2018-11-19 04:52:52,896 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-314 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-19 04:52:52,901 - 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=bMhk9KmsbMXKUAfNpdcMefaeT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-19 04:52:52,902 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-19 04:52:52,903 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ | healthcheck | 0 | (daily)|(weekly) | First tier to be executed to verify the | connection_check api_check | | | | | basic operations in the VIM. | snaps_health_check | +---------------------+---------------+--------------------------+-------------------------------------------------+------------------------------------+ 2018-11-19 04:52:52,919 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 04:52:57,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 04:52:57,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 04:52:57,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 04:52:57,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 04:52:57,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 04:52:57,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 04:52:57,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 04:52:57,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 04:52:57,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 04:52:57,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:52:57,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-787cd719-5dce-43ea-8568-3f7f8766bf1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:52:57,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-787cd719-5dce-43ea-8568-3f7f8766bf1a 2018-11-19 04:52:57,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:52:57,723 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T05:52:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["KXf-UjAuQ4uxZL-NgHBvKQ"], "issued_at": "2018-11-19T04:52:57.000000Z"}} 2018-11-19 04:52:57,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:57,734 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:52:57,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:57,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861a5026-c45e-48e4-9451-8883cb57e83a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 04:52:57,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-861a5026-c45e-48e4-9451-8883cb57e83a 2018-11-19 04:52:57,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.570591926575s 2018-11-19 04:52:57,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 04:52:57,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}}' 2018-11-19 04:52:57,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:52:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-409b3d4f-79b1-4571-9e36-b5325fe22130 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.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb"}, "enabled": true, "id": "94c1282925a841b9957e75068b5c03bb", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}} 2018-11-19 04:52:57,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-409b3d4f-79b1-4571-9e36-b5325fe22130 2018-11-19 04:52:57,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.148550033569s 2018-11-19 04:52:57,981 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-409b3d4f-79b1-4571-9e36-b5325fe22130 2018-11-19 04:52:57,981 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc', 'id': u'94c1282925a841b9957e75068b5c03bb', 'description': u'Created by OPNFV Functest: connection_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 04:52:57,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 04:52:58,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.481849908829s 2018-11-19 04:52:58,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:58,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03fdff0c-8265-4e32-af5b-32dd3d38af2d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5"}, "enabled": true, "id": "faa608d4dc164f88a989cb594f3ec1f5", "options": {}, "domain_id": "default", "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}} 2018-11-19 04:52:58,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 used request id req-03fdff0c-8265-4e32-af5b-32dd3d38af2d 2018-11-19 04:52:58,632 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'faa608d4dc164f88a989cb594f3ec1f5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc'}) 2018-11-19 04:52:58,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:52:58,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:58,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271513ca-d93f-4e03-88f9-1e2873cbf481 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:52:58,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-271513ca-d93f-4e03-88f9-1e2873cbf481 2018-11-19 04:52:58,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.15071606636s 2018-11-19 04:52:58,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:52:58,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:58,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f40b3d6-0311-433a-8206-5c8361cd71ba Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:52:58,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2f40b3d6-0311-433a-8206-5c8361cd71ba 2018-11-19 04:52:58,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.13701581955s 2018-11-19 04:52:58,923 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 04:52:58,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 04:52:58,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" -d '{"role": {"name": "Member"}}' 2018-11-19 04:52:59,134 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:52:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8da64a4a-3bf9-4544-8113-b42230c09551 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}} 2018-11-19 04:52:59,135 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8da64a4a-3bf9-4544-8113-b42230c09551 2018-11-19 04:52:59,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.211332082748s 2018-11-19 04:52:59,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:59,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55017971-545e-4e1e-b969-b0405a98d9a3 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "domain_id": null, "name": "Member", "id": "16c5557d87cf403683be0e112166db58"}} 2018-11-19 04:52:59,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58 used request id req-55017971-545e-4e1e-b969-b0405a98d9a3 2018-11-19 04:52:59,288 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58'}, 'domain_id': None, 'human_id': None, 'id': u'16c5557d87cf403683be0e112166db58', 'HUMAN_ID': False}) 2018-11-19 04:52:59,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:52:59,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:59,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8cdaf38-8e68-488c-8d93-2fa0e678e993 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:52:59,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e8cdaf38-8e68-488c-8d93-2fa0e678e993 2018-11-19 04:52:59,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812740325928s 2018-11-19 04:52:59,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 04:52:59,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:59,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a8a23f8-d8f0-41ac-8d2b-52e89950c423 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:52:59,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-1a8a23f8-d8f0-41ac-8d2b-52e89950c423 2018-11-19 04:52:59,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.085510969162s 2018-11-19 04:52:59,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:52:59,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:59,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a922fb7a-a61b-4292-b169-62bb97ec28e8 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "links": {"self": "http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5"}, "domain_id": "default", "enabled": true, "id": "faa608d4dc164f88a989cb594f3ec1f5", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:52:59,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a922fb7a-a61b-4292-b169-62bb97ec28e8 2018-11-19 04:52:59,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0915341377258s 2018-11-19 04:52:59,550 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a922fb7a-a61b-4292-b169-62bb97ec28e8 2018-11-19 04:52:59,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 04:52:59,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:59,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3af9bc91-6181-46dc-a1b4-c9208a249ea0 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb"}, "enabled": true, "id": "94c1282925a841b9957e75068b5c03bb", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 04:52:59,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3af9bc91-6181-46dc-a1b4-c9208a249ea0 2018-11-19 04:52:59,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0882980823517s 2018-11-19 04:52:59,645 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3af9bc91-6181-46dc-a1b4-c9208a249ea0 2018-11-19 04:52:59,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 04:52:59,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=16c5557d87cf403683be0e112166db58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:52:59,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82e06615-5c1d-4765-9a4f-6bf6829c3f22 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=16c5557d87cf403683be0e112166db58", "previous": null, "next": null}} 2018-11-19 04:52:59,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=16c5557d87cf403683be0e112166db58 used request id req-82e06615-5c1d-4765-9a4f-6bf6829c3f22 2018-11-19 04:52:59,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.137979030609s 2018-11-19 04:52:59,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 04:52:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb/users/faa608d4dc164f88a989cb594f3ec1f5/roles/16c5557d87cf403683be0e112166db58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:52:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-328246eb-2aed-4f40-bbe0-a48d2187bd3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:00,039 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb/users/faa608d4dc164f88a989cb594f3ec1f5/roles/16c5557d87cf403683be0e112166db58 used request id req-328246eb-2aed-4f40-bbe0-a48d2187bd3e 2018-11-19 04:53:00,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.253424882889s 2018-11-19 04:53:00,040 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc', 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': 'b8d80c87-a3a0-481d-99a3-1672ba9e053c', 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_a99fcf6e-526a-4a71-80c9-e857eae1e6dc', 'project_id': u'94c1282925a841b9957e75068b5c03bb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 04:53:00,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 04:53:00,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 04:53:00,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 04:53:00,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 04:53:00,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 04:53:00,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 04:53:00,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 04:53:00,045 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc', 'password': 'b8d80c87-a3a0-481d-99a3-1672ba9e053c', 'project_name': 'connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '94c1282925a841b9957e75068b5c03bb', 'project_domain_name': 'Default'} 2018-11-19 04:53:00,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:00,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ed2160-ba90-4c19-be9c-d6d52697280f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:00,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0ed2160-ba90-4c19-be9c-d6d52697280f 2018-11-19 04:53:00,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822758674622s 2018-11-19 04:53:00,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:00,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3da738c-1080-4970-a843-341450ddbcc5 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:00,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d3da738c-1080-4970-a843-341450ddbcc5 2018-11-19 04:53:00,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.087956905365s 2018-11-19 04:53:00,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 04:53:00,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ddfac2c-1f9d-4e0c-8fed-21ae752bba30 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:00,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0ddfac2c-1f9d-4e0c-8fed-21ae752bba30 2018-11-19 04:53:00,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.125998020172s 2018-11-19 04:53:00,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:53:00,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f6d1ff-6c03-4fce-9fd1-78bdbeb0979a Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "links": {"self": "http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5"}, "domain_id": "default", "enabled": true, "id": "faa608d4dc164f88a989cb594f3ec1f5", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:00,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52f6d1ff-6c03-4fce-9fd1-78bdbeb0979a 2018-11-19 04:53:00,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.161072015762s 2018-11-19 04:53:00,507 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52f6d1ff-6c03-4fce-9fd1-78bdbeb0979a 2018-11-19 04:53:00,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 04:53:00,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b72d221f-ad87-4b7f-9f8c-71d14f78afd5 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb"}, "enabled": true, "id": "94c1282925a841b9957e75068b5c03bb", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 04:53:00,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b72d221f-ad87-4b7f-9f8c-71d14f78afd5 2018-11-19 04:53:00,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0925858020782s 2018-11-19 04:53:00,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b72d221f-ad87-4b7f-9f8c-71d14f78afd5 2018-11-19 04:53:00,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 04:53:00,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defe4af0-0de6-4f38-bf4d-2a82560a01d2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 04:53:00,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=8b607911576d44ba870fc64e92729d7c used request id req-defe4af0-0de6-4f38-bf4d-2a82560a01d2 2018-11-19 04:53:00,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.128861904144s 2018-11-19 04:53:00,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 04:53:00,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb/users/faa608d4dc164f88a989cb594f3ec1f5/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:00,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da44548a-eb11-4ab8-b11a-15dafb3c6c91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:00,960 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb/users/faa608d4dc164f88a989cb594f3ec1f5/roles/8b607911576d44ba870fc64e92729d7c used request id req-da44548a-eb11-4ab8-b11a-15dafb3c6c91 2018-11-19 04:53:00,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.221854925156s 2018-11-19 04:53:00,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:00,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bd4f9a9-4c3f-48aa-a534-5591c1a7f037 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:01,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0bd4f9a9-4c3f-48aa-a534-5591c1a7f037 2018-11-19 04:53:01,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0895841121674s 2018-11-19 04:53:01,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 04:53:01,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-19 04:53:01,206 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ccf97ac-1351-4445-a80f-2eb995765330 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "da4331a9b1314c3e892c32e6fb32b0b1", "links": {"self": "http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1"}, "name": "heat_stack_owner"}} 2018-11-19 04:53:01,206 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0ccf97ac-1351-4445-a80f-2eb995765330 2018-11-19 04:53:01,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.154533147812s 2018-11-19 04:53:01,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d3e693-4f6e-4b2a-b3e4-496495b75659 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1"}, "domain_id": null, "name": "heat_stack_owner", "id": "da4331a9b1314c3e892c32e6fb32b0b1"}} 2018-11-19 04:53:01,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1 used request id req-97d3e693-4f6e-4b2a-b3e4-496495b75659 2018-11-19 04:53:01,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:01,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd45fc0e-7351-45bd-96ce-195a459fe91c Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "da4331a9b1314c3e892c32e6fb32b0b1", "links": {"self": "http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:01,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd45fc0e-7351-45bd-96ce-195a459fe91c 2018-11-19 04:53:01,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.162343978882s 2018-11-19 04:53:01,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 04:53:01,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8b561be-2232-425d-9f85-0702269e1d35 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:01,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c8b561be-2232-425d-9f85-0702269e1d35 2018-11-19 04:53:01,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0730698108673s 2018-11-19 04:53:01,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:53:01,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e25b1fca-c435-456f-95a0-4dc4129eaa62 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "links": {"self": "http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5"}, "domain_id": "default", "enabled": true, "id": "faa608d4dc164f88a989cb594f3ec1f5", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:01,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e25b1fca-c435-456f-95a0-4dc4129eaa62 2018-11-19 04:53:01,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111676931381s 2018-11-19 04:53:01,651 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e25b1fca-c435-456f-95a0-4dc4129eaa62 2018-11-19 04:53:01,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 04:53:01,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7616f3a9-960c-4713-bfbf-7cf61db21224 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb"}, "enabled": true, "id": "94c1282925a841b9957e75068b5c03bb", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 04:53:01,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-7616f3a9-960c-4713-bfbf-7cf61db21224 2018-11-19 04:53:01,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0856940746307s 2018-11-19 04:53:01,743 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-7616f3a9-960c-4713-bfbf-7cf61db21224 2018-11-19 04:53:01,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 04:53:01,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=da4331a9b1314c3e892c32e6fb32b0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f6ab321-6810-42c4-acfd-9c0e3661cbaf Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=da4331a9b1314c3e892c32e6fb32b0b1", "previous": null, "next": null}} 2018-11-19 04:53:01,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=faa608d4dc164f88a989cb594f3ec1f5&scope.project.id=94c1282925a841b9957e75068b5c03bb&role.id=da4331a9b1314c3e892c32e6fb32b0b1 used request id req-6f6ab321-6810-42c4-acfd-9c0e3661cbaf 2018-11-19 04:53:01,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0733950138092s 2018-11-19 04:53:01,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 04:53:01,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb/users/faa608d4dc164f88a989cb594f3ec1f5/roles/da4331a9b1314c3e892c32e6fb32b0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:01,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c712c23-9ccf-4982-8293-1a6a25a07f5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:01,977 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb/users/faa608d4dc164f88a989cb594f3ec1f5/roles/da4331a9b1314c3e892c32e6fb32b0b1 used request id req-5c712c23-9ccf-4982-8293-1a6a25a07f5f 2018-11-19 04:53:01,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.158627033234s 2018-11-19 04:53:01,978 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-19 04:53:01,978 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-19 04:53:01,979 - openstack_tests - INFO - OS Credentials = > 2018-11-19 04:53:01,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:01,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:02,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["Dk6HjLEpSJWM6A9ZmcENig"], "issued_at": "2018-11-19T04:53:02.000000Z"}} 2018-11-19 04:53:02,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e162be29bf4e5f33ed848d297fe610d9ed44320" 2018-11-19 04:53:03,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b29f429c-2ba9-4ea2-9b47-bf9963ee93e7 Date: Mon, 19 Nov 2018 04:53:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:53:03,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-b29f429c-2ba9-4ea2-9b47-bf9963ee93e7 2018-11-19 04:53:03,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e162be29bf4e5f33ed848d297fe610d9ed44320" 2018-11-19 04:53:04,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-07bcb367-6e6c-4171-9927-c96baa4b5084 Date: Mon, 19 Nov 2018 04:53:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:53:04,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-07bcb367-6e6c-4171-9927-c96baa4b5084 2018-11-19 04:53:04,339 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-19 04:53:04,339 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-19 04:53:04,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,341 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,343 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,345 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,349 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:04,619 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-19 04:53:04,619 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:05,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["xxaRrfNpRgC7abdkOjXr0g"], "issued_at": "2018-11-19T04:53:05.000000Z"}} 2018-11-19 04:53:05,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a815e8ec1dc009a26182eb57baced6bd92630c1" 2018-11-19 04:53:05,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-44f82d87-4e76-4bbc-923b-ab5b3b69d88f Date: Mon, 19 Nov 2018 04:53:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-11-19 04:53:05,648 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=foo used request id req-44f82d87-4e76-4bbc-923b-ab5b3b69d88f 2018-11-19 04:53:05,649 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:05,650 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-19 04:53:05,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:06,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["_C6GCFI5Q8GTjaybo8QmYw"], "issued_at": "2018-11-19T04:53:06.000000Z"}} 2018-11-19 04:53:06,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}841795cdb72c22a5fdb1f7aa8e09222a91743490" 2018-11-19 04:53:06,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be739133-3add-48fb-90d1-14ad4feacb4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:06,134 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-be739133-3add-48fb-90d1-14ad4feacb4c 2018-11-19 04:53:06,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:06,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:06,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}841795cdb72c22a5fdb1f7aa8e09222a91743490" 2018-11-19 04:53:06,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84134ed3-4f8f-4669-a9d7-b55539c3241b Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "links": {"self": "http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5"}, "domain_id": "default", "enabled": true, "id": "faa608d4dc164f88a989cb594f3ec1f5", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:06,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-84134ed3-4f8f-4669-a9d7-b55539c3241b 2018-11-19 04:53:06,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:06,263 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-19 04:53:06,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:06,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["i6natGPlRqOcgjvUVucHbA"], "issued_at": "2018-11-19T04:53:06.000000Z"}} 2018-11-19 04:53:06,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e06db10dacd5f43cccf37b81b332e910536f587c" 2018-11-19 04:53:07,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-868392c2-842c-4cae-832f-9ffb8a99ca66 Date: Mon, 19 Nov 2018 04:53:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:53:07,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks used request id req-868392c2-842c-4cae-832f-9ffb8a99ca66 2018-11-19 04:53:07,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:08,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["ncuuyJtGRV2DCUTtdHt4NQ"], "issued_at": "2018-11-19T04:53:08.000000Z"}} 2018-11-19 04:53:08,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0ba13e85e606ae516a0ea3ea53f435e6b96810" 2018-11-19 04:53:09,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2c72ae86-4ebe-4b24-830f-6dfd003bf2bd Date: Mon, 19 Nov 2018 04:53:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:53:09,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-2c72ae86-4ebe-4b24-830f-6dfd003bf2bd 2018-11-19 04:53:09,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f0ba13e85e606ae516a0ea3ea53f435e6b96810" 2018-11-19 04:53:09,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-41eb50db-316d-4f38-9a25-5389f22f1cbc Date: Mon, 19 Nov 2018 04:53:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:53:09,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-41eb50db-316d-4f38-9a25-5389f22f1cbc 2018-11-19 04:53:09,813 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:53:09,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:10,029 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.21:5000/v2.0/tokens 2018-11-19 04:53:10,045 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-19 04:53:10,046 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:53:10,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:10,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["ulQ80pu6Q_ajVscarQKkIg"], "issued_at": "2018-11-19T04:53:10.000000Z"}} 2018-11-19 04:53:10,463 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b4ad681f90847e95790bd329baaa848cb1f26d8" 2018-11-19 04:53:11,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04: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-3c53e215-15c6-48a3-bf54-22487d9d8d1b x-compute-request-id: req-3c53e215-15c6-48a3-bf54-22487d9d8d1b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 04:53:11,269 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail used request id req-3c53e215-15c6-48a3-bf54-22487d9d8d1b 2018-11-19 04:53:11,270 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:53:11,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:11,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["03tcvBFITwi0zK0yyamXwA"], "issued_at": "2018-11-19T04:53:11.000000Z"}} 2018-11-19 04:53:11,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5684a09dae13bcad5a3496073fac2555d6fbbe0e" 2018-11-19 04:53:11,879 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c957e07e-433d-4061-8774-3e77479dd23b x-compute-request-id: req-c957e07e-433d-4061-8774-3e77479dd23b Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10181, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-19 04:53:11,880 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-c957e07e-433d-4061-8774-3e77479dd23b 2018-11-19 04:53:11,881 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 04:53:11,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:11,934 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.21:5000/v2.0/tokens 2018-11-19 04:53:11,951 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-19 04:53:11,952 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 04:53:11,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:12,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["72UKSR97RhePpDGSUx1tjg"], "issued_at": "2018-11-19T04:53:12.000000Z"}} 2018-11-19 04:53:12,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7133dd8db18ddf9e2b8122b32a9b5322855f4d34" 2018-11-19 04:53:13,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:12 GMT Server: Apache x-openstack-request-id: req-2010140a-3b82-483f-9304-87a82028ce8d Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 04:53:13,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb/stacks used request id req-2010140a-3b82-483f-9304-87a82028ce8d 2018-11-19 04:53:13,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:13,362 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-19 04:53:13,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:13,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "da4331a9b1314c3e892c32e6fb32b0b1", "name": "heat_stack_owner"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "16c5557d87cf403683be0e112166db58", "name": "Member"}], "expires_at": "2018-11-19T05:53:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94c1282925a841b9957e75068b5c03bb", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/94c1282925a841b9957e75068b5c03bb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "id": "faa608d4dc164f88a989cb594f3ec1f5"}, "audit_ids": ["QimQye5MSsCOdmbsvLYg5A"], "issued_at": "2018-11-19T04:53:13.000000Z"}} 2018-11-19 04:53:13,824 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4276c9a99f901da7fc54d85fa5401bc5d6e19d99" 2018-11-19 04:53:14,591 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:13 GMT Server: Apache x-compute-request-id: req-a8dff929-5ae1-478f-aad7-fbf87f0bed8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a8dff929-5ae1-478f-aad7-fbf87f0bed8a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 04:53:14,591 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/94c1282925a841b9957e75068b5c03bb/volumes/detail used request id req-a8dff929-5ae1-478f-aad7-fbf87f0bed8a 2018-11-19 04:53:14,592 - 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.242s OK 2018-11-19 04:53:14,709 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 04:53:14,709 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-19 04:53:14,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:14,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:14,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-933cfecd-ad4b-4149-9b76-71fc27be8e6f Content-Encoding: gzip Content-Length: 346 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "da4331a9b1314c3e892c32e6fb32b0b1", "links": {"self": "http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:14,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-933cfecd-ad4b-4149-9b76-71fc27be8e6f 2018-11-19 04:53:14,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0943419933319s 2018-11-19 04:53:14,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 04:53:14,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:15,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08e4eeb4-ca17-4869-afd6-d2ee37f5d4a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:15,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/da4331a9b1314c3e892c32e6fb32b0b1 used request id req-08e4eeb4-ca17-4869-afd6-d2ee37f5d4a2 2018-11-19 04:53:15,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.250403165817s 2018-11-19 04:53:15,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:53:15,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:15,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e632629a-ca6c-4b0b-9160-89e5f270725d Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc", "links": {"self": "http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5"}, "domain_id": "default", "enabled": true, "id": "faa608d4dc164f88a989cb594f3ec1f5", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:15,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e632629a-ca6c-4b0b-9160-89e5f270725d 2018-11-19 04:53:15,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.161364793777s 2018-11-19 04:53:15,224 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e632629a-ca6c-4b0b-9160-89e5f270725d 2018-11-19 04:53:15,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:53:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:15,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a7f7e9-b287-45ef-9b43-d50a0cb5ae12 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5"}, "enabled": true, "id": "faa608d4dc164f88a989cb594f3ec1f5", "options": {}, "domain_id": "default", "name": "connection_check-user_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}} 2018-11-19 04:53:15,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 used request id req-79a7f7e9-b287-45ef-9b43-d50a0cb5ae12 2018-11-19 04:53:15,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102388143539s 2018-11-19 04:53:15,332 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 used request id req-79a7f7e9-b287-45ef-9b43-d50a0cb5ae12 2018-11-19 04:53:15,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 04:53:15,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:15,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ace6e4a-71df-42d2-af82-968500438dba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:15,579 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 used request id req-7ace6e4a-71df-42d2-af82-968500438dba 2018-11-19 04:53:15,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.246470928192s 2018-11-19 04:53:15,580 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/faa608d4dc164f88a989cb594f3ec1f5 used request id req-7ace6e4a-71df-42d2-af82-968500438dba 2018-11-19 04:53:15,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 04:53:15,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:15,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2917a872-115d-4372-90d2-2158108483c0 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb"}, "enabled": true, "id": "94c1282925a841b9957e75068b5c03bb", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_a99fcf6e-526a-4a71-80c9-e857eae1e6dc"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 04:53:15,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-2917a872-115d-4372-90d2-2158108483c0 2018-11-19 04:53:15,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0873551368713s 2018-11-19 04:53:15,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-2917a872-115d-4372-90d2-2158108483c0 2018-11-19 04:53:15,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 04:53:15,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:15,880 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc30505d-8dd5-4ce5-a85d-7f68a8a55f8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:15,880 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb used request id req-fc30505d-8dd5-4ce5-a85d-7f68a8a55f8f 2018-11-19 04:53:15,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.209670066833s 2018-11-19 04:53:15,880 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/94c1282925a841b9957e75068b5c03bb used request id req-fc30505d-8dd5-4ce5-a85d-7f68a8a55f8f 2018-11-19 04:53:15,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:15,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:15,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-139ee164-706a-433b-a5de-16b4f7b499eb Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "16c5557d87cf403683be0e112166db58", "links": {"self": "http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:15,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-139ee164-706a-433b-a5de-16b4f7b499eb 2018-11-19 04:53:15,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0858309268951s 2018-11-19 04:53:15,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 04:53:15,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:16,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ecbda4d0-ca46-411e-983e-f249d75a8c11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:16,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/16c5557d87cf403683be0e112166db58 used request id req-ecbda4d0-ca46-411e-983e-f249d75a8c11 2018-11-19 04:53:16,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.143937826157s 2018-11-19 04:53:16,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 04:53:16,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=94c1282925a841b9957e75068b5c03bb&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}c86c8c947e55f17ffab1f2c7c7a527b3b68205f9" 2018-11-19 04:53:16,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7cb37c18-23ae-4543-9277-ca35c5762e05 Date: Mon, 19 Nov 2018 04:53:16 GMT RESP BODY: {"security_groups": []} 2018-11-19 04:53:16,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=94c1282925a841b9957e75068b5c03bb&name=default used request id req-7cb37c18-23ae-4543-9277-ca35c5762e05 2018-11-19 04:53:16,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.361043930054s 2018-11-19 04:53:16,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=94c1282925a841b9957e75068b5c03bb&name=default used request id req-7cb37c18-23ae-4543-9277-ca35c5762e05 2018-11-19 04:53:16,500 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-19 04:53:16,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 04:53:16,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 04:53:16,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 04:53:16,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 04:53:16,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 04:53:16,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 04:53:16,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 04:53:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:16,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef90bf0e-28b6-4949-a511-ee4efa4d8bdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:16,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ef90bf0e-28b6-4949-a511-ee4efa4d8bdd 2018-11-19 04:53:16,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:17,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T05:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["_DpPmzq_R5mtrGDZ2_GnoQ"], "issued_at": "2018-11-19T04:53:17.000000Z"}} 2018-11-19 04:53:17,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:17,011 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:17,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:17,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56847dca-04cc-4daf-bb37-d5060b0e6062 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 04:53:17,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-56847dca-04cc-4daf-bb37-d5060b0e6062 2018-11-19 04:53:17,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.5675740242s 2018-11-19 04:53:17,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 04:53:17,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}}' 2018-11-19 04:53:17,248 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47761d31-370e-43ce-86f3-9c92131256bb 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:53:17,248 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-47761d31-370e-43ce-86f3-9c92131256bb 2018-11-19 04:53:17,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.147314071655s 2018-11-19 04:53:17,249 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-47761d31-370e-43ce-86f3-9c92131256bb 2018-11-19 04:53:17,249 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_ef558f04-5653-40fa-8876-39421e616914', 'id': u'18123dbd720a4952ab47bfda8e7754ba', 'description': u'Created by OPNFV Functest: api_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 04:53:17,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 04:53:17,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.347842931747s 2018-11-19 04:53:17,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:17,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c948385-053d-4d43-9f15-b97508243ee1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}, "domain_id": "default", "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:53:17,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 used request id req-2c948385-053d-4d43-9f15-b97508243ee1 2018-11-19 04:53:17,697 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'367939f7ff7647fca3efeb27b7dc8609', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_ef558f04-5653-40fa-8876-39421e616914'}) 2018-11-19 04:53:17,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:17,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:17,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c7be97-3960-4add-83fd-4f86f0657894 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:17,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e5c7be97-3960-4add-83fd-4f86f0657894 2018-11-19 04:53:17,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0901889801025s 2018-11-19 04:53:17,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:17,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:17,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c08d702b-6a62-4013-9c47-1c884bcaaa32 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:17,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c08d702b-6a62-4013-9c47-1c884bcaaa32 2018-11-19 04:53:17,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.075138092041s 2018-11-19 04:53:17,865 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 04:53:17,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 04:53:17,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" -d '{"role": {"name": "Member"}}' 2018-11-19 04:53:18,006 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c35f2282-4c26-4399-ad65-300c875fd9ff Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}} 2018-11-19 04:53:18,007 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c35f2282-4c26-4399-ad65-300c875fd9ff 2018-11-19 04:53:18,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.141046047211s 2018-11-19 04:53:18,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b5a62ab-482d-440e-ba27-1cf308280e26 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "domain_id": null, "name": "Member", "id": "9a0ef516ba9b46e597379533eb3cfde2"}} 2018-11-19 04:53:18,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2 used request id req-3b5a62ab-482d-440e-ba27-1cf308280e26 2018-11-19 04:53:18,029 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2'}, 'domain_id': None, 'human_id': None, 'id': u'9a0ef516ba9b46e597379533eb3cfde2', 'HUMAN_ID': False}) 2018-11-19 04:53:18,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:18,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf3df003-2848-4b68-951d-687229d8d75a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:18,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cf3df003-2848-4b68-951d-687229d8d75a 2018-11-19 04:53:18,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0829198360443s 2018-11-19 04:53:18,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 04:53:18,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06fe633e-e542-40b8-9f62-a7d929cd2a35 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:18,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-06fe633e-e542-40b8-9f62-a7d929cd2a35 2018-11-19 04:53:18,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0812249183655s 2018-11-19 04:53:18,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:53:18,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4192f962-c90f-417e-a609-a5ed37eff451 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:18,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4192f962-c90f-417e-a609-a5ed37eff451 2018-11-19 04:53:18,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.183735132217s 2018-11-19 04:53:18,380 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4192f962-c90f-417e-a609-a5ed37eff451 2018-11-19 04:53:18,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 04:53:18,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e27e0e4-ad5c-4604-bf73-fe4f4f0fbbc7 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 04:53:18,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1e27e0e4-ad5c-4604-bf73-fe4f4f0fbbc7 2018-11-19 04:53:18,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0733461380005s 2018-11-19 04:53:18,460 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1e27e0e4-ad5c-4604-bf73-fe4f4f0fbbc7 2018-11-19 04:53:18,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 04:53:18,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=9a0ef516ba9b46e597379533eb3cfde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9043e2f0-9787-485c-b096-f385938e0af1 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=9a0ef516ba9b46e597379533eb3cfde2", "previous": null, "next": null}} 2018-11-19 04:53:18,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=9a0ef516ba9b46e597379533eb3cfde2 used request id req-9043e2f0-9787-485c-b096-f385938e0af1 2018-11-19 04:53:18,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.133451938629s 2018-11-19 04:53:18,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 04:53:18,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/367939f7ff7647fca3efeb27b7dc8609/roles/9a0ef516ba9b46e597379533eb3cfde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,750 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e564abd1-cc87-4d43-a93b-d82e53b4a71e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:18,751 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/367939f7ff7647fca3efeb27b7dc8609/roles/9a0ef516ba9b46e597379533eb3cfde2 used request id req-e564abd1-cc87-4d43-a93b-d82e53b4a71e 2018-11-19 04:53:18,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.15432882309s 2018-11-19 04:53:18,752 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_ef558f04-5653-40fa-8876-39421e616914', 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': 'c979b221-a88f-400b-b501-03d45f456f5e', 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_ef558f04-5653-40fa-8876-39421e616914', 'project_id': u'18123dbd720a4952ab47bfda8e7754ba', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 04:53:18,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 04:53:18,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 04:53:18,753 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 04:53:18,754 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 04:53:18,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 04:53:18,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 04:53:18,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 04:53:18,757 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_ef558f04-5653-40fa-8876-39421e616914', 'password': 'c979b221-a88f-400b-b501-03d45f456f5e', 'project_name': 'api_check-project_ef558f04-5653-40fa-8876-39421e616914', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '18123dbd720a4952ab47bfda8e7754ba', 'project_domain_name': 'Default'} 2018-11-19 04:53:18,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:18,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a2f1fc-85e6-4eb9-8e60-8ce5c3c4995b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:18,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4a2f1fc-85e6-4eb9-8e60-8ce5c3c4995b 2018-11-19 04:53:18,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.076896905899s 2018-11-19 04:53:18,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:18,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:18,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a9e263-cd92-4242-b806-6957f98bad87 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:18,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d6a9e263-cd92-4242-b806-6957f98bad87 2018-11-19 04:53:18,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.102984189987s 2018-11-19 04:53:18,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 04:53:18,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10d547a0-bee7-46e9-9844-1fc32ed73209 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:19,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-10d547a0-bee7-46e9-9844-1fc32ed73209 2018-11-19 04:53:19,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0866661071777s 2018-11-19 04:53:19,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:53:19,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e54091b-810b-4433-96ef-776e4377ff08 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:19,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1e54091b-810b-4433-96ef-776e4377ff08 2018-11-19 04:53:19,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0875470638275s 2018-11-19 04:53:19,116 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1e54091b-810b-4433-96ef-776e4377ff08 2018-11-19 04:53:19,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 04:53:19,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b32783be-8a3e-485c-9037-d866dc629492 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 04:53:19,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b32783be-8a3e-485c-9037-d866dc629492 2018-11-19 04:53:19,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0830509662628s 2018-11-19 04:53:19,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b32783be-8a3e-485c-9037-d866dc629492 2018-11-19 04:53:19,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 04:53:19,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c4c4d5-6e03-4520-a509-bbc390b982bd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 04:53:19,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=8b607911576d44ba870fc64e92729d7c used request id req-c2c4c4d5-6e03-4520-a509-bbc390b982bd 2018-11-19 04:53:19,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0787320137024s 2018-11-19 04:53:19,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 04:53:19,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/367939f7ff7647fca3efeb27b7dc8609/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f4fd65a-cc7b-437d-87e4-dca274943fee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:19,500 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/367939f7ff7647fca3efeb27b7dc8609/roles/8b607911576d44ba870fc64e92729d7c used request id req-8f4fd65a-cc7b-437d-87e4-dca274943fee 2018-11-19 04:53:19,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.21330499649s 2018-11-19 04:53:19,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:19,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5985b90-24c9-43c1-90bd-a79ea41cebb8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 04:53:19,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c5985b90-24c9-43c1-90bd-a79ea41cebb8 2018-11-19 04:53:19,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0750811100006s 2018-11-19 04:53:19,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 04:53:19,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-19 04:53:19,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-920fb31a-1a2b-4fce-9148-79025cd58120 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}} 2018-11-19 04:53:19,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-920fb31a-1a2b-4fce-9148-79025cd58120 2018-11-19 04:53:19,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104861021042s 2018-11-19 04:53:19,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee5e4744-a9bd-4af4-a5dc-a754e24d2e42 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "domain_id": null, "name": "heat_stack_owner", "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b"}} 2018-11-19 04:53:19,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b used request id req-ee5e4744-a9bd-4af4-a5dc-a754e24d2e42 2018-11-19 04:53:19,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 04:53:19,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db82f72c-8cca-4c81-a04f-5841792f5e6f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:19,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-db82f72c-8cca-4c81-a04f-5841792f5e6f 2018-11-19 04:53:19,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0852198600769s 2018-11-19 04:53:19,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 04:53:19,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:19,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc8983d-a889-4f01-b6b3-c9dc2b0c684d 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:19,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-acc8983d-a889-4f01-b6b3-c9dc2b0c684d 2018-11-19 04:53:19,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0788059234619s 2018-11-19 04:53:19,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 04:53:19,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:20,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da01a17a-63a0-4f5d-87eb-6d748b4bae38 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:20,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-da01a17a-63a0-4f5d-87eb-6d748b4bae38 2018-11-19 04:53:20,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0888929367065s 2018-11-19 04:53:20,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-da01a17a-63a0-4f5d-87eb-6d748b4bae38 2018-11-19 04:53:20,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 04:53:20,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:20,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a86703e-2c80-4cf4-a366-7a82010e5a0a Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 04:53:20,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9a86703e-2c80-4cf4-a366-7a82010e5a0a 2018-11-19 04:53:20,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0795438289642s 2018-11-19 04:53:20,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9a86703e-2c80-4cf4-a366-7a82010e5a0a 2018-11-19 04:53:20,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 04:53:20,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=a27af50e6ff746e6bd9ba9d6fcc71c4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:20,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d5d6610-b77b-4467-b612-0131c78f1920 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=a27af50e6ff746e6bd9ba9d6fcc71c4b", "previous": null, "next": null}} 2018-11-19 04:53:20,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=367939f7ff7647fca3efeb27b7dc8609&scope.project.id=18123dbd720a4952ab47bfda8e7754ba&role.id=a27af50e6ff746e6bd9ba9d6fcc71c4b used request id req-0d5d6610-b77b-4467-b612-0131c78f1920 2018-11-19 04:53:20,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0836110115051s 2018-11-19 04:53:20,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 04:53:20,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/367939f7ff7647fca3efeb27b7dc8609/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 04:53:20,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8d1f26d-067f-49b3-9745-461cbb780b4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:20,306 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/367939f7ff7647fca3efeb27b7dc8609/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b used request id req-a8d1f26d-067f-49b3-9745-461cbb780b4a 2018-11-19 04:53:20,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121920108795s 2018-11-19 04:53:20,307 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-19 04:53:20,307 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-19 04:53:20,308 - openstack_tests - INFO - OS Credentials = > 2018-11-19 04:53:20,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:20,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:20,703 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["zz8rqkG7TpqdLiyYhMA1VA"], "issued_at": "2018-11-19T04:53:20.000000Z"}} 2018-11-19 04:53:20,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5766f266c4ba1650b16f742f321ac67797fc9606" 2018-11-19 04:53:21,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2e7fcb9c-34f0-4b8f-b70f-7a6d1b0a707b Date: Mon, 19 Nov 2018 04:53:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:53:21,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-2e7fcb9c-34f0-4b8f-b70f-7a6d1b0a707b 2018-11-19 04:53:21,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5766f266c4ba1650b16f742f321ac67797fc9606" 2018-11-19 04:53:22,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a1a433eb-fdae-4331-bda7-58cea056e499 Date: Mon, 19 Nov 2018 04:53:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:53:22,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-a1a433eb-fdae-4331-bda7-58cea056e499 2018-11-19 04:53:22,530 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-19 04:53:22,530 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-19 04:53:22,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,532 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,533 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,535 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,541 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,542 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,545 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,548 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,550 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,551 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,552 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,556 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,559 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,562 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,563 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,564 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,566 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,567 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,570 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,573 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,575 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,576 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,584 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:22,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:23,047 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["_IwmNfuzSXaohumggop3YQ"], "issued_at": "2018-11-19T04:53:23.000000Z"}} 2018-11-19 04:53:23,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:23,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5611894-af0b-4619-afc6-21926d02b358 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:23,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5611894-af0b-4619-afc6-21926d02b358 2018-11-19 04:53:23,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:23,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:23,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:23,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0683da5b-fbfd-433d-8811-0468a4e20be3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:23,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0683da5b-fbfd-433d-8811-0468a4e20be3 2018-11-19 04:53:23,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName"}}' 2018-11-19 04:53:23,406 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4f464f2-317b-4c38-82a8-ab2860278aca Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9a846b02f46a42beadb634ed8f778106"}, "enabled": true, "id": "9a846b02f46a42beadb634ed8f778106", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName"}} 2018-11-19 04:53:23,406 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b4f464f2-317b-4c38-82a8-ab2860278aca 2018-11-19 04:53:23,406 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName 2018-11-19 04:53:23,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:23,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca3b7860-a9c5-4279-b370-8d513ea7ea42 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9a846b02f46a42beadb634ed8f778106"}, "enabled": true, "id": "9a846b02f46a42beadb634ed8f778106", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName"}]} 2018-11-19 04:53:23,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName used request id req-ca3b7860-a9c5-4279-b370-8d513ea7ea42 2018-11-19 04:53:23,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:23,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1922b6e5-9aac-46b7-8ad9-ca0a51af2b83 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:23,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-1922b6e5-9aac-46b7-8ad9-ca0a51af2b83 2018-11-19 04:53:23,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:24,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-5dc80b75-c666-4fb8-9efb-93cc6aff1a8d Date: Mon, 19 Nov 2018 04:53:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:24Z", "updated_at": "2018-11-19T04:53:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "revision_number": 0, "id": "77565034-5f46-4de1-9b5a-5bb3a70796f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "revision_number": 0, "id": "8820e10e-170c-49db-96b4-a567d57a5006", "remote_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "revision_number": 0, "id": "ce7c5ceb-cf56-44a1-b3c8-7a42f6dedfe6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "revision_number": 0, "id": "f7527299-9ddc-4a68-aa2e-eac313f366a6", "remote_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 04:53:24,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5dc80b75-c666-4fb8-9efb-93cc6aff1a8d 2018-11-19 04:53:24,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:24,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5333237-94d9-42d3-845d-bcb74dc3c6d5 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:53:24,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-d5333237-94d9-42d3-845d-bcb74dc3c6d5 2018-11-19 04:53:24,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:24,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-570342a8-63d7-479b-89a5-292a12955096 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:53:24,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-570342a8-63d7-479b-89a5-292a12955096 2018-11-19 04:53:24,786 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f 2018-11-19 04:53:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:25,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1928d6a4-d25b-4d9e-b806-6584033bdc19 Date: Mon, 19 Nov 2018 04:53:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:24Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "77565034-5f46-4de1-9b5a-5bb3a70796f4"}, {"remote_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:24Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "8820e10e-170c-49db-96b4-a567d57a5006"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:24Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "ce7c5ceb-cf56-44a1-b3c8-7a42f6dedfe6"}, {"remote_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:24Z", "security_group_id": "63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:24Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "f7527299-9ddc-4a68-aa2e-eac313f366a6"}]} 2018-11-19 04:53:25,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f used request id req-1928d6a4-d25b-4d9e-b806-6584033bdc19 2018-11-19 04:53:25,518 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 04:53:25,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:26,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f875392f-9c4c-4c3b-9641-bdb74b8e7a84 Content-Length: 0 Date: Mon, 19 Nov 2018 04:53:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:53:26,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/63bbd9dc-a152-4f1e-b7e2-63a15d9ec89f used request id req-f875392f-9c4c-4c3b-9641-bdb74b8e7a84 2018-11-19 04:53:26,626 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-b1c48ce3-98cb-4a91-af5c-81d45481aa62-projName 2018-11-19 04:53:26,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9a846b02f46a42beadb634ed8f778106 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db7b01965c4047c1d52bf5ce935afaebed583cbf" 2018-11-19 04:53:26,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be6000e2-c9b7-4ca3-85a5-03dea9f65b71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:26,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9a846b02f46a42beadb634ed8f778106 used request id req-be6000e2-c9b7-4ca3-85a5-03dea9f65b71 2018-11-19 04:53:26,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:27,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["yCi59LvlSL6vLOPk3Chkrg"], "issued_at": "2018-11-19T04:53:27.000000Z"}} 2018-11-19 04:53:27,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb5f8dd81a79821649e1e35b50d4bbad16737a0" 2018-11-19 04:53:27,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c4a49a-e740-4e0d-99a0-5f2091b5d644 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:27,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-83c4a49a-e740-4e0d-99a0-5f2091b5d644 2018-11-19 04:53:27,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:27,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:27,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb5f8dd81a79821649e1e35b50d4bbad16737a0" 2018-11-19 04:53:27,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bfe576a-a0ed-4887-90e2-1277fc79ddf7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:27,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1bfe576a-a0ed-4887-90e2-1277fc79ddf7 2018-11-19 04:53:27,895 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-8407d581-b32f-4d96-9637-caf34b7fc544-username 2018-11-19 04:53:27,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb5f8dd81a79821649e1e35b50d4bbad16737a0" 2018-11-19 04:53:28,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb4db28a-3b6b-480f-bfd7-ebf463467474 Content-Encoding: gzip Content-Length: 949 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "KeystoneUtilsTests-8407d581-b32f-4d96-9637-caf34b7fc544-username", "links": {"self": "http://172.30.9.21:5000/v3/users/08006521aea141b89469139a6696c842"}, "domain_id": "default", "enabled": true, "id": "08006521aea141b89469139a6696c842", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:28,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cb4db28a-3b6b-480f-bfd7-ebf463467474 2018-11-19 04:53:28,005 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-8407d581-b32f-4d96-9637-caf34b7fc544-username 2018-11-19 04:53:28,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/08006521aea141b89469139a6696c842 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eb5f8dd81a79821649e1e35b50d4bbad16737a0" 2018-11-19 04:53:28,358 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-799c3fbf-f972-494f-86ae-6e1c64d9cff5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:28,358 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/08006521aea141b89469139a6696c842 used request id req-799c3fbf-f972-494f-86ae-6e1c64d9cff5 2018-11-19 04:53:28,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:28,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["L5BRYu-JRB686msGIwrfbg"], "issued_at": "2018-11-19T04:53:28.000000Z"}} 2018-11-19 04:53:28,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09b0ffd0fea5dab3e3a6cc20933d4a9d19c6a748" 2018-11-19 04:53:28,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b99855-f816-4bdf-bd1f-432f7bbe95da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:28,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c4b99855-f816-4bdf-bd1f-432f7bbe95da 2018-11-19 04:53:28,825 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:28,827 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-19 04:53:28,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:29,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["JgxlLba1S4uhtpioFD4lKA"], "issued_at": "2018-11-19T04:53:29.000000Z"}} 2018-11-19 04:53:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c911c7f28455e5cb61c6c99d7c32063666ca881c" 2018-11-19 04:53:29,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b5746e-8681-4016-9c3f-9f08b3a22a60 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:29,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f3b5746e-8681-4016-9c3f-9f08b3a22a60 2018-11-19 04:53:29,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:29,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:29,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["wJhSWXjsRFmkP_Cq39kstQ"], "issued_at": "2018-11-19T04:53:29.000000Z"}} 2018-11-19 04:53:29,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:30,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["zFU1oNqyRiacBfsNqBlYVw"], "issued_at": "2018-11-19T04:53:30.000000Z"}} 2018-11-19 04:53:30,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a05958ca4f67ddc2ce5508fe355ff345dd981e5" 2018-11-19 04:53:30,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1cac588-6e47-47d4-aacb-bdcde833ac84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:30,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a1cac588-6e47-47d4-aacb-bdcde833ac84 2018-11-19 04:53:30,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:30,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:30,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Tvzep_1XRCyKnMKubS1-Qg"], "issued_at": "2018-11-19T04:53:30.000000Z"}} 2018-11-19 04:53:30,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:31,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["ufex4lbQQZe7s52BOs2zow"], "issued_at": "2018-11-19T04:53:31.000000Z"}} 2018-11-19 04:53:31,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77732bdd16c70622ccb8571a3428b890ab438d27" 2018-11-19 04:53:31,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33e2102-0275-4d8c-8f0d-592bd31f3548 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:31,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b33e2102-0275-4d8c-8f0d-592bd31f3548 2018-11-19 04:53:31,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:31,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:31,568 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["WiBFwElERqi8tIB_1Xh4DA"], "issued_at": "2018-11-19T04:53:31.000000Z"}} 2018-11-19 04:53:31,571 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:31,572 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:31,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["21TtcpLJRXymLDwDBjWQiQ"], "issued_at": "2018-11-19T04:53:31.000000Z"}} 2018-11-19 04:53:31,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:31,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:32,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["9PAq4xrXRxy02c26P0cf8A"], "issued_at": "2018-11-19T04:53:32.000000Z"}} 2018-11-19 04:53:32,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:32,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["iHzHM3CCSI2kUt4ECQUyWg"], "issued_at": "2018-11-19T04:53:32.000000Z"}} 2018-11-19 04:53:32,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:32,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6b1a4b-706c-46d4-816e-683fb4c1b58e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:32,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4c6b1a4b-706c-46d4-816e-683fb4c1b58e 2018-11-19 04:53:32,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:32,781 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:32,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:32,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f954450f-9597-4701-94a7-749934099de7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:32,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f954450f-9597-4701-94a7-749934099de7 2018-11-19 04:53:33,238 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-username 2018-11-19 04:53:33,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:33,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96e39f0b-f6f5-4e34-93dc-6c28d4e95954 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:33,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-96e39f0b-f6f5-4e34-93dc-6c28d4e95954 2018-11-19 04:53:33,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-projName"}}' 2018-11-19 04:53:33,478 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b70662c6-b278-4df1-8740-712f9c061fa5 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6"}, "enabled": true, "id": "3391b767444142aca841015018693ee6", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-projName"}} 2018-11-19 04:53:33,478 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b70662c6-b278-4df1-8740-712f9c061fa5 2018-11-19 04:53:33,478 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-projName 2018-11-19 04:53:33,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" -d '{"role": {"name": "KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-role"}}' 2018-11-19 04:53:33,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51548e99-2a6d-4b33-abe1-6db9a0195757 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7b9bd82d10e44d6eab4d2cd7fd117981", "links": {"self": "http://172.30.9.21:5000/v3/roles/7b9bd82d10e44d6eab4d2cd7fd117981"}, "name": "KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-role"}} 2018-11-19 04:53:33,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-51548e99-2a6d-4b33-abe1-6db9a0195757 2018-11-19 04:53:33,520 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-role 2018-11-19 04:53:33,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7b9bd82d10e44d6eab4d2cd7fd117981 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:33,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45fdee3b-3a5a-4a03-bd9f-9a783ffb8c92 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7b9bd82d10e44d6eab4d2cd7fd117981"}, "domain_id": null, "name": "KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-role", "id": "7b9bd82d10e44d6eab4d2cd7fd117981"}} 2018-11-19 04:53:33,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7b9bd82d10e44d6eab4d2cd7fd117981 used request id req-45fdee3b-3a5a-4a03-bd9f-9a783ffb8c92 2018-11-19 04:53:33,621 - keystone_utils - INFO - Granting role KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-role to project KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-projName 2018-11-19 04:53:33,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6/users/976fdec2232648f9940e19575ab20ee3/roles/7b9bd82d10e44d6eab4d2cd7fd117981 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:33,814 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b33178b-a9ce-4624-9ea6-734fe6b7d867 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:33,814 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6/users/976fdec2232648f9940e19575ab20ee3/roles/7b9bd82d10e44d6eab4d2cd7fd117981 used request id req-4b33178b-a9ce-4624-9ea6-734fe6b7d867 2018-11-19 04:53:33,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6/users/976fdec2232648f9940e19575ab20ee3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:33,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f050c1-375f-44cf-8380-b81616a6f468 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6/users/976fdec2232648f9940e19575ab20ee3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7b9bd82d10e44d6eab4d2cd7fd117981", "links": {"self": "http://172.30.9.21:5000/v3/roles/7b9bd82d10e44d6eab4d2cd7fd117981"}, "name": "KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-role"}]} 2018-11-19 04:53:33,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6/users/976fdec2232648f9940e19575ab20ee3/roles used request id req-69f050c1-375f-44cf-8380-b81616a6f468 2018-11-19 04:53:33,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:34,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-4832ee68-b6ad-4495-b946-ac5201bab4ea Date: Mon, 19 Nov 2018 04:53:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:34Z", "updated_at": "2018-11-19T04:53:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "revision_number": 0, "id": "16cf89a1-feb4-44a9-9d35-278c5481a1a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "revision_number": 0, "id": "846b5612-818b-4462-ab31-de26434a00db", "remote_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "revision_number": 0, "id": "b0ae4798-fbfa-429c-b9f2-4a24b043e87e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "revision_number": 0, "id": "e2bdd786-bbb5-4688-9e0c-73371a88723e", "remote_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "name": "default"}]} 2018-11-19 04:53:34,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4832ee68-b6ad-4495-b946-ac5201bab4ea 2018-11-19 04:53:34,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:35,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fae0b15b-a31a-4655-97e6-26c613d0d0ee Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:53:35,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-fae0b15b-a31a-4655-97e6-26c613d0d0ee 2018-11-19 04:53:35,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:35,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d21d7b5-ee7f-4c89-ab67-f0c20326b231 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:53:35,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-3d21d7b5-ee7f-4c89-ab67-f0c20326b231 2018-11-19 04:53:35,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:35,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c183b3c-b8ab-4b71-a721-1d47fb7ea7ca 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:53:35,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-6c183b3c-b8ab-4b71-a721-1d47fb7ea7ca 2018-11-19 04:53:35,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d33b2fb4-100b-45e6-a2b2-efb9d8be53b5 2018-11-19 04:53:35,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d33b2fb4-100b-45e6-a2b2-efb9d8be53b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:35,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-51d81dc0-b9a3-47c9-826d-32569a76aa5e Date: Mon, 19 Nov 2018 04:53:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:34Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "16cf89a1-feb4-44a9-9d35-278c5481a1a1"}, {"remote_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:34Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "846b5612-818b-4462-ab31-de26434a00db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:34Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "b0ae4798-fbfa-429c-b9f2-4a24b043e87e"}, {"remote_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:53:34Z", "security_group_id": "d33b2fb4-100b-45e6-a2b2-efb9d8be53b5", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:34Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "e2bdd786-bbb5-4688-9e0c-73371a88723e"}]} 2018-11-19 04:53:35,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d33b2fb4-100b-45e6-a2b2-efb9d8be53b5 used request id req-51d81dc0-b9a3-47c9-826d-32569a76aa5e 2018-11-19 04:53:35,459 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 04:53:35,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d33b2fb4-100b-45e6-a2b2-efb9d8be53b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:36,527 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-095e0c7f-c0fa-4f96-986e-2ecd95dc1e00 Content-Length: 0 Date: Mon, 19 Nov 2018 04:53:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:53:36,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d33b2fb4-100b-45e6-a2b2-efb9d8be53b5 used request id req-095e0c7f-c0fa-4f96-986e-2ecd95dc1e00 2018-11-19 04:53:36,528 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-projName 2018-11-19 04:53:36,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:36,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaade6e6-4412-4550-823b-7c6ef804ff9f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:36,812 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3391b767444142aca841015018693ee6 used request id req-aaade6e6-4412-4550-823b-7c6ef804ff9f 2018-11-19 04:53:36,812 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-username 2018-11-19 04:53:36,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/976fdec2232648f9940e19575ab20ee3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:36,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36c2cdb7-9602-49b7-82c2-8b4a1bf2cf05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:36,993 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/976fdec2232648f9940e19575ab20ee3 used request id req-36c2cdb7-9602-49b7-82c2-8b4a1bf2cf05 2018-11-19 04:53:36,993 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-982fa561-b155-48e4-ba0a-4935ceccb5b6-role 2018-11-19 04:53:36,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7b9bd82d10e44d6eab4d2cd7fd117981 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b0e1543e41cae185de80283ce6bcc1b71370e19" 2018-11-19 04:53:37,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ba12d65-13eb-444f-bf0a-f4b2329164f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:37,136 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7b9bd82d10e44d6eab4d2cd7fd117981 used request id req-0ba12d65-13eb-444f-bf0a-f4b2329164f3 2018-11-19 04:53:37,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:37,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["TsEVWV2BTbKL-scfX0mfGQ"], "issued_at": "2018-11-19T04:53:37.000000Z"}} 2018-11-19 04:53:37,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d457960a7fa2942b945729d48543c58a6987564" 2018-11-19 04:53:37,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28953a5-38dc-4f95-b80a-689dabe78b4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:37,608 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c28953a5-38dc-4f95-b80a-689dabe78b4f 2018-11-19 04:53:37,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:37,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:38,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["gaTb53rKTYSzxJzHdBC-FQ"], "issued_at": "2018-11-19T04:53:38.000000Z"}} 2018-11-19 04:53:38,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:38,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633bac5c-9add-4d2a-8886-7d2bd6d77b1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:38,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-633bac5c-9add-4d2a-8886-7d2bd6d77b1a 2018-11-19 04:53:38,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:38,155 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:38,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:38,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc49293-610e-49d1-a9b1-06f5c821ecf4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:38,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7dc49293-610e-49d1-a9b1-06f5c821ecf4 2018-11-19 04:53:38,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:38,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232cdb82-c539-43d5-9720-2a5f36df1cfd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:38,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-232cdb82-c539-43d5-9720-2a5f36df1cfd 2018-11-19 04:53:38,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:38,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aee79d8d-8b7f-47a7-87e7-071be2e68e4c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:38,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-aee79d8d-8b7f-47a7-87e7-071be2e68e4c 2018-11-19 04:53:38,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:38,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54491aef-a696-4931-9f03-7e685847ae35 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:38,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-54491aef-a696-4931-9f03-7e685847ae35 2018-11-19 04:53:38,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/4b3ba2b0118d4c30a6beaa3ad9369c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:39,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c72b5f28-37f8-4cae-9320-0ff0b2421b1b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/4b3ba2b0118d4c30a6beaa3ad9369c6a"}, "enabled": true, "id": "4b3ba2b0118d4c30a6beaa3ad9369c6a", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-54bd3b96-6006-449-name"}} 2018-11-19 04:53:39,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/4b3ba2b0118d4c30a6beaa3ad9369c6a used request id req-c72b5f28-37f8-4cae-9320-0ff0b2421b1b 2018-11-19 04:53:39,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:39,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62af1c7f-30b5-493c-ab8b-d4d536c2bce3 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 04:53:39,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles used request id req-62af1c7f-30b5-493c-ab8b-d4d536c2bce3 2018-11-19 04:53:39,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:39,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf2ca9b5-656a-413b-8d24-7db22ad4db9a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 04:53:39,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-bf2ca9b5-656a-413b-8d24-7db22ad4db9a 2018-11-19 04:53:39,176 - keystone_utils - INFO - Granting role admin to project api_check-project_ef558f04-5653-40fa-8876-39421e616914 2018-11-19 04:53:39,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:39,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cb81b29-4545-4693-b7a8-952d743e2398 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:39,313 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles/8b607911576d44ba870fc64e92729d7c used request id req-0cb81b29-4545-4693-b7a8-952d743e2398 2018-11-19 04:53:39,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:39,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-910b0fe6-43c5-4d78-95ee-ee22c368b63c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:39,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-910b0fe6-43c5-4d78-95ee-ee22c368b63c 2018-11-19 04:53:39,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:39,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-740f9f68-c45c-4d5a-9769-09013bbc08c0 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:39,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-740f9f68-c45c-4d5a-9769-09013bbc08c0 2018-11-19 04:53:39,486 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-54bd3b96-6006-449-name 2018-11-19 04:53:39,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:39,495 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:39,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d457960a7fa2942b945729d48543c58a6987564" 2018-11-19 04:53:39,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0f4909-45d1-441b-ae6a-8bb1c03e4039 Content-Encoding: gzip Content-Length: 940 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-54bd3b96-6006-449-name", "links": {"self": "http://172.30.9.21:5000/v3/users/4b3ba2b0118d4c30a6beaa3ad9369c6a"}, "domain_id": "default", "enabled": true, "id": "4b3ba2b0118d4c30a6beaa3ad9369c6a", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:39,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bb0f4909-45d1-441b-ae6a-8bb1c03e4039 2018-11-19 04:53:39,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d457960a7fa2942b945729d48543c58a6987564" 2018-11-19 04:53:39,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4c89ca7-ef4e-4a74-a7f6-31eaf149c209 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:39,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a4c89ca7-ef4e-4a74-a7f6-31eaf149c209 2018-11-19 04:53:39,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d457960a7fa2942b945729d48543c58a6987564" 2018-11-19 04:53:39,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f5245c-354a-40c9-8a90-ddc48d919629 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:39,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-47f5245c-354a-40c9-8a90-ddc48d919629 2018-11-19 04:53:39,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d457960a7fa2942b945729d48543c58a6987564" 2018-11-19 04:53:39,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0bf4fd-bf55-4c1c-a139-6f815b16f7ba Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}]} 2018-11-19 04:53:39,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/4b3ba2b0118d4c30a6beaa3ad9369c6a/roles used request id req-6f0bf4fd-bf55-4c1c-a139-6f815b16f7ba 2018-11-19 04:53:39,812 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-54bd3b96-6006-449-name 2018-11-19 04:53:39,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4b3ba2b0118d4c30a6beaa3ad9369c6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4925b50ec84fdfe78113ef8c5ae4bbc784a90df5" 2018-11-19 04:53:40,113 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f05e16e7-6021-4d8c-beee-b800e5d53864 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:40,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4b3ba2b0118d4c30a6beaa3ad9369c6a used request id req-f05e16e7-6021-4d8c-beee-b800e5d53864 2018-11-19 04:53:40,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:40,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["zJzc39omQ7KE9-zzy7SNJA"], "issued_at": "2018-11-19T04:53:40.000000Z"}} 2018-11-19 04:53:40,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a2c484b1ece7c3072926655869f962fc5cf1988" 2018-11-19 04:53:40,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63e482fd-5850-4b2c-ab42-d132144d15d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:40,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-63e482fd-5850-4b2c-ab42-d132144d15d7 2018-11-19 04:53:40,585 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:40,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:40,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["wI_FPrLIQY-SOfmgoMBOww"], "issued_at": "2018-11-19T04:53:40.000000Z"}} 2018-11-19 04:53:40,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:40,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b859f55-3d9b-4304-881e-a5ae66445ab6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:40,986 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5b859f55-3d9b-4304-881e-a5ae66445ab6 2018-11-19 04:53:40,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:40,996 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:40,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:41,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e94aef08-7f95-43fd-b864-36d5531d82cc Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:41,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e94aef08-7f95-43fd-b864-36d5531d82cc 2018-11-19 04:53:41,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:41,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26e0f0a-9e3a-4414-8080-5d0f0b12c9c1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:41,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a26e0f0a-9e3a-4414-8080-5d0f0b12c9c1 2018-11-19 04:53:41,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:41,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de43ff3c-ec73-4228-a409-94896b094675 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:41,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-de43ff3c-ec73-4228-a409-94896b094675 2018-11-19 04:53:41,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:41,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b94b419e-2f5b-407b-b23f-29d29548cb0b Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:41,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-b94b419e-2f5b-407b-b23f-29d29548cb0b 2018-11-19 04:53:41,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/6f10592bd511412ba18c51886ad941de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:41,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dae681a6-8fbe-4071-8711-786348d1253a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/6f10592bd511412ba18c51886ad941de"}, "enabled": true, "id": "6f10592bd511412ba18c51886ad941de", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-5d2728af-1087-4e3-name"}} 2018-11-19 04:53:41,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/6f10592bd511412ba18c51886ad941de used request id req-dae681a6-8fbe-4071-8711-786348d1253a 2018-11-19 04:53:41,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/6f10592bd511412ba18c51886ad941de/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:41,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fbf9098-cba5-4b44-8e55-9a3f6762bf48 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/6f10592bd511412ba18c51886ad941de/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 04:53:41,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/6f10592bd511412ba18c51886ad941de/roles used request id req-9fbf9098-cba5-4b44-8e55-9a3f6762bf48 2018-11-19 04:53:41,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:42,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16940521-f853-480a-b586-80d57c51b61b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 04:53:42,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-16940521-f853-480a-b586-80d57c51b61b 2018-11-19 04:53:42,024 - keystone_utils - INFO - Granting role admin to project api_check-project_ef558f04-5653-40fa-8876-39421e616914 2018-11-19 04:53:42,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/6f10592bd511412ba18c51886ad941de/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:42,150 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e9d2604-cecd-438d-8bc1-b47b81ce74fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:42,150 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/6f10592bd511412ba18c51886ad941de/roles/8b607911576d44ba870fc64e92729d7c used request id req-0e9d2604-cecd-438d-8bc1-b47b81ce74fa 2018-11-19 04:53:42,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:42,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b17d01a-0d31-4637-9d28-c1aa95afe4f6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:42,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4b17d01a-0d31-4637-9d28-c1aa95afe4f6 2018-11-19 04:53:42,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:42,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e887a3a-f5d3-4aca-852a-b27a256cdc20 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:42,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-6e887a3a-f5d3-4aca-852a-b27a256cdc20 2018-11-19 04:53:42,411 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-5d2728af-1087-4e3-name 2018-11-19 04:53:42,411 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-5d2728af-1087-4e3-name 2018-11-19 04:53:42,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:42,420 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:42,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6f10592bd511412ba18c51886ad941de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a2c484b1ece7c3072926655869f962fc5cf1988" 2018-11-19 04:53:42,660 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bddc18c-8a72-4c3b-8ab6-f37667a6b73f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:42,660 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6f10592bd511412ba18c51886ad941de used request id req-8bddc18c-8a72-4c3b-8ab6-f37667a6b73f 2018-11-19 04:53:42,660 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-5d2728af-1087-4e3-name 2018-11-19 04:53:42,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6f10592bd511412ba18c51886ad941de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce25f94ce2e82f6b805cf7642abab494a34f3744" 2018-11-19 04:53:42,756 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 04:53:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64f69f3c-f0fb-4e15-9651-820dccb0c8ea Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 6f10592bd511412ba18c51886ad941de.", "code": 404, "title": "Not Found"}} 2018-11-19 04:53:42,756 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6f10592bd511412ba18c51886ad941de used request id req-64f69f3c-f0fb-4e15-9651-820dccb0c8ea 2018-11-19 04:53:42,756 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-19 04:53:42,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:43,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["5qIYExySRpu0E-UhJFY-0Q"], "issued_at": "2018-11-19T04:53:43.000000Z"}} 2018-11-19 04:53:43,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dacf0b150b486d108e0a3cc5404fdcec276a508" 2018-11-19 04:53:43,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c71a9b7-83f9-42d6-b07c-b5de58bdba03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:43,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4c71a9b7-83f9-42d6-b07c-b5de58bdba03 2018-11-19 04:53:43,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:43,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:43,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["BKE2ERl0St2h8ob5jCcB2Q"], "issued_at": "2018-11-19T04:53:43.000000Z"}} 2018-11-19 04:53:43,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:43,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b547dfa8-d7b4-4693-a351-387734d01668 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:43,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b547dfa8-d7b4-4693-a351-387734d01668 2018-11-19 04:53:43,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:43,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:43,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:43,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7d24ca-f822-4adb-bf7b-e59a6f5c5563 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:43,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ba7d24ca-f822-4adb-bf7b-e59a6f5c5563 2018-11-19 04:53:43,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:43,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db09077-7ab7-4bba-b3a3-4df4aedc4675 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:43,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6db09077-7ab7-4bba-b3a3-4df4aedc4675 2018-11-19 04:53:44,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60296b51-2144-4bfc-a52e-31653cb2916f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:44,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-60296b51-2144-4bfc-a52e-31653cb2916f 2018-11-19 04:53:44,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f08e00c-1809-4f56-9205-d57d7b457731 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:44,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-8f08e00c-1809-4f56-9205-d57d7b457731 2018-11-19 04:53:44,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/346d57836fd74fbc887220222af9d423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dc001a9-69f1-4c22-ae37-42e886a696e5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/346d57836fd74fbc887220222af9d423"}, "enabled": true, "id": "346d57836fd74fbc887220222af9d423", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-375967f8-9a5f-430-name"}} 2018-11-19 04:53:44,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/346d57836fd74fbc887220222af9d423 used request id req-0dc001a9-69f1-4c22-ae37-42e886a696e5 2018-11-19 04:53:44,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/346d57836fd74fbc887220222af9d423/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-561bff96-00e7-40b9-aaf8-406bef6146ac Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/346d57836fd74fbc887220222af9d423/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 04:53:44,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/346d57836fd74fbc887220222af9d423/roles used request id req-561bff96-00e7-40b9-aaf8-406bef6146ac 2018-11-19 04:53:44,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d870634-efcf-42f4-a42e-c9120ae25b3d Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 04:53:44,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-1d870634-efcf-42f4-a42e-c9120ae25b3d 2018-11-19 04:53:44,667 - keystone_utils - INFO - Granting role admin to project api_check-project_ef558f04-5653-40fa-8876-39421e616914 2018-11-19 04:53:44,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/346d57836fd74fbc887220222af9d423/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-695a931f-5c7f-4dcc-86ae-0738db0c0947 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:44,804 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/346d57836fd74fbc887220222af9d423/roles/8b607911576d44ba870fc64e92729d7c used request id req-695a931f-5c7f-4dcc-86ae-0738db0c0947 2018-11-19 04:53:44,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7772ae5c-0160-4d23-b500-d8df4a99ee85 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:44,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7772ae5c-0160-4d23-b500-d8df4a99ee85 2018-11-19 04:53:44,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:44,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adbb4e9e-ab2e-44da-b28e-b470e1af0596 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:44,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-adbb4e9e-ab2e-44da-b28e-b470e1af0596 2018-11-19 04:53:44,989 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-375967f8-9a5f-430-name 2018-11-19 04:53:44,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:44,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:44,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dacf0b150b486d108e0a3cc5404fdcec276a508" 2018-11-19 04:53:45,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015db571-48a4-440a-a07d-db378a670d88 Content-Encoding: gzip Content-Length: 934 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-375967f8-9a5f-430-name", "links": {"self": "http://172.30.9.21:5000/v3/users/346d57836fd74fbc887220222af9d423"}, "domain_id": "default", "enabled": true, "id": "346d57836fd74fbc887220222af9d423", "options": {}}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:45,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-015db571-48a4-440a-a07d-db378a670d88 2018-11-19 04:53:45,113 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-375967f8-9a5f-430-name 2018-11-19 04:53:45,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/346d57836fd74fbc887220222af9d423 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d98d1d0a0b10892ad152feb18485cfdf439d4d9" 2018-11-19 04:53:45,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-214a43a4-671a-48be-8dd5-c651fafc9d1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:45,392 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/346d57836fd74fbc887220222af9d423 used request id req-214a43a4-671a-48be-8dd5-c651fafc9d1d 2018-11-19 04:53:45,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:45,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["gQNpSJqvTDGTYiP-Cn45Eg"], "issued_at": "2018-11-19T04:53:45.000000Z"}} 2018-11-19 04:53:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b998ddd2cf82bd2a9718570ab6ec9d11449e61" 2018-11-19 04:53:45,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-786a68d7-4375-46f9-86c4-785b30624e53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:45,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-786a68d7-4375-46f9-86c4-785b30624e53 2018-11-19 04:53:45,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:45,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:46,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["ZzZHlUbBQH-eJfJQvsyO0A"], "issued_at": "2018-11-19T04:53:46.000000Z"}} 2018-11-19 04:53:46,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:46,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0807b12c-513f-4dac-995e-b0d7c179a24f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:46,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0807b12c-513f-4dac-995e-b0d7c179a24f 2018-11-19 04:53:46,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:46,325 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:46,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:46,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0d10f24-55af-4eaf-85fe-e3e6584b0683 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:46,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b0d10f24-55af-4eaf-85fe-e3e6584b0683 2018-11-19 04:53:46,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:46,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84e4a5fc-310f-4ffe-9ef2-ea3aeb84a273 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:46,531 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-84e4a5fc-310f-4ffe-9ef2-ea3aeb84a273 2018-11-19 04:53:46,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df92163-dc81-495e-97d2-e766504f6648 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:47,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7df92163-dc81-495e-97d2-e766504f6648 2018-11-19 04:53:47,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39dfb20e-7c18-4fa9-b6dc-82a6b5fccdc6 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:47,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-39dfb20e-7c18-4fa9-b6dc-82a6b5fccdc6 2018-11-19 04:53:47,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/e3b59ed88c2c4b7c87f53b18801d3065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-702d7276-7151-46ea-8eeb-0c44eda7ad39 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/e3b59ed88c2c4b7c87f53b18801d3065"}, "enabled": true, "id": "e3b59ed88c2c4b7c87f53b18801d3065", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-097f3803-e506-4b5-name"}} 2018-11-19 04:53:47,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/e3b59ed88c2c4b7c87f53b18801d3065 used request id req-702d7276-7151-46ea-8eeb-0c44eda7ad39 2018-11-19 04:53:47,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/e3b59ed88c2c4b7c87f53b18801d3065/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a7cfe12-1b56-447e-9d38-c3b8a04200e2 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/e3b59ed88c2c4b7c87f53b18801d3065/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 04:53:47,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/e3b59ed88c2c4b7c87f53b18801d3065/roles used request id req-1a7cfe12-1b56-447e-9d38-c3b8a04200e2 2018-11-19 04:53:47,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a34334-451a-481d-8a32-3646313008c3 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 04:53:47,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-73a34334-451a-481d-8a32-3646313008c3 2018-11-19 04:53:47,282 - keystone_utils - INFO - Granting role admin to project api_check-project_ef558f04-5653-40fa-8876-39421e616914 2018-11-19 04:53:47,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/e3b59ed88c2c4b7c87f53b18801d3065/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,423 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c1df0f5-4347-417d-99e8-f656f3d37f06 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:47,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba/users/e3b59ed88c2c4b7c87f53b18801d3065/roles/8b607911576d44ba870fc64e92729d7c used request id req-0c1df0f5-4347-417d-99e8-f656f3d37f06 2018-11-19 04:53:47,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1956aac-c00b-4905-b346-5f484cc9ce00 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:47,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d1956aac-c00b-4905-b346-5f484cc9ce00 2018-11-19 04:53:47,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:47,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab62d511-1940-4048-9ae9-f675d901bd9b Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}]} 2018-11-19 04:53:47,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=api_check-project_ef558f04-5653-40fa-8876-39421e616914 used request id req-ab62d511-1940-4048-9ae9-f675d901bd9b 2018-11-19 04:53:47,536 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-097f3803-e506-4b5-name 2018-11-19 04:53:47,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:47,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:47,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b998ddd2cf82bd2a9718570ab6ec9d11449e61" 2018-11-19 04:53:47,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e240fd-8514-4a61-8b56-42f9cb94ae17 Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-097f3803-e506-4b5-name", "links": {"self": "http://172.30.9.21:5000/v3/users/e3b59ed88c2c4b7c87f53b18801d3065"}, "domain_id": "default", "enabled": true, "id": "e3b59ed88c2c4b7c87f53b18801d3065", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:47,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a4e240fd-8514-4a61-8b56-42f9cb94ae17 2018-11-19 04:53:47,646 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:47,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:48,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["guFSGpCWSsGvaVU-0sjH8Q"], "issued_at": "2018-11-19T04:53:48.000000Z"}} 2018-11-19 04:53:48,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb9f62517094514601dafa393566010bbca4fd8" 2018-11-19 04:53:48,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f8253d-4ce5-44c7-a7bd-b01b06eb306e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:48,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-43f8253d-4ce5-44c7-a7bd-b01b06eb306e 2018-11-19 04:53:48,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:48,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:48,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8eb9f62517094514601dafa393566010bbca4fd8" 2018-11-19 04:53:48,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3742fea5-b2d9-4369-b938-5bb059a676fe Content-Encoding: gzip Content-Length: 935 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-097f3803-e506-4b5-name", "links": {"self": "http://172.30.9.21:5000/v3/users/e3b59ed88c2c4b7c87f53b18801d3065"}, "domain_id": "default", "enabled": true, "id": "e3b59ed88c2c4b7c87f53b18801d3065", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:53:48,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3742fea5-b2d9-4369-b938-5bb059a676fe 2018-11-19 04:53:48,261 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-097f3803-e506-4b5-name 2018-11-19 04:53:48,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e3b59ed88c2c4b7c87f53b18801d3065 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cbbc4c82083d943d7569f2ba56cee64f59bddc" 2018-11-19 04:53:48,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd265683-a4b6-4fb5-b38d-9872c3b05bc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:48,477 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e3b59ed88c2c4b7c87f53b18801d3065 used request id req-dd265683-a4b6-4fb5-b38d-9872c3b05bc1 2018-11-19 04:53:48,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:48,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["kVM3JJulRx2xh7_dzJay4Q"], "issued_at": "2018-11-19T04:53:48.000000Z"}} 2018-11-19 04:53:48,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae0ecb15969eb6cadc0949f9b9810ea11e956727" 2018-11-19 04:53:48,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe42b96f-4e67-4fef-aae1-26ca74e5e809 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:48,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe42b96f-4e67-4fef-aae1-26ca74e5e809 2018-11-19 04:53:48,938 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:48,939 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:49,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["T3eS7RoARpKI9tAPIfNWrg"], "issued_at": "2018-11-19T04:53:49.000000Z"}} 2018-11-19 04:53:49,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:49,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c84ac72-17a0-4ef3-b138-29bb329e2462 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:49,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0c84ac72-17a0-4ef3-b138-29bb329e2462 2018-11-19 04:53:49,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:49,408 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:49,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3cf8771b-801f-440-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:49,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e33f5a-0cd6-4762-a860-8034ff85d07b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3cf8771b-801f-440-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:53:49,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-3cf8771b-801f-440-name used request id req-f5e33f5a-0cd6-4762-a860-8034ff85d07b 2018-11-19 04:53:49,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:49,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015cbf28-ca3e-4370-93c6-56886b84e44b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:49,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-015cbf28-ca3e-4370-93c6-56886b84e44b 2018-11-19 04:53:49,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-3cf8771b-801f-440-name"}}' 2018-11-19 04:53:49,744 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c2279d5-fb4e-4fc8-ac7d-bb69e8775096 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/be38d25e7d874afaa361075f775be86d"}, "enabled": true, "id": "be38d25e7d874afaa361075f775be86d", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-3cf8771b-801f-440-name"}} 2018-11-19 04:53:49,744 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5c2279d5-fb4e-4fc8-ac7d-bb69e8775096 2018-11-19 04:53:49,744 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-3cf8771b-801f-440-name 2018-11-19 04:53:49,744 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-3cf8771b-801f-440-name 2018-11-19 04:53:49,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:49,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:49,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/be38d25e7d874afaa361075f775be86d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae0ecb15969eb6cadc0949f9b9810ea11e956727" 2018-11-19 04:53:49,898 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99ce0c9c-8673-4504-9a4f-23f27b79bf6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:49,899 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/be38d25e7d874afaa361075f775be86d used request id req-99ce0c9c-8673-4504-9a4f-23f27b79bf6c 2018-11-19 04:53:49,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:50,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-e270abb8-2777-410e-86ef-4d58aed23fca Date: Mon, 19 Nov 2018 04:53:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 04:53:50,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e270abb8-2777-410e-86ef-4d58aed23fca 2018-11-19 04:53:50,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:51,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b0ccc81-bb5f-4a54-a669-9cfefe5d1308 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:53:51,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-7b0ccc81-bb5f-4a54-a669-9cfefe5d1308 2018-11-19 04:53:51,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:51,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a7bb99-8c3f-495c-bd52-ab8b35398ebc 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:53:51,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-d2a7bb99-8c3f-495c-bd52-ab8b35398ebc 2018-11-19 04:53:51,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:51,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355cb81a-beb4-442b-b4d2-281724a1645d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:53:51,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-355cb81a-beb4-442b-b4d2-281724a1645d 2018-11-19 04:53:51,129 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-3cf8771b-801f-440-name 2018-11-19 04:53:51,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/be38d25e7d874afaa361075f775be86d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:51,219 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe78efc2-a160-4c7d-941d-edd188156a42 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: be38d25e7d874afaa361075f775be86d.", "code": 404, "title": "Not Found"}} 2018-11-19 04:53:51,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/be38d25e7d874afaa361075f775be86d used request id req-fe78efc2-a160-4c7d-941d-edd188156a42 2018-11-19 04:53:51,219 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-19 04:53:51,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:51,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1c7d9c-7874-4515-b610-4afe0d057501 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:51,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8c1c7d9c-7874-4515-b610-4afe0d057501 2018-11-19 04:53:51,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae0ecb15969eb6cadc0949f9b9810ea11e956727" 2018-11-19 04:53:51,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b31da58-666b-4af8-b677-e909f637eb1e 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:51,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8b31da58-666b-4af8-b677-e909f637eb1e 2018-11-19 04:53:51,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}defdc9763a5671395ce134107b78920cecf72bb5" 2018-11-19 04:53:51,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-752d85d1-6fd8-4961-9476-65354b0e6f48 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:51,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-752d85d1-6fd8-4961-9476-65354b0e6f48 2018-11-19 04:53:51,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:51,880 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["-JRdwpq4TAuAmEnzLoDxsg"], "issued_at": "2018-11-19T04:53:51.000000Z"}} 2018-11-19 04:53:51,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c5a1f78d5b8c8dc5bcaedae1b6767e0c9bc4ef" 2018-11-19 04:53:51,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72d28756-a8fb-49f7-b72a-46a27729eaa0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:51,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-72d28756-a8fb-49f7-b72a-46a27729eaa0 2018-11-19 04:53:51,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:51,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:52,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["sAuSWb6dSKaAM-8Q4RvgOw"], "issued_at": "2018-11-19T04:53:52.000000Z"}} 2018-11-19 04:53:52,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:52,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6ff96f8-71f8-4615-92f8-4bb714fa462e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:52,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a6ff96f8-71f8-4615-92f8-4bb714fa462e 2018-11-19 04:53:52,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:52,444 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:52,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ed23defa-6ec6-475-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:52,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d952f6-81aa-4bdb-a817-4377b2d02e3f Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ed23defa-6ec6-475-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:53:52,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ed23defa-6ec6-475-name used request id req-c7d952f6-81aa-4bdb-a817-4377b2d02e3f 2018-11-19 04:53:52,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:52,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b245ba05-61b9-44a1-951e-10071c91f23e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:52,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b245ba05-61b9-44a1-951e-10071c91f23e 2018-11-19 04:53:52,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-ed23defa-6ec6-475-name"}}' 2018-11-19 04:53:52,785 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f7042e7-93a0-4ebf-bccb-b3e2649db8ec Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/adc55e536de949c4b85986117f1ca49b"}, "enabled": true, "id": "adc55e536de949c4b85986117f1ca49b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ed23defa-6ec6-475-name"}} 2018-11-19 04:53:52,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3f7042e7-93a0-4ebf-bccb-b3e2649db8ec 2018-11-19 04:53:52,785 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ed23defa-6ec6-475-name 2018-11-19 04:53:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:52,794 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:52,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ed23defa-6ec6-475-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c5a1f78d5b8c8dc5bcaedae1b6767e0c9bc4ef" 2018-11-19 04:53:52,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7280434a-d812-4e31-8f5e-baef384fb1f9 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ed23defa-6ec6-475-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/adc55e536de949c4b85986117f1ca49b"}, "enabled": true, "id": "adc55e536de949c4b85986117f1ca49b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ed23defa-6ec6-475-name"}]} 2018-11-19 04:53:52,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ed23defa-6ec6-475-name used request id req-7280434a-d812-4e31-8f5e-baef384fb1f9 2018-11-19 04:53:52,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}53c5a1f78d5b8c8dc5bcaedae1b6767e0c9bc4ef" 2018-11-19 04:53:52,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba0b60f7-058a-4fcf-b0be-4d5893663a8a 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:52,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ba0b60f7-058a-4fcf-b0be-4d5893663a8a 2018-11-19 04:53:52,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:53,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-46dfd077-8351-4bba-87ea-a91afa548726 Date: Mon, 19 Nov 2018 04:53:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 04:53:53,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-46dfd077-8351-4bba-87ea-a91afa548726 2018-11-19 04:53:53,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:53,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69422f0e-62c5-49bd-be52-9b63f56745f9 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:53:53,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-69422f0e-62c5-49bd-be52-9b63f56745f9 2018-11-19 04:53:53,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:53,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bff690-975f-4270-af54-b309b456bfb8 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:53:53,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-d1bff690-975f-4270-af54-b309b456bfb8 2018-11-19 04:53:53,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:54,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd205590-c0d4-4705-bbbf-ea4d0748e2ab Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:53:54,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-bd205590-c0d4-4705-bbbf-ea4d0748e2ab 2018-11-19 04:53:54,012 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ed23defa-6ec6-475-name 2018-11-19 04:53:54,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/adc55e536de949c4b85986117f1ca49b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:54,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b1ad435-4c9b-4991-9be4-257258149193 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:54,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/adc55e536de949c4b85986117f1ca49b used request id req-2b1ad435-4c9b-4991-9be4-257258149193 2018-11-19 04:53:54,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}15f31e2761463ee5019987b33c99e9dec51691fd" 2018-11-19 04:53:54,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecf41421-416b-4fd4-a4f6-062d87948572 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:54,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ecf41421-416b-4fd4-a4f6-062d87948572 2018-11-19 04:53:54,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:54,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["lNQzwglwQaiTVEPGQIiLQw"], "issued_at": "2018-11-19T04:53:54.000000Z"}} 2018-11-19 04:53:54,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d9feae7fad360649e1420312e982592bb5888" 2018-11-19 04:53:54,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10ffc720-59b1-4214-abd3-589324f57542 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:54,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-10ffc720-59b1-4214-abd3-589324f57542 2018-11-19 04:53:54,732 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:54,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:55,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["75vqdUyzQG6-KRJnYSk5kg"], "issued_at": "2018-11-19T04:53:55.000000Z"}} 2018-11-19 04:53:55,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:55,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e483145b-aa36-402c-a00c-65fe4601a5ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:55,192 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e483145b-aa36-402c-a00c-65fe4601a5ba 2018-11-19 04:53:55,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:55,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:55,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:55,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28db07cb-a6c8-4c74-aa35-aea6d2e96c69 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:53:55,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name used request id req-28db07cb-a6c8-4c74-aa35-aea6d2e96c69 2018-11-19 04:53:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:55,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac49775-dadf-4898-807b-ae91e6807fd0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:53:55,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0ac49775-dadf-4898-807b-ae91e6807fd0 2018-11-19 04:53:55,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-905d5ba3-634d-4c5-name"}}' 2018-11-19 04:53:55,502 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:53:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6f8b0ff-68d0-438a-9430-846c3df677d0 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8307fff6e9c14b9f997ede71b347a50f"}, "enabled": true, "id": "8307fff6e9c14b9f997ede71b347a50f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-905d5ba3-634d-4c5-name"}} 2018-11-19 04:53:55,502 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e6f8b0ff-68d0-438a-9430-846c3df677d0 2018-11-19 04:53:55,502 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-905d5ba3-634d-4c5-name 2018-11-19 04:53:55,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:55,511 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:55,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d9feae7fad360649e1420312e982592bb5888" 2018-11-19 04:53:55,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f14f5d5-da95-4517-83b3-c1764525d2af Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8307fff6e9c14b9f997ede71b347a50f"}, "enabled": true, "id": "8307fff6e9c14b9f997ede71b347a50f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-905d5ba3-634d-4c5-name"}]} 2018-11-19 04:53:55,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name used request id req-1f14f5d5-da95-4517-83b3-c1764525d2af 2018-11-19 04:53:55,527 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:55,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:55,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["EakdosafSVmhbMY7L1NCCg"], "issued_at": "2018-11-19T04:53:55.000000Z"}} 2018-11-19 04:53:55,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cebd7f0b6bf9acb2a7189ea5ae94273680e5c5a" 2018-11-19 04:53:55,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c418ad13-00ba-4ff5-8610-d5c89b791142 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:55,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c418ad13-00ba-4ff5-8610-d5c89b791142 2018-11-19 04:53:55,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:55,939 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:55,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cebd7f0b6bf9acb2a7189ea5ae94273680e5c5a" 2018-11-19 04:53:56,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30bbf21e-ec40-41c0-99a4-d025344bd355 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8307fff6e9c14b9f997ede71b347a50f"}, "enabled": true, "id": "8307fff6e9c14b9f997ede71b347a50f", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-905d5ba3-634d-4c5-name"}]} 2018-11-19 04:53:56,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-905d5ba3-634d-4c5-name used request id req-30bbf21e-ec40-41c0-99a4-d025344bd355 2018-11-19 04:53:56,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc3d9feae7fad360649e1420312e982592bb5888" 2018-11-19 04:53:56,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f1b4fa-a342-4365-8ca5-62e349818e83 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:53:56,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-17f1b4fa-a342-4365-8ca5-62e349818e83 2018-11-19 04:53:56,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:56,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-6e3820a3-7617-4d02-82b9-2752be7200ab Date: Mon, 19 Nov 2018 04:53:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 04:53:56,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6e3820a3-7617-4d02-82b9-2752be7200ab 2018-11-19 04:53:56,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:56,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d5119be-8220-4f90-93fd-bc5f6d73008d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:53:56,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-9d5119be-8220-4f90-93fd-bc5f6d73008d 2018-11-19 04:53:56,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:57,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-439ffcc7-c7dd-4629-9359-bfd5fa67307a 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:53:57,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-439ffcc7-c7dd-4629-9359-bfd5fa67307a 2018-11-19 04:53:57,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:57,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e1f25d-8c57-42e0-ac05-94b534e6e54c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:53:57,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-17e1f25d-8c57-42e0-ac05-94b534e6e54c 2018-11-19 04:53:57,160 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-905d5ba3-634d-4c5-name 2018-11-19 04:53:57,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8307fff6e9c14b9f997ede71b347a50f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:57,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:53:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9e6dbe9-91c9-4de5-b6fb-664235c814e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:53:57,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8307fff6e9c14b9f997ede71b347a50f used request id req-f9e6dbe9-91c9-4de5-b6fb-664235c814e6 2018-11-19 04:53:57,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6774a94003d84523eaec9532027e32e3f2ee9cb" 2018-11-19 04:53:57,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62bbfc29-1787-485d-bd4b-6e6551608197 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:57,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-62bbfc29-1787-485d-bd4b-6e6551608197 2018-11-19 04:53:57,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:57,832 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["cyqNbFezS0GB5TH6d06YUA"], "issued_at": "2018-11-19T04:53:57.000000Z"}} 2018-11-19 04:53:57,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7b2445568aaf44db99eebbe14bc6a1bebcb6fd4" 2018-11-19 04:53:57,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be0ffee5-b987-4205-97b8-6949ed1537d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:57,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-be0ffee5-b987-4205-97b8-6949ed1537d5 2018-11-19 04:53:57,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:57,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:58,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["BnaRriMbS4OFlmP91BgbGQ"], "issued_at": "2018-11-19T04:53:58.000000Z"}} 2018-11-19 04:53:58,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c35122dc0f552443ea58bcce13460658427eabb" 2018-11-19 04:53:58,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-338c9697-64f6-4edc-9de6-5831b53e5123 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:58,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-338c9697-64f6-4edc-9de6-5831b53e5123 2018-11-19 04:53:58,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:58,393 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:58,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b7029948-ea23-4f0-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c35122dc0f552443ea58bcce13460658427eabb" 2018-11-19 04:53:58,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9100037e-aa63-4611-97ff-d789673b17d5 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b7029948-ea23-4f0-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:53:58,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b7029948-ea23-4f0-name used request id req-9100037e-aa63-4611-97ff-d789673b17d5 2018-11-19 04:53:58,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c35122dc0f552443ea58bcce13460658427eabb" 2018-11-19 04:53:58,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1c47ea-ee97-45de-8221-2ce09902efdc Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-11-19 04:53:58,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=foo used request id req-db1c47ea-ee97-45de-8221-2ce09902efdc 2018-11-19 04:53:58,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c35122dc0f552443ea58bcce13460658427eabb" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-b7029948-ea23-4f0-name"}}' 2018-11-19 04:53:58,723 - keystoneauth.session - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 04:53:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16e20aaa-5b04-4165-91fb-dbac70884025 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-11-19 04:53:58,723 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-16e20aaa-5b04-4165-91fb-dbac70884025 2018-11-19 04:53:58,723 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-11-19 04:53:58,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c35122dc0f552443ea58bcce13460658427eabb" 2018-11-19 04:53:58,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b71eeb0-056c-4ecd-b73e-ff2daecce42f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:53:58,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9b71eeb0-056c-4ecd-b73e-ff2daecce42f 2018-11-19 04:53:58,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:59,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["S9TLnGMFT5G4tRwNQeEqxQ"], "issued_at": "2018-11-19T04:53:59.000000Z"}} 2018-11-19 04:53:59,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1743a125b697b040cb1ae49742e0d162ee19f20c" 2018-11-19 04:53:59,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa61424-2dec-43b9-b3a3-e492f0bd9de6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:59,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6aa61424-2dec-43b9-b3a3-e492f0bd9de6 2018-11-19 04:53:59,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:53:59,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:53:59,746 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:53:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Ef3TVTv1Rn-z2M3E9iWdoA"], "issued_at": "2018-11-19T04:53:59.000000Z"}} 2018-11-19 04:53:59,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:53:59,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508a2501-5341-4a57-a162-4c2af35adbe0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:53:59,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-508a2501-5341-4a57-a162-4c2af35adbe0 2018-11-19 04:53:59,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:53:59,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:53:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:53:59,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f5b932f1-aecf-401-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:53:59,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-346087ed-0d09-40bc-8f7d-3e8cc4399f25 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f5b932f1-aecf-401-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:53:59,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f5b932f1-aecf-401-name used request id req-346087ed-0d09-40bc-8f7d-3e8cc4399f25 2018-11-19 04:53:59,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:00,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:53:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52580340-f123-4b65-b310-1ba485f0e6c1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:54:00,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-52580340-f123-4b65-b310-1ba485f0e6c1 2018-11-19 04:54:00,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f5b932f1-aecf-401-name"}}' 2018-11-19 04:54:00,154 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:54:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04fd9b3d-32bc-4202-911a-74d49b82db2c Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fcdd90afd5dd41dbbd8e3f02e4631440"}, "enabled": true, "id": "fcdd90afd5dd41dbbd8e3f02e4631440", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f5b932f1-aecf-401-name"}} 2018-11-19 04:54:00,154 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-04fd9b3d-32bc-4202-911a-74d49b82db2c 2018-11-19 04:54:00,154 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f5b932f1-aecf-401-name 2018-11-19 04:54:00,155 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:54:00,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/fcdd90afd5dd41dbbd8e3f02e4631440 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:00,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b5ad415-b60a-4bf3-94ca-8a24256e677e x-compute-request-id: req-9b5ad415-b60a-4bf3-94ca-8a24256e677e 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": "fcdd90afd5dd41dbbd8e3f02e4631440", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-19 04:54:00,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/fcdd90afd5dd41dbbd8e3f02e4631440 used request id req-9b5ad415-b60a-4bf3-94ca-8a24256e677e 2018-11-19 04:54:00,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:8774/v2.1/os-quota-sets/fcdd90afd5dd41dbbd8e3f02e4631440 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" -d '{"quota_set": {"metadata_items": 128, "injected_file_content_bytes": 60000, "ram": 70000, "key_pairs": 8, "instances": 5, "injected_files": 6, "cores": 4, "fixed_ips": 7}}' 2018-11-19 04:54:01,830 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f07e43fa-32c1-4c54-ba38-b76c1295684b x-compute-request-id: req-f07e43fa-32c1-4c54-ba38-b76c1295684b Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 60000, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 70000, "floating_ips": 10, "key_pairs": 8, "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-19 04:54:01,830 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/fcdd90afd5dd41dbbd8e3f02e4631440 used request id req-f07e43fa-32c1-4c54-ba38-b76c1295684b 2018-11-19 04:54:01,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:01,838 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:01,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f5b932f1-aecf-401-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1743a125b697b040cb1ae49742e0d162ee19f20c" 2018-11-19 04:54:01,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57db30db-5f84-4ce5-b69e-c86da15ad97c Content-Encoding: gzip Content-Length: 269 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f5b932f1-aecf-401-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fcdd90afd5dd41dbbd8e3f02e4631440"}, "enabled": true, "id": "fcdd90afd5dd41dbbd8e3f02e4631440", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f5b932f1-aecf-401-name"}]} 2018-11-19 04:54:01,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f5b932f1-aecf-401-name used request id req-57db30db-5f84-4ce5-b69e-c86da15ad97c 2018-11-19 04:54:01,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1743a125b697b040cb1ae49742e0d162ee19f20c" 2018-11-19 04:54:01,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad752c50-0b07-4cff-8a46-48a3098d5c72 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:54:01,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ad752c50-0b07-4cff-8a46-48a3098d5c72 2018-11-19 04:54:01,942 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:54:01,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/fcdd90afd5dd41dbbd8e3f02e4631440 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1743a125b697b040cb1ae49742e0d162ee19f20c" 2018-11-19 04:54:02,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9711e291-af01-4924-9967-ae5baa753c99 x-compute-request-id: req-9711e291-af01-4924-9967-ae5baa753c99 Content-Encoding: gzip Content-Length: 223 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": "fcdd90afd5dd41dbbd8e3f02e4631440", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-19 04:54:02,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/fcdd90afd5dd41dbbd8e3f02e4631440 used request id req-9711e291-af01-4924-9967-ae5baa753c99 2018-11-19 04:54:02,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:03,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-209f6af2-a8e2-4795-ae5b-30072a5bc41b Date: Mon, 19 Nov 2018 04:54:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 04:54:03,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-209f6af2-a8e2-4795-ae5b-30072a5bc41b 2018-11-19 04:54:03,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:03,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a492aa9-2765-485e-8f6b-38da5126a289 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:54:03,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1a492aa9-2765-485e-8f6b-38da5126a289 2018-11-19 04:54:03,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:03,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7750b1d7-339b-469d-999f-2a00b02ad474 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:54:03,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-7750b1d7-339b-469d-999f-2a00b02ad474 2018-11-19 04:54:03,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:03,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a47ab94a-cb5c-460e-8cf0-8d4ce8a00335 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:54:03,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-a47ab94a-cb5c-460e-8cf0-8d4ce8a00335 2018-11-19 04:54:03,809 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f5b932f1-aecf-401-name 2018-11-19 04:54:03,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/fcdd90afd5dd41dbbd8e3f02e4631440 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:03,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8803481-bfa5-486e-9f08-1a4022ddabb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:03,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fcdd90afd5dd41dbbd8e3f02e4631440 used request id req-d8803481-bfa5-486e-9f08-1a4022ddabb7 2018-11-19 04:54:03,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e55d0fc915d81c7f479c4d741a57a9daaa6645d" 2018-11-19 04:54:04,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d12790e-fec5-4eb8-8933-aa903745c811 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:04,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4d12790e-fec5-4eb8-8933-aa903745c811 2018-11-19 04:54:04,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:04,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["_qnZk7oITJSnso4r4B-mkg"], "issued_at": "2018-11-19T04:54:04.000000Z"}} 2018-11-19 04:54:04,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bb9d0cc3f6f5e03f46d378f953d06c6ed15f6e" 2018-11-19 04:54:04,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763c5dd2-e4af-4ebd-b441-f167f8ec0828 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:04,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-763c5dd2-e4af-4ebd-b441-f167f8ec0828 2018-11-19 04:54:04,538 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:04,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:04,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["4KFMH3dXRZCQqFNaAT1Q9A"], "issued_at": "2018-11-19T04:54:04.000000Z"}} 2018-11-19 04:54:04,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:05,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222c9c06-7b60-4284-9bef-e96007fe5d10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:05,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-222c9c06-7b60-4284-9bef-e96007fe5d10 2018-11-19 04:54:05,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:05,086 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:05,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8228ea6d-b54f-4ad-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:05,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-466451c4-8749-4f1f-a642-60ddb4d7248d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8228ea6d-b54f-4ad-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:54:05,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8228ea6d-b54f-4ad-name used request id req-466451c4-8749-4f1f-a642-60ddb4d7248d 2018-11-19 04:54:05,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:05,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-371a6752-792b-4d93-bc47-a6bd498fb815 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:54:05,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-371a6752-792b-4d93-bc47-a6bd498fb815 2018-11-19 04:54:05,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-8228ea6d-b54f-4ad-name"}}' 2018-11-19 04:54:05,328 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d145af9-17a9-4df6-af29-9384fff4aa2b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f0a1f341680c4109b5fa615139f4aa10"}, "enabled": true, "id": "f0a1f341680c4109b5fa615139f4aa10", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8228ea6d-b54f-4ad-name"}} 2018-11-19 04:54:05,328 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0d145af9-17a9-4df6-af29-9384fff4aa2b 2018-11-19 04:54:05,328 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-8228ea6d-b54f-4ad-name 2018-11-19 04:54:05,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:05,337 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:05,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8228ea6d-b54f-4ad-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bb9d0cc3f6f5e03f46d378f953d06c6ed15f6e" 2018-11-19 04:54:05,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0fbe894-4ca8-4710-80be-b70c152fbe14 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8228ea6d-b54f-4ad-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f0a1f341680c4109b5fa615139f4aa10"}, "enabled": true, "id": "f0a1f341680c4109b5fa615139f4aa10", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-8228ea6d-b54f-4ad-name"}]} 2018-11-19 04:54:05,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-8228ea6d-b54f-4ad-name used request id req-c0fbe894-4ca8-4710-80be-b70c152fbe14 2018-11-19 04:54:05,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bb9d0cc3f6f5e03f46d378f953d06c6ed15f6e" 2018-11-19 04:54:05,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b7f9eb-fce3-4430-82fe-327bf467baa0 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 04:54:05,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-33b7f9eb-fce3-4430-82fe-327bf467baa0 2018-11-19 04:54:05,512 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:54:05,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:8774/v2.1/os-quota-sets/f0a1f341680c4109b5fa615139f4aa10 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" -d '{"quota_set": {"metadata_items": 64, "injected_file_content_bytes": 5120, "ram": 25600, "key_pairs": 50, "instances": 5, "injected_files": 3, "cores": 5, "fixed_ips": 100}}' 2018-11-19 04:54:06,675 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04: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-7ce58bb1-d2de-4cd8-aadd-ff4d5950f26c x-compute-request-id: req-7ce58bb1-d2de-4cd8-aadd-ff4d5950f26c Content-Encoding: gzip Content-Length: 191 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-19 04:54:06,675 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/f0a1f341680c4109b5fa615139f4aa10 used request id req-7ce58bb1-d2de-4cd8-aadd-ff4d5950f26c 2018-11-19 04:54:06,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/quotas/f0a1f341680c4109b5fa615139f4aa10 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-11-19 04:54:07,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-18da0dbd-ac6b-4864-8013-92bf76124c87 Date: Mon, 19 Nov 2018 04:54:07 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-11-19 04:54:07,564 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/f0a1f341680c4109b5fa615139f4aa10 used request id req-18da0dbd-ac6b-4864-8013-92bf76124c87 2018-11-19 04:54:07,564 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:54:07,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/f0a1f341680c4109b5fa615139f4aa10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:07,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04: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-87aceab8-cd9c-4bb9-ab56-001f96b45198 x-compute-request-id: req-87aceab8-cd9c-4bb9-ab56-001f96b45198 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": "f0a1f341680c4109b5fa615139f4aa10", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-19 04:54:07,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/f0a1f341680c4109b5fa615139f4aa10 used request id req-87aceab8-cd9c-4bb9-ab56-001f96b45198 2018-11-19 04:54:07,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/quotas/f0a1f341680c4109b5fa615139f4aa10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:08,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-ad6e9e53-0092-44f9-9f7b-cf440eae9329 Date: Mon, 19 Nov 2018 04:54:08 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-11-19 04:54:08,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/quotas/f0a1f341680c4109b5fa615139f4aa10 used request id req-ad6e9e53-0092-44f9-9f7b-cf440eae9329 2018-11-19 04:54:08,529 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:54:08,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-quota-sets/f0a1f341680c4109b5fa615139f4aa10 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bb9d0cc3f6f5e03f46d378f953d06c6ed15f6e" 2018-11-19 04:54:08,886 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58b32169-050f-4e33-b90c-fbe0d6f79251 x-compute-request-id: req-58b32169-050f-4e33-b90c-fbe0d6f79251 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": "f0a1f341680c4109b5fa615139f4aa10", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-19 04:54:08,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-quota-sets/f0a1f341680c4109b5fa615139f4aa10 used request id req-58b32169-050f-4e33-b90c-fbe0d6f79251 2018-11-19 04:54:08,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/quotas/f0a1f341680c4109b5fa615139f4aa10 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05bb9d0cc3f6f5e03f46d378f953d06c6ed15f6e" 2018-11-19 04:54:09,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 179 X-Openstack-Request-Id: req-406b37e2-b78e-4341-a348-c32c2ad9607f Date: Mon, 19 Nov 2018 04:54:09 GMT RESP BODY: {"quota": {"subnet": 7, "network": 5, "floatingip": 25, "subnetpool": -1, "security_group_rule": 50, "trunk": -1, "security_group": 5, "router": 6, "rbac_policy": 10, "port": 25}} 2018-11-19 04:54:09,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/quotas/f0a1f341680c4109b5fa615139f4aa10 used request id req-406b37e2-b78e-4341-a348-c32c2ad9607f 2018-11-19 04:54:09,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:09,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-ceb80dc2-8938-45a8-b045-3e750ac5055c Date: Mon, 19 Nov 2018 04:54:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 04:54:09,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ceb80dc2-8938-45a8-b045-3e750ac5055c 2018-11-19 04:54:10,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:10,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f1066e-8af2-47f6-acec-aecfc341b78f Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:54:10,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-40f1066e-8af2-47f6-acec-aecfc341b78f 2018-11-19 04:54:10,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:10,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fc988a-0a33-42f5-8b80-e6d976043fae 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:54:10,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-e5fc988a-0a33-42f5-8b80-e6d976043fae 2018-11-19 04:54:10,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:10,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e380379-25f2-4075-a698-72f7aad47e38 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:54:10,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-1e380379-25f2-4075-a698-72f7aad47e38 2018-11-19 04:54:10,293 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-8228ea6d-b54f-4ad-name 2018-11-19 04:54:10,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f0a1f341680c4109b5fa615139f4aa10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:10,481 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47f40a84-9374-4d74-8c40-3b1e3cb74a64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:10,481 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f0a1f341680c4109b5fa615139f4aa10 used request id req-47f40a84-9374-4d74-8c40-3b1e3cb74a64 2018-11-19 04:54:10,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cbcf2df4faecc7cc5fbe4ebf11bcc328254689b" 2018-11-19 04:54:10,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75b1f778-3c62-4784-a275-3832a56a078e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:10,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-75b1f778-3c62-4784-a275-3832a56a078e 2018-11-19 04:54:10,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:10,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["UGYhVDzHSTaD5tospXGwZA"], "issued_at": "2018-11-19T04:54:10.000000Z"}} 2018-11-19 04:54:10,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed6ec08c477421c49850aaa49c097d4eeb2c1af" 2018-11-19 04:54:11,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80af6e86-c777-4f8c-9c11-d2f5f9fb6764 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:11,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-80af6e86-c777-4f8c-9c11-d2f5f9fb6764 2018-11-19 04:54:11,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:11,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:11,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["PVZye9xoSTeqkPToeL_Agw"], "issued_at": "2018-11-19T04:54:11.000000Z"}} 2018-11-19 04:54:11,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:11,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b7b9092-5d97-41c4-86a6-6bc18546738a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:11,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3b7b9092-5d97-41c4-86a6-6bc18546738a 2018-11-19 04:54:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:11,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:11,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-1a4e3eef-da27-4c5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:11,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae2236f1-5e78-4465-b683-97bd6adddaf8 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-1a4e3eef-da27-4c5-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:54:11,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-1a4e3eef-da27-4c5-name used request id req-ae2236f1-5e78-4465-b683-97bd6adddaf8 2018-11-19 04:54:11,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:11,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d94c0798-1b62-4ec6-80ff-d6687414efa9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:54:11,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d94c0798-1b62-4ec6-80ff-d6687414efa9 2018-11-19 04:54:11,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}}' 2018-11-19 04:54:11,729 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:54:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e269c7b-2551-4d35-b380-914c0734d1f1 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620"}, "enabled": true, "id": "ad12bac7d4b34e32898fd27e2f960620", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}} 2018-11-19 04:54:11,729 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5e269c7b-2551-4d35-b380-914c0734d1f1 2018-11-19 04:54:11,730 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-1a4e3eef-da27-4c5-name 2018-11-19 04:54:11,730 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:11,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:12,104 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["dFcBP7DIQuqbtxc8AWyOUg"], "issued_at": "2018-11-19T04:54:12.000000Z"}} 2018-11-19 04:54:12,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:12,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f80451ce-7567-41c4-8f99-e2e6692ff7bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:12,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f80451ce-7567-41c4-8f99-e2e6692ff7bc 2018-11-19 04:54:12,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:12,203 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:12,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:12,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83e3e2d4-cf40-4aab-9eda-7926e2168a1b Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:54:12,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-83e3e2d4-cf40-4aab-9eda-7926e2168a1b 2018-11-19 04:54:12,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:12,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158a1d87-2df0-489b-889a-ecaf34d5e062 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:54:12,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-158a1d87-2df0-489b-889a-ecaf34d5e062 2018-11-19 04:54:12,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:12,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db51ac5-37fa-4b1e-9146-3aeda5ebda10 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:12,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8db51ac5-37fa-4b1e-9146-3aeda5ebda10 2018-11-19 04:54:12,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-1a4e3eef-da27-4c5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:12,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a5dded2-4ad9-4da4-8da8-a04116b53041 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-1a4e3eef-da27-4c5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620"}, "enabled": true, "id": "ad12bac7d4b34e32898fd27e2f960620", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}]} 2018-11-19 04:54:12,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-1a4e3eef-da27-4c5-name used request id req-5a5dded2-4ad9-4da4-8da8-a04116b53041 2018-11-19 04:54:12,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/51035c6577d14fcc998a5901dbac5ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:13,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a12b100-d9ca-4085-ae69-dc7f2af8ca12 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/51035c6577d14fcc998a5901dbac5ced"}, "enabled": true, "id": "51035c6577d14fcc998a5901dbac5ced", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-user"}} 2018-11-19 04:54:13,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/51035c6577d14fcc998a5901dbac5ced used request id req-9a12b100-d9ca-4085-ae69-dc7f2af8ca12 2018-11-19 04:54:13,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620/users/51035c6577d14fcc998a5901dbac5ced/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:13,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321c9e24-bd9f-468c-9903-6822d2a957be Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620/users/51035c6577d14fcc998a5901dbac5ced/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 04:54:13,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620/users/51035c6577d14fcc998a5901dbac5ced/roles used request id req-321c9e24-bd9f-468c-9903-6822d2a957be 2018-11-19 04:54:13,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:13,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c18a412-4141-41e0-8226-b6f867e14776 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 04:54:13,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-6c18a412-4141-41e0-8226-b6f867e14776 2018-11-19 04:54:13,355 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-1a4e3eef-da27-4c5-name 2018-11-19 04:54:13,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620/users/51035c6577d14fcc998a5901dbac5ced/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:13,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-131aade0-9e90-4d90-9185-9a85ab3ad3e3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:13,498 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620/users/51035c6577d14fcc998a5901dbac5ced/roles/8b607911576d44ba870fc64e92729d7c used request id req-131aade0-9e90-4d90-9185-9a85ab3ad3e3 2018-11-19 04:54:13,498 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-1a4e3eef-da27-4c5-user 2018-11-19 04:54:13,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:13,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ebb9349-25c9-49d1-b8c6-f1777e3f45fe Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:13,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6ebb9349-25c9-49d1-b8c6-f1777e3f45fe 2018-11-19 04:54:13,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" -d '{"role": {"name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name-role"}}' 2018-11-19 04:54:13,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8ead7fc-7fb9-4194-86eb-620a07e39c53 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fccae6f4f6314189bc7aac6e112297a7", "links": {"self": "http://172.30.9.21:5000/v3/roles/fccae6f4f6314189bc7aac6e112297a7"}, "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name-role"}} 2018-11-19 04:54:13,628 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8ead7fc-7fb9-4194-86eb-620a07e39c53 2018-11-19 04:54:13,628 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-1a4e3eef-da27-4c5-name-role 2018-11-19 04:54:13,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fccae6f4f6314189bc7aac6e112297a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:13,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d73bb168-f1dc-47f0-84eb-825a7c41e7da Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fccae6f4f6314189bc7aac6e112297a7"}, "domain_id": null, "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name-role", "id": "fccae6f4f6314189bc7aac6e112297a7"}} 2018-11-19 04:54:13,716 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fccae6f4f6314189bc7aac6e112297a7 used request id req-d73bb168-f1dc-47f0-84eb-825a7c41e7da 2018-11-19 04:54:13,717 - keystone_utils - INFO - Granting role CreateProjectUserTests-1a4e3eef-da27-4c5-name-role to project CreateProjectUserTests-1a4e3eef-da27-4c5-name 2018-11-19 04:54:13,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620/users/51035c6577d14fcc998a5901dbac5ced/roles/fccae6f4f6314189bc7aac6e112297a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:13,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12ff929f-1d24-432b-83c8-58a641a62efe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:13,927 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620/users/51035c6577d14fcc998a5901dbac5ced/roles/fccae6f4f6314189bc7aac6e112297a7 used request id req-12ff929f-1d24-432b-83c8-58a641a62efe 2018-11-19 04:54:13,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:13,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:14,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "fccae6f4f6314189bc7aac6e112297a7", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name-role"}], "expires_at": "2018-11-19T05:54:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad12bac7d4b34e32898fd27e2f960620", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/ad12bac7d4b34e32898fd27e2f960620", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/ad12bac7d4b34e32898fd27e2f960620", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/ad12bac7d4b34e32898fd27e2f960620", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ad12bac7d4b34e32898fd27e2f960620", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/ad12bac7d4b34e32898fd27e2f960620", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/ad12bac7d4b34e32898fd27e2f960620", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ad12bac7d4b34e32898fd27e2f960620", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/ad12bac7d4b34e32898fd27e2f960620", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/ad12bac7d4b34e32898fd27e2f960620", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/ad12bac7d4b34e32898fd27e2f960620", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/ad12bac7d4b34e32898fd27e2f960620", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/ad12bac7d4b34e32898fd27e2f960620", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-user", "id": "51035c6577d14fcc998a5901dbac5ced"}, "audit_ids": ["1gWsv5RZRwGNuh4DIDnKjg"], "issued_at": "2018-11-19T04:54:14.000000Z"}} 2018-11-19 04:54:14,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:14,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9105c76c-cc4d-47a8-9594-0c6fd44bff99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:14,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9105c76c-cc4d-47a8-9594-0c6fd44bff99 2018-11-19 04:54:14,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-1a4e3eef-da27-4c5-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:14,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e959a830-c737-43c6-b136-20889771eb57 Date: Mon, 19 Nov 2018 04:54:14 GMT RESP BODY: {"security_groups": []} 2018-11-19 04:54:14,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-1a4e3eef-da27-4c5-name&description=hello+group used request id req-e959a830-c737-43c6-b136-20889771eb57 2018-11-19 04:54:14,852 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-1a4e3eef-da27-4c5-name... 2018-11-19 04:54:14,852 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-1a4e3eef-da27-4c5-name 2018-11-19 04:54:14,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" -d '{"security_group": {"name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name", "description": "hello group"}}' 2018-11-19 04:54:15,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-8bdace82-0bf3-461a-9d5c-dfa94815a886 Date: Mon, 19 Nov 2018 04:54:15 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "updated_at": "2018-11-19T04:54:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "735ae538-af06-4cd4-b10b-58806b950f02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}], "revision_number": 2, "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}} 2018-11-19 04:54:15,886 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-8bdace82-0bf3-461a-9d5c-dfa94815a886 2018-11-19 04:54:15,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:15,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:16,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-07dfd4bf-64e7-4d31-81d1-524f20af52e5 Date: Mon, 19 Nov 2018 04:54: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-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "735ae538-af06-4cd4-b10b-58806b950f02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6"}]} 2018-11-19 04:54:16,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-07dfd4bf-64e7-4d31-81d1-524f20af52e5 2018-11-19 04:54:16,062 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:16,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:16,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9f3e92aa-680c-4971-bb8b-c06c0c87afc4 Date: Mon, 19 Nov 2018 04:54: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-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "735ae538-af06-4cd4-b10b-58806b950f02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6"}]} 2018-11-19 04:54:16,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-9f3e92aa-680c-4971-bb8b-c06c0c87afc4 2018-11-19 04:54:16,771 - neutron_utils - INFO - Retrieving security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:16,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:17,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-980d9f7e-46a7-47d1-829f-74414f79d93f Date: Mon, 19 Nov 2018 04:54:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "updated_at": "2018-11-19T04:54:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "735ae538-af06-4cd4-b10b-58806b950f02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}], "revision_number": 2, "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}]} 2018-11-19 04:54:17,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-980d9f7e-46a7-47d1-829f-74414f79d93f 2018-11-19 04:54:17,558 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:17,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:17,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8c4ea83d-0ad2-4c89-b121-cfa25f28beca Date: Mon, 19 Nov 2018 04:54:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "735ae538-af06-4cd4-b10b-58806b950f02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6"}]} 2018-11-19 04:54:17,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-8c4ea83d-0ad2-4c89-b121-cfa25f28beca 2018-11-19 04:54:17,720 - neutron_utils - INFO - Retrieving security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:17,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:17,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-180eb81e-710c-4b29-a706-60dc763a04fd Date: Mon, 19 Nov 2018 04:54:17 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "updated_at": "2018-11-19T04:54:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "735ae538-af06-4cd4-b10b-58806b950f02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}], "revision_number": 2, "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}]} 2018-11-19 04:54:17,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-180eb81e-710c-4b29-a706-60dc763a04fd 2018-11-19 04:54:17,926 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:17,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:17,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c88eb9c-29dc-48c6-833b-a305fd37536e Date: Mon, 19 Nov 2018 04:54:17 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "735ae538-af06-4cd4-b10b-58806b950f02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6"}]} 2018-11-19 04:54:17,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-9c88eb9c-29dc-48c6-833b-a305fd37536e 2018-11-19 04:54:17,985 - neutron_utils - INFO - Retrieving security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:17,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:18,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-79e7a5ee-ffdf-4735-903a-c1d0903a8eee Date: Mon, 19 Nov 2018 04:54:18 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "updated_at": "2018-11-19T04:54:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "735ae538-af06-4cd4-b10b-58806b950f02", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "revision_number": 0, "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}], "revision_number": 2, "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}]} 2018-11-19 04:54:18,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-79e7a5ee-ffdf-4735-903a-c1d0903a8eee 2018-11-19 04:54:18,257 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 70c4a718-ea30-4227-9997-ac36bb5b1a18 2018-11-19 04:54:18,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:19,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-36ba0538-aa33-4a18-8b3e-d00176efdbde Date: Mon, 19 Nov 2018 04:54: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-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "735ae538-af06-4cd4-b10b-58806b950f02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:15Z", "security_group_id": "70c4a718-ea30-4227-9997-ac36bb5b1a18", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:15Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "bced37f6-7483-4fd8-868a-62f588fa1aa6"}]} 2018-11-19 04:54:19,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-36ba0538-aa33-4a18-8b3e-d00176efdbde 2018-11-19 04:54:19,003 - neutron_utils - INFO - Deleting security group rule with ID - 735ae538-af06-4cd4-b10b-58806b950f02 2018-11-19 04:54:19,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/735ae538-af06-4cd4-b10b-58806b950f02 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:19,454 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a428231c-50b5-47cb-97f8-48f1e11e352b Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:19,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/735ae538-af06-4cd4-b10b-58806b950f02 used request id req-a428231c-50b5-47cb-97f8-48f1e11e352b 2018-11-19 04:54:19,455 - neutron_utils - INFO - Deleting security group rule with ID - bced37f6-7483-4fd8-868a-62f588fa1aa6 2018-11-19 04:54:19,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/bced37f6-7483-4fd8-868a-62f588fa1aa6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:20,437 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f1f1936-5bb6-4abe-b8fb-dbdf62f97e8d Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:20,437 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/bced37f6-7483-4fd8-868a-62f588fa1aa6 used request id req-5f1f1936-5bb6-4abe-b8fb-dbdf62f97e8d 2018-11-19 04:54:20,437 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-1a4e3eef-da27-4c5-name 2018-11-19 04:54:20,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/70c4a718-ea30-4227-9997-ac36bb5b1a18 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2a73c807d27fb5dbfc626d8e33acb63d301a7a4" 2018-11-19 04:54:21,386 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2628d16e-427c-43b5-afc2-d5898cf77b6e Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:21,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/70c4a718-ea30-4227-9997-ac36bb5b1a18 used request id req-2628d16e-427c-43b5-afc2-d5898cf77b6e 2018-11-19 04:54:21,387 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-1a4e3eef-da27-4c5-user 2018-11-19 04:54:21,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/51035c6577d14fcc998a5901dbac5ced -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84ebce2543a313c0fc6e4b7d492de982d755c8ae" 2018-11-19 04:54:21,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43ffe330-93c5-4c3a-9396-dbb1e5ce6e46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:21,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/51035c6577d14fcc998a5901dbac5ced used request id req-43ffe330-93c5-4c3a-9396-dbb1e5ce6e46 2018-11-19 04:54:21,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:21,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-932bac5c-01da-4c6f-beae-0ad3d260b133 Date: Mon, 19 Nov 2018 04:54:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:14Z", "updated_at": "2018-11-19T04:54:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "revision_number": 0, "id": "6a315d15-4e6a-420f-bdf1-b94cb979e687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "revision_number": 0, "id": "33ab94ce-4e53-4e6b-a7f4-1bde5d53d656", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "revision_number": 0, "id": "1b6961de-ac14-4367-be0e-484bfe806336", "remote_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv6", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "revision_number": 0, "id": "726dd96f-abbf-47f6-b727-0bfab260a0e6", "remote_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "port_range_min": null, "ethertype": "IPv4", "project_id": "ad12bac7d4b34e32898fd27e2f960620"}], "revision_number": 4, "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "cf0d2288-604d-4089-a627-45111c516c32", "name": "default"}]} 2018-11-19 04:54:21,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-932bac5c-01da-4c6f-beae-0ad3d260b133 2018-11-19 04:54:21,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:22,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0943145a-d0de-44e0-af35-5894fabf2102 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:54:22,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-0943145a-d0de-44e0-af35-5894fabf2102 2018-11-19 04:54:22,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:22,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bcd4b4d-e613-4f23-aaa4-dd3d1296bb20 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:54:22,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-1bcd4b4d-e613-4f23-aaa4-dd3d1296bb20 2018-11-19 04:54:22,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:22,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b05a95-c074-4291-bcd1-a2764d3e3ecf Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:54:22,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-30b05a95-c074-4291-bcd1-a2764d3e3ecf 2018-11-19 04:54:22,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:22,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-232d53dd-ccc8-4ec1-9bc6-8694c4cebb50 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620"}, "enabled": true, "id": "ad12bac7d4b34e32898fd27e2f960620", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-1a4e3eef-da27-4c5-name"}} 2018-11-19 04:54:22,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620 used request id req-232d53dd-ccc8-4ec1-9bc6-8694c4cebb50 2018-11-19 04:54:22,298 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cf0d2288-604d-4089-a627-45111c516c32 2018-11-19 04:54:22,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cf0d2288-604d-4089-a627-45111c516c32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:23,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-822d8701-fbe4-4fa5-9068-d5df887faf8e Date: Mon, 19 Nov 2018 04:54:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:14Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "1b6961de-ac14-4367-be0e-484bfe806336"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:14Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "33ab94ce-4e53-4e6b-a7f4-1bde5d53d656"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:14Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "6a315d15-4e6a-420f-bdf1-b94cb979e687"}, {"remote_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:14Z", "security_group_id": "cf0d2288-604d-4089-a627-45111c516c32", "port_range_min": null, "revision_number": 0, "tenant_id": "ad12bac7d4b34e32898fd27e2f960620", "created_at": "2018-11-19T04:54:14Z", "project_id": "ad12bac7d4b34e32898fd27e2f960620", "id": "726dd96f-abbf-47f6-b727-0bfab260a0e6"}]} 2018-11-19 04:54:23,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cf0d2288-604d-4089-a627-45111c516c32 used request id req-822d8701-fbe4-4fa5-9068-d5df887faf8e 2018-11-19 04:54:23,017 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 04:54:23,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cf0d2288-604d-4089-a627-45111c516c32 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:23,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4420c30e-1070-4949-b72d-98d1ed9505af Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:23,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cf0d2288-604d-4089-a627-45111c516c32 used request id req-4420c30e-1070-4949-b72d-98d1ed9505af 2018-11-19 04:54:23,454 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-1a4e3eef-da27-4c5-name 2018-11-19 04:54:23,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:23,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3472ae8-41ec-4a80-91e7-62e0da471d62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:23,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ad12bac7d4b34e32898fd27e2f960620 used request id req-b3472ae8-41ec-4a80-91e7-62e0da471d62 2018-11-19 04:54:23,630 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-1a4e3eef-da27-4c5-name-role 2018-11-19 04:54:23,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fccae6f4f6314189bc7aac6e112297a7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:23,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2ae171e-d57a-4bb5-b3f4-9c168f846ab7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:23,741 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fccae6f4f6314189bc7aac6e112297a7 used request id req-e2ae171e-d57a-4bb5-b3f4-9c168f846ab7 2018-11-19 04:54:23,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c69a03a171a8f8884cc43d05860868603e44f862" 2018-11-19 04:54:23,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4cc4089-4299-4522-81fd-932470b90ba8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:23,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a4cc4089-4299-4522-81fd-932470b90ba8 2018-11-19 04:54:23,834 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:24,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["54OScF4ARD-qjw6xRavXpw"], "issued_at": "2018-11-19T04:54:24.000000Z"}} 2018-11-19 04:54:24,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}237251fd8e569c971aef6eccf2f07a763d94cf99" 2018-11-19 04:54:24,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50aefc4-191e-4723-868d-2d17789266b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:24,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c50aefc4-191e-4723-868d-2d17789266b9 2018-11-19 04:54:24,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:24,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:24,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Nmi4Qyq4R8qm1Sc_4dJVLQ"], "issued_at": "2018-11-19T04:54:24.000000Z"}} 2018-11-19 04:54:24,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:24,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed9b7367-5181-49a4-9546-c9ac823fcc1c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:24,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ed9b7367-5181-49a4-9546-c9ac823fcc1c 2018-11-19 04:54:24,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:24,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:24,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-57d223f5-53a7-447-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:24,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2403b4d3-a859-4126-b74c-d57ba82a85f5 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-57d223f5-53a7-447-name", "previous": null, "next": null}, "projects": []} 2018-11-19 04:54:24,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-57d223f5-53a7-447-name used request id req-2403b4d3-a859-4126-b74c-d57ba82a85f5 2018-11-19 04:54:24,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:24,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d780ac7-c657-4597-a434-6516bb5a8b8e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:54:24,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2d780ac7-c657-4597-a434-6516bb5a8b8e 2018-11-19 04:54:24,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}}' 2018-11-19 04:54:25,132 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:54:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a3eee86-d71d-483a-84b0-02439dd89f94 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183"}, "enabled": true, "id": "33ebfb4fdc7e4a51bf89a74044fc7183", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}} 2018-11-19 04:54:25,133 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0a3eee86-d71d-483a-84b0-02439dd89f94 2018-11-19 04:54:25,133 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:25,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:25,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:25,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["nWfBN3-pSSC3uRJcW4Okpg"], "issued_at": "2018-11-19T04:54:25.000000Z"}} 2018-11-19 04:54:25,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:25,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a53c47-8e96-4d9b-bb4e-25f23ba537bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:25,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d3a53c47-8e96-4d9b-bb4e-25f23ba537bf 2018-11-19 04:54:25,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:25,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:25,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:25,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c09c4397-04ba-4496-9e85-251284e0b565 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:54:25,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c09c4397-04ba-4496-9e85-251284e0b565 2018-11-19 04:54:25,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:25,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc62cc15-090d-417e-b509-511780b03d17 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:54:25,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bc62cc15-090d-417e-b509-511780b03d17 2018-11-19 04:54:26,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:26,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46a26856-96f8-4d3b-972b-76841a89295a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:26,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-46a26856-96f8-4d3b-972b-76841a89295a 2018-11-19 04:54:26,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-57d223f5-53a7-447-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:26,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b75458-3755-499b-998a-eb11c9deef26 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-57d223f5-53a7-447-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183"}, "enabled": true, "id": "33ebfb4fdc7e4a51bf89a74044fc7183", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}]} 2018-11-19 04:54:26,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-57d223f5-53a7-447-name used request id req-12b75458-3755-499b-998a-eb11c9deef26 2018-11-19 04:54:26,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/d1eaec7d8af646a5a96ec66cb2e3e626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:26,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db4a891-041b-439c-8975-48b2435b4c29 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/d1eaec7d8af646a5a96ec66cb2e3e626"}, "enabled": true, "id": "d1eaec7d8af646a5a96ec66cb2e3e626", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-user1"}} 2018-11-19 04:54:26,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d1eaec7d8af646a5a96ec66cb2e3e626 used request id req-6db4a891-041b-439c-8975-48b2435b4c29 2018-11-19 04:54:26,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d1eaec7d8af646a5a96ec66cb2e3e626/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:26,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0dd734f-979e-4795-be20-6538b0cd539c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d1eaec7d8af646a5a96ec66cb2e3e626/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 04:54:26,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d1eaec7d8af646a5a96ec66cb2e3e626/roles used request id req-f0dd734f-979e-4795-be20-6538b0cd539c 2018-11-19 04:54:26,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:26,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39944e56-43c9-45f3-8d4b-506ba4c91b82 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 04:54:26,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-39944e56-43c9-45f3-8d4b-506ba4c91b82 2018-11-19 04:54:26,663 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:26,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d1eaec7d8af646a5a96ec66cb2e3e626/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:26,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-275eda02-b8ee-4729-a4a3-d2b86b601540 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:26,785 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d1eaec7d8af646a5a96ec66cb2e3e626/roles/8b607911576d44ba870fc64e92729d7c used request id req-275eda02-b8ee-4729-a4a3-d2b86b601540 2018-11-19 04:54:26,785 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-57d223f5-53a7-447-user1 2018-11-19 04:54:26,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:26,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a49ed58e-ea64-49cb-9ad0-782a0b09dd56 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:26,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a49ed58e-ea64-49cb-9ad0-782a0b09dd56 2018-11-19 04:54:26,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" -d '{"role": {"name": "CreateProjectUserTests-57d223f5-53a7-447-name-role"}}' 2018-11-19 04:54:26,992 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 04:54:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36e5913b-314c-45c4-a1e8-0d9b8b84c3fe Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bef89a0ba11446bca95cf54caba24c12", "links": {"self": "http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12"}, "name": "CreateProjectUserTests-57d223f5-53a7-447-name-role"}} 2018-11-19 04:54:26,992 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-36e5913b-314c-45c4-a1e8-0d9b8b84c3fe 2018-11-19 04:54:26,993 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-57d223f5-53a7-447-name-role 2018-11-19 04:54:26,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:27,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2dda86-5445-4a4f-8c87-be9b09f52be5 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12"}, "domain_id": null, "name": "CreateProjectUserTests-57d223f5-53a7-447-name-role", "id": "bef89a0ba11446bca95cf54caba24c12"}} 2018-11-19 04:54:27,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12 used request id req-df2dda86-5445-4a4f-8c87-be9b09f52be5 2018-11-19 04:54:27,076 - keystone_utils - INFO - Granting role CreateProjectUserTests-57d223f5-53a7-447-name-role to project CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:27,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d1eaec7d8af646a5a96ec66cb2e3e626/roles/bef89a0ba11446bca95cf54caba24c12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:27,132 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b6c8624-8a15-4464-aab1-2ba8631ca98f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:27,133 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d1eaec7d8af646a5a96ec66cb2e3e626/roles/bef89a0ba11446bca95cf54caba24c12 used request id req-2b6c8624-8a15-4464-aab1-2ba8631ca98f 2018-11-19 04:54:27,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:27,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:27,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["-hCxwxQ-TkqOC7mqAZ3y2Q"], "issued_at": "2018-11-19T04:54:27.000000Z"}} 2018-11-19 04:54:27,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:27,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761e67cb-4c7f-45a3-98d7-645e1f852d15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:27,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-761e67cb-4c7f-45a3-98d7-645e1f852d15 2018-11-19 04:54:27,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:27,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:27,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:27,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f35f80b-c64e-4710-b1d0-01f78afa9c6c Content-Encoding: gzip Content-Length: 936 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-57d223f5-53a7-447-user1", "links": {"self": "http://172.30.9.21:5000/v3/users/d1eaec7d8af646a5a96ec66cb2e3e626"}, "domain_id": "default", "enabled": true, "id": "d1eaec7d8af646a5a96ec66cb2e3e626", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 04:54:27,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f35f80b-c64e-4710-b1d0-01f78afa9c6c 2018-11-19 04:54:27,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:27,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db4230a5-72b3-4a10-9126-4878afe673ba Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 04:54:27,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-db4230a5-72b3-4a10-9126-4878afe673ba 2018-11-19 04:54:28,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:28,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f08886d-c7ef-4166-add1-ea6454e7075d Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "bef89a0ba11446bca95cf54caba24c12", "links": {"self": "http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12"}, "name": "CreateProjectUserTests-57d223f5-53a7-447-name-role"}]} 2018-11-19 04:54:28,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4f08886d-c7ef-4166-add1-ea6454e7075d 2018-11-19 04:54:28,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-57d223f5-53a7-447-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:28,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56046bf0-378b-4ae4-9f1c-9efdeda236ab Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-57d223f5-53a7-447-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183"}, "enabled": true, "id": "33ebfb4fdc7e4a51bf89a74044fc7183", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}]} 2018-11-19 04:54:28,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateProjectUserTests-57d223f5-53a7-447-name used request id req-56046bf0-378b-4ae4-9f1c-9efdeda236ab 2018-11-19 04:54:28,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:28,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4185e8e3-8e68-48bd-9ef4-5c831746e9e4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea"}, "enabled": true, "id": "d7dcdb1f6d234c6dbff53d1ec72ec0ea", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-user2"}} 2018-11-19 04:54:28,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea used request id req-4185e8e3-8e68-48bd-9ef4-5c831746e9e4 2018-11-19 04:54:28,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:28,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b54d92ce-56dd-41ad-86f0-ebc89f0cc760 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 04:54:28,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea/roles used request id req-b54d92ce-56dd-41ad-86f0-ebc89f0cc760 2018-11-19 04:54:28,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:28,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abc08ea5-510f-4b61-b9fd-7a8cffc0ca17 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 04:54:28,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-abc08ea5-510f-4b61-b9fd-7a8cffc0ca17 2018-11-19 04:54:28,690 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:28,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:28,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3d17acf-ac6f-4b7f-916e-5296d4af8116 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:28,795 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea/roles/8b607911576d44ba870fc64e92729d7c used request id req-d3d17acf-ac6f-4b7f-916e-5296d4af8116 2018-11-19 04:54:28,795 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-57d223f5-53a7-447-user2 2018-11-19 04:54:28,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:28,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe41be7-bf7c-4c03-9a39-f4d43de51970 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12"}, "domain_id": null, "name": "CreateProjectUserTests-57d223f5-53a7-447-name-role", "id": "bef89a0ba11446bca95cf54caba24c12"}} 2018-11-19 04:54:28,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12 used request id req-cbe41be7-bf7c-4c03-9a39-f4d43de51970 2018-11-19 04:54:28,887 - keystone_utils - INFO - Granting role CreateProjectUserTests-57d223f5-53a7-447-name-role to project CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:28,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea/roles/bef89a0ba11446bca95cf54caba24c12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:29,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c028380-b242-4e80-933d-493298675483 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:29,109 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea/roles/bef89a0ba11446bca95cf54caba24c12 used request id req-0c028380-b242-4e80-933d-493298675483 2018-11-19 04:54:29,109 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:29,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:29,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "bef89a0ba11446bca95cf54caba24c12", "name": "CreateProjectUserTests-57d223f5-53a7-447-name-role"}], "expires_at": "2018-11-19T05:54:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33ebfb4fdc7e4a51bf89a74044fc7183", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-57d223f5-53a7-447-user1", "id": "d1eaec7d8af646a5a96ec66cb2e3e626"}, "audit_ids": ["EcCn-C21QPWQlRlbxM59wA"], "issued_at": "2018-11-19T04:54:29.000000Z"}} 2018-11-19 04:54:29,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:29,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a707c09-5b9a-46e7-a220-0f2fb764aab7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:29,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2a707c09-5b9a-46e7-a220-0f2fb764aab7 2018-11-19 04:54:29,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-57d223f5-53a7-447-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:30,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-aea5cf8f-8224-4b52-98df-a01608e45ca7 Date: Mon, 19 Nov 2018 04:54:30 GMT RESP BODY: {"security_groups": []} 2018-11-19 04:54:30,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-57d223f5-53a7-447-name&description=hello+group used request id req-aea5cf8f-8224-4b52-98df-a01608e45ca7 2018-11-19 04:54:30,576 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-57d223f5-53a7-447-name... 2018-11-19 04:54:30,577 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:30,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" -d '{"security_group": {"name": "CreateProjectUserTests-57d223f5-53a7-447-name", "description": "hello group"}}' 2018-11-19 04:54:30,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-25070bc6-8746-40e1-8a40-2cc99ddd856b Date: Mon, 19 Nov 2018 04:54:30 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "updated_at": "2018-11-19T04:54:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "14523938-f461-40f7-96bd-269d8db51896", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}], "revision_number": 2, "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}} 2018-11-19 04:54:30,963 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-25070bc6-8746-40e1-8a40-2cc99ddd856b 2018-11-19 04:54:30,964 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:30,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:31,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3d832212-b0ac-49fa-8fca-ab488bbc8ae7 Date: Mon, 19 Nov 2018 04:54:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:31,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-3d832212-b0ac-49fa-8fca-ab488bbc8ae7 2018-11-19 04:54:31,206 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:31,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:31,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-16d8bf3f-85b1-4aa9-a63e-1397526dfd67 Date: Mon, 19 Nov 2018 04:54:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:31,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-16d8bf3f-85b1-4aa9-a63e-1397526dfd67 2018-11-19 04:54:31,453 - neutron_utils - INFO - Retrieving security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:31,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:32,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-2fe95e63-8ca9-46c8-81c8-3ee4923de6e0 Date: Mon, 19 Nov 2018 04:54:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "updated_at": "2018-11-19T04:54:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "14523938-f461-40f7-96bd-269d8db51896", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}], "revision_number": 2, "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}]} 2018-11-19 04:54:32,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-2fe95e63-8ca9-46c8-81c8-3ee4923de6e0 2018-11-19 04:54:32,191 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:32,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:32,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-428c7162-e627-49b0-98df-2e4049bb9b48 Date: Mon, 19 Nov 2018 04:54:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:32,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-428c7162-e627-49b0-98df-2e4049bb9b48 2018-11-19 04:54:32,907 - neutron_utils - INFO - Retrieving security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:32,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:32,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-bf637ae6-e547-4f46-90ed-3a97bbf84c31 Date: Mon, 19 Nov 2018 04:54:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "updated_at": "2018-11-19T04:54:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "14523938-f461-40f7-96bd-269d8db51896", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}], "revision_number": 2, "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}]} 2018-11-19 04:54:32,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-bf637ae6-e547-4f46-90ed-3a97bbf84c31 2018-11-19 04:54:32,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:32,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:33,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2378132-3536-4c16-864a-81e1b8ef2684 Date: Mon, 19 Nov 2018 04:54: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-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:33,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-c2378132-3536-4c16-864a-81e1b8ef2684 2018-11-19 04:54:33,798 - neutron_utils - INFO - Retrieving security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:33,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:34,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-9be6a93c-ebdc-4115-b109-163d6950b217 Date: Mon, 19 Nov 2018 04:54:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "updated_at": "2018-11-19T04:54:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "14523938-f461-40f7-96bd-269d8db51896", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}], "revision_number": 2, "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}]} 2018-11-19 04:54:34,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-9be6a93c-ebdc-4115-b109-163d6950b217 2018-11-19 04:54:34,132 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:34,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:34,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1d49e7e0-ffea-4fcf-8996-e3bc59261ba9 Date: Mon, 19 Nov 2018 04:54: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-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:34,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-1d49e7e0-ffea-4fcf-8996-e3bc59261ba9 2018-11-19 04:54:34,158 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:54:34,159 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:34,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "bef89a0ba11446bca95cf54caba24c12", "name": "CreateProjectUserTests-57d223f5-53a7-447-name-role"}], "expires_at": "2018-11-19T05:54:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "33ebfb4fdc7e4a51bf89a74044fc7183", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/33ebfb4fdc7e4a51bf89a74044fc7183", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-57d223f5-53a7-447-user2", "id": "d7dcdb1f6d234c6dbff53d1ec72ec0ea"}, "audit_ids": ["IXXbPme-TlG3vXv8vuwV6Q"], "issued_at": "2018-11-19T04:54:34.000000Z"}} 2018-11-19 04:54:34,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:34,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78f77729-2c14-477b-b47f-45b657048927 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:34,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-78f77729-2c14-477b-b47f-45b657048927 2018-11-19 04:54:34,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-57d223f5-53a7-447-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:34,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-1f16a396-7013-4c08-afe5-0ba1748eeb89 Date: Mon, 19 Nov 2018 04:54:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "updated_at": "2018-11-19T04:54:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "14523938-f461-40f7-96bd-269d8db51896", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}], "revision_number": 2, "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}]} 2018-11-19 04:54:34,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateProjectUserTests-57d223f5-53a7-447-name&description=hello+group used request id req-1f16a396-7013-4c08-afe5-0ba1748eeb89 2018-11-19 04:54:34,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:34,849 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:34,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7641ffa-0959-456d-a0c5-eb84cd5078f2 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183"}, "enabled": true, "id": "33ebfb4fdc7e4a51bf89a74044fc7183", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}} 2018-11-19 04:54:34,927 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183 used request id req-e7641ffa-0959-456d-a0c5-eb84cd5078f2 2018-11-19 04:54:34,927 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:34,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:35,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ce6defa1-8ae4-42c8-b9cd-61d76784d2d8 Date: Mon, 19 Nov 2018 04:54:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:35,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-ce6defa1-8ae4-42c8-b9cd-61d76784d2d8 2018-11-19 04:54:35,091 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:35,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:35,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5da55e03-a819-4e94-a669-efe07ead949d Date: Mon, 19 Nov 2018 04:54:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:35,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-5da55e03-a819-4e94-a669-efe07ead949d 2018-11-19 04:54:35,286 - neutron_utils - INFO - Retrieving security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:35,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:36,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d5334c89-f0fe-4c38-a15b-21b77df06841 Date: Mon, 19 Nov 2018 04:54:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "updated_at": "2018-11-19T04:54:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "14523938-f461-40f7-96bd-269d8db51896", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}], "revision_number": 2, "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}]} 2018-11-19 04:54:36,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-d5334c89-f0fe-4c38-a15b-21b77df06841 2018-11-19 04:54:36,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1342d65e-d21b-465f-ac9c-f6e2af14dc41 2018-11-19 04:54:36,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:36,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-aa1c4186-6bed-4d2a-8705-5e55b98a686d Date: Mon, 19 Nov 2018 04:54: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-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "14523938-f461-40f7-96bd-269d8db51896"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "1342d65e-d21b-465f-ac9c-f6e2af14dc41", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "aa61ced1-6cec-4b6b-ad92-054cfd397e48"}]} 2018-11-19 04:54:36,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-aa1c4186-6bed-4d2a-8705-5e55b98a686d 2018-11-19 04:54:36,197 - neutron_utils - INFO - Deleting security group rule with ID - 14523938-f461-40f7-96bd-269d8db51896 2018-11-19 04:54:36,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/14523938-f461-40f7-96bd-269d8db51896 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:36,278 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cdecf717-f9d8-430b-aa95-1e17b5a0f460 Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:36,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/14523938-f461-40f7-96bd-269d8db51896 used request id req-cdecf717-f9d8-430b-aa95-1e17b5a0f460 2018-11-19 04:54:36,279 - neutron_utils - INFO - Deleting security group rule with ID - aa61ced1-6cec-4b6b-ad92-054cfd397e48 2018-11-19 04:54:36,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/aa61ced1-6cec-4b6b-ad92-054cfd397e48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:36,579 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1e831ca5-adaa-4036-801e-daa1fe2daea9 Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:36,579 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/aa61ced1-6cec-4b6b-ad92-054cfd397e48 used request id req-1e831ca5-adaa-4036-801e-daa1fe2daea9 2018-11-19 04:54:36,579 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:36,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ed0f2ec9131abefdec8931b17fe490cdb6eb573" 2018-11-19 04:54:37,080 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ba75b9d-8a18-496a-be9f-25b1e3219415 Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:37,080 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-6ba75b9d-8a18-496a-be9f-25b1e3219415 2018-11-19 04:54:37,081 - neutron_utils - INFO - Deleting security group rule with ID - aa61ced1-6cec-4b6b-ad92-054cfd397e48 2018-11-19 04:54:37,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/aa61ced1-6cec-4b6b-ad92-054cfd397e48 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:37,278 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-cce8fcd4-5d3d-42d1-bd7a-191bc1242ad2 Date: Mon, 19 Nov 2018 04:54:37 GMT RESP BODY: {"NeutronError": {"message": "Security group rule aa61ced1-6cec-4b6b-ad92-054cfd397e48 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 04:54:37,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/aa61ced1-6cec-4b6b-ad92-054cfd397e48 used request id req-cce8fcd4-5d3d-42d1-bd7a-191bc1242ad2 2018-11-19 04:54:37,278 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule aa61ced1-6cec-4b6b-ad92-054cfd397e48 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 04:54:37,279 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule aa61ced1-6cec-4b6b-ad92-054cfd397e48 does not exist Neutron server returns request_ids: ['req-cce8fcd4-5d3d-42d1-bd7a-191bc1242ad2'] 2018-11-19 04:54:37,279 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:37,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1342d65e-d21b-465f-ac9c-f6e2af14dc41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6370fcfc9786f44cbcd1b6881ca9e31aa13f6f8b" 2018-11-19 04:54:37,494 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-260dd0fa-6f59-46c4-9824-528f1418968c Date: Mon, 19 Nov 2018 04:54:37 GMT RESP BODY: {"NeutronError": {"message": "Security group 1342d65e-d21b-465f-ac9c-f6e2af14dc41 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-19 04:54:37,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1342d65e-d21b-465f-ac9c-f6e2af14dc41 used request id req-260dd0fa-6f59-46c4-9824-528f1418968c 2018-11-19 04:54:37,494 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 1342d65e-d21b-465f-ac9c-f6e2af14dc41 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-19 04:54:37,495 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 1342d65e-d21b-465f-ac9c-f6e2af14dc41 does not exist Neutron server returns request_ids: ['req-260dd0fa-6f59-46c4-9824-528f1418968c'] 2018-11-19 04:54:37,495 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-57d223f5-53a7-447-user1 2018-11-19 04:54:37,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d1eaec7d8af646a5a96ec66cb2e3e626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe0cfa19c203dc274a9918d48065b5b09b0a81d" 2018-11-19 04:54:37,729 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e881ea9-5190-48d3-9662-4694e90d681f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:37,729 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d1eaec7d8af646a5a96ec66cb2e3e626 used request id req-6e881ea9-5190-48d3-9662-4694e90d681f 2018-11-19 04:54:37,729 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-57d223f5-53a7-447-user2 2018-11-19 04:54:37,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03efd151364619257db2b6e96815f7fa7270fa76" 2018-11-19 04:54:37,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-788c5d16-32de-43f8-bd3c-17af417b5fcf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:37,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d7dcdb1f6d234c6dbff53d1ec72ec0ea used request id req-788c5d16-32de-43f8-bd3c-17af417b5fcf 2018-11-19 04:54:37,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:38,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-92662089-f5ad-4297-b6aa-62b4764c0f0b Date: Mon, 19 Nov 2018 04:54:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "updated_at": "2018-11-19T04:54:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "4d071d30-1bf0-45a4-8435-3dab68b4da39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "04ef8208-812b-4cd7-8709-31c827e6eae3", "remote_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv6", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "523d9eec-3569-42db-a346-2209eb3f1d61", "remote_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "revision_number": 0, "id": "5028f833-2f37-4cfb-b0b0-63cacd339390", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "port_range_min": null, "ethertype": "IPv4", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183"}], "revision_number": 4, "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "name": "default"}]} 2018-11-19 04:54:38,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-92662089-f5ad-4297-b6aa-62b4764c0f0b 2018-11-19 04:54:38,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:38,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-309aeee1-ecb4-4c02-b2d8-596b85d83b4e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 04:54:38,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-309aeee1-ecb4-4c02-b2d8-596b85d83b4e 2018-11-19 04:54:38,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:38,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38a58d0-6202-42f4-a146-eff212bee3ae 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:54:38,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-e38a58d0-6202-42f4-a146-eff212bee3ae 2018-11-19 04:54:38,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:38,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d75a9f3a-b947-449c-ae6b-ee09f922f78c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 04:54:38,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-d75a9f3a-b947-449c-ae6b-ee09f922f78c 2018-11-19 04:54:38,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:38,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681b36da-003c-44df-8f58-bc24c42d9c6d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183"}, "enabled": true, "id": "33ebfb4fdc7e4a51bf89a74044fc7183", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-57d223f5-53a7-447-name"}} 2018-11-19 04:54:38,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183 used request id req-681b36da-003c-44df-8f58-bc24c42d9c6d 2018-11-19 04:54:38,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2 2018-11-19 04:54:38,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:38,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1206fe5b-43af-4f96-bb0d-f780d58f1300 Date: Mon, 19 Nov 2018 04:54:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "04ef8208-812b-4cd7-8709-31c827e6eae3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "4d071d30-1bf0-45a4-8435-3dab68b4da39"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "5028f833-2f37-4cfb-b0b0-63cacd339390"}, {"remote_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:54:30Z", "security_group_id": "b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2", "port_range_min": null, "revision_number": 0, "tenant_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "created_at": "2018-11-19T04:54:30Z", "project_id": "33ebfb4fdc7e4a51bf89a74044fc7183", "id": "523d9eec-3569-42db-a346-2209eb3f1d61"}]} 2018-11-19 04:54:38,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2 used request id req-1206fe5b-43af-4f96-bb0d-f780d58f1300 2018-11-19 04:54:38,770 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 04:54:38,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:39,089 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6a6f4c73-8531-483f-8750-1beea1ade24b Content-Length: 0 Date: Mon, 19 Nov 2018 04:54:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:39,089 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b1f0b5c4-7944-4946-a3ba-aafd7a8a36d2 used request id req-6a6f4c73-8531-483f-8750-1beea1ade24b 2018-11-19 04:54:39,090 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-57d223f5-53a7-447-name 2018-11-19 04:54:39,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:39,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37fe2ed6-f0e8-48df-a805-e2c0e3f6f761 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:39,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/33ebfb4fdc7e4a51bf89a74044fc7183 used request id req-37fe2ed6-f0e8-48df-a805-e2c0e3f6f761 2018-11-19 04:54:39,389 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-57d223f5-53a7-447-name-role 2018-11-19 04:54:39,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:39,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04:54:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d93bcd8-7398-4812-a5bf-cc0e901bb4a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 04:54:39,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bef89a0ba11446bca95cf54caba24c12 used request id req-2d93bcd8-7398-4812-a5bf-cc0e901bb4a3 2018-11-19 04:54:39,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bf2e06646e5a3cc12c25e97220b97000ee3d78" 2018-11-19 04:54:39,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f078d6a2-ce6d-494e-8835-aa0047485c85 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 04:54:39,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f078d6a2-ce6d-494e-8835-aa0047485c85 2018-11-19 04:54:39,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:40,066 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["qIsgL_h0Q9OhBuewDf2L0g"], "issued_at": "2018-11-19T04:54:40.000000Z"}} 2018-11-19 04:54:40,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76396430f4e2c0a5d1af108fcacdb452e9094270" 2018-11-19 04:54:40,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-86ec5986-2439-42e1-8a04-666df28b72f6 Date: Mon, 19 Nov 2018 04:54:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:54:40,659 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-86ec5986-2439-42e1-8a04-666df28b72f6 2018-11-19 04:54:40,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}76396430f4e2c0a5d1af108fcacdb452e9094270" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8"}' 2018-11-19 04:54:41,438 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c X-Openstack-Request-Id: req-66c19135-ca65-4a0d-9eb0-54c048d3b081 Date: Mon, 19 Nov 2018 04:54:41 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:54:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T04:54:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c", "min_disk": 0, "protected": false, "id": "3a54b867-d884-488e-a93b-bfd63b21651c", "file": "/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:54:41,438 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-66c19135-ca65-4a0d-9eb0-54c048d3b081 2018-11-19 04:54:41,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76396430f4e2c0a5d1af108fcacdb452e9094270" -d '' 2018-11-19 04:54:45,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1146e3ed-d1ae-4204-a16e-b5973e6c4e5c Date: Mon, 19 Nov 2018 04:54:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 04:54:45,133 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c/file used request id req-1146e3ed-d1ae-4204-a16e-b5973e6c4e5c 2018-11-19 04:54:45,133 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 04:54:45,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76396430f4e2c0a5d1af108fcacdb452e9094270" 2018-11-19 04:54:45,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-2b9ee26a-a96b-4ca8-9d8c-5c2e3b95b728 Date: Mon, 19 Nov 2018 04:54:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:54:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:54:45Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3a54b867-d884-488e-a93b-bfd63b21651c/snap", "metadata": {}}], "self": "/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c", "min_disk": 0, "protected": false, "id": "3a54b867-d884-488e-a93b-bfd63b21651c", "file": "/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3a54b867-d884-488e-a93b-bfd63b21651c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:54:45,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c used request id req-2b9ee26a-a96b-4ca8-9d8c-5c2e3b95b728 2018-11-19 04:54:45,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76396430f4e2c0a5d1af108fcacdb452e9094270" 2018-11-19 04:54:46,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3ee11e73-96d4-4132-80a3-c291d119f7f0 Date: Mon, 19 Nov 2018 04:54:46 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:54:46,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3ee11e73-96d4-4132-80a3-c291d119f7f0 2018-11-19 04:54:46,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76396430f4e2c0a5d1af108fcacdb452e9094270" 2018-11-19 04:54:47,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-ca8a64c7-c81d-44e6-a2d1-8afc65d5b83f Date: Mon, 19 Nov 2018 04:54:47 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:54:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:54:45Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3a54b867-d884-488e-a93b-bfd63b21651c/snap", "metadata": {}}], "self": "/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c", "min_disk": 0, "protected": false, "id": "3a54b867-d884-488e-a93b-bfd63b21651c", "file": "/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3a54b867-d884-488e-a93b-bfd63b21651c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8"} 2018-11-19 04:54:47,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8 used request id req-ca8a64c7-c81d-44e6-a2d1-8afc65d5b83f 2018-11-19 04:54:47,019 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-5ab9ec89-6405-42e7-a0c5-e56bacd5bfa8 2018-11-19 04:54:47,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}76396430f4e2c0a5d1af108fcacdb452e9094270" 2018-11-19 04:54:48,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9477222f-8b5c-46f0-b0c4-13e3fc89636b Date: Mon, 19 Nov 2018 04:54:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 04:54:48,694 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3a54b867-d884-488e-a93b-bfd63b21651c used request id req-9477222f-8b5c-46f0-b0c4-13e3fc89636b 2018-11-19 04:54:48,697 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-19 04:54:48,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:49,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["7y2bc8ugTp2xyuTFce-QHQ"], "issued_at": "2018-11-19T04:54:49.000000Z"}} 2018-11-19 04:54:49,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:49,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7acffd75-0e82-43a5-a1a8-b2813f28b601 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:49,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7acffd75-0e82-43a5-a1a8-b2813f28b601 2018-11-19 04:54:49,173 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net 2018-11-19 04:54:49,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" -d '{"network": {"name": "NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net", "admin_state_up": true}}' 2018-11-19 04:54:49,877 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-9ccb5ae7-0d93-4473-862f-e8666eab21cc Date: Mon, 19 Nov 2018 04:54:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d67660f-759d-4a95-9419-dea27ff86a89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:54:49Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:49Z","mtu":1450}} 2018-11-19 04:54:49,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9ccb5ae7-0d93-4473-862f-e8666eab21cc 2018-11-19 04:54:49,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7d67660f-759d-4a95-9419-dea27ff86a89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:50,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-8123f5ba-6744-428a-943f-a1e5c2ce2724 Date: Mon, 19 Nov 2018 04:54:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d67660f-759d-4a95-9419-dea27ff86a89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:54:49Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:54:50,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7d67660f-759d-4a95-9419-dea27ff86a89 used request id req-8123f5ba-6744-428a-943f-a1e5c2ce2724 2018-11-19 04:54:50,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d67660f-759d-4a95-9419-dea27ff86a89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:50,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-40afe63d-2755-46f6-9342-2199abf90c17 Date: Mon, 19 Nov 2018 04:54:50 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:54:50,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d67660f-759d-4a95-9419-dea27ff86a89 used request id req-40afe63d-2755-46f6-9342-2199abf90c17 2018-11-19 04:54:50,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7d67660f-759d-4a95-9419-dea27ff86a89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:50,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-eae9ca25-8e19-4d7b-adb3-4c83b8985491 Date: Mon, 19 Nov 2018 04:54:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d67660f-759d-4a95-9419-dea27ff86a89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:54:49Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:54:50,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7d67660f-759d-4a95-9419-dea27ff86a89 used request id req-eae9ca25-8e19-4d7b-adb3-4c83b8985491 2018-11-19 04:54:50,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d67660f-759d-4a95-9419-dea27ff86a89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:50,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4a7c8c92-415b-4c89-a26b-78db315f0072 Date: Mon, 19 Nov 2018 04:54:50 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:54:50,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d67660f-759d-4a95-9419-dea27ff86a89 used request id req-4a7c8c92-415b-4c89-a26b-78db315f0072 2018-11-19 04:54:50,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:50,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-7f741531-8e6e-4509-b6cb-ff808c93f9ae Date: Mon, 19 Nov 2018 04:54:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d67660f-759d-4a95-9419-dea27ff86a89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":34,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:54:49Z","qos_policy_id":null,"name":"NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:54:50,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net used request id req-7f741531-8e6e-4509-b6cb-ff808c93f9ae 2018-11-19 04:54:50,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:50,793 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:54:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:50,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:50,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0dcc5a2-29c1-4373-a765-e80cf9524dc3 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:54:50,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-b0dcc5a2-29c1-4373-a765-e80cf9524dc3 2018-11-19 04:54:50,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d67660f-759d-4a95-9419-dea27ff86a89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:51,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5424a8dd-55c5-40b0-9623-08fb7b04635b Date: Mon, 19 Nov 2018 04:54:51 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:54:51,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d67660f-759d-4a95-9419-dea27ff86a89 used request id req-5424a8dd-55c5-40b0-9623-08fb7b04635b 2018-11-19 04:54:51,063 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-554fd657-2c97-4fae-b2b9-e3b0b6e99e87-pub-net 2018-11-19 04:54:51,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7d67660f-759d-4a95-9419-dea27ff86a89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a830011223483bdd021a9282dd1644880b47aee9" 2018-11-19 04:54:51,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2573bfd6-68c8-4521-b6e0-4cc17764ce10 Date: Mon, 19 Nov 2018 04:54:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:51,788 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7d67660f-759d-4a95-9419-dea27ff86a89 used request id req-2573bfd6-68c8-4521-b6e0-4cc17764ce10 2018-11-19 04:54:51,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:52,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["WLzkD56HSGGFANVGE7viAQ"], "issued_at": "2018-11-19T04:54:52.000000Z"}} 2018-11-19 04:54:52,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e30e367c8b9d7c7be6c2009d9584a10c7c23a38" 2018-11-19 04:54:52,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c035096d-ef88-46e5-aa41-22dba4670441 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:52,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c035096d-ef88-46e5-aa41-22dba4670441 2018-11-19 04:54:52,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:52,643 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Q6dyS8a9TGS-frMiZSGFYQ"], "issued_at": "2018-11-19T04:54:52.000000Z"}} 2018-11-19 04:54:52,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}707efe1a4a3e04133fadb77987f757f10c0fcf5e" 2018-11-19 04:54:52,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5cbe209-9867-4c19-bef3-285dabd2e8db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:52,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5cbe209-9867-4c19-bef3-285dabd2e8db 2018-11-19 04:54:52,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:54:53,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:54:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["6X7OCpmWS62kNp1wUdysuQ"], "issued_at": "2018-11-19T04:54:53.000000Z"}} 2018-11-19 04:54:53,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:53,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7daf1213-97d2-4595-801e-a4c5b3f07202 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:54:53,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7daf1213-97d2-4595-801e-a4c5b3f07202 2018-11-19 04:54:53,208 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net 2018-11-19 04:54:53,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" -d '{"network": {"name": "NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net", "admin_state_up": true}}' 2018-11-19 04:54:53,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-28c7a213-8cdb-46d4-a7e0-4558fe6aec8a Date: Mon, 19 Nov 2018 04:54: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":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:54:53Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:53Z","mtu":1450}} 2018-11-19 04:54:53,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-28c7a213-8cdb-46d4-a7e0-4558fe6aec8a 2018-11-19 04:54:53,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:54,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-e3b65257-ce2b-4ca7-89e8-491eb14fe984 Date: Mon, 19 Nov 2018 04:54:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:54:53Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:53Z","provider:network_type":"vxlan"}]} 2018-11-19 04:54:54,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 used request id req-e3b65257-ce2b-4ca7-89e8-491eb14fe984 2018-11-19 04:54:54,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:54,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bafe576e-faaa-470a-92e7-996ac5497536 Date: Mon, 19 Nov 2018 04:54:54 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:54:54,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 used request id req-bafe576e-faaa-470a-92e7-996ac5497536 2018-11-19 04:54:54,243 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet 2018-11-19 04:54:54,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" -d '{"subnets": [{"ip_version": 4, "network_id": "64ddc44f-5384-4cef-a625-e6e11be2a9c5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]}' 2018-11-19 04:54:55,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6c9f35ad-629d-4b73-a401-eded4877a089 Date: Mon, 19 Nov 2018 04:54:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:54Z","dns_nameservers":[],"updated_at":"2018-11-19T04:54:54Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"622c9193-107e-47df-903d-2a2ad35126fa","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]} 2018-11-19 04:54:55,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-6c9f35ad-629d-4b73-a401-eded4877a089 2018-11-19 04:54:55,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:55,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6a493584-a283-4553-a3e1-43948770b538 Date: Mon, 19 Nov 2018 04:54:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["622c9193-107e-47df-903d-2a2ad35126fa"],"description":"","tags":[],"updated_at":"2018-11-19T04:54:54Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:53Z","provider:network_type":"vxlan"}]} 2018-11-19 04:54:55,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 used request id req-6a493584-a283-4553-a3e1-43948770b538 2018-11-19 04:54:55,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:55,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bc2ec9cf-9cfb-49ee-8676-4beabbad5346 Date: Mon, 19 Nov 2018 04:54:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:54Z","dns_nameservers":[],"updated_at":"2018-11-19T04:54:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"622c9193-107e-47df-903d-2a2ad35126fa","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]} 2018-11-19 04:54:55,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 used request id req-bc2ec9cf-9cfb-49ee-8676-4beabbad5346 2018-11-19 04:54:55,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:55,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-cd694006-6edb-406d-9033-d9fea52ab157 Date: Mon, 19 Nov 2018 04:54:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":37,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["622c9193-107e-47df-903d-2a2ad35126fa"],"description":"","tags":[],"updated_at":"2018-11-19T04:54:54Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:53Z","provider:network_type":"vxlan"}]} 2018-11-19 04:54:55,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net used request id req-cd694006-6edb-406d-9033-d9fea52ab157 2018-11-19 04:54:55,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:54:55,866 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:54:55,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:55,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c71a77a-aba9-4fd1-9102-3b9803a57936 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:54:55,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-2c71a77a-aba9-4fd1-9102-3b9803a57936 2018-11-19 04:54:55,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:56,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3a29428f-0f62-48e4-9e92-8c1328d354c1 Date: Mon, 19 Nov 2018 04:54:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:54Z","dns_nameservers":[],"updated_at":"2018-11-19T04:54:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"622c9193-107e-47df-903d-2a2ad35126fa","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]} 2018-11-19 04:54:56,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 used request id req-3a29428f-0f62-48e4-9e92-8c1328d354c1 2018-11-19 04:54:56,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5&name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:56,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f443aecd-0106-49da-b3a7-7811e2ba1a8b Date: Mon, 19 Nov 2018 04:54:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:54Z","dns_nameservers":[],"updated_at":"2018-11-19T04:54:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"622c9193-107e-47df-903d-2a2ad35126fa","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]} 2018-11-19 04:54:56,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5&name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet used request id req-f443aecd-0106-49da-b3a7-7811e2ba1a8b 2018-11-19 04:54:56,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5&name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:56,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-42a8f9fa-c7c6-457c-86a9-f77828bace65 Date: Mon, 19 Nov 2018 04:54:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:54Z","dns_nameservers":[],"updated_at":"2018-11-19T04:54:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"622c9193-107e-47df-903d-2a2ad35126fa","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]} 2018-11-19 04:54:56,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5&name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet used request id req-42a8f9fa-c7c6-457c-86a9-f77828bace65 2018-11-19 04:54:56,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:56,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d445b4e4-2dde-4f14-8631-c4ea09d8f953 Date: Mon, 19 Nov 2018 04:54:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:54Z","dns_nameservers":[],"updated_at":"2018-11-19T04:54:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"622c9193-107e-47df-903d-2a2ad35126fa","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]} 2018-11-19 04:54:56,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=64ddc44f-5384-4cef-a625-e6e11be2a9c5 used request id req-d445b4e4-2dde-4f14-8631-c4ea09d8f953 2018-11-19 04:54:56,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:56,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-77665f94-6ad5-4bc4-838d-450e88b6a794 Date: Mon, 19 Nov 2018 04:54:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"64ddc44f-5384-4cef-a625-e6e11be2a9c5","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:54:54Z","dns_nameservers":[],"updated_at":"2018-11-19T04:54:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"622c9193-107e-47df-903d-2a2ad35126fa","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet"}]} 2018-11-19 04:54:56,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet used request id req-77665f94-6ad5-4bc4-838d-450e88b6a794 2018-11-19 04:54:56,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:57,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:54:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61b2e5a2-72fd-4f0a-9060-79ae0741b1c4 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:54:57,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-61b2e5a2-72fd-4f0a-9060-79ae0741b1c4 2018-11-19 04:54:57,043 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet 2018-11-19 04:54:57,043 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-subnet 2018-11-19 04:54:57,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/622c9193-107e-47df-903d-2a2ad35126fa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:58,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8832715a-f0de-46ed-88c3-4120eb9382d6 Date: Mon, 19 Nov 2018 04:54:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:58,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/622c9193-107e-47df-903d-2a2ad35126fa used request id req-8832715a-f0de-46ed-88c3-4120eb9382d6 2018-11-19 04:54:58,525 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-c0564f1c-0b00-4e56-b21d-857b8dba7f4e-pub-net 2018-11-19 04:54:58,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/64ddc44f-5384-4cef-a625-e6e11be2a9c5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bab7c21071ae746381ca42e4ec676116a4940fd7" 2018-11-19 04:54:59,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-017b4f9c-b21e-45a8-98f1-0cfc95219f59 Date: Mon, 19 Nov 2018 04:54:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:54:59,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/64ddc44f-5384-4cef-a625-e6e11be2a9c5 used request id req-017b4f9c-b21e-45a8-98f1-0cfc95219f59 2018-11-19 04:54:59,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:00,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["XYt8JqvYRkiPCGeKKq17Vw"], "issued_at": "2018-11-19T04:55:00.000000Z"}} 2018-11-19 04:55:00,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d6c6d6a0178fbde1cca12bb7cfb2ad1fe50fb0" 2018-11-19 04:55:00,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1c5e319-b74f-494f-9e9d-572cbaf82563 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:00,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a1c5e319-b74f-494f-9e9d-572cbaf82563 2018-11-19 04:55:00,351 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-net 2018-11-19 04:55:00,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d6c6d6a0178fbde1cca12bb7cfb2ad1fe50fb0" -d '{"network": {"name": "NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-net", "admin_state_up": true}}' 2018-11-19 04:55:00,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-9a775944-827f-48fa-89de-162a3bc99db1 Date: Mon, 19 Nov 2018 04:55:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4f75b64e-996f-4376-a8f6-08913c2c5c0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:00Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:00Z","mtu":1450}} 2018-11-19 04:55:00,871 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9a775944-827f-48fa-89de-162a3bc99db1 2018-11-19 04:55:00,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4f75b64e-996f-4376-a8f6-08913c2c5c0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d6c6d6a0178fbde1cca12bb7cfb2ad1fe50fb0" 2018-11-19 04:55:01,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-5918768c-4244-4557-ab06-7e4fa50a7073 Date: Mon, 19 Nov 2018 04:55:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4f75b64e-996f-4376-a8f6-08913c2c5c0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":69,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:00Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:00Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:01,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4f75b64e-996f-4376-a8f6-08913c2c5c0e used request id req-5918768c-4244-4557-ab06-7e4fa50a7073 2018-11-19 04:55:01,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f75b64e-996f-4376-a8f6-08913c2c5c0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d6c6d6a0178fbde1cca12bb7cfb2ad1fe50fb0" 2018-11-19 04:55:01,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-58651c7e-c5d4-4dd4-b99d-e9458733f655 Date: Mon, 19 Nov 2018 04:55:01 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:55:01,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f75b64e-996f-4376-a8f6-08913c2c5c0e used request id req-58651c7e-c5d4-4dd4-b99d-e9458733f655 2018-11-19 04:55:01,438 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-subnet 2018-11-19 04:55:01,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d6c6d6a0178fbde1cca12bb7cfb2ad1fe50fb0" -d '{"subnets": [{"ip_version": 4, "network_id": "4f75b64e-996f-4376-a8f6-08913c2c5c0e", "cidr": "", "name": "NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-subnet"}]}' 2018-11-19 04:55:02,123 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-6f738386-ecb2-4c82-a9ab-d2ffb99544fe Date: Mon, 19 Nov 2018 04:55:02 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 04:55:02,123 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-6f738386-ecb2-4c82-a9ab-d2ffb99544fe 2018-11-19 04:55:02,124 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 04:55:02,124 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-subnet] for network [NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-net] 2018-11-19 04:55:02,124 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-5a2ee2a7-9028-4ec0-a6f1-b95d1b044280-pub-net 2018-11-19 04:55:02,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/4f75b64e-996f-4376-a8f6-08913c2c5c0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17d6c6d6a0178fbde1cca12bb7cfb2ad1fe50fb0" 2018-11-19 04:55:02,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ffaeb55c-51f8-4eb9-acd1-9b0a26dfb042 Date: Mon, 19 Nov 2018 04:55:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:02,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4f75b64e-996f-4376-a8f6-08913c2c5c0e used request id req-ffaeb55c-51f8-4eb9-acd1-9b0a26dfb042 2018-11-19 04:55:02,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:03,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["L6Civ49OTniEOrISYVNlQA"], "issued_at": "2018-11-19T04:55:03.000000Z"}} 2018-11-19 04:55:03,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:03,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c326bc8-1904-407a-9dae-624d4c019638 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:03,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c326bc8-1904-407a-9dae-624d4c019638 2018-11-19 04:55:03,461 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net 2018-11-19 04:55:03,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" -d '{"network": {"name": "NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net", "admin_state_up": true}}' 2018-11-19 04:55:03,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a5eca38c-66c2-4af0-bf06-c3f28073534b Date: Mon, 19 Nov 2018 04:55: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":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:03Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:03Z","mtu":1450}} 2018-11-19 04:55:03,907 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a5eca38c-66c2-4af0-bf06-c3f28073534b 2018-11-19 04:55:03,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:04,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-abf6a079-9f7e-4990-97f0-518f34cc2271 Date: Mon, 19 Nov 2018 04:55:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:03Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:03Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:04,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c used request id req-abf6a079-9f7e-4990-97f0-518f34cc2271 2018-11-19 04:55:04,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:04,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1b84c7f2-b0e3-4048-88b3-2f893db7b84c Date: Mon, 19 Nov 2018 04:55:04 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:55:04,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c used request id req-1b84c7f2-b0e3-4048-88b3-2f893db7b84c 2018-11-19 04:55:04,350 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet 2018-11-19 04:55:04,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" -d '{"subnets": [{"ip_version": 4, "network_id": "dbec54b3-eef9-4a3f-91ae-c2bbd80b333c", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet"}]}' 2018-11-19 04:55:05,015 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6dcb92ec-b567-4598-9d37-3f2f877fb6b2 Date: Mon, 19 Nov 2018 04:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"84cf60b0-d0e4-4657-9477-50de7dcfa452","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet"}]} 2018-11-19 04:55:05,015 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-6dcb92ec-b567-4598-9d37-3f2f877fb6b2 2018-11-19 04:55:05,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:05,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e5e26223-de01-44fb-8bc7-84655b783e31 Date: Mon, 19 Nov 2018 04:55:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["84cf60b0-d0e4-4657-9477-50de7dcfa452"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:04Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:03Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:05,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c used request id req-e5e26223-de01-44fb-8bc7-84655b783e31 2018-11-19 04:55:05,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:05,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c0afb1ed-3790-40ba-a4d5-2c96efd5a674 Date: Mon, 19 Nov 2018 04:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"84cf60b0-d0e4-4657-9477-50de7dcfa452","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet"}]} 2018-11-19 04:55:05,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c used request id req-c0afb1ed-3790-40ba-a4d5-2c96efd5a674 2018-11-19 04:55:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:05,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e652ecb4-2546-4f62-a109-cf8cffb370e9 Date: Mon, 19 Nov 2018 04:55:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["84cf60b0-d0e4-4657-9477-50de7dcfa452"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:04Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:03Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:05,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net used request id req-e652ecb4-2546-4f62-a109-cf8cffb370e9 2018-11-19 04:55:05,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:55:05,547 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:55:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:55:05,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:05,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d44315b-836a-4966-ac26-b2a74b29bd49 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:55:05,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-4d44315b-836a-4966-ac26-b2a74b29bd49 2018-11-19 04:55:05,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:05,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e7fbe76d-25d8-4f7c-8fbb-2351364ea3af Date: Mon, 19 Nov 2018 04:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"84cf60b0-d0e4-4657-9477-50de7dcfa452","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet"}]} 2018-11-19 04:55:05,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c used request id req-e7fbe76d-25d8-4f7c-8fbb-2351364ea3af 2018-11-19 04:55:05,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c&name=NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:05,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4b54ae1c-8ce8-4360-8e5e-e6293f0ea5a3 Date: Mon, 19 Nov 2018 04:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"84cf60b0-d0e4-4657-9477-50de7dcfa452","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet"}]} 2018-11-19 04:55:05,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c&name=NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet used request id req-4b54ae1c-8ce8-4360-8e5e-e6293f0ea5a3 2018-11-19 04:55:05,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c&name=NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:05,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-394023a5-746f-4650-ab7e-99561303c63f Date: Mon, 19 Nov 2018 04:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"84cf60b0-d0e4-4657-9477-50de7dcfa452","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet"}]} 2018-11-19 04:55:05,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c&name=NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet used request id req-394023a5-746f-4650-ab7e-99561303c63f 2018-11-19 04:55:05,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:06,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-47d940fa-dc35-4ba0-8809-442e354cb602 Date: Mon, 19 Nov 2018 04:55:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dbec54b3-eef9-4a3f-91ae-c2bbd80b333c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"84cf60b0-d0e4-4657-9477-50de7dcfa452","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet"}]} 2018-11-19 04:55:06,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dbec54b3-eef9-4a3f-91ae-c2bbd80b333c used request id req-47d940fa-dc35-4ba0-8809-442e354cb602 2018-11-19 04:55:06,099 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet 2018-11-19 04:55:06,099 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-subnet 2018-11-19 04:55:06,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/84cf60b0-d0e4-4657-9477-50de7dcfa452 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:07,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5031aa48-f22f-42ec-8d99-be74cae49a28 Date: Mon, 19 Nov 2018 04:55:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:07,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/84cf60b0-d0e4-4657-9477-50de7dcfa452 used request id req-5031aa48-f22f-42ec-8d99-be74cae49a28 2018-11-19 04:55:07,770 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b2a711d3-d34b-4c31-ab2a-0bbe5d7ac5cd-pub-net 2018-11-19 04:55:07,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/dbec54b3-eef9-4a3f-91ae-c2bbd80b333c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29325207b5c94fa1f98234c64d8e4788d18d36e4" 2018-11-19 04:55:09,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2e06f84-4e9b-4177-a9c9-4f137f081e2d Date: Mon, 19 Nov 2018 04:55:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:09,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/dbec54b3-eef9-4a3f-91ae-c2bbd80b333c used request id req-e2e06f84-4e9b-4177-a9c9-4f137f081e2d 2018-11-19 04:55:09,291 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:09,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["YU2W9SmKQeyVKnjGZej3Zg"], "issued_at": "2018-11-19T04:55:09.000000Z"}} 2018-11-19 04:55:09,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e937cd8b0de679ef900b26b800c409be456a38c" 2018-11-19 04:55:09,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699ca8d1-55bc-4ea8-9bc4-6599ceae82c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:09,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-699ca8d1-55bc-4ea8-9bc4-6599ceae82c1 2018-11-19 04:55:09,748 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-net 2018-11-19 04:55:09,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e937cd8b0de679ef900b26b800c409be456a38c" -d '{"network": {"name": "NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-net", "admin_state_up": true}}' 2018-11-19 04:55:10,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-0bf6eeb2-dff1-4e0e-90d1-c87c57c307bd Date: Mon, 19 Nov 2018 04:55: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":"b648d542-dcf1-4f24-9075-66989604a977","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:10Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:09Z","mtu":1450}} 2018-11-19 04:55:10,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0bf6eeb2-dff1-4e0e-90d1-c87c57c307bd 2018-11-19 04:55:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b648d542-dcf1-4f24-9075-66989604a977 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e937cd8b0de679ef900b26b800c409be456a38c" 2018-11-19 04:55:10,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a75e597c-677c-49ad-9b05-6bd521bd12b0 Date: Mon, 19 Nov 2018 04:55:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b648d542-dcf1-4f24-9075-66989604a977","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:10Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:09Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:10,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b648d542-dcf1-4f24-9075-66989604a977 used request id req-a75e597c-677c-49ad-9b05-6bd521bd12b0 2018-11-19 04:55:10,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b648d542-dcf1-4f24-9075-66989604a977 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e937cd8b0de679ef900b26b800c409be456a38c" 2018-11-19 04:55:10,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9b1221a7-e0ff-49b0-b6f6-87f42171f0fb Date: Mon, 19 Nov 2018 04:55:10 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:55:10,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b648d542-dcf1-4f24-9075-66989604a977 used request id req-9b1221a7-e0ff-49b0-b6f6-87f42171f0fb 2018-11-19 04:55:10,646 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-subnet 2018-11-19 04:55:10,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e937cd8b0de679ef900b26b800c409be456a38c" -d '{"subnets": [{"ip_version": 4, "network_id": "b648d542-dcf1-4f24-9075-66989604a977", "cidr": null, "name": "NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-subnet"}]}' 2018-11-19 04:55:10,996 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-f266729b-a21a-4296-b23b-191344ac6adc Date: Mon, 19 Nov 2018 04:55:10 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-19 04:55:10,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f266729b-a21a-4296-b23b-191344ac6adc 2018-11-19 04:55:10,996 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-19 04:55:10,997 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-subnet] for network [NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-net] 2018-11-19 04:55:10,997 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-5e393b8c-6d80-466e-85ba-db2caeee05e4-pub-net 2018-11-19 04:55:11,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/b648d542-dcf1-4f24-9075-66989604a977 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e937cd8b0de679ef900b26b800c409be456a38c" 2018-11-19 04:55:11,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-36bde41c-9247-48cf-8723-c5196cee79d7 Date: Mon, 19 Nov 2018 04:55:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:11,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/b648d542-dcf1-4f24-9075-66989604a977 used request id req-36bde41c-9247-48cf-8723-c5196cee79d7 2018-11-19 04:55:11,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:12,386 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["mj7YWh1EQwuJ9pP4SOF1ig"], "issued_at": "2018-11-19T04:55:12.000000Z"}} 2018-11-19 04:55:12,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:12,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c892b6f-7a24-4b6d-a5bb-b55fa7b59277 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:12,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3c892b6f-7a24-4b6d-a5bb-b55fa7b59277 2018-11-19 04:55:12,402 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net 2018-11-19 04:55:12,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" -d '{"network": {"name": "NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net", "admin_state_up": true}}' 2018-11-19 04:55:12,840 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ecc98bf0-7858-44ca-8ff0-8ba4847083cb Date: Mon, 19 Nov 2018 04:55:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b8430da8-652b-41dd-ab81-4552b2f822b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:12Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:12Z","mtu":1450}} 2018-11-19 04:55:12,840 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-ecc98bf0-7858-44ca-8ff0-8ba4847083cb 2018-11-19 04:55:12,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b8430da8-652b-41dd-ab81-4552b2f822b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:13,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-6ea328f8-ea0d-40d0-a172-a2a36c9243a7 Date: Mon, 19 Nov 2018 04:55:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b8430da8-652b-41dd-ab81-4552b2f822b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:12Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:12Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:13,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b8430da8-652b-41dd-ab81-4552b2f822b4 used request id req-6ea328f8-ea0d-40d0-a172-a2a36c9243a7 2018-11-19 04:55:13,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b8430da8-652b-41dd-ab81-4552b2f822b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:13,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f90f0885-066a-4e51-a162-00250efe571a Date: Mon, 19 Nov 2018 04:55:13 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:55:13,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b8430da8-652b-41dd-ab81-4552b2f822b4 used request id req-f90f0885-066a-4e51-a162-00250efe571a 2018-11-19 04:55:13,296 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-subnet 2018-11-19 04:55:13,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" -d '{"subnets": [{"ip_version": 4, "network_id": "b8430da8-652b-41dd-ab81-4552b2f822b4", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-subnet"}]}' 2018-11-19 04:55:13,901 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-faa19e03-5e46-4c2a-b219-190db512217d Date: Mon, 19 Nov 2018 04:55:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8430da8-652b-41dd-ab81-4552b2f822b4","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:13Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:13Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"0bb1ab99-2e65-4e9d-9162-993f05039a43","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-subnet"}]} 2018-11-19 04:55:13,901 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-faa19e03-5e46-4c2a-b219-190db512217d 2018-11-19 04:55:13,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b8430da8-652b-41dd-ab81-4552b2f822b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:14,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-afe5e344-d9d0-4503-b7df-ef678c6f348b Date: Mon, 19 Nov 2018 04:55:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b8430da8-652b-41dd-ab81-4552b2f822b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["0bb1ab99-2e65-4e9d-9162-993f05039a43"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:13Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:12Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:14,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b8430da8-652b-41dd-ab81-4552b2f822b4 used request id req-afe5e344-d9d0-4503-b7df-ef678c6f348b 2018-11-19 04:55:14,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b8430da8-652b-41dd-ab81-4552b2f822b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:14,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dff0ddfa-5146-41e8-861b-f8aa43cd28de Date: Mon, 19 Nov 2018 04:55:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8430da8-652b-41dd-ab81-4552b2f822b4","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:13Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"0bb1ab99-2e65-4e9d-9162-993f05039a43","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-subnet"}]} 2018-11-19 04:55:14,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b8430da8-652b-41dd-ab81-4552b2f822b4 used request id req-dff0ddfa-5146-41e8-861b-f8aa43cd28de 2018-11-19 04:55:14,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:15,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-28693c8b-4cba-4bad-ae77-b515f2939619 Date: Mon, 19 Nov 2018 04:55:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"b8430da8-652b-41dd-ab81-4552b2f822b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["0bb1ab99-2e65-4e9d-9162-993f05039a43"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:13Z","qos_policy_id":null,"name":"NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:12Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:15,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net used request id req-28693c8b-4cba-4bad-ae77-b515f2939619 2018-11-19 04:55:15,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:55:15,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:55:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:55:15,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:15,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7936ac6-1d03-4d81-9506-d701e11283d6 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:55:15,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-a7936ac6-1d03-4d81-9506-d701e11283d6 2018-11-19 04:55:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b8430da8-652b-41dd-ab81-4552b2f822b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:15,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c52446c4-186f-4af9-8dc2-8a523916fea7 Date: Mon, 19 Nov 2018 04:55:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b8430da8-652b-41dd-ab81-4552b2f822b4","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:13Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"0bb1ab99-2e65-4e9d-9162-993f05039a43","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-subnet"}]} 2018-11-19 04:55:15,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b8430da8-652b-41dd-ab81-4552b2f822b4 used request id req-c52446c4-186f-4af9-8dc2-8a523916fea7 2018-11-19 04:55:15,428 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-subnet 2018-11-19 04:55:15,428 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-subnet 2018-11-19 04:55:15,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/0bb1ab99-2e65-4e9d-9162-993f05039a43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:17,014 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-82c60a9e-2dde-40b5-aa0e-a3ac8be9a005 Date: Mon, 19 Nov 2018 04:55:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:17,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/0bb1ab99-2e65-4e9d-9162-993f05039a43 used request id req-82c60a9e-2dde-40b5-aa0e-a3ac8be9a005 2018-11-19 04:55:17,014 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-e096475b-24d9-479d-8dbe-662964eae927-pub-net 2018-11-19 04:55:17,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/b8430da8-652b-41dd-ab81-4552b2f822b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e5afdea7e786e78148966ffd97292f199930f18" 2018-11-19 04:55:18,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7ece2608-5e65-4ad5-bbae-55e86d3c23be Date: Mon, 19 Nov 2018 04:55:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:18,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/b8430da8-652b-41dd-ab81-4552b2f822b4 used request id req-7ece2608-5e65-4ad5-bbae-55e86d3c23be 2018-11-19 04:55:18,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:18,925 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["r9roP1rmROCBH5Z09sfGsA"], "issued_at": "2018-11-19T04:55:18.000000Z"}} 2018-11-19 04:55:18,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:19,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13defd66-a251-4fb7-8702-7c65454273bf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:19,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-13defd66-a251-4fb7-8702-7c65454273bf 2018-11-19 04:55:19,025 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net 2018-11-19 04:55:19,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" -d '{"network": {"name": "NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net", "admin_state_up": true}}' 2018-11-19 04:55:19,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-4ad7a63a-dbfa-466e-be84-5213b4ecbce9 Date: Mon, 19 Nov 2018 04:55: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":"6abbeca6-cbea-41f7-a322-d0cd77a81378","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:19Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:19Z","mtu":1450}} 2018-11-19 04:55:19,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-4ad7a63a-dbfa-466e-be84-5213b4ecbce9 2018-11-19 04:55:19,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6abbeca6-cbea-41f7-a322-d0cd77a81378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:19,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-d946d7b9-318f-4806-98f8-9ba9763670a4 Date: Mon, 19 Nov 2018 04:55:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6abbeca6-cbea-41f7-a322-d0cd77a81378","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:19Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:19Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:19,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6abbeca6-cbea-41f7-a322-d0cd77a81378 used request id req-d946d7b9-318f-4806-98f8-9ba9763670a4 2018-11-19 04:55:19,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:19,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-746877fc-2da1-4fe0-bf99-6ec91a13dd96 Date: Mon, 19 Nov 2018 04:55:19 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:55:19,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378 used request id req-746877fc-2da1-4fe0-bf99-6ec91a13dd96 2018-11-19 04:55:19,824 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet 2018-11-19 04:55:19,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" -d '{"subnets": [{"ip_version": 4, "network_id": "6abbeca6-cbea-41f7-a322-d0cd77a81378", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet"}]}' 2018-11-19 04:55:20,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-221da8fa-8732-4ab5-a373-79a83a8e8045 Date: Mon, 19 Nov 2018 04:55:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6abbeca6-cbea-41f7-a322-d0cd77a81378","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:20Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"384c3c29-7f20-418f-973c-c0f745ff58d3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet"}]} 2018-11-19 04:55:20,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-221da8fa-8732-4ab5-a373-79a83a8e8045 2018-11-19 04:55:20,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6abbeca6-cbea-41f7-a322-d0cd77a81378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:20,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a6e1b05e-034c-470a-a2ff-4b03be25f575 Date: Mon, 19 Nov 2018 04:55:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6abbeca6-cbea-41f7-a322-d0cd77a81378","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["384c3c29-7f20-418f-973c-c0f745ff58d3"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:19Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:20,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6abbeca6-cbea-41f7-a322-d0cd77a81378 used request id req-a6e1b05e-034c-470a-a2ff-4b03be25f575 2018-11-19 04:55:20,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:20,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-88b0b445-c45b-4347-8d67-b2438fa1566a Date: Mon, 19 Nov 2018 04:55:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6abbeca6-cbea-41f7-a322-d0cd77a81378","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:20Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"384c3c29-7f20-418f-973c-c0f745ff58d3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet"}]} 2018-11-19 04:55:20,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378 used request id req-88b0b445-c45b-4347-8d67-b2438fa1566a 2018-11-19 04:55:20,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:21,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a624e4f0-5fdf-47a3-8932-e438f9a8ebad Date: Mon, 19 Nov 2018 04:55:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6abbeca6-cbea-41f7-a322-d0cd77a81378","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":7,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["384c3c29-7f20-418f-973c-c0f745ff58d3"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:20Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:19Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:21,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net used request id req-a624e4f0-5fdf-47a3-8932-e438f9a8ebad 2018-11-19 04:55:21,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:55:21,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:55:21,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:21,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea301e92-c919-4c1c-b38d-49f213c7ccd2 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:55:21,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-ea301e92-c919-4c1c-b38d-49f213c7ccd2 2018-11-19 04:55:21,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:21,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-853480e9-6e3c-4798-b4c9-396a839b9445 Date: Mon, 19 Nov 2018 04:55:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6abbeca6-cbea-41f7-a322-d0cd77a81378","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:20Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"384c3c29-7f20-418f-973c-c0f745ff58d3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet"}]} 2018-11-19 04:55:21,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378 used request id req-853480e9-6e3c-4798-b4c9-396a839b9445 2018-11-19 04:55:21,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378&name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:21,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2e8bd37b-53bd-4d67-86fc-021e1db7c55b Date: Mon, 19 Nov 2018 04:55:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6abbeca6-cbea-41f7-a322-d0cd77a81378","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:20Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"384c3c29-7f20-418f-973c-c0f745ff58d3","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet"}]} 2018-11-19 04:55:21,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6abbeca6-cbea-41f7-a322-d0cd77a81378&name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet used request id req-2e8bd37b-53bd-4d67-86fc-021e1db7c55b 2018-11-19 04:55:21,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:55:21,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:22,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["fAKnvGLbSK689FeVZ9owxg"], "issued_at": "2018-11-19T04:55:22.000000Z"}} 2018-11-19 04:55:22,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee2a8256c4291bb3b7303d7f9ef8faea2b48ef41" 2018-11-19 04:55:22,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-764c6cf1-ce6d-4310-8c9a-8fc0da87c035 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:22,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-764c6cf1-ce6d-4310-8c9a-8fc0da87c035 2018-11-19 04:55:22,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:22,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-2d04e391-0dc5-424a-808b-a3c5ddb97d7d Date: Mon, 19 Nov 2018 04:55:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:55:22,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-2d04e391-0dc5-424a-808b-a3c5ddb97d7d 2018-11-19 04:55:22,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:22,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-818be7b8-a997-49db-903a-ed49bc5d97cb Date: Mon, 19 Nov 2018 04:55:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:55:22,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-818be7b8-a997-49db-903a-ed49bc5d97cb 2018-11-19 04:55:22,759 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router 2018-11-19 04:55:22,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router", "admin_state_up": true}}' 2018-11-19 04:55:27,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-8c278f4e-bc91-41db-81a0-51b61a73604d Date: Mon, 19 Nov 2018 04:55:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:55:23Z", "admin_state_up": true, "updated_at": "2018-11-19T04:55:24Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "c5056954-8cfb-4f75-8c19-e5c65d85a768", "name": "NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router"}} 2018-11-19 04:55:27,682 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-8c278f4e-bc91-41db-81a0-51b61a73604d 2018-11-19 04:55:27,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=c5056954-8cfb-4f75-8c19-e5c65d85a768 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:27,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-15742c5b-1643-465a-b0d4-861db432fd0f Date: Mon, 19 Nov 2018 04:55:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:26Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","ip_address":"169.254.192.4"}],"id":"2f92c10e-9852-44af-8706-4d2d9b870ca9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:71:6a:8f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:26Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:24Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","ip_address":"169.254.192.1"}],"id":"4bb0dca2-9e44-4b17-9b37-0e2e7411128d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:06:71:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:24Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:25Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","ip_address":"169.254.192.8"}],"id":"75ae5c7f-bdd0-4a28-bfa2-50e1e3476ed5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:35:db","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:25Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:24Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.204"}],"id":"db7a135f-1443-4f24-ac02-85d815cdf1ef","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:0b:37","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:55:24Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"}]} 2018-11-19 04:55:27,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=c5056954-8cfb-4f75-8c19-e5c65d85a768 used request id req-15742c5b-1643-465a-b0d4-861db432fd0f 2018-11-19 04:55:27,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e81924e9-c596-4865-af3e-e0acbfc724ad Date: Mon, 19 Nov 2018 04:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:23Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:23Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:28,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 used request id req-e81924e9-c596-4865-af3e-e0acbfc724ad 2018-11-19 04:55:28,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-09e157da-59ba-40be-b85f-f5962b3abc9c Date: Mon, 19 Nov 2018 04:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:55:28,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-09e157da-59ba-40be-b85f-f5962b3abc9c 2018-11-19 04:55:28,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cb50b255-9070-4528-b070-caea2da009ec Date: Mon, 19 Nov 2018 04:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:23Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:23Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:28,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 used request id req-cb50b255-9070-4528-b070-caea2da009ec 2018-11-19 04:55:28,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8bfc9731-79c9-4fa0-b079-b9abe1601d01 Date: Mon, 19 Nov 2018 04:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:23Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:23Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:28,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 used request id req-8bfc9731-79c9-4fa0-b079-b9abe1601d01 2018-11-19 04:55:28,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-f8d54117-82bc-434d-9f38-d1c153a6a8ed Date: Mon, 19 Nov 2018 04:55:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:55:23Z", "admin_state_up": true, "updated_at": "2018-11-19T04:55:26Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "c5056954-8cfb-4f75-8c19-e5c65d85a768", "name": "NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router"}]} 2018-11-19 04:55:28,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router used request id req-f8d54117-82bc-434d-9f38-d1c153a6a8ed 2018-11-19 04:55:28,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a15020f-f0f1-4c8e-8506-b8eeea523733 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:55:28,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-5a15020f-f0f1-4c8e-8506-b8eeea523733 2018-11-19 04:55:28,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=c5056954-8cfb-4f75-8c19-e5c65d85a768 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3310 X-Openstack-Request-Id: req-65010886-b0da-4bd1-b442-2b5ee42f081c Date: Mon, 19 Nov 2018 04:55:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:26Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","ip_address":"169.254.192.4"}],"id":"2f92c10e-9852-44af-8706-4d2d9b870ca9","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:71:6a:8f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:26Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:24Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","ip_address":"169.254.192.1"}],"id":"4bb0dca2-9e44-4b17-9b37-0e2e7411128d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:06:71:27","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:24Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:25Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","ip_address":"169.254.192.8"}],"id":"75ae5c7f-bdd0-4a28-bfa2-50e1e3476ed5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:35:db","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:25Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:28Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.204"}],"id":"db7a135f-1443-4f24-ac02-85d815cdf1ef","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:59:0b:37","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:55:24Z","binding:vnic_type":"normal","device_id":"c5056954-8cfb-4f75-8c19-e5c65d85a768"}]} 2018-11-19 04:55:28,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=c5056954-8cfb-4f75-8c19-e5c65d85a768 used request id req-65010886-b0da-4bd1-b442-2b5ee42f081c 2018-11-19 04:55:28,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:28,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-61a9e957-d637-419c-98d0-5620271a9274 Date: Mon, 19 Nov 2018 04:55:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:23Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:23Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:28,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 used request id req-61a9e957-d637-419c-98d0-5620271a9274 2018-11-19 04:55:28,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:29,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-239492d3-a52d-4140-9809-f1ea09c9eb7d Date: Mon, 19 Nov 2018 04:55:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:55:29,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-239492d3-a52d-4140-9809-f1ea09c9eb7d 2018-11-19 04:55:29,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:29,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6b717d6a-0a97-4b2d-8b61-7c90292f58e8 Date: Mon, 19 Nov 2018 04:55:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:23Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:23Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:29,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 used request id req-6b717d6a-0a97-4b2d-8b61-7c90292f58e8 2018-11-19 04:55:29,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:29,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-95c4c501-3969-4400-a1eb-4dc86edfa11b Date: Mon, 19 Nov 2018 04:55:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"791f10ad-161b-43fb-ab4e-91cf46f9de1e","tenant_id":"","created_at":"2018-11-19T04:55:23Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:23Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"518e861e-5364-46d6-86c9-4821fc1dbfc6","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:29,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/518e861e-5364-46d6-86c9-4821fc1dbfc6 used request id req-95c4c501-3969-4400-a1eb-4dc86edfa11b 2018-11-19 04:55:29,336 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router 2018-11-19 04:55:29,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/c5056954-8cfb-4f75-8c19-e5c65d85a768/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" -d '{"subnet_id": "384c3c29-7f20-418f-973c-c0f745ff58d3"}' 2018-11-19 04:55:31,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2b41b8d1-65b2-4d8e-9af1-fad1cf549c90 Date: Mon, 19 Nov 2018 04:55:31 GMT RESP BODY: {"network_id": "6abbeca6-cbea-41f7-a322-d0cd77a81378", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "subnet_id": "384c3c29-7f20-418f-973c-c0f745ff58d3", "subnet_ids": ["384c3c29-7f20-418f-973c-c0f745ff58d3"], "port_id": "4b5db2cd-c377-4cda-b7b4-01b9ea9ed53c", "id": "c5056954-8cfb-4f75-8c19-e5c65d85a768"} 2018-11-19 04:55:31,319 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c5056954-8cfb-4f75-8c19-e5c65d85a768/add_router_interface used request id req-2b41b8d1-65b2-4d8e-9af1-fad1cf549c90 2018-11-19 04:55:31,319 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router 2018-11-19 04:55:31,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/c5056954-8cfb-4f75-8c19-e5c65d85a768/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" -d '{"subnet_id": "384c3c29-7f20-418f-973c-c0f745ff58d3"}' 2018-11-19 04:55:32,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f8ebb40b-5dac-4ba3-b142-31ef3b9911a3 Date: Mon, 19 Nov 2018 04:55:32 GMT RESP BODY: {"network_id": "6abbeca6-cbea-41f7-a322-d0cd77a81378", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "subnet_id": "384c3c29-7f20-418f-973c-c0f745ff58d3", "subnet_ids": ["384c3c29-7f20-418f-973c-c0f745ff58d3"], "port_id": "4b5db2cd-c377-4cda-b7b4-01b9ea9ed53c", "id": "c5056954-8cfb-4f75-8c19-e5c65d85a768"} 2018-11-19 04:55:32,783 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c5056954-8cfb-4f75-8c19-e5c65d85a768/remove_router_interface used request id req-f8ebb40b-5dac-4ba3-b142-31ef3b9911a3 2018-11-19 04:55:32,783 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router 2018-11-19 04:55:32,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/c5056954-8cfb-4f75-8c19-e5c65d85a768 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:36,167 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5f613dc7-6936-4fa5-85e5-0dd97bbbed58 Content-Length: 0 Date: Mon, 19 Nov 2018 04:55:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:36,167 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c5056954-8cfb-4f75-8c19-e5c65d85a768 used request id req-5f613dc7-6936-4fa5-85e5-0dd97bbbed58 2018-11-19 04:55:36,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:36,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6427794c-9d9d-4fec-8995-bd00d2127d97 Date: Mon, 19 Nov 2018 04:55:36 GMT RESP BODY: {"routers": []} 2018-11-19 04:55:36,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-router used request id req-6427794c-9d9d-4fec-8995-bd00d2127d97 2018-11-19 04:55:36,398 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet 2018-11-19 04:55:36,398 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-subnet 2018-11-19 04:55:36,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/384c3c29-7f20-418f-973c-c0f745ff58d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:38,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-22bd1cc7-87d6-4ce6-ae31-7c035f131669 Date: Mon, 19 Nov 2018 04:55:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:38,457 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/384c3c29-7f20-418f-973c-c0f745ff58d3 used request id req-22bd1cc7-87d6-4ce6-ae31-7c035f131669 2018-11-19 04:55:38,457 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-1b0e3988-202c-4a1c-b3fb-b2d274bcfe2f-pub-net 2018-11-19 04:55:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6abbeca6-cbea-41f7-a322-d0cd77a81378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ac6232d97a55978d97c3cd628a5ff8a4ce9eb1" 2018-11-19 04:55:39,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0da19d88-1981-4533-9647-5fdc05073961 Date: Mon, 19 Nov 2018 04:55:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:39,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6abbeca6-cbea-41f7-a322-d0cd77a81378 used request id req-0da19d88-1981-4533-9647-5fdc05073961 2018-11-19 04:55:39,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:40,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["4x2A6G3QQL6st2nR9ugQkA"], "issued_at": "2018-11-19T04:55:40.000000Z"}} 2018-11-19 04:55:40,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:40,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c43a6669-6aa1-4606-8b90-83ac69980b87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:40,204 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c43a6669-6aa1-4606-8b90-83ac69980b87 2018-11-19 04:55:40,206 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net 2018-11-19 04:55:40,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" -d '{"network": {"name": "NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net", "admin_state_up": true}}' 2018-11-19 04:55:40,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-1c4acbaf-987e-4d8e-a6ef-6cf9f8784802 Date: Mon, 19 Nov 2018 04:55:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1ad3466b-274d-4693-82fc-5b3061cb3e24","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:40Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:40Z","mtu":1450}} 2018-11-19 04:55:40,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-1c4acbaf-987e-4d8e-a6ef-6cf9f8784802 2018-11-19 04:55:40,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1ad3466b-274d-4693-82fc-5b3061cb3e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:40,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-86e64991-1d0e-4897-8e6f-821d3b47ac4d Date: Mon, 19 Nov 2018 04:55:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1ad3466b-274d-4693-82fc-5b3061cb3e24","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:40,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1ad3466b-274d-4693-82fc-5b3061cb3e24 used request id req-86e64991-1d0e-4897-8e6f-821d3b47ac4d 2018-11-19 04:55:40,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1ad3466b-274d-4693-82fc-5b3061cb3e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:41,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-be6b6816-40c3-450d-93d8-a75d02661a29 Date: Mon, 19 Nov 2018 04:55:41 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:55:41,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1ad3466b-274d-4693-82fc-5b3061cb3e24 used request id req-be6b6816-40c3-450d-93d8-a75d02661a29 2018-11-19 04:55:41,095 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet 2018-11-19 04:55:41,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" -d '{"subnets": [{"ip_version": 4, "network_id": "1ad3466b-274d-4693-82fc-5b3061cb3e24", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet"}]}' 2018-11-19 04:55:41,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-85750a29-d01e-4ac7-b570-91e5fb0ae308 Date: Mon, 19 Nov 2018 04:55:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ad3466b-274d-4693-82fc-5b3061cb3e24","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"d39b168f-4298-406e-a3b0-091f66819b13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet"}]} 2018-11-19 04:55:41,648 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-85750a29-d01e-4ac7-b570-91e5fb0ae308 2018-11-19 04:55:41,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1ad3466b-274d-4693-82fc-5b3061cb3e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:41,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-36422361-39af-4978-be5b-8e4227f6e243 Date: Mon, 19 Nov 2018 04:55:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1ad3466b-274d-4693-82fc-5b3061cb3e24","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["d39b168f-4298-406e-a3b0-091f66819b13"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:41,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1ad3466b-274d-4693-82fc-5b3061cb3e24 used request id req-36422361-39af-4978-be5b-8e4227f6e243 2018-11-19 04:55:41,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1ad3466b-274d-4693-82fc-5b3061cb3e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:42,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-dd471d7b-110e-4ebc-bb5a-9313aff42152 Date: Mon, 19 Nov 2018 04:55:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ad3466b-274d-4693-82fc-5b3061cb3e24","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"d39b168f-4298-406e-a3b0-091f66819b13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet"}]} 2018-11-19 04:55:42,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1ad3466b-274d-4693-82fc-5b3061cb3e24 used request id req-dd471d7b-110e-4ebc-bb5a-9313aff42152 2018-11-19 04:55:42,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:42,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-862052dd-8d0e-405e-9fbe-84cc285e3898 Date: Mon, 19 Nov 2018 04:55:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1ad3466b-274d-4693-82fc-5b3061cb3e24","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["d39b168f-4298-406e-a3b0-091f66819b13"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:42,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net used request id req-862052dd-8d0e-405e-9fbe-84cc285e3898 2018-11-19 04:55:42,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:55:42,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:55:42,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:42,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7505592-1a7c-4807-955a-e3e4ba2d6767 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:55:42,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-b7505592-1a7c-4807-955a-e3e4ba2d6767 2018-11-19 04:55:42,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1ad3466b-274d-4693-82fc-5b3061cb3e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:42,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-17945db1-03a4-4eaf-8c6d-5a9d30cf8779 Date: Mon, 19 Nov 2018 04:55:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1ad3466b-274d-4693-82fc-5b3061cb3e24","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"d39b168f-4298-406e-a3b0-091f66819b13","subnetpool_id":null,"name":"NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet"}]} 2018-11-19 04:55:42,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1ad3466b-274d-4693-82fc-5b3061cb3e24 used request id req-17945db1-03a4-4eaf-8c6d-5a9d30cf8779 2018-11-19 04:55:42,717 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:55:42,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:43,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["jTuT2MobTB271CrsrZvttA"], "issued_at": "2018-11-19T04:55:43.000000Z"}} 2018-11-19 04:55:43,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f2dd0a29a33104735d57ad7de312b8680e1f9758" 2018-11-19 04:55:43,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8351ad6a-640b-4ba5-ab57-ccec7c02d53b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:43,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8351ad6a-640b-4ba5-ab57-ccec7c02d53b 2018-11-19 04:55:43,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:43,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b6a7ad37-8d03-4b72-8a99-a73b3d3efe47 Date: Mon, 19 Nov 2018 04:55:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:55:43,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-b6a7ad37-8d03-4b72-8a99-a73b3d3efe47 2018-11-19 04:55:43,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:43,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1ea5cae2-cfbe-4c9e-a37b-20de483511ec Date: Mon, 19 Nov 2018 04:55:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:55:43,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-1ea5cae2-cfbe-4c9e-a37b-20de483511ec 2018-11-19 04:55:43,649 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router 2018-11-19 04:55:43,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router", "admin_state_up": true}}' 2018-11-19 04:55:48,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-26d1cd1a-23e1-4646-889c-542844b9b410 Date: Mon, 19 Nov 2018 04:55:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:55:44Z", "admin_state_up": true, "updated_at": "2018-11-19T04:55:45Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "522c9bfc-c02d-4fa7-a875-353b4a521734", "name": "NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router"}} 2018-11-19 04:55:48,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-26d1cd1a-23e1-4646-889c-542844b9b410 2018-11-19 04:55:48,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=522c9bfc-c02d-4fa7-a875-353b4a521734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:48,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-e6999bb9-bc19-4d71-b2d8-35cc3f3e8513 Date: Mon, 19 Nov 2018 04:55:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","ip_address":"169.254.192.2"}],"id":"8a179b7d-1d31-4aaf-b9da-2d506c960ba2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:37:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:46Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:44Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.200"}],"id":"adbaede7-bc47-4a3f-9b18-416b87494f08","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:36:a8","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:55:44Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:45Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","ip_address":"169.254.192.1"}],"id":"ae419a85-8e93-4998-bc90-13c15604b678","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:80:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:45Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","ip_address":"169.254.192.5"}],"id":"ba43d32f-caf3-4f45-8670-e5dea253816d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:44:8c:d2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:47Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"}]} 2018-11-19 04:55:48,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=522c9bfc-c02d-4fa7-a875-353b4a521734 used request id req-e6999bb9-bc19-4d71-b2d8-35cc3f3e8513 2018-11-19 04:55:48,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:48,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-03d426eb-ba19-4e6e-84b9-a6e72e0586c8 Date: Mon, 19 Nov 2018 04:55:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:55:48,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-03d426eb-ba19-4e6e-84b9-a6e72e0586c8 2018-11-19 04:55:48,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:48,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-88c60e83-4b2d-4a8e-b8c6-17f3526a7622 Date: Mon, 19 Nov 2018 04:55:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:44Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:48,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 used request id req-88c60e83-4b2d-4a8e-b8c6-17f3526a7622 2018-11-19 04:55:48,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:48,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-197e5a04-9198-4edf-9285-ed45ed9a94f7 Date: Mon, 19 Nov 2018 04:55:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:44Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:48,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 used request id req-197e5a04-9198-4edf-9285-ed45ed9a94f7 2018-11-19 04:55:48,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:48,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0f2d19e6-a597-44dc-9fb0-079003f6801f Date: Mon, 19 Nov 2018 04:55:48 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:44Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:48,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 used request id req-0f2d19e6-a597-44dc-9fb0-079003f6801f 2018-11-19 04:55:48,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:48,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-8fc52a25-e8cf-496e-9088-52d70b8fc578 Date: Mon, 19 Nov 2018 04:55:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:55:44Z", "admin_state_up": true, "updated_at": "2018-11-19T04:55:47Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "522c9bfc-c02d-4fa7-a875-353b4a521734", "name": "NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router"}]} 2018-11-19 04:55:48,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router used request id req-8fc52a25-e8cf-496e-9088-52d70b8fc578 2018-11-19 04:55:48,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:49,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-356d1210-3f38-48a8-958b-0ff97d82205c 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:55:49,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-356d1210-3f38-48a8-958b-0ff97d82205c 2018-11-19 04:55:49,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=522c9bfc-c02d-4fa7-a875-353b4a521734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:49,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3310 X-Openstack-Request-Id: req-668fbc6b-1d42-4984-9c2b-890b4eacd773 Date: Mon, 19 Nov 2018 04:55:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","ip_address":"169.254.192.2"}],"id":"8a179b7d-1d31-4aaf-b9da-2d506c960ba2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ce:37:e2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:46Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:48Z","device_owner":"network:router_gateway","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.200"}],"id":"adbaede7-bc47-4a3f-9b18-416b87494f08","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:36:a8","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:55:44Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:45Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","ip_address":"169.254.192.1"}],"id":"ae419a85-8e93-4998-bc90-13c15604b678","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:80:d9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:45Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:55:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","ip_address":"169.254.192.5"}],"id":"ba43d32f-caf3-4f45-8670-e5dea253816d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:44:8c:d2","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:47Z","binding:vnic_type":"normal","device_id":"522c9bfc-c02d-4fa7-a875-353b4a521734"}]} 2018-11-19 04:55:49,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=522c9bfc-c02d-4fa7-a875-353b4a521734 used request id req-668fbc6b-1d42-4984-9c2b-890b4eacd773 2018-11-19 04:55:49,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:49,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c08d887a-4e81-4bfc-93b7-bd335344038a Date: Mon, 19 Nov 2018 04:55:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:55:49,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-c08d887a-4e81-4bfc-93b7-bd335344038a 2018-11-19 04:55:49,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:49,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-fe1ac331-423a-4102-980b-9916536572f6 Date: Mon, 19 Nov 2018 04:55:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:44Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:49,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 used request id req-fe1ac331-423a-4102-980b-9916536572f6 2018-11-19 04:55:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:49,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ad611b2d-e96a-4d0d-bb59-780fd70ca08b Date: Mon, 19 Nov 2018 04:55:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:44Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:49,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 used request id req-ad611b2d-e96a-4d0d-bb59-780fd70ca08b 2018-11-19 04:55:49,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:49,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-84981cde-8768-416b-8d9e-ca36513559e0 Date: Mon, 19 Nov 2018 04:55:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"65163a9e-6eef-4d32-bfaf-03c801987957","tenant_id":"","created_at":"2018-11-19T04:55:44Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"c185b095-12d5-4b1e-b48d-7b5663d07c38","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:55:49,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c185b095-12d5-4b1e-b48d-7b5663d07c38 used request id req-84981cde-8768-416b-8d9e-ca36513559e0 2018-11-19 04:55:49,953 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet 2018-11-19 04:55:49,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d39b168f-4298-406e-a3b0-091f66819b13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:52,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-23af35c5-ad84-4fdf-a927-1257dd45d358 Date: Mon, 19 Nov 2018 04:55:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:52,152 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d39b168f-4298-406e-a3b0-091f66819b13 used request id req-23af35c5-ad84-4fdf-a927-1257dd45d358 2018-11-19 04:55:52,152 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router 2018-11-19 04:55:52,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/522c9bfc-c02d-4fa7-a875-353b4a521734/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" -d '{"subnet_id": "d39b168f-4298-406e-a3b0-091f66819b13"}' 2018-11-19 04:55:52,388 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-ddaf3d65-6ccd-41b8-aa13-20f3ad99f3c8 Date: Mon, 19 Nov 2018 04:55:52 GMT RESP BODY: {"NeutronError": {"message": "Subnet d39b168f-4298-406e-a3b0-091f66819b13 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-19 04:55:52,388 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/522c9bfc-c02d-4fa7-a875-353b4a521734/add_router_interface used request id req-ddaf3d65-6ccd-41b8-aa13-20f3ad99f3c8 2018-11-19 04:55:52,388 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet d39b168f-4298-406e-a3b0-091f66819b13 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-19 04:55:52,389 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router 2018-11-19 04:55:52,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/522c9bfc-c02d-4fa7-a875-353b4a521734 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:55,815 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87acaed1-ddbc-41f9-9c4f-32253d5e8327 Content-Length: 0 Date: Mon, 19 Nov 2018 04:55:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:55,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/522c9bfc-c02d-4fa7-a875-353b4a521734 used request id req-87acaed1-ddbc-41f9-9c4f-32253d5e8327 2018-11-19 04:55:55,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:55,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-382cb324-7201-4ef3-9bcb-47864998daff Date: Mon, 19 Nov 2018 04:55:55 GMT RESP BODY: {"routers": []} 2018-11-19 04:55:55,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-router used request id req-382cb324-7201-4ef3-9bcb-47864998daff 2018-11-19 04:55:55,895 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet 2018-11-19 04:55:55,895 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-subnet 2018-11-19 04:55:55,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d39b168f-4298-406e-a3b0-091f66819b13 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:56,074 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-490718de-0aef-4d2e-b3da-723f47bc2436 Date: Mon, 19 Nov 2018 04:55:56 GMT RESP BODY: {"NeutronError": {"message": "Subnet d39b168f-4298-406e-a3b0-091f66819b13 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-19 04:55:56,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d39b168f-4298-406e-a3b0-091f66819b13 used request id req-490718de-0aef-4d2e-b3da-723f47bc2436 2018-11-19 04:55:56,075 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet d39b168f-4298-406e-a3b0-091f66819b13 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-19 04:55:56,075 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-cf1b0f61-3738-491a-af03-e97ab16ef50a-pub-net 2018-11-19 04:55:56,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/1ad3466b-274d-4693-82fc-5b3061cb3e24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac79abe45a9b6fe10d8d0509366cce9a9fcb4c6b" 2018-11-19 04:55:56,702 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eec21056-b094-4088-8350-a67c4136fb46 Date: Mon, 19 Nov 2018 04:55:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:55:56,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1ad3466b-274d-4693-82fc-5b3061cb3e24 used request id req-eec21056-b094-4088-8350-a67c4136fb46 2018-11-19 04:55:56,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:55:57,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:55:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["aMFJcOxCQrqrw0BMMCqmfA"], "issued_at": "2018-11-19T04:55:57.000000Z"}} 2018-11-19 04:55:57,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:57,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bac9c874-0eee-4982-aba8-b2c3ea6de7ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:55:57,266 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bac9c874-0eee-4982-aba8-b2c3ea6de7ec 2018-11-19 04:55:57,268 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net 2018-11-19 04:55:57,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" -d '{"network": {"name": "NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net", "admin_state_up": true}}' 2018-11-19 04:55:57,678 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-e91b77e8-1c08-43d5-ba8f-6e5a3a970091 Date: Mon, 19 Nov 2018 04:55: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":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:57Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:57Z","mtu":1450}} 2018-11-19 04:55:57,678 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e91b77e8-1c08-43d5-ba8f-6e5a3a970091 2018-11-19 04:55:57,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:57,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-a6eb8dbe-9f9e-4f00-b73e-c89ba7767576 Date: Mon, 19 Nov 2018 04:55:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:55:57Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:57,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa used request id req-a6eb8dbe-9f9e-4f00-b73e-c89ba7767576 2018-11-19 04:55:57,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:58,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ac38ed1f-6449-4a5a-946f-7508039774db Date: Mon, 19 Nov 2018 04:55:58 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:55:58,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa used request id req-ac38ed1f-6449-4a5a-946f-7508039774db 2018-11-19 04:55:58,078 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet 2018-11-19 04:55:58,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" -d '{"subnets": [{"ip_version": 4, "network_id": "32cd66ed-6398-4ee8-ae88-b2220cb4cbfa", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet"}]}' 2018-11-19 04:55:58,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c1462c06-e452-45aa-abab-ee391d19a02f Date: Mon, 19 Nov 2018 04:55:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"feb0b772-783d-419f-b93c-b576685b9a42","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet"}]} 2018-11-19 04:55:58,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c1462c06-e452-45aa-abab-ee391d19a02f 2018-11-19 04:55:58,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:58,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-de8f9076-7c7f-4807-8288-eea540306170 Date: Mon, 19 Nov 2018 04:55:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["feb0b772-783d-419f-b93c-b576685b9a42"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:58,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa used request id req-de8f9076-7c7f-4807-8288-eea540306170 2018-11-19 04:55:58,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:59,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f936852d-0427-4a1e-8a55-849f8afbd996 Date: Mon, 19 Nov 2018 04:55:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"feb0b772-783d-419f-b93c-b576685b9a42","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet"}]} 2018-11-19 04:55:59,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa used request id req-f936852d-0427-4a1e-8a55-849f8afbd996 2018-11-19 04:55:59,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:59,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b6a73202-cf05-494f-a84e-e0d411da64c5 Date: Mon, 19 Nov 2018 04:55:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":50,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["feb0b772-783d-419f-b93c-b576685b9a42"],"description":"","tags":[],"updated_at":"2018-11-19T04:55:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:55:59,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net used request id req-b6a73202-cf05-494f-a84e-e0d411da64c5 2018-11-19 04:55:59,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:55:59,330 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:55:59,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:59,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:55:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-465c888a-0666-4b4e-be33-e1cdcd5a563f 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:55:59,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-465c888a-0666-4b4e-be33-e1cdcd5a563f 2018-11-19 04:55:59,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:59,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-04cd7fb6-f733-400b-ace7-814638001115 Date: Mon, 19 Nov 2018 04:55:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"feb0b772-783d-419f-b93c-b576685b9a42","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet"}]} 2018-11-19 04:55:59,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa used request id req-04cd7fb6-f733-400b-ace7-814638001115 2018-11-19 04:55:59,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa&name=NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:55:59,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eabf31f8-6ef9-4a90-b583-f5cdb7511186 Date: Mon, 19 Nov 2018 04:55:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32cd66ed-6398-4ee8-ae88-b2220cb4cbfa","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:55:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:55: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":"18123dbd720a4952ab47bfda8e7754ba","id":"feb0b772-783d-419f-b93c-b576685b9a42","subnetpool_id":null,"name":"NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet"}]} 2018-11-19 04:55:59,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=32cd66ed-6398-4ee8-ae88-b2220cb4cbfa&name=NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet used request id req-eabf31f8-6ef9-4a90-b583-f5cdb7511186 2018-11-19 04:55:59,840 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet 2018-11-19 04:55:59,840 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-subnet 2018-11-19 04:55:59,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/feb0b772-783d-419f-b93c-b576685b9a42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:56:01,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2775a0e1-eb0d-4bf2-b723-a9c1f69ce498 Date: Mon, 19 Nov 2018 04:56:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:01,431 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/feb0b772-783d-419f-b93c-b576685b9a42 used request id req-2775a0e1-eb0d-4bf2-b723-a9c1f69ce498 2018-11-19 04:56:01,432 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-c6a8ae63-9f29-464c-b0c0-f03eabaaee35-pub-net 2018-11-19 04:56:01,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/32cd66ed-6398-4ee8-ae88-b2220cb4cbfa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08971c309d40428f6f51da9dd76c5917a7005c1a" 2018-11-19 04:56:02,856 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5609047-ba07-4ccf-9d92-33c60de85f65 Date: Mon, 19 Nov 2018 04:56:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:02,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/32cd66ed-6398-4ee8-ae88-b2220cb4cbfa used request id req-a5609047-ba07-4ccf-9d92-33c60de85f65 2018-11-19 04:56:02,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:03,239 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["WujaevWKTLCwHjc6S6C7pw"], "issued_at": "2018-11-19T04:56:03.000000Z"}} 2018-11-19 04:56:03,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:03,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e84623b-449e-4a2f-89c5-77ac701fea5d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:03,325 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5e84623b-449e-4a2f-89c5-77ac701fea5d 2018-11-19 04:56:03,326 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net 2018-11-19 04:56:03,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" -d '{"network": {"name": "NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net", "admin_state_up": true}}' 2018-11-19 04:56:03,708 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-344eb9a6-1848-4d6e-a08d-0381b874d252 Date: Mon, 19 Nov 2018 04:56: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":"7ed5e068-7c76-4f21-ba1e-98683db96a74","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:03Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:03Z","mtu":1450}} 2018-11-19 04:56:03,708 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-344eb9a6-1848-4d6e-a08d-0381b874d252 2018-11-19 04:56:03,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7ed5e068-7c76-4f21-ba1e-98683db96a74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:04,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-2c3ade61-00db-4776-902a-59703d6406a8 Date: Mon, 19 Nov 2018 04:56:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7ed5e068-7c76-4f21-ba1e-98683db96a74","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:03Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:03Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:04,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7ed5e068-7c76-4f21-ba1e-98683db96a74 used request id req-2c3ade61-00db-4776-902a-59703d6406a8 2018-11-19 04:56:04,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7ed5e068-7c76-4f21-ba1e-98683db96a74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:04,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f0f0d686-694c-4b83-b739-95cd1b2bd299 Date: Mon, 19 Nov 2018 04:56:04 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:56:04,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7ed5e068-7c76-4f21-ba1e-98683db96a74 used request id req-f0f0d686-694c-4b83-b739-95cd1b2bd299 2018-11-19 04:56:04,229 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-subnet 2018-11-19 04:56:04,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" -d '{"subnets": [{"ip_version": 4, "network_id": "7ed5e068-7c76-4f21-ba1e-98683db96a74", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-subnet"}]}' 2018-11-19 04:56:04,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d35193a9-f96a-4c21-900b-e3e832014bc2 Date: Mon, 19 Nov 2018 04:56:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ed5e068-7c76-4f21-ba1e-98683db96a74","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"99cca10b-e98c-4308-8794-200a07d5c648","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-subnet"}]} 2018-11-19 04:56:04,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-d35193a9-f96a-4c21-900b-e3e832014bc2 2018-11-19 04:56:04,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7ed5e068-7c76-4f21-ba1e-98683db96a74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:04,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-497bcd2a-14b5-495f-adf3-1ec2d33b2945 Date: Mon, 19 Nov 2018 04:56:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7ed5e068-7c76-4f21-ba1e-98683db96a74","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["99cca10b-e98c-4308-8794-200a07d5c648"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:03Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:04,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7ed5e068-7c76-4f21-ba1e-98683db96a74 used request id req-497bcd2a-14b5-495f-adf3-1ec2d33b2945 2018-11-19 04:56:04,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7ed5e068-7c76-4f21-ba1e-98683db96a74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:05,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ef794fa9-a79d-4f1c-92f7-71deb6668589 Date: Mon, 19 Nov 2018 04:56:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ed5e068-7c76-4f21-ba1e-98683db96a74","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"99cca10b-e98c-4308-8794-200a07d5c648","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-subnet"}]} 2018-11-19 04:56:05,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7ed5e068-7c76-4f21-ba1e-98683db96a74 used request id req-ef794fa9-a79d-4f1c-92f7-71deb6668589 2018-11-19 04:56:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:05,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-83407990-66cf-4633-9f7c-42c828444816 Date: Mon, 19 Nov 2018 04:56:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7ed5e068-7c76-4f21-ba1e-98683db96a74","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["99cca10b-e98c-4308-8794-200a07d5c648"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:04Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:03Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:05,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net used request id req-83407990-66cf-4633-9f7c-42c828444816 2018-11-19 04:56:05,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:05,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:05,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:05,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf78e0e-c6d6-443d-af73-bbf4bd884336 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:05,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-caf78e0e-c6d6-443d-af73-bbf4bd884336 2018-11-19 04:56:05,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7ed5e068-7c76-4f21-ba1e-98683db96a74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:05,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-100b0cad-7ad2-4d57-9f6f-883f4e044f47 Date: Mon, 19 Nov 2018 04:56:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7ed5e068-7c76-4f21-ba1e-98683db96a74","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:04Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"99cca10b-e98c-4308-8794-200a07d5c648","subnetpool_id":null,"name":"NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-subnet"}]} 2018-11-19 04:56:05,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7ed5e068-7c76-4f21-ba1e-98683db96a74 used request id req-100b0cad-7ad2-4d57-9f6f-883f4e044f47 2018-11-19 04:56:05,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:56:05,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:05,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["nvNQEduZRAWrkX2DqTpKPg"], "issued_at": "2018-11-19T04:56:05.000000Z"}} 2018-11-19 04:56:05,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}802130f4c2e5cafe17c927416eefecd47ec537ff" 2018-11-19 04:56:06,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be9ba37d-c484-48a0-b9a1-1e421da5301d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:06,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-be9ba37d-c484-48a0-b9a1-1e421da5301d 2018-11-19 04:56:06,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:06,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-68344dc1-5bbf-45dc-a22f-fe4113fa2aa7 Date: Mon, 19 Nov 2018 04:56:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:56:06,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-68344dc1-5bbf-45dc-a22f-fe4113fa2aa7 2018-11-19 04:56:06,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:06,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4623402a-6fcb-4a2e-b5c6-006c4eaf610c Date: Mon, 19 Nov 2018 04:56:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:56:06,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-4623402a-6fcb-4a2e-b5c6-006c4eaf610c 2018-11-19 04:56:06,488 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router 2018-11-19 04:56:06,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router", "admin_state_up": true}}' 2018-11-19 04:56:11,310 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-cf0cc69f-e24d-4900-bbb4-653cbb8a72e1 Date: Mon, 19 Nov 2018 04:56:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:56:07Z", "admin_state_up": true, "updated_at": "2018-11-19T04:56:07Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f", "name": "NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router"}} 2018-11-19 04:56:11,310 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-cf0cc69f-e24d-4900-bbb4-653cbb8a72e1 2018-11-19 04:56:11,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:11,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-c9772826-43e4-4fbe-a92b-fbbbfc14e68a Date: Mon, 19 Nov 2018 04:56:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:10Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","ip_address":"169.254.192.9"}],"id":"666ed57c-a623-4afb-8896-23d7b337a22d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b7:55:80","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:09Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:08Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","ip_address":"169.254.192.8"}],"id":"8c8f2025-32e7-469b-840f-10f8857480d3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:18:83:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:08Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","ip_address":"169.254.192.11"}],"id":"aa169a9d-2c1d-4289-8c96-3e3b22cd5bc8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:31:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:09Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:07Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.202"}],"id":"dd4bd1bf-73ce-4821-921e-07b3de71c51f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7e:0c:05","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:56:07Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"}]} 2018-11-19 04:56:11,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f used request id req-c9772826-43e4-4fbe-a92b-fbbbfc14e68a 2018-11-19 04:56:11,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:11,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-89a76a34-8e74-42a4-ab4f-79b077135c0a Date: Mon, 19 Nov 2018 04:56:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:56:11,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-89a76a34-8e74-42a4-ab4f-79b077135c0a 2018-11-19 04:56:11,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:11,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-93d4a058-d9cd-4139-9971-9816931fddd2 Date: Mon, 19 Nov 2018 04:56:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:56:11,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b used request id req-93d4a058-d9cd-4139-9971-9816931fddd2 2018-11-19 04:56:11,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:12,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-25114ea5-f823-4b93-b6cc-b24f514d18bb Date: Mon, 19 Nov 2018 04:56:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:56:12,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b used request id req-25114ea5-f823-4b93-b6cc-b24f514d18bb 2018-11-19 04:56:12,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:12,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-966eba94-939b-44e5-a23f-c5182e0d061e Date: Mon, 19 Nov 2018 04:56:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:56:12,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b used request id req-966eba94-939b-44e5-a23f-c5182e0d061e 2018-11-19 04:56:12,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:12,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-7d1fa8ae-477a-49ca-a878-fed606ac08ef Date: Mon, 19 Nov 2018 04:56:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:56:07Z", "admin_state_up": true, "updated_at": "2018-11-19T04:56:10Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f", "name": "NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router"}]} 2018-11-19 04:56:12,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router used request id req-7d1fa8ae-477a-49ca-a878-fed606ac08ef 2018-11-19 04:56:12,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:12,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e66b2e1c-4ba9-43fe-85a4-ac9e6bf421f0 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:12,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-e66b2e1c-4ba9-43fe-85a4-ac9e6bf421f0 2018-11-19 04:56:12,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:12,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3345 X-Openstack-Request-Id: req-f1f15dc7-3f6d-41c7-9c5f-ccc2d8a6d2b1 Date: Mon, 19 Nov 2018 04:56:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:12Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","ip_address":"169.254.192.9"}],"id":"666ed57c-a623-4afb-8896-23d7b337a22d","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:55:80","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:09Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:08Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","ip_address":"169.254.192.8"}],"id":"8c8f2025-32e7-469b-840f-10f8857480d3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:18:83:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:08Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:09Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","ip_address":"169.254.192.11"}],"id":"aa169a9d-2c1d-4289-8c96-3e3b22cd5bc8","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:75:31:36","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:09Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:12Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.202"}],"id":"dd4bd1bf-73ce-4821-921e-07b3de71c51f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7e:0c:05","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:56:07Z","binding:vnic_type":"normal","device_id":"4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f"}]} 2018-11-19 04:56:12,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f used request id req-f1f15dc7-3f6d-41c7-9c5f-ccc2d8a6d2b1 2018-11-19 04:56:12,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:12,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d206a6e0-d4c5-4379-9373-00a9a0b8bf20 Date: Mon, 19 Nov 2018 04:56:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:56:12,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-d206a6e0-d4c5-4379-9373-00a9a0b8bf20 2018-11-19 04:56:12,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:12,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ccf913c2-96e3-43db-8755-e2e5250a927a Date: Mon, 19 Nov 2018 04:56:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:56:12,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b used request id req-ccf913c2-96e3-43db-8755-e2e5250a927a 2018-11-19 04:56:12,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:13,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-91035acd-00aa-4306-b3cc-81d93f2420e5 Date: Mon, 19 Nov 2018 04:56:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:56:13,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b used request id req-91035acd-00aa-4306-b3cc-81d93f2420e5 2018-11-19 04:56:13,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:13,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b624e909-5089-4e57-a057-b8031026272f Date: Mon, 19 Nov 2018 04:56:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"cca721de-8b58-471f-ad68-6964731956f9","tenant_id":"","created_at":"2018-11-19T04:56:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:06Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"ebee73e7-19f7-420f-b8ff-03fd9fc9e93b","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:56:13,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ebee73e7-19f7-420f-b8ff-03fd9fc9e93b used request id req-b624e909-5089-4e57-a057-b8031026272f 2018-11-19 04:56:13,202 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router 2018-11-19 04:56:13,202 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router 2018-11-19 04:56:13,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:17,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31ae53ce-5855-4214-9653-cfcf6471c940 Content-Length: 0 Date: Mon, 19 Nov 2018 04:56:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:17,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4c5eb3e4-bce5-4a03-986a-2fd9addf0e2f used request id req-31ae53ce-5855-4214-9653-cfcf6471c940 2018-11-19 04:56:17,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:17,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1bfc458f-21b1-467b-95ac-7c603406235e Date: Mon, 19 Nov 2018 04:56:17 GMT RESP BODY: {"routers": []} 2018-11-19 04:56:17,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-router used request id req-1bfc458f-21b1-467b-95ac-7c603406235e 2018-11-19 04:56:17,763 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-subnet 2018-11-19 04:56:17,763 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-subnet 2018-11-19 04:56:17,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/99cca10b-e98c-4308-8794-200a07d5c648 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:19,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-987de535-ac0e-4fb3-8d76-f9c7d2015038 Date: Mon, 19 Nov 2018 04:56:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:19,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/99cca10b-e98c-4308-8794-200a07d5c648 used request id req-987de535-ac0e-4fb3-8d76-f9c7d2015038 2018-11-19 04:56:19,978 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-f17bc2e7-d7dc-45e3-9995-0df106a6fb45-pub-net 2018-11-19 04:56:19,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7ed5e068-7c76-4f21-ba1e-98683db96a74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44e9624cc61e3549abfc1cf35c0818a0136270c2" 2018-11-19 04:56:21,073 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb3e2efb-ec09-4944-bc4e-735f7d1914ab Date: Mon, 19 Nov 2018 04:56:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:21,073 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7ed5e068-7c76-4f21-ba1e-98683db96a74 used request id req-eb3e2efb-ec09-4944-bc4e-735f7d1914ab 2018-11-19 04:56:21,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:21,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["CHFa4DxySNeCwqFTwELoXg"], "issued_at": "2018-11-19T04:56:21.000000Z"}} 2018-11-19 04:56:21,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:21,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f945839-3ee2-4213-bb4f-60b9c875080c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:21,573 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f945839-3ee2-4213-bb4f-60b9c875080c 2018-11-19 04:56:21,575 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net 2018-11-19 04:56:21,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" -d '{"network": {"name": "NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net", "admin_state_up": true}}' 2018-11-19 04:56:21,995 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-7e4bd8de-3ab8-4d6f-b60e-43a9a06a72ab Date: Mon, 19 Nov 2018 04:56:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cebdbfee-d922-411c-857b-d6693ef5acd6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:21Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:21Z","mtu":1450}} 2018-11-19 04:56:21,996 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-7e4bd8de-3ab8-4d6f-b60e-43a9a06a72ab 2018-11-19 04:56:22,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:22,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-1e8665c0-a290-430f-86f0-e3e8101faba2 Date: Mon, 19 Nov 2018 04:56:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cebdbfee-d922-411c-857b-d6693ef5acd6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:21Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:21Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:22,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-1e8665c0-a290-430f-86f0-e3e8101faba2 2018-11-19 04:56:22,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:22,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-adb64b75-e591-4d15-8f03-315ca1d4c972 Date: Mon, 19 Nov 2018 04:56:22 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:56:22,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-adb64b75-e591-4d15-8f03-315ca1d4c972 2018-11-19 04:56:22,433 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet 2018-11-19 04:56:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" -d '{"subnets": [{"ip_version": 4, "network_id": "cebdbfee-d922-411c-857b-d6693ef5acd6", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]}' 2018-11-19 04:56:23,002 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bec30c3f-af7d-4ba0-b8cb-5e7b23c68554 Date: Mon, 19 Nov 2018 04:56:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:22Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:22Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]} 2018-11-19 04:56:23,002 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-bec30c3f-af7d-4ba0-b8cb-5e7b23c68554 2018-11-19 04:56:23,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:23,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d0996628-794d-4050-baf6-f9f4369098df Date: Mon, 19 Nov 2018 04:56:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cebdbfee-d922-411c-857b-d6693ef5acd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:22Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:21Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:23,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-d0996628-794d-4050-baf6-f9f4369098df 2018-11-19 04:56:23,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:23,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5775e643-ec9a-441d-86d2-c8ebe793ee88 Date: Mon, 19 Nov 2018 04:56:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:22Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]} 2018-11-19 04:56:23,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-5775e643-ec9a-441d-86d2-c8ebe793ee88 2018-11-19 04:56:23,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:23,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1402352c-0b2b-448e-b787-2ee3a7db2e4c Date: Mon, 19 Nov 2018 04:56:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cebdbfee-d922-411c-857b-d6693ef5acd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:22Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:21Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:23,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net used request id req-1402352c-0b2b-448e-b787-2ee3a7db2e4c 2018-11-19 04:56:23,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:23,590 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:23,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:23,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa7c5f71-74c5-42b8-b33a-37d8a1d5ae0a 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:23,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-fa7c5f71-74c5-42b8-b33a-37d8a1d5ae0a 2018-11-19 04:56:23,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:23,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8819e4b3-0b09-4aa9-b120-7dda478e3b56 Date: Mon, 19 Nov 2018 04:56:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:22Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]} 2018-11-19 04:56:23,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-8819e4b3-0b09-4aa9-b120-7dda478e3b56 2018-11-19 04:56:23,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6&name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:24,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-be3a3e92-568e-47c8-b257-ea4a33bd5c47 Date: Mon, 19 Nov 2018 04:56:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:22Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]} 2018-11-19 04:56:24,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6&name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet used request id req-be3a3e92-568e-47c8-b257-ea4a33bd5c47 2018-11-19 04:56:24,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:56:24,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:24,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["yvLxQGAqTEq9d5PGugkksw"], "issued_at": "2018-11-19T04:56:24.000000Z"}} 2018-11-19 04:56:24,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07a8bf291fa1dd08b244fc1a0a437e8c8d99c17a" 2018-11-19 04:56:24,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-313a2ce5-7749-45bb-9355-beedf98ccf34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:24,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-313a2ce5-7749-45bb-9355-beedf98ccf34 2018-11-19 04:56:24,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:24,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5f564822-8422-4c45-a0a9-bacf1fc3b77f Date: Mon, 19 Nov 2018 04:56:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cebdbfee-d922-411c-857b-d6693ef5acd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:22Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:21Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:24,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net used request id req-5f564822-8422-4c45-a0a9-bacf1fc3b77f 2018-11-19 04:56:24,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:24,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-51c6b6e2-4134-4f8e-b5c2-f1a980c2d5dc Date: Mon, 19 Nov 2018 04:56:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:22Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]} 2018-11-19 04:56:24,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-51c6b6e2-4134-4f8e-b5c2-f1a980c2d5dc 2018-11-19 04:56:24,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:25,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-edee6b0b-b017-443b-b298-ac0655c53b3c Date: Mon, 19 Nov 2018 04:56:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cebdbfee-d922-411c-857b-d6693ef5acd6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":60,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:22Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:21Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:25,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net used request id req-edee6b0b-b017-443b-b298-ac0655c53b3c 2018-11-19 04:56:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:25,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:25,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07a8bf291fa1dd08b244fc1a0a437e8c8d99c17a" 2018-11-19 04:56:25,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c462e5d-9260-4f8e-a103-1bd820719d8f 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:25,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-8c462e5d-9260-4f8e-a103-1bd820719d8f 2018-11-19 04:56:25,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:25,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7a3fce32-331e-4349-907a-aeafb323d9cf Date: Mon, 19 Nov 2018 04:56:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:22Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]} 2018-11-19 04:56:25,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-7a3fce32-331e-4349-907a-aeafb323d9cf 2018-11-19 04:56:25,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6&name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:25,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f216bae8-ef33-4abf-92d6-96cba29ca080 Date: Mon, 19 Nov 2018 04:56:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:22Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:22Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet"}]} 2018-11-19 04:56:25,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cebdbfee-d922-411c-857b-d6693ef5acd6&name=NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet used request id req-f216bae8-ef33-4abf-92d6-96cba29ca080 2018-11-19 04:56:25,716 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net 2018-11-19 04:56:25,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" -d '{"port": {"network_id": "cebdbfee-d922-411c-857b-d6693ef5acd6", "fixed_ips": [{"subnet_id": "3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-port", "admin_state_up": true}}' 2018-11-19 04:56:26,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-23275b1f-65db-4285-b994-8fb212ad56ad Date: Mon, 19 Nov 2018 04:56:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:26Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","ip_address":"10.55.1.100"}],"id":"10d348f1-2249-411f-a126-dbb7279f8375","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:26:ac","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-port","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:26Z","binding:vnic_type":"normal"}} 2018-11-19 04:56:26,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-23275b1f-65db-4285-b994-8fb212ad56ad 2018-11-19 04:56:26,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:26,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3730 X-Openstack-Request-Id: req-006ad372-c7ab-4e03-b3c5-f851b72a175f Date: Mon, 19 Nov 2018 04:56:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:26Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","ip_address":"10.55.1.100"}],"id":"10d348f1-2249-411f-a126-dbb7279f8375","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f8:26:ac","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-port","admin_state_up":true,"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:26Z","binding:vnic_type":"normal","device_id":""},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","ip_address":"10.55.1.3"}],"id":"74f2acc1-30e8-4d38-8c74-e015c2fbb8cb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:f3:91","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:23Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cebdbfee-d922-411c-857b-d6693ef5acd6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","ip_address":"10.55.1.2"}],"id":"7505a032-224d-4e4b-b2be-6be26d593763","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:a8:0d","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:23Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cebdbfee-d922-411c-857b-d6693ef5acd6"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:25Z","device_owner":"network:dhcp","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a","ip_address":"10.55.1.4"}],"id":"c87888cb-405b-47e6-86b3-c20dcff3beb2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ef:f3:f7","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cebdbfee-d922-411c-857b-d6693ef5acd6","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:24Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cebdbfee-d922-411c-857b-d6693ef5acd6"}]} 2018-11-19 04:56:26,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports used request id req-006ad372-c7ab-4e03-b3c5-f851b72a175f 2018-11-19 04:56:26,899 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-port 2018-11-19 04:56:26,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/10d348f1-2249-411f-a126-dbb7279f8375 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:27,336 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-70da5d78-424e-4f1c-88b3-64d533e5f40d Date: Mon, 19 Nov 2018 04:56:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:27,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/10d348f1-2249-411f-a126-dbb7279f8375 used request id req-70da5d78-424e-4f1c-88b3-64d533e5f40d 2018-11-19 04:56:27,337 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet 2018-11-19 04:56:27,337 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-subnet 2018-11-19 04:56:27,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:29,241 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1a1684e3-d3aa-42b8-b4e8-77304695ac41 Date: Mon, 19 Nov 2018 04:56:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:29,241 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3dac5dbf-723c-4da1-ab6d-b1cb0d92fd4a used request id req-1a1684e3-d3aa-42b8-b4e8-77304695ac41 2018-11-19 04:56:29,242 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5157ba31-e36e-4f3b-b3ff-8f80b62d06da-pub-net 2018-11-19 04:56:29,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/cebdbfee-d922-411c-857b-d6693ef5acd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31b0712f1ac03a32cb58dfdb7ec7670339861b4a" 2018-11-19 04:56:30,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7890ac7c-9b57-4aec-a8ac-aac13d2fa351 Date: Mon, 19 Nov 2018 04:56:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:30,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/cebdbfee-d922-411c-857b-d6693ef5acd6 used request id req-7890ac7c-9b57-4aec-a8ac-aac13d2fa351 2018-11-19 04:56:30,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:31,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["NoEZDswHTliD1pWhGtVW4w"], "issued_at": "2018-11-19T04:56:31.000000Z"}} 2018-11-19 04:56:31,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:31,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b26cde2-427c-4cf2-92b8-1a6faf475db4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:31,159 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b26cde2-427c-4cf2-92b8-1a6faf475db4 2018-11-19 04:56:31,160 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net 2018-11-19 04:56:31,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" -d '{"network": {"name": "NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net", "admin_state_up": true}}' 2018-11-19 04:56:31,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-9eef4d63-cd83-401e-999d-35d9acd0b638 Date: Mon, 19 Nov 2018 04:56: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":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:31Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:31Z","mtu":1450}} 2018-11-19 04:56:31,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9eef4d63-cd83-401e-999d-35d9acd0b638 2018-11-19 04:56:31,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:31,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-8f29f406-6331-4574-8e40-1d79b645d10e Date: Mon, 19 Nov 2018 04:56:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:31Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:31Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:31,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-8f29f406-6331-4574-8e40-1d79b645d10e 2018-11-19 04:56:31,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:31,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d376204f-ee15-43b9-8823-f0767af51a58 Date: Mon, 19 Nov 2018 04:56:31 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:56:31,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-d376204f-ee15-43b9-8823-f0767af51a58 2018-11-19 04:56:31,967 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet 2018-11-19 04:56:31,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" -d '{"subnets": [{"ip_version": 4, "network_id": "c2816b88-2833-46e7-ab86-fd6d4beb34ae", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]}' 2018-11-19 04:56:32,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7050a895-e586-4e8c-9244-718401d60018 Date: Mon, 19 Nov 2018 04:56:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]} 2018-11-19 04:56:32,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-7050a895-e586-4e8c-9244-718401d60018 2018-11-19 04:56:32,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:32,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6b7f1515-928d-43ad-940e-5923ffabac59 Date: Mon, 19 Nov 2018 04:56:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f1a44a44-7eee-47d5-9762-1ab7c1800a3c"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:31Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:32,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-6b7f1515-928d-43ad-940e-5923ffabac59 2018-11-19 04:56:32,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:32,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a1140212-8cc6-4f3d-952e-4db95241a6a7 Date: Mon, 19 Nov 2018 04:56:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]} 2018-11-19 04:56:32,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-a1140212-8cc6-4f3d-952e-4db95241a6a7 2018-11-19 04:56:33,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:33,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e4737f0b-e6b1-4274-afdf-3e121bf61d18 Date: Mon, 19 Nov 2018 04:56:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f1a44a44-7eee-47d5-9762-1ab7c1800a3c"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:31Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:33,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net used request id req-e4737f0b-e6b1-4274-afdf-3e121bf61d18 2018-11-19 04:56:33,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:33,250 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:33,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:33,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-126920a9-eed0-4e29-a413-6cf14e2f99fb 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:33,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-126920a9-eed0-4e29-a413-6cf14e2f99fb 2018-11-19 04:56:33,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:33,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1cc97aba-4490-42ba-8041-2d254a5ce88e Date: Mon, 19 Nov 2018 04:56:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]} 2018-11-19 04:56:33,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-1cc97aba-4490-42ba-8041-2d254a5ce88e 2018-11-19 04:56:33,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae&name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:33,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c54996f5-4e12-46cd-9d82-0644e5025a0b Date: Mon, 19 Nov 2018 04:56:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]} 2018-11-19 04:56:33,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae&name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet used request id req-c54996f5-4e12-46cd-9d82-0644e5025a0b 2018-11-19 04:56:33,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:56:33,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:34,138 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["A54Ev0OdT52ZW7IwGRus6A"], "issued_at": "2018-11-19T04:56:34.000000Z"}} 2018-11-19 04:56:34,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ee1696f9594e782bcc555bc792a97234375cec8" 2018-11-19 04:56:34,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca40452c-3ee4-425a-8e4a-344236dbbc29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:34,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ca40452c-3ee4-425a-8e4a-344236dbbc29 2018-11-19 04:56:34,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:34,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ed804fb0-9dcb-41b2-aa94-7fc62a4c690f Date: Mon, 19 Nov 2018 04:56:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f1a44a44-7eee-47d5-9762-1ab7c1800a3c"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:31Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:34,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net used request id req-ed804fb0-9dcb-41b2-aa94-7fc62a4c690f 2018-11-19 04:56:34,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:34,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1727dc5a-6762-47cf-b087-5f4555847881 Date: Mon, 19 Nov 2018 04:56:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]} 2018-11-19 04:56:34,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-1727dc5a-6762-47cf-b087-5f4555847881 2018-11-19 04:56:34,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:34,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fcb029d8-e5c6-4cda-ae2a-60544365d6da Date: Mon, 19 Nov 2018 04:56:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f1a44a44-7eee-47d5-9762-1ab7c1800a3c"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:32Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:31Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:34,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net used request id req-fcb029d8-e5c6-4cda-ae2a-60544365d6da 2018-11-19 04:56:34,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:34,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ee1696f9594e782bcc555bc792a97234375cec8" 2018-11-19 04:56:34,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcd3d692-234a-4ea4-ad9c-29922ff7e176 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:34,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-bcd3d692-234a-4ea4-ad9c-29922ff7e176 2018-11-19 04:56:34,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:35,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-239d16fd-e837-4a6d-9c2a-722d971de35d Date: Mon, 19 Nov 2018 04:56:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]} 2018-11-19 04:56:35,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-239d16fd-e837-4a6d-9c2a-722d971de35d 2018-11-19 04:56:35,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae&name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:35,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fc6ebbb9-0861-4eab-9fdf-3263c512150e Date: Mon, 19 Nov 2018 04:56:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet"}]} 2018-11-19 04:56:35,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2816b88-2833-46e7-ab86-fd6d4beb34ae&name=NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet used request id req-fc6ebbb9-0861-4eab-9fdf-3263c512150e 2018-11-19 04:56:35,412 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net 2018-11-19 04:56:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" -d '{"port": {"network_id": "c2816b88-2833-46e7-ab86-fd6d4beb34ae", "fixed_ips": [{"subnet_id": "f1a44a44-7eee-47d5-9762-1ab7c1800a3c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-port", "admin_state_up": true}}' 2018-11-19 04:56:36,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-6dce529f-b1fe-4f66-b7f2-a75fbaa1d36f Date: Mon, 19 Nov 2018 04:56:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:35Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","ip_address":"10.55.1.100"}],"id":"f5617ca1-8755-464d-8673-890c4a25c369","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:9f:66","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-port","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:35Z","binding:vnic_type":"normal"}} 2018-11-19 04:56:36,338 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-6dce529f-b1fe-4f66-b7f2-a75fbaa1d36f 2018-11-19 04:56:36,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:36,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3732 X-Openstack-Request-Id: req-563c3302-73d1-48df-bf6d-cce077654e7e Date: Mon, 19 Nov 2018 04:56:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","ip_address":"10.55.1.2"}],"id":"3477cb33-ee1f-4d73-92b8-b6e7f7ff2100","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:c3:09","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:32Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-c2816b88-2833-46e7-ab86-fd6d4beb34ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","ip_address":"10.55.1.4"}],"id":"8ae639ec-cebb-4c64-8b58-bd17ebae60b7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6d:9d:dc","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:34Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-c2816b88-2833-46e7-ab86-fd6d4beb34ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:35Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","ip_address":"10.55.1.3"}],"id":"be0ee4dd-c5d8-4429-8228-9d572c2906dd","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:33:90","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:33Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c2816b88-2833-46e7-ab86-fd6d4beb34ae"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:56:35Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1a44a44-7eee-47d5-9762-1ab7c1800a3c","ip_address":"10.55.1.100"}],"id":"f5617ca1-8755-464d-8673-890c4a25c369","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:29:9f:66","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-port","admin_state_up":true,"network_id":"c2816b88-2833-46e7-ab86-fd6d4beb34ae","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:35Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 04:56:36,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports used request id req-563c3302-73d1-48df-bf6d-cce077654e7e 2018-11-19 04:56:36,566 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-port 2018-11-19 04:56:36,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/f5617ca1-8755-464d-8673-890c4a25c369 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:37,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ed6145d-c622-4a7c-afce-e8727e8ccd56 Date: Mon, 19 Nov 2018 04:56:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:37,127 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/f5617ca1-8755-464d-8673-890c4a25c369 used request id req-1ed6145d-c622-4a7c-afce-e8727e8ccd56 2018-11-19 04:56:37,127 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet 2018-11-19 04:56:37,127 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-subnet 2018-11-19 04:56:37,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/f1a44a44-7eee-47d5-9762-1ab7c1800a3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:39,367 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a7201be-8f20-4c44-8f2e-6088b1655bdc Date: Mon, 19 Nov 2018 04:56:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:39,367 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f1a44a44-7eee-47d5-9762-1ab7c1800a3c used request id req-3a7201be-8f20-4c44-8f2e-6088b1655bdc 2018-11-19 04:56:39,367 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-2204e017-53e0-4594-8f67-594e2617e7b4-pub-net 2018-11-19 04:56:39,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/c2816b88-2833-46e7-ab86-fd6d4beb34ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40e2b982178e5079edf2c8c8b6639b12827adab4" 2018-11-19 04:56:40,229 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c8441f7-40bb-4834-a7bb-ea2c370600df Date: Mon, 19 Nov 2018 04:56:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:40,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c2816b88-2833-46e7-ab86-fd6d4beb34ae used request id req-5c8441f7-40bb-4834-a7bb-ea2c370600df 2018-11-19 04:56:40,231 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:40,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["nElbFzMPRUOM8ndQmNu2mQ"], "issued_at": "2018-11-19T04:56:40.000000Z"}} 2018-11-19 04:56:40,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:40,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b540d1ce-5919-4923-9603-1b1904b73202 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:40,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b540d1ce-5919-4923-9603-1b1904b73202 2018-11-19 04:56:40,693 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net 2018-11-19 04:56:40,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" -d '{"network": {"name": "NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net", "admin_state_up": true}}' 2018-11-19 04:56:41,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-ac21684b-b2e2-4698-958e-3443505293dd Date: Mon, 19 Nov 2018 04:56:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2f3ae6fc-623e-4353-a937-445fa1e54578","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:40Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:40Z","mtu":1450}} 2018-11-19 04:56:41,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-ac21684b-b2e2-4698-958e-3443505293dd 2018-11-19 04:56:41,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:41,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-383e5c63-bf83-4500-9cdd-696d6fe39953 Date: Mon, 19 Nov 2018 04:56:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2f3ae6fc-623e-4353-a937-445fa1e54578","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:40Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:41,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-383e5c63-bf83-4500-9cdd-696d6fe39953 2018-11-19 04:56:41,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:41,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7112a30b-f62a-4481-83a9-43755603bc8d Date: Mon, 19 Nov 2018 04:56:41 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:56:41,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-7112a30b-f62a-4481-83a9-43755603bc8d 2018-11-19 04:56:41,550 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet 2018-11-19 04:56:41,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" -d '{"subnets": [{"ip_version": 4, "network_id": "2f3ae6fc-623e-4353-a937-445fa1e54578", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]}' 2018-11-19 04:56:42,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-71ffc5d4-b0fa-4214-91c7-6794f3433458 Date: Mon, 19 Nov 2018 04:56:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f3ae6fc-623e-4353-a937-445fa1e54578","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"b0b4c7ab-553e-42c9-9551-40c20e6b94eb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]} 2018-11-19 04:56:42,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-71ffc5d4-b0fa-4214-91c7-6794f3433458 2018-11-19 04:56:42,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:42,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5ad34ca9-c71f-46ac-9ebf-1b027b15952b Date: Mon, 19 Nov 2018 04:56:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2f3ae6fc-623e-4353-a937-445fa1e54578","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["b0b4c7ab-553e-42c9-9551-40c20e6b94eb"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:42,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-5ad34ca9-c71f-46ac-9ebf-1b027b15952b 2018-11-19 04:56:42,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:42,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4bd5f240-1eb0-4896-9a54-77ddc5bb9862 Date: Mon, 19 Nov 2018 04:56:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f3ae6fc-623e-4353-a937-445fa1e54578","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"b0b4c7ab-553e-42c9-9551-40c20e6b94eb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]} 2018-11-19 04:56:42,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-4bd5f240-1eb0-4896-9a54-77ddc5bb9862 2018-11-19 04:56:42,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:42,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7418c6ec-a245-463a-8a90-dd6024741d85 Date: Mon, 19 Nov 2018 04:56:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2f3ae6fc-623e-4353-a937-445fa1e54578","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["b0b4c7ab-553e-42c9-9551-40c20e6b94eb"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:42,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net used request id req-7418c6ec-a245-463a-8a90-dd6024741d85 2018-11-19 04:56:42,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:42,871 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:42,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:42,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bbbfc12-2396-4fac-a23b-1ef5d120affc 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:42,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-9bbbfc12-2396-4fac-a23b-1ef5d120affc 2018-11-19 04:56:42,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:43,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f4a1d366-59ee-425c-aec2-8532a4b49170 Date: Mon, 19 Nov 2018 04:56:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f3ae6fc-623e-4353-a937-445fa1e54578","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"b0b4c7ab-553e-42c9-9551-40c20e6b94eb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]} 2018-11-19 04:56:43,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-f4a1d366-59ee-425c-aec2-8532a4b49170 2018-11-19 04:56:43,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578&name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:43,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8742b471-3142-4e93-8e25-59ae127039b6 Date: Mon, 19 Nov 2018 04:56:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f3ae6fc-623e-4353-a937-445fa1e54578","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"b0b4c7ab-553e-42c9-9551-40c20e6b94eb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]} 2018-11-19 04:56:43,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578&name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet used request id req-8742b471-3142-4e93-8e25-59ae127039b6 2018-11-19 04:56:43,340 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:56:43,341 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:43,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["kFDs7HDETyqNShUlyWwYqQ"], "issued_at": "2018-11-19T04:56:43.000000Z"}} 2018-11-19 04:56:43,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c56a15eeadc83fa36c20ae6497a9b223f9a3f3" 2018-11-19 04:56:43,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236433f8-a4de-42ce-85d4-019e8767e948 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:43,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-236433f8-a4de-42ce-85d4-019e8767e948 2018-11-19 04:56:43,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:44,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e17dde0f-f60e-4736-a8ff-a699c72e5b57 Date: Mon, 19 Nov 2018 04:56:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2f3ae6fc-623e-4353-a937-445fa1e54578","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["b0b4c7ab-553e-42c9-9551-40c20e6b94eb"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:44,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net used request id req-e17dde0f-f60e-4736-a8ff-a699c72e5b57 2018-11-19 04:56:44,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:44,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-30916e30-5b3c-4c8b-88f1-58bc13b27d78 Date: Mon, 19 Nov 2018 04:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f3ae6fc-623e-4353-a937-445fa1e54578","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"b0b4c7ab-553e-42c9-9551-40c20e6b94eb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]} 2018-11-19 04:56:44,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-30916e30-5b3c-4c8b-88f1-58bc13b27d78 2018-11-19 04:56:44,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:44,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3bdc68a3-4726-429d-9f0e-971d02a39fa9 Date: Mon, 19 Nov 2018 04:56:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2f3ae6fc-623e-4353-a937-445fa1e54578","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":12,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["b0b4c7ab-553e-42c9-9551-40c20e6b94eb"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:41Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:40Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:44,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net used request id req-3bdc68a3-4726-429d-9f0e-971d02a39fa9 2018-11-19 04:56:44,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:44,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:44,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40c56a15eeadc83fa36c20ae6497a9b223f9a3f3" 2018-11-19 04:56:44,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53752630-4daf-4134-b2a3-2759b321e09a 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:44,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-53752630-4daf-4134-b2a3-2759b321e09a 2018-11-19 04:56:44,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:44,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a650d225-5da7-434a-8100-f35a17c4c9fe Date: Mon, 19 Nov 2018 04:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f3ae6fc-623e-4353-a937-445fa1e54578","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"b0b4c7ab-553e-42c9-9551-40c20e6b94eb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]} 2018-11-19 04:56:44,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-a650d225-5da7-434a-8100-f35a17c4c9fe 2018-11-19 04:56:44,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578&name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:44,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6a7daff2-4cba-4627-b4d5-863604c23c74 Date: Mon, 19 Nov 2018 04:56:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2f3ae6fc-623e-4353-a937-445fa1e54578","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:41Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"b0b4c7ab-553e-42c9-9551-40c20e6b94eb","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet"}]} 2018-11-19 04:56:44,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2f3ae6fc-623e-4353-a937-445fa1e54578&name=NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet used request id req-6a7daff2-4cba-4627-b4d5-863604c23c74 2018-11-19 04:56:44,655 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net 2018-11-19 04:56:44,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" -d '{"port": {"network_id": "2f3ae6fc-623e-4353-a937-445fa1e54578", "fixed_ips": [{"subnet_id": "b0b4c7ab-553e-42c9-9551-40c20e6b94eb", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-port", "admin_state_up": true}}' 2018-11-19 04:56:44,822 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-2e524c4f-c93c-409b-b818-ba4fc1f7c28b Date: Mon, 19 Nov 2018 04:56:44 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 04:56:44,822 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-2e524c4f-c93c-409b-b818-ba4fc1f7c28b 2018-11-19 04:56:44,823 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 04:56:44,823 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet 2018-11-19 04:56:44,823 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-subnet 2018-11-19 04:56:44,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/b0b4c7ab-553e-42c9-9551-40c20e6b94eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:47,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eae1f9da-34b0-40e6-8fc7-e29642d59575 Date: Mon, 19 Nov 2018 04:56:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:47,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b0b4c7ab-553e-42c9-9551-40c20e6b94eb used request id req-eae1f9da-34b0-40e6-8fc7-e29642d59575 2018-11-19 04:56:47,349 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a03235ab-42ea-4475-981a-a181e69c63ca-pub-net 2018-11-19 04:56:47,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/2f3ae6fc-623e-4353-a937-445fa1e54578 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8da4a99c6ae88ce811c8e9a4d2a12a3e6d9dd83" 2018-11-19 04:56:48,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69f7662f-c8b8-4054-bcbd-e8e88a63ee47 Date: Mon, 19 Nov 2018 04:56:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:48,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2f3ae6fc-623e-4353-a937-445fa1e54578 used request id req-69f7662f-c8b8-4054-bcbd-e8e88a63ee47 2018-11-19 04:56:48,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:49,009 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["NrzBxCp6RMazaSRjvHNRHw"], "issued_at": "2018-11-19T04:56:49.000000Z"}} 2018-11-19 04:56:49,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:49,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98c9174e-1e88-4e35-940c-226069ee7b4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:49,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-98c9174e-1e88-4e35-940c-226069ee7b4f 2018-11-19 04:56:49,098 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net 2018-11-19 04:56:49,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" -d '{"network": {"name": "NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net", "admin_state_up": true}}' 2018-11-19 04:56:49,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-367cea59-193d-4f86-8b4d-1e80d03e2561 Date: Mon, 19 Nov 2018 04:56:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:49Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:49Z","mtu":1450}} 2018-11-19 04:56:49,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-367cea59-193d-4f86-8b4d-1e80d03e2561 2018-11-19 04:56:49,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:49,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-ddd1031c-eadf-4888-ab3f-b47520653b5a Date: Mon, 19 Nov 2018 04:56:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:49Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:49,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-ddd1031c-eadf-4888-ab3f-b47520653b5a 2018-11-19 04:56:49,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:50,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-aa49d40e-dccb-4840-9a11-fcacec620803 Date: Mon, 19 Nov 2018 04:56:50 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:56:50,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-aa49d40e-dccb-4840-9a11-fcacec620803 2018-11-19 04:56:50,063 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet 2018-11-19 04:56:50,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" -d '{"subnets": [{"ip_version": 4, "network_id": "6aca4bc8-72d6-40f4-9dca-5d70fbb7e655", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]}' 2018-11-19 04:56:50,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0e0ea671-3cbb-427c-88c2-1419bc189a99 Date: Mon, 19 Nov 2018 04:56:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:50Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"d7c2b5e4-94a0-442a-a56d-98c29aa72d0e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]} 2018-11-19 04:56:50,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0e0ea671-3cbb-427c-88c2-1419bc189a99 2018-11-19 04:56:50,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:50,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-de8d7bde-4120-473c-93bf-d0db32c99656 Date: Mon, 19 Nov 2018 04:56:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["d7c2b5e4-94a0-442a-a56d-98c29aa72d0e"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:50,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-de8d7bde-4120-473c-93bf-d0db32c99656 2018-11-19 04:56:50,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:50,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-da7d5a73-2591-403c-a818-52a58c8a7a91 Date: Mon, 19 Nov 2018 04:56:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:50Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"d7c2b5e4-94a0-442a-a56d-98c29aa72d0e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]} 2018-11-19 04:56:50,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-da7d5a73-2591-403c-a818-52a58c8a7a91 2018-11-19 04:56:50,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:51,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e148b078-2885-495f-807f-e37573263364 Date: Mon, 19 Nov 2018 04:56:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["d7c2b5e4-94a0-442a-a56d-98c29aa72d0e"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:51,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net used request id req-e148b078-2885-495f-807f-e37573263364 2018-11-19 04:56:51,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:51,176 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:51,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:51,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b4f861-c929-4546-98cb-88bde62bc074 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:51,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-f5b4f861-c929-4546-98cb-88bde62bc074 2018-11-19 04:56:51,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:51,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2f0d9ee7-2b97-4906-bd9e-354da8fef771 Date: Mon, 19 Nov 2018 04:56:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:50Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"d7c2b5e4-94a0-442a-a56d-98c29aa72d0e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]} 2018-11-19 04:56:51,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-2f0d9ee7-2b97-4906-bd9e-354da8fef771 2018-11-19 04:56:51,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655&name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:51,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fb971a07-cb70-4628-b02d-c4ee9f6dc345 Date: Mon, 19 Nov 2018 04:56:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:50Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"d7c2b5e4-94a0-442a-a56d-98c29aa72d0e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]} 2018-11-19 04:56:51,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655&name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet used request id req-fb971a07-cb70-4628-b02d-c4ee9f6dc345 2018-11-19 04:56:51,367 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:56:51,368 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:51,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["pgAe5I_GSWummRSfEwmMLA"], "issued_at": "2018-11-19T04:56:51.000000Z"}} 2018-11-19 04:56:51,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3540b889cb250dc4ce76dbc87d83f11eaf0b1712" 2018-11-19 04:56:51,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d497f8b-86d7-4226-8d8f-08fdedc18c34 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:51,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5d497f8b-86d7-4226-8d8f-08fdedc18c34 2018-11-19 04:56:51,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:52,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b7453a74-e142-4156-b524-66a87ca3ec62 Date: Mon, 19 Nov 2018 04:56:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["d7c2b5e4-94a0-442a-a56d-98c29aa72d0e"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:52,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net used request id req-b7453a74-e142-4156-b524-66a87ca3ec62 2018-11-19 04:56:52,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:52,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d91363d3-dbd5-471a-bd27-fe000f5a6802 Date: Mon, 19 Nov 2018 04:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:50Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"d7c2b5e4-94a0-442a-a56d-98c29aa72d0e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]} 2018-11-19 04:56:52,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-d91363d3-dbd5-471a-bd27-fe000f5a6802 2018-11-19 04:56:52,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:52,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fe9f1028-4155-4dc3-81a0-7b9f44bf12a5 Date: Mon, 19 Nov 2018 04:56:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":16,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["d7c2b5e4-94a0-442a-a56d-98c29aa72d0e"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:50Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:49Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:52,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net used request id req-fe9f1028-4155-4dc3-81a0-7b9f44bf12a5 2018-11-19 04:56:52,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:52,588 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:52,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3540b889cb250dc4ce76dbc87d83f11eaf0b1712" 2018-11-19 04:56:52,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6843478c-319e-48f6-a471-65808095cf93 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:52,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-6843478c-319e-48f6-a471-65808095cf93 2018-11-19 04:56:52,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:52,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-85585412-6398-48f0-ab06-8913fa19613e Date: Mon, 19 Nov 2018 04:56:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:50Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"d7c2b5e4-94a0-442a-a56d-98c29aa72d0e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]} 2018-11-19 04:56:52,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-85585412-6398-48f0-ab06-8913fa19613e 2018-11-19 04:56:52,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655&name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:53,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4bb9303a-c38a-49c5-887c-00efb01bd43c Date: Mon, 19 Nov 2018 04:56:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6aca4bc8-72d6-40f4-9dca-5d70fbb7e655","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:50Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"d7c2b5e4-94a0-442a-a56d-98c29aa72d0e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet"}]} 2018-11-19 04:56:53,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6aca4bc8-72d6-40f4-9dca-5d70fbb7e655&name=NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet used request id req-4bb9303a-c38a-49c5-887c-00efb01bd43c 2018-11-19 04:56:53,017 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net 2018-11-19 04:56:53,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" -d '{"port": {"network_id": "6aca4bc8-72d6-40f4-9dca-5d70fbb7e655", "fixed_ips": [{"subnet_id": "d7c2b5e4-94a0-442a-a56d-98c29aa72d0e", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-port", "admin_state_up": true}}' 2018-11-19 04:56:53,426 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-4bdb06c0-ef2c-4fd8-857d-763fb0d77ba6 Date: Mon, 19 Nov 2018 04:56:53 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-19 04:56:53,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4bdb06c0-ef2c-4fd8-857d-763fb0d77ba6 2018-11-19 04:56:53,427 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-19 04:56:53,427 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet 2018-11-19 04:56:53,427 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-subnet 2018-11-19 04:56:53,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d7c2b5e4-94a0-442a-a56d-98c29aa72d0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:55,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b39edfc7-7001-4288-958a-6b1216b4f8db Date: Mon, 19 Nov 2018 04:56:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:55,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d7c2b5e4-94a0-442a-a56d-98c29aa72d0e used request id req-b39edfc7-7001-4288-958a-6b1216b4f8db 2018-11-19 04:56:55,636 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b005ed72-9192-49b6-8b9a-14fbc1e6399c-pub-net 2018-11-19 04:56:55,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daee4d5e41fa258b03f68d68c99595127295b42a" 2018-11-19 04:56:57,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2dbaccf-4ca3-41c9-90db-4cefada64db7 Date: Mon, 19 Nov 2018 04:56:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:56:57,197 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6aca4bc8-72d6-40f4-9dca-5d70fbb7e655 used request id req-c2dbaccf-4ca3-41c9-90db-4cefada64db7 2018-11-19 04:56:57,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:56:57,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:56:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["ppyiXsmgSAaSJJ9uJZdTdg"], "issued_at": "2018-11-19T04:56:57.000000Z"}} 2018-11-19 04:56:57,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:57,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5055de6f-092a-4dc1-a101-f58f9cd3eee0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:56:57,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5055de6f-092a-4dc1-a101-f58f9cd3eee0 2018-11-19 04:56:57,652 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net 2018-11-19 04:56:57,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" -d '{"network": {"name": "NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net", "admin_state_up": true}}' 2018-11-19 04:56:58,037 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-2f496262-c216-41a5-a283-6b3896beeecb Date: Mon, 19 Nov 2018 04:56:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bde81fbe-9179-48e2-b994-5602e67ced35","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:57Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:57Z","mtu":1450}} 2018-11-19 04:56:58,037 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2f496262-c216-41a5-a283-6b3896beeecb 2018-11-19 04:56:58,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:58,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-bfe5c3bb-8009-4f2f-911a-3dd8e946b21c Date: Mon, 19 Nov 2018 04:56:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bde81fbe-9179-48e2-b994-5602e67ced35","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:56:57Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:58,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-bfe5c3bb-8009-4f2f-911a-3dd8e946b21c 2018-11-19 04:56:58,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:58,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-db63ae44-17d5-474f-b5c6-5efbcba70910 Date: Mon, 19 Nov 2018 04:56:58 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:56:58,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-db63ae44-17d5-474f-b5c6-5efbcba70910 2018-11-19 04:56:58,456 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet 2018-11-19 04:56:58,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" -d '{"subnets": [{"ip_version": 4, "network_id": "bde81fbe-9179-48e2-b994-5602e67ced35", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]}' 2018-11-19 04:56:59,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f4de20ac-7472-40fe-8dbb-5f1237c63083 Date: Mon, 19 Nov 2018 04:56:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bde81fbe-9179-48e2-b994-5602e67ced35","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"862b33ec-d1f0-4305-bc79-31367bcb7ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]} 2018-11-19 04:56:59,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f4de20ac-7472-40fe-8dbb-5f1237c63083 2018-11-19 04:56:59,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:59,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-b6684f88-cab1-49ef-bba6-61db5010037a Date: Mon, 19 Nov 2018 04:56:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bde81fbe-9179-48e2-b994-5602e67ced35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["862b33ec-d1f0-4305-bc79-31367bcb7ad9"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:59,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-b6684f88-cab1-49ef-bba6-61db5010037a 2018-11-19 04:56:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:59,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-65fd6979-de5b-4390-9c14-285b28c20863 Date: Mon, 19 Nov 2018 04:56:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bde81fbe-9179-48e2-b994-5602e67ced35","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"862b33ec-d1f0-4305-bc79-31367bcb7ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]} 2018-11-19 04:56:59,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-65fd6979-de5b-4390-9c14-285b28c20863 2018-11-19 04:56:59,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:59,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-eddc7235-2ad9-4056-a0f8-c6bc092b0439 Date: Mon, 19 Nov 2018 04:56:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bde81fbe-9179-48e2-b994-5602e67ced35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["862b33ec-d1f0-4305-bc79-31367bcb7ad9"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:56:59,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net used request id req-eddc7235-2ad9-4056-a0f8-c6bc092b0439 2018-11-19 04:56:59,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:56:59,713 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:56:59,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:59,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eeeefc0-198a-4e05-bdeb-984f94b2e60b 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:56:59,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-5eeeefc0-198a-4e05-bdeb-984f94b2e60b 2018-11-19 04:56:59,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:56:59,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d5444a39-5fa7-44b5-985c-767290717ff5 Date: Mon, 19 Nov 2018 04:56:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bde81fbe-9179-48e2-b994-5602e67ced35","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"862b33ec-d1f0-4305-bc79-31367bcb7ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]} 2018-11-19 04:56:59,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-d5444a39-5fa7-44b5-985c-767290717ff5 2018-11-19 04:56:59,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35&name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:00,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-af1236ff-3a7e-467b-a813-8e2b41dbc909 Date: Mon, 19 Nov 2018 04:57:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bde81fbe-9179-48e2-b994-5602e67ced35","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"862b33ec-d1f0-4305-bc79-31367bcb7ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]} 2018-11-19 04:57:00,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35&name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet used request id req-af1236ff-3a7e-467b-a813-8e2b41dbc909 2018-11-19 04:57:00,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:57:00,193 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:00,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["NpvSTnT8Tz2x5LdZ1qnSQw"], "issued_at": "2018-11-19T04:57:00.000000Z"}} 2018-11-19 04:57:00,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57582dd36d78f65a5bcc172af161ac0ebb2a965e" 2018-11-19 04:57:00,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f50c2d1-d9b9-4460-a2b2-709c7c15bd85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:00,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0f50c2d1-d9b9-4460-a2b2-709c7c15bd85 2018-11-19 04:57:00,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:00,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-08af6db4-a51c-4f3f-97da-8fb5053acbf2 Date: Mon, 19 Nov 2018 04:57:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bde81fbe-9179-48e2-b994-5602e67ced35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["862b33ec-d1f0-4305-bc79-31367bcb7ad9"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:57:00,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net used request id req-08af6db4-a51c-4f3f-97da-8fb5053acbf2 2018-11-19 04:57:00,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:00,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-60cdc1d0-57f0-4c62-9ed1-8cf0cd1da9e9 Date: Mon, 19 Nov 2018 04:57:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bde81fbe-9179-48e2-b994-5602e67ced35","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"862b33ec-d1f0-4305-bc79-31367bcb7ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]} 2018-11-19 04:57:00,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-60cdc1d0-57f0-4c62-9ed1-8cf0cd1da9e9 2018-11-19 04:57:00,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:01,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-84d3bd4e-db8a-420f-8640-e22447a91647 Date: Mon, 19 Nov 2018 04:57:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bde81fbe-9179-48e2-b994-5602e67ced35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":56,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["862b33ec-d1f0-4305-bc79-31367bcb7ad9"],"description":"","tags":[],"updated_at":"2018-11-19T04:56:58Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:57Z","provider:network_type":"vxlan"}]} 2018-11-19 04:57:01,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net used request id req-84d3bd4e-db8a-420f-8640-e22447a91647 2018-11-19 04:57:01,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:57:01,147 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:57:01,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57582dd36d78f65a5bcc172af161ac0ebb2a965e" 2018-11-19 04:57:01,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5198509-350f-40ff-baeb-91b11c5c2960 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:57:01,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-a5198509-350f-40ff-baeb-91b11c5c2960 2018-11-19 04:57:01,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:01,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-df05bf99-730d-4a33-af93-0c87ed0e4f51 Date: Mon, 19 Nov 2018 04:57:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bde81fbe-9179-48e2-b994-5602e67ced35","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"862b33ec-d1f0-4305-bc79-31367bcb7ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]} 2018-11-19 04:57:01,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-df05bf99-730d-4a33-af93-0c87ed0e4f51 2018-11-19 04:57:01,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35&name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:01,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-15da5bb2-d0ca-4dbc-a9b3-5e611be1053c Date: Mon, 19 Nov 2018 04:57:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bde81fbe-9179-48e2-b994-5602e67ced35","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:56:58Z","dns_nameservers":[],"updated_at":"2018-11-19T04:56: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":"18123dbd720a4952ab47bfda8e7754ba","id":"862b33ec-d1f0-4305-bc79-31367bcb7ad9","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet"}]} 2018-11-19 04:57:01,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=bde81fbe-9179-48e2-b994-5602e67ced35&name=NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet used request id req-15da5bb2-d0ca-4dbc-a9b3-5e611be1053c 2018-11-19 04:57:01,657 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net 2018-11-19 04:57:01,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" -d '{"port": {"network_id": "bde81fbe-9179-48e2-b994-5602e67ced35", "fixed_ips": [{"subnet_id": "862b33ec-d1f0-4305-bc79-31367bcb7ad9", "ip_address": null}], "name": "NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-port", "admin_state_up": true}}' 2018-11-19 04:57:01,673 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-5fb95cb8-b721-45ee-816b-a885d4534a56 Date: Mon, 19 Nov 2018 04:57:01 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 04:57:01,673 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-5fb95cb8-b721-45ee-816b-a885d4534a56 2018-11-19 04:57:01,674 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 04:57:01,674 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet 2018-11-19 04:57:01,674 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-subnet 2018-11-19 04:57:01,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/862b33ec-d1f0-4305-bc79-31367bcb7ad9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:03,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1cab400d-b727-48ad-b50c-1334775881a7 Date: Mon, 19 Nov 2018 04:57:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:03,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/862b33ec-d1f0-4305-bc79-31367bcb7ad9 used request id req-1cab400d-b727-48ad-b50c-1334775881a7 2018-11-19 04:57:03,613 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5b7bd15e-77bd-4300-89ae-9e5894f46ce8-pub-net 2018-11-19 04:57:03,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/bde81fbe-9179-48e2-b994-5602e67ced35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480253b78e1e1365b5061b5275ea0f1df081efd2" 2018-11-19 04:57:04,744 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-680ce063-95e0-44be-b834-d995446bd75a Date: Mon, 19 Nov 2018 04:57:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:04,744 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bde81fbe-9179-48e2-b994-5602e67ced35 used request id req-680ce063-95e0-44be-b834-d995446bd75a 2018-11-19 04:57:04,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:05,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["nM-HHYvcQ_aMmLzRbTlgqA"], "issued_at": "2018-11-19T04:57:05.000000Z"}} 2018-11-19 04:57:05,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:05,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0a48ad-d029-482a-ba3a-1b7162706d7e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:05,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dd0a48ad-d029-482a-ba3a-1b7162706d7e 2018-11-19 04:57:05,208 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net 2018-11-19 04:57:05,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" -d '{"network": {"name": "NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net", "admin_state_up": true}}' 2018-11-19 04:57:05,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-388f414b-d97d-41da-8204-2fa19439a237 Date: Mon, 19 Nov 2018 04:57:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:57:05Z","is_default":false,"qos_policy_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:05Z","mtu":1450}} 2018-11-19 04:57:05,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-388f414b-d97d-41da-8204-2fa19439a237 2018-11-19 04:57:05,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:05,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-bab568ab-e432-4a4c-9eda-a6e8c4e25789 Date: Mon, 19 Nov 2018 04:57:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:57:05Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:05Z","provider:network_type":"vxlan"}]} 2018-11-19 04:57:05,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-bab568ab-e432-4a4c-9eda-a6e8c4e25789 2018-11-19 04:57:05,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:06,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a7bc579b-cac8-4564-a881-2bd3a341480c Date: Mon, 19 Nov 2018 04:57:06 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:57:06,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-a7bc579b-cac8-4564-a881-2bd3a341480c 2018-11-19 04:57:06,073 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet 2018-11-19 04:57:06,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" -d '{"subnets": [{"ip_version": 4, "network_id": "85f4fccd-bb4e-4697-a92b-0e62803eced2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]}' 2018-11-19 04:57:06,600 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e4d58753-73f1-4241-ba6d-e3b1b4ab6b41 Date: Mon, 19 Nov 2018 04:57:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f118f844-71e5-4488-8e33-478aca0c91bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]} 2018-11-19 04:57:06,600 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e4d58753-73f1-4241-ba6d-e3b1b4ab6b41 2018-11-19 04:57:06,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:06,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-73fc09d4-0855-4b4e-afb2-41a81bfdf002 Date: Mon, 19 Nov 2018 04:57:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f118f844-71e5-4488-8e33-478aca0c91bd"],"description":"","tags":[],"updated_at":"2018-11-19T04:57:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:05Z","provider:network_type":"vxlan"}]} 2018-11-19 04:57:06,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-73fc09d4-0855-4b4e-afb2-41a81bfdf002 2018-11-19 04:57:06,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:06,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bb86dd94-94af-4789-97f3-2da59ee00aae Date: Mon, 19 Nov 2018 04:57:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f118f844-71e5-4488-8e33-478aca0c91bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]} 2018-11-19 04:57:06,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-bb86dd94-94af-4789-97f3-2da59ee00aae 2018-11-19 04:57:06,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:07,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1e542424-8f35-494d-88de-53915d764ddd Date: Mon, 19 Nov 2018 04:57:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f118f844-71e5-4488-8e33-478aca0c91bd"],"description":"","tags":[],"updated_at":"2018-11-19T04:57:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:05Z","provider:network_type":"vxlan"}]} 2018-11-19 04:57:07,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net used request id req-1e542424-8f35-494d-88de-53915d764ddd 2018-11-19 04:57:07,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:57:07,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:57:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:57:07,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:07,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76ab9016-95ad-4f15-89cb-5dc8dcaa375f 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:57:07,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-76ab9016-95ad-4f15-89cb-5dc8dcaa375f 2018-11-19 04:57:07,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:07,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d5947195-cb35-4a46-a455-aa8d4c2dc84a Date: Mon, 19 Nov 2018 04:57:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f118f844-71e5-4488-8e33-478aca0c91bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]} 2018-11-19 04:57:07,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-d5947195-cb35-4a46-a455-aa8d4c2dc84a 2018-11-19 04:57:07,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2&name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:07,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a43516a8-d025-4cb9-aef4-0ec6f972bcde Date: Mon, 19 Nov 2018 04:57:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f118f844-71e5-4488-8e33-478aca0c91bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]} 2018-11-19 04:57:07,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2&name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet used request id req-a43516a8-d025-4cb9-aef4-0ec6f972bcde 2018-11-19 04:57:07,805 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:57:07,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:08,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["hsdEDCZnTZiFckoPsgz9ag"], "issued_at": "2018-11-19T04:57:08.000000Z"}} 2018-11-19 04:57:08,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ee49bb1f0cd9718d68467155967b904f3c8172" 2018-11-19 04:57:08,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc840529-d56e-4b7e-b50f-499c21fc5f7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:08,257 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cc840529-d56e-4b7e-b50f-499c21fc5f7a 2018-11-19 04:57:08,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:08,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-09ba2ba4-09f6-435b-a5fc-dc3dc4811ac9 Date: Mon, 19 Nov 2018 04:57:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f118f844-71e5-4488-8e33-478aca0c91bd"],"description":"","tags":[],"updated_at":"2018-11-19T04:57:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:05Z","provider:network_type":"vxlan"}]} 2018-11-19 04:57:08,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net used request id req-09ba2ba4-09f6-435b-a5fc-dc3dc4811ac9 2018-11-19 04:57:08,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:08,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b04a25c0-a66b-465d-b13f-6757112aa60b Date: Mon, 19 Nov 2018 04:57:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f118f844-71e5-4488-8e33-478aca0c91bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]} 2018-11-19 04:57:08,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-b04a25c0-a66b-465d-b13f-6757112aa60b 2018-11-19 04:57:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:08,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-85701aa6-c3dd-4c44-a9c9-c0b7e1b3c475 Date: Mon, 19 Nov 2018 04:57:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":38,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["f118f844-71e5-4488-8e33-478aca0c91bd"],"description":"","tags":[],"updated_at":"2018-11-19T04:57:06Z","qos_policy_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:05Z","provider:network_type":"vxlan"}]} 2018-11-19 04:57:08,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net used request id req-85701aa6-c3dd-4c44-a9c9-c0b7e1b3c475 2018-11-19 04:57:08,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:57:08,494 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:57:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:57:08,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87ee49bb1f0cd9718d68467155967b904f3c8172" 2018-11-19 04:57:08,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00346ca6-dc0e-42e7-b5c2-5fdeb141f924 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:57:08,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-00346ca6-dc0e-42e7-b5c2-5fdeb141f924 2018-11-19 04:57:08,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:08,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8660eae9-2372-4dd5-9de6-1942e08b4041 Date: Mon, 19 Nov 2018 04:57:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f118f844-71e5-4488-8e33-478aca0c91bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]} 2018-11-19 04:57:08,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-8660eae9-2372-4dd5-9de6-1942e08b4041 2018-11-19 04:57:08,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2&name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:08,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7e00ee7d-2550-4348-aeb2-53de56f71c73 Date: Mon, 19 Nov 2018 04:57:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:06Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"18123dbd720a4952ab47bfda8e7754ba","id":"f118f844-71e5-4488-8e33-478aca0c91bd","subnetpool_id":null,"name":"NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet"}]} 2018-11-19 04:57:08,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=85f4fccd-bb4e-4697-a92b-0e62803eced2&name=NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet used request id req-7e00ee7d-2550-4348-aeb2-53de56f71c73 2018-11-19 04:57:08,822 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net 2018-11-19 04:57:08,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" -d '{"port": {"network_id": "85f4fccd-bb4e-4697-a92b-0e62803eced2", "fixed_ips": [{"subnet_id": "f118f844-71e5-4488-8e33-478aca0c91bd", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-11-19 04:57:09,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-d8e82aba-f47a-4961-95be-b6c053d43c07 Date: Mon, 19 Nov 2018 04:57:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:09Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f118f844-71e5-4488-8e33-478aca0c91bd","ip_address":"10.55.1.100"}],"id":"5e100159-32ed-4de0-8df4-a4292f72c9c8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:61:6e:9c","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:09Z","binding:vnic_type":"normal"}} 2018-11-19 04:57:09,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-d8e82aba-f47a-4961-95be-b6c053d43c07 2018-11-19 04:57:09,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/5e100159-32ed-4de0-8df4-a4292f72c9c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:09,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 811 X-Openstack-Request-Id: req-fb4e6c88-b346-4cbe-bb6f-e88d640b2d53 Date: Mon, 19 Nov 2018 04:57:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f118f844-71e5-4488-8e33-478aca0c91bd","ip_address":"10.55.1.100"}],"id":"5e100159-32ed-4de0-8df4-a4292f72c9c8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:61:6e:9c","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"85f4fccd-bb4e-4697-a92b-0e62803eced2","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:57:09Z","binding:vnic_type":"normal"}} 2018-11-19 04:57:09,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/5e100159-32ed-4de0-8df4-a4292f72c9c8 used request id req-fb4e6c88-b346-4cbe-bb6f-e88d640b2d53 2018-11-19 04:57:09,905 - neutron_utils - INFO - Deleting port with name 2018-11-19 04:57:09,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/5e100159-32ed-4de0-8df4-a4292f72c9c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:10,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-007c43d6-6d65-438e-b701-88ac507f0c0c Date: Mon, 19 Nov 2018 04:57:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:10,600 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/5e100159-32ed-4de0-8df4-a4292f72c9c8 used request id req-007c43d6-6d65-438e-b701-88ac507f0c0c 2018-11-19 04:57:10,600 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet 2018-11-19 04:57:10,601 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-subnet 2018-11-19 04:57:10,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/f118f844-71e5-4488-8e33-478aca0c91bd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:12,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d43bdfc0-89ce-4893-8b40-e544531f52ad Date: Mon, 19 Nov 2018 04:57:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:12,770 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f118f844-71e5-4488-8e33-478aca0c91bd used request id req-d43bdfc0-89ce-4893-8b40-e544531f52ad 2018-11-19 04:57:12,771 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-5d12eb8a-e923-4365-8bd5-396d944e9cc3-pub-net 2018-11-19 04:57:12,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/85f4fccd-bb4e-4697-a92b-0e62803eced2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89aba7955e1a16bff0fd663d6051eabf02751cdf" 2018-11-19 04:57:14,514 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dbaa47c8-fb97-4c7c-8b46-e993d579602c Date: Mon, 19 Nov 2018 04:57:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:14,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/85f4fccd-bb4e-4697-a92b-0e62803eced2 used request id req-dbaa47c8-fb97-4c7c-8b46-e993d579602c 2018-11-19 04:57:14,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:14,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["5SGACUTWQqaCyXFqNNi0cQ"], "issued_at": "2018-11-19T04:57:14.000000Z"}} 2018-11-19 04:57:14,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}301683f4c44e104ab83c8f40b7b0aeb40e8e8311" 2018-11-19 04:57:14,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7be92aa-c26b-4e51-add6-3b3aee6757cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:14,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d7be92aa-c26b-4e51-add6-3b3aee6757cb 2018-11-19 04:57:14,986 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:57:14,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:15,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["QyoBE-K4Ss6UU9dO2ARzZw"], "issued_at": "2018-11-19T04:57:15.000000Z"}} 2018-11-19 04:57:15,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e79158408bb53a1ee2562ea2b9183c75068a499" 2018-11-19 04:57:15,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c0036bb-1681-4ae1-8468-d41337809e2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:15,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c0036bb-1681-4ae1-8468-d41337809e2b 2018-11-19 04:57:15,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-d9ff70a3-2bd4-4209-a43d-91b70ba0ac45-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}301683f4c44e104ab83c8f40b7b0aeb40e8e8311" 2018-11-19 04:57:15,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d27cc7e3-efdb-46dc-b824-6dc28266bc5c Date: Mon, 19 Nov 2018 04:57:15 GMT RESP BODY: {"networks":[]} 2018-11-19 04:57:15,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NeutronUtilsRouterTests-d9ff70a3-2bd4-4209-a43d-91b70ba0ac45-pub-net used request id req-d27cc7e3-efdb-46dc-b824-6dc28266bc5c 2018-11-19 04:57:15,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:16,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["EoQt3V50SmGK-9dn-eOp6g"], "issued_at": "2018-11-19T04:57:16.000000Z"}} 2018-11-19 04:57:16,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:16,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-870e8041-dfbc-4699-9216-f304dfdac4db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:16,128 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-870e8041-dfbc-4699-9216-f304dfdac4db 2018-11-19 04:57:16,129 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:57:16,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:16,523 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["B4TB-FhoS6CF9BnpRyK5lw"], "issued_at": "2018-11-19T04:57:16.000000Z"}} 2018-11-19 04:57:16,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42d98f1b99736dce367ca555166fbb950759680b" 2018-11-19 04:57:16,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7a8998-7ad0-4b64-9b11-c9c1191506e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:16,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7d7a8998-7ad0-4b64-9b11-c9c1191506e6 2018-11-19 04:57:16,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:16,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ea48caf5-698c-45be-b409-a24acbaa558e Date: Mon, 19 Nov 2018 04:57:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:57:16,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-ea48caf5-698c-45be-b409-a24acbaa558e 2018-11-19 04:57:16,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:17,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-61e21847-cca2-4afd-8c85-27818783f36f Date: Mon, 19 Nov 2018 04:57:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:57:17,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-61e21847-cca2-4afd-8c85-27818783f36f 2018-11-19 04:57:17,104 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router 2018-11-19 04:57:17,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router", "admin_state_up": true}}' 2018-11-19 04:57:21,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-5a8377e0-60a2-4e01-a163-bf8005962d28 Date: Mon, 19 Nov 2018 04:57:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:17Z", "admin_state_up": true, "updated_at": "2018-11-19T04:57:18Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "bf4aa3b9-a253-4f55-a3ea-ccad1381bb92", "name": "NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router"}} 2018-11-19 04:57:21,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-5a8377e0-60a2-4e01-a163-bf8005962d28 2018-11-19 04:57:21,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=bf4aa3b9-a253-4f55-a3ea-ccad1381bb92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:22,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-7a7032ae-88b7-45e0-b2e3-d860a5ab23ee Date: Mon, 19 Nov 2018 04:57:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:18Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.207"}],"id":"3ba497ba-fbaf-4e5e-a5b9-de1974e96169","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:94:ff","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:57:18Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","ip_address":"169.254.192.6"}],"id":"3f29543b-d8e3-44a7-84eb-e9e79c76dbe7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:53:a5:39","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:19Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:20Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","ip_address":"169.254.192.2"}],"id":"9d4ab7ac-147d-4f22-a555-d2898ba8cb2f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:fc:93","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:20Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:20Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","ip_address":"169.254.192.9"}],"id":"eb5da143-b410-4d87-83ad-ead265dafd92","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:3f:a3","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:19Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"}]} 2018-11-19 04:57:22,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=bf4aa3b9-a253-4f55-a3ea-ccad1381bb92 used request id req-7a7032ae-88b7-45e0-b2e3-d860a5ab23ee 2018-11-19 04:57:22,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:22,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-2c551ff7-05f4-4bf0-bb9d-35d9a51e5af3 Date: Mon, 19 Nov 2018 04:57:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:57:22,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-2c551ff7-05f4-4bf0-bb9d-35d9a51e5af3 2018-11-19 04:57:22,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:22,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-45c8e588-43b9-4522-8443-7ad9a7a88dbf Date: Mon, 19 Nov 2018 04:57:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:22,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a used request id req-45c8e588-43b9-4522-8443-7ad9a7a88dbf 2018-11-19 04:57:22,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:22,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-1e4baaed-3ed1-4588-92c8-98a196eb7d89 Date: Mon, 19 Nov 2018 04:57:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:22,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a used request id req-1e4baaed-3ed1-4588-92c8-98a196eb7d89 2018-11-19 04:57:22,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:22,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-3e409587-53c1-4333-bae2-ead9f7f5d0b8 Date: Mon, 19 Nov 2018 04:57:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:22,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a used request id req-3e409587-53c1-4333-bae2-ead9f7f5d0b8 2018-11-19 04:57:22,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:23,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-7a7960e6-0416-4ba3-896b-53e3d3293c3d Date: Mon, 19 Nov 2018 04:57:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:17Z", "admin_state_up": true, "updated_at": "2018-11-19T04:57:21Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "bf4aa3b9-a253-4f55-a3ea-ccad1381bb92", "name": "NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router"}]} 2018-11-19 04:57:23,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router used request id req-7a7960e6-0416-4ba3-896b-53e3d3293c3d 2018-11-19 04:57:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:57:23,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:57:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:57:23,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:23,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a349e64-0eb3-45d1-b5c1-4068544bee3e 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:57:23,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-6a349e64-0eb3-45d1-b5c1-4068544bee3e 2018-11-19 04:57:23,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=bf4aa3b9-a253-4f55-a3ea-ccad1381bb92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:23,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-75173e1f-a97f-4862-b687-a5151b93e6a2 Date: Mon, 19 Nov 2018 04:57:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:23Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.207"}],"id":"3ba497ba-fbaf-4e5e-a5b9-de1974e96169","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:94:ff","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:57:18Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:19Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","ip_address":"169.254.192.6"}],"id":"3f29543b-d8e3-44a7-84eb-e9e79c76dbe7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:53:a5:39","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:19Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:20Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","ip_address":"169.254.192.2"}],"id":"9d4ab7ac-147d-4f22-a555-d2898ba8cb2f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:cc:fc:93","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:20Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:23Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","ip_address":"169.254.192.9"}],"id":"eb5da143-b410-4d87-83ad-ead265dafd92","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:3f:a3","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:19Z","binding:vnic_type":"normal","device_id":"bf4aa3b9-a253-4f55-a3ea-ccad1381bb92"}]} 2018-11-19 04:57:23,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=bf4aa3b9-a253-4f55-a3ea-ccad1381bb92 used request id req-75173e1f-a97f-4862-b687-a5151b93e6a2 2018-11-19 04:57:23,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:23,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b84fe137-4e51-485e-ad93-35057779c5cc Date: Mon, 19 Nov 2018 04:57:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:57:23,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-b84fe137-4e51-485e-ad93-35057779c5cc 2018-11-19 04:57:23,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:23,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6a1f6ff7-a528-4c59-8780-54e380b9cff5 Date: Mon, 19 Nov 2018 04:57:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:23,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a used request id req-6a1f6ff7-a528-4c59-8780-54e380b9cff5 2018-11-19 04:57:23,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:23,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5b83fa9f-88ed-41ce-a558-3434a8544539 Date: Mon, 19 Nov 2018 04:57:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:23,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a used request id req-5b83fa9f-88ed-41ce-a558-3434a8544539 2018-11-19 04:57:23,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:23,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-29eebc89-207d-4d60-b481-1342c4479a52 Date: Mon, 19 Nov 2018 04:57:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8d82aa0f-6b34-42cd-aa83-2d3f33f2c526","tenant_id":"","created_at":"2018-11-19T04:57:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57:17Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"bc5f2676-bfe7-4c0c-94d0-7df75c6d812a","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:23,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/bc5f2676-bfe7-4c0c-94d0-7df75c6d812a used request id req-29eebc89-207d-4d60-b481-1342c4479a52 2018-11-19 04:57:23,946 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router 2018-11-19 04:57:23,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/bf4aa3b9-a253-4f55-a3ea-ccad1381bb92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:27,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e45eb08-0bee-4405-80ff-068ab56051de Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:27,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/bf4aa3b9-a253-4f55-a3ea-ccad1381bb92 used request id req-8e45eb08-0bee-4405-80ff-068ab56051de 2018-11-19 04:57:27,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c398c4dc1b456891e1ae24b15ac1d93ca5125346" 2018-11-19 04:57:27,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-30dbd4d6-04fc-460d-ab5c-6153780c07ad Date: Mon, 19 Nov 2018 04:57:27 GMT RESP BODY: {"routers": []} 2018-11-19 04:57:27,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-678b0ced-cb8b-4fd6-9dd9-ee5d3a0abb11-pub-router used request id req-30dbd4d6-04fc-460d-ab5c-6153780c07ad 2018-11-19 04:57:27,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:28,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["hdZvRb8LTFOc7Lv06V0CFQ"], "issued_at": "2018-11-19T04:57:28.000000Z"}} 2018-11-19 04:57:28,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:28,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130b01b3-51a5-403f-8f2a-2341dd89d94c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:28,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-130b01b3-51a5-403f-8f2a-2341dd89d94c 2018-11-19 04:57:28,100 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:57:28,101 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:28,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["G2zF0FavSZyW3sTo0JiKFg"], "issued_at": "2018-11-19T04:57:28.000000Z"}} 2018-11-19 04:57:28,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9892bd5ddac35dc5253e8a74d13a55b84bebe622" 2018-11-19 04:57:28,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fbad0ff-d0e9-4dc3-bae0-34fbd0261ae8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:28,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3fbad0ff-d0e9-4dc3-bae0-34fbd0261ae8 2018-11-19 04:57:28,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:28,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7bd03473-cc71-4d46-9ada-807ccd41fedd Date: Mon, 19 Nov 2018 04:57:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:57:28,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-7bd03473-cc71-4d46-9ada-807ccd41fedd 2018-11-19 04:57:28,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:29,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4475c52f-1fe2-4edc-bdac-d26c0d9f12ed Date: Mon, 19 Nov 2018 04:57:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:57:29,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-4475c52f-1fe2-4edc-bdac-d26c0d9f12ed 2018-11-19 04:57:29,052 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router 2018-11-19 04:57:29,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router", "admin_state_up": true}}' 2018-11-19 04:57:34,279 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-37628774-9497-4693-8510-e3e57a43e616 Date: Mon, 19 Nov 2018 04:57:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:30Z", "admin_state_up": true, "updated_at": "2018-11-19T04:57:31Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "f8d7755b-bc95-4e2f-99dd-ab11961326b2", "name": "NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router"}} 2018-11-19 04:57:34,280 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-37628774-9497-4693-8510-e3e57a43e616 2018-11-19 04:57:34,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=f8d7755b-bc95-4e2f-99dd-ab11961326b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:34,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-0aeeeb06-e064-443d-b8fb-89015c7223c5 Date: Mon, 19 Nov 2018 04:57:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:32Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"595d24e0-f410-4060-8ab2-c276b9c557f8","ip_address":"169.254.192.3"}],"id":"16c2868e-5a93-4251-91a0-51997be227b7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:4a:25","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:32Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:34Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.208"}],"id":"3c840b4c-1800-4260-b36a-6613e59b3413","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6c:1b:aa","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:57:30Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"595d24e0-f410-4060-8ab2-c276b9c557f8","ip_address":"169.254.192.5"}],"id":"b5248f4b-8b71-4895-bf3d-ebf09ee66fed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:f3:c0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:31Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"595d24e0-f410-4060-8ab2-c276b9c557f8","ip_address":"169.254.192.12"}],"id":"f1392121-c01e-48d0-8ff8-b0864fbe6407","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:63:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:32Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"}]} 2018-11-19 04:57:34,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=f8d7755b-bc95-4e2f-99dd-ab11961326b2 used request id req-0aeeeb06-e064-443d-b8fb-89015c7223c5 2018-11-19 04:57:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:34,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fe7cac34-2c85-4fb0-b4b1-a689c80c5a22 Date: Mon, 19 Nov 2018 04:57:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:57:34,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-fe7cac34-2c85-4fb0-b4b1-a689c80c5a22 2018-11-19 04:57:34,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:34,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4447d063-1d48-400c-82f2-b415a00b00ea Date: Mon, 19 Nov 2018 04:57:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:29Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"595d24e0-f410-4060-8ab2-c276b9c557f8","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:34,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 used request id req-4447d063-1d48-400c-82f2-b415a00b00ea 2018-11-19 04:57:34,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:35,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ea10906e-1bc2-4894-b42b-e1cca3cf0476 Date: Mon, 19 Nov 2018 04:57:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:29Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"595d24e0-f410-4060-8ab2-c276b9c557f8","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:35,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 used request id req-ea10906e-1bc2-4894-b42b-e1cca3cf0476 2018-11-19 04:57:35,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:35,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4c3a56ea-6faa-42ea-8753-da4ee86f2145 Date: Mon, 19 Nov 2018 04:57:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:29Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"595d24e0-f410-4060-8ab2-c276b9c557f8","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:35,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 used request id req-4c3a56ea-6faa-42ea-8753-da4ee86f2145 2018-11-19 04:57:35,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:35,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-efda01ce-abc8-4f4f-a047-9d81de99210d Date: Mon, 19 Nov 2018 04:57:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:30Z", "admin_state_up": true, "updated_at": "2018-11-19T04:57:33Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "f8d7755b-bc95-4e2f-99dd-ab11961326b2", "name": "NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router"}]} 2018-11-19 04:57:35,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router used request id req-efda01ce-abc8-4f4f-a047-9d81de99210d 2018-11-19 04:57:35,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:57:35,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:57:35,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:35,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d243d53-32fb-4146-8039-591e6aca4add 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:57:35,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-7d243d53-32fb-4146-8039-591e6aca4add 2018-11-19 04:57:35,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=f8d7755b-bc95-4e2f-99dd-ab11961326b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:35,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3407 X-Openstack-Request-Id: req-8e89d8ce-93bd-435f-90cb-04d74c336c55 Date: Mon, 19 Nov 2018 04:57:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:35Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"595d24e0-f410-4060-8ab2-c276b9c557f8","ip_address":"169.254.192.3"}],"id":"16c2868e-5a93-4251-91a0-51997be227b7","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:4a:25","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:32Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:35Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.208"}],"id":"3c840b4c-1800-4260-b36a-6613e59b3413","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:6c:1b:aa","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T04:57:30Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:31Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"595d24e0-f410-4060-8ab2-c276b9c557f8","ip_address":"169.254.192.5"}],"id":"b5248f4b-8b71-4895-bf3d-ebf09ee66fed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f1:f3:c0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:31Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:57:33Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"595d24e0-f410-4060-8ab2-c276b9c557f8","ip_address":"169.254.192.12"}],"id":"f1392121-c01e-48d0-8ff8-b0864fbe6407","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2c:63:3e","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 18123dbd720a4952ab47bfda8e7754ba","admin_state_up":true,"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:32Z","binding:vnic_type":"normal","device_id":"f8d7755b-bc95-4e2f-99dd-ab11961326b2"}]} 2018-11-19 04:57:35,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=f8d7755b-bc95-4e2f-99dd-ab11961326b2 used request id req-8e89d8ce-93bd-435f-90cb-04d74c336c55 2018-11-19 04:57:35,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:36,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b3339011-c717-4147-be03-63d478712c42 Date: Mon, 19 Nov 2018 04:57:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 04:57:36,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-b3339011-c717-4147-be03-63d478712c42 2018-11-19 04:57:36,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:36,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9fa24f0a-61de-42cf-a6c4-47179373cc6b Date: Mon, 19 Nov 2018 04:57:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:29Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"595d24e0-f410-4060-8ab2-c276b9c557f8","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:36,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 used request id req-9fa24f0a-61de-42cf-a6c4-47179373cc6b 2018-11-19 04:57:36,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:36,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-86a90d7b-2896-447e-9b8b-573a1adabeb2 Date: Mon, 19 Nov 2018 04:57:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:29Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"595d24e0-f410-4060-8ab2-c276b9c557f8","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:36,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 used request id req-86a90d7b-2896-447e-9b8b-573a1adabeb2 2018-11-19 04:57:36,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:36,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-4a4bb775-1975-482e-ae15-ec820147c929 Date: Mon, 19 Nov 2018 04:57:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"26d17063-127d-4fcb-b1ee-962336a3807c","tenant_id":"","created_at":"2018-11-19T04:57:29Z","dns_nameservers":[],"updated_at":"2018-11-19T04:57: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":"595d24e0-f410-4060-8ab2-c276b9c557f8","subnetpool_id":null,"name":"HA subnet tenant 18123dbd720a4952ab47bfda8e7754ba"}} 2018-11-19 04:57:36,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/595d24e0-f410-4060-8ab2-c276b9c557f8 used request id req-4a4bb775-1975-482e-ae15-ec820147c929 2018-11-19 04:57:36,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:36,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-23121da5-978e-4940-83d5-76e882206e89 Date: Mon, 19 Nov 2018 04:57:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:57:36,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-23121da5-978e-4940-83d5-76e882206e89 2018-11-19 04:57:36,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:36,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-3acf1bc1-0a21-41db-994a-fc645fb978a1 Date: Mon, 19 Nov 2018 04:57:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:57:36,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-3acf1bc1-0a21-41db-994a-fc645fb978a1 2018-11-19 04:57:36,831 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router 2018-11-19 04:57:36,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/f8d7755b-bc95-4e2f-99dd-ab11961326b2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:40,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bdd8174-7929-40c5-8768-dc40d8f157ce Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:40,196 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f8d7755b-bc95-4e2f-99dd-ab11961326b2 used request id req-2bdd8174-7929-40c5-8768-dc40d8f157ce 2018-11-19 04:57:40,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f35d812cfe819a07f4ecb0775ed76e48f4defcfd" 2018-11-19 04:57:40,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-09c3c369-0ed8-48c3-b0b9-41acc1721ec9 Date: Mon, 19 Nov 2018 04:57:40 GMT RESP BODY: {"routers": []} 2018-11-19 04:57:40,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=NeutronUtilsRouterTests-b20a407e-4cf4-4f29-9288-dd880f17d3b0-pub-router used request id req-09c3c369-0ed8-48c3-b0b9-41acc1721ec9 2018-11-19 04:57:40,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:40,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["vTgsqn6XQ9CMdhFUPEaMTw"], "issued_at": "2018-11-19T04:57:40.000000Z"}} 2018-11-19 04:57:40,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c309c96b7680517e7b8ddbc99e60d01c8843357" 2018-11-19 04:57:40,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6143ee4-8e11-4be1-b0f7-b96b6a877c2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:40,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f6143ee4-8e11-4be1-b0f7-b96b6a877c2c 2018-11-19 04:57:40,750 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename 2018-11-19 04:57:40,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c309c96b7680517e7b8ddbc99e60d01c8843357" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename"}}' 2018-11-19 04:57:41,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-34967bc8-6a30-4359-9dba-7f7bd345918d Date: Mon, 19 Nov 2018 04:57:41 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:40Z", "updated_at": "2018-11-19T04:57:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "revision_number": 0, "id": "36415628-8749-4e81-82e5-5f273d7c00f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "revision_number": 0, "id": "ee5ac5a3-0c26-4506-ae3a-896e6eaec391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "162e93db-da17-4dd5-8130-c27238f184c7", "name": "NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename"}} 2018-11-19 04:57:41,069 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-34967bc8-6a30-4359-9dba-7f7bd345918d 2018-11-19 04:57:41,070 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 162e93db-da17-4dd5-8130-c27238f184c7 2018-11-19 04:57:41,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=162e93db-da17-4dd5-8130-c27238f184c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c309c96b7680517e7b8ddbc99e60d01c8843357" 2018-11-19 04:57:41,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b4a9d0f6-d408-4c0c-a4f7-62e4b3130583 Date: Mon, 19 Nov 2018 04:57:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:40Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "36415628-8749-4e81-82e5-5f273d7c00f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:40Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "ee5ac5a3-0c26-4506-ae3a-896e6eaec391"}]} 2018-11-19 04:57:41,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=162e93db-da17-4dd5-8130-c27238f184c7 used request id req-b4a9d0f6-d408-4c0c-a4f7-62e4b3130583 2018-11-19 04:57:41,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c309c96b7680517e7b8ddbc99e60d01c8843357" 2018-11-19 04:57:41,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-d280fd3f-18df-4441-ab62-24b212cbb34f Date: Mon, 19 Nov 2018 04:57:41 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:40Z", "updated_at": "2018-11-19T04:57:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "revision_number": 0, "id": "ee5ac5a3-0c26-4506-ae3a-896e6eaec391", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "revision_number": 0, "id": "36415628-8749-4e81-82e5-5f273d7c00f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "162e93db-da17-4dd5-8130-c27238f184c7", "name": "NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename"}]} 2018-11-19 04:57:41,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename used request id req-d280fd3f-18df-4441-ab62-24b212cbb34f 2018-11-19 04:57:41,449 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 162e93db-da17-4dd5-8130-c27238f184c7 2018-11-19 04:57:41,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=162e93db-da17-4dd5-8130-c27238f184c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c309c96b7680517e7b8ddbc99e60d01c8843357" 2018-11-19 04:57:41,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2d0452a-ba67-4e3e-9d6a-91ade42b9f67 Date: Mon, 19 Nov 2018 04:57:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:40Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "36415628-8749-4e81-82e5-5f273d7c00f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:40Z", "security_group_id": "162e93db-da17-4dd5-8130-c27238f184c7", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:40Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "ee5ac5a3-0c26-4506-ae3a-896e6eaec391"}]} 2018-11-19 04:57:41,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=162e93db-da17-4dd5-8130-c27238f184c7 used request id req-c2d0452a-ba67-4e3e-9d6a-91ade42b9f67 2018-11-19 04:57:41,641 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename 2018-11-19 04:57:41,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/162e93db-da17-4dd5-8130-c27238f184c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c309c96b7680517e7b8ddbc99e60d01c8843357" 2018-11-19 04:57:42,002 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-310bac8c-897e-486e-96d1-9d1487ba9475 Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:42,002 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/162e93db-da17-4dd5-8130-c27238f184c7 used request id req-310bac8c-897e-486e-96d1-9d1487ba9475 2018-11-19 04:57:42,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c309c96b7680517e7b8ddbc99e60d01c8843357" 2018-11-19 04:57:42,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-50761103-710a-4870-8ee8-676c17975367 Date: Mon, 19 Nov 2018 04:57:42 GMT RESP BODY: {"security_groups": []} 2018-11-19 04:57:42,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b13d7710-a19b-4329-b6a4-a4e987904faename used request id req-50761103-710a-4870-8ee8-676c17975367 2018-11-19 04:57:42,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:42,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["dwzUA9gDT_aBUcaXjIz86A"], "issued_at": "2018-11-19T04:57:42.000000Z"}} 2018-11-19 04:57:42,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8068124b9a2f29084fddec87ae56f2c52f658b24" 2018-11-19 04:57:42,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cea4402-8401-4673-b600-ceff5efa41f0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:42,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8cea4402-8401-4673-b600-ceff5efa41f0 2018-11-19 04:57:42,601 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:42,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["blXiDDDuTFuuw_Ag2ih-3w"], "issued_at": "2018-11-19T04:57:42.000000Z"}} 2018-11-19 04:57:42,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fae719c2eb1558154f9cbed19124f84c45ceb94" 2018-11-19 04:57:43,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe934e3e-86a4-40b2-b735-482001039f79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:43,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe934e3e-86a4-40b2-b735-482001039f79 2018-11-19 04:57:43,078 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-9082a135-f3b8-4e21-874f-a87da48b8330name 2018-11-19 04:57:43,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fae719c2eb1558154f9cbed19124f84c45ceb94" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-9082a135-f3b8-4e21-874f-a87da48b8330name", "description": "hello group"}}' 2018-11-19 04:57:43,412 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-8592cd90-036b-4c10-8c00-a95fd65d1660 Date: Mon, 19 Nov 2018 04:57:43 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:43Z", "updated_at": "2018-11-19T04:57:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:43Z", "revision_number": 0, "id": "2417ac1b-1374-421e-899c-be4981d53af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:43Z", "revision_number": 0, "id": "eb52137f-48e6-467c-afe6-141d866023e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "02597695-486d-40d3-b429-bd4308a42f35", "name": "NeutronUtilsSecurityGroupTests-9082a135-f3b8-4e21-874f-a87da48b8330name"}} 2018-11-19 04:57:43,412 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-8592cd90-036b-4c10-8c00-a95fd65d1660 2018-11-19 04:57:43,412 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02597695-486d-40d3-b429-bd4308a42f35 2018-11-19 04:57:43,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=02597695-486d-40d3-b429-bd4308a42f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fae719c2eb1558154f9cbed19124f84c45ceb94" 2018-11-19 04:57:43,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bff32667-c9e8-4eea-ab48-d1b3fe33d7ee Date: Mon, 19 Nov 2018 04:57: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-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:43Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "2417ac1b-1374-421e-899c-be4981d53af6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:43Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "eb52137f-48e6-467c-afe6-141d866023e1"}]} 2018-11-19 04:57:43,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=02597695-486d-40d3-b429-bd4308a42f35 used request id req-bff32667-c9e8-4eea-ab48-d1b3fe33d7ee 2018-11-19 04:57:43,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9082a135-f3b8-4e21-874f-a87da48b8330name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fae719c2eb1558154f9cbed19124f84c45ceb94" 2018-11-19 04:57:43,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-2091d015-0177-4920-9666-c7f2ba04815c Date: Mon, 19 Nov 2018 04:57:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:43Z", "updated_at": "2018-11-19T04:57:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:43Z", "revision_number": 0, "id": "eb52137f-48e6-467c-afe6-141d866023e1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:43Z", "revision_number": 0, "id": "2417ac1b-1374-421e-899c-be4981d53af6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "02597695-486d-40d3-b429-bd4308a42f35", "name": "NeutronUtilsSecurityGroupTests-9082a135-f3b8-4e21-874f-a87da48b8330name"}]} 2018-11-19 04:57:43,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9082a135-f3b8-4e21-874f-a87da48b8330name&description=hello+group used request id req-2091d015-0177-4920-9666-c7f2ba04815c 2018-11-19 04:57:43,773 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 02597695-486d-40d3-b429-bd4308a42f35 2018-11-19 04:57:43,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=02597695-486d-40d3-b429-bd4308a42f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fae719c2eb1558154f9cbed19124f84c45ceb94" 2018-11-19 04:57:43,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dc8d7e43-b227-48f4-bd21-30552c0f8025 Date: Mon, 19 Nov 2018 04:57: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-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:43Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "2417ac1b-1374-421e-899c-be4981d53af6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:43Z", "security_group_id": "02597695-486d-40d3-b429-bd4308a42f35", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:43Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "eb52137f-48e6-467c-afe6-141d866023e1"}]} 2018-11-19 04:57:43,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=02597695-486d-40d3-b429-bd4308a42f35 used request id req-dc8d7e43-b227-48f4-bd21-30552c0f8025 2018-11-19 04:57:43,952 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-9082a135-f3b8-4e21-874f-a87da48b8330name 2018-11-19 04:57:43,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/02597695-486d-40d3-b429-bd4308a42f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fae719c2eb1558154f9cbed19124f84c45ceb94" 2018-11-19 04:57:44,230 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c659bd2-c649-405c-a0c7-af10e1e11541 Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:44,230 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/02597695-486d-40d3-b429-bd4308a42f35 used request id req-4c659bd2-c649-405c-a0c7-af10e1e11541 2018-11-19 04:57:44,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:44,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["wGDVfHOQSWKdu-sNSolx5A"], "issued_at": "2018-11-19T04:57:44.000000Z"}} 2018-11-19 04:57:44,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:44,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5d0b20-0bbf-4b1b-ab07-354393238552 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:44,635 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2f5d0b20-0bbf-4b1b-ab07-354393238552 2018-11-19 04:57:44,637 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename 2018-11-19 04:57:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename", "description": "hello group"}}' 2018-11-19 04:57:44,968 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-4933ebb4-4d05-4af9-a174-099e9c9efbf5 Date: Mon, 19 Nov 2018 04:57:44 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "updated_at": "2018-11-19T04:57:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "7276989b-69b0-42eb-b9d1-71380a1da037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "name": "NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename"}} 2018-11-19 04:57:44,968 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-4933ebb4-4d05-4af9-a174-099e9c9efbf5 2018-11-19 04:57:44,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2495285-4fdb-4548-b6e7-da6d170cdbf8 2018-11-19 04:57:44,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:45,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8ce117bb-8c36-4941-a944-3e4ef5ba150f Date: Mon, 19 Nov 2018 04:57:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7276989b-69b0-42eb-b9d1-71380a1da037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae"}]} 2018-11-19 04:57:45,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 used request id req-8ce117bb-8c36-4941-a944-3e4ef5ba150f 2018-11-19 04:57:45,150 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2495285-4fdb-4548-b6e7-da6d170cdbf8 2018-11-19 04:57:45,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:45,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-153bbdd5-5d02-4c5b-a204-bc192be09096 Date: Mon, 19 Nov 2018 04:57:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7276989b-69b0-42eb-b9d1-71380a1da037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae"}]} 2018-11-19 04:57:45,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 used request id req-153bbdd5-5d02-4c5b-a204-bc192be09096 2018-11-19 04:57:45,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:45,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24480a5e-3787-47b2-ba8b-b222f6ee66b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:45,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-24480a5e-3787-47b2-ba8b-b222f6ee66b9 2018-11-19 04:57:45,423 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename 2018-11-19 04:57:45,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:45,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-82aecd48-87e4-48b8-98da-854eb1c7297e Date: Mon, 19 Nov 2018 04:57:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "updated_at": "2018-11-19T04:57:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "7276989b-69b0-42eb-b9d1-71380a1da037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "name": "NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename"}]} 2018-11-19 04:57:45,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename used request id req-82aecd48-87e4-48b8-98da-854eb1c7297e 2018-11-19 04:57:45,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:57:45,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:57:45,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:45,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229900a5-6a8f-4902-844c-2c9dfd79b322 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:57:45,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-229900a5-6a8f-4902-844c-2c9dfd79b322 2018-11-19 04:57:45,706 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2495285-4fdb-4548-b6e7-da6d170cdbf8 2018-11-19 04:57:45,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:45,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9508c3f6-56b3-4d06-9bb0-b0ff26bb3833 Date: Mon, 19 Nov 2018 04:57:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7276989b-69b0-42eb-b9d1-71380a1da037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae"}]} 2018-11-19 04:57:45,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 used request id req-9508c3f6-56b3-4d06-9bb0-b0ff26bb3833 2018-11-19 04:57:45,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8"}}' 2018-11-19 04:57:46,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-33eeaef5-c976-4833-81b2-813657fd72a9 Date: Mon, 19 Nov 2018 04:57:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:46Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:46Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "f4573570-199f-4160-846b-3c1b6b275dd9"}} 2018-11-19 04:57:46,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-33eeaef5-c976-4833-81b2-813657fd72a9 2018-11-19 04:57:46,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:46,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-709141d3-c343-4288-8108-4191b564616c Date: Mon, 19 Nov 2018 04:57:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "updated_at": "2018-11-19T04:57:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:46Z", "revision_number": 0, "id": "f4573570-199f-4160-846b-3c1b6b275dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:46Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "7276989b-69b0-42eb-b9d1-71380a1da037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 3, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "name": "NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename"}]} 2018-11-19 04:57:46,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename&description=hello+group used request id req-709141d3-c343-4288-8108-4191b564616c 2018-11-19 04:57:46,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2495285-4fdb-4548-b6e7-da6d170cdbf8 2018-11-19 04:57:46,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:46,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-3653fd67-a83f-4b87-ba6f-171281aa7417 Date: Mon, 19 Nov 2018 04:57: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-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7276989b-69b0-42eb-b9d1-71380a1da037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:46Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:46Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "f4573570-199f-4160-846b-3c1b6b275dd9"}]} 2018-11-19 04:57:46,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 used request id req-3653fd67-a83f-4b87-ba6f-171281aa7417 2018-11-19 04:57:46,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2495285-4fdb-4548-b6e7-da6d170cdbf8 2018-11-19 04:57:46,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:46,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-e1b0588b-bbc9-4a82-9f71-8370a14f3dc8 Date: Mon, 19 Nov 2018 04:57: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-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7276989b-69b0-42eb-b9d1-71380a1da037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:46Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:46Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "f4573570-199f-4160-846b-3c1b6b275dd9"}]} 2018-11-19 04:57:46,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 used request id req-e1b0588b-bbc9-4a82-9f71-8370a14f3dc8 2018-11-19 04:57:46,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:46,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-3158db0b-5cec-4fac-aafe-fc7b77cf75ce Date: Mon, 19 Nov 2018 04:57:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "updated_at": "2018-11-19T04:57:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "7276989b-69b0-42eb-b9d1-71380a1da037", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:46Z", "revision_number": 0, "id": "f4573570-199f-4160-846b-3c1b6b275dd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:46Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "revision_number": 0, "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 3, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "name": "NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename"}]} 2018-11-19 04:57:46,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename&description=hello+group used request id req-3158db0b-5cec-4fac-aafe-fc7b77cf75ce 2018-11-19 04:57:46,655 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c2495285-4fdb-4548-b6e7-da6d170cdbf8 2018-11-19 04:57:46,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:46,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-e805752b-cafa-4595-a30c-630cd8c2a6f4 Date: Mon, 19 Nov 2018 04:57: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-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7276989b-69b0-42eb-b9d1-71380a1da037"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:44Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:44Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "90e7582a-ff6b-4b7b-971f-0be564a6f7ae"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:46Z", "security_group_id": "c2495285-4fdb-4548-b6e7-da6d170cdbf8", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:46Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "f4573570-199f-4160-846b-3c1b6b275dd9"}]} 2018-11-19 04:57:46,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c2495285-4fdb-4548-b6e7-da6d170cdbf8 used request id req-e805752b-cafa-4595-a30c-630cd8c2a6f4 2018-11-19 04:57:46,683 - neutron_utils - INFO - Deleting security group rule with ID - 7276989b-69b0-42eb-b9d1-71380a1da037 2018-11-19 04:57:46,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/7276989b-69b0-42eb-b9d1-71380a1da037 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:46,927 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c07c972-0ef4-4134-a289-5a50941c4139 Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:46,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/7276989b-69b0-42eb-b9d1-71380a1da037 used request id req-1c07c972-0ef4-4134-a289-5a50941c4139 2018-11-19 04:57:46,928 - neutron_utils - INFO - Deleting security group rule with ID - 90e7582a-ff6b-4b7b-971f-0be564a6f7ae 2018-11-19 04:57:46,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/90e7582a-ff6b-4b7b-971f-0be564a6f7ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:47,190 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad76abc8-5692-40f1-bdda-04d01e585595 Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:47,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/90e7582a-ff6b-4b7b-971f-0be564a6f7ae used request id req-ad76abc8-5692-40f1-bdda-04d01e585595 2018-11-19 04:57:47,191 - neutron_utils - INFO - Deleting security group rule with ID - f4573570-199f-4160-846b-3c1b6b275dd9 2018-11-19 04:57:47,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f4573570-199f-4160-846b-3c1b6b275dd9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:47,490 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b86d1014-847b-4224-af80-f4a179b64d4f Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:47,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f4573570-199f-4160-846b-3c1b6b275dd9 used request id req-b86d1014-847b-4224-af80-f4a179b64d4f 2018-11-19 04:57:47,491 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-b4ee9455-3066-40d8-9671-f2161995a7bename 2018-11-19 04:57:47,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c2495285-4fdb-4548-b6e7-da6d170cdbf8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbfc2d3fc4794acc48c8dc2ed60b42844bd1edce" 2018-11-19 04:57:47,605 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60fdcd8c-9ae1-4bcf-a725-c05c6333292c Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:47,605 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c2495285-4fdb-4548-b6e7-da6d170cdbf8 used request id req-60fdcd8c-9ae1-4bcf-a725-c05c6333292c 2018-11-19 04:57:47,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:47,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["4kmsQ-SmQFC1QTXGCZWsiA"], "issued_at": "2018-11-19T04:57:47.000000Z"}} 2018-11-19 04:57:47,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:48,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e515bec5-5ad9-44ff-a17f-5180d8c4b81a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:48,080 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e515bec5-5ad9-44ff-a17f-5180d8c4b81a 2018-11-19 04:57:48,081 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-1 2018-11-19 04:57:48,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-1", "description": "hello group"}}' 2018-11-19 04:57:48,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-8cc39cd2-28be-47ef-ae42-97dcf3c2fd99 Date: Mon, 19 Nov 2018 04:57:48 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "updated_at": "2018-11-19T04:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "06d815c8-7906-4af3-bc3f-bb4303caaba8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "d291585e-8465-4e79-9bc5-f424ee9fdde8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "name": "NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-1"}} 2018-11-19 04:57:48,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-8cc39cd2-28be-47ef-ae42-97dcf3c2fd99 2018-11-19 04:57:48,435 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7786417b-9e94-4c20-bf3f-fd2a12d10986 2018-11-19 04:57:48,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7786417b-9e94-4c20-bf3f-fd2a12d10986 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:48,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03d565f1-e061-4e85-a469-3018973c895c Date: Mon, 19 Nov 2018 04:57:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "06d815c8-7906-4af3-bc3f-bb4303caaba8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "d291585e-8465-4e79-9bc5-f424ee9fdde8"}]} 2018-11-19 04:57:48,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7786417b-9e94-4c20-bf3f-fd2a12d10986 used request id req-03d565f1-e061-4e85-a469-3018973c895c 2018-11-19 04:57:48,607 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-2 2018-11-19 04:57:48,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-2", "description": "hello group"}}' 2018-11-19 04:57:49,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-9d8abdf9-3c9c-4d3d-9574-ec17741db0ea Date: Mon, 19 Nov 2018 04:57:49 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "updated_at": "2018-11-19T04:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "51ffc85f-2bb4-49ab-9813-61afea97468f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "6569261c-82d1-4d6f-8032-6d901fa4255d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "name": "NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-2"}} 2018-11-19 04:57:49,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-9d8abdf9-3c9c-4d3d-9574-ec17741db0ea 2018-11-19 04:57:49,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89dbdc07-4a41-45eb-bfae-5696f4c51716 2018-11-19 04:57:49,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=89dbdc07-4a41-45eb-bfae-5696f4c51716 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:49,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-648f2669-e355-476a-9bde-57ef8cc53b57 Date: Mon, 19 Nov 2018 04:57:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "51ffc85f-2bb4-49ab-9813-61afea97468f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "6569261c-82d1-4d6f-8032-6d901fa4255d"}]} 2018-11-19 04:57:49,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=89dbdc07-4a41-45eb-bfae-5696f4c51716 used request id req-648f2669-e355-476a-9bde-57ef8cc53b57 2018-11-19 04:57:49,128 - neutron_utils - INFO - Retrieving security group with ID - 7786417b-9e94-4c20-bf3f-fd2a12d10986 2018-11-19 04:57:49,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=7786417b-9e94-4c20-bf3f-fd2a12d10986 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:49,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-95f352d3-e5b2-4d7d-ba87-f86892aa8510 Date: Mon, 19 Nov 2018 04:57:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "updated_at": "2018-11-19T04:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "06d815c8-7906-4af3-bc3f-bb4303caaba8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "d291585e-8465-4e79-9bc5-f424ee9fdde8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "name": "NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-1"}]} 2018-11-19 04:57:49,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=7786417b-9e94-4c20-bf3f-fd2a12d10986 used request id req-95f352d3-e5b2-4d7d-ba87-f86892aa8510 2018-11-19 04:57:49,331 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7786417b-9e94-4c20-bf3f-fd2a12d10986 2018-11-19 04:57:49,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7786417b-9e94-4c20-bf3f-fd2a12d10986 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:49,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ab343435-5b36-4ba6-9849-50ce474fa9f1 Date: Mon, 19 Nov 2018 04:57:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "06d815c8-7906-4af3-bc3f-bb4303caaba8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "7786417b-9e94-4c20-bf3f-fd2a12d10986", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "d291585e-8465-4e79-9bc5-f424ee9fdde8"}]} 2018-11-19 04:57:49,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7786417b-9e94-4c20-bf3f-fd2a12d10986 used request id req-ab343435-5b36-4ba6-9849-50ce474fa9f1 2018-11-19 04:57:49,509 - neutron_utils - INFO - Retrieving security group with ID - 89dbdc07-4a41-45eb-bfae-5696f4c51716 2018-11-19 04:57:49,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=89dbdc07-4a41-45eb-bfae-5696f4c51716 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:49,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-dfb91f40-22e6-4ac6-87b7-5357190643ed Date: Mon, 19 Nov 2018 04:57:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "updated_at": "2018-11-19T04:57:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "51ffc85f-2bb4-49ab-9813-61afea97468f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "revision_number": 0, "id": "6569261c-82d1-4d6f-8032-6d901fa4255d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 2, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "name": "NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-2"}]} 2018-11-19 04:57:49,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=89dbdc07-4a41-45eb-bfae-5696f4c51716 used request id req-dfb91f40-22e6-4ac6-87b7-5357190643ed 2018-11-19 04:57:49,710 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 89dbdc07-4a41-45eb-bfae-5696f4c51716 2018-11-19 04:57:49,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=89dbdc07-4a41-45eb-bfae-5696f4c51716 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:49,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-18d32c31-a56d-471b-9961-ec61e4655ff7 Date: Mon, 19 Nov 2018 04:57:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "51ffc85f-2bb4-49ab-9813-61afea97468f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T04:57:48Z", "security_group_id": "89dbdc07-4a41-45eb-bfae-5696f4c51716", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:48Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "6569261c-82d1-4d6f-8032-6d901fa4255d"}]} 2018-11-19 04:57:49,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=89dbdc07-4a41-45eb-bfae-5696f4c51716 used request id req-18d32c31-a56d-471b-9961-ec61e4655ff7 2018-11-19 04:57:49,896 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-1 2018-11-19 04:57:49,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7786417b-9e94-4c20-bf3f-fd2a12d10986 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:50,187 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f480fe5-9a3a-4287-908a-4d836696b6ef Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:50,187 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7786417b-9e94-4c20-bf3f-fd2a12d10986 used request id req-7f480fe5-9a3a-4287-908a-4d836696b6ef 2018-11-19 04:57:50,187 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-6bf38894-5e62-4128-b946-2e6810767ce3name-2 2018-11-19 04:57:50,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/89dbdc07-4a41-45eb-bfae-5696f4c51716 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3dd595f42eb0e49f6b7089f6328efc53e67ee46c" 2018-11-19 04:57:50,473 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0b3b9bf2-1950-4fc8-a4dd-1e2187c486b3 Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:50,474 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/89dbdc07-4a41-45eb-bfae-5696f4c51716 used request id req-0b3b9bf2-1950-4fc8-a4dd-1e2187c486b3 2018-11-19 04:57:50,475 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:50,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["q6U3-OFLSg2t-hmLpc_QJA"], "issued_at": "2018-11-19T04:57:50.000000Z"}} 2018-11-19 04:57:50,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" 2018-11-19 04:57:50,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-449d90a5-60d0-4a4d-9c95-4a03fec126ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:50,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-449d90a5-60d0-4a4d-9c95-4a03fec126ee 2018-11-19 04:57:50,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" 2018-11-19 04:57:51,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-32ca2766-c85b-4e4f-9071-2f7cf2b5abba Date: Mon, 19 Nov 2018 04:57:51 GMT RESP BODY: {"floatingips": []} 2018-11-19 04:57:51,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-32ca2766-c85b-4e4f-9071-2f7cf2b5abba 2018-11-19 04:57:51,107 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 04:57:51,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" 2018-11-19 04:57:51,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d4f22a77-62af-49cb-b865-486b044314b1 Date: Mon, 19 Nov 2018 04:57:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 04:57:51,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-d4f22a77-62af-49cb-b865-486b044314b1 2018-11-19 04:57:51,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" 2018-11-19 04:57:51,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-cb6e0023-b6cf-46af-8843-8c0443b96684 Date: Mon, 19 Nov 2018 04:57:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 04:57:51,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-cb6e0023-b6cf-46af-8843-8c0443b96684 2018-11-19 04:57:51,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}}' 2018-11-19 04:57:52,729 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-8bab6b3e-217b-436a-961b-ba3ad3ee2bf1 Date: Mon, 19 Nov 2018 04:57:52 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:52Z", "updated_at": "2018-11-19T04:57:52Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "port_id": null, "id": "55bc0cbe-78fb-4c62-a8c1-a2271b97f764"}} 2018-11-19 04:57:52,729 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-8bab6b3e-217b-436a-961b-ba3ad3ee2bf1 2018-11-19 04:57:52,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" 2018-11-19 04:57:52,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-3521b120-8d55-40a2-a65d-56acfdfec700 Date: Mon, 19 Nov 2018 04:57:52 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:52Z", "updated_at": "2018-11-19T04:57:52Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "port_id": null, "id": "55bc0cbe-78fb-4c62-a8c1-a2271b97f764"}]} 2018-11-19 04:57:52,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-3521b120-8d55-40a2-a65d-56acfdfec700 2018-11-19 04:57:52,935 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2018-11-19 04:57:52,935 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.207 2018-11-19 04:57:52,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips?ip=55bc0cbe-78fb-4c62-a8c1-a2271b97f764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" 2018-11-19 04:57:53,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-752bee7b-71e3-4f50-a870-d016a0501fdf Date: Mon, 19 Nov 2018 04:57:53 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:57:52Z", "updated_at": "2018-11-19T04:57:52Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "port_id": null, "id": "55bc0cbe-78fb-4c62-a8c1-a2271b97f764"}]} 2018-11-19 04:57:53,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips?ip=55bc0cbe-78fb-4c62-a8c1-a2271b97f764 used request id req-752bee7b-71e3-4f50-a870-d016a0501fdf 2018-11-19 04:57:53,113 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-11-19 04:57:53,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/55bc0cbe-78fb-4c62-a8c1-a2271b97f764 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}061f3968ee688135b1a23d32973dd262f2a2945d" 2018-11-19 04:57:53,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-455d1591-cf1f-4329-b109-2bcfe283fc0f Content-Length: 0 Date: Mon, 19 Nov 2018 04:57:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:57:53,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/55bc0cbe-78fb-4c62-a8c1-a2271b97f764 used request id req-455d1591-cf1f-4329-b109-2bcfe283fc0f 2018-11-19 04:57:53,794 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:57:53,861 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 2018-11-19 04:57:53,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:54,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["vQYQAev1QsC5BWYvQM2QKg"], "issued_at": "2018-11-19T04:57:54.000000Z"}} 2018-11-19 04:57:54,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41e505de349f508902a9a155aab37b3b85060939" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPiPgXQjaUOr+lRl1xBHgKmEizCLnoe7SO6smZ2ysAc2j1Zi3UhbnhgUbCRF2JCgYcIfhr6aUQ+bN2bATbUzWS4HCubpZSk7+GvFHio5XXkrWLdL7jnfPn1PQj4PfJcpOGIMKzEjJwbm02ncxz4Ax9zWydD4gJmIn5/BsQtcBY1UIb60pryMEreIv1Hayre5ozkRoQzHUrMztBpV6lQQBV/VlDmPohZxGSxVB/wUnioUNjk13YxWWG88zYxFTnBCXuGdnciBxXsIBD7azTSyUFC8Zhn/faJEa7FfPIRLOySSCT2hXRetJ9uaTWlyIUeZe1qqhluu5MirhUA9KGC7xV", "name": "NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032"}}' 2018-11-19 04:57:54,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c09ecdfe-f089-4db5-b7bb-e2ff187388f0 x-compute-request-id: req-c09ecdfe-f089-4db5-b7bb-e2ff187388f0 Content-Encoding: gzip Content-Length: 499 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPiPgXQjaUOr+lRl1xBHgKmEizCLnoe7SO6smZ2ysAc2j1Zi3UhbnhgUbCRF2JCgYcIfhr6aUQ+bN2bATbUzWS4HCubpZSk7+GvFHio5XXkrWLdL7jnfPn1PQj4PfJcpOGIMKzEjJwbm02ncxz4Ax9zWydD4gJmIn5/BsQtcBY1UIb60pryMEreIv1Hayre5ozkRoQzHUrMztBpV6lQQBV/VlDmPohZxGSxVB/wUnioUNjk13YxWWG88zYxFTnBCXuGdnciBxXsIBD7azTSyUFC8Zhn/faJEa7FfPIRLOySSCT2hXRetJ9uaTWlyIUeZe1qqhluu5MirhUA9KGC7xV", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "name": "NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032", "fingerprint": "33:23:a0:6e:d1:97:79:6b:ac:92:99:28:27:58:32:89"}} 2018-11-19 04:57:54,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-c09ecdfe-f089-4db5-b7bb-e2ff187388f0 2018-11-19 04:57:54,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41e505de349f508902a9a155aab37b3b85060939" 2018-11-19 04:57:55,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f06e5b65-0c6e-4ec0-a0d2-ebf015ff4bb5 x-compute-request-id: req-f06e5b65-0c6e-4ec0-a0d2-ebf015ff4bb5 Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPiPgXQjaUOr+lRl1xBHgKmEizCLnoe7SO6smZ2ysAc2j1Zi3UhbnhgUbCRF2JCgYcIfhr6aUQ+bN2bATbUzWS4HCubpZSk7+GvFHio5XXkrWLdL7jnfPn1PQj4PfJcpOGIMKzEjJwbm02ncxz4Ax9zWydD4gJmIn5/BsQtcBY1UIb60pryMEreIv1Hayre5ozkRoQzHUrMztBpV6lQQBV/VlDmPohZxGSxVB/wUnioUNjk13YxWWG88zYxFTnBCXuGdnciBxXsIBD7azTSyUFC8Zhn/faJEa7FfPIRLOySSCT2hXRetJ9uaTWlyIUeZe1qqhluu5MirhUA9KGC7xV", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "name": "NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032", "deleted": false, "created_at": "2018-11-19T04:57:54.000000", "updated_at": null, "fingerprint": "33:23:a0:6e:d1:97:79:6b:ac:92:99:28:27:58:32:89", "deleted_at": null, "id": 2}} 2018-11-19 04:57:55,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 used request id req-f06e5b65-0c6e-4ec0-a0d2-ebf015ff4bb5 2018-11-19 04:57:55,014 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 2018-11-19 04:57:55,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41e505de349f508902a9a155aab37b3b85060939" 2018-11-19 04:57:55,075 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8731f747-4b1b-4b13-b8f4-144299e4f9ff x-compute-request-id: req-8731f747-4b1b-4b13-b8f4-144299e4f9ff Content-Length: 0 Content-Type: application/json 2018-11-19 04:57:55,075 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 used request id req-8731f747-4b1b-4b13-b8f4-144299e4f9ff 2018-11-19 04:57:55,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41e505de349f508902a9a155aab37b3b85060939" 2018-11-19 04:57:55,098 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 04:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc5f5f17-da2e-4379-91ed-6c7aaaab776b x-compute-request-id: req-cc5f5f17-da2e-4379-91ed-6c7aaaab776b Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 not found for user 367939f7ff7647fca3efeb27b7dc8609", "code": 404}} 2018-11-19 04:57:55,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 used request id req-cc5f5f17-da2e-4379-91ed-6c7aaaab776b 2018-11-19 04:57:55,098 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 2018-11-19 04:57:55,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41e505de349f508902a9a155aab37b3b85060939" 2018-11-19 04:57:55,211 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 04:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45985792-097b-4f8a-b5c4-ca885d42e9b9 x-compute-request-id: req-45985792-097b-4f8a-b5c4-ca885d42e9b9 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 not found for user 367939f7ff7647fca3efeb27b7dc8609", "code": 404}} 2018-11-19 04:57:55,211 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-cafaa54e-ee32-4584-8c82-c45412c30032 used request id req-45985792-097b-4f8a-b5c4-ca885d42e9b9 2018-11-19 04:57:55,213 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:57:55,272 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff.pub 2018-11-19 04:57:55,272 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff 2018-11-19 04:57:55,272 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff.pub 2018-11-19 04:57:55,272 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff 2018-11-19 04:57:55,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:55,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["GOJ5nuJBRYqdPridMKi-ig"], "issued_at": "2018-11-19T04:57:55.000000Z"}} 2018-11-19 04:57:55,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee460eace28aa6cd7a102e5738b7aec12c51407e" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmxuEx2nN4X7Ax1qZEVB0RTeutcsmYySISc1DwH6rwOjhQ5Q+uI3ruruJuJ2A32KM2tIVObt5QTxfmW6JRAMuscQa9J/MwAMCZRopJcPeA2rkgA9R5vk5Nh/S/kdkAzJlXLFvSk/kAFhov2abWVEyaplCb47g7HmaS5co9t4RudhSpjxKRcN5Z1Cf0dylEiyxW6Nf2pgE+rm0G5tSfkgW4/WdvEI5ZCVjv9FvltISg8YZaGByPDBQ710AMCQOfbZiYjoKRQY0eaDSHcjn8wqEa/HNXDJEGgSoqZxoIBTAHnr5W2PyNffHigjspX9dF6PI50fk8lSFaIuGTd2IaCAqJ", "name": "NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff"}}' 2018-11-19 04:57:55,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e7bd3a4-3dbb-4193-b6f1-c1eae3a55c2e x-compute-request-id: req-0e7bd3a4-3dbb-4193-b6f1-c1eae3a55c2e Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmxuEx2nN4X7Ax1qZEVB0RTeutcsmYySISc1DwH6rwOjhQ5Q+uI3ruruJuJ2A32KM2tIVObt5QTxfmW6JRAMuscQa9J/MwAMCZRopJcPeA2rkgA9R5vk5Nh/S/kdkAzJlXLFvSk/kAFhov2abWVEyaplCb47g7HmaS5co9t4RudhSpjxKRcN5Z1Cf0dylEiyxW6Nf2pgE+rm0G5tSfkgW4/WdvEI5ZCVjv9FvltISg8YZaGByPDBQ710AMCQOfbZiYjoKRQY0eaDSHcjn8wqEa/HNXDJEGgSoqZxoIBTAHnr5W2PyNffHigjspX9dF6PI50fk8lSFaIuGTd2IaCAqJ", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "name": "NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff", "fingerprint": "7e:02:a6:f8:2a:86:0f:3e:ff:6a:b4:d1:83:5b:55:fa"}} 2018-11-19 04:57:55,902 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-0e7bd3a4-3dbb-4193-b6f1-c1eae3a55c2e 2018-11-19 04:57:55,902 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff 2018-11-19 04:57:55,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee460eace28aa6cd7a102e5738b7aec12c51407e" 2018-11-19 04:57:55,955 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec87f47f-41db-4512-bad7-c1e0ad9f03f5 x-compute-request-id: req-ec87f47f-41db-4512-bad7-c1e0ad9f03f5 Content-Length: 0 Content-Type: application/json 2018-11-19 04:57:55,955 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-530fdaea-65dc-4186-8f88-1ed3694311ff used request id req-ec87f47f-41db-4512-bad7-c1e0ad9f03f5 2018-11-19 04:57:55,957 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:57:56,121 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4 2018-11-19 04:57:56,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:56,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["P0boVH9ySuK14YA0OlqGBg"], "issued_at": "2018-11-19T04:57:56.000000Z"}} 2018-11-19 04:57:56,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044b37c661bbef7ac5dae3abf901da0b104ed2b8" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwB5gA3bIUygp6mA9sqHlwp5TW6vHSmVhSFxH2AKjED63uUJye2spdxNiDSFOplpVXae3hyCHIxT8KA9VvZmJEeCWvYgqA+Q7meXeZr6qA8ySZhM0TbEJPpaPVxkkFrAasmqXgkWPu55cGG6RAzBvatgEUmABg0Jc/aJat3XAZB71CDaVnNpiKLW27P5xucFPcMsk+QRiqETuGcaH248guLmrDftxQ5VihVrR4yAy2toRiE/mXk98i8MylEPwDxbULCZSz+OgXF7fLpT9AeXT9ZZovjSm62h3soE2ln/QiqtdpKdws7MLJUJdcA3ZkIULP2zM7pHmEZYFlo2Bd2uq3", "name": "NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4"}}' 2018-11-19 04:57:56,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57: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-deb36c83-f769-420d-a873-68ec7ea84528 x-compute-request-id: req-deb36c83-f769-420d-a873-68ec7ea84528 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwB5gA3bIUygp6mA9sqHlwp5TW6vHSmVhSFxH2AKjED63uUJye2spdxNiDSFOplpVXae3hyCHIxT8KA9VvZmJEeCWvYgqA+Q7meXeZr6qA8ySZhM0TbEJPpaPVxkkFrAasmqXgkWPu55cGG6RAzBvatgEUmABg0Jc/aJat3XAZB71CDaVnNpiKLW27P5xucFPcMsk+QRiqETuGcaH248guLmrDftxQ5VihVrR4yAy2toRiE/mXk98i8MylEPwDxbULCZSz+OgXF7fLpT9AeXT9ZZovjSm62h3soE2ln/QiqtdpKdws7MLJUJdcA3ZkIULP2zM7pHmEZYFlo2Bd2uq3", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "name": "NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4", "fingerprint": "7e:03:46:57:6f:95:01:a4:0e:e2:48:a7:c3:f6:00:fb"}} 2018-11-19 04:57:56,751 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-deb36c83-f769-420d-a873-68ec7ea84528 2018-11-19 04:57:56,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044b37c661bbef7ac5dae3abf901da0b104ed2b8" 2018-11-19 04:57:56,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57: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-e9da02ab-30cd-4ec9-b50a-17b778b9f7d9 x-compute-request-id: req-e9da02ab-30cd-4ec9-b50a-17b778b9f7d9 Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwB5gA3bIUygp6mA9sqHlwp5TW6vHSmVhSFxH2AKjED63uUJye2spdxNiDSFOplpVXae3hyCHIxT8KA9VvZmJEeCWvYgqA+Q7meXeZr6qA8ySZhM0TbEJPpaPVxkkFrAasmqXgkWPu55cGG6RAzBvatgEUmABg0Jc/aJat3XAZB71CDaVnNpiKLW27P5xucFPcMsk+QRiqETuGcaH248guLmrDftxQ5VihVrR4yAy2toRiE/mXk98i8MylEPwDxbULCZSz+OgXF7fLpT9AeXT9ZZovjSm62h3soE2ln/QiqtdpKdws7MLJUJdcA3ZkIULP2zM7pHmEZYFlo2Bd2uq3", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "name": "NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4", "deleted": false, "created_at": "2018-11-19T04:57:56.000000", "updated_at": null, "fingerprint": "7e:03:46:57:6f:95:01:a4:0e:e2:48:a7:c3:f6:00:fb", "deleted_at": null, "id": 8}} 2018-11-19 04:57:56,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4 used request id req-e9da02ab-30cd-4ec9-b50a-17b778b9f7d9 2018-11-19 04:57:56,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044b37c661bbef7ac5dae3abf901da0b104ed2b8" 2018-11-19 04:57:56,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57: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-14ad314f-ec0b-4d48-b7db-4a5e6aa72c1a x-compute-request-id: req-14ad314f-ec0b-4d48-b7db-4a5e6aa72c1a Content-Encoding: gzip Content-Length: 475 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwB5gA3bIUygp6mA9sqHlwp5TW6vHSmVhSFxH2AKjED63uUJye2spdxNiDSFOplpVXae3hyCHIxT8KA9VvZmJEeCWvYgqA+Q7meXeZr6qA8ySZhM0TbEJPpaPVxkkFrAasmqXgkWPu55cGG6RAzBvatgEUmABg0Jc/aJat3XAZB71CDaVnNpiKLW27P5xucFPcMsk+QRiqETuGcaH248guLmrDftxQ5VihVrR4yAy2toRiE/mXk98i8MylEPwDxbULCZSz+OgXF7fLpT9AeXT9ZZovjSm62h3soE2ln/QiqtdpKdws7MLJUJdcA3ZkIULP2zM7pHmEZYFlo2Bd2uq3", "name": "NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4", "fingerprint": "7e:03:46:57:6f:95:01:a4:0e:e2:48:a7:c3:f6:00:fb"}}]} 2018-11-19 04:57:56,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-14ad314f-ec0b-4d48-b7db-4a5e6aa72c1a 2018-11-19 04:57:56,904 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4 2018-11-19 04:57:56,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}044b37c661bbef7ac5dae3abf901da0b104ed2b8" 2018-11-19 04:57:56,955 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04:57: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-53847462-85b7-402a-aeb5-c1653dc30103 x-compute-request-id: req-53847462-85b7-402a-aeb5-c1653dc30103 Content-Length: 0 Content-Type: application/json 2018-11-19 04:57:56,955 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-0de516fa-b37d-4db3-8a69-37ee9f360ef4 used request id req-53847462-85b7-402a-aeb5-c1653dc30103 2018-11-19 04:57:56,956 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:57:56,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:57,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["wjL_vYmqScSuthy82WNxRg"], "issued_at": "2018-11-19T04:57:57.000000Z"}} 2018-11-19 04:57:57,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee711f4646d6e080ff19837c6bde04d2f6c95ea" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id", "swap": 2}}' 2018-11-19 04:57:57,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aef815cf-84ce-47c8-8dce-da3321adaf42 x-compute-request-id: req-aef815cf-84ce-47c8-8dce-da3321adaf42 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id", "name": "NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-19 04:57:57,580 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-aef815cf-84ce-47c8-8dce-da3321adaf42 2018-11-19 04:57:57,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee711f4646d6e080ff19837c6bde04d2f6c95ea" 2018-11-19 04:57:57,621 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d55eb142-ff40-4306-8212-81398f31f865 x-compute-request-id: req-d55eb142-ff40-4306-8212-81398f31f865 Content-Length: 0 Content-Type: application/json 2018-11-19 04:57:57,622 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id used request id req-d55eb142-ff40-4306-8212-81398f31f865 2018-11-19 04:57:57,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee711f4646d6e080ff19837c6bde04d2f6c95ea" 2018-11-19 04:57:57,656 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48739033-018d-4651-96eb-cf8d7a93851c x-compute-request-id: req-48739033-018d-4651-96eb-cf8d7a93851c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 04:57:57,656 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-48739033-018d-4651-96eb-cf8d7a93851c 2018-11-19 04:57:57,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ee711f4646d6e080ff19837c6bde04d2f6c95ea" 2018-11-19 04:57:57,786 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 04:57:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d7ae837-f72b-4611-9fb7-ad044e94ff2d x-compute-request-id: req-9d7ae837-f72b-4611-9fb7-ad044e94ff2d Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id could not be found.", "code": 404}} 2018-11-19 04:57:57,786 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-6df47e17-be25-447c-b2ca-28754aa5902b-id used request id req-9d7ae837-f72b-4611-9fb7-ad044e94ff2d 2018-11-19 04:57:57,787 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:57:57,788 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:58,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["tMd1d0yaSjSz3aAIeZUxHw"], "issued_at": "2018-11-19T04:57:58.000000Z"}} 2018-11-19 04:57:58,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce3a63f4b56148303882a23fdf32cd593b3c35e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-id", "swap": 2}}' 2018-11-19 04:57:58,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3a4f865-4d29-4dd2-aaff-b5faf6d949b8 x-compute-request-id: req-e3a4f865-4d29-4dd2-aaff-b5faf6d949b8 Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-id", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-id", "name": "NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-19 04:57:58,800 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e3a4f865-4d29-4dd2-aaff-b5faf6d949b8 2018-11-19 04:57:58,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ce3a63f4b56148303882a23fdf32cd593b3c35e" 2018-11-19 04:57:58,954 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04:57:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-833e36c3-4bce-455a-88cc-5af7797f5506 x-compute-request-id: req-833e36c3-4bce-455a-88cc-5af7797f5506 Content-Length: 0 Content-Type: application/json 2018-11-19 04:57:58,955 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/NovaUtilsFlavorTests-fd828509-a760-4a30-8758-9eb3a286cd4f-id used request id req-833e36c3-4bce-455a-88cc-5af7797f5506 2018-11-19 04:57:58,956 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:57:58,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:59,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["epBJ0NN9QhemFu258z3OLw"], "issued_at": "2018-11-19T04:57:59.000000Z"}} 2018-11-19 04:57:59,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:57:59,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4585923c-ce2e-44fe-bc1d-1310fc8651a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:59,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4585923c-ce2e-44fe-bc1d-1310fc8651a1 2018-11-19 04:57:59,445 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 04:57:59,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:57:59,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:57:59,819 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:57:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["MGPgnwZQS8G3PMrh7_VV5Q"], "issued_at": "2018-11-19T04:57:59.000000Z"}} 2018-11-19 04:57:59,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" 2018-11-19 04:57:59,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:57:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e218aac-5b0d-401e-8ad8-7a5c465e6727 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:57:59,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e218aac-5b0d-401e-8ad8-7a5c465e6727 2018-11-19 04:57:59,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" 2018-11-19 04:58:00,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-4d421209-2147-462d-93ab-d27e95d42ff6 Date: Mon, 19 Nov 2018 04:58:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image"} 2018-11-19 04:58:00,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image used request id req-4d421209-2147-462d-93ab-d27e95d42ff6 2018-11-19 04:58:00,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" 2018-11-19 04:58:01,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-59c30a0e-4cf6-4ac8-8181-4536ad556c81 Date: Mon, 19 Nov 2018 04:58:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:58:01,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-59c30a0e-4cf6-4ac8-8181-4536ad556c81 2018-11-19 04:58:01,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image"}' 2018-11-19 04:58:01,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c X-Openstack-Request-Id: req-6224ebd5-9dd7-4959-8444-871d98002aa1 Date: Mon, 19 Nov 2018 04:58:01 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:58:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T04:58:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "min_disk": 0, "protected": false, "id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "file": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:58:01,446 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6224ebd5-9dd7-4959-8444-871d98002aa1 2018-11-19 04:58:01,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" -d '' 2018-11-19 04:58:03,687 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e8fd89d1-ba19-4365-88a6-6a1153be1096 Date: Mon, 19 Nov 2018 04:58:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 04:58:03,687 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/file used request id req-e8fd89d1-ba19-4365-88a6-6a1153be1096 2018-11-19 04:58:03,688 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 04:58:03,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" 2018-11-19 04:58:04,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-861651c8-4d9b-4af3-99e8-59002c0dfca4 Date: Mon, 19 Nov 2018 04:58:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:58:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:58:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/snap", "metadata": {}}], "self": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "min_disk": 0, "protected": false, "id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "file": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:58:04,332 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c used request id req-861651c8-4d9b-4af3-99e8-59002c0dfca4 2018-11-19 04:58:04,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" 2018-11-19 04:58:04,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e5e3d1b3-146f-4956-8e49-9ca816fc10af Date: Mon, 19 Nov 2018 04:58:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:58:04,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e5e3d1b3-146f-4956-8e49-9ca816fc10af 2018-11-19 04:58:04,910 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image 2018-11-19 04:58:04,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" 2018-11-19 04:58:05,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-1af52f34-3399-4206-b481-48c559b70c94 Date: Mon, 19 Nov 2018 04:58:05 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:58:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:58:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/snap", "metadata": {}}], "self": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "min_disk": 0, "protected": false, "id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "file": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:58:05,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c used request id req-1af52f34-3399-4206-b481-48c559b70c94 2018-11-19 04:58:05,556 - create_image - DEBUG - Instance status is - active 2018-11-19 04:58:05,557 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image 2018-11-19 04:58:05,557 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image 2018-11-19 04:58:05,557 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:58:05,558 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:58:05,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:58:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["d1bfZ18fTIm0V9QbbM7tiw"], "issued_at": "2018-11-19T04:58:05.000000Z"}} 2018-11-19 04:58:05,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:58:06,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc635927-731b-461b-b48a-b07c1820b5bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:58:06,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dc635927-731b-461b-b48a-b07c1820b5bd 2018-11-19 04:58:06,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:58:06,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-520931e2-9a9d-41b1-8487-501e7577871e Date: Mon, 19 Nov 2018 04:58:06 GMT RESP BODY: {"networks":[]} 2018-11-19 04:58:06,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net used request id req-520931e2-9a9d-41b1-8487-501e7577871e 2018-11-19 04:58:06,208 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net 2018-11-19 04:58:06,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" -d '{"network": {"name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net", "admin_state_up": true}}' 2018-11-19 04:58:06,582 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9ceff8f2-cfba-466d-9033-d80f9366ac33 Date: Mon, 19 Nov 2018 04:58: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":"be5650a1-c6f8-41a4-9094-450f8bafbc43","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:58:06Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:06Z","mtu":1450}} 2018-11-19 04:58:06,582 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9ceff8f2-cfba-466d-9033-d80f9366ac33 2018-11-19 04:58:06,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:58:06,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-b9e96256-b62b-4c8b-968b-6d33d3084366 Date: Mon, 19 Nov 2018 04:58:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:58:06Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:06Z","provider:network_type":"vxlan"}]} 2018-11-19 04:58:06,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-b9e96256-b62b-4c8b-968b-6d33d3084366 2018-11-19 04:58:06,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:58:07,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a5a64357-ca7c-4557-a2d6-2b1083a9de2f Date: Mon, 19 Nov 2018 04:58:07 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:58:07,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-a5a64357-ca7c-4557-a2d6-2b1083a9de2f 2018-11-19 04:58:07,008 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet 2018-11-19 04:58:07,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" -d '{"subnets": [{"ip_version": 4, "network_id": "be5650a1-c6f8-41a4-9094-450f8bafbc43", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet"}]}' 2018-11-19 04:58:07,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c9a34969-a2a7-4c08-90c0-794649371ef0 Date: Mon, 19 Nov 2018 04:58:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:07Z","dns_nameservers":[],"updated_at":"2018-11-19T04:58: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":"18123dbd720a4952ab47bfda8e7754ba","id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","subnetpool_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet"}]} 2018-11-19 04:58:07,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c9a34969-a2a7-4c08-90c0-794649371ef0 2018-11-19 04:58:07,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:58:07,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-42f92403-1378-4a89-886c-470abb74e63c Date: Mon, 19 Nov 2018 04:58:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["db6bc979-d138-4c40-9605-e9f9a63c4eff"],"description":"","tags":[],"updated_at":"2018-11-19T04:58:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:06Z","provider:network_type":"vxlan"}]} 2018-11-19 04:58:07,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-42f92403-1378-4a89-886c-470abb74e63c 2018-11-19 04:58:07,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:58:07,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2610840a-e1f4-4a02-8a10-94c130b4527c Date: Mon, 19 Nov 2018 04:58:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:07Z","dns_nameservers":[],"updated_at":"2018-11-19T04:58: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":"18123dbd720a4952ab47bfda8e7754ba","id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","subnetpool_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet"}]} 2018-11-19 04:58:07,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-2610840a-e1f4-4a02-8a10-94c130b4527c 2018-11-19 04:58:07,978 - OpenStackNetwork - DEBUG - Network [be5650a1-c6f8-41a4-9094-450f8bafbc43] created successfully 2018-11-19 04:58:07,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:58:07,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:58:08,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:58:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["fVn48CseS-GeiRemK_PR-g"], "issued_at": "2018-11-19T04:58:08.000000Z"}} 2018-11-19 04:58:08,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b277d84c249d2b174daf349dc092339209107a" 2018-11-19 04:58:08,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cf91f20-f8ac-44bc-a269-697930e833b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:58:08,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9cf91f20-f8ac-44bc-a269-697930e833b1 2018-11-19 04:58:08,438 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:58:08,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b277d84c249d2b174daf349dc092339209107a" 2018-11-19 04:58:09,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eaf67dc9-4a58-403d-a35e-41c0a50a00a1 x-compute-request-id: req-eaf67dc9-4a58-403d-a35e-41c0a50a00a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 04:58:09,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-eaf67dc9-4a58-403d-a35e-41c0a50a00a1 2018-11-19 04:58:09,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b277d84c249d2b174daf349dc092339209107a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 04:58:09,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a29d6a1a-2751-4a65-985d-c087f7a177df x-compute-request-id: req-a29d6a1a-2751-4a65-985d-c087f7a177df Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6453442a-d3eb-4191-b126-27189435c8ab", "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 04:58:09,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a29d6a1a-2751-4a65-985d-c087f7a177df 2018-11-19 04:58:09,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:58:09,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:58:09,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:58:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["eFlxqnk_RqWTF6NCMYbLSQ"], "issued_at": "2018-11-19T04:58:09.000000Z"}} 2018-11-19 04:58:09,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad960c04da79c781342194963e0a1f927de90c2f" 2018-11-19 04:58:09,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5541e1dc-23d1-4a40-9a27-73286bc5bf86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:58:09,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5541e1dc-23d1-4a40-9a27-73286bc5bf86 2018-11-19 04:58:09,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:10,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-fc34648c-abfe-4ff7-8be7-111b554262bc Date: Mon, 19 Nov 2018 04:58:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["db6bc979-d138-4c40-9605-e9f9a63c4eff"],"description":"","tags":[],"updated_at":"2018-11-19T04:58:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:06Z","provider:network_type":"vxlan"}]} 2018-11-19 04:58:10,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net used request id req-fc34648c-abfe-4ff7-8be7-111b554262bc 2018-11-19 04:58:10,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:10,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5c362015-e042-4ca3-aac5-9193430e5349 Date: Mon, 19 Nov 2018 04:58:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:07Z","dns_nameservers":[],"updated_at":"2018-11-19T04:58: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":"18123dbd720a4952ab47bfda8e7754ba","id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","subnetpool_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet"}]} 2018-11-19 04:58:10,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-5c362015-e042-4ca3-aac5-9193430e5349 2018-11-19 04:58:10,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:10,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-86a717bf-30ca-42f9-8388-547fcd5a3371 Date: Mon, 19 Nov 2018 04:58:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["db6bc979-d138-4c40-9605-e9f9a63c4eff"],"description":"","tags":[],"updated_at":"2018-11-19T04:58:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:06Z","provider:network_type":"vxlan"}]} 2018-11-19 04:58:10,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net used request id req-86a717bf-30ca-42f9-8388-547fcd5a3371 2018-11-19 04:58:10,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:58:10,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:58: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:58:10,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad960c04da79c781342194963e0a1f927de90c2f" 2018-11-19 04:58:10,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18e9b932-4991-431a-a936-5f8b1e56cf7f 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:58:10,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-18e9b932-4991-431a-a936-5f8b1e56cf7f 2018-11-19 04:58:10,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:10,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-2a7ed695-16f3-4936-8c0f-7852ebf2da87 Date: Mon, 19 Nov 2018 04:58:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:07Z","dns_nameservers":[],"updated_at":"2018-11-19T04:58: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":"18123dbd720a4952ab47bfda8e7754ba","id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","subnetpool_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet"}]} 2018-11-19 04:58:10,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-2a7ed695-16f3-4936-8c0f-7852ebf2da87 2018-11-19 04:58:10,895 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net 2018-11-19 04:58:10,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" -d '{"port": {"network_id": "be5650a1-c6f8-41a4-9094-450f8bafbc43", "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-port", "admin_state_up": true}}' 2018-11-19 04:58:11,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-4c3efa45-9678-4f65-9644-75eaa504ace1 Date: Mon, 19 Nov 2018 04:58:11 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:58:11Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","ip_address":"10.55.0.7"}],"id":"fa8c7bca-5166-48a0-9619-bb02b849c074","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:13:e8:96","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-port","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:11Z","binding:vnic_type":"normal"}} 2018-11-19 04:58:11,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4c3efa45-9678-4f65-9644-75eaa504ace1 2018-11-19 04:58:11,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:11,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-8600b9c5-8af9-49a3-92cd-59151d69444a Date: Mon, 19 Nov 2018 04:58:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["db6bc979-d138-4c40-9605-e9f9a63c4eff"],"description":"","tags":[],"updated_at":"2018-11-19T04:58:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:06Z","provider:network_type":"vxlan"}]} 2018-11-19 04:58:11,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net used request id req-8600b9c5-8af9-49a3-92cd-59151d69444a 2018-11-19 04:58:11,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:58:11,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:58: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:58:11,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:12,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca9c46a-3caa-42e1-8891-8bb693ae782d 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:58:12,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-cca9c46a-3caa-42e1-8891-8bb693ae782d 2018-11-19 04:58:12,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:12,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4564902a-c686-478c-9abf-13e83076f7ed Date: Mon, 19 Nov 2018 04:58:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:07Z","dns_nameservers":[],"updated_at":"2018-11-19T04:58: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":"18123dbd720a4952ab47bfda8e7754ba","id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","subnetpool_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet"}]} 2018-11-19 04:58:12,239 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-4564902a-c686-478c-9abf-13e83076f7ed 2018-11-19 04:58:12,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:12,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-fb577863-675e-4c4a-87b7-42aeddf76c97 Date: Mon, 19 Nov 2018 04:58:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:58:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","ip_address":"10.55.0.7"}],"id":"fa8c7bca-5166-48a0-9619-bb02b849c074","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:13:e8:96","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-port","admin_state_up":true,"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:11Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 04:58:12,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-port&admin_state_up=True used request id req-fb577863-675e-4c4a-87b7-42aeddf76c97 2018-11-19 04:58:12,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:12,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c6436c-a75d-44e7-8b8e-622ea9307c9c 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:58:12,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-18c6436c-a75d-44e7-8b8e-622ea9307c9c 2018-11-19 04:58:12,540 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst 2018-11-19 04:58:12,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:13,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-775e0660-0d95-4b0f-9e29-2403d4304db1 x-compute-request-id: req-775e0660-0d95-4b0f-9e29-2403d4304db1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-flavor-name"}]} 2018-11-19 04:58:13,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-775e0660-0d95-4b0f-9e29-2403d4304db1 2018-11-19 04:58:13,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/6453442a-d3eb-4191-b126-27189435c8ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:13,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51c2f96e-5c5c-4690-9317-30c8d89e91c9 x-compute-request-id: req-51c2f96e-5c5c-4690-9317-30c8d89e91c9 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6453442a-d3eb-4191-b126-27189435c8ab", "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 04:58:13,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/6453442a-d3eb-4191-b126-27189435c8ab used request id req-51c2f96e-5c5c-4690-9317-30c8d89e91c9 2018-11-19 04:58:13,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:13,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-3ba3f6b4-c639-4dcd-8754-caafdd63e24f Date: Mon, 19 Nov 2018 04:58:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:58:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:58:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/snap", "metadata": {}}], "self": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "min_disk": 0, "protected": false, "id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "file": "/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image"} 2018-11-19 04:58:13,901 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image used request id req-3ba3f6b4-c639-4dcd-8754-caafdd63e24f 2018-11-19 04:58:13,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:14,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0dde892b-290d-4882-ab8e-fdc07fead66a Date: Mon, 19 Nov 2018 04:58:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:58:14,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0dde892b-290d-4882-ab8e-fdc07fead66a 2018-11-19 04:58:14,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" -d '{"server": {"name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "imageRef": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "flavorRef": "6453442a-d3eb-4191-b126-27189435c8ab", "max_count": 1, "min_count": 1, "networks": [{"port": "fa8c7bca-5166-48a0-9619-bb02b849c074"}]}}' 2018-11-19 04:58:17,578 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04:58: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-ef4c5b36-5e36-4a95-9f87-a7650bbb6287 x-compute-request-id: req-ef4c5b36-5e36-4a95-9f87-a7650bbb6287 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "adminPass": "uZs27YVmetui"}} 2018-11-19 04:58:17,578 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ef4c5b36-5e36-4a95-9f87-a7650bbb6287 2018-11-19 04:58:17,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:18,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35d1a922-4eec-49a5-84e3-7474e781a2b4 x-compute-request-id: req-35d1a922-4eec-49a5-84e3-7474e781a2b4 Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:17Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:18,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-35d1a922-4eec-49a5-84e3-7474e781a2b4 2018-11-19 04:58:18,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:18,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1899826-6f70-4224-ac83-7571eb93ad7f x-compute-request-id: req-c1899826-6f70-4224-ac83-7571eb93ad7f 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58: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": "NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:18,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-c1899826-6f70-4224-ac83-7571eb93ad7f 2018-11-19 04:58:21,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:22,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4df7dd45-fd68-409b-95d6-72383adc8542 x-compute-request-id: req-4df7dd45-fd68-409b-95d6-72383adc8542 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:22,425 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-4df7dd45-fd68-409b-95d6-72383adc8542 2018-11-19 04:58:25,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:26,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58: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-da6e67e3-e1d5-4e8d-bc14-2b0d46ed4882 x-compute-request-id: req-da6e67e3-e1d5-4e8d-bc14-2b0d46ed4882 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:26,101 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-da6e67e3-e1d5-4e8d-bc14-2b0d46ed4882 2018-11-19 04:58:29,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:29,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b6cf102-564a-4960-b7b0-824039857038 x-compute-request-id: req-1b6cf102-564a-4960-b7b0-824039857038 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:29,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-1b6cf102-564a-4960-b7b0-824039857038 2018-11-19 04:58:32,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:33,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04: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-28ff23ec-4281-4594-89a9-4d2b71059fc0 x-compute-request-id: req-28ff23ec-4281-4594-89a9-4d2b71059fc0 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:33,215 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-28ff23ec-4281-4594-89a9-4d2b71059fc0 2018-11-19 04:58:36,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:37,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b23b46f0-23fb-4bc7-8cd1-6100b518adba x-compute-request-id: req-b23b46f0-23fb-4bc7-8cd1-6100b518adba 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:37,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-b23b46f0-23fb-4bc7-8cd1-6100b518adba 2018-11-19 04:58:40,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:40,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb8641a8-5949-4e04-882a-02f48dba83a6 x-compute-request-id: req-cb8641a8-5949-4e04-882a-02f48dba83a6 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:40,637 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-cb8641a8-5949-4e04-882a-02f48dba83a6 2018-11-19 04:58:43,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:43,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b458b84-741d-4389-abcb-8b453fc0db85 x-compute-request-id: req-3b458b84-741d-4389-abcb-8b453fc0db85 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:43,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-3b458b84-741d-4389-abcb-8b453fc0db85 2018-11-19 04:58:46,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:47,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-315d5df2-ceb7-4ffa-978f-220562ade83b x-compute-request-id: req-315d5df2-ceb7-4ffa-978f-220562ade83b 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.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:20Z", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:47,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-315d5df2-ceb7-4ffa-978f-220562ade83b 2018-11-19 04:58:50,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:50,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-268f2046-98da-471f-b98a-02282e78bcd2 x-compute-request-id: req-268f2046-98da-471f-b98a-02282e78bcd2 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:50Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:50,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-268f2046-98da-471f-b98a-02282e78bcd2 2018-11-19 04:58:53,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:54,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-09dcae22-daca-4028-b1f8-faf755703f83 x-compute-request-id: req-09dcae22-daca-4028-b1f8-faf755703f83 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:e8:96", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:50Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:54,475 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-09dcae22-daca-4028-b1f8-faf755703f83 2018-11-19 04:58:57,482 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:58:58,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:58: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-d323a7f0-0b06-497e-8a14-64d6ef5ec819 x-compute-request-id: req-d323a7f0-0b06-497e-8a14-64d6ef5ec819 Content-Encoding: gzip Content-Length: 816 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:e8:96", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:58:50Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:58:58,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-d323a7f0-0b06-497e-8a14-64d6ef5ec819 2018-11-19 04:59:01,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:02,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04: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-05b77419-d776-4200-98e8-94cc785361ec x-compute-request-id: req-05b77419-d776-4200-98e8-94cc785361ec Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:e8:96", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-11-19T04:58:58.000000", "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T04:58:59Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:02,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-05b77419-d776-4200-98e8-94cc785361ec 2018-11-19 04:59:02,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:03,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26a9e1ce-3b5b-4a5d-9078-15f68c154a56 x-compute-request-id: req-26a9e1ce-3b5b-4a5d-9078-15f68c154a56 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:e8:96", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "rel": "bookmark"}], "image": {"id": "e3b7a6ea-0630-4814-b0f7-da6828fda09c", "links": [{"href": "http://172.30.9.21:8774/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-11-19T04:58:58.000000", "flavor": {"id": "6453442a-d3eb-4191-b126-27189435c8ab", "links": [{"href": "http://172.30.9.21:8774/flavors/6453442a-d3eb-4191-b126-27189435c8ab", "rel": "bookmark"}]}, "id": "2bc7f7a8-0896-44b9-8286-a33dda9aabbd", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T04:58:59Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-20d630a2-229d-48e0-8b15-b41825b80ff3-vm_inst", "created": "2018-11-19T04:58:17Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:03,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-26a9e1ce-3b5b-4a5d-9078-15f68c154a56 2018-11-19 04:59:03,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:03,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 744 X-Openstack-Request-Id: req-c240352d-4795-4155-9cb8-c8657c757c43 Date: Mon, 19 Nov 2018 04:59:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":13,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["db6bc979-d138-4c40-9605-e9f9a63c4eff"],"description":"","tags":[],"updated_at":"2018-11-19T04:58:07Z","qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:06Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:03,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net used request id req-c240352d-4795-4155-9cb8-c8657c757c43 2018-11-19 04:59:03,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:03,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa04a2fd-b3de-4a70-9c63-7095be3b5872 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:59:03,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-fa04a2fd-b3de-4a70-9c63-7095be3b5872 2018-11-19 04:59:03,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:04,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-90070d7b-408b-4358-9c36-7da8a2388e75 Date: Mon, 19 Nov 2018 04:59:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:07Z","dns_nameservers":[],"updated_at":"2018-11-19T04:58: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":"18123dbd720a4952ab47bfda8e7754ba","id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","subnetpool_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet"}]} 2018-11-19 04:59:04,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-90070d7b-408b-4358-9c36-7da8a2388e75 2018-11-19 04:59:04,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:04,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3876 X-Openstack-Request-Id: req-6fac9438-387f-4c40-93d2-966e071dda69 Date: Mon, 19 Nov 2018 04:59:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:58:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","ip_address":"10.55.0.3"}],"id":"4df53b6a-ce4b-495d-966b-44e1f99de319","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a5:d5:c5","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-be5650a1-c6f8-41a4-9094-450f8bafbc43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:58:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","ip_address":"10.55.0.2"}],"id":"52ca1509-6b28-4e67-bcd7-9b436d58d522","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:db:96:ef","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:07Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-be5650a1-c6f8-41a4-9094-450f8bafbc43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:58:11Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","ip_address":"10.55.0.4"}],"id":"df4588c1-cee4-46f4-be6a-d9737c195ceb","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:02:cf:d4","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:09Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-be5650a1-c6f8-41a4-9094-450f8bafbc43"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:58:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"db6bc979-d138-4c40-9605-e9f9a63c4eff","ip_address":"10.55.0.7"}],"id":"fa8c7bca-5166-48a0-9619-bb02b849c074","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:13:e8:96","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-port","admin_state_up":true,"network_id":"be5650a1-c6f8-41a4-9094-450f8bafbc43","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:58:11Z","binding:vnic_type":"normal","device_id":"2bc7f7a8-0896-44b9-8286-a33dda9aabbd"}]} 2018-11-19 04:59:04,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-6fac9438-387f-4c40-93d2-966e071dda69 2018-11-19 04:59:04,080 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:04,404 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 04: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 x-openstack-request-id: req-191dbfb7-7b92-437a-aff5-f7a93989d9ab x-compute-request-id: req-191dbfb7-7b92-437a-aff5-f7a93989d9ab Content-Type: application/json 2018-11-19 04:59:04,405 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/2bc7f7a8-0896-44b9-8286-a33dda9aabbd used request id req-191dbfb7-7b92-437a-aff5-f7a93989d9ab 2018-11-19 04:59:04,405 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-port 2018-11-19 04:59:04,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/fa8c7bca-5166-48a0-9619-bb02b849c074 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f39011c2c75dd8210b39ce727dabd54c478b9dd1" 2018-11-19 04:59:04,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1d5c8136-32c3-4906-afb8-493e4d4f0436 Date: Mon, 19 Nov 2018 04:59:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:59:04,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/fa8c7bca-5166-48a0-9619-bb02b849c074 used request id req-1d5c8136-32c3-4906-afb8-493e4d4f0436 2018-11-19 04:59:04,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/6453442a-d3eb-4191-b126-27189435c8ab -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44b277d84c249d2b174daf349dc092339209107a" 2018-11-19 04:59:04,932 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04: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 x-openstack-request-id: req-6208e2a1-67bb-4c64-a44d-c391dc03db66 x-compute-request-id: req-6208e2a1-67bb-4c64-a44d-c391dc03db66 Content-Length: 0 Content-Type: application/json 2018-11-19 04:59:04,933 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6453442a-d3eb-4191-b126-27189435c8ab used request id req-6208e2a1-67bb-4c64-a44d-c391dc03db66 2018-11-19 04:59:04,933 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet 2018-11-19 04:59:04,934 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-subnet 2018-11-19 04:59:04,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/db6bc979-d138-4c40-9605-e9f9a63c4eff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:59:07,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-26082815-78b8-4b38-ad68-b5cf5d024380 Date: Mon, 19 Nov 2018 04:59:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:59:07,210 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/db6bc979-d138-4c40-9605-e9f9a63c4eff used request id req-26082815-78b8-4b38-ad68-b5cf5d024380 2018-11-19 04:59:07,210 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-net 2018-11-19 04:59:07,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/be5650a1-c6f8-41a4-9094-450f8bafbc43 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f05ad0fe683ad9a12e1f3e77314d443f3a87c91" 2018-11-19 04:59:08,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-723a3ff0-18cc-4038-83e6-f73b9618f8ae Date: Mon, 19 Nov 2018 04:59:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 04:59:08,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/be5650a1-c6f8-41a4-9094-450f8bafbc43 used request id req-723a3ff0-18cc-4038-83e6-f73b9618f8ae 2018-11-19 04:59:08,522 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-20d630a2-229d-48e0-8b15-b41825b80ff3-image 2018-11-19 04:59:08,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4291ff8e346bb9630e135073a0bb4c5a85f96d43" 2018-11-19 04:59:10,213 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-122266da-d1f6-44d8-9aed-4e0151373128 Date: Mon, 19 Nov 2018 04:59:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 04:59:10,213 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e3b7a6ea-0630-4814-b0f7-da6828fda09c used request id req-122266da-d1f6-44d8-9aed-4e0151373128 2018-11-19 04:59:10,215 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:59:10,218 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 04:59:10,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:59:10,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:59:10,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:59:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["MQrP5cdPS2quM9Rxr7PPsQ"], "issued_at": "2018-11-19T04:59:10.000000Z"}} 2018-11-19 04:59:10,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" 2018-11-19 04:59:10,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605af2d9-3186-428a-9018-dfcf617e2ee0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:59:10,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-605af2d9-3186-428a-9018-dfcf617e2ee0 2018-11-19 04:59:10,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" 2018-11-19 04:59:11,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-081c58ad-07b8-411b-8d85-ca6876585935 Date: Mon, 19 Nov 2018 04:59:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image"} 2018-11-19 04:59:11,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image used request id req-081c58ad-07b8-411b-8d85-ca6876585935 2018-11-19 04:59:11,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" 2018-11-19 04:59:11,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a9bca954-97b1-4672-8e54-ff9dc5a19f2a Date: Mon, 19 Nov 2018 04:59:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:59:11,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a9bca954-97b1-4672-8e54-ff9dc5a19f2a 2018-11-19 04:59:11,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image"}' 2018-11-19 04:59:12,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064 X-Openstack-Request-Id: req-ef6a0db4-06ac-4bc6-b29c-b7d0c69f8d1c Date: Mon, 19 Nov 2018 04:59:12 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:59:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T04:59:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064", "min_disk": 0, "protected": false, "id": "3c7d5b07-563e-4483-ad32-02176deba064", "file": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:59:12,644 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ef6a0db4-06ac-4bc6-b29c-b7d0c69f8d1c 2018-11-19 04:59:12,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" -d '' 2018-11-19 04:59:14,364 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-80f43e05-1197-43e8-baaa-49fb0e72e4fa Date: Mon, 19 Nov 2018 04:59:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 04:59:14,364 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064/file used request id req-80f43e05-1197-43e8-baaa-49fb0e72e4fa 2018-11-19 04:59:14,365 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 04:59:14,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" 2018-11-19 04:59:14,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-3229aa1c-18c8-46d7-8df2-e947d8f2d222 Date: Mon, 19 Nov 2018 04:59:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:59:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:59:14Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c7d5b07-563e-4483-ad32-02176deba064/snap", "metadata": {}}], "self": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064", "min_disk": 0, "protected": false, "id": "3c7d5b07-563e-4483-ad32-02176deba064", "file": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c7d5b07-563e-4483-ad32-02176deba064/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:59:14,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064 used request id req-3229aa1c-18c8-46d7-8df2-e947d8f2d222 2018-11-19 04:59:14,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" 2018-11-19 04:59:14,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6f6a9023-1877-432a-af1a-ee0fb352654e Date: Mon, 19 Nov 2018 04:59:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:59:14,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6f6a9023-1877-432a-af1a-ee0fb352654e 2018-11-19 04:59:14,680 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image 2018-11-19 04:59:14,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" 2018-11-19 04:59:15,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-8cde6288-3fad-40f6-a31c-70bdc2d477c4 Date: Mon, 19 Nov 2018 04:59:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:59:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:59:14Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c7d5b07-563e-4483-ad32-02176deba064/snap", "metadata": {}}], "self": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064", "min_disk": 0, "protected": false, "id": "3c7d5b07-563e-4483-ad32-02176deba064", "file": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c7d5b07-563e-4483-ad32-02176deba064/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 04:59:15,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064 used request id req-8cde6288-3fad-40f6-a31c-70bdc2d477c4 2018-11-19 04:59:15,293 - create_image - DEBUG - Instance status is - active 2018-11-19 04:59:15,293 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image 2018-11-19 04:59:15,293 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image 2018-11-19 04:59:15,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:59:15,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:59:15,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["YOuWPCJ0Tcm5pJx2cIYbqQ"], "issued_at": "2018-11-19T04:59:15.000000Z"}} 2018-11-19 04:59:15,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 04:59:15,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf67c0f0-9fb2-457f-95b0-02d625d7a57f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:59:15,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf67c0f0-9fb2-457f-95b0-02d625d7a57f 2018-11-19 04:59:15,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 04:59:15,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5048e76b-7028-485e-ae63-e7809b80ad74 Date: Mon, 19 Nov 2018 04:59:15 GMT RESP BODY: {"networks":[]} 2018-11-19 04:59:15,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-5048e76b-7028-485e-ae63-e7809b80ad74 2018-11-19 04:59:15,937 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net 2018-11-19 04:59:15,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net", "admin_state_up": true}}' 2018-11-19 04:59:16,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-28c34f44-2e2f-4448-81e9-2e0945176368 Date: Mon, 19 Nov 2018 04:59:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:59:16Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","mtu":1450}} 2018-11-19 04:59:16,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-28c34f44-2e2f-4448-81e9-2e0945176368 2018-11-19 04:59:16,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 04:59:16,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-84a5d6f7-e07a-4254-a28c-cb7304f2ee0d Date: Mon, 19 Nov 2018 04:59:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T04:59:16Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:16,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=78f8776e-3821-4f29-993f-7719f293922c used request id req-84a5d6f7-e07a-4254-a28c-cb7304f2ee0d 2018-11-19 04:59:16,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 04:59:16,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-432119b3-0633-415b-8289-5f267b285309 Date: Mon, 19 Nov 2018 04:59:16 GMT RESP BODY: {"subnets":[]} 2018-11-19 04:59:16,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-432119b3-0633-415b-8289-5f267b285309 2018-11-19 04:59:16,922 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet 2018-11-19 04:59:16,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" -d '{"subnets": [{"ip_version": 4, "network_id": "78f8776e-3821-4f29-993f-7719f293922c", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]}' 2018-11-19 04:59:17,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-98700f73-deb3-4f3a-aa45-02e54719c01e Date: Mon, 19 Nov 2018 04:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 04:59:17,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-98700f73-deb3-4f3a-aa45-02e54719c01e 2018-11-19 04:59:17,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 04:59:17,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1cf152a1-dc5d-4263-9a0e-1b0324c80640 Date: Mon, 19 Nov 2018 04:59:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:17,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=78f8776e-3821-4f29-993f-7719f293922c used request id req-1cf152a1-dc5d-4263-9a0e-1b0324c80640 2018-11-19 04:59:17,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 04:59:17,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7d55ce9b-f2af-4e6a-b535-63267e12b41b Date: Mon, 19 Nov 2018 04:59:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 04:59:17,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-7d55ce9b-f2af-4e6a-b535-63267e12b41b 2018-11-19 04:59:17,875 - OpenStackNetwork - DEBUG - Network [78f8776e-3821-4f29-993f-7719f293922c] created successfully 2018-11-19 04:59:17,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:59:17,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:59:18,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["mhYNrQvnRpK_AjkAwdPNuQ"], "issued_at": "2018-11-19T04:59:18.000000Z"}} 2018-11-19 04:59:18,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d5d142715356aa249a020dd22c4a240fdd98603" 2018-11-19 04:59:18,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b3f2d5b-2306-43ce-b149-58bf6f6446d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:59:18,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6b3f2d5b-2306-43ce-b149-58bf6f6446d6 2018-11-19 04:59:18,347 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:59:18,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d5d142715356aa249a020dd22c4a240fdd98603" 2018-11-19 04:59:18,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04: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-b337efd5-1a47-43c9-bbd6-2de3a170d25e x-compute-request-id: req-b337efd5-1a47-43c9-bbd6-2de3a170d25e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 04:59:18,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b337efd5-1a47-43c9-bbd6-2de3a170d25e 2018-11-19 04:59:18,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d5d142715356aa249a020dd22c4a240fdd98603" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 04:59:18,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04: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-e72724f5-cbc0-404e-a9a3-c9246b58c794 x-compute-request-id: req-e72724f5-cbc0-404e-a9a3-c9246b58c794 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 04:59:18,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e72724f5-cbc0-404e-a9a3-c9246b58c794 2018-11-19 04:59:18,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:59:18,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:59:19,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:59:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["mo7FnTFNScqf3orpIih7dQ"], "issued_at": "2018-11-19T04:59:19.000000Z"}} 2018-11-19 04:59:19,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 04:59:19,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4924fd82-2945-4194-a51f-d06c3aa41f38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:59:19,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4924fd82-2945-4194-a51f-d06c3aa41f38 2018-11-19 04:59:19,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 04:59:19,855 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:19 GMT Server: Apache x-compute-request-id: req-899a38db-49e0-408b-901a-84c496212cfe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-899a38db-49e0-408b-901a-84c496212cfe Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 04:59:19,855 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail used request id req-899a38db-49e0-408b-901a-84c496212cfe 2018-11-19 04:59:19,859 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-899a38db-49e0-408b-901a-84c496212cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 04:59:20,901 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04:59:19 GMT Server: Apache x-compute-request-id: req-ae778d38-f6cb-40dc-8010-a1a11082fa23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae778d38-f6cb-40dc-8010-a1a11082fa23 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T04:59:20.804458", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1}} 2018-11-19 04:59:20,901 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes used request id req-ae778d38-f6cb-40dc-8010-a1a11082fa23 2018-11-19 04:59:20,904 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-899a38db-49e0-408b-901a-84c496212cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 04:59:21,653 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:20 GMT Server: Apache x-compute-request-id: req-a875ddd3-609f-4479-87b2-65e02e0269b0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a875ddd3-609f-4479-87b2-65e02e0269b0 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T04:59:21.000000", "replication_status": null, "snapshot_id": null, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd", "bootable": "false", "created_at": "2018-11-19T04:59:20.000000", "volume_type": null}} 2018-11-19 04:59:21,653 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-a875ddd3-609f-4479-87b2-65e02e0269b0 2018-11-19 04:59:21,653 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd 2018-11-19 04:59:21,657 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-899a38db-49e0-408b-901a-84c496212cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 04:59:21,709 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:21 GMT Server: Apache x-compute-request-id: req-0d51c884-078e-498d-bf54-383771a1821d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0d51c884-078e-498d-bf54-383771a1821d Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T04:59:21.000000", "replication_status": null, "snapshot_id": null, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd", "bootable": "false", "created_at": "2018-11-19T04:59:20.000000", "volume_type": null}} 2018-11-19 04:59:21,709 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-0d51c884-078e-498d-bf54-383771a1821d 2018-11-19 04:59:21,710 - create_volume - DEBUG - Instance status is - creating 2018-11-19 04:59:21,710 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 04:59:24,713 - create_volume - DEBUG - Volume status query timeout in 296.940447092 2018-11-19 04:59:24,715 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-899a38db-49e0-408b-901a-84c496212cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 04:59:25,489 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:24 GMT Server: Apache x-compute-request-id: req-173be635-999f-4a28-b6da-dd25a2c3d453 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-173be635-999f-4a28-b6da-dd25a2c3d453 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T04:59:23.000000", "replication_status": null, "snapshot_id": null, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd", "bootable": "false", "created_at": "2018-11-19T04:59:20.000000", "volume_type": null}} 2018-11-19 04:59:25,489 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-173be635-999f-4a28-b6da-dd25a2c3d453 2018-11-19 04:59:25,489 - create_volume - DEBUG - Instance status is - available 2018-11-19 04:59:25,489 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd 2018-11-19 04:59:25,490 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd 2018-11-19 04:59:25,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:59:25,490 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:59:25,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:59:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Q4rFRnhWStyYLQwjA5aYEA"], "issued_at": "2018-11-19T04:59:25.000000Z"}} 2018-11-19 04:59:25,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:25,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b49ce7a7-0d5d-4ae1-ad5f-d74862ea25c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:59:25,958 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b49ce7a7-0d5d-4ae1-ad5f-d74862ea25c6 2018-11-19 04:59:25,960 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 04:59:25,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:26,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78c6240e-9cc6-4cd9-9f96-44c433d9c451 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:59:26,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-78c6240e-9cc6-4cd9-9f96-44c433d9c451 2018-11-19 04:59:26,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:26,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6f50f6a8-b35e-4b47-9500-63537ceedbe8 Date: Mon, 19 Nov 2018 04:59:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:26,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-6f50f6a8-b35e-4b47-9500-63537ceedbe8 2018-11-19 04:59:26,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:59:26,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:59: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:59:26,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:26,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f3ac5f-7553-48c4-b4b4-c7f9e7fd94bc 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:59:26,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-68f3ac5f-7553-48c4-b4b4-c7f9e7fd94bc 2018-11-19 04:59:26,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:26,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1bee9367-1949-49fd-be83-7f527f2aaa40 Date: Mon, 19 Nov 2018 04:59:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 04:59:26,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-1bee9367-1949-49fd-be83-7f527f2aaa40 2018-11-19 04:59:26,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:26,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-57d42939-2113-40ef-a98e-b1a4b65fa6cf Date: Mon, 19 Nov 2018 04:59:26 GMT RESP BODY: {"ports":[]} 2018-11-19 04:59:26,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port&admin_state_up=True used request id req-57d42939-2113-40ef-a98e-b1a4b65fa6cf 2018-11-19 04:59:26,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:27,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d492b3bd-1460-4cf0-8482-81603c7f5042 x-compute-request-id: req-d492b3bd-1460-4cf0-8482-81603c7f5042 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 04:59:27,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst used request id req-d492b3bd-1460-4cf0-8482-81603c7f5042 2018-11-19 04:59:27,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:27,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-11fd998a-c303-4e7f-9bb5-ae341dc382c4 Date: Mon, 19 Nov 2018 04:59:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:27,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-11fd998a-c303-4e7f-9bb5-ae341dc382c4 2018-11-19 04:59:27,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:27,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c50d4653-f9f5-4661-b605-8148260426b3 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:59:27,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-c50d4653-f9f5-4661-b605-8148260426b3 2018-11-19 04:59:27,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:27,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7568e097-15dd-4265-86be-ccdbb59fb6e5 Date: Mon, 19 Nov 2018 04:59:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 04:59:27,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-7568e097-15dd-4265-86be-ccdbb59fb6e5 2018-11-19 04:59:27,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:27,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3f4e4b38-d8d0-4173-80a0-211058b4bc6f Date: Mon, 19 Nov 2018 04:59:27 GMT RESP BODY: {"ports":[]} 2018-11-19 04:59:27,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port&admin_state_up=True used request id req-3f4e4b38-d8d0-4173-80a0-211058b4bc6f 2018-11-19 04:59:27,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 04:59:27,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 04:59:28,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T05:59:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["chrnBEUgQd2FCphk9GkLsA"], "issued_at": "2018-11-19T04:59:28.000000Z"}} 2018-11-19 04:59:28,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32cebbbb6c5ff9ac3c2507a18e8a17f5a3218b28" 2018-11-19 04:59:28,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8132888-a0d3-4985-a571-b18a516260a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 04:59:28,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f8132888-a0d3-4985-a571-b18a516260a8 2018-11-19 04:59:28,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:28,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f7a8a3f3-3b40-4e24-bfa1-bae69617ba2a Date: Mon, 19 Nov 2018 04:59:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:28,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-f7a8a3f3-3b40-4e24-bfa1-bae69617ba2a 2018-11-19 04:59:28,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:28,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2021eee8-b9c5-4531-8e58-7806495589d7 Date: Mon, 19 Nov 2018 04:59:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 04:59:28,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-2021eee8-b9c5-4531-8e58-7806495589d7 2018-11-19 04:59:28,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:28,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1e2570be-9cb7-4f3c-a927-8787cf935396 Date: Mon, 19 Nov 2018 04:59:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:28,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-1e2570be-9cb7-4f3c-a927-8787cf935396 2018-11-19 04:59:28,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 04:59:29,000 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 04:59:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 04:59:29,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32cebbbb6c5ff9ac3c2507a18e8a17f5a3218b28" 2018-11-19 04:59:29,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94e40dea-258f-4c97-aafb-66987759cde1 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:59:29,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-94e40dea-258f-4c97-aafb-66987759cde1 2018-11-19 04:59:29,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:29,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d9a0e705-0648-41ee-9746-66fc3a4955bb Date: Mon, 19 Nov 2018 04:59:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 04:59:29,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-d9a0e705-0648-41ee-9746-66fc3a4955bb 2018-11-19 04:59:29,303 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net 2018-11-19 04:59:29,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" -d '{"port": {"network_id": "78f8776e-3821-4f29-993f-7719f293922c", "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port", "admin_state_up": true}}' 2018-11-19 04:59:30,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-f9b02aec-b1e8-491b-af94-b575881d3820 Date: Mon, 19 Nov 2018 04:59:30 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:29Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c2:be:8f","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal"}} 2018-11-19 04:59:30,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f9b02aec-b1e8-491b-af94-b575881d3820 2018-11-19 04:59:30,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:30,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f2389b6e-2a9f-4ccb-8377-5e59c493d7ef Date: Mon, 19 Nov 2018 04:59:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 04:59:30,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-f2389b6e-2a9f-4ccb-8377-5e59c493d7ef 2018-11-19 04:59:30,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:30,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3507e804-0ef9-4451-a760-0908ed751d7b 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:59:30,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-3507e804-0ef9-4451-a760-0908ed751d7b 2018-11-19 04:59:30,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:30,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fe2a2039-aa6c-48b8-a154-418d274ec0fe Date: Mon, 19 Nov 2018 04:59:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 04:59:30,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-fe2a2039-aa6c-48b8-a154-418d274ec0fe 2018-11-19 04:59:30,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:30,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-b3725278-c80d-423a-a968-a90d9d4d65c6 Date: Mon, 19 Nov 2018 04:59:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:29Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 04:59:30,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port&admin_state_up=True used request id req-b3725278-c80d-423a-a968-a90d9d4d65c6 2018-11-19 04:59:30,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:30,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-812988d7-a437-4f7a-828f-d2a629dd0594 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 04:59:30,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-812988d7-a437-4f7a-828f-d2a629dd0594 2018-11-19 04:59:30,681 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst 2018-11-19 04:59:30,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:30,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baa52107-43eb-4556-9911-ded9ec1f21d5 x-compute-request-id: req-baa52107-43eb-4556-9911-ded9ec1f21d5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-flavor"}]} 2018-11-19 04:59:30,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-baa52107-43eb-4556-9911-ded9ec1f21d5 2018-11-19 04:59:30,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:30,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b82ec5b-b4ac-42db-85e3-0089ade42640 x-compute-request-id: req-6b82ec5b-b4ac-42db-85e3-0089ade42640 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 04:59:30,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524 used request id req-6b82ec5b-b4ac-42db-85e3-0089ade42640 2018-11-19 04:59:30,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:31,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-745cd289-5acc-4d06-925f-9932533df391 Date: Mon, 19 Nov 2018 04:59:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T04:59:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T04:59:14Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c7d5b07-563e-4483-ad32-02176deba064/snap", "metadata": {}}], "self": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064", "min_disk": 0, "protected": false, "id": "3c7d5b07-563e-4483-ad32-02176deba064", "file": "/v2/images/3c7d5b07-563e-4483-ad32-02176deba064/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c7d5b07-563e-4483-ad32-02176deba064/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image"} 2018-11-19 04:59:31,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image used request id req-745cd289-5acc-4d06-925f-9932533df391 2018-11-19 04:59:31,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:31,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-72316ac0-e741-4e46-9a73-9adc03a4b445 Date: Mon, 19 Nov 2018 04:59:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 04:59:31,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-72316ac0-e741-4e46-9a73-9adc03a4b445 2018-11-19 04:59:31,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "imageRef": "3c7d5b07-563e-4483-ad32-02176deba064", "flavorRef": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "max_count": 1, "min_count": 1, "networks": [{"port": "0bbcf3a2-5edb-41aa-b631-e7f917b207a8"}]}}' 2018-11-19 04:59:33,518 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 04: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-d75699bd-52c8-487c-8abd-d638ee236ab9 x-compute-request-id: req-d75699bd-52c8-487c-8abd-d638ee236ab9 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "adminPass": "CK72swaBke86"}} 2018-11-19 04:59:33,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d75699bd-52c8-487c-8abd-d638ee236ab9 2018-11-19 04:59:33,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:33,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1f21ce9-8d91-4137-a323-ef891426cad7 x-compute-request-id: req-f1f21ce9-8d91-4137-a323-ef891426cad7 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.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:33Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:33,789 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-f1f21ce9-8d91-4137-a323-ef891426cad7 2018-11-19 04:59:33,789 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst 2018-11-19 04:59:33,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:34,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62965d5e-63cd-49c2-91c3-175bf827873d x-compute-request-id: req-62965d5e-63cd-49c2-91c3-175bf827873d 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.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:33Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:34,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-62965d5e-63cd-49c2-91c3-175bf827873d 2018-11-19 04:59:34,155 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:34,155 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 04:59:37,158 - create_instance - DEBUG - VM status query timeout in 896.6317029 2018-11-19 04:59:37,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:37,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59dab355-e91e-445e-9f7d-b0cbe569e957 x-compute-request-id: req-59dab355-e91e-445e-9f7d-b0cbe569e957 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:37,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-59dab355-e91e-445e-9f7d-b0cbe569e957 2018-11-19 04:59:37,435 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:37,435 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 04:59:40,438 - create_instance - DEBUG - VM status query timeout in 893.351647854 2018-11-19 04:59:40,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:40,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f654253-e308-47e9-8a57-a1737d6b3c5f x-compute-request-id: req-2f654253-e308-47e9-8a57-a1737d6b3c5f Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:40,723 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-2f654253-e308-47e9-8a57-a1737d6b3c5f 2018-11-19 04:59:40,723 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:40,723 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 04:59:43,726 - create_instance - DEBUG - VM status query timeout in 890.063258886 2018-11-19 04:59:43,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:44,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-943b2143-dc66-4205-b021-836a1ca2f5e2 x-compute-request-id: req-943b2143-dc66-4205-b021-836a1ca2f5e2 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:44,156 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-943b2143-dc66-4205-b021-836a1ca2f5e2 2018-11-19 04:59:44,156 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:44,157 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 04:59:47,160 - create_instance - DEBUG - VM status query timeout in 886.629890919 2018-11-19 04:59:47,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:47,767 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-361d8c32-5c41-4b62-962e-0e4daf235d1d x-compute-request-id: req-361d8c32-5c41-4b62-962e-0e4daf235d1d Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:47,767 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-361d8c32-5c41-4b62-962e-0e4daf235d1d 2018-11-19 04:59:47,767 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:47,767 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 04:59:50,768 - create_instance - DEBUG - VM status query timeout in 883.022025824 2018-11-19 04:59:50,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:51,744 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bd89762-3989-45c6-9255-ef3338042a3d x-compute-request-id: req-8bd89762-3989-45c6-9255-ef3338042a3d Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:51,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-8bd89762-3989-45c6-9255-ef3338042a3d 2018-11-19 04:59:51,744 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:51,745 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 04:59:54,748 - create_instance - DEBUG - VM status query timeout in 879.04182291 2018-11-19 04:59:54,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:55,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e854bcb-5058-4115-9e91-79051ed95edb x-compute-request-id: req-1e854bcb-5058-4115-9e91-79051ed95edb Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:55,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-1e854bcb-5058-4115-9e91-79051ed95edb 2018-11-19 04:59:55,580 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:55,580 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 04:59:58,583 - create_instance - DEBUG - VM status query timeout in 875.206630945 2018-11-19 04:59:58,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 04:59:59,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 04:59:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7af21a66-0a5d-4192-95dd-679037fd339e x-compute-request-id: req-7af21a66-0a5d-4192-95dd-679037fd339e Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 04:59:59,011 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-7af21a66-0a5d-4192-95dd-679037fd339e 2018-11-19 04:59:59,011 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 04:59:59,011 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:00:02,015 - create_instance - DEBUG - VM status query timeout in 871.775120974 2018-11-19 05:00:02,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:02,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-3e419b23-2ce5-44ff-841f-f2c7ba341e3e x-compute-request-id: req-3e419b23-2ce5-44ff-841f-f2c7ba341e3e Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:02,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-3e419b23-2ce5-44ff-841f-f2c7ba341e3e 2018-11-19 05:00:02,481 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 05:00:02,481 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:00:05,482 - create_instance - DEBUG - VM status query timeout in 868.307626009 2018-11-19 05:00:05,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:05,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-70a79ce4-107d-4106-af62-12cecd3e0e5d x-compute-request-id: req-70a79ce4-107d-4106-af62-12cecd3e0e5d Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T04:59:35Z", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:05,768 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-70a79ce4-107d-4106-af62-12cecd3e0e5d 2018-11-19 05:00:05,769 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 05:00:05,769 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:00:08,772 - create_instance - DEBUG - VM status query timeout in 865.017551899 2018-11-19 05:00:08,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:09,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-dd234fcd-b671-4433-a025-0f6c315cfffd x-compute-request-id: req-dd234fcd-b671-4433-a025-0f6c315cfffd Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": null, "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:00:06Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:09,627 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-dd234fcd-b671-4433-a025-0f6c315cfffd 2018-11-19 05:00:09,627 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - BUILD 2018-11-19 05:00:09,627 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:00:12,631 - create_instance - DEBUG - VM status query timeout in 861.15910697 2018-11-19 05:00:12,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:13,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-1635cf9d-3dc8-4a4f-ab26-3e077120012c x-compute-request-id: req-1635cf9d-3dc8-4a4f-ab26-3e077120012c Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:12Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:13,410 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-1635cf9d-3dc8-4a4f-ab26-3e077120012c 2018-11-19 05:00:13,411 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - ACTIVE 2018-11-19 05:00:13,411 - create_instance - INFO - VM is - ACTIVE 2018-11-19 05:00:13,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:14,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-17a16e53-58d9-482c-aa9b-330c3d999624 x-compute-request-id: req-17a16e53-58d9-482c-aa9b-330c3d999624 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:12Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:14,551 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-17a16e53-58d9-482c-aa9b-330c3d999624 2018-11-19 05:00:14,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:14,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7e4d4cfb-ef92-42cd-9d01-dbbde11d0a3f Date: Mon, 19 Nov 2018 05:00:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:14,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-7e4d4cfb-ef92-42cd-9d01-dbbde11d0a3f 2018-11-19 05:00:14,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:14,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-183fea23-a970-4a26-915a-1a66eac53868 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:14,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-183fea23-a970-4a26-915a-1a66eac53868 2018-11-19 05:00:14,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:14,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-546d5a66-86d0-46a8-a9df-91f348817eb5 Date: Mon, 19 Nov 2018 05:00:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:14,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-546d5a66-86d0-46a8-a9df-91f348817eb5 2018-11-19 05:00:14,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:14,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-6fcb2e53-1055-470a-89eb-5e4c2fc2b82f Date: Mon, 19 Nov 2018 05:00:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:14,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-6fcb2e53-1055-470a-89eb-5e4c2fc2b82f 2018-11-19 05:00:14,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:00:15,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["rMs4YBehRNeuwHAuNimLBg"], "issued_at": "2018-11-19T05:00:15.000000Z"}} 2018-11-19 05:00:15,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:15,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf6f283-6ea3-4212-9c1b-0ee20dee94bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:00:15,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3bf6f283-6ea3-4212-9c1b-0ee20dee94bd 2018-11-19 05:00:15,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:16,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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,Accept-Encoding x-openstack-request-id: req-6e646e82-fe7c-439f-9866-30aaae205fe0 x-compute-request-id: req-6e646e82-fe7c-439f-9866-30aaae205fe0 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:12Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:16,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-6e646e82-fe7c-439f-9866-30aaae205fe0 2018-11-19 05:00:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:16,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bc56f692-1750-47d9-a7b4-b01987bd83a6 Date: Mon, 19 Nov 2018 05:00:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:16,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-bc56f692-1750-47d9-a7b4-b01987bd83a6 2018-11-19 05:00:16,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:16,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee2c660-513b-47bb-875d-36967741db77 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:16,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-fee2c660-513b-47bb-875d-36967741db77 2018-11-19 05:00:16,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:16,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dd8cf4df-ba92-4b0c-98d2-8b6465f71de1 Date: Mon, 19 Nov 2018 05:00:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:16,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-dd8cf4df-ba92-4b0c-98d2-8b6465f71de1 2018-11-19 05:00:16,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:16,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-48045525-5527-42fa-a744-c49ed856d432 Date: Mon, 19 Nov 2018 05:00:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:16,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-48045525-5527-42fa-a744-c49ed856d432 2018-11-19 05:00:16,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" -d '{"volumeAttachment": {"volumeId": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}}' 2018-11-19 05:00:18,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-1829ed5e-e6a1-4467-8d69-a00fe24d5d3a x-compute-request-id: req-1829ed5e-e6a1-4467-8d69-a00fe24d5d3a Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "volumeId": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}} 2018-11-19 05:00:18,971 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747/os-volume_attachments used request id req-1829ed5e-e6a1-4467-8d69-a00fe24d5d3a 2018-11-19 05:00:18,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:19,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14bf6f5a-eaff-4ce9-bf16-61ec0179ca6d x-compute-request-id: req-14bf6f5a-eaff-4ce9-bf16-61ec0179ca6d Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:12Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}], "metadata": {}}} 2018-11-19 05:00:19,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-14bf6f5a-eaff-4ce9-bf16-61ec0179ca6d 2018-11-19 05:00:19,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:20,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-08d7b3cd-89a3-4c3d-94a4-d4d431f8dd92 Date: Mon, 19 Nov 2018 05:00:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:20,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-08d7b3cd-89a3-4c3d-94a4-d4d431f8dd92 2018-11-19 05:00:20,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:00:20,177 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:00:20,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:20,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4ff6b83-fbc3-45eb-8d54-f89a885702af 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:20,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-d4ff6b83-fbc3-45eb-8d54-f89a885702af 2018-11-19 05:00:20,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:20,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ce25f3da-9a6f-4d1c-9ba6-701a4f7f0e98 Date: Mon, 19 Nov 2018 05:00:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:20,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-ce25f3da-9a6f-4d1c-9ba6-701a4f7f0e98 2018-11-19 05:00:20,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:20,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-3fa1d403-8129-4d1e-841c-334ec32e55bf Date: Mon, 19 Nov 2018 05:00:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:20,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-3fa1d403-8129-4d1e-841c-334ec32e55bf 2018-11-19 05:00:20,659 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:20,875 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:20 GMT Server: Apache x-compute-request-id: req-d70b9c54-9265-4bc0-936d-3bf2c0f3ee1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d70b9c54-9265-4bc0-936d-3bf2c0f3ee1e Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:00:18.000000", "replication_status": null, "snapshot_id": null, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd", "bootable": "false", "created_at": "2018-11-19T04:59:20.000000", "volume_type": null}} 2018-11-19 05:00:20,875 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-d70b9c54-9265-4bc0-936d-3bf2c0f3ee1e 2018-11-19 05:00:23,882 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d70b9c54-9265-4bc0-936d-3bf2c0f3ee1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:24,668 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:23 GMT Server: Apache x-compute-request-id: req-56cdafd1-1004-4af0-9b51-042621d78250 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-56cdafd1-1004-4af0-9b51-042621d78250 Content-Encoding: gzip Content-Length: 628 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "attachment_id": "c974c197-4139-41ad-b3ea-89cd63d0580e", "attached_at": "2018-11-19T05:00:22.000000", "host_name": null, "volume_id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "device": "/dev/vdb", "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:00:22.000000", "replication_status": null, "snapshot_id": null, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd", "bootable": "false", "created_at": "2018-11-19T04:59:20.000000", "volume_type": null}} 2018-11-19 05:00:24,669 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-56cdafd1-1004-4af0-9b51-042621d78250 2018-11-19 05:00:24,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:24,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-335fe730-6813-4d31-bd11-5db55553f764 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:00:24,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-335fe730-6813-4d31-bd11-5db55553f764 2018-11-19 05:00:24,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:25,750 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-622134b7-3589-48ca-ac27-040efa82ea43 x-compute-request-id: req-622134b7-3589-48ca-ac27-040efa82ea43 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:21Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}], "metadata": {}}} 2018-11-19 05:00:25,750 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-622134b7-3589-48ca-ac27-040efa82ea43 2018-11-19 05:00:25,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:25,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-58597c3a-b0df-4e15-a292-9bfa4bbe7a10 Date: Mon, 19 Nov 2018 05:00:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:25,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-58597c3a-b0df-4e15-a292-9bfa4bbe7a10 2018-11-19 05:00:25,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:25,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-213472c6-2ee3-4228-9c25-8ef8d2e74e9d 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:25,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-213472c6-2ee3-4228-9c25-8ef8d2e74e9d 2018-11-19 05:00:25,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:26,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e592c309-5ef6-4d20-ad81-d2b574d92a6c Date: Mon, 19 Nov 2018 05:00:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:26,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-e592c309-5ef6-4d20-ad81-d2b574d92a6c 2018-11-19 05:00:26,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:26,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-791878ac-f1ea-4a8b-aa3f-1411dbf26a86 Date: Mon, 19 Nov 2018 05:00:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:26,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-791878ac-f1ea-4a8b-aa3f-1411dbf26a86 2018-11-19 05:00:26,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:27,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-9327610a-7ea0-47f6-bc54-201edc268a6c x-compute-request-id: req-9327610a-7ea0-47f6-bc54-201edc268a6c Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:21Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}], "metadata": {}}} 2018-11-19 05:00:27,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-9327610a-7ea0-47f6-bc54-201edc268a6c 2018-11-19 05:00:27,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:27,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e2b28a10-29f3-4e3f-9c35-0502b887af13 Date: Mon, 19 Nov 2018 05:00:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:27,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-e2b28a10-29f3-4e3f-9c35-0502b887af13 2018-11-19 05:00:27,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:27,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115e4ebd-f1f7-4946-a7ff-ab91dbb76ea2 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:27,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-115e4ebd-f1f7-4946-a7ff-ab91dbb76ea2 2018-11-19 05:00:27,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:27,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7dc7b3ca-5260-4b4c-affb-fcfecd0809ed Date: Mon, 19 Nov 2018 05:00:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:27,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-7dc7b3ca-5260-4b4c-affb-fcfecd0809ed 2018-11-19 05:00:27,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:27,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-41c06053-5f63-433e-9465-5ed6cc0fdf90 Date: Mon, 19 Nov 2018 05:00:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:27,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-41c06053-5f63-433e-9465-5ed6cc0fdf90 2018-11-19 05:00:27,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:28,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-cf79069e-0271-4de6-8b70-6d8a135e094a x-compute-request-id: req-cf79069e-0271-4de6-8b70-6d8a135e094a Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:21Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}], "metadata": {}}} 2018-11-19 05:00:28,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-cf79069e-0271-4de6-8b70-6d8a135e094a 2018-11-19 05:00:28,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:28,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-298972b8-b608-4e77-a14a-ead90bc8a4d9 Date: Mon, 19 Nov 2018 05:00:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:28,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-298972b8-b608-4e77-a14a-ead90bc8a4d9 2018-11-19 05:00:28,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:28,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-110ce33e-2f4d-48b0-a5a6-bea7c6d9ada1 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:28,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-110ce33e-2f4d-48b0-a5a6-bea7c6d9ada1 2018-11-19 05:00:28,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:28,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ec1712ec-9586-4cb9-88e9-5fac3ae13554 Date: Mon, 19 Nov 2018 05:00:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:28,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-ec1712ec-9586-4cb9-88e9-5fac3ae13554 2018-11-19 05:00:28,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:28,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-d346b003-e9d2-45b7-9daa-21cd6c757fac Date: Mon, 19 Nov 2018 05:00:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:28,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-d346b003-e9d2-45b7-9daa-21cd6c757fac 2018-11-19 05:00:28,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747/os-volume_attachments/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:30,539 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:00:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d00ec69-95f1-45b4-906a-e81545c22f02 x-compute-request-id: req-2d00ec69-95f1-45b4-906a-e81545c22f02 Content-Length: 0 Content-Type: application/json 2018-11-19 05:00:30,539 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747/os-volume_attachments/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-2d00ec69-95f1-45b4-906a-e81545c22f02 2018-11-19 05:00:30,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:31,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e199317-4c41-4d5d-9b4f-91b1f4158d3a x-compute-request-id: req-5e199317-4c41-4d5d-9b4f-91b1f4158d3a Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:21Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad"}], "metadata": {}}} 2018-11-19 05:00:31,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-5e199317-4c41-4d5d-9b4f-91b1f4158d3a 2018-11-19 05:00:31,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:31,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b9f200c2-7cd8-4321-8207-8f6090388f89 Date: Mon, 19 Nov 2018 05:00:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:31,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-b9f200c2-7cd8-4321-8207-8f6090388f89 2018-11-19 05:00:31,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:31,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3951a59b-4b30-4fcc-b5a3-8837d3b7fc80 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:31,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-3951a59b-4b30-4fcc-b5a3-8837d3b7fc80 2018-11-19 05:00:31,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:31,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a624d0ae-a135-4452-80e9-b5c4f5fb4105 Date: Mon, 19 Nov 2018 05:00:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:31,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-a624d0ae-a135-4452-80e9-b5c4f5fb4105 2018-11-19 05:00:31,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:31,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-84cda15e-684b-433b-8e9b-cf8c204f88b2 Date: Mon, 19 Nov 2018 05:00:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:31,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-84cda15e-684b-433b-8e9b-cf8c204f88b2 2018-11-19 05:00:34,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:35,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-66332f81-b907-4b46-8ebb-1e4061f355ed x-compute-request-id: req-66332f81-b907-4b46-8ebb-1e4061f355ed Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:21Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:35,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-66332f81-b907-4b46-8ebb-1e4061f355ed 2018-11-19 05:00:35,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:35,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f57d3103-57b7-45b2-be4e-3232c0cadefd Date: Mon, 19 Nov 2018 05:00:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:35,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-f57d3103-57b7-45b2-be4e-3232c0cadefd 2018-11-19 05:00:35,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:35,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e77323-bd48-4e17-bbc8-40f7c81ab0ac 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:35,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-e5e77323-bd48-4e17-bbc8-40f7c81ab0ac 2018-11-19 05:00:35,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:35,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7163cb95-22b0-402f-ae91-f966248af32a Date: Mon, 19 Nov 2018 05:00:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:35,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-7163cb95-22b0-402f-ae91-f966248af32a 2018-11-19 05:00:35,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:35,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-7b067e63-8b62-4019-b186-3a3c742b42f3 Date: Mon, 19 Nov 2018 05:00:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:35,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-7b067e63-8b62-4019-b186-3a3c742b42f3 2018-11-19 05:00:35,863 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d70b9c54-9265-4bc0-936d-3bf2c0f3ee1e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:36,072 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:35 GMT Server: Apache x-compute-request-id: req-e9c98574-5956-47f8-80b9-5bcf70a07756 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9c98574-5956-47f8-80b9-5bcf70a07756 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:00:30.000000", "replication_status": null, "snapshot_id": null, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd", "bootable": "false", "created_at": "2018-11-19T04:59:20.000000", "volume_type": null}} 2018-11-19 05:00:36,072 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-e9c98574-5956-47f8-80b9-5bcf70a07756 2018-11-19 05:00:36,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:36,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-edf86640-2a82-4637-8626-11cd662b5275 x-compute-request-id: req-edf86640-2a82-4637-8626-11cd662b5275 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:21Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:36,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-edf86640-2a82-4637-8626-11cd662b5275 2018-11-19 05:00:36,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:36,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e2f3a4a6-0a12-47b9-be53-0d25c17091df Date: Mon, 19 Nov 2018 05:00:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:36,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-e2f3a4a6-0a12-47b9-be53-0d25c17091df 2018-11-19 05:00:36,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:36,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-252539f8-c1df-4acc-9084-fce732125752 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:36,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-252539f8-c1df-4acc-9084-fce732125752 2018-11-19 05:00:36,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:36,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-58f8ecc6-92fc-4b03-aadf-c85930c6dd04 Date: Mon, 19 Nov 2018 05:00:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:36,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-58f8ecc6-92fc-4b03-aadf-c85930c6dd04 2018-11-19 05:00:36,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:37,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-1ae12ce1-b7a6-4d4f-ac28-94a70bdbdbf9 Date: Mon, 19 Nov 2018 05:00:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:37,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-1ae12ce1-b7a6-4d4f-ac28-94a70bdbdbf9 2018-11-19 05:00:37,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:37,721 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-015c8599-7b7b-460b-b6ae-4ef45b8a0016 x-compute-request-id: req-015c8599-7b7b-460b-b6ae-4ef45b8a0016 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:be:8f", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:21Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:37,721 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-015c8599-7b7b-460b-b6ae-4ef45b8a0016 2018-11-19 05:00:37,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:37,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-21d3a15a-b9ee-4f93-95d6-d99fda4b4b02 Date: Mon, 19 Nov 2018 05:00:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"78f8776e-3821-4f29-993f-7719f293922c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":14,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["a272a7f8-3969-4aa1-81ad-78ad0f13406b"],"description":"","tags":[],"updated_at":"2018-11-19T04:59:17Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:16Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:37,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net used request id req-21d3a15a-b9ee-4f93-95d6-d99fda4b4b02 2018-11-19 05:00:37,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:38,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257f7af5-5c03-4103-b272-24e81fcc6b30 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:00:38,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-257f7af5-5c03-4103-b272-24e81fcc6b30 2018-11-19 05:00:38,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:38,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d433dc62-a08b-4072-9ef9-458c3e0de7b5 Date: Mon, 19 Nov 2018 05:00:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","dns_nameservers":[],"updated_at":"2018-11-19T04:59: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":"18123dbd720a4952ab47bfda8e7754ba","id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet"}]} 2018-11-19 05:00:38,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-d433dc62-a08b-4072-9ef9-458c3e0de7b5 2018-11-19 05:00:38,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4ff3ca36c7811703ac99eaa7891781ac01eb928" 2018-11-19 05:00:38,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-fa640d68-e4d0-4d26-9f2d-546ee1654822 Date: Mon, 19 Nov 2018 05:00:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.3"}],"id":"025d5830-2108-47f6-96c7-de3e689dde69","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5b:c3:cd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:00:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.12"}],"id":"0bbcf3a2-5edb-41aa-b631-e7f917b207a8","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c2:be:8f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:29Z","binding:vnic_type":"normal","device_id":"0f16cab0-2dc9-4a54-ba75-c709d93d9747"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.4"}],"id":"989f5a47-f304-4a33-bb3f-3cda00962197","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:a9:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:18Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-78f8776e-3821-4f29-993f-7719f293922c"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T04:59:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a272a7f8-3969-4aa1-81ad-78ad0f13406b","ip_address":"10.55.0.2"}],"id":"a372db9c-38a9-42a3-8dcc-357d1116d3b4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:c7:e6","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"78f8776e-3821-4f29-993f-7719f293922c","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T04:59:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-78f8776e-3821-4f29-993f-7719f293922c"}]} 2018-11-19 05:00:38,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=78f8776e-3821-4f29-993f-7719f293922c used request id req-fa640d68-e4d0-4d26-9f2d-546ee1654822 2018-11-19 05:00:38,304 - create_instance - INFO - Deleting Port with ID - 0bbcf3a2-5edb-41aa-b631-e7f917b207a8 2018-11-19 05:00:38,304 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-port 2018-11-19 05:00:38,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/0bbcf3a2-5edb-41aa-b631-e7f917b207a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:38,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25192d1c-ec2c-4464-bbcb-ea2c888cb956 Date: Mon, 19 Nov 2018 05:00:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:00:38,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/0bbcf3a2-5edb-41aa-b631-e7f917b207a8 used request id req-25192d1c-ec2c-4464-bbcb-ea2c888cb956 2018-11-19 05:00:38,797 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst 2018-11-19 05:00:38,800 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:39,006 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:00:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4537275c-e903-4cbf-a10e-5caa7f64d2b3 x-compute-request-id: req-4537275c-e903-4cbf-a10e-5caa7f64d2b3 Content-Type: application/json 2018-11-19 05:00:39,006 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-4537275c-e903-4cbf-a10e-5caa7f64d2b3 2018-11-19 05:00:39,006 - create_instance - INFO - Checking deletion status 2018-11-19 05:00:39,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:39,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15d0e0e3-d481-4037-9a8b-a17d16ac0910 x-compute-request-id: req-15d0e0e3-d481-4037-9a8b-a17d16ac0910 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:38Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:39,243 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-15d0e0e3-d481-4037-9a8b-a17d16ac0910 2018-11-19 05:00:39,243 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - ACTIVE 2018-11-19 05:00:39,243 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:00:42,247 - create_instance - DEBUG - VM status query timeout in 296.759957075 2018-11-19 05:00:42,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:42,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00: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-84919b49-369c-4267-99c4-6cda87999890 x-compute-request-id: req-84919b49-369c-4267-99c4-6cda87999890 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747", "rel": "bookmark"}], "image": {"id": "3c7d5b07-563e-4483-ad32-02176deba064", "links": [{"href": "http://172.30.9.21:8774/images/3c7d5b07-563e-4483-ad32-02176deba064", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000008", "OS-SRV-USG:launched_at": "2018-11-19T05:00:11.000000", "flavor": {"id": "42dd8407-3d2f-4c6a-afae-c43f5e133524", "links": [{"href": "http://172.30.9.21:8774/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524", "rel": "bookmark"}]}, "id": "0f16cab0-2dc9-4a54-ba75-c709d93d9747", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:00:38Z", "hostId": "4e47bc405f69c58ca3b31e270484003c33ba742848cc30fe5425636a", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst", "created": "2018-11-19T04:59:33Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:00:42,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-84919b49-369c-4267-99c4-6cda87999890 2018-11-19 05:00:42,694 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst] is - ACTIVE 2018-11-19 05:00:42,694 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:00:45,697 - create_instance - DEBUG - VM status query timeout in 293.309146881 2018-11-19 05:00:45,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}13d1dfdb19d06e4d9e8870a1778ee130d7f956c8" 2018-11-19 05:00:45,876 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:00:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-295dcdb8-7eab-4b8b-ba94-84c5fdf40f4a x-compute-request-id: req-295dcdb8-7eab-4b8b-ba94-84c5fdf40f4a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 0f16cab0-2dc9-4a54-ba75-c709d93d9747 could not be found.", "code": 404}} 2018-11-19 05:00:45,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/0f16cab0-2dc9-4a54-ba75-c709d93d9747 used request id req-295dcdb8-7eab-4b8b-ba94-84c5fdf40f4a 2018-11-19 05:00:45,877 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 0f16cab0-2dc9-4a54-ba75-c709d93d9747 could not be found. (HTTP 404) (Request-ID: req-295dcdb8-7eab-4b8b-ba94-84c5fdf40f4a) 2018-11-19 05:00:45,877 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-vm_inst 2018-11-19 05:00:45,881 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-899a38db-49e0-408b-901a-84c496212cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 05:00:46,605 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:45 GMT Server: Apache x-compute-request-id: req-63e85a64-f7cc-402b-bcff-7eabeb6d1907 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-63e85a64-f7cc-402b-bcff-7eabeb6d1907 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:00:30.000000", "replication_status": null, "snapshot_id": null, "id": "4ac6c2c8-586c-4b38-a444-68e3389c54ad", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-b65b7119-e8ff-45a1-b3c2-867326f115cd", "bootable": "false", "created_at": "2018-11-19T04:59:20.000000", "volume_type": null}} 2018-11-19 05:00:46,606 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-63e85a64-f7cc-402b-bcff-7eabeb6d1907 2018-11-19 05:00:46,606 - create_volume - DEBUG - Instance status is - available 2018-11-19 05:00:46,606 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd 2018-11-19 05:00:46,606 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd 2018-11-19 05:00:46,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-899a38db-49e0-408b-901a-84c496212cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 05:00:46,835 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:00:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bdcb8c6c-5251-4867-8b78-e79d9849a164 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:00:46,835 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-bdcb8c6c-5251-4867-8b78-e79d9849a164 2018-11-19 05:00:46,838 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-899a38db-49e0-408b-901a-84c496212cfe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e17ff7441b005053fa6f8e0c89ab33c3491b6ad" 2018-11-19 05:00:47,571 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:00:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4bb56545-4028-472f-adcd-b44428c8f482 x-openstack-request-id: req-4bb56545-4028-472f-adcd-b44428c8f482 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 4ac6c2c8-586c-4b38-a444-68e3389c54ad could not be found.", "code": 404}} 2018-11-19 05:00:47,571 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/4ac6c2c8-586c-4b38-a444-68e3389c54ad used request id req-4bb56545-4028-472f-adcd-b44428c8f482 2018-11-19 05:00:47,571 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 4ac6c2c8-586c-4b38-a444-68e3389c54ad could not be found. (HTTP 404) (Request-ID: req-4bb56545-4028-472f-adcd-b44428c8f482) 2018-11-19 05:00:47,571 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd 2018-11-19 05:00:47,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d5d142715356aa249a020dd22c4a240fdd98603" 2018-11-19 05:00:47,644 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:00: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-76b4d16c-bde0-4a8c-980a-ba0c17b4be8d x-compute-request-id: req-76b4d16c-bde0-4a8c-980a-ba0c17b4be8d Content-Length: 0 Content-Type: application/json 2018-11-19 05:00:47,644 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/42dd8407-3d2f-4c6a-afae-c43f5e133524 used request id req-76b4d16c-bde0-4a8c-980a-ba0c17b4be8d 2018-11-19 05:00:47,645 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet 2018-11-19 05:00:47,645 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-subnet 2018-11-19 05:00:47,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a272a7f8-3969-4aa1-81ad-78ad0f13406b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 05:00:49,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c418d214-9c74-443e-915f-67faef306e0f Date: Mon, 19 Nov 2018 05:00:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:00:49,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a272a7f8-3969-4aa1-81ad-78ad0f13406b used request id req-c418d214-9c74-443e-915f-67faef306e0f 2018-11-19 05:00:49,737 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-net 2018-11-19 05:00:49,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/78f8776e-3821-4f29-993f-7719f293922c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c5ffa87be5cf6c1e521fcde7eabe033a5eac8dc" 2018-11-19 05:00:50,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b8dafba-d867-4674-8c50-56466e1aa678 Date: Mon, 19 Nov 2018 05:00:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:00:50,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/78f8776e-3821-4f29-993f-7719f293922c used request id req-9b8dafba-d867-4674-8c50-56466e1aa678 2018-11-19 05:00:50,970 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-b65b7119-e8ff-45a1-b3c2-867326f115cd-image 2018-11-19 05:00:50,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aadc9a333ca644ee3f70e6b3b65db534c3ed67a6" 2018-11-19 05:00:52,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2688b037-c393-4519-9aec-ee99b7ec88c7 Date: Mon, 19 Nov 2018 05:00:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:00:52,639 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3c7d5b07-563e-4483-ad32-02176deba064 used request id req-2688b037-c393-4519-9aec-ee99b7ec88c7 2018-11-19 05:00:52,641 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:00:52,644 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 05:00:52,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:00:52,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:00:53,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:00:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["1yzlkZo8SgGcQU0H_fTlRg"], "issued_at": "2018-11-19T05:00:53.000000Z"}} 2018-11-19 05:00:53,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" 2018-11-19 05:00:53,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9799f5b-f2e9-4f49-845d-dcdb0624c152 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:00:53,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d9799f5b-f2e9-4f49-845d-dcdb0624c152 2018-11-19 05:00:53,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" 2018-11-19 05:00:53,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-ecffb993-d1df-4034-b9fb-16cdeb852b60 Date: Mon, 19 Nov 2018 05:00:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image"} 2018-11-19 05:00:53,293 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image used request id req-ecffb993-d1df-4034-b9fb-16cdeb852b60 2018-11-19 05:00:53,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" 2018-11-19 05:00:53,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3a87723-364a-472c-9ce8-0e5fd0f6f883 Date: Mon, 19 Nov 2018 05:00:53 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:00:53,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f3a87723-364a-472c-9ce8-0e5fd0f6f883 2018-11-19 05:00:53,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image"}' 2018-11-19 05:00:53,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467 X-Openstack-Request-Id: req-c3b9fcbd-efe8-4889-8db7-cef90261ecf3 Date: Mon, 19 Nov 2018 05:00:53 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:00:53Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T05:00:53Z", "visibility": "shared", "locations": [], "self": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "min_disk": 0, "protected": false, "id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "file": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:00:53,742 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-c3b9fcbd-efe8-4889-8db7-cef90261ecf3 2018-11-19 05:00:53,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" -d '' 2018-11-19 05:00:56,078 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5330070f-afb3-4827-80f3-ee6fef13f72e Date: Mon, 19 Nov 2018 05:00:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:00:56,078 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/file used request id req-5330070f-afb3-4827-80f3-ee6fef13f72e 2018-11-19 05:00:56,078 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:00:56,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" 2018-11-19 05:00:56,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-4daadd88-6579-46e2-bde0-e03296e552c1 Date: Mon, 19 Nov 2018 05:00:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:00:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:00:56Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/snap", "metadata": {}}], "self": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "min_disk": 0, "protected": false, "id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "file": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:00:56,260 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467 used request id req-4daadd88-6579-46e2-bde0-e03296e552c1 2018-11-19 05:00:56,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" 2018-11-19 05:00:56,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4b93651b-7c11-403c-ba74-78a236adf2e4 Date: Mon, 19 Nov 2018 05:00: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-11-19 05:00:56,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4b93651b-7c11-403c-ba74-78a236adf2e4 2018-11-19 05:00:56,415 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image 2018-11-19 05:00:56,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" 2018-11-19 05:00:56,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-413f33e6-bb97-4e14-b4f3-18ac8a953517 Date: Mon, 19 Nov 2018 05:00:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:00:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:00:56Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/snap", "metadata": {}}], "self": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "min_disk": 0, "protected": false, "id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "file": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:00:56,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467 used request id req-413f33e6-bb97-4e14-b4f3-18ac8a953517 2018-11-19 05:00:56,574 - create_image - DEBUG - Instance status is - active 2018-11-19 05:00:56,574 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image 2018-11-19 05:00:56,574 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image 2018-11-19 05:00:56,574 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:00:56,575 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:00:57,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:00:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["MMdUdgdBS9SE8ZfxxlMA5Q"], "issued_at": "2018-11-19T05:00:57.000000Z"}} 2018-11-19 05:00:57,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:00:57,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13bd33a4-9df8-4086-b7c8-315126f7bb3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:00:57,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-13bd33a4-9df8-4086-b7c8-315126f7bb3c 2018-11-19 05:00:57,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:00:57,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e48dabb2-760a-47e9-8a8f-7cc114f8def1 Date: Mon, 19 Nov 2018 05:00:57 GMT RESP BODY: {"networks":[]} 2018-11-19 05:00:57,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-e48dabb2-760a-47e9-8a8f-7cc114f8def1 2018-11-19 05:00:57,322 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net 2018-11-19 05:00:57,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net", "admin_state_up": true}}' 2018-11-19 05:00:57,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-807170a0-a712-4435-98d7-3cc3627dd6ff Date: Mon, 19 Nov 2018 05:00: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":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:00:57Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","mtu":1450}} 2018-11-19 05:00:57,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-807170a0-a712-4435-98d7-3cc3627dd6ff 2018-11-19 05:00:57,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:00:57,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-478ebd07-f4e3-4d80-a232-e5ce3e2a6b4c Date: Mon, 19 Nov 2018 05:00:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:00:57Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:57,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-478ebd07-f4e3-4d80-a232-e5ce3e2a6b4c 2018-11-19 05:00:57,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:00:58,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d9282e5f-faf4-48fe-8b39-501acf5ab11a Date: Mon, 19 Nov 2018 05:00:58 GMT RESP BODY: {"subnets":[]} 2018-11-19 05:00:58,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-d9282e5f-faf4-48fe-8b39-501acf5ab11a 2018-11-19 05:00:58,158 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet 2018-11-19 05:00:58,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" -d '{"subnets": [{"ip_version": 4, "network_id": "8074bde7-1b77-4a38-b96e-7e0884060aac", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]}' 2018-11-19 05:00:58,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7fa2bc5b-1e5e-4484-9490-95581341913d Date: Mon, 19 Nov 2018 05:00:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","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":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:00:58,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-7fa2bc5b-1e5e-4484-9490-95581341913d 2018-11-19 05:00:58,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:00:59,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e472981b-e9fb-403d-86a7-2689de506979 Date: Mon, 19 Nov 2018 05:00:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:00:59,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-e472981b-e9fb-403d-86a7-2689de506979 2018-11-19 05:00:59,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:00:59,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8580eef3-b7fa-4510-bd92-04711ccbf50c Date: Mon, 19 Nov 2018 05:00:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:00:59,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-8580eef3-b7fa-4510-bd92-04711ccbf50c 2018-11-19 05:00:59,250 - OpenStackNetwork - DEBUG - Network [8074bde7-1b77-4a38-b96e-7e0884060aac] created successfully 2018-11-19 05:00:59,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:00:59,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:00:59,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:00:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["mv9eGttDRLqi5FSmn_GUxw"], "issued_at": "2018-11-19T05:00:59.000000Z"}} 2018-11-19 05:00:59,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66d7507a0eb8228201e23cc0cbd0dba7195e21d3" 2018-11-19 05:00:59,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ea0aee8-a75a-4bd6-bb5e-d874c125477b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:00:59,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9ea0aee8-a75a-4bd6-bb5e-d874c125477b 2018-11-19 05:00:59,657 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:00:59,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66d7507a0eb8228201e23cc0cbd0dba7195e21d3" 2018-11-19 05:00:59,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11a0e3b3-c7e8-41dc-88b3-e327c8fafef3 x-compute-request-id: req-11a0e3b3-c7e8-41dc-88b3-e327c8fafef3 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:00:59,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-11a0e3b3-c7e8-41dc-88b3-e327c8fafef3 2018-11-19 05:00:59,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66d7507a0eb8228201e23cc0cbd0dba7195e21d3" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 05:00:59,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:00:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c239a957-1afb-4c7e-8145-2cf2674c8151 x-compute-request-id: req-c239a957-1afb-4c7e-8145-2cf2674c8151 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:00:59,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c239a957-1afb-4c7e-8145-2cf2674c8151 2018-11-19 05:00:59,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:00:59,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:01:00,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["5LVDMr1pR8KkPr1l1sQ9Sw"], "issued_at": "2018-11-19T05:01:00.000000Z"}} 2018-11-19 05:01:00,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:00,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b75f21-474b-4aae-b2b1-f9e23d6b4923 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:01:00,384 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-32b75f21-474b-4aae-b2b1-f9e23d6b4923 2018-11-19 05:01:00,390 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:01,142 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:00 GMT Server: Apache x-compute-request-id: req-d1e11302-54d5-4cf1-a011-476217aa4195 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d1e11302-54d5-4cf1-a011-476217aa4195 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 05:01:01,143 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail used request id req-d1e11302-54d5-4cf1-a011-476217aa4195 2018-11-19 05:01:01,146 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d1e11302-54d5-4cf1-a011-476217aa4195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 05:01:02,157 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:01:01 GMT Server: Apache x-compute-request-id: req-dd7c5f68-7775-405f-8b9a-cdcbccea4a0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dd7c5f68-7775-405f-8b9a-cdcbccea4a0b Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T05:01:02.037956", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e84d15b4-b825-4795-9366-a5337685c0e9", "size": 1}} 2018-11-19 05:01:02,157 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes used request id req-dd7c5f68-7775-405f-8b9a-cdcbccea4a0b 2018-11-19 05:01:02,161 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1e11302-54d5-4cf1-a011-476217aa4195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:02,362 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:02 GMT Server: Apache x-compute-request-id: req-eb32a77e-17d2-4259-8420-5e81c4ec9489 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eb32a77e-17d2-4259-8420-5e81c4ec9489 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:01:02.000000", "replication_status": null, "snapshot_id": null, "id": "e84d15b4-b825-4795-9366-a5337685c0e9", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-0050297a-ed78-4189-bad8-290e793bf28f", "bootable": "false", "created_at": "2018-11-19T05:01:02.000000", "volume_type": null}} 2018-11-19 05:01:02,362 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 used request id req-eb32a77e-17d2-4259-8420-5e81c4ec9489 2018-11-19 05:01:02,363 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f 2018-11-19 05:01:02,365 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1e11302-54d5-4cf1-a011-476217aa4195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:02,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:02 GMT Server: Apache x-compute-request-id: req-de832429-8a8a-4581-83cc-b669809b8c56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-de832429-8a8a-4581-83cc-b669809b8c56 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:01:02.000000", "replication_status": null, "snapshot_id": null, "id": "e84d15b4-b825-4795-9366-a5337685c0e9", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-0050297a-ed78-4189-bad8-290e793bf28f", "bootable": "false", "created_at": "2018-11-19T05:01:02.000000", "volume_type": null}} 2018-11-19 05:01:02,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 used request id req-de832429-8a8a-4581-83cc-b669809b8c56 2018-11-19 05:01:02,417 - create_volume - DEBUG - Instance status is - creating 2018-11-19 05:01:02,417 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 05:01:05,421 - create_volume - DEBUG - Volume status query timeout in 296.942099094 2018-11-19 05:01:05,424 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1e11302-54d5-4cf1-a011-476217aa4195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:06,205 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:05 GMT Server: Apache x-compute-request-id: req-6385a6f3-e637-43b8-89e3-513abb64733d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6385a6f3-e637-43b8-89e3-513abb64733d Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:01:02.000000", "replication_status": null, "snapshot_id": null, "id": "e84d15b4-b825-4795-9366-a5337685c0e9", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-0050297a-ed78-4189-bad8-290e793bf28f", "bootable": "false", "created_at": "2018-11-19T05:01:02.000000", "volume_type": null}} 2018-11-19 05:01:06,205 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 used request id req-6385a6f3-e637-43b8-89e3-513abb64733d 2018-11-19 05:01:06,205 - create_volume - DEBUG - Instance status is - available 2018-11-19 05:01:06,205 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f 2018-11-19 05:01:06,206 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f 2018-11-19 05:01:06,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:01:06,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:01:06,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:01:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Ci5Dt-YXT2mEQECdF9WoDw"], "issued_at": "2018-11-19T05:01:06.000000Z"}} 2018-11-19 05:01:06,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:06,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71b66bb7-e8fd-4604-9750-8d5dc61f1ae6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:01:06,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-71b66bb7-e8fd-4604-9750-8d5dc61f1ae6 2018-11-19 05:01:06,676 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:01:06,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:06,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40899d2b-87b1-4ddc-9e02-c7826e5b28e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:01:06,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-40899d2b-87b1-4ddc-9e02-c7826e5b28e6 2018-11-19 05:01:06,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:06,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-88579162-6104-4765-b5fb-5f1b6f20fa13 Date: Mon, 19 Nov 2018 05:01:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:06,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-88579162-6104-4765-b5fb-5f1b6f20fa13 2018-11-19 05:01:07,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:01:07,007 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:01:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:01:07,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:07,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0490b532-7dee-4702-bdc5-1953a668751b 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:01:07,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-0490b532-7dee-4702-bdc5-1953a668751b 2018-11-19 05:01:07,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:07,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-650f7d26-ae1b-4fcd-8aa7-ad294f31710f Date: Mon, 19 Nov 2018 05:01:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:01:07,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-650f7d26-ae1b-4fcd-8aa7-ad294f31710f 2018-11-19 05:01:07,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:07,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e3864690-fe57-4e60-9838-83b97bc64cc9 Date: Mon, 19 Nov 2018 05:01:07 GMT RESP BODY: {"ports":[]} 2018-11-19 05:01:07,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port&admin_state_up=True used request id req-e3864690-fe57-4e60-9838-83b97bc64cc9 2018-11-19 05:01:07,506 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:07,732 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa350326-638e-454c-97dd-f6f0e7b4c8b4 x-compute-request-id: req-aa350326-638e-454c-97dd-f6f0e7b4c8b4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 05:01:07,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst used request id req-aa350326-638e-454c-97dd-f6f0e7b4c8b4 2018-11-19 05:01:07,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:07,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7e873b0a-2e66-4135-832c-2cd8c000f7a8 Date: Mon, 19 Nov 2018 05:01:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:07,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-7e873b0a-2e66-4135-832c-2cd8c000f7a8 2018-11-19 05:01:07,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:08,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e50113a-15a6-447c-a0e7-7554b4ff435d 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:01:08,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-0e50113a-15a6-447c-a0e7-7554b4ff435d 2018-11-19 05:01:08,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:08,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e4f01eef-d36c-4283-95d7-dd1de600c8d4 Date: Mon, 19 Nov 2018 05:01:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:01:08,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-e4f01eef-d36c-4283-95d7-dd1de600c8d4 2018-11-19 05:01:08,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:08,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-851b3417-49db-4a97-aef8-c06af3a3a680 Date: Mon, 19 Nov 2018 05:01:08 GMT RESP BODY: {"ports":[]} 2018-11-19 05:01:08,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port&admin_state_up=True used request id req-851b3417-49db-4a97-aef8-c06af3a3a680 2018-11-19 05:01:08,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:01:08,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:01:08,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:01:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["uDRqJDH0RYK25kfgsZLR8g"], "issued_at": "2018-11-19T05:01:08.000000Z"}} 2018-11-19 05:01:08,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d66cd7157f8871af64327da3f50ee0241852709" 2018-11-19 05:01:08,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40e51687-552d-4495-a482-1aa2089c9402 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:01:08,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-40e51687-552d-4495-a482-1aa2089c9402 2018-11-19 05:01:08,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:09,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7147cee0-e988-4def-ac46-583aaf42bde3 Date: Mon, 19 Nov 2018 05:01:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:09,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-7147cee0-e988-4def-ac46-583aaf42bde3 2018-11-19 05:01:09,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:09,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-db1c8857-277d-47a8-8f84-5bd40f80976d Date: Mon, 19 Nov 2018 05:01:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:01:09,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-db1c8857-277d-47a8-8f84-5bd40f80976d 2018-11-19 05:01:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:09,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c7435add-c827-4b1e-9418-e55315dbc13c Date: Mon, 19 Nov 2018 05:01:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:09,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-c7435add-c827-4b1e-9418-e55315dbc13c 2018-11-19 05:01:09,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:01:09,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:01:09,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d66cd7157f8871af64327da3f50ee0241852709" 2018-11-19 05:01:09,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16cfa04-19ff-499e-8f1d-78481acb1aad 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:01:09,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-b16cfa04-19ff-499e-8f1d-78481acb1aad 2018-11-19 05:01:09,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:09,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6993132a-49aa-4c8a-bff4-51d003e7ac8c Date: Mon, 19 Nov 2018 05:01:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:01:09,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-6993132a-49aa-4c8a-bff4-51d003e7ac8c 2018-11-19 05:01:09,899 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net 2018-11-19 05:01:09,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" -d '{"port": {"network_id": "8074bde7-1b77-4a38-b96e-7e0884060aac", "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port", "admin_state_up": true}}' 2018-11-19 05:01:10,934 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-e38833c8-8aae-4cb9-9643-f83404339ea0 Date: Mon, 19 Nov 2018 05:01:10 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:10Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.9"}],"id":"abcd6368-5148-40dc-aae2-0b36504a7ebe","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ff:4a:88","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:10Z","binding:vnic_type":"normal"}} 2018-11-19 05:01:10,934 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-e38833c8-8aae-4cb9-9643-f83404339ea0 2018-11-19 05:01:10,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:11,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3cc9f9f6-872a-47df-923a-39cdb7132d09 Date: Mon, 19 Nov 2018 05:01:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:11,298 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-3cc9f9f6-872a-47df-923a-39cdb7132d09 2018-11-19 05:01:11,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:11,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c527434-a5ac-45f3-9f38-d860d9af1255 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:01:11,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-7c527434-a5ac-45f3-9f38-d860d9af1255 2018-11-19 05:01:11,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:11,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3cc3233b-7549-418b-8854-9f29c90814ab Date: Mon, 19 Nov 2018 05:01:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:01:11,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-3cc3233b-7549-418b-8854-9f29c90814ab 2018-11-19 05:01:11,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:11,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-e598f4d1-f6b2-4a6c-a705-21f39d0785d5 Date: Mon, 19 Nov 2018 05:01:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.9"}],"id":"abcd6368-5148-40dc-aae2-0b36504a7ebe","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ff:4a:88","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:10Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 05:01:11,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port&admin_state_up=True used request id req-e598f4d1-f6b2-4a6c-a705-21f39d0785d5 2018-11-19 05:01:11,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:11,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb8c8edf-7753-4f44-803c-7f53648ec2a7 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:01:11,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-cb8c8edf-7753-4f44-803c-7f53648ec2a7 2018-11-19 05:01:11,935 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst 2018-11-19 05:01:11,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:11,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-295f71ed-2a12-4be8-87cf-8704315b7ef2 x-compute-request-id: req-295f71ed-2a12-4be8-87cf-8704315b7ef2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-flavor"}]} 2018-11-19 05:01:11,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-295f71ed-2a12-4be8-87cf-8704315b7ef2 2018-11-19 05:01:11,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:11,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce401a0c-3841-4813-b8d6-5a20141a8148 x-compute-request-id: req-ce401a0c-3841-4813-b8d6-5a20141a8148 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:01:11,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684 used request id req-ce401a0c-3841-4813-b8d6-5a20141a8148 2018-11-19 05:01:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:12,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-ea04a065-8d31-42e0-9edd-ea340e07b06a Date: Mon, 19 Nov 2018 05:01:12 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:00:53Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:00:56Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/snap", "metadata": {}}], "self": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "min_disk": 0, "protected": false, "id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "file": "/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6f493a4c-aeff-4ada-b9ab-7b907634b467/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image"} 2018-11-19 05:01:12,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image used request id req-ea04a065-8d31-42e0-9edd-ea340e07b06a 2018-11-19 05:01:12,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:12,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f78c901a-95b2-4f59-b000-1e732ef42de6 Date: Mon, 19 Nov 2018 05:01:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:01:12,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f78c901a-95b2-4f59-b000-1e732ef42de6 2018-11-19 05:01:12,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "imageRef": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "flavorRef": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "max_count": 1, "min_count": 1, "networks": [{"port": "abcd6368-5148-40dc-aae2-0b36504a7ebe"}]}}' 2018-11-19 05:01:14,874 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:01: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-a989481a-8df9-4147-ad05-220d44bbfa1a x-compute-request-id: req-a989481a-8df9-4147-ad05-220d44bbfa1a Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "adminPass": "hEy8oM4sYtva"}} 2018-11-19 05:01:14,874 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a989481a-8df9-4147-ad05-220d44bbfa1a 2018-11-19 05:01:14,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:15,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-b3b204ff-75fb-4b5f-a1f4-c99b410202df x-compute-request-id: req-b3b204ff-75fb-4b5f-a1f4-c99b410202df 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.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:01: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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:01:15,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-b3b204ff-75fb-4b5f-a1f4-c99b410202df 2018-11-19 05:01:15,311 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst 2018-11-19 05:01:15,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:16,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a85dcda6-4817-463d-9709-e55cab84403f x-compute-request-id: req-a85dcda6-4817-463d-9709-e55cab84403f 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.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:01: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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:01:16,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-a85dcda6-4817-463d-9709-e55cab84403f 2018-11-19 05:01:16,197 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - BUILD 2018-11-19 05:01:16,197 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:01:19,201 - create_instance - DEBUG - VM status query timeout in 896.110608101 2018-11-19 05:01:19,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:19,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30b60a1d-6b61-4a38-87c4-23985f4927c8 x-compute-request-id: req-30b60a1d-6b61-4a38-87c4-23985f4927c8 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:4a:88", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:01:17Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:01:19,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-30b60a1d-6b61-4a38-87c4-23985f4927c8 2018-11-19 05:01:19,955 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - BUILD 2018-11-19 05:01:19,955 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:01:22,958 - create_instance - DEBUG - VM status query timeout in 892.353296041 2018-11-19 05:01:22,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:23,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6be1e4da-e274-4735-9539-e8e9e2d48c69 x-compute-request-id: req-6be1e4da-e274-4735-9539-e8e9e2d48c69 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:4a:88", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:01:17Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:01:23,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-6be1e4da-e274-4735-9539-e8e9e2d48c69 2018-11-19 05:01:23,558 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - BUILD 2018-11-19 05:01:23,559 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:01:26,559 - create_instance - DEBUG - VM status query timeout in 888.752220154 2018-11-19 05:01:26,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:27,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-40353c4d-428e-4b0e-9e58-c39b6b5197be x-compute-request-id: req-40353c4d-428e-4b0e-9e58-c39b6b5197be Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:4a:88", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-19T05:01:22.000000", "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:01:23Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:01:27,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-40353c4d-428e-4b0e-9e58-c39b6b5197be 2018-11-19 05:01:27,725 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - ACTIVE 2018-11-19 05:01:27,725 - create_instance - INFO - VM is - ACTIVE 2018-11-19 05:01:27,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:28,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0a61c93-1ded-43a0-b15a-672e266740cb x-compute-request-id: req-b0a61c93-1ded-43a0-b15a-672e266740cb Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:4a:88", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-19T05:01:22.000000", "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:01:23Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:01:28,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-b0a61c93-1ded-43a0-b15a-672e266740cb 2018-11-19 05:01:28,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:28,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a9b2a205-c8cf-4ebc-aae2-e73b0db46610 Date: Mon, 19 Nov 2018 05:01:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:28,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-a9b2a205-c8cf-4ebc-aae2-e73b0db46610 2018-11-19 05:01:28,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:28,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5772b63-c88e-4174-9e87-25b7eb5c2f48 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:01:28,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-d5772b63-c88e-4174-9e87-25b7eb5c2f48 2018-11-19 05:01:28,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:28,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1573c8db-ad7c-4aac-aa07-5b78ccb151c2 Date: Mon, 19 Nov 2018 05:01:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:01:28,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-1573c8db-ad7c-4aac-aa07-5b78ccb151c2 2018-11-19 05:01:28,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:29,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-4831b5c6-9874-43ac-8183-06550f761b61 Date: Mon, 19 Nov 2018 05:01:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.2"}],"id":"00722eac-33ce-4717-847b-a4a6bee0734a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:31:d9","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8074bde7-1b77-4a38-b96e-7e0884060aac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.3"}],"id":"85339620-72d9-4345-904e-7905d5e6cdd9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:b7:ca","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8074bde7-1b77-4a38-b96e-7e0884060aac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.9"}],"id":"abcd6368-5148-40dc-aae2-0b36504a7ebe","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:4a:88","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:10Z","binding:vnic_type":"normal","device_id":"4aadcbff-d5d6-4048-8d9c-712c84dd3b0a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.4"}],"id":"f9a9c835-e7f8-4522-99b7-51e20aab243d","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:24:6e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8074bde7-1b77-4a38-b96e-7e0884060aac"}]} 2018-11-19 05:01:29,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-4831b5c6-9874-43ac-8183-06550f761b61 2018-11-19 05:01:29,184 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:01:29,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:01:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["ONzodjQHSVWTqOplLvc7-A"], "issued_at": "2018-11-19T05:01:29.000000Z"}} 2018-11-19 05:01:29,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d5b3894d9ea8e882feefd2480a555cad739307d" 2018-11-19 05:01:29,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683c1499-84de-49ab-89c8-07d7fb18b0c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:01:29,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-683c1499-84de-49ab-89c8-07d7fb18b0c5 2018-11-19 05:01:29,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:30,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-545de67c-ee0c-4c2e-9327-21ce90114504 x-compute-request-id: req-545de67c-ee0c-4c2e-9327-21ce90114504 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:4a:88", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-19T05:01:22.000000", "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:01:23Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:01:30,416 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-545de67c-ee0c-4c2e-9327-21ce90114504 2018-11-19 05:01:30,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:30,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c3ad6db7-cde2-4a7b-8ce1-5aae0c37e997 Date: Mon, 19 Nov 2018 05:01:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8074bde7-1b77-4a38-b96e-7e0884060aac","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":11,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["4c2e51ea-2589-49f1-a6e7-c397f0de5690"],"description":"","tags":[],"updated_at":"2018-11-19T05:00:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:57Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:30,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net used request id req-c3ad6db7-cde2-4a7b-8ce1-5aae0c37e997 2018-11-19 05:01:30,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:30,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89f97726-e917-4a07-83ea-122bd541ee04 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:01:30,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-89f97726-e917-4a07-83ea-122bd541ee04 2018-11-19 05:01:30,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:30,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-85b27d77-40c1-485b-b707-b3f642fc5910 Date: Mon, 19 Nov 2018 05:01:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","dns_nameservers":[],"updated_at":"2018-11-19T05:00:58Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet"}]} 2018-11-19 05:01:30,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-85b27d77-40c1-485b-b707-b3f642fc5910 2018-11-19 05:01:30,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:30,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a02f9085-395c-4657-ada5-467ef696b54b Date: Mon, 19 Nov 2018 05:01:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.2"}],"id":"00722eac-33ce-4717-847b-a4a6bee0734a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fb:31:d9","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8074bde7-1b77-4a38-b96e-7e0884060aac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.3"}],"id":"85339620-72d9-4345-904e-7905d5e6cdd9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:29:b7:ca","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:00:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8074bde7-1b77-4a38-b96e-7e0884060aac"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:22Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.9"}],"id":"abcd6368-5148-40dc-aae2-0b36504a7ebe","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ff:4a:88","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:10Z","binding:vnic_type":"normal","device_id":"4aadcbff-d5d6-4048-8d9c-712c84dd3b0a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:01:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4c2e51ea-2589-49f1-a6e7-c397f0de5690","ip_address":"10.55.0.4"}],"id":"f9a9c835-e7f8-4522-99b7-51e20aab243d","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:24:6e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8074bde7-1b77-4a38-b96e-7e0884060aac","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8074bde7-1b77-4a38-b96e-7e0884060aac"}]} 2018-11-19 05:01:30,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-a02f9085-395c-4657-ada5-467ef696b54b 2018-11-19 05:01:30,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d5b3894d9ea8e882feefd2480a555cad739307d" -d '{"volumeAttachment": {"volumeId": "e84d15b4-b825-4795-9366-a5337685c0e9"}}' 2018-11-19 05:01:33,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01: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-1c7b459a-484d-4104-9df6-30ec30b5ff83 x-compute-request-id: req-1c7b459a-484d-4104-9df6-30ec30b5ff83 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "id": "e84d15b4-b825-4795-9366-a5337685c0e9", "volumeId": "e84d15b4-b825-4795-9366-a5337685c0e9"}} 2018-11-19 05:01:33,078 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a/os-volume_attachments used request id req-1c7b459a-484d-4104-9df6-30ec30b5ff83 2018-11-19 05:01:33,079 - create_instance - INFO - Deleting Port with ID - abcd6368-5148-40dc-aae2-0b36504a7ebe 2018-11-19 05:01:33,079 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-port 2018-11-19 05:01:33,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/abcd6368-5148-40dc-aae2-0b36504a7ebe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:33,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-396e2f46-8572-471f-be76-24486ba97a98 Date: Mon, 19 Nov 2018 05:01:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:01:33,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/abcd6368-5148-40dc-aae2-0b36504a7ebe used request id req-396e2f46-8572-471f-be76-24486ba97a98 2018-11-19 05:01:33,761 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst 2018-11-19 05:01:33,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:34,010 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:01: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-3fa80f25-4652-4527-8c41-6ce2d9775f0c x-compute-request-id: req-3fa80f25-4652-4527-8c41-6ce2d9775f0c Content-Type: application/json 2018-11-19 05:01:34,010 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-3fa80f25-4652-4527-8c41-6ce2d9775f0c 2018-11-19 05:01:34,010 - create_instance - INFO - Checking deletion status 2018-11-19 05:01:34,013 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:34,191 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-ba38fca8-221f-4cc6-90d0-a7490b98bc6a x-compute-request-id: req-ba38fca8-221f-4cc6-90d0-a7490b98bc6a Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ff:4a:88", "version": 4, "addr": "10.55.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-19T05:01:22.000000", "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:01:33Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "e84d15b4-b825-4795-9366-a5337685c0e9"}], "metadata": {}}} 2018-11-19 05:01:34,191 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-ba38fca8-221f-4cc6-90d0-a7490b98bc6a 2018-11-19 05:01:34,191 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - ACTIVE 2018-11-19 05:01:34,192 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:01:37,195 - create_instance - DEBUG - VM status query timeout in 296.81574893 2018-11-19 05:01:37,198 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:37,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-24c78877-8839-4f94-9fda-781b5b33d28c x-compute-request-id: req-24c78877-8839-4f94-9fda-781b5b33d28c Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-19T05:01:22.000000", "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:01:36Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "e84d15b4-b825-4795-9366-a5337685c0e9"}], "metadata": {}}} 2018-11-19 05:01:37,429 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-24c78877-8839-4f94-9fda-781b5b33d28c 2018-11-19 05:01:37,429 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - ACTIVE 2018-11-19 05:01:37,429 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:01:40,433 - create_instance - DEBUG - VM status query timeout in 293.578053951 2018-11-19 05:01:40,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:40,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7029911-06bd-4c9d-be6c-fa7ef6965d8e x-compute-request-id: req-c7029911-06bd-4c9d-be6c-fa7ef6965d8e Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-19T05:01:22.000000", "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:01:36Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "e84d15b4-b825-4795-9366-a5337685c0e9"}], "metadata": {}}} 2018-11-19 05:01:40,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-c7029911-06bd-4c9d-be6c-fa7ef6965d8e 2018-11-19 05:01:40,678 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - ACTIVE 2018-11-19 05:01:40,678 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:01:43,681 - create_instance - DEBUG - VM status query timeout in 290.329094887 2018-11-19 05:01:43,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:43,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3655808a-38a8-48af-9284-a0a826ce432f x-compute-request-id: req-3655808a-38a8-48af-9284-a0a826ce432f Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "rel": "bookmark"}], "image": {"id": "6f493a4c-aeff-4ada-b9ab-7b907634b467", "links": [{"href": "http://172.30.9.21:8774/images/6f493a4c-aeff-4ada-b9ab-7b907634b467", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000b", "OS-SRV-USG:launched_at": "2018-11-19T05:01:22.000000", "flavor": {"id": "54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "links": [{"href": "http://172.30.9.21:8774/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684", "rel": "bookmark"}]}, "id": "4aadcbff-d5d6-4048-8d9c-712c84dd3b0a", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:01:36Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst", "created": "2018-11-19T05:01:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "e84d15b4-b825-4795-9366-a5337685c0e9"}], "metadata": {}}} 2018-11-19 05:01:43,927 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-3655808a-38a8-48af-9284-a0a826ce432f 2018-11-19 05:01:43,928 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst] is - ACTIVE 2018-11-19 05:01:43,928 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:01:46,931 - create_instance - DEBUG - VM status query timeout in 287.079508066 2018-11-19 05:01:46,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd3a35e465ab1d517926ef49523d42fb12851200" 2018-11-19 05:01:46,985 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:01:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b4cc0b0a-b81f-4d9b-9755-fcaab1de4b79 x-compute-request-id: req-b4cc0b0a-b81f-4d9b-9755-fcaab1de4b79 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4aadcbff-d5d6-4048-8d9c-712c84dd3b0a could not be found.", "code": 404}} 2018-11-19 05:01:46,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4aadcbff-d5d6-4048-8d9c-712c84dd3b0a used request id req-b4cc0b0a-b81f-4d9b-9755-fcaab1de4b79 2018-11-19 05:01:46,986 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4aadcbff-d5d6-4048-8d9c-712c84dd3b0a could not be found. (HTTP 404) (Request-ID: req-b4cc0b0a-b81f-4d9b-9755-fcaab1de4b79) 2018-11-19 05:01:46,986 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-vm_inst 2018-11-19 05:01:46,990 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1e11302-54d5-4cf1-a011-476217aa4195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:47,784 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:46 GMT Server: Apache x-compute-request-id: req-43a35b37-c70e-4c50-b4f4-392274f6f262 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43a35b37-c70e-4c50-b4f4-392274f6f262 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:01:37.000000", "replication_status": null, "snapshot_id": null, "id": "e84d15b4-b825-4795-9366-a5337685c0e9", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-0050297a-ed78-4189-bad8-290e793bf28f", "bootable": "false", "created_at": "2018-11-19T05:01:02.000000", "volume_type": null}} 2018-11-19 05:01:47,784 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 used request id req-43a35b37-c70e-4c50-b4f4-392274f6f262 2018-11-19 05:01:47,785 - create_volume - DEBUG - Instance status is - available 2018-11-19 05:01:47,785 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f 2018-11-19 05:01:47,785 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f 2018-11-19 05:01:47,788 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1e11302-54d5-4cf1-a011-476217aa4195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:47,889 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:01:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-35306ae4-4905-4527-ba8b-b1ed0a6286d0 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:01:47,889 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 used request id req-35306ae4-4905-4527-ba8b-b1ed0a6286d0 2018-11-19 05:01:47,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1e11302-54d5-4cf1-a011-476217aa4195" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e9461ca60d64a6e8e6c22167f9de9079173f631" 2018-11-19 05:01:48,607 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:01:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-db0ba21b-cef7-44cd-aa5d-1c13f9d4de8d x-openstack-request-id: req-db0ba21b-cef7-44cd-aa5d-1c13f9d4de8d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e84d15b4-b825-4795-9366-a5337685c0e9 could not be found.", "code": 404}} 2018-11-19 05:01:48,607 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/e84d15b4-b825-4795-9366-a5337685c0e9 used request id req-db0ba21b-cef7-44cd-aa5d-1c13f9d4de8d 2018-11-19 05:01:48,607 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e84d15b4-b825-4795-9366-a5337685c0e9 could not be found. (HTTP 404) (Request-ID: req-db0ba21b-cef7-44cd-aa5d-1c13f9d4de8d) 2018-11-19 05:01:48,608 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f 2018-11-19 05:01:48,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66d7507a0eb8228201e23cc0cbd0dba7195e21d3" 2018-11-19 05:01:48,655 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:01: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-a48baf6c-68bf-40e2-bcac-771ee561a7d2 x-compute-request-id: req-a48baf6c-68bf-40e2-bcac-771ee561a7d2 Content-Length: 0 Content-Type: application/json 2018-11-19 05:01:48,656 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/54bf23d7-4cae-4b72-b5c8-6e2a65ac3684 used request id req-a48baf6c-68bf-40e2-bcac-771ee561a7d2 2018-11-19 05:01:48,656 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet 2018-11-19 05:01:48,657 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-subnet 2018-11-19 05:01:48,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/4c2e51ea-2589-49f1-a6e7-c397f0de5690 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:01:50,892 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d574cc7-cc0b-40b7-b767-7814a7b9ae11 Date: Mon, 19 Nov 2018 05:01:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:01:50,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4c2e51ea-2589-49f1-a6e7-c397f0de5690 used request id req-8d574cc7-cc0b-40b7-b767-7814a7b9ae11 2018-11-19 05:01:50,893 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-net 2018-11-19 05:01:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/8074bde7-1b77-4a38-b96e-7e0884060aac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7c365f7ba4db1e30a8a3ab4106cd5635367aaef" 2018-11-19 05:01:52,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7e772e84-d6aa-4f90-b8b2-b36a5c5e6fe0 Date: Mon, 19 Nov 2018 05:01:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:01:52,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8074bde7-1b77-4a38-b96e-7e0884060aac used request id req-7e772e84-d6aa-4f90-b8b2-b36a5c5e6fe0 2018-11-19 05:01:52,342 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-0050297a-ed78-4189-bad8-290e793bf28f-image 2018-11-19 05:01:52,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c88f59b792ca85e833b42cc0e9e83efd33efae10" 2018-11-19 05:01:54,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-105b7210-1739-4b86-bea4-79471dec1523 Date: Mon, 19 Nov 2018 05:01:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:01:54,353 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6f493a4c-aeff-4ada-b9ab-7b907634b467 used request id req-105b7210-1739-4b86-bea4-79471dec1523 2018-11-19 05:01:54,355 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:01:54,358 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 05:01:54,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:01:54,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:01:54,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:01:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["P0j7SGOMQOuzaqp9KzFUEA"], "issued_at": "2018-11-19T05:01:54.000000Z"}} 2018-11-19 05:01:54,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" 2018-11-19 05:01:54,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acf340e5-a287-4c62-b51b-1368e8b9b1d5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:01:54,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-acf340e5-a287-4c62-b51b-1368e8b9b1d5 2018-11-19 05:01:54,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" 2018-11-19 05:01:54,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-d4b1baa1-ed6b-43d8-afd6-593509350c10 Date: Mon, 19 Nov 2018 05:01:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image"} 2018-11-19 05:01:54,998 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image used request id req-d4b1baa1-ed6b-43d8-afd6-593509350c10 2018-11-19 05:01:55,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" 2018-11-19 05:01:55,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3d66e858-7f32-4cf4-ba95-dd7b88396b7c Date: Mon, 19 Nov 2018 05:01:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:01:55,153 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3d66e858-7f32-4cf4-ba95-dd7b88396b7c 2018-11-19 05:01:55,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image"}' 2018-11-19 05:01:55,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0 X-Openstack-Request-Id: req-273d162b-defa-4806-9a74-d8a0727d8fd4 Date: Mon, 19 Nov 2018 05:01:55 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:01:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T05:01:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "min_disk": 0, "protected": false, "id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "file": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:01:55,454 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-273d162b-defa-4806-9a74-d8a0727d8fd4 2018-11-19 05:01:55,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" -d '' 2018-11-19 05:01:57,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c42da8a-3603-47f5-9d36-8623e1697d5e Date: Mon, 19 Nov 2018 05:01:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:01:57,389 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/file used request id req-4c42da8a-3603-47f5-9d36-8623e1697d5e 2018-11-19 05:01:57,390 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:01:57,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" 2018-11-19 05:01:57,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-7675f7c7-2fff-4827-ad3b-192696af3629 Date: Mon, 19 Nov 2018 05:01:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:01:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:01:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/snap", "metadata": {}}], "self": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "min_disk": 0, "protected": false, "id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "file": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:01:57,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0 used request id req-7675f7c7-2fff-4827-ad3b-192696af3629 2018-11-19 05:01:57,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" 2018-11-19 05:01:57,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7636556f-5f51-4c05-beb5-d7cd6342b475 Date: Mon, 19 Nov 2018 05:01:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:01:57,728 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7636556f-5f51-4c05-beb5-d7cd6342b475 2018-11-19 05:01:57,731 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image 2018-11-19 05:01:57,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" 2018-11-19 05:01:57,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-e176f47c-196d-4472-8c6d-60ebd8e63c70 Date: Mon, 19 Nov 2018 05:01:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:01:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:01:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/snap", "metadata": {}}], "self": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "min_disk": 0, "protected": false, "id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "file": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:01:57,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0 used request id req-e176f47c-196d-4472-8c6d-60ebd8e63c70 2018-11-19 05:01:57,752 - create_image - DEBUG - Instance status is - active 2018-11-19 05:01:57,752 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image 2018-11-19 05:01:57,752 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image 2018-11-19 05:01:57,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:01:57,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:01:58,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:01:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["u_N1-LoqSMiBypRRZbxaCw"], "issued_at": "2018-11-19T05:01:58.000000Z"}} 2018-11-19 05:01:58,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:01:58,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:01:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-568a5cae-60a3-4583-862c-89271fe4df0d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:01:58,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-568a5cae-60a3-4583-862c-89271fe4df0d 2018-11-19 05:01:58,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:01:58,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-da47637f-c1e6-482d-a465-f2e545c4bace Date: Mon, 19 Nov 2018 05:01:58 GMT RESP BODY: {"networks":[]} 2018-11-19 05:01:58,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-da47637f-c1e6-482d-a465-f2e545c4bace 2018-11-19 05:01:58,418 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net 2018-11-19 05:01:58,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net", "admin_state_up": true}}' 2018-11-19 05:01:58,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-fe5e6a0b-a581-4c25-9fdd-10ea6b186773 Date: Mon, 19 Nov 2018 05:01:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:01:58Z","is_default":false,"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","mtu":1450}} 2018-11-19 05:01:58,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-fe5e6a0b-a581-4c25-9fdd-10ea6b186773 2018-11-19 05:01:58,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:01:59,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-678a18b0-197c-4092-bf23-b817e0639334 Date: Mon, 19 Nov 2018 05:01:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:01:58Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:01:59,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-678a18b0-197c-4092-bf23-b817e0639334 2018-11-19 05:01:59,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:01:59,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83aa7ba8-27ad-468b-a258-ff6603b30cb1 Date: Mon, 19 Nov 2018 05:01:59 GMT RESP BODY: {"subnets":[]} 2018-11-19 05:01:59,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-83aa7ba8-27ad-468b-a258-ff6603b30cb1 2018-11-19 05:01:59,276 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet 2018-11-19 05:01:59,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" -d '{"subnets": [{"ip_version": 4, "network_id": "305e708c-caeb-46ef-a13d-b1c02840435e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]}' 2018-11-19 05:01:59,778 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-26ca5ea0-cfbe-4d7b-a648-510e37d9e1c1 Date: Mon, 19 Nov 2018 05:01:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:01:59,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-26ca5ea0-cfbe-4d7b-a648-510e37d9e1c1 2018-11-19 05:01:59,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:02:00,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-a1b7d7f3-4163-4f76-b824-abcfd2e39f1f Date: Mon, 19 Nov 2018 05:02:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:00,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-a1b7d7f3-4163-4f76-b824-abcfd2e39f1f 2018-11-19 05:02:00,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:02:00,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3f314b60-2caa-454c-b927-98b794a2302a Date: Mon, 19 Nov 2018 05:02:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:00,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-3f314b60-2caa-454c-b927-98b794a2302a 2018-11-19 05:02:00,318 - OpenStackNetwork - DEBUG - Network [305e708c-caeb-46ef-a13d-b1c02840435e] created successfully 2018-11-19 05:02:00,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:02:00,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:00,709 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["tjwXkHMVQOGmYqARFVm9pQ"], "issued_at": "2018-11-19T05:02:00.000000Z"}} 2018-11-19 05:02:00,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af1581521d33fdd33137575db2543661b34f5da" 2018-11-19 05:02:00,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b28c1d6c-faeb-4c6d-97a7-01ad1a3f6422 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:00,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b28c1d6c-faeb-4c6d-97a7-01ad1a3f6422 2018-11-19 05:02:00,723 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:00,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af1581521d33fdd33137575db2543661b34f5da" 2018-11-19 05:02:00,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-aedcd967-19b1-44f9-9545-246c4d6bd35e x-compute-request-id: req-aedcd967-19b1-44f9-9545-246c4d6bd35e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:02:00,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-aedcd967-19b1-44f9-9545-246c4d6bd35e 2018-11-19 05:02:00,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af1581521d33fdd33137575db2543661b34f5da" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 05:02:01,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-e1c7652b-ac23-49e9-a442-a2a743125d73 x-compute-request-id: req-e1c7652b-ac23-49e9-a442-a2a743125d73 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7571819b-383b-4d66-9913-37715cdf2244", "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:02:01,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e1c7652b-ac23-49e9-a442-a2a743125d73 2018-11-19 05:02:01,002 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:02:01,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:01,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["yAnxhaMMRE2HSVVxup2lNQ"], "issued_at": "2018-11-19T05:02:01.000000Z"}} 2018-11-19 05:02:01,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:01,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cefe78a-47aa-4094-90f7-9209343175c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:01,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8cefe78a-47aa-4094-90f7-9209343175c0 2018-11-19 05:02:01,466 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:01,663 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:01 GMT Server: Apache x-compute-request-id: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 05:02:01,663 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail used request id req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7 2018-11-19 05:02:01,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 05:02:02,647 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:02:01 GMT Server: Apache x-compute-request-id: req-04896d20-f756-4aec-8c6a-391358336e1d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04896d20-f756-4aec-8c6a-391358336e1d Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T05:02:02.522062", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "size": 1}} 2018-11-19 05:02:02,647 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes used request id req-04896d20-f756-4aec-8c6a-391358336e1d 2018-11-19 05:02:02,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:02,870 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:02 GMT Server: Apache x-compute-request-id: req-565fbc97-3b19-4692-a209-c35fde45289b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-565fbc97-3b19-4692-a209-c35fde45289b Content-Encoding: gzip Content-Length: 503 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": null, "encrypted": false, "updated_at": null, "replication_status": null, "snapshot_id": null, "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "bootable": "false", "created_at": "2018-11-19T05:02:02.000000", "volume_type": null}} 2018-11-19 05:02:02,870 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-565fbc97-3b19-4692-a209-c35fde45289b 2018-11-19 05:02:02,871 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9 2018-11-19 05:02:02,874 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:03,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:02 GMT Server: Apache x-compute-request-id: req-27734b81-4403-4b10-8ba0-0e46e3976c39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-27734b81-4403-4b10-8ba0-0e46e3976c39 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:02:02.000000", "replication_status": null, "snapshot_id": null, "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "bootable": "false", "created_at": "2018-11-19T05:02:02.000000", "volume_type": null}} 2018-11-19 05:02:03,084 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-27734b81-4403-4b10-8ba0-0e46e3976c39 2018-11-19 05:02:03,085 - create_volume - DEBUG - Instance status is - creating 2018-11-19 05:02:03,085 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 05:02:06,088 - create_volume - DEBUG - Volume status query timeout in 296.783201933 2018-11-19 05:02:06,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:06,945 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:06 GMT Server: Apache x-compute-request-id: req-8cb7d71d-ddc5-442a-869d-3ad3e2d8386f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8cb7d71d-ddc5-442a-869d-3ad3e2d8386f Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:02:03.000000", "replication_status": null, "snapshot_id": null, "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "bootable": "false", "created_at": "2018-11-19T05:02:02.000000", "volume_type": null}} 2018-11-19 05:02:06,946 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-8cb7d71d-ddc5-442a-869d-3ad3e2d8386f 2018-11-19 05:02:06,946 - create_volume - DEBUG - Instance status is - available 2018-11-19 05:02:06,946 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9 2018-11-19 05:02:06,946 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9 2018-11-19 05:02:06,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:02:06,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:07,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["8Tlzm15FQCW8V9P8cUXElg"], "issued_at": "2018-11-19T05:02:07.000000Z"}} 2018-11-19 05:02:07,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:07,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2de4993-4431-47ed-b4d1-e09ae0b12e65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:07,410 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d2de4993-4431-47ed-b4d1-e09ae0b12e65 2018-11-19 05:02:07,412 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:07,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:07,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f7999e2-daf9-46bf-872a-a17ccae58c74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:07,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2f7999e2-daf9-46bf-872a-a17ccae58c74 2018-11-19 05:02:07,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:07,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-64af2108-8860-4eda-9a37-ad09e9a15b91 Date: Mon, 19 Nov 2018 05:02:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:07,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-64af2108-8860-4eda-9a37-ad09e9a15b91 2018-11-19 05:02:07,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:02:07,768 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:02:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:02:07,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:07,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa6d2f02-3a08-4b44-82ad-68ae747079da 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:07,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-fa6d2f02-3a08-4b44-82ad-68ae747079da 2018-11-19 05:02:07,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:08,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7feabb57-04eb-4e42-83f9-f312ddefd9f9 Date: Mon, 19 Nov 2018 05:02:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:08,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-7feabb57-04eb-4e42-83f9-f312ddefd9f9 2018-11-19 05:02:08,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:08,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bb025119-c719-4540-90e9-06da2113d4bb Date: Mon, 19 Nov 2018 05:02:08 GMT RESP BODY: {"ports":[]} 2018-11-19 05:02:08,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port&admin_state_up=True used request id req-bb025119-c719-4540-90e9-06da2113d4bb 2018-11-19 05:02:08,247 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:08,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ebe2572-f38f-42f3-a769-61d57ee81d53 x-compute-request-id: req-8ebe2572-f38f-42f3-a769-61d57ee81d53 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 05:02:08,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst used request id req-8ebe2572-f38f-42f3-a769-61d57ee81d53 2018-11-19 05:02:08,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:08,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b29a7997-34c2-4eb0-a27f-4eaa1e4ddfea Date: Mon, 19 Nov 2018 05:02:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:08,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-b29a7997-34c2-4eb0-a27f-4eaa1e4ddfea 2018-11-19 05:02:08,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:08,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa971fe7-9ea2-4da1-b53f-3088205f60c3 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:08,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-aa971fe7-9ea2-4da1-b53f-3088205f60c3 2018-11-19 05:02:08,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:08,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6584fc5f-29c3-4959-bdcf-b8b2009fe389 Date: Mon, 19 Nov 2018 05:02:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:08,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-6584fc5f-29c3-4959-bdcf-b8b2009fe389 2018-11-19 05:02:08,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:09,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1dd84b85-ace5-4b69-a276-9ae516cd3050 Date: Mon, 19 Nov 2018 05:02:09 GMT RESP BODY: {"ports":[]} 2018-11-19 05:02:09,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port&admin_state_up=True used request id req-1dd84b85-ace5-4b69-a276-9ae516cd3050 2018-11-19 05:02:09,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:02:09,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:09,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["PCmHVogwRP-j5C87q-x5MA"], "issued_at": "2018-11-19T05:02:09.000000Z"}} 2018-11-19 05:02:09,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c1b10490ef4c0fda4733a0facdb95c028d3e30" 2018-11-19 05:02:09,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a556694-0bd8-4ec7-8b9a-0f5c7f67cf88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:09,537 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1a556694-0bd8-4ec7-8b9a-0f5c7f67cf88 2018-11-19 05:02:09,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:09,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-169c248d-7348-4942-9a22-eb5ed725e923 Date: Mon, 19 Nov 2018 05:02:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:09,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-169c248d-7348-4942-9a22-eb5ed725e923 2018-11-19 05:02:09,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:10,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a6e97977-ec25-4e2a-ae98-4cead6501518 Date: Mon, 19 Nov 2018 05:02:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:10,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-a6e97977-ec25-4e2a-ae98-4cead6501518 2018-11-19 05:02:10,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:10,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8314b9b2-3aa5-455a-82d6-8663f55bee87 Date: Mon, 19 Nov 2018 05:02:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:10,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-8314b9b2-3aa5-455a-82d6-8663f55bee87 2018-11-19 05:02:10,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:02:10,320 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:02:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:02:10,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44c1b10490ef4c0fda4733a0facdb95c028d3e30" 2018-11-19 05:02:10,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de82c6d-827e-47e3-a31f-105d1ac236d2 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:10,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-6de82c6d-827e-47e3-a31f-105d1ac236d2 2018-11-19 05:02:10,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:10,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ca36c79b-626d-4108-8564-3303fae605af Date: Mon, 19 Nov 2018 05:02:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:10,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-ca36c79b-626d-4108-8564-3303fae605af 2018-11-19 05:02:10,711 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net 2018-11-19 05:02:10,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" -d '{"port": {"network_id": "305e708c-caeb-46ef-a13d-b1c02840435e", "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port", "admin_state_up": true}}' 2018-11-19 05:02:11,515 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-45a7c5c3-d891-4dfd-b58b-dfe596d537f4 Date: Mon, 19 Nov 2018 05:02:11 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:10Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:83:4e","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","project_id":"18123dbd720a4952ab47bfda8e7754ba","qos_policy_id":null,"admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal"}} 2018-11-19 05:02:11,515 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-45a7c5c3-d891-4dfd-b58b-dfe596d537f4 2018-11-19 05:02:11,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:11,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c22f39ef-1109-4ef7-a065-586ae4c49407 Date: Mon, 19 Nov 2018 05:02:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:11,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-c22f39ef-1109-4ef7-a065-586ae4c49407 2018-11-19 05:02:11,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:11,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d6af941-5d1e-4a89-8b6b-f2bb7d5ec8d1 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:11,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-5d6af941-5d1e-4a89-8b6b-f2bb7d5ec8d1 2018-11-19 05:02:11,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:12,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-92f71c08-a95c-4e77-9f87-dd106d0cf50a Date: Mon, 19 Nov 2018 05:02:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:12,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-92f71c08-a95c-4e77-9f87-dd106d0cf50a 2018-11-19 05:02:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:12,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-afa1b3cf-124f-485c-8e67-e166d83f0355 Date: Mon, 19 Nov 2018 05:02:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:10Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:83:4e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 05:02:12,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port&admin_state_up=True used request id req-afa1b3cf-124f-485c-8e67-e166d83f0355 2018-11-19 05:02:12,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:12,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a28cfc61-25c7-499f-a15f-2cd52aa3d5bd 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:12,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-a28cfc61-25c7-499f-a15f-2cd52aa3d5bd 2018-11-19 05:02:12,492 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst 2018-11-19 05:02:12,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:12,529 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bac5d997-0091-446f-b889-899d5a21add3 x-compute-request-id: req-bac5d997-0091-446f-b889-899d5a21add3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-flavor"}]} 2018-11-19 05:02:12,529 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bac5d997-0091-446f-b889-899d5a21add3 2018-11-19 05:02:12,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/7571819b-383b-4d66-9913-37715cdf2244 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:12,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b18ef78-a5af-427e-bab7-fa285d9bdeb2 x-compute-request-id: req-4b18ef78-a5af-427e-bab7-fa285d9bdeb2 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7571819b-383b-4d66-9913-37715cdf2244", "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:02:12,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/7571819b-383b-4d66-9913-37715cdf2244 used request id req-4b18ef78-a5af-427e-bab7-fa285d9bdeb2 2018-11-19 05:02:12,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:12,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-472b26ae-cd4a-49fe-adcd-50bdc95c6938 Date: Mon, 19 Nov 2018 05:02:12 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:01:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:01:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/snap", "metadata": {}}], "self": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "min_disk": 0, "protected": false, "id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "file": "/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5ccffb02-5188-4f38-ad82-6f50303c51d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image"} 2018-11-19 05:02:12,726 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image used request id req-472b26ae-cd4a-49fe-adcd-50bdc95c6938 2018-11-19 05:02:12,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:12,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-029545c9-a851-443f-a6a4-b9f89d750b3e Date: Mon, 19 Nov 2018 05:02:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:02:12,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-029545c9-a851-443f-a6a4-b9f89d750b3e 2018-11-19 05:02:12,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "imageRef": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "flavorRef": "7571819b-383b-4d66-9913-37715cdf2244", "max_count": 1, "min_count": 1, "networks": [{"port": "7e862209-a68b-4137-840b-bbfd328088a1"}]}}' 2018-11-19 05:02:14,697 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:02:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc9b261e-f572-4c20-bfaa-cd9c7cf7e061 x-compute-request-id: req-cc9b261e-f572-4c20-bfaa-cd9c7cf7e061 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "adminPass": "oazD2V5ccSAR"}} 2018-11-19 05:02:14,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-cc9b261e-f572-4c20-bfaa-cd9c7cf7e061 2018-11-19 05:02:14,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:15,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9684731d-ca21-45f4-af7e-3cedbfec2383 x-compute-request-id: req-9684731d-ca21-45f4-af7e-3cedbfec2383 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:02: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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:15,071 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-9684731d-ca21-45f4-af7e-3cedbfec2383 2018-11-19 05:02:15,072 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst 2018-11-19 05:02:15,075 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:15,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-0e3aba8e-45dd-4a79-9cc6-b6f478c6df8a x-compute-request-id: req-0e3aba8e-45dd-4a79-9cc6-b6f478c6df8a Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:02: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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:15,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-0e3aba8e-45dd-4a79-9cc6-b6f478c6df8a 2018-11-19 05:02:15,968 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst] is - BUILD 2018-11-19 05:02:15,968 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:02:18,972 - create_instance - DEBUG - VM status query timeout in 896.100345135 2018-11-19 05:02:18,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:19,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da2b3004-5020-4e02-b826-aa8c79c743e5 x-compute-request-id: req-da2b3004-5020-4e02-b826-aa8c79c743e5 Content-Encoding: gzip Content-Length: 817 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:02:15Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:19,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-da2b3004-5020-4e02-b826-aa8c79c743e5 2018-11-19 05:02:19,781 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst] is - BUILD 2018-11-19 05:02:19,781 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:02:22,784 - create_instance - DEBUG - VM status query timeout in 892.287811995 2018-11-19 05:02:22,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:23,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-32f94b70-1fff-44cf-87c3-3dcd0f4b4e98 x-compute-request-id: req-32f94b70-1fff-44cf-87c3-3dcd0f4b4e98 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:21Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:23,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-32f94b70-1fff-44cf-87c3-3dcd0f4b4e98 2018-11-19 05:02:23,241 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst] is - ACTIVE 2018-11-19 05:02:23,241 - create_instance - INFO - VM is - ACTIVE 2018-11-19 05:02:23,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:23,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-a0325d32-570e-4632-a0e9-ff033916b029 x-compute-request-id: req-a0325d32-570e-4632-a0e9-ff033916b029 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:21Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:23,846 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-a0325d32-570e-4632-a0e9-ff033916b029 2018-11-19 05:02:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:24,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e729ba3a-8f77-4909-9044-ffa3cd654ca1 Date: Mon, 19 Nov 2018 05:02:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:24,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-e729ba3a-8f77-4909-9044-ffa3cd654ca1 2018-11-19 05:02:24,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:24,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd979d8d-df8c-4534-b3df-be2d9e2dbd20 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:24,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-dd979d8d-df8c-4534-b3df-be2d9e2dbd20 2018-11-19 05:02:24,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:24,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-799674f3-8dc1-43ab-8c61-35740be7b770 Date: Mon, 19 Nov 2018 05:02:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:24,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-799674f3-8dc1-43ab-8c61-35740be7b770 2018-11-19 05:02:24,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:24,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-952cb0db-84fe-433a-833f-c494a1d3b721 Date: Mon, 19 Nov 2018 05:02:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.3"}],"id":"19d08bc3-a733-4afd-84c6-737360817966","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:08:e0","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:83:4e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal","device_id":"d2a51549-a69b-4409-8502-20c2f4efbc04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.4"}],"id":"9c3a41b7-691d-4989-bdd6-b96864be29f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:d8:48","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.2"}],"id":"bd3d11d9-b936-4fb8-8e8d-c0aa4251a69e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:40:af","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-305e708c-caeb-46ef-a13d-b1c02840435e"}]} 2018-11-19 05:02:24,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-952cb0db-84fe-433a-833f-c494a1d3b721 2018-11-19 05:02:24,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:24,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["l5KT2AZSSjGHmEHJB2bRwA"], "issued_at": "2018-11-19T05:02:24.000000Z"}} 2018-11-19 05:02:24,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:24,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92fbaba4-583d-4bcb-bca4-37b6cb3d1f9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:24,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-92fbaba4-583d-4bcb-bca4-37b6cb3d1f9e 2018-11-19 05:02:24,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:25,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb3eb987-14bc-4509-be4e-148995baab82 x-compute-request-id: req-fb3eb987-14bc-4509-be4e-148995baab82 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:21Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:25,085 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-fb3eb987-14bc-4509-be4e-148995baab82 2018-11-19 05:02:25,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:25,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8b0402df-51a8-45b5-8aa7-c8fb3217781f Date: Mon, 19 Nov 2018 05:02:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:25,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-8b0402df-51a8-45b5-8aa7-c8fb3217781f 2018-11-19 05:02:25,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:25,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ead799-c038-4d65-aee0-41ceff7a3071 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:25,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-97ead799-c038-4d65-aee0-41ceff7a3071 2018-11-19 05:02:25,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:25,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-6211fcd9-2b57-43cd-8eaf-c463036041a9 Date: Mon, 19 Nov 2018 05:02:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:25,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-6211fcd9-2b57-43cd-8eaf-c463036041a9 2018-11-19 05:02:25,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:25,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-94e9856f-efd2-4270-addb-316f2e585c31 Date: Mon, 19 Nov 2018 05:02:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.3"}],"id":"19d08bc3-a733-4afd-84c6-737360817966","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:08:e0","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:83:4e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal","device_id":"d2a51549-a69b-4409-8502-20c2f4efbc04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.4"}],"id":"9c3a41b7-691d-4989-bdd6-b96864be29f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:d8:48","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.2"}],"id":"bd3d11d9-b936-4fb8-8e8d-c0aa4251a69e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:40:af","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-305e708c-caeb-46ef-a13d-b1c02840435e"}]} 2018-11-19 05:02:25,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-94e9856f-efd2-4270-addb-316f2e585c31 2018-11-19 05:02:25,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" -d '{"volumeAttachment": {"volumeId": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315"}}' 2018-11-19 05:02:27,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-457b9acc-e14a-4f89-a987-484321c6a716 x-compute-request-id: req-457b9acc-e14a-4f89-a987-484321c6a716 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "d2a51549-a69b-4409-8502-20c2f4efbc04", "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "volumeId": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315"}} 2018-11-19 05:02:27,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04/os-volume_attachments used request id req-457b9acc-e14a-4f89-a987-484321c6a716 2018-11-19 05:02:27,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:27,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-deb15c49-a3d9-408d-837d-97c65fbb2694 x-compute-request-id: req-deb15c49-a3d9-408d-837d-97c65fbb2694 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:21Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315"}], "metadata": {}}} 2018-11-19 05:02:27,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-deb15c49-a3d9-408d-837d-97c65fbb2694 2018-11-19 05:02:27,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:28,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-3e3133c4-1cd8-4e7b-b901-a539a15b7dfb Date: Mon, 19 Nov 2018 05:02:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:28,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-3e3133c4-1cd8-4e7b-b901-a539a15b7dfb 2018-11-19 05:02:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:02:28,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:02:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:02:28,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:28,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae0a4d94-5889-4cfd-841c-99bbacb8f059 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:28,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-ae0a4d94-5889-4cfd-841c-99bbacb8f059 2018-11-19 05:02:28,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:28,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-57c0ba33-5070-48dd-acfe-7da8a0bfcb8e Date: Mon, 19 Nov 2018 05:02:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:28,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-57c0ba33-5070-48dd-acfe-7da8a0bfcb8e 2018-11-19 05:02:28,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:28,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-92d755ff-0798-4529-ac66-7fe4018f1c49 Date: Mon, 19 Nov 2018 05:02:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.3"}],"id":"19d08bc3-a733-4afd-84c6-737360817966","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:08:e0","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:83:4e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal","device_id":"d2a51549-a69b-4409-8502-20c2f4efbc04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.4"}],"id":"9c3a41b7-691d-4989-bdd6-b96864be29f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:d8:48","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.2"}],"id":"bd3d11d9-b936-4fb8-8e8d-c0aa4251a69e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:40:af","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-305e708c-caeb-46ef-a13d-b1c02840435e"}]} 2018-11-19 05:02:28,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-92d755ff-0798-4529-ac66-7fe4018f1c49 2018-11-19 05:02:28,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:28,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fafb803-d7dc-4004-80b1-5a56b5b49a24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:28,626 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6fafb803-d7dc-4004-80b1-5a56b5b49a24 2018-11-19 05:02:28,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:29,276 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-dedb2898-4b93-4920-811c-e7e7197002c4 x-compute-request-id: req-dedb2898-4b93-4920-811c-e7e7197002c4 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:21Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315"}], "metadata": {}}} 2018-11-19 05:02:29,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-dedb2898-4b93-4920-811c-e7e7197002c4 2018-11-19 05:02:29,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:29,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-1748093f-0771-4c49-98e9-3c9a5daba56f Date: Mon, 19 Nov 2018 05:02:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:29,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-1748093f-0771-4c49-98e9-3c9a5daba56f 2018-11-19 05:02:29,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:29,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df952708-f7de-4124-b8fe-3192a74616d9 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:29,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-df952708-f7de-4124-b8fe-3192a74616d9 2018-11-19 05:02:29,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:29,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4bbe833a-7e98-427e-9fae-ab69c44b1921 Date: Mon, 19 Nov 2018 05:02:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:29,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-4bbe833a-7e98-427e-9fae-ab69c44b1921 2018-11-19 05:02:29,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:29,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-0a815ef4-87f3-4fba-aebd-1f9d333bcf4a Date: Mon, 19 Nov 2018 05:02:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.3"}],"id":"19d08bc3-a733-4afd-84c6-737360817966","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:08:e0","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:83:4e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal","device_id":"d2a51549-a69b-4409-8502-20c2f4efbc04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.4"}],"id":"9c3a41b7-691d-4989-bdd6-b96864be29f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:d8:48","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.2"}],"id":"bd3d11d9-b936-4fb8-8e8d-c0aa4251a69e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:40:af","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-305e708c-caeb-46ef-a13d-b1c02840435e"}]} 2018-11-19 05:02:29,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-0a815ef4-87f3-4fba-aebd-1f9d333bcf4a 2018-11-19 05:02:29,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:30,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-7872ef6a-4aa5-44d9-8d25-52aa0ca3cb8e x-compute-request-id: req-7872ef6a-4aa5-44d9-8d25-52aa0ca3cb8e Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:28Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315"}], "metadata": {}}} 2018-11-19 05:02:30,278 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-7872ef6a-4aa5-44d9-8d25-52aa0ca3cb8e 2018-11-19 05:02:30,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:30,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d02e232d-54e0-492f-9719-508724ad7093 Date: Mon, 19 Nov 2018 05:02:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:30,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-d02e232d-54e0-492f-9719-508724ad7093 2018-11-19 05:02:30,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:30,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50bd5a01-b008-43fc-b7cc-0f4a5e2e266c 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:30,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-50bd5a01-b008-43fc-b7cc-0f4a5e2e266c 2018-11-19 05:02:30,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:30,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f7317249-25f3-4802-906f-56337c8b4f53 Date: Mon, 19 Nov 2018 05:02:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:30,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-f7317249-25f3-4802-906f-56337c8b4f53 2018-11-19 05:02:30,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:31,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-118622e7-160f-4121-a11f-f6f56d15d49b Date: Mon, 19 Nov 2018 05:02:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.3"}],"id":"19d08bc3-a733-4afd-84c6-737360817966","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:08:e0","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:83:4e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal","device_id":"d2a51549-a69b-4409-8502-20c2f4efbc04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.4"}],"id":"9c3a41b7-691d-4989-bdd6-b96864be29f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:d8:48","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.2"}],"id":"bd3d11d9-b936-4fb8-8e8d-c0aa4251a69e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:40:af","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-305e708c-caeb-46ef-a13d-b1c02840435e"}]} 2018-11-19 05:02:31,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-118622e7-160f-4121-a11f-f6f56d15d49b 2018-11-19 05:02:31,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:31,320 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:31 GMT Server: Apache x-compute-request-id: req-6123803f-846b-4a3d-932c-2432dee7ea47 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6123803f-846b-4a3d-932c-2432dee7ea47 Content-Encoding: gzip Content-Length: 623 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "attachment_id": "0828af4a-3b0b-4526-ad29-726aca3d0905", "attached_at": "2018-11-19T05:02:29.000000", "host_name": null, "volume_id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "device": "/dev/vdb", "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315"}], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:02:29.000000", "replication_status": null, "snapshot_id": null, "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "bootable": "false", "created_at": "2018-11-19T05:02:02.000000", "volume_type": null}} 2018-11-19 05:02:31,320 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-6123803f-846b-4a3d-932c-2432dee7ea47 2018-11-19 05:02:31,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:31,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-b4ce2fb6-8e51-44e4-86af-3fbf52beaf7a x-compute-request-id: req-b4ce2fb6-8e51-44e4-86af-3fbf52beaf7a Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:83:4e", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:28Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [{"id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315"}], "metadata": {}}} 2018-11-19 05:02:31,911 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-b4ce2fb6-8e51-44e4-86af-3fbf52beaf7a 2018-11-19 05:02:31,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:31,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8c4e6c12-b08e-4b64-9013-5e356e80325e Date: Mon, 19 Nov 2018 05:02:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"305e708c-caeb-46ef-a13d-b1c02840435e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":49,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["454e3949-d65c-4a63-b807-548ae02de7e3"],"description":"","tags":[],"updated_at":"2018-11-19T05:01:59Z","qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:58Z","provider:network_type":"vxlan"}]} 2018-11-19 05:02:31,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net used request id req-8c4e6c12-b08e-4b64-9013-5e356e80325e 2018-11-19 05:02:32,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:32,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46519127-4fcb-4a15-a6a3-734daf0b8421 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:02:32,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-46519127-4fcb-4a15-a6a3-734daf0b8421 2018-11-19 05:02:32,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:32,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ef80674f-1c34-40cf-999f-81c7791839f0 Date: Mon, 19 Nov 2018 05:02:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:01:59Z","dns_nameservers":[],"updated_at":"2018-11-19T05:01:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"454e3949-d65c-4a63-b807-548ae02de7e3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet"}]} 2018-11-19 05:02:32,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-ef80674f-1c34-40cf-999f-81c7791839f0 2018-11-19 05:02:32,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:32,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3883 X-Openstack-Request-Id: req-caec6cd0-1865-442a-8453-14bd742e228b Date: Mon, 19 Nov 2018 05:02:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.3"}],"id":"19d08bc3-a733-4afd-84c6-737360817966","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:08:e0","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.14"}],"id":"7e862209-a68b-4137-840b-bbfd328088a1","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:83:4e","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:10Z","binding:vnic_type":"normal","device_id":"d2a51549-a69b-4409-8502-20c2f4efbc04"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.4"}],"id":"9c3a41b7-691d-4989-bdd6-b96864be29f1","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a9:d8:48","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-305e708c-caeb-46ef-a13d-b1c02840435e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:02:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"454e3949-d65c-4a63-b807-548ae02de7e3","ip_address":"10.55.0.2"}],"id":"bd3d11d9-b936-4fb8-8e8d-c0aa4251a69e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fa:40:af","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"305e708c-caeb-46ef-a13d-b1c02840435e","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:02:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-305e708c-caeb-46ef-a13d-b1c02840435e"}]} 2018-11-19 05:02:32,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=305e708c-caeb-46ef-a13d-b1c02840435e used request id req-caec6cd0-1865-442a-8453-14bd742e228b 2018-11-19 05:02:32,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04/os-volume_attachments/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284e80fb45e47761e4e9cbeb51b5f56b66887319" 2018-11-19 05:02:34,108 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-51a7a707-3e8e-43ad-a749-d633c2e39584 x-compute-request-id: req-51a7a707-3e8e-43ad-a749-d633c2e39584 Content-Length: 0 Content-Type: application/json 2018-11-19 05:02:34,109 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04/os-volume_attachments/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-51a7a707-3e8e-43ad-a749-d633c2e39584 2018-11-19 05:02:34,109 - create_instance - INFO - Deleting Port with ID - 7e862209-a68b-4137-840b-bbfd328088a1 2018-11-19 05:02:34,109 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-port 2018-11-19 05:02:34,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/7e862209-a68b-4137-840b-bbfd328088a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:34,659 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-28b010b6-ab48-4705-be1a-b6128187ad40 Date: Mon, 19 Nov 2018 05:02:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:02:34,659 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/7e862209-a68b-4137-840b-bbfd328088a1 used request id req-28b010b6-ab48-4705-be1a-b6128187ad40 2018-11-19 05:02:34,659 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst 2018-11-19 05:02:34,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:34,888 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-5b4a39d9-ac5c-4a36-a5ca-53c1c228e2f0 x-compute-request-id: req-5b4a39d9-ac5c-4a36-a5ca-53c1c228e2f0 Content-Type: application/json 2018-11-19 05:02:34,888 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-5b4a39d9-ac5c-4a36-a5ca-53c1c228e2f0 2018-11-19 05:02:34,888 - create_instance - INFO - Checking deletion status 2018-11-19 05:02:34,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:35,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-05445390-e8b6-47e6-ad6c-1bea895e6ee8 x-compute-request-id: req-05445390-e8b6-47e6-ad6c-1bea895e6ee8 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:34Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:35,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-05445390-e8b6-47e6-ad6c-1bea895e6ee8 2018-11-19 05:02:35,332 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst] is - ACTIVE 2018-11-19 05:02:35,333 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:02:38,336 - create_instance - DEBUG - VM status query timeout in 296.552447081 2018-11-19 05:02:38,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:38,572 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-b80355b6-f30e-4ad6-881e-8b308e3c39f6 x-compute-request-id: req-b80355b6-f30e-4ad6-881e-8b308e3c39f6 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:34Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:38,572 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-b80355b6-f30e-4ad6-881e-8b308e3c39f6 2018-11-19 05:02:38,573 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst] is - ACTIVE 2018-11-19 05:02:38,573 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:02:41,576 - create_instance - DEBUG - VM status query timeout in 293.312154055 2018-11-19 05:02:41,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:41,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-d21d8a2d-1d7c-4d53-b0e6-6b6ad31dfbd2 x-compute-request-id: req-d21d8a2d-1d7c-4d53-b0e6-6b6ad31dfbd2 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d2a51549-a69b-4409-8502-20c2f4efbc04", "rel": "bookmark"}], "image": {"id": "5ccffb02-5188-4f38-ad82-6f50303c51d0", "links": [{"href": "http://172.30.9.21:8774/images/5ccffb02-5188-4f38-ad82-6f50303c51d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000e", "OS-SRV-USG:launched_at": "2018-11-19T05:02:20.000000", "flavor": {"id": "7571819b-383b-4d66-9913-37715cdf2244", "links": [{"href": "http://172.30.9.21:8774/flavors/7571819b-383b-4d66-9913-37715cdf2244", "rel": "bookmark"}]}, "id": "d2a51549-a69b-4409-8502-20c2f4efbc04", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:02:34Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst", "created": "2018-11-19T05:02:14Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:02:41,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-d21d8a2d-1d7c-4d53-b0e6-6b6ad31dfbd2 2018-11-19 05:02:41,975 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst] is - ACTIVE 2018-11-19 05:02:41,975 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:02:44,978 - create_instance - DEBUG - VM status query timeout in 289.909901142 2018-11-19 05:02:44,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7cac4e522fa6dfef4aa30350e3c91694c28b0b8" 2018-11-19 05:02:45,023 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:02:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a2a98367-8f4c-4358-9b55-3f269e393dbe x-compute-request-id: req-a2a98367-8f4c-4358-9b55-3f269e393dbe Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d2a51549-a69b-4409-8502-20c2f4efbc04 could not be found.", "code": 404}} 2018-11-19 05:02:45,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d2a51549-a69b-4409-8502-20c2f4efbc04 used request id req-a2a98367-8f4c-4358-9b55-3f269e393dbe 2018-11-19 05:02:45,023 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d2a51549-a69b-4409-8502-20c2f4efbc04 could not be found. (HTTP 404) (Request-ID: req-a2a98367-8f4c-4358-9b55-3f269e393dbe) 2018-11-19 05:02:45,023 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-vm_inst 2018-11-19 05:02:45,027 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:45,779 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:45 GMT Server: Apache x-compute-request-id: req-cb73350a-6d8e-4234-ba1c-3c1d4a6bd91f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb73350a-6d8e-4234-ba1c-3c1d4a6bd91f Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:02:44.000000", "replication_status": null, "snapshot_id": null, "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "bootable": "false", "created_at": "2018-11-19T05:02:02.000000", "volume_type": null}} 2018-11-19 05:02:45,779 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-cb73350a-6d8e-4234-ba1c-3c1d4a6bd91f 2018-11-19 05:02:45,779 - create_volume - DEBUG - Instance status is - available 2018-11-19 05:02:45,779 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9 2018-11-19 05:02:45,780 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9 2018-11-19 05:02:45,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:46,576 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:02:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f0c251f-d159-4c86-a9aa-97ea250227dd Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:02:46,576 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-3f0c251f-d159-4c86-a9aa-97ea250227dd 2018-11-19 05:02:46,579 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:46,788 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:46 GMT Server: Apache x-compute-request-id: req-0380de32-327c-4292-9f10-7b74df690da9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0380de32-327c-4292-9f10-7b74df690da9 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:02:46.000000", "replication_status": null, "snapshot_id": null, "id": "b5ec0a78-7e29-4de9-9405-dc1cac9c5315", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-vol-mig-status-attr:migstat": null, "metadata": {}, "status": "deleting", "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "os-vol-mig-status-attr:name_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9", "bootable": "false", "created_at": "2018-11-19T05:02:02.000000", "volume_type": null}} 2018-11-19 05:02:46,788 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-0380de32-327c-4292-9f10-7b74df690da9 2018-11-19 05:02:46,788 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 05:02:46,789 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 05:02:49,792 - create_volume - DEBUG - Volume status query timeout in 56.7843739986 2018-11-19 05:02:49,795 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3fcf7a3c-1a7b-4a7c-8cf4-d8c2a8450fd7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c1a5c0806888236a30cd264a9ca8e941f6f05c0" 2018-11-19 05:02:50,523 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:02:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-28a33b3d-9d6f-46e9-8903-7191be0a9827 x-openstack-request-id: req-28a33b3d-9d6f-46e9-8903-7191be0a9827 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b5ec0a78-7e29-4de9-9405-dc1cac9c5315 could not be found.", "code": 404}} 2018-11-19 05:02:50,523 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/b5ec0a78-7e29-4de9-9405-dc1cac9c5315 used request id req-28a33b3d-9d6f-46e9-8903-7191be0a9827 2018-11-19 05:02:50,524 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume b5ec0a78-7e29-4de9-9405-dc1cac9c5315 could not be found. (HTTP 404) (Request-ID: req-28a33b3d-9d6f-46e9-8903-7191be0a9827) 2018-11-19 05:02:50,524 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9 2018-11-19 05:02:50,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/7571819b-383b-4d66-9913-37715cdf2244 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3af1581521d33fdd33137575db2543661b34f5da" 2018-11-19 05:02:50,567 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:02:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9e19451-2880-4b86-8588-543e54c15505 x-compute-request-id: req-b9e19451-2880-4b86-8588-543e54c15505 Content-Length: 0 Content-Type: application/json 2018-11-19 05:02:50,567 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7571819b-383b-4d66-9913-37715cdf2244 used request id req-b9e19451-2880-4b86-8588-543e54c15505 2018-11-19 05:02:50,568 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet 2018-11-19 05:02:50,568 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-subnet 2018-11-19 05:02:50,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/454e3949-d65c-4a63-b807-548ae02de7e3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:02:52,706 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dfddac61-94c1-4583-8c24-ff0083dbb032 Date: Mon, 19 Nov 2018 05:02:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:02:52,706 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/454e3949-d65c-4a63-b807-548ae02de7e3 used request id req-dfddac61-94c1-4583-8c24-ff0083dbb032 2018-11-19 05:02:52,706 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-net 2018-11-19 05:02:52,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/305e708c-caeb-46ef-a13d-b1c02840435e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfe2745113f211384439adea9b01f64b44996e65" 2018-11-19 05:02:54,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3cf59426-72c2-4c36-9f04-f28a2887e716 Date: Mon, 19 Nov 2018 05:02:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:02:54,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/305e708c-caeb-46ef-a13d-b1c02840435e used request id req-3cf59426-72c2-4c36-9f04-f28a2887e716 2018-11-19 05:02:54,030 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-6d987a49-54a2-4ee2-82de-6891ad35ffe9-image 2018-11-19 05:02:54,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3a8e7cd136fa66ba173e6a4606e02a2a66d02362" 2018-11-19 05:02:55,889 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e85c92ea-603e-4795-a786-4a06c4d4f3ec Date: Mon, 19 Nov 2018 05:02:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:02:55,889 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5ccffb02-5188-4f38-ad82-6f50303c51d0 used request id req-e85c92ea-603e-4795-a786-4a06c4d4f3ec 2018-11-19 05:02:55,891 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:55,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:02:55,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:56,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["j4Sz28tnTReh_RrHTF9f0g"], "issued_at": "2018-11-19T05:02:56.000000Z"}} 2018-11-19 05:02:56,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ba949d59eecb3c94fab1d8653bc462085270ff" 2018-11-19 05:02:56,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229a6075-a516-40f6-902a-0b6acba8abf3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:56,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-229a6075-a516-40f6-902a-0b6acba8abf3 2018-11-19 05:02:56,351 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:56,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ba949d59eecb3c94fab1d8653bc462085270ff" 2018-11-19 05:02:56,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-89072e33-1055-43c3-aec7-6d7187cb022e x-compute-request-id: req-89072e33-1055-43c3-aec7-6d7187cb022e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:02:56,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-89072e33-1055-43c3-aec7-6d7187cb022e 2018-11-19 05:02:56,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ba949d59eecb3c94fab1d8653bc462085270ff" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-08608ceb-5126-45aa-b175-81b864836828name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-19 05:02:56,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-83677594-d847-49e5-b5c6-da1e3ffab5a6 x-compute-request-id: req-83677594-d847-49e5-b5c6-da1e3ffab5a6 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "559e0b3b-da92-45f3-a33e-9ce3c9f77657", "name": "CreateFlavorTests-08608ceb-5126-45aa-b175-81b864836828name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:02:56,635 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-83677594-d847-49e5-b5c6-da1e3ffab5a6 2018-11-19 05:02:56,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:57,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["3QiHFa59TbiLs_KbCQXw7g"], "issued_at": "2018-11-19T05:02:57.000000Z"}} 2018-11-19 05:02:57,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3b038387163481100fb45fd4d1f663cc4d01bc0" 2018-11-19 05:02:57,208 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02: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-83919229-e5a5-4bf1-bdc9-4be36701d603 x-compute-request-id: req-83919229-e5a5-4bf1-bdc9-4be36701d603 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "559e0b3b-da92-45f3-a33e-9ce3c9f77657", "name": "CreateFlavorTests-08608ceb-5126-45aa-b175-81b864836828name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:02:57,208 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657 used request id req-83919229-e5a5-4bf1-bdc9-4be36701d603 2018-11-19 05:02:57,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3b038387163481100fb45fd4d1f663cc4d01bc0" 2018-11-19 05:02:57,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02: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-87f27130-69e8-4d19-b874-7db9cc84de96 x-compute-request-id: req-87f27130-69e8-4d19-b874-7db9cc84de96 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:02:57,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657/os-extra_specs used request id req-87f27130-69e8-4d19-b874-7db9cc84de96 2018-11-19 05:02:57,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8ba949d59eecb3c94fab1d8653bc462085270ff" 2018-11-19 05:02:57,305 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:02: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-3fb30b23-5c6d-458b-8be4-ddf3666e45c7 x-compute-request-id: req-3fb30b23-5c6d-458b-8be4-ddf3666e45c7 Content-Length: 0 Content-Type: application/json 2018-11-19 05:02:57,305 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/559e0b3b-da92-45f3-a33e-9ce3c9f77657 used request id req-3fb30b23-5c6d-458b-8be4-ddf3666e45c7 2018-11-19 05:02:57,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3b038387163481100fb45fd4d1f663cc4d01bc0" 2018-11-19 05:02:57,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02: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-845ef299-99bc-4245-9338-e9479c8aa404 x-compute-request-id: req-845ef299-99bc-4245-9338-e9479c8aa404 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:02:57,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-845ef299-99bc-4245-9338-e9479c8aa404 2018-11-19 05:02:57,342 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:57,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:02:57,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:57,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["yoAMKOsiRr-mXTZ1p0gp9w"], "issued_at": "2018-11-19T05:02:57.000000Z"}} 2018-11-19 05:02:57,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f65ef15dce642251bb111109343ebc00a288b9ed" 2018-11-19 05:02:57,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f01afbe6-89bb-48d7-9395-68674a6b224d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:57,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f01afbe6-89bb-48d7-9395-68674a6b224d 2018-11-19 05:02:57,811 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:57,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f65ef15dce642251bb111109343ebc00a288b9ed" 2018-11-19 05:02:58,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02: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-935fe3f5-2d9e-40c0-84ab-2fc50b2396a2 x-compute-request-id: req-935fe3f5-2d9e-40c0-84ab-2fc50b2396a2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:02:58,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-935fe3f5-2d9e-40c0-84ab-2fc50b2396a2 2018-11-19 05:02:58,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f65ef15dce642251bb111109343ebc00a288b9ed" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-105fbc45-13e4-403c-a28d-78fbdd6498acname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-19 05:02:58,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-6d2aeb9f-a444-48e2-80c5-dae60ce8eff0 x-compute-request-id: req-6d2aeb9f-a444-48e2-80c5-dae60ce8eff0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "04e9471f-e488-4329-8c69-9fb25911bb5a", "name": "CreateFlavorTests-105fbc45-13e4-403c-a28d-78fbdd6498acname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:02:58,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6d2aeb9f-a444-48e2-80c5-dae60ce8eff0 2018-11-19 05:02:58,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:58,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Cyw5sMmJRlC_hKBBP6Xo0w"], "issued_at": "2018-11-19T05:02:58.000000Z"}} 2018-11-19 05:02:58,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0248e10af20218432044acff66c3d4330c0f9bab" 2018-11-19 05:02:58,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-4e393b6f-ef7c-415c-8dd0-4b53a480d7c0 x-compute-request-id: req-4e393b6f-ef7c-415c-8dd0-4b53a480d7c0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "04e9471f-e488-4329-8c69-9fb25911bb5a", "name": "CreateFlavorTests-105fbc45-13e4-403c-a28d-78fbdd6498acname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:02:58,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a used request id req-4e393b6f-ef7c-415c-8dd0-4b53a480d7c0 2018-11-19 05:02:58,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0248e10af20218432044acff66c3d4330c0f9bab" 2018-11-19 05:02:58,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-5ff69380-0a11-456e-994c-3f1df366dcb3 x-compute-request-id: req-5ff69380-0a11-456e-994c-3f1df366dcb3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:02:58,875 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a/os-extra_specs used request id req-5ff69380-0a11-456e-994c-3f1df366dcb3 2018-11-19 05:02:58,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0248e10af20218432044acff66c3d4330c0f9bab" 2018-11-19 05:02:58,930 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-a72daeee-bc50-440a-9304-ac304aa53042 x-compute-request-id: req-a72daeee-bc50-440a-9304-ac304aa53042 Content-Length: 0 Content-Type: application/json 2018-11-19 05:02:58,930 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a used request id req-a72daeee-bc50-440a-9304-ac304aa53042 2018-11-19 05:02:58,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0248e10af20218432044acff66c3d4330c0f9bab" 2018-11-19 05:02:59,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-02bfeaa4-725e-453d-83ed-fb9688719e65 x-compute-request-id: req-02bfeaa4-725e-453d-83ed-fb9688719e65 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:02:59,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-02bfeaa4-725e-453d-83ed-fb9688719e65 2018-11-19 05:02:59,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f65ef15dce642251bb111109343ebc00a288b9ed" 2018-11-19 05:02:59,163 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-11056efd-25a0-4d76-948e-321f6ff2b4ef x-compute-request-id: req-11056efd-25a0-4d76-948e-321f6ff2b4ef Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 04e9471f-e488-4329-8c69-9fb25911bb5a could not be found.", "code": 404}} 2018-11-19 05:02:59,163 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/04e9471f-e488-4329-8c69-9fb25911bb5a used request id req-11056efd-25a0-4d76-948e-321f6ff2b4ef 2018-11-19 05:02:59,165 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:59,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:02:59,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:02:59,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:02:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["gwGDgCc-SpeQG60fMTXnsg"], "issued_at": "2018-11-19T05:02:59.000000Z"}} 2018-11-19 05:02:59,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e4f5f4b42a1171902b1a7d897784a44108354b" 2018-11-19 05:02:59,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4967e31e-573d-457b-8850-53f2ca0758be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:02:59,631 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4967e31e-573d-457b-8850-53f2ca0758be 2018-11-19 05:02:59,632 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:02:59,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e4f5f4b42a1171902b1a7d897784a44108354b" 2018-11-19 05:02:59,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4eec103a-6b9d-4344-abf1-92c68f5b58ee x-compute-request-id: req-4eec103a-6b9d-4344-abf1-92c68f5b58ee Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:02:59,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4eec103a-6b9d-4344-abf1-92c68f5b58ee 2018-11-19 05:02:59,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e4f5f4b42a1171902b1a7d897784a44108354b" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-d87d5bd9-9fb9-46c9-94c2-9575183de90aname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-19 05:02:59,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ddf844c-a888-4768-8602-1ec4d8cfe166 x-compute-request-id: req-6ddf844c-a888-4768-8602-1ec4d8cfe166 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac", "name": "CreateFlavorTests-d87d5bd9-9fb9-46c9-94c2-9575183de90aname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:02:59,913 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6ddf844c-a888-4768-8602-1ec4d8cfe166 2018-11-19 05:02:59,914 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:00,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["tq-jozUNT2OWskyBoruZVg"], "issued_at": "2018-11-19T05:03:00.000000Z"}} 2018-11-19 05:03:00,305 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1740390337259cda734c621d03ba4491056abff9" 2018-11-19 05:03:00,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-b0cd32e2-138f-4d9e-b580-8c2f7c31203c x-compute-request-id: req-b0cd32e2-138f-4d9e-b580-8c2f7c31203c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac", "name": "CreateFlavorTests-d87d5bd9-9fb9-46c9-94c2-9575183de90aname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:03:00,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac used request id req-b0cd32e2-138f-4d9e-b580-8c2f7c31203c 2018-11-19 05:03:00,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1740390337259cda734c621d03ba4491056abff9" 2018-11-19 05:03:00,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-2604b54f-f0da-4f38-ae63-e0dfbb2466a7 x-compute-request-id: req-2604b54f-f0da-4f38-ae63-e0dfbb2466a7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:03:00,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac/os-extra_specs used request id req-2604b54f-f0da-4f38-ae63-e0dfbb2466a7 2018-11-19 05:03:00,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79e4f5f4b42a1171902b1a7d897784a44108354b" 2018-11-19 05:03:00,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-045d10b3-effc-4509-ad64-bcb83ccb9312 x-compute-request-id: req-045d10b3-effc-4509-ad64-bcb83ccb9312 Content-Length: 0 Content-Type: application/json 2018-11-19 05:03:00,891 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8baeb6bd-56f3-4ef1-b26c-de0b08bb59ac used request id req-045d10b3-effc-4509-ad64-bcb83ccb9312 2018-11-19 05:03:00,892 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:00,894 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:03:00,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:01,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["T5s00Pp8QG2wuNdqtEUi3w"], "issued_at": "2018-11-19T05:03:01.000000Z"}} 2018-11-19 05:03:01,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef126cd086540e984a04f3b110d07d7a1c57f3c" 2018-11-19 05:03:01,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61618de1-0590-4b4e-80d0-f3e8e7eca227 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:01,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-61618de1-0590-4b4e-80d0-f3e8e7eca227 2018-11-19 05:03:01,352 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:01,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef126cd086540e984a04f3b110d07d7a1c57f3c" 2018-11-19 05:03:01,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff324909-7883-435c-b533-9b268d9d1c80 x-compute-request-id: req-ff324909-7883-435c-b533-9b268d9d1c80 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:03:01,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ff324909-7883-435c-b533-9b268d9d1c80 2018-11-19 05:03:01,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef126cd086540e984a04f3b110d07d7a1c57f3c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-09c3cfbe-fc3f-4b74-b105-d83034cbb301name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-11-19 05:03:01,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-024e95ec-0cdb-4017-98bd-0a1764c81861 x-compute-request-id: req-024e95ec-0cdb-4017-98bd-0a1764c81861 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "4bda8176-9d89-4c5a-8c0a-fa3735680798", "name": "CreateFlavorTests-09c3cfbe-fc3f-4b74-b105-d83034cbb301name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-19 05:03:01,605 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-024e95ec-0cdb-4017-98bd-0a1764c81861 2018-11-19 05:03:01,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:01,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["ZGk7zUi4T3WwW81LhQHDvw"], "issued_at": "2018-11-19T05:03:01.000000Z"}} 2018-11-19 05:03:01,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9a06e8522df2d81418e315a77356d92b71d77b" 2018-11-19 05:03:02,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f16c876-7787-4ed0-9960-fbe1ca11218e x-compute-request-id: req-6f16c876-7787-4ed0-9960-fbe1ca11218e Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "4bda8176-9d89-4c5a-8c0a-fa3735680798", "name": "CreateFlavorTests-09c3cfbe-fc3f-4b74-b105-d83034cbb301name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-19 05:03:02,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798 used request id req-6f16c876-7787-4ed0-9960-fbe1ca11218e 2018-11-19 05:03:02,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9a06e8522df2d81418e315a77356d92b71d77b" 2018-11-19 05:03:02,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-34b6559f-258e-4450-a845-32c68629a986 x-compute-request-id: req-34b6559f-258e-4450-a845-32c68629a986 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:03:02,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798/os-extra_specs used request id req-34b6559f-258e-4450-a845-32c68629a986 2018-11-19 05:03:02,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9a06e8522df2d81418e315a77356d92b71d77b" 2018-11-19 05:03:02,229 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67811c3b-ffe0-4ab5-8e03-caec12cb97d4 x-compute-request-id: req-67811c3b-ffe0-4ab5-8e03-caec12cb97d4 Content-Length: 0 Content-Type: application/json 2018-11-19 05:03:02,229 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798 used request id req-67811c3b-ffe0-4ab5-8e03-caec12cb97d4 2018-11-19 05:03:02,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb9a06e8522df2d81418e315a77356d92b71d77b" 2018-11-19 05:03:02,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3862cbcb-69d5-41b4-98cf-5e9935e24fc7 x-compute-request-id: req-3862cbcb-69d5-41b4-98cf-5e9935e24fc7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:03:02,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3862cbcb-69d5-41b4-98cf-5e9935e24fc7 2018-11-19 05:03:02,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef126cd086540e984a04f3b110d07d7a1c57f3c" 2018-11-19 05:03:02,280 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cd8a81fc-816e-4c0c-8f39-737d7afa9042 x-compute-request-id: req-cd8a81fc-816e-4c0c-8f39-737d7afa9042 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 4bda8176-9d89-4c5a-8c0a-fa3735680798 could not be found.", "code": 404}} 2018-11-19 05:03:02,280 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4bda8176-9d89-4c5a-8c0a-fa3735680798 used request id req-cd8a81fc-816e-4c0c-8f39-737d7afa9042 2018-11-19 05:03:02,281 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:02,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:03:02,283 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:02,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["myMGyWFaTJ6_vpPPAYMOHw"], "issued_at": "2018-11-19T05:03:02.000000Z"}} 2018-11-19 05:03:02,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52f3da23bcd06e3434ada7106fe86435f21c318e" 2018-11-19 05:03:02,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08959728-dd7d-464d-b733-acd14392a936 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:02,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-08959728-dd7d-464d-b733-acd14392a936 2018-11-19 05:03:02,738 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:02,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52f3da23bcd06e3434ada7106fe86435f21c318e" 2018-11-19 05:03:02,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e3f0cb52-2de7-4124-8a01-b34205884d60 x-compute-request-id: req-e3f0cb52-2de7-4124-8a01-b34205884d60 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:03:02,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e3f0cb52-2de7-4124-8a01-b34205884d60 2018-11-19 05:03:02,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52f3da23bcd06e3434ada7106fe86435f21c318e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-28503ccf-7e30-41a5-87be-61ff4d3beeedname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-19 05:03:02,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7bf530c-eca1-4f08-9399-754afb334aec x-compute-request-id: req-d7bf530c-eca1-4f08-9399-754afb334aec Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ca0c1570-c73a-4b53-9167-23e221fa1e89", "name": "CreateFlavorTests-28503ccf-7e30-41a5-87be-61ff4d3beeedname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:03:02,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d7bf530c-eca1-4f08-9399-754afb334aec 2018-11-19 05:03:02,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:03,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Nn9Y8Hl7Qbi-anvaSY0maA"], "issued_at": "2018-11-19T05:03:03.000000Z"}} 2018-11-19 05:03:03,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b71b80f3629e1093cf290beca66d906e3b3ce7e" 2018-11-19 05:03:03,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-231de9ed-fc6a-4e87-8947-c665e672563e x-compute-request-id: req-231de9ed-fc6a-4e87-8947-c665e672563e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ca0c1570-c73a-4b53-9167-23e221fa1e89", "name": "CreateFlavorTests-28503ccf-7e30-41a5-87be-61ff4d3beeedname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:03:03,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89 used request id req-231de9ed-fc6a-4e87-8947-c665e672563e 2018-11-19 05:03:03,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b71b80f3629e1093cf290beca66d906e3b3ce7e" 2018-11-19 05:03:03,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-c4d2321d-3d50-4547-b817-d7495f9d10aa x-compute-request-id: req-c4d2321d-3d50-4547-b817-d7495f9d10aa Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:03:03,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89/os-extra_specs used request id req-c4d2321d-3d50-4547-b817-d7495f9d10aa 2018-11-19 05:03:03,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:03:03,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:03,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["jTbCIqajQmO-_hxI0jqIXQ"], "issued_at": "2018-11-19T05:03:03.000000Z"}} 2018-11-19 05:03:03,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c72f653baa502eeabef5a6533159c09219c5cb" 2018-11-19 05:03:04,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9acbc2e1-923b-4dd5-abb9-1f5b1e3bb750 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:04,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9acbc2e1-923b-4dd5-abb9-1f5b1e3bb750 2018-11-19 05:03:04,047 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:04,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c72f653baa502eeabef5a6533159c09219c5cb" 2018-11-19 05:03:04,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03: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-734786a7-be31-41c3-8a3b-65aa614dfb55 x-compute-request-id: req-734786a7-be31-41c3-8a3b-65aa614dfb55 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ca0c1570-c73a-4b53-9167-23e221fa1e89", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "bookmark"}], "name": "CreateFlavorTests-28503ccf-7e30-41a5-87be-61ff4d3beeedname"}]} 2018-11-19 05:03:04,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-734786a7-be31-41c3-8a3b-65aa614dfb55 2018-11-19 05:03:04,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4c72f653baa502eeabef5a6533159c09219c5cb" 2018-11-19 05:03:04,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03: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-b1bc3bdf-7842-4ba4-b5be-30d3d5b29a84 x-compute-request-id: req-b1bc3bdf-7842-4ba4-b5be-30d3d5b29a84 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ca0c1570-c73a-4b53-9167-23e221fa1e89", "name": "CreateFlavorTests-28503ccf-7e30-41a5-87be-61ff4d3beeedname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:03:04,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89 used request id req-b1bc3bdf-7842-4ba4-b5be-30d3d5b29a84 2018-11-19 05:03:04,260 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-28503ccf-7e30-41a5-87be-61ff4d3beeedname 2018-11-19 05:03:04,263 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52f3da23bcd06e3434ada7106fe86435f21c318e" 2018-11-19 05:03:04,308 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:03: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-d6266483-fa85-4752-acec-d9ae06908427 x-compute-request-id: req-d6266483-fa85-4752-acec-d9ae06908427 Content-Length: 0 Content-Type: application/json 2018-11-19 05:03:04,308 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ca0c1570-c73a-4b53-9167-23e221fa1e89 used request id req-d6266483-fa85-4752-acec-d9ae06908427 2018-11-19 05:03:04,309 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 05:03:04,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:03:04,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:04,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["04uYF-uHRTGXD6Shuk1GTg"], "issued_at": "2018-11-19T05:03:04.000000Z"}} 2018-11-19 05:03:04,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" 2018-11-19 05:03:04,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e346c852-70e2-4af1-bcd2-618c21546e09 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:04,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e346c852-70e2-4af1-bcd2-618c21546e09 2018-11-19 05:03:04,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" 2018-11-19 05:03:04,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-4cfe7230-f286-452f-8eb3-1549b2b44fba Date: Mon, 19 Nov 2018 05:03:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image"} 2018-11-19 05:03:04,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image used request id req-4cfe7230-f286-452f-8eb3-1549b2b44fba 2018-11-19 05:03:04,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" 2018-11-19 05:03:05,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2e286093-64a2-46e6-9e52-4bcc09a2b87f Date: Mon, 19 Nov 2018 05:03:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:03:05,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2e286093-64a2-46e6-9e52-4bcc09a2b87f 2018-11-19 05:03:05,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image"}' 2018-11-19 05:03:05,717 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf X-Openstack-Request-Id: req-9150ac9d-01df-4234-9f34-e32ee337605b Date: Mon, 19 Nov 2018 05:03:05 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:03:05Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T05:03:05Z", "visibility": "shared", "locations": [], "self": "/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf", "min_disk": 0, "protected": false, "id": "f0bf556d-7617-499a-9842-23b59e7fdddf", "file": "/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:03:05,717 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9150ac9d-01df-4234-9f34-e32ee337605b 2018-11-19 05:03:05,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" -d '' 2018-11-19 05:03:07,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2024d75-0557-4f3e-aaf6-70d2381b1355 Date: Mon, 19 Nov 2018 05:03:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:03:07,806 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf/file used request id req-f2024d75-0557-4f3e-aaf6-70d2381b1355 2018-11-19 05:03:07,807 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:03:07,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" 2018-11-19 05:03:08,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-87b93d1a-6d78-4938-b3fb-c506b6920513 Date: Mon, 19 Nov 2018 05:03:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:03:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:03:07Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f0bf556d-7617-499a-9842-23b59e7fdddf/snap", "metadata": {}}], "self": "/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf", "min_disk": 0, "protected": false, "id": "f0bf556d-7617-499a-9842-23b59e7fdddf", "file": "/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f0bf556d-7617-499a-9842-23b59e7fdddf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:03:08,018 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf used request id req-87b93d1a-6d78-4938-b3fb-c506b6920513 2018-11-19 05:03:08,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" 2018-11-19 05:03:08,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-40725fd9-eaef-4095-bffe-b5627f3e131c Date: Mon, 19 Nov 2018 05:03:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:03:08,176 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-40725fd9-eaef-4095-bffe-b5627f3e131c 2018-11-19 05:03:08,179 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image 2018-11-19 05:03:08,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" 2018-11-19 05:03:08,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-61c1e268-fdce-4921-a66e-c672dcb04a17 Date: Mon, 19 Nov 2018 05:03:08 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:03:05Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:03:07Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f0bf556d-7617-499a-9842-23b59e7fdddf/snap", "metadata": {}}], "self": "/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf", "min_disk": 0, "protected": false, "id": "f0bf556d-7617-499a-9842-23b59e7fdddf", "file": "/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f0bf556d-7617-499a-9842-23b59e7fdddf/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:03:08,350 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf used request id req-61c1e268-fdce-4921-a66e-c672dcb04a17 2018-11-19 05:03:08,350 - create_image - DEBUG - Instance status is - active 2018-11-19 05:03:08,350 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image 2018-11-19 05:03:08,350 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image 2018-11-19 05:03:08,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:03:08,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:08,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["IYcCpyYNR5qs8GhvDCXNxw"], "issued_at": "2018-11-19T05:03:08.000000Z"}} 2018-11-19 05:03:08,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc714fc5d7d911bd0f30f05d97bb55d01a864d44" 2018-11-19 05:03:08,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c50a43-cfee-432d-a226-9e801e4a1832 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:08,824 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d3c50a43-cfee-432d-a226-9e801e4a1832 2018-11-19 05:03:08,825 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:08,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc714fc5d7d911bd0f30f05d97bb55d01a864d44" 2018-11-19 05:03:09,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-c1259fe3-3687-40fa-8add-4fe979dff1b0 x-compute-request-id: req-c1259fe3-3687-40fa-8add-4fe979dff1b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:03:09,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c1259fe3-3687-40fa-8add-4fe979dff1b0 2018-11-19 05:03:09,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc714fc5d7d911bd0f30f05d97bb55d01a864d44" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 05:03:09,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bd3d86c-4e26-4ba7-bc9f-05d4137fdb38 x-compute-request-id: req-5bd3d86c-4e26-4ba7-bc9f-05d4137fdb38 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/eaa6ae4e-3545-440b-9a5d-a604e89da749", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/eaa6ae4e-3545-440b-9a5d-a604e89da749", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "eaa6ae4e-3545-440b-9a5d-a604e89da749", "name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:03:09,084 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5bd3d86c-4e26-4ba7-bc9f-05d4137fdb38 2018-11-19 05:03:09,105 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 05:03:09,132 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:09,506 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["iZnlBJwkQmu6VfR9_tL67w"], "issued_at": "2018-11-19T05:03:09.000000Z"}} 2018-11-19 05:03:09,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-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-67475a64-f197-4f2a-8621-670373274e26-net", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}}' 2018-11-19 05:03:12,925 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:03:09 GMT Server: Apache x-openstack-request-id: req-0c86e54c-82d5-494b-b0f3-a6690f6a053c Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "fe185161-6236-40f3-8d45-14e295c10aea", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}]}} 2018-11-19 05:03:12,925 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks used request id req-0c86e54c-82d5-494b-b0f3-a6690f6a053c 2018-11-19 05:03:12,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:13,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:12 GMT Server: Apache x-openstack-request-id: req-72e7e577-f7ce-428d-a7e6-2fac62f465e5 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:14,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:13 GMT Server: Apache x-openstack-request-id: req-d4bcbf09-5487-4dab-9e8d-73226b927e17 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "fe185161-6236-40f3-8d45-14e295c10aea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fe185161-6236-40f3-8d45-14e295c10aea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:14,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-d4bcbf09-5487-4dab-9e8d-73226b927e17 2018-11-19 05:03:14,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:15,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:14 GMT Server: Apache x-openstack-request-id: req-447b2332-6320-49e7-ada1-c10e90a4980e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "deletion_time": null, "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "updated_time": null, "project": "18123dbd720a4952ab47bfda8e7754ba", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "fe185161-6236-40f3-8d45-14e295c10aea", "tags": null}]} 2018-11-19 05:03:15,017 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1 used request id req-447b2332-6320-49e7-ada1-c10e90a4980e 2018-11-19 05:03:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:15,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:15 GMT Server: Apache x-openstack-request-id: req-6d76d5fe-734c-4a10-93d2-6feaeae6b35f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "deletion_time": null, "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "updated_time": null, "project": "18123dbd720a4952ab47bfda8e7754ba", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "fe185161-6236-40f3-8d45-14e295c10aea", "tags": null}]} 2018-11-19 05:03:15,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1 used request id req-6d76d5fe-734c-4a10-93d2-6feaeae6b35f 2018-11-19 05:03:15,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:16,515 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:15 GMT Server: Apache x-openstack-request-id: req-cdbb23c3-2ba2-4401-9f5c-cda172a46234 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:17,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:16 GMT Server: Apache x-openstack-request-id: req-bc81c27d-7214-401d-ad72-32ae0ebdba19 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "fe185161-6236-40f3-8d45-14e295c10aea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fe185161-6236-40f3-8d45-14e295c10aea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:17,260 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-bc81c27d-7214-401d-ad72-32ae0ebdba19 2018-11-19 05:03:17,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:17,339 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:17 GMT Server: Apache x-openstack-request-id: req-6860cd28-f9af-4066-baf0-1b0469122315 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:18,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:17 GMT Server: Apache x-openstack-request-id: req-11c9527d-b5cf-4b72-a91e-b40b9e2d3b77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7197aa3d-0c26-4243-a75c-27d3ffc68e90", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "01f309a4-1006-4c01-8da2-4cb2066d4323", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "92e12f90-04a1-47b6-9885-3a67a3f6a1db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-11-19T05:03:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-11-19 05:03:18,212 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources used request id req-11c9527d-b5cf-4b72-a91e-b40b9e2d3b77 2018-11-19 05:03:18,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:18,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:18 GMT Server: Apache x-openstack-request-id: req-7bce557a-984d-4232-b249-eb7b2af76525 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:19,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:18 GMT Server: Apache x-openstack-request-id: req-83bc4db8-4449-4c16-8c35-9c21f2525584 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "fe185161-6236-40f3-8d45-14e295c10aea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fe185161-6236-40f3-8d45-14e295c10aea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:19,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-83bc4db8-4449-4c16-8c35-9c21f2525584 2018-11-19 05:03:19,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:19,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:19 GMT Server: Apache x-openstack-request-id: req-c0f2e097-d299-448f-9ac7-c1c11a90f15b Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:19,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:19 GMT Server: Apache x-openstack-request-id: req-ab90eefa-8d41-4b17-88a7-aefbe7bd13dc 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "fe185161-6236-40f3-8d45-14e295c10aea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fe185161-6236-40f3-8d45-14e295c10aea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:19,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-ab90eefa-8d41-4b17-88a7-aefbe7bd13dc 2018-11-19 05:03:22,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:23,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:22 GMT Server: Apache x-openstack-request-id: req-d4b726e4-497a-4471-9852-0a835b00e5eb Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:23,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:23 GMT Server: Apache x-openstack-request-id: req-4a8476dc-6804-43f8-bf3e-17ee56d31f39 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "fe185161-6236-40f3-8d45-14e295c10aea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fe185161-6236-40f3-8d45-14e295c10aea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:23,793 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-4a8476dc-6804-43f8-bf3e-17ee56d31f39 2018-11-19 05:03:26,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:27,491 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:26 GMT Server: Apache x-openstack-request-id: req-a4b436dd-8831-4e61-8c26-fa84e74d557a Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:28,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:27 GMT Server: Apache x-openstack-request-id: req-74da00d3-2abd-40a1-be86-4bdc421c5ad7 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "fe185161-6236-40f3-8d45-14e295c10aea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "fe185161-6236-40f3-8d45-14e295c10aea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:28,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-74da00d3-2abd-40a1-be86-4bdc421c5ad7 2018-11-19 05:03:31,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:31,324 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:31 GMT Server: Apache x-openstack-request-id: req-c78b28c6-3667-47be-9dd1-f1045cf91ca4 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:32,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:31 GMT Server: Apache x-openstack-request-id: req-24eac5c6-1412-4304-a0da-1cac0c95c307 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "fe185161-6236-40f3-8d45-14e295c10aea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image", "inst_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1", "stack_user_project_id": "0bd413015d42490081adb227d563a8c6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:03:12Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "fe185161-6236-40f3-8d45-14e295c10aea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:32,109 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-24eac5c6-1412-4304-a0da-1cac0c95c307 2018-11-19 05:03:32,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:32,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:32 GMT Server: Apache x-openstack-request-id: req-561b2538-8e45-4025-a5d2-c9676b928509 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:32,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:32 GMT Server: Apache x-openstack-request-id: req-1c501f24-2274-40db-8466-89063f4e63e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7197aa3d-0c26-4243-a75c-27d3ffc68e90", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "01f309a4-1006-4c01-8da2-4cb2066d4323", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "92e12f90-04a1-47b6-9885-3a67a3f6a1db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0", "resource_type": "OS::Nova::Server"}]} 2018-11-19 05:03:32,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources used request id req-1c501f24-2274-40db-8466-89063f4e63e6 2018-11-19 05:03:32,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=92e12f90-04a1-47b6-9885-3a67a3f6a1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:33,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-12b727c1-f1f2-4be9-bdaa-0590a1776eee Date: Mon, 19 Nov 2018 05:03:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["01f309a4-1006-4c01-8da2-4cb2066d4323"],"description":"","tags":[],"updated_at":"2018-11-19T05:03:14Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:13Z","provider:network_type":"vxlan"}]} 2018-11-19 05:03:33,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=92e12f90-04a1-47b6-9885-3a67a3f6a1db used request id req-12b727c1-f1f2-4be9-bdaa-0590a1776eee 2018-11-19 05:03:33,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:33,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1b1a7052-7681-429d-bd10-a7704e6ba7ad Date: Mon, 19 Nov 2018 05:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:14Z","dns_nameservers":[],"updated_at":"2018-11-19T05:03:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"01f309a4-1006-4c01-8da2-4cb2066d4323","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet"}]} 2018-11-19 05:03:33,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db used request id req-1b1a7052-7681-429d-bd10-a7704e6ba7ad 2018-11-19 05:03:33,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:33,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7b420a33-2fa6-4eae-af15-0d36e3dee5cf Date: Mon, 19 Nov 2018 05:03:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:14Z","dns_nameservers":[],"updated_at":"2018-11-19T05:03:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"01f309a4-1006-4c01-8da2-4cb2066d4323","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet"}]} 2018-11-19 05:03:33,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db used request id req-7b420a33-2fa6-4eae-af15-0d36e3dee5cf 2018-11-19 05:03:33,315 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:33,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:33,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9996c72-ee4d-49cc-b7d6-3340b7d2c3df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:33,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a9996c72-ee4d-49cc-b7d6-3340b7d2c3df 2018-11-19 05:03:33,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:33,478 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:33 GMT Server: Apache x-openstack-request-id: req-73a18dba-8489-499c-a047-4e04709e0ee4 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:34,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:33 GMT Server: Apache x-openstack-request-id: req-bade8e96-8245-4854-bb9b-9a89e166f8f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7197aa3d-0c26-4243-a75c-27d3ffc68e90", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "01f309a4-1006-4c01-8da2-4cb2066d4323", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "92e12f90-04a1-47b6-9885-3a67a3f6a1db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0", "resource_type": "OS::Nova::Server"}]} 2018-11-19 05:03:34,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources used request id req-bade8e96-8245-4854-bb9b-9a89e166f8f8 2018-11-19 05:03:34,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:34,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2ed8b5f-678b-4e00-b44e-09ee9ac59c34 x-compute-request-id: req-f2ed8b5f-678b-4e00-b44e-09ee9ac59c34 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:ee:96", "version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0", "rel": "bookmark"}], "image": {"id": "f0bf556d-7617-499a-9842-23b59e7fdddf", "links": [{"href": "http://172.30.9.21:8774/images/f0bf556d-7617-499a-9842-23b59e7fdddf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000011", "OS-SRV-USG:launched_at": "2018-11-19T05:03:25.000000", "flavor": {"id": "eaa6ae4e-3545-440b-9a5d-a604e89da749", "links": [{"href": "http://172.30.9.21:8774/flavors/eaa6ae4e-3545-440b-9a5d-a604e89da749", "rel": "bookmark"}]}, "id": "cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:03:26Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "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-67475a64-f197-4f2a-8621-670373274e26-inst", "created": "2018-11-19T05:03:20Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:03:34,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0 used request id req-f2ed8b5f-678b-4e00-b44e-09ee9ac59c34 2018-11-19 05:03:34,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:35,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-e332ffa9-06d3-4515-89ab-887e259d19dd Date: Mon, 19 Nov 2018 05:03:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["01f309a4-1006-4c01-8da2-4cb2066d4323"],"description":"","tags":[],"updated_at":"2018-11-19T05:03:14Z","qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:13Z","provider:network_type":"vxlan"}]} 2018-11-19 05:03:35,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-net used request id req-e332ffa9-06d3-4515-89ab-887e259d19dd 2018-11-19 05:03:35,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:03:35,254 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:03:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:03:35,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:35,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b360cd0b-529e-4f24-a1b4-7c7a85fc601b 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:03:35,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-b360cd0b-529e-4f24-a1b4-7c7a85fc601b 2018-11-19 05:03:35,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:35,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c11ce156-f151-4227-981f-c61e93335923 Date: Mon, 19 Nov 2018 05:03:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:14Z","dns_nameservers":[],"updated_at":"2018-11-19T05:03:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.0.0.2","end":"10.0.0.254"}],"gateway_ip":"10.0.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.0.0.0/24","project_id":"18123dbd720a4952ab47bfda8e7754ba","id":"01f309a4-1006-4c01-8da2-4cb2066d4323","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-subnet"}]} 2018-11-19 05:03:35,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db used request id req-c11ce156-f151-4227-981f-c61e93335923 2018-11-19 05:03:35,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:35,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3909 X-Openstack-Request-Id: req-dd85db76-485e-4385-9cc4-7acf679b8eaf Date: Mon, 19 Nov 2018 05:03:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:03:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01f309a4-1006-4c01-8da2-4cb2066d4323","ip_address":"10.0.0.4"}],"id":"3b1192c0-a005-496f-bcce-3330967a20d4","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2c:aa:f1","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-92e12f90-04a1-47b6-9885-3a67a3f6a1db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:03:26Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"01f309a4-1006-4c01-8da2-4cb2066d4323","ip_address":"10.0.0.9"}],"id":"7197aa3d-0c26-4243-a75c-27d3ffc68e90","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:38:ee:96","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1-server1_port-r5x2jdcgupwt","admin_state_up":true,"network_id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:16Z","binding:vnic_type":"normal","device_id":"cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:03:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01f309a4-1006-4c01-8da2-4cb2066d4323","ip_address":"10.0.0.2"}],"id":"74c505b1-58fa-48ce-8e3f-d41709a1a74b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:1d:83:dd","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:15Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-92e12f90-04a1-47b6-9885-3a67a3f6a1db"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:03:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"01f309a4-1006-4c01-8da2-4cb2066d4323","ip_address":"10.0.0.3"}],"id":"7bc61cf2-4082-48b7-a548-d70ec1310a8f","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:4c:ad","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"92e12f90-04a1-47b6-9885-3a67a3f6a1db","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:03:16Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-92e12f90-04a1-47b6-9885-3a67a3f6a1db"}]} 2018-11-19 05:03:35,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=92e12f90-04a1-47b6-9885-3a67a3f6a1db used request id req-dd85db76-485e-4385-9cc4-7acf679b8eaf 2018-11-19 05:03:35,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:35,523 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:35 GMT Server: Apache x-openstack-request-id: req-b969692c-da4f-4db5-888a-236cbfcbdbe9 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:35,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:35 GMT Server: Apache x-openstack-request-id: req-ba097c1f-f323-4379-bbcc-f924d0e60f1c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 578 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7197aa3d-0c26-4243-a75c-27d3ffc68e90", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "01f309a4-1006-4c01-8da2-4cb2066d4323", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "92e12f90-04a1-47b6-9885-3a67a3f6a1db", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-19T05:03:12Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:03:12Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "cf84f3dc-5be1-4b55-b117-c86f2d7c7bf0", "resource_type": "OS::Nova::Server"}]} 2018-11-19 05:03:35,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea/resources used request id req-ba097c1f-f323-4379-bbcc-f924d0e60f1c 2018-11-19 05:03:35,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/fe185161-6236-40f3-8d45-14e295c10aea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5322b9b9dfd3773668ea4177bdf0c127c0f4c412" 2018-11-19 05:03:36,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:35 GMT Server: Apache x-openstack-request-id: req-de4ebedf-5bd6-4c8d-872c-2897ab8abb92 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:36,455 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:03:36 GMT Server: Apache x-openstack-request-id: req-622a2a81-238b-4003-994c-e41c88161737 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:03:36,455 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-stack1/fe185161-6236-40f3-8d45-14e295c10aea used request id req-622a2a81-238b-4003-994c-e41c88161737 2018-11-19 05:03:36,456 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-67475a64-f197-4f2a-8621-670373274e26-image 2018-11-19 05:03:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e830fb33aa4e467eacc02b20ea2f38c27dd5ce3e" 2018-11-19 05:03:40,728 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e3a3dd06-ec4f-4d5a-b42a-fbeda30a98f1 Date: Mon, 19 Nov 2018 05:03:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:03:40,729 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f0bf556d-7617-499a-9842-23b59e7fdddf used request id req-e3a3dd06-ec4f-4d5a-b42a-fbeda30a98f1 2018-11-19 05:03:40,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/eaa6ae4e-3545-440b-9a5d-a604e89da749 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc714fc5d7d911bd0f30f05d97bb55d01a864d44" 2018-11-19 05:03:40,803 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-6d594675-319e-4a67-8184-f51df89326c7 x-compute-request-id: req-6d594675-319e-4a67-8184-f51df89326c7 Content-Length: 0 Content-Type: application/json 2018-11-19 05:03:40,804 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/eaa6ae4e-3545-440b-9a5d-a604e89da749 used request id req-6d594675-319e-4a67-8184-f51df89326c7 2018-11-19 05:03:40,806 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 05:03:40,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:03:40,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:41,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["dSnE8YS2QSeQ07p_K1rFCw"], "issued_at": "2018-11-19T05:03:41.000000Z"}} 2018-11-19 05:03:41,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" 2018-11-19 05:03:41,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88c431c7-dd0d-403a-9d41-a8c151847758 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:41,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-88c431c7-dd0d-403a-9d41-a8c151847758 2018-11-19 05:03:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" 2018-11-19 05:03:41,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-fa231389-09b4-47dc-96ce-d0af6bce5c80 Date: Mon, 19 Nov 2018 05:03:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image"} 2018-11-19 05:03:41,457 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image used request id req-fa231389-09b4-47dc-96ce-d0af6bce5c80 2018-11-19 05:03:41,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" 2018-11-19 05:03:41,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6cada40f-15b5-4717-b581-9bf9e6c72b5c Date: Mon, 19 Nov 2018 05:03:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:03:41,618 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6cada40f-15b5-4717-b581-9bf9e6c72b5c 2018-11-19 05:03:41,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image"}' 2018-11-19 05:03:42,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00 X-Openstack-Request-Id: req-3d77824c-070c-4c8c-a1f9-31b9808c0175 Date: Mon, 19 Nov 2018 05:03:42 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:03:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T05:03:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00", "min_disk": 0, "protected": false, "id": "a6ed0256-53ab-40fe-9c67-c10b17455e00", "file": "/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:03:42,335 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3d77824c-070c-4c8c-a1f9-31b9808c0175 2018-11-19 05:03:42,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" -d '' 2018-11-19 05:03:44,910 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4e99afc-36df-4185-82f5-880373888cb3 Date: Mon, 19 Nov 2018 05:03:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:03:44,910 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/file used request id req-c4e99afc-36df-4185-82f5-880373888cb3 2018-11-19 05:03:44,911 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:03:44,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" 2018-11-19 05:03:45,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-0ba83a60-9afd-42f9-b240-490b7b1ee127 Date: Mon, 19 Nov 2018 05:03:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:03:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:03:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/snap", "metadata": {}}], "self": "/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00", "min_disk": 0, "protected": false, "id": "a6ed0256-53ab-40fe-9c67-c10b17455e00", "file": "/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:03:45,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00 used request id req-0ba83a60-9afd-42f9-b240-490b7b1ee127 2018-11-19 05:03:45,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" 2018-11-19 05:03:45,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85c188c8-47ac-44dc-b1c8-cc104077f59c Date: Mon, 19 Nov 2018 05:03:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:03:45,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-85c188c8-47ac-44dc-b1c8-cc104077f59c 2018-11-19 05:03:45,301 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image 2018-11-19 05:03:45,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" 2018-11-19 05:03:46,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-2cc1746b-18d5-4268-ba88-cceaa1ed383b Date: Mon, 19 Nov 2018 05:03:46 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:03:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:03:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/snap", "metadata": {}}], "self": "/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00", "min_disk": 0, "protected": false, "id": "a6ed0256-53ab-40fe-9c67-c10b17455e00", "file": "/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a6ed0256-53ab-40fe-9c67-c10b17455e00/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:03:46,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00 used request id req-2cc1746b-18d5-4268-ba88-cceaa1ed383b 2018-11-19 05:03:46,015 - create_image - DEBUG - Instance status is - active 2018-11-19 05:03:46,016 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image 2018-11-19 05:03:46,016 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image 2018-11-19 05:03:46,016 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:03:46,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:46,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["KZoFN_RKTFClL16q_i2Ywg"], "issued_at": "2018-11-19T05:03:46.000000Z"}} 2018-11-19 05:03:46,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f04a30de3d00028421d247c6baeb497bbf51d01" 2018-11-19 05:03:46,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d49f607f-ebd4-4fcf-8da7-5b0cc6e02513 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:03:46,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d49f607f-ebd4-4fcf-8da7-5b0cc6e02513 2018-11-19 05:03:46,490 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:03:46,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f04a30de3d00028421d247c6baeb497bbf51d01" 2018-11-19 05:03:47,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a52f4c13-472f-4345-bd7f-7d831ccf5a50 x-compute-request-id: req-a52f4c13-472f-4345-bd7f-7d831ccf5a50 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:03:47,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a52f4c13-472f-4345-bd7f-7d831ccf5a50 2018-11-19 05:03:47,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f04a30de3d00028421d247c6baeb497bbf51d01" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 05:03:47,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-2c315aa1-54f1-4c26-ae9c-b8ccbbb0aa77 x-compute-request-id: req-2c315aa1-54f1-4c26-ae9c-b8ccbbb0aa77 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4fddebbf-4413-4244-a739-92cb9642e8c7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4fddebbf-4413-4244-a739-92cb9642e8c7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4fddebbf-4413-4244-a739-92cb9642e8c7", "name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:03:47,133 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2c315aa1-54f1-4c26-ae9c-b8ccbbb0aa77 2018-11-19 05:03:47,134 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 05:03:47,160 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:03:47,545 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:03:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["gr4KeNg3QJ6BrW4Cbf6dbA"], "issued_at": "2018-11-19T05:03:47.000000Z"}} 2018-11-19 05:03:47,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-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-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}}' 2018-11-19 05:03:50,090 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:03:47 GMT Server: Apache x-openstack-request-id: req-8cb2da65-265a-4c63-800b-6982c2009bbe Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}]}} 2018-11-19 05:03:50,090 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks used request id req-8cb2da65-265a-4c63-800b-6982c2009bbe 2018-11-19 05:03:50,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:03:50,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:50 GMT Server: Apache x-openstack-request-id: req-97a7d446-a6f5-4699-bb58-878128334c7e Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:51,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:50 GMT Server: Apache x-openstack-request-id: req-2281ba08-718a-4945-893f-3d43aca8efd9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:51,009 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-2281ba08-718a-4945-893f-3d43aca8efd9 2018-11-19 05:03:51,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:03:51,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:51 GMT Server: Apache x-openstack-request-id: req-4db09484-5824-434c-ac06-f5acfcd5f4ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "deletion_time": null, "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "updated_time": null, "project": "18123dbd720a4952ab47bfda8e7754ba", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "tags": null}]} 2018-11-19 05:03:51,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1 used request id req-4db09484-5824-434c-ac06-f5acfcd5f4ce 2018-11-19 05:03:51,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:03:51,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:51 GMT Server: Apache x-openstack-request-id: req-a538682c-5900-47ed-adb9-f228ba783b87 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "deletion_time": null, "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "updated_time": null, "project": "18123dbd720a4952ab47bfda8e7754ba", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "tags": null}]} 2018-11-19 05:03:51,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1 used request id req-a538682c-5900-47ed-adb9-f228ba783b87 2018-11-19 05:03:51,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:03:52,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:51 GMT Server: Apache x-openstack-request-id: req-f5b307d4-1ef0-48b4-8843-2b368b068e63 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:52,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:52 GMT Server: Apache x-openstack-request-id: req-e05dc8cf-4b08-4721-a090-974189094769 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:52,382 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-e05dc8cf-4b08-4721-a090-974189094769 2018-11-19 05:03:52,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:03:53,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:52 GMT Server: Apache x-openstack-request-id: req-42641b3a-a799-4b43-ac32-5fa4fe12fc12 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:53,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:53 GMT Server: Apache x-openstack-request-id: req-75792898-cc97-430b-a391-07d35a24fbe9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:53,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-75792898-cc97-430b-a391-07d35a24fbe9 2018-11-19 05:03:56,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:03:56,481 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-ac2f758f-698e-410e-b876-3a6ffa55f5dc Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:03:57,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-2161bf50-a61a-48e6-a071-f218d4d97443 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:03:57,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-2161bf50-a61a-48e6-a071-f218d4d97443 2018-11-19 05:04:00,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:00,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:00 GMT Server: Apache x-openstack-request-id: req-796ac5f5-5a10-409f-a965-627566cd7cdf Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:00,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:00 GMT Server: Apache x-openstack-request-id: req-a8a55d27-6390-4de4-8183-051288ee727e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:00,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-a8a55d27-6390-4de4-8183-051288ee727e 2018-11-19 05:04:03,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:03,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:03 GMT Server: Apache x-openstack-request-id: req-0f17df96-e5e0-4973-97ca-69ab7a6d5dd0 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:04,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:03 GMT Server: Apache x-openstack-request-id: req-4ab5e4eb-fa57-4a26-9bca-c3f74cccbbef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:04,048 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-4ab5e4eb-fa57-4a26-9bca-c3f74cccbbef 2018-11-19 05:04:07,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:07,081 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:07 GMT Server: Apache x-openstack-request-id: req-754f2e79-ffe2-449d-bc75-a78a9a6116af Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:07,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:07 GMT Server: Apache x-openstack-request-id: req-36ab2872-99a5-49ad-b38f-fa9fd79bdbbe 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1", "stack_user_project_id": "95496e3a9e9b4cec8427ceb2448ddfb9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:03:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "8965e1f7-3f0e-48b3-bd23-620a25b817b5", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:07,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-36ab2872-99a5-49ad-b38f-fa9fd79bdbbe 2018-11-19 05:04:07,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-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-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}}' 2018-11-19 05:04:10,808 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:04:07 GMT Server: Apache x-openstack-request-id: req-97f11006-436c-4260-b6b9-0ecbc168a5c5 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "4b163192-4005-44dd-8b61-468cbb980668", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}]}} 2018-11-19 05:04:10,808 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks used request id req-97f11006-436c-4260-b6b9-0ecbc168a5c5 2018-11-19 05:04:10,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:10,838 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:10 GMT Server: Apache x-openstack-request-id: req-a00de432-4f27-4b85-887c-1c04a9fb8b52 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:11,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:10 GMT Server: Apache x-openstack-request-id: req-88e24008-e437-49ec-ad61-95799f61312c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:11,036 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-88e24008-e437-49ec-ad61-95799f61312c 2018-11-19 05:04:11,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:11,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:11 GMT Server: Apache x-openstack-request-id: req-575df291-6f5a-44ec-b6c4-1517df20b584 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "deletion_time": null, "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "updated_time": null, "project": "18123dbd720a4952ab47bfda8e7754ba", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "4b163192-4005-44dd-8b61-468cbb980668", "tags": null}]} 2018-11-19 05:04:11,114 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2 used request id req-575df291-6f5a-44ec-b6c4-1517df20b584 2018-11-19 05:04:11,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:11,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:11 GMT Server: Apache x-openstack-request-id: req-b1aa2147-7da3-460d-bba1-6bfd5905fe6a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "deletion_time": null, "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "updated_time": null, "project": "18123dbd720a4952ab47bfda8e7754ba", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "4b163192-4005-44dd-8b61-468cbb980668", "tags": null}]} 2018-11-19 05:04:11,323 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks?stack_name=HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2 used request id req-b1aa2147-7da3-460d-bba1-6bfd5905fe6a 2018-11-19 05:04:11,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:11,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:11 GMT Server: Apache x-openstack-request-id: req-be3e7f88-251e-4053-8fd2-98b82053d697 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:11,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:11 GMT Server: Apache x-openstack-request-id: req-c1e28b2f-529c-460b-866a-4601ac9aa2ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:11,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-c1e28b2f-529c-460b-866a-4601ac9aa2ec 2018-11-19 05:04:11,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:11,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:11 GMT Server: Apache x-openstack-request-id: req-30d28428-6e7b-447a-9a16-630ea289c919 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:11,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:11 GMT Server: Apache x-openstack-request-id: req-4b9f9b1c-e0be-4d3f-b77d-360b9016912e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:11,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-4b9f9b1c-e0be-4d3f-b77d-360b9016912e 2018-11-19 05:04:14,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:14,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:14 GMT Server: Apache x-openstack-request-id: req-8b6f6c3f-b08a-427a-8821-b03d0b50c44b Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:14,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:14 GMT Server: Apache x-openstack-request-id: req-9e2ac550-527c-4a0b-af46-3c59ed17160a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:14,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-9e2ac550-527c-4a0b-af46-3c59ed17160a 2018-11-19 05:04:17,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:18,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:17 GMT Server: Apache x-openstack-request-id: req-72fad5d2-9852-4122-847f-da42983b7fb9 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:18,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:18 GMT Server: Apache x-openstack-request-id: req-c6793289-bb11-4330-9c8b-52db90634e91 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:18,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-c6793289-bb11-4330-9c8b-52db90634e91 2018-11-19 05:04:21,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:21,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:21 GMT Server: Apache x-openstack-request-id: req-3272f926-75fc-43cf-9c3b-0e2c64f08d7b Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:21,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:21 GMT Server: Apache x-openstack-request-id: req-b5295543-a4b2-4e56-adbf-ad91f8cf7824 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:21,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-b5295543-a4b2-4e56-adbf-ad91f8cf7824 2018-11-19 05:04:24,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:25,152 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:24 GMT Server: Apache x-openstack-request-id: req-e5f0dff3-4992-4bd7-be94-c393f9cf8ff8 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:25,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:25 GMT Server: Apache x-openstack-request-id: req-55a09260-1da6-4529-8620-3faf0c03c729 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:25,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-55a09260-1da6-4529-8620-3faf0c03c729 2018-11-19 05:04:28,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:28,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:28 GMT Server: Apache x-openstack-request-id: req-a3f1e116-1c2b-4c8c-ace3-78fe7a78de44 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:29,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:28 GMT Server: Apache x-openstack-request-id: req-c3cae082-d594-46fb-9ce6-b2ac18593b87 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 551 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:29,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-c3cae082-d594-46fb-9ce6-b2ac18593b87 2018-11-19 05:04:32,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:32,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:32 GMT Server: Apache x-openstack-request-id: req-f2adc8c6-2b5d-412f-b752-774365bbf443 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:32,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:32 GMT Server: Apache x-openstack-request-id: req-a02439e1-f8e2-4e72-8937-b27458929579 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "4b163192-4005-44dd-8b61-468cbb980668", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image", "inst_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2", "stack_user_project_id": "6cbe61077019460d9ebc0d79c9f91893", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:04:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "4b163192-4005-44dd-8b61-468cbb980668", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 05:04:32,313 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-a02439e1-f8e2-4e72-8937-b27458929579 2018-11-19 05:04:32,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/8965e1f7-3f0e-48b3-bd23-620a25b817b5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:32,343 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:32 GMT Server: Apache x-openstack-request-id: req-b60717fd-786f-449b-ab64-6bdbef67a2a5 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:32,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:04:32 GMT Server: Apache x-openstack-request-id: req-1b6ae4fe-f3cd-495e-827a-8ed5747ef7bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:04:32,416 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack1/8965e1f7-3f0e-48b3-bd23-620a25b817b5 used request id req-1b6ae4fe-f3cd-495e-827a-8ed5747ef7bc 2018-11-19 05:04:32,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/4b163192-4005-44dd-8b61-468cbb980668 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}918afe55e8b243dd54a7fe074c12230aeeb08fde" 2018-11-19 05:04:32,445 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:32 GMT Server: Apache x-openstack-request-id: req-3e2c8f6c-0d2d-45aa-a698-1086478cc4a3 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:32,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:04:32 GMT Server: Apache x-openstack-request-id: req-3b3b03bf-b873-49da-a720-ef0d66ee709d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:04:32,518 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-stack2/4b163192-4005-44dd-8b61-468cbb980668 used request id req-3b3b03bf-b873-49da-a720-ef0d66ee709d 2018-11-19 05:04:32,519 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-42f7bff6-be9a-4f0c-aae1-6a7ef0419a4a-image 2018-11-19 05:04:32,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}50227fe4e1d210fd4e286273987263877ae3f39b" 2018-11-19 05:04:35,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3729d040-ec0b-4390-a451-02670d5c150c Date: Mon, 19 Nov 2018 05:04:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:04:35,767 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a6ed0256-53ab-40fe-9c67-c10b17455e00 used request id req-3729d040-ec0b-4390-a451-02670d5c150c 2018-11-19 05:04:35,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/4fddebbf-4413-4244-a739-92cb9642e8c7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f04a30de3d00028421d247c6baeb497bbf51d01" 2018-11-19 05:04:35,813 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:04:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7fa612f9-882a-4e7e-a3aa-b2dd6adc651d x-compute-request-id: req-7fa612f9-882a-4e7e-a3aa-b2dd6adc651d Content-Length: 0 Content-Type: application/json 2018-11-19 05:04:35,813 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4fddebbf-4413-4244-a739-92cb9642e8c7 used request id req-7fa612f9-882a-4e7e-a3aa-b2dd6adc651d 2018-11-19 05:04:35,815 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 05:04:35,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:04:35,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:04:36,190 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:04:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["2syXGvO1QgC2Pipl27SU0g"], "issued_at": "2018-11-19T05:04:36.000000Z"}} 2018-11-19 05:04:36,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" 2018-11-19 05:04:36,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2abd91ec-78c4-459a-8623-2ee221e81429 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:04:36,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2abd91ec-78c4-459a-8623-2ee221e81429 2018-11-19 05:04:36,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" 2018-11-19 05:04:36,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-5fd7ab39-1ea3-4a8b-85ae-13ecfd2158a0 Date: Mon, 19 Nov 2018 05:04:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"} 2018-11-19 05:04:36,451 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1 used request id req-5fd7ab39-1ea3-4a8b-85ae-13ecfd2158a0 2018-11-19 05:04:36,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" 2018-11-19 05:04:36,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-977e9e4e-e25e-4eec-8b03-26f75f314671 Date: Mon, 19 Nov 2018 05:04:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:04:36,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-977e9e4e-e25e-4eec-8b03-26f75f314671 2018-11-19 05:04:36,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}' 2018-11-19 05:04:36,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 X-Openstack-Request-Id: req-08fc9d00-3271-4115-b776-b92873a320e8 Date: Mon, 19 Nov 2018 05:04:36 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077", "min_disk": 0, "protected": false, "id": "d75fd34a-474d-4912-b374-2aa0f7447077", "file": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:04:36,835 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-08fc9d00-3271-4115-b776-b92873a320e8 2018-11-19 05:04:36,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" -d '' 2018-11-19 05:04:40,955 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-927bd67e-c9db-4e7a-a0b0-bafafe39b8da Date: Mon, 19 Nov 2018 05:04:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:04:40,956 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077/file used request id req-927bd67e-c9db-4e7a-a0b0-bafafe39b8da 2018-11-19 05:04:40,956 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:04:40,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" 2018-11-19 05:04:41,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-fe9fbf4c-c019-469a-b70f-336522007777 Date: Mon, 19 Nov 2018 05:04:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:40Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d75fd34a-474d-4912-b374-2aa0f7447077/snap", "metadata": {}}], "self": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077", "min_disk": 0, "protected": false, "id": "d75fd34a-474d-4912-b374-2aa0f7447077", "file": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d75fd34a-474d-4912-b374-2aa0f7447077/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:04:41,114 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 used request id req-fe9fbf4c-c019-469a-b70f-336522007777 2018-11-19 05:04:41,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" 2018-11-19 05:04:41,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7633312d-3e4b-4bf4-ad2f-6796e58f845d Date: Mon, 19 Nov 2018 05:04:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:04:41,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7633312d-3e4b-4bf4-ad2f-6796e58f845d 2018-11-19 05:04:41,268 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1 2018-11-19 05:04:41,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" 2018-11-19 05:04:41,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-dc3830cb-1313-4f6f-bcc5-607bf7e8cd62 Date: Mon, 19 Nov 2018 05:04:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:40Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d75fd34a-474d-4912-b374-2aa0f7447077/snap", "metadata": {}}], "self": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077", "min_disk": 0, "protected": false, "id": "d75fd34a-474d-4912-b374-2aa0f7447077", "file": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d75fd34a-474d-4912-b374-2aa0f7447077/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:04:41,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 used request id req-dc3830cb-1313-4f6f-bcc5-607bf7e8cd62 2018-11-19 05:04:41,426 - create_image - DEBUG - Instance status is - active 2018-11-19 05:04:41,426 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1 2018-11-19 05:04:41,426 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1 2018-11-19 05:04:41,427 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 05:04:41,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:04:41,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:04:41,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["9DZQQEnKSLmQ1rFSl1c4Xw"], "issued_at": "2018-11-19T05:04:41.000000Z"}} 2018-11-19 05:04:41,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" 2018-11-19 05:04:41,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3adec16f-0a64-4cff-9a5f-0f46219ff906 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:04:41,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3adec16f-0a64-4cff-9a5f-0f46219ff906 2018-11-19 05:04:41,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" 2018-11-19 05:04:42,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-d7e84eff-686d-4e0d-9c18-592326f9a57c Date: Mon, 19 Nov 2018 05:04:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2"} 2018-11-19 05:04:42,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2 used request id req-d7e84eff-686d-4e0d-9c18-592326f9a57c 2018-11-19 05:04:42,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" 2018-11-19 05:04:42,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d5eb31c-4fee-4f0a-96c1-41ba7545d4cc Date: Mon, 19 Nov 2018 05:04:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:04:42,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7d5eb31c-4fee-4f0a-96c1-41ba7545d4cc 2018-11-19 05:04:42,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2"}' 2018-11-19 05:04:42,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 X-Openstack-Request-Id: req-56514bf8-c58d-43d6-af86-9e62aca0c6bd Date: Mon, 19 Nov 2018 05:04:42 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508", "min_disk": 0, "protected": false, "id": "500d40c0-d0ea-49ef-ba10-13c888fd1508", "file": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/file", "checksum": null, "owner": "18123dbd720a4952ab47bfda8e7754ba", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:04:42,422 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-56514bf8-c58d-43d6-af86-9e62aca0c6bd 2018-11-19 05:04:42,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" -d '' 2018-11-19 05:04:44,686 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec1558c2-23f8-4728-949e-5daa142fd021 Date: Mon, 19 Nov 2018 05:04:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:04:44,686 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/file used request id req-ec1558c2-23f8-4728-949e-5daa142fd021 2018-11-19 05:04:44,687 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:04:44,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" 2018-11-19 05:04:44,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-57984daf-ff74-4d8b-a9f6-05cbc2f5b3d9 Date: Mon, 19 Nov 2018 05:04:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "metadata": {}}], "self": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508", "min_disk": 0, "protected": false, "id": "500d40c0-d0ea-49ef-ba10-13c888fd1508", "file": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:04:44,853 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 used request id req-57984daf-ff74-4d8b-a9f6-05cbc2f5b3d9 2018-11-19 05:04:44,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" 2018-11-19 05:04:45,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-83edb0c0-fb54-411b-8aa1-2bfe3e64579d Date: Mon, 19 Nov 2018 05:04:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:04:45,010 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-83edb0c0-fb54-411b-8aa1-2bfe3e64579d 2018-11-19 05:04:45,012 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2 2018-11-19 05:04:45,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" 2018-11-19 05:04:45,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2f8540c9-b03d-483f-88c7-d196df8bd74f Date: Mon, 19 Nov 2018 05:04:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "metadata": {}}], "self": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508", "min_disk": 0, "protected": false, "id": "500d40c0-d0ea-49ef-ba10-13c888fd1508", "file": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:04:45,205 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 used request id req-2f8540c9-b03d-483f-88c7-d196df8bd74f 2018-11-19 05:04:45,206 - create_image - DEBUG - Instance status is - active 2018-11-19 05:04:45,206 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2 2018-11-19 05:04:45,206 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2 2018-11-19 05:04:45,207 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 05:04:45,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:04:45,768 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:04:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["mFTRfYB-SFm39WLBLXl_wA"], "issued_at": "2018-11-19T05:04:45.000000Z"}} 2018-11-19 05:04:45,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-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-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net"}}' 2018-11-19 05:04:49,649 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:04:45 GMT Server: Apache x-openstack-request-id: req-965b5407-5b4b-4c10-b742-7ffbf9cde1ed Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}]}} 2018-11-19 05:04:49,650 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks used request id req-965b5407-5b4b-4c10-b742-7ffbf9cde1ed 2018-11-19 05:04:49,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:04:49,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:49 GMT Server: Apache x-openstack-request-id: req-3466f44a-e284-4f96-8cf4-08ba51e19ef0 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:50,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:49 GMT Server: Apache x-openstack-request-id: req-be566024-c1a3-48f9-bc3a-3003bb84bfc6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:04:50,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-be566024-c1a3-48f9-bc3a-3003bb84bfc6 2018-11-19 05:04:50,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:04:50,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:50 GMT Server: Apache x-openstack-request-id: req-52ce7358-00e5-4902-8746-051dbcee2cfd Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:50,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:50 GMT Server: Apache x-openstack-request-id: req-503ddb28-6f3a-4f06-b987-a90e3710b61a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:04:50,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-503ddb28-6f3a-4f06-b987-a90e3710b61a 2018-11-19 05:04:53,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:04:53,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:53 GMT Server: Apache x-openstack-request-id: req-07dc7c86-c242-417f-8006-d964d7a7bdc9 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:54,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:53 GMT Server: Apache x-openstack-request-id: req-651b7f38-6857-40f3-bc9b-c722acef2683 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:04:54,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-651b7f38-6857-40f3-bc9b-c722acef2683 2018-11-19 05:04:57,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:04:57,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:04:57 GMT Server: Apache x-openstack-request-id: req-96df5a0e-fb3d-4876-b9c6-98ad04b547c4 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:04:57,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:04:57 GMT Server: Apache x-openstack-request-id: req-99935721-99f6-424b-b572-07e997611724 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:04:57,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-99935721-99f6-424b-b572-07e997611724 2018-11-19 05:05:00,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:00,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:00 GMT Server: Apache x-openstack-request-id: req-ca52e141-c43f-4f2f-958c-c5d7b8e19738 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:00,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:00 GMT Server: Apache x-openstack-request-id: req-7a7857f5-6e65-44c8-af49-b11d0c9e693d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:00,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-7a7857f5-6e65-44c8-af49-b11d0c9e693d 2018-11-19 05:05:03,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:04,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:03 GMT Server: Apache x-openstack-request-id: req-e78b4132-9294-4612-b70b-3ec207e2830a Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:04,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:04 GMT Server: Apache x-openstack-request-id: req-c667e4e2-e41c-4a6a-8d09-5c6a9005b8a4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:04,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-c667e4e2-e41c-4a6a-8d09-5c6a9005b8a4 2018-11-19 05:05:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:07,556 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:07 GMT Server: Apache x-openstack-request-id: req-0073b5b4-0d08-4c93-a289-3ac802e82101 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:07,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:07 GMT Server: Apache x-openstack-request-id: req-f358d60e-1221-4635-b62d-ef022eae6ba1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:07,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-f358d60e-1221-4635-b62d-ef022eae6ba1 2018-11-19 05:05:10,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:10,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:10 GMT Server: Apache x-openstack-request-id: req-2e8cba83-3266-4aac-a0cf-63bc4a737105 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:11,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:10 GMT Server: Apache x-openstack-request-id: req-517d7cfe-06dc-4553-9787-98c07889418e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:11,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-517d7cfe-06dc-4553-9787-98c07889418e 2018-11-19 05:05:14,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:14,312 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-d922b590-8036-4d5f-bde0-784ae8b3bc8d Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:14,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-d0357801-2ef7-4918-8536-8fb1c403c49e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:14,639 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-d0357801-2ef7-4918-8536-8fb1c403c49e 2018-11-19 05:05:14,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:14,669 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-8c268d26-f9a4-4e09-a503-5760d45bcc6e Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:14,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-6ce1c5d1-e2ac-40d1-ab56-e539b2e7e093 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.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a93a7b72-9e44-4e07-8fff-67cac294bf30", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb23435d-0f9b-469c-b633-d6081207e7a6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T05:04:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:50Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ca49860d-a93f-490b-9ba3-b623dd0312cc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "719b8b00-c6be-400a-8e64-34300dd14813", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0e1215a6-991f-48af-a136-7ab7a444f27b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9:subnet_id=83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ee782651-61ea-4845-8480-af433d052fcd", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "03c573d5-d2f7-4699-8b52-a9586a4a0270", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "eb047420-d219-4175-abe0-ed8265f33578", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 05:05:14,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources used request id req-6ce1c5d1-e2ac-40d1-ab56-e539b2e7e093 2018-11-19 05:05:14,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:14,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-787ed220-8898-47c5-b4bc-9b92db34eddd Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:15,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-faf61da6-43a2-4d23-b781-961f3b483de9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:15,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-faf61da6-43a2-4d23-b781-961f3b483de9 2018-11-19 05:05:15,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:15,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:15 GMT Server: Apache x-openstack-request-id: req-61494e06-6ea0-4619-8f96-2be642159761 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:15,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:15 GMT Server: Apache x-openstack-request-id: req-7a5b7a5d-944d-40d3-a2d3-f3ca8ed436d2 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.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a93a7b72-9e44-4e07-8fff-67cac294bf30", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb23435d-0f9b-469c-b633-d6081207e7a6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T05:04:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:50Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ca49860d-a93f-490b-9ba3-b623dd0312cc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "719b8b00-c6be-400a-8e64-34300dd14813", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0e1215a6-991f-48af-a136-7ab7a444f27b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9:subnet_id=83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ee782651-61ea-4845-8480-af433d052fcd", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "03c573d5-d2f7-4699-8b52-a9586a4a0270", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "eb047420-d219-4175-abe0-ed8265f33578", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 05:05:15,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources used request id req-7a5b7a5d-944d-40d3-a2d3-f3ca8ed436d2 2018-11-19 05:05:15,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=ca49860d-a93f-490b-9ba3-b623dd0312cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:15,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-9a2a6e93-1ab3-4251-ae05-ef668aa27102 Date: Mon, 19 Nov 2018 05:05:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["83c9a85b-1c51-4505-9074-16068b7e2769"],"description":"","tags":[],"updated_at":"2018-11-19T05:04:55Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:53Z","provider:network_type":"vxlan"}]} 2018-11-19 05:05:15,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=ca49860d-a93f-490b-9ba3-b623dd0312cc used request id req-9a2a6e93-1ab3-4251-ae05-ef668aa27102 2018-11-19 05:05:15,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:15,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-92acda87-eef9-49dc-9fd4-7c51444c0bc8 Date: Mon, 19 Nov 2018 05:05:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:55Z","dns_nameservers":[],"updated_at":"2018-11-19T05:04:55Z","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":"18123dbd720a4952ab47bfda8e7754ba","id":"83c9a85b-1c51-4505-9074-16068b7e2769","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet"}]} 2018-11-19 05:05:15,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc used request id req-92acda87-eef9-49dc-9fd4-7c51444c0bc8 2018-11-19 05:05:15,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:15,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-20771651-b008-4330-a730-45ef23e07cf7 Date: Mon, 19 Nov 2018 05:05:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:55Z","dns_nameservers":[],"updated_at":"2018-11-19T05:04:55Z","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":"18123dbd720a4952ab47bfda8e7754ba","id":"83c9a85b-1c51-4505-9074-16068b7e2769","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet"}]} 2018-11-19 05:05:15,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc used request id req-20771651-b008-4330-a730-45ef23e07cf7 2018-11-19 05:05:15,866 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:05:15,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:15,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a906639d-06fb-414f-afa2-7794f50375ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:05:15,949 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a906639d-06fb-414f-afa2-7794f50375ce 2018-11-19 05:05:16,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:16,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:16 GMT Server: Apache x-openstack-request-id: req-7f9441f8-f6fe-4cc0-87bb-7a7cb06cd414 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:16,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:16 GMT Server: Apache x-openstack-request-id: req-1317fa30-0950-49e7-9a60-c37c53e469e4 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.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a93a7b72-9e44-4e07-8fff-67cac294bf30", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb23435d-0f9b-469c-b633-d6081207e7a6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T05:04:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:50Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ca49860d-a93f-490b-9ba3-b623dd0312cc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "719b8b00-c6be-400a-8e64-34300dd14813", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0e1215a6-991f-48af-a136-7ab7a444f27b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9:subnet_id=83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ee782651-61ea-4845-8480-af433d052fcd", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "03c573d5-d2f7-4699-8b52-a9586a4a0270", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "eb047420-d219-4175-abe0-ed8265f33578", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 05:05:16,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources used request id req-1317fa30-0950-49e7-9a60-c37c53e469e4 2018-11-19 05:05:16,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ee782651-61ea-4845-8480-af433d052fcd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:16,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-25118ab0-ffdc-48c8-8fc6-39378594fe5d x-compute-request-id: req-25118ab0-ffdc-48c8-8fc6-39378594fe5d Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:ae:6c", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:ae:6c", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee782651-61ea-4845-8480-af433d052fcd", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee782651-61ea-4845-8480-af433d052fcd", "rel": "bookmark"}], "image": {"id": "d75fd34a-474d-4912-b374-2aa0f7447077", "links": [{"href": "http://172.30.9.21:8774/images/d75fd34a-474d-4912-b374-2aa0f7447077", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001a", "OS-SRV-USG:launched_at": "2018-11-19T05:05:09.000000", "flavor": {"id": "cb23435d-0f9b-469c-b633-d6081207e7a6", "links": [{"href": "http://172.30.9.21:8774/flavors/cb23435d-0f9b-469c-b633-d6081207e7a6", "rel": "bookmark"}]}, "id": "ee782651-61ea-4845-8480-af433d052fcd", "security_groups": [{"name": "security_group_name"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:05:11Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "created": "2018-11-19T05:05:00Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:05:16,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ee782651-61ea-4845-8480-af433d052fcd used request id req-25118ab0-ffdc-48c8-8fc6-39378594fe5d 2018-11-19 05:05:16,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:16,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b110c730-e1e7-4ba1-8b99-91013b3eb6da Date: Mon, 19 Nov 2018 05:05:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["83c9a85b-1c51-4505-9074-16068b7e2769"],"description":"","tags":[],"updated_at":"2018-11-19T05:04:55Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:53Z","provider:network_type":"vxlan"}]} 2018-11-19 05:05:16,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net used request id req-b110c730-e1e7-4ba1-8b99-91013b3eb6da 2018-11-19 05:05:16,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:05:16,766 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:05:16,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:16,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10a33dfd-5561-41a6-b88a-f7905c8a8848 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:05:16,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-10a33dfd-5561-41a6-b88a-f7905c8a8848 2018-11-19 05:05:16,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:16,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-037503d4-8458-4e07-a1f5-47e1db24e601 Date: Mon, 19 Nov 2018 05:05:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:55Z","dns_nameservers":[],"updated_at":"2018-11-19T05:04:55Z","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":"18123dbd720a4952ab47bfda8e7754ba","id":"83c9a85b-1c51-4505-9074-16068b7e2769","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet"}]} 2018-11-19 05:05:16,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc used request id req-037503d4-8458-4e07-a1f5-47e1db24e601 2018-11-19 05:05:16,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-0534d52d-11de-4875-9cbd-cad999fbb005 Date: Mon, 19 Nov 2018 05:05:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:04:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.2"}],"id":"02231f7f-4585-4ecc-8720-38f148cad043","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:42:66","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca49860d-a93f-490b-9ba3-b623dd0312cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:05:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.13"}],"id":"5fbc1432-7546-4ce7-81c2-f915bbc87861","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:59:90","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:05:01Z","binding:vnic_type":"normal","device_id":"03c573d5-d2f7-4699-8b52-a9586a4a0270"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:05:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.1"}],"id":"9cc93ac5-7528-4e64-94f9-2681ba86e733","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:1f:a3","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:59Z","binding:vnic_type":"normal","device_id":"cbd5c726-2955-4aa5-9d6d-29619a1fb1f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:04:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.3"}],"id":"e18c4857-cf42-40a3-9ee0-f0e424eac95c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b0:35:6f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca49860d-a93f-490b-9ba3-b623dd0312cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:05:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.5"}],"id":"eb047420-d219-4175-abe0-ed8265f33578","security_groups":["719b8b00-c6be-400a-8e64-34300dd14813"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:ae:6c","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack-port1-77a2iixshxbi","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:56Z","binding:vnic_type":"normal","device_id":"ee782651-61ea-4845-8480-af433d052fcd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:04:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.4"}],"id":"f912a11b-2183-4d5f-ab95-66b13a0383a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:25:0d","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca49860d-a93f-490b-9ba3-b623dd0312cc"}]} 2018-11-19 05:05:17,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc used request id req-0534d52d-11de-4875-9cbd-cad999fbb005 2018-11-19 05:05:17,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/03c573d5-d2f7-4699-8b52-a9586a4a0270 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,555 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27660eff-3f4a-4211-a0b2-b050e48b6915 x-compute-request-id: req-27660eff-3f4a-4211-a0b2-b050e48b6915 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:59:90", "version": 4, "addr": "10.1.2.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/03c573d5-d2f7-4699-8b52-a9586a4a0270", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/03c573d5-d2f7-4699-8b52-a9586a4a0270", "rel": "bookmark"}], "image": {"id": "500d40c0-d0ea-49ef-ba10-13c888fd1508", "links": [{"href": "http://172.30.9.21:8774/images/500d40c0-d0ea-49ef-ba10-13c888fd1508", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-11-19T05:05:07.000000", "flavor": {"id": "a93a7b72-9e44-4e07-8fff-67cac294bf30", "links": [{"href": "http://172.30.9.21:8774/flavors/a93a7b72-9e44-4e07-8fff-67cac294bf30", "rel": "bookmark"}]}, "id": "03c573d5-d2f7-4699-8b52-a9586a4a0270", "security_groups": [{"name": "default"}], "user_id": "367939f7ff7647fca3efeb27b7dc8609", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:05:08Z", "hostId": "3291a4442f3ec00ce7725b72662a60c2f485271e8643156ede3a7022", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "created": "2018-11-19T05:04:58Z", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:05:17,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/03c573d5-d2f7-4699-8b52-a9586a4a0270 used request id req-27660eff-3f4a-4211-a0b2-b050e48b6915 2018-11-19 05:05:17,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-9ae9f43f-b7e8-40df-976e-3cbc4982a4e3 Date: Mon, 19 Nov 2018 05:05:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","subnets":["83c9a85b-1c51-4505-9074-16068b7e2769"],"description":"","tags":[],"updated_at":"2018-11-19T05:04:55Z","qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net","admin_state_up":true,"tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:53Z","provider:network_type":"vxlan"}]} 2018-11-19 05:05:17,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net used request id req-9ae9f43f-b7e8-40df-976e-3cbc4982a4e3 2018-11-19 05:05:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-324ea7b2-ff2e-463f-8cea-c1a2527635d1 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:05:17,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-324ea7b2-ff2e-463f-8cea-c1a2527635d1 2018-11-19 05:05:17,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cd2ea2e4-31ee-4efb-a848-f6487f9527bb Date: Mon, 19 Nov 2018 05:05:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:55Z","dns_nameservers":[],"updated_at":"2018-11-19T05:04:55Z","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":"18123dbd720a4952ab47bfda8e7754ba","id":"83c9a85b-1c51-4505-9074-16068b7e2769","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet"}]} 2018-11-19 05:05:17,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc used request id req-cd2ea2e4-31ee-4efb-a848-f6487f9527bb 2018-11-19 05:05:17,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5785 X-Openstack-Request-Id: req-0ee97709-c39e-455a-b097-9977f995d9e0 Date: Mon, 19 Nov 2018 05:05:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:04:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.2"}],"id":"02231f7f-4585-4ecc-8720-38f148cad043","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:65:42:66","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:55Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-ca49860d-a93f-490b-9ba3-b623dd0312cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:05:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.13"}],"id":"5fbc1432-7546-4ce7-81c2-f915bbc87861","security_groups":["83c6cdc2-884b-4781-8121-1a8039e1d5e7"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e0:59:90","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:05:01Z","binding:vnic_type":"normal","device_id":"03c573d5-d2f7-4699-8b52-a9586a4a0270"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:05:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.1"}],"id":"9cc93ac5-7528-4e64-94f9-2681ba86e733","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3e:1f:a3","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:59Z","binding:vnic_type":"normal","device_id":"cbd5c726-2955-4aa5-9d6d-29619a1fb1f9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:04:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.3"}],"id":"e18c4857-cf42-40a3-9ee0-f0e424eac95c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b0:35:6f","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:56Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-ca49860d-a93f-490b-9ba3-b623dd0312cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:05:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.5"}],"id":"eb047420-d219-4175-abe0-ed8265f33578","security_groups":["719b8b00-c6be-400a-8e64-34300dd14813"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8d:ae:6c","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack-port1-77a2iixshxbi","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:56Z","binding:vnic_type":"normal","device_id":"ee782651-61ea-4845-8480-af433d052fcd"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:04:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"83c9a85b-1c51-4505-9074-16068b7e2769","ip_address":"10.1.2.4"}],"id":"f912a11b-2183-4d5f-ab95-66b13a0383a6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5d:25:0d","project_id":"18123dbd720a4952ab47bfda8e7754ba","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"ca49860d-a93f-490b-9ba3-b623dd0312cc","tenant_id":"18123dbd720a4952ab47bfda8e7754ba","created_at":"2018-11-19T05:04:57Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-ca49860d-a93f-490b-9ba3-b623dd0312cc"}]} 2018-11-19 05:05:17,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=ca49860d-a93f-490b-9ba3-b623dd0312cc used request id req-0ee97709-c39e-455a-b097-9977f995d9e0 2018-11-19 05:05:17,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:17 GMT Server: Apache x-openstack-request-id: req-0b99b00e-eddf-4953-aa37-264b7fc0d07a Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:17,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:17 GMT Server: Apache x-openstack-request-id: req-932ec128-79a5-47e7-8bb2-f276203a25ec 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.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "a93a7b72-9e44-4e07-8fff-67cac294bf30", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "cb23435d-0f9b-469c-b633-d6081207e7a6", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T05:04:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:50Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "ca49860d-a93f-490b-9ba3-b623dd0312cc", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "719b8b00-c6be-400a-8e64-34300dd14813", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0e1215a6-991f-48af-a136-7ab7a444f27b", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "44", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9", "resource_type": "OS::Neutron::Router"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "cbd5c726-2955-4aa5-9d6d-29619a1fb1f9:subnet_id=83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "83c9a85b-1c51-4505-9074-16068b7e2769", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ee782651-61ea-4845-8480-af433d052fcd", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "03c573d5-d2f7-4699-8b52-a9586a4a0270", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T05:04:49Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:04:49Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "eb047420-d219-4175-abe0-ed8265f33578", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 05:05:17,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9/resources used request id req-932ec128-79a5-47e7-8bb2-f276203a25ec 2018-11-19 05:05:17,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-5f0e0c81-aed6-488c-97c1-d06c977fc056 Date: Mon, 19 Nov 2018 05:05:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:40Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d75fd34a-474d-4912-b374-2aa0f7447077/snap", "metadata": {}}], "self": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077", "min_disk": 0, "protected": false, "id": "d75fd34a-474d-4912-b374-2aa0f7447077", "file": "/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d75fd34a-474d-4912-b374-2aa0f7447077/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:05:17,974 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 used request id req-5f0e0c81-aed6-488c-97c1-d06c977fc056 2018-11-19 05:05:17,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:17,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-60be1fa3-5315-44b9-9eac-d297e2c77c4f Date: Mon, 19 Nov 2018 05:05:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:05:17,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-60be1fa3-5315-44b9-9eac-d297e2c77c4f 2018-11-19 05:05:17,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:18,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-48d1940d-b1ef-46d4-a456-0d4c751af5b9 Date: Mon, 19 Nov 2018 05:05:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "metadata": {}}], "self": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508", "min_disk": 0, "protected": false, "id": "500d40c0-d0ea-49ef-ba10-13c888fd1508", "file": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:05:18,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 used request id req-48d1940d-b1ef-46d4-a456-0d4c751af5b9 2018-11-19 05:05:18,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:18,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-01f94309-cc77-4839-ad83-2acbb360aa9a Date: Mon, 19 Nov 2018 05:05:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:04:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:04:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "metadata": {}}], "self": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508", "min_disk": 0, "protected": false, "id": "500d40c0-d0ea-49ef-ba10-13c888fd1508", "file": "/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "18123dbd720a4952ab47bfda8e7754ba", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/500d40c0-d0ea-49ef-ba10-13c888fd1508/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:05:18,181 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 used request id req-01f94309-cc77-4839-ad83-2acbb360aa9a 2018-11-19 05:05:18,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:18,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-7967a6df-6764-4c39-ae3b-ca162c015aa9 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:18,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-8d18990a-e4b7-4ffc-b546-29590275f5fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:18,384 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-8d18990a-e4b7-4ffc-b546-29590275f5fd 2018-11-19 05:05:18,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:18,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-91d5ae90-5840-456a-a489-8a3534f5aea6 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:18,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-db2aec36-a3d3-405a-b1e3-0ce8c2cb3bc6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3fMEsP6gShGRnvYjOOhs6PYk+DdsofavpnrgJ7DCWVxXwBO8\ne7YXgo4QPXUEJl682iPaqZa3l9waG5CfqSH9IMcZhIefQzkN5ZoOVsrdpfHplIH8\n0vYV5qftzN/GZdqP1TOY21bdptIDTD7dA+yBcmmSR+1OvhnskQIz3IZHw/y+olVW\nUmWYv6r6D21NOl3hBjkQJ6cENfmEfryn/Q2Pb6+1xArBK69pBVYHm8AZzy1SZgjk\nzdVNIW+LSZ/I64E3Zr0KmKHN8k4z6yeKUPNBUDVUvUT6Y5g1oYhATUbEOFjyOXkd\n2QlCUfibE+EUiPP8iycTaY7I2iIi3QLUlbYjCQIDAQABAoIBAQCqNH06hmnBo2t6\n7eLg90zd8jUzrL1AD39wOfbAOUsxYCFjCT+X13J8ChnmJ2CBVFGbL7e2KgCtEntq\n/COUfp4xjr3A5oh58rz3gIbShEwpwDSSUITj+xechNdWL51j6pI2u5TTT/A2yAMD\na4nuQmaaqN8nDZM/MX47TecbjFZosnHWynIkpOtbw6NPmn3zSvF3IGpZYqgMqt/k\nAeRPQmxVM4uP7jaw2ukXQLmLNpuibBlWmbfpeKFmG2UzN0lULSdBvJaIH1QkrjSd\nkNL2+omgWitKJx5zMkmIzQYMh0LEXl9R+wkQWRVLTrLrbupGi8yltgzGc+jeQaCc\n4afyCqNpAoGBAP5xW1ZGthi6j+F7jvBQkuRMn6snhIHxU+8ObU2nbc+/Oip+QkPh\ntfYi5BeNwZtGGJJFfjquFQxWtTEIX0o/V/jdt3pky281U5OTOSkWvJ+a26v2lZ2Z\nTxY4qoVG5Q5man2c/vxsLEkKNgVgrzjm9FxuNXjJviXm6HexVBvNYdBvAoGBAN9O\nwMMuLL6OnvTns7Xe+sCRXqA7NOPOWxcj/zy+imh/OVJ9khh1X/mxqygOKAYtB12M\nybZC6k1pDpX115JY4FsoSvgKFG45GdWDSq93x1IZaYh69bGEd6e43X3u5JoaF+uB\nyMB5fq5CELs9cGZrQDpiRASSLkMylBFG1KU5ZZAHAoGBAIMOKBl8OnbqQQnG9ozZ\nM4/b17H0nM/BWZYcPDhvMKR8vpz8g20raOnqdsma/knYBPfyS142JClCz/j9cvdv\nQQSyTrsAB7i0IuQ0RJDhYS5kORmN3Opb+NxdO5eCOKD+J4OjxcKGhRjp5YFHl3kb\nnGmvamNYplQnZz2fXM8lLmiJAoGBAMITcdiwQtcCoQf8b+W6+3dtYC4mBtuONwCv\nml6ywxv6plkZJWX4bQdX8IcJdqOXcvVNLOoo0fWhPrn6Rfa9I5BWPoHAUO1S1y8H\nwlsp4KNrzpp9MxerJ0svkeCnRSrhTrSxwUX20bClXmE9DnkU8WdMjAzk9ywTwzgY\ntSs77Rb1AoGAabpLwX8bbHixYaD92hqhqJTf3Bprq4GNso/32S/BkvJ0OTWBfMwC\nJoDBCHqrCANUKZ2AUpgCwEsDqLzcYYtB9SuIxjWJ/PxpKZ43ywA29eYVTz5/br4D\nbCVx5PaRfju/PXipoZ38fwOVBE25Jem9Lzc2bLSyz7CTOXaRqzMmcYk=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:18,640 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-db2aec36-a3d3-405a-b1e3-0ce8c2cb3bc6 2018-11-19 05:05:18,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:18,669 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-0bf2aaaa-f8a3-4363-9fab-b5c6c5c960c8 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:18,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-d5572e1f-d032-4298-a233-c73489611cd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:05:18,792 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-d5572e1f-d032-4298-a233-c73489611cd8 2018-11-19 05:05:18,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:18,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-27a56244-b5e2-4bba-87b9-e34a97b821ec Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:19,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:18 GMT Server: Apache x-openstack-request-id: req-97ff0356-cd98-4fc6-970f-d84202cfa7cd 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-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "tags": null, "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T05:05:18Z", "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:19,489 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-97ff0356-cd98-4fc6-970f-d84202cfa7cd 2018-11-19 05:05:22,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:22,659 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:22 GMT Server: Apache x-openstack-request-id: req-4ad903c5-d902-4717-92af-92cf7aa06291 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:22,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:22 GMT Server: Apache x-openstack-request-id: req-1a838ec8-a115-4e7c-97d5-dbc7b7c91bc2 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-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "tags": null, "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T05:05:18Z", "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:22,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-1a838ec8-a115-4e7c-97d5-dbc7b7c91bc2 2018-11-19 05:05:25,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:25,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:25 GMT Server: Apache x-openstack-request-id: req-3aceebd2-1aa3-4fbb-a4e6-dd28946d0a17 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:25,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:25 GMT Server: Apache x-openstack-request-id: req-31dcf718-062e-4f11-b348-1b526ab50d06 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-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "tags": null, "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T05:05:18Z", "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:25,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-31dcf718-062e-4f11-b348-1b526ab50d06 2018-11-19 05:05:28,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:28,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:28 GMT Server: Apache x-openstack-request-id: req-02486ef3-98c3-4e0d-aa59-a72d3c68bd11 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:28,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:28 GMT Server: Apache x-openstack-request-id: req-00f7a465-174f-4648-9a4b-6561716d8880 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-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "tags": null, "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T05:05:18Z", "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:28,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-00f7a465-174f-4648-9a4b-6561716d8880 2018-11-19 05:05:31,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:31,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:31 GMT Server: Apache x-openstack-request-id: req-1f1a471a-53bd-4a81-8a34-0d8a8d02acf2 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:32,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:31 GMT Server: Apache x-openstack-request-id: req-d7534406-d616-4cd9-a6b2-3808e02b874c 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-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "tags": null, "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T05:05:18Z", "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:32,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-d7534406-d616-4cd9-a6b2-3808e02b874c 2018-11-19 05:05:35,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/a5a577c4-7064-49de-ac4c-00e6d910a1c9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be217f376eb3a7ecc9384f4559e60299e596baea" 2018-11-19 05:05:35,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:35 GMT Server: Apache x-openstack-request-id: req-51e40503-e92f-40c6-a5d4-6a60da3b661a Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:35,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:35 GMT Server: Apache x-openstack-request-id: req-6c0155db-6504-4191-9c5f-cf9656e2ffe7 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-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor2", "OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "OS::stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-subnet", "net_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1"}, "deletion_time": "2018-11-19T05:05:34Z", "stack_name": "HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack", "stack_user_project_id": "e803e313ebfe47eea0ac17bdcbe131f9", "tags": null, "creation_time": "2018-11-19T05:04:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T05:05:18Z", "id": "a5a577c4-7064-49de-ac4c-00e6d910a1c9", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 05:05:35,071 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-stack/a5a577c4-7064-49de-ac4c-00e6d910a1c9 used request id req-6c0155db-6504-4191-9c5f-cf9656e2ffe7 2018-11-19 05:05:35,071 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image1 2018-11-19 05:05:35,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ce92377c0a8965f0e47d3cb15f2b9a5c08480b62" 2018-11-19 05:05:37,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1e3fd162-5f25-455b-b136-6b36bb3bb4af Date: Mon, 19 Nov 2018 05:05:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:05:37,061 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d75fd34a-474d-4912-b374-2aa0f7447077 used request id req-1e3fd162-5f25-455b-b136-6b36bb3bb4af 2018-11-19 05:05:37,062 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-6fcc9631-d4cb-4c0a-baf6-fc6c031a3c5f-image2 2018-11-19 05:05:37,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0331756a4387a636e48ce6885a53b2d92eb19ff3" 2018-11-19 05:05:39,533 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee8980e5-be2c-44af-9a7d-76cb9f85f6a1 Date: Mon, 19 Nov 2018 05:05:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:05:39,533 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/500d40c0-d0ea-49ef-ba10-13c888fd1508 used request id req-ee8980e5-be2c-44af-9a7d-76cb9f85f6a1 2018-11-19 05:05:39,535 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 05:05:39,536 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:05:39,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:05:39,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:05:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["zC9aa5odRxKB24AzjmZ8JQ"], "issued_at": "2018-11-19T05:05:39.000000Z"}} 2018-11-19 05:05:39,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777605e5e31cb5adab2a1d7d57d9f52c796cad47" -d '{"stack_name": "HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-11-19 05:05:41,669 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:05:39 GMT Server: Apache x-openstack-request-id: req-88a70dbc-7d9b-44ea-be9f-04b2f311451d Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "rel": "self"}]}} 2018-11-19 05:05:41,669 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks used request id req-88a70dbc-7d9b-44ea-be9f-04b2f311451d 2018-11-19 05:05:41,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777605e5e31cb5adab2a1d7d57d9f52c796cad47" 2018-11-19 05:05:41,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:41 GMT Server: Apache x-openstack-request-id: req-23f897dc-df49-4119-9380-29c9a9646de6 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:42,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:41 GMT Server: Apache x-openstack-request-id: req-fab5536a-dc99-49ae-bddc-d2a45848b68a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 505 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "OS::stack_name": "HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack", "stack_user_project_id": "5a72d54afe794e3786aee737af48267a", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:05:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 05:05:42,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 used request id req-fab5536a-dc99-49ae-bddc-d2a45848b68a 2018-11-19 05:05:42,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777605e5e31cb5adab2a1d7d57d9f52c796cad47" 2018-11-19 05:05:42,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:42 GMT Server: Apache x-openstack-request-id: req-3293fb27-599d-4ef8-9a56-cfbc21de5361 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:42,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:42 GMT Server: Apache x-openstack-request-id: req-080a76fd-11b3-44b0-ab1d-79b267ec33ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "OS::stack_name": "HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack", "stack_user_project_id": "5a72d54afe794e3786aee737af48267a", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:05:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 05:05:42,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 used request id req-080a76fd-11b3-44b0-ab1d-79b267ec33ca 2018-11-19 05:05:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777605e5e31cb5adab2a1d7d57d9f52c796cad47" 2018-11-19 05:05:42,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:42 GMT Server: Apache x-openstack-request-id: req-3c71f55a-0254-4429-892b-b009c102d29f Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:42,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:42 GMT Server: Apache x-openstack-request-id: req-4fa4e7b2-eb9a-46b2-a7e6-e97c196b5769 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-11-19T05:05:41Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:05:41Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "65e5d7c0-31ae-4417-a56e-b12b66091800", "resource_type": "OS::Nova::Flavor"}]} 2018-11-19 05:05:42,790 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656/resources used request id req-4fa4e7b2-eb9a-46b2-a7e6-e97c196b5769 2018-11-19 05:05:42,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/65e5d7c0-31ae-4417-a56e-b12b66091800 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777605e5e31cb5adab2a1d7d57d9f52c796cad47" 2018-11-19 05:05:42,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91cf72e3-d8d2-4d0d-a4b5-ce52dd851ced x-compute-request-id: req-91cf72e3-d8d2-4d0d-a4b5-ce52dd851ced Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/65e5d7c0-31ae-4417-a56e-b12b66091800", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/65e5d7c0-31ae-4417-a56e-b12b66091800", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "65e5d7c0-31ae-4417-a56e-b12b66091800", "name": "HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack-flavor-wlj6hr2n3jdi", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:05:42,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/65e5d7c0-31ae-4417-a56e-b12b66091800 used request id req-91cf72e3-d8d2-4d0d-a4b5-ce52dd851ced 2018-11-19 05:05:42,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}777605e5e31cb5adab2a1d7d57d9f52c796cad47" 2018-11-19 05:05:42,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:42 GMT Server: Apache x-openstack-request-id: req-789c65ba-14ae-4d4e-851a-314b02cbc7dd Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:43,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:05:42 GMT Server: Apache x-openstack-request-id: req-342a66e7-c253-4182-8582-fff5ebc3c75f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:05:43,028 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsFlavorTests-ded2e7f4-23d4-4a3f-b2f5-26e20f72c3e1-stack/7db4a97e-3a8b-4042-a7f9-d4caeaa2f656 used request id req-342a66e7-c253-4182-8582-fff5ebc3c75f 2018-11-19 05:05:43,030 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 05:05:43,030 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:05:43,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:05:43,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:05:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["KEcS7tfjT1-6BQXlUWuf-Q"], "issued_at": "2018-11-19T05:05:43.000000Z"}} 2018-11-19 05:05:43,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" -d '{"stack_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-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-e5bfad36-c859-4162-b353-557c8a3966fe-kp"}}' 2018-11-19 05:05:45,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:05:43 GMT Server: Apache x-openstack-request-id: req-5033392b-c1a9-4693-8466-56314ba0e012 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "43804c6f-d0c6-4ac5-b0ed-014be78dc855", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855", "rel": "self"}]}} 2018-11-19 05:05:45,007 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks used request id req-5033392b-c1a9-4693-8466-56314ba0e012 2018-11-19 05:05:45,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/43804c6f-d0c6-4ac5-b0ed-014be78dc855 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" 2018-11-19 05:05:45,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:45 GMT Server: Apache x-openstack-request-id: req-c1c62702-1238-4eaa-9a4e-1252099475e1 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:45,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:45 GMT Server: Apache x-openstack-request-id: req-ca33826b-db19-4d92-8401-8f7c69b7750f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 556 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": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "43804c6f-d0c6-4ac5-b0ed-014be78dc855", "OS::stack_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack", "keypair_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack", "stack_user_project_id": "74cdd9592d1f4bccbc026bd2b162d7b5", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:05:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "43804c6f-d0c6-4ac5-b0ed-014be78dc855", "outputs": [{"output_value": "", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-19 05:05:45,384 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 used request id req-ca33826b-db19-4d92-8401-8f7c69b7750f 2018-11-19 05:05:45,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/43804c6f-d0c6-4ac5-b0ed-014be78dc855 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" 2018-11-19 05:05:45,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:45 GMT Server: Apache x-openstack-request-id: req-a0825ee4-1749-4f80-88b6-bac81b397089 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:45,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:45 GMT Server: Apache x-openstack-request-id: req-c6ef2feb-e590-4911-8f12-5b2085d2e17d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1909 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "43804c6f-d0c6-4ac5-b0ed-014be78dc855", "OS::stack_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack", "keypair_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack", "stack_user_project_id": "74cdd9592d1f4bccbc026bd2b162d7b5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:05:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "43804c6f-d0c6-4ac5-b0ed-014be78dc855", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxHfh1/2Y4ykW1q2snVVpw4vbIIwpKHlKtmdR2G3vdBcf/KgR\n0NXFm7ps2fEWWyOnOv3CW5gwyJ/y3GCXr++yjmOOghHDSlDZghzu/LIin1nhZLOf\nHkEHSP7+tOgJviz01uYKGf7rdHJ/gOIqd/GQsaWF8EV32A9xPLUBMWMoJnLereu6\nd7aU63+YfckeSDsb8Bei9xW7fkw2/XHg6aAZP6K6Qq5iWc0WftFoGH2HvetO2Sau\nlnrXO4dDQjJb/SAjLrTtfHc2Mo4Lvg0ogygyQdoy31b4YwC63yPWpbMRdrgtSO6D\nmUgK6dUEv+jMPK+5O3HP4jczZbzUGrySZxZ5pwIDAQABAoIBAG4Dm0lxTh1Vst4/\nnjrzyyeetvOAyMNLOBTvwhrpZH6jPFwkWOWR7veG6tEXeSdLzabw1daoYBjXyAyz\nYf04wcmN4gzfmXWR1FpRjVme/lgw4k+bbWxpiYTMlSAEFwCQ+AEmC14HKx2nx9IJ\n0zIa6KUxRNEIdVVdQFF4IdTf62mrSCHoDFvjIhKoCzNnTzjljbN3p260PYrFtRQo\niGTBIY7WHYW6O+zoMN9Xv813sWxFstw7DeAPDWSM1GskbU2KUKBc8BnTOztsLT+Z\nOy0GBj2868vkZJQbHjXTn83Lbz59PoOySxLXknPYKVSnCSjG2LrBBDgYIJmcI/46\n7POfZ9ECgYEA/NBokzG1JonxNxuNx0Z1f076/YzcdH1kZwSV+JiZMpMabHOGG31R\nTumNOwo90cVyvOqaDAOAaGWqpQ6FO2gW6BBdAQZk6j0x3WJ6Il/G6Z0o0fLov8TS\nRtei26EZH6YSOEx3x7Zelf2JJAqK9CXoMnLWBL+SWm2yDPVFh5U8N2sCgYEAxvGy\n/fLtOrgnVYPBE55jcYLsxYPs0fvDN9RgxAwJ/wUZpoBYhjVB6NG+HrRuZqfENVW1\nfCSyiyj/nba4BTyuuZmcIV/vTGZ8FX9QtMGOYX40uSmX8oyFTOqDaSSVgC3JWHD/\nMLXJn7P7pa/hiR+jgbGseRPaSq1eC2VCgX07obUCgYAd8UkRdeewotHQ5xCJs4yj\nAWW0tgQ+P8Oud9qTUO+ED+wnQB94DgWdRQgXIAVmXO5T9a09EwUYWEI3vlqFSLS9\n04JQZsN5ArpvMASrIZDbhmOZSh3K6LLG9S8yuAfTucWaqWPeYXkeZqLhg+YlOIAh\nyXwTn+TjlO5rnnkXr9Mr9QKBgHd5o+L6xxliiszCaWuczV/YHtWnmsuohN68frh9\n+mra50KlBYTj6wclHyZVeY/Q5Paa2HkLmOYV4x0WJIGQpeX0qF0qvg2F5rMKWK+V\nJirKnmMs5YHWfh9pHy4/uEDYPnkMs1TPd5yffFtOuwWcqJc02r2D/K6oWzhAwaX+\nTZeZAoGBALzKsdVQVuDxfzrbqnMCcUEi3jmu0WALzjlkkMVn3qGLtfV2wzT/8otO\nROpOj+bcIXH0oWTGUrNalVG71mCYXjji/1NCrMTU0SSErNl2m20RpJAMN0/BzBak\nLpj6FFag3UEu1hv9sHpxAD6C0bZL/NY4oeoxIvfO8CXdX3P//BQK\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-19 05:05:45,991 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 used request id req-c6ef2feb-e590-4911-8f12-5b2085d2e17d 2018-11-19 05:05:45,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/43804c6f-d0c6-4ac5-b0ed-014be78dc855/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" 2018-11-19 05:05:46,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-4e37d057-fb30-47c2-8a88-dafd1979f2d0 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:46,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-591ba0f4-1df0-4ea3-9b9a-7a97d6f2c2ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T05:05:44Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:05:44Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-11-19 05:05:46,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855/resources used request id req-591ba0f4-1df0-4ea3-9b9a-7a97d6f2c2ca 2018-11-19 05:05:46,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" 2018-11-19 05:05:46,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49d6de04-69cb-4dab-9649-f28b1b420818 x-compute-request-id: req-49d6de04-69cb-4dab-9649-f28b1b420818 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEd+HX/ZjjKRbWraydVWnDi9sgjCkoeUq2Z1HYbe90Fx/8qBHQ1cWbumzZ8RZbI6c6/cJbmDDIn/LcYJev77KOY46CEcNKUNmCHO78siKfWeFks58eQQdI/v606Am+LPTW5goZ/ut0cn+A4ip38ZCxpYXwRXfYD3E8tQExYygmct6t67p3tpTrf5h9yR5IOxvwF6L3Fbt+TDb9ceDpoBk/orpCrmJZzRZ+0WgYfYe9607ZJq6Wetc7h0NCMlv9ICMutO18dzYyjgu+DSiDKDJB2jLfVvhjALrfI9alsxF2uC1I7oOZSArp1QS/6Mw8r7k7cc/iNzNlvNQavJJnFnmn Generated-by-Nova", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp", "deleted": false, "created_at": "2018-11-19T05:05:45.000000", "updated_at": null, "fingerprint": "de:b7:89:72:9a:2b:23:c7:41:86:62:f9:ed:86:7d:f4", "deleted_at": null, "id": 14}} 2018-11-19 05:05:46,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp used request id req-49d6de04-69cb-4dab-9649-f28b1b420818 2018-11-19 05:05:46,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/43804c6f-d0c6-4ac5-b0ed-014be78dc855 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" 2018-11-19 05:05:46,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-4ce5f745-ae77-4a5c-aef8-3d57c09ec64f Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:46,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-2f23cade-54d2-46da-a233-b151d95c22f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1909 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "43804c6f-d0c6-4ac5-b0ed-014be78dc855", "OS::stack_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack", "keypair_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack", "stack_user_project_id": "74cdd9592d1f4bccbc026bd2b162d7b5", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:05:44Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "43804c6f-d0c6-4ac5-b0ed-014be78dc855", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxHfh1/2Y4ykW1q2snVVpw4vbIIwpKHlKtmdR2G3vdBcf/KgR\n0NXFm7ps2fEWWyOnOv3CW5gwyJ/y3GCXr++yjmOOghHDSlDZghzu/LIin1nhZLOf\nHkEHSP7+tOgJviz01uYKGf7rdHJ/gOIqd/GQsaWF8EV32A9xPLUBMWMoJnLereu6\nd7aU63+YfckeSDsb8Bei9xW7fkw2/XHg6aAZP6K6Qq5iWc0WftFoGH2HvetO2Sau\nlnrXO4dDQjJb/SAjLrTtfHc2Mo4Lvg0ogygyQdoy31b4YwC63yPWpbMRdrgtSO6D\nmUgK6dUEv+jMPK+5O3HP4jczZbzUGrySZxZ5pwIDAQABAoIBAG4Dm0lxTh1Vst4/\nnjrzyyeetvOAyMNLOBTvwhrpZH6jPFwkWOWR7veG6tEXeSdLzabw1daoYBjXyAyz\nYf04wcmN4gzfmXWR1FpRjVme/lgw4k+bbWxpiYTMlSAEFwCQ+AEmC14HKx2nx9IJ\n0zIa6KUxRNEIdVVdQFF4IdTf62mrSCHoDFvjIhKoCzNnTzjljbN3p260PYrFtRQo\niGTBIY7WHYW6O+zoMN9Xv813sWxFstw7DeAPDWSM1GskbU2KUKBc8BnTOztsLT+Z\nOy0GBj2868vkZJQbHjXTn83Lbz59PoOySxLXknPYKVSnCSjG2LrBBDgYIJmcI/46\n7POfZ9ECgYEA/NBokzG1JonxNxuNx0Z1f076/YzcdH1kZwSV+JiZMpMabHOGG31R\nTumNOwo90cVyvOqaDAOAaGWqpQ6FO2gW6BBdAQZk6j0x3WJ6Il/G6Z0o0fLov8TS\nRtei26EZH6YSOEx3x7Zelf2JJAqK9CXoMnLWBL+SWm2yDPVFh5U8N2sCgYEAxvGy\n/fLtOrgnVYPBE55jcYLsxYPs0fvDN9RgxAwJ/wUZpoBYhjVB6NG+HrRuZqfENVW1\nfCSyiyj/nba4BTyuuZmcIV/vTGZ8FX9QtMGOYX40uSmX8oyFTOqDaSSVgC3JWHD/\nMLXJn7P7pa/hiR+jgbGseRPaSq1eC2VCgX07obUCgYAd8UkRdeewotHQ5xCJs4yj\nAWW0tgQ+P8Oud9qTUO+ED+wnQB94DgWdRQgXIAVmXO5T9a09EwUYWEI3vlqFSLS9\n04JQZsN5ArpvMASrIZDbhmOZSh3K6LLG9S8yuAfTucWaqWPeYXkeZqLhg+YlOIAh\nyXwTn+TjlO5rnnkXr9Mr9QKBgHd5o+L6xxliiszCaWuczV/YHtWnmsuohN68frh9\n+mra50KlBYTj6wclHyZVeY/Q5Paa2HkLmOYV4x0WJIGQpeX0qF0qvg2F5rMKWK+V\nJirKnmMs5YHWfh9pHy4/uEDYPnkMs1TPd5yffFtOuwWcqJc02r2D/K6oWzhAwaX+\nTZeZAoGBALzKsdVQVuDxfzrbqnMCcUEi3jmu0WALzjlkkMVn3qGLtfV2wzT/8otO\nROpOj+bcIXH0oWTGUrNalVG71mCYXjji/1NCrMTU0SSErNl2m20RpJAMN0/BzBak\nLpj6FFag3UEu1hv9sHpxAD6C0bZL/NY4oeoxIvfO8CXdX3P//BQK\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-19 05:05:46,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 used request id req-2f23cade-54d2-46da-a233-b151d95c22f9 2018-11-19 05:05:46,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" 2018-11-19 05:05:46,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b405f62-30d9-4384-8651-e270a36d47d1 x-compute-request-id: req-9b405f62-30d9-4384-8651-e270a36d47d1 Content-Encoding: gzip Content-Length: 570 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEd+HX/ZjjKRbWraydVWnDi9sgjCkoeUq2Z1HYbe90Fx/8qBHQ1cWbumzZ8RZbI6c6/cJbmDDIn/LcYJev77KOY46CEcNKUNmCHO78siKfWeFks58eQQdI/v606Am+LPTW5goZ/ut0cn+A4ip38ZCxpYXwRXfYD3E8tQExYygmct6t67p3tpTrf5h9yR5IOxvwF6L3Fbt+TDb9ceDpoBk/orpCrmJZzRZ+0WgYfYe9607ZJq6Wetc7h0NCMlv9ICMutO18dzYyjgu+DSiDKDJB2jLfVvhjALrfI9alsxF2uC1I7oOZSArp1QS/6Mw8r7k7cc/iNzNlvNQavJJnFnmn Generated-by-Nova", "user_id": "367939f7ff7647fca3efeb27b7dc8609", "name": "HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp", "deleted": false, "created_at": "2018-11-19T05:05:45.000000", "updated_at": null, "fingerprint": "de:b7:89:72:9a:2b:23:c7:41:86:62:f9:ed:86:7d:f4", "deleted_at": null, "id": 14}} 2018-11-19 05:05:46,567 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-kp used request id req-9b405f62-30d9-4384-8651-e270a36d47d1 2018-11-19 05:05:46,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/43804c6f-d0c6-4ac5-b0ed-014be78dc855 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ce0d1448d4d67e709d54898c86b9ed3a46852e6" 2018-11-19 05:05:46,597 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-47c52487-a94b-4997-b01e-a684a6d98ccf Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:46,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-cc10431a-ce49-42c0-ae04-1e496a7ee1a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:05:46,789 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsKeypairTests-e5bfad36-c859-4162-b353-557c8a3966fe-stack/43804c6f-d0c6-4ac5-b0ed-014be78dc855 used request id req-cc10431a-ce49-42c0-ae04-1e496a7ee1a6 2018-11-19 05:05:46,791 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 05:05:46,810 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:05:47,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["2ntqTZQqQmusB6aqSOLutQ"], "issued_at": "2018-11-19T05:05:47.000000Z"}} 2018-11-19 05:05:47,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" -d '{"stack_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-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-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-sec-grp"}}' 2018-11-19 05:05:48,724 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:05:47 GMT Server: Apache x-openstack-request-id: req-472314cb-3138-4477-a9cf-07feab0ba4c6 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "acb71a7b-e853-4204-9b96-813c6c835ae5", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5", "rel": "self"}]}} 2018-11-19 05:05:48,724 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks used request id req-472314cb-3138-4477-a9cf-07feab0ba4c6 2018-11-19 05:05:48,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/acb71a7b-e853-4204-9b96-813c6c835ae5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" 2018-11-19 05:05:48,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:48 GMT Server: Apache x-openstack-request-id: req-f94b2b1d-471c-4469-bc5f-56854c486d19 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:49,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:48 GMT Server: Apache x-openstack-request-id: req-9b2a75c8-5598-4132-b4d9-b2ad2690d1a9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "acb71a7b-e853-4204-9b96-813c6c835ae5", "OS::stack_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack", "stack_user_project_id": "87e50466fd76456fa66092f50416762e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:05:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "acb71a7b-e853-4204-9b96-813c6c835ae5", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 05:05:49,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 used request id req-9b2a75c8-5598-4132-b4d9-b2ad2690d1a9 2018-11-19 05:05:49,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/acb71a7b-e853-4204-9b96-813c6c835ae5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" 2018-11-19 05:05:49,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:49 GMT Server: Apache x-openstack-request-id: req-23a5050a-15bb-4b4e-b26b-f2a8edf038d3 Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:49,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:49 GMT Server: Apache x-openstack-request-id: req-7cbed7c8-fb84-4956-bee9-5873f680ea8f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "acb71a7b-e853-4204-9b96-813c6c835ae5", "OS::stack_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack", "stack_user_project_id": "87e50466fd76456fa66092f50416762e", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T05:05:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "acb71a7b-e853-4204-9b96-813c6c835ae5", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 05:05:49,468 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 used request id req-7cbed7c8-fb84-4956-bee9-5873f680ea8f 2018-11-19 05:05:52,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/acb71a7b-e853-4204-9b96-813c6c835ae5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" 2018-11-19 05:05:52,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:52 GMT Server: Apache x-openstack-request-id: req-e0ca3852-0ec2-4c1b-838e-9662f736313e Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:52,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:52 GMT Server: Apache x-openstack-request-id: req-cf81067b-10df-4efd-b788-104b54d33e19 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "18123dbd720a4952ab47bfda8e7754ba", "OS::stack_id": "acb71a7b-e853-4204-9b96-813c6c835ae5", "OS::stack_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack", "security_group_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack", "stack_user_project_id": "87e50466fd76456fa66092f50416762e", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T05:05:48Z", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "acb71a7b-e853-4204-9b96-813c6c835ae5", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 05:05:52,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 used request id req-cf81067b-10df-4efd-b788-104b54d33e19 2018-11-19 05:05:52,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/acb71a7b-e853-4204-9b96-813c6c835ae5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" 2018-11-19 05:05:53,055 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:52 GMT Server: Apache x-openstack-request-id: req-6d5858e2-a54d-418a-9956-51006707320e Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:53,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:53 GMT Server: Apache x-openstack-request-id: req-6d32b6c1-fa7e-42fe-8f04-213e3ce184f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 404 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T05:05:48Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T05:05:48Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "fb4b577b-b6f7-46ac-83f9-ca7cde85ede7", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-11-19 05:05:53,254 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5/resources used request id req-6d32b6c1-fa7e-42fe-8f04-213e3ce184f3 2018-11-19 05:05:53,254 - neutron_utils - INFO - Retrieving security group with ID - fb4b577b-b6f7-46ac-83f9-ca7cde85ede7 2018-11-19 05:05:53,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=fb4b577b-b6f7-46ac-83f9-ca7cde85ede7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" 2018-11-19 05:05:53,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-b7df8701-3ab8-44e8-bec2-be9025fdd45b Date: Mon, 19 Nov 2018 05:05:53 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T05:05:49Z", "updated_at": "2018-11-19T05:05:50Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:05:50Z", "revision_number": 0, "id": "4f48fb7b-bf89-4a8c-97d7-99ba6ad82453", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T05:05:50Z", "security_group_id": "fb4b577b-b6f7-46ac-83f9-ca7cde85ede7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T05:05:50Z", "revision_number": 0, "id": "c1de8e7b-c81a-439a-b0db-9cbe34722749", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T05:05:50Z", "security_group_id": "fb4b577b-b6f7-46ac-83f9-ca7cde85ede7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 6, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "fb4b577b-b6f7-46ac-83f9-ca7cde85ede7", "name": "HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-sec-grp"}]} 2018-11-19 05:05:53,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=fb4b577b-b6f7-46ac-83f9-ca7cde85ede7 used request id req-b7df8701-3ab8-44e8-bec2-be9025fdd45b 2018-11-19 05:05:53,543 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fb4b577b-b6f7-46ac-83f9-ca7cde85ede7 2018-11-19 05:05:53,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fb4b577b-b6f7-46ac-83f9-ca7cde85ede7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" 2018-11-19 05:05:53,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-93ff3994-53e8-4ca2-8274-00490b7012a1 Date: Mon, 19 Nov 2018 05:05:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-19T05:05:50Z", "security_group_id": "fb4b577b-b6f7-46ac-83f9-ca7cde85ede7", "port_range_min": null, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T05:05:50Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "4f48fb7b-bf89-4a8c-97d7-99ba6ad82453"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-19T05:05:50Z", "security_group_id": "fb4b577b-b6f7-46ac-83f9-ca7cde85ede7", "port_range_min": 22, "revision_number": 0, "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T05:05:50Z", "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "c1de8e7b-c81a-439a-b0db-9cbe34722749"}]} 2018-11-19 05:05:53,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=fb4b577b-b6f7-46ac-83f9-ca7cde85ede7 used request id req-93ff3994-53e8-4ca2-8274-00490b7012a1 2018-11-19 05:05:53,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/acb71a7b-e853-4204-9b96-813c6c835ae5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bbda5ac6a8645e448e520e0557bd29e759c166c" 2018-11-19 05:05:53,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 05:05:53 GMT Server: Apache x-openstack-request-id: req-ac2d06c1-b059-40bb-a0ad-9e9f662811db Location: http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 05:05:53,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:05:53 GMT Server: Apache x-openstack-request-id: req-9915ee1c-3816-4075-96ed-fde9c3b12d08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:05:53,843 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba/stacks/HeatUtilsSecurityGroupTests-6e2fa0a2-937a-463b-a1d9-29f3bd09fd7e-stack/acb71a7b-e853-4204-9b96-813c6c835ae5 used request id req-9915ee1c-3816-4075-96ed-fde9c3b12d08 2018-11-19 05:05:53,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:05:54,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:05:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["2--cqLYeQ9SsjfZzunMymg"], "issued_at": "2018-11-19T05:05:54.000000Z"}} 2018-11-19 05:05:54,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8de5624ad59ceaf98924a2e38a035d5a2e90ee" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-a9ea2bef-b462-4bc3-911c-1e9c4264749c"}}' 2018-11-19 05:05:54,516 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:54 GMT Server: Apache x-compute-request-id: req-6c01ddd7-268a-48a3-9055-9f065575a4e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c01ddd7-268a-48a3-9055-9f065575a4e1 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "046f0e39-85a5-4aec-8c4d-33fa48c8e1f0", "name": "CinderUtilsQoSTests-a9ea2bef-b462-4bc3-911c-1e9c4264749c"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/046f0e39-85a5-4aec-8c4d-33fa48c8e1f0", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/046f0e39-85a5-4aec-8c4d-33fa48c8e1f0", "rel": "bookmark"}]} 2018-11-19 05:05:54,516 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-6c01ddd7-268a-48a3-9055-9f065575a4e1 2018-11-19 05:05:54,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c01ddd7-268a-48a3-9055-9f065575a4e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8de5624ad59ceaf98924a2e38a035d5a2e90ee" 2018-11-19 05:05:54,696 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:54 GMT Server: Apache x-compute-request-id: req-db0d2918-0a0b-4e50-b911-ccd221dee25d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db0d2918-0a0b-4e50-b911-ccd221dee25d Content-Encoding: gzip Content-Length: 154 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "046f0e39-85a5-4aec-8c4d-33fa48c8e1f0", "name": "CinderUtilsQoSTests-a9ea2bef-b462-4bc3-911c-1e9c4264749c"}]} 2018-11-19 05:05:54,696 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-db0d2918-0a0b-4e50-b911-ccd221dee25d 2018-11-19 05:05:54,697 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-a9ea2bef-b462-4bc3-911c-1e9c4264749c 2018-11-19 05:05:54,700 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/046f0e39-85a5-4aec-8c4d-33fa48c8e1f0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c01ddd7-268a-48a3-9055-9f065575a4e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8de5624ad59ceaf98924a2e38a035d5a2e90ee" 2018-11-19 05:05:54,898 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:05:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5b894f36-8e7e-451d-9abe-6a10634f6d28 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:05:54,898 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/046f0e39-85a5-4aec-8c4d-33fa48c8e1f0?force=False used request id req-5b894f36-8e7e-451d-9abe-6a10634f6d28 2018-11-19 05:05:54,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c01ddd7-268a-48a3-9055-9f065575a4e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8de5624ad59ceaf98924a2e38a035d5a2e90ee" 2018-11-19 05:05:55,057 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:54 GMT Server: Apache x-compute-request-id: req-b670b57c-ada3-4dcc-a9ad-4cde09f3f846 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b670b57c-ada3-4dcc-a9ad-4cde09f3f846 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 05:05:55,057 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-b670b57c-ada3-4dcc-a9ad-4cde09f3f846 2018-11-19 05:05:55,058 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-a9ea2bef-b462-4bc3-911c-1e9c4264749c 2018-11-19 05:05:55,061 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/046f0e39-85a5-4aec-8c4d-33fa48c8e1f0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c01ddd7-268a-48a3-9055-9f065575a4e1" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e8de5624ad59ceaf98924a2e38a035d5a2e90ee" 2018-11-19 05:05:55,769 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:05:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b1d21648-5386-4b51-9596-399d4a19c521 x-openstack-request-id: req-b1d21648-5386-4b51-9596-399d4a19c521 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 046f0e39-85a5-4aec-8c4d-33fa48c8e1f0.", "code": 404}} 2018-11-19 05:05:55,769 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/046f0e39-85a5-4aec-8c4d-33fa48c8e1f0?force=False used request id req-b1d21648-5386-4b51-9596-399d4a19c521 2018-11-19 05:05:55,771 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:05:56,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:05:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["LfPk6PKsTliowMgXoM8ZCQ"], "issued_at": "2018-11-19T05:05:56.000000Z"}} 2018-11-19 05:05:56,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e33406355eaa43e22a89adda78f46c9d2bf5da2e" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-22f25eaa-466a-4b77-bed1-9dbc126cdd6a"}}' 2018-11-19 05:05:57,093 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:56 GMT Server: Apache x-compute-request-id: req-2ae361df-bb6a-4afe-820f-5eee42d4814d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ae361df-bb6a-4afe-820f-5eee42d4814d Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "8f4a6916-8fe7-4e5c-8f01-e0acb2b39759", "name": "CinderUtilsQoSTests-22f25eaa-466a-4b77-bed1-9dbc126cdd6a"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759", "rel": "bookmark"}]} 2018-11-19 05:05:57,094 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-2ae361df-bb6a-4afe-820f-5eee42d4814d 2018-11-19 05:05:57,097 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ae361df-bb6a-4afe-820f-5eee42d4814d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e33406355eaa43e22a89adda78f46c9d2bf5da2e" 2018-11-19 05:05:57,270 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:57 GMT Server: Apache x-compute-request-id: req-84f95ad8-567b-41f3-8fb0-b5f021d7b5f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84f95ad8-567b-41f3-8fb0-b5f021d7b5f9 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "8f4a6916-8fe7-4e5c-8f01-e0acb2b39759", "name": "CinderUtilsQoSTests-22f25eaa-466a-4b77-bed1-9dbc126cdd6a"}]} 2018-11-19 05:05:57,270 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-84f95ad8-567b-41f3-8fb0-b5f021d7b5f9 2018-11-19 05:05:57,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ae361df-bb6a-4afe-820f-5eee42d4814d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e33406355eaa43e22a89adda78f46c9d2bf5da2e" 2018-11-19 05:05:57,978 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:57 GMT Server: Apache x-compute-request-id: req-c86fb046-3c35-4780-8c38-05b3103b15f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c86fb046-3c35-4780-8c38-05b3103b15f7 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "8f4a6916-8fe7-4e5c-8f01-e0acb2b39759", "name": "CinderUtilsQoSTests-22f25eaa-466a-4b77-bed1-9dbc126cdd6a"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759", "rel": "bookmark"}]} 2018-11-19 05:05:57,978 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759 used request id req-c86fb046-3c35-4780-8c38-05b3103b15f7 2018-11-19 05:05:57,978 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-22f25eaa-466a-4b77-bed1-9dbc126cdd6a 2018-11-19 05:05:57,982 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2ae361df-bb6a-4afe-820f-5eee42d4814d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e33406355eaa43e22a89adda78f46c9d2bf5da2e" 2018-11-19 05:05:58,751 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:05:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e4c2254b-6b7a-4d61-8c5e-aa9c1b662e24 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:05:58,751 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8f4a6916-8fe7-4e5c-8f01-e0acb2b39759?force=False used request id req-e4c2254b-6b7a-4d61-8c5e-aa9c1b662e24 2018-11-19 05:05:58,754 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:05:59,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:05:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["FUkEgFMORrWyvVgnjpBMww"], "issued_at": "2018-11-19T05:05:59.000000Z"}} 2018-11-19 05:05:59,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c47d2727a943be8f66923676da2314c0397bc96" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-63fe78a6-c37a-43de-b8ff-1cc5d529ef5e"}}' 2018-11-19 05:05:59,336 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:59 GMT Server: Apache x-compute-request-id: req-974d0e28-5e82-4712-ac59-1a9a660e9412 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-974d0e28-5e82-4712-ac59-1a9a660e9412 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "dc3613df-c9e2-4948-a615-7371f500d181", "name": "CinderUtilsQoSTests-63fe78a6-c37a-43de-b8ff-1cc5d529ef5e"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181", "rel": "bookmark"}]} 2018-11-19 05:05:59,336 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-974d0e28-5e82-4712-ac59-1a9a660e9412 2018-11-19 05:05:59,339 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-974d0e28-5e82-4712-ac59-1a9a660e9412" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c47d2727a943be8f66923676da2314c0397bc96" 2018-11-19 05:05:59,648 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:59 GMT Server: Apache x-compute-request-id: req-64a3c906-f0ee-4963-9407-d23823b0528a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-64a3c906-f0ee-4963-9407-d23823b0528a Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "dc3613df-c9e2-4948-a615-7371f500d181", "name": "CinderUtilsQoSTests-63fe78a6-c37a-43de-b8ff-1cc5d529ef5e"}]} 2018-11-19 05:05:59,648 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-64a3c906-f0ee-4963-9407-d23823b0528a 2018-11-19 05:05:59,651 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-974d0e28-5e82-4712-ac59-1a9a660e9412" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c47d2727a943be8f66923676da2314c0397bc96" 2018-11-19 05:06:00,372 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:05:59 GMT Server: Apache x-compute-request-id: req-79cb6dcb-f9bb-46a3-bdef-42fdc2c4a679 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-79cb6dcb-f9bb-46a3-bdef-42fdc2c4a679 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "dc3613df-c9e2-4948-a615-7371f500d181", "name": "CinderUtilsQoSTests-63fe78a6-c37a-43de-b8ff-1cc5d529ef5e"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181", "rel": "bookmark"}]} 2018-11-19 05:06:00,372 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181 used request id req-79cb6dcb-f9bb-46a3-bdef-42fdc2c4a679 2018-11-19 05:06:00,373 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-63fe78a6-c37a-43de-b8ff-1cc5d529ef5e 2018-11-19 05:06:00,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-974d0e28-5e82-4712-ac59-1a9a660e9412" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c47d2727a943be8f66923676da2314c0397bc96" 2018-11-19 05:06:00,604 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-51e0ba44-42de-4fb8-98d4-ed76d222648a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:00,604 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/dc3613df-c9e2-4948-a615-7371f500d181?force=False used request id req-51e0ba44-42de-4fb8-98d4-ed76d222648a 2018-11-19 05:06:00,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:00,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["h0UwNXYDSMy-FPovMyauig"], "issued_at": "2018-11-19T05:06:00.000000Z"}} 2018-11-19 05:06:00,991 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf0a2bc3a3c312963e8e2547b70f5940216d29" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-b33236c6-6d33-4921-bc85-6d50b7a911ce"}}' 2018-11-19 05:06:01,204 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:00 GMT Server: Apache x-compute-request-id: req-e3838e79-6058-4ca4-b0e1-da533b09fac5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e3838e79-6058-4ca4-b0e1-da533b09fac5 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8ff4fb30-fea4-4408-916d-6e78bac623df", "name": "CinderUtilsQoSTests-b33236c6-6d33-4921-bc85-6d50b7a911ce"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df", "rel": "bookmark"}]} 2018-11-19 05:06:01,204 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-e3838e79-6058-4ca4-b0e1-da533b09fac5 2018-11-19 05:06:01,207 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e3838e79-6058-4ca4-b0e1-da533b09fac5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf0a2bc3a3c312963e8e2547b70f5940216d29" 2018-11-19 05:06:01,369 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:01 GMT Server: Apache x-compute-request-id: req-0c1eddba-77df-4e55-97b3-d7eb90635bdd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0c1eddba-77df-4e55-97b3-d7eb90635bdd Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8ff4fb30-fea4-4408-916d-6e78bac623df", "name": "CinderUtilsQoSTests-b33236c6-6d33-4921-bc85-6d50b7a911ce"}]} 2018-11-19 05:06:01,369 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-0c1eddba-77df-4e55-97b3-d7eb90635bdd 2018-11-19 05:06:01,373 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e3838e79-6058-4ca4-b0e1-da533b09fac5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf0a2bc3a3c312963e8e2547b70f5940216d29" 2018-11-19 05:06:02,070 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:01 GMT Server: Apache x-compute-request-id: req-e4db7141-7291-4764-aef0-f4098f2415d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4db7141-7291-4764-aef0-f4098f2415d4 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "8ff4fb30-fea4-4408-916d-6e78bac623df", "name": "CinderUtilsQoSTests-b33236c6-6d33-4921-bc85-6d50b7a911ce"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df", "rel": "bookmark"}]} 2018-11-19 05:06:02,071 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df used request id req-e4db7141-7291-4764-aef0-f4098f2415d4 2018-11-19 05:06:02,071 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-b33236c6-6d33-4921-bc85-6d50b7a911ce 2018-11-19 05:06:02,074 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e3838e79-6058-4ca4-b0e1-da533b09fac5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84bf0a2bc3a3c312963e8e2547b70f5940216d29" 2018-11-19 05:06:02,271 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-360d84c8-ab43-48c8-9f5f-2f219d2a1cc4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:02,271 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8ff4fb30-fea4-4408-916d-6e78bac623df?force=False used request id req-360d84c8-ab43-48c8-9f5f-2f219d2a1cc4 2018-11-19 05:06:02,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:02,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["892BNAxvR-imBDNIp2Iqcw"], "issued_at": "2018-11-19T05:06:02.000000Z"}} 2018-11-19 05:06:02,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:02,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b51104aa-2b2f-4fd6-9e1a-2f93723e7abf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:02,751 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b51104aa-2b2f-4fd6-9e1a-2f93723e7abf 2018-11-19 05:06:02,755 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-637a6334-3af3-4058-ad95-63ef92266df5", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 05:06:03,205 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:02 GMT Server: Apache x-compute-request-id: req-27141ca2-d6a9-4d65-b305-5ff125a868ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-27141ca2-d6a9-4d65-b305-5ff125a868ba Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T05:06:03.108549", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-637a6334-3af3-4058-ad95-63ef92266df5", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "size": 1}} 2018-11-19 05:06:03,206 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes used request id req-27141ca2-d6a9-4d65-b305-5ff125a868ba 2018-11-19 05:06:03,209 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:03,408 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:03 GMT Server: Apache x-compute-request-id: req-2547a1d2-5c56-4d63-b8cf-af310d5413ea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2547a1d2-5c56-4d63-b8cf-af310d5413ea Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:06:03.000000", "replication_status": null, "snapshot_id": null, "id": "31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-637a6334-3af3-4058-ad95-63ef92266df5", "bootable": "false", "created_at": "2018-11-19T05:06:03.000000", "volume_type": null}} 2018-11-19 05:06:03,408 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 used request id req-2547a1d2-5c56-4d63-b8cf-af310d5413ea 2018-11-19 05:06:03,411 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:03,601 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:03 GMT Server: Apache x-compute-request-id: req-9343007a-6166-4a62-975c-61b1c45f40b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9343007a-6166-4a62-975c-61b1c45f40b3 Content-Encoding: gzip Content-Length: 510 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:06:03.000000", "replication_status": null, "snapshot_id": null, "id": "31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-637a6334-3af3-4058-ad95-63ef92266df5", "bootable": "false", "created_at": "2018-11-19T05:06:03.000000", "volume_type": null}} 2018-11-19 05:06:03,602 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 used request id req-9343007a-6166-4a62-975c-61b1c45f40b3 2018-11-19 05:06:03,605 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:03,796 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:03 GMT Server: Apache x-compute-request-id: req-cf100429-7abf-4170-bdce-0866f2ca0aef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf100429-7abf-4170-bdce-0866f2ca0aef Content-Encoding: gzip Content-Length: 509 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:06:03.000000", "replication_status": null, "snapshot_id": null, "id": "31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-637a6334-3af3-4058-ad95-63ef92266df5", "bootable": "false", "created_at": "2018-11-19T05:06:03.000000", "volume_type": null}]} 2018-11-19 05:06:03,796 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail used request id req-cf100429-7abf-4170-bdce-0866f2ca0aef 2018-11-19 05:06:03,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:06:03,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:06:03,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:03,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6783973-f870-4cd5-bcfd-7c205a10728b 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:06:03,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-e6783973-f870-4cd5-bcfd-7c205a10728b 2018-11-19 05:06:03,893 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-637a6334-3af3-4058-ad95-63ef92266df5 2018-11-19 05:06:03,896 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:04,246 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2eab9c6b-93f5-4f8f-bd40-48d27cfe7259 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:04,246 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 used request id req-2eab9c6b-93f5-4f8f-bd40-48d27cfe7259 2018-11-19 05:06:04,249 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:04,975 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d4418faf-5bd1-44f4-865e-3b953bd8bffd x-openstack-request-id: req-d4418faf-5bd1-44f4-865e-3b953bd8bffd Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 could not be found.", "code": 404}} 2018-11-19 05:06:04,975 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 used request id req-d4418faf-5bd1-44f4-865e-3b953bd8bffd 2018-11-19 05:06:04,978 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:05,020 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:04 GMT Server: Apache x-compute-request-id: req-9de76032-fc5f-4650-9ef8-2ad6538468e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9de76032-fc5f-4650-9ef8-2ad6538468e2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 05:06:05,020 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail used request id req-9de76032-fc5f-4650-9ef8-2ad6538468e2 2018-11-19 05:06:05,021 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-637a6334-3af3-4058-ad95-63ef92266df5 2018-11-19 05:06:05,024 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:05,195 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ad4f25bb-a404-4e05-a6f4-076060670c16 x-openstack-request-id: req-ad4f25bb-a404-4e05-a6f4-076060670c16 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 could not be found.", "code": 404}} 2018-11-19 05:06:05,196 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 used request id req-ad4f25bb-a404-4e05-a6f4-076060670c16 2018-11-19 05:06:05,199 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-27141ca2-d6a9-4d65-b305-5ff125a868ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bfd0d6fa1f4cbc480bb4f65f19c51648bf0bee81" 2018-11-19 05:06:05,952 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f7a2c518-56dc-4108-84ca-adc0f32a2bf8 x-openstack-request-id: req-f7a2c518-56dc-4108-84ca-adc0f32a2bf8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 could not be found.", "code": 404}} 2018-11-19 05:06:05,952 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/31ee47d4-328d-4bd4-afd9-8ec9fb9e4c10 used request id req-f7a2c518-56dc-4108-84ca-adc0f32a2bf8 2018-11-19 05:06:05,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:06,342 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["QQnEvcHuToeA8b3jJP4vOg"], "issued_at": "2018-11-19T05:06:06.000000Z"}} 2018-11-19 05:06:06,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:06,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e7c944-4341-4bae-b10a-9372cee9a34e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:06,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b9e7c944-4341-4bae-b10a-9372cee9a34e 2018-11-19 05:06:06,427 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-cd4bab7f-460b-430a-a068-81ba35e10c17", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 05:06:06,986 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:06 GMT Server: Apache x-compute-request-id: req-5227a1da-82af-44f7-8532-d3b94cb555b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5227a1da-82af-44f7-8532-d3b94cb555b5 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T05:06:06.886165", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-cd4bab7f-460b-430a-a068-81ba35e10c17", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d144fef-5d82-4aad-b75c-073526442052", "size": 1}} 2018-11-19 05:06:06,986 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes used request id req-5227a1da-82af-44f7-8532-d3b94cb555b5 2018-11-19 05:06:06,990 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5227a1da-82af-44f7-8532-d3b94cb555b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:07,198 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:06 GMT Server: Apache x-compute-request-id: req-0b4ec13e-8df0-477f-9b4b-7b6ba09fde11 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0b4ec13e-8df0-477f-9b4b-7b6ba09fde11 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:06:07.000000", "replication_status": null, "snapshot_id": null, "id": "5d144fef-5d82-4aad-b75c-073526442052", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-cd4bab7f-460b-430a-a068-81ba35e10c17", "bootable": "false", "created_at": "2018-11-19T05:06:06.000000", "volume_type": null}} 2018-11-19 05:06:07,198 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 used request id req-0b4ec13e-8df0-477f-9b4b-7b6ba09fde11 2018-11-19 05:06:07,202 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5227a1da-82af-44f7-8532-d3b94cb555b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:07,400 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:07 GMT Server: Apache x-compute-request-id: req-4c786f2f-856f-476b-b93a-d7ad53eea7a8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4c786f2f-856f-476b-b93a-d7ad53eea7a8 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:06:07.000000", "replication_status": null, "snapshot_id": null, "id": "5d144fef-5d82-4aad-b75c-073526442052", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-cd4bab7f-460b-430a-a068-81ba35e10c17", "bootable": "false", "created_at": "2018-11-19T05:06:06.000000", "volume_type": null}} 2018-11-19 05:06:07,400 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 used request id req-4c786f2f-856f-476b-b93a-d7ad53eea7a8 2018-11-19 05:06:07,403 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5227a1da-82af-44f7-8532-d3b94cb555b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:07,595 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:07 GMT Server: Apache x-compute-request-id: req-f5bbda46-4750-48cf-a0d9-e86f8152c160 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f5bbda46-4750-48cf-a0d9-e86f8152c160 Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:06:07.000000", "replication_status": null, "snapshot_id": null, "id": "5d144fef-5d82-4aad-b75c-073526442052", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-cd4bab7f-460b-430a-a068-81ba35e10c17", "bootable": "false", "created_at": "2018-11-19T05:06:06.000000", "volume_type": null}]} 2018-11-19 05:06:07,595 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/detail used request id req-f5bbda46-4750-48cf-a0d9-e86f8152c160 2018-11-19 05:06:07,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:06:07,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:06:07,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:07,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9143fa32-e987-439a-947b-64fec298c1a6 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.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:06:07,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-9143fa32-e987-439a-947b-64fec298c1a6 2018-11-19 05:06:07,693 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-cd4bab7f-460b-430a-a068-81ba35e10c17 2018-11-19 05:06:07,696 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5227a1da-82af-44f7-8532-d3b94cb555b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:08,001 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dba1a7ed-077a-4f75-8084-b7e05fa10325 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:08,001 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 used request id req-dba1a7ed-077a-4f75-8084-b7e05fa10325 2018-11-19 05:06:08,004 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5227a1da-82af-44f7-8532-d3b94cb555b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:08,214 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:08 GMT Server: Apache x-compute-request-id: req-4370aedb-c519-4d68-b58f-d5a5ea7fa311 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4370aedb-c519-4d68-b58f-d5a5ea7fa311 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T05:06:07.000000", "replication_status": null, "snapshot_id": null, "id": "5d144fef-5d82-4aad-b75c-073526442052", "size": 1, "user_id": "367939f7ff7647fca3efeb27b7dc8609", "os-vol-tenant-attr:tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "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-cd4bab7f-460b-430a-a068-81ba35e10c17", "bootable": "false", "created_at": "2018-11-19T05:06:06.000000", "volume_type": null}} 2018-11-19 05:06:08,214 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 used request id req-4370aedb-c519-4d68-b58f-d5a5ea7fa311 2018-11-19 05:06:11,221 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5227a1da-82af-44f7-8532-d3b94cb555b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec06db1179e467adac3b55bdf187cbbadb75fb1a" 2018-11-19 05:06:11,404 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d4e37563-2923-4f2b-84a5-0a3a6ec335c7 x-openstack-request-id: req-d4e37563-2923-4f2b-84a5-0a3a6ec335c7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 5d144fef-5d82-4aad-b75c-073526442052 could not be found.", "code": 404}} 2018-11-19 05:06:11,404 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/volumes/5d144fef-5d82-4aad-b75c-073526442052 used request id req-d4e37563-2923-4f2b-84a5-0a3a6ec335c7 2018-11-19 05:06:11,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:11,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["v1fSfAP4QUWWFfN-dbefcQ"], "issued_at": "2018-11-19T05:06:11.000000Z"}} 2018-11-19 05:06:11,783 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1776a560dbc49945464b21d086e7357720aa0fd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-ae04699e-4712-4dfe-a849-77ff70af8683", "description": null}}' 2018-11-19 05:06:12,004 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:11 GMT Server: Apache x-compute-request-id: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-ae04699e-4712-4dfe-a849-77ff70af8683", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c2fae375-049f-420d-8bb4-1c561fd3ff28", "description": null}} 2018-11-19 05:06:12,005 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5 2018-11-19 05:06:12,008 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1776a560dbc49945464b21d086e7357720aa0fd" 2018-11-19 05:06:12,198 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:12 GMT Server: Apache x-compute-request-id: req-80aef48b-de8f-4df1-9504-27ce82d2517d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-80aef48b-de8f-4df1-9504-27ce82d2517d Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-ae04699e-4712-4dfe-a849-77ff70af8683", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c2fae375-049f-420d-8bb4-1c561fd3ff28", "description": null}]} 2018-11-19 05:06:12,198 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types?is_public=None used request id req-80aef48b-de8f-4df1-9504-27ce82d2517d 2018-11-19 05:06:12,202 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1776a560dbc49945464b21d086e7357720aa0fd" 2018-11-19 05:06:12,367 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:12 GMT Server: Apache x-compute-request-id: req-259a8012-372e-4aa5-a93c-3e63837ecf56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-259a8012-372e-4aa5-a93c-3e63837ecf56 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-ae04699e-4712-4dfe-a849-77ff70af8683", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "c2fae375-049f-420d-8bb4-1c561fd3ff28", "description": null}} 2018-11-19 05:06:12,367 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 used request id req-259a8012-372e-4aa5-a93c-3e63837ecf56 2018-11-19 05:06:12,370 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1776a560dbc49945464b21d086e7357720aa0fd" 2018-11-19 05:06:12,546 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:12 GMT Server: Apache x-compute-request-id: req-686d9f03-55a2-40da-b8bf-8d0691ef29e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-686d9f03-55a2-40da-b8bf-8d0691ef29e1 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 05:06:12,546 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28/encryption used request id req-686d9f03-55a2-40da-b8bf-8d0691ef29e1 2018-11-19 05:06:12,546 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-ae04699e-4712-4dfe-a849-77ff70af8683 2018-11-19 05:06:12,549 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1776a560dbc49945464b21d086e7357720aa0fd" 2018-11-19 05:06:12,783 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0586a29b-6383-49eb-957d-84eff89898c6 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:12,783 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 used request id req-0586a29b-6383-49eb-957d-84eff89898c6 2018-11-19 05:06:12,786 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1776a560dbc49945464b21d086e7357720aa0fd" 2018-11-19 05:06:12,946 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-bc884811-e8b6-4c44-8c6a-2787b75e51c4 x-openstack-request-id: req-bc884811-e8b6-4c44-8c6a-2787b75e51c4 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type c2fae375-049f-420d-8bb4-1c561fd3ff28 could not be found.", "code": 404}} 2018-11-19 05:06:12,946 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 used request id req-bc884811-e8b6-4c44-8c6a-2787b75e51c4 2018-11-19 05:06:12,947 - cinder_utils - INFO - Volume with ID [c2fae375-049f-420d-8bb4-1c561fd3ff28] does not exist 2018-11-19 05:06:12,947 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-ae04699e-4712-4dfe-a849-77ff70af8683 2018-11-19 05:06:12,950 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8ffb4174-f35a-4afe-ad8c-1945f7e596d5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1776a560dbc49945464b21d086e7357720aa0fd" 2018-11-19 05:06:13,138 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e8dcec98-62c4-4c53-879d-1d7046fcd0c4 x-openstack-request-id: req-e8dcec98-62c4-4c53-879d-1d7046fcd0c4 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type c2fae375-049f-420d-8bb4-1c561fd3ff28 could not be found.", "code": 404}} 2018-11-19 05:06:13,138 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/c2fae375-049f-420d-8bb4-1c561fd3ff28 used request id req-e8dcec98-62c4-4c53-879d-1d7046fcd0c4 2018-11-19 05:06:13,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:13,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["2ZFK90MZQmuFpC3eJpdK5g"], "issued_at": "2018-11-19T05:06:13.000000Z"}} 2018-11-19 05:06:13,529 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-a1e67735-a7ed-4dfb-9e5a-2c603e349a37", "description": null}}' 2018-11-19 05:06:13,790 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:13 GMT Server: Apache x-compute-request-id: req-47038077-ab39-4823-bc8f-9808c9ec3033 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-47038077-ab39-4823-bc8f-9808c9ec3033 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a1e67735-a7ed-4dfb-9e5a-2c603e349a37", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1e5af938-6441-42f6-80a9-22e8ca5e0ba3", "description": null}} 2018-11-19 05:06:13,790 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-47038077-ab39-4823-bc8f-9808c9ec3033 2018-11-19 05:06:13,793 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47038077-ab39-4823-bc8f-9808c9ec3033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" 2018-11-19 05:06:13,968 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:13 GMT Server: Apache x-compute-request-id: req-6e37fb69-65a5-4ae6-84f2-ff7035f2a7a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e37fb69-65a5-4ae6-84f2-ff7035f2a7a9 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-a1e67735-a7ed-4dfb-9e5a-2c603e349a37", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1e5af938-6441-42f6-80a9-22e8ca5e0ba3", "description": null}]} 2018-11-19 05:06:13,969 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types?is_public=None used request id req-6e37fb69-65a5-4ae6-84f2-ff7035f2a7a9 2018-11-19 05:06:13,972 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47038077-ab39-4823-bc8f-9808c9ec3033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" 2018-11-19 05:06:14,658 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:13 GMT Server: Apache x-compute-request-id: req-e7dbb6f9-7359-4f2b-9ff3-f3233af5bcc0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e7dbb6f9-7359-4f2b-9ff3-f3233af5bcc0 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a1e67735-a7ed-4dfb-9e5a-2c603e349a37", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1e5af938-6441-42f6-80a9-22e8ca5e0ba3", "description": null}} 2018-11-19 05:06:14,658 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 used request id req-e7dbb6f9-7359-4f2b-9ff3-f3233af5bcc0 2018-11-19 05:06:14,661 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47038077-ab39-4823-bc8f-9808c9ec3033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" 2018-11-19 05:06:14,829 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:14 GMT Server: Apache x-compute-request-id: req-e9ea1b2d-50a3-4667-8e3c-cd7963ac2177 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e9ea1b2d-50a3-4667-8e3c-cd7963ac2177 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 05:06:14,829 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3/encryption used request id req-e9ea1b2d-50a3-4667-8e3c-cd7963ac2177 2018-11-19 05:06:14,832 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47038077-ab39-4823-bc8f-9808c9ec3033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" 2018-11-19 05:06:15,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:14 GMT Server: Apache x-compute-request-id: req-72be07a7-483c-44e6-b8d1-e504f00318ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-72be07a7-483c-44e6-b8d1-e504f00318ef Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a1e67735-a7ed-4dfb-9e5a-2c603e349a37", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1e5af938-6441-42f6-80a9-22e8ca5e0ba3", "description": null}} 2018-11-19 05:06:15,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 used request id req-72be07a7-483c-44e6-b8d1-e504f00318ef 2018-11-19 05:06:15,105 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47038077-ab39-4823-bc8f-9808c9ec3033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" 2018-11-19 05:06:15,261 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:15 GMT Server: Apache x-compute-request-id: req-e4d5251a-090c-456a-bc46-ec79f64ff4d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4d5251a-090c-456a-bc46-ec79f64ff4d8 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-a1e67735-a7ed-4dfb-9e5a-2c603e349a37", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1e5af938-6441-42f6-80a9-22e8ca5e0ba3", "description": null}} 2018-11-19 05:06:15,261 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 used request id req-e4d5251a-090c-456a-bc46-ec79f64ff4d8 2018-11-19 05:06:15,264 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47038077-ab39-4823-bc8f-9808c9ec3033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" 2018-11-19 05:06:15,441 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:15 GMT Server: Apache x-compute-request-id: req-77e4caf5-ec10-4f49-ab09-c08e814fdb15 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-77e4caf5-ec10-4f49-ab09-c08e814fdb15 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 05:06:15,441 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3/encryption used request id req-77e4caf5-ec10-4f49-ab09-c08e814fdb15 2018-11-19 05:06:15,442 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-a1e67735-a7ed-4dfb-9e5a-2c603e349a37 2018-11-19 05:06:15,445 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-47038077-ab39-4823-bc8f-9808c9ec3033" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7f31178a18ff379526ed4845f7dee6da9750cd" 2018-11-19 05:06:15,659 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d0ad789a-b620-4daf-a99b-c959fbbaf794 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:15,659 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/1e5af938-6441-42f6-80a9-22e8ca5e0ba3 used request id req-d0ad789a-b620-4daf-a99b-c959fbbaf794 2018-11-19 05:06:15,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:16,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["NPIXd0caSnamVLHlb6ZKag"], "issued_at": "2018-11-19T05:06:16.000000Z"}} 2018-11-19 05:06:16,053 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478ac11102740436f053f8b195b8d47b31a29454" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-a4f0a911-ec88-4e54-ba78-f57e44e640dc-type", "description": null}}' 2018-11-19 05:06:16,253 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:16 GMT Server: Apache x-compute-request-id: req-39978963-afeb-4b7b-b7e8-502f63fb7c4f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39978963-afeb-4b7b-b7e8-502f63fb7c4f Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a4f0a911-ec88-4e54-ba78-f57e44e640dc-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8d84f849-b3fc-4121-8eba-71ce1b452b16", "description": null}} 2018-11-19 05:06:16,254 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-39978963-afeb-4b7b-b7e8-502f63fb7c4f 2018-11-19 05:06:16,257 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8d84f849-b3fc-4121-8eba-71ce1b452b16/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-39978963-afeb-4b7b-b7e8-502f63fb7c4f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478ac11102740436f053f8b195b8d47b31a29454" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-a4f0a911-ec88-4e54-ba78-f57e44e640dc", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-19 05:06:16,993 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 05:06:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-28fda78a-11f1-4bc3-b947-f485cae2f2c6 x-openstack-request-id: req-28fda78a-11f1-4bc3-b947-f485cae2f2c6 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-11-19 05:06:16,993 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8d84f849-b3fc-4121-8eba-71ce1b452b16/encryption used request id req-28fda78a-11f1-4bc3-b947-f485cae2f2c6 2018-11-19 05:06:16,994 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-a4f0a911-ec88-4e54-ba78-f57e44e640dc-type 2018-11-19 05:06:16,996 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8d84f849-b3fc-4121-8eba-71ce1b452b16 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39978963-afeb-4b7b-b7e8-502f63fb7c4f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}478ac11102740436f053f8b195b8d47b31a29454" 2018-11-19 05:06:17,204 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-39f5c27d-4389-434c-bbbd-33bb4485ff92 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:17,204 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8d84f849-b3fc-4121-8eba-71ce1b452b16 used request id req-39f5c27d-4389-434c-bbbd-33bb4485ff92 2018-11-19 05:06:17,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:17,575 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["on3WZj0fS2a7hc3C2DiJVA"], "issued_at": "2018-11-19T05:06:17.000000Z"}} 2018-11-19 05:06:17,578 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type", "description": null}}' 2018-11-19 05:06:17,806 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:17 GMT Server: Apache x-compute-request-id: req-f1a49088-2f25-45cd-b3d1-21b164d7b959 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1a49088-2f25-45cd-b3d1-21b164d7b959 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "09519270-0fb3-4991-9c94-9c2449699448", "description": null}} 2018-11-19 05:06:17,806 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-f1a49088-2f25-45cd-b3d1-21b164d7b959 2018-11-19 05:06:17,809 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91", "provider": "LuksEncryptor"}}' 2018-11-19 05:06:18,056 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:17 GMT Server: Apache x-compute-request-id: req-74cca137-207d-443d-a7e3-ec353a5e473d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74cca137-207d-443d-a7e3-ec353a5e473d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "09519270-0fb3-4991-9c94-9c2449699448", "name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91", "control_location": "back-end", "encryption_id": "ee028ac7-af1d-409c-adc0-e6822db4f773", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-11-19 05:06:18,057 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption used request id req-74cca137-207d-443d-a7e3-ec353a5e473d 2018-11-19 05:06:18,060 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:18,221 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:18 GMT Server: Apache x-compute-request-id: req-994628de-094d-4fc1-bf71-488b93eaa977 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-994628de-094d-4fc1-bf71-488b93eaa977 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "09519270-0fb3-4991-9c94-9c2449699448", "description": null}} 2018-11-19 05:06:18,221 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 used request id req-994628de-094d-4fc1-bf71-488b93eaa977 2018-11-19 05:06:18,224 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:18,397 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:18 GMT Server: Apache x-compute-request-id: req-a84dbf57-b3a5-4310-a3c0-9b572d4a1393 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a84dbf57-b3a5-4310-a3c0-9b572d4a1393 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"volume_type_id": "09519270-0fb3-4991-9c94-9c2449699448", "control_location": "back-end", "deleted": false, "created_at": "2018-11-19T05:06:18.000000", "updated_at": null, "encryption_id": "ee028ac7-af1d-409c-adc0-e6822db4f773", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-11-19 05:06:18,397 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption used request id req-a84dbf57-b3a5-4310-a3c0-9b572d4a1393 2018-11-19 05:06:18,397 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type 2018-11-19 05:06:18,400 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:18,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:18 GMT Server: Apache x-compute-request-id: req-f76bdb65-de9a-443e-8b43-5b67f835de0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f76bdb65-de9a-443e-8b43-5b67f835de0d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "09519270-0fb3-4991-9c94-9c2449699448", "description": null}} 2018-11-19 05:06:18,578 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 used request id req-f76bdb65-de9a-443e-8b43-5b67f835de0d 2018-11-19 05:06:18,582 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:18,782 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-62153c4d-3cf5-4170-93e3-2aa1271edd58 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:18,783 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption/provider used request id req-62153c4d-3cf5-4170-93e3-2aa1271edd58 2018-11-19 05:06:18,786 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:18,957 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:18 GMT Server: Apache x-compute-request-id: req-b8013b8b-39aa-4a73-a415-63e1321ef804 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8013b8b-39aa-4a73-a415-63e1321ef804 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "09519270-0fb3-4991-9c94-9c2449699448", "description": null}} 2018-11-19 05:06:18,958 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 used request id req-b8013b8b-39aa-4a73-a415-63e1321ef804 2018-11-19 05:06:18,961 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:19,128 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:18 GMT Server: Apache x-compute-request-id: req-7fe90e90-52d4-483d-ac3d-6d0f9f1cb78b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7fe90e90-52d4-483d-ac3d-6d0f9f1cb78b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 05:06:19,128 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption used request id req-7fe90e90-52d4-483d-ac3d-6d0f9f1cb78b 2018-11-19 05:06:19,129 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type 2018-11-19 05:06:19,131 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:19,289 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:19 GMT Server: Apache x-compute-request-id: req-505e4782-cc2e-4728-8939-0ead64c4a0a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-505e4782-cc2e-4728-8939-0ead64c4a0a5 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "09519270-0fb3-4991-9c94-9c2449699448", "description": null}} 2018-11-19 05:06:19,289 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 used request id req-505e4782-cc2e-4728-8939-0ead64c4a0a5 2018-11-19 05:06:19,292 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:19,320 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-083fbc43-1489-4585-a6a0-3a6a8197a10a x-openstack-request-id: req-083fbc43-1489-4585-a6a0-3a6a8197a10a Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 09519270-0fb3-4991-9c94-9c2449699448 does not exist.", "code": 404}} 2018-11-19 05:06:19,320 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448/encryption/provider used request id req-083fbc43-1489-4585-a6a0-3a6a8197a10a 2018-11-19 05:06:19,321 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-14b3dd86-d73d-412d-b7c7-cd566ad5dd91-type 2018-11-19 05:06:19,323 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1a49088-2f25-45cd-b3d1-21b164d7b959" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad6083cfe16f67e1f991ec7ab073fbd070b8104c" 2018-11-19 05:06:19,383 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8a5effca-526a-4cd4-9f3d-ee09ae081ded Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:19,384 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/09519270-0fb3-4991-9c94-9c2449699448 used request id req-8a5effca-526a-4cd4-9f3d-ee09ae081ded 2018-11-19 05:06:19,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:19,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["Dhs9zCNLQu-N_gtJuP9wHA"], "issued_at": "2018-11-19T05:06:19.000000Z"}} 2018-11-19 05:06:19,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4957eb8c680cab4fc3a8ac97844c836eb5f07152" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685-type", "description": null}}' 2018-11-19 05:06:19,975 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:19 GMT Server: Apache x-compute-request-id: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9fe5521-2523-4c80-8104-c220e1daf11b", "description": null}} 2018-11-19 05:06:19,976 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e 2018-11-19 05:06:19,979 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4957eb8c680cab4fc3a8ac97844c836eb5f07152" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685", "provider": "foo"}}' 2018-11-19 05:06:20,205 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:19 GMT Server: Apache x-compute-request-id: req-55e3847d-e485-4e76-a8cc-ffe40a2d5683 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55e3847d-e485-4e76-a8cc-ffe40a2d5683 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "b9fe5521-2523-4c80-8104-c220e1daf11b", "name": "CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685", "control_location": "front-end", "encryption_id": "7c4b02b2-3ac5-458f-a7a0-52fc50e54d3f", "provider": "foo", "provider_class": "foo"}} 2018-11-19 05:06:20,205 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b/encryption used request id req-55e3847d-e485-4e76-a8cc-ffe40a2d5683 2018-11-19 05:06:20,209 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4957eb8c680cab4fc3a8ac97844c836eb5f07152" 2018-11-19 05:06:20,374 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:20 GMT Server: Apache x-compute-request-id: req-95e8d4dc-531a-4c76-a5bd-91bda0c8f2e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-95e8d4dc-531a-4c76-a5bd-91bda0c8f2e6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9fe5521-2523-4c80-8104-c220e1daf11b", "description": null}} 2018-11-19 05:06:20,375 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b used request id req-95e8d4dc-531a-4c76-a5bd-91bda0c8f2e6 2018-11-19 05:06:20,378 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4957eb8c680cab4fc3a8ac97844c836eb5f07152" 2018-11-19 05:06:20,553 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:20 GMT Server: Apache x-compute-request-id: req-b5fd48d2-d8c0-40e5-ad60-61d408c9a2eb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b5fd48d2-d8c0-40e5-ad60-61d408c9a2eb Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "b9fe5521-2523-4c80-8104-c220e1daf11b", "control_location": "front-end", "deleted": false, "created_at": "2018-11-19T05:06:20.000000", "updated_at": null, "encryption_id": "7c4b02b2-3ac5-458f-a7a0-52fc50e54d3f", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-11-19 05:06:20,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b/encryption used request id req-b5fd48d2-d8c0-40e5-ad60-61d408c9a2eb 2018-11-19 05:06:20,553 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685-type 2018-11-19 05:06:20,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4957eb8c680cab4fc3a8ac97844c836eb5f07152" 2018-11-19 05:06:20,725 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:20 GMT Server: Apache x-compute-request-id: req-0a41ac58-743f-4548-9fab-d7ddcfbd7cca OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0a41ac58-743f-4548-9fab-d7ddcfbd7cca Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "b9fe5521-2523-4c80-8104-c220e1daf11b", "description": null}} 2018-11-19 05:06:20,725 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b used request id req-0a41ac58-743f-4548-9fab-d7ddcfbd7cca 2018-11-19 05:06:20,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4957eb8c680cab4fc3a8ac97844c836eb5f07152" 2018-11-19 05:06:20,914 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2e7f584d-64da-44e8-b36c-a88cd225c51a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:20,914 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b/encryption/provider used request id req-2e7f584d-64da-44e8-b36c-a88cd225c51a 2018-11-19 05:06:20,915 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-77ee17d2-0dfe-449f-b03b-03676f520685-type 2018-11-19 05:06:20,918 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6f4699b-2b98-4d8d-b4bf-49f71b68741e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4957eb8c680cab4fc3a8ac97844c836eb5f07152" 2018-11-19 05:06:21,126 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0b3e7935-85e9-4f81-bd37-860cc5b59ac5 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:21,126 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/b9fe5521-2523-4c80-8104-c220e1daf11b used request id req-0b3e7935-85e9-4f81-bd37-860cc5b59ac5 2018-11-19 05:06:21,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:21,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["P0_iKCXQT5GzEe9eFnsGFQ"], "issued_at": "2018-11-19T05:06:21.000000Z"}} 2018-11-19 05:06:21,519 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de788c36576b9b96ab1583511661c41fa98f932" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1-type", "description": null}}' 2018-11-19 05:06:21,721 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:21 GMT Server: Apache x-compute-request-id: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8ec4599b-e98d-4e19-aeb8-978cd280905a", "description": null}} 2018-11-19 05:06:21,721 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-6ba6ad2f-4112-4090-a777-86534bcaf7e8 2018-11-19 05:06:21,725 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de788c36576b9b96ab1583511661c41fa98f932" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-19 05:06:21,923 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:21 GMT Server: Apache x-compute-request-id: req-03567411-dc87-4486-b0e3-32e782eae77a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-03567411-dc87-4486-b0e3-32e782eae77a Content-Encoding: gzip Content-Length: 232 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "8ec4599b-e98d-4e19-aeb8-978cd280905a", "name": "CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1", "control_location": "back-end", "encryption_id": "276ee04c-dc2c-43cf-a6be-b313ded7fd5a", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-11-19 05:06:21,923 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a/encryption used request id req-03567411-dc87-4486-b0e3-32e782eae77a 2018-11-19 05:06:21,926 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de788c36576b9b96ab1583511661c41fa98f932" 2018-11-19 05:06:22,110 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:21 GMT Server: Apache x-compute-request-id: req-c54309a2-734d-4ef0-afef-eb987979b2c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c54309a2-734d-4ef0-afef-eb987979b2c7 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8ec4599b-e98d-4e19-aeb8-978cd280905a", "description": null}} 2018-11-19 05:06:22,110 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a used request id req-c54309a2-734d-4ef0-afef-eb987979b2c7 2018-11-19 05:06:22,113 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de788c36576b9b96ab1583511661c41fa98f932" 2018-11-19 05:06:22,134 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:22 GMT Server: Apache x-compute-request-id: req-75ea4ca6-0326-4b68-b059-6bff4b192dbb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75ea4ca6-0326-4b68-b059-6bff4b192dbb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"volume_type_id": "8ec4599b-e98d-4e19-aeb8-978cd280905a", "control_location": "back-end", "deleted": false, "created_at": "2018-11-19T05:06:21.000000", "updated_at": null, "encryption_id": "276ee04c-dc2c-43cf-a6be-b313ded7fd5a", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-11-19 05:06:22,134 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a/encryption used request id req-75ea4ca6-0326-4b68-b059-6bff4b192dbb 2018-11-19 05:06:22,134 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1-type 2018-11-19 05:06:22,137 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de788c36576b9b96ab1583511661c41fa98f932" 2018-11-19 05:06:22,315 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:22 GMT Server: Apache x-compute-request-id: req-930654be-aa92-4e2e-abf0-7036cdeca7dc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-930654be-aa92-4e2e-abf0-7036cdeca7dc Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "8ec4599b-e98d-4e19-aeb8-978cd280905a", "description": null}} 2018-11-19 05:06:22,315 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a used request id req-930654be-aa92-4e2e-abf0-7036cdeca7dc 2018-11-19 05:06:22,318 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de788c36576b9b96ab1583511661c41fa98f932" 2018-11-19 05:06:22,495 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6edc4521-4d79-4f31-a755-b32af5b11de1 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:22,495 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a/encryption/provider used request id req-6edc4521-4d79-4f31-a755-b32af5b11de1 2018-11-19 05:06:22,495 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-05b2ce86-5d62-4eaf-b069-70d5d19858b1-type 2018-11-19 05:06:22,498 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6ba6ad2f-4112-4090-a777-86534bcaf7e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de788c36576b9b96ab1583511661c41fa98f932" 2018-11-19 05:06:22,707 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bc7a7dd4-3e6f-47d8-8b4c-cf3270686d92 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:22,707 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/8ec4599b-e98d-4e19-aeb8-978cd280905a used request id req-bc7a7dd4-3e6f-47d8-8b4c-cf3270686d92 2018-11-19 05:06:22,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:23,087 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["V-xITmvxSiavLgjCITvnmw"], "issued_at": "2018-11-19T05:06:23.000000Z"}} 2018-11-19 05:06:23,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9-qos"}}' 2018-11-19 05:06:23,288 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:23 GMT Server: Apache x-compute-request-id: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "98b5a4a9-6306-43bb-a250-6b9ae7742c71", "name": "CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/98b5a4a9-6306-43bb-a250-6b9ae7742c71", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/98b5a4a9-6306-43bb-a250-6b9ae7742c71", "rel": "bookmark"}]} 2018-11-19 05:06:23,289 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2 2018-11-19 05:06:23,292 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9", "description": null}}' 2018-11-19 05:06:23,495 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:23 GMT Server: Apache x-compute-request-id: req-ae6aa99a-18a1-44e6-9388-ab855100ee8d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ae6aa99a-18a1-44e6-9388-ab855100ee8d Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "743a7662-2d7b-4b1c-a453-9b44d9616516", "description": null}} 2018-11-19 05:06:23,496 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-ae6aa99a-18a1-44e6-9388-ab855100ee8d 2018-11-19 05:06:23,499 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-19 05:06:23,701 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:23 GMT Server: Apache x-compute-request-id: req-b77095f2-c124-4459-a572-46614a99514b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b77095f2-c124-4459-a572-46614a99514b Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "743a7662-2d7b-4b1c-a453-9b44d9616516", "name": "foo", "control_location": "back-end", "encryption_id": "51e5fb64-aa0e-4421-9e1b-336f309eca9c", "provider": "bar", "provider_class": "bar"}} 2018-11-19 05:06:23,701 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516/encryption used request id req-b77095f2-c124-4459-a572-46614a99514b 2018-11-19 05:06:23,705 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" 2018-11-19 05:06:23,870 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:23 GMT Server: Apache x-compute-request-id: req-382eecac-62e2-4268-912b-9f7f565c2943 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-382eecac-62e2-4268-912b-9f7f565c2943 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "743a7662-2d7b-4b1c-a453-9b44d9616516", "description": null}} 2018-11-19 05:06:23,871 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516 used request id req-382eecac-62e2-4268-912b-9f7f565c2943 2018-11-19 05:06:23,874 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" 2018-11-19 05:06:24,136 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:23 GMT Server: Apache x-compute-request-id: req-d3674958-7901-4c1b-b603-6e429ebe2d3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d3674958-7901-4c1b-b603-6e429ebe2d3d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_type_id": "743a7662-2d7b-4b1c-a453-9b44d9616516", "control_location": "back-end", "deleted": false, "created_at": "2018-11-19T05:06:23.000000", "updated_at": null, "encryption_id": "51e5fb64-aa0e-4421-9e1b-336f309eca9c", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-19 05:06:24,136 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516/encryption used request id req-d3674958-7901-4c1b-b603-6e429ebe2d3d 2018-11-19 05:06:24,137 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9 2018-11-19 05:06:24,140 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" 2018-11-19 05:06:24,160 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:24 GMT Server: Apache x-compute-request-id: req-8debebe7-11df-4857-b361-e52acce44718 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8debebe7-11df-4857-b361-e52acce44718 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "743a7662-2d7b-4b1c-a453-9b44d9616516", "description": null}} 2018-11-19 05:06:24,161 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516 used request id req-8debebe7-11df-4857-b361-e52acce44718 2018-11-19 05:06:24,164 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" 2018-11-19 05:06:24,375 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3f965653-f652-4c6f-934b-fbbc5f30991f Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:24,375 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516/encryption/provider used request id req-3f965653-f652-4c6f-934b-fbbc5f30991f 2018-11-19 05:06:24,375 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9 2018-11-19 05:06:24,378 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" 2018-11-19 05:06:24,612 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a689c014-43a5-44af-b8ba-04ff8416b32e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:24,612 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/743a7662-2d7b-4b1c-a453-9b44d9616516 used request id req-a689c014-43a5-44af-b8ba-04ff8416b32e 2018-11-19 05:06:24,612 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-fab5ed9d-cefd-485d-863f-36b84990f4a9-qos 2018-11-19 05:06:24,615 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/98b5a4a9-6306-43bb-a250-6b9ae7742c71?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e21c38bd-c3b6-4617-ad46-a593cf49e6d2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3e1eec1474002542e6c642d5c58290f2d254f96" 2018-11-19 05:06:24,808 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-067d1522-a15f-4c70-905e-b03a58478abc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:24,808 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/98b5a4a9-6306-43bb-a250-6b9ae7742c71?force=False used request id req-067d1522-a15f-4c70-905e-b03a58478abc 2018-11-19 05:06:24,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:25,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["lyBvH5lDS06mqL1DcnViOA"], "issued_at": "2018-11-19T05:06:25.000000Z"}} 2018-11-19 05:06:25,200 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c15d2f006545721c368781aa37cc5e9568fcd" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-1fe890a1-a41f-459b-8683-5efc809e5bc8-qos"}}' 2018-11-19 05:06:25,429 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:25 GMT Server: Apache x-compute-request-id: req-831c0f71-d497-4b91-abf5-5eff9c88462f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-831c0f71-d497-4b91-abf5-5eff9c88462f Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "9e5a0153-1fd3-4144-9b56-b8a5981d0cb7", "name": "CinderUtilsVolumeTypeCompleteTests-1fe890a1-a41f-459b-8683-5efc809e5bc8-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/9e5a0153-1fd3-4144-9b56-b8a5981d0cb7", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/9e5a0153-1fd3-4144-9b56-b8a5981d0cb7", "rel": "bookmark"}]} 2018-11-19 05:06:25,429 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-831c0f71-d497-4b91-abf5-5eff9c88462f 2018-11-19 05:06:25,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-831c0f71-d497-4b91-abf5-5eff9c88462f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c15d2f006545721c368781aa37cc5e9568fcd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-1fe890a1-a41f-459b-8683-5efc809e5bc8", "description": null}}' 2018-11-19 05:06:25,627 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:25 GMT Server: Apache x-compute-request-id: req-bfef693a-7372-4b92-9873-a96bd74294be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfef693a-7372-4b92-9873-a96bd74294be Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-1fe890a1-a41f-459b-8683-5efc809e5bc8", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "430206a8-a843-4cf7-8162-871db7b1a44e", "description": null}} 2018-11-19 05:06:25,627 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-bfef693a-7372-4b92-9873-a96bd74294be 2018-11-19 05:06:25,630 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-831c0f71-d497-4b91-abf5-5eff9c88462f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c15d2f006545721c368781aa37cc5e9568fcd" 2018-11-19 05:06:25,890 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:25 GMT Server: Apache x-compute-request-id: req-23bb7847-6fb6-4b77-a9f5-e75981259ba8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-23bb7847-6fb6-4b77-a9f5-e75981259ba8 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "9e5a0153-1fd3-4144-9b56-b8a5981d0cb7", "name": "CinderUtilsVolumeTypeCompleteTests-1fe890a1-a41f-459b-8683-5efc809e5bc8-qos"}]} 2018-11-19 05:06:25,890 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-23bb7847-6fb6-4b77-a9f5-e75981259ba8 2018-11-19 05:06:25,894 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/None/associate?vol_type_id=430206a8-a843-4cf7-8162-871db7b1a44e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-831c0f71-d497-4b91-abf5-5eff9c88462f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c15d2f006545721c368781aa37cc5e9568fcd" 2018-11-19 05:06:26,084 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:06:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-80c30e45-530c-4971-a522-d98410d17e1b x-openstack-request-id: req-80c30e45-530c-4971-a522-d98410d17e1b Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-11-19 05:06:26,085 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/None/associate?vol_type_id=430206a8-a843-4cf7-8162-871db7b1a44e used request id req-80c30e45-530c-4971-a522-d98410d17e1b 2018-11-19 05:06:26,085 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-80c30e45-530c-4971-a522-d98410d17e1b) 2018-11-19 05:06:26,085 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-1fe890a1-a41f-459b-8683-5efc809e5bc8 2018-11-19 05:06:26,088 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/430206a8-a843-4cf7-8162-871db7b1a44e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-831c0f71-d497-4b91-abf5-5eff9c88462f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c15d2f006545721c368781aa37cc5e9568fcd" 2018-11-19 05:06:26,282 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ce34f1a1-e53a-4e92-9869-08d0309d4a4a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:26,282 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/430206a8-a843-4cf7-8162-871db7b1a44e used request id req-ce34f1a1-e53a-4e92-9869-08d0309d4a4a 2018-11-19 05:06:26,282 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-1fe890a1-a41f-459b-8683-5efc809e5bc8-qos 2018-11-19 05:06:26,285 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/9e5a0153-1fd3-4144-9b56-b8a5981d0cb7?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-831c0f71-d497-4b91-abf5-5eff9c88462f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c8c15d2f006545721c368781aa37cc5e9568fcd" 2018-11-19 05:06:26,485 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:26 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-397a7f0b-aa16-48d0-85c9-7d7e160c8b69 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:26,485 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/9e5a0153-1fd3-4144-9b56-b8a5981d0cb7?force=False used request id req-397a7f0b-aa16-48d0-85c9-7d7e160c8b69 2018-11-19 05:06:26,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:26,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["6zDSzmIuRTGim9_q43V16g"], "issued_at": "2018-11-19T05:06:26.000000Z"}} 2018-11-19 05:06:26,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776c18e2405fb1c556e518d5412874e7f4091a8" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-cbebc10c-83a8-47c7-8c48-83f2e18c3861-qos"}}' 2018-11-19 05:06:27,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:26 GMT Server: Apache x-compute-request-id: req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "8b924daf-2d7e-4c18-a707-2f6494fd2546", "name": "CinderUtilsVolumeTypeCompleteTests-cbebc10c-83a8-47c7-8c48-83f2e18c3861-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8b924daf-2d7e-4c18-a707-2f6494fd2546", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8b924daf-2d7e-4c18-a707-2f6494fd2546", "rel": "bookmark"}]} 2018-11-19 05:06:27,081 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd 2018-11-19 05:06:27,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776c18e2405fb1c556e518d5412874e7f4091a8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-cbebc10c-83a8-47c7-8c48-83f2e18c3861", "description": null}}' 2018-11-19 05:06:27,297 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:27 GMT Server: Apache x-compute-request-id: req-d58b0798-33ee-45e4-8c00-f73fee272a1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d58b0798-33ee-45e4-8c00-f73fee272a1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-cbebc10c-83a8-47c7-8c48-83f2e18c3861", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f815ceaf-7dc3-426c-b4a3-4bbe0f000ab2", "description": null}} 2018-11-19 05:06:27,298 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-d58b0798-33ee-45e4-8c00-f73fee272a1e 2018-11-19 05:06:27,301 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776c18e2405fb1c556e518d5412874e7f4091a8" 2018-11-19 05:06:27,475 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:27 GMT Server: Apache x-compute-request-id: req-fb96e7f5-582c-4cd7-b8aa-ee583d2f30a0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb96e7f5-582c-4cd7-b8aa-ee583d2f30a0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "8b924daf-2d7e-4c18-a707-2f6494fd2546", "name": "CinderUtilsVolumeTypeCompleteTests-cbebc10c-83a8-47c7-8c48-83f2e18c3861-qos"}]} 2018-11-19 05:06:27,475 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-fb96e7f5-582c-4cd7-b8aa-ee583d2f30a0 2018-11-19 05:06:27,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8b924daf-2d7e-4c18-a707-2f6494fd2546/associate?vol_type_id=f815ceaf-7dc3-426c-b4a3-4bbe0f000ab2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776c18e2405fb1c556e518d5412874e7f4091a8" 2018-11-19 05:06:27,694 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8eb2eadf-7b72-4ccf-9629-924888d6ed1e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:27,694 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8b924daf-2d7e-4c18-a707-2f6494fd2546/associate?vol_type_id=f815ceaf-7dc3-426c-b4a3-4bbe0f000ab2 used request id req-8eb2eadf-7b72-4ccf-9629-924888d6ed1e 2018-11-19 05:06:27,695 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-cbebc10c-83a8-47c7-8c48-83f2e18c3861 2018-11-19 05:06:27,697 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/f815ceaf-7dc3-426c-b4a3-4bbe0f000ab2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776c18e2405fb1c556e518d5412874e7f4091a8" 2018-11-19 05:06:27,904 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-67be574b-06b3-404e-b7d6-0681d1396e69 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:27,904 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/f815ceaf-7dc3-426c-b4a3-4bbe0f000ab2 used request id req-67be574b-06b3-404e-b7d6-0681d1396e69 2018-11-19 05:06:27,904 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-cbebc10c-83a8-47c7-8c48-83f2e18c3861-qos 2018-11-19 05:06:27,907 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8b924daf-2d7e-4c18-a707-2f6494fd2546?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c0dd2e1b-9e80-4c5d-912e-46e0083e87fd" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7776c18e2405fb1c556e518d5412874e7f4091a8" 2018-11-19 05:06:28,120 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-60c1149d-29d3-4759-978e-9d036392f908 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:28,120 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/8b924daf-2d7e-4c18-a707-2f6494fd2546?force=False used request id req-60c1149d-29d3-4759-978e-9d036392f908 2018-11-19 05:06:28,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:28,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9a0ef516ba9b46e597379533eb3cfde2", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T06:06:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "18123dbd720a4952ab47bfda8e7754ba", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/18123dbd720a4952ab47bfda8e7754ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "id": "367939f7ff7647fca3efeb27b7dc8609"}, "audit_ids": ["GNaauFhXSHGz1Q9fZrwgng"], "issued_at": "2018-11-19T05:06:28.000000Z"}} 2018-11-19 05:06:28,500 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e-qos"}}' 2018-11-19 05:06:28,695 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:28 GMT Server: Apache x-compute-request-id: req-39b712dd-2950-48a9-a772-21665a6b6758 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-39b712dd-2950-48a9-a772-21665a6b6758 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "c6ee6ac1-5f30-40b5-bfdc-ee748203c466", "name": "CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e-qos"}, "links": [{"href": "http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/c6ee6ac1-5f30-40b5-bfdc-ee748203c466", "rel": "self"}, {"href": "http://172.30.9.21:8776/18123dbd720a4952ab47bfda8e7754ba/qos-specs/c6ee6ac1-5f30-40b5-bfdc-ee748203c466", "rel": "bookmark"}]} 2018-11-19 05:06:28,695 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-39b712dd-2950-48a9-a772-21665a6b6758 2018-11-19 05:06:28,699 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e", "description": null}}' 2018-11-19 05:06:28,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:28 GMT Server: Apache x-compute-request-id: req-c253712a-ac0b-4da9-9a87-64816f6b24d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c253712a-ac0b-4da9-9a87-64816f6b24d5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3f056fa2-bf26-4e67-af26-f5e6729b145d", "description": null}} 2018-11-19 05:06:28,885 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types used request id req-c253712a-ac0b-4da9-9a87-64816f6b24d5 2018-11-19 05:06:28,888 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-19 05:06:29,096 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:28 GMT Server: Apache x-compute-request-id: req-0ae6c864-1539-438a-9939-401b37673e92 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0ae6c864-1539-438a-9939-401b37673e92 Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "3f056fa2-bf26-4e67-af26-f5e6729b145d", "name": "foo", "control_location": "back-end", "encryption_id": "1a6f1af5-d39a-4c9a-8477-55f8c45c626e", "provider": "bar", "provider_class": "bar"}} 2018-11-19 05:06:29,097 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d/encryption used request id req-0ae6c864-1539-438a-9939-401b37673e92 2018-11-19 05:06:29,100 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:29,279 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:29 GMT Server: Apache x-compute-request-id: req-88b01916-66cb-4433-a263-3f55139be1ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88b01916-66cb-4433-a263-3f55139be1ff Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "c6ee6ac1-5f30-40b5-bfdc-ee748203c466", "name": "CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e-qos"}]} 2018-11-19 05:06:29,279 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs used request id req-88b01916-66cb-4433-a263-3f55139be1ff 2018-11-19 05:06:29,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/c6ee6ac1-5f30-40b5-bfdc-ee748203c466/associate?vol_type_id=3f056fa2-bf26-4e67-af26-f5e6729b145d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:29,551 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-be601909-f5cf-4cff-8a36-90bd40e59c7a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:29,551 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/c6ee6ac1-5f30-40b5-bfdc-ee748203c466/associate?vol_type_id=3f056fa2-bf26-4e67-af26-f5e6729b145d used request id req-be601909-f5cf-4cff-8a36-90bd40e59c7a 2018-11-19 05:06:29,554 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:29,737 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:29 GMT Server: Apache x-compute-request-id: req-81fa78db-3f0d-472f-b913-e6f2a70474dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81fa78db-3f0d-472f-b913-e6f2a70474dd Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e", "qos_specs_id": "c6ee6ac1-5f30-40b5-bfdc-ee748203c466", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3f056fa2-bf26-4e67-af26-f5e6729b145d", "description": null}} 2018-11-19 05:06:29,737 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d used request id req-81fa78db-3f0d-472f-b913-e6f2a70474dd 2018-11-19 05:06:29,740 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:29,929 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:29 GMT Server: Apache x-compute-request-id: req-9c712666-fadf-4d21-96c4-15e3b0c7fe00 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9c712666-fadf-4d21-96c4-15e3b0c7fe00 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "3f056fa2-bf26-4e67-af26-f5e6729b145d", "control_location": "back-end", "deleted": false, "created_at": "2018-11-19T05:06:29.000000", "updated_at": null, "encryption_id": "1a6f1af5-d39a-4c9a-8477-55f8c45c626e", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-19 05:06:29,929 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d/encryption used request id req-9c712666-fadf-4d21-96c4-15e3b0c7fe00 2018-11-19 05:06:29,930 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e 2018-11-19 05:06:29,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:29,953 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:29 GMT Server: Apache x-compute-request-id: req-9eb34386-c8b9-4cdf-9670-c642ae3563ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9eb34386-c8b9-4cdf-9670-c642ae3563ad Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e", "qos_specs_id": "c6ee6ac1-5f30-40b5-bfdc-ee748203c466", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3f056fa2-bf26-4e67-af26-f5e6729b145d", "description": null}} 2018-11-19 05:06:29,954 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d used request id req-9eb34386-c8b9-4cdf-9670-c642ae3563ad 2018-11-19 05:06:29,956 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:29,998 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:29 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cb3647cc-5e84-4fd2-ab67-da078f83d86c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:29,998 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d/encryption/provider used request id req-cb3647cc-5e84-4fd2-ab67-da078f83d86c 2018-11-19 05:06:29,998 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e 2018-11-19 05:06:30,001 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:30,191 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2f89e5e2-7ecf-429f-9af5-14517e2dc818 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:30,192 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/types/3f056fa2-bf26-4e67-af26-f5e6729b145d used request id req-2f89e5e2-7ecf-429f-9af5-14517e2dc818 2018-11-19 05:06:30,192 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-03c40378-4cb9-44dd-afe0-7092f5b6608e-qos 2018-11-19 05:06:30,195 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/c6ee6ac1-5f30-40b5-bfdc-ee748203c466?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-39b712dd-2950-48a9-a772-21665a6b6758" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84f72b552cd839ed046f71bb1399a8e8bf2be87" 2018-11-19 05:06:30,406 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06:30 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c6621013-21c5-40d9-8f23-4ef382910fd3 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:30,407 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/18123dbd720a4952ab47bfda8e7754ba/qos-specs/c6ee6ac1-5f30-40b5-bfdc-ee748203c466?force=False used request id req-c6621013-21c5-40d9-8f23-4ef382910fd3 2018-11-19 05:06:30,408 - xtesting.core.unit - DEBUG - test_create_project_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_user_minimal (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_credentials (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_fail_without_proper_service (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_success (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_get_endpoint_with_each_interface (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_grant_user_role_to_project (snaps.openstack.utils.tests.keystone_utils_tests.KeystoneUtilsTests) ... ok test_create_admin_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_user_2x (snaps.openstack.tests.create_user_tests.CreateUserSuccessTests) ... ok test_create_delete_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_2x (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_bad_domain (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_quota_override (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_update_quotas (snaps.openstack.tests.create_project_tests.CreateProjectSuccessTests) ... ok test_create_project_sec_grp_one_user (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_project_sec_grp_two_users (snaps.openstack.tests.create_project_tests.CreateProjectUserTests) ... ok test_create_image_minimal_file (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_image_minimal_url (snaps.openstack.utils.tests.glance_utils_tests.GlanceUtilsTests) ... ok test_create_network (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_network_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsNetworkTests) ... ok test_create_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_cidr (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_create_subnet_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSubnetTests) ... ok test_add_interface_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_missing_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_router (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_add_interface_router_null_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_empty_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_invalid_ip_to_subnet (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_ip (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_port_null_network_object (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_simple (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_router_with_public_interface (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsRouterTests) ... ok test_create_delete_simple_sec_grp (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_name (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_no_rules (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_create_sec_grp_one_rule (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_get_sec_grp_by_id (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsSecurityGroupTests) ... ok test_floating_ips (snaps.openstack.utils.tests.neutron_utils_tests.NeutronUtilsFloatingIpTests) ... ok test_create_delete_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_key_from_file (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_keypair (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsKeypairTests) ... ok test_create_delete_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_flavor (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsFlavorTests) ... ok test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ... ok test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ok test_create_clean_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_delete_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_all_settings (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_flavor_existing (snaps.openstack.tests.create_flavor_tests.CreateFlavorTests) ... ok test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... ok test_get_settings_from_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateComplexStackTests) ... ok test_create_flavor_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsFlavorTests) ... ok test_create_keypair_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsKeypairTests) ... ok test_create_security_group_with_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsSecurityGroupTests) ... ok test_create_delete_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_back (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_both (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_qos_front (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsQoSTests) ... ok test_create_delete_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_simple_volume (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTests) ... ok test_create_delete_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_simple_volume_type (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsSimpleVolumeTypeTests) ... ok test_create_bad_key_size (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_delete_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_simple_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_all_attrs (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsAddEncryptionTests) ... ok test_create_with_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_invalid_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok test_create_with_qos_and_encryption (snaps.openstack.utils.tests.cinder_utils_tests.CinderUtilsVolumeTypeCompleteTests) ... ok ---------------------------------------------------------------------- Ran 84 tests in 787.754s OK 2018-11-19 05:06:30,564 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:06:30,565 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 13:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-19 05:06:30,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:30,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:30,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b95f974d-7e63-405a-a387-f739fb814a1f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a27af50e6ff746e6bd9ba9d6fcc71c4b", "links": {"self": "http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b"}, "name": "heat_stack_owner"}]} 2018-11-19 05:06:30,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b95f974d-7e63-405a-a387-f739fb814a1f 2018-11-19 05:06:30,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824918746948s 2018-11-19 05:06:30,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:06:30,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:30,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cb6aae4-6677-490f-a7a3-4c85147a52bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:30,894 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a27af50e6ff746e6bd9ba9d6fcc71c4b used request id req-0cb6aae4-6677-490f-a7a3-4c85147a52bf 2018-11-19 05:06:30,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.240273952484s 2018-11-19 05:06:30,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:06:30,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:30,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76a00c4-0839-49b9-a03b-f191e7b38675 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914", "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "domain_id": "default", "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:06:30,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f76a00c4-0839-49b9-a03b-f191e7b38675 2018-11-19 05:06:30,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0948150157928s 2018-11-19 05:06:30,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f76a00c4-0839-49b9-a03b-f191e7b38675 2018-11-19 05:06:30,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:06:30,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:31,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62fefb40-98c6-4123-bd17-41d1708e11d5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609"}, "enabled": true, "id": "367939f7ff7647fca3efeb27b7dc8609", "options": {}, "domain_id": "default", "name": "api_check-user_ef558f04-5653-40fa-8876-39421e616914"}} 2018-11-19 05:06:31,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 used request id req-62fefb40-98c6-4123-bd17-41d1708e11d5 2018-11-19 05:06:31,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950131416321s 2018-11-19 05:06:31,092 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 used request id req-62fefb40-98c6-4123-bd17-41d1708e11d5 2018-11-19 05:06:31,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 05:06:31,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:31,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b5ca2aa-572d-402d-9ea7-fb9a309e542b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:31,325 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 used request id req-7b5ca2aa-572d-402d-9ea7-fb9a309e542b 2018-11-19 05:06:31,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.232511997223s 2018-11-19 05:06:31,326 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/367939f7ff7647fca3efeb27b7dc8609 used request id req-7b5ca2aa-572d-402d-9ea7-fb9a309e542b 2018-11-19 05:06:31,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:06:31,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:31,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d58d8ee5-5356-4890-8756-ce809b64c22c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba"}, "enabled": true, "id": "18123dbd720a4952ab47bfda8e7754ba", "parent_id": "default", "domain_id": "default", "name": "api_check-project_ef558f04-5653-40fa-8876-39421e616914"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:06:31,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-d58d8ee5-5356-4890-8756-ce809b64c22c 2018-11-19 05:06:31,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081120967865s 2018-11-19 05:06:31,408 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-d58d8ee5-5356-4890-8756-ce809b64c22c 2018-11-19 05:06:31,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 05:06:31,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:31,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0038a9e-3301-4a13-9e32-17600929e073 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:31,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-b0038a9e-3301-4a13-9e32-17600929e073 2018-11-19 05:06:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.205666065216s 2018-11-19 05:06:31,616 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/18123dbd720a4952ab47bfda8e7754ba used request id req-b0038a9e-3301-4a13-9e32-17600929e073 2018-11-19 05:06:31,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:31,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:31,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c1cb6b-d56f-4c0e-8e96-8432487b32a3 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9a0ef516ba9b46e597379533eb3cfde2", "links": {"self": "http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:06:31,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-23c1cb6b-d56f-4c0e-8e96-8432487b32a3 2018-11-19 05:06:31,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0718030929565s 2018-11-19 05:06:31,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:06:31,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:31,796 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4598bb0c-e852-45ec-97c7-a1d598974457 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:31,796 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9a0ef516ba9b46e597379533eb3cfde2 used request id req-4598bb0c-e852-45ec-97c7-a1d598974457 2018-11-19 05:06:31,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.106164932251s 2018-11-19 05:06:31,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:06:31,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=18123dbd720a4952ab47bfda8e7754ba&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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:31,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-c8e6a81c-eb60-4fb5-aef1-cd6e9d48e685 Date: Mon, 19 Nov 2018 05:06:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}]} 2018-11-19 05:06:31,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=18123dbd720a4952ab47bfda8e7754ba&name=default used request id req-c8e6a81c-eb60-4fb5-aef1-cd6e9d48e685 2018-11-19 05:06:31,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186840057373s 2018-11-19 05:06:31,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=18123dbd720a4952ab47bfda8e7754ba&name=default used request id req-c8e6a81c-eb60-4fb5-aef1-cd6e9d48e685 2018-11-19 05:06:31,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:06:31,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:32,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-9f951056-c604-42c7-9de2-743dd4451d89 Date: Mon, 19 Nov 2018 05:06:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "created_at": "2018-11-19T04:53:50Z", "updated_at": "2018-11-19T04:53:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "85dc17e6-39e0-430c-aeac-04495d7bee10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "d429761e-24c0-4d17-a031-83fd422f4dac", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "7c086849-5bcd-4f8e-96df-34b6db5396c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:50Z", "revision_number": 0, "id": "0af56341-e6ac-4fed-b402-d796f3745694", "remote_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:50Z", "security_group_id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "tenant_id": "18123dbd720a4952ab47bfda8e7754ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "18123dbd720a4952ab47bfda8e7754ba"}], "revision_number": 4, "project_id": "18123dbd720a4952ab47bfda8e7754ba", "id": "83c6cdc2-884b-4781-8121-1a8039e1d5e7", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 05:06:32,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9f951056-c604-42c7-9de2-743dd4451d89 2018-11-19 05:06:32,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.192300081253s 2018-11-19 05:06:32,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9f951056-c604-42c7-9de2-743dd4451d89 2018-11-19 05:06:32,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 05:06:32,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/83c6cdc2-884b-4781-8121-1a8039e1d5e7.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4da39af66cfb43a56bb08c80b7cde9e72ecd210c" 2018-11-19 05:06:32,504 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ce10c9a-de63-4feb-af42-2854a0601cf6 Content-Length: 0 Date: Mon, 19 Nov 2018 05:06:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:06:32,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/83c6cdc2-884b-4781-8121-1a8039e1d5e7.json used request id req-7ce10c9a-de63-4feb-af42-2854a0601cf6 2018-11-19 05:06:32,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.314400911331s 2018-11-19 05:06:32,504 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/83c6cdc2-884b-4781-8121-1a8039e1d5e7.json used request id req-7ce10c9a-de63-4feb-af42-2854a0601cf6 2018-11-19 05:06:32,525 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-11-19 05:06:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:06:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:06:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:06:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:06:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:06:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:06:32,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:06:32,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:06:32,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:06:32,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:06:32,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:06:32,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:06:32,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:06:32,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:06:32,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:06:32,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85eeed3b-5b53-4bd4-a2d5-70cf419e623a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:32,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85eeed3b-5b53-4bd4-a2d5-70cf419e623a 2018-11-19 05:06:32,564 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:33,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:06:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["FukiQeAFTmyxc8WBtFvwXw"], "issued_at": "2018-11-19T05:06:33.000000Z"}} 2018-11-19 05:06:33,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:33,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:06:33,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:33,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc1c302-0b78-442f-9f89-d5eea08d8a11 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:06:33,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-1fc1c302-0b78-442f-9f89-d5eea08d8a11 2018-11-19 05:06:33,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.580587863922s 2018-11-19 05:06:33,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 05:06:33,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}}' 2018-11-19 05:06:33,367 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:06:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90cac43f-fb28-4a23-a0a2-7da59e67e82f 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.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011"}, "enabled": true, "id": "d5a9fdf7319144999cd663d622fdc011", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}} 2018-11-19 05:06:33,367 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-90cac43f-fb28-4a23-a0a2-7da59e67e82f 2018-11-19 05:06:33,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.228765964508s 2018-11-19 05:06:33,368 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-90cac43f-fb28-4a23-a0a2-7da59e67e82f 2018-11-19 05:06:33,368 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80', 'id': u'd5a9fdf7319144999cd663d622fdc011', 'description': u'Created by OPNFV Functest: snaps_health_check', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 05:06:33,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 05:06:33,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.349279880524s 2018-11-19 05:06:33,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:33,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c921e53-a418-4450-9e7f-481c46c8942b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8"}, "enabled": true, "id": "dec656aae7e549e5b661cd45b5bc68c8", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}} 2018-11-19 05:06:33,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 used request id req-3c921e53-a418-4450-9e7f-481c46c8942b 2018-11-19 05:06:33,821 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'dec656aae7e549e5b661cd45b5bc68c8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80'}) 2018-11-19 05:06:33,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:33,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:33,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0c11e92-a237-4ea1-bba3-4b4c634b1f18 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:06:33,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0c11e92-a237-4ea1-bba3-4b4c634b1f18 2018-11-19 05:06:33,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845742225647s 2018-11-19 05:06:33,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:33,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:33,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4815f513-2d80-4470-92d8-e975157b0e79 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:06:33,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4815f513-2d80-4470-92d8-e975157b0e79 2018-11-19 05:06:33,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0730409622192s 2018-11-19 05:06:33,981 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 05:06:33,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:06:33,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" -d '{"role": {"name": "Member"}}' 2018-11-19 05:06:34,084 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:06:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a371d7c7-07a8-4225-9bf3-357f83d8f12a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}} 2018-11-19 05:06:34,084 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a371d7c7-07a8-4225-9bf3-357f83d8f12a 2018-11-19 05:06:34,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.102648019791s 2018-11-19 05:06:34,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0349262-ccce-4caa-b20f-838296de0ea4 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "domain_id": null, "name": "Member", "id": "fc9943aeedfd4c5d93274ff8995a42e0"}} 2018-11-19 05:06:34,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0 used request id req-a0349262-ccce-4caa-b20f-838296de0ea4 2018-11-19 05:06:34,164 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0'}, 'domain_id': None, 'human_id': None, 'id': u'fc9943aeedfd4c5d93274ff8995a42e0', 'HUMAN_ID': False}) 2018-11-19 05:06:34,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:34,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510115e0-9a0c-4d06-84f0-e4b693988310 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:06:34,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-510115e0-9a0c-4d06-84f0-e4b693988310 2018-11-19 05:06:34,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0732510089874s 2018-11-19 05:06:34,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:06:34,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1f22bf-ebf5-4fd1-a5e1-cfc7c906f9ae 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:06:34,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8a1f22bf-ebf5-4fd1-a5e1-cfc7c906f9ae 2018-11-19 05:06:34,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0847089290619s 2018-11-19 05:06:34,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:06:34,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79004f5a-9936-430c-bd12-885fe5f39212 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "links": {"self": "http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8"}, "domain_id": "default", "enabled": true, "id": "dec656aae7e549e5b661cd45b5bc68c8", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:06:34,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-79004f5a-9936-430c-bd12-885fe5f39212 2018-11-19 05:06:34,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101774930954s 2018-11-19 05:06:34,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-79004f5a-9936-430c-bd12-885fe5f39212 2018-11-19 05:06:34,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:06:34,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a126fdf6-a5a9-47f0-8009-be0370aa84aa Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "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.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011"}, "enabled": true, "id": "d5a9fdf7319144999cd663d622fdc011", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}]} 2018-11-19 05:06:34,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a126fdf6-a5a9-47f0-8009-be0370aa84aa 2018-11-19 05:06:34,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0733218193054s 2018-11-19 05:06:34,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a126fdf6-a5a9-47f0-8009-be0370aa84aa 2018-11-19 05:06:34,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:06:34,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=fc9943aeedfd4c5d93274ff8995a42e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a082c570-c706-4526-8a4e-d2589e5fd48b Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=fc9943aeedfd4c5d93274ff8995a42e0", "previous": null, "next": null}} 2018-11-19 05:06:34,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=fc9943aeedfd4c5d93274ff8995a42e0 used request id req-a082c570-c706-4526-8a4e-d2589e5fd48b 2018-11-19 05:06:34,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0813591480255s 2018-11-19 05:06:34,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:06:34,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011/users/dec656aae7e549e5b661cd45b5bc68c8/roles/fc9943aeedfd4c5d93274ff8995a42e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3047168b-3973-43f5-a0a0-711bb0e770dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:34,756 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011/users/dec656aae7e549e5b661cd45b5bc68c8/roles/fc9943aeedfd4c5d93274ff8995a42e0 used request id req-3047168b-3973-43f5-a0a0-711bb0e770dc 2018-11-19 05:06:34,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.163619041443s 2018-11-19 05:06:34,757 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80', 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': 'e0951367-38a8-45be-bd7b-302bd3a4755e', 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_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80', 'project_id': u'd5a9fdf7319144999cd663d622fdc011', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 05:06:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:06:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:06:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:06:34,758 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:06:34,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:06:34,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:06:34,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:06:34,762 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80', 'password': 'e0951367-38a8-45be-bd7b-302bd3a4755e', 'project_name': 'snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'd5a9fdf7319144999cd663d622fdc011', 'project_domain_name': 'Default'} 2018-11-19 05:06:34,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:34,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:34,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e18d932c-ef69-449e-9813-f59cc45a00ee Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:06:34,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e18d932c-ef69-449e-9813-f59cc45a00ee 2018-11-19 05:06:34,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0731110572815s 2018-11-19 05:06:34,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:34,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b762d0c-68bf-448a-9266-c79f82bfc348 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:06:35,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b762d0c-68bf-448a-9266-c79f82bfc348 2018-11-19 05:06:35,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.189317941666s 2018-11-19 05:06:35,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:06:35,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56cf586d-415a-4dc5-9660-0efc0ae73904 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:06:35,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-56cf586d-415a-4dc5-9660-0efc0ae73904 2018-11-19 05:06:35,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0817649364471s 2018-11-19 05:06:35,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:06:35,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de2921ad-0a09-453d-bcb9-2a421c55583a Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "links": {"self": "http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8"}, "domain_id": "default", "enabled": true, "id": "dec656aae7e549e5b661cd45b5bc68c8", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:06:35,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-de2921ad-0a09-453d-bcb9-2a421c55583a 2018-11-19 05:06:35,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954840183258s 2018-11-19 05:06:35,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-de2921ad-0a09-453d-bcb9-2a421c55583a 2018-11-19 05:06:35,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:06:35,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25f87a12-70a7-4d8c-8d8c-08bd7d020c20 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "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.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011"}, "enabled": true, "id": "d5a9fdf7319144999cd663d622fdc011", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}]} 2018-11-19 05:06:35,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-25f87a12-70a7-4d8c-8d8c-08bd7d020c20 2018-11-19 05:06:35,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0799651145935s 2018-11-19 05:06:35,293 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-25f87a12-70a7-4d8c-8d8c-08bd7d020c20 2018-11-19 05:06:35,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:06:35,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-096e7966-3a08-4ce7-bfa4-2189af387e9b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 05:06:35,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=8b607911576d44ba870fc64e92729d7c used request id req-096e7966-3a08-4ce7-bfa4-2189af387e9b 2018-11-19 05:06:35,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0829830169678s 2018-11-19 05:06:35,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:06:35,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011/users/dec656aae7e549e5b661cd45b5bc68c8/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,500 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c563089-3470-4745-9a7c-7fb5cb8ed23d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:35,500 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011/users/dec656aae7e549e5b661cd45b5bc68c8/roles/8b607911576d44ba870fc64e92729d7c used request id req-2c563089-3470-4745-9a7c-7fb5cb8ed23d 2018-11-19 05:06:35,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122073888779s 2018-11-19 05:06:35,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:35,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999ce634-febf-4aea-94ed-f0aac6fd6d92 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:06:35,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-999ce634-febf-4aea-94ed-f0aac6fd6d92 2018-11-19 05:06:35,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786149501801s 2018-11-19 05:06:35,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:06:35,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-19 05:06:35,682 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c98b9e52-2750-422a-a2ed-a90817026f8a Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d1d104d246c341e6b4c027d6dd83bae2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2"}, "name": "heat_stack_owner"}} 2018-11-19 05:06:35,682 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c98b9e52-2750-422a-a2ed-a90817026f8a 2018-11-19 05:06:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.101680040359s 2018-11-19 05:06:35,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1345902b-8221-40b4-be65-95d7268f295e Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2"}, "domain_id": null, "name": "heat_stack_owner", "id": "d1d104d246c341e6b4c027d6dd83bae2"}} 2018-11-19 05:06:35,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2 used request id req-1345902b-8221-40b4-be65-95d7268f295e 2018-11-19 05:06:35,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:06:35,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd48e8d8-58ff-47e1-99e2-1923a98bf159 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1d104d246c341e6b4c027d6dd83bae2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:06:35,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bd48e8d8-58ff-47e1-99e2-1923a98bf159 2018-11-19 05:06:35,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841419696808s 2018-11-19 05:06:35,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:06:35,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:35,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2131cb7b-5b85-4626-95bd-aa48bb764220 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:06:35,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-2131cb7b-5b85-4626-95bd-aa48bb764220 2018-11-19 05:06:35,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805687904358s 2018-11-19 05:06:35,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:06:35,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:36,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1f21fc-ab15-4a21-b74b-a7e0651b4340 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "links": {"self": "http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8"}, "domain_id": "default", "enabled": true, "id": "dec656aae7e549e5b661cd45b5bc68c8", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:06:36,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1a1f21fc-ab15-4a21-b74b-a7e0651b4340 2018-11-19 05:06:36,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0917160511017s 2018-11-19 05:06:36,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1a1f21fc-ab15-4a21-b74b-a7e0651b4340 2018-11-19 05:06:36,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:06:36,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:36,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5cb8ed3-03ba-40d4-9ae2-cc5cab963fac Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "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.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011"}, "enabled": true, "id": "d5a9fdf7319144999cd663d622fdc011", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}]} 2018-11-19 05:06:36,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e5cb8ed3-03ba-40d4-9ae2-cc5cab963fac 2018-11-19 05:06:36,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0801320075989s 2018-11-19 05:06:36,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-e5cb8ed3-03ba-40d4-9ae2-cc5cab963fac 2018-11-19 05:06:36,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:06:36,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=d1d104d246c341e6b4c027d6dd83bae2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:36,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d0a3929-ef9e-4fe2-b4fe-d8af5ffc5342 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=d1d104d246c341e6b4c027d6dd83bae2", "previous": null, "next": null}} 2018-11-19 05:06:36,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=dec656aae7e549e5b661cd45b5bc68c8&scope.project.id=d5a9fdf7319144999cd663d622fdc011&role.id=d1d104d246c341e6b4c027d6dd83bae2 used request id req-2d0a3929-ef9e-4fe2-b4fe-d8af5ffc5342 2018-11-19 05:06:36,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0839159488678s 2018-11-19 05:06:36,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:06:36,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011/users/dec656aae7e549e5b661cd45b5bc68c8/roles/d1d104d246c341e6b4c027d6dd83bae2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:06:36,308 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5fbf660-d492-40b5-977a-5566fdb266ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:36,308 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011/users/dec656aae7e549e5b661cd45b5bc68c8/roles/d1d104d246c341e6b4c027d6dd83bae2 used request id req-f5fbf660-d492-40b5-977a-5566fdb266ac 2018-11-19 05:06:36,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.115628004074s 2018-11-19 05:06:36,308 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-19 05:06:36,309 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-19 05:06:36,309 - openstack_tests - INFO - OS Credentials = > 2018-11-19 05:06:36,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:36,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:36,699 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "d1d104d246c341e6b4c027d6dd83bae2", "name": "heat_stack_owner"}, {"id": "fc9943aeedfd4c5d93274ff8995a42e0", "name": "Member"}], "expires_at": "2018-11-19T06:06:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5a9fdf7319144999cd663d622fdc011", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "id": "dec656aae7e549e5b661cd45b5bc68c8"}, "audit_ids": ["5qd7JZ5LRo-RqkrLoysR8A"], "issued_at": "2018-11-19T05:06:36.000000Z"}} 2018-11-19 05:06:36,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d02460233104878b7b731da7a855f94b303fa7d1" 2018-11-19 05:06:36,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-c911e86d-7974-4c73-bca6-b3445afcfc8e Date: Mon, 19 Nov 2018 05:06:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:06:36,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-c911e86d-7974-4c73-bca6-b3445afcfc8e 2018-11-19 05:06:36,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d02460233104878b7b731da7a855f94b303fa7d1" 2018-11-19 05:06:37,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9f81f9e7-18d1-4adb-b2c7-518116aae3b1 Date: Mon, 19 Nov 2018 05:06:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 05:06:37,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-9f81f9e7-18d1-4adb-b2c7-518116aae3b1 2018-11-19 05:06:37,150 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-19 05:06:37,150 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-11-19 05:06:37,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:37,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:37,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "d1d104d246c341e6b4c027d6dd83bae2", "name": "heat_stack_owner"}, {"id": "fc9943aeedfd4c5d93274ff8995a42e0", "name": "Member"}], "expires_at": "2018-11-19T06:06:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5a9fdf7319144999cd663d622fdc011", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "id": "dec656aae7e549e5b661cd45b5bc68c8"}, "audit_ids": ["rLYRzWFOT-iOQwnutXYAFQ"], "issued_at": "2018-11-19T05:06:37.000000Z"}} 2018-11-19 05:06:37,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e33be3b78847647a32db1eea82e69e02882130d" 2018-11-19 05:06:37,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdcc9023-854a-4404-bb4b-460df4d3262e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:37,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cdcc9023-854a-4404-bb4b-460df4d3262e 2018-11-19 05:06:37,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:37,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:38,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "d1d104d246c341e6b4c027d6dd83bae2", "name": "heat_stack_owner"}, {"id": "fc9943aeedfd4c5d93274ff8995a42e0", "name": "Member"}], "expires_at": "2018-11-19T06:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5a9fdf7319144999cd663d622fdc011", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "id": "dec656aae7e549e5b661cd45b5bc68c8"}, "audit_ids": ["nzHaO2-LR-qadVyQMreadA"], "issued_at": "2018-11-19T05:06:38.000000Z"}} 2018-11-19 05:06:38,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:06:38,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd336154-1cf6-4f96-b1ac-033b81a3dc66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:38,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bd336154-1cf6-4f96-b1ac-033b81a3dc66 2018-11-19 05:06:38,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:06:38,119 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:06:38,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:06:38,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa162603-3ace-44f2-a3f2-417f179acceb Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 05:06:38,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj used request id req-fa162603-3ace-44f2-a3f2-417f179acceb 2018-11-19 05:06:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:06:38,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e10f569f-6975-4738-8306-cd462777a8f5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 05:06:38,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e10f569f-6975-4738-8306-cd462777a8f5 2018-11-19 05:06:38,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}}' 2018-11-19 05:06:38,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9142bd13-7ce3-4e69-95c0-2b457c5721e1 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:06:38,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9142bd13-7ce3-4e69-95c0-2b457c5721e1 2018-11-19 05:06:38,413 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj 2018-11-19 05:06:38,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:38,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:38,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "d1d104d246c341e6b4c027d6dd83bae2", "name": "heat_stack_owner"}, {"id": "fc9943aeedfd4c5d93274ff8995a42e0", "name": "Member"}], "expires_at": "2018-11-19T06:06:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5a9fdf7319144999cd663d622fdc011", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "id": "dec656aae7e549e5b661cd45b5bc68c8"}, "audit_ids": ["DcEgU0IeQcWqEberKth03w"], "issued_at": "2018-11-19T05:06:38.000000Z"}} 2018-11-19 05:06:38,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85411308cd975327a3c254314beec5f78f6f7b70" 2018-11-19 05:06:38,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5372f2-afd6-4944-9d09-8542b0e23f96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:38,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6d5372f2-afd6-4944-9d09-8542b0e23f96 2018-11-19 05:06:38,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:06:38,897 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:06:38,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85411308cd975327a3c254314beec5f78f6f7b70" 2018-11-19 05:06:39,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c0d1d0e-c463-4ba3-ad2c-6db43e63c525 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "links": {"self": "http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8"}, "domain_id": "default", "enabled": true, "id": "dec656aae7e549e5b661cd45b5bc68c8", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:06:39,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4c0d1d0e-c463-4ba3-ad2c-6db43e63c525 2018-11-19 05:06:39,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85411308cd975327a3c254314beec5f78f6f7b70" 2018-11-19 05:06:39,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f93649-2c8d-4a92-b901-4e78b42c4ac6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}]} 2018-11-19 05:06:39,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj used request id req-39f93649-2c8d-4a92-b901-4e78b42c4ac6 2018-11-19 05:06:39,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85411308cd975327a3c254314beec5f78f6f7b70" 2018-11-19 05:06:39,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f6c279-ca6a-40e3-8e62-074a90fd6d9e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 05:06:39,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c2f6c279-ca6a-40e3-8e62-074a90fd6d9e 2018-11-19 05:06:39,628 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-aa9f3bd8-7ccb-4ca-user 2018-11-19 05:06:39,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:39,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:06:39,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66ad6187-dea4-4bb2-8ad4-c96302d5f59f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1d104d246c341e6b4c027d6dd83bae2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:06:39,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-66ad6187-dea4-4bb2-8ad4-c96302d5f59f 2018-11-19 05:06:39,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" -d '{"role": {"name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role"}}' 2018-11-19 05:06:39,845 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ec8d2f1-0008-4e6c-9ad6-1b00638625de Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e250a700383c4d70bacc34fdf758de4e", "links": {"self": "http://172.30.9.21:5000/v3/roles/e250a700383c4d70bacc34fdf758de4e"}, "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role"}} 2018-11-19 05:06:39,845 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5ec8d2f1-0008-4e6c-9ad6-1b00638625de 2018-11-19 05:06:39,845 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role 2018-11-19 05:06:39,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e250a700383c4d70bacc34fdf758de4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:06:39,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a811c0b-c2d0-4a3c-a166-aa84ea750d2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e250a700383c4d70bacc34fdf758de4e"}, "domain_id": null, "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role", "id": "e250a700383c4d70bacc34fdf758de4e"}} 2018-11-19 05:06:39,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e250a700383c4d70bacc34fdf758de4e used request id req-5a811c0b-c2d0-4a3c-a166-aa84ea750d2c 2018-11-19 05:06:39,940 - keystone_utils - INFO - Granting role SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role to project SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj 2018-11-19 05:06:39,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865/users/02bd11353c9a45fabf8a15bac18a73c9/roles/e250a700383c4d70bacc34fdf758de4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:06:40,120 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:06:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6654ff85-0982-4053-b225-7c75abe284d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:06:40,120 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865/users/02bd11353c9a45fabf8a15bac18a73c9/roles/e250a700383c4d70bacc34fdf758de4e used request id req-6654ff85-0982-4053-b225-7c75abe284d7 2018-11-19 05:06:40,121 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:06:40,122 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 05:06:40,122 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:40,123 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:40,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e250a700383c4d70bacc34fdf758de4e", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role"}], "expires_at": "2018-11-19T06:06:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39403f3efaa742ee8f3a71c144003865", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-user", "id": "02bd11353c9a45fabf8a15bac18a73c9"}, "audit_ids": ["WKGAXT6PR9u0yxxzTFFJKA"], "issued_at": "2018-11-19T05:06:40.000000Z"}} 2018-11-19 05:06:40,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" 2018-11-19 05:06:40,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed15dac3-6290-4192-8365-155b5a7dc88b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:40,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ed15dac3-6290-4192-8365-155b5a7dc88b 2018-11-19 05:06:40,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" 2018-11-19 05:06:40,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-91e8bd96-5072-41f7-922b-8932116d5243 Date: Mon, 19 Nov 2018 05:06:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image"} 2018-11-19 05:06:40,755 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image used request id req-91e8bd96-5072-41f7-922b-8932116d5243 2018-11-19 05:06:40,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" 2018-11-19 05:06:40,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f3afe37d-7593-4e2b-a513-88ed1fd22135 Date: Mon, 19 Nov 2018 05:06:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:06:40,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f3afe37d-7593-4e2b-a513-88ed1fd22135 2018-11-19 05:06:40,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image"}' 2018-11-19 05:06:41,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d X-Openstack-Request-Id: req-6ff6ce3a-2bc9-4ba8-ab9f-43eaa3c752e8 Date: Mon, 19 Nov 2018 05:06:41 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:06:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T05:06:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "min_disk": 0, "protected": false, "id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "file": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/file", "checksum": null, "owner": "39403f3efaa742ee8f3a71c144003865", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:06:41,128 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6ff6ce3a-2bc9-4ba8-ab9f-43eaa3c752e8 2018-11-19 05:06:41,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" -d '' 2018-11-19 05:06:42,193 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1822227b-38c4-4889-89b8-9f57f62c1d43 Date: Mon, 19 Nov 2018 05:06:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:06:42,193 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/file used request id req-1822227b-38c4-4889-89b8-9f57f62c1d43 2018-11-19 05:06:42,194 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:06:42,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" 2018-11-19 05:06:42,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-ca31cca3-dc25-4428-8f17-2442bb4bef50 Date: Mon, 19 Nov 2018 05:06:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:06:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:06:42Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/snap", "metadata": {}}], "self": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "min_disk": 0, "protected": false, "id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "file": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39403f3efaa742ee8f3a71c144003865", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:06:42,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d used request id req-ca31cca3-dc25-4428-8f17-2442bb4bef50 2018-11-19 05:06:42,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" 2018-11-19 05:06:42,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d3b8a7e5-6a18-43a4-9ddd-b23392d86608 Date: Mon, 19 Nov 2018 05:06:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 05:06:42,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d3b8a7e5-6a18-43a4-9ddd-b23392d86608 2018-11-19 05:06:42,506 - create_image - INFO - Created image with name - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image 2018-11-19 05:06:42,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" 2018-11-19 05:06:42,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-841c52c5-de4b-4c21-812a-3493e40bbf08 Date: Mon, 19 Nov 2018 05:06:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:06:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:06:42Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/snap", "metadata": {}}], "self": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "min_disk": 0, "protected": false, "id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "file": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39403f3efaa742ee8f3a71c144003865", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 05:06:42,663 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d used request id req-841c52c5-de4b-4c21-812a-3493e40bbf08 2018-11-19 05:06:42,663 - create_image - DEBUG - Instance status is - active 2018-11-19 05:06:42,664 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image 2018-11-19 05:06:42,664 - create_image - INFO - Image is now active with name - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image 2018-11-19 05:06:42,664 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:42,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:43,043 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e250a700383c4d70bacc34fdf758de4e", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role"}], "expires_at": "2018-11-19T06:06:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39403f3efaa742ee8f3a71c144003865", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-user", "id": "02bd11353c9a45fabf8a15bac18a73c9"}, "audit_ids": ["dfjTebmySwWnO-6ATrzLFA"], "issued_at": "2018-11-19T05:06:43.000000Z"}} 2018-11-19 05:06:43,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:06:43,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5fd89ab-76d5-4f43-9b12-203c433aea56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:43,118 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5fd89ab-76d5-4f43-9b12-203c433aea56 2018-11-19 05:06:43,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:06:43,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9f9d023a-2727-4378-9e0a-05c38d488b49 Date: Mon, 19 Nov 2018 05:06:43 GMT RESP BODY: {"networks":[]} 2018-11-19 05:06:43,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net used request id req-9f9d023a-2727-4378-9e0a-05c38d488b49 2018-11-19 05:06:43,305 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net 2018-11-19 05:06:43,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" -d '{"network": {"name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net", "admin_state_up": true}}' 2018-11-19 05:06:43,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-93dd239f-31b1-448e-9cf1-ec2fbf77e758 Date: Mon, 19 Nov 2018 05:06:43 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:06:43Z","is_default":false,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","mtu":1450}} 2018-11-19 05:06:43,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-93dd239f-31b1-448e-9cf1-ec2fbf77e758 2018-11-19 05:06:43,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:06:44,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-022a0c5b-3f39-4087-bac4-4015e16add09 Date: Mon, 19 Nov 2018 05:06:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T05:06:43Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:06:44,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-022a0c5b-3f39-4087-bac4-4015e16add09 2018-11-19 05:06:44,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:06:44,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9e7f9d09-d4a1-4569-8a9e-493ba804e615 Date: Mon, 19 Nov 2018 05:06:44 GMT RESP BODY: {"subnets":[]} 2018-11-19 05:06:44,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-9e7f9d09-d4a1-4569-8a9e-493ba804e615 2018-11-19 05:06:44,303 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet 2018-11-19 05:06:44,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" -d '{"subnets": [{"ip_version": 4, "network_id": "d4f71dc7-5029-414a-98af-8ea7b23a2a28", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]}' 2018-11-19 05:06:45,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-de8c87e1-d646-449b-98a5-5e8195a423ab Date: Mon, 19 Nov 2018 05:06:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:06:45,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-de8c87e1-d646-449b-98a5-5e8195a423ab 2018-11-19 05:06:45,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:06:45,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-e653dea8-9006-47d7-822d-6efcc58900d4 Date: Mon, 19 Nov 2018 05:06: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":["30ac91d6-2619-45d4-957c-f677c6f76340"],"updated_at":"2018-11-19T05:06:44Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:06:45,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-e653dea8-9006-47d7-822d-6efcc58900d4 2018-11-19 05:06:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:06:45,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-7bd593b4-8b7e-4731-be2f-e9bcc3309b2e Date: Mon, 19 Nov 2018 05:06:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:06:45,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-7bd593b4-8b7e-4731-be2f-e9bcc3309b2e 2018-11-19 05:06:45,706 - OpenStackNetwork - DEBUG - Network [d4f71dc7-5029-414a-98af-8ea7b23a2a28] created successfully 2018-11-19 05:06:45,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:45,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:46,103 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "d1d104d246c341e6b4c027d6dd83bae2", "name": "heat_stack_owner"}, {"id": "fc9943aeedfd4c5d93274ff8995a42e0", "name": "Member"}], "expires_at": "2018-11-19T06:06:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5a9fdf7319144999cd663d622fdc011", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d5a9fdf7319144999cd663d622fdc011", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "id": "dec656aae7e549e5b661cd45b5bc68c8"}, "audit_ids": ["o96XxNUQTc-3-fR-bi0t4A"], "issued_at": "2018-11-19T05:06:46.000000Z"}} 2018-11-19 05:06:46,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eea187d10ec77c79046d5b4bfd76fa91fef4c68a" 2018-11-19 05:06:46,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e11bbae-2cfb-4c33-a51b-cc11a56dd497 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:46,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5e11bbae-2cfb-4c33-a51b-cc11a56dd497 2018-11-19 05:06:46,206 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:06:46,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eea187d10ec77c79046d5b4bfd76fa91fef4c68a" 2018-11-19 05:06:46,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7e0ae6a-90a6-4bdc-a632-8c82aed153a1 x-compute-request-id: req-b7e0ae6a-90a6-4bdc-a632-8c82aed153a1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 05:06:46,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b7e0ae6a-90a6-4bdc-a632-8c82aed153a1 2018-11-19 05:06:46,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eea187d10ec77c79046d5b4bfd76fa91fef4c68a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 05:06:46,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d768e028-864e-413e-9652-db85c6e188c0 x-compute-request-id: req-d768e028-864e-413e-9652-db85c6e188c0 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:06:46,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d768e028-864e-413e-9652-db85c6e188c0 2018-11-19 05:06:46,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:46,459 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:46,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e250a700383c4d70bacc34fdf758de4e", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role"}], "expires_at": "2018-11-19T06:06:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39403f3efaa742ee8f3a71c144003865", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-user", "id": "02bd11353c9a45fabf8a15bac18a73c9"}, "audit_ids": ["LXPFE2CjRsa53eFTlSVGjQ"], "issued_at": "2018-11-19T05:06:46.000000Z"}} 2018-11-19 05:06:46,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:46,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2edefa59-fd71-4715-a3cf-57bb996dd777 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:46,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2edefa59-fd71-4715-a3cf-57bb996dd777 2018-11-19 05:06:46,918 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 05:06:46,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:46,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f333d17-9013-4d27-b2d5-e05a3d83481c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:46,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f333d17-9013-4d27-b2d5-e05a3d83481c 2018-11-19 05:06:47,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:47,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-2f79cba0-13a5-4b3a-8e85-2d47f6d9a2c1 Date: Mon, 19 Nov 2018 05:06:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30ac91d6-2619-45d4-957c-f677c6f76340"],"updated_at":"2018-11-19T05:06:44Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:06:47,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net used request id req-2f79cba0-13a5-4b3a-8e85-2d47f6d9a2c1 2018-11-19 05:06:47,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:06:47,258 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:06:47,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:47,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-febc70e6-57bd-47dc-9575-3a0a2ce6efe9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:06:47,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-febc70e6-57bd-47dc-9575-3a0a2ce6efe9 2018-11-19 05:06:47,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:47,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a5b2a10c-793b-4bad-8a93-ae0967305a59 Date: Mon, 19 Nov 2018 05:06:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:06:47,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-a5b2a10c-793b-4bad-8a93-ae0967305a59 2018-11-19 05:06:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:47,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a57cc15f-a16e-4fe8-9691-b37e5320e482 Date: Mon, 19 Nov 2018 05:06:47 GMT RESP BODY: {"ports":[]} 2018-11-19 05:06:47,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1&admin_state_up=True used request id req-a57cc15f-a16e-4fe8-9691-b37e5320e482 2018-11-19 05:06:47,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:47,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aca632e8-f892-4ace-b2e9-bbd113e4affa x-compute-request-id: req-aca632e8-f892-4ace-b2e9-bbd113e4affa Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 05:06:47,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst used request id req-aca632e8-f892-4ace-b2e9-bbd113e4affa 2018-11-19 05:06:47,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:48,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-fe10f654-568a-426e-b3c3-129f84f29fe4 Date: Mon, 19 Nov 2018 05:06:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30ac91d6-2619-45d4-957c-f677c6f76340"],"updated_at":"2018-11-19T05:06:44Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:06:48,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net used request id req-fe10f654-568a-426e-b3c3-129f84f29fe4 2018-11-19 05:06:48,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:48,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26d1af92-87eb-4dca-8fc0-5c5f3b1e3c2e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:06:48,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-26d1af92-87eb-4dca-8fc0-5c5f3b1e3c2e 2018-11-19 05:06:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:48,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-cd5249a9-d638-4496-997a-c421aa72e42b Date: Mon, 19 Nov 2018 05:06:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:06:48,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-cd5249a9-d638-4496-997a-c421aa72e42b 2018-11-19 05:06:48,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:48,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9e6f0e68-decd-43d0-a854-3b5fd0aeb724 Date: Mon, 19 Nov 2018 05:06:48 GMT RESP BODY: {"ports":[]} 2018-11-19 05:06:48,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1&admin_state_up=True used request id req-9e6f0e68-decd-43d0-a854-3b5fd0aeb724 2018-11-19 05:06:48,332 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 05:06:48,333 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:06:48,701 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e250a700383c4d70bacc34fdf758de4e", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role"}], "expires_at": "2018-11-19T06:06:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39403f3efaa742ee8f3a71c144003865", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39403f3efaa742ee8f3a71c144003865", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-user", "id": "02bd11353c9a45fabf8a15bac18a73c9"}, "audit_ids": ["EL5yobizS5SA2Vtmac_77g"], "issued_at": "2018-11-19T05:06:48.000000Z"}} 2018-11-19 05:06:48,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f817206c11cca7c0806bd82fe99e3bc775e944b4" 2018-11-19 05:06:48,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44333655-de65-4f65-8d73-4e416f48abc7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:06:48,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-44333655-de65-4f65-8d73-4e416f48abc7 2018-11-19 05:06:48,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:49,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-290bbdeb-11e1-4857-97c4-0bbcc5d0caa3 Date: Mon, 19 Nov 2018 05:06: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":["30ac91d6-2619-45d4-957c-f677c6f76340"],"updated_at":"2018-11-19T05:06:44Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:06:49,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net used request id req-290bbdeb-11e1-4857-97c4-0bbcc5d0caa3 2018-11-19 05:06:49,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:49,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a0140f98-4890-4fa7-a438-a6bd24296bb3 Date: Mon, 19 Nov 2018 05:06:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:06:49,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-a0140f98-4890-4fa7-a438-a6bd24296bb3 2018-11-19 05:06:49,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:49,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-8d16e253-3ac4-4286-b0a4-6adcc5fcf496 Date: Mon, 19 Nov 2018 05:06: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":["30ac91d6-2619-45d4-957c-f677c6f76340"],"updated_at":"2018-11-19T05:06:44Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:06:49,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net used request id req-8d16e253-3ac4-4286-b0a4-6adcc5fcf496 2018-11-19 05:06:49,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:06:49,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:06:49,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f817206c11cca7c0806bd82fe99e3bc775e944b4" 2018-11-19 05:06:49,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0bcf786-fd96-4406-846a-27f0e84635c9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:06:49,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-d0bcf786-fd96-4406-846a-27f0e84635c9 2018-11-19 05:06:49,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:49,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f565b19c-e452-4189-bb00-7eac86e7b625 Date: Mon, 19 Nov 2018 05:06:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:06:49,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-f565b19c-e452-4189-bb00-7eac86e7b625 2018-11-19 05:06:49,803 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net 2018-11-19 05:06:49,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" -d '{"port": {"network_id": "d4f71dc7-5029-414a-98af-8ea7b23a2a28", "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1", "admin_state_up": true}}' 2018-11-19 05:06:50,735 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-dde00647-4e7b-49f8-9dda-cec94a081768 Date: Mon, 19 Nov 2018 05:06:50 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:06:50Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30ac91d6-2619-45d4-957c-f677c6f76340","ip_address":"10.55.0.7"}],"id":"b3b05fca-b15b-4277-961e-eba6a37eed0f","security_groups":["9d27bcf8-a7dc-4e85-8a5d-80363b1f9532"],"mac_address":"fa:16:3e:2f:a8:72","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1","project_id":"39403f3efaa742ee8f3a71c144003865","qos_policy_id":null,"admin_state_up":true,"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:50Z","binding:vnic_type":"normal"}} 2018-11-19 05:06:50,735 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-dde00647-4e7b-49f8-9dda-cec94a081768 2018-11-19 05:06:50,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:50,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-ac9f78d6-d309-40f0-8ae6-3e0bed7d78a2 Date: Mon, 19 Nov 2018 05:06: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":["30ac91d6-2619-45d4-957c-f677c6f76340"],"updated_at":"2018-11-19T05:06:44Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:06:50,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net used request id req-ac9f78d6-d309-40f0-8ae6-3e0bed7d78a2 2018-11-19 05:06:50,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:51,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12fc38c7-ef33-478b-84c2-e06878fd007a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:06:51,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-12fc38c7-ef33-478b-84c2-e06878fd007a 2018-11-19 05:06:51,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:51,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4a6c5bab-ae86-4bf7-bbb6-3fe88f0dadbc Date: Mon, 19 Nov 2018 05:06:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:06:51,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-4a6c5bab-ae86-4bf7-bbb6-3fe88f0dadbc 2018-11-19 05:06:51,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:51,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-bcfcde22-1d11-4984-bd2e-ac691c490a63 Date: Mon, 19 Nov 2018 05:06:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:06:50Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30ac91d6-2619-45d4-957c-f677c6f76340","ip_address":"10.55.0.7"}],"id":"b3b05fca-b15b-4277-961e-eba6a37eed0f","security_groups":["9d27bcf8-a7dc-4e85-8a5d-80363b1f9532"],"mac_address":"fa:16:3e:2f:a8:72","project_id":"39403f3efaa742ee8f3a71c144003865","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1","admin_state_up":true,"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:50Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 05:06:51,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1&admin_state_up=True used request id req-bcfcde22-1d11-4984-bd2e-ac691c490a63 2018-11-19 05:06:51,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:51,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f094789-2325-4796-bfc1-d1b693d4fab8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:06:51,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-3f094789-2325-4796-bfc1-d1b693d4fab8 2018-11-19 05:06:51,600 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst 2018-11-19 05:06:51,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:51,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c57ac0d-611a-4790-9708-24ad0e339054 x-compute-request-id: req-3c57ac0d-611a-4790-9708-24ad0e339054 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}], "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-flavor-name"}]} 2018-11-19 05:06:51,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3c57ac0d-611a-4790-9708-24ad0e339054 2018-11-19 05:06:51,635 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:51,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d216d814-f221-43c2-9445-3bb80ef7d835 x-compute-request-id: req-d216d814-f221-43c2-9445-3bb80ef7d835 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:06:51,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571 used request id req-d216d814-f221-43c2-9445-3bb80ef7d835 2018-11-19 05:06:51,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:51,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-b57a928a-b259-4ab8-aa65-a5e46a75da15 Date: Mon, 19 Nov 2018 05:06:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T05:06:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T05:06:42Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/snap", "metadata": {}}], "self": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "min_disk": 0, "protected": false, "id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "file": "/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39403f3efaa742ee8f3a71c144003865", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image"} 2018-11-19 05:06:51,840 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image used request id req-b57a928a-b259-4ab8-aa65-a5e46a75da15 2018-11-19 05:06:51,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:52,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f9849d4f-cea3-4a94-84c4-bfcac7b5595c Date: Mon, 19 Nov 2018 05: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-11-19 05:06:52,004 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f9849d4f-cea3-4a94-84c4-bfcac7b5595c 2018-11-19 05:06:52,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" -d '{"server": {"name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "imageRef": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "flavorRef": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "max_count": 1, "min_count": 1, "networks": [{"port": "b3b05fca-b15b-4277-961e-eba6a37eed0f"}]}}' 2018-11-19 05:06:53,868 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:06: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-71334062-ffa6-4114-8bca-314ebcf6a89f x-compute-request-id: req-71334062-ffa6-4114-8bca-314ebcf6a89f Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "adminPass": "xpfWApXniKi6"}} 2018-11-19 05:06:53,868 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-71334062-ffa6-4114-8bca-314ebcf6a89f 2018-11-19 05:06:53,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:54,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06: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-03168e2f-cdfc-4c21-8c04-99341a791f23 x-compute-request-id: req-03168e2f-cdfc-4c21-8c04-99341a791f23 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:06:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:06:54,109 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-03168e2f-cdfc-4c21-8c04-99341a791f23 2018-11-19 05:06:54,109 - create_instance - INFO - Created instance with name - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst 2018-11-19 05:06:54,112 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:54,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5219be50-f721-4741-8819-6cf708601b75 x-compute-request-id: req-5219be50-f721-4741-8819-6cf708601b75 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.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:06:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:06:54,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-5219be50-f721-4741-8819-6cf708601b75 2018-11-19 05:06:54,554 - create_instance - DEBUG - Instance status [SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst] is - BUILD 2018-11-19 05:06:54,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:06:57,557 - create_instance - DEBUG - VM status query timeout in 896.552225113 2018-11-19 05:06:57,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:06:58,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:06:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77dab93a-d295-45f5-b6a5-2cafd40e8852 x-compute-request-id: req-77dab93a-d295-45f5-b6a5-2cafd40e8852 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "security_groups": [{"name": "default"}], "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:06:54Z", "hostId": "e1a8f99c052bd8e409bc070ea1756f671d549e6696d4bda0be328570", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:06:58,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-77dab93a-d295-45f5-b6a5-2cafd40e8852 2018-11-19 05:06:58,048 - create_instance - DEBUG - Instance status [SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst] is - BUILD 2018-11-19 05:06:58,048 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:07:01,050 - create_instance - DEBUG - VM status query timeout in 893.05996418 2018-11-19 05:07:01,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:01,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e15e8ec6-6bce-43f5-8f7f-fe2c4e6a4780 x-compute-request-id: req-e15e8ec6-6bce-43f5-8f7f-fe2c4e6a4780 Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "security_groups": [{"name": "default"}], "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:06:54Z", "hostId": "e1a8f99c052bd8e409bc070ea1756f671d549e6696d4bda0be328570", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:07:01,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-e15e8ec6-6bce-43f5-8f7f-fe2c4e6a4780 2018-11-19 05:07:01,660 - create_instance - DEBUG - Instance status [SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst] is - BUILD 2018-11-19 05:07:01,661 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:07:04,663 - create_instance - DEBUG - VM status query timeout in 889.446334124 2018-11-19 05:07:04,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:05,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07: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-b7a53750-ef0a-49d7-8d5f-0c4cc744c3c1 x-compute-request-id: req-b7a53750-ef0a-49d7-8d5f-0c4cc744c3c1 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a8:72", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:00.000000", "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "security_groups": [{"name": "default"}], "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:01Z", "hostId": "e1a8f99c052bd8e409bc070ea1756f671d549e6696d4bda0be328570", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:07:05,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-b7a53750-ef0a-49d7-8d5f-0c4cc744c3c1 2018-11-19 05:07:05,081 - create_instance - DEBUG - Instance status [SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst] is - ACTIVE 2018-11-19 05:07:05,081 - create_instance - INFO - VM is - ACTIVE 2018-11-19 05:07:05,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:05,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0217d347-20a7-4308-8754-8b97528f576b x-compute-request-id: req-0217d347-20a7-4308-8754-8b97528f576b Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a8:72", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:00.000000", "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "security_groups": [{"name": "default"}], "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:01Z", "hostId": "e1a8f99c052bd8e409bc070ea1756f671d549e6696d4bda0be328570", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:07:05,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-0217d347-20a7-4308-8754-8b97528f576b 2018-11-19 05:07:06,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:06,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-98cd9e3a-2e28-4302-bd77-f12f996a8fe8 Date: Mon, 19 Nov 2018 05:07: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":["30ac91d6-2619-45d4-957c-f677c6f76340"],"updated_at":"2018-11-19T05:06:44Z","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39403f3efaa742ee8f3a71c144003865","id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net"}]} 2018-11-19 05:07:06,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net used request id req-98cd9e3a-2e28-4302-bd77-f12f996a8fe8 2018-11-19 05:07:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:06,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d40c6ed-f6e7-40c3-9760-b48d5b000c9b Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:07:06,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-6d40c6ed-f6e7-40c3-9760-b48d5b000c9b 2018-11-19 05:07:06,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:06,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1989335b-827a-4738-8499-1eca31519fce Date: Mon, 19 Nov 2018 05:07:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:44Z","dns_nameservers":[],"updated_at":"2018-11-19T05:06:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39403f3efaa742ee8f3a71c144003865","id":"30ac91d6-2619-45d4-957c-f677c6f76340","subnetpool_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet"}]} 2018-11-19 05:07:06,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-1989335b-827a-4738-8499-1eca31519fce 2018-11-19 05:07:06,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:06,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-24b7ecee-d1b3-4546-94b2-711ca3456b32 Date: Mon, 19 Nov 2018 05:07:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:06:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30ac91d6-2619-45d4-957c-f677c6f76340","ip_address":"10.55.0.2"}],"id":"23c1de95-d457-4f4f-9722-88ffaad6487f","security_groups":[],"mac_address":"fa:16:3e:28:1d:09","project_id":"39403f3efaa742ee8f3a71c144003865","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d4f71dc7-5029-414a-98af-8ea7b23a2a28"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:07:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30ac91d6-2619-45d4-957c-f677c6f76340","ip_address":"10.55.0.7"}],"id":"b3b05fca-b15b-4277-961e-eba6a37eed0f","security_groups":["9d27bcf8-a7dc-4e85-8a5d-80363b1f9532"],"mac_address":"fa:16:3e:2f:a8:72","project_id":"39403f3efaa742ee8f3a71c144003865","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1","admin_state_up":true,"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:50Z","binding:vnic_type":"normal","device_id":"10da41e1-0d4e-4095-9b86-dfbfcf62f9f5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:06:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30ac91d6-2619-45d4-957c-f677c6f76340","ip_address":"10.55.0.3"}],"id":"cb8a6406-970a-4f49-a806-39ca056653e8","security_groups":[],"mac_address":"fa:16:3e:59:23:1f","project_id":"39403f3efaa742ee8f3a71c144003865","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d4f71dc7-5029-414a-98af-8ea7b23a2a28"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:06:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30ac91d6-2619-45d4-957c-f677c6f76340","ip_address":"10.55.0.4"}],"id":"e7d5beff-e532-4dad-84c3-4998c82da939","security_groups":[],"mac_address":"fa:16:3e:e1:5a:7e","project_id":"39403f3efaa742ee8f3a71c144003865","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d4f71dc7-5029-414a-98af-8ea7b23a2a28","tenant_id":"39403f3efaa742ee8f3a71c144003865","created_at":"2018-11-19T05:06:46Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d4f71dc7-5029-414a-98af-8ea7b23a2a28"}]} 2018-11-19 05:07:06,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-24b7ecee-d1b3-4546-94b2-711ca3456b32 2018-11-19 05:07:06,615 - create_instance_tests - INFO - Looking for IP 10.55.0.7 in the console log 2018-11-19 05:07:06,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:07,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-814f0f43-d4e9-46db-93ba-c58cf5e11076 x-compute-request-id: req-814f0f43-d4e9-46db-93ba-c58cf5e11076 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a8:72", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:00.000000", "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "security_groups": [{"name": "default"}], "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:01Z", "hostId": "e1a8f99c052bd8e409bc070ea1756f671d549e6696d4bda0be328570", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:07:07,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-814f0f43-d4e9-46db-93ba-c58cf5e11076 2018-11-19 05:07:07,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 05:07:08,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-ca357a65-69cf-450f-8039-ae286605ef47 x-compute-request-id: req-ca357a65-69cf-450f-8039-ae286605ef47 Content-Encoding: gzip Content-Length: 9409 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497270582 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.140358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.142187] pid_max: default: 32768 minimum: 301\n[ 0.143182] ACPI: Core revision 20150930\n[ 0.144669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146107] Security Framework initialized\n[ 0.146998] Yama: becoming mindful.\n[ 0.147830] AppArmor: AppArmor initialized\n[ 0.148755] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150175] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.151582] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.152924] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.154452] Initializing cgroup subsys io\n[ 0.155338] Initializing cgroup subsys memory\n[ 0.156313] Initializing cgroup subsys devices\n[ 0.157278] Initializing cgroup subsys freezer\n[ 0.158243] Initializing cgroup subsys net_cls\n[ 0.159193] Initializing cgroup subsys perf_event\n[ 0.160198] Initializing cgroup subsys net_prio\n[ 0.161158] Initializing cgroup subsys hugetlb\n[ 0.162094] Initializing cgroup subsys pids\n[ 0.163031] CPU: Physical Processor ID: 0\n[ 0.164664] mce: CPU supports 10 MCE banks\n[ 0.165581] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166674] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177128] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183575] ftrace: allocating 31920 entries in 125 pages\n[ 0.209466] smpboot: Max logical packages: 1\n[ 0.210374] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211820] x2apic enabled\n[ 0.212666] Switched APIC routing to physical x2apic.\n[ 0.214519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215772] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217975] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220009] KVM setup paravirtual spinlock\n[ 0.221378] x86: Booted up 1 node, 1 CPUs\n[ 0.222261] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223805] devtmpfs: initialized\n[ 0.225543] evm: security.selinux\n[ 0.226319] evm: security.SMACK64\n[ 0.227075] evm: security.SMACK64EXEC\n[ 0.227906] evm: security.SMACK64TRANSMUTE\n[ 0.228841] evm: security.SMACK64MMAP\n[ 0.229667] evm: security.ima\n[ 0.230367] evm: security.capability\n[ 0.231249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233324] pinctrl core: initialized pinctrl subsystem\n[ 0.234524] RTC time: 5:07:00, date: 11/19/18\n[ 0.235595] NET: Registered protocol family 16\n[ 0.236671] cpuidle: using governor ladder\n[ 0.237583] cpuidle: using governor menu\n[ 0.238398] PCCT header not found.\n[ 0.239220] ACPI: bus type PCI registered\n[ 0.240101] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241479] PCI: Using configuration type 1 for base access\n[ 0.243326] ACPI: Added _OSI(Module Device)\n[ 0.244264] ACPI: Added _OSI(Processor Device)\n[ 0.245216] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246223] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248481] ACPI: Interpreter enabled\n[ 0.249352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255612] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257701] ACPI: (supports S0 S5)\n[ 0.258619] ACPI: Using IOAPIC for interrupt routing\n[ 0.259714] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264284] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265680] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267028] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269583] acpiphp: Slot [3] registered\n[ 0.270472] acpiphp: Slot [4] registered\n[ 0.271367] acpiphp: Slot [5] registered\n[ 0.272247] acpiphp: Slot [6] registered\n[ 0.273131] acpiphp: Slot [7] registered\n[ 0.274006] acpiphp: Slot [8] registered\n[ 0.274891] acpiphp: Slot [9] registered\n[ 0.275768] acpiphp: Slot [10] registered\n[ 0.276667] acpiphp: Slot [11] registered\n[ 0.277565] acpiphp: Slot [12] registered\n[ 0.278472] acpiphp: Slot [13] registered\n[ 0.279385] acpiphp: Slot [14] registered\n[ 0.280303] acpiphp: Slot [15] registered\n[ 0.291010] acpiphp: Slot [16] registered\n[ 0.291913] acpiphp: Slot [17] registered\n[ 0.292806] acpiphp: Slot [18] registered\n[ 0.293700] acpiphp: Slot [19] registered\n[ 0.294589] acpiphp: Slot [20] registered\n[ 0.295497] acpiphp: Slot [21] registered\n[ 0.296392] acpiphp: Slot [22] registered\n[ 0.297293] acpiphp: Slot [23] registered\n[ 0.298184] acpiphp: Slot [24] registered\n[ 0.299099] acpiphp: Slot [25] registered\n[ 0.300040] acpiphp: Slot [26] registered\n[ 0.300936] acpiphp: Slot [27] registered\n[ 0.301827] acpiphp: Slot [28] registered\n[ 0.302723] acpiphp: Slot [29] registered\n[ 0.303616] acpiphp: Slot [30] registered\n[ 0.304514] acpiphp: Slot [31] registered\n[ 0.305398] PCI host bridge to bus 0000:00\n[ 0.306292] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307656] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309020] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310728] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.312376] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318683] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320173] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321504] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329210] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.330812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382439] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383805] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385063] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386379] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.388076] vgaarb: loaded\n[ 0.388731] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389997] SCSI subsystem initialized\n[ 0.390952] ACPI: bus type USB registered\n[ 0.391852] usbcore: registered new interface driver usbfs\n[ 0.392992] usbcore: registered new interface driver hub\n[ 0.394109] usbcore: registered new device driver usb\n[ 0.395275] PCI: Using ACPI for IRQ routing\n[ 0.396409] NetLabel: Initializing\n[ 0.397196] NetLabel: domain hash size = 128\n[ 0.398151] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399200] NetLabel: unlabeled traffic allowed by default\n[ 0.400413] clocksource: Switched to clocksource kvm-clock\n[ 0.405746] AppArmor: AppArmor Filesystem Enabled\n[ 0.406813] pnp: PnP ACPI init\n[ 0.407785] pnp: PnP ACPI: found 5 devices\n[ 0.413866] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415816] NET: Registered protocol family 2\n[ 0.416876] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.418305] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.419633] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.420978] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.423489] NET: Registered protocol family 1\n[ 0.424448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.425669] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.426861] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.441133] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.455318] Trying to unpack rootfs image as initramfs...\n[ 0.504577] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.519056] Scanning for low memory corruption every 60 seconds\n[ 0.520377] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521509] audit: initializing netlink subsys (disabled)\n[ 0.522496] audit: type=2000 audit(1542604021.221:1): initialized\n[ 0.523752] Initialise system trusted keyring\n[ 0.524656] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525771] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.527697] zbud: loaded\n[ 0.528375] VFS: Disk quotas dquot_6.6.0\n[ 0.529180] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.530644] fuse init (API version 7.23)\n[ 0.531500] Key type big_key registered\n[ 0.532267] Allocating IMA MOK and blacklist keyrings.\n[ 0.533347] Key type asymmetric registered\n[ 0.534143] Asymmetric key parser 'x509' registered\n[ 0.535057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.536482] io scheduler noop registered\n[ 0.537242] io scheduler deadline registered (default)\n[ 0.538191] io scheduler cfq registered\n[ 0.538996] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.539998] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.541215] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.542616] ACPI: Power Button [PWRF]\n[ 0.543419] GHES: HEST is not enabled!\n[ 0.557080] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.585211] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.587586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613285] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616886] Linux agpgart interface v0.103\n[ 0.619352] brd: module loaded\n[ 0.620538] loop: module loaded\n[ 0.625055] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626474] GPT:90111 != 20971519\n[ 0.627140] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628193] GPT:90111 != 20971519\n[ 0.628868] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629805] vda: vda1 vda15\n[ 0.631449] scsi host0: ata_piix\n[ 0.632180] scsi host1: ata_piix\n[ 0.632880] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634060] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635834] libphy: Fixed MDIO Bus: probed\n[ 0.636642] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637565] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639785] PPP generic driver version 2.4.2\n[ 0.640660] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641989] ehci-pci: EHCI PCI platform driver\n[ 0.642844] ehci-platform: EHCI generic platform driver\n[ 0.643804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644906] ohci-pci: OHCI PCI platform driver\n[ 0.645760] ohci-platform: OHCI generic platform driver\n[ 0.646720] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660970] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.661966] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663376] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665465] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.666646] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668019] usb usb1: Product: UHCI Host Controller\n[ 0.668927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.670031] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670952] hub 1-0:1.0: USB hub found\n[ 0.671711] hub 1-0:1.0: 2 ports detected\n[ 0.672601] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674671] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675590] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676595] mousedev: PS/2 mouse device common for all mice\n[ 0.677818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679623] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680691] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681858] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683018] i2c /dev entries driver\n[ 0.683753] device-mapper: uevent: version 1.0.3\n[ 0.684673] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686262] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.687511] NET: Registered protocol family 10\n[ 0.688492] NET: Registered protocol family 17\n[ 0.689355] Key type dns_resolver registered\n[ 0.690262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.691331] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.693046] registered taskstats version 1\n[ 0.693861] Loading compiled-in X.509 certificates\n[ 0.695266] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.697070] zswap: loaded using pool lzo/zbud\n[ 0.698419] Key type trusted registered\n[ 0.699956] Key type encrypted registered\n[ 0.700775] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701766] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702760] evm: HMAC attrs: 0x1\n[ 0.703694] Magic number: 10:52:113\n[ 0.704529] rtc_cmos 00:00: setting system clock to 2018-11-19 05:07:00 UTC (1542604020)\n[ 0.706077] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.707155] EDD information not available.\n[ 0.793347] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.794856] Write protecting the kernel read-only data: 14336k\n[ 0.806641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.808409] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.850074] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.7...\nLease of 10.55.0.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.28. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCehEsKz51bXTz6AI8/m0XIDlGhp3I8XOemvU75X0HqQyYMn/QLIrUpi4coTg9K52+8lvvqOWJu/53+shpD+d/GnwDumh8w0ul5Ck9d2v1OGPoHwoaASIp1l8RYnCEulLcC8EMTBDTns4wy/JLWKfx7RikDhuaSNxkxofbeKlxJ/BoQRnFMLP+lS5qSHknrvSftxZFrpvqoQuIMYC7yAGYUpNTY9h844uN8ATshNE7BRqCBRS3ec/UskbHWk/vJAgPzapZ2R79zBet8/MdmHDGNNG6ILP29LOmxbY8PTPhHJ3eGAI6QXx6oY/kXAYUEge5g4hcOfy+QP0w+303KwzSz root@simplehealthcheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAI5uDDmdQOFDyV2QTMLBN2BaXNBaoQPdVgvAC/siBlYL8GUmTeJK+0Op9qqkCOdoRqknpmQDJ3YQOkmU/ixGTmvbtf/9IqucWQFeTKmv2kGTEyPZYlrLwrT1fE+60ZmhDAESV9WLSryhRSLv47ZktMbnroQrg0LVNWXxoGFGVuAdAAAAFQC5xi3/8xkb97T5c1SIng3eYxbBLwAAAIBNrSOv35GFnKesr7KENnKLVwP9Ao3oyntuR1pF6uREUCf0QEjnZBPDwKseNCPcbTB1cul5L6oT36QVQjvKTRuOdjvzxGRrbmrFcnVhYysf3ZNYQTBLIP5soqVG8I/r4vK9dGLmun2I8xjvIZavjcPtzh4blisX7n/QbXt4QL/1XgAAAIA8o5+eGlpXNMtQs3+aitzGKoZ3Ajk4W0RDrOE5o0s3E2fndVTpC2eSNuyVT5CM1UKptdkLPU0eu24Lcxr+17E8Q7hteEvh2y0SFbJRuL535rugwi/jAwcarCwMtQCwIq6vXUzV0DxHVDS+sDeyryj/Pew7itraEPSfIF8+nPh2ww== root@simplehealthcheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.7,24,fe80::f816:3eff:fe2f:a872/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.7 \nip-route:169.254.169.254 via 10.55.0.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-0000001d\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.83 ===\n"} 2018-11-19 05:07:08,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5/action used request id req-ca357a65-69cf-450f-8039-ae286605ef47 2018-11-19 05:07:08,300 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 05:07:08,300 - 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 497270582 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.140358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.142187] pid_max: default: 32768 minimum: 301 [ 0.143182] ACPI: Core revision 20150930 [ 0.144669] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146107] Security Framework initialized [ 0.146998] Yama: becoming mindful. [ 0.147830] AppArmor: AppArmor initialized [ 0.148755] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150175] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.151582] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.152924] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.154452] Initializing cgroup subsys io [ 0.155338] Initializing cgroup subsys memory [ 0.156313] Initializing cgroup subsys devices [ 0.157278] Initializing cgroup subsys freezer [ 0.158243] Initializing cgroup subsys net_cls [ 0.159193] Initializing cgroup subsys perf_event [ 0.160198] Initializing cgroup subsys net_prio [ 0.161158] Initializing cgroup subsys hugetlb [ 0.162094] Initializing cgroup subsys pids [ 0.163031] CPU: Physical Processor ID: 0 [ 0.164664] mce: CPU supports 10 MCE banks [ 0.165581] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166674] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.177128] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.183575] ftrace: allocating 31920 entries in 125 pages [ 0.209466] smpboot: Max logical packages: 1 [ 0.210374] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211820] x2apic enabled [ 0.212666] Switched APIC routing to physical x2apic. [ 0.214519] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215772] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217975] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220009] KVM setup paravirtual spinlock [ 0.221378] x86: Booted up 1 node, 1 CPUs [ 0.222261] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223805] devtmpfs: initialized [ 0.225543] evm: security.selinux [ 0.226319] evm: security.SMACK64 [ 0.227075] evm: security.SMACK64EXEC [ 0.227906] evm: security.SMACK64TRANSMUTE [ 0.228841] evm: security.SMACK64MMAP [ 0.229667] evm: security.ima [ 0.230367] evm: security.capability [ 0.231249] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233324] pinctrl core: initialized pinctrl subsystem [ 0.234524] RTC time: 5:07:00, date: 11/19/18 [ 0.235595] NET: Registered protocol family 16 [ 0.236671] cpuidle: using governor ladder [ 0.237583] cpuidle: using governor menu [ 0.238398] PCCT header not found. [ 0.239220] ACPI: bus type PCI registered [ 0.240101] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.241479] PCI: Using configuration type 1 for base access [ 0.243326] ACPI: Added _OSI(Module Device) [ 0.244264] ACPI: Added _OSI(Processor Device) [ 0.245216] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246223] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248481] ACPI: Interpreter enabled [ 0.249352] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253537] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255612] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257701] ACPI: (supports S0 S5) [ 0.258619] ACPI: Using IOAPIC for interrupt routing [ 0.259714] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264284] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.265680] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267028] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269583] acpiphp: Slot [3] registered [ 0.270472] acpiphp: Slot [4] registered [ 0.271367] acpiphp: Slot [5] registered [ 0.272247] acpiphp: Slot [6] registered [ 0.273131] acpiphp: Slot [7] registered [ 0.274006] acpiphp: Slot [8] registered [ 0.274891] acpiphp: Slot [9] registered [ 0.275768] acpiphp: Slot [10] registered [ 0.276667] acpiphp: Slot [11] registered [ 0.277565] acpiphp: Slot [12] registered [ 0.278472] acpiphp: Slot [13] registered [ 0.279385] acpiphp: Slot [14] registered [ 0.280303] acpiphp: Slot [15] registered [ 0.291010] acpiphp: Slot [16] registered [ 0.291913] acpiphp: Slot [17] registered [ 0.292806] acpiphp: Slot [18] registered [ 0.293700] acpiphp: Slot [19] registered [ 0.294589] acpiphp: Slot [20] registered [ 0.295497] acpiphp: Slot [21] registered [ 0.296392] acpiphp: Slot [22] registered [ 0.297293] acpiphp: Slot [23] registered [ 0.298184] acpiphp: Slot [24] registered [ 0.299099] acpiphp: Slot [25] registered [ 0.300040] acpiphp: Slot [26] registered [ 0.300936] acpiphp: Slot [27] registered [ 0.301827] acpiphp: Slot [28] registered [ 0.302723] acpiphp: Slot [29] registered [ 0.303616] acpiphp: Slot [30] registered [ 0.304514] acpiphp: Slot [31] registered [ 0.305398] PCI host bridge to bus 0000:00 [ 0.306292] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307656] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309020] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310728] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.312376] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318683] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320173] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321504] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.322933] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.329210] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.330812] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.376302] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.377884] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.379388] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.380968] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.382439] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.383805] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.385063] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.386379] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.388076] vgaarb: loaded [ 0.388731] vgaarb: bridge control possible 0000:00:02.0 [ 0.389997] SCSI subsystem initialized [ 0.390952] ACPI: bus type USB registered [ 0.391852] usbcore: registered new interface driver usbfs [ 0.392992] usbcore: registered new interface driver hub [ 0.394109] usbcore: registered new device driver usb [ 0.395275] PCI: Using ACPI for IRQ routing [ 0.396409] NetLabel: Initializing [ 0.397196] NetLabel: domain hash size = 128 [ 0.398151] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.399200] NetLabel: unlabeled traffic allowed by default [ 0.400413] clocksource: Switched to clocksource kvm-clock [ 0.405746] AppArmor: AppArmor Filesystem Enabled [ 0.406813] pnp: PnP ACPI init [ 0.407785] pnp: PnP ACPI: found 5 devices [ 0.413866] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.415816] NET: Registered protocol family 2 [ 0.416876] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.418305] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.419633] TCP: Hash tables configured (established 2048 bind 2048) [ 0.420978] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.422182] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.423489] NET: Registered protocol family 1 [ 0.424448] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.425669] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.426861] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.441133] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.455318] Trying to unpack rootfs image as initramfs... [ 0.504577] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.519056] Scanning for low memory corruption every 60 seconds [ 0.520377] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.521509] audit: initializing netlink subsys (disabled) [ 0.522496] audit: type=2000 audit(1542604021.221:1): initialized [ 0.523752] Initialise system trusted keyring [ 0.524656] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.525771] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.527697] zbud: loaded [ 0.528375] VFS: Disk quotas dquot_6.6.0 [ 0.529180] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.530644] fuse init (API version 7.23) [ 0.531500] Key type big_key registered [ 0.532267] Allocating IMA MOK and blacklist keyrings. [ 0.533347] Key type asymmetric registered [ 0.534143] Asymmetric key parser 'x509' registered [ 0.535057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.536482] io scheduler noop registered [ 0.537242] io scheduler deadline registered (default) [ 0.538191] io scheduler cfq registered [ 0.538996] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.539998] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.541215] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.542616] ACPI: Power Button [PWRF] [ 0.543419] GHES: HEST is not enabled! [ 0.557080] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.585211] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.587586] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.613285] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.616886] Linux agpgart interface v0.103 [ 0.619352] brd: module loaded [ 0.620538] loop: module loaded [ 0.625055] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.626474] GPT:90111 != 20971519 [ 0.627140] GPT:Alternate GPT header not at the end of the disk. [ 0.628193] GPT:90111 != 20971519 [ 0.628868] GPT: Use GNU Parted to correct GPT errors. [ 0.629805] vda: vda1 vda15 [ 0.631449] scsi host0: ata_piix [ 0.632180] scsi host1: ata_piix [ 0.632880] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.634060] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.635834] libphy: Fixed MDIO Bus: probed [ 0.636642] tun: Universal TUN/TAP device driver, 1.6 [ 0.637565] tun: (C) 1999-2004 Max Krasnyansky [ 0.639785] PPP generic driver version 2.4.2 [ 0.640660] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.641989] ehci-pci: EHCI PCI platform driver [ 0.642844] ehci-platform: EHCI generic platform driver [ 0.643804] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.644906] ohci-pci: OHCI PCI platform driver [ 0.645760] ohci-platform: OHCI generic platform driver [ 0.646720] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660970] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.661966] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.663376] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.664375] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.665465] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.666646] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668019] usb usb1: Product: UHCI Host Controller [ 0.668927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.670031] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670952] hub 1-0:1.0: USB hub found [ 0.671711] hub 1-0:1.0: 2 ports detected [ 0.672601] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674671] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675590] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676595] mousedev: PS/2 mouse device common for all mice [ 0.677818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679623] rtc_cmos 00:00: RTC can wake from S4 [ 0.680691] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681858] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683018] i2c /dev entries driver [ 0.683753] device-mapper: uevent: version 1.0.3 [ 0.684673] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.686262] ledtrig-cpu: registered to indicate activity on CPUs [ 0.687511] NET: Registered protocol family 10 [ 0.688492] NET: Registered protocol family 17 [ 0.689355] Key type dns_resolver registered [ 0.690262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.691331] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.693046] registered taskstats version 1 [ 0.693861] Loading compiled-in X.509 certificates [ 0.695266] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.697070] zswap: loaded using pool lzo/zbud [ 0.698419] Key type trusted registered [ 0.699956] Key type encrypted registered [ 0.700775] AppArmor: AppArmor sha1 policy hashing enabled [ 0.701766] ima: No TPM chip found, activating TPM-bypass! [ 0.702760] evm: HMAC attrs: 0x1 [ 0.703694] Magic number: 10:52:113 [ 0.704529] rtc_cmos 00:00: setting system clock to 2018-11-19 05:07:00 UTC (1542604020) [ 0.706077] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.707155] EDD information not available. [ 0.793347] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.794856] Write protecting the kernel read-only data: 14336k [ 0.806641] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.808409] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.850074] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.14 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.7... Lease of 10.55.0.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.28. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCehEsKz51bXTz6AI8/m0XIDlGhp3I8XOemvU75X0HqQyYMn/QLIrUpi4coTg9K52+8lvvqOWJu/53+shpD+d/GnwDumh8w0ul5Ck9d2v1OGPoHwoaASIp1l8RYnCEulLcC8EMTBDTns4wy/JLWKfx7RikDhuaSNxkxofbeKlxJ/BoQRnFMLP+lS5qSHknrvSftxZFrpvqoQuIMYC7yAGYUpNTY9h844uN8ATshNE7BRqCBRS3ec/UskbHWk/vJAgPzapZ2R79zBet8/MdmHDGNNG6ILP29LOmxbY8PTPhHJ3eGAI6QXx6oY/kXAYUEge5g4hcOfy+QP0w+303KwzSz root@simplehealthcheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst ssh-dss AAAAB3NzaC1kc3MAAACBAI5uDDmdQOFDyV2QTMLBN2BaXNBaoQPdVgvAC/siBlYL8GUmTeJK+0Op9qqkCOdoRqknpmQDJ3YQOkmU/ixGTmvbtf/9IqucWQFeTKmv2kGTEyPZYlrLwrT1fE+60ZmhDAESV9WLSryhRSLv47ZktMbnroQrg0LVNWXxoGFGVuAdAAAAFQC5xi3/8xkb97T5c1SIng3eYxbBLwAAAIBNrSOv35GFnKesr7KENnKLVwP9Ao3oyntuR1pF6uREUCf0QEjnZBPDwKseNCPcbTB1cul5L6oT36QVQjvKTRuOdjvzxGRrbmrFcnVhYysf3ZNYQTBLIP5soqVG8I/r4vK9dGLmun2I8xjvIZavjcPtzh4blisX7n/QbXt4QL/1XgAAAIA8o5+eGlpXNMtQs3+aitzGKoZ3Ajk4W0RDrOE5o0s3E2fndVTpC2eSNuyVT5CM1UKptdkLPU0eu24Lcxr+17E8Q7hteEvh2y0SFbJRuL535rugwi/jAwcarCwMtQCwIq6vXUzV0DxHVDS+sDeyryj/Pew7itraEPSfIF8+nPh2ww== root@simplehealthcheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.7,24,fe80::f816:3eff:fe2f:a872/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.7 ip-route:169.254.169.254 via 10.55.0.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-0000001d name: N/A availability-zone: nova local-hostname: simplehealthcheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.83 === 2018-11-19 05:07:08,300 - create_instance - INFO - Deleting Port with ID - b3b05fca-b15b-4277-961e-eba6a37eed0f 2018-11-19 05:07:08,301 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0aport-1 2018-11-19 05:07:08,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/b3b05fca-b15b-4277-961e-eba6a37eed0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:08,908 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-25d18b3b-3c44-4308-bafa-e822a6a7aadb Date: Mon, 19 Nov 2018 05:07:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:07:08,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/b3b05fca-b15b-4277-961e-eba6a37eed0f used request id req-25d18b3b-3c44-4308-bafa-e822a6a7aadb 2018-11-19 05:07:08,909 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst 2018-11-19 05:07:08,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:09,085 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05: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-dcbe8d05-499d-49ca-bc35-170b5b14399e x-compute-request-id: req-dcbe8d05-499d-49ca-bc35-170b5b14399e Content-Type: application/json 2018-11-19 05:07:09,085 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-dcbe8d05-499d-49ca-bc35-170b5b14399e 2018-11-19 05:07:09,085 - create_instance - INFO - Checking deletion status 2018-11-19 05:07:09,088 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:09,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b202a178-d9a4-4731-b40b-01c72547b783 x-compute-request-id: req-b202a178-d9a4-4731-b40b-01c72547b783 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:a8:72", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:00.000000", "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:08Z", "hostId": "e1a8f99c052bd8e409bc070ea1756f671d549e6696d4bda0be328570", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:07:09,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-b202a178-d9a4-4731-b40b-01c72547b783 2018-11-19 05:07:09,327 - create_instance - DEBUG - Instance status [SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst] is - ACTIVE 2018-11-19 05:07:09,327 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:07:12,330 - create_instance - DEBUG - VM status query timeout in 296.755079031 2018-11-19 05:07:12,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:12,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f67544e2-51d8-44a0-b433-a3b0a6f02058 x-compute-request-id: req-f67544e2-51d8-44a0-b433-a3b0a6f02058 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.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "rel": "bookmark"}], "image": {"id": "84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "links": [{"href": "http://172.30.9.21:8774/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:00.000000", "flavor": {"id": "16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "links": [{"href": "http://172.30.9.21:8774/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571", "rel": "bookmark"}]}, "id": "10da41e1-0d4e-4095-9b86-dfbfcf62f9f5", "user_id": "02bd11353c9a45fabf8a15bac18a73c9", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:08Z", "hostId": "e1a8f99c052bd8e409bc070ea1756f671d549e6696d4bda0be328570", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst", "created": "2018-11-19T05:06:53Z", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 05:07:12,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-f67544e2-51d8-44a0-b433-a3b0a6f02058 2018-11-19 05:07:12,601 - create_instance - DEBUG - Instance status [SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst] is - ACTIVE 2018-11-19 05:07:12,602 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 05:07:15,605 - create_instance - DEBUG - VM status query timeout in 293.480575085 2018-11-19 05:07:15,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2340dc5dc011a7456ebe068ae0d9cad27e074d7c" 2018-11-19 05:07:15,654 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 05:07:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bcb4b29-bee6-4951-9ce6-8ef4e7fe8a34 x-compute-request-id: req-7bcb4b29-bee6-4951-9ce6-8ef4e7fe8a34 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 could not be found.", "code": 404}} 2018-11-19 05:07:15,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 used request id req-7bcb4b29-bee6-4951-9ce6-8ef4e7fe8a34 2018-11-19 05:07:15,654 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 10da41e1-0d4e-4095-9b86-dfbfcf62f9f5 could not be found. (HTTP 404) (Request-ID: req-7bcb4b29-bee6-4951-9ce6-8ef4e7fe8a34) 2018-11-19 05:07:15,655 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-inst 2018-11-19 05:07:15,656 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet 2018-11-19 05:07:15,656 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-subnet 2018-11-19 05:07:15,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/30ac91d6-2619-45d4-957c-f677c6f76340 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:07:18,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aef88ad8-6502-4622-b473-4f57baa185b9 Date: Mon, 19 Nov 2018 05:07:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:07:18,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/30ac91d6-2619-45d4-957c-f677c6f76340 used request id req-aef88ad8-6502-4622-b473-4f57baa185b9 2018-11-19 05:07:18,041 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-priv-net 2018-11-19 05:07:18,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/d4f71dc7-5029-414a-98af-8ea7b23a2a28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b48171a2e96ae684934dc7603d460cd4a6366399" 2018-11-19 05:07:19,295 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43d1f410-33ec-4cd7-bbe5-9df4ad68a025 Date: Mon, 19 Nov 2018 05:07:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:07:19,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d4f71dc7-5029-414a-98af-8ea7b23a2a28 used request id req-43d1f410-33ec-4cd7-bbe5-9df4ad68a025 2018-11-19 05:07:19,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eea187d10ec77c79046d5b4bfd76fa91fef4c68a" 2018-11-19 05:07:19,348 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-c2be366b-49e1-43ba-9829-46bbe9f6866a x-compute-request-id: req-c2be366b-49e1-43ba-9829-46bbe9f6866a Content-Length: 0 Content-Type: application/json 2018-11-19 05:07:19,348 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/16143a3e-8eef-4cc8-9fee-f36cbf2d2571 used request id req-c2be366b-49e1-43ba-9829-46bbe9f6866a 2018-11-19 05:07:19,349 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-3f6a370f-f28d-415b-bbdc-fb7e7ce2bb0a-image 2018-11-19 05:07:19,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1a23f18244bdb28db97ee3e7b3978d674fb39d6e" 2018-11-19 05:07:20,431 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf7d67ab-2122-4a58-bd8e-c2a399419f5e Date: Mon, 19 Nov 2018 05:07:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:07:20,431 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/84f8e4e2-9650-4d9e-93fe-4f2bed29523d used request id req-cf7d67ab-2122-4a58-bd8e-c2a399419f5e 2018-11-19 05:07:20,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:20,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-692b6c0b-8a61-418c-b100-c1e7b8e214f9 Date: Mon, 19 Nov 2018 05:07:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "39403f3efaa742ee8f3a71c144003865", "created_at": "2018-11-19T05:06:43Z", "updated_at": "2018-11-19T05:06:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:06:43Z", "revision_number": 0, "id": "64584d46-31d2-42df-9f96-60a9195d638a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "port_range_min": null, "ethertype": "IPv6", "project_id": "39403f3efaa742ee8f3a71c144003865"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:06:43Z", "revision_number": 0, "id": "702a92f9-8a57-46da-a33c-dbdfe72941f2", "remote_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "remote_ip_prefix": null, "created_at": "2018-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "port_range_min": null, "ethertype": "IPv4", "project_id": "39403f3efaa742ee8f3a71c144003865"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:06:43Z", "revision_number": 0, "id": "a728f675-34a8-4339-93e0-d431953d5fd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "port_range_min": null, "ethertype": "IPv4", "project_id": "39403f3efaa742ee8f3a71c144003865"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:06:43Z", "revision_number": 0, "id": "f2fea195-3ebb-47cc-aebd-e977a65ca8be", "remote_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "remote_ip_prefix": null, "created_at": "2018-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "tenant_id": "39403f3efaa742ee8f3a71c144003865", "port_range_min": null, "ethertype": "IPv6", "project_id": "39403f3efaa742ee8f3a71c144003865"}], "revision_number": 4, "project_id": "39403f3efaa742ee8f3a71c144003865", "id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "created_at": "2018-11-19T05:07:20Z", "updated_at": "2018-11-19T05:07:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "09e2c331-da70-4c4d-88f7-25b3b70611df", "remote_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "62bb43c7-8ec9-4cbc-b4ed-add86b8f99af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "a7a71a42-0269-4038-a708-caf88be3d970", "remote_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "f7037922-7129-40a7-a010-4c930d0f2d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5a9fdf7319144999cd663d622fdc011"}], "revision_number": 4, "project_id": "d5a9fdf7319144999cd663d622fdc011", "id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "name": "default"}]} 2018-11-19 05:07:20,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-692b6c0b-8a61-418c-b100-c1e7b8e214f9 2018-11-19 05:07:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:20,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e824bc35-881f-4c44-a564-0efe0820d45d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 05:07:20,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-e824bc35-881f-4c44-a564-0efe0820d45d 2018-11-19 05:07:20,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:20,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9426a1-7873-4b1a-a2a6-351063e61ed3 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865"}, "enabled": true, "id": "39403f3efaa742ee8f3a71c144003865", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj"}} 2018-11-19 05:07:20,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-bb9426a1-7873-4b1a-a2a6-351063e61ed3 2018-11-19 05:07:20,946 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9d27bcf8-a7dc-4e85-8a5d-80363b1f9532 2018-11-19 05:07:20,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9d27bcf8-a7dc-4e85-8a5d-80363b1f9532 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:21,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-25b2fa8d-7e50-4b14-85d0-e15529ae65d4 Date: Mon, 19 Nov 2018 05:07: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-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "port_range_min": null, "revision_number": 0, "tenant_id": "39403f3efaa742ee8f3a71c144003865", "created_at": "2018-11-19T05:06:43Z", "project_id": "39403f3efaa742ee8f3a71c144003865", "id": "64584d46-31d2-42df-9f96-60a9195d638a"}, {"remote_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "port_range_min": null, "revision_number": 0, "tenant_id": "39403f3efaa742ee8f3a71c144003865", "created_at": "2018-11-19T05:06:43Z", "project_id": "39403f3efaa742ee8f3a71c144003865", "id": "702a92f9-8a57-46da-a33c-dbdfe72941f2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "port_range_min": null, "revision_number": 0, "tenant_id": "39403f3efaa742ee8f3a71c144003865", "created_at": "2018-11-19T05:06:43Z", "project_id": "39403f3efaa742ee8f3a71c144003865", "id": "a728f675-34a8-4339-93e0-d431953d5fd7"}, {"remote_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T05:06:43Z", "security_group_id": "9d27bcf8-a7dc-4e85-8a5d-80363b1f9532", "port_range_min": null, "revision_number": 0, "tenant_id": "39403f3efaa742ee8f3a71c144003865", "created_at": "2018-11-19T05:06:43Z", "project_id": "39403f3efaa742ee8f3a71c144003865", "id": "f2fea195-3ebb-47cc-aebd-e977a65ca8be"}]} 2018-11-19 05:07:21,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9d27bcf8-a7dc-4e85-8a5d-80363b1f9532 used request id req-25b2fa8d-7e50-4b14-85d0-e15529ae65d4 2018-11-19 05:07:21,125 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 05:07:21,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9d27bcf8-a7dc-4e85-8a5d-80363b1f9532 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:21,438 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2dc0fdc2-5341-4b19-b1e8-c2c2a22a0f65 Content-Length: 0 Date: Mon, 19 Nov 2018 05:07:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:07:21,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9d27bcf8-a7dc-4e85-8a5d-80363b1f9532 used request id req-2dc0fdc2-5341-4b19-b1e8-c2c2a22a0f65 2018-11-19 05:07:21,439 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj 2018-11-19 05:07:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:21,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caa4268d-c044-4883-b613-bf41bda74efc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:21,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/39403f3efaa742ee8f3a71c144003865 used request id req-caa4268d-c044-4883-b613-bf41bda74efc 2018-11-19 05:07:21,655 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-aa9f3bd8-7ccb-4ca-proj-role 2018-11-19 05:07:21,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e250a700383c4d70bacc34fdf758de4e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:21,789 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b77c978-3318-4e0f-9814-771974f89ce4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:21,789 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e250a700383c4d70bacc34fdf758de4e used request id req-8b77c978-3318-4e0f-9814-771974f89ce4 2018-11-19 05:07:21,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af538733b8412de3b5e723389b6e8af09394559f" 2018-11-19 05:07:21,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df9bebf-6023-43b0-9105-4385b9a0afba Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1d104d246c341e6b4c027d6dd83bae2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:07:21,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3df9bebf-6023-43b0-9105-4385b9a0afba 2018-11-19 05:07:21,885 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-aa9f3bd8-7ccb-4ca-user 2018-11-19 05:07:21,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/02bd11353c9a45fabf8a15bac18a73c9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85411308cd975327a3c254314beec5f78f6f7b70" 2018-11-19 05:07:22,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b48793fc-8159-4147-88dd-4b8dd1670fc6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:22,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/02bd11353c9a45fabf8a15bac18a73c9 used request id req-b48793fc-8159-4147-88dd-4b8dd1670fc6 2018-11-19 05:07:22,090 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 44.938s OK 2018-11-19 05:07:22,202 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:07:22,203 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:45 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-11-19 05:07:22,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:07:22,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:22,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6431297a-9e07-4cb6-acd6-fe268c49b042 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d1d104d246c341e6b4c027d6dd83bae2", "links": {"self": "http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:07:22,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6431297a-9e07-4cb6-acd6-fe268c49b042 2018-11-19 05:07:22,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834560394287s 2018-11-19 05:07:22,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:07:22,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:22,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce027e49-3431-400a-9933-3d199032dfc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:22,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d1d104d246c341e6b4c027d6dd83bae2 used request id req-ce027e49-3431-400a-9933-3d199032dfc2 2018-11-19 05:07:22,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.131561994553s 2018-11-19 05:07:22,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:07:22,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:22,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7394c18b-9a6b-4325-8368-c6e759132b50 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80", "links": {"self": "http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8"}, "domain_id": "default", "enabled": true, "id": "dec656aae7e549e5b661cd45b5bc68c8", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:07:22,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7394c18b-9a6b-4325-8368-c6e759132b50 2018-11-19 05:07:22,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945730209351s 2018-11-19 05:07:22,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7394c18b-9a6b-4325-8368-c6e759132b50 2018-11-19 05:07:22,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:07:22,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:22,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc2d847-f5b4-46cf-9264-07a882ce9357 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8"}, "enabled": true, "id": "dec656aae7e549e5b661cd45b5bc68c8", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}} 2018-11-19 05:07:22,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 used request id req-1dc2d847-f5b4-46cf-9264-07a882ce9357 2018-11-19 05:07:22,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101320028305s 2018-11-19 05:07:22,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 used request id req-1dc2d847-f5b4-46cf-9264-07a882ce9357 2018-11-19 05:07:22,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 05:07:22,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:22,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c6bd4b-3f0a-496c-b0e5-0c37b14e84e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:22,889 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 used request id req-54c6bd4b-3f0a-496c-b0e5-0c37b14e84e6 2018-11-19 05:07:22,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.259266138077s 2018-11-19 05:07:22,889 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dec656aae7e549e5b661cd45b5bc68c8 used request id req-54c6bd4b-3f0a-496c-b0e5-0c37b14e84e6 2018-11-19 05:07:22,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:07:22,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:22,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b74a43-8d11-4b1b-9d01-4fd764a472cf Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "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.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011"}, "enabled": true, "id": "d5a9fdf7319144999cd663d622fdc011", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_a96762e0-2e9d-4b34-85ae-9cfdffe6bf80"}]} 2018-11-19 05:07:22,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-98b74a43-8d11-4b1b-9d01-4fd764a472cf 2018-11-19 05:07:22,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0745639801025s 2018-11-19 05:07:22,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-98b74a43-8d11-4b1b-9d01-4fd764a472cf 2018-11-19 05:07:22,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 05:07:22,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:23,128 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b8aa1c5-1eeb-45b2-9300-6bf22e3005a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:23,128 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011 used request id req-6b8aa1c5-1eeb-45b2-9300-6bf22e3005a9 2018-11-19 05:07:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.16175699234s 2018-11-19 05:07:23,129 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d5a9fdf7319144999cd663d622fdc011 used request id req-6b8aa1c5-1eeb-45b2-9300-6bf22e3005a9 2018-11-19 05:07:23,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:07:23,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:23,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41096ac7-1061-4b6d-90bc-a5e83101f1f8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fc9943aeedfd4c5d93274ff8995a42e0", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0"}, "name": "Member"}]} 2018-11-19 05:07:23,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-41096ac7-1061-4b6d-90bc-a5e83101f1f8 2018-11-19 05:07:23,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0860199928284s 2018-11-19 05:07:23,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:07:23,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:23,323 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90b53687-33ad-4313-8376-c252f186aaf3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:23,323 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fc9943aeedfd4c5d93274ff8995a42e0 used request id req-90b53687-33ad-4313-8376-c252f186aaf3 2018-11-19 05:07:23,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.106143951416s 2018-11-19 05:07:23,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:07:23,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d5a9fdf7319144999cd663d622fdc011&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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:23,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-539e209b-a2fb-4243-8019-01b067ad2021 Date: Mon, 19 Nov 2018 05:07:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "created_at": "2018-11-19T05:07:20Z", "updated_at": "2018-11-19T05:07:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "09e2c331-da70-4c4d-88f7-25b3b70611df", "remote_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "62bb43c7-8ec9-4cbc-b4ed-add86b8f99af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "a7a71a42-0269-4038-a708-caf88be3d970", "remote_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "f7037922-7129-40a7-a010-4c930d0f2d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5a9fdf7319144999cd663d622fdc011"}], "revision_number": 4, "project_id": "d5a9fdf7319144999cd663d622fdc011", "id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "name": "default"}]} 2018-11-19 05:07:23,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d5a9fdf7319144999cd663d622fdc011&name=default used request id req-539e209b-a2fb-4243-8019-01b067ad2021 2018-11-19 05:07:23,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.190011978149s 2018-11-19 05:07:23,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d5a9fdf7319144999cd663d622fdc011&name=default used request id req-539e209b-a2fb-4243-8019-01b067ad2021 2018-11-19 05:07:23,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:07:23,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:23,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-13fe8caa-156a-48d9-be31-c9b846278215 Date: Mon, 19 Nov 2018 05:07:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "created_at": "2018-11-19T05:07:20Z", "updated_at": "2018-11-19T05:07:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "f7037922-7129-40a7-a010-4c930d0f2d63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "a7a71a42-0269-4038-a708-caf88be3d970", "remote_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "09e2c331-da70-4c4d-88f7-25b3b70611df", "remote_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5a9fdf7319144999cd663d622fdc011"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:20Z", "revision_number": 0, "id": "62bb43c7-8ec9-4cbc-b4ed-add86b8f99af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:20Z", "security_group_id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "tenant_id": "d5a9fdf7319144999cd663d622fdc011", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5a9fdf7319144999cd663d622fdc011"}], "revision_number": 4, "project_id": "d5a9fdf7319144999cd663d622fdc011", "id": "a7b16c42-c2b0-43c4-b120-6081efee7155", "name": "default"}]} 2018-11-19 05:07:23,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-13fe8caa-156a-48d9-be31-c9b846278215 2018-11-19 05:07:23,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197171926498s 2018-11-19 05:07:23,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-13fe8caa-156a-48d9-be31-c9b846278215 2018-11-19 05:07:23,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 05:07:23,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a7b16c42-c2b0-43c4-b120-6081efee7155.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c9d81cffe03698e2efaf1ec1b0bca1e22e8c624" 2018-11-19 05:07:24,007 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47feb64e-b99c-4711-a6a4-49eee5cc6dae Content-Length: 0 Date: Mon, 19 Nov 2018 05:07:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:07:24,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a7b16c42-c2b0-43c4-b120-6081efee7155.json used request id req-47feb64e-b99c-4711-a6a4-49eee5cc6dae 2018-11-19 05:07:24,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.282730102539s 2018-11-19 05:07:24,008 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a7b16c42-c2b0-43c4-b120-6081efee7155.json used request id req-47feb64e-b99c-4711-a6a4-49eee5cc6dae 2018-11-19 05:07:24,008 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:10 | PASS | | api_check | functest | healthcheck | 13:08 | PASS | | snaps_health_check | functest | healthcheck | 00:45 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-19 05:07:24,013 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-19 05:07:29,880 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-314 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-19 05:07:29,886 - 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=bMhk9KmsbMXKUAfNpdcMefaeT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-19 05:07:29,887 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-19 05:07:29,888 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ | smoke | 1 | (daily)|(weekly) | Set of basic Functional tests to | vping_ssh vping_userdata | | | | | validate the OPNFV scenarios. | tempest_smoke_serial rally_sanity | | | | | | refstack_defcore patrole snaps_smoke | | | | | | neutron_trunk | +---------------+---------------+--------------------------+------------------------------------------+----------------------------------------------+ 2018-11-19 05:07:29,925 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-11-19 05:07:33,130 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:07:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:07:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:07:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:07:33,131 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:07:33,132 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:07:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:07:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:07:33,133 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:07:33,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:07:33,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:07:33,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:07:33,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:07:33,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dba00052-257e-4986-98ff-04ed21bd76b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:07:33,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dba00052-257e-4986-98ff-04ed21bd76b6 2018-11-19 05:07:33,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:07:33,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["W5hxgwHxSDSxmQQfWSkQlg"], "issued_at": "2018-11-19T05:07:33.000000Z"}} 2018-11-19 05:07:33,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:07:33,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:33,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f37251c2-3b81-4ea9-b479-896909818df3 Date: Mon, 19 Nov 2018 05:07:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:07:33,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f37251c2-3b81-4ea9-b479-896909818df3 2018-11-19 05:07:33,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248468160629s 2018-11-19 05:07:33,835 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f37251c2-3b81-4ea9-b479-896909818df3 2018-11-19 05:07:33,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:07:33,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:33,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:07:34,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:34,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db1a4178-4496-44cc-b772-edcef3a7b2b1 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:07:34,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-db1a4178-4496-44cc-b772-edcef3a7b2b1 2018-11-19 05:07:34,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.485127925873s 2018-11-19 05:07:34,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 05:07:34,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}}' 2018-11-19 05:07:34,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:07:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ddbccfa-9c03-4b8a-9e1e-142292a14353 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.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c"}, "enabled": true, "id": "06595f871fe84c6c979b71ca11cda23c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}} 2018-11-19 05:07:34,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0ddbccfa-9c03-4b8a-9e1e-142292a14353 2018-11-19 05:07:34,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.115362167358s 2018-11-19 05:07:34,444 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0ddbccfa-9c03-4b8a-9e1e-142292a14353 2018-11-19 05:07:34,445 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'id': u'06595f871fe84c6c979b71ca11cda23c', 'description': u'Created by OPNFV Functest: vping_ssh', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 05:07:34,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 05:07:34,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.374211072922s 2018-11-19 05:07:34,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:34,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ed55ab4-9e8a-41aa-8509-a471416f4959 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292"}, "enabled": true, "id": "40bdc466a7a544a281411a562f782292", "options": {}, "domain_id": "default", "name": "vping_ssh-user_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}} 2018-11-19 05:07:34,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 used request id req-2ed55ab4-9e8a-41aa-8509-a471416f4959 2018-11-19 05:07:34,922 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'40bdc466a7a544a281411a562f782292', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b'}) 2018-11-19 05:07:34,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:07:34,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-806a738a-3d8f-42e8-b77d-7a3ce0fa1902 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:07:35,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-806a738a-3d8f-42e8-b77d-7a3ce0fa1902 2018-11-19 05:07:35,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0894238948822s 2018-11-19 05:07:35,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:07:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce39e5e1-eb99-4788-b695-ccccdf1c0266 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:07:35,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ce39e5e1-eb99-4788-b695-ccccdf1c0266 2018-11-19 05:07:35,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0723750591278s 2018-11-19 05:07:35,086 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 05:07:35,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:07:35,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" -d '{"role": {"name": "Member"}}' 2018-11-19 05:07:35,185 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5aefc9d-dc4c-4186-9c41-40c09a6f1f6a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a70c313f1fbc4a45b9c0e2e923f6ca85", "links": {"self": "http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85"}, "name": "Member"}} 2018-11-19 05:07:35,185 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d5aefc9d-dc4c-4186-9c41-40c09a6f1f6a 2018-11-19 05:07:35,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0980360507965s 2018-11-19 05:07:35,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6327029-e88f-46f5-b88e-58ff3db7fc17 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85"}, "domain_id": null, "name": "Member", "id": "a70c313f1fbc4a45b9c0e2e923f6ca85"}} 2018-11-19 05:07:35,201 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85 used request id req-f6327029-e88f-46f5-b88e-58ff3db7fc17 2018-11-19 05:07:35,201 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85'}, 'domain_id': None, 'human_id': None, 'id': u'a70c313f1fbc4a45b9c0e2e923f6ca85', 'HUMAN_ID': False}) 2018-11-19 05:07:35,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:07:35,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43660b6-1cad-40c0-a47b-a4b7fa0f8443 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a70c313f1fbc4a45b9c0e2e923f6ca85", "links": {"self": "http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85"}, "name": "Member"}]} 2018-11-19 05:07:35,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b43660b6-1cad-40c0-a47b-a4b7fa0f8443 2018-11-19 05:07:35,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0722289085388s 2018-11-19 05:07:35,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:07:35,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8f9209-5cc6-48b4-ba2c-269783493103 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:07:35,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3d8f9209-5cc6-48b4-ba2c-269783493103 2018-11-19 05:07:35,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0799181461334s 2018-11-19 05:07:35,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:07:35,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96dc12d9-eb79-479c-9a6f-95d351fc0032 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "links": {"self": "http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292"}, "domain_id": "default", "enabled": true, "id": "40bdc466a7a544a281411a562f782292", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:07:35,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-96dc12d9-eb79-479c-9a6f-95d351fc0032 2018-11-19 05:07:35,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100745916367s 2018-11-19 05:07:35,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-96dc12d9-eb79-479c-9a6f-95d351fc0032 2018-11-19 05:07:35,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:07:35,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d41d01b-ca21-4796-a796-21d666317b36 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c"}, "enabled": true, "id": "06595f871fe84c6c979b71ca11cda23c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:07:35,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3d41d01b-ca21-4796-a796-21d666317b36 2018-11-19 05:07:35,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0729351043701s 2018-11-19 05:07:35,537 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-3d41d01b-ca21-4796-a796-21d666317b36 2018-11-19 05:07:35,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:07:35,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=40bdc466a7a544a281411a562f782292&scope.project.id=06595f871fe84c6c979b71ca11cda23c&role.id=a70c313f1fbc4a45b9c0e2e923f6ca85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-275c1365-b50f-40f5-a1ef-4141069aea13 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=40bdc466a7a544a281411a562f782292&scope.project.id=06595f871fe84c6c979b71ca11cda23c&role.id=a70c313f1fbc4a45b9c0e2e923f6ca85", "previous": null, "next": null}} 2018-11-19 05:07:35,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=40bdc466a7a544a281411a562f782292&scope.project.id=06595f871fe84c6c979b71ca11cda23c&role.id=a70c313f1fbc4a45b9c0e2e923f6ca85 used request id req-275c1365-b50f-40f5-a1ef-4141069aea13 2018-11-19 05:07:35,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812950134277s 2018-11-19 05:07:35,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:07:35,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c/users/40bdc466a7a544a281411a562f782292/roles/a70c313f1fbc4a45b9c0e2e923f6ca85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,756 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a778951c-b004-4e8e-ac36-517f57b007fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:07:35,757 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c/users/40bdc466a7a544a281411a562f782292/roles/a70c313f1fbc4a45b9c0e2e923f6ca85 used request id req-a778951c-b004-4e8e-ac36-517f57b007fe 2018-11-19 05:07:35,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135097980499s 2018-11-19 05:07:35,758 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 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': '515d9d99-38db-4dc1-a20c-af8708f79ff3', 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_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'project_id': u'06595f871fe84c6c979b71ca11cda23c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 05:07:35,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:07:35,759 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:07:35,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:07:35,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:07:35,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:07:35,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:07:35,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:07:35,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:07:35,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:07:35,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:07:35,764 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'password': '515d9d99-38db-4dc1-a20c-af8708f79ff3', 'project_name': 'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '06595f871fe84c6c979b71ca11cda23c', 'project_domain_name': 'Default'} 2018-11-19 05:07:35,764 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-11-19 05:07:35,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:07:35,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6eec80-bea6-459c-a3a1-817b6a20eb80 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:07:35,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-ad6eec80-bea6-459c-a3a1-817b6a20eb80 2018-11-19 05:07:35,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0736870765686s 2018-11-19 05:07:35,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:07:35,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:07:35,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c77679-79d9-4f33-9d6f-7647e730db7d Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c"}, "enabled": true, "id": "06595f871fe84c6c979b71ca11cda23c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:07:35,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-82c77679-79d9-4f33-9d6f-7647e730db7d 2018-11-19 05:07:35,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.084450006485s 2018-11-19 05:07:35,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-82c77679-79d9-4f33-9d6f-7647e730db7d 2018-11-19 05:07:35,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-19 05:07:35,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" -d '{"network": {"tenant_id": "06595f871fe84c6c979b71ca11cda23c", "name": "vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "admin_state_up": true}}' 2018-11-19 05:07:36,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 703 X-Openstack-Request-Id: req-6f94156c-96ea-4bdd-b1c2-0dda6378f2e5 Date: Mon, 19 Nov 2018 05:07:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"06595f871fe84c6c979b71ca11cda23c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:07:36Z","is_default":false,"qos_policy_id":null,"name":"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b","admin_state_up":true,"tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:36Z","mtu":1450}} 2018-11-19 05:07:36,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6f94156c-96ea-4bdd-b1c2-0dda6378f2e5 2018-11-19 05:07:36,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.513792991638s 2018-11-19 05:07:36,442 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6f94156c-96ea-4bdd-b1c2-0dda6378f2e5 2018-11-19 05:07:36,442 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-19T05:07:36Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'42526cf9-89fe-42f6-9b47-726eaa0ad676', u'provider:segmentation_id': 44, 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_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', u'created_at': u'2018-11-19T05:07:36Z', u'mtu': 1450, u'tenant_id': u'06595f871fe84c6c979b71ca11cda23c', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'06595f871fe84c6c979b71ca11cda23c'}) 2018-11-19 05:07:36,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:07:36,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c34eb7af-faa0-411d-8608-09dd006f950d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:07:36,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c34eb7af-faa0-411d-8608-09dd006f950d 2018-11-19 05:07:36,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:07:36,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a70c313f1fbc4a45b9c0e2e923f6ca85", "name": "Member"}], "expires_at": "2018-11-19T06:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06595f871fe84c6c979b71ca11cda23c", "name": "vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/06595f871fe84c6c979b71ca11cda23c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/06595f871fe84c6c979b71ca11cda23c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/06595f871fe84c6c979b71ca11cda23c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/06595f871fe84c6c979b71ca11cda23c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/06595f871fe84c6c979b71ca11cda23c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/06595f871fe84c6c979b71ca11cda23c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/06595f871fe84c6c979b71ca11cda23c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/06595f871fe84c6c979b71ca11cda23c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/06595f871fe84c6c979b71ca11cda23c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/06595f871fe84c6c979b71ca11cda23c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/06595f871fe84c6c979b71ca11cda23c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/06595f871fe84c6c979b71ca11cda23c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "id": "40bdc466a7a544a281411a562f782292"}, "audit_ids": ["yGe-wIPORxGpcqs_Otb3kw"], "issued_at": "2018-11-19T05:07:36.000000Z"}} 2018-11-19 05:07:36,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:07:36,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:37,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1190 X-Openstack-Request-Id: req-bfa2f78c-7fac-48ea-9f0f-f856b4b4de0b Date: Mon, 19 Nov 2018 05:07:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T05:07:36Z","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"06595f871fe84c6c979b71ca11cda23c","id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","name":"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:07:37,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bfa2f78c-7fac-48ea-9f0f-f856b4b4de0b 2018-11-19 05:07:37,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276726961136s 2018-11-19 05:07:37,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bfa2f78c-7fac-48ea-9f0f-f856b4b4de0b 2018-11-19 05:07:37,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-19 05:07:37,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"subnet": {"name": "vping_ssh-subnet_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "enable_dhcp": true, "network_id": "42526cf9-89fe-42f6-9b47-726eaa0ad676", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-19 05:07:37,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7d754a81-1b54-418d-803e-4140657fb568 Date: Mon, 19 Nov 2018 05:07:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:07:37Z","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":"06595f871fe84c6c979b71ca11cda23c","id":"d3ae089a-3c73-477a-9905-3742fca332c1","subnetpool_id":null,"name":"vping_ssh-subnet_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}} 2018-11-19 05:07:37,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7d754a81-1b54-418d-803e-4140657fb568 2018-11-19 05:07:37,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.827405929565s 2018-11-19 05:07:37,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7d754a81-1b54-418d-803e-4140657fb568 2018-11-19 05:07:37,927 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T05:07:37Z', 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'd3ae089a-3c73-477a-9905-3742fca332c1', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', u'enable_dhcp': True, u'network_id': u'42526cf9-89fe-42f6-9b47-726eaa0ad676', u'tenant_id': u'06595f871fe84c6c979b71ca11cda23c', u'created_at': u'2018-11-19T05:07:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'06595f871fe84c6c979b71ca11cda23c'}) 2018-11-19 05:07:37,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-19 05:07:37,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "vping_ssh-router_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "admin_state_up": true}}' 2018-11-19 05:07:43,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-7ca31af5-0668-463f-882e-e09d9ebaac40 Date: Mon, 19 Nov 2018 05:07:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:38Z", "admin_state_up": true, "updated_at": "2018-11-19T05:07:39Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "name": "vping_ssh-router_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}} 2018-11-19 05:07:43,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7ca31af5-0668-463f-882e-e09d9ebaac40 2018-11-19 05:07:43,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.17081785202s 2018-11-19 05:07:43,099 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7ca31af5-0668-463f-882e-e09d9ebaac40 2018-11-19 05:07:43,099 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T05:07:39Z', u'revision_number': 3, u'id': u'6abedb35-f898-4ab2-9fc9-2aa3c17a3d68', u'external_gateway_info': {u'network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e10ff475-4fb8-40a2-b12d-81ce409900d1', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', u'admin_state_up': True, u'tenant_id': u'06595f871fe84c6c979b71ca11cda23c', u'created_at': u'2018-11-19T05:07:38Z', u'flavor_id': None, u'routes': [], u'project_id': u'06595f871fe84c6c979b71ca11cda23c'}) 2018-11-19 05:07:43,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-19 05:07:43,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68/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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"subnet_id": "d3ae089a-3c73-477a-9905-3742fca332c1"}' 2018-11-19 05:07:44,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ecce4231-be1e-428e-b41a-f93edd99b487 Date: Mon, 19 Nov 2018 05:07:44 GMT RESP BODY: {"network_id": "42526cf9-89fe-42f6-9b47-726eaa0ad676", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "subnet_id": "d3ae089a-3c73-477a-9905-3742fca332c1", "subnet_ids": ["d3ae089a-3c73-477a-9905-3742fca332c1"], "port_id": "c8f0ea8b-f3b1-4def-927d-1b1207e7c922", "id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68"} 2018-11-19 05:07:44,933 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68/add_router_interface.json used request id req-ecce4231-be1e-428e-b41a-f93edd99b487 2018-11-19 05:07:44,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83341407776s 2018-11-19 05:07:44,933 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68/add_router_interface.json used request id req-ecce4231-be1e-428e-b41a-f93edd99b487 returning object 6abedb35-f898-4ab2-9fc9-2aa3c17a3d68 2018-11-19 05:07:44,934 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:07:45,066 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 05:07:45,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:45,073 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 05:07:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 05:07:45,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:07:45,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:45,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-44c2ee75-963d-4983-9a35-5e5c9b7e782e Date: Mon, 19 Nov 2018 05:07:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:07:45,252 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-44c2ee75-963d-4983-9a35-5e5c9b7e782e 2018-11-19 05:07:45,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176325082779s 2018-11-19 05:07:45,253 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-44c2ee75-963d-4983-9a35-5e5c9b7e782e 2018-11-19 05:07:45,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:07:45,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}' 2018-11-19 05:07:45,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2 X-Openstack-Request-Id: req-917a7e7e-48be-4ee1-a467-34b9a3ed474f Date: Mon, 19 Nov 2018 05:07:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file", "owner": "06595f871fe84c6c979b71ca11cda23c", "id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "size": null, "self": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:07:45Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "checksum": null, "created_at": "2018-11-19T05:07:45Z", "protected": false} 2018-11-19 05:07:45,495 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-917a7e7e-48be-4ee1-a467-34b9a3ed474f 2018-11-19 05:07:45,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.240931034088s 2018-11-19 05:07:45,496 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-917a7e7e-48be-4ee1-a467-34b9a3ed474f returning object 6aee746f-cd8f-4d25-98e6-9adb067414e2 2018-11-19 05:07:45,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:07:45,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '' 2018-11-19 05:07:47,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-64e714d1-7d47-4c2a-a62e-f64b6f930353 Date: Mon, 19 Nov 2018 05:07:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:07:47,297 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file used request id req-64e714d1-7d47-4c2a-a62e-f64b6f930353 2018-11-19 05:07:47,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.80002307892s 2018-11-19 05:07:47,297 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file used request id req-64e714d1-7d47-4c2a-a62e-f64b6f930353 2018-11-19 05:07:47,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:07:47,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:47,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-a1da87a9-ba3a-4e1b-8374-14f3acbd7205 Date: Mon, 19 Nov 2018 05:07:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "metadata": {}}], "file": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file", "owner": "06595f871fe84c6c979b71ca11cda23c", "id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "size": 12716032, "self": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:07:47Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:07:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:07:47,483 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a1da87a9-ba3a-4e1b-8374-14f3acbd7205 2018-11-19 05:07:47,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.185276985168s 2018-11-19 05:07:47,483 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a1da87a9-ba3a-4e1b-8374-14f3acbd7205 2018-11-19 05:07:47,485 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file', 'owner': u'06595f871fe84c6c979b71ca11cda23c', 'id': u'6aee746f-cd8f-4d25-98e6-9adb067414e2', 'size': 12716032, u'self': u'/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06595f871fe84c6c979b71ca11cda23c', 'name': 'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:07:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T05:07:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'created': u'2018-11-19T05:07:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:07:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:07:47,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:07:47,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:07:47,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-816b35f0-86c6-43e2-89fe-c130b61a96b4 x-compute-request-id: req-816b35f0-86c6-43e2-89fe-c130b61a96b4 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "name": "vping_ssh-flavor_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:07:47,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-816b35f0-86c6-43e2-89fe-c130b61a96b4 2018-11-19 05:07:47,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.190320968628s 2018-11-19 05:07:47,677 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-816b35f0-86c6-43e2-89fe-c130b61a96b4 returning object 580e1f94-ece2-4a1a-abf0-d22442998bb8 2018-11-19 05:07:47,678 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', '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'afd2db966a884ce5bd33890fef4382f7', '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'580e1f94-ece2-4a1a-abf0-d22442998bb8', 'swap': 0}) 2018-11-19 05:07:47,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:07:47,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8/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}0a5befddb38e90af74e4cca81526ec603314e697" -d '{"extra_specs": {}}' 2018-11-19 05:07:47,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-7f936042-69d8-4c22-83ba-90bd5a6ef3ee x-compute-request-id: req-7f936042-69d8-4c22-83ba-90bd5a6ef3ee Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:07:47,699 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8/os-extra_specs used request id req-7f936042-69d8-4c22-83ba-90bd5a6ef3ee 2018-11-19 05:07:47,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200619697571s 2018-11-19 05:07:47,699 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8/os-extra_specs used request id req-7f936042-69d8-4c22-83ba-90bd5a6ef3ee 2018-11-19 05:07:47,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-19 05:07:47,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"keypair": {"name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}}' 2018-11-19 05:07:48,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-f94b1f7e-da98-422b-a08a-00d45fd265f3 x-compute-request-id: req-f94b1f7e-da98-422b-a08a-00d45fd265f3 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNFn3glgG4XJTThWQqlLB5PRqX8Bk2wdkQA7Xvf37QjfbV56+sx3oX5kLhCmYqFmta6PnjfUKu7c968xisH+yKfKGAN3+mSxOpDWOd/aJ3qiWouYF1Kcr0q7PmfXG5Lw/K5at3tymGTZx8HS3JFbRkdMIFeRO7KDn3ohgwnlSBChL6Ji+42BPAL00T5V8fJckpyQhhBbdIlmc1zm4CkEtlv+SJaVD6IyH5G80ecHMEYhr9e4yavdQ9+lCPpgSQfSdo5OGsYp4p7r/X3B1mg6s07qLe0+1rQT9Ta5g3F8fEqIr9Qac3BX8Dadrf/bxG9q76Vh/qQCtcqzzeXWltSLEZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzRZ94JYBuFyU04VkKpSweT0al/AZNsHZEAO1739+0I321eev\nrMd6F+ZC4QpmKhZrWuj5431Cru3PevMYrB/sinyhgDd/pksTqQ1jnf2id6olqLmB\ndSnK9Kuz5n1xuS8PyuWrd7cphk2cfB0tyRW0ZHTCBXkTuyg596IYMJ5UgQoS+iYv\nuNgTwC9NE+VfHyXJKckIYQW3SJZnNc5uApBLZb/kiWlQ+iMh+RvNHnBzBGIa/XuM\nmr3UPfpQj6YEkH0naOThrGKeKe6/19wdZoOrNO6i3tPta0E/U2uYNxfHxKiK/UGn\nNwV/A2na3/28Rvau+lYf6kArXKs83l1pbUixGQIDAQABAoIBAAcHTE0UFv8AfUE6\ngxJKgjnFdFHcsqCDyDKaTfPlRK1VEC6IgCbFt1N2WrhnqNSsbAVzkozPUCe6kq++\nAQx1E6AzYT2JqWBDlmrmwJE7jgPX2u6LXPps8j2sXL/7cJhOGpZzhIrXxh6KLmC6\nh0Uq70G6FqQlYB275TCtZ3LTGkZJyGLXk58ZqaQvTq42dKLSa/IayauIPV3Lyieg\nV8CNTlr5h3KpfwNs/QnX+1Hcuok4v+OwPzpHoXGd5N3mbzvOYEk2O8/3wfQcOkYD\nqqIwRZYS2FSp1o1lL9eQiYYxT4ExgaHhOXq/SZzYN7h/r+ra4R4OiOwYdqyI+bas\nbr8gB9kCgYEA6v2IQpzkLn5rohYhff+AuPjx19geju1KMmMltBM5L8tzB+UwQyoC\niOhNtefbyJviLYx0rTKhlEWBhoqx8TFwawD/7EPy6wOs7BMwJcY7/460AcU6PrPt\nq+lPAfl3AtfqLRmrYswBnSLsrZSubWjeYtK9dj8KYKUabLmXVyjvx5sCgYEA32yM\nxrwQFAGZZYSWpXrvvzRng7Q5zhR/gMznQidMSk19mOpTwyor8Wtqy4xJ2V+wz/wR\nQSRO44EYiNiUqKh/Y8aqtj1mlyAU4AzxMYturW8DaqxjSgt5RrvoCCNRPtONfTCK\nQiRCh9E8JMco9pW9knzksKnpkLOAmXkaQUb+h1sCgYEA276MfmZChyvXMPJrDW0x\njUfWuBY0tUk2mhnXNybG0mf5QMfUsuoFBsvdZ57TCyyifB+dOB1htcqtjggC0F6A\nFsAPknwUHCsKuJRU8O4ISznCIOmzRtFxDtKU/G6xGOqZ5OTdPP0zASOYmdWwq0Vm\nuJkDbSEUbj3WkReYa3wvhcMCgYEAjpxTH2dbO+npaAtBvU7DSWDB0idv3kLnP+eK\nlYdQAv2Ddd/cp257rhXKjTJ20PFrgtZ6jQIH+N+mMXNNMHqdFarxvHFk0oH/0SNx\nsRY3By0dGTIADntUZfn7GXaxnVCbt5UMKzvJ27eKlE8rrnnWD3L45msOUvbA1zWd\ntJ0ESpECgYEAqBV7cspGtfitdf3QXGPNPGYguPwOBKJM7fus7MmqEe/7ayWI3QDt\nmbGc2yJCJi1vAG03cplcLQvPMJYbB+0wujuagy2hINXgbUUa6NhsHp1n7mVeBtt+\nUDBvyWu4+Jvi7aR05A3cRORViyDJQ1Pw15XhUUX9XWNeQ00qCE2LSjw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "40bdc466a7a544a281411a562f782292", "name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "fingerprint": "1c:35:6a:1b:88:b0:1c:b9:99:50:95:86:f3:3f:6c:8f"}} 2018-11-19 05:07:48,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f94b1f7e-da98-422b-a08a-00d45fd265f3 2018-11-19 05:07:48,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.376209020615s 2018-11-19 05:07:48,077 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f94b1f7e-da98-422b-a08a-00d45fd265f3 2018-11-19 05:07:48,077 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNFn3glgG4XJTThWQqlLB5PRqX8Bk2wdkQA7Xvf37QjfbV56+sx3oX5kLhCmYqFmta6PnjfUKu7c968xisH+yKfKGAN3+mSxOpDWOd/aJ3qiWouYF1Kcr0q7PmfXG5Lw/K5at3tymGTZx8HS3JFbRkdMIFeRO7KDn3ohgwnlSBChL6Ji+42BPAL00T5V8fJckpyQhhBbdIlmc1zm4CkEtlv+SJaVD6IyH5G80ecHMEYhr9e4yavdQ9+lCPpgSQfSdo5OGsYp4p7r/X3B1mg6s07qLe0+1rQT9Ta5g3F8fEqIr9Qac3BX8Dadrf/bxG9q76Vh/qQCtcqzzeXWltSLEZ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAzRZ94JYBuFyU04VkKpSweT0al/AZNsHZEAO1739+0I321eev\nrMd6F+ZC4QpmKhZrWuj5431Cru3PevMYrB/sinyhgDd/pksTqQ1jnf2id6olqLmB\ndSnK9Kuz5n1xuS8PyuWrd7cphk2cfB0tyRW0ZHTCBXkTuyg596IYMJ5UgQoS+iYv\nuNgTwC9NE+VfHyXJKckIYQW3SJZnNc5uApBLZb/kiWlQ+iMh+RvNHnBzBGIa/XuM\nmr3UPfpQj6YEkH0naOThrGKeKe6/19wdZoOrNO6i3tPta0E/U2uYNxfHxKiK/UGn\nNwV/A2na3/28Rvau+lYf6kArXKs83l1pbUixGQIDAQABAoIBAAcHTE0UFv8AfUE6\ngxJKgjnFdFHcsqCDyDKaTfPlRK1VEC6IgCbFt1N2WrhnqNSsbAVzkozPUCe6kq++\nAQx1E6AzYT2JqWBDlmrmwJE7jgPX2u6LXPps8j2sXL/7cJhOGpZzhIrXxh6KLmC6\nh0Uq70G6FqQlYB275TCtZ3LTGkZJyGLXk58ZqaQvTq42dKLSa/IayauIPV3Lyieg\nV8CNTlr5h3KpfwNs/QnX+1Hcuok4v+OwPzpHoXGd5N3mbzvOYEk2O8/3wfQcOkYD\nqqIwRZYS2FSp1o1lL9eQiYYxT4ExgaHhOXq/SZzYN7h/r+ra4R4OiOwYdqyI+bas\nbr8gB9kCgYEA6v2IQpzkLn5rohYhff+AuPjx19geju1KMmMltBM5L8tzB+UwQyoC\niOhNtefbyJviLYx0rTKhlEWBhoqx8TFwawD/7EPy6wOs7BMwJcY7/460AcU6PrPt\nq+lPAfl3AtfqLRmrYswBnSLsrZSubWjeYtK9dj8KYKUabLmXVyjvx5sCgYEA32yM\nxrwQFAGZZYSWpXrvvzRng7Q5zhR/gMznQidMSk19mOpTwyor8Wtqy4xJ2V+wz/wR\nQSRO44EYiNiUqKh/Y8aqtj1mlyAU4AzxMYturW8DaqxjSgt5RrvoCCNRPtONfTCK\nQiRCh9E8JMco9pW9knzksKnpkLOAmXkaQUb+h1sCgYEA276MfmZChyvXMPJrDW0x\njUfWuBY0tUk2mhnXNybG0mf5QMfUsuoFBsvdZ57TCyyifB+dOB1htcqtjggC0F6A\nFsAPknwUHCsKuJRU8O4ISznCIOmzRtFxDtKU/G6xGOqZ5OTdPP0zASOYmdWwq0Vm\nuJkDbSEUbj3WkReYa3wvhcMCgYEAjpxTH2dbO+npaAtBvU7DSWDB0idv3kLnP+eK\nlYdQAv2Ddd/cp257rhXKjTJ20PFrgtZ6jQIH+N+mMXNNMHqdFarxvHFk0oH/0SNx\nsRY3By0dGTIADntUZfn7GXaxnVCbt5UMKzvJ27eKlE8rrnnWD3L45msOUvbA1zWd\ntJ0ESpECgYEAqBV7cspGtfitdf3QXGPNPGYguPwOBKJM7fus7MmqEe/7ayWI3QDt\nmbGc2yJCJi1vAG03cplcLQvPMJYbB+0wujuagy2hINXgbUUa6NhsHp1n7mVeBtt+\nUDBvyWu4+Jvi7aR05A3cRORViyDJQ1Pw15XhUUX9XWNeQ00qCE2LSjw=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'40bdc466a7a544a281411a562f782292', 'name': u'vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'created_at': '2018-11-19T05:07:48.077758', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06595f871fe84c6c979b71ca11cda23c', 'name': 'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1c:35:6a:1b:88:b0:1c:b9:99:50:95:86:f3:3f:6c:8f', 'type': 'ssh', 'id': u'vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b'}) 2018-11-19 05:07:48,078 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAzRZ94JYBuFyU04VkKpSweT0al/AZNsHZEAO1739+0I321eev rMd6F+ZC4QpmKhZrWuj5431Cru3PevMYrB/sinyhgDd/pksTqQ1jnf2id6olqLmB dSnK9Kuz5n1xuS8PyuWrd7cphk2cfB0tyRW0ZHTCBXkTuyg596IYMJ5UgQoS+iYv uNgTwC9NE+VfHyXJKckIYQW3SJZnNc5uApBLZb/kiWlQ+iMh+RvNHnBzBGIa/XuM mr3UPfpQj6YEkH0naOThrGKeKe6/19wdZoOrNO6i3tPta0E/U2uYNxfHxKiK/UGn NwV/A2na3/28Rvau+lYf6kArXKs83l1pbUixGQIDAQABAoIBAAcHTE0UFv8AfUE6 gxJKgjnFdFHcsqCDyDKaTfPlRK1VEC6IgCbFt1N2WrhnqNSsbAVzkozPUCe6kq++ AQx1E6AzYT2JqWBDlmrmwJE7jgPX2u6LXPps8j2sXL/7cJhOGpZzhIrXxh6KLmC6 h0Uq70G6FqQlYB275TCtZ3LTGkZJyGLXk58ZqaQvTq42dKLSa/IayauIPV3Lyieg V8CNTlr5h3KpfwNs/QnX+1Hcuok4v+OwPzpHoXGd5N3mbzvOYEk2O8/3wfQcOkYD qqIwRZYS2FSp1o1lL9eQiYYxT4ExgaHhOXq/SZzYN7h/r+ra4R4OiOwYdqyI+bas br8gB9kCgYEA6v2IQpzkLn5rohYhff+AuPjx19geju1KMmMltBM5L8tzB+UwQyoC iOhNtefbyJviLYx0rTKhlEWBhoqx8TFwawD/7EPy6wOs7BMwJcY7/460AcU6PrPt q+lPAfl3AtfqLRmrYswBnSLsrZSubWjeYtK9dj8KYKUabLmXVyjvx5sCgYEA32yM xrwQFAGZZYSWpXrvvzRng7Q5zhR/gMznQidMSk19mOpTwyor8Wtqy4xJ2V+wz/wR QSRO44EYiNiUqKh/Y8aqtj1mlyAU4AzxMYturW8DaqxjSgt5RrvoCCNRPtONfTCK QiRCh9E8JMco9pW9knzksKnpkLOAmXkaQUb+h1sCgYEA276MfmZChyvXMPJrDW0x jUfWuBY0tUk2mhnXNybG0mf5QMfUsuoFBsvdZ57TCyyifB+dOB1htcqtjggC0F6A FsAPknwUHCsKuJRU8O4ISznCIOmzRtFxDtKU/G6xGOqZ5OTdPP0zASOYmdWwq0Vm uJkDbSEUbj3WkReYa3wvhcMCgYEAjpxTH2dbO+npaAtBvU7DSWDB0idv3kLnP+eK lYdQAv2Ddd/cp257rhXKjTJ20PFrgtZ6jQIH+N+mMXNNMHqdFarxvHFk0oH/0SNx sRY3By0dGTIADntUZfn7GXaxnVCbt5UMKzvJ27eKlE8rrnnWD3L45msOUvbA1zWd tJ0ESpECgYEAqBV7cspGtfitdf3QXGPNPGYguPwOBKJM7fus7MmqEe/7ayWI3QDt mbGc2yJCJi1vAG03cplcLQvPMJYbB+0wujuagy2hINXgbUUa6NhsHp1n7mVeBtt+ UDBvyWu4+Jvi7aR05A3cRORViyDJQ1Pw15XhUUX9XWNeQ00qCE2LSjw= -----END RSA PRIVATE KEY----- 2018-11-19 05:07:48,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-19 05:07:48,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"security_group": {"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-11-19 05:07:48,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-55b02dc6-3f42-44fc-86c1-8b5b3f38561e Date: Mon, 19 Nov 2018 05:07:48 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:48Z", "updated_at": "2018-11-19T05:07:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "50eab2f0-31d4-4426-8e17-53fa5945d05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "93d38092-cf99-49ce-9004-f4386f4aa0a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 2, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}} 2018-11-19 05:07:48,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-55b02dc6-3f42-44fc-86c1-8b5b3f38561e 2018-11-19 05:07:48,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.337918996811s 2018-11-19 05:07:48,419 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-55b02dc6-3f42-44fc-86c1-8b5b3f38561e 2018-11-19 05:07:48,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:07:48,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:48,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-9a3811ec-2fc5-4fd8-833b-33295b5d6fa8 Date: Mon, 19 Nov 2018 05:07:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:36Z", "updated_at": "2018-11-19T05:07:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "b94383df-af9d-485b-8f8e-8562c9408547", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "dad3f7e4-af32-4405-92e1-3c6fa1948a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "e7cef742-0f76-4cda-9e22-c23193de66aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "f95bbb82-6ab5-4d37-990d-2a538bf552af", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 4, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:48Z", "updated_at": "2018-11-19T05:07:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "50eab2f0-31d4-4426-8e17-53fa5945d05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "93d38092-cf99-49ce-9004-f4386f4aa0a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 2, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}]} 2018-11-19 05:07:48,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9a3811ec-2fc5-4fd8-833b-33295b5d6fa8 2018-11-19 05:07:48,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.346766233444s 2018-11-19 05:07:48,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9a3811ec-2fc5-4fd8-833b-33295b5d6fa8 2018-11-19 05:07:48,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 05:07:48,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -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": "e60ba40b-48c9-488b-bb1a-006cc58a625e"}}' 2018-11-19 05:07:48,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e47cb09b-54e8-4397-a5d1-f3ab9d2195e7 Date: Mon, 19 Nov 2018 05:07: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": 22, "updated_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "port_range_min": 22, "revision_number": 0, "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:48Z", "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "150053c3-3978-4945-82c6-6f608f3bf5e7"}} 2018-11-19 05:07:48,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e47cb09b-54e8-4397-a5d1-f3ab9d2195e7 2018-11-19 05:07:48,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165554046631s 2018-11-19 05:07:48,941 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e47cb09b-54e8-4397-a5d1-f3ab9d2195e7 2018-11-19 05:07:48,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:07:48,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:49,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-8c011521-e98b-422c-b920-5e4f8b747ee1 Date: Mon, 19 Nov 2018 05:07:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:36Z", "updated_at": "2018-11-19T05:07:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "b94383df-af9d-485b-8f8e-8562c9408547", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "dad3f7e4-af32-4405-92e1-3c6fa1948a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "e7cef742-0f76-4cda-9e22-c23193de66aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "f95bbb82-6ab5-4d37-990d-2a538bf552af", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 4, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:48Z", "updated_at": "2018-11-19T05:07:48Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "150053c3-3978-4945-82c6-6f608f3bf5e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "50eab2f0-31d4-4426-8e17-53fa5945d05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "93d38092-cf99-49ce-9004-f4386f4aa0a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 3, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}]} 2018-11-19 05:07:49,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8c011521-e98b-422c-b920-5e4f8b747ee1 2018-11-19 05:07:49,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201223134995s 2018-11-19 05:07:49,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8c011521-e98b-422c-b920-5e4f8b747ee1 2018-11-19 05:07:49,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 05:07:49,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -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": "e60ba40b-48c9-488b-bb1a-006cc58a625e"}}' 2018-11-19 05:07:49,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-410b374b-20ef-4a44-8b6e-296f076cc9c2 Date: Mon, 19 Nov 2018 05:07:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T05:07:49Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "port_range_min": null, "revision_number": 0, "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:49Z", "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "5e7923c1-54e5-43ff-9d4e-ec018b5adc86"}} 2018-11-19 05:07:49,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-410b374b-20ef-4a44-8b6e-296f076cc9c2 2018-11-19 05:07:49,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.311214923859s 2018-11-19 05:07:49,461 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-410b374b-20ef-4a44-8b6e-296f076cc9c2 2018-11-19 05:07:49,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:07:49,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:49,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-ff13c1a4-3fdd-45f8-8508-a0e0dde7913e Date: Mon, 19 Nov 2018 05:07: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":["d3ae089a-3c73-477a-9905-3742fca332c1"],"updated_at":"2018-11-19T05:07:37Z","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06595f871fe84c6c979b71ca11cda23c","id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","name":"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:07:49,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ff13c1a4-3fdd-45f8-8508-a0e0dde7913e 2018-11-19 05:07:49,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107136011124s 2018-11-19 05:07:49,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ff13c1a4-3fdd-45f8-8508-a0e0dde7913e 2018-11-19 05:07:49,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:07:49,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:49,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f0c2ecca-9037-46ad-aeb1-f4fd3626e79e Date: Mon, 19 Nov 2018 05:07:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "metadata": {}}], "file": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file", "owner": "06595f871fe84c6c979b71ca11cda23c", "id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "size": 12716032, "self": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:07:47Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:07:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:07:49,742 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f0c2ecca-9037-46ad-aeb1-f4fd3626e79e 2018-11-19 05:07:49,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170418977737s 2018-11-19 05:07:49,742 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f0c2ecca-9037-46ad-aeb1-f4fd3626e79e 2018-11-19 05:07:49,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:07:49,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:49,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9bd8495-0b5b-43c8-9410-c76a07fd5838 x-compute-request-id: req-c9bd8495-0b5b-43c8-9410-c76a07fd5838 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "name": "vping_ssh-flavor_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:07:49,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c9bd8495-0b5b-43c8-9410-c76a07fd5838 2018-11-19 05:07:49,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0357029438019s 2018-11-19 05:07:49,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c9bd8495-0b5b-43c8-9410-c76a07fd5838 2018-11-19 05:07:49,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-19 05:07:49,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"server": {"name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "imageRef": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "flavorRef": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "42526cf9-89fe-42f6-9b47-726eaa0ad676"}], "security_groups": [{"name": "e60ba40b-48c9-488b-bb1a-006cc58a625e"}]}}' 2018-11-19 05:07:52,196 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:07:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5138590-f445-4880-ad19-2826261ec429 x-compute-request-id: req-d5138590-f445-4880-ad19-2826261ec429 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e60ba40b-48c9-488b-bb1a-006cc58a625e"}], "OS-DCF:diskConfig": "MANUAL", "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "adminPass": "E2TNewwh4GYV"}} 2018-11-19 05:07:52,196 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d5138590-f445-4880-ad19-2826261ec429 2018-11-19 05:07:52,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.41502308846s 2018-11-19 05:07:52,197 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d5138590-f445-4880-ad19-2826261ec429 2018-11-19 05:07:52,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:07:52,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:52,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a1911c0-9aa2-4484-84d2-4cbce729626a x-compute-request-id: req-2a1911c0-9aa2-4484-84d2-4cbce729626a Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:07:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:07:52,649 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a1911c0-9aa2-4484-84d2-4cbce729626a 2018-11-19 05:07:52,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451401948929s 2018-11-19 05:07:52,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a1911c0-9aa2-4484-84d2-4cbce729626a 2018-11-19 05:07:52,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:07:52,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:53,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-9403d860-bda1-4ded-8d4d-a31f579b4183 Date: Mon, 19 Nov 2018 05:07: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":["d3ae089a-3c73-477a-9905-3742fca332c1"],"updated_at":"2018-11-19T05:07:37Z","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06595f871fe84c6c979b71ca11cda23c","id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","name":"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:07:53,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9403d860-bda1-4ded-8d4d-a31f579b4183 2018-11-19 05:07:53,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.399759054184s 2018-11-19 05:07:53,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9403d860-bda1-4ded-8d4d-a31f579b4183 2018-11-19 05:07:53,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 05:07:53,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:53,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e4cee85d-78ec-4290-8caa-2ce8fcc430da Date: Mon, 19 Nov 2018 05:07:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:07:37Z","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":"06595f871fe84c6c979b71ca11cda23c","id":"d3ae089a-3c73-477a-9905-3742fca332c1","subnetpool_id":null,"name":"vping_ssh-subnet_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}]} 2018-11-19 05:07:53,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e4cee85d-78ec-4290-8caa-2ce8fcc430da 2018-11-19 05:07:53,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0563189983368s 2018-11-19 05:07:53,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-e4cee85d-78ec-4290-8caa-2ce8fcc430da 2018-11-19 05:07:53,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:07:55,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:07:55,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:55,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-200767f5-38b1-4ad5-8cc1-ecdd64068226 x-compute-request-id: req-200767f5-38b1-4ad5-8cc1-ecdd64068226 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:07:53Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:07:55,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-200767f5-38b1-4ad5-8cc1-ecdd64068226 2018-11-19 05:07:55,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800659894943s 2018-11-19 05:07:55,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-200767f5-38b1-4ad5-8cc1-ecdd64068226 2018-11-19 05:07:55,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:07:57,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:07:57,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:58,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ec66de2-2052-459b-8225-d8ad31fc8a64 x-compute-request-id: req-0ec66de2-2052-459b-8225-d8ad31fc8a64 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:13:65", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:57.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:57Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:07:58,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ec66de2-2052-459b-8225-d8ad31fc8a64 2018-11-19 05:07:58,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416851997375s 2018-11-19 05:07:58,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ec66de2-2052-459b-8225-d8ad31fc8a64 2018-11-19 05:07:58,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 05:07:58,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=2d41422f-39b9-44dc-b9c8-0166b2819747" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:58,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-255dd4fc-444b-49e2-841c-c77114b37f90 Date: Mon, 19 Nov 2018 05:07:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:07:57Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3ae089a-3c73-477a-9905-3742fca332c1","ip_address":"192.168.120.5"}],"id":"1b0ebb5d-caca-4055-ac21-c8f35a1b247b","security_groups":["e60ba40b-48c9-488b-bb1a-006cc58a625e"],"mac_address":"fa:16:3e:fb:13:65","project_id":"06595f871fe84c6c979b71ca11cda23c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:53Z","binding:vnic_type":"normal","device_id":"2d41422f-39b9-44dc-b9c8-0166b2819747"}]} 2018-11-19 05:07:58,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2d41422f-39b9-44dc-b9c8-0166b2819747 used request id req-255dd4fc-444b-49e2-841c-c77114b37f90 2018-11-19 05:07:58,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0878210067749s 2018-11-19 05:07:58,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2d41422f-39b9-44dc-b9c8-0166b2819747 used request id req-255dd4fc-444b-49e2-841c-c77114b37f90 2018-11-19 05:07:58,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:07:58,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1b0ebb5d-caca-4055-ac21-c8f35a1b247b" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:58,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5907c481-e4f8-4667-a034-d4b4883b96b7 Date: Mon, 19 Nov 2018 05:07:58 GMT RESP BODY: {"floatingips": []} 2018-11-19 05:07:58,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1b0ebb5d-caca-4055-ac21-c8f35a1b247b used request id req-5907c481-e4f8-4667-a034-d4b4883b96b7 2018-11-19 05:07:58,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0230741500854s 2018-11-19 05:07:58,464 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=1b0ebb5d-caca-4055-ac21-c8f35a1b247b used request id req-5907c481-e4f8-4667-a034-d4b4883b96b7 2018-11-19 05:07:58,465 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:fb:13:65', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6aee746f-cd8f-4d25-98e6-9adb067414e2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:07:57.000000', 'flavor': Munch({u'id': u'580e1f94-ece2-4a1a-abf0-d22442998bb8'}), 'az': u'nova', 'id': u'2d41422f-39b9-44dc-b9c8-0166b2819747', 'security_groups': [Munch({u'name': u'vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'40bdc466a7a544a281411a562f782292', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06595f871fe84c6c979b71ca11cda23c', 'name': 'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-19T05:07:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-19T05:07:57Z', 'hostId': u'a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:07:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'06595f871fe84c6c979b71ca11cda23c', 'name': u'vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'adminPass': u'E2TNewwh4GYV', 'tenant_id': u'06595f871fe84c6c979b71ca11cda23c', 'region': 'regionOne', 'created': u'2018-11-19T05:07:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-19 05:07:58,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:07:58,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:58,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e0582b37-2887-47f0-ba0a-0bb6cb75a9aa Date: Mon, 19 Nov 2018 05:07:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d3ae089a-3c73-477a-9905-3742fca332c1"],"updated_at":"2018-11-19T05:07:37Z","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06595f871fe84c6c979b71ca11cda23c","id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","name":"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:07:58,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e0582b37-2887-47f0-ba0a-0bb6cb75a9aa 2018-11-19 05:07:58,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.251587867737s 2018-11-19 05:07:58,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e0582b37-2887-47f0-ba0a-0bb6cb75a9aa 2018-11-19 05:07:58,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:07:58,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:58,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-6bc1b1d9-1a75-49d0-a8c3-67ade5634a7d Date: Mon, 19 Nov 2018 05:07:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "metadata": {}}], "file": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file", "owner": "06595f871fe84c6c979b71ca11cda23c", "id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "size": 12716032, "self": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:07:47Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:07:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:07:58,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6bc1b1d9-1a75-49d0-a8c3-67ade5634a7d 2018-11-19 05:07:58,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170894861221s 2018-11-19 05:07:58,890 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6bc1b1d9-1a75-49d0-a8c3-67ade5634a7d 2018-11-19 05:07:58,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:07:58,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:07:58,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:07:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5452d463-13b8-46f9-98d3-46fb11950e4e x-compute-request-id: req-5452d463-13b8-46f9-98d3-46fb11950e4e Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "name": "vping_ssh-flavor_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:07:58,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5452d463-13b8-46f9-98d3-46fb11950e4e 2018-11-19 05:07:58,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0351362228394s 2018-11-19 05:07:58,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5452d463-13b8-46f9-98d3-46fb11950e4e 2018-11-19 05:07:58,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-19 05:07:58,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"server": {"name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "imageRef": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "flavorRef": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "42526cf9-89fe-42f6-9b47-726eaa0ad676"}], "security_groups": [{"name": "e60ba40b-48c9-488b-bb1a-006cc58a625e"}]}}' 2018-11-19 05:08:00,448 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:07:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-daada108-3a9b-4c9a-a5d8-d750c1e6d8e5 x-compute-request-id: req-daada108-3a9b-4c9a-a5d8-d750c1e6d8e5 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e60ba40b-48c9-488b-bb1a-006cc58a625e"}], "OS-DCF:diskConfig": "MANUAL", "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "adminPass": "mWgE7G2hr75d"}} 2018-11-19 05:08:00,448 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-daada108-3a9b-4c9a-a5d8-d750c1e6d8e5 2018-11-19 05:08:00,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.51942110062s 2018-11-19 05:08:00,449 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-daada108-3a9b-4c9a-a5d8-d750c1e6d8e5 2018-11-19 05:08:00,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:00,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:00,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0aea3fd9-ee0d-4fee-8128-9216349a915f x-compute-request-id: req-0aea3fd9-ee0d-4fee-8128-9216349a915f Content-Encoding: gzip Content-Length: 855 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:08:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:13:65", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:57.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:57Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:00,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0aea3fd9-ee0d-4fee-8128-9216349a915f 2018-11-19 05:08:00,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337104082108s 2018-11-19 05:08:00,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0aea3fd9-ee0d-4fee-8128-9216349a915f 2018-11-19 05:08:00,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:02,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:02,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:03,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-ffa9496e-36cb-4d2d-9080-d9516e34e0b3 x-compute-request-id: req-ffa9496e-36cb-4d2d-9080-d9516e34e0b3 Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:08:02Z", "hostId": "7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:13:65", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:57.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:57Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:03,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffa9496e-36cb-4d2d-9080-d9516e34e0b3 2018-11-19 05:08:03,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659721136093s 2018-11-19 05:08:03,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ffa9496e-36cb-4d2d-9080-d9516e34e0b3 2018-11-19 05:08:03,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:05,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:05,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:06,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-e219c805-1ef5-405f-ab8d-c8129c1ff64f x-compute-request-id: req-e219c805-1ef5-405f-ab8d-c8129c1ff64f Content-Encoding: gzip Content-Length: 893 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:08:02Z", "hostId": "7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:13:65", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:57.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:57Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:06,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e219c805-1ef5-405f-ab8d-c8129c1ff64f 2018-11-19 05:08:06,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.66236782074s 2018-11-19 05:08:06,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e219c805-1ef5-405f-ab8d-c8129c1ff64f 2018-11-19 05:08:06,130 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:08,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:08,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:08,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3358e00-6ecc-4c50-a8f9-40fad67bca6e x-compute-request-id: req-c3358e00-6ecc-4c50-a8f9-40fad67bca6e Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:06.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:07Z", "hostId": "7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:13:65", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:57.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:07:57Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:08,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c3358e00-6ecc-4c50-a8f9-40fad67bca6e 2018-11-19 05:08:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.336459875107s 2018-11-19 05:08:08,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c3358e00-6ecc-4c50-a8f9-40fad67bca6e 2018-11-19 05:08:08,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 05:08:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=069e1443-8337-4992-9c52-1c12f6d4ddb2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:08,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-4ec6f028-a0b1-4075-bb2a-302d88eeafa9 Date: Mon, 19 Nov 2018 05:08:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:08:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3ae089a-3c73-477a-9905-3742fca332c1","ip_address":"192.168.120.10"}],"id":"f2816cec-4bce-4394-9c52-6bcae0d9575c","security_groups":["e60ba40b-48c9-488b-bb1a-006cc58a625e"],"mac_address":"fa:16:3e:db:57:bf","project_id":"06595f871fe84c6c979b71ca11cda23c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:08:02Z","binding:vnic_type":"normal","device_id":"069e1443-8337-4992-9c52-1c12f6d4ddb2"}]} 2018-11-19 05:08:08,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=069e1443-8337-4992-9c52-1c12f6d4ddb2 used request id req-4ec6f028-a0b1-4075-bb2a-302d88eeafa9 2018-11-19 05:08:08,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.185080051422s 2018-11-19 05:08:08,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=069e1443-8337-4992-9c52-1c12f6d4ddb2 used request id req-4ec6f028-a0b1-4075-bb2a-302d88eeafa9 2018-11-19 05:08:08,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:08:08,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=f2816cec-4bce-4394-9c52-6bcae0d9575c" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:08,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1e11e78e-4192-4b4d-9ab1-e8e090c3588d Date: Mon, 19 Nov 2018 05:08:08 GMT RESP BODY: {"floatingips": []} 2018-11-19 05:08:08,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=f2816cec-4bce-4394-9c52-6bcae0d9575c used request id req-1e11e78e-4192-4b4d-9ab1-e8e090c3588d 2018-11-19 05:08:08,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0188598632812s 2018-11-19 05:08:08,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=f2816cec-4bce-4394-9c52-6bcae0d9575c used request id req-1e11e78e-4192-4b4d-9ab1-e8e090c3588d 2018-11-19 05:08:08,685 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:db:57:bf', 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'6aee746f-cd8f-4d25-98e6-9adb067414e2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:08:06.000000', 'flavor': Munch({u'id': u'580e1f94-ece2-4a1a-abf0-d22442998bb8'}), 'az': u'nova', 'id': u'069e1443-8337-4992-9c52-1c12f6d4ddb2', 'security_groups': [Munch({u'name': u'vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'40bdc466a7a544a281411a562f782292', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06595f871fe84c6c979b71ca11cda23c', 'name': 'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-19T05:08:06.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-19T05:08:07Z', 'hostId': u'7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:08:06.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'06595f871fe84c6c979b71ca11cda23c', 'name': u'vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'adminPass': u'mWgE7G2hr75d', 'tenant_id': u'06595f871fe84c6c979b71ca11cda23c', 'region': 'regionOne', 'created': u'2018-11-19T05:08:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-19 05:08:08,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:08:08,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:08,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-037aebcf-21aa-4d02-a947-41948d28ac1b Date: Mon, 19 Nov 2018 05:08: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":["d3ae089a-3c73-477a-9905-3742fca332c1"],"updated_at":"2018-11-19T05:07:37Z","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"06595f871fe84c6c979b71ca11cda23c","id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","name":"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:08:08,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-037aebcf-21aa-4d02-a947-41948d28ac1b 2018-11-19 05:08:08,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112405776978s 2018-11-19 05:08:08,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-037aebcf-21aa-4d02-a947-41948d28ac1b 2018-11-19 05:08:08,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 05:08:08,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=069e1443-8337-4992-9c52-1c12f6d4ddb2" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:08,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-fc9b1bff-6e97-438a-aefd-15b15a2eed58 Date: Mon, 19 Nov 2018 05:08:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:08:06Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3ae089a-3c73-477a-9905-3742fca332c1","ip_address":"192.168.120.10"}],"id":"f2816cec-4bce-4394-9c52-6bcae0d9575c","security_groups":["e60ba40b-48c9-488b-bb1a-006cc58a625e"],"mac_address":"fa:16:3e:db:57:bf","project_id":"06595f871fe84c6c979b71ca11cda23c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:08:02Z","binding:vnic_type":"normal","device_id":"069e1443-8337-4992-9c52-1c12f6d4ddb2"}]} 2018-11-19 05:08:08,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=069e1443-8337-4992-9c52-1c12f6d4ddb2 used request id req-fc9b1bff-6e97-438a-aefd-15b15a2eed58 2018-11-19 05:08:08,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0547730922699s 2018-11-19 05:08:08,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=069e1443-8337-4992-9c52-1c12f6d4ddb2 used request id req-fc9b1bff-6e97-438a-aefd-15b15a2eed58 2018-11-19 05:08:08,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-19 05:08:08,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.10", "port_id": "f2816cec-4bce-4394-9c52-6bcae0d9575c"}}' 2018-11-19 05:08:11,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-d608204b-abc1-4459-9cbd-232ef035255a Date: Mon, 19 Nov 2018 05:08:11 GMT RESP BODY: {"floatingip": {"router_id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:08:10Z", "updated_at": "2018-11-19T05:08:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "06595f871fe84c6c979b71ca11cda23c", "port_id": "f2816cec-4bce-4394-9c52-6bcae0d9575c", "id": "4d665b25-d7d0-40d7-9395-7d5e7e71b784"}} 2018-11-19 05:08:11,277 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d608204b-abc1-4459-9cbd-232ef035255a 2018-11-19 05:08:11,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.41822195053s 2018-11-19 05:08:11,277 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d608204b-abc1-4459-9cbd-232ef035255a 2018-11-19 05:08:11,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:08:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:11,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-00a49e47-4452-432f-ba4b-fc657b538418 Date: Mon, 19 Nov 2018 05:08:11 GMT RESP BODY: {"floatingips": [{"router_id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:08:10Z", "updated_at": "2018-11-19T05:08:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "06595f871fe84c6c979b71ca11cda23c", "port_id": "f2816cec-4bce-4394-9c52-6bcae0d9575c", "id": "4d665b25-d7d0-40d7-9395-7d5e7e71b784"}]} 2018-11-19 05:08:11,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-00a49e47-4452-432f-ba4b-fc657b538418 2018-11-19 05:08:11,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.022332906723s 2018-11-19 05:08:11,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-00a49e47-4452-432f-ba4b-fc657b538418 2018-11-19 05:08:11,313 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 05:08:11,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:08:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:11,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-e00852ee-3d2f-49ec-8963-b443abe0ed16 Date: Mon, 19 Nov 2018 05:08:11 GMT RESP BODY: {"floatingips": [{"router_id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:08:10Z", "updated_at": "2018-11-19T05:08:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "06595f871fe84c6c979b71ca11cda23c", "port_id": "f2816cec-4bce-4394-9c52-6bcae0d9575c", "id": "4d665b25-d7d0-40d7-9395-7d5e7e71b784"}]} 2018-11-19 05:08:11,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e00852ee-3d2f-49ec-8963-b443abe0ed16 2018-11-19 05:08:11,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0347440242767s 2018-11-19 05:08:11,454 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e00852ee-3d2f-49ec-8963-b443abe0ed16 2018-11-19 05:08:11,457 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 05:08:11,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:08:11,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:11,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-ecee6e69-fa1e-4cde-88e9-b1d6df8e24a9 Date: Mon, 19 Nov 2018 05:08:11 GMT RESP BODY: {"floatingips": [{"router_id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:08:10Z", "updated_at": "2018-11-19T05:08:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "06595f871fe84c6c979b71ca11cda23c", "port_id": "f2816cec-4bce-4394-9c52-6bcae0d9575c", "id": "4d665b25-d7d0-40d7-9395-7d5e7e71b784"}]} 2018-11-19 05:08:11,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ecee6e69-fa1e-4cde-88e9-b1d6df8e24a9 2018-11-19 05:08:11,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.022882938385s 2018-11-19 05:08:11,586 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ecee6e69-fa1e-4cde-88e9-b1d6df8e24a9 2018-11-19 05:08:11,589 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 05:08:11,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:08:11,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:11,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-9910d658-bd35-44bd-9773-8791d28d20cb Date: Mon, 19 Nov 2018 05:08:11 GMT RESP BODY: {"floatingips": [{"router_id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "status": "DOWN", "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:08:10Z", "updated_at": "2018-11-19T05:08:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "06595f871fe84c6c979b71ca11cda23c", "port_id": "f2816cec-4bce-4394-9c52-6bcae0d9575c", "id": "4d665b25-d7d0-40d7-9395-7d5e7e71b784"}]} 2018-11-19 05:08:11,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9910d658-bd35-44bd-9773-8791d28d20cb 2018-11-19 05:08:11,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0223219394684s 2018-11-19 05:08:11,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-9910d658-bd35-44bd-9773-8791d28d20cb 2018-11-19 05:08:11,721 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 05:08:11,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:08:11,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:11,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-949c1c22-774b-4271-a53f-42deeb8b24a1 Date: Mon, 19 Nov 2018 05:08:11 GMT RESP BODY: {"floatingips": [{"router_id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:08:10Z", "updated_at": "2018-11-19T05:08:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.208", "revision_number": 0, "project_id": "06595f871fe84c6c979b71ca11cda23c", "port_id": "f2816cec-4bce-4394-9c52-6bcae0d9575c", "id": "4d665b25-d7d0-40d7-9395-7d5e7e71b784"}]} 2018-11-19 05:08:11,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-949c1c22-774b-4271-a53f-42deeb8b24a1 2018-11-19 05:08:11,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0264658927917s 2018-11-19 05:08:11,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-949c1c22-774b-4271-a53f-42deeb8b24a1 2018-11-19 05:08:11,856 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6abedb35-f898-4ab2-9fc9-2aa3c17a3d68', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'06595f871fe84c6c979b71ca11cda23c', 'created_at': u'2018-11-19T05:08:10Z', 'attached': True, 'updated_at': u'2018-11-19T05:08:10Z', 'id': u'4d665b25-d7d0-40d7-9395-7d5e7e71b784', 'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'06595f871fe84c6c979b71ca11cda23c', 'name': 'vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6abedb35-f898-4ab2-9fc9-2aa3c17a3d68', 'project_id': u'06595f871fe84c6c979b71ca11cda23c', 'port_id': u'f2816cec-4bce-4394-9c52-6bcae0d9575c', 'port': u'f2816cec-4bce-4394-9c52-6bcae0d9575c', 'network': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0'}) 2018-11-19 05:08:11,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-19 05:08:11,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2/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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 05:08:13,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2881a393-abd9-4698-a50d-a688fab8f0a6 x-compute-request-id: req-2881a393-abd9-4698-a50d-a688fab8f0a6 Content-Encoding: gzip Content-Length: 9478 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 498651883 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.128961] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130601] pid_max: default: 32768 minimum: 301\n[ 0.131490] ACPI: Core revision 20150930\n[ 0.132863] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134162] Security Framework initialized\n[ 0.134976] Yama: becoming mindful.\n[ 0.135703] AppArmor: AppArmor initialized\n[ 0.136565] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137894] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139164] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141750] Initializing cgroup subsys io\n[ 0.142564] Initializing cgroup subsys memory\n[ 0.143420] Initializing cgroup subsys devices\n[ 0.144302] Initializing cgroup subsys freezer\n[ 0.145162] Initializing cgroup subsys net_cls\n[ 0.146026] Initializing cgroup subsys perf_event\n[ 0.146934] Initializing cgroup subsys net_prio\n[ 0.147815] Initializing cgroup subsys hugetlb\n[ 0.148684] Initializing cgroup subsys pids\n[ 0.149554] CPU: Physical Processor ID: 0\n[ 0.151055] mce: CPU supports 10 MCE banks\n[ 0.151907] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152899] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164507] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170844] ftrace: allocating 31920 entries in 125 pages\n[ 0.196989] smpboot: Max logical packages: 1\n[ 0.197831] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199154] x2apic enabled\n[ 0.199954] Switched APIC routing to physical x2apic.\n[ 0.201685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204755] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206525] KVM setup paravirtual spinlock\n[ 0.207803] x86: Booted up 1 node, 1 CPUs\n[ 0.208604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209975] devtmpfs: initialized\n[ 0.211683] evm: security.selinux\n[ 0.212381] evm: security.SMACK64\n[ 0.213061] evm: security.SMACK64EXEC\n[ 0.213800] evm: security.SMACK64TRANSMUTE\n[ 0.214598] evm: security.SMACK64MMAP\n[ 0.215329] evm: security.ima\n[ 0.215962] evm: security.capability\n[ 0.216767] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218599] pinctrl core: initialized pinctrl subsystem\n[ 0.219685] RTC time: 5:08:06, date: 11/19/18\n[ 0.220638] NET: Registered protocol family 16\n[ 0.221601] cpuidle: using governor ladder\n[ 0.222410] cpuidle: using governor menu\n[ 0.223183] PCCT header not found.\n[ 0.223923] ACPI: bus type PCI registered\n[ 0.224724] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225956] PCI: Using configuration type 1 for base access\n[ 0.227701] ACPI: Added _OSI(Module Device)\n[ 0.228531] ACPI: Added _OSI(Processor Device)\n[ 0.229394] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230287] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232426] ACPI: Interpreter enabled\n[ 0.233175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240459] ACPI: (supports S0 S5)\n[ 0.241151] ACPI: Using IOAPIC for interrupt routing\n[ 0.242085] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245164] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247528] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248716] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250914] acpiphp: Slot [3] registered\n[ 0.251711] acpiphp: Slot [4] registered\n[ 0.252520] acpiphp: Slot [5] registered\n[ 0.253311] acpiphp: Slot [6] registered\n[ 0.254090] acpiphp: Slot [7] registered\n[ 0.254876] acpiphp: Slot [8] registered\n[ 0.255664] acpiphp: Slot [9] registered\n[ 0.256448] acpiphp: Slot [10] registered\n[ 0.257242] acpiphp: Slot [11] registered\n[ 0.258061] acpiphp: Slot [12] registered\n[ 0.258865] acpiphp: Slot [13] registered\n[ 0.259666] acpiphp: Slot [14] registered\n[ 0.260464] acpiphp: Slot [15] registered\n[ 0.271304] acpiphp: Slot [16] registered\n[ 0.272105] acpiphp: Slot [17] registered\n[ 0.272909] acpiphp: Slot [18] registered\n[ 0.273710] acpiphp: Slot [19] registered\n[ 0.274506] acpiphp: Slot [20] registered\n[ 0.275311] acpiphp: Slot [21] registered\n[ 0.276108] acpiphp: Slot [22] registered\n[ 0.276914] acpiphp: Slot [23] registered\n[ 0.277719] acpiphp: Slot [24] registered\n[ 0.278519] acpiphp: Slot [25] registered\n[ 0.279322] acpiphp: Slot [26] registered\n[ 0.280117] acpiphp: Slot [27] registered\n[ 0.280924] acpiphp: Slot [28] registered\n[ 0.281728] acpiphp: Slot [29] registered\n[ 0.282526] acpiphp: Slot [30] registered\n[ 0.283330] acpiphp: Slot [31] registered\n[ 0.284124] PCI host bridge to bus 0000:00\n[ 0.284927] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286132] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287340] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290215] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296533] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297806] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298969] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354582] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357465] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358870] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360235] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361469] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362611] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363672] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365198] vgaarb: loaded\n[ 0.365793] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366918] SCSI subsystem initialized\n[ 0.367735] ACPI: bus type USB registered\n[ 0.368547] usbcore: registered new interface driver usbfs\n[ 0.369563] usbcore: registered new interface driver hub\n[ 0.370557] usbcore: registered new device driver usb\n[ 0.371609] PCI: Using ACPI for IRQ routing\n[ 0.372623] NetLabel: Initializing\n[ 0.373333] NetLabel: domain hash size = 128\n[ 0.374170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375107] NetLabel: unlabeled traffic allowed by default\n[ 0.376194] clocksource: Switched to clocksource kvm-clock\n[ 0.381585] AppArmor: AppArmor Filesystem Enabled\n[ 0.382537] pnp: PnP ACPI init\n[ 0.383441] pnp: PnP ACPI: found 5 devices\n[ 0.389807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391491] NET: Registered protocol family 2\n[ 0.392437] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393700] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394856] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396005] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397075] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398235] NET: Registered protocol family 1\n[ 0.399103] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400190] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401257] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429470] Trying to unpack rootfs image as initramfs...\n[ 0.479251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493272] Scanning for low memory corruption every 60 seconds\n[ 0.494583] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495713] audit: initializing netlink subsys (disabled)\n[ 0.496730] audit: type=2000 audit(1542604086.995:1): initialized\n[ 0.498026] Initialise system trusted keyring\n[ 0.498943] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500096] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502043] zbud: loaded\n[ 0.502741] VFS: Disk quotas dquot_6.6.0\n[ 0.503554] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505057] fuse init (API version 7.23)\n[ 0.505946] Key type big_key registered\n[ 0.506744] Allocating IMA MOK and blacklist keyrings.\n[ 0.508214] Key type asymmetric registered\n[ 0.509034] Asymmetric key parser 'x509' registered\n[ 0.509982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511434] io scheduler noop registered\n[ 0.512230] io scheduler deadline registered (default)\n[ 0.513216] io scheduler cfq registered\n[ 0.514054] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515094] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516363] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517805] ACPI: Power Button [PWRF]\n[ 0.518628] GHES: HEST is not enabled!\n[ 0.532332] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560335] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587605] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589815] Linux agpgart interface v0.103\n[ 0.591824] brd: module loaded\n[ 0.592994] loop: module loaded\n[ 0.598167] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599611] GPT:90111 != 2097151\n[ 0.600291] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601373] GPT:90111 != 2097151\n[ 0.602038] GPT: Use GNU Parted to correct GPT errors.\n[ 0.602994] vda: vda1 vda15\n[ 0.604595] scsi host0: ata_piix\n[ 0.605325] scsi host1: ata_piix\n[ 0.606021] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607219] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608668] libphy: Fixed MDIO Bus: probed\n[ 0.609482] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610424] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612685] PPP generic driver version 2.4.2\n[ 0.613575] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615020] ehci-pci: EHCI PCI platform driver\n[ 0.616038] ehci-platform: EHCI generic platform driver\n[ 0.617213] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618530] ohci-pci: OHCI PCI platform driver\n[ 0.619493] ohci-platform: OHCI generic platform driver\n[ 0.620671] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635979] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636971] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638425] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639433] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.640553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641763] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643172] usb usb1: Product: UHCI Host Controller\n[ 0.644103] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645251] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646273] hub 1-0:1.0: USB hub found\n[ 0.647040] hub 1-0:1.0: 2 ports detected\n[ 0.647938] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650045] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.650993] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.652018] mousedev: PS/2 mouse device common for all mice\n[ 0.653279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.655099] rtc_cmos 00:00: RTC can wake from S4\n[ 0.656180] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.657379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658561] i2c /dev entries driver\n[ 0.659316] device-mapper: uevent: version 1.0.3\n[ 0.660248] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661860] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663122] NET: Registered protocol family 10\n[ 0.664112] NET: Registered protocol family 17\n[ 0.665017] Key type dns_resolver registered\n[ 0.665938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.667030] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668770] registered taskstats version 1\n[ 0.669599] Loading compiled-in X.509 certificates\n[ 0.671033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672888] zswap: loaded using pool lzo/zbud\n[ 0.674233] Key type trusted registered\n[ 0.676234] Key type encrypted registered\n[ 0.677057] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.678072] ima: No TPM chip found, activating TPM-bypass!\n[ 0.679093] evm: HMAC attrs: 0x1\n[ 0.680031] Magic number: 10:52:113\n[ 0.680879] rtc_cmos 00:00: setting system clock to 2018-11-19 05:08:07 UTC (1542604087)\n[ 0.682462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.683565] EDD information not available.\n[ 0.765272] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766792] Write protecting the kernel read-only data: 14336k\n[ 0.778543] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780341] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 2.35\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.578021] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.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 2.52. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCvyTKxVEjTj2D1PN1PgKlMwPhC+1zpV5jDUBG9OwcwsZXbuKn26e5nE3RD68+tFt74X22F15RIVNVGdikqYhy69s1AaAePhdAyvcbvRMAImU6KxvuOqIHrAKXFTWOnMiQ1NoJ8UeM5+s9GmDMkuM5FhyeqqKWA2YP4xbotceKY7EBPmGHuYH6Q8txXdsUm0M79OaAGS93yWndHwFb6X7q7PxkOxVsZ8idfn9j2OWMhCmc73bMDktx8E0iuFYRsHqg7NWwDM0iWzikys5lu2a6jp4mMfZbusljR01RZn0NQzsuB42SITFi2OeTVRK1Yma9kYEWst8NrmN8hB29wNsZB root@vping-ssh-vm-b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b\nssh-dss AAAAB3NzaC1kc3MAAACBAJootpmuwkBK3juZyOPOlaZVWAQuFftMgVWGcQEpS4hn84c2n2SbtSW25GyyvTxRdw4SX5KtHjK8y0YX1X/bmWA333E+PbAx8ikDAxLemU/1Z4rEA6PVzzjCX9JHMW2vcFwhXFFx+2tFBVfKbvt5juzvj6Sd/gQhA2my4GgdrPCdAAAAFQC2vnR4iiFFPY9nzYa8SdrYjaoL9wAAAIB7cfd5SI6JVigBsoTXvCNAnAfUwzb3YU/jFCUccL6f1xOAjtl6hsUY+YYMDs5PNINvI1qSQKnnZ4PuXJXeu4VaC+82oL4VguVOv+AK2ySmWw0chNH8aysbRM78+AKCeEB1Gd42YVUJlVObArCRpbYDT1Zp60sYZI5NFnIQwW+QWwAAAIEAiGK6UUa89mBRHaGnAFj+9BlnLM4zRsXdZk7HrrMh6wA0tQ+vDaRBJ4FymKTswQh6HEhcDNmau0XKuMjDX4E7Hlw6mnhH9SzOzoUZT6CD+/6C5pca1G74uMNwFnJ92wJYpwvJV0dfgkpegCFsrdYaKd3hVrRfIwScFTnEVbYFM6I= root@vping-ssh-vm-b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b\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:fedb:57bf/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-00000023\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=5.05 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n"} 2018-11-19 05:08:13,004 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2/action used request id req-2881a393-abd9-4698-a50d-a688fab8f0a6 2018-11-19 05:08:13,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.14738702774s 2018-11-19 05:08:13,006 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2/action used request id req-2881a393-abd9-4698-a50d-a688fab8f0a6 2018-11-19 05:08:13,006 - 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 498651883 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.128961] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130601] pid_max: default: 32768 minimum: 301 [ 0.131490] ACPI: Core revision 20150930 [ 0.132863] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134162] Security Framework initialized [ 0.134976] Yama: becoming mindful. [ 0.135703] AppArmor: AppArmor initialized [ 0.136565] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137894] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.139164] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140373] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141750] Initializing cgroup subsys io [ 0.142564] Initializing cgroup subsys memory [ 0.143420] Initializing cgroup subsys devices [ 0.144302] Initializing cgroup subsys freezer [ 0.145162] Initializing cgroup subsys net_cls [ 0.146026] Initializing cgroup subsys perf_event [ 0.146934] Initializing cgroup subsys net_prio [ 0.147815] Initializing cgroup subsys hugetlb [ 0.148684] Initializing cgroup subsys pids [ 0.149554] CPU: Physical Processor ID: 0 [ 0.151055] mce: CPU supports 10 MCE banks [ 0.151907] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152899] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164507] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170844] ftrace: allocating 31920 entries in 125 pages [ 0.196989] smpboot: Max logical packages: 1 [ 0.197831] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.199154] x2apic enabled [ 0.199954] Switched APIC routing to physical x2apic. [ 0.201685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.202788] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.204755] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.206525] KVM setup paravirtual spinlock [ 0.207803] x86: Booted up 1 node, 1 CPUs [ 0.208604] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.209975] devtmpfs: initialized [ 0.211683] evm: security.selinux [ 0.212381] evm: security.SMACK64 [ 0.213061] evm: security.SMACK64EXEC [ 0.213800] evm: security.SMACK64TRANSMUTE [ 0.214598] evm: security.SMACK64MMAP [ 0.215329] evm: security.ima [ 0.215962] evm: security.capability [ 0.216767] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.218599] pinctrl core: initialized pinctrl subsystem [ 0.219685] RTC time: 5:08:06, date: 11/19/18 [ 0.220638] NET: Registered protocol family 16 [ 0.221601] cpuidle: using governor ladder [ 0.222410] cpuidle: using governor menu [ 0.223183] PCCT header not found. [ 0.223923] ACPI: bus type PCI registered [ 0.224724] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.225956] PCI: Using configuration type 1 for base access [ 0.227701] ACPI: Added _OSI(Module Device) [ 0.228531] ACPI: Added _OSI(Processor Device) [ 0.229394] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.230287] ACPI: Added _OSI(Processor Aggregator Device) [ 0.232426] ACPI: Interpreter enabled [ 0.233175] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.235003] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.236818] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.238645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.240459] ACPI: (supports S0 S5) [ 0.241151] ACPI: Using IOAPIC for interrupt routing [ 0.242085] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.245164] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.246308] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.247528] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.248716] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.250914] acpiphp: Slot [3] registered [ 0.251711] acpiphp: Slot [4] registered [ 0.252520] acpiphp: Slot [5] registered [ 0.253311] acpiphp: Slot [6] registered [ 0.254090] acpiphp: Slot [7] registered [ 0.254876] acpiphp: Slot [8] registered [ 0.255664] acpiphp: Slot [9] registered [ 0.256448] acpiphp: Slot [10] registered [ 0.257242] acpiphp: Slot [11] registered [ 0.258061] acpiphp: Slot [12] registered [ 0.258865] acpiphp: Slot [13] registered [ 0.259666] acpiphp: Slot [14] registered [ 0.260464] acpiphp: Slot [15] registered [ 0.271304] acpiphp: Slot [16] registered [ 0.272105] acpiphp: Slot [17] registered [ 0.272909] acpiphp: Slot [18] registered [ 0.273710] acpiphp: Slot [19] registered [ 0.274506] acpiphp: Slot [20] registered [ 0.275311] acpiphp: Slot [21] registered [ 0.276108] acpiphp: Slot [22] registered [ 0.276914] acpiphp: Slot [23] registered [ 0.277719] acpiphp: Slot [24] registered [ 0.278519] acpiphp: Slot [25] registered [ 0.279322] acpiphp: Slot [26] registered [ 0.280117] acpiphp: Slot [27] registered [ 0.280924] acpiphp: Slot [28] registered [ 0.281728] acpiphp: Slot [29] registered [ 0.282526] acpiphp: Slot [30] registered [ 0.283330] acpiphp: Slot [31] registered [ 0.284124] PCI host bridge to bus 0000:00 [ 0.284927] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286132] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.287340] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.288776] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.290215] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.296533] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.297806] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.298969] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.300229] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.306607] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.308019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354582] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356055] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.357465] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358870] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360235] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361469] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362611] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363672] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365198] vgaarb: loaded [ 0.365793] vgaarb: bridge control possible 0000:00:02.0 [ 0.366918] SCSI subsystem initialized [ 0.367735] ACPI: bus type USB registered [ 0.368547] usbcore: registered new interface driver usbfs [ 0.369563] usbcore: registered new interface driver hub [ 0.370557] usbcore: registered new device driver usb [ 0.371609] PCI: Using ACPI for IRQ routing [ 0.372623] NetLabel: Initializing [ 0.373333] NetLabel: domain hash size = 128 [ 0.374170] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375107] NetLabel: unlabeled traffic allowed by default [ 0.376194] clocksource: Switched to clocksource kvm-clock [ 0.381585] AppArmor: AppArmor Filesystem Enabled [ 0.382537] pnp: PnP ACPI init [ 0.383441] pnp: PnP ACPI: found 5 devices [ 0.389807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391491] NET: Registered protocol family 2 [ 0.392437] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393700] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394856] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396005] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397075] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398235] NET: Registered protocol family 1 [ 0.399103] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400190] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401257] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415261] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429470] Trying to unpack rootfs image as initramfs... [ 0.479251] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493272] Scanning for low memory corruption every 60 seconds [ 0.494583] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495713] audit: initializing netlink subsys (disabled) [ 0.496730] audit: type=2000 audit(1542604086.995:1): initialized [ 0.498026] Initialise system trusted keyring [ 0.498943] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500096] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502043] zbud: loaded [ 0.502741] VFS: Disk quotas dquot_6.6.0 [ 0.503554] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505057] fuse init (API version 7.23) [ 0.505946] Key type big_key registered [ 0.506744] Allocating IMA MOK and blacklist keyrings. [ 0.508214] Key type asymmetric registered [ 0.509034] Asymmetric key parser 'x509' registered [ 0.509982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511434] io scheduler noop registered [ 0.512230] io scheduler deadline registered (default) [ 0.513216] io scheduler cfq registered [ 0.514054] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515094] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.516363] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517805] ACPI: Power Button [PWRF] [ 0.518628] GHES: HEST is not enabled! [ 0.532332] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.560335] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.562552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587605] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.589815] Linux agpgart interface v0.103 [ 0.591824] brd: module loaded [ 0.592994] loop: module loaded [ 0.598167] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.599611] GPT:90111 != 2097151 [ 0.600291] GPT:Alternate GPT header not at the end of the disk. [ 0.601373] GPT:90111 != 2097151 [ 0.602038] GPT: Use GNU Parted to correct GPT errors. [ 0.602994] vda: vda1 vda15 [ 0.604595] scsi host0: ata_piix [ 0.605325] scsi host1: ata_piix [ 0.606021] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.607219] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.608668] libphy: Fixed MDIO Bus: probed [ 0.609482] tun: Universal TUN/TAP device driver, 1.6 [ 0.610424] tun: (C) 1999-2004 Max Krasnyansky [ 0.612685] PPP generic driver version 2.4.2 [ 0.613575] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615020] ehci-pci: EHCI PCI platform driver [ 0.616038] ehci-platform: EHCI generic platform driver [ 0.617213] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618530] ohci-pci: OHCI PCI platform driver [ 0.619493] ohci-platform: OHCI generic platform driver [ 0.620671] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635979] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636971] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638425] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639433] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.640553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641763] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643172] usb usb1: Product: UHCI Host Controller [ 0.644103] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645251] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646273] hub 1-0:1.0: USB hub found [ 0.647040] hub 1-0:1.0: 2 ports detected [ 0.647938] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650045] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.650993] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.652018] mousedev: PS/2 mouse device common for all mice [ 0.653279] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.655099] rtc_cmos 00:00: RTC can wake from S4 [ 0.656180] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.657379] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658561] i2c /dev entries driver [ 0.659316] device-mapper: uevent: version 1.0.3 [ 0.660248] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661860] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663122] NET: Registered protocol family 10 [ 0.664112] NET: Registered protocol family 17 [ 0.665017] Key type dns_resolver registered [ 0.665938] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.667030] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668770] registered taskstats version 1 [ 0.669599] Loading compiled-in X.509 certificates [ 0.671033] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672888] zswap: loaded using pool lzo/zbud [ 0.674233] Key type trusted registered [ 0.676234] Key type encrypted registered [ 0.677057] AppArmor: AppArmor sha1 policy hashing enabled [ 0.678072] ima: No TPM chip found, activating TPM-bypass! [ 0.679093] evm: HMAC attrs: 0x1 [ 0.680031] Magic number: 10:52:113 [ 0.680879] rtc_cmos 00:00: setting system clock to 2018-11-19 05:08:07 UTC (1542604087) [ 0.682462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683565] EDD information not available. [ 0.765272] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.766792] Write protecting the kernel read-only data: 14336k [ 0.778543] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.780341] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 2.35 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.578021] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.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 2.52. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCvyTKxVEjTj2D1PN1PgKlMwPhC+1zpV5jDUBG9OwcwsZXbuKn26e5nE3RD68+tFt74X22F15RIVNVGdikqYhy69s1AaAePhdAyvcbvRMAImU6KxvuOqIHrAKXFTWOnMiQ1NoJ8UeM5+s9GmDMkuM5FhyeqqKWA2YP4xbotceKY7EBPmGHuYH6Q8txXdsUm0M79OaAGS93yWndHwFb6X7q7PxkOxVsZ8idfn9j2OWMhCmc73bMDktx8E0iuFYRsHqg7NWwDM0iWzikys5lu2a6jp4mMfZbusljR01RZn0NQzsuB42SITFi2OeTVRK1Yma9kYEWst8NrmN8hB29wNsZB root@vping-ssh-vm-b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b ssh-dss AAAAB3NzaC1kc3MAAACBAJootpmuwkBK3juZyOPOlaZVWAQuFftMgVWGcQEpS4hn84c2n2SbtSW25GyyvTxRdw4SX5KtHjK8y0YX1X/bmWA333E+PbAx8ikDAxLemU/1Z4rEA6PVzzjCX9JHMW2vcFwhXFFx+2tFBVfKbvt5juzvj6Sd/gQhA2my4GgdrPCdAAAAFQC2vnR4iiFFPY9nzYa8SdrYjaoL9wAAAIB7cfd5SI6JVigBsoTXvCNAnAfUwzb3YU/jFCUccL6f1xOAjtl6hsUY+YYMDs5PNINvI1qSQKnnZ4PuXJXeu4VaC+82oL4VguVOv+AK2ySmWw0chNH8aysbRM78+AKCeEB1Gd42YVUJlVObArCRpbYDT1Zp60sYZI5NFnIQwW+QWwAAAIEAiGK6UUa89mBRHaGnAFj+9BlnLM4zRsXdZk7HrrMh6wA0tQ+vDaRBJ4FymKTswQh6HEhcDNmau0XKuMjDX4E7Hlw6mnhH9SzOzoUZT6CD+/6C5pca1G74uMNwFnJ92wJYpwvJV0dfgkpegCFsrdYaKd3hVrRfIwScFTnEVbYFM6I= root@vping-ssh-vm-b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b -----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:fedb:57bf/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-00000023 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.05 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net 2018-11-19 05:08:13,010 - paramiko.transport - DEBUG - starting thread (client mode): 0xa48b0c50L 2018-11-19 05:08:13,011 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 05:08:13,011 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 05:08:13,011 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 05:08:13,013 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 05:08:13,013 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 05:08:13,014 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 05:08:13,014 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 05:08:13,014 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 05:08:13,014 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 05:08:13,052 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 05:08:13,053 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 05:08:13,075 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 1fa5b3ae6067b921849808ce36175685 2018-11-19 05:08:13,076 - paramiko.transport - DEBUG - Trying key 1c356a1b88b01cb999509586f33f6c8f from /tmp/tmpPBBOKX 2018-11-19 05:08:13,089 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 05:08:13,095 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 05:08:13,108 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 05:08:13,109 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 05:08:13,110 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 05:08:13,111 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 05:08:13,114 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 05:08:13,114 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.5 (192.168.120.5): 56 data bytes 64 bytes from 192.168.120.5: seq=0 ttl=64 time=1.206 ms --- 192.168.120.5 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.206/1.206/1.206 ms 2018-11-19 05:08:13,115 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-11-19 05:08:13,120 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-19 05:08:13,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:08:13,230 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-19 05:08:13,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 05:08:13,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:13,460 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:08:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a7e0c0a3-3e54-4b37-ae98-fbd3f51e88be x-compute-request-id: req-a7e0c0a3-3e54-4b37-ae98-fbd3f51e88be Content-Type: application/json 2018-11-19 05:08:13,461 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747 used request id req-a7e0c0a3-3e54-4b37-ae98-fbd3f51e88be 2018-11-19 05:08:13,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.224580049515s 2018-11-19 05:08:13,461 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747 used request id req-a7e0c0a3-3e54-4b37-ae98-fbd3f51e88be 2018-11-19 05:08:13,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:13,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:14,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb5e5e5f-de8b-4a58-a214-b0141129d086 x-compute-request-id: req-fb5e5e5f-de8b-4a58-a214-b0141129d086 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:06.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:07Z", "hostId": "7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:13:65", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:57.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:13Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:14,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb5e5e5f-de8b-4a58-a214-b0141129d086 2018-11-19 05:08:14,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739339113235s 2018-11-19 05:08:14,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb5e5e5f-de8b-4a58-a214-b0141129d086 2018-11-19 05:08:14,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:16,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:16,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:16,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c688e02e-de9a-484a-b3c4-1a2d0c94bf78 x-compute-request-id: req-c688e02e-de9a-484a-b3c4-1a2d0c94bf78 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:06.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:07Z", "hostId": "7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:13:65", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2d41422f-39b9-44dc-b9c8-0166b2819747", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:07:57.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "2d41422f-39b9-44dc-b9c8-0166b2819747", "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:15Z", "hostId": "a905a3f10587a10ea7229031c82bd789df27f9828a5936c0dceda2f0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:07:52Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:16,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c688e02e-de9a-484a-b3c4-1a2d0c94bf78 2018-11-19 05:08:16,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.513640880585s 2018-11-19 05:08:16,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c688e02e-de9a-484a-b3c4-1a2d0c94bf78 2018-11-19 05:08:16,724 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:18,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:18,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:19,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeb6d0e4-797f-46f7-94d7-578432dcb84b x-compute-request-id: req-aeb6d0e4-797f-46f7-94d7-578432dcb84b Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:06.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:07Z", "hostId": "7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:19,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aeb6d0e4-797f-46f7-94d7-578432dcb84b 2018-11-19 05:08:19,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.663892030716s 2018-11-19 05:08:19,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aeb6d0e4-797f-46f7-94d7-578432dcb84b 2018-11-19 05:08:19,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 05:08:19,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/4d665b25-d7d0-40d7-9395-7d5e7e71b784.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:20,308 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e680d86e-a569-4d56-b4d9-1ecc4d49f093 Content-Length: 0 Date: Mon, 19 Nov 2018 05:08:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:08:20,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/4d665b25-d7d0-40d7-9395-7d5e7e71b784.json used request id req-e680d86e-a569-4d56-b4d9-1ecc4d49f093 2018-11-19 05:08:20,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.912582874298s 2018-11-19 05:08:20,308 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/4d665b25-d7d0-40d7-9395-7d5e7e71b784.json used request id req-e680d86e-a569-4d56-b4d9-1ecc4d49f093 2018-11-19 05:08:20,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:08:20,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:20,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1d1f0cfd-127b-443a-9769-537c74f14d1b Date: Mon, 19 Nov 2018 05:08:20 GMT RESP BODY: {"floatingips": []} 2018-11-19 05:08:20,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1d1f0cfd-127b-443a-9769-537c74f14d1b 2018-11-19 05:08:20,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0203168392181s 2018-11-19 05:08:20,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-1d1f0cfd-127b-443a-9769-537c74f14d1b 2018-11-19 05:08:20,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 05:08:20,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:20,506 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:08:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e55b4459-3f93-40e6-ac65-9a2738a50c95 x-compute-request-id: req-e55b4459-3f93-40e6-ac65-9a2738a50c95 Content-Type: application/json 2018-11-19 05:08:20,506 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2 used request id req-e55b4459-3f93-40e6-ac65-9a2738a50c95 2018-11-19 05:08:20,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.170958042145s 2018-11-19 05:08:20,507 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2 used request id req-e55b4459-3f93-40e6-ac65-9a2738a50c95 2018-11-19 05:08:20,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:20,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:21,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-661dab45-1332-4e42-a613-ea1883036a2b x-compute-request-id: req-661dab45-1332-4e42-a613-ea1883036a2b Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:57:bf", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/069e1443-8337-4992-9c52-1c12f6d4ddb2", "rel": "bookmark"}], "image": {"id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "links": [{"href": "http://172.30.9.21:8774/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:06.000000", "flavor": {"id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "links": [{"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}]}, "id": "069e1443-8337-4992-9c52-1c12f6d4ddb2", "security_groups": [{"name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}], "user_id": "40bdc466a7a544a281411a562f782292", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:20Z", "hostId": "7027cfc132196beaf131da54a2cc2106d05e1ee84a4063224067001c", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "name": "vping_ssh-vm_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "created": "2018-11-19T05:08:00Z", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:21,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-661dab45-1332-4e42-a613-ea1883036a2b 2018-11-19 05:08:21,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535471916199s 2018-11-19 05:08:21,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-661dab45-1332-4e42-a613-ea1883036a2b 2018-11-19 05:08:21,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:23,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:23,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:23,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dbe36c42-292e-4beb-a8a8-be44bdcaefba x-compute-request-id: req-dbe36c42-292e-4beb-a8a8-be44bdcaefba Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 05:08:23,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dbe36c42-292e-4beb-a8a8-be44bdcaefba 2018-11-19 05:08:23,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0827820301056s 2018-11-19 05:08:23,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dbe36c42-292e-4beb-a8a8-be44bdcaefba 2018-11-19 05:08:23,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:08:23,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:23,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-dd3eb5c4-bfe7-48bb-bc41-27abefea6b26 Date: Mon, 19 Nov 2018 05:08:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:36Z", "updated_at": "2018-11-19T05:07:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "b94383df-af9d-485b-8f8e-8562c9408547", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "dad3f7e4-af32-4405-92e1-3c6fa1948a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "e7cef742-0f76-4cda-9e22-c23193de66aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "f95bbb82-6ab5-4d37-990d-2a538bf552af", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 4, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:48Z", "updated_at": "2018-11-19T05:07:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "150053c3-3978-4945-82c6-6f608f3bf5e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "50eab2f0-31d4-4426-8e17-53fa5945d05f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:49Z", "revision_number": 0, "id": "5e7923c1-54e5-43ff-9d4e-ec018b5adc86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:49Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:48Z", "revision_number": 0, "id": "93d38092-cf99-49ce-9004-f4386f4aa0a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:48Z", "security_group_id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 4, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "e60ba40b-48c9-488b-bb1a-006cc58a625e", "name": "vping_ssh-sg_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}]} 2018-11-19 05:08:23,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dd3eb5c4-bfe7-48bb-bc41-27abefea6b26 2018-11-19 05:08:23,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.187405109406s 2018-11-19 05:08:23,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dd3eb5c4-bfe7-48bb-bc41-27abefea6b26 2018-11-19 05:08:23,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 05:08:23,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e60ba40b-48c9-488b-bb1a-006cc58a625e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:23,514 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d2c33db9-c2ac-4ad8-839a-2c085884ee85 Content-Length: 0 Date: Mon, 19 Nov 2018 05:08:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:08:23,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e60ba40b-48c9-488b-bb1a-006cc58a625e.json used request id req-d2c33db9-c2ac-4ad8-839a-2c085884ee85 2018-11-19 05:08:23,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.188810110092s 2018-11-19 05:08:23,515 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e60ba40b-48c9-488b-bb1a-006cc58a625e.json used request id req-d2c33db9-c2ac-4ad8-839a-2c085884ee85 2018-11-19 05:08:23,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-19 05:08:23,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:23,562 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:08:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-160d2fd3-6e4f-4a79-8df5-e690b0bd4529 x-compute-request-id: req-160d2fd3-6e4f-4a79-8df5-e690b0bd4529 Content-Length: 0 Content-Type: application/json 2018-11-19 05:08:23,562 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b used request id req-160d2fd3-6e4f-4a79-8df5-e690b0bd4529 2018-11-19 05:08:23,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0467631816864s 2018-11-19 05:08:23,562 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b used request id req-160d2fd3-6e4f-4a79-8df5-e690b0bd4529 2018-11-19 05:08:23,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-19 05:08:23,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68/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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" -d '{"subnet_id": "d3ae089a-3c73-477a-9905-3742fca332c1"}' 2018-11-19 05:08:25,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-94948a47-7190-4ac9-9767-4839f3a981d0 Date: Mon, 19 Nov 2018 05:08:25 GMT RESP BODY: {"network_id": "42526cf9-89fe-42f6-9b47-726eaa0ad676", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "subnet_id": "d3ae089a-3c73-477a-9905-3742fca332c1", "subnet_ids": ["d3ae089a-3c73-477a-9905-3742fca332c1"], "port_id": "c8f0ea8b-f3b1-4def-927d-1b1207e7c922", "id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68"} 2018-11-19 05:08:25,079 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68/remove_router_interface.json used request id req-94948a47-7190-4ac9-9767-4839f3a981d0 2018-11-19 05:08:25,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51700377464s 2018-11-19 05:08:25,080 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68/remove_router_interface.json used request id req-94948a47-7190-4ac9-9767-4839f3a981d0 returning object 6abedb35-f898-4ab2-9fc9-2aa3c17a3d68 2018-11-19 05:08:25,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-19 05:08:25,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:25,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-06aea255-139d-4ff0-814f-f3b9ea8f1b5f Date: Mon, 19 Nov 2018 05:08:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:38Z", "admin_state_up": true, "updated_at": "2018-11-19T05:08:24Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "6abedb35-f898-4ab2-9fc9-2aa3c17a3d68", "name": "vping_ssh-router_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}]} 2018-11-19 05:08:25,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-06aea255-139d-4ff0-814f-f3b9ea8f1b5f 2018-11-19 05:08:25,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0867981910706s 2018-11-19 05:08:25,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-06aea255-139d-4ff0-814f-f3b9ea8f1b5f 2018-11-19 05:08:25,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-19 05:08:25,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:28,425 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-52784d81-c7d0-4469-871a-ceb9bb624a8f Content-Length: 0 Date: Mon, 19 Nov 2018 05:08:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:08:28,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68.json used request id req-52784d81-c7d0-4469-871a-ceb9bb624a8f 2018-11-19 05:08:28,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.2559068203s 2018-11-19 05:08:28,426 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/6abedb35-f898-4ab2-9fc9-2aa3c17a3d68.json used request id req-52784d81-c7d0-4469-871a-ceb9bb624a8f 2018-11-19 05:08:28,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 05:08:28,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:28,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-83bd12de-6c74-4852-814c-60ed15634a52 Date: Mon, 19 Nov 2018 05:08:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:07:37Z","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":"06595f871fe84c6c979b71ca11cda23c","id":"d3ae089a-3c73-477a-9905-3742fca332c1","subnetpool_id":null,"name":"vping_ssh-subnet_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}]} 2018-11-19 05:08:28,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-83bd12de-6c74-4852-814c-60ed15634a52 2018-11-19 05:08:28,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0581650733948s 2018-11-19 05:08:28,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-83bd12de-6c74-4852-814c-60ed15634a52 2018-11-19 05:08:28,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-19 05:08:28,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/d3ae089a-3c73-477a-9905-3742fca332c1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:30,958 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-089d2285-26a5-4bb8-b758-29214e0efaca Date: Mon, 19 Nov 2018 05:08:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:08:30,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d3ae089a-3c73-477a-9905-3742fca332c1.json used request id req-089d2285-26a5-4bb8-b758-29214e0efaca 2018-11-19 05:08:30,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.47262406349s 2018-11-19 05:08:30,959 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d3ae089a-3c73-477a-9905-3742fca332c1.json used request id req-089d2285-26a5-4bb8-b758-29214e0efaca 2018-11-19 05:08:30,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:08:30,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:31,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1196 X-Openstack-Request-Id: req-02999018-091f-4368-a9f4-f88b2d0f68fb Date: Mon, 19 Nov 2018 05: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":[],"updated_at":"2018-11-19T05:08:30Z","tenant_id":"06595f871fe84c6c979b71ca11cda23c","created_at":"2018-11-19T05:07:36Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"06595f871fe84c6c979b71ca11cda23c","id":"42526cf9-89fe-42f6-9b47-726eaa0ad676","name":"vping_ssh-net_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:08:31,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-02999018-091f-4368-a9f4-f88b2d0f68fb 2018-11-19 05:08:31,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119781970978s 2018-11-19 05:08:31,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-02999018-091f-4368-a9f4-f88b2d0f68fb 2018-11-19 05:08:31,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-19 05:08:31,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/42526cf9-89fe-42f6-9b47-726eaa0ad676.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:32,242 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8de4aa12-b0ed-409e-b55b-e3329f0aeb76 Date: Mon, 19 Nov 2018 05:08:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:08:32,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/42526cf9-89fe-42f6-9b47-726eaa0ad676.json used request id req-8de4aa12-b0ed-409e-b55b-e3329f0aeb76 2018-11-19 05:08:32,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16128087044s 2018-11-19 05:08:32,243 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/42526cf9-89fe-42f6-9b47-726eaa0ad676.json used request id req-8de4aa12-b0ed-409e-b55b-e3329f0aeb76 2018-11-19 05:08:32,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:08:32,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:32,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-16e22c4c-e777-402b-8b0e-b86147afe8d0 Date: Mon, 19 Nov 2018 05:08:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "metadata": {}}], "file": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/file", "owner": "06595f871fe84c6c979b71ca11cda23c", "id": "6aee746f-cd8f-4d25-98e6-9adb067414e2", "size": 12716032, "self": "/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6aee746f-cd8f-4d25-98e6-9adb067414e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:07:47Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:07:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:08:32,276 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-16e22c4c-e777-402b-8b0e-b86147afe8d0 2018-11-19 05:08:32,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0328741073608s 2018-11-19 05:08:32,277 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-16e22c4c-e777-402b-8b0e-b86147afe8d0 2018-11-19 05:08:32,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:08:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f625c5e8b650d76ad9af1a48665f2a40e5c7e9c7" 2018-11-19 05:08:33,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-932cfc9e-fae4-4111-8f30-b31e8459410d Date: Mon, 19 Nov 2018 05:08:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:08:33,323 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2 used request id req-932cfc9e-fae4-4111-8f30-b31e8459410d 2018-11-19 05:08:33,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.04452013969s 2018-11-19 05:08:33,323 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6aee746f-cd8f-4d25-98e6-9adb067414e2 used request id req-932cfc9e-fae4-4111-8f30-b31e8459410d 2018-11-19 05:08:33,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:08:33,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:33,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e81415e0-bdfd-4e64-ac0e-6b70a974153f x-compute-request-id: req-e81415e0-bdfd-4e64-ac0e-6b70a974153f Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "580e1f94-ece2-4a1a-abf0-d22442998bb8", "name": "vping_ssh-flavor_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:08:33,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e81415e0-bdfd-4e64-ac0e-6b70a974153f 2018-11-19 05:08:33,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0339179039001s 2018-11-19 05:08:33,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e81415e0-bdfd-4e64-ac0e-6b70a974153f 2018-11-19 05:08:33,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:08:33,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:33,395 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-206bf27c-a85f-418d-b5be-a38997fca4a9 x-compute-request-id: req-206bf27c-a85f-418d-b5be-a38997fca4a9 Content-Length: 0 Content-Type: application/json 2018-11-19 05:08:33,395 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8 used request id req-206bf27c-a85f-418d-b5be-a38997fca4a9 2018-11-19 05:08:33,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0359129905701s 2018-11-19 05:08:33,396 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/580e1f94-ece2-4a1a-abf0-d22442998bb8 used request id req-206bf27c-a85f-418d-b5be-a38997fca4a9 2018-11-19 05:08:33,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:08:33,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:33,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f8b51ff-d87a-4b20-9012-b044b28f386f Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b", "links": {"self": "http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292"}, "domain_id": "default", "enabled": true, "id": "40bdc466a7a544a281411a562f782292", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:08:33,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1f8b51ff-d87a-4b20-9012-b044b28f386f 2018-11-19 05:08:33,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0985510349274s 2018-11-19 05:08:33,495 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1f8b51ff-d87a-4b20-9012-b044b28f386f 2018-11-19 05:08:33,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:08:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:33,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70dea069-0e6e-4552-bd79-af1bc22c3084 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292"}, "enabled": true, "id": "40bdc466a7a544a281411a562f782292", "options": {}, "domain_id": "default", "name": "vping_ssh-user_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}} 2018-11-19 05:08:33,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 used request id req-70dea069-0e6e-4552-bd79-af1bc22c3084 2018-11-19 05:08:33,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0942490100861s 2018-11-19 05:08:33,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 used request id req-70dea069-0e6e-4552-bd79-af1bc22c3084 2018-11-19 05:08:33,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 05:08:33,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:33,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-79b9081a-4dec-4f70-9b9d-22abbdb2da5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:08:33,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 used request id req-79b9081a-4dec-4f70-9b9d-22abbdb2da5e 2018-11-19 05:08:33,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.166492938995s 2018-11-19 05:08:33,764 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/40bdc466a7a544a281411a562f782292 used request id req-79b9081a-4dec-4f70-9b9d-22abbdb2da5e 2018-11-19 05:08:33,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:08:33,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:33,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-464a9bcd-7b8c-4e6b-84bc-7963e163495e Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c"}, "enabled": true, "id": "06595f871fe84c6c979b71ca11cda23c", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_b1df1b51-2ad9-4fc6-a7e6-3a1bafa4bf9b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:08:33,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-464a9bcd-7b8c-4e6b-84bc-7963e163495e 2018-11-19 05:08:33,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080962896347s 2018-11-19 05:08:33,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-464a9bcd-7b8c-4e6b-84bc-7963e163495e 2018-11-19 05:08:33,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 05:08:33,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:34,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d587b183-dcc9-46a0-af5f-4478df53613c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:08:34,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c used request id req-d587b183-dcc9-46a0-af5f-4478df53613c 2018-11-19 05:08:34,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.153709888458s 2018-11-19 05:08:34,002 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/06595f871fe84c6c979b71ca11cda23c used request id req-d587b183-dcc9-46a0-af5f-4478df53613c 2018-11-19 05:08:34,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:08:34,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:34,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0f54422-96b7-48b8-b1ba-c0bdd8d807a5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a70c313f1fbc4a45b9c0e2e923f6ca85", "links": {"self": "http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85"}, "name": "Member"}]} 2018-11-19 05:08:34,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c0f54422-96b7-48b8-b1ba-c0bdd8d807a5 2018-11-19 05:08:34,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0745520591736s 2018-11-19 05:08:34,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:08:34,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:34,190 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:08:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95a9d6ba-a486-4ddc-8a7b-89ef9d21a1ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:08:34,190 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a70c313f1fbc4a45b9c0e2e923f6ca85 used request id req-95a9d6ba-a486-4ddc-8a7b-89ef9d21a1ed 2018-11-19 05:08:34,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.111639022827s 2018-11-19 05:08:34,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:08:34,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=06595f871fe84c6c979b71ca11cda23c&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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:34,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-88d5b4ad-88d4-4e87-80df-578cfd1b6794 Date: Mon, 19 Nov 2018 05:08:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:36Z", "updated_at": "2018-11-19T05:07:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "b94383df-af9d-485b-8f8e-8562c9408547", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "dad3f7e4-af32-4405-92e1-3c6fa1948a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "e7cef742-0f76-4cda-9e22-c23193de66aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "f95bbb82-6ab5-4d37-990d-2a538bf552af", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 4, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "name": "default"}]} 2018-11-19 05:08:34,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=06595f871fe84c6c979b71ca11cda23c&name=default used request id req-88d5b4ad-88d4-4e87-80df-578cfd1b6794 2018-11-19 05:08:34,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.183265924454s 2018-11-19 05:08:34,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=06595f871fe84c6c979b71ca11cda23c&name=default used request id req-88d5b4ad-88d4-4e87-80df-578cfd1b6794 2018-11-19 05:08:34,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:08:34,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:34,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e7e2e830-9baf-4b11-acec-47617ee97b6a Date: Mon, 19 Nov 2018 05:08:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "created_at": "2018-11-19T05:07:36Z", "updated_at": "2018-11-19T05:07:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "dad3f7e4-af32-4405-92e1-3c6fa1948a37", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "f95bbb82-6ab5-4d37-990d-2a538bf552af", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "e7cef742-0f76-4cda-9e22-c23193de66aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv4", "project_id": "06595f871fe84c6c979b71ca11cda23c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:07:36Z", "revision_number": 0, "id": "b94383df-af9d-485b-8f8e-8562c9408547", "remote_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "remote_ip_prefix": null, "created_at": "2018-11-19T05:07:36Z", "security_group_id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "tenant_id": "06595f871fe84c6c979b71ca11cda23c", "port_range_min": null, "ethertype": "IPv6", "project_id": "06595f871fe84c6c979b71ca11cda23c"}], "revision_number": 4, "project_id": "06595f871fe84c6c979b71ca11cda23c", "id": "4abd8a39-984e-4ed0-b45c-df845ea3fe10", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 05:08:34,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e7e2e830-9baf-4b11-acec-47617ee97b6a 2018-11-19 05:08:34,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.202901124954s 2018-11-19 05:08:34,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e7e2e830-9baf-4b11-acec-47617ee97b6a 2018-11-19 05:08:34,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 05:08:34,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4abd8a39-984e-4ed0-b45c-df845ea3fe10.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0a5befddb38e90af74e4cca81526ec603314e697" 2018-11-19 05:08:34,993 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb1e3770-1dc1-4d3e-a9f9-38286fd1c155 Content-Length: 0 Date: Mon, 19 Nov 2018 05:08:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:08:34,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4abd8a39-984e-4ed0-b45c-df845ea3fe10.json used request id req-eb1e3770-1dc1-4d3e-a9f9-38286fd1c155 2018-11-19 05:08:34,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.404962062836s 2018-11-19 05:08:34,994 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4abd8a39-984e-4ed0-b45c-df845ea3fe10.json used request id req-eb1e3770-1dc1-4d3e-a9f9-38286fd1c155 2018-11-19 05:08:35,047 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-11-19 05:08:35,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:08:35,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:08:35,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:08:35,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:08:35,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:08:35,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:08:35,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:08:35,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:08:35,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:08:35,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:08:35,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:08:35,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:08:35,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:08:35,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:08:35,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:08:35,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f6df22-7826-4e12-8e10-19f13be05699 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:08:35,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-99f6df22-7826-4e12-8e10-19f13be05699 2018-11-19 05:08:35,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:08:35,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["Fa03R7CIQ-W1Jna8Djfd-A"], "issued_at": "2018-11-19T05:08:35.000000Z"}} 2018-11-19 05:08:35,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:08:35,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:35,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8f073274-605b-432e-a566-b09847edb21c Date: Mon, 19 Nov 2018 05:08:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:08:35,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8f073274-605b-432e-a566-b09847edb21c 2018-11-19 05:08:35,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.22413110733s 2018-11-19 05:08:35,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8f073274-605b-432e-a566-b09847edb21c 2018-11-19 05:08:35,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:08:35,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:35,709 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:08:35,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:35,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3dcc30c-3e7f-4acd-8daa-1c6e29bcfb1f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:08:35,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e3dcc30c-3e7f-4acd-8daa-1c6e29bcfb1f 2018-11-19 05:08:35,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0902509689331s 2018-11-19 05:08:35,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 05:08:35,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}}' 2018-11-19 05:08:36,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:08:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e832b1ee-c7ad-4de9-9633-8bf42a16de15 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.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0"}, "enabled": true, "id": "57f789431c79465d8c140f7ea1dea0f0", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}} 2018-11-19 05:08:36,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e832b1ee-c7ad-4de9-9633-8bf42a16de15 2018-11-19 05:08:36,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.249856948853s 2018-11-19 05:08:36,042 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e832b1ee-c7ad-4de9-9633-8bf42a16de15 2018-11-19 05:08:36,043 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'id': u'57f789431c79465d8c140f7ea1dea0f0', 'description': u'Created by OPNFV Functest: vping_userdata', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 05:08:36,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 05:08:36,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.387132167816s 2018-11-19 05:08:36,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:36,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374370bd-cde8-44a3-aa15-02ebe496b69c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42"}, "enabled": true, "id": "8d1a1abf98fe47fc9c01359790c76d42", "options": {}, "domain_id": "default", "name": "vping_userdata-user_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}} 2018-11-19 05:08:36,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 used request id req-374370bd-cde8-44a3-aa15-02ebe496b69c 2018-11-19 05:08:36,525 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8d1a1abf98fe47fc9c01359790c76d42', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_73d94113-c8d1-4b7e-be1f-8e9e4cb02013'}) 2018-11-19 05:08:36,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:08:36,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:36,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bec1836-3aa1-421c-ad27-4c205f011f4a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:08:36,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6bec1836-3aa1-421c-ad27-4c205f011f4a 2018-11-19 05:08:36,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0755789279938s 2018-11-19 05:08:36,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:08:36,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:36,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af92a5ee-245a-40de-8428-4bed294a5438 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:08:36,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-af92a5ee-245a-40de-8428-4bed294a5438 2018-11-19 05:08:36,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807449817657s 2018-11-19 05:08:36,684 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 05:08:36,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:08:36,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" -d '{"role": {"name": "Member"}}' 2018-11-19 05:08:36,777 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ce2196c-0099-43f5-bdf1-fdba47669ead Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf89397fb2124703837dc773662d89d7", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7"}, "name": "Member"}} 2018-11-19 05:08:36,777 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5ce2196c-0099-43f5-bdf1-fdba47669ead 2018-11-19 05:08:36,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0930709838867s 2018-11-19 05:08:36,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:36,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf26049-e047-487a-b91c-5182107a2b9e Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7"}, "domain_id": null, "name": "Member", "id": "bf89397fb2124703837dc773662d89d7"}} 2018-11-19 05:08:36,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7 used request id req-cbf26049-e047-487a-b91c-5182107a2b9e 2018-11-19 05:08:36,850 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7'}, 'domain_id': None, 'human_id': None, 'id': u'bf89397fb2124703837dc773662d89d7', 'HUMAN_ID': False}) 2018-11-19 05:08:36,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:08:36,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:36,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211fae41-a7b1-4e46-a267-762bb64bca0d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bf89397fb2124703837dc773662d89d7", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7"}, "name": "Member"}]} 2018-11-19 05:08:36,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-211fae41-a7b1-4e46-a267-762bb64bca0d 2018-11-19 05:08:36,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0816259384155s 2018-11-19 05:08:36,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:08:36,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:37,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363ef372-9ea0-4484-b20c-3fca1f64ad0b 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:08:37,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-363ef372-9ea0-4484-b20c-3fca1f64ad0b 2018-11-19 05:08:37,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0893788337708s 2018-11-19 05:08:37,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:08:37,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:37,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd08ba7-7f25-444a-8ecd-5c2723efe323 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "links": {"self": "http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42"}, "domain_id": "default", "enabled": true, "id": "8d1a1abf98fe47fc9c01359790c76d42", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:08:37,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-afd08ba7-7f25-444a-8ecd-5c2723efe323 2018-11-19 05:08:37,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0883219242096s 2018-11-19 05:08:37,113 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-afd08ba7-7f25-444a-8ecd-5c2723efe323 2018-11-19 05:08:37,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:08:37,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:37,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-447751dd-350e-42e8-a6be-8639b86cea3f Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0"}, "enabled": true, "id": "57f789431c79465d8c140f7ea1dea0f0", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:08:37,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-447751dd-350e-42e8-a6be-8639b86cea3f 2018-11-19 05:08:37,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835480690002s 2018-11-19 05:08:37,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-447751dd-350e-42e8-a6be-8639b86cea3f 2018-11-19 05:08:37,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:08:37,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=8d1a1abf98fe47fc9c01359790c76d42&scope.project.id=57f789431c79465d8c140f7ea1dea0f0&role.id=bf89397fb2124703837dc773662d89d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:37,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc6cad3-116e-46ab-ab70-d7b037ffbfae Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=8d1a1abf98fe47fc9c01359790c76d42&scope.project.id=57f789431c79465d8c140f7ea1dea0f0&role.id=bf89397fb2124703837dc773662d89d7", "previous": null, "next": null}} 2018-11-19 05:08:37,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=8d1a1abf98fe47fc9c01359790c76d42&scope.project.id=57f789431c79465d8c140f7ea1dea0f0&role.id=bf89397fb2124703837dc773662d89d7 used request id req-afc6cad3-116e-46ab-ab70-d7b037ffbfae 2018-11-19 05:08:37,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0820860862732s 2018-11-19 05:08:37,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:08:37,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0/users/8d1a1abf98fe47fc9c01359790c76d42/roles/bf89397fb2124703837dc773662d89d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:37,462 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f2afc8ea-5dbb-45fa-9061-171b342b59ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:08:37,462 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0/users/8d1a1abf98fe47fc9c01359790c76d42/roles/bf89397fb2124703837dc773662d89d7 used request id req-f2afc8ea-5dbb-45fa-9061-171b342b59ef 2018-11-19 05:08:37,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.174325942993s 2018-11-19 05:08:37,463 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 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': 'df13f49d-b7fc-4587-8e2a-f448c49d37ba', 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_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'project_id': u'57f789431c79465d8c140f7ea1dea0f0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:08:37,465 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:08:37,466 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:08:37,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:08:37,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:08:37,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:08:37,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:08:37,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:08:37,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:08:37,469 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'password': 'df13f49d-b7fc-4587-8e2a-f448c49d37ba', 'project_name': 'vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '57f789431c79465d8c140f7ea1dea0f0', 'project_domain_name': 'Default'} 2018-11-19 05:08:37,469 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-11-19 05:08:37,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:08:37,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:37,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dc5e1f6-8e15-41c6-baf5-2afb0d71a181 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:08:37,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-7dc5e1f6-8e15-41c6-baf5-2afb0d71a181 2018-11-19 05:08:37,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0863261222839s 2018-11-19 05:08:37,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:08:37,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:08:37,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c3a084a-4744-4a04-bab1-4e765e5e347c Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0"}, "enabled": true, "id": "57f789431c79465d8c140f7ea1dea0f0", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:08:37,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9c3a084a-4744-4a04-bab1-4e765e5e347c 2018-11-19 05:08:37,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.08274102211s 2018-11-19 05:08:37,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9c3a084a-4744-4a04-bab1-4e765e5e347c 2018-11-19 05:08:37,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-19 05:08:37,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" -d '{"network": {"tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "name": "vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "admin_state_up": true}}' 2018-11-19 05:08:38,147 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-fd117039-e635-450f-9e5f-930a1365dddd Date: Mon, 19 Nov 2018 05:08: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":"32792067-6c65-44af-b48b-7a9947a4269c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":21,"ipv4_address_scope":null,"shared":false,"project_id":"57f789431c79465d8c140f7ea1dea0f0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:08:38Z","is_default":false,"qos_policy_id":null,"name":"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013","admin_state_up":true,"tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:37Z","mtu":1450}} 2018-11-19 05:08:38,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fd117039-e635-450f-9e5f-930a1365dddd 2018-11-19 05:08:38,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.503192901611s 2018-11-19 05:08:38,147 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fd117039-e635-450f-9e5f-930a1365dddd 2018-11-19 05:08:38,148 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-19T05:08:38Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'32792067-6c65-44af-b48b-7a9947a4269c', u'provider:segmentation_id': 21, 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_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', u'created_at': u'2018-11-19T05:08:37Z', u'mtu': 1450, u'tenant_id': u'57f789431c79465d8c140f7ea1dea0f0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'57f789431c79465d8c140f7ea1dea0f0'}) 2018-11-19 05:08:38,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:08:38,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b521f5-133c-4d58-8526-b890914e6b1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:08:38,156 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f7b521f5-133c-4d58-8526-b890914e6b1a 2018-11-19 05:08:38,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:08:38,534 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf89397fb2124703837dc773662d89d7", "name": "Member"}], "expires_at": "2018-11-19T06:08:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "57f789431c79465d8c140f7ea1dea0f0", "name": "vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/57f789431c79465d8c140f7ea1dea0f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/57f789431c79465d8c140f7ea1dea0f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/57f789431c79465d8c140f7ea1dea0f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/57f789431c79465d8c140f7ea1dea0f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/57f789431c79465d8c140f7ea1dea0f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/57f789431c79465d8c140f7ea1dea0f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/57f789431c79465d8c140f7ea1dea0f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/57f789431c79465d8c140f7ea1dea0f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/57f789431c79465d8c140f7ea1dea0f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/57f789431c79465d8c140f7ea1dea0f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/57f789431c79465d8c140f7ea1dea0f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/57f789431c79465d8c140f7ea1dea0f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "id": "8d1a1abf98fe47fc9c01359790c76d42"}, "audit_ids": ["Tj7moumtQZW5uAapcYYQaw"], "issued_at": "2018-11-19T05:08:38.000000Z"}} 2018-11-19 05:08:38,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:08:38,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:38,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-52ed8a54-1cf2-4b11-8eea-eadc136581ae Date: Mon, 19 Nov 2018 05:08: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-11-19T05:08:38Z","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"57f789431c79465d8c140f7ea1dea0f0","id":"32792067-6c65-44af-b48b-7a9947a4269c","name":"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:08:38,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-52ed8a54-1cf2-4b11-8eea-eadc136581ae 2018-11-19 05:08:38,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.277057886124s 2018-11-19 05:08:38,815 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-52ed8a54-1cf2-4b11-8eea-eadc136581ae 2018-11-19 05:08:38,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-19 05:08:38,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"subnet": {"name": "vping_userdata-subnet_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "enable_dhcp": true, "network_id": "32792067-6c65-44af-b48b-7a9947a4269c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-19 05:08:39,620 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1cdaa5d4-54c6-4879-afa2-74148e025c31 Date: Mon, 19 Nov 2018 05:08:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32792067-6c65-44af-b48b-7a9947a4269c","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:08:39Z","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":"57f789431c79465d8c140f7ea1dea0f0","id":"4820b0b8-8267-4834-b00d-ec134513c94b","subnetpool_id":null,"name":"vping_userdata-subnet_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}} 2018-11-19 05:08:39,620 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1cdaa5d4-54c6-4879-afa2-74148e025c31 2018-11-19 05:08:39,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.803775072098s 2018-11-19 05:08:39,620 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1cdaa5d4-54c6-4879-afa2-74148e025c31 2018-11-19 05:08:39,621 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T05:08:39Z', 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'4820b0b8-8267-4834-b00d-ec134513c94b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', u'enable_dhcp': True, u'network_id': u'32792067-6c65-44af-b48b-7a9947a4269c', u'tenant_id': u'57f789431c79465d8c140f7ea1dea0f0', u'created_at': u'2018-11-19T05:08:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'57f789431c79465d8c140f7ea1dea0f0'}) 2018-11-19 05:08:39,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-19 05:08:39,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "vping_userdata-router_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "admin_state_up": true}}' 2018-11-19 05:08:44,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-9d314ca0-d016-41a2-bfe7-4e7bf008ba85 Date: Mon, 19 Nov 2018 05:08:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "created_at": "2018-11-19T05:08:40Z", "admin_state_up": true, "updated_at": "2018-11-19T05:08:41Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "57f789431c79465d8c140f7ea1dea0f0", "id": "36dcb43b-12b6-44a4-8f83-a4558a49c27e", "name": "vping_userdata-router_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}} 2018-11-19 05:08:44,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d314ca0-d016-41a2-bfe7-4e7bf008ba85 2018-11-19 05:08:44,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.27235603333s 2018-11-19 05:08:44,894 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9d314ca0-d016-41a2-bfe7-4e7bf008ba85 2018-11-19 05:08:44,895 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T05:08:41Z', u'revision_number': 2, u'id': u'36dcb43b-12b6-44a4-8f83-a4558a49c27e', u'external_gateway_info': {u'network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e10ff475-4fb8-40a2-b12d-81ce409900d1', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', u'admin_state_up': True, u'tenant_id': u'57f789431c79465d8c140f7ea1dea0f0', u'created_at': u'2018-11-19T05:08:40Z', u'flavor_id': None, u'routes': [], u'project_id': u'57f789431c79465d8c140f7ea1dea0f0'}) 2018-11-19 05:08:44,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-19 05:08:44,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e/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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"subnet_id": "4820b0b8-8267-4834-b00d-ec134513c94b"}' 2018-11-19 05:08:47,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ba85ea6f-babb-4170-9124-2de76cb3a062 Date: Mon, 19 Nov 2018 05:08:47 GMT RESP BODY: {"network_id": "32792067-6c65-44af-b48b-7a9947a4269c", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "subnet_id": "4820b0b8-8267-4834-b00d-ec134513c94b", "subnet_ids": ["4820b0b8-8267-4834-b00d-ec134513c94b"], "port_id": "f4a3c84e-1950-4dbb-ac8f-57256ea08385", "id": "36dcb43b-12b6-44a4-8f83-a4558a49c27e"} 2018-11-19 05:08:47,030 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e/add_router_interface.json used request id req-ba85ea6f-babb-4170-9124-2de76cb3a062 2018-11-19 05:08:47,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13415813446s 2018-11-19 05:08:47,030 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e/add_router_interface.json used request id req-ba85ea6f-babb-4170-9124-2de76cb3a062 returning object 36dcb43b-12b6-44a4-8f83-a4558a49c27e 2018-11-19 05:08:47,031 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:08:47,163 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 05:08:47,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:47,170 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 05:08:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 05:08:47,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:08:47,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:47,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8e727e7c-2d44-40a1-ab10-b2947100ca99 Date: Mon, 19 Nov 2018 05:08:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:08:47,342 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8e727e7c-2d44-40a1-ab10-b2947100ca99 2018-11-19 05:08:47,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170812129974s 2018-11-19 05:08:47,343 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8e727e7c-2d44-40a1-ab10-b2947100ca99 2018-11-19 05:08:47,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:08:47,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}' 2018-11-19 05:08:47,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2 X-Openstack-Request-Id: req-e0364f4e-6a00-4db0-85d1-322b12dba649 Date: Mon, 19 Nov 2018 05:08:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file", "owner": "57f789431c79465d8c140f7ea1dea0f0", "id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "size": null, "self": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:08:47Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "checksum": null, "created_at": "2018-11-19T05:08:47Z", "protected": false} 2018-11-19 05:08:47,560 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e0364f4e-6a00-4db0-85d1-322b12dba649 2018-11-19 05:08:47,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.215296030045s 2018-11-19 05:08:47,561 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e0364f4e-6a00-4db0-85d1-322b12dba649 returning object 5661d99a-cf64-4aac-af1f-cbd1c9a210e2 2018-11-19 05:08:47,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:08:47,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '' 2018-11-19 05:08:49,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2f9c1f38-d392-4568-b4ef-b7e0be20a190 Date: Mon, 19 Nov 2018 05:08:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:08:49,405 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file used request id req-2f9c1f38-d392-4568-b4ef-b7e0be20a190 2018-11-19 05:08:49,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.84429597855s 2018-11-19 05:08:49,406 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file used request id req-2f9c1f38-d392-4568-b4ef-b7e0be20a190 2018-11-19 05:08:49,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:08:49,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:49,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-64301d48-4020-4b53-a175-50250a79b17a Date: Mon, 19 Nov 2018 05:08:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "metadata": {}}], "file": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file", "owner": "57f789431c79465d8c140f7ea1dea0f0", "id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "size": 12716032, "self": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:08:49Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:08:47Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:08:49,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-64301d48-4020-4b53-a175-50250a79b17a 2018-11-19 05:08:49,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177034139633s 2018-11-19 05:08:49,584 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-64301d48-4020-4b53-a175-50250a79b17a 2018-11-19 05:08:49,586 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file', 'owner': u'57f789431c79465d8c140f7ea1dea0f0', 'id': u'5661d99a-cf64-4aac-af1f-cbd1c9a210e2', 'size': 12716032, u'self': u'/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57f789431c79465d8c140f7ea1dea0f0', 'name': 'vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:08:49Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T05:08:49Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'created': u'2018-11-19T05:08:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:08:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:08:49,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:08:49,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:08:49,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ae4b3fd-db2d-4f11-92e7-f509f7783b4a x-compute-request-id: req-6ae4b3fd-db2d-4f11-92e7-f509f7783b4a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "name": "vping_userdata-flavor_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:08:49,799 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6ae4b3fd-db2d-4f11-92e7-f509f7783b4a 2018-11-19 05:08:49,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.21258020401s 2018-11-19 05:08:49,800 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6ae4b3fd-db2d-4f11-92e7-f509f7783b4a returning object d970da2c-0275-4c76-b8bb-6305fc6f11c4 2018-11-19 05:08:49,801 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', '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'afd2db966a884ce5bd33890fef4382f7', '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'd970da2c-0275-4c76-b8bb-6305fc6f11c4', 'swap': 0}) 2018-11-19 05:08:49,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:08:49,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4/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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" -d '{"extra_specs": {}}' 2018-11-19 05:08:49,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-add7b1b5-0d13-4559-94c8-4ff3dfe6debe x-compute-request-id: req-add7b1b5-0d13-4559-94c8-4ff3dfe6debe Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:08:49,822 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4/os-extra_specs used request id req-add7b1b5-0d13-4559-94c8-4ff3dfe6debe 2018-11-19 05:08:49,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208089351654s 2018-11-19 05:08:49,823 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4/os-extra_specs used request id req-add7b1b5-0d13-4559-94c8-4ff3dfe6debe 2018-11-19 05:08:49,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:08:49,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:50,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-9a91a5b0-4602-439a-9768-940b57f38d41 Date: Mon, 19 Nov 2018 05:08: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":["4820b0b8-8267-4834-b00d-ec134513c94b"],"updated_at":"2018-11-19T05:08:39Z","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57f789431c79465d8c140f7ea1dea0f0","id":"32792067-6c65-44af-b48b-7a9947a4269c","name":"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:08:50,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a91a5b0-4602-439a-9768-940b57f38d41 2018-11-19 05:08:50,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258495092392s 2018-11-19 05:08:50,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9a91a5b0-4602-439a-9768-940b57f38d41 2018-11-19 05:08:50,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:08:50,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:50,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-4638a2e3-ee0c-4d72-aac2-52d77aae0bb6 Date: Mon, 19 Nov 2018 05:08:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "metadata": {}}], "file": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file", "owner": "57f789431c79465d8c140f7ea1dea0f0", "id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "size": 12716032, "self": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:08:49Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:08:47Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:08:50,265 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4638a2e3-ee0c-4d72-aac2-52d77aae0bb6 2018-11-19 05:08:50,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181375980377s 2018-11-19 05:08:50,265 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4638a2e3-ee0c-4d72-aac2-52d77aae0bb6 2018-11-19 05:08:50,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:08:50,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:50,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-0f257784-fe06-4278-8c22-f2f6fd61f5ba x-compute-request-id: req-0f257784-fe06-4278-8c22-f2f6fd61f5ba Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "name": "vping_userdata-flavor_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:08:50,464 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0f257784-fe06-4278-8c22-f2f6fd61f5ba 2018-11-19 05:08:50,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.197163105011s 2018-11-19 05:08:50,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0f257784-fe06-4278-8c22-f2f6fd61f5ba 2018-11-19 05:08:50,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-19 05:08:50,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"server": {"name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "imageRef": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "flavorRef": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "32792067-6c65-44af-b48b-7a9947a4269c"}]}}' 2018-11-19 05:08:52,503 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-0e2e9669-0cf9-4b1a-b171-8eb90b3be252 x-compute-request-id: req-0e2e9669-0cf9-4b1a-b171-8eb90b3be252 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "adminPass": "osfzSKw6McZ2"}} 2018-11-19 05:08:52,503 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0e2e9669-0cf9-4b1a-b171-8eb90b3be252 2018-11-19 05:08:52,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.03629612923s 2018-11-19 05:08:52,504 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0e2e9669-0cf9-4b1a-b171-8eb90b3be252 2018-11-19 05:08:52,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:52,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:52,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:08:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b30d5d9-b9de-455d-82d7-74c423534432 x-compute-request-id: req-0b30d5d9-b9de-455d-82d7-74c423534432 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.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:08:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:52,942 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b30d5d9-b9de-455d-82d7-74c423534432 2018-11-19 05:08:52,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437814950943s 2018-11-19 05:08:52,943 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0b30d5d9-b9de-455d-82d7-74c423534432 2018-11-19 05:08:52,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:08:52,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:53,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-fe3ee0ce-eac5-46f9-9c40-53393997cb3b Date: Mon, 19 Nov 2018 05:08: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":["4820b0b8-8267-4834-b00d-ec134513c94b"],"updated_at":"2018-11-19T05:08:39Z","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57f789431c79465d8c140f7ea1dea0f0","id":"32792067-6c65-44af-b48b-7a9947a4269c","name":"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:08:53,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fe3ee0ce-eac5-46f9-9c40-53393997cb3b 2018-11-19 05:08:53,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111986875534s 2018-11-19 05:08:53,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fe3ee0ce-eac5-46f9-9c40-53393997cb3b 2018-11-19 05:08:53,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 05:08:53,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:53,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-662a989b-0759-485a-ad9e-a78bb47af57f Date: Mon, 19 Nov 2018 05:08:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32792067-6c65-44af-b48b-7a9947a4269c","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:08:39Z","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":"57f789431c79465d8c140f7ea1dea0f0","id":"4820b0b8-8267-4834-b00d-ec134513c94b","subnetpool_id":null,"name":"vping_userdata-subnet_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}]} 2018-11-19 05:08:53,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-662a989b-0759-485a-ad9e-a78bb47af57f 2018-11-19 05:08:53,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.188565015793s 2018-11-19 05:08:53,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-662a989b-0759-485a-ad9e-a78bb47af57f 2018-11-19 05:08:53,253 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:55,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:55,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:55,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-c72de46b-94ca-4fae-a361-7b3245f3a857 x-compute-request-id: req-c72de46b-94ca-4fae-a361-7b3245f3a857 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.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:08:53Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:55,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c72de46b-94ca-4fae-a361-7b3245f3a857 2018-11-19 05:08:55,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.634393930435s 2018-11-19 05:08:55,891 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c72de46b-94ca-4fae-a361-7b3245f3a857 2018-11-19 05:08:55,895 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:08:57,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:08:57,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:08:58,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-e017e8f7-8b2d-4999-a9e2-ae039cd25728 x-compute-request-id: req-e017e8f7-8b2d-4999-a9e2-ae039cd25728 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.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:08:53Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:08:58,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e017e8f7-8b2d-4999-a9e2-ae039cd25728 2018-11-19 05:08:58,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.889941930771s 2018-11-19 05:08:58,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e017e8f7-8b2d-4999-a9e2-ae039cd25728 2018-11-19 05:08:58,793 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:00,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:00,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:01,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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,Accept-Encoding x-openstack-request-id: req-343e81d4-baec-40f1-a6d1-54f5f1c2f4a5 x-compute-request-id: req-343e81d4-baec-40f1-a6d1-54f5f1c2f4a5 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:59Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:01,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-343e81d4-baec-40f1-a6d1-54f5f1c2f4a5 2018-11-19 05:09:01,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.827482938766s 2018-11-19 05:09:01,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-343e81d4-baec-40f1-a6d1-54f5f1c2f4a5 2018-11-19 05:09:01,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 05:09:01,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=09923d16-919f-4e73-9b8b-ed46bf8def52" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:01,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-1def0d31-e529-464d-a886-281a5cb49fbe Date: Mon, 19 Nov 2018 05:09:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:08:58Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4820b0b8-8267-4834-b00d-ec134513c94b","ip_address":"192.168.120.11"}],"id":"c3c98f92-d133-43a8-97af-68efea601200","security_groups":["55811948-5f08-4d8f-8690-b58ae731c306"],"mac_address":"fa:16:3e:45:d0:90","project_id":"57f789431c79465d8c140f7ea1dea0f0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"32792067-6c65-44af-b48b-7a9947a4269c","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:54Z","binding:vnic_type":"normal","device_id":"09923d16-919f-4e73-9b8b-ed46bf8def52"}]} 2018-11-19 05:09:01,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=09923d16-919f-4e73-9b8b-ed46bf8def52 used request id req-1def0d31-e529-464d-a886-281a5cb49fbe 2018-11-19 05:09:01,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.204134941101s 2018-11-19 05:09:01,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=09923d16-919f-4e73-9b8b-ed46bf8def52 used request id req-1def0d31-e529-464d-a886-281a5cb49fbe 2018-11-19 05:09:01,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:09:01,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c3c98f92-d133-43a8-97af-68efea601200" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:01,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7ef0b5cf-7b44-4a82-9478-092ab3e386ac Date: Mon, 19 Nov 2018 05:09:01 GMT RESP BODY: {"floatingips": []} 2018-11-19 05:09:01,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c3c98f92-d133-43a8-97af-68efea601200 used request id req-7ef0b5cf-7b44-4a82-9478-092ab3e386ac 2018-11-19 05:09:01,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0209219455719s 2018-11-19 05:09:01,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c3c98f92-d133-43a8-97af-68efea601200 used request id req-7ef0b5cf-7b44-4a82-9478-092ab3e386ac 2018-11-19 05:09:01,860 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:45:d0:90', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5661d99a-cf64-4aac-af1f-cbd1c9a210e2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:08:58.000000', 'flavor': Munch({u'id': u'd970da2c-0275-4c76-b8bb-6305fc6f11c4'}), 'az': u'nova', 'id': u'09923d16-919f-4e73-9b8b-ed46bf8def52', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8d1a1abf98fe47fc9c01359790c76d42', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57f789431c79465d8c140f7ea1dea0f0', 'name': 'vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-19T05:08:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-19T05:08:59Z', 'hostId': u'784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:08:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'57f789431c79465d8c140f7ea1dea0f0', 'name': u'vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'adminPass': u'osfzSKw6McZ2', 'tenant_id': u'57f789431c79465d8c140f7ea1dea0f0', 'region': 'regionOne', 'created': u'2018-11-19T05:08:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-19 05:09:01,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:09:01,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:01,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-b5e24c49-4420-44b0-abc7-9d8b47c78f0a Date: Mon, 19 Nov 2018 05:09: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":["4820b0b8-8267-4834-b00d-ec134513c94b"],"updated_at":"2018-11-19T05:08:39Z","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"57f789431c79465d8c140f7ea1dea0f0","id":"32792067-6c65-44af-b48b-7a9947a4269c","name":"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:09:01,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b5e24c49-4420-44b0-abc7-9d8b47c78f0a 2018-11-19 05:09:01,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111649990082s 2018-11-19 05:09:01,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b5e24c49-4420-44b0-abc7-9d8b47c78f0a 2018-11-19 05:09:01,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:09:01,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:02,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a03b4cab-2742-4a85-baec-d1a529662ad0 Date: Mon, 19 Nov 2018 05:09:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "metadata": {}}], "file": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file", "owner": "57f789431c79465d8c140f7ea1dea0f0", "id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "size": 12716032, "self": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:08:49Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:08:47Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:09:02,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a03b4cab-2742-4a85-baec-d1a529662ad0 2018-11-19 05:09:02,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170490980148s 2018-11-19 05:09:02,146 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a03b4cab-2742-4a85-baec-d1a529662ad0 2018-11-19 05:09:02,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:09:02,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:02,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7b7dd22-ef33-4895-ad8a-dce5b35f5da6 x-compute-request-id: req-f7b7dd22-ef33-4895-ad8a-dce5b35f5da6 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "name": "vping_userdata-flavor_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:09:02,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-f7b7dd22-ef33-4895-ad8a-dce5b35f5da6 2018-11-19 05:09:02,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0316829681396s 2018-11-19 05:09:02,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-f7b7dd22-ef33-4895-ad8a-dce5b35f5da6 2018-11-19 05:09:02,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-19 05:09:02,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"server": {"name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "imageRef": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "flavorRef": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjExIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "32792067-6c65-44af-b48b-7a9947a4269c"}]}}' 2018-11-19 05:09:03,258 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:09:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3eb1e1d4-6df7-4429-b7a9-a06bb38b14e3 x-compute-request-id: req-3eb1e1d4-6df7-4429-b7a9-a06bb38b14e3 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "adminPass": "qZCzehB7Y3qH"}} 2018-11-19 05:09:03,259 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3eb1e1d4-6df7-4429-b7a9-a06bb38b14e3 2018-11-19 05:09:03,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.07804512978s 2018-11-19 05:09:03,259 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-3eb1e1d4-6df7-4429-b7a9-a06bb38b14e3 2018-11-19 05:09:03,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:03,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:03,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7f96210-9fef-466e-9b25-49eed176507b x-compute-request-id: req-f7f96210-9fef-466e-9b25-49eed176507b Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:09:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:59Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:03,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7f96210-9fef-466e-9b25-49eed176507b 2018-11-19 05:09:03,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588171005249s 2018-11-19 05:09:03,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7f96210-9fef-466e-9b25-49eed176507b 2018-11-19 05:09:03,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:05,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:05,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:06,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc22ef0c-d649-464b-a174-ff8866151040 x-compute-request-id: req-fc22ef0c-d649-464b-a174-ff8866151040 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:09:04Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:59Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:06,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fc22ef0c-d649-464b-a174-ff8866151040 2018-11-19 05:09:06,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501364946365s 2018-11-19 05:09:06,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fc22ef0c-d649-464b-a174-ff8866151040 2018-11-19 05:09:06,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:08,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:08,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:08,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09: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-330a048c-4a04-4d0e-948e-a538c513186e x-compute-request-id: req-330a048c-4a04-4d0e-948e-a538c513186e Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:09:04Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:59Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:08,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-330a048c-4a04-4d0e-948e-a538c513186e 2018-11-19 05:09:08,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52977180481s 2018-11-19 05:09:08,897 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-330a048c-4a04-4d0e-948e-a538c513186e 2018-11-19 05:09:08,902 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:10,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:10,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:11,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10762055-1bd9-4071-bdd0-b2e78033e16f x-compute-request-id: req-10762055-1bd9-4071-bdd0-b2e78033e16f Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T05:09:04Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:59Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:11,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-10762055-1bd9-4071-bdd0-b2e78033e16f 2018-11-19 05:09:11,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676118850708s 2018-11-19 05:09:11,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-10762055-1bd9-4071-bdd0-b2e78033e16f 2018-11-19 05:09:11,587 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:13,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:13,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:13,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09: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-39e68e1f-4b3b-43b0-bfb6-6899b4bd14bb x-compute-request-id: req-39e68e1f-4b3b-43b0-bfb6-6899b4bd14bb Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:12:38", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:09:11.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:09:11Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:59Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:13,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-39e68e1f-4b3b-43b0-bfb6-6899b4bd14bb 2018-11-19 05:09:13,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378108024597s 2018-11-19 05:09:13,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-39e68e1f-4b3b-43b0-bfb6-6899b4bd14bb 2018-11-19 05:09:13,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 05:09:13,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=96786ee4-f391-45f8-ab3b-c6b9e2d76a96" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:14,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-b5b21f7e-b8e6-4ddb-8682-19dcb586ebbe Date: Mon, 19 Nov 2018 05:09:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T05:09:11Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4820b0b8-8267-4834-b00d-ec134513c94b","ip_address":"192.168.120.9"}],"id":"c0955d2c-e347-4a6a-95a9-9ba1ab7fee85","security_groups":["55811948-5f08-4d8f-8690-b58ae731c306"],"mac_address":"fa:16:3e:5e:12:38","project_id":"57f789431c79465d8c140f7ea1dea0f0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"32792067-6c65-44af-b48b-7a9947a4269c","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:09:04Z","binding:vnic_type":"normal","device_id":"96786ee4-f391-45f8-ab3b-c6b9e2d76a96"}]} 2018-11-19 05:09:14,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=96786ee4-f391-45f8-ab3b-c6b9e2d76a96 used request id req-b5b21f7e-b8e6-4ddb-8682-19dcb586ebbe 2018-11-19 05:09:14,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0600171089172s 2018-11-19 05:09:14,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=96786ee4-f391-45f8-ab3b-c6b9e2d76a96 used request id req-b5b21f7e-b8e6-4ddb-8682-19dcb586ebbe 2018-11-19 05:09:14,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 05:09:14,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c0955d2c-e347-4a6a-95a9-9ba1ab7fee85" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:14,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6ae761c8-0185-45fc-a10d-a8366b99b7f7 Date: Mon, 19 Nov 2018 05:09:14 GMT RESP BODY: {"floatingips": []} 2018-11-19 05:09:14,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c0955d2c-e347-4a6a-95a9-9ba1ab7fee85 used request id req-6ae761c8-0185-45fc-a10d-a8366b99b7f7 2018-11-19 05:09:14,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0209510326385s 2018-11-19 05:09:14,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=c0955d2c-e347-4a6a-95a9-9ba1ab7fee85 used request id req-6ae761c8-0185-45fc-a10d-a8366b99b7f7 2018-11-19 05:09:14,061 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:12:38', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5661d99a-cf64-4aac-af1f-cbd1c9a210e2'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:09:11.000000', 'flavor': Munch({u'id': u'd970da2c-0275-4c76-b8bb-6305fc6f11c4'}), 'az': u'nova', 'id': u'96786ee4-f391-45f8-ab3b-c6b9e2d76a96', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'8d1a1abf98fe47fc9c01359790c76d42', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'57f789431c79465d8c140f7ea1dea0f0', 'name': 'vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-19T05:09:11.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-19T05:09:11Z', 'hostId': u'20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T05:09:11.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'57f789431c79465d8c140f7ea1dea0f0', 'name': u'vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013', 'adminPass': u'qZCzehB7Y3qH', 'tenant_id': u'57f789431c79465d8c140f7ea1dea0f0', 'region': 'regionOne', 'created': u'2018-11-19T05:09:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-19 05:09:14,062 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-11-19 05:09:15,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:15,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:15,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-db4146ff-7b47-4f2d-9a95-4315f8a9cc6c x-compute-request-id: req-db4146ff-7b47-4f2d-9a95-4315f8a9cc6c Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:12:38", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:09:11.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:09:11Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:08:59Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:15,727 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db4146ff-7b47-4f2d-9a95-4315f8a9cc6c 2018-11-19 05:09:15,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.663877010345s 2018-11-19 05:09:15,728 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db4146ff-7b47-4f2d-9a95-4315f8a9cc6c 2018-11-19 05:09:15,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-19 05:09:15,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96/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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 05:09:16,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-3425b7df-946f-4e46-a941-41c647bc7c86 x-compute-request-id: req-3425b7df-946f-4e46-a941-41c647bc7c86 Content-Encoding: gzip Content-Length: 9506 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 481676288 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.148520] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.150173] pid_max: default: 32768 minimum: 301\n[ 0.151065] ACPI: Core revision 20150930\n[ 0.152457] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153756] Security Framework initialized\n[ 0.154567] Yama: becoming mindful.\n[ 0.155293] AppArmor: AppArmor initialized\n[ 0.156159] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157475] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158739] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159940] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161332] Initializing cgroup subsys io\n[ 0.162143] Initializing cgroup subsys memory\n[ 0.162998] Initializing cgroup subsys devices\n[ 0.163877] Initializing cgroup subsys freezer\n[ 0.164741] Initializing cgroup subsys net_cls\n[ 0.165603] Initializing cgroup subsys perf_event\n[ 0.166508] Initializing cgroup subsys net_prio\n[ 0.167385] Initializing cgroup subsys hugetlb\n[ 0.168256] Initializing cgroup subsys pids\n[ 0.169129] CPU: Physical Processor ID: 0\n[ 0.170635] mce: CPU supports 10 MCE banks\n[ 0.171477] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172477] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183341] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189914] ftrace: allocating 31920 entries in 125 pages\n[ 0.217027] smpboot: Max logical packages: 1\n[ 0.217875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.219220] x2apic enabled\n[ 0.220032] Switched APIC routing to physical x2apic.\n[ 0.221777] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226651] KVM setup paravirtual spinlock\n[ 0.227980] x86: Booted up 1 node, 1 CPUs\n[ 0.228787] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230179] devtmpfs: initialized\n[ 0.231897] evm: security.selinux\n[ 0.232597] evm: security.SMACK64\n[ 0.233284] evm: security.SMACK64EXEC\n[ 0.234020] evm: security.SMACK64TRANSMUTE\n[ 0.234823] evm: security.SMACK64MMAP\n[ 0.235567] evm: security.ima\n[ 0.236207] evm: security.capability\n[ 0.237009] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238859] pinctrl core: initialized pinctrl subsystem\n[ 0.239961] RTC time: 5:09:11, date: 11/19/18\n[ 0.240916] NET: Registered protocol family 16\n[ 0.241884] cpuidle: using governor ladder\n[ 0.242698] cpuidle: using governor menu\n[ 0.243480] PCCT header not found.\n[ 0.244232] ACPI: bus type PCI registered\n[ 0.245031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246272] PCI: Using configuration type 1 for base access\n[ 0.248034] ACPI: Added _OSI(Module Device)\n[ 0.248879] ACPI: Added _OSI(Processor Device)\n[ 0.249740] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250637] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252735] ACPI: Interpreter enabled\n[ 0.253506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260830] ACPI: (supports S0 S5)\n[ 0.261532] ACPI: Using IOAPIC for interrupt routing\n[ 0.262480] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265564] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266707] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267936] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271341] acpiphp: Slot [3] registered\n[ 0.272143] acpiphp: Slot [4] registered\n[ 0.272936] acpiphp: Slot [5] registered\n[ 0.273734] acpiphp: Slot [6] registered\n[ 0.274529] acpiphp: Slot [7] registered\n[ 0.275328] acpiphp: Slot [8] registered\n[ 0.276123] acpiphp: Slot [9] registered\n[ 0.276910] acpiphp: Slot [10] registered\n[ 0.277715] acpiphp: Slot [11] registered\n[ 0.278529] acpiphp: Slot [12] registered\n[ 0.279342] acpiphp: Slot [13] registered\n[ 0.280150] acpiphp: Slot [14] registered\n[ 0.280955] acpiphp: Slot [15] registered\n[ 0.291712] acpiphp: Slot [16] registered\n[ 0.292523] acpiphp: Slot [17] registered\n[ 0.293331] acpiphp: Slot [18] registered\n[ 0.294136] acpiphp: Slot [19] registered\n[ 0.294937] acpiphp: Slot [20] registered\n[ 0.295749] acpiphp: Slot [21] registered\n[ 0.296557] acpiphp: Slot [22] registered\n[ 0.297363] acpiphp: Slot [23] registered\n[ 0.298167] acpiphp: Slot [24] registered\n[ 0.298969] acpiphp: Slot [25] registered\n[ 0.299778] acpiphp: Slot [26] registered\n[ 0.300584] acpiphp: Slot [27] registered\n[ 0.301390] acpiphp: Slot [28] registered\n[ 0.302196] acpiphp: Slot [29] registered\n[ 0.302996] acpiphp: Slot [30] registered\n[ 0.303807] acpiphp: Slot [31] registered\n[ 0.304611] PCI host bridge to bus 0000:00\n[ 0.305414] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307826] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309274] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310715] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318193] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319360] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327478] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328905] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.376415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377871] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.379291] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.382064] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.384168] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.385381] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386430] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387970] vgaarb: loaded\n[ 0.388570] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389705] SCSI subsystem initialized\n[ 0.390529] ACPI: bus type USB registered\n[ 0.391342] usbcore: registered new interface driver usbfs\n[ 0.392373] usbcore: registered new interface driver hub\n[ 0.393377] usbcore: registered new device driver usb\n[ 0.394431] PCI: Using ACPI for IRQ routing\n[ 0.395457] NetLabel: Initializing\n[ 0.396167] NetLabel: domain hash size = 128\n[ 0.397110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.398076] NetLabel: unlabeled traffic allowed by default\n[ 0.399176] clocksource: Switched to clocksource kvm-clock\n[ 0.404798] AppArmor: AppArmor Filesystem Enabled\n[ 0.405766] pnp: PnP ACPI init\n[ 0.406680] pnp: PnP ACPI: found 5 devices\n[ 0.413061] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414757] NET: Registered protocol family 2\n[ 0.415723] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416983] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418143] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419303] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420378] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421537] NET: Registered protocol family 1\n[ 0.422400] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423499] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.424569] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438552] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452765] Trying to unpack rootfs image as initramfs...\n[ 0.502804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516955] Scanning for low memory corruption every 60 seconds\n[ 0.518283] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.519430] audit: initializing netlink subsys (disabled)\n[ 0.520457] audit: type=2000 audit(1542604152.004:1): initialized\n[ 0.521766] Initialise system trusted keyring\n[ 0.522698] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523861] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525808] zbud: loaded\n[ 0.526511] VFS: Disk quotas dquot_6.6.0\n[ 0.527332] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528842] fuse init (API version 7.23)\n[ 0.529727] Key type big_key registered\n[ 0.530525] Allocating IMA MOK and blacklist keyrings.\n[ 0.531631] Key type asymmetric registered\n[ 0.532448] Asymmetric key parser 'x509' registered\n[ 0.533393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535228] io scheduler noop registered\n[ 0.536016] io scheduler deadline registered (default)\n[ 0.536994] io scheduler cfq registered\n[ 0.537826] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.540873] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.562470] ACPI: Power Button [PWRF]\n[ 0.563320] GHES: HEST is not enabled!\n[ 0.576985] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610617] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.638060] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.640257] Linux agpgart interface v0.103\n[ 0.642827] brd: module loaded\n[ 0.644097] loop: module loaded\n[ 0.649179] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.650628] GPT:90111 != 2097151\n[ 0.651308] GPT:Alternate GPT header not at the end of the disk.\n[ 0.652398] GPT:90111 != 2097151\n[ 0.653064] GPT: Use GNU Parted to correct GPT errors.\n[ 0.654023] vda: vda1 vda15\n[ 0.655599] scsi host0: ata_piix\n[ 0.656336] scsi host1: ata_piix\n[ 0.657042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.658262] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.659707] libphy: Fixed MDIO Bus: probed\n[ 0.660527] tun: Universal TUN/TAP device driver, 1.6\n[ 0.661476] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.663789] PPP generic driver version 2.4.2\n[ 0.664813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.666130] ehci-pci: EHCI PCI platform driver\n[ 0.666986] ehci-platform: EHCI generic platform driver\n[ 0.667974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.669088] ohci-pci: OHCI PCI platform driver\n[ 0.669937] ohci-platform: OHCI generic platform driver\n[ 0.670917] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.685652] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.686638] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.688068] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.689095] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.690500] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.691707] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.693099] usb usb1: Product: UHCI Host Controller\n[ 0.694010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.695130] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.696192] hub 1-0:1.0: USB hub found\n[ 0.696954] hub 1-0:1.0: 2 ports detected\n[ 0.697838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.699933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.700877] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.701890] mousedev: PS/2 mouse device common for all mice\n[ 0.703138] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.704958] rtc_cmos 00:00: RTC can wake from S4\n[ 0.706032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.707219] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.708393] i2c /dev entries driver\n[ 0.709151] device-mapper: uevent: version 1.0.3\n[ 0.710083] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.711692] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.712948] NET: Registered protocol family 10\n[ 0.713918] NET: Registered protocol family 17\n[ 0.714789] Key type dns_resolver registered\n[ 0.715722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716798] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.718518] registered taskstats version 1\n[ 0.719347] Loading compiled-in X.509 certificates\n[ 0.720773] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.722881] zswap: loaded using pool lzo/zbud\n[ 0.724264] Key type trusted registered\n[ 0.725811] Key type encrypted registered\n[ 0.726628] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.727656] ima: No TPM chip found, activating TPM-bypass!\n[ 0.728680] evm: HMAC attrs: 0x1\n[ 0.729593] Magic number: 10:602:163\n[ 0.730448] rtc_cmos 00:00: setting system clock to 2018-11-19 05:09:12 UTC (1542604152)\n[ 0.732029] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.733133] EDD information not available.\n[ 0.816285] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.817813] Write protecting the kernel read-only data: 14336k\n[ 0.829468] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.831288] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\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.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 2.031687] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.95. iid=i-00000029\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7aZ0A5LVYyMXaMZbh6jH0FnrlFzZNZ979zNWe7AsCJPtHaAEgnIBwGEdGCz9hXUi4OBpJiSKE/1liypqLke9u1H7E80RAGBA3IrJWOKaIpH9x9OtU1uAcWEae6hiHpze0IVnk0g//gghluWZGd6l2mGkWKyfVff0jtCtM9gm14Vra+GGbl+WrFOdGlHgZLyI2XJFRBdWHn1gNu2eqJIDAHK67Afs+2lPHk9Ez/fJyaNXtTgtqYeuLfBFKW17Jj8SYMogDpf7+Vz1HEN9dZwIGCVoDfn11jMEdFHMWoRD9q8fnQsMzEvfppaGBqu0gtnriTOWAtfSpMbIzDje+9oO5 root@vping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013\nssh-dss AAAAB3NzaC1kc3MAAACBAIRW0LRGVZAnh388awIipuCwIH9D6PU0mcLFHWewk5um2rWDFgey0l/5Nf40VgmGLQZnQcrJqdWxh7W+rh0ZopnxeNZ1mjSdxyNQWAJL2iVLJ20VH4t1JRQHXzH+b0IUBq9AaPKSZS0/Wwig83et1xGGedPY/ta0oTKO/e30rBt/AAAAFQDrOqIogS47QaDKpvfIYxHeZvvCLwAAAIBfxuSuDEanObViIvCuIb/sQoosHNR20xwIbtdsKhhWbNmzxY9E/6KlBThTNnzjkCtyUZMSV0Vh/BRDvIWk1GtY2SWe7QCvSmwO/aXFFJIOvp13GYUzOhEnEBFsYHV8qr8+C1KVq9d3k8dV537tOMRLW5vSk34S64MFpEsbsPsjnQAAAIAVh478KQp9h2o1+SM/uFtZ1fz2lUstpX1XsuIL1/D209IEHpdr5n+rVOag3HmEoMW32pKeDYQsRmb2839OjHTSC0ptzgcwc8CPE79+dj+roRi08nEKsscVCI0ogpnwq1ghUxK7OEQIraiGlSslXS6Wkor98cXve364GU0evcd8Kg== root@vping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe5e:1238/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.9 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000029\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.08 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000029\nname: N/A\nava\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013 login: "} 2018-11-19 05:09:16,839 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96/action used request id req-3425b7df-946f-4e46-a941-41c647bc7c86 2018-11-19 05:09:16,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10843205452s 2018-11-19 05:09:16,840 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96/action used request id req-3425b7df-946f-4e46-a941-41c647bc7c86 2018-11-19 05:09:16,840 - 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 481676288 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.148520] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.150173] pid_max: default: 32768 minimum: 301 [ 0.151065] ACPI: Core revision 20150930 [ 0.152457] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153756] Security Framework initialized [ 0.154567] Yama: becoming mindful. [ 0.155293] AppArmor: AppArmor initialized [ 0.156159] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157475] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158739] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159940] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161332] Initializing cgroup subsys io [ 0.162143] Initializing cgroup subsys memory [ 0.162998] Initializing cgroup subsys devices [ 0.163877] Initializing cgroup subsys freezer [ 0.164741] Initializing cgroup subsys net_cls [ 0.165603] Initializing cgroup subsys perf_event [ 0.166508] Initializing cgroup subsys net_prio [ 0.167385] Initializing cgroup subsys hugetlb [ 0.168256] Initializing cgroup subsys pids [ 0.169129] CPU: Physical Processor ID: 0 [ 0.170635] mce: CPU supports 10 MCE banks [ 0.171477] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.172477] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183341] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189914] ftrace: allocating 31920 entries in 125 pages [ 0.217027] smpboot: Max logical packages: 1 [ 0.217875] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.219220] x2apic enabled [ 0.220032] Switched APIC routing to physical x2apic. [ 0.221777] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.222892] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.224870] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.226651] KVM setup paravirtual spinlock [ 0.227980] x86: Booted up 1 node, 1 CPUs [ 0.228787] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.230179] devtmpfs: initialized [ 0.231897] evm: security.selinux [ 0.232597] evm: security.SMACK64 [ 0.233284] evm: security.SMACK64EXEC [ 0.234020] evm: security.SMACK64TRANSMUTE [ 0.234823] evm: security.SMACK64MMAP [ 0.235567] evm: security.ima [ 0.236207] evm: security.capability [ 0.237009] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238859] pinctrl core: initialized pinctrl subsystem [ 0.239961] RTC time: 5:09:11, date: 11/19/18 [ 0.240916] NET: Registered protocol family 16 [ 0.241884] cpuidle: using governor ladder [ 0.242698] cpuidle: using governor menu [ 0.243480] PCCT header not found. [ 0.244232] ACPI: bus type PCI registered [ 0.245031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.246272] PCI: Using configuration type 1 for base access [ 0.248034] ACPI: Added _OSI(Module Device) [ 0.248879] ACPI: Added _OSI(Processor Device) [ 0.249740] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250637] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252735] ACPI: Interpreter enabled [ 0.253506] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.255350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.257172] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.259005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260830] ACPI: (supports S0 S5) [ 0.261532] ACPI: Using IOAPIC for interrupt routing [ 0.262480] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265564] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266707] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267936] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271341] acpiphp: Slot [3] registered [ 0.272143] acpiphp: Slot [4] registered [ 0.272936] acpiphp: Slot [5] registered [ 0.273734] acpiphp: Slot [6] registered [ 0.274529] acpiphp: Slot [7] registered [ 0.275328] acpiphp: Slot [8] registered [ 0.276123] acpiphp: Slot [9] registered [ 0.276910] acpiphp: Slot [10] registered [ 0.277715] acpiphp: Slot [11] registered [ 0.278529] acpiphp: Slot [12] registered [ 0.279342] acpiphp: Slot [13] registered [ 0.280150] acpiphp: Slot [14] registered [ 0.280955] acpiphp: Slot [15] registered [ 0.291712] acpiphp: Slot [16] registered [ 0.292523] acpiphp: Slot [17] registered [ 0.293331] acpiphp: Slot [18] registered [ 0.294136] acpiphp: Slot [19] registered [ 0.294937] acpiphp: Slot [20] registered [ 0.295749] acpiphp: Slot [21] registered [ 0.296557] acpiphp: Slot [22] registered [ 0.297363] acpiphp: Slot [23] registered [ 0.298167] acpiphp: Slot [24] registered [ 0.298969] acpiphp: Slot [25] registered [ 0.299778] acpiphp: Slot [26] registered [ 0.300584] acpiphp: Slot [27] registered [ 0.301390] acpiphp: Slot [28] registered [ 0.302196] acpiphp: Slot [29] registered [ 0.302996] acpiphp: Slot [30] registered [ 0.303807] acpiphp: Slot [31] registered [ 0.304611] PCI host bridge to bus 0000:00 [ 0.305414] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306617] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307826] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309274] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.310715] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316921] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318193] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319360] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320625] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327478] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328905] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.376415] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.377871] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.379291] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.380692] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.382064] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.384168] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.385381] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.386430] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.387970] vgaarb: loaded [ 0.388570] vgaarb: bridge control possible 0000:00:02.0 [ 0.389705] SCSI subsystem initialized [ 0.390529] ACPI: bus type USB registered [ 0.391342] usbcore: registered new interface driver usbfs [ 0.392373] usbcore: registered new interface driver hub [ 0.393377] usbcore: registered new device driver usb [ 0.394431] PCI: Using ACPI for IRQ routing [ 0.395457] NetLabel: Initializing [ 0.396167] NetLabel: domain hash size = 128 [ 0.397110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.398076] NetLabel: unlabeled traffic allowed by default [ 0.399176] clocksource: Switched to clocksource kvm-clock [ 0.404798] AppArmor: AppArmor Filesystem Enabled [ 0.405766] pnp: PnP ACPI init [ 0.406680] pnp: PnP ACPI: found 5 devices [ 0.413061] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.414757] NET: Registered protocol family 2 [ 0.415723] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.416983] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.418143] TCP: Hash tables configured (established 4096 bind 4096) [ 0.419303] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420378] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.421537] NET: Registered protocol family 1 [ 0.422400] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.423499] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.424569] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.438552] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.452765] Trying to unpack rootfs image as initramfs... [ 0.502804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.516955] Scanning for low memory corruption every 60 seconds [ 0.518283] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.519430] audit: initializing netlink subsys (disabled) [ 0.520457] audit: type=2000 audit(1542604152.004:1): initialized [ 0.521766] Initialise system trusted keyring [ 0.522698] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.523861] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.525808] zbud: loaded [ 0.526511] VFS: Disk quotas dquot_6.6.0 [ 0.527332] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.528842] fuse init (API version 7.23) [ 0.529727] Key type big_key registered [ 0.530525] Allocating IMA MOK and blacklist keyrings. [ 0.531631] Key type asymmetric registered [ 0.532448] Asymmetric key parser 'x509' registered [ 0.533393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.535228] io scheduler noop registered [ 0.536016] io scheduler deadline registered (default) [ 0.536994] io scheduler cfq registered [ 0.537826] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.538860] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.540873] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.562470] ACPI: Power Button [PWRF] [ 0.563320] GHES: HEST is not enabled! [ 0.576985] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.610617] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.614144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.638060] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.640257] Linux agpgart interface v0.103 [ 0.642827] brd: module loaded [ 0.644097] loop: module loaded [ 0.649179] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.650628] GPT:90111 != 2097151 [ 0.651308] GPT:Alternate GPT header not at the end of the disk. [ 0.652398] GPT:90111 != 2097151 [ 0.653064] GPT: Use GNU Parted to correct GPT errors. [ 0.654023] vda: vda1 vda15 [ 0.655599] scsi host0: ata_piix [ 0.656336] scsi host1: ata_piix [ 0.657042] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.658262] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.659707] libphy: Fixed MDIO Bus: probed [ 0.660527] tun: Universal TUN/TAP device driver, 1.6 [ 0.661476] tun: (C) 1999-2004 Max Krasnyansky [ 0.663789] PPP generic driver version 2.4.2 [ 0.664813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.666130] ehci-pci: EHCI PCI platform driver [ 0.666986] ehci-platform: EHCI generic platform driver [ 0.667974] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.669088] ohci-pci: OHCI PCI platform driver [ 0.669937] ohci-platform: OHCI generic platform driver [ 0.670917] uhci_hcd: USB Universal Host Controller Interface driver [ 0.685652] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.686638] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.688068] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.689095] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.690500] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.691707] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.693099] usb usb1: Product: UHCI Host Controller [ 0.694010] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.695130] usb usb1: SerialNumber: 0000:00:01.2 [ 0.696192] hub 1-0:1.0: USB hub found [ 0.696954] hub 1-0:1.0: 2 ports detected [ 0.697838] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.699933] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.700877] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.701890] mousedev: PS/2 mouse device common for all mice [ 0.703138] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.704958] rtc_cmos 00:00: RTC can wake from S4 [ 0.706032] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.707219] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.708393] i2c /dev entries driver [ 0.709151] device-mapper: uevent: version 1.0.3 [ 0.710083] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.711692] ledtrig-cpu: registered to indicate activity on CPUs [ 0.712948] NET: Registered protocol family 10 [ 0.713918] NET: Registered protocol family 17 [ 0.714789] Key type dns_resolver registered [ 0.715722] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.716798] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.718518] registered taskstats version 1 [ 0.719347] Loading compiled-in X.509 certificates [ 0.720773] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.722881] zswap: loaded using pool lzo/zbud [ 0.724264] Key type trusted registered [ 0.725811] Key type encrypted registered [ 0.726628] AppArmor: AppArmor sha1 policy hashing enabled [ 0.727656] ima: No TPM chip found, activating TPM-bypass! [ 0.728680] evm: HMAC attrs: 0x1 [ 0.729593] Magic number: 10:602:163 [ 0.730448] rtc_cmos 00:00: setting system clock to 2018-11-19 05:09:12 UTC (1542604152) [ 0.732029] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.733133] EDD information not available. [ 0.816285] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.817813] Write protecting the kernel read-only data: 14336k [ 0.829468] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.831288] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.64 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.81 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 2.031687] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.95. iid=i-00000029 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7aZ0A5LVYyMXaMZbh6jH0FnrlFzZNZ979zNWe7AsCJPtHaAEgnIBwGEdGCz9hXUi4OBpJiSKE/1liypqLke9u1H7E80RAGBA3IrJWOKaIpH9x9OtU1uAcWEae6hiHpze0IVnk0g//gghluWZGd6l2mGkWKyfVff0jtCtM9gm14Vra+GGbl+WrFOdGlHgZLyI2XJFRBdWHn1gNu2eqJIDAHK67Afs+2lPHk9Ez/fJyaNXtTgtqYeuLfBFKW17Jj8SYMogDpf7+Vz1HEN9dZwIGCVoDfn11jMEdFHMWoRD9q8fnQsMzEvfppaGBqu0gtnriTOWAtfSpMbIzDje+9oO5 root@vping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013 ssh-dss AAAAB3NzaC1kc3MAAACBAIRW0LRGVZAnh388awIipuCwIH9D6PU0mcLFHWewk5um2rWDFgey0l/5Nf40VgmGLQZnQcrJqdWxh7W+rh0ZopnxeNZ1mjSdxyNQWAJL2iVLJ20VH4t1JRQHXzH+b0IUBq9AaPKSZS0/Wwig83et1xGGedPY/ta0oTKO/e30rBt/AAAAFQDrOqIogS47QaDKpvfIYxHeZvvCLwAAAIBfxuSuDEanObViIvCuIb/sQoosHNR20xwIbtdsKhhWbNmzxY9E/6KlBThTNnzjkCtyUZMSV0Vh/BRDvIWk1GtY2SWe7QCvSmwO/aXFFJIOvp13GYUzOhEnEBFsYHV8qr8+C1KVq9d3k8dV537tOMRLW5vSk34S64MFpEsbsPsjnQAAAIAVh478KQp9h2o1+SM/uFtZ1fz2lUstpX1XsuIL1/D209IEHpdr5n+rVOag3HmEoMW32pKeDYQsRmb2839OjHTSC0ptzgcwc8CPE79+dj+roRi08nEKsscVCI0ogpnwq1ghUxK7OEQIraiGlSslXS6Wkor98cXve364GU0evcd8Kg== root@vping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fe5e:1238/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.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000029 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.08 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000029 name: N/A ava login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-73d94113-c8d1-4b7e-be1f-8e9e4cb02013 login: 2018-11-19 05:09:16,842 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-11-19 05:09:16,955 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:09:16,956 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:39 | PASS | +------------------------+------------------+------------------+----------------+ 2018-11-19 05:09:16,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 05:09:16,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:17,126 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d15360a-0658-478c-a7fb-1e4b94f4c129 x-compute-request-id: req-0d15360a-0658-478c-a7fb-1e4b94f4c129 Content-Type: application/json 2018-11-19 05:09:17,126 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52 used request id req-0d15360a-0658-478c-a7fb-1e4b94f4c129 2018-11-19 05:09:17,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.165390968323s 2018-11-19 05:09:17,127 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52 used request id req-0d15360a-0658-478c-a7fb-1e4b94f4c129 2018-11-19 05:09:17,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:17,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:17,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-04c4e08f-4a18-4d78-b053-f8d32ebaa499 x-compute-request-id: req-04c4e08f-4a18-4d78-b053-f8d32ebaa499 Content-Encoding: gzip Content-Length: 875 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:12:38", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:09:11.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:09:11Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:d0:90", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:09:17Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:17,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04c4e08f-4a18-4d78-b053-f8d32ebaa499 2018-11-19 05:09:17,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.663487911224s 2018-11-19 05:09:17,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04c4e08f-4a18-4d78-b053-f8d32ebaa499 2018-11-19 05:09:17,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:19,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:19,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:20,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f43b311-bde1-451b-833f-87d706efd750 x-compute-request-id: req-9f43b311-bde1-451b-833f-87d706efd750 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:12:38", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:09:11.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:09:11Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/09923d16-919f-4e73-9b8b-ed46bf8def52", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-11-19T05:08:58.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "09923d16-919f-4e73-9b8b-ed46bf8def52", "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-11-19T05:09:19Z", "hostId": "784648a6c3cd5f56066cc8c15d17a8f96547eb783ae1aa392f4014d3", "OS-SRV-USG:terminated_at": "2018-11-19T05:09:18.000000", "key_name": null, "name": "vping_userdata-vm_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:08:52Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:20,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9f43b311-bde1-451b-833f-87d706efd750 2018-11-19 05:09:20,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356050014496s 2018-11-19 05:09:20,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9f43b311-bde1-451b-833f-87d706efd750 2018-11-19 05:09:20,156 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:22,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:22,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:22,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24c0394a-fa09-47f9-8cb4-b8bc7d05af3d x-compute-request-id: req-24c0394a-fa09-47f9-8cb4-b8bc7d05af3d Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:12:38", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:09:11.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:09:11Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:22,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24c0394a-fa09-47f9-8cb4-b8bc7d05af3d 2018-11-19 05:09:22,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689040899277s 2018-11-19 05:09:22,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-24c0394a-fa09-47f9-8cb4-b8bc7d05af3d 2018-11-19 05:09:22,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 05:09:22,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:23,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dad12e72-0dce-4fa5-ad07-8d953015329f x-compute-request-id: req-dad12e72-0dce-4fa5-ad07-8d953015329f Content-Type: application/json 2018-11-19 05:09:23,079 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96 used request id req-dad12e72-0dce-4fa5-ad07-8d953015329f 2018-11-19 05:09:23,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.227969169617s 2018-11-19 05:09:23,079 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96 used request id req-dad12e72-0dce-4fa5-ad07-8d953015329f 2018-11-19 05:09:23,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:23,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:23,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a36090c4-976b-4dba-8db9-c7e8aad17b02 x-compute-request-id: req-a36090c4-976b-4dba-8db9-c7e8aad17b02 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:12:38", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "rel": "bookmark"}], "image": {"id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "links": [{"href": "http://172.30.9.21:8774/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T05:09:11.000000", "flavor": {"id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "links": [{"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}]}, "id": "96786ee4-f391-45f8-ab3b-c6b9e2d76a96", "security_groups": [{"name": "default"}], "user_id": "8d1a1abf98fe47fc9c01359790c76d42", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T05:09:23Z", "hostId": "20fe28c35f410dd318be24883fb72f4f2649bd56a13589f9d4b06a84", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "created": "2018-11-19T05:09:03Z", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 05:09:23,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a36090c4-976b-4dba-8db9-c7e8aad17b02 2018-11-19 05:09:23,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643667936325s 2018-11-19 05:09:23,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a36090c4-976b-4dba-8db9-c7e8aad17b02 2018-11-19 05:09:23,725 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 05:09:25,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 05:09:25,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:25,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09: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-5bfb9ae7-bcce-493c-9e0e-02c210929842 x-compute-request-id: req-5bfb9ae7-bcce-493c-9e0e-02c210929842 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 05:09:25,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5bfb9ae7-bcce-493c-9e0e-02c210929842 2018-11-19 05:09:25,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.102967023849s 2018-11-19 05:09:25,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5bfb9ae7-bcce-493c-9e0e-02c210929842 2018-11-19 05:09:25,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-19 05:09:25,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e/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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" -d '{"subnet_id": "4820b0b8-8267-4834-b00d-ec134513c94b"}' 2018-11-19 05:09:27,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-41094707-bdf6-4e71-b31d-d93341588902 Date: Mon, 19 Nov 2018 05:09:27 GMT RESP BODY: {"network_id": "32792067-6c65-44af-b48b-7a9947a4269c", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "subnet_id": "4820b0b8-8267-4834-b00d-ec134513c94b", "subnet_ids": ["4820b0b8-8267-4834-b00d-ec134513c94b"], "port_id": "f4a3c84e-1950-4dbb-ac8f-57256ea08385", "id": "36dcb43b-12b6-44a4-8f83-a4558a49c27e"} 2018-11-19 05:09:27,163 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e/remove_router_interface.json used request id req-41094707-bdf6-4e71-b31d-d93341588902 2018-11-19 05:09:27,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.33071398735s 2018-11-19 05:09:27,164 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e/remove_router_interface.json used request id req-41094707-bdf6-4e71-b31d-d93341588902 returning object 36dcb43b-12b6-44a4-8f83-a4558a49c27e 2018-11-19 05:09:27,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-19 05:09:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:27,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-bf0466d8-a9b5-476f-92fe-8477ce26f344 Date: Mon, 19 Nov 2018 05:09:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "created_at": "2018-11-19T05:08:40Z", "admin_state_up": true, "updated_at": "2018-11-19T05:09:26Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "57f789431c79465d8c140f7ea1dea0f0", "id": "36dcb43b-12b6-44a4-8f83-a4558a49c27e", "name": "vping_userdata-router_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}]} 2018-11-19 05:09:27,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-bf0466d8-a9b5-476f-92fe-8477ce26f344 2018-11-19 05:09:27,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0698029994965s 2018-11-19 05:09:27,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-bf0466d8-a9b5-476f-92fe-8477ce26f344 2018-11-19 05:09:27,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-19 05:09:27,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:30,472 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efab0223-7c39-44f1-9578-2a31b4c4992f Content-Length: 0 Date: Mon, 19 Nov 2018 05:09:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:09:30,472 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e.json used request id req-efab0223-7c39-44f1-9578-2a31b4c4992f 2018-11-19 05:09:30,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.23594713211s 2018-11-19 05:09:30,473 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/36dcb43b-12b6-44a4-8f83-a4558a49c27e.json used request id req-efab0223-7c39-44f1-9578-2a31b4c4992f 2018-11-19 05:09:30,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 05:09:30,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:30,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-26704e54-4b7f-4ed1-8bd7-6b0d7c3888b1 Date: Mon, 19 Nov 2018 05:09:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32792067-6c65-44af-b48b-7a9947a4269c","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:08:39Z","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":"57f789431c79465d8c140f7ea1dea0f0","id":"4820b0b8-8267-4834-b00d-ec134513c94b","subnetpool_id":null,"name":"vping_userdata-subnet_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}]} 2018-11-19 05:09:30,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-26704e54-4b7f-4ed1-8bd7-6b0d7c3888b1 2018-11-19 05:09:30,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.055771112442s 2018-11-19 05:09:30,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-26704e54-4b7f-4ed1-8bd7-6b0d7c3888b1 2018-11-19 05:09:30,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-19 05:09:30,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/4820b0b8-8267-4834-b00d-ec134513c94b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:32,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-55591931-4164-4d68-9231-e12dade26122 Date: Mon, 19 Nov 2018 05:09:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:09:32,924 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4820b0b8-8267-4834-b00d-ec134513c94b.json used request id req-55591931-4164-4d68-9231-e12dade26122 2018-11-19 05:09:32,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39281201363s 2018-11-19 05:09:32,924 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4820b0b8-8267-4834-b00d-ec134513c94b.json used request id req-55591931-4164-4d68-9231-e12dade26122 2018-11-19 05:09:32,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:09:32,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:33,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1201 X-Openstack-Request-Id: req-5469d1ae-0057-41d9-bfe3-be1f3e3514c0 Date: Mon, 19 Nov 2018 05:09: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":[],"updated_at":"2018-11-19T05:09:32Z","tenant_id":"57f789431c79465d8c140f7ea1dea0f0","created_at":"2018-11-19T05:08:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"57f789431c79465d8c140f7ea1dea0f0","id":"32792067-6c65-44af-b48b-7a9947a4269c","name":"vping_userdata-net_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 05:09:33,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5469d1ae-0057-41d9-bfe3-be1f3e3514c0 2018-11-19 05:09:33,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115775823593s 2018-11-19 05:09:33,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5469d1ae-0057-41d9-bfe3-be1f3e3514c0 2018-11-19 05:09:33,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-19 05:09:33,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/32792067-6c65-44af-b48b-7a9947a4269c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:34,021 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-942bac86-84fc-4368-80d1-28606c3f65ed Date: Mon, 19 Nov 2018 05:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:09:34,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/32792067-6c65-44af-b48b-7a9947a4269c.json used request id req-942bac86-84fc-4368-80d1-28606c3f65ed 2018-11-19 05:09:34,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.979480981827s 2018-11-19 05:09:34,022 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/32792067-6c65-44af-b48b-7a9947a4269c.json used request id req-942bac86-84fc-4368-80d1-28606c3f65ed 2018-11-19 05:09:34,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:09:34,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:34,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b5530018-8913-4fdd-a4ac-f93082f7a7e5 Date: Mon, 19 Nov 2018 05:09:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "metadata": {}}], "file": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/file", "owner": "57f789431c79465d8c140f7ea1dea0f0", "id": "5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "size": 12716032, "self": "/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:08:49Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:08:47Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:09:34,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b5530018-8913-4fdd-a4ac-f93082f7a7e5 2018-11-19 05:09:34,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0327618122101s 2018-11-19 05:09:34,055 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b5530018-8913-4fdd-a4ac-f93082f7a7e5 2018-11-19 05:09:34,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:09:34,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f0d8d2a4c00bfb3c9c5f719e991f9ffcb8e30626" 2018-11-19 05:09:35,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d151f983-fd8b-4b3c-b127-d0eb9a6d1718 Date: Mon, 19 Nov 2018 05:09:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:09:35,376 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2 used request id req-d151f983-fd8b-4b3c-b127-d0eb9a6d1718 2018-11-19 05:09:35,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.31898713112s 2018-11-19 05:09:35,377 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5661d99a-cf64-4aac-af1f-cbd1c9a210e2 used request id req-d151f983-fd8b-4b3c-b127-d0eb9a6d1718 2018-11-19 05:09:35,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:09:35,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:35,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a556b73b-f640-426e-94b8-def4f43f371d x-compute-request-id: req-a556b73b-f640-426e-94b8-def4f43f371d Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "d970da2c-0275-4c76-b8bb-6305fc6f11c4", "name": "vping_userdata-flavor_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:09:35,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a556b73b-f640-426e-94b8-def4f43f371d 2018-11-19 05:09:35,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0335140228271s 2018-11-19 05:09:35,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a556b73b-f640-426e-94b8-def4f43f371d 2018-11-19 05:09:35,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:09:35,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:35,449 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:09:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d71bfe2-d46a-4c3f-9501-707b1b7b85ab x-compute-request-id: req-2d71bfe2-d46a-4c3f-9501-707b1b7b85ab Content-Length: 0 Content-Type: application/json 2018-11-19 05:09:35,449 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4 used request id req-2d71bfe2-d46a-4c3f-9501-707b1b7b85ab 2018-11-19 05:09:35,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0363221168518s 2018-11-19 05:09:35,449 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d970da2c-0275-4c76-b8bb-6305fc6f11c4 used request id req-2d71bfe2-d46a-4c3f-9501-707b1b7b85ab 2018-11-19 05:09:35,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:09:35,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:35,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e7d813-666d-4b02-84f3-d88f97ae1a85 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_73d94113-c8d1-4b7e-be1f-8e9e4cb02013", "links": {"self": "http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42"}, "domain_id": "default", "enabled": true, "id": "8d1a1abf98fe47fc9c01359790c76d42", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:09:35,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b6e7d813-666d-4b02-84f3-d88f97ae1a85 2018-11-19 05:09:35,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0946078300476s 2018-11-19 05:09:35,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b6e7d813-666d-4b02-84f3-d88f97ae1a85 2018-11-19 05:09:35,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:09:35,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:35,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ba6e8d-c7cd-4cf8-b0ff-e4e81fdc5b43 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42"}, "enabled": true, "id": "8d1a1abf98fe47fc9c01359790c76d42", "options": {}, "domain_id": "default", "name": "vping_userdata-user_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}} 2018-11-19 05:09:35,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 used request id req-d0ba6e8d-c7cd-4cf8-b0ff-e4e81fdc5b43 2018-11-19 05:09:35,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0870859622955s 2018-11-19 05:09:35,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 used request id req-d0ba6e8d-c7cd-4cf8-b0ff-e4e81fdc5b43 2018-11-19 05:09:35,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 05:09:35,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:35,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-350f1ba8-ff06-41c9-8a2d-6d27040d5c84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:09:35,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 used request id req-350f1ba8-ff06-41c9-8a2d-6d27040d5c84 2018-11-19 05:09:35,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.226415872574s 2018-11-19 05:09:35,866 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8d1a1abf98fe47fc9c01359790c76d42 used request id req-350f1ba8-ff06-41c9-8a2d-6d27040d5c84 2018-11-19 05:09:35,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:09:35,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:35,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2230196-cc20-4113-a7a8-89396ea121ad Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0"}, "enabled": true, "id": "57f789431c79465d8c140f7ea1dea0f0", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_73d94113-c8d1-4b7e-be1f-8e9e4cb02013"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:09:35,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a2230196-cc20-4113-a7a8-89396ea121ad 2018-11-19 05:09:35,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0806710720062s 2018-11-19 05:09:35,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a2230196-cc20-4113-a7a8-89396ea121ad 2018-11-19 05:09:35,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 05:09:35,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:36,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a6143b3-b3a6-40cc-8ec1-97feec15fb6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:09:36,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0 used request id req-3a6143b3-b3a6-40cc-8ec1-97feec15fb6c 2018-11-19 05:09:36,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.158920049667s 2018-11-19 05:09:36,109 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/57f789431c79465d8c140f7ea1dea0f0 used request id req-3a6143b3-b3a6-40cc-8ec1-97feec15fb6c 2018-11-19 05:09:36,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:09:36,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:36,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4bb1582-a897-4c98-b3a4-cb57c16dbdde Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bf89397fb2124703837dc773662d89d7", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7"}, "name": "Member"}]} 2018-11-19 05:09:36,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4bb1582-a897-4c98-b3a4-cb57c16dbdde 2018-11-19 05:09:36,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0807809829712s 2018-11-19 05:09:36,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:09:36,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:36,291 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e361d1f2-7166-4fe3-8ef4-66766c334053 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:09:36,292 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bf89397fb2124703837dc773662d89d7 used request id req-e361d1f2-7166-4fe3-8ef4-66766c334053 2018-11-19 05:09:36,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0999820232391s 2018-11-19 05:09:36,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:09:36,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=57f789431c79465d8c140f7ea1dea0f0&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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:36,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e78d3bd2-7aea-488b-be45-33e207f234d9 Date: Mon, 19 Nov 2018 05:09:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "created_at": "2018-11-19T05:08:37Z", "updated_at": "2018-11-19T05:08:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "0306801f-b567-4752-a25a-3bd6350a9a85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "22a09fab-5a45-4ca8-912d-8dc7c8c66a9e", "remote_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "c118dab1-6fce-4805-9905-3e7735a0c73b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "c38b1123-b906-49ce-b39f-0e0dbade0eec", "remote_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}], "revision_number": 4, "project_id": "57f789431c79465d8c140f7ea1dea0f0", "id": "55811948-5f08-4d8f-8690-b58ae731c306", "name": "default"}]} 2018-11-19 05:09:36,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=57f789431c79465d8c140f7ea1dea0f0&name=default used request id req-e78d3bd2-7aea-488b-be45-33e207f234d9 2018-11-19 05:09:36,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.19330906868s 2018-11-19 05:09:36,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=57f789431c79465d8c140f7ea1dea0f0&name=default used request id req-e78d3bd2-7aea-488b-be45-33e207f234d9 2018-11-19 05:09:36,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:09:36,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:36,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7a27ea8b-f365-4298-8531-579f577d8742 Date: Mon, 19 Nov 2018 05:09:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "created_at": "2018-11-19T05:08:37Z", "updated_at": "2018-11-19T05:08:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "0306801f-b567-4752-a25a-3bd6350a9a85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "22a09fab-5a45-4ca8-912d-8dc7c8c66a9e", "remote_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "c118dab1-6fce-4805-9905-3e7735a0c73b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv4", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:08:37Z", "revision_number": 0, "id": "c38b1123-b906-49ce-b39f-0e0dbade0eec", "remote_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "remote_ip_prefix": null, "created_at": "2018-11-19T05:08:37Z", "security_group_id": "55811948-5f08-4d8f-8690-b58ae731c306", "tenant_id": "57f789431c79465d8c140f7ea1dea0f0", "port_range_min": null, "ethertype": "IPv6", "project_id": "57f789431c79465d8c140f7ea1dea0f0"}], "revision_number": 4, "project_id": "57f789431c79465d8c140f7ea1dea0f0", "id": "55811948-5f08-4d8f-8690-b58ae731c306", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 05:09:36,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7a27ea8b-f365-4298-8531-579f577d8742 2018-11-19 05:09:36,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193836927414s 2018-11-19 05:09:36,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7a27ea8b-f365-4298-8531-579f577d8742 2018-11-19 05:09:36,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 05:09:36,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/55811948-5f08-4d8f-8690-b58ae731c306.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}103dc3c47f1ecf86f61b100c39ad87a2b2477948" 2018-11-19 05:09:36,969 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-14f306a0-fa8d-434c-935a-be7da308e87f Content-Length: 0 Date: Mon, 19 Nov 2018 05:09:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:09:36,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/55811948-5f08-4d8f-8690-b58ae731c306.json used request id req-14f306a0-fa8d-434c-935a-be7da308e87f 2018-11-19 05:09:36,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.278281927109s 2018-11-19 05:09:36,970 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/55811948-5f08-4d8f-8690-b58ae731c306.json used request id req-14f306a0-fa8d-434c-935a-be7da308e87f 2018-11-19 05:09:37,019 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-11-19 05:09:37,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:09:37,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:09:37,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:09:37,062 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:09:37,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:09:37,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:09:37,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:09:37,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:09:37,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:09:37,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:09:37,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:09:37,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:09:37,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6441365-5ccb-4bc2-bcb0-196823352aad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:09:37,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a6441365-5ccb-4bc2-bcb0-196823352aad 2018-11-19 05:09:37,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:09:37,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:09:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["HGspRbzSTQqJb1776mIWGA"], "issued_at": "2018-11-19T05:09:37.000000Z"}} 2018-11-19 05:09:37,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:09:37,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:37,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-a0416e72-cfc5-41ea-9bff-cc486cee8484 Date: Mon, 19 Nov 2018 05:09:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:09:37,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a0416e72-cfc5-41ea-9bff-cc486cee8484 2018-11-19 05:09:37,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260873794556s 2018-11-19 05:09:37,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a0416e72-cfc5-41ea-9bff-cc486cee8484 2018-11-19 05:09:37,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:09:37,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:37,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:09:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:09:37,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:37,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4efb0858-01ea-4cdf-b16e-ca555931155a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:09:37,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-4efb0858-01ea-4cdf-b16e-ca555931155a 2018-11-19 05:09:37,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0928130149841s 2018-11-19 05:09:37,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 05:09:37,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}}' 2018-11-19 05:09:37,921 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:09:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f80985f5-b0c3-4402-8012-bc6c273ffdfe 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.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17"}, "enabled": true, "id": "fea9a1374b084ef599cecbeb36415d17", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}} 2018-11-19 05:09:37,921 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f80985f5-b0c3-4402-8012-bc6c273ffdfe 2018-11-19 05:09:37,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.111657857895s 2018-11-19 05:09:37,921 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f80985f5-b0c3-4402-8012-bc6c273ffdfe 2018-11-19 05:09:37,922 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'id': u'fea9a1374b084ef599cecbeb36415d17', 'description': u'Created by OPNFV Functest: tempest_smoke_serial', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 05:09:37,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 05:09:38,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369426965714s 2018-11-19 05:09:38,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:38,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d887de7-3b78-4a37-8d4f-337211d67687 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461"}, "enabled": true, "id": "b2fd0a165c9c49c3b966c649d48ad461", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}} 2018-11-19 05:09:38,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 used request id req-8d887de7-3b78-4a37-8d4f-337211d67687 2018-11-19 05:09:38,381 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b2fd0a165c9c49c3b966c649d48ad461', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e'}) 2018-11-19 05:09:38,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:09:38,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:38,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7395831f-e2d7-4cb0-a61c-61b0b7bc6861 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:09:38,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7395831f-e2d7-4cb0-a61c-61b0b7bc6861 2018-11-19 05:09:38,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0792489051819s 2018-11-19 05:09:38,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:09:38,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:38,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248c4114-f371-409e-8505-ec22e5395693 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:09:38,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-248c4114-f371-409e-8505-ec22e5395693 2018-11-19 05:09:38,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810580253601s 2018-11-19 05:09:38,544 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 05:09:38,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:09:38,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" -d '{"role": {"name": "Member"}}' 2018-11-19 05:09:38,640 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4c8d205-508b-40ff-98dc-7b1adb24bade Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "37a9cf9c31624353a36909be767da835", "links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "name": "Member"}} 2018-11-19 05:09:38,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f4c8d205-508b-40ff-98dc-7b1adb24bade 2018-11-19 05:09:38,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0955328941345s 2018-11-19 05:09:38,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:38,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51a3ae44-c1fb-48be-bbfc-c13bee6b419d Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "domain_id": null, "name": "Member", "id": "37a9cf9c31624353a36909be767da835"}} 2018-11-19 05:09:38,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835 used request id req-51a3ae44-c1fb-48be-bbfc-c13bee6b419d 2018-11-19 05:09:38,718 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835'}, 'domain_id': None, 'human_id': None, 'id': u'37a9cf9c31624353a36909be767da835', 'HUMAN_ID': False}) 2018-11-19 05:09:38,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:09:38,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:38,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-001308f6-36ad-4fec-8821-8028b9c268aa Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "37a9cf9c31624353a36909be767da835", "links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:09:38,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-001308f6-36ad-4fec-8821-8028b9c268aa 2018-11-19 05:09:38,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0805439949036s 2018-11-19 05:09:38,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:09:38,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:38,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ef34b4-6762-4389-9f77-55f311343b7a 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:09:38,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d0ef34b4-6762-4389-9f77-55f311343b7a 2018-11-19 05:09:38,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0719530582428s 2018-11-19 05:09:38,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:09:38,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee389272-33d1-4e8e-a0fc-995748b2ce5c Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "links": {"self": "http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461"}, "domain_id": "default", "enabled": true, "id": "b2fd0a165c9c49c3b966c649d48ad461", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:09:39,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ee389272-33d1-4e8e-a0fc-995748b2ce5c 2018-11-19 05:09:39,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.183427095413s 2018-11-19 05:09:39,057 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ee389272-33d1-4e8e-a0fc-995748b2ce5c 2018-11-19 05:09:39,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:09:39,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9835d42c-9f60-4872-b789-ef613e6d71ed Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17"}, "enabled": true, "id": "fea9a1374b084ef599cecbeb36415d17", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}]} 2018-11-19 05:09:39,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9835d42c-9f60-4872-b789-ef613e6d71ed 2018-11-19 05:09:39,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0798740386963s 2018-11-19 05:09:39,144 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9835d42c-9f60-4872-b789-ef613e6d71ed 2018-11-19 05:09:39,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:09:39,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&scope.project.id=fea9a1374b084ef599cecbeb36415d17&role.id=37a9cf9c31624353a36909be767da835 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a5fb462-8d89-4609-a932-26bf1286ce13 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&scope.project.id=fea9a1374b084ef599cecbeb36415d17&role.id=37a9cf9c31624353a36909be767da835", "previous": null, "next": null}} 2018-11-19 05:09:39,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&scope.project.id=fea9a1374b084ef599cecbeb36415d17&role.id=37a9cf9c31624353a36909be767da835 used request id req-7a5fb462-8d89-4609-a932-26bf1286ce13 2018-11-19 05:09:39,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.076593875885s 2018-11-19 05:09:39,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:09:39,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17/users/b2fd0a165c9c49c3b966c649d48ad461/roles/37a9cf9c31624353a36909be767da835 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,336 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c5ac948-332e-4db6-ba72-bb0e86604393 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:09:39,337 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17/users/b2fd0a165c9c49c3b966c649d48ad461/roles/37a9cf9c31624353a36909be767da835 used request id req-7c5ac948-332e-4db6-ba72-bb0e86604393 2018-11-19 05:09:39,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.113054990768s 2018-11-19 05:09:39,338 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 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': 'db367925-6288-4a3c-af31-39dc74e26e92', 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_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'project_id': u'fea9a1374b084ef599cecbeb36415d17', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 05:09:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:09:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:09:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:09:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:09:39,339 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:09:39,340 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:09:39,341 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:09:39,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:09:39,342 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:09:39,343 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'password': 'db367925-6288-4a3c-af31-39dc74e26e92', 'project_name': 'tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'fea9a1374b084ef599cecbeb36415d17', 'project_domain_name': 'Default'} 2018-11-19 05:09:39,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:09:39,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13aaf6d2-47c2-4ee4-8d16-1bd9e1f62fd0 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "37a9cf9c31624353a36909be767da835", "links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:09:39,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-13aaf6d2-47c2-4ee4-8d16-1bd9e1f62fd0 2018-11-19 05:09:39,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0778820514679s 2018-11-19 05:09:39,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:09:39,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b8c7ce8-859f-4c75-8645-ac69159aa26d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "37a9cf9c31624353a36909be767da835", "links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:09:39,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9b8c7ce8-859f-4c75-8645-ac69159aa26d 2018-11-19 05:09:39,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0760200023651s 2018-11-19 05:09:39,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:09:39,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd8e7bad-17f0-4ceb-808d-3c741a05ba08 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:09:39,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-fd8e7bad-17f0-4ceb-808d-3c741a05ba08 2018-11-19 05:09:39,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0884740352631s 2018-11-19 05:09:39,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:09:39,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffdf2f58-2ecd-4769-9e17-9b1451044eef Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "links": {"self": "http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461"}, "domain_id": "default", "enabled": true, "id": "b2fd0a165c9c49c3b966c649d48ad461", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:09:39,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ffdf2f58-2ecd-4769-9e17-9b1451044eef 2018-11-19 05:09:39,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0957179069519s 2018-11-19 05:09:39,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ffdf2f58-2ecd-4769-9e17-9b1451044eef 2018-11-19 05:09:39,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:09:39,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b939e73e-61b7-482d-bf3f-4e94b3e5e7f4 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17"}, "enabled": true, "id": "fea9a1374b084ef599cecbeb36415d17", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}]} 2018-11-19 05:09:39,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b939e73e-61b7-482d-bf3f-4e94b3e5e7f4 2018-11-19 05:09:39,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0731401443481s 2018-11-19 05:09:39,766 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b939e73e-61b7-482d-bf3f-4e94b3e5e7f4 2018-11-19 05:09:39,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:09:39,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&scope.project.id=fea9a1374b084ef599cecbeb36415d17&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fde0a0b-a05f-4ffc-88bd-8c9db4bdcd41 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&scope.project.id=fea9a1374b084ef599cecbeb36415d17&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 05:09:39,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&scope.project.id=fea9a1374b084ef599cecbeb36415d17&role.id=8b607911576d44ba870fc64e92729d7c used request id req-2fde0a0b-a05f-4ffc-88bd-8c9db4bdcd41 2018-11-19 05:09:39,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0806860923767s 2018-11-19 05:09:39,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:09:39,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17/users/b2fd0a165c9c49c3b966c649d48ad461/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:39,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84c19087-845f-430c-b2cf-1ac752070f05 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:09:39,971 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17/users/b2fd0a165c9c49c3b966c649d48ad461/roles/8b607911576d44ba870fc64e92729d7c used request id req-84c19087-845f-430c-b2cf-1ac752070f05 2018-11-19 05:09:39,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.121690988541s 2018-11-19 05:09:39,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:09:39,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:40,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823e3302-c375-4570-b8e5-7026a02a93a3 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "37a9cf9c31624353a36909be767da835", "links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:09:40,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-823e3302-c375-4570-b8e5-7026a02a93a3 2018-11-19 05:09:40,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0723428726196s 2018-11-19 05:09:40,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:09:40,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:40,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7151a3-cc5c-4902-8b63-8692e11edc1e 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:09:40,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-2b7151a3-cc5c-4902-8b63-8692e11edc1e 2018-11-19 05:09:40,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0810091495514s 2018-11-19 05:09:40,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:09:40,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:40,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af83d484-1eb0-4d42-a0d5-d401f49e1608 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "links": {"self": "http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461"}, "domain_id": "default", "enabled": true, "id": "b2fd0a165c9c49c3b966c649d48ad461", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:09:40,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-af83d484-1eb0-4d42-a0d5-d401f49e1608 2018-11-19 05:09:40,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100471973419s 2018-11-19 05:09:40,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-af83d484-1eb0-4d42-a0d5-d401f49e1608 2018-11-19 05:09:40,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:09:40,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:40,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ad965d-35dd-4f5a-a52f-2cf8be27dc74 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-19 05:09:40,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b2fd0a165c9c49c3b966c649d48ad461&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default used request id req-e0ad965d-35dd-4f5a-a52f-2cf8be27dc74 2018-11-19 05:09:40,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0794560909271s 2018-11-19 05:09:40,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:09:40,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/b2fd0a165c9c49c3b966c649d48ad461/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:09:40,431 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:09:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5c104d6-6690-44e2-9765-e0c68bdc3433 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:09:40,432 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/b2fd0a165c9c49c3b966c649d48ad461/roles/8b607911576d44ba870fc64e92729d7c used request id req-b5c104d6-6690-44e2-9765-e0c68bdc3433 2018-11-19 05:09:40,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118053913116s 2018-11-19 05:09:40,432 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-19 05:09:50,870 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-19 05:09:50.551 14 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=ba83dcca-6a6a-41c7-821e-234613ca50dd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | ba83dcca-6a6a-41c7-821e-234613ca50dd | 2018-11-19T05:09:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: ba83dcca-6a6a-41c7-821e-234613ca50dd ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-19 05:09:54,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-19 05:09:54,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-19 05:10:01,431 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-19 05:09:58.515 23 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-19 05:09:58.657 23 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-19 05:10:01.219 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17) as the default verifier for the future CLI operations. 2018-11-19 05:10:04,363 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-11-19 05:10:04,364 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:10:04,457 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 05:10:04,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:10:04,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:10:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-730f49b9-d2a1-44b3-b1c3-a4873ac7a008 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:10:04,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-730f49b9-d2a1-44b3-b1c3-a4873ac7a008 2018-11-19 05:10:04,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:10:04,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "37a9cf9c31624353a36909be767da835", "name": "Member"}], "expires_at": "2018-11-19T06:10:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fea9a1374b084ef599cecbeb36415d17", "name": "tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/fea9a1374b084ef599cecbeb36415d17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/fea9a1374b084ef599cecbeb36415d17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/fea9a1374b084ef599cecbeb36415d17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fea9a1374b084ef599cecbeb36415d17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/fea9a1374b084ef599cecbeb36415d17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/fea9a1374b084ef599cecbeb36415d17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fea9a1374b084ef599cecbeb36415d17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/fea9a1374b084ef599cecbeb36415d17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/fea9a1374b084ef599cecbeb36415d17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/fea9a1374b084ef599cecbeb36415d17", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/fea9a1374b084ef599cecbeb36415d17", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/fea9a1374b084ef599cecbeb36415d17", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "id": "b2fd0a165c9c49c3b966c649d48ad461"}, "audit_ids": ["NGAU3j9_SP6mgh8A10of5g"], "issued_at": "2018-11-19T05:10:04.000000Z"}} 2018-11-19 05:10:04,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:04,863 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 05:10:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 05:10:04,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:10:04,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:05,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ee5844df-8a9b-4055-a3a2-0dc519bed1ea Date: Mon, 19 Nov 2018 05:10:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:10:05,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee5844df-8a9b-4055-a3a2-0dc519bed1ea 2018-11-19 05:10:05,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.179214000702s 2018-11-19 05:10:05,046 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ee5844df-8a9b-4055-a3a2-0dc519bed1ea 2018-11-19 05:10:05,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:10:05,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}' 2018-11-19 05:10:05,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834 X-Openstack-Request-Id: req-9dca01d7-d583-4c6b-8876-6e224a7a80a1 Date: Mon, 19 Nov 2018 05:10:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file", "owner": "fea9a1374b084ef599cecbeb36415d17", "id": "123eae0d-f2e9-424a-8d67-8b97a397e834", "size": null, "self": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:10:05Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "checksum": null, "created_at": "2018-11-19T05:10:05Z", "protected": false} 2018-11-19 05:10:05,344 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9dca01d7-d583-4c6b-8876-6e224a7a80a1 2018-11-19 05:10:05,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.295461893082s 2018-11-19 05:10:05,345 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9dca01d7-d583-4c6b-8876-6e224a7a80a1 returning object 123eae0d-f2e9-424a-8d67-8b97a397e834 2018-11-19 05:10:05,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:10:05,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/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}e9ec431dda208c19d1feaaaa85df112c201e4710" -d '' 2018-11-19 05:10:06,790 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39f469d5-6cb6-437f-a9f8-d4d0221db6e0 Date: Mon, 19 Nov 2018 05:10:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:10:06,790 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file used request id req-39f469d5-6cb6-437f-a9f8-d4d0221db6e0 2018-11-19 05:10:06,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.44486808777s 2018-11-19 05:10:06,790 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file used request id req-39f469d5-6cb6-437f-a9f8-d4d0221db6e0 2018-11-19 05:10:06,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:10:06,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:06,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-52a81c07-4925-46ea-b43c-2821cb6b9c4e Date: Mon, 19 Nov 2018 05:10:06 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "metadata": {}}], "file": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file", "owner": "fea9a1374b084ef599cecbeb36415d17", "id": "123eae0d-f2e9-424a-8d67-8b97a397e834", "size": 12716032, "self": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:10:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:10:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:10:06,965 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-52a81c07-4925-46ea-b43c-2821cb6b9c4e 2018-11-19 05:10:06,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173842906952s 2018-11-19 05:10:06,965 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-52a81c07-4925-46ea-b43c-2821cb6b9c4e 2018-11-19 05:10:06,967 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap', u'metadata': Munch({})})], 'file': u'/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file', 'owner': u'fea9a1374b084ef599cecbeb36415d17', 'id': u'123eae0d-f2e9-424a-8d67-8b97a397e834', 'size': 12716032, u'self': u'/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fea9a1374b084ef599cecbeb36415d17', 'name': 'tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:10:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T05:10:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'created': u'2018-11-19T05:10:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:10:05Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:10:06,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:10:06,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:10:07,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:10:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82559ab1-2c1c-43d2-a43d-3929509fc6ca x-compute-request-id: req-82559ab1-2c1c-43d2-a43d-3929509fc6ca Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "554db483-8cdc-4abb-b768-39fee00c4ae7", "name": "tempest_smoke_serial-flavor_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:10:07,170 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-82559ab1-2c1c-43d2-a43d-3929509fc6ca 2018-11-19 05:10:07,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.202090024948s 2018-11-19 05:10:07,171 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-82559ab1-2c1c-43d2-a43d-3929509fc6ca returning object 554db483-8cdc-4abb-b768-39fee00c4ae7 2018-11-19 05:10:07,172 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', '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'afd2db966a884ce5bd33890fef4382f7', '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'554db483-8cdc-4abb-b768-39fee00c4ae7', 'swap': 0}) 2018-11-19 05:10:07,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:10:07,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7/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}23262a2dd147af1fc663fa65a0b607692b625726" -d '{"extra_specs": {}}' 2018-11-19 05:10:07,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-a0e0ce35-8116-4f5a-8ac8-a12f2b83e0f3 x-compute-request-id: req-a0e0ce35-8116-4f5a-8ac8-a12f2b83e0f3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:10:07,196 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7/os-extra_specs used request id req-a0e0ce35-8116-4f5a-8ac8-a12f2b83e0f3 2018-11-19 05:10:07,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0234820842743s 2018-11-19 05:10:07,196 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7/os-extra_specs used request id req-a0e0ce35-8116-4f5a-8ac8-a12f2b83e0f3 2018-11-19 05:10:07,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:10:07,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:07,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:10:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:10:07,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:07,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-452bac0f-de0b-4dcc-bfa6-7f66adb5749f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "37a9cf9c31624353a36909be767da835", "links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:10:07,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-452bac0f-de0b-4dcc-bfa6-7f66adb5749f 2018-11-19 05:10:07,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0897889137268s 2018-11-19 05:10:07,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-19 05:10:07,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:07,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-65bf4b2e-9040-42c0-b201-ae608fc40ef1 x-compute-request-id: req-65bf4b2e-9040-42c0-b201-ae608fc40ef1 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-19 05:10:07,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-65bf4b2e-9040-42c0-b201-ae608fc40ef1 2018-11-19 05:10:07,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.191004991531s 2018-11-19 05:10:07,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-65bf4b2e-9040-42c0-b201-ae608fc40ef1 2018-11-19 05:10:07,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:10:07,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:07,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-10d3110c-7b28-4b7a-8c70-1629040631b6 Date: Mon, 19 Nov 2018 05:10:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "metadata": {}}], "file": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file", "owner": "fea9a1374b084ef599cecbeb36415d17", "id": "123eae0d-f2e9-424a-8d67-8b97a397e834", "size": 12716032, "self": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:10:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:10:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:10:07,639 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-10d3110c-7b28-4b7a-8c70-1629040631b6 2018-11-19 05:10:07,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.155148029327s 2018-11-19 05:10:07,640 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-10d3110c-7b28-4b7a-8c70-1629040631b6 2018-11-19 05:10:07,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:10:07,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}' 2018-11-19 05:10:07,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b9613470-218d-4dbf-979f-59419676b116 X-Openstack-Request-Id: req-b5d87ad5-2981-4dcf-b804-cc934993aef8 Date: Mon, 19 Nov 2018 05:10:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b9613470-218d-4dbf-979f-59419676b116/file", "owner": "fea9a1374b084ef599cecbeb36415d17", "id": "b9613470-218d-4dbf-979f-59419676b116", "size": null, "self": "/v2/images/b9613470-218d-4dbf-979f-59419676b116", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:10:07Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "checksum": null, "created_at": "2018-11-19T05:10:07Z", "protected": false} 2018-11-19 05:10:07,838 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b5d87ad5-2981-4dcf-b804-cc934993aef8 2018-11-19 05:10:07,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.19597697258s 2018-11-19 05:10:07,839 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b5d87ad5-2981-4dcf-b804-cc934993aef8 returning object b9613470-218d-4dbf-979f-59419676b116 2018-11-19 05:10:07,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:10:07,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/b9613470-218d-4dbf-979f-59419676b116/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}e9ec431dda208c19d1feaaaa85df112c201e4710" -d '' 2018-11-19 05:10:08,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e2bfb71-bf67-407c-a488-79f456e12c8d Date: Mon, 19 Nov 2018 05:10:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:10:08,946 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b9613470-218d-4dbf-979f-59419676b116/file used request id req-3e2bfb71-bf67-407c-a488-79f456e12c8d 2018-11-19 05:10:08,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.10630106926s 2018-11-19 05:10:08,946 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b9613470-218d-4dbf-979f-59419676b116/file used request id req-3e2bfb71-bf67-407c-a488-79f456e12c8d 2018-11-19 05:10:08,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:10:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:10:09,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-e911f56a-ed5d-46a9-80d5-52d66560f34b Date: Mon, 19 Nov 2018 05:10:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b9613470-218d-4dbf-979f-59419676b116/snap", "metadata": {}}], "file": "/v2/images/b9613470-218d-4dbf-979f-59419676b116/file", "owner": "fea9a1374b084ef599cecbeb36415d17", "id": "b9613470-218d-4dbf-979f-59419676b116", "size": 12716032, "self": "/v2/images/b9613470-218d-4dbf-979f-59419676b116", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b9613470-218d-4dbf-979f-59419676b116/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:10:08Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:10:07Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "metadata": {}}], "file": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file", "owner": "fea9a1374b084ef599cecbeb36415d17", "id": "123eae0d-f2e9-424a-8d67-8b97a397e834", "size": 12716032, "self": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:10:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:10:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:10:09,119 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e911f56a-ed5d-46a9-80d5-52d66560f34b 2018-11-19 05:10:09,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171854019165s 2018-11-19 05:10:09,119 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e911f56a-ed5d-46a9-80d5-52d66560f34b 2018-11-19 05:10:09,122 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b9613470-218d-4dbf-979f-59419676b116/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b9613470-218d-4dbf-979f-59419676b116/file', 'owner': u'fea9a1374b084ef599cecbeb36415d17', 'id': u'b9613470-218d-4dbf-979f-59419676b116', 'size': 12716032, u'self': u'/v2/images/b9613470-218d-4dbf-979f-59419676b116', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fea9a1374b084ef599cecbeb36415d17', 'name': 'tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b9613470-218d-4dbf-979f-59419676b116/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:10:08Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T05:10:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b9613470-218d-4dbf-979f-59419676b116', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', 'created': u'2018-11-19T05:10:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:10:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b9613470-218d-4dbf-979f-59419676b116', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:10:09,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:10:09,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:10:09,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-d5dca704-96e7-48be-94ab-dd31594bef09 x-compute-request-id: req-d5dca704-96e7-48be-94ab-dd31594bef09 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7182d0f3-5dc9-4490-b763-3b0d2d6c451c", "name": "tempest_smoke_serial-flavor_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:10:09,195 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d5dca704-96e7-48be-94ab-dd31594bef09 2018-11-19 05:10:09,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0719549655914s 2018-11-19 05:10:09,195 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d5dca704-96e7-48be-94ab-dd31594bef09 returning object 7182d0f3-5dc9-4490-b763-3b0d2d6c451c 2018-11-19 05:10:09,196 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', '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'afd2db966a884ce5bd33890fef4382f7', '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'7182d0f3-5dc9-4490-b763-3b0d2d6c451c', 'swap': 0}) 2018-11-19 05:10:09,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:10:09,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c/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}23262a2dd147af1fc663fa65a0b607692b625726" -d '{"extra_specs": {}}' 2018-11-19 05:10:09,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-9d5be1c0-bb28-4da2-ba8c-228039867d99 x-compute-request-id: req-9d5be1c0-bb28-4da2-ba8c-228039867d99 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:10:09,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c/os-extra_specs used request id req-9d5be1c0-bb28-4da2-ba8c-228039867d99 2018-11-19 05:10:09,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210299491882s 2018-11-19 05:10:09,218 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c/os-extra_specs used request id req-9d5be1c0-bb28-4da2-ba8c-228039867d99 2018-11-19 05:10:09,219 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e', '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'afd2db966a884ce5bd33890fef4382f7', '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'7182d0f3-5dc9-4490-b763-3b0d2d6c451c', 'swap': 0}) 2018-11-19 05:10:12,456 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-19 05:10:11.372 42 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17) for deployment 'opnfv-rally' (UUID=ba83dcca-6a6a-41c7-821e-234613ca50dd). 2018-11-19 05:10:12.281 42 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-19 05:10:12.284 42 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17) has been successfully configured for deployment 'opnfv-rally' (UUID=ba83dcca-6a6a-41c7-821e-234613ca50dd)! 2018-11-19 05:10:12,456 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-19 05:10:12,457 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-19 05:10:12,459 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-19 05:10:12,477 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-19 05:10:17,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6a267151-a6e5-441e-baaa-03775e97da17/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-11-19 05:10:17,643 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-19 05:10:17,684 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-19 05:10:17,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt', u'--concurrency=1']'. 2018-11-19 05:10:20,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:10:20.901 51 INFO rally.api [-] Starting verification (UUID=8a65b41d-7f0d-4aa1-a712-6a4b1c574217) for deployment 'opnfv-rally' (UUID=ba83dcca-6a6a-41c7-821e-234613ca50dd) by verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17). 2018-11-19 05:10:20,904 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 8a65b41d-7f0d-4aa1-a712-6a4b1c574217 2018-11-19 05:10:27,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:10:27.034 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.172s] 2018-11-19 05:10:27,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:10:27.092 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.058s] 2018-11-19 05:10:33,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:10:33.225 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.496s] 2018-11-19 05:10:36,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:10:36.444 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.219s] 2018-11-19 05:10:49,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:10:49.817 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.657s] 2018-11-19 05:11:05,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:11:05.545 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [9.809s] 2018-11-19 05:11:44,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:11:44.555 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-11-19 05:11:44,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:11:44.556 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-19 05:12:22,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:12:22.243 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-11-19 05:12:22,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:12:22.245 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-11-19 05:12:57,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:12:57.921 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.097s] 2018-11-19 05:12:57,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:12:57.923 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-11-19 05:13:51,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:13:51.254 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.984s] 2018-11-19 05:14:17,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:17.103 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-11-19 05:14:17,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:17.202 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-11-19 05:14:23,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:23.602 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.657s] 2018-11-19 05:14:23,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:23.612 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-11-19 05:14:24,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:24.903 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 05:14:24,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:24.905 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 05:14:29,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:29.474 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.356s] 2018-11-19 05:14:35,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:35.501 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.413s] 2018-11-19 05:14:42,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:42.205 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.772s] 2018-11-19 05:14:49,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:49.448 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.351s] 2018-11-19 05:14:58,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:14:58.708 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.064s] 2018-11-19 05:15:05,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:05.178 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.654s] 2018-11-19 05:15:11,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:11.142 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.177s] 2018-11-19 05:15:18,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:18.660 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.419s] 2018-11-19 05:15:25,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:25.857 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.757s] 2018-11-19 05:15:34,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:34.595 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.730s] 2018-11-19 05:15:36,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:36.637 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-19 05:15:38,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:38.574 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.084s] 2018-11-19 05:15:38,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:38.666 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.092s] 2018-11-19 05:15:38,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:38.742 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.075s] 2018-11-19 05:15:38,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:38.749 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-11-19 05:15:42,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:42.650 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.828s] 2018-11-19 05:15:44,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:44.793 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.142s] 2018-11-19 05:15:46,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:46.966 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.171s] 2018-11-19 05:15:53,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:15:53.796 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-11-19 05:16:01,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:01.049 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.119s] 2018-11-19 05:16:17,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:17.656 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.112s] 2018-11-19 05:16:22,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:22.641 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.985s] 2018-11-19 05:16:35,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:35.781 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.617s] 2018-11-19 05:16:39,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:39.231 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.448s] 2018-11-19 05:16:47,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:47.093 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.861s] 2018-11-19 05:16:55,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:55.884 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.115s] 2018-11-19 05:16:59,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:16:59.612 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.726s] 2018-11-19 05:17:06,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:06.252 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.639s] 2018-11-19 05:17:21,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:21.278 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.254s] 2018-11-19 05:17:21,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:21.547 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.268s] 2018-11-19 05:17:21,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:21.804 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.256s] 2018-11-19 05:17:22,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:22.010 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.205s] 2018-11-19 05:17:22,253 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:22.252 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.241s] 2018-11-19 05:17:22,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:22.340 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.087s] 2018-11-19 05:17:36,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:36.811 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.253s] 2018-11-19 05:17:37,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:37.118 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.307s] 2018-11-19 05:17:37,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:37.256 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.137s] 2018-11-19 05:17:37,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:37.445 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.189s] 2018-11-19 05:17:37,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:37.716 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.269s] 2018-11-19 05:17:37,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:37.919 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.203s] 2018-11-19 05:17:50,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:50.731 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.354s] 2018-11-19 05:17:57,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:57.443 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.711s] 2018-11-19 05:17:59,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:59.234 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.790s] 2018-11-19 05:17:59,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:59.436 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.201s] 2018-11-19 05:17:59,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:17:59.487 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.051s] 2018-11-19 05:18:11,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:18:11.297 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.478s] 2018-11-19 05:18:18,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:18:18.627 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.329s] 2018-11-19 05:18:20,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:18:20.611 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.982s] 2018-11-19 05:18:20,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:18:20.677 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.066s] 2018-11-19 05:18:20,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:18:20.882 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.205s] 2018-11-19 05:18:42,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:18:42.734 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.280s] 2018-11-19 05:18:54,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:18:54.290 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.555s] 2018-11-19 05:19:04,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:19:04.524 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.233s] 2018-11-19 05:19:13,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:19:13.645 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [9.121s] 2018-11-19 05:19:44,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:19:44.439 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.850s] 2018-11-19 05:19:56,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:19:56.492 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.052s] 2018-11-19 05:20:07,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:07.208 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.714s] 2018-11-19 05:20:16,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:16.749 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [9.541s] 2018-11-19 05:20:33,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:33.223 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.539s] 2018-11-19 05:20:35,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:35.718 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.492s] 2018-11-19 05:20:35,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:35.918 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.202s] 2018-11-19 05:20:40,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:40.691 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.615s] 2018-11-19 05:20:43,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:43.166 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.473s] 2018-11-19 05:20:43,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:43.214 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.049s] 2018-11-19 05:20:47,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:47.467 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.190s] 2018-11-19 05:20:50,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:50.629 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-11-19 05:20:52,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:52.003 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-19 05:20:52,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:52.006 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-19 05:20:52,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:52.007 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-19 05:20:52,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:52.008 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-19 05:20:52,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:52.009 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-19 05:20:53,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:20:53.854 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-11-19 05:21:06,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:21:06.991 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.219s] 2018-11-19 05:21:18,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:21:18.158 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.127s] 2018-11-19 05:21:30,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:21:30.354 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [12.193s] 2018-11-19 05:21:39,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:21:39.413 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2018-11-19 05:22:47,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:22:47.220 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [61.520s] 2018-11-19 05:23:27,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:23:27.982 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [28.105s] 2018-11-19 05:24:23,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:24:23.845 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.172s] 2018-11-19 05:24:44,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 8a65b41d-7f0d-4aa1-a712-6a4b1c574217 2018-11-19 05:24:44,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8a65b41d-7f0d-4aa1-a712-6a4b1c574217']'. 2018-11-19 05:24:45,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-19 05:24:45,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-19 05:24:45,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 05:24:45,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8a65b41d-7f0d-4aa1-a712-6a4b1c574217 | 2018-11-19 05:24:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-19 05:24:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-19 05:10:19 | 2018-11-19 05:24:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-19 05:24:44 | 2018-11-19 05:24:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:25 | 2018-11-19 05:24:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-11-19 05:24:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-19 05:24:45,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-19 05:24:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6a267151-a6e5-441e-baaa-03775e97da17) | 2018-11-19 05:24:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-19 05:24:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: ba83dcca-6a6a-41c7-821e-234613ca50dd) | 2018-11-19 05:24:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-11-19 05:24:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 838.927 | 2018-11-19 05:24:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 90 | 2018-11-19 05:24:45,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-11-19 05:24:45,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-19 05:24:45,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-19 05:24:45,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-19 05:24:45,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 05:24:45,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-19 05:24:45,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-19 05:24:45,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 100.0% 2018-11-19 05:24:45,634 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:24:45,634 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:41 | PASS | +------------------------------+------------------+------------------+----------------+ 2018-11-19 05:24:45,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:24:45,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/b9613470-218d-4dbf-979f-59419676b116 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:24:47,305 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ea2f39f-9d63-45eb-9d9f-9d8f05ed6f51 Date: Mon, 19 Nov 2018 05:24:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:24:47,305 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b9613470-218d-4dbf-979f-59419676b116 used request id req-8ea2f39f-9d63-45eb-9d9f-9d8f05ed6f51 2018-11-19 05:24:47,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.66540288925s 2018-11-19 05:24:47,306 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b9613470-218d-4dbf-979f-59419676b116 used request id req-8ea2f39f-9d63-45eb-9d9f-9d8f05ed6f51 2018-11-19 05:24:47,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:24:47,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:47,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24: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-df723f15-71bf-4757-bfca-3d95c686b555 x-compute-request-id: req-df723f15-71bf-4757-bfca-3d95c686b555 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "554db483-8cdc-4abb-b768-39fee00c4ae7", "name": "tempest_smoke_serial-flavor_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7182d0f3-5dc9-4490-b763-3b0d2d6c451c", "name": "tempest_smoke_serial-flavor_alt_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:24:47,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-df723f15-71bf-4757-bfca-3d95c686b555 2018-11-19 05:24:47,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.176681995392s 2018-11-19 05:24:47,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-df723f15-71bf-4757-bfca-3d95c686b555 2018-11-19 05:24:47,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:24:47,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:47,534 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:24: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-a85a5f1a-05c7-46d8-94c5-203acffd9803 x-compute-request-id: req-a85a5f1a-05c7-46d8-94c5-203acffd9803 Content-Length: 0 Content-Type: application/json 2018-11-19 05:24:47,534 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c used request id req-a85a5f1a-05c7-46d8-94c5-203acffd9803 2018-11-19 05:24:47,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0484139919281s 2018-11-19 05:24:47,535 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7182d0f3-5dc9-4490-b763-3b0d2d6c451c used request id req-a85a5f1a-05c7-46d8-94c5-203acffd9803 2018-11-19 05:24:47,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:24:47,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:24:47,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-0a821568-c716-4c19-a736-22ce82fd09ad Date: Mon, 19 Nov 2018 05:24:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "metadata": {}}], "file": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834/file", "owner": "fea9a1374b084ef599cecbeb36415d17", "id": "123eae0d-f2e9-424a-8d67-8b97a397e834", "size": 12716032, "self": "/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/123eae0d-f2e9-424a-8d67-8b97a397e834/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:10:06Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:10:05Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:24:47,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0a821568-c716-4c19-a736-22ce82fd09ad 2018-11-19 05:24:47,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.182721853256s 2018-11-19 05:24:47,718 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0a821568-c716-4c19-a736-22ce82fd09ad 2018-11-19 05:24:47,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:24:47,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e9ec431dda208c19d1feaaaa85df112c201e4710" 2018-11-19 05:24:49,491 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a644a6d-59b1-4a8b-8977-cdd5bf350134 Date: Mon, 19 Nov 2018 05:24:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:24:49,491 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834 used request id req-8a644a6d-59b1-4a8b-8977-cdd5bf350134 2018-11-19 05:24:49,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.77077293396s 2018-11-19 05:24:49,492 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/123eae0d-f2e9-424a-8d67-8b97a397e834 used request id req-8a644a6d-59b1-4a8b-8977-cdd5bf350134 2018-11-19 05:24:49,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:24:49,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:49,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a912e398-d2a1-4a52-a4e6-253c124fdf8f x-compute-request-id: req-a912e398-d2a1-4a52-a4e6-253c124fdf8f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "554db483-8cdc-4abb-b768-39fee00c4ae7", "name": "tempest_smoke_serial-flavor_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:24:49,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a912e398-d2a1-4a52-a4e6-253c124fdf8f 2018-11-19 05:24:49,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0326149463654s 2018-11-19 05:24:49,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-a912e398-d2a1-4a52-a4e6-253c124fdf8f 2018-11-19 05:24:49,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:24:49,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:49,568 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:24:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ab5567f-49a3-4b1c-8fae-3d4e1d5db9c6 x-compute-request-id: req-7ab5567f-49a3-4b1c-8fae-3d4e1d5db9c6 Content-Length: 0 Content-Type: application/json 2018-11-19 05:24:49,568 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7 used request id req-7ab5567f-49a3-4b1c-8fae-3d4e1d5db9c6 2018-11-19 05:24:49,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0412418842316s 2018-11-19 05:24:49,569 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/554db483-8cdc-4abb-b768-39fee00c4ae7 used request id req-7ab5567f-49a3-4b1c-8fae-3d4e1d5db9c6 2018-11-19 05:24:49,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:24:49,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:49,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf38120-90bc-4e68-8955-670d7f4fb1a4 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e", "links": {"self": "http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461"}, "domain_id": "default", "enabled": true, "id": "b2fd0a165c9c49c3b966c649d48ad461", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:24:49,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ddf38120-90bc-4e68-8955-670d7f4fb1a4 2018-11-19 05:24:49,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0969779491425s 2018-11-19 05:24:49,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ddf38120-90bc-4e68-8955-670d7f4fb1a4 2018-11-19 05:24:49,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:24:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:49,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e65015e-1603-49dc-9b0b-42a4accff2d5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461"}, "enabled": true, "id": "b2fd0a165c9c49c3b966c649d48ad461", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}} 2018-11-19 05:24:49,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 used request id req-6e65015e-1603-49dc-9b0b-42a4accff2d5 2018-11-19 05:24:49,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983219146729s 2018-11-19 05:24:49,772 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 used request id req-6e65015e-1603-49dc-9b0b-42a4accff2d5 2018-11-19 05:24:49,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 05:24:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:49,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:24:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-845e430c-4b3b-417a-850c-19c043358099 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:24:49,987 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 used request id req-845e430c-4b3b-417a-850c-19c043358099 2018-11-19 05:24:49,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.214583158493s 2018-11-19 05:24:49,987 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b2fd0a165c9c49c3b966c649d48ad461 used request id req-845e430c-4b3b-417a-850c-19c043358099 2018-11-19 05:24:49,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:24:49,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:50,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e72f5a31-b078-4d07-ab3b-c2c222b55b16 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17"}, "enabled": true, "id": "fea9a1374b084ef599cecbeb36415d17", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_c5d89ce3-1ce9-4754-94f6-454fa1e6801e"}]} 2018-11-19 05:24:50,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-e72f5a31-b078-4d07-ab3b-c2c222b55b16 2018-11-19 05:24:50,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778238773346s 2018-11-19 05:24:50,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-e72f5a31-b078-4d07-ab3b-c2c222b55b16 2018-11-19 05:24:50,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 05:24:50,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:50,224 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:24:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9d4e415-fcef-4d6e-87bc-bbd3a3eb5878 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:24:50,224 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17 used request id req-f9d4e415-fcef-4d6e-87bc-bbd3a3eb5878 2018-11-19 05:24:50,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.15530705452s 2018-11-19 05:24:50,224 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fea9a1374b084ef599cecbeb36415d17 used request id req-f9d4e415-fcef-4d6e-87bc-bbd3a3eb5878 2018-11-19 05:24:50,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:24:50,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:50,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9075b474-9888-468e-8df7-61def4d6065e Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "37a9cf9c31624353a36909be767da835", "links": {"self": "http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:24:50,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9075b474-9888-468e-8df7-61def4d6065e 2018-11-19 05:24:50,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834858417511s 2018-11-19 05:24:50,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:24:50,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:50,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:24:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40abbf0a-6df6-4d6a-98de-c00707b40161 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:24:50,411 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/37a9cf9c31624353a36909be767da835 used request id req-40abbf0a-6df6-4d6a-98de-c00707b40161 2018-11-19 05:24:50,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101833105087s 2018-11-19 05:24:50,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:24:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fea9a1374b084ef599cecbeb36415d17&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}23262a2dd147af1fc663fa65a0b607692b625726" 2018-11-19 05:24:50,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9b2796c0-5a63-475a-8e98-e6b9e48b8854 Date: Mon, 19 Nov 2018 05:24:50 GMT RESP BODY: {"security_groups": []} 2018-11-19 05:24:50,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fea9a1374b084ef599cecbeb36415d17&name=default used request id req-9b2796c0-5a63-475a-8e98-e6b9e48b8854 2018-11-19 05:24:50,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.176191806793s 2018-11-19 05:24:50,591 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fea9a1374b084ef599cecbeb36415d17&name=default used request id req-9b2796c0-5a63-475a-8e98-e6b9e48b8854 2018-11-19 05:24:50,644 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:24:50,728 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:24:50,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:24:50,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:24:50,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:24:50,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88bd29aa-df0e-42df-904e-3e1e2f9b7094 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:24:50,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-88bd29aa-df0e-42df-904e-3e1e2f9b7094 2018-11-19 05:24:50,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:24:51,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:24:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["Qrb6znvMT3W3KlrQBD8c7A"], "issued_at": "2018-11-19T05:24:51.000000Z"}} 2018-11-19 05:24:51,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:24:51,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:51,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-8979a51a-2bba-41df-b7f0-b5f3f5b4367d Date: Mon, 19 Nov 2018 05:24:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:24:51,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8979a51a-2bba-41df-b7f0-b5f3f5b4367d 2018-11-19 05:24:51,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245480060577s 2018-11-19 05:24:51,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8979a51a-2bba-41df-b7f0-b5f3f5b4367d 2018-11-19 05:24:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:24:51,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:51,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:24:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:24:51,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:51,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9782386-2ac6-4180-8ecd-a6eb31a537a6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:24:51,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c9782386-2ac6-4180-8ecd-a6eb31a537a6 2018-11-19 05:24:51,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.100828886032s 2018-11-19 05:24:51,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 05:24:51,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37"}}' 2018-11-19 05:24:51,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:24:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9888fc2e-c083-47a5-b1e6-1ed785befffe 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.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e"}, "enabled": true, "id": "66992ecabf3a429dbf0a736cea7b956e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37"}} 2018-11-19 05:24:51,580 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9888fc2e-c083-47a5-b1e6-1ed785befffe 2018-11-19 05:24:51,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.114506959915s 2018-11-19 05:24:51,580 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9888fc2e-c083-47a5-b1e6-1ed785befffe 2018-11-19 05:24:51,581 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'id': u'66992ecabf3a429dbf0a736cea7b956e', 'description': u'Created by OPNFV Functest: rally_sanity', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 05:24:51,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 05:24:51,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344702005386s 2018-11-19 05:24:51,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde383cc-5f75-42f0-ab45-1677da19bec5 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb"}, "enabled": true, "id": "d55ab735dbd4422fa384e09abc2bd0bb", "options": {}, "domain_id": "default", "name": "rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37"}} 2018-11-19 05:24:52,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb used request id req-fde383cc-5f75-42f0-ab45-1677da19bec5 2018-11-19 05:24:52,021 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd55ab735dbd4422fa384e09abc2bd0bb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37'}) 2018-11-19 05:24:52,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:24:52,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57918f57-411b-4c2d-b26e-b05fd9019a9e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:24:52,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-57918f57-411b-4c2d-b26e-b05fd9019a9e 2018-11-19 05:24:52,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0147078037262s 2018-11-19 05:24:52,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:24:52,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bd62ff9-cdb5-4c02-a739-5384633d2efc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:24:52,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0bd62ff9-cdb5-4c02-a739-5384633d2efc 2018-11-19 05:24:52,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073667049408s 2018-11-19 05:24:52,112 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 05:24:52,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:24:52,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" -d '{"role": {"name": "Member"}}' 2018-11-19 05:24:52,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-042134d7-c0a3-4a2d-a348-2cbfc7a5db61 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b6415b54a637452fbff2bc2a667f9bde", "links": {"self": "http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde"}, "name": "Member"}} 2018-11-19 05:24:52,208 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-042134d7-c0a3-4a2d-a348-2cbfc7a5db61 2018-11-19 05:24:52,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0957431793213s 2018-11-19 05:24:52,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae5c0b2-b460-47a2-8c75-1d1df75d3872 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde"}, "domain_id": null, "name": "Member", "id": "b6415b54a637452fbff2bc2a667f9bde"}} 2018-11-19 05:24:52,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde used request id req-5ae5c0b2-b460-47a2-8c75-1d1df75d3872 2018-11-19 05:24:52,288 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde'}, 'domain_id': None, 'human_id': None, 'id': u'b6415b54a637452fbff2bc2a667f9bde', 'HUMAN_ID': False}) 2018-11-19 05:24:52,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:24:52,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0147f63-2ff6-4961-827c-68288f192667 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b6415b54a637452fbff2bc2a667f9bde", "links": {"self": "http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde"}, "name": "Member"}]} 2018-11-19 05:24:52,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a0147f63-2ff6-4961-827c-68288f192667 2018-11-19 05:24:52,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0738060474396s 2018-11-19 05:24:52,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:24:52,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c87984d4-508d-4dad-94ba-12bdd672fa87 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:24:52,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c87984d4-508d-4dad-94ba-12bdd672fa87 2018-11-19 05:24:52,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0837969779968s 2018-11-19 05:24:52,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:24:52,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d90260-1c50-4919-abb6-df7905ea859c Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37", "links": {"self": "http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb"}, "domain_id": "default", "enabled": true, "id": "d55ab735dbd4422fa384e09abc2bd0bb", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:24:52,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-76d90260-1c50-4919-abb6-df7905ea859c 2018-11-19 05:24:52,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0990989208221s 2018-11-19 05:24:52,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-76d90260-1c50-4919-abb6-df7905ea859c 2018-11-19 05:24:52,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:24:52,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05722deb-a18a-4edc-927a-a7862e97c1ba Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e"}, "enabled": true, "id": "66992ecabf3a429dbf0a736cea7b956e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:24:52,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-05722deb-a18a-4edc-927a-a7862e97c1ba 2018-11-19 05:24:52,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0705289840698s 2018-11-19 05:24:52,625 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-05722deb-a18a-4edc-927a-a7862e97c1ba 2018-11-19 05:24:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:24:52,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=d55ab735dbd4422fa384e09abc2bd0bb&scope.project.id=66992ecabf3a429dbf0a736cea7b956e&role.id=b6415b54a637452fbff2bc2a667f9bde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b821ad2e-9c64-4c52-b2f4-c373445ba359 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d55ab735dbd4422fa384e09abc2bd0bb&scope.project.id=66992ecabf3a429dbf0a736cea7b956e&role.id=b6415b54a637452fbff2bc2a667f9bde", "previous": null, "next": null}} 2018-11-19 05:24:52,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d55ab735dbd4422fa384e09abc2bd0bb&scope.project.id=66992ecabf3a429dbf0a736cea7b956e&role.id=b6415b54a637452fbff2bc2a667f9bde used request id req-b821ad2e-9c64-4c52-b2f4-c373445ba359 2018-11-19 05:24:52,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0803470611572s 2018-11-19 05:24:52,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:24:52,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e/users/d55ab735dbd4422fa384e09abc2bd0bb/roles/b6415b54a637452fbff2bc2a667f9bde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e56df649-c6ca-4aa2-be19-ad6590476e70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:24:52,828 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e/users/d55ab735dbd4422fa384e09abc2bd0bb/roles/b6415b54a637452fbff2bc2a667f9bde used request id req-e56df649-c6ca-4aa2-be19-ad6590476e70 2018-11-19 05:24:52,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.119692087173s 2018-11-19 05:24:52,829 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37', 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': 'b147db46-f513-4ef8-8a29-217dcaca7d16', 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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'project_id': u'66992ecabf3a429dbf0a736cea7b956e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 05:24:52,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:24:52,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:24:52,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:24:52,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:24:52,832 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:24:52,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:24:52,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:24:52,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:24:52,833 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:24:52,834 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'password': 'b147db46-f513-4ef8-8a29-217dcaca7d16', 'project_name': 'rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '66992ecabf3a429dbf0a736cea7b956e', 'project_domain_name': 'Default'} 2018-11-19 05:24:52,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:24:52,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04da705b-9a79-43f4-9caa-b21fdf61cc2b Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b6415b54a637452fbff2bc2a667f9bde", "links": {"self": "http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde"}, "name": "Member"}]} 2018-11-19 05:24:52,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-04da705b-9a79-43f4-9caa-b21fdf61cc2b 2018-11-19 05:24:52,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.072096824646s 2018-11-19 05:24:52,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:24:52,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:52,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146d7c76-0868-48ec-b79f-f4ff5007bf69 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b6415b54a637452fbff2bc2a667f9bde", "links": {"self": "http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde"}, "name": "Member"}]} 2018-11-19 05:24:52,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-146d7c76-0868-48ec-b79f-f4ff5007bf69 2018-11-19 05:24:52,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841929912567s 2018-11-19 05:24:52,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:24:52,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:53,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3db6253f-8210-401f-a210-e6e21a6bca46 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:24:53,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-3db6253f-8210-401f-a210-e6e21a6bca46 2018-11-19 05:24:53,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0796310901642s 2018-11-19 05:24:53,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:24:53,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:53,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-286836c6-7371-4d39-8cdb-ebf2b33dd549 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37", "links": {"self": "http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb"}, "domain_id": "default", "enabled": true, "id": "d55ab735dbd4422fa384e09abc2bd0bb", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:24:53,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-286836c6-7371-4d39-8cdb-ebf2b33dd549 2018-11-19 05:24:53,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0919589996338s 2018-11-19 05:24:53,167 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-286836c6-7371-4d39-8cdb-ebf2b33dd549 2018-11-19 05:24:53,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:24:53,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:53,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b71b3fe-9807-4e4e-bb5c-7c180c8b7d32 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e"}, "enabled": true, "id": "66992ecabf3a429dbf0a736cea7b956e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:24:53,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-2b71b3fe-9807-4e4e-bb5c-7c180c8b7d32 2018-11-19 05:24:53,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807821750641s 2018-11-19 05:24:53,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-2b71b3fe-9807-4e4e-bb5c-7c180c8b7d32 2018-11-19 05:24:53,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:24:53,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=d55ab735dbd4422fa384e09abc2bd0bb&scope.project.id=66992ecabf3a429dbf0a736cea7b956e&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:53,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddcc7784-3980-4499-8088-1ce00c8d111b Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d55ab735dbd4422fa384e09abc2bd0bb&scope.project.id=66992ecabf3a429dbf0a736cea7b956e&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 05:24:53,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d55ab735dbd4422fa384e09abc2bd0bb&scope.project.id=66992ecabf3a429dbf0a736cea7b956e&role.id=8b607911576d44ba870fc64e92729d7c used request id req-ddcc7784-3980-4499-8088-1ce00c8d111b 2018-11-19 05:24:53,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.079745054245s 2018-11-19 05:24:53,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:24:53,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e/users/d55ab735dbd4422fa384e09abc2bd0bb/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:53,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:24:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d579845-7353-443e-87f3-508742b96478 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:24:53,468 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e/users/d55ab735dbd4422fa384e09abc2bd0bb/roles/8b607911576d44ba870fc64e92729d7c used request id req-9d579845-7353-443e-87f3-508742b96478 2018-11-19 05:24:53,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.131726026535s 2018-11-19 05:24:53,469 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-11-19 05:24:53,818 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2018-11-19 05:24:53,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:24:53,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:53,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7634a717-1607-406d-90c1-426f05870590 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:24:53,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-7634a717-1607-406d-90c1-426f05870590 2018-11-19 05:24:53,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0848209857941s 2018-11-19 05:24:53,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:24:53,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:24:53,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dcae0be-ee65-45a8-8081-f68529ad5371 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e"}, "enabled": true, "id": "66992ecabf3a429dbf0a736cea7b956e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:24:53,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9dcae0be-ee65-45a8-8081-f68529ad5371 2018-11-19 05:24:53,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0811688899994s 2018-11-19 05:24:53,987 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9dcae0be-ee65-45a8-8081-f68529ad5371 2018-11-19 05:24:53,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-19 05:24:53,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" -d '{"network": {"shared": true, "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "name": "rally_sanity-net_6149a01f-496a-41f0-8f94-12c60d8bfa37", "admin_state_up": true}}' 2018-11-19 05:24:54,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-892a881c-d814-41a6-8093-8d35bc2890a5 Date: Mon, 19 Nov 2018 05:24: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":"6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":true,"project_id":"66992ecabf3a429dbf0a736cea7b956e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:24:54Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_6149a01f-496a-41f0-8f94-12c60d8bfa37","admin_state_up":true,"tenant_id":"66992ecabf3a429dbf0a736cea7b956e","created_at":"2018-11-19T05:24:54Z","mtu":1450}} 2018-11-19 05:24:54,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-892a881c-d814-41a6-8093-8d35bc2890a5 2018-11-19 05:24:54,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.527728796005s 2018-11-19 05:24:54,518 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-892a881c-d814-41a6-8093-8d35bc2890a5 2018-11-19 05:24:54,518 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-19T05:24:54Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'rally_sanity-net_6149a01f-496a-41f0-8f94-12c60d8bfa37', u'created_at': u'2018-11-19T05:24:54Z', u'mtu': 1450, u'tenant_id': u'66992ecabf3a429dbf0a736cea7b956e', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'66992ecabf3a429dbf0a736cea7b956e'}) 2018-11-19 05:24:54,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:24:54,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:24:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f87c32-2a85-46a3-b2b6-27853a6a15a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:24:54,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37f87c32-2a85-46a3-b2b6-27853a6a15a4 2018-11-19 05:24:54,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:24:54,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "b6415b54a637452fbff2bc2a667f9bde", "name": "Member"}], "expires_at": "2018-11-19T06:24:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "66992ecabf3a429dbf0a736cea7b956e", "name": "rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/66992ecabf3a429dbf0a736cea7b956e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/66992ecabf3a429dbf0a736cea7b956e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/66992ecabf3a429dbf0a736cea7b956e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/66992ecabf3a429dbf0a736cea7b956e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/66992ecabf3a429dbf0a736cea7b956e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/66992ecabf3a429dbf0a736cea7b956e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/66992ecabf3a429dbf0a736cea7b956e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/66992ecabf3a429dbf0a736cea7b956e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/66992ecabf3a429dbf0a736cea7b956e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/66992ecabf3a429dbf0a736cea7b956e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/66992ecabf3a429dbf0a736cea7b956e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/66992ecabf3a429dbf0a736cea7b956e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37", "id": "d55ab735dbd4422fa384e09abc2bd0bb"}, "audit_ids": ["-MMuLsu6S1K_J3YY4t_bfQ"], "issued_at": "2018-11-19T05:24:54.000000Z"}} 2018-11-19 05:24:54,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:24:54,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:24:55,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-a75a1387-2c85-4ad2-9598-b3e82594d1ef Date: Mon, 19 Nov 2018 05:24:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":true,"project_id":"66992ecabf3a429dbf0a736cea7b956e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:24:54Z","qos_policy_id":null,"name":"rally_sanity-net_6149a01f-496a-41f0-8f94-12c60d8bfa37","admin_state_up":true,"tenant_id":"66992ecabf3a429dbf0a736cea7b956e","created_at":"2018-11-19T05:24:54Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:24:55,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a75a1387-2c85-4ad2-9598-b3e82594d1ef 2018-11-19 05:24:55,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246860027313s 2018-11-19 05:24:55,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a75a1387-2c85-4ad2-9598-b3e82594d1ef 2018-11-19 05:24:55,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-19 05:24:55,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" -d '{"subnet": {"name": "rally_sanity-subnet_6149a01f-496a-41f0-8f94-12c60d8bfa37", "enable_dhcp": true, "network_id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-19 05:24:55,739 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7e8351d4-901d-40f9-94df-1cad3ddd2808 Date: Mon, 19 Nov 2018 05:24:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a","tenant_id":"66992ecabf3a429dbf0a736cea7b956e","created_at":"2018-11-19T05:24:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:24:55Z","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":"66992ecabf3a429dbf0a736cea7b956e","id":"a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f","subnetpool_id":null,"name":"rally_sanity-subnet_6149a01f-496a-41f0-8f94-12c60d8bfa37"}} 2018-11-19 05:24:55,739 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7e8351d4-901d-40f9-94df-1cad3ddd2808 2018-11-19 05:24:55,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.581661939621s 2018-11-19 05:24:55,740 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-7e8351d4-901d-40f9-94df-1cad3ddd2808 2018-11-19 05:24:55,740 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T05:24:55Z', 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'a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_6149a01f-496a-41f0-8f94-12c60d8bfa37', u'enable_dhcp': True, u'network_id': u'6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', u'tenant_id': u'66992ecabf3a429dbf0a736cea7b956e', u'created_at': u'2018-11-19T05:24:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'66992ecabf3a429dbf0a736cea7b956e'}) 2018-11-19 05:24:55,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-19 05:24:55,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "rally_sanity-router_6149a01f-496a-41f0-8f94-12c60d8bfa37", "admin_state_up": true}}' 2018-11-19 05:25:00,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-76fff8fa-0489-4a1e-8de3-f187c0fa3407 Date: Mon, 19 Nov 2018 05:25:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "created_at": "2018-11-19T05:24:56Z", "admin_state_up": true, "updated_at": "2018-11-19T05:24:57Z", "project_id": "66992ecabf3a429dbf0a736cea7b956e", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "f050342a-d1d2-48aa-84de-6f16022d222a", "name": "rally_sanity-router_6149a01f-496a-41f0-8f94-12c60d8bfa37"}} 2018-11-19 05:25:00,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-76fff8fa-0489-4a1e-8de3-f187c0fa3407 2018-11-19 05:25:00,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 4.9232878685s 2018-11-19 05:25:00,665 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-76fff8fa-0489-4a1e-8de3-f187c0fa3407 2018-11-19 05:25:00,665 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T05:24:57Z', u'revision_number': 3, u'ha': True, u'id': u'f050342a-d1d2-48aa-84de-6f16022d222a', u'external_gateway_info': {u'network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e10ff475-4fb8-40a2-b12d-81ce409900d1', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_6149a01f-496a-41f0-8f94-12c60d8bfa37', u'admin_state_up': True, u'tenant_id': u'66992ecabf3a429dbf0a736cea7b956e', u'created_at': u'2018-11-19T05:24:56Z', u'flavor_id': None, u'routes': [], u'project_id': u'66992ecabf3a429dbf0a736cea7b956e'}) 2018-11-19 05:25:00,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-19 05:25:00,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a/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}902c0dda438c83d73a4e3783682885f4efc30ab2" -d '{"subnet_id": "a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f"}' 2018-11-19 05:25:02,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7f40486b-8ed9-4850-a544-349b0635aea0 Date: Mon, 19 Nov 2018 05:25:02 GMT RESP BODY: {"network_id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "subnet_id": "a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f", "subnet_ids": ["a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f"], "port_id": "5415a578-1454-489e-acbe-1de241d10eac", "id": "f050342a-d1d2-48aa-84de-6f16022d222a"} 2018-11-19 05:25:02,592 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a/add_router_interface.json used request id req-7f40486b-8ed9-4850-a544-349b0635aea0 2018-11-19 05:25:02,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.92625784874s 2018-11-19 05:25:02,593 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a/add_router_interface.json used request id req-7f40486b-8ed9-4850-a544-349b0635aea0 returning object f050342a-d1d2-48aa-84de-6f16022d222a 2018-11-19 05:25:02,593 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:25:02,725 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 05:25:02,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:25:02,732 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 05:25:02 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 05:25:02,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:25:02,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:25:02,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fec4af80-d32c-435b-afc4-257e174bf0f5 Date: Mon, 19 Nov 2018 05:25:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:25:02,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fec4af80-d32c-435b-afc4-257e174bf0f5 2018-11-19 05:25:02,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172449111938s 2018-11-19 05:25:02,909 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-fec4af80-d32c-435b-afc4-257e174bf0f5 2018-11-19 05:25:02,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:25:02,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37"}' 2018-11-19 05:25:03,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d X-Openstack-Request-Id: req-6596b9fe-e16c-4169-9577-862c0068aeb7 Date: Mon, 19 Nov 2018 05:25:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/file", "owner": "66992ecabf3a429dbf0a736cea7b956e", "id": "7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d", "size": null, "self": "/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:25:03Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37", "checksum": null, "created_at": "2018-11-19T05:25:03Z", "protected": false} 2018-11-19 05:25:03,099 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6596b9fe-e16c-4169-9577-862c0068aeb7 2018-11-19 05:25:03,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.189047813416s 2018-11-19 05:25:03,100 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6596b9fe-e16c-4169-9577-862c0068aeb7 returning object 7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d 2018-11-19 05:25:03,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:25:03,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/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}902c0dda438c83d73a4e3783682885f4efc30ab2" -d '' 2018-11-19 05:25:04,558 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2249f81-c373-4c67-b2fe-9a6faed70ef7 Date: Mon, 19 Nov 2018 05:25:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:25:04,558 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/file used request id req-e2249f81-c373-4c67-b2fe-9a6faed70ef7 2018-11-19 05:25:04,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.45724701881s 2018-11-19 05:25:04,558 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/file used request id req-e2249f81-c373-4c67-b2fe-9a6faed70ef7 2018-11-19 05:25:04,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:25:04,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:25:04,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-d0a28cd1-ec0c-4fdc-bfe9-993ead2a9016 Date: Mon, 19 Nov 2018 05:25:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/snap", "metadata": {}}], "file": "/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/file", "owner": "66992ecabf3a429dbf0a736cea7b956e", "id": "7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d", "size": 12716032, "self": "/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:25:04Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:25:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:25:04,734 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d0a28cd1-ec0c-4fdc-bfe9-993ead2a9016 2018-11-19 05:25:04,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.175395965576s 2018-11-19 05:25:04,735 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d0a28cd1-ec0c-4fdc-bfe9-993ead2a9016 2018-11-19 05:25:04,737 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/file', 'owner': u'66992ecabf3a429dbf0a736cea7b956e', 'id': u'7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d', 'size': 12716032, u'self': u'/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'66992ecabf3a429dbf0a736cea7b956e', 'name': 'rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:25:04Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T05:25:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'created': u'2018-11-19T05:25:03Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:25:03Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:25:04,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:25:04,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:25:04,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:25: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-6103a5e2-1a33-451c-b6df-e797382e3a0e x-compute-request-id: req-6103a5e2-1a33-451c-b6df-e797382e3a0e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a1682ddc-54fd-4610-a34c-424ae72912c8", "name": "rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:25:04,955 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6103a5e2-1a33-451c-b6df-e797382e3a0e 2018-11-19 05:25:04,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.217103004456s 2018-11-19 05:25:04,956 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6103a5e2-1a33-451c-b6df-e797382e3a0e returning object a1682ddc-54fd-4610-a34c-424ae72912c8 2018-11-19 05:25:04,956 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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'afd2db966a884ce5bd33890fef4382f7', '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'a1682ddc-54fd-4610-a34c-424ae72912c8', 'swap': 0}) 2018-11-19 05:25:04,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:25:04,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8/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}46737b7c87d4e3d49d0db489ad54e73d53423b43" -d '{"extra_specs": {}}' 2018-11-19 05:25:04,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:25: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-350c1168-1de1-445d-8b9e-95a78f8afa00 x-compute-request-id: req-350c1168-1de1-445d-8b9e-95a78f8afa00 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:25:04,981 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8/os-extra_specs used request id req-350c1168-1de1-445d-8b9e-95a78f8afa00 2018-11-19 05:25:04,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236251354218s 2018-11-19 05:25:04,981 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8/os-extra_specs used request id req-350c1168-1de1-445d-8b9e-95a78f8afa00 2018-11-19 05:25:04,982 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-19 05:25:07,471 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-19 05:25:07.093 115 INFO rally.deployment.engine [-] Deployment ba83dcca-6a6a-41c7-821e-234613ca50dd | Starting: Destroy cloud and free allocated resources. 2018-11-19 05:25:07.165 115 INFO rally.deployment.engine [-] Deployment ba83dcca-6a6a-41c7-821e-234613ca50dd | Completed: Destroy cloud and free allocated resources. 2018-11-19 05:25:07.205 115 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17) for deployment 'opnfv-rally'. 2018-11-19 05:25:07.221 115 INFO rally.api [-] Deleting verification (UUID=8a65b41d-7f0d-4aa1-a712-6a4b1c574217). 2018-11-19 05:25:07.254 115 INFO rally.api [-] Verification has been successfully deleted! 2018-11-19 05:25:07.255 115 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17). 2018-11-19 05:25:07.261 115 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-19 05:25:09,817 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-19 05:25:09.551 118 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c5f5d46e-cecb-4fbb-ad67-0798921a6890) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c5f5d46e-cecb-4fbb-ad67-0798921a6890 | 2018-11-19T05:25:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c5f5d46e-cecb-4fbb-ad67-0798921a6890 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-19 05:25:13,317 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-19 05:25:13,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-11-19 05:25:13,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-19 05:25:13,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:25:13,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d06b232-4f4f-4888-bafa-7e0fbafc33b0 x-compute-request-id: req-3d06b232-4f4f-4888-bafa-7e0fbafc33b0 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-19 05:25:13,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-3d06b232-4f4f-4888-bafa-7e0fbafc33b0 2018-11-19 05:25:13,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.211798906326s 2018-11-19 05:25:13,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-3d06b232-4f4f-4888-bafa-7e0fbafc33b0 2018-11-19 05:25:13,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:25:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_6149a01f-496a-41f0-8f94-12c60d8bfa37", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:25:13,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37c4ba3a-461e-40ca-96a7-ccc4c623778a x-compute-request-id: req-37c4ba3a-461e-40ca-96a7-ccc4c623778a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/66a737cf-4e8f-4c29-b383-67c29461380b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "66a737cf-4e8f-4c29-b383-67c29461380b", "name": "rally_sanity-flavor_alt_6149a01f-496a-41f0-8f94-12c60d8bfa37", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:25:13,699 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-37c4ba3a-461e-40ca-96a7-ccc4c623778a 2018-11-19 05:25:13,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.167083024979s 2018-11-19 05:25:13,700 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-37c4ba3a-461e-40ca-96a7-ccc4c623778a returning object 66a737cf-4e8f-4c29-b383-67c29461380b 2018-11-19 05:25:13,701 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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'afd2db966a884ce5bd33890fef4382f7', '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'66a737cf-4e8f-4c29-b383-67c29461380b', 'swap': 0}) 2018-11-19 05:25:13,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:25:13,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b/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}46737b7c87d4e3d49d0db489ad54e73d53423b43" -d '{"extra_specs": {}}' 2018-11-19 05:25:13,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:25:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-741214db-dd01-48a0-a644-53e3a820f114 x-compute-request-id: req-741214db-dd01-48a0-a644-53e3a820f114 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:25:13,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b/os-extra_specs used request id req-741214db-dd01-48a0-a644-53e3a820f114 2018-11-19 05:25:13,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020919084549s 2018-11-19 05:25:13,723 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b/os-extra_specs used request id req-741214db-dd01-48a0-a644-53e3a820f114 2018-11-19 05:25:13,723 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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'afd2db966a884ce5bd33890fef4382f7', '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'66a737cf-4e8f-4c29-b383-67c29461380b', 'swap': 0}) 2018-11-19 05:25:13,724 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-11-19 05:25:13,734 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-11-19 05:25:13,736 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:25:13,754 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:25:13,760 - 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': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:26:14,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e 2018-11-19 05:26:14,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-11-19 05:26:14,104 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e'] 2018-11-19 05:26:15,187 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e -------------------------------------------------------------------------------- Task 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e: 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 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e 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.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | total | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> duration | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 0.47 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.469883 Full duration: 7.243461 -------------------------------------------------------------------------------- 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 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e 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.422 | 0.422 | 0.422 | 0.422 | 0.422 | 0.422 | 100.0% | 1 | | total | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> duration | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 0.897 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.896938 Full duration: 8.034434 -------------------------------------------------------------------------------- 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 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e 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.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | total | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> duration | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.949677 Full duration: 7.87316 -------------------------------------------------------------------------------- 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 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e 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.367 | 0.367 | 0.367 | 0.367 | 0.367 | 0.367 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822288 Full duration: 7.650914 -------------------------------------------------------------------------------- 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 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e 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.55 | 0.55 | 0.55 | 0.55 | 0.55 | 0.55 | 100.0% | 1 | | total | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> duration | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 1.026 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.026303 Full duration: 7.814328 -------------------------------------------------------------------------------- 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 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e 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.231 | 0.231 | 0.231 | 0.231 | 0.231 | 0.231 | 100.0% | 1 | | total | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> duration | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 0.719 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.719203 Full duration: 7.383959 HINTS: * To plot HTML graphics with this data, run: rally task report 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e --out output.html * To generate a JUnit report, run: rally task export 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e --json --out output.json 2018-11-19 05:26:15,188 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-11-19 05:26:17,437 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-11-19 05:26:17.330 726 INFO rally.api [-] Building 'json' report for the following task(s): '3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e'. 2018-11-19 05:26:17.335 726 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:26:17,438 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-11-19 05:26:19,707 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-11-19 05:26:19.576 729 INFO rally.api [-] Building 'html' report for the following task(s): '3c24d915-8d8c-4fa1-91d3-bca4ba9dde1e'. 2018-11-19 05:26:19.605 729 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:26:19,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-11-19 05:26:19,714 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-11-19 05:26:19,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-11-19 05:26:19,717 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:26:19,733 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:26:19,740 - 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': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:27:57,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ba0a6f3a-b0f2-4701-8317-42e530cfb086 2018-11-19 05:27:57,653 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ba0a6f3a-b0f2-4701-8317-42e530cfb086'] 2018-11-19 05:27:58,667 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ba0a6f3a-b0f2-4701-8317-42e530cfb086 -------------------------------------------------------------------------------- Task ba0a6f3a-b0f2-4701-8317-42e530cfb086: 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 ba0a6f3a-b0f2-4701-8317-42e530cfb086 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.504 | 4.504 | 4.504 | 4.504 | 4.504 | 4.504 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 0.514 | 100.0% | 1 | | -> glance_v2.upload_data | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 1.509 | 100.0% | 1 | | glance_v2.delete_image | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | total | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 100.0% | 1 | | -> duration | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 5.833 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.833048 Full duration: 14.294128 -------------------------------------------------------------------------------- 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 ba0a6f3a-b0f2-4701-8317-42e530cfb086 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.988 | 4.988 | 4.988 | 4.988 | 4.988 | 4.988 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 0.524 | 100.0% | 1 | | -> glance_v2.upload_data | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | | glance_v2.list_images | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 5.171 | 5.171 | 5.171 | 5.171 | 5.171 | 5.171 | 100.0% | 1 | | -> duration | 5.171 | 5.171 | 5.171 | 5.171 | 5.171 | 5.171 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.170739 Full duration: 16.940636 -------------------------------------------------------------------------------- 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 ba0a6f3a-b0f2-4701-8317-42e530cfb086 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.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | total | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | -> duration | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 0.354 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.354424 Full duration: 8.264463 -------------------------------------------------------------------------------- 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_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "number_instances": 2, "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] }, "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 ba0a6f3a-b0f2-4701-8317-42e530cfb086 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.768 | 4.768 | 4.768 | 4.768 | 4.768 | 4.768 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 0.364 | 100.0% | 1 | | -> glance_v2.upload_data | 1.911 | 1.911 | 1.911 | 1.911 | 1.911 | 1.911 | 100.0% | 1 | | nova.boot_servers | 13.629 | 13.629 | 13.629 | 13.629 | 13.629 | 13.629 | 100.0% | 1 | | total | 18.398 | 18.398 | 18.398 | 18.398 | 18.398 | 18.398 | 100.0% | 1 | | -> duration | 17.398 | 17.398 | 17.398 | 17.398 | 17.398 | 17.398 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.398352 Full duration: 39.645205 HINTS: * To plot HTML graphics with this data, run: rally task report ba0a6f3a-b0f2-4701-8317-42e530cfb086 --out output.html * To generate a JUnit report, run: rally task export ba0a6f3a-b0f2-4701-8317-42e530cfb086 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ba0a6f3a-b0f2-4701-8317-42e530cfb086 --json --out output.json 2018-11-19 05:27:58,667 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ba0a6f3a-b0f2-4701-8317-42e530cfb086', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-11-19 05:28:00,773 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ba0a6f3a-b0f2-4701-8317-42e530cfb086 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-11-19 05:28:00.649 1282 INFO rally.api [-] Building 'json' report for the following task(s): 'ba0a6f3a-b0f2-4701-8317-42e530cfb086'. 2018-11-19 05:28:00.654 1282 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:28:00,774 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ba0a6f3a-b0f2-4701-8317-42e530cfb086', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-11-19 05:28:03,030 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ba0a6f3a-b0f2-4701-8317-42e530cfb086 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-11-19 05:28:02.892 1285 INFO rally.api [-] Building 'html' report for the following task(s): 'ba0a6f3a-b0f2-4701-8317-42e530cfb086'. 2018-11-19 05:28:02.915 1285 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:28:03,033 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-11-19 05:28:03,033 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-11-19 05:28:03,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-11-19 05:28:03,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:28:03,040 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:28:03,047 - 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': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:31:22,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 2018-11-19 05:31:22,125 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8'] 2018-11-19 05:31:23,260 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 -------------------------------------------------------------------------------- Task 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8: 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.257 | 3.257 | 3.257 | 3.257 | 3.257 | 3.257 | 100.0% | 1 | | cinder_v2.delete_snapshot | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 100.0% | 1 | | total | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 100.0% | 1 | | -> duration | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 6.401 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.401476 Full duration: 23.166318 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.158 | 3.158 | 3.158 | 3.158 | 3.158 | 3.158 | 100.0% | 1 | | cinder_v2.delete_volume | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 2.453 | 100.0% | 1 | | total | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 100.0% | 1 | | -> duration | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 5.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.61126 Full duration: 15.401245 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 9.083 | 9.083 | 9.083 | 9.083 | 9.083 | 9.083 | 100.0% | 1 | | cinder_v2.delete_volume | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 2.627 | 100.0% | 1 | | total | 11.711 | 11.711 | 11.711 | 11.711 | 11.711 | 11.711 | 100.0% | 1 | | -> duration | 11.711 | 11.711 | 11.711 | 11.711 | 11.711 | 11.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.710664 Full duration: 22.484236 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.273 | 3.273 | 3.273 | 3.273 | 3.273 | 3.273 | 100.0% | 1 | | cinder_v2.delete_volume | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 2.483 | 100.0% | 1 | | total | 5.756 | 5.756 | 5.756 | 5.756 | 5.756 | 5.756 | 100.0% | 1 | | -> duration | 5.756 | 5.756 | 5.756 | 5.756 | 5.756 | 5.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.756497 Full duration: 16.040504 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.246 | 3.246 | 3.246 | 3.246 | 3.246 | 3.246 | 100.0% | 1 | | cinder_v2.extend_volume | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 2.495 | 100.0% | 1 | | cinder_v2.delete_volume | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 2.692 | 100.0% | 1 | | total | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 100.0% | 1 | | -> duration | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 8.433 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.433427 Full duration: 18.327951 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.309 | 3.309 | 3.309 | 3.309 | 3.309 | 3.309 | 100.0% | 1 | | cinder_v2.delete_volume | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 2.36 | 100.0% | 1 | | total | 5.67 | 5.67 | 5.67 | 5.67 | 5.67 | 5.67 | 100.0% | 1 | | -> duration | 5.67 | 5.67 | 5.67 | 5.67 | 5.67 | 5.67 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.670229 Full duration: 22.559149 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | cinder_v2.list_qos | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 0.178 | 100.0% | 1 | | total | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> duration | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.970835 Full duration: 12.697162 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.59 | 0.59 | 0.59 | 0.59 | 0.59 | 0.59 | 100.0% | 1 | | cinder_v2.set_qos | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | -> duration | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 1.255 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.254642 Full duration: 13.18274 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.599 | 0.599 | 0.599 | 0.599 | 0.599 | 0.599 | 100.0% | 1 | | cinder_v2.list_types | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 0.165 | 100.0% | 1 | | total | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> duration | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 0.765 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.764898 Full duration: 12.332073 -------------------------------------------------------------------------------- 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 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 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.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 0.212 | 100.0% | 1 | | total | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> duration | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 0.863 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.862544 Full duration: 12.541776 HINTS: * To plot HTML graphics with this data, run: rally task report 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 --out output.html * To generate a JUnit report, run: rally task export 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 --json --out output.json 2018-11-19 05:31:23,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-11-19 05:31:25,493 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-11-19 05:31:25.371 3074 INFO rally.api [-] Building 'json' report for the following task(s): '8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8'. 2018-11-19 05:31:25.381 3074 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:31:25,493 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-11-19 05:31:27,740 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-11-19 05:31:27.609 3077 INFO rally.api [-] Building 'html' report for the following task(s): '8f94b2de-5db3-4bc6-b75a-fd20fab5f2a8'. 2018-11-19 05:31:27.637 3077 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:31:27,752 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-11-19 05:31:27,752 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-11-19 05:31:27,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-11-19 05:31:27,753 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:31:27,769 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:31:27,778 - 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': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:32:51,661 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 114deb3a-876c-4a85-8d90-7d6ee325971e 2018-11-19 05:32:51,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '114deb3a-876c-4a85-8d90-7d6ee325971e'] 2018-11-19 05:32:52,592 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 114deb3a-876c-4a85-8d90-7d6ee325971e -------------------------------------------------------------------------------- Task 114deb3a-876c-4a85-8d90-7d6ee325971e: 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 114deb3a-876c-4a85-8d90-7d6ee325971e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.234 | 5.234 | 5.234 | 5.234 | 5.234 | 5.234 | 100.0% | 1 | | heat.update_stack | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 2.897 | 100.0% | 1 | | heat.delete_stack | 2.538 | 2.538 | 2.538 | 2.538 | 2.538 | 2.538 | 100.0% | 1 | | total | 10.668 | 10.668 | 10.668 | 10.668 | 10.668 | 10.668 | 100.0% | 1 | | -> duration | 6.668 | 6.668 | 6.668 | 6.668 | 6.668 | 6.668 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.668442 Full duration: 20.576382 -------------------------------------------------------------------------------- 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 114deb3a-876c-4a85-8d90-7d6ee325971e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 5.09 | 100.0% | 1 | | heat.check_stack | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 1.229 | 100.0% | 1 | | heat.delete_stack | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 1.615 | 100.0% | 1 | | total | 7.934 | 7.934 | 7.934 | 7.934 | 7.934 | 7.934 | 100.0% | 1 | | -> duration | 5.934 | 5.934 | 5.934 | 5.934 | 5.934 | 5.934 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.933947 Full duration: 17.490539 -------------------------------------------------------------------------------- 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 114deb3a-876c-4a85-8d90-7d6ee325971e 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.468 | 4.468 | 4.468 | 4.468 | 4.468 | 4.468 | 100.0% | 1 | | heat.suspend_stack | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 1.262 | 100.0% | 1 | | heat.resume_stack | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | heat.delete_stack | 2.668 | 2.668 | 2.668 | 2.668 | 2.668 | 2.668 | 100.0% | 1 | | total | 9.018 | 9.018 | 9.018 | 9.018 | 9.018 | 9.018 | 100.0% | 1 | | -> duration | 7.018 | 7.018 | 7.018 | 7.018 | 7.018 | 7.018 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.017843 Full duration: 17.476782 -------------------------------------------------------------------------------- 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 114deb3a-876c-4a85-8d90-7d6ee325971e has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> duration | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 0.593 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.592593 Full duration: 8.56439 HINTS: * To plot HTML graphics with this data, run: rally task report 114deb3a-876c-4a85-8d90-7d6ee325971e --out output.html * To generate a JUnit report, run: rally task export 114deb3a-876c-4a85-8d90-7d6ee325971e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 114deb3a-876c-4a85-8d90-7d6ee325971e --json --out output.json 2018-11-19 05:32:52,592 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '114deb3a-876c-4a85-8d90-7d6ee325971e', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-11-19 05:32:54,850 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 114deb3a-876c-4a85-8d90-7d6ee325971e --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-11-19 05:32:54.718 3810 INFO rally.api [-] Building 'json' report for the following task(s): '114deb3a-876c-4a85-8d90-7d6ee325971e'. 2018-11-19 05:32:54.724 3810 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:32:54,851 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '114deb3a-876c-4a85-8d90-7d6ee325971e', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-11-19 05:32:56,995 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 114deb3a-876c-4a85-8d90-7d6ee325971e --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-11-19 05:32:56.869 3813 INFO rally.api [-] Building 'html' report for the following task(s): '114deb3a-876c-4a85-8d90-7d6ee325971e'. 2018-11-19 05:32:56.891 3813 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:32:57,000 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-11-19 05:32:57,000 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-11-19 05:32:57,001 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-11-19 05:32:57,001 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:32:57,016 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:32:57,023 - 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': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:36:15,337 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 54a90bdf-0d49-4c57-8cbe-08fe54a43887 2018-11-19 05:36:15,338 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '54a90bdf-0d49-4c57-8cbe-08fe54a43887'] 2018-11-19 05:36:16,410 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 54a90bdf-0d49-4c57-8cbe-08fe54a43887 -------------------------------------------------------------------------------- Task 54a90bdf-0d49-4c57-8cbe-08fe54a43887: 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.52 | 0.52 | 0.52 | 0.52 | 0.52 | 0.52 | 100.0% | 1 | | keystone_v3.add_role | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | keystone_v3.revoke_role | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 0.155 | 100.0% | 1 | | total | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> duration | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 0.822 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.822374 Full duration: 14.528618 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 0.516 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762259 Full duration: 14.664808 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | keystone_v3.list_projects | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 0.094 | 100.0% | 1 | | total | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> duration | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 0.759 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.758927 Full duration: 14.537069 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.519 | 0.519 | 0.519 | 0.519 | 0.519 | 0.519 | 100.0% | 1 | | keystone_v3.delete_role | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> duration | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 0.639 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.639034 Full duration: 12.358876 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 0.506 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> duration | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.621327 Full duration: 12.46155 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | keystone_v3.create_user | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | -> keystone_v3.add_role | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | keystone_v3.create_role | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_user | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_role | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 0.086 | 100.0% | 1 | | keystone_v3.list_services | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.get_services | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | total | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> duration | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 1.875 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.874934 Full duration: 20.181444 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.686 | 0.686 | 0.686 | 0.686 | 0.686 | 0.686 | 100.0% | 1 | | keystone_v3.update_project | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> duration | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.951465 Full duration: 12.971255 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 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.80301 Full duration: 14.692404 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 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.697614 Full duration: 14.507567 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 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.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | keystone_v3.list_users | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.876306 Full duration: 14.781845 -------------------------------------------------------------------------------- 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 54a90bdf-0d49-4c57-8cbe-08fe54a43887 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | keystone_v3.create_users | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 4.949 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 1.295 | 100.0% | 1 | | total | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 100.0% | 1 | | -> duration | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 6.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.620601 Full duration: 23.001556 HINTS: * To plot HTML graphics with this data, run: rally task report 54a90bdf-0d49-4c57-8cbe-08fe54a43887 --out output.html * To generate a JUnit report, run: rally task export 54a90bdf-0d49-4c57-8cbe-08fe54a43887 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 54a90bdf-0d49-4c57-8cbe-08fe54a43887 --json --out output.json 2018-11-19 05:36:16,411 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '54a90bdf-0d49-4c57-8cbe-08fe54a43887', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-11-19 05:36:18,617 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 54a90bdf-0d49-4c57-8cbe-08fe54a43887 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-11-19 05:36:18.515 5728 INFO rally.api [-] Building 'json' report for the following task(s): '54a90bdf-0d49-4c57-8cbe-08fe54a43887'. 2018-11-19 05:36:18.525 5728 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:36:18,617 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '54a90bdf-0d49-4c57-8cbe-08fe54a43887', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-11-19 05:36:20,925 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 54a90bdf-0d49-4c57-8cbe-08fe54a43887 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-11-19 05:36:20.792 5731 INFO rally.api [-] Building 'html' report for the following task(s): '54a90bdf-0d49-4c57-8cbe-08fe54a43887'. 2018-11-19 05:36:20.822 5731 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:36:20,939 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-11-19 05:36:20,939 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-11-19 05:36:20,940 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-11-19 05:36:20,940 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:36:20,957 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:36:20,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:42:34,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 9b35b2da-14b0-47b8-8529-51aff44190de 2018-11-19 05:42:34,554 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '9b35b2da-14b0-47b8-8529-51aff44190de'] 2018-11-19 05:42:35,570 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 9b35b2da-14b0-47b8-8529-51aff44190de -------------------------------------------------------------------------------- Task 9b35b2da-14b0-47b8-8529-51aff44190de: 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.917 | 0.917 | 0.917 | 0.917 | 0.917 | 0.917 | 100.0% | 1 | | neutron.delete_network | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 0.84 | 100.0% | 1 | | total | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | -> duration | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 1.757 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.757333 Full duration: 15.154573 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.461 | 1.461 | 1.461 | 1.461 | 1.461 | 1.461 | 100.0% | 1 | | neutron.delete_port | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | total | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 100.0% | 1 | | -> duration | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 2.189 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.189129 Full duration: 36.531759 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.95 | 0.95 | 0.95 | 0.95 | 0.95 | 0.95 | 100.0% | 1 | | neutron.create_subnet | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | neutron.create_router | 3.301 | 3.301 | 3.301 | 3.301 | 3.301 | 3.301 | 100.0% | 1 | | neutron.add_interface_router | 2.04 | 2.04 | 2.04 | 2.04 | 2.04 | 2.04 | 100.0% | 1 | | neutron.remove_interface_router | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 1.382 | 100.0% | 1 | | neutron.delete_router | 1.855 | 1.855 | 1.855 | 1.855 | 1.855 | 1.855 | 100.0% | 1 | | total | 10.386 | 10.386 | 10.386 | 10.386 | 10.386 | 10.386 | 100.0% | 1 | | -> duration | 10.386 | 10.386 | 10.386 | 10.386 | 10.386 | 10.386 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.386042 Full duration: 48.92301 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.024 | 1.024 | 1.024 | 1.024 | 1.024 | 1.024 | 100.0% | 1 | | neutron.delete_subnet | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 1.826 | 100.0% | 1 | | total | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 100.0% | 1 | | -> duration | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 2.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.850047 Full duration: 36.332462 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | neutron.list_networks | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 100.0% | 1 | | total | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 100.0% | 1 | | -> duration | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 1.492 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.492227 Full duration: 17.004986 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.357 | 1.357 | 1.357 | 1.357 | 1.357 | 1.357 | 100.0% | 1 | | neutron.list_ports | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 0.242 | 100.0% | 1 | | total | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 100.0% | 1 | | -> duration | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 1.599 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.599088 Full duration: 36.734544 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | neutron.create_subnet | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 0.706 | 100.0% | 1 | | neutron.create_router | 3.11 | 3.11 | 3.11 | 3.11 | 3.11 | 3.11 | 100.0% | 1 | | neutron.add_interface_router | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 1.962 | 100.0% | 1 | | neutron.list_routers | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 6.714 | 6.714 | 6.714 | 6.714 | 6.714 | 6.714 | 100.0% | 1 | | -> duration | 6.714 | 6.714 | 6.714 | 6.714 | 6.714 | 6.714 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.713683 Full duration: 52.250954 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | neutron.create_subnet | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 0.88 | 100.0% | 1 | | neutron.list_subnets | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 100.0% | 1 | | -> duration | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 1.927 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.927141 Full duration: 39.87609 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.delete_security_group | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 0.281 | 100.0% | 1 | | total | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | -> duration | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 1.12 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.119563 Full duration: 14.405067 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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 | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 1.025 | 100.0% | 1 | | neutron.create_security_group_rule | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 0.358 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | neutron.delete_security_group | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 0.297 | 100.0% | 1 | | total | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 100.0% | 1 | | -> duration | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 1.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.914699 Full duration: 14.885563 -------------------------------------------------------------------------------- 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 9b35b2da-14b0-47b8-8529-51aff44190de 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.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | neutron.create_router | 3.62 | 3.62 | 3.62 | 3.62 | 3.62 | 3.62 | 100.0% | 1 | | neutron.add_gateway_router | 1.884 | 1.884 | 1.884 | 1.884 | 1.884 | 1.884 | 100.0% | 1 | | neutron.remove_gateway_router | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 1.05 | 100.0% | 1 | | total | 7.537 | 7.537 | 7.537 | 7.537 | 7.537 | 7.537 | 100.0% | 1 | | -> duration | 7.537 | 7.537 | 7.537 | 7.537 | 7.537 | 7.537 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.536837 Full duration: 30.745666 HINTS: * To plot HTML graphics with this data, run: rally task report 9b35b2da-14b0-47b8-8529-51aff44190de --out output.html * To generate a JUnit report, run: rally task export 9b35b2da-14b0-47b8-8529-51aff44190de --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 9b35b2da-14b0-47b8-8529-51aff44190de --json --out output.json 2018-11-19 05:42:35,571 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '9b35b2da-14b0-47b8-8529-51aff44190de', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-11-19 05:42:37,854 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 9b35b2da-14b0-47b8-8529-51aff44190de --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-11-19 05:42:37.740 9026 INFO rally.api [-] Building 'json' report for the following task(s): '9b35b2da-14b0-47b8-8529-51aff44190de'. 2018-11-19 05:42:37.750 9026 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:42:37,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '9b35b2da-14b0-47b8-8529-51aff44190de', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-11-19 05:42:40,142 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 9b35b2da-14b0-47b8-8529-51aff44190de --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-11-19 05:42:40.008 9029 INFO rally.api [-] Building 'html' report for the following task(s): '9b35b2da-14b0-47b8-8529-51aff44190de'. 2018-11-19 05:42:40.039 9029 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:42:40,158 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-11-19 05:42:40,158 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-11-19 05:42:40,159 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-11-19 05:42:40,159 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:42:40,175 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:42:40,184 - 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': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:49:48,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 99d55b1c-ec06-4b1d-931f-65966cf1a04b 2018-11-19 05:49:48,564 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '99d55b1c-ec06-4b1d-931f-65966cf1a04b'] 2018-11-19 05:49:49,568 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 99d55b1c-ec06-4b1d-931f-65966cf1a04b -------------------------------------------------------------------------------- Task 99d55b1c-ec06-4b1d-931f-65966cf1a04b: 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_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "block_migration": false, "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 99d55b1c-ec06-4b1d-931f-65966cf1a04b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 12.305 | 12.305 | 12.305 | 12.305 | 12.305 | 12.305 | 100.0% | 1 | | nova.find_host_to_migrate | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 1.421 | 100.0% | 1 | | nova.live_migrate | 11.37 | 11.37 | 11.37 | 11.37 | 11.37 | 11.37 | 100.0% | 1 | | nova.delete_server | 2.81 | 2.81 | 2.81 | 2.81 | 2.81 | 2.81 | 100.0% | 1 | | total | 27.906 | 27.906 | 27.906 | 27.906 | 27.906 | 27.906 | 100.0% | 1 | | -> duration | 26.906 | 26.906 | 26.906 | 26.906 | 26.906 | 26.906 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 26.906295 Full duration: 37.347739 -------------------------------------------------------------------------------- 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_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 99d55b1c-ec06-4b1d-931f-65966cf1a04b 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.906 | 11.906 | 11.906 | 11.906 | 11.906 | 11.906 | 100.0% | 1 | | cinder_v2.create_volume | 2.882 | 2.882 | 2.882 | 2.882 | 2.882 | 2.882 | 100.0% | 1 | | nova.attach_volume | 4.199 | 4.199 | 4.199 | 4.199 | 4.199 | 4.199 | 100.0% | 1 | | nova.find_host_to_migrate | 1.539 | 1.539 | 1.539 | 1.539 | 1.539 | 1.539 | 100.0% | 1 | | nova.live_migrate | 11.318 | 11.318 | 11.318 | 11.318 | 11.318 | 11.318 | 100.0% | 1 | | nova.detach_volume | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 4.1 | 100.0% | 1 | | cinder_v2.delete_volume | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | nova.delete_server | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 2.829 | 100.0% | 1 | | total | 41.309 | 41.309 | 41.309 | 41.309 | 41.309 | 41.309 | 100.0% | 1 | | -> duration | 40.309 | 40.309 | 40.309 | 40.309 | 40.309 | 40.309 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 40.309227 Full duration: 53.180877 -------------------------------------------------------------------------------- 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_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 99d55b1c-ec06-4b1d-931f-65966cf1a04b 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.746 | 8.746 | 8.746 | 8.746 | 8.746 | 8.746 | 100.0% | 1 | | nova.boot_server | 9.539 | 9.539 | 9.539 | 9.539 | 9.539 | 9.539 | 100.0% | 1 | | nova.find_host_to_migrate | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 1.416 | 100.0% | 1 | | nova.live_migrate | 16.025 | 16.025 | 16.025 | 16.025 | 16.025 | 16.025 | 100.0% | 1 | | nova.delete_server | 7.892 | 7.892 | 7.892 | 7.892 | 7.892 | 7.892 | 100.0% | 1 | | total | 43.618 | 43.618 | 43.618 | 43.618 | 43.618 | 43.618 | 100.0% | 1 | | -> duration | 42.618 | 42.618 | 42.618 | 42.618 | 42.618 | 42.618 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.618204 Full duration: 55.196068 -------------------------------------------------------------------------------- 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_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "server_kwargs": { "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] } }, "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 99d55b1c-ec06-4b1d-931f-65966cf1a04b 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.67 | 0.67 | 0.67 | 0.67 | 0.67 | 0.67 | 100.0% | 1 | | nova.boot_server | 8.248 | 8.248 | 8.248 | 8.248 | 8.248 | 8.248 | 100.0% | 1 | | nova.delete_server | 2.94 | 2.94 | 2.94 | 2.94 | 2.94 | 2.94 | 100.0% | 1 | | nova.delete_keypair | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 11.895 | 11.895 | 11.895 | 11.895 | 11.895 | 11.895 | 100.0% | 1 | | -> duration | 10.895 | 10.895 | 10.895 | 10.895 | 10.895 | 10.895 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.895174 Full duration: 42.802648 -------------------------------------------------------------------------------- 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_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "volume_size": 5, "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] }, "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 99d55b1c-ec06-4b1d-931f-65966cf1a04b 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.566 | 8.566 | 8.566 | 8.566 | 8.566 | 8.566 | 100.0% | 1 | | nova.boot_server | 12.045 | 12.045 | 12.045 | 12.045 | 12.045 | 12.045 | 100.0% | 1 | | nova.delete_server | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 3.082 | 100.0% | 1 | | total | 23.693 | 23.693 | 23.693 | 23.693 | 23.693 | 23.693 | 100.0% | 1 | | -> duration | 22.693 | 22.693 | 22.693 | 22.693 | 22.693 | 22.693 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.693407 Full duration: 57.556856 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "force_delete": false, "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] }, "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 99d55b1c-ec06-4b1d-931f-65966cf1a04b has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.045 | 10.045 | 10.045 | 10.045 | 10.045 | 10.045 | 100.0% | 1 | | nova.pause_server | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 2.774 | 100.0% | 1 | | nova.unpause_server | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 2.804 | 100.0% | 1 | | nova.delete_server | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 3.144 | 100.0% | 1 | | total | 18.768 | 18.768 | 18.768 | 18.768 | 18.768 | 18.768 | 100.0% | 1 | | -> duration | 13.768 | 13.768 | 13.768 | 13.768 | 13.768 | 13.768 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 13.768428 Full duration: 50.605167 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "nics": [ { "net-id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 99d55b1c-ec06-4b1d-931f-65966cf1a04b 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.702 | 9.702 | 9.702 | 9.702 | 9.702 | 9.702 | 100.0% | 1 | | nova.migrate | 15.976 | 15.976 | 15.976 | 15.976 | 15.976 | 15.976 | 100.0% | 1 | | nova.resize_confirm | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 3.179 | 100.0% | 1 | | nova.delete_server | 2.819 | 2.819 | 2.819 | 2.819 | 2.819 | 2.819 | 100.0% | 1 | | total | 31.675 | 31.675 | 31.675 | 31.675 | 31.675 | 31.675 | 100.0% | 1 | | -> duration | 30.675 | 30.675 | 30.675 | 30.675 | 30.675 | 30.675 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 30.675462 Full duration: 41.044334 -------------------------------------------------------------------------------- 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_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "image": { "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task 99d55b1c-ec06-4b1d-931f-65966cf1a04b 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.764 | 9.764 | 9.764 | 9.764 | 9.764 | 9.764 | 100.0% | 1 | | nova.list_interfaces | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 100.0% | 1 | | total | 10.161 | 10.161 | 10.161 | 10.161 | 10.161 | 10.161 | 100.0% | 1 | | -> duration | 9.161 | 9.161 | 9.161 | 9.161 | 9.161 | 9.161 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.161297 Full duration: 44.430022 -------------------------------------------------------------------------------- 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 99d55b1c-ec06-4b1d-931f-65966cf1a04b 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 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 1.046 | 100.0% | 1 | | nova.delete_server_group | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 0.087 | 100.0% | 1 | | total | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | -> duration | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 1.133 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.132512 Full duration: 9.612834 HINTS: * To plot HTML graphics with this data, run: rally task report 99d55b1c-ec06-4b1d-931f-65966cf1a04b --out output.html * To generate a JUnit report, run: rally task export 99d55b1c-ec06-4b1d-931f-65966cf1a04b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 99d55b1c-ec06-4b1d-931f-65966cf1a04b --json --out output.json 2018-11-19 05:49:49,568 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '99d55b1c-ec06-4b1d-931f-65966cf1a04b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-11-19 05:49:51,823 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 99d55b1c-ec06-4b1d-931f-65966cf1a04b --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-11-19 05:49:51.707 10672 INFO rally.api [-] Building 'json' report for the following task(s): '99d55b1c-ec06-4b1d-931f-65966cf1a04b'. 2018-11-19 05:49:51.716 10672 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:49:51,824 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '99d55b1c-ec06-4b1d-931f-65966cf1a04b', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-11-19 05:49:54,200 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 99d55b1c-ec06-4b1d-931f-65966cf1a04b --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-11-19 05:49:54.051 10675 INFO rally.api [-] Building 'html' report for the following task(s): '99d55b1c-ec06-4b1d-931f-65966cf1a04b'. 2018-11-19 05:49:54.084 10675 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:49:54,212 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-11-19 05:49:54,213 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-11-19 05:49:54,213 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-11-19 05:49:54,214 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-11-19 05:49:54,230 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-11-19 05:49:54,241 - 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': '6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'flavor_name': 'rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37', '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_6149a01f-496a-41f0-8f94-12c60d8bfa37', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-11-19 05:50:47,220 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 08850008-8359-4822-88a6-b3105c6da8cc 2018-11-19 05:50:47,221 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '08850008-8359-4822-88a6-b3105c6da8cc'] 2018-11-19 05:50:48,267 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 08850008-8359-4822-88a6-b3105c6da8cc -------------------------------------------------------------------------------- Task 08850008-8359-4822-88a6-b3105c6da8cc: 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 08850008-8359-4822-88a6-b3105c6da8cc 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.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | quotas.delete_quotas | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | total | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | -> duration | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 0.979 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.979054 Full duration: 8.522156 -------------------------------------------------------------------------------- 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 08850008-8359-4822-88a6-b3105c6da8cc 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.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | total | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> duration | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 0.692 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.691776 Full duration: 8.346413 -------------------------------------------------------------------------------- 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 08850008-8359-4822-88a6-b3105c6da8cc 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.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | total | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> duration | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 0.752 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.751847 Full duration: 8.354691 -------------------------------------------------------------------------------- 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 08850008-8359-4822-88a6-b3105c6da8cc 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.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | total | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | -> duration | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 1.186 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.185681 Full duration: 9.296742 HINTS: * To plot HTML graphics with this data, run: rally task report 08850008-8359-4822-88a6-b3105c6da8cc --out output.html * To generate a JUnit report, run: rally task export 08850008-8359-4822-88a6-b3105c6da8cc --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 08850008-8359-4822-88a6-b3105c6da8cc --json --out output.json 2018-11-19 05:50:48,267 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '08850008-8359-4822-88a6-b3105c6da8cc', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-11-19 05:50:50,452 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 08850008-8359-4822-88a6-b3105c6da8cc --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-11-19 05:50:50.340 11188 INFO rally.api [-] Building 'json' report for the following task(s): '08850008-8359-4822-88a6-b3105c6da8cc'. 2018-11-19 05:50:50.345 11188 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:50:50,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '08850008-8359-4822-88a6-b3105c6da8cc', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-11-19 05:50:52,722 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 08850008-8359-4822-88a6-b3105c6da8cc --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-11-19 05:50:52.585 11191 INFO rally.api [-] Building 'html' report for the following task(s): '08850008-8359-4822-88a6-b3105c6da8cc'. 2018-11-19 05:50:52.607 11191 INFO rally.api [-] The report has been successfully built. 2018-11-19 05:50:52,727 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-11-19 05:50:52,730 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:46 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:48 | 10 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 02:48 | 11 | 100.00% | | neutron | 05:42 | 11 | 100.00% | | nova | 06:31 | 9 | 100.00% | | quotas | 00:34 | 4 | 100.00% | | | | | | | TOTAL: | 00:21:35 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-11-19 05:50:52,731 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-11-19 05:50:52,856 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:50:52,857 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 25:59 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-19 05:50:52,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:50:52,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:50:53,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-227600ea-7517-434d-bf7a-e6d3aab9fa9c x-compute-request-id: req-227600ea-7517-434d-bf7a-e6d3aab9fa9c Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/66a737cf-4e8f-4c29-b383-67c29461380b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "66a737cf-4e8f-4c29-b383-67c29461380b", "name": "rally_sanity-flavor_alt_6149a01f-496a-41f0-8f94-12c60d8bfa37", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a1682ddc-54fd-4610-a34c-424ae72912c8", "name": "rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:50:53,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-227600ea-7517-434d-bf7a-e6d3aab9fa9c 2018-11-19 05:50:53,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.216372966766s 2018-11-19 05:50:53,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-227600ea-7517-434d-bf7a-e6d3aab9fa9c 2018-11-19 05:50:53,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:50:53,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:50:53,137 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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-21779509-e2ee-43b2-8460-cf6fb141b0c1 x-compute-request-id: req-21779509-e2ee-43b2-8460-cf6fb141b0c1 Content-Length: 0 Content-Type: application/json 2018-11-19 05:50:53,137 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b used request id req-21779509-e2ee-43b2-8460-cf6fb141b0c1 2018-11-19 05:50:53,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0544731616974s 2018-11-19 05:50:53,137 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/66a737cf-4e8f-4c29-b383-67c29461380b used request id req-21779509-e2ee-43b2-8460-cf6fb141b0c1 2018-11-19 05:50:53,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-19 05:50:53,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a/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}902c0dda438c83d73a4e3783682885f4efc30ab2" -d '{"subnet_id": "a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f"}' 2018-11-19 05:50:54,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6faaec9d-bb73-4adf-8b4a-3492461e3dc3 Date: Mon, 19 Nov 2018 05:50:54 GMT RESP BODY: {"network_id": "6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "subnet_id": "a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f", "subnet_ids": ["a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f"], "port_id": "5415a578-1454-489e-acbe-1de241d10eac", "id": "f050342a-d1d2-48aa-84de-6f16022d222a"} 2018-11-19 05:50:54,689 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a/remove_router_interface.json used request id req-6faaec9d-bb73-4adf-8b4a-3492461e3dc3 2018-11-19 05:50:54,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55068898201s 2018-11-19 05:50:54,689 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a/remove_router_interface.json used request id req-6faaec9d-bb73-4adf-8b4a-3492461e3dc3 returning object f050342a-d1d2-48aa-84de-6f16022d222a 2018-11-19 05:50:54,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-19 05:50:54,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:50:54,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-85f95583-47c6-4ac1-80ee-4336a1136c19 Date: Mon, 19 Nov 2018 05:50:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "created_at": "2018-11-19T05:24:56Z", "admin_state_up": true, "updated_at": "2018-11-19T05:50:53Z", "project_id": "66992ecabf3a429dbf0a736cea7b956e", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "f050342a-d1d2-48aa-84de-6f16022d222a", "name": "rally_sanity-router_6149a01f-496a-41f0-8f94-12c60d8bfa37"}]} 2018-11-19 05:50:54,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-85f95583-47c6-4ac1-80ee-4336a1136c19 2018-11-19 05:50:54,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.228235006332s 2018-11-19 05:50:54,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-85f95583-47c6-4ac1-80ee-4336a1136c19 2018-11-19 05:50:54,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-19 05:50:54,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:50:58,342 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf8f1021-a5f2-4a89-b8c3-d12be214cfda Content-Length: 0 Date: Mon, 19 Nov 2018 05:50:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:50:58,343 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a.json used request id req-bf8f1021-a5f2-4a89-b8c3-d12be214cfda 2018-11-19 05:50:58,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.4226000309s 2018-11-19 05:50:58,343 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f050342a-d1d2-48aa-84de-6f16022d222a.json used request id req-bf8f1021-a5f2-4a89-b8c3-d12be214cfda 2018-11-19 05:50:58,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 05:50:58,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:50:58,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-611bce55-fb24-4347-b436-7af3f0cc9403 Date: Mon, 19 Nov 2018 05:50:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a","tenant_id":"66992ecabf3a429dbf0a736cea7b956e","created_at":"2018-11-19T05:24:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T05:24:55Z","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":"66992ecabf3a429dbf0a736cea7b956e","id":"a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f","subnetpool_id":null,"name":"rally_sanity-subnet_6149a01f-496a-41f0-8f94-12c60d8bfa37"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 05:50:58,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-611bce55-fb24-4347-b436-7af3f0cc9403 2018-11-19 05:50:58,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.194570064545s 2018-11-19 05:50:58,538 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-611bce55-fb24-4347-b436-7af3f0cc9403 2018-11-19 05:50:58,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-19 05:50:58,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:51:00,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8641a12f-1cf9-4be0-a527-f134ff1b9963 Date: Mon, 19 Nov 2018 05:51:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:51:00,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f.json used request id req-8641a12f-1cf9-4be0-a527-f134ff1b9963 2018-11-19 05:51:00,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.26809382439s 2018-11-19 05:51:00,808 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a52d9ff2-510d-4727-a1d2-8cf2c6a00c3f.json used request id req-8641a12f-1cf9-4be0-a527-f134ff1b9963 2018-11-19 05:51:00,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:51:00,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:51:01,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1397 X-Openstack-Request-Id: req-2c567d40-8d3a-4cce-9723-aca835408065 Date: Mon, 19 Nov 2018 05:51:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":71,"ipv4_address_scope":null,"shared":true,"project_id":"66992ecabf3a429dbf0a736cea7b956e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T05:51:00Z","qos_policy_id":null,"name":"rally_sanity-net_6149a01f-496a-41f0-8f94-12c60d8bfa37","admin_state_up":true,"tenant_id":"66992ecabf3a429dbf0a736cea7b956e","created_at":"2018-11-19T05:24:54Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:51:01,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2c567d40-8d3a-4cce-9723-aca835408065 2018-11-19 05:51:01,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.392305850983s 2018-11-19 05:51:01,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2c567d40-8d3a-4cce-9723-aca835408065 2018-11-19 05:51:01,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-19 05:51:01,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:51:02,075 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-476da617-2eea-40d3-b6c6-e7dec307feba Date: Mon, 19 Nov 2018 05:51:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:51:02,076 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a.json used request id req-476da617-2eea-40d3-b6c6-e7dec307feba 2018-11-19 05:51:02,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.872851133347s 2018-11-19 05:51:02,076 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6885d9d0-7eaf-4a5a-97a0-3fc4451fae8a.json used request id req-476da617-2eea-40d3-b6c6-e7dec307feba 2018-11-19 05:51:02,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:51:02,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:51:02,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-503773d7-c7a9-48d7-b79c-00835f8d9704 Date: Mon, 19 Nov 2018 05:51:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/snap", "metadata": {}}], "file": "/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/file", "owner": "66992ecabf3a429dbf0a736cea7b956e", "id": "7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d", "size": 12716032, "self": "/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:25:04Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_6149a01f-496a-41f0-8f94-12c60d8bfa37", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:25:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:51:02,255 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-503773d7-c7a9-48d7-b79c-00835f8d9704 2018-11-19 05:51:02,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178896903992s 2018-11-19 05:51:02,256 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-503773d7-c7a9-48d7-b79c-00835f8d9704 2018-11-19 05:51:02,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:51:02,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}902c0dda438c83d73a4e3783682885f4efc30ab2" 2018-11-19 05:51:03,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a48b020-ad0b-4770-9fd9-519053b5bca8 Date: Mon, 19 Nov 2018 05:51:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:51:03,477 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d used request id req-8a48b020-ad0b-4770-9fd9-519053b5bca8 2018-11-19 05:51:03,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.21931910515s 2018-11-19 05:51:03,477 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7c1eb6c3-bd98-40d8-a104-59bff7ea0a0d used request id req-8a48b020-ad0b-4770-9fd9-519053b5bca8 2018-11-19 05:51:03,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:51:03,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:03,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-cb621dc5-d050-4769-8e6b-6f09437bd81d x-compute-request-id: req-cb621dc5-d050-4769-8e6b-6f09437bd81d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a1682ddc-54fd-4610-a34c-424ae72912c8", "name": "rally_sanity-flavor_6149a01f-496a-41f0-8f94-12c60d8bfa37", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:51:03,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-cb621dc5-d050-4769-8e6b-6f09437bd81d 2018-11-19 05:51:03,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0311980247498s 2018-11-19 05:51:03,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-cb621dc5-d050-4769-8e6b-6f09437bd81d 2018-11-19 05:51:03,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:51:03,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:03,583 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:51:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24de331a-e1be-4a26-9783-27db079e7239 x-compute-request-id: req-24de331a-e1be-4a26-9783-27db079e7239 Content-Length: 0 Content-Type: application/json 2018-11-19 05:51:03,583 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8 used request id req-24de331a-e1be-4a26-9783-27db079e7239 2018-11-19 05:51:03,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0716669559479s 2018-11-19 05:51:03,584 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a1682ddc-54fd-4610-a34c-424ae72912c8 used request id req-24de331a-e1be-4a26-9783-27db079e7239 2018-11-19 05:51:03,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:51:03,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:03,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a09e7ea-b79a-4903-81ee-58f1681985f7 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37", "links": {"self": "http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb"}, "domain_id": "default", "enabled": true, "id": "d55ab735dbd4422fa384e09abc2bd0bb", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:51:03,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1a09e7ea-b79a-4903-81ee-58f1681985f7 2018-11-19 05:51:03,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.097100019455s 2018-11-19 05:51:03,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1a09e7ea-b79a-4903-81ee-58f1681985f7 2018-11-19 05:51:03,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:51:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:03,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47543638-deac-45e5-8c81-6899bec42f1c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb"}, "enabled": true, "id": "d55ab735dbd4422fa384e09abc2bd0bb", "options": {}, "domain_id": "default", "name": "rally_sanity-user_6149a01f-496a-41f0-8f94-12c60d8bfa37"}} 2018-11-19 05:51:03,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb used request id req-47543638-deac-45e5-8c81-6899bec42f1c 2018-11-19 05:51:03,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0874578952789s 2018-11-19 05:51:03,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb used request id req-47543638-deac-45e5-8c81-6899bec42f1c 2018-11-19 05:51:03,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 05:51:03,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:03,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:51:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ccc456b-1518-4be1-8c98-e079754b1234 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:51:03,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb used request id req-9ccc456b-1518-4be1-8c98-e079754b1234 2018-11-19 05:51:03,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.193917036057s 2018-11-19 05:51:03,972 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d55ab735dbd4422fa384e09abc2bd0bb used request id req-9ccc456b-1518-4be1-8c98-e079754b1234 2018-11-19 05:51:03,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:51:03,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:04,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-529ee2ec-e8b7-4433-8f76-4476f5ca6b6b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e"}, "enabled": true, "id": "66992ecabf3a429dbf0a736cea7b956e", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_6149a01f-496a-41f0-8f94-12c60d8bfa37"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 05:51:04,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-529ee2ec-e8b7-4433-8f76-4476f5ca6b6b 2018-11-19 05:51:04,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0783820152283s 2018-11-19 05:51:04,051 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-529ee2ec-e8b7-4433-8f76-4476f5ca6b6b 2018-11-19 05:51:04,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 05:51:04,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:04,201 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:51:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd4a7b0c-7e44-4320-9dbf-69af522dafb3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:51:04,201 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e used request id req-cd4a7b0c-7e44-4320-9dbf-69af522dafb3 2018-11-19 05:51:04,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.148042201996s 2018-11-19 05:51:04,202 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/66992ecabf3a429dbf0a736cea7b956e used request id req-cd4a7b0c-7e44-4320-9dbf-69af522dafb3 2018-11-19 05:51:04,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:04,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:04,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e27fd2b9-224e-4d6d-99a0-11098a1d4a9f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b6415b54a637452fbff2bc2a667f9bde", "links": {"self": "http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde"}, "name": "Member"}]} 2018-11-19 05:51:04,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e27fd2b9-224e-4d6d-99a0-11098a1d4a9f 2018-11-19 05:51:04,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078803062439s 2018-11-19 05:51:04,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:51:04,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:04,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:51:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d37ca66d-ce9c-4afe-936c-4b4e1d3e32df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:51:04,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b6415b54a637452fbff2bc2a667f9bde used request id req-d37ca66d-ce9c-4afe-936c-4b4e1d3e32df 2018-11-19 05:51:04,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.102329015732s 2018-11-19 05:51:04,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:51:04,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=66992ecabf3a429dbf0a736cea7b956e&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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:04,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-a6ff78a1-fc7a-4f92-a454-5efd687dc79e Date: Mon, 19 Nov 2018 05:51:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "created_at": "2018-11-19T05:24:54Z", "updated_at": "2018-11-19T05:24:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "04677800-0a5f-48ad-9d2d-d2bad37955cd", "remote_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv4", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "8b4eaa97-a19f-4f52-ae30-37509da6abe6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv4", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "ab0349af-c9b1-4ff4-b37a-a0e9463b321f", "remote_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv6", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "c4bdafbd-823e-4c5b-9a0b-6c030f9dffe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv6", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}], "revision_number": 4, "project_id": "66992ecabf3a429dbf0a736cea7b956e", "id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "name": "default"}]} 2018-11-19 05:51:04,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=66992ecabf3a429dbf0a736cea7b956e&name=default used request id req-a6ff78a1-fc7a-4f92-a454-5efd687dc79e 2018-11-19 05:51:04,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.178308963776s 2018-11-19 05:51:04,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=66992ecabf3a429dbf0a736cea7b956e&name=default used request id req-a6ff78a1-fc7a-4f92-a454-5efd687dc79e 2018-11-19 05:51:04,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:51:04,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:04,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c0e9690b-3cef-4f7f-82b0-dc786d0760d2 Date: Mon, 19 Nov 2018 05:51:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "created_at": "2018-11-19T05:24:54Z", "updated_at": "2018-11-19T05:24:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "c4bdafbd-823e-4c5b-9a0b-6c030f9dffe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv6", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "04677800-0a5f-48ad-9d2d-d2bad37955cd", "remote_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv4", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "ab0349af-c9b1-4ff4-b37a-a0e9463b321f", "remote_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv6", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T05:24:54Z", "revision_number": 0, "id": "8b4eaa97-a19f-4f52-ae30-37509da6abe6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T05:24:54Z", "security_group_id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "tenant_id": "66992ecabf3a429dbf0a736cea7b956e", "port_range_min": null, "ethertype": "IPv4", "project_id": "66992ecabf3a429dbf0a736cea7b956e"}], "revision_number": 4, "project_id": "66992ecabf3a429dbf0a736cea7b956e", "id": "9882fce0-9dd1-4717-abbf-53c3e8ec6d0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 05:51:04,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c0e9690b-3cef-4f7f-82b0-dc786d0760d2 2018-11-19 05:51:04,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.229336023331s 2018-11-19 05:51:04,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c0e9690b-3cef-4f7f-82b0-dc786d0760d2 2018-11-19 05:51:04,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 05:51:04,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9882fce0-9dd1-4717-abbf-53c3e8ec6d0d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46737b7c87d4e3d49d0db489ad54e73d53423b43" 2018-11-19 05:51:05,142 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cddb216a-53ae-4f21-9dbf-3d646380dd13 Content-Length: 0 Date: Mon, 19 Nov 2018 05:51:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 05:51:05,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9882fce0-9dd1-4717-abbf-53c3e8ec6d0d.json used request id req-cddb216a-53ae-4f21-9dbf-3d646380dd13 2018-11-19 05:51:05,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.339911937714s 2018-11-19 05:51:05,142 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9882fce0-9dd1-4717-abbf-53c3e8ec6d0d.json used request id req-cddb216a-53ae-4f21-9dbf-3d646380dd13 2018-11-19 05:51:05,194 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:51:05,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:51:05,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:51:05,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:51:05,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:51:05,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:51:05,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:51:05,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44920562-449c-4947-b091-4818ed15fc0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:51:05,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-44920562-449c-4947-b091-4818ed15fc0c 2018-11-19 05:51:05,295 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:51:05,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:51:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["66cYjDt7SIiBh1su_HhLjQ"], "issued_at": "2018-11-19T05:51:05.000000Z"}} 2018-11-19 05:51:05,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:51:05,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:05,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d64997f0-e9ad-4245-9b9e-74d51fc8514b Date: Mon, 19 Nov 2018 05:51:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:51:05,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d64997f0-e9ad-4245-9b9e-74d51fc8514b 2018-11-19 05:51:05,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.246464967728s 2018-11-19 05:51:05,933 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d64997f0-e9ad-4245-9b9e-74d51fc8514b 2018-11-19 05:51:05,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:51:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:05,943 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:51:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:51:05,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:06,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a4f13cb-bc3a-41fa-ba14-97826e1a5d67 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:51:06,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6a4f13cb-bc3a-41fa-ba14-97826e1a5d67 2018-11-19 05:51:06,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0932588577271s 2018-11-19 05:51:06,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 05:51:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}}' 2018-11-19 05:51:06,146 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c29fbb9-e50a-4426-811f-f92484c394f9 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.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928"}, "enabled": true, "id": "d4cb923db0074cbe871cda9f0bfa9928", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}} 2018-11-19 05:51:06,146 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4c29fbb9-e50a-4426-811f-f92484c394f9 2018-11-19 05:51:06,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.117303133011s 2018-11-19 05:51:06,147 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4c29fbb9-e50a-4426-811f-f92484c394f9 2018-11-19 05:51:06,148 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'id': u'd4cb923db0074cbe871cda9f0bfa9928', 'description': u'Created by OPNFV Functest: refstack_defcore', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 05:51:06,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 05:51:06,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.374577999115s 2018-11-19 05:51:06,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:06,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3963d363-1d39-4128-9df5-59cba9360a7c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572"}, "enabled": true, "id": "ecb1f9a08cbb49bab08d9148eaa0d572", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}} 2018-11-19 05:51:06,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 used request id req-3963d363-1d39-4128-9df5-59cba9360a7c 2018-11-19 05:51:06,613 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ecb1f9a08cbb49bab08d9148eaa0d572', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f'}) 2018-11-19 05:51:06,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:06,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:06,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b88034e-86dc-4940-92a2-d820d7de6c6b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:51:06,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5b88034e-86dc-4940-92a2-d820d7de6c6b 2018-11-19 05:51:06,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0852899551392s 2018-11-19 05:51:06,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:06,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:06,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0373841a-6a11-4825-9d8d-611c8512becd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:51:06,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0373841a-6a11-4825-9d8d-611c8512becd 2018-11-19 05:51:06,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822989940643s 2018-11-19 05:51:06,784 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 05:51:06,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:51:06,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" -d '{"role": {"name": "Member"}}' 2018-11-19 05:51:06,882 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:51:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0371dd1c-a6d2-46fc-8a3b-24736450f28a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "10be905a53d542238479c00da4296115", "links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "name": "Member"}} 2018-11-19 05:51:06,882 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0371dd1c-a6d2-46fc-8a3b-24736450f28a 2018-11-19 05:51:06,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0979909896851s 2018-11-19 05:51:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:06,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a95362a-f86d-40af-a302-d23f9e46f7d6 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "domain_id": null, "name": "Member", "id": "10be905a53d542238479c00da4296115"}} 2018-11-19 05:51:06,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115 used request id req-0a95362a-f86d-40af-a302-d23f9e46f7d6 2018-11-19 05:51:06,968 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115'}, 'domain_id': None, 'human_id': None, 'id': u'10be905a53d542238479c00da4296115', 'HUMAN_ID': False}) 2018-11-19 05:51:06,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:06,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa76c142-6e1d-4f18-9890-c3b64f722ce4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10be905a53d542238479c00da4296115", "links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:51:07,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fa76c142-6e1d-4f18-9890-c3b64f722ce4 2018-11-19 05:51:07,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.084400177002s 2018-11-19 05:51:07,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:51:07,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcd9649-57aa-4398-a4fa-7af3da77d6cc 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:51:07,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-5fcd9649-57aa-4398-a4fa-7af3da77d6cc 2018-11-19 05:51:07,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0815019607544s 2018-11-19 05:51:07,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:51:07,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f06a7f1-f9bb-4093-9ac3-d57b86ae3736 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "links": {"self": "http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572"}, "domain_id": "default", "enabled": true, "id": "ecb1f9a08cbb49bab08d9148eaa0d572", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:51:07,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f06a7f1-f9bb-4093-9ac3-d57b86ae3736 2018-11-19 05:51:07,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0355310440063s 2018-11-19 05:51:07,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f06a7f1-f9bb-4093-9ac3-d57b86ae3736 2018-11-19 05:51:07,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:51:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07f7495-fcdf-4299-a909-72433519a33f Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928"}, "enabled": true, "id": "d4cb923db0074cbe871cda9f0bfa9928", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}]} 2018-11-19 05:51:07,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d07f7495-fcdf-4299-a909-72433519a33f 2018-11-19 05:51:07,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0821468830109s 2018-11-19 05:51:07,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d07f7495-fcdf-4299-a909-72433519a33f 2018-11-19 05:51:07,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:51:07,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&scope.project.id=d4cb923db0074cbe871cda9f0bfa9928&role.id=10be905a53d542238479c00da4296115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73602d2-aff6-474e-9472-1f0ca2b69242 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&scope.project.id=d4cb923db0074cbe871cda9f0bfa9928&role.id=10be905a53d542238479c00da4296115", "previous": null, "next": null}} 2018-11-19 05:51:07,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&scope.project.id=d4cb923db0074cbe871cda9f0bfa9928&role.id=10be905a53d542238479c00da4296115 used request id req-a73602d2-aff6-474e-9472-1f0ca2b69242 2018-11-19 05:51:07,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0768430233002s 2018-11-19 05:51:07,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:51:07,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928/users/ecb1f9a08cbb49bab08d9148eaa0d572/roles/10be905a53d542238479c00da4296115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea1f45e8-1b2d-4d36-8c71-7fa672baecd3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:51:07,465 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928/users/ecb1f9a08cbb49bab08d9148eaa0d572/roles/10be905a53d542238479c00da4296115 used request id req-ea1f45e8-1b2d-4d36-8c71-7fa672baecd3 2018-11-19 05:51:07,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123986959457s 2018-11-19 05:51:07,466 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 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': '9ee18f79-64a6-49ed-a8d6-47c996e87d49', 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_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'project_id': u'd4cb923db0074cbe871cda9f0bfa9928', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 05:51:07,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:51:07,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:51:07,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:51:07,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:51:07,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:51:07,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:51:07,467 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:51:07,468 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:51:07,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:51:07,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:51:07,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:51:07,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:51:07,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:51:07,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:51:07,469 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:51:07,471 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'password': '9ee18f79-64a6-49ed-a8d6-47c996e87d49', 'project_name': 'refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'd4cb923db0074cbe871cda9f0bfa9928', 'project_domain_name': 'Default'} 2018-11-19 05:51:07,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:07,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7df34b9b-00b2-4138-810f-b5a34d2b07dd Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10be905a53d542238479c00da4296115", "links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:51:07,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7df34b9b-00b2-4138-810f-b5a34d2b07dd 2018-11-19 05:51:07,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794069766998s 2018-11-19 05:51:07,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:07,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe42bf3b-426b-4452-ba80-85a845bc864d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10be905a53d542238479c00da4296115", "links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:51:07,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fe42bf3b-426b-4452-ba80-85a845bc864d 2018-11-19 05:51:07,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0763149261475s 2018-11-19 05:51:07,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:51:07,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75c3988-5e40-4419-9998-a6fdb50b20c4 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:51:07,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c75c3988-5e40-4419-9998-a6fdb50b20c4 2018-11-19 05:51:07,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0829911231995s 2018-11-19 05:51:07,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:51:07,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37809880-4429-4103-98a6-70efe2c07352 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "links": {"self": "http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572"}, "domain_id": "default", "enabled": true, "id": "ecb1f9a08cbb49bab08d9148eaa0d572", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:51:07,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-37809880-4429-4103-98a6-70efe2c07352 2018-11-19 05:51:07,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984218120575s 2018-11-19 05:51:07,813 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-37809880-4429-4103-98a6-70efe2c07352 2018-11-19 05:51:07,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:51:07,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8274f8bf-7df1-4dd0-82ea-8b3e54c488ce Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928"}, "enabled": true, "id": "d4cb923db0074cbe871cda9f0bfa9928", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}]} 2018-11-19 05:51:07,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-8274f8bf-7df1-4dd0-82ea-8b3e54c488ce 2018-11-19 05:51:07,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0748529434204s 2018-11-19 05:51:07,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-8274f8bf-7df1-4dd0-82ea-8b3e54c488ce 2018-11-19 05:51:07,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:51:07,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&scope.project.id=d4cb923db0074cbe871cda9f0bfa9928&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:07,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ac0329-07a4-4842-9e68-3702b963cd7f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&scope.project.id=d4cb923db0074cbe871cda9f0bfa9928&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 05:51:07,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&scope.project.id=d4cb923db0074cbe871cda9f0bfa9928&role.id=8b607911576d44ba870fc64e92729d7c used request id req-24ac0329-07a4-4842-9e68-3702b963cd7f 2018-11-19 05:51:07,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0830450057983s 2018-11-19 05:51:07,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:51:07,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928/users/ecb1f9a08cbb49bab08d9148eaa0d572/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:08,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:51:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb010f00-d27d-49a6-8995-b70821f72c65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:51:08,094 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928/users/ecb1f9a08cbb49bab08d9148eaa0d572/roles/8b607911576d44ba870fc64e92729d7c used request id req-eb010f00-d27d-49a6-8995-b70821f72c65 2018-11-19 05:51:08,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114451885223s 2018-11-19 05:51:08,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:08,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:08,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13d6339-e64a-4415-81c7-7863918344ed Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10be905a53d542238479c00da4296115", "links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:51:08,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a13d6339-e64a-4415-81c7-7863918344ed 2018-11-19 05:51:08,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762979984283s 2018-11-19 05:51:08,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:51:08,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:08,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49cb0700-5d5d-4a7e-83c5-27dac4d26272 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:51:08,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-49cb0700-5d5d-4a7e-83c5-27dac4d26272 2018-11-19 05:51:08,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0873820781708s 2018-11-19 05:51:08,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:51:08,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:08,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e28cbebd-a012-44a0-911c-04743c5987fa Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "links": {"self": "http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572"}, "domain_id": "default", "enabled": true, "id": "ecb1f9a08cbb49bab08d9148eaa0d572", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:51:08,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e28cbebd-a012-44a0-911c-04743c5987fa 2018-11-19 05:51:08,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0992958545685s 2018-11-19 05:51:08,361 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e28cbebd-a012-44a0-911c-04743c5987fa 2018-11-19 05:51:08,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:51:08,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:08,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a6472d-7b6e-4fbc-ba20-8e5b5249091c Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-19 05:51:08,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=ecb1f9a08cbb49bab08d9148eaa0d572&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default used request id req-a5a6472d-7b6e-4fbc-ba20-8e5b5249091c 2018-11-19 05:51:08,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0738949775696s 2018-11-19 05:51:08,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:51:08,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/ecb1f9a08cbb49bab08d9148eaa0d572/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:51:08,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:51:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52ec8ad7-3247-48b9-84f7-2f1794821398 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:51:08,566 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/ecb1f9a08cbb49bab08d9148eaa0d572/roles/8b607911576d44ba870fc64e92729d7c used request id req-52ec8ad7-3247-48b9-84f7-2f1794821398 2018-11-19 05:51:08,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.124511957169s 2018-11-19 05:51:08,567 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-19 05:51:10,895 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-19 05:51:10.580 11194 INFO rally.deployment.engine [-] Deployment c5f5d46e-cecb-4fbb-ad67-0798921a6890 | Starting: Destroy cloud and free allocated resources. 2018-11-19 05:51:10.671 11194 INFO rally.deployment.engine [-] Deployment c5f5d46e-cecb-4fbb-ad67-0798921a6890 | Completed: Destroy cloud and free allocated resources. 2018-11-19 05:51:10.695 11194 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17). 2018-11-19 05:51:10.700 11194 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-19 05:51:13,363 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-19 05:51:13.062 11197 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d | 2018-11-19T05:51:13 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-19 05:51:16,563 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-19 05:51:16,563 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-19 05:51:19,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-19 05:51:18.723 11203 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6a267151-a6e5-441e-baaa-03775e97da17). 2018-11-19 05:51:18.856 11203 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-19 05:51:22,431 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-19 05:51:21.092 11206 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-19 05:51:21.251 11206 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-19 05:51:22.305 11206 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322) has been successfully created! Using verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322) as the default verifier for the future CLI operations. 2018-11-19 05:51:25,314 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-11-19 05:51:25,315 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:51:25,431 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 05:51:25,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:51:25,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-669fd2f2-4d37-43c9-a035-ef8509f5230d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:51:25,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-669fd2f2-4d37-43c9-a035-ef8509f5230d 2018-11-19 05:51:25,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:51:25,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "10be905a53d542238479c00da4296115", "name": "Member"}], "expires_at": "2018-11-19T06:51:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4cb923db0074cbe871cda9f0bfa9928", "name": "refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d4cb923db0074cbe871cda9f0bfa9928", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d4cb923db0074cbe871cda9f0bfa9928", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d4cb923db0074cbe871cda9f0bfa9928", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d4cb923db0074cbe871cda9f0bfa9928", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d4cb923db0074cbe871cda9f0bfa9928", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d4cb923db0074cbe871cda9f0bfa9928", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d4cb923db0074cbe871cda9f0bfa9928", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d4cb923db0074cbe871cda9f0bfa9928", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d4cb923db0074cbe871cda9f0bfa9928", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d4cb923db0074cbe871cda9f0bfa9928", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d4cb923db0074cbe871cda9f0bfa9928", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d4cb923db0074cbe871cda9f0bfa9928", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "id": "ecb1f9a08cbb49bab08d9148eaa0d572"}, "audit_ids": ["0zMgMi2XReujdTGmrVZUGg"], "issued_at": "2018-11-19T05:51:25.000000Z"}} 2018-11-19 05:51:25,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:25,830 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 05:51:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 05:51:25,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:51:25,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:26,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3243eb24-4419-45db-a516-5091515f00b2 Date: Mon, 19 Nov 2018 05:51:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:51:26,013 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3243eb24-4419-45db-a516-5091515f00b2 2018-11-19 05:51:26,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181087970734s 2018-11-19 05:51:26,014 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3243eb24-4419-45db-a516-5091515f00b2 2018-11-19 05:51:26,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:51:26,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}' 2018-11-19 05:51:26,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118 X-Openstack-Request-Id: req-b2bcb663-a5a6-42d6-9755-2b80451c9f19 Date: Mon, 19 Nov 2018 05:51:26 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file", "owner": "d4cb923db0074cbe871cda9f0bfa9928", "id": "2713d774-7a4e-48c8-8bb5-33982dfb7118", "size": null, "self": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:51:26Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "checksum": null, "created_at": "2018-11-19T05:51:26Z", "protected": false} 2018-11-19 05:51:26,231 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b2bcb663-a5a6-42d6-9755-2b80451c9f19 2018-11-19 05:51:26,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.216578006744s 2018-11-19 05:51:26,232 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b2bcb663-a5a6-42d6-9755-2b80451c9f19 returning object 2713d774-7a4e-48c8-8bb5-33982dfb7118 2018-11-19 05:51:26,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:51:26,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/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}f7242d181fecc96311ddc8504046a81109e7d769" -d '' 2018-11-19 05:51:27,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e826bea6-3194-4977-b93b-e01f27601f86 Date: Mon, 19 Nov 2018 05:51:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:51:27,829 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file used request id req-e826bea6-3194-4977-b93b-e01f27601f86 2018-11-19 05:51:27,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.59644794464s 2018-11-19 05:51:27,829 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file used request id req-e826bea6-3194-4977-b93b-e01f27601f86 2018-11-19 05:51:27,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:51:27,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:28,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-a135ac33-60d2-47c3-9391-9046fc681431 Date: Mon, 19 Nov 2018 05:51:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "metadata": {}}], "file": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file", "owner": "d4cb923db0074cbe871cda9f0bfa9928", "id": "2713d774-7a4e-48c8-8bb5-33982dfb7118", "size": 12716032, "self": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:51:27Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:51:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:51:28,012 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a135ac33-60d2-47c3-9391-9046fc681431 2018-11-19 05:51:28,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18279504776s 2018-11-19 05:51:28,013 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a135ac33-60d2-47c3-9391-9046fc681431 2018-11-19 05:51:28,014 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file', 'owner': u'd4cb923db0074cbe871cda9f0bfa9928', 'id': u'2713d774-7a4e-48c8-8bb5-33982dfb7118', 'size': 12716032, u'self': u'/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd4cb923db0074cbe871cda9f0bfa9928', 'name': 'refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:51:27Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T05:51:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'created': u'2018-11-19T05:51:26Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:51:26Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:51:28,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:51:28,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:51:28,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51: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-e0eac5f4-af5c-4529-86a7-64ed8a29e39e x-compute-request-id: req-e0eac5f4-af5c-4529-86a7-64ed8a29e39e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "77cc0fde-51be-48a4-9dff-34b9664b71e7", "name": "refstack_defcore-flavor_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:51:28,198 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e0eac5f4-af5c-4529-86a7-64ed8a29e39e 2018-11-19 05:51:28,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.18360209465s 2018-11-19 05:51:28,198 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e0eac5f4-af5c-4529-86a7-64ed8a29e39e returning object 77cc0fde-51be-48a4-9dff-34b9664b71e7 2018-11-19 05:51:28,199 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_3a79ab6a-5d25-4fa0-b817-cd238b36464f', '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'afd2db966a884ce5bd33890fef4382f7', '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'77cc0fde-51be-48a4-9dff-34b9664b71e7', 'swap': 0}) 2018-11-19 05:51:28,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:51:28,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7/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}e125cef5095b6b5538ed4291b554aba94d712ca7" -d '{"extra_specs": {}}' 2018-11-19 05:51:28,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51: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-bd2534be-e19a-4d15-bf77-8bb2d9868e45 x-compute-request-id: req-bd2534be-e19a-4d15-bf77-8bb2d9868e45 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:51:28,218 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7/os-extra_specs used request id req-bd2534be-e19a-4d15-bf77-8bb2d9868e45 2018-11-19 05:51:28,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0187141895294s 2018-11-19 05:51:28,218 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7/os-extra_specs used request id req-bd2534be-e19a-4d15-bf77-8bb2d9868e45 2018-11-19 05:51:28,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:51:28,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:28,226 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:51:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:51:28,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:28,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43825b4f-a773-4da1-accc-f065c5ac1f8e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10be905a53d542238479c00da4296115", "links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:51:28,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-43825b4f-a773-4da1-accc-f065c5ac1f8e 2018-11-19 05:51:28,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0978419780731s 2018-11-19 05:51:28,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-19 05:51:28,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:28,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:51: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-7438da7b-6a92-4e06-a877-0e932cdfcff9 x-compute-request-id: req-7438da7b-6a92-4e06-a877-0e932cdfcff9 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-19 05:51:28,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-7438da7b-6a92-4e06-a877-0e932cdfcff9 2018-11-19 05:51:28,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190312862396s 2018-11-19 05:51:28,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-7438da7b-6a92-4e06-a877-0e932cdfcff9 2018-11-19 05:51:28,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:51:28,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:28,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-832d3966-2160-4e4d-ba95-a6130a6f07af Date: Mon, 19 Nov 2018 05:51:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "metadata": {}}], "file": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file", "owner": "d4cb923db0074cbe871cda9f0bfa9928", "id": "2713d774-7a4e-48c8-8bb5-33982dfb7118", "size": 12716032, "self": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:51:27Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:51:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:51:28,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-832d3966-2160-4e4d-ba95-a6130a6f07af 2018-11-19 05:51:28,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.24880194664s 2018-11-19 05:51:28,760 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-832d3966-2160-4e4d-ba95-a6130a6f07af 2018-11-19 05:51:28,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:51:28,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}' 2018-11-19 05:51:28,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30 X-Openstack-Request-Id: req-59006069-3723-4ece-a354-ca792c5dfd1e Date: Mon, 19 Nov 2018 05:51:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/file", "owner": "d4cb923db0074cbe871cda9f0bfa9928", "id": "14e0cb3a-b1ce-4564-b4fd-5cdaf57add30", "size": null, "self": "/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:51:28Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "checksum": null, "created_at": "2018-11-19T05:51:28Z", "protected": false} 2018-11-19 05:51:28,974 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-59006069-3723-4ece-a354-ca792c5dfd1e 2018-11-19 05:51:28,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.212563037872s 2018-11-19 05:51:28,975 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-59006069-3723-4ece-a354-ca792c5dfd1e returning object 14e0cb3a-b1ce-4564-b4fd-5cdaf57add30 2018-11-19 05:51:28,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:51:28,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/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}f7242d181fecc96311ddc8504046a81109e7d769" -d '' 2018-11-19 05:51:31,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-455953dd-54a6-40a8-8d36-932488c190f8 Date: Mon, 19 Nov 2018 05:51:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:51:31,136 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/file used request id req-455953dd-54a6-40a8-8d36-932488c190f8 2018-11-19 05:51:31,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.16036891937s 2018-11-19 05:51:31,136 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/file used request id req-455953dd-54a6-40a8-8d36-932488c190f8 2018-11-19 05:51:31,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:51:31,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:51:31,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-71f9065a-c61a-45da-8961-4eccfd6dd9b4 Date: Mon, 19 Nov 2018 05:51:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/snap", "metadata": {}}], "file": "/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/file", "owner": "d4cb923db0074cbe871cda9f0bfa9928", "id": "14e0cb3a-b1ce-4564-b4fd-5cdaf57add30", "size": 12716032, "self": "/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:51:31Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:51:28Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "metadata": {}}], "file": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file", "owner": "d4cb923db0074cbe871cda9f0bfa9928", "id": "2713d774-7a4e-48c8-8bb5-33982dfb7118", "size": 12716032, "self": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:51:27Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:51:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:51:31,321 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-71f9065a-c61a-45da-8961-4eccfd6dd9b4 2018-11-19 05:51:31,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184935092926s 2018-11-19 05:51:31,322 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-71f9065a-c61a-45da-8961-4eccfd6dd9b4 2018-11-19 05:51:31,325 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/snap', u'metadata': Munch({})})], 'file': u'/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/file', 'owner': u'd4cb923db0074cbe871cda9f0bfa9928', 'id': u'14e0cb3a-b1ce-4564-b4fd-5cdaf57add30', 'size': 12716032, u'self': u'/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd4cb923db0074cbe871cda9f0bfa9928', 'name': 'refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:51:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T05:51:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f', 'created': u'2018-11-19T05:51:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:51:28Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:51:31,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:51:31,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:51:31,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-019fa03e-da6f-4439-9c7a-af1d13093345 x-compute-request-id: req-019fa03e-da6f-4439-9c7a-af1d13093345 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54ffe2f9-a7af-4084-801a-da789e084b2a", "name": "refstack_defcore-flavor_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:51:31,383 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-019fa03e-da6f-4439-9c7a-af1d13093345 2018-11-19 05:51:31,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.057687997818s 2018-11-19 05:51:31,384 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-019fa03e-da6f-4439-9c7a-af1d13093345 returning object 54ffe2f9-a7af-4084-801a-da789e084b2a 2018-11-19 05:51:31,385 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f', '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'afd2db966a884ce5bd33890fef4382f7', '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'54ffe2f9-a7af-4084-801a-da789e084b2a', 'swap': 0}) 2018-11-19 05:51:31,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:51:31,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a/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}e125cef5095b6b5538ed4291b554aba94d712ca7" -d '{"extra_specs": {}}' 2018-11-19 05:51:31,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-104218da-76d1-453a-806f-cfe93cff4ade x-compute-request-id: req-104218da-76d1-453a-806f-cfe93cff4ade Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:51:31,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a/os-extra_specs used request id req-104218da-76d1-453a-806f-cfe93cff4ade 2018-11-19 05:51:31,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206658840179s 2018-11-19 05:51:31,406 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a/os-extra_specs used request id req-104218da-76d1-453a-806f-cfe93cff4ade 2018-11-19 05:51:31,407 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f', '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'afd2db966a884ce5bd33890fef4382f7', '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'54ffe2f9-a7af-4084-801a-da789e084b2a', 'swap': 0}) 2018-11-19 05:51:34,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-19 05:51:33.415 11225 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322) for deployment 'opnfv-rally' (UUID=1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d). 2018-11-19 05:51:34.274 11225 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-19 05:51:34.276 11225 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322) has been successfully configured for deployment 'opnfv-rally' (UUID=1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d)! 2018-11-19 05:51:34,423 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-19 05:51:34,424 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-19 05:51:34,426 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-19 05:51:39,077 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_create_get_delete_snapshot_metadata not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_reboot_deleted_server not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_out_passing_size not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_volume_without_passing_volume_id not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_volume_without_passing_volume_id not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_by_name not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_status not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_container_format not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_nonexistent_volume_id not found in Tempest list. 2018-11-19 05:51:39,078 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_pagination not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_get_invalid_volume_id not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_negative not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_delete_invalid_volume_id not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_get_nonexistent_volume_id not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_status not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_create_get_delete_volume_metadata not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_nonexistent_name not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshot_create_get_list_update_delete not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_as_clone not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_size_zero not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_status not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_nonexistent_name not found in Tempest list. 2018-11-19 05:51:39,079 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_display_name_and_status not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_disk_format not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_update_subnet_gw_dns_host_routes_dhcp not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_gw_and_allocation_pools not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_source_volid not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_by_availability_zone not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_details_with_params not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_volume_type not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_volume_delete_nonexistent_volume_id not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_detail_with_invalid_status not found in Tempest list. 2018-11-19 05:51:39,080 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_with_multiple_params not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_all_attributes not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_dhcp_enabled not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_status not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_min_max_size not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_without_passing_size not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_pagination not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_empty_volume_id not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete not found in Tempest list. 2018-11-19 05:51:39,081 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_invalid_size not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_without_gateway not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volumes_list_details_by_availability_zone not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_limit not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_negative.VolumesV2SnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_detail_param_metadata not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_details_by_name not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_visibility not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_param_display_name_and_status not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_update_volume_with_invalid_volume_id not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-11-19 05:51:39,082 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_param_metadata not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_volume_metadata_item not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots_list.VolumesV2SnapshotListTestJSON.test_snapshots_list_with_params not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_host_routes_and_dns_nameservers not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_list_volumes_with_invalid_status not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_availability_zone.AvailabilityZoneV2TestJSON.test_get_availability_zone_list not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_update_snapshot_metadata_item not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_create_delete_subnet_with_allocation_pools not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list_with_details not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_negative.VolumesV2NegativeTest.test_create_volume_with_nonexistent_snapshot_id not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_images_param_size not found in Tempest list. 2018-11-19 05:51:39,083 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-11-19 05:51:39,086 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-19 05:51:39,102 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-19 05:51:39,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/refstack_defcore/test_list.txt', u'--concurrency=4']'. 2018-11-19 05:51:41,288 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:51:41.287 11237 INFO rally.api [-] Starting verification (UUID=0fb71b86-322b-4f4a-899c-b6b58a6cb51b) for deployment 'opnfv-rally' (UUID=1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d) by verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322). 2018-11-19 05:51:41,289 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 0fb71b86-322b-4f4a-899c-b6b58a6cb51b 2018-11-19 05:51:47,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:51:47.999 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.202s] 2018-11-19 05:51:48,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:51:48.061 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.063s] 2018-11-19 05:51:50,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:51:50.538 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.711s] 2018-11-19 05:51:52,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:51:52.000 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.728s] 2018-11-19 05:51:59,979 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:51:59.978 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [12.264s] 2018-11-19 05:52:05,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:05.718 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.175s] 2018-11-19 05:52:09,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:09.707 11237 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-11-19 05:52:09,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:09.719 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.012s] 2018-11-19 05:52:09,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:09.852 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.132s] 2018-11-19 05:52:09,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:09.863 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-11-19 05:52:09,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:09.876 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2018-11-19 05:52:09,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:09.907 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.030s] 2018-11-19 05:52:09,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:09.973 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.065s] 2018-11-19 05:52:10,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:10.037 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.063s] 2018-11-19 05:52:10,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:10.700 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.663s] 2018-11-19 05:52:10,715 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:10.715 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-11-19 05:52:10,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:10.785 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.069s] 2018-11-19 05:52:11,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:11.922 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.055s] 2018-11-19 05:52:14,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:14.205 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [2.282s] 2018-11-19 05:52:18,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:18.066 11237 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-11-19 05:52:22,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:22.506 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.071s] 2018-11-19 05:52:22,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:22.582 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-11-19 05:52:22,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:22.673 11237 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.090s] 2018-11-19 05:52:25,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:25.230 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [19.509s] 2018-11-19 05:52:26,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:26.314 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.152s] 2018-11-19 05:52:26,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:26.487 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.172s] 2018-11-19 05:52:27,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:27.576 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.087s] 2018-11-19 05:52:27,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:27.586 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.010s] 2018-11-19 05:52:27,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:27.747 11237 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.161s] 2018-11-19 05:52:27,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:27.764 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [31.100s] 2018-11-19 05:52:28,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:28.874 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.116s] 2018-11-19 05:52:35,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:35.212 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.982s] 2018-11-19 05:52:38,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:38.180 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.787s] 2018-11-19 05:52:39,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:39.970 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.625s] 2018-11-19 05:52:40,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:40.741 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.771s] 2018-11-19 05:52:41,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:41.628 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.886s] 2018-11-19 05:52:41,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:41.781 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [3.600s] 2018-11-19 05:52:42,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.058 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.429s] 2018-11-19 05:52:42,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.394 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.336s] 2018-11-19 05:52:42,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.471 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.076s] 2018-11-19 05:52:42,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.545 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.073s] 2018-11-19 05:52:42,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.611 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.065s] 2018-11-19 05:52:42,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.682 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.070s] 2018-11-19 05:52:42,757 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.757 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.074s] 2018-11-19 05:52:42,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:42.895 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.137s] 2018-11-19 05:52:46,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:46.662 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.881s] 2018-11-19 05:52:51,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:51.300 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.637s] 2018-11-19 05:52:55,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:55.094 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.794s] 2018-11-19 05:52:58,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:52:58.270 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.175s] 2018-11-19 05:53:01,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:01.818 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.547s] 2018-11-19 05:53:02,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:02.742 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [0.350s] 2018-11-19 05:53:02,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:02.811 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.069s] 2018-11-19 05:53:04,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:04.072 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [1.260s] 2018-11-19 05:53:04,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:04.170 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-11-19 05:53:04,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:04.171 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-11-19 05:53:08,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:08.233 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.414s] 2018-11-19 05:53:11,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:11.595 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.361s] 2018-11-19 05:53:11,733 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:11.733 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.138s] 2018-11-19 05:53:11,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:11.844 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.111s] 2018-11-19 05:53:11,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:11.912 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.067s] 2018-11-19 05:53:12,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:12.112 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.200s] 2018-11-19 05:53:12,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:12.366 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.252s] 2018-11-19 05:53:12,474 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:12.473 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.107s] 2018-11-19 05:53:12,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:12.684 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.210s] 2018-11-19 05:53:12,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:12.752 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.067s] 2018-11-19 05:53:17,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:17.945 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.191s] 2018-11-19 05:53:25,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:25.427 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.166s] 2018-11-19 05:53:27,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:26.999 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.571s] 2018-11-19 05:53:27,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:27.944 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.944s] 2018-11-19 05:53:28,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:28.705 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.760s] 2018-11-19 05:53:30,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:30.138 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.432s] 2018-11-19 05:53:31,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:31.939 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.799s] 2018-11-19 05:53:32,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:32.784 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.845s] 2018-11-19 05:53:33,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:33.663 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.878s] 2018-11-19 05:53:33,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:33.688 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.026s] 2018-11-19 05:53:33,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:33.717 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2018-11-19 05:53:33,877 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:33.877 11237 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.159s] 2018-11-19 05:53:36,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:36.684 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [61.457s] 2018-11-19 05:53:40,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:40.389 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.737s] 2018-11-19 05:53:40,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:40.819 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.356s] 2018-11-19 05:53:41,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:41.202 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.382s] 2018-11-19 05:53:41,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:41.382 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.993s] 2018-11-19 05:53:50,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:50.157 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [20.328s] 2018-11-19 05:53:51,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:51.505 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.698s] 2018-11-19 05:53:51,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:51.572 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-11-19 05:53:52,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:52.191 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.617s] 2018-11-19 05:53:52,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:52.289 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.097s] 2018-11-19 05:53:52,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:52.292 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-11-19 05:53:55,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:55.128 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [7.400s] 2018-11-19 05:53:59,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:53:59.323 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [9.168s] 2018-11-19 05:54:02,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:02.953 11237 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.823s] 2018-11-19 05:54:21,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:21.564 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.395s] 2018-11-19 05:54:21,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:21.779 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.214s] 2018-11-19 05:54:21,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:21.973 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.194s] 2018-11-19 05:54:22,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:22.403 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.429s] 2018-11-19 05:54:22,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:22.795 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.391s] 2018-11-19 05:54:23,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:23.918 11237 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.123s] 2018-11-19 05:54:31,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:31.591 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.219s] 2018-11-19 05:54:33,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:33.686 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [34.355s] 2018-11-19 05:54:33,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:33.834 11237 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.243s] 2018-11-19 05:54:41,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:41.674 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.758s] 2018-11-19 05:54:42,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:42.777 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.104s] 2018-11-19 05:54:47,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:47.495 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.713s] 2018-11-19 05:54:48,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:48.782 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.290s] 2018-11-19 05:54:48,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:48.970 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [54.811s] 2018-11-19 05:54:50,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:50.509 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.724s] 2018-11-19 05:54:51,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:51.399 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.712s] 2018-11-19 05:54:51,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:51.496 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.988s] 2018-11-19 05:54:53,569 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:53.569 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.069s] 2018-11-19 05:54:53,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:53.817 11237 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.251s] 2018-11-19 05:54:57,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:54:57.464 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.161s] 2018-11-19 05:55:03,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:03.485 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.846s] 2018-11-19 05:55:04,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:04.264 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.780s] 2018-11-19 05:55:18,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:18.520 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.161s] 2018-11-19 05:55:20,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:20.191 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.670s] 2018-11-19 05:55:21,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:21.148 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.956s] 2018-11-19 05:55:22,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:22.435 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.286s] 2018-11-19 05:55:22,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:22.689 11237 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.706s] 2018-11-19 05:55:23,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:23.308 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.872s] 2018-11-19 05:55:24,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:24.256 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.947s] 2018-11-19 05:55:24,627 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:24.626 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.371s] 2018-11-19 05:55:25,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:25.196 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.569s] 2018-11-19 05:55:25,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:25.799 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.602s] 2018-11-19 05:55:26,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:26.566 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.766s] 2018-11-19 05:55:27,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:27.105 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.539s] 2018-11-19 05:55:27,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:27.657 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.551s] 2018-11-19 05:55:28,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:28.355 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.697s] 2018-11-19 05:55:29,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:29.266 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.909s] 2018-11-19 05:55:29,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:29.658 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.392s] 2018-11-19 05:55:30,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:30.028 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.369s] 2018-11-19 05:55:30,401 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:30.401 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.373s] 2018-11-19 05:55:31,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:31.125 11237 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.723s] 2018-11-19 05:55:38,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:38.623 11237 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.308s] 2018-11-19 05:55:39,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:39.767 11237 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.537s] 2018-11-19 05:55:44,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:44.762 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.488s] 2018-11-19 05:55:47,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:47.434 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.892s] 2018-11-19 05:55:53,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:53.471 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-11-19 05:55:53,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:53.479 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-11-19 05:55:53,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:53.562 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.127s] 2018-11-19 05:55:53,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:53.607 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.127s] 2018-11-19 05:55:53,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:53.876 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.269s] 2018-11-19 05:55:54,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:54.044 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.168s] 2018-11-19 05:55:54,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:54.452 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.407s] 2018-11-19 05:55:54,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:54.874 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.422s] 2018-11-19 05:55:55,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:55.064 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.189s] 2018-11-19 05:55:55,238 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:55.238 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.173s] 2018-11-19 05:55:55,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:55.394 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.831s] 2018-11-19 05:55:55,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:55.426 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.188s] 2018-11-19 05:55:55,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:55.475 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.081s] 2018-11-19 05:55:55,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:55.668 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.193s] 2018-11-19 05:55:55,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:55.878 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.209s] 2018-11-19 05:55:56,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:56.065 11237 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.187s] 2018-11-19 05:55:58,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:58.044 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.363s] 2018-11-19 05:55:58,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:55:58.405 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.361s] 2018-11-19 05:56:02,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:02.522 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.151s] 2018-11-19 05:56:08,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:08.141 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.182s] 2018-11-19 05:56:08,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:08.323 11237 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.181s] 2018-11-19 05:56:08,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:08.699 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.984s] 2018-11-19 05:56:08,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:08.870 11237 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.171s] 2018-11-19 05:56:12,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:12.819 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.145s] 2018-11-19 05:56:13,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:13.615 11237 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.219s] 2018-11-19 05:56:21,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:21.801 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.980s] 2018-11-19 05:56:22,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:22.747 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.189s] 2018-11-19 05:56:23,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:23.338 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.591s] 2018-11-19 05:56:35,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:35.826 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.038s] 2018-11-19 05:56:35,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:35.951 11237 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.146s] 2018-11-19 05:56:36,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:36.001 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.174s] 2018-11-19 05:56:36,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:36.049 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.047s] 2018-11-19 05:56:36,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:36.617 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.567s] 2018-11-19 05:56:36,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:36.853 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.235s] 2018-11-19 05:56:37,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:37.236 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.383s] 2018-11-19 05:56:37,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:37.273 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-11-19 05:56:37,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:37.470 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.196s] 2018-11-19 05:56:37,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:37.523 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.052s] 2018-11-19 05:56:37,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:37.572 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.049s] 2018-11-19 05:56:37,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:37.749 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.176s] 2018-11-19 05:56:37,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:37.967 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.217s] 2018-11-19 05:56:38,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:38.046 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.078s] 2018-11-19 05:56:38,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:38.096 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-11-19 05:56:38,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:38.145 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-11-19 05:56:44,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:44.955 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.168s] 2018-11-19 05:56:44,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:44.991 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.036s] 2018-11-19 05:56:45,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:45.180 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.188s] 2018-11-19 05:56:45,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:45.340 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.159s] 2018-11-19 05:56:45,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:45.489 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.148s] 2018-11-19 05:56:45,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:45.502 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.013s] 2018-11-19 05:56:45,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:45.721 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.218s] 2018-11-19 05:56:45,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:45.894 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.173s] 2018-11-19 05:56:46,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.051 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.155s] 2018-11-19 05:56:46,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.237 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.185s] 2018-11-19 05:56:46,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.385 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.148s] 2018-11-19 05:56:46,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.429 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-11-19 05:56:46,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.629 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.199s] 2018-11-19 05:56:46,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.669 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.039s] 2018-11-19 05:56:46,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.860 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.190s] 2018-11-19 05:56:46,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.870 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-11-19 05:56:46,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.903 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.033s] 2018-11-19 05:56:46,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:46.935 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.031s] 2018-11-19 05:56:47,111 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:47.110 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.175s] 2018-11-19 05:56:47,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:56:47.142 11237 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-11-19 05:56:51,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0fb71b86-322b-4f4a-899c-b6b58a6cb51b 2018-11-19 05:56:51,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0fb71b86-322b-4f4a-899c-b6b58a6cb51b']'. 2018-11-19 05:56:52,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-19 05:56:52,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-19 05:56:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 05:56:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0fb71b86-322b-4f4a-899c-b6b58a6cb51b | 2018-11-19 05:56:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-19 05:56:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-19 05:51:41 | 2018-11-19 05:56:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-19 05:56:51 | 2018-11-19 05:56:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:10 | 2018-11-19 05:56:52,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-11-19 05:56:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-19 05:56:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-19 05:56:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: d294cc97-edd8-4463-8b89-0c029a005322) | 2018-11-19 05:56:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-19 05:56:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d) | 2018-11-19 05:56:52,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 200 | 2018-11-19 05:56:52,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 301.253 | 2018-11-19 05:56:52,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 200 | 2018-11-19 05:56:52,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-11-19 05:56:52,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-19 05:56:52,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-19 05:56:52,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-19 05:56:52,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 05:56:52,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-19 05:56:52,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-19 05:56:52,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 100.0% 2018-11-19 05:56:53,026 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:56:53,026 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 05:28 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-19 05:56:53,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:56:53,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:56:54,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6a54323d-2391-4825-8bcb-af24cce87f18 Date: Mon, 19 Nov 2018 05:56:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:56:54,113 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30 used request id req-6a54323d-2391-4825-8bcb-af24cce87f18 2018-11-19 05:56:54,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0802218914s 2018-11-19 05:56:54,113 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/14e0cb3a-b1ce-4564-b4fd-5cdaf57add30 used request id req-6a54323d-2391-4825-8bcb-af24cce87f18 2018-11-19 05:56:54,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:56:54,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:54,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-52f793ba-ef60-40e5-af00-3e6af2f6109e x-compute-request-id: req-52f793ba-ef60-40e5-af00-3e6af2f6109e Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54ffe2f9-a7af-4084-801a-da789e084b2a", "name": "refstack_defcore-flavor_alt_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "77cc0fde-51be-48a4-9dff-34b9664b71e7", "name": "refstack_defcore-flavor_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:56:54,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-52f793ba-ef60-40e5-af00-3e6af2f6109e 2018-11-19 05:56:54,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.173799037933s 2018-11-19 05:56:54,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-52f793ba-ef60-40e5-af00-3e6af2f6109e 2018-11-19 05:56:54,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:56:54,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:54,353 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05: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 x-openstack-request-id: req-b4f5d744-71eb-4d1b-a085-9eecaad56740 x-compute-request-id: req-b4f5d744-71eb-4d1b-a085-9eecaad56740 Content-Length: 0 Content-Type: application/json 2018-11-19 05:56:54,354 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a used request id req-b4f5d744-71eb-4d1b-a085-9eecaad56740 2018-11-19 05:56:54,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0632948875427s 2018-11-19 05:56:54,354 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/54ffe2f9-a7af-4084-801a-da789e084b2a used request id req-b4f5d744-71eb-4d1b-a085-9eecaad56740 2018-11-19 05:56:54,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:56:54,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:56:54,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-227c55f9-52e1-4807-8d80-3097c7b7366a Date: Mon, 19 Nov 2018 05:56:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "metadata": {}}], "file": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/file", "owner": "d4cb923db0074cbe871cda9f0bfa9928", "id": "2713d774-7a4e-48c8-8bb5-33982dfb7118", "size": 12716032, "self": "/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2713d774-7a4e-48c8-8bb5-33982dfb7118/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:51:27Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:51:26Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:56:54,531 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-227c55f9-52e1-4807-8d80-3097c7b7366a 2018-11-19 05:56:54,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17622089386s 2018-11-19 05:56:54,531 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-227c55f9-52e1-4807-8d80-3097c7b7366a 2018-11-19 05:56:54,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:56:54,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f7242d181fecc96311ddc8504046a81109e7d769" 2018-11-19 05:56:56,563 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59e4eb45-f48b-40c7-9738-0be4d114c66e Date: Mon, 19 Nov 2018 05:56:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:56:56,563 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118 used request id req-59e4eb45-f48b-40c7-9738-0be4d114c66e 2018-11-19 05:56:56,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.02947187424s 2018-11-19 05:56:56,563 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2713d774-7a4e-48c8-8bb5-33982dfb7118 used request id req-59e4eb45-f48b-40c7-9738-0be4d114c66e 2018-11-19 05:56:56,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:56:56,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:56,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8bc6f7f0-50b0-4bdd-b34f-ddf3ddb9d4d3 x-compute-request-id: req-8bc6f7f0-50b0-4bdd-b34f-ddf3ddb9d4d3 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "77cc0fde-51be-48a4-9dff-34b9664b71e7", "name": "refstack_defcore-flavor_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:56:56,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8bc6f7f0-50b0-4bdd-b34f-ddf3ddb9d4d3 2018-11-19 05:56:56,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0361959934235s 2018-11-19 05:56:56,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8bc6f7f0-50b0-4bdd-b34f-ddf3ddb9d4d3 2018-11-19 05:56:56,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:56:56,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:56,647 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:56:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-860ef300-4df3-4fc4-982d-920ae3d9d922 x-compute-request-id: req-860ef300-4df3-4fc4-982d-920ae3d9d922 Content-Length: 0 Content-Type: application/json 2018-11-19 05:56:56,647 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7 used request id req-860ef300-4df3-4fc4-982d-920ae3d9d922 2018-11-19 05:56:56,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0446949005127s 2018-11-19 05:56:56,648 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/77cc0fde-51be-48a4-9dff-34b9664b71e7 used request id req-860ef300-4df3-4fc4-982d-920ae3d9d922 2018-11-19 05:56:56,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:56:56,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:56,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-833545d9-ee48-4892-9c2a-ccb119fbba9b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f", "links": {"self": "http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572"}, "domain_id": "default", "enabled": true, "id": "ecb1f9a08cbb49bab08d9148eaa0d572", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:56:56,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-833545d9-ee48-4892-9c2a-ccb119fbba9b 2018-11-19 05:56:56,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968489646912s 2018-11-19 05:56:56,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-833545d9-ee48-4892-9c2a-ccb119fbba9b 2018-11-19 05:56:56,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:56:56,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:56,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e8eba7-b353-4f13-9c7a-60f1348c69f0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572"}, "enabled": true, "id": "ecb1f9a08cbb49bab08d9148eaa0d572", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}} 2018-11-19 05:56:56,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 used request id req-25e8eba7-b353-4f13-9c7a-60f1348c69f0 2018-11-19 05:56:56,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0932641029358s 2018-11-19 05:56:56,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 used request id req-25e8eba7-b353-4f13-9c7a-60f1348c69f0 2018-11-19 05:56:56,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 05:56:56,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:57,063 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:56:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f69f22e3-8d6c-4e67-9e42-21c725f6a3e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:56:57,063 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 used request id req-f69f22e3-8d6c-4e67-9e42-21c725f6a3e4 2018-11-19 05:56:57,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.217040061951s 2018-11-19 05:56:57,063 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ecb1f9a08cbb49bab08d9148eaa0d572 used request id req-f69f22e3-8d6c-4e67-9e42-21c725f6a3e4 2018-11-19 05:56:57,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:56:57,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:57,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2821d70-2fe7-4391-8b8d-e91f05d719b3 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928"}, "enabled": true, "id": "d4cb923db0074cbe871cda9f0bfa9928", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_3a79ab6a-5d25-4fa0-b817-cd238b36464f"}]} 2018-11-19 05:56:57,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-d2821d70-2fe7-4391-8b8d-e91f05d719b3 2018-11-19 05:56:57,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0768120288849s 2018-11-19 05:56:57,141 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-d2821d70-2fe7-4391-8b8d-e91f05d719b3 2018-11-19 05:56:57,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 05:56:57,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:57,318 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:56:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a1a927d-b763-43d5-9658-a8cd6bf2274c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:56:57,318 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928 used request id req-6a1a927d-b763-43d5-9658-a8cd6bf2274c 2018-11-19 05:56:57,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.174597024918s 2018-11-19 05:56:57,318 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d4cb923db0074cbe871cda9f0bfa9928 used request id req-6a1a927d-b763-43d5-9658-a8cd6bf2274c 2018-11-19 05:56:57,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:56:57,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:57,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487683df-254f-4783-af66-74d5dd33cb3a Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "10be905a53d542238479c00da4296115", "links": {"self": "http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:56:57,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-487683df-254f-4783-af66-74d5dd33cb3a 2018-11-19 05:56:57,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082985162735s 2018-11-19 05:56:57,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 05:56:57,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:57,513 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:56:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc660461-666b-4a23-b47a-0bf4fb4902ab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:56:57,513 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/10be905a53d542238479c00da4296115 used request id req-fc660461-666b-4a23-b47a-0bf4fb4902ab 2018-11-19 05:56:57,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109961986542s 2018-11-19 05:56:57,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 05:56:57,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d4cb923db0074cbe871cda9f0bfa9928&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}e125cef5095b6b5538ed4291b554aba94d712ca7" 2018-11-19 05:56:57,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-95547b9a-5430-429f-8eda-d0adbacee964 Date: Mon, 19 Nov 2018 05:56:57 GMT RESP BODY: {"security_groups": []} 2018-11-19 05:56:57,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d4cb923db0074cbe871cda9f0bfa9928&name=default used request id req-95547b9a-5430-429f-8eda-d0adbacee964 2018-11-19 05:56:57,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.180680036545s 2018-11-19 05:56:57,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d4cb923db0074cbe871cda9f0bfa9928&name=default used request id req-95547b9a-5430-429f-8eda-d0adbacee964 2018-11-19 05:56:57,750 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-11-19 05:56:57,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:56:57,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:56:57,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:56:57,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:56:57,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:56:57,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:56:57,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:56:57,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-721f2a67-7002-48e6-a318-f1dc217c8be0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:56:57,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-721f2a67-7002-48e6-a318-f1dc217c8be0 2018-11-19 05:56:57,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:56:58,207 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:56:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["n7PP_sjETaywYuq2SLlvdA"], "issued_at": "2018-11-19T05:56:58.000000Z"}} 2018-11-19 05:56:58,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 05:56:58,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:58,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-362005ac-239b-4d79-a99d-88c17794cedc Date: Mon, 19 Nov 2018 05:56:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 05:56:58,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-362005ac-239b-4d79-a99d-88c17794cedc 2018-11-19 05:56:58,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.35438990593s 2018-11-19 05:56:58,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-362005ac-239b-4d79-a99d-88c17794cedc 2018-11-19 05:56:58,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 05:56:58,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:58,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:56: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:56:58,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:58,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5da14e-34b9-49ff-bbf5-a603e8b670b3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 05:56:58,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-3d5da14e-34b9-49ff-bbf5-a603e8b670b3 2018-11-19 05:56:58,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0872521400452s 2018-11-19 05:56:58,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 05:56:58,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8"}}' 2018-11-19 05:56:58,765 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:56:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-920b3462-a4e5-41b9-bda8-9fb25a3dc63a 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.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a"}, "enabled": true, "id": "f6d3bf95c84a4c5c87773b41d413708a", "parent_id": "default", "domain_id": "default", "name": "patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8"}} 2018-11-19 05:56:58,765 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-920b3462-a4e5-41b9-bda8-9fb25a3dc63a 2018-11-19 05:56:58,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.111034870148s 2018-11-19 05:56:58,766 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-920b3462-a4e5-41b9-bda8-9fb25a3dc63a 2018-11-19 05:56:58,767 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'id': u'f6d3bf95c84a4c5c87773b41d413708a', 'description': u'Created by OPNFV Functest: patrole', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 05:56:58,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 05:56:59,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.36282491684s 2018-11-19 05:56:59,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:59,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acfc24af-48ef-4509-b0e2-b14386ac9c87 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc"}, "enabled": true, "id": "d6f8cb188c83450a838cd8205f40ebdc", "options": {}, "domain_id": "default", "name": "patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8"}} 2018-11-19 05:56:59,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc used request id req-acfc24af-48ef-4509-b0e2-b14386ac9c87 2018-11-19 05:56:59,219 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd6f8cb188c83450a838cd8205f40ebdc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8'}) 2018-11-19 05:56:59,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:56:59,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:59,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcbacb08-cb8c-422e-9130-9465eea4d040 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:56:59,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dcbacb08-cb8c-422e-9130-9465eea4d040 2018-11-19 05:56:59,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0832240581512s 2018-11-19 05:56:59,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:56:59,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:59,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e07e0ad-39eb-4306-8580-60ed42805ea0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:56:59,385 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7e07e0ad-39eb-4306-8580-60ed42805ea0 2018-11-19 05:56:59,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822651386261s 2018-11-19 05:56:59,387 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 05:56:59,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 05:56:59,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" -d '{"role": {"name": "Member"}}' 2018-11-19 05:56:59,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-549386ef-afad-462e-b9fe-3cf6600967ba Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "39a6799df9ca4fdeb8f0ff17326f9b91", "links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "name": "Member"}} 2018-11-19 05:56:59,538 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-549386ef-afad-462e-b9fe-3cf6600967ba 2018-11-19 05:56:59,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.151371002197s 2018-11-19 05:56:59,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:59,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-678052b1-c897-4d4b-a24d-8466372e09e5 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "domain_id": null, "name": "Member", "id": "39a6799df9ca4fdeb8f0ff17326f9b91"}} 2018-11-19 05:56:59,619 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91 used request id req-678052b1-c897-4d4b-a24d-8466372e09e5 2018-11-19 05:56:59,620 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91'}, 'domain_id': None, 'human_id': None, 'id': u'39a6799df9ca4fdeb8f0ff17326f9b91', 'HUMAN_ID': False}) 2018-11-19 05:56:59,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:56:59,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:59,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c21af29-d7f3-4716-bf76-84034842adb6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "39a6799df9ca4fdeb8f0ff17326f9b91", "links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:56:59,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7c21af29-d7f3-4716-bf76-84034842adb6 2018-11-19 05:56:59,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809509754181s 2018-11-19 05:56:59,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:56:59,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:59,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e7b1d3a-8d97-4128-ae8a-e84b0514c7b1 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:56:59,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-4e7b1d3a-8d97-4128-ae8a-e84b0514c7b1 2018-11-19 05:56:59,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.162355899811s 2018-11-19 05:56:59,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:56:59,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:56:59,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5eacda6-96aa-4da5-8076-6f743a2625a9 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8", "links": {"self": "http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc"}, "domain_id": "default", "enabled": true, "id": "d6f8cb188c83450a838cd8205f40ebdc", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:56:59,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f5eacda6-96aa-4da5-8076-6f743a2625a9 2018-11-19 05:56:59,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.096480846405s 2018-11-19 05:56:59,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f5eacda6-96aa-4da5-8076-6f743a2625a9 2018-11-19 05:56:59,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:56:59,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:56:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135609cb-0e00-45de-8158-fcf76e02c486 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a"}, "enabled": true, "id": "f6d3bf95c84a4c5c87773b41d413708a", "parent_id": "default", "domain_id": "default", "name": "patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8"}]} 2018-11-19 05:57:00,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-135609cb-0e00-45de-8158-fcf76e02c486 2018-11-19 05:57:00,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0807831287384s 2018-11-19 05:57:00,050 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-135609cb-0e00-45de-8158-fcf76e02c486 2018-11-19 05:57:00,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:57:00,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&scope.project.id=f6d3bf95c84a4c5c87773b41d413708a&role.id=39a6799df9ca4fdeb8f0ff17326f9b91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94bf63d1-2d43-4f53-9d91-9fdbd19c0a63 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&scope.project.id=f6d3bf95c84a4c5c87773b41d413708a&role.id=39a6799df9ca4fdeb8f0ff17326f9b91", "previous": null, "next": null}} 2018-11-19 05:57:00,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&scope.project.id=f6d3bf95c84a4c5c87773b41d413708a&role.id=39a6799df9ca4fdeb8f0ff17326f9b91 used request id req-94bf63d1-2d43-4f53-9d91-9fdbd19c0a63 2018-11-19 05:57:00,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0753848552704s 2018-11-19 05:57:00,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:57:00,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a/users/d6f8cb188c83450a838cd8205f40ebdc/roles/39a6799df9ca4fdeb8f0ff17326f9b91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,252 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43f173ff-be52-467e-b334-44fd931df693 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:57:00,252 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a/users/d6f8cb188c83450a838cd8205f40ebdc/roles/39a6799df9ca4fdeb8f0ff17326f9b91 used request id req-43f173ff-be52-467e-b334-44fd931df693 2018-11-19 05:57:00,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123877048492s 2018-11-19 05:57:00,253 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8', 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': '3ba9d0e5-7bae-43e7-8d61-4383c123deca', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'project_id': u'f6d3bf95c84a4c5c87773b41d413708a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 05:57:00,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 05:57:00,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 05:57:00,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 05:57:00,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 05:57:00,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 05:57:00,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 05:57:00,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 05:57:00,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 05:57:00,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 05:57:00,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 05:57:00,259 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'password': '3ba9d0e5-7bae-43e7-8d61-4383c123deca', 'project_name': 'patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'f6d3bf95c84a4c5c87773b41d413708a', 'project_domain_name': 'Default'} 2018-11-19 05:57:00,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:57:00,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f7c3fed-5f67-4c44-afdc-edb09c6a1739 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "39a6799df9ca4fdeb8f0ff17326f9b91", "links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:57:00,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1f7c3fed-5f67-4c44-afdc-edb09c6a1739 2018-11-19 05:57:00,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766749382019s 2018-11-19 05:57:00,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:57:00,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a11ee14e-f8d7-4b54-8e39-db5ac8b8d4a7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "39a6799df9ca4fdeb8f0ff17326f9b91", "links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:57:00,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a11ee14e-f8d7-4b54-8e39-db5ac8b8d4a7 2018-11-19 05:57:00,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0744500160217s 2018-11-19 05:57:00,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:57:00,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca4cc8f-c444-4884-9e40-3ae30b413be0 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:57:00,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0ca4cc8f-c444-4884-9e40-3ae30b413be0 2018-11-19 05:57:00,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.175762891769s 2018-11-19 05:57:00,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:57:00,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24dd465d-6a8e-479f-a33c-214b584f7e6f Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8", "links": {"self": "http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc"}, "domain_id": "default", "enabled": true, "id": "d6f8cb188c83450a838cd8205f40ebdc", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:57:00,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-24dd465d-6a8e-479f-a33c-214b584f7e6f 2018-11-19 05:57:00,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0986249446869s 2018-11-19 05:57:00,689 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-24dd465d-6a8e-479f-a33c-214b584f7e6f 2018-11-19 05:57:00,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 05:57:00,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1441bd19-3fa9-4e7a-beaa-ce2d255b28d8 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a"}, "enabled": true, "id": "f6d3bf95c84a4c5c87773b41d413708a", "parent_id": "default", "domain_id": "default", "name": "patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8"}]} 2018-11-19 05:57:00,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1441bd19-3fa9-4e7a-beaa-ce2d255b28d8 2018-11-19 05:57:00,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0786638259888s 2018-11-19 05:57:00,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1441bd19-3fa9-4e7a-beaa-ce2d255b28d8 2018-11-19 05:57:00,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:57:00,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&scope.project.id=f6d3bf95c84a4c5c87773b41d413708a&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77496c0f-1439-4ba6-a924-897a451f3059 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&scope.project.id=f6d3bf95c84a4c5c87773b41d413708a&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 05:57:00,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&scope.project.id=f6d3bf95c84a4c5c87773b41d413708a&role.id=8b607911576d44ba870fc64e92729d7c used request id req-77496c0f-1439-4ba6-a924-897a451f3059 2018-11-19 05:57:00,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0824978351593s 2018-11-19 05:57:00,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:57:00,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a/users/d6f8cb188c83450a838cd8205f40ebdc/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:00,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:57:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-721d52de-715d-499d-89c7-70dfd769d33f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:57:00,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a/users/d6f8cb188c83450a838cd8205f40ebdc/roles/8b607911576d44ba870fc64e92729d7c used request id req-721d52de-715d-499d-89c7-70dfd769d33f 2018-11-19 05:57:00,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.137357950211s 2018-11-19 05:57:00,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:57:00,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:01,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42611aa5-085d-4487-9667-5d8350d10dd0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "39a6799df9ca4fdeb8f0ff17326f9b91", "links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:57:01,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-42611aa5-085d-4487-9667-5d8350d10dd0 2018-11-19 05:57:01,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078971862793s 2018-11-19 05:57:01,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 05:57:01,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:01,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fcf0353-7b59-4938-a806-6a6546cabb49 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 05:57:01,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0fcf0353-7b59-4938-a806-6a6546cabb49 2018-11-19 05:57:01,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0845010280609s 2018-11-19 05:57:01,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 05:57:01,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:01,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f82eb0a2-aab9-4091-8a13-53cae94534f6 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8", "links": {"self": "http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc"}, "domain_id": "default", "enabled": true, "id": "d6f8cb188c83450a838cd8205f40ebdc", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 05:57:01,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f82eb0a2-aab9-4091-8a13-53cae94534f6 2018-11-19 05:57:01,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104933977127s 2018-11-19 05:57:01,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f82eb0a2-aab9-4091-8a13-53cae94534f6 2018-11-19 05:57:01,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 05:57:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:01,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7d86dff-93aa-4bbc-bb7f-7a0e8d4f02e6 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-19 05:57:01,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=d6f8cb188c83450a838cd8205f40ebdc&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default used request id req-d7d86dff-93aa-4bbc-bb7f-7a0e8d4f02e6 2018-11-19 05:57:01,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0745668411255s 2018-11-19 05:57:01,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 05:57:01,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/d6f8cb188c83450a838cd8205f40ebdc/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:57:01,475 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 05:57:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cb3442c-fcd4-460a-9cce-77098349e9a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 05:57:01,475 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/d6f8cb188c83450a838cd8205f40ebdc/roles/8b607911576d44ba870fc64e92729d7c used request id req-3cb3442c-fcd4-460a-9cce-77098349e9a9 2018-11-19 05:57:01,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125959873199s 2018-11-19 05:57:01,476 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-19 05:57:04,016 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-19 05:57:03.579 11289 INFO rally.deployment.engine [-] Deployment 1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d | Starting: Destroy cloud and free allocated resources. 2018-11-19 05:57:03.672 11289 INFO rally.deployment.engine [-] Deployment 1d5b5fe4-ab9f-4725-affa-62d8aa4ec28d | Completed: Destroy cloud and free allocated resources. 2018-11-19 05:57:03.723 11289 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322) for deployment 'opnfv-rally'. 2018-11-19 05:57:03.747 11289 INFO rally.api [-] Deleting verification (UUID=0fb71b86-322b-4f4a-899c-b6b58a6cb51b). 2018-11-19 05:57:03.792 11289 INFO rally.api [-] Verification has been successfully deleted! 2018-11-19 05:57:03.793 11289 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322). 2018-11-19 05:57:03.799 11289 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-19 05:57:06,390 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-19 05:57:06.092 11292 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=c2feb552-f4ab-4347-a62d-c944583aa060) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | c2feb552-f4ab-4347-a62d-c944583aa060 | 2018-11-19T05:57:06 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: c2feb552-f4ab-4347-a62d-c944583aa060 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-19 05:57:09,733 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-19 05:57:09,734 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-19 05:57:12,115 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-19 05:57:11.854 11298 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=d294cc97-edd8-4463-8b89-0c029a005322). 2018-11-19 05:57:11.983 11298 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-19 05:57:15,684 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-19 05:57:14.237 11301 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-19 05:57:14.385 11301 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-19 05:57:15.499 11301 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c) has been successfully created! Using verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c) as the default verifier for the future CLI operations. 2018-11-19 05:57:18,588 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-11-19 05:57:18,590 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 05:57:18,717 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 05:57:18,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 05:57:18,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327dc634-8cca-4259-a161-ca28946f4dbd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 05:57:18,727 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-327dc634-8cca-4259-a161-ca28946f4dbd 2018-11-19 05:57:18,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 05:57:19,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "39a6799df9ca4fdeb8f0ff17326f9b91", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T06:57:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f6d3bf95c84a4c5c87773b41d413708a", "name": "patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f6d3bf95c84a4c5c87773b41d413708a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f6d3bf95c84a4c5c87773b41d413708a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f6d3bf95c84a4c5c87773b41d413708a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f6d3bf95c84a4c5c87773b41d413708a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f6d3bf95c84a4c5c87773b41d413708a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f6d3bf95c84a4c5c87773b41d413708a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f6d3bf95c84a4c5c87773b41d413708a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f6d3bf95c84a4c5c87773b41d413708a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f6d3bf95c84a4c5c87773b41d413708a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f6d3bf95c84a4c5c87773b41d413708a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f6d3bf95c84a4c5c87773b41d413708a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f6d3bf95c84a4c5c87773b41d413708a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8", "id": "d6f8cb188c83450a838cd8205f40ebdc"}, "audit_ids": ["nzE-6kUISDGJaJDNZmg4WA"], "issued_at": "2018-11-19T05:57:19.000000Z"}} 2018-11-19 05:57:19,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:19,141 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 05:57:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 05:57:19,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:57:19,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:19,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6ffd5659-ebd0-428b-9597-3948c0eca2e8 Date: Mon, 19 Nov 2018 05:57:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:57:19,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6ffd5659-ebd0-428b-9597-3948c0eca2e8 2018-11-19 05:57:19,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.204693078995s 2018-11-19 05:57:19,350 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6ffd5659-ebd0-428b-9597-3948c0eca2e8 2018-11-19 05:57:19,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:57:19,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8"}' 2018-11-19 05:57:19,557 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1 X-Openstack-Request-Id: req-7142ccf4-4201-4d73-a2a9-0f381fd57a29 Date: Mon, 19 Nov 2018 05:57:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file", "owner": "f6d3bf95c84a4c5c87773b41d413708a", "id": "c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "size": null, "self": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:57:19Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "checksum": null, "created_at": "2018-11-19T05:57:19Z", "protected": false} 2018-11-19 05:57:19,558 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7142ccf4-4201-4d73-a2a9-0f381fd57a29 2018-11-19 05:57:19,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.205540180206s 2018-11-19 05:57:19,558 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7142ccf4-4201-4d73-a2a9-0f381fd57a29 returning object c1afb0c6-c993-44eb-8f21-2ebe3f337ab1 2018-11-19 05:57:19,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:57:19,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/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}b165bec5010e8ad469ed5256c6a147dead575e8b" -d '' 2018-11-19 05:57:21,394 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7a020fa-6124-465b-a6f2-00625afdb062 Date: Mon, 19 Nov 2018 05:57:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:57:21,394 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file used request id req-f7a020fa-6124-465b-a6f2-00625afdb062 2018-11-19 05:57:21,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.835324049s 2018-11-19 05:57:21,395 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file used request id req-f7a020fa-6124-465b-a6f2-00625afdb062 2018-11-19 05:57:21,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:57:21,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:21,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-3ab8b100-823a-42c1-bb9f-945371be74ec Date: Mon, 19 Nov 2018 05:57:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "metadata": {}}], "file": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file", "owner": "f6d3bf95c84a4c5c87773b41d413708a", "id": "c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "size": 12716032, "self": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:57:21Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:57:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:57:21,960 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3ab8b100-823a-42c1-bb9f-945371be74ec 2018-11-19 05:57:21,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.565119981766s 2018-11-19 05:57:21,961 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3ab8b100-823a-42c1-bb9f-945371be74ec 2018-11-19 05:57:21,963 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file', 'owner': u'f6d3bf95c84a4c5c87773b41d413708a', 'id': u'c1afb0c6-c993-44eb-8f21-2ebe3f337ab1', 'size': 12716032, u'self': u'/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f6d3bf95c84a4c5c87773b41d413708a', 'name': 'patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:57:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T05:57:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'created': u'2018-11-19T05:57:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:57:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:57:21,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:57:21,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_9bc92589-d8ce-452c-b0dd-aba32124dba8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:57:22,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05: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-bd2e057a-8d53-4635-a4dc-2a22325776a1 x-compute-request-id: req-bd2e057a-8d53-4635-a4dc-2a22325776a1 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "name": "patrole-flavor_9bc92589-d8ce-452c-b0dd-aba32124dba8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:57:22,543 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bd2e057a-8d53-4635-a4dc-2a22325776a1 2018-11-19 05:57:22,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.579297065735s 2018-11-19 05:57:22,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bd2e057a-8d53-4635-a4dc-2a22325776a1 returning object 22a9d88b-8a8d-4ca6-b729-60d655c1ca01 2018-11-19 05:57:22,545 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_9bc92589-d8ce-452c-b0dd-aba32124dba8', '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'afd2db966a884ce5bd33890fef4382f7', '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'22a9d88b-8a8d-4ca6-b729-60d655c1ca01', 'swap': 0}) 2018-11-19 05:57:22,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:57:22,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01/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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" -d '{"extra_specs": {}}' 2018-11-19 05:57:22,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1c94079d-d410-468b-81e4-13ba3c1c160d x-compute-request-id: req-1c94079d-d410-468b-81e4-13ba3c1c160d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:57:22,566 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01/os-extra_specs used request id req-1c94079d-d410-468b-81e4-13ba3c1c160d 2018-11-19 05:57:22,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.020544052124s 2018-11-19 05:57:22,566 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01/os-extra_specs used request id req-1c94079d-d410-468b-81e4-13ba3c1c160d 2018-11-19 05:57:22,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 05:57:22,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:22,577 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 05:57: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 05:57:22,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:22,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9c0eed-0e09-4969-a205-00540e996f4f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "39a6799df9ca4fdeb8f0ff17326f9b91", "links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 05:57:22,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8c9c0eed-0e09-4969-a205-00540e996f4f 2018-11-19 05:57:22,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0906488895416s 2018-11-19 05:57:22,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-19 05:57:22,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:22,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fe8ff49-a73a-4cb2-bfa1-d282d0a1ac36 x-compute-request-id: req-0fe8ff49-a73a-4cb2-bfa1-d282d0a1ac36 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-19 05:57:22,862 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-0fe8ff49-a73a-4cb2-bfa1-d282d0a1ac36 2018-11-19 05:57:22,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.20002913475s 2018-11-19 05:57:22,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-0fe8ff49-a73a-4cb2-bfa1-d282d0a1ac36 2018-11-19 05:57:22,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:57:22,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:23,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-88bca01d-37c4-49ff-b72d-61f320a120e3 Date: Mon, 19 Nov 2018 05:57:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "metadata": {}}], "file": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file", "owner": "f6d3bf95c84a4c5c87773b41d413708a", "id": "c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "size": 12716032, "self": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:57:21Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:57:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:57:23,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-88bca01d-37c4-49ff-b72d-61f320a120e3 2018-11-19 05:57:23,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.158157110214s 2018-11-19 05:57:23,022 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-88bca01d-37c4-49ff-b72d-61f320a120e3 2018-11-19 05:57:23,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 05:57:23,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8"}' 2018-11-19 05:57:23,222 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82 X-Openstack-Request-Id: req-d31c72ed-fbdc-4e8c-a417-bd30011087ee Date: Mon, 19 Nov 2018 05:57:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/file", "owner": "f6d3bf95c84a4c5c87773b41d413708a", "id": "a5b2630e-2b70-4d54-bb23-02bf6767bd82", "size": null, "self": "/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:57:23Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "checksum": null, "created_at": "2018-11-19T05:57:23Z", "protected": false} 2018-11-19 05:57:23,222 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d31c72ed-fbdc-4e8c-a417-bd30011087ee 2018-11-19 05:57:23,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.198127985001s 2018-11-19 05:57:23,223 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d31c72ed-fbdc-4e8c-a417-bd30011087ee returning object a5b2630e-2b70-4d54-bb23-02bf6767bd82 2018-11-19 05:57:23,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 05:57:23,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/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}b165bec5010e8ad469ed5256c6a147dead575e8b" -d '' 2018-11-19 05:57:24,683 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0f915d54-39f5-4ffa-9f77-3c8c36246b67 Date: Mon, 19 Nov 2018 05:57:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:57:24,683 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/file used request id req-0f915d54-39f5-4ffa-9f77-3c8c36246b67 2018-11-19 05:57:24,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.45965600014s 2018-11-19 05:57:24,684 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/file used request id req-0f915d54-39f5-4ffa-9f77-3c8c36246b67 2018-11-19 05:57:24,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:57:24,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:57:25,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-ebabe135-c6a3-4f46-9fe3-4364672443b8 Date: Mon, 19 Nov 2018 05:57:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/snap", "metadata": {}}], "file": "/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/file", "owner": "f6d3bf95c84a4c5c87773b41d413708a", "id": "a5b2630e-2b70-4d54-bb23-02bf6767bd82", "size": 12716032, "self": "/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:57:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:57:23Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "metadata": {}}], "file": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file", "owner": "f6d3bf95c84a4c5c87773b41d413708a", "id": "c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "size": 12716032, "self": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:57:21Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:57:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:57:25,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ebabe135-c6a3-4f46-9fe3-4364672443b8 2018-11-19 05:57:25,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.553426027298s 2018-11-19 05:57:25,238 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ebabe135-c6a3-4f46-9fe3-4364672443b8 2018-11-19 05:57:25,241 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/file', 'owner': u'f6d3bf95c84a4c5c87773b41d413708a', 'id': u'a5b2630e-2b70-4d54-bb23-02bf6767bd82', 'size': 12716032, u'self': u'/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f6d3bf95c84a4c5c87773b41d413708a', 'name': 'patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T05:57:24Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T05:57:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8', 'created': u'2018-11-19T05:57:23Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T05:57:23Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 05:57:25,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 05:57:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 05:57:25,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57: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-2276e1a7-d5c7-4e72-8c6e-a2ee75681137 x-compute-request-id: req-2276e1a7-d5c7-4e72-8c6e-a2ee75681137 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dcac9e6d-c36c-4010-87ce-df23218becfa", "name": "patrole-flavor_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 05:57:25,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2276e1a7-d5c7-4e72-8c6e-a2ee75681137 2018-11-19 05:57:25,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0570540428162s 2018-11-19 05:57:25,299 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2276e1a7-d5c7-4e72-8c6e-a2ee75681137 returning object dcac9e6d-c36c-4010-87ce-df23218becfa 2018-11-19 05:57:25,300 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8', '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'afd2db966a884ce5bd33890fef4382f7', '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'dcac9e6d-c36c-4010-87ce-df23218becfa', 'swap': 0}) 2018-11-19 05:57:25,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 05:57:25,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa/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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" -d '{"extra_specs": {}}' 2018-11-19 05:57:25,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:57: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-16e61f0d-f26a-43ad-ac07-3cff7949806d x-compute-request-id: req-16e61f0d-f26a-43ad-ac07-3cff7949806d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 05:57:25,324 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa/os-extra_specs used request id req-16e61f0d-f26a-43ad-ac07-3cff7949806d 2018-11-19 05:57:25,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236439704895s 2018-11-19 05:57:25,325 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa/os-extra_specs used request id req-16e61f0d-f26a-43ad-ac07-3cff7949806d 2018-11-19 05:57:25,325 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8', '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'afd2db966a884ce5bd33890fef4382f7', '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'dcac9e6d-c36c-4010-87ce-df23218becfa', 'swap': 0}) 2018-11-19 05:57:28,439 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-19 05:57:27.430 11320 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c) for deployment 'opnfv-rally' (UUID=c2feb552-f4ab-4347-a62d-c944583aa060). 2018-11-19 05:57:28.272 11320 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-19 05:57:28.274 11320 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c) has been successfully configured for deployment 'opnfv-rally' (UUID=c2feb552-f4ab-4347-a62d-c944583aa060)! 2018-11-19 05:57:28,439 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-19 05:57:28,440 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-19 05:57:28,443 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-19 05:57:28,468 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-19 05:57:31,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-9ba3d769-c478-4fee-9fa6-8016f3bf5f2c/repo; testr list-tests '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network|volume))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-11-19 05:57:31,816 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-19 05:57:31,830 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-19 05:57:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-11-19 05:57:33,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 05:57:33.985 11329 INFO rally.api [-] Starting verification (UUID=b44725f7-32cf-4ebe-b187-4030c246b6ff) for deployment 'opnfv-rally' (UUID=c2feb552-f4ab-4347-a62d-c944583aa060) by verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c). 2018-11-19 05:57:33,987 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b44725f7-32cf-4ebe-b187-4030c246b6ff 2018-11-19 05:59:56,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b44725f7-32cf-4ebe-b187-4030c246b6ff 2018-11-19 05:59:56,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b44725f7-32cf-4ebe-b187-4030c246b6ff']'. 2018-11-19 05:59:57,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-19 05:59:57,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-19 05:59:57,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 05:59:57,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b44725f7-32cf-4ebe-b187-4030c246b6ff | 2018-11-19 05:59:57,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-19 05:59:57,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-19 05:57:33 | 2018-11-19 05:59:57,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-19 05:59:55 | 2018-11-19 05:59:57,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:22 | 2018-11-19 05:59:57,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-19 05:59:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-19 05:59:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 9ba3d769-c478-4fee-9fa6-8016f3bf5f2c) | 2018-11-19 05:59:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-19 05:59:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: c2feb552-f4ab-4347-a62d-c944583aa060) | 2018-11-19 05:59:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-11-19 05:59:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 133.774 | 2018-11-19 05:59:57,009 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-11-19 05:59:57,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 161 | 2018-11-19 05:59:57,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-19 05:59:57,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-19 05:59:57,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-19 05:59:57,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 05:59:57,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-19 05:59:57,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-19 05:59:57,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-11-19 05:59:57,399 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 05:59:57,400 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:39 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-19 05:59:57,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:59:57,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:59:58,669 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aaa842ba-dcf5-4fe0-97b6-869cffac9c45 Date: Mon, 19 Nov 2018 05:59:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 05:59:58,669 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82 used request id req-aaa842ba-dcf5-4fe0-97b6-869cffac9c45 2018-11-19 05:59:58,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.26320695877s 2018-11-19 05:59:58,669 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a5b2630e-2b70-4d54-bb23-02bf6767bd82 used request id req-aaa842ba-dcf5-4fe0-97b6-869cffac9c45 2018-11-19 05:59:58,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 05:59:58,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:59:58,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 05:59:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f5d5be3-fb84-4f95-96cb-7df7e95224a6 x-compute-request-id: req-0f5d5be3-fb84-4f95-96cb-7df7e95224a6 Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "name": "patrole-flavor_9bc92589-d8ce-452c-b0dd-aba32124dba8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "dcac9e6d-c36c-4010-87ce-df23218becfa", "name": "patrole-flavor_alt_9bc92589-d8ce-452c-b0dd-aba32124dba8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 05:59:58,708 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0f5d5be3-fb84-4f95-96cb-7df7e95224a6 2018-11-19 05:59:58,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0381758213043s 2018-11-19 05:59:58,708 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0f5d5be3-fb84-4f95-96cb-7df7e95224a6 2018-11-19 05:59:58,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 05:59:58,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 05:59:58,784 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 05:59:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f50e67e9-4b86-4069-aa3e-6357790e2af0 x-compute-request-id: req-f50e67e9-4b86-4069-aa3e-6357790e2af0 Content-Length: 0 Content-Type: application/json 2018-11-19 05:59:58,784 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa used request id req-f50e67e9-4b86-4069-aa3e-6357790e2af0 2018-11-19 05:59:58,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.073450088501s 2018-11-19 05:59:58,784 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/dcac9e6d-c36c-4010-87ce-df23218becfa used request id req-f50e67e9-4b86-4069-aa3e-6357790e2af0 2018-11-19 05:59:58,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 05:59:58,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 05:59:58,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-3294e32f-ee04-4927-b41e-99498c06c68d Date: Mon, 19 Nov 2018 05:59:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "metadata": {}}], "file": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/file", "owner": "f6d3bf95c84a4c5c87773b41d413708a", "id": "c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "size": 12716032, "self": "/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T05:57:21Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9bc92589-d8ce-452c-b0dd-aba32124dba8", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T05:57:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 05:59:58,956 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3294e32f-ee04-4927-b41e-99498c06c68d 2018-11-19 05:59:58,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171274900436s 2018-11-19 05:59:58,957 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3294e32f-ee04-4927-b41e-99498c06c68d 2018-11-19 05:59:58,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 05:59:58,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b165bec5010e8ad469ed5256c6a147dead575e8b" 2018-11-19 06:00:00,842 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dcc487c8-023c-4d68-97e9-8f1144aba786 Date: Mon, 19 Nov 2018 06:00:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:00:00,842 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1 used request id req-dcc487c8-023c-4d68-97e9-8f1144aba786 2018-11-19 06:00:00,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.88372802734s 2018-11-19 06:00:00,842 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c1afb0c6-c993-44eb-8f21-2ebe3f337ab1 used request id req-dcc487c8-023c-4d68-97e9-8f1144aba786 2018-11-19 06:00:00,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 06:00:00,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:00,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77ddc375-45bb-4e33-a469-b87b1147e9e5 x-compute-request-id: req-77ddc375-45bb-4e33-a469-b87b1147e9e5 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22a9d88b-8a8d-4ca6-b729-60d655c1ca01", "name": "patrole-flavor_9bc92589-d8ce-452c-b0dd-aba32124dba8", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 06:00:00,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-77ddc375-45bb-4e33-a469-b87b1147e9e5 2018-11-19 06:00:00,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324220657349s 2018-11-19 06:00:00,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-77ddc375-45bb-4e33-a469-b87b1147e9e5 2018-11-19 06:00:00,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 06:00:00,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:00,922 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:00:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc2f0664-48c3-4c17-b3d8-288a3c9b072d x-compute-request-id: req-cc2f0664-48c3-4c17-b3d8-288a3c9b072d Content-Length: 0 Content-Type: application/json 2018-11-19 06:00:00,922 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01 used request id req-cc2f0664-48c3-4c17-b3d8-288a3c9b072d 2018-11-19 06:00:00,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0447039604187s 2018-11-19 06:00:00,923 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/22a9d88b-8a8d-4ca6-b729-60d655c1ca01 used request id req-cc2f0664-48c3-4c17-b3d8-288a3c9b072d 2018-11-19 06:00:00,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:00:00,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:01,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14101a39-0567-4e48-b8ef-f8330999c005 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8", "links": {"self": "http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc"}, "domain_id": "default", "enabled": true, "id": "d6f8cb188c83450a838cd8205f40ebdc", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:01,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-14101a39-0567-4e48-b8ef-f8330999c005 2018-11-19 06:00:01,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209249019623s 2018-11-19 06:00:01,133 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-14101a39-0567-4e48-b8ef-f8330999c005 2018-11-19 06:00:01,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:00:01,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:01,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c563ae-43bc-4aa8-807b-445bb1eea37d Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc"}, "enabled": true, "id": "d6f8cb188c83450a838cd8205f40ebdc", "options": {}, "domain_id": "default", "name": "patrole-user_9bc92589-d8ce-452c-b0dd-aba32124dba8"}} 2018-11-19 06:00:01,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc used request id req-65c563ae-43bc-4aa8-807b-445bb1eea37d 2018-11-19 06:00:01,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103677034378s 2018-11-19 06:00:01,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc used request id req-65c563ae-43bc-4aa8-807b-445bb1eea37d 2018-11-19 06:00:01,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 06:00:01,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:01,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddfb9464-956f-411f-96e0-59c9d8176e4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:01,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc used request id req-ddfb9464-956f-411f-96e0-59c9d8176e4c 2018-11-19 06:00:01,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.195095062256s 2018-11-19 06:00:01,439 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d6f8cb188c83450a838cd8205f40ebdc used request id req-ddfb9464-956f-411f-96e0-59c9d8176e4c 2018-11-19 06:00:01,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 06:00:01,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:01,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f414a80-a8d5-45ea-a143-393ced0dd852 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a"}, "enabled": true, "id": "f6d3bf95c84a4c5c87773b41d413708a", "parent_id": "default", "domain_id": "default", "name": "patrole-project_9bc92589-d8ce-452c-b0dd-aba32124dba8"}]} 2018-11-19 06:00:01,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-2f414a80-a8d5-45ea-a143-393ced0dd852 2018-11-19 06:00:01,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081864118576s 2018-11-19 06:00:01,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-2f414a80-a8d5-45ea-a143-393ced0dd852 2018-11-19 06:00:01,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 06:00:01,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:01,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53a33348-e718-47d6-9985-491a1bfb0a1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:01,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a used request id req-53a33348-e718-47d6-9985-491a1bfb0a1d 2018-11-19 06:00:01,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.147243022919s 2018-11-19 06:00:01,672 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f6d3bf95c84a4c5c87773b41d413708a used request id req-53a33348-e718-47d6-9985-491a1bfb0a1d 2018-11-19 06:00:01,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:01,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:01,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aed4deb6-479d-463c-acc6-d7f3ec822916 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "39a6799df9ca4fdeb8f0ff17326f9b91", "links": {"self": "http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91"}, "name": "Member"}, {"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 06:00:01,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-aed4deb6-479d-463c-acc6-d7f3ec822916 2018-11-19 06:00:01,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0860018730164s 2018-11-19 06:00:01,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 06:00:01,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:01,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-064bb5f9-f0dd-473e-a5db-78dc8d53bd8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:01,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/39a6799df9ca4fdeb8f0ff17326f9b91 used request id req-064bb5f9-f0dd-473e-a5db-78dc8d53bd8a 2018-11-19 06:00:01,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10525894165s 2018-11-19 06:00:01,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 06:00:01,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f6d3bf95c84a4c5c87773b41d413708a&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}cdf8a74b4686d59f79da5d7b1474b2cb999dfbb9" 2018-11-19 06:00:02,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6e3f1893-40ae-44a9-8b9c-f6a64ea6b97d Date: Mon, 19 Nov 2018 06:00:02 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:02,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f6d3bf95c84a4c5c87773b41d413708a&name=default used request id req-6e3f1893-40ae-44a9-8b9c-f6a64ea6b97d 2018-11-19 06:00:02,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186752796173s 2018-11-19 06:00:02,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f6d3bf95c84a4c5c87773b41d413708a&name=default used request id req-6e3f1893-40ae-44a9-8b9c-f6a64ea6b97d 2018-11-19 06:00:02,109 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-11-19 06:00:02,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 06:00:02,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 06:00:02,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 06:00:02,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 06:00:02,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 06:00:02,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 06:00:02,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 06:00:02,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 06:00:02,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 06:00:02,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 06:00:02,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 06:00:02,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 06:00:02,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 06:00:02,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:02,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e3ebbbc-b344-4fd5-b016-03fa57186a65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:02,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e3ebbbc-b344-4fd5-b016-03fa57186a65 2018-11-19 06:00:02,628 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:03,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T07:00:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["repTzFe5R-SpxQ7kMo5low"], "issued_at": "2018-11-19T06:00:03.000000Z"}} 2018-11-19 06:00:03,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:03,013 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:03,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:03,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca8107f-792f-411a-ae83-497b7ecdbfd4 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 06:00:03,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-0ca8107f-792f-411a-ae83-497b7ecdbfd4 2018-11-19 06:00:03,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.486362934113s 2018-11-19 06:00:03,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 06:00:03,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}}' 2018-11-19 06:00:03,201 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80044e27-87d2-49ca-becf-b07fc14bec64 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.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:00:03,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-80044e27-87d2-49ca-becf-b07fc14bec64 2018-11-19 06:00:03,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.0937888622284s 2018-11-19 06:00:03,202 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-80044e27-87d2-49ca-becf-b07fc14bec64 2018-11-19 06:00:03,203 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9', 'id': u'f5fe8cec919348a69e22609d846dcb47', 'description': u'Created by OPNFV Functest: snaps_smoke', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 06:00:03,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 06:00:03,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356740951538s 2018-11-19 06:00:03,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:03,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85388f9-1a34-4e2d-9b2d-a43092d6e498 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:00:03,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 used request id req-d85388f9-1a34-4e2d-9b2d-a43092d6e498 2018-11-19 06:00:03,668 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0c2fb0b1955d4b6993496cc96690ef00', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9'}) 2018-11-19 06:00:03,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:03,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:03,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa07022d-9575-4d31-b13e-c08b8da6f9e0 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 06:00:03,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fa07022d-9575-4d31-b13e-c08b8da6f9e0 2018-11-19 06:00:03,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797951221466s 2018-11-19 06:00:03,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:03,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:03,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2203f30e-7e40-4799-af31-7d3b7a79bb9c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 06:00:03,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2203f30e-7e40-4799-af31-7d3b7a79bb9c 2018-11-19 06:00:03,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833401679993s 2018-11-19 06:00:03,833 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 06:00:03,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 06:00:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" -d '{"role": {"name": "Member"}}' 2018-11-19 06:00:03,938 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e7b72d7-fb1a-4510-9c04-9260e5fba2e1 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}} 2018-11-19 06:00:03,938 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5e7b72d7-fb1a-4510-9c04-9260e5fba2e1 2018-11-19 06:00:03,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.104521036148s 2018-11-19 06:00:03,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b92694-301f-4676-bdae-e1220faeb324 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "domain_id": null, "name": "Member", "id": "a548301de1bf45f39da7fa581e9c30a5"}} 2018-11-19 06:00:04,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5 used request id req-86b92694-301f-4676-bdae-e1220faeb324 2018-11-19 06:00:04,012 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5'}, 'domain_id': None, 'human_id': None, 'id': u'a548301de1bf45f39da7fa581e9c30a5', 'HUMAN_ID': False}) 2018-11-19 06:00:04,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:04,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6633b2c2-3918-47b7-bcfd-5092b7964570 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}]} 2018-11-19 06:00:04,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6633b2c2-3918-47b7-bcfd-5092b7964570 2018-11-19 06:00:04,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0903098583221s 2018-11-19 06:00:04,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 06:00:04,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32f0f06e-1dd1-4429-b453-30a9bfb0b763 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 06:00:04,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-32f0f06e-1dd1-4429-b453-30a9bfb0b763 2018-11-19 06:00:04,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0779092311859s 2018-11-19 06:00:04,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:00:04,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053ff9a0-0a3f-4817-bcdf-80c90a88a91d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:04,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-053ff9a0-0a3f-4817-bcdf-80c90a88a91d 2018-11-19 06:00:04,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0898132324219s 2018-11-19 06:00:04,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-053ff9a0-0a3f-4817-bcdf-80c90a88a91d 2018-11-19 06:00:04,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 06:00:04,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-425bf2f8-e3f5-4f77-b014-7162701a97a8 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}]} 2018-11-19 06:00:04,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-425bf2f8-e3f5-4f77-b014-7162701a97a8 2018-11-19 06:00:04,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081423997879s 2018-11-19 06:00:04,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-425bf2f8-e3f5-4f77-b014-7162701a97a8 2018-11-19 06:00:04,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 06:00:04,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=a548301de1bf45f39da7fa581e9c30a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cdd116d-858e-45fd-b7ca-5ff1094b374f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=a548301de1bf45f39da7fa581e9c30a5", "previous": null, "next": null}} 2018-11-19 06:00:04,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=a548301de1bf45f39da7fa581e9c30a5 used request id req-4cdd116d-858e-45fd-b7ca-5ff1094b374f 2018-11-19 06:00:04,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0787208080292s 2018-11-19 06:00:04,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 06:00:04,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47/users/0c2fb0b1955d4b6993496cc96690ef00/roles/a548301de1bf45f39da7fa581e9c30a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e731828e-7463-4ee5-8dd9-9b53658038a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:04,562 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47/users/0c2fb0b1955d4b6993496cc96690ef00/roles/a548301de1bf45f39da7fa581e9c30a5 used request id req-e731828e-7463-4ee5-8dd9-9b53658038a1 2018-11-19 06:00:04,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.11842918396s 2018-11-19 06:00:04,563 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9', 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': '1c9dc855-4c22-45f3-905f-3ee4e79f8d5f', 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_4e31be72-7415-4166-935d-ff88974753e9', 'project_id': u'f5fe8cec919348a69e22609d846dcb47', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 06:00:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 06:00:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 06:00:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 06:00:04,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 06:00:04,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 06:00:04,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 06:00:04,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 06:00:04,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 06:00:04,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 06:00:04,568 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9', 'password': '1c9dc855-4c22-45f3-905f-3ee4e79f8d5f', 'project_name': 'snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'f5fe8cec919348a69e22609d846dcb47', 'project_domain_name': 'Default'} 2018-11-19 06:00:04,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:04,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd006218-8259-44ad-824b-793d19e2bef3 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}]} 2018-11-19 06:00:04,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bd006218-8259-44ad-824b-793d19e2bef3 2018-11-19 06:00:04,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817258358002s 2018-11-19 06:00:04,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:04,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a42de98-43ab-4c44-b2d8-71e88e4a6b87 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}]} 2018-11-19 06:00:04,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0a42de98-43ab-4c44-b2d8-71e88e4a6b87 2018-11-19 06:00:04,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806939601898s 2018-11-19 06:00:04,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 06:00:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dde228c0-7bbb-4a2a-b213-51b46f41a474 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 06:00:04,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-dde228c0-7bbb-4a2a-b213-51b46f41a474 2018-11-19 06:00:04,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0739591121674s 2018-11-19 06:00:04,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:00:04,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d9f94b-5c35-498a-9b97-51d335f1cd74 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:04,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-22d9f94b-5c35-498a-9b97-51d335f1cd74 2018-11-19 06:00:04,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094290971756s 2018-11-19 06:00:04,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-22d9f94b-5c35-498a-9b97-51d335f1cd74 2018-11-19 06:00:04,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 06:00:04,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:04,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8284d83d-0c3f-40fc-b26a-47047a2e3008 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}]} 2018-11-19 06:00:04,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-8284d83d-0c3f-40fc-b26a-47047a2e3008 2018-11-19 06:00:04,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0838160514832s 2018-11-19 06:00:04,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-8284d83d-0c3f-40fc-b26a-47047a2e3008 2018-11-19 06:00:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 06:00:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39338b12-e3b4-4f3a-ac6b-8d844c2f974f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 06:00:05,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=8b607911576d44ba870fc64e92729d7c used request id req-39338b12-e3b4-4f3a-ac6b-8d844c2f974f 2018-11-19 06:00:05,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0773928165436s 2018-11-19 06:00:05,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 06:00:05,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47/users/0c2fb0b1955d4b6993496cc96690ef00/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a34579de-4cfb-4246-99f7-fe2cda68d2b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:05,198 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47/users/0c2fb0b1955d4b6993496cc96690ef00/roles/8b607911576d44ba870fc64e92729d7c used request id req-a34579de-4cfb-4246-99f7-fe2cda68d2b6 2018-11-19 06:00:05,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.125132083893s 2018-11-19 06:00:05,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:05,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b23af68-ce67-47cc-93ab-c03a85fea3d5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}]} 2018-11-19 06:00:05,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4b23af68-ce67-47cc-93ab-c03a85fea3d5 2018-11-19 06:00:05,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.080766916275s 2018-11-19 06:00:05,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 06:00:05,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-19 06:00:05,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-973cbdc6-84a0-4632-be35-f0d433895dec Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}} 2018-11-19 06:00:05,393 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-973cbdc6-84a0-4632-be35-f0d433895dec 2018-11-19 06:00:05,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.111693143845s 2018-11-19 06:00:05,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1872e1-7671-4e95-bd84-ee2d516634c3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:00:05,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-7a1872e1-7671-4e95-bd84-ee2d516634c3 2018-11-19 06:00:05,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:00:05,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04ae07c4-b6f3-4d92-be75-581b7c69c806 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:05,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-04ae07c4-b6f3-4d92-be75-581b7c69c806 2018-11-19 06:00:05,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0840480327606s 2018-11-19 06:00:05,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 06:00:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce76a78-64c0-4cf3-8853-55f23f9883d8 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 06:00:05,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8ce76a78-64c0-4cf3-8853-55f23f9883d8 2018-11-19 06:00:05,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0734419822693s 2018-11-19 06:00:05,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:00:05,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41d14a0-20fa-4c3e-b03b-b63a2082b2a4 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:05,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a41d14a0-20fa-4c3e-b03b-b63a2082b2a4 2018-11-19 06:00:05,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0977320671082s 2018-11-19 06:00:05,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a41d14a0-20fa-4c3e-b03b-b63a2082b2a4 2018-11-19 06:00:05,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 06:00:05,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47c5e8a5-14ab-4f64-8508-cc7a6e4e54a3 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}]} 2018-11-19 06:00:05,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-47c5e8a5-14ab-4f64-8508-cc7a6e4e54a3 2018-11-19 06:00:05,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0815949440002s 2018-11-19 06:00:05,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-47c5e8a5-14ab-4f64-8508-cc7a6e4e54a3 2018-11-19 06:00:05,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 06:00:05,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:05,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4f3c08-b454-4f16-93c8-097ac2245242 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=cdf9920fcc2d405bbc0323a10975296f", "previous": null, "next": null}} 2018-11-19 06:00:05,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0c2fb0b1955d4b6993496cc96690ef00&scope.project.id=f5fe8cec919348a69e22609d846dcb47&role.id=cdf9920fcc2d405bbc0323a10975296f used request id req-4a4f3c08-b454-4f16-93c8-097ac2245242 2018-11-19 06:00:05,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0730769634247s 2018-11-19 06:00:05,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 06:00:05,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47/users/0c2fb0b1955d4b6993496cc96690ef00/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:00:06,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-161f195c-d8c6-463c-9410-26b318e6f6fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:06,084 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47/users/0c2fb0b1955d4b6993496cc96690ef00/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-161f195c-d8c6-463c-9410-26b318e6f6fe 2018-11-19 06:00:06,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.189342975616s 2018-11-19 06:00:06,085 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-19 06:00:06,085 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-19 06:00:06,085 - openstack_tests - INFO - OS Credentials = > 2018-11-19 06:00:06,086 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:06,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:06,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Ht5qfftcRFmOuu4bmN0HGw"], "issued_at": "2018-11-19T06:00:06.000000Z"}} 2018-11-19 06:00:06,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59b5b7b0b9488684c36b4a47d75ca53a08895f7f" 2018-11-19 06:00:06,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7d2b2a39-9d3f-4855-8ab5-8c27059c0a8f Date: Mon, 19 Nov 2018 06:00:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:00:06,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-7d2b2a39-9d3f-4855-8ab5-8c27059c0a8f 2018-11-19 06:00:06,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59b5b7b0b9488684c36b4a47d75ca53a08895f7f" 2018-11-19 06:00:07,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f8c073bc-30a1-4805-8205-70f84be3a033 Date: Mon, 19 Nov 2018 06:00:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 06:00:07,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-f8c073bc-30a1-4805-8205-70f84be3a033 2018-11-19 06:00:07,201 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-19 06:00:07,201 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-11-19 06:00:07,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,208 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,225 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,226 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,228 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,232 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,233 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,238 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,239 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,240 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,247 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,254 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,255 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,257 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,260 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:07,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["scDh7s0WQMaZ7T0809jwfQ"], "issued_at": "2018-11-19T06:00:07.000000Z"}} 2018-11-19 06:00:07,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e51e1f6271a738c77250380885a2858373554707" 2018-11-19 06:00:07,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a4e7e4-4a98-4487-8f13-cc0ad643977e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:07,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-44a4e7e4-4a98-4487-8f13-cc0ad643977e 2018-11-19 06:00:07,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:07,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:08,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["uotp3PxYSXiQDpFijeVgjA"], "issued_at": "2018-11-19T06:00:08.000000Z"}} 2018-11-19 06:00:08,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:08,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abb0ef51-aeba-45d2-8945-2d2527765c90 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:08,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-abb0ef51-aeba-45d2-8945-2d2527765c90 2018-11-19 06:00:08,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:08,207 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:08,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:08,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fef45b6-f581-4b58-ab14-bff7fc8c2257 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:00:08,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj used request id req-6fef45b6-f581-4b58-ab14-bff7fc8c2257 2018-11-19 06:00:08,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:08,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f29a6a0-895a-41f4-bc05-45b13ab919d7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:08,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0f29a6a0-895a-41f4-bc05-45b13ab919d7 2018-11-19 06:00:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}}' 2018-11-19 06:00:08,495 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51b07c88-d6d0-450a-9a65-343d249bdc35 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f"}, "enabled": true, "id": "5918a599c8ca418097d94b129ac7851f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}} 2018-11-19 06:00:08,495 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-51b07c88-d6d0-450a-9a65-343d249bdc35 2018-11-19 06:00:08,495 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj 2018-11-19 06:00:08,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:08,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:08,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["MkDWfyPMSdKpoustjIs6sw"], "issued_at": "2018-11-19T06:00:08.000000Z"}} 2018-11-19 06:00:08,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69262c5af28c0c95c33453c891d70007411f3e9a" 2018-11-19 06:00:08,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09e265d7-64cb-4a7a-90aa-0ed51ebf64f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:08,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-09e265d7-64cb-4a7a-90aa-0ed51ebf64f2 2018-11-19 06:00:08,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:08,904 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:08,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69262c5af28c0c95c33453c891d70007411f3e9a" 2018-11-19 06:00:09,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7695d1c0-77bc-49c8-a68b-a60be2cac97a Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:09,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7695d1c0-77bc-49c8-a68b-a60be2cac97a 2018-11-19 06:00:09,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69262c5af28c0c95c33453c891d70007411f3e9a" 2018-11-19 06:00:09,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75eb9013-d8ad-4d23-9340-28ac36a2c219 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f"}, "enabled": true, "id": "5918a599c8ca418097d94b129ac7851f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}]} 2018-11-19 06:00:09,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj used request id req-75eb9013-d8ad-4d23-9340-28ac36a2c219 2018-11-19 06:00:09,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69262c5af28c0c95c33453c891d70007411f3e9a" 2018-11-19 06:00:09,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fb753dc-6d37-4393-bea9-772acbb25ef8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:09,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6fb753dc-6d37-4393-bea9-772acbb25ef8 2018-11-19 06:00:09,568 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-b73f51d3-fcb4-4cd-user 2018-11-19 06:00:09,568 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:09,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:09,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcb896a-39e6-40cd-85da-4b10443dcf55 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:09,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5fcb896a-39e6-40cd-85da-4b10443dcf55 2018-11-19 06:00:09,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" -d '{"role": {"name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role"}}' 2018-11-19 06:00:09,769 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6f29a93-2b05-4960-bb82-16d20422064b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "404aed99241049598dab7d7c80c82687", "links": {"self": "http://172.30.9.21:5000/v3/roles/404aed99241049598dab7d7c80c82687"}, "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role"}} 2018-11-19 06:00:09,770 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f6f29a93-2b05-4960-bb82-16d20422064b 2018-11-19 06:00:09,770 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role 2018-11-19 06:00:09,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/404aed99241049598dab7d7c80c82687 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:09,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-841bd255-954f-4edd-bcad-b5a4da9e293d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/404aed99241049598dab7d7c80c82687"}, "domain_id": null, "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role", "id": "404aed99241049598dab7d7c80c82687"}} 2018-11-19 06:00:09,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/404aed99241049598dab7d7c80c82687 used request id req-841bd255-954f-4edd-bcad-b5a4da9e293d 2018-11-19 06:00:09,863 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role to project CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj 2018-11-19 06:00:09,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f/users/6b00afd230aa48a386f58448bb439623/roles/404aed99241049598dab7d7c80c82687 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:09,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2955e6ba-71ad-4e6e-b466-a8f5fbb8dc3d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:09,988 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f/users/6b00afd230aa48a386f58448bb439623/roles/404aed99241049598dab7d7c80c82687 used request id req-2955e6ba-71ad-4e6e-b466-a8f5fbb8dc3d 2018-11-19 06:00:09,988 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:09,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:10,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "404aed99241049598dab7d7c80c82687", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role"}], "expires_at": "2018-11-19T07:00:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5918a599c8ca418097d94b129ac7851f", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-user", "id": "6b00afd230aa48a386f58448bb439623"}, "audit_ids": ["y9_e6x8UR66yK3T8niRqNQ"], "issued_at": "2018-11-19T06:00:10.000000Z"}} 2018-11-19 06:00:10,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:10,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f2f9980-7841-43a2-bf74-ccf5cd3eceaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:10,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4f2f9980-7841-43a2-bf74-ccf5cd3eceaa 2018-11-19 06:00:10,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:10,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-6bf25a7c-8ed6-425a-ae56-1b705a0d229b Date: Mon, 19 Nov 2018 06:00:10 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:10,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name&description=hello+group used request id req-6bf25a7c-8ed6-425a-ae56-1b705a0d229b 2018-11-19 06:00:10,715 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name... 2018-11-19 06:00:10,715 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name 2018-11-19 06:00:10,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" -d '{"security_group": {"name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name", "description": "hello group"}}' 2018-11-19 06:00:11,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-87158e2e-4017-48c1-bd9d-963ac7529b61 Date: Mon, 19 Nov 2018 06:00:11 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 2, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}} 2018-11-19 06:00:11,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-87158e2e-4017-48c1-bd9d-963ac7529b61 2018-11-19 06:00:11,065 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:11,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:11,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4b2bb2ef-d65d-43df-af83-698a114f7701 Date: Mon, 19 Nov 2018 06:00:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:11,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-4b2bb2ef-d65d-43df-af83-698a114f7701 2018-11-19 06:00:11,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:11,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:11,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b4ade73-402f-4d89-978e-70e995e3bedb Date: Mon, 19 Nov 2018 06:00:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:11,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-9b4ade73-402f-4d89-978e-70e995e3bedb 2018-11-19 06:00:11,290 - neutron_utils - INFO - Retrieving security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:11,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:11,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b2282638-7344-429c-aad1-ce17a5de809e Date: Mon, 19 Nov 2018 06:00:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 2, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}]} 2018-11-19 06:00:11,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-b2282638-7344-429c-aad1-ce17a5de809e 2018-11-19 06:00:11,491 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:11,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:11,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d0170270-383d-427b-91f2-974de7068d7b Date: Mon, 19 Nov 2018 06:00:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:11,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-d0170270-383d-427b-91f2-974de7068d7b 2018-11-19 06:00:11,523 - neutron_utils - INFO - Retrieving security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:11,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:11,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e5872b95-9976-4814-bce1-f95df530d0ef Date: Mon, 19 Nov 2018 06:00:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 2, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}]} 2018-11-19 06:00:11,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-e5872b95-9976-4814-bce1-f95df530d0ef 2018-11-19 06:00:11,719 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:11,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:11,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a7a51484-1d7a-4050-83fc-e576ed2d12e9 Date: Mon, 19 Nov 2018 06:00:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:11,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-a7a51484-1d7a-4050-83fc-e576ed2d12e9 2018-11-19 06:00:11,974 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name 2018-11-19 06:00:11,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:12,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-467fb5ac-46d6-4c3b-b13e-29e640c898f4 Date: Mon, 19 Nov 2018 06:00:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 2, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}]} 2018-11-19 06:00:12,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name used request id req-467fb5ac-46d6-4c3b-b13e-29e640c898f4 2018-11-19 06:00:12,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:12,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:12,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:12,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12429311-04d9-41a3-b619-9a040bfe6126 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f"}, "enabled": true, "id": "5918a599c8ca418097d94b129ac7851f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}} 2018-11-19 06:00:12,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f used request id req-12429311-04d9-41a3-b619-9a040bfe6126 2018-11-19 06:00:12,256 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:12,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:12,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f6e9564c-750c-4584-9e23-0e4ae49d4458 Date: Mon, 19 Nov 2018 06:00:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:12,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-f6e9564c-750c-4584-9e23-0e4ae49d4458 2018-11-19 06:00:12,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}35151e104057c71c088ec23dd3efd2da661f334b" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8"}}' 2018-11-19 06:00:12,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-879b884b-4604-485c-984e-282e048cdf75 Date: Mon, 19 Nov 2018 06:00:12 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}} 2018-11-19 06:00:12,597 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-879b884b-4604-485c-984e-282e048cdf75 2018-11-19 06:00:12,597 - neutron_utils - INFO - Retrieving security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:12,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:12,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-aa549125-1dd0-4c9f-a16f-b363fdda2ac9 Date: Mon, 19 Nov 2018 06:00:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "revision_number": 0, "id": "42578214-f032-488c-a8b4-3f04a707c85e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 3, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}]} 2018-11-19 06:00:12,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-aa549125-1dd0-4c9f-a16f-b363fdda2ac9 2018-11-19 06:00:12,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:13,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a74f1061-d115-418e-963e-af110366aade Date: Mon, 19 Nov 2018 06:00:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:13,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-a74f1061-d115-418e-963e-af110366aade 2018-11-19 06:00:13,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:13,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "404aed99241049598dab7d7c80c82687", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role"}], "expires_at": "2018-11-19T07:00:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5918a599c8ca418097d94b129ac7851f", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5918a599c8ca418097d94b129ac7851f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5918a599c8ca418097d94b129ac7851f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5918a599c8ca418097d94b129ac7851f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-user", "id": "6b00afd230aa48a386f58448bb439623"}, "audit_ids": ["hlCgTpvaTPWpCvQI1HqKHw"], "issued_at": "2018-11-19T06:00:13.000000Z"}} 2018-11-19 06:00:13,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0164fa599f0d0a831a000fa8203dab926f4d1f7d" 2018-11-19 06:00:13,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-991d7c51-4264-4007-9fc0-1e3b452d179e Date: Mon, 19 Nov 2018 06:00:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "revision_number": 0, "id": "42578214-f032-488c-a8b4-3f04a707c85e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 3, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}]} 2018-11-19 06:00:13,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name&description=hello+group used request id req-991d7c51-4264-4007-9fc0-1e3b452d179e 2018-11-19 06:00:13,600 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:13,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0164fa599f0d0a831a000fa8203dab926f4d1f7d" 2018-11-19 06:00:13,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-4a4fb876-b8e1-4489-8f9a-b29fa8061262 Date: Mon, 19 Nov 2018 06:00:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:13,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-4a4fb876-b8e1-4489-8f9a-b29fa8061262 2018-11-19 06:00:13,760 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:13,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0164fa599f0d0a831a000fa8203dab926f4d1f7d" 2018-11-19 06:00:13,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-176221b3-6126-44bc-8594-93b51e88d0f2 Date: Mon, 19 Nov 2018 06:00:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:13,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-176221b3-6126-44bc-8594-93b51e88d0f2 2018-11-19 06:00:13,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0164fa599f0d0a831a000fa8203dab926f4d1f7d" 2018-11-19 06:00:14,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-2bea9d38-8468-4c25-a7fb-3202bb93605b Date: Mon, 19 Nov 2018 06:00:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "revision_number": 0, "id": "42578214-f032-488c-a8b4-3f04a707c85e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 3, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}]} 2018-11-19 06:00:14,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name used request id req-2bea9d38-8468-4c25-a7fb-3202bb93605b 2018-11-19 06:00:14,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:14,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0164fa599f0d0a831a000fa8203dab926f4d1f7d" 2018-11-19 06:00:14,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-2d018d67-1513-41b5-a1b1-54d1878e4f64 Date: Mon, 19 Nov 2018 06:00:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:14,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-2d018d67-1513-41b5-a1b1-54d1878e4f64 2018-11-19 06:00:14,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:14,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0164fa599f0d0a831a000fa8203dab926f4d1f7d" 2018-11-19 06:00:14,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-080806fc-c718-4737-b810-76b22e2b8e0a Date: Mon, 19 Nov 2018 06:00:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:14,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-080806fc-c718-4737-b810-76b22e2b8e0a 2018-11-19 06:00:14,487 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name 2018-11-19 06:00:14,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:14,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-9a0b5a06-e631-4644-a10f-22c309b7fa1e Date: Mon, 19 Nov 2018 06:00:14 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "revision_number": 0, "id": "42578214-f032-488c-a8b4-3f04a707c85e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "bf6a507f-1c95-44ee-a054-6b98567db360", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 3, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "name": "CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name"}]} 2018-11-19 06:00:14,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name used request id req-9a0b5a06-e631-4644-a10f-22c309b7fa1e 2018-11-19 06:00:14,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:14,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7747ae07-1398-4d8e-bc9b-8c0d0b212058 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f"}, "enabled": true, "id": "5918a599c8ca418097d94b129ac7851f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}} 2018-11-19 06:00:14,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f used request id req-7747ae07-1398-4d8e-bc9b-8c0d0b212058 2018-11-19 06:00:14,804 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:14,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:14,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-898bfae4-2c4f-4e29-9c28-49fcd39c8941 Date: Mon, 19 Nov 2018 06:00:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:14,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-898bfae4-2c4f-4e29-9c28-49fcd39c8941 2018-11-19 06:00:14,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}35151e104057c71c088ec23dd3efd2da661f334b" -d '{"security_group_rule": {"direction": "egress", "protocol": 1, "description": "test_rule_2", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8"}}' 2018-11-19 06:00:15,334 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 519 X-Openstack-Request-Id: req-05a2fc12-7f4d-4de6-976f-57404769da49 Date: Mon, 19 Nov 2018 06:00:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:15Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:15Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "93b45b41-81c9-4364-9ffd-8c82a96b1053"}} 2018-11-19 06:00:15,334 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-05a2fc12-7f4d-4de6-976f-57404769da49 2018-11-19 06:00:15,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2c6465a3-c23c-4753-8926-10dd3f5078f8 2018-11-19 06:00:15,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0164fa599f0d0a831a000fa8203dab926f4d1f7d" 2018-11-19 06:00:15,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1996 X-Openstack-Request-Id: req-c52a7e18-bc00-40ea-bdcf-fecca3cfcead Date: Mon, 19 Nov 2018 06:00:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:12Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:12Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "42578214-f032-488c-a8b4-3f04a707c85e"}, {"remote_group_id": null, "direction": "egress", "protocol": "1", "description": "test_rule_2", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:15Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:15Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "93b45b41-81c9-4364-9ffd-8c82a96b1053"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "bf6a507f-1c95-44ee-a054-6b98567db360"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "2c6465a3-c23c-4753-8926-10dd3f5078f8", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "dce8cb91-212c-4043-8b9c-0c0c639212a4"}]} 2018-11-19 06:00:15,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-c52a7e18-bc00-40ea-bdcf-fecca3cfcead 2018-11-19 06:00:15,369 - neutron_utils - INFO - Deleting security group rule with ID - 93b45b41-81c9-4364-9ffd-8c82a96b1053 2018-11-19 06:00:15,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/93b45b41-81c9-4364-9ffd-8c82a96b1053 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:15,644 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-49bec2d7-5390-4bf3-9681-d4328eb9e08a Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:15,645 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/93b45b41-81c9-4364-9ffd-8c82a96b1053 used request id req-49bec2d7-5390-4bf3-9681-d4328eb9e08a 2018-11-19 06:00:15,645 - neutron_utils - INFO - Deleting security group rule with ID - bf6a507f-1c95-44ee-a054-6b98567db360 2018-11-19 06:00:15,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/bf6a507f-1c95-44ee-a054-6b98567db360 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:15,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c3cdc5a-dd39-453d-a20a-5cdd740cf713 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:15,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/bf6a507f-1c95-44ee-a054-6b98567db360 used request id req-6c3cdc5a-dd39-453d-a20a-5cdd740cf713 2018-11-19 06:00:15,805 - neutron_utils - INFO - Deleting security group rule with ID - dce8cb91-212c-4043-8b9c-0c0c639212a4 2018-11-19 06:00:15,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/dce8cb91-212c-4043-8b9c-0c0c639212a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:15,930 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44a37960-a2ec-4a99-b7ac-3ecf0e72e763 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:15,930 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/dce8cb91-212c-4043-8b9c-0c0c639212a4 used request id req-44a37960-a2ec-4a99-b7ac-3ecf0e72e763 2018-11-19 06:00:15,931 - neutron_utils - INFO - Deleting security group rule with ID - 42578214-f032-488c-a8b4-3f04a707c85e 2018-11-19 06:00:15,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/42578214-f032-488c-a8b4-3f04a707c85e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:16,172 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-073a0ccb-6cbb-457b-840a-27c45a441209 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:16,172 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/42578214-f032-488c-a8b4-3f04a707c85e used request id req-073a0ccb-6cbb-457b-840a-27c45a441209 2018-11-19 06:00:16,173 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ca994432-b785-4e69-a1f0-e36cf669d441name 2018-11-19 06:00:16,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2c6465a3-c23c-4753-8926-10dd3f5078f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35151e104057c71c088ec23dd3efd2da661f334b" 2018-11-19 06:00:16,285 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eba1a611-a082-4c2b-8102-1fb7f6511da2 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:16,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2c6465a3-c23c-4753-8926-10dd3f5078f8 used request id req-eba1a611-a082-4c2b-8102-1fb7f6511da2 2018-11-19 06:00:16,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:16,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-966b230b-d0e9-484e-9aac-f3d9b44bc58e Date: Mon, 19 Nov 2018 06:00:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "updated_at": "2018-11-19T06:00:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "1716ee24-9c11-491c-9fb8-f447510b9cb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "19db93f9-6f99-4f63-9ce5-721e5d8f0c25", "remote_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "33de8311-b7e9-4510-9441-94aae1b31ebe", "remote_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv6", "project_id": "5918a599c8ca418097d94b129ac7851f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "revision_number": 0, "id": "c4e17236-91a9-4752-88c9-3b52e3ceef7b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "tenant_id": "5918a599c8ca418097d94b129ac7851f", "port_range_min": null, "ethertype": "IPv4", "project_id": "5918a599c8ca418097d94b129ac7851f"}], "revision_number": 4, "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:00:16,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-966b230b-d0e9-484e-9aac-f3d9b44bc58e 2018-11-19 06:00:16,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:16,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f83bbdf4-035d-48bd-b439-2d763cb74b02 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:00:16,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-f83bbdf4-035d-48bd-b439-2d763cb74b02 2018-11-19 06:00:16,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:16,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f678f43-1fa3-4ab2-b165-99b0d81f9f24 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:00:16,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-8f678f43-1fa3-4ab2-b165-99b0d81f9f24 2018-11-19 06:00:16,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:16,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142a79e1-7c30-41f0-b442-c552dd07ff47 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f"}, "enabled": true, "id": "5918a599c8ca418097d94b129ac7851f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj"}} 2018-11-19 06:00:16,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f used request id req-142a79e1-7c30-41f0-b442-c552dd07ff47 2018-11-19 06:00:16,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 809fa992-1d9f-46db-a2dd-b1446bd44a92 2018-11-19 06:00:16,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=809fa992-1d9f-46db-a2dd-b1446bd44a92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:17,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d76f50ad-6d95-4311-8255-15ce81493ae6 Date: Mon, 19 Nov 2018 06:00: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-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "1716ee24-9c11-491c-9fb8-f447510b9cb5"}, {"remote_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "19db93f9-6f99-4f63-9ce5-721e5d8f0c25"}, {"remote_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "33de8311-b7e9-4510-9441-94aae1b31ebe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:10Z", "security_group_id": "809fa992-1d9f-46db-a2dd-b1446bd44a92", "port_range_min": null, "revision_number": 0, "tenant_id": "5918a599c8ca418097d94b129ac7851f", "created_at": "2018-11-19T06:00:10Z", "project_id": "5918a599c8ca418097d94b129ac7851f", "id": "c4e17236-91a9-4752-88c9-3b52e3ceef7b"}]} 2018-11-19 06:00:17,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=809fa992-1d9f-46db-a2dd-b1446bd44a92 used request id req-d76f50ad-6d95-4311-8255-15ce81493ae6 2018-11-19 06:00:17,047 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:00:17,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/809fa992-1d9f-46db-a2dd-b1446bd44a92 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:17,345 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cceeeb14-8de7-49b4-88a9-d93fc0fb1ba6 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:17,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/809fa992-1d9f-46db-a2dd-b1446bd44a92 used request id req-cceeeb14-8de7-49b4-88a9-d93fc0fb1ba6 2018-11-19 06:00:17,346 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj 2018-11-19 06:00:17,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:17,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbae5b34-0990-422a-ab06-7d02e6f7d04d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:17,581 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5918a599c8ca418097d94b129ac7851f used request id req-dbae5b34-0990-422a-ab06-7d02e6f7d04d 2018-11-19 06:00:17,582 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-b73f51d3-fcb4-4cd-proj-role 2018-11-19 06:00:17,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/404aed99241049598dab7d7c80c82687 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:17,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8824b811-2b65-46bf-b9c1-d30c297e64d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:17,703 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/404aed99241049598dab7d7c80c82687 used request id req-8824b811-2b65-46bf-b9c1-d30c297e64d2 2018-11-19 06:00:17,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91a837b7df5a95ad4d2666441699b3383882dcfb" 2018-11-19 06:00:17,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81ee921d-de9f-4af2-8eae-8f6a5b5a0b84 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:17,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-81ee921d-de9f-4af2-8eae-8f6a5b5a0b84 2018-11-19 06:00:17,793 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-b73f51d3-fcb4-4cd-user 2018-11-19 06:00:17,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6b00afd230aa48a386f58448bb439623 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69262c5af28c0c95c33453c891d70007411f3e9a" 2018-11-19 06:00:17,986 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-067256ca-666f-4872-a26b-0f244646e605 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:17,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6b00afd230aa48a386f58448bb439623 used request id req-067256ca-666f-4872-a26b-0f244646e605 2018-11-19 06:00:17,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:18,377 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["QuHuCDUDSDaYyjlLIAbhGw"], "issued_at": "2018-11-19T06:00:18.000000Z"}} 2018-11-19 06:00:18,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}571f28a092a8b0a212bbe4435c9cd08ad324b1be" 2018-11-19 06:00:18,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d4576ff-2a43-477e-a192-15b5ffd61722 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:18,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4d4576ff-2a43-477e-a192-15b5ffd61722 2018-11-19 06:00:18,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:18,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:18,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Ez_m22ymR0G2ppU2ESm1wA"], "issued_at": "2018-11-19T06:00:18.000000Z"}} 2018-11-19 06:00:18,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:18,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6557b3-f4ae-4caf-8a0d-40b2f9136cdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:18,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e6557b3-f4ae-4caf-8a0d-40b2f9136cdf 2018-11-19 06:00:18,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:18,951 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:18,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-12c964cc-2a11-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:19,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed1b5376-6eeb-44e0-9f47-95c6349f6a6a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-12c964cc-2a11-48d-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:00:19,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-12c964cc-2a11-48d-proj used request id req-ed1b5376-6eeb-44e0-9f47-95c6349f6a6a 2018-11-19 06:00:19,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:19,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc5c34f3-37c8-4d51-80d9-f576152f2088 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:19,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cc5c34f3-37c8-4d51-80d9-f576152f2088 2018-11-19 06:00:19,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj"}}' 2018-11-19 06:00:19,411 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c9ba2d3-d5ff-41d6-b40f-e23bdb8496e8 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da"}, "enabled": true, "id": "9299a64bc0bc4742918429e078a381da", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj"}} 2018-11-19 06:00:19,412 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0c9ba2d3-d5ff-41d6-b40f-e23bdb8496e8 2018-11-19 06:00:19,412 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-12c964cc-2a11-48d-proj 2018-11-19 06:00:19,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:19,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:19,802 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["PX8hHpaASFCJiG-AXr53fg"], "issued_at": "2018-11-19T06:00:19.000000Z"}} 2018-11-19 06:00:19,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b87fe6a292c7a1365257520322632cd9248acb7" 2018-11-19 06:00:19,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c82ee15d-8f2b-4dc5-9d1e-ce6f26217b97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:19,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c82ee15d-8f2b-4dc5-9d1e-ce6f26217b97 2018-11-19 06:00:19,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:19,898 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:19,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b87fe6a292c7a1365257520322632cd9248acb7" 2018-11-19 06:00:20,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81611af0-1695-4647-b673-5960e00e3add Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:20,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-81611af0-1695-4647-b673-5960e00e3add 2018-11-19 06:00:20,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-12c964cc-2a11-48d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b87fe6a292c7a1365257520322632cd9248acb7" 2018-11-19 06:00:20,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fe0f0d1-1af1-4ca8-b157-698f3b6f8de9 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-12c964cc-2a11-48d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da"}, "enabled": true, "id": "9299a64bc0bc4742918429e078a381da", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj"}]} 2018-11-19 06:00:20,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-12c964cc-2a11-48d-proj used request id req-7fe0f0d1-1af1-4ca8-b157-698f3b6f8de9 2018-11-19 06:00:20,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b87fe6a292c7a1365257520322632cd9248acb7" 2018-11-19 06:00:20,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfd817b-e88d-49fe-9072-7296aeefcff3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:20,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8bfd817b-e88d-49fe-9072-7296aeefcff3 2018-11-19 06:00:20,500 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-12c964cc-2a11-48d-user 2018-11-19 06:00:20,501 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:20,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:20,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb5e97a2-5eb6-4454-aebf-6d02fa0a23aa Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:20,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cb5e97a2-5eb6-4454-aebf-6d02fa0a23aa 2018-11-19 06:00:20,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" -d '{"role": {"name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role"}}' 2018-11-19 06:00:20,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5ba91a4-57bb-490d-be66-2073568dbe1d Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1eff2722225449e4b4da946d4514cdc3", "links": {"self": "http://172.30.9.21:5000/v3/roles/1eff2722225449e4b4da946d4514cdc3"}, "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role"}} 2018-11-19 06:00:20,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f5ba91a4-57bb-490d-be66-2073568dbe1d 2018-11-19 06:00:20,621 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role 2018-11-19 06:00:20,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/1eff2722225449e4b4da946d4514cdc3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:20,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fdd899a-c41c-4d94-9c7d-fb359cf6722e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/1eff2722225449e4b4da946d4514cdc3"}, "domain_id": null, "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role", "id": "1eff2722225449e4b4da946d4514cdc3"}} 2018-11-19 06:00:20,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/1eff2722225449e4b4da946d4514cdc3 used request id req-5fdd899a-c41c-4d94-9c7d-fb359cf6722e 2018-11-19 06:00:20,713 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role to project CreateSecurityGroupTests-12c964cc-2a11-48d-proj 2018-11-19 06:00:20,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da/users/d3d782d717084725912a5ad69135e393/roles/1eff2722225449e4b4da946d4514cdc3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:20,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee8c01b2-3e79-43ff-ab89-f67b8ac813b4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:20,875 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da/users/d3d782d717084725912a5ad69135e393/roles/1eff2722225449e4b4da946d4514cdc3 used request id req-ee8c01b2-3e79-43ff-ab89-f67b8ac813b4 2018-11-19 06:00:20,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:20,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:21,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1eff2722225449e4b4da946d4514cdc3", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role"}], "expires_at": "2018-11-19T07:00:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9299a64bc0bc4742918429e078a381da", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-user", "id": "d3d782d717084725912a5ad69135e393"}, "audit_ids": ["W4N9g4XZSuK07-S2mjXR_w"], "issued_at": "2018-11-19T06:00:21.000000Z"}} 2018-11-19 06:00:21,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:21,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef9f5e57-4ccc-431b-8ea2-e945a1c0e482 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:21,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ef9f5e57-4ccc-431b-8ea2-e945a1c0e482 2018-11-19 06:00:21,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:21,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ef0711a8-0e8b-4c34-99e7-b672b626871e Date: Mon, 19 Nov 2018 06:00:21 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:21,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname&description=hello+group used request id req-ef0711a8-0e8b-4c34-99e7-b672b626871e 2018-11-19 06:00:21,648 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname... 2018-11-19 06:00:21,648 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname 2018-11-19 06:00:21,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" -d '{"security_group": {"name": "CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname", "description": "hello group"}}' 2018-11-19 06:00:22,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-2e7a9f16-696d-4198-aa23-f719bb6b9e80 Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "updated_at": "2018-11-19T06:00:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv6", "project_id": "9299a64bc0bc4742918429e078a381da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "615ce005-672f-4624-a057-b991652859cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv4", "project_id": "9299a64bc0bc4742918429e078a381da"}], "revision_number": 2, "project_id": "9299a64bc0bc4742918429e078a381da", "id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "name": "CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname"}} 2018-11-19 06:00:22,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-2e7a9f16-696d-4198-aa23-f719bb6b9e80 2018-11-19 06:00:22,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:22,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0ce21a4a-c94d-492f-87f0-2c6ea1f2bb73 Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "615ce005-672f-4624-a057-b991652859cb"}]} 2018-11-19 06:00:22,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-0ce21a4a-c94d-492f-87f0-2c6ea1f2bb73 2018-11-19 06:00:22,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:22,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-44fffe20-5638-479d-abcb-72974290a8bf Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "615ce005-672f-4624-a057-b991652859cb"}]} 2018-11-19 06:00:22,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-44fffe20-5638-479d-abcb-72974290a8bf 2018-11-19 06:00:22,265 - neutron_utils - INFO - Retrieving security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:22,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-896de4b7-4b17-46b6-af0a-8bc47cac6b60 Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "updated_at": "2018-11-19T06:00:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv6", "project_id": "9299a64bc0bc4742918429e078a381da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "615ce005-672f-4624-a057-b991652859cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv4", "project_id": "9299a64bc0bc4742918429e078a381da"}], "revision_number": 2, "project_id": "9299a64bc0bc4742918429e078a381da", "id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "name": "CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname"}]} 2018-11-19 06:00:22,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-896de4b7-4b17-46b6-af0a-8bc47cac6b60 2018-11-19 06:00:22,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:22,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a393a01c-af4a-4e2e-be3b-98eb07dd19f3 Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "615ce005-672f-4624-a057-b991652859cb"}]} 2018-11-19 06:00:22,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-a393a01c-af4a-4e2e-be3b-98eb07dd19f3 2018-11-19 06:00:22,541 - neutron_utils - INFO - Retrieving security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:22,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-943b82ae-b311-41c3-8c93-f27442fe2170 Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "updated_at": "2018-11-19T06:00:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv6", "project_id": "9299a64bc0bc4742918429e078a381da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "615ce005-672f-4624-a057-b991652859cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv4", "project_id": "9299a64bc0bc4742918429e078a381da"}], "revision_number": 2, "project_id": "9299a64bc0bc4742918429e078a381da", "id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "name": "CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname"}]} 2018-11-19 06:00:22,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-943b82ae-b311-41c3-8c93-f27442fe2170 2018-11-19 06:00:22,592 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:22,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-12310890-4c4f-48e9-b40c-a85242ae3cf0 Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "615ce005-672f-4624-a057-b991652859cb"}]} 2018-11-19 06:00:22,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-12310890-4c4f-48e9-b40c-a85242ae3cf0 2018-11-19 06:00:22,758 - neutron_utils - INFO - Retrieving security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:22,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bf025a9c-33f8-4aeb-b288-29980526efc5 Date: Mon, 19 Nov 2018 06:00:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "updated_at": "2018-11-19T06:00:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv6", "project_id": "9299a64bc0bc4742918429e078a381da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "615ce005-672f-4624-a057-b991652859cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv4", "project_id": "9299a64bc0bc4742918429e078a381da"}], "revision_number": 2, "project_id": "9299a64bc0bc4742918429e078a381da", "id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "name": "CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname"}]} 2018-11-19 06:00:22,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-bf025a9c-33f8-4aeb-b288-29980526efc5 2018-11-19 06:00:22,958 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9888711a-dabd-42f1-970b-048cf28cdbc7 2018-11-19 06:00:22,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:23,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9416edc9-5a14-49fb-8232-a5e7cea48aff Date: Mon, 19 Nov 2018 06:00:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "1477f8aa-8397-4bdd-97ff-7524cb98c0d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "9888711a-dabd-42f1-970b-048cf28cdbc7", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "615ce005-672f-4624-a057-b991652859cb"}]} 2018-11-19 06:00:23,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-9416edc9-5a14-49fb-8232-a5e7cea48aff 2018-11-19 06:00:23,140 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname 2018-11-19 06:00:23,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:23,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1eff2722225449e4b4da946d4514cdc3", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role"}], "expires_at": "2018-11-19T07:00:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9299a64bc0bc4742918429e078a381da", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9299a64bc0bc4742918429e078a381da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/9299a64bc0bc4742918429e078a381da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/9299a64bc0bc4742918429e078a381da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-user", "id": "d3d782d717084725912a5ad69135e393"}, "audit_ids": ["-yLEMwm3SCu3CHFj3XiZRw"], "issued_at": "2018-11-19T06:00:23.000000Z"}} 2018-11-19 06:00:23,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cccb3762f16360feecad6347539cef98876ded81" 2018-11-19 06:00:23,824 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fe239ba1-d35a-4362-9d92-e91f35a0346b Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:23,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-fe239ba1-d35a-4362-9d92-e91f35a0346b 2018-11-19 06:00:23,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cccb3762f16360feecad6347539cef98876ded81" 2018-11-19 06:00:24,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-554b138c-7983-460c-b1fe-3db09726e23c Date: Mon, 19 Nov 2018 06:00:24 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:24,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname&description=hello+group used request id req-554b138c-7983-460c-b1fe-3db09726e23c 2018-11-19 06:00:24,013 - neutron_utils - INFO - Deleting security group rule with ID - 615ce005-672f-4624-a057-b991652859cb 2018-11-19 06:00:24,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/615ce005-672f-4624-a057-b991652859cb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:24,038 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-9ed9d884-0cc9-4bfc-a93e-79aad92e7a38 Date: Mon, 19 Nov 2018 06:00:24 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 615ce005-672f-4624-a057-b991652859cb does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:00:24,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/615ce005-672f-4624-a057-b991652859cb used request id req-9ed9d884-0cc9-4bfc-a93e-79aad92e7a38 2018-11-19 06:00:24,039 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 615ce005-672f-4624-a057-b991652859cb does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:00:24,039 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 615ce005-672f-4624-a057-b991652859cb does not exist Neutron server returns request_ids: ['req-9ed9d884-0cc9-4bfc-a93e-79aad92e7a38'] 2018-11-19 06:00:24,039 - neutron_utils - INFO - Deleting security group rule with ID - 1477f8aa-8397-4bdd-97ff-7524cb98c0d3 2018-11-19 06:00:24,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/1477f8aa-8397-4bdd-97ff-7524cb98c0d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:24,216 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-61158fb2-2813-41d2-93ea-293b0cc0ab45 Date: Mon, 19 Nov 2018 06:00:24 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 1477f8aa-8397-4bdd-97ff-7524cb98c0d3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:00:24,216 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/1477f8aa-8397-4bdd-97ff-7524cb98c0d3 used request id req-61158fb2-2813-41d2-93ea-293b0cc0ab45 2018-11-19 06:00:24,216 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 1477f8aa-8397-4bdd-97ff-7524cb98c0d3 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:00:24,217 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 1477f8aa-8397-4bdd-97ff-7524cb98c0d3 does not exist Neutron server returns request_ids: ['req-61158fb2-2813-41d2-93ea-293b0cc0ab45'] 2018-11-19 06:00:24,217 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-19a47cb6-8b56-419a-b321-7c4b90303ebaname 2018-11-19 06:00:24,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9888711a-dabd-42f1-970b-048cf28cdbc7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b481e9acea0701b0cf332d95f3a285a8d569cae" 2018-11-19 06:00:24,245 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-053fec81-2464-4184-b19e-ffeb50bac01b Date: Mon, 19 Nov 2018 06:00:24 GMT RESP BODY: {"NeutronError": {"message": "Security group 9888711a-dabd-42f1-970b-048cf28cdbc7 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-19 06:00:24,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9888711a-dabd-42f1-970b-048cf28cdbc7 used request id req-053fec81-2464-4184-b19e-ffeb50bac01b 2018-11-19 06:00:24,245 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 9888711a-dabd-42f1-970b-048cf28cdbc7 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-19 06:00:24,246 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 9888711a-dabd-42f1-970b-048cf28cdbc7 does not exist Neutron server returns request_ids: ['req-053fec81-2464-4184-b19e-ffeb50bac01b'] 2018-11-19 06:00:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:24,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-892811dd-7335-4d28-a044-2b306f1fe3d6 Date: Mon, 19 Nov 2018 06:00:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "updated_at": "2018-11-19T06:00:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "685e780e-e1d5-4218-b40c-10c9fcd6a0da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv6", "project_id": "9299a64bc0bc4742918429e078a381da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "b3d4faee-496b-4db5-adce-8f2b75b0a059", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv4", "project_id": "9299a64bc0bc4742918429e078a381da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "bc99a00c-844f-4d49-9e3f-27c7156a05bc", "remote_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv4", "project_id": "9299a64bc0bc4742918429e078a381da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "revision_number": 0, "id": "f0ceff4c-137b-4512-a2df-b6fa6f6536d8", "remote_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "tenant_id": "9299a64bc0bc4742918429e078a381da", "port_range_min": null, "ethertype": "IPv6", "project_id": "9299a64bc0bc4742918429e078a381da"}], "revision_number": 4, "project_id": "9299a64bc0bc4742918429e078a381da", "id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:00:24,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-892811dd-7335-4d28-a044-2b306f1fe3d6 2018-11-19 06:00:24,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:24,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed88ca2c-0cf4-4ea5-9d05-2c4b2b79a50e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:00:24,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-ed88ca2c-0cf4-4ea5-9d05-2c4b2b79a50e 2018-11-19 06:00:24,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:24,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfbf3636-f3da-4c84-9e9d-9f6a00574986 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da"}, "enabled": true, "id": "9299a64bc0bc4742918429e078a381da", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-12c964cc-2a11-48d-proj"}} 2018-11-19 06:00:24,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da used request id req-cfbf3636-f3da-4c84-9e9d-9f6a00574986 2018-11-19 06:00:24,741 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 31928ecf-f0bb-4f89-b834-c440bb756ecc 2018-11-19 06:00:24,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=31928ecf-f0bb-4f89-b834-c440bb756ecc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:24,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-da4d0506-46c1-4664-8195-50d9ac95254e Date: Mon, 19 Nov 2018 06:00:24 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "685e780e-e1d5-4218-b40c-10c9fcd6a0da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "b3d4faee-496b-4db5-adce-8f2b75b0a059"}, {"remote_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "bc99a00c-844f-4d49-9e3f-27c7156a05bc"}, {"remote_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:21Z", "security_group_id": "31928ecf-f0bb-4f89-b834-c440bb756ecc", "port_range_min": null, "revision_number": 0, "tenant_id": "9299a64bc0bc4742918429e078a381da", "created_at": "2018-11-19T06:00:21Z", "project_id": "9299a64bc0bc4742918429e078a381da", "id": "f0ceff4c-137b-4512-a2df-b6fa6f6536d8"}]} 2018-11-19 06:00:24,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=31928ecf-f0bb-4f89-b834-c440bb756ecc used request id req-da4d0506-46c1-4664-8195-50d9ac95254e 2018-11-19 06:00:24,921 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:00:24,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/31928ecf-f0bb-4f89-b834-c440bb756ecc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:25,200 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0972f209-4f52-4554-855f-d2508831af45 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:25,200 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/31928ecf-f0bb-4f89-b834-c440bb756ecc used request id req-0972f209-4f52-4554-855f-d2508831af45 2018-11-19 06:00:25,201 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-12c964cc-2a11-48d-proj 2018-11-19 06:00:25,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:25,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f490d65-27bc-40c7-a480-11e4f039b83e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:25,444 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9299a64bc0bc4742918429e078a381da used request id req-1f490d65-27bc-40c7-a480-11e4f039b83e 2018-11-19 06:00:25,444 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-12c964cc-2a11-48d-proj-role 2018-11-19 06:00:25,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/1eff2722225449e4b4da946d4514cdc3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:25,566 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56482180-0fba-41e6-81ce-bb5ee22c2598 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:25,566 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1eff2722225449e4b4da946d4514cdc3 used request id req-56482180-0fba-41e6-81ce-bb5ee22c2598 2018-11-19 06:00:25,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfdbaa147efe8f54172411bb7b4c3d6e90e87d56" 2018-11-19 06:00:25,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71436cd7-a02a-4409-b03a-00df8e3d7ef5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:25,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-71436cd7-a02a-4409-b03a-00df8e3d7ef5 2018-11-19 06:00:25,660 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-12c964cc-2a11-48d-user 2018-11-19 06:00:25,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d3d782d717084725912a5ad69135e393 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b87fe6a292c7a1365257520322632cd9248acb7" 2018-11-19 06:00:25,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4ab6440-e4fd-4cae-8ac2-93d538970a1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:25,865 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d3d782d717084725912a5ad69135e393 used request id req-c4ab6440-e4fd-4cae-8ac2-93d538970a1e 2018-11-19 06:00:25,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:26,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["yhqqsqVET-uGv0u9Tla9OA"], "issued_at": "2018-11-19T06:00:26.000000Z"}} 2018-11-19 06:00:26,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade1d20dbe02bcd70657c5432dd7f65e2e4746b0" 2018-11-19 06:00:26,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de11e5d3-0473-4979-82a3-52de7547266f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:26,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-de11e5d3-0473-4979-82a3-52de7547266f 2018-11-19 06:00:26,334 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:26,335 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:26,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["AkfhG0-_T2e-jShKXCMXZA"], "issued_at": "2018-11-19T06:00:26.000000Z"}} 2018-11-19 06:00:26,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:26,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46af4906-d9c8-42f8-8630-44a25d215af9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:26,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-46af4906-d9c8-42f8-8630-44a25d215af9 2018-11-19 06:00:26,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:26,805 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:26,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-474e7668-a4c1-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:26,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31233c27-fea4-4bf7-aca6-47a923dd4436 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-474e7668-a4c1-458-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:00:26,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-474e7668-a4c1-458-proj used request id req-31233c27-fea4-4bf7-aca6-47a923dd4436 2018-11-19 06:00:26,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:26,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1daff9be-1305-4ce2-844d-a16b8520569d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:26,971 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1daff9be-1305-4ce2-844d-a16b8520569d 2018-11-19 06:00:26,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}}' 2018-11-19 06:00:27,087 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6f06ff0-8c13-4731-855d-a4c7cacf063a Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f"}, "enabled": true, "id": "56a776b7b08940b4b7c5cb04d757893f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}} 2018-11-19 06:00:27,087 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a6f06ff0-8c13-4731-855d-a4c7cacf063a 2018-11-19 06:00:27,088 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-474e7668-a4c1-458-proj 2018-11-19 06:00:27,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:27,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:27,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["KkIF-EJ3Qw27ow25y2k2IA"], "issued_at": "2018-11-19T06:00:27.000000Z"}} 2018-11-19 06:00:27,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f44029d695de45ba859becc80f327a7c5ae8fb9b" 2018-11-19 06:00:27,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c8c7e74-958d-4b1b-a5d5-4ec4bda73e86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:27,565 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6c8c7e74-958d-4b1b-a5d5-4ec4bda73e86 2018-11-19 06:00:27,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:27,574 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:27,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f44029d695de45ba859becc80f327a7c5ae8fb9b" 2018-11-19 06:00:27,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec12bce-94ab-4c22-832e-83325b153a5a Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:27,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5ec12bce-94ab-4c22-832e-83325b153a5a 2018-11-19 06:00:27,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-474e7668-a4c1-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f44029d695de45ba859becc80f327a7c5ae8fb9b" 2018-11-19 06:00:27,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4cb0203-ee4e-4071-a18a-527ba2830588 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-474e7668-a4c1-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f"}, "enabled": true, "id": "56a776b7b08940b4b7c5cb04d757893f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}]} 2018-11-19 06:00:27,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-474e7668-a4c1-458-proj used request id req-b4cb0203-ee4e-4071-a18a-527ba2830588 2018-11-19 06:00:27,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f44029d695de45ba859becc80f327a7c5ae8fb9b" 2018-11-19 06:00:27,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a58cd2b1-88a8-44be-9048-0be088ee3a6e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:27,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a58cd2b1-88a8-44be-9048-0be088ee3a6e 2018-11-19 06:00:28,237 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-474e7668-a4c1-458-user 2018-11-19 06:00:28,237 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:28,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:28,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81d9cbd-8883-4a89-acf7-d509c9dc96c9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:28,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b81d9cbd-8883-4a89-acf7-d509c9dc96c9 2018-11-19 06:00:28,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" -d '{"role": {"name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj-role"}}' 2018-11-19 06:00:28,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08852a1f-c102-488d-83f7-7ddbff16bd34 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3d0073d1db354c17a4eeb72b7c4d126d", "links": {"self": "http://172.30.9.21:5000/v3/roles/3d0073d1db354c17a4eeb72b7c4d126d"}, "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj-role"}} 2018-11-19 06:00:28,530 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-08852a1f-c102-488d-83f7-7ddbff16bd34 2018-11-19 06:00:28,530 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-474e7668-a4c1-458-proj-role 2018-11-19 06:00:28,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3d0073d1db354c17a4eeb72b7c4d126d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:28,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2bd85e8-cbc9-453a-9a8e-cc4f2f5ba4da Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/3d0073d1db354c17a4eeb72b7c4d126d"}, "domain_id": null, "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj-role", "id": "3d0073d1db354c17a4eeb72b7c4d126d"}} 2018-11-19 06:00:28,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3d0073d1db354c17a4eeb72b7c4d126d used request id req-c2bd85e8-cbc9-453a-9a8e-cc4f2f5ba4da 2018-11-19 06:00:28,628 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-474e7668-a4c1-458-proj-role to project CreateSecurityGroupTests-474e7668-a4c1-458-proj 2018-11-19 06:00:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f/users/d2fa2433c5d3482b94d6e0c3b5ab7ae7/roles/3d0073d1db354c17a4eeb72b7c4d126d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:28,741 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f1a4dffe-f719-436e-88a8-35304ede55bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:28,742 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f/users/d2fa2433c5d3482b94d6e0c3b5ab7ae7/roles/3d0073d1db354c17a4eeb72b7c4d126d used request id req-f1a4dffe-f719-436e-88a8-35304ede55bc 2018-11-19 06:00:28,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:28,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:29,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dPqXoaFJQpWlyTIALKs1Pg"], "issued_at": "2018-11-19T06:00:29.000000Z"}} 2018-11-19 06:00:29,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:29,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e17421f6-1879-42f3-a592-26930f644d1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:29,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e17421f6-1879-42f3-a592-26930f644d1b 2018-11-19 06:00:29,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:29,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-79e0b116-456e-4428-a451-652c8dc95b05 Date: Mon, 19 Nov 2018 06:00:29 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:29,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name&description=hello+group used request id req-79e0b116-456e-4428-a451-652c8dc95b05 2018-11-19 06:00:29,496 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name... 2018-11-19 06:00:29,496 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name 2018-11-19 06:00:29,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:29,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:29,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-474e7668-a4c1-458-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:29,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b1eeba9-c474-42c9-b527-022d840256a2 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-474e7668-a4c1-458-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f"}, "enabled": true, "id": "56a776b7b08940b4b7c5cb04d757893f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}]} 2018-11-19 06:00:29,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-474e7668-a4c1-458-proj used request id req-5b1eeba9-c474-42c9-b527-022d840256a2 2018-11-19 06:00:29,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" -d '{"security_group": {"tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name", "description": "hello group"}}' 2018-11-19 06:00:30,094 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-468cc4fe-339b-41a9-810a-f83b70c2722f Date: Mon, 19 Nov 2018 06:00:30 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "0176282c-b3b7-49a2-a396-7127bb5e3321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "c70b289e-bb42-438c-901e-a09d09832854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 2, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name"}} 2018-11-19 06:00:30,094 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-468cc4fe-339b-41a9-810a-f83b70c2722f 2018-11-19 06:00:30,095 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:30,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:30,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dfe1eb43-86fa-4ca4-b003-7fa6e0d72347 Date: Mon, 19 Nov 2018 06:00:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:30,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-dfe1eb43-86fa-4ca4-b003-7fa6e0d72347 2018-11-19 06:00:30,268 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:30,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:30,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-60f8c99b-4900-4bce-bd4e-05ab4397cf0f Date: Mon, 19 Nov 2018 06:00:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:30,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-60f8c99b-4900-4bce-bd4e-05ab4397cf0f 2018-11-19 06:00:30,452 - neutron_utils - INFO - Retrieving security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:30,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:30,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a9e98365-8406-4c75-a3f5-493e1850d3d1 Date: Mon, 19 Nov 2018 06:00:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "0176282c-b3b7-49a2-a396-7127bb5e3321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "c70b289e-bb42-438c-901e-a09d09832854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 2, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name"}]} 2018-11-19 06:00:30,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-a9e98365-8406-4c75-a3f5-493e1850d3d1 2018-11-19 06:00:30,649 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:30,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:30,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3ef48720-002e-47bb-80a8-e6393c0aecd2 Date: Mon, 19 Nov 2018 06:00:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:30,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-3ef48720-002e-47bb-80a8-e6393c0aecd2 2018-11-19 06:00:30,673 - neutron_utils - INFO - Retrieving security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:30,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:30,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-86186001-2635-4329-8d1b-36c19655f640 Date: Mon, 19 Nov 2018 06:00:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "0176282c-b3b7-49a2-a396-7127bb5e3321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "c70b289e-bb42-438c-901e-a09d09832854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 2, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name"}]} 2018-11-19 06:00:30,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-86186001-2635-4329-8d1b-36c19655f640 2018-11-19 06:00:30,724 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:30,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:30,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-da4caf4d-316f-4fba-91cf-d27c291e043c Date: Mon, 19 Nov 2018 06:00:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:30,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-da4caf4d-316f-4fba-91cf-d27c291e043c 2018-11-19 06:00:30,907 - neutron_utils - INFO - Retrieving security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:30,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:31,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7d027faa-967a-4001-a91b-7c5e3f79fcc5 Date: Mon, 19 Nov 2018 06:00:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "0176282c-b3b7-49a2-a396-7127bb5e3321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "c70b289e-bb42-438c-901e-a09d09832854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 2, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name"}]} 2018-11-19 06:00:31,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-7d027faa-967a-4001-a91b-7c5e3f79fcc5 2018-11-19 06:00:31,113 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:31,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2876f2a1-2dd7-4240-83f2-66f99820d93b Date: Mon, 19 Nov 2018 06:00:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:31,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-2876f2a1-2dd7-4240-83f2-66f99820d93b 2018-11-19 06:00:31,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:31,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d0073d1db354c17a4eeb72b7c4d126d", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj-role"}], "expires_at": "2018-11-19T07:00:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56a776b7b08940b4b7c5cb04d757893f", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-474e7668-a4c1-458-user", "id": "d2fa2433c5d3482b94d6e0c3b5ab7ae7"}, "audit_ids": ["JxMUX0wPQSa7ACGh7kexnw"], "issued_at": "2018-11-19T06:00:31.000000Z"}} 2018-11-19 06:00:31,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc45a6eb0b337ac8b93b52a61458448364e6ed5" 2018-11-19 06:00:31,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-37103f34-d088-4c73-addd-4e89c3508891 Date: Mon, 19 Nov 2018 06:00:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "0176282c-b3b7-49a2-a396-7127bb5e3321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "c70b289e-bb42-438c-901e-a09d09832854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 2, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name"}]} 2018-11-19 06:00:31,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name&description=hello+group used request id req-37103f34-d088-4c73-addd-4e89c3508891 2018-11-19 06:00:31,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:31,818 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:31,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ade1d20dbe02bcd70657c5432dd7f65e2e4746b0" 2018-11-19 06:00:31,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3873219-0747-4533-9d9d-d7de795a851d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f"}, "enabled": true, "id": "56a776b7b08940b4b7c5cb04d757893f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}} 2018-11-19 06:00:31,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f used request id req-e3873219-0747-4533-9d9d-d7de795a851d 2018-11-19 06:00:31,907 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:31,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc45a6eb0b337ac8b93b52a61458448364e6ed5" 2018-11-19 06:00:32,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ee5b7dec-c367-44dd-92de-241df287978b Date: Mon, 19 Nov 2018 06:00:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:32,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-ee5b7dec-c367-44dd-92de-241df287978b 2018-11-19 06:00:32,092 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:32,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cc45a6eb0b337ac8b93b52a61458448364e6ed5" 2018-11-19 06:00:32,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13c19876-0977-441e-8204-192e47f0d489 Date: Mon, 19 Nov 2018 06:00:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:32,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-13c19876-0977-441e-8204-192e47f0d489 2018-11-19 06:00:32,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:32,276 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:32,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3d0073d1db354c17a4eeb72b7c4d126d", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj-role"}], "expires_at": "2018-11-19T07:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56a776b7b08940b4b7c5cb04d757893f", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56a776b7b08940b4b7c5cb04d757893f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-474e7668-a4c1-458-user", "id": "d2fa2433c5d3482b94d6e0c3b5ab7ae7"}, "audit_ids": ["ouMJDuiRR-K86LHRFpyd4w"], "issued_at": "2018-11-19T06:00:32.000000Z"}} 2018-11-19 06:00:32,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8851bb068d2e3524fa2e05ca401a47e794b4b7" 2018-11-19 06:00:32,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45f3e23a-7d05-4f5a-991b-ae48599fcd88 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:32,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-45f3e23a-7d05-4f5a-991b-ae48599fcd88 2018-11-19 06:00:32,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8851bb068d2e3524fa2e05ca401a47e794b4b7" 2018-11-19 06:00:32,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-f86b4189-a91a-4c21-8d14-fe4b9547b0dd Date: Mon, 19 Nov 2018 06:00:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "0176282c-b3b7-49a2-a396-7127bb5e3321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "c70b289e-bb42-438c-901e-a09d09832854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 2, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name"}]} 2018-11-19 06:00:32,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name used request id req-f86b4189-a91a-4c21-8d14-fe4b9547b0dd 2018-11-19 06:00:32,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:32,926 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:32,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8851bb068d2e3524fa2e05ca401a47e794b4b7" 2018-11-19 06:00:33,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bd4c41d-6ee7-42ef-b7e4-af878e5e6ddb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f"}, "enabled": true, "id": "56a776b7b08940b4b7c5cb04d757893f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}} 2018-11-19 06:00:33,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f used request id req-2bd4c41d-6ee7-42ef-b7e4-af878e5e6ddb 2018-11-19 06:00:33,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:33,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8851bb068d2e3524fa2e05ca401a47e794b4b7" 2018-11-19 06:00:33,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3805b6db-c6ae-4422-8852-d5288647fce5 Date: Mon, 19 Nov 2018 06:00:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:33,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-3805b6db-c6ae-4422-8852-d5288647fce5 2018-11-19 06:00:33,178 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:33,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8851bb068d2e3524fa2e05ca401a47e794b4b7" 2018-11-19 06:00:33,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-20d57b1a-bd43-46c8-8309-588e09c521dc Date: Mon, 19 Nov 2018 06:00:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:33,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-20d57b1a-bd43-46c8-8309-588e09c521dc 2018-11-19 06:00:33,357 - neutron_utils - INFO - Retrieving security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:33,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8851bb068d2e3524fa2e05ca401a47e794b4b7" 2018-11-19 06:00:33,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-662eefc5-dac6-4641-afca-9d394a7b345d Date: Mon, 19 Nov 2018 06:00:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "0176282c-b3b7-49a2-a396-7127bb5e3321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "c70b289e-bb42-438c-901e-a09d09832854", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 2, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "name": "CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name"}]} 2018-11-19 06:00:33,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-662eefc5-dac6-4641-afca-9d394a7b345d 2018-11-19 06:00:33,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - bb0d67e2-757f-45e0-83b2-7b2f108bfba4 2018-11-19 06:00:33,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8851bb068d2e3524fa2e05ca401a47e794b4b7" 2018-11-19 06:00:33,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c71e33f3-25f9-45df-b845-91cda1c503d6 Date: Mon, 19 Nov 2018 06:00:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "0176282c-b3b7-49a2-a396-7127bb5e3321"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "bb0d67e2-757f-45e0-83b2-7b2f108bfba4", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "c70b289e-bb42-438c-901e-a09d09832854"}]} 2018-11-19 06:00:33,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-c71e33f3-25f9-45df-b845-91cda1c503d6 2018-11-19 06:00:33,726 - neutron_utils - INFO - Deleting security group rule with ID - 0176282c-b3b7-49a2-a396-7127bb5e3321 2018-11-19 06:00:33,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0176282c-b3b7-49a2-a396-7127bb5e3321 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:33,829 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0d9e5827-f21b-4b29-bea4-cbc4f1a02a85 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:33,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0176282c-b3b7-49a2-a396-7127bb5e3321 used request id req-0d9e5827-f21b-4b29-bea4-cbc4f1a02a85 2018-11-19 06:00:33,830 - neutron_utils - INFO - Deleting security group rule with ID - c70b289e-bb42-438c-901e-a09d09832854 2018-11-19 06:00:33,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c70b289e-bb42-438c-901e-a09d09832854 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:34,084 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67e4ce3b-b944-49e7-b7b2-1da8b33109ef Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:34,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c70b289e-bb42-438c-901e-a09d09832854 used request id req-67e4ce3b-b944-49e7-b7b2-1da8b33109ef 2018-11-19 06:00:34,085 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c3a0d7f1-fb6c-4642-8fcd-1d46d5f493e1name 2018-11-19 06:00:34,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/bb0d67e2-757f-45e0-83b2-7b2f108bfba4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28f37ca29498e14d60dea54598aabd81a475256a" 2018-11-19 06:00:34,350 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-190c7e54-0961-4724-b87b-45993d14307c Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:34,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/bb0d67e2-757f-45e0-83b2-7b2f108bfba4 used request id req-190c7e54-0961-4724-b87b-45993d14307c 2018-11-19 06:00:34,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:34,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3c94f996-55b6-4b4e-9937-bdf1ae692a19 Date: Mon, 19 Nov 2018 06:00:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "updated_at": "2018-11-19T06:00:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "2d6a6729-9d46-4576-ae10-2e7635318efe", "remote_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "577e9957-fad9-4bea-a422-54f3995f3295", "remote_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "e5ad2b90-6700-494a-9c84-87d994ab2f66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv6", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "revision_number": 0, "id": "e5e7d226-4999-4610-84e6-b3c3d6e795a9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "port_range_min": null, "ethertype": "IPv4", "project_id": "56a776b7b08940b4b7c5cb04d757893f"}], "revision_number": 4, "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "name": "default"}]} 2018-11-19 06:00:34,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3c94f996-55b6-4b4e-9937-bdf1ae692a19 2018-11-19 06:00:34,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:34,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9edc8e6-5c0b-413f-9cf1-25e60724d343 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:00:34,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-d9edc8e6-5c0b-413f-9cf1-25e60724d343 2018-11-19 06:00:34,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:34,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9718f5b3-6f3b-470f-a830-f38fcb714da4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:00:34,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-9718f5b3-6f3b-470f-a830-f38fcb714da4 2018-11-19 06:00:34,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:34,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13aad093-8fe7-4c48-965e-bfd378053b80 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:00:34,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-13aad093-8fe7-4c48-965e-bfd378053b80 2018-11-19 06:00:34,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:34,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6968ac50-86a7-48fb-ac49-b1c8c3d487af Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f"}, "enabled": true, "id": "56a776b7b08940b4b7c5cb04d757893f", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-474e7668-a4c1-458-proj"}} 2018-11-19 06:00:34,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f used request id req-6968ac50-86a7-48fb-ac49-b1c8c3d487af 2018-11-19 06:00:34,915 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d555fb0f-1910-45f7-8755-31f02abab3eb 2018-11-19 06:00:34,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d555fb0f-1910-45f7-8755-31f02abab3eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:35,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9979ca7d-cb51-45ba-9250-5f7b4f386357 Date: Mon, 19 Nov 2018 06:00:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "2d6a6729-9d46-4576-ae10-2e7635318efe"}, {"remote_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "577e9957-fad9-4bea-a422-54f3995f3295"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "e5ad2b90-6700-494a-9c84-87d994ab2f66"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:29Z", "security_group_id": "d555fb0f-1910-45f7-8755-31f02abab3eb", "port_range_min": null, "revision_number": 0, "tenant_id": "56a776b7b08940b4b7c5cb04d757893f", "created_at": "2018-11-19T06:00:29Z", "project_id": "56a776b7b08940b4b7c5cb04d757893f", "id": "e5e7d226-4999-4610-84e6-b3c3d6e795a9"}]} 2018-11-19 06:00:35,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d555fb0f-1910-45f7-8755-31f02abab3eb used request id req-9979ca7d-cb51-45ba-9250-5f7b4f386357 2018-11-19 06:00:35,101 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:00:35,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d555fb0f-1910-45f7-8755-31f02abab3eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:35,395 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3d87500-6fec-462f-84f9-acf1785a6b07 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:35,395 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d555fb0f-1910-45f7-8755-31f02abab3eb used request id req-a3d87500-6fec-462f-84f9-acf1785a6b07 2018-11-19 06:00:35,395 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-474e7668-a4c1-458-proj 2018-11-19 06:00:35,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:35,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e5f7830-d4a4-4028-874e-1a785760c45e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:35,606 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/56a776b7b08940b4b7c5cb04d757893f used request id req-9e5f7830-d4a4-4028-874e-1a785760c45e 2018-11-19 06:00:35,607 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-474e7668-a4c1-458-proj-role 2018-11-19 06:00:35,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3d0073d1db354c17a4eeb72b7c4d126d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:35,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e622bb5-8174-40f6-b2b1-660853e3f694 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:35,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3d0073d1db354c17a4eeb72b7c4d126d used request id req-2e622bb5-8174-40f6-b2b1-660853e3f694 2018-11-19 06:00:35,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c5e344765f6742159e987a5c72e87d871d9562" 2018-11-19 06:00:35,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e837e99-8f39-4d7c-9b99-f1c3cac5c05b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:35,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8e837e99-8f39-4d7c-9b99-f1c3cac5c05b 2018-11-19 06:00:35,801 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-474e7668-a4c1-458-user 2018-11-19 06:00:35,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d2fa2433c5d3482b94d6e0c3b5ab7ae7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f44029d695de45ba859becc80f327a7c5ae8fb9b" 2018-11-19 06:00:35,978 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1573ed36-b984-4736-8f4f-c21e139aec0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:35,979 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d2fa2433c5d3482b94d6e0c3b5ab7ae7 used request id req-1573ed36-b984-4736-8f4f-c21e139aec0a 2018-11-19 06:00:35,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:36,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wFpyWgQvT42e68ddDM_Ssw"], "issued_at": "2018-11-19T06:00:36.000000Z"}} 2018-11-19 06:00:36,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9f5bfe4f7727d8deec140e9e61f849a7bbcb29" 2018-11-19 06:00:36,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7de43d00-9982-4262-8519-388e3638517b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:36,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7de43d00-9982-4262-8519-388e3638517b 2018-11-19 06:00:36,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:36,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:36,826 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["eKp8RpkSSzmrqnhBr-uwTA"], "issued_at": "2018-11-19T06:00:36.000000Z"}} 2018-11-19 06:00:36,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:36,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca72f9e8-212a-4036-82b1-8edd805ce642 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:36,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ca72f9e8-212a-4036-82b1-8edd805ce642 2018-11-19 06:00:36,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:36,926 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:36,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:37,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-101ae28c-5cd4-4e4b-999a-a1dd2c657996 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:00:37,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj used request id req-101ae28c-5cd4-4e4b-999a-a1dd2c657996 2018-11-19 06:00:37,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:37,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbe8ebce-51e4-4c1a-8cff-f04874473707 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:37,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bbe8ebce-51e4-4c1a-8cff-f04874473707 2018-11-19 06:00:37,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj"}}' 2018-11-19 06:00:37,213 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4efe948a-e950-4845-97b1-6477251916d9 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801"}, "enabled": true, "id": "95c6af55dcfe42a7aee38fe169593801", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj"}} 2018-11-19 06:00:37,213 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4efe948a-e950-4845-97b1-6477251916d9 2018-11-19 06:00:37,213 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj 2018-11-19 06:00:37,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:37,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:37,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gH92FUVDR_ewfTKduePWMA"], "issued_at": "2018-11-19T06:00:37.000000Z"}} 2018-11-19 06:00:37,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e003a4fec2aa057cc96a6f9311c79e7a13479b84" 2018-11-19 06:00:37,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa8f3ee6-28a6-4028-bd1a-3bfdd6a40c37 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:37,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fa8f3ee6-28a6-4028-bd1a-3bfdd6a40c37 2018-11-19 06:00:37,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:37,622 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:37,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e003a4fec2aa057cc96a6f9311c79e7a13479b84" 2018-11-19 06:00:37,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7d0b680-caf7-4588-b69a-196567e21b22 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:37,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b7d0b680-caf7-4588-b69a-196567e21b22 2018-11-19 06:00:37,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e003a4fec2aa057cc96a6f9311c79e7a13479b84" 2018-11-19 06:00:37,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ee6c86b-fa9d-407c-8f10-eacb93f251db Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801"}, "enabled": true, "id": "95c6af55dcfe42a7aee38fe169593801", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj"}]} 2018-11-19 06:00:37,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj used request id req-5ee6c86b-fa9d-407c-8f10-eacb93f251db 2018-11-19 06:00:37,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e003a4fec2aa057cc96a6f9311c79e7a13479b84" 2018-11-19 06:00:37,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fe62396-9467-495e-873e-a9e39dc98635 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:37,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5fe62396-9467-495e-873e-a9e39dc98635 2018-11-19 06:00:38,272 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-dce4bc4d-e3f5-439-user 2018-11-19 06:00:38,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:38,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:38,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b75c9144-cdaa-4130-b1d8-84378a9d718c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:38,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b75c9144-cdaa-4130-b1d8-84378a9d718c 2018-11-19 06:00:38,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" -d '{"role": {"name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj-role"}}' 2018-11-19 06:00:38,470 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1783d82d-b024-4360-b9a7-777e786ae704 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "84f1414a71f2443dba6bc059fe303bfa", "links": {"self": "http://172.30.9.21:5000/v3/roles/84f1414a71f2443dba6bc059fe303bfa"}, "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj-role"}} 2018-11-19 06:00:38,470 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1783d82d-b024-4360-b9a7-777e786ae704 2018-11-19 06:00:38,471 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj-role 2018-11-19 06:00:38,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/84f1414a71f2443dba6bc059fe303bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:38,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b648da-4ae7-4075-8d87-0136f5ac0afd Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/84f1414a71f2443dba6bc059fe303bfa"}, "domain_id": null, "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj-role", "id": "84f1414a71f2443dba6bc059fe303bfa"}} 2018-11-19 06:00:38,493 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/84f1414a71f2443dba6bc059fe303bfa used request id req-41b648da-4ae7-4075-8d87-0136f5ac0afd 2018-11-19 06:00:38,493 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj-role to project CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj 2018-11-19 06:00:38,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801/users/10ebc4d3effa43818ca3e704637169a1/roles/84f1414a71f2443dba6bc059fe303bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:38,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81981264-4fb4-49d0-9222-9263c235b854 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:38,622 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801/users/10ebc4d3effa43818ca3e704637169a1/roles/84f1414a71f2443dba6bc059fe303bfa used request id req-81981264-4fb4-49d0-9222-9263c235b854 2018-11-19 06:00:38,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:38,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:38,998 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["AvNzHfK2QMmnoD1CohRD4A"], "issued_at": "2018-11-19T06:00:39.000000Z"}} 2018-11-19 06:00:38,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:39,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b32574a-8a1b-4af3-a3a3-0cfb9f3997c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:39,083 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6b32574a-8a1b-4af3-a3a3-0cfb9f3997c6 2018-11-19 06:00:39,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:39,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-7199ffdb-7a25-4d73-a777-9008e598237d Date: Mon, 19 Nov 2018 06:00:39 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:39,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name&description=hello+group used request id req-7199ffdb-7a25-4d73-a777-9008e598237d 2018-11-19 06:00:39,280 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name... 2018-11-19 06:00:39,281 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name 2018-11-19 06:00:39,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:39,290 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:39,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:39,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-939f8ba6-f1f5-4ba9-a5cc-36ead45be2cd Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801"}, "enabled": true, "id": "95c6af55dcfe42a7aee38fe169593801", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj"}]} 2018-11-19 06:00:39,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj used request id req-939f8ba6-f1f5-4ba9-a5cc-36ead45be2cd 2018-11-19 06:00:39,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" -d '{"security_group": {"tenant_id": "95c6af55dcfe42a7aee38fe169593801", "name": "CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name", "description": "hello group"}}' 2018-11-19 06:00:39,866 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-8b948adc-952e-402d-9981-e9b835a8ce4b Date: Mon, 19 Nov 2018 06:00:39 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "updated_at": "2018-11-19T06:00:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "46481f68-cb17-450c-b86b-928fc61407a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv6", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv4", "project_id": "95c6af55dcfe42a7aee38fe169593801"}], "revision_number": 2, "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "name": "CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name"}} 2018-11-19 06:00:39,866 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-8b948adc-952e-402d-9981-e9b835a8ce4b 2018-11-19 06:00:39,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:39,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2038eaf3-ef9f-4b92-b4b9-6d5626443cfa Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "46481f68-cb17-450c-b86b-928fc61407a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9"}]} 2018-11-19 06:00:40,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-2038eaf3-ef9f-4b92-b4b9-6d5626443cfa 2018-11-19 06:00:40,031 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:40,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b04c69dd-5cf7-46eb-a273-dc2e5078273c Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "46481f68-cb17-450c-b86b-928fc61407a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9"}]} 2018-11-19 06:00:40,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-b04c69dd-5cf7-46eb-a273-dc2e5078273c 2018-11-19 06:00:40,213 - neutron_utils - INFO - Retrieving security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:40,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-009cae3e-7e4b-4b57-b601-53a2b4a7bd82 Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "updated_at": "2018-11-19T06:00:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "46481f68-cb17-450c-b86b-928fc61407a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv6", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv4", "project_id": "95c6af55dcfe42a7aee38fe169593801"}], "revision_number": 2, "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "name": "CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name"}]} 2018-11-19 06:00:40,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-009cae3e-7e4b-4b57-b601-53a2b4a7bd82 2018-11-19 06:00:40,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7543b4bc-688b-4dd3-924e-999dcfdbfd21 Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "46481f68-cb17-450c-b86b-928fc61407a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9"}]} 2018-11-19 06:00:40,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-7543b4bc-688b-4dd3-924e-999dcfdbfd21 2018-11-19 06:00:40,453 - neutron_utils - INFO - Retrieving security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:40,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-5a4f1071-b10a-4151-ae2b-2b7714f814ec Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "updated_at": "2018-11-19T06:00:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "46481f68-cb17-450c-b86b-928fc61407a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv6", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv4", "project_id": "95c6af55dcfe42a7aee38fe169593801"}], "revision_number": 2, "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "name": "CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name"}]} 2018-11-19 06:00:40,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-5a4f1071-b10a-4151-ae2b-2b7714f814ec 2018-11-19 06:00:40,503 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:40,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e966df99-651d-4108-85ba-adda8afaa66a Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "46481f68-cb17-450c-b86b-928fc61407a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9"}]} 2018-11-19 06:00:40,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-e966df99-651d-4108-85ba-adda8afaa66a 2018-11-19 06:00:40,528 - neutron_utils - INFO - Retrieving security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:40,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-23f87f01-2e4b-4f0f-bb28-8b30ebda7604 Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "updated_at": "2018-11-19T06:00:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "46481f68-cb17-450c-b86b-928fc61407a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv6", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv4", "project_id": "95c6af55dcfe42a7aee38fe169593801"}], "revision_number": 2, "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "name": "CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name"}]} 2018-11-19 06:00:40,805 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-23f87f01-2e4b-4f0f-bb28-8b30ebda7604 2018-11-19 06:00:40,806 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:40,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:40,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6c00057a-d406-4f89-8182-c3fc9166d618 Date: Mon, 19 Nov 2018 06:00:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "46481f68-cb17-450c-b86b-928fc61407a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9"}]} 2018-11-19 06:00:40,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-6c00057a-d406-4f89-8182-c3fc9166d618 2018-11-19 06:00:40,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:41,361 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "84f1414a71f2443dba6bc059fe303bfa", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj-role"}], "expires_at": "2018-11-19T07:00:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95c6af55dcfe42a7aee38fe169593801", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/95c6af55dcfe42a7aee38fe169593801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/95c6af55dcfe42a7aee38fe169593801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/95c6af55dcfe42a7aee38fe169593801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/95c6af55dcfe42a7aee38fe169593801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/95c6af55dcfe42a7aee38fe169593801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/95c6af55dcfe42a7aee38fe169593801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/95c6af55dcfe42a7aee38fe169593801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/95c6af55dcfe42a7aee38fe169593801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/95c6af55dcfe42a7aee38fe169593801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/95c6af55dcfe42a7aee38fe169593801", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/95c6af55dcfe42a7aee38fe169593801", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/95c6af55dcfe42a7aee38fe169593801", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-user", "id": "10ebc4d3effa43818ca3e704637169a1"}, "audit_ids": ["2dYnTUQUTNu6ZuDDXp-z9g"], "issued_at": "2018-11-19T06:00:41.000000Z"}} 2018-11-19 06:00:41,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6dce6809da127d919588a3831b9ea89031f649" 2018-11-19 06:00:41,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3de06f27-7874-425c-9e0e-6d9f7d970c91 Date: Mon, 19 Nov 2018 06:00:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "updated_at": "2018-11-19T06:00:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "46481f68-cb17-450c-b86b-928fc61407a4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv6", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv4", "project_id": "95c6af55dcfe42a7aee38fe169593801"}], "revision_number": 2, "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "name": "CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name"}]} 2018-11-19 06:00:41,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name&description=hello+group used request id req-3de06f27-7874-425c-9e0e-6d9f7d970c91 2018-11-19 06:00:41,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:41,591 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:41,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f9f5bfe4f7727d8deec140e9e61f849a7bbcb29" 2018-11-19 06:00:41,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e38ea628-85ec-4a15-98d6-f55aa7337756 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801"}, "enabled": true, "id": "95c6af55dcfe42a7aee38fe169593801", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj"}} 2018-11-19 06:00:41,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801 used request id req-e38ea628-85ec-4a15-98d6-f55aa7337756 2018-11-19 06:00:41,673 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:41,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6dce6809da127d919588a3831b9ea89031f649" 2018-11-19 06:00:41,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a865a1b6-6833-42d6-9ed7-46b7d85d8228 Date: Mon, 19 Nov 2018 06:00:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "46481f68-cb17-450c-b86b-928fc61407a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9"}]} 2018-11-19 06:00:41,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-a865a1b6-6833-42d6-9ed7-46b7d85d8228 2018-11-19 06:00:41,834 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8b04cff7-d15c-4d6b-8e29-5190a03ff693 2018-11-19 06:00:41,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8b6dce6809da127d919588a3831b9ea89031f649" 2018-11-19 06:00:42,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4517a589-4a96-423f-a365-9db41d9df9a8 Date: Mon, 19 Nov 2018 06:00: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-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "46481f68-cb17-450c-b86b-928fc61407a4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "8b04cff7-d15c-4d6b-8e29-5190a03ff693", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f7f601e-8038-47e7-840e-2669ab48a5c9"}]} 2018-11-19 06:00:42,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-4517a589-4a96-423f-a365-9db41d9df9a8 2018-11-19 06:00:42,009 - neutron_utils - INFO - Deleting security group rule with ID - 8f7f601e-8038-47e7-840e-2669ab48a5c9 2018-11-19 06:00:42,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8f7f601e-8038-47e7-840e-2669ab48a5c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:42,263 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2052c262-31da-4be0-968e-b8358e01cd56 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:42,263 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8f7f601e-8038-47e7-840e-2669ab48a5c9 used request id req-2052c262-31da-4be0-968e-b8358e01cd56 2018-11-19 06:00:42,263 - neutron_utils - INFO - Deleting security group rule with ID - 46481f68-cb17-450c-b86b-928fc61407a4 2018-11-19 06:00:42,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/46481f68-cb17-450c-b86b-928fc61407a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:42,489 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab465cf8-af85-4821-8b8b-d48a7527c34e Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:42,490 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/46481f68-cb17-450c-b86b-928fc61407a4 used request id req-ab465cf8-af85-4821-8b8b-d48a7527c34e 2018-11-19 06:00:42,490 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-fd8d258b-fa06-4c80-937c-8b627a828f93name 2018-11-19 06:00:42,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8b04cff7-d15c-4d6b-8e29-5190a03ff693 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f1948c123a0e972919cd4d6fb1a58ac29ce5397" 2018-11-19 06:00:42,595 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-24abf8ab-3cec-438d-b125-f6bb0e6a6f5c Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:42,595 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8b04cff7-d15c-4d6b-8e29-5190a03ff693 used request id req-24abf8ab-3cec-438d-b125-f6bb0e6a6f5c 2018-11-19 06:00:42,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:42,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dccceff1-1c32-4b0b-aced-b5eb9ed90bec Date: Mon, 19 Nov 2018 06:00:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "updated_at": "2018-11-19T06:00:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "37f911fd-08b6-427d-a6b4-a16f1467f37b", "remote_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv4", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "6598d905-8902-43af-bc58-540880d4395f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv4", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "8f6ca4ee-3508-46e6-bd51-f66007cafa9e", "remote_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv6", "project_id": "95c6af55dcfe42a7aee38fe169593801"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "revision_number": 0, "id": "c4ab1d31-20f6-4371-993d-62e6dc1511f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "port_range_min": null, "ethertype": "IPv6", "project_id": "95c6af55dcfe42a7aee38fe169593801"}], "revision_number": 4, "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:00:42,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-dccceff1-1c32-4b0b-aced-b5eb9ed90bec 2018-11-19 06:00:42,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:42,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a394a27-eaf8-44cf-8919-b252351ad784 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:00:42,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-2a394a27-eaf8-44cf-8919-b252351ad784 2018-11-19 06:00:42,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:43,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-822241a1-f404-4bd1-895e-b7ffe3f095c3 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801"}, "enabled": true, "id": "95c6af55dcfe42a7aee38fe169593801", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj"}} 2018-11-19 06:00:43,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801 used request id req-822241a1-f404-4bd1-895e-b7ffe3f095c3 2018-11-19 06:00:43,002 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 38e40b5d-36dc-4437-a39b-01aae0df9791 2018-11-19 06:00:43,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=38e40b5d-36dc-4437-a39b-01aae0df9791 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:43,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0e8621d3-c9de-4c7e-b9ea-ef5620e032d3 Date: Mon, 19 Nov 2018 06:00:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "37f911fd-08b6-427d-a6b4-a16f1467f37b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "6598d905-8902-43af-bc58-540880d4395f"}, {"remote_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "8f6ca4ee-3508-46e6-bd51-f66007cafa9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:39Z", "security_group_id": "38e40b5d-36dc-4437-a39b-01aae0df9791", "port_range_min": null, "revision_number": 0, "tenant_id": "95c6af55dcfe42a7aee38fe169593801", "created_at": "2018-11-19T06:00:39Z", "project_id": "95c6af55dcfe42a7aee38fe169593801", "id": "c4ab1d31-20f6-4371-993d-62e6dc1511f4"}]} 2018-11-19 06:00:43,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=38e40b5d-36dc-4437-a39b-01aae0df9791 used request id req-0e8621d3-c9de-4c7e-b9ea-ef5620e032d3 2018-11-19 06:00:43,188 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:00:43,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/38e40b5d-36dc-4437-a39b-01aae0df9791 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:43,483 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f792b30-ab46-447f-a9ae-9dcbfc143415 Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:43,483 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/38e40b5d-36dc-4437-a39b-01aae0df9791 used request id req-0f792b30-ab46-447f-a9ae-9dcbfc143415 2018-11-19 06:00:43,484 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj 2018-11-19 06:00:43,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:43,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b402be3-4b19-4332-a104-b6aa0c665a87 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:43,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/95c6af55dcfe42a7aee38fe169593801 used request id req-9b402be3-4b19-4332-a104-b6aa0c665a87 2018-11-19 06:00:43,665 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-dce4bc4d-e3f5-439-proj-role 2018-11-19 06:00:43,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/84f1414a71f2443dba6bc059fe303bfa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:43,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d444b5e-3228-4fb2-868d-c3218e890770 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:43,781 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/84f1414a71f2443dba6bc059fe303bfa used request id req-7d444b5e-3228-4fb2-868d-c3218e890770 2018-11-19 06:00:43,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}41f68b690b9a164d953a78d8827e54c36c30bc99" 2018-11-19 06:00:43,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962c0bf7-cc75-4eb2-90aa-5ab8e1e54e56 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:43,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-962c0bf7-cc75-4eb2-90aa-5ab8e1e54e56 2018-11-19 06:00:43,884 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-dce4bc4d-e3f5-439-user 2018-11-19 06:00:43,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/10ebc4d3effa43818ca3e704637169a1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e003a4fec2aa057cc96a6f9311c79e7a13479b84" 2018-11-19 06:00:44,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b022d8b-5d4e-42ce-945c-96b7576cb5b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:44,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/10ebc4d3effa43818ca3e704637169a1 used request id req-7b022d8b-5d4e-42ce-945c-96b7576cb5b5 2018-11-19 06:00:44,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:44,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["EsEnvoV4QiiabA_ZTUL-NA"], "issued_at": "2018-11-19T06:00:44.000000Z"}} 2018-11-19 06:00:44,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f51c27d35184284f1cc3c957dcba6b0dd9452535" 2018-11-19 06:00:44,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c56c0ca-25fb-40ff-917f-5af7c5696edd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:44,557 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c56c0ca-25fb-40ff-917f-5af7c5696edd 2018-11-19 06:00:44,558 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:44,559 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:45,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["4-m9etMLStyS1tv1lF5Hgw"], "issued_at": "2018-11-19T06:00:44.000000Z"}} 2018-11-19 06:00:45,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:45,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e931f20c-aa2c-4ef5-96bd-7a37686468c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:45,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e931f20c-aa2c-4ef5-96bd-7a37686468c9 2018-11-19 06:00:45,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:45,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:45,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7863101c-ac16-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:45,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0dc66a8-ca33-493a-926e-81f93b4dc3d5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7863101c-ac16-46a-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:00:45,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-7863101c-ac16-46a-proj used request id req-b0dc66a8-ca33-493a-926e-81f93b4dc3d5 2018-11-19 06:00:45,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:45,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d08b1340-24f6-4b7b-bf5f-0603db8ea212 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:45,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d08b1340-24f6-4b7b-bf5f-0603db8ea212 2018-11-19 06:00:45,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj"}}' 2018-11-19 06:00:45,351 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90c1aac5-0af6-4208-ae32-0557703a659f Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c"}, "enabled": true, "id": "8e206be1aac54febac85fd7e906f2d6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj"}} 2018-11-19 06:00:45,351 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-90c1aac5-0af6-4208-ae32-0557703a659f 2018-11-19 06:00:45,351 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-7863101c-ac16-46a-proj 2018-11-19 06:00:45,351 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:45,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:45,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9hvuvMJ3RFKIA95FD4Pwyw"], "issued_at": "2018-11-19T06:00:45.000000Z"}} 2018-11-19 06:00:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20a819f9607f1c269f581768671376e60b396d" 2018-11-19 06:00:45,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba504eca-c976-4ee6-b33a-23a45ebb5ffd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:45,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ba504eca-c976-4ee6-b33a-23a45ebb5ffd 2018-11-19 06:00:45,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:45,828 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:45,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20a819f9607f1c269f581768671376e60b396d" 2018-11-19 06:00:45,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54c402e2-c717-4734-a4fb-b603b7be7d3c Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:45,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-54c402e2-c717-4734-a4fb-b603b7be7d3c 2018-11-19 06:00:45,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-7863101c-ac16-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20a819f9607f1c269f581768671376e60b396d" 2018-11-19 06:00:46,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9680b70-e7e8-4b54-8d3e-09e10f0c9a84 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-7863101c-ac16-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c"}, "enabled": true, "id": "8e206be1aac54febac85fd7e906f2d6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj"}]} 2018-11-19 06:00:46,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-7863101c-ac16-46a-proj used request id req-f9680b70-e7e8-4b54-8d3e-09e10f0c9a84 2018-11-19 06:00:46,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20a819f9607f1c269f581768671376e60b396d" 2018-11-19 06:00:46,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2680d59-f76a-4b52-8130-6cdd965603fb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:46,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c2680d59-f76a-4b52-8130-6cdd965603fb 2018-11-19 06:00:46,416 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-7863101c-ac16-46a-user 2018-11-19 06:00:46,416 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:46,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:46,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f85bb83-42a0-421b-b362-9698ff7f77b6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:46,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8f85bb83-42a0-421b-b362-9698ff7f77b6 2018-11-19 06:00:46,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" -d '{"role": {"name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj-role"}}' 2018-11-19 06:00:46,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f8aaee7-d4c0-4a85-aa7c-ab168cd41e3f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1980aa4297634f77ae7b735ba883d722", "links": {"self": "http://172.30.9.21:5000/v3/roles/1980aa4297634f77ae7b735ba883d722"}, "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj-role"}} 2018-11-19 06:00:46,620 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1f8aaee7-d4c0-4a85-aa7c-ab168cd41e3f 2018-11-19 06:00:46,620 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-7863101c-ac16-46a-proj-role 2018-11-19 06:00:46,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/1980aa4297634f77ae7b735ba883d722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:46,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dba82db-7db3-4aa2-a291-a35ca3d46bbc Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/1980aa4297634f77ae7b735ba883d722"}, "domain_id": null, "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj-role", "id": "1980aa4297634f77ae7b735ba883d722"}} 2018-11-19 06:00:46,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/1980aa4297634f77ae7b735ba883d722 used request id req-8dba82db-7db3-4aa2-a291-a35ca3d46bbc 2018-11-19 06:00:46,705 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-7863101c-ac16-46a-proj-role to project CreateSecurityGroupTests-7863101c-ac16-46a-proj 2018-11-19 06:00:46,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c/users/e1363cd8c18744968152357b309ee2bf/roles/1980aa4297634f77ae7b735ba883d722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:46,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-042b1667-c636-4a67-a461-a421d71c9728 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:46,826 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c/users/e1363cd8c18744968152357b309ee2bf/roles/1980aa4297634f77ae7b735ba883d722 used request id req-042b1667-c636-4a67-a461-a421d71c9728 2018-11-19 06:00:46,827 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:46,828 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:47,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1980aa4297634f77ae7b735ba883d722", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj-role"}], "expires_at": "2018-11-19T07:00:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e206be1aac54febac85fd7e906f2d6c", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7863101c-ac16-46a-user", "id": "e1363cd8c18744968152357b309ee2bf"}, "audit_ids": ["g_u10oT9Tompy_pigiZZjw"], "issued_at": "2018-11-19T06:00:47.000000Z"}} 2018-11-19 06:00:47,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:47,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d55b90-939d-44e0-bc43-ba36c1e17998 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:47,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-93d55b90-939d-44e0-bc43-ba36c1e17998 2018-11-19 06:00:47,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:47,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c8d661e2-ac8c-4bac-9388-6c2c51e1d0df Date: Mon, 19 Nov 2018 06:00:47 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:47,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name&description=hello+group used request id req-c8d661e2-ac8c-4bac-9388-6c2c51e1d0df 2018-11-19 06:00:47,575 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name... 2018-11-19 06:00:47,575 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name 2018-11-19 06:00:47,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" -d '{"security_group": {"name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name", "description": "hello group"}}' 2018-11-19 06:00:47,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-6b72d060-eaf2-4080-9ad3-068dcb6ccd9d Date: Mon, 19 Nov 2018 06:00:47 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "789aca18-ac8d-4bca-b754-936157e17ed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 2, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name"}} 2018-11-19 06:00:47,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-6b72d060-eaf2-4080-9ad3-068dcb6ccd9d 2018-11-19 06:00:47,951 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:47,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:48,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5d35bc70-b6b4-48d4-a455-2037eec8d792 Date: Mon, 19 Nov 2018 06:00:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:48,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-5d35bc70-b6b4-48d4-a455-2037eec8d792 2018-11-19 06:00:48,126 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:48,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:48,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b280a261-7fca-4ea7-a12a-0e8c19b46042 Date: Mon, 19 Nov 2018 06:00:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:48,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-b280a261-7fca-4ea7-a12a-0e8c19b46042 2018-11-19 06:00:48,304 - neutron_utils - INFO - Retrieving security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:48,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:48,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-7f56771f-6847-4034-9358-f7813d18b3fd Date: Mon, 19 Nov 2018 06:00:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "789aca18-ac8d-4bca-b754-936157e17ed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 2, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name"}]} 2018-11-19 06:00:48,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-7f56771f-6847-4034-9358-f7813d18b3fd 2018-11-19 06:00:48,490 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:48,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:48,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6f3f8076-9251-4162-8007-f565d7638ece Date: Mon, 19 Nov 2018 06:00:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:48,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-6f3f8076-9251-4162-8007-f565d7638ece 2018-11-19 06:00:48,671 - neutron_utils - INFO - Retrieving security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:48,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:48,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-78f5d006-268b-4676-8cc5-3cb9657b3cab Date: Mon, 19 Nov 2018 06:00:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "789aca18-ac8d-4bca-b754-936157e17ed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 2, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name"}]} 2018-11-19 06:00:48,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-78f5d006-268b-4676-8cc5-3cb9657b3cab 2018-11-19 06:00:48,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:48,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:48,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b74058fe-c122-40ca-88a0-11c163d8ef97 Date: Mon, 19 Nov 2018 06:00:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:48,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-b74058fe-c122-40ca-88a0-11c163d8ef97 2018-11-19 06:00:48,905 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name 2018-11-19 06:00:48,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:49,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-b3760fde-34be-40cd-a69e-84b1b5bd6166 Date: Mon, 19 Nov 2018 06:00:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "789aca18-ac8d-4bca-b754-936157e17ed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 2, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name"}]} 2018-11-19 06:00:49,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name used request id req-b3760fde-34be-40cd-a69e-84b1b5bd6166 2018-11-19 06:00:49,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:49,114 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:49,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:49,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace8b48d-26d2-4d4e-95b0-27b0891b8051 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c"}, "enabled": true, "id": "8e206be1aac54febac85fd7e906f2d6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj"}} 2018-11-19 06:00:49,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c used request id req-ace8b48d-26d2-4d4e-95b0-27b0891b8051 2018-11-19 06:00:49,131 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:49,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:49,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d310908d-b422-4c01-a241-6cc67cddf4ea Date: Mon, 19 Nov 2018 06:00:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:49,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-d310908d-b422-4c01-a241-6cc67cddf4ea 2018-11-19 06:00:49,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}982345e0b67db7b81fdca0d2c114caf9abf05486" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_1", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": 10}}' 2018-11-19 06:00:49,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-e500afac-035a-4677-bda9-e0fb91b36425 Date: Mon, 19 Nov 2018 06:00:49 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": 10, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:49Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3"}} 2018-11-19 06:00:49,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-e500afac-035a-4677-bda9-e0fb91b36425 2018-11-19 06:00:49,712 - neutron_utils - INFO - Retrieving security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:49,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:49,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-9f163823-1c61-4039-a317-bf69ea7f281f Date: Mon, 19 Nov 2018 06:00:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:49Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "revision_number": 0, "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "789aca18-ac8d-4bca-b754-936157e17ed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 3, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name"}]} 2018-11-19 06:00:49,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-9f163823-1c61-4039-a317-bf69ea7f281f 2018-11-19 06:00:49,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:49,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:50,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-1e451cea-73e9-49fa-9a29-9aada0d024a4 Date: Mon, 19 Nov 2018 06:00:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": 10, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:49Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:50,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-1e451cea-73e9-49fa-9a29-9aada0d024a4 2018-11-19 06:00:50,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:50,465 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1980aa4297634f77ae7b735ba883d722", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj-role"}], "expires_at": "2018-11-19T07:00:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e206be1aac54febac85fd7e906f2d6c", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8e206be1aac54febac85fd7e906f2d6c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-7863101c-ac16-46a-user", "id": "e1363cd8c18744968152357b309ee2bf"}, "audit_ids": ["U9SNtRITQhqWwPu60w0F9A"], "issued_at": "2018-11-19T06:00:50.000000Z"}} 2018-11-19 06:00:50,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a353034b838470b5ec310d587fb2c5ab86b21e8" 2018-11-19 06:00:50,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-23b37eec-936c-4567-81c9-b23445d6dcdd Date: Mon, 19 Nov 2018 06:00:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:49Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "revision_number": 0, "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "789aca18-ac8d-4bca-b754-936157e17ed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 3, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name"}]} 2018-11-19 06:00:50,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name&description=hello+group used request id req-23b37eec-936c-4567-81c9-b23445d6dcdd 2018-11-19 06:00:50,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:50,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a353034b838470b5ec310d587fb2c5ab86b21e8" 2018-11-19 06:00:50,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-edfd39e3-fa21-4689-81f5-9b44550ffa84 Date: Mon, 19 Nov 2018 06:00:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": 10, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:49Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:50,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-edfd39e3-fa21-4689-81f5-9b44550ffa84 2018-11-19 06:00:50,895 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:50,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a353034b838470b5ec310d587fb2c5ab86b21e8" 2018-11-19 06:00:51,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-c2b812fc-e550-4338-9e7b-59c11adcc6b6 Date: Mon, 19 Nov 2018 06:00:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": 10, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:49Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:51,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-c2b812fc-e550-4338-9e7b-59c11adcc6b6 2018-11-19 06:00:51,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a353034b838470b5ec310d587fb2c5ab86b21e8" 2018-11-19 06:00:51,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-9ff7a19a-e2a9-426c-b0b5-a44dab409c24 Date: Mon, 19 Nov 2018 06:00:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:49Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_1", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "revision_number": 0, "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": 10, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "789aca18-ac8d-4bca-b754-936157e17ed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 3, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "name": "CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name"}]} 2018-11-19 06:00:51,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name used request id req-9ff7a19a-e2a9-426c-b0b5-a44dab409c24 2018-11-19 06:00:51,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa 2018-11-19 06:00:51,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a353034b838470b5ec310d587fb2c5ab86b21e8" 2018-11-19 06:00:51,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1495 X-Openstack-Request-Id: req-1fb0bdbf-2a45-4eaa-a8ec-315e51c09200 Date: Mon, 19 Nov 2018 06:00:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:00:49Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": 10, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:49Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "5861c7a6-d91d-42bc-a7e3-d675de9df8c3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "789aca18-ac8d-4bca-b754-936157e17ed6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "c8ef902d-3315-4cdc-a421-1ce19c9b9ea7"}]} 2018-11-19 06:00:51,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-1fb0bdbf-2a45-4eaa-a8ec-315e51c09200 2018-11-19 06:00:51,469 - neutron_utils - INFO - Deleting security group rule with ID - 789aca18-ac8d-4bca-b754-936157e17ed6 2018-11-19 06:00:51,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/789aca18-ac8d-4bca-b754-936157e17ed6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:51,561 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb42e762-f5ae-4856-be0d-c84fc011bffc Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:51,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/789aca18-ac8d-4bca-b754-936157e17ed6 used request id req-cb42e762-f5ae-4856-be0d-c84fc011bffc 2018-11-19 06:00:51,561 - neutron_utils - INFO - Deleting security group rule with ID - c8ef902d-3315-4cdc-a421-1ce19c9b9ea7 2018-11-19 06:00:51,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c8ef902d-3315-4cdc-a421-1ce19c9b9ea7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:51,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91a4e326-67d8-454c-a132-dcc484775fdf Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:51,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c8ef902d-3315-4cdc-a421-1ce19c9b9ea7 used request id req-91a4e326-67d8-454c-a132-dcc484775fdf 2018-11-19 06:00:51,790 - neutron_utils - INFO - Deleting security group rule with ID - 5861c7a6-d91d-42bc-a7e3-d675de9df8c3 2018-11-19 06:00:51,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5861c7a6-d91d-42bc-a7e3-d675de9df8c3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:51,878 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a16b03d7-d724-4809-bbf9-6a40b23062be Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:51,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5861c7a6-d91d-42bc-a7e3-d675de9df8c3 used request id req-a16b03d7-d724-4809-bbf9-6a40b23062be 2018-11-19 06:00:51,878 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-7349fe8e-d08c-4dc0-9b02-3de60390f2c8name 2018-11-19 06:00:51,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982345e0b67db7b81fdca0d2c114caf9abf05486" 2018-11-19 06:00:52,154 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d42c885b-24f5-426a-9249-f43903bfe24c Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:52,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4a7ab84e-b573-4aee-aa37-e18a2fe2b3aa used request id req-d42c885b-24f5-426a-9249-f43903bfe24c 2018-11-19 06:00:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:52,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8943043e-ea60-40e7-b962-e51eefe90756 Date: Mon, 19 Nov 2018 06:00:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "updated_at": "2018-11-19T06:00:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "3a284684-141b-482c-b13c-e4d346005a2a", "remote_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "5a9a6292-87c8-4679-af67-6017bad95508", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "d22e8ff7-3e7e-44ed-a01d-0916da520794", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "revision_number": 0, "id": "e5f74385-4693-4d69-a75e-d0fd19c7727b", "remote_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e206be1aac54febac85fd7e906f2d6c"}], "revision_number": 4, "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "4c2316df-346a-448f-add6-51e15c23064d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:00:52,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8943043e-ea60-40e7-b962-e51eefe90756 2018-11-19 06:00:52,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:52,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8794bd0-dffe-4d5a-8ebb-9e9c8a215079 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:00:52,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-e8794bd0-dffe-4d5a-8ebb-9e9c8a215079 2018-11-19 06:00:52,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:52,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bd6828c-13cd-4847-91f1-064ef830e2c4 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c"}, "enabled": true, "id": "8e206be1aac54febac85fd7e906f2d6c", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-7863101c-ac16-46a-proj"}} 2018-11-19 06:00:52,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c used request id req-6bd6828c-13cd-4847-91f1-064ef830e2c4 2018-11-19 06:00:52,560 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4c2316df-346a-448f-add6-51e15c23064d 2018-11-19 06:00:52,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c2316df-346a-448f-add6-51e15c23064d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:52,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-4e2fc8a1-200e-4fa8-a0da-b80b952bc93d Date: Mon, 19 Nov 2018 06:00:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "3a284684-141b-482c-b13c-e4d346005a2a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "5a9a6292-87c8-4679-af67-6017bad95508"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "d22e8ff7-3e7e-44ed-a01d-0916da520794"}, {"remote_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:47Z", "security_group_id": "4c2316df-346a-448f-add6-51e15c23064d", "port_range_min": null, "revision_number": 0, "tenant_id": "8e206be1aac54febac85fd7e906f2d6c", "created_at": "2018-11-19T06:00:47Z", "project_id": "8e206be1aac54febac85fd7e906f2d6c", "id": "e5f74385-4693-4d69-a75e-d0fd19c7727b"}]} 2018-11-19 06:00:52,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c2316df-346a-448f-add6-51e15c23064d used request id req-4e2fc8a1-200e-4fa8-a0da-b80b952bc93d 2018-11-19 06:00:52,732 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:00:52,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4c2316df-346a-448f-add6-51e15c23064d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:53,142 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-623e0aa5-853f-4583-95f1-4706c0ec787a Content-Length: 0 Date: Mon, 19 Nov 2018 06:00:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:00:53,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4c2316df-346a-448f-add6-51e15c23064d used request id req-623e0aa5-853f-4583-95f1-4706c0ec787a 2018-11-19 06:00:53,143 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-7863101c-ac16-46a-proj 2018-11-19 06:00:53,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:53,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f612bc6-cf2e-4839-8e86-25ccf86bc365 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:53,330 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8e206be1aac54febac85fd7e906f2d6c used request id req-3f612bc6-cf2e-4839-8e86-25ccf86bc365 2018-11-19 06:00:53,331 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-7863101c-ac16-46a-proj-role 2018-11-19 06:00:53,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/1980aa4297634f77ae7b735ba883d722 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:53,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53cbd34a-274a-4740-89a4-118769cde3cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:53,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1980aa4297634f77ae7b735ba883d722 used request id req-53cbd34a-274a-4740-89a4-118769cde3cc 2018-11-19 06:00:53,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1697e4abe313156476e2a890cc3f70f545ad1ff" 2018-11-19 06:00:53,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f70fe2a-f335-4dd5-a685-750d91114f72 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:53,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1f70fe2a-f335-4dd5-a685-750d91114f72 2018-11-19 06:00:53,615 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-7863101c-ac16-46a-user 2018-11-19 06:00:53,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e1363cd8c18744968152357b309ee2bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c20a819f9607f1c269f581768671376e60b396d" 2018-11-19 06:00:53,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eca5d85e-b70f-468a-9956-eead464e58ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:53,774 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e1363cd8c18744968152357b309ee2bf used request id req-eca5d85e-b70f-468a-9956-eead464e58ad 2018-11-19 06:00:53,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:54,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["34m3n1lXR_S_8o_a7ujRgA"], "issued_at": "2018-11-19T06:00:54.000000Z"}} 2018-11-19 06:00:54,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d030132a848ef4f7cbebb1dbcc25801aaea8f965" 2018-11-19 06:00:54,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f99bce-aaa2-4fd7-ad9b-407b61db14b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:54,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b3f99bce-aaa2-4fd7-ad9b-407b61db14b7 2018-11-19 06:00:54,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:54,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:54,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wBZAK4DfSr2ltLbdPp7EDw"], "issued_at": "2018-11-19T06:00:54.000000Z"}} 2018-11-19 06:00:54,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:00:54,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a9f2b6-1d73-46c3-8a45-c8845ef5dac3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:54,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-79a9f2b6-1d73-46c3-8a45-c8845ef5dac3 2018-11-19 06:00:54,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:54,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:54,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bda70634-c0d5-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:00:54,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48713bef-b66e-4358-afdd-cc63d81d59b9 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bda70634-c0d5-42e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:00:54,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-bda70634-c0d5-42e-proj used request id req-48713bef-b66e-4358-afdd-cc63d81d59b9 2018-11-19 06:00:54,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:00:54,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0a0056b-13e4-4b42-b2bc-a3f9d154b5a6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:54,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b0a0056b-13e4-4b42-b2bc-a3f9d154b5a6 2018-11-19 06:00:54,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj"}}' 2018-11-19 06:00:55,027 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4387681e-57fc-4b46-9405-3acf2b2b2f00 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc"}, "enabled": true, "id": "1b26c34ee61846338cf296e31576e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj"}} 2018-11-19 06:00:55,027 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4387681e-57fc-4b46-9405-3acf2b2b2f00 2018-11-19 06:00:55,028 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-bda70634-c0d5-42e-proj 2018-11-19 06:00:55,028 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:55,029 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:55,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:00:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["MpmjXWriR1ibtq8Tbau1pA"], "issued_at": "2018-11-19T06:00:55.000000Z"}} 2018-11-19 06:00:55,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6952226753a249168ae723d2d2fd772f583a2888" 2018-11-19 06:00:55,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-388e5d12-7c15-4782-b1d5-739b8bbbab5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:55,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-388e5d12-7c15-4782-b1d5-739b8bbbab5e 2018-11-19 06:00:55,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:55,499 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:55,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6952226753a249168ae723d2d2fd772f583a2888" 2018-11-19 06:00:55,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d23da97-462f-4fca-b2f6-4743e92d4b25 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:00:55,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7d23da97-462f-4fca-b2f6-4743e92d4b25 2018-11-19 06:00:55,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-bda70634-c0d5-42e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6952226753a249168ae723d2d2fd772f583a2888" 2018-11-19 06:00:55,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8ec6492-9ab1-4813-b560-e4f4b4226cba Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-bda70634-c0d5-42e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc"}, "enabled": true, "id": "1b26c34ee61846338cf296e31576e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj"}]} 2018-11-19 06:00:55,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-bda70634-c0d5-42e-proj used request id req-f8ec6492-9ab1-4813-b560-e4f4b4226cba 2018-11-19 06:00:55,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6952226753a249168ae723d2d2fd772f583a2888" 2018-11-19 06:00:55,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ce4fc9-0264-48b4-b968-f952e807e9f4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:00:55,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-18ce4fc9-0264-48b4-b968-f952e807e9f4 2018-11-19 06:00:56,166 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-bda70634-c0d5-42e-user 2018-11-19 06:00:56,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:56,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:00:56,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06de116d-3985-4e31-b186-0ef5db9da769 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:00:56,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-06de116d-3985-4e31-b186-0ef5db9da769 2018-11-19 06:00:56,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" -d '{"role": {"name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role"}}' 2018-11-19 06:00:56,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-641f9b0b-a19d-4ba8-a086-9d9a6ef2795a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7f11364b124844e48fd67a37fc375512", "links": {"self": "http://172.30.9.21:5000/v3/roles/7f11364b124844e48fd67a37fc375512"}, "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role"}} 2018-11-19 06:00:56,375 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-641f9b0b-a19d-4ba8-a086-9d9a6ef2795a 2018-11-19 06:00:56,375 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role 2018-11-19 06:00:56,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7f11364b124844e48fd67a37fc375512 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:00:56,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b7ced0-1eee-4138-a8dd-9c92ba0cb7cb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7f11364b124844e48fd67a37fc375512"}, "domain_id": null, "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role", "id": "7f11364b124844e48fd67a37fc375512"}} 2018-11-19 06:00:56,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7f11364b124844e48fd67a37fc375512 used request id req-82b7ced0-1eee-4138-a8dd-9c92ba0cb7cb 2018-11-19 06:00:56,458 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role to project CreateSecurityGroupTests-bda70634-c0d5-42e-proj 2018-11-19 06:00:56,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc/users/c887accca8a845d985117882abf0d1a4/roles/7f11364b124844e48fd67a37fc375512 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:00:56,586 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:00:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfc86920-fa23-44c5-b48b-afb4a9c9e573 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:00:56,586 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc/users/c887accca8a845d985117882abf0d1a4/roles/7f11364b124844e48fd67a37fc375512 used request id req-cfc86920-fa23-44c5-b48b-afb4a9c9e573 2018-11-19 06:00:56,587 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:00:56,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:00:56,966 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f11364b124844e48fd67a37fc375512", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role"}], "expires_at": "2018-11-19T07:00:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b26c34ee61846338cf296e31576e7dc", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-user", "id": "c887accca8a845d985117882abf0d1a4"}, "audit_ids": ["m9UePOCYQJuM6bhxeeVdeQ"], "issued_at": "2018-11-19T06:00:56.000000Z"}} 2018-11-19 06:00:56,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:57,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4dfb6be-cf0e-4c2f-a6ac-5c5405a0c7a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:00:57,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a4dfb6be-cf0e-4c2f-a6ac-5c5405a0c7a7 2018-11-19 06:00:57,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:57,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2852b929-09ff-4b61-9072-ebdac30eb34a Date: Mon, 19 Nov 2018 06:00:57 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:00:57,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname&description=hello+group used request id req-2852b929-09ff-4b61-9072-ebdac30eb34a 2018-11-19 06:00:57,335 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname... 2018-11-19 06:00:57,335 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname 2018-11-19 06:00:57,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" -d '{"security_group": {"name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname", "description": "hello group"}}' 2018-11-19 06:00:57,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-1ff16379-e7da-471c-a36b-622b74b214a5 Date: Mon, 19 Nov 2018 06:00:57 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "c32c7a26-4eb1-4658-8e04-89195582fffc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 2, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname"}} 2018-11-19 06:00:57,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-1ff16379-e7da-471c-a36b-622b74b214a5 2018-11-19 06:00:57,693 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:57,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:57,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a053eafa-791c-4fa7-9397-6bbadee30494 Date: Mon, 19 Nov 2018 06:00:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:00:57,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-a053eafa-791c-4fa7-9397-6bbadee30494 2018-11-19 06:00:57,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:57,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:58,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6997af50-f702-4778-baf7-5ea9dfb5cdbb Date: Mon, 19 Nov 2018 06:00:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:00:58,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-6997af50-f702-4778-baf7-5ea9dfb5cdbb 2018-11-19 06:00:58,048 - neutron_utils - INFO - Retrieving security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:58,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:58,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a7373871-5dd0-457c-9649-3c89a1c4ff46 Date: Mon, 19 Nov 2018 06:00:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "c32c7a26-4eb1-4658-8e04-89195582fffc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 2, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname"}]} 2018-11-19 06:00:58,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-a7373871-5dd0-457c-9649-3c89a1c4ff46 2018-11-19 06:00:58,261 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:58,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:58,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9ff439cd-386f-42e2-8c98-0054a8a33a48 Date: Mon, 19 Nov 2018 06:00:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:00:58,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-9ff439cd-386f-42e2-8c98-0054a8a33a48 2018-11-19 06:00:58,447 - neutron_utils - INFO - Retrieving security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:58,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:58,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-bd357d8d-0247-4a0c-9f67-0ce2fcf601d9 Date: Mon, 19 Nov 2018 06:00:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "c32c7a26-4eb1-4658-8e04-89195582fffc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 2, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname"}]} 2018-11-19 06:00:58,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-bd357d8d-0247-4a0c-9f67-0ce2fcf601d9 2018-11-19 06:00:58,502 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:58,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:58,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-25357ba5-cfa4-4612-9035-31b31d0c769d Date: Mon, 19 Nov 2018 06:00:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:00:58,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-25357ba5-cfa4-4612-9035-31b31d0c769d 2018-11-19 06:00:58,670 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname 2018-11-19 06:00:58,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:58,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-2a098fc5-c1cc-486d-aa66-df8f3e39c9f1 Date: Mon, 19 Nov 2018 06:00:58 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "c32c7a26-4eb1-4658-8e04-89195582fffc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 2, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname"}]} 2018-11-19 06:00:58,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname used request id req-2a098fc5-c1cc-486d-aa66-df8f3e39c9f1 2018-11-19 06:00:58,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:00:58,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:00:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:00:58,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:58,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:00:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7570f375-7b49-44bc-afa0-ea392b3ff388 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc"}, "enabled": true, "id": "1b26c34ee61846338cf296e31576e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj"}} 2018-11-19 06:00:58,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc used request id req-7570f375-7b49-44bc-afa0-ea392b3ff388 2018-11-19 06:00:58,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:58,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:59,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-28010fb3-384e-4a22-aaf0-312cfb24747a Date: Mon, 19 Nov 2018 06:00:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:00:59,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-28010fb3-384e-4a22-aaf0-312cfb24747a 2018-11-19 06:00:59,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}f94358ddf2320fa78bdf9eafc12a2570106493f9" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a"}}' 2018-11-19 06:00:59,518 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-4d3dcaea-3276-46da-8357-0df6ce9a08c0 Date: Mon, 19 Nov 2018 06:00:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:59Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376"}} 2018-11-19 06:00:59,519 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-4d3dcaea-3276-46da-8357-0df6ce9a08c0 2018-11-19 06:00:59,519 - neutron_utils - INFO - Retrieving security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:59,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:59,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-2ef77031-4c8d-4a5d-8ff1-b52a3b444c87 Date: Mon, 19 Nov 2018 06:00:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "revision_number": 0, "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "c32c7a26-4eb1-4658-8e04-89195582fffc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 3, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname"}]} 2018-11-19 06:00:59,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-2ef77031-4c8d-4a5d-8ff1-b52a3b444c87 2018-11-19 06:00:59,718 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:00:59,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:00:59,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-cff42f26-bc19-4a3e-b79b-3937b52ab396 Date: Mon, 19 Nov 2018 06:00:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:59Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:00:59,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-cff42f26-bc19-4a3e-b79b-3937b52ab396 2018-11-19 06:00:59,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:00,267 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f11364b124844e48fd67a37fc375512", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role"}], "expires_at": "2018-11-19T07:01:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b26c34ee61846338cf296e31576e7dc", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/1b26c34ee61846338cf296e31576e7dc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-user", "id": "c887accca8a845d985117882abf0d1a4"}, "audit_ids": ["Ne3hdFBWQY2UiYqfQ1pzWw"], "issued_at": "2018-11-19T06:01:00.000000Z"}} 2018-11-19 06:01:00,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80b6011fae7cd8039d43771545a2047953dc39e3" 2018-11-19 06:01:00,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-8f18b97f-f982-4c51-9320-57a7d1a1de08 Date: Mon, 19 Nov 2018 06:01:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "revision_number": 0, "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "c32c7a26-4eb1-4658-8e04-89195582fffc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 3, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname"}]} 2018-11-19 06:01:00,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname&description=hello+group used request id req-8f18b97f-f982-4c51-9320-57a7d1a1de08 2018-11-19 06:01:00,456 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:01:00,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80b6011fae7cd8039d43771545a2047953dc39e3" 2018-11-19 06:01:00,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-528a19a7-2ad8-482c-b82d-66c9a6783096 Date: Mon, 19 Nov 2018 06:01:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:59Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:01:00,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-528a19a7-2ad8-482c-b82d-66c9a6783096 2018-11-19 06:01:00,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:01:00,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80b6011fae7cd8039d43771545a2047953dc39e3" 2018-11-19 06:01:00,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-243c5ea3-3347-45a4-8822-4e00a04c7066 Date: Mon, 19 Nov 2018 06:01:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:59Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:01:00,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-243c5ea3-3347-45a4-8822-4e00a04c7066 2018-11-19 06:01:00,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80b6011fae7cd8039d43771545a2047953dc39e3" 2018-11-19 06:01:00,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-7f7e5af8-6dbc-4fea-9ee3-ffd89fa724d1 Date: Mon, 19 Nov 2018 06:01:01 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "revision_number": 0, "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "c32c7a26-4eb1-4658-8e04-89195582fffc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 3, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "name": "CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname"}]} 2018-11-19 06:01:00,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname used request id req-7f7e5af8-6dbc-4fea-9ee3-ffd89fa724d1 2018-11-19 06:01:00,997 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a891c4f5-47e2-4843-b9ff-0d51e713db9a 2018-11-19 06:01:01,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80b6011fae7cd8039d43771545a2047953dc39e3" 2018-11-19 06:01:01,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-a814756f-8a6b-4962-a06b-167f29056f20 Date: Mon, 19 Nov 2018 06:01:01 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:59Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:59Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "0ccf842f-9a9a-4c6f-900b-35c4fbcb6376"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "c32c7a26-4eb1-4658-8e04-89195582fffc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "a891c4f5-47e2-4843-b9ff-0d51e713db9a", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c"}]} 2018-11-19 06:01:01,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-a814756f-8a6b-4962-a06b-167f29056f20 2018-11-19 06:01:01,180 - neutron_utils - INFO - Deleting security group rule with ID - c32c7a26-4eb1-4658-8e04-89195582fffc 2018-11-19 06:01:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c32c7a26-4eb1-4658-8e04-89195582fffc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:01:01,284 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e1c7a830-3aa0-4cd2-8496-5f63d98513aa Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:01,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c32c7a26-4eb1-4658-8e04-89195582fffc used request id req-e1c7a830-3aa0-4cd2-8496-5f63d98513aa 2018-11-19 06:01:01,285 - neutron_utils - INFO - Deleting security group rule with ID - eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c 2018-11-19 06:01:01,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:01:01,552 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa9b2692-0857-4a4c-8435-02424474e4c2 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:01,552 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/eec4d3b9-eaa6-4936-b7fe-fc6fc5c7402c used request id req-fa9b2692-0857-4a4c-8435-02424474e4c2 2018-11-19 06:01:01,552 - neutron_utils - INFO - Deleting security group rule with ID - 0ccf842f-9a9a-4c6f-900b-35c4fbcb6376 2018-11-19 06:01:01,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/0ccf842f-9a9a-4c6f-900b-35c4fbcb6376 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:01:01,790 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81129873-a517-4891-a531-96c8afee8a52 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:01,790 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/0ccf842f-9a9a-4c6f-900b-35c4fbcb6376 used request id req-81129873-a517-4891-a531-96c8afee8a52 2018-11-19 06:01:01,790 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-862253cb-706e-42ca-8d90-f26a82c3d6ecname 2018-11-19 06:01:01,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a891c4f5-47e2-4843-b9ff-0d51e713db9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f94358ddf2320fa78bdf9eafc12a2570106493f9" 2018-11-19 06:01:02,066 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1ef5b31-7703-444e-a0de-0ab3f0ee2175 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:02,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a891c4f5-47e2-4843-b9ff-0d51e713db9a used request id req-b1ef5b31-7703-444e-a0de-0ab3f0ee2175 2018-11-19 06:01:02,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:01:02,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-995d0cfe-c826-4973-8cd6-26e5fb476e01 Date: Mon, 19 Nov 2018 06:01:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "updated_at": "2018-11-19T06:00:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "4affad21-bc84-4eae-82d2-3fd54eca9d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "4c6c9f38-2d0b-4286-a205-f1a0fd023a34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "868597e2-2dae-4edd-868a-ecd1ab234330", "remote_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv6", "project_id": "1b26c34ee61846338cf296e31576e7dc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "revision_number": 0, "id": "e505cba8-7888-4ae4-a4ea-cff18b0c9a6c", "remote_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "port_range_min": null, "ethertype": "IPv4", "project_id": "1b26c34ee61846338cf296e31576e7dc"}], "revision_number": 4, "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "012e63b1-b98d-4173-a511-d034fc637f82", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:01:02,283 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-995d0cfe-c826-4973-8cd6-26e5fb476e01 2018-11-19 06:01:02,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:01:02,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-115a2e0d-8ce2-41a4-9e71-3973b56f55fb Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc"}, "enabled": true, "id": "1b26c34ee61846338cf296e31576e7dc", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-bda70634-c0d5-42e-proj"}} 2018-11-19 06:01:02,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc used request id req-115a2e0d-8ce2-41a4-9e71-3973b56f55fb 2018-11-19 06:01:02,369 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 012e63b1-b98d-4173-a511-d034fc637f82 2018-11-19 06:01:02,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=012e63b1-b98d-4173-a511-d034fc637f82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:01:02,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-266814fb-fb6c-4fec-bb74-d98bfe96a273 Date: Mon, 19 Nov 2018 06:01:02 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "4affad21-bc84-4eae-82d2-3fd54eca9d55"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "4c6c9f38-2d0b-4286-a205-f1a0fd023a34"}, {"remote_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "868597e2-2dae-4edd-868a-ecd1ab234330"}, {"remote_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:00:57Z", "security_group_id": "012e63b1-b98d-4173-a511-d034fc637f82", "port_range_min": null, "revision_number": 0, "tenant_id": "1b26c34ee61846338cf296e31576e7dc", "created_at": "2018-11-19T06:00:57Z", "project_id": "1b26c34ee61846338cf296e31576e7dc", "id": "e505cba8-7888-4ae4-a4ea-cff18b0c9a6c"}]} 2018-11-19 06:01:02,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=012e63b1-b98d-4173-a511-d034fc637f82 used request id req-266814fb-fb6c-4fec-bb74-d98bfe96a273 2018-11-19 06:01:02,567 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:01:02,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/012e63b1-b98d-4173-a511-d034fc637f82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:01:02,844 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4dec9be9-990a-43cd-b964-b540b7deb297 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:02,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/012e63b1-b98d-4173-a511-d034fc637f82 used request id req-4dec9be9-990a-43cd-b964-b540b7deb297 2018-11-19 06:01:02,845 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-bda70634-c0d5-42e-proj 2018-11-19 06:01:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:01:03,077 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e558005c-e69a-4c6a-b9b9-f6988c436853 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:03,077 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1b26c34ee61846338cf296e31576e7dc used request id req-e558005c-e69a-4c6a-b9b9-f6988c436853 2018-11-19 06:01:03,078 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-bda70634-c0d5-42e-proj-role 2018-11-19 06:01:03,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7f11364b124844e48fd67a37fc375512 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:01:03,176 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88184bce-45f9-43a7-94f9-5359e1556baf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:03,176 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7f11364b124844e48fd67a37fc375512 used request id req-88184bce-45f9-43a7-94f9-5359e1556baf 2018-11-19 06:01:03,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f0798acd39338566bb97a8997055edaf65cb7df5" 2018-11-19 06:01:03,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-547fe7c5-5cb8-4bc6-afb9-a165579472f4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:03,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-547fe7c5-5cb8-4bc6-afb9-a165579472f4 2018-11-19 06:01:03,265 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-bda70634-c0d5-42e-user 2018-11-19 06:01:03,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c887accca8a845d985117882abf0d1a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6952226753a249168ae723d2d2fd772f583a2888" 2018-11-19 06:01:03,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c78a57f-c48b-4366-9eda-b522417f05dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:03,494 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c887accca8a845d985117882abf0d1a4 used request id req-6c78a57f-c48b-4366-9eda-b522417f05dd 2018-11-19 06:01:03,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:03,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3wx7PdOnRJi_M38wfb2CMg"], "issued_at": "2018-11-19T06:01:03.000000Z"}} 2018-11-19 06:01:03,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51aa346d2b08a2cb48d59aa2e7b43d9726196726" 2018-11-19 06:01:03,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06f413f6-6481-43b2-bccf-d9d23362cae8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:03,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-06f413f6-6481-43b2-bccf-d9d23362cae8 2018-11-19 06:01:03,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:03,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:04,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["_PanpHdKTg-uYrdrlxyVsw"], "issued_at": "2018-11-19T06:01:04.000000Z"}} 2018-11-19 06:01:04,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:04,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd36e712-e552-47d2-aa34-f10066970dc4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:04,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dd36e712-e552-47d2-aa34-f10066970dc4 2018-11-19 06:01:04,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:04,441 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:04,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91953c60-06f1-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:04,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9b6ed72-d225-438f-b42d-be176d5cb74d Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91953c60-06f1-46d-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:01:04,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-91953c60-06f1-46d-proj used request id req-c9b6ed72-d225-438f-b42d-be176d5cb74d 2018-11-19 06:01:04,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:04,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-611844ca-f8a5-46e2-8468-34611156f232 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:04,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-611844ca-f8a5-46e2-8468-34611156f232 2018-11-19 06:01:04,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}}' 2018-11-19 06:01:04,739 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-035eff50-f869-4874-89b3-2a93ca3cb9ab Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d"}, "enabled": true, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}} 2018-11-19 06:01:04,740 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-035eff50-f869-4874-89b3-2a93ca3cb9ab 2018-11-19 06:01:04,740 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-91953c60-06f1-46d-proj 2018-11-19 06:01:04,740 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:04,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:05,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["OSqDm6HWQYG6DakZk1eP3A"], "issued_at": "2018-11-19T06:01:05.000000Z"}} 2018-11-19 06:01:05,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c28cf84bd13805a5b318afa329e4cf79bf1179d" 2018-11-19 06:01:05,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9adb12e-85f0-442a-9fd3-7a736f01d424 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:05,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f9adb12e-85f0-442a-9fd3-7a736f01d424 2018-11-19 06:01:05,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:05,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:05,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c28cf84bd13805a5b318afa329e4cf79bf1179d" 2018-11-19 06:01:05,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc02176-7266-4871-b759-d5b884ab0558 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:01:05,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1fc02176-7266-4871-b759-d5b884ab0558 2018-11-19 06:01:05,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-91953c60-06f1-46d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c28cf84bd13805a5b318afa329e4cf79bf1179d" 2018-11-19 06:01:05,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e500cc3d-6284-4b05-8cf1-6fb53710cab9 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-91953c60-06f1-46d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d"}, "enabled": true, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}]} 2018-11-19 06:01:05,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-91953c60-06f1-46d-proj used request id req-e500cc3d-6284-4b05-8cf1-6fb53710cab9 2018-11-19 06:01:05,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c28cf84bd13805a5b318afa329e4cf79bf1179d" 2018-11-19 06:01:05,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89eed38e-f52f-485a-9e39-4fb3bfb102c1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:05,511 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-89eed38e-f52f-485a-9e39-4fb3bfb102c1 2018-11-19 06:01:05,889 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-91953c60-06f1-46d-user 2018-11-19 06:01:05,889 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:05,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:05,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b78da5-7e6d-41a9-82ae-770c84f4d9ff Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:05,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-93b78da5-7e6d-41a9-82ae-770c84f4d9ff 2018-11-19 06:01:05,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" -d '{"role": {"name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj-role"}}' 2018-11-19 06:01:06,087 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f09352f-c189-4c82-927a-5fa839516e4a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4d9127d71b834585a13f2bda6a64e246", "links": {"self": "http://172.30.9.21:5000/v3/roles/4d9127d71b834585a13f2bda6a64e246"}, "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj-role"}} 2018-11-19 06:01:06,087 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0f09352f-c189-4c82-927a-5fa839516e4a 2018-11-19 06:01:06,087 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-91953c60-06f1-46d-proj-role 2018-11-19 06:01:06,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4d9127d71b834585a13f2bda6a64e246 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:06,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5de2243a-1deb-403d-9fd2-98977aad63ec Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4d9127d71b834585a13f2bda6a64e246"}, "domain_id": null, "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj-role", "id": "4d9127d71b834585a13f2bda6a64e246"}} 2018-11-19 06:01:06,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4d9127d71b834585a13f2bda6a64e246 used request id req-5de2243a-1deb-403d-9fd2-98977aad63ec 2018-11-19 06:01:06,184 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-91953c60-06f1-46d-proj-role to project CreateSecurityGroupTests-91953c60-06f1-46d-proj 2018-11-19 06:01:06,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d/users/c94a85e2a3c644b8870838a138ad03b8/roles/4d9127d71b834585a13f2bda6a64e246 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:06,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0952f540-58e3-4977-86dd-dfe69efe7669 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:06,317 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d/users/c94a85e2a3c644b8870838a138ad03b8/roles/4d9127d71b834585a13f2bda6a64e246 used request id req-0952f540-58e3-4977-86dd-dfe69efe7669 2018-11-19 06:01:06,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:06,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:06,695 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d9127d71b834585a13f2bda6a64e246", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj-role"}], "expires_at": "2018-11-19T07:01:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-91953c60-06f1-46d-user", "id": "c94a85e2a3c644b8870838a138ad03b8"}, "audit_ids": ["NkhrrsNKRFeFu70D_48fpA"], "issued_at": "2018-11-19T06:01:06.000000Z"}} 2018-11-19 06:01:06,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:06,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52fa0b0-56de-44c9-920c-b3736f594b8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:06,773 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a52fa0b0-56de-44c9-920c-b3736f594b8c 2018-11-19 06:01:06,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:07,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dbccbd39-aec9-41f4-b1ca-284365ff53b1 Date: Mon, 19 Nov 2018 06:01:07 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:01:07,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname&description=hello+group used request id req-dbccbd39-aec9-41f4-b1ca-284365ff53b1 2018-11-19 06:01:07,079 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname... 2018-11-19 06:01:07,079 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname 2018-11-19 06:01:07,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" -d '{"security_group": {"name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname", "description": "hello group"}}' 2018-11-19 06:01:07,440 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-ff9b93df-0278-40fd-82e3-72a3c3da6ce6 Date: Mon, 19 Nov 2018 06:01:07 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 2, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}} 2018-11-19 06:01:07,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-ff9b93df-0278-40fd-82e3-72a3c3da6ce6 2018-11-19 06:01:07,441 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:07,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:07,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-11a0efaf-56e7-43dc-b249-1751c6c33cf0 Date: Mon, 19 Nov 2018 06:01:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:07,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-11a0efaf-56e7-43dc-b249-1751c6c33cf0 2018-11-19 06:01:07,630 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:07,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:07,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0f80346e-acfc-4826-a565-9f5ed79385c6 Date: Mon, 19 Nov 2018 06:01:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:07,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-0f80346e-acfc-4826-a565-9f5ed79385c6 2018-11-19 06:01:07,801 - neutron_utils - INFO - Retrieving security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:07,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:08,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a51bd0c9-b1c5-4409-b10f-30de99132186 Date: Mon, 19 Nov 2018 06:01:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 2, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:08,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-a51bd0c9-b1c5-4409-b10f-30de99132186 2018-11-19 06:01:08,010 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:08,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:08,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8e504ad0-18bc-4dcd-907f-d75992dc86ab Date: Mon, 19 Nov 2018 06:01:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:08,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-8e504ad0-18bc-4dcd-907f-d75992dc86ab 2018-11-19 06:01:08,200 - neutron_utils - INFO - Retrieving security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:08,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:08,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-28d657eb-c61f-4d3e-b9f5-555d6bb06630 Date: Mon, 19 Nov 2018 06:01:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 2, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:08,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-28d657eb-c61f-4d3e-b9f5-555d6bb06630 2018-11-19 06:01:08,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:08,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:08,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6eed0562-4488-460b-a5bb-741faff82cf9 Date: Mon, 19 Nov 2018 06:01:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:08,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-6eed0562-4488-460b-a5bb-741faff82cf9 2018-11-19 06:01:08,415 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname 2018-11-19 06:01:08,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:08,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-dc889e87-fd75-4667-9927-970dbfe2ed96 Date: Mon, 19 Nov 2018 06:01:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 2, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:08,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-dc889e87-fd75-4667-9927-970dbfe2ed96 2018-11-19 06:01:08,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:08,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:08,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:08,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59b5335f-5848-4dea-a059-733fc0c97025 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d"}, "enabled": true, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}} 2018-11-19 06:01:08,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d used request id req-59b5335f-5848-4dea-a059-733fc0c97025 2018-11-19 06:01:08,709 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:08,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:08,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c062dbb9-b424-487b-b3cb-63cb5be8f8da Date: Mon, 19 Nov 2018 06:01:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:08,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-c062dbb9-b424-487b-b3cb-63cb5be8f8da 2018-11-19 06:01:08,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}35af0c4f47554f102534902dc3bde7bc5acdb1df" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15"}}' 2018-11-19 06:01:09,213 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-f0d22c93-57cb-4641-8592-d77738f20aff Date: Mon, 19 Nov 2018 06:01:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}} 2018-11-19 06:01:09,214 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-f0d22c93-57cb-4641-8592-d77738f20aff 2018-11-19 06:01:09,214 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname 2018-11-19 06:01:09,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:09,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e07e427c-535a-490c-b342-ca73f40fc104 Date: Mon, 19 Nov 2018 06:01:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 3, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:09,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-e07e427c-535a-490c-b342-ca73f40fc104 2018-11-19 06:01:09,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:09,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f46a31d5-1f8f-4d24-8ddc-01eb305e9d8d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d"}, "enabled": true, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}} 2018-11-19 06:01:09,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d used request id req-f46a31d5-1f8f-4d24-8ddc-01eb305e9d8d 2018-11-19 06:01:09,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:09,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:09,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-caee99f3-7efb-4667-8127-e5000f8b0ead Date: Mon, 19 Nov 2018 06:01:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:09,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-caee99f3-7efb-4667-8127-e5000f8b0ead 2018-11-19 06:01:09,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}35af0c4f47554f102534902dc3bde7bc5acdb1df" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15"}}' 2018-11-19 06:01:09,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-31bf84b5-1833-4fff-9989-c6bb2806c9f2 Date: Mon, 19 Nov 2018 06:01:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}} 2018-11-19 06:01:09,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-31bf84b5-1833-4fff-9989-c6bb2806c9f2 2018-11-19 06:01:09,842 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname 2018-11-19 06:01:09,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:10,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-2a0e0927-588b-40c7-bf67-2f5599528e9f Date: Mon, 19 Nov 2018 06:01:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:09Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 4, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:10,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-2a0e0927-588b-40c7-bf67-2f5599528e9f 2018-11-19 06:01:10,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:10,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9296c175-f537-440c-9432-1ada3cae92fb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d"}, "enabled": true, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}} 2018-11-19 06:01:10,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d used request id req-9296c175-f537-440c-9432-1ada3cae92fb 2018-11-19 06:01:10,115 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:10,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:10,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-c3788cee-2221-4b95-b617-feaabe14e0c3 Date: Mon, 19 Nov 2018 06:01:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:10,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-c3788cee-2221-4b95-b617-feaabe14e0c3 2018-11-19 06:01:10,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}35af0c4f47554f102534902dc3bde7bc5acdb1df" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10}}' 2018-11-19 06:01:10,327 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-410dbcc7-5a36-40af-99b1-be0b67494564 Date: Mon, 19 Nov 2018 06:01:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}} 2018-11-19 06:01:10,327 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-410dbcc7-5a36-40af-99b1-be0b67494564 2018-11-19 06:01:10,327 - neutron_utils - INFO - Retrieving security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:10,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:10,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-05d031cc-9cd7-42df-a9f6-52d1d66fd45f Date: Mon, 19 Nov 2018 06:01:10 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:10,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-05d031cc-9cd7-42df-a9f6-52d1d66fd45f 2018-11-19 06:01:10,382 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:10,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:10,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-59177cfa-8751-41c6-85ac-627900e9e597 Date: Mon, 19 Nov 2018 06:01:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:10,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-59177cfa-8751-41c6-85ac-627900e9e597 2018-11-19 06:01:10,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:10,942 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4d9127d71b834585a13f2bda6a64e246", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj-role"}], "expires_at": "2018-11-19T07:01:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/888f63bb871e4a2aa720f93c02ed3b2d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-91953c60-06f1-46d-user", "id": "c94a85e2a3c644b8870838a138ad03b8"}, "audit_ids": ["O1S4MJ-jTf2gTrN6ORcEpg"], "issued_at": "2018-11-19T06:01:10.000000Z"}} 2018-11-19 06:01:10,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:11,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-9e988d86-a285-499f-9216-683eeb76a15b Date: Mon, 19 Nov 2018 06:01:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:11,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname&description=hello+group used request id req-9e988d86-a285-499f-9216-683eeb76a15b 2018-11-19 06:01:11,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:11,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:11,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e9be41e4-35e5-423d-8453-b75194945b34 Date: Mon, 19 Nov 2018 06:01:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:11,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-e9be41e4-35e5-423d-8453-b75194945b34 2018-11-19 06:01:11,316 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:11,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:11,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-08d72743-c80d-44e7-8f35-447190e98705 Date: Mon, 19 Nov 2018 06:01:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:11,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-08d72743-c80d-44e7-8f35-447190e98705 2018-11-19 06:01:11,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:11,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-40dd859a-eaad-4968-8877-d518ecc872fd Date: Mon, 19 Nov 2018 06:01:11 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:11,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-40dd859a-eaad-4968-8877-d518ecc872fd 2018-11-19 06:01:11,701 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:11,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:11,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-2c92dbbf-3238-4176-8a71-b153da4b6e00 Date: Mon, 19 Nov 2018 06:01:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:11,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-2c92dbbf-3238-4176-8a71-b153da4b6e00 2018-11-19 06:01:11,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:12,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-765dd028-1cbe-4ace-acdf-9d111e146859 Date: Mon, 19 Nov 2018 06:01:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:12,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-765dd028-1cbe-4ace-acdf-9d111e146859 2018-11-19 06:01:12,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:12,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:12,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f2c74b90-7b53-4c53-a521-1a6e6c30427d Date: Mon, 19 Nov 2018 06:01:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:12,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-f2c74b90-7b53-4c53-a521-1a6e6c30427d 2018-11-19 06:01:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:12,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-32e76a3b-ae28-419d-b780-83aeb73b57b9 Date: Mon, 19 Nov 2018 06:01:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:12,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-32e76a3b-ae28-419d-b780-83aeb73b57b9 2018-11-19 06:01:12,458 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:12,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:12,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8790da73-cfbe-438f-a3b3-0b28a5527db4 Date: Mon, 19 Nov 2018 06:01:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:12,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-8790da73-cfbe-438f-a3b3-0b28a5527db4 2018-11-19 06:01:12,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:12,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-4fee3cf4-9f8f-4c3c-aa7e-d05644b1fab0 Date: Mon, 19 Nov 2018 06:01:12 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:12,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-4fee3cf4-9f8f-4c3c-aa7e-d05644b1fab0 2018-11-19 06:01:12,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:12,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:13,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-186e4275-d422-4439-928f-e5e280d8b75a Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:13,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-186e4275-d422-4439-928f-e5e280d8b75a 2018-11-19 06:01:13,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:13,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-7d658cba-bd1a-4c36-ad23-45172bb12b0f Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:13,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-7d658cba-bd1a-4c36-ad23-45172bb12b0f 2018-11-19 06:01:13,217 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:13,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:13,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-85865a7e-77ff-47ab-82fa-908027a959de Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:13,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-85865a7e-77ff-47ab-82fa-908027a959de 2018-11-19 06:01:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:13,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-934e8cc9-2275-4e53-96bb-3e2a6b62a824 Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:13,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-934e8cc9-2275-4e53-96bb-3e2a6b62a824 2018-11-19 06:01:13,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:13,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:13,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-6aefdf5a-ad4c-4934-a781-fb241c5c722a Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:13,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-6aefdf5a-ad4c-4934-a781-fb241c5c722a 2018-11-19 06:01:13,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:13,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-0400815d-c61f-4d47-9a5d-e7320a6db9d3 Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "updated_at": "2018-11-19T06:01:10Z", "security_group_rules": [{"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "18442694-350a-475a-b3bf-adf727499086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "revision_number": 0, "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": 10, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "revision_number": 0, "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "revision_number": 0, "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 5, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "name": "CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname"}]} 2018-11-19 06:01:13,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname used request id req-0400815d-c61f-4d47-9a5d-e7320a6db9d3 2018-11-19 06:01:13,603 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39cf63fa-e399-4ea2-b982-3f4ce9864b15 2018-11-19 06:01:13,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb57d75ccf4d294857431b493f704999cc82dca5" 2018-11-19 06:01:13,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-09609fbd-f0bb-45fe-9554-a72986abb7f7 Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "18442694-350a-475a-b3bf-adf727499086"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:10Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": 10, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:10Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "394eecf1-a150-4118-abf3-a7a7e0ba0138"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "45a7edf9-8693-4e92-a7cb-47d8df7e53a1"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:09Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:09Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "54a6933b-6b96-4dec-956f-c77b7cbefbbd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:07Z", "security_group_id": "39cf63fa-e399-4ea2-b982-3f4ce9864b15", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:07Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "98a8cd01-5f3d-4be8-a51a-771032125eb2"}]} 2018-11-19 06:01:13,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-09609fbd-f0bb-45fe-9554-a72986abb7f7 2018-11-19 06:01:13,639 - neutron_utils - INFO - Deleting security group rule with ID - 98a8cd01-5f3d-4be8-a51a-771032125eb2 2018-11-19 06:01:13,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/98a8cd01-5f3d-4be8-a51a-771032125eb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:13,752 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f484e9e-bb42-4bed-80af-f23eb5378772 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:13,752 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/98a8cd01-5f3d-4be8-a51a-771032125eb2 used request id req-7f484e9e-bb42-4bed-80af-f23eb5378772 2018-11-19 06:01:13,753 - neutron_utils - INFO - Deleting security group rule with ID - 54a6933b-6b96-4dec-956f-c77b7cbefbbd 2018-11-19 06:01:13,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/54a6933b-6b96-4dec-956f-c77b7cbefbbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:13,995 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db7731b4-3bb8-4002-a167-0a939369df28 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:13,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/54a6933b-6b96-4dec-956f-c77b7cbefbbd used request id req-db7731b4-3bb8-4002-a167-0a939369df28 2018-11-19 06:01:13,996 - neutron_utils - INFO - Deleting security group rule with ID - 45a7edf9-8693-4e92-a7cb-47d8df7e53a1 2018-11-19 06:01:14,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/45a7edf9-8693-4e92-a7cb-47d8df7e53a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:14,134 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ec098d1-3cde-4cba-8363-435ceb8ac7f9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:14,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/45a7edf9-8693-4e92-a7cb-47d8df7e53a1 used request id req-9ec098d1-3cde-4cba-8363-435ceb8ac7f9 2018-11-19 06:01:14,134 - neutron_utils - INFO - Deleting security group rule with ID - 394eecf1-a150-4118-abf3-a7a7e0ba0138 2018-11-19 06:01:14,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/394eecf1-a150-4118-abf3-a7a7e0ba0138 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:14,388 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2d7136a-511f-4dd1-bbd1-7a0eae92b993 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:14,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/394eecf1-a150-4118-abf3-a7a7e0ba0138 used request id req-a2d7136a-511f-4dd1-bbd1-7a0eae92b993 2018-11-19 06:01:14,388 - neutron_utils - INFO - Deleting security group rule with ID - 18442694-350a-475a-b3bf-adf727499086 2018-11-19 06:01:14,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/18442694-350a-475a-b3bf-adf727499086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:14,496 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5834d1c-26f7-4d1c-a6b8-f1363a95e1ca Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:14,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/18442694-350a-475a-b3bf-adf727499086 used request id req-a5834d1c-26f7-4d1c-a6b8-f1363a95e1ca 2018-11-19 06:01:14,497 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f86ea084-260d-47c1-b6f6-1e725050c84fname 2018-11-19 06:01:14,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/39cf63fa-e399-4ea2-b982-3f4ce9864b15 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35af0c4f47554f102534902dc3bde7bc5acdb1df" 2018-11-19 06:01:14,618 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ac9f717-5dd7-43ae-9ff4-47ef83536414 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:14,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/39cf63fa-e399-4ea2-b982-3f4ce9864b15 used request id req-0ac9f717-5dd7-43ae-9ff4-47ef83536414 2018-11-19 06:01:14,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:14,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b43fea28-7c36-467a-8f73-264e4ec16345 Date: Mon, 19 Nov 2018 06:01:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:06Z", "updated_at": "2018-11-19T06:01:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "revision_number": 0, "id": "a4ec71c4-1392-41a2-a14f-7b879cbb1cc7", "remote_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "revision_number": 0, "id": "c205f035-3e1e-4fac-9504-14f068f633a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "revision_number": 0, "id": "c6df22c1-df4d-496b-b33b-5295dfe8a3b6", "remote_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv4", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "revision_number": 0, "id": "e0664e14-f1a7-4dfb-ad9d-c436b78f6e2a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "port_range_min": null, "ethertype": "IPv6", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d"}], "revision_number": 4, "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "name": "default"}]} 2018-11-19 06:01:14,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b43fea28-7c36-467a-8f73-264e4ec16345 2018-11-19 06:01:14,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:14,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-212bbf82-c008-49af-8c7e-fe920b687924 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:01:14,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-212bbf82-c008-49af-8c7e-fe920b687924 2018-11-19 06:01:14,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:15,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148fe801-b422-4f19-9f6a-1c650849adee Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:01:15,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-148fe801-b422-4f19-9f6a-1c650849adee 2018-11-19 06:01:15,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:15,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36981ff3-ce4e-45e1-932a-ced30259ca30 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:01:15,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-36981ff3-ce4e-45e1-932a-ced30259ca30 2018-11-19 06:01:15,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:15,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a5e6a4-33f6-47c4-8dd1-f90d087a7208 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d"}, "enabled": true, "id": "888f63bb871e4a2aa720f93c02ed3b2d", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-91953c60-06f1-46d-proj"}} 2018-11-19 06:01:15,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d used request id req-a4a5e6a4-33f6-47c4-8dd1-f90d087a7208 2018-11-19 06:01:15,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3b0389b-ed78-47cb-b53e-465f1101b12e 2018-11-19 06:01:15,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e3b0389b-ed78-47cb-b53e-465f1101b12e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:15,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-888e1ac3-7558-4b14-9bf9-423f803f892e Date: Mon, 19 Nov 2018 06:01:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:06Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "a4ec71c4-1392-41a2-a14f-7b879cbb1cc7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:06Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "c205f035-3e1e-4fac-9504-14f068f633a1"}, {"remote_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:06Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "c6df22c1-df4d-496b-b33b-5295dfe8a3b6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:06Z", "security_group_id": "e3b0389b-ed78-47cb-b53e-465f1101b12e", "port_range_min": null, "revision_number": 0, "tenant_id": "888f63bb871e4a2aa720f93c02ed3b2d", "created_at": "2018-11-19T06:01:06Z", "project_id": "888f63bb871e4a2aa720f93c02ed3b2d", "id": "e0664e14-f1a7-4dfb-ad9d-c436b78f6e2a"}]} 2018-11-19 06:01:15,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e3b0389b-ed78-47cb-b53e-465f1101b12e used request id req-888e1ac3-7558-4b14-9bf9-423f803f892e 2018-11-19 06:01:15,372 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:01:15,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e3b0389b-ed78-47cb-b53e-465f1101b12e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:15,672 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bde5f1d1-fe8a-4fbf-bd9a-2bbca40012fc Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:15,672 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e3b0389b-ed78-47cb-b53e-465f1101b12e used request id req-bde5f1d1-fe8a-4fbf-bd9a-2bbca40012fc 2018-11-19 06:01:15,673 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-91953c60-06f1-46d-proj 2018-11-19 06:01:15,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:15,940 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99cd3292-fa79-4d52-b0e7-3a767aa209a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:15,940 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/888f63bb871e4a2aa720f93c02ed3b2d used request id req-99cd3292-fa79-4d52-b0e7-3a767aa209a0 2018-11-19 06:01:15,940 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-91953c60-06f1-46d-proj-role 2018-11-19 06:01:15,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4d9127d71b834585a13f2bda6a64e246 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:16,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc07692a-09f9-464f-91d9-9fd9bf820007 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:16,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4d9127d71b834585a13f2bda6a64e246 used request id req-fc07692a-09f9-464f-91d9-9fd9bf820007 2018-11-19 06:01:16,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ccd754c4d7e87aa6625be78fa68e2aeffe3355d8" 2018-11-19 06:01:16,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e037e5-1213-4069-9973-ea64f83bff0a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:16,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c2e037e5-1213-4069-9973-ea64f83bff0a 2018-11-19 06:01:16,169 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-91953c60-06f1-46d-user 2018-11-19 06:01:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c94a85e2a3c644b8870838a138ad03b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c28cf84bd13805a5b318afa329e4cf79bf1179d" 2018-11-19 06:01:16,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d5adf7e-d4d3-46de-97d4-a4702682290e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:16,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c94a85e2a3c644b8870838a138ad03b8 used request id req-4d5adf7e-d4d3-46de-97d4-a4702682290e 2018-11-19 06:01:16,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:16,731 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["E0fk3dhdREG_oCZbQFf5UQ"], "issued_at": "2018-11-19T06:01:16.000000Z"}} 2018-11-19 06:01:16,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386c46d60ba7bf81d8c726616955ef84c5349146" 2018-11-19 06:01:16,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51af45d-7eb5-49d7-b484-5cdea57dece0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:16,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e51af45d-7eb5-49d7-b484-5cdea57dece0 2018-11-19 06:01:16,819 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:16,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:17,194 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["KrMAwE8gQ3uWRVx8ceZcjg"], "issued_at": "2018-11-19T06:01:17.000000Z"}} 2018-11-19 06:01:17,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:17,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a91cf3-a889-4175-89cd-a198ff5d8797 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:17,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b9a91cf3-a889-4175-89cd-a198ff5d8797 2018-11-19 06:01:17,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:17,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:17,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-04634a50-8869-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:17,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0721534b-b06c-45e8-8bd8-f5626d61fb85 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-04634a50-8869-4e3-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:01:17,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-04634a50-8869-4e3-proj used request id req-0721534b-b06c-45e8-8bd8-f5626d61fb85 2018-11-19 06:01:17,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:17,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-332dda0f-6e1e-495a-abce-fdb246860544 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:17,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-332dda0f-6e1e-495a-abce-fdb246860544 2018-11-19 06:01:17,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj"}}' 2018-11-19 06:01:17,578 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5e12bb5-21cd-4bb4-a729-db05578b73b2 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4"}, "enabled": true, "id": "8c14f4e5612242959cd211f5a54ed4c4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj"}} 2018-11-19 06:01:17,578 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c5e12bb5-21cd-4bb4-a729-db05578b73b2 2018-11-19 06:01:17,578 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-04634a50-8869-4e3-proj 2018-11-19 06:01:17,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:17,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:17,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["zKP8CHVgTc2S_4jpXeWG9g"], "issued_at": "2018-11-19T06:01:17.000000Z"}} 2018-11-19 06:01:17,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a6b277552047324f2c2bbcc816fbb260d616db" 2018-11-19 06:01:18,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-288cd9f5-d528-4887-a738-0d723022c111 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:18,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-288cd9f5-d528-4887-a738-0d723022c111 2018-11-19 06:01:18,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:18,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:18,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a6b277552047324f2c2bbcc816fbb260d616db" 2018-11-19 06:01:18,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de3039b6-c209-45ed-aa89-ab6bd9473943 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:01:18,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-de3039b6-c209-45ed-aa89-ab6bd9473943 2018-11-19 06:01:18,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-04634a50-8869-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a6b277552047324f2c2bbcc816fbb260d616db" 2018-11-19 06:01:18,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734d93e8-f187-4eca-b404-a0bd9b6bd4f3 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-04634a50-8869-4e3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4"}, "enabled": true, "id": "8c14f4e5612242959cd211f5a54ed4c4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj"}]} 2018-11-19 06:01:18,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-04634a50-8869-4e3-proj used request id req-734d93e8-f187-4eca-b404-a0bd9b6bd4f3 2018-11-19 06:01:18,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a6b277552047324f2c2bbcc816fbb260d616db" 2018-11-19 06:01:18,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03563eb5-7a95-495a-be9b-63140569776e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:18,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-03563eb5-7a95-495a-be9b-63140569776e 2018-11-19 06:01:18,763 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-04634a50-8869-4e3-user 2018-11-19 06:01:18,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:18,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:18,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0f8546c-9792-4ede-bccb-d1640ba6e8e6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:18,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0f8546c-9792-4ede-bccb-d1640ba6e8e6 2018-11-19 06:01:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" -d '{"role": {"name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj-role"}}' 2018-11-19 06:01:18,979 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41bc822b-7b7b-4eda-85b8-570b28d1fc3b Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4436be6de8c54dc0bd8d9444b50194ed", "links": {"self": "http://172.30.9.21:5000/v3/roles/4436be6de8c54dc0bd8d9444b50194ed"}, "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj-role"}} 2018-11-19 06:01:18,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-41bc822b-7b7b-4eda-85b8-570b28d1fc3b 2018-11-19 06:01:18,980 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-04634a50-8869-4e3-proj-role 2018-11-19 06:01:18,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4436be6de8c54dc0bd8d9444b50194ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:19,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c5679f5-54d2-49d2-8736-4641af108085 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4436be6de8c54dc0bd8d9444b50194ed"}, "domain_id": null, "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj-role", "id": "4436be6de8c54dc0bd8d9444b50194ed"}} 2018-11-19 06:01:19,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4436be6de8c54dc0bd8d9444b50194ed used request id req-7c5679f5-54d2-49d2-8736-4641af108085 2018-11-19 06:01:19,064 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-04634a50-8869-4e3-proj-role to project CreateSecurityGroupTests-04634a50-8869-4e3-proj 2018-11-19 06:01:19,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4/users/e9aa63fe52fb440f977aaa3d243e60cf/roles/4436be6de8c54dc0bd8d9444b50194ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:19,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ab4f4a4-b791-4885-8651-6f1c3c868bf6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:19,311 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4/users/e9aa63fe52fb440f977aaa3d243e60cf/roles/4436be6de8c54dc0bd8d9444b50194ed used request id req-6ab4f4a4-b791-4885-8651-6f1c3c868bf6 2018-11-19 06:01:19,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:19,312 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:19,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4436be6de8c54dc0bd8d9444b50194ed", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj-role"}], "expires_at": "2018-11-19T07:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c14f4e5612242959cd211f5a54ed4c4", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-04634a50-8869-4e3-user", "id": "e9aa63fe52fb440f977aaa3d243e60cf"}, "audit_ids": ["snaKd5rSTn6EjHusoY7wtw"], "issued_at": "2018-11-19T06:01:19.000000Z"}} 2018-11-19 06:01:19,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:19,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f57c83bb-c591-44bd-b5b6-7ee8fb697dec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:19,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f57c83bb-c591-44bd-b5b6-7ee8fb697dec 2018-11-19 06:01:19,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:20,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ecc05773-bb9f-4d53-a598-ba0fb3bc1cf6 Date: Mon, 19 Nov 2018 06:01:20 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:01:20,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name&description=hello+group used request id req-ecc05773-bb9f-4d53-a598-ba0fb3bc1cf6 2018-11-19 06:01:20,076 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name... 2018-11-19 06:01:20,076 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name 2018-11-19 06:01:20,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" -d '{"security_group": {"name": "CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name", "description": "hello group"}}' 2018-11-19 06:01:20,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-876d226c-2377-45b2-bf4b-0bce3ca6b741 Date: Mon, 19 Nov 2018 06:01:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "updated_at": "2018-11-19T06:01:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "db9172af-59ba-4727-bd46-3046ae79fa45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}], "revision_number": 2, "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "name": "CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name"}} 2018-11-19 06:01:20,429 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-876d226c-2377-45b2-bf4b-0bce3ca6b741 2018-11-19 06:01:20,430 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:20,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:20,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-efb7d8f0-f5d3-4e32-bae1-0d26e47f6304 Date: Mon, 19 Nov 2018 06:01:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "db9172af-59ba-4727-bd46-3046ae79fa45"}]} 2018-11-19 06:01:20,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-efb7d8f0-f5d3-4e32-bae1-0d26e47f6304 2018-11-19 06:01:20,616 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:20,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:20,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c472b9c3-49ad-4bfe-872b-eafe576b8373 Date: Mon, 19 Nov 2018 06:01:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "db9172af-59ba-4727-bd46-3046ae79fa45"}]} 2018-11-19 06:01:20,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-c472b9c3-49ad-4bfe-872b-eafe576b8373 2018-11-19 06:01:20,780 - neutron_utils - INFO - Retrieving security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:20,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:20,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-8b47b365-0b44-4474-8542-52e83a7575fe Date: Mon, 19 Nov 2018 06:01:20 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "updated_at": "2018-11-19T06:01:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "db9172af-59ba-4727-bd46-3046ae79fa45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}], "revision_number": 2, "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "name": "CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name"}]} 2018-11-19 06:01:20,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-8b47b365-0b44-4474-8542-52e83a7575fe 2018-11-19 06:01:20,864 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:20,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:21,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-71304462-926b-4699-9e1f-66105e9a542e Date: Mon, 19 Nov 2018 06:01:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "db9172af-59ba-4727-bd46-3046ae79fa45"}]} 2018-11-19 06:01:21,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-71304462-926b-4699-9e1f-66105e9a542e 2018-11-19 06:01:21,046 - neutron_utils - INFO - Retrieving security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:21,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:21,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-ff8ac0d2-965a-40ea-a821-6afce5ed4e79 Date: Mon, 19 Nov 2018 06:01:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "updated_at": "2018-11-19T06:01:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "db9172af-59ba-4727-bd46-3046ae79fa45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}], "revision_number": 2, "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "name": "CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name"}]} 2018-11-19 06:01:21,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-ff8ac0d2-965a-40ea-a821-6afce5ed4e79 2018-11-19 06:01:21,245 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:21,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:21,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9a4dc329-69e9-4576-94c9-c69e02e5f232 Date: Mon, 19 Nov 2018 06:01:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "db9172af-59ba-4727-bd46-3046ae79fa45"}]} 2018-11-19 06:01:21,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-9a4dc329-69e9-4576-94c9-c69e02e5f232 2018-11-19 06:01:21,421 - neutron_utils - INFO - Retrieving security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:21,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:21,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a1a772c8-5a4d-4a62-aa9a-90a9a9dd1064 Date: Mon, 19 Nov 2018 06:01:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "updated_at": "2018-11-19T06:01:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "db9172af-59ba-4727-bd46-3046ae79fa45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}], "revision_number": 2, "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "name": "CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name"}]} 2018-11-19 06:01:21,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-a1a772c8-5a4d-4a62-aa9a-90a9a9dd1064 2018-11-19 06:01:21,623 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:21,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-128320f3-04c2-4a8f-978a-1edcfc622223 Date: Mon, 19 Nov 2018 06:01:21 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "db9172af-59ba-4727-bd46-3046ae79fa45"}]} 2018-11-19 06:01:21,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-128320f3-04c2-4a8f-978a-1edcfc622223 2018-11-19 06:01:21,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:22,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4436be6de8c54dc0bd8d9444b50194ed", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj-role"}], "expires_at": "2018-11-19T07:01:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8c14f4e5612242959cd211f5a54ed4c4", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8c14f4e5612242959cd211f5a54ed4c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-04634a50-8869-4e3-user", "id": "e9aa63fe52fb440f977aaa3d243e60cf"}, "audit_ids": ["E_dS2eE4SSCbOEUF_WAPRA"], "issued_at": "2018-11-19T06:01:22.000000Z"}} 2018-11-19 06:01:22,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}954f53f3945f81fa53d1b428ff2c91b85cdd1805" 2018-11-19 06:01:22,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-cdc7560d-b1d2-4e8c-a248-9060e5c25aea Date: Mon, 19 Nov 2018 06:01:22 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "updated_at": "2018-11-19T06:01:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "db9172af-59ba-4727-bd46-3046ae79fa45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}], "revision_number": 2, "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "name": "CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name"}]} 2018-11-19 06:01:22,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name&description=hello+group used request id req-cdc7560d-b1d2-4e8c-a248-9060e5c25aea 2018-11-19 06:01:22,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:22,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}954f53f3945f81fa53d1b428ff2c91b85cdd1805" 2018-11-19 06:01:22,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f6d8a6be-f9ee-4924-bcc8-680c396712f7 Date: Mon, 19 Nov 2018 06:01:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "db9172af-59ba-4727-bd46-3046ae79fa45"}]} 2018-11-19 06:01:22,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-f6d8a6be-f9ee-4924-bcc8-680c396712f7 2018-11-19 06:01:22,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d4f034b1-5340-4fc6-94c7-8fab0b0b0819 2018-11-19 06:01:22,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}954f53f3945f81fa53d1b428ff2c91b85cdd1805" 2018-11-19 06:01:22,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c419626f-645b-48b6-91b3-53c42c32b994 Date: Mon, 19 Nov 2018 06:01:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "9e2ee101-576a-4be6-8704-31c2537cdfd6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "d4f034b1-5340-4fc6-94c7-8fab0b0b0819", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "db9172af-59ba-4727-bd46-3046ae79fa45"}]} 2018-11-19 06:01:22,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-c419626f-645b-48b6-91b3-53c42c32b994 2018-11-19 06:01:22,595 - neutron_utils - INFO - Deleting security group rule with ID - 9e2ee101-576a-4be6-8704-31c2537cdfd6 2018-11-19 06:01:22,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9e2ee101-576a-4be6-8704-31c2537cdfd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:22,841 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8f231eff-46d9-4a7e-ba81-0a69405f8e96 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:22,841 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9e2ee101-576a-4be6-8704-31c2537cdfd6 used request id req-8f231eff-46d9-4a7e-ba81-0a69405f8e96 2018-11-19 06:01:22,841 - neutron_utils - INFO - Deleting security group rule with ID - db9172af-59ba-4727-bd46-3046ae79fa45 2018-11-19 06:01:22,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/db9172af-59ba-4727-bd46-3046ae79fa45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:23,094 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-130aac7a-e5e3-472d-8eaf-6a83c80f5d4f Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:23,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/db9172af-59ba-4727-bd46-3046ae79fa45 used request id req-130aac7a-e5e3-472d-8eaf-6a83c80f5d4f 2018-11-19 06:01:23,094 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-17a38055-89b7-42a2-be0a-14b7ad6a17d6name 2018-11-19 06:01:23,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d4f034b1-5340-4fc6-94c7-8fab0b0b0819 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fbeba648454d908a68040421f7771446715a7e9" 2018-11-19 06:01:23,375 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ae6a9c4e-79e5-4424-856f-1526060f28d9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:23,375 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d4f034b1-5340-4fc6-94c7-8fab0b0b0819 used request id req-ae6a9c4e-79e5-4424-856f-1526060f28d9 2018-11-19 06:01:23,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:23,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b7b68401-f9e0-456b-80af-aa32dd925d6d Date: Mon, 19 Nov 2018 06:01:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:19Z", "updated_at": "2018-11-19T06:01:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:19Z", "revision_number": 0, "id": "434166c2-ab48-4361-a613-67560c0555e2", "remote_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:19Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:19Z", "revision_number": 0, "id": "a1bb2aa7-4d81-4309-b5b1-e4a40c7fb9b5", "remote_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:19Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "revision_number": 0, "id": "e7c5abbc-c731-4990-86da-5aa4a513d984", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:20Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:19Z", "revision_number": 0, "id": "ea99cc36-16f9-4991-9d85-7babd1eade7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:19Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "8c14f4e5612242959cd211f5a54ed4c4"}], "revision_number": 4, "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "4f70b501-cb8e-4001-9d01-825ec5958148", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:01:23,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b7b68401-f9e0-456b-80af-aa32dd925d6d 2018-11-19 06:01:23,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:23,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1291543c-18ff-4d7b-bae4-bcaaa92cd752 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:01:23,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1291543c-18ff-4d7b-bae4-bcaaa92cd752 2018-11-19 06:01:23,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:23,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f94c41-715b-4285-9a63-e2784b19c82d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4"}, "enabled": true, "id": "8c14f4e5612242959cd211f5a54ed4c4", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-04634a50-8869-4e3-proj"}} 2018-11-19 06:01:23,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4 used request id req-64f94c41-715b-4285-9a63-e2784b19c82d 2018-11-19 06:01:23,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f70b501-cb8e-4001-9d01-825ec5958148 2018-11-19 06:01:23,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f70b501-cb8e-4001-9d01-825ec5958148 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:23,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d09f9fd9-57a6-43af-9da5-5cce95c34b82 Date: Mon, 19 Nov 2018 06:01:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:19Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:19Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "434166c2-ab48-4361-a613-67560c0555e2"}, {"remote_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:19Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:19Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "a1bb2aa7-4d81-4309-b5b1-e4a40c7fb9b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:20Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:20Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "e7c5abbc-c731-4990-86da-5aa4a513d984"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:19Z", "security_group_id": "4f70b501-cb8e-4001-9d01-825ec5958148", "port_range_min": null, "revision_number": 0, "tenant_id": "8c14f4e5612242959cd211f5a54ed4c4", "created_at": "2018-11-19T06:01:19Z", "project_id": "8c14f4e5612242959cd211f5a54ed4c4", "id": "ea99cc36-16f9-4991-9d85-7babd1eade7c"}]} 2018-11-19 06:01:23,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f70b501-cb8e-4001-9d01-825ec5958148 used request id req-d09f9fd9-57a6-43af-9da5-5cce95c34b82 2018-11-19 06:01:23,962 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:01:23,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4f70b501-cb8e-4001-9d01-825ec5958148 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:24,249 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d4b582ac-cf23-4294-84d7-07174120089d Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:24,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4f70b501-cb8e-4001-9d01-825ec5958148 used request id req-d4b582ac-cf23-4294-84d7-07174120089d 2018-11-19 06:01:24,250 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-04634a50-8869-4e3-proj 2018-11-19 06:01:24,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:24,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7086ea4d-def7-486c-b578-48408804d937 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:24,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8c14f4e5612242959cd211f5a54ed4c4 used request id req-7086ea4d-def7-486c-b578-48408804d937 2018-11-19 06:01:24,486 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-04634a50-8869-4e3-proj-role 2018-11-19 06:01:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4436be6de8c54dc0bd8d9444b50194ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:24,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-179d37ac-dae3-4255-909c-3e1740e1e296 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:24,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4436be6de8c54dc0bd8d9444b50194ed used request id req-179d37ac-dae3-4255-909c-3e1740e1e296 2018-11-19 06:01:24,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}575b54a28d36f13630ad9295b114003658a63a93" 2018-11-19 06:01:24,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bcb46ca-ede3-4af7-be2f-7a154b2cde72 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:24,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7bcb46ca-ede3-4af7-be2f-7a154b2cde72 2018-11-19 06:01:24,686 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-04634a50-8869-4e3-user 2018-11-19 06:01:24,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e9aa63fe52fb440f977aaa3d243e60cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e0a6b277552047324f2c2bbcc816fbb260d616db" 2018-11-19 06:01:24,900 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-767e9e26-71a2-4f88-9547-6d1757778a28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:24,900 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e9aa63fe52fb440f977aaa3d243e60cf used request id req-767e9e26-71a2-4f88-9547-6d1757778a28 2018-11-19 06:01:24,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:25,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["up2km2g_QmGjVHNMuRH5yg"], "issued_at": "2018-11-19T06:01:25.000000Z"}} 2018-11-19 06:01:25,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6c4990848491f389eae746da7789fcaca377685" 2018-11-19 06:01:25,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bfc9f93-e8b0-4a1b-8129-68f5d07a4fc5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:25,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5bfc9f93-e8b0-4a1b-8129-68f5d07a4fc5 2018-11-19 06:01:25,460 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:25,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:25,847 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["NcFlDg5PRcmKnJzatKZKgA"], "issued_at": "2018-11-19T06:01:25.000000Z"}} 2018-11-19 06:01:25,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:25,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f8d231f-33ff-4d5b-b3aa-89d2904e888b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:25,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4f8d231f-33ff-4d5b-b3aa-89d2904e888b 2018-11-19 06:01:25,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:25,946 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:25,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-559ef43d-cbe8-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:26,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03951c09-8396-40e1-847e-47584f85c5c4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-559ef43d-cbe8-464-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:01:26,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-559ef43d-cbe8-464-proj used request id req-03951c09-8396-40e1-847e-47584f85c5c4 2018-11-19 06:01:26,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:26,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51c34b1-dcd7-47e5-b851-55649e76fcfe Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:26,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e51c34b1-dcd7-47e5-b851-55649e76fcfe 2018-11-19 06:01:26,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}}' 2018-11-19 06:01:26,249 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f40008a3-cf04-4c5d-affc-33aec78fdb73 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd"}, "enabled": true, "id": "f4865cf346e648f9baaa7e9266aa02dd", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}} 2018-11-19 06:01:26,249 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f40008a3-cf04-4c5d-affc-33aec78fdb73 2018-11-19 06:01:26,249 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-559ef43d-cbe8-464-proj 2018-11-19 06:01:26,249 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:26,250 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:26,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["-L_HXgtLSPSN1425JXlstQ"], "issued_at": "2018-11-19T06:01:26.000000Z"}} 2018-11-19 06:01:26,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2741316fa291704cbf987807611b1a6ef87789" 2018-11-19 06:01:26,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-210af9d1-3da8-4ba1-980a-10c0a9901038 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:26,736 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-210af9d1-3da8-4ba1-980a-10c0a9901038 2018-11-19 06:01:26,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:26,745 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:26,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2741316fa291704cbf987807611b1a6ef87789" 2018-11-19 06:01:26,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ac69c7-742a-4eea-8c97-f149ee08893a Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:01:26,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-99ac69c7-742a-4eea-8c97-f149ee08893a 2018-11-19 06:01:26,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-559ef43d-cbe8-464-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2741316fa291704cbf987807611b1a6ef87789" 2018-11-19 06:01:26,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7018273f-6bc6-41c3-b62b-0c45006934f1 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-559ef43d-cbe8-464-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd"}, "enabled": true, "id": "f4865cf346e648f9baaa7e9266aa02dd", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}]} 2018-11-19 06:01:26,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-559ef43d-cbe8-464-proj used request id req-7018273f-6bc6-41c3-b62b-0c45006934f1 2018-11-19 06:01:26,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2741316fa291704cbf987807611b1a6ef87789" 2018-11-19 06:01:27,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf259fda-7566-439a-bdf1-53ba33a67647 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:27,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cf259fda-7566-439a-bdf1-53ba33a67647 2018-11-19 06:01:27,411 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-559ef43d-cbe8-464-user 2018-11-19 06:01:27,411 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:27,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:27,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fbcc979-8b20-4408-b2f0-42f62b312216 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:27,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2fbcc979-8b20-4408-b2f0-42f62b312216 2018-11-19 06:01:27,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" -d '{"role": {"name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role"}}' 2018-11-19 06:01:27,631 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c87cb5-6b10-4f90-9fd1-7fcadd3c6081 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "86f1bf969e394da39d9fc709a1e7d925", "links": {"self": "http://172.30.9.21:5000/v3/roles/86f1bf969e394da39d9fc709a1e7d925"}, "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role"}} 2018-11-19 06:01:27,632 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-98c87cb5-6b10-4f90-9fd1-7fcadd3c6081 2018-11-19 06:01:27,632 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role 2018-11-19 06:01:27,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/86f1bf969e394da39d9fc709a1e7d925 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:27,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5892090e-e5f6-42e5-a752-0fa004754bea Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/86f1bf969e394da39d9fc709a1e7d925"}, "domain_id": null, "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role", "id": "86f1bf969e394da39d9fc709a1e7d925"}} 2018-11-19 06:01:27,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/86f1bf969e394da39d9fc709a1e7d925 used request id req-5892090e-e5f6-42e5-a752-0fa004754bea 2018-11-19 06:01:27,723 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role to project CreateSecurityGroupTests-559ef43d-cbe8-464-proj 2018-11-19 06:01:27,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd/users/39caf3c5cdfe4705962b2098b9ff288c/roles/86f1bf969e394da39d9fc709a1e7d925 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:27,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cded6604-ecc2-4399-b54e-d9bd7ee499a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:27,862 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd/users/39caf3c5cdfe4705962b2098b9ff288c/roles/86f1bf969e394da39d9fc709a1e7d925 used request id req-cded6604-ecc2-4399-b54e-d9bd7ee499a3 2018-11-19 06:01:27,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:27,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:28,232 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86f1bf969e394da39d9fc709a1e7d925", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role"}], "expires_at": "2018-11-19T07:01:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4865cf346e648f9baaa7e9266aa02dd", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-user", "id": "39caf3c5cdfe4705962b2098b9ff288c"}, "audit_ids": ["nZBTSA9PTsGOjY74ciwXCA"], "issued_at": "2018-11-19T06:01:28.000000Z"}} 2018-11-19 06:01:28,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:28,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57c0df75-3d1f-4d00-8ae8-ff10f07f71bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:28,311 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-57c0df75-3d1f-4d00-8ae8-ff10f07f71bd 2018-11-19 06:01:28,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:28,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b3b689af-24c5-4418-ba41-54158fc746a0 Date: Mon, 19 Nov 2018 06:01:28 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:01:28,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name&description=hello+group used request id req-b3b689af-24c5-4418-ba41-54158fc746a0 2018-11-19 06:01:28,601 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name... 2018-11-19 06:01:28,601 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name 2018-11-19 06:01:28,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" -d '{"security_group": {"name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name", "description": "hello group"}}' 2018-11-19 06:01:29,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-9ea8d6b0-d39d-49d7-880b-0522abac0e56 Date: Mon, 19 Nov 2018 06:01:29 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 2, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}} 2018-11-19 06:01:29,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-9ea8d6b0-d39d-49d7-880b-0522abac0e56 2018-11-19 06:01:29,089 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:29,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:29,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-17bebcd1-435b-4d28-baec-859cb49d8d6f Date: Mon, 19 Nov 2018 06:01:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}]} 2018-11-19 06:01:29,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-17bebcd1-435b-4d28-baec-859cb49d8d6f 2018-11-19 06:01:29,275 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:29,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:29,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-751f6bcf-6e41-4657-aea5-1bcc40b5e9df Date: Mon, 19 Nov 2018 06:01:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}]} 2018-11-19 06:01:29,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-751f6bcf-6e41-4657-aea5-1bcc40b5e9df 2018-11-19 06:01:29,306 - neutron_utils - INFO - Retrieving security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:29,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:29,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-9f9d6de3-7d7a-4bf1-961b-cb0287a8112d Date: Mon, 19 Nov 2018 06:01:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 2, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:29,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-9f9d6de3-7d7a-4bf1-961b-cb0287a8112d 2018-11-19 06:01:29,497 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:29,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:29,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d7911e9b-bca4-49ea-92d1-cfd789f5cf10 Date: Mon, 19 Nov 2018 06:01:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}]} 2018-11-19 06:01:29,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-d7911e9b-bca4-49ea-92d1-cfd789f5cf10 2018-11-19 06:01:29,678 - neutron_utils - INFO - Retrieving security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:29,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:29,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-3a81a4c1-72ac-4331-9b9e-1fc676f9709b Date: Mon, 19 Nov 2018 06:01:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 2, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:29,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-3a81a4c1-72ac-4331-9b9e-1fc676f9709b 2018-11-19 06:01:29,730 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:29,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ec807921-aa6e-497f-8097-a1bd49c6019d Date: Mon, 19 Nov 2018 06:01:29 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}]} 2018-11-19 06:01:29,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-ec807921-aa6e-497f-8097-a1bd49c6019d 2018-11-19 06:01:29,918 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name 2018-11-19 06:01:29,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:30,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-38db0454-ca40-4ac3-8b8e-dd4e9d78daed Date: Mon, 19 Nov 2018 06:01:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 2, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:30,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-38db0454-ca40-4ac3-8b8e-dd4e9d78daed 2018-11-19 06:01:30,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:30,111 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:30,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:30,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb109504-f31a-41dd-85f5-4aac83a5fdd5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd"}, "enabled": true, "id": "f4865cf346e648f9baaa7e9266aa02dd", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}} 2018-11-19 06:01:30,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd used request id req-bb109504-f31a-41dd-85f5-4aac83a5fdd5 2018-11-19 06:01:30,187 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:30,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:30,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9d5231b3-38e1-49dc-80cd-c89b379e66aa Date: Mon, 19 Nov 2018 06:01:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}]} 2018-11-19 06:01:30,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-9d5231b3-38e1-49dc-80cd-c89b379e66aa 2018-11-19 06:01:30,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6"}}' 2018-11-19 06:01:30,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-d87ba3b0-1e81-4b01-8bfd-2ea4ffb2d7d7 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}} 2018-11-19 06:01:30,524 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-d87ba3b0-1e81-4b01-8bfd-2ea4ffb2d7d7 2018-11-19 06:01:30,525 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name 2018-11-19 06:01:30,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:30,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-e1023492-99a8-4dfb-aa4a-c06a66b9dc8e Date: Mon, 19 Nov 2018 06:01:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 3, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:30,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-e1023492-99a8-4dfb-aa4a-c06a66b9dc8e 2018-11-19 06:01:30,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:30,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a473d7a5-4b03-4df8-9884-9dfa0d0512cd Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd"}, "enabled": true, "id": "f4865cf346e648f9baaa7e9266aa02dd", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}} 2018-11-19 06:01:30,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd used request id req-a473d7a5-4b03-4df8-9884-9dfa0d0512cd 2018-11-19 06:01:30,813 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:30,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:30,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-1b92cf28-119c-4ef4-9019-558a0ede3c0f Date: Mon, 19 Nov 2018 06:01:30 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:30,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-1b92cf28-119c-4ef4-9019-558a0ede3c0f 2018-11-19 06:01:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6"}}' 2018-11-19 06:01:31,172 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-bc66f456-2bf3-4b4c-93d6-dc01f7b0d3c3 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}} 2018-11-19 06:01:31,172 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-bc66f456-2bf3-4b4c-93d6-dc01f7b0d3c3 2018-11-19 06:01:31,173 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name 2018-11-19 06:01:31,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:31,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-a031b244-473a-402d-aae0-e010a6a2e329 Date: Mon, 19 Nov 2018 06:01:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 4, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:31,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-a031b244-473a-402d-aae0-e010a6a2e329 2018-11-19 06:01:31,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:31,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b9b9a4-b593-4672-a14e-b39ac4589f8b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd"}, "enabled": true, "id": "f4865cf346e648f9baaa7e9266aa02dd", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}} 2018-11-19 06:01:31,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd used request id req-72b9b9a4-b593-4672-a14e-b39ac4589f8b 2018-11-19 06:01:31,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:31,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:31,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-2a382074-26a3-4561-b25e-e051e9ca07e7 Date: Mon, 19 Nov 2018 06:01:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:31,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-2a382074-26a3-4561-b25e-e051e9ca07e7 2018-11-19 06:01:31,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10}}' 2018-11-19 06:01:31,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-2e764ca2-d43b-450d-924e-d0f2ab7ddb44 Date: Mon, 19 Nov 2018 06:01:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}} 2018-11-19 06:01:31,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-2e764ca2-d43b-450d-924e-d0f2ab7ddb44 2018-11-19 06:01:31,843 - neutron_utils - INFO - Retrieving security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:31,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:32,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-fb4edb16-4038-405f-87a2-7c9c740fa484 Date: Mon, 19 Nov 2018 06:01:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:32,046 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-fb4edb16-4038-405f-87a2-7c9c740fa484 2018-11-19 06:01:32,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:32,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:32,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ab6a0eee-4471-4e80-af07-7aedd8da04a8 Date: Mon, 19 Nov 2018 06:01:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:32,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-ab6a0eee-4471-4e80-af07-7aedd8da04a8 2018-11-19 06:01:32,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:32,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "86f1bf969e394da39d9fc709a1e7d925", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role"}], "expires_at": "2018-11-19T07:01:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f4865cf346e648f9baaa7e9266aa02dd", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f4865cf346e648f9baaa7e9266aa02dd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-user", "id": "39caf3c5cdfe4705962b2098b9ff288c"}, "audit_ids": ["Jz8W914UTAuAm_fiOgV79g"], "issued_at": "2018-11-19T06:01:32.000000Z"}} 2018-11-19 06:01:32,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:32,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-97b69256-3c6f-4cf7-af11-12b42970db0e Date: Mon, 19 Nov 2018 06:01:32 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:32,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name&description=hello+group used request id req-97b69256-3c6f-4cf7-af11-12b42970db0e 2018-11-19 06:01:32,800 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:32,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:32,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a83aebb4-8700-4517-8d62-ce9efc9aaff9 Date: Mon, 19 Nov 2018 06:01:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:32,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-a83aebb4-8700-4517-8d62-ce9efc9aaff9 2018-11-19 06:01:32,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:32,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:33,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-419a6600-6e60-475f-a0f5-44c5e51e13e7 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:33,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-419a6600-6e60-475f-a0f5-44c5e51e13e7 2018-11-19 06:01:33,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:33,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-86e2e912-0586-4255-b4a2-542f00450dee Date: Mon, 19 Nov 2018 06:01:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:33,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-86e2e912-0586-4255-b4a2-542f00450dee 2018-11-19 06:01:33,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:33,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:33,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8e91ff40-c99a-4744-a470-59c2fc165f2b Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:33,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-8e91ff40-c99a-4744-a470-59c2fc165f2b 2018-11-19 06:01:33,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:33,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-00109988-0cc2-4fc5-a9ac-87f884b966c0 Date: Mon, 19 Nov 2018 06:01:33 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:33,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-00109988-0cc2-4fc5-a9ac-87f884b966c0 2018-11-19 06:01:33,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:33,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:33,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-67d046e9-91f3-407b-bc1e-4b028a970259 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:33,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-67d046e9-91f3-407b-bc1e-4b028a970259 2018-11-19 06:01:33,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:34,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-75150f6b-654f-42a1-810c-26cbdc02d441 Date: Mon, 19 Nov 2018 06:01:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:34,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-75150f6b-654f-42a1-810c-26cbdc02d441 2018-11-19 06:01:34,140 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:34,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-22bb7612-3b5e-4408-928f-a923264facbd Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:34,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-22bb7612-3b5e-4408-928f-a923264facbd 2018-11-19 06:01:34,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:34,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-35b4e83f-a46b-483c-a52b-d3ffb87f944c Date: Mon, 19 Nov 2018 06:01:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:34,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-35b4e83f-a46b-483c-a52b-d3ffb87f944c 2018-11-19 06:01:34,512 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:34,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:34,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8d537254-4125-430e-b2d5-0c64841b0389 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:34,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-8d537254-4125-430e-b2d5-0c64841b0389 2018-11-19 06:01:34,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:34,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-1e00330b-4c93-44f0-ad2e-f87c27306d76 Date: Mon, 19 Nov 2018 06:01:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:34,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-1e00330b-4c93-44f0-ad2e-f87c27306d76 2018-11-19 06:01:34,987 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:34,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:35,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-641f8eb1-f7b1-4985-a58a-3b144ffb58fb Date: Mon, 19 Nov 2018 06:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:35,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-641f8eb1-f7b1-4985-a58a-3b144ffb58fb 2018-11-19 06:01:35,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:35,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-3d6895d4-5208-4217-8210-c125fa3d2a09 Date: Mon, 19 Nov 2018 06:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:35,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-3d6895d4-5208-4217-8210-c125fa3d2a09 2018-11-19 06:01:35,371 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:35,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:35,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1847cff7-0d77-45e6-882b-1c9c43c30488 Date: Mon, 19 Nov 2018 06:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:35,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-1847cff7-0d77-45e6-882b-1c9c43c30488 2018-11-19 06:01:35,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:35,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-674b4d5e-b0ef-4ee0-a2f6-45a699b9c106 Date: Mon, 19 Nov 2018 06:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:35,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-674b4d5e-b0ef-4ee0-a2f6-45a699b9c106 2018-11-19 06:01:35,599 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:35,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:35,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ba13b9fb-f53f-4fbe-b674-4d03b3e80cf5 Date: Mon, 19 Nov 2018 06:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:35,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-ba13b9fb-f53f-4fbe-b674-4d03b3e80cf5 2018-11-19 06:01:35,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:35,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-efb16877-4161-4cbd-98d6-88373882aeb3 Date: Mon, 19 Nov 2018 06:01:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:35,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-efb16877-4161-4cbd-98d6-88373882aeb3 2018-11-19 06:01:35,842 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:35,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:35,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-9a54bdac-ed77-4d40-a425-e05d1797adc9 Date: Mon, 19 Nov 2018 06:01:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:35,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-9a54bdac-ed77-4d40-a425-e05d1797adc9 2018-11-19 06:01:35,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:36,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-cd061333-2868-4931-847c-e2bc3de228c8 Date: Mon, 19 Nov 2018 06:01:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:36,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-cd061333-2868-4931-847c-e2bc3de228c8 2018-11-19 06:01:36,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:36,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:36,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-3f7c0ac9-e3b8-4517-af3b-8e7c6ac55023 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:36,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-3f7c0ac9-e3b8-4517-af3b-8e7c6ac55023 2018-11-19 06:01:36,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:36,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c8fb6832-f847-47c9-949e-340b85317c25 Date: Mon, 19 Nov 2018 06:01:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:36,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-c8fb6832-f847-47c9-949e-340b85317c25 2018-11-19 06:01:36,304 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:36,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:36,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-1181964c-f2a4-44cb-a685-44948e6d2e7f Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:36,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-1181964c-f2a4-44cb-a685-44948e6d2e7f 2018-11-19 06:01:36,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:36,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-043a9a60-bf2b-4619-a03e-4634b96d3a48 Date: Mon, 19 Nov 2018 06:01:36 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "22ca59ce-334a-430c-b1ff-f3981fac1210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "28f3e243-e073-41d1-802f-d77b5ebb769d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "revision_number": 0, "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "revision_number": 0, "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 5, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "name": "CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name"}]} 2018-11-19 06:01:36,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name used request id req-043a9a60-bf2b-4619-a03e-4634b96d3a48 2018-11-19 06:01:36,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:36,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:36,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-a14bd14f-f617-47df-a3e1-2d19f16aebac Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:36,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-a14bd14f-f617-47df-a3e1-2d19f16aebac 2018-11-19 06:01:36,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:36,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-fd294bd9-ca77-4469-b6e2-20b2b73d7135 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "22ca59ce-334a-430c-b1ff-f3981fac1210"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:36,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-fd294bd9-ca77-4469-b6e2-20b2b73d7135 2018-11-19 06:01:36,756 - neutron_utils - INFO - Deleting security group rule with ID - 22ca59ce-334a-430c-b1ff-f3981fac1210 2018-11-19 06:01:36,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/22ca59ce-334a-430c-b1ff-f3981fac1210 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:37,005 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1f4cf052-9e4a-4dfa-898b-4180f72b8c20 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:37,006 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/22ca59ce-334a-430c-b1ff-f3981fac1210 used request id req-1f4cf052-9e4a-4dfa-898b-4180f72b8c20 2018-11-19 06:01:37,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897108a4-b11a-4f05-bfc0-3d78457f6dc6 2018-11-19 06:01:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c94d55a7f64161c08b0c455b78007fb2734f479d" 2018-11-19 06:01:37,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2002 X-Openstack-Request-Id: req-16ab210a-103d-4ff4-85bb-c44879a6520f Date: Mon, 19 Nov 2018 06:01:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": 10, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "28f3e243-e073-41d1-802f-d77b5ebb769d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "94f5052e-9ef0-4436-99ff-bb84d44bbf28"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:31Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:31Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "dbbbcf86-f93e-476b-9ca2-afec725b0d6f"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:30Z", "security_group_id": "897108a4-b11a-4f05-bfc0-3d78457f6dc6", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:30Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b"}]} 2018-11-19 06:01:37,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-16ab210a-103d-4ff4-85bb-c44879a6520f 2018-11-19 06:01:37,041 - neutron_utils - INFO - Deleting security group rule with ID - 22ca59ce-334a-430c-b1ff-f3981fac1210 2018-11-19 06:01:37,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/22ca59ce-334a-430c-b1ff-f3981fac1210 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:37,067 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-435c56c8-9434-4389-a8c6-8790595cd546 Date: Mon, 19 Nov 2018 06:01:37 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 22ca59ce-334a-430c-b1ff-f3981fac1210 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:01:37,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/22ca59ce-334a-430c-b1ff-f3981fac1210 used request id req-435c56c8-9434-4389-a8c6-8790595cd546 2018-11-19 06:01:37,067 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 22ca59ce-334a-430c-b1ff-f3981fac1210 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:01:37,068 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 22ca59ce-334a-430c-b1ff-f3981fac1210 does not exist Neutron server returns request_ids: ['req-435c56c8-9434-4389-a8c6-8790595cd546'] 2018-11-19 06:01:37,068 - neutron_utils - INFO - Deleting security group rule with ID - e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b 2018-11-19 06:01:37,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:37,331 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec5cccc7-3a61-48c2-a727-4835d7e308a0 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:37,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e24c6a01-1e2c-4f43-a52c-ca0f8fb70c4b used request id req-ec5cccc7-3a61-48c2-a727-4835d7e308a0 2018-11-19 06:01:37,332 - neutron_utils - INFO - Deleting security group rule with ID - 94f5052e-9ef0-4436-99ff-bb84d44bbf28 2018-11-19 06:01:37,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/94f5052e-9ef0-4436-99ff-bb84d44bbf28 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:37,559 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b94d7203-64c2-4f6c-b1b2-c9ccebd6d384 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:37,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/94f5052e-9ef0-4436-99ff-bb84d44bbf28 used request id req-b94d7203-64c2-4f6c-b1b2-c9ccebd6d384 2018-11-19 06:01:37,560 - neutron_utils - INFO - Deleting security group rule with ID - dbbbcf86-f93e-476b-9ca2-afec725b0d6f 2018-11-19 06:01:37,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/dbbbcf86-f93e-476b-9ca2-afec725b0d6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:37,663 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31a4cac5-55ea-4127-b441-fee6e3c58cf6 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:37,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/dbbbcf86-f93e-476b-9ca2-afec725b0d6f used request id req-31a4cac5-55ea-4127-b441-fee6e3c58cf6 2018-11-19 06:01:37,663 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-8e23648b-10b5-4515-bfc1-24bf7e1da806name 2018-11-19 06:01:37,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/897108a4-b11a-4f05-bfc0-3d78457f6dc6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81b77f92d6e9c9c45fb257617766018d3bfb2b1a" 2018-11-19 06:01:37,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9a57ba5-ca67-4c7e-bd38-d1e96a87756b Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:37,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/897108a4-b11a-4f05-bfc0-3d78457f6dc6 used request id req-f9a57ba5-ca67-4c7e-bd38-d1e96a87756b 2018-11-19 06:01:37,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:38,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-60768e0d-1d7f-478a-9620-471e2f0af4fe Date: Mon, 19 Nov 2018 06:01:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "updated_at": "2018-11-19T06:01:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "143043c4-1e8e-45e0-a52d-41a322c8a0ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "4113070c-9d67-492d-8254-8a985faec9a9", "remote_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "435be4d6-783f-42e5-9eba-ca479f6068f7", "remote_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv4", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "revision_number": 0, "id": "63019a7f-bf75-4d45-925f-8bc752a9ce55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "port_range_min": null, "ethertype": "IPv6", "project_id": "f4865cf346e648f9baaa7e9266aa02dd"}], "revision_number": 4, "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:01:38,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-60768e0d-1d7f-478a-9620-471e2f0af4fe 2018-11-19 06:01:38,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:38,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22de8d28-4a5f-43dc-9e65-0293c369c1d1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:01:38,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-22de8d28-4a5f-43dc-9e65-0293c369c1d1 2018-11-19 06:01:38,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:38,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acbe91f6-573d-4145-b92a-2b1c8f0611a7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd"}, "enabled": true, "id": "f4865cf346e648f9baaa7e9266aa02dd", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-559ef43d-cbe8-464-proj"}} 2018-11-19 06:01:38,203 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd used request id req-acbe91f6-573d-4145-b92a-2b1c8f0611a7 2018-11-19 06:01:38,203 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f4c82b2-34ef-4d75-9df9-07d3036253d4 2018-11-19 06:01:38,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f4c82b2-34ef-4d75-9df9-07d3036253d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:38,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70f158de-c97e-448c-9f90-9de64a386de6 Date: Mon, 19 Nov 2018 06:01:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "143043c4-1e8e-45e0-a52d-41a322c8a0ed"}, {"remote_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "4113070c-9d67-492d-8254-8a985faec9a9"}, {"remote_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "435be4d6-783f-42e5-9eba-ca479f6068f7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:28Z", "security_group_id": "4f4c82b2-34ef-4d75-9df9-07d3036253d4", "port_range_min": null, "revision_number": 0, "tenant_id": "f4865cf346e648f9baaa7e9266aa02dd", "created_at": "2018-11-19T06:01:28Z", "project_id": "f4865cf346e648f9baaa7e9266aa02dd", "id": "63019a7f-bf75-4d45-925f-8bc752a9ce55"}]} 2018-11-19 06:01:38,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f4c82b2-34ef-4d75-9df9-07d3036253d4 used request id req-70f158de-c97e-448c-9f90-9de64a386de6 2018-11-19 06:01:38,392 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:01:38,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4f4c82b2-34ef-4d75-9df9-07d3036253d4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:38,657 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16b57e23-6c3f-44f1-808a-57369de45141 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:38,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4f4c82b2-34ef-4d75-9df9-07d3036253d4 used request id req-16b57e23-6c3f-44f1-808a-57369de45141 2018-11-19 06:01:38,658 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-559ef43d-cbe8-464-proj 2018-11-19 06:01:38,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:38,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f23944d-c7cf-49c5-b226-edd3ca08f76a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:38,843 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f4865cf346e648f9baaa7e9266aa02dd used request id req-6f23944d-c7cf-49c5-b226-edd3ca08f76a 2018-11-19 06:01:38,844 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-559ef43d-cbe8-464-proj-role 2018-11-19 06:01:38,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/86f1bf969e394da39d9fc709a1e7d925 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:38,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5b1bd7b-7ec1-4fe2-af37-e8baf8395c28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:38,955 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/86f1bf969e394da39d9fc709a1e7d925 used request id req-c5b1bd7b-7ec1-4fe2-af37-e8baf8395c28 2018-11-19 06:01:38,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1827afc3f9acaea306262c395642dc03d85ca109" 2018-11-19 06:01:39,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af67dc28-13d2-4b84-8177-ff0d57b6839b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:39,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-af67dc28-13d2-4b84-8177-ff0d57b6839b 2018-11-19 06:01:39,053 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-559ef43d-cbe8-464-user 2018-11-19 06:01:39,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/39caf3c5cdfe4705962b2098b9ff288c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1a2741316fa291704cbf987807611b1a6ef87789" 2018-11-19 06:01:39,228 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6475f4c6-dc6f-4012-8384-523281025a9a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:39,228 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/39caf3c5cdfe4705962b2098b9ff288c used request id req-6475f4c6-dc6f-4012-8384-523281025a9a 2018-11-19 06:01:39,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:39,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["aVYsio1SRmW8U4Jj5975vw"], "issued_at": "2018-11-19T06:01:39.000000Z"}} 2018-11-19 06:01:39,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d84dfc49597ebafdcd7e9060717f60afce9bc16d" 2018-11-19 06:01:39,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b06389a6-5a9c-4acb-8209-8e82d8be0453 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:39,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b06389a6-5a9c-4acb-8209-8e82d8be0453 2018-11-19 06:01:39,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:39,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:40,086 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["-ixd1HCzRdy19LPtsOuHFA"], "issued_at": "2018-11-19T06:01:40.000000Z"}} 2018-11-19 06:01:40,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:40,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f92737d-0de2-4493-be8e-a8bce8d778d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:40,179 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2f92737d-0de2-4493-be8e-a8bce8d778d7 2018-11-19 06:01:40,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:40,189 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:40,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ae4b9254-526d-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:40,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48789bc4-edb5-4b1e-bfda-76a4ee0a811f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ae4b9254-526d-476-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:01:40,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSecurityGroupTests-ae4b9254-526d-476-proj used request id req-48789bc4-edb5-4b1e-bfda-76a4ee0a811f 2018-11-19 06:01:40,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:40,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-008e40f1-67d6-410c-b3e5-c58b0327c31d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:40,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-008e40f1-67d6-410c-b3e5-c58b0327c31d 2018-11-19 06:01:40,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}}' 2018-11-19 06:01:40,494 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58ac6dee-34f5-452a-8537-83fe3e8f3012 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a"}, "enabled": true, "id": "f9096d9b28d343f4be896ba999af2e6a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}} 2018-11-19 06:01:40,494 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-58ac6dee-34f5-452a-8537-83fe3e8f3012 2018-11-19 06:01:40,494 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-ae4b9254-526d-476-proj 2018-11-19 06:01:40,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:40,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:40,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hwmq_7P2TRq1HcopFMTZOw"], "issued_at": "2018-11-19T06:01:40.000000Z"}} 2018-11-19 06:01:40,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1ac91c70a22f091fed368646f00b100a5a3547" 2018-11-19 06:01:40,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc5bb04d-61fa-48a6-80fa-5ac6518bce20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:40,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dc5bb04d-61fa-48a6-80fa-5ac6518bce20 2018-11-19 06:01:40,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:40,898 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:40,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1ac91c70a22f091fed368646f00b100a5a3547" 2018-11-19 06:01:41,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66cb1a14-4c94-4cf5-9544-bf23fea6d04c Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:01:41,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-66cb1a14-4c94-4cf5-9544-bf23fea6d04c 2018-11-19 06:01:41,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-ae4b9254-526d-476-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1ac91c70a22f091fed368646f00b100a5a3547" 2018-11-19 06:01:41,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7da9ac22-140b-4b36-af3e-e2342382919d Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-ae4b9254-526d-476-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a"}, "enabled": true, "id": "f9096d9b28d343f4be896ba999af2e6a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}]} 2018-11-19 06:01:41,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSecurityGroupTests-ae4b9254-526d-476-proj used request id req-7da9ac22-140b-4b36-af3e-e2342382919d 2018-11-19 06:01:41,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1ac91c70a22f091fed368646f00b100a5a3547" 2018-11-19 06:01:41,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1998fe56-df2a-45c4-9dcc-1be6b2b0d514 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:41,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1998fe56-df2a-45c4-9dcc-1be6b2b0d514 2018-11-19 06:01:41,627 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-ae4b9254-526d-476-user 2018-11-19 06:01:41,627 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:41,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:41,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5cbe049-f884-4769-8deb-69521d57a4f7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:41,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a5cbe049-f884-4769-8deb-69521d57a4f7 2018-11-19 06:01:41,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" -d '{"role": {"name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj-role"}}' 2018-11-19 06:01:41,829 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-524a3a18-e1e0-42cf-b15b-53befa164dd6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "dcb7b049356049e594322be3b95cd345", "links": {"self": "http://172.30.9.21:5000/v3/roles/dcb7b049356049e594322be3b95cd345"}, "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj-role"}} 2018-11-19 06:01:41,829 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-524a3a18-e1e0-42cf-b15b-53befa164dd6 2018-11-19 06:01:41,830 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-ae4b9254-526d-476-proj-role 2018-11-19 06:01:41,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/dcb7b049356049e594322be3b95cd345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:41,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8587987b-5e50-42c1-98ba-4787229266c7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/dcb7b049356049e594322be3b95cd345"}, "domain_id": null, "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj-role", "id": "dcb7b049356049e594322be3b95cd345"}} 2018-11-19 06:01:41,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/dcb7b049356049e594322be3b95cd345 used request id req-8587987b-5e50-42c1-98ba-4787229266c7 2018-11-19 06:01:41,912 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-ae4b9254-526d-476-proj-role to project CreateSecurityGroupTests-ae4b9254-526d-476-proj 2018-11-19 06:01:41,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a/users/54c23712f2ab4dc48e20808fd53a1862/roles/dcb7b049356049e594322be3b95cd345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:42,048 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e409719-ce29-4c51-96a6-acbaf05b7512 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:42,048 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a/users/54c23712f2ab4dc48e20808fd53a1862/roles/dcb7b049356049e594322be3b95cd345 used request id req-1e409719-ce29-4c51-96a6-acbaf05b7512 2018-11-19 06:01:42,049 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:42,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:42,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dcb7b049356049e594322be3b95cd345", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj-role"}], "expires_at": "2018-11-19T07:01:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9096d9b28d343f4be896ba999af2e6a", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ae4b9254-526d-476-user", "id": "54c23712f2ab4dc48e20808fd53a1862"}, "audit_ids": ["WcW0sRLCSzGpLKGCD2W6JQ"], "issued_at": "2018-11-19T06:01:42.000000Z"}} 2018-11-19 06:01:42,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:42,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31ccc90-ba1e-4a47-899b-bf06bf01d94f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:42,494 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d31ccc90-ba1e-4a47-899b-bf06bf01d94f 2018-11-19 06:01:42,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:42,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dfe13991-cb6d-4414-b8dc-ad0253eb4046 Date: Mon, 19 Nov 2018 06:01:42 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:01:42,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname&description=hello+group used request id req-dfe13991-cb6d-4414-b8dc-ad0253eb4046 2018-11-19 06:01:42,862 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname... 2018-11-19 06:01:42,862 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname 2018-11-19 06:01:42,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" -d '{"security_group": {"name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname", "description": "hello group"}}' 2018-11-19 06:01:43,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1408 X-Openstack-Request-Id: req-8a712e98-78d8-4aff-8c89-e1ccb7aa7c2f Date: Mon, 19 Nov 2018 06:01:43 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 2, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}} 2018-11-19 06:01:43,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-8a712e98-78d8-4aff-8c89-e1ccb7aa7c2f 2018-11-19 06:01:43,208 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:43,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:43,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6f6c617a-a9c0-4c7a-955a-b165a77c2f84 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}]} 2018-11-19 06:01:43,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-6f6c617a-a9c0-4c7a-955a-b165a77c2f84 2018-11-19 06:01:43,372 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:43,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:43,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ace0bab2-1694-4bc8-abf8-c2637c51e3ce Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}]} 2018-11-19 06:01:43,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-ace0bab2-1694-4bc8-abf8-c2637c51e3ce 2018-11-19 06:01:43,553 - neutron_utils - INFO - Retrieving security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:43,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:43,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-a95b1a2f-61e9-4eaa-a37d-b741d1de1d3c Date: Mon, 19 Nov 2018 06:01:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 2, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:43,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-a95b1a2f-61e9-4eaa-a37d-b741d1de1d3c 2018-11-19 06:01:43,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:43,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:43,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b398cc9a-5f2e-45b8-9527-da2103de8491 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}]} 2018-11-19 06:01:43,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-b398cc9a-5f2e-45b8-9527-da2103de8491 2018-11-19 06:01:43,930 - neutron_utils - INFO - Retrieving security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:43,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:43,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-c02f35a3-b306-461d-9362-a64ca30dd70a Date: Mon, 19 Nov 2018 06:01:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 2, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:43,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-c02f35a3-b306-461d-9362-a64ca30dd70a 2018-11-19 06:01:43,986 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:43,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:44,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-83d8bff7-8b7c-4b49-83d4-c354447de81e Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}]} 2018-11-19 06:01:44,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-83d8bff7-8b7c-4b49-83d4-c354447de81e 2018-11-19 06:01:44,049 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname 2018-11-19 06:01:44,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:44,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-52d4fde6-3823-416a-a529-0642adb48f12 Date: Mon, 19 Nov 2018 06:01:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 2, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:44,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-52d4fde6-3823-416a-a529-0642adb48f12 2018-11-19 06:01:44,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:44,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:44,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:44,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca236fa1-7be8-496b-9f1d-7f29f438ab95 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a"}, "enabled": true, "id": "f9096d9b28d343f4be896ba999af2e6a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}} 2018-11-19 06:01:44,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a used request id req-ca236fa1-7be8-496b-9f1d-7f29f438ab95 2018-11-19 06:01:44,352 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:44,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:44,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3199c653-b803-455f-9052-42fc0eabf053 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}]} 2018-11-19 06:01:44,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-3199c653-b803-455f-9052-42fc0eabf053 2018-11-19 06:01:44,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}684407a9642ec826bba4efa8ae8178d3d0437bf2" -d '{"security_group_rule": {"direction": "ingress", "description": "test_rule_1", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d"}}' 2018-11-19 06:01:44,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 521 X-Openstack-Request-Id: req-aa39c092-272a-47c4-8078-8e1db534ba53 Date: Mon, 19 Nov 2018 06:01:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}} 2018-11-19 06:01:44,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-aa39c092-272a-47c4-8078-8e1db534ba53 2018-11-19 06:01:44,824 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname 2018-11-19 06:01:44,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:45,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1921 X-Openstack-Request-Id: req-5c063f78-e7d2-4a1b-bb23-9455c87dcaab Date: Mon, 19 Nov 2018 06:01:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 3, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:45,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-5c063f78-e7d2-4a1b-bb23-9455c87dcaab 2018-11-19 06:01:45,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:45,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b0cead5-29f2-409e-8760-0f0b18671650 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a"}, "enabled": true, "id": "f9096d9b28d343f4be896ba999af2e6a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}} 2018-11-19 06:01:45,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a used request id req-7b0cead5-29f2-409e-8760-0f0b18671650 2018-11-19 06:01:45,108 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:45,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:45,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1500 X-Openstack-Request-Id: req-ecd0b544-68d7-47b8-b630-95546640290b Date: Mon, 19 Nov 2018 06:01:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}]} 2018-11-19 06:01:45,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-ecd0b544-68d7-47b8-b630-95546640290b 2018-11-19 06:01:45,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}684407a9642ec826bba4efa8ae8178d3d0437bf2" -d '{"security_group_rule": {"ethertype": "IPv6", "direction": "egress", "protocol": 17, "description": "test_rule_2", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d"}}' 2018-11-19 06:01:45,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-d64d3441-7cbe-474b-aae2-025f51c837cc Date: Mon, 19 Nov 2018 06:01:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}} 2018-11-19 06:01:45,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-d64d3441-7cbe-474b-aae2-025f51c837cc 2018-11-19 06:01:45,615 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname 2018-11-19 06:01:45,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:45,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2430 X-Openstack-Request-Id: req-70c8fb10-0da1-494d-b8f5-0e5e60b076e1 Date: Mon, 19 Nov 2018 06:01:45 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 4, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:45,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-70c8fb10-0da1-494d-b8f5-0e5e60b076e1 2018-11-19 06:01:45,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:45,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db96422-9530-416a-8479-9a28ac7c9e67 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a"}, "enabled": true, "id": "f9096d9b28d343f4be896ba999af2e6a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}} 2018-11-19 06:01:45,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a used request id req-9db96422-9530-416a-8479-9a28ac7c9e67 2018-11-19 06:01:45,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:45,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:45,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1997 X-Openstack-Request-Id: req-05835bd9-6ff6-4db4-bbaf-16d1f96a7f83 Date: Mon, 19 Nov 2018 06:01:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:45,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-05835bd9-6ff6-4db4-bbaf-16d1f96a7f83 2018-11-19 06:01:45,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}684407a9642ec826bba4efa8ae8178d3d0437bf2" -d '{"security_group_rule": {"direction": "egress", "protocol": 17, "description": "test_rule_3", "ethertype": "IPv4", "port_range_max": 20, "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10}}' 2018-11-19 06:01:46,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 516 X-Openstack-Request-Id: req-df8a3cc8-8538-4412-ad5b-68db2b57593e Date: Mon, 19 Nov 2018 06:01:46 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}} 2018-11-19 06:01:46,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-df8a3cc8-8538-4412-ad5b-68db2b57593e 2018-11-19 06:01:46,117 - neutron_utils - INFO - Retrieving security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:46,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:46,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-bff81761-3fc2-4a77-b156-5b36b209fe67 Date: Mon, 19 Nov 2018 06:01:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:46,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-bff81761-3fc2-4a77-b156-5b36b209fe67 2018-11-19 06:01:46,170 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:46,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:46,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8c639039-a6fd-44d3-a1a4-1be6eda4c5b5 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:46,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-8c639039-a6fd-44d3-a1a4-1be6eda4c5b5 2018-11-19 06:01:46,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:46,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dcb7b049356049e594322be3b95cd345", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj-role"}], "expires_at": "2018-11-19T07:01:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9096d9b28d343f4be896ba999af2e6a", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f9096d9b28d343f4be896ba999af2e6a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSecurityGroupTests-ae4b9254-526d-476-user", "id": "54c23712f2ab4dc48e20808fd53a1862"}, "audit_ids": ["YD7WXZd9SsKudMvLqHEL_Q"], "issued_at": "2018-11-19T06:01:46.000000Z"}} 2018-11-19 06:01:46,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:46,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-5c9388bc-54a1-44bb-b8f2-e028d0d63be0 Date: Mon, 19 Nov 2018 06:01:46 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:46,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname&description=hello+group used request id req-5c9388bc-54a1-44bb-b8f2-e028d0d63be0 2018-11-19 06:01:46,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:46,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:47,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-7eec4997-b3b3-4765-b691-45b09970327a Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:47,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-7eec4997-b3b3-4765-b691-45b09970327a 2018-11-19 06:01:47,219 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:47,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:47,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-084b0987-3154-4d89-bbb6-4ca1aee68595 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:47,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-084b0987-3154-4d89-bbb6-4ca1aee68595 2018-11-19 06:01:47,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:47,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-6a19eb02-ab35-4633-af71-5be49383471f Date: Mon, 19 Nov 2018 06:01:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:47,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-6a19eb02-ab35-4633-af71-5be49383471f 2018-11-19 06:01:47,585 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:47,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:47,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-dc522a50-0518-43c1-a6b1-69dc42d4df57 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:47,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-dc522a50-0518-43c1-a6b1-69dc42d4df57 2018-11-19 06:01:47,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:47,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-2b6c04ec-152d-4aa8-be76-d763fcfcf2e1 Date: Mon, 19 Nov 2018 06:01:47 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:47,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-2b6c04ec-152d-4aa8-be76-d763fcfcf2e1 2018-11-19 06:01:47,822 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:47,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:48,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-b2b5de53-f705-4ac5-a790-8a41fbd9ca25 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:48,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-b2b5de53-f705-4ac5-a790-8a41fbd9ca25 2018-11-19 06:01:48,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:48,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c7dda322-1cfc-4dc0-b2ce-58ccf9d2a533 Date: Mon, 19 Nov 2018 06:01:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:48,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-c7dda322-1cfc-4dc0-b2ce-58ccf9d2a533 2018-11-19 06:01:48,257 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:48,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:48,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-8cb6bcde-db21-416b-8507-f1bc5827e29a Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:48,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-8cb6bcde-db21-416b-8507-f1bc5827e29a 2018-11-19 06:01:48,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:48,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-93883353-b8bc-4b57-9f34-a7bb1a512978 Date: Mon, 19 Nov 2018 06:01:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:48,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-93883353-b8bc-4b57-9f34-a7bb1a512978 2018-11-19 06:01:48,490 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:48,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:48,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-e510a1b9-4a4b-4867-9b7a-6566c393f9e9 Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:48,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-e510a1b9-4a4b-4867-9b7a-6566c393f9e9 2018-11-19 06:01:48,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:48,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-34e6ce46-224f-4ff8-9328-8710ac2e38b6 Date: Mon, 19 Nov 2018 06:01:48 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:48,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-34e6ce46-224f-4ff8-9328-8710ac2e38b6 2018-11-19 06:01:48,865 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:48,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:48,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-39619ffb-b3db-424b-a89a-7d4056dbc82c Date: Mon, 19 Nov 2018 06:01: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-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:48,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-39619ffb-b3db-424b-a89a-7d4056dbc82c 2018-11-19 06:01:48,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:49,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-982e8544-af15-481d-a5b4-0800b6a112f9 Date: Mon, 19 Nov 2018 06:01:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:49,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-982e8544-af15-481d-a5b4-0800b6a112f9 2018-11-19 06:01:49,105 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:49,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:49,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-5a32927b-4a1e-4188-a9a7-be996e6b4724 Date: Mon, 19 Nov 2018 06:01:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:49,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-5a32927b-4a1e-4188-a9a7-be996e6b4724 2018-11-19 06:01:49,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:49,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-a37494aa-3627-4775-86e1-64d3c25de530 Date: Mon, 19 Nov 2018 06:01:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:49,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-a37494aa-3627-4775-86e1-64d3c25de530 2018-11-19 06:01:49,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:49,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:49,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-f5333542-c8cc-4db8-8d10-6bf3641c366e Date: Mon, 19 Nov 2018 06:01:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:49,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-f5333542-c8cc-4db8-8d10-6bf3641c366e 2018-11-19 06:01:49,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:49,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-19b54092-7d2c-4622-a12b-3c9c049b0b78 Date: Mon, 19 Nov 2018 06:01:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:49,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-19b54092-7d2c-4622-a12b-3c9c049b0b78 2018-11-19 06:01:49,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:49,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:49,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-ffdd0533-1c88-4448-aedc-9d43255a8458 Date: Mon, 19 Nov 2018 06:01:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:49,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-ffdd0533-1c88-4448-aedc-9d43255a8458 2018-11-19 06:01:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:49,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-77ecffb8-5861-45a7-b0f1-8efc9ce3de48 Date: Mon, 19 Nov 2018 06:01:49 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:49,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-77ecffb8-5861-45a7-b0f1-8efc9ce3de48 2018-11-19 06:01:49,990 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:49,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:50,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-491ffba4-7bcb-4a8e-b6ab-5b47399f33b9 Date: Mon, 19 Nov 2018 06:01:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:50,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-491ffba4-7bcb-4a8e-b6ab-5b47399f33b9 2018-11-19 06:01:50,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:50,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2935 X-Openstack-Request-Id: req-c2d1bc47-bbdc-40fd-949b-4951739f6b1a Date: Mon, 19 Nov 2018 06:01:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "updated_at": "2018-11-19T06:01:46Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "test_rule_1", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "revision_number": 0, "id": "5bb42457-4961-42d4-ac03-d3c4e60df352", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "revision_number": 0, "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_3", "tags": [], "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "revision_number": 0, "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": 10, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": "17", "description": "test_rule_2", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "revision_number": 0, "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 5, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "e4315413-66cf-4330-9e28-147a69656f9d", "name": "CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname"}]} 2018-11-19 06:01:50,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname used request id req-c2d1bc47-bbdc-40fd-949b-4951739f6b1a 2018-11-19 06:01:50,231 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:50,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:50,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2490 X-Openstack-Request-Id: req-384cfbd3-4f3d-4692-824e-fee16b3dbc54 Date: Mon, 19 Nov 2018 06:01:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "test_rule_1", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:44Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:44Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "5bb42457-4961-42d4-ac03-d3c4e60df352"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:50,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-384cfbd3-4f3d-4692-824e-fee16b3dbc54 2018-11-19 06:01:50,420 - neutron_utils - INFO - Deleting security group rule with ID - 5bb42457-4961-42d4-ac03-d3c4e60df352 2018-11-19 06:01:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5bb42457-4961-42d4-ac03-d3c4e60df352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:50,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9889c935-a7f5-42bd-bf00-473ed643635b Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:50,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5bb42457-4961-42d4-ac03-d3c4e60df352 used request id req-9889c935-a7f5-42bd-bf00-473ed643635b 2018-11-19 06:01:50,532 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-11-19 06:01:50,532 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4315413-66cf-4330-9e28-147a69656f9d 2018-11-19 06:01:50,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7958b73ac80261fca531048af2fa115c70bbc446" 2018-11-19 06:01:50,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1992 X-Openstack-Request-Id: req-09b6aee7-324d-4f6c-89d7-608ef2020ab5 Date: Mon, 19 Nov 2018 06:01:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "76cda4a1-d26e-4368-b060-ad3976a34ab0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:43Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:43Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bea64411-3c89-4793-a3f5-6ea39293d6ed"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_3", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 20, "updated_at": "2018-11-19T06:01:46Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": 10, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:46Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "d3f125c9-cca7-4bf3-86a4-14fc9eac2d60"}, {"remote_group_id": null, "direction": "egress", "protocol": "17", "description": "test_rule_2", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:45Z", "security_group_id": "e4315413-66cf-4330-9e28-147a69656f9d", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:45Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "dcea0f30-ae10-45b2-828c-72bbdebd3d55"}]} 2018-11-19 06:01:50,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4315413-66cf-4330-9e28-147a69656f9d used request id req-09b6aee7-324d-4f6c-89d7-608ef2020ab5 2018-11-19 06:01:50,700 - neutron_utils - INFO - Deleting security group rule with ID - 5bb42457-4961-42d4-ac03-d3c4e60df352 2018-11-19 06:01:50,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5bb42457-4961-42d4-ac03-d3c4e60df352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:50,727 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-0e4aaa86-4e9c-4218-8f48-e659fed5c488 Date: Mon, 19 Nov 2018 06:01:50 GMT RESP BODY: {"NeutronError": {"message": "Security group rule 5bb42457-4961-42d4-ac03-d3c4e60df352 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:01:50,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5bb42457-4961-42d4-ac03-d3c4e60df352 used request id req-0e4aaa86-4e9c-4218-8f48-e659fed5c488 2018-11-19 06:01:50,728 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule 5bb42457-4961-42d4-ac03-d3c4e60df352 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-19 06:01:50,728 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 5bb42457-4961-42d4-ac03-d3c4e60df352 does not exist Neutron server returns request_ids: ['req-0e4aaa86-4e9c-4218-8f48-e659fed5c488'] 2018-11-19 06:01:50,728 - neutron_utils - INFO - Deleting security group rule with ID - bea64411-3c89-4793-a3f5-6ea39293d6ed 2018-11-19 06:01:50,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/bea64411-3c89-4793-a3f5-6ea39293d6ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:50,821 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1056546f-6d28-49c6-bf06-8c24a14308bd Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:50,821 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/bea64411-3c89-4793-a3f5-6ea39293d6ed used request id req-1056546f-6d28-49c6-bf06-8c24a14308bd 2018-11-19 06:01:50,821 - neutron_utils - INFO - Deleting security group rule with ID - dcea0f30-ae10-45b2-828c-72bbdebd3d55 2018-11-19 06:01:50,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/dcea0f30-ae10-45b2-828c-72bbdebd3d55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:51,059 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0707cb4d-9a7c-48d5-88f1-5c7d5762e597 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:51,059 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/dcea0f30-ae10-45b2-828c-72bbdebd3d55 used request id req-0707cb4d-9a7c-48d5-88f1-5c7d5762e597 2018-11-19 06:01:51,060 - neutron_utils - INFO - Deleting security group rule with ID - 76cda4a1-d26e-4368-b060-ad3976a34ab0 2018-11-19 06:01:51,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/76cda4a1-d26e-4368-b060-ad3976a34ab0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:51,156 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9be169ae-ff1e-4f04-b19f-799a82e04d3d Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:51,156 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/76cda4a1-d26e-4368-b060-ad3976a34ab0 used request id req-9be169ae-ff1e-4f04-b19f-799a82e04d3d 2018-11-19 06:01:51,156 - neutron_utils - INFO - Deleting security group rule with ID - d3f125c9-cca7-4bf3-86a4-14fc9eac2d60 2018-11-19 06:01:51,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d3f125c9-cca7-4bf3-86a4-14fc9eac2d60 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:51,420 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f393423d-920d-492f-be76-01eb2afcf313 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:51,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d3f125c9-cca7-4bf3-86a4-14fc9eac2d60 used request id req-f393423d-920d-492f-be76-01eb2afcf313 2018-11-19 06:01:51,420 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-9b539674-40be-48b9-badf-e1ed78b261ecname 2018-11-19 06:01:51,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e4315413-66cf-4330-9e28-147a69656f9d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}684407a9642ec826bba4efa8ae8178d3d0437bf2" 2018-11-19 06:01:51,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65551229-821a-4d0f-a5b8-9516364821ac Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:51,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e4315413-66cf-4330-9e28-147a69656f9d used request id req-65551229-821a-4d0f-a5b8-9516364821ac 2018-11-19 06:01:51,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:51,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6db1cd70-82d6-4e79-8dd8-ee8c0536121a Date: Mon, 19 Nov 2018 06:01:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:42Z", "updated_at": "2018-11-19T06:01:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "revision_number": 0, "id": "147bbcef-b4fe-4bbb-af18-449cd80a857f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "revision_number": 0, "id": "599c08aa-f8b5-40d6-8b92-9d64f9df586d", "remote_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "revision_number": 0, "id": "bd479f48-404e-4a17-b0e0-1fe623705071", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "revision_number": 0, "id": "ca162aa5-d905-4bd6-b45b-cabb75e626c8", "remote_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9096d9b28d343f4be896ba999af2e6a"}], "revision_number": 4, "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "be5dc940-9253-4e02-8271-7e888d35c09b", "name": "default"}]} 2018-11-19 06:01:51,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6db1cd70-82d6-4e79-8dd8-ee8c0536121a 2018-11-19 06:01:51,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:52,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9daf22ab-5031-4e21-94a5-6829fce56bff Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:01:52,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-9daf22ab-5031-4e21-94a5-6829fce56bff 2018-11-19 06:01:52,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:52,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72da9b93-68a7-456f-91c6-feb3580225da Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:01:52,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-72da9b93-68a7-456f-91c6-feb3580225da 2018-11-19 06:01:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:52,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a1609a-7e8a-44fc-8282-493c0f2b513d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:01:52,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-b5a1609a-7e8a-44fc-8282-493c0f2b513d 2018-11-19 06:01:52,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:52,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d995be-8e6f-445e-9dfb-c94044ac8624 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a"}, "enabled": true, "id": "f9096d9b28d343f4be896ba999af2e6a", "parent_id": "default", "domain_id": "default", "name": "CreateSecurityGroupTests-ae4b9254-526d-476-proj"}} 2018-11-19 06:01:52,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a used request id req-97d995be-8e6f-445e-9dfb-c94044ac8624 2018-11-19 06:01:52,289 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - be5dc940-9253-4e02-8271-7e888d35c09b 2018-11-19 06:01:52,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=be5dc940-9253-4e02-8271-7e888d35c09b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:52,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-6e07f0ff-7582-4129-8ba1-77cbe4c000a0 Date: Mon, 19 Nov 2018 06:01:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:42Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "147bbcef-b4fe-4bbb-af18-449cd80a857f"}, {"remote_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:42Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "599c08aa-f8b5-40d6-8b92-9d64f9df586d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:42Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "bd479f48-404e-4a17-b0e0-1fe623705071"}, {"remote_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:01:42Z", "security_group_id": "be5dc940-9253-4e02-8271-7e888d35c09b", "port_range_min": null, "revision_number": 0, "tenant_id": "f9096d9b28d343f4be896ba999af2e6a", "created_at": "2018-11-19T06:01:42Z", "project_id": "f9096d9b28d343f4be896ba999af2e6a", "id": "ca162aa5-d905-4bd6-b45b-cabb75e626c8"}]} 2018-11-19 06:01:52,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=be5dc940-9253-4e02-8271-7e888d35c09b used request id req-6e07f0ff-7582-4129-8ba1-77cbe4c000a0 2018-11-19 06:01:52,479 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:01:52,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/be5dc940-9253-4e02-8271-7e888d35c09b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:52,758 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bebcf1b2-7bbf-4244-8236-b5642cedf103 Content-Length: 0 Date: Mon, 19 Nov 2018 06:01:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:01:52,758 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/be5dc940-9253-4e02-8271-7e888d35c09b used request id req-bebcf1b2-7bbf-4244-8236-b5642cedf103 2018-11-19 06:01:52,759 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-ae4b9254-526d-476-proj 2018-11-19 06:01:52,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:52,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bea8eae-f0e2-45b0-9afb-8a0153605e53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:52,976 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f9096d9b28d343f4be896ba999af2e6a used request id req-1bea8eae-f0e2-45b0-9afb-8a0153605e53 2018-11-19 06:01:52,976 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-ae4b9254-526d-476-proj-role 2018-11-19 06:01:52,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/dcb7b049356049e594322be3b95cd345 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:53,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf36aca3-51b2-487e-95d1-92faac8bb56c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:53,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/dcb7b049356049e594322be3b95cd345 used request id req-cf36aca3-51b2-487e-95d1-92faac8bb56c 2018-11-19 06:01:53,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c2d820ec99bca34d0d76ba0f31024fa53397a07" 2018-11-19 06:01:53,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ff4b34-5862-4d47-9f69-8cb6f82f0aec Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:53,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-83ff4b34-5862-4d47-9f69-8cb6f82f0aec 2018-11-19 06:01:53,172 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-ae4b9254-526d-476-user 2018-11-19 06:01:53,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/54c23712f2ab4dc48e20808fd53a1862 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd1ac91c70a22f091fed368646f00b100a5a3547" 2018-11-19 06:01:53,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28c59312-60ae-4d19-8486-cf720435fc9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:53,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/54c23712f2ab4dc48e20808fd53a1862 used request id req-28c59312-60ae-4d19-8486-cf720435fc9c 2018-11-19 06:01:53,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:53,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["PRRpSHI6SuuTpZeTjzvdaQ"], "issued_at": "2018-11-19T06:01:53.000000Z"}} 2018-11-19 06:01:53,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1413301f52ae17597f63cd85507468dd5b87d026" 2018-11-19 06:01:53,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-573e547a-a3e4-428b-b780-f0eba7146016 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:53,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-573e547a-a3e4-428b-b780-f0eba7146016 2018-11-19 06:01:53,859 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:53,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:54,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["BOwonYEMSXKap0i20Vrd4Q"], "issued_at": "2018-11-19T06:01:54.000000Z"}} 2018-11-19 06:01:54,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:01:54,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bedffc9-7053-4000-bda5-7dbb84342997 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:54,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0bedffc9-7053-4000-bda5-7dbb84342997 2018-11-19 06:01:54,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:54,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:54,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-beed9e6d-fbb9-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:01:54,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35605fa1-bb08-4310-9e3d-e0b0b94adab9 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-beed9e6d-fbb9-438-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:01:54,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-beed9e6d-fbb9-438-proj used request id req-35605fa1-bb08-4310-9e3d-e0b0b94adab9 2018-11-19 06:01:54,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:01:54,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-049c1279-3db6-43cf-9cc3-b49e013f6c09 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:54,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-049c1279-3db6-43cf-9cc3-b49e013f6c09 2018-11-19 06:01:54,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj"}}' 2018-11-19 06:01:54,715 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c620a677-cb2d-48d2-91c3-7192ce7b2001 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/928d2bdd215840b0a07bf3f2a5702905"}, "enabled": true, "id": "928d2bdd215840b0a07bf3f2a5702905", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj"}} 2018-11-19 06:01:54,716 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c620a677-cb2d-48d2-91c3-7192ce7b2001 2018-11-19 06:01:54,716 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-beed9e6d-fbb9-438-proj 2018-11-19 06:01:54,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:54,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:55,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:01:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["4QLt9ZcWQWynr2A9FM9aow"], "issued_at": "2018-11-19T06:01:55.000000Z"}} 2018-11-19 06:01:55,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b743185bbf81b3bb8a3fc5a5a7f64e6c2ef875" 2018-11-19 06:01:55,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0987e5a-ed07-450a-9663-e11a1a7b19bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:55,190 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a0987e5a-ed07-450a-9663-e11a1a7b19bb 2018-11-19 06:01:55,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:01:55,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:01:55,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b743185bbf81b3bb8a3fc5a5a7f64e6c2ef875" 2018-11-19 06:01:55,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-912a8ebb-52f9-4f3d-88d2-ff335d5185e1 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:01:55,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-912a8ebb-52f9-4f3d-88d2-ff335d5185e1 2018-11-19 06:01:55,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-beed9e6d-fbb9-438-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b743185bbf81b3bb8a3fc5a5a7f64e6c2ef875" 2018-11-19 06:01:55,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b780aab-7594-4313-a4dc-5ba170e3f496 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-beed9e6d-fbb9-438-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/928d2bdd215840b0a07bf3f2a5702905"}, "enabled": true, "id": "928d2bdd215840b0a07bf3f2a5702905", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj"}]} 2018-11-19 06:01:55,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-beed9e6d-fbb9-438-proj used request id req-7b780aab-7594-4313-a4dc-5ba170e3f496 2018-11-19 06:01:55,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b743185bbf81b3bb8a3fc5a5a7f64e6c2ef875" 2018-11-19 06:01:55,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb6775b6-6c73-4e5b-aee5-1a49c125f61d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:01:55,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-eb6775b6-6c73-4e5b-aee5-1a49c125f61d 2018-11-19 06:01:55,859 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-beed9e6d-fbb9-438-user 2018-11-19 06:01:55,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:55,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:01:55,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4d1895-78de-4122-a397-245411b902a1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:01:55,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ae4d1895-78de-4122-a397-245411b902a1 2018-11-19 06:01:55,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" -d '{"role": {"name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role"}}' 2018-11-19 06:01:55,985 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bb7209a-80f6-4eb0-95a0-1978c68e8ab3 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bd4d49154dd14d909d35393a1655f444", "links": {"self": "http://172.30.9.21:5000/v3/roles/bd4d49154dd14d909d35393a1655f444"}, "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role"}} 2018-11-19 06:01:55,985 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1bb7209a-80f6-4eb0-95a0-1978c68e8ab3 2018-11-19 06:01:55,985 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role 2018-11-19 06:01:55,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bd4d49154dd14d909d35393a1655f444 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:01:56,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3abbddc7-1c69-45b0-ae6c-4dc25dd84fa1 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bd4d49154dd14d909d35393a1655f444"}, "domain_id": null, "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role", "id": "bd4d49154dd14d909d35393a1655f444"}} 2018-11-19 06:01:56,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bd4d49154dd14d909d35393a1655f444 used request id req-3abbddc7-1c69-45b0-ae6c-4dc25dd84fa1 2018-11-19 06:01:56,078 - keystone_utils - INFO - Granting role CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role to project CreateImageSuccessTests-beed9e6d-fbb9-438-proj 2018-11-19 06:01:56,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/928d2bdd215840b0a07bf3f2a5702905/users/4538631d0bae4bdfb3cd3d302c68e328/roles/bd4d49154dd14d909d35393a1655f444 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:01:56,227 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:01:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b03b650e-e868-489e-809a-af22008a9dd2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:01:56,228 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/928d2bdd215840b0a07bf3f2a5702905/users/4538631d0bae4bdfb3cd3d302c68e328/roles/bd4d49154dd14d909d35393a1655f444 used request id req-b03b650e-e868-489e-809a-af22008a9dd2 2018-11-19 06:01:56,250 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:01:56,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:01:56,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:01:56,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd4d49154dd14d909d35393a1655f444", "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role"}], "expires_at": "2018-11-19T07:01:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "928d2bdd215840b0a07bf3f2a5702905", "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-user", "id": "4538631d0bae4bdfb3cd3d302c68e328"}, "audit_ids": ["uIGKIhHFQkqYWzu2c536mw"], "issued_at": "2018-11-19T06:01:56.000000Z"}} 2018-11-19 06:01:56,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" 2018-11-19 06:01:56,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:01:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c591840-08ca-4947-8f98-8549668375d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:01:56,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3c591840-08ca-4947-8f98-8549668375d2 2018-11-19 06:01:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" 2018-11-19 06:01:57,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-ef3d671f-128c-4c2f-9270-0380ad98d7fe Date: Mon, 19 Nov 2018 06:01:57 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8"} 2018-11-19 06:01:57,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 used request id req-ef3d671f-128c-4c2f-9270-0380ad98d7fe 2018-11-19 06:01:57,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" 2018-11-19 06:01:57,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ebf1718a-76c2-404e-93fb-8a36f2d7f8f6 Date: Mon, 19 Nov 2018 06:01:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:01:57,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ebf1718a-76c2-404e-93fb-8a36f2d7f8f6 2018-11-19 06:01:57,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8"}' 2018-11-19 06:01:58,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 X-Openstack-Request-Id: req-127717fa-196b-4dda-9135-a4aa2a79d212 Date: Mon, 19 Nov 2018 06:01:58 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:01:58Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:01:58Z", "visibility": "shared", "locations": [], "self": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244", "min_disk": 0, "protected": false, "id": "fd0f2fda-e22d-41f3-9096-5bd922d03244", "file": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/file", "checksum": null, "owner": "928d2bdd215840b0a07bf3f2a5702905", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:01:58,155 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-127717fa-196b-4dda-9135-a4aa2a79d212 2018-11-19 06:01:58,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" -d '' 2018-11-19 06:02:00,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6ee739bb-afaa-489e-bef3-cab2e5e67f58 Date: Mon, 19 Nov 2018 06:02:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:00,863 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/file used request id req-6ee739bb-afaa-489e-bef3-cab2e5e67f58 2018-11-19 06:02:00,863 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:02:00,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" 2018-11-19 06:02:01,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-25310374-3afd-428f-8548-853a6e79cc88 Date: Mon, 19 Nov 2018 06:02:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:01:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:00Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/snap", "metadata": {}}], "self": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244", "min_disk": 0, "protected": false, "id": "fd0f2fda-e22d-41f3-9096-5bd922d03244", "file": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "928d2bdd215840b0a07bf3f2a5702905", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:01,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 used request id req-25310374-3afd-428f-8548-853a6e79cc88 2018-11-19 06:02:01,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" 2018-11-19 06:02:01,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-464cdcc8-8d7b-41ff-951d-e0f626e03083 Date: Mon, 19 Nov 2018 06:02:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:01,179 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-464cdcc8-8d7b-41ff-951d-e0f626e03083 2018-11-19 06:02:01,182 - create_image - INFO - Created image with name - CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 2018-11-19 06:02:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" 2018-11-19 06:02:01,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-8e6f5e27-a6d0-4fc1-a691-099a94597155 Date: Mon, 19 Nov 2018 06:02:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:01:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:00Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/snap", "metadata": {}}], "self": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244", "min_disk": 0, "protected": false, "id": "fd0f2fda-e22d-41f3-9096-5bd922d03244", "file": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "928d2bdd215840b0a07bf3f2a5702905", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:01,344 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 used request id req-8e6f5e27-a6d0-4fc1-a691-099a94597155 2018-11-19 06:02:01,344 - create_image - DEBUG - Instance status is - active 2018-11-19 06:02:01,345 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 2018-11-19 06:02:01,345 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 2018-11-19 06:02:01,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:01,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bd4d49154dd14d909d35393a1655f444", "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role"}], "expires_at": "2018-11-19T07:02:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "928d2bdd215840b0a07bf3f2a5702905", "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/928d2bdd215840b0a07bf3f2a5702905", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-beed9e6d-fbb9-438-user", "id": "4538631d0bae4bdfb3cd3d302c68e328"}, "audit_ids": ["u0jgpjfeQKKleCnXWrPLzA"], "issued_at": "2018-11-19T06:02:01.000000Z"}} 2018-11-19 06:02:01,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14ccb88684ab32196e796df10beb16f0578f93eb" 2018-11-19 06:02:01,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-ba403086-feca-4a6f-b92a-03ddda0b78d6 Date: Mon, 19 Nov 2018 06:02:01 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:01:58Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:00Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/snap", "metadata": {}}], "self": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244", "min_disk": 0, "protected": false, "id": "fd0f2fda-e22d-41f3-9096-5bd922d03244", "file": "/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "928d2bdd215840b0a07bf3f2a5702905", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fd0f2fda-e22d-41f3-9096-5bd922d03244/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8"} 2018-11-19 06:02:01,901 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 used request id req-ba403086-feca-4a6f-b92a-03ddda0b78d6 2018-11-19 06:02:01,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14ccb88684ab32196e796df10beb16f0578f93eb" 2018-11-19 06:02:02,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-69985658-887c-4ef2-bc78-4cacab206e5d Date: Mon, 19 Nov 2018 06:02:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:02,065 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-69985658-887c-4ef2-bc78-4cacab206e5d 2018-11-19 06:02:02,068 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 2018-11-19 06:02:02,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14ccb88684ab32196e796df10beb16f0578f93eb" 2018-11-19 06:02:03,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f02194d0-ea71-449a-bc26-b7a4b9b1a618 Date: Mon, 19 Nov 2018 06:02:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:03,374 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 used request id req-f02194d0-ea71-449a-bc26-b7a4b9b1a618 2018-11-19 06:02:03,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14ccb88684ab32196e796df10beb16f0578f93eb" 2018-11-19 06:02:03,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-fece4ea1-b086-4e22-9835-450b54bc6ca8 Date: Mon, 19 Nov 2018 06:02:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8"} 2018-11-19 06:02:03,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 used request id req-fece4ea1-b086-4e22-9835-450b54bc6ca8 2018-11-19 06:02:03,569 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-26ce06d8-7f40-4f14-a6d8-71b9f2b6b6c8 2018-11-19 06:02:03,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}81a3c6f41db8d6a402eb1bca51fd5103329be7d2" 2018-11-19 06:02:03,734 - keystoneauth.session - DEBUG - RESP: [404] Content-Length: 189 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-ddef664b-2e48-4cb9-9f68-2e2f22770783 Date: Mon, 19 Nov 2018 06:02:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:03,734 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fd0f2fda-e22d-41f3-9096-5bd922d03244 used request id req-ddef664b-2e48-4cb9-9f68-2e2f22770783 2018-11-19 06:02:03,734 - glanceclient.common.http - DEBUG - Request returned failure status 404. 2018-11-19 06:02:03,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:02:03,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2fe80015-a63a-4dbb-9c0e-96a74b40492a Date: Mon, 19 Nov 2018 06:02:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:02:03,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2fe80015-a63a-4dbb-9c0e-96a74b40492a 2018-11-19 06:02:03,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:02:04,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecb38e85-a897-40b1-a6c3-a00575a0335a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:02:04,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-ecb38e85-a897-40b1-a6c3-a00575a0335a 2018-11-19 06:02:04,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:02:04,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32de5ecb-9448-4b38-8b30-904b437104da Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:02:04,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-32de5ecb-9448-4b38-8b30-904b437104da 2018-11-19 06:02:04,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:02:04,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be989e77-0719-4172-a644-bd8a930bad96 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:02:04,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-be989e77-0719-4172-a644-bd8a930bad96 2018-11-19 06:02:04,228 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-beed9e6d-fbb9-438-proj 2018-11-19 06:02:04,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/928d2bdd215840b0a07bf3f2a5702905 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:02:04,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1e85a97-b7fe-4117-bd57-f2e39291a922 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:04,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/928d2bdd215840b0a07bf3f2a5702905 used request id req-a1e85a97-b7fe-4117-bd57-f2e39291a922 2018-11-19 06:02:04,430 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-beed9e6d-fbb9-438-proj-role 2018-11-19 06:02:04,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bd4d49154dd14d909d35393a1655f444 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:02:04,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7204765f-1f3e-4a41-a146-2ddb650c4b43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:04,548 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bd4d49154dd14d909d35393a1655f444 used request id req-7204765f-1f3e-4a41-a146-2ddb650c4b43 2018-11-19 06:02:04,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea0c0e56fbd3fcfe9fc8d5c5f31f663e7931b902" 2018-11-19 06:02:04,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faabe51f-374a-46a6-839f-c65251da9e34 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:04,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-faabe51f-374a-46a6-839f-c65251da9e34 2018-11-19 06:02:04,646 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-beed9e6d-fbb9-438-user 2018-11-19 06:02:04,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4538631d0bae4bdfb3cd3d302c68e328 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1b743185bbf81b3bb8a3fc5a5a7f64e6c2ef875" 2018-11-19 06:02:04,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f4ed504-339e-403f-a2c9-48d9046ab186 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:04,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4538631d0bae4bdfb3cd3d302c68e328 used request id req-1f4ed504-339e-403f-a2c9-48d9046ab186 2018-11-19 06:02:04,829 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:05,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["cjuaXMtiSDOHZ5bOT6aPVA"], "issued_at": "2018-11-19T06:02:05.000000Z"}} 2018-11-19 06:02:05,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265a614f4c80b823fd4a68cbfa9c9c44f57cd5ae" 2018-11-19 06:02:05,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1edbd78-f24b-48b8-8da7-25ff486e0dc0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:05,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b1edbd78-f24b-48b8-8da7-25ff486e0dc0 2018-11-19 06:02:05,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:05,311 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:05,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ozOZNDiMQWqtRZvp1KZ5yQ"], "issued_at": "2018-11-19T06:02:05.000000Z"}} 2018-11-19 06:02:05,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:05,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43de5b1-788d-4a9d-8f7a-58e2b8b4853d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:05,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b43de5b1-788d-4a9d-8f7a-58e2b8b4853d 2018-11-19 06:02:05,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:05,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:05,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-875326f4-6dab-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:05,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0b2724c-a9c8-498a-80d9-a6f8cdcd0dc7 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-875326f4-6dab-4b1-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:02:05,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-875326f4-6dab-4b1-proj used request id req-c0b2724c-a9c8-498a-80d9-a6f8cdcd0dc7 2018-11-19 06:02:05,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:05,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6910682-26fe-4ac2-9b64-1e5f171d0b6e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:05,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c6910682-26fe-4ac2-9b64-1e5f171d0b6e 2018-11-19 06:02:05,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj"}}' 2018-11-19 06:02:06,075 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-302e9e13-84cc-45d4-a723-45fe6f8a2407 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/88f13622815d44b087d9bf5927c183fd"}, "enabled": true, "id": "88f13622815d44b087d9bf5927c183fd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj"}} 2018-11-19 06:02:06,075 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-302e9e13-84cc-45d4-a723-45fe6f8a2407 2018-11-19 06:02:06,075 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-875326f4-6dab-4b1-proj 2018-11-19 06:02:06,076 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:06,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:06,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["7N11GRLySo6pFN_bxQoI2w"], "issued_at": "2018-11-19T06:02:06.000000Z"}} 2018-11-19 06:02:06,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}474ed61158498ec4a5f8526751b2a3b3b526335c" 2018-11-19 06:02:06,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3250f6b6-72f2-4038-9eaf-302a2cec9659 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:06,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3250f6b6-72f2-4038-9eaf-302a2cec9659 2018-11-19 06:02:06,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:06,545 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:06,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}474ed61158498ec4a5f8526751b2a3b3b526335c" 2018-11-19 06:02:06,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-446d1e1c-5285-4a1c-b260-68daae3e97be Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:02:06,642 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-446d1e1c-5285-4a1c-b260-68daae3e97be 2018-11-19 06:02:06,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-875326f4-6dab-4b1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}474ed61158498ec4a5f8526751b2a3b3b526335c" 2018-11-19 06:02:06,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e2cf713-5021-44ac-9003-37319e952765 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-875326f4-6dab-4b1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/88f13622815d44b087d9bf5927c183fd"}, "enabled": true, "id": "88f13622815d44b087d9bf5927c183fd", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj"}]} 2018-11-19 06:02:06,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-875326f4-6dab-4b1-proj used request id req-9e2cf713-5021-44ac-9003-37319e952765 2018-11-19 06:02:06,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}474ed61158498ec4a5f8526751b2a3b3b526335c" 2018-11-19 06:02:06,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d6629b-2e15-48ef-a869-6a31830411b5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:06,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-06d6629b-2e15-48ef-a869-6a31830411b5 2018-11-19 06:02:07,176 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-875326f4-6dab-4b1-user 2018-11-19 06:02:07,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:07,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321c95cd-495e-43c6-8659-c66e5c03c826 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:07,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-321c95cd-495e-43c6-8659-c66e5c03c826 2018-11-19 06:02:07,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" -d '{"role": {"name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj-role"}}' 2018-11-19 06:02:07,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-993d750c-4bfe-46dc-b360-ab886bbee380 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ec65226f78e40fb944a039d3908606b", "links": {"self": "http://172.30.9.21:5000/v3/roles/0ec65226f78e40fb944a039d3908606b"}, "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj-role"}} 2018-11-19 06:02:07,392 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-993d750c-4bfe-46dc-b360-ab886bbee380 2018-11-19 06:02:07,393 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-875326f4-6dab-4b1-proj-role 2018-11-19 06:02:07,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0ec65226f78e40fb944a039d3908606b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:07,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ffb7c7b-cb2e-434e-b2ec-d2ff86eacf49 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0ec65226f78e40fb944a039d3908606b"}, "domain_id": null, "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj-role", "id": "0ec65226f78e40fb944a039d3908606b"}} 2018-11-19 06:02:07,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0ec65226f78e40fb944a039d3908606b used request id req-7ffb7c7b-cb2e-434e-b2ec-d2ff86eacf49 2018-11-19 06:02:07,478 - keystone_utils - INFO - Granting role CreateImageSuccessTests-875326f4-6dab-4b1-proj-role to project CreateImageSuccessTests-875326f4-6dab-4b1-proj 2018-11-19 06:02:07,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/88f13622815d44b087d9bf5927c183fd/users/aedff753d0eb4bb9a919fbd3fb86b55f/roles/0ec65226f78e40fb944a039d3908606b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:07,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f68f7fb-bffd-4213-bbf9-598ae99f2dfc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:07,610 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/88f13622815d44b087d9bf5927c183fd/users/aedff753d0eb4bb9a919fbd3fb86b55f/roles/0ec65226f78e40fb944a039d3908606b used request id req-5f68f7fb-bffd-4213-bbf9-598ae99f2dfc 2018-11-19 06:02:07,611 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:02:07,611 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:07,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:07,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ec65226f78e40fb944a039d3908606b", "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj-role"}], "expires_at": "2018-11-19T07:02:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88f13622815d44b087d9bf5927c183fd", "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-875326f4-6dab-4b1-user", "id": "aedff753d0eb4bb9a919fbd3fb86b55f"}, "audit_ids": ["4NaqNPJtSa2I910BWPYjTw"], "issued_at": "2018-11-19T06:02:07.000000Z"}} 2018-11-19 06:02:07,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" 2018-11-19 06:02:08,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0820e324-6a8e-4ff2-86dd-ebc441ed076f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:08,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0820e324-6a8e-4ff2-86dd-ebc441ed076f 2018-11-19 06:02:08,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" 2018-11-19 06:02:08,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-170e230f-ef41-4e7d-a287-9af007654743 Date: Mon, 19 Nov 2018 06:02:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b"} 2018-11-19 06:02:08,241 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b used request id req-170e230f-ef41-4e7d-a287-9af007654743 2018-11-19 06:02:08,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" 2018-11-19 06:02:08,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8caed730-255d-4d09-9970-ad95a4112a42 Date: Mon, 19 Nov 2018 06:02:08 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:08,399 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8caed730-255d-4d09-9970-ad95a4112a42 2018-11-19 06:02:08,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b"}' 2018-11-19 06:02:08,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d X-Openstack-Request-Id: req-32d17abf-c52a-42f4-bd70-074be595883c Date: Mon, 19 Nov 2018 06:02:08 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:08Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:08Z", "visibility": "shared", "locations": [], "self": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d", "min_disk": 0, "protected": false, "id": "b84afd0d-8211-487a-b93b-165705257b8d", "file": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d/file", "checksum": null, "owner": "88f13622815d44b087d9bf5927c183fd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:08,993 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-32d17abf-c52a-42f4-bd70-074be595883c 2018-11-19 06:02:09,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" -d '' 2018-11-19 06:02:10,822 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a4c510ae-8ae3-4436-aa15-672d36c81270 Date: Mon, 19 Nov 2018 06:02:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:10,822 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d/file used request id req-a4c510ae-8ae3-4436-aa15-672d36c81270 2018-11-19 06:02:10,823 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:02:10,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" 2018-11-19 06:02:10,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-d521eeb1-3e83-47c0-8f1d-5adaf78c6842 Date: Mon, 19 Nov 2018 06:02:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:10Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b84afd0d-8211-487a-b93b-165705257b8d/snap", "metadata": {}}], "self": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d", "min_disk": 0, "protected": false, "id": "b84afd0d-8211-487a-b93b-165705257b8d", "file": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88f13622815d44b087d9bf5927c183fd", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b84afd0d-8211-487a-b93b-165705257b8d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:10,992 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d used request id req-d521eeb1-3e83-47c0-8f1d-5adaf78c6842 2018-11-19 06:02:10,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" 2018-11-19 06:02:11,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3347c3ca-bb1c-4c99-aad2-020946d56bb2 Date: Mon, 19 Nov 2018 06:02:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:11,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3347c3ca-bb1c-4c99-aad2-020946d56bb2 2018-11-19 06:02:11,249 - create_image - INFO - Created image with name - CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b 2018-11-19 06:02:11,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" 2018-11-19 06:02:11,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-42ab2aa8-d773-4bd7-af23-d332a01e24a4 Date: Mon, 19 Nov 2018 06:02:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:10Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b84afd0d-8211-487a-b93b-165705257b8d/snap", "metadata": {}}], "self": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d", "min_disk": 0, "protected": false, "id": "b84afd0d-8211-487a-b93b-165705257b8d", "file": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88f13622815d44b087d9bf5927c183fd", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b84afd0d-8211-487a-b93b-165705257b8d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:11,270 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d used request id req-42ab2aa8-d773-4bd7-af23-d332a01e24a4 2018-11-19 06:02:11,270 - create_image - DEBUG - Instance status is - active 2018-11-19 06:02:11,270 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b 2018-11-19 06:02:11,270 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b 2018-11-19 06:02:11,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:11,646 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ec65226f78e40fb944a039d3908606b", "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj-role"}], "expires_at": "2018-11-19T07:02:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88f13622815d44b087d9bf5927c183fd", "name": "CreateImageSuccessTests-875326f4-6dab-4b1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/88f13622815d44b087d9bf5927c183fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/88f13622815d44b087d9bf5927c183fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/88f13622815d44b087d9bf5927c183fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-875326f4-6dab-4b1-user", "id": "aedff753d0eb4bb9a919fbd3fb86b55f"}, "audit_ids": ["4WyFwD8VSueR72IfXUqcSw"], "issued_at": "2018-11-19T06:02:11.000000Z"}} 2018-11-19 06:02:11,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35c813e356c7e1becb0b82c6264947f661b51b4f" 2018-11-19 06:02:11,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-adfe5903-0625-41e7-8ee1-37525848fb21 Date: Mon, 19 Nov 2018 06:02:11 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:08Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:10Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b84afd0d-8211-487a-b93b-165705257b8d/snap", "metadata": {}}], "self": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d", "min_disk": 0, "protected": false, "id": "b84afd0d-8211-487a-b93b-165705257b8d", "file": "/v2/images/b84afd0d-8211-487a-b93b-165705257b8d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88f13622815d44b087d9bf5927c183fd", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b84afd0d-8211-487a-b93b-165705257b8d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b"} 2018-11-19 06:02:11,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b used request id req-adfe5903-0625-41e7-8ee1-37525848fb21 2018-11-19 06:02:11,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}35c813e356c7e1becb0b82c6264947f661b51b4f" 2018-11-19 06:02:11,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3582e610-ff07-4342-a0c8-c0895006a2fc Date: Mon, 19 Nov 2018 06:02:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:11,992 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3582e610-ff07-4342-a0c8-c0895006a2fc 2018-11-19 06:02:11,994 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-a4f54b31-77a4-49a1-bcee-3699dfee0b6b 2018-11-19 06:02:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d379a4810c9949a7a8a90b164427cea2cb308f28" 2018-11-19 06:02:13,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6db6b404-9f88-4c4f-930e-ab6a757c17a0 Date: Mon, 19 Nov 2018 06:02:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:13,404 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b84afd0d-8211-487a-b93b-165705257b8d used request id req-6db6b404-9f88-4c4f-930e-ab6a757c17a0 2018-11-19 06:02:13,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:13,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ba0d454b-ab2a-428a-96de-6cf385880fa5 Date: Mon, 19 Nov 2018 06:02:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:02:13,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ba0d454b-ab2a-428a-96de-6cf385880fa5 2018-11-19 06:02:13,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:13,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8e274b8-3c68-4222-8a99-28dc740873a5 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:02:13,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-e8e274b8-3c68-4222-8a99-28dc740873a5 2018-11-19 06:02:13,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:13,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48135600-da47-4196-a668-3b5c181df330 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:02:13,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-48135600-da47-4196-a668-3b5c181df330 2018-11-19 06:02:13,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:13,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-442bca5e-345b-4b7c-b30e-7fa9998abf6d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:02:13,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-442bca5e-345b-4b7c-b30e-7fa9998abf6d 2018-11-19 06:02:13,940 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-875326f4-6dab-4b1-proj 2018-11-19 06:02:13,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/88f13622815d44b087d9bf5927c183fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:14,169 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fe7b71c-b17b-49e2-9d5e-c13030b7f62b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:14,169 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/88f13622815d44b087d9bf5927c183fd used request id req-8fe7b71c-b17b-49e2-9d5e-c13030b7f62b 2018-11-19 06:02:14,169 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-875326f4-6dab-4b1-proj-role 2018-11-19 06:02:14,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0ec65226f78e40fb944a039d3908606b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:14,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-437c39bd-d600-43fc-814c-0025902240d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:14,278 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0ec65226f78e40fb944a039d3908606b used request id req-437c39bd-d600-43fc-814c-0025902240d0 2018-11-19 06:02:14,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ef967d9104920a4c1dfc796d1a86eec901d9bcf" 2018-11-19 06:02:14,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0117ac-3324-4d5b-ad63-5b93c69af954 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:14,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d0117ac-3324-4d5b-ad63-5b93c69af954 2018-11-19 06:02:14,370 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-875326f4-6dab-4b1-user 2018-11-19 06:02:14,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/aedff753d0eb4bb9a919fbd3fb86b55f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}474ed61158498ec4a5f8526751b2a3b3b526335c" 2018-11-19 06:02:14,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84170b0d-7648-42d2-bc1f-0ffb00d09960 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:14,656 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/aedff753d0eb4bb9a919fbd3fb86b55f used request id req-84170b0d-7648-42d2-bc1f-0ffb00d09960 2018-11-19 06:02:14,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:15,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["_GwNa4_XTcGASCRC0Q2icA"], "issued_at": "2018-11-19T06:02:15.000000Z"}} 2018-11-19 06:02:15,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03e4c7e31d6f80260a019fc46172b2a8f1bfe1b0" 2018-11-19 06:02:15,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb8cdff1-db7a-49f9-af28-d890a76cbffa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:15,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fb8cdff1-db7a-49f9-af28-d890a76cbffa 2018-11-19 06:02:15,118 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:15,119 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:15,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["vEaAUAvhSM6WB8-Bis4XKA"], "issued_at": "2018-11-19T06:02:15.000000Z"}} 2018-11-19 06:02:15,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:15,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2948cbc-9ae7-4f3f-896c-8b0336118143 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:15,592 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2948cbc-9ae7-4f3f-896c-8b0336118143 2018-11-19 06:02:15,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:15,603 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:15,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-93294e97-76de-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:15,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee7e806-0c31-4f55-b628-808ed8338ccb Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-93294e97-76de-46f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:02:15,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-93294e97-76de-46f-proj used request id req-1ee7e806-0c31-4f55-b628-808ed8338ccb 2018-11-19 06:02:15,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:15,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0cc12b8-cc20-45a0-9954-25b6a0dbe783 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:15,776 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c0cc12b8-cc20-45a0-9954-25b6a0dbe783 2018-11-19 06:02:15,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-93294e97-76de-46f-proj"}}' 2018-11-19 06:02:15,925 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b154969d-dff6-4a6a-85d6-3cf805456695 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d03d9a72c7b4392b7769f99963cff00"}, "enabled": true, "id": "0d03d9a72c7b4392b7769f99963cff00", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-93294e97-76de-46f-proj"}} 2018-11-19 06:02:15,925 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b154969d-dff6-4a6a-85d6-3cf805456695 2018-11-19 06:02:15,926 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-93294e97-76de-46f-proj 2018-11-19 06:02:15,926 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:15,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:16,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dLIDFZYYSM2Qz2mZhZXO2Q"], "issued_at": "2018-11-19T06:02:16.000000Z"}} 2018-11-19 06:02:16,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c2d12e8d471df0351d49beb2c2a443279df9fbe" 2018-11-19 06:02:16,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee89eceb-dfff-4add-a540-f9cbd7d339a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:16,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ee89eceb-dfff-4add-a540-f9cbd7d339a3 2018-11-19 06:02:16,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:16,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c2d12e8d471df0351d49beb2c2a443279df9fbe" 2018-11-19 06:02:16,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47e758bd-2974-49cd-b74e-b1729b86cf5d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:02:16,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-47e758bd-2974-49cd-b74e-b1729b86cf5d 2018-11-19 06:02:16,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-93294e97-76de-46f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c2d12e8d471df0351d49beb2c2a443279df9fbe" 2018-11-19 06:02:16,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f193f2d-5f7f-48ff-b55a-4dba8eb80f7b Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-93294e97-76de-46f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d03d9a72c7b4392b7769f99963cff00"}, "enabled": true, "id": "0d03d9a72c7b4392b7769f99963cff00", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-93294e97-76de-46f-proj"}]} 2018-11-19 06:02:16,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-93294e97-76de-46f-proj used request id req-0f193f2d-5f7f-48ff-b55a-4dba8eb80f7b 2018-11-19 06:02:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c2d12e8d471df0351d49beb2c2a443279df9fbe" 2018-11-19 06:02:16,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd9961d4-d93a-4a97-a335-89ad7d81235d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:16,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bd9961d4-d93a-4a97-a335-89ad7d81235d 2018-11-19 06:02:16,919 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-93294e97-76de-46f-user 2018-11-19 06:02:16,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:16,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:17,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb6cbca-2be8-47d3-8c5a-49b99cb5650a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:17,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5fb6cbca-2be8-47d3-8c5a-49b99cb5650a 2018-11-19 06:02:17,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" -d '{"role": {"name": "CreateImageSuccessTests-93294e97-76de-46f-proj-role"}}' 2018-11-19 06:02:17,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9448faf-596d-479a-90d9-2c41a5ce05e4 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "57e353d1f3c14c3fb0a167d8c2caa54e", "links": {"self": "http://172.30.9.21:5000/v3/roles/57e353d1f3c14c3fb0a167d8c2caa54e"}, "name": "CreateImageSuccessTests-93294e97-76de-46f-proj-role"}} 2018-11-19 06:02:17,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a9448faf-596d-479a-90d9-2c41a5ce05e4 2018-11-19 06:02:17,116 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-93294e97-76de-46f-proj-role 2018-11-19 06:02:17,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/57e353d1f3c14c3fb0a167d8c2caa54e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:17,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c90e988-acf3-4192-a691-e1ae17c92b73 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/57e353d1f3c14c3fb0a167d8c2caa54e"}, "domain_id": null, "name": "CreateImageSuccessTests-93294e97-76de-46f-proj-role", "id": "57e353d1f3c14c3fb0a167d8c2caa54e"}} 2018-11-19 06:02:17,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/57e353d1f3c14c3fb0a167d8c2caa54e used request id req-2c90e988-acf3-4192-a691-e1ae17c92b73 2018-11-19 06:02:17,217 - keystone_utils - INFO - Granting role CreateImageSuccessTests-93294e97-76de-46f-proj-role to project CreateImageSuccessTests-93294e97-76de-46f-proj 2018-11-19 06:02:17,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0d03d9a72c7b4392b7769f99963cff00/users/2c3bbcb4bebf4e2d9eabf90b6799aef8/roles/57e353d1f3c14c3fb0a167d8c2caa54e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:17,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca3f0d9a-58c3-49cc-8ed8-f553b5940755 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:17,347 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0d03d9a72c7b4392b7769f99963cff00/users/2c3bbcb4bebf4e2d9eabf90b6799aef8/roles/57e353d1f3c14c3fb0a167d8c2caa54e used request id req-ca3f0d9a-58c3-49cc-8ed8-f553b5940755 2018-11-19 06:02:17,347 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:02:17,348 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:17,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:17,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "57e353d1f3c14c3fb0a167d8c2caa54e", "name": "CreateImageSuccessTests-93294e97-76de-46f-proj-role"}], "expires_at": "2018-11-19T07:02:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d03d9a72c7b4392b7769f99963cff00", "name": "CreateImageSuccessTests-93294e97-76de-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-93294e97-76de-46f-user", "id": "2c3bbcb4bebf4e2d9eabf90b6799aef8"}, "audit_ids": ["5_AiX5nBSPaNa103OqO7rg"], "issued_at": "2018-11-19T06:02:17.000000Z"}} 2018-11-19 06:02:17,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" 2018-11-19 06:02:17,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-306b0dc2-82cf-46e9-aae2-bd930000594f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:17,811 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-306b0dc2-82cf-46e9-aae2-bd930000594f 2018-11-19 06:02:17,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" 2018-11-19 06:02:18,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-528ca58a-46f7-4be8-8856-98af6034bb0c Date: Mon, 19 Nov 2018 06:02:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941"} 2018-11-19 06:02:18,060 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 used request id req-528ca58a-46f7-4be8-8856-98af6034bb0c 2018-11-19 06:02:18,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" 2018-11-19 06:02:18,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9777be89-7f83-452a-99e6-0d0f28152d49 Date: Mon, 19 Nov 2018 06:02:18 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:18,220 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9777be89-7f83-452a-99e6-0d0f28152d49 2018-11-19 06:02:18,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941"}' 2018-11-19 06:02:18,448 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f X-Openstack-Request-Id: req-8d86d2d9-5bd7-44e9-8c99-fb7685d6c8a7 Date: Mon, 19 Nov 2018 06:02:18 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:18Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:18Z", "visibility": "shared", "locations": [], "self": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f", "min_disk": 0, "protected": false, "id": "8d3f595b-5902-4c52-9da9-9a49f0734c3f", "file": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/file", "checksum": null, "owner": "0d03d9a72c7b4392b7769f99963cff00", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:18,449 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-8d86d2d9-5bd7-44e9-8c99-fb7685d6c8a7 2018-11-19 06:02:18,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" -d '' 2018-11-19 06:02:20,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f2021c85-9fda-4acf-b224-e6a53c1f65c0 Date: Mon, 19 Nov 2018 06:02:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:20,949 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/file used request id req-f2021c85-9fda-4acf-b224-e6a53c1f65c0 2018-11-19 06:02:20,949 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:02:20,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" 2018-11-19 06:02:21,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f13e3420-1b2b-45fa-9d16-62e560d24013 Date: Mon, 19 Nov 2018 06:02:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:20Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/snap", "metadata": {}}], "self": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f", "min_disk": 0, "protected": false, "id": "8d3f595b-5902-4c52-9da9-9a49f0734c3f", "file": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0d03d9a72c7b4392b7769f99963cff00", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:21,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f used request id req-f13e3420-1b2b-45fa-9d16-62e560d24013 2018-11-19 06:02:21,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" 2018-11-19 06:02:21,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a5703bdb-b848-40a9-ac22-506709acf80d Date: Mon, 19 Nov 2018 06:02:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:21,395 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a5703bdb-b848-40a9-ac22-506709acf80d 2018-11-19 06:02:21,398 - create_image - INFO - Created image with name - CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 2018-11-19 06:02:21,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" 2018-11-19 06:02:21,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-39995fbe-11ca-480c-bbcf-8ab2d1ca8503 Date: Mon, 19 Nov 2018 06:02:21 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:20Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/snap", "metadata": {}}], "self": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f", "min_disk": 0, "protected": false, "id": "8d3f595b-5902-4c52-9da9-9a49f0734c3f", "file": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0d03d9a72c7b4392b7769f99963cff00", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:21,419 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f used request id req-39995fbe-11ca-480c-bbcf-8ab2d1ca8503 2018-11-19 06:02:21,420 - create_image - DEBUG - Instance status is - active 2018-11-19 06:02:21,420 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 2018-11-19 06:02:21,420 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 2018-11-19 06:02:21,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:21,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "57e353d1f3c14c3fb0a167d8c2caa54e", "name": "CreateImageSuccessTests-93294e97-76de-46f-proj-role"}], "expires_at": "2018-11-19T07:02:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d03d9a72c7b4392b7769f99963cff00", "name": "CreateImageSuccessTests-93294e97-76de-46f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d03d9a72c7b4392b7769f99963cff00", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-93294e97-76de-46f-user", "id": "2c3bbcb4bebf4e2d9eabf90b6799aef8"}, "audit_ids": ["gHlFgCgpQCiiNOC6UQh5PA"], "issued_at": "2018-11-19T06:02:21.000000Z"}} 2018-11-19 06:02:21,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cb283579c3aa6d2ca3601a0134cc5258fa3257b" 2018-11-19 06:02:22,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-363c8852-8936-4228-8290-c5e0638a46ae Date: Mon, 19 Nov 2018 06:02:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:18Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:20Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/snap", "metadata": {}}], "self": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f", "min_disk": 0, "protected": false, "id": "8d3f595b-5902-4c52-9da9-9a49f0734c3f", "file": "/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0d03d9a72c7b4392b7769f99963cff00", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941"} 2018-11-19 06:02:22,030 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 used request id req-363c8852-8936-4228-8290-c5e0638a46ae 2018-11-19 06:02:22,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2cb283579c3aa6d2ca3601a0134cc5258fa3257b" 2018-11-19 06:02:22,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4e925a52-cc17-4263-a983-fda56c459604 Date: Mon, 19 Nov 2018 06:02:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:22,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4e925a52-cc17-4263-a983-fda56c459604 2018-11-19 06:02:22,209 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-6c0621e0-7032-41a7-98df-19548267f941 2018-11-19 06:02:22,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c1d238614435de70985e50d423b4b124aa6b537" 2018-11-19 06:02:23,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e759fc21-cd6e-44e5-b383-d22733ba0227 Date: Mon, 19 Nov 2018 06:02:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:23,351 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8d3f595b-5902-4c52-9da9-9a49f0734c3f used request id req-e759fc21-cd6e-44e5-b383-d22733ba0227 2018-11-19 06:02:23,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:23,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-42102a61-a51b-4f7e-8567-2cea6582e3ca Date: Mon, 19 Nov 2018 06:02:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:02:23,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-42102a61-a51b-4f7e-8567-2cea6582e3ca 2018-11-19 06:02:23,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:23,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83390044-02fa-4458-8f65-5e84f8badbce Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:02:23,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-83390044-02fa-4458-8f65-5e84f8badbce 2018-11-19 06:02:23,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:23,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e081d1-52b2-44d4-9db7-3635778913fa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:02:23,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-f5e081d1-52b2-44d4-9db7-3635778913fa 2018-11-19 06:02:23,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:23,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd1b7506-638d-4dcd-95fa-4c8964153547 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:02:23,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-dd1b7506-638d-4dcd-95fa-4c8964153547 2018-11-19 06:02:23,857 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-93294e97-76de-46f-proj 2018-11-19 06:02:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0d03d9a72c7b4392b7769f99963cff00 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:24,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a500501-a866-4c58-93d2-1e8fe10021ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:24,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0d03d9a72c7b4392b7769f99963cff00 used request id req-4a500501-a866-4c58-93d2-1e8fe10021ff 2018-11-19 06:02:24,155 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-93294e97-76de-46f-proj-role 2018-11-19 06:02:24,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/57e353d1f3c14c3fb0a167d8c2caa54e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:24,272 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caf1d191-ad52-4e98-8e93-225dde175464 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:24,272 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/57e353d1f3c14c3fb0a167d8c2caa54e used request id req-caf1d191-ad52-4e98-8e93-225dde175464 2018-11-19 06:02:24,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e81c414d0130e225d41e4e5fcec24a01dfa9643" 2018-11-19 06:02:24,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93788dc5-3615-4295-b889-d17aedf41db0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:24,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-93788dc5-3615-4295-b889-d17aedf41db0 2018-11-19 06:02:24,356 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-93294e97-76de-46f-user 2018-11-19 06:02:24,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2c3bbcb4bebf4e2d9eabf90b6799aef8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c2d12e8d471df0351d49beb2c2a443279df9fbe" 2018-11-19 06:02:24,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da1b992f-dfdc-4963-a350-766227d230c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:24,523 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2c3bbcb4bebf4e2d9eabf90b6799aef8 used request id req-da1b992f-dfdc-4963-a350-766227d230c0 2018-11-19 06:02:24,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:24,911 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["E3Fhzq5mQYOOgKk0sIxCgw"], "issued_at": "2018-11-19T06:02:24.000000Z"}} 2018-11-19 06:02:24,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e5f4acd1925d7de05ede594bdcf3acdb284c75f6" 2018-11-19 06:02:24,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc84498-9c93-4f85-9307-14c01c31153b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:24,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5bc84498-9c93-4f85-9307-14c01c31153b 2018-11-19 06:02:24,990 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:24,991 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:25,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["yBk0iTHORUmhmZnfsr7QWA"], "issued_at": "2018-11-19T06:02:25.000000Z"}} 2018-11-19 06:02:25,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:25,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e9abfb-98b6-4437-ac1c-eee672d66c2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:25,474 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e9e9abfb-98b6-4437-ac1c-eee672d66c2e 2018-11-19 06:02:25,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:25,486 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:25,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-eaf821a5-0743-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:25,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e495ae-82c7-41b8-842b-e9022af000fe Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-eaf821a5-0743-47c-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:02:25,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-eaf821a5-0743-47c-proj used request id req-38e495ae-82c7-41b8-842b-e9022af000fe 2018-11-19 06:02:25,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:25,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408178b4-2ba2-4559-992e-522b0eb7a030 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:25,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-408178b4-2ba2-4559-992e-522b0eb7a030 2018-11-19 06:02:25,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj"}}' 2018-11-19 06:02:25,799 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78064d48-72b5-4ed2-a895-76dd586b8e80 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4ac575f114404cfe92c15c7068a6b191"}, "enabled": true, "id": "4ac575f114404cfe92c15c7068a6b191", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj"}} 2018-11-19 06:02:25,799 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-78064d48-72b5-4ed2-a895-76dd586b8e80 2018-11-19 06:02:25,799 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-eaf821a5-0743-47c-proj 2018-11-19 06:02:25,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:25,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:26,189 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["MByMqnjLT5ueiAd4FGJ3PQ"], "issued_at": "2018-11-19T06:02:26.000000Z"}} 2018-11-19 06:02:26,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66515c5e01ce27f62caa01f833e4045ed4a7cd24" 2018-11-19 06:02:26,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c8aef1-7d82-48ae-a617-9bfeb0f34621 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:26,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-29c8aef1-7d82-48ae-a617-9bfeb0f34621 2018-11-19 06:02:26,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:26,212 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:26,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66515c5e01ce27f62caa01f833e4045ed4a7cd24" 2018-11-19 06:02:26,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c35a61-c290-4179-8955-68a4eee4f387 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:02:26,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-52c35a61-c290-4179-8955-68a4eee4f387 2018-11-19 06:02:26,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-eaf821a5-0743-47c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66515c5e01ce27f62caa01f833e4045ed4a7cd24" 2018-11-19 06:02:26,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15957511-8f62-44bc-9007-2373a2fb547a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-eaf821a5-0743-47c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4ac575f114404cfe92c15c7068a6b191"}, "enabled": true, "id": "4ac575f114404cfe92c15c7068a6b191", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj"}]} 2018-11-19 06:02:26,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-eaf821a5-0743-47c-proj used request id req-15957511-8f62-44bc-9007-2373a2fb547a 2018-11-19 06:02:26,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66515c5e01ce27f62caa01f833e4045ed4a7cd24" 2018-11-19 06:02:26,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d8c8ee6-5b00-4c07-9d32-585128d0ad27 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:26,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5d8c8ee6-5b00-4c07-9d32-585128d0ad27 2018-11-19 06:02:26,799 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-eaf821a5-0743-47c-user 2018-11-19 06:02:26,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:26,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:26,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df82e5ba-a3e7-49f5-8bee-af994e2f6f77 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:26,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-df82e5ba-a3e7-49f5-8bee-af994e2f6f77 2018-11-19 06:02:26,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" -d '{"role": {"name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj-role"}}' 2018-11-19 06:02:27,014 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c2a5c9-8fad-4a1f-a5c2-eb4aa043f7d0 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b9885bf9f1ef468ebd6c43b2f54150f0", "links": {"self": "http://172.30.9.21:5000/v3/roles/b9885bf9f1ef468ebd6c43b2f54150f0"}, "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj-role"}} 2018-11-19 06:02:27,014 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-54c2a5c9-8fad-4a1f-a5c2-eb4aa043f7d0 2018-11-19 06:02:27,015 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-eaf821a5-0743-47c-proj-role 2018-11-19 06:02:27,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b9885bf9f1ef468ebd6c43b2f54150f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:27,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f5dfa62-f3e2-4f6e-be8f-91b98b187104 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b9885bf9f1ef468ebd6c43b2f54150f0"}, "domain_id": null, "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj-role", "id": "b9885bf9f1ef468ebd6c43b2f54150f0"}} 2018-11-19 06:02:27,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b9885bf9f1ef468ebd6c43b2f54150f0 used request id req-7f5dfa62-f3e2-4f6e-be8f-91b98b187104 2018-11-19 06:02:27,115 - keystone_utils - INFO - Granting role CreateImageSuccessTests-eaf821a5-0743-47c-proj-role to project CreateImageSuccessTests-eaf821a5-0743-47c-proj 2018-11-19 06:02:27,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4ac575f114404cfe92c15c7068a6b191/users/86f2cfd191604ecfb65990f6932ddf43/roles/b9885bf9f1ef468ebd6c43b2f54150f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:27,257 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-120318b7-8fcf-490f-b899-b9ac9956e73d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:27,257 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4ac575f114404cfe92c15c7068a6b191/users/86f2cfd191604ecfb65990f6932ddf43/roles/b9885bf9f1ef468ebd6c43b2f54150f0 used request id req-120318b7-8fcf-490f-b899-b9ac9956e73d 2018-11-19 06:02:27,258 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:02:27,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:27,259 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:27,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b9885bf9f1ef468ebd6c43b2f54150f0", "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj-role"}], "expires_at": "2018-11-19T07:02:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ac575f114404cfe92c15c7068a6b191", "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-eaf821a5-0743-47c-user", "id": "86f2cfd191604ecfb65990f6932ddf43"}, "audit_ids": ["d5wb_rYeRRuLqYoG0Hqm3Q"], "issued_at": "2018-11-19T06:02:27.000000Z"}} 2018-11-19 06:02:27,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" 2018-11-19 06:02:27,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52389b67-be85-4c20-93cc-2b6553c359c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:27,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-52389b67-be85-4c20-93cc-2b6553c359c3 2018-11-19 06:02:27,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" 2018-11-19 06:02:27,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-694ff60f-b988-4932-ba31-084157f179e4 Date: Mon, 19 Nov 2018 06:02:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd"} 2018-11-19 06:02:27,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd used request id req-694ff60f-b988-4932-ba31-084157f179e4 2018-11-19 06:02:27,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" 2018-11-19 06:02:28,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a2d2523f-5ca7-46b9-8c71-341b3b014be9 Date: Mon, 19 Nov 2018 06:02:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:28,028 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a2d2523f-5ca7-46b9-8c71-341b3b014be9 2018-11-19 06:02:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd"}' 2018-11-19 06:02:28,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6 X-Openstack-Request-Id: req-577d9c43-3c54-4bf4-92e2-bc1eb0b1f41c Date: Mon, 19 Nov 2018 06:02:28 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:28Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:28Z", "visibility": "shared", "locations": [], "self": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6", "min_disk": 0, "protected": false, "id": "287f6ffb-5797-41c5-9df5-96f94d695eb6", "file": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/file", "checksum": null, "owner": "4ac575f114404cfe92c15c7068a6b191", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:28,659 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-577d9c43-3c54-4bf4-92e2-bc1eb0b1f41c 2018-11-19 06:02:28,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" -d '' 2018-11-19 06:02:30,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30ef5395-b071-4073-9147-574c2cb9e2ac Date: Mon, 19 Nov 2018 06:02:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:30,773 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/file used request id req-30ef5395-b071-4073-9147-574c2cb9e2ac 2018-11-19 06:02:30,773 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:02:30,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" 2018-11-19 06:02:30,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-e1762caf-6511-4eaf-8623-fe1edbfca058 Date: Mon, 19 Nov 2018 06:02:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:30Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/snap", "metadata": {}}], "self": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6", "min_disk": 0, "protected": false, "id": "287f6ffb-5797-41c5-9df5-96f94d695eb6", "file": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4ac575f114404cfe92c15c7068a6b191", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:30,794 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6 used request id req-e1762caf-6511-4eaf-8623-fe1edbfca058 2018-11-19 06:02:30,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" 2018-11-19 06:02:30,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a1000a6f-fe06-4e0f-9e76-3a41bb18482f Date: Mon, 19 Nov 2018 06:02:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:30,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a1000a6f-fe06-4e0f-9e76-3a41bb18482f 2018-11-19 06:02:30,939 - create_image - INFO - Created image with name - CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd 2018-11-19 06:02:30,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" 2018-11-19 06:02:31,103 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-953fa588-a872-4cd2-beb1-78d92d2fc016 Date: Mon, 19 Nov 2018 06:02:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:30Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/snap", "metadata": {}}], "self": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6", "min_disk": 0, "protected": false, "id": "287f6ffb-5797-41c5-9df5-96f94d695eb6", "file": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4ac575f114404cfe92c15c7068a6b191", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:31,103 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6 used request id req-953fa588-a872-4cd2-beb1-78d92d2fc016 2018-11-19 06:02:31,104 - create_image - DEBUG - Instance status is - active 2018-11-19 06:02:31,104 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd 2018-11-19 06:02:31,104 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd 2018-11-19 06:02:31,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:31,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b9885bf9f1ef468ebd6c43b2f54150f0", "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj-role"}], "expires_at": "2018-11-19T07:02:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ac575f114404cfe92c15c7068a6b191", "name": "CreateImageSuccessTests-eaf821a5-0743-47c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/4ac575f114404cfe92c15c7068a6b191", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-eaf821a5-0743-47c-user", "id": "86f2cfd191604ecfb65990f6932ddf43"}, "audit_ids": ["cUrxEZncTDSsopacSxLKQw"], "issued_at": "2018-11-19T06:02:31.000000Z"}} 2018-11-19 06:02:31,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80caf11debc0ab0f1eae9051944a0060b2ed3b37" 2018-11-19 06:02:31,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-9b33743f-94e4-47cc-aa62-5dcfeab55edb Date: Mon, 19 Nov 2018 06:02:31 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:28Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:30Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/snap", "metadata": {}}], "self": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6", "min_disk": 0, "protected": false, "id": "287f6ffb-5797-41c5-9df5-96f94d695eb6", "file": "/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "4ac575f114404cfe92c15c7068a6b191", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/287f6ffb-5797-41c5-9df5-96f94d695eb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd"} 2018-11-19 06:02:31,653 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd used request id req-9b33743f-94e4-47cc-aa62-5dcfeab55edb 2018-11-19 06:02:31,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80caf11debc0ab0f1eae9051944a0060b2ed3b37" 2018-11-19 06:02:31,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bf96d866-5655-4596-9d35-38233e7b2065 Date: Mon, 19 Nov 2018 06:02:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:31,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bf96d866-5655-4596-9d35-38233e7b2065 2018-11-19 06:02:31,815 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-b39cb59d-a311-43c0-a615-853498cf9dfd 2018-11-19 06:02:31,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c86f006179ef0b2389cded6a6957b1c87e921c95" 2018-11-19 06:02:33,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4fbb0327-5335-4004-bfd1-9bbba35d449d Date: Mon, 19 Nov 2018 06:02:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:33,704 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/287f6ffb-5797-41c5-9df5-96f94d695eb6 used request id req-4fbb0327-5335-4004-bfd1-9bbba35d449d 2018-11-19 06:02:33,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:33,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-755258e9-fad7-44bd-9e97-b0c2cb750162 Date: Mon, 19 Nov 2018 06:02:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:02:33,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-755258e9-fad7-44bd-9e97-b0c2cb750162 2018-11-19 06:02:33,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:34,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-826a34b9-c01b-4bae-8342-1fe369cf0924 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:02:34,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-826a34b9-c01b-4bae-8342-1fe369cf0924 2018-11-19 06:02:34,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:34,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6143b5e-f5b2-47f0-aa5f-327b15e17621 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:02:34,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-f6143b5e-f5b2-47f0-aa5f-327b15e17621 2018-11-19 06:02:34,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:34,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1a4bf96-98e5-486b-8023-604e1f2e5e33 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:02:34,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-b1a4bf96-98e5-486b-8023-604e1f2e5e33 2018-11-19 06:02:34,221 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-eaf821a5-0743-47c-proj 2018-11-19 06:02:34,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4ac575f114404cfe92c15c7068a6b191 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:34,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-090c732b-7dee-4f15-b1ff-e022438093a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:34,400 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4ac575f114404cfe92c15c7068a6b191 used request id req-090c732b-7dee-4f15-b1ff-e022438093a4 2018-11-19 06:02:34,401 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-eaf821a5-0743-47c-proj-role 2018-11-19 06:02:34,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b9885bf9f1ef468ebd6c43b2f54150f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:34,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60aa0cb8-16c3-4523-8269-3b792c343e69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:34,535 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b9885bf9f1ef468ebd6c43b2f54150f0 used request id req-60aa0cb8-16c3-4523-8269-3b792c343e69 2018-11-19 06:02:34,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5545ed68a6034ad62aecd88f07985a6e611a460" 2018-11-19 06:02:34,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91dc85a4-8078-4f73-99de-03250ac084a9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:34,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-91dc85a4-8078-4f73-99de-03250ac084a9 2018-11-19 06:02:34,631 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-eaf821a5-0743-47c-user 2018-11-19 06:02:34,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/86f2cfd191604ecfb65990f6932ddf43 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66515c5e01ce27f62caa01f833e4045ed4a7cd24" 2018-11-19 06:02:34,791 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9211c8f-45a5-49de-930e-07edbf6e7e73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:34,791 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/86f2cfd191604ecfb65990f6932ddf43 used request id req-e9211c8f-45a5-49de-930e-07edbf6e7e73 2018-11-19 06:02:34,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:35,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["duwgatFkTbaQfzkW0HO4bA"], "issued_at": "2018-11-19T06:02:35.000000Z"}} 2018-11-19 06:02:35,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aedde1776a6f6039401a3e35ef1a9ac2a80886fa" 2018-11-19 06:02:35,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5b7b62-15c6-41be-8e0a-582f8ec90722 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:35,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4f5b7b62-15c6-41be-8e0a-582f8ec90722 2018-11-19 06:02:35,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:35,267 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:35,644 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["QG_-GXhQSwuJSh5oPG3ekQ"], "issued_at": "2018-11-19T06:02:35.000000Z"}} 2018-11-19 06:02:35,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:35,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b13f4ac6-b2ac-4eee-834c-e2b13c24b441 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:35,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b13f4ac6-b2ac-4eee-834c-e2b13c24b441 2018-11-19 06:02:35,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:35,740 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d5021972-600b-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:35,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-576bbc67-313a-43e3-934b-8cf325c55b10 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d5021972-600b-418-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:02:35,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-d5021972-600b-418-proj used request id req-576bbc67-313a-43e3-934b-8cf325c55b10 2018-11-19 06:02:35,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:35,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6fedd32-4e58-4da9-bc93-044f81ff2567 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:35,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e6fedd32-4e58-4da9-bc93-044f81ff2567 2018-11-19 06:02:35,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-d5021972-600b-418-proj"}}' 2018-11-19 06:02:36,039 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d832af4-03b3-4531-85ed-66af33006bc3 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/411724cc22e3460994d1bce28808ac39"}, "enabled": true, "id": "411724cc22e3460994d1bce28808ac39", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d5021972-600b-418-proj"}} 2018-11-19 06:02:36,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0d832af4-03b3-4531-85ed-66af33006bc3 2018-11-19 06:02:36,039 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-d5021972-600b-418-proj 2018-11-19 06:02:36,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:36,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:36,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["haJdFT66QLaHpyz2ZqFo3w"], "issued_at": "2018-11-19T06:02:36.000000Z"}} 2018-11-19 06:02:36,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}562a133360a4f31e57043fcd71dae718307c5901" 2018-11-19 06:02:36,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07329730-5b79-4ee5-900c-7e1ec6bde2c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:36,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-07329730-5b79-4ee5-900c-7e1ec6bde2c5 2018-11-19 06:02:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:36,514 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:36,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}562a133360a4f31e57043fcd71dae718307c5901" 2018-11-19 06:02:36,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51890ebe-4408-41d4-9e3f-2ef3a93c1281 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:02:36,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-51890ebe-4408-41d4-9e3f-2ef3a93c1281 2018-11-19 06:02:36,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-d5021972-600b-418-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}562a133360a4f31e57043fcd71dae718307c5901" 2018-11-19 06:02:36,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a955723-fe98-4bfc-9f06-8583a57afb28 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-d5021972-600b-418-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/411724cc22e3460994d1bce28808ac39"}, "enabled": true, "id": "411724cc22e3460994d1bce28808ac39", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-d5021972-600b-418-proj"}]} 2018-11-19 06:02:36,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-d5021972-600b-418-proj used request id req-3a955723-fe98-4bfc-9f06-8583a57afb28 2018-11-19 06:02:36,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}562a133360a4f31e57043fcd71dae718307c5901" 2018-11-19 06:02:36,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fddd988-bea8-4148-a7cf-809ac559987b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:36,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6fddd988-bea8-4148-a7cf-809ac559987b 2018-11-19 06:02:37,176 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-d5021972-600b-418-user 2018-11-19 06:02:37,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:37,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:37,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-351a432d-1020-48c8-b160-8e4db5c4b930 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:37,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-351a432d-1020-48c8-b160-8e4db5c4b930 2018-11-19 06:02:37,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" -d '{"role": {"name": "CreateImageSuccessTests-d5021972-600b-418-proj-role"}}' 2018-11-19 06:02:37,398 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-531b39fc-15f3-444e-9383-6a630da04862 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6fb882bec991482aa1efe5478235c23a", "links": {"self": "http://172.30.9.21:5000/v3/roles/6fb882bec991482aa1efe5478235c23a"}, "name": "CreateImageSuccessTests-d5021972-600b-418-proj-role"}} 2018-11-19 06:02:37,398 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-531b39fc-15f3-444e-9383-6a630da04862 2018-11-19 06:02:37,398 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-d5021972-600b-418-proj-role 2018-11-19 06:02:37,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6fb882bec991482aa1efe5478235c23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:37,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c9e0739-8c6d-42a9-b68a-380c1ea80f19 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6fb882bec991482aa1efe5478235c23a"}, "domain_id": null, "name": "CreateImageSuccessTests-d5021972-600b-418-proj-role", "id": "6fb882bec991482aa1efe5478235c23a"}} 2018-11-19 06:02:37,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6fb882bec991482aa1efe5478235c23a used request id req-6c9e0739-8c6d-42a9-b68a-380c1ea80f19 2018-11-19 06:02:37,484 - keystone_utils - INFO - Granting role CreateImageSuccessTests-d5021972-600b-418-proj-role to project CreateImageSuccessTests-d5021972-600b-418-proj 2018-11-19 06:02:37,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/411724cc22e3460994d1bce28808ac39/users/291fa9bb28ef432fbac2956422adc3c8/roles/6fb882bec991482aa1efe5478235c23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:37,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aebd0704-bf98-4a6d-b3a8-8f9f2ea1d13a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:37,620 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/411724cc22e3460994d1bce28808ac39/users/291fa9bb28ef432fbac2956422adc3c8/roles/6fb882bec991482aa1efe5478235c23a used request id req-aebd0704-bf98-4a6d-b3a8-8f9f2ea1d13a 2018-11-19 06:02:37,621 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:02:37,621 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:37,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:38,007 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fb882bec991482aa1efe5478235c23a", "name": "CreateImageSuccessTests-d5021972-600b-418-proj-role"}], "expires_at": "2018-11-19T07:02:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "411724cc22e3460994d1bce28808ac39", "name": "CreateImageSuccessTests-d5021972-600b-418-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d5021972-600b-418-user", "id": "291fa9bb28ef432fbac2956422adc3c8"}, "audit_ids": ["TVwxPmaSQLCFSjvmcD2PZA"], "issued_at": "2018-11-19T06:02:38.000000Z"}} 2018-11-19 06:02:38,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" 2018-11-19 06:02:38,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d259429-d538-4cb4-b4a6-b1bb8aed0a2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:38,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4d259429-d538-4cb4-b4a6-b1bb8aed0a2e 2018-11-19 06:02:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" 2018-11-19 06:02:38,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-dd9c3afb-6a16-44e0-9c62-50452cf9d4c2 Date: Mon, 19 Nov 2018 06:02:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165"} 2018-11-19 06:02:38,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 used request id req-dd9c3afb-6a16-44e0-9c62-50452cf9d4c2 2018-11-19 06:02:38,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" 2018-11-19 06:02:38,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4300c43b-7d7a-420f-bbd3-e89057a10cbd Date: Mon, 19 Nov 2018 06:02:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:38,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4300c43b-7d7a-420f-bbd3-e89057a10cbd 2018-11-19 06:02:38,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165"}' 2018-11-19 06:02:38,651 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602 X-Openstack-Request-Id: req-d8042248-9796-4382-a572-c50a6bab2563 Date: Mon, 19 Nov 2018 06:02:38 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:38Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:38Z", "visibility": "shared", "locations": [], "self": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602", "min_disk": 0, "protected": false, "id": "2bf201ff-93bb-4c16-9cc8-681d98187602", "file": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602/file", "checksum": null, "owner": "411724cc22e3460994d1bce28808ac39", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:38,652 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d8042248-9796-4382-a572-c50a6bab2563 2018-11-19 06:02:38,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" -d '' 2018-11-19 06:02:39,850 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b268a007-564c-484f-976a-269a0ef0223c Date: Mon, 19 Nov 2018 06:02:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:39,850 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602/file used request id req-b268a007-564c-484f-976a-269a0ef0223c 2018-11-19 06:02:39,851 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:02:39,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" 2018-11-19 06:02:40,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-008b76e0-a117-43ee-9bac-90d45e3d660f Date: Mon, 19 Nov 2018 06:02:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:39Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "metadata": {}}], "self": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602", "min_disk": 0, "protected": false, "id": "2bf201ff-93bb-4c16-9cc8-681d98187602", "file": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "411724cc22e3460994d1bce28808ac39", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:40,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602 used request id req-008b76e0-a117-43ee-9bac-90d45e3d660f 2018-11-19 06:02:40,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" 2018-11-19 06:02:40,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7276a7b2-db58-4fa5-9024-ead17ec07fa8 Date: Mon, 19 Nov 2018 06:02:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:40,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7276a7b2-db58-4fa5-9024-ead17ec07fa8 2018-11-19 06:02:40,185 - create_image - INFO - Created image with name - CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 2018-11-19 06:02:40,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" 2018-11-19 06:02:40,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c838c907-af1d-4704-8c9e-3af0a934c52f Date: Mon, 19 Nov 2018 06:02:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:39Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "metadata": {}}], "self": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602", "min_disk": 0, "protected": false, "id": "2bf201ff-93bb-4c16-9cc8-681d98187602", "file": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "411724cc22e3460994d1bce28808ac39", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:40,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602 used request id req-c838c907-af1d-4704-8c9e-3af0a934c52f 2018-11-19 06:02:40,363 - create_image - DEBUG - Instance status is - active 2018-11-19 06:02:40,363 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 2018-11-19 06:02:40,363 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 2018-11-19 06:02:40,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:40,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fb882bec991482aa1efe5478235c23a", "name": "CreateImageSuccessTests-d5021972-600b-418-proj-role"}], "expires_at": "2018-11-19T07:02:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "411724cc22e3460994d1bce28808ac39", "name": "CreateImageSuccessTests-d5021972-600b-418-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d5021972-600b-418-user", "id": "291fa9bb28ef432fbac2956422adc3c8"}, "audit_ids": ["Jr8vfh7rQte29n3_QKhhGg"], "issued_at": "2018-11-19T06:02:40.000000Z"}} 2018-11-19 06:02:40,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac564a8b30c8f9b858952e039759731acd4a7ce0" 2018-11-19 06:02:40,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-07343890-c497-4908-8f67-cfb3f6fe9eaa Date: Mon, 19 Nov 2018 06:02:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:39Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "metadata": {}}], "self": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602", "min_disk": 0, "protected": false, "id": "2bf201ff-93bb-4c16-9cc8-681d98187602", "file": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "411724cc22e3460994d1bce28808ac39", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165"} 2018-11-19 06:02:40,924 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 used request id req-07343890-c497-4908-8f67-cfb3f6fe9eaa 2018-11-19 06:02:40,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ac564a8b30c8f9b858952e039759731acd4a7ce0" 2018-11-19 06:02:41,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3e825d8b-164f-419f-b54b-0df43bc91bb6 Date: Mon, 19 Nov 2018 06:02:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:41,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3e825d8b-164f-419f-b54b-0df43bc91bb6 2018-11-19 06:02:41,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:41,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:41,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6fb882bec991482aa1efe5478235c23a", "name": "CreateImageSuccessTests-d5021972-600b-418-proj-role"}], "expires_at": "2018-11-19T07:02:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "411724cc22e3460994d1bce28808ac39", "name": "CreateImageSuccessTests-d5021972-600b-418-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/411724cc22e3460994d1bce28808ac39", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-d5021972-600b-418-user", "id": "291fa9bb28ef432fbac2956422adc3c8"}, "audit_ids": ["I48REqTrSTyD6kdJ_TZOCw"], "issued_at": "2018-11-19T06:02:41.000000Z"}} 2018-11-19 06:02:41,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9345e3960ca8616462a2f22d7e3f1dbe07bef40a" 2018-11-19 06:02:41,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d145277a-fd1a-4095-8e6a-82222c867d09 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:41,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d145277a-fd1a-4095-8e6a-82222c867d09 2018-11-19 06:02:41,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9345e3960ca8616462a2f22d7e3f1dbe07bef40a" 2018-11-19 06:02:42,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-60ea38f9-cfca-4fc1-bfc2-35da2661922c Date: Mon, 19 Nov 2018 06:02:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:38Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:39Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "metadata": {}}], "self": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602", "min_disk": 0, "protected": false, "id": "2bf201ff-93bb-4c16-9cc8-681d98187602", "file": "/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "411724cc22e3460994d1bce28808ac39", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/2bf201ff-93bb-4c16-9cc8-681d98187602/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165"} 2018-11-19 06:02:42,117 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 used request id req-60ea38f9-cfca-4fc1-bfc2-35da2661922c 2018-11-19 06:02:42,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9345e3960ca8616462a2f22d7e3f1dbe07bef40a" 2018-11-19 06:02:42,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-446005e5-7dc5-43a1-95dc-0a2484574ec5 Date: Mon, 19 Nov 2018 06:02:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:42,267 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-446005e5-7dc5-43a1-95dc-0a2484574ec5 2018-11-19 06:02:42,270 - create_image - INFO - Found image with name - CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 2018-11-19 06:02:42,271 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-50aef011-8356-4c8a-8a89-0babbd37b165 2018-11-19 06:02:42,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}193f30fea2464b3b939d0cccbbe89495bc658fb8" 2018-11-19 06:02:43,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-95ef183b-be34-4655-9b95-bd372eb7bd92 Date: Mon, 19 Nov 2018 06:02:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:43,254 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/2bf201ff-93bb-4c16-9cc8-681d98187602 used request id req-95ef183b-be34-4655-9b95-bd372eb7bd92 2018-11-19 06:02:43,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:43,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dbcd05db-4ccd-441e-8020-abae609d8119 Date: Mon, 19 Nov 2018 06:02:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:02:43,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-dbcd05db-4ccd-441e-8020-abae609d8119 2018-11-19 06:02:43,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:43,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfea1925-96d0-4a98-905e-c5cb1c805da6 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:02:43,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-cfea1925-96d0-4a98-905e-c5cb1c805da6 2018-11-19 06:02:43,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:43,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251b9bec-1156-43ae-8b14-cd24648dcb36 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:02:43,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-251b9bec-1156-43ae-8b14-cd24648dcb36 2018-11-19 06:02:43,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:43,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95577a0a-4ae7-4bcc-b556-477c7878c02a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:02:43,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-95577a0a-4ae7-4bcc-b556-477c7878c02a 2018-11-19 06:02:43,728 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-d5021972-600b-418-proj 2018-11-19 06:02:43,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/411724cc22e3460994d1bce28808ac39 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:43,963 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04346e41-77c2-4f86-9d06-0939f30c9246 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:43,963 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/411724cc22e3460994d1bce28808ac39 used request id req-04346e41-77c2-4f86-9d06-0939f30c9246 2018-11-19 06:02:43,964 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-d5021972-600b-418-proj-role 2018-11-19 06:02:43,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6fb882bec991482aa1efe5478235c23a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:44,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7f66bd8-0e2c-41aa-a719-6510eead2326 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:44,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6fb882bec991482aa1efe5478235c23a used request id req-f7f66bd8-0e2c-41aa-a719-6510eead2326 2018-11-19 06:02:44,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fecc28a512f8a0b1245ccf57a7be279faebd38f4" 2018-11-19 06:02:44,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31cd2e8-2ec4-4036-879f-53a8c4d8a0fb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:44,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d31cd2e8-2ec4-4036-879f-53a8c4d8a0fb 2018-11-19 06:02:44,158 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-d5021972-600b-418-user 2018-11-19 06:02:44,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/291fa9bb28ef432fbac2956422adc3c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}562a133360a4f31e57043fcd71dae718307c5901" 2018-11-19 06:02:44,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09e159bc-55a1-4323-968f-cfb21942c327 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:44,343 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/291fa9bb28ef432fbac2956422adc3c8 used request id req-09e159bc-55a1-4323-968f-cfb21942c327 2018-11-19 06:02:44,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:44,735 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gbMKtyGGRuGod0PAZWH4MA"], "issued_at": "2018-11-19T06:02:44.000000Z"}} 2018-11-19 06:02:44,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db05f86cb9335240c2f80249531e7d25fe5c7af" 2018-11-19 06:02:44,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ace0319-5916-46fa-8256-4e0dfc9495ae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:44,816 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6ace0319-5916-46fa-8256-4e0dfc9495ae 2018-11-19 06:02:44,818 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:44,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:45,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ppf-T60cRxClqjBcMmopyw"], "issued_at": "2018-11-19T06:02:45.000000Z"}} 2018-11-19 06:02:45,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:45,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf9bfca-7d18-4343-97ff-51f7ea15e560 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:45,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dcf9bfca-7d18-4343-97ff-51f7ea15e560 2018-11-19 06:02:45,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:45,317 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:45,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-9f04ca62-9732-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:45,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8a5b0e-4d59-4e20-a495-07ec79d345e2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-9f04ca62-9732-4de-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:02:45,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageSuccessTests-9f04ca62-9732-4de-proj used request id req-de8a5b0e-4d59-4e20-a495-07ec79d345e2 2018-11-19 06:02:45,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:45,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a38f692-af71-4c5a-9a28-89dfbecc3e75 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:45,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7a38f692-af71-4c5a-9a28-89dfbecc3e75 2018-11-19 06:02:45,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj"}}' 2018-11-19 06:02:45,614 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13821f71-dbb2-42c5-b137-11f35481e0aa Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ee4bf125e1d4a318583bcaa91c35597"}, "enabled": true, "id": "5ee4bf125e1d4a318583bcaa91c35597", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj"}} 2018-11-19 06:02:45,614 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-13821f71-dbb2-42c5-b137-11f35481e0aa 2018-11-19 06:02:45,614 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-9f04ca62-9732-4de-proj 2018-11-19 06:02:45,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:45,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:46,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3SX789ZcQPifkNF8xlAe9Q"], "issued_at": "2018-11-19T06:02:46.000000Z"}} 2018-11-19 06:02:46,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b8c6f1b13a2dc6266a9ce741da541e4a3c0ad6" 2018-11-19 06:02:46,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0c1519-976e-4bc0-809f-cb5962768363 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:46,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf0c1519-976e-4bc0-809f-cb5962768363 2018-11-19 06:02:46,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:46,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:46,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b8c6f1b13a2dc6266a9ce741da541e4a3c0ad6" 2018-11-19 06:02:46,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06a791ce-4788-475d-9505-f3ed59b26ecc Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:02:46,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-06a791ce-4788-475d-9505-f3ed59b26ecc 2018-11-19 06:02:46,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-9f04ca62-9732-4de-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b8c6f1b13a2dc6266a9ce741da541e4a3c0ad6" 2018-11-19 06:02:46,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03736d4c-f695-49ef-b23b-171c5b627fb7 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-9f04ca62-9732-4de-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ee4bf125e1d4a318583bcaa91c35597"}, "enabled": true, "id": "5ee4bf125e1d4a318583bcaa91c35597", "parent_id": "default", "domain_id": "default", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj"}]} 2018-11-19 06:02:46,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageSuccessTests-9f04ca62-9732-4de-proj used request id req-03736d4c-f695-49ef-b23b-171c5b627fb7 2018-11-19 06:02:46,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b8c6f1b13a2dc6266a9ce741da541e4a3c0ad6" 2018-11-19 06:02:46,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7177e29a-28f8-4c1d-b48b-af9749428942 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:46,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7177e29a-28f8-4c1d-b48b-af9749428942 2018-11-19 06:02:46,614 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-9f04ca62-9732-4de-user 2018-11-19 06:02:46,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:46,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:46,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86084da3-8c87-4a51-98ea-79ad5efae31d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:46,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-86084da3-8c87-4a51-98ea-79ad5efae31d 2018-11-19 06:02:46,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" -d '{"role": {"name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj-role"}}' 2018-11-19 06:02:46,828 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32744e38-c1e7-4b2a-99b9-e0086ae40db4 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7d0ba20fc91949a58ccc370fdab2e9a3", "links": {"self": "http://172.30.9.21:5000/v3/roles/7d0ba20fc91949a58ccc370fdab2e9a3"}, "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj-role"}} 2018-11-19 06:02:46,829 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-32744e38-c1e7-4b2a-99b9-e0086ae40db4 2018-11-19 06:02:46,829 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-9f04ca62-9732-4de-proj-role 2018-11-19 06:02:46,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7d0ba20fc91949a58ccc370fdab2e9a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:46,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4bcce0e-6b33-4e0e-a98f-0ede211bee34 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7d0ba20fc91949a58ccc370fdab2e9a3"}, "domain_id": null, "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj-role", "id": "7d0ba20fc91949a58ccc370fdab2e9a3"}} 2018-11-19 06:02:46,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7d0ba20fc91949a58ccc370fdab2e9a3 used request id req-e4bcce0e-6b33-4e0e-a98f-0ede211bee34 2018-11-19 06:02:46,922 - keystone_utils - INFO - Granting role CreateImageSuccessTests-9f04ca62-9732-4de-proj-role to project CreateImageSuccessTests-9f04ca62-9732-4de-proj 2018-11-19 06:02:46,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5ee4bf125e1d4a318583bcaa91c35597/users/9977009298ef49c89077e92eed3de007/roles/7d0ba20fc91949a58ccc370fdab2e9a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:47,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07190a40-a590-46b2-8f76-a80ced5147eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:47,059 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5ee4bf125e1d4a318583bcaa91c35597/users/9977009298ef49c89077e92eed3de007/roles/7d0ba20fc91949a58ccc370fdab2e9a3 used request id req-07190a40-a590-46b2-8f76-a80ced5147eb 2018-11-19 06:02:47,060 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:02:47,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:47,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:47,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d0ba20fc91949a58ccc370fdab2e9a3", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj-role"}], "expires_at": "2018-11-19T07:02:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ee4bf125e1d4a318583bcaa91c35597", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-9f04ca62-9732-4de-user", "id": "9977009298ef49c89077e92eed3de007"}, "audit_ids": ["KCaOJ71NS3WBu4m7ceiPwQ"], "issued_at": "2018-11-19T06:02:47.000000Z"}} 2018-11-19 06:02:47,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" 2018-11-19 06:02:47,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7906a85-70d6-43aa-b493-9ec44d2beb9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:47,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a7906a85-70d6-43aa-b493-9ec44d2beb9d 2018-11-19 06:02:47,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" 2018-11-19 06:02:47,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-fa155c35-47aa-4532-8f21-3f5a0d875bb0 Date: Mon, 19 Nov 2018 06:02:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398"} 2018-11-19 06:02:47,782 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 used request id req-fa155c35-47aa-4532-8f21-3f5a0d875bb0 2018-11-19 06:02:47,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" 2018-11-19 06:02:48,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b32c4391-e0d3-4ada-8870-17df3d64c65e Date: Mon, 19 Nov 2018 06:02:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:48,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b32c4391-e0d3-4ada-8870-17df3d64c65e 2018-11-19 06:02:48,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398"}' 2018-11-19 06:02:48,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee X-Openstack-Request-Id: req-9b538ff9-5ecd-4638-b5a5-057de91e20c5 Date: Mon, 19 Nov 2018 06:02:48 GMT RESP BODY: {"status": "queued", "name": "CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/45037b22-7843-4064-9e83-def578f171ee", "min_disk": 0, "protected": false, "id": "45037b22-7843-4064-9e83-def578f171ee", "file": "/v2/images/45037b22-7843-4064-9e83-def578f171ee/file", "checksum": null, "owner": "5ee4bf125e1d4a318583bcaa91c35597", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:48,547 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9b538ff9-5ecd-4638-b5a5-057de91e20c5 2018-11-19 06:02:48,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" -d '' 2018-11-19 06:02:50,899 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35fef4bd-1912-4d1d-86a9-bf3637309f76 Date: Mon, 19 Nov 2018 06:02:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:50,899 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee/file used request id req-35fef4bd-1912-4d1d-86a9-bf3637309f76 2018-11-19 06:02:50,900 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:02:50,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" 2018-11-19 06:02:51,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-eaca68af-bec3-48c9-bbe3-0fd1061f374d Date: Mon, 19 Nov 2018 06:02:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:50Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "metadata": {}}], "self": "/v2/images/45037b22-7843-4064-9e83-def578f171ee", "min_disk": 0, "protected": false, "id": "45037b22-7843-4064-9e83-def578f171ee", "file": "/v2/images/45037b22-7843-4064-9e83-def578f171ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ee4bf125e1d4a318583bcaa91c35597", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:51,071 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee used request id req-eaca68af-bec3-48c9-bbe3-0fd1061f374d 2018-11-19 06:02:51,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" 2018-11-19 06:02:51,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-402db32f-b202-47af-9db3-d377585aaa01 Date: Mon, 19 Nov 2018 06:02:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:51,232 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-402db32f-b202-47af-9db3-d377585aaa01 2018-11-19 06:02:51,235 - create_image - INFO - Created image with name - CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 2018-11-19 06:02:51,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" 2018-11-19 06:02:51,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-c78f77f4-7210-4747-ae3c-8bec282230de Date: Mon, 19 Nov 2018 06:02:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:50Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "metadata": {}}], "self": "/v2/images/45037b22-7843-4064-9e83-def578f171ee", "min_disk": 0, "protected": false, "id": "45037b22-7843-4064-9e83-def578f171ee", "file": "/v2/images/45037b22-7843-4064-9e83-def578f171ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ee4bf125e1d4a318583bcaa91c35597", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:51,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee used request id req-c78f77f4-7210-4747-ae3c-8bec282230de 2018-11-19 06:02:51,392 - create_image - DEBUG - Instance status is - active 2018-11-19 06:02:51,392 - create_image - DEBUG - Image is active with name - CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 2018-11-19 06:02:51,392 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 2018-11-19 06:02:51,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:51,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d0ba20fc91949a58ccc370fdab2e9a3", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj-role"}], "expires_at": "2018-11-19T07:02:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ee4bf125e1d4a318583bcaa91c35597", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-9f04ca62-9732-4de-user", "id": "9977009298ef49c89077e92eed3de007"}, "audit_ids": ["ZbMJK6GYSAamL_ifsTihhA"], "issued_at": "2018-11-19T06:02:51.000000Z"}} 2018-11-19 06:02:51,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0dde8f0e2170a22dcae4be1da46e2d81b8870fda" 2018-11-19 06:02:51,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-aec37b23-09d8-46e3-9c5c-3486a8989e46 Date: Mon, 19 Nov 2018 06:02:51 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:50Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "metadata": {}}], "self": "/v2/images/45037b22-7843-4064-9e83-def578f171ee", "min_disk": 0, "protected": false, "id": "45037b22-7843-4064-9e83-def578f171ee", "file": "/v2/images/45037b22-7843-4064-9e83-def578f171ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ee4bf125e1d4a318583bcaa91c35597", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398"} 2018-11-19 06:02:51,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 used request id req-aec37b23-09d8-46e3-9c5c-3486a8989e46 2018-11-19 06:02:51,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0dde8f0e2170a22dcae4be1da46e2d81b8870fda" 2018-11-19 06:02:52,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dc1ea378-ed56-4723-b831-2bcd93d709e4 Date: Mon, 19 Nov 2018 06:02:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:52,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-dc1ea378-ed56-4723-b831-2bcd93d709e4 2018-11-19 06:02:52,133 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:52,134 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:52,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7d0ba20fc91949a58ccc370fdab2e9a3", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj-role"}], "expires_at": "2018-11-19T07:02:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5ee4bf125e1d4a318583bcaa91c35597", "name": "CreateImageSuccessTests-9f04ca62-9732-4de-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5ee4bf125e1d4a318583bcaa91c35597", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageSuccessTests-9f04ca62-9732-4de-user", "id": "9977009298ef49c89077e92eed3de007"}, "audit_ids": ["ZkoIeOeFSZWyt1kN3O87Fg"], "issued_at": "2018-11-19T06:02:52.000000Z"}} 2018-11-19 06:02:52,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77b94c2b219dd6b80d6455361691306e33066924" 2018-11-19 06:02:52,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8006abac-e66a-438e-b653-64e50cb51c1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:52,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8006abac-e66a-438e-b653-64e50cb51c1a 2018-11-19 06:02:52,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77b94c2b219dd6b80d6455361691306e33066924" 2018-11-19 06:02:52,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1026 Content-Type: application/json X-Openstack-Request-Id: req-daeb356c-4e3b-42df-85e8-cf231178a877 Date: Mon, 19 Nov 2018 06:02:52 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:48Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:50Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "metadata": {}}], "self": "/v2/images/45037b22-7843-4064-9e83-def578f171ee", "min_disk": 0, "protected": false, "id": "45037b22-7843-4064-9e83-def578f171ee", "file": "/v2/images/45037b22-7843-4064-9e83-def578f171ee/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "5ee4bf125e1d4a318583bcaa91c35597", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/45037b22-7843-4064-9e83-def578f171ee/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398"} 2018-11-19 06:02:52,766 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 used request id req-daeb356c-4e3b-42df-85e8-cf231178a877 2018-11-19 06:02:52,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}77b94c2b219dd6b80d6455361691306e33066924" 2018-11-19 06:02:52,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ea5e6f82-9fcb-48c0-a539-1bf6ae94c0a9 Date: Mon, 19 Nov 2018 06:02:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:52,923 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ea5e6f82-9fcb-48c0-a539-1bf6ae94c0a9 2018-11-19 06:02:52,926 - create_image - INFO - Found image with name - CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 2018-11-19 06:02:52,926 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-1d761a9a-9bd6-4048-a50f-6e5a49ea1398 2018-11-19 06:02:52,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}26768919401e85443392147aa2d47173153fa8bc" 2018-11-19 06:02:54,655 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d35ed34e-acee-49f5-8bec-08c33ea2a02b Date: Mon, 19 Nov 2018 06:02:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:54,655 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/45037b22-7843-4064-9e83-def578f171ee used request id req-d35ed34e-acee-49f5-8bec-08c33ea2a02b 2018-11-19 06:02:54,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:54,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5e0a35c9-4736-4198-89bf-227b6caa12f4 Date: Mon, 19 Nov 2018 06:02:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:02:54,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5e0a35c9-4736-4198-89bf-227b6caa12f4 2018-11-19 06:02:54,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:54,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba55c188-9c33-45f3-961c-12eb936e3dab Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:02:54,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-ba55c188-9c33-45f3-961c-12eb936e3dab 2018-11-19 06:02:54,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:55,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a935c880-4105-4146-88f9-cbbd59151259 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:02:55,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-a935c880-4105-4146-88f9-cbbd59151259 2018-11-19 06:02:55,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:55,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f18ea33-e26c-4b2b-a2db-d142e95574b3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:02:55,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-6f18ea33-e26c-4b2b-a2db-d142e95574b3 2018-11-19 06:02:55,137 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-9f04ca62-9732-4de-proj 2018-11-19 06:02:55,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5ee4bf125e1d4a318583bcaa91c35597 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:55,376 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5363f2a-b4c2-4a84-90a7-2df41a917324 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:55,377 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5ee4bf125e1d4a318583bcaa91c35597 used request id req-e5363f2a-b4c2-4a84-90a7-2df41a917324 2018-11-19 06:02:55,377 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-9f04ca62-9732-4de-proj-role 2018-11-19 06:02:55,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7d0ba20fc91949a58ccc370fdab2e9a3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:55,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1dccaf13-9acf-4cb7-8828-9455c0f574eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:55,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7d0ba20fc91949a58ccc370fdab2e9a3 used request id req-1dccaf13-9acf-4cb7-8828-9455c0f574eb 2018-11-19 06:02:55,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}57ff57a0f296b1411daabb2a9995625c64f61ba5" 2018-11-19 06:02:55,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eedb1c0a-2da3-4c4c-a0b7-b9a557de3fe7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:55,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eedb1c0a-2da3-4c4c-a0b7-b9a557de3fe7 2018-11-19 06:02:55,575 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-9f04ca62-9732-4de-user 2018-11-19 06:02:55,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9977009298ef49c89077e92eed3de007 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b8c6f1b13a2dc6266a9ce741da541e4a3c0ad6" 2018-11-19 06:02:55,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b2635e5-3644-4a7d-8b8e-64dfa191a165 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:55,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9977009298ef49c89077e92eed3de007 used request id req-4b2635e5-3644-4a7d-8b8e-64dfa191a165 2018-11-19 06:02:55,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:56,126 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["FNTc9PSTSg69tS1KuqS56Q"], "issued_at": "2018-11-19T06:02:56.000000Z"}} 2018-11-19 06:02:56,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2bbf1f371b2b14a35897878caff6b24953b63b8" 2018-11-19 06:02:56,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d534ad34-9ee8-4365-9027-e085f4fccaa0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:56,220 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d534ad34-9ee8-4365-9027-e085f4fccaa0 2018-11-19 06:02:56,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:56,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:56,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["1phjJMfJRPe1Xtzl2CQ6Tg"], "issued_at": "2018-11-19T06:02:56.000000Z"}} 2018-11-19 06:02:56,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:02:56,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdc446b1-f899-4288-ab4b-918238dbcde9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:56,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cdc446b1-f899-4288-ab4b-918238dbcde9 2018-11-19 06:02:56,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:56,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:56,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-f73dc470-8f59-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:02:56,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82233c14-db05-4792-91de-7bbce9a30dda Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-f73dc470-8f59-4c3-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:02:56,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-f73dc470-8f59-4c3-proj used request id req-82233c14-db05-4792-91de-7bbce9a30dda 2018-11-19 06:02:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:02:56,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f3039f-1c49-415c-8fb8-7a652eddb0d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:56,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-21f3039f-1c49-415c-8fb8-7a652eddb0d5 2018-11-19 06:02:56,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj"}}' 2018-11-19 06:02:56,996 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cebafed2-3db9-4952-94bc-baa901454861 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8175f44984334f9396f264731b3534d2"}, "enabled": true, "id": "8175f44984334f9396f264731b3534d2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj"}} 2018-11-19 06:02:56,996 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-cebafed2-3db9-4952-94bc-baa901454861 2018-11-19 06:02:56,997 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-f73dc470-8f59-4c3-proj 2018-11-19 06:02:56,997 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:56,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:57,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:02:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["14dyGSOzTWOK7Lv1YA5s7w"], "issued_at": "2018-11-19T06:02:57.000000Z"}} 2018-11-19 06:02:57,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cad9357f78a4766992280af21f27e8f9112fe46" 2018-11-19 06:02:57,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c8daa9e-4319-42df-9e12-ccc438bdc7e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:57,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1c8daa9e-4319-42df-9e12-ccc438bdc7e0 2018-11-19 06:02:57,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:02:57,413 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:02: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:02:57,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cad9357f78a4766992280af21f27e8f9112fe46" 2018-11-19 06:02:57,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bb8e72a-1e89-4c9d-9be9-056637d918b0 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:02:57,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4bb8e72a-1e89-4c9d-9be9-056637d918b0 2018-11-19 06:02:57,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-f73dc470-8f59-4c3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cad9357f78a4766992280af21f27e8f9112fe46" 2018-11-19 06:02:57,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a16fd9a8-b19a-4bf5-9598-08f4b86a2883 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-f73dc470-8f59-4c3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8175f44984334f9396f264731b3534d2"}, "enabled": true, "id": "8175f44984334f9396f264731b3534d2", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj"}]} 2018-11-19 06:02:57,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-f73dc470-8f59-4c3-proj used request id req-a16fd9a8-b19a-4bf5-9598-08f4b86a2883 2018-11-19 06:02:57,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cad9357f78a4766992280af21f27e8f9112fe46" 2018-11-19 06:02:57,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09638d9b-795e-48f1-8f02-a5dbde94afec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:02:57,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-09638d9b-795e-48f1-8f02-a5dbde94afec 2018-11-19 06:02:58,164 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-f73dc470-8f59-4c3-user 2018-11-19 06:02:58,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:58,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:02:58,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d74ffa1-0aeb-458c-b233-5dfeda884845 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:02:58,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4d74ffa1-0aeb-458c-b233-5dfeda884845 2018-11-19 06:02:58,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" -d '{"role": {"name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj-role"}}' 2018-11-19 06:02:58,374 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bfb85bf-497c-47ce-955f-c2e9f772c8ce Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6c1afe611bf245f08da35782a34965c8", "links": {"self": "http://172.30.9.21:5000/v3/roles/6c1afe611bf245f08da35782a34965c8"}, "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj-role"}} 2018-11-19 06:02:58,374 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0bfb85bf-497c-47ce-955f-c2e9f772c8ce 2018-11-19 06:02:58,374 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-f73dc470-8f59-4c3-proj-role 2018-11-19 06:02:58,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6c1afe611bf245f08da35782a34965c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:02:58,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ff19e9b-a63c-4600-837e-565722d26645 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6c1afe611bf245f08da35782a34965c8"}, "domain_id": null, "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj-role", "id": "6c1afe611bf245f08da35782a34965c8"}} 2018-11-19 06:02:58,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6c1afe611bf245f08da35782a34965c8 used request id req-8ff19e9b-a63c-4600-837e-565722d26645 2018-11-19 06:02:58,466 - keystone_utils - INFO - Granting role CreateImageNegativeTests-f73dc470-8f59-4c3-proj-role to project CreateImageNegativeTests-f73dc470-8f59-4c3-proj 2018-11-19 06:02:58,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8175f44984334f9396f264731b3534d2/users/19cd2bbf6b6f4533a2118325a922fa46/roles/6c1afe611bf245f08da35782a34965c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:02:58,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:02:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe209018-3ad8-4d71-9b9d-66408c6225ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:02:58,586 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8175f44984334f9396f264731b3534d2/users/19cd2bbf6b6f4533a2118325a922fa46/roles/6c1afe611bf245f08da35782a34965c8 used request id req-fe209018-3ad8-4d71-9b9d-66408c6225ad 2018-11-19 06:02:58,586 - openstack_tests - DEBUG - Image metadata - None 2018-11-19 06:02:58,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:02:58,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:02:58,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6c1afe611bf245f08da35782a34965c8", "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj-role"}], "expires_at": "2018-11-19T07:02:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8175f44984334f9396f264731b3534d2", "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8175f44984334f9396f264731b3534d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8175f44984334f9396f264731b3534d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8175f44984334f9396f264731b3534d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8175f44984334f9396f264731b3534d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8175f44984334f9396f264731b3534d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8175f44984334f9396f264731b3534d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8175f44984334f9396f264731b3534d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8175f44984334f9396f264731b3534d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8175f44984334f9396f264731b3534d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8175f44984334f9396f264731b3534d2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8175f44984334f9396f264731b3534d2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8175f44984334f9396f264731b3534d2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-f73dc470-8f59-4c3-user", "id": "19cd2bbf6b6f4533a2118325a922fa46"}, "audit_ids": ["Y5hCAZ9bQ8yK2QO-R_YYfA"], "issued_at": "2018-11-19T06:02:58.000000Z"}} 2018-11-19 06:02:58,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28c30eb3825faec24522a2a01678fa5977854c05" 2018-11-19 06:02:59,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:02:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0301e1c-6fff-41d8-b06b-74a8765e105c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:02:59,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e0301e1c-6fff-41d8-b06b-74a8765e105c 2018-11-19 06:02:59,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-783d981d-9e54-4d76-9745-aeb5d048a2a8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}28c30eb3825faec24522a2a01678fa5977854c05" 2018-11-19 06:02:59,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-586d0367-3a9c-46be-9b3b-04a2de823070 Date: Mon, 19 Nov 2018 06:02:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-783d981d-9e54-4d76-9745-aeb5d048a2a8"} 2018-11-19 06:02:59,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-783d981d-9e54-4d76-9745-aeb5d048a2a8 used request id req-586d0367-3a9c-46be-9b3b-04a2de823070 2018-11-19 06:02:59,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}28c30eb3825faec24522a2a01678fa5977854c05" 2018-11-19 06:02:59,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-25892847-a48c-4649-801f-a53db98f9b7c Date: Mon, 19 Nov 2018 06:02:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:02:59,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-25892847-a48c-4649-801f-a53db98f9b7c 2018-11-19 06:02:59,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}28c30eb3825faec24522a2a01678fa5977854c05" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateImageNegativeTests-783d981d-9e54-4d76-9745-aeb5d048a2a8"}' 2018-11-19 06:02:59,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 622 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a85ac224-5029-4386-a36e-1f1bb0aa375e X-Openstack-Request-Id: req-656c9c0d-b0c5-48c3-9f30-b3658fc4e611 Date: Mon, 19 Nov 2018 06:02:59 GMT RESP BODY: {"status": "queued", "name": "CreateImageNegativeTests-783d981d-9e54-4d76-9745-aeb5d048a2a8", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:02:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:02:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/a85ac224-5029-4386-a36e-1f1bb0aa375e", "min_disk": 0, "protected": false, "id": "a85ac224-5029-4386-a36e-1f1bb0aa375e", "file": "/v2/images/a85ac224-5029-4386-a36e-1f1bb0aa375e/file", "checksum": null, "owner": "8175f44984334f9396f264731b3534d2", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:02:59,690 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-656c9c0d-b0c5-48c3-9f30-b3658fc4e611 2018-11-19 06:02:59,700 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-19 06:02:59,700 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-783d981d-9e54-4d76-9745-aeb5d048a2a8 2018-11-19 06:02:59,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a85ac224-5029-4386-a36e-1f1bb0aa375e -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}28c30eb3825faec24522a2a01678fa5977854c05" 2018-11-19 06:02:59,912 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3736a65-cb8e-4027-a9fe-8702dbec5989 Date: Mon, 19 Nov 2018 06:02:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:02:59,913 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a85ac224-5029-4386-a36e-1f1bb0aa375e used request id req-b3736a65-cb8e-4027-a9fe-8702dbec5989 2018-11-19 06:02:59,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:03:00,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-db411581-151a-4311-b3d8-e502dfe821f9 Date: Mon, 19 Nov 2018 06:03:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:00,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-db411581-151a-4311-b3d8-e502dfe821f9 2018-11-19 06:03:00,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:03:00,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cddf25eb-bb87-4706-9cef-684638e9e6a4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:00,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-cddf25eb-bb87-4706-9cef-684638e9e6a4 2018-11-19 06:03:00,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:03:00,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-189adfcb-5e86-4c69-8f98-3345b9c5f4af Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:00,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-189adfcb-5e86-4c69-8f98-3345b9c5f4af 2018-11-19 06:03:00,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:03:00,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a5cb409-eb69-4ddb-adec-cfb5837855ac Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:00,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-0a5cb409-eb69-4ddb-adec-cfb5837855ac 2018-11-19 06:03:00,495 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-f73dc470-8f59-4c3-proj 2018-11-19 06:03:00,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8175f44984334f9396f264731b3534d2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:03:00,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66b96acd-e8a2-4165-adc8-8d20bed991e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:00,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8175f44984334f9396f264731b3534d2 used request id req-66b96acd-e8a2-4165-adc8-8d20bed991e8 2018-11-19 06:03:00,706 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-f73dc470-8f59-4c3-proj-role 2018-11-19 06:03:00,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6c1afe611bf245f08da35782a34965c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:03:00,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c073d362-9978-4e89-ba72-922e176ae9e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:00,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6c1afe611bf245f08da35782a34965c8 used request id req-c073d362-9978-4e89-ba72-922e176ae9e1 2018-11-19 06:03:00,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10b524108f65f5013ab9a92ad0deca9ccbe6a0c1" 2018-11-19 06:03:00,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3321247-ebff-458b-8a61-ec2de970fc3e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:00,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e3321247-ebff-458b-8a61-ec2de970fc3e 2018-11-19 06:03:00,932 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-f73dc470-8f59-4c3-user 2018-11-19 06:03:00,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/19cd2bbf6b6f4533a2118325a922fa46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cad9357f78a4766992280af21f27e8f9112fe46" 2018-11-19 06:03:01,102 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8a362b2b-9ee2-4302-b90c-12e85c9f2afa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:01,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/19cd2bbf6b6f4533a2118325a922fa46 used request id req-8a362b2b-9ee2-4302-b90c-12e85c9f2afa 2018-11-19 06:03:01,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:01,495 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["KZqgwGE2SYS2cXo3sOAVTw"], "issued_at": "2018-11-19T06:03:01.000000Z"}} 2018-11-19 06:03:01,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daa1e615216be3c95a9c022d93f992783deca277" 2018-11-19 06:03:01,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee94782-3142-423b-bce9-1dfa0f6a4d27 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:01,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ee94782-3142-423b-bce9-1dfa0f6a4d27 2018-11-19 06:03:01,586 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:01,586 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:01,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["FTifvvMUS3eQbVDjJu4AWQ"], "issued_at": "2018-11-19T06:03:01.000000Z"}} 2018-11-19 06:03:01,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:02,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72dab269-5846-44bc-a9e0-73826fdd1140 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:02,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-72dab269-5846-44bc-a9e0-73826fdd1140 2018-11-19 06:03:02,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:02,066 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:02,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:02,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e501b7fa-d502-4585-9d53-37cc93b56a7f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:02,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj used request id req-e501b7fa-d502-4585-9d53-37cc93b56a7f 2018-11-19 06:03:02,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:02,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-180c6b50-498c-45fd-b7ca-d76b49f742ac Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:02,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-180c6b50-498c-45fd-b7ca-d76b49f742ac 2018-11-19 06:03:02,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj"}}' 2018-11-19 06:03:02,362 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1192c204-239f-464d-a04e-e0729ea229ab Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c821e89a3883449389b480b8a864b186"}, "enabled": true, "id": "c821e89a3883449389b480b8a864b186", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj"}} 2018-11-19 06:03:02,362 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1192c204-239f-464d-a04e-e0729ea229ab 2018-11-19 06:03:02,362 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj 2018-11-19 06:03:02,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:02,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:02,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3arSMBSQSQuNj2ahJoLOLw"], "issued_at": "2018-11-19T06:03:02.000000Z"}} 2018-11-19 06:03:02,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24684d137b4a70339f030b8501e33a843f39353c" 2018-11-19 06:03:02,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b4e576-2ec7-40ed-a86a-58d34ce47723 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:02,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f4b4e576-2ec7-40ed-a86a-58d34ce47723 2018-11-19 06:03:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:02,841 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:02,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24684d137b4a70339f030b8501e33a843f39353c" 2018-11-19 06:03:02,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8885416-81c3-4dec-9cef-9f29aa46e061 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:02,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a8885416-81c3-4dec-9cef-9f29aa46e061 2018-11-19 06:03:02,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24684d137b4a70339f030b8501e33a843f39353c" 2018-11-19 06:03:03,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb259a0-04bd-4fe5-8676-dfafbe136020 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c821e89a3883449389b480b8a864b186"}, "enabled": true, "id": "c821e89a3883449389b480b8a864b186", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj"}]} 2018-11-19 06:03:03,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj used request id req-eeb259a0-04bd-4fe5-8676-dfafbe136020 2018-11-19 06:03:03,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24684d137b4a70339f030b8501e33a843f39353c" 2018-11-19 06:03:03,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7005a5a-d039-4a2c-94e2-4bd5781b3e84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:03,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f7005a5a-d039-4a2c-94e2-4bd5781b3e84 2018-11-19 06:03:03,493 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-b1a5f4b4-9a91-4af-user 2018-11-19 06:03:03,493 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:03,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:03,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f8b1b40-5a87-473a-a428-c00050437ded Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:03,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6f8b1b40-5a87-473a-a428-c00050437ded 2018-11-19 06:03:03,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" -d '{"role": {"name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj-role"}}' 2018-11-19 06:03:03,715 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d74b6067-64bf-4704-8228-3082be7b5bdd Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bf08856f85d34c0ab3f895e900ad71dd", "links": {"self": "http://172.30.9.21:5000/v3/roles/bf08856f85d34c0ab3f895e900ad71dd"}, "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj-role"}} 2018-11-19 06:03:03,715 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d74b6067-64bf-4704-8228-3082be7b5bdd 2018-11-19 06:03:03,715 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj-role 2018-11-19 06:03:03,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bf08856f85d34c0ab3f895e900ad71dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:03,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34dad0f0-c849-4f04-8bff-1f3ce17d9d78 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bf08856f85d34c0ab3f895e900ad71dd"}, "domain_id": null, "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj-role", "id": "bf08856f85d34c0ab3f895e900ad71dd"}} 2018-11-19 06:03:03,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bf08856f85d34c0ab3f895e900ad71dd used request id req-34dad0f0-c849-4f04-8bff-1f3ce17d9d78 2018-11-19 06:03:03,800 - keystone_utils - INFO - Granting role CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj-role to project CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj 2018-11-19 06:03:03,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c821e89a3883449389b480b8a864b186/users/bcac4a5b57a14079941aec5952e8219e/roles/bf08856f85d34c0ab3f895e900ad71dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:03,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52b0441c-bc88-41d6-aa6a-67f28f59af68 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:03,933 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c821e89a3883449389b480b8a864b186/users/bcac4a5b57a14079941aec5952e8219e/roles/bf08856f85d34c0ab3f895e900ad71dd used request id req-52b0441c-bc88-41d6-aa6a-67f28f59af68 2018-11-19 06:03:03,933 - openstack_tests - DEBUG - Image metadata - None 2018-11-19 06:03:03,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:03,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:04,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bf08856f85d34c0ab3f895e900ad71dd", "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj-role"}], "expires_at": "2018-11-19T07:03:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c821e89a3883449389b480b8a864b186", "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c821e89a3883449389b480b8a864b186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c821e89a3883449389b480b8a864b186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c821e89a3883449389b480b8a864b186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c821e89a3883449389b480b8a864b186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c821e89a3883449389b480b8a864b186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c821e89a3883449389b480b8a864b186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c821e89a3883449389b480b8a864b186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c821e89a3883449389b480b8a864b186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c821e89a3883449389b480b8a864b186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c821e89a3883449389b480b8a864b186", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c821e89a3883449389b480b8a864b186", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c821e89a3883449389b480b8a864b186", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-b1a5f4b4-9a91-4af-user", "id": "bcac4a5b57a14079941aec5952e8219e"}, "audit_ids": ["444h5wItT8a8hNttM4W8ww"], "issued_at": "2018-11-19T06:03:04.000000Z"}} 2018-11-19 06:03:04,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24c775cf35fe76f2a653a4dff429a97149367ec7" 2018-11-19 06:03:04,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b13355a-d8bf-49af-9c02-b88945f2b752 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:04,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b13355a-d8bf-49af-9c02-b88945f2b752 2018-11-19 06:03:04,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-a9df9254-aadf-4348-bbee-6b65cc966344 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24c775cf35fe76f2a653a4dff429a97149367ec7" 2018-11-19 06:03:04,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 161 Content-Type: application/json X-Openstack-Request-Id: req-efc1976b-214b-424e-a119-f10e76cde39d Date: Mon, 19 Nov 2018 06:03:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=foo&limit=20&name=CreateImageNegativeTests-a9df9254-aadf-4348-bbee-6b65cc966344"} 2018-11-19 06:03:04,638 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=foo&name=CreateImageNegativeTests-a9df9254-aadf-4348-bbee-6b65cc966344 used request id req-efc1976b-214b-424e-a119-f10e76cde39d 2018-11-19 06:03:04,638 - file_utils - DEBUG - Downloading file from - http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2018-11-19 06:03:04,639 - file_utils - DEBUG - Saving file to - /tmp/95e14453-fc4c-4f15-a5c2-1725d3778828 2018-11-19 06:03:04,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}24c775cf35fe76f2a653a4dff429a97149367ec7" 2018-11-19 06:03:05,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-73c58aea-8340-480c-a0be-5f26c8aa661a Date: Mon, 19 Nov 2018 06:03:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:03:05,053 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-73c58aea-8340-480c-a0be-5f26c8aa661a 2018-11-19 06:03:05,063 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-11-19 06:03:05,064 - glance_utils - DEBUG - Closing file ./tmp/95e14453-fc4c-4f15-a5c2-1725d3778828 2018-11-19 06:03:05,064 - glance_utils - INFO - Removing file ./tmp/95e14453-fc4c-4f15-a5c2-1725d3778828 2018-11-19 06:03:05,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:05,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-111679d4-e90e-4c92-bc5e-bdff4f5f1a7a Date: Mon, 19 Nov 2018 06:03:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:05,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-111679d4-e90e-4c92-bc5e-bdff4f5f1a7a 2018-11-19 06:03:05,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:05,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-479fb228-b582-4c1f-a681-392d04fa76f2 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:05,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-479fb228-b582-4c1f-a681-392d04fa76f2 2018-11-19 06:03:05,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:05,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57aabbee-ecbf-4f20-b7bb-0c0d2fe1dc39 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:05,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-57aabbee-ecbf-4f20-b7bb-0c0d2fe1dc39 2018-11-19 06:03:05,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:05,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5425c5c5-be44-4f6f-9499-94d136d0ec00 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:05,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-5425c5c5-be44-4f6f-9499-94d136d0ec00 2018-11-19 06:03:05,565 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj 2018-11-19 06:03:05,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c821e89a3883449389b480b8a864b186 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:05,783 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83a2a307-74bd-41d4-87bb-e0e1a4706cb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:05,783 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c821e89a3883449389b480b8a864b186 used request id req-83a2a307-74bd-41d4-87bb-e0e1a4706cb5 2018-11-19 06:03:05,784 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-b1a5f4b4-9a91-4af-proj-role 2018-11-19 06:03:05,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bf08856f85d34c0ab3f895e900ad71dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:05,894 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-284eae14-38e2-4a2e-a2e6-3b9f370fb845 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:05,894 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bf08856f85d34c0ab3f895e900ad71dd used request id req-284eae14-38e2-4a2e-a2e6-3b9f370fb845 2018-11-19 06:03:05,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}145ff6d42533a5f873f701ed8afcc9185aab9503" 2018-11-19 06:03:05,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3560c0a3-8121-4ce7-99b3-ef819e2d09f8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:05,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3560c0a3-8121-4ce7-99b3-ef819e2d09f8 2018-11-19 06:03:05,978 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-b1a5f4b4-9a91-4af-user 2018-11-19 06:03:05,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/bcac4a5b57a14079941aec5952e8219e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24684d137b4a70339f030b8501e33a843f39353c" 2018-11-19 06:03:06,166 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5a9d634-f07c-48a5-a16a-795d50bd964d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:06,166 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/bcac4a5b57a14079941aec5952e8219e used request id req-b5a9d634-f07c-48a5-a16a-795d50bd964d 2018-11-19 06:03:06,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:06,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["qDxTsnA9S2uWMkkh7cuQig"], "issued_at": "2018-11-19T06:03:06.000000Z"}} 2018-11-19 06:03:06,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e355df6fb5934f80467ba0f5c9a44f9ed30e7a0c" 2018-11-19 06:03:06,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c24a173-6eb8-4ba0-b37b-7b45475bfbc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:06,637 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c24a173-6eb8-4ba0-b37b-7b45475bfbc8 2018-11-19 06:03:06,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:06,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:07,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ZYsxy0aCSiSs6wXVyWeHWg"], "issued_at": "2018-11-19T06:03:07.000000Z"}} 2018-11-19 06:03:07,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:07,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21c76d45-161a-429e-9f18-9f3a6a82ac6c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:07,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-21c76d45-161a-429e-9f18-9f3a6a82ac6c 2018-11-19 06:03:07,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:07,124 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:07,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b6aef917-90ea-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:07,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76740330-3343-4a63-a3f7-773b279678f7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b6aef917-90ea-4e3-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:07,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-b6aef917-90ea-4e3-proj used request id req-76740330-3343-4a63-a3f7-773b279678f7 2018-11-19 06:03:07,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:07,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c67a709-7d7e-40bc-bc14-d7561af4f009 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:07,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5c67a709-7d7e-40bc-bc14-d7561af4f009 2018-11-19 06:03:07,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj"}}' 2018-11-19 06:03:07,272 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b6bb226-3380-40fc-8266-0f6b1d6f7926 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1abac5138fd249b9bd25e8a431fed6c4"}, "enabled": true, "id": "1abac5138fd249b9bd25e8a431fed6c4", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj"}} 2018-11-19 06:03:07,273 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1b6bb226-3380-40fc-8266-0f6b1d6f7926 2018-11-19 06:03:07,273 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-b6aef917-90ea-4e3-proj 2018-11-19 06:03:07,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:07,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:07,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LiBKAXmtQXSL9MyOfk1diQ"], "issued_at": "2018-11-19T06:03:07.000000Z"}} 2018-11-19 06:03:07,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5892e49cca7ebfc9f4be02113a2af2e0f1e1dffb" 2018-11-19 06:03:07,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-742639dc-df58-444c-bb4f-f4abe8636089 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:07,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-742639dc-df58-444c-bb4f-f4abe8636089 2018-11-19 06:03:07,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:07,768 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:07,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5892e49cca7ebfc9f4be02113a2af2e0f1e1dffb" 2018-11-19 06:03:07,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2109cd3d-d4b6-475c-a7af-d6c98e31364b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:07,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2109cd3d-d4b6-475c-a7af-d6c98e31364b 2018-11-19 06:03:07,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-b6aef917-90ea-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5892e49cca7ebfc9f4be02113a2af2e0f1e1dffb" 2018-11-19 06:03:07,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b687d31f-0b6c-44fb-b405-fb4d4d5fed68 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-b6aef917-90ea-4e3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1abac5138fd249b9bd25e8a431fed6c4"}, "enabled": true, "id": "1abac5138fd249b9bd25e8a431fed6c4", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj"}]} 2018-11-19 06:03:07,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-b6aef917-90ea-4e3-proj used request id req-b687d31f-0b6c-44fb-b405-fb4d4d5fed68 2018-11-19 06:03:07,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5892e49cca7ebfc9f4be02113a2af2e0f1e1dffb" 2018-11-19 06:03:08,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd7a1dd-6025-44dd-9a33-fa1b25143e04 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:08,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9dd7a1dd-6025-44dd-9a33-fa1b25143e04 2018-11-19 06:03:08,457 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-b6aef917-90ea-4e3-user 2018-11-19 06:03:08,458 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:08,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:08,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82ee79e-727f-4b8d-abeb-c8d3488525a3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:08,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d82ee79e-727f-4b8d-abeb-c8d3488525a3 2018-11-19 06:03:08,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" -d '{"role": {"name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj-role"}}' 2018-11-19 06:03:08,655 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51ca7072-5a08-4db3-a10b-4468c4bcb635 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3f29bb3626af4506805c3eb9db0a5c20", "links": {"self": "http://172.30.9.21:5000/v3/roles/3f29bb3626af4506805c3eb9db0a5c20"}, "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj-role"}} 2018-11-19 06:03:08,655 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-51ca7072-5a08-4db3-a10b-4468c4bcb635 2018-11-19 06:03:08,655 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-b6aef917-90ea-4e3-proj-role 2018-11-19 06:03:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3f29bb3626af4506805c3eb9db0a5c20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:08,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff0c703-a00b-41d0-adf6-2d929ddf6f6b Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/3f29bb3626af4506805c3eb9db0a5c20"}, "domain_id": null, "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj-role", "id": "3f29bb3626af4506805c3eb9db0a5c20"}} 2018-11-19 06:03:08,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3f29bb3626af4506805c3eb9db0a5c20 used request id req-dff0c703-a00b-41d0-adf6-2d929ddf6f6b 2018-11-19 06:03:08,744 - keystone_utils - INFO - Granting role CreateImageNegativeTests-b6aef917-90ea-4e3-proj-role to project CreateImageNegativeTests-b6aef917-90ea-4e3-proj 2018-11-19 06:03:08,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1abac5138fd249b9bd25e8a431fed6c4/users/8aa1a2afe69b4932ae6ef17e106f5a84/roles/3f29bb3626af4506805c3eb9db0a5c20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:08,886 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39ba58c2-7ad0-4309-80a3-efa118ed0974 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:08,886 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1abac5138fd249b9bd25e8a431fed6c4/users/8aa1a2afe69b4932ae6ef17e106f5a84/roles/3f29bb3626af4506805c3eb9db0a5c20 used request id req-39ba58c2-7ad0-4309-80a3-efa118ed0974 2018-11-19 06:03:08,886 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:08,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:09,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3f29bb3626af4506805c3eb9db0a5c20", "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj-role"}], "expires_at": "2018-11-19T07:03:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1abac5138fd249b9bd25e8a431fed6c4", "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/1abac5138fd249b9bd25e8a431fed6c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/1abac5138fd249b9bd25e8a431fed6c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/1abac5138fd249b9bd25e8a431fed6c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1abac5138fd249b9bd25e8a431fed6c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/1abac5138fd249b9bd25e8a431fed6c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/1abac5138fd249b9bd25e8a431fed6c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1abac5138fd249b9bd25e8a431fed6c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/1abac5138fd249b9bd25e8a431fed6c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/1abac5138fd249b9bd25e8a431fed6c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/1abac5138fd249b9bd25e8a431fed6c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/1abac5138fd249b9bd25e8a431fed6c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/1abac5138fd249b9bd25e8a431fed6c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-b6aef917-90ea-4e3-user", "id": "8aa1a2afe69b4932ae6ef17e106f5a84"}, "audit_ids": ["zvPaCxebQ5OZNdjI35VoNg"], "issued_at": "2018-11-19T06:03:09.000000Z"}} 2018-11-19 06:03:09,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c221370a88de4ed5fd273ea20aa8823686cfc69b" 2018-11-19 06:03:09,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a6dcb6-c1da-471d-8680-27ce577ca273 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:09,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c8a6dcb6-c1da-471d-8680-27ce577ca273 2018-11-19 06:03:09,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c221370a88de4ed5fd273ea20aa8823686cfc69b" 2018-11-19 06:03:09,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-acb371a2-4bab-4d85-99eb-4ab44d3d0597 Date: Mon, 19 Nov 2018 06:03:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-11-19 06:03:09,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&name=foo used request id req-acb371a2-4bab-4d85-99eb-4ab44d3d0597 2018-11-19 06:03:09,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:09,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d1f16aa2-0838-47fc-9242-873ff122c1e3 Date: Mon, 19 Nov 2018 06:03:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:09,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d1f16aa2-0838-47fc-9242-873ff122c1e3 2018-11-19 06:03:09,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:10,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ebef59-0364-4b7f-be27-1dab6c868f16 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:10,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-62ebef59-0364-4b7f-be27-1dab6c868f16 2018-11-19 06:03:10,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:10,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcf2cd21-ecd0-4eab-a1fc-878ae660dc61 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:10,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-dcf2cd21-ecd0-4eab-a1fc-878ae660dc61 2018-11-19 06:03:10,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:10,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5241ed5f-01b8-4b64-861f-5ffd8198a94d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:10,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-5241ed5f-01b8-4b64-861f-5ffd8198a94d 2018-11-19 06:03:10,211 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-b6aef917-90ea-4e3-proj 2018-11-19 06:03:10,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1abac5138fd249b9bd25e8a431fed6c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:10,425 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b516bd9-487f-42d7-b7ce-34f5921716b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:10,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1abac5138fd249b9bd25e8a431fed6c4 used request id req-0b516bd9-487f-42d7-b7ce-34f5921716b2 2018-11-19 06:03:10,425 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-b6aef917-90ea-4e3-proj-role 2018-11-19 06:03:10,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3f29bb3626af4506805c3eb9db0a5c20 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:10,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ed400fd-4139-475e-846d-9f3a1abf23c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:10,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3f29bb3626af4506805c3eb9db0a5c20 used request id req-0ed400fd-4139-475e-846d-9f3a1abf23c6 2018-11-19 06:03:10,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c4ef61eb8ab6e647eca6cb214136b40675615f4" 2018-11-19 06:03:10,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac45414-97b8-466d-b3f2-f24668ace1c6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:10,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cac45414-97b8-466d-b3f2-f24668ace1c6 2018-11-19 06:03:10,633 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-b6aef917-90ea-4e3-user 2018-11-19 06:03:10,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8aa1a2afe69b4932ae6ef17e106f5a84 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5892e49cca7ebfc9f4be02113a2af2e0f1e1dffb" 2018-11-19 06:03:10,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-566062fd-8cb7-4e8a-80cd-d83ea4075592 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:10,810 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8aa1a2afe69b4932ae6ef17e106f5a84 used request id req-566062fd-8cb7-4e8a-80cd-d83ea4075592 2018-11-19 06:03:10,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:11,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["tyU1RKMlTZq1Mn4mlzTSVw"], "issued_at": "2018-11-19T06:03:11.000000Z"}} 2018-11-19 06:03:11,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e988d49113d139300d15acffa7bc3814d201421a" 2018-11-19 06:03:11,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5afd9c98-a6cb-4ea0-8460-79e6652a7b0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:11,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5afd9c98-a6cb-4ea0-8460-79e6652a7b0c 2018-11-19 06:03:11,204 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:11,205 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:11,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wPMwYc6uQYe_DDdea4TrdA"], "issued_at": "2018-11-19T06:03:11.000000Z"}} 2018-11-19 06:03:11,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:11,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb7b9c2-3428-44c5-a85b-ee0b5c863983 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:11,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bbb7b9c2-3428-44c5-a85b-ee0b5c863983 2018-11-19 06:03:11,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:11,681 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:11,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:11,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544d50e3-fd5f-4cbe-9a0b-86e41d28d59d Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:11,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj used request id req-544d50e3-fd5f-4cbe-9a0b-86e41d28d59d 2018-11-19 06:03:11,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:11,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ce1b2a7-7f83-413d-aba1-3fbb639c5345 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:11,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2ce1b2a7-7f83-413d-aba1-3fbb639c5345 2018-11-19 06:03:11,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj"}}' 2018-11-19 06:03:11,984 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dabe65c7-95b3-4b21-915b-2488d3c50618 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/705080a2ea214e0fb8eb306708c472b7"}, "enabled": true, "id": "705080a2ea214e0fb8eb306708c472b7", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj"}} 2018-11-19 06:03:11,984 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-dabe65c7-95b3-4b21-915b-2488d3c50618 2018-11-19 06:03:11,985 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj 2018-11-19 06:03:11,985 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:11,986 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:12,366 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["cuEiBIPJS9mM6KVxJgnq0Q"], "issued_at": "2018-11-19T06:03:12.000000Z"}} 2018-11-19 06:03:12,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b359042d77a8ffd9ac48da82dfc0b0891c68929b" 2018-11-19 06:03:12,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c7c8e69-fca6-4b73-88da-0f0d5cde36b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:12,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0c7c8e69-fca6-4b73-88da-0f0d5cde36b6 2018-11-19 06:03:12,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:12,388 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:12,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b359042d77a8ffd9ac48da82dfc0b0891c68929b" 2018-11-19 06:03:12,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f5bbeed-bee0-4f37-94f4-126dfe3249b4 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:12,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6f5bbeed-bee0-4f37-94f4-126dfe3249b4 2018-11-19 06:03:12,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b359042d77a8ffd9ac48da82dfc0b0891c68929b" 2018-11-19 06:03:12,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02437a61-a3ae-4746-9447-07fb449c702a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/705080a2ea214e0fb8eb306708c472b7"}, "enabled": true, "id": "705080a2ea214e0fb8eb306708c472b7", "parent_id": "default", "domain_id": "default", "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj"}]} 2018-11-19 06:03:12,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj used request id req-02437a61-a3ae-4746-9447-07fb449c702a 2018-11-19 06:03:12,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b359042d77a8ffd9ac48da82dfc0b0891c68929b" 2018-11-19 06:03:12,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-273b9f01-5ba2-41a6-819c-0f10bdb5a974 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:12,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-273b9f01-5ba2-41a6-819c-0f10bdb5a974 2018-11-19 06:03:12,978 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-a5f6eb7d-01d4-45e-user 2018-11-19 06:03:12,978 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:12,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:13,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87dff874-eacc-45a5-b702-2e7fa1bc9ae8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:13,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-87dff874-eacc-45a5-b702-2e7fa1bc9ae8 2018-11-19 06:03:13,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" -d '{"role": {"name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj-role"}}' 2018-11-19 06:03:13,188 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93dff2e9-a1c5-4f08-9bb2-9528f6d9a12e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7e6384de1fa344cfbff47b4efeaa5da4", "links": {"self": "http://172.30.9.21:5000/v3/roles/7e6384de1fa344cfbff47b4efeaa5da4"}, "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj-role"}} 2018-11-19 06:03:13,188 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-93dff2e9-a1c5-4f08-9bb2-9528f6d9a12e 2018-11-19 06:03:13,188 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj-role 2018-11-19 06:03:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7e6384de1fa344cfbff47b4efeaa5da4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:13,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12aef4b3-6b2a-4409-b8ba-bf39588692ce Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7e6384de1fa344cfbff47b4efeaa5da4"}, "domain_id": null, "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj-role", "id": "7e6384de1fa344cfbff47b4efeaa5da4"}} 2018-11-19 06:03:13,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7e6384de1fa344cfbff47b4efeaa5da4 used request id req-12aef4b3-6b2a-4409-b8ba-bf39588692ce 2018-11-19 06:03:13,210 - keystone_utils - INFO - Granting role CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj-role to project CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj 2018-11-19 06:03:13,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/705080a2ea214e0fb8eb306708c472b7/users/fe7fc0d5b278417292fff687093262cc/roles/7e6384de1fa344cfbff47b4efeaa5da4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:13,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c447d864-327d-4991-8fba-5612cae97575 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:13,346 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/705080a2ea214e0fb8eb306708c472b7/users/fe7fc0d5b278417292fff687093262cc/roles/7e6384de1fa344cfbff47b4efeaa5da4 used request id req-c447d864-327d-4991-8fba-5612cae97575 2018-11-19 06:03:13,347 - openstack_tests - DEBUG - Image metadata - None 2018-11-19 06:03:13,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:13,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:13,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7e6384de1fa344cfbff47b4efeaa5da4", "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj-role"}], "expires_at": "2018-11-19T07:03:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "705080a2ea214e0fb8eb306708c472b7", "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/705080a2ea214e0fb8eb306708c472b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/705080a2ea214e0fb8eb306708c472b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/705080a2ea214e0fb8eb306708c472b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/705080a2ea214e0fb8eb306708c472b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/705080a2ea214e0fb8eb306708c472b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/705080a2ea214e0fb8eb306708c472b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/705080a2ea214e0fb8eb306708c472b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/705080a2ea214e0fb8eb306708c472b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/705080a2ea214e0fb8eb306708c472b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/705080a2ea214e0fb8eb306708c472b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/705080a2ea214e0fb8eb306708c472b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/705080a2ea214e0fb8eb306708c472b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateImageNegativeTests-a5f6eb7d-01d4-45e-user", "id": "fe7fc0d5b278417292fff687093262cc"}, "audit_ids": ["kWO4DjTpQviUj9Ip9N2dQw"], "issued_at": "2018-11-19T06:03:13.000000Z"}} 2018-11-19 06:03:13,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}878a205b8d000d17d723c44708ab159e71c21210" 2018-11-19 06:03:13,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9d3875-a386-4adc-8b4d-c9fbfb609753 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:13,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ac9d3875-a386-4adc-8b4d-c9fbfb609753 2018-11-19 06:03:13,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-ed088722-1f8a-46a0-8322-9d94ea54041d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}878a205b8d000d17d723c44708ab159e71c21210" 2018-11-19 06:03:14,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 163 Content-Type: application/json X-Openstack-Request-Id: req-cd2790a6-82ff-4000-b777-a870b9056cc4 Date: Mon, 19 Nov 2018 06:03:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateImageNegativeTests-ed088722-1f8a-46a0-8322-9d94ea54041d"} 2018-11-19 06:03:14,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateImageNegativeTests-ed088722-1f8a-46a0-8322-9d94ea54041d used request id req-cd2790a6-82ff-4000-b777-a870b9056cc4 2018-11-19 06:03:14,073 - file_utils - DEBUG - Downloading file from - http://foo.bar 2018-11-19 06:03:14,073 - file_utils - DEBUG - Saving file to - /tmp/f32873e1-1632-4db5-b3e7-ce7ca2e6a937 2018-11-19 06:03:14,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:14,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-abd02301-9154-4b03-85c4-eb37429da9f4 Date: Mon, 19 Nov 2018 06:03:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:14,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-abd02301-9154-4b03-85c4-eb37429da9f4 2018-11-19 06:03:14,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:14,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9d1ee7-1e3f-488e-b04d-193369f597bb Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:14,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-cc9d1ee7-1e3f-488e-b04d-193369f597bb 2018-11-19 06:03:14,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:14,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d407c7-4860-4fb0-b3a6-7ad97cdb863b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:14,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-52d407c7-4860-4fb0-b3a6-7ad97cdb863b 2018-11-19 06:03:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:14,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9071499f-7ea8-41dc-852c-cc56a3be717c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:14,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-9071499f-7ea8-41dc-852c-cc56a3be717c 2018-11-19 06:03:14,647 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj 2018-11-19 06:03:14,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/705080a2ea214e0fb8eb306708c472b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:14,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-525e06bc-7411-4e69-9544-24ae8fee860c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:14,843 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/705080a2ea214e0fb8eb306708c472b7 used request id req-525e06bc-7411-4e69-9544-24ae8fee860c 2018-11-19 06:03:14,843 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-a5f6eb7d-01d4-45e-proj-role 2018-11-19 06:03:14,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7e6384de1fa344cfbff47b4efeaa5da4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:14,948 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a449371-9531-4c0a-a16e-fc332c0bfe6b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:14,948 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7e6384de1fa344cfbff47b4efeaa5da4 used request id req-6a449371-9531-4c0a-a16e-fc332c0bfe6b 2018-11-19 06:03:14,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32734032422596b863c4a94fbeff141f681921f3" 2018-11-19 06:03:15,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82dd4bb1-ae75-4e14-a5e0-c5d7a41a2464 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:15,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-82dd4bb1-ae75-4e14-a5e0-c5d7a41a2464 2018-11-19 06:03:15,044 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-a5f6eb7d-01d4-45e-user 2018-11-19 06:03:15,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fe7fc0d5b278417292fff687093262cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b359042d77a8ffd9ac48da82dfc0b0891c68929b" 2018-11-19 06:03:15,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41b130e1-e583-4ec9-9970-e45a37fc4879 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:15,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fe7fc0d5b278417292fff687093262cc used request id req-41b130e1-e583-4ec9-9970-e45a37fc4879 2018-11-19 06:03:15,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:15,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XR0sE-FoTQiZ4Sf5VOAyQw"], "issued_at": "2018-11-19T06:03:15.000000Z"}} 2018-11-19 06:03:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}342b0f28d0770440c8211a2de8d05fc7adaeebf1" 2018-11-19 06:03:15,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea5e6ca8-bfbd-465c-a6b7-fd414715a870 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:15,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ea5e6ca8-bfbd-465c-a6b7-fd414715a870 2018-11-19 06:03:15,689 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:15,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:16,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["CnaUYmggSRSoZFdRGs550g"], "issued_at": "2018-11-19T06:03:16.000000Z"}} 2018-11-19 06:03:16,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:16,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae91528-c38b-4c5e-98c3-1adb02b7ee46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:16,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ae91528-c38b-4c5e-98c3-1adb02b7ee46 2018-11-19 06:03:16,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:16,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:16,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-24ca2947-3b51-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:16,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a801c08b-78e4-4a21-9c73-23f5bac8328d Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-24ca2947-3b51-4bf-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:16,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-24ca2947-3b51-4bf-proj used request id req-a801c08b-78e4-4a21-9c73-23f5bac8328d 2018-11-19 06:03:16,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:16,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-083e601e-c646-4458-80bd-94bce3cdd676 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:16,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-083e601e-c646-4458-80bd-94bce3cdd676 2018-11-19 06:03:16,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-24ca2947-3b51-4bf-proj"}}' 2018-11-19 06:03:16,475 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef895dd8-135b-481b-ab76-a3ca26a5494f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/042b8c81f90440219146a162bbb9a9ad"}, "enabled": true, "id": "042b8c81f90440219146a162bbb9a9ad", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-24ca2947-3b51-4bf-proj"}} 2018-11-19 06:03:16,475 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ef895dd8-135b-481b-ab76-a3ca26a5494f 2018-11-19 06:03:16,476 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-24ca2947-3b51-4bf-proj 2018-11-19 06:03:16,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:16,477 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:16,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gpMJVkURRAWSIQZrreoMgQ"], "issued_at": "2018-11-19T06:03:16.000000Z"}} 2018-11-19 06:03:16,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75dac9075c62a1f95a4b9656a86a8baadc621162" 2018-11-19 06:03:16,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2bd9c1c-4a71-4ced-a3bb-0e52c3ff65cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:16,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e2bd9c1c-4a71-4ced-a3bb-0e52c3ff65cf 2018-11-19 06:03:16,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:16,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:16,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75dac9075c62a1f95a4b9656a86a8baadc621162" 2018-11-19 06:03:17,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db319695-1fb7-4ec5-ae8b-4a6010a02e72 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:17,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-db319695-1fb7-4ec5-ae8b-4a6010a02e72 2018-11-19 06:03:17,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-24ca2947-3b51-4bf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75dac9075c62a1f95a4b9656a86a8baadc621162" 2018-11-19 06:03:17,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d740234-a674-4e83-a343-d77876010ecc Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-24ca2947-3b51-4bf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/042b8c81f90440219146a162bbb9a9ad"}, "enabled": true, "id": "042b8c81f90440219146a162bbb9a9ad", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-24ca2947-3b51-4bf-proj"}]} 2018-11-19 06:03:17,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-24ca2947-3b51-4bf-proj used request id req-9d740234-a674-4e83-a343-d77876010ecc 2018-11-19 06:03:17,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75dac9075c62a1f95a4b9656a86a8baadc621162" 2018-11-19 06:03:17,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f92f27a4-99d8-46be-8024-45297ff73bf1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:17,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f92f27a4-99d8-46be-8024-45297ff73bf1 2018-11-19 06:03:17,529 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-24ca2947-3b51-4bf-user 2018-11-19 06:03:17,529 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:17,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:17,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80ca4152-520c-4617-9223-263a382831f4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:17,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-80ca4152-520c-4617-9223-263a382831f4 2018-11-19 06:03:17,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" -d '{"role": {"name": "CreateMultiPartImageTests-24ca2947-3b51-4bf-proj-role"}}' 2018-11-19 06:03:17,733 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-505972c2-c016-45df-9e0a-489ee01f9a38 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "406be5516ad0433993477c94e6a5c360", "links": {"self": "http://172.30.9.21:5000/v3/roles/406be5516ad0433993477c94e6a5c360"}, "name": "CreateMultiPartImageTests-24ca2947-3b51-4bf-proj-role"}} 2018-11-19 06:03:17,733 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-505972c2-c016-45df-9e0a-489ee01f9a38 2018-11-19 06:03:17,733 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-24ca2947-3b51-4bf-proj-role 2018-11-19 06:03:17,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/406be5516ad0433993477c94e6a5c360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:17,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d492375f-8887-4796-9ed1-aff01d7534c8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/406be5516ad0433993477c94e6a5c360"}, "domain_id": null, "name": "CreateMultiPartImageTests-24ca2947-3b51-4bf-proj-role", "id": "406be5516ad0433993477c94e6a5c360"}} 2018-11-19 06:03:17,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/406be5516ad0433993477c94e6a5c360 used request id req-d492375f-8887-4796-9ed1-aff01d7534c8 2018-11-19 06:03:17,753 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-24ca2947-3b51-4bf-proj-role to project CreateMultiPartImageTests-24ca2947-3b51-4bf-proj 2018-11-19 06:03:17,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/042b8c81f90440219146a162bbb9a9ad/users/7bcb2d16b7c34206a07d691b91553cd6/roles/406be5516ad0433993477c94e6a5c360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:17,885 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72426b23-01a1-482f-8f7e-3a5a039aef15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:17,885 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/042b8c81f90440219146a162bbb9a9ad/users/7bcb2d16b7c34206a07d691b91553cd6/roles/406be5516ad0433993477c94e6a5c360 used request id req-72426b23-01a1-482f-8f7e-3a5a039aef15 2018-11-19 06:03:17,886 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-11-19 06:03:17,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:18,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-6f63f498-fa39-473f-ab95-c133eecce523 Date: Mon, 19 Nov 2018 06:03:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:18,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6f63f498-fa39-473f-ab95-c133eecce523 2018-11-19 06:03:18,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:18,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce70627-e2d0-46ad-92d0-1db8cc115135 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:18,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-8ce70627-e2d0-46ad-92d0-1db8cc115135 2018-11-19 06:03:18,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:18,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09bb240d-4f0b-41c3-999b-04ec4fd39208 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:18,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-09bb240d-4f0b-41c3-999b-04ec4fd39208 2018-11-19 06:03:18,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:18,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe97778e-792e-4ece-87eb-b2ad36beb107 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:18,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-fe97778e-792e-4ece-87eb-b2ad36beb107 2018-11-19 06:03:18,350 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-24ca2947-3b51-4bf-proj 2018-11-19 06:03:18,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/042b8c81f90440219146a162bbb9a9ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:18,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9dd1997-c87b-4b79-9b6a-a34c2f6064c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:18,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/042b8c81f90440219146a162bbb9a9ad used request id req-b9dd1997-c87b-4b79-9b6a-a34c2f6064c1 2018-11-19 06:03:18,569 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-24ca2947-3b51-4bf-proj-role 2018-11-19 06:03:18,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/406be5516ad0433993477c94e6a5c360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:18,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8984d4c4-3f6e-4feb-ab11-22a1afd4483d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:18,684 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/406be5516ad0433993477c94e6a5c360 used request id req-8984d4c4-3f6e-4feb-ab11-22a1afd4483d 2018-11-19 06:03:18,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b5b90f2df50cf300f1afc91a24054cd865203050" 2018-11-19 06:03:18,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4b4a05f-cc69-484f-a80e-746f9e0fe363 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:18,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4b4a05f-cc69-484f-a80e-746f9e0fe363 2018-11-19 06:03:18,782 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-24ca2947-3b51-4bf-user 2018-11-19 06:03:18,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7bcb2d16b7c34206a07d691b91553cd6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75dac9075c62a1f95a4b9656a86a8baadc621162" 2018-11-19 06:03:18,965 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-effcb9dc-5716-4e2a-9865-05cc23574ee0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:18,965 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7bcb2d16b7c34206a07d691b91553cd6 used request id req-effcb9dc-5716-4e2a-9865-05cc23574ee0 2018-11-19 06:03:18,966 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:19,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["CSVPtisXQo-6QJAXGoOPJQ"], "issued_at": "2018-11-19T06:03:19.000000Z"}} 2018-11-19 06:03:19,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23f856814bd09604fc80ad2be52d38b89e29dae5" 2018-11-19 06:03:19,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd254722-be25-494a-a087-d5e8ccda80cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:19,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cd254722-be25-494a-a087-d5e8ccda80cc 2018-11-19 06:03:19,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:19,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:19,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["VjSIqSs1QOyeOMQenHkq2g"], "issued_at": "2018-11-19T06:03:19.000000Z"}} 2018-11-19 06:03:19,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:19,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b56d1336-cea4-466d-aad9-b0ff5dc6d0be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:19,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b56d1336-cea4-466d-aad9-b0ff5dc6d0be 2018-11-19 06:03:19,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:19,902 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:19,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-eb43d3ec-9b53-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:19,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d17e037-f93b-4495-9eab-717cea977732 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-eb43d3ec-9b53-403-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:19,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-eb43d3ec-9b53-403-proj used request id req-8d17e037-f93b-4495-9eab-717cea977732 2018-11-19 06:03:19,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:20,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67763802-cb52-4cb6-9f01-725f4eed9e84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:20,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-67763802-cb52-4cb6-9f01-725f4eed9e84 2018-11-19 06:03:20,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-eb43d3ec-9b53-403-proj"}}' 2018-11-19 06:03:20,212 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd4c8956-eb86-480d-ac2e-f89ae3877d5f Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6cbb3bcc4bad478a89d9c1f76e4da003"}, "enabled": true, "id": "6cbb3bcc4bad478a89d9c1f76e4da003", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-eb43d3ec-9b53-403-proj"}} 2018-11-19 06:03:20,212 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bd4c8956-eb86-480d-ac2e-f89ae3877d5f 2018-11-19 06:03:20,212 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-eb43d3ec-9b53-403-proj 2018-11-19 06:03:20,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:20,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:20,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["233K_cJjQxmeSnlLNc7rXw"], "issued_at": "2018-11-19T06:03:20.000000Z"}} 2018-11-19 06:03:20,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf091eb280e679849f145697c1fc7727bf8d576a" 2018-11-19 06:03:20,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57618819-35f1-44c3-b435-30f4a74e0f9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:20,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-57618819-35f1-44c3-b435-30f4a74e0f9e 2018-11-19 06:03:20,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:20,687 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:20,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf091eb280e679849f145697c1fc7727bf8d576a" 2018-11-19 06:03:20,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a998d6-ccf6-4a8b-842e-35e88bee9a3a Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:20,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d3a998d6-ccf6-4a8b-842e-35e88bee9a3a 2018-11-19 06:03:20,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-eb43d3ec-9b53-403-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf091eb280e679849f145697c1fc7727bf8d576a" 2018-11-19 06:03:20,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82c5d58a-e9bd-402b-bb44-3639252272d1 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-eb43d3ec-9b53-403-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6cbb3bcc4bad478a89d9c1f76e4da003"}, "enabled": true, "id": "6cbb3bcc4bad478a89d9c1f76e4da003", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-eb43d3ec-9b53-403-proj"}]} 2018-11-19 06:03:20,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-eb43d3ec-9b53-403-proj used request id req-82c5d58a-e9bd-402b-bb44-3639252272d1 2018-11-19 06:03:20,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf091eb280e679849f145697c1fc7727bf8d576a" 2018-11-19 06:03:20,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e24958-46c0-4d78-96ed-be150cebfa02 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:20,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-23e24958-46c0-4d78-96ed-be150cebfa02 2018-11-19 06:03:21,302 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-eb43d3ec-9b53-403-user 2018-11-19 06:03:21,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:21,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:21,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1084b0d-b830-4180-8ec2-10cde340c56a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:21,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a1084b0d-b830-4180-8ec2-10cde340c56a 2018-11-19 06:03:21,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" -d '{"role": {"name": "CreateMultiPartImageTests-eb43d3ec-9b53-403-proj-role"}}' 2018-11-19 06:03:21,439 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-701236e1-6a40-4dfa-a8ff-38b490998082 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f94560da86284c51b59d0f33e29f7ef4", "links": {"self": "http://172.30.9.21:5000/v3/roles/f94560da86284c51b59d0f33e29f7ef4"}, "name": "CreateMultiPartImageTests-eb43d3ec-9b53-403-proj-role"}} 2018-11-19 06:03:21,440 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-701236e1-6a40-4dfa-a8ff-38b490998082 2018-11-19 06:03:21,440 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-eb43d3ec-9b53-403-proj-role 2018-11-19 06:03:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f94560da86284c51b59d0f33e29f7ef4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:21,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be35701-3281-4879-aef7-43a43af4eaa2 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f94560da86284c51b59d0f33e29f7ef4"}, "domain_id": null, "name": "CreateMultiPartImageTests-eb43d3ec-9b53-403-proj-role", "id": "f94560da86284c51b59d0f33e29f7ef4"}} 2018-11-19 06:03:21,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f94560da86284c51b59d0f33e29f7ef4 used request id req-5be35701-3281-4879-aef7-43a43af4eaa2 2018-11-19 06:03:21,533 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-eb43d3ec-9b53-403-proj-role to project CreateMultiPartImageTests-eb43d3ec-9b53-403-proj 2018-11-19 06:03:21,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6cbb3bcc4bad478a89d9c1f76e4da003/users/27936804bff947b0a87d0cb24efdf515/roles/f94560da86284c51b59d0f33e29f7ef4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:21,652 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fb43090-6130-4e3e-be37-b46273d6daa4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:21,652 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6cbb3bcc4bad478a89d9c1f76e4da003/users/27936804bff947b0a87d0cb24efdf515/roles/f94560da86284c51b59d0f33e29f7ef4 used request id req-8fb43090-6130-4e3e-be37-b46273d6daa4 2018-11-19 06:03:21,664 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-19 06:03:21,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:21,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-79bb3706-0a48-4cbe-bec6-c395af55add3 Date: Mon, 19 Nov 2018 06:03:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:21,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-79bb3706-0a48-4cbe-bec6-c395af55add3 2018-11-19 06:03:21,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:21,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-544d0b15-1416-43b8-babd-b5f7d613a2a1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:21,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-544d0b15-1416-43b8-babd-b5f7d613a2a1 2018-11-19 06:03:21,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:22,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0faed8e4-b379-42d3-a308-b2d290980fef Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:22,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-0faed8e4-b379-42d3-a308-b2d290980fef 2018-11-19 06:03:22,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:22,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-303e4219-5459-4ced-8a82-de9360c84eeb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:22,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-303e4219-5459-4ced-8a82-de9360c84eeb 2018-11-19 06:03:22,170 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-eb43d3ec-9b53-403-proj 2018-11-19 06:03:22,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6cbb3bcc4bad478a89d9c1f76e4da003 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:22,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61fffc01-4afc-4d37-a358-dcc690cddfa2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:22,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6cbb3bcc4bad478a89d9c1f76e4da003 used request id req-61fffc01-4afc-4d37-a358-dcc690cddfa2 2018-11-19 06:03:22,389 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-eb43d3ec-9b53-403-proj-role 2018-11-19 06:03:22,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f94560da86284c51b59d0f33e29f7ef4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:22,505 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4545692b-8d02-4d6d-a98e-d355a70b1634 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:22,505 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f94560da86284c51b59d0f33e29f7ef4 used request id req-4545692b-8d02-4d6d-a98e-d355a70b1634 2018-11-19 06:03:22,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5af5359b99f3bbe9402e8aa6d16cb64ab37524e" 2018-11-19 06:03:22,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba47b7de-3c15-41e8-b4c2-debc31b2dcac Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:22,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ba47b7de-3c15-41e8-b4c2-debc31b2dcac 2018-11-19 06:03:22,590 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-eb43d3ec-9b53-403-user 2018-11-19 06:03:22,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/27936804bff947b0a87d0cb24efdf515 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf091eb280e679849f145697c1fc7727bf8d576a" 2018-11-19 06:03:22,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c261cad-02f7-46c2-916c-61c002dfd425 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:22,763 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/27936804bff947b0a87d0cb24efdf515 used request id req-9c261cad-02f7-46c2-916c-61c002dfd425 2018-11-19 06:03:22,765 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:23,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["6kKPVSLUQX-LFOFGwmQPkw"], "issued_at": "2018-11-19T06:03:23.000000Z"}} 2018-11-19 06:03:23,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca904e1ea7af9cf82f4eaf8c4cafa2fde891060c" 2018-11-19 06:03:23,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52392959-761f-46c0-b9be-035e5cb9bb70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:23,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-52392959-761f-46c0-b9be-035e5cb9bb70 2018-11-19 06:03:23,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:23,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:23,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LXUsOULYTqCUQTCg7F0fdg"], "issued_at": "2018-11-19T06:03:23.000000Z"}} 2018-11-19 06:03:23,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:23,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dc1b42c-661f-47a0-b939-23b55c3a288b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:23,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1dc1b42c-661f-47a0-b939-23b55c3a288b 2018-11-19 06:03:23,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:23,725 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:23,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:23,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2699c350-1c94-42d9-8433-27382d3f269a Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:23,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj used request id req-2699c350-1c94-42d9-8433-27382d3f269a 2018-11-19 06:03:23,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:23,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b68db5a-77d9-48e4-9198-a8d31c882e9a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:23,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0b68db5a-77d9-48e4-9198-a8d31c882e9a 2018-11-19 06:03:23,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj"}}' 2018-11-19 06:03:23,948 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b4f5f0-b5e2-45d1-bf9c-ec8f6e33c5ef Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6cd4b58dc10945d19dc51040d7bcf194"}, "enabled": true, "id": "6cd4b58dc10945d19dc51040d7bcf194", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj"}} 2018-11-19 06:03:23,949 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e4b4f5f0-b5e2-45d1-bf9c-ec8f6e33c5ef 2018-11-19 06:03:23,949 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj 2018-11-19 06:03:23,949 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:23,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:24,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["fZCbe9NkQCGqw2COiXexNw"], "issued_at": "2018-11-19T06:03:24.000000Z"}} 2018-11-19 06:03:24,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be5dae554aa494d44594f6132423c0eb93bc99d" 2018-11-19 06:03:24,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d6abac-430a-4959-a907-d7413e829179 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:24,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-98d6abac-430a-4959-a907-d7413e829179 2018-11-19 06:03:24,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:24,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be5dae554aa494d44594f6132423c0eb93bc99d" 2018-11-19 06:03:24,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dbd4362-bec4-4111-8605-79fcb5cf12ac Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:24,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6dbd4362-bec4-4111-8605-79fcb5cf12ac 2018-11-19 06:03:24,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be5dae554aa494d44594f6132423c0eb93bc99d" 2018-11-19 06:03:24,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d64b31c-d615-42a2-bb16-b2920ec2fcb1 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6cd4b58dc10945d19dc51040d7bcf194"}, "enabled": true, "id": "6cd4b58dc10945d19dc51040d7bcf194", "parent_id": "default", "domain_id": "default", "name": "CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj"}]} 2018-11-19 06:03:24,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj used request id req-9d64b31c-d615-42a2-bb16-b2920ec2fcb1 2018-11-19 06:03:24,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be5dae554aa494d44594f6132423c0eb93bc99d" 2018-11-19 06:03:24,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39e662e1-c7bb-4557-b26e-6952d33a7b81 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:24,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-39e662e1-c7bb-4557-b26e-6952d33a7b81 2018-11-19 06:03:25,104 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-90bd4f85-a52d-4b3-user 2018-11-19 06:03:25,104 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:25,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c03ff6-688f-4609-8c5a-9e471229fbcc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:25,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a0c03ff6-688f-4609-8c5a-9e471229fbcc 2018-11-19 06:03:25,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" -d '{"role": {"name": "CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj-role"}}' 2018-11-19 06:03:25,331 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5850a8a8-4c51-4e16-8e27-d95fd34b581b Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "291421bd92c6400e91b123c181b70bd9", "links": {"self": "http://172.30.9.21:5000/v3/roles/291421bd92c6400e91b123c181b70bd9"}, "name": "CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj-role"}} 2018-11-19 06:03:25,331 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5850a8a8-4c51-4e16-8e27-d95fd34b581b 2018-11-19 06:03:25,332 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj-role 2018-11-19 06:03:25,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/291421bd92c6400e91b123c181b70bd9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:25,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cb6631b-a962-417e-aea6-06dd7bcac3e8 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/291421bd92c6400e91b123c181b70bd9"}, "domain_id": null, "name": "CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj-role", "id": "291421bd92c6400e91b123c181b70bd9"}} 2018-11-19 06:03:25,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/291421bd92c6400e91b123c181b70bd9 used request id req-0cb6631b-a962-417e-aea6-06dd7bcac3e8 2018-11-19 06:03:25,351 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj-role to project CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj 2018-11-19 06:03:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6cd4b58dc10945d19dc51040d7bcf194/users/a8f970956c5b463a8268cae1cc96b956/roles/291421bd92c6400e91b123c181b70bd9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:25,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e17b7b1a-2615-4ac8-b2a1-929105f57a1d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:25,490 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6cd4b58dc10945d19dc51040d7bcf194/users/a8f970956c5b463a8268cae1cc96b956/roles/291421bd92c6400e91b123c181b70bd9 used request id req-e17b7b1a-2615-4ac8-b2a1-929105f57a1d 2018-11-19 06:03:25,502 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-19 06:03:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:25,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-af0a8bda-ece2-4f77-a6ea-bfc8c6616f93 Date: Mon, 19 Nov 2018 06:03:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:25,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-af0a8bda-ece2-4f77-a6ea-bfc8c6616f93 2018-11-19 06:03:25,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:25,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-100fa43d-641b-4858-bf58-96d19c6e98e4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:25,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-100fa43d-641b-4858-bf58-96d19c6e98e4 2018-11-19 06:03:25,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:25,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27affdc1-edd7-400b-ba94-fe38b2a9ea81 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:25,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-27affdc1-edd7-400b-ba94-fe38b2a9ea81 2018-11-19 06:03:25,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:25,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e5f1e8-5d26-4d6f-be49-49840fcbff43 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:25,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-01e5f1e8-5d26-4d6f-be49-49840fcbff43 2018-11-19 06:03:25,927 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj 2018-11-19 06:03:25,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6cd4b58dc10945d19dc51040d7bcf194 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:26,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3dec51cb-a38a-4d8e-b406-30aa8fc5d17b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:26,130 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6cd4b58dc10945d19dc51040d7bcf194 used request id req-3dec51cb-a38a-4d8e-b406-30aa8fc5d17b 2018-11-19 06:03:26,130 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-90bd4f85-a52d-4b3-proj-role 2018-11-19 06:03:26,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/291421bd92c6400e91b123c181b70bd9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:26,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-596c79f2-0325-4b84-8af8-28301491b4f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:26,247 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/291421bd92c6400e91b123c181b70bd9 used request id req-596c79f2-0325-4b84-8af8-28301491b4f7 2018-11-19 06:03:26,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ad6ed144a21ad2acb1e7387e4251c6a0aebc1f1" 2018-11-19 06:03:26,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbdba9c0-cc66-4dcd-a7f2-7d8c164f6fb5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:26,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bbdba9c0-cc66-4dcd-a7f2-7d8c164f6fb5 2018-11-19 06:03:26,338 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-90bd4f85-a52d-4b3-user 2018-11-19 06:03:26,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/a8f970956c5b463a8268cae1cc96b956 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2be5dae554aa494d44594f6132423c0eb93bc99d" 2018-11-19 06:03:26,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9270e6b-e916-4dce-ada1-51a930c40c64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:26,502 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a8f970956c5b463a8268cae1cc96b956 used request id req-b9270e6b-e916-4dce-ada1-51a930c40c64 2018-11-19 06:03:26,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:26,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["RpSzgCi8QpS_36zr5Q3rzQ"], "issued_at": "2018-11-19T06:03:26.000000Z"}} 2018-11-19 06:03:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b81217d4bf54b1f418fa6ac312cd0ac3a0c06291" 2018-11-19 06:03:26,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4e62c4d-f408-4096-b398-f5efd9c8dc11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:26,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f4e62c4d-f408-4096-b398-f5efd9c8dc11 2018-11-19 06:03:26,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:26,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:27,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["o8T8aPABRY-23cEb1pX4Xg"], "issued_at": "2018-11-19T06:03:27.000000Z"}} 2018-11-19 06:03:27,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:27,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fdd0a14-f9ad-4b44-8886-0080597dcd02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:27,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5fdd0a14-f9ad-4b44-8886-0080597dcd02 2018-11-19 06:03:27,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:27,465 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:27,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-c975dcb9-e78b-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:27,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7ddc52-542b-4155-820c-3b9f77c57c1f Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-c975dcb9-e78b-4ac-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:27,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-c975dcb9-e78b-4ac-proj used request id req-4c7ddc52-542b-4155-820c-3b9f77c57c1f 2018-11-19 06:03:27,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:27,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80fc74b-1336-45be-a070-674bd05b0fe3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:27,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a80fc74b-1336-45be-a070-674bd05b0fe3 2018-11-19 06:03:27,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj"}}' 2018-11-19 06:03:27,769 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56a8e21e-eb64-4d30-b6a5-deb446165a68 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/23ec505f21564eb1bba136a8f149786a"}, "enabled": true, "id": "23ec505f21564eb1bba136a8f149786a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj"}} 2018-11-19 06:03:27,769 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-56a8e21e-eb64-4d30-b6a5-deb446165a68 2018-11-19 06:03:27,769 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-c975dcb9-e78b-4ac-proj 2018-11-19 06:03:27,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:27,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:28,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["8le0OjnrQeStru2NW8hIaw"], "issued_at": "2018-11-19T06:03:28.000000Z"}} 2018-11-19 06:03:28,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eefb16e82354bf0282f4b0669900fe3ff620bb8" 2018-11-19 06:03:28,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b78f964b-4055-4c3d-ae22-fe576e53e341 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:28,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b78f964b-4055-4c3d-ae22-fe576e53e341 2018-11-19 06:03:28,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:28,177 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:28,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eefb16e82354bf0282f4b0669900fe3ff620bb8" 2018-11-19 06:03:28,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3af64c6-46d6-490c-b782-6f54d9c8830f Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:28,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e3af64c6-46d6-490c-b782-6f54d9c8830f 2018-11-19 06:03:28,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-c975dcb9-e78b-4ac-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eefb16e82354bf0282f4b0669900fe3ff620bb8" 2018-11-19 06:03:28,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a03cec-32c5-4c4d-a776-db46cd074106 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-c975dcb9-e78b-4ac-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/23ec505f21564eb1bba136a8f149786a"}, "enabled": true, "id": "23ec505f21564eb1bba136a8f149786a", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj"}]} 2018-11-19 06:03:28,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-c975dcb9-e78b-4ac-proj used request id req-c7a03cec-32c5-4c4d-a776-db46cd074106 2018-11-19 06:03:28,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eefb16e82354bf0282f4b0669900fe3ff620bb8" 2018-11-19 06:03:28,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63b98dce-ffe5-45f9-b435-7ee50bff5c8b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:28,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-63b98dce-ffe5-45f9-b435-7ee50bff5c8b 2018-11-19 06:03:28,769 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-c975dcb9-e78b-4ac-user 2018-11-19 06:03:28,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:28,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:28,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78afbca7-5c7c-4680-8f51-5a9b2ff06f58 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:28,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-78afbca7-5c7c-4680-8f51-5a9b2ff06f58 2018-11-19 06:03:28,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" -d '{"role": {"name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role"}}' 2018-11-19 06:03:29,020 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44c359ed-1935-45a7-9606-e852c5ef705b Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ff3ecdc2c1434cd8bb012dec3b20c40b", "links": {"self": "http://172.30.9.21:5000/v3/roles/ff3ecdc2c1434cd8bb012dec3b20c40b"}, "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role"}} 2018-11-19 06:03:29,020 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-44c359ed-1935-45a7-9606-e852c5ef705b 2018-11-19 06:03:29,020 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role 2018-11-19 06:03:29,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ff3ecdc2c1434cd8bb012dec3b20c40b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:29,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4309a05c-718d-43e5-b31d-0e8f3608d60e Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ff3ecdc2c1434cd8bb012dec3b20c40b"}, "domain_id": null, "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role", "id": "ff3ecdc2c1434cd8bb012dec3b20c40b"}} 2018-11-19 06:03:29,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ff3ecdc2c1434cd8bb012dec3b20c40b used request id req-4309a05c-718d-43e5-b31d-0e8f3608d60e 2018-11-19 06:03:29,104 - keystone_utils - INFO - Granting role CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role to project CreateKeypairsTests-c975dcb9-e78b-4ac-proj 2018-11-19 06:03:29,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/23ec505f21564eb1bba136a8f149786a/users/dced211ff5524d57888c99f65be8d963/roles/ff3ecdc2c1434cd8bb012dec3b20c40b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:29,239 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f16eba45-9071-4520-bb3b-4feae4dbb896 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:29,239 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/23ec505f21564eb1bba136a8f149786a/users/dced211ff5524d57888c99f65be8d963/roles/ff3ecdc2c1434cd8bb012dec3b20c40b used request id req-f16eba45-9071-4520-bb3b-4feae4dbb896 2018-11-19 06:03:29,239 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:03:29,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:29,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:29,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff3ecdc2c1434cd8bb012dec3b20c40b", "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role"}], "expires_at": "2018-11-19T07:03:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23ec505f21564eb1bba136a8f149786a", "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-user", "id": "dced211ff5524d57888c99f65be8d963"}, "audit_ids": ["Bt4TUniSSCe-hFiWZRDfYg"], "issued_at": "2018-11-19T06:03:29.000000Z"}} 2018-11-19 06:03:29,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f953fd6230cd5338dd7c116ef36c1d4cb6f8381" 2018-11-19 06:03:29,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d643249-eb2f-4913-b919-9458666a7cf6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:29,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8d643249-eb2f-4913-b919-9458666a7cf6 2018-11-19 06:03:29,760 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:03:29,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f953fd6230cd5338dd7c116ef36c1d4cb6f8381" 2018-11-19 06:03:30,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03: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-6aebf0fc-8e8f-49f4-924c-efb51bb49ed6 x-compute-request-id: req-6aebf0fc-8e8f-49f4-924c-efb51bb49ed6 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:03:30,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-6aebf0fc-8e8f-49f4-924c-efb51bb49ed6 2018-11-19 06:03:30,321 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08... 2018-11-19 06:03:30,321 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:03:30,357 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 2018-11-19 06:03:30,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f953fd6230cd5338dd7c116ef36c1d4cb6f8381" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCyOlN1P0lwQ1AMPALDQ2c/chSAygKqvbzK0RjIgy0l8XCfTed6WJIMJLc20mZD0G8ceKO6mOQTtnTR3xH9Lt0yNr1xgtmC1ivQ2MFbXwZJuBu4v+dF8dAtthIXhzEJH4o0hSQoh2Myfncw9Xusz1LnKSsLS9Rlv8zbIn5Ixf/fQw==", "name": "CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08"}}' 2018-11-19 06:03:30,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-7ac5591b-4dcd-4b1a-9eb4-b2eedda9df6c x-compute-request-id: req-7ac5591b-4dcd-4b1a-9eb4-b2eedda9df6c Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCyOlN1P0lwQ1AMPALDQ2c/chSAygKqvbzK0RjIgy0l8XCfTed6WJIMJLc20mZD0G8ceKO6mOQTtnTR3xH9Lt0yNr1xgtmC1ivQ2MFbXwZJuBu4v+dF8dAtthIXhzEJH4o0hSQoh2Myfncw9Xusz1LnKSsLS9Rlv8zbIn5Ixf/fQw==", "user_id": "dced211ff5524d57888c99f65be8d963", "name": "CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08", "fingerprint": "8d:8a:36:93:fc:55:a7:83:89:01:a9:1b:2e:07:0a:d2"}} 2018-11-19 06:03:30,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7ac5591b-4dcd-4b1a-9eb4-b2eedda9df6c 2018-11-19 06:03:30,422 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 2018-11-19 06:03:30,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:30,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ff3ecdc2c1434cd8bb012dec3b20c40b", "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role"}], "expires_at": "2018-11-19T07:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23ec505f21564eb1bba136a8f149786a", "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/23ec505f21564eb1bba136a8f149786a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/23ec505f21564eb1bba136a8f149786a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/23ec505f21564eb1bba136a8f149786a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-c975dcb9-e78b-4ac-user", "id": "dced211ff5524d57888c99f65be8d963"}, "audit_ids": ["F8hVk2nhQAqz5bKe7jz4mA"], "issued_at": "2018-11-19T06:03:30.000000Z"}} 2018-11-19 06:03:30,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a32d8ac907ca6d5f163ed2fb8f43827cb84c0d" 2018-11-19 06:03:31,421 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-d93c0251-e4b2-48d6-ad91-d95779407416 x-compute-request-id: req-d93c0251-e4b2-48d6-ad91-d95779407416 Content-Length: 0 Content-Type: application/json 2018-11-19 06:03:31,421 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 used request id req-d93c0251-e4b2-48d6-ad91-d95779407416 2018-11-19 06:03:31,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89a32d8ac907ca6d5f163ed2fb8f43827cb84c0d" 2018-11-19 06:03:31,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03: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-c5c290fb-8797-4ecc-b4ca-56bd46fc5adb x-compute-request-id: req-c5c290fb-8797-4ecc-b4ca-56bd46fc5adb Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:03:31,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-c5c290fb-8797-4ecc-b4ca-56bd46fc5adb 2018-11-19 06:03:31,442 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 2018-11-19 06:03:31,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f953fd6230cd5338dd7c116ef36c1d4cb6f8381" 2018-11-19 06:03:31,472 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:03: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-ddbd3ca6-228e-41e9-ba68-8d3a42926464 x-compute-request-id: req-ddbd3ca6-228e-41e9-ba68-8d3a42926464 Content-Length: 162 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 not found for user dced211ff5524d57888c99f65be8d963", "code": 404}} 2018-11-19 06:03:31,472 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-33859262-162f-4f92-9dd1-959f699d4b08 used request id req-ddbd3ca6-228e-41e9-ba68-8d3a42926464 2018-11-19 06:03:31,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:31,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-637f1f96-1479-4549-96a6-0272365dba0e Date: Mon, 19 Nov 2018 06:03:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:31,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-637f1f96-1479-4549-96a6-0272365dba0e 2018-11-19 06:03:31,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:31,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99f34110-14d7-4308-b841-e17f89d24269 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:31,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-99f34110-14d7-4308-b841-e17f89d24269 2018-11-19 06:03:31,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:31,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e628feda-52a9-4701-a4e6-d31e83b614f0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:31,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-e628feda-52a9-4701-a4e6-d31e83b614f0 2018-11-19 06:03:31,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:31,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95177d36-d137-42a1-88dc-ffc57a5f8ef3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:31,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-95177d36-d137-42a1-88dc-ffc57a5f8ef3 2018-11-19 06:03:31,893 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-c975dcb9-e78b-4ac-proj 2018-11-19 06:03:31,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/23ec505f21564eb1bba136a8f149786a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:32,106 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-832db67e-10e5-47be-bc3c-f96e0a7b93cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:32,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/23ec505f21564eb1bba136a8f149786a used request id req-832db67e-10e5-47be-bc3c-f96e0a7b93cc 2018-11-19 06:03:32,107 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-c975dcb9-e78b-4ac-proj-role 2018-11-19 06:03:32,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ff3ecdc2c1434cd8bb012dec3b20c40b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:32,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd3fdf6e-e96d-4f1c-9388-34a3a652ef39 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:32,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ff3ecdc2c1434cd8bb012dec3b20c40b used request id req-dd3fdf6e-e96d-4f1c-9388-34a3a652ef39 2018-11-19 06:03:32,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34a9024b0f009c9c6c33c2af680be6fab263caa6" 2018-11-19 06:03:32,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efce3fa5-1761-4f45-a1b9-b8e97ee4ad15 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:32,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-efce3fa5-1761-4f45-a1b9-b8e97ee4ad15 2018-11-19 06:03:32,302 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-c975dcb9-e78b-4ac-user 2018-11-19 06:03:32,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/dced211ff5524d57888c99f65be8d963 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7eefb16e82354bf0282f4b0669900fe3ff620bb8" 2018-11-19 06:03:32,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a98022e3-065c-49d9-b7da-08138cbd70b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:32,468 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/dced211ff5524d57888c99f65be8d963 used request id req-a98022e3-065c-49d9-b7da-08138cbd70b8 2018-11-19 06:03:32,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:32,842 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hZv-mXGCS5aRDqqVmuwLSA"], "issued_at": "2018-11-19T06:03:32.000000Z"}} 2018-11-19 06:03:32,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74e7ef0574d25ab7a528827df8c5ef015aa6bd2e" 2018-11-19 06:03:32,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def73ed6-32c6-46cd-88b9-59836efb77ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:32,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-def73ed6-32c6-46cd-88b9-59836efb77ba 2018-11-19 06:03:32,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:32,930 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:33,324 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["zeKiFBLRSI-KmwaZCB35qw"], "issued_at": "2018-11-19T06:03:33.000000Z"}} 2018-11-19 06:03:33,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:33,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a2d2043-74be-4642-a5de-78e4dc3e7661 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:33,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5a2d2043-74be-4642-a5de-78e4dc3e7661 2018-11-19 06:03:33,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:33,411 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:33,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-5b971de2-10cd-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:33,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007f2430-36d6-4f8c-892f-cc5863a24487 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-5b971de2-10cd-471-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:33,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-5b971de2-10cd-471-proj used request id req-007f2430-36d6-4f8c-892f-cc5863a24487 2018-11-19 06:03:33,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:33,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-102b89b6-99a7-4b59-bbe2-da7053183cb3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:33,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-102b89b6-99a7-4b59-bbe2-da7053183cb3 2018-11-19 06:03:33,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-5b971de2-10cd-471-proj"}}' 2018-11-19 06:03:33,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b65d0ae-d5ca-4e1e-9c4d-6a8db9adca3a Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4f714ed3ae44dc195a3397a93c11ee1"}, "enabled": true, "id": "c4f714ed3ae44dc195a3397a93c11ee1", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-5b971de2-10cd-471-proj"}} 2018-11-19 06:03:33,709 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8b65d0ae-d5ca-4e1e-9c4d-6a8db9adca3a 2018-11-19 06:03:33,709 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-5b971de2-10cd-471-proj 2018-11-19 06:03:33,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:33,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:34,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ZUiJOnBuR1W8kJkRT0Vdmg"], "issued_at": "2018-11-19T06:03:34.000000Z"}} 2018-11-19 06:03:34,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5bc041d69bd2e97515c7492fbed5e2f46a12c94" 2018-11-19 06:03:34,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18b24bb1-3ec6-434e-b89b-f465ef3a797a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:34,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-18b24bb1-3ec6-434e-b89b-f465ef3a797a 2018-11-19 06:03:34,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:34,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:34,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5bc041d69bd2e97515c7492fbed5e2f46a12c94" 2018-11-19 06:03:34,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8c7e14-178a-4a9e-9fd2-fd36157fbce9 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:34,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1e8c7e14-178a-4a9e-9fd2-fd36157fbce9 2018-11-19 06:03:34,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-5b971de2-10cd-471-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5bc041d69bd2e97515c7492fbed5e2f46a12c94" 2018-11-19 06:03:34,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae734660-441b-42f0-ab8c-dbeefde2da93 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-5b971de2-10cd-471-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c4f714ed3ae44dc195a3397a93c11ee1"}, "enabled": true, "id": "c4f714ed3ae44dc195a3397a93c11ee1", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-5b971de2-10cd-471-proj"}]} 2018-11-19 06:03:34,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-5b971de2-10cd-471-proj used request id req-ae734660-441b-42f0-ab8c-dbeefde2da93 2018-11-19 06:03:34,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5bc041d69bd2e97515c7492fbed5e2f46a12c94" 2018-11-19 06:03:34,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15fdf1f9-a298-4be2-a885-2f2a70b9e669 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:34,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-15fdf1f9-a298-4be2-a885-2f2a70b9e669 2018-11-19 06:03:34,841 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-5b971de2-10cd-471-user 2018-11-19 06:03:34,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:34,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:34,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-270da89a-d228-40d7-a174-d563fe3470cf Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:34,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-270da89a-d228-40d7-a174-d563fe3470cf 2018-11-19 06:03:34,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" -d '{"role": {"name": "CreateKeypairsTests-5b971de2-10cd-471-proj-role"}}' 2018-11-19 06:03:35,044 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac1493c0-7921-47c0-a930-7e5308d7f52f Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "394c3305ebd049feb1ee2deda1dec715", "links": {"self": "http://172.30.9.21:5000/v3/roles/394c3305ebd049feb1ee2deda1dec715"}, "name": "CreateKeypairsTests-5b971de2-10cd-471-proj-role"}} 2018-11-19 06:03:35,045 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-ac1493c0-7921-47c0-a930-7e5308d7f52f 2018-11-19 06:03:35,045 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-5b971de2-10cd-471-proj-role 2018-11-19 06:03:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/394c3305ebd049feb1ee2deda1dec715 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:35,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35e15611-cb0b-4c23-90e2-a975f8024fa3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/394c3305ebd049feb1ee2deda1dec715"}, "domain_id": null, "name": "CreateKeypairsTests-5b971de2-10cd-471-proj-role", "id": "394c3305ebd049feb1ee2deda1dec715"}} 2018-11-19 06:03:35,139 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/394c3305ebd049feb1ee2deda1dec715 used request id req-35e15611-cb0b-4c23-90e2-a975f8024fa3 2018-11-19 06:03:35,140 - keystone_utils - INFO - Granting role CreateKeypairsTests-5b971de2-10cd-471-proj-role to project CreateKeypairsTests-5b971de2-10cd-471-proj 2018-11-19 06:03:35,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c4f714ed3ae44dc195a3397a93c11ee1/users/abe33c622e4c4aec8c173459ae041eaf/roles/394c3305ebd049feb1ee2deda1dec715 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:35,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aadd2248-89de-4e28-93a7-ce8ffc62812e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:35,352 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c4f714ed3ae44dc195a3397a93c11ee1/users/abe33c622e4c4aec8c173459ae041eaf/roles/394c3305ebd049feb1ee2deda1dec715 used request id req-aadd2248-89de-4e28-93a7-ce8ffc62812e 2018-11-19 06:03:35,353 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:03:35,445 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed.pub 2018-11-19 06:03:35,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:35,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:35,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "394c3305ebd049feb1ee2deda1dec715", "name": "CreateKeypairsTests-5b971de2-10cd-471-proj-role"}], "expires_at": "2018-11-19T07:03:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4f714ed3ae44dc195a3397a93c11ee1", "name": "CreateKeypairsTests-5b971de2-10cd-471-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-5b971de2-10cd-471-user", "id": "abe33c622e4c4aec8c173459ae041eaf"}, "audit_ids": ["GI-78QzNRCq-gWvRQIr7xg"], "issued_at": "2018-11-19T06:03:35.000000Z"}} 2018-11-19 06:03:35,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}313a7c6be87c1274bef800aa91b7885bcfce2876" 2018-11-19 06:03:35,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c159e246-ed5b-4894-b09a-81ff0ab50c54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:35,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c159e246-ed5b-4894-b09a-81ff0ab50c54 2018-11-19 06:03:35,910 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:03:35,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}313a7c6be87c1274bef800aa91b7885bcfce2876" 2018-11-19 06:03:36,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-d86b9889-0e4c-4f40-b041-0606cb6c8c27 x-compute-request-id: req-d86b9889-0e4c-4f40-b041-0606cb6c8c27 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:03:36,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d86b9889-0e4c-4f40-b041-0606cb6c8c27 2018-11-19 06:03:36,074 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed... 2018-11-19 06:03:36,074 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-19 06:03:36,074 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed.pub 2018-11-19 06:03:36,075 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed 2018-11-19 06:03:36,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}313a7c6be87c1274bef800aa91b7885bcfce2876" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jw6atvtID+gcPkQ5SS4YuskjbBwxXjkcpCl5ZTl+T0MDqKv9WG7uvAHYrJUh9Z1Z52VgLN3mo5ISPO5nCpK/37HDP3SnUGVG8WDd3BOO4qgOxpYpo2TbGugv/E6UfmsMhQvT05cEZGMywQ1hRGvgTlOnAm8GPMiT1HC5vplJN6/USh2VhX52PE2iitbycGy+es8vWY1PcNHQQot2z7VLACH4a8fDbiQbiHZ5lRFwycZkNrFcos9CpMMkDMg8SmJEWp+VZdMsNwYRes2G5BD6kVQDjeOO/EF8aLl2Cj5soKghDEs1yD4Rv9FY4HiHdKO6DYK8UXzC2ar0ya+SnPI3", "name": "CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed"}}' 2018-11-19 06:03:36,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-41874ebe-7162-414b-97f1-1df8e13b2504 x-compute-request-id: req-41874ebe-7162-414b-97f1-1df8e13b2504 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jw6atvtID+gcPkQ5SS4YuskjbBwxXjkcpCl5ZTl+T0MDqKv9WG7uvAHYrJUh9Z1Z52VgLN3mo5ISPO5nCpK/37HDP3SnUGVG8WDd3BOO4qgOxpYpo2TbGugv/E6UfmsMhQvT05cEZGMywQ1hRGvgTlOnAm8GPMiT1HC5vplJN6/USh2VhX52PE2iitbycGy+es8vWY1PcNHQQot2z7VLACH4a8fDbiQbiHZ5lRFwycZkNrFcos9CpMMkDMg8SmJEWp+VZdMsNwYRes2G5BD6kVQDjeOO/EF8aLl2Cj5soKghDEs1yD4Rv9FY4HiHdKO6DYK8UXzC2ar0ya+SnPI3", "user_id": "abe33c622e4c4aec8c173459ae041eaf", "name": "CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed", "fingerprint": "bc:72:8c:49:5a:53:df:06:99:90:3b:83:a2:4c:98:5f"}} 2018-11-19 06:03:36,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-41874ebe-7162-414b-97f1-1df8e13b2504 2018-11-19 06:03:36,135 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:36,500 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "394c3305ebd049feb1ee2deda1dec715", "name": "CreateKeypairsTests-5b971de2-10cd-471-proj-role"}], "expires_at": "2018-11-19T07:03:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c4f714ed3ae44dc195a3397a93c11ee1", "name": "CreateKeypairsTests-5b971de2-10cd-471-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c4f714ed3ae44dc195a3397a93c11ee1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-5b971de2-10cd-471-user", "id": "abe33c622e4c4aec8c173459ae041eaf"}, "audit_ids": ["6G8BVa3OS46aE1S8Ebwp_g"], "issued_at": "2018-11-19T06:03:36.000000Z"}} 2018-11-19 06:03:36,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a2141dbee909781b57e7819d68d08004ee64d8ad" 2018-11-19 06:03:37,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-5411a4c2-bcbb-4d25-9f04-0a47f93d978c x-compute-request-id: req-5411a4c2-bcbb-4d25-9f04-0a47f93d978c Content-Encoding: gzip Content-Length: 555 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/jw6atvtID+gcPkQ5SS4YuskjbBwxXjkcpCl5ZTl+T0MDqKv9WG7uvAHYrJUh9Z1Z52VgLN3mo5ISPO5nCpK/37HDP3SnUGVG8WDd3BOO4qgOxpYpo2TbGugv/E6UfmsMhQvT05cEZGMywQ1hRGvgTlOnAm8GPMiT1HC5vplJN6/USh2VhX52PE2iitbycGy+es8vWY1PcNHQQot2z7VLACH4a8fDbiQbiHZ5lRFwycZkNrFcos9CpMMkDMg8SmJEWp+VZdMsNwYRes2G5BD6kVQDjeOO/EF8aLl2Cj5soKghDEs1yD4Rv9FY4HiHdKO6DYK8UXzC2ar0ya+SnPI3", "user_id": "abe33c622e4c4aec8c173459ae041eaf", "name": "CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed", "deleted": false, "created_at": "2018-11-19T06:03:36.000000", "updated_at": null, "fingerprint": "bc:72:8c:49:5a:53:df:06:99:90:3b:83:a2:4c:98:5f", "deleted_at": null, "id": 65}} 2018-11-19 06:03:37,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed used request id req-5411a4c2-bcbb-4d25-9f04-0a47f93d978c 2018-11-19 06:03:37,047 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed 2018-11-19 06:03:37,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}313a7c6be87c1274bef800aa91b7885bcfce2876" 2018-11-19 06:03:37,086 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-63966b4f-1750-4288-9442-1b7d9d721e2d x-compute-request-id: req-63966b4f-1750-4288-9442-1b7d9d721e2d Content-Length: 0 Content-Type: application/json 2018-11-19 06:03:37,086 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-68ac1ef6-2f60-4529-97ca-57858f6d39ed used request id req-63966b4f-1750-4288-9442-1b7d9d721e2d 2018-11-19 06:03:37,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:37,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-143aa334-cf37-45f9-ad4b-b4fd5cd911fc Date: Mon, 19 Nov 2018 06:03:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:03:37,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-143aa334-cf37-45f9-ad4b-b4fd5cd911fc 2018-11-19 06:03:37,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:37,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9299d9-ba66-4e4e-9899-1ca4c7ea7e14 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:03:37,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-9c9299d9-ba66-4e4e-9899-1ca4c7ea7e14 2018-11-19 06:03:37,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:37,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c456d4-d30e-4294-ba07-d5613822dcb5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:03:37,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-c1c456d4-d30e-4294-ba07-d5613822dcb5 2018-11-19 06:03:37,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:37,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d26d2a-a537-4fc9-b973-ac6e50b6b74b Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:03:37,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-e0d26d2a-a537-4fc9-b973-ac6e50b6b74b 2018-11-19 06:03:37,536 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-5b971de2-10cd-471-proj 2018-11-19 06:03:37,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c4f714ed3ae44dc195a3397a93c11ee1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:37,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3752c258-5557-4869-8383-c3d13bc9ddf8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:37,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c4f714ed3ae44dc195a3397a93c11ee1 used request id req-3752c258-5557-4869-8383-c3d13bc9ddf8 2018-11-19 06:03:37,753 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-5b971de2-10cd-471-proj-role 2018-11-19 06:03:37,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/394c3305ebd049feb1ee2deda1dec715 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:37,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62c572cf-9d4d-4246-9292-09de1611715b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:37,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/394c3305ebd049feb1ee2deda1dec715 used request id req-62c572cf-9d4d-4246-9292-09de1611715b 2018-11-19 06:03:37,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa1cabfb76975132c184203e86398417046f16bb" 2018-11-19 06:03:37,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48cbe42f-30c2-447b-8f2d-c63d8313c164 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:37,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-48cbe42f-30c2-447b-8f2d-c63d8313c164 2018-11-19 06:03:37,965 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-5b971de2-10cd-471-user 2018-11-19 06:03:37,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/abe33c622e4c4aec8c173459ae041eaf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5bc041d69bd2e97515c7492fbed5e2f46a12c94" 2018-11-19 06:03:38,147 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-115ba4aa-49ea-461f-804e-fe10aa926226 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:38,147 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/abe33c622e4c4aec8c173459ae041eaf used request id req-115ba4aa-49ea-461f-804e-fe10aa926226 2018-11-19 06:03:38,148 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:38,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["SL5178zcTzSm0JMQNR4Rqg"], "issued_at": "2018-11-19T06:03:38.000000Z"}} 2018-11-19 06:03:38,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0db6e8e58c5ce4d27eea9ef0e9a77785a608d4a3" 2018-11-19 06:03:38,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6964db3e-b088-4fc9-b63c-b008db0e6966 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:38,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6964db3e-b088-4fc9-b63c-b008db0e6966 2018-11-19 06:03:38,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:38,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:39,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["vxN1ERkaQ7eLLwkqN3upqg"], "issued_at": "2018-11-19T06:03:38.000000Z"}} 2018-11-19 06:03:39,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:03:39,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e0beb06-6ce4-4da9-937c-aff4336a4f2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:39,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9e0beb06-6ce4-4da9-937c-aff4336a4f2b 2018-11-19 06:03:39,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:39,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:39,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4c4e875f-a4e2-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:03:39,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5021686d-cee4-4ab3-bf74-e4d5e615543f Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4c4e875f-a4e2-4cf-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:03:39,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4c4e875f-a4e2-4cf-proj used request id req-5021686d-cee4-4ab3-bf74-e4d5e615543f 2018-11-19 06:03:39,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:03:39,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90b56161-152d-4b97-9c2d-109cd5c58db6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:39,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-90b56161-152d-4b97-9c2d-109cd5c58db6 2018-11-19 06:03:39,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj"}}' 2018-11-19 06:03:39,385 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e0084b0-037a-42ce-b64a-1f4f32641a9e Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5fbf4c2e37974cfd88fff74ee16386cf"}, "enabled": true, "id": "5fbf4c2e37974cfd88fff74ee16386cf", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj"}} 2018-11-19 06:03:39,385 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6e0084b0-037a-42ce-b64a-1f4f32641a9e 2018-11-19 06:03:39,386 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4c4e875f-a4e2-4cf-proj 2018-11-19 06:03:39,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:39,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:39,775 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:03:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LvUZKoXzTg6DMW7uxPQkMQ"], "issued_at": "2018-11-19T06:03:39.000000Z"}} 2018-11-19 06:03:39,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16633f8bec3da85e0b5c0147cd95a294ef4c01" 2018-11-19 06:03:39,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99128aa9-99da-4242-a7a3-1c5b9f7292ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:39,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-99128aa9-99da-4242-a7a3-1c5b9f7292ed 2018-11-19 06:03:39,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:03:39,875 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:03: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:03:39,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16633f8bec3da85e0b5c0147cd95a294ef4c01" 2018-11-19 06:03:39,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652549d3-17a1-4a8f-bfe4-22321b46c676 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:03:39,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-652549d3-17a1-4a8f-bfe4-22321b46c676 2018-11-19 06:03:39,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4c4e875f-a4e2-4cf-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16633f8bec3da85e0b5c0147cd95a294ef4c01" 2018-11-19 06:03:40,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7293862-a59d-4827-9416-3482966d09e9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4c4e875f-a4e2-4cf-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5fbf4c2e37974cfd88fff74ee16386cf"}, "enabled": true, "id": "5fbf4c2e37974cfd88fff74ee16386cf", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj"}]} 2018-11-19 06:03:40,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4c4e875f-a4e2-4cf-proj used request id req-d7293862-a59d-4827-9416-3482966d09e9 2018-11-19 06:03:40,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16633f8bec3da85e0b5c0147cd95a294ef4c01" 2018-11-19 06:03:40,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e39d47b4-e4d6-4690-ae14-0f688f146a0a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:03:40,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e39d47b4-e4d6-4690-ae14-0f688f146a0a 2018-11-19 06:03:40,457 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4c4e875f-a4e2-4cf-user 2018-11-19 06:03:40,457 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:40,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:03:40,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f608382-4a29-41e5-8322-13a01557d2ce Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:03:40,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1f608382-4a29-41e5-8322-13a01557d2ce 2018-11-19 06:03:40,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" -d '{"role": {"name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role"}}' 2018-11-19 06:03:40,667 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:03:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a22c314e-14f1-4ece-b9d2-095d65b2973c Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c8e5de2cb5bc4666b709b0ed1fecfc9e", "links": {"self": "http://172.30.9.21:5000/v3/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e"}, "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role"}} 2018-11-19 06:03:40,667 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a22c314e-14f1-4ece-b9d2-095d65b2973c 2018-11-19 06:03:40,667 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role 2018-11-19 06:03:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:03:40,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c0b875-7fc2-4efc-9165-362b7b01b5d9 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e"}, "domain_id": null, "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role", "id": "c8e5de2cb5bc4666b709b0ed1fecfc9e"}} 2018-11-19 06:03:40,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e used request id req-66c0b875-7fc2-4efc-9165-362b7b01b5d9 2018-11-19 06:03:40,768 - keystone_utils - INFO - Granting role CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role to project CreateKeypairsTests-4c4e875f-a4e2-4cf-proj 2018-11-19 06:03:40,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5fbf4c2e37974cfd88fff74ee16386cf/users/307710093ba34d959661ad048315207b/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:03:40,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:03:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-239debcc-a8e2-4d0d-a9af-349719923db1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:03:40,903 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5fbf4c2e37974cfd88fff74ee16386cf/users/307710093ba34d959661ad048315207b/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e used request id req-239debcc-a8e2-4d0d-a9af-349719923db1 2018-11-19 06:03:40,903 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:03:40,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:03:40,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:03:41,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8e5de2cb5bc4666b709b0ed1fecfc9e", "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role"}], "expires_at": "2018-11-19T07:03:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fbf4c2e37974cfd88fff74ee16386cf", "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-user", "id": "307710093ba34d959661ad048315207b"}, "audit_ids": ["JMYfb5QPQF2E7KcFNwCA1A"], "issued_at": "2018-11-19T06:03:41.000000Z"}} 2018-11-19 06:03:41,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca92b6427c6daa29c6ea1e6f4622f110276fa3c" 2018-11-19 06:03:41,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-231fd02a-4312-42e6-8e98-c91448bab45d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:03:41,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-231fd02a-4312-42e6-8e98-c91448bab45d 2018-11-19 06:03:41,352 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:03:41,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca92b6427c6daa29c6ea1e6f4622f110276fa3c" 2018-11-19 06:03:41,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:03:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7d7b05a6-c798-43fd-b90a-ca0e4f0e6af7 x-compute-request-id: req-7d7b05a6-c798-43fd-b90a-ca0e4f0e6af7 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:03:41,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7d7b05a6-c798-43fd-b90a-ca0e4f0e6af7 2018-11-19 06:03:41,514 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521... 2018-11-19 06:03:41,515 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:04:21,539 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521 2018-11-19 06:04:21,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca92b6427c6daa29c6ea1e6f4622f110276fa3c" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDWHczfG4tGnGe9L3vMIVfEtpMn7oOMnc74/J8X/Ovq6p9nE/fAnw2QJnvDh7t6CEQ65X8vWgXx0Oc1bL4VwKHjDLXoA2FSTYmXH0dbwn4vY7UGTbArHsNilXh0oy61y0eHiWpZzNR29R1wuQY4+zx3xcVTLcptCvtrdjrY8GRP0d+JD01jjjJSxV3arhXP2y36/Z0J6uzIOVgAegLFPWKGYMNrryi8+btMdieL6TEbiZkHoZbtq2bhHmTUMkorM2ll4uRVR39J1dgnD+DuhJGkstmO+YNbe8No9qPffJxY4xLrHT23ZXNVESMPDYu749TH1FPFvnU3GNpwDUtm3Vp8yghalJ11hgj1gKFF60Nbr5NsACSPq1Pb+KPLXoiK8YviewANMpJ/TwlS7j/mqdE66RdgkNZ5tUQHsW90GJJ92iFEA0s/ukytyKD/apC5oAci8QyhanGj+WhnZbuXRGSyyeazumjcPdeoG+dDmv1lAyyENgQrLgPEUyWr9RFaAWbVqq7RendtuKLTqlEZKBc00czAuyTdlpYqk4SehA2CSjWwVs59w2QashV9pG95dNJ7vh6Poskv+EXSi0IEaZoHI3nZUQP+HbKoBHrNV3JEcEvUu8OUc6FP0a0f1yZuC2PUaPLmU2tmX3HuTPGzE9iEds7trMnmE7CMEJBlLfcpuXMYYFHFBuJ1KIVtlAUVm1Ent7fOBFRSwsJ2P2GwCSLUUAhiuTgzncZhcx4cagMc9JT/U7tfCOOsxDQw8H5flRl7B+Fh4j/GxNeyBqL5Qy5R3HiQrWu/RbMk3+qK7/SXVFjdaEXhAMZjbIyY4Co2HcQI7a+ozX3FYXzmleNiQG2iYVAKT4g5lQ1rlWy78P8tSua23oOA4KCocQI7dbWL/7H0YUhqsdQEnBHVBFdQhNC82FeRG6u3YPUS0oMU3ix53p+3eKBbSW4bVXzPaZehcsh3gjj6nsbOSqth+qOPvoyJnwYUJfGXUeWQiZpa0w1DdxQ4OwXZcuiwpRnFE/BD2al+arzI94vpEdSaDfZZYaXoDcAlfkOFIqtUwQxhdez2cf+hTbe24+k+Amdbyt20v3As4O+2kv5UAQ77V01xYHZgJQ/lEcE+Hl7gWfERz/Ahn8AK5pQurV3xQbGdnauNx/ubDjHI3yqC1+nSDZ0Tm3HhXGNUt+lWyLxf8DwNSmr8KnAhmfQHGqlrFjaTRPVL8AeXLUcdTgviIPzDaJSrHE6L4oJPhrXiSSr0C6nX9bLol9ZpcADs537N9+GZU8hfuD/DyxGMMHJ6lg/u/JbRLF90rjF3UqTQvl9OnA2Z5kIHgJTOW0aWXJ7N0zpYaqUV/s5/NZt/QJKCwyGVw0vFWaEuT/yFGteaZwqg+cIEHRejDFavWB+zRmLEWeVxRsWWpUC0TzN0XeWbpdkvBTxO8VpHc2sWLiOeCNJTDX59UT/6TtkIRm5wXghN6ZJCSBgM3lZe7ZqMPtCIrLjAhPj6wldFSCDA64lBVKD76haGMjsXbmTF5pK2BOpmUZwOs3cN5XDZN6/Gk+yOIjAPFg3zYJGWXuXcsy1a1iv8A4PGrI07mSx1F5qTLi4cjd6PryL915iZlV596KScNCddFSijpEMMDKgWw11KQag7jjf03rqvKQ/0HBjIhHQ7o7wTvRvm/zRyNQ==", "name": "CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521"}}' 2018-11-19 06:04:21,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc51f5e6-b9d5-4327-a66e-3e4e63e07d83 x-compute-request-id: req-cc51f5e6-b9d5-4327-a66e-3e4e63e07d83 Content-Encoding: gzip Content-Length: 1512 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDWHczfG4tGnGe9L3vMIVfEtpMn7oOMnc74/J8X/Ovq6p9nE/fAnw2QJnvDh7t6CEQ65X8vWgXx0Oc1bL4VwKHjDLXoA2FSTYmXH0dbwn4vY7UGTbArHsNilXh0oy61y0eHiWpZzNR29R1wuQY4+zx3xcVTLcptCvtrdjrY8GRP0d+JD01jjjJSxV3arhXP2y36/Z0J6uzIOVgAegLFPWKGYMNrryi8+btMdieL6TEbiZkHoZbtq2bhHmTUMkorM2ll4uRVR39J1dgnD+DuhJGkstmO+YNbe8No9qPffJxY4xLrHT23ZXNVESMPDYu749TH1FPFvnU3GNpwDUtm3Vp8yghalJ11hgj1gKFF60Nbr5NsACSPq1Pb+KPLXoiK8YviewANMpJ/TwlS7j/mqdE66RdgkNZ5tUQHsW90GJJ92iFEA0s/ukytyKD/apC5oAci8QyhanGj+WhnZbuXRGSyyeazumjcPdeoG+dDmv1lAyyENgQrLgPEUyWr9RFaAWbVqq7RendtuKLTqlEZKBc00czAuyTdlpYqk4SehA2CSjWwVs59w2QashV9pG95dNJ7vh6Poskv+EXSi0IEaZoHI3nZUQP+HbKoBHrNV3JEcEvUu8OUc6FP0a0f1yZuC2PUaPLmU2tmX3HuTPGzE9iEds7trMnmE7CMEJBlLfcpuXMYYFHFBuJ1KIVtlAUVm1Ent7fOBFRSwsJ2P2GwCSLUUAhiuTgzncZhcx4cagMc9JT/U7tfCOOsxDQw8H5flRl7B+Fh4j/GxNeyBqL5Qy5R3HiQrWu/RbMk3+qK7/SXVFjdaEXhAMZjbIyY4Co2HcQI7a+ozX3FYXzmleNiQG2iYVAKT4g5lQ1rlWy78P8tSua23oOA4KCocQI7dbWL/7H0YUhqsdQEnBHVBFdQhNC82FeRG6u3YPUS0oMU3ix53p+3eKBbSW4bVXzPaZehcsh3gjj6nsbOSqth+qOPvoyJnwYUJfGXUeWQiZpa0w1DdxQ4OwXZcuiwpRnFE/BD2al+arzI94vpEdSaDfZZYaXoDcAlfkOFIqtUwQxhdez2cf+hTbe24+k+Amdbyt20v3As4O+2kv5UAQ77V01xYHZgJQ/lEcE+Hl7gWfERz/Ahn8AK5pQurV3xQbGdnauNx/ubDjHI3yqC1+nSDZ0Tm3HhXGNUt+lWyLxf8DwNSmr8KnAhmfQHGqlrFjaTRPVL8AeXLUcdTgviIPzDaJSrHE6L4oJPhrXiSSr0C6nX9bLol9ZpcADs537N9+GZU8hfuD/DyxGMMHJ6lg/u/JbRLF90rjF3UqTQvl9OnA2Z5kIHgJTOW0aWXJ7N0zpYaqUV/s5/NZt/QJKCwyGVw0vFWaEuT/yFGteaZwqg+cIEHRejDFavWB+zRmLEWeVxRsWWpUC0TzN0XeWbpdkvBTxO8VpHc2sWLiOeCNJTDX59UT/6TtkIRm5wXghN6ZJCSBgM3lZe7ZqMPtCIrLjAhPj6wldFSCDA64lBVKD76haGMjsXbmTF5pK2BOpmUZwOs3cN5XDZN6/Gk+yOIjAPFg3zYJGWXuXcsy1a1iv8A4PGrI07mSx1F5qTLi4cjd6PryL915iZlV596KScNCddFSijpEMMDKgWw11KQag7jjf03rqvKQ/0HBjIhHQ7o7wTvRvm/zRyNQ==", "user_id": "307710093ba34d959661ad048315207b", "name": "CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521", "fingerprint": "70:a7:24:18:09:fd:3f:a8:5d:27:19:10:4d:b8:31:75"}} 2018-11-19 06:04:21,602 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-cc51f5e6-b9d5-4327-a66e-3e4e63e07d83 2018-11-19 06:04:21,603 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:21,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c8e5de2cb5bc4666b709b0ed1fecfc9e", "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role"}], "expires_at": "2018-11-19T07:04:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fbf4c2e37974cfd88fff74ee16386cf", "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5fbf4c2e37974cfd88fff74ee16386cf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4c4e875f-a4e2-4cf-user", "id": "307710093ba34d959661ad048315207b"}, "audit_ids": ["0ni5Qv6QRDOjb_TljSBkow"], "issued_at": "2018-11-19T06:04:21.000000Z"}} 2018-11-19 06:04:21,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e285e54e84ffb1a30a668aaf867d300f66002266" 2018-11-19 06:04:22,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0252cc9-e893-4f2d-a392-fb1c46400062 x-compute-request-id: req-a0252cc9-e893-4f2d-a392-fb1c46400062 Content-Encoding: gzip Content-Length: 1575 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAE4wDWHczfG4tGnGe9L3vMIVfEtpMn7oOMnc74/J8X/Ovq6p9nE/fAnw2QJnvDh7t6CEQ65X8vWgXx0Oc1bL4VwKHjDLXoA2FSTYmXH0dbwn4vY7UGTbArHsNilXh0oy61y0eHiWpZzNR29R1wuQY4+zx3xcVTLcptCvtrdjrY8GRP0d+JD01jjjJSxV3arhXP2y36/Z0J6uzIOVgAegLFPWKGYMNrryi8+btMdieL6TEbiZkHoZbtq2bhHmTUMkorM2ll4uRVR39J1dgnD+DuhJGkstmO+YNbe8No9qPffJxY4xLrHT23ZXNVESMPDYu749TH1FPFvnU3GNpwDUtm3Vp8yghalJ11hgj1gKFF60Nbr5NsACSPq1Pb+KPLXoiK8YviewANMpJ/TwlS7j/mqdE66RdgkNZ5tUQHsW90GJJ92iFEA0s/ukytyKD/apC5oAci8QyhanGj+WhnZbuXRGSyyeazumjcPdeoG+dDmv1lAyyENgQrLgPEUyWr9RFaAWbVqq7RendtuKLTqlEZKBc00czAuyTdlpYqk4SehA2CSjWwVs59w2QashV9pG95dNJ7vh6Poskv+EXSi0IEaZoHI3nZUQP+HbKoBHrNV3JEcEvUu8OUc6FP0a0f1yZuC2PUaPLmU2tmX3HuTPGzE9iEds7trMnmE7CMEJBlLfcpuXMYYFHFBuJ1KIVtlAUVm1Ent7fOBFRSwsJ2P2GwCSLUUAhiuTgzncZhcx4cagMc9JT/U7tfCOOsxDQw8H5flRl7B+Fh4j/GxNeyBqL5Qy5R3HiQrWu/RbMk3+qK7/SXVFjdaEXhAMZjbIyY4Co2HcQI7a+ozX3FYXzmleNiQG2iYVAKT4g5lQ1rlWy78P8tSua23oOA4KCocQI7dbWL/7H0YUhqsdQEnBHVBFdQhNC82FeRG6u3YPUS0oMU3ix53p+3eKBbSW4bVXzPaZehcsh3gjj6nsbOSqth+qOPvoyJnwYUJfGXUeWQiZpa0w1DdxQ4OwXZcuiwpRnFE/BD2al+arzI94vpEdSaDfZZYaXoDcAlfkOFIqtUwQxhdez2cf+hTbe24+k+Amdbyt20v3As4O+2kv5UAQ77V01xYHZgJQ/lEcE+Hl7gWfERz/Ahn8AK5pQurV3xQbGdnauNx/ubDjHI3yqC1+nSDZ0Tm3HhXGNUt+lWyLxf8DwNSmr8KnAhmfQHGqlrFjaTRPVL8AeXLUcdTgviIPzDaJSrHE6L4oJPhrXiSSr0C6nX9bLol9ZpcADs537N9+GZU8hfuD/DyxGMMHJ6lg/u/JbRLF90rjF3UqTQvl9OnA2Z5kIHgJTOW0aWXJ7N0zpYaqUV/s5/NZt/QJKCwyGVw0vFWaEuT/yFGteaZwqg+cIEHRejDFavWB+zRmLEWeVxRsWWpUC0TzN0XeWbpdkvBTxO8VpHc2sWLiOeCNJTDX59UT/6TtkIRm5wXghN6ZJCSBgM3lZe7ZqMPtCIrLjAhPj6wldFSCDA64lBVKD76haGMjsXbmTF5pK2BOpmUZwOs3cN5XDZN6/Gk+yOIjAPFg3zYJGWXuXcsy1a1iv8A4PGrI07mSx1F5qTLi4cjd6PryL915iZlV596KScNCddFSijpEMMDKgWw11KQag7jjf03rqvKQ/0HBjIhHQ7o7wTvRvm/zRyNQ==", "user_id": "307710093ba34d959661ad048315207b", "name": "CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521", "deleted": false, "created_at": "2018-11-19T06:04:21.000000", "updated_at": null, "fingerprint": "70:a7:24:18:09:fd:3f:a8:5d:27:19:10:4d:b8:31:75", "deleted_at": null, "id": 68}} 2018-11-19 06:04:22,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521 used request id req-a0252cc9-e893-4f2d-a392-fb1c46400062 2018-11-19 06:04:22,189 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521 2018-11-19 06:04:22,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fca92b6427c6daa29c6ea1e6f4622f110276fa3c" 2018-11-19 06:04:22,224 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:04: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-82a8c23a-0ca5-4b1b-b897-4034851cff73 x-compute-request-id: req-82a8c23a-0ca5-4b1b-b897-4034851cff73 Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:22,224 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-7ec9f34a-477a-4ae7-a7a2-0c37cb9f4521 used request id req-82a8c23a-0ca5-4b1b-b897-4034851cff73 2018-11-19 06:04:22,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:04:22,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-fb85a36c-8ccc-47ee-a68f-d45e0800d232 Date: Mon, 19 Nov 2018 06:04:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:22,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fb85a36c-8ccc-47ee-a68f-d45e0800d232 2018-11-19 06:04:22,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:04:22,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c76514a-a71f-49de-9515-edfcf97ffb39 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:22,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-8c76514a-a71f-49de-9515-edfcf97ffb39 2018-11-19 06:04:22,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:04:22,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ec17ee8-b060-4294-acb1-80f4a9a3f367 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:22,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-8ec17ee8-b060-4294-acb1-80f4a9a3f367 2018-11-19 06:04:22,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:04:22,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db85119b-c3a8-426c-8319-a5298d5e83e5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:22,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-db85119b-c3a8-426c-8319-a5298d5e83e5 2018-11-19 06:04:22,735 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4c4e875f-a4e2-4cf-proj 2018-11-19 06:04:22,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5fbf4c2e37974cfd88fff74ee16386cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:04:22,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7137ce4-a894-4760-bc17-7dd40f24e1c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:22,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5fbf4c2e37974cfd88fff74ee16386cf used request id req-e7137ce4-a894-4760-bc17-7dd40f24e1c2 2018-11-19 06:04:22,927 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4c4e875f-a4e2-4cf-proj-role 2018-11-19 06:04:22,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:04:23,049 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1150525c-9fbe-4a8b-ba28-dcb5aea2dea5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:23,049 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c8e5de2cb5bc4666b709b0ed1fecfc9e used request id req-1150525c-9fbe-4a8b-ba28-dcb5aea2dea5 2018-11-19 06:04:23,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aca0d8f290916a47e7e25a1dea415fc77dfa9e86" 2018-11-19 06:04:23,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e0dbb9e-9383-474c-a344-497ded505d82 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:23,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5e0dbb9e-9383-474c-a344-497ded505d82 2018-11-19 06:04:23,220 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4c4e875f-a4e2-4cf-user 2018-11-19 06:04:23,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/307710093ba34d959661ad048315207b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e16633f8bec3da85e0b5c0147cd95a294ef4c01" 2018-11-19 06:04:23,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff8a90e1-784d-489b-9594-3ea8a71085a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:23,396 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/307710093ba34d959661ad048315207b used request id req-ff8a90e1-784d-489b-9594-3ea8a71085a5 2018-11-19 06:04:23,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:23,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ndCny0-NSZKq1BkGwDPwLA"], "issued_at": "2018-11-19T06:04:23.000000Z"}} 2018-11-19 06:04:23,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8130111a2b5fc5a5424d2d09f66871d9c828df3d" 2018-11-19 06:04:23,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37b48a23-1270-46e9-8cd9-cdc251392c73 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:23,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37b48a23-1270-46e9-8cd9-cdc251392c73 2018-11-19 06:04:23,880 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:23,881 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:24,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Ayb6MW29RyaEZmEuBvYI0Q"], "issued_at": "2018-11-19T06:04:24.000000Z"}} 2018-11-19 06:04:24,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:24,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c4e616-17cb-42b4-a1b3-307774a46c61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:24,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-32c4e616-17cb-42b4-a1b3-307774a46c61 2018-11-19 06:04:24,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:24,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:24,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ce51aad-cebb-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:24,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d32c904a-246a-49c6-b0d8-825896fb970c Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ce51aad-cebb-412-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:24,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-4ce51aad-cebb-412-proj used request id req-d32c904a-246a-49c6-b0d8-825896fb970c 2018-11-19 06:04:24,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:24,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc979483-69f6-487e-895d-96ec6357889b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:24,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cc979483-69f6-487e-895d-96ec6357889b 2018-11-19 06:04:24,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj"}}' 2018-11-19 06:04:24,642 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae04903e-562e-414d-8f69-484b83ea22fc Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7010ac95c8c548df8b0f6150821a551c"}, "enabled": true, "id": "7010ac95c8c548df8b0f6150821a551c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj"}} 2018-11-19 06:04:24,642 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ae04903e-562e-414d-8f69-484b83ea22fc 2018-11-19 06:04:24,643 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-4ce51aad-cebb-412-proj 2018-11-19 06:04:24,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:24,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:25,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["VP5kMo2uSPGRPmWBmRcGkA"], "issued_at": "2018-11-19T06:04:25.000000Z"}} 2018-11-19 06:04:25,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67d1f5b4bb09e10bd4b5fb29c99897fdeb82b307" 2018-11-19 06:04:25,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea231e5-ed8f-4f34-9df2-7d967525ca43 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:25,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fea231e5-ed8f-4f34-9df2-7d967525ca43 2018-11-19 06:04:25,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:25,120 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:25,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67d1f5b4bb09e10bd4b5fb29c99897fdeb82b307" 2018-11-19 06:04:25,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dee2ce2-dbd7-4389-b81e-3653b9b779cd Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:04:25,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3dee2ce2-dbd7-4389-b81e-3653b9b779cd 2018-11-19 06:04:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4ce51aad-cebb-412-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67d1f5b4bb09e10bd4b5fb29c99897fdeb82b307" 2018-11-19 06:04:25,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f3539a5-bc44-4638-9184-5cc33db5bed7 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4ce51aad-cebb-412-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7010ac95c8c548df8b0f6150821a551c"}, "enabled": true, "id": "7010ac95c8c548df8b0f6150821a551c", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj"}]} 2018-11-19 06:04:25,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-4ce51aad-cebb-412-proj used request id req-6f3539a5-bc44-4638-9184-5cc33db5bed7 2018-11-19 06:04:25,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67d1f5b4bb09e10bd4b5fb29c99897fdeb82b307" 2018-11-19 06:04:25,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cedf20c-f259-4e98-84d9-4e85786d3a3f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:25,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3cedf20c-f259-4e98-84d9-4e85786d3a3f 2018-11-19 06:04:25,762 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-4ce51aad-cebb-412-user 2018-11-19 06:04:25,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:25,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:25,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9862332-d286-4338-9d6c-fbbc81e13ac4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:25,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c9862332-d286-4338-9d6c-fbbc81e13ac4 2018-11-19 06:04:25,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" -d '{"role": {"name": "CreateKeypairsTests-4ce51aad-cebb-412-proj-role"}}' 2018-11-19 06:04:25,966 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6032ac27-d2af-44c9-876a-90b1a905761b Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c2548ff28f434016938cda7ef10d8150", "links": {"self": "http://172.30.9.21:5000/v3/roles/c2548ff28f434016938cda7ef10d8150"}, "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj-role"}} 2018-11-19 06:04:25,966 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6032ac27-d2af-44c9-876a-90b1a905761b 2018-11-19 06:04:25,966 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-4ce51aad-cebb-412-proj-role 2018-11-19 06:04:25,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c2548ff28f434016938cda7ef10d8150 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:25,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7e926db-7010-4d8d-9275-9d029fd2f6f2 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c2548ff28f434016938cda7ef10d8150"}, "domain_id": null, "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj-role", "id": "c2548ff28f434016938cda7ef10d8150"}} 2018-11-19 06:04:25,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c2548ff28f434016938cda7ef10d8150 used request id req-b7e926db-7010-4d8d-9275-9d029fd2f6f2 2018-11-19 06:04:25,986 - keystone_utils - INFO - Granting role CreateKeypairsTests-4ce51aad-cebb-412-proj-role to project CreateKeypairsTests-4ce51aad-cebb-412-proj 2018-11-19 06:04:25,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7010ac95c8c548df8b0f6150821a551c/users/327395b2f1694013ae9b1e86ca11ea82/roles/c2548ff28f434016938cda7ef10d8150 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:26,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54ede587-17f5-46eb-bc8c-7e2ea2658e76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:26,118 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7010ac95c8c548df8b0f6150821a551c/users/327395b2f1694013ae9b1e86ca11ea82/roles/c2548ff28f434016938cda7ef10d8150 used request id req-54ede587-17f5-46eb-bc8c-7e2ea2658e76 2018-11-19 06:04:26,118 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:26,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:26,121 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:26,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c2548ff28f434016938cda7ef10d8150", "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj-role"}], "expires_at": "2018-11-19T07:04:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7010ac95c8c548df8b0f6150821a551c", "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4ce51aad-cebb-412-user", "id": "327395b2f1694013ae9b1e86ca11ea82"}, "audit_ids": ["dsCV6QGzRYmhm8U7kMW0Yg"], "issued_at": "2018-11-19T06:04:26.000000Z"}} 2018-11-19 06:04:26,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320ac352aaba55c35a701bf6e61e7c7df076f5a5" 2018-11-19 06:04:26,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60308f91-f363-4eb3-86bb-4976039ce860 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:26,572 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-60308f91-f363-4eb3-86bb-4976039ce860 2018-11-19 06:04:26,573 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:26,577 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320ac352aaba55c35a701bf6e61e7c7df076f5a5" 2018-11-19 06:04:27,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-763cadd5-3a8c-417a-8600-c58e10727179 x-compute-request-id: req-763cadd5-3a8c-417a-8600-c58e10727179 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:04:27,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-763cadd5-3a8c-417a-8600-c58e10727179 2018-11-19 06:04:27,158 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53... 2018-11-19 06:04:27,158 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:04:27,202 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53 2018-11-19 06:04:27,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320ac352aaba55c35a701bf6e61e7c7df076f5a5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCkZTQRg1yYxlaTFOpmHa1DjFA2hCR11wCLqb9BERnQzH5cYYs8iMsclUZl9JAtLmk9P0NbpRXSR2GsOpC2NGNL7f6PcBlPPX1eIpYIyYYWSZkJzM6uso+VN59q6Y55EeCWgzUfLFPuT1Ev1Bhrb+0W2Vu3wNhJCNiwDM73SPowlQ==", "name": "CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53"}}' 2018-11-19 06:04:27,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-723dff94-0e99-4ef4-a360-d1b901a7d6ae x-compute-request-id: req-723dff94-0e99-4ef4-a360-d1b901a7d6ae Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCkZTQRg1yYxlaTFOpmHa1DjFA2hCR11wCLqb9BERnQzH5cYYs8iMsclUZl9JAtLmk9P0NbpRXSR2GsOpC2NGNL7f6PcBlPPX1eIpYIyYYWSZkJzM6uso+VN59q6Y55EeCWgzUfLFPuT1Ev1Bhrb+0W2Vu3wNhJCNiwDM73SPowlQ==", "user_id": "327395b2f1694013ae9b1e86ca11ea82", "name": "CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53", "fingerprint": "f5:46:a1:bf:40:9c:af:a6:ac:4f:6e:bb:40:a3:b0:b1"}} 2018-11-19 06:04:27,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-723dff94-0e99-4ef4-a360-d1b901a7d6ae 2018-11-19 06:04:27,273 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:27,649 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c2548ff28f434016938cda7ef10d8150", "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj-role"}], "expires_at": "2018-11-19T07:04:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7010ac95c8c548df8b0f6150821a551c", "name": "CreateKeypairsTests-4ce51aad-cebb-412-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7010ac95c8c548df8b0f6150821a551c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-4ce51aad-cebb-412-user", "id": "327395b2f1694013ae9b1e86ca11ea82"}, "audit_ids": ["NZJP1PNsTB6VaMm7QTvKKA"], "issued_at": "2018-11-19T06:04:27.000000Z"}} 2018-11-19 06:04:27,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c943e356e779caf6bc947012cd0aa5cdf0b84d20" 2018-11-19 06:04:27,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cde1355-aeef-4113-8493-83101377b9a7 x-compute-request-id: req-4cde1355-aeef-4113-8493-83101377b9a7 Content-Encoding: gzip Content-Length: 421 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCkZTQRg1yYxlaTFOpmHa1DjFA2hCR11wCLqb9BERnQzH5cYYs8iMsclUZl9JAtLmk9P0NbpRXSR2GsOpC2NGNL7f6PcBlPPX1eIpYIyYYWSZkJzM6uso+VN59q6Y55EeCWgzUfLFPuT1Ev1Bhrb+0W2Vu3wNhJCNiwDM73SPowlQ==", "user_id": "327395b2f1694013ae9b1e86ca11ea82", "name": "CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53", "deleted": false, "created_at": "2018-11-19T06:04:27.000000", "updated_at": null, "fingerprint": "f5:46:a1:bf:40:9c:af:a6:ac:4f:6e:bb:40:a3:b0:b1", "deleted_at": null, "id": 71}} 2018-11-19 06:04:27,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53 used request id req-4cde1355-aeef-4113-8493-83101377b9a7 2018-11-19 06:04:27,810 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53 2018-11-19 06:04:27,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}320ac352aaba55c35a701bf6e61e7c7df076f5a5" 2018-11-19 06:04:27,853 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:04:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9cb01a1f-1d0d-491f-9709-7946a5be0ea7 x-compute-request-id: req-9cb01a1f-1d0d-491f-9709-7946a5be0ea7 Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:27,853 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-e17e7b26-4db6-4fe1-ac40-482c619ebd53 used request id req-9cb01a1f-1d0d-491f-9709-7946a5be0ea7 2018-11-19 06:04:27,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:28,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c34c8ca3-9444-4f20-a56f-7908f8b456b4 Date: Mon, 19 Nov 2018 06:04:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:28,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c34c8ca3-9444-4f20-a56f-7908f8b456b4 2018-11-19 06:04:28,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:28,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67a97ce1-c30f-43a0-b984-f7020ca13929 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:28,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-67a97ce1-c30f-43a0-b984-f7020ca13929 2018-11-19 06:04:28,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:28,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c31d6e4-3ae6-4ef5-9cf3-d3516c810f4b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:28,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-7c31d6e4-3ae6-4ef5-9cf3-d3516c810f4b 2018-11-19 06:04:28,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:28,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b1f212-0125-4693-acef-6a20c3aa0fcd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:28,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-45b1f212-0125-4693-acef-6a20c3aa0fcd 2018-11-19 06:04:28,348 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-4ce51aad-cebb-412-proj 2018-11-19 06:04:28,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7010ac95c8c548df8b0f6150821a551c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:28,561 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec8d7ff3-e2a2-4dff-a668-4be15ea1575a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:28,561 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7010ac95c8c548df8b0f6150821a551c used request id req-ec8d7ff3-e2a2-4dff-a668-4be15ea1575a 2018-11-19 06:04:28,561 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-4ce51aad-cebb-412-proj-role 2018-11-19 06:04:28,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c2548ff28f434016938cda7ef10d8150 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:28,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9389740c-dec9-4177-9bb4-2d6e3303be6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:28,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c2548ff28f434016938cda7ef10d8150 used request id req-9389740c-dec9-4177-9bb4-2d6e3303be6f 2018-11-19 06:04:28,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}851992442deea5044d978ca181bd2f331836d6ee" 2018-11-19 06:04:28,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ad4984e-4c03-4d35-bb2b-86b91f285ba5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:28,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0ad4984e-4c03-4d35-bb2b-86b91f285ba5 2018-11-19 06:04:28,767 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-4ce51aad-cebb-412-user 2018-11-19 06:04:28,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/327395b2f1694013ae9b1e86ca11ea82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67d1f5b4bb09e10bd4b5fb29c99897fdeb82b307" 2018-11-19 06:04:28,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db115eca-f3de-4628-8f87-f946ce0432a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:28,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/327395b2f1694013ae9b1e86ca11ea82 used request id req-db115eca-f3de-4628-8f87-f946ce0432a4 2018-11-19 06:04:28,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:29,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hY_0m4o1QpmIWeu56huN1g"], "issued_at": "2018-11-19T06:04:29.000000Z"}} 2018-11-19 06:04:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd16fca3c5c2c9917f11e2e23b0e4be1cd7cd7e7" 2018-11-19 06:04:29,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14d8657b-aeed-42a0-8d92-0b5186bad09f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:29,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-14d8657b-aeed-42a0-8d92-0b5186bad09f 2018-11-19 06:04:29,438 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:29,439 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:29,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9U0UsX8jQ5uM5VdJZEfgsw"], "issued_at": "2018-11-19T06:04:29.000000Z"}} 2018-11-19 06:04:29,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:29,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20563325-a81a-4e50-9331-c66bae532c1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:29,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-20563325-a81a-4e50-9331-c66bae532c1b 2018-11-19 06:04:29,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:29,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:29,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0b244380-8d72-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:30,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95b5831b-e2f8-483c-8f08-cb5deccdee79 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0b244380-8d72-441-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:30,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-0b244380-8d72-441-proj used request id req-95b5831b-e2f8-483c-8f08-cb5deccdee79 2018-11-19 06:04:30,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:30,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a7e3a52-e271-47ff-914d-b1ed701b3ba0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:30,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7a7e3a52-e271-47ff-914d-b1ed701b3ba0 2018-11-19 06:04:30,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-0b244380-8d72-441-proj"}}' 2018-11-19 06:04:30,211 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db4d6142-3428-4441-a439-2500542cab4a Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d6b449027a5042a1bc5301b727fb4b48"}, "enabled": true, "id": "d6b449027a5042a1bc5301b727fb4b48", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-0b244380-8d72-441-proj"}} 2018-11-19 06:04:30,211 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-db4d6142-3428-4441-a439-2500542cab4a 2018-11-19 06:04:30,211 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-0b244380-8d72-441-proj 2018-11-19 06:04:30,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:30,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:30,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["VCMkQqvxSEqdtlonzrn_gw"], "issued_at": "2018-11-19T06:04:30.000000Z"}} 2018-11-19 06:04:30,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8b5670f3edfd0c04663adf4343cbed8b528a6ff" 2018-11-19 06:04:30,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33173a38-4b25-419a-b3f1-cb69ed513c48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:30,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-33173a38-4b25-419a-b3f1-cb69ed513c48 2018-11-19 06:04:30,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:30,614 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:30,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8b5670f3edfd0c04663adf4343cbed8b528a6ff" 2018-11-19 06:04:30,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f7889a2-0ef9-42b2-85ab-b069d95424ae Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:04:30,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3f7889a2-0ef9-42b2-85ab-b069d95424ae 2018-11-19 06:04:30,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-0b244380-8d72-441-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8b5670f3edfd0c04663adf4343cbed8b528a6ff" 2018-11-19 06:04:30,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3377a40d-2843-471d-853b-2f2cbc6223cf Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-0b244380-8d72-441-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d6b449027a5042a1bc5301b727fb4b48"}, "enabled": true, "id": "d6b449027a5042a1bc5301b727fb4b48", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-0b244380-8d72-441-proj"}]} 2018-11-19 06:04:30,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-0b244380-8d72-441-proj used request id req-3377a40d-2843-471d-853b-2f2cbc6223cf 2018-11-19 06:04:30,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8b5670f3edfd0c04663adf4343cbed8b528a6ff" 2018-11-19 06:04:30,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5399a2-c60c-4639-99a4-88e013cb5dcf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:30,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2f5399a2-c60c-4639-99a4-88e013cb5dcf 2018-11-19 06:04:31,271 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-0b244380-8d72-441-user 2018-11-19 06:04:31,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:31,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:31,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0a03872-a697-464e-ac00-822854d5bea1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:31,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b0a03872-a697-464e-ac00-822854d5bea1 2018-11-19 06:04:31,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" -d '{"role": {"name": "CreateKeypairsTests-0b244380-8d72-441-proj-role"}}' 2018-11-19 06:04:31,480 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b984278-ac1c-49dd-8832-65a344bc9251 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60003761e782430a9c3257c6ef0efb0c", "links": {"self": "http://172.30.9.21:5000/v3/roles/60003761e782430a9c3257c6ef0efb0c"}, "name": "CreateKeypairsTests-0b244380-8d72-441-proj-role"}} 2018-11-19 06:04:31,481 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b984278-ac1c-49dd-8832-65a344bc9251 2018-11-19 06:04:31,481 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-0b244380-8d72-441-proj-role 2018-11-19 06:04:31,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/60003761e782430a9c3257c6ef0efb0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:31,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d62a702-7310-4479-ab39-290f1575ef4e Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/60003761e782430a9c3257c6ef0efb0c"}, "domain_id": null, "name": "CreateKeypairsTests-0b244380-8d72-441-proj-role", "id": "60003761e782430a9c3257c6ef0efb0c"}} 2018-11-19 06:04:31,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/60003761e782430a9c3257c6ef0efb0c used request id req-1d62a702-7310-4479-ab39-290f1575ef4e 2018-11-19 06:04:31,572 - keystone_utils - INFO - Granting role CreateKeypairsTests-0b244380-8d72-441-proj-role to project CreateKeypairsTests-0b244380-8d72-441-proj 2018-11-19 06:04:31,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d6b449027a5042a1bc5301b727fb4b48/users/98bb054a9a0f4cc2a80493a595f56d24/roles/60003761e782430a9c3257c6ef0efb0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:31,693 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a217d29a-59e0-4334-85db-5df1872cdbf8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:31,693 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d6b449027a5042a1bc5301b727fb4b48/users/98bb054a9a0f4cc2a80493a595f56d24/roles/60003761e782430a9c3257c6ef0efb0c used request id req-a217d29a-59e0-4334-85db-5df1872cdbf8 2018-11-19 06:04:31,693 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:31,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:31,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:32,070 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60003761e782430a9c3257c6ef0efb0c", "name": "CreateKeypairsTests-0b244380-8d72-441-proj-role"}], "expires_at": "2018-11-19T07:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6b449027a5042a1bc5301b727fb4b48", "name": "CreateKeypairsTests-0b244380-8d72-441-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-0b244380-8d72-441-user", "id": "98bb054a9a0f4cc2a80493a595f56d24"}, "audit_ids": ["8s18L-OkTIC9Qp8KGbv2MA"], "issued_at": "2018-11-19T06:04:32.000000Z"}} 2018-11-19 06:04:32,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76605a01d9e410d5f5c6b9ca3e968a8d9ee25709" 2018-11-19 06:04:32,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a66adf1-b8ba-44b8-b754-cdf6613d450b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:32,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5a66adf1-b8ba-44b8-b754-cdf6613d450b 2018-11-19 06:04:32,150 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:32,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76605a01d9e410d5f5c6b9ca3e968a8d9ee25709" 2018-11-19 06:04:32,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17224ae7-a2dc-404c-98ed-0dc7b7013760 x-compute-request-id: req-17224ae7-a2dc-404c-98ed-0dc7b7013760 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:04:32,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-17224ae7-a2dc-404c-98ed-0dc7b7013760 2018-11-19 06:04:32,330 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653... 2018-11-19 06:04:32,331 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:04:32,365 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653 2018-11-19 06:04:32,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76605a01d9e410d5f5c6b9ca3e968a8d9ee25709" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC379q5eJyY3KZnR2HuktkWs0p6JFrqP9CDpd/NT0Xgbhh4hqSw4KSIES/tFYpUvWi1PLsozgDGGfH4tQZsyTFZAa2th6HOWnRI3T4IeDn+COrCkMb0oZ6Q+luXGtNmMEWm7YvEj1gELb763AZYGALVc7C08pWaPYUNAa7eJHkyOQ==", "name": "CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653"}}' 2018-11-19 06:04:32,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b0274fb-1970-4ed9-b495-2bb24992e787 x-compute-request-id: req-9b0274fb-1970-4ed9-b495-2bb24992e787 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC379q5eJyY3KZnR2HuktkWs0p6JFrqP9CDpd/NT0Xgbhh4hqSw4KSIES/tFYpUvWi1PLsozgDGGfH4tQZsyTFZAa2th6HOWnRI3T4IeDn+COrCkMb0oZ6Q+luXGtNmMEWm7YvEj1gELb763AZYGALVc7C08pWaPYUNAa7eJHkyOQ==", "user_id": "98bb054a9a0f4cc2a80493a595f56d24", "name": "CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653", "fingerprint": "29:1e:a0:3c:d6:3a:9d:29:81:e7:93:d8:d8:03:79:29"}} 2018-11-19 06:04:32,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-9b0274fb-1970-4ed9-b495-2bb24992e787 2018-11-19 06:04:32,430 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653.pub 2018-11-19 06:04:32,430 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653 2018-11-19 06:04:32,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:32,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60003761e782430a9c3257c6ef0efb0c", "name": "CreateKeypairsTests-0b244380-8d72-441-proj-role"}], "expires_at": "2018-11-19T07:04:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d6b449027a5042a1bc5301b727fb4b48", "name": "CreateKeypairsTests-0b244380-8d72-441-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d6b449027a5042a1bc5301b727fb4b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-0b244380-8d72-441-user", "id": "98bb054a9a0f4cc2a80493a595f56d24"}, "audit_ids": ["l933WMQkSzeDyD7OYhpHdw"], "issued_at": "2018-11-19T06:04:32.000000Z"}} 2018-11-19 06:04:32,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2a61b4487569a6b9d73cfbd70b53ef72bbe26be" 2018-11-19 06:04:33,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eee92b8f-093c-41ce-b38d-d48ffce5a550 x-compute-request-id: req-eee92b8f-093c-41ce-b38d-d48ffce5a550 Content-Encoding: gzip Content-Length: 422 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC379q5eJyY3KZnR2HuktkWs0p6JFrqP9CDpd/NT0Xgbhh4hqSw4KSIES/tFYpUvWi1PLsozgDGGfH4tQZsyTFZAa2th6HOWnRI3T4IeDn+COrCkMb0oZ6Q+luXGtNmMEWm7YvEj1gELb763AZYGALVc7C08pWaPYUNAa7eJHkyOQ==", "user_id": "98bb054a9a0f4cc2a80493a595f56d24", "name": "CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653", "deleted": false, "created_at": "2018-11-19T06:04:32.000000", "updated_at": null, "fingerprint": "29:1e:a0:3c:d6:3a:9d:29:81:e7:93:d8:d8:03:79:29", "deleted_at": null, "id": 74}} 2018-11-19 06:04:33,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653 used request id req-eee92b8f-093c-41ce-b38d-d48ffce5a550 2018-11-19 06:04:33,036 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653 2018-11-19 06:04:33,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76605a01d9e410d5f5c6b9ca3e968a8d9ee25709" 2018-11-19 06:04:33,080 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:04:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fd1c9469-c788-49ec-a8df-832fa998d434 x-compute-request-id: req-fd1c9469-c788-49ec-a8df-832fa998d434 Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:33,080 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653 used request id req-fd1c9469-c788-49ec-a8df-832fa998d434 2018-11-19 06:04:33,081 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653.pub] 2018-11-19 06:04:33,081 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-10d0edf0-f4ea-46cb-9b56-83e24caca653] 2018-11-19 06:04:33,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:33,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2739f047-7f2d-412c-8a69-1f0926899da2 Date: Mon, 19 Nov 2018 06:04:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:33,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2739f047-7f2d-412c-8a69-1f0926899da2 2018-11-19 06:04:33,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:33,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5e12089-2aef-422a-97b2-58e250ec5450 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:33,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-a5e12089-2aef-422a-97b2-58e250ec5450 2018-11-19 06:04:33,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:33,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c2ac02f-174f-49c7-8432-e95c1903522c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:33,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-7c2ac02f-174f-49c7-8432-e95c1903522c 2018-11-19 06:04:33,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:33,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5680e93e-be0e-473a-8578-c9d52876b12a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:33,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-5680e93e-be0e-473a-8578-c9d52876b12a 2018-11-19 06:04:33,593 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-0b244380-8d72-441-proj 2018-11-19 06:04:33,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d6b449027a5042a1bc5301b727fb4b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:33,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d73e4e0-d3fe-4229-8b18-4636cdd21569 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:33,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d6b449027a5042a1bc5301b727fb4b48 used request id req-4d73e4e0-d3fe-4229-8b18-4636cdd21569 2018-11-19 06:04:33,826 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-0b244380-8d72-441-proj-role 2018-11-19 06:04:33,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/60003761e782430a9c3257c6ef0efb0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:33,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fc17fe2-d018-425d-8eab-7fed8d93b7a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:33,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/60003761e782430a9c3257c6ef0efb0c used request id req-9fc17fe2-d018-425d-8eab-7fed8d93b7a1 2018-11-19 06:04:33,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c6d62d511b558cabc5fcbb2e84a9f65e5efced9" 2018-11-19 06:04:34,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c422c74-b546-4ef6-a6cd-0005fa04ae62 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:34,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4c422c74-b546-4ef6-a6cd-0005fa04ae62 2018-11-19 06:04:34,024 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-0b244380-8d72-441-user 2018-11-19 06:04:34,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/98bb054a9a0f4cc2a80493a595f56d24 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8b5670f3edfd0c04663adf4343cbed8b528a6ff" 2018-11-19 06:04:34,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52efa29f-8ca4-420b-baa3-d6b9706f311d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:34,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/98bb054a9a0f4cc2a80493a595f56d24 used request id req-52efa29f-8ca4-420b-baa3-d6b9706f311d 2018-11-19 06:04:34,200 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:34,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xWJQBZQFQk-hDEb15WbnsQ"], "issued_at": "2018-11-19T06:04:34.000000Z"}} 2018-11-19 06:04:34,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8fd2aec2f20f17d64cc78a94777e5baa3d565c7" 2018-11-19 06:04:34,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62ab8530-bc79-41eb-b108-71061da7b0ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:34,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62ab8530-bc79-41eb-b108-71061da7b0ee 2018-11-19 06:04:34,669 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:34,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:35,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xL_cAZUtSuiLaVP61bfADA"], "issued_at": "2018-11-19T06:04:35.000000Z"}} 2018-11-19 06:04:35,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:35,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19389272-c937-4960-b934-c1b21cad60fa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:35,150 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-19389272-c937-4960-b934-c1b21cad60fa 2018-11-19 06:04:35,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:35,160 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:35,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1abdd730-c964-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:35,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82e6e0ef-be22-4828-87df-1933a048b650 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1abdd730-c964-4ca-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:35,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsTests-1abdd730-c964-4ca-proj used request id req-82e6e0ef-be22-4828-87df-1933a048b650 2018-11-19 06:04:35,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:35,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-618ea973-bee1-4fdc-b043-3f0068cc1ea4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:35,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-618ea973-bee1-4fdc-b043-3f0068cc1ea4 2018-11-19 06:04:35,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj"}}' 2018-11-19 06:04:35,445 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9465558-0b05-41a1-b8cc-4734bb206e73 Content-Length: 304 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/161cd0f2d4054b5490541fad9345e6d8"}, "enabled": true, "id": "161cd0f2d4054b5490541fad9345e6d8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj"}} 2018-11-19 06:04:35,445 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b9465558-0b05-41a1-b8cc-4734bb206e73 2018-11-19 06:04:35,445 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-1abdd730-c964-4ca-proj 2018-11-19 06:04:35,445 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:35,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:35,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["m6lO_qsmQ5CEraShE8OzrA"], "issued_at": "2018-11-19T06:04:35.000000Z"}} 2018-11-19 06:04:35,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06be53d5db93ecc613e9d5c8f95a6fa9ee0e22e6" 2018-11-19 06:04:35,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b84ad30e-4187-4850-8d70-6f6eb0827c66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:35,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b84ad30e-4187-4850-8d70-6f6eb0827c66 2018-11-19 06:04:35,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:35,925 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:35,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06be53d5db93ecc613e9d5c8f95a6fa9ee0e22e6" 2018-11-19 06:04:36,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8dab428-1e76-46eb-9e32-4096e7f836f1 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:04:36,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e8dab428-1e76-46eb-9e32-4096e7f836f1 2018-11-19 06:04:36,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-1abdd730-c964-4ca-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06be53d5db93ecc613e9d5c8f95a6fa9ee0e22e6" 2018-11-19 06:04:36,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a481210e-f722-4c4b-b372-466171e46a7c Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-1abdd730-c964-4ca-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/161cd0f2d4054b5490541fad9345e6d8"}, "enabled": true, "id": "161cd0f2d4054b5490541fad9345e6d8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj"}]} 2018-11-19 06:04:36,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsTests-1abdd730-c964-4ca-proj used request id req-a481210e-f722-4c4b-b372-466171e46a7c 2018-11-19 06:04:36,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06be53d5db93ecc613e9d5c8f95a6fa9ee0e22e6" 2018-11-19 06:04:36,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fde63256-46ee-4e18-8250-775d23a99b01 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:36,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fde63256-46ee-4e18-8250-775d23a99b01 2018-11-19 06:04:36,576 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-1abdd730-c964-4ca-user 2018-11-19 06:04:36,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:36,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:36,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f95e53-ebc9-4af9-a71b-f2b334327bd8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:36,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-21f95e53-ebc9-4af9-a71b-f2b334327bd8 2018-11-19 06:04:36,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" -d '{"role": {"name": "CreateKeypairsTests-1abdd730-c964-4ca-proj-role"}}' 2018-11-19 06:04:36,767 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6256c49-86dd-49d5-a728-ad1f7efb5a46 Content-Length: 218 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "acb0d8cce91948c68bbb82bdd86e13e3", "links": {"self": "http://172.30.9.21:5000/v3/roles/acb0d8cce91948c68bbb82bdd86e13e3"}, "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj-role"}} 2018-11-19 06:04:36,768 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a6256c49-86dd-49d5-a728-ad1f7efb5a46 2018-11-19 06:04:36,768 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-1abdd730-c964-4ca-proj-role 2018-11-19 06:04:36,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/acb0d8cce91948c68bbb82bdd86e13e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:36,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de11341c-6578-4156-9b0c-0f6457169d14 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/acb0d8cce91948c68bbb82bdd86e13e3"}, "domain_id": null, "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj-role", "id": "acb0d8cce91948c68bbb82bdd86e13e3"}} 2018-11-19 06:04:36,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/acb0d8cce91948c68bbb82bdd86e13e3 used request id req-de11341c-6578-4156-9b0c-0f6457169d14 2018-11-19 06:04:36,789 - keystone_utils - INFO - Granting role CreateKeypairsTests-1abdd730-c964-4ca-proj-role to project CreateKeypairsTests-1abdd730-c964-4ca-proj 2018-11-19 06:04:36,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/161cd0f2d4054b5490541fad9345e6d8/users/cc0f65406a9743198e949d04c6049d6a/roles/acb0d8cce91948c68bbb82bdd86e13e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:36,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-529342b3-1c1e-4b50-a82f-6c15d4bdb222 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:36,921 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/161cd0f2d4054b5490541fad9345e6d8/users/cc0f65406a9743198e949d04c6049d6a/roles/acb0d8cce91948c68bbb82bdd86e13e3 used request id req-529342b3-1c1e-4b50-a82f-6c15d4bdb222 2018-11-19 06:04:36,921 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:36,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:36,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:37,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acb0d8cce91948c68bbb82bdd86e13e3", "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj-role"}], "expires_at": "2018-11-19T07:04:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "161cd0f2d4054b5490541fad9345e6d8", "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1abdd730-c964-4ca-user", "id": "cc0f65406a9743198e949d04c6049d6a"}, "audit_ids": ["jiFKSTIhSm-dMhVlJqXxnA"], "issued_at": "2018-11-19T06:04:37.000000Z"}} 2018-11-19 06:04:37,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d05bc18e6dd46ec4c57b287b275a83bc55ba6e09" 2018-11-19 06:04:37,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f49dc1fa-5930-4e86-bacc-b6b59e3c9214 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:37,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f49dc1fa-5930-4e86-bacc-b6b59e3c9214 2018-11-19 06:04:37,373 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:37,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d05bc18e6dd46ec4c57b287b275a83bc55ba6e09" 2018-11-19 06:04:37,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c917c9d-5773-4a80-81d7-a2b0127cdc5e x-compute-request-id: req-2c917c9d-5773-4a80-81d7-a2b0127cdc5e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:04:37,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2c917c9d-5773-4a80-81d7-a2b0127cdc5e 2018-11-19 06:04:37,536 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9... 2018-11-19 06:04:37,536 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:04:37,589 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9 2018-11-19 06:04:37,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d05bc18e6dd46ec4c57b287b275a83bc55ba6e09" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUEkxy7QIpIZTBHrn+zhlvAYdEzB0ZGv57wWBHdluH0LroQq6YMiysJtF8r6hSf0A8davmaCz6jTs8swZdnQT13qBmqs+o1IDJk/r1H+TpHhbMObA9I792LvklxuFz8dlfFBYUi9bAOaiEe5zgdIcWSi+DHWPmYndk8n0oNB67sQ==", "name": "CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9"}}' 2018-11-19 06:04:37,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efca7788-3c2f-40de-aabf-b1978e72194b x-compute-request-id: req-efca7788-3c2f-40de-aabf-b1978e72194b Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUEkxy7QIpIZTBHrn+zhlvAYdEzB0ZGv57wWBHdluH0LroQq6YMiysJtF8r6hSf0A8davmaCz6jTs8swZdnQT13qBmqs+o1IDJk/r1H+TpHhbMObA9I792LvklxuFz8dlfFBYUi9bAOaiEe5zgdIcWSi+DHWPmYndk8n0oNB67sQ==", "user_id": "cc0f65406a9743198e949d04c6049d6a", "name": "CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9", "fingerprint": "6d:55:8d:16:a6:5b:77:a2:87:0e:ca:9e:93:6b:58:60"}} 2018-11-19 06:04:37,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-efca7788-3c2f-40de-aabf-b1978e72194b 2018-11-19 06:04:37,659 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9.pub 2018-11-19 06:04:37,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:38,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "acb0d8cce91948c68bbb82bdd86e13e3", "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj-role"}], "expires_at": "2018-11-19T07:04:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "161cd0f2d4054b5490541fad9345e6d8", "name": "CreateKeypairsTests-1abdd730-c964-4ca-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/161cd0f2d4054b5490541fad9345e6d8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsTests-1abdd730-c964-4ca-user", "id": "cc0f65406a9743198e949d04c6049d6a"}, "audit_ids": ["hSAvlN8QRwuVwnpEAGsulQ"], "issued_at": "2018-11-19T06:04:38.000000Z"}} 2018-11-19 06:04:38,041 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}05ad71dc1d1b29736b1658308a13ca35708c5d3a" 2018-11-19 06:04:38,214 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21105807-fde6-4ef7-a9a3-32c12bccd5fe x-compute-request-id: req-21105807-fde6-4ef7-a9a3-32c12bccd5fe Content-Encoding: gzip Content-Length: 420 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDUEkxy7QIpIZTBHrn+zhlvAYdEzB0ZGv57wWBHdluH0LroQq6YMiysJtF8r6hSf0A8davmaCz6jTs8swZdnQT13qBmqs+o1IDJk/r1H+TpHhbMObA9I792LvklxuFz8dlfFBYUi9bAOaiEe5zgdIcWSi+DHWPmYndk8n0oNB67sQ==", "user_id": "cc0f65406a9743198e949d04c6049d6a", "name": "CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9", "deleted": false, "created_at": "2018-11-19T06:04:37.000000", "updated_at": null, "fingerprint": "6d:55:8d:16:a6:5b:77:a2:87:0e:ca:9e:93:6b:58:60", "deleted_at": null, "id": 77}} 2018-11-19 06:04:38,214 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9 used request id req-21105807-fde6-4ef7-a9a3-32c12bccd5fe 2018-11-19 06:04:38,214 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9 2018-11-19 06:04:38,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d05bc18e6dd46ec4c57b287b275a83bc55ba6e09" 2018-11-19 06:04:38,247 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:04:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c384281e-c079-4c6b-8c62-fbf4c650988f x-compute-request-id: req-c384281e-c079-4c6b-8c62-fbf4c650988f Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:38,248 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9 used request id req-c384281e-c079-4c6b-8c62-fbf4c650988f 2018-11-19 06:04:38,248 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-a963ebe2-e88d-4b7b-bb68-c9a13edb08b9.pub] 2018-11-19 06:04:38,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:38,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-08154c64-d5a1-4be6-957d-167ba49a17a3 Date: Mon, 19 Nov 2018 06:04:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:38,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-08154c64-d5a1-4be6-957d-167ba49a17a3 2018-11-19 06:04:38,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:38,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3689ae3b-2c2d-4d9d-b4bc-040b5b1d2390 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:38,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-3689ae3b-2c2d-4d9d-b4bc-040b5b1d2390 2018-11-19 06:04:38,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:38,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-171f5629-4b85-4292-89bf-2b1a74117507 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:38,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-171f5629-4b85-4292-89bf-2b1a74117507 2018-11-19 06:04:38,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:38,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-819a5ffe-6c49-4ef8-a4b6-b29262232c47 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:38,879 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-819a5ffe-6c49-4ef8-a4b6-b29262232c47 2018-11-19 06:04:38,880 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-1abdd730-c964-4ca-proj 2018-11-19 06:04:38,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/161cd0f2d4054b5490541fad9345e6d8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:39,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b5931c4-c250-4268-aeab-5acd63ff2c2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:39,076 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/161cd0f2d4054b5490541fad9345e6d8 used request id req-6b5931c4-c250-4268-aeab-5acd63ff2c2b 2018-11-19 06:04:39,076 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-1abdd730-c964-4ca-proj-role 2018-11-19 06:04:39,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/acb0d8cce91948c68bbb82bdd86e13e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:39,193 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57e94b13-390b-49fc-bf85-f3d455109130 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:39,194 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/acb0d8cce91948c68bbb82bdd86e13e3 used request id req-57e94b13-390b-49fc-bf85-f3d455109130 2018-11-19 06:04:39,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735915a0f02dcb5b37e34927755b2877ed35b4e2" 2018-11-19 06:04:39,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-551d3a4a-d01d-4072-b3b9-a6f1e61bd70a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:39,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-551d3a4a-d01d-4072-b3b9-a6f1e61bd70a 2018-11-19 06:04:39,286 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-1abdd730-c964-4ca-user 2018-11-19 06:04:39,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cc0f65406a9743198e949d04c6049d6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06be53d5db93ecc613e9d5c8f95a6fa9ee0e22e6" 2018-11-19 06:04:39,569 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4f45894-306e-4d22-b9d8-e600b66c1e16 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:39,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cc0f65406a9743198e949d04c6049d6a used request id req-a4f45894-306e-4d22-b9d8-e600b66c1e16 2018-11-19 06:04:39,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:39,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["UBIilq_oTz-riwo-XFCq9Q"], "issued_at": "2018-11-19T06:04:39.000000Z"}} 2018-11-19 06:04:39,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4154e51cc61c40f8ffeb905f07c58f8632b370aa" 2018-11-19 06:04:40,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b9fdfdb-cf17-4f6f-9722-dc4eab6b080d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:40,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5b9fdfdb-cf17-4f6f-9722-dc4eab6b080d 2018-11-19 06:04:40,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:40,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:40,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["_qkw7wXySeaAzNWDJrDybQ"], "issued_at": "2018-11-19T06:04:40.000000Z"}} 2018-11-19 06:04:40,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:40,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-211dd870-6171-49c4-86d0-b4dbbb064f8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:40,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-211dd870-6171-49c4-86d0-b4dbbb064f8d 2018-11-19 06:04:40,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:40,519 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:40,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a174484a-616f-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:40,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-846c4021-465b-44a4-9ffc-55a39e692f8f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a174484a-616f-41b-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:40,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-a174484a-616f-41b-proj used request id req-846c4021-465b-44a4-9ffc-55a39e692f8f 2018-11-19 06:04:40,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:40,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2f90e1a-90f5-4038-988a-c84074bd8e60 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:40,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f2f90e1a-90f5-4038-988a-c84074bd8e60 2018-11-19 06:04:40,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj"}}' 2018-11-19 06:04:40,816 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55007283-ec80-40a6-8146-91590c165510 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d4fe4f928d3842a3beefd62cf59830f0"}, "enabled": true, "id": "d4fe4f928d3842a3beefd62cf59830f0", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj"}} 2018-11-19 06:04:40,816 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-55007283-ec80-40a6-8146-91590c165510 2018-11-19 06:04:40,817 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-a174484a-616f-41b-proj 2018-11-19 06:04:40,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:40,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:41,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["YBTU-G_yQpyBz2kvRAbF8A"], "issued_at": "2018-11-19T06:04:41.000000Z"}} 2018-11-19 06:04:41,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386785aeb2369429547a5df40d85c327de074f75" 2018-11-19 06:04:41,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a4a15b-ba68-4782-a83c-2edaaec6e411 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:41,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-98a4a15b-ba68-4782-a83c-2edaaec6e411 2018-11-19 06:04:41,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:41,218 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:41,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386785aeb2369429547a5df40d85c327de074f75" 2018-11-19 06:04:41,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-151d47f3-fe51-4591-934b-2da7eff31abb Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:04:41,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-151d47f3-fe51-4591-934b-2da7eff31abb 2018-11-19 06:04:41,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-a174484a-616f-41b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386785aeb2369429547a5df40d85c327de074f75" 2018-11-19 06:04:41,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2056a8b4-1f14-4ea7-9917-cd4dc9ca079d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-a174484a-616f-41b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d4fe4f928d3842a3beefd62cf59830f0"}, "enabled": true, "id": "d4fe4f928d3842a3beefd62cf59830f0", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj"}]} 2018-11-19 06:04:41,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-a174484a-616f-41b-proj used request id req-2056a8b4-1f14-4ea7-9917-cd4dc9ca079d 2018-11-19 06:04:41,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386785aeb2369429547a5df40d85c327de074f75" 2018-11-19 06:04:41,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6275f56a-42d3-4ae7-ae9e-363d4b99b176 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:41,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6275f56a-42d3-4ae7-ae9e-363d4b99b176 2018-11-19 06:04:41,804 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-a174484a-616f-41b-user 2018-11-19 06:04:41,804 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:41,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:41,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def8eada-392c-4d3c-a16a-06c01e0483b0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:41,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-def8eada-392c-4d3c-a16a-06c01e0483b0 2018-11-19 06:04:41,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" -d '{"role": {"name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj-role"}}' 2018-11-19 06:04:42,026 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-892e5494-1996-4a04-bf4e-056f774790b6 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d87108ec9fb64d6695c07c470853db06", "links": {"self": "http://172.30.9.21:5000/v3/roles/d87108ec9fb64d6695c07c470853db06"}, "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj-role"}} 2018-11-19 06:04:42,026 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-892e5494-1996-4a04-bf4e-056f774790b6 2018-11-19 06:04:42,027 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-a174484a-616f-41b-proj-role 2018-11-19 06:04:42,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d87108ec9fb64d6695c07c470853db06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:42,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c189a6a-ac18-48cc-a54d-27749f07576f Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d87108ec9fb64d6695c07c470853db06"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj-role", "id": "d87108ec9fb64d6695c07c470853db06"}} 2018-11-19 06:04:42,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d87108ec9fb64d6695c07c470853db06 used request id req-2c189a6a-ac18-48cc-a54d-27749f07576f 2018-11-19 06:04:42,109 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-a174484a-616f-41b-proj-role to project CreateKeypairsCleanupTests-a174484a-616f-41b-proj 2018-11-19 06:04:42,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d4fe4f928d3842a3beefd62cf59830f0/users/2d41313243eb4614afca9c9e8ac9ddc6/roles/d87108ec9fb64d6695c07c470853db06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:42,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8261259-69c6-4fec-b30c-3ebc1939ba6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:42,244 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d4fe4f928d3842a3beefd62cf59830f0/users/2d41313243eb4614afca9c9e8ac9ddc6/roles/d87108ec9fb64d6695c07c470853db06 used request id req-a8261259-69c6-4fec-b30c-3ebc1939ba6f 2018-11-19 06:04:42,244 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:42,377 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed.pub 2018-11-19 06:04:42,378 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed 2018-11-19 06:04:42,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:42,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:42,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d87108ec9fb64d6695c07c470853db06", "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj-role"}], "expires_at": "2018-11-19T07:04:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4fe4f928d3842a3beefd62cf59830f0", "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d4fe4f928d3842a3beefd62cf59830f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d4fe4f928d3842a3beefd62cf59830f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d4fe4f928d3842a3beefd62cf59830f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d4fe4f928d3842a3beefd62cf59830f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d4fe4f928d3842a3beefd62cf59830f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d4fe4f928d3842a3beefd62cf59830f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d4fe4f928d3842a3beefd62cf59830f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d4fe4f928d3842a3beefd62cf59830f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d4fe4f928d3842a3beefd62cf59830f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d4fe4f928d3842a3beefd62cf59830f0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d4fe4f928d3842a3beefd62cf59830f0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d4fe4f928d3842a3beefd62cf59830f0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-a174484a-616f-41b-user", "id": "2d41313243eb4614afca9c9e8ac9ddc6"}, "audit_ids": ["fkGKHSakSCKWheNvPyZHUw"], "issued_at": "2018-11-19T06:04:42.000000Z"}} 2018-11-19 06:04:42,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e58057d6a3e394f178623526142b0a5ba9b1e20d" 2018-11-19 06:04:42,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ae6314-3cf3-4057-baa5-a74a24ed8809 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:42,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-55ae6314-3cf3-4057-baa5-a74a24ed8809 2018-11-19 06:04:42,834 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:42,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e58057d6a3e394f178623526142b0a5ba9b1e20d" 2018-11-19 06:04:43,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-15264ed7-4982-4458-a57c-4ac0f6c1924a x-compute-request-id: req-15264ed7-4982-4458-a57c-4ac0f6c1924a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:04:43,381 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-15264ed7-4982-4458-a57c-4ac0f6c1924a 2018-11-19 06:04:43,382 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed... 2018-11-19 06:04:43,382 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-19 06:04:43,382 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed.pub 2018-11-19 06:04:43,382 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed 2018-11-19 06:04:43,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e58057d6a3e394f178623526142b0a5ba9b1e20d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPq4FxLY6D3juBkqCr5vy4PzpDMOKbVKRtu2nY+bi915EVeDdV4pIY4pJpBiIEKs6ykfA+Ez3MdiVfBDMpSHRapsNIwNY1xuK/lzi4tRpeFAEDNqmBlT9Ip4fKPtQkhMFtdJnaeMVq5CqqBE/1eyND9skfpivr9OGZ/rElXWStlvSlGUjVIn8MDhhelYGiK5d1GmUF4byTonyJ3UbkdfeJ6zNxcJKRTq3Ss2n2vcJOpTdgrfKWazkl55BNAs/sST9AIgbd9MQHDkGUpyUCYo90B/uoDxVHSNvYZ8aMeC31rAYlyg/rTrOU/mqOignpXk8bH5KqyY9uc1sL3pq6IJLV", "name": "CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed"}}' 2018-11-19 06:04:43,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-5247e035-0dc1-4296-bcb4-aa7d65fc8cb2 x-compute-request-id: req-5247e035-0dc1-4296-bcb4-aa7d65fc8cb2 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPq4FxLY6D3juBkqCr5vy4PzpDMOKbVKRtu2nY+bi915EVeDdV4pIY4pJpBiIEKs6ykfA+Ez3MdiVfBDMpSHRapsNIwNY1xuK/lzi4tRpeFAEDNqmBlT9Ip4fKPtQkhMFtdJnaeMVq5CqqBE/1eyND9skfpivr9OGZ/rElXWStlvSlGUjVIn8MDhhelYGiK5d1GmUF4byTonyJ3UbkdfeJ6zNxcJKRTq3Ss2n2vcJOpTdgrfKWazkl55BNAs/sST9AIgbd9MQHDkGUpyUCYo90B/uoDxVHSNvYZ8aMeC31rAYlyg/rTrOU/mqOignpXk8bH5KqyY9uc1sL3pq6IJLV", "user_id": "2d41313243eb4614afca9c9e8ac9ddc6", "name": "CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed", "fingerprint": "68:5b:db:a4:b6:c3:3c:3d:f0:f7:08:54:dd:df:e2:ba"}} 2018-11-19 06:04:43,445 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5247e035-0dc1-4296-bcb4-aa7d65fc8cb2 2018-11-19 06:04:43,446 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed 2018-11-19 06:04:43,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e58057d6a3e394f178623526142b0a5ba9b1e20d" 2018-11-19 06:04:43,474 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:04:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5f2464e8-cff1-43c3-aecb-b9ddba05822d x-compute-request-id: req-5f2464e8-cff1-43c3-aecb-b9ddba05822d Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:43,474 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed used request id req-5f2464e8-cff1-43c3-aecb-b9ddba05822d 2018-11-19 06:04:43,475 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed.pub] 2018-11-19 06:04:43,475 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-9cdaa029-57e4-4af8-b3be-de17709f4bed] 2018-11-19 06:04:43,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:43,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-c6a8dad0-754d-4cdf-b084-733e0b9e6369 Date: Mon, 19 Nov 2018 06:04:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:43,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c6a8dad0-754d-4cdf-b084-733e0b9e6369 2018-11-19 06:04:43,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:43,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bf14de2-cfc1-424b-8a62-55ce6fc6a30a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:43,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-5bf14de2-cfc1-424b-8a62-55ce6fc6a30a 2018-11-19 06:04:43,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:43,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca44919-62ff-4864-bc55-bdc9a38f3054 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:43,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-cca44919-62ff-4864-bc55-bdc9a38f3054 2018-11-19 06:04:43,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:43,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f1cec6b-0145-4fb6-8e42-7b7e1a63bc79 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:43,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-6f1cec6b-0145-4fb6-8e42-7b7e1a63bc79 2018-11-19 06:04:43,970 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-a174484a-616f-41b-proj 2018-11-19 06:04:43,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d4fe4f928d3842a3beefd62cf59830f0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:44,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-091ec796-830b-48fb-bb41-159063872ce8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:44,202 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d4fe4f928d3842a3beefd62cf59830f0 used request id req-091ec796-830b-48fb-bb41-159063872ce8 2018-11-19 06:04:44,202 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-a174484a-616f-41b-proj-role 2018-11-19 06:04:44,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d87108ec9fb64d6695c07c470853db06 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:44,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf6fab65-3346-43b9-98b5-602db8685da3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:44,331 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d87108ec9fb64d6695c07c470853db06 used request id req-bf6fab65-3346-43b9-98b5-602db8685da3 2018-11-19 06:04:44,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb44fea4d8fbabc4c9750355b2dd0694d4018b19" 2018-11-19 06:04:44,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c0547cf-43ba-4864-9df2-1c187dd0a94a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:44,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c0547cf-43ba-4864-9df2-1c187dd0a94a 2018-11-19 06:04:44,413 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-a174484a-616f-41b-user 2018-11-19 06:04:44,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2d41313243eb4614afca9c9e8ac9ddc6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}386785aeb2369429547a5df40d85c327de074f75" 2018-11-19 06:04:44,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5c93217-90c1-4260-826f-d0292bd7ac9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:44,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2d41313243eb4614afca9c9e8ac9ddc6 used request id req-a5c93217-90c1-4260-826f-d0292bd7ac9b 2018-11-19 06:04:44,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:45,000 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xVJfrgSPQWymbs41jCMWSg"], "issued_at": "2018-11-19T06:04:44.000000Z"}} 2018-11-19 06:04:45,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}74bde0e9f481b4bd5ea98cee6d283564d07c571d" 2018-11-19 06:04:45,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed9663c-6288-4efe-b7db-da01a485550d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:45,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7ed9663c-6288-4efe-b7db-da01a485550d 2018-11-19 06:04:45,078 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:45,079 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:45,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["e5sRgFjEREqd9dQTrkKaog"], "issued_at": "2018-11-19T06:04:45.000000Z"}} 2018-11-19 06:04:45,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:45,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fe437b-44e0-4cf5-9f10-38eb53ae7ade Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:45,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f0fe437b-44e0-4cf5-9f10-38eb53ae7ade 2018-11-19 06:04:45,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:45,589 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:45,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:45,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c793735-16ee-4b77-9694-8b59c20e9299 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:45,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj used request id req-2c793735-16ee-4b77-9694-8b59c20e9299 2018-11-19 06:04:45,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:45,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68b9384-9b79-40f4-82d2-db0192cc4905 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:45,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a68b9384-9b79-40f4-82d2-db0192cc4905 2018-11-19 06:04:45,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj"}}' 2018-11-19 06:04:45,882 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44cb4c83-411e-476f-a78a-c982d92f88e4 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea67a8eed4e749ac9ce22a47084ec08d"}, "enabled": true, "id": "ea67a8eed4e749ac9ce22a47084ec08d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj"}} 2018-11-19 06:04:45,882 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-44cb4c83-411e-476f-a78a-c982d92f88e4 2018-11-19 06:04:45,882 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj 2018-11-19 06:04:45,882 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:45,883 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:46,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["59zAC2gqRricSIsuO0bORw"], "issued_at": "2018-11-19T06:04:46.000000Z"}} 2018-11-19 06:04:46,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f0b9a0eedbca9db7ed5800c0a7d976aafdd301f" 2018-11-19 06:04:46,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd903bc4-c1de-47dc-9427-4e3a8813d20c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:46,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dd903bc4-c1de-47dc-9427-4e3a8813d20c 2018-11-19 06:04:46,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:46,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:46,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f0b9a0eedbca9db7ed5800c0a7d976aafdd301f" 2018-11-19 06:04:46,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ae4de4-3e0e-4c11-ac90-25b72efa9bc9 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:04:46,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-68ae4de4-3e0e-4c11-ac90-25b72efa9bc9 2018-11-19 06:04:46,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f0b9a0eedbca9db7ed5800c0a7d976aafdd301f" 2018-11-19 06:04:46,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b37aa1f-04fa-414d-a923-4ae66ff68e8d Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ea67a8eed4e749ac9ce22a47084ec08d"}, "enabled": true, "id": "ea67a8eed4e749ac9ce22a47084ec08d", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj"}]} 2018-11-19 06:04:46,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj used request id req-2b37aa1f-04fa-414d-a923-4ae66ff68e8d 2018-11-19 06:04:46,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f0b9a0eedbca9db7ed5800c0a7d976aafdd301f" 2018-11-19 06:04:46,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2751e462-c89f-41ac-92e0-3d37d153fcbf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:46,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2751e462-c89f-41ac-92e0-3d37d153fcbf 2018-11-19 06:04:47,043 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-user 2018-11-19 06:04:47,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:47,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:47,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f20a067e-52df-436e-b6bb-505e52d75e25 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:47,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f20a067e-52df-436e-b6bb-505e52d75e25 2018-11-19 06:04:47,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" -d '{"role": {"name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj-role"}}' 2018-11-19 06:04:47,271 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43c6b9b0-0353-418d-96e1-1aa9ac40cd06 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "72de5a7e08ee485e9949511e6d0748ff", "links": {"self": "http://172.30.9.21:5000/v3/roles/72de5a7e08ee485e9949511e6d0748ff"}, "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj-role"}} 2018-11-19 06:04:47,271 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-43c6b9b0-0353-418d-96e1-1aa9ac40cd06 2018-11-19 06:04:47,272 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj-role 2018-11-19 06:04:47,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/72de5a7e08ee485e9949511e6d0748ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:47,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549f9299-d9db-42b6-ae88-7579284d4caa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/72de5a7e08ee485e9949511e6d0748ff"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj-role", "id": "72de5a7e08ee485e9949511e6d0748ff"}} 2018-11-19 06:04:47,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/72de5a7e08ee485e9949511e6d0748ff used request id req-549f9299-d9db-42b6-ae88-7579284d4caa 2018-11-19 06:04:47,364 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj-role to project CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj 2018-11-19 06:04:47,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ea67a8eed4e749ac9ce22a47084ec08d/users/afe03a273de04fb2b9c16679486473b4/roles/72de5a7e08ee485e9949511e6d0748ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:47,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fe51bbb-583c-411b-a302-dbcf5da42061 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:47,424 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ea67a8eed4e749ac9ce22a47084ec08d/users/afe03a273de04fb2b9c16679486473b4/roles/72de5a7e08ee485e9949511e6d0748ff used request id req-7fe51bbb-583c-411b-a302-dbcf5da42061 2018-11-19 06:04:47,424 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:47,718 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899.pub 2018-11-19 06:04:47,719 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899 2018-11-19 06:04:47,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:47,719 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:48,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72de5a7e08ee485e9949511e6d0748ff", "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj-role"}], "expires_at": "2018-11-19T07:04:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea67a8eed4e749ac9ce22a47084ec08d", "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/ea67a8eed4e749ac9ce22a47084ec08d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-user", "id": "afe03a273de04fb2b9c16679486473b4"}, "audit_ids": ["oPwlhKZPRlCDl-W9JNY74A"], "issued_at": "2018-11-19T06:04:48.000000Z"}} 2018-11-19 06:04:48,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2352e030db9555586fbff387d630b21b92a8547a" 2018-11-19 06:04:48,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f05fff-dbad-48f7-97f4-f5ef965bf948 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:48,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-52f05fff-dbad-48f7-97f4-f5ef965bf948 2018-11-19 06:04:48,167 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:48,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2352e030db9555586fbff387d630b21b92a8547a" 2018-11-19 06:04:48,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-66bff1e7-af85-42f3-a859-818107f047dc x-compute-request-id: req-66bff1e7-af85-42f3-a859-818107f047dc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:04:48,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-66bff1e7-af85-42f3-a859-818107f047dc 2018-11-19 06:04:48,336 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899... 2018-11-19 06:04:48,336 - OpenStackKeypair - INFO - Uploading existing keypair 2018-11-19 06:04:48,337 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899.pub 2018-11-19 06:04:48,337 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899 2018-11-19 06:04:48,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2352e030db9555586fbff387d630b21b92a8547a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcygczjNVici+9GllUAA4TwNsymhYo2EEB8AXybN4AHhcLB7XhXmT1uso5QFDBR/RKLdSqXeTiDmaMSAGtDjN+NwO/qkjodX8huqonO4sdQYgQPx10AF5im9ovHi23fBmHwboeEiP7Rua9PQ7QzOE1iiqqa/hpbmTXazu5lT77AQT/Tcf4ICcYk3kX7/uiVNxbu2GLkMMJFrkYWbyrqer1ZkBZHIWb0kKPrPS3lCR2tXj1/uwnM3jNvhKiKM/ijecY0ceV3Orzx2jjztCXHvCP16HGLU9YOXvTsw6m4e/VBxuhFpAPAKoxIhsLGwDXznzQbV0FSgrAW9VpItjIY+Af", "name": "CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899"}}' 2018-11-19 06:04:48,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39724c44-9cb5-414a-b375-c22fc7ff1a46 x-compute-request-id: req-39724c44-9cb5-414a-b375-c22fc7ff1a46 Content-Encoding: gzip Content-Length: 502 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDcygczjNVici+9GllUAA4TwNsymhYo2EEB8AXybN4AHhcLB7XhXmT1uso5QFDBR/RKLdSqXeTiDmaMSAGtDjN+NwO/qkjodX8huqonO4sdQYgQPx10AF5im9ovHi23fBmHwboeEiP7Rua9PQ7QzOE1iiqqa/hpbmTXazu5lT77AQT/Tcf4ICcYk3kX7/uiVNxbu2GLkMMJFrkYWbyrqer1ZkBZHIWb0kKPrPS3lCR2tXj1/uwnM3jNvhKiKM/ijecY0ceV3Orzx2jjztCXHvCP16HGLU9YOXvTsw6m4e/VBxuhFpAPAKoxIhsLGwDXznzQbV0FSgrAW9VpItjIY+Af", "user_id": "afe03a273de04fb2b9c16679486473b4", "name": "CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899", "fingerprint": "38:6d:98:7f:dd:77:07:34:4c:80:70:05:b7:ab:0e:34"}} 2018-11-19 06:04:48,391 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-39724c44-9cb5-414a-b375-c22fc7ff1a46 2018-11-19 06:04:48,392 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899 2018-11-19 06:04:48,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2352e030db9555586fbff387d630b21b92a8547a" 2018-11-19 06:04:48,426 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-c6cbf521-0739-4bfc-af96-34e07fe2ecea x-compute-request-id: req-c6cbf521-0739-4bfc-af96-34e07fe2ecea Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:48,427 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-ece2313c-5ab4-4021-bfa4-8345b6f30899 used request id req-c6cbf521-0739-4bfc-af96-34e07fe2ecea 2018-11-19 06:04:48,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:48,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5a9a9bd8-1bee-433c-84f6-a361869a62f0 Date: Mon, 19 Nov 2018 06:04:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:48,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5a9a9bd8-1bee-433c-84f6-a361869a62f0 2018-11-19 06:04:48,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:48,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5366e44-1cae-4ddb-8721-a1183ed41ae8 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:48,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-c5366e44-1cae-4ddb-8721-a1183ed41ae8 2018-11-19 06:04:48,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:48,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8524aea-29ce-46e9-9024-2856a39fafd5 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:48,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-c8524aea-29ce-46e9-9024-2856a39fafd5 2018-11-19 06:04:48,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:48,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb7d10e1-0dcb-455c-a1ad-3d009a85ca18 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:48,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-bb7d10e1-0dcb-455c-a1ad-3d009a85ca18 2018-11-19 06:04:48,922 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj 2018-11-19 06:04:48,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ea67a8eed4e749ac9ce22a47084ec08d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:49,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3c2dd00-7296-4311-b956-b6369aded33e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:49,142 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ea67a8eed4e749ac9ce22a47084ec08d used request id req-b3c2dd00-7296-4311-b956-b6369aded33e 2018-11-19 06:04:49,142 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-proj-role 2018-11-19 06:04:49,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/72de5a7e08ee485e9949511e6d0748ff -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:49,265 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76ad01db-3d0e-4386-9ba9-53a5102879f1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:49,266 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/72de5a7e08ee485e9949511e6d0748ff used request id req-76ad01db-3d0e-4386-9ba9-53a5102879f1 2018-11-19 06:04:49,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3de9916d8a94b36f933f832fa60adccd59a9195d" 2018-11-19 06:04:49,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80227539-a692-4680-9b20-4e27a88924f4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:49,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-80227539-a692-4680-9b20-4e27a88924f4 2018-11-19 06:04:49,359 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-cd23f5f2-b2aa-4ee-user 2018-11-19 06:04:49,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/afe03a273de04fb2b9c16679486473b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f0b9a0eedbca9db7ed5800c0a7d976aafdd301f" 2018-11-19 06:04:49,540 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1bef1fdb-519f-4d17-887e-623e77b03e8a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:49,540 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/afe03a273de04fb2b9c16679486473b4 used request id req-1bef1fdb-519f-4d17-887e-623e77b03e8a 2018-11-19 06:04:49,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:49,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mIyXLxNbRK2zfCxVp29NHw"], "issued_at": "2018-11-19T06:04:49.000000Z"}} 2018-11-19 06:04:49,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1357d4bf2dbc5e9325d6c69462e157ae839a6b77" 2018-11-19 06:04:49,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-197e1db2-095e-4772-bf84-f55ec207c297 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:49,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-197e1db2-095e-4772-bf84-f55ec207c297 2018-11-19 06:04:49,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:49,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:50,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["qVKb6j0-R2uDreJm-HI5eA"], "issued_at": "2018-11-19T06:04:50.000000Z"}} 2018-11-19 06:04:50,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:50,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbc1a793-9b19-4f7b-a18b-64ae68fdf111 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:50,404 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cbc1a793-9b19-4f7b-a18b-64ae68fdf111 2018-11-19 06:04:50,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:50,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:50,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc369717-0931-46c8-894d-e30ac986f155 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:50,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj used request id req-fc369717-0931-46c8-894d-e30ac986f155 2018-11-19 06:04:50,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:50,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aacd9469-1dff-4517-9367-67c7dd2d5f2d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:50,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-aacd9469-1dff-4517-9367-67c7dd2d5f2d 2018-11-19 06:04:50,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj"}}' 2018-11-19 06:04:50,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea49c656-1234-4767-91de-23b143711932 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f25089a500984378a2a2f3a094368395"}, "enabled": true, "id": "f25089a500984378a2a2f3a094368395", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj"}} 2018-11-19 06:04:50,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ea49c656-1234-4767-91de-23b143711932 2018-11-19 06:04:50,721 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj 2018-11-19 06:04:50,721 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:50,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:51,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dkYgjO69QDO9wqGPlg9hKQ"], "issued_at": "2018-11-19T06:04:51.000000Z"}} 2018-11-19 06:04:51,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed99872c12f091b9b090ea97cfbc62a89deb57f0" 2018-11-19 06:04:51,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71f0a66-28c2-46ec-8c12-15d4f9e9c77f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:51,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e71f0a66-28c2-46ec-8c12-15d4f9e9c77f 2018-11-19 06:04:51,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:51,197 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:51,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed99872c12f091b9b090ea97cfbc62a89deb57f0" 2018-11-19 06:04:51,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-331faf61-7a3e-4db0-a01f-c9ee5fb3e166 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:04:51,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-331faf61-7a3e-4db0-a01f-c9ee5fb3e166 2018-11-19 06:04:51,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed99872c12f091b9b090ea97cfbc62a89deb57f0" 2018-11-19 06:04:51,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536ae190-217b-4c76-b96c-3a4cb3f01aef Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f25089a500984378a2a2f3a094368395"}, "enabled": true, "id": "f25089a500984378a2a2f3a094368395", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj"}]} 2018-11-19 06:04:51,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj used request id req-536ae190-217b-4c76-b96c-3a4cb3f01aef 2018-11-19 06:04:51,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed99872c12f091b9b090ea97cfbc62a89deb57f0" 2018-11-19 06:04:51,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b1a2e84-4822-4b0f-bb9f-2a27d709a353 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:51,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9b1a2e84-4822-4b0f-bb9f-2a27d709a353 2018-11-19 06:04:51,852 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-e838de16-66ce-4eb-user 2018-11-19 06:04:51,853 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:51,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:51,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e1ba5b-1113-41ac-9870-8023d2cc78c3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:51,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b2e1ba5b-1113-41ac-9870-8023d2cc78c3 2018-11-19 06:04:51,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" -d '{"role": {"name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj-role"}}' 2018-11-19 06:04:52,085 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-104fd17d-564a-451c-829d-70e6bb194d20 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "683285bc88964815a1b89d7ffd894295", "links": {"self": "http://172.30.9.21:5000/v3/roles/683285bc88964815a1b89d7ffd894295"}, "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj-role"}} 2018-11-19 06:04:52,086 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-104fd17d-564a-451c-829d-70e6bb194d20 2018-11-19 06:04:52,086 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj-role 2018-11-19 06:04:52,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/683285bc88964815a1b89d7ffd894295 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:52,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1647abbd-6f5c-43bb-bc35-9016a82d7255 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/683285bc88964815a1b89d7ffd894295"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj-role", "id": "683285bc88964815a1b89d7ffd894295"}} 2018-11-19 06:04:52,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/683285bc88964815a1b89d7ffd894295 used request id req-1647abbd-6f5c-43bb-bc35-9016a82d7255 2018-11-19 06:04:52,179 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj-role to project CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj 2018-11-19 06:04:52,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f25089a500984378a2a2f3a094368395/users/0373fa5b94bb4960af8eeb5f59f8f04a/roles/683285bc88964815a1b89d7ffd894295 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:52,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b2c4a1b-70ed-4ce3-b485-fac841442f57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:52,303 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f25089a500984378a2a2f3a094368395/users/0373fa5b94bb4960af8eeb5f59f8f04a/roles/683285bc88964815a1b89d7ffd894295 used request id req-4b2c4a1b-70ed-4ce3-b485-fac841442f57 2018-11-19 06:04:52,304 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:52,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:52,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:52,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "683285bc88964815a1b89d7ffd894295", "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj-role"}], "expires_at": "2018-11-19T07:04:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f25089a500984378a2a2f3a094368395", "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f25089a500984378a2a2f3a094368395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f25089a500984378a2a2f3a094368395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f25089a500984378a2a2f3a094368395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f25089a500984378a2a2f3a094368395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f25089a500984378a2a2f3a094368395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f25089a500984378a2a2f3a094368395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f25089a500984378a2a2f3a094368395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f25089a500984378a2a2f3a094368395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f25089a500984378a2a2f3a094368395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f25089a500984378a2a2f3a094368395", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f25089a500984378a2a2f3a094368395", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f25089a500984378a2a2f3a094368395", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-e838de16-66ce-4eb-user", "id": "0373fa5b94bb4960af8eeb5f59f8f04a"}, "audit_ids": ["tWYugZ7uSHeJc1LAmAu73Q"], "issued_at": "2018-11-19T06:04:52.000000Z"}} 2018-11-19 06:04:52,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2760b9f124e308f01ff9ac7c5df989d05d60dec6" 2018-11-19 06:04:52,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54bff359-a3dd-42e6-8087-65dd8af177e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:52,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-54bff359-a3dd-42e6-8087-65dd8af177e6 2018-11-19 06:04:52,772 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:52,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2760b9f124e308f01ff9ac7c5df989d05d60dec6" 2018-11-19 06:04:52,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-c12e6cef-67d9-45fb-adcb-399a4e77b2d2 x-compute-request-id: req-c12e6cef-67d9-45fb-adcb-399a4e77b2d2 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:04:52,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-c12e6cef-67d9-45fb-adcb-399a4e77b2d2 2018-11-19 06:04:52,931 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819... 2018-11-19 06:04:52,931 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:04:52,972 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819 2018-11-19 06:04:52,975 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2760b9f124e308f01ff9ac7c5df989d05d60dec6" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDMhUyY8CPlebQZqJrQNwHIaDMueH4BCvc1x1FX3ODvb46mcyZ5Mr29QRk/deqpsdWxIfCsz+yjorYSNe/uCCjvk9DKs+SBq6NGxKjAzO3aFfyHkwkXtRimFqYW5GnXy4zU6F17wnyoQbAel8jM/a94ziSRszJPDbh1pJf9/Q5T+w==", "name": "CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819"}}' 2018-11-19 06:04:53,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-57b678bd-3272-486d-b2b4-ca306436911b x-compute-request-id: req-57b678bd-3272-486d-b2b4-ca306436911b Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDMhUyY8CPlebQZqJrQNwHIaDMueH4BCvc1x1FX3ODvb46mcyZ5Mr29QRk/deqpsdWxIfCsz+yjorYSNe/uCCjvk9DKs+SBq6NGxKjAzO3aFfyHkwkXtRimFqYW5GnXy4zU6F17wnyoQbAel8jM/a94ziSRszJPDbh1pJf9/Q5T+w==", "user_id": "0373fa5b94bb4960af8eeb5f59f8f04a", "name": "CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819", "fingerprint": "c3:12:16:ec:82:ec:24:f1:62:a2:53:30:c2:4c:f0:e1"}} 2018-11-19 06:04:53,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-57b678bd-3272-486d-b2b4-ca306436911b 2018-11-19 06:04:53,066 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819.pub 2018-11-19 06:04:53,067 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819 2018-11-19 06:04:53,067 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819 2018-11-19 06:04:53,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2760b9f124e308f01ff9ac7c5df989d05d60dec6" 2018-11-19 06:04:53,097 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-cb490b80-ebf6-43d6-b58c-dacd44764e20 x-compute-request-id: req-cb490b80-ebf6-43d6-b58c-dacd44764e20 Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:53,097 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819 used request id req-cb490b80-ebf6-43d6-b58c-dacd44764e20 2018-11-19 06:04:53,097 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819.pub] 2018-11-19 06:04:53,097 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-014f5e7c-8b54-40a3-9fe6-1d87ad57c819] 2018-11-19 06:04:53,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:53,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4af93e4c-ab10-40d1-b0de-08fa4b0501cd Date: Mon, 19 Nov 2018 06:04:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:53,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4af93e4c-ab10-40d1-b0de-08fa4b0501cd 2018-11-19 06:04:53,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:53,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5c8b54-2c0a-4a48-9ef5-8afd313376fd Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:53,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-5c5c8b54-2c0a-4a48-9ef5-8afd313376fd 2018-11-19 06:04:53,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:53,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e943dc-30e5-4641-9a1b-c076086ff64b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:53,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-c5e943dc-30e5-4641-9a1b-c076086ff64b 2018-11-19 06:04:53,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:53,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c5e02c-b5e2-449a-afbe-df09080dafd3 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:53,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-38c5e02c-b5e2-449a-afbe-df09080dafd3 2018-11-19 06:04:53,676 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj 2018-11-19 06:04:53,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f25089a500984378a2a2f3a094368395 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:53,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-179a4d3b-09d0-4dfd-bcb4-2f602b68eb49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:53,866 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f25089a500984378a2a2f3a094368395 used request id req-179a4d3b-09d0-4dfd-bcb4-2f602b68eb49 2018-11-19 06:04:53,867 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-e838de16-66ce-4eb-proj-role 2018-11-19 06:04:53,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/683285bc88964815a1b89d7ffd894295 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:53,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c603b07-4771-48d4-a3f2-b1d569e0bd92 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:53,977 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/683285bc88964815a1b89d7ffd894295 used request id req-4c603b07-4771-48d4-a3f2-b1d569e0bd92 2018-11-19 06:04:53,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470f56c9ee9f77209bfbc1ed465979e0120596cb" 2018-11-19 06:04:54,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2802324-eb10-41ed-be7b-4e853787fb3e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:54,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f2802324-eb10-41ed-be7b-4e853787fb3e 2018-11-19 06:04:54,070 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-e838de16-66ce-4eb-user 2018-11-19 06:04:54,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0373fa5b94bb4960af8eeb5f59f8f04a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed99872c12f091b9b090ea97cfbc62a89deb57f0" 2018-11-19 06:04:54,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2368236-7802-4339-9274-39b2eec86315 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:54,244 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0373fa5b94bb4960af8eeb5f59f8f04a used request id req-d2368236-7802-4339-9274-39b2eec86315 2018-11-19 06:04:54,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:54,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GhGWaOgdSkapfNAQhsr_-w"], "issued_at": "2018-11-19T06:04:54.000000Z"}} 2018-11-19 06:04:54,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5835ad50401f495536c68cdf188d19158d2903c1" 2018-11-19 06:04:54,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30a36393-0e95-4337-8b58-25c74333db2e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:54,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-30a36393-0e95-4337-8b58-25c74333db2e 2018-11-19 06:04:54,727 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:54,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:55,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2mb_wphETgi4BQE8azTbuQ"], "issued_at": "2018-11-19T06:04:55.000000Z"}} 2018-11-19 06:04:55,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:55,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17790d50-fe27-4c26-a36e-e47e273d3d36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:55,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-17790d50-fe27-4c26-a36e-e47e273d3d36 2018-11-19 06:04:55,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:55,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:55,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:55,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60af98f1-3888-47a0-8bb1-58e3ec05f8ce Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:55,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj used request id req-60af98f1-3888-47a0-8bb1-58e3ec05f8ce 2018-11-19 06:04:55,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:55,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc44075-962f-4771-99a8-aa3fb6e0296d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:55,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bbc44075-962f-4771-99a8-aa3fb6e0296d 2018-11-19 06:04:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj"}}' 2018-11-19 06:04:55,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-70a6fb39-30f0-4c4c-a448-41031afd2b4f Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1f7458b618d74ea6aa3baa9e6d1519b8"}, "enabled": true, "id": "1f7458b618d74ea6aa3baa9e6d1519b8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj"}} 2018-11-19 06:04:55,564 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-70a6fb39-30f0-4c4c-a448-41031afd2b4f 2018-11-19 06:04:55,564 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj 2018-11-19 06:04:55,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:55,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:55,939 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["n9ZVpIzMSXe0aJjFY5NKDQ"], "issued_at": "2018-11-19T06:04:55.000000Z"}} 2018-11-19 06:04:55,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2eca82d7f73745c6b8e7b409ab4db3e529b9e6" 2018-11-19 06:04:56,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030a099a-a287-4e95-957b-bfd6205416f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:56,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-030a099a-a287-4e95-957b-bfd6205416f1 2018-11-19 06:04:56,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:56,034 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:56,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2eca82d7f73745c6b8e7b409ab4db3e529b9e6" 2018-11-19 06:04:56,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb0ebf2-0a1f-4805-8426-ce1f7fa0854c Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:04:56,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9bb0ebf2-0a1f-4805-8426-ce1f7fa0854c 2018-11-19 06:04:56,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2eca82d7f73745c6b8e7b409ab4db3e529b9e6" 2018-11-19 06:04:56,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2342f584-8e71-4f0f-857e-54273f6f6943 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1f7458b618d74ea6aa3baa9e6d1519b8"}, "enabled": true, "id": "1f7458b618d74ea6aa3baa9e6d1519b8", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj"}]} 2018-11-19 06:04:56,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj used request id req-2342f584-8e71-4f0f-857e-54273f6f6943 2018-11-19 06:04:56,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2eca82d7f73745c6b8e7b409ab4db3e529b9e6" 2018-11-19 06:04:56,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d219b381-908c-4bd9-a134-179f95751998 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:56,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d219b381-908c-4bd9-a134-179f95751998 2018-11-19 06:04:56,672 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-user 2018-11-19 06:04:56,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:56,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:56,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ee1a17-d6f6-417e-9445-9a9d923067af Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:56,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-83ee1a17-d6f6-417e-9445-9a9d923067af 2018-11-19 06:04:56,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" -d '{"role": {"name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj-role"}}' 2018-11-19 06:04:56,804 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9fb65a89-2fee-42dd-81aa-59c44b6272bc Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "685348b65d964529a9306b5b90487382", "links": {"self": "http://172.30.9.21:5000/v3/roles/685348b65d964529a9306b5b90487382"}, "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj-role"}} 2018-11-19 06:04:56,804 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9fb65a89-2fee-42dd-81aa-59c44b6272bc 2018-11-19 06:04:56,805 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj-role 2018-11-19 06:04:56,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/685348b65d964529a9306b5b90487382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:56,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-298c2edf-9170-4eeb-a90f-cb908c9ff252 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/685348b65d964529a9306b5b90487382"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj-role", "id": "685348b65d964529a9306b5b90487382"}} 2018-11-19 06:04:56,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/685348b65d964529a9306b5b90487382 used request id req-298c2edf-9170-4eeb-a90f-cb908c9ff252 2018-11-19 06:04:56,889 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj-role to project CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj 2018-11-19 06:04:56,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1f7458b618d74ea6aa3baa9e6d1519b8/users/89d8a0950a2d400eae9851def71fefbf/roles/685348b65d964529a9306b5b90487382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:57,022 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eb351aa-a2c0-42ec-8b5e-b29ebcc1385f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:57,022 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1f7458b618d74ea6aa3baa9e6d1519b8/users/89d8a0950a2d400eae9851def71fefbf/roles/685348b65d964529a9306b5b90487382 used request id req-8eb351aa-a2c0-42ec-8b5e-b29ebcc1385f 2018-11-19 06:04:57,023 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:57,024 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:57,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:57,403 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "685348b65d964529a9306b5b90487382", "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj-role"}], "expires_at": "2018-11-19T07:04:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1f7458b618d74ea6aa3baa9e6d1519b8", "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/1f7458b618d74ea6aa3baa9e6d1519b8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-user", "id": "89d8a0950a2d400eae9851def71fefbf"}, "audit_ids": ["uJmYXIRDQ32oUGhgYt9Nhw"], "issued_at": "2018-11-19T06:04:57.000000Z"}} 2018-11-19 06:04:57,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70dbfcf4cb38bf4209a8568bfe14ef63e76cd347" 2018-11-19 06:04:57,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e28a4fd-a74a-4316-adee-1f68b7c03da8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:57,467 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5e28a4fd-a74a-4316-adee-1f68b7c03da8 2018-11-19 06:04:57,469 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:04:57,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70dbfcf4cb38bf4209a8568bfe14ef63e76cd347" 2018-11-19 06:04:57,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0070c996-2407-4c88-9e5c-e6cceb7767f7 x-compute-request-id: req-0070c996-2407-4c88-9e5c-e6cceb7767f7 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:04:57,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-0070c996-2407-4c88-9e5c-e6cceb7767f7 2018-11-19 06:04:57,624 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78... 2018-11-19 06:04:57,625 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:04:57,651 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78 2018-11-19 06:04:57,653 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70dbfcf4cb38bf4209a8568bfe14ef63e76cd347" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC9NWwIdYPZvFdRVYHByEFQN9dX/kTHzCoehkPCkrdNWUliCHB+Dsn1THazc3MrudTAx9KoiagwTQ3XntE1TNs2nA4RxBrCrGDaBa/8R6D+P8+T3uzDn4zwiyoWYwHLBrBps1fdxbuvq7YULa/ZLJkITdFewJbO4rtJSQ/9UXasBw==", "name": "CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78"}}' 2018-11-19 06:04:57,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83d1ff36-c785-424a-afff-e365472ebd50 x-compute-request-id: req-83d1ff36-c785-424a-afff-e365472ebd50 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC9NWwIdYPZvFdRVYHByEFQN9dX/kTHzCoehkPCkrdNWUliCHB+Dsn1THazc3MrudTAx9KoiagwTQ3XntE1TNs2nA4RxBrCrGDaBa/8R6D+P8+T3uzDn4zwiyoWYwHLBrBps1fdxbuvq7YULa/ZLJkITdFewJbO4rtJSQ/9UXasBw==", "user_id": "89d8a0950a2d400eae9851def71fefbf", "name": "CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78", "fingerprint": "d0:ef:67:d8:8d:99:ef:4f:5f:82:6c:de:c4:bd:99:9e"}} 2018-11-19 06:04:57,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-83d1ff36-c785-424a-afff-e365472ebd50 2018-11-19 06:04:57,725 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78.pub 2018-11-19 06:04:57,725 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78 2018-11-19 06:04:57,725 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78 2018-11-19 06:04:57,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70dbfcf4cb38bf4209a8568bfe14ef63e76cd347" 2018-11-19 06:04:57,756 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:04:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-01678be9-200a-46a9-8b8e-0b10be161264 x-compute-request-id: req-01678be9-200a-46a9-8b8e-0b10be161264 Content-Length: 0 Content-Type: application/json 2018-11-19 06:04:57,756 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78 used request id req-01678be9-200a-46a9-8b8e-0b10be161264 2018-11-19 06:04:57,756 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78.pub] 2018-11-19 06:04:57,756 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-d81d35a2-88fb-452d-b0d7-08188deacf78] 2018-11-19 06:04:57,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:57,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b448a4a9-31bc-4687-be5b-2c2bbf04452f Date: Mon, 19 Nov 2018 06:04:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:04:57,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b448a4a9-31bc-4687-be5b-2c2bbf04452f 2018-11-19 06:04:57,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:58,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94fa7215-e4af-4db8-9d3b-de754cc494df Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:04:58,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-94fa7215-e4af-4db8-9d3b-de754cc494df 2018-11-19 06:04:58,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:58,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c06c0468-9105-4c9c-8271-00a013415fb1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:04:58,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-c06c0468-9105-4c9c-8271-00a013415fb1 2018-11-19 06:04:58,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:58,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2264094d-0063-4341-9beb-a85016104157 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:04:58,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-2264094d-0063-4341-9beb-a85016104157 2018-11-19 06:04:58,245 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj 2018-11-19 06:04:58,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1f7458b618d74ea6aa3baa9e6d1519b8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:58,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be384342-9fff-4175-acf0-67333d6d660b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:58,465 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1f7458b618d74ea6aa3baa9e6d1519b8 used request id req-be384342-9fff-4175-acf0-67333d6d660b 2018-11-19 06:04:58,466 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-proj-role 2018-11-19 06:04:58,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/685348b65d964529a9306b5b90487382 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:58,510 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84c0c652-9b87-4513-97fd-ec22f4a301a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:58,510 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/685348b65d964529a9306b5b90487382 used request id req-84c0c652-9b87-4513-97fd-ec22f4a301a0 2018-11-19 06:04:58,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97e6e93267e221de353287e9f7339798b22ec934" 2018-11-19 06:04:58,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dac85688-613f-4ba8-9921-32e232ad83ab Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:04:58,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dac85688-613f-4ba8-9921-32e232ad83ab 2018-11-19 06:04:58,596 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-bd34a6bd-87b5-4cd-user 2018-11-19 06:04:58,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/89d8a0950a2d400eae9851def71fefbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c2eca82d7f73745c6b8e7b409ab4db3e529b9e6" 2018-11-19 06:04:58,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:04:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68b2e753-0957-41cc-9e88-becfb152cc91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:04:58,785 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/89d8a0950a2d400eae9851def71fefbf used request id req-68b2e753-0957-41cc-9e88-becfb152cc91 2018-11-19 06:04:58,786 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:59,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["lF63ihO9SCaq36PZTl7uGw"], "issued_at": "2018-11-19T06:04:59.000000Z"}} 2018-11-19 06:04:59,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c357b1dfaa15f9e8f3b149b7f59bdb97a494aab8" 2018-11-19 06:04:59,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea6f3868-264c-4481-819e-259f9c7cc2a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:59,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ea6f3868-264c-4481-819e-259f9c7cc2a2 2018-11-19 06:04:59,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:04:59,274 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:04:59,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:04:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["HXJMxQa4RKuVi-LJ4JzULQ"], "issued_at": "2018-11-19T06:04:59.000000Z"}} 2018-11-19 06:04:59,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:04:59,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25e8c3bb-40c1-4896-b377-3e49cc6942a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:04:59,759 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-25e8c3bb-40c1-4896-b377-3e49cc6942a1 2018-11-19 06:04:59,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:04:59,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:04: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:04:59,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:04:59,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-502e2278-3860-4ba0-baaa-f491e369e236 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:04:59,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj used request id req-502e2278-3860-4ba0-baaa-f491e369e236 2018-11-19 06:04:59,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:04:59,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:04:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-013a517b-5781-4290-89f0-ab1bff8316bf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:04:59,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-013a517b-5781-4290-89f0-ab1bff8316bf 2018-11-19 06:04:59,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj"}}' 2018-11-19 06:05:00,067 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:04:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-761d75a4-2527-4857-a3e8-afcbdd23a36d Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b546af539422e9c9908612f175f9e"}, "enabled": true, "id": "260b546af539422e9c9908612f175f9e", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj"}} 2018-11-19 06:05:00,068 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-761d75a4-2527-4857-a3e8-afcbdd23a36d 2018-11-19 06:05:00,068 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj 2018-11-19 06:05:00,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:00,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:00,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ckVzVVRtTKSpylyO6LOhng"], "issued_at": "2018-11-19T06:05:00.000000Z"}} 2018-11-19 06:05:00,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0da9f8395f1b7867edef8ac7f1e85f90467b6d82" 2018-11-19 06:05:00,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf517e01-fb9c-4685-afb0-f109a2b0f07c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:00,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf517e01-fb9c-4685-afb0-f109a2b0f07c 2018-11-19 06:05:00,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:00,557 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:00,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0da9f8395f1b7867edef8ac7f1e85f90467b6d82" 2018-11-19 06:05:00,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4f87fb3-e709-4a24-ae05-8c04b7e45eb0 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:05:00,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e4f87fb3-e709-4a24-ae05-8c04b7e45eb0 2018-11-19 06:05:00,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0da9f8395f1b7867edef8ac7f1e85f90467b6d82" 2018-11-19 06:05:00,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5acc0151-b632-4331-86b2-3d844fe4b53d Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b546af539422e9c9908612f175f9e"}, "enabled": true, "id": "260b546af539422e9c9908612f175f9e", "parent_id": "default", "domain_id": "default", "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj"}]} 2018-11-19 06:05:00,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj used request id req-5acc0151-b632-4331-86b2-3d844fe4b53d 2018-11-19 06:05:00,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0da9f8395f1b7867edef8ac7f1e85f90467b6d82" 2018-11-19 06:05:00,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5580df0a-96c5-4a3e-8f7b-dffbf62b80a2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:05:00,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5580df0a-96c5-4a3e-8f7b-dffbf62b80a2 2018-11-19 06:05:01,079 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-624ccc1f-8a78-455-user 2018-11-19 06:05:01,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:01,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:01,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e81b561b-674f-47f5-92e3-826c3eb8a9b7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:05:01,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e81b561b-674f-47f5-92e3-826c3eb8a9b7 2018-11-19 06:05:01,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" -d '{"role": {"name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj-role"}}' 2018-11-19 06:05:01,271 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-870e5184-bf58-41e4-8a54-7b7bd999efca Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b34a203c28b84060988bc156cae50a60", "links": {"self": "http://172.30.9.21:5000/v3/roles/b34a203c28b84060988bc156cae50a60"}, "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj-role"}} 2018-11-19 06:05:01,271 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-870e5184-bf58-41e4-8a54-7b7bd999efca 2018-11-19 06:05:01,271 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj-role 2018-11-19 06:05:01,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b34a203c28b84060988bc156cae50a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:01,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a8f5889-09a2-4b95-a17d-dd9b59be4ea9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b34a203c28b84060988bc156cae50a60"}, "domain_id": null, "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj-role", "id": "b34a203c28b84060988bc156cae50a60"}} 2018-11-19 06:05:01,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b34a203c28b84060988bc156cae50a60 used request id req-4a8f5889-09a2-4b95-a17d-dd9b59be4ea9 2018-11-19 06:05:01,362 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj-role to project CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj 2018-11-19 06:05:01,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/260b546af539422e9c9908612f175f9e/users/498bc33456d84a1cac5e44f2d73f7e47/roles/b34a203c28b84060988bc156cae50a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:01,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9bb69fd6-e43a-409b-af60-2bfd223051fa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:01,507 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/260b546af539422e9c9908612f175f9e/users/498bc33456d84a1cac5e44f2d73f7e47/roles/b34a203c28b84060988bc156cae50a60 used request id req-9bb69fd6-e43a-409b-af60-2bfd223051fa 2018-11-19 06:05:01,508 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:05:01,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:01,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:01,882 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b34a203c28b84060988bc156cae50a60", "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj-role"}], "expires_at": "2018-11-19T07:05:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b546af539422e9c9908612f175f9e", "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b546af539422e9c9908612f175f9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b546af539422e9c9908612f175f9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b546af539422e9c9908612f175f9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b546af539422e9c9908612f175f9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b546af539422e9c9908612f175f9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b546af539422e9c9908612f175f9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b546af539422e9c9908612f175f9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b546af539422e9c9908612f175f9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b546af539422e9c9908612f175f9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b546af539422e9c9908612f175f9e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b546af539422e9c9908612f175f9e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b546af539422e9c9908612f175f9e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateKeypairsCleanupTests-624ccc1f-8a78-455-user", "id": "498bc33456d84a1cac5e44f2d73f7e47"}, "audit_ids": ["7u43vSKyT0K9cfJG_0Gs_Q"], "issued_at": "2018-11-19T06:05:01.000000Z"}} 2018-11-19 06:05:01,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc6fe810a079af2cfbf7e7dd139f38503a759138" 2018-11-19 06:05:01,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe7825a-1ce3-41aa-84d9-61d3dc7f355b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:01,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cbe7825a-1ce3-41aa-84d9-61d3dc7f355b 2018-11-19 06:05:01,964 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:05:01,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc6fe810a079af2cfbf7e7dd139f38503a759138" 2018-11-19 06:05:02,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16506ed5-0e71-45fd-a5af-4f383dd63fb1 x-compute-request-id: req-16506ed5-0e71-45fd-a5af-4f383dd63fb1 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:05:02,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-16506ed5-0e71-45fd-a5af-4f383dd63fb1 2018-11-19 06:05:02,133 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd... 2018-11-19 06:05:02,133 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:05:02,158 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd 2018-11-19 06:05:02,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc6fe810a079af2cfbf7e7dd139f38503a759138" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNw+71IeFhra09FCaptF3eoHrPrQEzpjkQP47TaK/jTNfzpG93q3KILIW1FbFkmUBHfAnPZ8ScIrdhSDlHu5tShTiWFXCO0/8XiJHhoXXtAFhl6qWjGaWgiuucCcsEvDS9g4rrAOXCVxrpG0NjOnqzw3I39ZJXOO6ci88t7fSxbQ==", "name": "CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd"}}' 2018-11-19 06:05:02,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-c94489ef-d12c-4612-8dc1-7be6f035a1ed x-compute-request-id: req-c94489ef-d12c-4612-8dc1-7be6f035a1ed Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNw+71IeFhra09FCaptF3eoHrPrQEzpjkQP47TaK/jTNfzpG93q3KILIW1FbFkmUBHfAnPZ8ScIrdhSDlHu5tShTiWFXCO0/8XiJHhoXXtAFhl6qWjGaWgiuucCcsEvDS9g4rrAOXCVxrpG0NjOnqzw3I39ZJXOO6ci88t7fSxbQ==", "user_id": "498bc33456d84a1cac5e44f2d73f7e47", "name": "CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd", "fingerprint": "f9:76:44:ed:ec:5d:d4:6a:42:0a:38:b6:b5:71:54:48"}} 2018-11-19 06:05:02,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-c94489ef-d12c-4612-8dc1-7be6f035a1ed 2018-11-19 06:05:02,238 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd.pub 2018-11-19 06:05:02,238 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd 2018-11-19 06:05:02,239 - nova_utils - DEBUG - Deleting keypair - CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd 2018-11-19 06:05:02,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc6fe810a079af2cfbf7e7dd139f38503a759138" 2018-11-19 06:05:02,271 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-d49313b7-ae92-491f-b240-b5f5f37f1e6d x-compute-request-id: req-d49313b7-ae92-491f-b240-b5f5f37f1e6d Content-Length: 0 Content-Type: application/json 2018-11-19 06:05:02,271 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateKeypairsCleanupTests-43c5072d-23ee-41f5-aa5b-e3c7fb24e7fd used request id req-d49313b7-ae92-491f-b240-b5f5f37f1e6d 2018-11-19 06:05:02,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:02,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-0685159e-d202-42d1-9053-9859edbb29ee Date: Mon, 19 Nov 2018 06:05:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:05:02,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0685159e-d202-42d1-9053-9859edbb29ee 2018-11-19 06:05:02,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:02,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a18419b-9585-45b2-bfb6-d31ea4f43d3a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:05:02,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-2a18419b-9585-45b2-bfb6-d31ea4f43d3a 2018-11-19 06:05:02,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:02,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c35b39-d20e-44fb-92ba-4ec870d0150d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:05:02,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-08c35b39-d20e-44fb-92ba-4ec870d0150d 2018-11-19 06:05:02,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:02,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44c40c0e-0195-46aa-98d4-24b330fcd880 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:05:02,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-44c40c0e-0195-46aa-98d4-24b330fcd880 2018-11-19 06:05:02,742 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj 2018-11-19 06:05:02,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/260b546af539422e9c9908612f175f9e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:02,962 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9081bb47-0671-4197-9c1f-5cec4ce1e94b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:02,962 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/260b546af539422e9c9908612f175f9e used request id req-9081bb47-0671-4197-9c1f-5cec4ce1e94b 2018-11-19 06:05:02,963 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-624ccc1f-8a78-455-proj-role 2018-11-19 06:05:02,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b34a203c28b84060988bc156cae50a60 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:03,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f4c7e1f-7df8-40a5-8475-ceea5e00487b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:03,067 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b34a203c28b84060988bc156cae50a60 used request id req-9f4c7e1f-7df8-40a5-8475-ceea5e00487b 2018-11-19 06:05:03,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f8a2115b67de932f8f70f64fa5743005a222a43" 2018-11-19 06:05:03,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a0c3f97-8140-4b76-948a-dc320b397c5c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:05:03,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9a0c3f97-8140-4b76-948a-dc320b397c5c 2018-11-19 06:05:03,164 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-624ccc1f-8a78-455-user 2018-11-19 06:05:03,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/498bc33456d84a1cac5e44f2d73f7e47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0da9f8395f1b7867edef8ac7f1e85f90467b6d82" 2018-11-19 06:05:03,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-999e2b7b-c2dd-46e8-8b68-ed5b6820680c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:03,350 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/498bc33456d84a1cac5e44f2d73f7e47 used request id req-999e2b7b-c2dd-46e8-8b68-ed5b6820680c 2018-11-19 06:05:03,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:03,728 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["U7VJ1y0GQ_6Fq_teVYT2EA"], "issued_at": "2018-11-19T06:05:03.000000Z"}} 2018-11-19 06:05:03,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1434f438acac5344bb5f2516b8dc2c6012691a" 2018-11-19 06:05:03,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54287b1-fd54-4bfe-a1b0-46ac953609ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:03,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a54287b1-fd54-4bfe-a1b0-46ac953609ec 2018-11-19 06:05:03,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:03,816 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:04,209 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["7FDH4z8xS36ihccF4klQqw"], "issued_at": "2018-11-19T06:05:04.000000Z"}} 2018-11-19 06:05:04,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:04,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a80b1f68-4152-41ba-ba43-5d21519890a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:04,294 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a80b1f68-4152-41ba-ba43-5d21519890a2 2018-11-19 06:05:04,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:04,304 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:04,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0d15e87a-6531-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:04,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50b52b03-f7ec-4fc5-85da-af69a09f7205 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0d15e87a-6531-451-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:05:04,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-0d15e87a-6531-451-proj used request id req-50b52b03-f7ec-4fc5-85da-af69a09f7205 2018-11-19 06:05:04,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:04,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5bfbde-3104-42ab-a96f-162fc776c771 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:05:04,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ed5bfbde-3104-42ab-a96f-162fc776c771 2018-11-19 06:05:04,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj"}}' 2018-11-19 06:05:04,600 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:05:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8003a32-e6d7-4f5f-b006-f777246eecaf Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4"}, "enabled": true, "id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj"}} 2018-11-19 06:05:04,601 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e8003a32-e6d7-4f5f-b006-f777246eecaf 2018-11-19 06:05:04,601 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-0d15e87a-6531-451-proj 2018-11-19 06:05:04,601 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:04,602 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:04,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["bbvIkMpTQbOA-ncflqyUhQ"], "issued_at": "2018-11-19T06:05:04.000000Z"}} 2018-11-19 06:05:04,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3a6cf9483cceb587214ae7951996de9e091390" 2018-11-19 06:05:05,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8494103f-4fec-482d-8805-7492b687ca70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:05,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8494103f-4fec-482d-8805-7492b687ca70 2018-11-19 06:05:05,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:05,077 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:05,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3a6cf9483cceb587214ae7951996de9e091390" 2018-11-19 06:05:05,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae4ab425-908b-47b7-82a5-ff804edb9122 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:05:05,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ae4ab425-908b-47b7-82a5-ff804edb9122 2018-11-19 06:05:05,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-0d15e87a-6531-451-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3a6cf9483cceb587214ae7951996de9e091390" 2018-11-19 06:05:05,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c52fb6e7-3f20-4636-bbc2-2c8898ab232c Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-0d15e87a-6531-451-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4"}, "enabled": true, "id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj"}]} 2018-11-19 06:05:05,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-0d15e87a-6531-451-proj used request id req-c52fb6e7-3f20-4636-bbc2-2c8898ab232c 2018-11-19 06:05:05,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3a6cf9483cceb587214ae7951996de9e091390" 2018-11-19 06:05:05,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa769f72-643c-4274-ad9e-d974f022f93f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:05:05,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fa769f72-643c-4274-ad9e-d974f022f93f 2018-11-19 06:05:05,774 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-0d15e87a-6531-451-user 2018-11-19 06:05:05,775 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:05,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:05,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20b4ca61-ad39-48ab-bdec-1a2309e3f6c9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:05:05,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-20b4ca61-ad39-48ab-bdec-1a2309e3f6c9 2018-11-19 06:05:05,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" -d '{"role": {"name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role"}}' 2018-11-19 06:05:05,978 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:05:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8f837a8-4298-4c1d-acfb-ba0432bf10be Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "22955d14f2e44ed2bc4e280cad3c7a42", "links": {"self": "http://172.30.9.21:5000/v3/roles/22955d14f2e44ed2bc4e280cad3c7a42"}, "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role"}} 2018-11-19 06:05:05,978 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d8f837a8-4298-4c1d-acfb-ba0432bf10be 2018-11-19 06:05:05,978 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role 2018-11-19 06:05:05,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/22955d14f2e44ed2bc4e280cad3c7a42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:06,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a18a67-0814-4a7b-8e65-04d19d92e248 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/22955d14f2e44ed2bc4e280cad3c7a42"}, "domain_id": null, "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role", "id": "22955d14f2e44ed2bc4e280cad3c7a42"}} 2018-11-19 06:05:06,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/22955d14f2e44ed2bc4e280cad3c7a42 used request id req-d6a18a67-0814-4a7b-8e65-04d19d92e248 2018-11-19 06:05:06,000 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role to project CreateNetworkSuccessTests-0d15e87a-6531-451-proj 2018-11-19 06:05:06,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4/users/eb4eb5759f2a4618ac894fb463d17bf9/roles/22955d14f2e44ed2bc4e280cad3c7a42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:06,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-216e97d6-8f59-4653-941c-8250f5f86068 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:06,124 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4/users/eb4eb5759f2a4618ac894fb463d17bf9/roles/22955d14f2e44ed2bc4e280cad3c7a42 used request id req-216e97d6-8f59-4653-941c-8250f5f86068 2018-11-19 06:05:06,125 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:06,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:06,508 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22955d14f2e44ed2bc4e280cad3c7a42", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role"}], "expires_at": "2018-11-19T07:05:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-user", "id": "eb4eb5759f2a4618ac894fb463d17bf9"}, "audit_ids": ["APNLLevGTkG9fUb-kJbPRw"], "issued_at": "2018-11-19T06:05:06.000000Z"}} 2018-11-19 06:05:06,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:06,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ee93c4-becf-429f-b618-aa072f556061 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:06,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-26ee93c4-becf-429f-b618-aa072f556061 2018-11-19 06:05:06,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:06,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-95fb7b89-8789-4c0e-9882-1a1ac1c1c0b1 Date: Mon, 19 Nov 2018 06:05:06 GMT RESP BODY: {"networks":[]} 2018-11-19 06:05:06,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net used request id req-95fb7b89-8789-4c0e-9882-1a1ac1c1c0b1 2018-11-19 06:05:06,754 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net 2018-11-19 06:05:06,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" -d '{"network": {"name": "CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net", "admin_state_up": true}}' 2018-11-19 06:05:07,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-da734b10-05a0-4690-8840-ce21776d7114 Date: Mon, 19 Nov 2018 06:05:07 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"37cc6e21-9ca3-4d2d-9455-031b4c963a72","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:05:07Z","is_default":false,"name":"CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","created_at":"2018-11-19T06:05:07Z","mtu":1450}} 2018-11-19 06:05:07,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-da734b10-05a0-4690-8840-ce21776d7114 2018-11-19 06:05:07,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:07,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-eebd9e6c-9459-4d25-9d06-f164378ff344 Date: Mon, 19 Nov 2018 06:05:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:05:07Z","tenant_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","created_at":"2018-11-19T06:05:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","id":"37cc6e21-9ca3-4d2d-9455-031b4c963a72","name":"CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net"}]} 2018-11-19 06:05:07,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 used request id req-eebd9e6c-9459-4d25-9d06-f164378ff344 2018-11-19 06:05:07,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:07,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bacec401-74c3-4cf2-a4c2-91aa7f71de74 Date: Mon, 19 Nov 2018 06:05:07 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:05:07,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 used request id req-bacec401-74c3-4cf2-a4c2-91aa7f71de74 2018-11-19 06:05:07,785 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet 2018-11-19 06:05:07,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" -d '{"subnets": [{"ip_version": 4, "network_id": "37cc6e21-9ca3-4d2d-9455-031b4c963a72", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet"}]}' 2018-11-19 06:05:08,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2ddcdb14-8c0e-41e3-ad37-5719a3c723ff Date: Mon, 19 Nov 2018 06:05:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37cc6e21-9ca3-4d2d-9455-031b4c963a72","tenant_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","created_at":"2018-11-19T06:05:08Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:08Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","id":"1ea2f597-1b80-4464-aa1e-704bac714a1c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet"}]} 2018-11-19 06:05:08,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-2ddcdb14-8c0e-41e3-ad37-5719a3c723ff 2018-11-19 06:05:08,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:08,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b220432c-a9e6-4e79-adb8-5dba9f3540c3 Date: Mon, 19 Nov 2018 06:05:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ea2f597-1b80-4464-aa1e-704bac714a1c"],"updated_at":"2018-11-19T06:05:08Z","tenant_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","created_at":"2018-11-19T06:05:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","id":"37cc6e21-9ca3-4d2d-9455-031b4c963a72","name":"CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net"}]} 2018-11-19 06:05:08,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 used request id req-b220432c-a9e6-4e79-adb8-5dba9f3540c3 2018-11-19 06:05:08,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:08,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2709a1e2-2692-4138-b132-57a15c67bfe6 Date: Mon, 19 Nov 2018 06:05:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37cc6e21-9ca3-4d2d-9455-031b4c963a72","tenant_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","created_at":"2018-11-19T06:05:08Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","id":"1ea2f597-1b80-4464-aa1e-704bac714a1c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet"}]} 2018-11-19 06:05:08,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 used request id req-2709a1e2-2692-4138-b132-57a15c67bfe6 2018-11-19 06:05:08,788 - OpenStackNetwork - DEBUG - Network [37cc6e21-9ca3-4d2d-9455-031b4c963a72] created successfully 2018-11-19 06:05:08,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:09,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "22955d14f2e44ed2bc4e280cad3c7a42", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role"}], "expires_at": "2018-11-19T07:05:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3f0f6c4c3ccf4a9a8f33271eba7d88f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-user", "id": "eb4eb5759f2a4618ac894fb463d17bf9"}, "audit_ids": ["Bujz4v8ZRYK4vXsiJq6Iig"], "issued_at": "2018-11-19T06:05:09.000000Z"}} 2018-11-19 06:05:09,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd73745de42726176c69852b3ab01178aba384eb" 2018-11-19 06:05:09,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-408603ab-9d0f-45c9-910e-17124309b5fc Date: Mon, 19 Nov 2018 06: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":["1ea2f597-1b80-4464-aa1e-704bac714a1c"],"updated_at":"2018-11-19T06:05:08Z","tenant_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","created_at":"2018-11-19T06:05:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","id":"37cc6e21-9ca3-4d2d-9455-031b4c963a72","name":"CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net"}]} 2018-11-19 06:05:09,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net used request id req-408603ab-9d0f-45c9-910e-17124309b5fc 2018-11-19 06:05:09,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:09,421 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:09,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1434f438acac5344bb5f2516b8dc2c6012691a" 2018-11-19 06:05:09,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd50d974-bd7a-4055-8a95-42ca40585a71 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4"}, "enabled": true, "id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj"}} 2018-11-19 06:05:09,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4 used request id req-dd50d974-bd7a-4055-8a95-42ca40585a71 2018-11-19 06:05:09,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd73745de42726176c69852b3ab01178aba384eb" 2018-11-19 06:05:09,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cca6e82a-6a36-4353-95de-b6fc4a02c1d1 Date: Mon, 19 Nov 2018 06:05:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37cc6e21-9ca3-4d2d-9455-031b4c963a72","tenant_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","created_at":"2018-11-19T06:05:08Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3f0f6c4c3ccf4a9a8f33271eba7d88f4","id":"1ea2f597-1b80-4464-aa1e-704bac714a1c","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet"}]} 2018-11-19 06:05:09,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=37cc6e21-9ca3-4d2d-9455-031b4c963a72 used request id req-cca6e82a-6a36-4353-95de-b6fc4a02c1d1 2018-11-19 06:05:09,716 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet 2018-11-19 06:05:09,716 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet 2018-11-19 06:05:09,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/1ea2f597-1b80-4464-aa1e-704bac714a1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd73745de42726176c69852b3ab01178aba384eb" 2018-11-19 06:05:11,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2698ebd6-22d1-43fe-b485-1efa3cdb68f9 Date: Mon, 19 Nov 2018 06:05:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:05:11,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1ea2f597-1b80-4464-aa1e-704bac714a1c used request id req-2698ebd6-22d1-43fe-b485-1efa3cdb68f9 2018-11-19 06:05:11,657 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net 2018-11-19 06:05:11,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/37cc6e21-9ca3-4d2d-9455-031b4c963a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd73745de42726176c69852b3ab01178aba384eb" 2018-11-19 06:05:13,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6697ef6-d4b6-4c20-9cd3-3dc84f9b7464 Date: Mon, 19 Nov 2018 06:05:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:05:13,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/37cc6e21-9ca3-4d2d-9455-031b4c963a72 used request id req-e6697ef6-d4b6-4c20-9cd3-3dc84f9b7464 2018-11-19 06:05:13,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd73745de42726176c69852b3ab01178aba384eb" 2018-11-19 06:05:13,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-502cd961-407c-4d35-b503-e944df294d00 Date: Mon, 19 Nov 2018 06:05:13 GMT RESP BODY: {"networks":[]} 2018-11-19 06:05:13,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net used request id req-502cd961-407c-4d35-b503-e944df294d00 2018-11-19 06:05:13,206 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet 2018-11-19 06:05:13,206 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-subnet 2018-11-19 06:05:13,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/1ea2f597-1b80-4464-aa1e-704bac714a1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:13,248 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-b24e6915-2c1f-473f-b63d-ca9855416de8 Date: Mon, 19 Nov 2018 06:05:13 GMT RESP BODY: {"NeutronError": {"message": "Subnet 1ea2f597-1b80-4464-aa1e-704bac714a1c could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-19 06:05:13,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1ea2f597-1b80-4464-aa1e-704bac714a1c used request id req-b24e6915-2c1f-473f-b63d-ca9855416de8 2018-11-19 06:05:13,248 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 1ea2f597-1b80-4464-aa1e-704bac714a1c could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-19 06:05:13,249 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3d5477fa-d2d6-4803-8e3f-f699f60fdc29-pub-net 2018-11-19 06:05:13,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/37cc6e21-9ca3-4d2d-9455-031b4c963a72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d424c589064118dc63b1a5547933ec96d4e89f9" 2018-11-19 06:05:13,438 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 138 X-Openstack-Request-Id: req-0094f9d8-638a-416e-bf29-c9d11bd8cf35 Date: Mon, 19 Nov 2018 06:05:13 GMT RESP BODY: {"NeutronError": {"message": "Network 37cc6e21-9ca3-4d2d-9455-031b4c963a72 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-11-19 06:05:13,438 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/37cc6e21-9ca3-4d2d-9455-031b4c963a72 used request id req-0094f9d8-638a-416e-bf29-c9d11bd8cf35 2018-11-19 06:05:13,438 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Network 37cc6e21-9ca3-4d2d-9455-031b4c963a72 could not be found.", "type": "NetworkNotFound", "detail": ""}} 2018-11-19 06:05:13,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:13,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-5c7007ce-53ee-4283-b087-57ad1a61ee0c Date: Mon, 19 Nov 2018 06:05:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "created_at": "2018-11-19T06:05:06Z", "updated_at": "2018-11-19T06:05:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:07Z", "revision_number": 0, "id": "0c903c14-c2bf-4727-aae1-70af6a3e0cab", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:07Z", "revision_number": 0, "id": "9577f909-9edc-49a0-850a-6c34920f185a", "remote_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:07Z", "revision_number": 0, "id": "aaeb0dbc-d3ad-4b75-a70b-271239f05ad4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:07Z", "revision_number": 0, "id": "f2cfbd1d-7364-4bf9-9f51-367f3e83630e", "remote_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4"}], "revision_number": 4, "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "name": "default"}]} 2018-11-19 06:05:13,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5c7007ce-53ee-4283-b087-57ad1a61ee0c 2018-11-19 06:05:13,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:13,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd6957d3-0ba1-40d2-9e51-d5dee00dcbe9 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:05:13,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-dd6957d3-0ba1-40d2-9e51-d5dee00dcbe9 2018-11-19 06:05:13,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:13,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3b7f55-528a-4bc5-8584-b3dcf4af656b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:05:13,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-0a3b7f55-528a-4bc5-8584-b3dcf4af656b 2018-11-19 06:05:13,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:13,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af532b9d-233e-4fb8-a70d-9978713c4ce7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:05:13,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-af532b9d-233e-4fb8-a70d-9978713c4ce7 2018-11-19 06:05:13,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:14,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11764944-a2f8-49a3-95b0-05f77bbd4f23 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4"}, "enabled": true, "id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-0d15e87a-6531-451-proj"}} 2018-11-19 06:05:14,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4 used request id req-11764944-a2f8-49a3-95b0-05f77bbd4f23 2018-11-19 06:05:14,107 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cda0f698-fe96-4256-9251-59dc9ceaa871 2018-11-19 06:05:14,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cda0f698-fe96-4256-9251-59dc9ceaa871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:14,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b97bc21a-4cb5-4f77-9117-08b796f6db39 Date: Mon, 19 Nov 2018 06:05: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-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "port_range_min": null, "revision_number": 0, "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "created_at": "2018-11-19T06:05:07Z", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "id": "0c903c14-c2bf-4727-aae1-70af6a3e0cab"}, {"remote_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "port_range_min": null, "revision_number": 0, "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "created_at": "2018-11-19T06:05:07Z", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "id": "9577f909-9edc-49a0-850a-6c34920f185a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "port_range_min": null, "revision_number": 0, "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "created_at": "2018-11-19T06:05:07Z", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "id": "aaeb0dbc-d3ad-4b75-a70b-271239f05ad4"}, {"remote_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:07Z", "security_group_id": "cda0f698-fe96-4256-9251-59dc9ceaa871", "port_range_min": null, "revision_number": 0, "tenant_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "created_at": "2018-11-19T06:05:07Z", "project_id": "3f0f6c4c3ccf4a9a8f33271eba7d88f4", "id": "f2cfbd1d-7364-4bf9-9f51-367f3e83630e"}]} 2018-11-19 06:05:14,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cda0f698-fe96-4256-9251-59dc9ceaa871 used request id req-b97bc21a-4cb5-4f77-9117-08b796f6db39 2018-11-19 06:05:14,274 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:05:14,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cda0f698-fe96-4256-9251-59dc9ceaa871 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:14,626 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff15d2c5-b876-4f1d-abce-422da2f54f16 Content-Length: 0 Date: Mon, 19 Nov 2018 06:05:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:05:14,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cda0f698-fe96-4256-9251-59dc9ceaa871 used request id req-ff15d2c5-b876-4f1d-abce-422da2f54f16 2018-11-19 06:05:14,627 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-0d15e87a-6531-451-proj 2018-11-19 06:05:14,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:14,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f116465-f29f-4988-acbb-710a231cbf91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:14,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3f0f6c4c3ccf4a9a8f33271eba7d88f4 used request id req-6f116465-f29f-4988-acbb-710a231cbf91 2018-11-19 06:05:14,868 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-0d15e87a-6531-451-proj-role 2018-11-19 06:05:14,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/22955d14f2e44ed2bc4e280cad3c7a42 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:14,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7437290-e874-4081-9f68-3fcee68e0970 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:14,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/22955d14f2e44ed2bc4e280cad3c7a42 used request id req-b7437290-e874-4081-9f68-3fcee68e0970 2018-11-19 06:05:14,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}618fe6d661f4bba0c004aa3dab6b64a576eb708c" 2018-11-19 06:05:15,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eb1ed3a-7c6e-414d-acdf-60f4a935e86f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:05:15,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5eb1ed3a-7c6e-414d-acdf-60f4a935e86f 2018-11-19 06:05:15,080 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-0d15e87a-6531-451-user 2018-11-19 06:05:15,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/eb4eb5759f2a4618ac894fb463d17bf9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa3a6cf9483cceb587214ae7951996de9e091390" 2018-11-19 06:05:15,264 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82285767-e3e1-42e5-95bd-120806ab8428 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:15,264 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/eb4eb5759f2a4618ac894fb463d17bf9 used request id req-82285767-e3e1-42e5-95bd-120806ab8428 2018-11-19 06:05:15,266 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:15,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["BaYgTiCgQbeLIwSspyL0jQ"], "issued_at": "2018-11-19T06:05:15.000000Z"}} 2018-11-19 06:05:15,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6266385366017b3bf77e3e8bcbfc15b4fe444ba" 2018-11-19 06:05:15,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ee1706-4726-428b-9130-c02e32364ad5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:15,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-97ee1706-4726-428b-9130-c02e32364ad5 2018-11-19 06:05:15,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:15,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:16,135 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["llePxr-iRlCHFmvCoVCGjQ"], "issued_at": "2018-11-19T06:05:16.000000Z"}} 2018-11-19 06:05:16,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:16,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09575902-ae68-4cba-ad71-dc71a14fd223 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:16,226 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-09575902-ae68-4cba-ad71-dc71a14fd223 2018-11-19 06:05:16,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:16,236 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:16,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-543aec29-1276-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:16,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb50b95c-68ef-4863-912c-ab1e4c193468 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-543aec29-1276-485-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:05:16,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-543aec29-1276-485-proj used request id req-cb50b95c-68ef-4863-912c-ab1e4c193468 2018-11-19 06:05:16,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:16,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b171d6-9843-4e88-878d-c27ef6604ad3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:05:16,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f7b171d6-9843-4e88-878d-c27ef6604ad3 2018-11-19 06:05:16,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}}' 2018-11-19 06:05:16,547 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:05:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a880373-efc4-474c-9500-c2691716638e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}} 2018-11-19 06:05:16,547 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-5a880373-efc4-474c-9500-c2691716638e 2018-11-19 06:05:16,547 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-543aec29-1276-485-proj 2018-11-19 06:05:16,547 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:16,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:16,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hAYC9CRaSHWa3H9wpJqQjA"], "issued_at": "2018-11-19T06:05:16.000000Z"}} 2018-11-19 06:05:16,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1382174b2d15ca540d984d99272ff56b33669679" 2018-11-19 06:05:17,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1754c752-ffa1-424f-b95b-23dfbdf10a66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:17,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1754c752-ffa1-424f-b95b-23dfbdf10a66 2018-11-19 06:05:17,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:17,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:17,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1382174b2d15ca540d984d99272ff56b33669679" 2018-11-19 06:05:17,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d7a72a5-39b5-4cc7-9964-a4b2a8a8a35c Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:05:17,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2d7a72a5-39b5-4cc7-9964-a4b2a8a8a35c 2018-11-19 06:05:17,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1382174b2d15ca540d984d99272ff56b33669679" 2018-11-19 06:05:17,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3855884d-c995-4d67-b163-22807908e661 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}]} 2018-11-19 06:05:17,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj used request id req-3855884d-c995-4d67-b163-22807908e661 2018-11-19 06:05:17,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1382174b2d15ca540d984d99272ff56b33669679" 2018-11-19 06:05:17,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab6f12b7-2853-4af9-b6af-2559969856db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:05:17,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ab6f12b7-2853-4af9-b6af-2559969856db 2018-11-19 06:05:17,696 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-543aec29-1276-485-user 2018-11-19 06:05:17,697 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:17,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:17,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f929ae42-f6be-4552-bc6c-ae50077bd828 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:05:17,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f929ae42-f6be-4552-bc6c-ae50077bd828 2018-11-19 06:05:17,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" -d '{"role": {"name": "CreateNetworkSuccessTests-543aec29-1276-485-proj-role"}}' 2018-11-19 06:05:17,900 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfb746ed-ac7d-4b08-8b3f-39f880eaf1a6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cade9f62e2f543709d55365c25d8a0a2", "links": {"self": "http://172.30.9.21:5000/v3/roles/cade9f62e2f543709d55365c25d8a0a2"}, "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj-role"}} 2018-11-19 06:05:17,900 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-cfb746ed-ac7d-4b08-8b3f-39f880eaf1a6 2018-11-19 06:05:17,900 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-543aec29-1276-485-proj-role 2018-11-19 06:05:17,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cade9f62e2f543709d55365c25d8a0a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:17,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-030a6ae3-2b9f-4af4-8f02-e0bd293fd065 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cade9f62e2f543709d55365c25d8a0a2"}, "domain_id": null, "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj-role", "id": "cade9f62e2f543709d55365c25d8a0a2"}} 2018-11-19 06:05:17,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cade9f62e2f543709d55365c25d8a0a2 used request id req-030a6ae3-2b9f-4af4-8f02-e0bd293fd065 2018-11-19 06:05:17,991 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-543aec29-1276-485-proj-role to project CreateNetworkSuccessTests-543aec29-1276-485-proj 2018-11-19 06:05:17,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d/users/70dcf70371aa49939c59d66022606e07/roles/cade9f62e2f543709d55365c25d8a0a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:18,130 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0236879-b1b6-443e-86d6-e5372cef06ad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:18,130 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d/users/70dcf70371aa49939c59d66022606e07/roles/cade9f62e2f543709d55365c25d8a0a2 used request id req-f0236879-b1b6-443e-86d6-e5372cef06ad 2018-11-19 06:05:18,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:18,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:18,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["0InJPd_YRISVzt6G47aoUg"], "issued_at": "2018-11-19T06:05:18.000000Z"}} 2018-11-19 06:05:18,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:18,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb497c2-e75f-468d-86a0-db2c79642822 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:18,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ccb497c2-e75f-468d-86a0-db2c79642822 2018-11-19 06:05:18,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:18,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-488db692-ac1d-4b90-8aaf-f4b604fc4c05 Date: Mon, 19 Nov 2018 06:05:18 GMT RESP BODY: {"networks":[]} 2018-11-19 06:05:18,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net used request id req-488db692-ac1d-4b90-8aaf-f4b604fc4c05 2018-11-19 06:05:18,761 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net 2018-11-19 06:05:18,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:18,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:19,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["RztOV91PQSK8pipq4A90XQ"], "issued_at": "2018-11-19T06:05:19.000000Z"}} 2018-11-19 06:05:19,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a917f47ba8060c453da985a87948e2f0357756" 2018-11-19 06:05:19,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e987ee2-f9a2-4389-94ff-45c867b62547 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:19,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e987ee2-f9a2-4389-94ff-45c867b62547 2018-11-19 06:05:19,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:19,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:19,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8a917f47ba8060c453da985a87948e2f0357756" 2018-11-19 06:05:19,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1eaa94-8201-40a6-9141-df438f4e64fe Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}]} 2018-11-19 06:05:19,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj used request id req-bd1eaa94-8201-40a6-9141-df438f4e64fe 2018-11-19 06:05:19,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" -d '{"network": {"tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "name": "CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net", "admin_state_up": true}}' 2018-11-19 06:05:20,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f167d09e-827d-477f-ba20-29a440b11c30 Date: Mon, 19 Nov 2018 06:05:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"372efaad5cfb4bb4a86118d05b5e057d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:05:19Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net","admin_state_up":true,"tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:19Z","mtu":1450}} 2018-11-19 06:05:20,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-f167d09e-827d-477f-ba20-29a440b11c30 2018-11-19 06:05:20,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:20,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-97439833-ce91-4b2c-a049-fbadec75fa94 Date: Mon, 19 Nov 2018 06:05:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"372efaad5cfb4bb4a86118d05b5e057d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:05:19Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net","admin_state_up":true,"tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:19Z","provider:network_type":"vxlan"}]} 2018-11-19 06:05:20,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-97439833-ce91-4b2c-a049-fbadec75fa94 2018-11-19 06:05:20,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:20,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-84fdfb1c-7dd4-4e5e-851a-def6043799d1 Date: Mon, 19 Nov 2018 06:05:20 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:05:20,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-84fdfb1c-7dd4-4e5e-851a-def6043799d1 2018-11-19 06:05:20,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:20,446 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:20,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Sy3xzouSSyCky4r70bnOPg"], "issued_at": "2018-11-19T06:05:20.000000Z"}} 2018-11-19 06:05:20,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed351407dea9bc1fdf2791a71560a64d65d3ea3f" 2018-11-19 06:05:20,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3c4b55-17f5-46f8-9a6c-d5760c6cfc8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:20,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ac3c4b55-17f5-46f8-9a6c-d5760c6cfc8c 2018-11-19 06:05:21,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:21,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:21,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed351407dea9bc1fdf2791a71560a64d65d3ea3f" 2018-11-19 06:05:21,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b677cd-9dec-4052-8637-6235d5ac111c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}]} 2018-11-19 06:05:21,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj used request id req-23b677cd-9dec-4052-8637-6235d5ac111c 2018-11-19 06:05:21,122 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet 2018-11-19 06:05:21,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" -d '{"subnets": [{"ip_version": 4, "network_id": "2d9d1a59-12a5-47bf-8029-51d4e2d0a113", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet", "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d"}]}' 2018-11-19 06:05:21,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8bdcb16d-61dc-4496-9546-04aef3a8ed1e Date: Mon, 19 Nov 2018 06:05:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}]} 2018-11-19 06:05:21,676 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-8bdcb16d-61dc-4496-9546-04aef3a8ed1e 2018-11-19 06:05:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:21,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-19ce0faa-7148-4fb6-bc93-f28b23a62f4f Date: Mon, 19 Nov 2018 06:05:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"372efaad5cfb4bb4a86118d05b5e057d","status":"ACTIVE","subnets":["3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"],"description":"","tags":[],"updated_at":"2018-11-19T06:05:21Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net","admin_state_up":true,"tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:19Z","provider:network_type":"vxlan"}]} 2018-11-19 06:05:21,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-19ce0faa-7148-4fb6-bc93-f28b23a62f4f 2018-11-19 06:05:21,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:22,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-224cd301-ec0e-4620-9637-beb3a92689b5 Date: Mon, 19 Nov 2018 06:05:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}]} 2018-11-19 06:05:22,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-224cd301-ec0e-4620-9637-beb3a92689b5 2018-11-19 06:05:22,114 - OpenStackNetwork - DEBUG - Network [2d9d1a59-12a5-47bf-8029-51d4e2d0a113] created successfully 2018-11-19 06:05:22,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:22,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cade9f62e2f543709d55365c25d8a0a2", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj-role"}], "expires_at": "2018-11-19T07:05:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "372efaad5cfb4bb4a86118d05b5e057d", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-543aec29-1276-485-user", "id": "70dcf70371aa49939c59d66022606e07"}, "audit_ids": ["-6B9ATK-QA-poEtEb2IyLw"], "issued_at": "2018-11-19T06:05:22.000000Z"}} 2018-11-19 06:05:22,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87894af3c251d0669646c6d97149c533ff1db3a6" 2018-11-19 06:05:22,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-78d21125-ae8a-469b-9e08-376e115dca20 Date: Mon, 19 Nov 2018 06:05: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":["3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"],"updated_at":"2018-11-19T06:05:21Z","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net"}]} 2018-11-19 06:05:22,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net used request id req-78d21125-ae8a-469b-9e08-376e115dca20 2018-11-19 06:05:22,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:22,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:22,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6266385366017b3bf77e3e8bcbfc15b4fe444ba" 2018-11-19 06:05:22,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455d1fac-83e7-4020-a45c-e82d8ff9ff1a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}} 2018-11-19 06:05:22,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d used request id req-455d1fac-83e7-4020-a45c-e82d8ff9ff1a 2018-11-19 06:05:22,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87894af3c251d0669646c6d97149c533ff1db3a6" 2018-11-19 06:05:23,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d221b313-11c5-4488-8846-64611589d33e Date: Mon, 19 Nov 2018 06:05:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}]} 2018-11-19 06:05:23,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-d221b313-11c5-4488-8846-64611589d33e 2018-11-19 06:05:23,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:23,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:23,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cade9f62e2f543709d55365c25d8a0a2", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj-role"}], "expires_at": "2018-11-19T07:05:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "372efaad5cfb4bb4a86118d05b5e057d", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/372efaad5cfb4bb4a86118d05b5e057d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-543aec29-1276-485-user", "id": "70dcf70371aa49939c59d66022606e07"}, "audit_ids": ["_6MUjUIRSRK0aH292pHj6Q"], "issued_at": "2018-11-19T06:05:23.000000Z"}} 2018-11-19 06:05:23,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e10b7574b3b6b88ef2f882d0085dc2781d09de9" 2018-11-19 06:05:23,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe7cfede-15e4-49cb-8657-1d1ae77e079b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:23,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe7cfede-15e4-49cb-8657-1d1ae77e079b 2018-11-19 06:05:23,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e10b7574b3b6b88ef2f882d0085dc2781d09de9" 2018-11-19 06:05:23,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-cc108516-de4f-41f0-aa4c-224e906fa2d3 Date: Mon, 19 Nov 2018 06:05: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":["3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"],"updated_at":"2018-11-19T06:05:21Z","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:19Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net"}]} 2018-11-19 06:05:23,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net used request id req-cc108516-de4f-41f0-aa4c-224e906fa2d3 2018-11-19 06:05:23,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:23,780 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:23,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e10b7574b3b6b88ef2f882d0085dc2781d09de9" 2018-11-19 06:05:23,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf4b74c0-d3af-4bac-a4df-de36d7e21f25 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}} 2018-11-19 06:05:23,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d used request id req-cf4b74c0-d3af-4bac-a4df-de36d7e21f25 2018-11-19 06:05:23,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e10b7574b3b6b88ef2f882d0085dc2781d09de9" 2018-11-19 06:05:24,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fc491ebe-d5a6-47b5-835b-d4622fcc856e Date: Mon, 19 Nov 2018 06:05:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}]} 2018-11-19 06:05:24,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-fc491ebe-d5a6-47b5-835b-d4622fcc856e 2018-11-19 06:05:24,042 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:24,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:24,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5QWI1QxLTg-7TPArCdVEsA"], "issued_at": "2018-11-19T06:05:24.000000Z"}} 2018-11-19 06:05:24,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:24,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ed75b4-f150-4603-aefe-0578285dd923 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:24,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2ed75b4-f150-4603-aefe-0578285dd923 2018-11-19 06:05:24,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:24,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-31452a0f-f279-453f-a6b7-eb33523aacfe Date: Mon, 19 Nov 2018 06:05:24 GMT RESP BODY: {"routers": []} 2018-11-19 06:05:24,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router&admin_state_up=True used request id req-31452a0f-f279-453f-a6b7-eb33523aacfe 2018-11-19 06:05:24,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:24,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:25,095 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xzCVXxcnSVSqKRNWlwou5g"], "issued_at": "2018-11-19T06:05:25.000000Z"}} 2018-11-19 06:05:25,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee321f6a6f56ec793dd291d3f1a0c42f06eb15d7" 2018-11-19 06:05:25,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dc6f44-63cf-45ad-9f65-233a5070717c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:25,176 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-98dc6f44-63cf-45ad-9f65-233a5070717c 2018-11-19 06:05:25,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:25,185 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:25,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee321f6a6f56ec793dd291d3f1a0c42f06eb15d7" 2018-11-19 06:05:25,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba94972-ed6e-4dc6-90ac-d8ff84e3fdf7 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}]} 2018-11-19 06:05:25,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-543aec29-1276-485-proj used request id req-cba94972-ed6e-4dc6-90ac-d8ff84e3fdf7 2018-11-19 06:05:25,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:25,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b16dc6df-20ec-4d78-947a-932ac4c37461 Date: Mon, 19 Nov 2018 06:05:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:05:25,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-b16dc6df-20ec-4d78-947a-932ac4c37461 2018-11-19 06:05:25,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:25,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-46df62a6-03b3-4161-9438-bff1cbacc11c Date: Mon, 19 Nov 2018 06:05:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 06:05:25,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-46df62a6-03b3-4161-9438-bff1cbacc11c 2018-11-19 06:05:25,718 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router 2018-11-19 06:05:25,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "name": "CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router", "admin_state_up": true}}' 2018-11-19 06:05:30,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e28d6ec4-ccd9-4079-a96f-e635d23742e5 Date: Mon, 19 Nov 2018 06:05:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:26Z", "admin_state_up": true, "updated_at": "2018-11-19T06:05:27Z", "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1", "name": "CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router"}} 2018-11-19 06:05:30,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-e28d6ec4-ccd9-4079-a96f-e635d23742e5 2018-11-19 06:05:30,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:31,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3215 X-Openstack-Request-Id: req-344c720b-9722-47b8-a6c5-1b14e023dd03 Date: Mon, 19 Nov 2018 06:05:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:28Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","ip_address":"169.254.192.9"}],"id":"4e9ac22e-fdca-492a-a59b-fc987b1e9235","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:54:0a:63","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 372efaad5cfb4bb4a86118d05b5e057d","admin_state_up":true,"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:27Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:29Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","ip_address":"169.254.192.3"}],"id":"62b1b898-ff83-4c31-ac7d-e4e340c2dce4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c2:42:83","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 372efaad5cfb4bb4a86118d05b5e057d","admin_state_up":true,"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:28Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:29Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","ip_address":"169.254.192.11"}],"id":"8471c878-792f-408a-a575-78ae0e37ea40","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4b:67:33","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 372efaad5cfb4bb4a86118d05b5e057d","admin_state_up":true,"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:29Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:27Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.205"}],"id":"a449a6e4-d86e-4045-abf9-6f26adf04d5a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:82:a5:22","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:05:27Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"}]} 2018-11-19 06:05:31,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 used request id req-344c720b-9722-47b8-a6c5-1b14e023dd03 2018-11-19 06:05:31,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:31,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9f0f1316-cd51-4cc5-9e51-13f9aeab2c77 Date: Mon, 19 Nov 2018 06:05:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:26Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","subnetpool_id":null,"name":"HA subnet tenant 372efaad5cfb4bb4a86118d05b5e057d"}} 2018-11-19 06:05:31,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 used request id req-9f0f1316-cd51-4cc5-9e51-13f9aeab2c77 2018-11-19 06:05:31,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:31,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-390a1f86-f49e-4d77-96ce-6e951accaa68 Date: Mon, 19 Nov 2018 06:05:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:05:31,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-390a1f86-f49e-4d77-96ce-6e951accaa68 2018-11-19 06:05:31,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:31,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-88b7a01f-bbfc-4411-b692-919cd810315b Date: Mon, 19 Nov 2018 06:05:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:26Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","subnetpool_id":null,"name":"HA subnet tenant 372efaad5cfb4bb4a86118d05b5e057d"}} 2018-11-19 06:05:31,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 used request id req-88b7a01f-bbfc-4411-b692-919cd810315b 2018-11-19 06:05:31,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:31,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-48d7ec14-c3f6-4b78-8cce-5f7289f9c869 Date: Mon, 19 Nov 2018 06:05:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:26Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","subnetpool_id":null,"name":"HA subnet tenant 372efaad5cfb4bb4a86118d05b5e057d"}} 2018-11-19 06:05:31,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 used request id req-48d7ec14-c3f6-4b78-8cce-5f7289f9c869 2018-11-19 06:05:31,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:31,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ec8c36fb-a125-4678-8a8c-242d38fac64c Date: Mon, 19 Nov 2018 06:05:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":62,"ipv4_address_scope":null,"shared":false,"project_id":"372efaad5cfb4bb4a86118d05b5e057d","status":"ACTIVE","subnets":["3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"],"description":"","tags":[],"updated_at":"2018-11-19T06:05:21Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net","admin_state_up":true,"tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:19Z","provider:network_type":"vxlan"}]} 2018-11-19 06:05:31,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net used request id req-ec8c36fb-a125-4678-8a8c-242d38fac64c 2018-11-19 06:05:31,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:31,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:31,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:32,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-108cf78a-74c4-458b-98b9-87e2130add32 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}} 2018-11-19 06:05:32,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d used request id req-108cf78a-74c4-458b-98b9-87e2130add32 2018-11-19 06:05:32,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:32,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8de6a8da-cec2-4273-9aad-bc7c3948186d Date: Mon, 19 Nov 2018 06:05:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}]} 2018-11-19 06:05:32,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-8de6a8da-cec2-4273-9aad-bc7c3948186d 2018-11-19 06:05:32,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113&name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:32,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-30708db5-b45b-438f-baae-1e7a23d4ffb7 Date: Mon, 19 Nov 2018 06:05:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}]} 2018-11-19 06:05:32,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d9d1a59-12a5-47bf-8029-51d4e2d0a113&name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet used request id req-30708db5-b45b-438f-baae-1e7a23d4ffb7 2018-11-19 06:05:32,463 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:05:32,464 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router 2018-11-19 06:05:32,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" -d '{"subnet_id": "3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"}' 2018-11-19 06:05:34,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-35702dce-cba8-4160-9528-be122c54649e Date: Mon, 19 Nov 2018 06:05:34 GMT RESP BODY: {"network_id": "2d9d1a59-12a5-47bf-8029-51d4e2d0a113", "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "subnet_id": "3af5e340-6e69-42f1-b0d6-f815c2ed8a2b", "subnet_ids": ["3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"], "port_id": "bf5ce390-bf44-4e5b-b033-3fd0aac21a3e", "id": "363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"} 2018-11-19 06:05:34,443 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1/add_router_interface used request id req-35702dce-cba8-4160-9528-be122c54649e 2018-11-19 06:05:34,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:34,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-cced8026-c85b-4b06-af27-d65b4f8af156 Date: Mon, 19 Nov 2018 06:05:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:26Z", "admin_state_up": true, "updated_at": "2018-11-19T06:05:33Z", "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1", "name": "CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router"}} 2018-11-19 06:05:34,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 used request id req-cced8026-c85b-4b06-af27-d65b4f8af156 2018-11-19 06:05:34,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:34,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4440 X-Openstack-Request-Id: req-da7bae0e-428b-4ee2-8301-3215539a5fd6 Date: Mon, 19 Nov 2018 06:05:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:34Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","ip_address":"169.254.192.9"}],"id":"4e9ac22e-fdca-492a-a59b-fc987b1e9235","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:54:0a:63","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 372efaad5cfb4bb4a86118d05b5e057d","admin_state_up":true,"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:27Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:33Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","ip_address":"169.254.192.3"}],"id":"62b1b898-ff83-4c31-ac7d-e4e340c2dce4","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:42:83","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 372efaad5cfb4bb4a86118d05b5e057d","admin_state_up":true,"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:28Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:33Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","ip_address":"169.254.192.11"}],"id":"8471c878-792f-408a-a575-78ae0e37ea40","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4b:67:33","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 372efaad5cfb4bb4a86118d05b5e057d","admin_state_up":true,"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:29Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:33Z","device_owner":"network:router_gateway","revision_number":10,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.205"}],"id":"a449a6e4-d86e-4045-abf9-6f26adf04d5a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:a5:22","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:05:27Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","ip_address":"10.55.1.1"}],"id":"bf5ce390-bf44-4e5b-b033-3fd0aac21a3e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:34:f9:e8","project_id":"372efaad5cfb4bb4a86118d05b5e057d","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:33Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"}]} 2018-11-19 06:05:34,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 used request id req-da7bae0e-428b-4ee2-8301-3215539a5fd6 2018-11-19 06:05:34,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:34,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ec573229-0c47-46d2-a3ee-66254fec7718 Date: Mon, 19 Nov 2018 06:05:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:26Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","subnetpool_id":null,"name":"HA subnet tenant 372efaad5cfb4bb4a86118d05b5e057d"}} 2018-11-19 06:05:34,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 used request id req-ec573229-0c47-46d2-a3ee-66254fec7718 2018-11-19 06:05:34,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:34,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a941c043-2146-45c2-8eed-6b9a0cb65304 Date: Mon, 19 Nov 2018 06:05:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:05:34,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-a941c043-2146-45c2-8eed-6b9a0cb65304 2018-11-19 06:05:34,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:35,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-c62ee577-081e-42ea-995d-c1fb4866e0a7 Date: Mon, 19 Nov 2018 06:05:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:26Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","subnetpool_id":null,"name":"HA subnet tenant 372efaad5cfb4bb4a86118d05b5e057d"}} 2018-11-19 06:05:35,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 used request id req-c62ee577-081e-42ea-995d-c1fb4866e0a7 2018-11-19 06:05:35,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:35,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d5b1e3ef-d7db-41e5-94ba-3b8034f57f0a Date: Mon, 19 Nov 2018 06:05:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"57e87a5b-21d6-41dc-8aba-a1523b365405","tenant_id":"","created_at":"2018-11-19T06:05:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:26Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"a3950c2b-7688-48b9-914b-c241f44b6ac3","subnetpool_id":null,"name":"HA subnet tenant 372efaad5cfb4bb4a86118d05b5e057d"}} 2018-11-19 06:05:35,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a3950c2b-7688-48b9-914b-c241f44b6ac3 used request id req-d5b1e3ef-d7db-41e5-94ba-3b8034f57f0a 2018-11-19 06:05:35,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/3af5e340-6e69-42f1-b0d6-f815c2ed8a2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:35,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-2faba4fd-04d3-4db9-ad68-478e459c0341 Date: Mon, 19 Nov 2018 06:05:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}} 2018-11-19 06:05:35,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/3af5e340-6e69-42f1-b0d6-f815c2ed8a2b used request id req-2faba4fd-04d3-4db9-ad68-478e459c0341 2018-11-19 06:05:35,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87894af3c251d0669646c6d97149c533ff1db3a6" 2018-11-19 06:05:35,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-a304d1d2-abdb-4739-8653-0a1b36ab39bb Date: Mon, 19 Nov 2018 06:05:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:26Z", "admin_state_up": true, "updated_at": "2018-11-19T06:05:33Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "id": "363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1", "name": "CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router"}]} 2018-11-19 06:05:35,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router&admin_state_up=True used request id req-a304d1d2-abdb-4739-8653-0a1b36ab39bb 2018-11-19 06:05:35,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6266385366017b3bf77e3e8bcbfc15b4fe444ba" 2018-11-19 06:05:35,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b57d6c08-c595-43e8-a882-e5fb62cd79b5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}} 2018-11-19 06:05:35,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d used request id req-b57d6c08-c595-43e8-a882-e5fb62cd79b5 2018-11-19 06:05:35,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87894af3c251d0669646c6d97149c533ff1db3a6" 2018-11-19 06:05:35,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-210c1abc-473a-4341-be89-9be2363ffd37 Date: Mon, 19 Nov 2018 06:05:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:35Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","ip_address":"10.55.1.1"}],"id":"bf5ce390-bf44-4e5b-b033-3fd0aac21a3e","security_groups":[],"mac_address":"fa:16:3e:34:f9:e8","project_id":"372efaad5cfb4bb4a86118d05b5e057d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:33Z","binding:vnic_type":"normal","device_id":"363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"}]} 2018-11-19 06:05:35,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 used request id req-210c1abc-473a-4341-be89-9be2363ffd37 2018-11-19 06:05:35,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/3af5e340-6e69-42f1-b0d6-f815c2ed8a2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87894af3c251d0669646c6d97149c533ff1db3a6" 2018-11-19 06:05:36,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-3e9cce3c-c7e8-485d-bd62-8731d0370590 Date: Mon, 19 Nov 2018 06:05:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d9d1a59-12a5-47bf-8029-51d4e2d0a113","tenant_id":"372efaad5cfb4bb4a86118d05b5e057d","created_at":"2018-11-19T06:05:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:21Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"372efaad5cfb4bb4a86118d05b5e057d","id":"3af5e340-6e69-42f1-b0d6-f815c2ed8a2b","subnetpool_id":null,"name":"CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet"}} 2018-11-19 06:05:36,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/3af5e340-6e69-42f1-b0d6-f815c2ed8a2b used request id req-3e9cce3c-c7e8-485d-bd62-8731d0370590 2018-11-19 06:05:36,241 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router and subnet CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet 2018-11-19 06:05:36,242 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router 2018-11-19 06:05:36,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" -d '{"subnet_id": "3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"}' 2018-11-19 06:05:37,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b9509756-6419-4793-bb1c-83bed4863b9c Date: Mon, 19 Nov 2018 06:05:37 GMT RESP BODY: {"network_id": "2d9d1a59-12a5-47bf-8029-51d4e2d0a113", "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "subnet_id": "3af5e340-6e69-42f1-b0d6-f815c2ed8a2b", "subnet_ids": ["3af5e340-6e69-42f1-b0d6-f815c2ed8a2b"], "port_id": "bf5ce390-bf44-4e5b-b033-3fd0aac21a3e", "id": "363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1"} 2018-11-19 06:05:37,584 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1/remove_router_interface used request id req-b9509756-6419-4793-bb1c-83bed4863b9c 2018-11-19 06:05:37,585 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router 2018-11-19 06:05:37,585 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-router 2018-11-19 06:05:37,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ffd6db1aa2b56d693c42c49473523c349470055" 2018-11-19 06:05:41,016 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-756f7c83-3abc-45c5-a538-bee2b45fd169 Content-Length: 0 Date: Mon, 19 Nov 2018 06:05:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:05:41,016 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/363e5c50-d8b5-4ea0-b2fd-f882ddcbf0a1 used request id req-756f7c83-3abc-45c5-a538-bee2b45fd169 2018-11-19 06:05:41,017 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet 2018-11-19 06:05:41,017 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-subnet 2018-11-19 06:05:41,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/3af5e340-6e69-42f1-b0d6-f815c2ed8a2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:43,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3414c531-eb3e-4f25-924b-6626fe3f5dfd Date: Mon, 19 Nov 2018 06:05:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:05:43,401 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3af5e340-6e69-42f1-b0d6-f815c2ed8a2b used request id req-3414c531-eb3e-4f25-924b-6626fe3f5dfd 2018-11-19 06:05:43,401 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-e34cc488-2308-4df2-b0b5-1043beb655cf-pub-net 2018-11-19 06:05:43,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/2d9d1a59-12a5-47bf-8029-51d4e2d0a113 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1639e45bc766e1f432e2f974736c7ceab79ae5a9" 2018-11-19 06:05:44,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc58ed1b-6960-4392-a836-17e0169be991 Date: Mon, 19 Nov 2018 06:05:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:05:44,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2d9d1a59-12a5-47bf-8029-51d4e2d0a113 used request id req-dc58ed1b-6960-4392-a836-17e0169be991 2018-11-19 06:05:44,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:44,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1cc83b5f-dad1-40e6-a3a1-85066066fcc8 Date: Mon, 19 Nov 2018 06:05:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:19Z", "updated_at": "2018-11-19T06:05:19Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "revision_number": 0, "id": "076773fc-4fcd-4231-aab7-00d040e1245e", "remote_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "port_range_min": null, "ethertype": "IPv6", "project_id": "372efaad5cfb4bb4a86118d05b5e057d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "revision_number": 0, "id": "1b8b4c6c-e3f1-4d95-bad9-4a12a7079554", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "port_range_min": null, "ethertype": "IPv4", "project_id": "372efaad5cfb4bb4a86118d05b5e057d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "revision_number": 0, "id": "7819729d-2865-4dee-999f-82615f30997c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "port_range_min": null, "ethertype": "IPv6", "project_id": "372efaad5cfb4bb4a86118d05b5e057d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "revision_number": 0, "id": "ebaef7b6-7eaf-4bb3-a80a-9f3fae0e957a", "remote_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "port_range_min": null, "ethertype": "IPv4", "project_id": "372efaad5cfb4bb4a86118d05b5e057d"}], "revision_number": 4, "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:05:44,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1cc83b5f-dad1-40e6-a3a1-85066066fcc8 2018-11-19 06:05:44,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:44,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83b5123d-3c56-4ed8-9215-a17c27c3edcb Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:05:44,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-83b5123d-3c56-4ed8-9215-a17c27c3edcb 2018-11-19 06:05:44,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:45,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9cf1e3-5683-4dd1-a20f-31216830a5aa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:05:45,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-2b9cf1e3-5683-4dd1-a20f-31216830a5aa 2018-11-19 06:05:45,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:45,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6546044-c6bb-4a62-a42a-6392a8eb6534 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d"}, "enabled": true, "id": "372efaad5cfb4bb4a86118d05b5e057d", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-543aec29-1276-485-proj"}} 2018-11-19 06:05:45,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d used request id req-d6546044-c6bb-4a62-a42a-6392a8eb6534 2018-11-19 06:05:45,165 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7785c0dd-62be-4007-ad6b-7dcf6511391a 2018-11-19 06:05:45,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7785c0dd-62be-4007-ad6b-7dcf6511391a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:45,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-12e02d21-785b-4f38-9e20-50956c4d5384 Date: Mon, 19 Nov 2018 06:05:45 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "port_range_min": null, "revision_number": 0, "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:19Z", "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "id": "076773fc-4fcd-4231-aab7-00d040e1245e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "port_range_min": null, "revision_number": 0, "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:19Z", "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "id": "1b8b4c6c-e3f1-4d95-bad9-4a12a7079554"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "port_range_min": null, "revision_number": 0, "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:19Z", "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "id": "7819729d-2865-4dee-999f-82615f30997c"}, {"remote_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:19Z", "security_group_id": "7785c0dd-62be-4007-ad6b-7dcf6511391a", "port_range_min": null, "revision_number": 0, "tenant_id": "372efaad5cfb4bb4a86118d05b5e057d", "created_at": "2018-11-19T06:05:19Z", "project_id": "372efaad5cfb4bb4a86118d05b5e057d", "id": "ebaef7b6-7eaf-4bb3-a80a-9f3fae0e957a"}]} 2018-11-19 06:05:45,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7785c0dd-62be-4007-ad6b-7dcf6511391a used request id req-12e02d21-785b-4f38-9e20-50956c4d5384 2018-11-19 06:05:45,353 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:05:45,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7785c0dd-62be-4007-ad6b-7dcf6511391a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:45,665 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c39f369b-7e21-468e-a56f-83a892fed6e0 Content-Length: 0 Date: Mon, 19 Nov 2018 06:05:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:05:45,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7785c0dd-62be-4007-ad6b-7dcf6511391a used request id req-c39f369b-7e21-468e-a56f-83a892fed6e0 2018-11-19 06:05:45,666 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-543aec29-1276-485-proj 2018-11-19 06:05:45,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:45,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01d03be4-b6f7-474b-9bdb-2994a8a2ac53 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:45,890 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/372efaad5cfb4bb4a86118d05b5e057d used request id req-01d03be4-b6f7-474b-9bdb-2994a8a2ac53 2018-11-19 06:05:45,890 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-543aec29-1276-485-proj-role 2018-11-19 06:05:45,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/cade9f62e2f543709d55365c25d8a0a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:45,995 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d18ab748-be96-4020-a98d-8839f65255a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:45,995 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/cade9f62e2f543709d55365c25d8a0a2 used request id req-d18ab748-be96-4020-a98d-8839f65255a7 2018-11-19 06:05:45,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}836deb3c7437f37d9027c53480e683985416ee43" 2018-11-19 06:05:46,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-936e659b-c8af-4e8e-b531-1245fe6649c4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:05:46,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-936e659b-c8af-4e8e-b531-1245fe6649c4 2018-11-19 06:05:46,093 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-543aec29-1276-485-user 2018-11-19 06:05:46,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/70dcf70371aa49939c59d66022606e07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1382174b2d15ca540d984d99272ff56b33669679" 2018-11-19 06:05:46,366 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d22b3bc-325b-4215-a48b-47b3f8102aff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:46,366 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/70dcf70371aa49939c59d66022606e07 used request id req-5d22b3bc-325b-4215-a48b-47b3f8102aff 2018-11-19 06:05:46,367 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:46,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["qJOSstr_Q--GpVhndp15vA"], "issued_at": "2018-11-19T06:05:46.000000Z"}} 2018-11-19 06:05:46,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4b77ee54a576e6933f673b1082e76b7eb6086f2" 2018-11-19 06:05:46,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbd7f441-6fe3-47f7-92c9-0e262746a37f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:46,840 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fbd7f441-6fe3-47f7-92c9-0e262746a37f 2018-11-19 06:05:46,841 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:46,842 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:47,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["MNOab_SjTUW8lft-SQKrFQ"], "issued_at": "2018-11-19T06:05:47.000000Z"}} 2018-11-19 06:05:47,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:05:47,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475b17e4-97d1-443c-bec2-806ce95f4ca6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:47,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-475b17e4-97d1-443c-bec2-806ce95f4ca6 2018-11-19 06:05:47,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:47,402 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:47,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:05:47,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b20bd69-e20a-4cb5-9b31-3e5de8c16863 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:05:47,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj used request id req-1b20bd69-e20a-4cb5-9b31-3e5de8c16863 2018-11-19 06:05:47,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:05:47,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f34a9a64-b8dc-4b72-a802-f8333ea45a97 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:05:47,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f34a9a64-b8dc-4b72-a802-f8333ea45a97 2018-11-19 06:05:47,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}}' 2018-11-19 06:05:47,708 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:05:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad48ed53-e954-40ea-b8ae-6945268a7f34 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}} 2018-11-19 06:05:47,708 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ad48ed53-e954-40ea-b8ae-6945268a7f34 2018-11-19 06:05:47,709 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj 2018-11-19 06:05:47,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:47,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:48,093 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["nBGFvOStTruWX7ok8EKXGA"], "issued_at": "2018-11-19T06:05:48.000000Z"}} 2018-11-19 06:05:48,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cabf8005e90813c12c437d5b23afc7198410b6d" 2018-11-19 06:05:48,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25ada3c-a83d-4386-a67c-12010191a747 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:48,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a25ada3c-a83d-4386-a67c-12010191a747 2018-11-19 06:05:48,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:48,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:48 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:48,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cabf8005e90813c12c437d5b23afc7198410b6d" 2018-11-19 06:05:48,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c03c012-a893-406f-ab55-7296b37eb8d5 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:05:48,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7c03c012-a893-406f-ab55-7296b37eb8d5 2018-11-19 06:05:48,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cabf8005e90813c12c437d5b23afc7198410b6d" 2018-11-19 06:05:48,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bd6eb58-d832-465a-834e-5250a06cf59f Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}]} 2018-11-19 06:05:48,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj used request id req-4bd6eb58-d832-465a-834e-5250a06cf59f 2018-11-19 06:05:48,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cabf8005e90813c12c437d5b23afc7198410b6d" 2018-11-19 06:05:48,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae56aabb-0902-4355-a7c7-49c77f8ede64 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:05:48,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ae56aabb-0902-4355-a7c7-49c77f8ede64 2018-11-19 06:05:48,852 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-57aef5f7-a73c-4b9-user 2018-11-19 06:05:48,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:48,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:05:48,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed05e37c-bb57-4967-853b-01a2d1b7ca06 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:05:48,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ed05e37c-bb57-4967-853b-01a2d1b7ca06 2018-11-19 06:05:48,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" -d '{"role": {"name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj-role"}}' 2018-11-19 06:05:49,061 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:05:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ebf151e-7ccd-47f6-acd8-1988e93ab0ec Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d3bc3e58128c46ab903a986f06b8bb3d", "links": {"self": "http://172.30.9.21:5000/v3/roles/d3bc3e58128c46ab903a986f06b8bb3d"}, "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj-role"}} 2018-11-19 06:05:49,061 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7ebf151e-7ccd-47f6-acd8-1988e93ab0ec 2018-11-19 06:05:49,061 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj-role 2018-11-19 06:05:49,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d3bc3e58128c46ab903a986f06b8bb3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:05:49,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72f05fa6-f99c-4004-843a-b3bfad45f54c Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d3bc3e58128c46ab903a986f06b8bb3d"}, "domain_id": null, "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj-role", "id": "d3bc3e58128c46ab903a986f06b8bb3d"}} 2018-11-19 06:05:49,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d3bc3e58128c46ab903a986f06b8bb3d used request id req-72f05fa6-f99c-4004-843a-b3bfad45f54c 2018-11-19 06:05:49,079 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj-role to project CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj 2018-11-19 06:05:49,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe/users/f7883ec2ce5f4b0db3c55d9c958b4419/roles/d3bc3e58128c46ab903a986f06b8bb3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:05:49,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:05:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82fbfcad-09bf-4e01-9c9e-6c8483e977ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:05:49,196 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe/users/f7883ec2ce5f4b0db3c55d9c958b4419/roles/d3bc3e58128c46ab903a986f06b8bb3d used request id req-82fbfcad-09bf-4e01-9c9e-6c8483e977ed 2018-11-19 06:05:49,196 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:49,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:49,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["e5yvFiDuTZqiirdCw1CbLA"], "issued_at": "2018-11-19T06:05:49.000000Z"}} 2018-11-19 06:05:49,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:05:49,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5be472b1-a607-4406-a5c9-dc03bdf7774a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:49,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5be472b1-a607-4406-a5c9-dc03bdf7774a 2018-11-19 06:05:49,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:05:49,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-38eeb51c-e0ac-4157-9e76-cc235a715ea7 Date: Mon, 19 Nov 2018 06:05:49 GMT RESP BODY: {"networks":[]} 2018-11-19 06:05:49,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net used request id req-38eeb51c-e0ac-4157-9e76-cc235a715ea7 2018-11-19 06:05:49,863 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net 2018-11-19 06:05:49,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:49,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:50,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["FQWcVcRjTHucRZcQrjpSQA"], "issued_at": "2018-11-19T06:05:50.000000Z"}} 2018-11-19 06:05:50,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fb56b56321c459b58b902ab36656cd9cd97b68" 2018-11-19 06:05:50,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c708188-074b-4703-ab69-872c19914124 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:50,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c708188-074b-4703-ab69-872c19914124 2018-11-19 06:05:50,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:50,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:50,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63fb56b56321c459b58b902ab36656cd9cd97b68" 2018-11-19 06:05:50,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90ce1153-12ee-4195-bbc6-72137a112200 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}]} 2018-11-19 06:05:50,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj used request id req-90ce1153-12ee-4195-bbc6-72137a112200 2018-11-19 06:05:50,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" -d '{"network": {"tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "name": "CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net", "admin_state_up": true}}' 2018-11-19 06:05:50,982 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2cef6a61-5c97-41c4-b0b1-f2324f7fe26d Date: Mon, 19 Nov 2018 06:05: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":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"ec87a36e5db54fbd8ea0c69c92921efe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:05:50Z","is_default":false,"qos_policy_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net","admin_state_up":true,"tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:50Z","mtu":1450}} 2018-11-19 06:05:50,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2cef6a61-5c97-41c4-b0b1-f2324f7fe26d 2018-11-19 06:05:50,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:05:51,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-88308155-fb25-4a55-8bcf-ada157612ae5 Date: Mon, 19 Nov 2018 06:05:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"ec87a36e5db54fbd8ea0c69c92921efe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:05:50Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net","admin_state_up":true,"tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:50Z","provider:network_type":"vxlan"}]} 2018-11-19 06:05:51,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 used request id req-88308155-fb25-4a55-8bcf-ada157612ae5 2018-11-19 06:05:51,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:05:51,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-cec9d07c-9cb4-437e-aa41-eecd261e679d Date: Mon, 19 Nov 2018 06:05:51 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:05:51,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 used request id req-cec9d07c-9cb4-437e-aa41-eecd261e679d 2018-11-19 06:05:51,412 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:51,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:51,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["516o-K6NQcajZZe7XxNxvw"], "issued_at": "2018-11-19T06:05:51.000000Z"}} 2018-11-19 06:05:51,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b38cb77ff20f49b487f3d8df5fd2ed5cfddd68f5" 2018-11-19 06:05:51,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2daf3c-27ab-420b-b9ed-3b13a9acb2ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:51,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ac2daf3c-27ab-420b-b9ed-3b13a9acb2ba 2018-11-19 06:05:51,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:51,902 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:51,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b38cb77ff20f49b487f3d8df5fd2ed5cfddd68f5" 2018-11-19 06:05:51,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69bd25c9-3884-42e5-b322-f3bb82bd37fc Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}]} 2018-11-19 06:05:51,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj used request id req-69bd25c9-3884-42e5-b322-f3bb82bd37fc 2018-11-19 06:05:51,995 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet 2018-11-19 06:05:52,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" -d '{"subnets": [{"ip_version": 4, "network_id": "c2bd3634-bea7-47c9-ab92-11c959dbc8c7", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet", "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe"}]}' 2018-11-19 06:05:52,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0ca284b4-0977-46b5-a978-aadbb7ac2376 Date: Mon, 19 Nov 2018 06:05:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:52Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"f1c00b4e-b235-4d77-b791-7988bd667b71","subnetpool_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet"}]} 2018-11-19 06:05:52,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0ca284b4-0977-46b5-a978-aadbb7ac2376 2018-11-19 06:05:52,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:05:52,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1ade9f8b-1a46-4b2e-a581-a37baf832b46 Date: Mon, 19 Nov 2018 06:05:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"ec87a36e5db54fbd8ea0c69c92921efe","status":"ACTIVE","subnets":["f1c00b4e-b235-4d77-b791-7988bd667b71"],"description":"","tags":[],"updated_at":"2018-11-19T06:05:52Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net","admin_state_up":true,"tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:50Z","provider:network_type":"vxlan"}]} 2018-11-19 06:05:52,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 used request id req-1ade9f8b-1a46-4b2e-a581-a37baf832b46 2018-11-19 06:05:52,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:05:52,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-afc68f11-5627-44b5-90c2-74bc9a81ea9d Date: Mon, 19 Nov 2018 06:05:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"f1c00b4e-b235-4d77-b791-7988bd667b71","subnetpool_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet"}]} 2018-11-19 06:05:52,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 used request id req-afc68f11-5627-44b5-90c2-74bc9a81ea9d 2018-11-19 06:05:52,955 - OpenStackNetwork - DEBUG - Network [c2bd3634-bea7-47c9-ab92-11c959dbc8c7] created successfully 2018-11-19 06:05:52,955 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:53,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d3bc3e58128c46ab903a986f06b8bb3d", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj-role"}], "expires_at": "2018-11-19T07:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/ec87a36e5db54fbd8ea0c69c92921efe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-user", "id": "f7883ec2ce5f4b0db3c55d9c958b4419"}, "audit_ids": ["s7pF13y2Svu1z9YFwewxOQ"], "issued_at": "2018-11-19T06:05:53.000000Z"}} 2018-11-19 06:05:53,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f1abb5a6bbc4635c8090f66da4c107f603fed0" 2018-11-19 06:05:53,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f3f0c5e6-89a0-4ad6-8f1b-aa0b1df68a96 Date: Mon, 19 Nov 2018 06:05: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":["f1c00b4e-b235-4d77-b791-7988bd667b71"],"updated_at":"2018-11-19T06:05:52Z","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net"}]} 2018-11-19 06:05:53,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net used request id req-f3f0c5e6-89a0-4ad6-8f1b-aa0b1df68a96 2018-11-19 06:05:53,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:53,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:53,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4b77ee54a576e6933f673b1082e76b7eb6086f2" 2018-11-19 06:05:53,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a0a13a0-95c0-4389-bb9c-d04279c58140 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}} 2018-11-19 06:05:53,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe used request id req-9a0a13a0-95c0-4389-bb9c-d04279c58140 2018-11-19 06:05:53,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f1abb5a6bbc4635c8090f66da4c107f603fed0" 2018-11-19 06:05:53,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-25a6ec78-b2aa-4b87-8b40-efbcb07d8bd6 Date: Mon, 19 Nov 2018 06:05:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"f1c00b4e-b235-4d77-b791-7988bd667b71","subnetpool_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet"}]} 2018-11-19 06:05:53,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 used request id req-25a6ec78-b2aa-4b87-8b40-efbcb07d8bd6 2018-11-19 06:05:53,948 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:53,949 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:54,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["DANWs8SAQa6zZEl9IE8roA"], "issued_at": "2018-11-19T06:05:54.000000Z"}} 2018-11-19 06:05:54,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:05:54,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7cb7fa-c97d-4b13-9e3c-0fdf89a77f07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:54,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ef7cb7fa-c97d-4b13-9e3c-0fdf89a77f07 2018-11-19 06:05:54,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:05:54,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f9795c13-b8d7-4f6c-936e-2abdd7237e24 Date: Mon, 19 Nov 2018 06:05:54 GMT RESP BODY: {"routers": []} 2018-11-19 06:05:54,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router&admin_state_up=True used request id req-f9795c13-b8d7-4f6c-936e-2abdd7237e24 2018-11-19 06:05:54,613 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:05:54,614 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:05:54,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:05:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["j7MquI63S46S-QfcEQsNGQ"], "issued_at": "2018-11-19T06:05:54.000000Z"}} 2018-11-19 06:05:54,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0276e7a2e87b4ec85b4059535bcd192443566027" 2018-11-19 06:05:55,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7eab30a-ba95-4b21-a1dc-31af0c1ddbce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:05:55,078 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f7eab30a-ba95-4b21-a1dc-31af0c1ddbce 2018-11-19 06:05:55,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:05:55,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:05:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:05:55,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0276e7a2e87b4ec85b4059535bcd192443566027" 2018-11-19 06:05:55,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f852611-1589-4218-ba24-84be7cbe1091 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}]} 2018-11-19 06:05:55,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj used request id req-3f852611-1589-4218-ba24-84be7cbe1091 2018-11-19 06:05:55,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:05:55,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-7588e680-c167-409e-bc29-502e171ff446 Date: Mon, 19 Nov 2018 06:05:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:05:55,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-7588e680-c167-409e-bc29-502e171ff446 2018-11-19 06:05:55,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:05:55,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-7bceef64-166e-4eb8-89bc-3343305abf8c Date: Mon, 19 Nov 2018 06:05:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 06:05:55,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-7bceef64-166e-4eb8-89bc-3343305abf8c 2018-11-19 06:05:55,646 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router 2018-11-19 06:05:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "name": "CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router", "admin_state_up": true}}' 2018-11-19 06:06:00,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-de9b3e4c-7a2c-4512-b675-3ca7dba14c00 Date: Mon, 19 Nov 2018 06:06:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:56Z", "admin_state_up": true, "updated_at": "2018-11-19T06:05:57Z", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "638284cd-538b-46f4-ab01-732fdca4d5dc", "name": "CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router"}} 2018-11-19 06:06:00,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-de9b3e4c-7a2c-4512-b675-3ca7dba14c00 2018-11-19 06:06:00,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=638284cd-538b-46f4-ab01-732fdca4d5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:00,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3249 X-Openstack-Request-Id: req-c38a4503-345f-4420-9c43-d0201833f7df Date: Mon, 19 Nov 2018 06:06:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:59Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d581b47b-bace-4bff-833e-9379cef9df31","ip_address":"169.254.192.9"}],"id":"250e1ee7-2380-4fa9-b3f2-9306be0dd4b6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:07:bf:0b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ec87a36e5db54fbd8ea0c69c92921efe","admin_state_up":true,"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:59Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d581b47b-bace-4bff-833e-9379cef9df31","ip_address":"169.254.192.3"}],"id":"5f67d162-3b17-4d61-ba8c-dafb2bfc102f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f5:7f:49","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ec87a36e5db54fbd8ea0c69c92921efe","admin_state_up":true,"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:58Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:00Z","device_owner":"network:router_gateway","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.209"}],"id":"6ba075fc-dc8b-45f1-84d7-68a79c81761b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:74:9d:ac","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:05:56Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:05:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d581b47b-bace-4bff-833e-9379cef9df31","ip_address":"169.254.192.10"}],"id":"eb072c39-5005-4612-b782-8be512127c43","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:0b:89","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ec87a36e5db54fbd8ea0c69c92921efe","admin_state_up":true,"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:57Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"}]} 2018-11-19 06:06:00,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=638284cd-538b-46f4-ab01-732fdca4d5dc used request id req-c38a4503-345f-4420-9c43-d0201833f7df 2018-11-19 06:06:00,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:01,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b1c43b23-c71f-422b-bd84-1d6ac66ad04a Date: Mon, 19 Nov 2018 06:06:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:06:01,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-b1c43b23-c71f-422b-bd84-1d6ac66ad04a 2018-11-19 06:06:01,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:01,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e82ef2ce-9ee9-49ef-b2ef-1febd0a5acf7 Date: Mon, 19 Nov 2018 06:06:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:56Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:56Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d581b47b-bace-4bff-833e-9379cef9df31","subnetpool_id":null,"name":"HA subnet tenant ec87a36e5db54fbd8ea0c69c92921efe"}} 2018-11-19 06:06:01,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 used request id req-e82ef2ce-9ee9-49ef-b2ef-1febd0a5acf7 2018-11-19 06:06:01,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:01,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-69102158-f767-48aa-a5d9-75160b9c873e Date: Mon, 19 Nov 2018 06:06:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:56Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:56Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d581b47b-bace-4bff-833e-9379cef9df31","subnetpool_id":null,"name":"HA subnet tenant ec87a36e5db54fbd8ea0c69c92921efe"}} 2018-11-19 06:06:01,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 used request id req-69102158-f767-48aa-a5d9-75160b9c873e 2018-11-19 06:06:01,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:01,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-9f766003-1719-4be9-b73c-af284d301edd Date: Mon, 19 Nov 2018 06:06:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:56Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:56Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d581b47b-bace-4bff-833e-9379cef9df31","subnetpool_id":null,"name":"HA subnet tenant ec87a36e5db54fbd8ea0c69c92921efe"}} 2018-11-19 06:06:01,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 used request id req-9f766003-1719-4be9-b73c-af284d301edd 2018-11-19 06:06:01,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:01,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-1fca5288-768e-4022-8ec0-b2c0ac8287b4 Date: Mon, 19 Nov 2018 06:06:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":30,"ipv4_address_scope":null,"shared":false,"project_id":"ec87a36e5db54fbd8ea0c69c92921efe","status":"ACTIVE","subnets":["f1c00b4e-b235-4d77-b791-7988bd667b71"],"description":"","tags":[],"updated_at":"2018-11-19T06:05:52Z","qos_policy_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net","admin_state_up":true,"tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:50Z","provider:network_type":"vxlan"}]} 2018-11-19 06:06:01,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net used request id req-1fca5288-768e-4022-8ec0-b2c0ac8287b4 2018-11-19 06:06:01,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:01,919 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:01,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:02,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bbbf046-e68f-4f28-b284-fbd159446c04 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}} 2018-11-19 06:06:02,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe used request id req-7bbbf046-e68f-4f28-b284-fbd159446c04 2018-11-19 06:06:02,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:02,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-113c0c8f-3459-40f9-990e-57f8cfa863a7 Date: Mon, 19 Nov 2018 06:06:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"f1c00b4e-b235-4d77-b791-7988bd667b71","subnetpool_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet"}]} 2018-11-19 06:06:02,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7 used request id req-113c0c8f-3459-40f9-990e-57f8cfa863a7 2018-11-19 06:06:02,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7&name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:02,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5386ef68-b7e2-44e7-a46b-0c5829b2a420 Date: Mon, 19 Nov 2018 06:06:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"f1c00b4e-b235-4d77-b791-7988bd667b71","subnetpool_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet"}]} 2018-11-19 06:06:02,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=c2bd3634-bea7-47c9-ab92-11c959dbc8c7&name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet used request id req-5386ef68-b7e2-44e7-a46b-0c5829b2a420 2018-11-19 06:06:02,445 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:06:02,445 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router 2018-11-19 06:06:02,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" -d '{"subnet_id": "f1c00b4e-b235-4d77-b791-7988bd667b71"}' 2018-11-19 06:06:04,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-461ad4bb-e994-4c01-a993-a7d17f7001db Date: Mon, 19 Nov 2018 06:06:04 GMT RESP BODY: {"network_id": "c2bd3634-bea7-47c9-ab92-11c959dbc8c7", "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "subnet_id": "f1c00b4e-b235-4d77-b791-7988bd667b71", "subnet_ids": ["f1c00b4e-b235-4d77-b791-7988bd667b71"], "port_id": "a3e3b1d5-b76c-4131-b147-c673587d2737", "id": "638284cd-538b-46f4-ab01-732fdca4d5dc"} 2018-11-19 06:06:04,234 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc/add_router_interface used request id req-461ad4bb-e994-4c01-a993-a7d17f7001db 2018-11-19 06:06:04,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:04,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 734 X-Openstack-Request-Id: req-26a628df-cae8-4149-9369-bbbf26b78c61 Date: Mon, 19 Nov 2018 06:06:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:56Z", "admin_state_up": true, "updated_at": "2018-11-19T06:06:03Z", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "638284cd-538b-46f4-ab01-732fdca4d5dc", "name": "CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router"}} 2018-11-19 06:06:04,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc used request id req-26a628df-cae8-4149-9369-bbbf26b78c61 2018-11-19 06:06:04,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=638284cd-538b-46f4-ab01-732fdca4d5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:04,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4443 X-Openstack-Request-Id: req-242fec13-90d4-4bbf-bb8a-f6a0f32ba757 Date: Mon, 19 Nov 2018 06:06:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:04Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d581b47b-bace-4bff-833e-9379cef9df31","ip_address":"169.254.192.9"}],"id":"250e1ee7-2380-4fa9-b3f2-9306be0dd4b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:07:bf:0b","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ec87a36e5db54fbd8ea0c69c92921efe","admin_state_up":true,"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:59Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:03Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d581b47b-bace-4bff-833e-9379cef9df31","ip_address":"169.254.192.3"}],"id":"5f67d162-3b17-4d61-ba8c-dafb2bfc102f","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:7f:49","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ec87a36e5db54fbd8ea0c69c92921efe","admin_state_up":true,"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:58Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:02Z","device_owner":"network:router_gateway","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.209"}],"id":"6ba075fc-dc8b-45f1-84d7-68a79c81761b","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:9d:ac","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:05:56Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:03Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f1c00b4e-b235-4d77-b791-7988bd667b71","ip_address":"10.55.1.1"}],"id":"a3e3b1d5-b76c-4131-b147-c673587d2737","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ec:e3:75","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:06:02Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:03Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d581b47b-bace-4bff-833e-9379cef9df31","ip_address":"169.254.192.10"}],"id":"eb072c39-5005-4612-b782-8be512127c43","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:0b:89","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ec87a36e5db54fbd8ea0c69c92921efe","admin_state_up":true,"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:57Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"}]} 2018-11-19 06:06:04,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=638284cd-538b-46f4-ab01-732fdca4d5dc used request id req-242fec13-90d4-4bbf-bb8a-f6a0f32ba757 2018-11-19 06:06:04,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:04,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fcfdcf53-c46c-4786-8bf9-04b39c15f173 Date: Mon, 19 Nov 2018 06:06:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:06:04,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-fcfdcf53-c46c-4786-8bf9-04b39c15f173 2018-11-19 06:06:04,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:04,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-90d77d56-4a23-469b-9273-ecdf67751f3f Date: Mon, 19 Nov 2018 06:06:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:56Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:56Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d581b47b-bace-4bff-833e-9379cef9df31","subnetpool_id":null,"name":"HA subnet tenant ec87a36e5db54fbd8ea0c69c92921efe"}} 2018-11-19 06:06:04,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 used request id req-90d77d56-4a23-469b-9273-ecdf67751f3f 2018-11-19 06:06:04,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:04,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ad73cff2-bca8-415c-8efc-b98df86270ea Date: Mon, 19 Nov 2018 06:06:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:56Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:56Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d581b47b-bace-4bff-833e-9379cef9df31","subnetpool_id":null,"name":"HA subnet tenant ec87a36e5db54fbd8ea0c69c92921efe"}} 2018-11-19 06:06:04,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 used request id req-ad73cff2-bca8-415c-8efc-b98df86270ea 2018-11-19 06:06:04,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:05,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e6b37037-a3f8-4390-8889-9ee4ef66b9c9 Date: Mon, 19 Nov 2018 06:06:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4568eb41-3954-49ac-9514-9fc3234cfee3","tenant_id":"","created_at":"2018-11-19T06:05:56Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:56Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"d581b47b-bace-4bff-833e-9379cef9df31","subnetpool_id":null,"name":"HA subnet tenant ec87a36e5db54fbd8ea0c69c92921efe"}} 2018-11-19 06:06:05,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/d581b47b-bace-4bff-833e-9379cef9df31 used request id req-e6b37037-a3f8-4390-8889-9ee4ef66b9c9 2018-11-19 06:06:05,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f1c00b4e-b235-4d77-b791-7988bd667b71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:05,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-813cf05b-ce72-425b-b033-b04f7c6183ba Date: Mon, 19 Nov 2018 06:06:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:52Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"f1c00b4e-b235-4d77-b791-7988bd667b71","subnetpool_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet"}} 2018-11-19 06:06:05,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f1c00b4e-b235-4d77-b791-7988bd667b71 used request id req-813cf05b-ce72-425b-b033-b04f7c6183ba 2018-11-19 06:06:05,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f1abb5a6bbc4635c8090f66da4c107f603fed0" 2018-11-19 06:06:05,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-a95c09a1-9c60-4dbf-a8a6-45c28c3b59b8 Date: Mon, 19 Nov 2018 06:06:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:56Z", "admin_state_up": true, "updated_at": "2018-11-19T06:06:03Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "id": "638284cd-538b-46f4-ab01-732fdca4d5dc", "name": "CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router"}]} 2018-11-19 06:06:05,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router&admin_state_up=True used request id req-a95c09a1-9c60-4dbf-a8a6-45c28c3b59b8 2018-11-19 06:06:05,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4b77ee54a576e6933f673b1082e76b7eb6086f2" 2018-11-19 06:06:05,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b316aca-8778-413b-96ab-1c61ed1d9098 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}} 2018-11-19 06:06:05,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe used request id req-2b316aca-8778-413b-96ab-1c61ed1d9098 2018-11-19 06:06:05,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=638284cd-538b-46f4-ab01-732fdca4d5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f1abb5a6bbc4635c8090f66da4c107f603fed0" 2018-11-19 06:06:05,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-61e1ab25-a9ba-4af9-9816-2f9a996bf857 Date: Mon, 19 Nov 2018 06:06:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:05Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f1c00b4e-b235-4d77-b791-7988bd667b71","ip_address":"10.55.1.1"}],"id":"a3e3b1d5-b76c-4131-b147-c673587d2737","security_groups":[],"mac_address":"fa:16:3e:ec:e3:75","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:06:02Z","binding:vnic_type":"normal","device_id":"638284cd-538b-46f4-ab01-732fdca4d5dc"}]} 2018-11-19 06:06:05,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=638284cd-538b-46f4-ab01-732fdca4d5dc used request id req-61e1ab25-a9ba-4af9-9816-2f9a996bf857 2018-11-19 06:06:05,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f1c00b4e-b235-4d77-b791-7988bd667b71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6f1abb5a6bbc4635c8090f66da4c107f603fed0" 2018-11-19 06:06:06,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-48fa5e2b-039c-4ac1-b316-d55c5dd29e8b Date: Mon, 19 Nov 2018 06:06:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c2bd3634-bea7-47c9-ab92-11c959dbc8c7","tenant_id":"ec87a36e5db54fbd8ea0c69c92921efe","created_at":"2018-11-19T06:05:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:05:52Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"ec87a36e5db54fbd8ea0c69c92921efe","id":"f1c00b4e-b235-4d77-b791-7988bd667b71","subnetpool_id":null,"name":"CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet"}} 2018-11-19 06:06:06,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f1c00b4e-b235-4d77-b791-7988bd667b71 used request id req-48fa5e2b-039c-4ac1-b316-d55c5dd29e8b 2018-11-19 06:06:06,108 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router and subnet CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet 2018-11-19 06:06:06,108 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router 2018-11-19 06:06:06,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" -d '{"subnet_id": "f1c00b4e-b235-4d77-b791-7988bd667b71"}' 2018-11-19 06:06:08,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-20ebc3a0-d40a-4a6d-bbed-b4012fbc8a3e Date: Mon, 19 Nov 2018 06:06:08 GMT RESP BODY: {"network_id": "c2bd3634-bea7-47c9-ab92-11c959dbc8c7", "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "subnet_id": "f1c00b4e-b235-4d77-b791-7988bd667b71", "subnet_ids": ["f1c00b4e-b235-4d77-b791-7988bd667b71"], "port_id": "a3e3b1d5-b76c-4131-b147-c673587d2737", "id": "638284cd-538b-46f4-ab01-732fdca4d5dc"} 2018-11-19 06:06:08,025 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc/remove_router_interface used request id req-20ebc3a0-d40a-4a6d-bbed-b4012fbc8a3e 2018-11-19 06:06:08,025 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router 2018-11-19 06:06:08,025 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-router 2018-11-19 06:06:08,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d5e83e9f80ff95e81b71062e669796b76a76ec" 2018-11-19 06:06:11,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e9699b6-1d05-4c04-9a8e-63d202b10a1c Content-Length: 0 Date: Mon, 19 Nov 2018 06:06:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:11,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/638284cd-538b-46f4-ab01-732fdca4d5dc used request id req-7e9699b6-1d05-4c04-9a8e-63d202b10a1c 2018-11-19 06:06:11,280 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet 2018-11-19 06:06:11,280 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-subnet 2018-11-19 06:06:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/f1c00b4e-b235-4d77-b791-7988bd667b71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:06:13,518 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ef77a9c-27e5-43ef-a219-6c88155334b2 Date: Mon, 19 Nov 2018 06:06:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:13,518 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f1c00b4e-b235-4d77-b791-7988bd667b71 used request id req-4ef77a9c-27e5-43ef-a219-6c88155334b2 2018-11-19 06:06:13,518 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-de5e41f0-550a-45c3-9c62-82d4fca0398c-pub-net 2018-11-19 06:06:13,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/c2bd3634-bea7-47c9-ab92-11c959dbc8c7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb898da0b807ceeea178672dd9b6c4f6c4da9e54" 2018-11-19 06:06:14,794 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e82bad5-efea-4b39-b1d8-c7bb424152c2 Date: Mon, 19 Nov 2018 06:06:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:14,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/c2bd3634-bea7-47c9-ab92-11c959dbc8c7 used request id req-9e82bad5-efea-4b39-b1d8-c7bb424152c2 2018-11-19 06:06:14,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:15,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-33ed499a-1186-4a20-98c8-65a23656a156 Date: Mon, 19 Nov 2018 06:06:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:50Z", "updated_at": "2018-11-19T06:05:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "revision_number": 0, "id": "bd1dc8d0-3ba4-45a2-8d1d-64e50c466911", "remote_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "revision_number": 0, "id": "cc1b0507-10b6-468a-9371-e275b4e7e46c", "remote_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "revision_number": 0, "id": "e9551b43-3dd2-4dcc-94d9-290577ccb708", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "port_range_min": null, "ethertype": "IPv6", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "revision_number": 0, "id": "fe2c3a25-1af2-4bca-b0c8-c0fb8c4180d4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "port_range_min": null, "ethertype": "IPv4", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe"}], "revision_number": 4, "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "name": "default"}]} 2018-11-19 06:06:15,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-33ed499a-1186-4a20-98c8-65a23656a156 2018-11-19 06:06:15,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:15,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1e2558-b000-44fe-bf88-66d6709b6cfe Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:06:15,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-cf1e2558-b000-44fe-bf88-66d6709b6cfe 2018-11-19 06:06:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:15,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471a5187-f855-4719-8902-323c24c199fb Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:06:15,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-471a5187-f855-4719-8902-323c24c199fb 2018-11-19 06:06:15,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:15,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe8c058-a1d9-4878-8572-10e33582bfd1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:06:15,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-abe8c058-a1d9-4878-8572-10e33582bfd1 2018-11-19 06:06:15,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:15,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ace9f6-50dd-448c-a6fb-d7946ec478c2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe"}, "enabled": true, "id": "ec87a36e5db54fbd8ea0c69c92921efe", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj"}} 2018-11-19 06:06:15,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe used request id req-b4ace9f6-50dd-448c-a6fb-d7946ec478c2 2018-11-19 06:06:15,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb7bad27-1e99-4172-8722-64bcd5a01585 2018-11-19 06:06:15,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=eb7bad27-1e99-4172-8722-64bcd5a01585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:15,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-c7cefbb9-897a-4fee-bd02-f39f0f3d8758 Date: Mon, 19 Nov 2018 06:06:15 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "port_range_min": null, "revision_number": 0, "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:50Z", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "id": "bd1dc8d0-3ba4-45a2-8d1d-64e50c466911"}, {"remote_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "port_range_min": null, "revision_number": 0, "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:50Z", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "id": "cc1b0507-10b6-468a-9371-e275b4e7e46c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "port_range_min": null, "revision_number": 0, "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:50Z", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "id": "e9551b43-3dd2-4dcc-94d9-290577ccb708"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:05:50Z", "security_group_id": "eb7bad27-1e99-4172-8722-64bcd5a01585", "port_range_min": null, "revision_number": 0, "tenant_id": "ec87a36e5db54fbd8ea0c69c92921efe", "created_at": "2018-11-19T06:05:50Z", "project_id": "ec87a36e5db54fbd8ea0c69c92921efe", "id": "fe2c3a25-1af2-4bca-b0c8-c0fb8c4180d4"}]} 2018-11-19 06:06:15,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=eb7bad27-1e99-4172-8722-64bcd5a01585 used request id req-c7cefbb9-897a-4fee-bd02-f39f0f3d8758 2018-11-19 06:06:15,757 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:06:15,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/eb7bad27-1e99-4172-8722-64bcd5a01585 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:16,126 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-491f37b5-1c52-44b6-80e7-e0be953cecb3 Content-Length: 0 Date: Mon, 19 Nov 2018 06:06:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:16,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/eb7bad27-1e99-4172-8722-64bcd5a01585 used request id req-491f37b5-1c52-44b6-80e7-e0be953cecb3 2018-11-19 06:06:16,127 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj 2018-11-19 06:06:16,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:16,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3de9c4f-a075-40f2-9781-194117e6adc7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:16,351 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ec87a36e5db54fbd8ea0c69c92921efe used request id req-f3de9c4f-a075-40f2-9781-194117e6adc7 2018-11-19 06:06:16,351 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-57aef5f7-a73c-4b9-proj-role 2018-11-19 06:06:16,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d3bc3e58128c46ab903a986f06b8bb3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:16,468 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-086d276e-2d47-47bd-8319-5507ab917180 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:16,468 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d3bc3e58128c46ab903a986f06b8bb3d used request id req-086d276e-2d47-47bd-8319-5507ab917180 2018-11-19 06:06:16,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc36351a02ca79161ca28f805438ed7ec5267dae" 2018-11-19 06:06:16,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f252af-9590-4d1e-8ce2-47d0ea11c697 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:06:16,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d2f252af-9590-4d1e-8ce2-47d0ea11c697 2018-11-19 06:06:16,575 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-57aef5f7-a73c-4b9-user 2018-11-19 06:06:16,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f7883ec2ce5f4b0db3c55d9c958b4419 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cabf8005e90813c12c437d5b23afc7198410b6d" 2018-11-19 06:06:16,757 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9a5819e-b1f7-4fb1-8f6f-1ad982a4c421 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:16,757 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f7883ec2ce5f4b0db3c55d9c958b4419 used request id req-f9a5819e-b1f7-4fb1-8f6f-1ad982a4c421 2018-11-19 06:06:16,759 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:17,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XAntq5lLQJaxP2GK8HE1gA"], "issued_at": "2018-11-19T06:06:17.000000Z"}} 2018-11-19 06:06:17,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7241ad10dd3c40e5df278bede5d163fb2ad76b" 2018-11-19 06:06:17,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0be1a8bd-d5a9-44b3-81cc-73a590564b91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:17,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0be1a8bd-d5a9-44b3-81cc-73a590564b91 2018-11-19 06:06:17,243 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:17,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:17,623 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["rDeJKXZgSIqYBnIgaxMGvA"], "issued_at": "2018-11-19T06:06:17.000000Z"}} 2018-11-19 06:06:17,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:17,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5f90594-90c2-4945-b020-c32607f39f6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:17,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f5f90594-90c2-4945-b020-c32607f39f6d 2018-11-19 06:06:17,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:17,727 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:17,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8576c63a-55ce-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:17,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9189522-6de9-4dfb-9608-84c7ec52a20c Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8576c63a-55ce-45e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:06:17,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8576c63a-55ce-45e-proj used request id req-e9189522-6de9-4dfb-9608-84c7ec52a20c 2018-11-19 06:06:17,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:17,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e7d2937-1d0b-4a95-8ce7-07874f46d594 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:06:17,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2e7d2937-1d0b-4a95-8ce7-07874f46d594 2018-11-19 06:06:17,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}}' 2018-11-19 06:06:18,043 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:06:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d07bc4d-527c-48ae-8716-bd040108eceb Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca"}, "enabled": true, "id": "2ea878ea1e464167bc9ce012f477efca", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}} 2018-11-19 06:06:18,043 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1d07bc4d-527c-48ae-8716-bd040108eceb 2018-11-19 06:06:18,044 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-8576c63a-55ce-45e-proj 2018-11-19 06:06:18,044 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:18,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:18,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["RzXxX0Q0S3m_RT_Uf-EHMg"], "issued_at": "2018-11-19T06:06:18.000000Z"}} 2018-11-19 06:06:18,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}affcef12721c2da5d501f1ed93e0682874662c16" 2018-11-19 06:06:18,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9ef6d6b-06e4-4f9f-a1d0-8d16b5aa59c9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:18,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a9ef6d6b-06e4-4f9f-a1d0-8d16b5aa59c9 2018-11-19 06:06:18,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:18,522 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:18,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}affcef12721c2da5d501f1ed93e0682874662c16" 2018-11-19 06:06:18,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c5899aa-77f5-4414-aa83-f8daabbaeac2 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:06:18,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c5899aa-77f5-4414-aa83-f8daabbaeac2 2018-11-19 06:06:18,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-8576c63a-55ce-45e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}affcef12721c2da5d501f1ed93e0682874662c16" 2018-11-19 06:06:18,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4995914-aaae-4773-818e-a8f216467332 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-8576c63a-55ce-45e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca"}, "enabled": true, "id": "2ea878ea1e464167bc9ce012f477efca", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}]} 2018-11-19 06:06:18,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-8576c63a-55ce-45e-proj used request id req-c4995914-aaae-4773-818e-a8f216467332 2018-11-19 06:06:18,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}affcef12721c2da5d501f1ed93e0682874662c16" 2018-11-19 06:06:18,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad625d14-4be4-42a8-b1b2-9169b4b71784 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:06:18,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ad625d14-4be4-42a8-b1b2-9169b4b71784 2018-11-19 06:06:19,211 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-8576c63a-55ce-45e-user 2018-11-19 06:06:19,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:19,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:19,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f815e123-4b39-4bff-a67d-a6e5a4c8f39a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:06:19,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f815e123-4b39-4bff-a67d-a6e5a4c8f39a 2018-11-19 06:06:19,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" -d '{"role": {"name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role"}}' 2018-11-19 06:06:19,366 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:06:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-253a9b04-0510-41e6-8bdf-1cd9584c1add Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d009e467c0464ecaa3beb58df560b051", "links": {"self": "http://172.30.9.21:5000/v3/roles/d009e467c0464ecaa3beb58df560b051"}, "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role"}} 2018-11-19 06:06:19,366 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-253a9b04-0510-41e6-8bdf-1cd9584c1add 2018-11-19 06:06:19,366 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role 2018-11-19 06:06:19,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d009e467c0464ecaa3beb58df560b051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:19,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c2858ac-0216-44d6-b956-f79f386c0ee7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d009e467c0464ecaa3beb58df560b051"}, "domain_id": null, "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role", "id": "d009e467c0464ecaa3beb58df560b051"}} 2018-11-19 06:06:19,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d009e467c0464ecaa3beb58df560b051 used request id req-1c2858ac-0216-44d6-b956-f79f386c0ee7 2018-11-19 06:06:19,451 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role to project CreateNetworkSuccessTests-8576c63a-55ce-45e-proj 2018-11-19 06:06:19,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca/users/e359c5b53e1444a28e8deb93f12ca6af/roles/d009e467c0464ecaa3beb58df560b051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:19,579 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d81fa43f-5534-4948-9133-a7ae35f38345 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:19,580 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca/users/e359c5b53e1444a28e8deb93f12ca6af/roles/d009e467c0464ecaa3beb58df560b051 used request id req-d81fa43f-5534-4948-9133-a7ae35f38345 2018-11-19 06:06:19,580 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:19,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:19,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d009e467c0464ecaa3beb58df560b051", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role"}], "expires_at": "2018-11-19T07:06:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ea878ea1e464167bc9ce012f477efca", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-user", "id": "e359c5b53e1444a28e8deb93f12ca6af"}, "audit_ids": ["tVlJZabaR7KQvQJNvHRWuw"], "issued_at": "2018-11-19T06:06:19.000000Z"}} 2018-11-19 06:06:19,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:20,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc2d7fa5-9763-45a3-a094-7875693d5491 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:20,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cc2d7fa5-9763-45a3-a094-7875693d5491 2018-11-19 06:06:20,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:20,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bf75710f-ded9-4513-b266-d29ebcfe6db6 Date: Mon, 19 Nov 2018 06:06:20 GMT RESP BODY: {"networks":[]} 2018-11-19 06:06:20,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net used request id req-bf75710f-ded9-4513-b266-d29ebcfe6db6 2018-11-19 06:06:20,205 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net 2018-11-19 06:06:20,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" -d '{"network": {"name": "CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net", "admin_state_up": true}}' 2018-11-19 06:06:20,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c434bd62-80ab-44f6-b999-f5eb64ef5b10 Date: Mon, 19 Nov 2018 06:06:20 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a8805a6b-d852-4e98-b317-c80d3eee5852","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2ea878ea1e464167bc9ce012f477efca","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:06:20Z","is_default":false,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:20Z","mtu":1450}} 2018-11-19 06:06:20,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c434bd62-80ab-44f6-b999-f5eb64ef5b10 2018-11-19 06:06:20,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a8805a6b-d852-4e98-b317-c80d3eee5852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:21,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4d464959-82a8-49e5-bba6-7cbca99d99ec Date: Mon, 19 Nov 2018 06:06:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:06:20Z","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2ea878ea1e464167bc9ce012f477efca","id":"a8805a6b-d852-4e98-b317-c80d3eee5852","name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net"}]} 2018-11-19 06:06:21,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a8805a6b-d852-4e98-b317-c80d3eee5852 used request id req-4d464959-82a8-49e5-bba6-7cbca99d99ec 2018-11-19 06:06:21,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:21,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-57e47fa1-0d9b-405b-b718-3559d3457936 Date: Mon, 19 Nov 2018 06:06:21 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:06:21,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 used request id req-57e47fa1-0d9b-405b-b718-3559d3457936 2018-11-19 06:06:21,262 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet 2018-11-19 06:06:21,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" -d '{"subnets": [{"ip_version": 4, "network_id": "a8805a6b-d852-4e98-b317-c80d3eee5852", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}]}' 2018-11-19 06:06:22,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-af38e373-89ff-42fa-b937-30f446790a6b Date: Mon, 19 Nov 2018 06:06:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}]} 2018-11-19 06:06:22,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-af38e373-89ff-42fa-b937-30f446790a6b 2018-11-19 06:06:22,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a8805a6b-d852-4e98-b317-c80d3eee5852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:22,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-dc66ae2e-2a34-48c5-b9df-cca44a70afbf Date: Mon, 19 Nov 2018 06: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":["28556e21-b610-479a-b72e-21a87be50295"],"updated_at":"2018-11-19T06:06:21Z","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2ea878ea1e464167bc9ce012f477efca","id":"a8805a6b-d852-4e98-b317-c80d3eee5852","name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net"}]} 2018-11-19 06:06:22,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a8805a6b-d852-4e98-b317-c80d3eee5852 used request id req-dc66ae2e-2a34-48c5-b9df-cca44a70afbf 2018-11-19 06:06:22,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:22,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-8d58daea-bdf0-456d-9bd7-18b64beb5dc7 Date: Mon, 19 Nov 2018 06:06:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}]} 2018-11-19 06:06:22,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 used request id req-8d58daea-bdf0-456d-9bd7-18b64beb5dc7 2018-11-19 06:06:22,597 - OpenStackNetwork - DEBUG - Network [a8805a6b-d852-4e98-b317-c80d3eee5852] created successfully 2018-11-19 06:06:22,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:22,598 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:22,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d009e467c0464ecaa3beb58df560b051", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role"}], "expires_at": "2018-11-19T07:06:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ea878ea1e464167bc9ce012f477efca", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-user", "id": "e359c5b53e1444a28e8deb93f12ca6af"}, "audit_ids": ["2HhsDGAISbqXmqh05YdPEA"], "issued_at": "2018-11-19T06:06:22.000000Z"}} 2018-11-19 06:06:22,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:23,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece758ad-77f8-4af8-a433-3e5ffbb2db7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:23,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ece758ad-77f8-4af8-a433-3e5ffbb2db7b 2018-11-19 06:06:23,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:23,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4a9ebd49-6204-417b-9739-4143a1199fdb Date: Mon, 19 Nov 2018 06:06:23 GMT RESP BODY: {"routers": []} 2018-11-19 06:06:23,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router&admin_state_up=True used request id req-4a9ebd49-6204-417b-9739-4143a1199fdb 2018-11-19 06:06:23,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:23,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:23,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d009e467c0464ecaa3beb58df560b051", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role"}], "expires_at": "2018-11-19T07:06:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ea878ea1e464167bc9ce012f477efca", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-user", "id": "e359c5b53e1444a28e8deb93f12ca6af"}, "audit_ids": ["QSB7TTdAS5aocZx3Z84d_g"], "issued_at": "2018-11-19T06:06:23.000000Z"}} 2018-11-19 06:06:23,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e94c4594cae40f03b1e38c016aa1bfff3cef8baf" 2018-11-19 06:06:23,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d91ff44a-e386-4d60-a919-7088eedfc8ec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:23,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d91ff44a-e386-4d60-a919-7088eedfc8ec 2018-11-19 06:06:23,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:23,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d8f11aea-b764-4f35-96a5-bdd62301f6ae Date: Mon, 19 Nov 2018 06:06:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:06:23,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-d8f11aea-b764-4f35-96a5-bdd62301f6ae 2018-11-19 06:06:23,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:24,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8a6a1fd4-7e83-4d46-85c9-144649e8cac5 Date: Mon, 19 Nov 2018 06:06:24 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:06:24,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-8a6a1fd4-7e83-4d46-85c9-144649e8cac5 2018-11-19 06:06:24,154 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router 2018-11-19 06:06:24,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router", "admin_state_up": true}}' 2018-11-19 06:06:29,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-ec482f3d-2fc8-4676-8978-6605121a6917 Date: Mon, 19 Nov 2018 06:06:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:24Z", "admin_state_up": true, "updated_at": "2018-11-19T06:06:25Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "fefaeb57-b57a-4f6a-a9fe-0869c65bcca6", "name": "CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router"}} 2018-11-19 06:06:29,319 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-ec482f3d-2fc8-4676-8978-6605121a6917 2018-11-19 06:06:29,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:29,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-92c0432a-2886-4f7c-ad3b-a40ec2bed7f1 Date: Mon, 19 Nov 2018 06:06:29 GMT RESP BODY: {"ports":[]} 2018-11-19 06:06:29,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 used request id req-92c0432a-2886-4f7c-ad3b-a40ec2bed7f1 2018-11-19 06:06:29,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:29,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-38d3bce4-0369-4479-ac74-645ef9523985 Date: Mon, 19 Nov 2018 06:06: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":["28556e21-b610-479a-b72e-21a87be50295"],"updated_at":"2018-11-19T06:06:21Z","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2ea878ea1e464167bc9ce012f477efca","id":"a8805a6b-d852-4e98-b317-c80d3eee5852","name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net"}]} 2018-11-19 06:06:29,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net used request id req-38d3bce4-0369-4479-ac74-645ef9523985 2018-11-19 06:06:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:29,814 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:29,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:29,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd587fb1-c900-4853-9d2a-b93266c8bd5e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca"}, "enabled": true, "id": "2ea878ea1e464167bc9ce012f477efca", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}} 2018-11-19 06:06:29,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca used request id req-dd587fb1-c900-4853-9d2a-b93266c8bd5e 2018-11-19 06:06:29,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:30,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-10b03c93-e117-4b88-aac8-36b6146d68be Date: Mon, 19 Nov 2018 06:06:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}]} 2018-11-19 06:06:30,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 used request id req-10b03c93-e117-4b88-aac8-36b6146d68be 2018-11-19 06:06:30,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852&name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:30,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-79f7177c-37cd-407b-b04a-ab25cb920619 Date: Mon, 19 Nov 2018 06:06:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}]} 2018-11-19 06:06:30,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852&name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet used request id req-79f7177c-37cd-407b-b04a-ab25cb920619 2018-11-19 06:06:30,291 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:06:30,292 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router 2018-11-19 06:06:30,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" -d '{"subnet_id": "28556e21-b610-479a-b72e-21a87be50295"}' 2018-11-19 06:06:32,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-223189e0-e09e-4181-9314-e24719ecf70e Date: Mon, 19 Nov 2018 06:06:32 GMT RESP BODY: {"network_id": "a8805a6b-d852-4e98-b317-c80d3eee5852", "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "subnet_id": "28556e21-b610-479a-b72e-21a87be50295", "subnet_ids": ["28556e21-b610-479a-b72e-21a87be50295"], "port_id": "9eb3723b-a169-4a8c-bdd7-44693f933095", "id": "fefaeb57-b57a-4f6a-a9fe-0869c65bcca6"} 2018-11-19 06:06:32,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6/add_router_interface used request id req-223189e0-e09e-4181-9314-e24719ecf70e 2018-11-19 06:06:32,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:32,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-c9b42c91-914e-4514-b106-378eb57c11a8 Date: Mon, 19 Nov 2018 06:06:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:24Z", "admin_state_up": true, "updated_at": "2018-11-19T06:06:31Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "fefaeb57-b57a-4f6a-a9fe-0869c65bcca6", "name": "CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router"}} 2018-11-19 06:06:32,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 used request id req-c9b42c91-914e-4514-b106-378eb57c11a8 2018-11-19 06:06:32,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:33,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-26b647d7-5c32-47cb-95a5-632ddbc24dba Date: Mon, 19 Nov 2018 06:06:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:31Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"28556e21-b610-479a-b72e-21a87be50295","ip_address":"10.55.1.1"}],"id":"9eb3723b-a169-4a8c-bdd7-44693f933095","security_groups":[],"mac_address":"fa:16:3e:a0:a6:b7","project_id":"2ea878ea1e464167bc9ce012f477efca","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:30Z","binding:vnic_type":"normal","device_id":"fefaeb57-b57a-4f6a-a9fe-0869c65bcca6"}]} 2018-11-19 06:06:33,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 used request id req-26b647d7-5c32-47cb-95a5-632ddbc24dba 2018-11-19 06:06:33,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/28556e21-b610-479a-b72e-21a87be50295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:33,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-1bef7c18-3505-4e12-91a3-5c620e4fc9db Date: Mon, 19 Nov 2018 06:06:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}} 2018-11-19 06:06:33,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/28556e21-b610-479a-b72e-21a87be50295 used request id req-1bef7c18-3505-4e12-91a3-5c620e4fc9db 2018-11-19 06:06:33,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:33,496 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d009e467c0464ecaa3beb58df560b051", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role"}], "expires_at": "2018-11-19T07:06:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2ea878ea1e464167bc9ce012f477efca", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2ea878ea1e464167bc9ce012f477efca", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-user", "id": "e359c5b53e1444a28e8deb93f12ca6af"}, "audit_ids": ["Yzk9YwUlQJihVWktV93iug"], "issued_at": "2018-11-19T06:06:33.000000Z"}} 2018-11-19 06:06:33,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b469d635af40fefbe8941e5f31f01533be223af" 2018-11-19 06:06:33,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-eba635ac-60ad-4310-8c98-84a654d35a01 Date: Mon, 19 Nov 2018 06:06:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["28556e21-b610-479a-b72e-21a87be50295"],"updated_at":"2018-11-19T06:06:21Z","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2ea878ea1e464167bc9ce012f477efca","id":"a8805a6b-d852-4e98-b317-c80d3eee5852","name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net"}]} 2018-11-19 06:06:33,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net used request id req-eba635ac-60ad-4310-8c98-84a654d35a01 2018-11-19 06:06:33,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:33,753 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:33,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7241ad10dd3c40e5df278bede5d163fb2ad76b" 2018-11-19 06:06:33,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b8e82f-a7f0-4a03-b0ac-cbe0a16fe00f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca"}, "enabled": true, "id": "2ea878ea1e464167bc9ce012f477efca", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}} 2018-11-19 06:06:33,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca used request id req-10b8e82f-a7f0-4a03-b0ac-cbe0a16fe00f 2018-11-19 06:06:33,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b469d635af40fefbe8941e5f31f01533be223af" 2018-11-19 06:06:34,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-babfa0cb-e37a-4759-a12f-c55093c3078a Date: Mon, 19 Nov 2018 06:06:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}]} 2018-11-19 06:06:34,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852 used request id req-babfa0cb-e37a-4759-a12f-c55093c3078a 2018-11-19 06:06:34,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852&name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b469d635af40fefbe8941e5f31f01533be223af" 2018-11-19 06:06:34,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1eae9792-12e2-49ba-959b-189098d10d51 Date: Mon, 19 Nov 2018 06:06:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}]} 2018-11-19 06:06:34,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a8805a6b-d852-4e98-b317-c80d3eee5852&name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet used request id req-1eae9792-12e2-49ba-959b-189098d10d51 2018-11-19 06:06:34,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b469d635af40fefbe8941e5f31f01533be223af" 2018-11-19 06:06:34,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-ebc6f539-7f5f-46a8-b50a-46f8dffcc8bf Date: Mon, 19 Nov 2018 06:06:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:24Z", "admin_state_up": true, "updated_at": "2018-11-19T06:06:31Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "fefaeb57-b57a-4f6a-a9fe-0869c65bcca6", "name": "CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router"}]} 2018-11-19 06:06:34,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router used request id req-ebc6f539-7f5f-46a8-b50a-46f8dffcc8bf 2018-11-19 06:06:34,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7241ad10dd3c40e5df278bede5d163fb2ad76b" 2018-11-19 06:06:34,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d013a4-9e26-4d0c-b3b0-4b7d0ee442b2 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca"}, "enabled": true, "id": "2ea878ea1e464167bc9ce012f477efca", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}} 2018-11-19 06:06:34,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca used request id req-a5d013a4-9e26-4d0c-b3b0-4b7d0ee442b2 2018-11-19 06:06:34,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b469d635af40fefbe8941e5f31f01533be223af" 2018-11-19 06:06:34,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-3ab0a502-7e4f-4c82-8a2f-c63ffea848a0 Date: Mon, 19 Nov 2018 06:06:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:06:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"28556e21-b610-479a-b72e-21a87be50295","ip_address":"10.55.1.1"}],"id":"9eb3723b-a169-4a8c-bdd7-44693f933095","security_groups":[],"mac_address":"fa:16:3e:a0:a6:b7","project_id":"2ea878ea1e464167bc9ce012f477efca","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:30Z","binding:vnic_type":"normal","device_id":"fefaeb57-b57a-4f6a-a9fe-0869c65bcca6"}]} 2018-11-19 06:06:34,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 used request id req-3ab0a502-7e4f-4c82-8a2f-c63ffea848a0 2018-11-19 06:06:34,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/28556e21-b610-479a-b72e-21a87be50295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b469d635af40fefbe8941e5f31f01533be223af" 2018-11-19 06:06:35,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-dec54f7b-ed0a-4ae0-8593-db539bed2a7d Date: Mon, 19 Nov 2018 06:06:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a8805a6b-d852-4e98-b317-c80d3eee5852","tenant_id":"2ea878ea1e464167bc9ce012f477efca","created_at":"2018-11-19T06:06:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:21Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"2ea878ea1e464167bc9ce012f477efca","id":"28556e21-b610-479a-b72e-21a87be50295","subnetpool_id":null,"name":"CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet"}} 2018-11-19 06:06:35,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/28556e21-b610-479a-b72e-21a87be50295 used request id req-dec54f7b-ed0a-4ae0-8593-db539bed2a7d 2018-11-19 06:06:35,232 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router and subnet CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet 2018-11-19 06:06:35,232 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router 2018-11-19 06:06:35,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" -d '{"subnet_id": "28556e21-b610-479a-b72e-21a87be50295"}' 2018-11-19 06:06:36,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce49a51c-56c4-4753-89a8-639b369dd2ad Date: Mon, 19 Nov 2018 06:06:36 GMT RESP BODY: {"network_id": "a8805a6b-d852-4e98-b317-c80d3eee5852", "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "subnet_id": "28556e21-b610-479a-b72e-21a87be50295", "subnet_ids": ["28556e21-b610-479a-b72e-21a87be50295"], "port_id": "9eb3723b-a169-4a8c-bdd7-44693f933095", "id": "fefaeb57-b57a-4f6a-a9fe-0869c65bcca6"} 2018-11-19 06:06:36,888 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6/remove_router_interface used request id req-ce49a51c-56c4-4753-89a8-639b369dd2ad 2018-11-19 06:06:36,888 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router 2018-11-19 06:06:36,888 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-router 2018-11-19 06:06:36,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b73d873988e24e38d5e01b6039ffb3b9a911e42" 2018-11-19 06:06:40,131 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a81560f-6f35-4d03-abad-fc6afd6dfbf1 Content-Length: 0 Date: Mon, 19 Nov 2018 06:06:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:40,131 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/fefaeb57-b57a-4f6a-a9fe-0869c65bcca6 used request id req-7a81560f-6f35-4d03-abad-fc6afd6dfbf1 2018-11-19 06:06:40,132 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet 2018-11-19 06:06:40,132 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-subnet 2018-11-19 06:06:40,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/28556e21-b610-479a-b72e-21a87be50295 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:42,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5db8b1e-4655-42ee-974d-d6a7b7c68d69 Date: Mon, 19 Nov 2018 06:06:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:42,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/28556e21-b610-479a-b72e-21a87be50295 used request id req-b5db8b1e-4655-42ee-974d-d6a7b7c68d69 2018-11-19 06:06:42,500 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-b58914ba-5666-4ae0-9f11-85bcc04066c6-pub-net 2018-11-19 06:06:42,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a8805a6b-d852-4e98-b317-c80d3eee5852 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87056be34f6cf6cb4fe63478a10650fc28dc0723" 2018-11-19 06:06:43,876 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6625d666-b727-4a28-9968-0e3b299f9498 Date: Mon, 19 Nov 2018 06:06:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:43,876 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a8805a6b-d852-4e98-b317-c80d3eee5852 used request id req-6625d666-b727-4a28-9968-0e3b299f9498 2018-11-19 06:06:43,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:44,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8790e45b-4757-472f-a318-41fc0b407cbe Date: Mon, 19 Nov 2018 06:06:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:20Z", "updated_at": "2018-11-19T06:06:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:20Z", "revision_number": 0, "id": "87fec154-641e-45bc-9c74-12e604ea4895", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ea878ea1e464167bc9ce012f477efca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:20Z", "revision_number": 0, "id": "ac4a8dec-859f-4f0a-b6d1-aa7d541f5268", "remote_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "port_range_min": null, "ethertype": "IPv6", "project_id": "2ea878ea1e464167bc9ce012f477efca"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:20Z", "revision_number": 0, "id": "acf47546-d42a-4869-94e4-85d2d14edc58", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ea878ea1e464167bc9ce012f477efca"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:20Z", "revision_number": 0, "id": "c9815c98-3749-4c0c-b532-d9ba09a2939c", "remote_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "port_range_min": null, "ethertype": "IPv4", "project_id": "2ea878ea1e464167bc9ce012f477efca"}], "revision_number": 4, "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "814784ce-7b35-412d-99ea-2e87c0453731", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:06:44,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8790e45b-4757-472f-a318-41fc0b407cbe 2018-11-19 06:06:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:44,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f0c2d32-ae48-45aa-a883-f4d2c61be5a9 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:06:44,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-8f0c2d32-ae48-45aa-a883-f4d2c61be5a9 2018-11-19 06:06:44,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:44,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85f83ee9-92ff-45f8-9e92-e7d33dee252c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:06:44,267 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-85f83ee9-92ff-45f8-9e92-e7d33dee252c 2018-11-19 06:06:44,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:44,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a065793-7fe5-4a96-9ea0-37e4fec94a25 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca"}, "enabled": true, "id": "2ea878ea1e464167bc9ce012f477efca", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8576c63a-55ce-45e-proj"}} 2018-11-19 06:06:44,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca used request id req-9a065793-7fe5-4a96-9ea0-37e4fec94a25 2018-11-19 06:06:44,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 814784ce-7b35-412d-99ea-2e87c0453731 2018-11-19 06:06:44,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=814784ce-7b35-412d-99ea-2e87c0453731 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:44,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-295bb257-e044-4c9a-8cb3-c28e247acb63 Date: Mon, 19 Nov 2018 06:06: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-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "port_range_min": null, "revision_number": 0, "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:20Z", "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "87fec154-641e-45bc-9c74-12e604ea4895"}, {"remote_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "port_range_min": null, "revision_number": 0, "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:20Z", "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "ac4a8dec-859f-4f0a-b6d1-aa7d541f5268"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "port_range_min": null, "revision_number": 0, "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:20Z", "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "acf47546-d42a-4869-94e4-85d2d14edc58"}, {"remote_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:06:20Z", "security_group_id": "814784ce-7b35-412d-99ea-2e87c0453731", "port_range_min": null, "revision_number": 0, "tenant_id": "2ea878ea1e464167bc9ce012f477efca", "created_at": "2018-11-19T06:06:20Z", "project_id": "2ea878ea1e464167bc9ce012f477efca", "id": "c9815c98-3749-4c0c-b532-d9ba09a2939c"}]} 2018-11-19 06:06:44,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=814784ce-7b35-412d-99ea-2e87c0453731 used request id req-295bb257-e044-4c9a-8cb3-c28e247acb63 2018-11-19 06:06:44,543 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:06:44,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/814784ce-7b35-412d-99ea-2e87c0453731 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:44,851 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34b3abf2-303b-4c6b-b7fa-5daa85fceeb3 Content-Length: 0 Date: Mon, 19 Nov 2018 06:06:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:44,852 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/814784ce-7b35-412d-99ea-2e87c0453731 used request id req-34b3abf2-303b-4c6b-b7fa-5daa85fceeb3 2018-11-19 06:06:44,852 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-8576c63a-55ce-45e-proj 2018-11-19 06:06:44,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:45,052 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7432cb03-f834-460f-b289-a342b5d3c76b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:45,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2ea878ea1e464167bc9ce012f477efca used request id req-7432cb03-f834-460f-b289-a342b5d3c76b 2018-11-19 06:06:45,052 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-8576c63a-55ce-45e-proj-role 2018-11-19 06:06:45,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d009e467c0464ecaa3beb58df560b051 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:45,162 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9122e72-dce6-4aac-8bdb-bbd5654461ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:45,162 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d009e467c0464ecaa3beb58df560b051 used request id req-b9122e72-dce6-4aac-8bdb-bbd5654461ec 2018-11-19 06:06:45,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f445592a4f74453b1bd4be2b2279a0ef0c4a0d1b" 2018-11-19 06:06:45,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-845bde78-eb3e-456b-b5cd-059a13ddc03b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:06:45,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-845bde78-eb3e-456b-b5cd-059a13ddc03b 2018-11-19 06:06:45,256 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-8576c63a-55ce-45e-user 2018-11-19 06:06:45,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e359c5b53e1444a28e8deb93f12ca6af -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}affcef12721c2da5d501f1ed93e0682874662c16" 2018-11-19 06:06:45,485 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7bd6340-878f-4eb7-b5bf-c07bd69f5be7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:45,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e359c5b53e1444a28e8deb93f12ca6af used request id req-c7bd6340-878f-4eb7-b5bf-c07bd69f5be7 2018-11-19 06:06:45,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:45,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["CHJ9xK0-T6G6Jrq2byEqDQ"], "issued_at": "2018-11-19T06:06:45.000000Z"}} 2018-11-19 06:06:45,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021d53a65e36b757649bd6100c97cc2790e24379" 2018-11-19 06:06:45,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e863e994-7968-4bfc-a879-cbf099a40374 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:45,944 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e863e994-7968-4bfc-a879-cbf099a40374 2018-11-19 06:06:45,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:45,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:46,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Q7ChYFMtSgmEO8cPV2Ef3w"], "issued_at": "2018-11-19T06:06:46.000000Z"}} 2018-11-19 06:06:46,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:46,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757accf5-0164-43f1-a20e-b3b3dc718650 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:46,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-757accf5-0164-43f1-a20e-b3b3dc718650 2018-11-19 06:06:46,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:46,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:46,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8469ddf2-7136-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:46,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ab9e67c-5a87-487b-a8cf-61374208c7a0 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8469ddf2-7136-416-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:06:46,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-8469ddf2-7136-416-proj used request id req-9ab9e67c-5a87-487b-a8cf-61374208c7a0 2018-11-19 06:06:46,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:46,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a156019-3c99-440e-8a0b-d2ab97d9b5f6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:06:46,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0a156019-3c99-440e-8a0b-d2ab97d9b5f6 2018-11-19 06:06:46,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj"}}' 2018-11-19 06:06:46,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:06:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-992df593-a83a-4476-9f46-3f63011080ec Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df"}, "enabled": true, "id": "8746f2738ff841e29e8e70ab452fe6df", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj"}} 2018-11-19 06:06:46,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-992df593-a83a-4476-9f46-3f63011080ec 2018-11-19 06:06:46,720 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-8469ddf2-7136-416-proj 2018-11-19 06:06:46,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:46,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:47,101 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["oWvhaXGMTt6-sGQwrdzmZQ"], "issued_at": "2018-11-19T06:06:47.000000Z"}} 2018-11-19 06:06:47,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e89e68dc7b49273996890c4d035c7fb0d79d1f" 2018-11-19 06:06:47,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2f394fe-1157-47e0-98ed-72fd0ef92f39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:47,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f2f394fe-1157-47e0-98ed-72fd0ef92f39 2018-11-19 06:06:47,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:47,188 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:47,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e89e68dc7b49273996890c4d035c7fb0d79d1f" 2018-11-19 06:06:47,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32885363-8a0d-46a3-a3bb-cbadd1e19915 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:06:47,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-32885363-8a0d-46a3-a3bb-cbadd1e19915 2018-11-19 06:06:47,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-8469ddf2-7136-416-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e89e68dc7b49273996890c4d035c7fb0d79d1f" 2018-11-19 06:06:47,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-487b5efa-8b06-498b-a48d-21f1cfe9937d Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-8469ddf2-7136-416-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df"}, "enabled": true, "id": "8746f2738ff841e29e8e70ab452fe6df", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj"}]} 2018-11-19 06:06:47,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-8469ddf2-7136-416-proj used request id req-487b5efa-8b06-498b-a48d-21f1cfe9937d 2018-11-19 06:06:47,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e89e68dc7b49273996890c4d035c7fb0d79d1f" 2018-11-19 06:06:47,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634395b3-25e3-4c04-b7e8-db63f158e51b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:06:47,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-634395b3-25e3-4c04-b7e8-db63f158e51b 2018-11-19 06:06:47,851 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-8469ddf2-7136-416-user 2018-11-19 06:06:47,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:47,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:47,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f422ec6-2dbc-404e-acfd-4eca3d13357c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:06:47,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9f422ec6-2dbc-404e-acfd-4eca3d13357c 2018-11-19 06:06:47,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" -d '{"role": {"name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role"}}' 2018-11-19 06:06:48,073 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:06:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d09af62-0111-4b25-8f9a-69d3e3770673 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "171904cfdb1243b28d1c48e7ac6730cc", "links": {"self": "http://172.30.9.21:5000/v3/roles/171904cfdb1243b28d1c48e7ac6730cc"}, "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role"}} 2018-11-19 06:06:48,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3d09af62-0111-4b25-8f9a-69d3e3770673 2018-11-19 06:06:48,073 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role 2018-11-19 06:06:48,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/171904cfdb1243b28d1c48e7ac6730cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:48,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3068e532-16e1-478e-beee-564c19a4cc17 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/171904cfdb1243b28d1c48e7ac6730cc"}, "domain_id": null, "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role", "id": "171904cfdb1243b28d1c48e7ac6730cc"}} 2018-11-19 06:06:48,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/171904cfdb1243b28d1c48e7ac6730cc used request id req-3068e532-16e1-478e-beee-564c19a4cc17 2018-11-19 06:06:48,094 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role to project CreateNetworkSuccessTests-8469ddf2-7136-416-proj 2018-11-19 06:06:48,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df/users/b0d7cddfc94b4ab490e8e78c3b7aec30/roles/171904cfdb1243b28d1c48e7ac6730cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:48,212 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7af5d679-93b1-467f-976f-0b73739171f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:48,212 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df/users/b0d7cddfc94b4ab490e8e78c3b7aec30/roles/171904cfdb1243b28d1c48e7ac6730cc used request id req-7af5d679-93b1-467f-976f-0b73739171f6 2018-11-19 06:06:48,213 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:48,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:48,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "171904cfdb1243b28d1c48e7ac6730cc", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role"}], "expires_at": "2018-11-19T07:06:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8746f2738ff841e29e8e70ab452fe6df", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-user", "id": "b0d7cddfc94b4ab490e8e78c3b7aec30"}, "audit_ids": ["PLvlqobGQOCL_3mhxDwFlw"], "issued_at": "2018-11-19T06:06:48.000000Z"}} 2018-11-19 06:06:48,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:48,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a0095e-8852-47b6-9afb-567a8da71cfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:48,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-11a0095e-8852-47b6-9afb-567a8da71cfb 2018-11-19 06:06:48,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:48,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ab91f0a8-7722-46eb-b30b-039dfd26413a Date: Mon, 19 Nov 2018 06:06:48 GMT RESP BODY: {"networks":[]} 2018-11-19 06:06:48,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net used request id req-ab91f0a8-7722-46eb-b30b-039dfd26413a 2018-11-19 06:06:48,855 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net 2018-11-19 06:06:48,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" -d '{"network": {"name": "CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net", "admin_state_up": true}}' 2018-11-19 06:06:49,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-0b5d4f55-8b31-4559-94e0-a8da1c821c3e Date: Mon, 19 Nov 2018 06:06:49 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8746f2738ff841e29e8e70ab452fe6df","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:06:49Z","is_default":false,"name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:49Z","mtu":1450}} 2018-11-19 06:06:49,472 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0b5d4f55-8b31-4559-94e0-a8da1c821c3e 2018-11-19 06:06:49,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6ab2de0c-a488-4650-9474-3ea1a74428a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:49,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-64fdc4d3-ea3f-4831-ba7e-ec9820ee474f Date: Mon, 19 Nov 2018 06:06:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:06:49Z","tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8746f2738ff841e29e8e70ab452fe6df","id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net"}]} 2018-11-19 06:06:49,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6ab2de0c-a488-4650-9474-3ea1a74428a1 used request id req-64fdc4d3-ea3f-4831-ba7e-ec9820ee474f 2018-11-19 06:06:49,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:49,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-30ea7e23-614e-4597-9dd9-ff00ae0cfade Date: Mon, 19 Nov 2018 06:06:49 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:06:49,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1 used request id req-30ea7e23-614e-4597-9dd9-ff00ae0cfade 2018-11-19 06:06:49,888 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet 2018-11-19 06:06:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" -d '{"subnets": [{"ip_version": 4, "network_id": "6ab2de0c-a488-4650-9474-3ea1a74428a1", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet"}]}' 2018-11-19 06:06:50,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ae65115a-d6dd-475e-aa35-6b0050b36d58 Date: Mon, 19 Nov 2018 06:06:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:50Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8746f2738ff841e29e8e70ab452fe6df","id":"c5118717-acfb-4abf-8211-731ff5455cf6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet"}]} 2018-11-19 06:06:50,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-ae65115a-d6dd-475e-aa35-6b0050b36d58 2018-11-19 06:06:50,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6ab2de0c-a488-4650-9474-3ea1a74428a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:50,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2486450b-ea7a-4380-879e-251971056de3 Date: Mon, 19 Nov 2018 06:06: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":["c5118717-acfb-4abf-8211-731ff5455cf6"],"updated_at":"2018-11-19T06:06:50Z","tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8746f2738ff841e29e8e70ab452fe6df","id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net"}]} 2018-11-19 06:06:50,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6ab2de0c-a488-4650-9474-3ea1a74428a1 used request id req-2486450b-ea7a-4380-879e-251971056de3 2018-11-19 06:06:50,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:51,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7d5ba598-b6a9-41f7-bd69-d7a8ad3cb75a Date: Mon, 19 Nov 2018 06:06:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8746f2738ff841e29e8e70ab452fe6df","id":"c5118717-acfb-4abf-8211-731ff5455cf6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet"}]} 2018-11-19 06:06:51,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1 used request id req-7d5ba598-b6a9-41f7-bd69-d7a8ad3cb75a 2018-11-19 06:06:51,088 - OpenStackNetwork - DEBUG - Network [6ab2de0c-a488-4650-9474-3ea1a74428a1] created successfully 2018-11-19 06:06:51,089 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:51,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "171904cfdb1243b28d1c48e7ac6730cc", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role"}], "expires_at": "2018-11-19T07:06:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8746f2738ff841e29e8e70ab452fe6df", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8746f2738ff841e29e8e70ab452fe6df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-user", "id": "b0d7cddfc94b4ab490e8e78c3b7aec30"}, "audit_ids": ["nXf35N3uRLaJiFF8iWcmgg"], "issued_at": "2018-11-19T06:06:51.000000Z"}} 2018-11-19 06:06:51,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6acae2e2a7a9b41002c5e6d5c0a0428944fa94e9" 2018-11-19 06:06:51,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5d72c44a-a114-4d8c-8b54-8fc03a21607d Date: Mon, 19 Nov 2018 06:06: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":["c5118717-acfb-4abf-8211-731ff5455cf6"],"updated_at":"2018-11-19T06:06:50Z","tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8746f2738ff841e29e8e70ab452fe6df","id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net"}]} 2018-11-19 06:06:51,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net used request id req-5d72c44a-a114-4d8c-8b54-8fc03a21607d 2018-11-19 06:06:51,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:51,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:51,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}021d53a65e36b757649bd6100c97cc2790e24379" 2018-11-19 06:06:51,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-109329e3-8e9a-4bcb-9217-dc12ae7593ca Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df"}, "enabled": true, "id": "8746f2738ff841e29e8e70ab452fe6df", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj"}} 2018-11-19 06:06:51,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df used request id req-109329e3-8e9a-4bcb-9217-dc12ae7593ca 2018-11-19 06:06:51,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6acae2e2a7a9b41002c5e6d5c0a0428944fa94e9" 2018-11-19 06:06:52,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-fdea596e-d9b6-4813-ae01-8534f0cc7ece Date: Mon, 19 Nov 2018 06:06:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8746f2738ff841e29e8e70ab452fe6df","id":"c5118717-acfb-4abf-8211-731ff5455cf6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet"}]} 2018-11-19 06:06:52,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1 used request id req-fdea596e-d9b6-4813-ae01-8534f0cc7ece 2018-11-19 06:06:52,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1&name=CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6acae2e2a7a9b41002c5e6d5c0a0428944fa94e9" 2018-11-19 06:06:52,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a9807747-877f-47f6-b34b-3d6a93541f11 Date: Mon, 19 Nov 2018 06:06:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ab2de0c-a488-4650-9474-3ea1a74428a1","tenant_id":"8746f2738ff841e29e8e70ab452fe6df","created_at":"2018-11-19T06:06:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:06:50Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8746f2738ff841e29e8e70ab452fe6df","id":"c5118717-acfb-4abf-8211-731ff5455cf6","subnetpool_id":null,"name":"CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet"}]} 2018-11-19 06:06:52,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6ab2de0c-a488-4650-9474-3ea1a74428a1&name=CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet used request id req-a9807747-877f-47f6-b34b-3d6a93541f11 2018-11-19 06:06:52,254 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet 2018-11-19 06:06:52,254 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-subnet 2018-11-19 06:06:52,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/c5118717-acfb-4abf-8211-731ff5455cf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:54,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b8130fba-e405-4ca5-98ee-a97347ab15ce Date: Mon, 19 Nov 2018 06:06:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:54,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/c5118717-acfb-4abf-8211-731ff5455cf6 used request id req-b8130fba-e405-4ca5-98ee-a97347ab15ce 2018-11-19 06:06:54,343 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3be2a8d4-f9d9-4d40-a428-524b1b5752ac-pub-net 2018-11-19 06:06:54,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6ab2de0c-a488-4650-9474-3ea1a74428a1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396e1e7ab41d6bb02f1e35a3ce12d45ee76909db" 2018-11-19 06:06:55,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0afe246c-216d-44cd-9167-8bdede2ab06b Date: Mon, 19 Nov 2018 06:06:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:55,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6ab2de0c-a488-4650-9474-3ea1a74428a1 used request id req-0afe246c-216d-44cd-9167-8bdede2ab06b 2018-11-19 06:06:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:55,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1e8c9ae7-5e9f-4cdd-975a-617e027dfa1b Date: Mon, 19 Nov 2018 06:06:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "created_at": "2018-11-19T06:06:49Z", "updated_at": "2018-11-19T06:06:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "revision_number": 0, "id": "0a438302-88f8-4e7a-b1e0-a08bafa608b2", "remote_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "port_range_min": null, "ethertype": "IPv4", "project_id": "8746f2738ff841e29e8e70ab452fe6df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "revision_number": 0, "id": "75ecdf85-323f-4578-b43a-f07f2d77c1bc", "remote_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "port_range_min": null, "ethertype": "IPv6", "project_id": "8746f2738ff841e29e8e70ab452fe6df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "revision_number": 0, "id": "9fd8c81c-f453-4148-89dc-7fd761116ec6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "port_range_min": null, "ethertype": "IPv4", "project_id": "8746f2738ff841e29e8e70ab452fe6df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "revision_number": 0, "id": "ffee5cbb-138e-4a35-a0e2-524d44fc412d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "port_range_min": null, "ethertype": "IPv6", "project_id": "8746f2738ff841e29e8e70ab452fe6df"}], "revision_number": 4, "project_id": "8746f2738ff841e29e8e70ab452fe6df", "id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:06:55,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1e8c9ae7-5e9f-4cdd-975a-617e027dfa1b 2018-11-19 06:06:55,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:56,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a6ddcd-eec0-49b7-aeb1-b4419f9bd8f6 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:06:56,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-b9a6ddcd-eec0-49b7-aeb1-b4419f9bd8f6 2018-11-19 06:06:56,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:56,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a20f2c04-ee60-4fc9-bcdc-f1c67ce9861f Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df"}, "enabled": true, "id": "8746f2738ff841e29e8e70ab452fe6df", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-8469ddf2-7136-416-proj"}} 2018-11-19 06:06:56,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df used request id req-a20f2c04-ee60-4fc9-bcdc-f1c67ce9861f 2018-11-19 06:06:56,216 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4c76aec9-23e3-4366-a948-eb59d4fd8dcd 2018-11-19 06:06:56,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c76aec9-23e3-4366-a948-eb59d4fd8dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:56,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-3b335f19-27d3-4951-b7d4-1d5e8cd3590c Date: Mon, 19 Nov 2018 06:06:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "port_range_min": null, "revision_number": 0, "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "created_at": "2018-11-19T06:06:49Z", "project_id": "8746f2738ff841e29e8e70ab452fe6df", "id": "0a438302-88f8-4e7a-b1e0-a08bafa608b2"}, {"remote_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "port_range_min": null, "revision_number": 0, "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "created_at": "2018-11-19T06:06:49Z", "project_id": "8746f2738ff841e29e8e70ab452fe6df", "id": "75ecdf85-323f-4578-b43a-f07f2d77c1bc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "port_range_min": null, "revision_number": 0, "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "created_at": "2018-11-19T06:06:49Z", "project_id": "8746f2738ff841e29e8e70ab452fe6df", "id": "9fd8c81c-f453-4148-89dc-7fd761116ec6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:06:49Z", "security_group_id": "4c76aec9-23e3-4366-a948-eb59d4fd8dcd", "port_range_min": null, "revision_number": 0, "tenant_id": "8746f2738ff841e29e8e70ab452fe6df", "created_at": "2018-11-19T06:06:49Z", "project_id": "8746f2738ff841e29e8e70ab452fe6df", "id": "ffee5cbb-138e-4a35-a0e2-524d44fc412d"}]} 2018-11-19 06:06:56,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4c76aec9-23e3-4366-a948-eb59d4fd8dcd used request id req-3b335f19-27d3-4951-b7d4-1d5e8cd3590c 2018-11-19 06:06:56,388 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:06:56,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4c76aec9-23e3-4366-a948-eb59d4fd8dcd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:56,688 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36c134e6-2bea-4b81-86c6-50629ba9484f Content-Length: 0 Date: Mon, 19 Nov 2018 06:06:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:06:56,688 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4c76aec9-23e3-4366-a948-eb59d4fd8dcd used request id req-36c134e6-2bea-4b81-86c6-50629ba9484f 2018-11-19 06:06:56,689 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-8469ddf2-7136-416-proj 2018-11-19 06:06:56,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:56,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e2404b64-f627-4b7a-9859-50637b29820d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:56,902 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8746f2738ff841e29e8e70ab452fe6df used request id req-e2404b64-f627-4b7a-9859-50637b29820d 2018-11-19 06:06:56,903 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-8469ddf2-7136-416-proj-role 2018-11-19 06:06:56,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/171904cfdb1243b28d1c48e7ac6730cc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:57,007 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b22f756-0270-49d0-a5a8-42052209b97d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:57,007 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/171904cfdb1243b28d1c48e7ac6730cc used request id req-0b22f756-0270-49d0-a5a8-42052209b97d 2018-11-19 06:06:57,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb5ec2ab35ef261f8ecf33639c31dd816531e250" 2018-11-19 06:06:57,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c2ae6a5-0076-4e84-869f-93837a95eca3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:06:57,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4c2ae6a5-0076-4e84-869f-93837a95eca3 2018-11-19 06:06:57,098 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-8469ddf2-7136-416-user 2018-11-19 06:06:57,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b0d7cddfc94b4ab490e8e78c3b7aec30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}95e89e68dc7b49273996890c4d035c7fb0d79d1f" 2018-11-19 06:06:57,294 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56a2001a-ed2b-4d7c-ae72-cc948514cb48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:57,294 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b0d7cddfc94b4ab490e8e78c3b7aec30 used request id req-56a2001a-ed2b-4d7c-ae72-cc948514cb48 2018-11-19 06:06:57,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:57,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XOSF_EH_T_O6WifEk4pDlA"], "issued_at": "2018-11-19T06:06:57.000000Z"}} 2018-11-19 06:06:57,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1d7c4ae92d3d50d208159555478f9147d934580f" 2018-11-19 06:06:57,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f26d79-1e96-40d9-90ee-397e0aedc733 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:57,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b6f26d79-1e96-40d9-90ee-397e0aedc733 2018-11-19 06:06:57,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:57,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:58,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["yDHgqcJqRmKbdSNbW1Vujg"], "issued_at": "2018-11-19T06:06:58.000000Z"}} 2018-11-19 06:06:58,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:06:58,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-403b8bbe-5363-49cb-8bf0-43926d2594b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:58,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-403b8bbe-5363-49cb-8bf0-43926d2594b7 2018-11-19 06:06:58,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:58,227 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:58,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-973b58ab-3793-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:06:58,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989b878c-90f1-4ed6-a13e-4d081d1035b7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-973b58ab-3793-484-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:06:58,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateNetworkSuccessTests-973b58ab-3793-484-proj used request id req-989b878c-90f1-4ed6-a13e-4d081d1035b7 2018-11-19 06:06:58,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:06:58,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e8d2201-7d39-4829-b065-abcdd73a1e82 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:06:58,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2e8d2201-7d39-4829-b065-abcdd73a1e82 2018-11-19 06:06:58,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj"}}' 2018-11-19 06:06:58,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:06:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d285202-f25d-4ee1-9442-28d4c27f92d7 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc"}, "enabled": true, "id": "7b336630c0214d1f9ecd9f36cd7dabdc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj"}} 2018-11-19 06:06:58,516 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3d285202-f25d-4ee1-9442-28d4c27f92d7 2018-11-19 06:06:58,517 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-973b58ab-3793-484-proj 2018-11-19 06:06:58,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:58,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:06:58,908 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:06:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["x_NBfqEQSDW-X_Xfb_eTwg"], "issued_at": "2018-11-19T06:06:58.000000Z"}} 2018-11-19 06:06:58,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4bdfc6bece7d37be7abdb91e0bc8a51d695d083" 2018-11-19 06:06:58,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76446e67-2bfe-4cef-90d5-fd0f3b39328e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:06:58,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-76446e67-2bfe-4cef-90d5-fd0f3b39328e 2018-11-19 06:06:59,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:06:59,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:06:59,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4bdfc6bece7d37be7abdb91e0bc8a51d695d083" 2018-11-19 06:06:59,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb86997-2ae0-4378-a6dd-766975667cb2 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:06:59,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-efb86997-2ae0-4378-a6dd-766975667cb2 2018-11-19 06:06:59,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-973b58ab-3793-484-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4bdfc6bece7d37be7abdb91e0bc8a51d695d083" 2018-11-19 06:06:59,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feedde67-11a0-43c2-9c40-1ce32d2331d2 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-973b58ab-3793-484-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc"}, "enabled": true, "id": "7b336630c0214d1f9ecd9f36cd7dabdc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj"}]} 2018-11-19 06:06:59,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateNetworkSuccessTests-973b58ab-3793-484-proj used request id req-feedde67-11a0-43c2-9c40-1ce32d2331d2 2018-11-19 06:06:59,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4bdfc6bece7d37be7abdb91e0bc8a51d695d083" 2018-11-19 06:06:59,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de464bb-fcd8-41e0-adb3-c113296f235c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:06:59,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3de464bb-fcd8-41e0-adb3-c113296f235c 2018-11-19 06:06:59,582 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-973b58ab-3793-484-user 2018-11-19 06:06:59,582 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:06:59,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fa3ea74-5726-4b5b-a2b6-34f8b331a6fd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:06:59,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5fa3ea74-5726-4b5b-a2b6-34f8b331a6fd 2018-11-19 06:06:59,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" -d '{"role": {"name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj-role"}}' 2018-11-19 06:06:59,785 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:06:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8b58b7f-89c0-4d4f-afc9-2b768ac2e589 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "18a1b1b2e9bc47e89c041603971fd8dd", "links": {"self": "http://172.30.9.21:5000/v3/roles/18a1b1b2e9bc47e89c041603971fd8dd"}, "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj-role"}} 2018-11-19 06:06:59,785 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f8b58b7f-89c0-4d4f-afc9-2b768ac2e589 2018-11-19 06:06:59,786 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-973b58ab-3793-484-proj-role 2018-11-19 06:06:59,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/18a1b1b2e9bc47e89c041603971fd8dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:06:59,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:06:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9459bf-24e5-4cee-b5b6-c303242cf172 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/18a1b1b2e9bc47e89c041603971fd8dd"}, "domain_id": null, "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj-role", "id": "18a1b1b2e9bc47e89c041603971fd8dd"}} 2018-11-19 06:06:59,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/18a1b1b2e9bc47e89c041603971fd8dd used request id req-6d9459bf-24e5-4cee-b5b6-c303242cf172 2018-11-19 06:06:59,810 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-973b58ab-3793-484-proj-role to project CreateNetworkSuccessTests-973b58ab-3793-484-proj 2018-11-19 06:06:59,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc/users/40e370da30b54dd0946af636e61a622e/roles/18a1b1b2e9bc47e89c041603971fd8dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:06:59,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:06:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb00f214-d482-495b-ac4d-18e0d743671e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:06:59,931 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc/users/40e370da30b54dd0946af636e61a622e/roles/18a1b1b2e9bc47e89c041603971fd8dd used request id req-eb00f214-d482-495b-ac4d-18e0d743671e 2018-11-19 06:06:59,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:06:59,933 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:00,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "18a1b1b2e9bc47e89c041603971fd8dd", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj-role"}], "expires_at": "2018-11-19T07:07:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b336630c0214d1f9ecd9f36cd7dabdc", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-973b58ab-3793-484-user", "id": "40e370da30b54dd0946af636e61a622e"}, "audit_ids": ["ke9KsZxaQNW8KYfGbdHZig"], "issued_at": "2018-11-19T06:07:00.000000Z"}} 2018-11-19 06:07:00,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:00,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-050369f8-4a4e-4566-921f-dfdc1f753603 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:00,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-050369f8-4a4e-4566-921f-dfdc1f753603 2018-11-19 06:07:00,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:00,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-57881c67-a852-4128-870e-7691b16ab923 Date: Mon, 19 Nov 2018 06:07:00 GMT RESP BODY: {"networks":[]} 2018-11-19 06:07:00,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net used request id req-57881c67-a852-4128-870e-7691b16ab923 2018-11-19 06:07:00,588 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net 2018-11-19 06:07:00,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" -d '{"network": {"name": "CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net", "admin_state_up": true}}' 2018-11-19 06:07:01,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-54251fcc-a270-47a2-9364-c1dc55f046bb Date: Mon, 19 Nov 2018 06:07:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dff5c8aa-eeb9-4362-bd01-625c7015ccaa","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"7b336630c0214d1f9ecd9f36cd7dabdc","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:07:00Z","is_default":false,"name":"CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"7b336630c0214d1f9ecd9f36cd7dabdc","created_at":"2018-11-19T06:07:00Z","mtu":1450}} 2018-11-19 06:07:01,299 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-54251fcc-a270-47a2-9364-c1dc55f046bb 2018-11-19 06:07:01,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:01,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-41e3cd9d-06b4-43ec-b2e2-b45042099a59 Date: Mon, 19 Nov 2018 06:07:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:07:00Z","tenant_id":"7b336630c0214d1f9ecd9f36cd7dabdc","created_at":"2018-11-19T06:07:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"7b336630c0214d1f9ecd9f36cd7dabdc","id":"dff5c8aa-eeb9-4362-bd01-625c7015ccaa","name":"CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net"}]} 2018-11-19 06:07:01,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa used request id req-41e3cd9d-06b4-43ec-b2e2-b45042099a59 2018-11-19 06:07:01,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:01,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b35ad01b-7f71-47a9-8039-9294d976fb7f Date: Mon, 19 Nov 2018 06:07:01 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:07:01,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa used request id req-b35ad01b-7f71-47a9-8039-9294d976fb7f 2018-11-19 06:07:01,875 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-subnet 2018-11-19 06:07:01,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" -d '{"subnets": [{"ip_version": 4, "network_id": "dff5c8aa-eeb9-4362-bd01-625c7015ccaa", "cidr": "10.55.1.0/24", "name": "CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-subnet"}]}' 2018-11-19 06:07:02,550 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-00e48d18-546b-4624-ab62-82b2d25dbb96 Date: Mon, 19 Nov 2018 06:07:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dff5c8aa-eeb9-4362-bd01-625c7015ccaa","tenant_id":"7b336630c0214d1f9ecd9f36cd7dabdc","created_at":"2018-11-19T06:07:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:02Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"7b336630c0214d1f9ecd9f36cd7dabdc","id":"d09eb99d-06d5-479c-b49c-aa8c281f01eb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-subnet"}]} 2018-11-19 06:07:02,550 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-00e48d18-546b-4624-ab62-82b2d25dbb96 2018-11-19 06:07:02,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:02,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-86543d36-9882-4d06-ba24-b043bc197a77 Date: Mon, 19 Nov 2018 06:07: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":["d09eb99d-06d5-479c-b49c-aa8c281f01eb"],"updated_at":"2018-11-19T06:07:02Z","tenant_id":"7b336630c0214d1f9ecd9f36cd7dabdc","created_at":"2018-11-19T06:07:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7b336630c0214d1f9ecd9f36cd7dabdc","id":"dff5c8aa-eeb9-4362-bd01-625c7015ccaa","name":"CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net"}]} 2018-11-19 06:07:02,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa used request id req-86543d36-9882-4d06-ba24-b043bc197a77 2018-11-19 06:07:02,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:03,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7144af18-e495-4eae-a8dd-c761c1905a98 Date: Mon, 19 Nov 2018 06:07:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dff5c8aa-eeb9-4362-bd01-625c7015ccaa","tenant_id":"7b336630c0214d1f9ecd9f36cd7dabdc","created_at":"2018-11-19T06:07:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7b336630c0214d1f9ecd9f36cd7dabdc","id":"d09eb99d-06d5-479c-b49c-aa8c281f01eb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-subnet"}]} 2018-11-19 06:07:03,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa used request id req-7144af18-e495-4eae-a8dd-c761c1905a98 2018-11-19 06:07:03,051 - OpenStackNetwork - DEBUG - Network [dff5c8aa-eeb9-4362-bd01-625c7015ccaa] created successfully 2018-11-19 06:07:03,051 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:03,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:03,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "18a1b1b2e9bc47e89c041603971fd8dd", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj-role"}], "expires_at": "2018-11-19T07:07:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b336630c0214d1f9ecd9f36cd7dabdc", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7b336630c0214d1f9ecd9f36cd7dabdc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateNetworkSuccessTests-973b58ab-3793-484-user", "id": "40e370da30b54dd0946af636e61a622e"}, "audit_ids": ["nd7y8qz7RH2BLkRm0I5YaA"], "issued_at": "2018-11-19T06:07:03.000000Z"}} 2018-11-19 06:07:03,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f65151a7131c8213778f43c934b541b90265266" 2018-11-19 06:07:03,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82d0b32e-796c-47b9-9ac0-14ebcf5a87b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:03,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-82d0b32e-796c-47b9-9ac0-14ebcf5a87b6 2018-11-19 06:07:03,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f65151a7131c8213778f43c934b541b90265266" 2018-11-19 06:07:03,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e18aef49-8f21-43f8-ad65-4437347f4dd8 Date: Mon, 19 Nov 2018 06: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":["d09eb99d-06d5-479c-b49c-aa8c281f01eb"],"updated_at":"2018-11-19T06:07:02Z","tenant_id":"7b336630c0214d1f9ecd9f36cd7dabdc","created_at":"2018-11-19T06:07:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"7b336630c0214d1f9ecd9f36cd7dabdc","id":"dff5c8aa-eeb9-4362-bd01-625c7015ccaa","name":"CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net"}]} 2018-11-19 06:07:03,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net used request id req-e18aef49-8f21-43f8-ad65-4437347f4dd8 2018-11-19 06:07:03,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:03,775 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:03,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f65151a7131c8213778f43c934b541b90265266" 2018-11-19 06:07:03,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51ff25b-355d-40ea-a441-794e87a60f29 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc"}, "enabled": true, "id": "7b336630c0214d1f9ecd9f36cd7dabdc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj"}} 2018-11-19 06:07:03,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc used request id req-e51ff25b-355d-40ea-a441-794e87a60f29 2018-11-19 06:07:03,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6f65151a7131c8213778f43c934b541b90265266" 2018-11-19 06:07:04,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-298bb35e-f5a5-4a48-b6bc-f20de71d58d8 Date: Mon, 19 Nov 2018 06:07:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dff5c8aa-eeb9-4362-bd01-625c7015ccaa","tenant_id":"7b336630c0214d1f9ecd9f36cd7dabdc","created_at":"2018-11-19T06:07:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"7b336630c0214d1f9ecd9f36cd7dabdc","id":"d09eb99d-06d5-479c-b49c-aa8c281f01eb","subnetpool_id":null,"name":"CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-subnet"}]} 2018-11-19 06:07:04,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dff5c8aa-eeb9-4362-bd01-625c7015ccaa used request id req-298bb35e-f5a5-4a48-b6bc-f20de71d58d8 2018-11-19 06:07:04,051 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-subnet 2018-11-19 06:07:04,051 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-subnet 2018-11-19 06:07:04,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/d09eb99d-06d5-479c-b49c-aa8c281f01eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:06,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd20e338-38ee-4f63-aea7-007c7df5c480 Date: Mon, 19 Nov 2018 06:07:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:07:06,252 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/d09eb99d-06d5-479c-b49c-aa8c281f01eb used request id req-fd20e338-38ee-4f63-aea7-007c7df5c480 2018-11-19 06:07:06,252 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-dd89c5b8-6523-4ab4-8bf3-59c2989d017b-pub-net 2018-11-19 06:07:06,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/dff5c8aa-eeb9-4362-bd01-625c7015ccaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0091bfd59af7f099bf626acd3c227a4abd8652f0" 2018-11-19 06:07:07,496 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a03d4a83-b2e2-416a-ae47-94f2102f10c5 Date: Mon, 19 Nov 2018 06:07:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:07:07,496 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/dff5c8aa-eeb9-4362-bd01-625c7015ccaa used request id req-a03d4a83-b2e2-416a-ae47-94f2102f10c5 2018-11-19 06:07:07,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:07,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f542e46c-bb2a-40ba-8978-d5974069ad5e Date: Mon, 19 Nov 2018 06:07:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "created_at": "2018-11-19T06:07:00Z", "updated_at": "2018-11-19T06:07:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "revision_number": 0, "id": "9cc50591-9ad6-48a7-a391-c48f6f0e062c", "remote_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "remote_ip_prefix": null, "created_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "revision_number": 0, "id": "b8e3cf9e-347f-492a-aa7c-c6f68e80017c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "revision_number": 0, "id": "e9453f46-8a31-42b9-b498-21d68ed6791b", "remote_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "remote_ip_prefix": null, "created_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "revision_number": 0, "id": "fb7a08c2-938d-47b9-a845-d18a495b6db3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc"}], "revision_number": 4, "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:07:07,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f542e46c-bb2a-40ba-8978-d5974069ad5e 2018-11-19 06:07:07,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:07,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8958b4-a343-4f33-abe1-27acb44caf11 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:07:07,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-4c8958b4-a343-4f33-abe1-27acb44caf11 2018-11-19 06:07:07,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:07,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f8d43dd-e2d3-4ea0-b473-ab37e5f245a7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc"}, "enabled": true, "id": "7b336630c0214d1f9ecd9f36cd7dabdc", "parent_id": "default", "domain_id": "default", "name": "CreateNetworkSuccessTests-973b58ab-3793-484-proj"}} 2018-11-19 06:07:07,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc used request id req-8f8d43dd-e2d3-4ea0-b473-ab37e5f245a7 2018-11-19 06:07:07,902 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 444ca414-e94c-4bf3-a2f0-4a182a658d38 2018-11-19 06:07:07,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=444ca414-e94c-4bf3-a2f0-4a182a658d38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:08,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0c2d620e-08db-4748-8e83-5cc35f8030c6 Date: Mon, 19 Nov 2018 06:07:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "created_at": "2018-11-19T06:07:00Z", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "id": "9cc50591-9ad6-48a7-a391-c48f6f0e062c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "created_at": "2018-11-19T06:07:00Z", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "id": "b8e3cf9e-347f-492a-aa7c-c6f68e80017c"}, {"remote_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "created_at": "2018-11-19T06:07:00Z", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "id": "e9453f46-8a31-42b9-b498-21d68ed6791b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:07:00Z", "security_group_id": "444ca414-e94c-4bf3-a2f0-4a182a658d38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "created_at": "2018-11-19T06:07:00Z", "project_id": "7b336630c0214d1f9ecd9f36cd7dabdc", "id": "fb7a08c2-938d-47b9-a845-d18a495b6db3"}]} 2018-11-19 06:07:08,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=444ca414-e94c-4bf3-a2f0-4a182a658d38 used request id req-0c2d620e-08db-4748-8e83-5cc35f8030c6 2018-11-19 06:07:08,086 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:07:08,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/444ca414-e94c-4bf3-a2f0-4a182a658d38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:08,367 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-36ddf475-7efd-47db-a0b8-209df1f0b60a Content-Length: 0 Date: Mon, 19 Nov 2018 06:07:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:07:08,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/444ca414-e94c-4bf3-a2f0-4a182a658d38 used request id req-36ddf475-7efd-47db-a0b8-209df1f0b60a 2018-11-19 06:07:08,368 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-973b58ab-3793-484-proj 2018-11-19 06:07:08,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:08,560 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bb41d1b-e9fe-4def-ac9c-69424f8f1582 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:08,560 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7b336630c0214d1f9ecd9f36cd7dabdc used request id req-0bb41d1b-e9fe-4def-ac9c-69424f8f1582 2018-11-19 06:07:08,561 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-973b58ab-3793-484-proj-role 2018-11-19 06:07:08,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/18a1b1b2e9bc47e89c041603971fd8dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:08,680 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b81e6cf-4b34-4b1f-8e2e-d89225393f84 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:08,680 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/18a1b1b2e9bc47e89c041603971fd8dd used request id req-9b81e6cf-4b34-4b1f-8e2e-d89225393f84 2018-11-19 06:07:08,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a1204fd20741d7ae53f855b86a6b29efa295661" 2018-11-19 06:07:08,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a59954e-5f81-4304-8507-3503d97d222d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:08,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2a59954e-5f81-4304-8507-3503d97d222d 2018-11-19 06:07:08,771 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-973b58ab-3793-484-user 2018-11-19 06:07:08,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/40e370da30b54dd0946af636e61a622e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4bdfc6bece7d37be7abdb91e0bc8a51d695d083" 2018-11-19 06:07:08,974 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47920d9a-a343-4d94-b6a1-e1c908ef7d4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:08,974 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/40e370da30b54dd0946af636e61a622e used request id req-47920d9a-a343-4d94-b6a1-e1c908ef7d4d 2018-11-19 06:07:08,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:09,362 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wG6Tui2aRNWcNLnQ-J2hGg"], "issued_at": "2018-11-19T06:07:09.000000Z"}} 2018-11-19 06:07:09,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec5d0217c6256a509de76a1a9ca3753c1d441c9b" 2018-11-19 06:07:09,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85884474-a74f-42a7-8764-648e186182b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:09,453 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85884474-a74f-42a7-8764-648e186182b0 2018-11-19 06:07:09,455 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:09,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:09,912 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9M5Z9DS3T82C0ABIogsvUw"], "issued_at": "2018-11-19T06:07:09.000000Z"}} 2018-11-19 06:07:09,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:10,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf3de7a-481f-4760-9912-930624394265 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:10,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3bf3de7a-481f-4760-9912-930624394265 2018-11-19 06:07:10,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:10,013 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:10,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:10,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc3bbaf9-f172-4cb2-8355-1d13a6b8fd5c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:07:10,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj used request id req-dc3bbaf9-f172-4cb2-8355-1d13a6b8fd5c 2018-11-19 06:07:10,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:10,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e82842-d0ef-49f2-b02f-a77482ad7ab5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:10,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f0e82842-d0ef-49f2-b02f-a77482ad7ab5 2018-11-19 06:07:10,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj"}}' 2018-11-19 06:07:10,319 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4652cc2f-4eaf-4523-b01b-232d6c612368 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4"}, "enabled": true, "id": "6d810f4cc89543bea2b81bcce816f8f4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj"}} 2018-11-19 06:07:10,319 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4652cc2f-4eaf-4523-b01b-232d6c612368 2018-11-19 06:07:10,319 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj 2018-11-19 06:07:10,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:10,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:10,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["1_lRqZ2lTzqQ68duyPPauA"], "issued_at": "2018-11-19T06:07:10.000000Z"}} 2018-11-19 06:07:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29506ea5f575b0605f09684cdde5c17917fab5c4" 2018-11-19 06:07:10,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f599fa-8179-47a4-a2c7-0965944739f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:10,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d8f599fa-8179-47a4-a2c7-0965944739f5 2018-11-19 06:07:10,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:10,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:10,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29506ea5f575b0605f09684cdde5c17917fab5c4" 2018-11-19 06:07:10,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-350e272f-b852-4734-ba84-3d24135c4efd Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:07:10,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-350e272f-b852-4734-ba84-3d24135c4efd 2018-11-19 06:07:10,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29506ea5f575b0605f09684cdde5c17917fab5c4" 2018-11-19 06:07:11,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f26d07-d3bc-434f-99aa-732ba5d7a5e4 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4"}, "enabled": true, "id": "6d810f4cc89543bea2b81bcce816f8f4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj"}]} 2018-11-19 06:07:11,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj used request id req-c5f26d07-d3bc-434f-99aa-732ba5d7a5e4 2018-11-19 06:07:11,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29506ea5f575b0605f09684cdde5c17917fab5c4" 2018-11-19 06:07:11,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07d4b7b8-c93d-45e9-87ff-045355f8e6bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:11,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-07d4b7b8-c93d-45e9-87ff-045355f8e6bd 2018-11-19 06:07:11,474 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-84a0bdb1-cd85-42c-user 2018-11-19 06:07:11,474 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:11,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:11,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e496987a-a1fe-4709-8509-e2cfec6ca052 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:11,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e496987a-a1fe-4709-8509-e2cfec6ca052 2018-11-19 06:07:11,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" -d '{"role": {"name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role"}}' 2018-11-19 06:07:11,613 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-111fd223-a117-4c7d-a4bb-67f7f54974e5 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0215c911d7f64425874c2381e2ab5b6c", "links": {"self": "http://172.30.9.21:5000/v3/roles/0215c911d7f64425874c2381e2ab5b6c"}, "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role"}} 2018-11-19 06:07:11,613 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-111fd223-a117-4c7d-a4bb-67f7f54974e5 2018-11-19 06:07:11,613 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role 2018-11-19 06:07:11,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0215c911d7f64425874c2381e2ab5b6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:11,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e7cb60-1a14-42a7-a6da-61395e3e6a5c Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0215c911d7f64425874c2381e2ab5b6c"}, "domain_id": null, "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role", "id": "0215c911d7f64425874c2381e2ab5b6c"}} 2018-11-19 06:07:11,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0215c911d7f64425874c2381e2ab5b6c used request id req-62e7cb60-1a14-42a7-a6da-61395e3e6a5c 2018-11-19 06:07:11,697 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role to project CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj 2018-11-19 06:07:11,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4/users/0e4152621b7c4e828d0dd7c5b77ee9f9/roles/0215c911d7f64425874c2381e2ab5b6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:11,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f883f7f-c9ed-4212-b7ef-99db89c1be1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:11,824 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4/users/0e4152621b7c4e828d0dd7c5b77ee9f9/roles/0215c911d7f64425874c2381e2ab5b6c used request id req-0f883f7f-c9ed-4212-b7ef-99db89c1be1f 2018-11-19 06:07:11,824 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:11,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:12,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0215c911d7f64425874c2381e2ab5b6c", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role"}], "expires_at": "2018-11-19T07:07:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d810f4cc89543bea2b81bcce816f8f4", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-user", "id": "0e4152621b7c4e828d0dd7c5b77ee9f9"}, "audit_ids": ["1VHnMxjwRzuIULD7YzWafw"], "issued_at": "2018-11-19T06:07:12.000000Z"}} 2018-11-19 06:07:12,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:12,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cde69747-a7a7-4316-9dd6-93822634dc1e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:12,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cde69747-a7a7-4316-9dd6-93822634dc1e 2018-11-19 06:07:12,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:12,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97cebf9e-2e68-4f91-95ef-beaa4e240b2c Date: Mon, 19 Nov 2018 06:07:12 GMT RESP BODY: {"routers": []} 2018-11-19 06:07:12,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router&admin_state_up=True used request id req-97cebf9e-2e68-4f91-95ef-beaa4e240b2c 2018-11-19 06:07:12,495 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:12,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:12,878 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0215c911d7f64425874c2381e2ab5b6c", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role"}], "expires_at": "2018-11-19T07:07:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d810f4cc89543bea2b81bcce816f8f4", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-user", "id": "0e4152621b7c4e828d0dd7c5b77ee9f9"}, "audit_ids": ["tuz2TTC4QGmZCP8cx5G27Q"], "issued_at": "2018-11-19T06:07:12.000000Z"}} 2018-11-19 06:07:12,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76cc0e15ef2a88d37c010b151a8f67da52789f05" 2018-11-19 06:07:12,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c44b4a9a-6015-4430-8ab5-06145186a414 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:12,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c44b4a9a-6015-4430-8ab5-06145186a414 2018-11-19 06:07:12,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:13,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-3858ec79-4403-4253-b6fa-241cb1344172 Date: Mon, 19 Nov 2018 06:07:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:07:13,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-3858ec79-4403-4253-b6fa-241cb1344172 2018-11-19 06:07:13,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:13,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-088b93a6-6262-4218-b95b-6ae83dae62f0 Date: Mon, 19 Nov 2018 06:07:13 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:07:13,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-088b93a6-6262-4218-b95b-6ae83dae62f0 2018-11-19 06:07:13,407 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router 2018-11-19 06:07:13,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router", "admin_state_up": true}}' 2018-11-19 06:07:18,260 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-bb6e3ff3-c562-4fea-9bb1-1c8674cec3e7 Date: Mon, 19 Nov 2018 06:07:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "6d810f4cc89543bea2b81bcce816f8f4", "created_at": "2018-11-19T06:07:14Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:14Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "6d810f4cc89543bea2b81bcce816f8f4", "id": "1b31f1e1-8c2c-4246-9e12-81790ba55af9", "name": "CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router"}} 2018-11-19 06:07:18,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-bb6e3ff3-c562-4fea-9bb1-1c8674cec3e7 2018-11-19 06:07:18,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=1b31f1e1-8c2c-4246-9e12-81790ba55af9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:18,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0739ff12-481b-49a1-91a4-f5da3b99181c Date: Mon, 19 Nov 2018 06:07:18 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:18,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=1b31f1e1-8c2c-4246-9e12-81790ba55af9 used request id req-0739ff12-481b-49a1-91a4-f5da3b99181c 2018-11-19 06:07:18,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/1b31f1e1-8c2c-4246-9e12-81790ba55af9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:18,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-19d70c7c-fc17-429d-8664-99d4c7807aed Date: Mon, 19 Nov 2018 06:07:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6d810f4cc89543bea2b81bcce816f8f4", "created_at": "2018-11-19T06:07:14Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:17Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "6d810f4cc89543bea2b81bcce816f8f4", "id": "1b31f1e1-8c2c-4246-9e12-81790ba55af9", "name": "CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router"}} 2018-11-19 06:07:18,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/1b31f1e1-8c2c-4246-9e12-81790ba55af9 used request id req-19d70c7c-fc17-429d-8664-99d4c7807aed 2018-11-19 06:07:18,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=1b31f1e1-8c2c-4246-9e12-81790ba55af9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:18,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-84a88ff1-f41a-471a-933e-f38702baa3c3 Date: Mon, 19 Nov 2018 06:07:18 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:18,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=1b31f1e1-8c2c-4246-9e12-81790ba55af9 used request id req-84a88ff1-f41a-471a-933e-f38702baa3c3 2018-11-19 06:07:18,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:19,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0215c911d7f64425874c2381e2ab5b6c", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role"}], "expires_at": "2018-11-19T07:07:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6d810f4cc89543bea2b81bcce816f8f4", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6d810f4cc89543bea2b81bcce816f8f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-user", "id": "0e4152621b7c4e828d0dd7c5b77ee9f9"}, "audit_ids": ["x7Q9_7zgQXyYXeP8Zo0TcQ"], "issued_at": "2018-11-19T06:07:19.000000Z"}} 2018-11-19 06:07:19,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21e474726d2a5658d9dbed398bf0112df1ef86d" 2018-11-19 06:07:19,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-8afd1502-57a6-43a5-8814-0e164f542e87 Date: Mon, 19 Nov 2018 06:07:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6d810f4cc89543bea2b81bcce816f8f4", "created_at": "2018-11-19T06:07:14Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:17Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "6d810f4cc89543bea2b81bcce816f8f4", "id": "1b31f1e1-8c2c-4246-9e12-81790ba55af9", "name": "CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router"}]} 2018-11-19 06:07:19,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router&admin_state_up=True used request id req-8afd1502-57a6-43a5-8814-0e164f542e87 2018-11-19 06:07:19,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:19,424 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:19,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec5d0217c6256a509de76a1a9ca3753c1d441c9b" 2018-11-19 06:07:19,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc3581c-cc02-49fc-bde2-72539ee6cb23 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4"}, "enabled": true, "id": "6d810f4cc89543bea2b81bcce816f8f4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj"}} 2018-11-19 06:07:19,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4 used request id req-acc3581c-cc02-49fc-bde2-72539ee6cb23 2018-11-19 06:07:19,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=1b31f1e1-8c2c-4246-9e12-81790ba55af9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21e474726d2a5658d9dbed398bf0112df1ef86d" 2018-11-19 06:07:19,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cc35ec9d-ccd2-4750-b966-66c76e2ff2af Date: Mon, 19 Nov 2018 06:07:19 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:19,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=1b31f1e1-8c2c-4246-9e12-81790ba55af9 used request id req-cc35ec9d-ccd2-4750-b966-66c76e2ff2af 2018-11-19 06:07:19,708 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router 2018-11-19 06:07:19,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/1b31f1e1-8c2c-4246-9e12-81790ba55af9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21e474726d2a5658d9dbed398bf0112df1ef86d" 2018-11-19 06:07:23,183 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0453d5b7-887e-4d4f-9e87-70609b52391f Content-Length: 0 Date: Mon, 19 Nov 2018 06:07:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:07:23,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1b31f1e1-8c2c-4246-9e12-81790ba55af9 used request id req-0453d5b7-887e-4d4f-9e87-70609b52391f 2018-11-19 06:07:23,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f21e474726d2a5658d9dbed398bf0112df1ef86d" 2018-11-19 06:07:23,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-27ccfb56-67da-40e9-afa2-6c5421bb900b Date: Mon, 19 Nov 2018 06:07:23 GMT RESP BODY: {"routers": []} 2018-11-19 06:07:23,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router&admin_state_up=True used request id req-27ccfb56-67da-40e9-afa2-6c5421bb900b 2018-11-19 06:07:23,242 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router 2018-11-19 06:07:23,242 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8fa3e13f-69cb-45fe-8f12-fa427b9776f6-pub-router 2018-11-19 06:07:23,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/1b31f1e1-8c2c-4246-9e12-81790ba55af9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21d55fe8c1d4b44e4f28dad52b3c89381ac4e27d" 2018-11-19 06:07:23,300 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 135 X-Openstack-Request-Id: req-1ea88dfa-f445-4fb3-82d8-8679adda2cbc Date: Mon, 19 Nov 2018 06:07:23 GMT RESP BODY: {"NeutronError": {"message": "Router 1b31f1e1-8c2c-4246-9e12-81790ba55af9 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-11-19 06:07:23,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1b31f1e1-8c2c-4246-9e12-81790ba55af9 used request id req-1ea88dfa-f445-4fb3-82d8-8679adda2cbc 2018-11-19 06:07:23,301 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 1b31f1e1-8c2c-4246-9e12-81790ba55af9 could not be found", "type": "RouterNotFound", "detail": ""}} 2018-11-19 06:07:23,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:23,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e8bfd178-c251-49c2-9eb7-35ab40951c19 Date: Mon, 19 Nov 2018 06:07:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:07:23,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e8bfd178-c251-49c2-9eb7-35ab40951c19 2018-11-19 06:07:23,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:23,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01e1b4c8-9dc3-4a27-921b-f6af1a25edea Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:07:23,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-01e1b4c8-9dc3-4a27-921b-f6af1a25edea 2018-11-19 06:07:23,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:23,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62594b32-a556-4752-9263-65ce2b2fe865 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:07:23,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-62594b32-a556-4752-9263-65ce2b2fe865 2018-11-19 06:07:23,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:23,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d95816b-6d5d-411d-ac7c-fc3318e17a2f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:07:23,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-7d95816b-6d5d-411d-ac7c-fc3318e17a2f 2018-11-19 06:07:23,811 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj 2018-11-19 06:07:23,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:23,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3c477a2-cd8d-43bc-8053-cc68445755d0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:23,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6d810f4cc89543bea2b81bcce816f8f4 used request id req-e3c477a2-cd8d-43bc-8053-cc68445755d0 2018-11-19 06:07:23,997 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-84a0bdb1-cd85-42c-proj-role 2018-11-19 06:07:24,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0215c911d7f64425874c2381e2ab5b6c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:24,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-95370e78-654e-4e7f-a08c-8b83a1eefa56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:24,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0215c911d7f64425874c2381e2ab5b6c used request id req-95370e78-654e-4e7f-a08c-8b83a1eefa56 2018-11-19 06:07:24,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed01a1de9eebc9acded536b2aa206893296d5d2" 2018-11-19 06:07:24,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c744120-20ee-46d4-b4ea-343cb748cc71 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:24,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7c744120-20ee-46d4-b4ea-343cb748cc71 2018-11-19 06:07:24,210 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-84a0bdb1-cd85-42c-user 2018-11-19 06:07:24,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0e4152621b7c4e828d0dd7c5b77ee9f9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29506ea5f575b0605f09684cdde5c17917fab5c4" 2018-11-19 06:07:24,369 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-696a71cb-c517-4a8c-989c-ffa31c266814 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:24,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0e4152621b7c4e828d0dd7c5b77ee9f9 used request id req-696a71cb-c517-4a8c-989c-ffa31c266814 2018-11-19 06:07:24,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:24,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["6aUWnK4hTNaZvNzD0jYbVg"], "issued_at": "2018-11-19T06:07:24.000000Z"}} 2018-11-19 06:07:24,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d34899f8e83140d88926525164b9e2bf79d3f89" 2018-11-19 06:07:24,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e246e78d-9a96-4917-b2d5-216217167353 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:24,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e246e78d-9a96-4917-b2d5-216217167353 2018-11-19 06:07:24,847 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:24,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:25,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["qPF0wrmcTCu6cOcx89tpGA"], "issued_at": "2018-11-19T06:07:25.000000Z"}} 2018-11-19 06:07:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:25,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57d60de6-3d5a-4f88-b715-0d24dc1bfb0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:25,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-57d60de6-3d5a-4f88-b715-0d24dc1bfb0b 2018-11-19 06:07:25,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:25,316 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:25,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-73a85a81-5540-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:25,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c10a6d-8b6f-404d-bf04-9fcb9a8157df Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-73a85a81-5540-4e0-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:07:25,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-73a85a81-5540-4e0-proj used request id req-85c10a6d-8b6f-404d-bf04-9fcb9a8157df 2018-11-19 06:07:25,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:25,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0e02b3-a137-4604-a237-6ee781dfa9ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:25,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7e0e02b3-a137-4604-a237-6ee781dfa9ec 2018-11-19 06:07:25,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj"}}' 2018-11-19 06:07:25,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b324e552-0da5-4707-a49e-4a8cda530a15 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77"}, "enabled": true, "id": "3797d4f91f134c8380731f7512b67c77", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj"}} 2018-11-19 06:07:25,630 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b324e552-0da5-4707-a49e-4a8cda530a15 2018-11-19 06:07:25,630 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-73a85a81-5540-4e0-proj 2018-11-19 06:07:25,630 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:25,631 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:26,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["rUP99RRdSTOL3zFCZOvNKg"], "issued_at": "2018-11-19T06:07:26.000000Z"}} 2018-11-19 06:07:26,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba6083aee58be10a95510db142dce3f40340d4b" 2018-11-19 06:07:26,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2da860f3-6d59-4d29-a0ee-86c1409d47bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:26,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2da860f3-6d59-4d29-a0ee-86c1409d47bc 2018-11-19 06:07:26,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:26,025 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:26,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba6083aee58be10a95510db142dce3f40340d4b" 2018-11-19 06:07:26,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c2fa54-07f4-4dcb-a240-e07d4306a61f Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:07:26,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a3c2fa54-07f4-4dcb-a240-e07d4306a61f 2018-11-19 06:07:26,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-73a85a81-5540-4e0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba6083aee58be10a95510db142dce3f40340d4b" 2018-11-19 06:07:26,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac19bf4-7266-4516-8ba5-da812f855450 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-73a85a81-5540-4e0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77"}, "enabled": true, "id": "3797d4f91f134c8380731f7512b67c77", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj"}]} 2018-11-19 06:07:26,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-73a85a81-5540-4e0-proj used request id req-7ac19bf4-7266-4516-8ba5-da812f855450 2018-11-19 06:07:26,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba6083aee58be10a95510db142dce3f40340d4b" 2018-11-19 06:07:26,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d267d2-49f3-4c68-a77c-8dac6cc6ac2c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:26,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e1d267d2-49f3-4c68-a77c-8dac6cc6ac2c 2018-11-19 06:07:26,695 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-73a85a81-5540-4e0-user 2018-11-19 06:07:26,695 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:26,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:26,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf55867-098f-4780-92a0-ab74b671b1c3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:26,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bdf55867-098f-4780-92a0-ab74b671b1c3 2018-11-19 06:07:26,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" -d '{"role": {"name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role"}}' 2018-11-19 06:07:26,900 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-446b384b-66c2-4b8a-af51-3047e2eed239 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0ce3ed7be5af488d8d930700119a6557", "links": {"self": "http://172.30.9.21:5000/v3/roles/0ce3ed7be5af488d8d930700119a6557"}, "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role"}} 2018-11-19 06:07:26,900 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-446b384b-66c2-4b8a-af51-3047e2eed239 2018-11-19 06:07:26,900 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role 2018-11-19 06:07:26,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0ce3ed7be5af488d8d930700119a6557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:26,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c24bb94-042d-42ab-99d9-7ca41885de8b Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0ce3ed7be5af488d8d930700119a6557"}, "domain_id": null, "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role", "id": "0ce3ed7be5af488d8d930700119a6557"}} 2018-11-19 06:07:26,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0ce3ed7be5af488d8d930700119a6557 used request id req-2c24bb94-042d-42ab-99d9-7ca41885de8b 2018-11-19 06:07:26,981 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role to project CreateRouterSuccessTests-73a85a81-5540-4e0-proj 2018-11-19 06:07:26,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77/users/9bfa0298d2d4463a9c827896a6ef7f94/roles/0ce3ed7be5af488d8d930700119a6557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:27,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-815d98f1-b27d-46ec-b3a9-4d817ccc7ab2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:27,111 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77/users/9bfa0298d2d4463a9c827896a6ef7f94/roles/0ce3ed7be5af488d8d930700119a6557 used request id req-815d98f1-b27d-46ec-b3a9-4d817ccc7ab2 2018-11-19 06:07:27,111 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:27,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:27,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ce3ed7be5af488d8d930700119a6557", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role"}], "expires_at": "2018-11-19T07:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3797d4f91f134c8380731f7512b67c77", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-user", "id": "9bfa0298d2d4463a9c827896a6ef7f94"}, "audit_ids": ["x2bM-l_xR86V8F8alfpaSw"], "issued_at": "2018-11-19T06:07:27.000000Z"}} 2018-11-19 06:07:27,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621bfd768bdefe88bbf3974a76f3f74a75b86ac2" 2018-11-19 06:07:27,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a810783-9a68-47e0-b7dc-c4ae4cc322a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:27,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6a810783-9a68-47e0-b7dc-c4ae4cc322a9 2018-11-19 06:07:27,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621bfd768bdefe88bbf3974a76f3f74a75b86ac2" 2018-11-19 06:07:27,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6db4e1f3-4f67-4235-8cfe-6c067dc555ad Date: Mon, 19 Nov 2018 06:07:27 GMT RESP BODY: {"routers": []} 2018-11-19 06:07:27,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router&admin_state_up=True used request id req-6db4e1f3-4f67-4235-8cfe-6c067dc555ad 2018-11-19 06:07:27,749 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:27,750 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:28,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ce3ed7be5af488d8d930700119a6557", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role"}], "expires_at": "2018-11-19T07:07:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3797d4f91f134c8380731f7512b67c77", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-user", "id": "9bfa0298d2d4463a9c827896a6ef7f94"}, "audit_ids": ["e9FpPJqmSNiAYXqcfRSkIA"], "issued_at": "2018-11-19T06:07:28.000000Z"}} 2018-11-19 06:07:28,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4218e5df9cecefc10b1305dc117c9d07ea43842f" 2018-11-19 06:07:28,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ebf4ce0-00aa-4b99-bda6-bdfb5178de24 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:28,205 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2ebf4ce0-00aa-4b99-bda6-bdfb5178de24 2018-11-19 06:07:28,207 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router 2018-11-19 06:07:28,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621bfd768bdefe88bbf3974a76f3f74a75b86ac2" -d '{"router": {"name": "CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router", "admin_state_up": true}}' 2018-11-19 06:07:32,044 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-8bef7cdb-7ed1-49d2-9b45-ca6fe98e7c5f Date: Mon, 19 Nov 2018 06:07:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3797d4f91f134c8380731f7512b67c77", "created_at": "2018-11-19T06:07:29Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:29Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "3797d4f91f134c8380731f7512b67c77", "id": "7852be8e-0bd3-43d0-a0a1-b663dc84f91a", "name": "CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router"}} 2018-11-19 06:07:32,044 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-8bef7cdb-7ed1-49d2-9b45-ca6fe98e7c5f 2018-11-19 06:07:32,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=7852be8e-0bd3-43d0-a0a1-b663dc84f91a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621bfd768bdefe88bbf3974a76f3f74a75b86ac2" 2018-11-19 06:07:32,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-73210f8c-b3b3-45d6-9e8c-00af0e2bd403 Date: Mon, 19 Nov 2018 06:07:32 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:32,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=7852be8e-0bd3-43d0-a0a1-b663dc84f91a used request id req-73210f8c-b3b3-45d6-9e8c-00af0e2bd403 2018-11-19 06:07:32,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/7852be8e-0bd3-43d0-a0a1-b663dc84f91a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621bfd768bdefe88bbf3974a76f3f74a75b86ac2" 2018-11-19 06:07:32,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-f6ec4dfd-2b2c-47c3-a294-41cf40d1c2b0 Date: Mon, 19 Nov 2018 06:07:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3797d4f91f134c8380731f7512b67c77", "created_at": "2018-11-19T06:07:29Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:31Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "3797d4f91f134c8380731f7512b67c77", "id": "7852be8e-0bd3-43d0-a0a1-b663dc84f91a", "name": "CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router"}} 2018-11-19 06:07:32,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/7852be8e-0bd3-43d0-a0a1-b663dc84f91a used request id req-f6ec4dfd-2b2c-47c3-a294-41cf40d1c2b0 2018-11-19 06:07:32,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=7852be8e-0bd3-43d0-a0a1-b663dc84f91a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621bfd768bdefe88bbf3974a76f3f74a75b86ac2" 2018-11-19 06:07:32,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5a6521f3-a66a-4fad-80e4-2aab7092c1d6 Date: Mon, 19 Nov 2018 06:07:32 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:32,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=7852be8e-0bd3-43d0-a0a1-b663dc84f91a used request id req-5a6521f3-a66a-4fad-80e4-2aab7092c1d6 2018-11-19 06:07:32,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:33,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0ce3ed7be5af488d8d930700119a6557", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role"}], "expires_at": "2018-11-19T07:07:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3797d4f91f134c8380731f7512b67c77", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3797d4f91f134c8380731f7512b67c77", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-user", "id": "9bfa0298d2d4463a9c827896a6ef7f94"}, "audit_ids": ["-m2g9ghEQtCC95i8hVyoVg"], "issued_at": "2018-11-19T06:07:33.000000Z"}} 2018-11-19 06:07:33,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}018ef66a67207283f7ddaa2b0ea6e0a4170dbbe1" 2018-11-19 06:07:33,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-95ade19e-ab6d-4b4d-a989-e87b64f9f6fc Date: Mon, 19 Nov 2018 06:07:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3797d4f91f134c8380731f7512b67c77", "created_at": "2018-11-19T06:07:29Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:31Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "3797d4f91f134c8380731f7512b67c77", "id": "7852be8e-0bd3-43d0-a0a1-b663dc84f91a", "name": "CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router"}]} 2018-11-19 06:07:33,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router&admin_state_up=True used request id req-95ade19e-ab6d-4b4d-a989-e87b64f9f6fc 2018-11-19 06:07:33,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:33,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:33,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d34899f8e83140d88926525164b9e2bf79d3f89" 2018-11-19 06:07:33,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9db999c-6f71-4aa9-8473-887403ef26bb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77"}, "enabled": true, "id": "3797d4f91f134c8380731f7512b67c77", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-73a85a81-5540-4e0-proj"}} 2018-11-19 06:07:33,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77 used request id req-f9db999c-6f71-4aa9-8473-887403ef26bb 2018-11-19 06:07:33,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=7852be8e-0bd3-43d0-a0a1-b663dc84f91a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}018ef66a67207283f7ddaa2b0ea6e0a4170dbbe1" 2018-11-19 06:07:33,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cd8c4805-ef95-4be2-83e3-1077730cfaa6 Date: Mon, 19 Nov 2018 06:07:33 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:33,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=7852be8e-0bd3-43d0-a0a1-b663dc84f91a used request id req-cd8c4805-ef95-4be2-83e3-1077730cfaa6 2018-11-19 06:07:33,545 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router 2018-11-19 06:07:33,545 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-0e5fe359-5119-48c5-823a-6decdc605a5f-pub-router 2018-11-19 06:07:33,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/7852be8e-0bd3-43d0-a0a1-b663dc84f91a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}621bfd768bdefe88bbf3974a76f3f74a75b86ac2" 2018-11-19 06:07:36,204 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46a7bf55-bc4c-4394-a636-dfee7872946d Content-Length: 0 Date: Mon, 19 Nov 2018 06:07:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:07:36,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/7852be8e-0bd3-43d0-a0a1-b663dc84f91a used request id req-46a7bf55-bc4c-4394-a636-dfee7872946d 2018-11-19 06:07:36,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:36,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-147aac84-c22c-4ded-8b6c-1c6d2e39427c Date: Mon, 19 Nov 2018 06:07:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:07:36,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-147aac84-c22c-4ded-8b6c-1c6d2e39427c 2018-11-19 06:07:36,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:36,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27bb905f-c30b-4fee-b536-7e82ec7d45e4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:07:36,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-27bb905f-c30b-4fee-b536-7e82ec7d45e4 2018-11-19 06:07:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:36,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd9e9e7-1e27-44be-93df-97cc8b3cf092 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:07:36,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-efd9e9e7-1e27-44be-93df-97cc8b3cf092 2018-11-19 06:07:36,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:36,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0d919a-4a0b-4207-8a90-9a12b4038bcb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:07:36,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-8a0d919a-4a0b-4207-8a90-9a12b4038bcb 2018-11-19 06:07:36,711 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-73a85a81-5540-4e0-proj 2018-11-19 06:07:36,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:36,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac4b629a-6451-4528-b0a9-8c56b5a0944c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:36,931 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3797d4f91f134c8380731f7512b67c77 used request id req-ac4b629a-6451-4528-b0a9-8c56b5a0944c 2018-11-19 06:07:36,932 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-73a85a81-5540-4e0-proj-role 2018-11-19 06:07:36,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0ce3ed7be5af488d8d930700119a6557 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:37,054 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d3e96a6-8372-4bf8-85f2-ff0d5be8dfbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:37,054 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0ce3ed7be5af488d8d930700119a6557 used request id req-9d3e96a6-8372-4bf8-85f2-ff0d5be8dfbc 2018-11-19 06:07:37,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d22d742cb98d3d26ad408ada79f136cfc90d5280" 2018-11-19 06:07:37,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204413e9-488c-46d0-af7a-9366894bb697 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:37,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-204413e9-488c-46d0-af7a-9366894bb697 2018-11-19 06:07:37,148 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-73a85a81-5540-4e0-user 2018-11-19 06:07:37,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/9bfa0298d2d4463a9c827896a6ef7f94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cba6083aee58be10a95510db142dce3f40340d4b" 2018-11-19 06:07:37,417 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32d7187c-3d6d-470e-8a7c-6ac5a7f6bb64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:37,418 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/9bfa0298d2d4463a9c827896a6ef7f94 used request id req-32d7187c-3d6d-470e-8a7c-6ac5a7f6bb64 2018-11-19 06:07:37,419 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:37,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gVryU2vHSVy1x-_berl5Pw"], "issued_at": "2018-11-19T06:07:37.000000Z"}} 2018-11-19 06:07:37,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc8a0da013147a06c5f33131f0f85c3f1c704845" 2018-11-19 06:07:37,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf5b461e-73ec-4c2f-9c4a-0c96d132ced6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:37,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf5b461e-73ec-4c2f-9c4a-0c96d132ced6 2018-11-19 06:07:37,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:37,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:38,270 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["6SaWsPAoQ0aBrZbMYWPm8w"], "issued_at": "2018-11-19T06:07:38.000000Z"}} 2018-11-19 06:07:38,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:38,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4339be5c-c94e-4635-8d68-bec682052001 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:38,357 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4339be5c-c94e-4635-8d68-bec682052001 2018-11-19 06:07:38,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:38,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:38,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f1ea100b-b818-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:38,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b2ecd1d-04b0-45d1-be4a-7fe79227ae5a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f1ea100b-b818-48e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:07:38,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-f1ea100b-b818-48e-proj used request id req-0b2ecd1d-04b0-45d1-be4a-7fe79227ae5a 2018-11-19 06:07:38,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:38,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20c95c77-7b2a-40d3-9c85-8bee18259b20 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:38,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-20c95c77-7b2a-40d3-9c85-8bee18259b20 2018-11-19 06:07:38,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj"}}' 2018-11-19 06:07:38,659 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1281a31d-6a44-4899-aadb-435d234d2897 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c"}, "enabled": true, "id": "a005d74e009842d4a92641ab4b897b2c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj"}} 2018-11-19 06:07:38,659 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1281a31d-6a44-4899-aadb-435d234d2897 2018-11-19 06:07:38,660 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-f1ea100b-b818-48e-proj 2018-11-19 06:07:38,660 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:38,661 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:39,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Jv15q4BCRrOn8FnUNn07_g"], "issued_at": "2018-11-19T06:07:39.000000Z"}} 2018-11-19 06:07:39,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc478721d054ad439dc6d665a7cdc684dcbb952" 2018-11-19 06:07:39,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc1f6f18-d338-45a5-992c-d270467c22e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:39,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dc1f6f18-d338-45a5-992c-d270467c22e7 2018-11-19 06:07:39,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:39,136 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:39,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc478721d054ad439dc6d665a7cdc684dcbb952" 2018-11-19 06:07:39,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6907a8d2-6b43-4971-97f4-e50b5c5072ce Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:07:39,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6907a8d2-6b43-4971-97f4-e50b5c5072ce 2018-11-19 06:07:39,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f1ea100b-b818-48e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc478721d054ad439dc6d665a7cdc684dcbb952" 2018-11-19 06:07:39,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-595aa941-8ed1-4d30-96e3-32e07ea287b3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f1ea100b-b818-48e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c"}, "enabled": true, "id": "a005d74e009842d4a92641ab4b897b2c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj"}]} 2018-11-19 06:07:39,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-f1ea100b-b818-48e-proj used request id req-595aa941-8ed1-4d30-96e3-32e07ea287b3 2018-11-19 06:07:39,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc478721d054ad439dc6d665a7cdc684dcbb952" 2018-11-19 06:07:39,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-854672e9-5af6-4a9e-95df-05c50af3b731 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:39,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-854672e9-5af6-4a9e-95df-05c50af3b731 2018-11-19 06:07:39,815 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-f1ea100b-b818-48e-user 2018-11-19 06:07:39,815 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:39,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:39,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-643a38bf-039d-4cc2-ac8b-feba8874d9be Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:39,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-643a38bf-039d-4cc2-ac8b-feba8874d9be 2018-11-19 06:07:39,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" -d '{"role": {"name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role"}}' 2018-11-19 06:07:40,037 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a03123a4-4d6a-45dc-9b1c-00c7561d0429 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6ea09754b4584359b68aca3d1a1f4ea0", "links": {"self": "http://172.30.9.21:5000/v3/roles/6ea09754b4584359b68aca3d1a1f4ea0"}, "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role"}} 2018-11-19 06:07:40,037 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a03123a4-4d6a-45dc-9b1c-00c7561d0429 2018-11-19 06:07:40,037 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role 2018-11-19 06:07:40,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6ea09754b4584359b68aca3d1a1f4ea0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:40,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0685be0-276d-4886-94d7-bca1b32cff80 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6ea09754b4584359b68aca3d1a1f4ea0"}, "domain_id": null, "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role", "id": "6ea09754b4584359b68aca3d1a1f4ea0"}} 2018-11-19 06:07:40,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6ea09754b4584359b68aca3d1a1f4ea0 used request id req-b0685be0-276d-4886-94d7-bca1b32cff80 2018-11-19 06:07:40,123 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role to project CreateRouterSuccessTests-f1ea100b-b818-48e-proj 2018-11-19 06:07:40,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c/users/2b512293dfee48e8a5535f53550ae6e8/roles/6ea09754b4584359b68aca3d1a1f4ea0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:40,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84ab9045-8d06-471a-a8c3-bad1ab89aada Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:40,260 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c/users/2b512293dfee48e8a5535f53550ae6e8/roles/6ea09754b4584359b68aca3d1a1f4ea0 used request id req-84ab9045-8d06-471a-a8c3-bad1ab89aada 2018-11-19 06:07:40,261 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:40,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:40,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ea09754b4584359b68aca3d1a1f4ea0", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role"}], "expires_at": "2018-11-19T07:07:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a005d74e009842d4a92641ab4b897b2c", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-user", "id": "2b512293dfee48e8a5535f53550ae6e8"}, "audit_ids": ["ngU0JAPHTPqi13wGjIC-TA"], "issued_at": "2018-11-19T06:07:40.000000Z"}} 2018-11-19 06:07:40,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b551c923c603a7333cd7fee9e0dc4d61a3daaec9" 2018-11-19 06:07:40,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60bc59c3-2e83-41ee-a36c-b998b825c3b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:40,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-60bc59c3-2e83-41ee-a36c-b998b825c3b6 2018-11-19 06:07:40,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b551c923c603a7333cd7fee9e0dc4d61a3daaec9" 2018-11-19 06:07:40,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e4f9620d-71a6-446d-8f86-012cac5df016 Date: Mon, 19 Nov 2018 06:07:40 GMT RESP BODY: {"routers": []} 2018-11-19 06:07:40,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router&admin_state_up=False used request id req-e4f9620d-71a6-446d-8f86-012cac5df016 2018-11-19 06:07:40,899 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:40,900 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:41,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ea09754b4584359b68aca3d1a1f4ea0", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role"}], "expires_at": "2018-11-19T07:07:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a005d74e009842d4a92641ab4b897b2c", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-user", "id": "2b512293dfee48e8a5535f53550ae6e8"}, "audit_ids": ["KmqkUyXgRAKU3WzwlcMRdQ"], "issued_at": "2018-11-19T06:07:41.000000Z"}} 2018-11-19 06:07:41,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b74a1108cc6e353fdadda2dc49c69235d5fce7" 2018-11-19 06:07:41,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66f6464d-1d36-4926-accf-349b65f6a9ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:41,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-66f6464d-1d36-4926-accf-349b65f6a9ba 2018-11-19 06:07:41,368 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router 2018-11-19 06:07:41,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b551c923c603a7333cd7fee9e0dc4d61a3daaec9" -d '{"router": {"name": "CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router", "admin_state_up": false}}' 2018-11-19 06:07:45,008 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-15c5b4a6-5c55-4d35-a210-e167fec4a13e Date: Mon, 19 Nov 2018 06:07:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "a005d74e009842d4a92641ab4b897b2c", "created_at": "2018-11-19T06:07:42Z", "admin_state_up": false, "updated_at": "2018-11-19T06:07:42Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "a005d74e009842d4a92641ab4b897b2c", "id": "0e54c38e-8987-425b-9cf4-682dadd80325", "name": "CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router"}} 2018-11-19 06:07:45,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-15c5b4a6-5c55-4d35-a210-e167fec4a13e 2018-11-19 06:07:45,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0e54c38e-8987-425b-9cf4-682dadd80325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b551c923c603a7333cd7fee9e0dc4d61a3daaec9" 2018-11-19 06:07:45,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e9a99675-25c3-49f6-acbd-99a56c61e65e Date: Mon, 19 Nov 2018 06:07:45 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:45,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0e54c38e-8987-425b-9cf4-682dadd80325 used request id req-e9a99675-25c3-49f6-acbd-99a56c61e65e 2018-11-19 06:07:45,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/0e54c38e-8987-425b-9cf4-682dadd80325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b551c923c603a7333cd7fee9e0dc4d61a3daaec9" 2018-11-19 06:07:45,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-be9c8aa6-75e2-4949-b86c-cfa2136f4a2b Date: Mon, 19 Nov 2018 06:07:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a005d74e009842d4a92641ab4b897b2c", "created_at": "2018-11-19T06:07:42Z", "admin_state_up": false, "updated_at": "2018-11-19T06:07:44Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "a005d74e009842d4a92641ab4b897b2c", "id": "0e54c38e-8987-425b-9cf4-682dadd80325", "name": "CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router"}} 2018-11-19 06:07:45,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/0e54c38e-8987-425b-9cf4-682dadd80325 used request id req-be9c8aa6-75e2-4949-b86c-cfa2136f4a2b 2018-11-19 06:07:45,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0e54c38e-8987-425b-9cf4-682dadd80325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b551c923c603a7333cd7fee9e0dc4d61a3daaec9" 2018-11-19 06:07:45,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6d780d69-d012-4653-abd1-dfb2b7a317b7 Date: Mon, 19 Nov 2018 06:07:45 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:45,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0e54c38e-8987-425b-9cf4-682dadd80325 used request id req-6d780d69-d012-4653-abd1-dfb2b7a317b7 2018-11-19 06:07:45,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:45,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6ea09754b4584359b68aca3d1a1f4ea0", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role"}], "expires_at": "2018-11-19T07:07:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a005d74e009842d4a92641ab4b897b2c", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a005d74e009842d4a92641ab4b897b2c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-user", "id": "2b512293dfee48e8a5535f53550ae6e8"}, "audit_ids": ["djauL2KdSraEW5TE_mGiQA"], "issued_at": "2018-11-19T06:07:45.000000Z"}} 2018-11-19 06:07:45,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router&admin_state_up=False -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d11e0a130f120ec6a6a74a9948a12651b1e83b" 2018-11-19 06:07:46,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 545 X-Openstack-Request-Id: req-f99f9c40-da44-46bc-8a66-adc24738b0fb Date: Mon, 19 Nov 2018 06:07:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "a005d74e009842d4a92641ab4b897b2c", "created_at": "2018-11-19T06:07:42Z", "admin_state_up": false, "updated_at": "2018-11-19T06:07:44Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "a005d74e009842d4a92641ab4b897b2c", "id": "0e54c38e-8987-425b-9cf4-682dadd80325", "name": "CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router"}]} 2018-11-19 06:07:46,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router&admin_state_up=False used request id req-f99f9c40-da44-46bc-8a66-adc24738b0fb 2018-11-19 06:07:46,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:46,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:46,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc8a0da013147a06c5f33131f0f85c3f1c704845" 2018-11-19 06:07:46,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87ff5bb9-b0f6-4ad5-b137-c1048578ebae Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c"}, "enabled": true, "id": "a005d74e009842d4a92641ab4b897b2c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-f1ea100b-b818-48e-proj"}} 2018-11-19 06:07:46,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c used request id req-87ff5bb9-b0f6-4ad5-b137-c1048578ebae 2018-11-19 06:07:46,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0e54c38e-8987-425b-9cf4-682dadd80325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a3d11e0a130f120ec6a6a74a9948a12651b1e83b" 2018-11-19 06:07:46,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-914313b0-2f0d-40ce-af72-65d78ea0b6ee Date: Mon, 19 Nov 2018 06:07:46 GMT RESP BODY: {"ports":[]} 2018-11-19 06:07:46,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0e54c38e-8987-425b-9cf4-682dadd80325 used request id req-914313b0-2f0d-40ce-af72-65d78ea0b6ee 2018-11-19 06:07:46,554 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router 2018-11-19 06:07:46,554 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4d3cb494-77b0-40fa-bdce-23b586c4980e-pub-router 2018-11-19 06:07:46,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/0e54c38e-8987-425b-9cf4-682dadd80325 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b551c923c603a7333cd7fee9e0dc4d61a3daaec9" 2018-11-19 06:07:49,272 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a823461e-b5cf-4ab9-8505-3ef544e4b863 Content-Length: 0 Date: Mon, 19 Nov 2018 06:07:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:07:49,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0e54c38e-8987-425b-9cf4-682dadd80325 used request id req-a823461e-b5cf-4ab9-8505-3ef544e4b863 2018-11-19 06:07:49,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:49,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f43fa1e7-8f66-4b28-a55a-188971ba9dfe Date: Mon, 19 Nov 2018 06:07:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:07:49,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f43fa1e7-8f66-4b28-a55a-188971ba9dfe 2018-11-19 06:07:49,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:49,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8036d6b-c6d4-4d49-84e3-6ad8a2da5cc4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:07:49,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-e8036d6b-c6d4-4d49-84e3-6ad8a2da5cc4 2018-11-19 06:07:49,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:49,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1facdf0-f0c1-49ac-bb0f-fc3c271ae109 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:07:49,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-f1facdf0-f0c1-49ac-bb0f-fc3c271ae109 2018-11-19 06:07:49,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:49,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783c1d82-16b5-4c33-83d7-db8f213edf71 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:07:49,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-783c1d82-16b5-4c33-83d7-db8f213edf71 2018-11-19 06:07:49,793 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-f1ea100b-b818-48e-proj 2018-11-19 06:07:49,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:49,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d6b7d3d9-e46e-4e0b-b571-18b3929d66a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:49,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a005d74e009842d4a92641ab4b897b2c used request id req-d6b7d3d9-e46e-4e0b-b571-18b3929d66a0 2018-11-19 06:07:49,967 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-f1ea100b-b818-48e-proj-role 2018-11-19 06:07:49,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6ea09754b4584359b68aca3d1a1f4ea0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:50,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebf0082f-6f98-4d81-acec-a12b20f4fc4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:50,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6ea09754b4584359b68aca3d1a1f4ea0 used request id req-ebf0082f-6f98-4d81-acec-a12b20f4fc4e 2018-11-19 06:07:50,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c9ba5b46a947542201c9592d7d81e912a34c107" 2018-11-19 06:07:50,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db48445-3cae-42a1-9bc2-c37fdc46c56f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:50,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5db48445-3cae-42a1-9bc2-c37fdc46c56f 2018-11-19 06:07:50,184 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-f1ea100b-b818-48e-user 2018-11-19 06:07:50,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/2b512293dfee48e8a5535f53550ae6e8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fc478721d054ad439dc6d665a7cdc684dcbb952" 2018-11-19 06:07:50,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dfb625c-b1cf-44f0-9b92-9e10b06395eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:50,448 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2b512293dfee48e8a5535f53550ae6e8 used request id req-4dfb625c-b1cf-44f0-9b92-9e10b06395eb 2018-11-19 06:07:50,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:50,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Vagg_T5fT2SusuFVGOkYLA"], "issued_at": "2018-11-19T06:07:50.000000Z"}} 2018-11-19 06:07:50,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab90a1c4eb13f2b0f429b0aee6ec8f3a1d0d7ef6" 2018-11-19 06:07:50,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a74282-a91f-4c78-932e-91068de962c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:50,921 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-16a74282-a91f-4c78-932e-91068de962c6 2018-11-19 06:07:50,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:50,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:51,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xy9SrG_dRxWM-sOr5RO3zw"], "issued_at": "2018-11-19T06:07:51.000000Z"}} 2018-11-19 06:07:51,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:07:51,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb2d9d8-1fcb-4122-b239-3657e885212b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:51,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2fb2d9d8-1fcb-4122-b239-3657e885212b 2018-11-19 06:07:51,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:51,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:51,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:07:51,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f062004-b002-4de8-9846-7f98c0eaaefe Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:07:51,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj used request id req-4f062004-b002-4de8-9846-7f98c0eaaefe 2018-11-19 06:07:51,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:07:51,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d00ed95d-ec23-4d22-8ea6-818156a775ec Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:51,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d00ed95d-ec23-4d22-8ea6-818156a775ec 2018-11-19 06:07:51,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj"}}' 2018-11-19 06:07:51,702 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b2efa0e-129b-4785-84d6-99a319513156 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3"}, "enabled": true, "id": "ed44aff4c58f4a3ba999303bd842dda3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj"}} 2018-11-19 06:07:51,702 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2b2efa0e-129b-4785-84d6-99a319513156 2018-11-19 06:07:51,702 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-28e3430b-e9e0-40e-proj 2018-11-19 06:07:51,702 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:51,703 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:52,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ArglUCEnQ_WNGlJAjst7gw"], "issued_at": "2018-11-19T06:07:52.000000Z"}} 2018-11-19 06:07:52,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8a554a4893f7a0638351e20bd21d6ffafc55a7" 2018-11-19 06:07:52,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420eb5e5-b177-45dc-8acc-3ac80a09bdf2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:52,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-420eb5e5-b177-45dc-8acc-3ac80a09bdf2 2018-11-19 06:07:52,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:52,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:52,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8a554a4893f7a0638351e20bd21d6ffafc55a7" 2018-11-19 06:07:52,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9d1333-fe27-47b8-93b7-579d21a97aa2 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:07:52,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2b9d1333-fe27-47b8-93b7-579d21a97aa2 2018-11-19 06:07:52,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8a554a4893f7a0638351e20bd21d6ffafc55a7" 2018-11-19 06:07:52,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da60d398-a1d6-46f6-8553-c03b84f0a95e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3"}, "enabled": true, "id": "ed44aff4c58f4a3ba999303bd842dda3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj"}]} 2018-11-19 06:07:52,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj used request id req-da60d398-a1d6-46f6-8553-c03b84f0a95e 2018-11-19 06:07:52,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8a554a4893f7a0638351e20bd21d6ffafc55a7" 2018-11-19 06:07:52,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47669456-e49a-4289-98de-3bdb2d4f6783 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:07:52,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-47669456-e49a-4289-98de-3bdb2d4f6783 2018-11-19 06:07:52,923 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-28e3430b-e9e0-40e-user 2018-11-19 06:07:52,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:52,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:07:53,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-286c3e79-03ee-4566-8da6-d3f4c8578f9d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:07:53,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-286c3e79-03ee-4566-8da6-d3f4c8578f9d 2018-11-19 06:07:53,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" -d '{"role": {"name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj-role"}}' 2018-11-19 06:07:53,144 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:07:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-016c6079-9397-4f89-9389-2ab0711d4d04 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ca5286f8aed845a89fff4e68cd99d3ec", "links": {"self": "http://172.30.9.21:5000/v3/roles/ca5286f8aed845a89fff4e68cd99d3ec"}, "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj-role"}} 2018-11-19 06:07:53,144 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-016c6079-9397-4f89-9389-2ab0711d4d04 2018-11-19 06:07:53,145 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-28e3430b-e9e0-40e-proj-role 2018-11-19 06:07:53,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ca5286f8aed845a89fff4e68cd99d3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:07:53,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef45a60-5155-4b57-9daf-91da636ae9ca Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ca5286f8aed845a89fff4e68cd99d3ec"}, "domain_id": null, "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj-role", "id": "ca5286f8aed845a89fff4e68cd99d3ec"}} 2018-11-19 06:07:53,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ca5286f8aed845a89fff4e68cd99d3ec used request id req-2ef45a60-5155-4b57-9daf-91da636ae9ca 2018-11-19 06:07:53,165 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-28e3430b-e9e0-40e-proj-role to project CreateRouterSuccessTests-28e3430b-e9e0-40e-proj 2018-11-19 06:07:53,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3/users/4571d2f67cfa44cca73e209ca355e864/roles/ca5286f8aed845a89fff4e68cd99d3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:07:53,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:07:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b8fadab-2d25-4bc9-a944-ec6a5da71dc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:07:53,309 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3/users/4571d2f67cfa44cca73e209ca355e864/roles/ca5286f8aed845a89fff4e68cd99d3ec used request id req-9b8fadab-2d25-4bc9-a944-ec6a5da71dc2 2018-11-19 06:07:53,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:53,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:53,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["FyXVGp1FQ-aSmU3Z8IL-jw"], "issued_at": "2018-11-19T06:07:53.000000Z"}} 2018-11-19 06:07:53,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:07:53,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a5f6a6a-b7c3-49ff-99d8-47f6e016ab4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:53,862 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9a5f6a6a-b7c3-49ff-99d8-47f6e016ab4f 2018-11-19 06:07:53,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:07:54,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-42bb24df-fafd-47da-86da-705d4ccc26b5 Date: Mon, 19 Nov 2018 06:07:54 GMT RESP BODY: {"routers": []} 2018-11-19 06:07:54,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router&admin_state_up=True used request id req-42bb24df-fafd-47da-86da-705d4ccc26b5 2018-11-19 06:07:54,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:07:54,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:07:54,454 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:07:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["h7wp9lEsQJ-CRzrLMXV5oA"], "issued_at": "2018-11-19T06:07:54.000000Z"}} 2018-11-19 06:07:54,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef7e5d8941702f06b151e0ffaf6e1d334c56e4b5" 2018-11-19 06:07:54,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06689afc-4c0d-4803-8d9d-540b220bb9ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:07:54,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-06689afc-4c0d-4803-8d9d-540b220bb9ea 2018-11-19 06:07:54,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:07:54,550 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:07:54 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:07:54,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef7e5d8941702f06b151e0ffaf6e1d334c56e4b5" 2018-11-19 06:07:54,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af943616-64b4-4833-8fc5-d0e280570d89 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3"}, "enabled": true, "id": "ed44aff4c58f4a3ba999303bd842dda3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj"}]} 2018-11-19 06:07:54,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-28e3430b-e9e0-40e-proj used request id req-af943616-64b4-4833-8fc5-d0e280570d89 2018-11-19 06:07:54,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:07:54,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-e1fd3464-6c3e-43b7-93db-38450c24ccb7 Date: Mon, 19 Nov 2018 06:07:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:07:54,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-e1fd3464-6c3e-43b7-93db-38450c24ccb7 2018-11-19 06:07:54,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:07:55,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c83de048-3ba2-4021-bfa9-d2948f30dc75 Date: Mon, 19 Nov 2018 06:07:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 06:07:55,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-c83de048-3ba2-4021-bfa9-d2948f30dc75 2018-11-19 06:07:55,098 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router 2018-11-19 06:07:55,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "tenant_id": "ed44aff4c58f4a3ba999303bd842dda3", "name": "CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router", "admin_state_up": true}}' 2018-11-19 06:08:00,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-06b47cba-21b5-4299-9d37-37a9a9a75c0e Date: Mon, 19 Nov 2018 06:08:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ed44aff4c58f4a3ba999303bd842dda3", "created_at": "2018-11-19T06:07:55Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:56Z", "project_id": "ed44aff4c58f4a3ba999303bd842dda3", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "4cfaf613-758b-4b4e-a06f-1087844661d9", "name": "CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router"}} 2018-11-19 06:08:00,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-06b47cba-21b5-4299-9d37-37a9a9a75c0e 2018-11-19 06:08:00,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4cfaf613-758b-4b4e-a06f-1087844661d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:00,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-0e1eedab-5990-4859-884b-ec2099e8addd Date: Mon, 19 Nov 2018 06:08:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:07:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","ip_address":"169.254.192.3"}],"id":"02e67fa1-2907-4937-9804-74f0c88dbbed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1e:4c:16","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ed44aff4c58f4a3ba999303bd842dda3","admin_state_up":true,"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:58Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:07:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","ip_address":"169.254.192.8"}],"id":"2648b718-ea0b-4f66-b3fb-1fb232387e46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bb:5a:07","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ed44aff4c58f4a3ba999303bd842dda3","admin_state_up":true,"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:57Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:07:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","ip_address":"169.254.192.1"}],"id":"5979c880-288b-4fa4-8988-9f7f54f0e567","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:27:4a:ca","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ed44aff4c58f4a3ba999303bd842dda3","admin_state_up":true,"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:57Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:07:56Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.208"}],"id":"cae969fa-0724-4db2-af1d-7916d675d273","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6e:f8:88","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:07:56Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"}]} 2018-11-19 06:08:00,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4cfaf613-758b-4b4e-a06f-1087844661d9 used request id req-0e1eedab-5990-4859-884b-ec2099e8addd 2018-11-19 06:08:00,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:00,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-86f73851-da0e-482f-b844-4b7f79b148a1 Date: Mon, 19 Nov 2018 06:08:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:08:00,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-86f73851-da0e-482f-b844-4b7f79b148a1 2018-11-19 06:08:00,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:00,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-60e4fb53-123e-4ba0-beac-1a991c8b9ce6 Date: Mon, 19 Nov 2018 06:08:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:55Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","subnetpool_id":null,"name":"HA subnet tenant ed44aff4c58f4a3ba999303bd842dda3"}} 2018-11-19 06:08:00,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff used request id req-60e4fb53-123e-4ba0-beac-1a991c8b9ce6 2018-11-19 06:08:00,694 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:00,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2dfa8cf2-ca3a-4757-99ab-157635711b19 Date: Mon, 19 Nov 2018 06:08:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:55Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","subnetpool_id":null,"name":"HA subnet tenant ed44aff4c58f4a3ba999303bd842dda3"}} 2018-11-19 06:08:00,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff used request id req-2dfa8cf2-ca3a-4757-99ab-157635711b19 2018-11-19 06:08:00,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:01,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7564af21-7bd0-4339-a611-b25adc872602 Date: Mon, 19 Nov 2018 06:08:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:55Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","subnetpool_id":null,"name":"HA subnet tenant ed44aff4c58f4a3ba999303bd842dda3"}} 2018-11-19 06:08:01,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff used request id req-7564af21-7bd0-4339-a611-b25adc872602 2018-11-19 06:08:01,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/4cfaf613-758b-4b4e-a06f-1087844661d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:01,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-41e400c7-5663-4ccc-a522-a27af5265c6e Date: Mon, 19 Nov 2018 06:08:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ed44aff4c58f4a3ba999303bd842dda3", "created_at": "2018-11-19T06:07:55Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:59Z", "project_id": "ed44aff4c58f4a3ba999303bd842dda3", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "4cfaf613-758b-4b4e-a06f-1087844661d9", "name": "CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router"}} 2018-11-19 06:08:01,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/4cfaf613-758b-4b4e-a06f-1087844661d9 used request id req-41e400c7-5663-4ccc-a522-a27af5265c6e 2018-11-19 06:08:01,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4cfaf613-758b-4b4e-a06f-1087844661d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:01,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3406 X-Openstack-Request-Id: req-fb9ceede-712b-480b-894a-73de952eb405 Date: Mon, 19 Nov 2018 06:08:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:07:58Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","ip_address":"169.254.192.3"}],"id":"02e67fa1-2907-4937-9804-74f0c88dbbed","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1e:4c:16","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ed44aff4c58f4a3ba999303bd842dda3","admin_state_up":true,"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:58Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:07:57Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","ip_address":"169.254.192.8"}],"id":"2648b718-ea0b-4f66-b3fb-1fb232387e46","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:bb:5a:07","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ed44aff4c58f4a3ba999303bd842dda3","admin_state_up":true,"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:57Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:01Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","ip_address":"169.254.192.1"}],"id":"5979c880-288b-4fa4-8988-9f7f54f0e567","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:4a:ca","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant ed44aff4c58f4a3ba999303bd842dda3","admin_state_up":true,"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:57Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:01Z","device_owner":"network:router_gateway","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.208"}],"id":"cae969fa-0724-4db2-af1d-7916d675d273","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:f8:88","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:07:56Z","binding:vnic_type":"normal","device_id":"4cfaf613-758b-4b4e-a06f-1087844661d9"}]} 2018-11-19 06:08:01,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4cfaf613-758b-4b4e-a06f-1087844661d9 used request id req-fb9ceede-712b-480b-894a-73de952eb405 2018-11-19 06:08:01,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:01,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bd351686-70f2-4f61-9ecb-9369f7a88811 Date: Mon, 19 Nov 2018 06:08:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:08:01,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-bd351686-70f2-4f61-9ecb-9369f7a88811 2018-11-19 06:08:01,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:01,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cf6e8c04-45a0-4e23-82eb-bc98f5bb5b71 Date: Mon, 19 Nov 2018 06:08:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:55Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","subnetpool_id":null,"name":"HA subnet tenant ed44aff4c58f4a3ba999303bd842dda3"}} 2018-11-19 06:08:01,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff used request id req-cf6e8c04-45a0-4e23-82eb-bc98f5bb5b71 2018-11-19 06:08:01,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:01,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e9706e77-e197-40f4-8213-9f9ceceaeff2 Date: Mon, 19 Nov 2018 06:08:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:55Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","subnetpool_id":null,"name":"HA subnet tenant ed44aff4c58f4a3ba999303bd842dda3"}} 2018-11-19 06:08:01,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff used request id req-e9706e77-e197-40f4-8213-9f9ceceaeff2 2018-11-19 06:08:01,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:01,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-98fcbaf1-b426-4778-872e-80c58bd34b31 Date: Mon, 19 Nov 2018 06:08:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"f87c1e57-cc54-43c5-b159-2b8dcbbc968c","tenant_id":"","created_at":"2018-11-19T06:07:55Z","dns_nameservers":[],"updated_at":"2018-11-19T06:07:55Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff","subnetpool_id":null,"name":"HA subnet tenant ed44aff4c58f4a3ba999303bd842dda3"}} 2018-11-19 06:08:01,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f2ccdcdd-3d02-4644-85a9-e4fac2f2c6ff used request id req-98fcbaf1-b426-4778-872e-80c58bd34b31 2018-11-19 06:08:01,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:02,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca5286f8aed845a89fff4e68cd99d3ec", "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj-role"}], "expires_at": "2018-11-19T07:08:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed44aff4c58f4a3ba999303bd842dda3", "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/ed44aff4c58f4a3ba999303bd842dda3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/ed44aff4c58f4a3ba999303bd842dda3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/ed44aff4c58f4a3ba999303bd842dda3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ed44aff4c58f4a3ba999303bd842dda3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/ed44aff4c58f4a3ba999303bd842dda3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/ed44aff4c58f4a3ba999303bd842dda3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ed44aff4c58f4a3ba999303bd842dda3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/ed44aff4c58f4a3ba999303bd842dda3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/ed44aff4c58f4a3ba999303bd842dda3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/ed44aff4c58f4a3ba999303bd842dda3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/ed44aff4c58f4a3ba999303bd842dda3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/ed44aff4c58f4a3ba999303bd842dda3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-user", "id": "4571d2f67cfa44cca73e209ca355e864"}, "audit_ids": ["uAQeMVbFTQeXKcLQiaQQ_g"], "issued_at": "2018-11-19T06:08:02.000000Z"}} 2018-11-19 06:08:02,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f6b590dda59fdd3d71dd35c6e49227bc322eb" 2018-11-19 06:08:02,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-108babad-15b4-4231-b14d-246a0be6ab59 Date: Mon, 19 Nov 2018 06:08:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "ed44aff4c58f4a3ba999303bd842dda3", "created_at": "2018-11-19T06:07:55Z", "admin_state_up": true, "updated_at": "2018-11-19T06:07:59Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "ed44aff4c58f4a3ba999303bd842dda3", "id": "4cfaf613-758b-4b4e-a06f-1087844661d9", "name": "CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router"}]} 2018-11-19 06:08:02,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router&admin_state_up=True used request id req-108babad-15b4-4231-b14d-246a0be6ab59 2018-11-19 06:08:02,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:02,544 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:02,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab90a1c4eb13f2b0f429b0aee6ec8f3a1d0d7ef6" 2018-11-19 06:08:02,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d046b814-a109-469a-a2d2-10d6e79f86c5 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3"}, "enabled": true, "id": "ed44aff4c58f4a3ba999303bd842dda3", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-28e3430b-e9e0-40e-proj"}} 2018-11-19 06:08:02,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3 used request id req-d046b814-a109-469a-a2d2-10d6e79f86c5 2018-11-19 06:08:02,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4cfaf613-758b-4b4e-a06f-1087844661d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f6b590dda59fdd3d71dd35c6e49227bc322eb" 2018-11-19 06:08:02,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3dc2042e-e1a9-4cea-9e90-e9ab377a972a Date: Mon, 19 Nov 2018 06:08:02 GMT RESP BODY: {"ports":[]} 2018-11-19 06:08:02,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4cfaf613-758b-4b4e-a06f-1087844661d9 used request id req-3dc2042e-e1a9-4cea-9e90-e9ab377a972a 2018-11-19 06:08:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f6b590dda59fdd3d71dd35c6e49227bc322eb" 2018-11-19 06:08:03,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-daf4614a-aada-4f65-98a3-e56702ee07ac Date: Mon, 19 Nov 2018 06:08:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:08:03,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-daf4614a-aada-4f65-98a3-e56702ee07ac 2018-11-19 06:08:03,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d6f6b590dda59fdd3d71dd35c6e49227bc322eb" 2018-11-19 06:08:03,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-82af0e63-c90b-4fce-8c84-1c504905ebd2 Date: Mon, 19 Nov 2018 06:08:03 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:08:03,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-82af0e63-c90b-4fce-8c84-1c504905ebd2 2018-11-19 06:08:03,124 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router 2018-11-19 06:08:03,124 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-ea9df193-85fd-44da-ba6f-2c2409da10aa-pub-router 2018-11-19 06:08:03,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/4cfaf613-758b-4b4e-a06f-1087844661d9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195aedcff828b3eefa1b843d655de1b4f87ff0ce" 2018-11-19 06:08:06,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e77f5ca4-50dd-4340-bb3a-c40842ff1686 Content-Length: 0 Date: Mon, 19 Nov 2018 06:08:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:08:06,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4cfaf613-758b-4b4e-a06f-1087844661d9 used request id req-e77f5ca4-50dd-4340-bb3a-c40842ff1686 2018-11-19 06:08:06,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:08:06,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-30197f03-849b-4554-916b-dc39c052e9c9 Date: Mon, 19 Nov 2018 06:08:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:08:06,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-30197f03-849b-4554-916b-dc39c052e9c9 2018-11-19 06:08:06,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:08:06,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afeb2588-54bc-4f87-9270-6aa0fc267202 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:08:06,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-afeb2588-54bc-4f87-9270-6aa0fc267202 2018-11-19 06:08:06,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:08:06,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408ea91d-f139-4307-bac5-e77dd18bf11d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:08:06,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-408ea91d-f139-4307-bac5-e77dd18bf11d 2018-11-19 06:08:06,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:08:06,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c8ce945-1a83-4191-9d40-a2af21e6c120 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:08:06,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-6c8ce945-1a83-4191-9d40-a2af21e6c120 2018-11-19 06:08:06,955 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-28e3430b-e9e0-40e-proj 2018-11-19 06:08:06,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:08:07,189 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4e11d47-12c8-4953-b702-2857f60dba6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:07,189 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ed44aff4c58f4a3ba999303bd842dda3 used request id req-b4e11d47-12c8-4953-b702-2857f60dba6d 2018-11-19 06:08:07,190 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-28e3430b-e9e0-40e-proj-role 2018-11-19 06:08:07,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ca5286f8aed845a89fff4e68cd99d3ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:08:07,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-448239f5-09a3-44f9-8b66-4d08b1280008 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:07,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ca5286f8aed845a89fff4e68cd99d3ec used request id req-448239f5-09a3-44f9-8b66-4d08b1280008 2018-11-19 06:08:07,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5a585044ea32df7317fecd1939dfb0d42157b1c" 2018-11-19 06:08:07,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd971de7-a842-40d1-9af0-b479f081d464 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:08:07,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cd971de7-a842-40d1-9af0-b479f081d464 2018-11-19 06:08:07,403 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-28e3430b-e9e0-40e-user 2018-11-19 06:08:07,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4571d2f67cfa44cca73e209ca355e864 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f8a554a4893f7a0638351e20bd21d6ffafc55a7" 2018-11-19 06:08:07,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3e347184-b123-41b1-b3a4-025cf90755cd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:07,706 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4571d2f67cfa44cca73e209ca355e864 used request id req-3e347184-b123-41b1-b3a4-025cf90755cd 2018-11-19 06:08:07,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:08,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wIyGxStHS0usfLvjvm2PJQ"], "issued_at": "2018-11-19T06:08:08.000000Z"}} 2018-11-19 06:08:08,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c930fe9f2bcdeeb8de67647814676d85ea48a7cc" 2018-11-19 06:08:08,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f08f2e49-3f04-42d1-a6df-209194b0d8b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:08,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f08f2e49-3f04-42d1-a6df-209194b0d8b8 2018-11-19 06:08:08,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:08,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:08,572 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["BWlmUxAqRv-oOWD_eE26EA"], "issued_at": "2018-11-19T06:08:08.000000Z"}} 2018-11-19 06:08:08,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:08,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9a407b-57ad-496c-a14e-e25f07e60fb9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:08,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b9a407b-57ad-496c-a14e-e25f07e60fb9 2018-11-19 06:08:08,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:08,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:08,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b16eb317-d589-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:08,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29be57df-f55a-4036-8ca3-7d4e83b65ebf Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b16eb317-d589-4f0-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:08:08,750 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-b16eb317-d589-4f0-proj used request id req-29be57df-f55a-4036-8ca3-7d4e83b65ebf 2018-11-19 06:08:08,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:08,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4bad634-dae1-4f65-9cef-9f42b235356d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:08:08,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d4bad634-dae1-4f65-9cef-9f42b235356d 2018-11-19 06:08:08,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}}' 2018-11-19 06:08:08,958 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31fb73f3-62bf-4d40-89a3-5c16fe165e00 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da"}, "enabled": true, "id": "c73df992b14546a8bd4023be765291da", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}} 2018-11-19 06:08:08,958 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-31fb73f3-62bf-4d40-89a3-5c16fe165e00 2018-11-19 06:08:08,959 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-b16eb317-d589-4f0-proj 2018-11-19 06:08:08,959 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:08,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:09,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["PO2ROVSET_OfTBiiOlFqkw"], "issued_at": "2018-11-19T06:08:09.000000Z"}} 2018-11-19 06:08:09,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3501b6950ca4b05cf4dbf68417de29bc79b2da0e" 2018-11-19 06:08:09,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1cc2ae0-392e-43aa-90d8-5aa8c91f6c05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:09,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e1cc2ae0-392e-43aa-90d8-5aa8c91f6c05 2018-11-19 06:08:09,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:09,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:09,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3501b6950ca4b05cf4dbf68417de29bc79b2da0e" 2018-11-19 06:08:09,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97c43f52-9c29-411c-8293-c8872e949856 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:08:09,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-97c43f52-9c29-411c-8293-c8872e949856 2018-11-19 06:08:09,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-b16eb317-d589-4f0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3501b6950ca4b05cf4dbf68417de29bc79b2da0e" 2018-11-19 06:08:09,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08153d8a-8287-4601-b760-5de3305da587 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-b16eb317-d589-4f0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da"}, "enabled": true, "id": "c73df992b14546a8bd4023be765291da", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}]} 2018-11-19 06:08:09,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-b16eb317-d589-4f0-proj used request id req-08153d8a-8287-4601-b760-5de3305da587 2018-11-19 06:08:09,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3501b6950ca4b05cf4dbf68417de29bc79b2da0e" 2018-11-19 06:08:09,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfe5791a-85d5-428e-a15e-7b9afe5b47d4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:08:09,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-bfe5791a-85d5-428e-a15e-7b9afe5b47d4 2018-11-19 06:08:10,084 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-b16eb317-d589-4f0-user 2018-11-19 06:08:10,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:10,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:10,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047465c8-626a-4ab4-bad3-231523ceab52 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:08:10,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-047465c8-626a-4ab4-bad3-231523ceab52 2018-11-19 06:08:10,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" -d '{"role": {"name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role"}}' 2018-11-19 06:08:10,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:08:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e133511c-00ce-4e29-846e-2f173d4f356e Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c180102586544535936fb329e1340a82", "links": {"self": "http://172.30.9.21:5000/v3/roles/c180102586544535936fb329e1340a82"}, "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role"}} 2018-11-19 06:08:10,276 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e133511c-00ce-4e29-846e-2f173d4f356e 2018-11-19 06:08:10,276 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role 2018-11-19 06:08:10,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c180102586544535936fb329e1340a82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:10,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0402bb08-3874-4370-a3ca-d4584c44b2cc Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c180102586544535936fb329e1340a82"}, "domain_id": null, "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role", "id": "c180102586544535936fb329e1340a82"}} 2018-11-19 06:08:10,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c180102586544535936fb329e1340a82 used request id req-0402bb08-3874-4370-a3ca-d4584c44b2cc 2018-11-19 06:08:10,296 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role to project CreateRouterSuccessTests-b16eb317-d589-4f0-proj 2018-11-19 06:08:10,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da/users/ef0ddd725af04878bb0d7daa1d40a10e/roles/c180102586544535936fb329e1340a82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:10,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7794390-1056-477f-94af-6965b41d67a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:10,416 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da/users/ef0ddd725af04878bb0d7daa1d40a10e/roles/c180102586544535936fb329e1340a82 used request id req-f7794390-1056-477f-94af-6965b41d67a4 2018-11-19 06:08:10,417 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:10,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:10,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c180102586544535936fb329e1340a82", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role"}], "expires_at": "2018-11-19T07:08:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c73df992b14546a8bd4023be765291da", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-user", "id": "ef0ddd725af04878bb0d7daa1d40a10e"}, "audit_ids": ["rrUnkXYAQj6q4q001jUKDg"], "issued_at": "2018-11-19T06:08:10.000000Z"}} 2018-11-19 06:08:10,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:10,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ebd0538-8d3f-4dca-ba4d-b9af20f737ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:10,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3ebd0538-8d3f-4dca-ba4d-b9af20f737ef 2018-11-19 06:08:10,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:11,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6f35e103-9d57-4677-b1ce-0ba55f7f9f1e Date: Mon, 19 Nov 2018 06:08:11 GMT RESP BODY: {"networks":[]} 2018-11-19 06:08:11,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 used request id req-6f35e103-9d57-4677-b1ce-0ba55f7f9f1e 2018-11-19 06:08:11,059 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 2018-11-19 06:08:11,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" -d '{"network": {"name": "CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1", "admin_state_up": true}}' 2018-11-19 06:08:11,741 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-633c37fa-09a1-4e32-a5a1-f98c34b7ac7a Date: Mon, 19 Nov 2018 06:08:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e0cde6b3-55f1-4814-a52d-64354383b984","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:08:11Z","is_default":false,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","mtu":1450}} 2018-11-19 06:08:11,741 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-633c37fa-09a1-4e32-a5a1-f98c34b7ac7a 2018-11-19 06:08:11,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:11,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d14bf581-17a1-485f-b0ac-5dee65e44bd4 Date: Mon, 19 Nov 2018 06:08: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-11-19T06:08:11Z","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","id":"e0cde6b3-55f1-4814-a52d-64354383b984","name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1"}]} 2018-11-19 06:08:11,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-d14bf581-17a1-485f-b0ac-5dee65e44bd4 2018-11-19 06:08:11,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:12,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c061f0ad-da0e-47c7-a758-6fa8add343fa Date: Mon, 19 Nov 2018 06:08:12 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:08:12,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-c061f0ad-da0e-47c7-a758-6fa8add343fa 2018-11-19 06:08:12,245 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1 2018-11-19 06:08:12,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" -d '{"subnets": [{"ip_version": 4, "network_id": "e0cde6b3-55f1-4814-a52d-64354383b984", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]}' 2018-11-19 06:08:12,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-32e001e2-1dcc-4d48-b7a5-40b30585ba40 Date: Mon, 19 Nov 2018 06:08:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:12,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-32e001e2-1dcc-4d48-b7a5-40b30585ba40 2018-11-19 06:08:12,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:13,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-93cfc094-1263-4dcb-8271-126f25fbf3a2 Date: Mon, 19 Nov 2018 06:08:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"],"updated_at":"2018-11-19T06:08:12Z","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","id":"e0cde6b3-55f1-4814-a52d-64354383b984","name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1"}]} 2018-11-19 06:08:13,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-93cfc094-1263-4dcb-8271-126f25fbf3a2 2018-11-19 06:08:13,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:13,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-480e46ca-f356-49c2-a6d4-7641d6c31e0c Date: Mon, 19 Nov 2018 06:08:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:13,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-480e46ca-f356-49c2-a6d4-7641d6c31e0c 2018-11-19 06:08:13,387 - OpenStackNetwork - DEBUG - Network [e0cde6b3-55f1-4814-a52d-64354383b984] created successfully 2018-11-19 06:08:13,388 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:13,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:13,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c180102586544535936fb329e1340a82", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role"}], "expires_at": "2018-11-19T07:08:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c73df992b14546a8bd4023be765291da", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-user", "id": "ef0ddd725af04878bb0d7daa1d40a10e"}, "audit_ids": ["QHLKKeZtT3GTWaYp4NxwDQ"], "issued_at": "2018-11-19T06:08:13.000000Z"}} 2018-11-19 06:08:13,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:13,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa59999-43b4-4808-bdc5-b4a381656915 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:13,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2fa59999-43b4-4808-bdc5-b4a381656915 2018-11-19 06:08:13,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:14,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-612abfd9-f1f8-47be-93d7-242fd5648c69 Date: Mon, 19 Nov 2018 06:08:14 GMT RESP BODY: {"routers": []} 2018-11-19 06:08:14,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router&admin_state_up=True used request id req-612abfd9-f1f8-47be-93d7-242fd5648c69 2018-11-19 06:08:14,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:14,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:14,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c180102586544535936fb329e1340a82", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role"}], "expires_at": "2018-11-19T07:08:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c73df992b14546a8bd4023be765291da", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-user", "id": "ef0ddd725af04878bb0d7daa1d40a10e"}, "audit_ids": ["DZBUWV13QIyaZw6mtbESRg"], "issued_at": "2018-11-19T06:08:14.000000Z"}} 2018-11-19 06:08:14,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}48ae0e4c40ef9d263247166ce7cf0caaf0c341c0" 2018-11-19 06:08:14,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da1ae7eb-e0dd-4d32-8a66-497a879e125c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:14,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-da1ae7eb-e0dd-4d32-8a66-497a879e125c 2018-11-19 06:08:14,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:14,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4a78124f-e353-463b-b347-f6e369a5ab7e Date: Mon, 19 Nov 2018 06:08:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:08:14,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-4a78124f-e353-463b-b347-f6e369a5ab7e 2018-11-19 06:08:14,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:14,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-90285e48-2775-48af-a43e-c20e2b4eec60 Date: Mon, 19 Nov 2018 06:08:14 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:08:14,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-90285e48-2775-48af-a43e-c20e2b4eec60 2018-11-19 06:08:14,954 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router 2018-11-19 06:08:14,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router", "admin_state_up": true}}' 2018-11-19 06:08:19,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-2b1dc40f-2207-4a11-ad3d-60f11ce1c8ad Date: Mon, 19 Nov 2018 06:08:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:15Z", "admin_state_up": true, "updated_at": "2018-11-19T06:08:16Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "c73df992b14546a8bd4023be765291da", "id": "ad060315-e689-48b1-95fc-5e064ceba665", "name": "CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router"}} 2018-11-19 06:08:19,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-2b1dc40f-2207-4a11-ad3d-60f11ce1c8ad 2018-11-19 06:08:19,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ad060315-e689-48b1-95fc-5e064ceba665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:20,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-30d53ff1-5e7f-4de1-b286-8e8bb6bc71bc Date: Mon, 19 Nov 2018 06:08:20 GMT RESP BODY: {"ports":[]} 2018-11-19 06:08:20,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ad060315-e689-48b1-95fc-5e064ceba665 used request id req-30d53ff1-5e7f-4de1-b286-8e8bb6bc71bc 2018-11-19 06:08:20,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:20,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-adf87561-b64d-48e0-b294-2cde3d751d04 Date: Mon, 19 Nov 2018 06:08: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":["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"],"updated_at":"2018-11-19T06:08:12Z","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","id":"e0cde6b3-55f1-4814-a52d-64354383b984","name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1"}]} 2018-11-19 06:08:20,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 used request id req-adf87561-b64d-48e0-b294-2cde3d751d04 2018-11-19 06:08:20,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:20,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:20,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:20,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9291e5f0-a8a5-4e7e-acaa-19f7f465b628 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da"}, "enabled": true, "id": "c73df992b14546a8bd4023be765291da", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}} 2018-11-19 06:08:20,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da used request id req-9291e5f0-a8a5-4e7e-acaa-19f7f465b628 2018-11-19 06:08:20,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:20,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-5c9df4e2-95e5-4d9c-9985-0d577f16caa6 Date: Mon, 19 Nov 2018 06:08:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:20,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-5c9df4e2-95e5-4d9c-9985-0d577f16caa6 2018-11-19 06:08:20,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e0cde6b3-55f1-4814-a52d-64354383b984&name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:21,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9314853b-177b-496f-8fa3-2e4559feb90a Date: Mon, 19 Nov 2018 06:08:21 GMT RESP BODY: {"ports":[]} 2018-11-19 06:08:21,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e0cde6b3-55f1-4814-a52d-64354383b984&name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1&admin_state_up=True used request id req-9314853b-177b-496f-8fa3-2e4559feb90a 2018-11-19 06:08:21,126 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1 for router - CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router 2018-11-19 06:08:21,126 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:21,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:21,502 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c180102586544535936fb329e1340a82", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role"}], "expires_at": "2018-11-19T07:08:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c73df992b14546a8bd4023be765291da", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-user", "id": "ef0ddd725af04878bb0d7daa1d40a10e"}, "audit_ids": ["awlGQ9O6SJO8mUuCKXNhLA"], "issued_at": "2018-11-19T06:08:21.000000Z"}} 2018-11-19 06:08:21,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be3e09fd3648e85b4df99f0c908ba5025f312f9" 2018-11-19 06:08:21,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-296131ed-1145-4080-98b6-8ce6191e8626 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:21,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-296131ed-1145-4080-98b6-8ce6191e8626 2018-11-19 06:08:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:21,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-59a026d4-1407-4f2d-9165-e0b7d1c4abe2 Date: Mon, 19 Nov 2018 06:08: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":["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"],"updated_at":"2018-11-19T06:08:12Z","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","id":"e0cde6b3-55f1-4814-a52d-64354383b984","name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1"}]} 2018-11-19 06:08:21,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 used request id req-59a026d4-1407-4f2d-9165-e0b7d1c4abe2 2018-11-19 06:08:21,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:22,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d99b5d60-cff6-4d94-9e29-c4bb3b7b7a65 Date: Mon, 19 Nov 2018 06:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:22,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-d99b5d60-cff6-4d94-9e29-c4bb3b7b7a65 2018-11-19 06:08:22,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:22,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0ed51460-07e7-4edf-a1a0-0430cdec2d38 Date: Mon, 19 Nov 2018 06: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":["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"],"updated_at":"2018-11-19T06:08:12Z","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","id":"e0cde6b3-55f1-4814-a52d-64354383b984","name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1"}]} 2018-11-19 06:08:22,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 used request id req-0ed51460-07e7-4edf-a1a0-0430cdec2d38 2018-11-19 06:08:22,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:22,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:22,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3be3e09fd3648e85b4df99f0c908ba5025f312f9" 2018-11-19 06:08:22,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0de4a59a-1d18-48ca-974e-a8e9fb1af891 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da"}, "enabled": true, "id": "c73df992b14546a8bd4023be765291da", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}} 2018-11-19 06:08:22,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da used request id req-0de4a59a-1d18-48ca-974e-a8e9fb1af891 2018-11-19 06:08:22,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:22,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-79b100b4-9217-4c42-9eea-46616f3873b7 Date: Mon, 19 Nov 2018 06:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:22,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-79b100b4-9217-4c42-9eea-46616f3873b7 2018-11-19 06:08:22,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984&name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:22,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-625dc03f-f5fe-497a-8027-571e57ee816c Date: Mon, 19 Nov 2018 06:08:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:22,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984&name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1 used request id req-625dc03f-f5fe-497a-8027-571e57ee816c 2018-11-19 06:08:22,778 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 2018-11-19 06:08:22,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" -d '{"port": {"network_id": "e0cde6b3-55f1-4814-a52d-64354383b984", "fixed_ips": [{"subnet_id": "fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1", "admin_state_up": true}}' 2018-11-19 06:08:23,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-5c9c75bc-6c84-41c8-bcac-a54ad476a803 Date: Mon, 19 Nov 2018 06:08:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","ip_address":"10.200.201.1"}],"id":"7e083474-38e2-4225-8c74-13b0e66a17cf","security_groups":["e46dec94-16ba-4374-bccb-c2dee4ca8481"],"mac_address":"fa:16:3e:39:e0:21","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1","project_id":"c73df992b14546a8bd4023be765291da","qos_policy_id":null,"admin_state_up":true,"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:23Z","binding:vnic_type":"normal"}} 2018-11-19 06:08:23,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-5c9c75bc-6c84-41c8-bcac-a54ad476a803 2018-11-19 06:08:23,796 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1 for router - CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router 2018-11-19 06:08:23,796 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router 2018-11-19 06:08:23,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" -d '{"port_id": "7e083474-38e2-4225-8c74-13b0e66a17cf"}' 2018-11-19 06:08:25,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3730a872-ff11-4573-83dc-b337d890dd03 Date: Mon, 19 Nov 2018 06:08:25 GMT RESP BODY: {"network_id": "e0cde6b3-55f1-4814-a52d-64354383b984", "tenant_id": "c73df992b14546a8bd4023be765291da", "subnet_id": "fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742", "subnet_ids": ["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"], "port_id": "7e083474-38e2-4225-8c74-13b0e66a17cf", "id": "ad060315-e689-48b1-95fc-5e064ceba665"} 2018-11-19 06:08:25,602 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665/add_router_interface used request id req-3730a872-ff11-4573-83dc-b337d890dd03 2018-11-19 06:08:25,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:25,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-a6712659-adb9-400e-94ea-9ec5c4cd287a Date: Mon, 19 Nov 2018 06:08:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:15Z", "admin_state_up": true, "updated_at": "2018-11-19T06:08:24Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "c73df992b14546a8bd4023be765291da", "id": "ad060315-e689-48b1-95fc-5e064ceba665", "name": "CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router"}} 2018-11-19 06:08:25,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665 used request id req-a6712659-adb9-400e-94ea-9ec5c4cd287a 2018-11-19 06:08:25,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ad060315-e689-48b1-95fc-5e064ceba665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:26,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 860 X-Openstack-Request-Id: req-74a18d05-d939-4c63-88d5-8c57f40cbbf7 Date: Mon, 19 Nov 2018 06:08:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","ip_address":"10.200.201.1"}],"id":"7e083474-38e2-4225-8c74-13b0e66a17cf","security_groups":["e46dec94-16ba-4374-bccb-c2dee4ca8481"],"mac_address":"fa:16:3e:39:e0:21","project_id":"c73df992b14546a8bd4023be765291da","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1","admin_state_up":true,"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:23Z","binding:vnic_type":"normal","device_id":"ad060315-e689-48b1-95fc-5e064ceba665"}]} 2018-11-19 06:08:26,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ad060315-e689-48b1-95fc-5e064ceba665 used request id req-74a18d05-d939-4c63-88d5-8c57f40cbbf7 2018-11-19 06:08:26,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:26,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7dc26319-1101-4c27-8579-36ccbf1bde42 Date: Mon, 19 Nov 2018 06:08:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}} 2018-11-19 06:08:26,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 used request id req-7dc26319-1101-4c27-8579-36ccbf1bde42 2018-11-19 06:08:26,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:26,617 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c180102586544535936fb329e1340a82", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role"}], "expires_at": "2018-11-19T07:08:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c73df992b14546a8bd4023be765291da", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c73df992b14546a8bd4023be765291da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-user", "id": "ef0ddd725af04878bb0d7daa1d40a10e"}, "audit_ids": ["7b6VZjI1RC6LsrQVfKZ8_g"], "issued_at": "2018-11-19T06:08:26.000000Z"}} 2018-11-19 06:08:26,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:26,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-ea3412d0-218e-45ee-8438-98818cdd80c8 Date: Mon, 19 Nov 2018 06:08:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:15Z", "admin_state_up": true, "updated_at": "2018-11-19T06:08:24Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "c73df992b14546a8bd4023be765291da", "id": "ad060315-e689-48b1-95fc-5e064ceba665", "name": "CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router"}]} 2018-11-19 06:08:26,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router&admin_state_up=True used request id req-ea3412d0-218e-45ee-8438-98818cdd80c8 2018-11-19 06:08:26,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:26,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:26,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c930fe9f2bcdeeb8de67647814676d85ea48a7cc" 2018-11-19 06:08:27,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0eaecd-db14-467c-bc48-01db9beb2594 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da"}, "enabled": true, "id": "c73df992b14546a8bd4023be765291da", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}} 2018-11-19 06:08:27,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da used request id req-cd0eaecd-db14-467c-bc48-01db9beb2594 2018-11-19 06:08:27,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=ad060315-e689-48b1-95fc-5e064ceba665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:27,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-6de42930-b862-4721-898c-1d3782a6cb03 Date: Mon, 19 Nov 2018 06:08:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:26Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","ip_address":"10.200.201.1"}],"id":"7e083474-38e2-4225-8c74-13b0e66a17cf","security_groups":["e46dec94-16ba-4374-bccb-c2dee4ca8481"],"mac_address":"fa:16:3e:39:e0:21","project_id":"c73df992b14546a8bd4023be765291da","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1","admin_state_up":true,"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:23Z","binding:vnic_type":"normal","device_id":"ad060315-e689-48b1-95fc-5e064ceba665"}]} 2018-11-19 06:08:27,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=ad060315-e689-48b1-95fc-5e064ceba665 used request id req-6de42930-b862-4721-898c-1d3782a6cb03 2018-11-19 06:08:27,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:27,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-576d45a9-21e4-4b73-9f70-cced24a9955f Date: Mon, 19 Nov 2018 06:08:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}} 2018-11-19 06:08:27,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 used request id req-576d45a9-21e4-4b73-9f70-cced24a9955f 2018-11-19 06:08:27,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:27,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-540084d9-2593-445e-aa0c-17329b75bc61 Date: Mon, 19 Nov 2018 06:08:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:08:27,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-540084d9-2593-445e-aa0c-17329b75bc61 2018-11-19 06:08:27,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:27,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-796a9c99-769e-47d6-bcd7-39042da08c8f Date: Mon, 19 Nov 2018 06:08:27 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:08:27,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-796a9c99-769e-47d6-bcd7-39042da08c8f 2018-11-19 06:08:27,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:28,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a7d19aef-e4b9-4dda-a99f-d9560b0f5082 Date: Mon, 19 Nov 2018 06:08: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":["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"],"updated_at":"2018-11-19T06:08:12Z","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","id":"e0cde6b3-55f1-4814-a52d-64354383b984","name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1"}]} 2018-11-19 06:08:28,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-a7d19aef-e4b9-4dda-a99f-d9560b0f5082 2018-11-19 06:08:28,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:28,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-448fec11-bf15-49fb-9989-ac30ae37d768 Date: Mon, 19 Nov 2018 06:08:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:28,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-448fec11-bf15-49fb-9989-ac30ae37d768 2018-11-19 06:08:28,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:28,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-a7777609-eafa-4ff0-9964-742e5191eb28 Date: Mon, 19 Nov 2018 06:08:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","ip_address":"10.200.201.4"}],"id":"0eec1bb8-9578-4262-9d69-f36ffc1ee351","security_groups":[],"mac_address":"fa:16:3e:8e:8c:b1","project_id":"c73df992b14546a8bd4023be765291da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:14Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e0cde6b3-55f1-4814-a52d-64354383b984"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","ip_address":"10.200.201.1"}],"id":"7e083474-38e2-4225-8c74-13b0e66a17cf","security_groups":["e46dec94-16ba-4374-bccb-c2dee4ca8481"],"mac_address":"fa:16:3e:39:e0:21","project_id":"c73df992b14546a8bd4023be765291da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1","admin_state_up":true,"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:23Z","binding:vnic_type":"normal","device_id":"ad060315-e689-48b1-95fc-5e064ceba665"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:16Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","ip_address":"10.200.201.2"}],"id":"89d1d29a-6f70-46eb-b3cf-c396e21b1ab9","security_groups":[],"mac_address":"fa:16:3e:0c:f1:f8","project_id":"c73df992b14546a8bd4023be765291da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:13Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-e0cde6b3-55f1-4814-a52d-64354383b984"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","ip_address":"10.200.201.3"}],"id":"b708b84e-fed1-446c-b00a-09f3dadc2a96","security_groups":[],"mac_address":"fa:16:3e:22:bd:10","project_id":"c73df992b14546a8bd4023be765291da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-e0cde6b3-55f1-4814-a52d-64354383b984"}]} 2018-11-19 06:08:28,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-a7777609-eafa-4ff0-9964-742e5191eb28 2018-11-19 06:08:28,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:28,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b5208d81-76d8-49ee-bdcc-1ab74f740c59 Date: Mon, 19 Nov 2018 06:08:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}} 2018-11-19 06:08:28,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 used request id req-b5208d81-76d8-49ee-bdcc-1ab74f740c59 2018-11-19 06:08:28,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:29,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e5eace02-8d57-4484-b64e-f9c8cb1bff42 Date: Mon, 19 Nov 2018 06:08: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":["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"],"updated_at":"2018-11-19T06:08:12Z","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c73df992b14546a8bd4023be765291da","id":"e0cde6b3-55f1-4814-a52d-64354383b984","name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1"}]} 2018-11-19 06:08:29,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-e5eace02-8d57-4484-b64e-f9c8cb1bff42 2018-11-19 06:08:29,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7580557f0dbbd7184b4c58d4d09646f24433e9f9" 2018-11-19 06:08:29,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a973f591-7649-4191-b01e-ce07a1922705 Date: Mon, 19 Nov 2018 06:08:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0cde6b3-55f1-4814-a52d-64354383b984","tenant_id":"c73df992b14546a8bd4023be765291da","created_at":"2018-11-19T06:08:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"c73df992b14546a8bd4023be765291da","id":"fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742","subnetpool_id":null,"name":"CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1"}]} 2018-11-19 06:08:29,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-a973f591-7649-4191-b01e-ce07a1922705 2018-11-19 06:08:29,291 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router and port CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-port1 2018-11-19 06:08:29,291 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router 2018-11-19 06:08:29,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" -d '{"port_id": "7e083474-38e2-4225-8c74-13b0e66a17cf"}' 2018-11-19 06:08:30,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6e25e65c-2ef3-4fca-b2f2-d0e185170b0b Date: Mon, 19 Nov 2018 06:08:30 GMT RESP BODY: {"network_id": "e0cde6b3-55f1-4814-a52d-64354383b984", "tenant_id": "c73df992b14546a8bd4023be765291da", "subnet_id": "fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742", "subnet_ids": ["fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742"], "port_id": "7e083474-38e2-4225-8c74-13b0e66a17cf", "id": "ad060315-e689-48b1-95fc-5e064ceba665"} 2018-11-19 06:08:30,844 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665/remove_router_interface used request id req-6e25e65c-2ef3-4fca-b2f2-d0e185170b0b 2018-11-19 06:08:30,845 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router 2018-11-19 06:08:30,845 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-router 2018-11-19 06:08:30,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ed8f21f5a273f75ddbb06fba249c8a51a9d64a6" 2018-11-19 06:08:34,335 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afbf19e5-a2f8-49ea-872b-798ca1be50d8 Content-Length: 0 Date: Mon, 19 Nov 2018 06:08:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:08:34,335 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ad060315-e689-48b1-95fc-5e064ceba665 used request id req-afbf19e5-a2f8-49ea-872b-798ca1be50d8 2018-11-19 06:08:34,336 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1 2018-11-19 06:08:34,336 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-subnet1 2018-11-19 06:08:34,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:36,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24e97b63-a6d4-4e02-bb5c-9b85e79bc6c8 Date: Mon, 19 Nov 2018 06:08:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:08:36,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/fb0e0f85-74a5-4cd4-92c4-2f7d9f55c742 used request id req-24e97b63-a6d4-4e02-bb5c-9b85e79bc6c8 2018-11-19 06:08:36,664 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-60a8e832-16a6-4a83-aac5-8c3e234a5dc1-pub-net1 2018-11-19 06:08:36,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/e0cde6b3-55f1-4814-a52d-64354383b984 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ffb639e261ce4ded480f3005eaa1670320586fa" 2018-11-19 06:08:37,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b91aa287-470b-486d-b203-b6a37702b2c6 Date: Mon, 19 Nov 2018 06:08:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:08:37,937 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e0cde6b3-55f1-4814-a52d-64354383b984 used request id req-b91aa287-470b-486d-b203-b6a37702b2c6 2018-11-19 06:08:37,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:38,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f8939d27-9860-4093-af07-1c72acc49e4d Date: Mon, 19 Nov 2018 06:08:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:11Z", "updated_at": "2018-11-19T06:08:11Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "revision_number": 0, "id": "0acb75a6-3ad1-4a69-99c6-c619a1bcf582", "remote_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "remote_ip_prefix": null, "created_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "tenant_id": "c73df992b14546a8bd4023be765291da", "port_range_min": null, "ethertype": "IPv4", "project_id": "c73df992b14546a8bd4023be765291da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "revision_number": 0, "id": "765289cd-52f6-4243-905e-4ddd2ef044d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "tenant_id": "c73df992b14546a8bd4023be765291da", "port_range_min": null, "ethertype": "IPv6", "project_id": "c73df992b14546a8bd4023be765291da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "revision_number": 0, "id": "d33b2442-ad2b-4636-9bf6-cc633e965262", "remote_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "remote_ip_prefix": null, "created_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "tenant_id": "c73df992b14546a8bd4023be765291da", "port_range_min": null, "ethertype": "IPv6", "project_id": "c73df992b14546a8bd4023be765291da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "revision_number": 0, "id": "f73c764c-51cc-42c8-abae-fddec6ddf223", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "tenant_id": "c73df992b14546a8bd4023be765291da", "port_range_min": null, "ethertype": "IPv4", "project_id": "c73df992b14546a8bd4023be765291da"}], "revision_number": 4, "project_id": "c73df992b14546a8bd4023be765291da", "id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "name": "default"}]} 2018-11-19 06:08:38,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f8939d27-9860-4093-af07-1c72acc49e4d 2018-11-19 06:08:38,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:38,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-153097b0-a949-4074-89c5-20173438c342 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:08:38,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-153097b0-a949-4074-89c5-20173438c342 2018-11-19 06:08:38,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:38,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ce6cd28-9d7d-43df-9733-c33ff337cef7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:08:38,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-3ce6cd28-9d7d-43df-9733-c33ff337cef7 2018-11-19 06:08:38,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:38,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc17c617-5a62-4bde-bbd8-fa31159b8c1d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:08:38,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-bc17c617-5a62-4bde-bbd8-fa31159b8c1d 2018-11-19 06:08:38,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:38,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4560a895-0abe-4075-b467-f866bde52aae Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da"}, "enabled": true, "id": "c73df992b14546a8bd4023be765291da", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-b16eb317-d589-4f0-proj"}} 2018-11-19 06:08:38,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da used request id req-4560a895-0abe-4075-b467-f866bde52aae 2018-11-19 06:08:38,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e46dec94-16ba-4374-bccb-c2dee4ca8481 2018-11-19 06:08:38,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e46dec94-16ba-4374-bccb-c2dee4ca8481 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:38,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1b5e98ca-42fc-4d98-a745-b34f9d1a08fe Date: Mon, 19 Nov 2018 06:08:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "port_range_min": null, "revision_number": 0, "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:11Z", "project_id": "c73df992b14546a8bd4023be765291da", "id": "0acb75a6-3ad1-4a69-99c6-c619a1bcf582"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "port_range_min": null, "revision_number": 0, "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:11Z", "project_id": "c73df992b14546a8bd4023be765291da", "id": "765289cd-52f6-4243-905e-4ddd2ef044d3"}, {"remote_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "port_range_min": null, "revision_number": 0, "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:11Z", "project_id": "c73df992b14546a8bd4023be765291da", "id": "d33b2442-ad2b-4636-9bf6-cc633e965262"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:08:11Z", "security_group_id": "e46dec94-16ba-4374-bccb-c2dee4ca8481", "port_range_min": null, "revision_number": 0, "tenant_id": "c73df992b14546a8bd4023be765291da", "created_at": "2018-11-19T06:08:11Z", "project_id": "c73df992b14546a8bd4023be765291da", "id": "f73c764c-51cc-42c8-abae-fddec6ddf223"}]} 2018-11-19 06:08:38,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e46dec94-16ba-4374-bccb-c2dee4ca8481 used request id req-1b5e98ca-42fc-4d98-a745-b34f9d1a08fe 2018-11-19 06:08:38,712 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:08:38,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e46dec94-16ba-4374-bccb-c2dee4ca8481 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:39,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d6497245-23c6-4f59-bb74-17a2411c590a Content-Length: 0 Date: Mon, 19 Nov 2018 06:08:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:08:39,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e46dec94-16ba-4374-bccb-c2dee4ca8481 used request id req-d6497245-23c6-4f59-bb74-17a2411c590a 2018-11-19 06:08:39,098 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-b16eb317-d589-4f0-proj 2018-11-19 06:08:39,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:39,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db432d4d-6e09-4ac0-bc24-b3dd221d7207 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:39,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c73df992b14546a8bd4023be765291da used request id req-db432d4d-6e09-4ac0-bc24-b3dd221d7207 2018-11-19 06:08:39,333 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-b16eb317-d589-4f0-proj-role 2018-11-19 06:08:39,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c180102586544535936fb329e1340a82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:39,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bafb6a4f-3c09-4b15-8cd3-00629fe216a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:39,497 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c180102586544535936fb329e1340a82 used request id req-bafb6a4f-3c09-4b15-8cd3-00629fe216a6 2018-11-19 06:08:39,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd6aeffee61af99e017b76cca78312783fde581a" 2018-11-19 06:08:39,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61aa46c8-e978-4e9d-8661-8bd60ab4d6e8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:08:39,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-61aa46c8-e978-4e9d-8661-8bd60ab4d6e8 2018-11-19 06:08:39,588 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-b16eb317-d589-4f0-user 2018-11-19 06:08:39,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ef0ddd725af04878bb0d7daa1d40a10e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3501b6950ca4b05cf4dbf68417de29bc79b2da0e" 2018-11-19 06:08:39,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-239f0045-3ee1-4845-a8da-d21b3715e5df Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:39,777 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ef0ddd725af04878bb0d7daa1d40a10e used request id req-239f0045-3ee1-4845-a8da-d21b3715e5df 2018-11-19 06:08:39,778 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:40,154 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["RFpA0YdOSeiKs03vRopDHQ"], "issued_at": "2018-11-19T06:08:40.000000Z"}} 2018-11-19 06:08:40,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94e94c1fbe95eb8fbadf28808ddc99fd5f848cda" 2018-11-19 06:08:40,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98a9a75-450b-4eb0-8570-262313896f99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:40,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d98a9a75-450b-4eb0-8570-262313896f99 2018-11-19 06:08:40,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:40,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:40,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["IKVhw8wuQwmlqum15M16YA"], "issued_at": "2018-11-19T06:08:40.000000Z"}} 2018-11-19 06:08:40,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:40,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84c93909-b951-4987-90b0-a5cf722311df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:40,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-84c93909-b951-4987-90b0-a5cf722311df 2018-11-19 06:08:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:40,736 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:40,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:40,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e194271-d06d-464d-9d9b-1a042849fce0 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:08:40,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj used request id req-7e194271-d06d-464d-9d9b-1a042849fce0 2018-11-19 06:08:40,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:40,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a58451b-0aeb-4498-8f3d-02d1bb74a71b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:08:40,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4a58451b-0aeb-4498-8f3d-02d1bb74a71b 2018-11-19 06:08:40,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj"}}' 2018-11-19 06:08:41,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:08:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4514d325-a291-4053-b51e-635cbce230e3 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb"}, "enabled": true, "id": "7767b7f1e7d742a6bfa03222784bd4fb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj"}} 2018-11-19 06:08:41,042 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-4514d325-a291-4053-b51e-635cbce230e3 2018-11-19 06:08:41,043 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj 2018-11-19 06:08:41,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:41,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:41,431 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["uHPR5S0BT0eRlkckL0awHQ"], "issued_at": "2018-11-19T06:08:41.000000Z"}} 2018-11-19 06:08:41,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640bd8d91ad1ed2b01064e59ca3426f7aeffc329" 2018-11-19 06:08:41,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ed3600-885a-4b55-84b4-3e67a662a735 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:41,511 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-00ed3600-885a-4b55-84b4-3e67a662a735 2018-11-19 06:08:41,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:41,521 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:41,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640bd8d91ad1ed2b01064e59ca3426f7aeffc329" 2018-11-19 06:08:41,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfd79a1-74a3-4385-a39c-96d636e48e03 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:08:41,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5cfd79a1-74a3-4385-a39c-96d636e48e03 2018-11-19 06:08:41,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640bd8d91ad1ed2b01064e59ca3426f7aeffc329" 2018-11-19 06:08:41,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919e2693-e607-4b70-b8a6-8dcf34e5c876 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb"}, "enabled": true, "id": "7767b7f1e7d742a6bfa03222784bd4fb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj"}]} 2018-11-19 06:08:41,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj used request id req-919e2693-e607-4b70-b8a6-8dcf34e5c876 2018-11-19 06:08:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640bd8d91ad1ed2b01064e59ca3426f7aeffc329" 2018-11-19 06:08:41,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff75bfc-24a5-4382-92c5-38f8de321c70 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:08:41,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6ff75bfc-24a5-4382-92c5-38f8de321c70 2018-11-19 06:08:42,120 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-7a14d79a-b6e7-4c6-user 2018-11-19 06:08:42,120 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:42,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f6b262-4f34-4122-a2cc-26612e444547 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:08:42,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-41f6b262-4f34-4122-a2cc-26612e444547 2018-11-19 06:08:42,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" -d '{"role": {"name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj-role"}}' 2018-11-19 06:08:42,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efa2ddd1-813f-41cc-b955-090eab55451f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "abc62fe29abf4657bd9764dfd228d35e", "links": {"self": "http://172.30.9.21:5000/v3/roles/abc62fe29abf4657bd9764dfd228d35e"}, "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj-role"}} 2018-11-19 06:08:42,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-efa2ddd1-813f-41cc-b955-090eab55451f 2018-11-19 06:08:42,324 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj-role 2018-11-19 06:08:42,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/abc62fe29abf4657bd9764dfd228d35e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:42,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca58fd60-262b-45d7-9b63-6b99121fc1d8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/abc62fe29abf4657bd9764dfd228d35e"}, "domain_id": null, "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj-role", "id": "abc62fe29abf4657bd9764dfd228d35e"}} 2018-11-19 06:08:42,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/abc62fe29abf4657bd9764dfd228d35e used request id req-ca58fd60-262b-45d7-9b63-6b99121fc1d8 2018-11-19 06:08:42,416 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj-role to project CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj 2018-11-19 06:08:42,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb/users/545f47c0ffda4ea9a9cf7b637c2e5e1b/roles/abc62fe29abf4657bd9764dfd228d35e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:42,535 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-522647ad-513b-4e8a-b899-19c6e17d0d08 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:42,535 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb/users/545f47c0ffda4ea9a9cf7b637c2e5e1b/roles/abc62fe29abf4657bd9764dfd228d35e used request id req-522647ad-513b-4e8a-b899-19c6e17d0d08 2018-11-19 06:08:42,536 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:42,537 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:42,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["G6ByYqIMQ-qC5WqiNeclvg"], "issued_at": "2018-11-19T06:08:42.000000Z"}} 2018-11-19 06:08:42,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:43,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-043b8d1c-3e69-4906-ad75-9b975f9592f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:43,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-043b8d1c-3e69-4906-ad75-9b975f9592f2 2018-11-19 06:08:43,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:43,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-aa7cdf62-b9c6-4fcf-91ff-d3aef17091d7 Date: Mon, 19 Nov 2018 06:08:43 GMT RESP BODY: {"routers": []} 2018-11-19 06:08:43,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router&admin_state_up=True used request id req-aa7cdf62-b9c6-4fcf-91ff-d3aef17091d7 2018-11-19 06:08:43,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:43,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:43,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LCFvobl7RBqNjxNXMak91w"], "issued_at": "2018-11-19T06:08:43.000000Z"}} 2018-11-19 06:08:43,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee26929f3901713ea1bcbb43ea448588d1f8bb73" 2018-11-19 06:08:43,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47a2616f-3e11-428d-b416-2d45d7da54c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:43,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-47a2616f-3e11-428d-b416-2d45d7da54c8 2018-11-19 06:08:43,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:43,685 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:43,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ee26929f3901713ea1bcbb43ea448588d1f8bb73" 2018-11-19 06:08:43,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd3374bb-8885-49b3-a857-b9b1103f7648 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb"}, "enabled": true, "id": "7767b7f1e7d742a6bfa03222784bd4fb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj"}]} 2018-11-19 06:08:43,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj used request id req-fd3374bb-8885-49b3-a857-b9b1103f7648 2018-11-19 06:08:43,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:44,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-9da3e7c5-9558-45c2-b573-76112ae2a276 Date: Mon, 19 Nov 2018 06:08:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:08:44,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-9da3e7c5-9558-45c2-b573-76112ae2a276 2018-11-19 06:08:44,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:44,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-566f8f73-7c75-43dd-8cbe-90825e011699 Date: Mon, 19 Nov 2018 06:08:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 06:08:44,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-566f8f73-7c75-43dd-8cbe-90825e011699 2018-11-19 06:08:44,215 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router 2018-11-19 06:08:44,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "tenant_id": "7767b7f1e7d742a6bfa03222784bd4fb", "name": "CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router", "admin_state_up": true}}' 2018-11-19 06:08:49,313 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-b0fdb1b4-7af3-4363-9619-0637c8632e24 Date: Mon, 19 Nov 2018 06:08:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7767b7f1e7d742a6bfa03222784bd4fb", "created_at": "2018-11-19T06:08:44Z", "admin_state_up": true, "updated_at": "2018-11-19T06:08:45Z", "project_id": "7767b7f1e7d742a6bfa03222784bd4fb", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "2cc7041e-dba3-4fc1-851a-8488c1bcf65f", "name": "CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router"}} 2018-11-19 06:08:49,313 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-b0fdb1b4-7af3-4363-9619-0637c8632e24 2018-11-19 06:08:49,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2cc7041e-dba3-4fc1-851a-8488c1bcf65f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:49,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3214 X-Openstack-Request-Id: req-8f86bd65-da40-4fdd-95f7-d21ba0b61e70 Date: Mon, 19 Nov 2018 06:08:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:47Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","ip_address":"169.254.192.1"}],"id":"8a48f97f-b95b-49c5-b3ce-7c62d756d90a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:85:8c:45","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7767b7f1e7d742a6bfa03222784bd4fb","admin_state_up":true,"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:47Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:45Z","device_owner":"network:router_gateway","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.206"}],"id":"944a416f-976f-48a4-a8a6-2c627fa04b43","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:2f:2b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:08:45Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","ip_address":"169.254.192.3"}],"id":"aef888b2-4a05-4417-b280-c065486b836c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:4f:49","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7767b7f1e7d742a6bfa03222784bd4fb","admin_state_up":true,"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:46Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","ip_address":"169.254.192.8"}],"id":"ca7280e5-95a0-436c-b6fc-9f2502b8abcd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:64:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7767b7f1e7d742a6bfa03222784bd4fb","admin_state_up":true,"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:48Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"}]} 2018-11-19 06:08:49,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2cc7041e-dba3-4fc1-851a-8488c1bcf65f used request id req-8f86bd65-da40-4fdd-95f7-d21ba0b61e70 2018-11-19 06:08:49,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:49,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f375fd86-8949-4561-a4c0-32d0441feabd Date: Mon, 19 Nov 2018 06:08:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:08:49,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-f375fd86-8949-4561-a4c0-32d0441feabd 2018-11-19 06:08:49,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:49,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-7d366c74-8ad9-46f2-be73-cc49e4fed136 Date: Mon, 19 Nov 2018 06:08:49 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:44Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","subnetpool_id":null,"name":"HA subnet tenant 7767b7f1e7d742a6bfa03222784bd4fb"}} 2018-11-19 06:08:49,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 used request id req-7d366c74-8ad9-46f2-be73-cc49e4fed136 2018-11-19 06:08:49,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:50,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-894754a9-cb31-447a-b00c-303e2d7f50af Date: Mon, 19 Nov 2018 06:08:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:44Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","subnetpool_id":null,"name":"HA subnet tenant 7767b7f1e7d742a6bfa03222784bd4fb"}} 2018-11-19 06:08:50,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 used request id req-894754a9-cb31-447a-b00c-303e2d7f50af 2018-11-19 06:08:50,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:50,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b7060ccc-eade-43fe-950c-0e2dad2465a0 Date: Mon, 19 Nov 2018 06:08:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:44Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","subnetpool_id":null,"name":"HA subnet tenant 7767b7f1e7d742a6bfa03222784bd4fb"}} 2018-11-19 06:08:50,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 used request id req-b7060ccc-eade-43fe-950c-0e2dad2465a0 2018-11-19 06:08:50,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/2cc7041e-dba3-4fc1-851a-8488c1bcf65f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:50,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-56e7b460-86a6-4414-a492-0a730231e28f Date: Mon, 19 Nov 2018 06:08:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7767b7f1e7d742a6bfa03222784bd4fb", "created_at": "2018-11-19T06:08:44Z", "admin_state_up": true, "updated_at": "2018-11-19T06:08:48Z", "project_id": "7767b7f1e7d742a6bfa03222784bd4fb", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "2cc7041e-dba3-4fc1-851a-8488c1bcf65f", "name": "CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router"}} 2018-11-19 06:08:50,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/2cc7041e-dba3-4fc1-851a-8488c1bcf65f used request id req-56e7b460-86a6-4414-a492-0a730231e28f 2018-11-19 06:08:50,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2cc7041e-dba3-4fc1-851a-8488c1bcf65f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:50,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3344 X-Openstack-Request-Id: req-a1490a53-354c-43b4-af19-bbcf6b0d5b1d Date: Mon, 19 Nov 2018 06:08:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:50Z","device_owner":"network:router_ha_interface","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","ip_address":"169.254.192.1"}],"id":"8a48f97f-b95b-49c5-b3ce-7c62d756d90a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:8c:45","project_id":"","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7767b7f1e7d742a6bfa03222784bd4fb","admin_state_up":true,"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:47Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:50Z","device_owner":"network:router_gateway","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.206"}],"id":"944a416f-976f-48a4-a8a6-2c627fa04b43","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:30:2f:2b","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:08:45Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:46Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","ip_address":"169.254.192.3"}],"id":"aef888b2-4a05-4417-b280-c065486b836c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:28:4f:49","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7767b7f1e7d742a6bfa03222784bd4fb","admin_state_up":true,"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:46Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:08:48Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","ip_address":"169.254.192.8"}],"id":"ca7280e5-95a0-436c-b6fc-9f2502b8abcd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:93:64:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 7767b7f1e7d742a6bfa03222784bd4fb","admin_state_up":true,"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:48Z","binding:vnic_type":"normal","device_id":"2cc7041e-dba3-4fc1-851a-8488c1bcf65f"}]} 2018-11-19 06:08:50,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2cc7041e-dba3-4fc1-851a-8488c1bcf65f used request id req-a1490a53-354c-43b4-af19-bbcf6b0d5b1d 2018-11-19 06:08:50,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:50,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-d03b4203-8010-4757-a96e-eaf52ba75ea9 Date: Mon, 19 Nov 2018 06:08:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:08:50,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-d03b4203-8010-4757-a96e-eaf52ba75ea9 2018-11-19 06:08:51,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:51,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-d1f95e1c-d0ec-429f-90fc-f4c2b60f81fe Date: Mon, 19 Nov 2018 06:08:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:44Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","subnetpool_id":null,"name":"HA subnet tenant 7767b7f1e7d742a6bfa03222784bd4fb"}} 2018-11-19 06:08:51,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 used request id req-d1f95e1c-d0ec-429f-90fc-f4c2b60f81fe 2018-11-19 06:08:51,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:51,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-5206b592-747f-4bf5-aa43-7b52931c1f66 Date: Mon, 19 Nov 2018 06:08:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:44Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","subnetpool_id":null,"name":"HA subnet tenant 7767b7f1e7d742a6bfa03222784bd4fb"}} 2018-11-19 06:08:51,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 used request id req-5206b592-747f-4bf5-aa43-7b52931c1f66 2018-11-19 06:08:51,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:51,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0d4a8195-f16e-4ffb-87b4-3e81795c45be Date: Mon, 19 Nov 2018 06:08:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2bbe4cdf-2333-4ce8-acec-a31e9b6fab49","tenant_id":"","created_at":"2018-11-19T06:08:44Z","dns_nameservers":[],"updated_at":"2018-11-19T06:08:44Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"f6541731-cbe3-4e67-8dd8-97c4de5b4f74","subnetpool_id":null,"name":"HA subnet tenant 7767b7f1e7d742a6bfa03222784bd4fb"}} 2018-11-19 06:08:51,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f6541731-cbe3-4e67-8dd8-97c4de5b4f74 used request id req-0d4a8195-f16e-4ffb-87b4-3e81795c45be 2018-11-19 06:08:51,456 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:51,827 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "abc62fe29abf4657bd9764dfd228d35e", "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj-role"}], "expires_at": "2018-11-19T07:08:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7767b7f1e7d742a6bfa03222784bd4fb", "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7767b7f1e7d742a6bfa03222784bd4fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-user", "id": "545f47c0ffda4ea9a9cf7b637c2e5e1b"}, "audit_ids": ["XSU4nfsERCWPka0YUkrifw"], "issued_at": "2018-11-19T06:08:51.000000Z"}} 2018-11-19 06:08:51,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}086e511912ef114f029f215e723932bf1982fbad" 2018-11-19 06:08:52,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-006e29d6-ecf4-4abc-9fbd-c129d4ce1096 Date: Mon, 19 Nov 2018 06:08:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7767b7f1e7d742a6bfa03222784bd4fb", "created_at": "2018-11-19T06:08:44Z", "admin_state_up": true, "updated_at": "2018-11-19T06:08:48Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "7767b7f1e7d742a6bfa03222784bd4fb", "id": "2cc7041e-dba3-4fc1-851a-8488c1bcf65f", "name": "CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router"}]} 2018-11-19 06:08:52,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router&admin_state_up=True used request id req-006e29d6-ecf4-4abc-9fbd-c129d4ce1096 2018-11-19 06:08:52,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:52,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:52,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94e94c1fbe95eb8fbadf28808ddc99fd5f848cda" 2018-11-19 06:08:52,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05f5c093-b30a-4ce9-b15b-1eabcd48002e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb"}, "enabled": true, "id": "7767b7f1e7d742a6bfa03222784bd4fb", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj"}} 2018-11-19 06:08:52,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb used request id req-05f5c093-b30a-4ce9-b15b-1eabcd48002e 2018-11-19 06:08:52,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2cc7041e-dba3-4fc1-851a-8488c1bcf65f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}086e511912ef114f029f215e723932bf1982fbad" 2018-11-19 06:08:52,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d7ffd193-9bbe-4c94-a2ee-6c0f73718b49 Date: Mon, 19 Nov 2018 06:08:52 GMT RESP BODY: {"ports":[]} 2018-11-19 06:08:52,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2cc7041e-dba3-4fc1-851a-8488c1bcf65f used request id req-d7ffd193-9bbe-4c94-a2ee-6c0f73718b49 2018-11-19 06:08:52,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}086e511912ef114f029f215e723932bf1982fbad" 2018-11-19 06:08:52,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-364c491a-bdb0-447c-8a6a-84d9eb6ab3a4 Date: Mon, 19 Nov 2018 06:08:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:08:52,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-364c491a-bdb0-447c-8a6a-84d9eb6ab3a4 2018-11-19 06:08:52,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}086e511912ef114f029f215e723932bf1982fbad" 2018-11-19 06:08:52,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-9fc6fe2c-ad69-4200-998c-3f7638bc4c54 Date: Mon, 19 Nov 2018 06:08:52 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:08:52,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-9fc6fe2c-ad69-4200-998c-3f7638bc4c54 2018-11-19 06:08:52,815 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router 2018-11-19 06:08:52,815 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-1a75e7ed-3277-4543-ae3b-923e624f374a-pub-router 2018-11-19 06:08:52,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/2cc7041e-dba3-4fc1-851a-8488c1bcf65f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cb84a715f02328d03756b098d8ac3801fb7c182" 2018-11-19 06:08:56,298 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01ac482f-8a88-4e04-8071-532c3ff48002 Content-Length: 0 Date: Mon, 19 Nov 2018 06:08:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:08:56,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/2cc7041e-dba3-4fc1-851a-8488c1bcf65f used request id req-01ac482f-8a88-4e04-8071-532c3ff48002 2018-11-19 06:08:56,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:56,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-12f437b8-dbf6-4f3a-a588-dd923216ace2 Date: Mon, 19 Nov 2018 06:08:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:08:56,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-12f437b8-dbf6-4f3a-a588-dd923216ace2 2018-11-19 06:08:56,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:56,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac9f87ea-47d5-478c-8139-642e731cf0c0 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:08:56,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-ac9f87ea-47d5-478c-8139-642e731cf0c0 2018-11-19 06:08:56,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:56,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37bc2c6a-695e-428c-8620-cc8923e5bc82 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:08:56,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-37bc2c6a-695e-428c-8620-cc8923e5bc82 2018-11-19 06:08:56,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:56,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c077ea95-066b-4d35-a1b1-c8b2c04ecc3d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:08:56,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-c077ea95-066b-4d35-a1b1-c8b2c04ecc3d 2018-11-19 06:08:56,808 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj 2018-11-19 06:08:56,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:57,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8303dd57-8acc-4b6d-b084-5ce09dbbd341 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:57,009 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7767b7f1e7d742a6bfa03222784bd4fb used request id req-8303dd57-8acc-4b6d-b084-5ce09dbbd341 2018-11-19 06:08:57,009 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-7a14d79a-b6e7-4c6-proj-role 2018-11-19 06:08:57,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/abc62fe29abf4657bd9764dfd228d35e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:57,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf122196-88a2-453f-a015-3abacf36507e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:57,120 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/abc62fe29abf4657bd9764dfd228d35e used request id req-bf122196-88a2-453f-a015-3abacf36507e 2018-11-19 06:08:57,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96260fca9bfc94474848694559a20b21dfff2265" 2018-11-19 06:08:57,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71948144-11b5-4d2d-a0e1-82608e72dc36 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:08:57,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-71948144-11b5-4d2d-a0e1-82608e72dc36 2018-11-19 06:08:57,205 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-7a14d79a-b6e7-4c6-user 2018-11-19 06:08:57,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/545f47c0ffda4ea9a9cf7b637c2e5e1b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}640bd8d91ad1ed2b01064e59ca3426f7aeffc329" 2018-11-19 06:08:57,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:08:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e09172f0-abed-4c19-a40a-cf4fb09ee4d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:08:57,425 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/545f47c0ffda4ea9a9cf7b637c2e5e1b used request id req-e09172f0-abed-4c19-a40a-cf4fb09ee4d4 2018-11-19 06:08:57,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:57,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LkTzKo3MTSe04ixOmFXkfA"], "issued_at": "2018-11-19T06:08:57.000000Z"}} 2018-11-19 06:08:57,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e7d3c0e32c2c791db2b8988a20eb01dcdc9466" 2018-11-19 06:08:57,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa79e9b7-d024-4286-92dd-b115977cfe93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:57,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-aa79e9b7-d024-4286-92dd-b115977cfe93 2018-11-19 06:08:57,895 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:57,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:58,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["vWVBp4BSQf-nYlu90wUiVA"], "issued_at": "2018-11-19T06:08:58.000000Z"}} 2018-11-19 06:08:58,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:08:58,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38467559-4d7b-4552-bb8b-68a27c240ded Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:58,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-38467559-4d7b-4552-bb8b-68a27c240ded 2018-11-19 06:08:58,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:58,373 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:58,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-853729ad-4ccb-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:08:58,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f9a78c-27ca-403e-9ced-a1d51f82e385 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-853729ad-4ccb-4df-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:08:58,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-853729ad-4ccb-4df-proj used request id req-f3f9a78c-27ca-403e-9ced-a1d51f82e385 2018-11-19 06:08:58,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:08:58,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca9698a-f164-4490-bd51-54d570de5c79 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:08:58,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3ca9698a-f164-4490-bd51-54d570de5c79 2018-11-19 06:08:58,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}}' 2018-11-19 06:08:58,664 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85ef3104-187d-48ad-a9d1-f3d87f342181 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:08:58,665 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-85ef3104-187d-48ad-a9d1-f3d87f342181 2018-11-19 06:08:58,665 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-853729ad-4ccb-4df-proj 2018-11-19 06:08:58,665 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:58,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:08:59,050 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:08:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gwuvnEQTS5GBFEOUNjYYHQ"], "issued_at": "2018-11-19T06:08:59.000000Z"}} 2018-11-19 06:08:59,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9761b46f4430630f301cac9954c3275510380c04" 2018-11-19 06:08:59,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b94d722-d019-4e0b-93eb-21b603e1960d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:08:59,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7b94d722-d019-4e0b-93eb-21b603e1960d 2018-11-19 06:08:59,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:08:59,157 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:08:59,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9761b46f4430630f301cac9954c3275510380c04" 2018-11-19 06:08:59,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d1cd35d-f06c-4442-8ea2-228a82b810d9 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:08:59,262 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6d1cd35d-f06c-4442-8ea2-228a82b810d9 2018-11-19 06:08:59,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-853729ad-4ccb-4df-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9761b46f4430630f301cac9954c3275510380c04" 2018-11-19 06:08:59,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5943420f-4abb-4859-8aed-f2ee027dc0fe Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-853729ad-4ccb-4df-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}]} 2018-11-19 06:08:59,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-853729ad-4ccb-4df-proj used request id req-5943420f-4abb-4859-8aed-f2ee027dc0fe 2018-11-19 06:08:59,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9761b46f4430630f301cac9954c3275510380c04" 2018-11-19 06:08:59,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b0e6468-02ae-4a29-b478-eef3dcb19047 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:08:59,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4b0e6468-02ae-4a29-b478-eef3dcb19047 2018-11-19 06:08:59,820 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-853729ad-4ccb-4df-user 2018-11-19 06:08:59,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:08:59,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:08:59,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e2e42e-7461-4635-93c9-b36a28288a8f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:08:59,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f3e2e42e-7461-4635-93c9-b36a28288a8f 2018-11-19 06:08:59,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" -d '{"role": {"name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}}' 2018-11-19 06:09:00,024 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:08:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7c8894c-7bd6-4d71-a450-eb6a074a932f Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f787049cd02482899719e5596912190", "links": {"self": "http://172.30.9.21:5000/v3/roles/1f787049cd02482899719e5596912190"}, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}} 2018-11-19 06:09:00,024 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a7c8894c-7bd6-4d71-a450-eb6a074a932f 2018-11-19 06:09:00,024 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role 2018-11-19 06:09:00,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/1f787049cd02482899719e5596912190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:00,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab2f998e-706c-4548-9d21-73310bef2b6c Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/1f787049cd02482899719e5596912190"}, "domain_id": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role", "id": "1f787049cd02482899719e5596912190"}} 2018-11-19 06:09:00,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/1f787049cd02482899719e5596912190 used request id req-ab2f998e-706c-4548-9d21-73310bef2b6c 2018-11-19 06:09:00,120 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role to project CreateRouterSuccessTests-853729ad-4ccb-4df-proj 2018-11-19 06:09:00,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4/users/c9a9d41c4b834ca68d731ceb82a6bf05/roles/1f787049cd02482899719e5596912190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:00,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-38a5c4a9-7c57-4b3d-9a22-01ecfec0ebc4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:00,249 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4/users/c9a9d41c4b834ca68d731ceb82a6bf05/roles/1f787049cd02482899719e5596912190 used request id req-38a5c4a9-7c57-4b3d-9a22-01ecfec0ebc4 2018-11-19 06:09:00,250 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:00,251 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:00,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["naeCtAjySIKjgUk32P1iiw"], "issued_at": "2018-11-19T06:09:00.000000Z"}} 2018-11-19 06:09:00,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:00,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7035b81-5a02-46c0-aae3-ba3f50c1668d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:00,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a7035b81-5a02-46c0-aae3-ba3f50c1668d 2018-11-19 06:09:00,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:00,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d8fde1e7-8f50-4fa8-b761-394b3f746275 Date: Mon, 19 Nov 2018 06:09:00 GMT RESP BODY: {"networks":[]} 2018-11-19 06:09:00,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 used request id req-d8fde1e7-8f50-4fa8-b761-394b3f746275 2018-11-19 06:09:00,875 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 2018-11-19 06:09:00,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" -d '{"network": {"name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1", "admin_state_up": true}}' 2018-11-19 06:09:01,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-bad1a693-b62e-45df-9325-45461aba59f1 Date: Mon, 19 Nov 2018 06:09:01 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4f5add2a-4459-40be-9f7f-fd93567f7893","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:09:01Z","is_default":false,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","mtu":1450}} 2018-11-19 06:09:01,424 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-bad1a693-b62e-45df-9325-45461aba59f1 2018-11-19 06:09:01,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:01,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e79999aa-38da-4417-932e-9c1c0ce3fb21 Date: Mon, 19 Nov 2018 06:09:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:09:01Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:01,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-e79999aa-38da-4417-932e-9c1c0ce3fb21 2018-11-19 06:09:01,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:01,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-21fe870e-399a-496a-ad40-83fe44d26273 Date: Mon, 19 Nov 2018 06:09:01 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:09:01,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-21fe870e-399a-496a-ad40-83fe44d26273 2018-11-19 06:09:01,853 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1 2018-11-19 06:09:01,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" -d '{"subnets": [{"ip_version": 4, "network_id": "4f5add2a-4459-40be-9f7f-fd93567f7893", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]}' 2018-11-19 06:09:02,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-f936d83a-e072-47df-a6bd-8e53144141c5 Date: Mon, 19 Nov 2018 06:09:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:02,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f936d83a-e072-47df-a6bd-8e53144141c5 2018-11-19 06:09:02,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:02,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-267e3819-e697-4a5e-a34c-6a7d656e0f31 Date: Mon, 19 Nov 2018 06:09:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["aade0bef-c940-4ea9-924f-eed1eda98e37"],"updated_at":"2018-11-19T06:09:02Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:02,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-267e3819-e697-4a5e-a34c-6a7d656e0f31 2018-11-19 06:09:02,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:03,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-aeddd811-7c83-42a0-9c61-e15ba36c988b Date: Mon, 19 Nov 2018 06:09:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:03,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-aeddd811-7c83-42a0-9c61-e15ba36c988b 2018-11-19 06:09:03,073 - OpenStackNetwork - DEBUG - Network [4f5add2a-4459-40be-9f7f-fd93567f7893] created successfully 2018-11-19 06:09:03,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:03,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:03,450 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["TIqHoeAlTJSvbPAQnM2PGQ"], "issued_at": "2018-11-19T06:09:03.000000Z"}} 2018-11-19 06:09:03,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:03,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927cae26-aead-4452-91c4-3bf6e64b908d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:03,519 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-927cae26-aead-4452-91c4-3bf6e64b908d 2018-11-19 06:09:03,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:03,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0e54d0f3-45d7-4ee5-b3cd-39380a6a7a7a Date: Mon, 19 Nov 2018 06:09:03 GMT RESP BODY: {"networks":[]} 2018-11-19 06:09:03,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 used request id req-0e54d0f3-45d7-4ee5-b3cd-39380a6a7a7a 2018-11-19 06:09:03,700 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 2018-11-19 06:09:03,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" -d '{"network": {"name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2", "admin_state_up": true}}' 2018-11-19 06:09:04,088 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b6309795-6b31-4560-981b-a3d07ef10fca Date: Mon, 19 Nov 2018 06:09:04 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:09:03Z","is_default":false,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","mtu":1450}} 2018-11-19 06:09:04,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b6309795-6b31-4560-981b-a3d07ef10fca 2018-11-19 06:09:04,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:04,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-947c913e-09c1-4eb6-bbe8-86610468e7e8 Date: Mon, 19 Nov 2018 06:09:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:09:03Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:04,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-947c913e-09c1-4eb6-bbe8-86610468e7e8 2018-11-19 06:09:04,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:04,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-03a53912-d50d-432f-b7bc-6625c17c9362 Date: Mon, 19 Nov 2018 06:09:04 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:09:04,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-03a53912-d50d-432f-b7bc-6625c17c9362 2018-11-19 06:09:04,515 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2 2018-11-19 06:09:04,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" -d '{"subnets": [{"ip_version": 4, "network_id": "6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]}' 2018-11-19 06:09:05,148 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-71bc6a82-4616-4e3a-bdcc-c6bd53c4a091 Date: Mon, 19 Nov 2018 06:09:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:05,148 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-71bc6a82-4616-4e3a-bdcc-c6bd53c4a091 2018-11-19 06:09:05,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:05,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a9e81dbf-a6eb-464d-9f11-cdc71271acf2 Date: Mon, 19 Nov 2018 06:09: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":["f72fb09f-2317-4ea0-86fb-b9751d03fae3"],"updated_at":"2018-11-19T06:09:04Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:05,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-a9e81dbf-a6eb-464d-9f11-cdc71271acf2 2018-11-19 06:09:05,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:05,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0c77a54f-db42-4ce5-93c5-0b7ea4419d3d Date: Mon, 19 Nov 2018 06:09:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:05,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-0c77a54f-db42-4ce5-93c5-0b7ea4419d3d 2018-11-19 06:09:05,628 - OpenStackNetwork - DEBUG - Network [6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0] created successfully 2018-11-19 06:09:05,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:05,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:06,112 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["LfuLfgv4TTyb_uucO0Ozaw"], "issued_at": "2018-11-19T06:09:06.000000Z"}} 2018-11-19 06:09:06,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:06,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b51627f-ef27-4f05-8d62-74173a6a2aa8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:06,185 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8b51627f-ef27-4f05-8d62-74173a6a2aa8 2018-11-19 06:09:06,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:06,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5964844f-ef25-4c31-b777-4ae313fa0848 Date: Mon, 19 Nov 2018 06:09:06 GMT RESP BODY: {"routers": []} 2018-11-19 06:09:06,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router&admin_state_up=True used request id req-5964844f-ef25-4c31-b777-4ae313fa0848 2018-11-19 06:09:06,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:06,379 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:06,751 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["6vJPVZwVQVSPJyARvmgDYA"], "issued_at": "2018-11-19T06:09:06.000000Z"}} 2018-11-19 06:09:06,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02010c7dc4cfe2a9b60f6eb5be992fc47720c757" 2018-11-19 06:09:06,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7916bb58-067d-468d-a32c-a7407189e643 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:06,825 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7916bb58-067d-468d-a32c-a7407189e643 2018-11-19 06:09:06,826 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:06,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" -d '{"router": {"name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router", "admin_state_up": true}}' 2018-11-19 06:09:10,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 535 X-Openstack-Request-Id: req-429e88c5-6687-41bb-b218-f7b54c83e747 Date: Mon, 19 Nov 2018 06:09:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:07Z", "flavor_id": null, "revision_number": 0, "routes": [], "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "4e81acf3-c15b-400a-ab66-b4633699979d", "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router"}} 2018-11-19 06:09:10,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-429e88c5-6687-41bb-b218-f7b54c83e747 2018-11-19 06:09:10,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:10,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ca63aaeb-6644-43ab-a2db-c01900e67771 Date: Mon, 19 Nov 2018 06:09:10 GMT RESP BODY: {"ports":[]} 2018-11-19 06:09:10,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d used request id req-ca63aaeb-6644-43ab-a2db-c01900e67771 2018-11-19 06:09:10,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:10,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2088c764-d337-48b9-81d0-7896cd56858f Date: Mon, 19 Nov 2018 06:09:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["aade0bef-c940-4ea9-924f-eed1eda98e37"],"updated_at":"2018-11-19T06:09:02Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:10,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 used request id req-2088c764-d337-48b9-81d0-7896cd56858f 2018-11-19 06:09:10,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:10,988 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:10,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:11,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47178c5e-c715-45ad-a850-bdc00d624823 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:11,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-47178c5e-c715-45ad-a850-bdc00d624823 2018-11-19 06:09:11,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:11,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-dd027f7a-7c55-4682-84af-21f3d25e54c7 Date: Mon, 19 Nov 2018 06:09:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:11,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-dd027f7a-7c55-4682-84af-21f3d25e54c7 2018-11-19 06:09:11,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:11,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b02db863-61d8-4482-9caa-f2402fe6117a Date: Mon, 19 Nov 2018 06:09:11 GMT RESP BODY: {"ports":[]} 2018-11-19 06:09:11,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1&admin_state_up=True used request id req-b02db863-61d8-4482-9caa-f2402fe6117a 2018-11-19 06:09:11,429 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1 for router - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:11,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:11,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:11,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["C2KlXye_TZqUiKEE9jtt0Q"], "issued_at": "2018-11-19T06:09:11.000000Z"}} 2018-11-19 06:09:11,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3650e26cc5a24fbb37baf53b147dbc11a60c539c" 2018-11-19 06:09:11,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba9614db-3346-4b3f-86a3-f35f2bc1508e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:11,875 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ba9614db-3346-4b3f-86a3-f35f2bc1508e 2018-11-19 06:09:11,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:12,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7b1a16e9-56d0-40ba-9624-691a444b7b41 Date: Mon, 19 Nov 2018 06:09: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":["aade0bef-c940-4ea9-924f-eed1eda98e37"],"updated_at":"2018-11-19T06:09:02Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:12,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 used request id req-7b1a16e9-56d0-40ba-9624-691a444b7b41 2018-11-19 06:09:12,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:12,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-79ddb764-ba45-4b6c-8f0b-fd1bd5774f0f Date: Mon, 19 Nov 2018 06:09:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:12,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-79ddb764-ba45-4b6c-8f0b-fd1bd5774f0f 2018-11-19 06:09:12,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:12,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-8890be01-dc9c-4127-93b4-8fdd625d6f84 Date: Mon, 19 Nov 2018 06:09: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":["aade0bef-c940-4ea9-924f-eed1eda98e37"],"updated_at":"2018-11-19T06:09:02Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:12,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 used request id req-8890be01-dc9c-4127-93b4-8fdd625d6f84 2018-11-19 06:09:12,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:12,536 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:12,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3650e26cc5a24fbb37baf53b147dbc11a60c539c" 2018-11-19 06:09:12,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9bbbe68-39ef-4bd6-bce4-46f404fc87db Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:12,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-f9bbbe68-39ef-4bd6-bce4-46f404fc87db 2018-11-19 06:09:12,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:12,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1453c93f-b96b-4649-a3c8-82daa14c7665 Date: Mon, 19 Nov 2018 06:09:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:12,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-1453c93f-b96b-4649-a3c8-82daa14c7665 2018-11-19 06:09:12,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:13,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-78bca3c3-7a45-4f69-ba0d-6cae9aea74a1 Date: Mon, 19 Nov 2018 06:09:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:13,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1 used request id req-78bca3c3-7a45-4f69-ba0d-6cae9aea74a1 2018-11-19 06:09:13,013 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 2018-11-19 06:09:13,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" -d '{"port": {"network_id": "4f5add2a-4459-40be-9f7f-fd93567f7893", "fixed_ips": [{"subnet_id": "aade0bef-c940-4ea9-924f-eed1eda98e37", "ip_address": "10.200.201.1"}], "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1", "admin_state_up": true}}' 2018-11-19 06:09:14,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-7c19f730-b044-4ff2-8e6c-f827be23e65c Date: Mon, 19 Nov 2018 06:09:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:13Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.1"}],"id":"6da11f10-10b9-468b-990e-0fa7a6718778","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:13:d4:fd","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1","project_id":"0d6c6862d848467d8d7703f4e6798aa4","qos_policy_id":null,"admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:13Z","binding:vnic_type":"normal"}} 2018-11-19 06:09:14,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-7c19f730-b044-4ff2-8e6c-f827be23e65c 2018-11-19 06:09:14,142 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1 for router - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:14,142 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:14,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" -d '{"port_id": "6da11f10-10b9-468b-990e-0fa7a6718778"}' 2018-11-19 06:09:15,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cd500a38-5cbb-4ce2-8474-6bd4f4594410 Date: Mon, 19 Nov 2018 06:09:15 GMT RESP BODY: {"network_id": "4f5add2a-4459-40be-9f7f-fd93567f7893", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "subnet_id": "aade0bef-c940-4ea9-924f-eed1eda98e37", "subnet_ids": ["aade0bef-c940-4ea9-924f-eed1eda98e37"], "port_id": "6da11f10-10b9-468b-990e-0fa7a6718778", "id": "4e81acf3-c15b-400a-ab66-b4633699979d"} 2018-11-19 06:09:15,888 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/add_router_interface used request id req-cd500a38-5cbb-4ce2-8474-6bd4f4594410 2018-11-19 06:09:15,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:16,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-b298a077-0a6a-43ae-953d-f47f182ff1d9 Date: Mon, 19 Nov 2018 06:09: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":["f72fb09f-2317-4ea0-86fb-b9751d03fae3"],"updated_at":"2018-11-19T06:09:04Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:16,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 used request id req-b298a077-0a6a-43ae-953d-f47f182ff1d9 2018-11-19 06:09:16,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:16,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed090fd-bef6-4123-81b2-b8511a98dae0 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:16,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-1ed090fd-bef6-4123-81b2-b8511a98dae0 2018-11-19 06:09:16,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:16,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-de0072b2-0974-4284-a747-d1b90e519cce Date: Mon, 19 Nov 2018 06:09:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:16,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-de0072b2-0974-4284-a747-d1b90e519cce 2018-11-19 06:09:16,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:16,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ce814cca-45c5-4284-8b7a-ce2a1ad53515 Date: Mon, 19 Nov 2018 06:09:16 GMT RESP BODY: {"ports":[]} 2018-11-19 06:09:16,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2&admin_state_up=True used request id req-ce814cca-45c5-4284-8b7a-ce2a1ad53515 2018-11-19 06:09:16,507 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2 for router - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:16,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:16,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:16,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["bQRh5lvDSk6gBN09tO7YsA"], "issued_at": "2018-11-19T06:09:16.000000Z"}} 2018-11-19 06:09:16,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cda553ce44fb73d639da6b99ab9886a5b3334bd" 2018-11-19 06:09:16,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202b71f5-4cff-4bbe-a1e7-05b907865f50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:16,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-202b71f5-4cff-4bbe-a1e7-05b907865f50 2018-11-19 06:09:16,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:17,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-884af56d-1349-4ebd-b0e7-f030123b417a Date: Mon, 19 Nov 2018 06:09: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":["f72fb09f-2317-4ea0-86fb-b9751d03fae3"],"updated_at":"2018-11-19T06:09:04Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:17,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 used request id req-884af56d-1349-4ebd-b0e7-f030123b417a 2018-11-19 06:09:17,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:17,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b6e7d752-4269-482e-9d86-6b349095a982 Date: Mon, 19 Nov 2018 06:09:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:17,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-b6e7d752-4269-482e-9d86-6b349095a982 2018-11-19 06:09:17,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:17,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-41efb564-50ce-4563-aeef-502b49830bcc Date: Mon, 19 Nov 2018 06:09: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":["f72fb09f-2317-4ea0-86fb-b9751d03fae3"],"updated_at":"2018-11-19T06:09:04Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:17,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 used request id req-41efb564-50ce-4563-aeef-502b49830bcc 2018-11-19 06:09:17,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:17,709 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:17,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cda553ce44fb73d639da6b99ab9886a5b3334bd" 2018-11-19 06:09:17,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b3c63cf-20fa-4e20-9e78-fe9b38579c9b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:17,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-7b3c63cf-20fa-4e20-9e78-fe9b38579c9b 2018-11-19 06:09:17,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:17,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e8574ec3-b78e-4e37-92f1-fe418fcbbb67 Date: Mon, 19 Nov 2018 06:09:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:17,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-e8574ec3-b78e-4e37-92f1-fe418fcbbb67 2018-11-19 06:09:17,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:18,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-c0919af4-3e37-4b7d-bd77-b35990fe7e4e Date: Mon, 19 Nov 2018 06:09:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:18,061 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2 used request id req-c0919af4-3e37-4b7d-bd77-b35990fe7e4e 2018-11-19 06:09:18,062 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 2018-11-19 06:09:18,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" -d '{"port": {"network_id": "6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0", "fixed_ips": [{"subnet_id": "f72fb09f-2317-4ea0-86fb-b9751d03fae3", "ip_address": "10.200.202.1"}], "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2", "admin_state_up": true}}' 2018-11-19 06:09:19,207 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-c3be426d-623b-4956-94a2-f53f0ade8c38 Date: Mon, 19 Nov 2018 06:09:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.1"}],"id":"96deca16-1df3-459b-aa6f-6251dbb99574","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:f2:df:e8","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2","project_id":"0d6c6862d848467d8d7703f4e6798aa4","qos_policy_id":null,"admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:18Z","binding:vnic_type":"normal"}} 2018-11-19 06:09:19,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-c3be426d-623b-4956-94a2-f53f0ade8c38 2018-11-19 06:09:19,208 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2 for router - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:19,208 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:19,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" -d '{"port_id": "96deca16-1df3-459b-aa6f-6251dbb99574"}' 2018-11-19 06:09:21,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b6f93eab-3fc6-4d1a-aa5d-1e0314626f7d Date: Mon, 19 Nov 2018 06:09:21 GMT RESP BODY: {"network_id": "6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "subnet_id": "f72fb09f-2317-4ea0-86fb-b9751d03fae3", "subnet_ids": ["f72fb09f-2317-4ea0-86fb-b9751d03fae3"], "port_id": "96deca16-1df3-459b-aa6f-6251dbb99574", "id": "4e81acf3-c15b-400a-ab66-b4633699979d"} 2018-11-19 06:09:21,023 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/add_router_interface used request id req-b6f93eab-3fc6-4d1a-aa5d-1e0314626f7d 2018-11-19 06:09:21,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:21,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-95b8efc1-2f74-4aa8-be77-c2cede9be002 Date: Mon, 19 Nov 2018 06:09:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:20Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "4e81acf3-c15b-400a-ab66-b4633699979d", "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router"}} 2018-11-19 06:09:21,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d used request id req-95b8efc1-2f74-4aa8-be77-c2cede9be002 2018-11-19 06:09:21,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:21,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-08390a86-0e68-4f7e-9fe0-e06c6166539c Date: Mon, 19 Nov 2018 06:09:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.1"}],"id":"6da11f10-10b9-468b-990e-0fa7a6718778","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:13:d4:fd","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:13Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:20Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.1"}],"id":"96deca16-1df3-459b-aa6f-6251dbb99574","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:f2:df:e8","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:18Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"}]} 2018-11-19 06:09:21,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d used request id req-08390a86-0e68-4f7e-9fe0-e06c6166539c 2018-11-19 06:09:21,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:21,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-079e79c8-a278-4bd1-aea4-4968c5bcd466 Date: Mon, 19 Nov 2018 06:09:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}} 2018-11-19 06:09:21,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 used request id req-079e79c8-a278-4bd1-aea4-4968c5bcd466 2018-11-19 06:09:21,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:21,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-36644cf7-758b-497e-b017-3ec8da49d819 Date: Mon, 19 Nov 2018 06:09:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}} 2018-11-19 06:09:21,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 used request id req-36644cf7-758b-497e-b017-3ec8da49d819 2018-11-19 06:09:21,290 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:21,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["rjGT9CmfS4O3a9X3w_Fu1g"], "issued_at": "2018-11-19T06:09:21.000000Z"}} 2018-11-19 06:09:21,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:21,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-d2e7e8a1-d410-45d1-98dd-e8bda4c4bdbe Date: Mon, 19 Nov 2018 06:09:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:20Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "4e81acf3-c15b-400a-ab66-b4633699979d", "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router"}]} 2018-11-19 06:09:21,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router&admin_state_up=True used request id req-d2e7e8a1-d410-45d1-98dd-e8bda4c4bdbe 2018-11-19 06:09:21,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:21,874 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e7d3c0e32c2c791db2b8988a20eb01dcdc9466" 2018-11-19 06:09:21,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-598ae1e5-a085-47bf-8988-9f51b48b4b47 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:21,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-598ae1e5-a085-47bf-8988-9f51b48b4b47 2018-11-19 06:09:21,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:22,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1712 X-Openstack-Request-Id: req-83216f5e-d043-4167-b23e-785eb6a17821 Date: Mon, 19 Nov 2018 06:09:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.1"}],"id":"6da11f10-10b9-468b-990e-0fa7a6718778","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:13:d4:fd","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:13Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.1"}],"id":"96deca16-1df3-459b-aa6f-6251dbb99574","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:f2:df:e8","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:18Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"}]} 2018-11-19 06:09:22,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d used request id req-83216f5e-d043-4167-b23e-785eb6a17821 2018-11-19 06:09:22,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:22,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9a5b1926-9b30-4124-8710-878c9df5ee0d Date: Mon, 19 Nov 2018 06:09:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}} 2018-11-19 06:09:22,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 used request id req-9a5b1926-9b30-4124-8710-878c9df5ee0d 2018-11-19 06:09:22,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:22,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3b9d6584-cee0-4c72-ac7a-8165f7793036 Date: Mon, 19 Nov 2018 06:09:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}} 2018-11-19 06:09:22,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 used request id req-3b9d6584-cee0-4c72-ac7a-8165f7793036 2018-11-19 06:09:22,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:22,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:22,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f787049cd02482899719e5596912190", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role"}], "expires_at": "2018-11-19T07:09:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d6c6862d848467d8d7703f4e6798aa4", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0d6c6862d848467d8d7703f4e6798aa4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-user", "id": "c9a9d41c4b834ca68d731ceb82a6bf05"}, "audit_ids": ["a6xPSYtISCO8wXy3V56lhg"], "issued_at": "2018-11-19T06:09:22.000000Z"}} 2018-11-19 06:09:22,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:23,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f907f60a-5f8e-4a82-9b78-16697719c8fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:23,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f907f60a-5f8e-4a82-9b78-16697719c8fc 2018-11-19 06:09:23,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:23,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 544 X-Openstack-Request-Id: req-a770b81e-df98-4c2a-a1c4-93c5d26c99d6 Date: Mon, 19 Nov 2018 06:09:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:20Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "4e81acf3-c15b-400a-ab66-b4633699979d", "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router"}]} 2018-11-19 06:09:23,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router&admin_state_up=True used request id req-a770b81e-df98-4c2a-a1c4-93c5d26c99d6 2018-11-19 06:09:23,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:23,301 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:23,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:23,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b050916b-c29b-4bd7-9b4c-0c3a6ed8f68e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:23,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-b050916b-c29b-4bd7-9b4c-0c3a6ed8f68e 2018-11-19 06:09:23,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:23,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1713 X-Openstack-Request-Id: req-98496372-a622-42d8-8d3d-88719398900b Date: Mon, 19 Nov 2018 06:09:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.1"}],"id":"6da11f10-10b9-468b-990e-0fa7a6718778","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:13:d4:fd","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:13Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.1"}],"id":"96deca16-1df3-459b-aa6f-6251dbb99574","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:f2:df:e8","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:18Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"}]} 2018-11-19 06:09:23,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d used request id req-98496372-a622-42d8-8d3d-88719398900b 2018-11-19 06:09:23,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:23,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-200bf136-ab76-4a57-987b-a89274437364 Date: Mon, 19 Nov 2018 06:09:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}} 2018-11-19 06:09:23,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 used request id req-200bf136-ab76-4a57-987b-a89274437364 2018-11-19 06:09:23,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:24,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-128f5806-75dc-451c-bdc8-9250c6081c5e Date: Mon, 19 Nov 2018 06:09:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}} 2018-11-19 06:09:24,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 used request id req-128f5806-75dc-451c-bdc8-9250c6081c5e 2018-11-19 06:09:24,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:24,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-64d25660-f088-4a6f-a81e-d55bcd0a8418 Date: Mon, 19 Nov 2018 06:09: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":["aade0bef-c940-4ea9-924f-eed1eda98e37"],"updated_at":"2018-11-19T06:09:02Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:24,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 used request id req-64d25660-f088-4a6f-a81e-d55bcd0a8418 2018-11-19 06:09:24,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:24,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36557d9d-77db-407d-9a45-0053025a61dc Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:24,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-36557d9d-77db-407d-9a45-0053025a61dc 2018-11-19 06:09:24,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:24,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-2f167702-0c29-4dae-b5a1-23b976ee1258 Date: Mon, 19 Nov 2018 06:09:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:24,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-2f167702-0c29-4dae-b5a1-23b976ee1258 2018-11-19 06:09:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 863 X-Openstack-Request-Id: req-0a66aeea-ae7b-4962-91d7-e05f8e3ef4eb Date: Mon, 19 Nov 2018 06:09:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.1"}],"id":"6da11f10-10b9-468b-990e-0fa7a6718778","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:13:d4:fd","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:13Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"}]} 2018-11-19 06:09:25,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1&admin_state_up=True used request id req-0a66aeea-ae7b-4962-91d7-e05f8e3ef4eb 2018-11-19 06:09:25,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d6e75d3-391c-4bcc-855f-e4681161b666 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:25,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-0d6e75d3-391c-4bcc-855f-e4681161b666 2018-11-19 06:09:25,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-1bff91e0-926a-4ff6-a0bc-6e998ffc5983 Date: Mon, 19 Nov 2018 06:09: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":["f72fb09f-2317-4ea0-86fb-b9751d03fae3"],"updated_at":"2018-11-19T06:09:04Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:25,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 used request id req-1bff91e0-926a-4ff6-a0bc-6e998ffc5983 2018-11-19 06:09:25,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cca01cf-e340-4d54-87b3-3e15f00df768 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:25,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-4cca01cf-e340-4d54-87b3-3e15f00df768 2018-11-19 06:09:25,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d81a922e-dfaf-4ceb-9c8c-56f85b49517d Date: Mon, 19 Nov 2018 06:09:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:25,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-d81a922e-dfaf-4ceb-9c8c-56f85b49517d 2018-11-19 06:09:25,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-46c43a75-20c7-4cb9-b36a-65e4175fc31a Date: Mon, 19 Nov 2018 06:09:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:23Z","device_owner":"network:ha_router_replicated_interface","revision_number":12,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.1"}],"id":"96deca16-1df3-459b-aa6f-6251dbb99574","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:f2:df:e8","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:18Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"}]} 2018-11-19 06:09:25,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0&name=CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2&admin_state_up=True used request id req-46c43a75-20c7-4cb9-b36a-65e4175fc31a 2018-11-19 06:09:25,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-608386be-3ffb-4432-bab1-ce4c7db17c39 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:25,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-608386be-3ffb-4432-bab1-ce4c7db17c39 2018-11-19 06:09:25,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:25,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 541 X-Openstack-Request-Id: req-2c8b5789-003d-48e2-9792-52bb840f9660 Date: Mon, 19 Nov 2018 06:09:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:20Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "4e81acf3-c15b-400a-ab66-b4633699979d", "name": "CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router"}} 2018-11-19 06:09:25,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d used request id req-2c8b5789-003d-48e2-9792-52bb840f9660 2018-11-19 06:09:25,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:26,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-5fc67e05-1705-42be-b970-e1e4420b2917 Date: Mon, 19 Nov 2018 06:09:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.1"}],"id":"6da11f10-10b9-468b-990e-0fa7a6718778","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:13:d4:fd","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:13Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.1"}],"id":"96deca16-1df3-459b-aa6f-6251dbb99574","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:f2:df:e8","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:18Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"}]} 2018-11-19 06:09:26,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=4e81acf3-c15b-400a-ab66-b4633699979d used request id req-5fc67e05-1705-42be-b970-e1e4420b2917 2018-11-19 06:09:26,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:26,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5e466941-f33a-4a40-97f7-e4143f8b421b Date: Mon, 19 Nov 2018 06:09:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}} 2018-11-19 06:09:26,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 used request id req-5e466941-f33a-4a40-97f7-e4143f8b421b 2018-11-19 06:09:26,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c0cc6f0d6a97194e07f2216c1d4edca85088a5cc" 2018-11-19 06:09:26,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-38fc06b6-6b12-473d-9940-da2c24665306 Date: Mon, 19 Nov 2018 06:09:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}} 2018-11-19 06:09:26,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 used request id req-38fc06b6-6b12-473d-9940-da2c24665306 2018-11-19 06:09:26,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:26,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2eb47652-4f15-49dc-8eae-315565692c1b Date: Mon, 19 Nov 2018 06:09: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":["aade0bef-c940-4ea9-924f-eed1eda98e37"],"updated_at":"2018-11-19T06:09:02Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:26,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-2eb47652-4f15-49dc-8eae-315565692c1b 2018-11-19 06:09:26,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:26,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-4cd56e55-7c72-4cfd-b016-72be440e4f00 Date: Mon, 19 Nov 2018 06:09:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:26,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-4cd56e55-7c72-4cfd-b016-72be440e4f00 2018-11-19 06:09:26,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:27,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-020b845e-e972-42b1-bdaf-5384b9e27392 Date: Mon, 19 Nov 2018 06:09:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:06Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.3"}],"id":"10221451-cc07-486c-8b19-8b08991bfde2","security_groups":[],"mac_address":"fa:16:3e:bf:10:94","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4f5add2a-4459-40be-9f7f-fd93567f7893"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.4"}],"id":"485b4969-315a-45d5-b111-82051b103405","security_groups":[],"mac_address":"fa:16:3e:10:f1:c3","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4f5add2a-4459-40be-9f7f-fd93567f7893"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:05Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.2"}],"id":"485bd209-42bf-4a88-9d03-57af710914cd","security_groups":[],"mac_address":"fa:16:3e:f9:46:90","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4f5add2a-4459-40be-9f7f-fd93567f7893"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:19Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"aade0bef-c940-4ea9-924f-eed1eda98e37","ip_address":"10.200.201.1"}],"id":"6da11f10-10b9-468b-990e-0fa7a6718778","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:13:d4:fd","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1","admin_state_up":true,"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:13Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"}]} 2018-11-19 06:09:27,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-020b845e-e972-42b1-bdaf-5384b9e27392 2018-11-19 06:09:27,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:27,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5528d46b-0a41-4a78-bb03-5c2b68cb2697 Date: Mon, 19 Nov 2018 06:09:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f72fb09f-2317-4ea0-86fb-b9751d03fae3"],"updated_at":"2018-11-19T06:09:04Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:27,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-5528d46b-0a41-4a78-bb03-5c2b68cb2697 2018-11-19 06:09:27,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:27,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-504dccec-c4ea-4e14-8a1c-40c703a5f130 Date: Mon, 19 Nov 2018 06:09:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:27,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-504dccec-c4ea-4e14-8a1c-40c703a5f130 2018-11-19 06:09:27,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:27,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3149 X-Openstack-Request-Id: req-0f402c2d-7b70-4727-8dc0-8888acb979c1 Date: Mon, 19 Nov 2018 06:09:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.3"}],"id":"3b02f644-33e7-493e-a190-6c996ad1af12","security_groups":[],"mac_address":"fa:16:3e:dd:f5:ec","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:25Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.1"}],"id":"96deca16-1df3-459b-aa6f-6251dbb99574","security_groups":["f81f5b40-9563-4486-b8cf-52cabf7bb4c9"],"mac_address":"fa:16:3e:f2:df:e8","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:18Z","binding:vnic_type":"normal","device_id":"4e81acf3-c15b-400a-ab66-b4633699979d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.4"}],"id":"e96ec6bc-c861-42d8-949c-c5cae690801f","security_groups":[],"mac_address":"fa:16:3e:70:c0:d6","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:09:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","ip_address":"10.200.202.2"}],"id":"f88d13d9-e4fb-4982-a3d6-d722e0bde3e2","security_groups":[],"mac_address":"fa:16:3e:06:31:cc","project_id":"0d6c6862d848467d8d7703f4e6798aa4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0"}]} 2018-11-19 06:09:27,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-0f402c2d-7b70-4727-8dc0-8888acb979c1 2018-11-19 06:09:27,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:27,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d2bcd5fb-84ff-47b3-a63d-b752043df033 Date: Mon, 19 Nov 2018 06:09:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}} 2018-11-19 06:09:27,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 used request id req-d2bcd5fb-84ff-47b3-a63d-b752043df033 2018-11-19 06:09:27,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:27,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-f7a04ff6-aed4-4feb-a0c7-4fa145fbb94b Date: Mon, 19 Nov 2018 06:09:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["aade0bef-c940-4ea9-924f-eed1eda98e37"],"updated_at":"2018-11-19T06:09:02Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:01Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"4f5add2a-4459-40be-9f7f-fd93567f7893","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1"}]} 2018-11-19 06:09:27,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-f7a04ff6-aed4-4feb-a0c7-4fa145fbb94b 2018-11-19 06:09:27,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:28,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-470a114c-888c-4b98-8366-74e046e3013a Date: Mon, 19 Nov 2018 06:09:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4f5add2a-4459-40be-9f7f-fd93567f7893","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:02Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"aade0bef-c940-4ea9-924f-eed1eda98e37","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1"}]} 2018-11-19 06:09:28,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-470a114c-888c-4b98-8366-74e046e3013a 2018-11-19 06:09:28,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:28,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c2b190e3-d70d-43af-b02b-adb58f9fa5d9 Date: Mon, 19 Nov 2018 06:09:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}} 2018-11-19 06:09:28,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 used request id req-c2b190e3-d70d-43af-b02b-adb58f9fa5d9 2018-11-19 06:09:28,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:28,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c3f52339-8656-4b47-bc51-8d58acd9d4ec Date: Mon, 19 Nov 2018 06:09: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":["f72fb09f-2317-4ea0-86fb-b9751d03fae3"],"updated_at":"2018-11-19T06:09:04Z","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"0d6c6862d848467d8d7703f4e6798aa4","id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2"}]} 2018-11-19 06:09:28,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-c3f52339-8656-4b47-bc51-8d58acd9d4ec 2018-11-19 06:09:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de6aafaae6ded6a435b30d33dc8a629e413cef13" 2018-11-19 06:09:28,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e9f9d10c-e2c0-4dfa-8380-e822075a10db Date: Mon, 19 Nov 2018 06:09:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0","tenant_id":"0d6c6862d848467d8d7703f4e6798aa4","created_at":"2018-11-19T06:09:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:09:04Z","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":"0d6c6862d848467d8d7703f4e6798aa4","id":"f72fb09f-2317-4ea0-86fb-b9751d03fae3","subnetpool_id":null,"name":"CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2"}]} 2018-11-19 06:09:28,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-e9f9d10c-e2c0-4dfa-8380-e822075a10db 2018-11-19 06:09:28,690 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router and port CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port1 2018-11-19 06:09:28,691 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:28,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" -d '{"port_id": "6da11f10-10b9-468b-990e-0fa7a6718778"}' 2018-11-19 06:09:30,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b9d30ace-c769-4915-a798-1404b85759c5 Date: Mon, 19 Nov 2018 06:09:30 GMT RESP BODY: {"network_id": "4f5add2a-4459-40be-9f7f-fd93567f7893", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "subnet_id": "aade0bef-c940-4ea9-924f-eed1eda98e37", "subnet_ids": ["aade0bef-c940-4ea9-924f-eed1eda98e37"], "port_id": "6da11f10-10b9-468b-990e-0fa7a6718778", "id": "4e81acf3-c15b-400a-ab66-b4633699979d"} 2018-11-19 06:09:30,273 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/remove_router_interface used request id req-b9d30ace-c769-4915-a798-1404b85759c5 2018-11-19 06:09:30,274 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router and port CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-port2 2018-11-19 06:09:30,274 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:30,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" -d '{"port_id": "96deca16-1df3-459b-aa6f-6251dbb99574"}' 2018-11-19 06:09:31,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b156ccd8-7748-457b-924f-23db4569241a Date: Mon, 19 Nov 2018 06:09:31 GMT RESP BODY: {"network_id": "6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "subnet_id": "f72fb09f-2317-4ea0-86fb-b9751d03fae3", "subnet_ids": ["f72fb09f-2317-4ea0-86fb-b9751d03fae3"], "port_id": "96deca16-1df3-459b-aa6f-6251dbb99574", "id": "4e81acf3-c15b-400a-ab66-b4633699979d"} 2018-11-19 06:09:31,578 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d/remove_router_interface used request id req-b156ccd8-7748-457b-924f-23db4569241a 2018-11-19 06:09:31,579 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:31,579 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-router 2018-11-19 06:09:31,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8af7d507f98f7cb0ba143430e1dc52ecd3a6c1e0" 2018-11-19 06:09:34,410 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dcd07d01-51ae-4c7f-8ebf-7579ca841460 Content-Length: 0 Date: Mon, 19 Nov 2018 06:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:09:34,410 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/4e81acf3-c15b-400a-ab66-b4633699979d used request id req-dcd07d01-51ae-4c7f-8ebf-7579ca841460 2018-11-19 06:09:34,411 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1 2018-11-19 06:09:34,411 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet1 2018-11-19 06:09:34,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:36,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c97b142a-a863-40dd-ac6f-e6d2a9bad190 Date: Mon, 19 Nov 2018 06:09:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:09:36,543 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/aade0bef-c940-4ea9-924f-eed1eda98e37 used request id req-c97b142a-a863-40dd-ac6f-e6d2a9bad190 2018-11-19 06:09:36,544 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net1 2018-11-19 06:09:36,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/4f5add2a-4459-40be-9f7f-fd93567f7893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42cf51d9c886c9f618421310f6f4f838252d8776" 2018-11-19 06:09:37,914 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd308d4e-e6bb-4c71-99b9-f074388e1087 Date: Mon, 19 Nov 2018 06:09:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:09:37,914 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4f5add2a-4459-40be-9f7f-fd93567f7893 used request id req-fd308d4e-e6bb-4c71-99b9-f074388e1087 2018-11-19 06:09:37,915 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2 2018-11-19 06:09:37,915 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-subnet2 2018-11-19 06:09:37,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:40,025 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9285276-8aaf-4961-8340-a783fc29ef88 Date: Mon, 19 Nov 2018 06:09:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:09:40,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f72fb09f-2317-4ea0-86fb-b9751d03fae3 used request id req-d9285276-8aaf-4961-8340-a783fc29ef88 2018-11-19 06:09:40,026 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-3e2fe80f-7d2c-44d7-988e-0144728e6ba9-pub-net2 2018-11-19 06:09:40,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80226319002c1848d6b5a84cc970f3a6595ce6eb" 2018-11-19 06:09:41,224 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99dc2b74-2e36-4593-a3c0-372abc3dd333 Date: Mon, 19 Nov 2018 06:09:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:09:41,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6fdd77ec-dbc4-4c4a-b882-9927e71f7ca0 used request id req-99dc2b74-2e36-4593-a3c0-372abc3dd333 2018-11-19 06:09:41,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:41,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-8fe0be54-3753-4df6-8520-b05cb04b76ae Date: Mon, 19 Nov 2018 06:09:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:01Z", "updated_at": "2018-11-19T06:09:01Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "revision_number": 0, "id": "0a949f8a-6120-45b4-801a-32e4868ef488", "remote_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "remote_ip_prefix": null, "created_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d6c6862d848467d8d7703f4e6798aa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "revision_number": 0, "id": "0fd785ba-c47c-4797-9574-6494fa497b39", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d6c6862d848467d8d7703f4e6798aa4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "revision_number": 0, "id": "71aa4716-caab-465e-b7fd-c12c5a1d552a", "remote_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "remote_ip_prefix": null, "created_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d6c6862d848467d8d7703f4e6798aa4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "revision_number": 0, "id": "87c5f1bf-b5c7-4f21-a996-dfe307bffb6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d6c6862d848467d8d7703f4e6798aa4"}], "revision_number": 4, "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "name": "default"}]} 2018-11-19 06:09:41,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8fe0be54-3753-4df6-8520-b05cb04b76ae 2018-11-19 06:09:41,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:41,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd24d130-3860-42f7-94fe-bc11a718488b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:09:41,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-bd24d130-3860-42f7-94fe-bc11a718488b 2018-11-19 06:09:41,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:41,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3a5237f-5e46-4ae3-8ea8-8b7c8bcbd353 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:09:41,622 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-a3a5237f-5e46-4ae3-8ea8-8b7c8bcbd353 2018-11-19 06:09:41,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:41,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63e51066-b988-48a9-a244-a70042d8c12c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:09:41,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-63e51066-b988-48a9-a244-a70042d8c12c 2018-11-19 06:09:41,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:41,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-916a3d8d-84d3-4bd4-9430-6eb0088b6741 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4"}, "enabled": true, "id": "0d6c6862d848467d8d7703f4e6798aa4", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-853729ad-4ccb-4df-proj"}} 2018-11-19 06:09:41,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-916a3d8d-84d3-4bd4-9430-6eb0088b6741 2018-11-19 06:09:41,809 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f81f5b40-9563-4486-b8cf-52cabf7bb4c9 2018-11-19 06:09:41,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f81f5b40-9563-4486-b8cf-52cabf7bb4c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:41,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-87a51dad-e194-4543-875a-ef92e6d5d3ab Date: Mon, 19 Nov 2018 06:09:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:01Z", "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "0a949f8a-6120-45b4-801a-32e4868ef488"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:01Z", "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "0fd785ba-c47c-4797-9574-6494fa497b39"}, {"remote_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:01Z", "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "71aa4716-caab-465e-b7fd-c12c5a1d552a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:09:01Z", "security_group_id": "f81f5b40-9563-4486-b8cf-52cabf7bb4c9", "port_range_min": null, "revision_number": 0, "tenant_id": "0d6c6862d848467d8d7703f4e6798aa4", "created_at": "2018-11-19T06:09:01Z", "project_id": "0d6c6862d848467d8d7703f4e6798aa4", "id": "87c5f1bf-b5c7-4f21-a996-dfe307bffb6a"}]} 2018-11-19 06:09:41,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f81f5b40-9563-4486-b8cf-52cabf7bb4c9 used request id req-87a51dad-e194-4543-875a-ef92e6d5d3ab 2018-11-19 06:09:41,998 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:09:42,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f81f5b40-9563-4486-b8cf-52cabf7bb4c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:42,403 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d80d277-c466-4843-b55d-95eab4aa9651 Content-Length: 0 Date: Mon, 19 Nov 2018 06:09:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:09:42,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f81f5b40-9563-4486-b8cf-52cabf7bb4c9 used request id req-3d80d277-c466-4843-b55d-95eab4aa9651 2018-11-19 06:09:42,403 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-853729ad-4ccb-4df-proj 2018-11-19 06:09:42,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:42,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-742e36f0-1729-4d25-8c4c-7274338105ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:42,614 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0d6c6862d848467d8d7703f4e6798aa4 used request id req-742e36f0-1729-4d25-8c4c-7274338105ba 2018-11-19 06:09:42,614 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-853729ad-4ccb-4df-proj-role 2018-11-19 06:09:42,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/1f787049cd02482899719e5596912190 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:42,730 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-381585fa-1a7b-410d-b0ec-d20a6c3b39a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:42,730 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1f787049cd02482899719e5596912190 used request id req-381585fa-1a7b-410d-b0ec-d20a6c3b39a9 2018-11-19 06:09:42,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8c35794aee2a343883e97d172a6181e0438bf28" 2018-11-19 06:09:42,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b7abbec-e416-4da7-b9b6-924454a8e0f7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:09:42,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2b7abbec-e416-4da7-b9b6-924454a8e0f7 2018-11-19 06:09:42,815 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-853729ad-4ccb-4df-user 2018-11-19 06:09:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c9a9d41c4b834ca68d731ceb82a6bf05 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9761b46f4430630f301cac9954c3275510380c04" 2018-11-19 06:09:43,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12f3a650-9d79-4cd3-a6da-c91b71593cb4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:43,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c9a9d41c4b834ca68d731ceb82a6bf05 used request id req-12f3a650-9d79-4cd3-a6da-c91b71593cb4 2018-11-19 06:09:43,007 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:43,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mp6z5cPqRf6HESNLhYeZUg"], "issued_at": "2018-11-19T06:09:43.000000Z"}} 2018-11-19 06:09:43,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e5b4a04c9eab0603cc4fc021e53a417f2d1660" 2018-11-19 06:09:43,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ad18e68-88e7-477e-bcc8-efde44c1f734 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:43,476 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6ad18e68-88e7-477e-bcc8-efde44c1f734 2018-11-19 06:09:43,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:43,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:43,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:09:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ak6Vjm2PTKCPq3xEDox2sA"], "issued_at": "2018-11-19T06:09:43.000000Z"}} 2018-11-19 06:09:43,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:43,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bc32efb-80c4-43c0-8ab8-dbb54af67cfb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:43,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8bc32efb-80c4-43c0-8ab8-dbb54af67cfb 2018-11-19 06:09:43,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:43,971 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:43,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:44,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f98b3b6-c5c8-49da-9046-fed108576cec Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:09:44,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj used request id req-4f98b3b6-c5c8-49da-9046-fed108576cec 2018-11-19 06:09:44,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:44,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79c1f179-c576-4e06-8366-a0e2a98c09c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:09:44,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-79c1f179-c576-4e06-8366-a0e2a98c09c8 2018-11-19 06:09:44,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj"}}' 2018-11-19 06:09:44,293 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:09:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02987abc-ae18-4f3e-80b7-3973333f1313 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22"}, "enabled": true, "id": "b71d63177e5f46a3a6c27005036dcc22", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj"}} 2018-11-19 06:09:44,293 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-02987abc-ae18-4f3e-80b7-3973333f1313 2018-11-19 06:09:44,293 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj 2018-11-19 06:09:44,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:44,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:44,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:09:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hz9Undz9Tfi5nMCn4ykrtQ"], "issued_at": "2018-11-19T06:09:44.000000Z"}} 2018-11-19 06:09:44,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed54b425a0561c68bd64a1aa0dd9270d709f90e" 2018-11-19 06:09:44,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55bf30bf-329a-4119-a26e-2e2e8fb61ff1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:44,768 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-55bf30bf-329a-4119-a26e-2e2e8fb61ff1 2018-11-19 06:09:44,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:44,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:44,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed54b425a0561c68bd64a1aa0dd9270d709f90e" 2018-11-19 06:09:44,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12449e58-cedf-45b2-a486-c87391e4d425 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:09:44,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-12449e58-cedf-45b2-a486-c87391e4d425 2018-11-19 06:09:44,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed54b425a0561c68bd64a1aa0dd9270d709f90e" 2018-11-19 06:09:44,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a3ab163-7ce3-46d4-9580-8e72eec0bb8a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22"}, "enabled": true, "id": "b71d63177e5f46a3a6c27005036dcc22", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj"}]} 2018-11-19 06:09:44,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj used request id req-0a3ab163-7ce3-46d4-9580-8e72eec0bb8a 2018-11-19 06:09:44,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed54b425a0561c68bd64a1aa0dd9270d709f90e" 2018-11-19 06:09:44,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff8de24-8d0a-4911-9e5f-804a995a5966 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:09:44,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0ff8de24-8d0a-4911-9e5f-804a995a5966 2018-11-19 06:09:45,389 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-abd5052a-2fa7-4c5-user 2018-11-19 06:09:45,389 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:45,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:45,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e3b634-f271-47c6-be94-85a4e0117a04 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:09:45,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f6e3b634-f271-47c6-be94-85a4e0117a04 2018-11-19 06:09:45,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" -d '{"role": {"name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role"}}' 2018-11-19 06:09:45,604 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:09:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f45481e9-2b54-42ca-93a8-cb122f3e97e6 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f3a2fc5fe53a4f8398f73bb85f9ee49d", "links": {"self": "http://172.30.9.21:5000/v3/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d"}, "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role"}} 2018-11-19 06:09:45,605 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f45481e9-2b54-42ca-93a8-cb122f3e97e6 2018-11-19 06:09:45,605 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role 2018-11-19 06:09:45,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:45,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-222bfbcb-a5c3-4e3d-a8b5-e98f9763aef7 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d"}, "domain_id": null, "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role", "id": "f3a2fc5fe53a4f8398f73bb85f9ee49d"}} 2018-11-19 06:09:45,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d used request id req-222bfbcb-a5c3-4e3d-a8b5-e98f9763aef7 2018-11-19 06:09:45,696 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role to project CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj 2018-11-19 06:09:45,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22/users/5fe6d67e0c4e476db2ee65bcff764f5f/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:45,828 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ab91462-c7e8-49ef-a72f-71edf335ea23 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:45,829 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22/users/5fe6d67e0c4e476db2ee65bcff764f5f/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d used request id req-5ab91462-c7e8-49ef-a72f-71edf335ea23 2018-11-19 06:09:45,829 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:45,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:46,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a2fc5fe53a4f8398f73bb85f9ee49d", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role"}], "expires_at": "2018-11-19T07:09:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b71d63177e5f46a3a6c27005036dcc22", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-user", "id": "5fe6d67e0c4e476db2ee65bcff764f5f"}, "audit_ids": ["BES9tbf_STCMRsK7RtwjBA"], "issued_at": "2018-11-19T06:09:46.000000Z"}} 2018-11-19 06:09:46,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:46,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d61445d3-4282-4609-ba3b-8d98be026add Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:46,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d61445d3-4282-4609-ba3b-8d98be026add 2018-11-19 06:09:46,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:46,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ad9da001-6f89-4a31-84fe-2bf17d4668ef Date: Mon, 19 Nov 2018 06:09:46 GMT RESP BODY: {"routers": []} 2018-11-19 06:09:46,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router&admin_state_up=True used request id req-ad9da001-6f89-4a31-84fe-2bf17d4668ef 2018-11-19 06:09:46,483 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:46,484 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:46,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a2fc5fe53a4f8398f73bb85f9ee49d", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role"}], "expires_at": "2018-11-19T07:09:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b71d63177e5f46a3a6c27005036dcc22", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-user", "id": "5fe6d67e0c4e476db2ee65bcff764f5f"}, "audit_ids": ["GDgnTOZYQiGuM1CriTlwgQ"], "issued_at": "2018-11-19T06:09:46.000000Z"}} 2018-11-19 06:09:46,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8683f52a37d32c413a2bcdf9dec289af7acbeba1" 2018-11-19 06:09:47,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a18704-05f1-45e9-a3eb-8f74023a9b00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:47,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f4a18704-05f1-45e9-a3eb-8f74023a9b00 2018-11-19 06:09:47,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:47,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-ca0108cf-b929-4048-813a-e4792a850cd5 Date: Mon, 19 Nov 2018 06:09:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:09:47,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-ca0108cf-b929-4048-813a-e4792a850cd5 2018-11-19 06:09:47,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:47,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e275df99-b052-4a66-bd98-47a5cd16e301 Date: Mon, 19 Nov 2018 06:09:47 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:09:47,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-e275df99-b052-4a66-bd98-47a5cd16e301 2018-11-19 06:09:47,461 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router 2018-11-19 06:09:47,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router", "admin_state_up": true}}' 2018-11-19 06:09:52,253 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-83e91c0a-0cf2-43ec-b87d-7f283fc393e5 Date: Mon, 19 Nov 2018 06:09:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "b71d63177e5f46a3a6c27005036dcc22", "created_at": "2018-11-19T06:09:48Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:48Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "b71d63177e5f46a3a6c27005036dcc22", "id": "d682bd0b-586b-47d1-909d-cbd7238c3889", "name": "CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router"}} 2018-11-19 06:09:52,254 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-83e91c0a-0cf2-43ec-b87d-7f283fc393e5 2018-11-19 06:09:52,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d682bd0b-586b-47d1-909d-cbd7238c3889 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:52,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ae296948-39c1-4849-bb52-6cdfe63531c4 Date: Mon, 19 Nov 2018 06:09:52 GMT RESP BODY: {"ports":[]} 2018-11-19 06:09:52,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d682bd0b-586b-47d1-909d-cbd7238c3889 used request id req-ae296948-39c1-4849-bb52-6cdfe63531c4 2018-11-19 06:09:52,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/d682bd0b-586b-47d1-909d-cbd7238c3889 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:52,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-71552bc7-dd4f-41e6-a986-09ed86da8f49 Date: Mon, 19 Nov 2018 06:09:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b71d63177e5f46a3a6c27005036dcc22", "created_at": "2018-11-19T06:09:48Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:51Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "b71d63177e5f46a3a6c27005036dcc22", "id": "d682bd0b-586b-47d1-909d-cbd7238c3889", "name": "CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router"}} 2018-11-19 06:09:52,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/d682bd0b-586b-47d1-909d-cbd7238c3889 used request id req-71552bc7-dd4f-41e6-a986-09ed86da8f49 2018-11-19 06:09:52,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d682bd0b-586b-47d1-909d-cbd7238c3889 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:52,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-098dcba8-1cd0-44e7-b919-c1339534614d Date: Mon, 19 Nov 2018 06:09:52 GMT RESP BODY: {"ports":[]} 2018-11-19 06:09:52,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d682bd0b-586b-47d1-909d-cbd7238c3889 used request id req-098dcba8-1cd0-44e7-b919-c1339534614d 2018-11-19 06:09:52,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:53,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f3a2fc5fe53a4f8398f73bb85f9ee49d", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role"}], "expires_at": "2018-11-19T07:09:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b71d63177e5f46a3a6c27005036dcc22", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b71d63177e5f46a3a6c27005036dcc22", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-user", "id": "5fe6d67e0c4e476db2ee65bcff764f5f"}, "audit_ids": ["BMem6z_YQQaORnTPsruxtw"], "issued_at": "2018-11-19T06:09:53.000000Z"}} 2018-11-19 06:09:53,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac42f887e419703e2513b3cd1fe6ec15234ee582" 2018-11-19 06:09:53,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-e6f9f9fe-2183-4780-9dd4-2f1b41b5816f Date: Mon, 19 Nov 2018 06:09:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "b71d63177e5f46a3a6c27005036dcc22", "created_at": "2018-11-19T06:09:48Z", "admin_state_up": true, "updated_at": "2018-11-19T06:09:51Z", "flavor_id": null, "revision_number": 6, "routes": [], "project_id": "b71d63177e5f46a3a6c27005036dcc22", "id": "d682bd0b-586b-47d1-909d-cbd7238c3889", "name": "CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router"}]} 2018-11-19 06:09:53,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router&admin_state_up=True used request id req-e6f9f9fe-2183-4780-9dd4-2f1b41b5816f 2018-11-19 06:09:53,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:53,463 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:53,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6e5b4a04c9eab0603cc4fc021e53a417f2d1660" 2018-11-19 06:09:53,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a7832ab-7c10-4942-8b51-d8ed02fbe07f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22"}, "enabled": true, "id": "b71d63177e5f46a3a6c27005036dcc22", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj"}} 2018-11-19 06:09:53,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22 used request id req-2a7832ab-7c10-4942-8b51-d8ed02fbe07f 2018-11-19 06:09:53,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=d682bd0b-586b-47d1-909d-cbd7238c3889 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac42f887e419703e2513b3cd1fe6ec15234ee582" 2018-11-19 06:09:53,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-290eaa7a-fbf5-4cef-8ad0-f8c76c559b1e Date: Mon, 19 Nov 2018 06:09:53 GMT RESP BODY: {"ports":[]} 2018-11-19 06:09:53,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=d682bd0b-586b-47d1-909d-cbd7238c3889 used request id req-290eaa7a-fbf5-4cef-8ad0-f8c76c559b1e 2018-11-19 06:09:53,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac42f887e419703e2513b3cd1fe6ec15234ee582" 2018-11-19 06:09:53,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8ba1804d-387f-4a5a-8b84-5653a9cff39f Date: Mon, 19 Nov 2018 06:09:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:09:53,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-8ba1804d-387f-4a5a-8b84-5653a9cff39f 2018-11-19 06:09:53,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac42f887e419703e2513b3cd1fe6ec15234ee582" 2018-11-19 06:09:54,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ab3c2aac-a179-4639-9cea-a3d09393188b Date: Mon, 19 Nov 2018 06:09:54 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:09:54,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-ab3c2aac-a179-4639-9cea-a3d09393188b 2018-11-19 06:09:54,161 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router 2018-11-19 06:09:54,161 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-34f7155b-0fa8-42c4-b8e8-88e3c8fc7878-pub-router 2018-11-19 06:09:54,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/d682bd0b-586b-47d1-909d-cbd7238c3889 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9b04553ecce351e6491eb3aebf73c171a2645b5" 2018-11-19 06:09:57,869 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d339cc1-0e69-49d3-87e4-47a9fc90041b Content-Length: 0 Date: Mon, 19 Nov 2018 06:09:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:09:57,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d682bd0b-586b-47d1-909d-cbd7238c3889 used request id req-1d339cc1-0e69-49d3-87e4-47a9fc90041b 2018-11-19 06:09:57,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:58,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cd528110-893d-4736-9274-4a8b67c0ab69 Date: Mon, 19 Nov 2018 06:09:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:09:58,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cd528110-893d-4736-9274-4a8b67c0ab69 2018-11-19 06:09:58,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:58,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f65a30d-5353-4a2b-ae6d-862c5c142cbe Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:09:58,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1f65a30d-5353-4a2b-ae6d-862c5c142cbe 2018-11-19 06:09:58,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:58,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58c5f980-6ed3-4555-b65c-439206365dc0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:09:58,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-58c5f980-6ed3-4555-b65c-439206365dc0 2018-11-19 06:09:58,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:58,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7c582ef-5900-4c00-ab00-56dac4eec476 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:09:58,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-f7c582ef-5900-4c00-ab00-56dac4eec476 2018-11-19 06:09:58,363 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj 2018-11-19 06:09:58,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:58,601 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93857799-7150-453c-b88e-c27b550fc447 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:58,601 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b71d63177e5f46a3a6c27005036dcc22 used request id req-93857799-7150-453c-b88e-c27b550fc447 2018-11-19 06:09:58,601 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-abd5052a-2fa7-4c5-proj-role 2018-11-19 06:09:58,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:58,718 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16e4f8c8-9b7e-4e6a-97d5-64c237230fa3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:58,718 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f3a2fc5fe53a4f8398f73bb85f9ee49d used request id req-16e4f8c8-9b7e-4e6a-97d5-64c237230fa3 2018-11-19 06:09:58,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21647cd237335077186fb06d146303ff57dd4dab" 2018-11-19 06:09:58,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c7f853f-0096-41f3-9231-233bb3faac28 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:09:58,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9c7f853f-0096-41f3-9231-233bb3faac28 2018-11-19 06:09:58,804 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-abd5052a-2fa7-4c5-user 2018-11-19 06:09:58,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/5fe6d67e0c4e476db2ee65bcff764f5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed54b425a0561c68bd64a1aa0dd9270d709f90e" 2018-11-19 06:09:59,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:09:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fb5570d-6aaa-4f86-8887-1163ccf27753 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:09:59,004 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/5fe6d67e0c4e476db2ee65bcff764f5f used request id req-6fb5570d-6aaa-4f86-8887-1163ccf27753 2018-11-19 06:09:59,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:59,392 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:09:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Tyz9j2AwSsmpRRZrKXGbAQ"], "issued_at": "2018-11-19T06:09:59.000000Z"}} 2018-11-19 06:09:59,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:09:59,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eb6ad93-040b-42e2-80b0-8f77bc191e64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:59,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1eb6ad93-040b-42e2-80b0-8f77bc191e64 2018-11-19 06:09:59,471 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:09:59,472 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:09:59,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:09:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["jmL_kjW2Qo-1eKmafjwszg"], "issued_at": "2018-11-19T06:09:59.000000Z"}} 2018-11-19 06:09:59,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:09:59,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451de47f-e9f2-4982-92de-0073394f8a7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:09:59,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-451de47f-e9f2-4982-92de-0073394f8a7d 2018-11-19 06:09:59,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:09:59,962 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:09: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:09:59,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e66dd8f7-d415-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:00,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:09:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-997aae01-7a4c-4a20-8f3c-69b780ea9493 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e66dd8f7-d415-48f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:10:00,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-e66dd8f7-d415-48f-proj used request id req-997aae01-7a4c-4a20-8f3c-69b780ea9493 2018-11-19 06:10:00,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:00,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf4163a-336b-4f9c-a6d0-8273bf72906e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:10:00,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7bf4163a-336b-4f9c-a6d0-8273bf72906e 2018-11-19 06:10:00,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-e66dd8f7-d415-48f-proj"}}' 2018-11-19 06:10:00,275 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:10:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bb6f7be-1617-46e2-9f00-43cfbc88b49c Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/db90f5af65c547949f110bf69f8abc54"}, "enabled": true, "id": "db90f5af65c547949f110bf69f8abc54", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e66dd8f7-d415-48f-proj"}} 2018-11-19 06:10:00,275 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2bb6f7be-1617-46e2-9f00-43cfbc88b49c 2018-11-19 06:10:00,276 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e66dd8f7-d415-48f-proj 2018-11-19 06:10:00,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:00,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:00,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["4ZxoIBn5RgqmD9q6ixFrmw"], "issued_at": "2018-11-19T06:10:00.000000Z"}} 2018-11-19 06:10:00,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278452fe7985d54c20cc9e44b4a53a9d2932f51f" 2018-11-19 06:10:00,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bec5742-a708-498f-aaad-5b720e7a51f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:00,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7bec5742-a708-498f-aaad-5b720e7a51f4 2018-11-19 06:10:00,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:00,748 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:00,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278452fe7985d54c20cc9e44b4a53a9d2932f51f" 2018-11-19 06:10:00,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2d6b382-6307-4ee7-8d85-dd9558119b57 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:10:00,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f2d6b382-6307-4ee7-8d85-dd9558119b57 2018-11-19 06:10:00,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-e66dd8f7-d415-48f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278452fe7985d54c20cc9e44b4a53a9d2932f51f" 2018-11-19 06:10:00,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34a91527-feca-4adb-8a2a-a7fee612bf48 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-e66dd8f7-d415-48f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/db90f5af65c547949f110bf69f8abc54"}, "enabled": true, "id": "db90f5af65c547949f110bf69f8abc54", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-e66dd8f7-d415-48f-proj"}]} 2018-11-19 06:10:00,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-e66dd8f7-d415-48f-proj used request id req-34a91527-feca-4adb-8a2a-a7fee612bf48 2018-11-19 06:10:00,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278452fe7985d54c20cc9e44b4a53a9d2932f51f" 2018-11-19 06:10:01,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81262653-610a-44c5-be5a-f34d6113f7d0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:10:01,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-81262653-610a-44c5-be5a-f34d6113f7d0 2018-11-19 06:10:01,431 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e66dd8f7-d415-48f-user 2018-11-19 06:10:01,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:01,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fc62834-e11c-4a41-8e48-c2b05c28113f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:10:01,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9fc62834-e11c-4a41-8e48-c2b05c28113f 2018-11-19 06:10:01,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" -d '{"role": {"name": "CreateRouterSuccessTests-e66dd8f7-d415-48f-proj-role"}}' 2018-11-19 06:10:01,628 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:10:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1675491-b46b-41c6-a094-d60b281801a2 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f418b13050c04a25bc28bf9f88bd43f6", "links": {"self": "http://172.30.9.21:5000/v3/roles/f418b13050c04a25bc28bf9f88bd43f6"}, "name": "CreateRouterSuccessTests-e66dd8f7-d415-48f-proj-role"}} 2018-11-19 06:10:01,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d1675491-b46b-41c6-a094-d60b281801a2 2018-11-19 06:10:01,629 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e66dd8f7-d415-48f-proj-role 2018-11-19 06:10:01,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f418b13050c04a25bc28bf9f88bd43f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:01,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da0ba0f-8527-4fce-975b-b576715ae9e0 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f418b13050c04a25bc28bf9f88bd43f6"}, "domain_id": null, "name": "CreateRouterSuccessTests-e66dd8f7-d415-48f-proj-role", "id": "f418b13050c04a25bc28bf9f88bd43f6"}} 2018-11-19 06:10:01,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f418b13050c04a25bc28bf9f88bd43f6 used request id req-3da0ba0f-8527-4fce-975b-b576715ae9e0 2018-11-19 06:10:01,724 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e66dd8f7-d415-48f-proj-role to project CreateRouterSuccessTests-e66dd8f7-d415-48f-proj 2018-11-19 06:10:01,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/db90f5af65c547949f110bf69f8abc54/users/083aa73fd9924f48bc7b9474d5e377c7/roles/f418b13050c04a25bc28bf9f88bd43f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:01,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac4c553c-2ea6-4576-97eb-67b941d8ef1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:01,861 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/db90f5af65c547949f110bf69f8abc54/users/083aa73fd9924f48bc7b9474d5e377c7/roles/f418b13050c04a25bc28bf9f88bd43f6 used request id req-ac4c553c-2ea6-4576-97eb-67b941d8ef1c 2018-11-19 06:10:01,861 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:01,862 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:02,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["CO9_jwK9SN2JWaNP1-3mSw"], "issued_at": "2018-11-19T06:10:02.000000Z"}} 2018-11-19 06:10:02,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:02,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3665eb7f-ce6f-4119-8d93-f814952e7821 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:02,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3665eb7f-ce6f-4119-8d93-f814952e7821 2018-11-19 06:10:02,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:02,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-97520a58-52f5-43f0-b1c3-2a7bfe2d39a1 Date: Mon, 19 Nov 2018 06:10:02 GMT RESP BODY: {"routers": []} 2018-11-19 06:10:02,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router&admin_state_up=True used request id req-97520a58-52f5-43f0-b1c3-2a7bfe2d39a1 2018-11-19 06:10:02,569 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:02,570 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:02,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["SIQBHkYxT_6ydAXliiESiw"], "issued_at": "2018-11-19T06:10:02.000000Z"}} 2018-11-19 06:10:02,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd58f01c5145e6db2f259235dcb86db3b63ff628" 2018-11-19 06:10:03,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6966518d-482b-4bc5-97df-4bbfe8b6c70e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:03,025 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6966518d-482b-4bc5-97df-4bbfe8b6c70e 2018-11-19 06:10:03,027 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router 2018-11-19 06:10:03,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" -d '{"router": {"name": "CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router", "admin_state_up": true}}' 2018-11-19 06:10:06,803 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-f0f6ca0b-5dea-42ce-9b6a-9639d4376a9f Date: Mon, 19 Nov 2018 06:10:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:10:03Z", "admin_state_up": true, "updated_at": "2018-11-19T06:10:03Z", "project_id": "f5fe8cec919348a69e22609d846dcb47", "flavor_id": null, "revision_number": 1, "routes": [], "ha": true, "id": "9d182703-9bba-4339-9a3b-d03b707f4bda", "name": "CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router"}} 2018-11-19 06:10:06,803 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f0f6ca0b-5dea-42ce-9b6a-9639d4376a9f 2018-11-19 06:10:06,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=9d182703-9bba-4339-9a3b-d03b707f4bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:07,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2454 X-Openstack-Request-Id: req-0c665656-fa90-4b63-b4cc-ad2927dd2a57 Date: Mon, 19 Nov 2018 06:10:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:05Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.10"}],"id":"1b3b3965-50ee-4319-839c-70f9908c1439","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:48:fe:aa","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:05Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:06Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.5"}],"id":"34466fe6-5072-4412-8978-ec9bd7081755","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:ec:61","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:05Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:04Z","device_owner":"network:router_ha_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.3"}],"id":"9f4b7207-e442-42aa-b5dc-81f481939477","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4c:ad:b0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:04Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"}]} 2018-11-19 06:10:07,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=9d182703-9bba-4339-9a3b-d03b707f4bda used request id req-0c665656-fa90-4b63-b4cc-ad2927dd2a57 2018-11-19 06:10:07,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:07,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0aa55fb7-ed7a-4b62-96c6-08f143157871 Date: Mon, 19 Nov 2018 06:10:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:07,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-0aa55fb7-ed7a-4b62-96c6-08f143157871 2018-11-19 06:10:07,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:07,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-e2b49d79-a13c-44ea-b7ec-168a02a50754 Date: Mon, 19 Nov 2018 06:10:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:07,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-e2b49d79-a13c-44ea-b7ec-168a02a50754 2018-11-19 06:10:07,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:07,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f8735e0f-1ad0-43d1-8052-5eb323cf5fd2 Date: Mon, 19 Nov 2018 06:10:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:07,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-f8735e0f-1ad0-43d1-8052-5eb323cf5fd2 2018-11-19 06:10:07,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:07,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f27ca883-771e-41c7-b7ac-78a5246e069c Date: Mon, 19 Nov 2018 06:10:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:10:07,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-f27ca883-771e-41c7-b7ac-78a5246e069c 2018-11-19 06:10:07,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:07,935 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:07,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:08,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5cc78c4-8086-46e1-846b-fb42e6e60945 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:10:08,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-f5cc78c4-8086-46e1-846b-fb42e6e60945 2018-11-19 06:10:08,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?name=CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:08,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3aa84f1b-e70e-44f8-a463-7a7124807a46 Date: Mon, 19 Nov 2018 06:10:08 GMT RESP BODY: {"ports":[]} 2018-11-19 06:10:08,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?name=CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1&admin_state_up=True used request id req-3aa84f1b-e70e-44f8-a463-7a7124807a46 2018-11-19 06:10:08,060 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1 for router - CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router 2018-11-19 06:10:08,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:08,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:08,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["K7dDVCHCQIGMZREpBx7rcQ"], "issued_at": "2018-11-19T06:10:08.000000Z"}} 2018-11-19 06:10:08,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8436ca82cd2ff4c698ca3c8d88eb8dea72ec08d1" 2018-11-19 06:10:08,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2661065-772e-401d-a3be-42dc6ae12016 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:08,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2661065-772e-401d-a3be-42dc6ae12016 2018-11-19 06:10:08,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:08,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-b8ced322-5ee3-4362-b7e0-3f6bf910e449 Date: Mon, 19 Nov 2018 06:10:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:10:08,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-b8ced322-5ee3-4362-b7e0-3f6bf910e449 2018-11-19 06:10:08,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:08,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-f5de42bd-0b10-473e-a67a-426870bb2f09 Date: Mon, 19 Nov 2018 06:10:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 06:10:08,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-f5de42bd-0b10-473e-a67a-426870bb2f09 2018-11-19 06:10:08,978 - neutron_utils - INFO - Creating port for network with name - external 2018-11-19 06:10:08,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" -d '{"port": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "name": "CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1", "admin_state_up": true}}' 2018-11-19 06:10:09,902 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-028a921d-42f0-40ed-bb57-aeb9aa700544 Date: Mon, 19 Nov 2018 06:10:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:09Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.200"}],"id":"69b14fae-970c-4102-98f8-4caa73e075bc","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:46:66:d7","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1","project_id":"f5fe8cec919348a69e22609d846dcb47","qos_policy_id":null,"admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:09Z","binding:vnic_type":"normal"}} 2018-11-19 06:10:09,902 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-028a921d-42f0-40ed-bb57-aeb9aa700544 2018-11-19 06:10:09,903 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1 for router - CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router 2018-11-19 06:10:09,903 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router 2018-11-19 06:10:09,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" -d '{"port_id": "69b14fae-970c-4102-98f8-4caa73e075bc"}' 2018-11-19 06:10:11,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5f59d245-bc94-4a8a-976b-2ae635746e93 Date: Mon, 19 Nov 2018 06:10:11 GMT RESP BODY: {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "subnet_ids": ["e10ff475-4fb8-40a2-b12d-81ce409900d1"], "port_id": "69b14fae-970c-4102-98f8-4caa73e075bc", "id": "9d182703-9bba-4339-9a3b-d03b707f4bda"} 2018-11-19 06:10:11,502 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda/add_router_interface used request id req-5f59d245-bc94-4a8a-976b-2ae635746e93 2018-11-19 06:10:11,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:11,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f6b2ae3c-7fc2-4983-9b07-c1e1b34c5828 Date: Mon, 19 Nov 2018 06:10:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:10:03Z", "admin_state_up": true, "updated_at": "2018-11-19T06:10:10Z", "project_id": "f5fe8cec919348a69e22609d846dcb47", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "9d182703-9bba-4339-9a3b-d03b707f4bda", "name": "CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router"}} 2018-11-19 06:10:11,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda used request id req-f6b2ae3c-7fc2-4983-9b07-c1e1b34c5828 2018-11-19 06:10:11,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=9d182703-9bba-4339-9a3b-d03b707f4bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:11,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3693 X-Openstack-Request-Id: req-079fe8de-44b1-485c-bf94-9e06e1323023 Date: Mon, 19 Nov 2018 06:10:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:08Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.10"}],"id":"1b3b3965-50ee-4319-839c-70f9908c1439","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:fe:aa","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:05Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:09Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.5"}],"id":"34466fe6-5072-4412-8978-ec9bd7081755","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:ec:61","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:05Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:11Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.200"}],"id":"69b14fae-970c-4102-98f8-4caa73e075bc","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:46:66:d7","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:09Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:09Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.3"}],"id":"9f4b7207-e442-42aa-b5dc-81f481939477","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ad:b0","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:04Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"}]} 2018-11-19 06:10:11,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=9d182703-9bba-4339-9a3b-d03b707f4bda used request id req-079fe8de-44b1-485c-bf94-9e06e1323023 2018-11-19 06:10:11,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:11,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-28054432-cfc5-428a-8c16-aa2d447e14cf Date: Mon, 19 Nov 2018 06:10:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:11,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-28054432-cfc5-428a-8c16-aa2d447e14cf 2018-11-19 06:10:11,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:12,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-0d8b99fb-7929-406c-b5a0-120e411af2eb Date: Mon, 19 Nov 2018 06:10:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:12,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-0d8b99fb-7929-406c-b5a0-120e411af2eb 2018-11-19 06:10:12,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:12,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-87a28689-da7e-49de-bfb8-31d228c9babf Date: Mon, 19 Nov 2018 06:10:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:12,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-87a28689-da7e-49de-bfb8-31d228c9babf 2018-11-19 06:10:12,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:12,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-48355995-ce8c-4652-a6da-8506d1c0e589 Date: Mon, 19 Nov 2018 06:10:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:10:12,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-48355995-ce8c-4652-a6da-8506d1c0e589 2018-11-19 06:10:12,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:12,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad53744-3f61-4a79-a456-41dad2be4c20 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:12,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bad53744-3f61-4a79-a456-41dad2be4c20 2018-11-19 06:10:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:12,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-bc5280fa-9140-4f18-bc99-05d81c285c13 Date: Mon, 19 Nov 2018 06:10:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:10:03Z", "admin_state_up": true, "updated_at": "2018-11-19T06:10:10Z", "project_id": "f5fe8cec919348a69e22609d846dcb47", "flavor_id": null, "revision_number": 6, "routes": [], "ha": true, "id": "9d182703-9bba-4339-9a3b-d03b707f4bda", "name": "CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router"}]} 2018-11-19 06:10:12,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router&admin_state_up=True used request id req-bc5280fa-9140-4f18-bc99-05d81c285c13 2018-11-19 06:10:12,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:12,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:12,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:12,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb0e043-c848-4b95-894a-716a298ee707 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:10:12,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-cfb0e043-c848-4b95-894a-716a298ee707 2018-11-19 06:10:12,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=9d182703-9bba-4339-9a3b-d03b707f4bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:13,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3790 X-Openstack-Request-Id: req-8ff5d9ca-19d3-4558-ab51-634d3619a88d Date: Mon, 19 Nov 2018 06:10:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:08Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.10"}],"id":"1b3b3965-50ee-4319-839c-70f9908c1439","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:fe:aa","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:05Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:09Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.5"}],"id":"34466fe6-5072-4412-8978-ec9bd7081755","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8b:ec:61","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:05Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:12Z","device_owner":"network:ha_router_replicated_interface","revision_number":10,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.200"}],"id":"69b14fae-970c-4102-98f8-4caa73e075bc","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:46:66:d7","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"DOWN","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1","admin_state_up":true,"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:09Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:09Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","ip_address":"169.254.192.3"}],"id":"9f4b7207-e442-42aa-b5dc-81f481939477","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4c:ad:b0","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant f5fe8cec919348a69e22609d846dcb47","admin_state_up":true,"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:04Z","binding:vnic_type":"normal","device_id":"9d182703-9bba-4339-9a3b-d03b707f4bda"}]} 2018-11-19 06:10:13,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=9d182703-9bba-4339-9a3b-d03b707f4bda used request id req-8ff5d9ca-19d3-4558-ab51-634d3619a88d 2018-11-19 06:10:13,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:13,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ece50181-8a25-4fd6-a406-95037f047af0 Date: Mon, 19 Nov 2018 06:10:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:13,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-ece50181-8a25-4fd6-a406-95037f047af0 2018-11-19 06:10:13,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:13,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-67989cbe-ac8e-4171-a345-7d803e6df1bf Date: Mon, 19 Nov 2018 06:10:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:13,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-67989cbe-ac8e-4171-a345-7d803e6df1bf 2018-11-19 06:10:13,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:13,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-b5386c4c-f10e-4cbe-baaa-d399b36e3fa9 Date: Mon, 19 Nov 2018 06:10:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f61afc-e11e-46fd-afd5-bb5db5085b6f","tenant_id":"","created_at":"2018-11-19T06:10:03Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:03Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"6066d66a-e5a5-4175-af21-ec9aa36d7d84","subnetpool_id":null,"name":"HA subnet tenant f5fe8cec919348a69e22609d846dcb47"}} 2018-11-19 06:10:13,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/6066d66a-e5a5-4175-af21-ec9aa36d7d84 used request id req-b5386c4c-f10e-4cbe-baaa-d399b36e3fa9 2018-11-19 06:10:13,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:13,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3da00c36-511c-4fa9-a6e1-8cab91ae99c2 Date: Mon, 19 Nov 2018 06:10:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:10:13,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-3da00c36-511c-4fa9-a6e1-8cab91ae99c2 2018-11-19 06:10:13,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:13,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-82b6d0f1-ca93-4b20-95e3-4daca5adf48b Date: Mon, 19 Nov 2018 06:10:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:10:13,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-82b6d0f1-ca93-4b20-95e3-4daca5adf48b 2018-11-19 06:10:13,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7a5cab1492f524be63bba705524ff465d03c463" 2018-11-19 06:10:14,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-86dec7ce-57f0-4c1e-a33b-0f8571fde4ee Date: Mon, 19 Nov 2018 06:10:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-19 06:10:14,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-86dec7ce-57f0-4c1e-a33b-0f8571fde4ee 2018-11-19 06:10:14,111 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router and port CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-port1 2018-11-19 06:10:14,111 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router 2018-11-19 06:10:14,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" -d '{"port_id": "69b14fae-970c-4102-98f8-4caa73e075bc"}' 2018-11-19 06:10:15,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2b177bb7-737a-475c-b5a2-cec01b536c22 Date: Mon, 19 Nov 2018 06:10:15 GMT RESP BODY: {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "subnet_ids": ["e10ff475-4fb8-40a2-b12d-81ce409900d1"], "port_id": "69b14fae-970c-4102-98f8-4caa73e075bc", "id": "9d182703-9bba-4339-9a3b-d03b707f4bda"} 2018-11-19 06:10:15,321 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda/remove_router_interface used request id req-2b177bb7-737a-475c-b5a2-cec01b536c22 2018-11-19 06:10:15,321 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router 2018-11-19 06:10:15,322 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-460ce012-dafd-4fae-b0c9-ac57808ecc40-pub-router 2018-11-19 06:10:15,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17fc429306fd72301583f683b3ef137a590f7326" 2018-11-19 06:10:18,324 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04910afc-f91c-473f-9807-11b684f38520 Content-Length: 0 Date: Mon, 19 Nov 2018 06:10:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:10:18,324 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/9d182703-9bba-4339-9a3b-d03b707f4bda used request id req-04910afc-f91c-473f-9807-11b684f38520 2018-11-19 06:10:18,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:18,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-efd62bbe-3a31-46e8-bf2e-10c2ef5d1f96 Date: Mon, 19 Nov 2018 06:10:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:10:18,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-efd62bbe-3a31-46e8-bf2e-10c2ef5d1f96 2018-11-19 06:10:18,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:18,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe4baa30-c65b-4acf-a2d9-8a184a3d6fcf Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:10:18,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-fe4baa30-c65b-4acf-a2d9-8a184a3d6fcf 2018-11-19 06:10:18,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:18,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2968c12-2aed-41c2-84d7-70e520893834 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:10:18,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-a2968c12-2aed-41c2-84d7-70e520893834 2018-11-19 06:10:18,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:18,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11a491ea-b6d8-4ff3-8ae2-fdb20b299455 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:10:18,813 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-11a491ea-b6d8-4ff3-8ae2-fdb20b299455 2018-11-19 06:10:18,814 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e66dd8f7-d415-48f-proj 2018-11-19 06:10:18,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/db90f5af65c547949f110bf69f8abc54 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:19,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b7b2ed9-05e8-413a-86b8-e76c7ce1035e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:19,032 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/db90f5af65c547949f110bf69f8abc54 used request id req-5b7b2ed9-05e8-413a-86b8-e76c7ce1035e 2018-11-19 06:10:19,032 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e66dd8f7-d415-48f-proj-role 2018-11-19 06:10:19,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f418b13050c04a25bc28bf9f88bd43f6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:19,137 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1b3f2bb-7b81-4210-a144-9b6ea997f3ea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:19,137 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f418b13050c04a25bc28bf9f88bd43f6 used request id req-a1b3f2bb-7b81-4210-a144-9b6ea997f3ea 2018-11-19 06:10:19,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cb3d1139939865fbd96970811eda31009391ee" 2018-11-19 06:10:19,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b77bf9-4880-4e7a-970b-9a5207cfc2e3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:10:19,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f8b77bf9-4880-4e7a-970b-9a5207cfc2e3 2018-11-19 06:10:19,232 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e66dd8f7-d415-48f-user 2018-11-19 06:10:19,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/083aa73fd9924f48bc7b9474d5e377c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}278452fe7985d54c20cc9e44b4a53a9d2932f51f" 2018-11-19 06:10:19,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b167ae3d-5a36-4e87-8b6d-88f32d3e74fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:19,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/083aa73fd9924f48bc7b9474d5e377c7 used request id req-b167ae3d-5a36-4e87-8b6d-88f32d3e74fc 2018-11-19 06:10:19,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:19,810 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Nfwl6qaHSvuykmsgXIjUnA"], "issued_at": "2018-11-19T06:10:19.000000Z"}} 2018-11-19 06:10:19,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}567200d2229eb26d4e7a5e7e1a318da20b1e4969" 2018-11-19 06:10:19,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56e8fd45-3974-4421-9137-2602913c3222 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:19,892 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-56e8fd45-3974-4421-9137-2602913c3222 2018-11-19 06:10:19,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:19,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:20,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["084AKjG3QtCzEdvteFt8IA"], "issued_at": "2018-11-19T06:10:20.000000Z"}} 2018-11-19 06:10:20,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:20,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e852e64-013c-4858-9c85-6b2e408a78d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:20,358 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e852e64-013c-4858-9c85-6b2e408a78d8 2018-11-19 06:10:20,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:20,367 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:20,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2516ead1-c1b2-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:20,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7975593-047b-4a40-98fc-e49875657a60 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2516ead1-c1b2-482-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:10:20,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-2516ead1-c1b2-482-proj used request id req-b7975593-047b-4a40-98fc-e49875657a60 2018-11-19 06:10:20,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:20,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf02f822-b851-487d-accd-21ebb8196230 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:10:20,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cf02f822-b851-487d-accd-21ebb8196230 2018-11-19 06:10:20,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}}' 2018-11-19 06:10:20,580 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:10:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dab0c85d-57cf-4693-aded-3a315f43754e Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7"}, "enabled": true, "id": "2156009bbec141189695da29ffb415d7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}} 2018-11-19 06:10:20,580 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-dab0c85d-57cf-4693-aded-3a315f43754e 2018-11-19 06:10:20,580 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2516ead1-c1b2-482-proj 2018-11-19 06:10:20,581 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:20,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:20,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["O38T6BIxSdeyuqrAuGqR5g"], "issued_at": "2018-11-19T06:10:20.000000Z"}} 2018-11-19 06:10:20,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cf13725b6cdea9b99af83e358e8dfc8b32918b1" 2018-11-19 06:10:21,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18d63c8-f035-4d8d-8ccb-7dcccbc7f69f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:21,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a18d63c8-f035-4d8d-8ccb-7dcccbc7f69f 2018-11-19 06:10:21,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:21,053 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:21,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cf13725b6cdea9b99af83e358e8dfc8b32918b1" 2018-11-19 06:10:21,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6daa87b-0265-4979-ae93-c72b15db8c3d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:10:21,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c6daa87b-0265-4979-ae93-c72b15db8c3d 2018-11-19 06:10:21,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-2516ead1-c1b2-482-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cf13725b6cdea9b99af83e358e8dfc8b32918b1" 2018-11-19 06:10:21,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761c9f86-14be-4621-a31d-a83577ae6a56 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-2516ead1-c1b2-482-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7"}, "enabled": true, "id": "2156009bbec141189695da29ffb415d7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}]} 2018-11-19 06:10:21,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-2516ead1-c1b2-482-proj used request id req-761c9f86-14be-4621-a31d-a83577ae6a56 2018-11-19 06:10:21,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cf13725b6cdea9b99af83e358e8dfc8b32918b1" 2018-11-19 06:10:21,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f22fa342-17b4-4783-b474-867c9b3ac029 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:10:21,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f22fa342-17b4-4783-b474-867c9b3ac029 2018-11-19 06:10:21,712 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2516ead1-c1b2-482-user 2018-11-19 06:10:21,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:21,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:21,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca53bff3-78f1-46f3-8572-82ac0a67300d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:10:21,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ca53bff3-78f1-46f3-8572-82ac0a67300d 2018-11-19 06:10:21,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" -d '{"role": {"name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role"}}' 2018-11-19 06:10:21,916 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:10:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e6e15c0-9daf-4ec5-a9fe-894d0cc49d0a Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7743c1b4f44c4846a9beab182109776e", "links": {"self": "http://172.30.9.21:5000/v3/roles/7743c1b4f44c4846a9beab182109776e"}, "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role"}} 2018-11-19 06:10:21,916 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e6e15c0-9daf-4ec5-a9fe-894d0cc49d0a 2018-11-19 06:10:21,916 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role 2018-11-19 06:10:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7743c1b4f44c4846a9beab182109776e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:22,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9ba1b10-4328-41f7-bb02-fec0ffe6d547 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7743c1b4f44c4846a9beab182109776e"}, "domain_id": null, "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role", "id": "7743c1b4f44c4846a9beab182109776e"}} 2018-11-19 06:10:22,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7743c1b4f44c4846a9beab182109776e used request id req-d9ba1b10-4328-41f7-bb02-fec0ffe6d547 2018-11-19 06:10:22,009 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role to project CreateRouterSuccessTests-2516ead1-c1b2-482-proj 2018-11-19 06:10:22,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7/users/affd7fb8aec449d3b3a8302c568cb88b/roles/7743c1b4f44c4846a9beab182109776e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:22,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec93671f-6654-4d38-aa6c-c5fbc845a65c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:22,138 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7/users/affd7fb8aec449d3b3a8302c568cb88b/roles/7743c1b4f44c4846a9beab182109776e used request id req-ec93671f-6654-4d38-aa6c-c5fbc845a65c 2018-11-19 06:10:22,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:22,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:22,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7743c1b4f44c4846a9beab182109776e", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role"}], "expires_at": "2018-11-19T07:10:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2156009bbec141189695da29ffb415d7", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-user", "id": "affd7fb8aec449d3b3a8302c568cb88b"}, "audit_ids": ["svqZAweVQSqnLbBrfP-sjA"], "issued_at": "2018-11-19T06:10:22.000000Z"}} 2018-11-19 06:10:22,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:22,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523fb74c-194f-4332-b55b-c4d323b4f253 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:22,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-523fb74c-194f-4332-b55b-c4d323b4f253 2018-11-19 06:10:22,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:22,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-32177c14-da34-4790-8a33-694fe7e1c5aa Date: Mon, 19 Nov 2018 06:10:22 GMT RESP BODY: {"networks":[]} 2018-11-19 06:10:22,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1 used request id req-32177c14-da34-4790-8a33-694fe7e1c5aa 2018-11-19 06:10:22,784 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1 2018-11-19 06:10:22,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" -d '{"network": {"name": "CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1", "admin_state_up": true}}' 2018-11-19 06:10:23,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-972428cd-fdf2-4fe1-82e3-86f54179c76b Date: Mon, 19 Nov 2018 06:10:23 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2156009bbec141189695da29ffb415d7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:10:23Z","is_default":false,"name":"CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:23Z","mtu":1450}} 2018-11-19 06:10:23,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-972428cd-fdf2-4fe1-82e3-86f54179c76b 2018-11-19 06:10:23,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:23,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e9769478-e921-40ee-9395-ac1b23a91a8e Date: Mon, 19 Nov 2018 06:10:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:10:23Z","tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2156009bbec141189695da29ffb415d7","id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","name":"CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1"}]} 2018-11-19 06:10:23,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 used request id req-e9769478-e921-40ee-9395-ac1b23a91a8e 2018-11-19 06:10:23,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:23,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6f59453a-7a8e-4816-94eb-327cfa938198 Date: Mon, 19 Nov 2018 06:10:23 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:10:23,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 used request id req-6f59453a-7a8e-4816-94eb-327cfa938198 2018-11-19 06:10:23,715 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1 2018-11-19 06:10:23,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" -d '{"subnets": [{"ip_version": 4, "network_id": "b9d2de33-8f93-4f4a-862c-b4db7e22a9e4", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1"}]}' 2018-11-19 06:10:24,387 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-6a43822a-d5e3-4a98-ad1b-09f24ee0bf5f Date: Mon, 19 Nov 2018 06:10:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:24Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:24Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"2156009bbec141189695da29ffb415d7","id":"2abd83dc-2d2b-404c-a2f9-f43bbd416c3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1"}]} 2018-11-19 06:10:24,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-6a43822a-d5e3-4a98-ad1b-09f24ee0bf5f 2018-11-19 06:10:24,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:24,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-055bf922-e54f-4cea-91e8-889d18087945 Date: Mon, 19 Nov 2018 06:10: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":["2abd83dc-2d2b-404c-a2f9-f43bbd416c3b"],"updated_at":"2018-11-19T06:10:24Z","tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:23Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2156009bbec141189695da29ffb415d7","id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","name":"CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1"}]} 2018-11-19 06:10:24,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 used request id req-055bf922-e54f-4cea-91e8-889d18087945 2018-11-19 06:10:24,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:24,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0d0a8024-4c17-446c-8f1a-a87ce8a0a5f9 Date: Mon, 19 Nov 2018 06:10:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:24Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2156009bbec141189695da29ffb415d7","id":"2abd83dc-2d2b-404c-a2f9-f43bbd416c3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1"}]} 2018-11-19 06:10:24,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 used request id req-0d0a8024-4c17-446c-8f1a-a87ce8a0a5f9 2018-11-19 06:10:24,712 - OpenStackNetwork - DEBUG - Network [b9d2de33-8f93-4f4a-862c-b4db7e22a9e4] created successfully 2018-11-19 06:10:24,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:24,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:25,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7743c1b4f44c4846a9beab182109776e", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role"}], "expires_at": "2018-11-19T07:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2156009bbec141189695da29ffb415d7", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-user", "id": "affd7fb8aec449d3b3a8302c568cb88b"}, "audit_ids": ["90a53834Sbu4boZ0DmtvXw"], "issued_at": "2018-11-19T06:10:25.000000Z"}} 2018-11-19 06:10:25,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:25,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e47cd06e-b9e2-49e5-8c25-320e5b3a3682 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:25,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e47cd06e-b9e2-49e5-8c25-320e5b3a3682 2018-11-19 06:10:25,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:25,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2024f5bb-2e70-4d5e-bdc2-6056edca5f4d Date: Mon, 19 Nov 2018 06:10:25 GMT RESP BODY: {"routers": []} 2018-11-19 06:10:25,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router&admin_state_up=True used request id req-2024f5bb-2e70-4d5e-bdc2-6056edca5f4d 2018-11-19 06:10:25,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:25,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:25,741 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7743c1b4f44c4846a9beab182109776e", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role"}], "expires_at": "2018-11-19T07:10:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2156009bbec141189695da29ffb415d7", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2156009bbec141189695da29ffb415d7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-user", "id": "affd7fb8aec449d3b3a8302c568cb88b"}, "audit_ids": ["vUTcnLwISQuvb4xZtfFQ5g"], "issued_at": "2018-11-19T06:10:25.000000Z"}} 2018-11-19 06:10:25,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb7e17cf3f6e2303db73654a7984fcd59523d7cb" 2018-11-19 06:10:25,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddcbe620-765a-485a-aa36-08e8a24ee1dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:25,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ddcbe620-765a-485a-aa36-08e8a24ee1dd 2018-11-19 06:10:25,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:26,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-8dd46f17-7e18-4edf-90d9-0929864845e2 Date: Mon, 19 Nov 2018 06:10:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:10:26,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-8dd46f17-7e18-4edf-90d9-0929864845e2 2018-11-19 06:10:26,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:26,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-79389a7b-b25d-4424-971d-e726c562371c Date: Mon, 19 Nov 2018 06:10:26 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:10:26,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-79389a7b-b25d-4424-971d-e726c562371c 2018-11-19 06:10:26,268 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router 2018-11-19 06:10:26,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router", "admin_state_up": true}}' 2018-11-19 06:10:31,300 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-0f03f885-6798-4a0f-bcec-1b046ffbc889 Date: Mon, 19 Nov 2018 06:10:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2156009bbec141189695da29ffb415d7", "created_at": "2018-11-19T06:10:27Z", "admin_state_up": true, "updated_at": "2018-11-19T06:10:27Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "2156009bbec141189695da29ffb415d7", "id": "14c3e8e9-d70a-40da-bbc3-9ea487de9a6d", "name": "CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router"}} 2018-11-19 06:10:31,300 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-0f03f885-6798-4a0f-bcec-1b046ffbc889 2018-11-19 06:10:31,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=14c3e8e9-d70a-40da-bbc3-9ea487de9a6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:31,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-491531fa-d2a5-48b6-abb0-1fc7768a6cf8 Date: Mon, 19 Nov 2018 06:10:31 GMT RESP BODY: {"ports":[]} 2018-11-19 06:10:31,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=14c3e8e9-d70a-40da-bbc3-9ea487de9a6d used request id req-491531fa-d2a5-48b6-abb0-1fc7768a6cf8 2018-11-19 06:10:31,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:31,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d1f95960-ec4c-44c9-888e-3638e8b5c235 Date: Mon, 19 Nov 2018 06:10:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:24Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"2156009bbec141189695da29ffb415d7","id":"2abd83dc-2d2b-404c-a2f9-f43bbd416c3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1"}]} 2018-11-19 06:10:31,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1 used request id req-d1f95960-ec4c-44c9-888e-3638e8b5c235 2018-11-19 06:10:31,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:31,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:31,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:31,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fee87464-3c14-4cdc-b266-0af5434b5108 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7"}, "enabled": true, "id": "2156009bbec141189695da29ffb415d7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}} 2018-11-19 06:10:31,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7 used request id req-fee87464-3c14-4cdc-b266-0af5434b5108 2018-11-19 06:10:31,683 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:10:31,683 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router 2018-11-19 06:10:31,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" -d '{"subnet_id": "2abd83dc-2d2b-404c-a2f9-f43bbd416c3b"}' 2018-11-19 06:10:33,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0a2f3b12-95f4-459e-8771-bb6c607f094b Date: Mon, 19 Nov 2018 06:10:33 GMT RESP BODY: {"network_id": "b9d2de33-8f93-4f4a-862c-b4db7e22a9e4", "tenant_id": "2156009bbec141189695da29ffb415d7", "subnet_id": "2abd83dc-2d2b-404c-a2f9-f43bbd416c3b", "subnet_ids": ["2abd83dc-2d2b-404c-a2f9-f43bbd416c3b"], "port_id": "00e419c1-b070-46e3-bbfb-bd7db9de87a7", "id": "14c3e8e9-d70a-40da-bbc3-9ea487de9a6d"} 2018-11-19 06:10:33,928 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d/add_router_interface used request id req-0a2f3b12-95f4-459e-8771-bb6c607f094b 2018-11-19 06:10:33,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:34,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-fdeb974f-4a50-46cc-9d6b-1f2b90d9a16c Date: Mon, 19 Nov 2018 06:10:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2156009bbec141189695da29ffb415d7", "created_at": "2018-11-19T06:10:27Z", "admin_state_up": true, "updated_at": "2018-11-19T06:10:32Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "2156009bbec141189695da29ffb415d7", "id": "14c3e8e9-d70a-40da-bbc3-9ea487de9a6d", "name": "CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router"}} 2018-11-19 06:10:34,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d used request id req-fdeb974f-4a50-46cc-9d6b-1f2b90d9a16c 2018-11-19 06:10:34,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=14c3e8e9-d70a-40da-bbc3-9ea487de9a6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:34,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-24535ab0-865c-4f20-8487-e12a29da8acf Date: Mon, 19 Nov 2018 06:10:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:10:33Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2abd83dc-2d2b-404c-a2f9-f43bbd416c3b","ip_address":"10.200.201.1"}],"id":"00e419c1-b070-46e3-bbfb-bd7db9de87a7","security_groups":[],"mac_address":"fa:16:3e:e3:91:b0","project_id":"2156009bbec141189695da29ffb415d7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:32Z","binding:vnic_type":"normal","device_id":"14c3e8e9-d70a-40da-bbc3-9ea487de9a6d"}]} 2018-11-19 06:10:34,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=14c3e8e9-d70a-40da-bbc3-9ea487de9a6d used request id req-24535ab0-865c-4f20-8487-e12a29da8acf 2018-11-19 06:10:34,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/2abd83dc-2d2b-404c-a2f9-f43bbd416c3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:34,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-241157fc-c555-4721-a8b3-8c7cb325e77c Date: Mon, 19 Nov 2018 06:10:34 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b9d2de33-8f93-4f4a-862c-b4db7e22a9e4","tenant_id":"2156009bbec141189695da29ffb415d7","created_at":"2018-11-19T06:10:24Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:24Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"2156009bbec141189695da29ffb415d7","id":"2abd83dc-2d2b-404c-a2f9-f43bbd416c3b","subnetpool_id":null,"name":"CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1"}} 2018-11-19 06:10:34,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/2abd83dc-2d2b-404c-a2f9-f43bbd416c3b used request id req-241157fc-c555-4721-a8b3-8c7cb325e77c 2018-11-19 06:10:34,720 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router and subnet CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1 2018-11-19 06:10:34,720 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router 2018-11-19 06:10:34,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" -d '{"subnet_id": "2abd83dc-2d2b-404c-a2f9-f43bbd416c3b"}' 2018-11-19 06:10:36,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7520c0a9-0ccb-4d67-bfce-22cbe65c26dc Date: Mon, 19 Nov 2018 06:10:36 GMT RESP BODY: {"network_id": "b9d2de33-8f93-4f4a-862c-b4db7e22a9e4", "tenant_id": "2156009bbec141189695da29ffb415d7", "subnet_id": "2abd83dc-2d2b-404c-a2f9-f43bbd416c3b", "subnet_ids": ["2abd83dc-2d2b-404c-a2f9-f43bbd416c3b"], "port_id": "00e419c1-b070-46e3-bbfb-bd7db9de87a7", "id": "14c3e8e9-d70a-40da-bbc3-9ea487de9a6d"} 2018-11-19 06:10:36,084 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d/remove_router_interface used request id req-7520c0a9-0ccb-4d67-bfce-22cbe65c26dc 2018-11-19 06:10:36,084 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router 2018-11-19 06:10:36,084 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-router 2018-11-19 06:10:36,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e431536f087f52663d1291b71267fde84a9d81e0" 2018-11-19 06:10:39,592 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-acbe1670-91e3-4fa8-a548-ede7f7d11146 Content-Length: 0 Date: Mon, 19 Nov 2018 06:10:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:10:39,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/14c3e8e9-d70a-40da-bbc3-9ea487de9a6d used request id req-acbe1670-91e3-4fa8-a548-ede7f7d11146 2018-11-19 06:10:39,593 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1 2018-11-19 06:10:39,594 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-subnet1 2018-11-19 06:10:39,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/2abd83dc-2d2b-404c-a2f9-f43bbd416c3b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:41,796 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1fd3c0e-1add-446a-957e-84748ecf2ae0 Date: Mon, 19 Nov 2018 06:10:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:10:41,796 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2abd83dc-2d2b-404c-a2f9-f43bbd416c3b used request id req-b1fd3c0e-1add-446a-957e-84748ecf2ae0 2018-11-19 06:10:41,796 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-8cd270e3-3cb4-4592-9110-d4d5d25fa2d0-pub-net1 2018-11-19 06:10:41,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdb525571436b8a4fbf6fc3a72158677268cd2c3" 2018-11-19 06:10:42,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-afa5498b-19b9-4b8c-b4ca-f45a02ca7f25 Date: Mon, 19 Nov 2018 06:10:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:10:42,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/b9d2de33-8f93-4f4a-862c-b4db7e22a9e4 used request id req-afa5498b-19b9-4b8c-b4ca-f45a02ca7f25 2018-11-19 06:10:42,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:43,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1cdba10f-a287-489d-b892-b032d71f69ba Date: Mon, 19 Nov 2018 06:10:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2156009bbec141189695da29ffb415d7", "created_at": "2018-11-19T06:10:23Z", "updated_at": "2018-11-19T06:10:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:10:23Z", "revision_number": 0, "id": "2cb90318-f04c-45f9-b510-dbf6a18a74f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "tenant_id": "2156009bbec141189695da29ffb415d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "2156009bbec141189695da29ffb415d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:10:23Z", "revision_number": 0, "id": "a8cc73d4-b1a7-4fdb-b002-a76afddb030e", "remote_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "remote_ip_prefix": null, "created_at": "2018-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "tenant_id": "2156009bbec141189695da29ffb415d7", "port_range_min": null, "ethertype": "IPv6", "project_id": "2156009bbec141189695da29ffb415d7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:10:23Z", "revision_number": 0, "id": "cb973e60-2547-46dd-87a0-4d88e99a802e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "tenant_id": "2156009bbec141189695da29ffb415d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "2156009bbec141189695da29ffb415d7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:10:23Z", "revision_number": 0, "id": "e3ff346a-4195-42e4-a2e0-71d7e1d07239", "remote_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "remote_ip_prefix": null, "created_at": "2018-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "tenant_id": "2156009bbec141189695da29ffb415d7", "port_range_min": null, "ethertype": "IPv4", "project_id": "2156009bbec141189695da29ffb415d7"}], "revision_number": 4, "project_id": "2156009bbec141189695da29ffb415d7", "id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:10:43,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1cdba10f-a287-489d-b892-b032d71f69ba 2018-11-19 06:10:43,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:43,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d43203-416b-424b-8358-25e7764de287 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7"}, "enabled": true, "id": "2156009bbec141189695da29ffb415d7", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-2516ead1-c1b2-482-proj"}} 2018-11-19 06:10:43,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7 used request id req-78d43203-416b-424b-8358-25e7764de287 2018-11-19 06:10:43,297 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 13d6d4c8-53ab-423d-a345-f159467f0cb2 2018-11-19 06:10:43,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=13d6d4c8-53ab-423d-a345-f159467f0cb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:43,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-1c6ff532-7f89-477a-a47d-7626773a53de Date: Mon, 19 Nov 2018 06:10: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-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "port_range_min": null, "revision_number": 0, "tenant_id": "2156009bbec141189695da29ffb415d7", "created_at": "2018-11-19T06:10:23Z", "project_id": "2156009bbec141189695da29ffb415d7", "id": "2cb90318-f04c-45f9-b510-dbf6a18a74f2"}, {"remote_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "port_range_min": null, "revision_number": 0, "tenant_id": "2156009bbec141189695da29ffb415d7", "created_at": "2018-11-19T06:10:23Z", "project_id": "2156009bbec141189695da29ffb415d7", "id": "a8cc73d4-b1a7-4fdb-b002-a76afddb030e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "port_range_min": null, "revision_number": 0, "tenant_id": "2156009bbec141189695da29ffb415d7", "created_at": "2018-11-19T06:10:23Z", "project_id": "2156009bbec141189695da29ffb415d7", "id": "cb973e60-2547-46dd-87a0-4d88e99a802e"}, {"remote_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:10:23Z", "security_group_id": "13d6d4c8-53ab-423d-a345-f159467f0cb2", "port_range_min": null, "revision_number": 0, "tenant_id": "2156009bbec141189695da29ffb415d7", "created_at": "2018-11-19T06:10:23Z", "project_id": "2156009bbec141189695da29ffb415d7", "id": "e3ff346a-4195-42e4-a2e0-71d7e1d07239"}]} 2018-11-19 06:10:43,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=13d6d4c8-53ab-423d-a345-f159467f0cb2 used request id req-1c6ff532-7f89-477a-a47d-7626773a53de 2018-11-19 06:10:43,465 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:10:43,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/13d6d4c8-53ab-423d-a345-f159467f0cb2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:43,795 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8e6aa421-b30b-46df-a3a0-8d259de5a36c Content-Length: 0 Date: Mon, 19 Nov 2018 06:10:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:10:43,795 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/13d6d4c8-53ab-423d-a345-f159467f0cb2 used request id req-8e6aa421-b30b-46df-a3a0-8d259de5a36c 2018-11-19 06:10:43,796 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2516ead1-c1b2-482-proj 2018-11-19 06:10:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:44,050 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09937579-6e1b-4f7d-ab8a-085713287122 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:44,050 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2156009bbec141189695da29ffb415d7 used request id req-09937579-6e1b-4f7d-ab8a-085713287122 2018-11-19 06:10:44,051 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2516ead1-c1b2-482-proj-role 2018-11-19 06:10:44,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7743c1b4f44c4846a9beab182109776e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:44,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46d8e5ed-f4c4-4d28-815d-bac2fca25de4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:44,179 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7743c1b4f44c4846a9beab182109776e used request id req-46d8e5ed-f4c4-4d28-815d-bac2fca25de4 2018-11-19 06:10:44,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7e68783f6e0783fd8ea6bdc0d6eb538e7daa9481" 2018-11-19 06:10:44,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d1e42b-2571-43ae-903f-47883705cac5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:10:44,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-08d1e42b-2571-43ae-903f-47883705cac5 2018-11-19 06:10:44,264 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2516ead1-c1b2-482-user 2018-11-19 06:10:44,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/affd7fb8aec449d3b3a8302c568cb88b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cf13725b6cdea9b99af83e358e8dfc8b32918b1" 2018-11-19 06:10:44,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee8b703a-b3d2-4028-a3e1-ebd72c9b17db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:44,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/affd7fb8aec449d3b3a8302c568cb88b used request id req-ee8b703a-b3d2-4028-a3e1-ebd72c9b17db 2018-11-19 06:10:44,491 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:44,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["VbPZt_DITKq4XO-0Skpijw"], "issued_at": "2018-11-19T06:10:44.000000Z"}} 2018-11-19 06:10:44,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73e140ff7360faf428565f2910aaa247f382d99f" 2018-11-19 06:10:44,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad619e6-70a0-410a-8b32-9c87989b38b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:44,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9ad619e6-70a0-410a-8b32-9c87989b38b1 2018-11-19 06:10:44,956 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:44,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:45,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["qlVjMGqiStSrsRnhnNbGuA"], "issued_at": "2018-11-19T06:10:45.000000Z"}} 2018-11-19 06:10:45,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:10:45,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e10a0a97-f209-475c-84b8-d3c7b3e9cd91 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:45,589 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e10a0a97-f209-475c-84b8-d3c7b3e9cd91 2018-11-19 06:10:45,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:45,599 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:45,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-856ac3dd-1463-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:10:45,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f83cf11-43fe-4ffa-afc1-398689f7c164 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-856ac3dd-1463-4c1-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:10:45,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterSuccessTests-856ac3dd-1463-4c1-proj used request id req-9f83cf11-43fe-4ffa-afc1-398689f7c164 2018-11-19 06:10:45,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:10:45,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f4ac543-8a65-49d3-8cb3-331aa0c0f950 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:10:45,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0f4ac543-8a65-49d3-8cb3-331aa0c0f950 2018-11-19 06:10:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj"}}' 2018-11-19 06:10:45,897 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1971bae-693c-4345-93c8-1d9cfd3aad94 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ae4252e843d943039d2c8e3d1135ea0c"}, "enabled": true, "id": "ae4252e843d943039d2c8e3d1135ea0c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj"}} 2018-11-19 06:10:45,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e1971bae-693c-4345-93c8-1d9cfd3aad94 2018-11-19 06:10:45,898 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-856ac3dd-1463-4c1-proj 2018-11-19 06:10:45,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:45,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:46,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["KXQHGJKYTdyQcxXTTfwmXw"], "issued_at": "2018-11-19T06:10:46.000000Z"}} 2018-11-19 06:10:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0647df0650229b86c11981f104e0f3515f7619be" 2018-11-19 06:10:46,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3a70f3-2d12-4783-b38d-8676b9b2dfca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:46,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe3a70f3-2d12-4783-b38d-8676b9b2dfca 2018-11-19 06:10:46,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:10:46,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:10:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:10:46,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0647df0650229b86c11981f104e0f3515f7619be" 2018-11-19 06:10:46,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25eb0196-416c-4b54-86cd-b19cd08cb1f2 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:10:46,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-25eb0196-416c-4b54-86cd-b19cd08cb1f2 2018-11-19 06:10:46,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-856ac3dd-1463-4c1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0647df0650229b86c11981f104e0f3515f7619be" 2018-11-19 06:10:46,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a86b0a41-98d8-4de8-881c-4de11900758f Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-856ac3dd-1463-4c1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ae4252e843d943039d2c8e3d1135ea0c"}, "enabled": true, "id": "ae4252e843d943039d2c8e3d1135ea0c", "parent_id": "default", "domain_id": "default", "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj"}]} 2018-11-19 06:10:46,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterSuccessTests-856ac3dd-1463-4c1-proj used request id req-a86b0a41-98d8-4de8-881c-4de11900758f 2018-11-19 06:10:46,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0647df0650229b86c11981f104e0f3515f7619be" 2018-11-19 06:10:46,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0112b9d5-05c8-4102-b9e7-b2d27c74449a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:10:46,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0112b9d5-05c8-4102-b9e7-b2d27c74449a 2018-11-19 06:10:46,981 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-856ac3dd-1463-4c1-user 2018-11-19 06:10:46,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:46,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:10:47,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d38cd0-d0e8-4726-b61b-fae4eb92bec9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:10:47,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-19d38cd0-d0e8-4726-b61b-fae4eb92bec9 2018-11-19 06:10:47,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" -d '{"role": {"name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role"}}' 2018-11-19 06:10:47,197 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-562aea45-e376-463d-9afb-98693b4bf839 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eda9012f885348139f835647856d90e2", "links": {"self": "http://172.30.9.21:5000/v3/roles/eda9012f885348139f835647856d90e2"}, "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role"}} 2018-11-19 06:10:47,197 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-562aea45-e376-463d-9afb-98693b4bf839 2018-11-19 06:10:47,198 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role 2018-11-19 06:10:47,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/eda9012f885348139f835647856d90e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:10:47,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18260ba5-8c16-40c3-bd8f-c7de0f499563 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/eda9012f885348139f835647856d90e2"}, "domain_id": null, "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role", "id": "eda9012f885348139f835647856d90e2"}} 2018-11-19 06:10:47,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/eda9012f885348139f835647856d90e2 used request id req-18260ba5-8c16-40c3-bd8f-c7de0f499563 2018-11-19 06:10:47,290 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role to project CreateRouterSuccessTests-856ac3dd-1463-4c1-proj 2018-11-19 06:10:47,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ae4252e843d943039d2c8e3d1135ea0c/users/cc38d32d802b43109f665c92e25988e0/roles/eda9012f885348139f835647856d90e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:10:47,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:10:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fce5abc0-4504-4b54-9022-d84cb8869604 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:10:47,435 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ae4252e843d943039d2c8e3d1135ea0c/users/cc38d32d802b43109f665c92e25988e0/roles/eda9012f885348139f835647856d90e2 used request id req-fce5abc0-4504-4b54-9022-d84cb8869604 2018-11-19 06:10:47,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:47,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:47,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:10:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dtb9duMwRgWny_90xrWOow"], "issued_at": "2018-11-19T06:10:47.000000Z"}} 2018-11-19 06:10:47,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:10:47,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5669ad34-c5a6-4403-8fc1-e4b96ad94ec5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:47,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5669ad34-c5a6-4403-8fc1-e4b96ad94ec5 2018-11-19 06:10:47,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:10:48,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2db4521d-4b36-4774-8233-2f50d3174f0d Date: Mon, 19 Nov 2018 06:10:48 GMT RESP BODY: {"networks":[]} 2018-11-19 06:10:48,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1 used request id req-2db4521d-4b36-4774-8233-2f50d3174f0d 2018-11-19 06:10:48,081 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1 2018-11-19 06:10:48,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" -d '{"network": {"name": "CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1", "admin_state_up": true}}' 2018-11-19 06:10:48,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9167c73d-c24e-4a0f-80f1-5e569f03d2f7 Date: Mon, 19 Nov 2018 06:10: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":"f13e178a-1d06-4552-a8cd-de345f764633","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:10:48Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:48Z","mtu":1450}} 2018-11-19 06:10:48,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9167c73d-c24e-4a0f-80f1-5e569f03d2f7 2018-11-19 06:10:48,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f13e178a-1d06-4552-a8cd-de345f764633 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:10:48,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-9f1768d3-8735-40bf-8bfc-f9616f9d9d09 Date: Mon, 19 Nov 2018 06:10:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f13e178a-1d06-4552-a8cd-de345f764633","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:10:48Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:48Z","provider:network_type":"vxlan"}]} 2018-11-19 06:10:48,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f13e178a-1d06-4552-a8cd-de345f764633 used request id req-9f1768d3-8735-40bf-8bfc-f9616f9d9d09 2018-11-19 06:10:48,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f13e178a-1d06-4552-a8cd-de345f764633 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:10:49,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e3de2635-4260-4a34-a997-bff90a4cde71 Date: Mon, 19 Nov 2018 06:10:49 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:10:49,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f13e178a-1d06-4552-a8cd-de345f764633 used request id req-e3de2635-4260-4a34-a997-bff90a4cde71 2018-11-19 06:10:49,048 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1 2018-11-19 06:10:49,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" -d '{"subnets": [{"ip_version": 4, "network_id": "f13e178a-1d06-4552-a8cd-de345f764633", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1"}]}' 2018-11-19 06:10:49,758 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-fd0adb9d-300e-41bb-8522-2ecb401d86de Date: Mon, 19 Nov 2018 06:10:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f13e178a-1d06-4552-a8cd-de345f764633","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:49Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:49Z","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":"f5fe8cec919348a69e22609d846dcb47","id":"c52817a2-7d0f-43f2-8b92-5c8eda355ca9","subnetpool_id":null,"name":"CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1"}]} 2018-11-19 06:10:49,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-fd0adb9d-300e-41bb-8522-2ecb401d86de 2018-11-19 06:10:49,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f13e178a-1d06-4552-a8cd-de345f764633 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:10:50,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-39525bda-cc6a-46a2-89a3-930994dee4aa Date: Mon, 19 Nov 2018 06:10:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"f13e178a-1d06-4552-a8cd-de345f764633","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["c52817a2-7d0f-43f2-8b92-5c8eda355ca9"],"description":"","tags":[],"updated_at":"2018-11-19T06:10:49Z","qos_policy_id":null,"name":"CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:48Z","provider:network_type":"vxlan"}]} 2018-11-19 06:10:50,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f13e178a-1d06-4552-a8cd-de345f764633 used request id req-39525bda-cc6a-46a2-89a3-930994dee4aa 2018-11-19 06:10:50,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f13e178a-1d06-4552-a8cd-de345f764633 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:10:50,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-be438c5a-6201-4598-9e85-c4735f84dad6 Date: Mon, 19 Nov 2018 06:10:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f13e178a-1d06-4552-a8cd-de345f764633","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:10:49Z","dns_nameservers":[],"updated_at":"2018-11-19T06:10:49Z","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":"f5fe8cec919348a69e22609d846dcb47","id":"c52817a2-7d0f-43f2-8b92-5c8eda355ca9","subnetpool_id":null,"name":"CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1"}]} 2018-11-19 06:10:50,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f13e178a-1d06-4552-a8cd-de345f764633 used request id req-be438c5a-6201-4598-9e85-c4735f84dad6 2018-11-19 06:10:50,218 - OpenStackNetwork - DEBUG - Network [f13e178a-1d06-4552-a8cd-de345f764633] created successfully 2018-11-19 06:10:50,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:50,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:50,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eda9012f885348139f835647856d90e2", "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role"}], "expires_at": "2018-11-19T07:10:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae4252e843d943039d2c8e3d1135ea0c", "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-user", "id": "cc38d32d802b43109f665c92e25988e0"}, "audit_ids": ["ujvXT3LaRi6aU010KAAM_g"], "issued_at": "2018-11-19T06:10:50.000000Z"}} 2018-11-19 06:10:50,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" 2018-11-19 06:10:50,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e936c24-9cc9-40be-98bb-dadaf51c921c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:50,662 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5e936c24-9cc9-40be-98bb-dadaf51c921c 2018-11-19 06:10:50,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" 2018-11-19 06:10:51,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-81d31127-9c88-4b95-9d2a-4bf167b6b9d3 Date: Mon, 19 Nov 2018 06:10:51 GMT RESP BODY: {"routers": []} 2018-11-19 06:10:51,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-router&admin_state_up=True used request id req-81d31127-9c88-4b95-9d2a-4bf167b6b9d3 2018-11-19 06:10:51,032 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:10:51,033 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:10:51,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eda9012f885348139f835647856d90e2", "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role"}], "expires_at": "2018-11-19T07:10:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ae4252e843d943039d2c8e3d1135ea0c", "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/ae4252e843d943039d2c8e3d1135ea0c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterSuccessTests-856ac3dd-1463-4c1-user", "id": "cc38d32d802b43109f665c92e25988e0"}, "audit_ids": ["SDzJmfJ_TiCuSBC_aUOR0Q"], "issued_at": "2018-11-19T06:10:51.000000Z"}} 2018-11-19 06:10:51,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9db07535d54c47c0dce09b51ea9ae7cad3a9f9e5" 2018-11-19 06:10:51,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:10:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba7d07c-1274-4b55-be8d-a11b7c4ab5a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:10:51,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5ba7d07c-1274-4b55-be8d-a11b7c4ab5a9 2018-11-19 06:10:51,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" 2018-11-19 06:10:51,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d52426fa-71fe-4cb2-a723-606bcfabb872 Date: Mon, 19 Nov 2018 06:10:51 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:10:51,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-d52426fa-71fe-4cb2-a723-606bcfabb872 2018-11-19 06:10:51,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" 2018-11-19 06:10:52,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1b9330b4-a2ef-436b-8687-38cab7d84ab0 Date: Mon, 19 Nov 2018 06:10:52 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:10:52,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-1b9330b4-a2ef-436b-8687-38cab7d84ab0 2018-11-19 06:10:52,067 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-router 2018-11-19 06:10:52,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-router", "admin_state_up": true}}' 2018-11-19 06:10:57,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-b3b3babe-85af-4f6d-bc2f-a9d875f3aae8 Date: Mon, 19 Nov 2018 06:10:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "ae4252e843d943039d2c8e3d1135ea0c", "created_at": "2018-11-19T06:10:53Z", "admin_state_up": true, "updated_at": "2018-11-19T06:10:53Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "ae4252e843d943039d2c8e3d1135ea0c", "id": "572c65d4-3a15-4a96-8488-daf60802c3f3", "name": "CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-router"}} 2018-11-19 06:10:57,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-b3b3babe-85af-4f6d-bc2f-a9d875f3aae8 2018-11-19 06:10:57,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=572c65d4-3a15-4a96-8488-daf60802c3f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" 2018-11-19 06:10:57,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-66747504-7243-4b8c-89d2-a261a2b2758e Date: Mon, 19 Nov 2018 06:10:57 GMT RESP BODY: {"ports":[]} 2018-11-19 06:10:57,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=572c65d4-3a15-4a96-8488-daf60802c3f3 used request id req-66747504-7243-4b8c-89d2-a261a2b2758e 2018-11-19 06:10:57,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" 2018-11-19 06:10:57,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b9b02265-e16c-4fcf-a736-08b32c41262e Date: Mon, 19 Nov 2018 06:10:57 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:10:57,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?name=CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1 used request id req-b9b02265-e16c-4fcf-a736-08b32c41262e 2018-11-19 06:10:57,711 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-router 2018-11-19 06:10:57,712 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-router 2018-11-19 06:10:57,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/572c65d4-3a15-4a96-8488-daf60802c3f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b769250fe0f8bb79748cd00487aa9dbdd4aa2b70" 2018-11-19 06:11:02,590 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7e8e0cb-4911-4c91-8109-5aa33efd8bad Content-Length: 0 Date: Mon, 19 Nov 2018 06:11:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:11:02,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/572c65d4-3a15-4a96-8488-daf60802c3f3 used request id req-d7e8e0cb-4911-4c91-8109-5aa33efd8bad 2018-11-19 06:11:02,591 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1 2018-11-19 06:11:02,592 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-subnet1 2018-11-19 06:11:02,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/c52817a2-7d0f-43f2-8b92-5c8eda355ca9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:11:04,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-044c8346-24b7-4853-a658-c719e332c3e5 Date: Mon, 19 Nov 2018 06:11:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:11:04,626 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/c52817a2-7d0f-43f2-8b92-5c8eda355ca9 used request id req-044c8346-24b7-4853-a658-c719e332c3e5 2018-11-19 06:11:04,627 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-f64ab1c1-1f4d-42e5-baba-20520017d21c-pub-net1 2018-11-19 06:11:04,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f13e178a-1d06-4552-a8cd-de345f764633 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d949308fa66e1a5a27790ded4074198e081c805" 2018-11-19 06:11:05,864 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-490b047f-c5e6-4670-b867-a8db4ce32442 Date: Mon, 19 Nov 2018 06:11:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:11:05,864 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f13e178a-1d06-4552-a8cd-de345f764633 used request id req-490b047f-c5e6-4670-b867-a8db4ce32442 2018-11-19 06:11:05,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:11:06,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8db46913-50b3-406b-9fb6-64e22e8d481f Date: Mon, 19 Nov 2018 06:11:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:11:06,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8db46913-50b3-406b-9fb6-64e22e8d481f 2018-11-19 06:11:06,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:11:06,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebc3d899-b693-4ee0-bb5f-cc22206c2bbe Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:11:06,176 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-ebc3d899-b693-4ee0-bb5f-cc22206c2bbe 2018-11-19 06:11:06,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:11:06,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7aa59e1-3c70-44a7-9add-65b5c7da612c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:11:06,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-e7aa59e1-3c70-44a7-9add-65b5c7da612c 2018-11-19 06:11:06,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:11:06,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d47a50d3-1dde-4399-b306-7d33cb6f7e7e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:11:06,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-d47a50d3-1dde-4399-b306-7d33cb6f7e7e 2018-11-19 06:11:06,362 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-856ac3dd-1463-4c1-proj 2018-11-19 06:11:06,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ae4252e843d943039d2c8e3d1135ea0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:11:06,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e343c50-37a7-4363-a187-3ff9d3879425 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:06,576 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ae4252e843d943039d2c8e3d1135ea0c used request id req-4e343c50-37a7-4363-a187-3ff9d3879425 2018-11-19 06:11:06,577 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-856ac3dd-1463-4c1-proj-role 2018-11-19 06:11:06,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/eda9012f885348139f835647856d90e2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:11:06,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1be98409-f64d-4f53-a8e1-b0b40232e2c0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:06,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/eda9012f885348139f835647856d90e2 used request id req-1be98409-f64d-4f53-a8e1-b0b40232e2c0 2018-11-19 06:11:06,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52bc71a9e3a816bdc15d310fcec42864182486d0" 2018-11-19 06:11:06,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86de903-f258-4d86-962f-9ac228c06e70 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:06,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e86de903-f258-4d86-962f-9ac228c06e70 2018-11-19 06:11:06,782 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-856ac3dd-1463-4c1-user 2018-11-19 06:11:06,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cc38d32d802b43109f665c92e25988e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0647df0650229b86c11981f104e0f3515f7619be" 2018-11-19 06:11:06,949 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b94cba2-b876-4df2-b525-ad6f05ba2387 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:06,949 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cc38d32d802b43109f665c92e25988e0 used request id req-9b94cba2-b876-4df2-b525-ad6f05ba2387 2018-11-19 06:11:06,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:07,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hMNxAu8zS7GzuXnbQnST-A"], "issued_at": "2018-11-19T06:11:07.000000Z"}} 2018-11-19 06:11:07,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac315a6d7c58f2c6838a93797a1556a31c94a1e2" 2018-11-19 06:11:07,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca04085c-cbd8-48e8-965d-48146baa714e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:07,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ca04085c-cbd8-48e8-965d-48146baa714e 2018-11-19 06:11:07,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:07,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:07,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ajfdj1-zSRexaAqD7OVerA"], "issued_at": "2018-11-19T06:11:07.000000Z"}} 2018-11-19 06:11:07,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:07,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ca02ff8-42f2-4eb3-9601-319df6adf954 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:07,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5ca02ff8-42f2-4eb3-9601-319df6adf954 2018-11-19 06:11:07,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:07,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:07,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-31b5eb65-07bf-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:07,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f33b876-676d-4794-851a-a72edf1252f8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-31b5eb65-07bf-4da-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:11:07,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-31b5eb65-07bf-4da-proj used request id req-6f33b876-676d-4794-851a-a72edf1252f8 2018-11-19 06:11:07,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:08,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a205acd-fee5-4418-851f-1fd7e4526728 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:08,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9a205acd-fee5-4418-851f-1fd7e4526728 2018-11-19 06:11:08,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj"}}' 2018-11-19 06:11:08,149 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fbf64e0b-83c4-4cee-b570-3d47364f6ced Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/293224dc5d714c88bcf16e8db791db4b"}, "enabled": true, "id": "293224dc5d714c88bcf16e8db791db4b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj"}} 2018-11-19 06:11:08,149 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fbf64e0b-83c4-4cee-b570-3d47364f6ced 2018-11-19 06:11:08,150 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-31b5eb65-07bf-4da-proj 2018-11-19 06:11:08,150 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:08,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:08,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Hc3hJAgCT8-KU5YFSDTYJQ"], "issued_at": "2018-11-19T06:11:08.000000Z"}} 2018-11-19 06:11:08,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1200b63ad45d45bc17ba6fc5e549d82dbbed6a88" 2018-11-19 06:11:08,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45c2fb42-58ca-4a10-9315-abdcb0ea638a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:08,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-45c2fb42-58ca-4a10-9315-abdcb0ea638a 2018-11-19 06:11:08,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:08,619 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:08,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1200b63ad45d45bc17ba6fc5e549d82dbbed6a88" 2018-11-19 06:11:08,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83162948-c147-4c3b-a07f-2cb4273dfeb8 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:11:08,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-83162948-c147-4c3b-a07f-2cb4273dfeb8 2018-11-19 06:11:08,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-31b5eb65-07bf-4da-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1200b63ad45d45bc17ba6fc5e549d82dbbed6a88" 2018-11-19 06:11:08,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f72f0564-3edf-4f6d-a3e1-546ed4a75a95 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-31b5eb65-07bf-4da-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/293224dc5d714c88bcf16e8db791db4b"}, "enabled": true, "id": "293224dc5d714c88bcf16e8db791db4b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj"}]} 2018-11-19 06:11:08,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-31b5eb65-07bf-4da-proj used request id req-f72f0564-3edf-4f6d-a3e1-546ed4a75a95 2018-11-19 06:11:08,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1200b63ad45d45bc17ba6fc5e549d82dbbed6a88" 2018-11-19 06:11:08,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28d593e5-a8cd-4556-aab4-43d29fd4d9dd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:08,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-28d593e5-a8cd-4556-aab4-43d29fd4d9dd 2018-11-19 06:11:09,227 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-31b5eb65-07bf-4da-user 2018-11-19 06:11:09,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:09,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:09,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dfc7c58-bda2-4ee3-ac1f-c351cdf136e5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:09,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2dfc7c58-bda2-4ee3-ac1f-c351cdf136e5 2018-11-19 06:11:09,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" -d '{"role": {"name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role"}}' 2018-11-19 06:11:09,443 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cbb75bb-980d-434f-a865-c5323a52bcd6 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9af2509d71324a0aab20206a5718e986", "links": {"self": "http://172.30.9.21:5000/v3/roles/9af2509d71324a0aab20206a5718e986"}, "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role"}} 2018-11-19 06:11:09,443 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3cbb75bb-980d-434f-a865-c5323a52bcd6 2018-11-19 06:11:09,443 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role 2018-11-19 06:11:09,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9af2509d71324a0aab20206a5718e986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:09,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f99289b-ce5e-4345-b2ab-87e24bb5584a Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/9af2509d71324a0aab20206a5718e986"}, "domain_id": null, "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role", "id": "9af2509d71324a0aab20206a5718e986"}} 2018-11-19 06:11:09,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9af2509d71324a0aab20206a5718e986 used request id req-8f99289b-ce5e-4345-b2ab-87e24bb5584a 2018-11-19 06:11:09,528 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role to project CreateRouterNegativeTests-31b5eb65-07bf-4da-proj 2018-11-19 06:11:09,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/293224dc5d714c88bcf16e8db791db4b/users/17c308c0f0234fb4bf918ea374c1fc21/roles/9af2509d71324a0aab20206a5718e986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:09,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c3805c7-2e5c-4bf5-959c-3a6bfc36d1b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:09,655 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/293224dc5d714c88bcf16e8db791db4b/users/17c308c0f0234fb4bf918ea374c1fc21/roles/9af2509d71324a0aab20206a5718e986 used request id req-2c3805c7-2e5c-4bf5-959c-3a6bfc36d1b5 2018-11-19 06:11:09,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:09,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:10,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["jI5qO4yfRkOSZOnseq1qLA"], "issued_at": "2018-11-19T06:11:10.000000Z"}} 2018-11-19 06:11:10,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:10,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e2e97e8-d30c-4d24-8cb4-6c0c450c21e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:10,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9e2e97e8-d30c-4d24-8cb4-6c0c450c21e1 2018-11-19 06:11:10,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:10,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5ceb7a20-63f2-454b-b998-02879dab6cdd Date: Mon, 19 Nov 2018 06:11:10 GMT RESP BODY: {"networks":[]} 2018-11-19 06:11:10,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 used request id req-5ceb7a20-63f2-454b-b998-02879dab6cdd 2018-11-19 06:11:10,308 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 2018-11-19 06:11:10,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" -d '{"network": {"name": "CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1", "admin_state_up": true}}' 2018-11-19 06:11:10,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-39ec4c83-ee78-4ebf-a9cd-29aa03b7ec72 Date: Mon, 19 Nov 2018 06:11: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":"a7206b11-8a33-4361-aa8b-424802954a9f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:11:10Z","is_default":false,"qos_policy_id":null,"name":"CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:11:10Z","mtu":1450}} 2018-11-19 06:11:10,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-39ec4c83-ee78-4ebf-a9cd-29aa03b7ec72 2018-11-19 06:11:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a7206b11-8a33-4361-aa8b-424802954a9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:10,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-8ca11f05-5213-43c5-8774-1095582a470c Date: Mon, 19 Nov 2018 06:11:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a7206b11-8a33-4361-aa8b-424802954a9f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:11:10Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:11:10Z","provider:network_type":"vxlan"}]} 2018-11-19 06:11:10,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a7206b11-8a33-4361-aa8b-424802954a9f used request id req-8ca11f05-5213-43c5-8774-1095582a470c 2018-11-19 06:11:10,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a7206b11-8a33-4361-aa8b-424802954a9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:11,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0f8a4090-fbad-45c5-a178-ef685a3a4dd5 Date: Mon, 19 Nov 2018 06:11:11 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:11:11,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a7206b11-8a33-4361-aa8b-424802954a9f used request id req-0f8a4090-fbad-45c5-a178-ef685a3a4dd5 2018-11-19 06:11:11,120 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-subnet1 2018-11-19 06:11:11,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" -d '{"subnets": [{"ip_version": 4, "network_id": "a7206b11-8a33-4361-aa8b-424802954a9f", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-subnet1"}]}' 2018-11-19 06:11:11,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-b8fab85d-6bf1-4d41-a241-6ea6ce35d65c Date: Mon, 19 Nov 2018 06:11:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7206b11-8a33-4361-aa8b-424802954a9f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:11:11Z","dns_nameservers":[],"updated_at":"2018-11-19T06:11: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":"f5fe8cec919348a69e22609d846dcb47","id":"e99cfd4e-b66c-4413-a275-9b6656de7218","subnetpool_id":null,"name":"CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-subnet1"}]} 2018-11-19 06:11:11,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b8fab85d-6bf1-4d41-a241-6ea6ce35d65c 2018-11-19 06:11:11,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=a7206b11-8a33-4361-aa8b-424802954a9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:11,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 752 X-Openstack-Request-Id: req-ebde9afc-d916-495d-a09a-3f4687f11c86 Date: Mon, 19 Nov 2018 06:11:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a7206b11-8a33-4361-aa8b-424802954a9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["e99cfd4e-b66c-4413-a275-9b6656de7218"],"description":"","tags":[],"updated_at":"2018-11-19T06:11:11Z","qos_policy_id":null,"name":"CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:11:10Z","provider:network_type":"vxlan"}]} 2018-11-19 06:11:11,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=a7206b11-8a33-4361-aa8b-424802954a9f used request id req-ebde9afc-d916-495d-a09a-3f4687f11c86 2018-11-19 06:11:11,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=a7206b11-8a33-4361-aa8b-424802954a9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:12,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 688 X-Openstack-Request-Id: req-412be2c2-5a8e-4956-a7ec-0a7d76b90de8 Date: Mon, 19 Nov 2018 06:11:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a7206b11-8a33-4361-aa8b-424802954a9f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:11:11Z","dns_nameservers":[],"updated_at":"2018-11-19T06:11: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":"f5fe8cec919348a69e22609d846dcb47","id":"e99cfd4e-b66c-4413-a275-9b6656de7218","subnetpool_id":null,"name":"CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-subnet1"}]} 2018-11-19 06:11:12,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=a7206b11-8a33-4361-aa8b-424802954a9f used request id req-412be2c2-5a8e-4956-a7ec-0a7d76b90de8 2018-11-19 06:11:12,087 - OpenStackNetwork - DEBUG - Network [a7206b11-8a33-4361-aa8b-424802954a9f] created successfully 2018-11-19 06:11:12,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:12,088 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:12,548 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9af2509d71324a0aab20206a5718e986", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role"}], "expires_at": "2018-11-19T07:11:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "293224dc5d714c88bcf16e8db791db4b", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-user", "id": "17c308c0f0234fb4bf918ea374c1fc21"}, "audit_ids": ["eft_xL6mS3yJmvvn9wFBYg"], "issued_at": "2018-11-19T06:11:12.000000Z"}} 2018-11-19 06:11:12,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:12,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef4cb345-4b19-4ace-9dec-57a077e788f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:12,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ef4cb345-4b19-4ace-9dec-57a077e788f6 2018-11-19 06:11:12,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:12,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cdde5d19-8eed-473e-91c6-7c6009c2980e Date: Mon, 19 Nov 2018 06:11:12 GMT RESP BODY: {"routers": []} 2018-11-19 06:11:12,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router&admin_state_up=True used request id req-cdde5d19-8eed-473e-91c6-7c6009c2980e 2018-11-19 06:11:12,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:12,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:13,235 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9af2509d71324a0aab20206a5718e986", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role"}], "expires_at": "2018-11-19T07:11:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "293224dc5d714c88bcf16e8db791db4b", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-user", "id": "17c308c0f0234fb4bf918ea374c1fc21"}, "audit_ids": ["JStP2z6tRBqxJYmANTRElA"], "issued_at": "2018-11-19T06:11:13.000000Z"}} 2018-11-19 06:11:13,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d60e68d5cba72322e89acd1edc1d86c5a5a72651" 2018-11-19 06:11:13,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c792d538-dd1c-438f-a595-1a61243b9dda Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:13,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c792d538-dd1c-438f-a595-1a61243b9dda 2018-11-19 06:11:13,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:13,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bb36d98e-2b1d-4165-8967-b83c5cc56336 Date: Mon, 19 Nov 2018 06:11:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:11:13,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-bb36d98e-2b1d-4165-8967-b83c5cc56336 2018-11-19 06:11:13,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:13,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6686e758-f6f3-467a-8333-7f9c58a55ac8 Date: Mon, 19 Nov 2018 06:11:13 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:11:13,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-6686e758-f6f3-467a-8333-7f9c58a55ac8 2018-11-19 06:11:13,753 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router 2018-11-19 06:11:13,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router", "admin_state_up": true}}' 2018-11-19 06:11:18,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f797a064-f4e2-4f99-b2dc-095c3030657b Date: Mon, 19 Nov 2018 06:11:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "293224dc5d714c88bcf16e8db791db4b", "created_at": "2018-11-19T06:11:14Z", "admin_state_up": true, "updated_at": "2018-11-19T06:11:15Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "293224dc5d714c88bcf16e8db791db4b", "id": "46f3bfa9-f6a7-4929-8cae-39f8fd47628c", "name": "CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router"}} 2018-11-19 06:11:18,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f797a064-f4e2-4f99-b2dc-095c3030657b 2018-11-19 06:11:18,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=46f3bfa9-f6a7-4929-8cae-39f8fd47628c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:18,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4271c692-2619-4fe3-b3b3-0d4c09292ce1 Date: Mon, 19 Nov 2018 06:11:18 GMT RESP BODY: {"ports":[]} 2018-11-19 06:11:18,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=46f3bfa9-f6a7-4929-8cae-39f8fd47628c used request id req-4271c692-2619-4fe3-b3b3-0d4c09292ce1 2018-11-19 06:11:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:19,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cb3fa0f6-c337-4468-a0de-574710b0f470 Date: Mon, 19 Nov 2018 06:11:19 GMT RESP BODY: {"networks":[]} 2018-11-19 06:11:19,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 used request id req-cb3fa0f6-c337-4468-a0de-574710b0f470 2018-11-19 06:11:19,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:19,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9fc7de71-84bb-4308-8844-c2cfb2367013 Date: Mon, 19 Nov 2018 06:11:19 GMT RESP BODY: {"ports":[]} 2018-11-19 06:11:19,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-port1&admin_state_up=True used request id req-9fc7de71-84bb-4308-8844-c2cfb2367013 2018-11-19 06:11:19,229 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-port1 for router - CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router 2018-11-19 06:11:19,230 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:19,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:19,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9af2509d71324a0aab20206a5718e986", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role"}], "expires_at": "2018-11-19T07:11:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "293224dc5d714c88bcf16e8db791db4b", "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/293224dc5d714c88bcf16e8db791db4b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-31b5eb65-07bf-4da-user", "id": "17c308c0f0234fb4bf918ea374c1fc21"}, "audit_ids": ["XCqz4Kc8RWeMfeMU36QL7w"], "issued_at": "2018-11-19T06:11:19.000000Z"}} 2018-11-19 06:11:19,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d030d35a4eeb1717959881b27f6da80679d54178" 2018-11-19 06:11:19,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fbcbe8a-1841-4e00-b4e3-b62e5fa63a21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:19,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2fbcbe8a-1841-4e00-b4e3-b62e5fa63a21 2018-11-19 06:11:19,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:19,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6b8f9d66-8ce3-4408-a444-5c8a4cd84599 Date: Mon, 19 Nov 2018 06:11:19 GMT RESP BODY: {"networks":[]} 2018-11-19 06:11:19,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 used request id req-6b8f9d66-8ce3-4408-a444-5c8a4cd84599 2018-11-19 06:11:19,865 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router 2018-11-19 06:11:19,865 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-router 2018-11-19 06:11:19,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/46f3bfa9-f6a7-4929-8cae-39f8fd47628c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1a908159f0df5ed24e503ed56c0b0642315aaf0" 2018-11-19 06:11:23,838 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b04c88c8-8bb9-46f0-acd0-f86e6f193b1b Content-Length: 0 Date: Mon, 19 Nov 2018 06:11:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:11:23,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/46f3bfa9-f6a7-4929-8cae-39f8fd47628c used request id req-b04c88c8-8bb9-46f0-acd0-f86e6f193b1b 2018-11-19 06:11:23,839 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-subnet1 2018-11-19 06:11:23,839 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-subnet1 2018-11-19 06:11:23,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/e99cfd4e-b66c-4413-a275-9b6656de7218 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:26,049 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f053bde7-65ed-40ac-963a-442a230bdd81 Date: Mon, 19 Nov 2018 06:11:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:11:26,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e99cfd4e-b66c-4413-a275-9b6656de7218 used request id req-f053bde7-65ed-40ac-963a-442a230bdd81 2018-11-19 06:11:26,049 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-5e4ed76c-291d-43a8-88f8-54ea7fb5ae2d-pub-net1 2018-11-19 06:11:26,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/a7206b11-8a33-4361-aa8b-424802954a9f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5086a89335cd4ba943ec611813827c379fd279bb" 2018-11-19 06:11:27,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-08fc107c-a9a0-404c-b334-b60d4340f359 Date: Mon, 19 Nov 2018 06:11:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:11:27,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/a7206b11-8a33-4361-aa8b-424802954a9f used request id req-08fc107c-a9a0-404c-b334-b60d4340f359 2018-11-19 06:11:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:27,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-667056b8-49dd-410e-bd11-3e2edf42c7fe Date: Mon, 19 Nov 2018 06:11:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:11:27,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-667056b8-49dd-410e-bd11-3e2edf42c7fe 2018-11-19 06:11:27,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:27,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75051d0c-d81b-4a9a-aa04-c27f45006288 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:11:27,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-75051d0c-d81b-4a9a-aa04-c27f45006288 2018-11-19 06:11:27,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:27,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d84fe9-363f-4d08-9b3d-8a5f018310f2 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:11:27,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-a1d84fe9-363f-4d08-9b3d-8a5f018310f2 2018-11-19 06:11:27,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:27,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da4160a-9972-4dd2-96c2-097ed773d482 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:11:27,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-6da4160a-9972-4dd2-96c2-097ed773d482 2018-11-19 06:11:27,925 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-31b5eb65-07bf-4da-proj 2018-11-19 06:11:27,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/293224dc5d714c88bcf16e8db791db4b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:28,236 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eeda9469-2954-46ac-9370-f6aea1a3e85d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:28,236 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/293224dc5d714c88bcf16e8db791db4b used request id req-eeda9469-2954-46ac-9370-f6aea1a3e85d 2018-11-19 06:11:28,237 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-31b5eb65-07bf-4da-proj-role 2018-11-19 06:11:28,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9af2509d71324a0aab20206a5718e986 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:28,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05fe03d2-828e-42de-aaa3-738f67b940a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:28,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9af2509d71324a0aab20206a5718e986 used request id req-05fe03d2-828e-42de-aaa3-738f67b940a9 2018-11-19 06:11:28,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4bb121991c73c3d4a5eaa54dbc9a2470ab29295a" 2018-11-19 06:11:28,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e125f4-e390-498d-9abf-f6a6c392abc7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:28,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-29e125f4-e390-498d-9abf-f6a6c392abc7 2018-11-19 06:11:28,431 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-31b5eb65-07bf-4da-user 2018-11-19 06:11:28,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/17c308c0f0234fb4bf918ea374c1fc21 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1200b63ad45d45bc17ba6fc5e549d82dbbed6a88" 2018-11-19 06:11:28,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac27e08b-a003-4d8b-a043-ba4f6ad980db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:28,675 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/17c308c0f0234fb4bf918ea374c1fc21 used request id req-ac27e08b-a003-4d8b-a043-ba4f6ad980db 2018-11-19 06:11:28,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:29,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5HYIubh6RtCtT2nI8KlP9g"], "issued_at": "2018-11-19T06:11:29.000000Z"}} 2018-11-19 06:11:29,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfda5df1ef38b263a0d0f16d2f0a223c9d0319ab" 2018-11-19 06:11:29,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa09ee1-a205-4cc7-8c56-022fbbf6429a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:29,141 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4fa09ee1-a205-4cc7-8c56-022fbbf6429a 2018-11-19 06:11:29,142 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:29,143 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:29,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["YBqcau2GTqiNiu-C6rtPZQ"], "issued_at": "2018-11-19T06:11:29.000000Z"}} 2018-11-19 06:11:29,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:29,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09108d00-6d66-473a-bdd7-d465fa983320 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:29,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-09108d00-6d66-473a-bdd7-d465fa983320 2018-11-19 06:11:29,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:29,620 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:29,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e2506755-3889-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:29,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4df09a0-b1ae-402f-90dc-d6fa09d3ec9a Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e2506755-3889-41e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:11:29,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-e2506755-3889-41e-proj used request id req-d4df09a0-b1ae-402f-90dc-d6fa09d3ec9a 2018-11-19 06:11:29,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:29,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c367a931-f0b9-4833-9eca-e447cf8a98cd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:29,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c367a931-f0b9-4833-9eca-e447cf8a98cd 2018-11-19 06:11:29,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj"}}' 2018-11-19 06:11:29,927 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02d2c5ae-b22d-426f-bb25-338c27e44c19 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/79dc4442854f4ab2a5849b35d98ade5b"}, "enabled": true, "id": "79dc4442854f4ab2a5849b35d98ade5b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj"}} 2018-11-19 06:11:29,927 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-02d2c5ae-b22d-426f-bb25-338c27e44c19 2018-11-19 06:11:29,928 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-e2506755-3889-41e-proj 2018-11-19 06:11:29,928 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:29,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:30,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["RwWojddJQDCBmfGV4Wd86g"], "issued_at": "2018-11-19T06:11:30.000000Z"}} 2018-11-19 06:11:30,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba5932c84cf2b174041da1c68c5ee659d0b2a9" 2018-11-19 06:11:30,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ad7644-7b38-4b66-96f7-18176c36b489 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:30,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85ad7644-7b38-4b66-96f7-18176c36b489 2018-11-19 06:11:30,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:30,414 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:30,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba5932c84cf2b174041da1c68c5ee659d0b2a9" 2018-11-19 06:11:30,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e623305-979f-4f15-a8ee-ea95e4f2385b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:11:30,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6e623305-979f-4f15-a8ee-ea95e4f2385b 2018-11-19 06:11:30,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-e2506755-3889-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba5932c84cf2b174041da1c68c5ee659d0b2a9" 2018-11-19 06:11:30,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-202fd5d6-cd3b-4fb4-8e65-9af4d0212c0e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-e2506755-3889-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/79dc4442854f4ab2a5849b35d98ade5b"}, "enabled": true, "id": "79dc4442854f4ab2a5849b35d98ade5b", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj"}]} 2018-11-19 06:11:30,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-e2506755-3889-41e-proj used request id req-202fd5d6-cd3b-4fb4-8e65-9af4d0212c0e 2018-11-19 06:11:30,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba5932c84cf2b174041da1c68c5ee659d0b2a9" 2018-11-19 06:11:30,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25919012-c5c6-4a6e-a296-d8600d18e40e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:30,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-25919012-c5c6-4a6e-a296-d8600d18e40e 2018-11-19 06:11:31,071 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-e2506755-3889-41e-user 2018-11-19 06:11:31,071 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:31,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:31,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38391b7a-5eee-408c-9cca-d42b52668534 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:31,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38391b7a-5eee-408c-9cca-d42b52668534 2018-11-19 06:11:31,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" -d '{"role": {"name": "CreateRouterNegativeTests-e2506755-3889-41e-proj-role"}}' 2018-11-19 06:11:31,280 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7f922de-aded-41a6-87b9-8c498a3d34a1 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "013c7f43310347ce88c5b1b451699c15", "links": {"self": "http://172.30.9.21:5000/v3/roles/013c7f43310347ce88c5b1b451699c15"}, "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj-role"}} 2018-11-19 06:11:31,280 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b7f922de-aded-41a6-87b9-8c498a3d34a1 2018-11-19 06:11:31,281 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-e2506755-3889-41e-proj-role 2018-11-19 06:11:31,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/013c7f43310347ce88c5b1b451699c15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:31,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56abdc45-284f-4675-a6f6-4efc397c86dd Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/013c7f43310347ce88c5b1b451699c15"}, "domain_id": null, "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj-role", "id": "013c7f43310347ce88c5b1b451699c15"}} 2018-11-19 06:11:31,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/013c7f43310347ce88c5b1b451699c15 used request id req-56abdc45-284f-4675-a6f6-4efc397c86dd 2018-11-19 06:11:31,303 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-e2506755-3889-41e-proj-role to project CreateRouterNegativeTests-e2506755-3889-41e-proj 2018-11-19 06:11:31,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/79dc4442854f4ab2a5849b35d98ade5b/users/c703c5a34d5940f794717ecea63e61f4/roles/013c7f43310347ce88c5b1b451699c15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:31,433 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-505fe2bf-3ce8-4394-95ce-52f7fb2402c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:31,433 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/79dc4442854f4ab2a5849b35d98ade5b/users/c703c5a34d5940f794717ecea63e61f4/roles/013c7f43310347ce88c5b1b451699c15 used request id req-505fe2bf-3ce8-4394-95ce-52f7fb2402c2 2018-11-19 06:11:31,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:31,434 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:31,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "013c7f43310347ce88c5b1b451699c15", "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj-role"}], "expires_at": "2018-11-19T07:11:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79dc4442854f4ab2a5849b35d98ade5b", "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e2506755-3889-41e-user", "id": "c703c5a34d5940f794717ecea63e61f4"}, "audit_ids": ["F4Df-nToTfqeS9GTqOeNVw"], "issued_at": "2018-11-19T06:11:31.000000Z"}} 2018-11-19 06:11:31,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acab508026402163ea908cf025cdf2a3a04669a3" 2018-11-19 06:11:31,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48e3a8f7-c0da-4fe5-b7ba-b0d73c517488 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:31,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-48e3a8f7-c0da-4fe5-b7ba-b0d73c517488 2018-11-19 06:11:31,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-ccb3721d-9914-4783-97e3-c894e1d49b2b-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acab508026402163ea908cf025cdf2a3a04669a3" 2018-11-19 06:11:32,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3787b666-0cd1-4333-b81f-e7b9d086c377 Date: Mon, 19 Nov 2018 06:11:32 GMT RESP BODY: {"routers": []} 2018-11-19 06:11:32,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateRouterNegativeTests-ccb3721d-9914-4783-97e3-c894e1d49b2b-pub-router&admin_state_up=True used request id req-3787b666-0cd1-4333-b81f-e7b9d086c377 2018-11-19 06:11:32,072 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:32,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:32,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "013c7f43310347ce88c5b1b451699c15", "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj-role"}], "expires_at": "2018-11-19T07:11:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "79dc4442854f4ab2a5849b35d98ade5b", "name": "CreateRouterNegativeTests-e2506755-3889-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/79dc4442854f4ab2a5849b35d98ade5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateRouterNegativeTests-e2506755-3889-41e-user", "id": "c703c5a34d5940f794717ecea63e61f4"}, "audit_ids": ["q6cBFfxoR3iR0ZoNqDyoRQ"], "issued_at": "2018-11-19T06:11:32.000000Z"}} 2018-11-19 06:11:32,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adab76c244e22304adf17b2849f158e017baa608" 2018-11-19 06:11:32,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1403353a-8fc3-4b47-8c78-8751d115ed75 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:32,525 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1403353a-8fc3-4b47-8c78-8751d115ed75 2018-11-19 06:11:32,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=Invalid_name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acab508026402163ea908cf025cdf2a3a04669a3" 2018-11-19 06:11:32,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2a885d8b-f7f9-415b-b067-eca295abe43e Date: Mon, 19 Nov 2018 06:11:32 GMT RESP BODY: {"networks":[]} 2018-11-19 06:11:32,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=Invalid_name used request id req-2a885d8b-f7f9-415b-b067-eca295abe43e 2018-11-19 06:11:32,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:33,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-545f4688-2fe3-4b5d-b11b-19205e43f062 Date: Mon, 19 Nov 2018 06:11:33 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:11:33,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-545f4688-2fe3-4b5d-b11b-19205e43f062 2018-11-19 06:11:33,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:33,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ab6a7c0-e897-40c0-8d97-94f5fcd85055 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:11:33,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1ab6a7c0-e897-40c0-8d97-94f5fcd85055 2018-11-19 06:11:33,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:33,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ed47d55-3fc4-4519-8ff5-8abd2cae2986 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:11:33,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-7ed47d55-3fc4-4519-8ff5-8abd2cae2986 2018-11-19 06:11:33,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:33,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a4f0189-5754-4700-af01-6fefa13063d9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:11:33,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-5a4f0189-5754-4700-af01-6fefa13063d9 2018-11-19 06:11:33,303 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-e2506755-3889-41e-proj 2018-11-19 06:11:33,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/79dc4442854f4ab2a5849b35d98ade5b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:33,529 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34047353-88db-4984-9823-aca13873c673 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:33,529 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/79dc4442854f4ab2a5849b35d98ade5b used request id req-34047353-88db-4984-9823-aca13873c673 2018-11-19 06:11:33,529 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-e2506755-3889-41e-proj-role 2018-11-19 06:11:33,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/013c7f43310347ce88c5b1b451699c15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:33,646 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfa866a7-bf2a-4859-9963-271eb7f79184 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:33,646 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/013c7f43310347ce88c5b1b451699c15 used request id req-bfa866a7-bf2a-4859-9963-271eb7f79184 2018-11-19 06:11:33,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ccdc00a767ecf3a87711a4959425d320d8d5a4e" 2018-11-19 06:11:33,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a42e518-35a4-4f27-84d9-7c67be9f5a7e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:33,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1a42e518-35a4-4f27-84d9-7c67be9f5a7e 2018-11-19 06:11:33,729 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-e2506755-3889-41e-user 2018-11-19 06:11:33,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c703c5a34d5940f794717ecea63e61f4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba5932c84cf2b174041da1c68c5ee659d0b2a9" 2018-11-19 06:11:33,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b386a03-f679-4b57-a8f5-de5018ec4c5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:33,922 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c703c5a34d5940f794717ecea63e61f4 used request id req-7b386a03-f679-4b57-a8f5-de5018ec4c5f 2018-11-19 06:11:33,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:34,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2OlDzohyRamY34iH5Li7bw"], "issued_at": "2018-11-19T06:11:34.000000Z"}} 2018-11-19 06:11:34,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bba6221426b85e78ef0d49c5f27fc38792d34258" 2018-11-19 06:11:34,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b62b763b-2f2a-4c86-923a-e7623773242a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:34,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b62b763b-2f2a-4c86-923a-e7623773242a 2018-11-19 06:11:34,394 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:34,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:34,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["QqbWvGlgSj2CI25W4d00Vg"], "issued_at": "2018-11-19T06:11:34.000000Z"}} 2018-11-19 06:11:34,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:34,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41056ba-8869-45d6-a033-14f214da1c95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:34,954 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a41056ba-8869-45d6-a033-14f214da1c95 2018-11-19 06:11:34,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:34,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:34,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-460bda65-10a1-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:35,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93d901a3-2b91-4e52-bb26-bde5e3b94be7 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-460bda65-10a1-453-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:11:35,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateRouterNegativeTests-460bda65-10a1-453-proj used request id req-93d901a3-2b91-4e52-bb26-bde5e3b94be7 2018-11-19 06:11:35,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:35,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d9e881e-cb20-4896-8514-1b4d5d50860d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:35,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0d9e881e-cb20-4896-8514-1b4d5d50860d 2018-11-19 06:11:35,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateRouterNegativeTests-460bda65-10a1-453-proj"}}' 2018-11-19 06:11:35,191 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6629daf5-15fe-4c1d-add6-e603ba3ebb76 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1aeacd86f2144860818d080895842a35"}, "enabled": true, "id": "1aeacd86f2144860818d080895842a35", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-460bda65-10a1-453-proj"}} 2018-11-19 06:11:35,191 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6629daf5-15fe-4c1d-add6-e603ba3ebb76 2018-11-19 06:11:35,191 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-460bda65-10a1-453-proj 2018-11-19 06:11:35,192 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:35,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:35,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["tfuHAUJiQuCNeptpxPxhXQ"], "issued_at": "2018-11-19T06:11:35.000000Z"}} 2018-11-19 06:11:35,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77bccf5e79e67b1c36639eac9c01cf3c1bd5690" 2018-11-19 06:11:35,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b49e46-83ba-43f3-bf6b-5d0229d1df93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:35,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f3b49e46-83ba-43f3-bf6b-5d0229d1df93 2018-11-19 06:11:35,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:35,676 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:35,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77bccf5e79e67b1c36639eac9c01cf3c1bd5690" 2018-11-19 06:11:35,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f407832-6256-45d8-b405-8f185e2521fc Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:11:35,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4f407832-6256-45d8-b405-8f185e2521fc 2018-11-19 06:11:35,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-460bda65-10a1-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77bccf5e79e67b1c36639eac9c01cf3c1bd5690" 2018-11-19 06:11:35,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d213c95c-009d-415c-bf9b-11952e1a321c Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-460bda65-10a1-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/1aeacd86f2144860818d080895842a35"}, "enabled": true, "id": "1aeacd86f2144860818d080895842a35", "parent_id": "default", "domain_id": "default", "name": "CreateRouterNegativeTests-460bda65-10a1-453-proj"}]} 2018-11-19 06:11:35,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateRouterNegativeTests-460bda65-10a1-453-proj used request id req-d213c95c-009d-415c-bf9b-11952e1a321c 2018-11-19 06:11:35,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77bccf5e79e67b1c36639eac9c01cf3c1bd5690" 2018-11-19 06:11:35,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b969820-ef2a-4790-9b0d-6a3a973d2944 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:35,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8b969820-ef2a-4790-9b0d-6a3a973d2944 2018-11-19 06:11:36,323 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-460bda65-10a1-453-user 2018-11-19 06:11:36,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:36,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:36,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98d72451-ac33-4b43-8b8d-6d066b81fd14 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:36,427 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-98d72451-ac33-4b43-8b8d-6d066b81fd14 2018-11-19 06:11:36,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" -d '{"role": {"name": "CreateRouterNegativeTests-460bda65-10a1-453-proj-role"}}' 2018-11-19 06:11:36,556 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d158e6a-bda2-412a-a5c4-b8c2a02b35b2 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "70e5f35765774cf38ac91738c57c86c8", "links": {"self": "http://172.30.9.21:5000/v3/roles/70e5f35765774cf38ac91738c57c86c8"}, "name": "CreateRouterNegativeTests-460bda65-10a1-453-proj-role"}} 2018-11-19 06:11:36,556 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d158e6a-bda2-412a-a5c4-b8c2a02b35b2 2018-11-19 06:11:36,556 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-460bda65-10a1-453-proj-role 2018-11-19 06:11:36,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/70e5f35765774cf38ac91738c57c86c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:36,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6251bc44-5d58-4f81-bf84-83c81a170493 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/70e5f35765774cf38ac91738c57c86c8"}, "domain_id": null, "name": "CreateRouterNegativeTests-460bda65-10a1-453-proj-role", "id": "70e5f35765774cf38ac91738c57c86c8"}} 2018-11-19 06:11:36,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/70e5f35765774cf38ac91738c57c86c8 used request id req-6251bc44-5d58-4f81-bf84-83c81a170493 2018-11-19 06:11:36,645 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-460bda65-10a1-453-proj-role to project CreateRouterNegativeTests-460bda65-10a1-453-proj 2018-11-19 06:11:36,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/1aeacd86f2144860818d080895842a35/users/1643f92be4a84c68863fd35f7f403ce3/roles/70e5f35765774cf38ac91738c57c86c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:36,786 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23d08387-3358-4534-a8c4-48d34ab1381c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:36,786 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/1aeacd86f2144860818d080895842a35/users/1643f92be4a84c68863fd35f7f403ce3/roles/70e5f35765774cf38ac91738c57c86c8 used request id req-23d08387-3358-4534-a8c4-48d34ab1381c 2018-11-19 06:11:36,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:37,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-101a024d-c59e-4b14-af62-0ac6e8e46c13 Date: Mon, 19 Nov 2018 06:11:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:11:37,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-101a024d-c59e-4b14-af62-0ac6e8e46c13 2018-11-19 06:11:37,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:37,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-148b2cb1-3868-4046-bc1a-1ec3226cceee Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:11:37,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-148b2cb1-3868-4046-bc1a-1ec3226cceee 2018-11-19 06:11:37,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:37,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0cab9f5-fc94-4b25-9504-554748481b0e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:11:37,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-f0cab9f5-fc94-4b25-9504-554748481b0e 2018-11-19 06:11:37,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:37,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406bb368-2f8f-4dbe-a594-7a5705a0e471 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:11:37,280 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-406bb368-2f8f-4dbe-a594-7a5705a0e471 2018-11-19 06:11:37,280 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-460bda65-10a1-453-proj 2018-11-19 06:11:37,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/1aeacd86f2144860818d080895842a35 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:37,493 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd8f47af-6503-4ac3-a148-ce0b167982b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:37,493 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/1aeacd86f2144860818d080895842a35 used request id req-bd8f47af-6503-4ac3-a148-ce0b167982b2 2018-11-19 06:11:37,493 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-460bda65-10a1-453-proj-role 2018-11-19 06:11:37,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/70e5f35765774cf38ac91738c57c86c8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:37,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9bf4a8c-6f46-4b9c-ae6f-e01ddcfa48ef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:37,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/70e5f35765774cf38ac91738c57c86c8 used request id req-c9bf4a8c-6f46-4b9c-ae6f-e01ddcfa48ef 2018-11-19 06:11:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abb2cc124fd29f39f9f1d4f44befef6ae8351e20" 2018-11-19 06:11:37,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ec8aae-863c-49d3-acd7-9b3e4c299bc8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:37,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-27ec8aae-863c-49d3-acd7-9b3e4c299bc8 2018-11-19 06:11:37,781 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-460bda65-10a1-453-user 2018-11-19 06:11:37,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/1643f92be4a84c68863fd35f7f403ce3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77bccf5e79e67b1c36639eac9c01cf3c1bd5690" 2018-11-19 06:11:37,949 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f269ce82-d65e-43e8-8110-78761dee85ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:37,949 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1643f92be4a84c68863fd35f7f403ce3 used request id req-f269ce82-d65e-43e8-8110-78761dee85ac 2018-11-19 06:11:37,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:38,332 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["A5Y5GYWmTMizjP9COe3NXQ"], "issued_at": "2018-11-19T06:11:38.000000Z"}} 2018-11-19 06:11:38,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945f910574814acf6e35febab61c471274f27f03" 2018-11-19 06:11:38,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2cc1d1c-944e-431c-b605-08215c458d8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:38,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2cc1d1c-944e-431c-b605-08215c458d8e 2018-11-19 06:11:38,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:38,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:38,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["TkDA_YKsTHG9bRWe4tqV3w"], "issued_at": "2018-11-19T06:11:38.000000Z"}} 2018-11-19 06:11:38,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:38,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa12026-3aa8-42fc-b1c2-8174c053d6fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:38,823 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0fa12026-3aa8-42fc-b1c2-8174c053d6fe 2018-11-19 06:11:38,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:38,832 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:38,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-ab3e6a88-356b-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:38,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0dabc15-1cb6-41c9-b2cb-16651d5ed412 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-ab3e6a88-356b-4bc-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:11:38,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-ab3e6a88-356b-4bc-proj used request id req-e0dabc15-1cb6-41c9-b2cb-16651d5ed412 2018-11-19 06:11:38,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:39,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523571dd-7881-43c2-917b-6bc534308cbc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:39,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-523571dd-7881-43c2-917b-6bc534308cbc 2018-11-19 06:11:39,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-ab3e6a88-356b-4bc-proj"}}' 2018-11-19 06:11:39,143 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e91b0f05-93f4-404b-a241-a5a15d23454d Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6934a1d77d5c4d0cb33b2a69764c117d"}, "enabled": true, "id": "6934a1d77d5c4d0cb33b2a69764c117d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-ab3e6a88-356b-4bc-proj"}} 2018-11-19 06:11:39,143 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e91b0f05-93f4-404b-a241-a5a15d23454d 2018-11-19 06:11:39,143 - keystone_utils - INFO - Created project with name - CreateQoSTests-ab3e6a88-356b-4bc-proj 2018-11-19 06:11:39,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:39,144 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:39,531 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GE06FIveQF6h0JKKSgcK5A"], "issued_at": "2018-11-19T06:11:39.000000Z"}} 2018-11-19 06:11:39,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bea129cf697f0ba82955e2cb45be01133413bc" 2018-11-19 06:11:39,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6d39e49-9994-4c8c-a03e-cf2e4b280165 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:39,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c6d39e49-9994-4c8c-a03e-cf2e4b280165 2018-11-19 06:11:39,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:39,627 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:39,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bea129cf697f0ba82955e2cb45be01133413bc" 2018-11-19 06:11:39,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6e7d73c-4576-4db7-ae3a-9c126f7e7d8d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:11:39,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f6e7d73c-4576-4db7-ae3a-9c126f7e7d8d 2018-11-19 06:11:39,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-ab3e6a88-356b-4bc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bea129cf697f0ba82955e2cb45be01133413bc" 2018-11-19 06:11:39,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e581262f-6164-4c00-845f-583c98b7619c Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-ab3e6a88-356b-4bc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6934a1d77d5c4d0cb33b2a69764c117d"}, "enabled": true, "id": "6934a1d77d5c4d0cb33b2a69764c117d", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-ab3e6a88-356b-4bc-proj"}]} 2018-11-19 06:11:39,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-ab3e6a88-356b-4bc-proj used request id req-e581262f-6164-4c00-845f-583c98b7619c 2018-11-19 06:11:39,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bea129cf697f0ba82955e2cb45be01133413bc" 2018-11-19 06:11:39,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e77ac282-d87b-493f-bccd-f3e596253410 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:39,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e77ac282-d87b-493f-bccd-f3e596253410 2018-11-19 06:11:40,281 - keystone_utils - INFO - Created user with name - CreateQoSTests-ab3e6a88-356b-4bc-user 2018-11-19 06:11:40,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:40,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:40,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2cf5700-4b87-4f2a-99cd-48c7db5be099 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:40,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b2cf5700-4b87-4f2a-99cd-48c7db5be099 2018-11-19 06:11:40,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" -d '{"role": {"name": "CreateQoSTests-ab3e6a88-356b-4bc-proj-role"}}' 2018-11-19 06:11:40,489 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f476ae9-5e94-4494-b14d-3cdea7a3754d Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "34672fbd7c144fba946acfdc59b3a7ee", "links": {"self": "http://172.30.9.21:5000/v3/roles/34672fbd7c144fba946acfdc59b3a7ee"}, "name": "CreateQoSTests-ab3e6a88-356b-4bc-proj-role"}} 2018-11-19 06:11:40,490 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8f476ae9-5e94-4494-b14d-3cdea7a3754d 2018-11-19 06:11:40,490 - keystone_utils - INFO - Created role with name - CreateQoSTests-ab3e6a88-356b-4bc-proj-role 2018-11-19 06:11:40,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/34672fbd7c144fba946acfdc59b3a7ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:40,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f434259-1577-4e9e-b153-69a6bfadc49f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/34672fbd7c144fba946acfdc59b3a7ee"}, "domain_id": null, "name": "CreateQoSTests-ab3e6a88-356b-4bc-proj-role", "id": "34672fbd7c144fba946acfdc59b3a7ee"}} 2018-11-19 06:11:40,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/34672fbd7c144fba946acfdc59b3a7ee used request id req-2f434259-1577-4e9e-b153-69a6bfadc49f 2018-11-19 06:11:40,582 - keystone_utils - INFO - Granting role CreateQoSTests-ab3e6a88-356b-4bc-proj-role to project CreateQoSTests-ab3e6a88-356b-4bc-proj 2018-11-19 06:11:40,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6934a1d77d5c4d0cb33b2a69764c117d/users/c0219fe4c97d41ff98ee5a726950810b/roles/34672fbd7c144fba946acfdc59b3a7ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:40,702 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-276b9f09-8741-4816-b664-6649f81ee40b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:40,702 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6934a1d77d5c4d0cb33b2a69764c117d/users/c0219fe4c97d41ff98ee5a726950810b/roles/34672fbd7c144fba946acfdc59b3a7ee used request id req-276b9f09-8741-4816-b664-6649f81ee40b 2018-11-19 06:11:40,719 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:40,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:41,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["DBJ-v9aWTMC8SHh5M7Kv5Q"], "issued_at": "2018-11-19T06:11:41.000000Z"}} 2018-11-19 06:11:41,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7be71706a93304eb7a45718a794c4a70f48e29" 2018-11-19 06:11:41,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55879dd9-3901-4f6b-9762-ccf91b931d61 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:41,186 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-55879dd9-3901-4f6b-9762-ccf91b931d61 2018-11-19 06:11:41,191 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7be71706a93304eb7a45718a794c4a70f48e29" 2018-11-19 06:11:41,373 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:41 GMT Server: Apache x-compute-request-id: req-0132a8f6-f5ef-435a-9a93-2b470d77be9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0132a8f6-f5ef-435a-9a93-2b470d77be9b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 06:11:41,373 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-0132a8f6-f5ef-435a-9a93-2b470d77be9b 2018-11-19 06:11:41,376 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0132a8f6-f5ef-435a-9a93-2b470d77be9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7be71706a93304eb7a45718a794c4a70f48e29" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-94077513-5ed2-4912-b9c6-a1a276b44eea"}}' 2018-11-19 06:11:41,557 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:41 GMT Server: Apache x-compute-request-id: req-658027ca-97f3-41b4-9cda-ec152235edde OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-658027ca-97f3-41b4-9cda-ec152235edde Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "0953f23a-9df0-4648-b39c-9067ba7384cb", "name": "CreateQoSTests-94077513-5ed2-4912-b9c6-a1a276b44eea"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/0953f23a-9df0-4648-b39c-9067ba7384cb", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/0953f23a-9df0-4648-b39c-9067ba7384cb", "rel": "bookmark"}]} 2018-11-19 06:11:41,557 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-658027ca-97f3-41b4-9cda-ec152235edde 2018-11-19 06:11:41,558 - create_qos - INFO - Created qos with name - CreateQoSTests-94077513-5ed2-4912-b9c6-a1a276b44eea 2018-11-19 06:11:41,561 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945f910574814acf6e35febab61c471274f27f03" 2018-11-19 06:11:41,751 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:41 GMT Server: Apache x-compute-request-id: req-caa28281-146e-4404-a463-c97f270e25b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-caa28281-146e-4404-a463-c97f270e25b8 Content-Encoding: gzip Content-Length: 150 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "0953f23a-9df0-4648-b39c-9067ba7384cb", "name": "CreateQoSTests-94077513-5ed2-4912-b9c6-a1a276b44eea"}]} 2018-11-19 06:11:41,752 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-caa28281-146e-4404-a463-c97f270e25b8 2018-11-19 06:11:41,752 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-94077513-5ed2-4912-b9c6-a1a276b44eea 2018-11-19 06:11:41,755 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/0953f23a-9df0-4648-b39c-9067ba7384cb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-caa28281-146e-4404-a463-c97f270e25b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945f910574814acf6e35febab61c471274f27f03" 2018-11-19 06:11:42,431 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:11:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f1ec727e-d4af-42bd-ba8e-b29d010fa719 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:11:42,431 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/0953f23a-9df0-4648-b39c-9067ba7384cb?force=False used request id req-f1ec727e-d4af-42bd-ba8e-b29d010fa719 2018-11-19 06:11:42,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-caa28281-146e-4404-a463-c97f270e25b8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}945f910574814acf6e35febab61c471274f27f03" 2018-11-19 06:11:42,979 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:42 GMT Server: Apache x-compute-request-id: req-fbf2e87d-4b52-48f0-8a92-4b1d80443209 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fbf2e87d-4b52-48f0-8a92-4b1d80443209 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 06:11:42,979 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-fbf2e87d-4b52-48f0-8a92-4b1d80443209 2018-11-19 06:11:42,980 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-94077513-5ed2-4912-b9c6-a1a276b44eea 2018-11-19 06:11:42,983 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/0953f23a-9df0-4648-b39c-9067ba7384cb?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0132a8f6-f5ef-435a-9a93-2b470d77be9b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7be71706a93304eb7a45718a794c4a70f48e29" 2018-11-19 06:11:43,166 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:11:42 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-43a8c054-af13-493b-b4b9-b2f64e2691ed x-openstack-request-id: req-43a8c054-af13-493b-b4b9-b2f64e2691ed Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 0953f23a-9df0-4648-b39c-9067ba7384cb.", "code": 404}} 2018-11-19 06:11:43,167 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/0953f23a-9df0-4648-b39c-9067ba7384cb?force=False used request id req-43a8c054-af13-493b-b4b9-b2f64e2691ed 2018-11-19 06:11:43,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:43,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-71d7705a-cdd8-49c4-989b-3a9de85df822 Date: Mon, 19 Nov 2018 06:11:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:11:43,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-71d7705a-cdd8-49c4-989b-3a9de85df822 2018-11-19 06:11:43,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:43,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81845af7-265c-4bb6-9197-a1f7a062c6df Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:11:43,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-81845af7-265c-4bb6-9197-a1f7a062c6df 2018-11-19 06:11:43,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:43,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58320751-7a19-47fd-b9e9-c3c93ee80691 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:11:43,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-58320751-7a19-47fd-b9e9-c3c93ee80691 2018-11-19 06:11:43,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:43,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8786b64-b0fd-4237-9b1c-918dfd4c3d7c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:11:43,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-e8786b64-b0fd-4237-9b1c-918dfd4c3d7c 2018-11-19 06:11:43,657 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-ab3e6a88-356b-4bc-proj 2018-11-19 06:11:43,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6934a1d77d5c4d0cb33b2a69764c117d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:43,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31be4b25-4961-4328-a52d-c3af6305dd79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:43,877 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6934a1d77d5c4d0cb33b2a69764c117d used request id req-31be4b25-4961-4328-a52d-c3af6305dd79 2018-11-19 06:11:43,877 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-ab3e6a88-356b-4bc-proj-role 2018-11-19 06:11:43,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/34672fbd7c144fba946acfdc59b3a7ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:44,004 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2983ef2c-5c90-45d8-bea7-2ad7accf39fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:44,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/34672fbd7c144fba946acfdc59b3a7ee used request id req-2983ef2c-5c90-45d8-bea7-2ad7accf39fc 2018-11-19 06:11:44,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ae4276b6991247829a1240035b707f01ca3cda9" 2018-11-19 06:11:44,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be2b066f-071c-4959-9984-eeabcbdf3a68 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:44,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-be2b066f-071c-4959-9984-eeabcbdf3a68 2018-11-19 06:11:44,091 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-ab3e6a88-356b-4bc-user 2018-11-19 06:11:44,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c0219fe4c97d41ff98ee5a726950810b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97bea129cf697f0ba82955e2cb45be01133413bc" 2018-11-19 06:11:44,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f4187f6-a1b7-4109-b443-95b11b9d999a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:44,267 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c0219fe4c97d41ff98ee5a726950810b used request id req-0f4187f6-a1b7-4109-b443-95b11b9d999a 2018-11-19 06:11:44,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:44,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hx5AzPCUQaazAGXIZdD9KQ"], "issued_at": "2018-11-19T06:11:44.000000Z"}} 2018-11-19 06:11:44,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e4e8fb063630167369311cc27310951dc0b4a7" 2018-11-19 06:11:44,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30655ebc-1c0f-4092-a7af-b709b97cd1d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:44,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-30655ebc-1c0f-4092-a7af-b709b97cd1d7 2018-11-19 06:11:44,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:44,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:45,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9HVdn8BgQTCQ2d4BJqrefQ"], "issued_at": "2018-11-19T06:11:45.000000Z"}} 2018-11-19 06:11:45,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:45,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc67e789-4aa8-4d59-bdd4-cb0441093313 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:45,214 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dc67e789-4aa8-4d59-bdd4-cb0441093313 2018-11-19 06:11:45,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:45,224 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:45,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-d255508e-a728-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:45,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd3827f-8785-4840-97e2-d851b4288986 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-d255508e-a728-45f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:11:45,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-d255508e-a728-45f-proj used request id req-8bd3827f-8785-4840-97e2-d851b4288986 2018-11-19 06:11:45,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:45,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-462292b3-02bc-45e0-8869-73038e1a5b64 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:45,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-462292b3-02bc-45e0-8869-73038e1a5b64 2018-11-19 06:11:45,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-d255508e-a728-45f-proj"}}' 2018-11-19 06:11:45,515 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83e931c8-9865-4012-b4d3-88763dafa2d2 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ddabb09d01d241d4950028aa21dd30cf"}, "enabled": true, "id": "ddabb09d01d241d4950028aa21dd30cf", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-d255508e-a728-45f-proj"}} 2018-11-19 06:11:45,515 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-83e931c8-9865-4012-b4d3-88763dafa2d2 2018-11-19 06:11:45,515 - keystone_utils - INFO - Created project with name - CreateQoSTests-d255508e-a728-45f-proj 2018-11-19 06:11:45,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:45,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:45,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gV1JTNnXQc-xiSTjPClJWQ"], "issued_at": "2018-11-19T06:11:45.000000Z"}} 2018-11-19 06:11:45,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd30362d3f22881104b9c39f2a80c9639b6cfb1a" 2018-11-19 06:11:45,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1922d7aa-b27a-469b-8978-a432f279fbd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:45,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1922d7aa-b27a-469b-8978-a432f279fbd7 2018-11-19 06:11:45,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:45,997 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:45,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd30362d3f22881104b9c39f2a80c9639b6cfb1a" 2018-11-19 06:11:46,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a4c25a3-7e18-4096-a200-4781b5fc1854 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:11:46,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2a4c25a3-7e18-4096-a200-4781b5fc1854 2018-11-19 06:11:46,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-d255508e-a728-45f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd30362d3f22881104b9c39f2a80c9639b6cfb1a" 2018-11-19 06:11:46,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f7d3c5-123e-44e2-a9cb-c731956411df Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-d255508e-a728-45f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/ddabb09d01d241d4950028aa21dd30cf"}, "enabled": true, "id": "ddabb09d01d241d4950028aa21dd30cf", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-d255508e-a728-45f-proj"}]} 2018-11-19 06:11:46,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-d255508e-a728-45f-proj used request id req-36f7d3c5-123e-44e2-a9cb-c731956411df 2018-11-19 06:11:46,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd30362d3f22881104b9c39f2a80c9639b6cfb1a" 2018-11-19 06:11:46,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3ce8685-24c0-4956-bfb9-d91d3b939cdc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:46,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d3ce8685-24c0-4956-bfb9-d91d3b939cdc 2018-11-19 06:11:46,599 - keystone_utils - INFO - Created user with name - CreateQoSTests-d255508e-a728-45f-user 2018-11-19 06:11:46,599 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:46,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:46,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec0994c2-23a7-40fd-80cc-be5f5dc4cdbf Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:46,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ec0994c2-23a7-40fd-80cc-be5f5dc4cdbf 2018-11-19 06:11:46,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" -d '{"role": {"name": "CreateQoSTests-d255508e-a728-45f-proj-role"}}' 2018-11-19 06:11:46,801 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-765c4bbc-3531-49ab-a88c-313f356ff3c3 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e2353bc382de414c875f5ae0423a0eb3", "links": {"self": "http://172.30.9.21:5000/v3/roles/e2353bc382de414c875f5ae0423a0eb3"}, "name": "CreateQoSTests-d255508e-a728-45f-proj-role"}} 2018-11-19 06:11:46,801 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-765c4bbc-3531-49ab-a88c-313f356ff3c3 2018-11-19 06:11:46,801 - keystone_utils - INFO - Created role with name - CreateQoSTests-d255508e-a728-45f-proj-role 2018-11-19 06:11:46,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e2353bc382de414c875f5ae0423a0eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:46,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af1c3b47-be11-4526-8023-4221e27be84e Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e2353bc382de414c875f5ae0423a0eb3"}, "domain_id": null, "name": "CreateQoSTests-d255508e-a728-45f-proj-role", "id": "e2353bc382de414c875f5ae0423a0eb3"}} 2018-11-19 06:11:46,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e2353bc382de414c875f5ae0423a0eb3 used request id req-af1c3b47-be11-4526-8023-4221e27be84e 2018-11-19 06:11:46,893 - keystone_utils - INFO - Granting role CreateQoSTests-d255508e-a728-45f-proj-role to project CreateQoSTests-d255508e-a728-45f-proj 2018-11-19 06:11:46,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/ddabb09d01d241d4950028aa21dd30cf/users/851b718ec7154cba8b1bb0cbef2e8543/roles/e2353bc382de414c875f5ae0423a0eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:47,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9037563d-aeeb-4ca1-9d45-8a542e70ff3c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:47,031 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/ddabb09d01d241d4950028aa21dd30cf/users/851b718ec7154cba8b1bb0cbef2e8543/roles/e2353bc382de414c875f5ae0423a0eb3 used request id req-9037563d-aeeb-4ca1-9d45-8a542e70ff3c 2018-11-19 06:11:47,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:47,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:47,407 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5EBIFS2CT66Jsoaab6Zt4Q"], "issued_at": "2018-11-19T06:11:47.000000Z"}} 2018-11-19 06:11:47,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ffadf463f881b7feab67ffbd1acf33a72b7a97d" 2018-11-19 06:11:47,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12792aa1-f09a-45d6-a00d-0208355bbb13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:47,492 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-12792aa1-f09a-45d6-a00d-0208355bbb13 2018-11-19 06:11:47,498 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ffadf463f881b7feab67ffbd1acf33a72b7a97d" 2018-11-19 06:11:47,687 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:47 GMT Server: Apache x-compute-request-id: req-ae5ad534-5eae-496f-bded-4fb1f97dd429 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ae5ad534-5eae-496f-bded-4fb1f97dd429 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 06:11:47,687 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-ae5ad534-5eae-496f-bded-4fb1f97dd429 2018-11-19 06:11:47,690 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ae5ad534-5eae-496f-bded-4fb1f97dd429" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ffadf463f881b7feab67ffbd1acf33a72b7a97d" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-c52c85a7-aec2-4f01-ba8f-cc7355cd69dc"}}' 2018-11-19 06:11:47,898 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:47 GMT Server: Apache x-compute-request-id: req-03c5f606-0501-43a6-8e56-abb9c32b1ed5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-03c5f606-0501-43a6-8e56-abb9c32b1ed5 Content-Encoding: gzip Content-Length: 239 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "a30ebb23-df9b-49bd-a061-b311d8d5aa0d", "name": "CreateQoSTests-c52c85a7-aec2-4f01-ba8f-cc7355cd69dc"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/a30ebb23-df9b-49bd-a061-b311d8d5aa0d", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/a30ebb23-df9b-49bd-a061-b311d8d5aa0d", "rel": "bookmark"}]} 2018-11-19 06:11:47,898 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-03c5f606-0501-43a6-8e56-abb9c32b1ed5 2018-11-19 06:11:47,899 - create_qos - INFO - Created qos with name - CreateQoSTests-c52c85a7-aec2-4f01-ba8f-cc7355cd69dc 2018-11-19 06:11:47,902 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22e4e8fb063630167369311cc27310951dc0b4a7" 2018-11-19 06:11:48,774 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:47 GMT Server: Apache x-compute-request-id: req-1fcc4ee7-afcc-44f0-b09a-ead69fabe49a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1fcc4ee7-afcc-44f0-b09a-ead69fabe49a Content-Encoding: gzip Content-Length: 151 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "a30ebb23-df9b-49bd-a061-b311d8d5aa0d", "name": "CreateQoSTests-c52c85a7-aec2-4f01-ba8f-cc7355cd69dc"}]} 2018-11-19 06:11:48,775 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-1fcc4ee7-afcc-44f0-b09a-ead69fabe49a 2018-11-19 06:11:48,775 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-c52c85a7-aec2-4f01-ba8f-cc7355cd69dc 2018-11-19 06:11:48,778 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/a30ebb23-df9b-49bd-a061-b311d8d5aa0d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ae5ad534-5eae-496f-bded-4fb1f97dd429" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ffadf463f881b7feab67ffbd1acf33a72b7a97d" 2018-11-19 06:11:49,025 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:11:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1cb0fa50-805a-4dcf-815a-5143dac4e3ed Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:11:49,025 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/a30ebb23-df9b-49bd-a061-b311d8d5aa0d?force=False used request id req-1cb0fa50-805a-4dcf-815a-5143dac4e3ed 2018-11-19 06:11:49,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:49,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8ebafe9c-82f3-4775-9dc7-7b3b07f424c1 Date: Mon, 19 Nov 2018 06:11:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:11:49,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8ebafe9c-82f3-4775-9dc7-7b3b07f424c1 2018-11-19 06:11:49,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:49,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dffed2d8-1d16-4f6b-96fc-a926044752c3 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:11:49,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-dffed2d8-1d16-4f6b-96fc-a926044752c3 2018-11-19 06:11:49,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:49,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251d99b7-12be-4a12-8b3d-507c85ce204e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:11:49,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-251d99b7-12be-4a12-8b3d-507c85ce204e 2018-11-19 06:11:49,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:49,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c80477a8-c67e-4ab4-9750-8491fcc2ef87 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:11:49,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-c80477a8-c67e-4ab4-9750-8491fcc2ef87 2018-11-19 06:11:49,377 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-d255508e-a728-45f-proj 2018-11-19 06:11:49,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/ddabb09d01d241d4950028aa21dd30cf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:49,582 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-312a68a1-4205-4c29-9088-f64ab0e514b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:49,583 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/ddabb09d01d241d4950028aa21dd30cf used request id req-312a68a1-4205-4c29-9088-f64ab0e514b9 2018-11-19 06:11:49,583 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-d255508e-a728-45f-proj-role 2018-11-19 06:11:49,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e2353bc382de414c875f5ae0423a0eb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:49,687 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e5b57fd-bdce-482f-a43f-1aff54fa4d4f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:49,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e2353bc382de414c875f5ae0423a0eb3 used request id req-0e5b57fd-bdce-482f-a43f-1aff54fa4d4f 2018-11-19 06:11:49,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b28e49d2944897d985fb4cc8998b386e1bd2c7e0" 2018-11-19 06:11:49,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0346d7-3a36-4b6f-8077-716324693897 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:49,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a0346d7-3a36-4b6f-8077-716324693897 2018-11-19 06:11:49,797 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-d255508e-a728-45f-user 2018-11-19 06:11:49,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/851b718ec7154cba8b1bb0cbef2e8543 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd30362d3f22881104b9c39f2a80c9639b6cfb1a" 2018-11-19 06:11:49,968 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-073a0737-351c-4287-88f2-85f72b919d38 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:49,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/851b718ec7154cba8b1bb0cbef2e8543 used request id req-073a0737-351c-4287-88f2-85f72b919d38 2018-11-19 06:11:49,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:50,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["-3u2z7UtQIOpM1jXbWALGg"], "issued_at": "2018-11-19T06:11:50.000000Z"}} 2018-11-19 06:11:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a5d6ec7786081a53d254f3f0056a8c11bd39584" 2018-11-19 06:11:50,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d649a1-e16a-4a28-b4bc-ab0ed287eb3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:50,434 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-06d649a1-e16a-4a28-b4bc-ab0ed287eb3d 2018-11-19 06:11:50,436 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:50,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:50,824 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["JTvpMNEbT9iKBpEU3npuwQ"], "issued_at": "2018-11-19T06:11:50.000000Z"}} 2018-11-19 06:11:50,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:50,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f6d4aa0-93fb-4055-adb9-aa8d117e6e30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:50,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f6d4aa0-93fb-4055-adb9-aa8d117e6e30 2018-11-19 06:11:50,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:50,910 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-bcdfec21-26a4-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:50,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f8289bf-f586-44ed-87b3-22418d5d6b62 Content-Encoding: gzip Content-Length: 173 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-bcdfec21-26a4-4f6-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:11:50,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateQoSTests-bcdfec21-26a4-4f6-proj used request id req-5f8289bf-f586-44ed-87b3-22418d5d6b62 2018-11-19 06:11:51,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:51,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437a1b31-74ef-46b6-8c5b-f72064714a7a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:51,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-437a1b31-74ef-46b6-8c5b-f72064714a7a 2018-11-19 06:11:51,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateQoSTests-bcdfec21-26a4-4f6-proj"}}' 2018-11-19 06:11:51,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a2b603c-85dc-4ea4-b484-fbb3702338d7 Content-Length: 299 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8a234c33a9ce44f489564b2f960cd414"}, "enabled": true, "id": "8a234c33a9ce44f489564b2f960cd414", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-bcdfec21-26a4-4f6-proj"}} 2018-11-19 06:11:51,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0a2b603c-85dc-4ea4-b484-fbb3702338d7 2018-11-19 06:11:51,209 - keystone_utils - INFO - Created project with name - CreateQoSTests-bcdfec21-26a4-4f6-proj 2018-11-19 06:11:51,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:51,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:51,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["aFjm0ZFSR3G7FwFxrvBxtQ"], "issued_at": "2018-11-19T06:11:51.000000Z"}} 2018-11-19 06:11:51,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046695b9e734a49d4e4f910df09d362b93954e6c" 2018-11-19 06:11:51,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ba93c8-f425-4248-acf4-31945c30d18b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:51,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-15ba93c8-f425-4248-acf4-31945c30d18b 2018-11-19 06:11:51,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:51,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:51,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046695b9e734a49d4e4f910df09d362b93954e6c" 2018-11-19 06:11:51,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bc34930-db89-4e0b-a976-cf07a596cea0 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:11:51,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8bc34930-db89-4e0b-a976-cf07a596cea0 2018-11-19 06:11:51,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-bcdfec21-26a4-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046695b9e734a49d4e4f910df09d362b93954e6c" 2018-11-19 06:11:51,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12e26409-a3a1-439a-a07c-9afc0cd2eb86 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-bcdfec21-26a4-4f6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8a234c33a9ce44f489564b2f960cd414"}, "enabled": true, "id": "8a234c33a9ce44f489564b2f960cd414", "parent_id": "default", "domain_id": "default", "name": "CreateQoSTests-bcdfec21-26a4-4f6-proj"}]} 2018-11-19 06:11:51,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateQoSTests-bcdfec21-26a4-4f6-proj used request id req-12e26409-a3a1-439a-a07c-9afc0cd2eb86 2018-11-19 06:11:51,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046695b9e734a49d4e4f910df09d362b93954e6c" 2018-11-19 06:11:51,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-181cf945-5052-4be5-bc98-d40f3c06bc64 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:51,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-181cf945-5052-4be5-bc98-d40f3c06bc64 2018-11-19 06:11:52,257 - keystone_utils - INFO - Created user with name - CreateQoSTests-bcdfec21-26a4-4f6-user 2018-11-19 06:11:52,258 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:52,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:52,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-352be76f-efe3-498e-afcb-4f3c588b9e73 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:52,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-352be76f-efe3-498e-afcb-4f3c588b9e73 2018-11-19 06:11:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" -d '{"role": {"name": "CreateQoSTests-bcdfec21-26a4-4f6-proj-role"}}' 2018-11-19 06:11:52,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-932c2d1e-204f-4733-b515-a6ceb19dd4b1 Content-Length: 213 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7fce9f6f325e4fd3aa1dc4af74fa4fd3", "links": {"self": "http://172.30.9.21:5000/v3/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3"}, "name": "CreateQoSTests-bcdfec21-26a4-4f6-proj-role"}} 2018-11-19 06:11:52,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-932c2d1e-204f-4733-b515-a6ceb19dd4b1 2018-11-19 06:11:52,467 - keystone_utils - INFO - Created role with name - CreateQoSTests-bcdfec21-26a4-4f6-proj-role 2018-11-19 06:11:52,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:52,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e334e2b-9692-4d0a-9833-e0055514e43c Content-Encoding: gzip Content-Length: 168 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3"}, "domain_id": null, "name": "CreateQoSTests-bcdfec21-26a4-4f6-proj-role", "id": "7fce9f6f325e4fd3aa1dc4af74fa4fd3"}} 2018-11-19 06:11:52,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3 used request id req-1e334e2b-9692-4d0a-9833-e0055514e43c 2018-11-19 06:11:52,555 - keystone_utils - INFO - Granting role CreateQoSTests-bcdfec21-26a4-4f6-proj-role to project CreateQoSTests-bcdfec21-26a4-4f6-proj 2018-11-19 06:11:52,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8a234c33a9ce44f489564b2f960cd414/users/f6ae731b86d643b38e6bbc397449f054/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:52,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1610c728-a7ed-4dde-a51d-47f86d18ab9b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:52,630 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8a234c33a9ce44f489564b2f960cd414/users/f6ae731b86d643b38e6bbc397449f054/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3 used request id req-1610c728-a7ed-4dde-a51d-47f86d18ab9b 2018-11-19 06:11:52,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:52,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:53,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["DnVOxdJ7Q5Ojdr0ADwtivQ"], "issued_at": "2018-11-19T06:11:53.000000Z"}} 2018-11-19 06:11:53,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585391b037fc9d3e793d7dafb160ebafca9676e" 2018-11-19 06:11:53,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01de111b-c382-4910-abd4-2766cbf24641 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:53,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-01de111b-c382-4910-abd4-2766cbf24641 2018-11-19 06:11:53,111 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585391b037fc9d3e793d7dafb160ebafca9676e" 2018-11-19 06:11:53,660 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:53 GMT Server: Apache x-compute-request-id: req-6b8d24f1-201e-4c1f-959b-5a1f8a86936a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6b8d24f1-201e-4c1f-959b-5a1f8a86936a Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 06:11:53,660 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-6b8d24f1-201e-4c1f-959b-5a1f8a86936a 2018-11-19 06:11:53,664 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6b8d24f1-201e-4c1f-959b-5a1f8a86936a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585391b037fc9d3e793d7dafb160ebafca9676e" -d '{"qos_specs": {"consumer": "both", "name": "CreateQoSTests-aa578270-b897-4609-8445-aea965bbfc48"}}' 2018-11-19 06:11:54,246 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:53 GMT Server: Apache x-compute-request-id: req-f3c55ffb-57d0-4c95-9081-a33a7a1e4e93 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f3c55ffb-57d0-4c95-9081-a33a7a1e4e93 Content-Encoding: gzip Content-Length: 238 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "5fc7011d-a5cf-4bc0-b909-7aaf80d6a49d", "name": "CreateQoSTests-aa578270-b897-4609-8445-aea965bbfc48"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/5fc7011d-a5cf-4bc0-b909-7aaf80d6a49d", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/5fc7011d-a5cf-4bc0-b909-7aaf80d6a49d", "rel": "bookmark"}]} 2018-11-19 06:11:54,246 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-f3c55ffb-57d0-4c95-9081-a33a7a1e4e93 2018-11-19 06:11:54,247 - create_qos - INFO - Created qos with name - CreateQoSTests-aa578270-b897-4609-8445-aea965bbfc48 2018-11-19 06:11:54,250 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a5d6ec7786081a53d254f3f0056a8c11bd39584" 2018-11-19 06:11:54,815 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:54 GMT Server: Apache x-compute-request-id: req-11b1a2e7-08df-4dda-9d47-ff8853c24029 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-11b1a2e7-08df-4dda-9d47-ff8853c24029 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "5fc7011d-a5cf-4bc0-b909-7aaf80d6a49d", "name": "CreateQoSTests-aa578270-b897-4609-8445-aea965bbfc48"}]} 2018-11-19 06:11:54,815 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-11b1a2e7-08df-4dda-9d47-ff8853c24029 2018-11-19 06:11:54,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:54,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:55,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["eNwkvCKwSaqwjvoUXM6R2w"], "issued_at": "2018-11-19T06:11:55.000000Z"}} 2018-11-19 06:11:55,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626b928b489516d8233c5745f8739725795a733" 2018-11-19 06:11:55,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-faa8f771-64da-46ea-8c81-6175012f7550 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:55,288 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-faa8f771-64da-46ea-8c81-6175012f7550 2018-11-19 06:11:55,293 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9626b928b489516d8233c5745f8739725795a733" 2018-11-19 06:11:55,475 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:55 GMT Server: Apache x-compute-request-id: req-bfa97f74-e571-4730-9d9e-6a9733bd9427 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bfa97f74-e571-4730-9d9e-6a9733bd9427 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "5fc7011d-a5cf-4bc0-b909-7aaf80d6a49d", "name": "CreateQoSTests-aa578270-b897-4609-8445-aea965bbfc48"}]} 2018-11-19 06:11:55,475 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-bfa97f74-e571-4730-9d9e-6a9733bd9427 2018-11-19 06:11:55,476 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-aa578270-b897-4609-8445-aea965bbfc48 2018-11-19 06:11:55,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/5fc7011d-a5cf-4bc0-b909-7aaf80d6a49d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6b8d24f1-201e-4c1f-959b-5a1f8a86936a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3585391b037fc9d3e793d7dafb160ebafca9676e" 2018-11-19 06:11:56,077 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:11:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-91f4d12f-3779-418e-b2d0-d5409cbd879b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:11:56,078 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/5fc7011d-a5cf-4bc0-b909-7aaf80d6a49d?force=False used request id req-91f4d12f-3779-418e-b2d0-d5409cbd879b 2018-11-19 06:11:56,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:56,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-77fc4b90-2b73-4be4-82fb-36dbd45fe6a6 Date: Mon, 19 Nov 2018 06:11:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:11:56,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-77fc4b90-2b73-4be4-82fb-36dbd45fe6a6 2018-11-19 06:11:56,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:56,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6491ad2-c69b-484f-86bc-0b4eece9f2bc Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:11:56,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-e6491ad2-c69b-484f-86bc-0b4eece9f2bc 2018-11-19 06:11:56,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:56,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e8cde34-dfc5-4de8-a37e-cc58dd465906 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:11:56,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-5e8cde34-dfc5-4de8-a37e-cc58dd465906 2018-11-19 06:11:56,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:56,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d35196-adc1-4cac-93a5-b62ab1d91b52 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:11:56,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-96d35196-adc1-4cac-93a5-b62ab1d91b52 2018-11-19 06:11:56,573 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-bcdfec21-26a4-4f6-proj 2018-11-19 06:11:56,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8a234c33a9ce44f489564b2f960cd414 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:56,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee318d4d-4f95-46d0-b384-eb04f4bf93d2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:56,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8a234c33a9ce44f489564b2f960cd414 used request id req-ee318d4d-4f95-46d0-b384-eb04f4bf93d2 2018-11-19 06:11:56,770 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-bcdfec21-26a4-4f6-proj-role 2018-11-19 06:11:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:56,866 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8659480f-9256-40fb-85d9-2f07baaf7894 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:56,867 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7fce9f6f325e4fd3aa1dc4af74fa4fd3 used request id req-8659480f-9256-40fb-85d9-2f07baaf7894 2018-11-19 06:11:56,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ac38b2f43fe4bf57e714c927f238ee2e0510d3b" 2018-11-19 06:11:56,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf3fa1b0-1022-4322-b3e3-cbd8bf362d56 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:56,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bf3fa1b0-1022-4322-b3e3-cbd8bf362d56 2018-11-19 06:11:56,953 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-bcdfec21-26a4-4f6-user 2018-11-19 06:11:56,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f6ae731b86d643b38e6bbc397449f054 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}046695b9e734a49d4e4f910df09d362b93954e6c" 2018-11-19 06:11:57,124 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df939220-0774-420b-9f34-77034d77c019 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:57,124 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f6ae731b86d643b38e6bbc397449f054 used request id req-df939220-0774-420b-9f34-77034d77c019 2018-11-19 06:11:57,125 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:57,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Iy_PZ4WFSROxaDDDzMcUKw"], "issued_at": "2018-11-19T06:11:57.000000Z"}} 2018-11-19 06:11:57,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eaac1f169106acf64d0b2be8e3130762c2b8d7" 2018-11-19 06:11:57,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af6f98c-8c4b-4c77-a3ab-8ab6306e8cf5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:57,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7af6f98c-8c4b-4c77-a3ab-8ab6306e8cf5 2018-11-19 06:11:57,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:57,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:57,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Vz9PrxzvSReXsI5bIiM4_A"], "issued_at": "2018-11-19T06:11:57.000000Z"}} 2018-11-19 06:11:57,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:11:57,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e85d8123-7319-4260-806e-ca35b355b208 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:57,993 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e85d8123-7319-4260-806e-ca35b355b208 2018-11-19 06:11:57,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:58,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:58,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:11:58,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03bf2225-2815-4f14-97fe-1a6057eb9e38 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:11:58,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj used request id req-03bf2225-2815-4f14-97fe-1a6057eb9e38 2018-11-19 06:11:58,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:11:58,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ef33674-64a6-429c-8386-572ea7503a40 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:58,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2ef33674-64a6-429c-8386-572ea7503a40 2018-11-19 06:11:58,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj"}}' 2018-11-19 06:11:58,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54abc084-6d90-40f3-bf5d-c76b53c3dccf Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d0481abaaafa448b810414e6ff3089bb"}, "enabled": true, "id": "d0481abaaafa448b810414e6ff3089bb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj"}} 2018-11-19 06:11:58,299 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-54abc084-6d90-40f3-bf5d-c76b53c3dccf 2018-11-19 06:11:58,299 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj 2018-11-19 06:11:58,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:58,300 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:11:58,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:11:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["IqGI_RFGS1GW2u0r5lWQQQ"], "issued_at": "2018-11-19T06:11:58.000000Z"}} 2018-11-19 06:11:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3cafd10c44042d2dbe543a5652e0ea2651313f" 2018-11-19 06:11:58,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eebdae7c-5591-44f7-b693-7af1f5b3edc7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:11:58,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eebdae7c-5591-44f7-b693-7af1f5b3edc7 2018-11-19 06:11:58,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:11:58,705 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:11: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:11:58,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3cafd10c44042d2dbe543a5652e0ea2651313f" 2018-11-19 06:11:58,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b5cd5bf-c37b-4ad6-8940-759fb9b3e589 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:11:58,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6b5cd5bf-c37b-4ad6-8940-759fb9b3e589 2018-11-19 06:11:58,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3cafd10c44042d2dbe543a5652e0ea2651313f" 2018-11-19 06:11:58,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c38aeca-0217-47af-8557-5cbfcb45f282 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d0481abaaafa448b810414e6ff3089bb"}, "enabled": true, "id": "d0481abaaafa448b810414e6ff3089bb", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj"}]} 2018-11-19 06:11:58,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj used request id req-5c38aeca-0217-47af-8557-5cbfcb45f282 2018-11-19 06:11:58,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3cafd10c44042d2dbe543a5652e0ea2651313f" 2018-11-19 06:11:58,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd889f9c-c180-4a63-8a5b-eb70f70b9946 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:11:58,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cd889f9c-c180-4a63-8a5b-eb70f70b9946 2018-11-19 06:11:59,358 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-user 2018-11-19 06:11:59,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:59,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:11:59,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f27f6b-5e20-466a-8de3-0468b10a0971 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:11:59,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b4f27f6b-5e20-466a-8de3-0468b10a0971 2018-11-19 06:11:59,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj-role"}}' 2018-11-19 06:11:59,555 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:11:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8186f96-b533-41cc-9380-2249c0d8e9ad Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f6e477f88a5649e5a03661c314222e82", "links": {"self": "http://172.30.9.21:5000/v3/roles/f6e477f88a5649e5a03661c314222e82"}, "name": "CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj-role"}} 2018-11-19 06:11:59,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f8186f96-b533-41cc-9380-2249c0d8e9ad 2018-11-19 06:11:59,556 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj-role 2018-11-19 06:11:59,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f6e477f88a5649e5a03661c314222e82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:11:59,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:11:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c7abb8-0b4b-4fb9-ab88-ed108a5111a0 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f6e477f88a5649e5a03661c314222e82"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj-role", "id": "f6e477f88a5649e5a03661c314222e82"}} 2018-11-19 06:11:59,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f6e477f88a5649e5a03661c314222e82 used request id req-65c7abb8-0b4b-4fb9-ab88-ed108a5111a0 2018-11-19 06:11:59,651 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj-role to project CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj 2018-11-19 06:11:59,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d0481abaaafa448b810414e6ff3089bb/users/41e1dbb362b2451bb10c2547809bf567/roles/f6e477f88a5649e5a03661c314222e82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:11:59,774 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:11:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7bcc3ca-757a-43f3-8851-40cdbe23c300 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:11:59,774 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d0481abaaafa448b810414e6ff3089bb/users/41e1dbb362b2451bb10c2547809bf567/roles/f6e477f88a5649e5a03661c314222e82 used request id req-b7bcc3ca-757a-43f3-8851-40cdbe23c300 2018-11-19 06:11:59,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:11:59,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:00,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["KkN8xDNMR2e-uPSHKs8u_w"], "issued_at": "2018-11-19T06:12:00.000000Z"}} 2018-11-19 06:12:00,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af939800cb7aafed05b17bcb6efe4db125acad4f" 2018-11-19 06:12:00,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b76dd3-873f-468d-b72b-8cc3ec54b3f5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:00,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-72b76dd3-873f-468d-b72b-8cc3ec54b3f5 2018-11-19 06:12:00,252 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af939800cb7aafed05b17bcb6efe4db125acad4f" 2018-11-19 06:12:00,812 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:00 GMT Server: Apache x-compute-request-id: req-9ebf6915-55ba-4bcf-b70e-3eca264d3cff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9ebf6915-55ba-4bcf-b70e-3eca264d3cff Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:12:00,812 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-9ebf6915-55ba-4bcf-b70e-3eca264d3cff 2018-11-19 06:12:00,815 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9ebf6915-55ba-4bcf-b70e-3eca264d3cff" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af939800cb7aafed05b17bcb6efe4db125acad4f" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-a1496a20-1678-4c65-b37a-1e188ccec317", "description": null}}' 2018-11-19 06:12:01,480 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:00 GMT Server: Apache x-compute-request-id: req-2e45d028-ba4c-4849-8f0a-569e1939dc08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2e45d028-ba4c-4849-8f0a-569e1939dc08 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-a1496a20-1678-4c65-b37a-1e188ccec317", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28ede11f-9895-4dd4-9808-a52bda1c2819", "description": null}} 2018-11-19 06:12:01,480 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-2e45d028-ba4c-4849-8f0a-569e1939dc08 2018-11-19 06:12:01,481 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-a1496a20-1678-4c65-b37a-1e188ccec317 2018-11-19 06:12:01,484 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eaac1f169106acf64d0b2be8e3130762c2b8d7" 2018-11-19 06:12:01,683 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:01 GMT Server: Apache x-compute-request-id: req-b78f6e37-8891-450c-822c-806921f6e508 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b78f6e37-8891-450c-822c-806921f6e508 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-a1496a20-1678-4c65-b37a-1e188ccec317", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28ede11f-9895-4dd4-9808-a52bda1c2819", "description": null}]} 2018-11-19 06:12:01,683 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-b78f6e37-8891-450c-822c-806921f6e508 2018-11-19 06:12:01,687 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b78f6e37-8891-450c-822c-806921f6e508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eaac1f169106acf64d0b2be8e3130762c2b8d7" 2018-11-19 06:12:02,263 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:01 GMT Server: Apache x-compute-request-id: req-19bec289-b356-4820-8f41-110ce9c59d0c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19bec289-b356-4820-8f41-110ce9c59d0c Content-Encoding: gzip Content-Length: 204 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-a1496a20-1678-4c65-b37a-1e188ccec317", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "28ede11f-9895-4dd4-9808-a52bda1c2819", "description": null}} 2018-11-19 06:12:02,263 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819 used request id req-19bec289-b356-4820-8f41-110ce9c59d0c 2018-11-19 06:12:02,266 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b78f6e37-8891-450c-822c-806921f6e508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eaac1f169106acf64d0b2be8e3130762c2b8d7" 2018-11-19 06:12:02,810 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:02 GMT Server: Apache x-compute-request-id: req-cf98dc72-6abd-4682-b1a1-03d28bc02f84 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf98dc72-6abd-4682-b1a1-03d28bc02f84 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:12:02,810 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819/encryption used request id req-cf98dc72-6abd-4682-b1a1-03d28bc02f84 2018-11-19 06:12:02,810 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-a1496a20-1678-4c65-b37a-1e188ccec317 2018-11-19 06:12:02,813 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b78f6e37-8891-450c-822c-806921f6e508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eaac1f169106acf64d0b2be8e3130762c2b8d7" 2018-11-19 06:12:03,407 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7c39313e-a179-4770-b0e6-99bb2ce37b54 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:03,407 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819 used request id req-7c39313e-a179-4770-b0e6-99bb2ce37b54 2018-11-19 06:12:03,410 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b78f6e37-8891-450c-822c-806921f6e508" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2eaac1f169106acf64d0b2be8e3130762c2b8d7" 2018-11-19 06:12:03,428 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:03 GMT Server: Apache x-compute-request-id: req-f4d6c8b9-0397-4796-b8bc-6ce943bcd08f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f4d6c8b9-0397-4796-b8bc-6ce943bcd08f Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:12:03,428 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-f4d6c8b9-0397-4796-b8bc-6ce943bcd08f 2018-11-19 06:12:03,429 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-a1496a20-1678-4c65-b37a-1e188ccec317 2018-11-19 06:12:03,432 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9ebf6915-55ba-4bcf-b70e-3eca264d3cff" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af939800cb7aafed05b17bcb6efe4db125acad4f" 2018-11-19 06:12:04,278 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:12:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-643edd82-690c-4fc4-a741-4bc0c543dfb2 x-openstack-request-id: req-643edd82-690c-4fc4-a741-4bc0c543dfb2 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 28ede11f-9895-4dd4-9808-a52bda1c2819 could not be found.", "code": 404}} 2018-11-19 06:12:04,278 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/28ede11f-9895-4dd4-9808-a52bda1c2819 used request id req-643edd82-690c-4fc4-a741-4bc0c543dfb2 2018-11-19 06:12:04,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:12:04,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5c24d5ac-8eef-4999-b543-2be65db7b156 Date: Mon, 19 Nov 2018 06:12:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:12:04,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5c24d5ac-8eef-4999-b543-2be65db7b156 2018-11-19 06:12:04,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:12:04,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-610f9263-bbdd-4721-b33f-6a0e9e3e3de3 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:12:04,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-610f9263-bbdd-4721-b33f-6a0e9e3e3de3 2018-11-19 06:12:04,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:12:04,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-733a9486-7fa8-4b03-9b75-d52daccd628f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:12:04,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-733a9486-7fa8-4b03-9b75-d52daccd628f 2018-11-19 06:12:04,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:12:04,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d50adb07-e44c-4d1d-82d7-ceb7d8da81d1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:12:04,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-d50adb07-e44c-4d1d-82d7-ceb7d8da81d1 2018-11-19 06:12:04,952 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj 2018-11-19 06:12:04,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d0481abaaafa448b810414e6ff3089bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:12:05,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0d139af-ed25-4ae9-b6d6-50019e10c980 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:05,127 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d0481abaaafa448b810414e6ff3089bb used request id req-f0d139af-ed25-4ae9-b6d6-50019e10c980 2018-11-19 06:12:05,127 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-proj-role 2018-11-19 06:12:05,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f6e477f88a5649e5a03661c314222e82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:12:05,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5462291f-161b-4204-a85a-716cea0999c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:05,245 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f6e477f88a5649e5a03661c314222e82 used request id req-5462291f-161b-4204-a85a-716cea0999c2 2018-11-19 06:12:05,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68c7d120245701fbbbfe991abe10602198a177cd" 2018-11-19 06:12:05,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48eacdac-44c5-446c-98dc-6e083ffa6a0a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:05,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-48eacdac-44c5-446c-98dc-6e083ffa6a0a 2018-11-19 06:12:05,345 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-30dfa2d1-35a6-47b-user 2018-11-19 06:12:05,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/41e1dbb362b2451bb10c2547809bf567 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a3cafd10c44042d2dbe543a5652e0ea2651313f" 2018-11-19 06:12:05,530 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9918e229-242d-4b85-8a26-7fc053ef0f74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:05,530 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/41e1dbb362b2451bb10c2547809bf567 used request id req-9918e229-242d-4b85-8a26-7fc053ef0f74 2018-11-19 06:12:05,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:05,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XPsFEjuvRkm0S7gg_g3B2w"], "issued_at": "2018-11-19T06:12:05.000000Z"}} 2018-11-19 06:12:05,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e28cee27ed6bfb75c542cf6304f8379448ff0d" 2018-11-19 06:12:06,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f61d8ac-4539-4d4b-ad32-156e2efda634 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:06,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1f61d8ac-4539-4d4b-ad32-156e2efda634 2018-11-19 06:12:06,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:06,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:06,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Bb4KNxfmSeWyIyShhqXrXw"], "issued_at": "2018-11-19T06:12:06.000000Z"}} 2018-11-19 06:12:06,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:06,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e241386-7537-4c8c-9bbb-6752941bef6d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:06,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e241386-7537-4c8c-9bbb-6752941bef6d 2018-11-19 06:12:06,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:06,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:06,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:06,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ba15c9d-8197-4e85-827e-e9d2fd2822ad Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:12:06,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj used request id req-0ba15c9d-8197-4e85-827e-e9d2fd2822ad 2018-11-19 06:12:06,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:06,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1c3954-2fed-420e-9508-cbbedbb369a7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:06,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0d1c3954-2fed-420e-9508-cbbedbb369a7 2018-11-19 06:12:06,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj"}}' 2018-11-19 06:12:06,808 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37f2261a-f84c-4eef-9045-b376f3b49a31 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a27657704748431989a5be40ac619e36"}, "enabled": true, "id": "a27657704748431989a5be40ac619e36", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj"}} 2018-11-19 06:12:06,808 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-37f2261a-f84c-4eef-9045-b376f3b49a31 2018-11-19 06:12:06,808 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj 2018-11-19 06:12:06,808 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:06,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:07,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["F97ddPiXTiWGMQ9El52VLA"], "issued_at": "2018-11-19T06:12:07.000000Z"}} 2018-11-19 06:12:07,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ef6a6d7c8def112a47d844851784e0244df78b" 2018-11-19 06:12:07,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1144c91a-1d94-4b22-9701-0d353e41d1ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:07,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1144c91a-1d94-4b22-9701-0d353e41d1ed 2018-11-19 06:12:07,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:07,287 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:07,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ef6a6d7c8def112a47d844851784e0244df78b" 2018-11-19 06:12:07,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d384213c-2330-41c8-9537-f579e59fcfc3 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:12:07,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d384213c-2330-41c8-9537-f579e59fcfc3 2018-11-19 06:12:07,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ef6a6d7c8def112a47d844851784e0244df78b" 2018-11-19 06:12:07,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d120654a-a92b-4721-8120-a1e69be81784 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a27657704748431989a5be40ac619e36"}, "enabled": true, "id": "a27657704748431989a5be40ac619e36", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj"}]} 2018-11-19 06:12:07,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj used request id req-d120654a-a92b-4721-8120-a1e69be81784 2018-11-19 06:12:07,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ef6a6d7c8def112a47d844851784e0244df78b" 2018-11-19 06:12:07,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b101c983-dc0b-4168-bf80-7cdb5111b913 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:07,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b101c983-dc0b-4168-bf80-7cdb5111b913 2018-11-19 06:12:07,945 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-user 2018-11-19 06:12:07,945 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:07,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:08,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59cd71c2-5eeb-4c2b-8b2b-3fe0b9d1df90 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:08,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-59cd71c2-5eeb-4c2b-8b2b-3fe0b9d1df90 2018-11-19 06:12:08,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj-role"}}' 2018-11-19 06:12:08,161 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6749ef9-df6d-49a3-917e-701409da733a Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fc3efd80a6434fe4845dfdf194c4c7b5", "links": {"self": "http://172.30.9.21:5000/v3/roles/fc3efd80a6434fe4845dfdf194c4c7b5"}, "name": "CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj-role"}} 2018-11-19 06:12:08,161 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c6749ef9-df6d-49a3-917e-701409da733a 2018-11-19 06:12:08,161 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj-role 2018-11-19 06:12:08,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fc3efd80a6434fe4845dfdf194c4c7b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:08,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d879adbf-8ab9-4589-8329-b9bef30c6e67 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fc3efd80a6434fe4845dfdf194c4c7b5"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj-role", "id": "fc3efd80a6434fe4845dfdf194c4c7b5"}} 2018-11-19 06:12:08,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fc3efd80a6434fe4845dfdf194c4c7b5 used request id req-d879adbf-8ab9-4589-8329-b9bef30c6e67 2018-11-19 06:12:08,183 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj-role to project CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj 2018-11-19 06:12:08,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a27657704748431989a5be40ac619e36/users/efeb45c0f1004ed1b2a05677a45d57ae/roles/fc3efd80a6434fe4845dfdf194c4c7b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:08,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a781fd0-5b61-4806-a4ee-2230419eebe4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:08,307 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a27657704748431989a5be40ac619e36/users/efeb45c0f1004ed1b2a05677a45d57ae/roles/fc3efd80a6434fe4845dfdf194c4c7b5 used request id req-4a781fd0-5b61-4806-a4ee-2230419eebe4 2018-11-19 06:12:08,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:08,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:08,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["qgu3w8BTRfKrNHahW1wo8Q"], "issued_at": "2018-11-19T06:12:08.000000Z"}} 2018-11-19 06:12:08,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8199085ad6ac299ebab239afccc0fc151e54e1" 2018-11-19 06:12:08,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d6aa9e6-2da3-489c-ab1c-64b9f21468b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:08,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8d6aa9e6-2da3-489c-ab1c-64b9f21468b0 2018-11-19 06:12:08,804 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8199085ad6ac299ebab239afccc0fc151e54e1" 2018-11-19 06:12:08,969 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:08 GMT Server: Apache x-compute-request-id: req-cc444181-8a9c-42ed-bc07-db083b0f4dd8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cc444181-8a9c-42ed-bc07-db083b0f4dd8 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:12:08,969 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-cc444181-8a9c-42ed-bc07-db083b0f4dd8 2018-11-19 06:12:08,975 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-cc444181-8a9c-42ed-bc07-db083b0f4dd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8199085ad6ac299ebab239afccc0fc151e54e1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273", "description": null}}' 2018-11-19 06:12:09,188 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:08 GMT Server: Apache x-compute-request-id: req-a3740298-d6ba-4324-903e-2c569af5d470 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a3740298-d6ba-4324-903e-2c569af5d470 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "73102613-e2fe-40a5-9998-41fb8bc8db25", "description": null}} 2018-11-19 06:12:09,189 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-a3740298-d6ba-4324-903e-2c569af5d470 2018-11-19 06:12:09,189 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273 2018-11-19 06:12:09,192 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e28cee27ed6bfb75c542cf6304f8379448ff0d" 2018-11-19 06:12:09,745 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:09 GMT Server: Apache x-compute-request-id: req-4dccbcc9-f80a-451a-b019-b0d8665ed0e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dccbcc9-f80a-451a-b019-b0d8665ed0e8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "73102613-e2fe-40a5-9998-41fb8bc8db25", "description": null}]} 2018-11-19 06:12:09,745 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-4dccbcc9-f80a-451a-b019-b0d8665ed0e8 2018-11-19 06:12:09,749 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4dccbcc9-f80a-451a-b019-b0d8665ed0e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e28cee27ed6bfb75c542cf6304f8379448ff0d" 2018-11-19 06:12:09,918 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:09 GMT Server: Apache x-compute-request-id: req-8b2336b5-6162-4973-900f-023547e7602b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8b2336b5-6162-4973-900f-023547e7602b Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "73102613-e2fe-40a5-9998-41fb8bc8db25", "description": null}} 2018-11-19 06:12:09,918 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25 used request id req-8b2336b5-6162-4973-900f-023547e7602b 2018-11-19 06:12:09,921 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-4dccbcc9-f80a-451a-b019-b0d8665ed0e8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e28cee27ed6bfb75c542cf6304f8379448ff0d" 2018-11-19 06:12:10,096 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:09 GMT Server: Apache x-compute-request-id: req-3e7e4188-2c48-43e3-bd45-e14bb59a66cf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3e7e4188-2c48-43e3-bd45-e14bb59a66cf Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:12:10,097 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25/encryption used request id req-3e7e4188-2c48-43e3-bd45-e14bb59a66cf 2018-11-19 06:12:10,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:10,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:10,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["r8JhuiKMRlaUeqOJUH5cyQ"], "issued_at": "2018-11-19T06:12:10.000000Z"}} 2018-11-19 06:12:10,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d51ce8b60160605e36cce7706e6799d65bd7372" 2018-11-19 06:12:10,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9622b92-914b-4fe7-9b24-283925fa439c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:10,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e9622b92-914b-4fe7-9b24-283925fa439c 2018-11-19 06:12:10,587 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d51ce8b60160605e36cce7706e6799d65bd7372" 2018-11-19 06:12:10,849 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:10 GMT Server: Apache x-compute-request-id: req-a8a21690-d62e-41cf-a322-b4b4713ceedb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8a21690-d62e-41cf-a322-b4b4713ceedb Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "73102613-e2fe-40a5-9998-41fb8bc8db25", "description": null}]} 2018-11-19 06:12:10,849 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-a8a21690-d62e-41cf-a322-b4b4713ceedb 2018-11-19 06:12:10,853 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8a21690-d62e-41cf-a322-b4b4713ceedb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d51ce8b60160605e36cce7706e6799d65bd7372" 2018-11-19 06:12:11,017 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:10 GMT Server: Apache x-compute-request-id: req-93b57877-c470-4d92-96a9-9a8c19f028a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93b57877-c470-4d92-96a9-9a8c19f028a7 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "73102613-e2fe-40a5-9998-41fb8bc8db25", "description": null}} 2018-11-19 06:12:11,017 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25 used request id req-93b57877-c470-4d92-96a9-9a8c19f028a7 2018-11-19 06:12:11,020 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8a21690-d62e-41cf-a322-b4b4713ceedb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d51ce8b60160605e36cce7706e6799d65bd7372" 2018-11-19 06:12:11,591 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:11 GMT Server: Apache x-compute-request-id: req-8f67429d-d4ed-4031-a93f-b5670f4f4e34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8f67429d-d4ed-4031-a93f-b5670f4f4e34 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:12:11,591 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25/encryption used request id req-8f67429d-d4ed-4031-a93f-b5670f4f4e34 2018-11-19 06:12:11,592 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-3e2f85fb-fd86-4733-8c7f-0f300c28a273 2018-11-19 06:12:11,595 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cc444181-8a9c-42ed-bc07-db083b0f4dd8" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da8199085ad6ac299ebab239afccc0fc151e54e1" 2018-11-19 06:12:11,820 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f50c82bf-0aaf-48e3-b171-0aa67bfc478a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:11,820 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/73102613-e2fe-40a5-9998-41fb8bc8db25 used request id req-f50c82bf-0aaf-48e3-b171-0aa67bfc478a 2018-11-19 06:12:11,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:12,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-50d9970d-1846-40b0-b80d-32b0939f49d2 Date: Mon, 19 Nov 2018 06:12:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:12:12,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-50d9970d-1846-40b0-b80d-32b0939f49d2 2018-11-19 06:12:12,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:12,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a688fbe-5498-43d0-84d7-0d011b0c23f4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:12:12,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-5a688fbe-5498-43d0-84d7-0d011b0c23f4 2018-11-19 06:12:12,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:12,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e612ab1-817d-4b46-a790-f9ed40f40d32 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:12:12,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-9e612ab1-817d-4b46-a790-f9ed40f40d32 2018-11-19 06:12:12,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:12,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8c5ada2-8c09-4204-9af1-e5bae7ed9783 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:12:12,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-f8c5ada2-8c09-4204-9af1-e5bae7ed9783 2018-11-19 06:12:12,295 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj 2018-11-19 06:12:12,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a27657704748431989a5be40ac619e36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:12,498 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e96b4452-02e6-4bc7-b4b3-bde6450f0e48 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:12,499 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a27657704748431989a5be40ac619e36 used request id req-e96b4452-02e6-4bc7-b4b3-bde6450f0e48 2018-11-19 06:12:12,499 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-proj-role 2018-11-19 06:12:12,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fc3efd80a6434fe4845dfdf194c4c7b5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:12,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c96218e-a1e5-4467-979f-66d9e893db2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:12,621 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fc3efd80a6434fe4845dfdf194c4c7b5 used request id req-7c96218e-a1e5-4467-979f-66d9e893db2a 2018-11-19 06:12:12,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}195c015913f59abde74987cd34cad524cd705dd5" 2018-11-19 06:12:12,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-410948e4-3dad-49d1-ab30-f1597b36437a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:12,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-410948e4-3dad-49d1-ab30-f1597b36437a 2018-11-19 06:12:12,644 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-aced6e79-8859-4fc-user 2018-11-19 06:12:12,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/efeb45c0f1004ed1b2a05677a45d57ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5ef6a6d7c8def112a47d844851784e0244df78b" 2018-11-19 06:12:12,817 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-094853f3-d429-4b42-b060-7c0afbe41650 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:12,817 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/efeb45c0f1004ed1b2a05677a45d57ae used request id req-094853f3-d429-4b42-b060-7c0afbe41650 2018-11-19 06:12:12,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:13,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["TcMSUkZHQ7KSGR5h0-5wcw"], "issued_at": "2018-11-19T06:12:13.000000Z"}} 2018-11-19 06:12:13,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd46bb106c371576f9a8f8bdad5ba94f2642fdb3" 2018-11-19 06:12:13,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd37b796-f54f-4e2f-8635-4f257b1ee4a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:13,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bd37b796-f54f-4e2f-8635-4f257b1ee4a3 2018-11-19 06:12:13,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:13,298 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:13,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["RiAU_YSvRuiRC_BFUB8Tpg"], "issued_at": "2018-11-19T06:12:13.000000Z"}} 2018-11-19 06:12:13,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:13,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da8c2511-3e3d-44a1-b731-93cd89bf877c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:13,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-da8c2511-3e3d-44a1-b731-93cd89bf877c 2018-11-19 06:12:13,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:13,769 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:13,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:13,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e96f2c3-4af9-4114-b6c4-2e2ffdb9bbc7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:12:13,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj used request id req-2e96f2c3-4af9-4114-b6c4-2e2ffdb9bbc7 2018-11-19 06:12:13,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:13,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1162af8a-47ce-4bdd-b1bd-87970e1eef62 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:13,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1162af8a-47ce-4bdd-b1bd-87970e1eef62 2018-11-19 06:12:13,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj"}}' 2018-11-19 06:12:14,083 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e025c49-0ff4-4197-af9b-458df99bee10 Content-Length: 319 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6455676427dc4b5fa632b0bc96f8a4e1"}, "enabled": true, "id": "6455676427dc4b5fa632b0bc96f8a4e1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj"}} 2018-11-19 06:12:14,083 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7e025c49-0ff4-4197-af9b-458df99bee10 2018-11-19 06:12:14,084 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj 2018-11-19 06:12:14,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:14,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:14,458 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Cahr8Y7xSCWOSz958RzNxw"], "issued_at": "2018-11-19T06:12:14.000000Z"}} 2018-11-19 06:12:14,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28adaf5f8df66b28a4755949cc3e0a7e28a1d06a" 2018-11-19 06:12:14,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfcb0a64-7301-47b6-9add-b85ce810abad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:14,473 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bfcb0a64-7301-47b6-9add-b85ce810abad 2018-11-19 06:12:14,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:14,482 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:14,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28adaf5f8df66b28a4755949cc3e0a7e28a1d06a" 2018-11-19 06:12:14,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55ba2be9-6a0d-4aca-9bb9-d226598a1433 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:12:14,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-55ba2be9-6a0d-4aca-9bb9-d226598a1433 2018-11-19 06:12:14,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28adaf5f8df66b28a4755949cc3e0a7e28a1d06a" 2018-11-19 06:12:14,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-131e8ad4-60b4-47c8-88ec-cfab838b6478 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6455676427dc4b5fa632b0bc96f8a4e1"}, "enabled": true, "id": "6455676427dc4b5fa632b0bc96f8a4e1", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj"}]} 2018-11-19 06:12:14,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj used request id req-131e8ad4-60b4-47c8-88ec-cfab838b6478 2018-11-19 06:12:14,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28adaf5f8df66b28a4755949cc3e0a7e28a1d06a" 2018-11-19 06:12:14,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6fa77da-16fb-447f-8162-09150daafb77 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:14,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a6fa77da-16fb-447f-8162-09150daafb77 2018-11-19 06:12:15,131 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-user 2018-11-19 06:12:15,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:15,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:15,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7340019-4036-41d9-848b-9f5d19236bc1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:15,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f7340019-4036-41d9-848b-9f5d19236bc1 2018-11-19 06:12:15,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" -d '{"role": {"name": "CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj-role"}}' 2018-11-19 06:12:15,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c8ab911a-e991-4918-8f59-cee915a89768 Content-Length: 233 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a0c10801845d48a7b165ce80d4d1fedf", "links": {"self": "http://172.30.9.21:5000/v3/roles/a0c10801845d48a7b165ce80d4d1fedf"}, "name": "CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj-role"}} 2018-11-19 06:12:15,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8ab911a-e991-4918-8f59-cee915a89768 2018-11-19 06:12:15,353 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj-role 2018-11-19 06:12:15,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a0c10801845d48a7b165ce80d4d1fedf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:15,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ea7973-765e-4ee3-b704-8ca08fe6531a Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a0c10801845d48a7b165ce80d4d1fedf"}, "domain_id": null, "name": "CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj-role", "id": "a0c10801845d48a7b165ce80d4d1fedf"}} 2018-11-19 06:12:15,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a0c10801845d48a7b165ce80d4d1fedf used request id req-35ea7973-765e-4ee3-b704-8ca08fe6531a 2018-11-19 06:12:15,439 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj-role to project CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj 2018-11-19 06:12:15,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6455676427dc4b5fa632b0bc96f8a4e1/users/88fbf7cf058741599d4bd232367854f7/roles/a0c10801845d48a7b165ce80d4d1fedf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:15,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d399cc8-fb13-4343-af11-02aeac4dc891 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:15,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6455676427dc4b5fa632b0bc96f8a4e1/users/88fbf7cf058741599d4bd232367854f7/roles/a0c10801845d48a7b165ce80d4d1fedf used request id req-1d399cc8-fb13-4343-af11-02aeac4dc891 2018-11-19 06:12:15,560 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:15,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:15,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["tNSCVll4QQiA34XPjNonhg"], "issued_at": "2018-11-19T06:12:15.000000Z"}} 2018-11-19 06:12:15,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4838b327ada6662406f18469b59bb5e2df1e3797" 2018-11-19 06:12:16,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d01f0679-4e77-4776-96d5-0cb94fbe8a0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:16,030 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d01f0679-4e77-4776-96d5-0cb94fbe8a0b 2018-11-19 06:12:16,036 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4838b327ada6662406f18469b59bb5e2df1e3797" 2018-11-19 06:12:16,219 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:16 GMT Server: Apache x-compute-request-id: req-a52744eb-8ef6-457a-bcb0-2796ad318166 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a52744eb-8ef6-457a-bcb0-2796ad318166 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:12:16,219 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-a52744eb-8ef6-457a-bcb0-2796ad318166 2018-11-19 06:12:16,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a52744eb-8ef6-457a-bcb0-2796ad318166" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4838b327ada6662406f18469b59bb5e2df1e3797" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7", "description": null}}' 2018-11-19 06:12:16,414 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:16 GMT Server: Apache x-compute-request-id: req-7352afac-21f0-47a3-a431-d7e203dc5137 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7352afac-21f0-47a3-a431-d7e203dc5137 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea9e8e0f-ef6b-4ff3-acfd-d557014dc013", "description": null}} 2018-11-19 06:12:16,414 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-7352afac-21f0-47a3-a431-d7e203dc5137 2018-11-19 06:12:16,415 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7 2018-11-19 06:12:16,418 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd46bb106c371576f9a8f8bdad5ba94f2642fdb3" 2018-11-19 06:12:16,974 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:16 GMT Server: Apache x-compute-request-id: req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea9e8e0f-ef6b-4ff3-acfd-d557014dc013", "description": null}]} 2018-11-19 06:12:16,975 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799 2018-11-19 06:12:16,978 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd46bb106c371576f9a8f8bdad5ba94f2642fdb3" 2018-11-19 06:12:17,156 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:16 GMT Server: Apache x-compute-request-id: req-0f9643b6-36d5-461d-b61d-0f2acdb71d3f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f9643b6-36d5-461d-b61d-0f2acdb71d3f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea9e8e0f-ef6b-4ff3-acfd-d557014dc013", "description": null}} 2018-11-19 06:12:17,157 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 used request id req-0f9643b6-36d5-461d-b61d-0f2acdb71d3f 2018-11-19 06:12:17,160 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd46bb106c371576f9a8f8bdad5ba94f2642fdb3" 2018-11-19 06:12:17,323 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:17 GMT Server: Apache x-compute-request-id: req-8bc304ed-b680-4a9f-8720-37658e5c6fc6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8bc304ed-b680-4a9f-8720-37658e5c6fc6 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:12:17,323 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013/encryption used request id req-8bc304ed-b680-4a9f-8720-37658e5c6fc6 2018-11-19 06:12:17,326 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd46bb106c371576f9a8f8bdad5ba94f2642fdb3" 2018-11-19 06:12:17,512 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:17 GMT Server: Apache x-compute-request-id: req-98a00862-f9ae-4921-a310-6c916dd1b0dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-98a00862-f9ae-4921-a310-6c916dd1b0dd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea9e8e0f-ef6b-4ff3-acfd-d557014dc013", "description": null}} 2018-11-19 06:12:17,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 used request id req-98a00862-f9ae-4921-a310-6c916dd1b0dd 2018-11-19 06:12:17,516 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd46bb106c371576f9a8f8bdad5ba94f2642fdb3" 2018-11-19 06:12:17,690 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:17 GMT Server: Apache x-compute-request-id: req-4bb2c315-a17f-4401-a29e-7559e59bd4b4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4bb2c315-a17f-4401-a29e-7559e59bd4b4 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "ea9e8e0f-ef6b-4ff3-acfd-d557014dc013", "description": null}} 2018-11-19 06:12:17,690 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 used request id req-4bb2c315-a17f-4401-a29e-7559e59bd4b4 2018-11-19 06:12:17,693 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2377c7cc-03f3-4c0c-9b82-d1c931b0e799" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd46bb106c371576f9a8f8bdad5ba94f2642fdb3" 2018-11-19 06:12:17,715 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:17 GMT Server: Apache x-compute-request-id: req-e6be8262-4755-4724-9424-67a3ef384c9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e6be8262-4755-4724-9424-67a3ef384c9d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:12:17,715 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013/encryption used request id req-e6be8262-4755-4724-9424-67a3ef384c9d 2018-11-19 06:12:17,716 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-bf3db723-2e3c-4ae1-a80a-9a91da8187e7 2018-11-19 06:12:17,719 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a52744eb-8ef6-457a-bcb0-2796ad318166" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4838b327ada6662406f18469b59bb5e2df1e3797" 2018-11-19 06:12:17,909 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-23e50de3-1b36-4b30-81ab-c6183344f94c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:17,910 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/ea9e8e0f-ef6b-4ff3-acfd-d557014dc013 used request id req-23e50de3-1b36-4b30-81ab-c6183344f94c 2018-11-19 06:12:17,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:18,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7ffdc485-d59d-43c3-8aac-fd3936fc546e Date: Mon, 19 Nov 2018 06:12:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:12:18,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7ffdc485-d59d-43c3-8aac-fd3936fc546e 2018-11-19 06:12:18,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:18,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24307d7b-6918-470a-af40-56f4716e4c5c Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:12:18,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-24307d7b-6918-470a-af40-56f4716e4c5c 2018-11-19 06:12:18,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:18,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b01db4da-798d-48d9-8116-f8cf30b73e1d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:12:18,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-b01db4da-798d-48d9-8116-f8cf30b73e1d 2018-11-19 06:12:18,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:18,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6738d1-a0ef-4dea-9d9e-af2699dbcf24 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:12:18,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-ad6738d1-a0ef-4dea-9d9e-af2699dbcf24 2018-11-19 06:12:18,415 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj 2018-11-19 06:12:18,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6455676427dc4b5fa632b0bc96f8a4e1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:18,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca303e18-ab6e-4bc8-b038-89e8788a1521 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:18,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6455676427dc4b5fa632b0bc96f8a4e1 used request id req-ca303e18-ab6e-4bc8-b038-89e8788a1521 2018-11-19 06:12:18,630 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-proj-role 2018-11-19 06:12:18,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a0c10801845d48a7b165ce80d4d1fedf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:18,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e85557db-fe9e-4a1a-8777-be031ab3deaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:18,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a0c10801845d48a7b165ce80d4d1fedf used request id req-e85557db-fe9e-4a1a-8777-be031ab3deaf 2018-11-19 06:12:18,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f24f03ecc280f94b8e4374547f665d39c4e1cbe" 2018-11-19 06:12:18,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24888aa9-243d-48b2-9bc7-a7950c1d4d1f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:18,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-24888aa9-243d-48b2-9bc7-a7950c1d4d1f 2018-11-19 06:12:18,761 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-75180a05-0a89-4c7-user 2018-11-19 06:12:18,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/88fbf7cf058741599d4bd232367854f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28adaf5f8df66b28a4755949cc3e0a7e28a1d06a" 2018-11-19 06:12:18,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-083f7def-ef7f-4e44-af23-d423a0ea9c04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:18,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/88fbf7cf058741599d4bd232367854f7 used request id req-083f7def-ef7f-4e44-af23-d423a0ea9c04 2018-11-19 06:12:18,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:19,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wFvaSfCCTeeD6XC6ochVZg"], "issued_at": "2018-11-19T06:12:19.000000Z"}} 2018-11-19 06:12:19,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4d53c20774828b90ec2be340454d4f90a8c81b" 2018-11-19 06:12:19,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9521de8b-7eab-437b-8dbd-e2a7aa0909a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:19,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9521de8b-7eab-437b-8dbd-e2a7aa0909a1 2018-11-19 06:12:19,413 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:19,414 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:19,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["36iwF8wkTE-9KORDCnHVuw"], "issued_at": "2018-11-19T06:12:19.000000Z"}} 2018-11-19 06:12:19,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:19,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb9c057-844f-4ffb-90ee-a49a5dc0864d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:19,895 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9bb9c057-844f-4ffb-90ee-a49a5dc0864d 2018-11-19 06:12:19,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:19,905 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:19,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:19,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47131e1d-f4d9-4884-bc83-f0860042d1fd Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:12:19,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj used request id req-47131e1d-f4d9-4884-bc83-f0860042d1fd 2018-11-19 06:12:20,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:20,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9eb5ff-37f5-4221-9e13-19adcc2c9072 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:20,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9a9eb5ff-37f5-4221-9e13-19adcc2c9072 2018-11-19 06:12:20,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj"}}' 2018-11-19 06:12:20,196 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-989fa634-c6ba-4b9e-bad1-67cb8910e5ff Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e85c8bb316d142baaca75e1734131662"}, "enabled": true, "id": "e85c8bb316d142baaca75e1734131662", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj"}} 2018-11-19 06:12:20,197 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-989fa634-c6ba-4b9e-bad1-67cb8910e5ff 2018-11-19 06:12:20,197 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj 2018-11-19 06:12:20,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:20,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:20,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Lq4GNYcSQhazRyhx2_oaBw"], "issued_at": "2018-11-19T06:12:20.000000Z"}} 2018-11-19 06:12:20,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028fee292d38d72270dd566d0c1602a60ff55700" 2018-11-19 06:12:20,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee862ad7-8a43-4581-93cd-ee8775310f3e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:20,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ee862ad7-8a43-4581-93cd-ee8775310f3e 2018-11-19 06:12:20,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:20,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:20,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028fee292d38d72270dd566d0c1602a60ff55700" 2018-11-19 06:12:20,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dcd998d-d452-4d39-8733-eb67d5df6597 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:12:20,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2dcd998d-d452-4d39-8733-eb67d5df6597 2018-11-19 06:12:20,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028fee292d38d72270dd566d0c1602a60ff55700" 2018-11-19 06:12:20,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d0bc77-01fc-4991-a490-1f80c98ea724 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e85c8bb316d142baaca75e1734131662"}, "enabled": true, "id": "e85c8bb316d142baaca75e1734131662", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj"}]} 2018-11-19 06:12:20,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj used request id req-70d0bc77-01fc-4991-a490-1f80c98ea724 2018-11-19 06:12:20,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028fee292d38d72270dd566d0c1602a60ff55700" 2018-11-19 06:12:20,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0614c902-6972-4d9e-960e-6df197876955 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:20,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0614c902-6972-4d9e-960e-6df197876955 2018-11-19 06:12:21,244 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-user 2018-11-19 06:12:21,244 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:21,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:21,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f02f50d-5846-4015-a10b-73181887db08 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:21,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0f02f50d-5846-4015-a10b-73181887db08 2018-11-19 06:12:21,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" -d '{"role": {"name": "CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj-role"}}' 2018-11-19 06:12:21,436 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54dfe5e0-a9fc-4055-ac31-5e396c0efe9a Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c88c129b5e9e4eba8e24b30da7ad3262", "links": {"self": "http://172.30.9.21:5000/v3/roles/c88c129b5e9e4eba8e24b30da7ad3262"}, "name": "CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj-role"}} 2018-11-19 06:12:21,436 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-54dfe5e0-a9fc-4055-ac31-5e396c0efe9a 2018-11-19 06:12:21,436 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj-role 2018-11-19 06:12:21,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c88c129b5e9e4eba8e24b30da7ad3262 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:21,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807c809e-82e7-43b6-bdea-f99bbf5385c1 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c88c129b5e9e4eba8e24b30da7ad3262"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj-role", "id": "c88c129b5e9e4eba8e24b30da7ad3262"}} 2018-11-19 06:12:21,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c88c129b5e9e4eba8e24b30da7ad3262 used request id req-807c809e-82e7-43b6-bdea-f99bbf5385c1 2018-11-19 06:12:21,525 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj-role to project CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj 2018-11-19 06:12:21,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e85c8bb316d142baaca75e1734131662/users/f33c7d5f5f6f4c949a46ea0e17943f6f/roles/c88c129b5e9e4eba8e24b30da7ad3262 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:21,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eebe9dab-2b96-4c0f-ab24-395b18cf7a7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:21,666 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e85c8bb316d142baaca75e1734131662/users/f33c7d5f5f6f4c949a46ea0e17943f6f/roles/c88c129b5e9e4eba8e24b30da7ad3262 used request id req-eebe9dab-2b96-4c0f-ab24-395b18cf7a7c 2018-11-19 06:12:21,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:21,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:22,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3aqSTh8rRqSIPxrdNdzwfg"], "issued_at": "2018-11-19T06:12:22.000000Z"}} 2018-11-19 06:12:22,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e35174acb794d83f77875930a29196b54e2c89b" 2018-11-19 06:12:22,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0954fd6-aeba-4f14-a7f3-0077ad14fa6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:22,122 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a0954fd6-aeba-4f14-a7f3-0077ad14fa6a 2018-11-19 06:12:22,128 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e35174acb794d83f77875930a29196b54e2c89b" 2018-11-19 06:12:22,301 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:22 GMT Server: Apache x-compute-request-id: req-83db965b-be46-49c4-a391-c79b14550b39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-83db965b-be46-49c4-a391-c79b14550b39 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 06:12:22,301 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-83db965b-be46-49c4-a391-c79b14550b39 2018-11-19 06:12:22,305 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-83db965b-be46-49c4-a391-c79b14550b39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e35174acb794d83f77875930a29196b54e2c89b" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-qos-spec"}}' 2018-11-19 06:12:22,508 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:22 GMT Server: Apache x-compute-request-id: req-49afea7e-0242-48e5-8770-ef2797ad6f98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49afea7e-0242-48e5-8770-ef2797ad6f98 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "c4afb101-6fdb-4b1f-b104-153d3b1ab686", "name": "CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/c4afb101-6fdb-4b1f-b104-153d3b1ab686", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/c4afb101-6fdb-4b1f-b104-153d3b1ab686", "rel": "bookmark"}]} 2018-11-19 06:12:22,508 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-49afea7e-0242-48e5-8770-ef2797ad6f98 2018-11-19 06:12:22,509 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-qos-spec 2018-11-19 06:12:22,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:22,510 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:22,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hwDZCPTjQ1Sgc5QBfZxjTw"], "issued_at": "2018-11-19T06:12:22.000000Z"}} 2018-11-19 06:12:22,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5c8d926d51d2e7d8b26da8445484bd344d389c" 2018-11-19 06:12:22,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c006bbaf-17f8-4fc6-9171-4e5d12632054 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:22,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c006bbaf-17f8-4fc6-9171-4e5d12632054 2018-11-19 06:12:22,906 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5c8d926d51d2e7d8b26da8445484bd344d389c" 2018-11-19 06:12:23,072 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:22 GMT Server: Apache x-compute-request-id: req-b50e2542-8308-467a-a717-5356f256cc88 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b50e2542-8308-467a-a717-5356f256cc88 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:12:23,072 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-b50e2542-8308-467a-a717-5356f256cc88 2018-11-19 06:12:23,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b50e2542-8308-467a-a717-5356f256cc88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5c8d926d51d2e7d8b26da8445484bd344d389c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-vol_type", "description": null}}' 2018-11-19 06:12:23,284 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:23 GMT Server: Apache x-compute-request-id: req-0bdb642f-5784-421c-ab9c-86ebb16b5f0f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0bdb642f-5784-421c-ab9c-86ebb16b5f0f Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d8593737-a12e-4470-b89e-49e8ca19aff1", "description": null}} 2018-11-19 06:12:23,284 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-0bdb642f-5784-421c-ab9c-86ebb16b5f0f 2018-11-19 06:12:23,288 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b50e2542-8308-467a-a717-5356f256cc88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5c8d926d51d2e7d8b26da8445484bd344d389c" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-19 06:12:23,516 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:23 GMT Server: Apache x-compute-request-id: req-6e13623c-985b-4add-9f66-b6e2505234c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e13623c-985b-4add-9f66-b6e2505234c8 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "d8593737-a12e-4470-b89e-49e8ca19aff1", "name": "foo", "control_location": "back-end", "encryption_id": "2e278efe-0ff0-4a1c-98bf-1d40143f233a", "provider": "bar", "provider_class": "bar"}} 2018-11-19 06:12:23,516 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1/encryption used request id req-6e13623c-985b-4add-9f66-b6e2505234c8 2018-11-19 06:12:23,517 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-vol_type 2018-11-19 06:12:23,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4d53c20774828b90ec2be340454d4f90a8c81b" 2018-11-19 06:12:23,686 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:23 GMT Server: Apache x-compute-request-id: req-c900495a-0603-4ac4-bdcc-4e1afee8befb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c900495a-0603-4ac4-bdcc-4e1afee8befb Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d8593737-a12e-4470-b89e-49e8ca19aff1", "description": null}} 2018-11-19 06:12:23,686 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1 used request id req-c900495a-0603-4ac4-bdcc-4e1afee8befb 2018-11-19 06:12:23,689 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c900495a-0603-4ac4-bdcc-4e1afee8befb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4d53c20774828b90ec2be340454d4f90a8c81b" 2018-11-19 06:12:23,875 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:23 GMT Server: Apache x-compute-request-id: req-d36fd359-6fbb-4bb8-8eb4-e01af62d399b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d36fd359-6fbb-4bb8-8eb4-e01af62d399b Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-vol_type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d8593737-a12e-4470-b89e-49e8ca19aff1", "description": null}} 2018-11-19 06:12:23,875 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1 used request id req-d36fd359-6fbb-4bb8-8eb4-e01af62d399b 2018-11-19 06:12:23,878 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c900495a-0603-4ac4-bdcc-4e1afee8befb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e4d53c20774828b90ec2be340454d4f90a8c81b" 2018-11-19 06:12:24,455 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:23 GMT Server: Apache x-compute-request-id: req-563fc7a4-f657-4925-b49b-8a32191478be OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-563fc7a4-f657-4925-b49b-8a32191478be Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"volume_type_id": "d8593737-a12e-4470-b89e-49e8ca19aff1", "control_location": "back-end", "deleted": false, "created_at": "2018-11-19T06:12:23.000000", "updated_at": null, "encryption_id": "2e278efe-0ff0-4a1c-98bf-1d40143f233a", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-19 06:12:24,455 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1/encryption used request id req-563fc7a4-f657-4925-b49b-8a32191478be 2018-11-19 06:12:24,455 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-vol_type 2018-11-19 06:12:24,458 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b50e2542-8308-467a-a717-5356f256cc88" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5c8d926d51d2e7d8b26da8445484bd344d389c" 2018-11-19 06:12:24,670 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e2358c85-d4d3-4f04-b1b1-8bcb555cf65e Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:24,670 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/d8593737-a12e-4470-b89e-49e8ca19aff1 used request id req-e2358c85-d4d3-4f04-b1b1-8bcb555cf65e 2018-11-19 06:12:24,671 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-d3db96f8-ceac-4023-911f-d156731a2da4-qos-spec 2018-11-19 06:12:24,674 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/c4afb101-6fdb-4b1f-b104-153d3b1ab686?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-83db965b-be46-49c4-a391-c79b14550b39" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e35174acb794d83f77875930a29196b54e2c89b" 2018-11-19 06:12:24,873 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4475d32b-c803-4e49-b01e-7ec450f3ff49 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:24,874 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/c4afb101-6fdb-4b1f-b104-153d3b1ab686?force=False used request id req-4475d32b-c803-4e49-b01e-7ec450f3ff49 2018-11-19 06:12:24,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:25,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-28b00996-5383-45ea-9fec-66a596cabbf5 Date: Mon, 19 Nov 2018 06:12:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:12:25,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-28b00996-5383-45ea-9fec-66a596cabbf5 2018-11-19 06:12:25,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:25,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ad44eb-0e5a-44a0-a5fd-387aa3d56f36 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:12:25,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-b9ad44eb-0e5a-44a0-a5fd-387aa3d56f36 2018-11-19 06:12:25,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:25,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13ae021-942b-4b11-992f-d447f9c4328a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:12:25,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-a13ae021-942b-4b11-992f-d447f9c4328a 2018-11-19 06:12:25,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:25,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3963bbad-2ead-4ae8-bb97-6ee24416f000 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:12:25,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-3963bbad-2ead-4ae8-bb97-6ee24416f000 2018-11-19 06:12:25,381 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj 2018-11-19 06:12:25,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e85c8bb316d142baaca75e1734131662 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:25,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08a4201c-32a6-4e66-ab65-05a8e5c845b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:25,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e85c8bb316d142baaca75e1734131662 used request id req-08a4201c-32a6-4e66-ab65-05a8e5c845b7 2018-11-19 06:12:25,612 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-proj-role 2018-11-19 06:12:25,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c88c129b5e9e4eba8e24b30da7ad3262 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:25,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd6b60d0-f9bf-40f2-880d-6969a613905c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:25,651 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c88c129b5e9e4eba8e24b30da7ad3262 used request id req-cd6b60d0-f9bf-40f2-880d-6969a613905c 2018-11-19 06:12:25,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d38945ea8aa15331bb25a69d5e50aa8fd5955bf7" 2018-11-19 06:12:25,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a42e11b-9d9f-49b3-98db-ff24b4127ec9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:25,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1a42e11b-9d9f-49b3-98db-ff24b4127ec9 2018-11-19 06:12:25,736 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-6d133c0e-cb16-46a-user 2018-11-19 06:12:25,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f33c7d5f5f6f4c949a46ea0e17943f6f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}028fee292d38d72270dd566d0c1602a60ff55700" 2018-11-19 06:12:25,903 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14ecd1e5-4754-455f-afec-2ad4c7a0302e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:25,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f33c7d5f5f6f4c949a46ea0e17943f6f used request id req-14ecd1e5-4754-455f-afec-2ad4c7a0302e 2018-11-19 06:12:25,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:26,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2NWRQmD9REafMz7MUY4YFg"], "issued_at": "2018-11-19T06:12:26.000000Z"}} 2018-11-19 06:12:26,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e827e1acc1a715e92403a1395cb35064d82a316c" 2018-11-19 06:12:26,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac58108e-a7ba-4c0e-afb0-ba2a98147269 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:26,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ac58108e-a7ba-4c0e-afb0-ba2a98147269 2018-11-19 06:12:26,372 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:26,373 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:26,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["THGJAT59TT2DiDv4EyILig"], "issued_at": "2018-11-19T06:12:26.000000Z"}} 2018-11-19 06:12:26,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:26,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-992a7563-b49b-4a1e-ac09-4e73eb9cbb15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:26,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-992a7563-b49b-4a1e-ac09-4e73eb9cbb15 2018-11-19 06:12:26,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:26,858 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:26,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:26,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63036b32-6acf-4940-9698-6eec03b62dd3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:12:26,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj used request id req-63036b32-6acf-4940-9698-6eec03b62dd3 2018-11-19 06:12:26,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:26,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d82dfc18-fdb9-45c9-9d84-bdbbbe365e0e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:26,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d82dfc18-fdb9-45c9-9d84-bdbbbe365e0e 2018-11-19 06:12:26,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj"}}' 2018-11-19 06:12:27,076 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d01c4c69-1c50-4b78-82b4-46f770261ffb Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eedbaaf983ba4479aaec66892d806d08"}, "enabled": true, "id": "eedbaaf983ba4479aaec66892d806d08", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj"}} 2018-11-19 06:12:27,077 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d01c4c69-1c50-4b78-82b4-46f770261ffb 2018-11-19 06:12:27,077 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj 2018-11-19 06:12:27,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:27,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:27,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["fgu_DShtQy2NiiIkTL9WWA"], "issued_at": "2018-11-19T06:12:27.000000Z"}} 2018-11-19 06:12:27,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda270f003ce7d8809c2ce34ac9f49437b442f6d" 2018-11-19 06:12:27,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1149f7-7035-4e4a-9f95-45ceafcd9a85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:27,595 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf1149f7-7035-4e4a-9f95-45ceafcd9a85 2018-11-19 06:12:27,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:27,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:27,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda270f003ce7d8809c2ce34ac9f49437b442f6d" 2018-11-19 06:12:27,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090d8286-35ce-407d-b152-5283dbf3a244 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:12:27,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-090d8286-35ce-407d-b152-5283dbf3a244 2018-11-19 06:12:27,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda270f003ce7d8809c2ce34ac9f49437b442f6d" 2018-11-19 06:12:27,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406372d7-f301-41bb-8d26-300ed9087574 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/eedbaaf983ba4479aaec66892d806d08"}, "enabled": true, "id": "eedbaaf983ba4479aaec66892d806d08", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj"}]} 2018-11-19 06:12:27,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj used request id req-406372d7-f301-41bb-8d26-300ed9087574 2018-11-19 06:12:27,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda270f003ce7d8809c2ce34ac9f49437b442f6d" 2018-11-19 06:12:27,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b0b112-1777-4883-aaf9-9677b782d059 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:27,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-41b0b112-1777-4883-aaf9-9677b782d059 2018-11-19 06:12:28,185 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-user 2018-11-19 06:12:28,186 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:28,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:28,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7907cd12-e33e-4d7c-965a-743ace2158e3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:28,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7907cd12-e33e-4d7c-965a-743ace2158e3 2018-11-19 06:12:28,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" -d '{"role": {"name": "CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj-role"}}' 2018-11-19 06:12:28,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26e2523f-675e-4eae-b4bc-84ab06426038 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bcc807ae12314b52bf1c4d07140596ed", "links": {"self": "http://172.30.9.21:5000/v3/roles/bcc807ae12314b52bf1c4d07140596ed"}, "name": "CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj-role"}} 2018-11-19 06:12:28,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-26e2523f-675e-4eae-b4bc-84ab06426038 2018-11-19 06:12:28,377 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj-role 2018-11-19 06:12:28,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bcc807ae12314b52bf1c4d07140596ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:28,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e352dc3-8c2e-411e-b22d-e689ebf1a34f Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bcc807ae12314b52bf1c4d07140596ed"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj-role", "id": "bcc807ae12314b52bf1c4d07140596ed"}} 2018-11-19 06:12:28,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bcc807ae12314b52bf1c4d07140596ed used request id req-4e352dc3-8c2e-411e-b22d-e689ebf1a34f 2018-11-19 06:12:28,470 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj-role to project CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj 2018-11-19 06:12:28,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/eedbaaf983ba4479aaec66892d806d08/users/81acc0a59ef0470c8b617705022157fd/roles/bcc807ae12314b52bf1c4d07140596ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:28,684 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbd9f29d-e428-4ec6-9b14-9bd5d8910d51 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:28,685 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/eedbaaf983ba4479aaec66892d806d08/users/81acc0a59ef0470c8b617705022157fd/roles/bcc807ae12314b52bf1c4d07140596ed used request id req-dbd9f29d-e428-4ec6-9b14-9bd5d8910d51 2018-11-19 06:12:28,686 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:28,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:29,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Uld_2kc7RXmwOw4vOunouA"], "issued_at": "2018-11-19T06:12:29.000000Z"}} 2018-11-19 06:12:29,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa21fa26b637c44266dbdbfbeacb9009023716fd" 2018-11-19 06:12:29,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3d4b5e6-345b-416c-891f-dd90811b4077 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:29,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c3d4b5e6-345b-416c-891f-dd90811b4077 2018-11-19 06:12:29,149 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa21fa26b637c44266dbdbfbeacb9009023716fd" 2018-11-19 06:12:29,317 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:29 GMT Server: Apache x-compute-request-id: req-d6b89d90-1951-45d3-acd9-0b11818a8521 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d6b89d90-1951-45d3-acd9-0b11818a8521 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 06:12:29,317 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-d6b89d90-1951-45d3-acd9-0b11818a8521 2018-11-19 06:12:29,321 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d6b89d90-1951-45d3-acd9-0b11818a8521" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa21fa26b637c44266dbdbfbeacb9009023716fd" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-qos-spec"}}' 2018-11-19 06:12:29,502 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:29 GMT Server: Apache x-compute-request-id: req-b7effee1-a0e5-4d1a-b758-c7b73ab2fa86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b7effee1-a0e5-4d1a-b758-c7b73ab2fa86 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "4f0a5092-5da2-428c-81f7-ac03f4657c90", "name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90", "rel": "bookmark"}]} 2018-11-19 06:12:29,503 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-b7effee1-a0e5-4d1a-b758-c7b73ab2fa86 2018-11-19 06:12:29,503 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-qos-spec 2018-11-19 06:12:29,504 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:29,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:29,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Y4pVxXhKQeiGClndxY_i-g"], "issued_at": "2018-11-19T06:12:29.000000Z"}} 2018-11-19 06:12:29,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8ec7540adc66d3dcada424b4a481f9c5816836" 2018-11-19 06:12:29,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9b2a2c8-f84e-42d8-8e43-c7cfc1b865c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:29,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d9b2a2c8-f84e-42d8-8e43-c7cfc1b865c7 2018-11-19 06:12:29,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8ec7540adc66d3dcada424b4a481f9c5816836" 2018-11-19 06:12:30,521 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:29 GMT Server: Apache x-compute-request-id: req-1ae97d07-2c14-4f4b-b740-78089cfe9c08 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1ae97d07-2c14-4f4b-b740-78089cfe9c08 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:12:30,521 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-1ae97d07-2c14-4f4b-b740-78089cfe9c08 2018-11-19 06:12:30,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1ae97d07-2c14-4f4b-b740-78089cfe9c08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8ec7540adc66d3dcada424b4a481f9c5816836" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-vol_type", "description": null}}' 2018-11-19 06:12:31,131 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:30 GMT Server: Apache x-compute-request-id: req-fdfc03f4-62c7-4fd2-9a02-1b2debb56657 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fdfc03f4-62c7-4fd2-9a02-1b2debb56657 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "97f4f9b1-c533-403e-bddc-ed09e1d312cf", "description": null}} 2018-11-19 06:12:31,131 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-fdfc03f4-62c7-4fd2-9a02-1b2debb56657 2018-11-19 06:12:31,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ae97d07-2c14-4f4b-b740-78089cfe9c08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8ec7540adc66d3dcada424b4a481f9c5816836" 2018-11-19 06:12:31,307 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:31 GMT Server: Apache x-compute-request-id: req-8739e2ca-56da-403f-ac4a-7cfe0fa0aafb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8739e2ca-56da-403f-ac4a-7cfe0fa0aafb Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "4f0a5092-5da2-428c-81f7-ac03f4657c90", "name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-qos-spec"}]} 2018-11-19 06:12:31,308 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-8739e2ca-56da-403f-ac4a-7cfe0fa0aafb 2018-11-19 06:12:31,311 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90/associate?vol_type_id=97f4f9b1-c533-403e-bddc-ed09e1d312cf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ae97d07-2c14-4f4b-b740-78089cfe9c08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8ec7540adc66d3dcada424b4a481f9c5816836" 2018-11-19 06:12:31,514 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:31 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0bdefd73-0e78-4973-bbcb-f5e32d4babd2 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:31,514 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90/associate?vol_type_id=97f4f9b1-c533-403e-bddc-ed09e1d312cf used request id req-0bdefd73-0e78-4973-bbcb-f5e32d4babd2 2018-11-19 06:12:31,515 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-vol_type 2018-11-19 06:12:31,518 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e827e1acc1a715e92403a1395cb35064d82a316c" 2018-11-19 06:12:31,691 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:31 GMT Server: Apache x-compute-request-id: req-cce5986e-ca2e-4008-bba1-7130a377eb32 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cce5986e-ca2e-4008-bba1-7130a377eb32 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-vol_type", "qos_specs_id": "4f0a5092-5da2-428c-81f7-ac03f4657c90", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "97f4f9b1-c533-403e-bddc-ed09e1d312cf", "description": null}} 2018-11-19 06:12:31,692 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf used request id req-cce5986e-ca2e-4008-bba1-7130a377eb32 2018-11-19 06:12:31,695 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cce5986e-ca2e-4008-bba1-7130a377eb32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e827e1acc1a715e92403a1395cb35064d82a316c" 2018-11-19 06:12:31,876 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:31 GMT Server: Apache x-compute-request-id: req-7ab8dd15-b5a4-4619-82de-4d06047e179b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7ab8dd15-b5a4-4619-82de-4d06047e179b Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-vol_type", "qos_specs_id": "4f0a5092-5da2-428c-81f7-ac03f4657c90", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "97f4f9b1-c533-403e-bddc-ed09e1d312cf", "description": null}} 2018-11-19 06:12:31,876 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf used request id req-7ab8dd15-b5a4-4619-82de-4d06047e179b 2018-11-19 06:12:31,879 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cce5986e-ca2e-4008-bba1-7130a377eb32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e827e1acc1a715e92403a1395cb35064d82a316c" 2018-11-19 06:12:32,044 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:31 GMT Server: Apache x-compute-request-id: req-8708e447-538f-4d85-ac7e-131cd7dc4713 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8708e447-538f-4d85-ac7e-131cd7dc4713 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:12:32,044 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf/encryption used request id req-8708e447-538f-4d85-ac7e-131cd7dc4713 2018-11-19 06:12:32,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-cce5986e-ca2e-4008-bba1-7130a377eb32" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e827e1acc1a715e92403a1395cb35064d82a316c" 2018-11-19 06:12:32,223 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:32 GMT Server: Apache x-compute-request-id: req-5aa5ca10-24c0-46c7-9055-f36c663da844 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5aa5ca10-24c0-46c7-9055-f36c663da844 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "4f0a5092-5da2-428c-81f7-ac03f4657c90", "name": "CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90", "rel": "bookmark"}]} 2018-11-19 06:12:32,224 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90 used request id req-5aa5ca10-24c0-46c7-9055-f36c663da844 2018-11-19 06:12:32,224 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-vol_type 2018-11-19 06:12:32,227 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1ae97d07-2c14-4f4b-b740-78089cfe9c08" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d8ec7540adc66d3dcada424b4a481f9c5816836" 2018-11-19 06:12:32,449 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ac94e966-8736-4a94-8662-990e552280bc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:32,449 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/97f4f9b1-c533-403e-bddc-ed09e1d312cf used request id req-ac94e966-8736-4a94-8662-990e552280bc 2018-11-19 06:12:32,450 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-a8ffd6e5-c97d-4cc6-901a-7dccaee2f7ae-qos-spec 2018-11-19 06:12:32,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d6b89d90-1951-45d3-acd9-0b11818a8521" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa21fa26b637c44266dbdbfbeacb9009023716fd" 2018-11-19 06:12:32,640 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:32 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-958b85c0-2536-46cf-82b5-e359764e21f7 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:32,640 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/4f0a5092-5da2-428c-81f7-ac03f4657c90?force=False used request id req-958b85c0-2536-46cf-82b5-e359764e21f7 2018-11-19 06:12:32,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:32,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bd2fd054-b6de-46c3-b5dd-7aae827821f5 Date: Mon, 19 Nov 2018 06:12:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:12:32,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bd2fd054-b6de-46c3-b5dd-7aae827821f5 2018-11-19 06:12:32,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:32,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbbb56c1-bfa5-4243-8688-d0582cb1f5d7 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:12:32,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-cbbb56c1-bfa5-4243-8688-d0582cb1f5d7 2018-11-19 06:12:32,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:32,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6bb42fb-fbb8-4a4c-b9a1-89196450df99 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:12:32,965 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-f6bb42fb-fbb8-4a4c-b9a1-89196450df99 2018-11-19 06:12:32,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:33,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f90f2f-f62f-4f4d-9056-81fb085afa24 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:12:33,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-29f90f2f-f62f-4f4d-9056-81fb085afa24 2018-11-19 06:12:33,050 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj 2018-11-19 06:12:33,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/eedbaaf983ba4479aaec66892d806d08 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:33,277 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9893f9a0-0307-4fec-b25e-18aed6efa4aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:33,277 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/eedbaaf983ba4479aaec66892d806d08 used request id req-9893f9a0-0307-4fec-b25e-18aed6efa4aa 2018-11-19 06:12:33,277 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-proj-role 2018-11-19 06:12:33,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bcc807ae12314b52bf1c4d07140596ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:33,387 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcc21429-3b54-43eb-9bfa-487c09b04ac5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:33,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bcc807ae12314b52bf1c4d07140596ed used request id req-fcc21429-3b54-43eb-9bfa-487c09b04ac5 2018-11-19 06:12:33,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7e565cb6a98165f59a932ed6f670f80fceaa1ce" 2018-11-19 06:12:33,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8104826-4f56-46d2-b6d0-6f23b82781f1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:33,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f8104826-4f56-46d2-b6d0-6f23b82781f1 2018-11-19 06:12:33,473 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-0cdb3378-e1d6-409-user 2018-11-19 06:12:33,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/81acc0a59ef0470c8b617705022157fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cda270f003ce7d8809c2ce34ac9f49437b442f6d" 2018-11-19 06:12:33,638 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4d2d2ef-86cc-4e09-8bf7-977df9c03959 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:33,638 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/81acc0a59ef0470c8b617705022157fd used request id req-c4d2d2ef-86cc-4e09-8bf7-977df9c03959 2018-11-19 06:12:33,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:34,026 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XNNVhsHwQfGqc7ihy_gGxQ"], "issued_at": "2018-11-19T06:12:34.000000Z"}} 2018-11-19 06:12:34,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e610dad8ad0e9b96c911313c8a9de0cb78baacd9" 2018-11-19 06:12:34,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86bf630c-82b2-4e3b-8575-cacb973f37ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:34,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-86bf630c-82b2-4e3b-8575-cacb973f37ca 2018-11-19 06:12:34,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:34,107 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:34,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2lCTjpTpTHqWfUE2mgUxjw"], "issued_at": "2018-11-19T06:12:34.000000Z"}} 2018-11-19 06:12:34,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:34,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb45e09d-cf9a-447b-981a-8759445206fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:34,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bb45e09d-cf9a-447b-981a-8759445206fd 2018-11-19 06:12:34,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:34,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:34,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:34,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09451950-1eea-4189-a481-029f2217c8b0 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:12:34,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj used request id req-09451950-1eea-4189-a481-029f2217c8b0 2018-11-19 06:12:34,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:34,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1faea21d-3272-4078-8309-df1c58c6faa4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:34,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1faea21d-3272-4078-8309-df1c58c6faa4 2018-11-19 06:12:34,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj"}}' 2018-11-19 06:12:34,873 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcf44e6a-72d3-4915-8909-9c254a9c99c2 Content-Length: 313 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4210c69dc70c43648e041c94bf0bb036"}, "enabled": true, "id": "4210c69dc70c43648e041c94bf0bb036", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj"}} 2018-11-19 06:12:34,873 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-dcf44e6a-72d3-4915-8909-9c254a9c99c2 2018-11-19 06:12:34,873 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj 2018-11-19 06:12:34,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:34,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:35,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3fQFVpVpSMquLtlKom1t9g"], "issued_at": "2018-11-19T06:12:35.000000Z"}} 2018-11-19 06:12:35,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71bf05375d34038f5ab743564dbed46f1ebc03" 2018-11-19 06:12:35,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4338eb9-a2de-4be5-8a19-2d01fc92582f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:35,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f4338eb9-a2de-4be5-8a19-2d01fc92582f 2018-11-19 06:12:35,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:35,281 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:35,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71bf05375d34038f5ab743564dbed46f1ebc03" 2018-11-19 06:12:35,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c557e1f-a6c6-4728-a5c6-8fefd8566a9d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:12:35,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2c557e1f-a6c6-4728-a5c6-8fefd8566a9d 2018-11-19 06:12:35,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71bf05375d34038f5ab743564dbed46f1ebc03" 2018-11-19 06:12:35,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2d6302e-d007-4660-b837-52bd036d6481 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/4210c69dc70c43648e041c94bf0bb036"}, "enabled": true, "id": "4210c69dc70c43648e041c94bf0bb036", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj"}]} 2018-11-19 06:12:35,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj used request id req-c2d6302e-d007-4660-b837-52bd036d6481 2018-11-19 06:12:35,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71bf05375d34038f5ab743564dbed46f1ebc03" 2018-11-19 06:12:35,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55cda172-b8c4-4cb2-be10-538c5a6dba1e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:35,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-55cda172-b8c4-4cb2-be10-538c5a6dba1e 2018-11-19 06:12:35,855 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-ad8e8f02-7906-453-user 2018-11-19 06:12:35,855 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:35,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:35,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ae8eea-771c-42a0-9020-9ad082fd0343 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:35,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-65ae8eea-771c-42a0-9020-9ad082fd0343 2018-11-19 06:12:35,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" -d '{"role": {"name": "CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj-role"}}' 2018-11-19 06:12:36,053 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-859e1c24-c76f-4f7a-8898-aa0ba23e9176 Content-Length: 227 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "628466b2bb294d65845b23746f7e56ca", "links": {"self": "http://172.30.9.21:5000/v3/roles/628466b2bb294d65845b23746f7e56ca"}, "name": "CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj-role"}} 2018-11-19 06:12:36,053 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-859e1c24-c76f-4f7a-8898-aa0ba23e9176 2018-11-19 06:12:36,053 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj-role 2018-11-19 06:12:36,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/628466b2bb294d65845b23746f7e56ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:36,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e7e2780-c500-4904-ad0c-3a6fb911afa2 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/628466b2bb294d65845b23746f7e56ca"}, "domain_id": null, "name": "CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj-role", "id": "628466b2bb294d65845b23746f7e56ca"}} 2018-11-19 06:12:36,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/628466b2bb294d65845b23746f7e56ca used request id req-1e7e2780-c500-4904-ad0c-3a6fb911afa2 2018-11-19 06:12:36,075 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj-role to project CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj 2018-11-19 06:12:36,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/4210c69dc70c43648e041c94bf0bb036/users/c938ee81f6d64dc48e085fb07ede1e38/roles/628466b2bb294d65845b23746f7e56ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:36,217 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e257812e-48c9-43fa-a1fa-06e8dc6d084e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:36,217 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/4210c69dc70c43648e041c94bf0bb036/users/c938ee81f6d64dc48e085fb07ede1e38/roles/628466b2bb294d65845b23746f7e56ca used request id req-e257812e-48c9-43fa-a1fa-06e8dc6d084e 2018-11-19 06:12:36,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:36,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:36,592 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ClWD8neeSdWtb-6Tb32jvQ"], "issued_at": "2018-11-19T06:12:36.000000Z"}} 2018-11-19 06:12:36,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d889899139293ac41160394578784ddfef28472e" 2018-11-19 06:12:36,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf8774c3-401d-4b10-9889-4e595eaa25b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:36,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf8774c3-401d-4b10-9889-4e595eaa25b3 2018-11-19 06:12:36,684 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d889899139293ac41160394578784ddfef28472e" 2018-11-19 06:12:36,847 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:36 GMT Server: Apache x-compute-request-id: req-137781eb-1089-47b8-8497-243775abdbff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-137781eb-1089-47b8-8497-243775abdbff Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-19 06:12:36,847 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-137781eb-1089-47b8-8497-243775abdbff 2018-11-19 06:12:36,850 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-137781eb-1089-47b8-8497-243775abdbff" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d889899139293ac41160394578784ddfef28472e" -d '{"qos_specs": {"consumer": "both", "name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-qos-spec"}}' 2018-11-19 06:12:37,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:36 GMT Server: Apache x-compute-request-id: req-b2f8a709-0191-4cda-826c-db0020e82244 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b2f8a709-0191-4cda-826c-db0020e82244 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "ab319983-1441-4025-8e68-e0c8bde4458f", "name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f", "rel": "bookmark"}]} 2018-11-19 06:12:37,074 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-b2f8a709-0191-4cda-826c-db0020e82244 2018-11-19 06:12:37,074 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-qos-spec 2018-11-19 06:12:37,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:37,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:37,461 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["e8up2VrkT2-EEUCBRC1_DA"], "issued_at": "2018-11-19T06:12:37.000000Z"}} 2018-11-19 06:12:37,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2d4464a10e7f4afc0e5193cfb43f24a2eba01" 2018-11-19 06:12:37,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04895368-fa5a-430b-b80b-dc66e0ff4152 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:37,539 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-04895368-fa5a-430b-b80b-dc66e0ff4152 2018-11-19 06:12:37,545 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2d4464a10e7f4afc0e5193cfb43f24a2eba01" 2018-11-19 06:12:37,718 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:37 GMT Server: Apache x-compute-request-id: req-eadf41e1-8c07-4c47-a675-2a1336f4679e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eadf41e1-8c07-4c47-a675-2a1336f4679e Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:12:37,718 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-eadf41e1-8c07-4c47-a675-2a1336f4679e 2018-11-19 06:12:37,722 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-eadf41e1-8c07-4c47-a675-2a1336f4679e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2d4464a10e7f4afc0e5193cfb43f24a2eba01" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-vol_type", "description": null}}' 2018-11-19 06:12:37,927 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:37 GMT Server: Apache x-compute-request-id: req-61e9f8b8-fd89-4468-ad4d-0ef16b0f909a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-61e9f8b8-fd89-4468-ad4d-0ef16b0f909a Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-vol_type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88b0686c-fd97-476f-b953-133a6fae6b6a", "description": null}} 2018-11-19 06:12:37,927 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-61e9f8b8-fd89-4468-ad4d-0ef16b0f909a 2018-11-19 06:12:37,931 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-eadf41e1-8c07-4c47-a675-2a1336f4679e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2d4464a10e7f4afc0e5193cfb43f24a2eba01" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-19 06:12:38,162 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:37 GMT Server: Apache x-compute-request-id: req-2798ac7f-d29c-4eb0-a9e6-d0a9a989ac1a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2798ac7f-d29c-4eb0-a9e6-d0a9a989ac1a Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "88b0686c-fd97-476f-b953-133a6fae6b6a", "name": "foo", "control_location": "back-end", "encryption_id": "1184e81a-d481-48bd-bf2b-a81cf484e9c9", "provider": "bar", "provider_class": "bar"}} 2018-11-19 06:12:38,162 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a/encryption used request id req-2798ac7f-d29c-4eb0-a9e6-d0a9a989ac1a 2018-11-19 06:12:38,165 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eadf41e1-8c07-4c47-a675-2a1336f4679e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2d4464a10e7f4afc0e5193cfb43f24a2eba01" 2018-11-19 06:12:38,419 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:38 GMT Server: Apache x-compute-request-id: req-bd0a6857-a90e-4602-b237-04ff60132974 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bd0a6857-a90e-4602-b237-04ff60132974 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "ab319983-1441-4025-8e68-e0c8bde4458f", "name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-qos-spec"}]} 2018-11-19 06:12:38,420 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs used request id req-bd0a6857-a90e-4602-b237-04ff60132974 2018-11-19 06:12:38,423 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f/associate?vol_type_id=88b0686c-fd97-476f-b953-133a6fae6b6a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eadf41e1-8c07-4c47-a675-2a1336f4679e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2d4464a10e7f4afc0e5193cfb43f24a2eba01" 2018-11-19 06:12:38,628 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:38 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3ec1564b-7d50-4b0f-85a1-ebd2f3e42819 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:38,628 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f/associate?vol_type_id=88b0686c-fd97-476f-b953-133a6fae6b6a used request id req-3ec1564b-7d50-4b0f-85a1-ebd2f3e42819 2018-11-19 06:12:38,629 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-vol_type 2018-11-19 06:12:38,632 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e610dad8ad0e9b96c911313c8a9de0cb78baacd9" 2018-11-19 06:12:38,818 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:38 GMT Server: Apache x-compute-request-id: req-2a54da0b-5ebc-41ab-a6b5-c097321c8f89 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2a54da0b-5ebc-41ab-a6b5-c097321c8f89 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-vol_type", "qos_specs_id": "ab319983-1441-4025-8e68-e0c8bde4458f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88b0686c-fd97-476f-b953-133a6fae6b6a", "description": null}} 2018-11-19 06:12:38,818 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a used request id req-2a54da0b-5ebc-41ab-a6b5-c097321c8f89 2018-11-19 06:12:38,821 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a54da0b-5ebc-41ab-a6b5-c097321c8f89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e610dad8ad0e9b96c911313c8a9de0cb78baacd9" 2018-11-19 06:12:39,006 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:38 GMT Server: Apache x-compute-request-id: req-3e9944aa-318a-4df6-a4b4-b874a75c25b6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3e9944aa-318a-4df6-a4b4-b874a75c25b6 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-vol_type", "qos_specs_id": "ab319983-1441-4025-8e68-e0c8bde4458f", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "88b0686c-fd97-476f-b953-133a6fae6b6a", "description": null}} 2018-11-19 06:12:39,006 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a used request id req-3e9944aa-318a-4df6-a4b4-b874a75c25b6 2018-11-19 06:12:39,009 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a54da0b-5ebc-41ab-a6b5-c097321c8f89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e610dad8ad0e9b96c911313c8a9de0cb78baacd9" 2018-11-19 06:12:39,168 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:39 GMT Server: Apache x-compute-request-id: req-e71a9dc7-71da-4aa2-979e-e1f63b4e2448 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e71a9dc7-71da-4aa2-979e-e1f63b4e2448 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "88b0686c-fd97-476f-b953-133a6fae6b6a", "control_location": "back-end", "deleted": false, "created_at": "2018-11-19T06:12:38.000000", "updated_at": null, "encryption_id": "1184e81a-d481-48bd-bf2b-a81cf484e9c9", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-19 06:12:39,168 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a/encryption used request id req-e71a9dc7-71da-4aa2-979e-e1f63b4e2448 2018-11-19 06:12:39,171 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2a54da0b-5ebc-41ab-a6b5-c097321c8f89" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e610dad8ad0e9b96c911313c8a9de0cb78baacd9" 2018-11-19 06:12:39,351 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:39 GMT Server: Apache x-compute-request-id: req-c8add157-9f58-4785-912f-c7d1d6cc0e0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8add157-9f58-4785-912f-c7d1d6cc0e0e Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "ab319983-1441-4025-8e68-e0c8bde4458f", "name": "CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-qos-spec"}, "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f", "rel": "bookmark"}]} 2018-11-19 06:12:39,352 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f used request id req-c8add157-9f58-4785-912f-c7d1d6cc0e0e 2018-11-19 06:12:39,352 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-vol_type 2018-11-19 06:12:39,355 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-eadf41e1-8c07-4c47-a675-2a1336f4679e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2d4464a10e7f4afc0e5193cfb43f24a2eba01" 2018-11-19 06:12:39,569 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-88d543e3-9bc6-4cef-9baa-f5fd49eba502 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:39,569 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/88b0686c-fd97-476f-b953-133a6fae6b6a used request id req-88d543e3-9bc6-4cef-9baa-f5fd49eba502 2018-11-19 06:12:39,570 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-bfb57b02-678e-4af7-bfcd-700a202efaab-qos-spec 2018-11-19 06:12:39,573 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-137781eb-1089-47b8-8497-243775abdbff" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d889899139293ac41160394578784ddfef28472e" 2018-11-19 06:12:39,765 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:39 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8a5d3cd9-a04b-4d18-bc20-7abfbe165d2a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:39,765 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/qos-specs/ab319983-1441-4025-8e68-e0c8bde4458f?force=False used request id req-8a5d3cd9-a04b-4d18-bc20-7abfbe165d2a 2018-11-19 06:12:39,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:39,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-777c0ea2-4000-4bae-9807-8fe5f1f8e372 Date: Mon, 19 Nov 2018 06:12:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:12:39,986 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-777c0ea2-4000-4bae-9807-8fe5f1f8e372 2018-11-19 06:12:39,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:40,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d170791-a199-47be-8928-ad5fc01bb852 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:12:40,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-9d170791-a199-47be-8928-ad5fc01bb852 2018-11-19 06:12:40,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:40,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16943729-7f3a-4e32-b5ee-758ac7e92207 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:12:40,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-16943729-7f3a-4e32-b5ee-758ac7e92207 2018-11-19 06:12:40,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:40,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeed7521-3e63-4423-a39d-d87d2c5e9749 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:12:40,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-aeed7521-3e63-4423-a39d-d87d2c5e9749 2018-11-19 06:12:40,189 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj 2018-11-19 06:12:40,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/4210c69dc70c43648e041c94bf0bb036 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:40,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-051bf3ed-aa88-4f5b-ac82-1d83ac19d017 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:40,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/4210c69dc70c43648e041c94bf0bb036 used request id req-051bf3ed-aa88-4f5b-ac82-1d83ac19d017 2018-11-19 06:12:40,379 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-ad8e8f02-7906-453-proj-role 2018-11-19 06:12:40,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/628466b2bb294d65845b23746f7e56ca -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:40,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32a89cea-7ad5-42e1-be31-3d36c98c7fce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:40,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/628466b2bb294d65845b23746f7e56ca used request id req-32a89cea-7ad5-42e1-be31-3d36c98c7fce 2018-11-19 06:12:40,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50c88a03896333dcfaf4cacb27370029870d6bae" 2018-11-19 06:12:40,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6941520-aedd-47ce-8a7a-79b7db22a21b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:40,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e6941520-aedd-47ce-8a7a-79b7db22a21b 2018-11-19 06:12:40,579 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-ad8e8f02-7906-453-user 2018-11-19 06:12:40,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c938ee81f6d64dc48e085fb07ede1e38 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca71bf05375d34038f5ab743564dbed46f1ebc03" 2018-11-19 06:12:40,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98270c5e-c6ad-4146-b243-58a0f92bdd24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:40,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c938ee81f6d64dc48e085fb07ede1e38 used request id req-98270c5e-c6ad-4146-b243-58a0f92bdd24 2018-11-19 06:12:40,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:41,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["jPdHIloYSyeVGChWaadtEw"], "issued_at": "2018-11-19T06:12:41.000000Z"}} 2018-11-19 06:12:41,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f67805235d102150e4e2c28fbd69a6f9e4cf7305" 2018-11-19 06:12:41,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7fdcf9-baf1-466e-9b53-a6e068e76c01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:41,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3a7fdcf9-baf1-466e-9b53-a6e068e76c01 2018-11-19 06:12:41,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:41,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:41,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["57L4zmx_QAOakEW9OMRJNw"], "issued_at": "2018-11-19T06:12:41.000000Z"}} 2018-11-19 06:12:41,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:41,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83802987-12b9-478f-b7f4-7da8fca7f01e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:41,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-83802987-12b9-478f-b7f4-7da8fca7f01e 2018-11-19 06:12:41,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:41,710 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:41,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:41,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65164a45-8bba-4b84-84db-b47c70b4def9 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:12:41,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj used request id req-65164a45-8bba-4b84-84db-b47c70b4def9 2018-11-19 06:12:41,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:41,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d5d384f-a733-4adc-b911-c975ce3b3657 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:41,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6d5d384f-a733-4adc-b911-c975ce3b3657 2018-11-19 06:12:41,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj"}}' 2018-11-19 06:12:42,005 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17d62b4b-5f41-4f22-82e6-b156174d8323 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b"}, "enabled": true, "id": "f07c59f5f5384f469e1dd3b08f7ff20b", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj"}} 2018-11-19 06:12:42,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-17d62b4b-5f41-4f22-82e6-b156174d8323 2018-11-19 06:12:42,005 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj 2018-11-19 06:12:42,005 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:42,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:42,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["7-wkJiEEQ4W2SVl2aLbSjw"], "issued_at": "2018-11-19T06:12:42.000000Z"}} 2018-11-19 06:12:42,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d494d90aa3b91b757b40aeb7a7d626810132fc2" 2018-11-19 06:12:42,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a88e27-e632-4a8e-b030-d418d160c6ef Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:42,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e7a88e27-e632-4a8e-b030-d418d160c6ef 2018-11-19 06:12:42,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:42,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:42,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d494d90aa3b91b757b40aeb7a7d626810132fc2" 2018-11-19 06:12:42,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f536147-a0c6-4634-a72f-ba3b144f18a9 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:12:42,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5f536147-a0c6-4634-a72f-ba3b144f18a9 2018-11-19 06:12:42,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d494d90aa3b91b757b40aeb7a7d626810132fc2" 2018-11-19 06:12:42,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7d0f27-fbc0-425e-a49c-ef14f97c5e1e Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b"}, "enabled": true, "id": "f07c59f5f5384f469e1dd3b08f7ff20b", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj"}]} 2018-11-19 06:12:42,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj used request id req-5b7d0f27-fbc0-425e-a49c-ef14f97c5e1e 2018-11-19 06:12:42,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d494d90aa3b91b757b40aeb7a7d626810132fc2" 2018-11-19 06:12:42,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-104ff3b2-64dc-4f05-912d-443514201924 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:42,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-104ff3b2-64dc-4f05-912d-443514201924 2018-11-19 06:12:43,155 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-user 2018-11-19 06:12:43,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:43,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:43,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fe9fcc-106e-4db7-976d-c46e5e0d65b3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:43,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-58fe9fcc-106e-4db7-976d-c46e5e0d65b3 2018-11-19 06:12:43,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role"}}' 2018-11-19 06:12:43,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90bc3ff3-30b0-4092-8181-8f02f131b606 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9db5617cbf054a2d82a0026cee23744e", "links": {"self": "http://172.30.9.21:5000/v3/roles/9db5617cbf054a2d82a0026cee23744e"}, "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role"}} 2018-11-19 06:12:43,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-90bc3ff3-30b0-4092-8181-8f02f131b606 2018-11-19 06:12:43,358 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role 2018-11-19 06:12:43,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9db5617cbf054a2d82a0026cee23744e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:43,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-640a5fb3-653f-49fb-91f3-054e2e584317 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/9db5617cbf054a2d82a0026cee23744e"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role", "id": "9db5617cbf054a2d82a0026cee23744e"}} 2018-11-19 06:12:43,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9db5617cbf054a2d82a0026cee23744e used request id req-640a5fb3-653f-49fb-91f3-054e2e584317 2018-11-19 06:12:43,380 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role to project CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj 2018-11-19 06:12:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b/users/7abb42ee53714c19bca9be1f234f8922/roles/9db5617cbf054a2d82a0026cee23744e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:43,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e562594-f073-4dc3-867e-57d7865f1f24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:43,439 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b/users/7abb42ee53714c19bca9be1f234f8922/roles/9db5617cbf054a2d82a0026cee23744e used request id req-4e562594-f073-4dc3-867e-57d7865f1f24 2018-11-19 06:12:43,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:43,806 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9db5617cbf054a2d82a0026cee23744e", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role"}], "expires_at": "2018-11-19T07:12:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f07c59f5f5384f469e1dd3b08f7ff20b", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-user", "id": "7abb42ee53714c19bca9be1f234f8922"}, "audit_ids": ["VsSnk6WlRmG1tacHfKSwDA"], "issued_at": "2018-11-19T06:12:43.000000Z"}} 2018-11-19 06:12:43,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeac3a4e574c3dd0f2cd14406a9f222b4832eeb" 2018-11-19 06:12:43,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b90522-7098-4730-a1e8-61c5d3f37b47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:43,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-28b90522-7098-4730-a1e8-61c5d3f37b47 2018-11-19 06:12:43,884 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:43,885 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:44,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9db5617cbf054a2d82a0026cee23744e", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role"}], "expires_at": "2018-11-19T07:12:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f07c59f5f5384f469e1dd3b08f7ff20b", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f07c59f5f5384f469e1dd3b08f7ff20b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-user", "id": "7abb42ee53714c19bca9be1f234f8922"}, "audit_ids": ["Y9RqHHUBTAOEErXrz4qL7A"], "issued_at": "2018-11-19T06:12:44.000000Z"}} 2018-11-19 06:12:44,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:44,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-005b53cf-7206-4d17-bc6a-22cedbbf8ffd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:44,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-005b53cf-7206-4d17-bc6a-22cedbbf8ffd 2018-11-19 06:12:44,346 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:44,535 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:44 GMT Server: Apache x-compute-request-id: req-3d89e781-d09b-4712-95bb-3761a64e5f66 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d89e781-d09b-4712-95bb-3761a64e5f66 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:12:44,535 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/detail used request id req-3d89e781-d09b-4712-95bb-3761a64e5f66 2018-11-19 06:12:44,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3d89e781-d09b-4712-95bb-3761a64e5f66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:12:44,823 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:44 GMT Server: Apache x-compute-request-id: req-90c472c0-41c5-4d99-9753-5dc4b5b66a76 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-90c472c0-41c5-4d99-9753-5dc4b5b66a76 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7abb42ee53714c19bca9be1f234f8922", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "self"}, {"href": "http://172.30.9.21:8776/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:44.756630", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "12715de3-df8c-4d31-a415-ae55defd61b3", "size": 1}} 2018-11-19 06:12:44,824 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes used request id req-90c472c0-41c5-4d99-9753-5dc4b5b66a76 2018-11-19 06:12:44,827 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d89e781-d09b-4712-95bb-3761a64e5f66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:45,027 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:44 GMT Server: Apache x-compute-request-id: req-bf06113c-ce4b-4de1-ad0f-09343f60b29b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf06113c-ce4b-4de1-ad0f-09343f60b29b Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7abb42ee53714c19bca9be1f234f8922", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "self"}, {"href": "http://172.30.9.21:8776/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f07c59f5f5384f469e1dd3b08f7ff20b", "updated_at": "2018-11-19T06:12:44.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "12715de3-df8c-4d31-a415-ae55defd61b3", "size": 1}} 2018-11-19 06:12:45,027 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 used request id req-bf06113c-ce4b-4de1-ad0f-09343f60b29b 2018-11-19 06:12:45,028 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7 2018-11-19 06:12:45,031 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d89e781-d09b-4712-95bb-3761a64e5f66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:45,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:45 GMT Server: Apache x-compute-request-id: req-76355562-5efb-481c-bb84-8fe30f89a9b3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-76355562-5efb-481c-bb84-8fe30f89a9b3 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7abb42ee53714c19bca9be1f234f8922", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "self"}, {"href": "http://172.30.9.21:8776/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f07c59f5f5384f469e1dd3b08f7ff20b", "updated_at": "2018-11-19T06:12:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "12715de3-df8c-4d31-a415-ae55defd61b3", "size": 1}} 2018-11-19 06:12:45,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 used request id req-76355562-5efb-481c-bb84-8fe30f89a9b3 2018-11-19 06:12:45,227 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:12:45,227 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7 2018-11-19 06:12:45,227 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7 2018-11-19 06:12:45,230 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeac3a4e574c3dd0f2cd14406a9f222b4832eeb" 2018-11-19 06:12:45,800 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:45 GMT Server: Apache x-compute-request-id: req-e0e16985-3a57-45f8-912b-ccd4f0a7d9ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e0e16985-3a57-45f8-912b-ccd4f0a7d9ed Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7abb42ee53714c19bca9be1f234f8922", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "self"}, {"href": "http://172.30.9.21:8776/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f07c59f5f5384f469e1dd3b08f7ff20b", "updated_at": "2018-11-19T06:12:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "12715de3-df8c-4d31-a415-ae55defd61b3", "size": 1}]} 2018-11-19 06:12:45,800 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/detail used request id req-e0e16985-3a57-45f8-912b-ccd4f0a7d9ed 2018-11-19 06:12:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:45,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:45,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeac3a4e574c3dd0f2cd14406a9f222b4832eeb" 2018-11-19 06:12:45,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9384ea6-4449-42ae-a823-d3029fbb01a6 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b"}, "enabled": true, "id": "f07c59f5f5384f469e1dd3b08f7ff20b", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj"}} 2018-11-19 06:12:45,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b used request id req-a9384ea6-4449-42ae-a823-d3029fbb01a6 2018-11-19 06:12:45,872 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d89e781-d09b-4712-95bb-3761a64e5f66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:46,065 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:45 GMT Server: Apache x-compute-request-id: req-1499782e-66d8-404d-9ae4-6c837d43d837 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1499782e-66d8-404d-9ae4-6c837d43d837 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7abb42ee53714c19bca9be1f234f8922", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "self"}, {"href": "http://172.30.9.21:8776/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f07c59f5f5384f469e1dd3b08f7ff20b", "updated_at": "2018-11-19T06:12:45.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "12715de3-df8c-4d31-a415-ae55defd61b3", "size": 1}} 2018-11-19 06:12:46,065 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 used request id req-1499782e-66d8-404d-9ae4-6c837d43d837 2018-11-19 06:12:46,066 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:12:46,066 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7 2018-11-19 06:12:46,066 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7 2018-11-19 06:12:46,069 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d89e781-d09b-4712-95bb-3761a64e5f66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:46,305 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f11fd058-a59b-4d4e-bbba-a3c4be9bc8ae Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:12:46,306 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 used request id req-f11fd058-a59b-4d4e-bbba-a3c4be9bc8ae 2018-11-19 06:12:46,309 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d89e781-d09b-4712-95bb-3761a64e5f66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:46,504 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:46 GMT Server: Apache x-compute-request-id: req-50d9d725-bc80-4f77-b43c-7e6abcd01040 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50d9d725-bc80-4f77-b43c-7e6abcd01040 Content-Encoding: gzip Content-Length: 467 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "7abb42ee53714c19bca9be1f234f8922", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "self"}, {"href": "http://172.30.9.21:8776/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:44.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f07c59f5f5384f469e1dd3b08f7ff20b", "updated_at": "2018-11-19T06:12:46.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "12715de3-df8c-4d31-a415-ae55defd61b3", "size": 1}} 2018-11-19 06:12:46,504 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 used request id req-50d9d725-bc80-4f77-b43c-7e6abcd01040 2018-11-19 06:12:46,505 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:12:46,505 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:12:49,508 - create_volume - DEBUG - Volume status query timeout in 56.7978880405 2018-11-19 06:12:49,511 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3d89e781-d09b-4712-95bb-3761a64e5f66" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}067d4052f2f77ff3fd01983a695a913ee992a3c3" 2018-11-19 06:12:49,546 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:12:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-46271dd0-83a0-4b28-9b63-2bbc7dab994d x-openstack-request-id: req-46271dd0-83a0-4b28-9b63-2bbc7dab994d Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 12715de3-df8c-4d31-a415-ae55defd61b3 could not be found.", "code": 404}} 2018-11-19 06:12:49,546 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/12715de3-df8c-4d31-a415-ae55defd61b3 used request id req-46271dd0-83a0-4b28-9b63-2bbc7dab994d 2018-11-19 06:12:49,547 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 12715de3-df8c-4d31-a415-ae55defd61b3 could not be found. (HTTP 404) (Request-ID: req-46271dd0-83a0-4b28-9b63-2bbc7dab994d) 2018-11-19 06:12:49,547 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-f766e193-640d-42af-9d89-d747ba29c7c7 2018-11-19 06:12:49,550 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e0e16985-3a57-45f8-912b-ccd4f0a7d9ed" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfeac3a4e574c3dd0f2cd14406a9f222b4832eeb" 2018-11-19 06:12:49,760 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:49 GMT Server: Apache x-compute-request-id: req-7a9b7837-b64a-420e-8b8c-552c86554dd2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7a9b7837-b64a-420e-8b8c-552c86554dd2 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:12:49,760 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f07c59f5f5384f469e1dd3b08f7ff20b/volumes/detail used request id req-7a9b7837-b64a-420e-8b8c-552c86554dd2 2018-11-19 06:12:49,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:49,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7f4e0077-8ca8-4ab2-82d3-fbf32f18764f Date: Mon, 19 Nov 2018 06:12:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:12:49,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7f4e0077-8ca8-4ab2-82d3-fbf32f18764f 2018-11-19 06:12:50,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:50,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbfcf828-e90f-4782-beff-aafc469d2ab2 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:12:50,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-cbfcf828-e90f-4782-beff-aafc469d2ab2 2018-11-19 06:12:50,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:50,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-193f95dc-c04a-453a-accc-8fcffce0c4d7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:12:50,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-193f95dc-c04a-453a-accc-8fcffce0c4d7 2018-11-19 06:12:50,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:50,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e15db94a-2fd2-47e0-b0d9-9340a39a4d2c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:12:50,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-e15db94a-2fd2-47e0-b0d9-9340a39a4d2c 2018-11-19 06:12:50,270 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj 2018-11-19 06:12:50,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:50,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20490010-d407-42d9-9d8c-6df0ebe284b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:50,420 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f07c59f5f5384f469e1dd3b08f7ff20b used request id req-20490010-d407-42d9-9d8c-6df0ebe284b2 2018-11-19 06:12:50,420 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-proj-role 2018-11-19 06:12:50,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9db5617cbf054a2d82a0026cee23744e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:50,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13764d5c-9ddd-4895-9a84-57ac3ae87f70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:50,532 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9db5617cbf054a2d82a0026cee23744e used request id req-13764d5c-9ddd-4895-9a84-57ac3ae87f70 2018-11-19 06:12:50,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f936f4003bd2a9549a9d195c90b734ee3caed310" 2018-11-19 06:12:50,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6779e13a-3b48-493c-8900-33a306f01638 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:50,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6779e13a-3b48-493c-8900-33a306f01638 2018-11-19 06:12:50,629 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-e4a1e737-8236-4b7-user 2018-11-19 06:12:50,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7abb42ee53714c19bca9be1f234f8922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d494d90aa3b91b757b40aeb7a7d626810132fc2" 2018-11-19 06:12:50,804 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cfbb3875-f6c3-4c5b-bdf7-114dc3d5cd17 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:50,805 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7abb42ee53714c19bca9be1f234f8922 used request id req-cfbb3875-f6c3-4c5b-bdf7-114dc3d5cd17 2018-11-19 06:12:50,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:51,187 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XBJorGemQemwAFD68cK8Dg"], "issued_at": "2018-11-19T06:12:51.000000Z"}} 2018-11-19 06:12:51,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f68c5be9bb37e7d6c9ad1c2dcfc290f1edddc9bb" 2018-11-19 06:12:51,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f33f8d80-7d6e-4ed5-b426-064831276d85 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:51,282 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f33f8d80-7d6e-4ed5-b426-064831276d85 2018-11-19 06:12:51,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:51,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:51,660 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GdIz-IIhSr2B5cN6ffX0ew"], "issued_at": "2018-11-19T06:12:51.000000Z"}} 2018-11-19 06:12:51,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:12:51,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85abeb6f-c572-41fc-ae4e-a627b1a85d74 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:51,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85abeb6f-c572-41fc-ae4e-a627b1a85d74 2018-11-19 06:12:51,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:51,757 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:51,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:12:51,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3760a60-ec3e-4df0-9c73-50edf8b403cc Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:12:51,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj used request id req-e3760a60-ec3e-4df0-9c73-50edf8b403cc 2018-11-19 06:12:51,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:12:51,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-042c63b2-930b-49b4-904b-8dc4390e2c84 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:51,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-042c63b2-930b-49b4-904b-8dc4390e2c84 2018-11-19 06:12:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}}' 2018-11-19 06:12:52,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2875a9d-ad1a-4e37-8486-fe9e17098b5c Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025"}, "enabled": true, "id": "93bf50f105224f46940898aaba6fa025", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}} 2018-11-19 06:12:52,041 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c2875a9d-ad1a-4e37-8486-fe9e17098b5c 2018-11-19 06:12:52,041 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj 2018-11-19 06:12:52,041 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:52,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:52,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:12:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ElZSAyrnSfiyiNikXHtqDw"], "issued_at": "2018-11-19T06:12:52.000000Z"}} 2018-11-19 06:12:52,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a754e1d25b16e440445a08df4c785aa3abee3a" 2018-11-19 06:12:52,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23936144-4e48-4009-977c-ea3b68e92381 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:52,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23936144-4e48-4009-977c-ea3b68e92381 2018-11-19 06:12:52,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:52,516 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:52,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a754e1d25b16e440445a08df4c785aa3abee3a" 2018-11-19 06:12:52,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e3696d-9f05-4c39-aba6-f28131c97630 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:12:52,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-69e3696d-9f05-4c39-aba6-f28131c97630 2018-11-19 06:12:52,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a754e1d25b16e440445a08df4c785aa3abee3a" 2018-11-19 06:12:52,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac3992a-1806-4d17-ad0f-10c0aa37b3a0 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025"}, "enabled": true, "id": "93bf50f105224f46940898aaba6fa025", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}]} 2018-11-19 06:12:52,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj used request id req-cac3992a-1806-4d17-ad0f-10c0aa37b3a0 2018-11-19 06:12:52,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a754e1d25b16e440445a08df4c785aa3abee3a" 2018-11-19 06:12:52,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d53bca8c-80cd-4369-980a-e59332296126 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:12:52,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d53bca8c-80cd-4369-980a-e59332296126 2018-11-19 06:12:53,179 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-user 2018-11-19 06:12:53,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:53,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:12:53,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c221f6c-d9ed-4fb3-aaf4-3aced8c090dc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:12:53,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0c221f6c-d9ed-4fb3-aaf4-3aced8c090dc 2018-11-19 06:12:53,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role"}}' 2018-11-19 06:12:53,394 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4154632d-e2a1-4d05-a995-5e24c1265084 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6f5ae8fd54b44cb18d581d2eff7930ee", "links": {"self": "http://172.30.9.21:5000/v3/roles/6f5ae8fd54b44cb18d581d2eff7930ee"}, "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role"}} 2018-11-19 06:12:53,394 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4154632d-e2a1-4d05-a995-5e24c1265084 2018-11-19 06:12:53,394 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role 2018-11-19 06:12:53,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6f5ae8fd54b44cb18d581d2eff7930ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:12:53,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc2b9731-37e8-4035-b1b8-9152f200c6e1 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6f5ae8fd54b44cb18d581d2eff7930ee"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role", "id": "6f5ae8fd54b44cb18d581d2eff7930ee"}} 2018-11-19 06:12:53,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6f5ae8fd54b44cb18d581d2eff7930ee used request id req-fc2b9731-37e8-4035-b1b8-9152f200c6e1 2018-11-19 06:12:53,481 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role to project CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj 2018-11-19 06:12:53,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025/users/e88eb5d144314ec6a68e5444af8d1261/roles/6f5ae8fd54b44cb18d581d2eff7930ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:12:53,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:12:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-edc157e7-bdfc-4e39-9eb7-fdb5cd9175f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:12:53,613 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025/users/e88eb5d144314ec6a68e5444af8d1261/roles/6f5ae8fd54b44cb18d581d2eff7930ee used request id req-edc157e7-bdfc-4e39-9eb7-fdb5cd9175f8 2018-11-19 06:12:53,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:53,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6f5ae8fd54b44cb18d581d2eff7930ee", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role"}], "expires_at": "2018-11-19T07:12:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93bf50f105224f46940898aaba6fa025", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-user", "id": "e88eb5d144314ec6a68e5444af8d1261"}, "audit_ids": ["Nm9CSKaJRMayzf0GSPivMw"], "issued_at": "2018-11-19T06:12:53.000000Z"}} 2018-11-19 06:12:54,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5477886a05064de206d10d782a43ef4b6e9e25d" 2018-11-19 06:12:54,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96da2762-e86d-4bdd-ae47-ce2721a3c686 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:54,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-96da2762-e86d-4bdd-ae47-ce2721a3c686 2018-11-19 06:12:54,069 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:54,070 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:54,453 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6f5ae8fd54b44cb18d581d2eff7930ee", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role"}], "expires_at": "2018-11-19T07:12:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93bf50f105224f46940898aaba6fa025", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-user", "id": "e88eb5d144314ec6a68e5444af8d1261"}, "audit_ids": ["Iu0zTJKqTA63jytngZ15Lw"], "issued_at": "2018-11-19T06:12:54.000000Z"}} 2018-11-19 06:12:54,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:12:54,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03767ab1-656e-4a14-b61f-ed39e890d5db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:54,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-03767ab1-656e-4a14-b61f-ed39e890d5db 2018-11-19 06:12:54,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:12:54,720 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:54 GMT Server: Apache x-compute-request-id: req-395328c6-15ff-4d15-9e89-9bebb2ab5310 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-395328c6-15ff-4d15-9e89-9bebb2ab5310 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:12:54,720 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/detail used request id req-395328c6-15ff-4d15-9e89-9bebb2ab5310 2018-11-19 06:12:54,723 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:12:55,063 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:12:54 GMT Server: Apache x-compute-request-id: req-e0d923ec-f607-47fa-8c10-b73bda9eb8d9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e0d923ec-f607-47fa-8c10-b73bda9eb8d9 Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.980145", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}} 2018-11-19 06:12:55,063 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes used request id req-e0d923ec-f607-47fa-8c10-b73bda9eb8d9 2018-11-19 06:12:55,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:12:55,278 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:55 GMT Server: Apache x-compute-request-id: req-cb26cdbe-3a72-4e75-aa1b-3d0d54406f6b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cb26cdbe-3a72-4e75-aa1b-3d0d54406f6b Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93bf50f105224f46940898aaba6fa025", "updated_at": "2018-11-19T06:12:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}} 2018-11-19 06:12:55,279 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d used request id req-cb26cdbe-3a72-4e75-aa1b-3d0d54406f6b 2018-11-19 06:12:55,279 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765 2018-11-19 06:12:55,282 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:12:55,466 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:55 GMT Server: Apache x-compute-request-id: req-2974b90b-1a0e-40af-9252-36ce868f3b56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2974b90b-1a0e-40af-9252-36ce868f3b56 Content-Encoding: gzip Content-Length: 466 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93bf50f105224f46940898aaba6fa025", "updated_at": "2018-11-19T06:12:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}} 2018-11-19 06:12:55,466 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d used request id req-2974b90b-1a0e-40af-9252-36ce868f3b56 2018-11-19 06:12:55,466 - create_volume - DEBUG - Instance status is - creating 2018-11-19 06:12:55,466 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:12:58,470 - create_volume - DEBUG - Volume status query timeout in 296.80974102 2018-11-19 06:12:58,473 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:12:59,072 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:58 GMT Server: Apache x-compute-request-id: req-01e20578-ec79-4d18-9879-0e643804b5f2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-01e20578-ec79-4d18-9879-0e643804b5f2 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93bf50f105224f46940898aaba6fa025", "updated_at": "2018-11-19T06:12:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}} 2018-11-19 06:12:59,073 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d used request id req-01e20578-ec79-4d18-9879-0e643804b5f2 2018-11-19 06:12:59,073 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:12:59,073 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765 2018-11-19 06:12:59,073 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765 2018-11-19 06:12:59,076 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5477886a05064de206d10d782a43ef4b6e9e25d" 2018-11-19 06:12:59,364 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:59 GMT Server: Apache x-compute-request-id: req-ba857258-432a-48c8-96f8-8af62041b93e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ba857258-432a-48c8-96f8-8af62041b93e Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93bf50f105224f46940898aaba6fa025", "updated_at": "2018-11-19T06:12:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}]} 2018-11-19 06:12:59,364 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/detail used request id req-ba857258-432a-48c8-96f8-8af62041b93e 2018-11-19 06:12:59,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:12:59,373 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:12:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:12:59,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5477886a05064de206d10d782a43ef4b6e9e25d" 2018-11-19 06:12:59,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27824bfb-f823-4528-9269-64c654671c13 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025"}, "enabled": true, "id": "93bf50f105224f46940898aaba6fa025", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}} 2018-11-19 06:12:59,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025 used request id req-27824bfb-f823-4528-9269-64c654671c13 2018-11-19 06:12:59,462 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:12:59,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:12:59,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6f5ae8fd54b44cb18d581d2eff7930ee", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role"}], "expires_at": "2018-11-19T07:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "93bf50f105224f46940898aaba6fa025", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/93bf50f105224f46940898aaba6fa025", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-user", "id": "e88eb5d144314ec6a68e5444af8d1261"}, "audit_ids": ["TdwakrvqTgKraH9HkjGqVQ"], "issued_at": "2018-11-19T06:12:59.000000Z"}} 2018-11-19 06:12:59,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe55a7a2c31bd7d3c427073a9c6c6e12b58a6337" 2018-11-19 06:12:59,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89626e3b-a27e-4817-ac02-e45ad8b4c6b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:12:59,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-89626e3b-a27e-4817-ac02-e45ad8b4c6b1 2018-11-19 06:12:59,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe55a7a2c31bd7d3c427073a9c6c6e12b58a6337" 2018-11-19 06:13:00,121 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:12:59 GMT Server: Apache x-compute-request-id: req-a94aba95-0485-45b5-8208-366f7ce13f7c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a94aba95-0485-45b5-8208-366f7ce13f7c Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93bf50f105224f46940898aaba6fa025", "updated_at": "2018-11-19T06:12:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}]} 2018-11-19 06:13:00,121 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/detail used request id req-a94aba95-0485-45b5-8208-366f7ce13f7c 2018-11-19 06:13:00,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:00,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:00,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe55a7a2c31bd7d3c427073a9c6c6e12b58a6337" 2018-11-19 06:13:00,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0659a49b-6d49-4bb6-8704-2d0d78c859be Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025"}, "enabled": true, "id": "93bf50f105224f46940898aaba6fa025", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj"}} 2018-11-19 06:13:00,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025 used request id req-0659a49b-6d49-4bb6-8704-2d0d78c859be 2018-11-19 06:13:00,210 - create_volume - INFO - Did not create volume due to cleanup mode 2018-11-19 06:13:00,213 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:13:00,409 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:00 GMT Server: Apache x-compute-request-id: req-c667f8bd-c929-404a-9ce6-16a6e55d69d2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c667f8bd-c929-404a-9ce6-16a6e55d69d2 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93bf50f105224f46940898aaba6fa025", "updated_at": "2018-11-19T06:12:55.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}} 2018-11-19 06:13:00,409 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d used request id req-c667f8bd-c929-404a-9ce6-16a6e55d69d2 2018-11-19 06:13:00,410 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:13:00,410 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765 2018-11-19 06:13:00,410 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765 2018-11-19 06:13:00,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:13:00,622 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:13:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c111c557-ad9f-45b7-b1b4-ef579dcf6128 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:13:00,622 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d used request id req-c111c557-ad9f-45b7-b1b4-ef579dcf6128 2018-11-19 06:13:00,625 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:13:00,835 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:00 GMT Server: Apache x-compute-request-id: req-5298331c-c655-4dd7-a6bc-145e5c68df9d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5298331c-c655-4dd7-a6bc-145e5c68df9d Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "e88eb5d144314ec6a68e5444af8d1261", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "self"}, {"href": "http://172.30.9.21:8776/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:12:54.000000", "description": null, "os-vol-tenant-attr:tenant_id": "93bf50f105224f46940898aaba6fa025", "updated_at": "2018-11-19T06:13:00.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "8e7e983a-724b-424c-b139-f269edf9e42d", "size": 1}} 2018-11-19 06:13:00,835 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d used request id req-5298331c-c655-4dd7-a6bc-145e5c68df9d 2018-11-19 06:13:00,835 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:13:00,835 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:13:03,839 - create_volume - DEBUG - Volume status query timeout in 56.7840280533 2018-11-19 06:13:03,842 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-395328c6-15ff-4d15-9e89-9bebb2ab5310" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd21abc20d6cff448296642f668e1a0619d54245" 2018-11-19 06:13:04,023 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:13:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3950dd46-4aea-4324-abfa-595c1dd50d49 x-openstack-request-id: req-3950dd46-4aea-4324-abfa-595c1dd50d49 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 8e7e983a-724b-424c-b139-f269edf9e42d could not be found.", "code": 404}} 2018-11-19 06:13:04,023 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/93bf50f105224f46940898aaba6fa025/volumes/8e7e983a-724b-424c-b139-f269edf9e42d used request id req-3950dd46-4aea-4324-abfa-595c1dd50d49 2018-11-19 06:13:04,023 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 8e7e983a-724b-424c-b139-f269edf9e42d could not be found. (HTTP 404) (Request-ID: req-3950dd46-4aea-4324-abfa-595c1dd50d49) 2018-11-19 06:13:04,023 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-0b24c34b-43ac-407d-bdfa-59b90f3a0765 2018-11-19 06:13:04,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:13:04,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-f6120f41-ef84-492b-97ea-9edebb0e632c Date: Mon, 19 Nov 2018 06:13:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:04,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f6120f41-ef84-492b-97ea-9edebb0e632c 2018-11-19 06:13:04,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:13:04,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861d7dca-9531-4d9b-af8c-c30297c4fd00 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:04,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-861d7dca-9531-4d9b-af8c-c30297c4fd00 2018-11-19 06:13:04,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:13:04,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9309d3b0-0cf4-42f7-a7d1-5d282b6ef365 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:04,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-9309d3b0-0cf4-42f7-a7d1-5d282b6ef365 2018-11-19 06:13:04,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:13:04,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6961aad-9003-43a3-a1ba-76bf82d8e05c Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:04,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-a6961aad-9003-43a3-a1ba-76bf82d8e05c 2018-11-19 06:13:04,520 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj 2018-11-19 06:13:04,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:13:04,738 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c0755a8-4121-4264-8b24-c87f476fef73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:04,738 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/93bf50f105224f46940898aaba6fa025 used request id req-4c0755a8-4121-4264-8b24-c87f476fef73 2018-11-19 06:13:04,738 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-proj-role 2018-11-19 06:13:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6f5ae8fd54b44cb18d581d2eff7930ee -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:13:04,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-331d2da4-59e7-44fe-9bb1-c49f1dd17833 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:04,849 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6f5ae8fd54b44cb18d581d2eff7930ee used request id req-331d2da4-59e7-44fe-9bb1-c49f1dd17833 2018-11-19 06:13:04,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154f0b78d036b7454e191f697851395b62ccef7d" 2018-11-19 06:13:04,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e0f36c5-496e-4a6e-9741-0eeaa8f242f0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:04,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1e0f36c5-496e-4a6e-9741-0eeaa8f242f0 2018-11-19 06:13:04,943 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-5e324c83-477e-4b6-user 2018-11-19 06:13:04,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e88eb5d144314ec6a68e5444af8d1261 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28a754e1d25b16e440445a08df4c785aa3abee3a" 2018-11-19 06:13:05,110 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f1998ee-164e-450a-b5e4-b140d57122bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:05,110 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e88eb5d144314ec6a68e5444af8d1261 used request id req-8f1998ee-164e-450a-b5e4-b140d57122bd 2018-11-19 06:13:05,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:05,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["NcMhPpcEQXeBkbgQ5Klf7g"], "issued_at": "2018-11-19T06:13:05.000000Z"}} 2018-11-19 06:13:05,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09cccf1b47c5b68a56b4b9928e99c5065392e88a" 2018-11-19 06:13:05,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f6034c-b6d9-4a38-89d2-cd8ae1755ff7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:05,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b4f6034c-b6d9-4a38-89d2-cd8ae1755ff7 2018-11-19 06:13:05,592 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:05,593 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:05,973 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["IK3EFf-ST4WcgCnPcLv9Sg"], "issued_at": "2018-11-19T06:13:05.000000Z"}} 2018-11-19 06:13:05,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:06,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c82057f-4584-4bff-b3fe-4cfc47ad2af2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:06,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c82057f-4584-4bff-b3fe-4cfc47ad2af2 2018-11-19 06:13:06,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:06,071 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:06,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:06,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac496b9-43ee-41c5-ae56-034e50fe1c19 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:06,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj used request id req-5ac496b9-43ee-41c5-ae56-034e50fe1c19 2018-11-19 06:13:06,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:06,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1cf2b5b-fccd-4479-9ce5-188fde7f157c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:06,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a1cf2b5b-fccd-4479-9ce5-188fde7f157c 2018-11-19 06:13:06,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj"}}' 2018-11-19 06:13:06,376 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52e9324c-eab9-49ec-83a6-94a5d7bf5a32 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c"}, "enabled": true, "id": "2b1a66a5a932441ea127b25f4b9a689c", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj"}} 2018-11-19 06:13:06,376 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-52e9324c-eab9-49ec-83a6-94a5d7bf5a32 2018-11-19 06:13:06,376 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj 2018-11-19 06:13:06,376 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:06,377 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:06,747 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["H2QTWMWQQuuXq1P95VB8NA"], "issued_at": "2018-11-19T06:13:06.000000Z"}} 2018-11-19 06:13:06,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43954fc4f47fad7f78779caed9d7611c92b2642d" 2018-11-19 06:13:06,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-538e4736-1cd5-430f-beea-c348a15c498b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:06,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-538e4736-1cd5-430f-beea-c348a15c498b 2018-11-19 06:13:06,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:06,843 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:06,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43954fc4f47fad7f78779caed9d7611c92b2642d" 2018-11-19 06:13:06,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5d06d60-5ee2-4146-8639-67773094457a Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:06,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c5d06d60-5ee2-4146-8639-67773094457a 2018-11-19 06:13:06,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43954fc4f47fad7f78779caed9d7611c92b2642d" 2018-11-19 06:13:07,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34aa16f6-cced-47cf-9255-22c85d955131 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c"}, "enabled": true, "id": "2b1a66a5a932441ea127b25f4b9a689c", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj"}]} 2018-11-19 06:13:07,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj used request id req-34aa16f6-cced-47cf-9255-22c85d955131 2018-11-19 06:13:07,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43954fc4f47fad7f78779caed9d7611c92b2642d" 2018-11-19 06:13:07,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45d6db7b-5f65-4cc8-8ea5-09f3ee2d45b4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:07,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-45d6db7b-5f65-4cc8-8ea5-09f3ee2d45b4 2018-11-19 06:13:07,490 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-c7256367-7254-422-user 2018-11-19 06:13:07,490 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:07,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:07,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90ee5f26-e80e-44f8-ad87-74e5433f2efb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:07,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-90ee5f26-e80e-44f8-ad87-74e5433f2efb 2018-11-19 06:13:07,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" -d '{"role": {"name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role"}}' 2018-11-19 06:13:07,712 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-424e0379-969e-40d0-b16a-bd583db0702e Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "3044cf74778b45e99198c73ceb93f951", "links": {"self": "http://172.30.9.21:5000/v3/roles/3044cf74778b45e99198c73ceb93f951"}, "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role"}} 2018-11-19 06:13:07,712 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-424e0379-969e-40d0-b16a-bd583db0702e 2018-11-19 06:13:07,712 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role 2018-11-19 06:13:07,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/3044cf74778b45e99198c73ceb93f951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:07,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-339dbe19-da84-4b6d-86a3-16807175547b Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/3044cf74778b45e99198c73ceb93f951"}, "domain_id": null, "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role", "id": "3044cf74778b45e99198c73ceb93f951"}} 2018-11-19 06:13:07,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/3044cf74778b45e99198c73ceb93f951 used request id req-339dbe19-da84-4b6d-86a3-16807175547b 2018-11-19 06:13:07,732 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role to project CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj 2018-11-19 06:13:07,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c/users/71f0938d1e934170afd56b7451e8718f/roles/3044cf74778b45e99198c73ceb93f951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:07,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f264080b-1958-43e7-afaa-a0389f9d05e1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:07,887 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c/users/71f0938d1e934170afd56b7451e8718f/roles/3044cf74778b45e99198c73ceb93f951 used request id req-f264080b-1958-43e7-afaa-a0389f9d05e1 2018-11-19 06:13:07,890 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:08,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3044cf74778b45e99198c73ceb93f951", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role"}], "expires_at": "2018-11-19T07:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b1a66a5a932441ea127b25f4b9a689c", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-user", "id": "71f0938d1e934170afd56b7451e8718f"}, "audit_ids": ["CvIbgmsORKCjq0JZ4Mo08g"], "issued_at": "2018-11-19T06:13:08.000000Z"}} 2018-11-19 06:13:08,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c7695df92e62384d1ccea7c7d2ab5d6e0f8848" 2018-11-19 06:13:08,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-960679c1-3a62-4953-a4c9-237501ee4a46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:08,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-960679c1-3a62-4953-a4c9-237501ee4a46 2018-11-19 06:13:08,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:08,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:08,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3044cf74778b45e99198c73ceb93f951", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role"}], "expires_at": "2018-11-19T07:13:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b1a66a5a932441ea127b25f4b9a689c", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2b1a66a5a932441ea127b25f4b9a689c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-user", "id": "71f0938d1e934170afd56b7451e8718f"}, "audit_ids": ["-SwfgWAjSamc9L1rNG_jkQ"], "issued_at": "2018-11-19T06:13:08.000000Z"}} 2018-11-19 06:13:08,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:08,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1b51fc-2075-4a02-a1be-39f0b6d0207f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:08,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fa1b51fc-2075-4a02-a1be-39f0b6d0207f 2018-11-19 06:13:08,907 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:09,102 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:08 GMT Server: Apache x-compute-request-id: req-598b5ac3-a659-4cef-a069-86e1e54a092d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-598b5ac3-a659-4cef-a069-86e1e54a092d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:13:09,102 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/detail used request id req-598b5ac3-a659-4cef-a069-86e1e54a092d 2018-11-19 06:13:09,105 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-598b5ac3-a659-4cef-a069-86e1e54a092d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:13:09,410 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:13:09 GMT Server: Apache x-compute-request-id: req-98d6ed1a-b869-472f-b64a-742dc10dd66e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-98d6ed1a-b869-472f-b64a-742dc10dd66e Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "71f0938d1e934170afd56b7451e8718f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "self"}, {"href": "http://172.30.9.21:8776/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:13:09.342815", "description": null, "updated_at": null, "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fb4a1766-a385-4033-a1ce-d622493b1a28", "size": 1}} 2018-11-19 06:13:09,410 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes used request id req-98d6ed1a-b869-472f-b64a-742dc10dd66e 2018-11-19 06:13:09,414 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-598b5ac3-a659-4cef-a069-86e1e54a092d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:09,618 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:09 GMT Server: Apache x-compute-request-id: req-9b170f42-f442-4bb6-8409-4f322f6c2921 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b170f42-f442-4bb6-8409-4f322f6c2921 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "71f0938d1e934170afd56b7451e8718f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "self"}, {"href": "http://172.30.9.21:8776/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:13:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2b1a66a5a932441ea127b25f4b9a689c", "updated_at": "2018-11-19T06:13:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fb4a1766-a385-4033-a1ce-d622493b1a28", "size": 1}} 2018-11-19 06:13:09,618 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 used request id req-9b170f42-f442-4bb6-8409-4f322f6c2921 2018-11-19 06:13:09,618 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb 2018-11-19 06:13:09,621 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-598b5ac3-a659-4cef-a069-86e1e54a092d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:09,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:09 GMT Server: Apache x-compute-request-id: req-922a827e-c240-414c-8364-1f1ea24de267 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-922a827e-c240-414c-8364-1f1ea24de267 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "71f0938d1e934170afd56b7451e8718f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "self"}, {"href": "http://172.30.9.21:8776/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:13:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2b1a66a5a932441ea127b25f4b9a689c", "updated_at": "2018-11-19T06:13:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fb4a1766-a385-4033-a1ce-d622493b1a28", "size": 1}} 2018-11-19 06:13:09,817 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 used request id req-922a827e-c240-414c-8364-1f1ea24de267 2018-11-19 06:13:09,817 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:13:09,817 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb 2018-11-19 06:13:09,817 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb 2018-11-19 06:13:09,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c7695df92e62384d1ccea7c7d2ab5d6e0f8848" 2018-11-19 06:13:10,008 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:09 GMT Server: Apache x-compute-request-id: req-9a48a353-e9f8-4d49-9691-d091153498ee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a48a353-e9f8-4d49-9691-d091153498ee Content-Encoding: gzip Content-Length: 460 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "71f0938d1e934170afd56b7451e8718f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "self"}, {"href": "http://172.30.9.21:8776/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:13:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2b1a66a5a932441ea127b25f4b9a689c", "updated_at": "2018-11-19T06:13:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fb4a1766-a385-4033-a1ce-d622493b1a28", "size": 1}]} 2018-11-19 06:13:10,008 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/detail used request id req-9a48a353-e9f8-4d49-9691-d091153498ee 2018-11-19 06:13:10,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:10,016 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:10,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c7695df92e62384d1ccea7c7d2ab5d6e0f8848" 2018-11-19 06:13:10,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489c5b22-3330-4815-bd7a-1b7b088c9b96 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c"}, "enabled": true, "id": "2b1a66a5a932441ea127b25f4b9a689c", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj"}} 2018-11-19 06:13:10,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c used request id req-489c5b22-3330-4815-bd7a-1b7b088c9b96 2018-11-19 06:13:10,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-598b5ac3-a659-4cef-a069-86e1e54a092d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:10,273 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:10 GMT Server: Apache x-compute-request-id: req-762d9b59-c866-49eb-b1f5-9323311cfb6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-762d9b59-c866-49eb-b1f5-9323311cfb6c Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "71f0938d1e934170afd56b7451e8718f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "self"}, {"href": "http://172.30.9.21:8776/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:13:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2b1a66a5a932441ea127b25f4b9a689c", "updated_at": "2018-11-19T06:13:09.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fb4a1766-a385-4033-a1ce-d622493b1a28", "size": 1}} 2018-11-19 06:13:10,273 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 used request id req-762d9b59-c866-49eb-b1f5-9323311cfb6c 2018-11-19 06:13:10,273 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:13:10,273 - create_volume - DEBUG - Volume is active with name - CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb 2018-11-19 06:13:10,273 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb 2018-11-19 06:13:10,276 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-598b5ac3-a659-4cef-a069-86e1e54a092d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:10,527 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:13:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6f53b8e1-8fe0-47a1-ad18-041fc09709c4 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:13:10,527 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 used request id req-6f53b8e1-8fe0-47a1-ad18-041fc09709c4 2018-11-19 06:13:10,530 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-598b5ac3-a659-4cef-a069-86e1e54a092d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:10,724 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:10 GMT Server: Apache x-compute-request-id: req-694b7daf-2545-4a17-ae47-a3e0f5029754 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-694b7daf-2545-4a17-ae47-a3e0f5029754 Content-Encoding: gzip Content-Length: 469 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "71f0938d1e934170afd56b7451e8718f", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "self"}, {"href": "http://172.30.9.21:8776/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:13:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "2b1a66a5a932441ea127b25f4b9a689c", "updated_at": "2018-11-19T06:13:10.000000", "volume_type": null, "name": "CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fb4a1766-a385-4033-a1ce-d622493b1a28", "size": 1}} 2018-11-19 06:13:10,724 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 used request id req-694b7daf-2545-4a17-ae47-a3e0f5029754 2018-11-19 06:13:10,724 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:13:10,724 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:13:13,727 - create_volume - DEBUG - Volume status query timeout in 56.7998740673 2018-11-19 06:13:13,730 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-598b5ac3-a659-4cef-a069-86e1e54a092d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be551d8444c07a9d8c07a22f5b12e752755eaba4" 2018-11-19 06:13:13,773 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:13:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-be95a825-a63d-4976-b96d-c04354ed0825 x-openstack-request-id: req-be95a825-a63d-4976-b96d-c04354ed0825 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fb4a1766-a385-4033-a1ce-d622493b1a28 could not be found.", "code": 404}} 2018-11-19 06:13:13,773 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/2b1a66a5a932441ea127b25f4b9a689c/volumes/fb4a1766-a385-4033-a1ce-d622493b1a28 used request id req-be95a825-a63d-4976-b96d-c04354ed0825 2018-11-19 06:13:13,774 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume fb4a1766-a385-4033-a1ce-d622493b1a28 could not be found. (HTTP 404) (Request-ID: req-be95a825-a63d-4976-b96d-c04354ed0825) 2018-11-19 06:13:13,774 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-69b2655d-f978-48eb-a214-246d49a8f9cb 2018-11-19 06:13:13,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:14,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b23f68a5-c1cd-4a2f-b953-dff30b8645b2 Date: Mon, 19 Nov 2018 06:13:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:14,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b23f68a5-c1cd-4a2f-b953-dff30b8645b2 2018-11-19 06:13:14,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:14,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cb49cf4-e331-42b0-845d-9667f1e9d57d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:14,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1cb49cf4-e331-42b0-845d-9667f1e9d57d 2018-11-19 06:13:14,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:14,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9927e453-0d27-4d04-ba65-5aec298f980e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:14,186 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-9927e453-0d27-4d04-ba65-5aec298f980e 2018-11-19 06:13:14,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:14,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b5c2f27-f535-4ceb-8abc-b8424bbaf8e0 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:14,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-5b5c2f27-f535-4ceb-8abc-b8424bbaf8e0 2018-11-19 06:13:14,290 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj 2018-11-19 06:13:14,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:14,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32e4db8d-942e-4a14-9f38-07481deea3e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:14,511 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2b1a66a5a932441ea127b25f4b9a689c used request id req-32e4db8d-942e-4a14-9f38-07481deea3e4 2018-11-19 06:13:14,511 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-c7256367-7254-422-proj-role 2018-11-19 06:13:14,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/3044cf74778b45e99198c73ceb93f951 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:14,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bfdf8aaa-d08f-406c-ae49-d2ec0d3b7d89 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:14,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/3044cf74778b45e99198c73ceb93f951 used request id req-bfdf8aaa-d08f-406c-ae49-d2ec0d3b7d89 2018-11-19 06:13:14,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c5b5e88c7e5c531934699087eb9b8fdb7858e50" 2018-11-19 06:13:14,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-400c8d7a-a45a-40ba-99af-d93df50f3026 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:14,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-400c8d7a-a45a-40ba-99af-d93df50f3026 2018-11-19 06:13:14,713 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-c7256367-7254-422-user 2018-11-19 06:13:14,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/71f0938d1e934170afd56b7451e8718f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43954fc4f47fad7f78779caed9d7611c92b2642d" 2018-11-19 06:13:14,902 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c37acd0-2f72-4e62-8b46-0cee4dcc50ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:14,903 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/71f0938d1e934170afd56b7451e8718f used request id req-4c37acd0-2f72-4e62-8b46-0cee4dcc50ee 2018-11-19 06:13:14,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:15,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["JGStZdsWSlugKegsSPuBKA"], "issued_at": "2018-11-19T06:13:15.000000Z"}} 2018-11-19 06:13:15,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca7d9f10e7658324580d557719e58d4b78dff059" 2018-11-19 06:13:15,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b7ea84e-ce99-4ae3-a61c-8a311b2b742f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:15,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b7ea84e-ce99-4ae3-a61c-8a311b2b742f 2018-11-19 06:13:15,371 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:15,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:15,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mRCwLUPmSsOADblxuuqSeA"], "issued_at": "2018-11-19T06:13:15.000000Z"}} 2018-11-19 06:13:15,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:15,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b728d507-a275-433c-96ff-c80f5510021f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:15,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b728d507-a275-433c-96ff-c80f5510021f 2018-11-19 06:13:15,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:15,847 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:15,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:15,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0643056-d38f-4235-8bdf-d6f12a4366d3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:15,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj used request id req-b0643056-d38f-4235-8bdf-d6f12a4366d3 2018-11-19 06:13:15,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:16,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-683bb91f-db0f-4b39-8f1e-9658268b91c1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:16,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-683bb91f-db0f-4b39-8f1e-9658268b91c1 2018-11-19 06:13:16,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj"}}' 2018-11-19 06:13:16,136 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3787ca5-4626-42a4-b23e-ef93560ab9dc Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e4b118ab13634a0d99c7de0a6f40ab3d"}, "enabled": true, "id": "e4b118ab13634a0d99c7de0a6f40ab3d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj"}} 2018-11-19 06:13:16,137 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f3787ca5-4626-42a4-b23e-ef93560ab9dc 2018-11-19 06:13:16,137 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj 2018-11-19 06:13:16,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:16,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:16,522 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["a1jq9oTbTaGU-NuQsn9vUA"], "issued_at": "2018-11-19T06:13:16.000000Z"}} 2018-11-19 06:13:16,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0333fd6ac40df87922da0de01b8acce5fa7675" 2018-11-19 06:13:16,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-606305fa-1aa8-44f8-a1d8-0294663f7456 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:16,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-606305fa-1aa8-44f8-a1d8-0294663f7456 2018-11-19 06:13:16,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:16,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:16,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0333fd6ac40df87922da0de01b8acce5fa7675" 2018-11-19 06:13:16,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fca88211-7f69-48af-bb2d-37fc5caad3f9 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:16,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fca88211-7f69-48af-bb2d-37fc5caad3f9 2018-11-19 06:13:16,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0333fd6ac40df87922da0de01b8acce5fa7675" 2018-11-19 06:13:16,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a69ae13-126b-48f9-a364-5be43239fec0 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e4b118ab13634a0d99c7de0a6f40ab3d"}, "enabled": true, "id": "e4b118ab13634a0d99c7de0a6f40ab3d", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj"}]} 2018-11-19 06:13:16,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj used request id req-3a69ae13-126b-48f9-a364-5be43239fec0 2018-11-19 06:13:16,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0333fd6ac40df87922da0de01b8acce5fa7675" 2018-11-19 06:13:16,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-066b54f4-3b5a-4f51-9d07-c587c3b0c476 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:16,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-066b54f4-3b5a-4f51-9d07-c587c3b0c476 2018-11-19 06:13:17,280 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-user 2018-11-19 06:13:17,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:17,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:17,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2433260-2e66-429b-9a33-adace4e4c861 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:17,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e2433260-2e66-429b-9a33-adace4e4c861 2018-11-19 06:13:17,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj-role"}}' 2018-11-19 06:13:17,472 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-306a6bd1-ce7d-4544-8392-e75a1e9011d9 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ede6df895534414b8f602e4899043d49", "links": {"self": "http://172.30.9.21:5000/v3/roles/ede6df895534414b8f602e4899043d49"}, "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj-role"}} 2018-11-19 06:13:17,472 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-306a6bd1-ce7d-4544-8392-e75a1e9011d9 2018-11-19 06:13:17,472 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj-role 2018-11-19 06:13:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ede6df895534414b8f602e4899043d49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:17,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49b97172-45c5-49fa-bd14-a2048765a17d Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ede6df895534414b8f602e4899043d49"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj-role", "id": "ede6df895534414b8f602e4899043d49"}} 2018-11-19 06:13:17,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ede6df895534414b8f602e4899043d49 used request id req-49b97172-45c5-49fa-bd14-a2048765a17d 2018-11-19 06:13:17,492 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj-role to project CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj 2018-11-19 06:13:17,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e4b118ab13634a0d99c7de0a6f40ab3d/users/330d52110fa74ac9aa6fff6fe9cafa5a/roles/ede6df895534414b8f602e4899043d49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:17,612 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00a2edd4-091e-4790-a51c-9a6f9bb855e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:17,612 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e4b118ab13634a0d99c7de0a6f40ab3d/users/330d52110fa74ac9aa6fff6fe9cafa5a/roles/ede6df895534414b8f602e4899043d49 used request id req-00a2edd4-091e-4790-a51c-9a6f9bb855e8 2018-11-19 06:13:17,614 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:17,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:17,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ede6df895534414b8f602e4899043d49", "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj-role"}], "expires_at": "2018-11-19T07:13:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4b118ab13634a0d99c7de0a6f40ab3d", "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e4b118ab13634a0d99c7de0a6f40ab3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-user", "id": "330d52110fa74ac9aa6fff6fe9cafa5a"}, "audit_ids": ["VlgLSkbARhOjpxVqYudnIg"], "issued_at": "2018-11-19T06:13:17.000000Z"}} 2018-11-19 06:13:17,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb3aad8ac6474b5669309da7c4671dc2708b3f7" 2018-11-19 06:13:18,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-680be50d-5115-40bc-bbab-3c750cb3a85f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:18,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-680be50d-5115-40bc-bbab-3c750cb3a85f 2018-11-19 06:13:18,082 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/e4b118ab13634a0d99c7de0a6f40ab3d/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb3aad8ac6474b5669309da7c4671dc2708b3f7" 2018-11-19 06:13:18,297 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:18 GMT Server: Apache x-compute-request-id: req-3e31638b-f17d-48cf-8c4e-90558be1c4ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3e31638b-f17d-48cf-8c4e-90558be1c4ba Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:13:18,298 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/e4b118ab13634a0d99c7de0a6f40ab3d/volumes/detail used request id req-3e31638b-f17d-48cf-8c4e-90558be1c4ba 2018-11-19 06:13:18,302 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/e4b118ab13634a0d99c7de0a6f40ab3d/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3e31638b-f17d-48cf-8c4e-90558be1c4ba" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5eb3aad8ac6474b5669309da7c4671dc2708b3f7" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-b91ccdcc-8768-4af9-ba11-740dab4bd4f6", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:13:18,638 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 06:13:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-e7dfb727-2183-44da-8561-543b9963a851 x-openstack-request-id: req-e7dfb727-2183-44da-8561-543b9963a851 Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-11-19 06:13:18,638 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/e4b118ab13634a0d99c7de0a6f40ab3d/volumes used request id req-e7dfb727-2183-44da-8561-543b9963a851 2018-11-19 06:13:18,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:18,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2a1670be-4d9c-427b-9fc1-0c1a88971046 Date: Mon, 19 Nov 2018 06:13:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:18,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2a1670be-4d9c-427b-9fc1-0c1a88971046 2018-11-19 06:13:18,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:18,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06162f74-4328-478c-9703-a9d80800393a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:18,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-06162f74-4328-478c-9703-a9d80800393a 2018-11-19 06:13:18,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:19,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81135977-dc4b-488a-8e07-b31362eb1a8c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:19,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-81135977-dc4b-488a-8e07-b31362eb1a8c 2018-11-19 06:13:19,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:19,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc9b5713-cdda-462f-a736-d819b7a32252 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:19,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-bc9b5713-cdda-462f-a736-d819b7a32252 2018-11-19 06:13:19,148 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj 2018-11-19 06:13:19,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e4b118ab13634a0d99c7de0a6f40ab3d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:19,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bb35620a-1936-4156-9c59-ed8b8bc0962c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:19,378 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e4b118ab13634a0d99c7de0a6f40ab3d used request id req-bb35620a-1936-4156-9c59-ed8b8bc0962c 2018-11-19 06:13:19,379 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-proj-role 2018-11-19 06:13:19,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ede6df895534414b8f602e4899043d49 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:19,495 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-185e3280-debe-4e71-9d64-e21c1e56ddc7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:19,495 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ede6df895534414b8f602e4899043d49 used request id req-185e3280-debe-4e71-9d64-e21c1e56ddc7 2018-11-19 06:13:19,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba3a26fb7b197c16f0054c50825b33004b481bd9" 2018-11-19 06:13:19,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df55fea-741d-4558-8736-044967e0003d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:19,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3df55fea-741d-4558-8736-044967e0003d 2018-11-19 06:13:19,590 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-a6236ed5-acee-4b4-user 2018-11-19 06:13:19,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/330d52110fa74ac9aa6fff6fe9cafa5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f0333fd6ac40df87922da0de01b8acce5fa7675" 2018-11-19 06:13:19,769 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2f2affa6-aeda-4294-9588-b83f887965a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:19,769 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/330d52110fa74ac9aa6fff6fe9cafa5a used request id req-2f2affa6-aeda-4294-9588-b83f887965a1 2018-11-19 06:13:19,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:20,161 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Hi5y3iiQQriAqTVY2N1pLA"], "issued_at": "2018-11-19T06:13:20.000000Z"}} 2018-11-19 06:13:20,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f801c51437a0324f38ef0c0cc9ad309cdab39425" 2018-11-19 06:13:20,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ef07a4-0a4a-4d2c-a02a-8431ee82a904 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:20,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23ef07a4-0a4a-4d2c-a02a-8431ee82a904 2018-11-19 06:13:20,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:20,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:20,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["N_MDL4DHRBS_wk4_2WmIKw"], "issued_at": "2018-11-19T06:13:20.000000Z"}} 2018-11-19 06:13:20,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:20,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e5e32e6-3f55-4714-b7b1-9d7b833c253f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:20,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0e5e32e6-3f55-4714-b7b1-9d7b833c253f 2018-11-19 06:13:20,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:20,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:20,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-235ca213-5403-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:20,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f6a51ae-8a42-4ae6-805a-ef261cf9f3d6 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-235ca213-5403-402-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:20,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-235ca213-5403-402-proj used request id req-6f6a51ae-8a42-4ae6-805a-ef261cf9f3d6 2018-11-19 06:13:20,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:20,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db8a2496-a7e1-4dd4-b578-227753aa58a1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:20,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-db8a2496-a7e1-4dd4-b578-227753aa58a1 2018-11-19 06:13:20,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj"}}' 2018-11-19 06:13:21,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdf7df9e-9da8-4e47-a4b8-e56b88b62d5d Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fa39f5458014bccbc6a32b776a6cdf9"}, "enabled": true, "id": "7fa39f5458014bccbc6a32b776a6cdf9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj"}} 2018-11-19 06:13:21,042 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-bdf7df9e-9da8-4e47-a4b8-e56b88b62d5d 2018-11-19 06:13:21,042 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-235ca213-5403-402-proj 2018-11-19 06:13:21,043 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:21,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:21,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mnEm1ZRVQmKx3kIKA_zwvw"], "issued_at": "2018-11-19T06:13:21.000000Z"}} 2018-11-19 06:13:21,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de80abd7ceec10efa9b865cd82a53391da7d95a" 2018-11-19 06:13:21,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ccd24c5-26d0-4d42-bbbc-0c7b33b8eba8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:21,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8ccd24c5-26d0-4d42-bbbc-0c7b33b8eba8 2018-11-19 06:13:21,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:21,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:21,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de80abd7ceec10efa9b865cd82a53391da7d95a" 2018-11-19 06:13:21,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca11008f-c84d-47d2-b9e7-6c6939e33279 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:21,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ca11008f-c84d-47d2-b9e7-6c6939e33279 2018-11-19 06:13:21,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-235ca213-5403-402-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de80abd7ceec10efa9b865cd82a53391da7d95a" 2018-11-19 06:13:21,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f65f4649-e11b-48ab-951f-7ec17d71d87b Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-235ca213-5403-402-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7fa39f5458014bccbc6a32b776a6cdf9"}, "enabled": true, "id": "7fa39f5458014bccbc6a32b776a6cdf9", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj"}]} 2018-11-19 06:13:21,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-235ca213-5403-402-proj used request id req-f65f4649-e11b-48ab-951f-7ec17d71d87b 2018-11-19 06:13:21,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de80abd7ceec10efa9b865cd82a53391da7d95a" 2018-11-19 06:13:21,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a4e804-01e7-4e55-846c-1b1228bd5e21 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:21,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e6a4e804-01e7-4e55-846c-1b1228bd5e21 2018-11-19 06:13:22,154 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-235ca213-5403-402-user 2018-11-19 06:13:22,154 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:22,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:22,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a525171-ae47-4fd1-a9a9-7eae064ad4d8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:22,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a525171-ae47-4fd1-a9a9-7eae064ad4d8 2018-11-19 06:13:22,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj-role"}}' 2018-11-19 06:13:22,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4238d508-1bad-4d85-bfbe-a01383a89890 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "552ab1c1d31e416d9551259ff238348f", "links": {"self": "http://172.30.9.21:5000/v3/roles/552ab1c1d31e416d9551259ff238348f"}, "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj-role"}} 2018-11-19 06:13:22,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4238d508-1bad-4d85-bfbe-a01383a89890 2018-11-19 06:13:22,359 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-235ca213-5403-402-proj-role 2018-11-19 06:13:22,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/552ab1c1d31e416d9551259ff238348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:22,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd1a6a86-899d-4d2e-87fe-d7fc1e67cd57 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/552ab1c1d31e416d9551259ff238348f"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj-role", "id": "552ab1c1d31e416d9551259ff238348f"}} 2018-11-19 06:13:22,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/552ab1c1d31e416d9551259ff238348f used request id req-bd1a6a86-899d-4d2e-87fe-d7fc1e67cd57 2018-11-19 06:13:22,446 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-235ca213-5403-402-proj-role to project CreateSimpleVolumeFailureTests-235ca213-5403-402-proj 2018-11-19 06:13:22,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7fa39f5458014bccbc6a32b776a6cdf9/users/661ead1d78644ae3b466a65a50bce375/roles/552ab1c1d31e416d9551259ff238348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:22,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1ce4ea5-688a-49d6-8358-bca9ccd7a6e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:22,570 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7fa39f5458014bccbc6a32b776a6cdf9/users/661ead1d78644ae3b466a65a50bce375/roles/552ab1c1d31e416d9551259ff238348f used request id req-e1ce4ea5-688a-49d6-8358-bca9ccd7a6e4 2018-11-19 06:13:22,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:22,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:22,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "552ab1c1d31e416d9551259ff238348f", "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj-role"}], "expires_at": "2018-11-19T07:13:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7fa39f5458014bccbc6a32b776a6cdf9", "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7fa39f5458014bccbc6a32b776a6cdf9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-235ca213-5403-402-user", "id": "661ead1d78644ae3b466a65a50bce375"}, "audit_ids": ["D8NHCP9uQoOaolSPkaXOdQ"], "issued_at": "2018-11-19T06:13:22.000000Z"}} 2018-11-19 06:13:22,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bf029b103f2b8a8dae94e2d9c19d02ac102e157" 2018-11-19 06:13:23,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26fde709-5e34-4d14-9ae0-aa8e5f86c221 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:23,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-26fde709-5e34-4d14-9ae0-aa8e5f86c221 2018-11-19 06:13:23,125 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/7fa39f5458014bccbc6a32b776a6cdf9/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bf029b103f2b8a8dae94e2d9c19d02ac102e157" 2018-11-19 06:13:23,315 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:23 GMT Server: Apache x-compute-request-id: req-7f0af36a-645f-4126-b57a-3bcc695ee3f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7f0af36a-645f-4126-b57a-3bcc695ee3f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:13:23,316 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/7fa39f5458014bccbc6a32b776a6cdf9/volumes/detail used request id req-7f0af36a-645f-4126-b57a-3bcc695ee3f0 2018-11-19 06:13:23,319 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/7fa39f5458014bccbc6a32b776a6cdf9/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7f0af36a-645f-4126-b57a-3bcc695ee3f0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3bf029b103f2b8a8dae94e2d9c19d02ac102e157" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-2781dbf6-4385-4d05-baff-1d87072daa5f", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": -1}}' 2018-11-19 06:13:23,556 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 06:13:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ea0bdc4b-f67c-432f-a1ff-94796a44a917 x-openstack-request-id: req-ea0bdc4b-f67c-432f-a1ff-94796a44a917 Content-Length: 218 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid input received: Invalid volume size provided for create request: -1 (size argument must be an integer (or string representation of an integer) and greater than zero).", "code": 400}} 2018-11-19 06:13:23,556 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/7fa39f5458014bccbc6a32b776a6cdf9/volumes used request id req-ea0bdc4b-f67c-432f-a1ff-94796a44a917 2018-11-19 06:13:23,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:23,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7e175016-3315-48d8-b6ee-598e2c682aa3 Date: Mon, 19 Nov 2018 06:13:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:23,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7e175016-3315-48d8-b6ee-598e2c682aa3 2018-11-19 06:13:23,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:23,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81abd078-7afe-497e-a08b-ce16cc7b78c6 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:23,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-81abd078-7afe-497e-a08b-ce16cc7b78c6 2018-11-19 06:13:23,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:23,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65dc5727-497a-419a-b75f-fc7af66831aa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:23,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-65dc5727-497a-419a-b75f-fc7af66831aa 2018-11-19 06:13:23,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:24,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c0139d-be65-4e66-bf4f-f649a659886f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:24,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-62c0139d-be65-4e66-bf4f-f649a659886f 2018-11-19 06:13:24,082 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-235ca213-5403-402-proj 2018-11-19 06:13:24,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7fa39f5458014bccbc6a32b776a6cdf9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:24,295 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb339b05-fc88-4418-9805-aa25923861c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:24,295 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7fa39f5458014bccbc6a32b776a6cdf9 used request id req-eb339b05-fc88-4418-9805-aa25923861c8 2018-11-19 06:13:24,295 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-235ca213-5403-402-proj-role 2018-11-19 06:13:24,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/552ab1c1d31e416d9551259ff238348f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:24,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-982c4e02-16b8-497b-ac7a-afd7c4598716 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:24,412 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/552ab1c1d31e416d9551259ff238348f used request id req-982c4e02-16b8-497b-ac7a-afd7c4598716 2018-11-19 06:13:24,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}846ff329e2e6e60ef0343e7efb3dc2eb162cb7ae" 2018-11-19 06:13:24,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc7586c7-b50e-410b-82ca-de05ea94836d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:24,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-cc7586c7-b50e-410b-82ca-de05ea94836d 2018-11-19 06:13:24,502 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-235ca213-5403-402-user 2018-11-19 06:13:24,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/661ead1d78644ae3b466a65a50bce375 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de80abd7ceec10efa9b865cd82a53391da7d95a" 2018-11-19 06:13:24,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0509ca6b-6333-4cae-a908-abe3ab223706 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:24,673 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/661ead1d78644ae3b466a65a50bce375 used request id req-0509ca6b-6333-4cae-a908-abe3ab223706 2018-11-19 06:13:24,675 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:25,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2EX2cNw3RIWjMP8bVx7wPA"], "issued_at": "2018-11-19T06:13:25.000000Z"}} 2018-11-19 06:13:25,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfb6f5571fec6a7fc64eba3da1c836dc45b233ba" 2018-11-19 06:13:25,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ea04886-8235-400e-80a9-d45a5dcc0828 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:25,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9ea04886-8235-400e-80a9-d45a5dcc0828 2018-11-19 06:13:25,236 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:25,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:25,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["uhktCKNZStOUBuILoZTAwg"], "issued_at": "2018-11-19T06:13:25.000000Z"}} 2018-11-19 06:13:25,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:25,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-646a4b8e-a876-4f4f-a86e-bf612f104dd0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:25,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-646a4b8e-a876-4f4f-a86e-bf612f104dd0 2018-11-19 06:13:25,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:25,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:25,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:25,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962698b0-967f-46cf-ba00-42e6da41d464 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:25,815 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj used request id req-962698b0-967f-46cf-ba00-42e6da41d464 2018-11-19 06:13:25,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:25,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24779a7f-40d8-49ca-9e3a-6510fbde72a0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:25,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-24779a7f-40d8-49ca-9e3a-6510fbde72a0 2018-11-19 06:13:25,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj"}}' 2018-11-19 06:13:26,106 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2f3cf43-b9af-475a-9131-97f4c2b2d4b9 Content-Length: 315 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d07f5190e64b40d291e904720dfa544e"}, "enabled": true, "id": "d07f5190e64b40d291e904720dfa544e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj"}} 2018-11-19 06:13:26,107 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b2f3cf43-b9af-475a-9131-97f4c2b2d4b9 2018-11-19 06:13:26,107 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj 2018-11-19 06:13:26,107 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:26,108 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:26,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5dsXD44NR-K_vTND-mzdlw"], "issued_at": "2018-11-19T06:13:26.000000Z"}} 2018-11-19 06:13:26,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6971fdaef7ae0e1f577337f87a8283e08c0a7d9f" 2018-11-19 06:13:26,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ecb79e-ebb1-4c8c-98f6-f65669fd466e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:26,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b4ecb79e-ebb1-4c8c-98f6-f65669fd466e 2018-11-19 06:13:26,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:26,593 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:26,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6971fdaef7ae0e1f577337f87a8283e08c0a7d9f" 2018-11-19 06:13:26,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a98721-64b0-4d88-bd80-ecb0a4d8bd04 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:26,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-78a98721-64b0-4d88-bd80-ecb0a4d8bd04 2018-11-19 06:13:26,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6971fdaef7ae0e1f577337f87a8283e08c0a7d9f" 2018-11-19 06:13:26,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ba6310c-30d5-4a43-a020-602fe9a043de Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d07f5190e64b40d291e904720dfa544e"}, "enabled": true, "id": "d07f5190e64b40d291e904720dfa544e", "parent_id": "default", "domain_id": "default", "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj"}]} 2018-11-19 06:13:26,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj used request id req-9ba6310c-30d5-4a43-a020-602fe9a043de 2018-11-19 06:13:26,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6971fdaef7ae0e1f577337f87a8283e08c0a7d9f" 2018-11-19 06:13:26,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3c731e6-5b95-4ff9-b857-2aeb51c38ff8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:26,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a3c731e6-5b95-4ff9-b857-2aeb51c38ff8 2018-11-19 06:13:27,274 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-778af194-5e25-43f-user 2018-11-19 06:13:27,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:27,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:27,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca06057-8fd6-48ef-ad79-d218aefb646c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:27,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0ca06057-8fd6-48ef-ad79-d218aefb646c 2018-11-19 06:13:27,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" -d '{"role": {"name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj-role"}}' 2018-11-19 06:13:27,406 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6242f484-ed8e-418b-bc3f-e01f044320d0 Content-Length: 229 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9520810d631a4f3b96edf285151f59a9", "links": {"self": "http://172.30.9.21:5000/v3/roles/9520810d631a4f3b96edf285151f59a9"}, "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj-role"}} 2018-11-19 06:13:27,406 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6242f484-ed8e-418b-bc3f-e01f044320d0 2018-11-19 06:13:27,406 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj-role 2018-11-19 06:13:27,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/9520810d631a4f3b96edf285151f59a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:27,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e973d2a6-6bf8-4945-afd1-f67b35f567b6 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/9520810d631a4f3b96edf285151f59a9"}, "domain_id": null, "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj-role", "id": "9520810d631a4f3b96edf285151f59a9"}} 2018-11-19 06:13:27,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/9520810d631a4f3b96edf285151f59a9 used request id req-e973d2a6-6bf8-4945-afd1-f67b35f567b6 2018-11-19 06:13:27,498 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj-role to project CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj 2018-11-19 06:13:27,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d07f5190e64b40d291e904720dfa544e/users/b12d194cf0834881a377d3f4f54e6556/roles/9520810d631a4f3b96edf285151f59a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:27,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94e7cd88-4215-4353-9897-5ab44994bf62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:27,631 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d07f5190e64b40d291e904720dfa544e/users/b12d194cf0834881a377d3f4f54e6556/roles/9520810d631a4f3b96edf285151f59a9 used request id req-94e7cd88-4215-4353-9897-5ab44994bf62 2018-11-19 06:13:27,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:27,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:27,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9520810d631a4f3b96edf285151f59a9", "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj-role"}], "expires_at": "2018-11-19T07:13:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d07f5190e64b40d291e904720dfa544e", "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d07f5190e64b40d291e904720dfa544e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d07f5190e64b40d291e904720dfa544e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d07f5190e64b40d291e904720dfa544e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d07f5190e64b40d291e904720dfa544e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d07f5190e64b40d291e904720dfa544e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d07f5190e64b40d291e904720dfa544e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d07f5190e64b40d291e904720dfa544e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d07f5190e64b40d291e904720dfa544e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d07f5190e64b40d291e904720dfa544e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d07f5190e64b40d291e904720dfa544e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d07f5190e64b40d291e904720dfa544e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d07f5190e64b40d291e904720dfa544e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateSimpleVolumeFailureTests-778af194-5e25-43f-user", "id": "b12d194cf0834881a377d3f4f54e6556"}, "audit_ids": ["OcP1c-L4Sdu9-XqWVCNI8A"], "issued_at": "2018-11-19T06:13:28.000000Z"}} 2018-11-19 06:13:28,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20be42ebed1f151b4aa17d38a31aea2eb172ee33" 2018-11-19 06:13:28,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b458f463-82bf-48c8-a9ff-9ec644352c22 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:28,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b458f463-82bf-48c8-a9ff-9ec644352c22 2018-11-19 06:13:28,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/d07f5190e64b40d291e904720dfa544e/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20be42ebed1f151b4aa17d38a31aea2eb172ee33" 2018-11-19 06:13:28,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:28 GMT Server: Apache x-compute-request-id: req-5bb3ac1d-382c-41e2-9ebf-2dc0529a489e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5bb3ac1d-382c-41e2-9ebf-2dc0529a489e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:13:28,267 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/d07f5190e64b40d291e904720dfa544e/volumes/detail used request id req-5bb3ac1d-382c-41e2-9ebf-2dc0529a489e 2018-11-19 06:13:28,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/d07f5190e64b40d291e904720dfa544e/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-5bb3ac1d-382c-41e2-9ebf-2dc0529a489e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20be42ebed1f151b4aa17d38a31aea2eb172ee33" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateSimpleVolumeFailureTests-6095a94c-fcd0-460d-8a6a-3cce560fec2e", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:13:28,426 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:13:28 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-a9b304d6-288f-4811-9d79-553707eed9fa x-openstack-request-id: req-a9b304d6-288f-4811-9d79-553707eed9fa Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-11-19 06:13:28,426 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/d07f5190e64b40d291e904720dfa544e/volumes used request id req-a9b304d6-288f-4811-9d79-553707eed9fa 2018-11-19 06:13:28,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:28,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-b4d6da07-9698-4ed4-88b2-d58dd487e149 Date: Mon, 19 Nov 2018 06:13:28 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:28,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b4d6da07-9698-4ed4-88b2-d58dd487e149 2018-11-19 06:13:28,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:28,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76191634-b714-4835-8776-003472fd8f69 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:28,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-76191634-b714-4835-8776-003472fd8f69 2018-11-19 06:13:28,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:28,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f5e96c-5de9-4373-915d-f0d0ada213fa Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:28,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-21f5e96c-5de9-4373-915d-f0d0ada213fa 2018-11-19 06:13:28,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:28,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4055e0a-0ab8-4682-b701-e4ee2fb4042f Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:28,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-e4055e0a-0ab8-4682-b701-e4ee2fb4042f 2018-11-19 06:13:28,847 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj 2018-11-19 06:13:28,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d07f5190e64b40d291e904720dfa544e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:29,181 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fc6f08a-4b1d-4499-9f0e-438ccc961ab3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:29,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d07f5190e64b40d291e904720dfa544e used request id req-5fc6f08a-4b1d-4499-9f0e-438ccc961ab3 2018-11-19 06:13:29,182 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-778af194-5e25-43f-proj-role 2018-11-19 06:13:29,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/9520810d631a4f3b96edf285151f59a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:29,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-14b2bc63-575a-4de1-8544-efdef06aab03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:29,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/9520810d631a4f3b96edf285151f59a9 used request id req-14b2bc63-575a-4de1-8544-efdef06aab03 2018-11-19 06:13:29,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6fd720bbf7502b492378ea3cd5d974117a2b2002" 2018-11-19 06:13:29,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10b8b897-d407-4935-bb62-c6cde55ed5b1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:29,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-10b8b897-d407-4935-bb62-c6cde55ed5b1 2018-11-19 06:13:29,404 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-778af194-5e25-43f-user 2018-11-19 06:13:29,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b12d194cf0834881a377d3f4f54e6556 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6971fdaef7ae0e1f577337f87a8283e08c0a7d9f" 2018-11-19 06:13:29,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0fcc09c5-b685-488c-8247-764ac083aa5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:29,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b12d194cf0834881a377d3f4f54e6556 used request id req-0fcc09c5-b685-488c-8247-764ac083aa5f 2018-11-19 06:13:29,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:29,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["DczX_eFzQzKbZ5jrYLOKLg"], "issued_at": "2018-11-19T06:13:30.000000Z"}} 2018-11-19 06:13:29,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1788fe6b0045cbfd0df3a46a4d7b43d81281010e" 2018-11-19 06:13:30,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-facaad70-1fb5-4d6f-8464-9cb6db3b21db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:30,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-facaad70-1fb5-4d6f-8464-9cb6db3b21db 2018-11-19 06:13:30,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:30,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:30,479 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["OxsHtytrSn-YxHzBQb0_ZA"], "issued_at": "2018-11-19T06:13:30.000000Z"}} 2018-11-19 06:13:30,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:30,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-289e1f11-5e5d-46ea-9002-fcb7452a3e23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:30,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-289e1f11-5e5d-46ea-9002-fcb7452a3e23 2018-11-19 06:13:30,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:30,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:30,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-927890a2-8227-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:30,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05378be3-6181-40b5-93ae-1cb3d6bd6c87 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-927890a2-8227-4ab-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:30,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-927890a2-8227-4ab-proj used request id req-05378be3-6181-40b5-93ae-1cb3d6bd6c87 2018-11-19 06:13:30,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:30,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11d0aff1-54b2-41ff-b3fb-1ff099b68fe2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:30,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-11d0aff1-54b2-41ff-b3fb-1ff099b68fe2 2018-11-19 06:13:30,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj"}}' 2018-11-19 06:13:30,873 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f94480a-0f8b-4b58-aecb-d2af3209f0b3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/856f9b62b8cd4402b62098634a79adb0"}, "enabled": true, "id": "856f9b62b8cd4402b62098634a79adb0", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj"}} 2018-11-19 06:13:30,873 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8f94480a-0f8b-4b58-aecb-d2af3209f0b3 2018-11-19 06:13:30,873 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-927890a2-8227-4ab-proj 2018-11-19 06:13:30,874 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:30,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:31,264 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wmuCVU1iRxCd1RjW1oxpjQ"], "issued_at": "2018-11-19T06:13:31.000000Z"}} 2018-11-19 06:13:31,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e89db36fb0c5558ea96e0bd187c0005ca4b155b6" 2018-11-19 06:13:31,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e611480c-331f-493a-ad37-bbdb1605aa14 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:31,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e611480c-331f-493a-ad37-bbdb1605aa14 2018-11-19 06:13:31,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:31,288 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:31,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e89db36fb0c5558ea96e0bd187c0005ca4b155b6" 2018-11-19 06:13:31,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c41db87-11dc-459e-ba6f-680a9557cd1b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:31,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c41db87-11dc-459e-ba6f-680a9557cd1b 2018-11-19 06:13:31,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-927890a2-8227-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e89db36fb0c5558ea96e0bd187c0005ca4b155b6" 2018-11-19 06:13:31,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807ee35f-5626-4b3c-a2cb-34de3b5de804 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-927890a2-8227-4ab-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/856f9b62b8cd4402b62098634a79adb0"}, "enabled": true, "id": "856f9b62b8cd4402b62098634a79adb0", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj"}]} 2018-11-19 06:13:31,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-927890a2-8227-4ab-proj used request id req-807ee35f-5626-4b3c-a2cb-34de3b5de804 2018-11-19 06:13:31,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e89db36fb0c5558ea96e0bd187c0005ca4b155b6" 2018-11-19 06:13:31,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c44969a-ce2a-4323-bb82-1e608832f861 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:31,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0c44969a-ce2a-4323-bb82-1e608832f861 2018-11-19 06:13:31,951 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-927890a2-8227-4ab-user 2018-11-19 06:13:31,951 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:31,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:32,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f452d4b-06cd-45d7-b226-fa6ac1f8f563 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:32,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9f452d4b-06cd-45d7-b226-fa6ac1f8f563 2018-11-19 06:13:32,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" -d '{"role": {"name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj-role"}}' 2018-11-19 06:13:32,154 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d58ee510-2e45-40a6-a81b-db1827d5bea9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60c2bfc8267142818dcb0ad8f70a171c", "links": {"self": "http://172.30.9.21:5000/v3/roles/60c2bfc8267142818dcb0ad8f70a171c"}, "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj-role"}} 2018-11-19 06:13:32,155 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d58ee510-2e45-40a6-a81b-db1827d5bea9 2018-11-19 06:13:32,155 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-927890a2-8227-4ab-proj-role 2018-11-19 06:13:32,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/60c2bfc8267142818dcb0ad8f70a171c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:32,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f8f871a-670a-427f-ab04-1ab454d3aeb7 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/60c2bfc8267142818dcb0ad8f70a171c"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj-role", "id": "60c2bfc8267142818dcb0ad8f70a171c"}} 2018-11-19 06:13:32,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/60c2bfc8267142818dcb0ad8f70a171c used request id req-8f8f871a-670a-427f-ab04-1ab454d3aeb7 2018-11-19 06:13:32,177 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-927890a2-8227-4ab-proj-role to project CreateVolumeWithTypeTests-927890a2-8227-4ab-proj 2018-11-19 06:13:32,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/856f9b62b8cd4402b62098634a79adb0/users/8b936641ac0f407585da00dda666895e/roles/60c2bfc8267142818dcb0ad8f70a171c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:32,300 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bb07538-5153-4762-bb3c-48c3eb796409 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:32,301 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/856f9b62b8cd4402b62098634a79adb0/users/8b936641ac0f407585da00dda666895e/roles/60c2bfc8267142818dcb0ad8f70a171c used request id req-4bb07538-5153-4762-bb3c-48c3eb796409 2018-11-19 06:13:32,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:32,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:32,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["SADJqWi1RyekFRsQZhmBig"], "issued_at": "2018-11-19T06:13:32.000000Z"}} 2018-11-19 06:13:32,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14199f4f7d1949ffed5d5f51e4c0c0c4ab6cd418" 2018-11-19 06:13:32,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a44fbb03-555c-408c-90fd-02d2eb0e4d1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:32,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a44fbb03-555c-408c-90fd-02d2eb0e4d1a 2018-11-19 06:13:32,794 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14199f4f7d1949ffed5d5f51e4c0c0c4ab6cd418" 2018-11-19 06:13:32,980 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:32 GMT Server: Apache x-compute-request-id: req-23cd28ef-2688-4a36-8f90-771b5596688b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-23cd28ef-2688-4a36-8f90-771b5596688b Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:13:32,980 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-23cd28ef-2688-4a36-8f90-771b5596688b 2018-11-19 06:13:32,984 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-23cd28ef-2688-4a36-8f90-771b5596688b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14199f4f7d1949ffed5d5f51e4c0c0c4ab6cd418" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-aa652b28-2de5-4feb-896d-2a71e0982746-vol-type", "description": null}}' 2018-11-19 06:13:33,215 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:32 GMT Server: Apache x-compute-request-id: req-c05eed5b-b73e-46f9-a315-89347809e667 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c05eed5b-b73e-46f9-a315-89347809e667 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-aa652b28-2de5-4feb-896d-2a71e0982746-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "862f5933-214a-4531-b0c9-0e4beee0d099", "description": null}} 2018-11-19 06:13:33,215 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-c05eed5b-b73e-46f9-a315-89347809e667 2018-11-19 06:13:33,216 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-aa652b28-2de5-4feb-896d-2a71e0982746-vol-type 2018-11-19 06:13:33,216 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:33,217 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:33,587 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60c2bfc8267142818dcb0ad8f70a171c", "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj-role"}], "expires_at": "2018-11-19T07:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "856f9b62b8cd4402b62098634a79adb0", "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/856f9b62b8cd4402b62098634a79adb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/856f9b62b8cd4402b62098634a79adb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/856f9b62b8cd4402b62098634a79adb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/856f9b62b8cd4402b62098634a79adb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/856f9b62b8cd4402b62098634a79adb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/856f9b62b8cd4402b62098634a79adb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/856f9b62b8cd4402b62098634a79adb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/856f9b62b8cd4402b62098634a79adb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/856f9b62b8cd4402b62098634a79adb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/856f9b62b8cd4402b62098634a79adb0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/856f9b62b8cd4402b62098634a79adb0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/856f9b62b8cd4402b62098634a79adb0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithTypeTests-927890a2-8227-4ab-user", "id": "8b936641ac0f407585da00dda666895e"}, "audit_ids": ["1FlKVV1FT1apStmmHndBMQ"], "issued_at": "2018-11-19T06:13:33.000000Z"}} 2018-11-19 06:13:33,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c8bf53091a9b982a1e339cb475d04c3faf79c6b" 2018-11-19 06:13:33,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d36870-7569-4322-9c28-3f85bbc468c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:33,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c7d36870-7569-4322-9c28-3f85bbc468c1 2018-11-19 06:13:33,669 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/856f9b62b8cd4402b62098634a79adb0/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c8bf53091a9b982a1e339cb475d04c3faf79c6b" 2018-11-19 06:13:33,858 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:33 GMT Server: Apache x-compute-request-id: req-44177d21-fb8f-4545-b03b-15aeb1e11e09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-44177d21-fb8f-4545-b03b-15aeb1e11e09 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:13:33,858 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/856f9b62b8cd4402b62098634a79adb0/volumes/detail used request id req-44177d21-fb8f-4545-b03b-15aeb1e11e09 2018-11-19 06:13:33,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/856f9b62b8cd4402b62098634a79adb0/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-44177d21-fb8f-4545-b03b-15aeb1e11e09" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c8bf53091a9b982a1e339cb475d04c3faf79c6b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-aa652b28-2de5-4feb-896d-2a71e0982746-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "foo", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:13:34,025 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:13:33 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-409650ad-e9f0-4c51-bb30-3393e14e1abe x-openstack-request-id: req-409650ad-e9f0-4c51-bb30-3393e14e1abe Content-Length: 91 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type with name foo could not be found.", "code": 404}} 2018-11-19 06:13:34,025 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/856f9b62b8cd4402b62098634a79adb0/volumes used request id req-409650ad-e9f0-4c51-bb30-3393e14e1abe 2018-11-19 06:13:34,026 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-aa652b28-2de5-4feb-896d-2a71e0982746-vol-type 2018-11-19 06:13:34,029 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/862f5933-214a-4531-b0c9-0e4beee0d099 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-23cd28ef-2688-4a36-8f90-771b5596688b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14199f4f7d1949ffed5d5f51e4c0c0c4ab6cd418" 2018-11-19 06:13:34,257 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:13:34 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-454bcf07-af48-4780-8a30-6e5f46e6458d Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:13:34,257 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/862f5933-214a-4531-b0c9-0e4beee0d099 used request id req-454bcf07-af48-4780-8a30-6e5f46e6458d 2018-11-19 06:13:34,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:34,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-1337ed78-6645-43ce-8695-568678ef6669 Date: Mon, 19 Nov 2018 06:13:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:34,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1337ed78-6645-43ce-8695-568678ef6669 2018-11-19 06:13:34,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:34,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee83f958-0a04-483e-96eb-16ac3f90b5be Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:34,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-ee83f958-0a04-483e-96eb-16ac3f90b5be 2018-11-19 06:13:34,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:34,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f191806e-be10-45ca-b4e6-00276f85a50b Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:34,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-f191806e-be10-45ca-b4e6-00276f85a50b 2018-11-19 06:13:34,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:34,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d797303-f7b9-4ddb-88bd-188cdfd0791e Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:34,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-0d797303-f7b9-4ddb-88bd-188cdfd0791e 2018-11-19 06:13:34,735 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-927890a2-8227-4ab-proj 2018-11-19 06:13:34,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/856f9b62b8cd4402b62098634a79adb0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:34,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6952bee-adee-4dae-b0cb-2d75931fe129 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:34,960 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/856f9b62b8cd4402b62098634a79adb0 used request id req-b6952bee-adee-4dae-b0cb-2d75931fe129 2018-11-19 06:13:34,960 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-927890a2-8227-4ab-proj-role 2018-11-19 06:13:34,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/60c2bfc8267142818dcb0ad8f70a171c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:35,064 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-621082ba-1780-440c-944e-825bcca5ec65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:35,064 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/60c2bfc8267142818dcb0ad8f70a171c used request id req-621082ba-1780-440c-944e-825bcca5ec65 2018-11-19 06:13:35,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a45bc604b53ba8a7537ecf7f856630880f2d89" 2018-11-19 06:13:35,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e0ec3d6-db44-4f01-808c-c816436e2513 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:35,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2e0ec3d6-db44-4f01-808c-c816436e2513 2018-11-19 06:13:35,159 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-927890a2-8227-4ab-user 2018-11-19 06:13:35,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8b936641ac0f407585da00dda666895e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e89db36fb0c5558ea96e0bd187c0005ca4b155b6" 2018-11-19 06:13:35,285 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53a756e2-f244-43d5-81cc-94d124ae0ab2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:35,286 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8b936641ac0f407585da00dda666895e used request id req-53a756e2-f244-43d5-81cc-94d124ae0ab2 2018-11-19 06:13:35,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:35,670 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["OBEz_7j9Q3eEIKRTPYEWqw"], "issued_at": "2018-11-19T06:13:35.000000Z"}} 2018-11-19 06:13:35,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6beda31d5115152bb28f3f5ab6ad5cc329b9e2b" 2018-11-19 06:13:35,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f6b080-f8f7-4847-ad4a-9bcb7e40c823 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:35,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2f6b080-f8f7-4847-ad4a-9bcb7e40c823 2018-11-19 06:13:35,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:35,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:36,152 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["TTZOoxHxTNyIGjs6D1tfPg"], "issued_at": "2018-11-19T06:13:36.000000Z"}} 2018-11-19 06:13:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:36,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9cb4e06-593e-4b93-b124-075b0b23ad9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:36,229 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a9cb4e06-593e-4b93-b124-075b0b23ad9f 2018-11-19 06:13:36,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:36,239 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:36,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:36,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f7c001b-693a-4f83-9278-c2a8a6051eb8 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:36,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj used request id req-9f7c001b-693a-4f83-9278-c2a8a6051eb8 2018-11-19 06:13:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:36,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e7c84b-b0ce-480c-8ab6-cea3ee1e90e6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:36,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-27e7c84b-b0ce-480c-8ab6-cea3ee1e90e6 2018-11-19 06:13:36,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj"}}' 2018-11-19 06:13:36,616 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d7c7138-e6a8-4c61-87c9-298654a8c013 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8c23e027b5dd4411ae072aa34091a626"}, "enabled": true, "id": "8c23e027b5dd4411ae072aa34091a626", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj"}} 2018-11-19 06:13:36,616 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6d7c7138-e6a8-4c61-87c9-298654a8c013 2018-11-19 06:13:36,616 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj 2018-11-19 06:13:36,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:36,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:37,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["PX02jMZ7TMyrWifqFQJaeg"], "issued_at": "2018-11-19T06:13:37.000000Z"}} 2018-11-19 06:13:37,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}018a019ac4528e9771a33f01c0a497bf47fe0de0" 2018-11-19 06:13:37,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b58fc569-0a16-4a20-b53a-18023407e7a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:37,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b58fc569-0a16-4a20-b53a-18023407e7a6 2018-11-19 06:13:37,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:37,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:37,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}018a019ac4528e9771a33f01c0a497bf47fe0de0" 2018-11-19 06:13:37,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ef9e27-7736-4fb0-bbcb-2dc8d5f8492f Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:37,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-92ef9e27-7736-4fb0-bbcb-2dc8d5f8492f 2018-11-19 06:13:37,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}018a019ac4528e9771a33f01c0a497bf47fe0de0" 2018-11-19 06:13:37,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-124acee1-3180-4732-a37e-76e7b0d3b22b Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8c23e027b5dd4411ae072aa34091a626"}, "enabled": true, "id": "8c23e027b5dd4411ae072aa34091a626", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj"}]} 2018-11-19 06:13:37,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj used request id req-124acee1-3180-4732-a37e-76e7b0d3b22b 2018-11-19 06:13:37,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}018a019ac4528e9771a33f01c0a497bf47fe0de0" 2018-11-19 06:13:37,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d6581ec-b7bf-4ba3-853d-60baceecc129 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:37,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7d6581ec-b7bf-4ba3-853d-60baceecc129 2018-11-19 06:13:37,675 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-531e1b9c-d635-4a0-user 2018-11-19 06:13:37,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:37,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:37,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e38f59-314c-468b-afac-bce83c620668 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:37,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a7e38f59-314c-468b-afac-bce83c620668 2018-11-19 06:13:37,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" -d '{"role": {"name": "CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj-role"}}' 2018-11-19 06:13:37,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-444b3e93-acf2-4fa9-bea6-7103981ce06c Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "00541de6d4c34342bb2b1bf6f294a7be", "links": {"self": "http://172.30.9.21:5000/v3/roles/00541de6d4c34342bb2b1bf6f294a7be"}, "name": "CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj-role"}} 2018-11-19 06:13:37,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-444b3e93-acf2-4fa9-bea6-7103981ce06c 2018-11-19 06:13:37,891 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj-role 2018-11-19 06:13:37,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/00541de6d4c34342bb2b1bf6f294a7be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:38,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c17d9d-b23a-4357-9fa6-ffe9779e7d30 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/00541de6d4c34342bb2b1bf6f294a7be"}, "domain_id": null, "name": "CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj-role", "id": "00541de6d4c34342bb2b1bf6f294a7be"}} 2018-11-19 06:13:38,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/00541de6d4c34342bb2b1bf6f294a7be used request id req-d3c17d9d-b23a-4357-9fa6-ffe9779e7d30 2018-11-19 06:13:38,067 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj-role to project CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj 2018-11-19 06:13:38,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8c23e027b5dd4411ae072aa34091a626/users/781db082cfbc4c309d30daf2cf3b4e0c/roles/00541de6d4c34342bb2b1bf6f294a7be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:38,193 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e48e736f-0ca2-438b-bfad-5216f86f142f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:38,193 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8c23e027b5dd4411ae072aa34091a626/users/781db082cfbc4c309d30daf2cf3b4e0c/roles/00541de6d4c34342bb2b1bf6f294a7be used request id req-e48e736f-0ca2-438b-bfad-5216f86f142f 2018-11-19 06:13:38,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:38,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:38,579 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GLAwq1jGSE-YYpMlG9irwg"], "issued_at": "2018-11-19T06:13:38.000000Z"}} 2018-11-19 06:13:38,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c281dfdd6216d15275768a100d853ecd6b1f3421" 2018-11-19 06:13:38,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c6e03a-4457-41cc-947b-840aab0535f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:38,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-18c6e03a-4457-41cc-947b-840aab0535f4 2018-11-19 06:13:38,678 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c281dfdd6216d15275768a100d853ecd6b1f3421" 2018-11-19 06:13:38,859 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:38 GMT Server: Apache x-compute-request-id: req-c3216f8f-220d-4c83-ac96-ea24e78f3251 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c3216f8f-220d-4c83-ac96-ea24e78f3251 Content-Length: 20 Content-Type: application/json RESP BODY: {"volume_types": []} 2018-11-19 06:13:38,859 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types?is_public=None used request id req-c3216f8f-220d-4c83-ac96-ea24e78f3251 2018-11-19 06:13:38,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c3216f8f-220d-4c83-ac96-ea24e78f3251" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c281dfdd6216d15275768a100d853ecd6b1f3421" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type", "description": null}}' 2018-11-19 06:13:39,064 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:38 GMT Server: Apache x-compute-request-id: req-7bb62d08-fb26-40c4-a83d-3f17b8a4c7f1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7bb62d08-fb26-40c4-a83d-3f17b8a4c7f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "87ec719d-d405-43d4-a748-b911dfd7c034", "description": null}} 2018-11-19 06:13:39,064 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types used request id req-7bb62d08-fb26-40c4-a83d-3f17b8a4c7f1 2018-11-19 06:13:39,065 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type 2018-11-19 06:13:39,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:39,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:39,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["YW4Rkur8SMqtj_7Q2NVoQw"], "issued_at": "2018-11-19T06:13:39.000000Z"}} 2018-11-19 06:13:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:39,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da67078-fa25-4b04-a7d2-f5339b11a42f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:39,535 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6da67078-fa25-4b04-a7d2-f5339b11a42f 2018-11-19 06:13:39,541 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:39,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:39 GMT Server: Apache x-compute-request-id: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:13:39,744 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/detail used request id req-c342e639-8cce-40ce-b10d-eeb3eb5b996f 2018-11-19 06:13:39,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type", "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:13:40,168 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:13:39 GMT Server: Apache x-compute-request-id: req-3aa9a282-6e8e-432d-bec1-c5c49d8b6e3e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3aa9a282-6e8e-432d-bec1-c5c49d8b6e3e Content-Length: 922 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:13:40.044796", "description": null, "updated_at": null, "volume_type": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type", "name": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "size": 1}} 2018-11-19 06:13:40,168 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes used request id req-3aa9a282-6e8e-432d-bec1-c5c49d8b6e3e 2018-11-19 06:13:40,172 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:40,372 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:40 GMT Server: Apache x-compute-request-id: req-b3ed327f-48cb-4ad0-ae98-98ed6f4442c1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b3ed327f-48cb-4ad0-ae98-98ed6f4442c1 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T06:13:40.000000", "replication_status": null, "snapshot_id": null, "id": "279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "size": 1, "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "os-vol-tenant-attr:tenant_id": "f5fe8cec919348a69e22609d846dcb47", "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-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol", "bootable": "false", "created_at": "2018-11-19T06:13:40.000000", "volume_type": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type"}} 2018-11-19 06:13:40,372 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 used request id req-b3ed327f-48cb-4ad0-ae98-98ed6f4442c1 2018-11-19 06:13:40,372 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol 2018-11-19 06:13:40,375 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:40,582 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:40 GMT Server: Apache x-compute-request-id: req-5a595c22-ba97-4909-842b-50f5e7df4bae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a595c22-ba97-4909-842b-50f5e7df4bae Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T06:13:40.000000", "replication_status": null, "snapshot_id": null, "id": "279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "size": 1, "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "os-vol-tenant-attr:tenant_id": "f5fe8cec919348a69e22609d846dcb47", "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-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol", "bootable": "false", "created_at": "2018-11-19T06:13:40.000000", "volume_type": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type"}} 2018-11-19 06:13:40,582 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 used request id req-5a595c22-ba97-4909-842b-50f5e7df4bae 2018-11-19 06:13:40,582 - create_volume - DEBUG - Instance status is - creating 2018-11-19 06:13:40,582 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:13:43,586 - create_volume - DEBUG - Volume status query timeout in 296.787010908 2018-11-19 06:13:43,589 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:43,830 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:43 GMT Server: Apache x-compute-request-id: req-f712cfb6-20cc-4e5e-858b-0671e10cfdba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f712cfb6-20cc-4e5e-858b-0671e10cfdba Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T06:13:40.000000", "replication_status": null, "snapshot_id": null, "id": "279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "size": 1, "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "os-vol-tenant-attr:tenant_id": "f5fe8cec919348a69e22609d846dcb47", "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-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol", "bootable": "false", "created_at": "2018-11-19T06:13:40.000000", "volume_type": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type"}} 2018-11-19 06:13:43,830 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 used request id req-f712cfb6-20cc-4e5e-858b-0671e10cfdba 2018-11-19 06:13:43,830 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:13:43,830 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol 2018-11-19 06:13:43,831 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol 2018-11-19 06:13:43,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:44,047 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:43 GMT Server: Apache x-compute-request-id: req-174d53a7-54d4-43ac-8d9a-e31ff3aad574 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-174d53a7-54d4-43ac-8d9a-e31ff3aad574 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T06:13:40.000000", "replication_status": null, "snapshot_id": null, "id": "279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "size": 1, "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "os-vol-tenant-attr:tenant_id": "f5fe8cec919348a69e22609d846dcb47", "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-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol", "bootable": "false", "created_at": "2018-11-19T06:13:40.000000", "volume_type": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type"}} 2018-11-19 06:13:44,047 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 used request id req-174d53a7-54d4-43ac-8d9a-e31ff3aad574 2018-11-19 06:13:44,048 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:13:44,048 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol 2018-11-19 06:13:44,048 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol 2018-11-19 06:13:44,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:44,377 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:13:44 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fe8ec74b-8279-4de8-94d7-cedf55822982 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:13:44,377 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 used request id req-fe8ec74b-8279-4de8-94d7-cedf55822982 2018-11-19 06:13:44,381 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:44,587 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:44 GMT Server: Apache x-compute-request-id: req-1ec9c810-655a-4de2-8912-d92ded8db8cb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ec9c810-655a-4de2-8912-d92ded8db8cb Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "self"}, {"href": "http://172.30.9.21:8776/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T06:13:44.000000", "replication_status": null, "snapshot_id": null, "id": "279c5e96-94a7-45e8-bb00-7d49cd61e7c2", "size": 1, "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "os-vol-tenant-attr:tenant_id": "f5fe8cec919348a69e22609d846dcb47", "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-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol", "bootable": "false", "created_at": "2018-11-19T06:13:40.000000", "volume_type": "CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type"}} 2018-11-19 06:13:44,587 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 used request id req-1ec9c810-655a-4de2-8912-d92ded8db8cb 2018-11-19 06:13:44,587 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:13:44,587 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:13:47,588 - create_volume - DEBUG - Volume status query timeout in 56.789757967 2018-11-19 06:13:47,591 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c342e639-8cce-40ce-b10d-eeb3eb5b996f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51862deca490377a971a7a2241ccda59d3e324a4" 2018-11-19 06:13:47,628 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:13:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-07ca9fa3-0241-4d3d-95b8-eccfa3736b1a x-openstack-request-id: req-07ca9fa3-0241-4d3d-95b8-eccfa3736b1a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 279c5e96-94a7-45e8-bb00-7d49cd61e7c2 could not be found.", "code": 404}} 2018-11-19 06:13:47,628 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/volumes/279c5e96-94a7-45e8-bb00-7d49cd61e7c2 used request id req-07ca9fa3-0241-4d3d-95b8-eccfa3736b1a 2018-11-19 06:13:47,629 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 279c5e96-94a7-45e8-bb00-7d49cd61e7c2 could not be found. (HTTP 404) (Request-ID: req-07ca9fa3-0241-4d3d-95b8-eccfa3736b1a) 2018-11-19 06:13:47,629 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol 2018-11-19 06:13:47,630 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-7bf5a17c-66f0-45a1-be91-e31ba925c3ef-vol-type 2018-11-19 06:13:47,632 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/87ec719d-d405-43d4-a748-b911dfd7c034 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c3216f8f-220d-4c83-ac96-ea24e78f3251" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c281dfdd6216d15275768a100d853ecd6b1f3421" 2018-11-19 06:13:47,838 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:13:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-868d79fd-c86e-42f8-bb0d-85f0d7f13649 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:13:47,838 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47/types/87ec719d-d405-43d4-a748-b911dfd7c034 used request id req-868d79fd-c86e-42f8-bb0d-85f0d7f13649 2018-11-19 06:13:47,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:48,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-2da2f1fb-7f11-4770-8725-be7493a301f5 Date: Mon, 19 Nov 2018 06:13:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:48,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-2da2f1fb-7f11-4770-8725-be7493a301f5 2018-11-19 06:13:48,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:48,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8434022f-78bf-4111-a537-915416aff231 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:48,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-8434022f-78bf-4111-a537-915416aff231 2018-11-19 06:13:48,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:48,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c435bde9-56e5-442c-a74f-fe1bc788ace3 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:48,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-c435bde9-56e5-442c-a74f-fe1bc788ace3 2018-11-19 06:13:48,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:48,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e689599e-6804-493b-8c35-ed139ee50fdd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:48,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-e689599e-6804-493b-8c35-ed139ee50fdd 2018-11-19 06:13:48,350 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj 2018-11-19 06:13:48,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8c23e027b5dd4411ae072aa34091a626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:48,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ac36416-8b66-4335-b157-5e24d46cffa4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:48,565 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8c23e027b5dd4411ae072aa34091a626 used request id req-6ac36416-8b66-4335-b157-5e24d46cffa4 2018-11-19 06:13:48,565 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-531e1b9c-d635-4a0-proj-role 2018-11-19 06:13:48,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/00541de6d4c34342bb2b1bf6f294a7be -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:48,675 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8e775dd-73b7-4d3f-a8e5-21315c30f2ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:48,675 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/00541de6d4c34342bb2b1bf6f294a7be used request id req-d8e775dd-73b7-4d3f-a8e5-21315c30f2ff 2018-11-19 06:13:48,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7aac1b95106b6c6144337ab08fd630ec4f5c93a8" 2018-11-19 06:13:48,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca74cb39-4789-4d4d-b1ec-2b918a3c54eb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:48,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ca74cb39-4789-4d4d-b1ec-2b918a3c54eb 2018-11-19 06:13:48,771 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-531e1b9c-d635-4a0-user 2018-11-19 06:13:48,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/781db082cfbc4c309d30daf2cf3b4e0c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}018a019ac4528e9771a33f01c0a497bf47fe0de0" 2018-11-19 06:13:48,961 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e602743f-abc6-4a34-9d8d-116870e5910c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:48,961 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/781db082cfbc4c309d30daf2cf3b4e0c used request id req-e602743f-abc6-4a34-9d8d-116870e5910c 2018-11-19 06:13:48,963 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:49,336 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["q_DSBnMOT96AxwdyO8fegg"], "issued_at": "2018-11-19T06:13:49.000000Z"}} 2018-11-19 06:13:49,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68059a1783d66468707cc8e6a88b3e0ec6c9a39b" 2018-11-19 06:13:49,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7b1ec93-7d0e-4335-b071-7ac09c9a1983 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:49,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d7b1ec93-7d0e-4335-b071-7ac09c9a1983 2018-11-19 06:13:49,429 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:49,430 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:49,821 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["tSSefTTuQuGtmNmuPM3R5Q"], "issued_at": "2018-11-19T06:13:49.000000Z"}} 2018-11-19 06:13:49,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:49,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46390124-6f03-4b35-9260-7c92a1988263 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:49,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-46390124-6f03-4b35-9260-7c92a1988263 2018-11-19 06:13:49,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:49,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:49 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:49,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-82a695e8-2bce-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:50,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584e3482-de1c-4ba3-a5b3-bf3313ae5c55 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-82a695e8-2bce-428-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:50,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-82a695e8-2bce-428-proj used request id req-584e3482-de1c-4ba3-a5b3-bf3313ae5c55 2018-11-19 06:13:50,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:50,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c14fb1c6-3f0a-482e-a883-146e41dc46b5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:50,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c14fb1c6-3f0a-482e-a883-146e41dc46b5 2018-11-19 06:13:50,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj"}}' 2018-11-19 06:13:50,172 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb277516-f2d1-45de-bcbc-5654b2356204 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/88dcd10afdf7424bb507da6f8472c084"}, "enabled": true, "id": "88dcd10afdf7424bb507da6f8472c084", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj"}} 2018-11-19 06:13:50,172 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-fb277516-f2d1-45de-bcbc-5654b2356204 2018-11-19 06:13:50,173 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-82a695e8-2bce-428-proj 2018-11-19 06:13:50,173 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:50,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:50,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["h4-_FhqpToqR_EFqAkDWVw"], "issued_at": "2018-11-19T06:13:50.000000Z"}} 2018-11-19 06:13:50,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c33d5dd58d30b864b520ed21d90abd4aaae4ad" 2018-11-19 06:13:50,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426dc012-7664-43e1-902d-8e883b71c50e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:50,758 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-426dc012-7664-43e1-902d-8e883b71c50e 2018-11-19 06:13:50,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:50,767 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13:50 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:50,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c33d5dd58d30b864b520ed21d90abd4aaae4ad" 2018-11-19 06:13:50,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fedaafbe-54f3-4fc1-8222-1285f0bca187 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:50,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fedaafbe-54f3-4fc1-8222-1285f0bca187 2018-11-19 06:13:50,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-82a695e8-2bce-428-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c33d5dd58d30b864b520ed21d90abd4aaae4ad" 2018-11-19 06:13:50,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f2842b-a43c-4d92-b124-8a6dff9f9104 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-82a695e8-2bce-428-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/88dcd10afdf7424bb507da6f8472c084"}, "enabled": true, "id": "88dcd10afdf7424bb507da6f8472c084", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj"}]} 2018-11-19 06:13:50,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-82a695e8-2bce-428-proj used request id req-b3f2842b-a43c-4d92-b124-8a6dff9f9104 2018-11-19 06:13:50,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c33d5dd58d30b864b520ed21d90abd4aaae4ad" 2018-11-19 06:13:51,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7cd9584-abcc-4cf3-a4e0-827504b1ed32 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:51,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c7cd9584-abcc-4cf3-a4e0-827504b1ed32 2018-11-19 06:13:51,453 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-82a695e8-2bce-428-user 2018-11-19 06:13:51,454 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:51,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:51,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77822b07-05d7-44ab-9f53-dc97abe0c015 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:51,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-77822b07-05d7-44ab-9f53-dc97abe0c015 2018-11-19 06:13:51,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" -d '{"role": {"name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role"}}' 2018-11-19 06:13:51,669 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b08dc2ab-1e9d-4073-b9e7-6445dd19b744 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b853a9ca2ca546378cbfc416c17f9bb7", "links": {"self": "http://172.30.9.21:5000/v3/roles/b853a9ca2ca546378cbfc416c17f9bb7"}, "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role"}} 2018-11-19 06:13:51,669 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b08dc2ab-1e9d-4073-b9e7-6445dd19b744 2018-11-19 06:13:51,670 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role 2018-11-19 06:13:51,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b853a9ca2ca546378cbfc416c17f9bb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:51,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ec12d68-ff91-45e8-b524-1c5ac7322f93 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b853a9ca2ca546378cbfc416c17f9bb7"}, "domain_id": null, "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role", "id": "b853a9ca2ca546378cbfc416c17f9bb7"}} 2018-11-19 06:13:51,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b853a9ca2ca546378cbfc416c17f9bb7 used request id req-6ec12d68-ff91-45e8-b524-1c5ac7322f93 2018-11-19 06:13:51,691 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role to project CreateVolumeWithImageTests-82a695e8-2bce-428-proj 2018-11-19 06:13:51,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/88dcd10afdf7424bb507da6f8472c084/users/ac2120642f354ccc920fe83d41c652a4/roles/b853a9ca2ca546378cbfc416c17f9bb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:51,809 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39daf1ee-84fe-44b2-b38a-0fd212175d58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:51,809 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/88dcd10afdf7424bb507da6f8472c084/users/ac2120642f354ccc920fe83d41c652a4/roles/b853a9ca2ca546378cbfc416c17f9bb7 used request id req-39daf1ee-84fe-44b2-b38a-0fd212175d58 2018-11-19 06:13:51,811 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:13:51,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:51,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:52,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b853a9ca2ca546378cbfc416c17f9bb7", "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role"}], "expires_at": "2018-11-19T07:13:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88dcd10afdf7424bb507da6f8472c084", "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-user", "id": "ac2120642f354ccc920fe83d41c652a4"}, "audit_ids": ["0qP7ZLZOS-iIXfjDz76ohw"], "issued_at": "2018-11-19T06:13:52.000000Z"}} 2018-11-19 06:13:52,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" 2018-11-19 06:13:52,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d623fbdb-03d5-4d2a-94e4-a8b5f75615f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:52,286 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d623fbdb-03d5-4d2a-94e4-a8b5f75615f9 2018-11-19 06:13:52,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" 2018-11-19 06:13:52,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-e0d17ad3-a22b-415b-b075-a070a4d04620 Date: Mon, 19 Nov 2018 06:13:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image"} 2018-11-19 06:13:52,457 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image used request id req-e0d17ad3-a22b-415b-b075-a070a4d04620 2018-11-19 06:13:52,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" 2018-11-19 06:13:52,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eaff9df2-10f6-4a36-a8f1-35c6ffd1e44d Date: Mon, 19 Nov 2018 06:13:52 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:13:52,612 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-eaff9df2-10f6-4a36-a8f1-35c6ffd1e44d 2018-11-19 06:13:52,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image"}' 2018-11-19 06:13:52,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5 X-Openstack-Request-Id: req-ee291ef2-48af-4b6a-b950-5cd2db04343f Date: Mon, 19 Nov 2018 06:13:52 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:13:52Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:13:52Z", "visibility": "shared", "locations": [], "self": "/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5", "min_disk": 0, "protected": false, "id": "589d8459-bda4-4115-b50e-977cfafe0ac5", "file": "/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5/file", "checksum": null, "owner": "88dcd10afdf7424bb507da6f8472c084", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:13:52,846 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ee291ef2-48af-4b6a-b950-5cd2db04343f 2018-11-19 06:13:52,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" -d '' 2018-11-19 06:13:54,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ac352c5-d775-4dbd-beba-4ebe36f024dc Date: Mon, 19 Nov 2018 06:13:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:13:54,426 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5/file used request id req-1ac352c5-d775-4dbd-beba-4ebe36f024dc 2018-11-19 06:13:54,427 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:13:54,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" 2018-11-19 06:13:54,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f8b0fc38-715e-4fba-88f3-1649f3e6477a Date: Mon, 19 Nov 2018 06:13:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:13:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:13:54Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/589d8459-bda4-4115-b50e-977cfafe0ac5/snap", "metadata": {}}], "self": "/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5", "min_disk": 0, "protected": false, "id": "589d8459-bda4-4115-b50e-977cfafe0ac5", "file": "/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88dcd10afdf7424bb507da6f8472c084", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/589d8459-bda4-4115-b50e-977cfafe0ac5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:13:54,595 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5 used request id req-f8b0fc38-715e-4fba-88f3-1649f3e6477a 2018-11-19 06:13:54,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" 2018-11-19 06:13:54,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-11b892b1-507e-49f2-9adf-b932e29db2ac Date: Mon, 19 Nov 2018 06:13:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:13:54,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-11b892b1-507e-49f2-9adf-b932e29db2ac 2018-11-19 06:13:54,610 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image 2018-11-19 06:13:54,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" 2018-11-19 06:13:54,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ea467e0a-cd9e-4122-b8d0-188277b9a2a7 Date: Mon, 19 Nov 2018 06:13:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:13:52Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:13:54Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/589d8459-bda4-4115-b50e-977cfafe0ac5/snap", "metadata": {}}], "self": "/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5", "min_disk": 0, "protected": false, "id": "589d8459-bda4-4115-b50e-977cfafe0ac5", "file": "/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "88dcd10afdf7424bb507da6f8472c084", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/589d8459-bda4-4115-b50e-977cfafe0ac5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:13:54,766 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5 used request id req-ea467e0a-cd9e-4122-b8d0-188277b9a2a7 2018-11-19 06:13:54,767 - create_image - DEBUG - Instance status is - active 2018-11-19 06:13:54,767 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image 2018-11-19 06:13:54,767 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image 2018-11-19 06:13:54,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:54,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:55,139 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b853a9ca2ca546378cbfc416c17f9bb7", "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role"}], "expires_at": "2018-11-19T07:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88dcd10afdf7424bb507da6f8472c084", "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/88dcd10afdf7424bb507da6f8472c084", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-82a695e8-2bce-428-user", "id": "ac2120642f354ccc920fe83d41c652a4"}, "audit_ids": ["dgsAJEE5Tk6Aw4VSo-SEzg"], "issued_at": "2018-11-19T06:13:55.000000Z"}} 2018-11-19 06:13:55,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c531a072d5e7f3694915b4aebd45b26ba05e128" 2018-11-19 06:13:55,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26b31cf5-e2cb-4ed1-96db-8125f13e83a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:55,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-26b31cf5-e2cb-4ed1-96db-8125f13e83a4 2018-11-19 06:13:55,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/88dcd10afdf7424bb507da6f8472c084/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c531a072d5e7f3694915b4aebd45b26ba05e128" 2018-11-19 06:13:55,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:55 GMT Server: Apache x-compute-request-id: req-d40ffb14-7c2a-40e3-b89c-5f1511172a14 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d40ffb14-7c2a-40e3-b89c-5f1511172a14 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:13:55,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/88dcd10afdf7424bb507da6f8472c084/volumes/detail used request id req-d40ffb14-7c2a-40e3-b89c-5f1511172a14 2018-11-19 06:13:55,420 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/88dcd10afdf7424bb507da6f8472c084/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-d40ffb14-7c2a-40e3-b89c-5f1511172a14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c531a072d5e7f3694915b4aebd45b26ba05e128" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-vol", "imageRef": "foo", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:13:55,843 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 06:13:55 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0ca589fe-9e19-4a7a-afef-436cb438618a x-openstack-request-id: req-0ca589fe-9e19-4a7a-afef-436cb438618a Content-Length: 105 Content-Type: application/json RESP BODY: {"badRequest": {"message": "Invalid image identifier or unable to access requested image.", "code": 400}} 2018-11-19 06:13:55,843 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/88dcd10afdf7424bb507da6f8472c084/volumes used request id req-0ca589fe-9e19-4a7a-afef-436cb438618a 2018-11-19 06:13:55,844 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-4bd53fce-bcac-48ad-b444-bda34d0d7f18-image 2018-11-19 06:13:55,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}296a2a2a9b684e7b8840a9a57fc50e6590007912" 2018-11-19 06:13:57,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f959e94-4c78-409b-993d-6abc68665430 Date: Mon, 19 Nov 2018 06:13:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:13:57,094 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/589d8459-bda4-4115-b50e-977cfafe0ac5 used request id req-3f959e94-4c78-409b-993d-6abc68665430 2018-11-19 06:13:57,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:57,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-901c625b-5188-49c0-86dc-2afe23acbcea Date: Mon, 19 Nov 2018 06:13:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:13:57,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-901c625b-5188-49c0-86dc-2afe23acbcea 2018-11-19 06:13:57,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:57,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50125b70-46a1-4454-9739-f6d92e6849d4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:13:57,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-50125b70-46a1-4454-9739-f6d92e6849d4 2018-11-19 06:13:57,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:57,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3699f452-1a3c-46da-8ed1-c35a31df3be0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:13:57,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-3699f452-1a3c-46da-8ed1-c35a31df3be0 2018-11-19 06:13:57,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:57,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3229e6ff-fbae-4d72-a817-c26140c4e247 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:13:57,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-3229e6ff-fbae-4d72-a817-c26140c4e247 2018-11-19 06:13:57,599 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-82a695e8-2bce-428-proj 2018-11-19 06:13:57,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/88dcd10afdf7424bb507da6f8472c084 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:57,803 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f1d4d50-caf3-4275-9ce9-3dacaaad097e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:57,803 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/88dcd10afdf7424bb507da6f8472c084 used request id req-4f1d4d50-caf3-4275-9ce9-3dacaaad097e 2018-11-19 06:13:57,804 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-82a695e8-2bce-428-proj-role 2018-11-19 06:13:57,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b853a9ca2ca546378cbfc416c17f9bb7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:57,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-501b44f9-bf06-4fe6-a4f1-5d2919ced31f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:57,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b853a9ca2ca546378cbfc416c17f9bb7 used request id req-501b44f9-bf06-4fe6-a4f1-5d2919ced31f 2018-11-19 06:13:57,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a512ac11841650c000d03010ffb7bceb28aa8d3a" 2018-11-19 06:13:58,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7207af2-270b-4502-b366-a87806ca507a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:13:58,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d7207af2-270b-4502-b366-a87806ca507a 2018-11-19 06:13:58,005 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-82a695e8-2bce-428-user 2018-11-19 06:13:58,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ac2120642f354ccc920fe83d41c652a4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38c33d5dd58d30b864b520ed21d90abd4aaae4ad" 2018-11-19 06:13:58,197 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:13:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-069e3296-c9fc-49af-8a7a-93c1a70588bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:13:58,197 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ac2120642f354ccc920fe83d41c652a4 used request id req-069e3296-c9fc-49af-8a7a-93c1a70588bc 2018-11-19 06:13:58,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:58,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["MRPqJuMMTYOkmevBR-Sajw"], "issued_at": "2018-11-19T06:13:58.000000Z"}} 2018-11-19 06:13:58,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d3dfe6342cb630cff4119f218deeff4775b63e" 2018-11-19 06:13:58,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19ddee34-202b-49be-8f86-e2e53c30ce2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:58,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-19ddee34-202b-49be-8f86-e2e53c30ce2a 2018-11-19 06:13:58,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:58,655 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:59,035 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Vk1uDZeFRdO8rKU3M485mg"], "issued_at": "2018-11-19T06:13:59.000000Z"}} 2018-11-19 06:13:59,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:13:59,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf446565-da92-4c44-a3eb-92df9feff6e7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:59,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf446565-da92-4c44-a3eb-92df9feff6e7 2018-11-19 06:13:59,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:59,125 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:59,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:13:59,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d298f0bd-87eb-4d96-a36b-a22c7574dcd9 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:13:59,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj used request id req-d298f0bd-87eb-4d96-a36b-a22c7574dcd9 2018-11-19 06:13:59,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:13:59,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188c785f-01f3-42ae-b486-e8b83f7d387e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:13:59,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-188c785f-01f3-42ae-b486-e8b83f7d387e 2018-11-19 06:13:59,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj"}}' 2018-11-19 06:13:59,417 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:13:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4db7ebc-3a1d-4c89-8a63-5b9597dc1a21 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/094b03ee40804f9fa67a457e99fd30c5"}, "enabled": true, "id": "094b03ee40804f9fa67a457e99fd30c5", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj"}} 2018-11-19 06:13:59,417 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a4db7ebc-3a1d-4c89-8a63-5b9597dc1a21 2018-11-19 06:13:59,418 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj 2018-11-19 06:13:59,418 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:13:59,418 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:13:59,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:13:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["A0L98Su1QJW-Ucwemnp8pw"], "issued_at": "2018-11-19T06:13:59.000000Z"}} 2018-11-19 06:13:59,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}866c38c6964f91afc29651c21288e1b7a248b3f7" 2018-11-19 06:13:59,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35040ddd-bb78-4538-a83e-703860afdcac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:13:59,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-35040ddd-bb78-4538-a83e-703860afdcac 2018-11-19 06:13:59,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:13:59,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:13: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:13:59,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}866c38c6964f91afc29651c21288e1b7a248b3f7" 2018-11-19 06:13:59,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4152d9ce-760b-4c93-8676-1eae04815602 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:13:59,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4152d9ce-760b-4c93-8676-1eae04815602 2018-11-19 06:13:59,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}866c38c6964f91afc29651c21288e1b7a248b3f7" 2018-11-19 06:14:00,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:13:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3c82b08-db44-4952-9de7-2dbde71e9602 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/094b03ee40804f9fa67a457e99fd30c5"}, "enabled": true, "id": "094b03ee40804f9fa67a457e99fd30c5", "parent_id": "default", "domain_id": "default", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj"}]} 2018-11-19 06:14:00,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj used request id req-d3c82b08-db44-4952-9de7-2dbde71e9602 2018-11-19 06:14:00,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}866c38c6964f91afc29651c21288e1b7a248b3f7" 2018-11-19 06:14:00,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-288eabd6-a926-48c0-826c-a3531219193e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:14:00,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-288eabd6-a926-48c0-826c-a3531219193e 2018-11-19 06:14:00,525 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-ece8ad43-cb06-46b-user 2018-11-19 06:14:00,525 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:00,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:00,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeeec4c3-20b1-4764-866b-8e8efc523ac5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:14:00,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eeeec4c3-20b1-4764-866b-8e8efc523ac5 2018-11-19 06:14:00,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" -d '{"role": {"name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role"}}' 2018-11-19 06:14:00,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-abaddbdd-a62e-4c9b-9ca2-628550da2285 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5b73decb840b466b9c2c7c366247870a", "links": {"self": "http://172.30.9.21:5000/v3/roles/5b73decb840b466b9c2c7c366247870a"}, "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role"}} 2018-11-19 06:14:00,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-abaddbdd-a62e-4c9b-9ca2-628550da2285 2018-11-19 06:14:00,741 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role 2018-11-19 06:14:00,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5b73decb840b466b9c2c7c366247870a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:00,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-256d5af8-df9c-46b8-99be-1cf0d3df7019 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/5b73decb840b466b9c2c7c366247870a"}, "domain_id": null, "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role", "id": "5b73decb840b466b9c2c7c366247870a"}} 2018-11-19 06:14:00,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5b73decb840b466b9c2c7c366247870a used request id req-256d5af8-df9c-46b8-99be-1cf0d3df7019 2018-11-19 06:14:00,836 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role to project CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj 2018-11-19 06:14:00,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/094b03ee40804f9fa67a457e99fd30c5/users/753acc52904847d89f2fff42e0d4bd97/roles/5b73decb840b466b9c2c7c366247870a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:00,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:14:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e5f1ccb-bee1-44c9-881c-406d01614874 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:14:00,977 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/094b03ee40804f9fa67a457e99fd30c5/users/753acc52904847d89f2fff42e0d4bd97/roles/5b73decb840b466b9c2c7c366247870a used request id req-1e5f1ccb-bee1-44c9-881c-406d01614874 2018-11-19 06:14:00,979 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:14:00,979 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:00,980 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:01,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b73decb840b466b9c2c7c366247870a", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role"}], "expires_at": "2018-11-19T07:14:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "094b03ee40804f9fa67a457e99fd30c5", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-user", "id": "753acc52904847d89f2fff42e0d4bd97"}, "audit_ids": ["Y_o3pnvcQVCRxlNB0li_WQ"], "issued_at": "2018-11-19T06:14:01.000000Z"}} 2018-11-19 06:14:01,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" 2018-11-19 06:14:01,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c46aad6a-88dd-46f9-b472-8cfb1957584a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:01,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c46aad6a-88dd-46f9-b472-8cfb1957584a 2018-11-19 06:14:01,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" 2018-11-19 06:14:01,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-6879f113-f72d-47e1-a66f-002f39ee864a Date: Mon, 19 Nov 2018 06:14:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image"} 2018-11-19 06:14:01,634 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image used request id req-6879f113-f72d-47e1-a66f-002f39ee864a 2018-11-19 06:14:01,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" 2018-11-19 06:14:01,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a87481c3-acda-4397-9a78-bd25c215ae17 Date: Mon, 19 Nov 2018 06:14:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:14:01,793 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a87481c3-acda-4397-9a78-bd25c215ae17 2018-11-19 06:14:01,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image"}' 2018-11-19 06:14:02,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038 X-Openstack-Request-Id: req-a80bf834-8d08-4b85-b2d6-cb80b826bb47 Date: Mon, 19 Nov 2018 06:14:02 GMT RESP BODY: {"status": "queued", "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:14:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:14:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/477be001-27b3-486a-b0d0-fe6ced712038", "min_disk": 0, "protected": false, "id": "477be001-27b3-486a-b0d0-fe6ced712038", "file": "/v2/images/477be001-27b3-486a-b0d0-fe6ced712038/file", "checksum": null, "owner": "094b03ee40804f9fa67a457e99fd30c5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:14:02,020 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a80bf834-8d08-4b85-b2d6-cb80b826bb47 2018-11-19 06:14:02,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" -d '' 2018-11-19 06:14:03,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49efc8ad-9e93-4247-806c-8046e49c2624 Date: Mon, 19 Nov 2018 06:14:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:14:03,512 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038/file used request id req-49efc8ad-9e93-4247-806c-8046e49c2624 2018-11-19 06:14:03,512 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:14:03,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" 2018-11-19 06:14:03,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-338c693e-3c59-492b-a7ae-4c290122721c Date: Mon, 19 Nov 2018 06:14:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:14:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:14:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/477be001-27b3-486a-b0d0-fe6ced712038/snap", "metadata": {}}], "self": "/v2/images/477be001-27b3-486a-b0d0-fe6ced712038", "min_disk": 0, "protected": false, "id": "477be001-27b3-486a-b0d0-fe6ced712038", "file": "/v2/images/477be001-27b3-486a-b0d0-fe6ced712038/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "094b03ee40804f9fa67a457e99fd30c5", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/477be001-27b3-486a-b0d0-fe6ced712038/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:14:03,534 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038 used request id req-338c693e-3c59-492b-a7ae-4c290122721c 2018-11-19 06:14:03,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" 2018-11-19 06:14:03,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0c7c29c0-7990-4fb3-98d7-12e2b8e434f7 Date: Mon, 19 Nov 2018 06:14:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:14:03,691 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0c7c29c0-7990-4fb3-98d7-12e2b8e434f7 2018-11-19 06:14:03,694 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image 2018-11-19 06:14:03,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" 2018-11-19 06:14:03,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8b71a549-4638-4126-bb34-a0146245e21a Date: Mon, 19 Nov 2018 06:14:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:14:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:14:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/477be001-27b3-486a-b0d0-fe6ced712038/snap", "metadata": {}}], "self": "/v2/images/477be001-27b3-486a-b0d0-fe6ced712038", "min_disk": 0, "protected": false, "id": "477be001-27b3-486a-b0d0-fe6ced712038", "file": "/v2/images/477be001-27b3-486a-b0d0-fe6ced712038/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "094b03ee40804f9fa67a457e99fd30c5", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/477be001-27b3-486a-b0d0-fe6ced712038/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:14:03,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038 used request id req-8b71a549-4638-4126-bb34-a0146245e21a 2018-11-19 06:14:03,855 - create_image - DEBUG - Instance status is - active 2018-11-19 06:14:03,855 - create_image - DEBUG - Image is active with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image 2018-11-19 06:14:03,855 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image 2018-11-19 06:14:03,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:03,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:04,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b73decb840b466b9c2c7c366247870a", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role"}], "expires_at": "2018-11-19T07:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "094b03ee40804f9fa67a457e99fd30c5", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-user", "id": "753acc52904847d89f2fff42e0d4bd97"}, "audit_ids": ["UE0adxILQCqKKvyIq_GoVw"], "issued_at": "2018-11-19T06:14:04.000000Z"}} 2018-11-19 06:14:04,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:04,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9cd3ec-0489-41ad-9ff2-6865108fe869 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:04,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1f9cd3ec-0489-41ad-9ff2-6865108fe869 2018-11-19 06:14:04,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:04,457 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:04 GMT Server: Apache x-compute-request-id: req-32a3976c-a6ab-47f0-a609-9c458b45e11e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-32a3976c-a6ab-47f0-a609-9c458b45e11e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:14:04,457 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/detail used request id req-32a3976c-a6ab-47f0-a609-9c458b45e11e 2018-11-19 06:14:04,460 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "imageRef": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:14:05,883 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:14:04 GMT Server: Apache x-compute-request-id: req-974be803-f3e7-4fd0-8afe-ae94565a9fef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-974be803-f3e7-4fd0-8afe-ae94565a9fef Content-Length: 828 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "753acc52904847d89f2fff42e0d4bd97", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:14:05.806399", "description": null, "updated_at": null, "volume_type": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1}} 2018-11-19 06:14:05,884 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes used request id req-974be803-f3e7-4fd0-8afe-ae94565a9fef 2018-11-19 06:14:05,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:06,085 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:05 GMT Server: Apache x-compute-request-id: req-5206503d-3d80-4d31-81be-964581102503 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5206503d-3d80-4d31-81be-964581102503 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "753acc52904847d89f2fff42e0d4bd97", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:14:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "updated_at": "2018-11-19T06:14:05.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1}} 2018-11-19 06:14:06,085 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-5206503d-3d80-4d31-81be-964581102503 2018-11-19 06:14:06,086 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol 2018-11-19 06:14:06,089 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:06,271 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:06 GMT Server: Apache x-compute-request-id: req-3a87a543-b070-4597-b65e-d43fcb55ed45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a87a543-b070-4597-b65e-d43fcb55ed45 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "753acc52904847d89f2fff42e0d4bd97", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:14:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "updated_at": "2018-11-19T06:14:05.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1}} 2018-11-19 06:14:06,271 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-3a87a543-b070-4597-b65e-d43fcb55ed45 2018-11-19 06:14:06,272 - create_volume - DEBUG - Instance status is - creating 2018-11-19 06:14:06,272 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:14:09,275 - create_volume - DEBUG - Volume status query timeout in 296.811069965 2018-11-19 06:14:09,278 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:09,472 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:09 GMT Server: Apache x-compute-request-id: req-4ddc2f98-0758-4277-9e6c-96d404a3bb4e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4ddc2f98-0758-4277-9e6c-96d404a3bb4e Content-Encoding: gzip Content-Length: 471 Content-Type: application/json RESP BODY: {"volume": {"status": "downloading", "user_id": "753acc52904847d89f2fff42e0d4bd97", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:14:05.000000", "description": null, "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "updated_at": "2018-11-19T06:14:07.000000", "volume_type": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1}} 2018-11-19 06:14:09,472 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-4ddc2f98-0758-4277-9e6c-96d404a3bb4e 2018-11-19 06:14:09,472 - create_volume - DEBUG - Instance status is - downloading 2018-11-19 06:14:09,472 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:14:12,476 - create_volume - DEBUG - Volume status query timeout in 293.610464096 2018-11-19 06:14:12,479 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:12,711 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:12 GMT Server: Apache x-compute-request-id: req-05abc9da-6238-4389-a0b2-04a1f5ce08bb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-05abc9da-6238-4389-a0b2-04a1f5ce08bb Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-19T06:14:11.000000", "replication_status": null, "snapshot_id": null, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1, "user_id": "753acc52904847d89f2fff42e0d4bd97", "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "image_id": "477be001-27b3-486a-b0d0-fe6ced712038", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "bootable": "true", "created_at": "2018-11-19T06:14:05.000000", "volume_type": null}} 2018-11-19 06:14:12,711 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-05abc9da-6238-4389-a0b2-04a1f5ce08bb 2018-11-19 06:14:12,712 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:14:12,712 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol 2018-11-19 06:14:12,712 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol 2018-11-19 06:14:12,715 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:12,915 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:12 GMT Server: Apache x-compute-request-id: req-78578501-c00f-4d1f-b864-78fe341097f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-78578501-c00f-4d1f-b864-78fe341097f9 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-19T06:14:11.000000", "replication_status": null, "snapshot_id": null, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1, "user_id": "753acc52904847d89f2fff42e0d4bd97", "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "image_id": "477be001-27b3-486a-b0d0-fe6ced712038", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "bootable": "true", "created_at": "2018-11-19T06:14:05.000000", "volume_type": null}} 2018-11-19 06:14:12,915 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-78578501-c00f-4d1f-b864-78fe341097f9 2018-11-19 06:14:12,915 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:14:12,916 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol 2018-11-19 06:14:12,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:13,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5b73decb840b466b9c2c7c366247870a", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role"}], "expires_at": "2018-11-19T07:14:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "094b03ee40804f9fa67a457e99fd30c5", "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/094b03ee40804f9fa67a457e99fd30c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateVolumeWithImageTests-ece8ad43-cb06-46b-user", "id": "753acc52904847d89f2fff42e0d4bd97"}, "audit_ids": ["bvDM6pi7THS_2WpQZtEELA"], "issued_at": "2018-11-19T06:14:13.000000Z"}} 2018-11-19 06:14:13,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16e87cdf1be1f6703a777d268eb008c48d0c76b8" 2018-11-19 06:14:13,513 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:13 GMT Server: Apache x-compute-request-id: req-81ce2fcb-42c5-461f-85e9-d22485bbbedb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-81ce2fcb-42c5-461f-85e9-d22485bbbedb Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-19T06:14:11.000000", "replication_status": null, "snapshot_id": null, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1, "user_id": "753acc52904847d89f2fff42e0d4bd97", "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "image_id": "477be001-27b3-486a-b0d0-fe6ced712038", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "bootable": "true", "created_at": "2018-11-19T06:14:05.000000", "volume_type": null}} 2018-11-19 06:14:13,513 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-81ce2fcb-42c5-461f-85e9-d22485bbbedb 2018-11-19 06:14:13,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:13,714 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:13 GMT Server: Apache x-compute-request-id: req-4a9e34e8-197a-4cda-a856-184065d723d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4a9e34e8-197a-4cda-a856-184065d723d8 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-19T06:14:11.000000", "replication_status": null, "snapshot_id": null, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1, "user_id": "753acc52904847d89f2fff42e0d4bd97", "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "metadata": {}, "status": "available", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "image_id": "477be001-27b3-486a-b0d0-fe6ced712038", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "bootable": "true", "created_at": "2018-11-19T06:14:05.000000", "volume_type": null}} 2018-11-19 06:14:13,715 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-4a9e34e8-197a-4cda-a856-184065d723d8 2018-11-19 06:14:13,715 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:14:13,715 - create_volume - DEBUG - Volume is active with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol 2018-11-19 06:14:13,715 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol 2018-11-19 06:14:13,718 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:13,933 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:14:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-557a239c-bceb-46f1-a179-566d710b3edc Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:14:13,934 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-557a239c-bceb-46f1-a179-566d710b3edc 2018-11-19 06:14:13,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:14,147 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:13 GMT Server: Apache x-compute-request-id: req-17f4ba08-de79-4053-a3c9-367500898caa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17f4ba08-de79-4053-a3c9-367500898caa Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"volume": {"attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "self"}, {"href": "http://172.30.9.21:8776/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "rel": "bookmark"}], "availability_zone": "nova", "encrypted": false, "updated_at": "2018-11-19T06:14:13.000000", "replication_status": null, "snapshot_id": null, "id": "0cb3f0c3-2daa-4cdb-a769-b77f607f1a86", "size": 1, "user_id": "753acc52904847d89f2fff42e0d4bd97", "os-vol-tenant-attr:tenant_id": "094b03ee40804f9fa67a457e99fd30c5", "metadata": {}, "status": "deleting", "volume_image_metadata": {"checksum": "443b7623e27ecf03dc9e01ee93f67afe", "min_ram": "0", "disk_format": "qcow2", "image_name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image", "image_id": "477be001-27b3-486a-b0d0-fe6ced712038", "container_format": "bare", "min_disk": "0", "size": "12716032"}, "description": null, "multiattach": false, "source_volid": null, "consistencygroup_id": null, "name": "CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol", "bootable": "true", "created_at": "2018-11-19T06:14:05.000000", "volume_type": null}} 2018-11-19 06:14:14,147 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-17f4ba08-de79-4053-a3c9-367500898caa 2018-11-19 06:14:14,148 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:14:14,148 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:14:17,151 - create_volume - DEBUG - Volume status query timeout in 56.7830040455 2018-11-19 06:14:17,154 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-32a3976c-a6ab-47f0-a609-9c458b45e11e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}85513345cb0fb892deef9eca34e73bb24f897109" 2018-11-19 06:14:17,191 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:14:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-eb2d1667-8659-4696-98a8-d1c9d2018065 x-openstack-request-id: req-eb2d1667-8659-4696-98a8-d1c9d2018065 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 could not be found.", "code": 404}} 2018-11-19 06:14:17,191 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/094b03ee40804f9fa67a457e99fd30c5/volumes/0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 used request id req-eb2d1667-8659-4696-98a8-d1c9d2018065 2018-11-19 06:14:17,191 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0cb3f0c3-2daa-4cdb-a769-b77f607f1a86 could not be found. (HTTP 404) (Request-ID: req-eb2d1667-8659-4696-98a8-d1c9d2018065) 2018-11-19 06:14:17,191 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-vol 2018-11-19 06:14:17,192 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-74f97e81-254e-4b89-901b-b1c27d2a6002-image 2018-11-19 06:14:17,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}21059955151d914df7b735ae13be8bc9ee0f2742" 2018-11-19 06:14:18,500 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a358be30-cafa-4caf-8d50-192760277f0a Date: Mon, 19 Nov 2018 06:14:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:14:18,500 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/477be001-27b3-486a-b0d0-fe6ced712038 used request id req-a358be30-cafa-4caf-8d50-192760277f0a 2018-11-19 06:14:18,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:18,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5ec028a6-b27d-4166-a110-ae9c79fbdb34 Date: Mon, 19 Nov 2018 06:14:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:14:18,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-5ec028a6-b27d-4166-a110-ae9c79fbdb34 2018-11-19 06:14:18,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:18,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-700613da-cd65-48cc-844a-24022f96faa4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:14:18,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-700613da-cd65-48cc-844a-24022f96faa4 2018-11-19 06:14:18,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:18,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02e57be1-8a2f-42e6-8012-67b27f01ea12 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:14:18,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-02e57be1-8a2f-42e6-8012-67b27f01ea12 2018-11-19 06:14:18,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:18,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11ca3b52-1c5a-41ea-9d0d-ba4f0d31f6ea Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:14:18,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-11ca3b52-1c5a-41ea-9d0d-ba4f0d31f6ea 2018-11-19 06:14:18,987 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj 2018-11-19 06:14:18,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/094b03ee40804f9fa67a457e99fd30c5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:19,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-979574e8-9f5e-4888-bf50-05426a5d0b8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:14:19,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/094b03ee40804f9fa67a457e99fd30c5 used request id req-979574e8-9f5e-4888-bf50-05426a5d0b8e 2018-11-19 06:14:19,204 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-ece8ad43-cb06-46b-proj-role 2018-11-19 06:14:19,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5b73decb840b466b9c2c7c366247870a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:19,322 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b84f89da-11e5-46da-9cfe-a31f4463f241 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:14:19,322 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5b73decb840b466b9c2c7c366247870a used request id req-b84f89da-11e5-46da-9cfe-a31f4463f241 2018-11-19 06:14:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24bdc8d1f5854a6521f541d6bf4a9a841966631d" 2018-11-19 06:14:19,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6433f257-d0c2-4cce-8518-880b1b7cd0a3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:14:19,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6433f257-d0c2-4cce-8518-880b1b7cd0a3 2018-11-19 06:14:19,419 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-ece8ad43-cb06-46b-user 2018-11-19 06:14:19,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/753acc52904847d89f2fff42e0d4bd97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}866c38c6964f91afc29651c21288e1b7a248b3f7" 2018-11-19 06:14:19,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:14:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-846463de-9698-4dae-962e-db917ecbdcaa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:14:19,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/753acc52904847d89f2fff42e0d4bd97 used request id req-846463de-9698-4dae-962e-db917ecbdcaa 2018-11-19 06:14:19,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:19,980 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:14:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Bvwz_tZjRFKPNdj9YZ91bA"], "issued_at": "2018-11-19T06:14:19.000000Z"}} 2018-11-19 06:14:19,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7cfc9fe560fb378520ecc54c0ecf8ff77a87306" 2018-11-19 06:14:20,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ee1fbb4-cdb8-4576-a3ef-fe263c5dd410 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:20,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3ee1fbb4-cdb8-4576-a3ef-fe263c5dd410 2018-11-19 06:14:20,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:20,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:20,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:14:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dxv6SlJqRC-OcQ1zqyGXvw"], "issued_at": "2018-11-19T06:14:20.000000Z"}} 2018-11-19 06:14:20,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:14:20,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9071a247-4d63-4933-9ccf-6c1670e3ff5a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:20,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9071a247-4d63-4933-9ccf-6c1670e3ff5a 2018-11-19 06:14:20,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:14:20,616 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:14: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:14:20,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-a79c168b-f6c6-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:14:20,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05ceceea-c3d0-4c80-8812-bdce0bf87b01 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-a79c168b-f6c6-4e6-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:14:20,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-a79c168b-f6c6-4e6-proj used request id req-05ceceea-c3d0-4c80-8812-bdce0bf87b01 2018-11-19 06:14:20,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:14:20,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bdf43e4-03db-4075-bec4-a55830bc2476 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:14:20,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9bdf43e4-03db-4075-bec4-a55830bc2476 2018-11-19 06:14:20,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}}' 2018-11-19 06:14:20,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:14:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0da38164-a58d-42cb-b419-17d57492f5c9 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:14:20,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0da38164-a58d-42cb-b419-17d57492f5c9 2018-11-19 06:14:20,903 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-a79c168b-f6c6-4e6-proj 2018-11-19 06:14:20,903 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:20,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:21,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:14:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dDXL-TPrQpKqM1bXMGrnjw"], "issued_at": "2018-11-19T06:14:21.000000Z"}} 2018-11-19 06:14:21,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f439a535c426b1283281373548fe95f88dcdfa8" 2018-11-19 06:14:21,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcd4cc11-c302-478c-9c7f-af7504c3c946 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:21,380 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dcd4cc11-c302-478c-9c7f-af7504c3c946 2018-11-19 06:14:21,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:14:21,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:14: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:14:21,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f439a535c426b1283281373548fe95f88dcdfa8" 2018-11-19 06:14:21,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd08d3aa-16ff-4eb7-b0ff-5eb7c4c4e9b6 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:14:21,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-fd08d3aa-16ff-4eb7-b0ff-5eb7c4c4e9b6 2018-11-19 06:14:21,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-a79c168b-f6c6-4e6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f439a535c426b1283281373548fe95f88dcdfa8" 2018-11-19 06:14:21,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02c4c1aa-5852-42dd-83f5-7e5c809ac320 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-a79c168b-f6c6-4e6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}]} 2018-11-19 06:14:21,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=SimpleHealthCheck-a79c168b-f6c6-4e6-proj used request id req-02c4c1aa-5852-42dd-83f5-7e5c809ac320 2018-11-19 06:14:21,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f439a535c426b1283281373548fe95f88dcdfa8" 2018-11-19 06:14:21,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d88d5c2-ec87-46f7-8658-4e204980c26c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:14:21,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4d88d5c2-ec87-46f7-8658-4e204980c26c 2018-11-19 06:14:22,148 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-a79c168b-f6c6-4e6-user 2018-11-19 06:14:22,148 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:22,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:14:22,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80f8caa9-2cd8-436f-b8da-65cdb991483b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:14:22,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-80f8caa9-2cd8-436f-b8da-65cdb991483b 2018-11-19 06:14:22,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" -d '{"role": {"name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role"}}' 2018-11-19 06:14:22,363 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:14:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0a7b8c7-2197-4560-a5e2-5e9daf7d3703 Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c93c379a730f4211aba8540ed19b9d30", "links": {"self": "http://172.30.9.21:5000/v3/roles/c93c379a730f4211aba8540ed19b9d30"}, "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role"}} 2018-11-19 06:14:22,364 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b0a7b8c7-2197-4560-a5e2-5e9daf7d3703 2018-11-19 06:14:22,364 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role 2018-11-19 06:14:22,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c93c379a730f4211aba8540ed19b9d30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:14:22,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e920163-71d0-4acf-91c1-4d7814c5f7db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c93c379a730f4211aba8540ed19b9d30"}, "domain_id": null, "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role", "id": "c93c379a730f4211aba8540ed19b9d30"}} 2018-11-19 06:14:22,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c93c379a730f4211aba8540ed19b9d30 used request id req-6e920163-71d0-4acf-91c1-4d7814c5f7db 2018-11-19 06:14:22,453 - keystone_utils - INFO - Granting role SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role to project SimpleHealthCheck-a79c168b-f6c6-4e6-proj 2018-11-19 06:14:22,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed/users/e41c1c5b05ff45b5844015c32d98dded/roles/c93c379a730f4211aba8540ed19b9d30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:14:22,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:14:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83382a0b-1bc9-4a34-9010-ee122ee54caa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:14:22,581 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed/users/e41c1c5b05ff45b5844015c32d98dded/roles/c93c379a730f4211aba8540ed19b9d30 used request id req-83382a0b-1bc9-4a34-9010-ee122ee54caa 2018-11-19 06:14:22,582 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:14:22,583 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:14:22,583 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:22,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:22,954 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c93c379a730f4211aba8540ed19b9d30", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role"}], "expires_at": "2018-11-19T07:14:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-user", "id": "e41c1c5b05ff45b5844015c32d98dded"}, "audit_ids": ["irg76pdzRsuzXaNpZsem0w"], "issued_at": "2018-11-19T06:14:22.000000Z"}} 2018-11-19 06:14:22,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" 2018-11-19 06:14:23,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db5c665e-f157-4270-ba65-0693aef40399 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:23,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-db5c665e-f157-4270-ba65-0693aef40399 2018-11-19 06:14:23,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" 2018-11-19 06:14:23,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-e2e9a8d3-d06c-43fb-8236-59c1a9dd53cc Date: Mon, 19 Nov 2018 06:14:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image"} 2018-11-19 06:14:23,189 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image used request id req-e2e9a8d3-d06c-43fb-8236-59c1a9dd53cc 2018-11-19 06:14:23,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" 2018-11-19 06:14:23,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1bb8d540-062f-4bbe-b9e8-b0ac1bb2f263 Date: Mon, 19 Nov 2018 06:14:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:14:23,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1bb8d540-062f-4bbe-b9e8-b0ac1bb2f263 2018-11-19 06:14:23,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image"}' 2018-11-19 06:14:23,730 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6 X-Openstack-Request-Id: req-9e3fa05a-2d5c-4935-8ece-ccc90b26fa17 Date: Mon, 19 Nov 2018 06:14:23 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:14:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:14:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "min_disk": 0, "protected": false, "id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "file": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/file", "checksum": null, "owner": "efa4ad2cab5741389f3710d00ee0f8ed", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:14:23,731 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9e3fa05a-2d5c-4935-8ece-ccc90b26fa17 2018-11-19 06:14:23,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" -d '' 2018-11-19 06:14:25,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc0c440d-c4a3-47d3-bcdb-32cd17c47761 Date: Mon, 19 Nov 2018 06:14:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:14:25,704 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/file used request id req-dc0c440d-c4a3-47d3-bcdb-32cd17c47761 2018-11-19 06:14:25,704 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:14:25,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" 2018-11-19 06:14:25,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-f910e08a-c063-4fde-9bf6-26167317fd47 Date: Mon, 19 Nov 2018 06:14:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:14:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:14:25Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/snap", "metadata": {}}], "self": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "min_disk": 0, "protected": false, "id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "file": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efa4ad2cab5741389f3710d00ee0f8ed", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:14:25,877 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6 used request id req-f910e08a-c063-4fde-9bf6-26167317fd47 2018-11-19 06:14:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" 2018-11-19 06:14:26,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4473402c-55ee-4a72-8d5d-232c89e4371d Date: Mon, 19 Nov 2018 06:14:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:14:26,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-4473402c-55ee-4a72-8d5d-232c89e4371d 2018-11-19 06:14:26,038 - create_image - INFO - Created image with name - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image 2018-11-19 06:14:26,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" 2018-11-19 06:14:26,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-616b75f8-11d0-41f8-93bd-c997d7a4fc5b Date: Mon, 19 Nov 2018 06:14:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:14:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:14:25Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/snap", "metadata": {}}], "self": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "min_disk": 0, "protected": false, "id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "file": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efa4ad2cab5741389f3710d00ee0f8ed", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:14:26,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6 used request id req-616b75f8-11d0-41f8-93bd-c997d7a4fc5b 2018-11-19 06:14:26,059 - create_image - DEBUG - Instance status is - active 2018-11-19 06:14:26,059 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image 2018-11-19 06:14:26,059 - create_image - INFO - Image is now active with name - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image 2018-11-19 06:14:26,059 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:26,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:26,434 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c93c379a730f4211aba8540ed19b9d30", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role"}], "expires_at": "2018-11-19T07:14:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-user", "id": "e41c1c5b05ff45b5844015c32d98dded"}, "audit_ids": ["vzkGDnxxTSuVAlY8T7mHtQ"], "issued_at": "2018-11-19T06:14:26.000000Z"}} 2018-11-19 06:14:26,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:14:26,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2601753f-f5e6-49a7-aa04-9cd3e1f56e95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:26,514 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2601753f-f5e6-49a7-aa04-9cd3e1f56e95 2018-11-19 06:14:26,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:14:26,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c0474fb9-c24b-4e13-bf06-0d9e1b99d447 Date: Mon, 19 Nov 2018 06:14:26 GMT RESP BODY: {"networks":[]} 2018-11-19 06:14:26,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net used request id req-c0474fb9-c24b-4e13-bf06-0d9e1b99d447 2018-11-19 06:14:26,697 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net 2018-11-19 06:14:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" -d '{"network": {"name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net", "admin_state_up": true}}' 2018-11-19 06:14:27,290 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-b311714a-7a2a-493c-97a1-cbb307586a9e Date: Mon, 19 Nov 2018 06:14:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9425de6f-e882-4379-a313-009b5a561901","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:14:27Z","is_default":false,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","mtu":1450}} 2018-11-19 06:14:27,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b311714a-7a2a-493c-97a1-cbb307586a9e 2018-11-19 06:14:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:14:27,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 605 X-Openstack-Request-Id: req-4f8cf2e8-506e-425d-8e44-e96602a3e59d Date: Mon, 19 Nov 2018 06:14: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-11-19T06:14:27Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:27,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=9425de6f-e882-4379-a313-009b5a561901 used request id req-4f8cf2e8-506e-425d-8e44-e96602a3e59d 2018-11-19 06:14:27,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:14:27,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-16dec299-77b6-4ad6-bdf1-a7f3fd4ef0e7 Date: Mon, 19 Nov 2018 06:14:27 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:14:27,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-16dec299-77b6-4ad6-bdf1-a7f3fd4ef0e7 2018-11-19 06:14:27,724 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet 2018-11-19 06:14:27,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" -d '{"subnets": [{"ip_version": 4, "network_id": "9425de6f-e882-4379-a313-009b5a561901", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]}' 2018-11-19 06:14:28,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-ae216b19-43ed-45eb-a79d-f43f91ffbd9c Date: Mon, 19 Nov 2018 06:14:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:28,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-ae216b19-43ed-45eb-a79d-f43f91ffbd9c 2018-11-19 06:14:28,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:14:28,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-d0311442-f728-4a64-aeb7-77521d5f0e32 Date: Mon, 19 Nov 2018 06:14: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":["ce2d5abd-3a10-497c-be99-00d890174cf3"],"updated_at":"2018-11-19T06:14:28Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:28,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=9425de6f-e882-4379-a313-009b5a561901 used request id req-d0311442-f728-4a64-aeb7-77521d5f0e32 2018-11-19 06:14:28,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:14:29,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-09479d83-17e5-4d51-8167-8e6e1580f7a7 Date: Mon, 19 Nov 2018 06:14:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:29,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-09479d83-17e5-4d51-8167-8e6e1580f7a7 2018-11-19 06:14:29,138 - OpenStackNetwork - DEBUG - Network [9425de6f-e882-4379-a313-009b5a561901] created successfully 2018-11-19 06:14:29,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:29,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:29,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:14:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2nXkW-sIQb60USImztVYEw"], "issued_at": "2018-11-19T06:14:29.000000Z"}} 2018-11-19 06:14:29,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde5e1e184a386e33a9f856e3717971c4de5bc7" 2018-11-19 06:14:29,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec113c7e-1219-4619-82ca-f781be8de07e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:29,622 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ec113c7e-1219-4619-82ca-f781be8de07e 2018-11-19 06:14:29,623 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:14:29,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde5e1e184a386e33a9f856e3717971c4de5bc7" 2018-11-19 06:14:29,816 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-913c816c-c841-41b5-835d-2febd867fabc x-compute-request-id: req-913c816c-c841-41b5-835d-2febd867fabc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:14:29,816 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-913c816c-c841-41b5-835d-2febd867fabc 2018-11-19 06:14:29,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde5e1e184a386e33a9f856e3717971c4de5bc7" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:14:29,891 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c28fc8da-c233-4d1b-8422-60af75a60e4d x-compute-request-id: req-c28fc8da-c233-4d1b-8422-60af75a60e4d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7be66878-0af4-43c7-8497-47063a776286", "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:14:29,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c28fc8da-c233-4d1b-8422-60af75a60e4d 2018-11-19 06:14:29,892 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:29,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:30,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c93c379a730f4211aba8540ed19b9d30", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role"}], "expires_at": "2018-11-19T07:14:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-user", "id": "e41c1c5b05ff45b5844015c32d98dded"}, "audit_ids": ["VJV9lsvGRla7h3O0yADUWA"], "issued_at": "2018-11-19T06:14:30.000000Z"}} 2018-11-19 06:14:30,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:30,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70a52afb-422f-4da5-848f-7d20cd5e7e87 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:30,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-70a52afb-422f-4da5-848f-7d20cd5e7e87 2018-11-19 06:14:30,343 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:14:30,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:30,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd922a7d-54d5-4a62-8169-152176735647 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:30,422 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bd922a7d-54d5-4a62-8169-152176735647 2018-11-19 06:14:30,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:30,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-1bd5c348-343b-4d8c-b664-a492482ce875 Date: Mon, 19 Nov 2018 06:14: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":["ce2d5abd-3a10-497c-be99-00d890174cf3"],"updated_at":"2018-11-19T06:14:28Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:30,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net used request id req-1bd5c348-343b-4d8c-b664-a492482ce875 2018-11-19 06:14:30,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:14:30,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:14: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:14:30,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:30,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d504e2ac-8a09-4dff-96ce-1eb21de648c8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:14:30,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-d504e2ac-8a09-4dff-96ce-1eb21de648c8 2018-11-19 06:14:30,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:30,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d875b1ab-9d61-4f48-bf5c-ab934a9bfb96 Date: Mon, 19 Nov 2018 06:14:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:30,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-d875b1ab-9d61-4f48-bf5c-ab934a9bfb96 2018-11-19 06:14:30,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:31,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e9630802-5b13-46c9-9482-9a105daeadb3 Date: Mon, 19 Nov 2018 06:14:31 GMT RESP BODY: {"ports":[]} 2018-11-19 06:14:31,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1&admin_state_up=True used request id req-e9630802-5b13-46c9-9482-9a105daeadb3 2018-11-19 06:14:31,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:31,399 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-04b19451-b414-493d-90b6-e5ae7cfbb779 x-compute-request-id: req-04b19451-b414-493d-90b6-e5ae7cfbb779 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:14:31,399 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst used request id req-04b19451-b414-493d-90b6-e5ae7cfbb779 2018-11-19 06:14:31,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:31,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-5d98af7a-97c3-4f13-92b4-cd30d3767d43 Date: Mon, 19 Nov 2018 06:14: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":["ce2d5abd-3a10-497c-be99-00d890174cf3"],"updated_at":"2018-11-19T06:14:28Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:31,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net used request id req-5d98af7a-97c3-4f13-92b4-cd30d3767d43 2018-11-19 06:14:31,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:31,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-927120df-bd16-416a-aad1-14fcc2d7df29 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:14:31,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-927120df-bd16-416a-aad1-14fcc2d7df29 2018-11-19 06:14:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:32,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0e78a566-fbf5-4473-8833-b1b15044db71 Date: Mon, 19 Nov 2018 06:14:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:32,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-0e78a566-fbf5-4473-8833-b1b15044db71 2018-11-19 06:14:32,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:32,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bdc640f6-3442-435d-bd60-b6bf3dda5f36 Date: Mon, 19 Nov 2018 06:14:32 GMT RESP BODY: {"ports":[]} 2018-11-19 06:14:32,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1&admin_state_up=True used request id req-bdc640f6-3442-435d-bd60-b6bf3dda5f36 2018-11-19 06:14:32,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:14:32,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:14:32,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c93c379a730f4211aba8540ed19b9d30", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role"}], "expires_at": "2018-11-19T07:14:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/efa4ad2cab5741389f3710d00ee0f8ed", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-user", "id": "e41c1c5b05ff45b5844015c32d98dded"}, "audit_ids": ["PrQfbzhnQRmLNdomiyXs4w"], "issued_at": "2018-11-19T06:14:32.000000Z"}} 2018-11-19 06:14:32,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83b81d711d6f2222902f68dfc9d9f0bdbf99660b" 2018-11-19 06:14:32,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7702bf71-f9b4-454f-9a7f-67a28b1e06b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:14:32,747 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7702bf71-f9b4-454f-9a7f-67a28b1e06b2 2018-11-19 06:14:32,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:32,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-9586f5d4-b1ab-46d9-8c14-6f2bf8fde60f Date: Mon, 19 Nov 2018 06:14: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":["ce2d5abd-3a10-497c-be99-00d890174cf3"],"updated_at":"2018-11-19T06:14:28Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:33,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net used request id req-9586f5d4-b1ab-46d9-8c14-6f2bf8fde60f 2018-11-19 06:14:33,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:33,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9c7a3bd4-395e-4525-8aeb-e95a6f9a8910 Date: Mon, 19 Nov 2018 06:14:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:33,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-9c7a3bd4-395e-4525-8aeb-e95a6f9a8910 2018-11-19 06:14:33,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:33,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-fb4cb4e0-a26f-495a-aaba-ec4585fb90ef Date: Mon, 19 Nov 2018 06:14: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":["ce2d5abd-3a10-497c-be99-00d890174cf3"],"updated_at":"2018-11-19T06:14:28Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:33,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net used request id req-fb4cb4e0-a26f-495a-aaba-ec4585fb90ef 2018-11-19 06:14:33,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:14:33,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:14:33,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83b81d711d6f2222902f68dfc9d9f0bdbf99660b" 2018-11-19 06:14:33,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79288a86-a8d3-466b-a592-4aef3cb2c2b1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:14:33,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-79288a86-a8d3-466b-a592-4aef3cb2c2b1 2018-11-19 06:14:33,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:33,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e017adf8-b0b9-4407-9a4e-a4d07cc20b1b Date: Mon, 19 Nov 2018 06:14:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:33,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-e017adf8-b0b9-4407-9a4e-a4d07cc20b1b 2018-11-19 06:14:33,474 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net 2018-11-19 06:14:33,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" -d '{"port": {"network_id": "9425de6f-e882-4379-a313-009b5a561901", "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1", "admin_state_up": true}}' 2018-11-19 06:14:34,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 773 X-Openstack-Request-Id: req-3d67375d-06fb-4876-ad43-fc45ef1d0393 Date: Mon, 19 Nov 2018 06:14:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:14:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ce2d5abd-3a10-497c-be99-00d890174cf3","ip_address":"10.55.0.8"}],"id":"f4d0909f-1329-4313-97b8-b54c37e7ddb9","security_groups":["9b4f7c8c-2601-4943-a748-9f806579e3e0"],"mac_address":"fa:16:3e:77:13:3b","device_id":"","status":"DOWN","description":"","tags":[],"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","qos_policy_id":null,"admin_state_up":true,"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:34Z","binding:vnic_type":"normal"}} 2018-11-19 06:14:34,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-3d67375d-06fb-4876-ad43-fc45ef1d0393 2018-11-19 06:14:34,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:34,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c84df460-e901-4354-8639-ad890a72f900 Date: Mon, 19 Nov 2018 06:14: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":["ce2d5abd-3a10-497c-be99-00d890174cf3"],"updated_at":"2018-11-19T06:14:28Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:34,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net used request id req-c84df460-e901-4354-8639-ad890a72f900 2018-11-19 06:14:34,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:34,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85076feb-0fd3-4ba7-9791-7ee76f827df9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:14:34,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-85076feb-0fd3-4ba7-9791-7ee76f827df9 2018-11-19 06:14:34,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:35,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-395fe074-89c5-49f2-a908-3a6da68912c2 Date: Mon, 19 Nov 2018 06:14:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:35,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-395fe074-89c5-49f2-a908-3a6da68912c2 2018-11-19 06:14:35,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:35,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 776 X-Openstack-Request-Id: req-aa37fff2-f950-40f6-b7da-68d8c3b4ab82 Date: Mon, 19 Nov 2018 06:14:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:14:34Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ce2d5abd-3a10-497c-be99-00d890174cf3","ip_address":"10.55.0.8"}],"id":"f4d0909f-1329-4313-97b8-b54c37e7ddb9","security_groups":["9b4f7c8c-2601-4943-a748-9f806579e3e0"],"mac_address":"fa:16:3e:77:13:3b","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1","admin_state_up":true,"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:34Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:14:35,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1&admin_state_up=True used request id req-aa37fff2-f950-40f6-b7da-68d8c3b4ab82 2018-11-19 06:14:35,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:35,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca44c40b-3d16-4f93-9400-494e5048d785 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:14:35,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-ca44c40b-3d16-4f93-9400-494e5048d785 2018-11-19 06:14:35,465 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst 2018-11-19 06:14:35,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:35,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14: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-06b435f1-b210-428a-91ab-d4c6a8fb8b09 x-compute-request-id: req-06b435f1-b210-428a-91ab-d4c6a8fb8b09 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}], "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-flavor-name"}]} 2018-11-19 06:14:35,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-06b435f1-b210-428a-91ab-d4c6a8fb8b09 2018-11-19 06:14:35,504 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/7be66878-0af4-43c7-8497-47063a776286 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:35,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14: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-82400ba4-0da4-4107-8a42-224a237e5484 x-compute-request-id: req-82400ba4-0da4-4107-8a42-224a237e5484 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7be66878-0af4-43c7-8497-47063a776286", "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:14:35,523 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/7be66878-0af4-43c7-8497-47063a776286 used request id req-82400ba4-0da4-4107-8a42-224a237e5484 2018-11-19 06:14:35,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:35,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-777c396e-76a1-4cc5-8142-912d3f5bcfde Date: Mon, 19 Nov 2018 06:14:35 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:14:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:14:25Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/snap", "metadata": {}}], "self": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "min_disk": 0, "protected": false, "id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "file": "/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "efa4ad2cab5741389f3710d00ee0f8ed", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image"} 2018-11-19 06:14:35,697 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image used request id req-777c396e-76a1-4cc5-8142-912d3f5bcfde 2018-11-19 06:14:35,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:35,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e6ae1076-e463-4280-83a2-a4dcf003bef9 Date: Mon, 19 Nov 2018 06:14:35 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:14:35,860 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e6ae1076-e463-4280-83a2-a4dcf003bef9 2018-11-19 06:14:35,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" -d '{"server": {"name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "imageRef": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "flavorRef": "7be66878-0af4-43c7-8497-47063a776286", "max_count": 1, "min_count": 1, "networks": [{"port": "f4d0909f-1329-4313-97b8-b54c37e7ddb9"}]}}' 2018-11-19 06:14:37,408 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:14: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-1513940c-fcca-4127-8ba3-5a86e3a91309 x-compute-request-id: req-1513940c-fcca-4127-8ba3-5a86e3a91309 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "adminPass": "e7jqJdNh8hGb"}} 2018-11-19 06:14:37,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-1513940c-fcca-4127-8ba3-5a86e3a91309 2018-11-19 06:14:37,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:37,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f24192e3-63a5-49ec-8940-681985415ae0 x-compute-request-id: req-f24192e3-63a5-49ec-8940-681985415ae0 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:14:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:37,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-f24192e3-63a5-49ec-8940-681985415ae0 2018-11-19 06:14:37,784 - create_instance - INFO - Created instance with name - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst 2018-11-19 06:14:37,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:38,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1446bdda-7d42-4485-ad60-4814ee9ae6ae x-compute-request-id: req-1446bdda-7d42-4485-ad60-4814ee9ae6ae Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:14:37Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:38,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-1446bdda-7d42-4485-ad60-4814ee9ae6ae 2018-11-19 06:14:38,139 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst] is - BUILD 2018-11-19 06:14:38,139 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:14:41,142 - create_instance - DEBUG - VM status query timeout in 896.642066956 2018-11-19 06:14:41,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:41,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7a4d6c0-18f7-4aa8-9cc0-582be55a3a99 x-compute-request-id: req-b7a4d6c0-18f7-4aa8-9cc0-582be55a3a99 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "security_groups": [{"name": "default"}], "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:14:39Z", "hostId": "4ca60b86d476423ad7da2ba0cde0a82874e3f0cecf1a9a67872c6c8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:41,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-b7a4d6c0-18f7-4aa8-9cc0-582be55a3a99 2018-11-19 06:14:41,593 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst] is - BUILD 2018-11-19 06:14:41,594 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:14:44,597 - create_instance - DEBUG - VM status query timeout in 893.187317848 2018-11-19 06:14:44,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:45,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfed5815-a390-4f56-95eb-85b36817e85c x-compute-request-id: req-dfed5815-a390-4f56-95eb-85b36817e85c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "security_groups": [{"name": "default"}], "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:14:39Z", "hostId": "4ca60b86d476423ad7da2ba0cde0a82874e3f0cecf1a9a67872c6c8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:45,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-dfed5815-a390-4f56-95eb-85b36817e85c 2018-11-19 06:14:45,553 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst] is - BUILD 2018-11-19 06:14:45,553 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:14:48,557 - create_instance - DEBUG - VM status query timeout in 889.227563858 2018-11-19 06:14:48,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:49,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14de569f-76d0-4a65-9070-bfa579c0e56d x-compute-request-id: req-14de569f-76d0-4a65-9070-bfa579c0e56d Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:13:3b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:14:44.000000", "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "security_groups": [{"name": "default"}], "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:14:45Z", "hostId": "4ca60b86d476423ad7da2ba0cde0a82874e3f0cecf1a9a67872c6c8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:49,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-14de569f-76d0-4a65-9070-bfa579c0e56d 2018-11-19 06:14:49,181 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst] is - ACTIVE 2018-11-19 06:14:49,181 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:14:49,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:49,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14: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-2bd6dfd5-6c1e-4a2f-b5ab-ae592efafce7 x-compute-request-id: req-2bd6dfd5-6c1e-4a2f-b5ab-ae592efafce7 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:13:3b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:14:44.000000", "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "security_groups": [{"name": "default"}], "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:14:45Z", "hostId": "4ca60b86d476423ad7da2ba0cde0a82874e3f0cecf1a9a67872c6c8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:49,643 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-2bd6dfd5-6c1e-4a2f-b5ab-ae592efafce7 2018-11-19 06:14:49,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:49,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-cfa58b1e-d697-4419-a7e8-e16f18388ab8 Date: Mon, 19 Nov 2018 06:14: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":["ce2d5abd-3a10-497c-be99-00d890174cf3"],"updated_at":"2018-11-19T06:14:28Z","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"9425de6f-e882-4379-a313-009b5a561901","name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net"}]} 2018-11-19 06:14:49,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net used request id req-cfa58b1e-d697-4419-a7e8-e16f18388ab8 2018-11-19 06:14:49,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:49,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c49e7cc1-d13f-4023-8759-86b58557fa33 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:14:49,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-c49e7cc1-d13f-4023-8759-86b58557fa33 2018-11-19 06:14:49,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:50,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a7f14e5f-8358-40ca-8ba6-bf763795ef65 Date: Mon, 19 Nov 2018 06:14:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:14:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","id":"ce2d5abd-3a10-497c-be99-00d890174cf3","subnetpool_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet"}]} 2018-11-19 06:14:50,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-a7f14e5f-8358-40ca-8ba6-bf763795ef65 2018-11-19 06:14:50,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:50,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3103 X-Openstack-Request-Id: req-4f4e0b2c-8999-417c-8e3c-cda078c44aee Date: Mon, 19 Nov 2018 06:14:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:14:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ce2d5abd-3a10-497c-be99-00d890174cf3","ip_address":"10.55.0.2"}],"id":"15e26005-75fe-421e-a471-0d622fbb8205","security_groups":[],"mac_address":"fa:16:3e:32:64:fc","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9425de6f-e882-4379-a313-009b5a561901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:14:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ce2d5abd-3a10-497c-be99-00d890174cf3","ip_address":"10.55.0.3"}],"id":"cad66efa-cfed-425f-8fe4-bb80419e4b89","security_groups":[],"mac_address":"fa:16:3e:d2:12:b0","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9425de6f-e882-4379-a313-009b5a561901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:14:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ce2d5abd-3a10-497c-be99-00d890174cf3","ip_address":"10.55.0.4"}],"id":"e5177b04-86e1-4127-b62b-6b4d6f1e388f","security_groups":[],"mac_address":"fa:16:3e:fe:a2:81","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9425de6f-e882-4379-a313-009b5a561901"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:14:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ce2d5abd-3a10-497c-be99-00d890174cf3","ip_address":"10.55.0.8"}],"id":"f4d0909f-1329-4313-97b8-b54c37e7ddb9","security_groups":["9b4f7c8c-2601-4943-a748-9f806579e3e0"],"mac_address":"fa:16:3e:77:13:3b","project_id":"efa4ad2cab5741389f3710d00ee0f8ed","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1","admin_state_up":true,"network_id":"9425de6f-e882-4379-a313-009b5a561901","tenant_id":"efa4ad2cab5741389f3710d00ee0f8ed","created_at":"2018-11-19T06:14:34Z","binding:vnic_type":"normal","device_id":"6e180781-5e08-44c4-8cd7-e53ce36449fc"}]} 2018-11-19 06:14:50,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=9425de6f-e882-4379-a313-009b5a561901 used request id req-4f4e0b2c-8999-417c-8e3c-cda078c44aee 2018-11-19 06:14:50,238 - create_instance_tests - INFO - Looking for IP 10.55.0.8 in the console log 2018-11-19 06:14:50,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:50,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14: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-f81587ce-eeda-4e0e-903f-58d06b5fd1c3 x-compute-request-id: req-f81587ce-eeda-4e0e-903f-58d06b5fd1c3 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:13:3b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:14:44.000000", "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "security_groups": [{"name": "default"}], "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:14:45Z", "hostId": "4ca60b86d476423ad7da2ba0cde0a82874e3f0cecf1a9a67872c6c8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:50,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-f81587ce-eeda-4e0e-903f-58d06b5fd1c3 2018-11-19 06:14:50,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:14:51,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14: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-61c9dee0-6948-4f72-8224-bd5506bccde5 x-compute-request-id: req-61c9dee0-6948-4f72-8224-bd5506bccde5 Content-Encoding: gzip Content-Length: 9395 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484463558 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.129518] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.131581] pid_max: default: 32768 minimum: 301\n[ 0.132719] ACPI: Core revision 20150930\n[ 0.134629] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136273] Security Framework initialized\n[ 0.137303] Yama: becoming mindful.\n[ 0.138215] AppArmor: AppArmor initialized\n[ 0.139281] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140901] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.142470] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145655] Initializing cgroup subsys io\n[ 0.146674] Initializing cgroup subsys memory\n[ 0.147741] Initializing cgroup subsys devices\n[ 0.148837] Initializing cgroup subsys freezer\n[ 0.149921] Initializing cgroup subsys net_cls\n[ 0.151002] Initializing cgroup subsys perf_event\n[ 0.152134] Initializing cgroup subsys net_prio\n[ 0.153243] Initializing cgroup subsys hugetlb\n[ 0.154332] Initializing cgroup subsys pids\n[ 0.155420] CPU: Physical Processor ID: 0\n[ 0.157143] mce: CPU supports 10 MCE banks\n[ 0.158199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179697] ftrace: allocating 31920 entries in 125 pages\n[ 0.209700] smpboot: Max logical packages: 1\n[ 0.210543] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211854] x2apic enabled\n[ 0.212659] Switched APIC routing to physical x2apic.\n[ 0.214390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215477] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219122] KVM setup paravirtual spinlock\n[ 0.220392] x86: Booted up 1 node, 1 CPUs\n[ 0.221171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222538] devtmpfs: initialized\n[ 0.224265] evm: security.selinux\n[ 0.225097] evm: security.SMACK64\n[ 0.225920] evm: security.SMACK64EXEC\n[ 0.226794] evm: security.SMACK64TRANSMUTE\n[ 0.227744] evm: security.SMACK64MMAP\n[ 0.228620] evm: security.ima\n[ 0.229364] evm: security.capability\n[ 0.230293] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232493] pinctrl core: initialized pinctrl subsystem\n[ 0.233783] RTC time: 6:14:44, date: 11/19/18\n[ 0.234895] NET: Registered protocol family 16\n[ 0.236027] cpuidle: using governor ladder\n[ 0.236990] cpuidle: using governor menu\n[ 0.237923] PCCT header not found.\n[ 0.238798] ACPI: bus type PCI registered\n[ 0.239735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241202] PCI: Using configuration type 1 for base access\n[ 0.243151] ACPI: Added _OSI(Module Device)\n[ 0.244140] ACPI: Added _OSI(Processor Device)\n[ 0.245147] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246202] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248500] ACPI: Interpreter enabled\n[ 0.249399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258128] ACPI: (supports S0 S5)\n[ 0.258963] ACPI: Using IOAPIC for interrupt routing\n[ 0.260085] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263492] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264852] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.266319] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.267734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.270343] acpiphp: Slot [3] registered\n[ 0.271144] acpiphp: Slot [4] registered\n[ 0.271928] acpiphp: Slot [5] registered\n[ 0.272707] acpiphp: Slot [6] registered\n[ 0.273484] acpiphp: Slot [7] registered\n[ 0.274264] acpiphp: Slot [8] registered\n[ 0.275044] acpiphp: Slot [9] registered\n[ 0.275822] acpiphp: Slot [10] registered\n[ 0.276611] acpiphp: Slot [11] registered\n[ 0.277401] acpiphp: Slot [12] registered\n[ 0.278188] acpiphp: Slot [13] registered\n[ 0.278981] acpiphp: Slot [14] registered\n[ 0.279772] acpiphp: Slot [15] registered\n[ 0.290709] acpiphp: Slot [16] registered\n[ 0.291503] acpiphp: Slot [17] registered\n[ 0.292291] acpiphp: Slot [18] registered\n[ 0.293080] acpiphp: Slot [19] registered\n[ 0.293873] acpiphp: Slot [20] registered\n[ 0.294665] acpiphp: Slot [21] registered\n[ 0.295457] acpiphp: Slot [22] registered\n[ 0.296243] acpiphp: Slot [23] registered\n[ 0.297034] acpiphp: Slot [24] registered\n[ 0.297825] acpiphp: Slot [25] registered\n[ 0.298611] acpiphp: Slot [26] registered\n[ 0.299398] acpiphp: Slot [27] registered\n[ 0.300189] acpiphp: Slot [28] registered\n[ 0.300983] acpiphp: Slot [29] registered\n[ 0.301772] acpiphp: Slot [30] registered\n[ 0.302564] acpiphp: Slot [31] registered\n[ 0.303350] PCI host bridge to bus 0000:00\n[ 0.304134] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307893] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.309298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315424] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316661] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317799] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319029] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326785] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.371982] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.373436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374825] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376213] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377576] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378782] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.379907] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382485] vgaarb: loaded\n[ 0.383077] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384177] SCSI subsystem initialized\n[ 0.384981] ACPI: bus type USB registered\n[ 0.385780] usbcore: registered new interface driver usbfs\n[ 0.386778] usbcore: registered new interface driver hub\n[ 0.387750] usbcore: registered new device driver usb\n[ 0.388773] PCI: Using ACPI for IRQ routing\n[ 0.389769] NetLabel: Initializing\n[ 0.390467] NetLabel: domain hash size = 128\n[ 0.391292] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392214] NetLabel: unlabeled traffic allowed by default\n[ 0.393268] clocksource: Switched to clocksource kvm-clock\n[ 0.398546] AppArmor: AppArmor Filesystem Enabled\n[ 0.399472] pnp: PnP ACPI init\n[ 0.400369] pnp: PnP ACPI: found 5 devices\n[ 0.406368] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408012] NET: Registered protocol family 2\n[ 0.408952] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.410183] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.411312] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.412435] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.414641] NET: Registered protocol family 1\n[ 0.415622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416680] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417718] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432123] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446322] Trying to unpack rootfs image as initramfs...\n[ 0.495874] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.509924] Scanning for low memory corruption every 60 seconds\n[ 0.511460] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.512813] audit: initializing netlink subsys (disabled)\n[ 0.514012] audit: type=2000 audit(1542608084.981:1): initialized\n[ 0.515522] Initialise system trusted keyring\n[ 0.516600] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517991] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520201] zbud: loaded\n[ 0.521003] VFS: Disk quotas dquot_6.6.0\n[ 0.521944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523674] fuse init (API version 7.23)\n[ 0.524695] Key type big_key registered\n[ 0.525620] Allocating IMA MOK and blacklist keyrings.\n[ 0.526878] Key type asymmetric registered\n[ 0.527818] Asymmetric key parser 'x509' registered\n[ 0.528952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530687] io scheduler noop registered\n[ 0.531630] io scheduler deadline registered (default)\n[ 0.532795] io scheduler cfq registered\n[ 0.533776] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536503] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538226] ACPI: Power Button [PWRF]\n[ 0.539186] GHES: HEST is not enabled!\n[ 0.552643] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.609419] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611848] Linux agpgart interface v0.103\n[ 0.614495] brd: module loaded\n[ 0.615780] loop: module loaded\n[ 0.621254] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622955] GPT:90111 != 20971519\n[ 0.623747] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625009] GPT:90111 != 20971519\n[ 0.625827] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626941] vda: vda1 vda15\n[ 0.628548] scsi host0: ata_piix\n[ 0.629804] scsi host1: ata_piix\n[ 0.630616] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633767] libphy: Fixed MDIO Bus: probed\n[ 0.634745] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635846] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638331] PPP generic driver version 2.4.2\n[ 0.639480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640965] ehci-pci: EHCI PCI platform driver\n[ 0.642036] ehci-platform: EHCI generic platform driver\n[ 0.643243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644643] ohci-pci: OHCI PCI platform driver\n[ 0.645510] ohci-platform: OHCI generic platform driver\n[ 0.646472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662044] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663589] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664671] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.665844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.668782] usb usb1: Product: UHCI Host Controller\n[ 0.669819] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671139] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672219] hub 1-0:1.0: USB hub found\n[ 0.673101] hub 1-0:1.0: 2 ports detected\n[ 0.674103] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676372] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677454] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.678600] mousedev: PS/2 mouse device common for all mice\n[ 0.679949] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.681952] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683134] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.684454] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.685788] i2c /dev entries driver\n[ 0.686593] device-mapper: uevent: version 1.0.3\n[ 0.687626] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.689463] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.690899] NET: Registered protocol family 10\n[ 0.691988] NET: Registered protocol family 17\n[ 0.692978] Key type dns_resolver registered\n[ 0.694017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695138] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.696835] registered taskstats version 1\n[ 0.697658] Loading compiled-in X.509 certificates\n[ 0.699070] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700857] zswap: loaded using pool lzo/zbud\n[ 0.702230] Key type trusted registered\n[ 0.703736] Key type encrypted registered\n[ 0.704548] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.705555] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706565] evm: HMAC attrs: 0x1\n[ 0.707469] Magic number: 10:261:216\n[ 0.708304] rtc_cmos 00:00: setting system clock to 2018-11-19 06:14:45 UTC (1542608085)\n[ 0.709858] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710940] EDD information not available.\n[ 0.794240] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795733] Write protecting the kernel read-only data: 14336k\n[ 0.807651] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809443] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.21\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.437189] random: dd urandom read with 6 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.0.8...\nLease of 10.55.0.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.0.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.36. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCJvRNpnp3/jdbRrSRE9mK9GrRXunyeS8BeYNjcDCGK2dCeZei5Ix3N54hFZCN8pWZrLVMKex7Dwp2reFbqHjv5GXX2OECJdOqE1zBFIdP+64mIyNpYNJyX9xu4YCcDuqpGk3HIsAlCXffRsihQ/Z/ZKSZsVruBEiOrZr2ZzP3t+/1TxozVcdZdb/9inpriXMaO2fe9ntM7UgfCnauN/wL1sj3fdqDH/BbPGhrIABjLaBlu/OoXQJMhSlotMtjamR+uZ/kj3/ikmBPTqRR1POP+YaZwlZtATWsodpFYAxLClgBET3u6leoZuRaxvv7fh+GaIEbfYBC72GK23y9HOV4D root@simplehealthcheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAL7vXxPhqiSNr2V0SVtHmKqXq6HNzJ8fv7nD6zCvqYYaED7tWqQEpGDHZQQ0+iT9A8IJh/baxXek8TslO2UKXJfSkkiCeGOpb/ueR/IMI1HWorS6YqdZCuNxe0R5TwS5LAw08hpJcga6Fx6RmPxYumKeu84AYGqcbaTZRg4A/5MrAAAAFQDv+AiWorhviT9Tc/h4cIUpUlkedwAAAIBDR0rTQkG9CEet1DHoM9zmrqUYkgb/6N/KVKqA+oY30Z2fzdbkBk3LX+huQe8A0zWhBsbvtY50wqnPcjiYVZksd10qTKAzys1uokvZEroE5MvbL/yDje+02n8JbKX0MJzGjkDAegZbKpJ3dxBjNXsUycCXrHAy7eq44q73flptvgAAAIA/jCVfbkt/D4YYzSx/vGsm1C2nx71HfQNFkwCh3vRtz4IYS7XHxHVq8TdKVkL/olSMLuDRSGx3Lojx9u+XhtAokOmfqBU1KAi+r/Dub7MsZ1JSEZ5jQextsS7W0zTfF0473w9/GT651xfQI1Yc/NltX8Bq3ctwpozb3pi00FV64w== root@simplehealthcheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-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.8,24,fe80::f816:3eff:fe77:133b/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.8 \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-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.19 ===\n"} 2018-11-19 06:14:51,917 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc/action used request id req-61c9dee0-6948-4f72-8224-bd5506bccde5 2018-11-19 06:14:51,919 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:14:51,919 - 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 484463558 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.129518] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.131581] pid_max: default: 32768 minimum: 301 [ 0.132719] ACPI: Core revision 20150930 [ 0.134629] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136273] Security Framework initialized [ 0.137303] Yama: becoming mindful. [ 0.138215] AppArmor: AppArmor initialized [ 0.139281] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140901] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.142470] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143951] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145655] Initializing cgroup subsys io [ 0.146674] Initializing cgroup subsys memory [ 0.147741] Initializing cgroup subsys devices [ 0.148837] Initializing cgroup subsys freezer [ 0.149921] Initializing cgroup subsys net_cls [ 0.151002] Initializing cgroup subsys perf_event [ 0.152134] Initializing cgroup subsys net_prio [ 0.153243] Initializing cgroup subsys hugetlb [ 0.154332] Initializing cgroup subsys pids [ 0.155420] CPU: Physical Processor ID: 0 [ 0.157143] mce: CPU supports 10 MCE banks [ 0.158199] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159441] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.179697] ftrace: allocating 31920 entries in 125 pages [ 0.209700] smpboot: Max logical packages: 1 [ 0.210543] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211854] x2apic enabled [ 0.212659] Switched APIC routing to physical x2apic. [ 0.214390] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215477] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217401] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219122] KVM setup paravirtual spinlock [ 0.220392] x86: Booted up 1 node, 1 CPUs [ 0.221171] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222538] devtmpfs: initialized [ 0.224265] evm: security.selinux [ 0.225097] evm: security.SMACK64 [ 0.225920] evm: security.SMACK64EXEC [ 0.226794] evm: security.SMACK64TRANSMUTE [ 0.227744] evm: security.SMACK64MMAP [ 0.228620] evm: security.ima [ 0.229364] evm: security.capability [ 0.230293] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232493] pinctrl core: initialized pinctrl subsystem [ 0.233783] RTC time: 6:14:44, date: 11/19/18 [ 0.234895] NET: Registered protocol family 16 [ 0.236027] cpuidle: using governor ladder [ 0.236990] cpuidle: using governor menu [ 0.237923] PCCT header not found. [ 0.238798] ACPI: bus type PCI registered [ 0.239735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.241202] PCI: Using configuration type 1 for base access [ 0.243151] ACPI: Added _OSI(Module Device) [ 0.244140] ACPI: Added _OSI(Processor Device) [ 0.245147] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246202] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248500] ACPI: Interpreter enabled [ 0.249399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251568] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255903] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.258128] ACPI: (supports S0 S5) [ 0.258963] ACPI: Using IOAPIC for interrupt routing [ 0.260085] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.263492] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264852] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266319] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267734] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270343] acpiphp: Slot [3] registered [ 0.271144] acpiphp: Slot [4] registered [ 0.271928] acpiphp: Slot [5] registered [ 0.272707] acpiphp: Slot [6] registered [ 0.273484] acpiphp: Slot [7] registered [ 0.274264] acpiphp: Slot [8] registered [ 0.275044] acpiphp: Slot [9] registered [ 0.275822] acpiphp: Slot [10] registered [ 0.276611] acpiphp: Slot [11] registered [ 0.277401] acpiphp: Slot [12] registered [ 0.278188] acpiphp: Slot [13] registered [ 0.278981] acpiphp: Slot [14] registered [ 0.279772] acpiphp: Slot [15] registered [ 0.290709] acpiphp: Slot [16] registered [ 0.291503] acpiphp: Slot [17] registered [ 0.292291] acpiphp: Slot [18] registered [ 0.293080] acpiphp: Slot [19] registered [ 0.293873] acpiphp: Slot [20] registered [ 0.294665] acpiphp: Slot [21] registered [ 0.295457] acpiphp: Slot [22] registered [ 0.296243] acpiphp: Slot [23] registered [ 0.297034] acpiphp: Slot [24] registered [ 0.297825] acpiphp: Slot [25] registered [ 0.298611] acpiphp: Slot [26] registered [ 0.299398] acpiphp: Slot [27] registered [ 0.300189] acpiphp: Slot [28] registered [ 0.300983] acpiphp: Slot [29] registered [ 0.301772] acpiphp: Slot [30] registered [ 0.302564] acpiphp: Slot [31] registered [ 0.303350] PCI host bridge to bus 0000:00 [ 0.304134] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.305314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306487] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.307893] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.309298] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.315424] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.316661] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.317799] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.319029] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.325401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.326785] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371982] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374825] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.376213] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.377576] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.378782] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.379907] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.380928] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.382485] vgaarb: loaded [ 0.383077] vgaarb: bridge control possible 0000:00:02.0 [ 0.384177] SCSI subsystem initialized [ 0.384981] ACPI: bus type USB registered [ 0.385780] usbcore: registered new interface driver usbfs [ 0.386778] usbcore: registered new interface driver hub [ 0.387750] usbcore: registered new device driver usb [ 0.388773] PCI: Using ACPI for IRQ routing [ 0.389769] NetLabel: Initializing [ 0.390467] NetLabel: domain hash size = 128 [ 0.391292] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.392214] NetLabel: unlabeled traffic allowed by default [ 0.393268] clocksource: Switched to clocksource kvm-clock [ 0.398546] AppArmor: AppArmor Filesystem Enabled [ 0.399472] pnp: PnP ACPI init [ 0.400369] pnp: PnP ACPI: found 5 devices [ 0.406368] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.408012] NET: Registered protocol family 2 [ 0.408952] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.410183] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.411312] TCP: Hash tables configured (established 2048 bind 2048) [ 0.412435] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.413474] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.414641] NET: Registered protocol family 1 [ 0.415622] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.416680] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.417718] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.432123] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.446322] Trying to unpack rootfs image as initramfs... [ 0.495874] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.509924] Scanning for low memory corruption every 60 seconds [ 0.511460] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.512813] audit: initializing netlink subsys (disabled) [ 0.514012] audit: type=2000 audit(1542608084.981:1): initialized [ 0.515522] Initialise system trusted keyring [ 0.516600] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.517991] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.520201] zbud: loaded [ 0.521003] VFS: Disk quotas dquot_6.6.0 [ 0.521944] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.523674] fuse init (API version 7.23) [ 0.524695] Key type big_key registered [ 0.525620] Allocating IMA MOK and blacklist keyrings. [ 0.526878] Key type asymmetric registered [ 0.527818] Asymmetric key parser 'x509' registered [ 0.528952] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530687] io scheduler noop registered [ 0.531630] io scheduler deadline registered (default) [ 0.532795] io scheduler cfq registered [ 0.533776] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.535009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.536503] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.538226] ACPI: Power Button [PWRF] [ 0.539186] GHES: HEST is not enabled! [ 0.552643] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580675] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.583088] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.609419] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.611848] Linux agpgart interface v0.103 [ 0.614495] brd: module loaded [ 0.615780] loop: module loaded [ 0.621254] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.622955] GPT:90111 != 20971519 [ 0.623747] GPT:Alternate GPT header not at the end of the disk. [ 0.625009] GPT:90111 != 20971519 [ 0.625827] GPT: Use GNU Parted to correct GPT errors. [ 0.626941] vda: vda1 vda15 [ 0.628548] scsi host0: ata_piix [ 0.629804] scsi host1: ata_piix [ 0.630616] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.632072] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.633767] libphy: Fixed MDIO Bus: probed [ 0.634745] tun: Universal TUN/TAP device driver, 1.6 [ 0.635846] tun: (C) 1999-2004 Max Krasnyansky [ 0.638331] PPP generic driver version 2.4.2 [ 0.639480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.640965] ehci-pci: EHCI PCI platform driver [ 0.642036] ehci-platform: EHCI generic platform driver [ 0.643243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.644643] ohci-pci: OHCI PCI platform driver [ 0.645510] ohci-platform: OHCI generic platform driver [ 0.646472] uhci_hcd: USB Universal Host Controller Interface driver [ 0.660929] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.662044] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.663589] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.664671] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.665844] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.667217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.668782] usb usb1: Product: UHCI Host Controller [ 0.669819] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.671139] usb usb1: SerialNumber: 0000:00:01.2 [ 0.672219] hub 1-0:1.0: USB hub found [ 0.673101] hub 1-0:1.0: 2 ports detected [ 0.674103] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.676372] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.677454] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.678600] mousedev: PS/2 mouse device common for all mice [ 0.679949] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.681952] rtc_cmos 00:00: RTC can wake from S4 [ 0.683134] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.684454] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.685788] i2c /dev entries driver [ 0.686593] device-mapper: uevent: version 1.0.3 [ 0.687626] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.689463] ledtrig-cpu: registered to indicate activity on CPUs [ 0.690899] NET: Registered protocol family 10 [ 0.691988] NET: Registered protocol family 17 [ 0.692978] Key type dns_resolver registered [ 0.694017] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695138] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.696835] registered taskstats version 1 [ 0.697658] Loading compiled-in X.509 certificates [ 0.699070] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.700857] zswap: loaded using pool lzo/zbud [ 0.702230] Key type trusted registered [ 0.703736] Key type encrypted registered [ 0.704548] AppArmor: AppArmor sha1 policy hashing enabled [ 0.705555] ima: No TPM chip found, activating TPM-bypass! [ 0.706565] evm: HMAC attrs: 0x1 [ 0.707469] Magic number: 10:261:216 [ 0.708304] rtc_cmos 00:00: setting system clock to 2018-11-19 06:14:45 UTC (1542608085) [ 0.709858] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710940] EDD information not available. [ 0.794240] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.795733] Write protecting the kernel read-only data: 14336k [ 0.807651] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.809443] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.21 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.437189] random: dd urandom read with 6 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.0.8... Lease of 10.55.0.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.0.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.36. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCJvRNpnp3/jdbRrSRE9mK9GrRXunyeS8BeYNjcDCGK2dCeZei5Ix3N54hFZCN8pWZrLVMKex7Dwp2reFbqHjv5GXX2OECJdOqE1zBFIdP+64mIyNpYNJyX9xu4YCcDuqpGk3HIsAlCXffRsihQ/Z/ZKSZsVruBEiOrZr2ZzP3t+/1TxozVcdZdb/9inpriXMaO2fe9ntM7UgfCnauN/wL1sj3fdqDH/BbPGhrIABjLaBlu/OoXQJMhSlotMtjamR+uZ/kj3/ikmBPTqRR1POP+YaZwlZtATWsodpFYAxLClgBET3u6leoZuRaxvv7fh+GaIEbfYBC72GK23y9HOV4D root@simplehealthcheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst ssh-dss AAAAB3NzaC1kc3MAAACBAL7vXxPhqiSNr2V0SVtHmKqXq6HNzJ8fv7nD6zCvqYYaED7tWqQEpGDHZQQ0+iT9A8IJh/baxXek8TslO2UKXJfSkkiCeGOpb/ueR/IMI1HWorS6YqdZCuNxe0R5TwS5LAw08hpJcga6Fx6RmPxYumKeu84AYGqcbaTZRg4A/5MrAAAAFQDv+AiWorhviT9Tc/h4cIUpUlkedwAAAIBDR0rTQkG9CEet1DHoM9zmrqUYkgb/6N/KVKqA+oY30Z2fzdbkBk3LX+huQe8A0zWhBsbvtY50wqnPcjiYVZksd10qTKAzys1uokvZEroE5MvbL/yDje+02n8JbKX0MJzGjkDAegZbKpJ3dxBjNXsUycCXrHAy7eq44q73flptvgAAAIA/jCVfbkt/D4YYzSx/vGsm1C2nx71HfQNFkwCh3vRtz4IYS7XHxHVq8TdKVkL/olSMLuDRSGx3Lojx9u+XhtAokOmfqBU1KAi+r/Dub7MsZ1JSEZ5jQextsS7W0zTfF0473w9/GT651xfQI1Yc/NltX8Bq3ctwpozb3pi00FV64w== root@simplehealthcheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.8,24,fe80::f816:3eff:fe77:133b/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.8 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-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst launch-index: 0 === cirros: current=0.4.0 uptime=4.19 === 2018-11-19 06:14:51,919 - create_instance - INFO - Deleting Port with ID - f4d0909f-1329-4313-97b8-b54c37e7ddb9 2018-11-19 06:14:51,920 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74port-1 2018-11-19 06:14:51,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/f4d0909f-1329-4313-97b8-b54c37e7ddb9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:52,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df7b05a2-334e-47dc-84da-79208c5d8169 Date: Mon, 19 Nov 2018 06:14:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:14:52,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/f4d0909f-1329-4313-97b8-b54c37e7ddb9 used request id req-df7b05a2-334e-47dc-84da-79208c5d8169 2018-11-19 06:14:52,696 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst 2018-11-19 06:14:52,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:52,849 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:14: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-36cb817f-34e6-4bff-a2eb-1a88f7dd0e39 x-compute-request-id: req-36cb817f-34e6-4bff-a2eb-1a88f7dd0e39 Content-Type: application/json 2018-11-19 06:14:52,849 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-36cb817f-34e6-4bff-a2eb-1a88f7dd0e39 2018-11-19 06:14:52,850 - create_instance - INFO - Checking deletion status 2018-11-19 06:14:52,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:53,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14: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-9dd98980-91da-47a3-a6ab-001e3a26532d x-compute-request-id: req-9dd98980-91da-47a3-a6ab-001e3a26532d Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:13:3b", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:14:44.000000", "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:14:52Z", "hostId": "4ca60b86d476423ad7da2ba0cde0a82874e3f0cecf1a9a67872c6c8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:53,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-9dd98980-91da-47a3-a6ab-001e3a26532d 2018-11-19 06:14:53,150 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst] is - ACTIVE 2018-11-19 06:14:53,150 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:14:56,154 - create_instance - DEBUG - VM status query timeout in 296.696161985 2018-11-19 06:14:56,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:14:56,967 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:14:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-751a0857-df96-4a4e-959b-6385b38d2672 x-compute-request-id: req-751a0857-df96-4a4e-959b-6385b38d2672 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc", "rel": "bookmark"}], "image": {"id": "4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "links": [{"href": "http://172.30.9.21:8774/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:14:44.000000", "flavor": {"id": "7be66878-0af4-43c7-8497-47063a776286", "links": [{"href": "http://172.30.9.21:8774/flavors/7be66878-0af4-43c7-8497-47063a776286", "rel": "bookmark"}]}, "id": "6e180781-5e08-44c4-8cd7-e53ce36449fc", "user_id": "e41c1c5b05ff45b5844015c32d98dded", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:14:52Z", "hostId": "4ca60b86d476423ad7da2ba0cde0a82874e3f0cecf1a9a67872c6c8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst", "created": "2018-11-19T06:14:37Z", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:14:56,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-751a0857-df96-4a4e-959b-6385b38d2672 2018-11-19 06:14:56,967 - create_instance - DEBUG - Instance status [SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst] is - ACTIVE 2018-11-19 06:14:56,967 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:14:59,971 - create_instance - DEBUG - VM status query timeout in 292.879029989 2018-11-19 06:14:59,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6ff0a2fd7a788f38fb9607f15a9517db221a9971" 2018-11-19 06:15:00,023 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fbc67fa6-5328-4c88-beed-fc782906a81a x-compute-request-id: req-fbc67fa6-5328-4c88-beed-fc782906a81a Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 6e180781-5e08-44c4-8cd7-e53ce36449fc could not be found.", "code": 404}} 2018-11-19 06:15:00,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/6e180781-5e08-44c4-8cd7-e53ce36449fc used request id req-fbc67fa6-5328-4c88-beed-fc782906a81a 2018-11-19 06:15:00,023 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 6e180781-5e08-44c4-8cd7-e53ce36449fc could not be found. (HTTP 404) (Request-ID: req-fbc67fa6-5328-4c88-beed-fc782906a81a) 2018-11-19 06:15:00,024 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-inst 2018-11-19 06:15:00,025 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet 2018-11-19 06:15:00,025 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-subnet 2018-11-19 06:15:00,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ce2d5abd-3a10-497c-be99-00d890174cf3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:15:02,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7324e6cf-b2d6-4de2-9712-75de39b776aa Date: Mon, 19 Nov 2018 06:15:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:15:02,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ce2d5abd-3a10-497c-be99-00d890174cf3 used request id req-7324e6cf-b2d6-4de2-9712-75de39b776aa 2018-11-19 06:15:02,499 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-priv-net 2018-11-19 06:15:02,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/9425de6f-e882-4379-a313-009b5a561901 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7af5d66c49d53b89bc8ec7e817616a632898c5a" 2018-11-19 06:15:04,026 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-45c230e8-5ed6-4433-969a-80adfa6db3b4 Date: Mon, 19 Nov 2018 06:15:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:15:04,026 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/9425de6f-e882-4379-a313-009b5a561901 used request id req-45c230e8-5ed6-4433-969a-80adfa6db3b4 2018-11-19 06:15:04,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/7be66878-0af4-43c7-8497-47063a776286 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbde5e1e184a386e33a9f856e3717971c4de5bc7" 2018-11-19 06:15:04,084 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:15:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-53c7be52-1897-4d94-b5f5-a125dcb40679 x-compute-request-id: req-53c7be52-1897-4d94-b5f5-a125dcb40679 Content-Length: 0 Content-Type: application/json 2018-11-19 06:15:04,084 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7be66878-0af4-43c7-8497-47063a776286 used request id req-53c7be52-1897-4d94-b5f5-a125dcb40679 2018-11-19 06:15:04,085 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-0bb9fed3-7538-40a9-9e9f-6e6567dbfe74-image 2018-11-19 06:15:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ff05c921663e93a471f2071403759ed524f5087" 2018-11-19 06:15:06,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-442e1557-3476-4426-acbd-5ca5eec654db Date: Mon, 19 Nov 2018 06:15:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:15:06,070 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/4e19d40c-cb6c-496e-b481-3d4eba2a6eb6 used request id req-442e1557-3476-4426-acbd-5ca5eec654db 2018-11-19 06:15:06,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:06,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-035af984-d8b3-4205-ab96-94bc78df5b18 Date: Mon, 19 Nov 2018 06:15:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "created_at": "2018-11-19T06:14:26Z", "updated_at": "2018-11-19T06:14:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "revision_number": 0, "id": "056dbd18-2e2e-4808-be03-9e9f848c7a15", "remote_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "remote_ip_prefix": null, "created_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "revision_number": 0, "id": "5faf3be5-e807-4bd8-b72a-0fa66405d722", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "port_range_min": null, "ethertype": "IPv6", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "revision_number": 0, "id": "7056ba9c-1f68-404c-989b-537ec2ac9120", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "revision_number": 0, "id": "7f6153ca-44a1-49d1-a3d7-4ecd5f6e357f", "remote_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "remote_ip_prefix": null, "created_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "port_range_min": null, "ethertype": "IPv4", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed"}], "revision_number": 4, "project_id": "efa4ad2cab5741389f3710d00ee0f8ed", "id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:15:06,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-035af984-d8b3-4205-ab96-94bc78df5b18 2018-11-19 06:15:06,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:06,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f09a5e-bac1-407e-ac79-d109b5e3b001 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:15:06,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-64f09a5e-bac1-407e-ac79-d109b5e3b001 2018-11-19 06:15:06,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:06,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19fea3de-90d9-4386-833e-b2fbe6a6638d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:15:06,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-19fea3de-90d9-4386-833e-b2fbe6a6638d 2018-11-19 06:15:06,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:06,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b839e49-21f3-4ef8-8ada-17f5bc5dd952 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed"}, "enabled": true, "id": "efa4ad2cab5741389f3710d00ee0f8ed", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-a79c168b-f6c6-4e6-proj"}} 2018-11-19 06:15:06,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-5b839e49-21f3-4ef8-8ada-17f5bc5dd952 2018-11-19 06:15:06,553 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9b4f7c8c-2601-4943-a748-9f806579e3e0 2018-11-19 06:15:06,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9b4f7c8c-2601-4943-a748-9f806579e3e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:06,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ac8d77b0-2563-4d7f-a730-eb96f032b5d8 Date: Mon, 19 Nov 2018 06:15:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "port_range_min": null, "revision_number": 0, "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "created_at": "2018-11-19T06:14:26Z", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed", "id": "056dbd18-2e2e-4808-be03-9e9f848c7a15"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "port_range_min": null, "revision_number": 0, "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "created_at": "2018-11-19T06:14:26Z", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed", "id": "5faf3be5-e807-4bd8-b72a-0fa66405d722"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "port_range_min": null, "revision_number": 0, "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "created_at": "2018-11-19T06:14:26Z", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed", "id": "7056ba9c-1f68-404c-989b-537ec2ac9120"}, {"remote_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:14:26Z", "security_group_id": "9b4f7c8c-2601-4943-a748-9f806579e3e0", "port_range_min": null, "revision_number": 0, "tenant_id": "efa4ad2cab5741389f3710d00ee0f8ed", "created_at": "2018-11-19T06:14:26Z", "project_id": "efa4ad2cab5741389f3710d00ee0f8ed", "id": "7f6153ca-44a1-49d1-a3d7-4ecd5f6e357f"}]} 2018-11-19 06:15:06,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9b4f7c8c-2601-4943-a748-9f806579e3e0 used request id req-ac8d77b0-2563-4d7f-a730-eb96f032b5d8 2018-11-19 06:15:06,741 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:15:06,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9b4f7c8c-2601-4943-a748-9f806579e3e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:07,047 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4e4f92d-4e6d-431d-a317-872c1a22e52f Content-Length: 0 Date: Mon, 19 Nov 2018 06:15:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:15:07,047 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9b4f7c8c-2601-4943-a748-9f806579e3e0 used request id req-a4e4f92d-4e6d-431d-a317-872c1a22e52f 2018-11-19 06:15:07,048 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-a79c168b-f6c6-4e6-proj 2018-11-19 06:15:07,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:07,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2a472bd-e962-476e-8a2e-fbac9678e171 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:15:07,246 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/efa4ad2cab5741389f3710d00ee0f8ed used request id req-b2a472bd-e962-476e-8a2e-fbac9678e171 2018-11-19 06:15:07,246 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-a79c168b-f6c6-4e6-proj-role 2018-11-19 06:15:07,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c93c379a730f4211aba8540ed19b9d30 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:07,357 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9260938d-974b-4bf0-8dd3-77602848f512 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:15:07,357 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c93c379a730f4211aba8540ed19b9d30 used request id req-9260938d-974b-4bf0-8dd3-77602848f512 2018-11-19 06:15:07,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ce8e2dfdebbc7a2594a3b182c439e70fe906f22" 2018-11-19 06:15:07,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b13d68-6b47-4411-9936-9a8024b2dd39 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:15:07,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-31b13d68-6b47-4411-9936-9a8024b2dd39 2018-11-19 06:15:07,450 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-a79c168b-f6c6-4e6-user 2018-11-19 06:15:07,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e41c1c5b05ff45b5844015c32d98dded -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7f439a535c426b1283281373548fe95f88dcdfa8" 2018-11-19 06:15:07,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:15:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1f5f39e-9d96-4145-be97-4eb2e662e8cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:15:07,624 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e41c1c5b05ff45b5844015c32d98dded used request id req-a1f5f39e-9d96-4145-be97-4eb2e662e8cc 2018-11-19 06:15:07,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:08,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:15:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["HB-TDFMuTkmtDVie6Y9gFg"], "issued_at": "2018-11-19T06:15:08.000000Z"}} 2018-11-19 06:15:08,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd696ef7cfe4c92e42e518a2f1ec3ea14d7124b1" 2018-11-19 06:15:08,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5a8cbf4-a5ee-419b-b37c-f7b4c7ca2a3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:08,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a5a8cbf4-a5ee-419b-b37c-f7b4c7ca2a3c 2018-11-19 06:15:08,096 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:08,097 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:08,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:15:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mfLRbDlcR8O1BO_pNk2X-g"], "issued_at": "2018-11-19T06:15:08.000000Z"}} 2018-11-19 06:15:08,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:15:08,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8169f906-6013-41d5-b9cb-b98fd1a7d914 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:08,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8169f906-6013-41d5-b9cb-b98fd1a7d914 2018-11-19 06:15:08,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:08,576 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:08,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:15:08,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de343764-58b4-4e70-9fb5-17d58f4e52e4 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:15:08,657 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj used request id req-de343764-58b4-4e70-9fb5-17d58f4e52e4 2018-11-19 06:15:08,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:15:08,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-954c8550-b759-415b-a39c-d8222a72b06f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:15:08,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-954c8550-b759-415b-a39c-d8222a72b06f 2018-11-19 06:15:08,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}}' 2018-11-19 06:15:08,866 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:15:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1e69d0f-3376-4713-b9f3-6185938c5e23 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:08,866 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b1e69d0f-3376-4713-b9f3-6185938c5e23 2018-11-19 06:15:08,867 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj 2018-11-19 06:15:08,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:08,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:09,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:15:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["yam_D0HXTZGohiSMNYk9Ew"], "issued_at": "2018-11-19T06:15:09.000000Z"}} 2018-11-19 06:15:09,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d5ba4cb419e14b61b922da09c2e5658748b5c2" 2018-11-19 06:15:09,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75311f91-df3a-43a0-8fe4-e08fe65f1393 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:09,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-75311f91-df3a-43a0-8fe4-e08fe65f1393 2018-11-19 06:15:09,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:09,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:09,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d5ba4cb419e14b61b922da09c2e5658748b5c2" 2018-11-19 06:15:09,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7340511e-fa63-4df0-aa42-f11cedaafddc Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:15:09,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7340511e-fa63-4df0-aa42-f11cedaafddc 2018-11-19 06:15:09,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d5ba4cb419e14b61b922da09c2e5658748b5c2" 2018-11-19 06:15:09,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dab7e1e-478a-4f57-9f8c-fb4c39b601c0 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}]} 2018-11-19 06:15:09,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj used request id req-0dab7e1e-478a-4f57-9f8c-fb4c39b601c0 2018-11-19 06:15:09,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d5ba4cb419e14b61b922da09c2e5658748b5c2" 2018-11-19 06:15:09,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-520d8dc9-ff33-4173-a27e-d87bfbd6a0d9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:15:09,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-520d8dc9-ff33-4173-a27e-d87bfbd6a0d9 2018-11-19 06:15:09,931 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user 2018-11-19 06:15:09,931 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:09,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:15:10,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f626821-6d63-4822-b57d-46deba10617f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:15:10,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5f626821-6d63-4822-b57d-46deba10617f 2018-11-19 06:15:10,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" -d '{"role": {"name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}}' 2018-11-19 06:15:10,135 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:15:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bfdef68-5987-4c7c-9bd6-ebe80df2e1e9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e4d5a9257d464589b9d93df87085b3d6", "links": {"self": "http://172.30.9.21:5000/v3/roles/e4d5a9257d464589b9d93df87085b3d6"}, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}} 2018-11-19 06:15:10,135 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0bfdef68-5987-4c7c-9bd6-ebe80df2e1e9 2018-11-19 06:15:10,135 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role 2018-11-19 06:15:10,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e4d5a9257d464589b9d93df87085b3d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:15:10,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b8a91a7-910e-4842-97a9-718abe12fba4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e4d5a9257d464589b9d93df87085b3d6"}, "domain_id": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role", "id": "e4d5a9257d464589b9d93df87085b3d6"}} 2018-11-19 06:15:10,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e4d5a9257d464589b9d93df87085b3d6 used request id req-1b8a91a7-910e-4842-97a9-718abe12fba4 2018-11-19 06:15:10,219 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role to project CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj 2018-11-19 06:15:10,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94/users/421cd519fde74b54adc4bc9d0c05f51a/roles/e4d5a9257d464589b9d93df87085b3d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:15:10,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:15:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10f1b399-c7ec-4edd-9875-c9e1aa4f80eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:15:10,348 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94/users/421cd519fde74b54adc4bc9d0c05f51a/roles/e4d5a9257d464589b9d93df87085b3d6 used request id req-10f1b399-c7ec-4edd-9875-c9e1aa4f80eb 2018-11-19 06:15:10,348 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:15:10,350 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:15:10,350 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:10,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:10,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["ApJD95iOSX6aurKSDWWryA"], "issued_at": "2018-11-19T06:15:10.000000Z"}} 2018-11-19 06:15:10,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" 2018-11-19 06:15:10,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69479c8a-f583-43e9-a74c-bf01282a6f6f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:10,793 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-69479c8a-f583-43e9-a74c-bf01282a6f6f 2018-11-19 06:15:10,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" 2018-11-19 06:15:10,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 164 Content-Type: application/json X-Openstack-Request-Id: req-4453e26b-32ea-47e4-a35f-03cf9f5d81b5 Date: Mon, 19 Nov 2018 06:15:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a"} 2018-11-19 06:15:10,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a used request id req-4453e26b-32ea-47e4-a35f-03cf9f5d81b5 2018-11-19 06:15:10,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" 2018-11-19 06:15:11,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8930c6a1-f15a-4323-9f60-30b7f4b49837 Date: Mon, 19 Nov 2018 06:15:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:15:11,128 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8930c6a1-f15a-4323-9f60-30b7f4b49837 2018-11-19 06:15:11,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a"}' 2018-11-19 06:15:11,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 623 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8 X-Openstack-Request-Id: req-b3b51305-394a-4ccd-bc77-fddef41eb713 Date: Mon, 19 Nov 2018 06:15:11 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:15:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:15:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "min_disk": 0, "protected": false, "id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "file": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/file", "checksum": null, "owner": "260b277e77224528b81506ba0908af94", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:15:11,468 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b3b51305-394a-4ccd-bc77-fddef41eb713 2018-11-19 06:15:11,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" -d '' 2018-11-19 06:15:13,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7815c27c-3847-4a5d-b0d6-c45f586de1c7 Date: Mon, 19 Nov 2018 06:15:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:15:13,619 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/file used request id req-7815c27c-3847-4a5d-b0d6-c45f586de1c7 2018-11-19 06:15:13,620 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:15:13,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" 2018-11-19 06:15:13,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-018fe95b-40ae-4e4f-98de-234f86f917fa Date: Mon, 19 Nov 2018 06:15:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:15:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:15:13Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "metadata": {}}], "self": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "min_disk": 0, "protected": false, "id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "file": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "260b277e77224528b81506ba0908af94", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:15:13,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8 used request id req-018fe95b-40ae-4e4f-98de-234f86f917fa 2018-11-19 06:15:13,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" 2018-11-19 06:15:13,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd8ea509-d6e3-477e-b323-1d3395cce089 Date: Mon, 19 Nov 2018 06:15:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:15:13,949 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bd8ea509-d6e3-477e-b323-1d3395cce089 2018-11-19 06:15:13,952 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a 2018-11-19 06:15:13,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" 2018-11-19 06:15:14,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 884 Content-Type: application/json X-Openstack-Request-Id: req-52857160-1338-4473-90d4-1ef86cd1f3f4 Date: Mon, 19 Nov 2018 06:15:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:15:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:15:13Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "metadata": {}}], "self": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "min_disk": 0, "protected": false, "id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "file": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "260b277e77224528b81506ba0908af94", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:15:14,126 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8 used request id req-52857160-1338-4473-90d4-1ef86cd1f3f4 2018-11-19 06:15:14,127 - create_image - DEBUG - Instance status is - active 2018-11-19 06:15:14,127 - create_image - DEBUG - Image is active with name - CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a 2018-11-19 06:15:14,127 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a 2018-11-19 06:15:14,127 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:14,128 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:14,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["v8N6GSYWTHC0jZ6wOb7miA"], "issued_at": "2018-11-19T06:15:14.000000Z"}} 2018-11-19 06:15:14,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:15:14,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99618e5-bb09-4565-81a8-2d2aa741387c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:14,677 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b99618e5-bb09-4565-81a8-2d2aa741387c 2018-11-19 06:15:14,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:15:14,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cad4e60b-295b-4c90-955a-9cfe46c09d49 Date: Mon, 19 Nov 2018 06:15:14 GMT RESP BODY: {"networks":[]} 2018-11-19 06:15:14,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-cad4e60b-295b-4c90-955a-9cfe46c09d49 2018-11-19 06:15:14,860 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 2018-11-19 06:15:14,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" -d '{"network": {"name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1", "admin_state_up": true}}' 2018-11-19 06:15:15,463 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-17daa60a-a7b7-412b-b9e3-b03776885b4a Date: Mon, 19 Nov 2018 06:15:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:15:15Z","is_default":false,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","mtu":1450}} 2018-11-19 06:15:15,463 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-17daa60a-a7b7-412b-b9e3-b03776885b4a 2018-11-19 06:15:15,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:15:15,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-02ed0f23-df42-48fd-a5ef-f7446b0685ce Date: Mon, 19 Nov 2018 06:15:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:15:15Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:15,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-02ed0f23-df42-48fd-a5ef-f7446b0685ce 2018-11-19 06:15:15,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:15:15,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-af46446b-d689-4b82-abfe-6cf7a60f15e4 Date: Mon, 19 Nov 2018 06:15:15 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:15:15,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-af46446b-d689-4b82-abfe-6cf7a60f15e4 2018-11-19 06:15:15,890 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1 2018-11-19 06:15:15,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" -d '{"subnets": [{"ip_version": 4, "network_id": "2575236f-923a-4af2-bbc9-bd859c67bd3e", "cidr": "10.200.201.0/24", "gateway_ip": "10.200.201.1", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]}' 2018-11-19 06:15:16,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-48a7874b-a3e3-44b3-82e6-b72f47229147 Date: Mon, 19 Nov 2018 06:15:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:16,744 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-48a7874b-a3e3-44b3-82e6-b72f47229147 2018-11-19 06:15:16,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:15:17,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-adc7ad53-b755-4fb6-bb8f-65cc5de71f77 Date: Mon, 19 Nov 2018 06:15: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":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:17,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-adc7ad53-b755-4fb6-bb8f-65cc5de71f77 2018-11-19 06:15:17,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:15:17,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7ca111db-e16a-4ab2-b66a-5168732804b4 Date: Mon, 19 Nov 2018 06:15:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:17,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-7ca111db-e16a-4ab2-b66a-5168732804b4 2018-11-19 06:15:17,214 - OpenStackNetwork - DEBUG - Network [2575236f-923a-4af2-bbc9-bd859c67bd3e] created successfully 2018-11-19 06:15:17,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:17,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:17,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["Y1j5-fBcS_G6vQcArrxgLQ"], "issued_at": "2018-11-19T06:15:17.000000Z"}} 2018-11-19 06:15:17,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:15:17,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdf8ea2b-00bc-446f-8c50-73a14874f3d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:17,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bdf8ea2b-00bc-446f-8c50-73a14874f3d4 2018-11-19 06:15:17,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:15:17,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e318be8a-f62a-4499-af17-7e7cda34045b Date: Mon, 19 Nov 2018 06:15:17 GMT RESP BODY: {"networks":[]} 2018-11-19 06:15:17,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-e318be8a-f62a-4499-af17-7e7cda34045b 2018-11-19 06:15:17,841 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 2018-11-19 06:15:17,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" -d '{"network": {"name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2", "admin_state_up": true}}' 2018-11-19 06:15:18,386 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-9376a963-eb97-4dbf-8570-1130e33cc9e8 Date: Mon, 19 Nov 2018 06:15:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:15:18Z","is_default":false,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","mtu":1450}} 2018-11-19 06:15:18,387 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9376a963-eb97-4dbf-8570-1130e33cc9e8 2018-11-19 06:15:18,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:15:18,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-2c0503ea-6c4c-4ef9-b9ed-04d016868500 Date: Mon, 19 Nov 2018 06:15:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:15:18Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:15:18,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-2c0503ea-6c4c-4ef9-b9ed-04d016868500 2018-11-19 06:15:18,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:15:18,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-48bbcbae-abca-445e-a4c9-de602d7ebfe2 Date: Mon, 19 Nov 2018 06:15:18 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:15:18,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-48bbcbae-abca-445e-a4c9-de602d7ebfe2 2018-11-19 06:15:18,878 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2 2018-11-19 06:15:18,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" -d '{"subnets": [{"ip_version": 4, "network_id": "cffece9a-86f7-4c19-b4a7-30da2d5dc968", "cidr": "10.200.202.0/24", "gateway_ip": "10.200.202.1", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]}' 2018-11-19 06:15:19,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-45b9ecf3-7d2b-46bd-a1e6-892334258468 Date: Mon, 19 Nov 2018 06:15:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:15:19,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-45b9ecf3-7d2b-46bd-a1e6-892334258468 2018-11-19 06:15:19,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:15:19,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-c98b8929-03f6-4492-a5ac-09fa9585a7b4 Date: Mon, 19 Nov 2018 06:15: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":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:15:19,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-c98b8929-03f6-4492-a5ac-09fa9585a7b4 2018-11-19 06:15:19,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:15:19,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-67022bff-1bde-493e-9dc0-205794853632 Date: Mon, 19 Nov 2018 06:15:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:15:19,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-67022bff-1bde-493e-9dc0-205794853632 2018-11-19 06:15:19,798 - OpenStackNetwork - DEBUG - Network [cffece9a-86f7-4c19-b4a7-30da2d5dc968] created successfully 2018-11-19 06:15:19,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:19,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:20,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["LVLb_8GqQ2KI1bnBJTkpLA"], "issued_at": "2018-11-19T06:15:20.000000Z"}} 2018-11-19 06:15:20,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:20,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36dd6cd5-e2dd-47a1-a05d-8bd6bb319e31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:20,224 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-36dd6cd5-e2dd-47a1-a05d-8bd6bb319e31 2018-11-19 06:15:20,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:20,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a66acbb5-dd9f-43cb-86f6-b67e7c29e7df Date: Mon, 19 Nov 2018 06:15:20 GMT RESP BODY: {"routers": []} 2018-11-19 06:15:20,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router&admin_state_up=True used request id req-a66acbb5-dd9f-43cb-86f6-b67e7c29e7df 2018-11-19 06:15:20,432 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:20,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:20,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["YrsnLmpuSHChE8ZxU-H1dA"], "issued_at": "2018-11-19T06:15:20.000000Z"}} 2018-11-19 06:15:20,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a75144bd96de567b29e76f61ba56589ad6fe0f3" 2018-11-19 06:15:20,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1d2ae38-acc3-45cb-a5db-05269f84b375 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:20,911 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f1d2ae38-acc3-45cb-a5db-05269f84b375 2018-11-19 06:15:20,912 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:15:20,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" -d '{"router": {"name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router", "admin_state_up": true}}' 2018-11-19 06:15:24,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 536 X-Openstack-Request-Id: req-b30511b0-3483-4e55-9665-34fa1989a151 Date: Mon, 19 Nov 2018 06:15:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:22Z", "admin_state_up": true, "updated_at": "2018-11-19T06:15:22Z", "flavor_id": null, "revision_number": 1, "routes": [], "project_id": "260b277e77224528b81506ba0908af94", "id": "05ea7aca-bd6c-42bd-8171-0cd5e75d4311", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router"}} 2018-11-19 06:15:24,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-b30511b0-3483-4e55-9665-34fa1989a151 2018-11-19 06:15:24,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=05ea7aca-bd6c-42bd-8171-0cd5e75d4311 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:25,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2d613730-85a0-48b3-ad1a-107deb6a1752 Date: Mon, 19 Nov 2018 06:15:25 GMT RESP BODY: {"ports":[]} 2018-11-19 06:15:25,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=05ea7aca-bd6c-42bd-8171-0cd5e75d4311 used request id req-2d613730-85a0-48b3-ad1a-107deb6a1752 2018-11-19 06:15:25,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:25,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2446e556-4dcd-4e0b-a70b-971d86e58b22 Date: Mon, 19 Nov 2018 06:15:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:25,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-2446e556-4dcd-4e0b-a70b-971d86e58b22 2018-11-19 06:15:25,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:25,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:25,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:25,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d1a4e6d-84a4-4c2a-9d3c-092c6158cd6b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:25,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-0d1a4e6d-84a4-4c2a-9d3c-092c6158cd6b 2018-11-19 06:15:25,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:25,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-7e840415-2bf1-4914-a2cd-1dbf19ada515 Date: Mon, 19 Nov 2018 06:15:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:25,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-7e840415-2bf1-4914-a2cd-1dbf19ada515 2018-11-19 06:15:25,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:25,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-479a2412-87f0-43f5-b9be-0bee7ccfee5f Date: Mon, 19 Nov 2018 06:15:25 GMT RESP BODY: {"ports":[]} 2018-11-19 06:15:25,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1&admin_state_up=True used request id req-479a2412-87f0-43f5-b9be-0bee7ccfee5f 2018-11-19 06:15:25,799 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1 for router - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:15:25,799 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:25,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:26,184 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["OYrqUgTZQVK8yVfWbQnLZQ"], "issued_at": "2018-11-19T06:15:26.000000Z"}} 2018-11-19 06:15:26,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d376e5336b5c51d90d80dafff358741e8ded7bc" 2018-11-19 06:15:26,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65dff68d-5762-4840-86e6-f9554e474b94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:26,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-65dff68d-5762-4840-86e6-f9554e474b94 2018-11-19 06:15:26,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:26,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-657d8f6e-b9ef-459b-bdd6-a9a60df5ba35 Date: Mon, 19 Nov 2018 06:15: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":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:26,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-657d8f6e-b9ef-459b-bdd6-a9a60df5ba35 2018-11-19 06:15:26,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:26,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9e55f49f-df2d-4503-becc-341167ae5e62 Date: Mon, 19 Nov 2018 06:15:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:26,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-9e55f49f-df2d-4503-becc-341167ae5e62 2018-11-19 06:15:26,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:27,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-24c7b482-fa95-4312-8193-1ee3018b2432 Date: Mon, 19 Nov 2018 06:15:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:27,134 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-24c7b482-fa95-4312-8193-1ee3018b2432 2018-11-19 06:15:27,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:27,144 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:27,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d376e5336b5c51d90d80dafff358741e8ded7bc" 2018-11-19 06:15:27,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8516727-287e-4c6e-a7b1-cd75e26580b3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:27,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-c8516727-287e-4c6e-a7b1-cd75e26580b3 2018-11-19 06:15:27,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:27,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-015392c8-f1c0-4827-88c5-d38a0026afa7 Date: Mon, 19 Nov 2018 06:15:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:27,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-015392c8-f1c0-4827-88c5-d38a0026afa7 2018-11-19 06:15:27,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:27,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8866b686-f4c5-45d4-83be-6fb6a4c6ee5e Date: Mon, 19 Nov 2018 06:15:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:27,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1 used request id req-8866b686-f4c5-45d4-83be-6fb6a4c6ee5e 2018-11-19 06:15:27,625 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 2018-11-19 06:15:27,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" -d '{"port": {"network_id": "2575236f-923a-4af2-bbc9-bd859c67bd3e", "fixed_ips": [{"subnet_id": "a4f573f8-3055-4b8c-9c55-23ec5753ad35", "ip_address": "10.200.201.1"}], "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1", "admin_state_up": true}}' 2018-11-19 06:15:28,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-f73f4584-ba7d-4b9b-b9b9-20a439b6dbed Date: Mon, 19 Nov 2018 06:15:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:28Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.1"}],"id":"a49ea0c8-a24f-4f3b-a3b5-cf5dac064040","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:63:80:c4","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1","project_id":"260b277e77224528b81506ba0908af94","qos_policy_id":null,"admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:28Z","binding:vnic_type":"normal"}} 2018-11-19 06:15:28,589 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f73f4584-ba7d-4b9b-b9b9-20a439b6dbed 2018-11-19 06:15:28,589 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1 for router - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:15:28,589 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:15:28,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" -d '{"port_id": "a49ea0c8-a24f-4f3b-a3b5-cf5dac064040"}' 2018-11-19 06:15:30,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-92b619bc-a9a2-434e-a19a-8948aa683e59 Date: Mon, 19 Nov 2018 06:15:30 GMT RESP BODY: {"network_id": "2575236f-923a-4af2-bbc9-bd859c67bd3e", "tenant_id": "260b277e77224528b81506ba0908af94", "subnet_id": "a4f573f8-3055-4b8c-9c55-23ec5753ad35", "subnet_ids": ["a4f573f8-3055-4b8c-9c55-23ec5753ad35"], "port_id": "a49ea0c8-a24f-4f3b-a3b5-cf5dac064040", "id": "05ea7aca-bd6c-42bd-8171-0cd5e75d4311"} 2018-11-19 06:15:30,367 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/add_router_interface used request id req-92b619bc-a9a2-434e-a19a-8948aa683e59 2018-11-19 06:15:30,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:30,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-3f0bfbe3-0894-4fe0-8759-9b9fee16cc9f Date: Mon, 19 Nov 2018 06:15:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:15:30,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-3f0bfbe3-0894-4fe0-8759-9b9fee16cc9f 2018-11-19 06:15:30,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:30,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2482f5c5-48a3-4290-b47f-ee0dff78378b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:30,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-2482f5c5-48a3-4290-b47f-ee0dff78378b 2018-11-19 06:15:30,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:30,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-85a9fa04-986e-490c-971d-c755adfc3260 Date: Mon, 19 Nov 2018 06:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:15:30,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-85a9fa04-986e-490c-971d-c755adfc3260 2018-11-19 06:15:30,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:31,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bbaca098-5cb7-45bc-a324-0f71e3a0e298 Date: Mon, 19 Nov 2018 06:15:31 GMT RESP BODY: {"ports":[]} 2018-11-19 06:15:31,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2&admin_state_up=True used request id req-bbaca098-5cb7-45bc-a324-0f71e3a0e298 2018-11-19 06:15:31,098 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2 for router - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:15:31,098 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:31,099 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:31,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["e_t3_EMURpSk4HwrucFbPA"], "issued_at": "2018-11-19T06:15:31.000000Z"}} 2018-11-19 06:15:31,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}083d2b09815ebb72854d752b3879c11427d633cd" 2018-11-19 06:15:31,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69f2c23-ee8b-4aee-9a91-10bbbb1db08a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:31,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b69f2c23-ee8b-4aee-9a91-10bbbb1db08a 2018-11-19 06:15:31,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:31,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-5de1fc39-4b22-48d5-b54f-b5adb2122ca1 Date: Mon, 19 Nov 2018 06:15: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":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:15:31,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-5de1fc39-4b22-48d5-b54f-b5adb2122ca1 2018-11-19 06:15:31,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:31,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-96a9c098-a36d-44d2-b971-5be67b31968c Date: Mon, 19 Nov 2018 06:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:15:31,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-96a9c098-a36d-44d2-b971-5be67b31968c 2018-11-19 06:15:31,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:31,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-9c9cc7ff-0718-4c1f-aff8-52883853b010 Date: Mon, 19 Nov 2018 06:15:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:15:31,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-9c9cc7ff-0718-4c1f-aff8-52883853b010 2018-11-19 06:15:31,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:32,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:32,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}083d2b09815ebb72854d752b3879c11427d633cd" 2018-11-19 06:15:32,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aea29f2e-1439-4575-9203-af014767da43 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:32,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-aea29f2e-1439-4575-9203-af014767da43 2018-11-19 06:15:32,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:32,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-de514b62-83a9-4dbe-84ca-798c3319ce95 Date: Mon, 19 Nov 2018 06:15:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:15:32,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-de514b62-83a9-4dbe-84ca-798c3319ce95 2018-11-19 06:15:32,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:32,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-5bf19199-96e9-4cdd-9da0-872213fee4f5 Date: Mon, 19 Nov 2018 06:15:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:15:32,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2 used request id req-5bf19199-96e9-4cdd-9da0-872213fee4f5 2018-11-19 06:15:32,347 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 2018-11-19 06:15:32,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" -d '{"port": {"network_id": "cffece9a-86f7-4c19-b4a7-30da2d5dc968", "fixed_ips": [{"subnet_id": "3a16238a-103f-4eba-88d3-deceea169301", "ip_address": "10.200.202.1"}], "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2", "admin_state_up": true}}' 2018-11-19 06:15:33,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-8a12873d-4313-4732-b4cb-01fa2604b9b4 Date: Mon, 19 Nov 2018 06:15:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.1"}],"id":"0977d7c5-1694-42e8-b4c1-e3ab5082f70f","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:00:1f:7e","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2","project_id":"260b277e77224528b81506ba0908af94","qos_policy_id":null,"admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:32Z","binding:vnic_type":"normal"}} 2018-11-19 06:15:33,361 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-8a12873d-4313-4732-b4cb-01fa2604b9b4 2018-11-19 06:15:33,362 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2 for router - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:15:33,362 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:15:33,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" -d '{"port_id": "0977d7c5-1694-42e8-b4c1-e3ab5082f70f"}' 2018-11-19 06:15:35,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-408aa4c1-07d2-43a5-a40e-59a185d82d4a Date: Mon, 19 Nov 2018 06:15:35 GMT RESP BODY: {"network_id": "cffece9a-86f7-4c19-b4a7-30da2d5dc968", "tenant_id": "260b277e77224528b81506ba0908af94", "subnet_id": "3a16238a-103f-4eba-88d3-deceea169301", "subnet_ids": ["3a16238a-103f-4eba-88d3-deceea169301"], "port_id": "0977d7c5-1694-42e8-b4c1-e3ab5082f70f", "id": "05ea7aca-bd6c-42bd-8171-0cd5e75d4311"} 2018-11-19 06:15:35,013 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/add_router_interface used request id req-408aa4c1-07d2-43a5-a40e-59a185d82d4a 2018-11-19 06:15:35,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:35,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 542 X-Openstack-Request-Id: req-24314f43-cacb-4fdd-926d-1d05e2a10715 Date: Mon, 19 Nov 2018 06:15:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:22Z", "admin_state_up": true, "updated_at": "2018-11-19T06:15:34Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "260b277e77224528b81506ba0908af94", "id": "05ea7aca-bd6c-42bd-8171-0cd5e75d4311", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router"}} 2018-11-19 06:15:35,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311 used request id req-24314f43-cacb-4fdd-926d-1d05e2a10715 2018-11-19 06:15:35,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=05ea7aca-bd6c-42bd-8171-0cd5e75d4311 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:35,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-b90854c7-d167-4620-82cf-17a4432709ea Date: Mon, 19 Nov 2018 06:15:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":6,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.1"}],"id":"0977d7c5-1694-42e8-b4c1-e3ab5082f70f","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:00:1f:7e","project_id":"260b277e77224528b81506ba0908af94","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2","admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:32Z","binding:vnic_type":"normal","device_id":"05ea7aca-bd6c-42bd-8171-0cd5e75d4311"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:34Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.1"}],"id":"a49ea0c8-a24f-4f3b-a3b5-cf5dac064040","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:63:80:c4","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1","admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:28Z","binding:vnic_type":"normal","device_id":"05ea7aca-bd6c-42bd-8171-0cd5e75d4311"}]} 2018-11-19 06:15:35,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=05ea7aca-bd6c-42bd-8171-0cd5e75d4311 used request id req-b90854c7-d167-4620-82cf-17a4432709ea 2018-11-19 06:15:35,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a4f573f8-3055-4b8c-9c55-23ec5753ad35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:35,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-7b90ba92-62e4-48b1-bb84-90027a8bafd9 Date: Mon, 19 Nov 2018 06:15:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","gateway_ip":"10.200.201.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}} 2018-11-19 06:15:35,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a4f573f8-3055-4b8c-9c55-23ec5753ad35 used request id req-7b90ba92-62e4-48b1-bb84-90027a8bafd9 2018-11-19 06:15:35,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/3a16238a-103f-4eba-88d3-deceea169301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:15:35,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-fd8396da-ba5b-4c81-8302-7ee3721d0761 Date: Mon, 19 Nov 2018 06:15:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","gateway_ip":"10.200.202.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}} 2018-11-19 06:15:35,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/3a16238a-103f-4eba-88d3-deceea169301 used request id req-fd8396da-ba5b-4c81-8302-7ee3721d0761 2018-11-19 06:15:35,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:35,912 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:36,300 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:15:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["tDapzJFRSbKNNAFynyHTqQ"], "issued_at": "2018-11-19T06:15:36.000000Z"}} 2018-11-19 06:15:36,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37134850b50d46baf2fefa591fde107c9c04875c" 2018-11-19 06:15:36,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23abd5f6-e3f8-463b-a644-08f578604f1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:36,378 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23abd5f6-e3f8-463b-a644-08f578604f1f 2018-11-19 06:15:36,379 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:15:36,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37134850b50d46baf2fefa591fde107c9c04875c" 2018-11-19 06:15:36,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47980abb-c847-46df-9243-66c042b75db9 x-compute-request-id: req-47980abb-c847-46df-9243-66c042b75db9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:15:36,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-47980abb-c847-46df-9243-66c042b75db9 2018-11-19 06:15:36,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37134850b50d46baf2fefa591fde107c9c04875c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-11-19 06:15:36,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e867c6a-fcc1-4dbc-bc8e-9626e19d28cf x-compute-request-id: req-9e867c6a-fcc1-4dbc-bc8e-9626e19d28cf Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:15:36,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9e867c6a-fcc1-4dbc-bc8e-9626e19d28cf 2018-11-19 06:15:36,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:36,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:36,997 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["lyBceRt-RFaEEOFxTA1lcg"], "issued_at": "2018-11-19T06:15:36.000000Z"}} 2018-11-19 06:15:36,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:37,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26de4f6-c4b0-474f-ac1d-2b0bad56218f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:37,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b26de4f6-c4b0-474f-ac1d-2b0bad56218f 2018-11-19 06:15:37,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:37,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a6a28e15-af4d-4838-b476-a49143818f0a Date: Mon, 19 Nov 2018 06:15:37 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:15:37,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp used request id req-a6a28e15-af4d-4838-b476-a49143818f0a 2018-11-19 06:15:37,274 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp... 2018-11-19 06:15:37,274 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp 2018-11-19 06:15:37,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" -d '{"security_group": {"name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp"}}' 2018-11-19 06:15:37,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1402 X-Openstack-Request-Id: req-c73baf13-621f-4f37-9233-0e7eef4c6526 Date: Mon, 19 Nov 2018 06:15:37 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "updated_at": "2018-11-19T06:15:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "254e0e41-d352-4bd2-98f7-e416567109da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv6", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "a4f425f9-496b-42ea-9140-113d2f6ec684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}], "revision_number": 2, "project_id": "260b277e77224528b81506ba0908af94", "id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp"}} 2018-11-19 06:15:37,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-c73baf13-621f-4f37-9233-0e7eef4c6526 2018-11-19 06:15:37,778 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:37,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:37,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4f3ed018-490f-4e39-a3c3-a41b582ec9cb Date: Mon, 19 Nov 2018 06:15:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "254e0e41-d352-4bd2-98f7-e416567109da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "a4f425f9-496b-42ea-9140-113d2f6ec684"}]} 2018-11-19 06:15:37,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-4f3ed018-490f-4e39-a3c3-a41b582ec9cb 2018-11-19 06:15:37,944 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:37,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:38,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e8e129f-1f55-4ab8-85ac-930f85624365 Date: Mon, 19 Nov 2018 06:15:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "254e0e41-d352-4bd2-98f7-e416567109da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "a4f425f9-496b-42ea-9140-113d2f6ec684"}]} 2018-11-19 06:15:38,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-6e8e129f-1f55-4ab8-85ac-930f85624365 2018-11-19 06:15:38,123 - neutron_utils - INFO - Retrieving security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:38,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:38,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-aced0337-8603-4c67-8d7f-282300f09732 Date: Mon, 19 Nov 2018 06:15:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "updated_at": "2018-11-19T06:15:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "254e0e41-d352-4bd2-98f7-e416567109da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv6", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "a4f425f9-496b-42ea-9140-113d2f6ec684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}], "revision_number": 2, "project_id": "260b277e77224528b81506ba0908af94", "id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp"}]} 2018-11-19 06:15:38,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-aced0337-8603-4c67-8d7f-282300f09732 2018-11-19 06:15:38,328 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:38,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:38,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6fd1c97a-811f-40b0-8d8d-aa44bba2a9c6 Date: Mon, 19 Nov 2018 06:15:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "254e0e41-d352-4bd2-98f7-e416567109da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "a4f425f9-496b-42ea-9140-113d2f6ec684"}]} 2018-11-19 06:15:38,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-6fd1c97a-811f-40b0-8d8d-aa44bba2a9c6 2018-11-19 06:15:38,358 - neutron_utils - INFO - Retrieving security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:38,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:38,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-4d4e27c1-5c9c-4eec-93e5-f9180f78454c Date: Mon, 19 Nov 2018 06:15:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "updated_at": "2018-11-19T06:15:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "254e0e41-d352-4bd2-98f7-e416567109da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv6", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "a4f425f9-496b-42ea-9140-113d2f6ec684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}], "revision_number": 2, "project_id": "260b277e77224528b81506ba0908af94", "id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp"}]} 2018-11-19 06:15:38,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-4d4e27c1-5c9c-4eec-93e5-f9180f78454c 2018-11-19 06:15:38,550 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:38,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:38,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-919268f9-b0fb-4f7e-8110-3aba88d60d1b Date: Mon, 19 Nov 2018 06:15:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "254e0e41-d352-4bd2-98f7-e416567109da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "a4f425f9-496b-42ea-9140-113d2f6ec684"}]} 2018-11-19 06:15:38,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-919268f9-b0fb-4f7e-8110-3aba88d60d1b 2018-11-19 06:15:38,724 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp 2018-11-19 06:15:38,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:38,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1405 X-Openstack-Request-Id: req-87c88f1f-cfbd-4787-9507-d43a622ef343 Date: Mon, 19 Nov 2018 06:15:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "updated_at": "2018-11-19T06:15:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "254e0e41-d352-4bd2-98f7-e416567109da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv6", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "a4f425f9-496b-42ea-9140-113d2f6ec684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}], "revision_number": 2, "project_id": "260b277e77224528b81506ba0908af94", "id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp"}]} 2018-11-19 06:15:38,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp used request id req-87c88f1f-cfbd-4787-9507-d43a622ef343 2018-11-19 06:15:38,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:38,940 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:38,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:39,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c1d4b3-3e16-4725-b254-d5cde43d1a9d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:39,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-38c1d4b3-3e16-4725-b254-d5cde43d1a9d 2018-11-19 06:15:39,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:39,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:39,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-140c07c4-51fb-4167-819e-c8c263f513f7 Date: Mon, 19 Nov 2018 06:15:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "254e0e41-d352-4bd2-98f7-e416567109da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "a4f425f9-496b-42ea-9140-113d2f6ec684"}]} 2018-11-19 06:15:39,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-140c07c4-51fb-4167-819e-c8c263f513f7 2018-11-19 06:15:39,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a"}}' 2018-11-19 06:15:39,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-8cc6a73d-f92f-487d-8335-ace80973d90b Date: Mon, 19 Nov 2018 06:15:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:39Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:39Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "d908c2cf-c331-425e-97ae-e1de3840e445"}} 2018-11-19 06:15:39,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-8cc6a73d-f92f-487d-8335-ace80973d90b 2018-11-19 06:15:39,364 - neutron_utils - INFO - Retrieving security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:39,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:39,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1903 X-Openstack-Request-Id: req-b0b1366c-2f4f-4a60-8800-e3dda4a3d6b3 Date: Mon, 19 Nov 2018 06:15:39 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "updated_at": "2018-11-19T06:15:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "254e0e41-d352-4bd2-98f7-e416567109da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv6", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "revision_number": 0, "id": "a4f425f9-496b-42ea-9140-113d2f6ec684", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:39Z", "revision_number": 0, "id": "d908c2cf-c331-425e-97ae-e1de3840e445", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:39Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}], "revision_number": 3, "project_id": "260b277e77224528b81506ba0908af94", "id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp"}]} 2018-11-19 06:15:39,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-b0b1366c-2f4f-4a60-8800-e3dda4a3d6b3 2018-11-19 06:15:39,583 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a 2018-11-19 06:15:39,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:15:39,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-b1d506ed-8079-47d6-a04b-b51956cd38f9 Date: Mon, 19 Nov 2018 06:15:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "254e0e41-d352-4bd2-98f7-e416567109da"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:37Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:37Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "a4f425f9-496b-42ea-9140-113d2f6ec684"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:39Z", "security_group_id": "8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:39Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "d908c2cf-c331-425e-97ae-e1de3840e445"}]} 2018-11-19 06:15:39,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-b1d506ed-8079-47d6-a04b-b51956cd38f9 2018-11-19 06:15:39,623 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:39,624 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:40,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["YtX5DTfSR-2y3n_F0mK9PA"], "issued_at": "2018-11-19T06:15:40.000000Z"}} 2018-11-19 06:15:40,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:40,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05019bb5-a645-49d7-a152-3ede49b7ebb7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:40,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-05019bb5-a645-49d7-a152-3ede49b7ebb7 2018-11-19 06:15:40,083 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:15:40,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:40,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b3ac1b7-ac98-4064-86ed-68f0203a6a6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:40,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6b3ac1b7-ac98-4064-86ed-68f0203a6a6e 2018-11-19 06:15:40,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:40,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-819db6c8-2646-47a2-95fe-33c14f041f22 Date: Mon, 19 Nov 2018 06:15: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":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:40,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-819db6c8-2646-47a2-95fe-33c14f041f22 2018-11-19 06:15:40,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:40,428 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:40,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:40,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a251a2de-c10c-4848-bd75-f212a0cd8f39 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:40,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-a251a2de-c10c-4848-bd75-f212a0cd8f39 2018-11-19 06:15:40,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:40,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9a6e5a90-faee-4281-9f3e-98ae53d644d7 Date: Mon, 19 Nov 2018 06:15:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:40,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-9a6e5a90-faee-4281-9f3e-98ae53d644d7 2018-11-19 06:15:40,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:40,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cd61067d-d43a-4661-85d9-948a760e6656 Date: Mon, 19 Nov 2018 06:15:40 GMT RESP BODY: {"ports":[]} 2018-11-19 06:15:40,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port&admin_state_up=True used request id req-cd61067d-d43a-4661-85d9-948a760e6656 2018-11-19 06:15:40,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:41,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e4e016ff-86b7-4e67-9bf2-7ad50c3bd1df x-compute-request-id: req-e4e016ff-86b7-4e67-9bf2-7ad50c3bd1df Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:15:41,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1 used request id req-e4e016ff-86b7-4e67-9bf2-7ad50c3bd1df 2018-11-19 06:15:41,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:41,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-3febb159-6a38-4c77-99d7-5599477bdec0 Date: Mon, 19 Nov 2018 06:15: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":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:41,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-3febb159-6a38-4c77-99d7-5599477bdec0 2018-11-19 06:15:41,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:41,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19da84c0-d173-4072-96fc-67b03529f876 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:41,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-19da84c0-d173-4072-96fc-67b03529f876 2018-11-19 06:15:41,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:41,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-163d05ff-2177-402a-b902-09542c799586 Date: Mon, 19 Nov 2018 06:15:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:41,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-163d05ff-2177-402a-b902-09542c799586 2018-11-19 06:15:41,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:41,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8b43a36a-5728-46a3-8b3d-623772462231 Date: Mon, 19 Nov 2018 06:15:41 GMT RESP BODY: {"ports":[]} 2018-11-19 06:15:41,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port&admin_state_up=True used request id req-8b43a36a-5728-46a3-8b3d-623772462231 2018-11-19 06:15:41,746 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:15:41,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:15:42,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:15:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["U_jj9dkVRHC3rq0F7Sznew"], "issued_at": "2018-11-19T06:15:42.000000Z"}} 2018-11-19 06:15:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}269d6aa299ac78c3433be2ae177a6040f320a8b6" 2018-11-19 06:15:42,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b985c966-17e6-44be-94b3-97018ffde648 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:15:42,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b985c966-17e6-44be-94b3-97018ffde648 2018-11-19 06:15:42,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:42,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-37d11d66-140f-4abe-bb53-b7c1d491cbd0 Date: Mon, 19 Nov 2018 06:15: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":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:42,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-37d11d66-140f-4abe-bb53-b7c1d491cbd0 2018-11-19 06:15:42,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:42,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-81f2bec4-adba-4f8b-bf21-df2861410774 Date: Mon, 19 Nov 2018 06:15:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:42,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-81f2bec4-adba-4f8b-bf21-df2861410774 2018-11-19 06:15:42,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:42,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-93745d53-f44b-4579-bb54-46697cde71e3 Date: Mon, 19 Nov 2018 06:15: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":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:42,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-93745d53-f44b-4579-bb54-46697cde71e3 2018-11-19 06:15:42,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:15:42,898 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:15:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:15:42,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}269d6aa299ac78c3433be2ae177a6040f320a8b6" 2018-11-19 06:15:42,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93186e13-fa08-425b-a1b6-b0af3a0ff121 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:42,983 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-93186e13-fa08-425b-a1b6-b0af3a0ff121 2018-11-19 06:15:42,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:43,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-9318f5de-3927-4f4f-8833-ab0ceae41d8f Date: Mon, 19 Nov 2018 06:15:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:43,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-9318f5de-3927-4f4f-8833-ab0ceae41d8f 2018-11-19 06:15:43,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:43,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-6bbca59e-0081-40a6-912d-cd5e533cfacb Date: Mon, 19 Nov 2018 06:15:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:43,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1 used request id req-6bbca59e-0081-40a6-912d-cd5e533cfacb 2018-11-19 06:15:43,542 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 2018-11-19 06:15:43,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" -d '{"port": {"network_id": "2575236f-923a-4af2-bbc9-bd859c67bd3e", "fixed_ips": [{"subnet_id": "a4f573f8-3055-4b8c-9c55-23ec5753ad35", "ip_address": "10.200.201.5"}], "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port", "admin_state_up": true}}' 2018-11-19 06:15:44,516 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-069ddc8d-bbce-4cdf-a474-ab4bbd5dea06 Date: Mon, 19 Nov 2018 06:15:44 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.5"}],"id":"24ab755d-1a9a-4c93-92e6-5c24cd103352","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:52:e3:c3","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port","project_id":"260b277e77224528b81506ba0908af94","qos_policy_id":null,"admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:44Z","binding:vnic_type":"normal"}} 2018-11-19 06:15:44,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-069ddc8d-bbce-4cdf-a474-ab4bbd5dea06 2018-11-19 06:15:44,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:44,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-4a20de87-f4b3-4a83-aa12-96c90770db90 Date: Mon, 19 Nov 2018 06:15:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:15:44,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-4a20de87-f4b3-4a83-aa12-96c90770db90 2018-11-19 06:15:44,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:44,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e739605-da46-4988-b5e3-2b6aff833a1d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:44,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-9e739605-da46-4988-b5e3-2b6aff833a1d 2018-11-19 06:15:44,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:44,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-682937c9-0199-4288-a7dc-3cbc61230add Date: Mon, 19 Nov 2018 06:15:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:15:44,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-682937c9-0199-4288-a7dc-3cbc61230add 2018-11-19 06:15:44,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:45,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-670de76b-ca44-434b-8a54-41d93111ce92 Date: Mon, 19 Nov 2018 06:15:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:44Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.5"}],"id":"24ab755d-1a9a-4c93-92e6-5c24cd103352","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:52:e3:c3","project_id":"260b277e77224528b81506ba0908af94","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port","admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:44Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:15:45,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port&admin_state_up=True used request id req-670de76b-ca44-434b-8a54-41d93111ce92 2018-11-19 06:15:45,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:45,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05963ab9-8c89-4b7f-8201-70da21208e25 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:15:45,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-05963ab9-8c89-4b7f-8201-70da21208e25 2018-11-19 06:15:45,289 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1 2018-11-19 06:15:45,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:45,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43670751-e908-4b13-8502-4f8f6bb6ebfd x-compute-request-id: req-43670751-e908-4b13-8502-4f8f6bb6ebfd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-flavor-name"}]} 2018-11-19 06:15:45,319 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-43670751-e908-4b13-8502-4f8f6bb6ebfd 2018-11-19 06:15:45,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:45,345 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45c7731c-1aab-405d-90dc-4f877fd8a9ee x-compute-request-id: req-45c7731c-1aab-405d-90dc-4f877fd8a9ee Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:15:45,345 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3 used request id req-45c7731c-1aab-405d-90dc-4f877fd8a9ee 2018-11-19 06:15:45,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:45,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-3874328f-cb8d-419d-9d1d-290a2a674217 Date: Mon, 19 Nov 2018 06:15:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:15:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:15:13Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "metadata": {}}], "self": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "min_disk": 0, "protected": false, "id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "file": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "260b277e77224528b81506ba0908af94", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a"} 2018-11-19 06:15:45,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a used request id req-3874328f-cb8d-419d-9d1d-290a2a674217 2018-11-19 06:15:45,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:45,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b77e45cd-d695-4336-aefc-5c632ad380ee Date: Mon, 19 Nov 2018 06:15:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:15:45,682 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b77e45cd-d695-4336-aefc-5c632ad380ee 2018-11-19 06:15:45,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" -d '{"server": {"name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "imageRef": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "flavorRef": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDIuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "24ab755d-1a9a-4c93-92e6-5c24cd103352"}]}}' 2018-11-19 06:15:47,605 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:15:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b6b4f9f-1bb0-4c02-8452-d876c6b9bde3 x-compute-request-id: req-0b6b4f9f-1bb0-4c02-8452-d876c6b9bde3 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "adminPass": "FCWF6jUq98Dh"}} 2018-11-19 06:15:47,605 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0b6b4f9f-1bb0-4c02-8452-d876c6b9bde3 2018-11-19 06:15:47,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:47,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bc085a1-5d9e-4070-8acc-d7f1fb3744e1 x-compute-request-id: req-6bc085a1-5d9e-4070-8acc-d7f1fb3744e1 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.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:15:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:15:47,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-6bc085a1-5d9e-4070-8acc-d7f1fb3744e1 2018-11-19 06:15:47,999 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1 2018-11-19 06:15:48,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:48,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15: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-9aa44f74-4c19-4f17-a0e7-e6e318b2fc5f x-compute-request-id: req-9aa44f74-4c19-4f17-a0e7-e6e318b2fc5f 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.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:15:48Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:15:48,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-9aa44f74-4c19-4f17-a0e7-e6e318b2fc5f 2018-11-19 06:15:48,219 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - BUILD 2018-11-19 06:15:48,219 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:15:51,219 - create_instance - DEBUG - VM status query timeout in 896.779494047 2018-11-19 06:15:51,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:51,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53e32e03-8240-47ef-b69d-29d9636826f3 x-compute-request-id: req-53e32e03-8240-47ef-b69d-29d9636826f3 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.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:15:49Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:15:51,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-53e32e03-8240-47ef-b69d-29d9636826f3 2018-11-19 06:15:51,681 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - BUILD 2018-11-19 06:15:51,681 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:15:54,684 - create_instance - DEBUG - VM status query timeout in 893.314589024 2018-11-19 06:15:54,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:55,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c0d243c-f180-45c6-9dee-18a20567dd5b x-compute-request-id: req-4c0d243c-f180-45c6-9dee-18a20567dd5b 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.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:15:49Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:15:55,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-4c0d243c-f180-45c6-9dee-18a20567dd5b 2018-11-19 06:15:55,098 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - BUILD 2018-11-19 06:15:55,099 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:15:58,102 - create_instance - DEBUG - VM status query timeout in 889.896936893 2018-11-19 06:15:58,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:59,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aad8166d-7abc-4599-9179-aa1929388c04 x-compute-request-id: req-aad8166d-7abc-4599-9179-aa1929388c04 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:e3:c3", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:15:55Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:15:59,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-aad8166d-7abc-4599-9179-aa1929388c04 2018-11-19 06:15:59,296 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - ACTIVE 2018-11-19 06:15:59,296 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:15:59,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:15:59,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:15:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b052207-669a-4043-a9ce-2774400c7d12 x-compute-request-id: req-6b052207-669a-4043-a9ce-2774400c7d12 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:e3:c3", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:15:55Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:15:59,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-6b052207-669a-4043-a9ce-2774400c7d12 2018-11-19 06:15:59,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:00,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d7602ffa-3843-4ce3-bc50-adbc5df3f810 Date: Mon, 19 Nov 2018 06:16:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a4f573f8-3055-4b8c-9c55-23ec5753ad35"],"updated_at":"2018-11-19T06:15:16Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1"}]} 2018-11-19 06:16:00,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 used request id req-d7602ffa-3843-4ce3-bc50-adbc5df3f810 2018-11-19 06:16:00,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:00,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f72f419-c66d-4970-a86b-ecd5aec8eb00 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:16:00,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-6f72f419-c66d-4970-a86b-ecd5aec8eb00 2018-11-19 06:16:00,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:00,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a181eb0f-9f6f-4bc1-9b98-1b963c9b585e Date: Mon, 19 Nov 2018 06:16:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.201.2","end":"10.200.201.254"}],"gateway_ip":"10.200.201.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.201.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1"}]} 2018-11-19 06:16:00,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-a181eb0f-9f6f-4bc1-9b98-1b963c9b585e 2018-11-19 06:16:00,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:00,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-7b2b1d62-a8ed-4332-a46b-b75c4061408f Date: Mon, 19 Nov 2018 06:16:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:55Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.5"}],"id":"24ab755d-1a9a-4c93-92e6-5c24cd103352","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:52:e3:c3","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port","admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:44Z","binding:vnic_type":"normal","device_id":"ebeb0f85-daa8-46b7-b47f-e5059d99512f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.2"}],"id":"89a664c2-736b-427b-908e-4fb7c7dfadee","security_groups":[],"mac_address":"fa:16:3e:a7:7d:1a","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:16Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2575236f-923a-4af2-bbc9-bd859c67bd3e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.1"}],"id":"a49ea0c8-a24f-4f3b-a3b5-cf5dac064040","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:63:80:c4","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1","admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:28Z","binding:vnic_type":"normal","device_id":"05ea7aca-bd6c-42bd-8171-0cd5e75d4311"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:20Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.3"}],"id":"b5e75201-1e43-4b91-a1d8-293b6fd5bbaf","security_groups":[],"mac_address":"fa:16:3e:93:0c:57","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:17Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2575236f-923a-4af2-bbc9-bd859c67bd3e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a4f573f8-3055-4b8c-9c55-23ec5753ad35","ip_address":"10.200.201.4"}],"id":"eeca822b-0a66-4720-9b98-1ae4231adbb8","security_groups":[],"mac_address":"fa:16:3e:ab:3b:f0","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2575236f-923a-4af2-bbc9-bd859c67bd3e","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2575236f-923a-4af2-bbc9-bd859c67bd3e"}]} 2018-11-19 06:16:00,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-7b2b1d62-a8ed-4332-a46b-b75c4061408f 2018-11-19 06:16:00,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:16:00,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:16:00,657 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:16:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["YLCdXi2GTtCVQpY4yc6nhw"], "issued_at": "2018-11-19T06:16:00.000000Z"}} 2018-11-19 06:16:00,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:00,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1eb3fbb-8a4c-4d96-9e8e-4741854b4913 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:16:00,735 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a1eb3fbb-8a4c-4d96-9e8e-4741854b4913 2018-11-19 06:16:00,737 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:16:00,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:00,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d68293-6cc6-4291-9ebc-5b863666de3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:16:00,818 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a1d68293-6cc6-4291-9ebc-5b863666de3f 2018-11-19 06:16:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:01,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-d80cb7cd-0a7d-4899-a0f1-669579bcd348 Date: Mon, 19 Nov 2018 06:16: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":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:16:01,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-d80cb7cd-0a7d-4899-a0f1-669579bcd348 2018-11-19 06:16:01,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:16:01,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:16: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:16:01,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:01,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe45b7e9-2f85-4b45-8fc4-ce08e4ce50f8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:16:01,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-fe45b7e9-2f85-4b45-8fc4-ce08e4ce50f8 2018-11-19 06:16:01,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:01,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-ac089dd7-d6a7-4eef-9754-0f422ee7e3a1 Date: Mon, 19 Nov 2018 06:16:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:16:01,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-ac089dd7-d6a7-4eef-9754-0f422ee7e3a1 2018-11-19 06:16:01,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:01,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9cd808f8-0640-41df-ae95-ccd748a5ffc6 Date: Mon, 19 Nov 2018 06:16:01 GMT RESP BODY: {"ports":[]} 2018-11-19 06:16:01,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port&admin_state_up=True used request id req-9cd808f8-0640-41df-ae95-ccd748a5ffc6 2018-11-19 06:16:01,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:01,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b0e518d-8a63-43cf-9a48-7ccf14d0b339 x-compute-request-id: req-8b0e518d-8a63-43cf-9a48-7ccf14d0b339 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:16:01,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2 used request id req-8b0e518d-8a63-43cf-9a48-7ccf14d0b339 2018-11-19 06:16:01,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:02,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2bed1298-2c19-449b-bc6d-fb9751e1c645 Date: Mon, 19 Nov 2018 06:16: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":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:16:02,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-2bed1298-2c19-449b-bc6d-fb9751e1c645 2018-11-19 06:16:02,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:02,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7eec407-d952-4a3c-9834-34578ba66da1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:16:02,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-b7eec407-d952-4a3c-9834-34578ba66da1 2018-11-19 06:16:02,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:02,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-95f81868-2872-4f6a-b433-11f1fd0af2c7 Date: Mon, 19 Nov 2018 06:16:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:16:02,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-95f81868-2872-4f6a-b433-11f1fd0af2c7 2018-11-19 06:16:02,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:02,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0f372049-f4a3-4f76-8b9f-dd2a131fa124 Date: Mon, 19 Nov 2018 06:16:02 GMT RESP BODY: {"ports":[]} 2018-11-19 06:16:02,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port&admin_state_up=True used request id req-0f372049-f4a3-4f76-8b9f-dd2a131fa124 2018-11-19 06:16:02,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:16:02,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:16:02,750 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e4d5a9257d464589b9d93df87085b3d6", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role"}], "expires_at": "2018-11-19T07:16:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260b277e77224528b81506ba0908af94", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/260b277e77224528b81506ba0908af94", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/260b277e77224528b81506ba0908af94", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user", "id": "421cd519fde74b54adc4bc9d0c05f51a"}, "audit_ids": ["iIChxysyTYa8u_2UQu99Xg"], "issued_at": "2018-11-19T06:16:02.000000Z"}} 2018-11-19 06:16:02,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24739e7e2a09e58395e12db84f0adfd3c1d62c69" 2018-11-19 06:16:02,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00edde7c-2505-4c6f-9ccc-11a892acf89f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:16:02,826 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-00edde7c-2505-4c6f-9ccc-11a892acf89f 2018-11-19 06:16:02,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:03,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-dfe5387c-b62c-45da-beef-19d640897141 Date: Mon, 19 Nov 2018 06:16: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":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:16:03,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-dfe5387c-b62c-45da-beef-19d640897141 2018-11-19 06:16:03,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:03,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-8fb08deb-f3ec-4b04-b7bc-5d118e3e4128 Date: Mon, 19 Nov 2018 06:16:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:16:03,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-8fb08deb-f3ec-4b04-b7bc-5d118e3e4128 2018-11-19 06:16:03,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:03,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-2d25279f-fa9c-4dc2-8af4-3b004fd0c827 Date: Mon, 19 Nov 2018 06:16: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":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:16:03,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-2d25279f-fa9c-4dc2-8af4-3b004fd0c827 2018-11-19 06:16:03,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:16:03,427 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:16: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:16:03,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}24739e7e2a09e58395e12db84f0adfd3c1d62c69" 2018-11-19 06:16:03,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae2747e-25c0-4704-bdae-a9d3402a3d19 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:16:03,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-4ae2747e-25c0-4704-bdae-a9d3402a3d19 2018-11-19 06:16:03,450 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:03,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-56ee252e-397e-46d6-b2a1-84dc5a7fbdd9 Date: Mon, 19 Nov 2018 06:16:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:16:03,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-56ee252e-397e-46d6-b2a1-84dc5a7fbdd9 2018-11-19 06:16:03,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:03,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-dbe3dbce-919f-4608-bba4-4fe7d2c97c2c Date: Mon, 19 Nov 2018 06:16:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:16:03,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2 used request id req-dbe3dbce-919f-4608-bba4-4fe7d2c97c2c 2018-11-19 06:16:03,696 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 2018-11-19 06:16:03,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" -d '{"port": {"network_id": "cffece9a-86f7-4c19-b4a7-30da2d5dc968", "fixed_ips": [{"subnet_id": "3a16238a-103f-4eba-88d3-deceea169301", "ip_address": "10.200.202.5"}], "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port", "admin_state_up": true}}' 2018-11-19 06:16:04,720 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 787 X-Openstack-Request-Id: req-18519d85-b161-46ce-a5f3-598acbd41f66 Date: Mon, 19 Nov 2018 06:16:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:16:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.5"}],"id":"c7edce30-70f5-4eb9-a19f-e2b2dc08fe3c","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:34:5a:e2","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port","project_id":"260b277e77224528b81506ba0908af94","qos_policy_id":null,"admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:16:04Z","binding:vnic_type":"normal"}} 2018-11-19 06:16:04,720 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-18519d85-b161-46ce-a5f3-598acbd41f66 2018-11-19 06:16:04,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-e072706c-e8ad-4464-91ef-6f62cf5599e1 Date: Mon, 19 Nov 2018 06:16:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:16:05,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-e072706c-e8ad-4464-91ef-6f62cf5599e1 2018-11-19 06:16:05,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2a865a6-b455-46ef-b60f-ad9134a5181e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:16:05,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-c2a865a6-b455-46ef-b60f-ad9134a5181e 2018-11-19 06:16:05,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c41fdeb6-3ff9-48bc-b594-e088c27d546a Date: Mon, 19 Nov 2018 06:16:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:16:05,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-c41fdeb6-3ff9-48bc-b594-e088c27d546a 2018-11-19 06:16:05,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-e2c35239-5a99-4d57-b3d4-725758b31584 Date: Mon, 19 Nov 2018 06:16:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:16:04Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.5"}],"id":"c7edce30-70f5-4eb9-a19f-e2b2dc08fe3c","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:34:5a:e2","project_id":"260b277e77224528b81506ba0908af94","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port","admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:16:04Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:16:05,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968&name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port&admin_state_up=True used request id req-e2c35239-5a99-4d57-b3d4-725758b31584 2018-11-19 06:16:05,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26006925-90dd-4e6d-94b7-0f0e4001465d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:16:05,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-26006925-90dd-4e6d-94b7-0f0e4001465d 2018-11-19 06:16:05,432 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2 2018-11-19 06:16:05,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ffe7a92-1064-4115-9181-92127723026c x-compute-request-id: req-0ffe7a92-1064-4115-9181-92127723026c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}], "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-flavor-name"}]} 2018-11-19 06:16:05,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0ffe7a92-1064-4115-9181-92127723026c 2018-11-19 06:16:05,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c752c024-7415-475b-8975-4ef167a23e6b x-compute-request-id: req-c752c024-7415-475b-8975-4ef167a23e6b Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:16:05,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3 used request id req-c752c024-7415-475b-8975-4ef167a23e6b 2018-11-19 06:16:05,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1048 Content-Type: application/json X-Openstack-Request-Id: req-7a1ec6d3-214b-46ab-bb0a-d7f768c65887 Date: Mon, 19 Nov 2018 06:16:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:15:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:15:13Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "metadata": {}}], "self": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "min_disk": 0, "protected": false, "id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "file": "/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "260b277e77224528b81506ba0908af94", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a"} 2018-11-19 06:16:05,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a used request id req-7a1ec6d3-214b-46ab-bb0a-d7f768c65887 2018-11-19 06:16:05,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:05,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-10b2bcf5-37c2-4d54-ab7c-d41f6d17f711 Date: Mon, 19 Nov 2018 06:16:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:16:05,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-10b2bcf5-37c2-4d54-ab7c-d41f6d17f711 2018-11-19 06:16:05,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" -d '{"server": {"name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "imageRef": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "flavorRef": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDEwLjIwMC4yMDEuNSAyPiYxID4vZGV2L251bGwKIFJFUz0kPwogaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogIGVjaG8gJ3ZQaW5nIE9LJwogIGJyZWFrCiBlbHNlCiAgZWNobyAndlBpbmcgS08nCiBmaQogc2xlZXAgMQpkb25lCgo=", "max_count": 1, "min_count": 1, "networks": [{"port": "c7edce30-70f5-4eb9-a19f-e2b2dc08fe3c"}]}}' 2018-11-19 06:16:07,125 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:16:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6509177d-9d91-4c61-ab4c-f1be0196cc26 x-compute-request-id: req-6509177d-9d91-4c61-ab4c-f1be0196cc26 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ec099516-c482-459d-86ce-ec809d39375f", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "adminPass": "syrbxsRMH5oQ"}} 2018-11-19 06:16:07,125 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-6509177d-9d91-4c61-ab4c-f1be0196cc26 2018-11-19 06:16:07,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:07,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-bfaf2521-7253-4d74-86a1-471db57bae70 x-compute-request-id: req-bfaf2521-7253-4d74-86a1-471db57bae70 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.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:16:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:07,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-bfaf2521-7253-4d74-86a1-471db57bae70 2018-11-19 06:16:07,710 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2 2018-11-19 06:16:07,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:07,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b29ecb82-8741-4f33-bb36-17c71ce40a42 x-compute-request-id: req-b29ecb82-8741-4f33-bb36-17c71ce40a42 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.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:16:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:07,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-b29ecb82-8741-4f33-bb36-17c71ce40a42 2018-11-19 06:16:07,922 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2] is - BUILD 2018-11-19 06:16:07,922 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:10,925 - create_instance - DEBUG - VM status query timeout in 896.785387993 2018-11-19 06:16:10,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:11,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-dceca79c-7b8e-4f1d-9bf7-6d4bf432a354 x-compute-request-id: req-dceca79c-7b8e-4f1d-9bf7-6d4bf432a354 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.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:16:09Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:11,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-dceca79c-7b8e-4f1d-9bf7-6d4bf432a354 2018-11-19 06:16:11,375 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2] is - BUILD 2018-11-19 06:16:11,375 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:14,375 - create_instance - DEBUG - VM status query timeout in 893.335216045 2018-11-19 06:16:14,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:15,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-48d6facb-de4a-4c0a-8eca-472e8118ba79 x-compute-request-id: req-48d6facb-de4a-4c0a-8eca-472e8118ba79 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.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:16:09Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:15,411 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-48d6facb-de4a-4c0a-8eca-472e8118ba79 2018-11-19 06:16:15,411 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2] is - BUILD 2018-11-19 06:16:15,411 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:18,414 - create_instance - DEBUG - VM status query timeout in 889.296086073 2018-11-19 06:16:18,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:18,874 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f5eb627-1c10-4d19-8dd3-56f9e3ecf1e7 x-compute-request-id: req-4f5eb627-1c10-4d19-8dd3-56f9e3ecf1e7 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:5a:e2", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:16:16.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:16Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:18,874 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-4f5eb627-1c10-4d19-8dd3-56f9e3ecf1e7 2018-11-19 06:16:18,874 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2] is - ACTIVE 2018-11-19 06:16:18,875 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:16:18,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:19,929 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b043b3b-899b-402a-b644-29e64e1a6c50 x-compute-request-id: req-5b043b3b-899b-402a-b644-29e64e1a6c50 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:5a:e2", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:16:16.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:16Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:19,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-5b043b3b-899b-402a-b644-29e64e1a6c50 2018-11-19 06:16:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:20,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-bd647a79-5772-4fa9-a39c-6f84ee4cbe59 Date: Mon, 19 Nov 2018 06:16: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":["3a16238a-103f-4eba-88d3-deceea169301"],"updated_at":"2018-11-19T06:15:19Z","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"260b277e77224528b81506ba0908af94","id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2"}]} 2018-11-19 06:16:20,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 used request id req-bd647a79-5772-4fa9-a39c-6f84ee4cbe59 2018-11-19 06:16:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:20,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-880c2c96-d2a7-4f82-8f27-15af6ad79afa Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:16:20,261 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-880c2c96-d2a7-4f82-8f27-15af6ad79afa 2018-11-19 06:16:20,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:20,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3ab8abcb-416a-476e-b905-eff6e6c8ac6d Date: Mon, 19 Nov 2018 06:16:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:15:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.200.202.2","end":"10.200.202.254"}],"gateway_ip":"10.200.202.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.200.202.0/24","project_id":"260b277e77224528b81506ba0908af94","id":"3a16238a-103f-4eba-88d3-deceea169301","subnetpool_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2"}]} 2018-11-19 06:16:20,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-3ab8abcb-416a-476e-b905-eff6e6c8ac6d 2018-11-19 06:16:20,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:20,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3986 X-Openstack-Request-Id: req-050163d8-d730-46f3-ab97-78dde06587d5 Date: Mon, 19 Nov 2018 06:16:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:47Z","device_owner":"network:ha_router_replicated_interface","revision_number":16,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.1"}],"id":"0977d7c5-1694-42e8-b4c1-e3ab5082f70f","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:00:1f:7e","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2","admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:32Z","binding:vnic_type":"normal","device_id":"05ea7aca-bd6c-42bd-8171-0cd5e75d4311"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.4"}],"id":"1e49ad08-3434-4948-8a8e-31bf84e23fb8","security_groups":[],"mac_address":"fa:16:3e:ea:10:5e","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-cffece9a-86f7-4c19-b4a7-30da2d5dc968"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:16:16Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.5"}],"id":"c7edce30-70f5-4eb9-a19f-e2b2dc08fe3c","security_groups":["cef3060a-8548-4440-9f3b-1d333f720a71"],"mac_address":"fa:16:3e:34:5a:e2","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port","admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:16:04Z","binding:vnic_type":"normal","device_id":"ec099516-c482-459d-86ce-ec809d39375f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.3"}],"id":"d05d9a3d-5a2c-4a37-b30d-a5c48e88988b","security_groups":[],"mac_address":"fa:16:3e:74:4e:05","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-cffece9a-86f7-4c19-b4a7-30da2d5dc968"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:15:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"3a16238a-103f-4eba-88d3-deceea169301","ip_address":"10.200.202.2"}],"id":"f1bdfcbd-382c-4a01-ba3b-17bfbbdb0096","security_groups":[],"mac_address":"fa:16:3e:3a:84:49","project_id":"260b277e77224528b81506ba0908af94","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cffece9a-86f7-4c19-b4a7-30da2d5dc968","tenant_id":"260b277e77224528b81506ba0908af94","created_at":"2018-11-19T06:15:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-cffece9a-86f7-4c19-b4a7-30da2d5dc968"}]} 2018-11-19 06:16:20,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-050163d8-d730-46f3-ab97-78dde06587d5 2018-11-19 06:16:20,581 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-11-19 06:16:20,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:20,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d6e6945-f694-4cdc-9e08-30a94afa670e x-compute-request-id: req-7d6e6945-f694-4cdc-9e08-30a94afa670e Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:e3:c3", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:15:55Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:20,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-7d6e6945-f694-4cdc-9e08-30a94afa670e 2018-11-19 06:16:20,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:16:21,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f412392-865e-41db-bda8-c279030fa282 x-compute-request-id: req-6f412392-865e-41db-bda8-c279030fa282 Content-Encoding: gzip Content-Length: 8094 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 508651333 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.128808] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130441] pid_max: default: 32768 minimum: 301\n[ 0.131319] ACPI: Core revision 20150930\n[ 0.132694] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133979] Security Framework initialized\n[ 0.134777] Yama: becoming mindful.\n[ 0.135490] AppArmor: AppArmor initialized\n[ 0.136342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138897] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141447] Initializing cgroup subsys io\n[ 0.142244] Initializing cgroup subsys memory\n[ 0.143089] Initializing cgroup subsys devices\n[ 0.143955] Initializing cgroup subsys freezer\n[ 0.144807] Initializing cgroup subsys net_cls\n[ 0.145652] Initializing cgroup subsys perf_event\n[ 0.146544] Initializing cgroup subsys net_prio\n[ 0.147409] Initializing cgroup subsys hugetlb\n[ 0.148267] Initializing cgroup subsys pids\n[ 0.149126] CPU: Physical Processor ID: 0\n[ 0.150626] mce: CPU supports 10 MCE banks\n[ 0.151460] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152446] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154697] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161058] ftrace: allocating 31920 entries in 125 pages\n[ 0.187342] smpboot: Max logical packages: 2\n[ 0.188207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189387] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190721] x2apic enabled\n[ 0.191530] Switched APIC routing to physical x2apic.\n[ 0.193277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194483] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196613] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198553] KVM setup paravirtual spinlock\n[ 0.200048] x86: Booting SMP configuration:\n[ 0.200940] .... node #0, CPUs: #1\n[ 0.201825] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.223459] x86: Booted up 1 node, 2 CPUs\n[ 0.223461] KVM setup async PF for cpu 1\n[ 0.223463] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.226001] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.227480] devtmpfs: initialized\n[ 0.229202] evm: security.selinux\n[ 0.229889] evm: security.SMACK64\n[ 0.230568] evm: security.SMACK64EXEC\n[ 0.231307] evm: security.SMACK64TRANSMUTE\n[ 0.232112] evm: security.SMACK64MMAP\n[ 0.232848] evm: security.ima\n[ 0.233477] evm: security.capability\n[ 0.234324] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236176] pinctrl core: initialized pinctrl subsystem\n[ 0.237266] RTC time: 6:15:54, date: 11/19/18\n[ 0.238232] NET: Registered protocol family 16\n[ 0.248208] cpuidle: using governor ladder\n[ 0.260297] cpuidle: using governor menu\n[ 0.261105] PCCT header not found.\n[ 0.261856] ACPI: bus type PCI registered\n[ 0.262632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263846] PCI: Using configuration type 1 for base access\n[ 0.277238] ACPI: Added _OSI(Module Device)\n[ 0.278072] ACPI: Added _OSI(Processor Device)\n[ 0.278912] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279785] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282147] ACPI: Interpreter enabled\n[ 0.282911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290079] ACPI: (supports S0 S5)\n[ 0.290764] ACPI: Using IOAPIC for interrupt routing\n[ 0.291692] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295027] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296144] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297339] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300684] acpiphp: Slot [3] registered\n[ 0.301470] acpiphp: Slot [4] registered\n[ 0.302259] acpiphp: Slot [5] registered\n[ 0.303050] acpiphp: Slot [6] registered\n[ 0.303836] acpiphp: Slot [7] registered\n[ 0.304614] acpiphp: Slot [8] registered\n[ 0.305402] acpiphp: Slot [9] registered\n[ 0.306180] acpiphp: Slot [10] registered\n[ 0.316970] acpiphp: Slot [11] registered\n[ 0.317773] acpiphp: Slot [12] registered\n[ 0.318561] acpiphp: Slot [13] registered\n[ 0.319353] acpiphp: Slot [14] registered\n[ 0.320154] acpiphp: Slot [15] registered\n[ 0.320945] acpiphp: Slot [16] registered\n[ 0.321740] acpiphp: Slot [17] registered\n[ 0.322532] acpiphp: Slot [18] registered\n[ 0.323322] acpiphp: Slot [19] registered\n[ 0.324114] acpiphp: Slot [20] registered\n[ 0.324909] acpiphp: Slot [21] registered\n[ 0.325694] acpiphp: Slot [22] registered\n[ 0.326493] acpiphp: Slot [23] registered\n[ 0.327288] acpiphp: Slot [24] registered\n[ 0.328079] acpiphp: Slot [25] registered\n[ 0.328868] acpiphp: Slot [26] registered\n[ 0.329655] acpiphp: Slot [27] registered\n[ 0.330463] acpiphp: Slot [28] registered\n[ 0.331263] acpiphp: Slot [29] registered\n[ 0.332055] acpiphp: Slot [30] registered\n[ 0.332848] acpiphp: Slot [31] registered\n[ 0.333630] PCI host bridge to bus 0000:00\n[ 0.334420] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.339624] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346025] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348470] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.349699] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.356041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.403583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405056] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.406474] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407867] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.409230] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410501] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411886] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.412918] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414425] vgaarb: loaded\n[ 0.415019] vgaarb: bridge control possible 0000:00:02.0\n[ 0.416511] SCSI subsystem initialized\n[ 0.417339] ACPI: bus type USB registered\n[ 0.418144] usbcore: registered new interface driver usbfs\n[ 0.419155] usbcore: registered new interface driver hub\n[ 0.420144] usbcore: registered new device driver usb\n[ 0.421224] PCI: Using ACPI for IRQ routing\n[ 0.422232] NetLabel: Initializing\n[ 0.422931] NetLabel: domain hash size = 128\n[ 0.423767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424690] NetLabel: unlabeled traffic allowed by default\n[ 0.425806] clocksource: Switched to clocksource kvm-clock\n[ 0.431815] AppArmor: AppArmor Filesystem Enabled\n[ 0.432744] pnp: PnP ACPI init\n[ 0.433701] pnp: PnP ACPI: found 5 devices\n[ 0.440412] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442071] NET: Registered protocol family 2\n[ 0.443014] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444249] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445389] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.446520] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448691] NET: Registered protocol family 1\n[ 0.449531] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.450594] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.451634] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.470265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489089] Trying to unpack rootfs image as initramfs...\n[ 0.539326] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553340] Scanning for low memory corruption every 60 seconds\n[ 0.554976] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.556148] audit: initializing netlink subsys (disabled)\n[ 0.557195] audit: type=2000 audit(1542608155.439:1): initialized\n[ 0.558510] Initialise system trusted keyring\n[ 0.559499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560651] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562742] zbud: loaded\n[ 0.563876] VFS: Disk quotas dquot_6.6.0\n[ 0.564684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566295] fuse init (API version 7.23)\n[ 0.567234] Key type big_key registered\n[ 0.568022] Allocating IMA MOK and blacklist keyrings.\n[ 0.569276] Key type asymmetric registered\n[ 0.570104] Asymmetric key parser 'x509' registered\n[ 0.571043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572524] io scheduler noop registered\n[ 0.573314] io scheduler deadline registered (default)\n[ 0.574298] io scheduler cfq registered\n[ 0.575130] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576150] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577427] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.578856] ACPI: Power Button [PWRF]\n[ 0.579733] GHES: HEST is not enabled!\n[ 0.597927] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.635018] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.637633] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.661609] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.663898] Linux agpgart interface v0.103\n[ 0.666628] brd: module loaded\n[ 0.668625] loop: module loaded\n[ 0.672947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.674390] GPT:90111 != 20971519\n[ 0.675072] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676127] GPT:90111 != 20971519\n[ 0.676793] GPT: Use GNU Parted to correct GPT errors.\n[ 0.677749] vda: vda1 vda15\n[ 0.679363] scsi host0: ata_piix\n[ 0.680240] scsi host1: ata_piix\n[ 0.680946] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.682145] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.683381] libphy: Fixed MDIO Bus: probed\n[ 0.684517] tun: Universal TUN/TAP device driver, 1.6\n[ 0.685444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.687686] PPP generic driver version 2.4.2\n[ 0.688972] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.690653] ehci-pci: EHCI PCI platform driver\n[ 0.691865] ehci-platform: EHCI generic platform driver\n[ 0.692826] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.694161] ohci-pci: OHCI PCI platform driver\n[ 0.695180] ohci-platform: OHCI generic platform driver\n[ 0.696338] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715572] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716762] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.718471] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.719630] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.720945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.722436] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.724117] usb usb1: Product: UHCI Host Controller\n[ 0.725220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.726637] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.727767] hub 1-0:1.0: USB hub found\n[ 0.728668] hub 1-0:1.0: 2 ports detected\n[ 0.729723] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732144] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.733274] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.734495] mousedev: PS/2 mouse device common for all mice\n[ 0.735889] rtc_cmos 00:00: RTC can wake from S4\n[ 0.737257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.740689] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742226] i2c /dev entries driver\n[ 0.743130] device-mapper: uevent: version 1.0.3\n[ 0.744239] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747733] NET: Registered protocol family 10\n[ 0.749298] NET: Registered protocol family 17\n[ 0.750352] Key type dns_resolver registered\n[ 0.751483] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753117] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.754432] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756493] registered taskstats version 1\n[ 0.757473] Loading compiled-in X.509 certificates\n[ 0.759083] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761429] zswap: loaded using pool lzo/zbud\n[ 0.763128] Key type trusted registered\n[ 0.765127] Key type encrypted registered\n[ 0.766118] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.767330] ima: No TPM chip found, activating TPM-bypass!\n[ 0.768564] evm: HMAC attrs: 0x1\n[ 0.769656] Magic number: 10:811:266\n[ 0.770681] rtc_cmos 00:00: setting system clock to 2018-11-19 06:15:55 UTC (1542608155)\n[ 0.782769] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784092] EDD information not available.\n[ 0.838906] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840831] Write protecting the kernel read-only data: 14336k\n[ 0.842539] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.844467] 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.20\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.416667] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.39. iid=i-000000b0\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nvPing KO\nvPing KO\n"} 2018-11-19 06:16:21,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f/action used request id req-6f412392-865e-41db-bda8-c279030fa282 2018-11-19 06:16:21,990 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:16:21,991 - 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 508651333 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.128808] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130441] pid_max: default: 32768 minimum: 301 [ 0.131319] ACPI: Core revision 20150930 [ 0.132694] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133979] Security Framework initialized [ 0.134777] Yama: becoming mindful. [ 0.135490] AppArmor: AppArmor initialized [ 0.136342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.137644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.138897] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.140083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.141447] Initializing cgroup subsys io [ 0.142244] Initializing cgroup subsys memory [ 0.143089] Initializing cgroup subsys devices [ 0.143955] Initializing cgroup subsys freezer [ 0.144807] Initializing cgroup subsys net_cls [ 0.145652] Initializing cgroup subsys perf_event [ 0.146544] Initializing cgroup subsys net_prio [ 0.147409] Initializing cgroup subsys hugetlb [ 0.148267] Initializing cgroup subsys pids [ 0.149126] CPU: Physical Processor ID: 0 [ 0.150626] mce: CPU supports 10 MCE banks [ 0.151460] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152446] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154697] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161058] ftrace: allocating 31920 entries in 125 pages [ 0.187342] smpboot: Max logical packages: 2 [ 0.188207] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189387] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190721] x2apic enabled [ 0.191530] Switched APIC routing to physical x2apic. [ 0.193277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194483] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196613] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198553] KVM setup paravirtual spinlock [ 0.200048] x86: Booting SMP configuration: [ 0.200940] .... node #0, CPUs: #1 [ 0.201825] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.223459] x86: Booted up 1 node, 2 CPUs [ 0.223461] KVM setup async PF for cpu 1 [ 0.223463] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.226001] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.227480] devtmpfs: initialized [ 0.229202] evm: security.selinux [ 0.229889] evm: security.SMACK64 [ 0.230568] evm: security.SMACK64EXEC [ 0.231307] evm: security.SMACK64TRANSMUTE [ 0.232112] evm: security.SMACK64MMAP [ 0.232848] evm: security.ima [ 0.233477] evm: security.capability [ 0.234324] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236176] pinctrl core: initialized pinctrl subsystem [ 0.237266] RTC time: 6:15:54, date: 11/19/18 [ 0.238232] NET: Registered protocol family 16 [ 0.248208] cpuidle: using governor ladder [ 0.260297] cpuidle: using governor menu [ 0.261105] PCCT header not found. [ 0.261856] ACPI: bus type PCI registered [ 0.262632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263846] PCI: Using configuration type 1 for base access [ 0.277238] ACPI: Added _OSI(Module Device) [ 0.278072] ACPI: Added _OSI(Processor Device) [ 0.278912] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279785] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282147] ACPI: Interpreter enabled [ 0.282911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290079] ACPI: (supports S0 S5) [ 0.290764] ACPI: Using IOAPIC for interrupt routing [ 0.291692] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295027] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296144] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297339] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300684] acpiphp: Slot [3] registered [ 0.301470] acpiphp: Slot [4] registered [ 0.302259] acpiphp: Slot [5] registered [ 0.303050] acpiphp: Slot [6] registered [ 0.303836] acpiphp: Slot [7] registered [ 0.304614] acpiphp: Slot [8] registered [ 0.305402] acpiphp: Slot [9] registered [ 0.306180] acpiphp: Slot [10] registered [ 0.316970] acpiphp: Slot [11] registered [ 0.317773] acpiphp: Slot [12] registered [ 0.318561] acpiphp: Slot [13] registered [ 0.319353] acpiphp: Slot [14] registered [ 0.320154] acpiphp: Slot [15] registered [ 0.320945] acpiphp: Slot [16] registered [ 0.321740] acpiphp: Slot [17] registered [ 0.322532] acpiphp: Slot [18] registered [ 0.323322] acpiphp: Slot [19] registered [ 0.324114] acpiphp: Slot [20] registered [ 0.324909] acpiphp: Slot [21] registered [ 0.325694] acpiphp: Slot [22] registered [ 0.326493] acpiphp: Slot [23] registered [ 0.327288] acpiphp: Slot [24] registered [ 0.328079] acpiphp: Slot [25] registered [ 0.328868] acpiphp: Slot [26] registered [ 0.329655] acpiphp: Slot [27] registered [ 0.330463] acpiphp: Slot [28] registered [ 0.331263] acpiphp: Slot [29] registered [ 0.332055] acpiphp: Slot [30] registered [ 0.332848] acpiphp: Slot [31] registered [ 0.333630] PCI host bridge to bus 0000:00 [ 0.334420] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.335603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.338214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.339624] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.346025] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.348470] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.349699] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.356041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.357472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.403583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.405056] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.406474] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.407867] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.409230] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.410501] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.411886] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.412918] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.414425] vgaarb: loaded [ 0.415019] vgaarb: bridge control possible 0000:00:02.0 [ 0.416511] SCSI subsystem initialized [ 0.417339] ACPI: bus type USB registered [ 0.418144] usbcore: registered new interface driver usbfs [ 0.419155] usbcore: registered new interface driver hub [ 0.420144] usbcore: registered new device driver usb [ 0.421224] PCI: Using ACPI for IRQ routing [ 0.422232] NetLabel: Initializing [ 0.422931] NetLabel: domain hash size = 128 [ 0.423767] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.424690] NetLabel: unlabeled traffic allowed by default [ 0.425806] clocksource: Switched to clocksource kvm-clock [ 0.431815] AppArmor: AppArmor Filesystem Enabled [ 0.432744] pnp: PnP ACPI init [ 0.433701] pnp: PnP ACPI: found 5 devices [ 0.440412] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.442071] NET: Registered protocol family 2 [ 0.443014] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.444249] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.445389] TCP: Hash tables configured (established 4096 bind 4096) [ 0.446520] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.447565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.448691] NET: Registered protocol family 1 [ 0.449531] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.450594] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.451634] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.470265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.489089] Trying to unpack rootfs image as initramfs... [ 0.539326] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.553340] Scanning for low memory corruption every 60 seconds [ 0.554976] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.556148] audit: initializing netlink subsys (disabled) [ 0.557195] audit: type=2000 audit(1542608155.439:1): initialized [ 0.558510] Initialise system trusted keyring [ 0.559499] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.560651] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.562742] zbud: loaded [ 0.563876] VFS: Disk quotas dquot_6.6.0 [ 0.564684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.566295] fuse init (API version 7.23) [ 0.567234] Key type big_key registered [ 0.568022] Allocating IMA MOK and blacklist keyrings. [ 0.569276] Key type asymmetric registered [ 0.570104] Asymmetric key parser 'x509' registered [ 0.571043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.572524] io scheduler noop registered [ 0.573314] io scheduler deadline registered (default) [ 0.574298] io scheduler cfq registered [ 0.575130] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.576150] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.577427] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.578856] ACPI: Power Button [PWRF] [ 0.579733] GHES: HEST is not enabled! [ 0.597927] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.635018] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.637633] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.661609] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.663898] Linux agpgart interface v0.103 [ 0.666628] brd: module loaded [ 0.668625] loop: module loaded [ 0.672947] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.674390] GPT:90111 != 20971519 [ 0.675072] GPT:Alternate GPT header not at the end of the disk. [ 0.676127] GPT:90111 != 20971519 [ 0.676793] GPT: Use GNU Parted to correct GPT errors. [ 0.677749] vda: vda1 vda15 [ 0.679363] scsi host0: ata_piix [ 0.680240] scsi host1: ata_piix [ 0.680946] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.682145] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.683381] libphy: Fixed MDIO Bus: probed [ 0.684517] tun: Universal TUN/TAP device driver, 1.6 [ 0.685444] tun: (C) 1999-2004 Max Krasnyansky [ 0.687686] PPP generic driver version 2.4.2 [ 0.688972] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.690653] ehci-pci: EHCI PCI platform driver [ 0.691865] ehci-platform: EHCI generic platform driver [ 0.692826] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.694161] ohci-pci: OHCI PCI platform driver [ 0.695180] ohci-platform: OHCI generic platform driver [ 0.696338] uhci_hcd: USB Universal Host Controller Interface driver [ 0.715572] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.716762] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.718471] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.719630] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.720945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.722436] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.724117] usb usb1: Product: UHCI Host Controller [ 0.725220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.726637] usb usb1: SerialNumber: 0000:00:01.2 [ 0.727767] hub 1-0:1.0: USB hub found [ 0.728668] hub 1-0:1.0: 2 ports detected [ 0.729723] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.732144] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.733274] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.734495] mousedev: PS/2 mouse device common for all mice [ 0.735889] rtc_cmos 00:00: RTC can wake from S4 [ 0.737257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.740689] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.742226] i2c /dev entries driver [ 0.743130] device-mapper: uevent: version 1.0.3 [ 0.744239] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.746165] ledtrig-cpu: registered to indicate activity on CPUs [ 0.747733] NET: Registered protocol family 10 [ 0.749298] NET: Registered protocol family 17 [ 0.750352] Key type dns_resolver registered [ 0.751483] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.753117] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.754432] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.756493] registered taskstats version 1 [ 0.757473] Loading compiled-in X.509 certificates [ 0.759083] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.761429] zswap: loaded using pool lzo/zbud [ 0.763128] Key type trusted registered [ 0.765127] Key type encrypted registered [ 0.766118] AppArmor: AppArmor sha1 policy hashing enabled [ 0.767330] ima: No TPM chip found, activating TPM-bypass! [ 0.768564] evm: HMAC attrs: 0x1 [ 0.769656] Magic number: 10:811:266 [ 0.770681] rtc_cmos 00:00: setting system clock to 2018-11-19 06:15:55 UTC (1542608155) [ 0.782769] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.784092] EDD information not available. [ 0.838906] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.840831] Write protecting the kernel read-only data: 14336k [ 0.842539] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.844467] 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.20 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.416667] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.201.5... Lease of 10.200.201.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.201.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.39. 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 2018-11-19 06:16:21,991 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-11-19 06:16:21,994 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:22,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16: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-97cbfbe6-142e-48a9-b6f7-dcf347d5ec74 x-compute-request-id: req-97cbfbe6-142e-48a9-b6f7-dcf347d5ec74 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:5a:e2", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:16:16.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:16Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:22,770 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-97cbfbe6-142e-48a9-b6f7-dcf347d5ec74 2018-11-19 06:16:22,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:16:23,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e88316-64c1-4e5d-8a22-2bef217b430e x-compute-request-id: req-84e88316-64c1-4e5d-8a22-2bef217b430e Content-Encoding: gzip Content-Length: 9607 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 504264503 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.138312] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139931] pid_max: default: 32768 minimum: 301\n[ 0.140808] ACPI: Core revision 20150930\n[ 0.142194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143477] Security Framework initialized\n[ 0.144277] Yama: becoming mindful.\n[ 0.144992] AppArmor: AppArmor initialized\n[ 0.145842] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147139] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148378] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149554] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150920] Initializing cgroup subsys io\n[ 0.151717] Initializing cgroup subsys memory\n[ 0.152558] Initializing cgroup subsys devices\n[ 0.153420] Initializing cgroup subsys freezer\n[ 0.154269] Initializing cgroup subsys net_cls\n[ 0.155116] Initializing cgroup subsys perf_event\n[ 0.156001] Initializing cgroup subsys net_prio\n[ 0.156861] Initializing cgroup subsys hugetlb\n[ 0.157717] Initializing cgroup subsys pids\n[ 0.158574] CPU: Physical Processor ID: 0\n[ 0.160047] mce: CPU supports 10 MCE banks\n[ 0.160876] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161856] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164143] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170794] ftrace: allocating 31920 entries in 125 pages\n[ 0.198249] smpboot: Max logical packages: 2\n[ 0.199126] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200326] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.201657] x2apic enabled\n[ 0.202452] Switched APIC routing to physical x2apic.\n[ 0.204188] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207476] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209360] KVM setup paravirtual spinlock\n[ 0.210811] x86: Booting SMP configuration:\n[ 0.211690] .... node #0, CPUs: #1\n[ 0.212578] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.235531] x86: Booted up 1 node, 2 CPUs\n[ 0.235537] KVM setup async PF for cpu 1\n[ 0.235540] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.238081] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.239531] devtmpfs: initialized\n[ 0.241252] evm: security.selinux\n[ 0.241932] evm: security.SMACK64\n[ 0.242611] evm: security.SMACK64EXEC\n[ 0.243339] evm: security.SMACK64TRANSMUTE\n[ 0.244137] evm: security.SMACK64MMAP\n[ 0.244862] evm: security.ima\n[ 0.245488] evm: security.capability\n[ 0.246320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248163] pinctrl core: initialized pinctrl subsystem\n[ 0.249270] RTC time: 6:16:15, date: 11/19/18\n[ 0.250295] NET: Registered protocol family 16\n[ 0.260218] cpuidle: using governor ladder\n[ 0.272248] cpuidle: using governor menu\n[ 0.273170] PCCT header not found.\n[ 0.274047] ACPI: bus type PCI registered\n[ 0.274952] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276458] PCI: Using configuration type 1 for base access\n[ 0.288995] ACPI: Added _OSI(Module Device)\n[ 0.289911] ACPI: Added _OSI(Processor Device)\n[ 0.290761] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.291641] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293905] ACPI: Interpreter enabled\n[ 0.294654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.296456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.298260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.300057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301869] ACPI: (supports S0 S5)\n[ 0.302560] ACPI: Using IOAPIC for interrupt routing\n[ 0.303548] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.308014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309221] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310385] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312577] acpiphp: Slot [3] registered\n[ 0.313362] acpiphp: Slot [4] registered\n[ 0.314141] acpiphp: Slot [5] registered\n[ 0.314921] acpiphp: Slot [6] registered\n[ 0.315700] acpiphp: Slot [7] registered\n[ 0.316597] acpiphp: Slot [8] registered\n[ 0.317514] acpiphp: Slot [9] registered\n[ 0.318429] acpiphp: Slot [10] registered\n[ 0.329400] acpiphp: Slot [11] registered\n[ 0.330349] acpiphp: Slot [12] registered\n[ 0.331266] acpiphp: Slot [13] registered\n[ 0.332182] acpiphp: Slot [14] registered\n[ 0.333108] acpiphp: Slot [15] registered\n[ 0.334018] acpiphp: Slot [16] registered\n[ 0.334957] acpiphp: Slot [17] registered\n[ 0.335847] acpiphp: Slot [18] registered\n[ 0.336747] acpiphp: Slot [19] registered\n[ 0.337691] acpiphp: Slot [20] registered\n[ 0.338640] acpiphp: Slot [21] registered\n[ 0.339434] acpiphp: Slot [22] registered\n[ 0.340221] acpiphp: Slot [23] registered\n[ 0.341005] acpiphp: Slot [24] registered\n[ 0.341795] acpiphp: Slot [25] registered\n[ 0.342581] acpiphp: Slot [26] registered\n[ 0.343378] acpiphp: Slot [27] registered\n[ 0.344170] acpiphp: Slot [28] registered\n[ 0.344953] acpiphp: Slot [29] registered\n[ 0.345741] acpiphp: Slot [30] registered\n[ 0.346531] acpiphp: Slot [31] registered\n[ 0.347322] PCI host bridge to bus 0000:00\n[ 0.348116] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349295] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350472] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351883] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.353297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359460] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360720] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371063] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417270] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.418733] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421606] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422960] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425424] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426525] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428034] vgaarb: loaded\n[ 0.428627] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430282] SCSI subsystem initialized\n[ 0.431114] ACPI: bus type USB registered\n[ 0.431908] usbcore: registered new interface driver usbfs\n[ 0.432909] usbcore: registered new interface driver hub\n[ 0.433891] usbcore: registered new device driver usb\n[ 0.434971] PCI: Using ACPI for IRQ routing\n[ 0.435992] NetLabel: Initializing\n[ 0.436695] NetLabel: domain hash size = 128\n[ 0.437523] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.438453] NetLabel: unlabeled traffic allowed by default\n[ 0.439576] clocksource: Switched to clocksource kvm-clock\n[ 0.445924] AppArmor: AppArmor Filesystem Enabled\n[ 0.446865] pnp: PnP ACPI init\n[ 0.447819] pnp: PnP ACPI: found 5 devices\n[ 0.454523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.456191] NET: Registered protocol family 2\n[ 0.457150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.458390] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.459543] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.460789] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462053] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463443] NET: Registered protocol family 1\n[ 0.464442] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465668] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.466922] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485759] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504703] Trying to unpack rootfs image as initramfs...\n[ 0.555765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.570119] Scanning for low memory corruption every 60 seconds\n[ 0.571565] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572722] audit: initializing netlink subsys (disabled)\n[ 0.573742] audit: type=2000 audit(1542608176.832:1): initialized\n[ 0.575387] Initialise system trusted keyring\n[ 0.577350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579306] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582544] zbud: loaded\n[ 0.584183] VFS: Disk quotas dquot_6.6.0\n[ 0.585423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587898] fuse init (API version 7.23)\n[ 0.589271] Key type big_key registered\n[ 0.590539] Allocating IMA MOK and blacklist keyrings.\n[ 0.592515] Key type asymmetric registered\n[ 0.593771] Asymmetric key parser 'x509' registered\n[ 0.595255] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.597074] io scheduler noop registered\n[ 0.597994] io scheduler deadline registered (default)\n[ 0.599158] io scheduler cfq registered\n[ 0.600145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.601382] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.602794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.604551] ACPI: Power Button [PWRF]\n[ 0.605572] GHES: HEST is not enabled!\n[ 0.630040] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668191] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670801] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694557] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697844] Linux agpgart interface v0.103\n[ 0.700559] brd: module loaded\n[ 0.702499] loop: module loaded\n[ 0.707002] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.708756] GPT:90111 != 20971519\n[ 0.709577] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710904] GPT:90111 != 20971519\n[ 0.711740] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712918] vda: vda1 vda15\n[ 0.714588] scsi host0: ata_piix\n[ 0.715537] scsi host1: ata_piix\n[ 0.716433] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717953] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719537] libphy: Fixed MDIO Bus: probed\n[ 0.720563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721734] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723976] PPP generic driver version 2.4.2\n[ 0.725198] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726357] ehci-pci: EHCI PCI platform driver\n[ 0.727206] ehci-platform: EHCI generic platform driver\n[ 0.728170] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.729270] ohci-pci: OHCI PCI platform driver\n[ 0.730112] ohci-platform: OHCI generic platform driver\n[ 0.731076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.749998] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.750988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.752439] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.753436] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754521] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755708] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757080] usb usb1: Product: UHCI Host Controller\n[ 0.757973] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.759074] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.760032] hub 1-0:1.0: USB hub found\n[ 0.760783] hub 1-0:1.0: 2 ports detected\n[ 0.761666] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.763732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.764653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.765700] mousedev: PS/2 mouse device common for all mice\n[ 0.766942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.768754] rtc_cmos 00:00: RTC can wake from S4\n[ 0.769849] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.771005] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.772170] i2c /dev entries driver\n[ 0.772910] device-mapper: uevent: version 1.0.3\n[ 0.773837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.775419] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.776722] NET: Registered protocol family 10\n[ 0.778101] NET: Registered protocol family 17\n[ 0.778959] Key type dns_resolver registered\n[ 0.779923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.780993] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.782124] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.783861] registered taskstats version 1\n[ 0.784662] Loading compiled-in X.509 certificates\n[ 0.786088] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.787883] zswap: loaded using pool lzo/zbud\n[ 0.789961] Key type trusted registered\n[ 0.791640] Key type encrypted registered\n[ 0.792449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.793441] ima: No TPM chip found, activating TPM-bypass!\n[ 0.794450] evm: HMAC attrs: 0x1\n[ 0.795406] Magic number: 10:811:266\n[ 0.796273] rtc_cmos 00:00: setting system clock to 2018-11-19 06:16:16 UTC (1542608176)\n[ 0.808049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.809133] EDD information not available.\n[ 0.876655] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.878186] Write protecting the kernel read-only data: 14336k\n[ 0.879793] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881762] 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.940881] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.66. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5R1G4vtJqpE+/YvdNg5z3qG/ISSPSEat+MtbuCtUShUCes/n8ZT6t8TFbY+6nviyNcF+jvNTReGn/EiJs3mc07MbW+N8nfZZfDpvYujCKpRqeiC3k1Ljj7CaQvIkYFimt6tsm3vbojryUY+sB3VZekOvMdrfsvsY7lfqPHysqAYEgGszbgcp+9mLdDCh0Ui+Kp7a09bXcuBFJJBoHYE7Dby3LLWE5elmptb6u3HMUQN8TxvtIGcIpCMBxVZM5lvC7+CkmuuGkqPojBZ9TR66MARa9gxBVD9ghU0dJOOENtf5W+oqEoFP1fG/+lNMIRDnrQ0UKUImaSX9mgYZEGLT root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086\nssh-dss AAAAB3NzaC1kc3MAAACBANSnFECm03rFpJNu++OrWIICq+JQ+v7SsclTNNjwEHj3TzF1CXHGxLjlMII22XzWkOgB/mj1uPBjGuZj2LeBKtlDV9rMriaEQWDJIunlePvODvfKe+VckyzGTTwY/CuPP796BOwiD4QsVnGJpd680yi++LstddESALdAkDoLgQM7AAAAFQCaNFQohP8+bmLWrPeWq4zlLdoCqwAAAIAyVbs9KDKLRpandZkBBf74pc2WHHqlga51Ei9LMn/CU4jdufA1I+Jif4jEZWTJJEaBiusPFd6MlG6iJtPn0VUJzWWZcJQaPDzT6a3azkGvw9dHkwhZgmQV6t1iYHtAS5ppPXvGga0uoUxDByiWolR8ZJRACbzAMldmeQLtO6SPEAAAAIEAxszgJ7/ucj5VD3IuYeaIEXEQq/gPZq0x6Y4SK2JYI+NE+UoJdcHjDjcL/tQ/DFS8lbIaq+Wl8UrWdQIbtCsp8wMcKwkWXc4UtsctY8TcVJW6Lx8mms7W3FOI7Xc+wNv3FT1ozL+Skz7DVKm/uXygPqxSux8UqwWqkL4NaYWV1Hg= root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086\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:fe34:5ae2/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-9cf72d9f-c828-441f-9f3e-0a7edacf0086\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.02 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086 login: "} 2018-11-19 06:16:23,871 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f/action used request id req-84e88316-64c1-4e5d-8a22-2bef217b430e 2018-11-19 06:16:23,872 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:16:23,873 - 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 504264503 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.138312] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.139931] pid_max: default: 32768 minimum: 301 [ 0.140808] ACPI: Core revision 20150930 [ 0.142194] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143477] Security Framework initialized [ 0.144277] Yama: becoming mindful. [ 0.144992] AppArmor: AppArmor initialized [ 0.145842] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147139] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148378] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149554] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150920] Initializing cgroup subsys io [ 0.151717] Initializing cgroup subsys memory [ 0.152558] Initializing cgroup subsys devices [ 0.153420] Initializing cgroup subsys freezer [ 0.154269] Initializing cgroup subsys net_cls [ 0.155116] Initializing cgroup subsys perf_event [ 0.156001] Initializing cgroup subsys net_prio [ 0.156861] Initializing cgroup subsys hugetlb [ 0.157717] Initializing cgroup subsys pids [ 0.158574] CPU: Physical Processor ID: 0 [ 0.160047] mce: CPU supports 10 MCE banks [ 0.160876] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161856] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164143] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.170794] ftrace: allocating 31920 entries in 125 pages [ 0.198249] smpboot: Max logical packages: 2 [ 0.199126] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.200326] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.201657] x2apic enabled [ 0.202452] Switched APIC routing to physical x2apic. [ 0.204188] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207476] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209360] KVM setup paravirtual spinlock [ 0.210811] x86: Booting SMP configuration: [ 0.211690] .... node #0, CPUs: #1 [ 0.212578] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock [ 0.235531] x86: Booted up 1 node, 2 CPUs [ 0.235537] KVM setup async PF for cpu 1 [ 0.235540] kvm-stealtime: cpu 1, msr 1f90d940 [ 0.238081] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.239531] devtmpfs: initialized [ 0.241252] evm: security.selinux [ 0.241932] evm: security.SMACK64 [ 0.242611] evm: security.SMACK64EXEC [ 0.243339] evm: security.SMACK64TRANSMUTE [ 0.244137] evm: security.SMACK64MMAP [ 0.244862] evm: security.ima [ 0.245488] evm: security.capability [ 0.246320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.248163] pinctrl core: initialized pinctrl subsystem [ 0.249270] RTC time: 6:16:15, date: 11/19/18 [ 0.250295] NET: Registered protocol family 16 [ 0.260218] cpuidle: using governor ladder [ 0.272248] cpuidle: using governor menu [ 0.273170] PCCT header not found. [ 0.274047] ACPI: bus type PCI registered [ 0.274952] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.276458] PCI: Using configuration type 1 for base access [ 0.288995] ACPI: Added _OSI(Module Device) [ 0.289911] ACPI: Added _OSI(Processor Device) [ 0.290761] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.291641] ACPI: Added _OSI(Processor Aggregator Device) [ 0.293905] ACPI: Interpreter enabled [ 0.294654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.296456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.298260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.300057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.301869] ACPI: (supports S0 S5) [ 0.302560] ACPI: Using IOAPIC for interrupt routing [ 0.303548] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.306889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.308014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.309221] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.310385] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.312577] acpiphp: Slot [3] registered [ 0.313362] acpiphp: Slot [4] registered [ 0.314141] acpiphp: Slot [5] registered [ 0.314921] acpiphp: Slot [6] registered [ 0.315700] acpiphp: Slot [7] registered [ 0.316597] acpiphp: Slot [8] registered [ 0.317514] acpiphp: Slot [9] registered [ 0.318429] acpiphp: Slot [10] registered [ 0.329400] acpiphp: Slot [11] registered [ 0.330349] acpiphp: Slot [12] registered [ 0.331266] acpiphp: Slot [13] registered [ 0.332182] acpiphp: Slot [14] registered [ 0.333108] acpiphp: Slot [15] registered [ 0.334018] acpiphp: Slot [16] registered [ 0.334957] acpiphp: Slot [17] registered [ 0.335847] acpiphp: Slot [18] registered [ 0.336747] acpiphp: Slot [19] registered [ 0.337691] acpiphp: Slot [20] registered [ 0.338640] acpiphp: Slot [21] registered [ 0.339434] acpiphp: Slot [22] registered [ 0.340221] acpiphp: Slot [23] registered [ 0.341005] acpiphp: Slot [24] registered [ 0.341795] acpiphp: Slot [25] registered [ 0.342581] acpiphp: Slot [26] registered [ 0.343378] acpiphp: Slot [27] registered [ 0.344170] acpiphp: Slot [28] registered [ 0.344953] acpiphp: Slot [29] registered [ 0.345741] acpiphp: Slot [30] registered [ 0.346531] acpiphp: Slot [31] registered [ 0.347322] PCI host bridge to bus 0000:00 [ 0.348116] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349295] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.350472] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.351883] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.353297] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.359460] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.360720] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.361872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.363106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.369667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.371063] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417270] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.418733] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421606] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.422960] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424218] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.425424] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.426525] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428034] vgaarb: loaded [ 0.428627] vgaarb: bridge control possible 0000:00:02.0 [ 0.430282] SCSI subsystem initialized [ 0.431114] ACPI: bus type USB registered [ 0.431908] usbcore: registered new interface driver usbfs [ 0.432909] usbcore: registered new interface driver hub [ 0.433891] usbcore: registered new device driver usb [ 0.434971] PCI: Using ACPI for IRQ routing [ 0.435992] NetLabel: Initializing [ 0.436695] NetLabel: domain hash size = 128 [ 0.437523] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.438453] NetLabel: unlabeled traffic allowed by default [ 0.439576] clocksource: Switched to clocksource kvm-clock [ 0.445924] AppArmor: AppArmor Filesystem Enabled [ 0.446865] pnp: PnP ACPI init [ 0.447819] pnp: PnP ACPI: found 5 devices [ 0.454523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.456191] NET: Registered protocol family 2 [ 0.457150] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.458390] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.459543] TCP: Hash tables configured (established 4096 bind 4096) [ 0.460789] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.462053] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.463443] NET: Registered protocol family 1 [ 0.464442] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465668] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.466922] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.485759] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.504703] Trying to unpack rootfs image as initramfs... [ 0.555765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.570119] Scanning for low memory corruption every 60 seconds [ 0.571565] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.572722] audit: initializing netlink subsys (disabled) [ 0.573742] audit: type=2000 audit(1542608176.832:1): initialized [ 0.575387] Initialise system trusted keyring [ 0.577350] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.579306] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.582544] zbud: loaded [ 0.584183] VFS: Disk quotas dquot_6.6.0 [ 0.585423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.587898] fuse init (API version 7.23) [ 0.589271] Key type big_key registered [ 0.590539] Allocating IMA MOK and blacklist keyrings. [ 0.592515] Key type asymmetric registered [ 0.593771] Asymmetric key parser 'x509' registered [ 0.595255] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.597074] io scheduler noop registered [ 0.597994] io scheduler deadline registered (default) [ 0.599158] io scheduler cfq registered [ 0.600145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.601382] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.602794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.604551] ACPI: Power Button [PWRF] [ 0.605572] GHES: HEST is not enabled! [ 0.630040] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.668191] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.670801] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.694557] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.697844] Linux agpgart interface v0.103 [ 0.700559] brd: module loaded [ 0.702499] loop: module loaded [ 0.707002] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.708756] GPT:90111 != 20971519 [ 0.709577] GPT:Alternate GPT header not at the end of the disk. [ 0.710904] GPT:90111 != 20971519 [ 0.711740] GPT: Use GNU Parted to correct GPT errors. [ 0.712918] vda: vda1 vda15 [ 0.714588] scsi host0: ata_piix [ 0.715537] scsi host1: ata_piix [ 0.716433] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.717953] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.719537] libphy: Fixed MDIO Bus: probed [ 0.720563] tun: Universal TUN/TAP device driver, 1.6 [ 0.721734] tun: (C) 1999-2004 Max Krasnyansky [ 0.723976] PPP generic driver version 2.4.2 [ 0.725198] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.726357] ehci-pci: EHCI PCI platform driver [ 0.727206] ehci-platform: EHCI generic platform driver [ 0.728170] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.729270] ohci-pci: OHCI PCI platform driver [ 0.730112] ohci-platform: OHCI generic platform driver [ 0.731076] uhci_hcd: USB Universal Host Controller Interface driver [ 0.749998] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.750988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.752439] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.753436] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.754521] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.755708] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.757080] usb usb1: Product: UHCI Host Controller [ 0.757973] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.759074] usb usb1: SerialNumber: 0000:00:01.2 [ 0.760032] hub 1-0:1.0: USB hub found [ 0.760783] hub 1-0:1.0: 2 ports detected [ 0.761666] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.763732] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.764653] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.765700] mousedev: PS/2 mouse device common for all mice [ 0.766942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.768754] rtc_cmos 00:00: RTC can wake from S4 [ 0.769849] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.771005] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.772170] i2c /dev entries driver [ 0.772910] device-mapper: uevent: version 1.0.3 [ 0.773837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.775419] ledtrig-cpu: registered to indicate activity on CPUs [ 0.776722] NET: Registered protocol family 10 [ 0.778101] NET: Registered protocol family 17 [ 0.778959] Key type dns_resolver registered [ 0.779923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.780993] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.782124] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.783861] registered taskstats version 1 [ 0.784662] Loading compiled-in X.509 certificates [ 0.786088] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.787883] zswap: loaded using pool lzo/zbud [ 0.789961] Key type trusted registered [ 0.791640] Key type encrypted registered [ 0.792449] AppArmor: AppArmor sha1 policy hashing enabled [ 0.793441] ima: No TPM chip found, activating TPM-bypass! [ 0.794450] evm: HMAC attrs: 0x1 [ 0.795406] Magic number: 10:811:266 [ 0.796273] rtc_cmos 00:00: setting system clock to 2018-11-19 06:16:16 UTC (1542608176) [ 0.808049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.809133] EDD information not available. [ 0.876655] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.878186] Write protecting the kernel read-only data: 14336k [ 0.879793] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.881762] 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.940881] 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.43 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.200.202.5... Lease of 10.200.202.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.200.202.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.66. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5R1G4vtJqpE+/YvdNg5z3qG/ISSPSEat+MtbuCtUShUCes/n8ZT6t8TFbY+6nviyNcF+jvNTReGn/EiJs3mc07MbW+N8nfZZfDpvYujCKpRqeiC3k1Ljj7CaQvIkYFimt6tsm3vbojryUY+sB3VZekOvMdrfsvsY7lfqPHysqAYEgGszbgcp+9mLdDCh0Ui+Kp7a09bXcuBFJJBoHYE7Dby3LLWE5elmptb6u3HMUQN8TxvtIGcIpCMBxVZM5lvC7+CkmuuGkqPojBZ9TR66MARa9gxBVD9ghU0dJOOENtf5W+oqEoFP1fG/+lNMIRDnrQ0UKUImaSX9mgYZEGLT root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086 ssh-dss AAAAB3NzaC1kc3MAAACBANSnFECm03rFpJNu++OrWIICq+JQ+v7SsclTNNjwEHj3TzF1CXHGxLjlMII22XzWkOgB/mj1uPBjGuZj2LeBKtlDV9rMriaEQWDJIunlePvODvfKe+VckyzGTTwY/CuPP796BOwiD4QsVnGJpd680yi++LstddESALdAkDoLgQM7AAAAFQCaNFQohP8+bmLWrPeWq4zlLdoCqwAAAIAyVbs9KDKLRpandZkBBf74pc2WHHqlga51Ei9LMn/CU4jdufA1I+Jif4jEZWTJJEaBiusPFd6MlG6iJtPn0VUJzWWZcJQaPDzT6a3azkGvw9dHkwhZgmQV6t1iYHtAS5ppPXvGga0uoUxDByiWolR8ZJRACbzAMldmeQLtO6SPEAAAAIEAxszgJ7/ucj5VD3IuYeaIEXEQq/gPZq0x6Y4SK2JYI+NE+UoJdcHjDjcL/tQ/DFS8lbIaq+Wl8UrWdQIbtCsp8wMcKwkWXc4UtsctY8TcVJW6Lx8mms7W3FOI7Xc+wNv3FT1ozL+Skz7DVKm/uXygPqxSux8UqwWqkL4NaYWV1Hg= root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086 -----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:fe34:5ae2/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-9cf72d9f-c828-441f-9f3e-0a7edacf0086 launch-index: 0 === cirros: current=0.4.0 uptime=4.02 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086 login: 2018-11-19 06:16:24,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:25,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-77d15c0d-28e4-4bb8-91e8-2e237da12f35 x-compute-request-id: req-77d15c0d-28e4-4bb8-91e8-2e237da12f35 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:e3:c3", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:15:55Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:25,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-77d15c0d-28e4-4bb8-91e8-2e237da12f35 2018-11-19 06:16:25,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:16:26,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a620a825-6c42-4907-9e8b-e17e56fceeab x-compute-request-id: req-a620a825-6c42-4907-9e8b-e17e56fceeab Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 508651333 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.128808] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130441] pid_max: default: 32768 minimum: 301\n[ 0.131319] ACPI: Core revision 20150930\n[ 0.132694] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133979] Security Framework initialized\n[ 0.134777] Yama: becoming mindful.\n[ 0.135490] AppArmor: AppArmor initialized\n[ 0.136342] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137644] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138897] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140083] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141447] Initializing cgroup subsys io\n[ 0.142244] Initializing cgroup subsys memory\n[ 0.143089] Initializing cgroup subsys devices\n[ 0.143955] Initializing cgroup subsys freezer\n[ 0.144807] Initializing cgroup subsys net_cls\n[ 0.145652] Initializing cgroup subsys perf_event\n[ 0.146544] Initializing cgroup subsys net_prio\n[ 0.147409] Initializing cgroup subsys hugetlb\n[ 0.148267] Initializing cgroup subsys pids\n[ 0.149126] CPU: Physical Processor ID: 0\n[ 0.150626] mce: CPU supports 10 MCE banks\n[ 0.151460] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152446] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154697] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161058] ftrace: allocating 31920 entries in 125 pages\n[ 0.187342] smpboot: Max logical packages: 2\n[ 0.188207] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189387] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190721] x2apic enabled\n[ 0.191530] Switched APIC routing to physical x2apic.\n[ 0.193277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194483] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196613] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198553] KVM setup paravirtual spinlock\n[ 0.200048] x86: Booting SMP configuration:\n[ 0.200940] .... node #0, CPUs: #1\n[ 0.201825] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.223459] x86: Booted up 1 node, 2 CPUs\n[ 0.223461] KVM setup async PF for cpu 1\n[ 0.223463] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.226001] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.227480] devtmpfs: initialized\n[ 0.229202] evm: security.selinux\n[ 0.229889] evm: security.SMACK64\n[ 0.230568] evm: security.SMACK64EXEC\n[ 0.231307] evm: security.SMACK64TRANSMUTE\n[ 0.232112] evm: security.SMACK64MMAP\n[ 0.232848] evm: security.ima\n[ 0.233477] evm: security.capability\n[ 0.234324] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236176] pinctrl core: initialized pinctrl subsystem\n[ 0.237266] RTC time: 6:15:54, date: 11/19/18\n[ 0.238232] NET: Registered protocol family 16\n[ 0.248208] cpuidle: using governor ladder\n[ 0.260297] cpuidle: using governor menu\n[ 0.261105] PCCT header not found.\n[ 0.261856] ACPI: bus type PCI registered\n[ 0.262632] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263846] PCI: Using configuration type 1 for base access\n[ 0.277238] ACPI: Added _OSI(Module Device)\n[ 0.278072] ACPI: Added _OSI(Processor Device)\n[ 0.278912] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279785] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282147] ACPI: Interpreter enabled\n[ 0.282911] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286499] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290079] ACPI: (supports S0 S5)\n[ 0.290764] ACPI: Using IOAPIC for interrupt routing\n[ 0.291692] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295027] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296144] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297339] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298502] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300684] acpiphp: Slot [3] registered\n[ 0.301470] acpiphp: Slot [4] registered\n[ 0.302259] acpiphp: Slot [5] registered\n[ 0.303050] acpiphp: Slot [6] registered\n[ 0.303836] acpiphp: Slot [7] registered\n[ 0.304614] acpiphp: Slot [8] registered\n[ 0.305402] acpiphp: Slot [9] registered\n[ 0.306180] acpiphp: Slot [10] registered\n[ 0.316970] acpiphp: Slot [11] registered\n[ 0.317773] acpiphp: Slot [12] registered\n[ 0.318561] acpiphp: Slot [13] registered\n[ 0.319353] acpiphp: Slot [14] registered\n[ 0.320154] acpiphp: Slot [15] registered\n[ 0.320945] acpiphp: Slot [16] registered\n[ 0.321740] acpiphp: Slot [17] registered\n[ 0.322532] acpiphp: Slot [18] registered\n[ 0.323322] acpiphp: Slot [19] registered\n[ 0.324114] acpiphp: Slot [20] registered\n[ 0.324909] acpiphp: Slot [21] registered\n[ 0.325694] acpiphp: Slot [22] registered\n[ 0.326493] acpiphp: Slot [23] registered\n[ 0.327288] acpiphp: Slot [24] registered\n[ 0.328079] acpiphp: Slot [25] registered\n[ 0.328868] acpiphp: Slot [26] registered\n[ 0.329655] acpiphp: Slot [27] registered\n[ 0.330463] acpiphp: Slot [28] registered\n[ 0.331263] acpiphp: Slot [29] registered\n[ 0.332055] acpiphp: Slot [30] registered\n[ 0.332848] acpiphp: Slot [31] registered\n[ 0.333630] PCI host bridge to bus 0000:00\n[ 0.334420] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338214] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.339624] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.346025] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347316] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348470] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.349699] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.356041] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357472] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.403583] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.405056] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.406474] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407867] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.409230] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.410501] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411886] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.412918] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.414425] vgaarb: loaded\n[ 0.415019] vgaarb: bridge control possible 0000:00:02.0\n[ 0.416511] SCSI subsystem initialized\n[ 0.417339] ACPI: bus type USB registered\n[ 0.418144] usbcore: registered new interface driver usbfs\n[ 0.419155] usbcore: registered new interface driver hub\n[ 0.420144] usbcore: registered new device driver usb\n[ 0.421224] PCI: Using ACPI for IRQ routing\n[ 0.422232] NetLabel: Initializing\n[ 0.422931] NetLabel: domain hash size = 128\n[ 0.423767] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.424690] NetLabel: unlabeled traffic allowed by default\n[ 0.425806] clocksource: Switched to clocksource kvm-clock\n[ 0.431815] AppArmor: AppArmor Filesystem Enabled\n[ 0.432744] pnp: PnP ACPI init\n[ 0.433701] pnp: PnP ACPI: found 5 devices\n[ 0.440412] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442071] NET: Registered protocol family 2\n[ 0.443014] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.444249] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.445389] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.446520] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.448691] NET: Registered protocol family 1\n[ 0.449531] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.450594] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.451634] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.470265] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.489089] Trying to unpack rootfs image as initramfs...\n[ 0.539326] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.553340] Scanning for low memory corruption every 60 seconds\n[ 0.554976] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.556148] audit: initializing netlink subsys (disabled)\n[ 0.557195] audit: type=2000 audit(1542608155.439:1): initialized\n[ 0.558510] Initialise system trusted keyring\n[ 0.559499] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.560651] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.562742] zbud: loaded\n[ 0.563876] VFS: Disk quotas dquot_6.6.0\n[ 0.564684] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.566295] fuse init (API version 7.23)\n[ 0.567234] Key type big_key registered\n[ 0.568022] Allocating IMA MOK and blacklist keyrings.\n[ 0.569276] Key type asymmetric registered\n[ 0.570104] Asymmetric key parser 'x509' registered\n[ 0.571043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.572524] io scheduler noop registered\n[ 0.573314] io scheduler deadline registered (default)\n[ 0.574298] io scheduler cfq registered\n[ 0.575130] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.576150] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577427] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.578856] ACPI: Power Button [PWRF]\n[ 0.579733] GHES: HEST is not enabled!\n[ 0.597927] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.635018] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.637633] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.661609] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.663898] Linux agpgart interface v0.103\n[ 0.666628] brd: module loaded\n[ 0.668625] loop: module loaded\n[ 0.672947] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.674390] GPT:90111 != 20971519\n[ 0.675072] GPT:Alternate GPT header not at the end of the disk.\n[ 0.676127] GPT:90111 != 20971519\n[ 0.676793] GPT: Use GNU Parted to correct GPT errors.\n[ 0.677749] vda: vda1 vda15\n[ 0.679363] scsi host0: ata_piix\n[ 0.680240] scsi host1: ata_piix\n[ 0.680946] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.682145] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.683381] libphy: Fixed MDIO Bus: probed\n[ 0.684517] tun: Universal TUN/TAP device driver, 1.6\n[ 0.685444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.687686] PPP generic driver version 2.4.2\n[ 0.688972] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.690653] ehci-pci: EHCI PCI platform driver\n[ 0.691865] ehci-platform: EHCI generic platform driver\n[ 0.692826] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.694161] ohci-pci: OHCI PCI platform driver\n[ 0.695180] ohci-platform: OHCI generic platform driver\n[ 0.696338] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.715572] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.716762] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.718471] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.719630] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.720945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.722436] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.724117] usb usb1: Product: UHCI Host Controller\n[ 0.725220] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.726637] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.727767] hub 1-0:1.0: USB hub found\n[ 0.728668] hub 1-0:1.0: 2 ports detected\n[ 0.729723] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.732144] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.733274] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.734495] mousedev: PS/2 mouse device common for all mice\n[ 0.735889] rtc_cmos 00:00: RTC can wake from S4\n[ 0.737257] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738669] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.740689] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.742226] i2c /dev entries driver\n[ 0.743130] device-mapper: uevent: version 1.0.3\n[ 0.744239] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.746165] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747733] NET: Registered protocol family 10\n[ 0.749298] NET: Registered protocol family 17\n[ 0.750352] Key type dns_resolver registered\n[ 0.751483] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753117] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.754432] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.756493] registered taskstats version 1\n[ 0.757473] Loading compiled-in X.509 certificates\n[ 0.759083] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.761429] zswap: loaded using pool lzo/zbud\n[ 0.763128] Key type trusted registered\n[ 0.765127] Key type encrypted registered\n[ 0.766118] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.767330] ima: No TPM chip found, activating TPM-bypass!\n[ 0.768564] evm: HMAC attrs: 0x1\n[ 0.769656] Magic number: 10:811:266\n[ 0.770681] rtc_cmos 00:00: setting system clock to 2018-11-19 06:15:55 UTC (1542608155)\n[ 0.782769] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.784092] EDD information not available.\n[ 0.838906] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.840831] Write protecting the kernel read-only data: 14336k\n[ 0.842539] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.844467] 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.20\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.416667] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.201.5...\nLease of 10.200.201.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.201.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.39. 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.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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCZ4SWym+JqBlBKBmwCIAjCUQ0eyEzgFMEwhKUplb2Z2Q+IV8iy5ZJYx3RQsW19EyaH9aGBfp3b5vrDK72wm3ls7VwpuAUeeNFVRIBlUkD8eybUqnjJN9ev/oxFtvYtTDZ9+IwFfmAd/naziNxp/VuOK6RoK9eqT23FKMC4+fhv/lSck3zuBJGPWLGA0qzFawBEjzLZRscOM6yQ/fnF32ToAYXSfnHyMLb7DiTXV+jMay3LksR5XEBqTMshPQtkRkyMNG6mj+bCfB053M41DNO/jJHByfeD42yoFsxtUro6ACfhh9ZmlUE47OV4gsoPWfXJ3GU+4pQQKMvCw2arpVLT root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086\nssh-dss AAAAB3NzaC1kc3MAAACBAMCZV+6mxNIrNvaqg0IURipa1AhpJDCTl0mU31t+Ixmna48dvP7t95UV/7qAAvmXa67EPqtob7D/3EAVq6X5getqvOTUVJOzvT9ZgjsCwqH8FZQXADOBUmqEZkCUONn1qVb3Nn+CUPU+05u21mhJLcYcaXaOiPcpWMaWXqhKzetHAAAAFQCE0ui9YaB+yeXR5//CAAnXzI9xsQAAAIAA0BXRZl/I6QO4qiWp4rezR2bSaEdCz59YYchrTv7SfKppwL+XQmnLlKasFM6agsIw3HMgqMx+VO7hirXAlFB9RRQ+44b6sXtfUTPu8BXe6zIMSkjFkGZ6XpCozNHrhsZ0OcZKCs7pElAzYOQX4RS24yVv+iZ8Ax14l4Wvl3/n4wAAAIAlkJd+7CHw238LENKVL93DXpFjYGRDicgiYDLXO77S3wpZ0Z+csfAaOq1vpRNTjpIfOMmuG9Drc0eycbHqqMJKzvkGXaam5tjdwQIp7lRfEPGDhk598AqpVzKihjEjeJa46xPFzxs7ZfQDGWlLcyriZZF82MexCOW2tHO2A54RLw== root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086\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:fe52:e3c3/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-9cf72d9f-c828-441f-9f3e-0a7edacf0086\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=25.88 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086 login: "} 2018-11-19 06:16:26,593 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f/action used request id req-a620a825-6c42-4907-9e8b-e17e56fceeab 2018-11-19 06:16:27,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:28,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-69180bf0-3072-4050-9e89-20b591afeca2 x-compute-request-id: req-69180bf0-3072-4050-9e89-20b591afeca2 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:5a:e2", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:16:16.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "security_groups": [{"name": "default"}], "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:16Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:28,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-69180bf0-3072-4050-9e89-20b591afeca2 2018-11-19 06:16:28,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:16:29,310 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-366b80fa-2748-466f-8907-fc92464113b4 x-compute-request-id: req-366b80fa-2748-466f-8907-fc92464113b4 Content-Encoding: gzip Content-Length: 9607 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 504264503 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.138312] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.139931] pid_max: default: 32768 minimum: 301\n[ 0.140808] ACPI: Core revision 20150930\n[ 0.142194] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143477] Security Framework initialized\n[ 0.144277] Yama: becoming mindful.\n[ 0.144992] AppArmor: AppArmor initialized\n[ 0.145842] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147139] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148378] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149554] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150920] Initializing cgroup subsys io\n[ 0.151717] Initializing cgroup subsys memory\n[ 0.152558] Initializing cgroup subsys devices\n[ 0.153420] Initializing cgroup subsys freezer\n[ 0.154269] Initializing cgroup subsys net_cls\n[ 0.155116] Initializing cgroup subsys perf_event\n[ 0.156001] Initializing cgroup subsys net_prio\n[ 0.156861] Initializing cgroup subsys hugetlb\n[ 0.157717] Initializing cgroup subsys pids\n[ 0.158574] CPU: Physical Processor ID: 0\n[ 0.160047] mce: CPU supports 10 MCE banks\n[ 0.160876] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161856] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164143] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170794] ftrace: allocating 31920 entries in 125 pages\n[ 0.198249] smpboot: Max logical packages: 2\n[ 0.199126] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200326] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.201657] x2apic enabled\n[ 0.202452] Switched APIC routing to physical x2apic.\n[ 0.204188] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205382] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207476] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209360] KVM setup paravirtual spinlock\n[ 0.210811] x86: Booting SMP configuration:\n[ 0.211690] .... node #0, CPUs: #1\n[ 0.212578] kvm-clock: cpu 1, msr 0:1ffd3041, secondary cpu clock\n[ 0.235531] x86: Booted up 1 node, 2 CPUs\n[ 0.235537] KVM setup async PF for cpu 1\n[ 0.235540] kvm-stealtime: cpu 1, msr 1f90d940\n[ 0.238081] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.239531] devtmpfs: initialized\n[ 0.241252] evm: security.selinux\n[ 0.241932] evm: security.SMACK64\n[ 0.242611] evm: security.SMACK64EXEC\n[ 0.243339] evm: security.SMACK64TRANSMUTE\n[ 0.244137] evm: security.SMACK64MMAP\n[ 0.244862] evm: security.ima\n[ 0.245488] evm: security.capability\n[ 0.246320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248163] pinctrl core: initialized pinctrl subsystem\n[ 0.249270] RTC time: 6:16:15, date: 11/19/18\n[ 0.250295] NET: Registered protocol family 16\n[ 0.260218] cpuidle: using governor ladder\n[ 0.272248] cpuidle: using governor menu\n[ 0.273170] PCCT header not found.\n[ 0.274047] ACPI: bus type PCI registered\n[ 0.274952] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.276458] PCI: Using configuration type 1 for base access\n[ 0.288995] ACPI: Added _OSI(Module Device)\n[ 0.289911] ACPI: Added _OSI(Processor Device)\n[ 0.290761] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.291641] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.293905] ACPI: Interpreter enabled\n[ 0.294654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.296456] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.298260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.300057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.301869] ACPI: (supports S0 S5)\n[ 0.302560] ACPI: Using IOAPIC for interrupt routing\n[ 0.303548] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.306889] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.308014] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.309221] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.310385] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312577] acpiphp: Slot [3] registered\n[ 0.313362] acpiphp: Slot [4] registered\n[ 0.314141] acpiphp: Slot [5] registered\n[ 0.314921] acpiphp: Slot [6] registered\n[ 0.315700] acpiphp: Slot [7] registered\n[ 0.316597] acpiphp: Slot [8] registered\n[ 0.317514] acpiphp: Slot [9] registered\n[ 0.318429] acpiphp: Slot [10] registered\n[ 0.329400] acpiphp: Slot [11] registered\n[ 0.330349] acpiphp: Slot [12] registered\n[ 0.331266] acpiphp: Slot [13] registered\n[ 0.332182] acpiphp: Slot [14] registered\n[ 0.333108] acpiphp: Slot [15] registered\n[ 0.334018] acpiphp: Slot [16] registered\n[ 0.334957] acpiphp: Slot [17] registered\n[ 0.335847] acpiphp: Slot [18] registered\n[ 0.336747] acpiphp: Slot [19] registered\n[ 0.337691] acpiphp: Slot [20] registered\n[ 0.338640] acpiphp: Slot [21] registered\n[ 0.339434] acpiphp: Slot [22] registered\n[ 0.340221] acpiphp: Slot [23] registered\n[ 0.341005] acpiphp: Slot [24] registered\n[ 0.341795] acpiphp: Slot [25] registered\n[ 0.342581] acpiphp: Slot [26] registered\n[ 0.343378] acpiphp: Slot [27] registered\n[ 0.344170] acpiphp: Slot [28] registered\n[ 0.344953] acpiphp: Slot [29] registered\n[ 0.345741] acpiphp: Slot [30] registered\n[ 0.346531] acpiphp: Slot [31] registered\n[ 0.347322] PCI host bridge to bus 0000:00\n[ 0.348116] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.349295] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.350472] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.351883] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.353297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.359460] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.360720] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.361872] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.363106] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.369667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.371063] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417270] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.418733] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420124] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421606] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422960] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424218] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.425424] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.426525] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428034] vgaarb: loaded\n[ 0.428627] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430282] SCSI subsystem initialized\n[ 0.431114] ACPI: bus type USB registered\n[ 0.431908] usbcore: registered new interface driver usbfs\n[ 0.432909] usbcore: registered new interface driver hub\n[ 0.433891] usbcore: registered new device driver usb\n[ 0.434971] PCI: Using ACPI for IRQ routing\n[ 0.435992] NetLabel: Initializing\n[ 0.436695] NetLabel: domain hash size = 128\n[ 0.437523] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.438453] NetLabel: unlabeled traffic allowed by default\n[ 0.439576] clocksource: Switched to clocksource kvm-clock\n[ 0.445924] AppArmor: AppArmor Filesystem Enabled\n[ 0.446865] pnp: PnP ACPI init\n[ 0.447819] pnp: PnP ACPI: found 5 devices\n[ 0.454523] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.456191] NET: Registered protocol family 2\n[ 0.457150] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.458390] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.459543] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.460789] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462053] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463443] NET: Registered protocol family 1\n[ 0.464442] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465668] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.466922] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485759] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504703] Trying to unpack rootfs image as initramfs...\n[ 0.555765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.570119] Scanning for low memory corruption every 60 seconds\n[ 0.571565] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.572722] audit: initializing netlink subsys (disabled)\n[ 0.573742] audit: type=2000 audit(1542608176.832:1): initialized\n[ 0.575387] Initialise system trusted keyring\n[ 0.577350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.579306] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.582544] zbud: loaded\n[ 0.584183] VFS: Disk quotas dquot_6.6.0\n[ 0.585423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.587898] fuse init (API version 7.23)\n[ 0.589271] Key type big_key registered\n[ 0.590539] Allocating IMA MOK and blacklist keyrings.\n[ 0.592515] Key type asymmetric registered\n[ 0.593771] Asymmetric key parser 'x509' registered\n[ 0.595255] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.597074] io scheduler noop registered\n[ 0.597994] io scheduler deadline registered (default)\n[ 0.599158] io scheduler cfq registered\n[ 0.600145] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.601382] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.602794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.604551] ACPI: Power Button [PWRF]\n[ 0.605572] GHES: HEST is not enabled!\n[ 0.630040] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.668191] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.670801] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.694557] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.697844] Linux agpgart interface v0.103\n[ 0.700559] brd: module loaded\n[ 0.702499] loop: module loaded\n[ 0.707002] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.708756] GPT:90111 != 20971519\n[ 0.709577] GPT:Alternate GPT header not at the end of the disk.\n[ 0.710904] GPT:90111 != 20971519\n[ 0.711740] GPT: Use GNU Parted to correct GPT errors.\n[ 0.712918] vda: vda1 vda15\n[ 0.714588] scsi host0: ata_piix\n[ 0.715537] scsi host1: ata_piix\n[ 0.716433] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.717953] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.719537] libphy: Fixed MDIO Bus: probed\n[ 0.720563] tun: Universal TUN/TAP device driver, 1.6\n[ 0.721734] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.723976] PPP generic driver version 2.4.2\n[ 0.725198] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.726357] ehci-pci: EHCI PCI platform driver\n[ 0.727206] ehci-platform: EHCI generic platform driver\n[ 0.728170] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.729270] ohci-pci: OHCI PCI platform driver\n[ 0.730112] ohci-platform: OHCI generic platform driver\n[ 0.731076] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.749998] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.750988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.752439] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.753436] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.754521] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.755708] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.757080] usb usb1: Product: UHCI Host Controller\n[ 0.757973] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.759074] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.760032] hub 1-0:1.0: USB hub found\n[ 0.760783] hub 1-0:1.0: 2 ports detected\n[ 0.761666] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.763732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.764653] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.765700] mousedev: PS/2 mouse device common for all mice\n[ 0.766942] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.768754] rtc_cmos 00:00: RTC can wake from S4\n[ 0.769849] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.771005] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.772170] i2c /dev entries driver\n[ 0.772910] device-mapper: uevent: version 1.0.3\n[ 0.773837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.775419] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.776722] NET: Registered protocol family 10\n[ 0.778101] NET: Registered protocol family 17\n[ 0.778959] Key type dns_resolver registered\n[ 0.779923] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.780993] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.782124] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.783861] registered taskstats version 1\n[ 0.784662] Loading compiled-in X.509 certificates\n[ 0.786088] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.787883] zswap: loaded using pool lzo/zbud\n[ 0.789961] Key type trusted registered\n[ 0.791640] Key type encrypted registered\n[ 0.792449] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.793441] ima: No TPM chip found, activating TPM-bypass!\n[ 0.794450] evm: HMAC attrs: 0x1\n[ 0.795406] Magic number: 10:811:266\n[ 0.796273] rtc_cmos 00:00: setting system clock to 2018-11-19 06:16:16 UTC (1542608176)\n[ 0.808049] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.809133] EDD information not available.\n[ 0.876655] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.878186] Write protecting the kernel read-only data: 14336k\n[ 0.879793] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.881762] 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.940881] 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.43\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.200.202.5...\nLease of 10.200.202.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.200.202.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.66. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDA5R1G4vtJqpE+/YvdNg5z3qG/ISSPSEat+MtbuCtUShUCes/n8ZT6t8TFbY+6nviyNcF+jvNTReGn/EiJs3mc07MbW+N8nfZZfDpvYujCKpRqeiC3k1Ljj7CaQvIkYFimt6tsm3vbojryUY+sB3VZekOvMdrfsvsY7lfqPHysqAYEgGszbgcp+9mLdDCh0Ui+Kp7a09bXcuBFJJBoHYE7Dby3LLWE5elmptb6u3HMUQN8TxvtIGcIpCMBxVZM5lvC7+CkmuuGkqPojBZ9TR66MARa9gxBVD9ghU0dJOOENtf5W+oqEoFP1fG/+lNMIRDnrQ0UKUImaSX9mgYZEGLT root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086\nssh-dss AAAAB3NzaC1kc3MAAACBANSnFECm03rFpJNu++OrWIICq+JQ+v7SsclTNNjwEHj3TzF1CXHGxLjlMII22XzWkOgB/mj1uPBjGuZj2LeBKtlDV9rMriaEQWDJIunlePvODvfKe+VckyzGTTwY/CuPP796BOwiD4QsVnGJpd680yi++LstddESALdAkDoLgQM7AAAAFQCaNFQohP8+bmLWrPeWq4zlLdoCqwAAAIAyVbs9KDKLRpandZkBBf74pc2WHHqlga51Ei9LMn/CU4jdufA1I+Jif4jEZWTJJEaBiusPFd6MlG6iJtPn0VUJzWWZcJQaPDzT6a3azkGvw9dHkwhZgmQV6t1iYHtAS5ppPXvGga0uoUxDByiWolR8ZJRACbzAMldmeQLtO6SPEAAAAIEAxszgJ7/ucj5VD3IuYeaIEXEQq/gPZq0x6Y4SK2JYI+NE+UoJdcHjDjcL/tQ/DFS8lbIaq+Wl8UrWdQIbtCsp8wMcKwkWXc4UtsctY8TcVJW6Lx8mms7W3FOI7Xc+wNv3FT1ozL+Skz7DVKm/uXygPqxSux8UqwWqkL4NaYWV1Hg= root@createinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086\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:fe34:5ae2/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-9cf72d9f-c828-441f-9f3e-0a7edacf0086\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=4.02 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancetwonettests-9cf72d9f-c828-441f-9f3e-0a7edacf0086 login: "} 2018-11-19 06:16:29,311 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f/action used request id req-366b80fa-2748-466f-8907-fc92464113b4 2018-11-19 06:16:29,312 - create_instance - INFO - Deleting Port with ID - 24ab755d-1a9a-4c93-92e6-5c24cd103352 2018-11-19 06:16:29,312 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm1-port 2018-11-19 06:16:29,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/24ab755d-1a9a-4c93-92e6-5c24cd103352 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:29,761 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d43441b9-11d9-42e3-9a44-c80fd6444bc8 Date: Mon, 19 Nov 2018 06:16:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:16:29,762 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/24ab755d-1a9a-4c93-92e6-5c24cd103352 used request id req-d43441b9-11d9-42e3-9a44-c80fd6444bc8 2018-11-19 06:16:29,762 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1 2018-11-19 06:16:29,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:29,921 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:16:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e286975-56cd-4db6-bffe-2c7c5d5025b3 x-compute-request-id: req-7e286975-56cd-4db6-bffe-2c7c5d5025b3 Content-Type: application/json 2018-11-19 06:16:29,921 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-7e286975-56cd-4db6-bffe-2c7c5d5025b3 2018-11-19 06:16:29,921 - create_instance - INFO - Checking deletion status 2018-11-19 06:16:29,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:30,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-17f33814-eb11-4288-8a85-88098c824327 x-compute-request-id: req-17f33814-eb11-4288-8a85-88098c824327 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:e3:c3", "version": 4, "addr": "10.200.201.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:29Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:30,309 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-17f33814-eb11-4288-8a85-88098c824327 2018-11-19 06:16:30,309 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - ACTIVE 2018-11-19 06:16:30,309 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:33,312 - create_instance - DEBUG - VM status query timeout in 296.609061003 2018-11-19 06:16:33,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:33,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e734b7e-f045-4c47-826e-ef3ffdad670c x-compute-request-id: req-2e734b7e-f045-4c47-826e-ef3ffdad670c 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.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:29Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:33,584 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-2e734b7e-f045-4c47-826e-ef3ffdad670c 2018-11-19 06:16:33,585 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - ACTIVE 2018-11-19 06:16:33,585 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:36,588 - create_instance - DEBUG - VM status query timeout in 293.333327055 2018-11-19 06:16:36,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:36,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6e81e2aa-2617-43b3-9834-a7486180385e x-compute-request-id: req-6e81e2aa-2617-43b3-9834-a7486180385e 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.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:29Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:36,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-6e81e2aa-2617-43b3-9834-a7486180385e 2018-11-19 06:16:36,848 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - ACTIVE 2018-11-19 06:16:36,848 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:39,849 - create_instance - DEBUG - VM status query timeout in 290.072751999 2018-11-19 06:16:39,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:39,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-762af4b9-273a-4a3f-b4f8-dfffe95a5675 x-compute-request-id: req-762af4b9-273a-4a3f-b4f8-dfffe95a5675 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.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:29Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:40,000 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-762af4b9-273a-4a3f-b4f8-dfffe95a5675 2018-11-19 06:16:40,000 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - ACTIVE 2018-11-19 06:16:40,000 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:43,003 - create_instance - DEBUG - VM status query timeout in 286.917895079 2018-11-19 06:16:43,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a30f15c7e68bc700a2730d0b5cebc0083d00633" 2018-11-19 06:16:43,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e421f09c-8376-4be7-a0f2-a867aacd31df x-compute-request-id: req-e421f09c-8376-4be7-a0f2-a867aacd31df Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-11-19T06:15:54.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ebeb0f85-daa8-46b7-b47f-e5059d99512f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-11-19T06:16:42Z", "hostId": "68f0b0547505f9c6ac7bcb4d0e64724c7ccdc1a4121b86e24c435775", "OS-SRV-USG:terminated_at": "2018-11-19T06:16:41.000000", "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1", "created": "2018-11-19T06:15:47Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:43,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ebeb0f85-daa8-46b7-b47f-e5059d99512f used request id req-e421f09c-8376-4be7-a0f2-a867aacd31df 2018-11-19 06:16:43,263 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1] is - DELETED 2018-11-19 06:16:43,263 - create_instance - INFO - VM is - DELETED 2018-11-19 06:16:43,263 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst1 2018-11-19 06:16:43,264 - create_instance - INFO - Deleting Port with ID - c7edce30-70f5-4eb9-a19f-e2b2dc08fe3c 2018-11-19 06:16:43,264 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-vm2-port 2018-11-19 06:16:43,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/c7edce30-70f5-4eb9-a19f-e2b2dc08fe3c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:43,750 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-194d6788-0630-44ee-95fe-570a2e5de153 Date: Mon, 19 Nov 2018 06:16:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:16:43,750 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/c7edce30-70f5-4eb9-a19f-e2b2dc08fe3c used request id req-194d6788-0630-44ee-95fe-570a2e5de153 2018-11-19 06:16:43,750 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2 2018-11-19 06:16:43,753 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:43,897 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73a57b74-5cac-4e5f-9897-000f9cb29a0d x-compute-request-id: req-73a57b74-5cac-4e5f-9897-000f9cb29a0d Content-Type: application/json 2018-11-19 06:16:43,897 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-73a57b74-5cac-4e5f-9897-000f9cb29a0d 2018-11-19 06:16:43,897 - create_instance - INFO - Checking deletion status 2018-11-19 06:16:43,900 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:44,152 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84453819-e6a7-4575-8e93-e3b29a999683 x-compute-request-id: req-84453819-e6a7-4575-8e93-e3b29a999683 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:34:5a:e2", "version": 4, "addr": "10.200.202.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:16:16.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:43Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:44,152 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-84453819-e6a7-4575-8e93-e3b29a999683 2018-11-19 06:16:44,153 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2] is - ACTIVE 2018-11-19 06:16:44,153 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:47,156 - create_instance - DEBUG - VM status query timeout in 296.74140811 2018-11-19 06:16:47,159 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:47,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ecc3ccb-e725-4e97-a367-3b4b15c86f38 x-compute-request-id: req-6ecc3ccb-e725-4e97-a367-3b4b15c86f38 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.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:16:16.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:43Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:47,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-6ecc3ccb-e725-4e97-a367-3b4b15c86f38 2018-11-19 06:16:47,413 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2] is - ACTIVE 2018-11-19 06:16:47,413 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:50,416 - create_instance - DEBUG - VM status query timeout in 293.481265068 2018-11-19 06:16:50,419 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:50,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:16:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29bf7021-ef96-4332-ba07-10a63ad99502 x-compute-request-id: req-29bf7021-ef96-4332-ba07-10a63ad99502 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.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ec099516-c482-459d-86ce-ec809d39375f", "rel": "bookmark"}], "image": {"id": "4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "links": [{"href": "http://172.30.9.21:8774/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:16:16.000000", "flavor": {"id": "44b05a4c-171a-4195-8ade-971e1be1c3f3", "links": [{"href": "http://172.30.9.21:8774/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3", "rel": "bookmark"}]}, "id": "ec099516-c482-459d-86ce-ec809d39375f", "user_id": "421cd519fde74b54adc4bc9d0c05f51a", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:16:43Z", "hostId": "63ae61daffa0e2492b1ae222655e03a07788e98f245513d27b76d402", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2", "created": "2018-11-19T06:16:07Z", "tenant_id": "260b277e77224528b81506ba0908af94", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:16:50,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-29bf7021-ef96-4332-ba07-10a63ad99502 2018-11-19 06:16:50,677 - create_instance - DEBUG - Instance status [CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2] is - ACTIVE 2018-11-19 06:16:50,677 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:16:53,681 - create_instance - DEBUG - VM status query timeout in 290.216865063 2018-11-19 06:16:53,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32b63e93094a92396a4dd3435e9020b7cada1b83" 2018-11-19 06:16:53,730 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:16:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8dead8c6-afef-42cf-abb4-c83f1ea7ad98 x-compute-request-id: req-8dead8c6-afef-42cf-abb4-c83f1ea7ad98 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ec099516-c482-459d-86ce-ec809d39375f could not be found.", "code": 404}} 2018-11-19 06:16:53,731 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ec099516-c482-459d-86ce-ec809d39375f used request id req-8dead8c6-afef-42cf-abb4-c83f1ea7ad98 2018-11-19 06:16:53,731 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ec099516-c482-459d-86ce-ec809d39375f could not be found. (HTTP 404) (Request-ID: req-8dead8c6-afef-42cf-abb4-c83f1ea7ad98) 2018-11-19 06:16:53,731 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-inst2 2018-11-19 06:16:53,735 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37134850b50d46baf2fefa591fde107c9c04875c" 2018-11-19 06:16:53,789 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:16:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5df961ee-2c46-4a2b-9eb4-349beb7c2437 x-compute-request-id: req-5df961ee-2c46-4a2b-9eb4-349beb7c2437 Content-Length: 0 Content-Type: application/json 2018-11-19 06:16:53,789 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/44b05a4c-171a-4195-8ade-971e1be1c3f3 used request id req-5df961ee-2c46-4a2b-9eb4-349beb7c2437 2018-11-19 06:16:53,790 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router and port CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port1 2018-11-19 06:16:53,790 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:16:53,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" -d '{"port_id": "a49ea0c8-a24f-4f3b-a3b5-cf5dac064040"}' 2018-11-19 06:16:55,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-69c213df-2f25-4573-800a-f7908909e74a Date: Mon, 19 Nov 2018 06:16:55 GMT RESP BODY: {"network_id": "2575236f-923a-4af2-bbc9-bd859c67bd3e", "tenant_id": "260b277e77224528b81506ba0908af94", "subnet_id": "a4f573f8-3055-4b8c-9c55-23ec5753ad35", "subnet_ids": ["a4f573f8-3055-4b8c-9c55-23ec5753ad35"], "port_id": "a49ea0c8-a24f-4f3b-a3b5-cf5dac064040", "id": "05ea7aca-bd6c-42bd-8171-0cd5e75d4311"} 2018-11-19 06:16:55,050 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/remove_router_interface used request id req-69c213df-2f25-4573-800a-f7908909e74a 2018-11-19 06:16:55,050 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router and port CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-router-port2 2018-11-19 06:16:55,050 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:16:55,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" -d '{"port_id": "0977d7c5-1694-42e8-b4c1-e3ab5082f70f"}' 2018-11-19 06:16:56,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a52099d8-9163-46be-a5db-e0d9bb9188f3 Date: Mon, 19 Nov 2018 06:16:56 GMT RESP BODY: {"network_id": "cffece9a-86f7-4c19-b4a7-30da2d5dc968", "tenant_id": "260b277e77224528b81506ba0908af94", "subnet_id": "3a16238a-103f-4eba-88d3-deceea169301", "subnet_ids": ["3a16238a-103f-4eba-88d3-deceea169301"], "port_id": "0977d7c5-1694-42e8-b4c1-e3ab5082f70f", "id": "05ea7aca-bd6c-42bd-8171-0cd5e75d4311"} 2018-11-19 06:16:56,480 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311/remove_router_interface used request id req-a52099d8-9163-46be-a5db-e0d9bb9188f3 2018-11-19 06:16:56,481 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:16:56,481 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-pub-router 2018-11-19 06:16:56,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84a8f7fd7bcc9f2c4d4e434c5c626ef9a9bbe909" 2018-11-19 06:16:59,452 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46a83219-0f1e-4e8f-9eea-da105a39f544 Content-Length: 0 Date: Mon, 19 Nov 2018 06:16:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:16:59,452 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/05ea7aca-bd6c-42bd-8171-0cd5e75d4311 used request id req-46a83219-0f1e-4e8f-9eea-da105a39f544 2018-11-19 06:16:59,453 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1 2018-11-19 06:16:59,453 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet1 2018-11-19 06:16:59,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a4f573f8-3055-4b8c-9c55-23ec5753ad35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:17:01,803 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49af54bb-b078-4e13-af52-a8d9b90fb5a7 Date: Mon, 19 Nov 2018 06:17:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:01,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a4f573f8-3055-4b8c-9c55-23ec5753ad35 used request id req-49af54bb-b078-4e13-af52-a8d9b90fb5a7 2018-11-19 06:17:01,804 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net1 2018-11-19 06:17:01,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/2575236f-923a-4af2-bbc9-bd859c67bd3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}187ec861fc680a522264df8537ec7de5fd02d19f" 2018-11-19 06:17:03,089 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-993b3fff-12c9-4ad0-98e7-b7102d8e262e Date: Mon, 19 Nov 2018 06:17:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:03,090 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2575236f-923a-4af2-bbc9-bd859c67bd3e used request id req-993b3fff-12c9-4ad0-98e7-b7102d8e262e 2018-11-19 06:17:03,090 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2 2018-11-19 06:17:03,090 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-subnet2 2018-11-19 06:17:03,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/3a16238a-103f-4eba-88d3-deceea169301 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:17:05,455 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7cadaab1-ee89-40fa-8a30-9abe63809620 Date: Mon, 19 Nov 2018 06:17:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:05,456 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3a16238a-103f-4eba-88d3-deceea169301 used request id req-7cadaab1-ee89-40fa-8a30-9abe63809620 2018-11-19 06:17:05,456 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-net2 2018-11-19 06:17:05,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/cffece9a-86f7-4c19-b4a7-30da2d5dc968 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c05bbd6a68f1e9450c123c4d94384333daa5c32" 2018-11-19 06:17:06,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfce1b77-ffd7-4d2f-a948-2380cec4ee78 Date: Mon, 19 Nov 2018 06:17:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:06,693 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/cffece9a-86f7-4c19-b4a7-30da2d5dc968 used request id req-cfce1b77-ffd7-4d2f-a948-2380cec4ee78 2018-11-19 06:17:06,694 - neutron_utils - INFO - Deleting security group rule with ID - 254e0e41-d352-4bd2-98f7-e416567109da 2018-11-19 06:17:06,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/254e0e41-d352-4bd2-98f7-e416567109da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:17:06,944 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9159fa72-f217-4883-984b-31be1258fef0 Content-Length: 0 Date: Mon, 19 Nov 2018 06:17:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:06,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/254e0e41-d352-4bd2-98f7-e416567109da used request id req-9159fa72-f217-4883-984b-31be1258fef0 2018-11-19 06:17:06,944 - neutron_utils - INFO - Deleting security group rule with ID - d908c2cf-c331-425e-97ae-e1de3840e445 2018-11-19 06:17:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d908c2cf-c331-425e-97ae-e1de3840e445 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:17:07,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-db556374-ed2b-4ff5-924e-8fe0ec8ab807 Content-Length: 0 Date: Mon, 19 Nov 2018 06:17:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:07,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d908c2cf-c331-425e-97ae-e1de3840e445 used request id req-db556374-ed2b-4ff5-924e-8fe0ec8ab807 2018-11-19 06:17:07,048 - neutron_utils - INFO - Deleting security group rule with ID - a4f425f9-496b-42ea-9140-113d2f6ec684 2018-11-19 06:17:07,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/a4f425f9-496b-42ea-9140-113d2f6ec684 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:17:07,149 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb207235-9b06-4dcc-b22d-2189ef0ca07e Content-Length: 0 Date: Mon, 19 Nov 2018 06:17:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:07,149 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/a4f425f9-496b-42ea-9140-113d2f6ec684 used request id req-fb207235-9b06-4dcc-b22d-2189ef0ca07e 2018-11-19 06:17:07,149 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-9cf72d9f-c828-441f-9f3e-0a7edacf0086-sec-grp 2018-11-19 06:17:07,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ab0a02f0933b73e8b49c89d8498f8055b412ca4" 2018-11-19 06:17:07,446 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0242b5aa-c529-49ff-b1ca-bf7eb07d1839 Content-Length: 0 Date: Mon, 19 Nov 2018 06:17:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:07,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8813cd1c-ca7b-4730-98ad-7ea8c9f5bf9a used request id req-0242b5aa-c529-49ff-b1ca-bf7eb07d1839 2018-11-19 06:17:07,447 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-4333ee1f-8511-440c-a70b-603b0b8c352a 2018-11-19 06:17:07,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a81331b189fb1f8c393183be5bbac5a60e69d41" 2018-11-19 06:17:08,637 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-99013cd7-169d-46aa-82dd-7ef8029f8787 Date: Mon, 19 Nov 2018 06:17:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:17:08,638 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/4f54afc7-2126-4c4f-b45e-5a7c7da3f1e8 used request id req-99013cd7-169d-46aa-82dd-7ef8029f8787 2018-11-19 06:17:08,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:08,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-970fc982-63be-4f20-ad32-5fb051cbf3c9 Date: Mon, 19 Nov 2018 06:17:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:15Z", "updated_at": "2018-11-19T06:15:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "revision_number": 0, "id": "0c20f4c3-f1e3-4967-9d0a-4b19568b310c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "revision_number": 0, "id": "5a6a1337-ce48-4423-809b-f314c097a624", "remote_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv4", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "revision_number": 0, "id": "d1e6443a-d74d-4728-98d3-a881f4231a2c", "remote_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv6", "project_id": "260b277e77224528b81506ba0908af94"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "revision_number": 0, "id": "f8ae74e4-0417-43a5-999a-c5e97822827b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "tenant_id": "260b277e77224528b81506ba0908af94", "port_range_min": null, "ethertype": "IPv6", "project_id": "260b277e77224528b81506ba0908af94"}], "revision_number": 4, "project_id": "260b277e77224528b81506ba0908af94", "id": "cef3060a-8548-4440-9f3b-1d333f720a71", "name": "default"}]} 2018-11-19 06:17:08,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-970fc982-63be-4f20-ad32-5fb051cbf3c9 2018-11-19 06:17:08,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:08,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19531a45-d28d-4a73-a089-77a62ef6edc9 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:17:08,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-19531a45-d28d-4a73-a089-77a62ef6edc9 2018-11-19 06:17:08,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:09,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdd7a21e-cab1-45f0-9aee-bbc874679563 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:09,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-bdd7a21e-cab1-45f0-9aee-bbc874679563 2018-11-19 06:17:09,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:09,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b56bb8-1099-4979-a8f1-235c8b7a6ecb Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:17:09,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-a9b56bb8-1099-4979-a8f1-235c8b7a6ecb 2018-11-19 06:17:09,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:09,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31743409-0ed9-4811-bd0d-0e5094119030 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94"}, "enabled": true, "id": "260b277e77224528b81506ba0908af94", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj"}} 2018-11-19 06:17:09,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-31743409-0ed9-4811-bd0d-0e5094119030 2018-11-19 06:17:09,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cef3060a-8548-4440-9f3b-1d333f720a71 2018-11-19 06:17:09,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cef3060a-8548-4440-9f3b-1d333f720a71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:09,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-9bf853c3-f9a3-40ea-b82f-240759109fd4 Date: Mon, 19 Nov 2018 06:17:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:15Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "0c20f4c3-f1e3-4967-9d0a-4b19568b310c"}, {"remote_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:15Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "5a6a1337-ce48-4423-809b-f314c097a624"}, {"remote_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:15Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "d1e6443a-d74d-4728-98d3-a881f4231a2c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:15:15Z", "security_group_id": "cef3060a-8548-4440-9f3b-1d333f720a71", "port_range_min": null, "revision_number": 0, "tenant_id": "260b277e77224528b81506ba0908af94", "created_at": "2018-11-19T06:15:15Z", "project_id": "260b277e77224528b81506ba0908af94", "id": "f8ae74e4-0417-43a5-999a-c5e97822827b"}]} 2018-11-19 06:17:09,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cef3060a-8548-4440-9f3b-1d333f720a71 used request id req-9bf853c3-f9a3-40ea-b82f-240759109fd4 2018-11-19 06:17:09,425 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:17:09,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cef3060a-8548-4440-9f3b-1d333f720a71 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:09,815 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0657f2b8-b6ce-4007-81e3-7ad6b2a29e50 Content-Length: 0 Date: Mon, 19 Nov 2018 06:17:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:09,815 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cef3060a-8548-4440-9f3b-1d333f720a71 used request id req-0657f2b8-b6ce-4007-81e3-7ad6b2a29e50 2018-11-19 06:17:09,816 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj 2018-11-19 06:17:09,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:10,030 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59ced433-43c9-4d25-b217-4a71469ffe5e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:10,030 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/260b277e77224528b81506ba0908af94 used request id req-59ced433-43c9-4d25-b217-4a71469ffe5e 2018-11-19 06:17:10,031 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-80a90ba3-0364-4f6-proj-role 2018-11-19 06:17:10,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e4d5a9257d464589b9d93df87085b3d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:10,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fb342f4-b84d-4c0d-a54b-18d921f0a6e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:10,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e4d5a9257d464589b9d93df87085b3d6 used request id req-8fb342f4-b84d-4c0d-a54b-18d921f0a6e5 2018-11-19 06:17:10,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d62ff8ab06e4b02fab9d7c1a7d13bc85ae82efec" 2018-11-19 06:17:10,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f5bbac-2468-4908-b174-8fa683c6d2fc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:17:10,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e3f5bbac-2468-4908-b174-8fa683c6d2fc 2018-11-19 06:17:10,238 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-80a90ba3-0364-4f6-user 2018-11-19 06:17:10,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/421cd519fde74b54adc4bc9d0c05f51a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d5ba4cb419e14b61b922da09c2e5658748b5c2" 2018-11-19 06:17:10,439 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39a2ce0e-5a21-48e9-8dde-25caab30e0f9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:10,439 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/421cd519fde74b54adc4bc9d0c05f51a used request id req-39a2ce0e-5a21-48e9-8dde-25caab30e0f9 2018-11-19 06:17:10,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:10,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["BpGU0i9eTra_ZSGVvT7gmQ"], "issued_at": "2018-11-19T06:17:10.000000Z"}} 2018-11-19 06:17:10,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bfe8905845325214b4148adfc33907e7a10a30a" 2018-11-19 06:17:10,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d86f1e2-4ce2-46fe-8922-3d20f9a0bd3f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:10,910 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1d86f1e2-4ce2-46fe-8922-3d20f9a0bd3f 2018-11-19 06:17:10,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:10,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:11,301 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3eZdFh2OSByTpVSqaD0qZQ"], "issued_at": "2018-11-19T06:17:11.000000Z"}} 2018-11-19 06:17:11,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:11,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb56797-f0fb-47f0-a794-97a4f1c5065b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:11,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8bb56797-f0fb-47f0-a794-97a4f1c5065b 2018-11-19 06:17:11,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:17:11,392 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:17:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:17:11,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:11,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34dc44c5-93c2-4dd6-a1ac-4b703e2fe8cb Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:17:11,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj used request id req-34dc44c5-93c2-4dd6-a1ac-4b703e2fe8cb 2018-11-19 06:17:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:11,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02b00050-ed8a-456e-8bc6-9067f7d18bfd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:17:11,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-02b00050-ed8a-456e-8bc6-9067f7d18bfd 2018-11-19 06:17:11,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj"}}' 2018-11-19 06:17:11,680 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:17:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8cb1c3f0-bfb2-42b4-aa6a-e3b6263988d3 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8d57a9a59fb4ed09a589692a84a4467"}, "enabled": true, "id": "e8d57a9a59fb4ed09a589692a84a4467", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj"}} 2018-11-19 06:17:11,680 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8cb1c3f0-bfb2-42b4-aa6a-e3b6263988d3 2018-11-19 06:17:11,680 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj 2018-11-19 06:17:11,680 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:11,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:12,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Sq8thJ-lT56cfiEDHv0x5A"], "issued_at": "2018-11-19T06:17:12.000000Z"}} 2018-11-19 06:17:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3667d5b76621e2145093ebbc96517175fd9420" 2018-11-19 06:17:12,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8963d5-f497-4475-9c80-b1cfa4868e50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:12,149 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4c8963d5-f497-4475-9c80-b1cfa4868e50 2018-11-19 06:17:12,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:17:12,159 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:17: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:17:12,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3667d5b76621e2145093ebbc96517175fd9420" 2018-11-19 06:17:12,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9de5c86-f57c-4aef-889f-c81f6d61910d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:17:12,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f9de5c86-f57c-4aef-889f-c81f6d61910d 2018-11-19 06:17:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3667d5b76621e2145093ebbc96517175fd9420" 2018-11-19 06:17:12,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b7970f0-94f9-423e-8e62-d9339d38f21a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8d57a9a59fb4ed09a589692a84a4467"}, "enabled": true, "id": "e8d57a9a59fb4ed09a589692a84a4467", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj"}]} 2018-11-19 06:17:12,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj used request id req-5b7970f0-94f9-423e-8e62-d9339d38f21a 2018-11-19 06:17:12,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3667d5b76621e2145093ebbc96517175fd9420" 2018-11-19 06:17:12,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e80d04-3938-4710-8473-05e432bdf36c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:17:12,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c7e80d04-3938-4710-8473-05e432bdf36c 2018-11-19 06:17:12,776 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-ebfa09eb-ec8c-425-user 2018-11-19 06:17:12,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:12,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:12,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84caf91d-78b6-4768-b80d-acf7ca49e7bc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:17:12,862 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-84caf91d-78b6-4768-b80d-acf7ca49e7bc 2018-11-19 06:17:12,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" -d '{"role": {"name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role"}}' 2018-11-19 06:17:12,967 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:17:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ee05ced-871c-4c4f-9aec-c6e6b811a12b Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5a7980abfac64b3ca9da7fd8e42f27fd", "links": {"self": "http://172.30.9.21:5000/v3/roles/5a7980abfac64b3ca9da7fd8e42f27fd"}, "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role"}} 2018-11-19 06:17:12,967 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0ee05ced-871c-4c4f-9aec-c6e6b811a12b 2018-11-19 06:17:12,967 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role 2018-11-19 06:17:12,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/5a7980abfac64b3ca9da7fd8e42f27fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:13,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92cf0fd7-632a-4de5-9550-bbfcd0e7e0a7 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/5a7980abfac64b3ca9da7fd8e42f27fd"}, "domain_id": null, "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role", "id": "5a7980abfac64b3ca9da7fd8e42f27fd"}} 2018-11-19 06:17:13,057 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/5a7980abfac64b3ca9da7fd8e42f27fd used request id req-92cf0fd7-632a-4de5-9550-bbfcd0e7e0a7 2018-11-19 06:17:13,057 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role to project CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj 2018-11-19 06:17:13,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8d57a9a59fb4ed09a589692a84a4467/users/3a614be1ecc7445eb0b10e1bdf21e07a/roles/5a7980abfac64b3ca9da7fd8e42f27fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:13,113 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5665964c-fb14-4665-aa5e-c4d869c38ff2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:13,113 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8d57a9a59fb4ed09a589692a84a4467/users/3a614be1ecc7445eb0b10e1bdf21e07a/roles/5a7980abfac64b3ca9da7fd8e42f27fd used request id req-5665964c-fb14-4665-aa5e-c4d869c38ff2 2018-11-19 06:17:13,114 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:17:13,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:13,116 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:13,117 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:17:13,117 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:13,118 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:13,492 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5a7980abfac64b3ca9da7fd8e42f27fd", "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role"}], "expires_at": "2018-11-19T07:17:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8d57a9a59fb4ed09a589692a84a4467", "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-user", "id": "3a614be1ecc7445eb0b10e1bdf21e07a"}, "audit_ids": ["WXhD5yZ8TXWrRQ_0YyhqQw"], "issued_at": "2018-11-19T06:17:13.000000Z"}} 2018-11-19 06:17:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" 2018-11-19 06:17:13,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb2004cd-ef83-4cbd-8dff-10000164dc02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:13,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fb2004cd-ef83-4cbd-8dff-10000164dc02 2018-11-19 06:17:13,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" 2018-11-19 06:17:13,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-a1d468b8-68cc-471e-8a2c-7a2f7f2507b0 Date: Mon, 19 Nov 2018 06:17:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image"} 2018-11-19 06:17:13,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image used request id req-a1d468b8-68cc-471e-8a2c-7a2f7f2507b0 2018-11-19 06:17:13,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" 2018-11-19 06:17:13,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ccc9f781-f2cc-4ea0-84c6-33c3536f2435 Date: Mon, 19 Nov 2018 06:17:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:17:13,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ccc9f781-f2cc-4ea0-84c6-33c3536f2435 2018-11-19 06:17:13,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image"}' 2018-11-19 06:17:14,125 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91 X-Openstack-Request-Id: req-d3945790-c3c4-49fd-8d26-068df71f22ca Date: Mon, 19 Nov 2018 06:17:14 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:17:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "min_disk": 0, "protected": false, "id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "file": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/file", "checksum": null, "owner": "e8d57a9a59fb4ed09a589692a84a4467", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:17:14,125 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d3945790-c3c4-49fd-8d26-068df71f22ca 2018-11-19 06:17:14,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" -d '' 2018-11-19 06:17:16,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00a0cd5c-3520-42d2-88ad-9dda5a35f041 Date: Mon, 19 Nov 2018 06:17:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:17:16,110 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/file used request id req-00a0cd5c-3520-42d2-88ad-9dda5a35f041 2018-11-19 06:17:16,111 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:17:16,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" 2018-11-19 06:17:16,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-3ef2e8a0-8647-4f5b-8c2a-6bb25e2c4494 Date: Mon, 19 Nov 2018 06:17:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:17:16Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/snap", "metadata": {}}], "self": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "min_disk": 0, "protected": false, "id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "file": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8d57a9a59fb4ed09a589692a84a4467", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:17:16,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91 used request id req-3ef2e8a0-8647-4f5b-8c2a-6bb25e2c4494 2018-11-19 06:17:16,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" 2018-11-19 06:17:16,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6a415445-eea7-4203-9ffd-3b555f4a5d5a Date: Mon, 19 Nov 2018 06:17:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:17:16,292 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6a415445-eea7-4203-9ffd-3b555f4a5d5a 2018-11-19 06:17:16,295 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image 2018-11-19 06:17:16,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" 2018-11-19 06:17:16,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-7dd10484-82e5-473a-af64-b306d22daf3d Date: Mon, 19 Nov 2018 06:17:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:17:16Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/snap", "metadata": {}}], "self": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "min_disk": 0, "protected": false, "id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "file": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8d57a9a59fb4ed09a589692a84a4467", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:17:16,318 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91 used request id req-7dd10484-82e5-473a-af64-b306d22daf3d 2018-11-19 06:17:16,318 - create_image - DEBUG - Instance status is - active 2018-11-19 06:17:16,319 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image 2018-11-19 06:17:16,319 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image 2018-11-19 06:17:16,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:16,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:16,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["H8rdvFBXQSqnBywPnDIvYw"], "issued_at": "2018-11-19T06:17:16.000000Z"}} 2018-11-19 06:17:16,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284dd1831aa8cf2d399826e5edf21115e1805017" 2018-11-19 06:17:16,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c33d719-7946-4cde-abcf-491403193fb4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:16,778 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9c33d719-7946-4cde-abcf-491403193fb4 2018-11-19 06:17:16,779 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:17:16,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284dd1831aa8cf2d399826e5edf21115e1805017" 2018-11-19 06:17:16,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-c95e60e4-8fe1-4185-8ea8-2c0947490b28 x-compute-request-id: req-c95e60e4-8fe1-4185-8ea8-2c0947490b28 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:17:16,963 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c95e60e4-8fe1-4185-8ea8-2c0947490b28 2018-11-19 06:17:16,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284dd1831aa8cf2d399826e5edf21115e1805017" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:17:17,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-c45ce5fe-3907-4efb-82d0-c925c2a02fd1 x-compute-request-id: req-c45ce5fe-3907-4efb-82d0-c925c2a02fd1 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:17:17,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c45ce5fe-3907-4efb-82d0-c925c2a02fd1 2018-11-19 06:17:17,017 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:17,017 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:17,408 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ENKbldYTTAq-5dXdrjVhgQ"], "issued_at": "2018-11-19T06:17:17.000000Z"}} 2018-11-19 06:17:17,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:17,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6cd7d3e-4ab1-467e-9efe-0155a8d284bb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:17,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b6cd7d3e-4ab1-467e-9efe-0155a8d284bb 2018-11-19 06:17:17,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:17,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-dd601061-2deb-43e9-9cce-505c3e8bf1b1 Date: Mon, 19 Nov 2018 06:17:17 GMT RESP BODY: {"networks":[]} 2018-11-19 06:17:17,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-dd601061-2deb-43e9-9cce-505c3e8bf1b1 2018-11-19 06:17:17,674 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net 2018-11-19 06:17:17,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" -d '{"network": {"name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net", "admin_state_up": true}}' 2018-11-19 06:17:18,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-8b2bf858-c1f5-4f80-8ae1-2aa6f377fc62 Date: Mon, 19 Nov 2018 06:17:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:17:17Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","mtu":1450}} 2018-11-19 06:17:18,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-8b2bf858-c1f5-4f80-8ae1-2aa6f377fc62 2018-11-19 06:17:18,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:18,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-f16622cf-20d0-434e-a22f-90849f063451 Date: Mon, 19 Nov 2018 06:17:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:17:17Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:18,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-f16622cf-20d0-434e-a22f-90849f063451 2018-11-19 06:17:18,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:18,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-43126497-3b2e-44a6-871b-377ce1ea800f Date: Mon, 19 Nov 2018 06:17:18 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:17:18,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-43126497-3b2e-44a6-871b-377ce1ea800f 2018-11-19 06:17:18,641 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet 2018-11-19 06:17:18,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" -d '{"subnets": [{"ip_version": 4, "network_id": "2d37c4b1-2935-4031-9f43-f0efc99cab1f", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]}' 2018-11-19 06:17:19,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-27502952-1516-4c91-a889-b9f2c089b2b6 Date: Mon, 19 Nov 2018 06:17:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:19,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-27502952-1516-4c91-a889-b9f2c089b2b6 2018-11-19 06:17:19,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:19,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-462ed575-6cea-4216-b9e7-3b5c304c78eb Date: Mon, 19 Nov 2018 06:17:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:19,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-462ed575-6cea-4216-b9e7-3b5c304c78eb 2018-11-19 06:17:19,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:19,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9978202b-51b2-4f16-9f53-4cc6e890eade Date: Mon, 19 Nov 2018 06:17:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:19,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-9978202b-51b2-4f16-9f53-4cc6e890eade 2018-11-19 06:17:19,476 - OpenStackNetwork - DEBUG - Network [2d37c4b1-2935-4031-9f43-f0efc99cab1f] created successfully 2018-11-19 06:17:19,476 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:17:19,476 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:19,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:19,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:19,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:19,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mo3Wfv4yR46RdbhPcNNy4Q"], "issued_at": "2018-11-19T06:17:19.000000Z"}} 2018-11-19 06:17:19,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31311055d924ece1330076bd9677c7719613c067" 2018-11-19 06:17:19,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c01f90c-2173-4b8b-a841-34fc78a83d66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:19,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c01f90c-2173-4b8b-a841-34fc78a83d66 2018-11-19 06:17:19,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:19,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:20,250 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mideUsFORj6u5uDTAKdH7g"], "issued_at": "2018-11-19T06:17:20.000000Z"}} 2018-11-19 06:17:20,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:20,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a791509f-9aa5-4ba6-948e-d75dfe97a58b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:20,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a791509f-9aa5-4ba6-948e-d75dfe97a58b 2018-11-19 06:17:20,332 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:17:20,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:20,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2ff9b2-3600-4cc5-9f27-f81d7b640b23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:20,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3a2ff9b2-3600-4cc5-9f27-f81d7b640b23 2018-11-19 06:17:20,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:20,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-7bc91cc5-3302-4346-b1af-67fa0ce8137f Date: Mon, 19 Nov 2018 06:17:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:20,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-7bc91cc5-3302-4346-b1af-67fa0ce8137f 2018-11-19 06:17:20,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:17:20,696 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:17:20,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:20,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-547a24b9-15e4-4c5c-b435-41615fcd9d3c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:20,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-547a24b9-15e4-4c5c-b435-41615fcd9d3c 2018-11-19 06:17:20,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:20,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-68562b29-0cef-494b-8969-35520118b267 Date: Mon, 19 Nov 2018 06:17:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:20,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-68562b29-0cef-494b-8969-35520118b267 2018-11-19 06:17:20,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:21,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2aedf408-b02f-4573-ab07-0f59e82ea5ed Date: Mon, 19 Nov 2018 06:17:21 GMT RESP BODY: {"ports":[]} 2018-11-19 06:17:21,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port&admin_state_up=True used request id req-2aedf408-b02f-4573-ab07-0f59e82ea5ed 2018-11-19 06:17:21,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:21,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0da409d-1650-4df6-93bf-7ca126b6f779 x-compute-request-id: req-e0da409d-1650-4df6-93bf-7ca126b6f779 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:17:21,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst used request id req-e0da409d-1650-4df6-93bf-7ca126b6f779 2018-11-19 06:17:21,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:21,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-43ce05ce-a045-4ec8-a895-88288f016077 Date: Mon, 19 Nov 2018 06:17:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:21,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-43ce05ce-a045-4ec8-a895-88288f016077 2018-11-19 06:17:21,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:21,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c523a43a-bf15-41fa-9122-21663e0e9d4c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:21,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-c523a43a-bf15-41fa-9122-21663e0e9d4c 2018-11-19 06:17:21,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:21,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6084aed0-fe90-4444-9d63-61b6318d2b9c Date: Mon, 19 Nov 2018 06:17:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:21,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-6084aed0-fe90-4444-9d63-61b6318d2b9c 2018-11-19 06:17:22,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:22,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1d851578-8509-43d9-b850-4b66cb0efccd Date: Mon, 19 Nov 2018 06:17:22 GMT RESP BODY: {"ports":[]} 2018-11-19 06:17:22,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port&admin_state_up=True used request id req-1d851578-8509-43d9-b850-4b66cb0efccd 2018-11-19 06:17:22,035 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:22,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:22,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["uHA2LWVdT4W-2lfwDfwzpg"], "issued_at": "2018-11-19T06:17:22.000000Z"}} 2018-11-19 06:17:22,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d68962a127657144c63a2aed4324991f3a01a8" 2018-11-19 06:17:22,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68bf9c7f-7614-441b-81fc-1f501256232a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:22,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-68bf9c7f-7614-441b-81fc-1f501256232a 2018-11-19 06:17:22,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:22,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-816b0193-2ef5-4f80-9442-f36bd4cfbc0d Date: Mon, 19 Nov 2018 06:17:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:22,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-816b0193-2ef5-4f80-9442-f36bd4cfbc0d 2018-11-19 06:17:22,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:22,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-60d9cb6f-8d04-4988-a4e0-85331df6f0ff Date: Mon, 19 Nov 2018 06:17:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:22,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-60d9cb6f-8d04-4988-a4e0-85331df6f0ff 2018-11-19 06:17:22,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:22,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-49d1c874-6243-4048-8c5b-d4df9fc4e156 Date: Mon, 19 Nov 2018 06:17:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:22,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-49d1c874-6243-4048-8c5b-d4df9fc4e156 2018-11-19 06:17:22,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:17:22,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:17:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:17:22,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75d68962a127657144c63a2aed4324991f3a01a8" 2018-11-19 06:17:22,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a8d2f04-498c-4598-9b56-641a61071efc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:22,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-7a8d2f04-498c-4598-9b56-641a61071efc 2018-11-19 06:17:22,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:23,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7df44f33-5f5d-484d-977c-0a4cb66daa96 Date: Mon, 19 Nov 2018 06:17:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:23,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-7df44f33-5f5d-484d-977c-0a4cb66daa96 2018-11-19 06:17:23,053 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net 2018-11-19 06:17:23,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" -d '{"port": {"network_id": "2d37c4b1-2935-4031-9f43-f0efc99cab1f", "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port", "admin_state_up": true}}' 2018-11-19 06:17:23,906 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-d57d07e1-44c6-4e96-a545-9be871271dd8 Date: Mon, 19 Nov 2018 06:17:23 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:23Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.7"}],"id":"7272efc7-e35f-4f3a-9b06-373c55999d4b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d1:d9:c6","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port","project_id":"f5fe8cec919348a69e22609d846dcb47","qos_policy_id":null,"admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:23Z","binding:vnic_type":"normal"}} 2018-11-19 06:17:23,906 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-d57d07e1-44c6-4e96-a545-9be871271dd8 2018-11-19 06:17:23,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ce0a7594-f782-4fc5-b81d-7987c82f6c22 Date: Mon, 19 Nov 2018 06:17:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:24,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-ce0a7594-f782-4fc5-b81d-7987c82f6c22 2018-11-19 06:17:24,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef2d1ea-e851-4aeb-a7e6-8157645162dc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:24,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-3ef2d1ea-e851-4aeb-a7e6-8157645162dc 2018-11-19 06:17:24,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6daa7495-28c2-4f21-a108-69919d29f7ed Date: Mon, 19 Nov 2018 06:17:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:24,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-6daa7495-28c2-4f21-a108-69919d29f7ed 2018-11-19 06:17:24,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-d990824a-0558-49ad-acf5-37d5238bc4df Date: Mon, 19 Nov 2018 06:17:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:23Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.7"}],"id":"7272efc7-e35f-4f3a-9b06-373c55999d4b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d1:d9:c6","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:23Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:17:24,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port&admin_state_up=True used request id req-d990824a-0558-49ad-acf5-37d5238bc4df 2018-11-19 06:17:24,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9901ea12-64bb-466e-adb9-27812e86788c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:24,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-9901ea12-64bb-466e-adb9-27812e86788c 2018-11-19 06:17:24,742 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst 2018-11-19 06:17:24,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-4761c30d-f7ef-4a9a-bd35-389ad5c2304e x-compute-request-id: req-4761c30d-f7ef-4a9a-bd35-389ad5c2304e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-flavor-name"}]} 2018-11-19 06:17:24,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4761c30d-f7ef-4a9a-bd35-389ad5c2304e 2018-11-19 06:17:24,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-35c45e32-b475-46ba-9641-605ee3a9790f x-compute-request-id: req-35c45e32-b475-46ba-9641-605ee3a9790f Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:17:24,795 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084 used request id req-35c45e32-b475-46ba-9641-605ee3a9790f 2018-11-19 06:17:24,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:24,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-f936d49a-a9a8-4fce-aa46-d5d079ebb787 Date: Mon, 19 Nov 2018 06:17:24 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:17:16Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/snap", "metadata": {}}], "self": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "min_disk": 0, "protected": false, "id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "file": "/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e8d57a9a59fb4ed09a589692a84a4467", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image"} 2018-11-19 06:17:24,979 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image used request id req-f936d49a-a9a8-4fce-aa46-d5d079ebb787 2018-11-19 06:17:24,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:25,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e3bdfb3c-afbe-42bc-b9ee-cbf2db22e2bc Date: Mon, 19 Nov 2018 06:17:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:17:25,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-e3bdfb3c-afbe-42bc-b9ee-cbf2db22e2bc 2018-11-19 06:17:25,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" -d '{"server": {"name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "imageRef": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "flavorRef": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "max_count": 1, "min_count": 1, "networks": [{"port": "7272efc7-e35f-4f3a-9b06-373c55999d4b"}]}}' 2018-11-19 06:17:26,945 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:17:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9526f682-0d49-4308-997c-c0ded704fe62 x-compute-request-id: req-9526f682-0d49-4308-997c-c0ded704fe62 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "adea1e2e-712a-4616-8378-157c36821d3d", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "adminPass": "mcj4G9d8BuQb"}} 2018-11-19 06:17:26,945 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9526f682-0d49-4308-997c-c0ded704fe62 2018-11-19 06:17:26,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:27,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-def276f7-c3d4-4259-846e-2741ce6e6989 x-compute-request-id: req-def276f7-c3d4-4259-846e-2741ce6e6989 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.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:17:26Z", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:27,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-def276f7-c3d4-4259-846e-2741ce6e6989 2018-11-19 06:17:27,183 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst 2018-11-19 06:17:27,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:27,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17: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-407d9065-ab26-4411-8bb9-30cd0afce5ae x-compute-request-id: req-407d9065-ab26-4411-8bb9-30cd0afce5ae Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:17:27Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:27,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-407d9065-ab26-4411-8bb9-30cd0afce5ae 2018-11-19 06:17:27,408 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst] is - BUILD 2018-11-19 06:17:27,408 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:17:30,411 - create_instance - DEBUG - VM status query timeout in 896.771983862 2018-11-19 06:17:30,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:31,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17: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-23e9083b-2541-434c-8de8-c333e8927f93 x-compute-request-id: req-23e9083b-2541-434c-8de8-c333e8927f93 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:d9:c6", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:17:27Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:31,015 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-23e9083b-2541-434c-8de8-c333e8927f93 2018-11-19 06:17:31,015 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst] is - BUILD 2018-11-19 06:17:31,015 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:17:34,019 - create_instance - DEBUG - VM status query timeout in 893.164661884 2018-11-19 06:17:34,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:34,908 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ef9c2b20-5600-4d17-a26f-cfca61526b64 x-compute-request-id: req-ef9c2b20-5600-4d17-a26f-cfca61526b64 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:d9:c6", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-11-19T06:17:32.000000", "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:17:33Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:34,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-ef9c2b20-5600-4d17-a26f-cfca61526b64 2018-11-19 06:17:34,908 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst] is - ACTIVE 2018-11-19 06:17:34,908 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:17:34,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:35,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-fe7f52f7-26c9-45e3-9488-25d0d8d18458 x-compute-request-id: req-fe7f52f7-26c9-45e3-9488-25d0d8d18458 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:d9:c6", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-11-19T06:17:32.000000", "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:17:33Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:35,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-fe7f52f7-26c9-45e3-9488-25d0d8d18458 2018-11-19 06:17:35,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:35,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-2e250cc0-5aa6-4ec2-9fa1-40d703461680 Date: Mon, 19 Nov 2018 06:17:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:35,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-2e250cc0-5aa6-4ec2-9fa1-40d703461680 2018-11-19 06:17:35,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:35,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff92e9f-1735-4ff8-ac48-9d07b6aeff96 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:35,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-6ff92e9f-1735-4ff8-ac48-9d07b6aeff96 2018-11-19 06:17:35,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:35,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ca8f94d6-b325-4351-8d7c-0b9b22da95d9 Date: Mon, 19 Nov 2018 06:17:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:35,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-ca8f94d6-b325-4351-8d7c-0b9b22da95d9 2018-11-19 06:17:35,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:35,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-2f4136bf-c76b-404e-a722-42287341a5ed Date: Mon, 19 Nov 2018 06:17:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.2"}],"id":"4938df30-d7cc-4a32-b8a4-9028690cfa8a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:5a:ff","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.7"}],"id":"7272efc7-e35f-4f3a-9b06-373c55999d4b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:d9:c6","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:23Z","binding:vnic_type":"normal","device_id":"adea1e2e-712a-4616-8378-157c36821d3d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.3"}],"id":"854632e6-5126-4d79-8ff8-9b161b3a3ac7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:49:d1","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.4"}],"id":"c7f3ced2-7d1b-466d-b081-6e9b224d20d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:db:9f","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d37c4b1-2935-4031-9f43-f0efc99cab1f"}]} 2018-11-19 06:17:35,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-2f4136bf-c76b-404e-a722-42287341a5ed 2018-11-19 06:17:35,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:36,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["HtNa6Zd-TwipIRK5b-yh4w"], "issued_at": "2018-11-19T06:17:36.000000Z"}} 2018-11-19 06:17:36,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0a0a5b3dfaece49c5e06c2a4927b85294f573c" 2018-11-19 06:17:36,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0925d411-69aa-437d-a6b1-7eb1c001a438 x-compute-request-id: req-0925d411-69aa-437d-a6b1-7eb1c001a438 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:d9:c6", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-11-19T06:17:32.000000", "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:17:33Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:17:36,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst used request id req-0925d411-69aa-437d-a6b1-7eb1c001a438 2018-11-19 06:17:36,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:37,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dsbF9FsXTw-wwj3Gj88b9g"], "issued_at": "2018-11-19T06:17:37.000000Z"}} 2018-11-19 06:17:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f40c9d7116249e74a500cbc90c5b913f10b6dd83" 2018-11-19 06:17:37,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-38a6aec5-8e37-4479-856c-9c7572009e28 Date: Mon, 19 Nov 2018 06:17:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:37,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-38a6aec5-8e37-4479-856c-9c7572009e28 2018-11-19 06:17:37,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f40c9d7116249e74a500cbc90c5b913f10b6dd83" 2018-11-19 06:17:37,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3dd8a355-fcd3-4c85-a8d1-9a559ab0427c Date: Mon, 19 Nov 2018 06:17:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:37,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-3dd8a355-fcd3-4c85-a8d1-9a559ab0427c 2018-11-19 06:17:37,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f40c9d7116249e74a500cbc90c5b913f10b6dd83" 2018-11-19 06:17:37,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-49907d3d-2f18-471b-a6bd-2d5247b2dd06 Date: Mon, 19 Nov 2018 06:17:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.2"}],"id":"4938df30-d7cc-4a32-b8a4-9028690cfa8a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:5a:ff","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.7"}],"id":"7272efc7-e35f-4f3a-9b06-373c55999d4b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:d9:c6","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:23Z","binding:vnic_type":"normal","device_id":"adea1e2e-712a-4616-8378-157c36821d3d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.3"}],"id":"854632e6-5126-4d79-8ff8-9b161b3a3ac7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:49:d1","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.4"}],"id":"c7f3ced2-7d1b-466d-b081-6e9b224d20d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:db:9f","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d37c4b1-2935-4031-9f43-f0efc99cab1f"}]} 2018-11-19 06:17:37,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-49907d3d-2f18-471b-a6bd-2d5247b2dd06 2018-11-19 06:17:37,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:38,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5a7980abfac64b3ca9da7fd8e42f27fd", "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role"}], "expires_at": "2018-11-19T07:17:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8d57a9a59fb4ed09a589692a84a4467", "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e8d57a9a59fb4ed09a589692a84a4467", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-ebfa09eb-ec8c-425-user", "id": "3a614be1ecc7445eb0b10e1bdf21e07a"}, "audit_ids": ["a2RzNZAmSYqpa33U7owSow"], "issued_at": "2018-11-19T06:17:38.000000Z"}} 2018-11-19 06:17:38,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b7f3f0ae699e7ec3b8cc632e3e65d6c95ac1ee0" 2018-11-19 06:17:38,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ce3f122-393f-46d2-a8ed-8f43c0bcaf11 x-compute-request-id: req-5ce3f122-393f-46d2-a8ed-8f43c0bcaf11 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:17:38,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst used request id req-5ce3f122-393f-46d2-a8ed-8f43c0bcaf11 2018-11-19 06:17:38,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:39,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-491b4ede-268b-4a24-8ea7-ef9dd7a81c89 x-compute-request-id: req-491b4ede-268b-4a24-8ea7-ef9dd7a81c89 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:d9:c6", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-11-19T06:17:32.000000", "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:17:33Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:39,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-491b4ede-268b-4a24-8ea7-ef9dd7a81c89 2018-11-19 06:17:39,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:39,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-acb03d83-3c4a-4be7-aded-a0473ccd8bfa Date: Mon, 19 Nov 2018 06:17:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:39,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-acb03d83-3c4a-4be7-aded-a0473ccd8bfa 2018-11-19 06:17:39,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:39,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfc9759-82c2-4486-9bab-a17780d23d59 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:39,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-8bfc9759-82c2-4486-9bab-a17780d23d59 2018-11-19 06:17:39,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:39,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-7f9ac2a0-e16e-48a3-b798-a15efca06118 Date: Mon, 19 Nov 2018 06:17:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:39,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-7f9ac2a0-e16e-48a3-b798-a15efca06118 2018-11-19 06:17:39,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:39,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-4a9ab3ec-2331-4519-b7d9-30455d747e63 Date: Mon, 19 Nov 2018 06:17:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.2"}],"id":"4938df30-d7cc-4a32-b8a4-9028690cfa8a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:5a:ff","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.7"}],"id":"7272efc7-e35f-4f3a-9b06-373c55999d4b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:d9:c6","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:23Z","binding:vnic_type":"normal","device_id":"adea1e2e-712a-4616-8378-157c36821d3d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.3"}],"id":"854632e6-5126-4d79-8ff8-9b161b3a3ac7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:49:d1","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.4"}],"id":"c7f3ced2-7d1b-466d-b081-6e9b224d20d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:db:9f","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d37c4b1-2935-4031-9f43-f0efc99cab1f"}]} 2018-11-19 06:17:39,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-4a9ab3ec-2331-4519-b7d9-30455d747e63 2018-11-19 06:17:39,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:40,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-f0ad211e-bdd8-4ca1-8429-40505ead6775 x-compute-request-id: req-f0ad211e-bdd8-4ca1-8429-40505ead6775 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:d9:c6", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-11-19T06:17:32.000000", "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:17:33Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:40,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-f0ad211e-bdd8-4ca1-8429-40505ead6775 2018-11-19 06:17:40,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:40,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-621c1532-bdc8-4c67-af25-9a6acfb4d6e9 Date: Mon, 19 Nov 2018 06:17:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":47,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["5b8b2a1f-7f51-427b-ae1a-954e6fab2dec"],"description":"","tags":[],"updated_at":"2018-11-19T06:17:18Z","qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:17Z","provider:network_type":"vxlan"}]} 2018-11-19 06:17:40,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net used request id req-621c1532-bdc8-4c67-af25-9a6acfb4d6e9 2018-11-19 06:17:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:40,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac2d61bf-beb1-46f4-b5a2-5db8a7fe6697 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:40,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-ac2d61bf-beb1-46f4-b5a2-5db8a7fe6697 2018-11-19 06:17:40,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:40,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a6cc5f2b-c9b4-436a-83f3-bddf44892836 Date: Mon, 19 Nov 2018 06:17:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:17: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":"f5fe8cec919348a69e22609d846dcb47","id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","subnetpool_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet"}]} 2018-11-19 06:17:40,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-a6cc5f2b-c9b4-436a-83f3-bddf44892836 2018-11-19 06:17:40,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:40,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3879 X-Openstack-Request-Id: req-325a1514-6357-4408-924b-3b4c54981cd0 Date: Mon, 19 Nov 2018 06:17:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.2"}],"id":"4938df30-d7cc-4a32-b8a4-9028690cfa8a","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c0:5a:ff","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:33Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.7"}],"id":"7272efc7-e35f-4f3a-9b06-373c55999d4b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:d9:c6","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:23Z","binding:vnic_type":"normal","device_id":"adea1e2e-712a-4616-8378-157c36821d3d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.3"}],"id":"854632e6-5126-4d79-8ff8-9b161b3a3ac7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:49:d1","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2d37c4b1-2935-4031-9f43-f0efc99cab1f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:17:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5b8b2a1f-7f51-427b-ae1a-954e6fab2dec","ip_address":"10.55.0.4"}],"id":"c7f3ced2-7d1b-466d-b081-6e9b224d20d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:db:9f","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"2d37c4b1-2935-4031-9f43-f0efc99cab1f","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:17:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2d37c4b1-2935-4031-9f43-f0efc99cab1f"}]} 2018-11-19 06:17:40,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-325a1514-6357-4408-924b-3b4c54981cd0 2018-11-19 06:17:40,726 - create_instance - INFO - Deleting Port with ID - 7272efc7-e35f-4f3a-9b06-373c55999d4b 2018-11-19 06:17:40,726 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-port 2018-11-19 06:17:40,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/7272efc7-e35f-4f3a-9b06-373c55999d4b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:41,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c46b97b3-caab-40b1-8cf4-0630b20be80f Date: Mon, 19 Nov 2018 06:17:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:41,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/7272efc7-e35f-4f3a-9b06-373c55999d4b used request id req-c46b97b3-caab-40b1-8cf4-0630b20be80f 2018-11-19 06:17:41,618 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst 2018-11-19 06:17:41,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:41,800 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-811ef9d3-36a1-4905-8c43-40c937642094 x-compute-request-id: req-811ef9d3-36a1-4905-8c43-40c937642094 Content-Type: application/json 2018-11-19 06:17:41,800 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-811ef9d3-36a1-4905-8c43-40c937642094 2018-11-19 06:17:41,801 - create_instance - INFO - Checking deletion status 2018-11-19 06:17:41,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:42,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6de37164-1f58-4a2f-abd2-37c85243784d x-compute-request-id: req-6de37164-1f58-4a2f-abd2-37c85243784d Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-11-19T06:17:32.000000", "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:17:41Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:42,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-6de37164-1f58-4a2f-abd2-37c85243784d 2018-11-19 06:17:42,222 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst] is - ACTIVE 2018-11-19 06:17:42,222 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:17:45,225 - create_instance - DEBUG - VM status query timeout in 296.57585597 2018-11-19 06:17:45,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:45,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17: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-e9b2c18d-3785-4093-b109-190367cc7d68 x-compute-request-id: req-e9b2c18d-3785-4093-b109-190367cc7d68 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/adea1e2e-712a-4616-8378-157c36821d3d", "rel": "bookmark"}], "image": {"id": "42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "links": [{"href": "http://172.30.9.21:8774/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000b9", "OS-SRV-USG:launched_at": "2018-11-19T06:17:32.000000", "flavor": {"id": "8b32f868-f2d1-4dca-bd3e-363cb202d084", "links": [{"href": "http://172.30.9.21:8774/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084", "rel": "bookmark"}]}, "id": "adea1e2e-712a-4616-8378-157c36821d3d", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:17:41Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst", "created": "2018-11-19T06:17:26Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:17:45,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-e9b2c18d-3785-4093-b109-190367cc7d68 2018-11-19 06:17:45,725 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst] is - ACTIVE 2018-11-19 06:17:45,725 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:17:48,728 - create_instance - DEBUG - VM status query timeout in 293.072891951 2018-11-19 06:17:48,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7622d5abc62f332b05cad913df13594c34612a70" 2018-11-19 06:17:48,775 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:17: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-3947e7f2-66a6-4808-b294-71f3b5e80ef6 x-compute-request-id: req-3947e7f2-66a6-4808-b294-71f3b5e80ef6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance adea1e2e-712a-4616-8378-157c36821d3d could not be found.", "code": 404}} 2018-11-19 06:17:48,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/adea1e2e-712a-4616-8378-157c36821d3d used request id req-3947e7f2-66a6-4808-b294-71f3b5e80ef6 2018-11-19 06:17:48,776 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance adea1e2e-712a-4616-8378-157c36821d3d could not be found. (HTTP 404) (Request-ID: req-3947e7f2-66a6-4808-b294-71f3b5e80ef6) 2018-11-19 06:17:48,776 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-inst 2018-11-19 06:17:48,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}284dd1831aa8cf2d399826e5edf21115e1805017" 2018-11-19 06:17:48,837 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:17: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-96cbfadd-4ac9-49d0-80b5-16f58dcd4a34 x-compute-request-id: req-96cbfadd-4ac9-49d0-80b5-16f58dcd4a34 Content-Length: 0 Content-Type: application/json 2018-11-19 06:17:48,837 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8b32f868-f2d1-4dca-bd3e-363cb202d084 used request id req-96cbfadd-4ac9-49d0-80b5-16f58dcd4a34 2018-11-19 06:17:48,838 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet 2018-11-19 06:17:48,838 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-subnet 2018-11-19 06:17:48,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/5b8b2a1f-7f51-427b-ae1a-954e6fab2dec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:51,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-29d6877a-08a5-4bf8-80f5-8750e71574c3 Date: Mon, 19 Nov 2018 06:17:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:51,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5b8b2a1f-7f51-427b-ae1a-954e6fab2dec used request id req-29d6877a-08a5-4bf8-80f5-8750e71574c3 2018-11-19 06:17:51,001 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-pub-net 2018-11-19 06:17:51,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/2d37c4b1-2935-4031-9f43-f0efc99cab1f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dc26501b952b7e8920ab5b66727b94b22fe1e4e9" 2018-11-19 06:17:52,503 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d78dc0f2-6ceb-4627-a20f-bb54ac26c41e Date: Mon, 19 Nov 2018 06:17:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:17:52,503 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/2d37c4b1-2935-4031-9f43-f0efc99cab1f used request id req-d78dc0f2-6ceb-4627-a20f-bb54ac26c41e 2018-11-19 06:17:52,504 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-ea596ce7-a8bd-4543-834e-cfaf67f5c1b4-image 2018-11-19 06:17:52,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b8841e33bc914f71b9ec3d6f734916f69ca52ee9" 2018-11-19 06:17:54,644 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41fbc6d0-d11d-4eb4-86bb-ab9dc7c472a9 Date: Mon, 19 Nov 2018 06:17:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:17:54,645 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/42c2020a-9e8b-4c55-90b1-a0aa323b7e91 used request id req-41fbc6d0-d11d-4eb4-86bb-ab9dc7c472a9 2018-11-19 06:17:54,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:54,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-7b5df4b5-cda1-40ee-910a-de205dae29f8 Date: Mon, 19 Nov 2018 06:17:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:17:54,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-7b5df4b5-cda1-40ee-910a-de205dae29f8 2018-11-19 06:17:54,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:54,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9bdfb6a-42e7-47f8-8aa9-11ee40959ce2 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:17:54,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-b9bdfb6a-42e7-47f8-8aa9-11ee40959ce2 2018-11-19 06:17:54,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:55,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb32e8e-9e1a-4003-b719-669764cac867 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:17:55,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-adb32e8e-9e1a-4003-b719-669764cac867 2018-11-19 06:17:55,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:55,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebab5572-8754-45fe-b886-93fe58c61ad1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:17:55,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-ebab5572-8754-45fe-b886-93fe58c61ad1 2018-11-19 06:17:55,150 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj 2018-11-19 06:17:55,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e8d57a9a59fb4ed09a589692a84a4467 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:55,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1194fd0d-445a-479f-a1f5-c67b9821a5f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:55,353 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e8d57a9a59fb4ed09a589692a84a4467 used request id req-1194fd0d-445a-479f-a1f5-c67b9821a5f2 2018-11-19 06:17:55,353 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-ebfa09eb-ec8c-425-proj-role 2018-11-19 06:17:55,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/5a7980abfac64b3ca9da7fd8e42f27fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:55,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80c5a617-d4a8-4524-9581-d1896d61dec7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:55,476 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/5a7980abfac64b3ca9da7fd8e42f27fd used request id req-80c5a617-d4a8-4524-9581-d1896d61dec7 2018-11-19 06:17:55,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}327349ab59612a8bd6c88a915f72e9cfee522e91" 2018-11-19 06:17:55,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b53a720-e344-4fd3-9b81-14f78dbf612c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:17:55,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b53a720-e344-4fd3-9b81-14f78dbf612c 2018-11-19 06:17:55,570 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-ebfa09eb-ec8c-425-user 2018-11-19 06:17:55,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/3a614be1ecc7445eb0b10e1bdf21e07a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b3667d5b76621e2145093ebbc96517175fd9420" 2018-11-19 06:17:55,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23556486-22f2-42ea-9965-9c9a48ab3f8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:55,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3a614be1ecc7445eb0b10e1bdf21e07a used request id req-23556486-22f2-42ea-9965-9c9a48ab3f8b 2018-11-19 06:17:55,738 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:56,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["8VBtlezBRbKefwZCVaNZAw"], "issued_at": "2018-11-19T06:17:56.000000Z"}} 2018-11-19 06:17:56,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f7bc34bbd6a178edd3f8f2ae951d748f8cbafba4" 2018-11-19 06:17:56,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907001b6-7cd1-4d27-b3fd-d237e5bdc572 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:56,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-907001b6-7cd1-4d27-b3fd-d237e5bdc572 2018-11-19 06:17:56,212 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:56,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:56,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["6AIuNUaMTfSrWaHciRsw4w"], "issued_at": "2018-11-19T06:17:56.000000Z"}} 2018-11-19 06:17:56,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:17:56,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c86ef5-ebd0-409a-a474-5fd2cc4e5622 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:56,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-95c86ef5-ebd0-409a-a474-5fd2cc4e5622 2018-11-19 06:17:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:17:56,686 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:17:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:17:56,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:17:56,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30df56cb-d68d-402b-baed-fc8333e5c04f Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:17:56,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj used request id req-30df56cb-d68d-402b-baed-fc8333e5c04f 2018-11-19 06:17:56,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:17:56,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb8e240-3fbe-4f3d-a1c7-7449ddf5580e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:17:56,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-eeb8e240-3fbe-4f3d-a1c7-7449ddf5580e 2018-11-19 06:17:56,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}}' 2018-11-19 06:17:57,033 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:17:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-721ee0be-4c7d-4f29-b8e4-83881059aefe Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:17:57,033 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-721ee0be-4c7d-4f29-b8e4-83881059aefe 2018-11-19 06:17:57,034 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj 2018-11-19 06:17:57,034 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:57,035 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:57,417 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:17:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LOg4TLwIT1igzU32aZnP0g"], "issued_at": "2018-11-19T06:17:57.000000Z"}} 2018-11-19 06:17:57,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b608fe5c7eeb9448966d6e7a1d997429d40ebb13" 2018-11-19 06:17:57,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-765a6c9b-3399-4531-bc58-2c422b3cd279 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:57,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-765a6c9b-3399-4531-bc58-2c422b3cd279 2018-11-19 06:17:57,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:17:57,532 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:17: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:17:57,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b608fe5c7eeb9448966d6e7a1d997429d40ebb13" 2018-11-19 06:17:57,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aefbec7-00e9-495d-b175-532e85164f9b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:17:57,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8aefbec7-00e9-495d-b175-532e85164f9b 2018-11-19 06:17:57,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b608fe5c7eeb9448966d6e7a1d997429d40ebb13" 2018-11-19 06:17:57,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a03f199-5691-42b6-ab06-3bec7e27de37 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}]} 2018-11-19 06:17:57,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj used request id req-6a03f199-5691-42b6-ab06-3bec7e27de37 2018-11-19 06:17:57,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b608fe5c7eeb9448966d6e7a1d997429d40ebb13" 2018-11-19 06:17:57,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed21a57c-81b7-46a4-948c-1454d66ede00 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:17:57,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ed21a57c-81b7-46a4-948c-1454d66ede00 2018-11-19 06:17:58,177 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user 2018-11-19 06:17:58,177 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:58,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:17:58,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fe175e-09e4-42c0-b814-d9f1da99727f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:17:58,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0fe175e-09e4-42c0-b814-d9f1da99727f 2018-11-19 06:17:58,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" -d '{"role": {"name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}}' 2018-11-19 06:17:58,410 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:17:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8659cd92-05aa-4cc7-a50d-e7ea1c3f7fa9 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "55db5259ccfe4dce9538307197739f64", "links": {"self": "http://172.30.9.21:5000/v3/roles/55db5259ccfe4dce9538307197739f64"}, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}} 2018-11-19 06:17:58,410 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8659cd92-05aa-4cc7-a50d-e7ea1c3f7fa9 2018-11-19 06:17:58,411 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role 2018-11-19 06:17:58,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/55db5259ccfe4dce9538307197739f64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:17:58,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc298cec-9461-4ce3-9d5e-4ec442619640 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/55db5259ccfe4dce9538307197739f64"}, "domain_id": null, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role", "id": "55db5259ccfe4dce9538307197739f64"}} 2018-11-19 06:17:58,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/55db5259ccfe4dce9538307197739f64 used request id req-dc298cec-9461-4ce3-9d5e-4ec442619640 2018-11-19 06:17:58,495 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role to project CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj 2018-11-19 06:17:58,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d/users/da39bace37054b1eb4682627937b8b74/roles/55db5259ccfe4dce9538307197739f64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:17:58,634 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:17:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40fed884-995d-46e9-8d09-2c2630819dd2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:17:58,634 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d/users/da39bace37054b1eb4682627937b8b74/roles/55db5259ccfe4dce9538307197739f64 used request id req-40fed884-995d-46e9-8d09-2c2630819dd2 2018-11-19 06:17:58,635 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:17:58,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:58,637 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:58,638 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:17:58,638 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:17:58,639 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:17:59,039 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55db5259ccfe4dce9538307197739f64", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}], "expires_at": "2018-11-19T07:17:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c3443313de04af99167574a9d4d7f6d", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user", "id": "da39bace37054b1eb4682627937b8b74"}, "audit_ids": ["qB8TdvrkSRaXxqXbq57KoA"], "issued_at": "2018-11-19T06:17:59.000000Z"}} 2018-11-19 06:17:59,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" 2018-11-19 06:17:59,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb9b063b-a691-4834-9898-25d77015d1ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:17:59,110 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fb9b063b-a691-4834-9898-25d77015d1ce 2018-11-19 06:17:59,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" 2018-11-19 06:17:59,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-cd789325-5c64-4184-b6fe-452c68099095 Date: Mon, 19 Nov 2018 06:17:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image"} 2018-11-19 06:17:59,298 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image used request id req-cd789325-5c64-4184-b6fe-452c68099095 2018-11-19 06:17:59,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" 2018-11-19 06:17:59,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-383e7b30-f2df-44a4-966f-2249f4d476ed Date: Mon, 19 Nov 2018 06:17:59 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:17:59,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-383e7b30-f2df-44a4-966f-2249f4d476ed 2018-11-19 06:17:59,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image"}' 2018-11-19 06:17:59,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab X-Openstack-Request-Id: req-5564e4da-6bf0-4d15-af60-bbc9d0abab31 Date: Mon, 19 Nov 2018 06:17:59 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:59Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:17:59Z", "visibility": "shared", "locations": [], "self": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "min_disk": 0, "protected": false, "id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "file": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/file", "checksum": null, "owner": "2c3443313de04af99167574a9d4d7f6d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:17:59,669 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5564e4da-6bf0-4d15-af60-bbc9d0abab31 2018-11-19 06:17:59,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" -d '' 2018-11-19 06:18:00,712 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42e2c4af-4170-4490-9c3e-e2560bb345f5 Date: Mon, 19 Nov 2018 06:18:00 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:18:00,712 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/file used request id req-42e2c4af-4170-4490-9c3e-e2560bb345f5 2018-11-19 06:18:00,712 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:18:00,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" 2018-11-19 06:18:00,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-a924bcdd-a34b-4742-95d6-7027a646cc61 Date: Mon, 19 Nov 2018 06:18:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:18:00Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/snap", "metadata": {}}], "self": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "min_disk": 0, "protected": false, "id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "file": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2c3443313de04af99167574a9d4d7f6d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:18:00,880 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab used request id req-a924bcdd-a34b-4742-95d6-7027a646cc61 2018-11-19 06:18:00,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" 2018-11-19 06:18:01,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6514a7ba-5c89-4358-88ec-15af184588b8 Date: Mon, 19 Nov 2018 06:18:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:18:01,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6514a7ba-5c89-4358-88ec-15af184588b8 2018-11-19 06:18:01,030 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image 2018-11-19 06:18:01,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" 2018-11-19 06:18:01,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-4587ad35-34c8-4dcd-98e2-c558ffff2fb1 Date: Mon, 19 Nov 2018 06:18:01 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:18:00Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/snap", "metadata": {}}], "self": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "min_disk": 0, "protected": false, "id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "file": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2c3443313de04af99167574a9d4d7f6d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:18:01,201 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab used request id req-4587ad35-34c8-4dcd-98e2-c558ffff2fb1 2018-11-19 06:18:01,201 - create_image - DEBUG - Instance status is - active 2018-11-19 06:18:01,202 - create_image - DEBUG - Image is active with name - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image 2018-11-19 06:18:01,202 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image 2018-11-19 06:18:01,202 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:01,203 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:01,588 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:18:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["v9yol7j3RlWJconMMRjN1Q"], "issued_at": "2018-11-19T06:18:01.000000Z"}} 2018-11-19 06:18:01,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09205f68c1ef5f31c8a9d72898308b9b884750a6" 2018-11-19 06:18:01,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3553c087-5457-420f-b8fb-62f7a9f0a79c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:01,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3553c087-5457-420f-b8fb-62f7a9f0a79c 2018-11-19 06:18:01,677 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:18:01,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09205f68c1ef5f31c8a9d72898308b9b884750a6" 2018-11-19 06:18:01,855 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-281e427e-b5de-4a17-a184-6f0103d6a0c4 x-compute-request-id: req-281e427e-b5de-4a17-a184-6f0103d6a0c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:18:01,856 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-281e427e-b5de-4a17-a184-6f0103d6a0c4 2018-11-19 06:18:01,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09205f68c1ef5f31c8a9d72898308b9b884750a6" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:18:01,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6eca88a-e51e-4905-b0fd-1019c1407443 x-compute-request-id: req-b6eca88a-e51e-4905-b0fd-1019c1407443 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:18:01,919 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b6eca88a-e51e-4905-b0fd-1019c1407443 2018-11-19 06:18:01,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:01,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:02,373 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55db5259ccfe4dce9538307197739f64", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}], "expires_at": "2018-11-19T07:18:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c3443313de04af99167574a9d4d7f6d", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user", "id": "da39bace37054b1eb4682627937b8b74"}, "audit_ids": ["wWegcQwlQMWt1LQzkk7GvQ"], "issued_at": "2018-11-19T06:18:02.000000Z"}} 2018-11-19 06:18:02,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:02,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7201fbf3-540d-4df0-921d-68ef8964da7d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:02,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7201fbf3-540d-4df0-921d-68ef8964da7d 2018-11-19 06:18:02,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:02,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-62a88812-c28f-43a9-9337-5cf93bbbf428 Date: Mon, 19 Nov 2018 06:18:02 GMT RESP BODY: {"networks":[]} 2018-11-19 06:18:02,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-62a88812-c28f-43a9-9337-5cf93bbbf428 2018-11-19 06:18:02,618 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net 2018-11-19 06:18:02,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" -d '{"network": {"name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net", "admin_state_up": true}}' 2018-11-19 06:18:03,252 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d3339d8d-dc69-46c7-a1e8-55b4459c1445 Date: Mon, 19 Nov 2018 06:18:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:18:03Z","is_default":false,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","mtu":1450}} 2018-11-19 06:18:03,252 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-d3339d8d-dc69-46c7-a1e8-55b4459c1445 2018-11-19 06:18:03,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:03,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5ed87b1c-5410-4ac4-ba57-a890bd65aab5 Date: Mon, 19 Nov 2018 06:18:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:18:03Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:03,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-5ed87b1c-5410-4ac4-ba57-a890bd65aab5 2018-11-19 06:18:03,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:03,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7b92c7b0-a7ca-4896-9474-18ee231a568b Date: Mon, 19 Nov 2018 06:18:03 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:18:03,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-7b92c7b0-a7ca-4896-9474-18ee231a568b 2018-11-19 06:18:03,820 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet 2018-11-19 06:18:03,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" -d '{"subnets": [{"ip_version": 4, "network_id": "0326c452-03d7-4a8e-8bb7-e726ec4e600d", "cidr": "10.55.0.0/24", "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]}' 2018-11-19 06:18:04,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e5f28f37-ac12-4479-9fa5-edc5d07a5120 Date: Mon, 19 Nov 2018 06:18:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:04,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e5f28f37-ac12-4479-9fa5-edc5d07a5120 2018-11-19 06:18:04,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:04,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-2654959e-0fd0-4972-969e-f66c499062e6 Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:04,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-2654959e-0fd0-4972-969e-f66c499062e6 2018-11-19 06:18:04,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:04,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d8b8c1a8-98be-4bec-83e9-5697700e23df Date: Mon, 19 Nov 2018 06:18:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:04,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-d8b8c1a8-98be-4bec-83e9-5697700e23df 2018-11-19 06:18:04,968 - OpenStackNetwork - DEBUG - Network [0326c452-03d7-4a8e-8bb7-e726ec4e600d] created successfully 2018-11-19 06:18:04,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:04,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:05,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55db5259ccfe4dce9538307197739f64", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}], "expires_at": "2018-11-19T07:18:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c3443313de04af99167574a9d4d7f6d", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user", "id": "da39bace37054b1eb4682627937b8b74"}, "audit_ids": ["KOZali_DQ3Wdgg0tF-AQXg"], "issued_at": "2018-11-19T06:18:05.000000Z"}} 2018-11-19 06:18:05,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:05,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b92c73a-4b38-43c4-ba4f-e2ee991392ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:05,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b92c73a-4b38-43c4-ba4f-e2ee991392ca 2018-11-19 06:18:05,426 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:18:05,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:05,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95833c32-f342-4d1e-aeb6-2eb08d6a87b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:05,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-95833c32-f342-4d1e-aeb6-2eb08d6a87b9 2018-11-19 06:18:05,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:05,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-637db804-3db8-4a6d-9489-80e8a225c555 Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:05,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-637db804-3db8-4a6d-9489-80e8a225c555 2018-11-19 06:18:05,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:18:05,787 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:18: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:18:05,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:05,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e903f5a1-9d16-4cb8-9422-1a5d3af2b569 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:05,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-e903f5a1-9d16-4cb8-9422-1a5d3af2b569 2018-11-19 06:18:05,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:06,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bc8f73bc-a341-4fd1-87b7-9e2bba37370e Date: Mon, 19 Nov 2018 06:18:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:06,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-bc8f73bc-a341-4fd1-87b7-9e2bba37370e 2018-11-19 06:18:06,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:06,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b62003bb-0402-41d2-b9da-69150039894b Date: Mon, 19 Nov 2018 06:18:06 GMT RESP BODY: {"ports":[]} 2018-11-19 06:18:06,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port&admin_state_up=True used request id req-b62003bb-0402-41d2-b9da-69150039894b 2018-11-19 06:18:06,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:06,509 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0ff4a087-f2ac-437d-8d2b-a5b65d114f35 x-compute-request-id: req-0ff4a087-f2ac-437d-8d2b-a5b65d114f35 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:18:06,510 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst used request id req-0ff4a087-f2ac-437d-8d2b-a5b65d114f35 2018-11-19 06:18:06,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:06,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-591d33b1-b5f5-4d7d-b3d2-d6ee1bb54ab6 Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:06,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-591d33b1-b5f5-4d7d-b3d2-d6ee1bb54ab6 2018-11-19 06:18:06,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:06,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48646202-874f-4f85-964b-209adf7fde02 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:06,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-48646202-874f-4f85-964b-209adf7fde02 2018-11-19 06:18:06,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:06,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-9daa73ae-6b61-4b2e-ab10-e2bf27dea150 Date: Mon, 19 Nov 2018 06:18:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:06,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-9daa73ae-6b61-4b2e-ab10-e2bf27dea150 2018-11-19 06:18:06,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:07,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c8100a81-8b75-4910-a0d9-e18f54c5786e Date: Mon, 19 Nov 2018 06:18:07 GMT RESP BODY: {"ports":[]} 2018-11-19 06:18:07,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port&admin_state_up=True used request id req-c8100a81-8b75-4910-a0d9-e18f54c5786e 2018-11-19 06:18:07,086 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:07,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:07,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55db5259ccfe4dce9538307197739f64", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}], "expires_at": "2018-11-19T07:18:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c3443313de04af99167574a9d4d7f6d", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user", "id": "da39bace37054b1eb4682627937b8b74"}, "audit_ids": ["Q86O67EvRLOfTfWtPHZsyw"], "issued_at": "2018-11-19T06:18:07.000000Z"}} 2018-11-19 06:18:07,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c336ecb393b6b22d426645a0d82bfae8367eb1b3" 2018-11-19 06:18:07,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e71c1449-cd68-4e2c-b251-700aa7ef120b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:07,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e71c1449-cd68-4e2c-b251-700aa7ef120b 2018-11-19 06:18:07,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:07,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d0a196b9-9a99-463a-86b0-f2165421be62 Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:07,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-d0a196b9-9a99-463a-86b0-f2165421be62 2018-11-19 06:18:07,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:08,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b5aa8d4f-97db-4deb-9279-c09ed04be016 Date: Mon, 19 Nov 2018 06:18:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:08,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-b5aa8d4f-97db-4deb-9279-c09ed04be016 2018-11-19 06:18:08,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:08,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d7883663-a1c2-4907-883e-9be39c437748 Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:08,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-d7883663-a1c2-4907-883e-9be39c437748 2018-11-19 06:18:08,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:18:08,391 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:18:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:18:08,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c336ecb393b6b22d426645a0d82bfae8367eb1b3" 2018-11-19 06:18:08,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ade2a7b-3898-4160-8317-11fb7d259f27 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:08,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-5ade2a7b-3898-4160-8317-11fb7d259f27 2018-11-19 06:18:08,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:08,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-54675551-ade3-426f-8fdf-ed005d0ad336 Date: Mon, 19 Nov 2018 06:18:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:08,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-54675551-ade3-426f-8fdf-ed005d0ad336 2018-11-19 06:18:08,851 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net 2018-11-19 06:18:08,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" -d '{"port": {"network_id": "0326c452-03d7-4a8e-8bb7-e726ec4e600d", "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port", "admin_state_up": true}}' 2018-11-19 06:18:09,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-af095cfe-59b5-4f2a-9c87-7a75baac8961 Date: Mon, 19 Nov 2018 06:18:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.14"}],"id":"d25b7e47-9d37-4de7-9972-187db306e427","security_groups":["3324a059-ea29-4f61-9ea4-4ca5836d10c8"],"mac_address":"fa:16:3e:ed:04:37","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port","project_id":"2c3443313de04af99167574a9d4d7f6d","qos_policy_id":null,"admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:09Z","binding:vnic_type":"normal"}} 2018-11-19 06:18:09,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-af095cfe-59b5-4f2a-9c87-7a75baac8961 2018-11-19 06:18:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e9edd28f-f95e-498c-9094-8c1f8d3026fc Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:10,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-e9edd28f-f95e-498c-9094-8c1f8d3026fc 2018-11-19 06:18:10,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf5c603-31c3-47a5-91fd-c979f9ad7d1e Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:10,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-3bf5c603-31c3-47a5-91fd-c979f9ad7d1e 2018-11-19 06:18:10,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-35a75d95-859e-452e-a27d-80b9bfc9861f Date: Mon, 19 Nov 2018 06:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:10,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-35a75d95-859e-452e-a27d-80b9bfc9861f 2018-11-19 06:18:10,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-52951ab6-ac23-4a45-91d9-ec7b9fe78553 Date: Mon, 19 Nov 2018 06:18:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:09Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.14"}],"id":"d25b7e47-9d37-4de7-9972-187db306e427","security_groups":["3324a059-ea29-4f61-9ea4-4ca5836d10c8"],"mac_address":"fa:16:3e:ed:04:37","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:09Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:18:10,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port&admin_state_up=True used request id req-52951ab6-ac23-4a45-91d9-ec7b9fe78553 2018-11-19 06:18:10,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f3439bb-546e-4fbc-b26a-4dccd7a1e6b4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:10,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-1f3439bb-546e-4fbc-b26a-4dccd7a1e6b4 2018-11-19 06:18:10,613 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst 2018-11-19 06:18:10,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,644 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ca054365-de65-4ebc-a0e1-ea03b7f4366a x-compute-request-id: req-ca054365-de65-4ebc-a0e1-ea03b7f4366a Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}], "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-flavor-name"}]} 2018-11-19 06:18:10,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ca054365-de65-4ebc-a0e1-ea03b7f4366a 2018-11-19 06:18:10,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd694ac6-d6a2-4bce-bb1b-b2032996e614 x-compute-request-id: req-bd694ac6-d6a2-4bce-bb1b-b2032996e614 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:18:10,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615 used request id req-bd694ac6-d6a2-4bce-bb1b-b2032996e614 2018-11-19 06:18:10,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:10,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-932b3ebc-ec98-41a1-9184-d94090a35735 Date: Mon, 19 Nov 2018 06:18:10 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:17:59Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:18:00Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/snap", "metadata": {}}], "self": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "min_disk": 0, "protected": false, "id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "file": "/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2c3443313de04af99167574a9d4d7f6d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image"} 2018-11-19 06:18:10,850 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image used request id req-932b3ebc-ec98-41a1-9184-d94090a35735 2018-11-19 06:18:10,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:11,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-429d8aab-d552-45c6-8ef4-9e9f3f98d212 Date: Mon, 19 Nov 2018 06:18:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:18:11,005 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-429d8aab-d552-45c6-8ef4-9e9f3f98d212 2018-11-19 06:18:11,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" -d '{"server": {"name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "imageRef": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "flavorRef": "6178e3bd-a422-40c9-b999-8ec3625f0615", "max_count": 1, "min_count": 1, "networks": [{"port": "d25b7e47-9d37-4de7-9972-187db306e427"}]}}' 2018-11-19 06:18:12,674 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:18:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0b84ed1e-70c1-4128-a7b8-a1736dbd0698 x-compute-request-id: req-0b84ed1e-70c1-4128-a7b8-a1736dbd0698 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "adminPass": "J4ZYDbffKbje"}} 2018-11-19 06:18:12,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0b84ed1e-70c1-4128-a7b8-a1736dbd0698 2018-11-19 06:18:12,678 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:12,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18: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-52e0967b-eea0-4666-ae7f-c1190d0748fe x-compute-request-id: req-52e0967b-eea0-4666-ae7f-c1190d0748fe 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.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:18:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:12,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-52e0967b-eea0-4666-ae7f-c1190d0748fe 2018-11-19 06:18:12,967 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst 2018-11-19 06:18:12,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:13,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18: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-c22de536-9aa8-4daf-a696-8198c0993865 x-compute-request-id: req-c22de536-9aa8-4daf-a696-8198c0993865 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.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:18:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:13,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-c22de536-9aa8-4daf-a696-8198c0993865 2018-11-19 06:18:13,177 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst] is - BUILD 2018-11-19 06:18:13,177 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:18:16,180 - create_instance - DEBUG - VM status query timeout in 896.787051916 2018-11-19 06:18:16,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:16,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-afd8ea3a-1686-4b49-9b74-63635b8cd6e4 x-compute-request-id: req-afd8ea3a-1686-4b49-9b74-63635b8cd6e4 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.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:18:13Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:16,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-afd8ea3a-1686-4b49-9b74-63635b8cd6e4 2018-11-19 06:18:16,809 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst] is - BUILD 2018-11-19 06:18:16,810 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:18:19,813 - create_instance - DEBUG - VM status query timeout in 893.154226065 2018-11-19 06:18:19,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:20,524 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-782c600a-d2b4-4056-9be3-4b304929bb7c x-compute-request-id: req-782c600a-d2b4-4056-9be3-4b304929bb7c Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:04:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:18:18.000000", "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:18:19Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:20,524 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-782c600a-d2b4-4056-9be3-4b304929bb7c 2018-11-19 06:18:20,524 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst] is - ACTIVE 2018-11-19 06:18:20,525 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:18:20,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:20,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-27937947-96b8-4a99-bc2d-f94d41db5f88 x-compute-request-id: req-27937947-96b8-4a99-bc2d-f94d41db5f88 Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:04:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:18:18.000000", "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:18:19Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:20,842 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-27937947-96b8-4a99-bc2d-f94d41db5f88 2018-11-19 06:18:20,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:21,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0d94d9e1-2451-4ef7-81a8-7a40dccd47b6 Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:21,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-0d94d9e1-2451-4ef7-81a8-7a40dccd47b6 2018-11-19 06:18:21,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:21,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c119c17-36dc-4d98-b091-06375f1ebce6 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:21,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-2c119c17-36dc-4d98-b091-06375f1ebce6 2018-11-19 06:18:21,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:21,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2a5186ec-28db-4c98-913d-d225d6383d21 Date: Mon, 19 Nov 2018 06:18:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:21,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-2a5186ec-28db-4c98-913d-d225d6383d21 2018-11-19 06:18:21,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:21,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-8ab50ed2-4f1d-45b2-9d71-d19d08496679 Date: Mon, 19 Nov 2018 06:18:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.3"}],"id":"2f9925ce-4742-4341-a441-ffb4bb963e4e","security_groups":[],"mac_address":"fa:16:3e:c7:a3:b5","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.4"}],"id":"5fc7208a-ea38-4a65-b07f-48d2bc9b5799","security_groups":[],"mac_address":"fa:16:3e:ef:2c:c6","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.2"}],"id":"8efda99c-49c3-4389-b745-36ac1bac5c0b","security_groups":[],"mac_address":"fa:16:3e:f8:1d:d9","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.14"}],"id":"d25b7e47-9d37-4de7-9972-187db306e427","security_groups":["3324a059-ea29-4f61-9ea4-4ca5836d10c8"],"mac_address":"fa:16:3e:ed:04:37","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:09Z","binding:vnic_type":"normal","device_id":"67862f88-39d7-4198-bd89-72dbf8c57e41"}]} 2018-11-19 06:18:21,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-8ab50ed2-4f1d-45b2-9d71-d19d08496679 2018-11-19 06:18:21,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:21,846 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55db5259ccfe4dce9538307197739f64", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}], "expires_at": "2018-11-19T07:18:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c3443313de04af99167574a9d4d7f6d", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user", "id": "da39bace37054b1eb4682627937b8b74"}, "audit_ids": ["YBM41BVRSGSIyyXIG8BdSA"], "issued_at": "2018-11-19T06:18:21.000000Z"}} 2018-11-19 06:18:21,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a69ee93698dbbf15d0ba42f25462fd544d8a5e7" 2018-11-19 06:18:23,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de930aff-f2f2-4c32-8411-add865b5b590 x-compute-request-id: req-de930aff-f2f2-4c32-8411-add865b5b590 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:04:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:18:18.000000", "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:18:19Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:18:23,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst used request id req-de930aff-f2f2-4c32-8411-add865b5b590 2018-11-19 06:18:23,141 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:23,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "55db5259ccfe4dce9538307197739f64", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role"}], "expires_at": "2018-11-19T07:18:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2c3443313de04af99167574a9d4d7f6d", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2c3443313de04af99167574a9d4d7f6d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user", "id": "da39bace37054b1eb4682627937b8b74"}, "audit_ids": ["KyGWyxJURSu-3IntZPxyRw"], "issued_at": "2018-11-19T06:18:23.000000Z"}} 2018-11-19 06:18:23,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c3d1bff020d9c8bb799e83666a9581b6dc6ac4" 2018-11-19 06:18:23,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-adf76d62-a52a-47d6-9170-2624b476017c Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:23,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-adf76d62-a52a-47d6-9170-2624b476017c 2018-11-19 06:18:23,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c3d1bff020d9c8bb799e83666a9581b6dc6ac4" 2018-11-19 06:18:23,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-af109301-1e29-4cb1-bff3-a88dc6194fbf Date: Mon, 19 Nov 2018 06:18:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:23,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-af109301-1e29-4cb1-bff3-a88dc6194fbf 2018-11-19 06:18:23,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6c3d1bff020d9c8bb799e83666a9581b6dc6ac4" 2018-11-19 06:18:24,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-374cc8f0-adab-46a9-a00e-a86399e380c9 Date: Mon, 19 Nov 2018 06:18:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.3"}],"id":"2f9925ce-4742-4341-a441-ffb4bb963e4e","security_groups":[],"mac_address":"fa:16:3e:c7:a3:b5","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.4"}],"id":"5fc7208a-ea38-4a65-b07f-48d2bc9b5799","security_groups":[],"mac_address":"fa:16:3e:ef:2c:c6","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.2"}],"id":"8efda99c-49c3-4389-b745-36ac1bac5c0b","security_groups":[],"mac_address":"fa:16:3e:f8:1d:d9","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.14"}],"id":"d25b7e47-9d37-4de7-9972-187db306e427","security_groups":["3324a059-ea29-4f61-9ea4-4ca5836d10c8"],"mac_address":"fa:16:3e:ed:04:37","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:09Z","binding:vnic_type":"normal","device_id":"67862f88-39d7-4198-bd89-72dbf8c57e41"}]} 2018-11-19 06:18:24,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-374cc8f0-adab-46a9-a00e-a86399e380c9 2018-11-19 06:18:24,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:25,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-962f4e2e-ae97-4eac-acdd-00b39c72a73b x-compute-request-id: req-962f4e2e-ae97-4eac-acdd-00b39c72a73b Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:04:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:18:18.000000", "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:18:19Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:25,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-962f4e2e-ae97-4eac-acdd-00b39c72a73b 2018-11-19 06:18:25,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:25,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6679083c-7e53-4fc9-bb9c-c84981ed8f3d Date: Mon, 19 Nov 2018 06:18:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:25,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-6679083c-7e53-4fc9-bb9c-c84981ed8f3d 2018-11-19 06:18:25,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:25,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-402210c7-d705-4059-9990-f64691f8ad0a Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:25,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-402210c7-d705-4059-9990-f64691f8ad0a 2018-11-19 06:18:25,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:25,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-efc2ede5-f9c6-4ace-a2c6-a8d72e694014 Date: Mon, 19 Nov 2018 06:18:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:25,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-efc2ede5-f9c6-4ace-a2c6-a8d72e694014 2018-11-19 06:18:25,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:25,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-671f76ee-1557-4810-a209-66efc77431e7 Date: Mon, 19 Nov 2018 06:18:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.3"}],"id":"2f9925ce-4742-4341-a441-ffb4bb963e4e","security_groups":[],"mac_address":"fa:16:3e:c7:a3:b5","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.4"}],"id":"5fc7208a-ea38-4a65-b07f-48d2bc9b5799","security_groups":[],"mac_address":"fa:16:3e:ef:2c:c6","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.2"}],"id":"8efda99c-49c3-4389-b745-36ac1bac5c0b","security_groups":[],"mac_address":"fa:16:3e:f8:1d:d9","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.14"}],"id":"d25b7e47-9d37-4de7-9972-187db306e427","security_groups":["3324a059-ea29-4f61-9ea4-4ca5836d10c8"],"mac_address":"fa:16:3e:ed:04:37","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:09Z","binding:vnic_type":"normal","device_id":"67862f88-39d7-4198-bd89-72dbf8c57e41"}]} 2018-11-19 06:18:25,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-671f76ee-1557-4810-a209-66efc77431e7 2018-11-19 06:18:25,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:26,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08ceb118-d301-4680-8636-ac79a22595aa x-compute-request-id: req-08ceb118-d301-4680-8636-ac79a22595aa Content-Encoding: gzip Content-Length: 756 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:04:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:18:18.000000", "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:18:19Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:26,147 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-08ceb118-d301-4680-8636-ac79a22595aa 2018-11-19 06:18:26,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:26,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d9fec08f-7fc7-4ab6-a165-df46fc711978 Date: Mon, 19 Nov 2018 06:18: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":["e2019842-0e2e-4018-bc2d-710246f2bf6e"],"updated_at":"2018-11-19T06:18:04Z","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2c3443313de04af99167574a9d4d7f6d","id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net"}]} 2018-11-19 06:18:26,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net used request id req-d9fec08f-7fc7-4ab6-a165-df46fc711978 2018-11-19 06:18:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:26,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc8161bc-72cd-4df7-9059-49ee37fcbcb0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:26,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-bc8161bc-72cd-4df7-9059-49ee37fcbcb0 2018-11-19 06:18:26,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:26,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-41d468a8-3d88-4357-9577-404b6c0956dc Date: Mon, 19 Nov 2018 06:18:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"2c3443313de04af99167574a9d4d7f6d","id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","subnetpool_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet"}]} 2018-11-19 06:18:26,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-41d468a8-3d88-4357-9577-404b6c0956dc 2018-11-19 06:18:26,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:26,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-cdb1b4fb-6ba2-44d3-9ed2-639800ea44c1 Date: Mon, 19 Nov 2018 06:18:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.3"}],"id":"2f9925ce-4742-4341-a441-ffb4bb963e4e","security_groups":[],"mac_address":"fa:16:3e:c7:a3:b5","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:05Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.4"}],"id":"5fc7208a-ea38-4a65-b07f-48d2bc9b5799","security_groups":[],"mac_address":"fa:16:3e:ef:2c:c6","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:06Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.2"}],"id":"8efda99c-49c3-4389-b745-36ac1bac5c0b","security_groups":[],"mac_address":"fa:16:3e:f8:1d:d9","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:04Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0326c452-03d7-4a8e-8bb7-e726ec4e600d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:19Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e2019842-0e2e-4018-bc2d-710246f2bf6e","ip_address":"10.55.0.14"}],"id":"d25b7e47-9d37-4de7-9972-187db306e427","security_groups":["3324a059-ea29-4f61-9ea4-4ca5836d10c8"],"mac_address":"fa:16:3e:ed:04:37","project_id":"2c3443313de04af99167574a9d4d7f6d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port","admin_state_up":true,"network_id":"0326c452-03d7-4a8e-8bb7-e726ec4e600d","tenant_id":"2c3443313de04af99167574a9d4d7f6d","created_at":"2018-11-19T06:18:09Z","binding:vnic_type":"normal","device_id":"67862f88-39d7-4198-bd89-72dbf8c57e41"}]} 2018-11-19 06:18:26,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-cdb1b4fb-6ba2-44d3-9ed2-639800ea44c1 2018-11-19 06:18:26,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a69ee93698dbbf15d0ba42f25462fd544d8a5e7" 2018-11-19 06:18:26,848 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b6e136e8-b9e2-49be-9a42-05af2fc4bc98 x-compute-request-id: req-b6e136e8-b9e2-49be-9a42-05af2fc4bc98 Content-Type: application/json 2018-11-19 06:18:26,848 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-b6e136e8-b9e2-49be-9a42-05af2fc4bc98 2018-11-19 06:18:26,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:27,832 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28d9d032-9745-4540-9498-76b9f543066e x-compute-request-id: req-28d9d032-9745-4540-9498-76b9f543066e Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:04:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:18:18.000000", "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:18:26Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:27,832 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-28d9d032-9745-4540-9498-76b9f543066e 2018-11-19 06:18:27,832 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst] is - ACTIVE 2018-11-19 06:18:27,833 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:18:30,836 - create_instance - DEBUG - VM status query timeout in 296.012903929 2018-11-19 06:18:30,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:31,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18: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-f88f21c1-256a-49fa-be5b-3b5d746441b6 x-compute-request-id: req-f88f21c1-256a-49fa-be5b-3b5d746441b6 Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:04:37", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/67862f88-39d7-4198-bd89-72dbf8c57e41", "rel": "bookmark"}], "image": {"id": "529012ac-ee50-4f07-ae9f-9dcedc49ffab", "links": [{"href": "http://172.30.9.21:8774/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:18:18.000000", "flavor": {"id": "6178e3bd-a422-40c9-b999-8ec3625f0615", "links": [{"href": "http://172.30.9.21:8774/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615", "rel": "bookmark"}]}, "id": "67862f88-39d7-4198-bd89-72dbf8c57e41", "security_groups": [{"name": "default"}], "user_id": "da39bace37054b1eb4682627937b8b74", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:18:26Z", "hostId": "3c07fa66b59ca8e3e6597ae1575cbd4c885a152c6ecfd3f8b1f2fbc0", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst", "created": "2018-11-19T06:18:12Z", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:31,454 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-f88f21c1-256a-49fa-be5b-3b5d746441b6 2018-11-19 06:18:31,454 - create_instance - DEBUG - Instance status [CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst] is - ACTIVE 2018-11-19 06:18:31,455 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:18:34,458 - create_instance - DEBUG - VM status query timeout in 292.390881062 2018-11-19 06:18:34,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:34,525 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:18:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-767b87c7-9129-4c38-aa7c-79fd8897cdae x-compute-request-id: req-767b87c7-9129-4c38-aa7c-79fd8897cdae Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 67862f88-39d7-4198-bd89-72dbf8c57e41 could not be found.", "code": 404}} 2018-11-19 06:18:34,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-767b87c7-9129-4c38-aa7c-79fd8897cdae 2018-11-19 06:18:34,525 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 67862f88-39d7-4198-bd89-72dbf8c57e41 could not be found. (HTTP 404) (Request-ID: req-767b87c7-9129-4c38-aa7c-79fd8897cdae) 2018-11-19 06:18:34,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a69ee93698dbbf15d0ba42f25462fd544d8a5e7" 2018-11-19 06:18:34,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ab2927ba-e595-4e8f-8843-d43e001df40f x-compute-request-id: req-ab2927ba-e595-4e8f-8843-d43e001df40f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:18:34,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst used request id req-ab2927ba-e595-4e8f-8843-d43e001df40f 2018-11-19 06:18:34,618 - create_instance - INFO - Deleting Port with ID - d25b7e47-9d37-4de7-9972-187db306e427 2018-11-19 06:18:34,618 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-port 2018-11-19 06:18:34,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/d25b7e47-9d37-4de7-9972-187db306e427 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:35,287 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97d36f85-1f80-4775-8900-a3044d4d88ec Date: Mon, 19 Nov 2018 06:18:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:18:35,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/d25b7e47-9d37-4de7-9972-187db306e427 used request id req-97d36f85-1f80-4775-8900-a3044d4d88ec 2018-11-19 06:18:35,288 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst 2018-11-19 06:18:35,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:35,338 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e080db88-843e-44bc-a9ed-cfe8bd95181e x-compute-request-id: req-e080db88-843e-44bc-a9ed-cfe8bd95181e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 67862f88-39d7-4198-bd89-72dbf8c57e41 could not be found.", "code": 404}} 2018-11-19 06:18:35,338 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-e080db88-843e-44bc-a9ed-cfe8bd95181e 2018-11-19 06:18:35,339 - create_instance - WARNING - Instance already deleted - Instance 67862f88-39d7-4198-bd89-72dbf8c57e41 could not be found. (HTTP 404) (Request-ID: req-e080db88-843e-44bc-a9ed-cfe8bd95181e) 2018-11-19 06:18:35,340 - create_instance - INFO - Checking deletion status 2018-11-19 06:18:35,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b87beb9aae033d8de92b1501050694b1f61d84f" 2018-11-19 06:18:35,387 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8e9bca7f-37a3-4d8a-87a6-2c3409846f90 x-compute-request-id: req-8e9bca7f-37a3-4d8a-87a6-2c3409846f90 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 67862f88-39d7-4198-bd89-72dbf8c57e41 could not be found.", "code": 404}} 2018-11-19 06:18:35,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/67862f88-39d7-4198-bd89-72dbf8c57e41 used request id req-8e9bca7f-37a3-4d8a-87a6-2c3409846f90 2018-11-19 06:18:35,388 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 67862f88-39d7-4198-bd89-72dbf8c57e41 could not be found. (HTTP 404) (Request-ID: req-8e9bca7f-37a3-4d8a-87a6-2c3409846f90) 2018-11-19 06:18:35,388 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-inst 2018-11-19 06:18:35,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09205f68c1ef5f31c8a9d72898308b9b884750a6" 2018-11-19 06:18:35,429 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:18:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-700e5eda-c459-4b69-ae13-04083b582eb7 x-compute-request-id: req-700e5eda-c459-4b69-ae13-04083b582eb7 Content-Length: 0 Content-Type: application/json 2018-11-19 06:18:35,429 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6178e3bd-a422-40c9-b999-8ec3625f0615 used request id req-700e5eda-c459-4b69-ae13-04083b582eb7 2018-11-19 06:18:35,430 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet 2018-11-19 06:18:35,430 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-subnet 2018-11-19 06:18:35,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/e2019842-0e2e-4018-bc2d-710246f2bf6e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:37,748 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-610dc1df-17f5-47bd-838c-67e15b3cbd84 Date: Mon, 19 Nov 2018 06:18:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:18:37,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e2019842-0e2e-4018-bc2d-710246f2bf6e used request id req-610dc1df-17f5-47bd-838c-67e15b3cbd84 2018-11-19 06:18:37,748 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-pub-net 2018-11-19 06:18:37,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/0326c452-03d7-4a8e-8bb7-e726ec4e600d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a5527e09fb4e4695bd9e2e73b9152218e0a33de" 2018-11-19 06:18:39,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f9f7053-cbc2-4948-ac6b-f608cd3e1b40 Date: Mon, 19 Nov 2018 06:18:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:18:39,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0326c452-03d7-4a8e-8bb7-e726ec4e600d used request id req-0f9f7053-cbc2-4948-ac6b-f608cd3e1b40 2018-11-19 06:18:39,320 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-cca2ef86-de57-4aba-8613-c7bfe27c63b5-image 2018-11-19 06:18:39,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}52f2ee5c4b83264a5c2719c8c012d0d98a2b37a9" 2018-11-19 06:18:40,493 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f0ceb20f-27d1-4340-8893-532522159e43 Date: Mon, 19 Nov 2018 06:18:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:18:40,493 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/529012ac-ee50-4f07-ae9f-9dcedc49ffab used request id req-f0ceb20f-27d1-4340-8893-532522159e43 2018-11-19 06:18:40,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:40,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6f249f1a-7cd3-42ef-a3fb-bdb3afdbc1b2 Date: Mon, 19 Nov 2018 06:18:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "created_at": "2018-11-19T06:18:02Z", "updated_at": "2018-11-19T06:18:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "revision_number": 0, "id": "8a33747e-ba67-43e6-b188-34889723b7e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c3443313de04af99167574a9d4d7f6d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "revision_number": 0, "id": "a2e6942f-0ac4-498a-a334-866b155f5434", "remote_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "port_range_min": null, "ethertype": "IPv4", "project_id": "2c3443313de04af99167574a9d4d7f6d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "revision_number": 0, "id": "a4e0d0c2-24e5-4b7e-bbad-16d53c3eb686", "remote_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c3443313de04af99167574a9d4d7f6d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "revision_number": 0, "id": "dc94220f-e0bc-46cc-9d90-0229594f1e66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "port_range_min": null, "ethertype": "IPv6", "project_id": "2c3443313de04af99167574a9d4d7f6d"}], "revision_number": 4, "project_id": "2c3443313de04af99167574a9d4d7f6d", "id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:18:40,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6f249f1a-7cd3-42ef-a3fb-bdb3afdbc1b2 2018-11-19 06:18:40,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:40,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-271c5d4f-e6fe-42e8-b7f8-f9c1e70ca2b8 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:18:40,878 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-271c5d4f-e6fe-42e8-b7f8-f9c1e70ca2b8 2018-11-19 06:18:40,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:40,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a0bbc86-7b06-4a2e-bc79-23643caff519 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d"}, "enabled": true, "id": "2c3443313de04af99167574a9d4d7f6d", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj"}} 2018-11-19 06:18:40,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-7a0bbc86-7b06-4a2e-bc79-23643caff519 2018-11-19 06:18:40,968 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3324a059-ea29-4f61-9ea4-4ca5836d10c8 2018-11-19 06:18:40,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3324a059-ea29-4f61-9ea4-4ca5836d10c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:41,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bc8eb519-591f-4dee-a08b-c31a44736df2 Date: Mon, 19 Nov 2018 06:18:41 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "port_range_min": null, "revision_number": 0, "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "created_at": "2018-11-19T06:18:02Z", "project_id": "2c3443313de04af99167574a9d4d7f6d", "id": "8a33747e-ba67-43e6-b188-34889723b7e5"}, {"remote_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "port_range_min": null, "revision_number": 0, "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "created_at": "2018-11-19T06:18:02Z", "project_id": "2c3443313de04af99167574a9d4d7f6d", "id": "a2e6942f-0ac4-498a-a334-866b155f5434"}, {"remote_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "port_range_min": null, "revision_number": 0, "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "created_at": "2018-11-19T06:18:02Z", "project_id": "2c3443313de04af99167574a9d4d7f6d", "id": "a4e0d0c2-24e5-4b7e-bbad-16d53c3eb686"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:02Z", "security_group_id": "3324a059-ea29-4f61-9ea4-4ca5836d10c8", "port_range_min": null, "revision_number": 0, "tenant_id": "2c3443313de04af99167574a9d4d7f6d", "created_at": "2018-11-19T06:18:02Z", "project_id": "2c3443313de04af99167574a9d4d7f6d", "id": "dc94220f-e0bc-46cc-9d90-0229594f1e66"}]} 2018-11-19 06:18:41,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3324a059-ea29-4f61-9ea4-4ca5836d10c8 used request id req-bc8eb519-591f-4dee-a08b-c31a44736df2 2018-11-19 06:18:41,149 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:18:41,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/3324a059-ea29-4f61-9ea4-4ca5836d10c8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:41,502 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-492d9b4b-66af-4543-9875-1f7878e88f68 Content-Length: 0 Date: Mon, 19 Nov 2018 06:18:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:18:41,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/3324a059-ea29-4f61-9ea4-4ca5836d10c8 used request id req-492d9b4b-66af-4543-9875-1f7878e88f68 2018-11-19 06:18:41,503 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj 2018-11-19 06:18:41,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:41,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5d5263f-5b02-4e1f-848b-0d12176539f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:18:41,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2c3443313de04af99167574a9d4d7f6d used request id req-d5d5263f-5b02-4e1f-848b-0d12176539f4 2018-11-19 06:18:41,724 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-proj-role 2018-11-19 06:18:41,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/55db5259ccfe4dce9538307197739f64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:41,840 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-66213f52-a584-45f6-8d99-02235a09bac1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:18:41,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/55db5259ccfe4dce9538307197739f64 used request id req-66213f52-a584-45f6-8d99-02235a09bac1 2018-11-19 06:18:41,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36f0e364b059550f25dae489c730c09e0ae4f027" 2018-11-19 06:18:41,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0a72b5-c1dc-448b-b190-e71f38af2c24 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:18:41,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d0a72b5-c1dc-448b-b190-e71f38af2c24 2018-11-19 06:18:41,937 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-e1c0d4e2-e6de-4f6-user 2018-11-19 06:18:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/da39bace37054b1eb4682627937b8b74 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b608fe5c7eeb9448966d6e7a1d997429d40ebb13" 2018-11-19 06:18:42,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a865f786-1029-4115-9d76-ea3964c3c333 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:18:42,138 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/da39bace37054b1eb4682627937b8b74 used request id req-a865f786-1029-4115-9d76-ea3964c3c333 2018-11-19 06:18:42,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:42,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["KkVPJUV6SKOgRm4GZn8XDw"], "issued_at": "2018-11-19T06:18:42.000000Z"}} 2018-11-19 06:18:42,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9050ca4f724d920e2ba32715bad0d2b6d802f775" 2018-11-19 06:18:42,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc980286-8370-4301-baa9-9ec9f9fd1bf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:42,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fc980286-8370-4301-baa9-9ec9f9fd1bf4 2018-11-19 06:18:42,622 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:42,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:42,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:18:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LMgybX-CSZeyBkf7hb5yhg"], "issued_at": "2018-11-19T06:18:43.000000Z"}} 2018-11-19 06:18:42,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:18:43,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f21e0724-8905-413b-a0e8-b315a2f020f9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:43,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f21e0724-8905-413b-a0e8-b315a2f020f9 2018-11-19 06:18:43,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:18:43,092 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:18: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:18:43,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:18:43,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-190e03d2-3a83-4f4e-92d9-272b77975533 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:18:43,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj used request id req-190e03d2-3a83-4f4e-92d9-272b77975533 2018-11-19 06:18:43,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:18:43,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa0e9823-a069-4e3d-8dc7-44a9414fb130 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:18:43,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-aa0e9823-a069-4e3d-8dc7-44a9414fb130 2018-11-19 06:18:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}}' 2018-11-19 06:18:43,403 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:18:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-008a4aff-f7ee-4078-a956-ce47670c2b2a Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:18:43,403 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-008a4aff-f7ee-4078-a956-ce47670c2b2a 2018-11-19 06:18:43,404 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj 2018-11-19 06:18:43,404 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:43,405 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:43,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:18:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Gfb0UzmeR4W0JSdpkGamFQ"], "issued_at": "2018-11-19T06:18:43.000000Z"}} 2018-11-19 06:18:43,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1097d9b10e7989595e2e72413441572338306e06" 2018-11-19 06:18:43,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4142ac4-2221-43c9-8935-25128dbfde45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:43,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c4142ac4-2221-43c9-8935-25128dbfde45 2018-11-19 06:18:43,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:18:43,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:18: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:18:43,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1097d9b10e7989595e2e72413441572338306e06" 2018-11-19 06:18:43,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b931075-675b-42d0-aa40-f67bcc156bba Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:18:43,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5b931075-675b-42d0-aa40-f67bcc156bba 2018-11-19 06:18:43,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1097d9b10e7989595e2e72413441572338306e06" 2018-11-19 06:18:44,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1556d8c3-93f7-4d9f-b6ec-fd7523ab3e96 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}]} 2018-11-19 06:18:44,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj used request id req-1556d8c3-93f7-4d9f-b6ec-fd7523ab3e96 2018-11-19 06:18:44,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1097d9b10e7989595e2e72413441572338306e06" 2018-11-19 06:18:44,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a152f198-8f64-4e04-a694-701af24f8e41 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:18:44,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a152f198-8f64-4e04-a694-701af24f8e41 2018-11-19 06:18:44,482 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-user 2018-11-19 06:18:44,482 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:44,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:18:44,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c9d86dd-208c-4e90-b11a-bd69ec02d067 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:18:44,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2c9d86dd-208c-4e90-b11a-bd69ec02d067 2018-11-19 06:18:44,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" -d '{"role": {"name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role"}}' 2018-11-19 06:18:44,709 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7010d4fd-317d-4921-a15f-46193f74e386 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa0bebaf96cf43f99d59fade7e6d6f31", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa0bebaf96cf43f99d59fade7e6d6f31"}, "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role"}} 2018-11-19 06:18:44,709 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7010d4fd-317d-4921-a15f-46193f74e386 2018-11-19 06:18:44,710 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role 2018-11-19 06:18:44,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fa0bebaf96cf43f99d59fade7e6d6f31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:18:44,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e62dc9e-7e3a-4f83-9607-da389f279b21 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fa0bebaf96cf43f99d59fade7e6d6f31"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role", "id": "fa0bebaf96cf43f99d59fade7e6d6f31"}} 2018-11-19 06:18:44,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fa0bebaf96cf43f99d59fade7e6d6f31 used request id req-0e62dc9e-7e3a-4f83-9607-da389f279b21 2018-11-19 06:18:44,731 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role to project CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj 2018-11-19 06:18:44,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481/users/747e50a036fd4b1195490a673ab11480/roles/fa0bebaf96cf43f99d59fade7e6d6f31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:18:44,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:18:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77ff2876-2024-40c8-b38f-4eb70621c249 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:18:44,868 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481/users/747e50a036fd4b1195490a673ab11480/roles/fa0bebaf96cf43f99d59fade7e6d6f31 used request id req-77ff2876-2024-40c8-b38f-4eb70621c249 2018-11-19 06:18:44,868 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:18:44,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:44,869 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:45,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa0bebaf96cf43f99d59fade7e6d6f31", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role"}], "expires_at": "2018-11-19T07:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b16d961a63c04bd1ae9e083f3386d481", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-user", "id": "747e50a036fd4b1195490a673ab11480"}, "audit_ids": ["vCU5IWykTLOQGMBTY9BL-A"], "issued_at": "2018-11-19T06:18:45.000000Z"}} 2018-11-19 06:18:45,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" 2018-11-19 06:18:45,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1737ffe9-7ac4-4b91-9a96-9db33b2d5eb0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:45,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1737ffe9-7ac4-4b91-9a96-9db33b2d5eb0 2018-11-19 06:18:45,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" 2018-11-19 06:18:45,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-26b5d7c1-0394-409a-9535-08e3ba599310 Date: Mon, 19 Nov 2018 06:18:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image"} 2018-11-19 06:18:45,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image used request id req-26b5d7c1-0394-409a-9535-08e3ba599310 2018-11-19 06:18:45,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" 2018-11-19 06:18:45,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-62a8ae5e-13fe-4d4a-8f41-f23f2acbcddf Date: Mon, 19 Nov 2018 06:18:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:18:45,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-62a8ae5e-13fe-4d4a-8f41-f23f2acbcddf 2018-11-19 06:18:45,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image"}' 2018-11-19 06:18:45,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25 X-Openstack-Request-Id: req-8f4bca74-0417-440e-8c23-28675f2f5cc3 Date: Mon, 19 Nov 2018 06:18:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:18:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:18:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25", "min_disk": 0, "protected": false, "id": "77efe596-42b4-458a-ab6e-396f703a2f25", "file": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25/file", "checksum": null, "owner": "b16d961a63c04bd1ae9e083f3386d481", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:18:45,962 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-8f4bca74-0417-440e-8c23-28675f2f5cc3 2018-11-19 06:18:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" -d '' 2018-11-19 06:18:47,924 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5892bce9-ddcd-4122-9126-9fdefb40e767 Date: Mon, 19 Nov 2018 06:18:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:18:47,924 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25/file used request id req-5892bce9-ddcd-4122-9126-9fdefb40e767 2018-11-19 06:18:47,924 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:18:47,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" 2018-11-19 06:18:47,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ae765f07-f8e8-47bc-bbae-f447e349eb9d Date: Mon, 19 Nov 2018 06:18:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:18:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:18:47Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/77efe596-42b4-458a-ab6e-396f703a2f25/snap", "metadata": {}}], "self": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25", "min_disk": 0, "protected": false, "id": "77efe596-42b4-458a-ab6e-396f703a2f25", "file": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b16d961a63c04bd1ae9e083f3386d481", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/77efe596-42b4-458a-ab6e-396f703a2f25/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:18:47,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25 used request id req-ae765f07-f8e8-47bc-bbae-f447e349eb9d 2018-11-19 06:18:47,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" 2018-11-19 06:18:48,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d77b368-35bd-4c5b-b2b2-41da691dbd57 Date: Mon, 19 Nov 2018 06:18:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:18:48,095 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2d77b368-35bd-4c5b-b2b2-41da691dbd57 2018-11-19 06:18:48,098 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image 2018-11-19 06:18:48,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" 2018-11-19 06:18:48,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-c2afcbf6-56e3-492e-bcd0-d733292bd34e Date: Mon, 19 Nov 2018 06:18:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:18:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:18:47Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/77efe596-42b4-458a-ab6e-396f703a2f25/snap", "metadata": {}}], "self": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25", "min_disk": 0, "protected": false, "id": "77efe596-42b4-458a-ab6e-396f703a2f25", "file": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b16d961a63c04bd1ae9e083f3386d481", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/77efe596-42b4-458a-ab6e-396f703a2f25/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:18:48,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25 used request id req-c2afcbf6-56e3-492e-bcd0-d733292bd34e 2018-11-19 06:18:48,258 - create_image - DEBUG - Instance status is - active 2018-11-19 06:18:48,259 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image 2018-11-19 06:18:48,259 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image 2018-11-19 06:18:48,259 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:48,260 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:48,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa0bebaf96cf43f99d59fade7e6d6f31", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role"}], "expires_at": "2018-11-19T07:18:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b16d961a63c04bd1ae9e083f3386d481", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-user", "id": "747e50a036fd4b1195490a673ab11480"}, "audit_ids": ["nC1aKw6pRvWFC4BM8mYdXA"], "issued_at": "2018-11-19T06:18:48.000000Z"}} 2018-11-19 06:18:48,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:18:48,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce8ec4a4-caba-45cd-b06a-aef3c3d4acca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:48,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ce8ec4a4-caba-45cd-b06a-aef3c3d4acca 2018-11-19 06:18:48,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:18:48,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-adb99cf8-b237-4228-b9db-b118e6cec557 Date: Mon, 19 Nov 2018 06:18:48 GMT RESP BODY: {"networks":[]} 2018-11-19 06:18:48,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net used request id req-adb99cf8-b237-4228-b9db-b118e6cec557 2018-11-19 06:18:48,909 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net 2018-11-19 06:18:48,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" -d '{"network": {"name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net", "admin_state_up": true}}' 2018-11-19 06:18:49,474 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-b61ca522-eb15-4a97-8067-7449d2ce3855 Date: Mon, 19 Nov 2018 06:18:49 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:18:49Z","is_default":false,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","mtu":1450}} 2018-11-19 06:18:49,474 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-b61ca522-eb15-4a97-8067-7449d2ce3855 2018-11-19 06:18:49,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:18:49,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-c7a79f68-62ca-441d-9254-ab6cb6e5597b Date: Mon, 19 Nov 2018 06:18:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:18:49Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:18:49,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-c7a79f68-62ca-441d-9254-ab6cb6e5597b 2018-11-19 06:18:49,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:18:49,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-08923f21-7144-46b8-a084-cc5ebb6ea4d6 Date: Mon, 19 Nov 2018 06:18:49 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:18:49,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-08923f21-7144-46b8-a084-cc5ebb6ea4d6 2018-11-19 06:18:49,957 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet 2018-11-19 06:18:49,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" -d '{"subnets": [{"ip_version": 4, "network_id": "7d087ca9-5c8e-4846-ad5b-52d0bb50dc01", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]}' 2018-11-19 06:18:50,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4f6f0ee7-b510-433a-8f90-843dcbb0f9d1 Date: Mon, 19 Nov 2018 06:18:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:18:50,701 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-4f6f0ee7-b510-433a-8f90-843dcbb0f9d1 2018-11-19 06:18:50,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:18:50,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4b8602ee-bd51-4d01-a839-d698f3eee4fa Date: Mon, 19 Nov 2018 06:18: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":["40e90c6f-be95-479c-bc65-5bf2044a3515"],"updated_at":"2018-11-19T06:18:50Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:18:50,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-4b8602ee-bd51-4d01-a839-d698f3eee4fa 2018-11-19 06:18:51,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:18:51,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-77a50c0e-170d-43e7-9486-dd5279b3cfa9 Date: Mon, 19 Nov 2018 06:18:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:18:51,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-77a50c0e-170d-43e7-9486-dd5279b3cfa9 2018-11-19 06:18:51,206 - OpenStackNetwork - DEBUG - Network [7d087ca9-5c8e-4846-ad5b-52d0bb50dc01] created successfully 2018-11-19 06:18:51,206 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:51,207 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:51,582 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:18:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["pnbVAMVQTGid0rI2UldIjQ"], "issued_at": "2018-11-19T06:18:51.000000Z"}} 2018-11-19 06:18:51,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16928bf14edd6f298ba2a1ca19738a788e4e019c" 2018-11-19 06:18:51,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db1b2b4-b02f-4ac3-90c3-e2a1f6e4538a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:51,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1db1b2b4-b02f-4ac3-90c3-e2a1f6e4538a 2018-11-19 06:18:51,665 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:18:51,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16928bf14edd6f298ba2a1ca19738a788e4e019c" 2018-11-19 06:18:51,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b9cfa82-9428-4e63-868f-8421b3b032e9 x-compute-request-id: req-6b9cfa82-9428-4e63-868f-8421b3b032e9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:18:51,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6b9cfa82-9428-4e63-868f-8421b3b032e9 2018-11-19 06:18:51,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16928bf14edd6f298ba2a1ca19738a788e4e019c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:18:51,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77908df4-7e70-45cf-8f56-f3c3be4c3ec0 x-compute-request-id: req-77908df4-7e70-45cf-8f56-f3c3be4c3ec0 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:18:51,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-77908df4-7e70-45cf-8f56-f3c3be4c3ec0 2018-11-19 06:18:51,908 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:51,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:52,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa0bebaf96cf43f99d59fade7e6d6f31", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role"}], "expires_at": "2018-11-19T07:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b16d961a63c04bd1ae9e083f3386d481", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-user", "id": "747e50a036fd4b1195490a673ab11480"}, "audit_ids": ["sMV9SGfmR8ma3cUI0zjgag"], "issued_at": "2018-11-19T06:18:52.000000Z"}} 2018-11-19 06:18:52,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:52,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57ce44ed-99dc-4cc8-b374-a8df69026de0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:52,428 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-57ce44ed-99dc-4cc8-b374-a8df69026de0 2018-11-19 06:18:52,429 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:18:52,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:52,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc60e61c-61a8-4251-b623-00a982e6e363 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:52,512 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cc60e61c-61a8-4251-b623-00a982e6e363 2018-11-19 06:18:52,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:52,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-34d9df5d-e447-4cc0-bb94-0e6c7e76c683 Date: Mon, 19 Nov 2018 06:18: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":["40e90c6f-be95-479c-bc65-5bf2044a3515"],"updated_at":"2018-11-19T06:18:50Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:18:52,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net used request id req-34d9df5d-e447-4cc0-bb94-0e6c7e76c683 2018-11-19 06:18:52,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:18:52,773 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:18:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:18:52,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:52,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f61a14-478d-42df-9301-4001a54b1722 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:18:52,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-35f61a14-478d-42df-9301-4001a54b1722 2018-11-19 06:18:52,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:53,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-df4acb9d-53d5-47a7-b566-09050f9cb180 Date: Mon, 19 Nov 2018 06:18:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:18:53,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-df4acb9d-53d5-47a7-b566-09050f9cb180 2018-11-19 06:18:53,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:53,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ed95e4ed-55fe-4156-88de-6454869109d8 Date: Mon, 19 Nov 2018 06:18:53 GMT RESP BODY: {"ports":[]} 2018-11-19 06:18:53,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1&admin_state_up=True used request id req-ed95e4ed-55fe-4156-88de-6454869109d8 2018-11-19 06:18:53,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:53,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1d8630a4-93fe-4d82-a610-64e44464e8be x-compute-request-id: req-1d8630a4-93fe-4d82-a610-64e44464e8be Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:18:53,493 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst used request id req-1d8630a4-93fe-4d82-a610-64e44464e8be 2018-11-19 06:18:53,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:53,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-83279df1-a1ff-413d-b92e-a2e062d9c898 Date: Mon, 19 Nov 2018 06:18: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":["40e90c6f-be95-479c-bc65-5bf2044a3515"],"updated_at":"2018-11-19T06:18:50Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:18:53,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net used request id req-83279df1-a1ff-413d-b92e-a2e062d9c898 2018-11-19 06:18:53,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:53,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722d5d74-09bf-4ac6-a041-5fe3fedf394d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:18:53,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-722d5d74-09bf-4ac6-a041-5fe3fedf394d 2018-11-19 06:18:53,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:54,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cc157f81-4e82-4ab4-abf4-3d6acceb7895 Date: Mon, 19 Nov 2018 06:18:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:18:54,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-cc157f81-4e82-4ab4-abf4-3d6acceb7895 2018-11-19 06:18:54,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:54,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2792dbde-83a0-4886-a451-95eb029965d1 Date: Mon, 19 Nov 2018 06:18:54 GMT RESP BODY: {"ports":[]} 2018-11-19 06:18:54,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1&admin_state_up=True used request id req-2792dbde-83a0-4886-a451-95eb029965d1 2018-11-19 06:18:54,375 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:18:54,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:18:54,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa0bebaf96cf43f99d59fade7e6d6f31", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role"}], "expires_at": "2018-11-19T07:18:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b16d961a63c04bd1ae9e083f3386d481", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b16d961a63c04bd1ae9e083f3386d481", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-user", "id": "747e50a036fd4b1195490a673ab11480"}, "audit_ids": ["fEjLk1PrQ3Wn1-sj3hP58w"], "issued_at": "2018-11-19T06:18:54.000000Z"}} 2018-11-19 06:18:54,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7683f9f04dc6dbd5d747defa1d55828296ccc029" 2018-11-19 06:18:54,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9655a73-5573-482a-b424-e3af104547ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:18:54,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c9655a73-5573-482a-b424-e3af104547ff 2018-11-19 06:18:54,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:55,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ab29cd9a-bba3-4223-9e6a-93eea8d72568 Date: Mon, 19 Nov 2018 06:18:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["40e90c6f-be95-479c-bc65-5bf2044a3515"],"updated_at":"2018-11-19T06:18:50Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:18:55,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net used request id req-ab29cd9a-bba3-4223-9e6a-93eea8d72568 2018-11-19 06:18:55,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:55,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-514dc53e-a4ec-4edb-ac0e-bebffbeef239 Date: Mon, 19 Nov 2018 06:18:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:18:55,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-514dc53e-a4ec-4edb-ac0e-bebffbeef239 2018-11-19 06:18:55,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:55,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-570ac7d6-c2fe-4e9c-b402-655c97bcc37e Date: Mon, 19 Nov 2018 06:18:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["40e90c6f-be95-479c-bc65-5bf2044a3515"],"updated_at":"2018-11-19T06:18:50Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:18:55,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net used request id req-570ac7d6-c2fe-4e9c-b402-655c97bcc37e 2018-11-19 06:18:55,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:18:55,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:18:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:18:55,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7683f9f04dc6dbd5d747defa1d55828296ccc029" 2018-11-19 06:18:55,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07be13cb-0b86-418a-9732-ce8ff95edf45 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:18:55,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-07be13cb-0b86-418a-9732-ce8ff95edf45 2018-11-19 06:18:55,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:55,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fa8f8565-4f9d-417f-b0e7-2852818252a8 Date: Mon, 19 Nov 2018 06:18:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:18:55,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-fa8f8565-4f9d-417f-b0e7-2852818252a8 2018-11-19 06:18:55,851 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net 2018-11-19 06:18:55,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" -d '{"port": {"network_id": "7d087ca9-5c8e-4846-ad5b-52d0bb50dc01", "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-11-19 06:18:57,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 854 X-Openstack-Request-Id: req-3ed8846d-05b6-4abb-997e-8e1f31dd55a6 Date: Mon, 19 Nov 2018 06:18:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"40e90c6f-be95-479c-bc65-5bf2044a3515","ip_address":"10.55.0.12"}],"id":"dc6f23c0-3a86-4ed8-b43c-c2aa8a6e57dd","security_groups":["2ff70bd8-9bf7-4bee-8b3d-6965afe8107c"],"mac_address":"fa:16:3e:c6:52:55","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1","project_id":"b16d961a63c04bd1ae9e083f3386d481","qos_policy_id":null,"admin_state_up":true,"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:56Z","binding:vnic_type":"normal"}} 2018-11-19 06:18:57,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-3ed8846d-05b6-4abb-997e-8e1f31dd55a6 2018-11-19 06:18:57,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:57,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-aa53064b-32ee-4e2d-8d28-79d0309c9c44 Date: Mon, 19 Nov 2018 06:18: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":["40e90c6f-be95-479c-bc65-5bf2044a3515"],"updated_at":"2018-11-19T06:18:50Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:18:57,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net used request id req-aa53064b-32ee-4e2d-8d28-79d0309c9c44 2018-11-19 06:18:57,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:57,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c48ba585-519e-4d8f-a88b-d8a00d79c31d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:18:57,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-c48ba585-519e-4d8f-a88b-d8a00d79c31d 2018-11-19 06:18:57,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:57,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6e3cd524-eaec-4895-a415-25134534e283 Date: Mon, 19 Nov 2018 06:18:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:18:57,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-6e3cd524-eaec-4895-a415-25134534e283 2018-11-19 06:18:57,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:57,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 857 X-Openstack-Request-Id: req-fc41daf9-bbcb-48ce-967c-878bb4f02ff5 Date: Mon, 19 Nov 2018 06:18:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:56Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"40e90c6f-be95-479c-bc65-5bf2044a3515","ip_address":"10.55.0.12"}],"id":"dc6f23c0-3a86-4ed8-b43c-c2aa8a6e57dd","security_groups":["2ff70bd8-9bf7-4bee-8b3d-6965afe8107c"],"mac_address":"fa:16:3e:c6:52:55","project_id":"b16d961a63c04bd1ae9e083f3386d481","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1","admin_state_up":true,"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:56Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:18:57,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1&admin_state_up=True used request id req-fc41daf9-bbcb-48ce-967c-878bb4f02ff5 2018-11-19 06:18:57,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:57,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a22239f-24e7-4d89-af7d-0f2f938feee1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:18:57,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-1a22239f-24e7-4d89-af7d-0f2f938feee1 2018-11-19 06:18:57,870 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst 2018-11-19 06:18:57,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:57,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fc069de-62ca-4826-bd22-1b9eb6fb6879 x-compute-request-id: req-1fc069de-62ca-4826-bd22-1b9eb6fb6879 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-flavor-name"}]} 2018-11-19 06:18:57,900 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1fc069de-62ca-4826-bd22-1b9eb6fb6879 2018-11-19 06:18:57,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:57,924 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25e257dc-8b70-4721-85d5-88f7305e3c0c x-compute-request-id: req-25e257dc-8b70-4721-85d5-88f7305e3c0c Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:18:57,924 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5 used request id req-25e257dc-8b70-4721-85d5-88f7305e3c0c 2018-11-19 06:18:57,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:58,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-c48a736e-aea3-4165-87d8-cf2f992ac2fd Date: Mon, 19 Nov 2018 06:18:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:18:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:18:47Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/77efe596-42b4-458a-ab6e-396f703a2f25/snap", "metadata": {}}], "self": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25", "min_disk": 0, "protected": false, "id": "77efe596-42b4-458a-ab6e-396f703a2f25", "file": "/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b16d961a63c04bd1ae9e083f3386d481", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/77efe596-42b4-458a-ab6e-396f703a2f25/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image"} 2018-11-19 06:18:58,093 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image used request id req-c48a736e-aea3-4165-87d8-cf2f992ac2fd 2018-11-19 06:18:58,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:58,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-790d5dc5-6fe4-4288-9487-2dc69dd81682 Date: Mon, 19 Nov 2018 06:18:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:18:58,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-790d5dc5-6fe4-4288-9487-2dc69dd81682 2018-11-19 06:18:58,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" -d '{"server": {"name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst", "imageRef": "77efe596-42b4-458a-ab6e-396f703a2f25", "flavorRef": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "max_count": 1, "min_count": 1, "networks": [{"port": "dc6f23c0-3a86-4ed8-b43c-c2aa8a6e57dd"}]}}' 2018-11-19 06:18:59,585 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:18:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9994e908-0073-42a1-9fc6-a183756e96c1 x-compute-request-id: req-9994e908-0073-42a1-9fc6-a183756e96c1 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "27dd111b-f297-4c70-bba7-04ed8d952469", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "bookmark"}], "adminPass": "DBBHjrXQFD7Z"}} 2018-11-19 06:18:59,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-9994e908-0073-42a1-9fc6-a183756e96c1 2018-11-19 06:18:59,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:18:59,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-562a142e-05a2-48b0-b9da-475b2db382ca x-compute-request-id: req-562a142e-05a2-48b0-b9da-475b2db382ca 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.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "bookmark"}], "image": {"id": "77efe596-42b4-458a-ab6e-396f703a2f25", "links": [{"href": "http://172.30.9.21:8774/images/77efe596-42b4-458a-ab6e-396f703a2f25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "links": [{"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}]}, "id": "27dd111b-f297-4c70-bba7-04ed8d952469", "user_id": "747e50a036fd4b1195490a673ab11480", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:18:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst", "created": "2018-11-19T06:18:59Z", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:18:59,813 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-562a142e-05a2-48b0-b9da-475b2db382ca 2018-11-19 06:18:59,813 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst 2018-11-19 06:18:59,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:00,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:18:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94681cb8-5b82-4943-8b5d-b3c48e6eb9ba x-compute-request-id: req-94681cb8-5b82-4943-8b5d-b3c48e6eb9ba 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.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "bookmark"}], "image": {"id": "77efe596-42b4-458a-ab6e-396f703a2f25", "links": [{"href": "http://172.30.9.21:8774/images/77efe596-42b4-458a-ab6e-396f703a2f25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "links": [{"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}]}, "id": "27dd111b-f297-4c70-bba7-04ed8d952469", "user_id": "747e50a036fd4b1195490a673ab11480", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:18:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst", "created": "2018-11-19T06:18:59Z", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:19:00,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-94681cb8-5b82-4943-8b5d-b3c48e6eb9ba 2018-11-19 06:19:00,196 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst] is - BUILD 2018-11-19 06:19:00,196 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:19:03,199 - create_instance - DEBUG - VM status query timeout in 896.614417076 2018-11-19 06:19:03,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:03,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-9d5c3998-f40d-4a23-9fed-97d49456e4b7 x-compute-request-id: req-9d5c3998-f40d-4a23-9fed-97d49456e4b7 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.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "bookmark"}], "image": {"id": "77efe596-42b4-458a-ab6e-396f703a2f25", "links": [{"href": "http://172.30.9.21:8774/images/77efe596-42b4-458a-ab6e-396f703a2f25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "links": [{"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}]}, "id": "27dd111b-f297-4c70-bba7-04ed8d952469", "security_groups": [{"name": "default"}], "user_id": "747e50a036fd4b1195490a673ab11480", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:19:00Z", "hostId": "3d5d9bd3e2c5899c17db2890228404c3fe60ed0a8f3311684fedab60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst", "created": "2018-11-19T06:18:59Z", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:19:03,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-9d5c3998-f40d-4a23-9fed-97d49456e4b7 2018-11-19 06:19:03,808 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst] is - BUILD 2018-11-19 06:19:03,808 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:19:06,812 - create_instance - DEBUG - VM status query timeout in 893.001885891 2018-11-19 06:19:06,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:07,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19: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-041f660e-48cb-41a6-a484-3cd555a5a350 x-compute-request-id: req-041f660e-48cb-41a6-a484-3cd555a5a350 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:52:55", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "bookmark"}], "image": {"id": "77efe596-42b4-458a-ab6e-396f703a2f25", "links": [{"href": "http://172.30.9.21:8774/images/77efe596-42b4-458a-ab6e-396f703a2f25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:19:04.000000", "flavor": {"id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "links": [{"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}]}, "id": "27dd111b-f297-4c70-bba7-04ed8d952469", "security_groups": [{"name": "default"}], "user_id": "747e50a036fd4b1195490a673ab11480", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:19:05Z", "hostId": "3d5d9bd3e2c5899c17db2890228404c3fe60ed0a8f3311684fedab60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst", "created": "2018-11-19T06:18:59Z", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:19:07,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-041f660e-48cb-41a6-a484-3cd555a5a350 2018-11-19 06:19:07,287 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst] is - ACTIVE 2018-11-19 06:19:07,287 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:19:07,290 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:07,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-dc60e72f-4744-4a72-82de-c652d63f0b29 x-compute-request-id: req-dc60e72f-4744-4a72-82de-c652d63f0b29 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:52:55", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "bookmark"}], "image": {"id": "77efe596-42b4-458a-ab6e-396f703a2f25", "links": [{"href": "http://172.30.9.21:8774/images/77efe596-42b4-458a-ab6e-396f703a2f25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:19:04.000000", "flavor": {"id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "links": [{"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}]}, "id": "27dd111b-f297-4c70-bba7-04ed8d952469", "security_groups": [{"name": "default"}], "user_id": "747e50a036fd4b1195490a673ab11480", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:19:05Z", "hostId": "3d5d9bd3e2c5899c17db2890228404c3fe60ed0a8f3311684fedab60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst", "created": "2018-11-19T06:18:59Z", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:19:07,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-dc60e72f-4744-4a72-82de-c652d63f0b29 2018-11-19 06:19:07,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:07,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4fa458f3-5c79-41c5-b3d8-69e170dfb811 Date: Mon, 19 Nov 2018 06:19:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["40e90c6f-be95-479c-bc65-5bf2044a3515"],"updated_at":"2018-11-19T06:18:50Z","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b16d961a63c04bd1ae9e083f3386d481","id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net"}]} 2018-11-19 06:19:07,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net used request id req-4fa458f3-5c79-41c5-b3d8-69e170dfb811 2018-11-19 06:19:07,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:07,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec796d15-185f-47b9-a608-26918f098180 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:19:07,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-ec796d15-185f-47b9-a608-26918f098180 2018-11-19 06:19:07,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:08,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c8f73f00-7ec5-4555-a2bb-2f553c6f741c Date: Mon, 19 Nov 2018 06:19:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:18: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":"b16d961a63c04bd1ae9e083f3386d481","id":"40e90c6f-be95-479c-bc65-5bf2044a3515","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet"}]} 2018-11-19 06:19:08,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-c8f73f00-7ec5-4555-a2bb-2f553c6f741c 2018-11-19 06:19:08,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:08,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3184 X-Openstack-Request-Id: req-a5a04974-7693-4c04-8767-32ebf49778ec Date: Mon, 19 Nov 2018 06:19:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"40e90c6f-be95-479c-bc65-5bf2044a3515","ip_address":"10.55.0.4"}],"id":"39ac7f9c-4b98-4177-8103-2d2e22584b42","security_groups":[],"mac_address":"fa:16:3e:6a:46:fd","project_id":"b16d961a63c04bd1ae9e083f3386d481","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7d087ca9-5c8e-4846-ad5b-52d0bb50dc01"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"40e90c6f-be95-479c-bc65-5bf2044a3515","ip_address":"10.55.0.2"}],"id":"b26b3f83-5f52-4c1e-9c46-a9cd9ee61289","security_groups":[],"mac_address":"fa:16:3e:82:ce:6e","project_id":"b16d961a63c04bd1ae9e083f3386d481","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:50Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7d087ca9-5c8e-4846-ad5b-52d0bb50dc01"},{"allowed_address_pairs":[{"ip_address":"10.55.0.101","mac_address":"0a:1b:2c:3d:4e:5f"}],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:19:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"40e90c6f-be95-479c-bc65-5bf2044a3515","ip_address":"10.55.0.12"}],"id":"dc6f23c0-3a86-4ed8-b43c-c2aa8a6e57dd","security_groups":["2ff70bd8-9bf7-4bee-8b3d-6965afe8107c"],"mac_address":"fa:16:3e:c6:52:55","project_id":"b16d961a63c04bd1ae9e083f3386d481","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1","admin_state_up":true,"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:56Z","binding:vnic_type":"normal","device_id":"27dd111b-f297-4c70-bba7-04ed8d952469"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:18:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"40e90c6f-be95-479c-bc65-5bf2044a3515","ip_address":"10.55.0.3"}],"id":"e6e50d17-6d8b-4a88-bd7e-f67bea9c52a7","security_groups":[],"mac_address":"fa:16:3e:ff:94:40","project_id":"b16d961a63c04bd1ae9e083f3386d481","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7d087ca9-5c8e-4846-ad5b-52d0bb50dc01","tenant_id":"b16d961a63c04bd1ae9e083f3386d481","created_at":"2018-11-19T06:18:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7d087ca9-5c8e-4846-ad5b-52d0bb50dc01"}]} 2018-11-19 06:19:08,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-a5a04974-7693-4c04-8767-32ebf49778ec 2018-11-19 06:19:08,437 - create_instance - INFO - Deleting Port with ID - dc6f23c0-3a86-4ed8-b43c-c2aa8a6e57dd 2018-11-19 06:19:08,437 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4aport-1 2018-11-19 06:19:08,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/dc6f23c0-3a86-4ed8-b43c-c2aa8a6e57dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:08,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-754295c8-26d4-43af-a430-0361b3610377 Date: Mon, 19 Nov 2018 06:19:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:08,872 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/dc6f23c0-3a86-4ed8-b43c-c2aa8a6e57dd used request id req-754295c8-26d4-43af-a430-0361b3610377 2018-11-19 06:19:08,872 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst 2018-11-19 06:19:08,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:09,028 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19: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-78305e2a-6e61-4302-af87-cfc20bfc0c20 x-compute-request-id: req-78305e2a-6e61-4302-af87-cfc20bfc0c20 Content-Type: application/json 2018-11-19 06:19:09,028 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-78305e2a-6e61-4302-af87-cfc20bfc0c20 2018-11-19 06:19:09,028 - create_instance - INFO - Checking deletion status 2018-11-19 06:19:09,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:09,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cd491a7-9633-404f-8669-29ae7e91e0ec x-compute-request-id: req-3cd491a7-9633-404f-8669-29ae7e91e0ec Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c6:52:55", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/27dd111b-f297-4c70-bba7-04ed8d952469", "rel": "bookmark"}], "image": {"id": "77efe596-42b4-458a-ab6e-396f703a2f25", "links": [{"href": "http://172.30.9.21:8774/images/77efe596-42b4-458a-ab6e-396f703a2f25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:19:04.000000", "flavor": {"id": "cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "links": [{"href": "http://172.30.9.21:8774/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5", "rel": "bookmark"}]}, "id": "27dd111b-f297-4c70-bba7-04ed8d952469", "user_id": "747e50a036fd4b1195490a673ab11480", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:19:08Z", "hostId": "3d5d9bd3e2c5899c17db2890228404c3fe60ed0a8f3311684fedab60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst", "created": "2018-11-19T06:18:59Z", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:19:09,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-3cd491a7-9633-404f-8669-29ae7e91e0ec 2018-11-19 06:19:09,410 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst] is - ACTIVE 2018-11-19 06:19:09,410 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:19:12,413 - create_instance - DEBUG - VM status query timeout in 296.615567923 2018-11-19 06:19:12,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8da6ff4761fe596814600b0c06005712311d212" 2018-11-19 06:19:12,476 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:19:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-50d004c4-724d-41a8-97f2-78ce79a77f23 x-compute-request-id: req-50d004c4-724d-41a8-97f2-78ce79a77f23 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 27dd111b-f297-4c70-bba7-04ed8d952469 could not be found.", "code": 404}} 2018-11-19 06:19:12,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/27dd111b-f297-4c70-bba7-04ed8d952469 used request id req-50d004c4-724d-41a8-97f2-78ce79a77f23 2018-11-19 06:19:12,477 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 27dd111b-f297-4c70-bba7-04ed8d952469 could not be found. (HTTP 404) (Request-ID: req-50d004c4-724d-41a8-97f2-78ce79a77f23) 2018-11-19 06:19:12,477 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-inst 2018-11-19 06:19:12,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16928bf14edd6f298ba2a1ca19738a788e4e019c" 2018-11-19 06:19:12,525 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:19:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eb0d29f9-5a00-418f-906a-2913e4d922df x-compute-request-id: req-eb0d29f9-5a00-418f-906a-2913e4d922df Content-Length: 0 Content-Type: application/json 2018-11-19 06:19:12,525 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/cc1232f2-dd7d-46c0-90da-1ac9f6f8abe5 used request id req-eb0d29f9-5a00-418f-906a-2913e4d922df 2018-11-19 06:19:12,526 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet 2018-11-19 06:19:12,526 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-subnet 2018-11-19 06:19:12,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/40e90c6f-be95-479c-bc65-5bf2044a3515 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:19:14,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d7c21aa7-575a-4de7-93eb-92439ac43545 Date: Mon, 19 Nov 2018 06:19:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:14,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/40e90c6f-be95-479c-bc65-5bf2044a3515 used request id req-d7c21aa7-575a-4de7-93eb-92439ac43545 2018-11-19 06:19:14,905 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-pub-net 2018-11-19 06:19:14,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31fb56eb01b82c10b144a543f47efa07f57d6fc" 2018-11-19 06:19:16,233 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd836edf-e739-48eb-85c5-b9576b6ae0a3 Date: Mon, 19 Nov 2018 06:19:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:16,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7d087ca9-5c8e-4846-ad5b-52d0bb50dc01 used request id req-bd836edf-e739-48eb-85c5-b9576b6ae0a3 2018-11-19 06:19:16,234 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-a48821c2-d0e3-4663-ba3e-98682bfbce4a-image 2018-11-19 06:19:16,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d0b7d0e72390378b4578b35af8ee58c28fbf52f4" 2018-11-19 06:19:17,445 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-776ef5aa-abc5-451e-97c6-594bb665cefe Date: Mon, 19 Nov 2018 06:19:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:19:17,445 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/77efe596-42b4-458a-ab6e-396f703a2f25 used request id req-776ef5aa-abc5-451e-97c6-594bb665cefe 2018-11-19 06:19:17,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:17,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-dccf42af-e2e9-4567-9a8b-0e668b5955f3 Date: Mon, 19 Nov 2018 06:19:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "created_at": "2018-11-19T06:18:49Z", "updated_at": "2018-11-19T06:18:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "revision_number": 0, "id": "39d571f9-5f8d-4ec5-beed-515f7223795c", "remote_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "port_range_min": null, "ethertype": "IPv4", "project_id": "b16d961a63c04bd1ae9e083f3386d481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "revision_number": 0, "id": "58d91d36-287d-4ba0-9272-74e8f9c9c604", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "port_range_min": null, "ethertype": "IPv4", "project_id": "b16d961a63c04bd1ae9e083f3386d481"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "revision_number": 0, "id": "abb9d3f0-9b59-4f7e-bd03-ee2a0d486e83", "remote_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "port_range_min": null, "ethertype": "IPv6", "project_id": "b16d961a63c04bd1ae9e083f3386d481"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "revision_number": 0, "id": "c1d7b00e-4127-4dd7-9d6c-703926899eee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "port_range_min": null, "ethertype": "IPv6", "project_id": "b16d961a63c04bd1ae9e083f3386d481"}], "revision_number": 4, "project_id": "b16d961a63c04bd1ae9e083f3386d481", "id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:19:17,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-dccf42af-e2e9-4567-9a8b-0e668b5955f3 2018-11-19 06:19:17,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:17,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5869f185-ee12-4f61-91d9-218cd298785a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:19:17,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-5869f185-ee12-4f61-91d9-218cd298785a 2018-11-19 06:19:17,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:17,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72568073-13ef-43da-9184-342fd4d560ab Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481"}, "enabled": true, "id": "b16d961a63c04bd1ae9e083f3386d481", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj"}} 2018-11-19 06:19:17,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-72568073-13ef-43da-9184-342fd4d560ab 2018-11-19 06:19:17,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2ff70bd8-9bf7-4bee-8b3d-6965afe8107c 2018-11-19 06:19:17,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2ff70bd8-9bf7-4bee-8b3d-6965afe8107c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:18,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-91e3292d-2862-472a-9b76-c68d4cf7a883 Date: Mon, 19 Nov 2018 06:19:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "port_range_min": null, "revision_number": 0, "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "created_at": "2018-11-19T06:18:49Z", "project_id": "b16d961a63c04bd1ae9e083f3386d481", "id": "39d571f9-5f8d-4ec5-beed-515f7223795c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "port_range_min": null, "revision_number": 0, "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "created_at": "2018-11-19T06:18:49Z", "project_id": "b16d961a63c04bd1ae9e083f3386d481", "id": "58d91d36-287d-4ba0-9272-74e8f9c9c604"}, {"remote_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "port_range_min": null, "revision_number": 0, "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "created_at": "2018-11-19T06:18:49Z", "project_id": "b16d961a63c04bd1ae9e083f3386d481", "id": "abb9d3f0-9b59-4f7e-bd03-ee2a0d486e83"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:18:49Z", "security_group_id": "2ff70bd8-9bf7-4bee-8b3d-6965afe8107c", "port_range_min": null, "revision_number": 0, "tenant_id": "b16d961a63c04bd1ae9e083f3386d481", "created_at": "2018-11-19T06:18:49Z", "project_id": "b16d961a63c04bd1ae9e083f3386d481", "id": "c1d7b00e-4127-4dd7-9d6c-703926899eee"}]} 2018-11-19 06:19:18,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=2ff70bd8-9bf7-4bee-8b3d-6965afe8107c used request id req-91e3292d-2862-472a-9b76-c68d4cf7a883 2018-11-19 06:19:18,017 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:19:18,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2ff70bd8-9bf7-4bee-8b3d-6965afe8107c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:18,349 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6af3b5a-2305-42c1-826c-0a5ca48117ae Content-Length: 0 Date: Mon, 19 Nov 2018 06:19:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:18,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2ff70bd8-9bf7-4bee-8b3d-6965afe8107c used request id req-b6af3b5a-2305-42c1-826c-0a5ca48117ae 2018-11-19 06:19:18,350 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj 2018-11-19 06:19:18,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:18,549 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59add06f-01d7-4e52-b609-b79e2820e157 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:18,550 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b16d961a63c04bd1ae9e083f3386d481 used request id req-59add06f-01d7-4e52-b609-b79e2820e157 2018-11-19 06:19:18,550 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-proj-role 2018-11-19 06:19:18,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fa0bebaf96cf43f99d59fade7e6d6f31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:18,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64f6a219-34b1-428a-b610-3d26d2167fab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:18,654 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fa0bebaf96cf43f99d59fade7e6d6f31 used request id req-64f6a219-34b1-428a-b610-3d26d2167fab 2018-11-19 06:19:18,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa5d9ebac28b3f8af63e3215f710059420a355b3" 2018-11-19 06:19:18,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8950f21d-2488-4888-a613-41d8bf0ac949 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:19:18,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8950f21d-2488-4888-a613-41d8bf0ac949 2018-11-19 06:19:18,746 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-c75daa4f-40ea-4f8-user 2018-11-19 06:19:18,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/747e50a036fd4b1195490a673ab11480 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1097d9b10e7989595e2e72413441572338306e06" 2018-11-19 06:19:18,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6e3fd27-f90f-488f-8217-7a03a7627136 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:18,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/747e50a036fd4b1195490a673ab11480 used request id req-f6e3fd27-f90f-488f-8217-7a03a7627136 2018-11-19 06:19:18,919 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:19,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5856VCdzQn-uMNIuCJzedQ"], "issued_at": "2018-11-19T06:19:19.000000Z"}} 2018-11-19 06:19:19,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52aa4f9fa1b515447b3e503564b67bc9f49f2b8a" 2018-11-19 06:19:19,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-981fccd1-2839-492b-a61e-3c556f519ede Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:19,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-981fccd1-2839-492b-a61e-3c556f519ede 2018-11-19 06:19:19,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:19,381 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:19,769 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["D4HBpIf5SeSNj2R8qDJ3PQ"], "issued_at": "2018-11-19T06:19:19.000000Z"}} 2018-11-19 06:19:19,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:19,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7d6fc84-1763-49f1-a99b-40721ec47d12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:19,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a7d6fc84-1763-49f1-a99b-40721ec47d12 2018-11-19 06:19:19,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:19,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:19:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:19,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:19,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78c41c4-180e-4090-924f-eddfa33003f5 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:19:19,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj used request id req-a78c41c4-180e-4090-924f-eddfa33003f5 2018-11-19 06:19:19,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:20,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ff09d86-3dbd-4605-aed2-259fbe34d8db Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:19:20,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1ff09d86-3dbd-4605-aed2-259fbe34d8db 2018-11-19 06:19:20,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}}' 2018-11-19 06:19:20,152 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:19:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-259a1dec-76f2-44f1-abf7-5c4b9a2ea393 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65"}, "enabled": true, "id": "39400e433f034467861e375a02efcd65", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}} 2018-11-19 06:19:20,152 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-259a1dec-76f2-44f1-abf7-5c4b9a2ea393 2018-11-19 06:19:20,152 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj 2018-11-19 06:19:20,152 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:20,153 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:20,544 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dmFtBXTeQIK8HKgCz8fTgw"], "issued_at": "2018-11-19T06:19:20.000000Z"}} 2018-11-19 06:19:20,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc02d482d5a3c15d36fc529d7f4e99f195d75ebb" 2018-11-19 06:19:20,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08c8801c-4a34-449c-a57e-1154499b197a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:20,556 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-08c8801c-4a34-449c-a57e-1154499b197a 2018-11-19 06:19:20,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:20,565 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:19: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:20,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc02d482d5a3c15d36fc529d7f4e99f195d75ebb" 2018-11-19 06:19:20,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-664f5c4c-1154-4887-8527-e055c85a3dfc Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:19:20,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-664f5c4c-1154-4887-8527-e055c85a3dfc 2018-11-19 06:19:20,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc02d482d5a3c15d36fc529d7f4e99f195d75ebb" 2018-11-19 06:19:20,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00df0d2f-870f-438c-89a1-f0ed7bf3c6a1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65"}, "enabled": true, "id": "39400e433f034467861e375a02efcd65", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}]} 2018-11-19 06:19:20,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj used request id req-00df0d2f-870f-438c-89a1-f0ed7bf3c6a1 2018-11-19 06:19:20,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc02d482d5a3c15d36fc529d7f4e99f195d75ebb" 2018-11-19 06:19:20,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4127fe50-00ef-4cae-8b7a-5d1de6f2ee06 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:19:20,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4127fe50-00ef-4cae-8b7a-5d1de6f2ee06 2018-11-19 06:19:21,283 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-user 2018-11-19 06:19:21,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:21,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:21,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9623e8-5c80-4fe9-976a-91a8148e83bd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:19:21,369 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3d9623e8-5c80-4fe9-976a-91a8148e83bd 2018-11-19 06:19:21,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" -d '{"role": {"name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role"}}' 2018-11-19 06:19:21,487 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9c1e5c0-a10d-4627-a2ba-fe4804848fbf Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60bf08aafab44c4689dd9f9a8c1ba4e3", "links": {"self": "http://172.30.9.21:5000/v3/roles/60bf08aafab44c4689dd9f9a8c1ba4e3"}, "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role"}} 2018-11-19 06:19:21,487 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e9c1e5c0-a10d-4627-a2ba-fe4804848fbf 2018-11-19 06:19:21,488 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role 2018-11-19 06:19:21,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/60bf08aafab44c4689dd9f9a8c1ba4e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:21,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6f89224-0455-4708-85f7-3a0254bd8f72 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/60bf08aafab44c4689dd9f9a8c1ba4e3"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role", "id": "60bf08aafab44c4689dd9f9a8c1ba4e3"}} 2018-11-19 06:19:21,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/60bf08aafab44c4689dd9f9a8c1ba4e3 used request id req-f6f89224-0455-4708-85f7-3a0254bd8f72 2018-11-19 06:19:21,580 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role to project CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj 2018-11-19 06:19:21,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65/users/7c68f3ef96ea4a9ea7d905f26c3aeaf7/roles/60bf08aafab44c4689dd9f9a8c1ba4e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:21,712 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5d9686c-e592-4fec-972f-9b00f005e49c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:21,712 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65/users/7c68f3ef96ea4a9ea7d905f26c3aeaf7/roles/60bf08aafab44c4689dd9f9a8c1ba4e3 used request id req-f5d9686c-e592-4fec-972f-9b00f005e49c 2018-11-19 06:19:21,713 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:19:21,713 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:21,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:22,098 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60bf08aafab44c4689dd9f9a8c1ba4e3", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role"}], "expires_at": "2018-11-19T07:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39400e433f034467861e375a02efcd65", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-user", "id": "7c68f3ef96ea4a9ea7d905f26c3aeaf7"}, "audit_ids": ["4RYMNgUkScKuPXkWhL5oig"], "issued_at": "2018-11-19T06:19:22.000000Z"}} 2018-11-19 06:19:22,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" 2018-11-19 06:19:22,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e756949-5243-408b-b71b-851ecf1d5824 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:22,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4e756949-5243-408b-b71b-851ecf1d5824 2018-11-19 06:19:22,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" 2018-11-19 06:19:22,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-45b6bcbd-793c-4066-bccc-a13ad330dc3b Date: Mon, 19 Nov 2018 06:19:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image"} 2018-11-19 06:19:22,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image used request id req-45b6bcbd-793c-4066-bccc-a13ad330dc3b 2018-11-19 06:19:22,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" 2018-11-19 06:19:22,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eae65171-fddf-4786-b068-6ffcf039d4b6 Date: Mon, 19 Nov 2018 06:19:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:19:22,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-eae65171-fddf-4786-b068-6ffcf039d4b6 2018-11-19 06:19:22,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image"}' 2018-11-19 06:19:22,736 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c X-Openstack-Request-Id: req-a0b93569-16d5-48ab-b6fd-45270701d5ee Date: Mon, 19 Nov 2018 06:19:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:19:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:19:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c", "min_disk": 0, "protected": false, "id": "52050af5-118d-480d-a3c3-fcd0978a6b6c", "file": "/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/file", "checksum": null, "owner": "39400e433f034467861e375a02efcd65", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:19:22,736 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a0b93569-16d5-48ab-b6fd-45270701d5ee 2018-11-19 06:19:22,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" -d '' 2018-11-19 06:19:24,555 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee0de3a9-fa3a-4a5c-bd85-6cc28cca691f Date: Mon, 19 Nov 2018 06:19:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:19:24,555 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/file used request id req-ee0de3a9-fa3a-4a5c-bd85-6cc28cca691f 2018-11-19 06:19:24,555 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:19:24,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" 2018-11-19 06:19:24,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-289fc69d-d52e-43e7-83df-d0845ed9405d Date: Mon, 19 Nov 2018 06:19:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:19:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:19:24Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/snap", "metadata": {}}], "self": "/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c", "min_disk": 0, "protected": false, "id": "52050af5-118d-480d-a3c3-fcd0978a6b6c", "file": "/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39400e433f034467861e375a02efcd65", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:19:24,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c used request id req-289fc69d-d52e-43e7-83df-d0845ed9405d 2018-11-19 06:19:24,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" 2018-11-19 06:19:24,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d7d1085f-7866-4a69-a44c-7c48b2c1b33b Date: Mon, 19 Nov 2018 06:19:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:19:24,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d7d1085f-7866-4a69-a44c-7c48b2c1b33b 2018-11-19 06:19:24,743 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image 2018-11-19 06:19:24,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" 2018-11-19 06:19:24,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-e606cdeb-7cef-41da-b989-2846b0f7f95a Date: Mon, 19 Nov 2018 06:19:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:19:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:19:24Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/snap", "metadata": {}}], "self": "/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c", "min_disk": 0, "protected": false, "id": "52050af5-118d-480d-a3c3-fcd0978a6b6c", "file": "/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "39400e433f034467861e375a02efcd65", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/52050af5-118d-480d-a3c3-fcd0978a6b6c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:19:24,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c used request id req-e606cdeb-7cef-41da-b989-2846b0f7f95a 2018-11-19 06:19:24,844 - create_image - DEBUG - Instance status is - active 2018-11-19 06:19:24,844 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image 2018-11-19 06:19:24,844 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image 2018-11-19 06:19:24,844 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:24,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:25,212 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60bf08aafab44c4689dd9f9a8c1ba4e3", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role"}], "expires_at": "2018-11-19T07:19:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39400e433f034467861e375a02efcd65", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-user", "id": "7c68f3ef96ea4a9ea7d905f26c3aeaf7"}, "audit_ids": ["hddIqDI1R1uO0ZAS0wjX2g"], "issued_at": "2018-11-19T06:19:25.000000Z"}} 2018-11-19 06:19:25,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:25,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46edce16-8614-4a6c-ada8-d6b9aadfe442 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:25,225 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-46edce16-8614-4a6c-ada8-d6b9aadfe442 2018-11-19 06:19:25,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:25,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0b1b5737-0f47-4725-a06d-47e45d493fbb Date: Mon, 19 Nov 2018 06:19:25 GMT RESP BODY: {"networks":[]} 2018-11-19 06:19:25,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net used request id req-0b1b5737-0f47-4725-a06d-47e45d493fbb 2018-11-19 06:19:25,422 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net 2018-11-19 06:19:25,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" -d '{"network": {"name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net", "admin_state_up": true}}' 2018-11-19 06:19:26,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-0ef29f57-0c5e-4203-b904-8449286442d8 Date: Mon, 19 Nov 2018 06:19:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"39400e433f034467861e375a02efcd65","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:19:26Z","is_default":false,"name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:25Z","mtu":1450}} 2018-11-19 06:19:26,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-0ef29f57-0c5e-4203-b904-8449286442d8 2018-11-19 06:19:26,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:26,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-aad7717d-a544-4aa4-a766-3d7d96a7818e Date: Mon, 19 Nov 2018 06:19:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:19:26Z","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"39400e433f034467861e375a02efcd65","id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net"}]} 2018-11-19 06:19:26,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-aad7717d-a544-4aa4-a766-3d7d96a7818e 2018-11-19 06:19:26,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:26,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a5b476ac-686e-462e-8280-e9e7f812d9cd Date: Mon, 19 Nov 2018 06:19:26 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:19:26,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-a5b476ac-686e-462e-8280-e9e7f812d9cd 2018-11-19 06:19:26,605 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet 2018-11-19 06:19:26,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" -d '{"subnets": [{"ip_version": 4, "network_id": "0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet"}]}' 2018-11-19 06:19:27,335 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c52414b8-ac22-42f1-915b-3bcdd2105e14 Date: Mon, 19 Nov 2018 06:19:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19:27Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"39400e433f034467861e375a02efcd65","id":"4d33931a-38cc-407c-b9d4-73b44f747226","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet"}]} 2018-11-19 06:19:27,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c52414b8-ac22-42f1-915b-3bcdd2105e14 2018-11-19 06:19:27,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:27,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b51cdda1-b5b7-4f5b-b0de-bc5cccb548a5 Date: Mon, 19 Nov 2018 06:19:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4d33931a-38cc-407c-b9d4-73b44f747226"],"updated_at":"2018-11-19T06:19:27Z","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39400e433f034467861e375a02efcd65","id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net"}]} 2018-11-19 06:19:27,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-b51cdda1-b5b7-4f5b-b0de-bc5cccb548a5 2018-11-19 06:19:27,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:27,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-adb5d10f-b579-4f75-b257-634f101ab816 Date: Mon, 19 Nov 2018 06:19:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39400e433f034467861e375a02efcd65","id":"4d33931a-38cc-407c-b9d4-73b44f747226","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet"}]} 2018-11-19 06:19:27,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-adb5d10f-b579-4f75-b257-634f101ab816 2018-11-19 06:19:27,839 - OpenStackNetwork - DEBUG - Network [0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61] created successfully 2018-11-19 06:19:27,839 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:27,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:28,231 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["1xsQNo8TSFOCDxajwPIH6A"], "issued_at": "2018-11-19T06:19:28.000000Z"}} 2018-11-19 06:19:28,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453923388d2ff8192bdbdb5ebf679ad8fca88a2a" 2018-11-19 06:19:28,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe0c8783-9702-49fb-b723-6f0e7b5800b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:28,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fe0c8783-9702-49fb-b723-6f0e7b5800b4 2018-11-19 06:19:28,311 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:19:28,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453923388d2ff8192bdbdb5ebf679ad8fca88a2a" 2018-11-19 06:19:28,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f678b276-a043-4024-954a-79d268c2b052 x-compute-request-id: req-f678b276-a043-4024-954a-79d268c2b052 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:19:28,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f678b276-a043-4024-954a-79d268c2b052 2018-11-19 06:19:28,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453923388d2ff8192bdbdb5ebf679ad8fca88a2a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:19:28,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a933bb12-4eef-49e5-b1aa-33034f95a4da x-compute-request-id: req-a933bb12-4eef-49e5-b1aa-33034f95a4da Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/674eff65-03ff-4560-9f6d-5907649ae41a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/674eff65-03ff-4560-9f6d-5907649ae41a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "674eff65-03ff-4560-9f6d-5907649ae41a", "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:19:28,709 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a933bb12-4eef-49e5-b1aa-33034f95a4da 2018-11-19 06:19:28,710 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:28,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:29,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60bf08aafab44c4689dd9f9a8c1ba4e3", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role"}], "expires_at": "2018-11-19T07:19:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39400e433f034467861e375a02efcd65", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-user", "id": "7c68f3ef96ea4a9ea7d905f26c3aeaf7"}, "audit_ids": ["KiGZW4_jQs62S_qrvB9BJg"], "issued_at": "2018-11-19T06:19:29.000000Z"}} 2018-11-19 06:19:29,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:29,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627318ff-d416-4ca0-9507-aad01abb2ffe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:29,165 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-627318ff-d416-4ca0-9507-aad01abb2ffe 2018-11-19 06:19:29,166 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:19:29,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:29,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8419dba7-aac7-47e9-b63b-6eae523c9223 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:29,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8419dba7-aac7-47e9-b63b-6eae523c9223 2018-11-19 06:19:29,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:29,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a8f5fbbc-1201-466b-bff0-44914152a513 Date: Mon, 19 Nov 2018 06:19:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4d33931a-38cc-407c-b9d4-73b44f747226"],"updated_at":"2018-11-19T06:19:27Z","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39400e433f034467861e375a02efcd65","id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net"}]} 2018-11-19 06:19:29,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net used request id req-a8f5fbbc-1201-466b-bff0-44914152a513 2018-11-19 06:19:29,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:29,509 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:29,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:29,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9503959-3570-4ed1-ab42-a2a931b3c069 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65"}, "enabled": true, "id": "39400e433f034467861e375a02efcd65", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}} 2018-11-19 06:19:29,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 used request id req-d9503959-3570-4ed1-ab42-a2a931b3c069 2018-11-19 06:19:29,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:29,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3db2a068-8941-4cbe-b17f-75f76084ce09 Date: Mon, 19 Nov 2018 06:19:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39400e433f034467861e375a02efcd65","id":"4d33931a-38cc-407c-b9d4-73b44f747226","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet"}]} 2018-11-19 06:19:29,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-3db2a068-8941-4cbe-b17f-75f76084ce09 2018-11-19 06:19:29,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61&name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:29,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cc53af10-dc5c-4658-8b55-108c63618ae1 Date: Mon, 19 Nov 2018 06:19:29 GMT RESP BODY: {"ports":[]} 2018-11-19 06:19:29,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61&name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2port-1&admin_state_up=True used request id req-cc53af10-dc5c-4658-8b55-108c63618ae1 2018-11-19 06:19:29,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:30,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-14449005-2b9d-4502-97e9-b708947fbb35 x-compute-request-id: req-14449005-2b9d-4502-97e9-b708947fbb35 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:19:30,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-inst used request id req-14449005-2b9d-4502-97e9-b708947fbb35 2018-11-19 06:19:30,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:30,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4f701b1f-a7fa-498b-9521-70c78373bf09 Date: Mon, 19 Nov 2018 06:19:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4d33931a-38cc-407c-b9d4-73b44f747226"],"updated_at":"2018-11-19T06:19:27Z","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39400e433f034467861e375a02efcd65","id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net"}]} 2018-11-19 06:19:30,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net used request id req-4f701b1f-a7fa-498b-9521-70c78373bf09 2018-11-19 06:19:30,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:30,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6046a68b-2820-41fb-a0f3-2171193e7e16 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65"}, "enabled": true, "id": "39400e433f034467861e375a02efcd65", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}} 2018-11-19 06:19:30,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 used request id req-6046a68b-2820-41fb-a0f3-2171193e7e16 2018-11-19 06:19:30,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:30,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cf959d15-ce61-4551-824a-9e618b2b0fe6 Date: Mon, 19 Nov 2018 06:19:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39400e433f034467861e375a02efcd65","id":"4d33931a-38cc-407c-b9d4-73b44f747226","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet"}]} 2018-11-19 06:19:30,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-cf959d15-ce61-4551-824a-9e618b2b0fe6 2018-11-19 06:19:30,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61&name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:30,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-31e961ee-075c-466e-a681-2e4bde55d468 Date: Mon, 19 Nov 2018 06:19:30 GMT RESP BODY: {"ports":[]} 2018-11-19 06:19:30,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61&name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2port-1&admin_state_up=True used request id req-31e961ee-075c-466e-a681-2e4bde55d468 2018-11-19 06:19:30,902 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:30,903 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:31,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60bf08aafab44c4689dd9f9a8c1ba4e3", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role"}], "expires_at": "2018-11-19T07:19:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39400e433f034467861e375a02efcd65", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/39400e433f034467861e375a02efcd65", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/39400e433f034467861e375a02efcd65", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-user", "id": "7c68f3ef96ea4a9ea7d905f26c3aeaf7"}, "audit_ids": ["cL-15L8HQ7-1EDpEJfo6BA"], "issued_at": "2018-11-19T06:19:31.000000Z"}} 2018-11-19 06:19:31,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d10ccca2e6b84435c290fd8dda11fbd32258b2e1" 2018-11-19 06:19:31,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf9dc1d-25aa-48fe-abbb-b4364d25d50f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:31,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1bf9dc1d-25aa-48fe-abbb-b4364d25d50f 2018-11-19 06:19:31,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:31,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4ed39d46-9ef9-441c-8b82-280eb023b76f Date: Mon, 19 Nov 2018 06:19:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4d33931a-38cc-407c-b9d4-73b44f747226"],"updated_at":"2018-11-19T06:19:27Z","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39400e433f034467861e375a02efcd65","id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net"}]} 2018-11-19 06:19:31,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net used request id req-4ed39d46-9ef9-441c-8b82-280eb023b76f 2018-11-19 06:19:31,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:31,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-351841b7-839c-406b-b070-97de2e983d5e Date: Mon, 19 Nov 2018 06:19:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39400e433f034467861e375a02efcd65","id":"4d33931a-38cc-407c-b9d4-73b44f747226","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet"}]} 2018-11-19 06:19:31,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-351841b7-839c-406b-b070-97de2e983d5e 2018-11-19 06:19:31,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:32,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a095810f-5f4a-4491-8ecf-eea91d4fece0 Date: Mon, 19 Nov 2018 06:19:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4d33931a-38cc-407c-b9d4-73b44f747226"],"updated_at":"2018-11-19T06:19:27Z","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"39400e433f034467861e375a02efcd65","id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net"}]} 2018-11-19 06:19:32,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net used request id req-a095810f-5f4a-4491-8ecf-eea91d4fece0 2018-11-19 06:19:32,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:32,059 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:32,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d10ccca2e6b84435c290fd8dda11fbd32258b2e1" 2018-11-19 06:19:32,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef67d2b-9365-494f-90af-ebec51c68241 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65"}, "enabled": true, "id": "39400e433f034467861e375a02efcd65", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}} 2018-11-19 06:19:32,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 used request id req-0ef67d2b-9365-494f-90af-ebec51c68241 2018-11-19 06:19:32,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" 2018-11-19 06:19:32,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-718565c1-577d-4f7c-813e-10d904a3f442 Date: Mon, 19 Nov 2018 06:19:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61","tenant_id":"39400e433f034467861e375a02efcd65","created_at":"2018-11-19T06:19:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"39400e433f034467861e375a02efcd65","id":"4d33931a-38cc-407c-b9d4-73b44f747226","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet"}]} 2018-11-19 06:19:32,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-718565c1-577d-4f7c-813e-10d904a3f442 2018-11-19 06:19:32,346 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net 2018-11-19 06:19:32,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a6fd76d7b4a485c0c0c3c0bad4271be9e5c2b8" -d '{"port": {"network_id": "0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61", "name": "CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2port-1", "allowed_address_pairs": [{"ip_address": "foo", "mac_address": "0a:1b:2c:3d:4e:5f"}], "admin_state_up": true}}' 2018-11-19 06:19:32,362 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 104 Content-Type: application/json X-Openstack-Request-Id: req-ada1c80c-674e-4875-9fcc-1f5d4d58503f Date: Mon, 19 Nov 2018 06:19:32 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 06:19:32,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-ada1c80c-674e-4875-9fcc-1f5d4d58503f 2018-11-19 06:19:32,362 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid IP address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 06:19:32,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/674eff65-03ff-4560-9f6d-5907649ae41a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}453923388d2ff8192bdbdb5ebf679ad8fca88a2a" 2018-11-19 06:19:32,410 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-bd4303ae-1fe6-4354-822d-8dbc25fa10fb x-compute-request-id: req-bd4303ae-1fe6-4354-822d-8dbc25fa10fb Content-Length: 0 Content-Type: application/json 2018-11-19 06:19:32,410 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/674eff65-03ff-4560-9f6d-5907649ae41a used request id req-bd4303ae-1fe6-4354-822d-8dbc25fa10fb 2018-11-19 06:19:32,411 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet 2018-11-19 06:19:32,411 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-subnet 2018-11-19 06:19:32,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/4d33931a-38cc-407c-b9d4-73b44f747226 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:34,679 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-776ceb97-f37b-46ba-957c-aec68ee0bffd Date: Mon, 19 Nov 2018 06:19:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:34,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/4d33931a-38cc-407c-b9d4-73b44f747226 used request id req-776ceb97-f37b-46ba-957c-aec68ee0bffd 2018-11-19 06:19:34,680 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-pub-net 2018-11-19 06:19:34,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d0f0f8cdabdb0c9b81b7f73cabe02db6e166033" 2018-11-19 06:19:36,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8418ab69-ea9a-4323-9019-bbda4591335a Date: Mon, 19 Nov 2018 06:19:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:36,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0cf65d33-ae6b-4d1c-a0a3-014d8ea44d61 used request id req-8418ab69-ea9a-4323-9019-bbda4591335a 2018-11-19 06:19:36,045 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-89d29548-76eb-4abd-a304-155b561819b2-image 2018-11-19 06:19:36,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e1391eabdd9bf0dfc43f5f5d73c986d22b7d97b6" 2018-11-19 06:19:37,097 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-803776d3-fa7e-4532-bcf5-56633c6fd17e Date: Mon, 19 Nov 2018 06:19:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:19:37,097 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/52050af5-118d-480d-a3c3-fcd0978a6b6c used request id req-803776d3-fa7e-4532-bcf5-56633c6fd17e 2018-11-19 06:19:37,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:37,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6b227805-cbb1-46c9-8bf6-4ea8a1123904 Date: Mon, 19 Nov 2018 06:19:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "39400e433f034467861e375a02efcd65", "created_at": "2018-11-19T06:19:25Z", "updated_at": "2018-11-19T06:19:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "revision_number": 0, "id": "72d0d6cf-88c5-4c43-98cb-b9d3425135f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "tenant_id": "39400e433f034467861e375a02efcd65", "port_range_min": null, "ethertype": "IPv6", "project_id": "39400e433f034467861e375a02efcd65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "revision_number": 0, "id": "9d27873b-2b4b-405a-9585-d3bbce83f73b", "remote_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "tenant_id": "39400e433f034467861e375a02efcd65", "port_range_min": null, "ethertype": "IPv4", "project_id": "39400e433f034467861e375a02efcd65"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "revision_number": 0, "id": "ba8cb5f7-c570-40b2-838c-6fbccaf9bd40", "remote_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "tenant_id": "39400e433f034467861e375a02efcd65", "port_range_min": null, "ethertype": "IPv6", "project_id": "39400e433f034467861e375a02efcd65"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "revision_number": 0, "id": "cb78d119-afbb-489b-9df5-0a4d9edad1ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "tenant_id": "39400e433f034467861e375a02efcd65", "port_range_min": null, "ethertype": "IPv4", "project_id": "39400e433f034467861e375a02efcd65"}], "revision_number": 4, "project_id": "39400e433f034467861e375a02efcd65", "id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "name": "default"}]} 2018-11-19 06:19:37,385 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6b227805-cbb1-46c9-8bf6-4ea8a1123904 2018-11-19 06:19:37,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:37,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763dbf74-fe0a-4b5c-ada6-9df3fab3b552 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:19:37,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-763dbf74-fe0a-4b5c-ada6-9df3fab3b552 2018-11-19 06:19:37,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:37,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac316ce7-1de6-4f3f-86cb-bd8870117297 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:19:37,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-ac316ce7-1de6-4f3f-86cb-bd8870117297 2018-11-19 06:19:37,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:37,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccfa6023-e84a-42ff-bdde-4ccddd0b38ee Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:19:37,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-ccfa6023-e84a-42ff-bdde-4ccddd0b38ee 2018-11-19 06:19:37,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:37,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e415772-48fa-4b4f-8f98-b8ba74074118 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65"}, "enabled": true, "id": "39400e433f034467861e375a02efcd65", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj"}} 2018-11-19 06:19:37,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 used request id req-6e415772-48fa-4b4f-8f98-b8ba74074118 2018-11-19 06:19:37,742 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - db2eb997-03a8-4b53-a3e3-c14d4c93bde8 2018-11-19 06:19:37,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db2eb997-03a8-4b53-a3e3-c14d4c93bde8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:37,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-290857e9-0cb9-474c-b000-d12382a9946b Date: Mon, 19 Nov 2018 06:19:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "port_range_min": null, "revision_number": 0, "tenant_id": "39400e433f034467861e375a02efcd65", "created_at": "2018-11-19T06:19:25Z", "project_id": "39400e433f034467861e375a02efcd65", "id": "72d0d6cf-88c5-4c43-98cb-b9d3425135f3"}, {"remote_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "port_range_min": null, "revision_number": 0, "tenant_id": "39400e433f034467861e375a02efcd65", "created_at": "2018-11-19T06:19:25Z", "project_id": "39400e433f034467861e375a02efcd65", "id": "9d27873b-2b4b-405a-9585-d3bbce83f73b"}, {"remote_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "port_range_min": null, "revision_number": 0, "tenant_id": "39400e433f034467861e375a02efcd65", "created_at": "2018-11-19T06:19:25Z", "project_id": "39400e433f034467861e375a02efcd65", "id": "ba8cb5f7-c570-40b2-838c-6fbccaf9bd40"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:25Z", "security_group_id": "db2eb997-03a8-4b53-a3e3-c14d4c93bde8", "port_range_min": null, "revision_number": 0, "tenant_id": "39400e433f034467861e375a02efcd65", "created_at": "2018-11-19T06:19:25Z", "project_id": "39400e433f034467861e375a02efcd65", "id": "cb78d119-afbb-489b-9df5-0a4d9edad1ae"}]} 2018-11-19 06:19:37,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=db2eb997-03a8-4b53-a3e3-c14d4c93bde8 used request id req-290857e9-0cb9-474c-b000-d12382a9946b 2018-11-19 06:19:37,928 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:19:37,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/db2eb997-03a8-4b53-a3e3-c14d4c93bde8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:38,246 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60a73e16-be49-4eb5-bae9-f18a7d091549 Content-Length: 0 Date: Mon, 19 Nov 2018 06:19:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:38,247 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/db2eb997-03a8-4b53-a3e3-c14d4c93bde8 used request id req-60a73e16-be49-4eb5-bae9-f18a7d091549 2018-11-19 06:19:38,247 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj 2018-11-19 06:19:38,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:38,465 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5fee9732-630c-4ad4-8e6e-681ce0940a97 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:38,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/39400e433f034467861e375a02efcd65 used request id req-5fee9732-630c-4ad4-8e6e-681ce0940a97 2018-11-19 06:19:38,466 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-proj-role 2018-11-19 06:19:38,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/60bf08aafab44c4689dd9f9a8c1ba4e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:38,589 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-baee5f05-1294-4ca4-a63e-e27bb838eefb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:38,589 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/60bf08aafab44c4689dd9f9a8c1ba4e3 used request id req-baee5f05-1294-4ca4-a63e-e27bb838eefb 2018-11-19 06:19:38,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f3194a3dc79ed48672f2bae5431636200321135" 2018-11-19 06:19:38,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0046880-dd83-4de5-8420-659d172d48d2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:19:38,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f0046880-dd83-4de5-8420-659d172d48d2 2018-11-19 06:19:38,694 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-72ef8543-ee2d-4d0-user 2018-11-19 06:19:38,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7c68f3ef96ea4a9ea7d905f26c3aeaf7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc02d482d5a3c15d36fc529d7f4e99f195d75ebb" 2018-11-19 06:19:38,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a638b970-6a81-45f8-aa74-49596dc54905 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:38,964 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7c68f3ef96ea4a9ea7d905f26c3aeaf7 used request id req-a638b970-6a81-45f8-aa74-49596dc54905 2018-11-19 06:19:38,965 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:39,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5CrZzxImRxyRzQsOyIlnhA"], "issued_at": "2018-11-19T06:19:39.000000Z"}} 2018-11-19 06:19:39,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6be5e171dba098730e9f4a496b3e380f42c217d" 2018-11-19 06:19:39,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89d3c81f-f8f5-4a46-8e56-6f24359c9636 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:39,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-89d3c81f-f8f5-4a46-8e56-6f24359c9636 2018-11-19 06:19:39,440 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:39,441 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:39,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["JLPRioDcR6CwxjRJutI0pw"], "issued_at": "2018-11-19T06:19:39.000000Z"}} 2018-11-19 06:19:39,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:39,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c03eb5a9-5850-4322-8575-ad709bba3bae Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:39,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c03eb5a9-5850-4322-8575-ad709bba3bae 2018-11-19 06:19:39,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:39,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:19:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:39,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:39,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e574af0-8957-41fe-a87b-726309425de4 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:19:39,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj used request id req-3e574af0-8957-41fe-a87b-726309425de4 2018-11-19 06:19:40,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:40,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-320fee03-ce83-4c3a-95e6-60ff92bed333 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:19:40,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-320fee03-ce83-4c3a-95e6-60ff92bed333 2018-11-19 06:19:40,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}}' 2018-11-19 06:19:40,217 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:19:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-833d510a-a9f8-41c0-bbdc-b367a112f6ad Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe"}, "enabled": true, "id": "2d945fc9674d4bacba353816c0c859fe", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}} 2018-11-19 06:19:40,218 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-833d510a-a9f8-41c0-bbdc-b367a112f6ad 2018-11-19 06:19:40,218 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj 2018-11-19 06:19:40,218 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:40,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:40,593 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["0jfg_BzRSYywzJeZkv9P1Q"], "issued_at": "2018-11-19T06:19:40.000000Z"}} 2018-11-19 06:19:40,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7d91bc0702ddd3d94d8af93b0dc4bd858c1c97" 2018-11-19 06:19:40,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac64c84c-2cc0-47af-bee0-da30522f67f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:40,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ac64c84c-2cc0-47af-bee0-da30522f67f7 2018-11-19 06:19:40,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:40,691 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:40,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7d91bc0702ddd3d94d8af93b0dc4bd858c1c97" 2018-11-19 06:19:40,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862c6108-ff2c-4818-a1e5-7aca00a4abc7 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:19:40,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-862c6108-ff2c-4818-a1e5-7aca00a4abc7 2018-11-19 06:19:40,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7d91bc0702ddd3d94d8af93b0dc4bd858c1c97" 2018-11-19 06:19:40,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db38687-aec3-474a-af81-05a6ce589fe6 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe"}, "enabled": true, "id": "2d945fc9674d4bacba353816c0c859fe", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}]} 2018-11-19 06:19:40,884 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj used request id req-8db38687-aec3-474a-af81-05a6ce589fe6 2018-11-19 06:19:40,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7d91bc0702ddd3d94d8af93b0dc4bd858c1c97" 2018-11-19 06:19:40,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15eb90d6-de25-43dc-93f6-87f8123221b6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:19:40,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-15eb90d6-de25-43dc-93f6-87f8123221b6 2018-11-19 06:19:41,355 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-080395a3-b3c1-47f-user 2018-11-19 06:19:41,355 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:41,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:41,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b41b02-1f4c-4163-b753-960cc4e6b4d1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:19:41,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-99b41b02-1f4c-4163-b753-960cc4e6b4d1 2018-11-19 06:19:41,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" -d '{"role": {"name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role"}}' 2018-11-19 06:19:41,493 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7819a995-f6c4-4081-9b98-540005b4b8e9 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "957ae313f5564250b755941c2e33a4cd", "links": {"self": "http://172.30.9.21:5000/v3/roles/957ae313f5564250b755941c2e33a4cd"}, "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role"}} 2018-11-19 06:19:41,493 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7819a995-f6c4-4081-9b98-540005b4b8e9 2018-11-19 06:19:41,493 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role 2018-11-19 06:19:41,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/957ae313f5564250b755941c2e33a4cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:41,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3f6129c-44cc-4fbc-92c0-13f744a5c8c7 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/957ae313f5564250b755941c2e33a4cd"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role", "id": "957ae313f5564250b755941c2e33a4cd"}} 2018-11-19 06:19:41,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/957ae313f5564250b755941c2e33a4cd used request id req-b3f6129c-44cc-4fbc-92c0-13f744a5c8c7 2018-11-19 06:19:41,578 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role to project CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj 2018-11-19 06:19:41,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe/users/b552bc753ef14b89813e6ff3f51da5e3/roles/957ae313f5564250b755941c2e33a4cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:41,711 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebb15e78-76ad-456e-af93-a6f66d6c08c7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:41,711 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe/users/b552bc753ef14b89813e6ff3f51da5e3/roles/957ae313f5564250b755941c2e33a4cd used request id req-ebb15e78-76ad-456e-af93-a6f66d6c08c7 2018-11-19 06:19:41,712 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:19:41,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:41,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:42,173 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "957ae313f5564250b755941c2e33a4cd", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role"}], "expires_at": "2018-11-19T07:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d945fc9674d4bacba353816c0c859fe", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-user", "id": "b552bc753ef14b89813e6ff3f51da5e3"}, "audit_ids": ["En6DIMctTcWEGUwz2GNbeQ"], "issued_at": "2018-11-19T06:19:42.000000Z"}} 2018-11-19 06:19:42,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" 2018-11-19 06:19:42,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e4699cd-8c0c-41c5-854b-007feb13701e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:42,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8e4699cd-8c0c-41c5-854b-007feb13701e 2018-11-19 06:19:42,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" 2018-11-19 06:19:42,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-bbc58c96-8668-4a70-a954-3a05c6d3ee04 Date: Mon, 19 Nov 2018 06:19:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image"} 2018-11-19 06:19:42,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image used request id req-bbc58c96-8668-4a70-a954-3a05c6d3ee04 2018-11-19 06:19:42,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" 2018-11-19 06:19:42,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-88e07a9d-9bee-469d-92aa-47079045ff37 Date: Mon, 19 Nov 2018 06:19:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:19:42,583 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-88e07a9d-9bee-469d-92aa-47079045ff37 2018-11-19 06:19:42,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image"}' 2018-11-19 06:19:42,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b X-Openstack-Request-Id: req-0ecf589d-7733-4f03-a191-499b5f2768f6 Date: Mon, 19 Nov 2018 06:19:42 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:19:42Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:19:42Z", "visibility": "shared", "locations": [], "self": "/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b", "min_disk": 0, "protected": false, "id": "6a7be411-10c3-44a2-aaec-a0828950df2b", "file": "/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b/file", "checksum": null, "owner": "2d945fc9674d4bacba353816c0c859fe", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:19:42,801 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0ecf589d-7733-4f03-a191-499b5f2768f6 2018-11-19 06:19:42,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" -d '' 2018-11-19 06:19:44,353 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a463acd4-bc20-4224-bace-ed28c19b66f0 Date: Mon, 19 Nov 2018 06:19:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:19:44,353 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b/file used request id req-a463acd4-bc20-4224-bace-ed28c19b66f0 2018-11-19 06:19:44,354 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:19:44,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" 2018-11-19 06:19:44,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-977be35d-933b-43aa-88bd-62e767db8f12 Date: Mon, 19 Nov 2018 06:19:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:19:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:19:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6a7be411-10c3-44a2-aaec-a0828950df2b/snap", "metadata": {}}], "self": "/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b", "min_disk": 0, "protected": false, "id": "6a7be411-10c3-44a2-aaec-a0828950df2b", "file": "/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2d945fc9674d4bacba353816c0c859fe", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6a7be411-10c3-44a2-aaec-a0828950df2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:19:44,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b used request id req-977be35d-933b-43aa-88bd-62e767db8f12 2018-11-19 06:19:44,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" 2018-11-19 06:19:44,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3e71b11c-ded1-4113-8def-f01cfeecd937 Date: Mon, 19 Nov 2018 06:19:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:19:44,689 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3e71b11c-ded1-4113-8def-f01cfeecd937 2018-11-19 06:19:44,692 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image 2018-11-19 06:19:44,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" 2018-11-19 06:19:44,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0f89dde1-47d0-42ce-9f7c-734584db4b12 Date: Mon, 19 Nov 2018 06:19:44 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:19:42Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:19:44Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6a7be411-10c3-44a2-aaec-a0828950df2b/snap", "metadata": {}}], "self": "/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b", "min_disk": 0, "protected": false, "id": "6a7be411-10c3-44a2-aaec-a0828950df2b", "file": "/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2d945fc9674d4bacba353816c0c859fe", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/6a7be411-10c3-44a2-aaec-a0828950df2b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:19:44,862 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b used request id req-0f89dde1-47d0-42ce-9f7c-734584db4b12 2018-11-19 06:19:44,863 - create_image - DEBUG - Instance status is - active 2018-11-19 06:19:44,863 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image 2018-11-19 06:19:44,863 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image 2018-11-19 06:19:44,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:44,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:45,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "957ae313f5564250b755941c2e33a4cd", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role"}], "expires_at": "2018-11-19T07:19:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d945fc9674d4bacba353816c0c859fe", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-user", "id": "b552bc753ef14b89813e6ff3f51da5e3"}, "audit_ids": ["y7yKVHuiTV26Z2jek9VTOQ"], "issued_at": "2018-11-19T06:19:45.000000Z"}} 2018-11-19 06:19:45,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:45,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29190f4d-fae6-4f0a-8d6c-f9e863403acc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:45,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-29190f4d-fae6-4f0a-8d6c-f9e863403acc 2018-11-19 06:19:45,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:45,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7bc23c85-d2fc-4d08-87e3-fb4a106b7d8c Date: Mon, 19 Nov 2018 06:19:45 GMT RESP BODY: {"networks":[]} 2018-11-19 06:19:45,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net used request id req-7bc23c85-d2fc-4d08-87e3-fb4a106b7d8c 2018-11-19 06:19:45,432 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net 2018-11-19 06:19:45,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" -d '{"network": {"name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net", "admin_state_up": true}}' 2018-11-19 06:19:45,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-c756b20e-7d8b-4169-ad36-78cf380e8cf2 Date: Mon, 19 Nov 2018 06:19:45 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2d945fc9674d4bacba353816c0c859fe","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:19:45Z","is_default":false,"name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:45Z","mtu":1450}} 2018-11-19 06:19:45,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c756b20e-7d8b-4169-ad36-78cf380e8cf2 2018-11-19 06:19:45,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:46,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-f609f40e-a4b2-4f26-abfe-3b88ebccde9a Date: Mon, 19 Nov 2018 06:19:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:19:45Z","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2d945fc9674d4bacba353816c0c859fe","id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net"}]} 2018-11-19 06:19:46,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-f609f40e-a4b2-4f26-abfe-3b88ebccde9a 2018-11-19 06:19:46,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:46,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-223c52d2-30b4-406c-911d-9c2dbd8f3f9f Date: Mon, 19 Nov 2018 06:19:46 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:19:46,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-223c52d2-30b4-406c-911d-9c2dbd8f3f9f 2018-11-19 06:19:46,378 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet 2018-11-19 06:19:46,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" -d '{"subnets": [{"ip_version": 4, "network_id": "6281810f-6c01-4ba5-91fe-e191b7338d8e", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet"}]}' 2018-11-19 06:19:47,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9c062221-8a25-45cf-a633-c15df24db26f Date: Mon, 19 Nov 2018 06:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:46Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19: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":"2d945fc9674d4bacba353816c0c859fe","id":"eed80f7d-c3c2-490f-b093-b26e7a3d1d2a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet"}]} 2018-11-19 06:19:47,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-9c062221-8a25-45cf-a633-c15df24db26f 2018-11-19 06:19:47,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:47,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8f0c54a6-4163-4008-b1a1-d204326430c6 Date: Mon, 19 Nov 2018 06:19: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":["eed80f7d-c3c2-490f-b093-b26e7a3d1d2a"],"updated_at":"2018-11-19T06:19:46Z","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d945fc9674d4bacba353816c0c859fe","id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net"}]} 2018-11-19 06:19:47,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-8f0c54a6-4163-4008-b1a1-d204326430c6 2018-11-19 06:19:47,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:47,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-036f30b2-194d-4aa9-99c3-a383529eb203 Date: Mon, 19 Nov 2018 06:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:46Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19: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":"2d945fc9674d4bacba353816c0c859fe","id":"eed80f7d-c3c2-490f-b093-b26e7a3d1d2a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet"}]} 2018-11-19 06:19:47,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-036f30b2-194d-4aa9-99c3-a383529eb203 2018-11-19 06:19:47,414 - OpenStackNetwork - DEBUG - Network [6281810f-6c01-4ba5-91fe-e191b7338d8e] created successfully 2018-11-19 06:19:47,415 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:47,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:47,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["jAxsIF_pSseuIdKP5Gp-OA"], "issued_at": "2018-11-19T06:19:47.000000Z"}} 2018-11-19 06:19:47,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f19d353c0a0fdf33c75228e04d8264055cb8b" 2018-11-19 06:19:47,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a0b7557-fd80-493d-b2b9-2d2d8b31c6e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:47,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1a0b7557-fd80-493d-b2b9-2d2d8b31c6e3 2018-11-19 06:19:47,880 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:19:47,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f19d353c0a0fdf33c75228e04d8264055cb8b" 2018-11-19 06:19:48,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa10a03e-635f-4994-9714-d2616368cf66 x-compute-request-id: req-aa10a03e-635f-4994-9714-d2616368cf66 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:19:48,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-aa10a03e-635f-4994-9714-d2616368cf66 2018-11-19 06:19:48,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f19d353c0a0fdf33c75228e04d8264055cb8b" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:19:48,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-3adcc375-4fcc-4029-809e-9cea9443cb78 x-compute-request-id: req-3adcc375-4fcc-4029-809e-9cea9443cb78 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8370051c-8582-4360-bd59-d45b074c0304", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8370051c-8582-4360-bd59-d45b074c0304", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "8370051c-8582-4360-bd59-d45b074c0304", "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:19:48,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3adcc375-4fcc-4029-809e-9cea9443cb78 2018-11-19 06:19:48,189 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:48,190 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:48,578 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "957ae313f5564250b755941c2e33a4cd", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role"}], "expires_at": "2018-11-19T07:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d945fc9674d4bacba353816c0c859fe", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-user", "id": "b552bc753ef14b89813e6ff3f51da5e3"}, "audit_ids": ["TP4rfs-XSuWEvzBXfanfaw"], "issued_at": "2018-11-19T06:19:48.000000Z"}} 2018-11-19 06:19:48,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:48,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac701df-5e19-48e8-b640-e8cab9466602 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:48,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3ac701df-5e19-48e8-b640-e8cab9466602 2018-11-19 06:19:48,668 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:19:48,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:48,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9407d65c-af03-44b2-a6bd-2c12407d6dac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:48,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9407d65c-af03-44b2-a6bd-2c12407d6dac 2018-11-19 06:19:48,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:49,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-2d103aa1-1ac1-40ce-b8b9-9c0f0cdac596 Date: Mon, 19 Nov 2018 06:19:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eed80f7d-c3c2-490f-b093-b26e7a3d1d2a"],"updated_at":"2018-11-19T06:19:46Z","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d945fc9674d4bacba353816c0c859fe","id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net"}]} 2018-11-19 06:19:49,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net used request id req-2d103aa1-1ac1-40ce-b8b9-9c0f0cdac596 2018-11-19 06:19:49,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:49,079 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:49,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:49,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d82ddf0-2939-4dc4-9cb2-3eae44135bd9 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe"}, "enabled": true, "id": "2d945fc9674d4bacba353816c0c859fe", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}} 2018-11-19 06:19:49,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe used request id req-3d82ddf0-2939-4dc4-9cb2-3eae44135bd9 2018-11-19 06:19:49,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:49,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-17290007-a074-45b2-8358-b89e3211682e Date: Mon, 19 Nov 2018 06:19:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:46Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19: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":"2d945fc9674d4bacba353816c0c859fe","id":"eed80f7d-c3c2-490f-b093-b26e7a3d1d2a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet"}]} 2018-11-19 06:19:49,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-17290007-a074-45b2-8358-b89e3211682e 2018-11-19 06:19:49,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e&name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:49,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2a58e033-5a36-4688-81ee-c053398ace27 Date: Mon, 19 Nov 2018 06:19:49 GMT RESP BODY: {"ports":[]} 2018-11-19 06:19:49,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e&name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896port-1&admin_state_up=True used request id req-2a58e033-5a36-4688-81ee-c053398ace27 2018-11-19 06:19:49,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:50,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2031e161-d697-4b44-a91c-2c541a5f91d3 x-compute-request-id: req-2031e161-d697-4b44-a91c-2c541a5f91d3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:19:50,175 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-inst used request id req-2031e161-d697-4b44-a91c-2c541a5f91d3 2018-11-19 06:19:50,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:50,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-4975c274-e4fd-4e1c-ad44-1b2eb26567ca Date: Mon, 19 Nov 2018 06:19:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eed80f7d-c3c2-490f-b093-b26e7a3d1d2a"],"updated_at":"2018-11-19T06:19:46Z","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d945fc9674d4bacba353816c0c859fe","id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net"}]} 2018-11-19 06:19:50,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net used request id req-4975c274-e4fd-4e1c-ad44-1b2eb26567ca 2018-11-19 06:19:50,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:50,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5dd85da-b35f-484c-922b-2541144b8671 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe"}, "enabled": true, "id": "2d945fc9674d4bacba353816c0c859fe", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}} 2018-11-19 06:19:50,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe used request id req-a5dd85da-b35f-484c-922b-2541144b8671 2018-11-19 06:19:50,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:50,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-69cb7697-2e0d-4794-8145-12cd7a8973aa Date: Mon, 19 Nov 2018 06:19:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:46Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19: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":"2d945fc9674d4bacba353816c0c859fe","id":"eed80f7d-c3c2-490f-b093-b26e7a3d1d2a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet"}]} 2018-11-19 06:19:50,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-69cb7697-2e0d-4794-8145-12cd7a8973aa 2018-11-19 06:19:50,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e&name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:50,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4a098a1c-ab1b-4e8f-8804-db15149c4067 Date: Mon, 19 Nov 2018 06:19:50 GMT RESP BODY: {"ports":[]} 2018-11-19 06:19:50,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e&name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896port-1&admin_state_up=True used request id req-4a098a1c-ab1b-4e8f-8804-db15149c4067 2018-11-19 06:19:50,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:50,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:51,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "957ae313f5564250b755941c2e33a4cd", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role"}], "expires_at": "2018-11-19T07:19:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d945fc9674d4bacba353816c0c859fe", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d945fc9674d4bacba353816c0c859fe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-user", "id": "b552bc753ef14b89813e6ff3f51da5e3"}, "audit_ids": ["XaHGHiyESNq0N0PgkMf0Zg"], "issued_at": "2018-11-19T06:19:51.000000Z"}} 2018-11-19 06:19:51,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca6508164639a7b0b941c5b8bce8143e89265ef" 2018-11-19 06:19:51,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6388dbd8-8e6e-4037-a6bc-7eef6759284b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:51,359 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6388dbd8-8e6e-4037-a6bc-7eef6759284b 2018-11-19 06:19:51,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:51,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-60c7f6df-bc71-4e56-bede-69f3294f69d3 Date: Mon, 19 Nov 2018 06:19:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["eed80f7d-c3c2-490f-b093-b26e7a3d1d2a"],"updated_at":"2018-11-19T06:19:46Z","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d945fc9674d4bacba353816c0c859fe","id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net"}]} 2018-11-19 06:19:51,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net used request id req-60c7f6df-bc71-4e56-bede-69f3294f69d3 2018-11-19 06:19:51,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:52,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7aab162a-8656-4aee-93da-d8773e61dec8 Date: Mon, 19 Nov 2018 06:19:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:46Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19: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":"2d945fc9674d4bacba353816c0c859fe","id":"eed80f7d-c3c2-490f-b093-b26e7a3d1d2a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet"}]} 2018-11-19 06:19:52,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-7aab162a-8656-4aee-93da-d8773e61dec8 2018-11-19 06:19:52,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:52,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-91feb2af-e5dd-4823-9b7d-efb7b7d055f8 Date: Mon, 19 Nov 2018 06:19: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":["eed80f7d-c3c2-490f-b093-b26e7a3d1d2a"],"updated_at":"2018-11-19T06:19:46Z","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d945fc9674d4bacba353816c0c859fe","id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net"}]} 2018-11-19 06:19:52,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net used request id req-91feb2af-e5dd-4823-9b7d-efb7b7d055f8 2018-11-19 06:19:52,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:19:52,336 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:19: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:19:52,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca6508164639a7b0b941c5b8bce8143e89265ef" 2018-11-19 06:19:52,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f948e28-aae0-490e-8584-00fa4e135dbb Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe"}, "enabled": true, "id": "2d945fc9674d4bacba353816c0c859fe", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}} 2018-11-19 06:19:52,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe used request id req-6f948e28-aae0-490e-8584-00fa4e135dbb 2018-11-19 06:19:52,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" 2018-11-19 06:19:52,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f6c0c748-40a2-43e7-9d57-34aa4e3ffc2f Date: Mon, 19 Nov 2018 06:19:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6281810f-6c01-4ba5-91fe-e191b7338d8e","tenant_id":"2d945fc9674d4bacba353816c0c859fe","created_at":"2018-11-19T06:19:46Z","dns_nameservers":[],"updated_at":"2018-11-19T06:19: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":"2d945fc9674d4bacba353816c0c859fe","id":"eed80f7d-c3c2-490f-b093-b26e7a3d1d2a","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet"}]} 2018-11-19 06:19:52,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-f6c0c748-40a2-43e7-9d57-34aa4e3ffc2f 2018-11-19 06:19:52,477 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net 2018-11-19 06:19:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0453684f94fba4be721bb18a490f065e6fc18a51" -d '{"port": {"network_id": "6281810f-6c01-4ba5-91fe-e191b7338d8e", "name": "CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896port-1", "allowed_address_pairs": [{"ip_address": "10.55.0.101", "mac_address": "foo"}], "admin_state_up": true}}' 2018-11-19 06:19:52,644 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 105 Content-Type: application/json X-Openstack-Request-Id: req-730d8ac2-15ff-4072-b978-e3305b8b779b Date: Mon, 19 Nov 2018 06:19:52 GMT RESP BODY: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 06:19:52,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-730d8ac2-15ff-4072-b978-e3305b8b779b 2018-11-19 06:19:52,645 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "'foo' is not a valid MAC address", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 06:19:52,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8370051c-8582-4360-bd59-d45b074c0304 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}882f19d353c0a0fdf33c75228e04d8264055cb8b" 2018-11-19 06:19:52,688 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:19:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af6f9234-f506-4009-a9e2-dea65b8ac585 x-compute-request-id: req-af6f9234-f506-4009-a9e2-dea65b8ac585 Content-Length: 0 Content-Type: application/json 2018-11-19 06:19:52,689 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8370051c-8582-4360-bd59-d45b074c0304 used request id req-af6f9234-f506-4009-a9e2-dea65b8ac585 2018-11-19 06:19:52,689 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet 2018-11-19 06:19:52,690 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-subnet 2018-11-19 06:19:52,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/eed80f7d-c3c2-490f-b093-b26e7a3d1d2a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:54,855 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-274cbb7e-9c9d-452e-81f1-b91d5f622fa0 Date: Mon, 19 Nov 2018 06:19:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:54,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/eed80f7d-c3c2-490f-b093-b26e7a3d1d2a used request id req-274cbb7e-9c9d-452e-81f1-b91d5f622fa0 2018-11-19 06:19:54,856 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-pub-net 2018-11-19 06:19:54,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6281810f-6c01-4ba5-91fe-e191b7338d8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e2e79ad075a002aa33a2813d5d9cdf899b9d87" 2018-11-19 06:19:56,134 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9b64e0c3-e565-40b0-90c7-7c84ccb6adeb Date: Mon, 19 Nov 2018 06:19:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:56,134 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6281810f-6c01-4ba5-91fe-e191b7338d8e used request id req-9b64e0c3-e565-40b0-90c7-7c84ccb6adeb 2018-11-19 06:19:56,135 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-7dfb2d49-11b2-4a6b-bdb3-9891b42f0896-image 2018-11-19 06:19:56,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}333f540c8cfbcbc9a29b671d125b0dca9506bce1" 2018-11-19 06:19:57,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc3ce65d-a1e8-4d82-8a34-fa04898110df Date: Mon, 19 Nov 2018 06:19:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:19:57,571 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6a7be411-10c3-44a2-aaec-a0828950df2b used request id req-fc3ce65d-a1e8-4d82-8a34-fa04898110df 2018-11-19 06:19:57,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:57,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-cfd02218-be75-4693-9b5f-5fe0aa783048 Date: Mon, 19 Nov 2018 06:19:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "created_at": "2018-11-19T06:19:45Z", "updated_at": "2018-11-19T06:19:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "revision_number": 0, "id": "2128959a-a197-441f-a077-5e71f16d46d0", "remote_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d945fc9674d4bacba353816c0c859fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "revision_number": 0, "id": "400eb0aa-245b-47f7-a276-954a17b0a888", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d945fc9674d4bacba353816c0c859fe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "revision_number": 0, "id": "633b2d6a-5b09-450a-84b5-5519c2e3d55d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d945fc9674d4bacba353816c0c859fe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "revision_number": 0, "id": "962cb2fe-8d1d-45fe-afee-260dd8a36091", "remote_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "remote_ip_prefix": null, "created_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d945fc9674d4bacba353816c0c859fe"}], "revision_number": 4, "project_id": "2d945fc9674d4bacba353816c0c859fe", "id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:19:57,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-cfd02218-be75-4693-9b5f-5fe0aa783048 2018-11-19 06:19:57,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:57,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08483bf9-c8e9-4081-9367-0438ae3cc3a9 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:19:57,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-08483bf9-c8e9-4081-9367-0438ae3cc3a9 2018-11-19 06:19:57,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:57,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a30ad6-f5a1-4103-aae3-6fcebd6f3af9 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:19:57,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-b9a30ad6-f5a1-4103-aae3-6fcebd6f3af9 2018-11-19 06:19:57,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:58,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-106c3c03-4a10-4513-a297-a6113c27a621 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe"}, "enabled": true, "id": "2d945fc9674d4bacba353816c0c859fe", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj"}} 2018-11-19 06:19:58,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe used request id req-106c3c03-4a10-4513-a297-a6113c27a621 2018-11-19 06:19:58,072 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8c5a2105-9f61-4158-b95e-da03d6a89d3f 2018-11-19 06:19:58,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c5a2105-9f61-4158-b95e-da03d6a89d3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:58,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-47a6075d-6387-4593-9de4-601125036719 Date: Mon, 19 Nov 2018 06:19:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "port_range_min": null, "revision_number": 0, "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "created_at": "2018-11-19T06:19:45Z", "project_id": "2d945fc9674d4bacba353816c0c859fe", "id": "2128959a-a197-441f-a077-5e71f16d46d0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "port_range_min": null, "revision_number": 0, "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "created_at": "2018-11-19T06:19:45Z", "project_id": "2d945fc9674d4bacba353816c0c859fe", "id": "400eb0aa-245b-47f7-a276-954a17b0a888"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "port_range_min": null, "revision_number": 0, "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "created_at": "2018-11-19T06:19:45Z", "project_id": "2d945fc9674d4bacba353816c0c859fe", "id": "633b2d6a-5b09-450a-84b5-5519c2e3d55d"}, {"remote_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:19:45Z", "security_group_id": "8c5a2105-9f61-4158-b95e-da03d6a89d3f", "port_range_min": null, "revision_number": 0, "tenant_id": "2d945fc9674d4bacba353816c0c859fe", "created_at": "2018-11-19T06:19:45Z", "project_id": "2d945fc9674d4bacba353816c0c859fe", "id": "962cb2fe-8d1d-45fe-afee-260dd8a36091"}]} 2018-11-19 06:19:58,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8c5a2105-9f61-4158-b95e-da03d6a89d3f used request id req-47a6075d-6387-4593-9de4-601125036719 2018-11-19 06:19:58,259 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:19:58,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8c5a2105-9f61-4158-b95e-da03d6a89d3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:58,607 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2124d846-25f8-4dfc-b576-aca01d74d321 Content-Length: 0 Date: Mon, 19 Nov 2018 06:19:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:19:58,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8c5a2105-9f61-4158-b95e-da03d6a89d3f used request id req-2124d846-25f8-4dfc-b576-aca01d74d321 2018-11-19 06:19:58,608 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj 2018-11-19 06:19:58,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:58,795 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaf16471-e645-428e-aff5-062db470cdbd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:58,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2d945fc9674d4bacba353816c0c859fe used request id req-aaf16471-e645-428e-aff5-062db470cdbd 2018-11-19 06:19:58,795 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-080395a3-b3c1-47f-proj-role 2018-11-19 06:19:58,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/957ae313f5564250b755941c2e33a4cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:58,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11a24b8f-c29f-4e6a-83d5-d25a6b63892c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:58,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/957ae313f5564250b755941c2e33a4cd used request id req-11a24b8f-c29f-4e6a-83d5-d25a6b63892c 2018-11-19 06:19:58,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37868aa4112795f3102799118498790ec45df49d" 2018-11-19 06:19:59,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d8800a-425a-43e5-a302-800252207224 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:19:59,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a5d8800a-425a-43e5-a302-800252207224 2018-11-19 06:19:59,015 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-080395a3-b3c1-47f-user 2018-11-19 06:19:59,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b552bc753ef14b89813e6ff3f51da5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b7d91bc0702ddd3d94d8af93b0dc4bd858c1c97" 2018-11-19 06:19:59,180 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:19:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4798267e-1b01-42db-801c-bad54fcd998d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:19:59,181 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b552bc753ef14b89813e6ff3f51da5e3 used request id req-4798267e-1b01-42db-801c-bad54fcd998d 2018-11-19 06:19:59,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:19:59,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:19:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["n42mNK1eR0iuSM8bDK4pcg"], "issued_at": "2018-11-19T06:19:59.000000Z"}} 2018-11-19 06:19:59,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab7447a6c65c131449d476784e9b27549ef98271" 2018-11-19 06:19:59,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:19:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de19c80-0e76-4413-bf7f-eed28bfc791f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:19:59,655 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1de19c80-0e76-4413-bf7f-eed28bfc791f 2018-11-19 06:19:59,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:19:59,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:00,042 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["HJhp43PyR764k2HiEVH89Q"], "issued_at": "2018-11-19T06:20:00.000000Z"}} 2018-11-19 06:20:00,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:00,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b735cd8-5999-4981-9591-7fa110196fdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:00,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1b735cd8-5999-4981-9591-7fa110196fdd 2018-11-19 06:20:00,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:00,137 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:00,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-e6fe8316-0163-440-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:00,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fbcdf2b-c61d-4fd6-93de-fff54bb7a379 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-e6fe8316-0163-440-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:20:00,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-e6fe8316-0163-440-proj used request id req-7fbcdf2b-c61d-4fd6-93de-fff54bb7a379 2018-11-19 06:20:00,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:00,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-837ef8f2-8a9d-4b8d-8be4-2f85c18b9ce9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:20:00,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-837ef8f2-8a9d-4b8d-8be4-2f85c18b9ce9 2018-11-19 06:20:00,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}}' 2018-11-19 06:20:00,439 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a009ea0e-28dc-4e46-bc31-095f129a6cec Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d"}, "enabled": true, "id": "fe8abb5ecb374de1a7859917620b711d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}} 2018-11-19 06:20:00,439 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a009ea0e-28dc-4e46-bc31-095f129a6cec 2018-11-19 06:20:00,439 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e6fe8316-0163-440-proj 2018-11-19 06:20:00,439 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:00,440 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:00,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Sj3qbIFwQtq3yw-zBCgVbQ"], "issued_at": "2018-11-19T06:20:00.000000Z"}} 2018-11-19 06:20:00,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351b1bce0166fbe7dd2a37274341c7ecba396490" 2018-11-19 06:20:00,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-063492d6-ce65-4541-96a2-42178f91c814 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:00,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-063492d6-ce65-4541-96a2-42178f91c814 2018-11-19 06:20:00,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:00,917 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:00,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351b1bce0166fbe7dd2a37274341c7ecba396490" 2018-11-19 06:20:01,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef7a931f-e27d-40e7-8530-7ee158c17845 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:20:01,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ef7a931f-e27d-40e7-8530-7ee158c17845 2018-11-19 06:20:01,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-e6fe8316-0163-440-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351b1bce0166fbe7dd2a37274341c7ecba396490" 2018-11-19 06:20:01,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed6189a9-67c3-4201-a62a-214484e1fc89 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-e6fe8316-0163-440-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d"}, "enabled": true, "id": "fe8abb5ecb374de1a7859917620b711d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}]} 2018-11-19 06:20:01,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-e6fe8316-0163-440-proj used request id req-ed6189a9-67c3-4201-a62a-214484e1fc89 2018-11-19 06:20:01,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351b1bce0166fbe7dd2a37274341c7ecba396490" 2018-11-19 06:20:01,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-235aeb4b-e88e-4485-8827-c71595fb7b7a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:20:01,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-235aeb4b-e88e-4485-8827-c71595fb7b7a 2018-11-19 06:20:01,553 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e6fe8316-0163-440-user 2018-11-19 06:20:01,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:01,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:01,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f2c827c-2787-4aec-a05c-6de3a40a7537 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:20:01,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6f2c827c-2787-4aec-a05c-6de3a40a7537 2018-11-19 06:20:01,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" -d '{"role": {"name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role"}}' 2018-11-19 06:20:01,763 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0f31d93-1d6b-4108-978f-175c463c69dc Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f5c320395397457e953a37c0a72b759f", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c320395397457e953a37c0a72b759f"}, "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role"}} 2018-11-19 06:20:01,763 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-e0f31d93-1d6b-4108-978f-175c463c69dc 2018-11-19 06:20:01,763 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role 2018-11-19 06:20:01,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f5c320395397457e953a37c0a72b759f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:01,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb7aa7a9-f40b-4268-b3c5-de1292c533cd Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f5c320395397457e953a37c0a72b759f"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role", "id": "f5c320395397457e953a37c0a72b759f"}} 2018-11-19 06:20:01,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f5c320395397457e953a37c0a72b759f used request id req-bb7aa7a9-f40b-4268-b3c5-de1292c533cd 2018-11-19 06:20:01,784 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role to project CreateInstancePortManipulationTests-e6fe8316-0163-440-proj 2018-11-19 06:20:01,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d/users/fb7896bc456846049408797560b05206/roles/f5c320395397457e953a37c0a72b759f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:01,855 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8924c13f-d655-4840-9beb-3b2863ce6d00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:01,856 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d/users/fb7896bc456846049408797560b05206/roles/f5c320395397457e953a37c0a72b759f used request id req-8924c13f-d655-4840-9beb-3b2863ce6d00 2018-11-19 06:20:01,856 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:20:01,856 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:01,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:02,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f5c320395397457e953a37c0a72b759f", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role"}], "expires_at": "2018-11-19T07:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe8abb5ecb374de1a7859917620b711d", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-user", "id": "fb7896bc456846049408797560b05206"}, "audit_ids": ["r-67wNDqQiyay8_dQ24OoA"], "issued_at": "2018-11-19T06:20:02.000000Z"}} 2018-11-19 06:20:02,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" 2018-11-19 06:20:02,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf807ffb-85a1-4fbf-92b4-241045f7428f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:02,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf807ffb-85a1-4fbf-92b4-241045f7428f 2018-11-19 06:20:02,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" 2018-11-19 06:20:02,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-ad271014-fb24-4a21-8fbb-cbe595d9db13 Date: Mon, 19 Nov 2018 06:20:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image"} 2018-11-19 06:20:02,596 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image used request id req-ad271014-fb24-4a21-8fbb-cbe595d9db13 2018-11-19 06:20:02,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" 2018-11-19 06:20:02,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-25c3ca85-6a42-4ae5-9085-6cdbc47fedde Date: Mon, 19 Nov 2018 06:20:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:20:02,766 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-25c3ca85-6a42-4ae5-9085-6cdbc47fedde 2018-11-19 06:20:02,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image"}' 2018-11-19 06:20:02,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15 X-Openstack-Request-Id: req-3859170f-1e9d-451d-8f48-88aa090a37d8 Date: Mon, 19 Nov 2018 06:20:02 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15", "min_disk": 0, "protected": false, "id": "f7edf0b3-9901-4c9b-b66b-32d7e53ebe15", "file": "/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/file", "checksum": null, "owner": "fe8abb5ecb374de1a7859917620b711d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:02,975 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-3859170f-1e9d-451d-8f48-88aa090a37d8 2018-11-19 06:20:02,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" -d '' 2018-11-19 06:20:03,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-022385f5-67e4-4ccc-a14e-388d17eb066c Date: Mon, 19 Nov 2018 06:20:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:20:03,915 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/file used request id req-022385f5-67e4-4ccc-a14e-388d17eb066c 2018-11-19 06:20:03,916 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:20:03,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" 2018-11-19 06:20:04,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-993fa1ee-cab6-4f46-a72f-2e9581d99a62 Date: Mon, 19 Nov 2018 06:20:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/snap", "metadata": {}}], "self": "/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15", "min_disk": 0, "protected": false, "id": "f7edf0b3-9901-4c9b-b66b-32d7e53ebe15", "file": "/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe8abb5ecb374de1a7859917620b711d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:04,098 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15 used request id req-993fa1ee-cab6-4f46-a72f-2e9581d99a62 2018-11-19 06:20:04,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" 2018-11-19 06:20:04,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5e6ff33d-4f37-401d-93f7-960301aeb1fb Date: Mon, 19 Nov 2018 06:20:04 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:20:04,257 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-5e6ff33d-4f37-401d-93f7-960301aeb1fb 2018-11-19 06:20:04,260 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image 2018-11-19 06:20:04,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" 2018-11-19 06:20:04,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-1e85e45c-4650-475f-8475-a04c92c9538c Date: Mon, 19 Nov 2018 06:20:04 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/snap", "metadata": {}}], "self": "/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15", "min_disk": 0, "protected": false, "id": "f7edf0b3-9901-4c9b-b66b-32d7e53ebe15", "file": "/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "fe8abb5ecb374de1a7859917620b711d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:04,436 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15 used request id req-1e85e45c-4650-475f-8475-a04c92c9538c 2018-11-19 06:20:04,436 - create_image - DEBUG - Instance status is - active 2018-11-19 06:20:04,436 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image 2018-11-19 06:20:04,437 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image 2018-11-19 06:20:04,437 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:04,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:04,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f5c320395397457e953a37c0a72b759f", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role"}], "expires_at": "2018-11-19T07:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe8abb5ecb374de1a7859917620b711d", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-user", "id": "fb7896bc456846049408797560b05206"}, "audit_ids": ["wUrvbCipTOK-QvTtg79l5g"], "issued_at": "2018-11-19T06:20:04.000000Z"}} 2018-11-19 06:20:04,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:04,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb03e87-3f3f-4601-8d8a-3e1f6b3b4893 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:04,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2cb03e87-3f3f-4601-8d8a-3e1f6b3b4893 2018-11-19 06:20:04,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:05,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2e65d9b5-0a1f-4e70-8341-562ea6201541 Date: Mon, 19 Nov 2018 06:20:05 GMT RESP BODY: {"networks":[]} 2018-11-19 06:20:05,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net used request id req-2e65d9b5-0a1f-4e70-8341-562ea6201541 2018-11-19 06:20:05,085 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net 2018-11-19 06:20:05,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" -d '{"network": {"name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net", "admin_state_up": true}}' 2018-11-19 06:20:05,592 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2ffec700-5d69-4844-9a34-039a786d54db Date: Mon, 19 Nov 2018 06:20:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"fe8abb5ecb374de1a7859917620b711d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:20:05Z","is_default":false,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:05Z","mtu":1450}} 2018-11-19 06:20:05,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2ffec700-5d69-4844-9a34-039a786d54db 2018-11-19 06:20:05,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:05,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-0c824f04-5e12-492d-b8dc-b82be07ad02c Date: Mon, 19 Nov 2018 06:20:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:20:05Z","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fe8abb5ecb374de1a7859917620b711d","id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net"}]} 2018-11-19 06:20:05,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-0c824f04-5e12-492d-b8dc-b82be07ad02c 2018-11-19 06:20:05,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:06,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3ceab5c7-1c87-45c0-a91d-16c411c60961 Date: Mon, 19 Nov 2018 06:20:06 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:20:06,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-3ceab5c7-1c87-45c0-a91d-16c411c60961 2018-11-19 06:20:06,025 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet 2018-11-19 06:20:06,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" -d '{"subnets": [{"ip_version": 4, "network_id": "164a9d18-00dd-4e5a-92be-2205f7ef7f90", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]}' 2018-11-19 06:20:06,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a1b52eb4-091d-4363-a336-9e9ead6c17a0 Date: Mon, 19 Nov 2018 06:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"fe8abb5ecb374de1a7859917620b711d","id":"e41546da-00f7-4eef-baa8-dd2b38c786dd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]} 2018-11-19 06:20:06,659 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-a1b52eb4-091d-4363-a336-9e9ead6c17a0 2018-11-19 06:20:06,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:06,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d83862fd-74e4-450f-9a5a-3f426cc9edfd Date: Mon, 19 Nov 2018 06:20:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e41546da-00f7-4eef-baa8-dd2b38c786dd"],"updated_at":"2018-11-19T06:20:06Z","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe8abb5ecb374de1a7859917620b711d","id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net"}]} 2018-11-19 06:20:06,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-d83862fd-74e4-450f-9a5a-3f426cc9edfd 2018-11-19 06:20:06,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:07,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5639f252-824f-4184-bd1f-7c243833e3b1 Date: Mon, 19 Nov 2018 06:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"fe8abb5ecb374de1a7859917620b711d","id":"e41546da-00f7-4eef-baa8-dd2b38c786dd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]} 2018-11-19 06:20:07,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-5639f252-824f-4184-bd1f-7c243833e3b1 2018-11-19 06:20:07,047 - OpenStackNetwork - DEBUG - Network [164a9d18-00dd-4e5a-92be-2205f7ef7f90] created successfully 2018-11-19 06:20:07,048 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:07,048 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:07,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5RQ31WjzQqKaZ0XXFl87Lw"], "issued_at": "2018-11-19T06:20:07.000000Z"}} 2018-11-19 06:20:07,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84883b784b611f773c5dfb54499f9abebc350c79" 2018-11-19 06:20:07,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0acf51ca-e174-4c51-a0eb-d5c15f1fee36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:07,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0acf51ca-e174-4c51-a0eb-d5c15f1fee36 2018-11-19 06:20:07,529 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:20:07,534 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84883b784b611f773c5dfb54499f9abebc350c79" 2018-11-19 06:20:07,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5ff5e78-421e-4882-bce0-21714494ff69 x-compute-request-id: req-d5ff5e78-421e-4882-bce0-21714494ff69 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:20:07,707 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d5ff5e78-421e-4882-bce0-21714494ff69 2018-11-19 06:20:07,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84883b784b611f773c5dfb54499f9abebc350c79" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:20:07,768 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50ed3496-7c9b-4163-81dc-152e8180a8f9 x-compute-request-id: req-50ed3496-7c9b-4163-81dc-152e8180a8f9 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/feff8ef4-c26a-42ae-8f07-95104c2b9fbe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/feff8ef4-c26a-42ae-8f07-95104c2b9fbe", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "feff8ef4-c26a-42ae-8f07-95104c2b9fbe", "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:20:07,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-50ed3496-7c9b-4163-81dc-152e8180a8f9 2018-11-19 06:20:07,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:07,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:08,156 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f5c320395397457e953a37c0a72b759f", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role"}], "expires_at": "2018-11-19T07:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe8abb5ecb374de1a7859917620b711d", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-user", "id": "fb7896bc456846049408797560b05206"}, "audit_ids": ["h5OJmn80QYaOtQHWfmhx9Q"], "issued_at": "2018-11-19T06:20:08.000000Z"}} 2018-11-19 06:20:08,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:08,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc2b5c7a-2904-4c87-8b86-8c81334e2235 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:08,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bc2b5c7a-2904-4c87-8b86-8c81334e2235 2018-11-19 06:20:08,231 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:20:08,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:08,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-373817ff-0ee3-4476-8d8e-a02d80eb7499 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:08,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-373817ff-0ee3-4476-8d8e-a02d80eb7499 2018-11-19 06:20:08,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:08,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-3beaa1bd-8393-4d43-8e71-fe7851a6f22d Date: Mon, 19 Nov 2018 06:20:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e41546da-00f7-4eef-baa8-dd2b38c786dd"],"updated_at":"2018-11-19T06:20:06Z","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe8abb5ecb374de1a7859917620b711d","id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net"}]} 2018-11-19 06:20:08,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net used request id req-3beaa1bd-8393-4d43-8e71-fe7851a6f22d 2018-11-19 06:20:08,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:08,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:08,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:08,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567d9865-809b-43ff-8d5f-492325234214 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d"}, "enabled": true, "id": "fe8abb5ecb374de1a7859917620b711d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}} 2018-11-19 06:20:08,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d used request id req-567d9865-809b-43ff-8d5f-492325234214 2018-11-19 06:20:08,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:08,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0d9bc6ef-7ac0-4aa8-9e7c-70e8ae180adc Date: Mon, 19 Nov 2018 06:20:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"fe8abb5ecb374de1a7859917620b711d","id":"e41546da-00f7-4eef-baa8-dd2b38c786dd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]} 2018-11-19 06:20:08,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-0d9bc6ef-7ac0-4aa8-9e7c-70e8ae180adc 2018-11-19 06:20:08,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:09,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-10c67dfe-1945-4daa-9935-94e055baedf9 Date: Mon, 19 Nov 2018 06:20:09 GMT RESP BODY: {"ports":[]} 2018-11-19 06:20:09,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2port-1&admin_state_up=True used request id req-10c67dfe-1945-4daa-9935-94e055baedf9 2018-11-19 06:20:09,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:09,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20: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-c0315cda-e241-4cfb-b39f-b16add164ad6 x-compute-request-id: req-c0315cda-e241-4cfb-b39f-b16add164ad6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:20:09,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-inst used request id req-c0315cda-e241-4cfb-b39f-b16add164ad6 2018-11-19 06:20:09,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:09,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-644728a0-6bd0-46fa-a185-ef701e6ec794 Date: Mon, 19 Nov 2018 06:20:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e41546da-00f7-4eef-baa8-dd2b38c786dd"],"updated_at":"2018-11-19T06:20:06Z","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe8abb5ecb374de1a7859917620b711d","id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net"}]} 2018-11-19 06:20:09,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net used request id req-644728a0-6bd0-46fa-a185-ef701e6ec794 2018-11-19 06:20:09,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:09,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6bf34ea-bc2c-4c60-a058-de5ee38d96be Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d"}, "enabled": true, "id": "fe8abb5ecb374de1a7859917620b711d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}} 2018-11-19 06:20:09,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d used request id req-a6bf34ea-bc2c-4c60-a058-de5ee38d96be 2018-11-19 06:20:09,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:09,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-199314fc-a446-42ee-a6ce-2434b2f3ede6 Date: Mon, 19 Nov 2018 06:20:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"fe8abb5ecb374de1a7859917620b711d","id":"e41546da-00f7-4eef-baa8-dd2b38c786dd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]} 2018-11-19 06:20:09,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-199314fc-a446-42ee-a6ce-2434b2f3ede6 2018-11-19 06:20:09,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:10,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b4fba3d4-e9d9-480f-bca3-78a912deff58 Date: Mon, 19 Nov 2018 06:20:10 GMT RESP BODY: {"ports":[]} 2018-11-19 06:20:10,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2port-1&admin_state_up=True used request id req-b4fba3d4-e9d9-480f-bca3-78a912deff58 2018-11-19 06:20:10,020 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:10,021 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:10,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f5c320395397457e953a37c0a72b759f", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role"}], "expires_at": "2018-11-19T07:20:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fe8abb5ecb374de1a7859917620b711d", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/fe8abb5ecb374de1a7859917620b711d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-user", "id": "fb7896bc456846049408797560b05206"}, "audit_ids": ["vER2Dz3tRXiMCx4P3MlOtQ"], "issued_at": "2018-11-19T06:20:10.000000Z"}} 2018-11-19 06:20:10,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36468e7bcf3d65fa3f724bbe01358c0b62495d2e" 2018-11-19 06:20:10,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb34c08a-d205-4143-8537-f4f15d1935c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:10,479 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb34c08a-d205-4143-8537-f4f15d1935c7 2018-11-19 06:20:10,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:10,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6efbd82d-05dc-4876-8deb-2e0cd9ef01aa Date: Mon, 19 Nov 2018 06:20:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e41546da-00f7-4eef-baa8-dd2b38c786dd"],"updated_at":"2018-11-19T06:20:06Z","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe8abb5ecb374de1a7859917620b711d","id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net"}]} 2018-11-19 06:20:10,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net used request id req-6efbd82d-05dc-4876-8deb-2e0cd9ef01aa 2018-11-19 06:20:10,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:10,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-274824cf-b308-47de-a904-8da349620071 Date: Mon, 19 Nov 2018 06:20:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"fe8abb5ecb374de1a7859917620b711d","id":"e41546da-00f7-4eef-baa8-dd2b38c786dd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]} 2018-11-19 06:20:10,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-274824cf-b308-47de-a904-8da349620071 2018-11-19 06:20:10,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:10,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8ab7c6c5-e10f-4c5e-8f05-4aba4ae0c1a3 Date: Mon, 19 Nov 2018 06:20:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e41546da-00f7-4eef-baa8-dd2b38c786dd"],"updated_at":"2018-11-19T06:20:06Z","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fe8abb5ecb374de1a7859917620b711d","id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net"}]} 2018-11-19 06:20:10,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net used request id req-8ab7c6c5-e10f-4c5e-8f05-4aba4ae0c1a3 2018-11-19 06:20:10,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:10,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:10,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36468e7bcf3d65fa3f724bbe01358c0b62495d2e" 2018-11-19 06:20:11,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee7b4181-f2e5-4b7f-aed6-5fe6c9431d3d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d"}, "enabled": true, "id": "fe8abb5ecb374de1a7859917620b711d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}} 2018-11-19 06:20:11,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d used request id req-ee7b4181-f2e5-4b7f-aed6-5fe6c9431d3d 2018-11-19 06:20:11,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:11,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7e813909-54a3-4fc3-b41c-33ff9f70b2a2 Date: Mon, 19 Nov 2018 06:20:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"fe8abb5ecb374de1a7859917620b711d","id":"e41546da-00f7-4eef-baa8-dd2b38c786dd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]} 2018-11-19 06:20:11,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-7e813909-54a3-4fc3-b41c-33ff9f70b2a2 2018-11-19 06:20:11,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" 2018-11-19 06:20:11,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5462ad63-2ced-47d6-9a99-62344f126a63 Date: Mon, 19 Nov 2018 06:20:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"164a9d18-00dd-4e5a-92be-2205f7ef7f90","tenant_id":"fe8abb5ecb374de1a7859917620b711d","created_at":"2018-11-19T06:20:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"fe8abb5ecb374de1a7859917620b711d","id":"e41546da-00f7-4eef-baa8-dd2b38c786dd","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet"}]} 2018-11-19 06:20:11,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=164a9d18-00dd-4e5a-92be-2205f7ef7f90&name=CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet used request id req-5462ad63-2ced-47d6-9a99-62344f126a63 2018-11-19 06:20:11,429 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net 2018-11-19 06:20:11,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8812541b60c5d27e46415d651f6094318e395f7" -d '{"port": {"network_id": "164a9d18-00dd-4e5a-92be-2205f7ef7f90", "fixed_ips": [{"subnet_id": "e41546da-00f7-4eef-baa8-dd2b38c786dd", "ip_address": "10.66.0.101"}], "name": "CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2port-1", "admin_state_up": true}}' 2018-11-19 06:20:11,820 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 143 X-Openstack-Request-Id: req-bc63d079-111c-4557-91f6-d0f30c36ebc5 Date: Mon, 19 Nov 2018 06:20:11 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-19 06:20:11,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-bc63d079-111c-4557-91f6-d0f30c36ebc5 2018-11-19 06:20:11,821 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "IP address 10.66.0.101 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-19 06:20:11,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/feff8ef4-c26a-42ae-8f07-95104c2b9fbe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84883b784b611f773c5dfb54499f9abebc350c79" 2018-11-19 06:20:11,920 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:20:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-153b4207-3df8-4d35-aa2d-3c61d582680b x-compute-request-id: req-153b4207-3df8-4d35-aa2d-3c61d582680b Content-Length: 0 Content-Type: application/json 2018-11-19 06:20:11,921 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/feff8ef4-c26a-42ae-8f07-95104c2b9fbe used request id req-153b4207-3df8-4d35-aa2d-3c61d582680b 2018-11-19 06:20:11,921 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet 2018-11-19 06:20:11,922 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-subnet 2018-11-19 06:20:11,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/e41546da-00f7-4eef-baa8-dd2b38c786dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:14,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-061dc093-0be2-42c1-a4ca-fda3c0321d68 Date: Mon, 19 Nov 2018 06:20:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:20:14,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e41546da-00f7-4eef-baa8-dd2b38c786dd used request id req-061dc093-0be2-42c1-a4ca-fda3c0321d68 2018-11-19 06:20:14,333 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-pub-net 2018-11-19 06:20:14,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/164a9d18-00dd-4e5a-92be-2205f7ef7f90 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d8b9d98fc4aaac2239e226411ed84f81937d921" 2018-11-19 06:20:15,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-050c6def-47da-4c7a-bb30-307d331ac5af Date: Mon, 19 Nov 2018 06:20:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:20:15,719 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/164a9d18-00dd-4e5a-92be-2205f7ef7f90 used request id req-050c6def-47da-4c7a-bb30-307d331ac5af 2018-11-19 06:20:15,719 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-c6aafde5-9873-4ef3-bc8b-5790ef291aa2-image 2018-11-19 06:20:15,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5304df431db16a83189d2a04a616324b32b1518b" 2018-11-19 06:20:17,356 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c040178-18d5-4a1f-97ae-822801f5cfad Date: Mon, 19 Nov 2018 06:20:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:20:17,356 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f7edf0b3-9901-4c9b-b66b-32d7e53ebe15 used request id req-6c040178-18d5-4a1f-97ae-822801f5cfad 2018-11-19 06:20:17,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:17,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6fd6436c-d144-46a6-9f2d-b0d6b98f0295 Date: Mon, 19 Nov 2018 06:20:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "created_at": "2018-11-19T06:20:05Z", "updated_at": "2018-11-19T06:20:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:05Z", "revision_number": 0, "id": "6d98723d-45b8-44c3-a65a-4b7d956ff8f0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe8abb5ecb374de1a7859917620b711d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:05Z", "revision_number": 0, "id": "7cbdf199-de04-4554-86ef-348662513279", "remote_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "port_range_min": null, "ethertype": "IPv6", "project_id": "fe8abb5ecb374de1a7859917620b711d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:05Z", "revision_number": 0, "id": "9639e64c-d2e2-4163-a6c5-a87e67b9e7b5", "remote_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe8abb5ecb374de1a7859917620b711d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:05Z", "revision_number": 0, "id": "bd68d98a-92f4-4b66-b059-f0ac3c6af5dd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "port_range_min": null, "ethertype": "IPv4", "project_id": "fe8abb5ecb374de1a7859917620b711d"}], "revision_number": 4, "project_id": "fe8abb5ecb374de1a7859917620b711d", "id": "537dc812-8bb1-4798-9377-a857cde11021", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:20:17,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6fd6436c-d144-46a6-9f2d-b0d6b98f0295 2018-11-19 06:20:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:17,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b20974a-9939-4be7-ae93-10f5469d0e08 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:20:17,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-6b20974a-9939-4be7-ae93-10f5469d0e08 2018-11-19 06:20:17,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:17,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bca01ae6-a8d4-42ad-9d62-1bb780d5d5f2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d"}, "enabled": true, "id": "fe8abb5ecb374de1a7859917620b711d", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e6fe8316-0163-440-proj"}} 2018-11-19 06:20:17,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d used request id req-bca01ae6-a8d4-42ad-9d62-1bb780d5d5f2 2018-11-19 06:20:17,775 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 537dc812-8bb1-4798-9377-a857cde11021 2018-11-19 06:20:17,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=537dc812-8bb1-4798-9377-a857cde11021 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:17,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a19f6a63-4ac6-4cfc-bc89-6dadeeeb7a11 Date: Mon, 19 Nov 2018 06: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-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "port_range_min": null, "revision_number": 0, "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "created_at": "2018-11-19T06:20:05Z", "project_id": "fe8abb5ecb374de1a7859917620b711d", "id": "6d98723d-45b8-44c3-a65a-4b7d956ff8f0"}, {"remote_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "port_range_min": null, "revision_number": 0, "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "created_at": "2018-11-19T06:20:05Z", "project_id": "fe8abb5ecb374de1a7859917620b711d", "id": "7cbdf199-de04-4554-86ef-348662513279"}, {"remote_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "port_range_min": null, "revision_number": 0, "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "created_at": "2018-11-19T06:20:05Z", "project_id": "fe8abb5ecb374de1a7859917620b711d", "id": "9639e64c-d2e2-4163-a6c5-a87e67b9e7b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:05Z", "security_group_id": "537dc812-8bb1-4798-9377-a857cde11021", "port_range_min": null, "revision_number": 0, "tenant_id": "fe8abb5ecb374de1a7859917620b711d", "created_at": "2018-11-19T06:20:05Z", "project_id": "fe8abb5ecb374de1a7859917620b711d", "id": "bd68d98a-92f4-4b66-b059-f0ac3c6af5dd"}]} 2018-11-19 06:20:17,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=537dc812-8bb1-4798-9377-a857cde11021 used request id req-a19f6a63-4ac6-4cfc-bc89-6dadeeeb7a11 2018-11-19 06:20:17,958 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:20:17,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/537dc812-8bb1-4798-9377-a857cde11021 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:18,248 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-17e6431f-b74e-4d68-a686-ea46fde58c19 Content-Length: 0 Date: Mon, 19 Nov 2018 06:20:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:20:18,248 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/537dc812-8bb1-4798-9377-a857cde11021 used request id req-17e6431f-b74e-4d68-a686-ea46fde58c19 2018-11-19 06:20:18,249 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e6fe8316-0163-440-proj 2018-11-19 06:20:18,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:18,453 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2527670f-82be-42ff-a0f4-90ab91dc19e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:18,454 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fe8abb5ecb374de1a7859917620b711d used request id req-2527670f-82be-42ff-a0f4-90ab91dc19e5 2018-11-19 06:20:18,454 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e6fe8316-0163-440-proj-role 2018-11-19 06:20:18,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f5c320395397457e953a37c0a72b759f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:18,553 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ba66ba2-8b30-49dc-a802-a15a90bb7f57 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:18,553 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f5c320395397457e953a37c0a72b759f used request id req-9ba66ba2-8b30-49dc-a802-a15a90bb7f57 2018-11-19 06:20:18,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4825464f03b52afa89c416c880542d1df1820b61" 2018-11-19 06:20:18,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d52225-32a4-4401-a919-6647cdfc9dc1 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:20:18,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-12d52225-32a4-4401-a919-6647cdfc9dc1 2018-11-19 06:20:18,651 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e6fe8316-0163-440-user 2018-11-19 06:20:18,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fb7896bc456846049408797560b05206 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}351b1bce0166fbe7dd2a37274341c7ecba396490" 2018-11-19 06:20:18,887 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c523bbdf-e085-4c66-b769-84e2c427b39d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:18,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fb7896bc456846049408797560b05206 used request id req-c523bbdf-e085-4c66-b769-84e2c427b39d 2018-11-19 06:20:18,889 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:19,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Q8sx4kakTq6hFUNSFznkTQ"], "issued_at": "2018-11-19T06:20:19.000000Z"}} 2018-11-19 06:20:19,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cff9da9cb14a3ab8f8db30431378ce173c72fb0" 2018-11-19 06:20:19,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9098b0d7-5347-47d3-8888-05e14de26887 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:19,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9098b0d7-5347-47d3-8888-05e14de26887 2018-11-19 06:20:19,443 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:19,444 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:19,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2J258Q4SRxi4adSza893Mg"], "issued_at": "2018-11-19T06:20:19.000000Z"}} 2018-11-19 06:20:19,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:19,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5170234-5e74-4afb-b4a2-4ee94255123f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:19,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c5170234-5e74-4afb-b4a2-4ee94255123f 2018-11-19 06:20:19,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:19,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:19,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-00086f77-b047-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:20,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ab5676-153e-433a-b0bd-1db2d618c1b2 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-00086f77-b047-4cc-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:20:20,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-00086f77-b047-4cc-proj used request id req-46ab5676-153e-433a-b0bd-1db2d618c1b2 2018-11-19 06:20:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:20,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7d1797-0eab-4ca2-8a90-b61b75c09f33 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:20:20,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fb7d1797-0eab-4ca2-8a90-b61b75c09f33 2018-11-19 06:20:20,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}}' 2018-11-19 06:20:20,247 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:20:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a7930584-d3c3-4ef8-ad91-8ec3ca162b85 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136"}, "enabled": true, "id": "6f52f6dab7304a6b85b0858d06632136", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}} 2018-11-19 06:20:20,247 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a7930584-d3c3-4ef8-ad91-8ec3ca162b85 2018-11-19 06:20:20,248 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-00086f77-b047-4cc-proj 2018-11-19 06:20:20,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:20,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:20,634 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["P1yoUIkXQCaXfIHaC-8b2w"], "issued_at": "2018-11-19T06:20:20.000000Z"}} 2018-11-19 06:20:20,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be07b8cba7ef0cb294717bec3951dbf06c85fdc" 2018-11-19 06:20:20,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-136a032a-f39d-4fe9-b854-6a2b28e7bf10 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:20,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-136a032a-f39d-4fe9-b854-6a2b28e7bf10 2018-11-19 06:20:20,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:20,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:20,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be07b8cba7ef0cb294717bec3951dbf06c85fdc" 2018-11-19 06:20:20,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e1c00b7-6f84-4eff-be3a-6d9405e1f405 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:20:20,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5e1c00b7-6f84-4eff-be3a-6d9405e1f405 2018-11-19 06:20:20,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-00086f77-b047-4cc-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be07b8cba7ef0cb294717bec3951dbf06c85fdc" 2018-11-19 06:20:20,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de64518f-269d-4cf0-a3ec-6038e994d126 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-00086f77-b047-4cc-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136"}, "enabled": true, "id": "6f52f6dab7304a6b85b0858d06632136", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}]} 2018-11-19 06:20:20,846 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-00086f77-b047-4cc-proj used request id req-de64518f-269d-4cf0-a3ec-6038e994d126 2018-11-19 06:20:20,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be07b8cba7ef0cb294717bec3951dbf06c85fdc" 2018-11-19 06:20:20,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7dfb2157-ced3-421c-8b39-cbdb2c16c475 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:20:20,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7dfb2157-ced3-421c-8b39-cbdb2c16c475 2018-11-19 06:20:21,337 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-00086f77-b047-4cc-user 2018-11-19 06:20:21,337 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:21,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:21,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f3c9273-6bf9-4337-9eca-2e14f153955d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:20:21,428 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8f3c9273-6bf9-4337-9eca-2e14f153955d 2018-11-19 06:20:21,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" -d '{"role": {"name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role"}}' 2018-11-19 06:20:21,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:20:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f965aff9-3583-418c-ae0c-edaef7c02185 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6799396c73cf4fe18b09ba3b09cad2e4", "links": {"self": "http://172.30.9.21:5000/v3/roles/6799396c73cf4fe18b09ba3b09cad2e4"}, "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role"}} 2018-11-19 06:20:21,553 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-f965aff9-3583-418c-ae0c-edaef7c02185 2018-11-19 06:20:21,553 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role 2018-11-19 06:20:21,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6799396c73cf4fe18b09ba3b09cad2e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:21,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-199d56d2-7ccf-4387-9649-2b8fa83f7675 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6799396c73cf4fe18b09ba3b09cad2e4"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role", "id": "6799396c73cf4fe18b09ba3b09cad2e4"}} 2018-11-19 06:20:21,575 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6799396c73cf4fe18b09ba3b09cad2e4 used request id req-199d56d2-7ccf-4387-9649-2b8fa83f7675 2018-11-19 06:20:21,575 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role to project CreateInstancePortManipulationTests-00086f77-b047-4cc-proj 2018-11-19 06:20:21,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136/users/c094dc176c7d4594938aed58b0948c85/roles/6799396c73cf4fe18b09ba3b09cad2e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:21,705 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1258872a-60f5-41c9-a1ae-e24194c97f83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:21,705 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136/users/c094dc176c7d4594938aed58b0948c85/roles/6799396c73cf4fe18b09ba3b09cad2e4 used request id req-1258872a-60f5-41c9-a1ae-e24194c97f83 2018-11-19 06:20:21,706 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:20:21,706 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:21,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:22,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6799396c73cf4fe18b09ba3b09cad2e4", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role"}], "expires_at": "2018-11-19T07:20:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f52f6dab7304a6b85b0858d06632136", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-user", "id": "c094dc176c7d4594938aed58b0948c85"}, "audit_ids": ["lx9qCQeZT_eEtymvi0-b3w"], "issued_at": "2018-11-19T06:20:22.000000Z"}} 2018-11-19 06:20:22,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" 2018-11-19 06:20:22,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f28f828-a1eb-4ab1-8203-af65cad864b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:22,174 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8f28f828-a1eb-4ab1-8203-af65cad864b5 2018-11-19 06:20:22,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" 2018-11-19 06:20:22,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-593ad011-2d5a-406c-bec3-91b00355dd1a Date: Mon, 19 Nov 2018 06:20:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image"} 2018-11-19 06:20:22,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image used request id req-593ad011-2d5a-406c-bec3-91b00355dd1a 2018-11-19 06:20:22,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" 2018-11-19 06:20:22,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-65fc0b43-5694-4875-9dcb-0268bb8f56b3 Date: Mon, 19 Nov 2018 06:20:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:20:22,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-65fc0b43-5694-4875-9dcb-0268bb8f56b3 2018-11-19 06:20:22,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image"}' 2018-11-19 06:20:22,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654 X-Openstack-Request-Id: req-ed01e30e-d09a-405d-a780-abd0c0790a7d Date: Mon, 19 Nov 2018 06:20:22 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654", "min_disk": 0, "protected": false, "id": "be9c0b4e-01d2-4d65-9d73-84e1fcb6d654", "file": "/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/file", "checksum": null, "owner": "6f52f6dab7304a6b85b0858d06632136", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:22,747 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ed01e30e-d09a-405d-a780-abd0c0790a7d 2018-11-19 06:20:22,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" -d '' 2018-11-19 06:20:24,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e29f3c0-7f91-48d3-90ac-9fbd60176753 Date: Mon, 19 Nov 2018 06:20:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:20:24,663 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/file used request id req-4e29f3c0-7f91-48d3-90ac-9fbd60176753 2018-11-19 06:20:24,664 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:20:24,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" 2018-11-19 06:20:24,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-2f950c0c-bc5e-46b7-8384-03fe0a11cc5e Date: Mon, 19 Nov 2018 06:20:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:24Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/snap", "metadata": {}}], "self": "/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654", "min_disk": 0, "protected": false, "id": "be9c0b4e-01d2-4d65-9d73-84e1fcb6d654", "file": "/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6f52f6dab7304a6b85b0858d06632136", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:24,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654 used request id req-2f950c0c-bc5e-46b7-8384-03fe0a11cc5e 2018-11-19 06:20:24,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" 2018-11-19 06:20:24,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eba81565-5c40-4b7d-a8b7-25e1e48409b3 Date: Mon, 19 Nov 2018 06:20:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:20:24,981 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-eba81565-5c40-4b7d-a8b7-25e1e48409b3 2018-11-19 06:20:24,984 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image 2018-11-19 06:20:24,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" 2018-11-19 06:20:25,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-10ffbfa7-7f84-4735-8863-52f5685a5611 Date: Mon, 19 Nov 2018 06:20:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:24Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/snap", "metadata": {}}], "self": "/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654", "min_disk": 0, "protected": false, "id": "be9c0b4e-01d2-4d65-9d73-84e1fcb6d654", "file": "/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "6f52f6dab7304a6b85b0858d06632136", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:25,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654 used request id req-10ffbfa7-7f84-4735-8863-52f5685a5611 2018-11-19 06:20:25,139 - create_image - DEBUG - Instance status is - active 2018-11-19 06:20:25,139 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image 2018-11-19 06:20:25,139 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image 2018-11-19 06:20:25,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:25,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:25,507 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6799396c73cf4fe18b09ba3b09cad2e4", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role"}], "expires_at": "2018-11-19T07:20:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f52f6dab7304a6b85b0858d06632136", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-user", "id": "c094dc176c7d4594938aed58b0948c85"}, "audit_ids": ["SgO0UGVISCiD59xHCt-L4Q"], "issued_at": "2018-11-19T06:20:25.000000Z"}} 2018-11-19 06:20:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:25,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e66df43-8657-46d6-bae8-9c712e4b6242 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:25,585 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3e66df43-8657-46d6-bae8-9c712e4b6242 2018-11-19 06:20:25,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:25,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5b4ad838-99b3-4278-8bd8-cf2570f6cc86 Date: Mon, 19 Nov 2018 06:20:25 GMT RESP BODY: {"networks":[]} 2018-11-19 06:20:25,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net used request id req-5b4ad838-99b3-4278-8bd8-cf2570f6cc86 2018-11-19 06:20:25,762 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net 2018-11-19 06:20:25,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" -d '{"network": {"name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net", "admin_state_up": true}}' 2018-11-19 06:20:26,287 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-7da178d2-2e7f-4e34-9537-63746128c51a Date: Mon, 19 Nov 2018 06:20:26 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6f52f6dab7304a6b85b0858d06632136","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:20:26Z","is_default":false,"name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:26Z","mtu":1450}} 2018-11-19 06:20:26,287 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-7da178d2-2e7f-4e34-9537-63746128c51a 2018-11-19 06:20:26,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:26,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-ceb596e5-4027-4034-a075-c6c332a3b780 Date: Mon, 19 Nov 2018 06:20:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:20:26Z","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6f52f6dab7304a6b85b0858d06632136","id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net"}]} 2018-11-19 06:20:26,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-ceb596e5-4027-4034-a075-c6c332a3b780 2018-11-19 06:20:26,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:26,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0a5d9c57-0d27-45ea-91f7-807a0d7d8d04 Date: Mon, 19 Nov 2018 06:20:26 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:20:26,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-0a5d9c57-0d27-45ea-91f7-807a0d7d8d04 2018-11-19 06:20:26,706 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet 2018-11-19 06:20:26,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" -d '{"subnets": [{"ip_version": 4, "network_id": "02cf0fb1-717a-42fc-94fa-fa0d2cf1979c", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet"}]}' 2018-11-19 06:20:27,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f18bc649-d388-4459-9bac-d66f5cf6d159 Date: Mon, 19 Nov 2018 06:20:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20:27Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"6f52f6dab7304a6b85b0858d06632136","id":"decd61cc-628a-4f9f-8a16-7047b5d10144","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet"}]} 2018-11-19 06:20:27,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-f18bc649-d388-4459-9bac-d66f5cf6d159 2018-11-19 06:20:27,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:27,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9ef4bd9c-9133-4d39-a80d-9cfe3020bcba Date: Mon, 19 Nov 2018 06:20: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":["decd61cc-628a-4f9f-8a16-7047b5d10144"],"updated_at":"2018-11-19T06:20:27Z","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f52f6dab7304a6b85b0858d06632136","id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net"}]} 2018-11-19 06:20:27,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-9ef4bd9c-9133-4d39-a80d-9cfe3020bcba 2018-11-19 06:20:27,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:27,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6617ced0-47d4-4ebb-8c9f-e9a390e3531d Date: Mon, 19 Nov 2018 06:20:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f52f6dab7304a6b85b0858d06632136","id":"decd61cc-628a-4f9f-8a16-7047b5d10144","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet"}]} 2018-11-19 06:20:27,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-6617ced0-47d4-4ebb-8c9f-e9a390e3531d 2018-11-19 06:20:27,823 - OpenStackNetwork - DEBUG - Network [02cf0fb1-717a-42fc-94fa-fa0d2cf1979c] created successfully 2018-11-19 06:20:27,823 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:27,824 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:28,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LCJyExyeTYmGkx38Jsmg1A"], "issued_at": "2018-11-19T06:20:28.000000Z"}} 2018-11-19 06:20:28,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9175128b5b4dc15690c388b3ebed1e01aa8ee1ed" 2018-11-19 06:20:28,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4487fab6-20a8-4f37-89dd-527983771fc8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:28,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4487fab6-20a8-4f37-89dd-527983771fc8 2018-11-19 06:20:28,316 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:20:28,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9175128b5b4dc15690c388b3ebed1e01aa8ee1ed" 2018-11-19 06:20:28,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20: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-16af3084-7231-4173-9e25-0d814d5ba4b1 x-compute-request-id: req-16af3084-7231-4173-9e25-0d814d5ba4b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:20:28,495 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-16af3084-7231-4173-9e25-0d814d5ba4b1 2018-11-19 06:20:28,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9175128b5b4dc15690c388b3ebed1e01aa8ee1ed" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:20:28,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20: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-8b880e0d-c924-4260-8636-82ed3e8934a7 x-compute-request-id: req-8b880e0d-c924-4260-8636-82ed3e8934a7 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d9c3e617-83d0-4a1d-98e2-326718b7c212", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d9c3e617-83d0-4a1d-98e2-326718b7c212", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d9c3e617-83d0-4a1d-98e2-326718b7c212", "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:20:28,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8b880e0d-c924-4260-8636-82ed3e8934a7 2018-11-19 06:20:28,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:28,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:28,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6799396c73cf4fe18b09ba3b09cad2e4", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role"}], "expires_at": "2018-11-19T07:20:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f52f6dab7304a6b85b0858d06632136", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-user", "id": "c094dc176c7d4594938aed58b0948c85"}, "audit_ids": ["td2RLEarSWq26hFCLsWp5g"], "issued_at": "2018-11-19T06:20:28.000000Z"}} 2018-11-19 06:20:28,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:29,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0670029-355f-4a4c-8803-fff2a41a48f6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:29,002 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a0670029-355f-4a4c-8803-fff2a41a48f6 2018-11-19 06:20:29,004 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:20:29,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:29,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50e3303-96b3-42a6-9f8e-376bdd918b54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:29,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b50e3303-96b3-42a6-9f8e-376bdd918b54 2018-11-19 06:20:29,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:29,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-daebbad8-4fe5-4acc-9d64-e9f2f5b9bf5e Date: Mon, 19 Nov 2018 06:20:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["decd61cc-628a-4f9f-8a16-7047b5d10144"],"updated_at":"2018-11-19T06:20:27Z","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f52f6dab7304a6b85b0858d06632136","id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net"}]} 2018-11-19 06:20:29,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net used request id req-daebbad8-4fe5-4acc-9d64-e9f2f5b9bf5e 2018-11-19 06:20:29,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:29,374 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:29,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:29,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-682b0f7e-a010-49f1-acf8-1ce18dfce79b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136"}, "enabled": true, "id": "6f52f6dab7304a6b85b0858d06632136", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}} 2018-11-19 06:20:29,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 used request id req-682b0f7e-a010-49f1-acf8-1ce18dfce79b 2018-11-19 06:20:29,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:29,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-971195c0-d8f8-42b7-90f2-19b17554772f Date: Mon, 19 Nov 2018 06:20:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f52f6dab7304a6b85b0858d06632136","id":"decd61cc-628a-4f9f-8a16-7047b5d10144","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet"}]} 2018-11-19 06:20:29,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-971195c0-d8f8-42b7-90f2-19b17554772f 2018-11-19 06:20:29,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c&mac_address=foo&name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:29,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9c9eae94-066d-4040-a50a-91a967d5e525 Date: Mon, 19 Nov 2018 06:20:29 GMT RESP BODY: {"ports":[]} 2018-11-19 06:20:29,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c&mac_address=foo&name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466cport-1&admin_state_up=True used request id req-9c9eae94-066d-4040-a50a-91a967d5e525 2018-11-19 06:20:29,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:30,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88756ed2-9dc1-4b71-aa99-e752c81f419c x-compute-request-id: req-88756ed2-9dc1-4b71-aa99-e752c81f419c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:20:30,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-inst used request id req-88756ed2-9dc1-4b71-aa99-e752c81f419c 2018-11-19 06:20:30,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:30,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-08900383-6e02-4731-8bd2-dc1f177c536a Date: Mon, 19 Nov 2018 06:20:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["decd61cc-628a-4f9f-8a16-7047b5d10144"],"updated_at":"2018-11-19T06:20:27Z","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f52f6dab7304a6b85b0858d06632136","id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net"}]} 2018-11-19 06:20:30,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net used request id req-08900383-6e02-4731-8bd2-dc1f177c536a 2018-11-19 06:20:30,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:30,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bedf3a27-cf53-4ea1-9a7d-d9a4014ed78a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136"}, "enabled": true, "id": "6f52f6dab7304a6b85b0858d06632136", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}} 2018-11-19 06:20:30,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 used request id req-bedf3a27-cf53-4ea1-9a7d-d9a4014ed78a 2018-11-19 06:20:30,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:30,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-92cdbf61-1dc4-4362-9847-37ad1c534db9 Date: Mon, 19 Nov 2018 06:20:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f52f6dab7304a6b85b0858d06632136","id":"decd61cc-628a-4f9f-8a16-7047b5d10144","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet"}]} 2018-11-19 06:20:30,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-92cdbf61-1dc4-4362-9847-37ad1c534db9 2018-11-19 06:20:30,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c&mac_address=foo&name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466cport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:30,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4ca7cafc-098c-4f13-9efa-b335e132b496 Date: Mon, 19 Nov 2018 06:20:30 GMT RESP BODY: {"ports":[]} 2018-11-19 06:20:30,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c&mac_address=foo&name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466cport-1&admin_state_up=True used request id req-4ca7cafc-098c-4f13-9efa-b335e132b496 2018-11-19 06:20:30,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:30,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:31,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6799396c73cf4fe18b09ba3b09cad2e4", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role"}], "expires_at": "2018-11-19T07:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6f52f6dab7304a6b85b0858d06632136", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6f52f6dab7304a6b85b0858d06632136", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-user", "id": "c094dc176c7d4594938aed58b0948c85"}, "audit_ids": ["-1ytbpVeS6KRgeFfftbhhg"], "issued_at": "2018-11-19T06:20:31.000000Z"}} 2018-11-19 06:20:31,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43884ca3491d272f6e8b63142825c5b2f8a4567e" 2018-11-19 06:20:31,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-925fb37c-efd2-49dd-9226-12c2bc9f4e58 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:31,140 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-925fb37c-efd2-49dd-9226-12c2bc9f4e58 2018-11-19 06:20:31,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:31,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-0a19284c-0066-4cbb-afcc-c62ad1385974 Date: Mon, 19 Nov 2018 06:20:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["decd61cc-628a-4f9f-8a16-7047b5d10144"],"updated_at":"2018-11-19T06:20:27Z","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f52f6dab7304a6b85b0858d06632136","id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net"}]} 2018-11-19 06:20:31,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net used request id req-0a19284c-0066-4cbb-afcc-c62ad1385974 2018-11-19 06:20:31,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:31,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-10b9c9fd-f862-46aa-9eb9-9384433d5e18 Date: Mon, 19 Nov 2018 06:20:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f52f6dab7304a6b85b0858d06632136","id":"decd61cc-628a-4f9f-8a16-7047b5d10144","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet"}]} 2018-11-19 06:20:31,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-10b9c9fd-f862-46aa-9eb9-9384433d5e18 2018-11-19 06:20:31,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:31,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-52390983-2085-4034-a8a0-709a782ba1e5 Date: Mon, 19 Nov 2018 06:20:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["decd61cc-628a-4f9f-8a16-7047b5d10144"],"updated_at":"2018-11-19T06:20:27Z","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6f52f6dab7304a6b85b0858d06632136","id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net"}]} 2018-11-19 06:20:31,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net used request id req-52390983-2085-4034-a8a0-709a782ba1e5 2018-11-19 06:20:31,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:31,853 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:31,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43884ca3491d272f6e8b63142825c5b2f8a4567e" 2018-11-19 06:20:31,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60cf9a64-c990-41a5-9dc5-83dc69586dec Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136"}, "enabled": true, "id": "6f52f6dab7304a6b85b0858d06632136", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}} 2018-11-19 06:20:31,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 used request id req-60cf9a64-c990-41a5-9dc5-83dc69586dec 2018-11-19 06:20:31,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" 2018-11-19 06:20:32,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-47e537e3-c88a-458a-9b5c-6193dcb2657e Date: Mon, 19 Nov 2018 06:20:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"02cf0fb1-717a-42fc-94fa-fa0d2cf1979c","tenant_id":"6f52f6dab7304a6b85b0858d06632136","created_at":"2018-11-19T06:20:27Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20:27Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"6f52f6dab7304a6b85b0858d06632136","id":"decd61cc-628a-4f9f-8a16-7047b5d10144","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet"}]} 2018-11-19 06:20:32,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-47e537e3-c88a-458a-9b5c-6193dcb2657e 2018-11-19 06:20:32,131 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net 2018-11-19 06:20:32,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4251cf11016d01c8f3c7b7b70c104d14e69d539" -d '{"port": {"network_id": "02cf0fb1-717a-42fc-94fa-fa0d2cf1979c", "mac_address": "foo", "name": "CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466cport-1", "admin_state_up": true}}' 2018-11-19 06:20:32,295 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 145 Content-Type: application/json X-Openstack-Request-Id: req-c6052b4c-50b3-42b5-94a7-a19616312915 Date: Mon, 19 Nov 2018 06:20:32 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 06:20:32,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-c6052b4c-50b3-42b5-94a7-a19616312915 2018-11-19 06:20:32,296 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for mac_address. Reason: 'foo' is not a valid MAC address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-19 06:20:32,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/d9c3e617-83d0-4a1d-98e2-326718b7c212 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9175128b5b4dc15690c388b3ebed1e01aa8ee1ed" 2018-11-19 06:20:32,332 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:20:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4ae3f79c-8427-4519-a771-8752b2d8b61c x-compute-request-id: req-4ae3f79c-8427-4519-a771-8752b2d8b61c Content-Length: 0 Content-Type: application/json 2018-11-19 06:20:32,332 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d9c3e617-83d0-4a1d-98e2-326718b7c212 used request id req-4ae3f79c-8427-4519-a771-8752b2d8b61c 2018-11-19 06:20:32,333 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet 2018-11-19 06:20:32,333 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-subnet 2018-11-19 06:20:32,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/decd61cc-628a-4f9f-8a16-7047b5d10144 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:34,543 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7d63cbbf-a603-4441-b74d-492785c8a2d1 Date: Mon, 19 Nov 2018 06:20:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:20:34,543 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/decd61cc-628a-4f9f-8a16-7047b5d10144 used request id req-7d63cbbf-a603-4441-b74d-492785c8a2d1 2018-11-19 06:20:34,543 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-pub-net 2018-11-19 06:20:34,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/02cf0fb1-717a-42fc-94fa-fa0d2cf1979c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a32902a4a7cf5a1c3d52bebf1baee135b127e87" 2018-11-19 06:20:35,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-420acfa2-f658-433f-8d34-b49afa9bed07 Date: Mon, 19 Nov 2018 06:20:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:20:35,862 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/02cf0fb1-717a-42fc-94fa-fa0d2cf1979c used request id req-420acfa2-f658-433f-8d34-b49afa9bed07 2018-11-19 06:20:35,862 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-11129fd1-2ff2-4f02-bb2e-74acc2b3466c-image 2018-11-19 06:20:35,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}99cb9a268c79ce67bec0b16d6253e5795fd8bc71" 2018-11-19 06:20:37,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-52993971-7646-4e75-a74a-ba51dda34e6d Date: Mon, 19 Nov 2018 06:20:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:20:37,816 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/be9c0b4e-01d2-4d65-9d73-84e1fcb6d654 used request id req-52993971-7646-4e75-a74a-ba51dda34e6d 2018-11-19 06:20:37,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:38,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1f7cfbe9-edc4-4127-b609-b01bec4b4e7d Date: Mon, 19 Nov 2018 06:20:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "created_at": "2018-11-19T06:20:25Z", "updated_at": "2018-11-19T06:20:26Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "revision_number": 0, "id": "7799d268-1323-4a74-b512-6ca8dbf7dffe", "remote_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "port_range_min": null, "ethertype": "IPv4", "project_id": "6f52f6dab7304a6b85b0858d06632136"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "revision_number": 0, "id": "ca7a7d8c-6ee8-4524-bdca-456984c234d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "port_range_min": null, "ethertype": "IPv4", "project_id": "6f52f6dab7304a6b85b0858d06632136"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "revision_number": 0, "id": "e7cb7856-c36b-48b5-9ccb-802335925fc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "port_range_min": null, "ethertype": "IPv6", "project_id": "6f52f6dab7304a6b85b0858d06632136"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "revision_number": 0, "id": "f2ed9800-f93d-4fd2-9194-3ab6695d8d7d", "remote_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "port_range_min": null, "ethertype": "IPv6", "project_id": "6f52f6dab7304a6b85b0858d06632136"}], "revision_number": 4, "project_id": "6f52f6dab7304a6b85b0858d06632136", "id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:20:38,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1f7cfbe9-edc4-4127-b609-b01bec4b4e7d 2018-11-19 06:20:38,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:38,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4905e537-492f-48ff-a209-c1cf9b6f8ade Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136"}, "enabled": true, "id": "6f52f6dab7304a6b85b0858d06632136", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-00086f77-b047-4cc-proj"}} 2018-11-19 06:20:38,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 used request id req-4905e537-492f-48ff-a209-c1cf9b6f8ade 2018-11-19 06:20:38,144 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 16b377bd-49b2-4e3b-ac0b-959e7823901b 2018-11-19 06:20:38,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=16b377bd-49b2-4e3b-ac0b-959e7823901b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:38,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7cebf5b3-17f1-460c-872f-dafe707e975a Date: Mon, 19 Nov 2018 06:20:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "port_range_min": null, "revision_number": 0, "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "created_at": "2018-11-19T06:20:26Z", "project_id": "6f52f6dab7304a6b85b0858d06632136", "id": "7799d268-1323-4a74-b512-6ca8dbf7dffe"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "port_range_min": null, "revision_number": 0, "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "created_at": "2018-11-19T06:20:26Z", "project_id": "6f52f6dab7304a6b85b0858d06632136", "id": "ca7a7d8c-6ee8-4524-bdca-456984c234d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "port_range_min": null, "revision_number": 0, "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "created_at": "2018-11-19T06:20:26Z", "project_id": "6f52f6dab7304a6b85b0858d06632136", "id": "e7cb7856-c36b-48b5-9ccb-802335925fc2"}, {"remote_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:26Z", "security_group_id": "16b377bd-49b2-4e3b-ac0b-959e7823901b", "port_range_min": null, "revision_number": 0, "tenant_id": "6f52f6dab7304a6b85b0858d06632136", "created_at": "2018-11-19T06:20:26Z", "project_id": "6f52f6dab7304a6b85b0858d06632136", "id": "f2ed9800-f93d-4fd2-9194-3ab6695d8d7d"}]} 2018-11-19 06:20:38,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=16b377bd-49b2-4e3b-ac0b-959e7823901b used request id req-7cebf5b3-17f1-460c-872f-dafe707e975a 2018-11-19 06:20:38,326 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:20:38,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/16b377bd-49b2-4e3b-ac0b-959e7823901b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:38,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a8c5871c-cf9c-4eb0-99a6-82434c5659ff Content-Length: 0 Date: Mon, 19 Nov 2018 06:20:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:20:38,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/16b377bd-49b2-4e3b-ac0b-959e7823901b used request id req-a8c5871c-cf9c-4eb0-99a6-82434c5659ff 2018-11-19 06:20:38,614 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-00086f77-b047-4cc-proj 2018-11-19 06:20:38,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:38,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04fdf1bd-836e-4fb0-bbda-0a1f45e82449 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:38,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6f52f6dab7304a6b85b0858d06632136 used request id req-04fdf1bd-836e-4fb0-bbda-0a1f45e82449 2018-11-19 06:20:38,843 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-00086f77-b047-4cc-proj-role 2018-11-19 06:20:38,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6799396c73cf4fe18b09ba3b09cad2e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:38,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4325d18d-ad1a-4d94-a0a5-8fa9956a006d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:38,966 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6799396c73cf4fe18b09ba3b09cad2e4 used request id req-4325d18d-ad1a-4d94-a0a5-8fa9956a006d 2018-11-19 06:20:38,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b95eb1505aeb118001e480db6968e38d01e9e74" 2018-11-19 06:20:39,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6626f4a6-4cf4-456c-8c6e-1584897341fb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:20:39,142 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6626f4a6-4cf4-456c-8c6e-1584897341fb 2018-11-19 06:20:39,143 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-00086f77-b047-4cc-user 2018-11-19 06:20:39,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/c094dc176c7d4594938aed58b0948c85 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7be07b8cba7ef0cb294717bec3951dbf06c85fdc" 2018-11-19 06:20:39,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f774b0fe-fdef-4906-8604-bcab5dabc0d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:39,713 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c094dc176c7d4594938aed58b0948c85 used request id req-f774b0fe-fdef-4906-8604-bcab5dabc0d7 2018-11-19 06:20:39,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:40,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["r0zuL3pxQUOzUHjfLGmF0w"], "issued_at": "2018-11-19T06:20:40.000000Z"}} 2018-11-19 06:20:40,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f8dda4769f1e378f69dca83163744814d676b75" 2018-11-19 06:20:40,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-355c3a42-1923-4ffa-a2fe-e89400b6a16e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:40,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-355c3a42-1923-4ffa-a2fe-e89400b6a16e 2018-11-19 06:20:40,211 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:40,212 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:40,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["VKWsMQ9PSPK7L5nr85AHMQ"], "issued_at": "2018-11-19T06:20:40.000000Z"}} 2018-11-19 06:20:40,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:20:40,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aa07c36-862a-4a22-b008-7dfa19e94e8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:40,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8aa07c36-862a-4a22-b008-7dfa19e94e8b 2018-11-19 06:20:40,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:40,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:40,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-0900a643-8c88-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:20:40,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347fd768-35da-42b2-b112-3616d11687e6 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-0900a643-8c88-426-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:20:40,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-0900a643-8c88-426-proj used request id req-347fd768-35da-42b2-b112-3616d11687e6 2018-11-19 06:20:40,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:20:40,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd55775-a3cd-4d8a-9e10-513494618429 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:20:40,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6fd55775-a3cd-4d8a-9e10-513494618429 2018-11-19 06:20:40,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}}' 2018-11-19 06:20:41,014 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:20:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9aa2cf52-9847-43fd-ba06-470f5a688d38 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:20:41,014 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9aa2cf52-9847-43fd-ba06-470f5a688d38 2018-11-19 06:20:41,014 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-0900a643-8c88-426-proj 2018-11-19 06:20:41,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:41,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:41,393 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["pzR6bzXNQtWYouPM7gpYHA"], "issued_at": "2018-11-19T06:20:41.000000Z"}} 2018-11-19 06:20:41,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}835b32f24f521681ac8c2d48775ce2bdb92ebe0a" 2018-11-19 06:20:41,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a95f81d2-22b7-494b-b555-9272dbeff2fe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:41,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a95f81d2-22b7-494b-b555-9272dbeff2fe 2018-11-19 06:20:41,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:41,497 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:41 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:41,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}835b32f24f521681ac8c2d48775ce2bdb92ebe0a" 2018-11-19 06:20:41,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b9ece6-8c96-485a-a49f-a7bc1ec4231d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:20:41,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b1b9ece6-8c96-485a-a49f-a7bc1ec4231d 2018-11-19 06:20:41,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-0900a643-8c88-426-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}835b32f24f521681ac8c2d48775ce2bdb92ebe0a" 2018-11-19 06:20:41,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d069f9d8-1f73-43a2-8669-4cf5aadf1f85 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-0900a643-8c88-426-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}]} 2018-11-19 06:20:41,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-0900a643-8c88-426-proj used request id req-d069f9d8-1f73-43a2-8669-4cf5aadf1f85 2018-11-19 06:20:41,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}835b32f24f521681ac8c2d48775ce2bdb92ebe0a" 2018-11-19 06:20:41,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234f85cf-9c58-417f-935e-928ba2d531c9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:20:41,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-234f85cf-9c58-417f-935e-928ba2d531c9 2018-11-19 06:20:42,146 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-0900a643-8c88-426-user 2018-11-19 06:20:42,146 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:42,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:20:42,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3961add-3e54-462c-9ebe-8a87ebbebd78 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:20:42,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c3961add-3e54-462c-9ebe-8a87ebbebd78 2018-11-19 06:20:42,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" -d '{"role": {"name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role"}}' 2018-11-19 06:20:42,361 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:20:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1fc8a2c0-3620-4f8b-901d-ca2c8a17fc94 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "33a19e720a914c1ab0921a536729c6ec", "links": {"self": "http://172.30.9.21:5000/v3/roles/33a19e720a914c1ab0921a536729c6ec"}, "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role"}} 2018-11-19 06:20:42,361 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1fc8a2c0-3620-4f8b-901d-ca2c8a17fc94 2018-11-19 06:20:42,361 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role 2018-11-19 06:20:42,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/33a19e720a914c1ab0921a536729c6ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:20:42,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ae0f1a5-3c47-4fb7-853c-18d499413594 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/33a19e720a914c1ab0921a536729c6ec"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role", "id": "33a19e720a914c1ab0921a536729c6ec"}} 2018-11-19 06:20:42,380 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/33a19e720a914c1ab0921a536729c6ec used request id req-8ae0f1a5-3c47-4fb7-853c-18d499413594 2018-11-19 06:20:42,380 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role to project CreateInstancePortManipulationTests-0900a643-8c88-426-proj 2018-11-19 06:20:42,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258/users/b5e3becee4304f19b2048df02abe101e/roles/33a19e720a914c1ab0921a536729c6ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:20:42,520 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:20:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9622a8f5-16ed-423a-8a05-9282e204078f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:20:42,520 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258/users/b5e3becee4304f19b2048df02abe101e/roles/33a19e720a914c1ab0921a536729c6ec used request id req-9622a8f5-16ed-423a-8a05-9282e204078f 2018-11-19 06:20:42,521 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:20:42,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:42,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:42,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33a19e720a914c1ab0921a536729c6ec", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role"}], "expires_at": "2018-11-19T07:20:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d8ddf9f103343abadbcfcc975dc6258", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-user", "id": "b5e3becee4304f19b2048df02abe101e"}, "audit_ids": ["jqum3Z1jRi2SFaoHSTidAg"], "issued_at": "2018-11-19T06:20:42.000000Z"}} 2018-11-19 06:20:42,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" 2018-11-19 06:20:42,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97b428b7-61b0-4463-a921-9568c24c8dac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:42,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-97b428b7-61b0-4463-a921-9568c24c8dac 2018-11-19 06:20:42,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" 2018-11-19 06:20:43,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-2b40cef6-2686-4f1f-9deb-e0b2d367d099 Date: Mon, 19 Nov 2018 06:20:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image"} 2018-11-19 06:20:43,155 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image used request id req-2b40cef6-2686-4f1f-9deb-e0b2d367d099 2018-11-19 06:20:43,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" 2018-11-19 06:20:43,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2a0b5df4-f557-431f-8478-8dbd748a53ec Date: Mon, 19 Nov 2018 06:20:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:20:43,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2a0b5df4-f557-431f-8478-8dbd748a53ec 2018-11-19 06:20:43,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image"}' 2018-11-19 06:20:43,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274 X-Openstack-Request-Id: req-39b7c96e-35ba-47c7-97c2-f14787427988 Date: Mon, 19 Nov 2018 06:20:43 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:43Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:43Z", "visibility": "shared", "locations": [], "self": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "min_disk": 0, "protected": false, "id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "file": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274/file", "checksum": null, "owner": "2d8ddf9f103343abadbcfcc975dc6258", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:43,530 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-39b7c96e-35ba-47c7-97c2-f14787427988 2018-11-19 06:20:43,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" -d '' 2018-11-19 06:20:45,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08cd4d23-721e-4589-97fd-10ba78293acc Date: Mon, 19 Nov 2018 06:20:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:20:45,427 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274/file used request id req-08cd4d23-721e-4589-97fd-10ba78293acc 2018-11-19 06:20:45,428 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:20:45,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" 2018-11-19 06:20:45,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-f25004ec-d02a-4a68-8ff9-666580ca1544 Date: Mon, 19 Nov 2018 06:20:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:45Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/16e1e15b-f00f-4d0e-b86e-b26673577274/snap", "metadata": {}}], "self": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "min_disk": 0, "protected": false, "id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "file": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2d8ddf9f103343abadbcfcc975dc6258", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/16e1e15b-f00f-4d0e-b86e-b26673577274/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:45,596 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274 used request id req-f25004ec-d02a-4a68-8ff9-666580ca1544 2018-11-19 06:20:45,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" 2018-11-19 06:20:45,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-06f0327a-277b-4efe-99a7-e08c09dc978c Date: Mon, 19 Nov 2018 06:20:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:20:45,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-06f0327a-277b-4efe-99a7-e08c09dc978c 2018-11-19 06:20:45,740 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image 2018-11-19 06:20:45,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" 2018-11-19 06:20:45,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ebf8cc83-f40c-4691-a7f6-5473ee0d78aa Date: Mon, 19 Nov 2018 06:20:45 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:45Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/16e1e15b-f00f-4d0e-b86e-b26673577274/snap", "metadata": {}}], "self": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "min_disk": 0, "protected": false, "id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "file": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2d8ddf9f103343abadbcfcc975dc6258", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/16e1e15b-f00f-4d0e-b86e-b26673577274/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:20:45,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274 used request id req-ebf8cc83-f40c-4691-a7f6-5473ee0d78aa 2018-11-19 06:20:45,904 - create_image - DEBUG - Instance status is - active 2018-11-19 06:20:45,905 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image 2018-11-19 06:20:45,905 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image 2018-11-19 06:20:45,905 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:45,906 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:46,286 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33a19e720a914c1ab0921a536729c6ec", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role"}], "expires_at": "2018-11-19T07:20:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d8ddf9f103343abadbcfcc975dc6258", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-user", "id": "b5e3becee4304f19b2048df02abe101e"}, "audit_ids": ["1xpl0bQsTR6p6cyHVJimtQ"], "issued_at": "2018-11-19T06:20:46.000000Z"}} 2018-11-19 06:20:46,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:20:46,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1949e74d-167a-4cb5-8ab3-9bd70c301048 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:46,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1949e74d-167a-4cb5-8ab3-9bd70c301048 2018-11-19 06:20:46,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:20:46,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2c5e8b89-c5ad-4de8-ae62-3e749b32b81b Date: Mon, 19 Nov 2018 06:20:46 GMT RESP BODY: {"networks":[]} 2018-11-19 06:20:46,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net used request id req-2c5e8b89-c5ad-4de8-ae62-3e749b32b81b 2018-11-19 06:20:46,543 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net 2018-11-19 06:20:46,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" -d '{"network": {"name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net", "admin_state_up": true}}' 2018-11-19 06:20:47,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-fa39b736-0970-4cd7-826e-5901d2201443 Date: Mon, 19 Nov 2018 06:20:47 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:20:46Z","is_default":false,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","mtu":1450}} 2018-11-19 06:20:47,084 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-fa39b736-0970-4cd7-826e-5901d2201443 2018-11-19 06:20:47,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:20:47,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-a000d27c-6da6-48ac-8eae-9951ffab11a4 Date: Mon, 19 Nov 2018 06:20:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:20:46Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:20:47,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-a000d27c-6da6-48ac-8eae-9951ffab11a4 2018-11-19 06:20:47,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:20:47,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-52f3d291-f228-4ec1-8e06-01069ec79ebc Date: Mon, 19 Nov 2018 06:20:47 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:20:47,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-52f3d291-f228-4ec1-8e06-01069ec79ebc 2018-11-19 06:20:47,496 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet 2018-11-19 06:20:47,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" -d '{"subnets": [{"ip_version": 4, "network_id": "b27d8df9-51ad-471e-beb1-72d26fffdf84", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]}' 2018-11-19 06:20:48,155 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-59aa4ad6-1fd8-4159-bbd1-eb43c2a44ea2 Date: Mon, 19 Nov 2018 06:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:48,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-59aa4ad6-1fd8-4159-bbd1-eb43c2a44ea2 2018-11-19 06:20:48,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:20:48,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-175ddef0-0a81-47cb-a54c-a2c56bafa778 Date: Mon, 19 Nov 2018 06:20: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":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:20:48,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-175ddef0-0a81-47cb-a54c-a2c56bafa778 2018-11-19 06:20:48,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:20:48,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ea9cc43d-4128-439c-8b60-22b4b5780d12 Date: Mon, 19 Nov 2018 06:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:48,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-ea9cc43d-4128-439c-8b60-22b4b5780d12 2018-11-19 06:20:48,477 - OpenStackNetwork - DEBUG - Network [b27d8df9-51ad-471e-beb1-72d26fffdf84] created successfully 2018-11-19 06:20:48,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:48,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:48,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ESJMVUPrSaKYtq-Oq3-0rw"], "issued_at": "2018-11-19T06:20:48.000000Z"}} 2018-11-19 06:20:48,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400b6589e13de942a675633250238ca655a33478" 2018-11-19 06:20:48,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce6d2d2-6492-4544-bd0a-63d05e8f0d3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:48,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fce6d2d2-6492-4544-bd0a-63d05e8f0d3a 2018-11-19 06:20:48,942 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:20:48,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400b6589e13de942a675633250238ca655a33478" 2018-11-19 06:20:49,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df4e8341-1963-476e-83a8-66683d742fba x-compute-request-id: req-df4e8341-1963-476e-83a8-66683d742fba Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:20:49,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-df4e8341-1963-476e-83a8-66683d742fba 2018-11-19 06:20:49,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400b6589e13de942a675633250238ca655a33478" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:20:49,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6b1ec384-2169-4259-8802-542f16992bbf x-compute-request-id: req-6b1ec384-2169-4259-8802-542f16992bbf Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:20:49,176 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6b1ec384-2169-4259-8802-542f16992bbf 2018-11-19 06:20:49,176 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:49,177 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:49,546 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33a19e720a914c1ab0921a536729c6ec", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role"}], "expires_at": "2018-11-19T07:20:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d8ddf9f103343abadbcfcc975dc6258", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-user", "id": "b5e3becee4304f19b2048df02abe101e"}, "audit_ids": ["9fOspjOBSii_nACHKUPSlQ"], "issued_at": "2018-11-19T06:20:49.000000Z"}} 2018-11-19 06:20:49,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:49,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cbedc40-0ebd-468c-ae01-1df4f135049e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:49,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3cbedc40-0ebd-468c-ae01-1df4f135049e 2018-11-19 06:20:49,620 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:20:49,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:49,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb1e6b7-7300-4516-ac64-539ac525d9ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:49,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5fb1e6b7-7300-4516-ac64-539ac525d9ad 2018-11-19 06:20:49,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:49,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d80a0b6f-7aa0-4a49-b457-7d1417389190 Date: Mon, 19 Nov 2018 06:20: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":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:20:49,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net used request id req-d80a0b6f-7aa0-4a49-b457-7d1417389190 2018-11-19 06:20:49,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:49,958 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:49,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:50,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e25ec60-7f8f-480a-a542-1a528987afd6 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:20:50,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-3e25ec60-7f8f-480a-a542-1a528987afd6 2018-11-19 06:20:50,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:50,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3ca100c6-ff69-4228-9185-20c52500c9f9 Date: Mon, 19 Nov 2018 06:20:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:50,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-3ca100c6-ff69-4228-9185-20c52500c9f9 2018-11-19 06:20:50,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:50,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b84d1bc7-22ea-4893-975f-c98874a74e57 Date: Mon, 19 Nov 2018 06:20:50 GMT RESP BODY: {"ports":[]} 2018-11-19 06:20:50,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1&admin_state_up=True used request id req-b84d1bc7-22ea-4893-975f-c98874a74e57 2018-11-19 06:20:50,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:50,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20: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-e2bd5677-ea35-47cb-99a1-5d2a3ab91573 x-compute-request-id: req-e2bd5677-ea35-47cb-99a1-5d2a3ab91573 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:20:50,645 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst used request id req-e2bd5677-ea35-47cb-99a1-5d2a3ab91573 2018-11-19 06:20:50,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:50,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-046d1fda-5c52-4cc6-9a3e-1279762198c1 Date: Mon, 19 Nov 2018 06:20: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":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:20:50,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net used request id req-046d1fda-5c52-4cc6-9a3e-1279762198c1 2018-11-19 06:20:50,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:50,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02c0c4f6-4155-484b-aa4f-187bebef6c30 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:20:50,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-02c0c4f6-4155-484b-aa4f-187bebef6c30 2018-11-19 06:20:50,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:51,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dcc24406-731b-46c4-b0d1-c665eaf0708a Date: Mon, 19 Nov 2018 06:20:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:51,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-dcc24406-731b-46c4-b0d1-c665eaf0708a 2018-11-19 06:20:51,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:51,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-97e3034f-5ebd-40cb-9898-578ebdc3defb Date: Mon, 19 Nov 2018 06:20:51 GMT RESP BODY: {"ports":[]} 2018-11-19 06:20:51,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1&admin_state_up=True used request id req-97e3034f-5ebd-40cb-9898-578ebdc3defb 2018-11-19 06:20:51,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:20:51,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:20:51,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "33a19e720a914c1ab0921a536729c6ec", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role"}], "expires_at": "2018-11-19T07:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d8ddf9f103343abadbcfcc975dc6258", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/2d8ddf9f103343abadbcfcc975dc6258", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-user", "id": "b5e3becee4304f19b2048df02abe101e"}, "audit_ids": ["3QjpE9iBSzyaRs1voArLrQ"], "issued_at": "2018-11-19T06:20:51.000000Z"}} 2018-11-19 06:20:51,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdce0750beb8232bbedc663b2102dfe8a301ea71" 2018-11-19 06:20:51,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1deec298-6546-4fb4-9851-207c1d0310e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:20:51,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1deec298-6546-4fb4-9851-207c1d0310e5 2018-11-19 06:20:51,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:51,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b8cd1dbd-4c93-4660-bee3-9701ec3a03a4 Date: Mon, 19 Nov 2018 06:20: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":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:20:51,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net used request id req-b8cd1dbd-4c93-4660-bee3-9701ec3a03a4 2018-11-19 06:20:51,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:52,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0e8e012e-ff8d-4f29-bdcd-9ee8c5c84878 Date: Mon, 19 Nov 2018 06:20:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:52,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-0e8e012e-ff8d-4f29-bdcd-9ee8c5c84878 2018-11-19 06:20:52,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:52,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-44ff2c6b-c594-44ca-8790-23038898b8f0 Date: Mon, 19 Nov 2018 06:20: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":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:20:52,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net used request id req-44ff2c6b-c594-44ca-8790-23038898b8f0 2018-11-19 06:20:52,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:20:52,400 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:20:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:20:52,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cdce0750beb8232bbedc663b2102dfe8a301ea71" 2018-11-19 06:20:52,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5839ce0-fd93-4084-a739-7fb99496759d Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:20:52,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-e5839ce0-fd93-4084-a739-7fb99496759d 2018-11-19 06:20:52,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:52,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-fbeb995e-b46a-47d2-9b74-dfe2dbde96da Date: Mon, 19 Nov 2018 06:20:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:52,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-fbeb995e-b46a-47d2-9b74-dfe2dbde96da 2018-11-19 06:20:52,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:52,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6c0fbec0-e950-4d9f-b535-a006ae4d81b9 Date: Mon, 19 Nov 2018 06:20:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:52,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet used request id req-6c0fbec0-e950-4d9f-b535-a006ae4d81b9 2018-11-19 06:20:52,891 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net 2018-11-19 06:20:52,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" -d '{"port": {"network_id": "b27d8df9-51ad-471e-beb1-72d26fffdf84", "mac_address": "0a:1b:2c:3d:4e:5f", "fixed_ips": [{"subnet_id": "53aa9583-059f-4330-ac93-f4761e37071d", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1", "admin_state_up": true}}' 2018-11-19 06:20:54,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-7c1a8ab9-94e0-4951-8d47-9c30b6e16744 Date: Mon, 19 Nov 2018 06:20:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:20:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"53aa9583-059f-4330-ac93-f4761e37071d","ip_address":"10.55.0.101"}],"id":"55217856-1c46-4ce6-bc96-8639f9c604df","security_groups":["cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1","project_id":"2d8ddf9f103343abadbcfcc975dc6258","qos_policy_id":null,"admin_state_up":true,"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:53Z","binding:vnic_type":"normal"}} 2018-11-19 06:20:54,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-7c1a8ab9-94e0-4951-8d47-9c30b6e16744 2018-11-19 06:20:54,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:54,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-7abf8b49-0136-45ac-87f6-53ea2ef0bb34 Date: Mon, 19 Nov 2018 06:20: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":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:20:54,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net used request id req-7abf8b49-0136-45ac-87f6-53ea2ef0bb34 2018-11-19 06:20:54,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:54,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bc5b28c-d11f-4e2f-8109-9b1d39081076 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:20:54,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-8bc5b28c-d11f-4e2f-8109-9b1d39081076 2018-11-19 06:20:54,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:54,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-25b60c2e-22e8-4f16-bd36-231a16ba8252 Date: Mon, 19 Nov 2018 06:20:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:20:54,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-25b60c2e-22e8-4f16-bd36-231a16ba8252 2018-11-19 06:20:54,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:54,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-b4c7803c-aa12-4c60-b701-4134986ffe30 Date: Mon, 19 Nov 2018 06:20:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:20:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"53aa9583-059f-4330-ac93-f4761e37071d","ip_address":"10.55.0.101"}],"id":"55217856-1c46-4ce6-bc96-8639f9c604df","security_groups":["cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"2d8ddf9f103343abadbcfcc975dc6258","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1","admin_state_up":true,"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:20:54,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1&admin_state_up=True used request id req-b4c7803c-aa12-4c60-b701-4134986ffe30 2018-11-19 06:20:54,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:54,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d24f08-5328-4449-b233-bb7c8d7c9716 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:20:54,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-92d24f08-5328-4449-b233-bb7c8d7c9716 2018-11-19 06:20:54,846 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst 2018-11-19 06:20:54,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:54,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20: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-d3fe8251-79f0-419d-a646-c06525b9dcfe x-compute-request-id: req-d3fe8251-79f0-419d-a646-c06525b9dcfe Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-flavor-name"}]} 2018-11-19 06:20:54,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d3fe8251-79f0-419d-a646-c06525b9dcfe 2018-11-19 06:20:54,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:54,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20: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-f2548c3e-984f-4e07-bb77-5b5e2649cb98 x-compute-request-id: req-f2548c3e-984f-4e07-bb77-5b5e2649cb98 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:20:54,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16 used request id req-f2548c3e-984f-4e07-bb77-5b5e2649cb98 2018-11-19 06:20:54,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:55,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-5ec07e7c-03b2-47d7-8840-8649e7f5beea Date: Mon, 19 Nov 2018 06:20:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:20:43Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:20:45Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/16e1e15b-f00f-4d0e-b86e-b26673577274/snap", "metadata": {}}], "self": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "min_disk": 0, "protected": false, "id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "file": "/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "2d8ddf9f103343abadbcfcc975dc6258", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/16e1e15b-f00f-4d0e-b86e-b26673577274/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image"} 2018-11-19 06:20:55,094 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image used request id req-5ec07e7c-03b2-47d7-8840-8649e7f5beea 2018-11-19 06:20:55,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:55,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1ddfce90-f259-4f6c-9318-5c63fedd1782 Date: Mon, 19 Nov 2018 06:20:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:20:55,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1ddfce90-f259-4f6c-9318-5c63fedd1782 2018-11-19 06:20:55,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" -d '{"server": {"name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst", "imageRef": "16e1e15b-f00f-4d0e-b86e-b26673577274", "flavorRef": "32c4df76-b8be-4a51-aa45-8f451e74da16", "max_count": 1, "min_count": 1, "networks": [{"port": "55217856-1c46-4ce6-bc96-8639f9c604df"}]}}' 2018-11-19 06:20:56,907 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:20:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9ab49d7-37b4-487f-b11a-67d492453b70 x-compute-request-id: req-b9ab49d7-37b4-487f-b11a-67d492453b70 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5fb0d9e4-595e-46b9-8148-46ecb0304d46", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "bookmark"}], "adminPass": "mQNAPTNGD5HT"}} 2018-11-19 06:20:56,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b9ab49d7-37b4-487f-b11a-67d492453b70 2018-11-19 06:20:56,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:57,149 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6ef27356-0cca-4182-a11d-e2e25148ef7c x-compute-request-id: req-6ef27356-0cca-4182-a11d-e2e25148ef7c 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.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "bookmark"}], "image": {"id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "links": [{"href": "http://172.30.9.21:8774/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "links": [{"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}]}, "id": "5fb0d9e4-595e-46b9-8148-46ecb0304d46", "user_id": "b5e3becee4304f19b2048df02abe101e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:20:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst", "created": "2018-11-19T06:20:56Z", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:20:57,150 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-6ef27356-0cca-4182-a11d-e2e25148ef7c 2018-11-19 06:20:57,150 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst 2018-11-19 06:20:57,153 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:20:57,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:20:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b4ddd81-bce7-43e4-9a40-8b6951b35217 x-compute-request-id: req-9b4ddd81-bce7-43e4-9a40-8b6951b35217 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.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "bookmark"}], "image": {"id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "links": [{"href": "http://172.30.9.21:8774/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "links": [{"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}]}, "id": "5fb0d9e4-595e-46b9-8148-46ecb0304d46", "user_id": "b5e3becee4304f19b2048df02abe101e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:20:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst", "created": "2018-11-19T06:20:56Z", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:20:57,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-9b4ddd81-bce7-43e4-9a40-8b6951b35217 2018-11-19 06:20:57,374 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst] is - BUILD 2018-11-19 06:20:57,374 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:00,378 - create_instance - DEBUG - VM status query timeout in 896.772729158 2018-11-19 06:21:00,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:00,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-9733d69f-55f0-49de-9de6-376dd69b79a5 x-compute-request-id: req-9733d69f-55f0-49de-9de6-376dd69b79a5 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.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "bookmark"}], "image": {"id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "links": [{"href": "http://172.30.9.21:8774/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "links": [{"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}]}, "id": "5fb0d9e4-595e-46b9-8148-46ecb0304d46", "security_groups": [{"name": "default"}], "user_id": "b5e3becee4304f19b2048df02abe101e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:20:58Z", "hostId": "ce276c296ae6cb96cbe3ad79145f7b949b335a4d10839de4c67aef87", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst", "created": "2018-11-19T06:20:56Z", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:00,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-9733d69f-55f0-49de-9de6-376dd69b79a5 2018-11-19 06:21:00,963 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst] is - BUILD 2018-11-19 06:21:00,963 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:03,966 - create_instance - DEBUG - VM status query timeout in 893.184209108 2018-11-19 06:21:03,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:04,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-e0c78174-290b-410a-95a9-12b643611698 x-compute-request-id: req-e0c78174-290b-410a-95a9-12b643611698 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-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.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "bookmark"}], "image": {"id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "links": [{"href": "http://172.30.9.21:8774/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:21:02.000000", "flavor": {"id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "links": [{"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}]}, "id": "5fb0d9e4-595e-46b9-8148-46ecb0304d46", "security_groups": [{"name": "default"}], "user_id": "b5e3becee4304f19b2048df02abe101e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:21:03Z", "hostId": "ce276c296ae6cb96cbe3ad79145f7b949b335a4d10839de4c67aef87", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst", "created": "2018-11-19T06:20:56Z", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:04,785 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-e0c78174-290b-410a-95a9-12b643611698 2018-11-19 06:21:04,785 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst] is - ACTIVE 2018-11-19 06:21:04,786 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:21:04,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:05,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21: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-e9e90bad-2335-4702-b2fe-90d17ac45173 x-compute-request-id: req-e9e90bad-2335-4702-b2fe-90d17ac45173 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-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.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "bookmark"}], "image": {"id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "links": [{"href": "http://172.30.9.21:8774/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:21:02.000000", "flavor": {"id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "links": [{"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}]}, "id": "5fb0d9e4-595e-46b9-8148-46ecb0304d46", "security_groups": [{"name": "default"}], "user_id": "b5e3becee4304f19b2048df02abe101e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:21:03Z", "hostId": "ce276c296ae6cb96cbe3ad79145f7b949b335a4d10839de4c67aef87", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst", "created": "2018-11-19T06:20:56Z", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:05,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-e9e90bad-2335-4702-b2fe-90d17ac45173 2018-11-19 06:21:05,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:05,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-a5da58bd-66c1-4fdf-ada0-a91dd98df82b Date: Mon, 19 Nov 2018 06:21: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":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:21:05,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net used request id req-a5da58bd-66c1-4fdf-ada0-a91dd98df82b 2018-11-19 06:21:05,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:05,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ef8db7a-5a77-48da-a9a7-daabae7e1839 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:21:05,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-7ef8db7a-5a77-48da-a9a7-daabae7e1839 2018-11-19 06:21:05,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:05,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3ca94a3e-3179-4b80-be3d-c02d384979a5 Date: Mon, 19 Nov 2018 06:21:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:21:05,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-3ca94a3e-3179-4b80-be3d-c02d384979a5 2018-11-19 06:21:05,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:06,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-df982b37-70b8-4b63-8250-6e8a622cb812 Date: Mon, 19 Nov 2018 06:21:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:21:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"53aa9583-059f-4330-ac93-f4761e37071d","ip_address":"10.55.0.101"}],"id":"55217856-1c46-4ce6-bc96-8639f9c604df","security_groups":["cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"2d8ddf9f103343abadbcfcc975dc6258","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1","admin_state_up":true,"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:53Z","binding:vnic_type":"normal","device_id":"5fb0d9e4-595e-46b9-8148-46ecb0304d46"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:20:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"53aa9583-059f-4330-ac93-f4761e37071d","ip_address":"10.55.0.3"}],"id":"72c3b95a-fb2b-4e13-bec5-7a81280bde7d","security_groups":[],"mac_address":"fa:16:3e:45:53:ce","project_id":"2d8ddf9f103343abadbcfcc975dc6258","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:48Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b27d8df9-51ad-471e-beb1-72d26fffdf84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:20:51Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"53aa9583-059f-4330-ac93-f4761e37071d","ip_address":"10.55.0.4"}],"id":"b587f06a-7610-488e-bb00-98cdf5d86b77","security_groups":[],"mac_address":"fa:16:3e:45:11:3a","project_id":"2d8ddf9f103343abadbcfcc975dc6258","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:49Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b27d8df9-51ad-471e-beb1-72d26fffdf84"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:20:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"53aa9583-059f-4330-ac93-f4761e37071d","ip_address":"10.55.0.2"}],"id":"d5e5cd80-621f-4c56-807e-775052ee807b","security_groups":[],"mac_address":"fa:16:3e:6e:69:7b","project_id":"2d8ddf9f103343abadbcfcc975dc6258","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:48Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b27d8df9-51ad-471e-beb1-72d26fffdf84"}]} 2018-11-19 06:21:06,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-df982b37-70b8-4b63-8250-6e8a622cb812 2018-11-19 06:21:06,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:06,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b604f8fd-0149-42be-a187-5398c8d80da3 Date: Mon, 19 Nov 2018 06:21:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["53aa9583-059f-4330-ac93-f4761e37071d"],"updated_at":"2018-11-19T06:20:47Z","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"2d8ddf9f103343abadbcfcc975dc6258","id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net"}]} 2018-11-19 06:21:06,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-b604f8fd-0149-42be-a187-5398c8d80da3 2018-11-19 06:21:06,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:06,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-09fb7b25-4e2a-427c-baf7-da13c216c648 Date: Mon, 19 Nov 2018 06:21:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:21:06,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-09fb7b25-4e2a-427c-baf7-da13c216c648 2018-11-19 06:21:06,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:06,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-845b82fe-91c0-4cd8-912f-4bf225022f81 Date: Mon, 19 Nov 2018 06:21:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b27d8df9-51ad-471e-beb1-72d26fffdf84","tenant_id":"2d8ddf9f103343abadbcfcc975dc6258","created_at":"2018-11-19T06:20:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:20: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":"2d8ddf9f103343abadbcfcc975dc6258","id":"53aa9583-059f-4330-ac93-f4761e37071d","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet"}]} 2018-11-19 06:21:06,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27d8df9-51ad-471e-beb1-72d26fffdf84&name=CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet used request id req-845b82fe-91c0-4cd8-912f-4bf225022f81 2018-11-19 06:21:06,619 - create_instance - INFO - Deleting Port with ID - 55217856-1c46-4ce6-bc96-8639f9c604df 2018-11-19 06:21:06,619 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2fport-1 2018-11-19 06:21:06,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/55217856-1c46-4ce6-bc96-8639f9c604df -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:07,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ad4565b-6255-4a5f-ac14-17e9f632dd49 Date: Mon, 19 Nov 2018 06:21:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:21:07,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/55217856-1c46-4ce6-bc96-8639f9c604df used request id req-0ad4565b-6255-4a5f-ac14-17e9f632dd49 2018-11-19 06:21:07,191 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst 2018-11-19 06:21:07,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:07,345 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-60b0033c-b302-462c-be6b-ebe05e51d9c5 x-compute-request-id: req-60b0033c-b302-462c-be6b-ebe05e51d9c5 Content-Type: application/json 2018-11-19 06:21:07,345 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-60b0033c-b302-462c-be6b-ebe05e51d9c5 2018-11-19 06:21:07,345 - create_instance - INFO - Checking deletion status 2018-11-19 06:21:07,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:07,583 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-762b3cb3-6855-497e-b400-82663b7a8aee x-compute-request-id: req-762b3cb3-6855-497e-b400-82663b7a8aee Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-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.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46", "rel": "bookmark"}], "image": {"id": "16e1e15b-f00f-4d0e-b86e-b26673577274", "links": [{"href": "http://172.30.9.21:8774/images/16e1e15b-f00f-4d0e-b86e-b26673577274", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:21:02.000000", "flavor": {"id": "32c4df76-b8be-4a51-aa45-8f451e74da16", "links": [{"href": "http://172.30.9.21:8774/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16", "rel": "bookmark"}]}, "id": "5fb0d9e4-595e-46b9-8148-46ecb0304d46", "user_id": "b5e3becee4304f19b2048df02abe101e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:21:07Z", "hostId": "ce276c296ae6cb96cbe3ad79145f7b949b335a4d10839de4c67aef87", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst", "created": "2018-11-19T06:20:56Z", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:07,583 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-762b3cb3-6855-497e-b400-82663b7a8aee 2018-11-19 06:21:07,583 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst] is - ACTIVE 2018-11-19 06:21:07,584 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:10,587 - create_instance - DEBUG - VM status query timeout in 296.758495092 2018-11-19 06:21:10,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}28bfec15090b5054472c7850c11cb0563982e6c7" 2018-11-19 06:21:10,645 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:21:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42bb7500-018c-46c5-be4f-ee7a52105ec5 x-compute-request-id: req-42bb7500-018c-46c5-be4f-ee7a52105ec5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 5fb0d9e4-595e-46b9-8148-46ecb0304d46 could not be found.", "code": 404}} 2018-11-19 06:21:10,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5fb0d9e4-595e-46b9-8148-46ecb0304d46 used request id req-42bb7500-018c-46c5-be4f-ee7a52105ec5 2018-11-19 06:21:10,646 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 5fb0d9e4-595e-46b9-8148-46ecb0304d46 could not be found. (HTTP 404) (Request-ID: req-42bb7500-018c-46c5-be4f-ee7a52105ec5) 2018-11-19 06:21:10,646 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-inst 2018-11-19 06:21:10,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}400b6589e13de942a675633250238ca655a33478" 2018-11-19 06:21:10,704 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:21:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-39cffdf0-4c59-48ba-962c-8014a6d14469 x-compute-request-id: req-39cffdf0-4c59-48ba-962c-8014a6d14469 Content-Length: 0 Content-Type: application/json 2018-11-19 06:21:10,705 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/32c4df76-b8be-4a51-aa45-8f451e74da16 used request id req-39cffdf0-4c59-48ba-962c-8014a6d14469 2018-11-19 06:21:10,705 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet 2018-11-19 06:21:10,706 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-subnet 2018-11-19 06:21:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/53aa9583-059f-4330-ac93-f4761e37071d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:21:13,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4eceaf9c-cf18-4eab-a07d-ba189cf2afe6 Date: Mon, 19 Nov 2018 06:21:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:21:13,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/53aa9583-059f-4330-ac93-f4761e37071d used request id req-4eceaf9c-cf18-4eab-a07d-ba189cf2afe6 2018-11-19 06:21:13,004 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-pub-net 2018-11-19 06:21:13,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/b27d8df9-51ad-471e-beb1-72d26fffdf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0b9fb2932d4518b89d6ec7fad02a4ecd8c4516d0" 2018-11-19 06:21:14,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c08f2df-a57e-4a67-9e0a-b22fdfd34db2 Date: Mon, 19 Nov 2018 06:21:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:21:14,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/b27d8df9-51ad-471e-beb1-72d26fffdf84 used request id req-5c08f2df-a57e-4a67-9e0a-b22fdfd34db2 2018-11-19 06:21:14,507 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-45afafc5-cab4-4b81-8ceb-1edfe0acdc2f-image 2018-11-19 06:21:14,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}71784d78fad24ff9f8898a0608e08a6e1907b45b" 2018-11-19 06:21:16,385 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88ea8d85-518a-44de-93ef-2b7e63b488e3 Date: Mon, 19 Nov 2018 06:21:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:21:16,385 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/16e1e15b-f00f-4d0e-b86e-b26673577274 used request id req-88ea8d85-518a-44de-93ef-2b7e63b488e3 2018-11-19 06:21:16,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:16,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-bbe6399c-f1c3-4781-b6f8-fc4b6ec2ed5f Date: Mon, 19 Nov 2018 06:21:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "created_at": "2018-11-19T06:20:46Z", "updated_at": "2018-11-19T06:20:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:46Z", "revision_number": 0, "id": "4f1e3a7a-8f2c-41a1-bc9a-cc3d9ab212c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8ddf9f103343abadbcfcc975dc6258"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:46Z", "revision_number": 0, "id": "5b59f7d7-879b-4010-a7cb-0de7384be5a7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8ddf9f103343abadbcfcc975dc6258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:46Z", "revision_number": 0, "id": "cb31ef78-5c35-4548-8a95-99a89becdb6d", "remote_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "port_range_min": null, "ethertype": "IPv4", "project_id": "2d8ddf9f103343abadbcfcc975dc6258"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:20:46Z", "revision_number": 0, "id": "fe68ceba-a0f7-4340-9633-5743bd95c732", "remote_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "port_range_min": null, "ethertype": "IPv6", "project_id": "2d8ddf9f103343abadbcfcc975dc6258"}], "revision_number": 4, "project_id": "2d8ddf9f103343abadbcfcc975dc6258", "id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "name": "default"}]} 2018-11-19 06:21:16,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bbe6399c-f1c3-4781-b6f8-fc4b6ec2ed5f 2018-11-19 06:21:16,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:16,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f7e0fd1-f11e-4184-8824-c70011255204 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:21:16,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-4f7e0fd1-f11e-4184-8824-c70011255204 2018-11-19 06:21:16,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:16,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7916e3d-8432-4a97-8336-e734b4160b32 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:21:16,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-c7916e3d-8432-4a97-8336-e734b4160b32 2018-11-19 06:21:16,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:16,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd55e06e-5717-4ebf-acae-d8ad1d2fc2f5 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:21:16,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-cd55e06e-5717-4ebf-acae-d8ad1d2fc2f5 2018-11-19 06:21:16,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:16,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffb2e1d9-ee6a-4f54-94b7-3ffb92136611 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258"}, "enabled": true, "id": "2d8ddf9f103343abadbcfcc975dc6258", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-0900a643-8c88-426-proj"}} 2018-11-19 06:21:16,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-ffb2e1d9-ee6a-4f54-94b7-3ffb92136611 2018-11-19 06:21:16,974 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c 2018-11-19 06:21:16,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:17,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a0bf4396-5df8-4b23-ac31-fde52b7ce381 Date: Mon, 19 Nov 2018 06:21: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-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "port_range_min": null, "revision_number": 0, "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "created_at": "2018-11-19T06:20:46Z", "project_id": "2d8ddf9f103343abadbcfcc975dc6258", "id": "4f1e3a7a-8f2c-41a1-bc9a-cc3d9ab212c5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "port_range_min": null, "revision_number": 0, "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "created_at": "2018-11-19T06:20:46Z", "project_id": "2d8ddf9f103343abadbcfcc975dc6258", "id": "5b59f7d7-879b-4010-a7cb-0de7384be5a7"}, {"remote_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "port_range_min": null, "revision_number": 0, "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "created_at": "2018-11-19T06:20:46Z", "project_id": "2d8ddf9f103343abadbcfcc975dc6258", "id": "cb31ef78-5c35-4548-8a95-99a89becdb6d"}, {"remote_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:20:46Z", "security_group_id": "cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c", "port_range_min": null, "revision_number": 0, "tenant_id": "2d8ddf9f103343abadbcfcc975dc6258", "created_at": "2018-11-19T06:20:46Z", "project_id": "2d8ddf9f103343abadbcfcc975dc6258", "id": "fe68ceba-a0f7-4340-9633-5743bd95c732"}]} 2018-11-19 06:21:17,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c used request id req-a0bf4396-5df8-4b23-ac31-fde52b7ce381 2018-11-19 06:21:17,164 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:21:17,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:17,453 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fa5ff70-3f65-4433-bb59-bc5ad28739a9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:21:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:21:17,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cfc43b7d-40cc-4a14-bfc6-3d9a53e3820c used request id req-9fa5ff70-3f65-4433-bb59-bc5ad28739a9 2018-11-19 06:21:17,454 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-0900a643-8c88-426-proj 2018-11-19 06:21:17,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:17,657 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99e6bced-f28b-4269-b20a-d1327ec0e4da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:21:17,657 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/2d8ddf9f103343abadbcfcc975dc6258 used request id req-99e6bced-f28b-4269-b20a-d1327ec0e4da 2018-11-19 06:21:17,657 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-0900a643-8c88-426-proj-role 2018-11-19 06:21:17,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/33a19e720a914c1ab0921a536729c6ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:17,767 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f96d539-9411-4a0f-b75e-56377747d6d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:21:17,767 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/33a19e720a914c1ab0921a536729c6ec used request id req-6f96d539-9411-4a0f-b75e-56377747d6d8 2018-11-19 06:21:17,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d6521a67397acbd1b8175ff34ea43ed6ad7c77d4" 2018-11-19 06:21:17,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-706d182b-2984-4bff-9dcb-6c4e436cfad7 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:21:17,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-706d182b-2984-4bff-9dcb-6c4e436cfad7 2018-11-19 06:21:17,852 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-0900a643-8c88-426-user 2018-11-19 06:21:17,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/b5e3becee4304f19b2048df02abe101e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}835b32f24f521681ac8c2d48775ce2bdb92ebe0a" 2018-11-19 06:21:18,039 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:21:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8d38242-bc12-45e3-a2b8-8547be4f9bef Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:21:18,040 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b5e3becee4304f19b2048df02abe101e used request id req-d8d38242-bc12-45e3-a2b8-8547be4f9bef 2018-11-19 06:21:18,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:18,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:21:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["G_RL31oNRYGXiuPSuLbtmw"], "issued_at": "2018-11-19T06:21:18.000000Z"}} 2018-11-19 06:21:18,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6651b1fd038dc92f993f26636fafa6e566680f1" 2018-11-19 06:21:18,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43b546e8-9684-4845-bff5-3d415f832d17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:18,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-43b546e8-9684-4845-bff5-3d415f832d17 2018-11-19 06:21:18,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:18,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:18,894 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:21:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GMKPWPIpRdSymdJMK5aGoA"], "issued_at": "2018-11-19T06:21:18.000000Z"}} 2018-11-19 06:21:18,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:21:18,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0e721ec-3642-4242-b76d-4f9fd51356ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:18,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b0e721ec-3642-4242-b76d-4f9fd51356ca 2018-11-19 06:21:18,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:21:18,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:21:18,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:21:19,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37f173c0-7753-45ff-a70d-0a056b6add4d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:21:19,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj used request id req-37f173c0-7753-45ff-a70d-0a056b6add4d 2018-11-19 06:21:19,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:21:19,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee0a48f0-cbb0-41c1-9814-c6938d90d70b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:21:19,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ee0a48f0-cbb0-41c1-9814-c6938d90d70b 2018-11-19 06:21:19,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}}' 2018-11-19 06:21:19,319 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9db39359-9ae9-4a49-8b63-ce8585594407 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:21:19,320 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9db39359-9ae9-4a49-8b63-ce8585594407 2018-11-19 06:21:19,320 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj 2018-11-19 06:21:19,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:19,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:19,708 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:21:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["PA6NBusqRl-SzeRFc8fpzA"], "issued_at": "2018-11-19T06:21:19.000000Z"}} 2018-11-19 06:21:19,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}961174d365f3fb2b517574ca3bce0185c0d5fc25" 2018-11-19 06:21:19,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3d962fe-c075-4b79-aa22-9a347b691466 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:19,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d3d962fe-c075-4b79-aa22-9a347b691466 2018-11-19 06:21:19,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:21:19,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:21:19,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}961174d365f3fb2b517574ca3bce0185c0d5fc25" 2018-11-19 06:21:19,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7605b3cb-9337-464c-aca5-5e84e0dd994a Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:21:19,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7605b3cb-9337-464c-aca5-5e84e0dd994a 2018-11-19 06:21:19,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}961174d365f3fb2b517574ca3bce0185c0d5fc25" 2018-11-19 06:21:19,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9cce344-47da-4ee3-be28-da503f4fd27f Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}]} 2018-11-19 06:21:19,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj used request id req-a9cce344-47da-4ee3-be28-da503f4fd27f 2018-11-19 06:21:19,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}961174d365f3fb2b517574ca3bce0185c0d5fc25" 2018-11-19 06:21:20,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7330e77b-8a8e-4f27-a0d8-ce7dafd171ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:21:20,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-7330e77b-8a8e-4f27-a0d8-ce7dafd171ed 2018-11-19 06:21:20,408 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-e5dbec5d-8240-489-user 2018-11-19 06:21:20,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:20,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:21:20,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a5ddc29-ff00-410a-be2b-c1fe2c6318ff Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:21:20,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2a5ddc29-ff00-410a-be2b-c1fe2c6318ff 2018-11-19 06:21:20,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" -d '{"role": {"name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role"}}' 2018-11-19 06:21:20,606 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:21:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a648304-4d2d-44b6-a110-8b43f67f0ec9 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "97346337515843e8ae40d71a7a82a544", "links": {"self": "http://172.30.9.21:5000/v3/roles/97346337515843e8ae40d71a7a82a544"}, "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role"}} 2018-11-19 06:21:20,606 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2a648304-4d2d-44b6-a110-8b43f67f0ec9 2018-11-19 06:21:20,607 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role 2018-11-19 06:21:20,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/97346337515843e8ae40d71a7a82a544 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:21:20,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06b70a80-2563-44c3-b1b4-e639829228a1 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/97346337515843e8ae40d71a7a82a544"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role", "id": "97346337515843e8ae40d71a7a82a544"}} 2018-11-19 06:21:20,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/97346337515843e8ae40d71a7a82a544 used request id req-06b70a80-2563-44c3-b1b4-e639829228a1 2018-11-19 06:21:20,629 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role to project CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj 2018-11-19 06:21:20,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf/users/3933f0e1df184c63a561b7e37ac3dcd5/roles/97346337515843e8ae40d71a7a82a544 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:21:20,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:21:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-627a9af0-bd31-4d86-861d-21e984c89c69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:21:20,752 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf/users/3933f0e1df184c63a561b7e37ac3dcd5/roles/97346337515843e8ae40d71a7a82a544 used request id req-627a9af0-bd31-4d86-861d-21e984c89c69 2018-11-19 06:21:20,753 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:21:20,753 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:20,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:21,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97346337515843e8ae40d71a7a82a544", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role"}], "expires_at": "2018-11-19T07:21:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-user", "id": "3933f0e1df184c63a561b7e37ac3dcd5"}, "audit_ids": ["Awk5vmjORSWGeDOTapN1Ag"], "issued_at": "2018-11-19T06:21:21.000000Z"}} 2018-11-19 06:21:21,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" 2018-11-19 06:21:21,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27e516f6-c5ab-42c3-a2f2-35fab41abe2c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:21,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-27e516f6-c5ab-42c3-a2f2-35fab41abe2c 2018-11-19 06:21:21,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" 2018-11-19 06:21:21,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-742c8d3e-29fa-4925-b0c1-62e3150b324e Date: Mon, 19 Nov 2018 06:21:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image"} 2018-11-19 06:21:21,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image used request id req-742c8d3e-29fa-4925-b0c1-62e3150b324e 2018-11-19 06:21:21,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" 2018-11-19 06:21:21,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f13f3068-16a4-4b29-ae0f-1fb80fca92c5 Date: Mon, 19 Nov 2018 06:21:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:21:21,554 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f13f3068-16a4-4b29-ae0f-1fb80fca92c5 2018-11-19 06:21:21,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image"}' 2018-11-19 06:21:21,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4 X-Openstack-Request-Id: req-a84eabaa-3528-4dd9-b45f-875b1ba9ed0a Date: Mon, 19 Nov 2018 06:21:21 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:21:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:21:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "min_disk": 0, "protected": false, "id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "file": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/file", "checksum": null, "owner": "969ab5efe83b4982b6f84c57aaaaf1bf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:21:21,772 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a84eabaa-3528-4dd9-b45f-875b1ba9ed0a 2018-11-19 06:21:21,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" -d '' 2018-11-19 06:21:24,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c10456a-a831-4974-a59a-4cbfec792572 Date: Mon, 19 Nov 2018 06:21:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:21:24,035 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/file used request id req-7c10456a-a831-4974-a59a-4cbfec792572 2018-11-19 06:21:24,036 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:21:24,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" 2018-11-19 06:21:24,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-0473b538-c860-4230-925c-d50c9897f4fc Date: Mon, 19 Nov 2018 06:21:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:21:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:21:23Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/snap", "metadata": {}}], "self": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "min_disk": 0, "protected": false, "id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "file": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "969ab5efe83b4982b6f84c57aaaaf1bf", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:21:24,213 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4 used request id req-0473b538-c860-4230-925c-d50c9897f4fc 2018-11-19 06:21:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" 2018-11-19 06:21:24,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b7b9f3b0-8c64-4474-823b-86d97a2dbd5a Date: Mon, 19 Nov 2018 06:21:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:21:24,372 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-b7b9f3b0-8c64-4474-823b-86d97a2dbd5a 2018-11-19 06:21:24,375 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image 2018-11-19 06:21:24,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" 2018-11-19 06:21:24,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-161467ac-532e-4e46-810d-ac96d6aa176c Date: Mon, 19 Nov 2018 06:21:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:21:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:21:23Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/snap", "metadata": {}}], "self": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "min_disk": 0, "protected": false, "id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "file": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "969ab5efe83b4982b6f84c57aaaaf1bf", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:21:24,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4 used request id req-161467ac-532e-4e46-810d-ac96d6aa176c 2018-11-19 06:21:24,545 - create_image - DEBUG - Instance status is - active 2018-11-19 06:21:24,545 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image 2018-11-19 06:21:24,545 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image 2018-11-19 06:21:24,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:24,546 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:24,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97346337515843e8ae40d71a7a82a544", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role"}], "expires_at": "2018-11-19T07:21:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-user", "id": "3933f0e1df184c63a561b7e37ac3dcd5"}, "audit_ids": ["OG-HU-T7Tqa9Lcujx70cpw"], "issued_at": "2018-11-19T06:21:24.000000Z"}} 2018-11-19 06:21:24,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:21:24,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2aeb1f0-e50f-40ea-8298-c8025bfef808 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:24,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c2aeb1f0-e50f-40ea-8298-c8025bfef808 2018-11-19 06:21:25,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:21:25,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4415e4f9-6388-4f31-b8d2-e520016d2b57 Date: Mon, 19 Nov 2018 06:21:25 GMT RESP BODY: {"networks":[]} 2018-11-19 06:21:25,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net used request id req-4415e4f9-6388-4f31-b8d2-e520016d2b57 2018-11-19 06:21:25,162 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net 2018-11-19 06:21:25,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" -d '{"network": {"name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net", "admin_state_up": true}}' 2018-11-19 06:21:25,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-582d1a90-4da9-49c8-9e6a-635641075777 Date: Mon, 19 Nov 2018 06:21:25 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:21:25Z","is_default":false,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","mtu":1450}} 2018-11-19 06:21:25,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-582d1a90-4da9-49c8-9e6a-635641075777 2018-11-19 06:21:25,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:21:25,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d608b967-2bd6-4950-a40f-91c1f9784b93 Date: Mon, 19 Nov 2018 06:21:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:21:25Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:25,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-d608b967-2bd6-4950-a40f-91c1f9784b93 2018-11-19 06:21:25,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:21:26,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-40097e27-e8e4-4ff8-8e38-826bffab11d3 Date: Mon, 19 Nov 2018 06:21:26 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:21:26,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-40097e27-e8e4-4ff8-8e38-826bffab11d3 2018-11-19 06:21:26,101 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet 2018-11-19 06:21:26,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" -d '{"subnets": [{"ip_version": 4, "network_id": "8b720e48-7532-4caf-97e2-5e7356ea51cc", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]}' 2018-11-19 06:21:27,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e0ade155-fa3d-4dd4-9a75-a482c332886f Date: Mon, 19 Nov 2018 06:21:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:27,065 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e0ade155-fa3d-4dd4-9a75-a482c332886f 2018-11-19 06:21:27,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:21:27,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-035631a1-e078-42fe-9704-2aa4c3849785 Date: Mon, 19 Nov 2018 06:21: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":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:27,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-035631a1-e078-42fe-9704-2aa4c3849785 2018-11-19 06:21:27,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:21:27,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-0b47e306-ffc4-421e-9e71-89510fed4640 Date: Mon, 19 Nov 2018 06:21:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:27,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-0b47e306-ffc4-421e-9e71-89510fed4640 2018-11-19 06:21:27,514 - OpenStackNetwork - DEBUG - Network [8b720e48-7532-4caf-97e2-5e7356ea51cc] created successfully 2018-11-19 06:21:27,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:27,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:27,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:21:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["j4fr_sIhTjSMz9UBVx84xA"], "issued_at": "2018-11-19T06:21:27.000000Z"}} 2018-11-19 06:21:27,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3038c9bb66291f8132c740e0bbb8a3f683afb0a0" 2018-11-19 06:21:27,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7626f6d4-b741-4212-a4a7-8e25b7145f07 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:27,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7626f6d4-b741-4212-a4a7-8e25b7145f07 2018-11-19 06:21:27,978 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:21:27,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3038c9bb66291f8132c740e0bbb8a3f683afb0a0" 2018-11-19 06:21:28,175 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21: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-cadd5c80-5826-4df0-8d03-d002a438aef0 x-compute-request-id: req-cadd5c80-5826-4df0-8d03-d002a438aef0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:21:28,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-cadd5c80-5826-4df0-8d03-d002a438aef0 2018-11-19 06:21:28,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3038c9bb66291f8132c740e0bbb8a3f683afb0a0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:21:28,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21: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-fa0210a4-c204-452e-b20e-624915cf4156 x-compute-request-id: req-fa0210a4-c204-452e-b20e-624915cf4156 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:21:28,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-fa0210a4-c204-452e-b20e-624915cf4156 2018-11-19 06:21:28,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:28,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:28,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97346337515843e8ae40d71a7a82a544", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role"}], "expires_at": "2018-11-19T07:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-user", "id": "3933f0e1df184c63a561b7e37ac3dcd5"}, "audit_ids": ["kxCIiDPjR8ebBGr5Unw7FA"], "issued_at": "2018-11-19T06:21:28.000000Z"}} 2018-11-19 06:21:28,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:28,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b013d19f-87cc-47b6-84d7-fde32e888e23 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:28,682 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b013d19f-87cc-47b6-84d7-fde32e888e23 2018-11-19 06:21:28,683 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:21:28,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:28,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-876c9b64-19d0-4143-86fb-604cba112594 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:28,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-876c9b64-19d0-4143-86fb-604cba112594 2018-11-19 06:21:28,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:29,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-438e2a5f-0e7a-477f-acd3-6aff506d382a Date: Mon, 19 Nov 2018 06:21:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:29,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net used request id req-438e2a5f-0e7a-477f-acd3-6aff506d382a 2018-11-19 06:21:29,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:21:29,146 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:21:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:21:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:29,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1dda4e26-c300-447d-be63-0e590908a739 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:21:29,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-1dda4e26-c300-447d-be63-0e590908a739 2018-11-19 06:21:29,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:29,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1e553198-461e-434e-83bb-93bd7519f0a5 Date: Mon, 19 Nov 2018 06:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:29,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-1e553198-461e-434e-83bb-93bd7519f0a5 2018-11-19 06:21:29,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:29,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c277acd5-698d-4954-8c5e-c6c70a0d094c Date: Mon, 19 Nov 2018 06:21:29 GMT RESP BODY: {"ports":[]} 2018-11-19 06:21:29,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1&admin_state_up=True used request id req-c277acd5-698d-4954-8c5e-c6c70a0d094c 2018-11-19 06:21:29,616 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:29,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fc00b47b-2a5d-49ab-9dad-c5c8151c6234 x-compute-request-id: req-fc00b47b-2a5d-49ab-9dad-c5c8151c6234 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:21:29,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst used request id req-fc00b47b-2a5d-49ab-9dad-c5c8151c6234 2018-11-19 06:21:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:30,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-84596751-93f2-4198-9a3d-833846b36586 Date: Mon, 19 Nov 2018 06:21:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:30,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net used request id req-84596751-93f2-4198-9a3d-833846b36586 2018-11-19 06:21:30,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:30,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c2de383-f420-4bfa-b139-f49802de9be7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:21:30,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-7c2de383-f420-4bfa-b139-f49802de9be7 2018-11-19 06:21:30,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:30,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3eff41fc-3387-4164-a824-67bd2cf22a13 Date: Mon, 19 Nov 2018 06:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:30,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-3eff41fc-3387-4164-a824-67bd2cf22a13 2018-11-19 06:21:30,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:30,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f68c74ea-9de6-48b4-9f69-3020cdbb479f Date: Mon, 19 Nov 2018 06:21:30 GMT RESP BODY: {"ports":[]} 2018-11-19 06:21:30,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1&admin_state_up=True used request id req-f68c74ea-9de6-48b4-9f69-3020cdbb479f 2018-11-19 06:21:30,565 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:21:30,565 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:21:30,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "97346337515843e8ae40d71a7a82a544", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role"}], "expires_at": "2018-11-19T07:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/969ab5efe83b4982b6f84c57aaaaf1bf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-user", "id": "3933f0e1df184c63a561b7e37ac3dcd5"}, "audit_ids": ["oumkFhRUQP-QM4JXVcp_gw"], "issued_at": "2018-11-19T06:21:30.000000Z"}} 2018-11-19 06:21:30,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}092ed5eb9c00045be4f68abe4f66ff6bfdb9a2f4" 2018-11-19 06:21:31,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b448f23b-d673-4e0d-9b4b-bdd59b4aad08 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:21:31,014 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b448f23b-d673-4e0d-9b4b-bdd59b4aad08 2018-11-19 06:21:31,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:31,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-518797d4-8250-4f87-9640-f3f4bc517272 Date: Mon, 19 Nov 2018 06:21:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:31,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net used request id req-518797d4-8250-4f87-9640-f3f4bc517272 2018-11-19 06:21:31,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:31,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5fa230e4-e756-4c47-9d9c-1cb793de2751 Date: Mon, 19 Nov 2018 06:21:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:31,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-5fa230e4-e756-4c47-9d9c-1cb793de2751 2018-11-19 06:21:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:31,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-71896aee-84ce-472d-8be8-4998d33c5fd0 Date: Mon, 19 Nov 2018 06:21:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:31,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net used request id req-71896aee-84ce-472d-8be8-4998d33c5fd0 2018-11-19 06:21:31,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:21:31,740 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:21:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:21:31,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}092ed5eb9c00045be4f68abe4f66ff6bfdb9a2f4" 2018-11-19 06:21:31,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0df72740-42c7-445f-b9b3-e76b96692baa Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:21:31,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-0df72740-42c7-445f-b9b3-e76b96692baa 2018-11-19 06:21:31,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:32,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a607400d-bc4e-4641-aead-8cec40516cc0 Date: Mon, 19 Nov 2018 06:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:32,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-a607400d-bc4e-4641-aead-8cec40516cc0 2018-11-19 06:21:32,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:32,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1ae0719a-2a12-40b2-9f3b-cdf9340ebd34 Date: Mon, 19 Nov 2018 06:21:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:32,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet used request id req-1ae0719a-2a12-40b2-9f3b-cdf9340ebd34 2018-11-19 06:21:32,247 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net 2018-11-19 06:21:32,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" -d '{"port": {"network_id": "8b720e48-7532-4caf-97e2-5e7356ea51cc", "fixed_ips": [{"subnet_id": "8d41632b-3aff-435a-a154-a37aa94323c4", "ip_address": "10.55.0.101"}], "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1", "admin_state_up": true}}' 2018-11-19 06:21:33,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-b743f172-9467-460f-ad31-3769ff55a3ed Date: Mon, 19 Nov 2018 06:21:33 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:21:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8d41632b-3aff-435a-a154-a37aa94323c4","ip_address":"10.55.0.101"}],"id":"c2a8a725-3d1f-4eb8-b93d-39152a1a6bf1","security_groups":["da35c471-ca15-4344-91e1-59ec22ec91d0"],"mac_address":"fa:16:3e:fe:c4:2b","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1","project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","qos_policy_id":null,"admin_state_up":true,"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:32Z","binding:vnic_type":"normal"}} 2018-11-19 06:21:33,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-b743f172-9467-460f-ad31-3769ff55a3ed 2018-11-19 06:21:33,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:33,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-b0138604-6e49-446d-8b59-3b5aa5f308ed Date: Mon, 19 Nov 2018 06:21: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":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:33,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net used request id req-b0138604-6e49-446d-8b59-3b5aa5f308ed 2018-11-19 06:21:33,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:33,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a46cd8c7-982d-4817-a9c1-cb91f27ed773 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:21:33,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-a46cd8c7-982d-4817-a9c1-cb91f27ed773 2018-11-19 06:21:33,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:33,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4bdee58b-44ef-4afe-84ac-4f5df136852e Date: Mon, 19 Nov 2018 06:21:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:33,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-4bdee58b-44ef-4afe-84ac-4f5df136852e 2018-11-19 06:21:33,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:33,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 796 X-Openstack-Request-Id: req-fb6ac572-c28d-4d19-ac23-85080f19ab58 Date: Mon, 19 Nov 2018 06:21:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:21:32Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8d41632b-3aff-435a-a154-a37aa94323c4","ip_address":"10.55.0.101"}],"id":"c2a8a725-3d1f-4eb8-b93d-39152a1a6bf1","security_groups":["da35c471-ca15-4344-91e1-59ec22ec91d0"],"mac_address":"fa:16:3e:fe:c4:2b","project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1","admin_state_up":true,"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:32Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:21:33,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1&admin_state_up=True used request id req-fb6ac572-c28d-4d19-ac23-85080f19ab58 2018-11-19 06:21:33,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:34,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921b1ec1-7019-452c-86ce-94af25d0d069 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:21:34,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-921b1ec1-7019-452c-86ce-94af25d0d069 2018-11-19 06:21:34,084 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst 2018-11-19 06:21:34,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:34,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e064fb1-57ac-4974-858e-f1f6266b3839 x-compute-request-id: req-0e064fb1-57ac-4974-858e-f1f6266b3839 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-flavor-name"}]} 2018-11-19 06:21:34,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0e064fb1-57ac-4974-858e-f1f6266b3839 2018-11-19 06:21:34,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:34,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f85786b-cc00-4a88-9899-449d93908ff1 x-compute-request-id: req-7f85786b-cc00-4a88-9899-449d93908ff1 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:21:34,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3 used request id req-7f85786b-cc00-4a88-9899-449d93908ff1 2018-11-19 06:21:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:34,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-0b039cfa-5d26-4654-8bcf-dbcf0418dc8b Date: Mon, 19 Nov 2018 06:21:34 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:21:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:21:23Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/snap", "metadata": {}}], "self": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "min_disk": 0, "protected": false, "id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "file": "/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "969ab5efe83b4982b6f84c57aaaaf1bf", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image"} 2018-11-19 06:21:34,327 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image used request id req-0b039cfa-5d26-4654-8bcf-dbcf0418dc8b 2018-11-19 06:21:34,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:34,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-49c3e596-f312-45ed-9156-762a13c55c3f Date: Mon, 19 Nov 2018 06:21:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:21:34,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-49c3e596-f312-45ed-9156-762a13c55c3f 2018-11-19 06:21:34,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" -d '{"server": {"name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "imageRef": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "flavorRef": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "max_count": 1, "min_count": 1, "networks": [{"port": "c2a8a725-3d1f-4eb8-b93d-39152a1a6bf1"}]}}' 2018-11-19 06:21:35,799 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:21:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f4afa9c6-6879-42b9-8b77-4b948342b0c2 x-compute-request-id: req-f4afa9c6-6879-42b9-8b77-4b948342b0c2 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "adminPass": "3YFSyYN4ouZH"}} 2018-11-19 06:21:35,799 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f4afa9c6-6879-42b9-8b77-4b948342b0c2 2018-11-19 06:21:35,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:36,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5326d344-c92f-4b38-b2d6-e954fb39fbbd x-compute-request-id: req-5326d344-c92f-4b38-b2d6-e954fb39fbbd 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.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:21:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:36,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-5326d344-c92f-4b38-b2d6-e954fb39fbbd 2018-11-19 06:21:36,184 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst 2018-11-19 06:21:36,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:36,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-e70b0ddb-8a75-416b-864f-c9e1c8a2f831 x-compute-request-id: req-e70b0ddb-8a75-416b-864f-c9e1c8a2f831 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.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:21:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:36,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-e70b0ddb-8a75-416b-864f-c9e1c8a2f831 2018-11-19 06:21:36,535 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst] is - BUILD 2018-11-19 06:21:36,535 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:39,538 - create_instance - DEBUG - VM status query timeout in 896.645855904 2018-11-19 06:21:39,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:40,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a57fad43-a068-4cc4-979e-21d5a5a6a28d x-compute-request-id: req-a57fad43-a068-4cc4-979e-21d5a5a6a28d 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.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "security_groups": [{"name": "default"}], "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:21:37Z", "hostId": "468a53cabd6c9c55ff1149e5421279f413a9e8147ea4e410440dab95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:40,321 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-a57fad43-a068-4cc4-979e-21d5a5a6a28d 2018-11-19 06:21:40,322 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst] is - BUILD 2018-11-19 06:21:40,322 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:43,325 - create_instance - DEBUG - VM status query timeout in 892.859030008 2018-11-19 06:21:43,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:43,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21: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-3c0a8431-b03b-4a8a-8a70-5829506d1307 x-compute-request-id: req-3c0a8431-b03b-4a8a-8a70-5829506d1307 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.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "security_groups": [{"name": "default"}], "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:21:37Z", "hostId": "468a53cabd6c9c55ff1149e5421279f413a9e8147ea4e410440dab95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:43,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-3c0a8431-b03b-4a8a-8a70-5829506d1307 2018-11-19 06:21:43,958 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst] is - BUILD 2018-11-19 06:21:43,958 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:46,961 - create_instance - DEBUG - VM status query timeout in 889.222733021 2018-11-19 06:21:46,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:47,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2392991b-1bf7-4172-818f-5c4d187e0abf x-compute-request-id: req-2392991b-1bf7-4172-818f-5c4d187e0abf Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:c4:2b", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:21:42.000000", "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "security_groups": [{"name": "default"}], "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:21:43Z", "hostId": "468a53cabd6c9c55ff1149e5421279f413a9e8147ea4e410440dab95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:47,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-2392991b-1bf7-4172-818f-5c4d187e0abf 2018-11-19 06:21:47,456 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst] is - ACTIVE 2018-11-19 06:21:47,457 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:21:47,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:48,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-441a6ef7-9d48-4233-b14f-0a8e8c531f9a x-compute-request-id: req-441a6ef7-9d48-4233-b14f-0a8e8c531f9a Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:c4:2b", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:21:42.000000", "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "security_groups": [{"name": "default"}], "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:21:43Z", "hostId": "468a53cabd6c9c55ff1149e5421279f413a9e8147ea4e410440dab95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:48,100 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-441a6ef7-9d48-4233-b14f-0a8e8c531f9a 2018-11-19 06:21:48,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:48,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-620e1eae-3f49-4d23-9e94-939b48f900e4 Date: Mon, 19 Nov 2018 06:21: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":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:48,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net used request id req-620e1eae-3f49-4d23-9e94-939b48f900e4 2018-11-19 06:21:48,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:48,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce67bda-cf1e-43f5-8a8b-90a0ebb2b7a1 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:21:48,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-5ce67bda-cf1e-43f5-8a8b-90a0ebb2b7a1 2018-11-19 06:21:48,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:48,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1b4396ad-9b08-4403-90ec-8818e92cbead Date: Mon, 19 Nov 2018 06:21:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:48,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-1b4396ad-9b08-4403-90ec-8818e92cbead 2018-11-19 06:21:48,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:48,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3123 X-Openstack-Request-Id: req-6acd55b3-1caa-40fa-98b0-e07f396256b8 Date: Mon, 19 Nov 2018 06:21:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:21:30Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8d41632b-3aff-435a-a154-a37aa94323c4","ip_address":"10.55.0.3"}],"id":"01853290-db18-4288-b6e0-c7f0184791ff","security_groups":[],"mac_address":"fa:16:3e:aa:ac:d4","project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:27Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-8b720e48-7532-4caf-97e2-5e7356ea51cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:21:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8d41632b-3aff-435a-a154-a37aa94323c4","ip_address":"10.55.0.4"}],"id":"18268e7a-5c17-421d-84d1-9904c7a94d90","security_groups":[],"mac_address":"fa:16:3e:af:08:e2","project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:28Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-8b720e48-7532-4caf-97e2-5e7356ea51cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:21:29Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8d41632b-3aff-435a-a154-a37aa94323c4","ip_address":"10.55.0.2"}],"id":"bcbac7d7-2179-4b11-877f-68d0201d95bd","security_groups":[],"mac_address":"fa:16:3e:ea:23:83","project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:27Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-8b720e48-7532-4caf-97e2-5e7356ea51cc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:21:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8d41632b-3aff-435a-a154-a37aa94323c4","ip_address":"10.55.0.101"}],"id":"c2a8a725-3d1f-4eb8-b93d-39152a1a6bf1","security_groups":["da35c471-ca15-4344-91e1-59ec22ec91d0"],"mac_address":"fa:16:3e:fe:c4:2b","project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1","admin_state_up":true,"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:32Z","binding:vnic_type":"normal","device_id":"28146a49-ba71-4c85-9897-f8f5e666bc8c"}]} 2018-11-19 06:21:48,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-6acd55b3-1caa-40fa-98b0-e07f396256b8 2018-11-19 06:21:48,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:48,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e31e9e32-59c8-4a22-8725-a819b40ee93d Date: Mon, 19 Nov 2018 06:21: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":["8d41632b-3aff-435a-a154-a37aa94323c4"],"updated_at":"2018-11-19T06:21:26Z","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net"}]} 2018-11-19 06:21:48,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-e31e9e32-59c8-4a22-8725-a819b40ee93d 2018-11-19 06:21:48,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:48,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-91899c2b-81fb-4507-8f60-43b037e63975 Date: Mon, 19 Nov 2018 06:21:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:48,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-91899c2b-81fb-4507-8f60-43b037e63975 2018-11-19 06:21:48,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:49,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3fb55f17-0c3d-498c-a12f-a7e872f36ad8 Date: Mon, 19 Nov 2018 06:21:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8b720e48-7532-4caf-97e2-5e7356ea51cc","tenant_id":"969ab5efe83b4982b6f84c57aaaaf1bf","created_at":"2018-11-19T06:21:26Z","dns_nameservers":[],"updated_at":"2018-11-19T06:21: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":"969ab5efe83b4982b6f84c57aaaaf1bf","id":"8d41632b-3aff-435a-a154-a37aa94323c4","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet"}]} 2018-11-19 06:21:49,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=8b720e48-7532-4caf-97e2-5e7356ea51cc&name=CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet used request id req-3fb55f17-0c3d-498c-a12f-a7e872f36ad8 2018-11-19 06:21:49,040 - create_instance - INFO - Deleting Port with ID - c2a8a725-3d1f-4eb8-b93d-39152a1a6bf1 2018-11-19 06:21:49,040 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8port-1 2018-11-19 06:21:49,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/c2a8a725-3d1f-4eb8-b93d-39152a1a6bf1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:49,607 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18240903-b562-4c9a-957b-be8d642f4308 Date: Mon, 19 Nov 2018 06:21:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:21:49,607 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/c2a8a725-3d1f-4eb8-b93d-39152a1a6bf1 used request id req-18240903-b562-4c9a-957b-be8d642f4308 2018-11-19 06:21:49,607 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst 2018-11-19 06:21:49,610 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:49,948 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:21: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-7f45f2ec-1b5e-4dc8-b1ac-b8880d4f72c3 x-compute-request-id: req-7f45f2ec-1b5e-4dc8-b1ac-b8880d4f72c3 Content-Type: application/json 2018-11-19 06:21:49,949 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-7f45f2ec-1b5e-4dc8-b1ac-b8880d4f72c3 2018-11-19 06:21:49,949 - create_instance - INFO - Checking deletion status 2018-11-19 06:21:49,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:50,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21: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-7a600e0c-5351-44fb-982b-1242bc3dce01 x-compute-request-id: req-7a600e0c-5351-44fb-982b-1242bc3dce01 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.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:21:42.000000", "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:21:49Z", "hostId": "468a53cabd6c9c55ff1149e5421279f413a9e8147ea4e410440dab95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:50,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-7a600e0c-5351-44fb-982b-1242bc3dce01 2018-11-19 06:21:50,194 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst] is - ACTIVE 2018-11-19 06:21:50,194 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:53,197 - create_instance - DEBUG - VM status query timeout in 296.751920938 2018-11-19 06:21:53,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:53,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:21:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3896b81e-37c9-45de-a9da-3026eb4430bf x-compute-request-id: req-3896b81e-37c9-45de-a9da-3026eb4430bf 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.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c", "rel": "bookmark"}], "image": {"id": "74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "links": [{"href": "http://172.30.9.21:8774/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:21:42.000000", "flavor": {"id": "57d3d9c3-ed99-4925-a67b-95b4796a7da3", "links": [{"href": "http://172.30.9.21:8774/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3", "rel": "bookmark"}]}, "id": "28146a49-ba71-4c85-9897-f8f5e666bc8c", "user_id": "3933f0e1df184c63a561b7e37ac3dcd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:21:49Z", "hostId": "468a53cabd6c9c55ff1149e5421279f413a9e8147ea4e410440dab95", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst", "created": "2018-11-19T06:21:35Z", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:21:53,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-3896b81e-37c9-45de-a9da-3026eb4430bf 2018-11-19 06:21:53,466 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst] is - ACTIVE 2018-11-19 06:21:53,466 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:21:56,469 - create_instance - DEBUG - VM status query timeout in 293.479735136 2018-11-19 06:21:56,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec4d52ca04f115d477cb518c6b065a2aba61c392" 2018-11-19 06:21:56,689 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:21:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9930715-d181-448a-bf5b-10c5901feb74 x-compute-request-id: req-b9930715-d181-448a-bf5b-10c5901feb74 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 28146a49-ba71-4c85-9897-f8f5e666bc8c could not be found.", "code": 404}} 2018-11-19 06:21:56,689 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/28146a49-ba71-4c85-9897-f8f5e666bc8c used request id req-b9930715-d181-448a-bf5b-10c5901feb74 2018-11-19 06:21:56,689 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 28146a49-ba71-4c85-9897-f8f5e666bc8c could not be found. (HTTP 404) (Request-ID: req-b9930715-d181-448a-bf5b-10c5901feb74) 2018-11-19 06:21:56,690 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-inst 2018-11-19 06:21:56,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3038c9bb66291f8132c740e0bbb8a3f683afb0a0" 2018-11-19 06:21:56,727 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:21:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e024a5a-09f2-41b0-85d0-ed6c0dd90874 x-compute-request-id: req-3e024a5a-09f2-41b0-85d0-ed6c0dd90874 Content-Length: 0 Content-Type: application/json 2018-11-19 06:21:56,727 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/57d3d9c3-ed99-4925-a67b-95b4796a7da3 used request id req-3e024a5a-09f2-41b0-85d0-ed6c0dd90874 2018-11-19 06:21:56,728 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet 2018-11-19 06:21:56,728 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-subnet 2018-11-19 06:21:56,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/8d41632b-3aff-435a-a154-a37aa94323c4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:21:59,169 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67f685e8-1502-4fe0-abb0-b3f4257fa06b Date: Mon, 19 Nov 2018 06:21:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:21:59,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8d41632b-3aff-435a-a154-a37aa94323c4 used request id req-67f685e8-1502-4fe0-abb0-b3f4257fa06b 2018-11-19 06:21:59,170 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-pub-net 2018-11-19 06:21:59,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/8b720e48-7532-4caf-97e2-5e7356ea51cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5584625c46ef0f16448d7bfccae628f11ebbd0f" 2018-11-19 06:22:00,608 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3b25498-43f2-4fa0-9503-af3df5cf6f60 Date: Mon, 19 Nov 2018 06:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:22:00,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8b720e48-7532-4caf-97e2-5e7356ea51cc used request id req-e3b25498-43f2-4fa0-9503-af3df5cf6f60 2018-11-19 06:22:00,609 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-7790a32b-bdfb-4bf0-8ca9-56e6e8f04ea8-image 2018-11-19 06:22:00,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}20db1e474b26c10f79a53e57dfbcb9882526bc51" 2018-11-19 06:22:02,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-365f560c-03f7-4ff1-be6c-c6152b3c5f82 Date: Mon, 19 Nov 2018 06:22:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:22:02,349 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/74b0ff59-8a2d-4f57-a800-d6e199e00ea4 used request id req-365f560c-03f7-4ff1-be6c-c6152b3c5f82 2018-11-19 06:22:02,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:02,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-326f0f2b-e882-41c8-bf09-491f8865ffc6 Date: Mon, 19 Nov 2018 06:22:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "created_at": "2018-11-19T06:21:25Z", "updated_at": "2018-11-19T06:21:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "revision_number": 0, "id": "1e980f9d-e60a-4586-9b5c-562ed3dd2e4e", "remote_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "remote_ip_prefix": null, "created_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "revision_number": 0, "id": "5c522766-eee2-4da0-a005-3c72ec144c83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "revision_number": 0, "id": "c2286b4a-416e-4db2-9312-3783de2d5929", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "port_range_min": null, "ethertype": "IPv6", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "revision_number": 0, "id": "f3f959ec-bc97-4aa6-aefb-6efc957dd794", "remote_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "remote_ip_prefix": null, "created_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "port_range_min": null, "ethertype": "IPv4", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf"}], "revision_number": 4, "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "name": "default"}]} 2018-11-19 06:22:02,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-326f0f2b-e882-41c8-bf09-491f8865ffc6 2018-11-19 06:22:02,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:02,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41650e40-63d2-4328-8e62-cdbb9ab430a1 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:22:02,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-41650e40-63d2-4328-8e62-cdbb9ab430a1 2018-11-19 06:22:02,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:02,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ace5bc-2e11-4711-bea9-7d3c570b2abc Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:22:02,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-e9ace5bc-2e11-4711-bea9-7d3c570b2abc 2018-11-19 06:22:02,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:02,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d659f924-1a63-4203-82b3-20c96f9eec79 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:22:02,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-d659f924-1a63-4203-82b3-20c96f9eec79 2018-11-19 06:22:02,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:02,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89ddf811-7177-4d9d-9383-6e06d96c2764 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf"}, "enabled": true, "id": "969ab5efe83b4982b6f84c57aaaaf1bf", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj"}} 2018-11-19 06:22:02,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-89ddf811-7177-4d9d-9383-6e06d96c2764 2018-11-19 06:22:02,920 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da35c471-ca15-4344-91e1-59ec22ec91d0 2018-11-19 06:22:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=da35c471-ca15-4344-91e1-59ec22ec91d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:03,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fa7c5921-923b-41d9-b497-22ef26591fd2 Date: Mon, 19 Nov 2018 06:22:03 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "port_range_min": null, "revision_number": 0, "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "created_at": "2018-11-19T06:21:25Z", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "id": "1e980f9d-e60a-4586-9b5c-562ed3dd2e4e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "port_range_min": null, "revision_number": 0, "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "created_at": "2018-11-19T06:21:25Z", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "id": "5c522766-eee2-4da0-a005-3c72ec144c83"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "port_range_min": null, "revision_number": 0, "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "created_at": "2018-11-19T06:21:25Z", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "id": "c2286b4a-416e-4db2-9312-3783de2d5929"}, {"remote_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:21:25Z", "security_group_id": "da35c471-ca15-4344-91e1-59ec22ec91d0", "port_range_min": null, "revision_number": 0, "tenant_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "created_at": "2018-11-19T06:21:25Z", "project_id": "969ab5efe83b4982b6f84c57aaaaf1bf", "id": "f3f959ec-bc97-4aa6-aefb-6efc957dd794"}]} 2018-11-19 06:22:03,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=da35c471-ca15-4344-91e1-59ec22ec91d0 used request id req-fa7c5921-923b-41d9-b497-22ef26591fd2 2018-11-19 06:22:03,105 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:22:03,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/da35c471-ca15-4344-91e1-59ec22ec91d0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:03,407 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-069f3fa0-ba4d-4b0f-b6da-8ae15b48d23a Content-Length: 0 Date: Mon, 19 Nov 2018 06:22:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:22:03,407 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/da35c471-ca15-4344-91e1-59ec22ec91d0 used request id req-069f3fa0-ba4d-4b0f-b6da-8ae15b48d23a 2018-11-19 06:22:03,408 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj 2018-11-19 06:22:03,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:03,609 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-308d4fc6-94d3-4fed-865f-4f3dad8dd32a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:03,609 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/969ab5efe83b4982b6f84c57aaaaf1bf used request id req-308d4fc6-94d3-4fed-865f-4f3dad8dd32a 2018-11-19 06:22:03,609 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-e5dbec5d-8240-489-proj-role 2018-11-19 06:22:03,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/97346337515843e8ae40d71a7a82a544 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:03,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b0dce64d-8488-47e9-b28a-b55ade9e2a62 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:03,797 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/97346337515843e8ae40d71a7a82a544 used request id req-b0dce64d-8488-47e9-b28a-b55ade9e2a62 2018-11-19 06:22:03,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a49508e509dd2becf328724b862104a545bea2c9" 2018-11-19 06:22:03,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61f8c9e-6962-485b-8c5d-4c04ee20d95f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:22:03,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c61f8c9e-6962-485b-8c5d-4c04ee20d95f 2018-11-19 06:22:03,887 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-e5dbec5d-8240-489-user 2018-11-19 06:22:03,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/3933f0e1df184c63a561b7e37ac3dcd5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}961174d365f3fb2b517574ca3bce0185c0d5fc25" 2018-11-19 06:22:04,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-41dada58-ee0d-4bf8-9c8f-ddfc1b29ae5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:04,060 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3933f0e1df184c63a561b7e37ac3dcd5 used request id req-41dada58-ee0d-4bf8-9c8f-ddfc1b29ae5f 2018-11-19 06:22:04,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:04,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["bEeTWYmBRm2pP0kNQoMnTQ"], "issued_at": "2018-11-19T06:22:04.000000Z"}} 2018-11-19 06:22:04,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d44ced1cfcdc191202fb782f43adf59a300019d7" 2018-11-19 06:22:04,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f98b72e8-b6c9-4f1f-81c0-0154e2626c6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:04,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f98b72e8-b6c9-4f1f-81c0-0154e2626c6e 2018-11-19 06:22:04,526 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:04,527 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:04,918 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Kh9h1si9TBm6UK0aetqfvQ"], "issued_at": "2018-11-19T06:22:04.000000Z"}} 2018-11-19 06:22:04,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:04,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb9fe732-65bf-465b-a249-762e8cbe9e03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:04,996 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eb9fe732-65bf-465b-a249-762e8cbe9e03 2018-11-19 06:22:05,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:05,006 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:22: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:05,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-da22c272-192e-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:05,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d67596aa-e79a-4c26-a6e2-e8b849ca17cd Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-da22c272-192e-497-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:22:05,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-da22c272-192e-497-proj used request id req-d67596aa-e79a-4c26-a6e2-e8b849ca17cd 2018-11-19 06:22:05,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:05,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fbe9e4-9ee6-4860-bb99-cc9eb9ade08c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:22:05,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f0fbe9e4-9ee6-4860-bb99-cc9eb9ade08c 2018-11-19 06:22:05,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}}' 2018-11-19 06:22:05,325 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a69fe5b9-408a-4315-bf28-fea518a12b1c Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:05,325 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a69fe5b9-408a-4315-bf28-fea518a12b1c 2018-11-19 06:22:05,325 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-da22c272-192e-497-proj 2018-11-19 06:22:05,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:05,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:05,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["6AWr2jZGRdCztL18lGotJA"], "issued_at": "2018-11-19T06:22:05.000000Z"}} 2018-11-19 06:22:05,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa14ed5737942db9b860eca90a85581bb39534b" 2018-11-19 06:22:05,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b7acc47-5e48-472d-be91-feac3217814b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:05,795 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3b7acc47-5e48-472d-be91-feac3217814b 2018-11-19 06:22:05,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:05,804 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:22: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:05,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa14ed5737942db9b860eca90a85581bb39534b" 2018-11-19 06:22:05,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a241da-14e0-4fde-a056-e79c560e80df Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:22:05,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-66a241da-14e0-4fde-a056-e79c560e80df 2018-11-19 06:22:05,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-da22c272-192e-497-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa14ed5737942db9b860eca90a85581bb39534b" 2018-11-19 06:22:05,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-133c2c24-c868-4b0d-a7f5-28fdc1fb14d3 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-da22c272-192e-497-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}]} 2018-11-19 06:22:05,995 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-da22c272-192e-497-proj used request id req-133c2c24-c868-4b0d-a7f5-28fdc1fb14d3 2018-11-19 06:22:05,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa14ed5737942db9b860eca90a85581bb39534b" 2018-11-19 06:22:06,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6c9f578-11a8-4d18-9523-f5dfab9f9c1e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:22:06,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b6c9f578-11a8-4d18-9523-f5dfab9f9c1e 2018-11-19 06:22:06,492 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-da22c272-192e-497-user 2018-11-19 06:22:06,492 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:06,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5df11e5c-51a0-49c5-959b-51322f8e6bbc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:22:06,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5df11e5c-51a0-49c5-959b-51322f8e6bbc 2018-11-19 06:22:06,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" -d '{"role": {"name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj-role"}}' 2018-11-19 06:22:06,648 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:22:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dcc32b4c-7c0a-48f1-adf3-a2cebbd828e4 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "523711ae6182429da3b9ad04699d4181", "links": {"self": "http://172.30.9.21:5000/v3/roles/523711ae6182429da3b9ad04699d4181"}, "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj-role"}} 2018-11-19 06:22:06,648 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-dcc32b4c-7c0a-48f1-adf3-a2cebbd828e4 2018-11-19 06:22:06,648 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-da22c272-192e-497-proj-role 2018-11-19 06:22:06,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/523711ae6182429da3b9ad04699d4181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:06,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94263c2b-c238-4425-9029-7bda74360ce6 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/523711ae6182429da3b9ad04699d4181"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj-role", "id": "523711ae6182429da3b9ad04699d4181"}} 2018-11-19 06:22:06,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/523711ae6182429da3b9ad04699d4181 used request id req-94263c2b-c238-4425-9029-7bda74360ce6 2018-11-19 06:22:06,740 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-da22c272-192e-497-proj-role to project CreateInstancePortManipulationTests-da22c272-192e-497-proj 2018-11-19 06:22:06,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0/users/05845f7645b64a39b2354b2ff7e33cf3/roles/523711ae6182429da3b9ad04699d4181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:06,865 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-338194d9-12b8-44c5-8023-0d18d549a0ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:06,866 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0/users/05845f7645b64a39b2354b2ff7e33cf3/roles/523711ae6182429da3b9ad04699d4181 used request id req-338194d9-12b8-44c5-8023-0d18d549a0ee 2018-11-19 06:22:06,866 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:22:06,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:06,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:07,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "523711ae6182429da3b9ad04699d4181", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj-role"}], "expires_at": "2018-11-19T07:22:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b8d68794ea48c38e13112ed41924e0", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-da22c272-192e-497-user", "id": "05845f7645b64a39b2354b2ff7e33cf3"}, "audit_ids": ["psNlDMNsTU2Gn3v1YFcWCw"], "issued_at": "2018-11-19T06:22:07.000000Z"}} 2018-11-19 06:22:07,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" 2018-11-19 06:22:07,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9af9fe08-4806-48f1-b083-3807e80617ea Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:07,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9af9fe08-4806-48f1-b083-3807e80617ea 2018-11-19 06:22:07,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" 2018-11-19 06:22:07,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-9ed5751d-772a-475a-baa4-910ddaaf3f2e Date: Mon, 19 Nov 2018 06:22:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image"} 2018-11-19 06:22:07,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image used request id req-9ed5751d-772a-475a-baa4-910ddaaf3f2e 2018-11-19 06:22:07,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" 2018-11-19 06:22:07,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ac7a24a8-2250-465c-b19f-e9c553363192 Date: Mon, 19 Nov 2018 06:22:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:22:07,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ac7a24a8-2250-465c-b19f-e9c553363192 2018-11-19 06:22:07,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image"}' 2018-11-19 06:22:07,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0 X-Openstack-Request-Id: req-b1c0acf4-3721-4e3f-995f-df310e31d3ea Date: Mon, 19 Nov 2018 06:22:07 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:07Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:07Z", "visibility": "shared", "locations": [], "self": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0", "min_disk": 0, "protected": false, "id": "9cae6375-71af-4138-8738-ff72bd4923d0", "file": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0/file", "checksum": null, "owner": "e3b8d68794ea48c38e13112ed41924e0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:22:07,967 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b1c0acf4-3721-4e3f-995f-df310e31d3ea 2018-11-19 06:22:07,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" -d '' 2018-11-19 06:22:09,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dfdb7894-ff04-4db0-8e85-1bd6bbe93160 Date: Mon, 19 Nov 2018 06:22:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:22:09,772 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0/file used request id req-dfdb7894-ff04-4db0-8e85-1bd6bbe93160 2018-11-19 06:22:09,772 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:22:09,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" 2018-11-19 06:22:09,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-78753830-87af-445d-aa0c-1535f3aa755c Date: Mon, 19 Nov 2018 06:22:09 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:09Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9cae6375-71af-4138-8738-ff72bd4923d0/snap", "metadata": {}}], "self": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0", "min_disk": 0, "protected": false, "id": "9cae6375-71af-4138-8738-ff72bd4923d0", "file": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3b8d68794ea48c38e13112ed41924e0", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9cae6375-71af-4138-8738-ff72bd4923d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:22:09,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0 used request id req-78753830-87af-445d-aa0c-1535f3aa755c 2018-11-19 06:22:09,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" 2018-11-19 06:22:09,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-005dde30-1daf-417b-854c-84f932a92bbd Date: Mon, 19 Nov 2018 06:22:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:22:09,958 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-005dde30-1daf-417b-854c-84f932a92bbd 2018-11-19 06:22:09,961 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image 2018-11-19 06:22:09,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" 2018-11-19 06:22:10,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-4c40ea47-9024-4e0e-863d-9227d113b2e6 Date: Mon, 19 Nov 2018 06:22:10 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:09Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9cae6375-71af-4138-8738-ff72bd4923d0/snap", "metadata": {}}], "self": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0", "min_disk": 0, "protected": false, "id": "9cae6375-71af-4138-8738-ff72bd4923d0", "file": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3b8d68794ea48c38e13112ed41924e0", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9cae6375-71af-4138-8738-ff72bd4923d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:22:10,113 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0 used request id req-4c40ea47-9024-4e0e-863d-9227d113b2e6 2018-11-19 06:22:10,114 - create_image - DEBUG - Instance status is - active 2018-11-19 06:22:10,114 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image 2018-11-19 06:22:10,114 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image 2018-11-19 06:22:10,114 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:10,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:10,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "523711ae6182429da3b9ad04699d4181", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj-role"}], "expires_at": "2018-11-19T07:22:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b8d68794ea48c38e13112ed41924e0", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-da22c272-192e-497-user", "id": "05845f7645b64a39b2354b2ff7e33cf3"}, "audit_ids": ["-PwS2s2CRdS9m6ROlnw-fA"], "issued_at": "2018-11-19T06:22:10.000000Z"}} 2018-11-19 06:22:10,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:10,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22bd74f7-8d0f-4096-b65a-ebd83e7d421a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:10,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-22bd74f7-8d0f-4096-b65a-ebd83e7d421a 2018-11-19 06:22:10,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:10,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-78d7f7c5-2f9a-4faa-a62a-03baf260332b Date: Mon, 19 Nov 2018 06:22:10 GMT RESP BODY: {"networks":[]} 2018-11-19 06:22:10,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net used request id req-78d7f7c5-2f9a-4faa-a62a-03baf260332b 2018-11-19 06:22:10,766 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net 2018-11-19 06:22:10,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" -d '{"network": {"name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net", "admin_state_up": true}}' 2018-11-19 06:22:11,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-255255c2-e37f-4901-a027-b091aa1a9ee7 Date: Mon, 19 Nov 2018 06:22:11 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"aceaa731-00a9-456e-a97f-193a56fd8674","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:22:11Z","is_default":false,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","mtu":1450}} 2018-11-19 06:22:11,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-255255c2-e37f-4901-a027-b091aa1a9ee7 2018-11-19 06:22:11,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:11,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-fe185606-8645-4719-87f9-63c2780cd8d8 Date: Mon, 19 Nov 2018 06:22: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-11-19T06:22:11Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:11,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-fe185606-8645-4719-87f9-63c2780cd8d8 2018-11-19 06:22:11,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:11,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c5907fdd-c12e-4e07-8026-3c9ff2b2032a Date: Mon, 19 Nov 2018 06:22:11 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:22:11,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-c5907fdd-c12e-4e07-8026-3c9ff2b2032a 2018-11-19 06:22:11,831 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet 2018-11-19 06:22:11,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" -d '{"subnets": [{"ip_version": 4, "network_id": "aceaa731-00a9-456e-a97f-193a56fd8674", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]}' 2018-11-19 06:22:12,448 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-00b2729e-4442-440b-9a19-b873261ba6ca Date: Mon, 19 Nov 2018 06:22:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:12,448 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-00b2729e-4442-440b-9a19-b873261ba6ca 2018-11-19 06:22:12,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:12,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-ef397533-0798-4fbf-bc69-fffa37e5c216 Date: Mon, 19 Nov 2018 06:22: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":["26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b"],"updated_at":"2018-11-19T06:22:12Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:12,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-ef397533-0798-4fbf-bc69-fffa37e5c216 2018-11-19 06:22:12,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:12,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-5543a8ee-daa3-4332-807e-b215fd7b3bc7 Date: Mon, 19 Nov 2018 06:22:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:12,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-5543a8ee-daa3-4332-807e-b215fd7b3bc7 2018-11-19 06:22:12,923 - OpenStackNetwork - DEBUG - Network [aceaa731-00a9-456e-a97f-193a56fd8674] created successfully 2018-11-19 06:22:12,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:12,925 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:13,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["OXZa9a-BQ8aS3dQyz4a5_A"], "issued_at": "2018-11-19T06:22:13.000000Z"}} 2018-11-19 06:22:13,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c990062e78e3d915e44054da4d5a75c0219f0d4" 2018-11-19 06:22:13,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54323a15-2f3a-48ce-96e6-3acee69d000f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:13,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-54323a15-2f3a-48ce-96e6-3acee69d000f 2018-11-19 06:22:13,403 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:22:13,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c990062e78e3d915e44054da4d5a75c0219f0d4" 2018-11-19 06:22:13,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22: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-670254c4-ef89-4fea-a249-0a4c6d670ee0 x-compute-request-id: req-670254c4-ef89-4fea-a249-0a4c6d670ee0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:22:13,594 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-670254c4-ef89-4fea-a249-0a4c6d670ee0 2018-11-19 06:22:13,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c990062e78e3d915e44054da4d5a75c0219f0d4" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:22:13,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22: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-2d16d06f-c6e1-4020-a58c-c4a88eae2125 x-compute-request-id: req-2d16d06f-c6e1-4020-a58c-c4a88eae2125 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:22:13,647 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2d16d06f-c6e1-4020-a58c-c4a88eae2125 2018-11-19 06:22:13,647 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:13,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:14,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "523711ae6182429da3b9ad04699d4181", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj-role"}], "expires_at": "2018-11-19T07:22:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b8d68794ea48c38e13112ed41924e0", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-da22c272-192e-497-user", "id": "05845f7645b64a39b2354b2ff7e33cf3"}, "audit_ids": ["c1yZBiGpRwOQNTAoNfo5Vw"], "issued_at": "2018-11-19T06:22:14.000000Z"}} 2018-11-19 06:22:14,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:14,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc1fb4c-2aec-4d76-9093-5ead7928ec03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:14,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dcc1fb4c-2aec-4d76-9093-5ead7928ec03 2018-11-19 06:22:14,104 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:22:14,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:14,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3f74bd0-41b6-4006-8056-ca4804e06d41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:14,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e3f74bd0-41b6-4006-8056-ca4804e06d41 2018-11-19 06:22:14,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:14,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-35c23ba0-94ac-4b05-8f55-6f19c6b37bd9 Date: Mon, 19 Nov 2018 06:22: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":["26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b"],"updated_at":"2018-11-19T06:22:12Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:14,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net used request id req-35c23ba0-94ac-4b05-8f55-6f19c6b37bd9 2018-11-19 06:22:14,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:14,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:22: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:14,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:14,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be5c5fbb-0e7a-4721-b74f-5ce6fd116bc1 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:14,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-be5c5fbb-0e7a-4721-b74f-5ce6fd116bc1 2018-11-19 06:22:14,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:14,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cfe9a948-254d-40d5-98b2-81c1ef9434ad Date: Mon, 19 Nov 2018 06:22:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:14,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-cfe9a948-254d-40d5-98b2-81c1ef9434ad 2018-11-19 06:22:14,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:14,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3b84adbe-6887-47db-b44b-db5d3320bc5e Date: Mon, 19 Nov 2018 06:22:14 GMT RESP BODY: {"ports":[]} 2018-11-19 06:22:14,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1&admin_state_up=True used request id req-3b84adbe-6887-47db-b44b-db5d3320bc5e 2018-11-19 06:22:14,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:15,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e43746ca-5e1e-44bc-a175-ea0faa2c5fc3 x-compute-request-id: req-e43746ca-5e1e-44bc-a175-ea0faa2c5fc3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:22:15,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst used request id req-e43746ca-5e1e-44bc-a175-ea0faa2c5fc3 2018-11-19 06:22:15,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:15,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-d4470213-55d8-40bb-9e85-8d2285a9cbe9 Date: Mon, 19 Nov 2018 06:22:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b"],"updated_at":"2018-11-19T06:22:12Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:15,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net used request id req-d4470213-55d8-40bb-9e85-8d2285a9cbe9 2018-11-19 06:22:15,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:15,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5299b4f-f027-4519-b269-0b043d1dcd0c Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:15,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-f5299b4f-f027-4519-b269-0b043d1dcd0c 2018-11-19 06:22:15,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:15,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-32f2bea0-cd4f-46ed-b4a2-805add6dfb24 Date: Mon, 19 Nov 2018 06:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:15,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-32f2bea0-cd4f-46ed-b4a2-805add6dfb24 2018-11-19 06:22:15,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:15,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-709ec679-f35a-4f8e-b762-0e9403c2141e Date: Mon, 19 Nov 2018 06:22:15 GMT RESP BODY: {"ports":[]} 2018-11-19 06:22:15,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1&admin_state_up=True used request id req-709ec679-f35a-4f8e-b762-0e9403c2141e 2018-11-19 06:22:15,615 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:15,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:15,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "523711ae6182429da3b9ad04699d4181", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj-role"}], "expires_at": "2018-11-19T07:22:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e3b8d68794ea48c38e13112ed41924e0", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e3b8d68794ea48c38e13112ed41924e0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-da22c272-192e-497-user", "id": "05845f7645b64a39b2354b2ff7e33cf3"}, "audit_ids": ["oUeH24pMSMSXVjIkzYGedA"], "issued_at": "2018-11-19T06:22:15.000000Z"}} 2018-11-19 06:22:15,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11704498e6a280d9677087e98cfb9c7c4ffd6d65" 2018-11-19 06:22:16,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4a7fa0-e44c-4185-be24-74e09e664572 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:16,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4e4a7fa0-e44c-4185-be24-74e09e664572 2018-11-19 06:22:16,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:16,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-6e931efe-93c8-4ae9-8dea-a5d1dc042112 Date: Mon, 19 Nov 2018 06:22: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":["26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b"],"updated_at":"2018-11-19T06:22:12Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:16,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net used request id req-6e931efe-93c8-4ae9-8dea-a5d1dc042112 2018-11-19 06:22:16,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:16,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ea9af5c7-6542-4a5a-a157-6158e39f4445 Date: Mon, 19 Nov 2018 06:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:16,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-ea9af5c7-6542-4a5a-a157-6158e39f4445 2018-11-19 06:22:16,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:17,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-cf7517c3-dbbc-4541-a64e-e4d90e0a4c36 Date: Mon, 19 Nov 2018 06: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":["26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b"],"updated_at":"2018-11-19T06:22:12Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:17,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net used request id req-cf7517c3-dbbc-4541-a64e-e4d90e0a4c36 2018-11-19 06:22:17,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:17,048 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:17,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11704498e6a280d9677087e98cfb9c7c4ffd6d65" 2018-11-19 06:22:17,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1fad5c-4906-4110-8ee7-cf903b6fb078 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:17,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-1a1fad5c-4906-4110-8ee7-cf903b6fb078 2018-11-19 06:22:17,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:17,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-36d46161-3c9b-4859-b3bc-d6b97576afda Date: Mon, 19 Nov 2018 06:22:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:17,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-36d46161-3c9b-4859-b3bc-d6b97576afda 2018-11-19 06:22:17,344 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net 2018-11-19 06:22:17,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" -d '{"port": {"network_id": "aceaa731-00a9-456e-a97f-193a56fd8674", "mac_address": "0a:1b:2c:3d:4e:5f", "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1", "admin_state_up": true}}' 2018-11-19 06:22:18,521 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-2aff9971-140a-4184-8370-66d798e77259 Date: Mon, 19 Nov 2018 06:22:18 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","ip_address":"10.55.0.8"}],"id":"7ded0cce-37f3-4c27-9e74-ff5766d32c61","security_groups":["e31bdc1a-d9ce-4972-8625-2dedf2b40269"],"mac_address":"0a:1b:2c:3d:4e:5f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1","project_id":"e3b8d68794ea48c38e13112ed41924e0","qos_policy_id":null,"admin_state_up":true,"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:17Z","binding:vnic_type":"normal"}} 2018-11-19 06:22:18,521 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-2aff9971-140a-4184-8370-66d798e77259 2018-11-19 06:22:18,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:18,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-354c3428-07c0-4ab0-b784-aeabe458c5bc Date: Mon, 19 Nov 2018 06:22: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":["26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b"],"updated_at":"2018-11-19T06:22:12Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:18,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net used request id req-354c3428-07c0-4ab0-b784-aeabe458c5bc 2018-11-19 06:22:18,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:18,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acd0e95d-5300-467c-b0c8-7ee22e1bfa49 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:18,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-acd0e95d-5300-467c-b0c8-7ee22e1bfa49 2018-11-19 06:22:18,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:18,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8ad2e6f3-81db-46bd-9d10-6a4d26ba204d Date: Mon, 19 Nov 2018 06:22:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:18,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-8ad2e6f3-81db-46bd-9d10-6a4d26ba204d 2018-11-19 06:22:18,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:19,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 794 X-Openstack-Request-Id: req-de678bb9-9186-45f3-9de7-e9e63785973c Date: Mon, 19 Nov 2018 06:22:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:18Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","ip_address":"10.55.0.8"}],"id":"7ded0cce-37f3-4c27-9e74-ff5766d32c61","security_groups":["e31bdc1a-d9ce-4972-8625-2dedf2b40269"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"e3b8d68794ea48c38e13112ed41924e0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1","admin_state_up":true,"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:17Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:22:19,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674&mac_address=0a%3A1b%3A2c%3A3d%3A4e%3A5f&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1&admin_state_up=True used request id req-de678bb9-9186-45f3-9de7-e9e63785973c 2018-11-19 06:22:19,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:19,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d3f4ca-8a85-4200-a7d1-661b5738eb76 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:19,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-08d3f4ca-8a85-4200-a7d1-661b5738eb76 2018-11-19 06:22:19,083 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst 2018-11-19 06:22:19,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:19,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-98833000-1786-447a-ac48-06cf39107028 x-compute-request-id: req-98833000-1786-447a-ac48-06cf39107028 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-flavor-name"}]} 2018-11-19 06:22:19,113 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-98833000-1786-447a-ac48-06cf39107028 2018-11-19 06:22:19,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:19,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4846b1a8-a762-4277-a936-9bd8766337a9 x-compute-request-id: req-4846b1a8-a762-4277-a936-9bd8766337a9 Content-Encoding: gzip Content-Length: 329 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:22:19,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3 used request id req-4846b1a8-a762-4277-a936-9bd8766337a9 2018-11-19 06:22:19,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:19,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-9d600268-f523-4668-8fd7-972e82cda173 Date: Mon, 19 Nov 2018 06:22:19 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:07Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:09Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9cae6375-71af-4138-8738-ff72bd4923d0/snap", "metadata": {}}], "self": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0", "min_disk": 0, "protected": false, "id": "9cae6375-71af-4138-8738-ff72bd4923d0", "file": "/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e3b8d68794ea48c38e13112ed41924e0", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9cae6375-71af-4138-8738-ff72bd4923d0/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image"} 2018-11-19 06:22:19,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image used request id req-9d600268-f523-4668-8fd7-972e82cda173 2018-11-19 06:22:19,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:19,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6274e324-1273-49fe-bd10-8f1e60a91995 Date: Mon, 19 Nov 2018 06:22:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:22:19,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6274e324-1273-49fe-bd10-8f1e60a91995 2018-11-19 06:22:19,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" -d '{"server": {"name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst", "imageRef": "9cae6375-71af-4138-8738-ff72bd4923d0", "flavorRef": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "max_count": 1, "min_count": 1, "networks": [{"port": "7ded0cce-37f3-4c27-9e74-ff5766d32c61"}]}}' 2018-11-19 06:22:21,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:22:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b5025de0-144f-4a82-b897-2de997e90a5d x-compute-request-id: req-b5025de0-144f-4a82-b897-2de997e90a5d Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "bookmark"}], "adminPass": "6stbqsvREoxM"}} 2018-11-19 06:22:21,123 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b5025de0-144f-4a82-b897-2de997e90a5d 2018-11-19 06:22:21,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:21,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-f6f7409d-99d4-425b-ac12-ba358f0a801d x-compute-request-id: req-f6f7409d-99d4-425b-ac12-ba358f0a801d 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.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "bookmark"}], "image": {"id": "9cae6375-71af-4138-8738-ff72bd4923d0", "links": [{"href": "http://172.30.9.21:8774/images/9cae6375-71af-4138-8738-ff72bd4923d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "links": [{"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}]}, "id": "e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "user_id": "05845f7645b64a39b2354b2ff7e33cf3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:22:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst", "created": "2018-11-19T06:22:21Z", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:22:21,484 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-f6f7409d-99d4-425b-ac12-ba358f0a801d 2018-11-19 06:22:21,485 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst 2018-11-19 06:22:21,488 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:21,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a6d7cc2e-b86b-4e92-a595-1a18f0c4fa08 x-compute-request-id: req-a6d7cc2e-b86b-4e92-a595-1a18f0c4fa08 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.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "bookmark"}], "image": {"id": "9cae6375-71af-4138-8738-ff72bd4923d0", "links": [{"href": "http://172.30.9.21:8774/images/9cae6375-71af-4138-8738-ff72bd4923d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "links": [{"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}]}, "id": "e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "user_id": "05845f7645b64a39b2354b2ff7e33cf3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:22:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst", "created": "2018-11-19T06:22:21Z", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:22:21,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-a6d7cc2e-b86b-4e92-a595-1a18f0c4fa08 2018-11-19 06:22:21,850 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst] is - BUILD 2018-11-19 06:22:21,851 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:22:24,854 - create_instance - DEBUG - VM status query timeout in 896.631093979 2018-11-19 06:22:24,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:25,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-1080f3c1-5204-4501-9e22-f489723539f0 x-compute-request-id: req-1080f3c1-5204-4501-9e22-f489723539f0 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.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "bookmark"}], "image": {"id": "9cae6375-71af-4138-8738-ff72bd4923d0", "links": [{"href": "http://172.30.9.21:8774/images/9cae6375-71af-4138-8738-ff72bd4923d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "links": [{"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}]}, "id": "e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "security_groups": [{"name": "default"}], "user_id": "05845f7645b64a39b2354b2ff7e33cf3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:22:22Z", "hostId": "0c7a9c019f8d42790d09e6b2050fbba7eb179f3e1dbeff60d54614c3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst", "created": "2018-11-19T06:22:21Z", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:22:25,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-1080f3c1-5204-4501-9e22-f489723539f0 2018-11-19 06:22:25,557 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst] is - BUILD 2018-11-19 06:22:25,557 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:22:28,560 - create_instance - DEBUG - VM status query timeout in 892.924699068 2018-11-19 06:22:28,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:29,398 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-0badb2d0-110e-4b88-8aa6-13d217ac2fed x-compute-request-id: req-0badb2d0-110e-4b88-8aa6-13d217ac2fed Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-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.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "bookmark"}], "image": {"id": "9cae6375-71af-4138-8738-ff72bd4923d0", "links": [{"href": "http://172.30.9.21:8774/images/9cae6375-71af-4138-8738-ff72bd4923d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:22:26.000000", "flavor": {"id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "links": [{"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}]}, "id": "e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "security_groups": [{"name": "default"}], "user_id": "05845f7645b64a39b2354b2ff7e33cf3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:22:27Z", "hostId": "0c7a9c019f8d42790d09e6b2050fbba7eb179f3e1dbeff60d54614c3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst", "created": "2018-11-19T06:22:21Z", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:22:29,398 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-0badb2d0-110e-4b88-8aa6-13d217ac2fed 2018-11-19 06:22:29,398 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst] is - ACTIVE 2018-11-19 06:22:29,399 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:22:29,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:29,720 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-fd51a39a-07f3-4493-869f-a261657da9fe x-compute-request-id: req-fd51a39a-07f3-4493-869f-a261657da9fe Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-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.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "bookmark"}], "image": {"id": "9cae6375-71af-4138-8738-ff72bd4923d0", "links": [{"href": "http://172.30.9.21:8774/images/9cae6375-71af-4138-8738-ff72bd4923d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:22:26.000000", "flavor": {"id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "links": [{"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}]}, "id": "e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "security_groups": [{"name": "default"}], "user_id": "05845f7645b64a39b2354b2ff7e33cf3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:22:27Z", "hostId": "0c7a9c019f8d42790d09e6b2050fbba7eb179f3e1dbeff60d54614c3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst", "created": "2018-11-19T06:22:21Z", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:22:29,720 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-fd51a39a-07f3-4493-869f-a261657da9fe 2018-11-19 06:22:29,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:29,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e56c3ec1-de88-4b76-ad7d-55249039cb8e Date: Mon, 19 Nov 2018 06:22: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":["26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b"],"updated_at":"2018-11-19T06:22:12Z","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:11Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"aceaa731-00a9-456e-a97f-193a56fd8674","name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net"}]} 2018-11-19 06:22:29,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net used request id req-e56c3ec1-de88-4b76-ad7d-55249039cb8e 2018-11-19 06:22:29,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:29,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9da2fc3d-5509-4f46-bb30-41f318737b04 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:29,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-9da2fc3d-5509-4f46-bb30-41f318737b04 2018-11-19 06:22:29,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:30,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-32185f02-69b4-4ee8-8a38-7d423efef64b Date: Mon, 19 Nov 2018 06:22:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22:12Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"e3b8d68794ea48c38e13112ed41924e0","id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet"}]} 2018-11-19 06:22:30,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-32185f02-69b4-4ee8-8a38-7d423efef64b 2018-11-19 06:22:30,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:30,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3121 X-Openstack-Request-Id: req-a5ef315e-02be-49fa-a300-8af41538c01d Date: Mon, 19 Nov 2018 06:22:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:27Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","ip_address":"10.55.0.8"}],"id":"7ded0cce-37f3-4c27-9e74-ff5766d32c61","security_groups":["e31bdc1a-d9ce-4972-8625-2dedf2b40269"],"mac_address":"0a:1b:2c:3d:4e:5f","project_id":"e3b8d68794ea48c38e13112ed41924e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1","admin_state_up":true,"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:17Z","binding:vnic_type":"normal","device_id":"e7af330f-d14b-4a8b-8f45-1f7e94a2fd93"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:14Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","ip_address":"10.55.0.2"}],"id":"9f7e1f98-9048-47c5-ab8c-e8d4a80866f3","security_groups":[],"mac_address":"fa:16:3e:7e:8f:3f","project_id":"e3b8d68794ea48c38e13112ed41924e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:12Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-aceaa731-00a9-456e-a97f-193a56fd8674"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","ip_address":"10.55.0.4"}],"id":"d78a4526-15f6-41c1-a63a-341502224471","security_groups":[],"mac_address":"fa:16:3e:21:16:8a","project_id":"e3b8d68794ea48c38e13112ed41924e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:13Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-aceaa731-00a9-456e-a97f-193a56fd8674"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:15Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b","ip_address":"10.55.0.3"}],"id":"f53c8175-afaa-4e35-84ea-ea8d1b189c91","security_groups":[],"mac_address":"fa:16:3e:c6:56:01","project_id":"e3b8d68794ea48c38e13112ed41924e0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"aceaa731-00a9-456e-a97f-193a56fd8674","tenant_id":"e3b8d68794ea48c38e13112ed41924e0","created_at":"2018-11-19T06:22:13Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-aceaa731-00a9-456e-a97f-193a56fd8674"}]} 2018-11-19 06:22:30,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-a5ef315e-02be-49fa-a300-8af41538c01d 2018-11-19 06:22:30,207 - create_instance - INFO - Deleting Port with ID - 7ded0cce-37f3-4c27-9e74-ff5766d32c61 2018-11-19 06:22:30,208 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133port-1 2018-11-19 06:22:30,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/7ded0cce-37f3-4c27-9e74-ff5766d32c61 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:30,627 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-89b5065e-1331-49e7-ac12-d4bf5bfd64ad Date: Mon, 19 Nov 2018 06:22:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:22:30,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/7ded0cce-37f3-4c27-9e74-ff5766d32c61 used request id req-89b5065e-1331-49e7-ac12-d4bf5bfd64ad 2018-11-19 06:22:30,628 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst 2018-11-19 06:22:30,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:30,780 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3d39bd07-9a7d-4a6b-95aa-546f5d4765d9 x-compute-request-id: req-3d39bd07-9a7d-4a6b-95aa-546f5d4765d9 Content-Type: application/json 2018-11-19 06:22:30,781 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-3d39bd07-9a7d-4a6b-95aa-546f5d4765d9 2018-11-19 06:22:30,781 - create_instance - INFO - Checking deletion status 2018-11-19 06:22:30,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:31,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a67b95a0-5204-4992-bb2d-454adac81778 x-compute-request-id: req-a67b95a0-5204-4992-bb2d-454adac81778 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-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.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "rel": "bookmark"}], "image": {"id": "9cae6375-71af-4138-8738-ff72bd4923d0", "links": [{"href": "http://172.30.9.21:8774/images/9cae6375-71af-4138-8738-ff72bd4923d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:22:26.000000", "flavor": {"id": "3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "links": [{"href": "http://172.30.9.21:8774/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3", "rel": "bookmark"}]}, "id": "e7af330f-d14b-4a8b-8f45-1f7e94a2fd93", "user_id": "05845f7645b64a39b2354b2ff7e33cf3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:22:30Z", "hostId": "0c7a9c019f8d42790d09e6b2050fbba7eb179f3e1dbeff60d54614c3", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst", "created": "2018-11-19T06:22:21Z", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:22:31,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-a67b95a0-5204-4992-bb2d-454adac81778 2018-11-19 06:22:31,193 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst] is - ACTIVE 2018-11-19 06:22:31,193 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:22:34,196 - create_instance - DEBUG - VM status query timeout in 296.584645987 2018-11-19 06:22:34,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edcb240ce3ffd82c6e80e08683ef80620d5e7487" 2018-11-19 06:22:34,253 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-3bb06d51-24b6-4ed7-b769-c164e354fcd6 x-compute-request-id: req-3bb06d51-24b6-4ed7-b769-c164e354fcd6 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 could not be found.", "code": 404}} 2018-11-19 06:22:34,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 used request id req-3bb06d51-24b6-4ed7-b769-c164e354fcd6 2018-11-19 06:22:34,253 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e7af330f-d14b-4a8b-8f45-1f7e94a2fd93 could not be found. (HTTP 404) (Request-ID: req-3bb06d51-24b6-4ed7-b769-c164e354fcd6) 2018-11-19 06:22:34,253 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-inst 2018-11-19 06:22:34,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c990062e78e3d915e44054da4d5a75c0219f0d4" 2018-11-19 06:22:34,296 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-73d063c6-56bc-445a-93bf-dc514074e1a0 x-compute-request-id: req-73d063c6-56bc-445a-93bf-dc514074e1a0 Content-Length: 0 Content-Type: application/json 2018-11-19 06:22:34,296 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3cb18c4d-5c8a-4fa2-b33c-97e12e1d12b3 used request id req-73d063c6-56bc-445a-93bf-dc514074e1a0 2018-11-19 06:22:34,297 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet 2018-11-19 06:22:34,297 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-subnet 2018-11-19 06:22:34,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:36,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec5f1752-b4a9-4c4a-b0ac-91e3ea42f4c3 Date: Mon, 19 Nov 2018 06:22:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:22:36,610 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/26fca1b0-ca50-476f-9fc6-9bdc7c6ed67b used request id req-ec5f1752-b4a9-4c4a-b0ac-91e3ea42f4c3 2018-11-19 06:22:36,610 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-pub-net 2018-11-19 06:22:36,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/aceaa731-00a9-456e-a97f-193a56fd8674 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a0d7baa25e9c7212e9dda56e18d53e8574172a" 2018-11-19 06:22:37,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cfd90dc9-b5e9-4e88-ae82-29ad15a90bcc Date: Mon, 19 Nov 2018 06:22:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:22:37,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/aceaa731-00a9-456e-a97f-193a56fd8674 used request id req-cfd90dc9-b5e9-4e88-ae82-29ad15a90bcc 2018-11-19 06:22:37,916 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-0cc63314-01a7-49da-ac44-f694221f5133-image 2018-11-19 06:22:37,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}af8b586ec62a37ab9f8a462c32993cc22972e9da" 2018-11-19 06:22:39,911 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa8ccec5-0d6e-4b62-81f0-b3ea956ca884 Date: Mon, 19 Nov 2018 06: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-11-19 06:22:39,911 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9cae6375-71af-4138-8738-ff72bd4923d0 used request id req-fa8ccec5-0d6e-4b62-81f0-b3ea956ca884 2018-11-19 06:22:39,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:40,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f81cd0a3-9585-4be3-92ea-a4b87721dee5 Date: Mon, 19 Nov 2018 06:22:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "created_at": "2018-11-19T06:22:11Z", "updated_at": "2018-11-19T06:22:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "revision_number": 0, "id": "26418f57-5013-4a09-bbe0-c603305b28ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3b8d68794ea48c38e13112ed41924e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "revision_number": 0, "id": "4548e538-8eda-4956-bc89-d1096780af71", "remote_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "port_range_min": null, "ethertype": "IPv4", "project_id": "e3b8d68794ea48c38e13112ed41924e0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "revision_number": 0, "id": "a5161926-9784-4c7b-8d91-53b984ecae7e", "remote_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3b8d68794ea48c38e13112ed41924e0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "revision_number": 0, "id": "e6a3d375-1e40-4db2-a36d-9e6569e07889", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "port_range_min": null, "ethertype": "IPv6", "project_id": "e3b8d68794ea48c38e13112ed41924e0"}], "revision_number": 4, "project_id": "e3b8d68794ea48c38e13112ed41924e0", "id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "name": "default"}]} 2018-11-19 06:22:40,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f81cd0a3-9585-4be3-92ea-a4b87721dee5 2018-11-19 06:22:40,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:40,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f207ac5d-ffa7-43cf-89e3-2e71b195234c Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:22:40,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-f207ac5d-ffa7-43cf-89e3-2e71b195234c 2018-11-19 06:22:40,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:40,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19f5223f-d610-43fb-848a-d44801b90f58 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:22:40,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-19f5223f-d610-43fb-848a-d44801b90f58 2018-11-19 06:22:40,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:40,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbef8819-575b-40c1-921e-e967850d8d19 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:22:40,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-cbef8819-575b-40c1-921e-e967850d8d19 2018-11-19 06:22:40,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:40,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3839a7bf-fec2-47cd-a3f6-37c64faa5ec2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0"}, "enabled": true, "id": "e3b8d68794ea48c38e13112ed41924e0", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-da22c272-192e-497-proj"}} 2018-11-19 06:22:40,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-3839a7bf-fec2-47cd-a3f6-37c64faa5ec2 2018-11-19 06:22:40,504 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e31bdc1a-d9ce-4972-8625-2dedf2b40269 2018-11-19 06:22:40,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e31bdc1a-d9ce-4972-8625-2dedf2b40269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:40,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-80b2a496-a47c-40f2-9494-60a2c206ed80 Date: Mon, 19 Nov 2018 06:22:40 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "created_at": "2018-11-19T06:22:11Z", "project_id": "e3b8d68794ea48c38e13112ed41924e0", "id": "26418f57-5013-4a09-bbe0-c603305b28ba"}, {"remote_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "created_at": "2018-11-19T06:22:11Z", "project_id": "e3b8d68794ea48c38e13112ed41924e0", "id": "4548e538-8eda-4956-bc89-d1096780af71"}, {"remote_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "created_at": "2018-11-19T06:22:11Z", "project_id": "e3b8d68794ea48c38e13112ed41924e0", "id": "a5161926-9784-4c7b-8d91-53b984ecae7e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:11Z", "security_group_id": "e31bdc1a-d9ce-4972-8625-2dedf2b40269", "port_range_min": null, "revision_number": 0, "tenant_id": "e3b8d68794ea48c38e13112ed41924e0", "created_at": "2018-11-19T06:22:11Z", "project_id": "e3b8d68794ea48c38e13112ed41924e0", "id": "e6a3d375-1e40-4db2-a36d-9e6569e07889"}]} 2018-11-19 06:22:40,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e31bdc1a-d9ce-4972-8625-2dedf2b40269 used request id req-80b2a496-a47c-40f2-9494-60a2c206ed80 2018-11-19 06:22:40,682 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:22:40,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e31bdc1a-d9ce-4972-8625-2dedf2b40269 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:41,001 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c3c75b4-0214-448d-a7f1-54284830375c Content-Length: 0 Date: Mon, 19 Nov 2018 06:22:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:22:41,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e31bdc1a-d9ce-4972-8625-2dedf2b40269 used request id req-7c3c75b4-0214-448d-a7f1-54284830375c 2018-11-19 06:22:41,002 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-da22c272-192e-497-proj 2018-11-19 06:22:41,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:41,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32965d34-9bd5-4aa2-84f2-3a29f47fbb66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:41,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e3b8d68794ea48c38e13112ed41924e0 used request id req-32965d34-9bd5-4aa2-84f2-3a29f47fbb66 2018-11-19 06:22:41,219 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-da22c272-192e-497-proj-role 2018-11-19 06:22:41,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/523711ae6182429da3b9ad04699d4181 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:41,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e45174c1-abd1-40e1-bb63-35502e8bc382 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:41,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/523711ae6182429da3b9ad04699d4181 used request id req-e45174c1-abd1-40e1-bb63-35502e8bc382 2018-11-19 06:22:41,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ea593392543c54cbf79923220f656d1cb7f1f64" 2018-11-19 06:22:41,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea683662-48c3-48cf-b594-fc3c83951b91 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:22:41,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ea683662-48c3-48cf-b594-fc3c83951b91 2018-11-19 06:22:41,442 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-da22c272-192e-497-user 2018-11-19 06:22:41,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/05845f7645b64a39b2354b2ff7e33cf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfa14ed5737942db9b860eca90a85581bb39534b" 2018-11-19 06:22:41,622 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59d7d75e-981c-485d-a948-19f606872551 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:41,622 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/05845f7645b64a39b2354b2ff7e33cf3 used request id req-59d7d75e-981c-485d-a948-19f606872551 2018-11-19 06:22:41,623 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:42,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2He9E1MoRemO_TaVmxkIBw"], "issued_at": "2018-11-19T06:22:42.000000Z"}} 2018-11-19 06:22:42,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7c362061614197731a45c568b17ef4c71e74148" 2018-11-19 06:22:42,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923c0295-c44c-408f-8c07-2544158f3fe5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:42,098 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-923c0295-c44c-408f-8c07-2544158f3fe5 2018-11-19 06:22:42,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:42,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:42,483 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["x7xp_4w4Th-9_KMt4l1N8A"], "issued_at": "2018-11-19T06:22:42.000000Z"}} 2018-11-19 06:22:42,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:22:42,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da172493-87be-4773-a8db-b974282ae917 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:42,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-da172493-87be-4773-a8db-b974282ae917 2018-11-19 06:22:42,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:42,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:22:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:42,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:22:42,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f2e7ab-cb36-4b17-85a6-2469671194c0 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:22:42,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj used request id req-36f2e7ab-cb36-4b17-85a6-2469671194c0 2018-11-19 06:22:42,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:22:42,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d85ceadc-ac8e-4c53-8eb5-841637c9bdb3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:22:42,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d85ceadc-ac8e-4c53-8eb5-841637c9bdb3 2018-11-19 06:22:42,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}}' 2018-11-19 06:22:42,905 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:22:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ddc54a62-f34b-4ef4-b3c0-4970e418bdc3 Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:22:42,905 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ddc54a62-f34b-4ef4-b3c0-4970e418bdc3 2018-11-19 06:22:42,906 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj 2018-11-19 06:22:42,906 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:42,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:43,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ZrKw6VYsScKFDrNpnaa0pw"], "issued_at": "2018-11-19T06:22:43.000000Z"}} 2018-11-19 06:22:43,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b510fb322b7a8f34cb6e2194c4b93335f6d6ca" 2018-11-19 06:22:43,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb1b8e3d-77d1-4729-ad3e-5d4d68e97d66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:43,368 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cb1b8e3d-77d1-4729-ad3e-5d4d68e97d66 2018-11-19 06:22:43,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:43,378 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:43,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b510fb322b7a8f34cb6e2194c4b93335f6d6ca" 2018-11-19 06:22:43,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-796bf243-888c-4ce7-bce2-68ea5ce24805 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:22:43,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-796bf243-888c-4ce7-bce2-68ea5ce24805 2018-11-19 06:22:43,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b510fb322b7a8f34cb6e2194c4b93335f6d6ca" 2018-11-19 06:22:43,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8afad874-6ced-45a3-a30c-998e77bce63c Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}]} 2018-11-19 06:22:43,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj used request id req-8afad874-6ced-45a3-a30c-998e77bce63c 2018-11-19 06:22:43,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b510fb322b7a8f34cb6e2194c4b93335f6d6ca" 2018-11-19 06:22:43,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0ba32a1-f4d3-4298-b510-ae6615af7fff Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:22:43,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e0ba32a1-f4d3-4298-b510-ae6615af7fff 2018-11-19 06:22:43,996 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-27165343-ea8b-4b4-user 2018-11-19 06:22:43,996 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:44,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:22:44,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30925afb-2e23-4b93-b5da-e41a33be2338 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:22:44,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-30925afb-2e23-4b93-b5da-e41a33be2338 2018-11-19 06:22:44,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" -d '{"role": {"name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role"}}' 2018-11-19 06:22:44,210 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:22:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f0584f9-b602-4b10-83a7-740345ad7c52 Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "20be9a1a0bee41379f9ecb8dbc891cd7", "links": {"self": "http://172.30.9.21:5000/v3/roles/20be9a1a0bee41379f9ecb8dbc891cd7"}, "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role"}} 2018-11-19 06:22:44,210 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9f0584f9-b602-4b10-83a7-740345ad7c52 2018-11-19 06:22:44,211 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role 2018-11-19 06:22:44,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/20be9a1a0bee41379f9ecb8dbc891cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:22:44,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-806dc796-e74f-4331-bb79-2023bb8889ab Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/20be9a1a0bee41379f9ecb8dbc891cd7"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role", "id": "20be9a1a0bee41379f9ecb8dbc891cd7"}} 2018-11-19 06:22:44,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/20be9a1a0bee41379f9ecb8dbc891cd7 used request id req-806dc796-e74f-4331-bb79-2023bb8889ab 2018-11-19 06:22:44,295 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role to project CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj 2018-11-19 06:22:44,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541/users/ff704a225c6f48018744b7db629cc68e/roles/20be9a1a0bee41379f9ecb8dbc891cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:22:44,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:22:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d95fc743-b02f-4ea5-a635-cd2571d3a0a0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:22:44,423 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541/users/ff704a225c6f48018744b7db629cc68e/roles/20be9a1a0bee41379f9ecb8dbc891cd7 used request id req-d95fc743-b02f-4ea5-a635-cd2571d3a0a0 2018-11-19 06:22:44,423 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:22:44,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:44,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:44,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20be9a1a0bee41379f9ecb8dbc891cd7", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role"}], "expires_at": "2018-11-19T07:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bebc8a10c2c549d88b44372940c48541", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-user", "id": "ff704a225c6f48018744b7db629cc68e"}, "audit_ids": ["CzI_o9JDSQ6ImwzA-3aISA"], "issued_at": "2018-11-19T06:22:44.000000Z"}} 2018-11-19 06:22:44,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" 2018-11-19 06:22:44,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c30d06c-3e2a-4aa7-8386-07c7af8fff3a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:44,874 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c30d06c-3e2a-4aa7-8386-07c7af8fff3a 2018-11-19 06:22:44,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" 2018-11-19 06:22:45,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-638fbafd-e508-488c-9214-41e32beb83b7 Date: Mon, 19 Nov 2018 06:22:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image"} 2018-11-19 06:22:45,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image used request id req-638fbafd-e508-488c-9214-41e32beb83b7 2018-11-19 06:22:45,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" 2018-11-19 06:22:45,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-878671fe-ddec-40d6-a057-859626051153 Date: Mon, 19 Nov 2018 06:22:45 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:22:45,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-878671fe-ddec-40d6-a057-859626051153 2018-11-19 06:22:45,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image"}' 2018-11-19 06:22:45,428 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a X-Openstack-Request-Id: req-75f0db8e-dfa4-42aa-a4ef-080cd9535cd7 Date: Mon, 19 Nov 2018 06:22:45 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:45Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:45Z", "visibility": "shared", "locations": [], "self": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "min_disk": 0, "protected": false, "id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "file": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a/file", "checksum": null, "owner": "bebc8a10c2c549d88b44372940c48541", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:22:45,428 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-75f0db8e-dfa4-42aa-a4ef-080cd9535cd7 2018-11-19 06:22:45,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" -d '' 2018-11-19 06:22:47,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b36ea503-a6a1-4639-a8fa-f52ccb73abf7 Date: Mon, 19 Nov 2018 06:22:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:22:47,630 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a/file used request id req-b36ea503-a6a1-4639-a8fa-f52ccb73abf7 2018-11-19 06:22:47,630 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:22:47,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" 2018-11-19 06:22:47,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-4157b147-c06f-49af-8d19-3bf4ab88248e Date: Mon, 19 Nov 2018 06:22:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:47Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/baca6791-4204-4601-80b6-0c035bfb3f5a/snap", "metadata": {}}], "self": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "min_disk": 0, "protected": false, "id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "file": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bebc8a10c2c549d88b44372940c48541", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/baca6791-4204-4601-80b6-0c035bfb3f5a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:22:47,805 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a used request id req-4157b147-c06f-49af-8d19-3bf4ab88248e 2018-11-19 06:22:47,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" 2018-11-19 06:22:47,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6c3bf136-3bec-4e03-a426-284e316019a3 Date: Mon, 19 Nov 2018 06:22:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:22:47,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6c3bf136-3bec-4e03-a426-284e316019a3 2018-11-19 06:22:47,979 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image 2018-11-19 06:22:47,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" 2018-11-19 06:22:48,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-aac4e1e6-014c-4799-a981-e4391107fabe Date: Mon, 19 Nov 2018 06:22:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:47Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/baca6791-4204-4601-80b6-0c035bfb3f5a/snap", "metadata": {}}], "self": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "min_disk": 0, "protected": false, "id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "file": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bebc8a10c2c549d88b44372940c48541", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/baca6791-4204-4601-80b6-0c035bfb3f5a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:22:48,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a used request id req-aac4e1e6-014c-4799-a981-e4391107fabe 2018-11-19 06:22:48,160 - create_image - DEBUG - Instance status is - active 2018-11-19 06:22:48,160 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image 2018-11-19 06:22:48,160 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image 2018-11-19 06:22:48,160 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:48,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:48,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20be9a1a0bee41379f9ecb8dbc891cd7", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role"}], "expires_at": "2018-11-19T07:22:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bebc8a10c2c549d88b44372940c48541", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-user", "id": "ff704a225c6f48018744b7db629cc68e"}, "audit_ids": ["Xhi1DGrqTdu-ay04IJ4Low"], "issued_at": "2018-11-19T06:22:48.000000Z"}} 2018-11-19 06:22:48,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:22:48,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e20358f-0fa3-4c8c-8659-b1146c6bb865 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:48,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9e20358f-0fa3-4c8c-8659-b1146c6bb865 2018-11-19 06:22:48,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:22:48,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-df365cc7-4791-4fde-8d07-98f94fefc07b Date: Mon, 19 Nov 2018 06:22:48 GMT RESP BODY: {"networks":[]} 2018-11-19 06:22:48,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net used request id req-df365cc7-4791-4fde-8d07-98f94fefc07b 2018-11-19 06:22:48,799 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net 2018-11-19 06:22:48,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" -d '{"network": {"name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net", "admin_state_up": true}}' 2018-11-19 06:22:49,388 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-92eb643e-f70d-494c-824e-e34ee3fd3247 Date: Mon, 19 Nov 2018 06:22:49 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:22:49Z","is_default":false,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","mtu":1450}} 2018-11-19 06:22:49,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-92eb643e-f70d-494c-824e-e34ee3fd3247 2018-11-19 06:22:49,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:22:49,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-7909d811-b61d-46e3-a0dc-6842ff406164 Date: Mon, 19 Nov 2018 06:22:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:22:49Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:22:49,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-7909d811-b61d-46e3-a0dc-6842ff406164 2018-11-19 06:22:49,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:22:49,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-92eb00d5-bd07-4352-b776-8be08e67e88a Date: Mon, 19 Nov 2018 06:22:49 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:22:49,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-92eb00d5-bd07-4352-b776-8be08e67e88a 2018-11-19 06:22:49,818 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet 2018-11-19 06:22:49,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" -d '{"subnets": [{"ip_version": 4, "network_id": "dcb5c8aa-e59a-4c35-8c3a-f699365677b4", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]}' 2018-11-19 06:22:50,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ed0ff9ef-298a-4c86-8157-9b57cef84629 Date: Mon, 19 Nov 2018 06:22:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:50,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-ed0ff9ef-298a-4c86-8157-9b57cef84629 2018-11-19 06:22:50,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:22:50,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-949007c6-c727-4284-92f8-1b5caea7953d Date: Mon, 19 Nov 2018 06:22: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":["8da6a602-6abf-4bda-8da0-9fd81a99088f"],"updated_at":"2018-11-19T06:22:50Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:22:50,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-949007c6-c727-4284-92f8-1b5caea7953d 2018-11-19 06:22:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:22:51,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bdd4753b-4a77-4d2f-bd39-d245e69266e0 Date: Mon, 19 Nov 2018 06:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:51,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-bdd4753b-4a77-4d2f-bd39-d245e69266e0 2018-11-19 06:22:51,093 - OpenStackNetwork - DEBUG - Network [dcb5c8aa-e59a-4c35-8c3a-f699365677b4] created successfully 2018-11-19 06:22:51,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:51,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:51,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:22:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3WvJudmhRSW8DgGLbBXPqA"], "issued_at": "2018-11-19T06:22:51.000000Z"}} 2018-11-19 06:22:51,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fe87dd0facede1b8acbf2b64ad381584ec1cdf3" 2018-11-19 06:22:51,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7266b4-22ef-4dad-82e3-8e9928efb916 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:51,657 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9d7266b4-22ef-4dad-82e3-8e9928efb916 2018-11-19 06:22:51,658 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:22:51,664 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fe87dd0facede1b8acbf2b64ad381584ec1cdf3" 2018-11-19 06:22:51,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4e398f19-5e6f-46d2-94ba-d82b46cda217 x-compute-request-id: req-4e398f19-5e6f-46d2-94ba-d82b46cda217 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:22:51,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-4e398f19-5e6f-46d2-94ba-d82b46cda217 2018-11-19 06:22:51,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fe87dd0facede1b8acbf2b64ad381584ec1cdf3" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:22:51,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dbca4c21-ff4d-4b87-afe8-285b35f32310 x-compute-request-id: req-dbca4c21-ff4d-4b87-afe8-285b35f32310 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "29427498-a010-43bb-bc12-63e337d38808", "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:22:51,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-dbca4c21-ff4d-4b87-afe8-285b35f32310 2018-11-19 06:22:51,900 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:51,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:52,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20be9a1a0bee41379f9ecb8dbc891cd7", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role"}], "expires_at": "2018-11-19T07:22:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bebc8a10c2c549d88b44372940c48541", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-user", "id": "ff704a225c6f48018744b7db629cc68e"}, "audit_ids": ["rnvXxYLzRIOzGkYaa5MONg"], "issued_at": "2018-11-19T06:22:52.000000Z"}} 2018-11-19 06:22:52,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:52,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ffa077-2f40-4b54-9e7e-723feec1631f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:52,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-32ffa077-2f40-4b54-9e7e-723feec1631f 2018-11-19 06:22:52,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:22:52,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:52,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d64dd6d0-3131-4fab-b87e-76d4580080bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:52,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d64dd6d0-3131-4fab-b87e-76d4580080bd 2018-11-19 06:22:52,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:52,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-e5b2bd0f-d54b-4894-ad4e-433a81a5f561 Date: Mon, 19 Nov 2018 06:22: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":["8da6a602-6abf-4bda-8da0-9fd81a99088f"],"updated_at":"2018-11-19T06:22:50Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:22:52,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net used request id req-e5b2bd0f-d54b-4894-ad4e-433a81a5f561 2018-11-19 06:22:52,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:52,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:52,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:52,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2023e1a8-2cb2-46e5-878f-520cea53c2f8 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:22:52,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-2023e1a8-2cb2-46e5-878f-520cea53c2f8 2018-11-19 06:22:52,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:52,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-91c94a4f-6b0b-499f-ad52-06b23b81e7e1 Date: Mon, 19 Nov 2018 06:22:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:52,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-91c94a4f-6b0b-499f-ad52-06b23b81e7e1 2018-11-19 06:22:52,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:53,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-75a826d3-d73d-4df7-b0db-4b22649fe5ab Date: Mon, 19 Nov 2018 06:22:53 GMT RESP BODY: {"ports":[]} 2018-11-19 06:22:53,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1&admin_state_up=True used request id req-75a826d3-d73d-4df7-b0db-4b22649fe5ab 2018-11-19 06:22:53,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:53,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-96739913-1da4-466a-bed6-de220846779a x-compute-request-id: req-96739913-1da4-466a-bed6-de220846779a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:22:53,407 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst used request id req-96739913-1da4-466a-bed6-de220846779a 2018-11-19 06:22:53,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:53,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-9e8ad99a-ac58-448e-a356-972a024ce2f2 Date: Mon, 19 Nov 2018 06:22: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":["8da6a602-6abf-4bda-8da0-9fd81a99088f"],"updated_at":"2018-11-19T06:22:50Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:22:53,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net used request id req-9e8ad99a-ac58-448e-a356-972a024ce2f2 2018-11-19 06:22:53,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:53,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c16ea1-58b3-498a-9f79-5b14e5fca365 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:22:53,592 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-62c16ea1-58b3-498a-9f79-5b14e5fca365 2018-11-19 06:22:53,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:53,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-65256e5c-311f-4841-9d86-8a51221c7844 Date: Mon, 19 Nov 2018 06:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:53,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-65256e5c-311f-4841-9d86-8a51221c7844 2018-11-19 06:22:53,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:53,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-31ebf75d-a73d-464f-b81d-53da145a6b7c Date: Mon, 19 Nov 2018 06:22:53 GMT RESP BODY: {"ports":[]} 2018-11-19 06:22:53,920 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1&admin_state_up=True used request id req-31ebf75d-a73d-464f-b81d-53da145a6b7c 2018-11-19 06:22:53,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:22:53,921 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:22:54,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "20be9a1a0bee41379f9ecb8dbc891cd7", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role"}], "expires_at": "2018-11-19T07:22:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bebc8a10c2c549d88b44372940c48541", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/bebc8a10c2c549d88b44372940c48541", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-user", "id": "ff704a225c6f48018744b7db629cc68e"}, "audit_ids": ["KDX4qkbwSrqH_ekSmHyKmA"], "issued_at": "2018-11-19T06:22:54.000000Z"}} 2018-11-19 06:22:54,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adac7df2be2ec43e18389fb2c0c87791609e729d" 2018-11-19 06:22:54,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad0bc57-7b8e-40eb-91a0-90d8c116df94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:22:54,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5ad0bc57-7b8e-40eb-91a0-90d8c116df94 2018-11-19 06:22:54,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:54,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-185a0b34-ee8a-41b9-9916-97540d054ed6 Date: Mon, 19 Nov 2018 06:22: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":["8da6a602-6abf-4bda-8da0-9fd81a99088f"],"updated_at":"2018-11-19T06:22:50Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:22:54,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net used request id req-185a0b34-ee8a-41b9-9916-97540d054ed6 2018-11-19 06:22:54,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:54,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ce2ec153-f100-4fb3-9c39-163d0e397be7 Date: Mon, 19 Nov 2018 06:22:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:54,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-ce2ec153-f100-4fb3-9c39-163d0e397be7 2018-11-19 06:22:54,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:55,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-1eba05eb-6e5e-4bc7-82bf-ae7210c1864a Date: Mon, 19 Nov 2018 06:22: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":["8da6a602-6abf-4bda-8da0-9fd81a99088f"],"updated_at":"2018-11-19T06:22:50Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:22:55,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net used request id req-1eba05eb-6e5e-4bc7-82bf-ae7210c1864a 2018-11-19 06:22:55,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:22:55,088 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:22:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:22:55,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adac7df2be2ec43e18389fb2c0c87791609e729d" 2018-11-19 06:22:55,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8908a66-6585-498b-88c9-06b03e6a8783 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:22:55,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-a8908a66-6585-498b-88c9-06b03e6a8783 2018-11-19 06:22:55,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:55,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4911fc9b-c6c1-4985-ab28-2694c1ccabfc Date: Mon, 19 Nov 2018 06:22:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:55,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-4911fc9b-c6c1-4985-ab28-2694c1ccabfc 2018-11-19 06:22:55,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:55,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-11f144dd-8e6c-4088-bd04-a4a1a751723e Date: Mon, 19 Nov 2018 06:22:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:55,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet used request id req-11f144dd-8e6c-4088-bd04-a4a1a751723e 2018-11-19 06:22:55,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:55,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3200d221-c4d2-4bf9-8834-56b52f27dee9 Date: Mon, 19 Nov 2018 06:22:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:55,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet used request id req-3200d221-c4d2-4bf9-8834-56b52f27dee9 2018-11-19 06:22:55,741 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net 2018-11-19 06:22:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" -d '{"port": {"network_id": "dcb5c8aa-e59a-4c35-8c3a-f699365677b4", "fixed_ips": [{"subnet_id": "8da6a602-6abf-4bda-8da0-9fd81a99088f", "ip_address": "10.55.0.101"}, {"subnet_id": "8da6a602-6abf-4bda-8da0-9fd81a99088f", "ip_address": "10.55.0.102"}], "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1", "admin_state_up": true}}' 2018-11-19 06:22:56,952 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-d59a8bd2-b402-4edf-b191-f1dc49c54e8c Date: Mon, 19 Nov 2018 06:22:56 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:56Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.101"},{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.102"}],"id":"1a336923-f059-43b1-b86a-e1916bd3cc88","security_groups":["5386039a-24e0-4b78-b1b0-0a8bf75895c2"],"mac_address":"fa:16:3e:38:7d:7f","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1","project_id":"bebc8a10c2c549d88b44372940c48541","qos_policy_id":null,"admin_state_up":true,"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:56Z","binding:vnic_type":"normal"}} 2018-11-19 06:22:56,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-d59a8bd2-b402-4edf-b191-f1dc49c54e8c 2018-11-19 06:22:56,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:57,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5e22b975-495c-4e94-ac9b-2ee2280b9969 Date: Mon, 19 Nov 2018 06:22: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":["8da6a602-6abf-4bda-8da0-9fd81a99088f"],"updated_at":"2018-11-19T06:22:50Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:22:57,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net used request id req-5e22b975-495c-4e94-ac9b-2ee2280b9969 2018-11-19 06:22:57,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:57,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70006dfb-958b-438e-9b9f-58ae0e0ad25a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:22:57,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-70006dfb-958b-438e-9b9f-58ae0e0ad25a 2018-11-19 06:22:57,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:57,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-077908c9-107e-4136-b134-ea930d239052 Date: Mon, 19 Nov 2018 06:22:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:22:57,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-077908c9-107e-4136-b134-ea930d239052 2018-11-19 06:22:57,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:57,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-9aa925cc-1b5b-47b6-a486-2d8490a3b7dc Date: Mon, 19 Nov 2018 06:22:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:56Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.101"},{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.102"}],"id":"1a336923-f059-43b1-b86a-e1916bd3cc88","security_groups":["5386039a-24e0-4b78-b1b0-0a8bf75895c2"],"mac_address":"fa:16:3e:38:7d:7f","project_id":"bebc8a10c2c549d88b44372940c48541","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1","admin_state_up":true,"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:56Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:22:57,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1&admin_state_up=True used request id req-9aa925cc-1b5b-47b6-a486-2d8490a3b7dc 2018-11-19 06:22:57,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:57,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f67fd496-9f29-4581-9148-7c6bd8e71de0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:22:57,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-f67fd496-9f29-4581-9148-7c6bd8e71de0 2018-11-19 06:22:57,787 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst 2018-11-19 06:22:57,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:57,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3613e78a-d5f1-430e-887d-4aad578f4685 x-compute-request-id: req-3613e78a-d5f1-430e-887d-4aad578f4685 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"flavors": [{"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-flavor-name"}]} 2018-11-19 06:22:57,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3613e78a-d5f1-430e-887d-4aad578f4685 2018-11-19 06:22:57,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/29427498-a010-43bb-bc12-63e337d38808 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:58,013 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e811fa44-d6ce-4619-9127-10d46bdeebd0 x-compute-request-id: req-e811fa44-d6ce-4619-9127-10d46bdeebd0 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "29427498-a010-43bb-bc12-63e337d38808", "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:22:58,013 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/29427498-a010-43bb-bc12-63e337d38808 used request id req-e811fa44-d6ce-4619-9127-10d46bdeebd0 2018-11-19 06:22:58,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:58,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-4de78ec3-4d9b-449d-869c-83bb14a05f9c Date: Mon, 19 Nov 2018 06:22:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:22:45Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:22:47Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/baca6791-4204-4601-80b6-0c035bfb3f5a/snap", "metadata": {}}], "self": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "min_disk": 0, "protected": false, "id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "file": "/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "bebc8a10c2c549d88b44372940c48541", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/baca6791-4204-4601-80b6-0c035bfb3f5a/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image"} 2018-11-19 06:22:58,277 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image used request id req-4de78ec3-4d9b-449d-869c-83bb14a05f9c 2018-11-19 06:22:58,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:22:58,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d83942aa-2694-4afa-8d31-1cd57ae60875 Date: Mon, 19 Nov 2018 06:22:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:22:58,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d83942aa-2694-4afa-8d31-1cd57ae60875 2018-11-19 06:22:58,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" -d '{"server": {"name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "imageRef": "baca6791-4204-4601-80b6-0c035bfb3f5a", "flavorRef": "29427498-a010-43bb-bc12-63e337d38808", "max_count": 1, "min_count": 1, "networks": [{"port": "1a336923-f059-43b1-b86a-e1916bd3cc88"}]}}' 2018-11-19 06:22:59,727 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:22:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f1c7f323-0106-46c6-a097-59628c7b6d8d x-compute-request-id: req-f1c7f323-0106-46c6-a097-59628c7b6d8d Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "adminPass": "7QcXRMos4L4t"}} 2018-11-19 06:22:59,727 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f1c7f323-0106-46c6-a097-59628c7b6d8d 2018-11-19 06:22:59,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:00,086 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:22:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75950fd9-7d9e-4b7b-9458-f15425d69f6c x-compute-request-id: req-75950fd9-7d9e-4b7b-9458-f15425d69f6c 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.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "image": {"id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "links": [{"href": "http://172.30.9.21:8774/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}]}, "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "user_id": "ff704a225c6f48018744b7db629cc68e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:22:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "created": "2018-11-19T06:22:59Z", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:00,086 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-75950fd9-7d9e-4b7b-9458-f15425d69f6c 2018-11-19 06:23:00,087 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst 2018-11-19 06:23:00,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:00,488 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23: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-0b49edc6-4c5c-4968-82e2-9d214183d556 x-compute-request-id: req-0b49edc6-4c5c-4968-82e2-9d214183d556 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.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "image": {"id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "links": [{"href": "http://172.30.9.21:8774/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}]}, "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "user_id": "ff704a225c6f48018744b7db629cc68e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:23:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "created": "2018-11-19T06:22:59Z", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:00,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-0b49edc6-4c5c-4968-82e2-9d214183d556 2018-11-19 06:23:00,489 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst] is - BUILD 2018-11-19 06:23:00,489 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:23:03,491 - create_instance - DEBUG - VM status query timeout in 896.595904112 2018-11-19 06:23:03,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:04,246 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7642f15-5386-4e62-a24f-cd7fb1170b51 x-compute-request-id: req-c7642f15-5386-4e62-a24f-cd7fb1170b51 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.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "image": {"id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "links": [{"href": "http://172.30.9.21:8774/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}]}, "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "security_groups": [{"name": "default"}], "user_id": "ff704a225c6f48018744b7db629cc68e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:23:00Z", "hostId": "b6119eed5309b93eeba6233757b83c4638b69f0014d6cff293c3041f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "created": "2018-11-19T06:22:59Z", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:04,247 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-c7642f15-5386-4e62-a24f-cd7fb1170b51 2018-11-19 06:23:04,247 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst] is - BUILD 2018-11-19 06:23:04,247 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:23:07,251 - create_instance - DEBUG - VM status query timeout in 892.83663702 2018-11-19 06:23:07,254 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:07,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-f8e18351-5ca1-4336-a2e5-9bf23b17d7f0 x-compute-request-id: req-f8e18351-5ca1-4336-a2e5-9bf23b17d7f0 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:7d:7f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:7d:7f", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "image": {"id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "links": [{"href": "http://172.30.9.21:8774/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:04.000000", "flavor": {"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}]}, "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "security_groups": [{"name": "default"}], "user_id": "ff704a225c6f48018744b7db629cc68e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:05Z", "hostId": "b6119eed5309b93eeba6233757b83c4638b69f0014d6cff293c3041f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "created": "2018-11-19T06:22:59Z", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:07,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-f8e18351-5ca1-4336-a2e5-9bf23b17d7f0 2018-11-19 06:23:07,886 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst] is - ACTIVE 2018-11-19 06:23:07,886 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:23:07,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:08,333 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a89ab7f7-dc0c-4b5a-8f8c-f38cfa31671a x-compute-request-id: req-a89ab7f7-dc0c-4b5a-8f8c-f38cfa31671a Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:7d:7f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:7d:7f", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "image": {"id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "links": [{"href": "http://172.30.9.21:8774/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:04.000000", "flavor": {"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}]}, "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "security_groups": [{"name": "default"}], "user_id": "ff704a225c6f48018744b7db629cc68e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:05Z", "hostId": "b6119eed5309b93eeba6233757b83c4638b69f0014d6cff293c3041f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "created": "2018-11-19T06:22:59Z", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:08,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-a89ab7f7-dc0c-4b5a-8f8c-f38cfa31671a 2018-11-19 06:23:08,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:08,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-5582d1fe-294e-4413-bbd3-1ce552471c21 Date: Mon, 19 Nov 2018 06:23: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":["8da6a602-6abf-4bda-8da0-9fd81a99088f"],"updated_at":"2018-11-19T06:22:50Z","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:49Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bebc8a10c2c549d88b44372940c48541","id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net"}]} 2018-11-19 06:23:08,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net used request id req-5582d1fe-294e-4413-bbd3-1ce552471c21 2018-11-19 06:23:08,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:08,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebecce9a-d03b-45bb-a05a-041934f6e982 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:23:08,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-ebecce9a-d03b-45bb-a05a-041934f6e982 2018-11-19 06:23:08,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:08,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-3ba97c78-2f00-4ad1-b598-366ebbd7d689 Date: Mon, 19 Nov 2018 06:23:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","dns_nameservers":[],"updated_at":"2018-11-19T06:22: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":"bebc8a10c2c549d88b44372940c48541","id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet"}]} 2018-11-19 06:23:08,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-3ba97c78-2f00-4ad1-b598-366ebbd7d689 2018-11-19 06:23:08,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:08,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3203 X-Openstack-Request-Id: req-11f185ac-4e47-4a68-8b4e-c45352782934 Date: Mon, 19 Nov 2018 06:23:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.2"}],"id":"14625725-7e64-40a8-af61-2ba48da6423d","security_groups":[],"mac_address":"fa:16:3e:fe:71:47","project_id":"bebc8a10c2c549d88b44372940c48541","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:50Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-dcb5c8aa-e59a-4c35-8c3a-f699365677b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:23:05Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.101"},{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.102"}],"id":"1a336923-f059-43b1-b86a-e1916bd3cc88","security_groups":["5386039a-24e0-4b78-b1b0-0a8bf75895c2"],"mac_address":"fa:16:3e:38:7d:7f","project_id":"bebc8a10c2c549d88b44372940c48541","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1","admin_state_up":true,"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:56Z","binding:vnic_type":"normal","device_id":"65408bf0-df41-4a3f-b959-ed009e4f182d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:53Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.3"}],"id":"a7f4d19d-99a0-4c0d-8022-f245ad6632e4","security_groups":[],"mac_address":"fa:16:3e:1f:88:8d","project_id":"bebc8a10c2c549d88b44372940c48541","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:51Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-dcb5c8aa-e59a-4c35-8c3a-f699365677b4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:22:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8da6a602-6abf-4bda-8da0-9fd81a99088f","ip_address":"10.55.0.4"}],"id":"d86e730c-027e-4c42-aa62-34a9d97e7631","security_groups":[],"mac_address":"fa:16:3e:b5:3a:1f","project_id":"bebc8a10c2c549d88b44372940c48541","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"dcb5c8aa-e59a-4c35-8c3a-f699365677b4","tenant_id":"bebc8a10c2c549d88b44372940c48541","created_at":"2018-11-19T06:22:52Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-dcb5c8aa-e59a-4c35-8c3a-f699365677b4"}]} 2018-11-19 06:23:08,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-11f185ac-4e47-4a68-8b4e-c45352782934 2018-11-19 06:23:08,956 - create_instance - INFO - Deleting Port with ID - 1a336923-f059-43b1-b86a-e1916bd3cc88 2018-11-19 06:23:08,956 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15port-1 2018-11-19 06:23:08,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/1a336923-f059-43b1-b86a-e1916bd3cc88 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:09,726 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0ef059c2-8c4d-4db8-b33a-53c844c52681 Date: Mon, 19 Nov 2018 06:23:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:23:09,726 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/1a336923-f059-43b1-b86a-e1916bd3cc88 used request id req-0ef059c2-8c4d-4db8-b33a-53c844c52681 2018-11-19 06:23:09,727 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst 2018-11-19 06:23:09,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:09,882 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:23: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-ec1ae978-f668-48be-ae87-83307978285a x-compute-request-id: req-ec1ae978-f668-48be-ae87-83307978285a Content-Type: application/json 2018-11-19 06:23:09,882 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-ec1ae978-f668-48be-ae87-83307978285a 2018-11-19 06:23:09,883 - create_instance - INFO - Checking deletion status 2018-11-19 06:23:09,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:10,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23: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-54736faf-a7e2-46ed-9283-0ad1e30211af x-compute-request-id: req-54736faf-a7e2-46ed-9283-0ad1e30211af Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:7d:7f", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:7d:7f", "version": 4, "addr": "10.55.0.102", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "image": {"id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "links": [{"href": "http://172.30.9.21:8774/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:04.000000", "flavor": {"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}]}, "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "user_id": "ff704a225c6f48018744b7db629cc68e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:09Z", "hostId": "b6119eed5309b93eeba6233757b83c4638b69f0014d6cff293c3041f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "created": "2018-11-19T06:22:59Z", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:10,356 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-54736faf-a7e2-46ed-9283-0ad1e30211af 2018-11-19 06:23:10,356 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst] is - ACTIVE 2018-11-19 06:23:10,356 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:23:13,360 - create_instance - DEBUG - VM status query timeout in 296.523160934 2018-11-19 06:23:13,363 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:13,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ec2249f-7fbf-4f2d-b2aa-3b86b5d960ca x-compute-request-id: req-8ec2249f-7fbf-4f2d-b2aa-3b86b5d960ca 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.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/65408bf0-df41-4a3f-b959-ed009e4f182d", "rel": "bookmark"}], "image": {"id": "baca6791-4204-4601-80b6-0c035bfb3f5a", "links": [{"href": "http://172.30.9.21:8774/images/baca6791-4204-4601-80b6-0c035bfb3f5a", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:04.000000", "flavor": {"id": "29427498-a010-43bb-bc12-63e337d38808", "links": [{"href": "http://172.30.9.21:8774/flavors/29427498-a010-43bb-bc12-63e337d38808", "rel": "bookmark"}]}, "id": "65408bf0-df41-4a3f-b959-ed009e4f182d", "user_id": "ff704a225c6f48018744b7db629cc68e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:09Z", "hostId": "b6119eed5309b93eeba6233757b83c4638b69f0014d6cff293c3041f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst", "created": "2018-11-19T06:22:59Z", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:13,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-8ec2249f-7fbf-4f2d-b2aa-3b86b5d960ca 2018-11-19 06:23:13,614 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst] is - ACTIVE 2018-11-19 06:23:13,614 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:23:16,617 - create_instance - DEBUG - VM status query timeout in 293.265396118 2018-11-19 06:23:16,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7728d70d9e1368bb9544c11282a6bfc33e196c3b" 2018-11-19 06:23:16,671 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:23:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-263d16f6-0b81-48cc-a48b-e3469223187f x-compute-request-id: req-263d16f6-0b81-48cc-a48b-e3469223187f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 65408bf0-df41-4a3f-b959-ed009e4f182d could not be found.", "code": 404}} 2018-11-19 06:23:16,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/65408bf0-df41-4a3f-b959-ed009e4f182d used request id req-263d16f6-0b81-48cc-a48b-e3469223187f 2018-11-19 06:23:16,671 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 65408bf0-df41-4a3f-b959-ed009e4f182d could not be found. (HTTP 404) (Request-ID: req-263d16f6-0b81-48cc-a48b-e3469223187f) 2018-11-19 06:23:16,672 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-inst 2018-11-19 06:23:16,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/29427498-a010-43bb-bc12-63e337d38808 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3fe87dd0facede1b8acbf2b64ad381584ec1cdf3" 2018-11-19 06:23:16,727 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:23:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0e484f3-412e-40f2-82fc-7958f1f1df48 x-compute-request-id: req-e0e484f3-412e-40f2-82fc-7958f1f1df48 Content-Length: 0 Content-Type: application/json 2018-11-19 06:23:16,728 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/29427498-a010-43bb-bc12-63e337d38808 used request id req-e0e484f3-412e-40f2-82fc-7958f1f1df48 2018-11-19 06:23:16,728 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet 2018-11-19 06:23:16,729 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-subnet 2018-11-19 06:23:16,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/8da6a602-6abf-4bda-8da0-9fd81a99088f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:23:19,118 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c1a0cea8-1aac-4f2d-b949-6d8e98fc363d Date: Mon, 19 Nov 2018 06:23:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:23:19,118 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8da6a602-6abf-4bda-8da0-9fd81a99088f used request id req-c1a0cea8-1aac-4f2d-b949-6d8e98fc363d 2018-11-19 06:23:19,118 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-pub-net 2018-11-19 06:23:19,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/dcb5c8aa-e59a-4c35-8c3a-f699365677b4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}731dcc13c107aeb3eec666d30b6aa17c7674a1b7" 2018-11-19 06:23:20,359 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbaf315e-479d-490f-ac1b-2a0069e3f565 Date: Mon, 19 Nov 2018 06:23:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:23:20,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/dcb5c8aa-e59a-4c35-8c3a-f699365677b4 used request id req-bbaf315e-479d-490f-ac1b-2a0069e3f565 2018-11-19 06:23:20,360 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-6304b8cd-d88a-4fcd-925f-41c071604b15-image 2018-11-19 06:23:20,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}abf085004e886917bd8accb87bf59d145ed45a85" 2018-11-19 06:23:21,929 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-324b9342-cab8-42ed-9470-b7e19a1461e7 Date: Mon, 19 Nov 2018 06:23:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:23:21,930 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/baca6791-4204-4601-80b6-0c035bfb3f5a used request id req-324b9342-cab8-42ed-9470-b7e19a1461e7 2018-11-19 06:23:21,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:22,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fea5359a-c851-4351-b0db-83eb99bce926 Date: Mon, 19 Nov 2018 06:23:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "bebc8a10c2c549d88b44372940c48541", "created_at": "2018-11-19T06:22:49Z", "updated_at": "2018-11-19T06:22:49Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "revision_number": 0, "id": "23a88703-ebb2-44f1-9d36-a4ba66f87a71", "remote_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "port_range_min": null, "ethertype": "IPv6", "project_id": "bebc8a10c2c549d88b44372940c48541"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "revision_number": 0, "id": "7b678b87-16f1-4c99-9b7f-5e94ec2e92a7", "remote_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "port_range_min": null, "ethertype": "IPv4", "project_id": "bebc8a10c2c549d88b44372940c48541"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "revision_number": 0, "id": "811060b1-bba7-4065-86f7-67b1b62d1e9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "port_range_min": null, "ethertype": "IPv4", "project_id": "bebc8a10c2c549d88b44372940c48541"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "revision_number": 0, "id": "fd3b1abc-f006-4c72-a04a-1b5a47e95f0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "tenant_id": "bebc8a10c2c549d88b44372940c48541", "port_range_min": null, "ethertype": "IPv6", "project_id": "bebc8a10c2c549d88b44372940c48541"}], "revision_number": 4, "project_id": "bebc8a10c2c549d88b44372940c48541", "id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:23:22,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fea5359a-c851-4351-b0db-83eb99bce926 2018-11-19 06:23:22,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:22,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e828d672-7bd5-4e55-ab86-c5b259827e32 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:23:22,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-e828d672-7bd5-4e55-ab86-c5b259827e32 2018-11-19 06:23:22,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:22,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a34dc931-a132-4d49-9312-60f590573c97 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541"}, "enabled": true, "id": "bebc8a10c2c549d88b44372940c48541", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj"}} 2018-11-19 06:23:22,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-a34dc931-a132-4d49-9312-60f590573c97 2018-11-19 06:23:22,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5386039a-24e0-4b78-b1b0-0a8bf75895c2 2018-11-19 06:23:22,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5386039a-24e0-4b78-b1b0-0a8bf75895c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:22,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f37b07d4-c89d-4e7b-b1f5-950bcdb64212 Date: Mon, 19 Nov 2018 06:23:22 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "port_range_min": null, "revision_number": 0, "tenant_id": "bebc8a10c2c549d88b44372940c48541", "created_at": "2018-11-19T06:22:49Z", "project_id": "bebc8a10c2c549d88b44372940c48541", "id": "23a88703-ebb2-44f1-9d36-a4ba66f87a71"}, {"remote_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "port_range_min": null, "revision_number": 0, "tenant_id": "bebc8a10c2c549d88b44372940c48541", "created_at": "2018-11-19T06:22:49Z", "project_id": "bebc8a10c2c549d88b44372940c48541", "id": "7b678b87-16f1-4c99-9b7f-5e94ec2e92a7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "port_range_min": null, "revision_number": 0, "tenant_id": "bebc8a10c2c549d88b44372940c48541", "created_at": "2018-11-19T06:22:49Z", "project_id": "bebc8a10c2c549d88b44372940c48541", "id": "811060b1-bba7-4065-86f7-67b1b62d1e9e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:22:49Z", "security_group_id": "5386039a-24e0-4b78-b1b0-0a8bf75895c2", "port_range_min": null, "revision_number": 0, "tenant_id": "bebc8a10c2c549d88b44372940c48541", "created_at": "2018-11-19T06:22:49Z", "project_id": "bebc8a10c2c549d88b44372940c48541", "id": "fd3b1abc-f006-4c72-a04a-1b5a47e95f0f"}]} 2018-11-19 06:23:22,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=5386039a-24e0-4b78-b1b0-0a8bf75895c2 used request id req-f37b07d4-c89d-4e7b-b1f5-950bcdb64212 2018-11-19 06:23:22,521 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:23:22,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/5386039a-24e0-4b78-b1b0-0a8bf75895c2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:23,226 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6d0e221-f325-4ff2-9c3f-5ed8c33f0b58 Content-Length: 0 Date: Mon, 19 Nov 2018 06:23:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:23:23,226 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/5386039a-24e0-4b78-b1b0-0a8bf75895c2 used request id req-b6d0e221-f325-4ff2-9c3f-5ed8c33f0b58 2018-11-19 06:23:23,227 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj 2018-11-19 06:23:23,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:23,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:23:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f4830db-a81e-4353-812a-eb3530dc91a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:23:23,441 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/bebc8a10c2c549d88b44372940c48541 used request id req-5f4830db-a81e-4353-812a-eb3530dc91a2 2018-11-19 06:23:23,441 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-27165343-ea8b-4b4-proj-role 2018-11-19 06:23:23,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/20be9a1a0bee41379f9ecb8dbc891cd7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:23,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:23:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aa155d17-4447-4f7b-900c-a5db2ac5ed2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:23:23,552 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/20be9a1a0bee41379f9ecb8dbc891cd7 used request id req-aa155d17-4447-4f7b-900c-a5db2ac5ed2b 2018-11-19 06:23:23,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}828748f9cb7cdcb764df91f951673b895feb9e56" 2018-11-19 06:23:23,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e328202-0223-4af2-ae4c-d91694b21a56 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:23:23,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3e328202-0223-4af2-ae4c-d91694b21a56 2018-11-19 06:23:23,652 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-27165343-ea8b-4b4-user 2018-11-19 06:23:23,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ff704a225c6f48018744b7db629cc68e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b510fb322b7a8f34cb6e2194c4b93335f6d6ca" 2018-11-19 06:23:23,845 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:23:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c6c5418-7658-4d90-a5d1-3f8a1f887a9e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:23:23,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ff704a225c6f48018744b7db629cc68e used request id req-8c6c5418-7658-4d90-a5d1-3f8a1f887a9e 2018-11-19 06:23:23,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:24,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Yq9NuvtrTAu92cXjomNosg"], "issued_at": "2018-11-19T06:23:24.000000Z"}} 2018-11-19 06:23:24,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99bf769bbb4782c377d3b3e9b4215f2ee3128ff5" 2018-11-19 06:23:24,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8790771e-a6b3-4b74-9470-47df235ec444 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:24,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8790771e-a6b3-4b74-9470-47df235ec444 2018-11-19 06:23:24,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:24,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:24,713 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:23:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["r5-9stQuRA-7DPlL4DiOMg"], "issued_at": "2018-11-19T06:23:24.000000Z"}} 2018-11-19 06:23:24,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:23:24,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0c6c38-c815-4275-943b-894a6826928b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:24,792 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bb0c6c38-c815-4275-943b-894a6826928b 2018-11-19 06:23:24,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:23:24,802 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:23:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:23:24,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:23:24,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b49c47-4eed-4205-8103-233d85d284b5 Content-Encoding: gzip Content-Length: 188 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:23:24,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj used request id req-24b49c47-4eed-4205-8103-233d85d284b5 2018-11-19 06:23:24,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:23:24,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2a6bc5c-2c7b-46ce-ad12-c844498bdc7c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:23:24,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f2a6bc5c-2c7b-46ce-ad12-c844498bdc7c 2018-11-19 06:23:24,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}}' 2018-11-19 06:23:25,103 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:23:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-674abe26-c622-4711-baef-458ae34088ce Content-Length: 320 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:23:25,103 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-674abe26-c622-4711-baef-458ae34088ce 2018-11-19 06:23:25,103 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj 2018-11-19 06:23:25,103 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:25,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:25,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:23:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Zlcf_xpYSz6u5dDolBt6Uw"], "issued_at": "2018-11-19T06:23:25.000000Z"}} 2018-11-19 06:23:25,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eadc6fd39fece644b47239fdc1d6f49fdc46d495" 2018-11-19 06:23:25,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2302a0c-b05c-4363-a77c-95231fd11b2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:25,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2302a0c-b05c-4363-a77c-95231fd11b2f 2018-11-19 06:23:25,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:23:25,578 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:23: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:23:25,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eadc6fd39fece644b47239fdc1d6f49fdc46d495" 2018-11-19 06:23:25,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ede71175-64f5-482b-a593-b96cb1147309 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:23:25,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ede71175-64f5-482b-a593-b96cb1147309 2018-11-19 06:23:25,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eadc6fd39fece644b47239fdc1d6f49fdc46d495" 2018-11-19 06:23:25,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e65b8763-10fb-4553-bcfb-48f9f27a5595 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}]} 2018-11-19 06:23:25,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj used request id req-e65b8763-10fb-4553-bcfb-48f9f27a5595 2018-11-19 06:23:25,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eadc6fd39fece644b47239fdc1d6f49fdc46d495" 2018-11-19 06:23:25,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6997bc90-3500-411c-8840-b2ec2573ba78 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:23:25,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6997bc90-3500-411c-8840-b2ec2573ba78 2018-11-19 06:23:26,276 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-07e78ce1-30b5-461-user 2018-11-19 06:23:26,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:26,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:23:26,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd2412a4-328b-4a6c-acc5-28cd853c9317 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:23:26,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fd2412a4-328b-4a6c-acc5-28cd853c9317 2018-11-19 06:23:26,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" -d '{"role": {"name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role"}}' 2018-11-19 06:23:26,485 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:23:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bf2ae31-c18c-4043-86bd-030f4c85c9bf Content-Length: 234 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "644573fb5c55471b9aa3add1edba0bce", "links": {"self": "http://172.30.9.21:5000/v3/roles/644573fb5c55471b9aa3add1edba0bce"}, "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role"}} 2018-11-19 06:23:26,485 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6bf2ae31-c18c-4043-86bd-030f4c85c9bf 2018-11-19 06:23:26,486 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role 2018-11-19 06:23:26,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/644573fb5c55471b9aa3add1edba0bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:23:26,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac026951-ba29-4992-b18f-ec71a0e48f6e Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/644573fb5c55471b9aa3add1edba0bce"}, "domain_id": null, "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role", "id": "644573fb5c55471b9aa3add1edba0bce"}} 2018-11-19 06:23:26,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/644573fb5c55471b9aa3add1edba0bce used request id req-ac026951-ba29-4992-b18f-ec71a0e48f6e 2018-11-19 06:23:26,579 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role to project CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj 2018-11-19 06:23:26,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8/users/8465c07deaf84d9393c6e0d2c1b1bb82/roles/644573fb5c55471b9aa3add1edba0bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:23:26,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:23:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8e5f080-fa52-47e9-aa52-86729c6e192f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:23:26,703 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8/users/8465c07deaf84d9393c6e0d2c1b1bb82/roles/644573fb5c55471b9aa3add1edba0bce used request id req-a8e5f080-fa52-47e9-aa52-86729c6e192f 2018-11-19 06:23:26,704 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:23:26,704 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:26,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:27,165 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "644573fb5c55471b9aa3add1edba0bce", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role"}], "expires_at": "2018-11-19T07:23:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-user", "id": "8465c07deaf84d9393c6e0d2c1b1bb82"}, "audit_ids": ["d1sCevAGQsSk3ak_tUkOkQ"], "issued_at": "2018-11-19T06:23:27.000000Z"}} 2018-11-19 06:23:27,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" 2018-11-19 06:23:27,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f75e1be4-43d8-42b2-8b0b-b756011a2d7c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:27,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f75e1be4-43d8-42b2-8b0b-b756011a2d7c 2018-11-19 06:23:27,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" 2018-11-19 06:23:27,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 180 Content-Type: application/json X-Openstack-Request-Id: req-89011e5d-4659-4cf1-a846-d0e4f4af8312 Date: Mon, 19 Nov 2018 06:23:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image"} 2018-11-19 06:23:27,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image used request id req-89011e5d-4659-4cf1-a846-d0e4f4af8312 2018-11-19 06:23:27,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" 2018-11-19 06:23:27,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6da2663b-a401-401b-b6de-086251fc686d Date: Mon, 19 Nov 2018 06:23:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:23:27,582 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6da2663b-a401-401b-b6de-086251fc686d 2018-11-19 06:23:27,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image"}' 2018-11-19 06:23:27,798 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621 X-Openstack-Request-Id: req-62e307c3-3900-441d-8837-a2fc75477dbe Date: Mon, 19 Nov 2018 06:23:27 GMT RESP BODY: {"status": "queued", "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:23:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:23:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "min_disk": 0, "protected": false, "id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "file": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/file", "checksum": null, "owner": "3cbe3f4320e249ecb90a95e8c7d4dac8", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:23:27,798 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-62e307c3-3900-441d-8837-a2fc75477dbe 2018-11-19 06:23:27,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" -d '' 2018-11-19 06:23:29,101 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35b0a462-5773-4140-9910-bd02eed04ab9 Date: Mon, 19 Nov 2018 06:23:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:23:29,101 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/file used request id req-35b0a462-5773-4140-9910-bd02eed04ab9 2018-11-19 06:23:29,101 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:23:29,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" 2018-11-19 06:23:29,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-ae0443b8-1b6e-41bc-b2e0-82c1dfcc126a Date: Mon, 19 Nov 2018 06:23:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:23:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:23:28Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/snap", "metadata": {}}], "self": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "min_disk": 0, "protected": false, "id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "file": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3cbe3f4320e249ecb90a95e8c7d4dac8", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:23:29,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621 used request id req-ae0443b8-1b6e-41bc-b2e0-82c1dfcc126a 2018-11-19 06:23:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" 2018-11-19 06:23:29,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fbf15c60-6faa-46aa-8e49-12effd08e68e Date: Mon, 19 Nov 2018 06:23:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:23:29,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-fbf15c60-6faa-46aa-8e49-12effd08e68e 2018-11-19 06:23:29,506 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image 2018-11-19 06:23:29,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" 2018-11-19 06:23:29,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 900 Content-Type: application/json X-Openstack-Request-Id: req-d18d0365-ed0d-444b-8283-525019c8a977 Date: Mon, 19 Nov 2018 06:23:29 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:23:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:23:28Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/snap", "metadata": {}}], "self": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "min_disk": 0, "protected": false, "id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "file": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3cbe3f4320e249ecb90a95e8c7d4dac8", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:23:29,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621 used request id req-d18d0365-ed0d-444b-8283-525019c8a977 2018-11-19 06:23:29,527 - create_image - DEBUG - Instance status is - active 2018-11-19 06:23:29,527 - create_image - DEBUG - Image is active with name - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image 2018-11-19 06:23:29,528 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image 2018-11-19 06:23:29,528 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:29,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:29,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "644573fb5c55471b9aa3add1edba0bce", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role"}], "expires_at": "2018-11-19T07:23:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-user", "id": "8465c07deaf84d9393c6e0d2c1b1bb82"}, "audit_ids": ["fyslNvs2S528qjTSbaKASA"], "issued_at": "2018-11-19T06:23:29.000000Z"}} 2018-11-19 06:23:29,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:23:29,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdabdb03-93b7-4508-b2aa-88cf8c187d13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:29,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fdabdb03-93b7-4508-b2aa-88cf8c187d13 2018-11-19 06:23:29,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:23:30,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-edc2064a-f602-4697-99a1-f6adc0dd477b Date: Mon, 19 Nov 2018 06:23:30 GMT RESP BODY: {"networks":[]} 2018-11-19 06:23:30,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net used request id req-edc2064a-f602-4697-99a1-f6adc0dd477b 2018-11-19 06:23:30,096 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net 2018-11-19 06:23:30,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" -d '{"network": {"name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net", "admin_state_up": true}}' 2018-11-19 06:23:30,616 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 638 X-Openstack-Request-Id: req-2a69a381-bf50-42e4-b826-528ac153eaad Date: Mon, 19 Nov 2018 06:23:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"15004b2a-8144-4546-a59c-1a27cea0a454","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:23:30Z","is_default":false,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:30Z","mtu":1450}} 2018-11-19 06:23:30,616 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-2a69a381-bf50-42e4-b826-528ac153eaad 2018-11-19 06:23:30,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=15004b2a-8144-4546-a59c-1a27cea0a454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:23:30,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-32311418-f334-4690-a3eb-1e790e0ab915 Date: Mon, 19 Nov 2018 06:23:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:23:30Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"15004b2a-8144-4546-a59c-1a27cea0a454","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net"}]} 2018-11-19 06:23:30,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=15004b2a-8144-4546-a59c-1a27cea0a454 used request id req-32311418-f334-4690-a3eb-1e790e0ab915 2018-11-19 06:23:30,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=15004b2a-8144-4546-a59c-1a27cea0a454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:23:30,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-87320223-d341-4123-a0c0-6be1f8d285d8 Date: Mon, 19 Nov 2018 06:23:30 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:23:30,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=15004b2a-8144-4546-a59c-1a27cea0a454 used request id req-87320223-d341-4123-a0c0-6be1f8d285d8 2018-11-19 06:23:30,893 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-subnet 2018-11-19 06:23:30,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" -d '{"subnets": [{"ip_version": 4, "network_id": "15004b2a-8144-4546-a59c-1a27cea0a454", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-subnet"}]}' 2018-11-19 06:23:31,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c37b1b0b-a861-406e-b011-ddc703617657 Date: Mon, 19 Nov 2018 06:23:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15004b2a-8144-4546-a59c-1a27cea0a454","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:31Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:31Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"e370c2f8-6215-4a13-a2ea-747fe7afc13f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-subnet"}]} 2018-11-19 06:23:31,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c37b1b0b-a861-406e-b011-ddc703617657 2018-11-19 06:23:31,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=15004b2a-8144-4546-a59c-1a27cea0a454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:23:32,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 666 X-Openstack-Request-Id: req-8485c2f1-32ff-4bda-a775-b5b9b2a7db1e Date: Mon, 19 Nov 2018 06:23: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":["e370c2f8-6215-4a13-a2ea-747fe7afc13f"],"updated_at":"2018-11-19T06:23:31Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:30Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"15004b2a-8144-4546-a59c-1a27cea0a454","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net"}]} 2018-11-19 06:23:32,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=15004b2a-8144-4546-a59c-1a27cea0a454 used request id req-8485c2f1-32ff-4bda-a775-b5b9b2a7db1e 2018-11-19 06:23:32,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=15004b2a-8144-4546-a59c-1a27cea0a454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:23:32,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f1e8905d-853b-4d1c-94b7-e51fa4005124 Date: Mon, 19 Nov 2018 06:23:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"15004b2a-8144-4546-a59c-1a27cea0a454","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:31Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"e370c2f8-6215-4a13-a2ea-747fe7afc13f","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-subnet"}]} 2018-11-19 06:23:32,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=15004b2a-8144-4546-a59c-1a27cea0a454 used request id req-f1e8905d-853b-4d1c-94b7-e51fa4005124 2018-11-19 06:23:32,264 - OpenStackNetwork - DEBUG - Network [15004b2a-8144-4546-a59c-1a27cea0a454] created successfully 2018-11-19 06:23:32,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:32,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:32,652 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wqWIcdRlTnuFb_rGkrjvyg"], "issued_at": "2018-11-19T06:23:32.000000Z"}} 2018-11-19 06:23:32,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9ddb7990d1c6b04548b689843ea4cbeff08640" 2018-11-19 06:23:32,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f62c567-7453-4bae-ba1a-514400489d0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:32,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8f62c567-7453-4bae-ba1a-514400489d0c 2018-11-19 06:23:32,732 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:23:32,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9ddb7990d1c6b04548b689843ea4cbeff08640" 2018-11-19 06:23:32,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2dd81010-1e6a-481e-ab35-1061ab1b8fb7 x-compute-request-id: req-2dd81010-1e6a-481e-ab35-1061ab1b8fb7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:23:32,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2dd81010-1e6a-481e-ab35-1061ab1b8fb7 2018-11-19 06:23:32,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9ddb7990d1c6b04548b689843ea4cbeff08640" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:23:32,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffb5a007-ded4-418c-9d14-e004639398f9 x-compute-request-id: req-ffb5a007-ded4-418c-9d14-e004639398f9 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:23:32,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ffb5a007-ded4-418c-9d14-e004639398f9 2018-11-19 06:23:32,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:32,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:33,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "644573fb5c55471b9aa3add1edba0bce", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role"}], "expires_at": "2018-11-19T07:23:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-user", "id": "8465c07deaf84d9393c6e0d2c1b1bb82"}, "audit_ids": ["Mr1sUcy_Q_OK299FXa1K0g"], "issued_at": "2018-11-19T06:23:33.000000Z"}} 2018-11-19 06:23:33,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:23:33,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f87b1827-ef18-4fd2-8a5d-a2bf0bf5f155 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:33,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f87b1827-ef18-4fd2-8a5d-a2bf0bf5f155 2018-11-19 06:23:33,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:23:33,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6f7de2f1-21db-4295-a8a3-2c7547c737e3 Date: Mon, 19 Nov 2018 06:23:33 GMT RESP BODY: {"networks":[]} 2018-11-19 06:23:33,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 used request id req-6f7de2f1-21db-4295-a8a3-2c7547c737e3 2018-11-19 06:23:33,615 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 2018-11-19 06:23:33,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" -d '{"network": {"name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2", "admin_state_up": true}}' 2018-11-19 06:23:34,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 634 X-Openstack-Request-Id: req-a0b087ee-91bc-4612-b8c7-ee5eb476e2bb Date: Mon, 19 Nov 2018 06:23:34 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:23:33Z","is_default":false,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","mtu":1450}} 2018-11-19 06:23:34,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a0b087ee-91bc-4612-b8c7-ee5eb476e2bb 2018-11-19 06:23:34,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:23:34,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 618 X-Openstack-Request-Id: req-d1e7537b-0995-4d57-8c0e-22eac5dad3e6 Date: Mon, 19 Nov 2018 06:23:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:23:33Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:34,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-d1e7537b-0995-4d57-8c0e-22eac5dad3e6 2018-11-19 06:23:34,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:23:34,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-34d60ceb-e650-4e88-9c47-0787c61d5e13 Date: Mon, 19 Nov 2018 06:23:34 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:23:34,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-34d60ceb-e650-4e88-9c47-0787c61d5e13 2018-11-19 06:23:34,309 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1 2018-11-19 06:23:34,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" -d '{"subnets": [{"ip_version": 4, "network_id": "1f7351d1-0fff-404b-abb2-4551cc2efc0f", "cidr": "10.55.0.0/24", "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"}]}' 2018-11-19 06:23:35,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-28ec0c42-c3d0-49e7-b716-120c5898afdd Date: Mon, 19 Nov 2018 06:23:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"}]} 2018-11-19 06:23:35,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-28ec0c42-c3d0-49e7-b716-120c5898afdd 2018-11-19 06:23:35,042 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2 2018-11-19 06:23:35,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" -d '{"subnets": [{"ip_version": 4, "network_id": "1f7351d1-0fff-404b-abb2-4551cc2efc0f", "cidr": "10.65.0.0/24", "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]}' 2018-11-19 06:23:35,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5dc4c48e-2f3f-4d1b-a5d6-eeb17b719f8d Date: Mon, 19 Nov 2018 06:23:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:35,670 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-5dc4c48e-2f3f-4d1b-a5d6-eeb17b719f8d 2018-11-19 06:23:35,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:23:35,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-916b396a-3067-4eb4-9927-2654fbc8584c Date: Mon, 19 Nov 2018 06:23: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":["50744415-b1c5-478c-b7f2-5c97d2a3c027","7a1c98cc-9b7c-479f-b56c-256a46b046d7"],"updated_at":"2018-11-19T06:23:35Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:35,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-916b396a-3067-4eb4-9927-2654fbc8584c 2018-11-19 06:23:35,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:23:36,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-b1ad6132-d738-4229-9ab6-63db52c2a5f7 Date: Mon, 19 Nov 2018 06:23:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:36,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-b1ad6132-d738-4229-9ab6-63db52c2a5f7 2018-11-19 06:23:36,128 - OpenStackNetwork - DEBUG - Network [1f7351d1-0fff-404b-abb2-4551cc2efc0f] created successfully 2018-11-19 06:23:36,128 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:36,129 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:36,509 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "644573fb5c55471b9aa3add1edba0bce", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role"}], "expires_at": "2018-11-19T07:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-user", "id": "8465c07deaf84d9393c6e0d2c1b1bb82"}, "audit_ids": ["n20FaQy5TXySLmE9QKeYwQ"], "issued_at": "2018-11-19T06:23:36.000000Z"}} 2018-11-19 06:23:36,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:36,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b67ce4d-6489-4f58-8a5a-d27c3a4d7170 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:36,590 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4b67ce4d-6489-4f58-8a5a-d27c3a4d7170 2018-11-19 06:23:36,591 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:23:36,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:36,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41992737-f9da-4b5f-8c96-f9e452f8c9d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:36,663 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-41992737-f9da-4b5f-8c96-f9e452f8c9d8 2018-11-19 06:23:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:36,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-38dacbc2-21f1-40fd-a6b2-6d9a657d9b58 Date: Mon, 19 Nov 2018 06:23: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":["50744415-b1c5-478c-b7f2-5c97d2a3c027","7a1c98cc-9b7c-479f-b56c-256a46b046d7"],"updated_at":"2018-11-19T06:23:35Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:36,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 used request id req-38dacbc2-21f1-40fd-a6b2-6d9a657d9b58 2018-11-19 06:23:36,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:23:36,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:23:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:23:36,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:37,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b4880d-4f6e-442a-815a-c8039fc98a3e Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:23:37,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-f5b4880d-4f6e-442a-815a-c8039fc98a3e 2018-11-19 06:23:37,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:37,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-604471f6-1747-40bc-8057-b4d73dcad4de Date: Mon, 19 Nov 2018 06:23:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:37,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-604471f6-1747-40bc-8057-b4d73dcad4de 2018-11-19 06:23:37,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:37,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8ceb3756-206a-4a35-97e6-538b6d5509d8 Date: Mon, 19 Nov 2018 06:23:37 GMT RESP BODY: {"ports":[]} 2018-11-19 06:23:37,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1&admin_state_up=True used request id req-8ceb3756-206a-4a35-97e6-538b6d5509d8 2018-11-19 06:23:37,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:37,655 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-89427272-006f-40b0-9c15-22d02c436afe x-compute-request-id: req-89427272-006f-40b0-9c15-22d02c436afe Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:23:37,655 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst used request id req-89427272-006f-40b0-9c15-22d02c436afe 2018-11-19 06:23:37,661 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:37,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-64bca65b-11a8-403e-9989-4849f7b1ef9f Date: Mon, 19 Nov 2018 06:23: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":["7a1c98cc-9b7c-479f-b56c-256a46b046d7","50744415-b1c5-478c-b7f2-5c97d2a3c027"],"updated_at":"2018-11-19T06:23:35Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:37,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 used request id req-64bca65b-11a8-403e-9989-4849f7b1ef9f 2018-11-19 06:23:37,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:38,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e4c878-7426-4868-a429-e1f8adfe970d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:23:38,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-10e4c878-7426-4868-a429-e1f8adfe970d 2018-11-19 06:23:38,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:38,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-b3a9dd8f-7b2c-4a2e-924a-e326e08d193d Date: Mon, 19 Nov 2018 06:23:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:38,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-b3a9dd8f-7b2c-4a2e-924a-e326e08d193d 2018-11-19 06:23:38,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:38,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-866666fd-f829-42d0-96c0-b8d0dd47fd48 Date: Mon, 19 Nov 2018 06:23:38 GMT RESP BODY: {"ports":[]} 2018-11-19 06:23:38,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1&admin_state_up=True used request id req-866666fd-f829-42d0-96c0-b8d0dd47fd48 2018-11-19 06:23:38,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:23:38,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:23:38,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "644573fb5c55471b9aa3add1edba0bce", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role"}], "expires_at": "2018-11-19T07:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3cbe3f4320e249ecb90a95e8c7d4dac8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-user", "id": "8465c07deaf84d9393c6e0d2c1b1bb82"}, "audit_ids": ["JXZXa8oFRuWPXTWfFxCdeA"], "issued_at": "2018-11-19T06:23:38.000000Z"}} 2018-11-19 06:23:38,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c71f38581bbe01e75d1148455c23f8473d91add" 2018-11-19 06:23:38,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e04873ac-c652-437e-9010-46bd89e83051 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:23:38,770 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e04873ac-c652-437e-9010-46bd89e83051 2018-11-19 06:23:38,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:38,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-853bf330-cb24-4a89-bd6b-97a694433ae4 Date: Mon, 19 Nov 2018 06:23: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":["50744415-b1c5-478c-b7f2-5c97d2a3c027","7a1c98cc-9b7c-479f-b56c-256a46b046d7"],"updated_at":"2018-11-19T06:23:35Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:38,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 used request id req-853bf330-cb24-4a89-bd6b-97a694433ae4 2018-11-19 06:23:38,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:39,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-fabd7ceb-fe95-4279-909f-919de323455c Date: Mon, 19 Nov 2018 06:23:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:39,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-fabd7ceb-fe95-4279-909f-919de323455c 2018-11-19 06:23:39,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:39,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-3f9041f4-6aaf-4e07-a6ea-b8726bf58de3 Date: Mon, 19 Nov 2018 06:23: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":["50744415-b1c5-478c-b7f2-5c97d2a3c027","7a1c98cc-9b7c-479f-b56c-256a46b046d7"],"updated_at":"2018-11-19T06:23:35Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:39,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 used request id req-3f9041f4-6aaf-4e07-a6ea-b8726bf58de3 2018-11-19 06:23:39,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:23:39,327 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:23:39 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:23:39,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c71f38581bbe01e75d1148455c23f8473d91add" 2018-11-19 06:23:39,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1d87c4c-aa73-4648-b365-e50346f74157 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:23:39,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-c1d87c4c-aa73-4648-b365-e50346f74157 2018-11-19 06:23:39,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:39,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-162d4428-8b54-43ff-94bb-b33faf6ec4ff Date: Mon, 19 Nov 2018 06:23:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:39,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-162d4428-8b54-43ff-94bb-b33faf6ec4ff 2018-11-19 06:23:39,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:39,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3eaf51ee-45ca-44d2-8333-e1b2586c1591 Date: Mon, 19 Nov 2018 06:23:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"}]} 2018-11-19 06:23:39,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1 used request id req-3eaf51ee-45ca-44d2-8333-e1b2586c1591 2018-11-19 06:23:39,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:40,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f30cc538-2167-442b-8ffd-12e8edfc968d Date: Mon, 19 Nov 2018 06:23:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:40,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2 used request id req-f30cc538-2167-442b-8ffd-12e8edfc968d 2018-11-19 06:23:40,341 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 2018-11-19 06:23:40,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" -d '{"port": {"network_id": "1f7351d1-0fff-404b-abb2-4551cc2efc0f", "fixed_ips": [{"subnet_id": "50744415-b1c5-478c-b7f2-5c97d2a3c027", "ip_address": "10.55.0.101"}, {"subnet_id": "7a1c98cc-9b7c-479f-b56c-256a46b046d7", "ip_address": "10.65.0.101"}], "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1", "admin_state_up": true}}' 2018-11-19 06:23:41,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 873 X-Openstack-Request-Id: req-1c70f4b7-45d6-4221-84e0-0dcb2ce01057 Date: Mon, 19 Nov 2018 06:23:41 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:23:41Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","ip_address":"10.55.0.101"},{"subnet_id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","ip_address":"10.65.0.101"}],"id":"f6945ba8-feac-4077-b991-621c639bc938","security_groups":["6d966c57-d9ca-46d3-848f-5bc9a4797f35"],"mac_address":"fa:16:3e:c1:22:98","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","qos_policy_id":null,"admin_state_up":true,"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:40Z","binding:vnic_type":"normal"}} 2018-11-19 06:23:41,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-1c70f4b7-45d6-4221-84e0-0dcb2ce01057 2018-11-19 06:23:41,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:41,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-ac52ea6f-226a-4794-b3b0-c22522a50c0c Date: Mon, 19 Nov 2018 06:23:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["50744415-b1c5-478c-b7f2-5c97d2a3c027","7a1c98cc-9b7c-479f-b56c-256a46b046d7"],"updated_at":"2018-11-19T06:23:35Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:41,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 used request id req-ac52ea6f-226a-4794-b3b0-c22522a50c0c 2018-11-19 06:23:41,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:41,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-686590f6-060b-409f-9dd6-d31db555c455 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:23:41,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-686590f6-060b-409f-9dd6-d31db555c455 2018-11-19 06:23:41,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:41,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-6882b12e-f975-4a6b-84ef-5601a1697d8d Date: Mon, 19 Nov 2018 06:23:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:41,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-6882b12e-f975-4a6b-84ef-5601a1697d8d 2018-11-19 06:23:41,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:41,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-05639201-5c53-4716-b32d-0c380db30072 Date: Mon, 19 Nov 2018 06:23:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:23:41Z","device_owner":"","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","ip_address":"10.55.0.101"},{"subnet_id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","ip_address":"10.65.0.101"}],"id":"f6945ba8-feac-4077-b991-621c639bc938","security_groups":["6d966c57-d9ca-46d3-848f-5bc9a4797f35"],"mac_address":"fa:16:3e:c1:22:98","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1","admin_state_up":true,"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:40Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:23:41,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1&admin_state_up=True used request id req-05639201-5c53-4716-b32d-0c380db30072 2018-11-19 06:23:41,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:42,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee1970b1-c169-4a7f-89e9-c3eac0a6834b Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:23:42,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-ee1970b1-c169-4a7f-89e9-c3eac0a6834b 2018-11-19 06:23:42,041 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst 2018-11-19 06:23:42,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:42,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-3c64afc7-6012-4cfe-838f-3ba063399b3c x-compute-request-id: req-3c64afc7-6012-4cfe-838f-3ba063399b3c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}], "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-flavor-name"}]} 2018-11-19 06:23:42,074 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3c64afc7-6012-4cfe-838f-3ba063399b3c 2018-11-19 06:23:42,078 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:42,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-d8147d24-2b03-4929-a211-482c7415b736 x-compute-request-id: req-d8147d24-2b03-4929-a211-482c7415b736 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:23:42,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164 used request id req-d8147d24-2b03-4929-a211-482c7415b736 2018-11-19 06:23:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:42,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1080 Content-Type: application/json X-Openstack-Request-Id: req-9cbf50c1-cfe9-45a3-8adc-76be46d5277e Date: Mon, 19 Nov 2018 06:23:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:23:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:23:28Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/snap", "metadata": {}}], "self": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "min_disk": 0, "protected": false, "id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "file": "/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3cbe3f4320e249ecb90a95e8c7d4dac8", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image"} 2018-11-19 06:23:42,280 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image used request id req-9cbf50c1-cfe9-45a3-8adc-76be46d5277e 2018-11-19 06:23:42,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:42,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0af94a45-6f62-4e05-9a0b-c5ef1dfc89fb Date: Mon, 19 Nov 2018 06:23:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:23:42,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0af94a45-6f62-4e05-9a0b-c5ef1dfc89fb 2018-11-19 06:23:42,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" -d '{"server": {"name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "imageRef": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "flavorRef": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "max_count": 1, "min_count": 1, "networks": [{"port": "f6945ba8-feac-4077-b991-621c639bc938"}]}}' 2018-11-19 06:23:44,008 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-ecc390aa-b9b5-4fda-bb07-b327397c34de x-compute-request-id: req-ecc390aa-b9b5-4fda-bb07-b327397c34de Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "adminPass": "VtKVgPi53Pgt"}} 2018-11-19 06:23:44,008 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ecc390aa-b9b5-4fda-bb07-b327397c34de 2018-11-19 06:23:44,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:44,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-79515503-6b08-4c0d-9a53-1fee6b58a1ec x-compute-request-id: req-79515503-6b08-4c0d-9a53-1fee6b58a1ec 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.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "image": {"id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "links": [{"href": "http://172.30.9.21:8774/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}]}, "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "user_id": "8465c07deaf84d9393c6e0d2c1b1bb82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:23:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "created": "2018-11-19T06:23:43Z", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:44,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-79515503-6b08-4c0d-9a53-1fee6b58a1ec 2018-11-19 06:23:44,383 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst 2018-11-19 06:23:44,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:44,643 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-708cd9bc-508a-43bf-bc32-7fa721eb51cd x-compute-request-id: req-708cd9bc-508a-43bf-bc32-7fa721eb51cd 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.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "image": {"id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "links": [{"href": "http://172.30.9.21:8774/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}]}, "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "user_id": "8465c07deaf84d9393c6e0d2c1b1bb82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:23:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "created": "2018-11-19T06:23:43Z", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:44,644 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-708cd9bc-508a-43bf-bc32-7fa721eb51cd 2018-11-19 06:23:44,644 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst] is - BUILD 2018-11-19 06:23:44,644 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:23:47,647 - create_instance - DEBUG - VM status query timeout in 896.736883163 2018-11-19 06:23:47,650 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:48,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7f5b7fe-b27a-44cf-9c19-45cc472d105b x-compute-request-id: req-d7f5b7fe-b27a-44cf-9c19-45cc472d105b 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.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "image": {"id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "links": [{"href": "http://172.30.9.21:8774/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}]}, "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "security_groups": [{"name": "default"}], "user_id": "8465c07deaf84d9393c6e0d2c1b1bb82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:23:44Z", "hostId": "fb47b20da66efcf2dbffe0b5c202f0e90128d5e73c52b52ab53fb899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "created": "2018-11-19T06:23:43Z", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:48,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-d7f5b7fe-b27a-44cf-9c19-45cc472d105b 2018-11-19 06:23:48,410 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst] is - BUILD 2018-11-19 06:23:48,410 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:23:51,413 - create_instance - DEBUG - VM status query timeout in 892.970570087 2018-11-19 06:23:51,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:52,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ce4ff64-6791-41b8-8b85-0154fe193e89 x-compute-request-id: req-6ce4ff64-6791-41b8-8b85-0154fe193e89 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:22:98", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:22:98", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "image": {"id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "links": [{"href": "http://172.30.9.21:8774/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:48.000000", "flavor": {"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}]}, "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "security_groups": [{"name": "default"}], "user_id": "8465c07deaf84d9393c6e0d2c1b1bb82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:49Z", "hostId": "fb47b20da66efcf2dbffe0b5c202f0e90128d5e73c52b52ab53fb899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "created": "2018-11-19T06:23:43Z", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:52,087 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-6ce4ff64-6791-41b8-8b85-0154fe193e89 2018-11-19 06:23:52,088 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst] is - ACTIVE 2018-11-19 06:23:52,088 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:23:52,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:52,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-3ebfa50b-553d-48d6-ab11-262299853f4f x-compute-request-id: req-3ebfa50b-553d-48d6-ab11-262299853f4f Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:22:98", "version": 4, "addr": "10.55.0.101", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:22:98", "version": 4, "addr": "10.65.0.101", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "image": {"id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "links": [{"href": "http://172.30.9.21:8774/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:48.000000", "flavor": {"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}]}, "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "security_groups": [{"name": "default"}], "user_id": "8465c07deaf84d9393c6e0d2c1b1bb82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:49Z", "hostId": "fb47b20da66efcf2dbffe0b5c202f0e90128d5e73c52b52ab53fb899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "created": "2018-11-19T06:23:43Z", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:52,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-3ebfa50b-553d-48d6-ab11-262299853f4f 2018-11-19 06:23:52,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:53,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-c18da7ea-2f60-4d83-9885-c7dc32992c6f Date: Mon, 19 Nov 2018 06:23: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":["7a1c98cc-9b7c-479f-b56c-256a46b046d7","50744415-b1c5-478c-b7f2-5c97d2a3c027"],"updated_at":"2018-11-19T06:23:35Z","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2"}]} 2018-11-19 06:23:53,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 used request id req-c18da7ea-2f60-4d83-9885-c7dc32992c6f 2018-11-19 06:23:53,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:53,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2f08be2-882b-40d7-8759-18eb19febad7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:23:53,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-c2f08be2-882b-40d7-8759-18eb19febad7 2018-11-19 06:23:53,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:53,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-09534502-fd93-4c39-b231-41230d821b40 Date: Mon, 19 Nov 2018 06:23:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:34Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:23:35Z","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":"3cbe3f4320e249ecb90a95e8c7d4dac8","id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","subnetpool_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2"}]} 2018-11-19 06:23:53,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-09534502-fd93-4c39-b231-41230d821b40 2018-11-19 06:23:53,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:53,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3437 X-Openstack-Request-Id: req-fd673a0c-dbc8-4dd0-953b-4d83f9c74878 Date: Mon, 19 Nov 2018 06:23:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:23:38Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","ip_address":"10.55.0.4"},{"subnet_id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","ip_address":"10.65.0.4"}],"id":"47d74ef1-c9e7-485f-bcc8-4f475e1073f6","security_groups":[],"mac_address":"fa:16:3e:18:bb:19","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f7351d1-0fff-404b-abb2-4551cc2efc0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:23:37Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","ip_address":"10.55.0.2"},{"subnet_id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","ip_address":"10.65.0.2"}],"id":"4f9a293b-025e-4bf5-a45b-c0d9b05e104e","security_groups":[],"mac_address":"fa:16:3e:b2:cd:05","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f7351d1-0fff-404b-abb2-4551cc2efc0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:23:38Z","device_owner":"network:dhcp","revision_number":8,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","ip_address":"10.55.0.3"},{"subnet_id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","ip_address":"10.65.0.3"}],"id":"b0b8d712-3506-4392-a95e-52299bf1d9b4","security_groups":[],"mac_address":"fa:16:3e:3d:f7:15","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:35Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f7351d1-0fff-404b-abb2-4551cc2efc0f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:23:49Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"50744415-b1c5-478c-b7f2-5c97d2a3c027","ip_address":"10.55.0.101"},{"subnet_id":"7a1c98cc-9b7c-479f-b56c-256a46b046d7","ip_address":"10.65.0.101"}],"id":"f6945ba8-feac-4077-b991-621c639bc938","security_groups":["6d966c57-d9ca-46d3-848f-5bc9a4797f35"],"mac_address":"fa:16:3e:c1:22:98","project_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1","admin_state_up":true,"network_id":"1f7351d1-0fff-404b-abb2-4551cc2efc0f","tenant_id":"3cbe3f4320e249ecb90a95e8c7d4dac8","created_at":"2018-11-19T06:23:40Z","binding:vnic_type":"normal","device_id":"4b1b477c-3f28-45e4-b9f5-0e554b950a41"}]} 2018-11-19 06:23:53,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-fd673a0c-dbc8-4dd0-953b-4d83f9c74878 2018-11-19 06:23:53,605 - create_instance - INFO - Deleting Port with ID - f6945ba8-feac-4077-b991-621c639bc938 2018-11-19 06:23:53,605 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25port-1 2018-11-19 06:23:53,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/f6945ba8-feac-4077-b991-621c639bc938 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:54,068 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c944b298-fee6-4028-9a26-38bca5632a45 Date: Mon, 19 Nov 2018 06:23:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:23:54,068 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/f6945ba8-feac-4077-b991-621c639bc938 used request id req-c944b298-fee6-4028-9a26-38bca5632a45 2018-11-19 06:23:54,069 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst 2018-11-19 06:23:54,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:54,235 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:23:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f85a6dfb-84bd-428f-87ad-46bd0dbdef3b x-compute-request-id: req-f85a6dfb-84bd-428f-87ad-46bd0dbdef3b Content-Type: application/json 2018-11-19 06:23:54,236 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-f85a6dfb-84bd-428f-87ad-46bd0dbdef3b 2018-11-19 06:23:54,236 - create_instance - INFO - Checking deletion status 2018-11-19 06:23:54,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:54,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-44fd508e-759e-4d18-af21-1be0237ecbf1 x-compute-request-id: req-44fd508e-759e-4d18-af21-1be0237ecbf1 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.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "image": {"id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "links": [{"href": "http://172.30.9.21:8774/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:48.000000", "flavor": {"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}]}, "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "user_id": "8465c07deaf84d9393c6e0d2c1b1bb82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:54Z", "hostId": "fb47b20da66efcf2dbffe0b5c202f0e90128d5e73c52b52ab53fb899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "created": "2018-11-19T06:23:43Z", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:54,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-44fd508e-759e-4d18-af21-1be0237ecbf1 2018-11-19 06:23:54,468 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst] is - ACTIVE 2018-11-19 06:23:54,468 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:23:57,471 - create_instance - DEBUG - VM status query timeout in 296.764698982 2018-11-19 06:23:57,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:23:57,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:23:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-585c209b-7f13-45d2-8d92-c0dafd1f5dbc x-compute-request-id: req-585c209b-7f13-45d2-8d92-c0dafd1f5dbc 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.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41", "rel": "bookmark"}], "image": {"id": "e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "links": [{"href": "http://172.30.9.21:8774/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:23:48.000000", "flavor": {"id": "ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "links": [{"href": "http://172.30.9.21:8774/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164", "rel": "bookmark"}]}, "id": "4b1b477c-3f28-45e4-b9f5-0e554b950a41", "user_id": "8465c07deaf84d9393c6e0d2c1b1bb82", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:23:54Z", "hostId": "fb47b20da66efcf2dbffe0b5c202f0e90128d5e73c52b52ab53fb899", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst", "created": "2018-11-19T06:23:43Z", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:23:57,717 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-585c209b-7f13-45d2-8d92-c0dafd1f5dbc 2018-11-19 06:23:57,718 - create_instance - DEBUG - Instance status [CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst] is - ACTIVE 2018-11-19 06:23:57,718 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:24:00,721 - create_instance - DEBUG - VM status query timeout in 293.514829159 2018-11-19 06:24:00,724 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5887232a93ba4531149175ed15742cd2a4cb3bff" 2018-11-19 06:24:00,775 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:24:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8868704d-e43b-407d-8a18-d8bbdb7014ae x-compute-request-id: req-8868704d-e43b-407d-8a18-d8bbdb7014ae Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4b1b477c-3f28-45e4-b9f5-0e554b950a41 could not be found.", "code": 404}} 2018-11-19 06:24:00,776 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4b1b477c-3f28-45e4-b9f5-0e554b950a41 used request id req-8868704d-e43b-407d-8a18-d8bbdb7014ae 2018-11-19 06:24:00,776 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4b1b477c-3f28-45e4-b9f5-0e554b950a41 could not be found. (HTTP 404) (Request-ID: req-8868704d-e43b-407d-8a18-d8bbdb7014ae) 2018-11-19 06:24:00,776 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-inst 2018-11-19 06:24:00,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a9ddb7990d1c6b04548b689843ea4cbeff08640" 2018-11-19 06:24:00,829 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:24:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a140ca9a-fa37-4e6c-9669-dc2e26f6e747 x-compute-request-id: req-a140ca9a-fa37-4e6c-9669-dc2e26f6e747 Content-Length: 0 Content-Type: application/json 2018-11-19 06:24:00,829 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ab6720de-1cf8-42f8-ae5b-9c5586c0b164 used request id req-a140ca9a-fa37-4e6c-9669-dc2e26f6e747 2018-11-19 06:24:00,830 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-subnet 2018-11-19 06:24:00,830 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-subnet 2018-11-19 06:24:00,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/e370c2f8-6215-4a13-a2ea-747fe7afc13f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:24:02,980 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3c5cf77-1ab1-413a-b0d0-e63864bf3367 Date: Mon, 19 Nov 2018 06:24:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:02,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e370c2f8-6215-4a13-a2ea-747fe7afc13f used request id req-e3c5cf77-1ab1-413a-b0d0-e63864bf3367 2018-11-19 06:24:02,981 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-pub-net 2018-11-19 06:24:02,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/15004b2a-8144-4546-a59c-1a27cea0a454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}188973e4209c3bc7e655c312591f41f95910e8b9" 2018-11-19 06:24:04,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8208e6a7-7dd0-4284-89ab-ba56c4e0ff71 Date: Mon, 19 Nov 2018 06:24:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:04,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/15004b2a-8144-4546-a59c-1a27cea0a454 used request id req-8208e6a7-7dd0-4284-89ab-ba56c4e0ff71 2018-11-19 06:24:04,159 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1 2018-11-19 06:24:04,160 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet1 2018-11-19 06:24:04,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/50744415-b1c5-478c-b7f2-5c97d2a3c027 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:24:06,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cdd526b1-9ab2-4122-b3ed-882bb656ce75 Date: Mon, 19 Nov 2018 06:24:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:06,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/50744415-b1c5-478c-b7f2-5c97d2a3c027 used request id req-cdd526b1-9ab2-4122-b3ed-882bb656ce75 2018-11-19 06:24:06,624 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2 2018-11-19 06:24:06,624 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-subnet2 2018-11-19 06:24:06,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7a1c98cc-9b7c-479f-b56c-256a46b046d7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:24:08,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1edf8f5a-b963-4310-acc7-50fb9ac73d1d Date: Mon, 19 Nov 2018 06:24:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:08,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7a1c98cc-9b7c-479f-b56c-256a46b046d7 used request id req-1edf8f5a-b963-4310-acc7-50fb9ac73d1d 2018-11-19 06:24:08,882 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25net2 2018-11-19 06:24:08,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/1f7351d1-0fff-404b-abb2-4551cc2efc0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b86d2a7f4fb9bd118b44600ca038004815a5bfb7" 2018-11-19 06:24:10,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f02775ad-bb71-493a-9d53-fcad9dd03aa2 Date: Mon, 19 Nov 2018 06:24:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:10,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1f7351d1-0fff-404b-abb2-4551cc2efc0f used request id req-f02775ad-bb71-493a-9d53-fcad9dd03aa2 2018-11-19 06:24:10,094 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-08ac01fe-30ad-4f07-9d57-7f86cbd40d25-image 2018-11-19 06:24:10,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}34959e2167aefb0a6494da4aa98c9ff3a5729776" 2018-11-19 06:24:11,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63858515-0c68-4554-a78d-e3fa890e7697 Date: Mon, 19 Nov 2018 06:24:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:24:11,839 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e2cac57d-f8a8-4ee2-ae8e-794147c8d621 used request id req-63858515-0c68-4554-a78d-e3fa890e7697 2018-11-19 06:24:11,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:12,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1999f2b9-4947-4d87-bb2b-ffa39169c035 Date: Mon, 19 Nov 2018 06:24:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "created_at": "2018-11-19T06:23:30Z", "updated_at": "2018-11-19T06:23:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:23:30Z", "revision_number": 0, "id": "4ba393f8-dbc1-4ec8-8947-f3733ce9a6db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:23:30Z", "revision_number": 0, "id": "a351e193-9baa-4e73-b64c-44f50040b68f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:23:30Z", "revision_number": 0, "id": "b128657c-61a7-4646-b0d5-3f217d1dde61", "remote_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "remote_ip_prefix": null, "created_at": "2018-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "port_range_min": null, "ethertype": "IPv4", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:23:30Z", "revision_number": 0, "id": "f879b292-02d3-4500-88e0-43f69ccb80cf", "remote_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "remote_ip_prefix": null, "created_at": "2018-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "port_range_min": null, "ethertype": "IPv6", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8"}], "revision_number": 4, "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:24:12,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1999f2b9-4947-4d87-bb2b-ffa39169c035 2018-11-19 06:24:12,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:12,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-748aa9ab-dafd-4ff4-a173-faffdb67e350 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:24:12,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-748aa9ab-dafd-4ff4-a173-faffdb67e350 2018-11-19 06:24:12,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:12,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be1bbc57-4c58-4da5-a13d-02f5af3d4b53 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:24:12,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-be1bbc57-4c58-4da5-a13d-02f5af3d4b53 2018-11-19 06:24:12,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:12,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2790eeb-58e4-448a-9c21-94219f7a373c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8"}, "enabled": true, "id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "parent_id": "default", "domain_id": "default", "name": "CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj"}} 2018-11-19 06:24:12,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-a2790eeb-58e4-448a-9c21-94219f7a373c 2018-11-19 06:24:12,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 6d966c57-d9ca-46d3-848f-5bc9a4797f35 2018-11-19 06:24:12,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6d966c57-d9ca-46d3-848f-5bc9a4797f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:12,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-02476eda-7500-46b3-bbe0-2a93cc67c525 Date: Mon, 19 Nov 2018 06:24: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-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "port_range_min": null, "revision_number": 0, "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "created_at": "2018-11-19T06:23:30Z", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "id": "4ba393f8-dbc1-4ec8-8947-f3733ce9a6db"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "port_range_min": null, "revision_number": 0, "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "created_at": "2018-11-19T06:23:30Z", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "id": "a351e193-9baa-4e73-b64c-44f50040b68f"}, {"remote_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "port_range_min": null, "revision_number": 0, "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "created_at": "2018-11-19T06:23:30Z", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "id": "b128657c-61a7-4646-b0d5-3f217d1dde61"}, {"remote_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:23:30Z", "security_group_id": "6d966c57-d9ca-46d3-848f-5bc9a4797f35", "port_range_min": null, "revision_number": 0, "tenant_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "created_at": "2018-11-19T06:23:30Z", "project_id": "3cbe3f4320e249ecb90a95e8c7d4dac8", "id": "f879b292-02d3-4500-88e0-43f69ccb80cf"}]} 2018-11-19 06:24:12,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=6d966c57-d9ca-46d3-848f-5bc9a4797f35 used request id req-02476eda-7500-46b3-bbe0-2a93cc67c525 2018-11-19 06:24:12,529 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:24:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/6d966c57-d9ca-46d3-848f-5bc9a4797f35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:12,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec9ce6e0-0d48-401b-8aed-c0caf8284401 Content-Length: 0 Date: Mon, 19 Nov 2018 06:24:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:12,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/6d966c57-d9ca-46d3-848f-5bc9a4797f35 used request id req-ec9ce6e0-0d48-401b-8aed-c0caf8284401 2018-11-19 06:24:12,936 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj 2018-11-19 06:24:12,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:13,152 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:24:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4aabf17e-15d8-4b23-b6df-b8f8650a0272 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:24:13,153 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3cbe3f4320e249ecb90a95e8c7d4dac8 used request id req-4aabf17e-15d8-4b23-b6df-b8f8650a0272 2018-11-19 06:24:13,153 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-07e78ce1-30b5-461-proj-role 2018-11-19 06:24:13,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/644573fb5c55471b9aa3add1edba0bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:13,282 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:24:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-594dc539-6dd7-4714-a55e-38e061f178a4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:24:13,282 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/644573fb5c55471b9aa3add1edba0bce used request id req-594dc539-6dd7-4714-a55e-38e061f178a4 2018-11-19 06:24:13,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a102705965c9b891cf35c348fa9c4566af9e5c" 2018-11-19 06:24:13,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29024379-2fce-47f8-8685-02cdefc1ba5f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:24:13,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-29024379-2fce-47f8-8685-02cdefc1ba5f 2018-11-19 06:24:13,367 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-07e78ce1-30b5-461-user 2018-11-19 06:24:13,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/8465c07deaf84d9393c6e0d2c1b1bb82 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eadc6fd39fece644b47239fdc1d6f49fdc46d495" 2018-11-19 06:24:13,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:24:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0026b65-efbf-4b59-b455-48ca5342ea70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:24:13,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/8465c07deaf84d9393c6e0d2c1b1bb82 used request id req-a0026b65-efbf-4b59-b455-48ca5342ea70 2018-11-19 06:24:13,589 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:13,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:24:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["wK2xa54fQ3-ryTtDkCRyFg"], "issued_at": "2018-11-19T06:24:13.000000Z"}} 2018-11-19 06:24:13,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdf37062b5a53353f3cec123e61feef1455e4379" 2018-11-19 06:24:14,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3ed0dfd-d998-47f3-9119-1ba488602828 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:14,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b3ed0dfd-d998-47f3-9119-1ba488602828 2018-11-19 06:24:14,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:14,059 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:14,452 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["P4aSxmZYTJGYInfQiLPIaA"], "issued_at": "2018-11-19T06:24:14.000000Z"}} 2018-11-19 06:24:14,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:24:14,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35fc3e70-bb6f-4fa4-a6c5-9ad8518c70f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:14,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-35fc3e70-bb6f-4fa4-a6c5-9ad8518c70f7 2018-11-19 06:24:14,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:24:14,543 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:24:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:24:14,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-9046f380-bcae-47e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:24:14,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ca31f78-ccf3-493c-9e4a-e020afff0bd6 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-9046f380-bcae-47e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:24:14,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-9046f380-bcae-47e-proj used request id req-3ca31f78-ccf3-493c-9e4a-e020afff0bd6 2018-11-19 06:24:14,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:24:14,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b4987b6-0df1-43d8-8bd5-82dfe3a7aec4 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:24:14,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6b4987b6-0df1-43d8-8bd5-82dfe3a7aec4 2018-11-19 06:24:14,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}}' 2018-11-19 06:24:14,844 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:24:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0569bf9c-9cd8-49a0-adc2-6f58ec2026ec Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:14,844 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0569bf9c-9cd8-49a0-adc2-6f58ec2026ec 2018-11-19 06:24:14,845 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-9046f380-bcae-47e-proj 2018-11-19 06:24:14,845 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:14,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:15,230 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:24:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["SHHe0xVOSTOy6lIIfNFUng"], "issued_at": "2018-11-19T06:24:15.000000Z"}} 2018-11-19 06:24:15,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a85f274e2dc0570fa820c08bd05bde50a8380dc" 2018-11-19 06:24:15,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f05bd23c-d251-4a7e-83d8-2b0cc8054d78 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:15,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f05bd23c-d251-4a7e-83d8-2b0cc8054d78 2018-11-19 06:24:15,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:24:15,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:24:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:24:15,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a85f274e2dc0570fa820c08bd05bde50a8380dc" 2018-11-19 06:24:15,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0575ae42-e0da-4dd3-abcb-531d7572c0ec Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:24:15,435 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0575ae42-e0da-4dd3-abcb-531d7572c0ec 2018-11-19 06:24:15,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-9046f380-bcae-47e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a85f274e2dc0570fa820c08bd05bde50a8380dc" 2018-11-19 06:24:15,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a7a8721-f5a3-4223-ab19-e3edbe0ee54c Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-9046f380-bcae-47e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}]} 2018-11-19 06:24:15,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-9046f380-bcae-47e-proj used request id req-4a7a8721-f5a3-4223-ab19-e3edbe0ee54c 2018-11-19 06:24:15,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a85f274e2dc0570fa820c08bd05bde50a8380dc" 2018-11-19 06:24:15,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d95e5824-7213-42be-898d-77cc5c3716bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:24:15,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d95e5824-7213-42be-898d-77cc5c3716bd 2018-11-19 06:24:15,999 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-9046f380-bcae-47e-user 2018-11-19 06:24:16,000 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:16,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:24:16,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49aca538-bf37-4ea7-bd4f-2c71274101ed Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:24:16,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-49aca538-bf37-4ea7-bd4f-2c71274101ed 2018-11-19 06:24:16,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" -d '{"role": {"name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}}' 2018-11-19 06:24:16,138 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d7a7828-0181-4e5a-9d90-02758e56512d Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8ee696d64cbc431099f04e2d92de0c67", "links": {"self": "http://172.30.9.21:5000/v3/roles/8ee696d64cbc431099f04e2d92de0c67"}, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}} 2018-11-19 06:24:16,138 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0d7a7828-0181-4e5a-9d90-02758e56512d 2018-11-19 06:24:16,139 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role 2018-11-19 06:24:16,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8ee696d64cbc431099f04e2d92de0c67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:24:16,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa7491b-f89f-49ef-8c3f-38334a1b653d Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8ee696d64cbc431099f04e2d92de0c67"}, "domain_id": null, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role", "id": "8ee696d64cbc431099f04e2d92de0c67"}} 2018-11-19 06:24:16,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8ee696d64cbc431099f04e2d92de0c67 used request id req-eaa7491b-f89f-49ef-8c3f-38334a1b653d 2018-11-19 06:24:16,159 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role to project InstanceSecurityGroupTests-9046f380-bcae-47e-proj 2018-11-19 06:24:16,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d/users/cdddd6237481491c851b0d82b48eb42b/roles/8ee696d64cbc431099f04e2d92de0c67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:24:16,296 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:24:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af51c077-067e-498d-a665-4e5806683955 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:24:16,296 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d/users/cdddd6237481491c851b0d82b48eb42b/roles/8ee696d64cbc431099f04e2d92de0c67 used request id req-af51c077-067e-498d-a665-4e5806683955 2018-11-19 06:24:16,297 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:24:16,298 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:24:16,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:16,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:16,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ee696d64cbc431099f04e2d92de0c67", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}], "expires_at": "2018-11-19T07:24:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56e590f3728d47c6a364d4e1245dd71d", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-user", "id": "cdddd6237481491c851b0d82b48eb42b"}, "audit_ids": ["d0hcnKsPQtCDvPTYf2vX0A"], "issued_at": "2018-11-19T06:24:16.000000Z"}} 2018-11-19 06:24:16,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" 2018-11-19 06:24:16,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a3337fd-5f29-405e-abbb-72bd595dc9ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:16,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5a3337fd-5f29-405e-abbb-72bd595dc9ad 2018-11-19 06:24:16,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" 2018-11-19 06:24:16,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-0e97e89f-1105-419e-a3b6-56dcccee3a03 Date: Mon, 19 Nov 2018 06:24:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image"} 2018-11-19 06:24:16,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image used request id req-0e97e89f-1105-419e-a3b6-56dcccee3a03 2018-11-19 06:24:16,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" 2018-11-19 06:24:17,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1df665f4-8f50-488b-ae00-e796165f1519 Date: Mon, 19 Nov 2018 06:24:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:24:17,097 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1df665f4-8f50-488b-ae00-e796165f1519 2018-11-19 06:24:17,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image"}' 2018-11-19 06:24:17,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625 X-Openstack-Request-Id: req-30f1dd7d-a0a0-4b6a-a4c3-f87942999177 Date: Mon, 19 Nov 2018 06:24:17 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:24:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:24:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "min_disk": 0, "protected": false, "id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "file": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/file", "checksum": null, "owner": "56e590f3728d47c6a364d4e1245dd71d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:24:17,348 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-30f1dd7d-a0a0-4b6a-a4c3-f87942999177 2018-11-19 06:24:17,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" -d '' 2018-11-19 06:24:19,256 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-36d88d96-831d-48e8-b8f4-451900dd27a4 Date: Mon, 19 Nov 2018 06:24:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:24:19,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/file used request id req-36d88d96-831d-48e8-b8f4-451900dd27a4 2018-11-19 06:24:19,257 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:24:19,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" 2018-11-19 06:24:19,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-7f2ae212-866a-4e85-ac10-b2c78458c45d Date: Mon, 19 Nov 2018 06:24:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:24:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:24:19Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/snap", "metadata": {}}], "self": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "min_disk": 0, "protected": false, "id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "file": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56e590f3728d47c6a364d4e1245dd71d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:24:19,432 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625 used request id req-7f2ae212-866a-4e85-ac10-b2c78458c45d 2018-11-19 06:24:19,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" 2018-11-19 06:24:19,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85eef230-6d5a-41d1-9bc0-7300fa1b635b Date: Mon, 19 Nov 2018 06:24:19 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:24:19,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-85eef230-6d5a-41d1-9bc0-7300fa1b635b 2018-11-19 06:24:19,666 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image 2018-11-19 06:24:19,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" 2018-11-19 06:24:19,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-550c75d1-a7e6-4055-8eb3-e74867afb2db Date: Mon, 19 Nov 2018 06:24:19 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:24:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:24:19Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/snap", "metadata": {}}], "self": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "min_disk": 0, "protected": false, "id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "file": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56e590f3728d47c6a364d4e1245dd71d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:24:19,820 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625 used request id req-550c75d1-a7e6-4055-8eb3-e74867afb2db 2018-11-19 06:24:19,821 - create_image - DEBUG - Instance status is - active 2018-11-19 06:24:19,821 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image 2018-11-19 06:24:19,821 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image 2018-11-19 06:24:19,821 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:19,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:20,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ee696d64cbc431099f04e2d92de0c67", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}], "expires_at": "2018-11-19T07:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56e590f3728d47c6a364d4e1245dd71d", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-user", "id": "cdddd6237481491c851b0d82b48eb42b"}, "audit_ids": ["mNtUTY1GRgKBhruyDScZmg"], "issued_at": "2018-11-19T06:24:20.000000Z"}} 2018-11-19 06:24:20,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:24:20,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f157cd8-ad9b-4a1d-aa38-c387e4816dba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:20,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0f157cd8-ad9b-4a1d-aa38-c387e4816dba 2018-11-19 06:24:20,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:24:20,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c281bfcb-13b4-46f2-8a52-f29cb8b7c4aa Date: Mon, 19 Nov 2018 06:24:20 GMT RESP BODY: {"networks":[]} 2018-11-19 06:24:20,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-c281bfcb-13b4-46f2-8a52-f29cb8b7c4aa 2018-11-19 06:24:20,448 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net 2018-11-19 06:24:20,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" -d '{"network": {"name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net", "admin_state_up": true}}' 2018-11-19 06:24:21,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-9a8df0ae-bd14-4feb-a69b-eba9c042c1f2 Date: Mon, 19 Nov 2018 06:24:21 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f339197a-fb5b-40e1-995b-cfd1592442d5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:24:20Z","is_default":false,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","mtu":1450}} 2018-11-19 06:24:21,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9a8df0ae-bd14-4feb-a69b-eba9c042c1f2 2018-11-19 06:24:21,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:24:21,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-5649a431-310c-439e-86c5-ee755f3d1850 Date: Mon, 19 Nov 2018 06:24:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:24:20Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:21,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-5649a431-310c-439e-86c5-ee755f3d1850 2018-11-19 06:24:21,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:24:21,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b809d7a7-2ad0-48a7-a68b-3aa400e5fef1 Date: Mon, 19 Nov 2018 06:24:21 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:24:21,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-b809d7a7-2ad0-48a7-a68b-3aa400e5fef1 2018-11-19 06:24:21,449 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet 2018-11-19 06:24:21,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" -d '{"subnets": [{"ip_version": 4, "network_id": "f339197a-fb5b-40e1-995b-cfd1592442d5", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]}' 2018-11-19 06:24:22,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c481f8f5-953b-4b28-80b5-59b499143c87 Date: Mon, 19 Nov 2018 06:24:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:22,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c481f8f5-953b-4b28-80b5-59b499143c87 2018-11-19 06:24:22,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:24:22,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-56f6f4bd-17f4-484c-8ce8-78fe55fc0f4e Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:22,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-56f6f4bd-17f4-484c-8ce8-78fe55fc0f4e 2018-11-19 06:24:22,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:24:22,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-70046c86-1b22-438f-a4f5-f0cc2e774f04 Date: Mon, 19 Nov 2018 06:24:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:22,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-70046c86-1b22-438f-a4f5-f0cc2e774f04 2018-11-19 06:24:22,778 - OpenStackNetwork - DEBUG - Network [f339197a-fb5b-40e1-995b-cfd1592442d5] created successfully 2018-11-19 06:24:22,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:22,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:23,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:24:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GTv0j_JDRCyg-vKqV2X9dw"], "issued_at": "2018-11-19T06:24:23.000000Z"}} 2018-11-19 06:24:23,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1b4a4d04280ec95792a83a6c5eb21b7c148286" 2018-11-19 06:24:23,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6cd6cc-670c-4b06-9d36-3d0cae0597c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:23,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf6cd6cc-670c-4b06-9d36-3d0cae0597c1 2018-11-19 06:24:23,268 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:24:23,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1b4a4d04280ec95792a83a6c5eb21b7c148286" 2018-11-19 06:24:23,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-d3554bbb-250c-4d2e-bf5c-2b0dc30284ca x-compute-request-id: req-d3554bbb-250c-4d2e-bf5c-2b0dc30284ca Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:24:23,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d3554bbb-250c-4d2e-bf5c-2b0dc30284ca 2018-11-19 06:24:23,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1b4a4d04280ec95792a83a6c5eb21b7c148286" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:24:23,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-0dd8f9a4-58c3-43b8-890d-6cc387baacbd x-compute-request-id: req-0dd8f9a4-58c3-43b8-890d-6cc387baacbd Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:24:23,501 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0dd8f9a4-58c3-43b8-890d-6cc387baacbd 2018-11-19 06:24:23,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:23,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:23,870 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ee696d64cbc431099f04e2d92de0c67", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}], "expires_at": "2018-11-19T07:24:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56e590f3728d47c6a364d4e1245dd71d", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-user", "id": "cdddd6237481491c851b0d82b48eb42b"}, "audit_ids": ["fMiM73X6SPaRapW6zV_GTQ"], "issued_at": "2018-11-19T06:24:23.000000Z"}} 2018-11-19 06:24:23,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:24,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87375b73-4921-4a5b-8e93-5126e0ef1910 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:24,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-87375b73-4921-4a5b-8e93-5126e0ef1910 2018-11-19 06:24:24,127 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:24:24,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:24,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0434f40-e802-493a-baad-dba49e33101e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:24,203 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a0434f40-e802-493a-baad-dba49e33101e 2018-11-19 06:24:24,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:24,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-06cc9551-5664-423e-8ca6-a42634a48457 Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:24,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-06cc9551-5664-423e-8ca6-a42634a48457 2018-11-19 06:24:24,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:24:24,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:24:24 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:24:24,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:24,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7b0f5eb-23ca-4fe3-a637-2fb1c0e7f511 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:24,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-a7b0f5eb-23ca-4fe3-a637-2fb1c0e7f511 2018-11-19 06:24:24,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:24,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2f5f0f38-3e83-4b7f-a099-470097d9ffb6 Date: Mon, 19 Nov 2018 06:24:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:24,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-2f5f0f38-3e83-4b7f-a099-470097d9ffb6 2018-11-19 06:24:24,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:24,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-49a2e4c0-419e-4af0-bdff-ddc16ca71edc Date: Mon, 19 Nov 2018 06:24:24 GMT RESP BODY: {"ports":[]} 2018-11-19 06:24:24,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port&admin_state_up=True used request id req-49a2e4c0-419e-4af0-bdff-ddc16ca71edc 2018-11-19 06:24:24,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:25,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-3371462e-e506-4351-91aa-4610d23b324a x-compute-request-id: req-3371462e-e506-4351-91aa-4610d23b324a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:24:25,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst used request id req-3371462e-e506-4351-91aa-4610d23b324a 2018-11-19 06:24:25,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:25,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0eafc0e8-bf26-4f85-a8fd-de1a4af4f97b Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:25,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-0eafc0e8-bf26-4f85-a8fd-de1a4af4f97b 2018-11-19 06:24:25,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:25,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c015a8e-f49c-419f-87c8-204b604e8d87 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:25,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-1c015a8e-f49c-419f-87c8-204b604e8d87 2018-11-19 06:24:25,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:25,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-59a8e30d-e129-45ce-8e83-36b3cbecd808 Date: Mon, 19 Nov 2018 06:24:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:25,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-59a8e30d-e129-45ce-8e83-36b3cbecd808 2018-11-19 06:24:25,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:25,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-80b69303-826d-4e1d-9be5-85141c06cd50 Date: Mon, 19 Nov 2018 06:24:25 GMT RESP BODY: {"ports":[]} 2018-11-19 06:24:25,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port&admin_state_up=True used request id req-80b69303-826d-4e1d-9be5-85141c06cd50 2018-11-19 06:24:25,912 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:25,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:26,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ee696d64cbc431099f04e2d92de0c67", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}], "expires_at": "2018-11-19T07:24:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56e590f3728d47c6a364d4e1245dd71d", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-user", "id": "cdddd6237481491c851b0d82b48eb42b"}, "audit_ids": ["UvRA8-3SQwaIMO85IsW09A"], "issued_at": "2018-11-19T06:24:26.000000Z"}} 2018-11-19 06:24:26,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d788d9f759630bc9f7d9fc7322d36e984755e84" 2018-11-19 06:24:26,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b337cec0-c72d-4c53-b6c3-65c9ff7d1102 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:26,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b337cec0-c72d-4c53-b6c3-65c9ff7d1102 2018-11-19 06:24:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:26,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c92034b2-a5e0-453a-a0a0-162b959d3783 Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:26,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-c92034b2-a5e0-453a-a0a0-162b959d3783 2018-11-19 06:24:26,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:26,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-63a0a6eb-a871-431d-871e-a150207fcf73 Date: Mon, 19 Nov 2018 06:24:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:26,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-63a0a6eb-a871-431d-871e-a150207fcf73 2018-11-19 06:24:26,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:27,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8ea61394-5dc3-4940-bed2-473c4744c9ac Date: Mon, 19 Nov 2018 06:24:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:27,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-8ea61394-5dc3-4940-bed2-473c4744c9ac 2018-11-19 06:24:27,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:24:27,159 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:24: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:24:27,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d788d9f759630bc9f7d9fc7322d36e984755e84" 2018-11-19 06:24:27,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99167da6-4d76-4cef-9172-68d8d69bd01a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:27,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-99167da6-4d76-4cef-9172-68d8d69bd01a 2018-11-19 06:24:27,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:27,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e095b4df-fb2b-46a6-95ee-74e067a52f32 Date: Mon, 19 Nov 2018 06:24:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:27,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-e095b4df-fb2b-46a6-95ee-74e067a52f32 2018-11-19 06:24:27,307 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net 2018-11-19 06:24:27,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" -d '{"port": {"network_id": "f339197a-fb5b-40e1-995b-cfd1592442d5", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port", "admin_state_up": true}}' 2018-11-19 06:24:28,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-c8affee6-4820-4474-819d-6ed841bf2bea Date: Mon, 19 Nov 2018 06:24:28 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.14"}],"id":"e54c7aef-b8df-4512-a6cb-0fdb21d77bff","security_groups":["1ab2057e-6655-499e-9988-d23f0111372c"],"mac_address":"fa:16:3e:03:a0:8f","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port","project_id":"56e590f3728d47c6a364d4e1245dd71d","qos_policy_id":null,"admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:27Z","binding:vnic_type":"normal"}} 2018-11-19 06:24:28,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-c8affee6-4820-4474-819d-6ed841bf2bea 2018-11-19 06:24:28,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:28,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d3a07275-6486-4558-bf24-f3c4fc83b9e3 Date: Mon, 19 Nov 2018 06:24:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:28,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-d3a07275-6486-4558-bf24-f3c4fc83b9e3 2018-11-19 06:24:28,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:28,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee488b79-3812-4058-952d-7d6c81fc537e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:28,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-ee488b79-3812-4058-952d-7d6c81fc537e 2018-11-19 06:24:28,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:28,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-60cf05f5-bead-4f9e-9258-9a63bf49bb9f Date: Mon, 19 Nov 2018 06:24:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:28,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-60cf05f5-bead-4f9e-9258-9a63bf49bb9f 2018-11-19 06:24:28,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:28,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-f778b87d-300d-4b40-82d4-68efa4b7e6bd Date: Mon, 19 Nov 2018 06:24:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:27Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.14"}],"id":"e54c7aef-b8df-4512-a6cb-0fdb21d77bff","security_groups":["1ab2057e-6655-499e-9988-d23f0111372c"],"mac_address":"fa:16:3e:03:a0:8f","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:27Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:24:28,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port&admin_state_up=True used request id req-f778b87d-300d-4b40-82d4-68efa4b7e6bd 2018-11-19 06:24:28,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:29,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-beeb0878-3880-4be4-b1c0-831f4aa48d9a Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:29,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-beeb0878-3880-4be4-b1c0-831f4aa48d9a 2018-11-19 06:24:29,078 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst 2018-11-19 06:24:29,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:29,109 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-b2ce4932-c115-4087-8efc-ce8e56253042 x-compute-request-id: req-b2ce4932-c115-4087-8efc-ce8e56253042 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-flavor-name"}]} 2018-11-19 06:24:29,110 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b2ce4932-c115-4087-8efc-ce8e56253042 2018-11-19 06:24:29,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:29,139 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-dc6916a8-b898-4124-a2bb-ba734bfafe7b x-compute-request-id: req-dc6916a8-b898-4124-a2bb-ba734bfafe7b Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:24:29,139 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee used request id req-dc6916a8-b898-4124-a2bb-ba734bfafe7b 2018-11-19 06:24:29,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:29,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-8d46c8ab-cbf5-4cbb-9eab-25f8ca34d177 Date: Mon, 19 Nov 2018 06:24:29 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:24:17Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:24:19Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/snap", "metadata": {}}], "self": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "min_disk": 0, "protected": false, "id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "file": "/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "56e590f3728d47c6a364d4e1245dd71d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image"} 2018-11-19 06:24:29,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image used request id req-8d46c8ab-cbf5-4cbb-9eab-25f8ca34d177 2018-11-19 06:24:29,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:29,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a7bf5a4b-e1d4-4d70-ba06-1fcd002fe7fd Date: Mon, 19 Nov 2018 06:24:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:24:29,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-a7bf5a4b-e1d4-4d70-ba06-1fcd002fe7fd 2018-11-19 06:24:29,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" -d '{"server": {"name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "imageRef": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "flavorRef": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "max_count": 1, "min_count": 1, "networks": [{"port": "e54c7aef-b8df-4512-a6cb-0fdb21d77bff"}]}}' 2018-11-19 06:24:31,200 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:24: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-0658ca9e-a87b-47cc-869e-152080d5b805 x-compute-request-id: req-0658ca9e-a87b-47cc-869e-152080d5b805 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "adminPass": "5Ywn96asaNxk"}} 2018-11-19 06:24:31,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-0658ca9e-a87b-47cc-869e-152080d5b805 2018-11-19 06:24:31,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:31,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1860a5c-1aed-450d-86dc-0e9d4fa0f908 x-compute-request-id: req-d1860a5c-1aed-450d-86dc-0e9d4fa0f908 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.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:24:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:31,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-d1860a5c-1aed-450d-86dc-0e9d4fa0f908 2018-11-19 06:24:31,428 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst 2018-11-19 06:24:31,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:31,805 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03261ccf-4cc7-48e8-8107-6963c3e2e43c x-compute-request-id: req-03261ccf-4cc7-48e8-8107-6963c3e2e43c 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.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:24:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:31,805 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-03261ccf-4cc7-48e8-8107-6963c3e2e43c 2018-11-19 06:24:31,806 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst] is - BUILD 2018-11-19 06:24:31,806 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:24:34,809 - create_instance - DEBUG - VM status query timeout in 896.619225979 2018-11-19 06:24:34,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:35,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c2b727a-2bd4-43a3-b783-52e530d08ddb x-compute-request-id: req-2c2b727a-2bd4-43a3-b783-52e530d08ddb 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.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:24:32Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:35,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-2c2b727a-2bd4-43a3-b783-52e530d08ddb 2018-11-19 06:24:35,501 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst] is - BUILD 2018-11-19 06:24:35,501 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:24:38,505 - create_instance - DEBUG - VM status query timeout in 892.923778057 2018-11-19 06:24:38,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:39,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53b7f0c8-4047-46aa-97ff-492a0300a668 x-compute-request-id: req-53b7f0c8-4047-46aa-97ff-492a0300a668 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:39,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-53b7f0c8-4047-46aa-97ff-492a0300a668 2018-11-19 06:24:39,264 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst] is - ACTIVE 2018-11-19 06:24:39,264 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:24:39,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:40,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3bc5426-ac61-4153-891e-2679cb95b9da x-compute-request-id: req-b3bc5426-ac61-4153-891e-2679cb95b9da Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:40,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-b3bc5426-ac61-4153-891e-2679cb95b9da 2018-11-19 06:24:40,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:40,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-392e2ed7-96b1-4673-8316-ce7fdd0a5976 Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:40,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-392e2ed7-96b1-4673-8316-ce7fdd0a5976 2018-11-19 06:24:40,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:40,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c565a3-5890-44ad-9197-a42919ea18e4 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:40,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-d4c565a3-5890-44ad-9197-a42919ea18e4 2018-11-19 06:24:40,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:40,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9689bf5f-1cc8-4417-a707-57100bb4511a Date: Mon, 19 Nov 2018 06:24:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:40,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-9689bf5f-1cc8-4417-a707-57100bb4511a 2018-11-19 06:24:40,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:41,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-03e35159-4954-48ad-a496-65324105387e Date: Mon, 19 Nov 2018 06:24:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.4"}],"id":"0d284fc8-81a2-41d7-a344-df8cafe53887","security_groups":[],"mac_address":"fa:16:3e:45:92:fc","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.3"}],"id":"0fd5e63e-54cc-411f-966b-563b6c723286","security_groups":[],"mac_address":"fa:16:3e:d6:fd:2d","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.2"}],"id":"a0a459e2-0572-4a54-9309-0fc818581268","security_groups":[],"mac_address":"fa:16:3e:df:0b:15","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.14"}],"id":"e54c7aef-b8df-4512-a6cb-0fdb21d77bff","security_groups":["1ab2057e-6655-499e-9988-d23f0111372c"],"mac_address":"fa:16:3e:03:a0:8f","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:27Z","binding:vnic_type":"normal","device_id":"1bb26f45-5bcc-4fb9-b2e9-31c08bb64874"}]} 2018-11-19 06:24:41,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-03e35159-4954-48ad-a496-65324105387e 2018-11-19 06:24:41,039 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:24:41,040 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:41,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ee696d64cbc431099f04e2d92de0c67", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}], "expires_at": "2018-11-19T07:24:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56e590f3728d47c6a364d4e1245dd71d", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-user", "id": "cdddd6237481491c851b0d82b48eb42b"}, "audit_ids": ["D-Mp55koQBed79JtvVvHrg"], "issued_at": "2018-11-19T06:24:41.000000Z"}} 2018-11-19 06:24:41,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:41,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c26b902-3d33-4ae6-87db-dd024c8d1981 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:24:41,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c26b902-3d33-4ae6-87db-dd024c8d1981 2018-11-19 06:24:41,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:41,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-73df4b34-dfcf-4684-aa33-5d344500fc86 Date: Mon, 19 Nov 2018 06:24:41 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:24:41,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name&description=hello+group used request id req-73df4b34-dfcf-4684-aa33-5d344500fc86 2018-11-19 06:24:41,624 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name... 2018-11-19 06:24:41,624 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name 2018-11-19 06:24:41,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" -d '{"security_group": {"name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name", "description": "hello group"}}' 2018-11-19 06:24:42,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-74644a4e-5a00-4a4d-b54c-74160656522a Date: Mon, 19 Nov 2018 06:24:42 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "updated_at": "2018-11-19T06:24:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv6", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv4", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}], "revision_number": 2, "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "979aa198-5901-4522-bc45-b657a4570e17", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name"}} 2018-11-19 06:24:42,163 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-74644a4e-5a00-4a4d-b54c-74160656522a 2018-11-19 06:24:42,163 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:42,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:42,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d77465da-613a-4550-95c4-3405cec9ae58 Date: Mon, 19 Nov 2018 06:24: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-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca"}]} 2018-11-19 06:24:42,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-d77465da-613a-4550-95c4-3405cec9ae58 2018-11-19 06:24:42,341 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:42,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:42,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-84b8741b-4016-4c81-86bc-77e3c513d61b Date: Mon, 19 Nov 2018 06:24: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-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca"}]} 2018-11-19 06:24:42,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-84b8741b-4016-4c81-86bc-77e3c513d61b 2018-11-19 06:24:42,512 - neutron_utils - INFO - Retrieving security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:42,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:42,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ed54cc63-a3cc-458a-80f6-4d4d89cb8dd2 Date: Mon, 19 Nov 2018 06:24:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "updated_at": "2018-11-19T06:24:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv6", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv4", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}], "revision_number": 2, "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "979aa198-5901-4522-bc45-b657a4570e17", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name"}]} 2018-11-19 06:24:42,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-ed54cc63-a3cc-458a-80f6-4d4d89cb8dd2 2018-11-19 06:24:42,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:42,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:42,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-03a24dc7-74b8-4e76-b0eb-692d3327e996 Date: Mon, 19 Nov 2018 06:24: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-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca"}]} 2018-11-19 06:24:42,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-03a24dc7-74b8-4e76-b0eb-692d3327e996 2018-11-19 06:24:42,791 - neutron_utils - INFO - Retrieving security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:42,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:42,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-7074bbd9-7779-4233-b165-4c050f984eee Date: Mon, 19 Nov 2018 06:24:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "updated_at": "2018-11-19T06:24:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv6", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv4", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}], "revision_number": 2, "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "979aa198-5901-4522-bc45-b657a4570e17", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name"}]} 2018-11-19 06:24:42,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-7074bbd9-7779-4233-b165-4c050f984eee 2018-11-19 06:24:42,991 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:42,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:43,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0bd7e986-7de0-4397-80b7-8fa76801f3e1 Date: Mon, 19 Nov 2018 06:24: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-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca"}]} 2018-11-19 06:24:43,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-0bd7e986-7de0-4397-80b7-8fa76801f3e1 2018-11-19 06:24:43,053 - neutron_utils - INFO - Retrieving security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:43,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:43,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9b331f68-52af-4c42-b174-91c509475aad Date: Mon, 19 Nov 2018 06:24:43 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "updated_at": "2018-11-19T06:24:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv6", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "revision_number": 0, "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv4", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}], "revision_number": 2, "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "979aa198-5901-4522-bc45-b657a4570e17", "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name"}]} 2018-11-19 06:24:43,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-9b331f68-52af-4c42-b174-91c509475aad 2018-11-19 06:24:43,242 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 979aa198-5901-4522-bc45-b657a4570e17 2018-11-19 06:24:43,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:43,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4b1ecea5-d6d4-449e-b333-0e885cdce985 Date: Mon, 19 Nov 2018 06:24: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-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "8bf4d9ca-195c-43f8-86f9-fd70e3398d72"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:41Z", "security_group_id": "979aa198-5901-4522-bc45-b657a4570e17", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:41Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "ce7af32c-e6f0-464c-a41e-e1c2cc4512ca"}]} 2018-11-19 06:24:43,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=979aa198-5901-4522-bc45-b657a4570e17 used request id req-4b1ecea5-d6d4-449e-b333-0e885cdce985 2018-11-19 06:24:43,272 - neutron_utils - INFO - Deleting security group rule with ID - 8bf4d9ca-195c-43f8-86f9-fd70e3398d72 2018-11-19 06:24:43,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/8bf4d9ca-195c-43f8-86f9-fd70e3398d72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:43,528 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b90ef15-9df6-4eb8-a04a-82b7c512cddb Content-Length: 0 Date: Mon, 19 Nov 2018 06:24:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:43,528 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/8bf4d9ca-195c-43f8-86f9-fd70e3398d72 used request id req-7b90ef15-9df6-4eb8-a04a-82b7c512cddb 2018-11-19 06:24:43,528 - neutron_utils - INFO - Deleting security group rule with ID - ce7af32c-e6f0-464c-a41e-e1c2cc4512ca 2018-11-19 06:24:43,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ce7af32c-e6f0-464c-a41e-e1c2cc4512ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:43,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-439b145c-16d1-439a-af30-03fd7bf12b5d Content-Length: 0 Date: Mon, 19 Nov 2018 06:24:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:43,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ce7af32c-e6f0-464c-a41e-e1c2cc4512ca used request id req-439b145c-16d1-439a-af30-03fd7bf12b5d 2018-11-19 06:24:43,975 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name 2018-11-19 06:24:43,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/979aa198-5901-4522-bc45-b657a4570e17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8a3d49c32f658cd29e0d41dea461530ce75e3fdd" 2018-11-19 06:24:44,258 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5ec9a485-4ec8-45b4-a0ed-eb6a893fe53f Content-Length: 0 Date: Mon, 19 Nov 2018 06:24:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:44,258 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/979aa198-5901-4522-bc45-b657a4570e17 used request id req-5ec9a485-4ec8-45b4-a0ed-eb6a893fe53f 2018-11-19 06:24:44,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:44,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-c8aa8006-f3bd-4dd0-a620-b28ff8a0f3bb x-compute-request-id: req-c8aa8006-f3bd-4dd0-a620-b28ff8a0f3bb Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:44,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-c8aa8006-f3bd-4dd0-a620-b28ff8a0f3bb 2018-11-19 06:24:44,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:45,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6c393284-d075-4db9-ad0e-b7ecfa6b3c2f Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:45,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-6c393284-d075-4db9-ad0e-b7ecfa6b3c2f 2018-11-19 06:24:45,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:45,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0946cf6c-56c4-4453-8eb5-1a866ac9d343 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:45,166 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-0946cf6c-56c4-4453-8eb5-1a866ac9d343 2018-11-19 06:24:45,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:45,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f993b84a-cccb-4d46-a456-a20d63d41f6c Date: Mon, 19 Nov 2018 06:24:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:45,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-f993b84a-cccb-4d46-a456-a20d63d41f6c 2018-11-19 06:24:45,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:45,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-d5565984-18cb-460e-93e6-07a6750255b3 Date: Mon, 19 Nov 2018 06:24:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.4"}],"id":"0d284fc8-81a2-41d7-a344-df8cafe53887","security_groups":[],"mac_address":"fa:16:3e:45:92:fc","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.3"}],"id":"0fd5e63e-54cc-411f-966b-563b6c723286","security_groups":[],"mac_address":"fa:16:3e:d6:fd:2d","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.2"}],"id":"a0a459e2-0572-4a54-9309-0fc818581268","security_groups":[],"mac_address":"fa:16:3e:df:0b:15","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.14"}],"id":"e54c7aef-b8df-4512-a6cb-0fdb21d77bff","security_groups":["1ab2057e-6655-499e-9988-d23f0111372c"],"mac_address":"fa:16:3e:03:a0:8f","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:27Z","binding:vnic_type":"normal","device_id":"1bb26f45-5bcc-4fb9-b2e9-31c08bb64874"}]} 2018-11-19 06:24:45,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-d5565984-18cb-460e-93e6-07a6750255b3 2018-11-19 06:24:45,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:24:45,849 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8ee696d64cbc431099f04e2d92de0c67", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role"}], "expires_at": "2018-11-19T07:24:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "56e590f3728d47c6a364d4e1245dd71d", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/56e590f3728d47c6a364d4e1245dd71d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-user", "id": "cdddd6237481491c851b0d82b48eb42b"}, "audit_ids": ["xYeC2Z-FR5OPKJy82sQjjg"], "issued_at": "2018-11-19T06:24:45.000000Z"}} 2018-11-19 06:24:45,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}228bd8674d66e58004237134f680df35091ab6fd" 2018-11-19 06:24:46,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6985624f-6171-4c94-956f-37c14570a8cb x-compute-request-id: req-6985624f-6171-4c94-956f-37c14570a8cb Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:46,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-6985624f-6171-4c94-956f-37c14570a8cb 2018-11-19 06:24:46,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:47,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e20faf1c-d0dc-4635-9fc1-96e90b72ae68 x-compute-request-id: req-e20faf1c-d0dc-4635-9fc1-96e90b72ae68 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:47,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-e20faf1c-d0dc-4635-9fc1-96e90b72ae68 2018-11-19 06:24:47,141 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst] is - ACTIVE 2018-11-19 06:24:47,141 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:24:47,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:47,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-785ec4bf-1fcb-4531-aab7-5ea0efaa1574 x-compute-request-id: req-785ec4bf-1fcb-4531-aab7-5ea0efaa1574 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:47,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-785ec4bf-1fcb-4531-aab7-5ea0efaa1574 2018-11-19 06:24:47,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:47,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d978ff19-a237-49fc-82d8-491ab39e46af Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:47,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-d978ff19-a237-49fc-82d8-491ab39e46af 2018-11-19 06:24:47,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:47,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d0b1b63-7b13-415f-816c-f9deb63c2213 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:47,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-3d0b1b63-7b13-415f-816c-f9deb63c2213 2018-11-19 06:24:47,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:47,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0f3d8d74-3a3a-4b88-9ca4-f22c21252d57 Date: Mon, 19 Nov 2018 06:24:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:47,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-0f3d8d74-3a3a-4b88-9ca4-f22c21252d57 2018-11-19 06:24:47,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:47,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-62ec5f96-2560-4398-8222-a218627c2e61 Date: Mon, 19 Nov 2018 06:24:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.4"}],"id":"0d284fc8-81a2-41d7-a344-df8cafe53887","security_groups":[],"mac_address":"fa:16:3e:45:92:fc","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.3"}],"id":"0fd5e63e-54cc-411f-966b-563b6c723286","security_groups":[],"mac_address":"fa:16:3e:d6:fd:2d","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.2"}],"id":"a0a459e2-0572-4a54-9309-0fc818581268","security_groups":[],"mac_address":"fa:16:3e:df:0b:15","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.14"}],"id":"e54c7aef-b8df-4512-a6cb-0fdb21d77bff","security_groups":["1ab2057e-6655-499e-9988-d23f0111372c"],"mac_address":"fa:16:3e:03:a0:8f","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:27Z","binding:vnic_type":"normal","device_id":"1bb26f45-5bcc-4fb9-b2e9-31c08bb64874"}]} 2018-11-19 06:24:47,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-62ec5f96-2560-4398-8222-a218627c2e61 2018-11-19 06:24:47,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:48,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-9f405481-0ba9-4e95-8921-6c9e30906127 x-compute-request-id: req-9f405481-0ba9-4e95-8921-6c9e30906127 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:48,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-9f405481-0ba9-4e95-8921-6c9e30906127 2018-11-19 06:24:48,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:48,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-8be54077-c825-4d17-ba6e-00b544b4a8d3 Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:48,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-8be54077-c825-4d17-ba6e-00b544b4a8d3 2018-11-19 06:24:48,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:48,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97edafb-e4cb-4686-97b4-3c264834a80b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:48,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-c97edafb-e4cb-4686-97b4-3c264834a80b 2018-11-19 06:24:48,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:48,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2d964419-9a3b-44a6-8991-6b7cd135125d Date: Mon, 19 Nov 2018 06:24:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:48,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-2d964419-9a3b-44a6-8991-6b7cd135125d 2018-11-19 06:24:48,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:48,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-550a0347-0c2e-445a-b9fa-c5be3c5a6b4b Date: Mon, 19 Nov 2018 06:24:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.4"}],"id":"0d284fc8-81a2-41d7-a344-df8cafe53887","security_groups":[],"mac_address":"fa:16:3e:45:92:fc","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.3"}],"id":"0fd5e63e-54cc-411f-966b-563b6c723286","security_groups":[],"mac_address":"fa:16:3e:d6:fd:2d","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.2"}],"id":"a0a459e2-0572-4a54-9309-0fc818581268","security_groups":[],"mac_address":"fa:16:3e:df:0b:15","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.14"}],"id":"e54c7aef-b8df-4512-a6cb-0fdb21d77bff","security_groups":["1ab2057e-6655-499e-9988-d23f0111372c"],"mac_address":"fa:16:3e:03:a0:8f","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:27Z","binding:vnic_type":"normal","device_id":"1bb26f45-5bcc-4fb9-b2e9-31c08bb64874"}]} 2018-11-19 06:24:48,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-550a0347-0c2e-445a-b9fa-c5be3c5a6b4b 2018-11-19 06:24:48,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name"}}' 2018-11-19 06:24:48,984 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:24:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a511c176-3983-4818-854b-3b355f9e1a4e x-compute-request-id: req-a511c176-3983-4818-854b-3b355f9e1a4e Content-Length: 187 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name is not found for project 56e590f3728d47c6a364d4e1245dd71d", "code": 404}} 2018-11-19 06:24:48,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874/action used request id req-a511c176-3983-4818-854b-3b355f9e1a4e 2018-11-19 06:24:48,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:49,578 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e0bfb7c-f4a9-4024-902e-0a693e2e14d2 x-compute-request-id: req-5e0bfb7c-f4a9-4024-902e-0a693e2e14d2 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:49,578 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-5e0bfb7c-f4a9-4024-902e-0a693e2e14d2 2018-11-19 06:24:49,578 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name] - Security group InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name is not found for project 56e590f3728d47c6a364d4e1245dd71d (HTTP 404) (Request-ID: req-a511c176-3983-4818-854b-3b355f9e1a4e) 2018-11-19 06:24:49,579 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-name is not found for project 56e590f3728d47c6a364d4e1245dd71d (HTTP 404) (Request-ID: req-a511c176-3983-4818-854b-3b355f9e1a4e) 2018-11-19 06:24:49,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:50,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d1fd79b7-78a6-40b5-b7ec-d4356bf8af76 x-compute-request-id: req-d1fd79b7-78a6-40b5-b7ec-d4356bf8af76 Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:50,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-d1fd79b7-78a6-40b5-b7ec-d4356bf8af76 2018-11-19 06:24:50,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:50,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-07aade92-a115-469d-a648-a78bdf1d03aa Date: Mon, 19 Nov 2018 06:24: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":["cf5d2e27-d14c-44b4-a87f-bd22aaf5838a"],"updated_at":"2018-11-19T06:24:21Z","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"f339197a-fb5b-40e1-995b-cfd1592442d5","name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net"}]} 2018-11-19 06:24:50,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net used request id req-07aade92-a115-469d-a648-a78bdf1d03aa 2018-11-19 06:24:50,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:50,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c636eccf-b639-479c-9394-82a3a8276263 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:24:50,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-c636eccf-b639-479c-9394-82a3a8276263 2018-11-19 06:24:50,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:50,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4febcac5-a178-471f-8952-23b0e26c51cd Date: Mon, 19 Nov 2018 06:24:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:21Z","dns_nameservers":[],"updated_at":"2018-11-19T06:24:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"56e590f3728d47c6a364d4e1245dd71d","id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","subnetpool_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet"}]} 2018-11-19 06:24:50,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-4febcac5-a178-471f-8952-23b0e26c51cd 2018-11-19 06:24:50,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:50,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-1360e7b8-a81d-496f-9209-51e0669fafc8 Date: Mon, 19 Nov 2018 06:24:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:27Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.4"}],"id":"0d284fc8-81a2-41d7-a344-df8cafe53887","security_groups":[],"mac_address":"fa:16:3e:45:92:fc","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:24Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:25Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.3"}],"id":"0fd5e63e-54cc-411f-966b-563b6c723286","security_groups":[],"mac_address":"fa:16:3e:d6:fd:2d","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:23Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:24Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.2"}],"id":"a0a459e2-0572-4a54-9309-0fc818581268","security_groups":[],"mac_address":"fa:16:3e:df:0b:15","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:22Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-f339197a-fb5b-40e1-995b-cfd1592442d5"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:24:37Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf5d2e27-d14c-44b4-a87f-bd22aaf5838a","ip_address":"10.55.0.14"}],"id":"e54c7aef-b8df-4512-a6cb-0fdb21d77bff","security_groups":["1ab2057e-6655-499e-9988-d23f0111372c"],"mac_address":"fa:16:3e:03:a0:8f","project_id":"56e590f3728d47c6a364d4e1245dd71d","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port","admin_state_up":true,"network_id":"f339197a-fb5b-40e1-995b-cfd1592442d5","tenant_id":"56e590f3728d47c6a364d4e1245dd71d","created_at":"2018-11-19T06:24:27Z","binding:vnic_type":"normal","device_id":"1bb26f45-5bcc-4fb9-b2e9-31c08bb64874"}]} 2018-11-19 06:24:50,517 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-1360e7b8-a81d-496f-9209-51e0669fafc8 2018-11-19 06:24:50,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}228bd8674d66e58004237134f680df35091ab6fd" 2018-11-19 06:24:51,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e1ec2d1-f921-424b-bdea-e472b3336f0c x-compute-request-id: req-8e1ec2d1-f921-424b-bdea-e472b3336f0c Content-Encoding: gzip Content-Length: 753 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:a0:8f", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "security_groups": [{"name": "default"}], "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:37Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:51,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-8e1ec2d1-f921-424b-bdea-e472b3336f0c 2018-11-19 06:24:51,244 - create_instance - INFO - Deleting Port with ID - e54c7aef-b8df-4512-a6cb-0fdb21d77bff 2018-11-19 06:24:51,245 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-port 2018-11-19 06:24:51,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/e54c7aef-b8df-4512-a6cb-0fdb21d77bff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:52,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e354a90b-8512-45ec-b41a-7abe2615798d Date: Mon, 19 Nov 2018 06:24:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:24:52,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/e54c7aef-b8df-4512-a6cb-0fdb21d77bff used request id req-e354a90b-8512-45ec-b41a-7abe2615798d 2018-11-19 06:24:52,252 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst 2018-11-19 06:24:52,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:52,433 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:24: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-aa7c7a8b-afa8-41f9-ba9a-a6d982b5b8d8 x-compute-request-id: req-aa7c7a8b-afa8-41f9-ba9a-a6d982b5b8d8 Content-Type: application/json 2018-11-19 06:24:52,433 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-aa7c7a8b-afa8-41f9-ba9a-a6d982b5b8d8 2018-11-19 06:24:52,433 - create_instance - INFO - Checking deletion status 2018-11-19 06:24:52,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:52,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24: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-f64eabf5-8da4-452b-97e1-8b9e734249d7 x-compute-request-id: req-f64eabf5-8da4-452b-97e1-8b9e734249d7 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.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:52Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:52,693 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-f64eabf5-8da4-452b-97e1-8b9e734249d7 2018-11-19 06:24:52,694 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst] is - ACTIVE 2018-11-19 06:24:52,694 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:24:55,697 - create_instance - DEBUG - VM status query timeout in 296.736304045 2018-11-19 06:24:55,700 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:55,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:24:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40a9b63a-6e3b-481b-81c0-1711615bd786 x-compute-request-id: req-40a9b63a-6e3b-481b-81c0-1711615bd786 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.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:52Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:55,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-40a9b63a-6e3b-481b-81c0-1711615bd786 2018-11-19 06:24:55,976 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst] is - ACTIVE 2018-11-19 06:24:55,976 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:24:58,979 - create_instance - DEBUG - VM status query timeout in 293.454188824 2018-11-19 06:24:58,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:24:59,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-69232572-2f29-4f17-b809-14907485eda5 x-compute-request-id: req-69232572-2f29-4f17-b809-14907485eda5 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.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "rel": "bookmark"}], "image": {"id": "ecdd38d8-c920-4f9d-8c8f-e81476c81625", "links": [{"href": "http://172.30.9.21:8774/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:24:36.000000", "flavor": {"id": "d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "links": [{"href": "http://172.30.9.21:8774/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee", "rel": "bookmark"}]}, "id": "1bb26f45-5bcc-4fb9-b2e9-31c08bb64874", "user_id": "cdddd6237481491c851b0d82b48eb42b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:24:58Z", "hostId": "a900ba64d188dc49ff35a3a64f308b8f8bf9574f588ded334829f7a5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst", "created": "2018-11-19T06:24:31Z", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:24:59,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-69232572-2f29-4f17-b809-14907485eda5 2018-11-19 06:24:59,207 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst] is - ACTIVE 2018-11-19 06:24:59,207 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:25:02,211 - create_instance - DEBUG - VM status query timeout in 290.222911835 2018-11-19 06:25:02,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ec72923ef17e2a44459650258b0aa67ab936819" 2018-11-19 06:25:02,265 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:25:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3afdfbb7-3687-4232-a5fe-3cc91173ae28 x-compute-request-id: req-3afdfbb7-3687-4232-a5fe-3cc91173ae28 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 could not be found.", "code": 404}} 2018-11-19 06:25:02,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 used request id req-3afdfbb7-3687-4232-a5fe-3cc91173ae28 2018-11-19 06:25:02,266 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1bb26f45-5bcc-4fb9-b2e9-31c08bb64874 could not be found. (HTTP 404) (Request-ID: req-3afdfbb7-3687-4232-a5fe-3cc91173ae28) 2018-11-19 06:25:02,266 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-inst 2018-11-19 06:25:02,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f1b4a4d04280ec95792a83a6c5eb21b7c148286" 2018-11-19 06:25:02,320 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:25:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91d54223-07df-4eea-8454-86c129705875 x-compute-request-id: req-91d54223-07df-4eea-8454-86c129705875 Content-Length: 0 Content-Type: application/json 2018-11-19 06:25:02,320 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d7dfc776-b41c-494e-bf6f-08ae75ed70ee used request id req-91d54223-07df-4eea-8454-86c129705875 2018-11-19 06:25:02,321 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet 2018-11-19 06:25:02,321 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-subnet 2018-11-19 06:25:02,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/cf5d2e27-d14c-44b4-a87f-bd22aaf5838a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:25:04,554 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d57491c-4b88-4df6-a90e-70f6fff4c422 Date: Mon, 19 Nov 2018 06:25:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:25:04,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/cf5d2e27-d14c-44b4-a87f-bd22aaf5838a used request id req-5d57491c-4b88-4df6-a90e-70f6fff4c422 2018-11-19 06:25:04,555 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-pub-net 2018-11-19 06:25:04,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/f339197a-fb5b-40e1-995b-cfd1592442d5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9564044c5dfffa7961ed0f5914b84686e7423c5" 2018-11-19 06:25:05,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2c2d15a-c8e7-4b0b-9da9-5160774fbbec Date: Mon, 19 Nov 2018 06:25:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:25:05,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f339197a-fb5b-40e1-995b-cfd1592442d5 used request id req-b2c2d15a-c8e7-4b0b-9da9-5160774fbbec 2018-11-19 06:25:05,927 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-fd591f6b-7d6b-4710-b79c-82dad943592c-image 2018-11-19 06:25:05,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e601df07912de3dbb1ad34857f2733f738a5b745" 2018-11-19 06:25:08,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b061b30-1259-4f62-8a0a-9c1258b1525f Date: Mon, 19 Nov 2018 06:25:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:25:08,168 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ecdd38d8-c920-4f9d-8c8f-e81476c81625 used request id req-7b061b30-1259-4f62-8a0a-9c1258b1525f 2018-11-19 06:25:08,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:25:08,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1041c9ef-6fb2-4b42-ae65-86cbcd9d3f8e Date: Mon, 19 Nov 2018 06:25:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:20Z", "updated_at": "2018-11-19T06:24:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "revision_number": 0, "id": "187b82db-c388-4da0-8e39-1255aff42382", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv6", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "revision_number": 0, "id": "5c564b28-a7cc-4c55-bbb9-fbb90723247e", "remote_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv4", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "revision_number": 0, "id": "611f9d0b-7978-4ddc-954f-33fa21c05e47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv4", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "revision_number": 0, "id": "6886c120-46c7-434a-a180-7a65fbff71e7", "remote_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "port_range_min": null, "ethertype": "IPv6", "project_id": "56e590f3728d47c6a364d4e1245dd71d"}], "revision_number": 4, "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "1ab2057e-6655-499e-9988-d23f0111372c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:25:08,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1041c9ef-6fb2-4b42-ae65-86cbcd9d3f8e 2018-11-19 06:25:08,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:25:08,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2dd0250-e806-421c-8d00-0392bbd78fc9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d"}, "enabled": true, "id": "56e590f3728d47c6a364d4e1245dd71d", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-9046f380-bcae-47e-proj"}} 2018-11-19 06:25:08,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-d2dd0250-e806-421c-8d00-0392bbd78fc9 2018-11-19 06:25:08,583 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1ab2057e-6655-499e-9988-d23f0111372c 2018-11-19 06:25:08,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1ab2057e-6655-499e-9988-d23f0111372c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:25:08,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f488d714-ca11-493f-9106-9c805b1019fb Date: Mon, 19 Nov 2018 06:25:08 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:20Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "187b82db-c388-4da0-8e39-1255aff42382"}, {"remote_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:20Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "5c564b28-a7cc-4c55-bbb9-fbb90723247e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:20Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "611f9d0b-7978-4ddc-954f-33fa21c05e47"}, {"remote_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:24:20Z", "security_group_id": "1ab2057e-6655-499e-9988-d23f0111372c", "port_range_min": null, "revision_number": 0, "tenant_id": "56e590f3728d47c6a364d4e1245dd71d", "created_at": "2018-11-19T06:24:20Z", "project_id": "56e590f3728d47c6a364d4e1245dd71d", "id": "6886c120-46c7-434a-a180-7a65fbff71e7"}]} 2018-11-19 06:25:08,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1ab2057e-6655-499e-9988-d23f0111372c used request id req-f488d714-ca11-493f-9106-9c805b1019fb 2018-11-19 06:25:08,768 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:25:08,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1ab2057e-6655-499e-9988-d23f0111372c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:25:09,041 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3f46ef4-f658-4290-90a4-a1b7b0fb2e1b Content-Length: 0 Date: Mon, 19 Nov 2018 06:25:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:25:09,041 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1ab2057e-6655-499e-9988-d23f0111372c used request id req-f3f46ef4-f658-4290-90a4-a1b7b0fb2e1b 2018-11-19 06:25:09,042 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-9046f380-bcae-47e-proj 2018-11-19 06:25:09,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:25:09,223 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cb3a319-6ab4-45a8-83cc-87438114b2e6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:25:09,224 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/56e590f3728d47c6a364d4e1245dd71d used request id req-2cb3a319-6ab4-45a8-83cc-87438114b2e6 2018-11-19 06:25:09,224 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-9046f380-bcae-47e-proj-role 2018-11-19 06:25:09,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8ee696d64cbc431099f04e2d92de0c67 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:25:09,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1fe1a6b-aab1-46cc-8a8f-ed53eb34a07e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:25:09,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8ee696d64cbc431099f04e2d92de0c67 used request id req-e1fe1a6b-aab1-46cc-8a8f-ed53eb34a07e 2018-11-19 06:25:09,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f7dcc5f8abcf82d45321434fbe4552ae9b789c0" 2018-11-19 06:25:09,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e70b5e-f327-44b8-9bc6-287aae434f1e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:25:09,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-77e70b5e-f327-44b8-9bc6-287aae434f1e 2018-11-19 06:25:09,439 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-9046f380-bcae-47e-user 2018-11-19 06:25:09,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/cdddd6237481491c851b0d82b48eb42b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a85f274e2dc0570fa820c08bd05bde50a8380dc" 2018-11-19 06:25:09,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:25:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d3c3b35-b682-46c5-80f6-4332931a4d79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:25:09,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/cdddd6237481491c851b0d82b48eb42b used request id req-3d3c3b35-b682-46c5-80f6-4332931a4d79 2018-11-19 06:25:09,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:10,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:25:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xuY92cI0SRW3Lzno5GhybQ"], "issued_at": "2018-11-19T06:25:09.000000Z"}} 2018-11-19 06:25:10,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f13f813e59952abd995cd52e525206e86473c5" 2018-11-19 06:25:10,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a22b9f-0a8b-4699-a33b-6aa302441f3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:10,089 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a4a22b9f-0a8b-4699-a33b-6aa302441f3c 2018-11-19 06:25:10,090 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:10,091 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:10,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:25:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["tWoHEfr5SzStOQOyQKdOkA"], "issued_at": "2018-11-19T06:25:10.000000Z"}} 2018-11-19 06:25:10,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:25:10,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39003ecc-8c1c-4ec8-a14c-d8a0611874a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:10,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-39003ecc-8c1c-4ec8-a14c-d8a0611874a4 2018-11-19 06:25:10,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:25:10,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:25:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:25:10,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:25:10,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e20efa6-2e93-43fa-bda9-b22b484ab6a0 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:25:10,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj used request id req-3e20efa6-2e93-43fa-bda9-b22b484ab6a0 2018-11-19 06:25:10,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:25:10,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b65a648-63ac-4470-b3eb-e12d92ac34a1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:25:10,736 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9b65a648-63ac-4470-b3eb-e12d92ac34a1 2018-11-19 06:25:10,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}}' 2018-11-19 06:25:10,881 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:25:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42cc9de4-ad2c-44b0-a000-ed92330a0752 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:10,881 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-42cc9de4-ad2c-44b0-a000-ed92330a0752 2018-11-19 06:25:10,881 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj 2018-11-19 06:25:10,881 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:10,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:11,256 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:25:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["CE5MwDr2TFe_yTgh4ibm5g"], "issued_at": "2018-11-19T06:25:11.000000Z"}} 2018-11-19 06:25:11,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ea71bc3515f13803951359848d00ac5c976616" 2018-11-19 06:25:11,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e18cbfa9-6989-4522-bec4-21b5bc08ad56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:11,343 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e18cbfa9-6989-4522-bec4-21b5bc08ad56 2018-11-19 06:25:11,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:25:11,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:25:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:25:11,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ea71bc3515f13803951359848d00ac5c976616" 2018-11-19 06:25:11,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e8d941b-301f-441e-accf-9694cf687e95 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:25:11,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1e8d941b-301f-441e-accf-9694cf687e95 2018-11-19 06:25:11,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ea71bc3515f13803951359848d00ac5c976616" 2018-11-19 06:25:11,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647ad8b4-ba38-4151-b097-aa5a7d49a800 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}]} 2018-11-19 06:25:11,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj used request id req-647ad8b4-ba38-4151-b097-aa5a7d49a800 2018-11-19 06:25:11,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ea71bc3515f13803951359848d00ac5c976616" 2018-11-19 06:25:11,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b358054-ee17-40c7-b4d1-f45878ef4ac7 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:25:11,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9b358054-ee17-40c7-b4d1-f45878ef4ac7 2018-11-19 06:25:12,017 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-a9391feb-8c9d-40f-user 2018-11-19 06:25:12,018 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:12,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:25:12,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-361db052-4e98-4844-8a92-d7b3998aa403 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:25:12,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-361db052-4e98-4844-8a92-d7b3998aa403 2018-11-19 06:25:12,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" -d '{"role": {"name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}}' 2018-11-19 06:25:12,245 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-adfc5fd1-c04c-4356-a377-620de2bee696 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d45faa7ab7724c22b22e79490f57f7df", "links": {"self": "http://172.30.9.21:5000/v3/roles/d45faa7ab7724c22b22e79490f57f7df"}, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}} 2018-11-19 06:25:12,245 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-adfc5fd1-c04c-4356-a377-620de2bee696 2018-11-19 06:25:12,246 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role 2018-11-19 06:25:12,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/d45faa7ab7724c22b22e79490f57f7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:25:12,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87a7449d-e2a4-4812-ac3e-8ea17c738e73 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/d45faa7ab7724c22b22e79490f57f7df"}, "domain_id": null, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role", "id": "d45faa7ab7724c22b22e79490f57f7df"}} 2018-11-19 06:25:12,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/d45faa7ab7724c22b22e79490f57f7df used request id req-87a7449d-e2a4-4812-ac3e-8ea17c738e73 2018-11-19 06:25:12,266 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role to project InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj 2018-11-19 06:25:12,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c/users/000fdcddf5db4f769e73b95c58bf4c31/roles/d45faa7ab7724c22b22e79490f57f7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:25:12,398 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ae14e8e-f737-4b53-8a2a-f5b42ed1793a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:25:12,398 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c/users/000fdcddf5db4f769e73b95c58bf4c31/roles/d45faa7ab7724c22b22e79490f57f7df used request id req-9ae14e8e-f737-4b53-8a2a-f5b42ed1793a 2018-11-19 06:25:12,399 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:25:12,400 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:25:12,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:12,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:12,782 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d45faa7ab7724c22b22e79490f57f7df", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}], "expires_at": "2018-11-19T07:25:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea45f7fc4844afd937413f48a14c95c", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-user", "id": "000fdcddf5db4f769e73b95c58bf4c31"}, "audit_ids": ["51Zk4f_MTl6AB_EzjG_hwQ"], "issued_at": "2018-11-19T06:25:12.000000Z"}} 2018-11-19 06:25:12,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" 2018-11-19 06:25:12,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5ca5d7e-a32f-4aff-b1ee-d3c8b2b2fa35 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:12,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b5ca5d7e-a32f-4aff-b1ee-d3c8b2b2fa35 2018-11-19 06:25:12,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" 2018-11-19 06:25:13,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-e00aac11-6381-469f-99f4-e1fb8a44af88 Date: Mon, 19 Nov 2018 06:25:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image"} 2018-11-19 06:25:13,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image used request id req-e00aac11-6381-469f-99f4-e1fb8a44af88 2018-11-19 06:25:13,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" 2018-11-19 06:25:13,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c8d667eb-d6a2-43c4-9fce-d1bdc140c07f Date: Mon, 19 Nov 2018 06:25:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:25:13,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c8d667eb-d6a2-43c4-9fce-d1bdc140c07f 2018-11-19 06:25:13,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image"}' 2018-11-19 06:25:13,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f X-Openstack-Request-Id: req-460e2a8a-b5c9-4a30-b4e0-440d2c9744bc Date: Mon, 19 Nov 2018 06:25:13 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:25:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:25:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "min_disk": 0, "protected": false, "id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "file": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f/file", "checksum": null, "owner": "8ea45f7fc4844afd937413f48a14c95c", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:25:13,409 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-460e2a8a-b5c9-4a30-b4e0-440d2c9744bc 2018-11-19 06:25:13,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" -d '' 2018-11-19 06:25:15,466 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b827a821-6572-4e6d-a697-a57a71e7d489 Date: Mon, 19 Nov 2018 06:25:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:25:15,466 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f/file used request id req-b827a821-6572-4e6d-a697-a57a71e7d489 2018-11-19 06:25:15,467 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:25:15,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" 2018-11-19 06:25:15,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f629ccd0-5284-468f-b36f-455118c18616 Date: Mon, 19 Nov 2018 06:25:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:25:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:25:15Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4d291c9d-f01a-44ee-8ff6-09773702805f/snap", "metadata": {}}], "self": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "min_disk": 0, "protected": false, "id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "file": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ea45f7fc4844afd937413f48a14c95c", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4d291c9d-f01a-44ee-8ff6-09773702805f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:25:15,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f used request id req-f629ccd0-5284-468f-b36f-455118c18616 2018-11-19 06:25:15,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" 2018-11-19 06:25:15,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-55ad7557-5155-4c28-9271-3d2a14b7f0a5 Date: Mon, 19 Nov 2018 06:25:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:25:15,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-55ad7557-5155-4c28-9271-3d2a14b7f0a5 2018-11-19 06:25:15,792 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image 2018-11-19 06:25:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" 2018-11-19 06:25:15,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f6f6a0c1-11b3-4531-a52f-7f85bc0212c5 Date: Mon, 19 Nov 2018 06:25:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:25:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:25:15Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4d291c9d-f01a-44ee-8ff6-09773702805f/snap", "metadata": {}}], "self": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "min_disk": 0, "protected": false, "id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "file": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ea45f7fc4844afd937413f48a14c95c", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4d291c9d-f01a-44ee-8ff6-09773702805f/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:25:15,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f used request id req-f6f6a0c1-11b3-4531-a52f-7f85bc0212c5 2018-11-19 06:25:15,813 - create_image - DEBUG - Instance status is - active 2018-11-19 06:25:15,813 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image 2018-11-19 06:25:15,813 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image 2018-11-19 06:25:15,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:15,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:16,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d45faa7ab7724c22b22e79490f57f7df", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}], "expires_at": "2018-11-19T07:25:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea45f7fc4844afd937413f48a14c95c", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-user", "id": "000fdcddf5db4f769e73b95c58bf4c31"}, "audit_ids": ["dE9brvKATZuHG05WshpSjQ"], "issued_at": "2018-11-19T06:25:16.000000Z"}} 2018-11-19 06:25:16,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:25:16,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50efeff4-93ce-43e8-a110-53bcece1cacc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:16,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-50efeff4-93ce-43e8-a110-53bcece1cacc 2018-11-19 06:25:16,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:25:16,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-33c36177-0181-497c-9825-5a5aa4a37327 Date: Mon, 19 Nov 2018 06:25:16 GMT RESP BODY: {"networks":[]} 2018-11-19 06:25:16,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-33c36177-0181-497c-9825-5a5aa4a37327 2018-11-19 06:25:16,450 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net 2018-11-19 06:25:16,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" -d '{"network": {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net", "admin_state_up": true}}' 2018-11-19 06:25:16,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-752ae88d-1063-431f-b689-39b186ad8b4e Date: Mon, 19 Nov 2018 06:25:16 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d8fb5e92-f85b-456a-a160-93252521aec9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:25:16Z","is_default":false,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","mtu":1450}} 2018-11-19 06:25:16,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-752ae88d-1063-431f-b689-39b186ad8b4e 2018-11-19 06:25:16,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:25:17,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-52012241-e91e-4b2a-82f7-d590ccea779b Date: Mon, 19 Nov 2018 06:25:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:25:16Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:17,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-52012241-e91e-4b2a-82f7-d590ccea779b 2018-11-19 06:25:17,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:25:17,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7914e2f0-9468-4c38-87b9-9b71d1332150 Date: Mon, 19 Nov 2018 06:25:17 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:25:17,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-7914e2f0-9468-4c38-87b9-9b71d1332150 2018-11-19 06:25:17,403 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet 2018-11-19 06:25:17,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" -d '{"subnets": [{"ip_version": 4, "network_id": "d8fb5e92-f85b-456a-a160-93252521aec9", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]}' 2018-11-19 06:25:18,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7d5ba5b6-b997-408b-a5ef-f44eb31745b3 Date: Mon, 19 Nov 2018 06:25:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:18,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-7d5ba5b6-b997-408b-a5ef-f44eb31745b3 2018-11-19 06:25:18,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:25:18,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0e3bf9c3-656b-4e64-a982-3dc8c922f917 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:18,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-0e3bf9c3-656b-4e64-a982-3dc8c922f917 2018-11-19 06:25:18,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:25:19,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-26a73396-cc5e-4f8a-bf6d-2c253be6d356 Date: Mon, 19 Nov 2018 06:25:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:19,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-26a73396-cc5e-4f8a-bf6d-2c253be6d356 2018-11-19 06:25:19,014 - OpenStackNetwork - DEBUG - Network [d8fb5e92-f85b-456a-a160-93252521aec9] created successfully 2018-11-19 06:25:19,014 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:19,015 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:19,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:25:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["rMiQKVzJReqmUfeuBUchOg"], "issued_at": "2018-11-19T06:25:19.000000Z"}} 2018-11-19 06:25:19,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beac31a2bd2eaeb9e32d0ee5facfeac56a413ff2" 2018-11-19 06:25:19,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddf9aa63-fceb-42db-9cdb-625e2ba3abd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:19,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ddf9aa63-fceb-42db-9cdb-625e2ba3abd4 2018-11-19 06:25:19,484 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:25:19,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beac31a2bd2eaeb9e32d0ee5facfeac56a413ff2" 2018-11-19 06:25:19,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97aef4f6-296d-44bf-9a85-a19c13336ff6 x-compute-request-id: req-97aef4f6-296d-44bf-9a85-a19c13336ff6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:25:19,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-97aef4f6-296d-44bf-9a85-a19c13336ff6 2018-11-19 06:25:19,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beac31a2bd2eaeb9e32d0ee5facfeac56a413ff2" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:25:19,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fd219a0-4a49-4b70-96ea-3a86fe330ed0 x-compute-request-id: req-9fd219a0-4a49-4b70-96ea-3a86fe330ed0 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:25:19,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9fd219a0-4a49-4b70-96ea-3a86fe330ed0 2018-11-19 06:25:19,731 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:19,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:20,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d45faa7ab7724c22b22e79490f57f7df", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}], "expires_at": "2018-11-19T07:25:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea45f7fc4844afd937413f48a14c95c", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-user", "id": "000fdcddf5db4f769e73b95c58bf4c31"}, "audit_ids": ["3K2UklENRqa4JWxHY-jlwg"], "issued_at": "2018-11-19T06:25:20.000000Z"}} 2018-11-19 06:25:20,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:20,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c97ff24-0ce6-4506-8c5d-9526743ed7fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:20,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3c97ff24-0ce6-4506-8c5d-9526743ed7fc 2018-11-19 06:25:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:20,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-5dd7e7da-6ca3-46e8-95e5-cbe06f098e92 Date: Mon, 19 Nov 2018 06:25:20 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:25:20,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name&description=hello+group used request id req-5dd7e7da-6ca3-46e8-95e5-cbe06f098e92 2018-11-19 06:25:20,389 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name... 2018-11-19 06:25:20,389 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name 2018-11-19 06:25:20,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" -d '{"security_group": {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name", "description": "hello group"}}' 2018-11-19 06:25:20,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-e0203c9f-90f0-4289-a4f4-c94b9811ea5f Date: Mon, 19 Nov 2018 06:25:20 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "updated_at": "2018-11-19T06:25:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "c0d85d05-481b-488d-afd4-40e15793ca70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}], "revision_number": 2, "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "dbdead2c-9d45-4912-9b58-256118156aca", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}} 2018-11-19 06:25:20,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-e0203c9f-90f0-4289-a4f4-c94b9811ea5f 2018-11-19 06:25:20,750 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:20,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:20,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-33dfda5f-1981-4f8f-b625-3a35ca09de2d Date: Mon, 19 Nov 2018 06:25:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "c0d85d05-481b-488d-afd4-40e15793ca70"}]} 2018-11-19 06:25:20,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-33dfda5f-1981-4f8f-b625-3a35ca09de2d 2018-11-19 06:25:20,929 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:20,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:21,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-18c1e17d-ad2a-44e6-9b2c-f6e9759d3b22 Date: Mon, 19 Nov 2018 06:25: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-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "c0d85d05-481b-488d-afd4-40e15793ca70"}]} 2018-11-19 06:25:21,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-18c1e17d-ad2a-44e6-9b2c-f6e9759d3b22 2018-11-19 06:25:21,110 - neutron_utils - INFO - Retrieving security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:21,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:21,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-c08b09af-a0d4-4a07-95ad-a035607daaa0 Date: Mon, 19 Nov 2018 06:25:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "updated_at": "2018-11-19T06:25:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "c0d85d05-481b-488d-afd4-40e15793ca70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}], "revision_number": 2, "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "dbdead2c-9d45-4912-9b58-256118156aca", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}]} 2018-11-19 06:25:21,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-c08b09af-a0d4-4a07-95ad-a035607daaa0 2018-11-19 06:25:21,311 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:21,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:21,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7b5da4a6-36f2-4b17-8735-3baee0831a6e Date: Mon, 19 Nov 2018 06:25: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-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "c0d85d05-481b-488d-afd4-40e15793ca70"}]} 2018-11-19 06:25:21,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-7b5da4a6-36f2-4b17-8735-3baee0831a6e 2018-11-19 06:25:21,486 - neutron_utils - INFO - Retrieving security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:21,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:21,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-99d8d9ba-552a-4b71-bdc8-0f7039d91446 Date: Mon, 19 Nov 2018 06:25:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "updated_at": "2018-11-19T06:25:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "c0d85d05-481b-488d-afd4-40e15793ca70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}], "revision_number": 2, "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "dbdead2c-9d45-4912-9b58-256118156aca", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}]} 2018-11-19 06:25:21,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-99d8d9ba-552a-4b71-bdc8-0f7039d91446 2018-11-19 06:25:21,690 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:21,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:21,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cdab7325-d53a-482a-a3cc-76801957bf2e Date: Mon, 19 Nov 2018 06:25: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-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "c0d85d05-481b-488d-afd4-40e15793ca70"}]} 2018-11-19 06:25:21,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-cdab7325-d53a-482a-a3cc-76801957bf2e 2018-11-19 06:25:21,718 - neutron_utils - INFO - Retrieving security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:21,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:21,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-cb404b2f-0fc8-431d-9e44-b33213fb3b3b Date: Mon, 19 Nov 2018 06:25:21 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "updated_at": "2018-11-19T06:25:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "revision_number": 0, "id": "c0d85d05-481b-488d-afd4-40e15793ca70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}], "revision_number": 2, "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "dbdead2c-9d45-4912-9b58-256118156aca", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}]} 2018-11-19 06:25:21,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-cb404b2f-0fc8-431d-9e44-b33213fb3b3b 2018-11-19 06:25:21,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbdead2c-9d45-4912-9b58-256118156aca 2018-11-19 06:25:21,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:21,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e52b7104-11bc-44a4-8c23-1394671cd3cf Date: Mon, 19 Nov 2018 06:25: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-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:20Z", "security_group_id": "dbdead2c-9d45-4912-9b58-256118156aca", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:20Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "c0d85d05-481b-488d-afd4-40e15793ca70"}]} 2018-11-19 06:25:21,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbdead2c-9d45-4912-9b58-256118156aca used request id req-e52b7104-11bc-44a4-8c23-1394671cd3cf 2018-11-19 06:25:21,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:21,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:22,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d45faa7ab7724c22b22e79490f57f7df", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}], "expires_at": "2018-11-19T07:25:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea45f7fc4844afd937413f48a14c95c", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-user", "id": "000fdcddf5db4f769e73b95c58bf4c31"}, "audit_ids": ["VnuZRsuFRxKRph61lWZL8g"], "issued_at": "2018-11-19T06:25:22.000000Z"}} 2018-11-19 06:25:22,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:22,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed7ed329-f556-4417-8ada-7c0bb16d7d17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:22,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ed7ed329-f556-4417-8ada-7c0bb16d7d17 2018-11-19 06:25:22,404 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:25:22,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:22,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf21c7a-692f-4989-8e60-4969ba3ead71 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:22,481 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3bf21c7a-692f-4989-8e60-4969ba3ead71 2018-11-19 06:25:22,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:22,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-362e86bb-70dd-4260-b112-55ed627aefce Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:22,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-362e86bb-70dd-4260-b112-55ed627aefce 2018-11-19 06:25:22,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:25:22,748 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:25:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:25:22,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:22,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edc610c1-1769-49ed-b189-e7ebe387ef69 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:22,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-edc610c1-1769-49ed-b189-e7ebe387ef69 2018-11-19 06:25:22,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:22,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2e796a3a-89f5-4db0-bb6f-8dc73830b2f6 Date: Mon, 19 Nov 2018 06:25:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:22,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-2e796a3a-89f5-4db0-bb6f-8dc73830b2f6 2018-11-19 06:25:22,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:23,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-85142380-4fca-4f64-a90f-4eee9e27fe02 Date: Mon, 19 Nov 2018 06:25:23 GMT RESP BODY: {"ports":[]} 2018-11-19 06:25:23,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port&admin_state_up=True used request id req-85142380-4fca-4f64-a90f-4eee9e27fe02 2018-11-19 06:25:23,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:23,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25: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-20907113-0c4e-4f86-87ca-8fe15665fc9d x-compute-request-id: req-20907113-0c4e-4f86-87ca-8fe15665fc9d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:25:23,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst used request id req-20907113-0c4e-4f86-87ca-8fe15665fc9d 2018-11-19 06:25:23,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:23,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9a5e768e-05eb-4490-a85d-921497ff920c Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:23,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-9a5e768e-05eb-4490-a85d-921497ff920c 2018-11-19 06:25:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:24,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718d58d9-cd5f-4407-9caa-9301c2df00e5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:24,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-718d58d9-cd5f-4407-9caa-9301c2df00e5 2018-11-19 06:25:24,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:24,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-196a9ddd-1fe3-4bc6-9130-84379ce9553e Date: Mon, 19 Nov 2018 06:25:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:24,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-196a9ddd-1fe3-4bc6-9130-84379ce9553e 2018-11-19 06:25:24,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:24,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d9cc54b4-b600-4eb8-b2bf-31f1c057185f Date: Mon, 19 Nov 2018 06:25:24 GMT RESP BODY: {"ports":[]} 2018-11-19 06:25:24,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port&admin_state_up=True used request id req-d9cc54b4-b600-4eb8-b2bf-31f1c057185f 2018-11-19 06:25:24,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:25:24,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:24,805 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d45faa7ab7724c22b22e79490f57f7df", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}], "expires_at": "2018-11-19T07:25:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea45f7fc4844afd937413f48a14c95c", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-user", "id": "000fdcddf5db4f769e73b95c58bf4c31"}, "audit_ids": ["qvwkhcHQTcmJLUa1DSYpxw"], "issued_at": "2018-11-19T06:25:24.000000Z"}} 2018-11-19 06:25:24,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23b35c8499469370c5d17864439a326a9a5b976b" 2018-11-19 06:25:24,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c54a23b-461f-48b3-bd07-fdea699f3a1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:25:24,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9c54a23b-461f-48b3-bd07-fdea699f3a1b 2018-11-19 06:25:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:25,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4d2a5979-1542-493d-bf79-a4c4fd34b178 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:25,142 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-4d2a5979-1542-493d-bf79-a4c4fd34b178 2018-11-19 06:25:25,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:25,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a3b5201f-b188-4322-a2f7-d5371823cf2e Date: Mon, 19 Nov 2018 06:25:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:25,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-a3b5201f-b188-4322-a2f7-d5371823cf2e 2018-11-19 06:25:25,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:25,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-981a4c06-8725-44b8-861c-8e36965493d7 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:25,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-981a4c06-8725-44b8-861c-8e36965493d7 2018-11-19 06:25:25,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:25:25,463 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:25:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:25:25,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}23b35c8499469370c5d17864439a326a9a5b976b" 2018-11-19 06:25:25,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a83cbf10-26f2-4cd7-8e16-e4a13b3e2e0b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:25,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-a83cbf10-26f2-4cd7-8e16-e4a13b3e2e0b 2018-11-19 06:25:25,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:25,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8dbef09a-fc4d-42fa-a683-2238b3526ad9 Date: Mon, 19 Nov 2018 06:25:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:25,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-8dbef09a-fc4d-42fa-a683-2238b3526ad9 2018-11-19 06:25:25,603 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net 2018-11-19 06:25:25,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" -d '{"port": {"network_id": "d8fb5e92-f85b-456a-a160-93252521aec9", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port", "admin_state_up": true}}' 2018-11-19 06:25:26,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-409fbdcf-0f3c-400b-aad2-fc178f1cea07 Date: Mon, 19 Nov 2018 06:25:26 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:26Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1"],"mac_address":"fa:16:3e:82:e8:c0","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","project_id":"8ea45f7fc4844afd937413f48a14c95c","qos_policy_id":null,"admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal"}} 2018-11-19 06:25:26,573 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-409fbdcf-0f3c-400b-aad2-fc178f1cea07 2018-11-19 06:25:26,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:26,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-965da183-bba9-45ae-a3e3-d8160f93ee60 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:26,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-965da183-bba9-45ae-a3e3-d8160f93ee60 2018-11-19 06:25:26,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:26,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-367190ce-bfaf-4047-8525-aa029e892eb1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:26,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-367190ce-bfaf-4047-8525-aa029e892eb1 2018-11-19 06:25:26,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:26,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1fa74924-70c3-4d45-bf65-7edd8ced9a83 Date: Mon, 19 Nov 2018 06:25:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:26,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-1fa74924-70c3-4d45-bf65-7edd8ced9a83 2018-11-19 06:25:26,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:27,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-a74da4d0-204b-458a-89c6-e9b8e10b2b54 Date: Mon, 19 Nov 2018 06:25:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:26Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1"],"mac_address":"fa:16:3e:82:e8:c0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:25:27,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port&admin_state_up=True used request id req-a74da4d0-204b-458a-89c6-e9b8e10b2b54 2018-11-19 06:25:27,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:27,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb871275-7ad0-4cfb-acd2-2bd33c848a80 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:27,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-bb871275-7ad0-4cfb-acd2-2bd33c848a80 2018-11-19 06:25:27,115 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst 2018-11-19 06:25:27,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:27,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-5e73fe0c-687b-443a-a9de-5373f3591c5a x-compute-request-id: req-5e73fe0c-687b-443a-a9de-5373f3591c5a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-flavor-name"}]} 2018-11-19 06:25:27,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5e73fe0c-687b-443a-a9de-5373f3591c5a 2018-11-19 06:25:27,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:27,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-8414ad77-2a4e-4272-b87b-ec63ca0d01e7 x-compute-request-id: req-8414ad77-2a4e-4272-b87b-ec63ca0d01e7 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:25:27,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6 used request id req-8414ad77-2a4e-4272-b87b-ec63ca0d01e7 2018-11-19 06:25:27,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:27,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-dcc9e52e-b40a-4e23-86e9-583608ddf69a Date: Mon, 19 Nov 2018 06:25:27 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:25:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:25:15Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4d291c9d-f01a-44ee-8ff6-09773702805f/snap", "metadata": {}}], "self": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "min_disk": 0, "protected": false, "id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "file": "/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8ea45f7fc4844afd937413f48a14c95c", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/4d291c9d-f01a-44ee-8ff6-09773702805f/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image"} 2018-11-19 06:25:27,353 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image used request id req-dcc9e52e-b40a-4e23-86e9-583608ddf69a 2018-11-19 06:25:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:27,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-34faf28e-a9db-484a-a3cc-f698346f48fa Date: Mon, 19 Nov 2018 06:25:27 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:25:27,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-34faf28e-a9db-484a-a3cc-f698346f48fa 2018-11-19 06:25:27,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" -d '{"server": {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "imageRef": "4d291c9d-f01a-44ee-8ff6-09773702805f", "flavorRef": "931befb2-589b-4c99-b6aa-8c5361d648c6", "max_count": 1, "min_count": 1, "networks": [{"port": "e808c01d-4ad8-45f7-85bf-2a105f2d5e45"}], "security_groups": [{"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}]}}' 2018-11-19 06:25:29,576 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-d1a4b002-1f38-4bfb-93b7-b14351cf6c42 x-compute-request-id: req-d1a4b002-1f38-4bfb-93b7-b14351cf6c42 Content-Length: 435 location: http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "adminPass": "EuDAc9GK9tjp"}} 2018-11-19 06:25:29,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-d1a4b002-1f38-4bfb-93b7-b14351cf6c42 2018-11-19 06:25:29,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:30,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4a7ff91-89e8-4172-9e90-74bb1afeb815 x-compute-request-id: req-a4a7ff91-89e8-4172-9e90-74bb1afeb815 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.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:25:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:30,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-a4a7ff91-89e8-4172-9e90-74bb1afeb815 2018-11-19 06:25:30,022 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst 2018-11-19 06:25:30,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:30,443 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-3b99dc78-1e88-44c1-ac4f-a266fca9cecd x-compute-request-id: req-3b99dc78-1e88-44c1-ac4f-a266fca9cecd Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:25:30Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:30,443 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-3b99dc78-1e88-44c1-ac4f-a266fca9cecd 2018-11-19 06:25:30,444 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - BUILD 2018-11-19 06:25:30,444 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:25:33,447 - create_instance - DEBUG - VM status query timeout in 896.575477839 2018-11-19 06:25:33,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:34,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-2cdf66ab-d238-4f4c-b5f1-bf96db4190ac x-compute-request-id: req-2cdf66ab-d238-4f4c-b5f1-bf96db4190ac 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.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:25:30Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:34,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-2cdf66ab-d238-4f4c-b5f1-bf96db4190ac 2018-11-19 06:25:34,080 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - BUILD 2018-11-19 06:25:34,080 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:25:37,083 - create_instance - DEBUG - VM status query timeout in 892.93897891 2018-11-19 06:25:37,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:37,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-1636c7cd-3a38-4c9c-84d2-7a6422f4289d x-compute-request-id: req-1636c7cd-3a38-4c9c-84d2-7a6422f4289d Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:37,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-1636c7cd-3a38-4c9c-84d2-7a6422f4289d 2018-11-19 06:25:37,848 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - ACTIVE 2018-11-19 06:25:37,848 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:25:37,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:38,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-85de27b7-e50b-4614-8050-184daaccf0da x-compute-request-id: req-85de27b7-e50b-4614-8050-184daaccf0da Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:38,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-85de27b7-e50b-4614-8050-184daaccf0da 2018-11-19 06:25:38,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:38,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e8de2708-a2d0-44f3-980e-6622bfaf7f81 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:38,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-e8de2708-a2d0-44f3-980e-6622bfaf7f81 2018-11-19 06:25:38,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:38,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e319beb2-3d80-442f-8407-bbf191ec42e2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:38,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-e319beb2-3d80-442f-8407-bbf191ec42e2 2018-11-19 06:25:38,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:38,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-94015dd2-fc39-4b26-9e4b-bb6904e5a84f Date: Mon, 19 Nov 2018 06:25:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:38,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-94015dd2-fc39-4b26-9e4b-bb6904e5a84f 2018-11-19 06:25:38,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:38,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-57b0ddc0-ea04-4b0d-8930-1198e79f1931 Date: Mon, 19 Nov 2018 06:25:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.3"}],"id":"0819cbac-2833-4a9c-8a37-78175694fce3","security_groups":[],"mac_address":"fa:16:3e:e8:2c:4b","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.4"}],"id":"9cce2731-60a6-4ec7-b52b-692bdb0a56e4","security_groups":[],"mac_address":"fa:16:3e:74:43:b0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.2"}],"id":"b90b9fe7-8ed0-43f2-9c68-abe0ab37242f","security_groups":[],"mac_address":"fa:16:3e:d4:f5:e9","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1"],"mac_address":"fa:16:3e:82:e8:c0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal","device_id":"7a2f5a36-303e-4442-b366-ffbc082f9e8b"}]} 2018-11-19 06:25:38,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-57b0ddc0-ea04-4b0d-8930-1198e79f1931 2018-11-19 06:25:38,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:39,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-582e791e-1b70-4876-8105-afb272045026 x-compute-request-id: req-582e791e-1b70-4876-8105-afb272045026 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:39,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-582e791e-1b70-4876-8105-afb272045026 2018-11-19 06:25:39,262 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - ACTIVE 2018-11-19 06:25:39,262 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:25:39,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:39,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f610c038-c161-4561-ac58-3096efccf1d6 x-compute-request-id: req-f610c038-c161-4561-ac58-3096efccf1d6 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:39,867 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-f610c038-c161-4561-ac58-3096efccf1d6 2018-11-19 06:25:39,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:39,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-dceaff61-4fbe-44c8-a4f5-30ebd9c97ea6 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:39,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-dceaff61-4fbe-44c8-a4f5-30ebd9c97ea6 2018-11-19 06:25:39,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:40,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1c0a7c6-dc53-4561-b25f-6bb5eace8317 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:40,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-c1c0a7c6-dc53-4561-b25f-6bb5eace8317 2018-11-19 06:25:40,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:40,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-52aaaab5-4998-420a-8c1d-33f7e0f7d888 Date: Mon, 19 Nov 2018 06:25:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:40,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-52aaaab5-4998-420a-8c1d-33f7e0f7d888 2018-11-19 06:25:40,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:40,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-a04d806c-80f5-4299-b2d2-20b133908771 Date: Mon, 19 Nov 2018 06:25:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.3"}],"id":"0819cbac-2833-4a9c-8a37-78175694fce3","security_groups":[],"mac_address":"fa:16:3e:e8:2c:4b","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.4"}],"id":"9cce2731-60a6-4ec7-b52b-692bdb0a56e4","security_groups":[],"mac_address":"fa:16:3e:74:43:b0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.2"}],"id":"b90b9fe7-8ed0-43f2-9c68-abe0ab37242f","security_groups":[],"mac_address":"fa:16:3e:d4:f5:e9","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1"],"mac_address":"fa:16:3e:82:e8:c0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal","device_id":"7a2f5a36-303e-4442-b366-ffbc082f9e8b"}]} 2018-11-19 06:25:40,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-a04d806c-80f5-4299-b2d2-20b133908771 2018-11-19 06:25:40,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}}' 2018-11-19 06:25:41,506 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-2f12063a-ec19-4e7a-9560-031ae7c02bc9 x-compute-request-id: req-2f12063a-ec19-4e7a-9560-031ae7c02bc9 Content-Length: 0 Content-Type: application/json 2018-11-19 06:25:41,506 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b/action used request id req-2f12063a-ec19-4e7a-9560-031ae7c02bc9 2018-11-19 06:25:41,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:41,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30585258-e250-478e-afca-212b60b61736 x-compute-request-id: req-30585258-e250-478e-afca-212b60b61736 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:41,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-30585258-e250-478e-afca-212b60b61736 2018-11-19 06:25:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:42,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-79fc5907-7550-4826-98a5-0d666965beb0 Date: Mon, 19 Nov 2018 06:25:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:42,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-79fc5907-7550-4826-98a5-0d666965beb0 2018-11-19 06:25:42,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:42,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e93031c-b012-48a1-b2fa-823f9888ccee Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:42,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-1e93031c-b012-48a1-b2fa-823f9888ccee 2018-11-19 06:25:42,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:42,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-cece6c8c-fb02-4cde-9791-25abcd42c847 Date: Mon, 19 Nov 2018 06:25:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:42,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-cece6c8c-fb02-4cde-9791-25abcd42c847 2018-11-19 06:25:42,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:42,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-f1b4435a-3168-476e-af4f-71520b52dd58 Date: Mon, 19 Nov 2018 06:25:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.3"}],"id":"0819cbac-2833-4a9c-8a37-78175694fce3","security_groups":[],"mac_address":"fa:16:3e:e8:2c:4b","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.4"}],"id":"9cce2731-60a6-4ec7-b52b-692bdb0a56e4","security_groups":[],"mac_address":"fa:16:3e:74:43:b0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.2"}],"id":"b90b9fe7-8ed0-43f2-9c68-abe0ab37242f","security_groups":[],"mac_address":"fa:16:3e:d4:f5:e9","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1","dbdead2c-9d45-4912-9b58-256118156aca"],"mac_address":"fa:16:3e:82:e8:c0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal","device_id":"7a2f5a36-303e-4442-b366-ffbc082f9e8b"}]} 2018-11-19 06:25:42,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-f1b4435a-3168-476e-af4f-71520b52dd58 2018-11-19 06:25:42,457 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:25:42,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d45faa7ab7724c22b22e79490f57f7df", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role"}], "expires_at": "2018-11-19T07:25:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8ea45f7fc4844afd937413f48a14c95c", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8ea45f7fc4844afd937413f48a14c95c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-user", "id": "000fdcddf5db4f769e73b95c58bf4c31"}, "audit_ids": ["OR8fAmSlT3mJivTx3EZcHw"], "issued_at": "2018-11-19T06:25:42.000000Z"}} 2018-11-19 06:25:42,839 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7133f0298da69522133c13b3a080ff3b8ce00a" 2018-11-19 06:25:43,696 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b236210c-b17a-4cf2-97ec-41e67d20e4c6 x-compute-request-id: req-b236210c-b17a-4cf2-97ec-41e67d20e4c6 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:43,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-b236210c-b17a-4cf2-97ec-41e67d20e4c6 2018-11-19 06:25:43,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:44,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-882b049f-a644-437e-8cc1-ff78270eff0e x-compute-request-id: req-882b049f-a644-437e-8cc1-ff78270eff0e Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:44,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-882b049f-a644-437e-8cc1-ff78270eff0e 2018-11-19 06:25:44,163 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - ACTIVE 2018-11-19 06:25:44,163 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:25:44,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:44,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ab31d9e7-3262-4df2-92fc-b3aef4c31b77 x-compute-request-id: req-ab31d9e7-3262-4df2-92fc-b3aef4c31b77 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:44,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-ab31d9e7-3262-4df2-92fc-b3aef4c31b77 2018-11-19 06:25:44,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:44,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2555318a-49ee-422e-919a-f30a82453240 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:44,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-2555318a-49ee-422e-919a-f30a82453240 2018-11-19 06:25:44,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:44,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-122f20a8-4618-47ee-b540-eab351a1bdaf Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:44,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-122f20a8-4618-47ee-b540-eab351a1bdaf 2018-11-19 06:25:44,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:44,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-15ca8356-437b-46ec-8462-17863afd0fc0 Date: Mon, 19 Nov 2018 06:25:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:44,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-15ca8356-437b-46ec-8462-17863afd0fc0 2018-11-19 06:25:44,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:45,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-6c7f9bad-5934-4427-9fd6-cf3464a25ee9 Date: Mon, 19 Nov 2018 06:25:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.3"}],"id":"0819cbac-2833-4a9c-8a37-78175694fce3","security_groups":[],"mac_address":"fa:16:3e:e8:2c:4b","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.4"}],"id":"9cce2731-60a6-4ec7-b52b-692bdb0a56e4","security_groups":[],"mac_address":"fa:16:3e:74:43:b0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.2"}],"id":"b90b9fe7-8ed0-43f2-9c68-abe0ab37242f","security_groups":[],"mac_address":"fa:16:3e:d4:f5:e9","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1","dbdead2c-9d45-4912-9b58-256118156aca"],"mac_address":"fa:16:3e:82:e8:c0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal","device_id":"7a2f5a36-303e-4442-b366-ffbc082f9e8b"}]} 2018-11-19 06:25:45,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-6c7f9bad-5934-4427-9fd6-cf3464a25ee9 2018-11-19 06:25:45,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:45,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25: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-10d2b902-bd78-41a9-8295-e041296dcfe0 x-compute-request-id: req-10d2b902-bd78-41a9-8295-e041296dcfe0 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:45,482 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-10d2b902-bd78-41a9-8295-e041296dcfe0 2018-11-19 06:25:45,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:45,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-523f3899-cc03-4fcc-b89c-63c789c797b8 Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:45,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-523f3899-cc03-4fcc-b89c-63c789c797b8 2018-11-19 06:25:45,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:45,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113ed17a-8993-4054-bbb9-5d44c2b560a9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:45,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-113ed17a-8993-4054-bbb9-5d44c2b560a9 2018-11-19 06:25:45,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:45,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-588974bd-0d35-494e-94b0-5492820fc842 Date: Mon, 19 Nov 2018 06:25:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:45,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-588974bd-0d35-494e-94b0-5492820fc842 2018-11-19 06:25:45,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:45,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-f97cb000-169e-41f5-865d-99dc03cade06 Date: Mon, 19 Nov 2018 06:25:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.3"}],"id":"0819cbac-2833-4a9c-8a37-78175694fce3","security_groups":[],"mac_address":"fa:16:3e:e8:2c:4b","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.4"}],"id":"9cce2731-60a6-4ec7-b52b-692bdb0a56e4","security_groups":[],"mac_address":"fa:16:3e:74:43:b0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.2"}],"id":"b90b9fe7-8ed0-43f2-9c68-abe0ab37242f","security_groups":[],"mac_address":"fa:16:3e:d4:f5:e9","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1","dbdead2c-9d45-4912-9b58-256118156aca"],"mac_address":"fa:16:3e:82:e8:c0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal","device_id":"7a2f5a36-303e-4442-b366-ffbc082f9e8b"}]} 2018-11-19 06:25:45,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-f97cb000-169e-41f5-865d-99dc03cade06 2018-11-19 06:25:45,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}}' 2018-11-19 06:25:46,412 - novaclient.v2.client - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 06:25: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-f837ece8-bcf2-4c2f-b4a2-78f2a4eaaf1e x-compute-request-id: req-f837ece8-bcf2-4c2f-b4a2-78f2a4eaaf1e 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: 'dbdead2c-9d45-4912-9b58-256118156aca'.\nNeutron server returns request_ids: ['req-bb35af30-a483-4a2b-9c0b-e9f7897e3fb6']", "code": 400}} 2018-11-19 06:25:46,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b/action used request id req-f837ece8-bcf2-4c2f-b4a2-78f2a4eaaf1e 2018-11-19 06:25:46,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:46,668 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25: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-272b9e9b-5cc9-4d54-8c07-153144b419b6 x-compute-request-id: req-272b9e9b-5cc9-4d54-8c07-153144b419b6 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:46,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-272b9e9b-5cc9-4d54-8c07-153144b419b6 2018-11-19 06:25:46,669 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name] already added to VM [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] 2018-11-19 06:25:46,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:46,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25: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-8597d51a-106a-4962-aaf8-92fdaa28de88 x-compute-request-id: req-8597d51a-106a-4962-aaf8-92fdaa28de88 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:46,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-8597d51a-106a-4962-aaf8-92fdaa28de88 2018-11-19 06:25:47,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:47,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-dfdcade8-3e01-4ba6-a877-03f27f72cedc Date: Mon, 19 Nov 2018 06:25: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":["b00f99bc-8a15-4a12-b913-2d8e74aa4fdf"],"updated_at":"2018-11-19T06:25:17Z","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8ea45f7fc4844afd937413f48a14c95c","id":"d8fb5e92-f85b-456a-a160-93252521aec9","name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net"}]} 2018-11-19 06:25:47,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net used request id req-dfdcade8-3e01-4ba6-a877-03f27f72cedc 2018-11-19 06:25:47,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:47,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd238d6a-af67-4c54-bec7-39a856e0745b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:25:47,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-cd238d6a-af67-4c54-bec7-39a856e0745b 2018-11-19 06:25:47,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:47,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a497a534-f9a4-49dd-8a6a-d87c106426b0 Date: Mon, 19 Nov 2018 06:25:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:17Z","dns_nameservers":[],"updated_at":"2018-11-19T06:25: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":"8ea45f7fc4844afd937413f48a14c95c","id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","subnetpool_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet"}]} 2018-11-19 06:25:47,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-a497a534-f9a4-49dd-8a6a-d87c106426b0 2018-11-19 06:25:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:47,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-7b32cde4-1508-49c5-b754-9a219a6d4ca4 Date: Mon, 19 Nov 2018 06:25:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.3"}],"id":"0819cbac-2833-4a9c-8a37-78175694fce3","security_groups":[],"mac_address":"fa:16:3e:e8:2c:4b","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.4"}],"id":"9cce2731-60a6-4ec7-b52b-692bdb0a56e4","security_groups":[],"mac_address":"fa:16:3e:74:43:b0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:19Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.2"}],"id":"b90b9fe7-8ed0-43f2-9c68-abe0ab37242f","security_groups":[],"mac_address":"fa:16:3e:d4:f5:e9","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:18Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d8fb5e92-f85b-456a-a160-93252521aec9"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:25:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b00f99bc-8a15-4a12-b913-2d8e74aa4fdf","ip_address":"10.55.0.14"}],"id":"e808c01d-4ad8-45f7-85bf-2a105f2d5e45","security_groups":["27708674-10b4-476c-bf20-027083684be1","dbdead2c-9d45-4912-9b58-256118156aca"],"mac_address":"fa:16:3e:82:e8:c0","project_id":"8ea45f7fc4844afd937413f48a14c95c","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port","admin_state_up":true,"network_id":"d8fb5e92-f85b-456a-a160-93252521aec9","tenant_id":"8ea45f7fc4844afd937413f48a14c95c","created_at":"2018-11-19T06:25:26Z","binding:vnic_type":"normal","device_id":"7a2f5a36-303e-4442-b366-ffbc082f9e8b"}]} 2018-11-19 06:25:47,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-7b32cde4-1508-49c5-b754-9a219a6d4ca4 2018-11-19 06:25:47,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea7133f0298da69522133c13b3a080ff3b8ce00a" 2018-11-19 06:25:48,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-0ede076b-f446-4135-b388-0e2c23d52d71 x-compute-request-id: req-0ede076b-f446-4135-b388-0e2c23d52d71 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:e8:c0", "version": 4, "addr": "10.55.0.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "security_groups": [{"name": "default"}, {"name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name"}], "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:35Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:48,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-0ede076b-f446-4135-b388-0e2c23d52d71 2018-11-19 06:25:48,217 - create_instance - INFO - Deleting Port with ID - e808c01d-4ad8-45f7-85bf-2a105f2d5e45 2018-11-19 06:25:48,218 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-port 2018-11-19 06:25:48,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/e808c01d-4ad8-45f7-85bf-2a105f2d5e45 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:48,668 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7aa2d275-c450-4968-9927-2618cbb06e6e Date: Mon, 19 Nov 2018 06:25:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:25:48,668 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/e808c01d-4ad8-45f7-85bf-2a105f2d5e45 used request id req-7aa2d275-c450-4968-9927-2618cbb06e6e 2018-11-19 06:25:48,669 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst 2018-11-19 06:25:48,672 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:48,846 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:25:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bfd8259-4510-4f13-8c78-4142afee5880 x-compute-request-id: req-0bfd8259-4510-4f13-8c78-4142afee5880 Content-Type: application/json 2018-11-19 06:25:48,846 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-0bfd8259-4510-4f13-8c78-4142afee5880 2018-11-19 06:25:48,847 - create_instance - INFO - Checking deletion status 2018-11-19 06:25:48,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:49,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b8a62c90-58c1-48f4-8b5b-deaafdf1a8af x-compute-request-id: req-b8a62c90-58c1-48f4-8b5b-deaafdf1a8af 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.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:48Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:49,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-b8a62c90-58c1-48f4-8b5b-deaafdf1a8af 2018-11-19 06:25:49,226 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - ACTIVE 2018-11-19 06:25:49,227 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:25:52,230 - create_instance - DEBUG - VM status query timeout in 296.616967916 2018-11-19 06:25:52,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:52,640 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b6d5e761-d396-4db6-981b-de15f2324e53 x-compute-request-id: req-b6d5e761-d396-4db6-981b-de15f2324e53 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.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:48Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:52,640 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-b6d5e761-d396-4db6-981b-de15f2324e53 2018-11-19 06:25:52,640 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - ACTIVE 2018-11-19 06:25:52,641 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:25:55,644 - create_instance - DEBUG - VM status query timeout in 293.203009844 2018-11-19 06:25:55,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:56,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-98f33ed9-827c-487a-bbb7-a93fe30554c6 x-compute-request-id: req-98f33ed9-827c-487a-bbb7-a93fe30554c6 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.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b", "rel": "bookmark"}], "image": {"id": "4d291c9d-f01a-44ee-8ff6-09773702805f", "links": [{"href": "http://172.30.9.21:8774/images/4d291c9d-f01a-44ee-8ff6-09773702805f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:25:34.000000", "flavor": {"id": "931befb2-589b-4c99-b6aa-8c5361d648c6", "links": [{"href": "http://172.30.9.21:8774/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6", "rel": "bookmark"}]}, "id": "7a2f5a36-303e-4442-b366-ffbc082f9e8b", "user_id": "000fdcddf5db4f769e73b95c58bf4c31", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:25:48Z", "hostId": "a355781c1f857859d5d8e51024d96a41c94f5c9e43e7bdd1398e655e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst", "created": "2018-11-19T06:25:29Z", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:25:56,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-98f33ed9-827c-487a-bbb7-a93fe30554c6 2018-11-19 06:25:56,077 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst] is - ACTIVE 2018-11-19 06:25:56,077 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:25:59,080 - create_instance - DEBUG - VM status query timeout in 289.766664982 2018-11-19 06:25:59,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa416eb1220a0306dc21905c1a6391bab7147c83" 2018-11-19 06:25:59,132 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06: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-d0d6565a-2113-4446-b554-d01964441806 x-compute-request-id: req-d0d6565a-2113-4446-b554-d01964441806 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7a2f5a36-303e-4442-b366-ffbc082f9e8b could not be found.", "code": 404}} 2018-11-19 06:25:59,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7a2f5a36-303e-4442-b366-ffbc082f9e8b used request id req-d0d6565a-2113-4446-b554-d01964441806 2018-11-19 06:25:59,133 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7a2f5a36-303e-4442-b366-ffbc082f9e8b could not be found. (HTTP 404) (Request-ID: req-d0d6565a-2113-4446-b554-d01964441806) 2018-11-19 06:25:59,133 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-inst 2018-11-19 06:25:59,134 - neutron_utils - INFO - Deleting security group rule with ID - c0d85d05-481b-488d-afd4-40e15793ca70 2018-11-19 06:25:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c0d85d05-481b-488d-afd4-40e15793ca70 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:59,378 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-00c329f6-e3bb-4723-b735-9eaacc5cda0f Content-Length: 0 Date: Mon, 19 Nov 2018 06:25:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:25:59,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c0d85d05-481b-488d-afd4-40e15793ca70 used request id req-00c329f6-e3bb-4723-b735-9eaacc5cda0f 2018-11-19 06:25:59,379 - neutron_utils - INFO - Deleting security group rule with ID - 6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2 2018-11-19 06:25:59,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:59,627 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e23f96f9-8382-45da-9da7-2d393ffdbbce Content-Length: 0 Date: Mon, 19 Nov 2018 06:25:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:25:59,627 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/6a23e2c0-ebe4-438c-adb4-ca86ca9b9fc2 used request id req-e23f96f9-8382-45da-9da7-2d393ffdbbce 2018-11-19 06:25:59,627 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-name 2018-11-19 06:25:59,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/dbdead2c-9d45-4912-9b58-256118156aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9a47517f6e3e26a4aad3ff6df9f7ce935cbe21bd" 2018-11-19 06:25:59,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d13e3da-baad-42de-8cb4-eedea69d0a66 Content-Length: 0 Date: Mon, 19 Nov 2018 06:25:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:25:59,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/dbdead2c-9d45-4912-9b58-256118156aca used request id req-3d13e3da-baad-42de-8cb4-eedea69d0a66 2018-11-19 06:25:59,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}beac31a2bd2eaeb9e32d0ee5facfeac56a413ff2" 2018-11-19 06:25:59,965 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-8b6db5bd-5775-4257-b6fd-cecf87c0e707 x-compute-request-id: req-8b6db5bd-5775-4257-b6fd-cecf87c0e707 Content-Length: 0 Content-Type: application/json 2018-11-19 06:25:59,965 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/931befb2-589b-4c99-b6aa-8c5361d648c6 used request id req-8b6db5bd-5775-4257-b6fd-cecf87c0e707 2018-11-19 06:25:59,966 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet 2018-11-19 06:25:59,966 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-subnet 2018-11-19 06:25:59,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/b00f99bc-8a15-4a12-b913-2d8e74aa4fdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:26:02,326 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c53d71a1-b702-4481-bbaf-f7e9839a3273 Date: Mon, 19 Nov 2018 06:26:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:02,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/b00f99bc-8a15-4a12-b913-2d8e74aa4fdf used request id req-c53d71a1-b702-4481-bbaf-f7e9839a3273 2018-11-19 06:26:02,326 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-pub-net 2018-11-19 06:26:02,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/d8fb5e92-f85b-456a-a160-93252521aec9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a781bccdcf3726291020b77b91300af3738940dc" 2018-11-19 06:26:03,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd54f319-974e-41a2-8bd3-40d0b2436f4b Date: Mon, 19 Nov 2018 06:26:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:03,561 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d8fb5e92-f85b-456a-a160-93252521aec9 used request id req-bd54f319-974e-41a2-8bd3-40d0b2436f4b 2018-11-19 06:26:03,561 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-d0ba4061-1d2b-4e92-8d6d-051e877f8ce3-image 2018-11-19 06:26:03,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d1661ed2c49c56b8a90377139c9004694e6b69bf" 2018-11-19 06:26:05,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad1d1e72-24e8-4fbc-842d-185b7a163edd Date: Mon, 19 Nov 2018 06: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-11-19 06:26:05,736 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/4d291c9d-f01a-44ee-8ff6-09773702805f used request id req-ad1d1e72-24e8-4fbc-842d-185b7a163edd 2018-11-19 06:26:05,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:26:05,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-6b015ca1-c6c8-485a-96b9-27259b99b8f4 Date: Mon, 19 Nov 2018 06:26:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:16Z", "updated_at": "2018-11-19T06:25:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "revision_number": 0, "id": "1f585807-3f80-46dd-8676-7e05cb344afc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "revision_number": 0, "id": "8403b909-c1f9-4f30-883a-16f93dbcd55c", "remote_group_id": "27708674-10b4-476c-bf20-027083684be1", "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "revision_number": 0, "id": "a9f8a4b6-5d38-4e57-b68f-8dca594e3ceb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv4", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "revision_number": 0, "id": "b067e0a5-71f1-4420-9338-a705360b21d7", "remote_group_id": "27708674-10b4-476c-bf20-027083684be1", "remote_ip_prefix": null, "created_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "port_range_min": null, "ethertype": "IPv6", "project_id": "8ea45f7fc4844afd937413f48a14c95c"}], "revision_number": 4, "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "27708674-10b4-476c-bf20-027083684be1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:26:05,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-6b015ca1-c6c8-485a-96b9-27259b99b8f4 2018-11-19 06:26:05,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:26:06,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e433870-08a3-467c-a4eb-3b1627cb13fd Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c"}, "enabled": true, "id": "8ea45f7fc4844afd937413f48a14c95c", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj"}} 2018-11-19 06:26:06,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-2e433870-08a3-467c-a4eb-3b1627cb13fd 2018-11-19 06:26:06,049 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27708674-10b4-476c-bf20-027083684be1 2018-11-19 06:26:06,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=27708674-10b4-476c-bf20-027083684be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:26:06,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e5d5bbd4-4df1-4c97-8f49-b30e15dcb03c Date: Mon, 19 Nov 2018 06:26:06 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:16Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "1f585807-3f80-46dd-8676-7e05cb344afc"}, {"remote_group_id": "27708674-10b4-476c-bf20-027083684be1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:16Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "8403b909-c1f9-4f30-883a-16f93dbcd55c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:16Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "a9f8a4b6-5d38-4e57-b68f-8dca594e3ceb"}, {"remote_group_id": "27708674-10b4-476c-bf20-027083684be1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:25:16Z", "security_group_id": "27708674-10b4-476c-bf20-027083684be1", "port_range_min": null, "revision_number": 0, "tenant_id": "8ea45f7fc4844afd937413f48a14c95c", "created_at": "2018-11-19T06:25:16Z", "project_id": "8ea45f7fc4844afd937413f48a14c95c", "id": "b067e0a5-71f1-4420-9338-a705360b21d7"}]} 2018-11-19 06:26:06,236 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=27708674-10b4-476c-bf20-027083684be1 used request id req-e5d5bbd4-4df1-4c97-8f49-b30e15dcb03c 2018-11-19 06:26:06,237 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:26:06,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/27708674-10b4-476c-bf20-027083684be1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:26:06,657 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2cef9b6b-9a3d-4a63-90b0-a42ab2931ce7 Content-Length: 0 Date: Mon, 19 Nov 2018 06:26:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:06,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/27708674-10b4-476c-bf20-027083684be1 used request id req-2cef9b6b-9a3d-4a63-90b0-a42ab2931ce7 2018-11-19 06:26:06,658 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj 2018-11-19 06:26:06,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:26:06,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f13c434-8d76-42f9-aa1c-47f12df9b8ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:26:06,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8ea45f7fc4844afd937413f48a14c95c used request id req-7f13c434-8d76-42f9-aa1c-47f12df9b8ce 2018-11-19 06:26:06,864 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-a9391feb-8c9d-40f-proj-role 2018-11-19 06:26:06,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/d45faa7ab7724c22b22e79490f57f7df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:26:06,988 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0f565aa-9cba-45dc-94d0-a9bad331aacf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:26:06,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/d45faa7ab7724c22b22e79490f57f7df used request id req-a0f565aa-9cba-45dc-94d0-a9bad331aacf 2018-11-19 06:26:06,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcf5a430751c63dc5579effa781a064c50237a79" 2018-11-19 06:26:07,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6666664c-eec7-402d-8ed8-ffca52d03ecc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:26:07,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6666664c-eec7-402d-8ed8-ffca52d03ecc 2018-11-19 06:26:07,083 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-a9391feb-8c9d-40f-user 2018-11-19 06:26:07,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/000fdcddf5db4f769e73b95c58bf4c31 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38ea71bc3515f13803951359848d00ac5c976616" 2018-11-19 06:26:07,303 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43aeba90-43c9-41bf-b7a7-7d1fa207bf79 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:26:07,303 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/000fdcddf5db4f769e73b95c58bf4c31 used request id req-43aeba90-43c9-41bf-b7a7-7d1fa207bf79 2018-11-19 06:26:07,305 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:07,778 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:26:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["k-ghtai_TdGYv_KuBWitFQ"], "issued_at": "2018-11-19T06:26:07.000000Z"}} 2018-11-19 06:26:07,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a7491e96d310a29aba9d9670d6937b33e7c9c87" 2018-11-19 06:26:07,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6ad1a01-37b3-4c73-ba9f-17b62b3f2f17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:07,866 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d6ad1a01-37b3-4c73-ba9f-17b62b3f2f17 2018-11-19 06:26:07,867 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:07,868 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:08,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:26:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["EwIrWUoDSraT4u1wc8MoyQ"], "issued_at": "2018-11-19T06:26:08.000000Z"}} 2018-11-19 06:26:08,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:08,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd80439d-b093-4d00-a08e-5882ef334cb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:08,331 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dd80439d-b093-4d00-a08e-5882ef334cb3 2018-11-19 06:26:08,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:26:08,340 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:26:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:26:08,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:08,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2784039c-4995-4e9b-bca8-e347e6f42970 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:26:08,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj used request id req-2784039c-4995-4e9b-bca8-e347e6f42970 2018-11-19 06:26:08,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:08,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ae286e-fb04-41c3-820f-bcea6c53647e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:26:08,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-29ae286e-fb04-41c3-820f-bcea6c53647e 2018-11-19 06:26:08,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}}' 2018-11-19 06:26:08,652 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:26:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a16bbd2-fd9a-44c2-90f9-c35f000cc76a Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:08,652 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2a16bbd2-fd9a-44c2-90f9-c35f000cc76a 2018-11-19 06:26:08,653 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj 2018-11-19 06:26:08,653 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:08,654 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:09,034 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:26:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LZCMeRwoQO-QEMH-grUcIQ"], "issued_at": "2018-11-19T06:26:09.000000Z"}} 2018-11-19 06:26:09,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d518869c558cd82ae83110ce17047bc78bf8585" 2018-11-19 06:26:09,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7021f74-119b-496b-9c8a-2a520299d8b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:09,124 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c7021f74-119b-496b-9c8a-2a520299d8b3 2018-11-19 06:26:09,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:26:09,134 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:26: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:26:09,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d518869c558cd82ae83110ce17047bc78bf8585" 2018-11-19 06:26:09,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac35504-a21f-40bc-b587-14aa7b6aa51b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:26:09,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1ac35504-a21f-40bc-b587-14aa7b6aa51b 2018-11-19 06:26:09,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d518869c558cd82ae83110ce17047bc78bf8585" 2018-11-19 06:26:09,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c01bf90-3481-48df-9685-4041ff33e1b3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}]} 2018-11-19 06:26:09,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj used request id req-3c01bf90-3481-48df-9685-4041ff33e1b3 2018-11-19 06:26:09,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d518869c558cd82ae83110ce17047bc78bf8585" 2018-11-19 06:26:09,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a7a05e9-d18a-4968-badd-60519020cec9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:26:09,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9a7a05e9-d18a-4968-badd-60519020cec9 2018-11-19 06:26:09,711 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user 2018-11-19 06:26:09,712 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:09,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:09,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4dec03d-71bb-403b-8998-2cd367bdd97c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:26:09,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e4dec03d-71bb-403b-8998-2cd367bdd97c 2018-11-19 06:26:09,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" -d '{"role": {"name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}}' 2018-11-19 06:26:09,922 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:26:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e1d2605-75a3-477f-b6ea-c3815a37f1e7 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bad80bbe3c56451c89a41a034e1e9796", "links": {"self": "http://172.30.9.21:5000/v3/roles/bad80bbe3c56451c89a41a034e1e9796"}, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}} 2018-11-19 06:26:09,922 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-9e1d2605-75a3-477f-b6ea-c3815a37f1e7 2018-11-19 06:26:09,922 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role 2018-11-19 06:26:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/bad80bbe3c56451c89a41a034e1e9796 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:10,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8699dce4-b588-4c2a-bfe0-909b2464affb Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/bad80bbe3c56451c89a41a034e1e9796"}, "domain_id": null, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role", "id": "bad80bbe3c56451c89a41a034e1e9796"}} 2018-11-19 06:26:10,006 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/bad80bbe3c56451c89a41a034e1e9796 used request id req-8699dce4-b588-4c2a-bfe0-909b2464affb 2018-11-19 06:26:10,006 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role to project InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj 2018-11-19 06:26:10,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3/users/e3d92cce87e24f2a8c88ecb05379f283/roles/bad80bbe3c56451c89a41a034e1e9796 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:10,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9327152-cacc-4b04-8f84-625421448fe4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:26:10,195 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3/users/e3d92cce87e24f2a8c88ecb05379f283/roles/bad80bbe3c56451c89a41a034e1e9796 used request id req-d9327152-cacc-4b04-8f84-625421448fe4 2018-11-19 06:26:10,196 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:26:10,197 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:26:10,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:10,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:10,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bad80bbe3c56451c89a41a034e1e9796", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}], "expires_at": "2018-11-19T07:26:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09f15558e5ce4515af730caf0d7cadb3", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user", "id": "e3d92cce87e24f2a8c88ecb05379f283"}, "audit_ids": ["hcVadBWxQ4SY6fuEfm6iRQ"], "issued_at": "2018-11-19T06:26:10.000000Z"}} 2018-11-19 06:26:10,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" 2018-11-19 06:26:10,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2b2746a-121b-4db1-8575-c5deccbce1a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:10,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2b2746a-121b-4db1-8575-c5deccbce1a8 2018-11-19 06:26:10,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" 2018-11-19 06:26:10,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-d53e4acc-4ec0-4954-b33d-0e51e9425572 Date: Mon, 19 Nov 2018 06:26:10 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image"} 2018-11-19 06:26:10,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image used request id req-d53e4acc-4ec0-4954-b33d-0e51e9425572 2018-11-19 06:26:10,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" 2018-11-19 06:26:10,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1d465404-7d99-42f5-a7ad-c72d8a2467e0 Date: Mon, 19 Nov 2018 06:26:10 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:26:10,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1d465404-7d99-42f5-a7ad-c72d8a2467e0 2018-11-19 06:26:11,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image"}' 2018-11-19 06:26:11,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441 X-Openstack-Request-Id: req-1da795cc-b5d2-418a-adeb-631c2d1c38f6 Date: Mon, 19 Nov 2018 06:26:11 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:26:11Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:26:11Z", "visibility": "shared", "locations": [], "self": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "min_disk": 0, "protected": false, "id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "file": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/file", "checksum": null, "owner": "09f15558e5ce4515af730caf0d7cadb3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:26:11,197 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1da795cc-b5d2-418a-adeb-631c2d1c38f6 2018-11-19 06:26:11,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" -d '' 2018-11-19 06:26:12,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be37ef69-aac9-4c89-987f-6689b13a8054 Date: Mon, 19 Nov 2018 06:26:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:26:12,724 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/file used request id req-be37ef69-aac9-4c89-987f-6689b13a8054 2018-11-19 06:26:12,725 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:26:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" 2018-11-19 06:26:12,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a8b6dfe5-905c-48f7-adc2-90309ff8d338 Date: Mon, 19 Nov 2018 06:26:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:26:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:26:12Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/snap", "metadata": {}}], "self": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "min_disk": 0, "protected": false, "id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "file": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "09f15558e5ce4515af730caf0d7cadb3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:26:12,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441 used request id req-a8b6dfe5-905c-48f7-adc2-90309ff8d338 2018-11-19 06:26:12,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" 2018-11-19 06:26:13,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-48d0bb4f-8f32-4ea7-9d0f-760b09d25977 Date: Mon, 19 Nov 2018 06:26:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:26:13,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-48d0bb4f-8f32-4ea7-9d0f-760b09d25977 2018-11-19 06:26:13,055 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image 2018-11-19 06:26:13,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" 2018-11-19 06:26:13,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a837d030-3e2c-4dbb-81f1-5c49c764e313 Date: Mon, 19 Nov 2018 06:26:13 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:26:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:26:12Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/snap", "metadata": {}}], "self": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "min_disk": 0, "protected": false, "id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "file": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "09f15558e5ce4515af730caf0d7cadb3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:26:13,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441 used request id req-a837d030-3e2c-4dbb-81f1-5c49c764e313 2018-11-19 06:26:13,208 - create_image - DEBUG - Instance status is - active 2018-11-19 06:26:13,209 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image 2018-11-19 06:26:13,209 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image 2018-11-19 06:26:13,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:13,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:13,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bad80bbe3c56451c89a41a034e1e9796", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}], "expires_at": "2018-11-19T07:26:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09f15558e5ce4515af730caf0d7cadb3", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user", "id": "e3d92cce87e24f2a8c88ecb05379f283"}, "audit_ids": ["N-XqlT_LQXmd8SdNGq99XQ"], "issued_at": "2018-11-19T06:26:13.000000Z"}} 2018-11-19 06:26:13,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:13,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd739e1-916b-4f22-b859-7c5ef608e629 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:13,671 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0dd739e1-916b-4f22-b859-7c5ef608e629 2018-11-19 06:26:13,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:13,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-67fb28d7-3fae-41f9-a8e7-4aaa169b8f9e Date: Mon, 19 Nov 2018 06:26:13 GMT RESP BODY: {"networks":[]} 2018-11-19 06:26:13,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-67fb28d7-3fae-41f9-a8e7-4aaa169b8f9e 2018-11-19 06:26:13,944 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net 2018-11-19 06:26:13,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" -d '{"network": {"name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net", "admin_state_up": true}}' 2018-11-19 06:26:14,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-c114e232-3c67-4c5f-a380-82291bb2393d Date: Mon, 19 Nov 2018 06:26:14 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:26:14Z","is_default":false,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","mtu":1450}} 2018-11-19 06:26:14,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c114e232-3c67-4c5f-a380-82291bb2393d 2018-11-19 06:26:14,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:14,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-1569450b-5f5f-4a02-81f8-d157efa81e64 Date: Mon, 19 Nov 2018 06:26:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:26:14Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:14,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-1569450b-5f5f-4a02-81f8-d157efa81e64 2018-11-19 06:26:14,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:14,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d357974c-1f5c-4a89-bae6-df2f8a7fc033 Date: Mon, 19 Nov 2018 06:26:14 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:26:14,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-d357974c-1f5c-4a89-bae6-df2f8a7fc033 2018-11-19 06:26:14,882 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet 2018-11-19 06:26:14,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" -d '{"subnets": [{"ip_version": 4, "network_id": "571b6ee8-d4b5-482e-a62c-f4b3905c5616", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]}' 2018-11-19 06:26:15,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bbc493b8-dbab-4c87-a5fc-e9849345fe96 Date: Mon, 19 Nov 2018 06:26:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","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":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:15,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-bbc493b8-dbab-4c87-a5fc-e9849345fe96 2018-11-19 06:26:15,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:16,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-9021070e-e3d5-4d49-bbf0-3d88429b550f Date: Mon, 19 Nov 2018 06:26: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":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:16,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-9021070e-e3d5-4d49-bbf0-3d88429b550f 2018-11-19 06:26:16,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:16,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ab027b81-c3e8-45e7-ae0f-8d5ba72ee028 Date: Mon, 19 Nov 2018 06:26:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:16,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-ab027b81-c3e8-45e7-ae0f-8d5ba72ee028 2018-11-19 06:26:16,328 - OpenStackNetwork - DEBUG - Network [571b6ee8-d4b5-482e-a62c-f4b3905c5616] created successfully 2018-11-19 06:26:16,329 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:16,330 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:16,705 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:26:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["HAaaj8PHQVmVrWxOhPQI4g"], "issued_at": "2018-11-19T06:26:16.000000Z"}} 2018-11-19 06:26:16,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368f15d7a07f22bcbd609946246a598dc77758d0" 2018-11-19 06:26:16,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2753d474-ad3a-40f2-affe-958a49e90c3b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:16,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2753d474-ad3a-40f2-affe-958a49e90c3b 2018-11-19 06:26:16,790 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:26:16,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368f15d7a07f22bcbd609946246a598dc77758d0" 2018-11-19 06:26:16,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5b9873d5-0add-4cf2-82fb-13a7e0b15aa0 x-compute-request-id: req-5b9873d5-0add-4cf2-82fb-13a7e0b15aa0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:26:16,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5b9873d5-0add-4cf2-82fb-13a7e0b15aa0 2018-11-19 06:26:16,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368f15d7a07f22bcbd609946246a598dc77758d0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:26:17,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0512a739-823b-4f4c-b95b-71eaf6a3f9b8 x-compute-request-id: req-0512a739-823b-4f4c-b95b-71eaf6a3f9b8 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:26:17,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0512a739-823b-4f4c-b95b-71eaf6a3f9b8 2018-11-19 06:26:17,144 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:17,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:17,524 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bad80bbe3c56451c89a41a034e1e9796", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}], "expires_at": "2018-11-19T07:26:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09f15558e5ce4515af730caf0d7cadb3", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user", "id": "e3d92cce87e24f2a8c88ecb05379f283"}, "audit_ids": ["K01I2ljDS3yw3-gq5WW2FA"], "issued_at": "2018-11-19T06:26:17.000000Z"}} 2018-11-19 06:26:17,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:17,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6686cff4-b17f-4a73-b22c-53dda1826c21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:17,604 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6686cff4-b17f-4a73-b22c-53dda1826c21 2018-11-19 06:26:17,605 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:26:17,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:17,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456042d9-2e05-400f-a169-9dcd1546615d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:17,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-456042d9-2e05-400f-a169-9dcd1546615d 2018-11-19 06:26:17,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:17,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-bc7ef211-cd6f-4941-b520-efde739e70dd Date: Mon, 19 Nov 2018 06:26: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":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:17,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-bc7ef211-cd6f-4941-b520-efde739e70dd 2018-11-19 06:26:17,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:26:17,957 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:26:17,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:18,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6585118-a8cc-4e7d-8430-0648aa9f4fec Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:18,036 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-b6585118-a8cc-4e7d-8430-0648aa9f4fec 2018-11-19 06:26:18,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:18,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-4fd8d017-d34c-498c-8f13-fef38af04ce0 Date: Mon, 19 Nov 2018 06:26:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:18,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-4fd8d017-d34c-498c-8f13-fef38af04ce0 2018-11-19 06:26:18,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:18,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-75afd9ca-2ce2-4085-91bd-392bf60ada8a Date: Mon, 19 Nov 2018 06:26:18 GMT RESP BODY: {"ports":[]} 2018-11-19 06:26:18,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port&admin_state_up=True used request id req-75afd9ca-2ce2-4085-91bd-392bf60ada8a 2018-11-19 06:26:18,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:18,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-1ff87fd2-5f0b-4c65-94b8-5ee5860ea9a2 x-compute-request-id: req-1ff87fd2-5f0b-4c65-94b8-5ee5860ea9a2 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:26:18,651 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst used request id req-1ff87fd2-5f0b-4c65-94b8-5ee5860ea9a2 2018-11-19 06:26:18,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:18,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1f7b708d-0d87-4968-a1f1-dd6cac5df2b7 Date: Mon, 19 Nov 2018 06:26: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":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:18,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-1f7b708d-0d87-4968-a1f1-dd6cac5df2b7 2018-11-19 06:26:18,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:19,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c7dfe14-113a-4ecf-a030-b26f1f672bf0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:19,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-2c7dfe14-113a-4ecf-a030-b26f1f672bf0 2018-11-19 06:26:19,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:19,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5ac80b42-2c02-4b49-95c4-8bcfacc7d62c Date: Mon, 19 Nov 2018 06:26:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:19,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-5ac80b42-2c02-4b49-95c4-8bcfacc7d62c 2018-11-19 06:26:19,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:19,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-19931dd6-cc9c-4de9-a5a6-540aedaa506d Date: Mon, 19 Nov 2018 06:26:19 GMT RESP BODY: {"ports":[]} 2018-11-19 06:26:19,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port&admin_state_up=True used request id req-19931dd6-cc9c-4de9-a5a6-540aedaa506d 2018-11-19 06:26:19,430 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:19,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:19,804 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bad80bbe3c56451c89a41a034e1e9796", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}], "expires_at": "2018-11-19T07:26:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09f15558e5ce4515af730caf0d7cadb3", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user", "id": "e3d92cce87e24f2a8c88ecb05379f283"}, "audit_ids": ["tIbVM52PRtS4Ix7pLjKUAQ"], "issued_at": "2018-11-19T06:26:19.000000Z"}} 2018-11-19 06:26:19,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edff5fdd193559b144f797eda561ec3aabfc1f1d" 2018-11-19 06:26:19,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8616808e-fbfb-44e2-a21e-34b11e6881dd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:19,873 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8616808e-fbfb-44e2-a21e-34b11e6881dd 2018-11-19 06:26:19,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:20,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-32c28a23-9479-44d0-bed1-a300ed6d4f26 Date: Mon, 19 Nov 2018 06:26:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:20,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-32c28a23-9479-44d0-bed1-a300ed6d4f26 2018-11-19 06:26:20,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:20,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-82ce78e0-7349-4f7a-a050-f6eae4ff430e Date: Mon, 19 Nov 2018 06:26:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:20,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-82ce78e0-7349-4f7a-a050-f6eae4ff430e 2018-11-19 06:26:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:20,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-d314bfb8-f30f-4226-bb83-3461e55ac3da Date: Mon, 19 Nov 2018 06:26:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:20,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-d314bfb8-f30f-4226-bb83-3461e55ac3da 2018-11-19 06:26:20,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:26:20,467 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:26:20,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}edff5fdd193559b144f797eda561ec3aabfc1f1d" 2018-11-19 06:26:20,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff3adcf-f688-4403-94c4-777493341347 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:20,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-4ff3adcf-f688-4403-94c4-777493341347 2018-11-19 06:26:20,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:20,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-14ccfb43-c55a-4c18-8338-b976e1e9cdf9 Date: Mon, 19 Nov 2018 06:26:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:20,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-14ccfb43-c55a-4c18-8338-b976e1e9cdf9 2018-11-19 06:26:20,617 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net 2018-11-19 06:26:20,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" -d '{"port": {"network_id": "571b6ee8-d4b5-482e-a62c-f4b3905c5616", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port", "admin_state_up": true}}' 2018-11-19 06:26:21,746 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-ef30b83d-fa19-4377-877d-824a654fef2f Date: Mon, 19 Nov 2018 06:26:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.8"}],"id":"20515388-deff-4154-aa7e-4620a8e51853","security_groups":["4d94f4f3-5536-4eb5-ad21-6ce275a8c05a"],"mac_address":"fa:16:3e:b7:58:95","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port","project_id":"09f15558e5ce4515af730caf0d7cadb3","qos_policy_id":null,"admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:21Z","binding:vnic_type":"normal"}} 2018-11-19 06:26:21,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-ef30b83d-fa19-4377-877d-824a654fef2f 2018-11-19 06:26:21,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:21,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-e4c4ab3f-4557-4240-af78-6eb831f3f027 Date: Mon, 19 Nov 2018 06:26:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:21,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-e4c4ab3f-4557-4240-af78-6eb831f3f027 2018-11-19 06:26:22,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a99ac33-b2b6-455d-9f2b-882d6f6ea3c7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:22,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-1a99ac33-b2b6-455d-9f2b-882d6f6ea3c7 2018-11-19 06:26:22,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a27aee7b-fa57-4ac4-8405-c6e194d00db3 Date: Mon, 19 Nov 2018 06:26:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:22,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-a27aee7b-fa57-4ac4-8405-c6e194d00db3 2018-11-19 06:26:22,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-1e1d7ab0-1322-453e-8a09-75b31249df23 Date: Mon, 19 Nov 2018 06:26:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:21Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.8"}],"id":"20515388-deff-4154-aa7e-4620a8e51853","security_groups":["4d94f4f3-5536-4eb5-ad21-6ce275a8c05a"],"mac_address":"fa:16:3e:b7:58:95","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:21Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:26:22,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port&admin_state_up=True used request id req-1e1d7ab0-1322-453e-8a09-75b31249df23 2018-11-19 06:26:22,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c160c256-8eb1-4987-a472-1751b761f6cb Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:22,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-c160c256-8eb1-4987-a472-1751b761f6cb 2018-11-19 06:26:22,570 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst 2018-11-19 06:26:22,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-773ffe5e-8391-4253-8aa8-ad8f40f21ca5 x-compute-request-id: req-773ffe5e-8391-4253-8aa8-ad8f40f21ca5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-flavor-name"}]} 2018-11-19 06:26:22,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-773ffe5e-8391-4253-8aa8-ad8f40f21ca5 2018-11-19 06:26:22,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-2b7194c2-2f5e-4fc3-95e1-963e75d1ded0 x-compute-request-id: req-2b7194c2-2f5e-4fc3-95e1-963e75d1ded0 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:26:22,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8 used request id req-2b7194c2-2f5e-4fc3-95e1-963e75d1ded0 2018-11-19 06:26:22,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-1b51d029-04f1-480d-a900-5f85861794dd Date: Mon, 19 Nov 2018 06:26:22 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:26:11Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:26:12Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/snap", "metadata": {}}], "self": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "min_disk": 0, "protected": false, "id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "file": "/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "09f15558e5ce4515af730caf0d7cadb3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d5358bac-a4a2-45aa-91eb-d7da720f1441/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image"} 2018-11-19 06:26:22,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image used request id req-1b51d029-04f1-480d-a900-5f85861794dd 2018-11-19 06:26:22,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:22,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2859c66f-49c7-4d9d-af8e-fcbd0737860c Date: Mon, 19 Nov 2018 06:26:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:26:22,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2859c66f-49c7-4d9d-af8e-fcbd0737860c 2018-11-19 06:26:22,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" -d '{"server": {"name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "imageRef": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "flavorRef": "425171c7-76bd-4c07-8a23-f82cb84276f8", "max_count": 1, "min_count": 1, "networks": [{"port": "20515388-deff-4154-aa7e-4620a8e51853"}]}}' 2018-11-19 06:26:24,217 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-266b6e27-0041-4f99-bd29-537e699fc79e x-compute-request-id: req-266b6e27-0041-4f99-bd29-537e699fc79e Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "adminPass": "3LZq6GEYKAEz"}} 2018-11-19 06:26:24,217 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-266b6e27-0041-4f99-bd29-537e699fc79e 2018-11-19 06:26:24,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:24,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ced43d70-e1df-4f5c-b84a-55edab54e0e3 x-compute-request-id: req-ced43d70-e1df-4f5c-b84a-55edab54e0e3 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.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:26:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:24,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-ced43d70-e1df-4f5c-b84a-55edab54e0e3 2018-11-19 06:26:24,590 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst 2018-11-19 06:26:24,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:24,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d6270e8-2bf1-4c3b-9e6f-f6ea8675727a x-compute-request-id: req-0d6270e8-2bf1-4c3b-9e6f-f6ea8675727a 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.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:26:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:24,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-0d6270e8-2bf1-4c3b-9e6f-f6ea8675727a 2018-11-19 06:26:24,829 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst] is - BUILD 2018-11-19 06:26:24,829 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:26:27,832 - create_instance - DEBUG - VM status query timeout in 896.75843215 2018-11-19 06:26:27,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:28,433 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e0bcac9-aecb-41fa-9925-9aad80c727a4 x-compute-request-id: req-0e0bcac9-aecb-41fa-9925-9aad80c727a4 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:26:25Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:28,433 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-0e0bcac9-aecb-41fa-9925-9aad80c727a4 2018-11-19 06:26:28,434 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst] is - BUILD 2018-11-19 06:26:28,434 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:26:31,437 - create_instance - DEBUG - VM status query timeout in 893.153122187 2018-11-19 06:26:31,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:32,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d9f2dec-448b-4e2c-8b5f-353ee0157237 x-compute-request-id: req-0d9f2dec-448b-4e2c-8b5f-353ee0157237 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:32,180 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-0d9f2dec-448b-4e2c-8b5f-353ee0157237 2018-11-19 06:26:32,181 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst] is - ACTIVE 2018-11-19 06:26:32,181 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:26:32,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:32,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-60e99073-74e7-497e-9271-afa5198e8ef2 x-compute-request-id: req-60e99073-74e7-497e-9271-afa5198e8ef2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:32,780 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-60e99073-74e7-497e-9271-afa5198e8ef2 2018-11-19 06:26:32,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:32,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-986e6b32-3b40-491c-aff9-32d49a187f05 Date: Mon, 19 Nov 2018 06:26: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":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:32,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-986e6b32-3b40-491c-aff9-32d49a187f05 2018-11-19 06:26:32,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:32,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca546e7-8301-4378-aa07-796cc226a832 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:32,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-0ca546e7-8301-4378-aa07-796cc226a832 2018-11-19 06:26:32,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:33,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e87e317d-4b63-4a49-8cc6-1597a43cb332 Date: Mon, 19 Nov 2018 06:26:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:33,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-e87e317d-4b63-4a49-8cc6-1597a43cb332 2018-11-19 06:26:33,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:33,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-a36a1978-a4ba-43e4-aefb-2083c76e6ee6 Date: Mon, 19 Nov 2018 06:26:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.3"}],"id":"0d3bc5ae-def0-4001-bb1b-bed458203075","security_groups":[],"mac_address":"fa:16:3e:fb:67:fe","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.8"}],"id":"20515388-deff-4154-aa7e-4620a8e51853","security_groups":["4d94f4f3-5536-4eb5-ad21-6ce275a8c05a"],"mac_address":"fa:16:3e:b7:58:95","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:21Z","binding:vnic_type":"normal","device_id":"ddea631b-abc8-492b-a3b3-29c1b522a4a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.2"}],"id":"3d2ce74f-8e3e-4023-90b0-8abff334f689","security_groups":[],"mac_address":"fa:16:3e:06:1f:cf","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.4"}],"id":"f81f87a6-1683-4d97-b283-31286b44240a","security_groups":[],"mac_address":"fa:16:3e:ad:5a:c2","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-571b6ee8-d4b5-482e-a62c-f4b3905c5616"}]} 2018-11-19 06:26:33,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-a36a1978-a4ba-43e4-aefb-2083c76e6ee6 2018-11-19 06:26:33,359 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:33,360 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:33,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bad80bbe3c56451c89a41a034e1e9796", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}], "expires_at": "2018-11-19T07:26:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09f15558e5ce4515af730caf0d7cadb3", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user", "id": "e3d92cce87e24f2a8c88ecb05379f283"}, "audit_ids": ["tSShV9wFR0u5tAFhb8dPCg"], "issued_at": "2018-11-19T06:26:33.000000Z"}} 2018-11-19 06:26:33,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:33,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fc2421f-748d-4ec4-8fce-1fbe60f196ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:33,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0fc2421f-748d-4ec4-8fce-1fbe60f196ac 2018-11-19 06:26:33,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:33,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-a5a62b47-df70-4c60-a534-9df192ae6ed1 Date: Mon, 19 Nov 2018 06:26:33 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:26:33,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name&description=hello+group used request id req-a5a62b47-df70-4c60-a534-9df192ae6ed1 2018-11-19 06:26:34,000 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name... 2018-11-19 06:26:34,000 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name 2018-11-19 06:26:34,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" -d '{"security_group": {"name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name", "description": "hello group"}}' 2018-11-19 06:26:34,306 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-17c4086e-fa44-4ffc-8d04-fdda86d55d5b Date: Mon, 19 Nov 2018 06:26:34 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "updated_at": "2018-11-19T06:26:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}], "revision_number": 2, "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name"}} 2018-11-19 06:26:34,306 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-17c4086e-fa44-4ffc-8d04-fdda86d55d5b 2018-11-19 06:26:34,307 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:34,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:34,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d38a22af-2f4f-453c-a62b-a3d3be4db1f4 Date: Mon, 19 Nov 2018 06:26:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7"}]} 2018-11-19 06:26:34,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-d38a22af-2f4f-453c-a62b-a3d3be4db1f4 2018-11-19 06:26:34,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:34,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:34,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-dc127542-0e54-4245-9ae7-7d6295565d9e Date: Mon, 19 Nov 2018 06:26:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7"}]} 2018-11-19 06:26:34,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-dc127542-0e54-4245-9ae7-7d6295565d9e 2018-11-19 06:26:34,661 - neutron_utils - INFO - Retrieving security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:34,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:34,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-ab406156-e5c7-46c8-aa0f-ce8de2f41908 Date: Mon, 19 Nov 2018 06:26:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "updated_at": "2018-11-19T06:26:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}], "revision_number": 2, "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name"}]} 2018-11-19 06:26:34,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-ab406156-e5c7-46c8-aa0f-ce8de2f41908 2018-11-19 06:26:34,896 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:34,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:35,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a48b1734-1302-405d-baa8-d0274d879278 Date: Mon, 19 Nov 2018 06: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-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7"}]} 2018-11-19 06:26:35,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-a48b1734-1302-405d-baa8-d0274d879278 2018-11-19 06:26:35,066 - neutron_utils - INFO - Retrieving security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:35,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:35,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-238d4901-057a-4c31-9992-1cb3f2ee59d8 Date: Mon, 19 Nov 2018 06:26:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "updated_at": "2018-11-19T06:26:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}], "revision_number": 2, "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name"}]} 2018-11-19 06:26:35,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-238d4901-057a-4c31-9992-1cb3f2ee59d8 2018-11-19 06:26:35,255 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:35,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:35,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ef6fdf85-ff5f-497f-96f1-888104b929dc Date: Mon, 19 Nov 2018 06: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-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7"}]} 2018-11-19 06:26:35,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-ef6fdf85-ff5f-497f-96f1-888104b929dc 2018-11-19 06:26:35,437 - neutron_utils - INFO - Retrieving security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:35,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:35,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-0576311d-382d-4d3a-a0df-6b75c4de4ead Date: Mon, 19 Nov 2018 06:26:35 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "updated_at": "2018-11-19T06:26:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "revision_number": 0, "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}], "revision_number": 2, "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name"}]} 2018-11-19 06:26:35,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-0576311d-382d-4d3a-a0df-6b75c4de4ead 2018-11-19 06:26:35,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4ce9f8bd-6f8f-441f-a880-7bce6f7936fd 2018-11-19 06:26:35,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:35,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1be98816-f823-4f71-9f53-1cce51c75c25 Date: Mon, 19 Nov 2018 06: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-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "9342ed9b-0d57-4841-b5b1-8a9845e4b313"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:34Z", "security_group_id": "4ce9f8bd-6f8f-441f-a880-7bce6f7936fd", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:34Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "abb5803e-e1b3-4223-8262-a5b4d7e14ca7"}]} 2018-11-19 06:26:35,667 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-1be98816-f823-4f71-9f53-1cce51c75c25 2018-11-19 06:26:35,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:36,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26: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-5b049912-1f37-41d7-98df-fb400744d660 x-compute-request-id: req-5b049912-1f37-41d7-98df-fb400744d660 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:36,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-5b049912-1f37-41d7-98df-fb400744d660 2018-11-19 06:26:36,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:36,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-2741459a-4f7c-4036-9fb6-d0998d557f0a Date: Mon, 19 Nov 2018 06:26: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":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:36,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-2741459a-4f7c-4036-9fb6-d0998d557f0a 2018-11-19 06:26:36,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:36,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6d47270-49fd-43ac-b6f1-603b50747359 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:36,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-f6d47270-49fd-43ac-b6f1-603b50747359 2018-11-19 06:26:36,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:36,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-66c1d1e0-2afc-4aa4-8626-4e9550569752 Date: Mon, 19 Nov 2018 06:26:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:36,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-66c1d1e0-2afc-4aa4-8626-4e9550569752 2018-11-19 06:26:36,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:36,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-7b50ce18-420e-4348-923d-b3a3fb80ba0a Date: Mon, 19 Nov 2018 06:26:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.3"}],"id":"0d3bc5ae-def0-4001-bb1b-bed458203075","security_groups":[],"mac_address":"fa:16:3e:fb:67:fe","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.8"}],"id":"20515388-deff-4154-aa7e-4620a8e51853","security_groups":["4d94f4f3-5536-4eb5-ad21-6ce275a8c05a"],"mac_address":"fa:16:3e:b7:58:95","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:21Z","binding:vnic_type":"normal","device_id":"ddea631b-abc8-492b-a3b3-29c1b522a4a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.2"}],"id":"3d2ce74f-8e3e-4023-90b0-8abff334f689","security_groups":[],"mac_address":"fa:16:3e:06:1f:cf","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.4"}],"id":"f81f87a6-1683-4d97-b283-31286b44240a","security_groups":[],"mac_address":"fa:16:3e:ad:5a:c2","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-571b6ee8-d4b5-482e-a62c-f4b3905c5616"}]} 2018-11-19 06:26:36,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-7b50ce18-420e-4348-923d-b3a3fb80ba0a 2018-11-19 06:26:36,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:37,146 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bad80bbe3c56451c89a41a034e1e9796", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role"}], "expires_at": "2018-11-19T07:26:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09f15558e5ce4515af730caf0d7cadb3", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/09f15558e5ce4515af730caf0d7cadb3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user", "id": "e3d92cce87e24f2a8c88ecb05379f283"}, "audit_ids": ["koFlS8ijS_W7_F27hJunHQ"], "issued_at": "2018-11-19T06:26:37.000000Z"}} 2018-11-19 06:26:37,149 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d07b487be4d88eb9dabb97896b88a9bfd8aea90" 2018-11-19 06:26:38,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26: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-9817d39e-7181-461f-8ec1-b114c168d597 x-compute-request-id: req-9817d39e-7181-461f-8ec1-b114c168d597 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:38,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-9817d39e-7181-461f-8ec1-b114c168d597 2018-11-19 06:26:38,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:38,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-fbcba50a-821a-4876-a82a-6b7ef8d28db2 x-compute-request-id: req-fbcba50a-821a-4876-a82a-6b7ef8d28db2 Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:38,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-fbcba50a-821a-4876-a82a-6b7ef8d28db2 2018-11-19 06:26:38,458 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst] is - ACTIVE 2018-11-19 06:26:38,459 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:26:38,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:38,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-328bfaa1-dd4a-46c9-a73b-def0eab5fd5c x-compute-request-id: req-328bfaa1-dd4a-46c9-a73b-def0eab5fd5c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:38,908 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-328bfaa1-dd4a-46c9-a73b-def0eab5fd5c 2018-11-19 06:26:38,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:39,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-29b5883e-5ef9-42db-862e-11ea541b0bf6 Date: Mon, 19 Nov 2018 06:26: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":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:39,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-29b5883e-5ef9-42db-862e-11ea541b0bf6 2018-11-19 06:26:39,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:39,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9332370-90c9-4a6b-8348-d01562dac49e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:39,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-a9332370-90c9-4a6b-8348-d01562dac49e 2018-11-19 06:26:39,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:39,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-00cd0f2e-e224-4e2c-ae11-0b7b289a6992 Date: Mon, 19 Nov 2018 06:26:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:39,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-00cd0f2e-e224-4e2c-ae11-0b7b289a6992 2018-11-19 06:26:39,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:39,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-a3e2e52f-4a53-43dd-8abe-3e1b9541c104 Date: Mon, 19 Nov 2018 06:26:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.3"}],"id":"0d3bc5ae-def0-4001-bb1b-bed458203075","security_groups":[],"mac_address":"fa:16:3e:fb:67:fe","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.8"}],"id":"20515388-deff-4154-aa7e-4620a8e51853","security_groups":["4d94f4f3-5536-4eb5-ad21-6ce275a8c05a"],"mac_address":"fa:16:3e:b7:58:95","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:21Z","binding:vnic_type":"normal","device_id":"ddea631b-abc8-492b-a3b3-29c1b522a4a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.2"}],"id":"3d2ce74f-8e3e-4023-90b0-8abff334f689","security_groups":[],"mac_address":"fa:16:3e:06:1f:cf","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.4"}],"id":"f81f87a6-1683-4d97-b283-31286b44240a","security_groups":[],"mac_address":"fa:16:3e:ad:5a:c2","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-571b6ee8-d4b5-482e-a62c-f4b3905c5616"}]} 2018-11-19 06:26:39,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-a3e2e52f-4a53-43dd-8abe-3e1b9541c104 2018-11-19 06:26:39,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:39,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-e6652e02-5d19-4b88-afec-ea0fb1b4e84c x-compute-request-id: req-e6652e02-5d19-4b88-afec-ea0fb1b4e84c Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:39,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-e6652e02-5d19-4b88-afec-ea0fb1b4e84c 2018-11-19 06:26:39,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:39,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ae1d1b9f-d574-411e-aa5b-f3a7c283478c Date: Mon, 19 Nov 2018 06:26: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":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:39,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-ae1d1b9f-d574-411e-aa5b-f3a7c283478c 2018-11-19 06:26:39,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:40,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6125681-1390-4868-aa1f-297110ea681f Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:40,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-c6125681-1390-4868-aa1f-297110ea681f 2018-11-19 06:26:40,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:40,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1f55e0e4-f196-4519-8d12-d41c737cb138 Date: Mon, 19 Nov 2018 06:26:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:40,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-1f55e0e4-f196-4519-8d12-d41c737cb138 2018-11-19 06:26:40,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:40,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-115f0f8b-8fce-4043-be6f-8f20f81d474a Date: Mon, 19 Nov 2018 06:26:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.3"}],"id":"0d3bc5ae-def0-4001-bb1b-bed458203075","security_groups":[],"mac_address":"fa:16:3e:fb:67:fe","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.8"}],"id":"20515388-deff-4154-aa7e-4620a8e51853","security_groups":["4d94f4f3-5536-4eb5-ad21-6ce275a8c05a"],"mac_address":"fa:16:3e:b7:58:95","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:21Z","binding:vnic_type":"normal","device_id":"ddea631b-abc8-492b-a3b3-29c1b522a4a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.2"}],"id":"3d2ce74f-8e3e-4023-90b0-8abff334f689","security_groups":[],"mac_address":"fa:16:3e:06:1f:cf","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.4"}],"id":"f81f87a6-1683-4d97-b283-31286b44240a","security_groups":[],"mac_address":"fa:16:3e:ad:5a:c2","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-571b6ee8-d4b5-482e-a62c-f4b3905c5616"}]} 2018-11-19 06:26:40,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-115f0f8b-8fce-4043-be6f-8f20f81d474a 2018-11-19 06:26:40,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name"}}' 2018-11-19 06:26:41,932 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:26: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-bce31486-31b0-4def-8ffc-c2d8b3a2bf61 x-compute-request-id: req-bce31486-31b0-4def-8ffc-c2d8b3a2bf61 Content-Length: 0 Content-Type: application/json 2018-11-19 06:26:41,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3/action used request id req-bce31486-31b0-4def-8ffc-c2d8b3a2bf61 2018-11-19 06:26:41,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:42,267 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-921a02b6-9bc9-4c33-8aa3-6a580b3b328f x-compute-request-id: req-921a02b6-9bc9-4c33-8aa3-6a580b3b328f Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name"}, {"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:42,267 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-921a02b6-9bc9-4c33-8aa3-6a580b3b328f 2018-11-19 06:26:42,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:42,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a5fdd9b1-1f56-4db5-a9a6-2676c439b7bc Date: Mon, 19 Nov 2018 06:26:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["977b26d6-d8d1-4cbb-864d-4e50f715d99e"],"updated_at":"2018-11-19T06:26:15Z","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net"}]} 2018-11-19 06:26:42,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net used request id req-a5fdd9b1-1f56-4db5-a9a6-2676c439b7bc 2018-11-19 06:26:42,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:42,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fb11d7c-ae2a-4ce0-b8c2-1057e936f313 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:42,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-2fb11d7c-ae2a-4ce0-b8c2-1057e936f313 2018-11-19 06:26:42,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:42,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ede95781-c6ae-4491-a1bb-1b1a0e586abe Date: Mon, 19 Nov 2018 06:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","dns_nameservers":[],"updated_at":"2018-11-19T06:26:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"09f15558e5ce4515af730caf0d7cadb3","id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","subnetpool_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet"}]} 2018-11-19 06:26:42,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-ede95781-c6ae-4491-a1bb-1b1a0e586abe 2018-11-19 06:26:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:42,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3150 X-Openstack-Request-Id: req-ac01e683-dd2b-4ac7-a8fa-6f1600b6b64a Date: Mon, 19 Nov 2018 06:26:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:18Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.3"}],"id":"0d3bc5ae-def0-4001-bb1b-bed458203075","security_groups":[],"mac_address":"fa:16:3e:fb:67:fe","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:16Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:41Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.8"}],"id":"20515388-deff-4154-aa7e-4620a8e51853","security_groups":["4ce9f8bd-6f8f-441f-a880-7bce6f7936fd","4d94f4f3-5536-4eb5-ad21-6ce275a8c05a"],"mac_address":"fa:16:3e:b7:58:95","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:21Z","binding:vnic_type":"normal","device_id":"ddea631b-abc8-492b-a3b3-29c1b522a4a3"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:17Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.2"}],"id":"3d2ce74f-8e3e-4023-90b0-8abff334f689","security_groups":[],"mac_address":"fa:16:3e:06:1f:cf","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:15Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-571b6ee8-d4b5-482e-a62c-f4b3905c5616"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:26:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"977b26d6-d8d1-4cbb-864d-4e50f715d99e","ip_address":"10.55.0.4"}],"id":"f81f87a6-1683-4d97-b283-31286b44240a","security_groups":[],"mac_address":"fa:16:3e:ad:5a:c2","project_id":"09f15558e5ce4515af730caf0d7cadb3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"571b6ee8-d4b5-482e-a62c-f4b3905c5616","tenant_id":"09f15558e5ce4515af730caf0d7cadb3","created_at":"2018-11-19T06:26:17Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-571b6ee8-d4b5-482e-a62c-f4b3905c5616"}]} 2018-11-19 06:26:42,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-ac01e683-dd2b-4ac7-a8fa-6f1600b6b64a 2018-11-19 06:26:42,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d07b487be4d88eb9dabb97896b88a9bfd8aea90" 2018-11-19 06:26:43,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-419bfa37-c787-4bd7-be5f-f98b36c67bf1 x-compute-request-id: req-419bfa37-c787-4bd7-be5f-f98b36c67bf1 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "security_groups": [{"name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name"}, {"name": "default"}], "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:29Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:43,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-419bfa37-c787-4bd7-be5f-f98b36c67bf1 2018-11-19 06:26:43,300 - create_instance - INFO - Deleting Port with ID - 20515388-deff-4154-aa7e-4620a8e51853 2018-11-19 06:26:43,301 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-port 2018-11-19 06:26:43,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/20515388-deff-4154-aa7e-4620a8e51853 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:44,440 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a02de4a4-3a0f-483e-a06e-908c02119958 Date: Mon, 19 Nov 2018 06:26:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:44,441 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/20515388-deff-4154-aa7e-4620a8e51853 used request id req-a02de4a4-3a0f-483e-a06e-908c02119958 2018-11-19 06:26:44,441 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst 2018-11-19 06:26:44,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:44,593 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed4300bd-421e-43b0-86d9-485e0543944c x-compute-request-id: req-ed4300bd-421e-43b0-86d9-485e0543944c Content-Type: application/json 2018-11-19 06:26:44,594 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-ed4300bd-421e-43b0-86d9-485e0543944c 2018-11-19 06:26:44,594 - create_instance - INFO - Checking deletion status 2018-11-19 06:26:44,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:44,836 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa2a407c-2853-4287-b5f5-7e199809445a x-compute-request-id: req-aa2a407c-2853-4287-b5f5-7e199809445a Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:58:95", "version": 4, "addr": "10.55.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:44Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:44,836 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-aa2a407c-2853-4287-b5f5-7e199809445a 2018-11-19 06:26:44,836 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst] is - ACTIVE 2018-11-19 06:26:44,837 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:26:47,840 - create_instance - DEBUG - VM status query timeout in 296.754411936 2018-11-19 06:26:47,843 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:48,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-057ccb8e-4179-41b8-91f3-b011a73d2f55 x-compute-request-id: req-057ccb8e-4179-41b8-91f3-b011a73d2f55 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.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3", "rel": "bookmark"}], "image": {"id": "d5358bac-a4a2-45aa-91eb-d7da720f1441", "links": [{"href": "http://172.30.9.21:8774/images/d5358bac-a4a2-45aa-91eb-d7da720f1441", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:26:28.000000", "flavor": {"id": "425171c7-76bd-4c07-8a23-f82cb84276f8", "links": [{"href": "http://172.30.9.21:8774/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8", "rel": "bookmark"}]}, "id": "ddea631b-abc8-492b-a3b3-29c1b522a4a3", "user_id": "e3d92cce87e24f2a8c88ecb05379f283", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:26:44Z", "hostId": "ebeb5b366c85fc0b437e683d080b17f3e5439618fe467bec992be47f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst", "created": "2018-11-19T06:26:24Z", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:26:48,076 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-057ccb8e-4179-41b8-91f3-b011a73d2f55 2018-11-19 06:26:48,077 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst] is - ACTIVE 2018-11-19 06:26:48,077 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:26:51,080 - create_instance - DEBUG - VM status query timeout in 293.514087915 2018-11-19 06:26:51,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b1092677d04b03e44ce28ebf029ee995eb048d01" 2018-11-19 06:26:51,129 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:26:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69b95b3d-d2c7-4e15-a8a6-c11e4773fa78 x-compute-request-id: req-69b95b3d-d2c7-4e15-a8a6-c11e4773fa78 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ddea631b-abc8-492b-a3b3-29c1b522a4a3 could not be found.", "code": 404}} 2018-11-19 06:26:51,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddea631b-abc8-492b-a3b3-29c1b522a4a3 used request id req-69b95b3d-d2c7-4e15-a8a6-c11e4773fa78 2018-11-19 06:26:51,130 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ddea631b-abc8-492b-a3b3-29c1b522a4a3 could not be found. (HTTP 404) (Request-ID: req-69b95b3d-d2c7-4e15-a8a6-c11e4773fa78) 2018-11-19 06:26:51,130 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-inst 2018-11-19 06:26:51,131 - neutron_utils - INFO - Deleting security group rule with ID - abb5803e-e1b3-4223-8262-a5b4d7e14ca7 2018-11-19 06:26:51,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/abb5803e-e1b3-4223-8262-a5b4d7e14ca7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:51,397 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c3e89356-092c-441b-966f-aa1eed6f9de3 Content-Length: 0 Date: Mon, 19 Nov 2018 06:26:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:51,398 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/abb5803e-e1b3-4223-8262-a5b4d7e14ca7 used request id req-c3e89356-092c-441b-966f-aa1eed6f9de3 2018-11-19 06:26:51,398 - neutron_utils - INFO - Deleting security group rule with ID - 9342ed9b-0d57-4841-b5b1-8a9845e4b313 2018-11-19 06:26:51,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9342ed9b-0d57-4841-b5b1-8a9845e4b313 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:51,536 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d29b990-5e29-4b5e-b5ca-4aaa6601fdbd Content-Length: 0 Date: Mon, 19 Nov 2018 06:26:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:51,536 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9342ed9b-0d57-4841-b5b1-8a9845e4b313 used request id req-2d29b990-5e29-4b5e-b5ca-4aaa6601fdbd 2018-11-19 06:26:51,537 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-name 2018-11-19 06:26:51,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4ce9f8bd-6f8f-441f-a880-7bce6f7936fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da7e1b6f3767807df27582bc2ac1ee81a250ca7e" 2018-11-19 06:26:51,850 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34eb1da5-6d28-47d6-9ba2-1c150c7c5e6b Content-Length: 0 Date: Mon, 19 Nov 2018 06:26:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:51,851 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4ce9f8bd-6f8f-441f-a880-7bce6f7936fd used request id req-34eb1da5-6d28-47d6-9ba2-1c150c7c5e6b 2018-11-19 06:26:51,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}368f15d7a07f22bcbd609946246a598dc77758d0" 2018-11-19 06:26:51,892 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:26:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c36a865-0093-4058-9adc-d72c36c8ed02 x-compute-request-id: req-5c36a865-0093-4058-9adc-d72c36c8ed02 Content-Length: 0 Content-Type: application/json 2018-11-19 06:26:51,892 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/425171c7-76bd-4c07-8a23-f82cb84276f8 used request id req-5c36a865-0093-4058-9adc-d72c36c8ed02 2018-11-19 06:26:51,893 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet 2018-11-19 06:26:51,893 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-subnet 2018-11-19 06:26:51,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/977b26d6-d8d1-4cbb-864d-4e50f715d99e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:54,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e8568a8f-0637-44a9-9d01-c37cfb070f1c Date: Mon, 19 Nov 2018 06:26:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:54,405 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/977b26d6-d8d1-4cbb-864d-4e50f715d99e used request id req-e8568a8f-0637-44a9-9d01-c37cfb070f1c 2018-11-19 06:26:54,405 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-pub-net 2018-11-19 06:26:54,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/571b6ee8-d4b5-482e-a62c-f4b3905c5616 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80ec915a9b6064021df1a287a26ce656bb3ff2ed" 2018-11-19 06:26:55,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7dcf428e-bf4e-42c3-94bb-fbaae2012a33 Date: Mon, 19 Nov 2018 06:26:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:55,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/571b6ee8-d4b5-482e-a62c-f4b3905c5616 used request id req-7dcf428e-bf4e-42c3-94bb-fbaae2012a33 2018-11-19 06:26:55,717 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-48fd3e80-cafc-4a57-99bc-e1afe54b6efc-image 2018-11-19 06:26:55,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}130daab7995107d13b0c1379a2faef8596c10025" 2018-11-19 06:26:56,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68755d0e-8581-4537-946b-bb04e1fd8249 Date: Mon, 19 Nov 2018 06:26:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:26:56,988 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d5358bac-a4a2-45aa-91eb-d7da720f1441 used request id req-68755d0e-8581-4537-946b-bb04e1fd8249 2018-11-19 06:26:56,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:57,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c4597c83-f214-4bde-9375-142fcc32d72e Date: Mon, 19 Nov 2018 06:26:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:14Z", "updated_at": "2018-11-19T06:26:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "revision_number": 0, "id": "c9d7f17a-1a98-46a5-9f68-ffbdc8e4a5d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "revision_number": 0, "id": "f3b7f52e-135e-4544-98e3-f323201691a2", "remote_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv6", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "revision_number": 0, "id": "fd885eb7-02a4-4a75-99df-cfb64c956feb", "remote_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "revision_number": 0, "id": "fe2361c9-6afb-4770-8a77-51357434fc27", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "port_range_min": null, "ethertype": "IPv4", "project_id": "09f15558e5ce4515af730caf0d7cadb3"}], "revision_number": 4, "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:26:57,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c4597c83-f214-4bde-9375-142fcc32d72e 2018-11-19 06:26:57,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:57,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-938df457-8696-406a-8bd6-b3f0d4933f2d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:26:57,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-938df457-8696-406a-8bd6-b3f0d4933f2d 2018-11-19 06:26:57,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:57,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ada71efd-1fab-4cb4-89a6-5c02f6fb8d00 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3"}, "enabled": true, "id": "09f15558e5ce4515af730caf0d7cadb3", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj"}} 2018-11-19 06:26:57,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-ada71efd-1fab-4cb4-89a6-5c02f6fb8d00 2018-11-19 06:26:57,489 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d94f4f3-5536-4eb5-ad21-6ce275a8c05a 2018-11-19 06:26:57,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4d94f4f3-5536-4eb5-ad21-6ce275a8c05a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:57,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-7ddeb64c-8647-4c6e-8d23-512746d07088 Date: Mon, 19 Nov 2018 06:26:57 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:14Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "c9d7f17a-1a98-46a5-9f68-ffbdc8e4a5d8"}, {"remote_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:14Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "f3b7f52e-135e-4544-98e3-f323201691a2"}, {"remote_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:14Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "fd885eb7-02a4-4a75-99df-cfb64c956feb"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:26:14Z", "security_group_id": "4d94f4f3-5536-4eb5-ad21-6ce275a8c05a", "port_range_min": null, "revision_number": 0, "tenant_id": "09f15558e5ce4515af730caf0d7cadb3", "created_at": "2018-11-19T06:26:14Z", "project_id": "09f15558e5ce4515af730caf0d7cadb3", "id": "fe2361c9-6afb-4770-8a77-51357434fc27"}]} 2018-11-19 06:26:57,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4d94f4f3-5536-4eb5-ad21-6ce275a8c05a used request id req-7ddeb64c-8647-4c6e-8d23-512746d07088 2018-11-19 06:26:57,753 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:26:57,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4d94f4f3-5536-4eb5-ad21-6ce275a8c05a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:58,035 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a824d3a-95e2-4680-a718-7832b4b38578 Content-Length: 0 Date: Mon, 19 Nov 2018 06:26:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:26:58,035 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4d94f4f3-5536-4eb5-ad21-6ce275a8c05a used request id req-9a824d3a-95e2-4680-a718-7832b4b38578 2018-11-19 06:26:58,035 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj 2018-11-19 06:26:58,039 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:58,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-260397fa-a714-408d-98bd-cc3f7397b10a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:26:58,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/09f15558e5ce4515af730caf0d7cadb3 used request id req-260397fa-a714-408d-98bd-cc3f7397b10a 2018-11-19 06:26:58,230 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-a8e11e64-fd49-4d8-proj-role 2018-11-19 06:26:58,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/bad80bbe3c56451c89a41a034e1e9796 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:58,346 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02af0820-156e-4394-b8a9-96ec8a76b9e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:26:58,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/bad80bbe3c56451c89a41a034e1e9796 used request id req-02af0820-156e-4394-b8a9-96ec8a76b9e0 2018-11-19 06:26:58,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dddd2f42c55daa43f6a21c224f05d9248381e0b3" 2018-11-19 06:26:58,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-778c9583-017a-486c-a37f-0dd37b552b04 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:26:58,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-778c9583-017a-486c-a37f-0dd37b552b04 2018-11-19 06:26:58,441 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-a8e11e64-fd49-4d8-user 2018-11-19 06:26:58,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e3d92cce87e24f2a8c88ecb05379f283 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d518869c558cd82ae83110ce17047bc78bf8585" 2018-11-19 06:26:58,608 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:26:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-72d09b75-a11d-4308-b6c0-6ac20f1f7735 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:26:58,609 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e3d92cce87e24f2a8c88ecb05379f283 used request id req-72d09b75-a11d-4308-b6c0-6ac20f1f7735 2018-11-19 06:26:58,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:59,002 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:26:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["YxFJ71z9SC2CFjEerdl_qA"], "issued_at": "2018-11-19T06:26:58.000000Z"}} 2018-11-19 06:26:59,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd21d507d3051121eaae72cc5f53fc6bb0de30d3" 2018-11-19 06:26:59,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d64c191-0cf8-4b9f-9cdb-6b9e42e26115 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:59,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3d64c191-0cf8-4b9f-9cdb-6b9e42e26115 2018-11-19 06:26:59,087 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:59,087 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:26:59,460 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:26:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["nvScjTDeSbKgfLnYx7FyZA"], "issued_at": "2018-11-19T06:26:59.000000Z"}} 2018-11-19 06:26:59,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:26:59,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea9fd497-5ece-40cf-be43-aa4c7e1878d8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:26:59,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ea9fd497-5ece-40cf-be43-aa4c7e1878d8 2018-11-19 06:26:59,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:26:59,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:26:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:26:59,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:26:59,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c124d4c4-080c-4f37-a3ed-d026572665a3 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:26:59,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj used request id req-c124d4c4-080c-4f37-a3ed-d026572665a3 2018-11-19 06:26:59,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:26:59,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d897661f-202b-4340-9427-b649af9ccf7b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:26:59,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d897661f-202b-4340-9427-b649af9ccf7b 2018-11-19 06:26:59,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}}' 2018-11-19 06:26:59,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:26:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90f0ae32-9766-40b4-9998-7122bb5f427d Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:26:59,940 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-90f0ae32-9766-40b4-9998-7122bb5f427d 2018-11-19 06:26:59,940 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj 2018-11-19 06:26:59,940 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:26:59,941 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:00,314 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:27:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["eadcYfcSSnGccv8zoQWOOQ"], "issued_at": "2018-11-19T06:27:00.000000Z"}} 2018-11-19 06:27:00,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2de8f54e6c825789b1e5a472b028e7ecfc74d6e" 2018-11-19 06:27:00,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee7f0178-7b07-4de5-8adc-41cf90ebfbb3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:00,399 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ee7f0178-7b07-4de5-8adc-41cf90ebfbb3 2018-11-19 06:27:00,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:27:00,408 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:27:00,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2de8f54e6c825789b1e5a472b028e7ecfc74d6e" 2018-11-19 06:27:00,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58efbeb0-68aa-4cb7-b24e-c3e12055fa43 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:27:00,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-58efbeb0-68aa-4cb7-b24e-c3e12055fa43 2018-11-19 06:27:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2de8f54e6c825789b1e5a472b028e7ecfc74d6e" 2018-11-19 06:27:00,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3e8fe54-ab97-4a7f-9cea-f53c930ca852 Content-Encoding: gzip Content-Length: 255 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}]} 2018-11-19 06:27:00,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj used request id req-d3e8fe54-ab97-4a7f-9cea-f53c930ca852 2018-11-19 06:27:00,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2de8f54e6c825789b1e5a472b028e7ecfc74d6e" 2018-11-19 06:27:00,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1102868-1f30-4f14-8e09-3fe1d926c333 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:27:00,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e1102868-1f30-4f14-8e09-3fe1d926c333 2018-11-19 06:27:01,083 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user 2018-11-19 06:27:01,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:01,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:01,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92c8a8b7-8b47-434d-9a91-a93842288611 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:27:01,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-92c8a8b7-8b47-434d-9a91-a93842288611 2018-11-19 06:27:01,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" -d '{"role": {"name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}}' 2018-11-19 06:27:01,316 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:27:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a033632-a847-416c-9e60-5b5366e5fdc8 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "638f2888720d48219a339dda15af626e", "links": {"self": "http://172.30.9.21:5000/v3/roles/638f2888720d48219a339dda15af626e"}, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}} 2018-11-19 06:27:01,316 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0a033632-a847-416c-9e60-5b5366e5fdc8 2018-11-19 06:27:01,317 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role 2018-11-19 06:27:01,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/638f2888720d48219a339dda15af626e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:01,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb166f7-4d9e-472a-a120-7ba0b8c2c957 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/638f2888720d48219a339dda15af626e"}, "domain_id": null, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role", "id": "638f2888720d48219a339dda15af626e"}} 2018-11-19 06:27:01,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/638f2888720d48219a339dda15af626e used request id req-1bb166f7-4d9e-472a-a120-7ba0b8c2c957 2018-11-19 06:27:01,403 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role to project InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj 2018-11-19 06:27:01,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4/users/138fa52c8692460cac6fc19e69d4d084/roles/638f2888720d48219a339dda15af626e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:01,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:27:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bef5726-042d-4719-9bd9-f7ce79798a86 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:27:01,541 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4/users/138fa52c8692460cac6fc19e69d4d084/roles/638f2888720d48219a339dda15af626e used request id req-3bef5726-042d-4719-9bd9-f7ce79798a86 2018-11-19 06:27:01,541 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:27:01,543 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:27:01,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:01,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:01,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "638f2888720d48219a339dda15af626e", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}], "expires_at": "2018-11-19T07:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10453b617e9a4c2fa2419c89b14f26c4", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user", "id": "138fa52c8692460cac6fc19e69d4d084"}, "audit_ids": ["w143t8PSS32s-fC4EumCXA"], "issued_at": "2018-11-19T06:27:01.000000Z"}} 2018-11-19 06:27:01,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" 2018-11-19 06:27:01,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a26ec22e-d3ff-4cc3-a2da-99696c5de7c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:01,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a26ec22e-d3ff-4cc3-a2da-99696c5de7c2 2018-11-19 06:27:01,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" 2018-11-19 06:27:02,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-ec906989-0c24-4e4e-a627-114498d3de75 Date: Mon, 19 Nov 2018 06:27:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image"} 2018-11-19 06:27:02,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image used request id req-ec906989-0c24-4e4e-a627-114498d3de75 2018-11-19 06:27:02,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" 2018-11-19 06:27:02,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-07221afb-527c-4491-8e95-8804660c1ca6 Date: Mon, 19 Nov 2018 06:27:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:27:02,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-07221afb-527c-4491-8e95-8804660c1ca6 2018-11-19 06:27:02,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image"}' 2018-11-19 06:27:02,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6 X-Openstack-Request-Id: req-f8e1c458-1d8d-4665-a6d9-fa960744f869 Date: Mon, 19 Nov 2018 06:27:02 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "min_disk": 0, "protected": false, "id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "file": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/file", "checksum": null, "owner": "10453b617e9a4c2fa2419c89b14f26c4", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:27:02,566 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f8e1c458-1d8d-4665-a6d9-fa960744f869 2018-11-19 06:27:02,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" -d '' 2018-11-19 06:27:03,595 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3cd33adb-9b18-4ba7-843a-07846b782398 Date: Mon, 19 Nov 2018 06: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-11-19 06:27:03,595 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/file used request id req-3cd33adb-9b18-4ba7-843a-07846b782398 2018-11-19 06:27:03,596 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:27:03,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" 2018-11-19 06:27:03,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-359a8ee5-f378-4296-a6fc-88a36f2c6b71 Date: Mon, 19 Nov 2018 06:27:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/snap", "metadata": {}}], "self": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "min_disk": 0, "protected": false, "id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "file": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "10453b617e9a4c2fa2419c89b14f26c4", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:27:03,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6 used request id req-359a8ee5-f378-4296-a6fc-88a36f2c6b71 2018-11-19 06:27:03,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" 2018-11-19 06:27:03,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3aa4b8a3-7e9b-4252-9de6-4de583ae0fae Date: Mon, 19 Nov 2018 06:27:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:27:03,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3aa4b8a3-7e9b-4252-9de6-4de583ae0fae 2018-11-19 06:27:03,773 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image 2018-11-19 06:27:03,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" 2018-11-19 06:27:03,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ce0df72e-4047-4e88-868f-6258c41e4bc9 Date: Mon, 19 Nov 2018 06:27:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/snap", "metadata": {}}], "self": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "min_disk": 0, "protected": false, "id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "file": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "10453b617e9a4c2fa2419c89b14f26c4", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:27:03,933 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6 used request id req-ce0df72e-4047-4e88-868f-6258c41e4bc9 2018-11-19 06:27:03,933 - create_image - DEBUG - Instance status is - active 2018-11-19 06:27:03,933 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image 2018-11-19 06:27:03,934 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image 2018-11-19 06:27:03,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:03,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:04,309 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "638f2888720d48219a339dda15af626e", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}], "expires_at": "2018-11-19T07:27:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10453b617e9a4c2fa2419c89b14f26c4", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user", "id": "138fa52c8692460cac6fc19e69d4d084"}, "audit_ids": ["yKfJVdWSSZ2oS-oKqojVYQ"], "issued_at": "2018-11-19T06:27:04.000000Z"}} 2018-11-19 06:27:04,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:04,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e2a082-ebcd-4694-bf37-31ecb5002b56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:04,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37e2a082-ebcd-4694-bf37-31ecb5002b56 2018-11-19 06:27:04,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:04,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7de6b9d8-e0c3-4ddd-9f9a-6ea5f43542ce Date: Mon, 19 Nov 2018 06:27:04 GMT RESP BODY: {"networks":[]} 2018-11-19 06:27:04,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-7de6b9d8-e0c3-4ddd-9f9a-6ea5f43542ce 2018-11-19 06:27:04,506 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net 2018-11-19 06:27:04,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" -d '{"network": {"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net", "admin_state_up": true}}' 2018-11-19 06:27:05,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-46a95e00-dc60-44b3-b9e1-2cd6855ff076 Date: Mon, 19 Nov 2018 06:27:05 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"45902e31-82e5-47ce-9022-2c18822eeb8d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:27:04Z","is_default":false,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","mtu":1450}} 2018-11-19 06:27:05,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-46a95e00-dc60-44b3-b9e1-2cd6855ff076 2018-11-19 06:27:05,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:05,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-5e27fb30-db11-434f-989b-0ee2155adcf4 Date: Mon, 19 Nov 2018 06:27:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:27:04Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:05,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-5e27fb30-db11-434f-989b-0ee2155adcf4 2018-11-19 06:27:05,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:05,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c661dc43-a26d-4646-9002-4e456655e1c1 Date: Mon, 19 Nov 2018 06:27:05 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:27:05,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-c661dc43-a26d-4646-9002-4e456655e1c1 2018-11-19 06:27:05,766 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet 2018-11-19 06:27:05,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" -d '{"subnets": [{"ip_version": 4, "network_id": "45902e31-82e5-47ce-9022-2c18822eeb8d", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]}' 2018-11-19 06:27:06,405 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a859adef-2ad8-43d0-ad94-f2b276ee1371 Date: Mon, 19 Nov 2018 06:27:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:06,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-a859adef-2ad8-43d0-ad94-f2b276ee1371 2018-11-19 06:27:06,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:06,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-ce8c2e6d-f4ce-4321-a972-b0bada52c152 Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:06,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-ce8c2e6d-f4ce-4321-a972-b0bada52c152 2018-11-19 06:27:06,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:06,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-72ad94ee-754d-4ba0-a942-cacd1775222e Date: Mon, 19 Nov 2018 06:27:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:06,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-72ad94ee-754d-4ba0-a942-cacd1775222e 2018-11-19 06:27:06,897 - OpenStackNetwork - DEBUG - Network [45902e31-82e5-47ce-9022-2c18822eeb8d] created successfully 2018-11-19 06:27:06,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:06,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:07,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:27:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dLpF6GZ_RF23-CNKf10Teg"], "issued_at": "2018-11-19T06:27:07.000000Z"}} 2018-11-19 06:27:07,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d25e3879c0eb79630cba0b62455d8ebccf4aae1" 2018-11-19 06:27:07,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a662cde0-e175-46a3-aa76-f3a6175c1c3d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:07,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a662cde0-e175-46a3-aa76-f3a6175c1c3d 2018-11-19 06:27:07,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:27:07,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d25e3879c0eb79630cba0b62455d8ebccf4aae1" 2018-11-19 06:27:07,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27: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-cf17861d-7421-45bc-ada1-377eaba24173 x-compute-request-id: req-cf17861d-7421-45bc-ada1-377eaba24173 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:27:07,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-cf17861d-7421-45bc-ada1-377eaba24173 2018-11-19 06:27:07,558 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d25e3879c0eb79630cba0b62455d8ebccf4aae1" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:27:07,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27: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-6cc0c574-bf06-46a0-b56c-66cec98e117b x-compute-request-id: req-6cc0c574-bf06-46a0-b56c-66cec98e117b Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:27:07,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6cc0c574-bf06-46a0-b56c-66cec98e117b 2018-11-19 06:27:07,628 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:07,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:08,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "638f2888720d48219a339dda15af626e", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}], "expires_at": "2018-11-19T07:27:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10453b617e9a4c2fa2419c89b14f26c4", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user", "id": "138fa52c8692460cac6fc19e69d4d084"}, "audit_ids": ["sAfCEHFESxu-4yimzAPD9g"], "issued_at": "2018-11-19T06:27:08.000000Z"}} 2018-11-19 06:27:08,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:08,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1800e91d-9747-4e68-b1d2-51fe1f485190 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:08,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1800e91d-9747-4e68-b1d2-51fe1f485190 2018-11-19 06:27:08,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:08,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-63adc2d1-81ec-425e-949b-2f5cc6efe579 Date: Mon, 19 Nov 2018 06:27:08 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:27:08,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name&description=hello+group used request id req-63adc2d1-81ec-425e-949b-2f5cc6efe579 2018-11-19 06:27:08,288 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name... 2018-11-19 06:27:08,288 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name 2018-11-19 06:27:08,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" -d '{"security_group": {"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name", "description": "hello group"}}' 2018-11-19 06:27:08,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-eab2e553-677d-4634-bc64-aacc2c1c0e74 Date: Mon, 19 Nov 2018 06:27:08 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "updated_at": "2018-11-19T06:27:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "27904c23-64bd-4359-9a92-d88f194c0efd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "d3330771-e305-4060-83df-743679376755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}], "revision_number": 2, "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "4f3de772-da7b-4903-aebb-75b573194a56", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}} 2018-11-19 06:27:08,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-eab2e553-677d-4634-bc64-aacc2c1c0e74 2018-11-19 06:27:08,654 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:08,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:08,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c61b8443-f47b-44a8-bf4f-9664ea888ebf Date: Mon, 19 Nov 2018 06: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-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "27904c23-64bd-4359-9a92-d88f194c0efd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "d3330771-e305-4060-83df-743679376755"}]} 2018-11-19 06:27:08,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-c61b8443-f47b-44a8-bf4f-9664ea888ebf 2018-11-19 06:27:08,836 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:08,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:09,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e988fe55-7a60-4deb-9b80-fc80b1a5e836 Date: Mon, 19 Nov 2018 06: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-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "27904c23-64bd-4359-9a92-d88f194c0efd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "d3330771-e305-4060-83df-743679376755"}]} 2018-11-19 06:27:09,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-e988fe55-7a60-4deb-9b80-fc80b1a5e836 2018-11-19 06:27:09,051 - neutron_utils - INFO - Retrieving security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:09,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:09,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-54247a4b-adb5-43df-8732-343cb134efb5 Date: Mon, 19 Nov 2018 06:27:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "updated_at": "2018-11-19T06:27:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "27904c23-64bd-4359-9a92-d88f194c0efd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "d3330771-e305-4060-83df-743679376755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}], "revision_number": 2, "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "4f3de772-da7b-4903-aebb-75b573194a56", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}]} 2018-11-19 06:27:09,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-54247a4b-adb5-43df-8732-343cb134efb5 2018-11-19 06:27:09,239 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:09,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:09,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e5914781-66d3-4f8c-b34f-29fedb4b6d94 Date: Mon, 19 Nov 2018 06: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-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "27904c23-64bd-4359-9a92-d88f194c0efd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "d3330771-e305-4060-83df-743679376755"}]} 2018-11-19 06:27:09,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-e5914781-66d3-4f8c-b34f-29fedb4b6d94 2018-11-19 06:27:09,417 - neutron_utils - INFO - Retrieving security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:09,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:09,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-20f9009f-f138-4fd9-9749-fe8121f0ba64 Date: Mon, 19 Nov 2018 06:27:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "updated_at": "2018-11-19T06:27:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "27904c23-64bd-4359-9a92-d88f194c0efd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "d3330771-e305-4060-83df-743679376755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}], "revision_number": 2, "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "4f3de772-da7b-4903-aebb-75b573194a56", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}]} 2018-11-19 06:27:09,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-20f9009f-f138-4fd9-9749-fe8121f0ba64 2018-11-19 06:27:09,483 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:09,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:09,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-53e23506-185a-41b0-a353-da8fdbaca8cc Date: Mon, 19 Nov 2018 06: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-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "27904c23-64bd-4359-9a92-d88f194c0efd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "d3330771-e305-4060-83df-743679376755"}]} 2018-11-19 06:27:09,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-53e23506-185a-41b0-a353-da8fdbaca8cc 2018-11-19 06:27:09,512 - neutron_utils - INFO - Retrieving security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:09,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:09,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-34070682-cb4a-4f15-940a-128be1054e41 Date: Mon, 19 Nov 2018 06:27:09 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "updated_at": "2018-11-19T06:27:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "27904c23-64bd-4359-9a92-d88f194c0efd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "revision_number": 0, "id": "d3330771-e305-4060-83df-743679376755", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}], "revision_number": 2, "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "4f3de772-da7b-4903-aebb-75b573194a56", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}]} 2018-11-19 06:27:09,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-34070682-cb4a-4f15-940a-128be1054e41 2018-11-19 06:27:09,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4f3de772-da7b-4903-aebb-75b573194a56 2018-11-19 06:27:09,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:09,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ba3dcaa0-f3b4-4860-aacb-8b06e72656f0 Date: Mon, 19 Nov 2018 06: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-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "27904c23-64bd-4359-9a92-d88f194c0efd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:08Z", "security_group_id": "4f3de772-da7b-4903-aebb-75b573194a56", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:08Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "d3330771-e305-4060-83df-743679376755"}]} 2018-11-19 06:27:09,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4f3de772-da7b-4903-aebb-75b573194a56 used request id req-ba3dcaa0-f3b4-4860-aacb-8b06e72656f0 2018-11-19 06:27:09,883 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:09,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:10,261 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "638f2888720d48219a339dda15af626e", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}], "expires_at": "2018-11-19T07:27:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10453b617e9a4c2fa2419c89b14f26c4", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user", "id": "138fa52c8692460cac6fc19e69d4d084"}, "audit_ids": ["GU9FSr7TRz6pEiF8WRtBrw"], "issued_at": "2018-11-19T06:27:10.000000Z"}} 2018-11-19 06:27:10,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:10,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27ca6fe6-712b-457d-9d19-eb9368b2bd31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:10,337 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-27ca6fe6-712b-457d-9d19-eb9368b2bd31 2018-11-19 06:27:10,339 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:27:10,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:10,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-736de706-9bb5-4f5b-b8e7-4469a491a022 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:10,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-736de706-9bb5-4f5b-b8e7-4469a491a022 2018-11-19 06:27:10,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:10,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-4d9c7ced-c551-4c94-b5fd-2c66715d79b8 Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:10,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-4d9c7ced-c551-4c94-b5fd-2c66715d79b8 2018-11-19 06:27:10,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:27:10,672 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:27:10,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:10,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2286a765-e1f7-40a9-8208-455bd9c91305 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:10,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-2286a765-e1f7-40a9-8208-455bd9c91305 2018-11-19 06:27:10,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:10,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-702be51d-4eda-44db-a920-8d6ce46f9323 Date: Mon, 19 Nov 2018 06:27:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:10,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-702be51d-4eda-44db-a920-8d6ce46f9323 2018-11-19 06:27:10,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:11,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-2c60015f-d1e6-42da-a28d-61673c7cfc7f Date: Mon, 19 Nov 2018 06:27:11 GMT RESP BODY: {"ports":[]} 2018-11-19 06:27:11,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port&admin_state_up=True used request id req-2c60015f-d1e6-42da-a28d-61673c7cfc7f 2018-11-19 06:27:11,090 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:11,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-15a3ccb8-f581-4e97-bd39-ea23e0e90454 x-compute-request-id: req-15a3ccb8-f581-4e97-bd39-ea23e0e90454 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:27:11,311 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst used request id req-15a3ccb8-f581-4e97-bd39-ea23e0e90454 2018-11-19 06:27:11,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:11,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-a53e4c50-64fa-4c2b-ae14-b5bc0ec30d61 Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:11,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-a53e4c50-64fa-4c2b-ae14-b5bc0ec30d61 2018-11-19 06:27:11,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:11,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d06240f9-dcee-4b40-9fc0-6cbae2e0294d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:11,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-d06240f9-dcee-4b40-9fc0-6cbae2e0294d 2018-11-19 06:27:11,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:11,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1d0645c1-c0e3-4bf9-9137-76f2279ba82e Date: Mon, 19 Nov 2018 06:27:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:11,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-1d0645c1-c0e3-4bf9-9137-76f2279ba82e 2018-11-19 06:27:11,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:12,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6be59983-1255-43c3-afd8-05009f8a7249 Date: Mon, 19 Nov 2018 06:27:12 GMT RESP BODY: {"ports":[]} 2018-11-19 06:27:12,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port&admin_state_up=True used request id req-6be59983-1255-43c3-afd8-05009f8a7249 2018-11-19 06:27:12,040 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:12,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:12,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "638f2888720d48219a339dda15af626e", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}], "expires_at": "2018-11-19T07:27:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10453b617e9a4c2fa2419c89b14f26c4", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user", "id": "138fa52c8692460cac6fc19e69d4d084"}, "audit_ids": ["2UOBYVnvSR6HwIU0KNgavQ"], "issued_at": "2018-11-19T06:27:12.000000Z"}} 2018-11-19 06:27:12,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e406613e7ed89980ae5fed7a1d6e26598698dd0" 2018-11-19 06:27:12,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afee5e3c-a713-4bec-b018-43a567329487 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:12,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-afee5e3c-a713-4bec-b018-43a567329487 2018-11-19 06:27:12,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:12,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1e0528c4-897b-4763-8708-c10ccc9ee4d4 Date: Mon, 19 Nov 2018 06:27:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:12,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-1e0528c4-897b-4763-8708-c10ccc9ee4d4 2018-11-19 06:27:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:12,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-e89bb69b-d0aa-4293-b670-5bcf238a3f61 Date: Mon, 19 Nov 2018 06:27:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:12,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-e89bb69b-d0aa-4293-b670-5bcf238a3f61 2018-11-19 06:27:12,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:13,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-61e3ce20-f538-4bc6-a994-733dbaaa8c06 Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:13,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-61e3ce20-f538-4bc6-a994-733dbaaa8c06 2018-11-19 06:27:13,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:27:13,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:27:13,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e406613e7ed89980ae5fed7a1d6e26598698dd0" 2018-11-19 06:27:13,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c899c19f-981c-44a2-8481-5c9adfab28f6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:13,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-c899c19f-981c-44a2-8481-5c9adfab28f6 2018-11-19 06:27:13,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:13,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-754b84e8-01e0-4db5-b840-6505543f19a7 Date: Mon, 19 Nov 2018 06:27:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:13,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-754b84e8-01e0-4db5-b840-6505543f19a7 2018-11-19 06:27:13,531 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net 2018-11-19 06:27:13,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" -d '{"port": {"network_id": "45902e31-82e5-47ce-9022-2c18822eeb8d", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port", "admin_state_up": true}}' 2018-11-19 06:27:14,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-9dedd3bd-2e55-497a-ad73-c4c56cc4fa60 Date: Mon, 19 Nov 2018 06:27:14 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.13"}],"id":"dc35bcb3-a558-44cf-8458-96cffd0d8205","security_groups":["69be60c7-ad99-4444-8e36-e13793afad36"],"mac_address":"fa:16:3e:a8:d4:87","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port","project_id":"10453b617e9a4c2fa2419c89b14f26c4","qos_policy_id":null,"admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:13Z","binding:vnic_type":"normal"}} 2018-11-19 06:27:14,609 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-9dedd3bd-2e55-497a-ad73-c4c56cc4fa60 2018-11-19 06:27:14,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:14,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-0ac204a9-ae93-4688-956e-3b1d6f7b27f5 Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:14,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-0ac204a9-ae93-4688-956e-3b1d6f7b27f5 2018-11-19 06:27:14,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:14,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc617a4b-1736-4dbd-843a-b7cd31f5d6a0 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:14,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-cc617a4b-1736-4dbd-843a-b7cd31f5d6a0 2018-11-19 06:27:14,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:15,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-6c1fede5-a898-4d42-9eb2-bda16666da39 Date: Mon, 19 Nov 2018 06:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:15,025 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-6c1fede5-a898-4d42-9eb2-bda16666da39 2018-11-19 06:27:15,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:15,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-62626387-027d-47c6-9e37-e6b2b048ef8f Date: Mon, 19 Nov 2018 06:27:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:14Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.13"}],"id":"dc35bcb3-a558-44cf-8458-96cffd0d8205","security_groups":["69be60c7-ad99-4444-8e36-e13793afad36"],"mac_address":"fa:16:3e:a8:d4:87","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:13Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:27:15,258 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port&admin_state_up=True used request id req-62626387-027d-47c6-9e37-e6b2b048ef8f 2018-11-19 06:27:15,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:15,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9c9b4f6-a71b-4171-8abe-6ab93cd471b7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:15,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-e9c9b4f6-a71b-4171-8abe-6ab93cd471b7 2018-11-19 06:27:15,334 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst 2018-11-19 06:27:15,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:15,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b37579cb-a388-4854-85a6-f01df6ae1a69 x-compute-request-id: req-b37579cb-a388-4854-85a6-f01df6ae1a69 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-flavor-name"}]} 2018-11-19 06:27:15,364 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b37579cb-a388-4854-85a6-f01df6ae1a69 2018-11-19 06:27:15,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:15,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1430a674-316f-46cf-8f99-2a22b33e208f x-compute-request-id: req-1430a674-316f-46cf-8f99-2a22b33e208f Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:27:15,387 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd used request id req-1430a674-316f-46cf-8f99-2a22b33e208f 2018-11-19 06:27:15,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:15,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-d4605bde-ed38-474b-83fc-7e350e57f4cc Date: Mon, 19 Nov 2018 06:27:15 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/snap", "metadata": {}}], "self": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "min_disk": 0, "protected": false, "id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "file": "/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "10453b617e9a4c2fa2419c89b14f26c4", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/051729c9-e8c0-477c-a857-bb6fdffbaec6/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image"} 2018-11-19 06:27:15,565 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image used request id req-d4605bde-ed38-474b-83fc-7e350e57f4cc 2018-11-19 06:27:15,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:15,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-02b53a91-b67e-4e4c-922b-593e589593f0 Date: Mon, 19 Nov 2018 06:27:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:27:15,724 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-02b53a91-b67e-4e4c-922b-593e589593f0 2018-11-19 06:27:15,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" -d '{"server": {"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "imageRef": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "flavorRef": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "max_count": 1, "min_count": 1, "networks": [{"port": "dc35bcb3-a558-44cf-8458-96cffd0d8205"}], "security_groups": [{"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}]}}' 2018-11-19 06:27:17,911 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:27:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-169956fc-ee28-40b6-8326-205955e7dbb5 x-compute-request-id: req-169956fc-ee28-40b6-8326-205955e7dbb5 Content-Length: 435 location: http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}], "OS-DCF:diskConfig": "MANUAL", "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "adminPass": "sikzBqfn9vEQ"}} 2018-11-19 06:27:17,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-169956fc-ee28-40b6-8326-205955e7dbb5 2018-11-19 06:27:17,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:18,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df811cec-2be1-4b34-b786-696e997d0ce3 x-compute-request-id: req-df811cec-2be1-4b34-b786-696e997d0ce3 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.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:27:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:18,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-df811cec-2be1-4b34-b786-696e997d0ce3 2018-11-19 06:27:18,128 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst 2018-11-19 06:27:18,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:18,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a0e58a56-2598-414f-bb3f-35dac74c283c x-compute-request-id: req-a0e58a56-2598-414f-bb3f-35dac74c283c 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.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:27:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:18,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-a0e58a56-2598-414f-bb3f-35dac74c283c 2018-11-19 06:27:18,361 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst] is - BUILD 2018-11-19 06:27:18,361 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:27:21,364 - create_instance - DEBUG - VM status query timeout in 896.764646053 2018-11-19 06:27:21,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:21,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd0bb2bd-0bf2-44d9-9ffe-f1bbe8d6ea1b x-compute-request-id: req-cd0bb2bd-0bf2-44d9-9ffe-f1bbe8d6ea1b Content-Encoding: gzip Content-Length: 671 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:27:18Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:21,967 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-cd0bb2bd-0bf2-44d9-9ffe-f1bbe8d6ea1b 2018-11-19 06:27:21,967 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst] is - BUILD 2018-11-19 06:27:21,967 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:27:24,970 - create_instance - DEBUG - VM status query timeout in 893.158330917 2018-11-19 06:27:24,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:25,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9543fa25-50cd-42c7-bd89-bf3668ec91ac x-compute-request-id: req-9543fa25-50cd-42c7-bd89-bf3668ec91ac Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:25,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-9543fa25-50cd-42c7-bd89-bf3668ec91ac 2018-11-19 06:27:25,459 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst] is - ACTIVE 2018-11-19 06:27:25,459 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:27:25,462 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:26,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-060770c6-1180-47d6-867f-b8e309205c78 x-compute-request-id: req-060770c6-1180-47d6-867f-b8e309205c78 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:26,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-060770c6-1180-47d6-867f-b8e309205c78 2018-11-19 06:27:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:26,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1ecfe259-b3f4-4068-83e8-852348cc834a Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:26,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-1ecfe259-b3f4-4068-83e8-852348cc834a 2018-11-19 06:27:26,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:26,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd282ea-8941-47d6-9e3f-644e0ab715c6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:26,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-8bd282ea-8941-47d6-9e3f-644e0ab715c6 2018-11-19 06:27:26,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:26,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-74c85452-b23f-46e9-bf6b-07226520d7bf Date: Mon, 19 Nov 2018 06:27:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:26,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-74c85452-b23f-46e9-bf6b-07226520d7bf 2018-11-19 06:27:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:26,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-56498819-ce87-4f52-978e-67131515c8dd Date: Mon, 19 Nov 2018 06:27:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.2"}],"id":"05c6607f-b182-4fb3-868f-d041c3d72ef1","security_groups":[],"mac_address":"fa:16:3e:57:42:6e","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.4"}],"id":"a8165ff9-40bb-4794-8509-901ced21869b","security_groups":[],"mac_address":"fa:16:3e:ad:6d:d2","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.3"}],"id":"d650548e-0ccb-439b-8dac-5fcc8cd002a1","security_groups":[],"mac_address":"fa:16:3e:88:ed:a8","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.13"}],"id":"dc35bcb3-a558-44cf-8458-96cffd0d8205","security_groups":["69be60c7-ad99-4444-8e36-e13793afad36"],"mac_address":"fa:16:3e:a8:d4:87","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:13Z","binding:vnic_type":"normal","device_id":"c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292"}]} 2018-11-19 06:27:26,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-56498819-ce87-4f52-978e-67131515c8dd 2018-11-19 06:27:26,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:27,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-805a1805-bf1f-43c4-b942-5873ad447c14 x-compute-request-id: req-805a1805-bf1f-43c4-b942-5873ad447c14 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:27,558 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-805a1805-bf1f-43c4-b942-5873ad447c14 2018-11-19 06:27:27,559 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst] is - ACTIVE 2018-11-19 06:27:27,559 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:27:27,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:28,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27: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-b42bd1a5-d9a1-44be-b2f6-36d0b44c0e14 x-compute-request-id: req-b42bd1a5-d9a1-44be-b2f6-36d0b44c0e14 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:28,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-b42bd1a5-d9a1-44be-b2f6-36d0b44c0e14 2018-11-19 06:27:28,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:28,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f8fb1239-cc53-4a10-96f6-185e05cf4f09 Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:28,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-f8fb1239-cc53-4a10-96f6-185e05cf4f09 2018-11-19 06:27:28,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:28,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47662b5-40e8-445e-9e70-5013b22f5782 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:28,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-b47662b5-40e8-445e-9e70-5013b22f5782 2018-11-19 06:27:28,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:28,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7cd76e43-71f8-48d5-a146-4576330834f6 Date: Mon, 19 Nov 2018 06:27:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:28,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-7cd76e43-71f8-48d5-a146-4576330834f6 2018-11-19 06:27:28,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:28,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-67749b84-7136-4195-b24a-9422b7ef36dc Date: Mon, 19 Nov 2018 06:27:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.2"}],"id":"05c6607f-b182-4fb3-868f-d041c3d72ef1","security_groups":[],"mac_address":"fa:16:3e:57:42:6e","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.4"}],"id":"a8165ff9-40bb-4794-8509-901ced21869b","security_groups":[],"mac_address":"fa:16:3e:ad:6d:d2","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.3"}],"id":"d650548e-0ccb-439b-8dac-5fcc8cd002a1","security_groups":[],"mac_address":"fa:16:3e:88:ed:a8","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:23Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.13"}],"id":"dc35bcb3-a558-44cf-8458-96cffd0d8205","security_groups":["69be60c7-ad99-4444-8e36-e13793afad36"],"mac_address":"fa:16:3e:a8:d4:87","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:13Z","binding:vnic_type":"normal","device_id":"c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292"}]} 2018-11-19 06:27:28,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-67749b84-7136-4195-b24a-9422b7ef36dc 2018-11-19 06:27:28,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" -d '{"addSecurityGroup": {"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}}' 2018-11-19 06:27:29,621 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:27:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e31e243d-4f02-47a3-b4cf-ac08a0c5d9c6 x-compute-request-id: req-e31e243d-4f02-47a3-b4cf-ac08a0c5d9c6 Content-Length: 0 Content-Type: application/json 2018-11-19 06:27:29,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292/action used request id req-e31e243d-4f02-47a3-b4cf-ac08a0c5d9c6 2018-11-19 06:27:29,622 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:29,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "638f2888720d48219a339dda15af626e", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role"}], "expires_at": "2018-11-19T07:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10453b617e9a4c2fa2419c89b14f26c4", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/10453b617e9a4c2fa2419c89b14f26c4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user", "id": "138fa52c8692460cac6fc19e69d4d084"}, "audit_ids": ["f9zvSNjgS9iNuDTj8l0Vmw"], "issued_at": "2018-11-19T06:27:29.000000Z"}} 2018-11-19 06:27:29,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcc4144184a98d60b582795f969dce3ee574b64" 2018-11-19 06:27:30,678 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c3bee9f-dd70-4fcf-93ee-ed630ed8d549 x-compute-request-id: req-4c3bee9f-dd70-4fcf-93ee-ed630ed8d549 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}, {"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:30,678 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-4c3bee9f-dd70-4fcf-93ee-ed630ed8d549 2018-11-19 06:27:30,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:31,281 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da8fb879-b280-44a7-b479-f21ce3088325 x-compute-request-id: req-da8fb879-b280-44a7-b479-f21ce3088325 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}, {"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:31,281 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-da8fb879-b280-44a7-b479-f21ce3088325 2018-11-19 06:27:31,281 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst] is - ACTIVE 2018-11-19 06:27:31,282 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:27:31,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:31,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ec1bb56-b4d5-4228-ae13-3c1ed311cc53 x-compute-request-id: req-9ec1bb56-b4d5-4228-ae13-3c1ed311cc53 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}, {"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:31,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-9ec1bb56-b4d5-4228-ae13-3c1ed311cc53 2018-11-19 06:27:31,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:31,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-dc137fd6-d0c5-4709-957c-a6c0fb37d849 Date: Mon, 19 Nov 2018 06:27: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":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:31,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-dc137fd6-d0c5-4709-957c-a6c0fb37d849 2018-11-19 06:27:31,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:31,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b29a494e-becb-4106-b518-d5643ac6d7f6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:31,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-b29a494e-becb-4106-b518-d5643ac6d7f6 2018-11-19 06:27:31,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:32,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-881ef628-65cf-40d6-b3c1-970e0b8d2d94 Date: Mon, 19 Nov 2018 06:27:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:32,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-881ef628-65cf-40d6-b3c1-970e0b8d2d94 2018-11-19 06:27:32,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:32,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-aa168e48-5e95-4bc8-a2eb-56e2668fddb2 Date: Mon, 19 Nov 2018 06:27:32 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.2"}],"id":"05c6607f-b182-4fb3-868f-d041c3d72ef1","security_groups":[],"mac_address":"fa:16:3e:57:42:6e","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.4"}],"id":"a8165ff9-40bb-4794-8509-901ced21869b","security_groups":[],"mac_address":"fa:16:3e:ad:6d:d2","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.3"}],"id":"d650548e-0ccb-439b-8dac-5fcc8cd002a1","security_groups":[],"mac_address":"fa:16:3e:88:ed:a8","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.13"}],"id":"dc35bcb3-a558-44cf-8458-96cffd0d8205","security_groups":["4f3de772-da7b-4903-aebb-75b573194a56","69be60c7-ad99-4444-8e36-e13793afad36"],"mac_address":"fa:16:3e:a8:d4:87","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:13Z","binding:vnic_type":"normal","device_id":"c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292"}]} 2018-11-19 06:27:32,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-aa168e48-5e95-4bc8-a2eb-56e2668fddb2 2018-11-19 06:27:32,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:32,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4596d7c-80f3-4a9f-a60e-1c1ac62a61d9 x-compute-request-id: req-e4596d7c-80f3-4a9f-a60e-1c1ac62a61d9 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}, {"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:32,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-e4596d7c-80f3-4a9f-a60e-1c1ac62a61d9 2018-11-19 06:27:32,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:32,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-c77ed4e3-492c-4cdc-831d-bfc2320b20c1 Date: Mon, 19 Nov 2018 06:27:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:32,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-c77ed4e3-492c-4cdc-831d-bfc2320b20c1 2018-11-19 06:27:32,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:32,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df27d9a0-3c82-4894-9a6e-eab93f1186e9 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:32,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-df27d9a0-3c82-4894-9a6e-eab93f1186e9 2018-11-19 06:27:32,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:33,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-800293f8-9aac-4cfe-9015-4e7fb6a92451 Date: Mon, 19 Nov 2018 06:27:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:33,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-800293f8-9aac-4cfe-9015-4e7fb6a92451 2018-11-19 06:27:33,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:33,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3151 X-Openstack-Request-Id: req-edfc2463-75c2-4295-b22a-85e866360c80 Date: Mon, 19 Nov 2018 06:27:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.2"}],"id":"05c6607f-b182-4fb3-868f-d041c3d72ef1","security_groups":[],"mac_address":"fa:16:3e:57:42:6e","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.4"}],"id":"a8165ff9-40bb-4794-8509-901ced21869b","security_groups":[],"mac_address":"fa:16:3e:ad:6d:d2","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.3"}],"id":"d650548e-0ccb-439b-8dac-5fcc8cd002a1","security_groups":[],"mac_address":"fa:16:3e:88:ed:a8","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:29Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.13"}],"id":"dc35bcb3-a558-44cf-8458-96cffd0d8205","security_groups":["4f3de772-da7b-4903-aebb-75b573194a56","69be60c7-ad99-4444-8e36-e13793afad36"],"mac_address":"fa:16:3e:a8:d4:87","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:13Z","binding:vnic_type":"normal","device_id":"c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292"}]} 2018-11-19 06:27:33,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-edfc2463-75c2-4295-b22a-85e866360c80 2018-11-19 06:27:33,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name"}}' 2018-11-19 06:27:34,219 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-ce749dc6-bf65-43ad-9bbd-4af86281ef3e x-compute-request-id: req-ce749dc6-bf65-43ad-9bbd-4af86281ef3e Content-Length: 0 Content-Type: application/json 2018-11-19 06:27:34,219 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292/action used request id req-ce749dc6-bf65-43ad-9bbd-4af86281ef3e 2018-11-19 06:27:34,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:34,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27: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-11750c6c-9c1e-48c0-be6a-0bfca62907de x-compute-request-id: req-11750c6c-9c1e-48c0-be6a-0bfca62907de Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:34,783 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-11750c6c-9c1e-48c0-be6a-0bfca62907de 2018-11-19 06:27:34,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:34,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-cdbe4f9b-78e9-456e-851b-27ce0114d3b8 Date: Mon, 19 Nov 2018 06:27:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["331b3603-9f36-4ddc-94ee-ff6af20e7777"],"updated_at":"2018-11-19T06:27:06Z","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"10453b617e9a4c2fa2419c89b14f26c4","id":"45902e31-82e5-47ce-9022-2c18822eeb8d","name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net"}]} 2018-11-19 06:27:34,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net used request id req-cdbe4f9b-78e9-456e-851b-27ce0114d3b8 2018-11-19 06:27:34,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:34,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cf5c75a-7fcc-421b-9616-6c9bf464e04e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:34,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-8cf5c75a-7fcc-421b-9616-6c9bf464e04e 2018-11-19 06:27:34,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:35,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-0b551ed5-4436-4da7-83ff-cd0e7e1f2762 Date: Mon, 19 Nov 2018 06:27:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","dns_nameservers":[],"updated_at":"2018-11-19T06:27: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":"10453b617e9a4c2fa2419c89b14f26c4","id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","subnetpool_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet"}]} 2018-11-19 06:27:35,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-0b551ed5-4436-4da7-83ff-cd0e7e1f2762 2018-11-19 06:27:35,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:35,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3112 X-Openstack-Request-Id: req-a124cb58-5011-48e9-b582-c7858f6a4d4c Date: Mon, 19 Nov 2018 06:27:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.2"}],"id":"05c6607f-b182-4fb3-868f-d041c3d72ef1","security_groups":[],"mac_address":"fa:16:3e:57:42:6e","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:10Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.4"}],"id":"a8165ff9-40bb-4794-8509-901ced21869b","security_groups":[],"mac_address":"fa:16:3e:ad:6d:d2","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:08Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:09Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.3"}],"id":"d650548e-0ccb-439b-8dac-5fcc8cd002a1","security_groups":[],"mac_address":"fa:16:3e:88:ed:a8","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:07Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-45902e31-82e5-47ce-9022-2c18822eeb8d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:27:33Z","device_owner":"compute:nova","revision_number":9,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"331b3603-9f36-4ddc-94ee-ff6af20e7777","ip_address":"10.55.0.13"}],"id":"dc35bcb3-a558-44cf-8458-96cffd0d8205","security_groups":["69be60c7-ad99-4444-8e36-e13793afad36"],"mac_address":"fa:16:3e:a8:d4:87","project_id":"10453b617e9a4c2fa2419c89b14f26c4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port","admin_state_up":true,"network_id":"45902e31-82e5-47ce-9022-2c18822eeb8d","tenant_id":"10453b617e9a4c2fa2419c89b14f26c4","created_at":"2018-11-19T06:27:13Z","binding:vnic_type":"normal","device_id":"c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292"}]} 2018-11-19 06:27:35,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-a124cb58-5011-48e9-b582-c7858f6a4d4c 2018-11-19 06:27:35,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddcc4144184a98d60b582795f969dce3ee574b64" 2018-11-19 06:27:36,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27: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-c2388a02-ec10-4a94-bb53-f5823b728552 x-compute-request-id: req-c2388a02-ec10-4a94-bb53-f5823b728552 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:d4:87", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "security_groups": [{"name": "default"}], "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:23Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:36,027 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-c2388a02-ec10-4a94-bb53-f5823b728552 2018-11-19 06:27:36,027 - create_instance - INFO - Deleting Port with ID - dc35bcb3-a558-44cf-8458-96cffd0d8205 2018-11-19 06:27:36,028 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-port 2018-11-19 06:27:36,033 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/dc35bcb3-a558-44cf-8458-96cffd0d8205 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:37,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d482e3d9-c1aa-405d-b919-a3398a9e6cbf Date: Mon, 19 Nov 2018 06:27:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:27:37,363 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/dc35bcb3-a558-44cf-8458-96cffd0d8205 used request id req-d482e3d9-c1aa-405d-b919-a3398a9e6cbf 2018-11-19 06:27:37,363 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst 2018-11-19 06:27:37,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:37,648 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5ca4b8a-0e5e-455d-8da9-922e53905b0f x-compute-request-id: req-f5ca4b8a-0e5e-455d-8da9-922e53905b0f Content-Type: application/json 2018-11-19 06:27:37,648 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-f5ca4b8a-0e5e-455d-8da9-922e53905b0f 2018-11-19 06:27:37,648 - create_instance - INFO - Checking deletion status 2018-11-19 06:27:37,651 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:38,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2cb611e-7b7a-41a5-b92f-7581d56aacce x-compute-request-id: req-e2cb611e-7b7a-41a5-b92f-7581d56aacce Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:37Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:38,040 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-e2cb611e-7b7a-41a5-b92f-7581d56aacce 2018-11-19 06:27:38,041 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst] is - ACTIVE 2018-11-19 06:27:38,041 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:27:41,044 - create_instance - DEBUG - VM status query timeout in 296.604519844 2018-11-19 06:27:41,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:41,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27: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-11150672-3fe1-4fb5-b2df-f5b4964e6f81 x-compute-request-id: req-11150672-3fe1-4fb5-b2df-f5b4964e6f81 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "rel": "bookmark"}], "image": {"id": "051729c9-e8c0-477c-a857-bb6fdffbaec6", "links": [{"href": "http://172.30.9.21:8774/images/051729c9-e8c0-477c-a857-bb6fdffbaec6", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:27:22.000000", "flavor": {"id": "7413f6d2-4924-4a0b-b311-6748cc1affbd", "links": [{"href": "http://172.30.9.21:8774/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd", "rel": "bookmark"}]}, "id": "c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292", "user_id": "138fa52c8692460cac6fc19e69d4d084", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:27:37Z", "hostId": "f7ce9feeb954d7a8ef20afc907b2248085eb62755bb331e65f787907", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst", "created": "2018-11-19T06:27:17Z", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:27:41,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-11150672-3fe1-4fb5-b2df-f5b4964e6f81 2018-11-19 06:27:41,288 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst] is - ACTIVE 2018-11-19 06:27:41,288 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:27:44,291 - create_instance - DEBUG - VM status query timeout in 293.35750699 2018-11-19 06:27:44,294 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07ea6c66178842d6e5f08ae49efb9baeb4518517" 2018-11-19 06:27:44,340 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:27:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-45ff5b5a-2bf5-422f-a6bd-b26e200964d4 x-compute-request-id: req-45ff5b5a-2bf5-422f-a6bd-b26e200964d4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 could not be found.", "code": 404}} 2018-11-19 06:27:44,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 used request id req-45ff5b5a-2bf5-422f-a6bd-b26e200964d4 2018-11-19 06:27:44,340 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c7ae7ec2-51f8-4a12-a2b4-e8419c7d7292 could not be found. (HTTP 404) (Request-ID: req-45ff5b5a-2bf5-422f-a6bd-b26e200964d4) 2018-11-19 06:27:44,341 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-inst 2018-11-19 06:27:44,342 - neutron_utils - INFO - Deleting security group rule with ID - 27904c23-64bd-4359-9a92-d88f194c0efd 2018-11-19 06:27:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/27904c23-64bd-4359-9a92-d88f194c0efd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:44,443 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-29ebcdb6-b19f-4c96-b4e4-db43f7854536 Content-Length: 0 Date: Mon, 19 Nov 2018 06:27:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:27:44,444 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/27904c23-64bd-4359-9a92-d88f194c0efd used request id req-29ebcdb6-b19f-4c96-b4e4-db43f7854536 2018-11-19 06:27:44,444 - neutron_utils - INFO - Deleting security group rule with ID - d3330771-e305-4060-83df-743679376755 2018-11-19 06:27:44,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d3330771-e305-4060-83df-743679376755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:44,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56710671-e061-4142-b763-c695a07afa1f Content-Length: 0 Date: Mon, 19 Nov 2018 06:27:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:27:44,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d3330771-e305-4060-83df-743679376755 used request id req-56710671-e061-4142-b763-c695a07afa1f 2018-11-19 06:27:44,700 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-name 2018-11-19 06:27:44,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4f3de772-da7b-4903-aebb-75b573194a56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1864d1491bf4c6651a0ede41f7ea75c695e5e9c1" 2018-11-19 06:27:45,150 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-11a79f5a-5ebd-4fd9-b917-3abc754aa6b1 Content-Length: 0 Date: Mon, 19 Nov 2018 06:27:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:27:45,150 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4f3de772-da7b-4903-aebb-75b573194a56 used request id req-11a79f5a-5ebd-4fd9-b917-3abc754aa6b1 2018-11-19 06:27:45,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d25e3879c0eb79630cba0b62455d8ebccf4aae1" 2018-11-19 06:27:45,198 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:27: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-3eb44da3-8d60-4a86-84d9-e33b76f11fa8 x-compute-request-id: req-3eb44da3-8d60-4a86-84d9-e33b76f11fa8 Content-Length: 0 Content-Type: application/json 2018-11-19 06:27:45,199 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/7413f6d2-4924-4a0b-b311-6748cc1affbd used request id req-3eb44da3-8d60-4a86-84d9-e33b76f11fa8 2018-11-19 06:27:45,199 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet 2018-11-19 06:27:45,200 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-subnet 2018-11-19 06:27:45,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/331b3603-9f36-4ddc-94ee-ff6af20e7777 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:47,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2f47cd3-84cc-4888-a7f9-91a94e0b236b Date: Mon, 19 Nov 2018 06:27:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:27:47,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/331b3603-9f36-4ddc-94ee-ff6af20e7777 used request id req-c2f47cd3-84cc-4888-a7f9-91a94e0b236b 2018-11-19 06:27:47,572 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-pub-net 2018-11-19 06:27:47,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/45902e31-82e5-47ce-9022-2c18822eeb8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3e803770b44c0bca2d4a15a75ff50266ff34aa13" 2018-11-19 06:27:48,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0a80771-cb57-4b16-a376-be971b06d281 Date: Mon, 19 Nov 2018 06:27:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:27:48,681 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/45902e31-82e5-47ce-9022-2c18822eeb8d used request id req-a0a80771-cb57-4b16-a376-be971b06d281 2018-11-19 06:27:48,682 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-8e701de6-9b73-4edd-ad1f-0f2c981fccf3-image 2018-11-19 06:27:48,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9445e2bc9144b45989a1b317ed66ef9d8ef41f2e" 2018-11-19 06:27:50,149 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d57120c3-8d31-4df8-b3bc-20532ae36eb6 Date: Mon, 19 Nov 2018 06:27:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:27:50,149 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/051729c9-e8c0-477c-a857-bb6fdffbaec6 used request id req-d57120c3-8d31-4df8-b3bc-20532ae36eb6 2018-11-19 06:27:50,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:50,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c263959e-28c0-4e45-84ff-abaecd3c13e8 Date: Mon, 19 Nov 2018 06:27:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:04Z", "updated_at": "2018-11-19T06:27:04Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "revision_number": 0, "id": "3776dad6-3f25-468f-a1bc-a445d4b4a25e", "remote_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "revision_number": 0, "id": "6dee71d1-631c-4a9c-a8e5-867a51c55abc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv6", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "revision_number": 0, "id": "97448d81-6eb1-48b8-95cc-d6cc583ec52f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "revision_number": 0, "id": "e1bba89a-16bd-4fa4-b493-d359cd969413", "remote_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "port_range_min": null, "ethertype": "IPv4", "project_id": "10453b617e9a4c2fa2419c89b14f26c4"}], "revision_number": 4, "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "69be60c7-ad99-4444-8e36-e13793afad36", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:27:50,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c263959e-28c0-4e45-84ff-abaecd3c13e8 2018-11-19 06:27:50,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:50,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10cd51b0-7f94-4135-aa10-8cb1b2ddfbb7 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:27:50,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-10cd51b0-7f94-4135-aa10-8cb1b2ddfbb7 2018-11-19 06:27:50,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:50,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7722412-6bfa-48a2-b045-0f8e9df25ba0 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:27:50,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-d7722412-6bfa-48a2-b045-0f8e9df25ba0 2018-11-19 06:27:50,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:50,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d2f1091-dbd5-4add-b6e7-bb49478cb12c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4"}, "enabled": true, "id": "10453b617e9a4c2fa2419c89b14f26c4", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj"}} 2018-11-19 06:27:50,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-4d2f1091-dbd5-4add-b6e7-bb49478cb12c 2018-11-19 06:27:50,677 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 69be60c7-ad99-4444-8e36-e13793afad36 2018-11-19 06:27:50,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=69be60c7-ad99-4444-8e36-e13793afad36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:51,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-40c3a650-327f-4a69-bf0d-ed9348015a6f Date: Mon, 19 Nov 2018 06:27:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:04Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "3776dad6-3f25-468f-a1bc-a445d4b4a25e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:04Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "6dee71d1-631c-4a9c-a8e5-867a51c55abc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:04Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "97448d81-6eb1-48b8-95cc-d6cc583ec52f"}, {"remote_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:04Z", "security_group_id": "69be60c7-ad99-4444-8e36-e13793afad36", "port_range_min": null, "revision_number": 0, "tenant_id": "10453b617e9a4c2fa2419c89b14f26c4", "created_at": "2018-11-19T06:27:04Z", "project_id": "10453b617e9a4c2fa2419c89b14f26c4", "id": "e1bba89a-16bd-4fa4-b493-d359cd969413"}]} 2018-11-19 06:27:51,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=69be60c7-ad99-4444-8e36-e13793afad36 used request id req-40c3a650-327f-4a69-bf0d-ed9348015a6f 2018-11-19 06:27:51,035 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:27:51,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/69be60c7-ad99-4444-8e36-e13793afad36 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:51,312 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-707d5e28-3985-448b-8693-81d975126023 Content-Length: 0 Date: Mon, 19 Nov 2018 06:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:27:51,313 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/69be60c7-ad99-4444-8e36-e13793afad36 used request id req-707d5e28-3985-448b-8693-81d975126023 2018-11-19 06:27:51,313 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj 2018-11-19 06:27:51,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:51,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:27:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e1e6ad0-dddc-4416-bacd-bd25720cc1ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:27:51,523 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/10453b617e9a4c2fa2419c89b14f26c4 used request id req-0e1e6ad0-dddc-4416-bacd-bd25720cc1ee 2018-11-19 06:27:51,523 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-d3bd7fa4-ba52-449-proj-role 2018-11-19 06:27:51,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/638f2888720d48219a339dda15af626e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:51,639 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:27:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab65667f-9444-4d02-970c-c70ab85fe62e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:27:51,639 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/638f2888720d48219a339dda15af626e used request id req-ab65667f-9444-4d02-970c-c70ab85fe62e 2018-11-19 06:27:51,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1318e84d6151670541b8f143afdf9e1f185c4638" 2018-11-19 06:27:51,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c770d6a2-1098-4394-a7ee-b50ecd617cc0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:27:51,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c770d6a2-1098-4394-a7ee-b50ecd617cc0 2018-11-19 06:27:51,723 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-d3bd7fa4-ba52-449-user 2018-11-19 06:27:51,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/138fa52c8692460cac6fc19e69d4d084 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e2de8f54e6c825789b1e5a472b028e7ecfc74d6e" 2018-11-19 06:27:51,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:27:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b2dddb5-2120-4e6e-b0e4-8966de347c18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:27:51,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/138fa52c8692460cac6fc19e69d4d084 used request id req-1b2dddb5-2120-4e6e-b0e4-8966de347c18 2018-11-19 06:27:51,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:52,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["rjGL-2HfSBSiRTbp0x6Ymw"], "issued_at": "2018-11-19T06:27:52.000000Z"}} 2018-11-19 06:27:52,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c02f7680dd34d83b3e618365a630c3c807d9460" 2018-11-19 06:27:52,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9192bada-94c2-49d5-a5d3-80caa113e984 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:52,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9192bada-94c2-49d5-a5d3-80caa113e984 2018-11-19 06:27:52,479 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:52,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:52,875 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["cT79wA4cQJSnOKwp8k1pYA"], "issued_at": "2018-11-19T06:27:52.000000Z"}} 2018-11-19 06:27:52,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:27:52,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c67be663-49c5-4bb6-927c-a1bc8057c083 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:52,962 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c67be663-49c5-4bb6-927c-a1bc8057c083 2018-11-19 06:27:52,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:27:52,972 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:27:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:27:52,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-286b7475-35b8-417-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:27:53,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cdb215f-9ef4-4293-8076-d9f109c52f11 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-286b7475-35b8-417-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:27:53,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=InstanceSecurityGroupTests-286b7475-35b8-417-proj used request id req-1cdb215f-9ef4-4293-8076-d9f109c52f11 2018-11-19 06:27:53,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:27:53,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0c39590-dd9e-4393-8673-8184e566dfb0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:27:53,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c0c39590-dd9e-4393-8673-8184e566dfb0 2018-11-19 06:27:53,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}}' 2018-11-19 06:27:53,286 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:27:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b3d20faf-4b45-464c-a905-db1fa5864dc2 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:27:53,287 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b3d20faf-4b45-464c-a905-db1fa5864dc2 2018-11-19 06:27:53,287 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-286b7475-35b8-417-proj 2018-11-19 06:27:53,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:53,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:53,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:27:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xoNvKM50QTmyq9Wq5ZpYIg"], "issued_at": "2018-11-19T06:27:53.000000Z"}} 2018-11-19 06:27:53,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77988a34a255d35db809a800672f5cea8bad089" 2018-11-19 06:27:53,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a73e4d1-74b1-447b-bcef-bfec9091e4fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:53,760 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5a73e4d1-74b1-447b-bcef-bfec9091e4fc 2018-11-19 06:27:53,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:27:53,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:27: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:27:53,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77988a34a255d35db809a800672f5cea8bad089" 2018-11-19 06:27:53,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6acc18-1c04-4e41-bc01-df5d9e62a79b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:27:53,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0b6acc18-1c04-4e41-bc01-df5d9e62a79b 2018-11-19 06:27:53,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-286b7475-35b8-417-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77988a34a255d35db809a800672f5cea8bad089" 2018-11-19 06:27:53,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-114809cc-5227-4197-9690-bbff73ed4ce2 Content-Encoding: gzip Content-Length: 256 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-286b7475-35b8-417-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}]} 2018-11-19 06:27:53,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=InstanceSecurityGroupTests-286b7475-35b8-417-proj used request id req-114809cc-5227-4197-9690-bbff73ed4ce2 2018-11-19 06:27:53,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77988a34a255d35db809a800672f5cea8bad089" 2018-11-19 06:27:54,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19be534a-de00-4fff-8cce-4d4b86d24ccd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:27:54,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-19be534a-de00-4fff-8cce-4d4b86d24ccd 2018-11-19 06:27:54,508 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-286b7475-35b8-417-user 2018-11-19 06:27:54,509 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:54,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:27:54,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d65bd06d-fd77-41fa-b666-e8f4a5238edd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:27:54,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d65bd06d-fd77-41fa-b666-e8f4a5238edd 2018-11-19 06:27:54,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" -d '{"role": {"name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}}' 2018-11-19 06:27:54,712 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:27:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06953109-45ee-4b80-8229-3f80f03faf77 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0d01406c476d417699da7882f8c69527", "links": {"self": "http://172.30.9.21:5000/v3/roles/0d01406c476d417699da7882f8c69527"}, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}} 2018-11-19 06:27:54,712 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-06953109-45ee-4b80-8229-3f80f03faf77 2018-11-19 06:27:54,712 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-286b7475-35b8-417-proj-role 2018-11-19 06:27:54,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0d01406c476d417699da7882f8c69527 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:27:54,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97532a7f-588a-420f-a340-29bf6aa0fa43 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0d01406c476d417699da7882f8c69527"}, "domain_id": null, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role", "id": "0d01406c476d417699da7882f8c69527"}} 2018-11-19 06:27:54,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0d01406c476d417699da7882f8c69527 used request id req-97532a7f-588a-420f-a340-29bf6aa0fa43 2018-11-19 06:27:54,734 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-286b7475-35b8-417-proj-role to project InstanceSecurityGroupTests-286b7475-35b8-417-proj 2018-11-19 06:27:54,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07/users/6d9b048bd822482d888d6efde5eba0dd/roles/0d01406c476d417699da7882f8c69527 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:27:54,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:27:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-874e800f-f3ca-4cd9-a28f-0ccd0a113a4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:27:54,858 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07/users/6d9b048bd822482d888d6efde5eba0dd/roles/0d01406c476d417699da7882f8c69527 used request id req-874e800f-f3ca-4cd9-a28f-0ccd0a113a4d 2018-11-19 06:27:54,859 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:27:54,860 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:27:54,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:54,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:55,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d01406c476d417699da7882f8c69527", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}], "expires_at": "2018-11-19T07:27:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7074a2c246941868b3a026d6c628a07", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-user", "id": "6d9b048bd822482d888d6efde5eba0dd"}, "audit_ids": ["9eHMg8lgSHuPxhyoREq9CQ"], "issued_at": "2018-11-19T06:27:55.000000Z"}} 2018-11-19 06:27:55,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" 2018-11-19 06:27:55,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8708a790-a88e-446d-92a7-3fc298f16110 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:55,310 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8708a790-a88e-446d-92a7-3fc298f16110 2018-11-19 06:27:55,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" 2018-11-19 06:27:55,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-b935e134-d7b1-41a6-bf9b-cfc644cc4cab Date: Mon, 19 Nov 2018 06:27:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image"} 2018-11-19 06:27:55,491 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image used request id req-b935e134-d7b1-41a6-bf9b-cfc644cc4cab 2018-11-19 06:27:55,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" 2018-11-19 06:27:55,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d4d010e3-b9e5-4981-ae9d-7bb87313f073 Date: Mon, 19 Nov 2018 06: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-11-19 06:27:55,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d4d010e3-b9e5-4981-ae9d-7bb87313f073 2018-11-19 06:27:55,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image"}' 2018-11-19 06:27:55,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4 X-Openstack-Request-Id: req-76ca80ec-0fbd-40e2-aa5b-81219cea7a80 Date: Mon, 19 Nov 2018 06:27:55 GMT RESP BODY: {"status": "queued", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "min_disk": 0, "protected": false, "id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "file": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/file", "checksum": null, "owner": "c7074a2c246941868b3a026d6c628a07", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:27:55,870 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-76ca80ec-0fbd-40e2-aa5b-81219cea7a80 2018-11-19 06:27:55,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" -d '' 2018-11-19 06:27:57,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a9ac6cf-5434-4c23-99e5-e05c035ab1ea Date: Mon, 19 Nov 2018 06:27:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:27:57,401 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/file used request id req-8a9ac6cf-5434-4c23-99e5-e05c035ab1ea 2018-11-19 06:27:57,401 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:27:57,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" 2018-11-19 06:27:57,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-8a09a81a-2e32-498d-8218-da7b7960453a Date: Mon, 19 Nov 2018 06:27:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/snap", "metadata": {}}], "self": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "min_disk": 0, "protected": false, "id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "file": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7074a2c246941868b3a026d6c628a07", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:27:57,580 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4 used request id req-8a09a81a-2e32-498d-8218-da7b7960453a 2018-11-19 06:27:57,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" 2018-11-19 06:27:57,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-48504068-1666-41de-8e79-370dc19e03a0 Date: Mon, 19 Nov 2018 06:27:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:27:57,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-48504068-1666-41de-8e79-370dc19e03a0 2018-11-19 06:27:57,820 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image 2018-11-19 06:27:57,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" 2018-11-19 06:27:57,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-af21d8ff-0839-4a5c-b9d4-eb750a4ca9d4 Date: Mon, 19 Nov 2018 06:27:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/snap", "metadata": {}}], "self": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "min_disk": 0, "protected": false, "id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "file": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7074a2c246941868b3a026d6c628a07", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:27:57,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4 used request id req-af21d8ff-0839-4a5c-b9d4-eb750a4ca9d4 2018-11-19 06:27:57,997 - create_image - DEBUG - Instance status is - active 2018-11-19 06:27:57,998 - create_image - DEBUG - Image is active with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image 2018-11-19 06:27:57,998 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image 2018-11-19 06:27:57,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:27:57,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:27:58,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d01406c476d417699da7882f8c69527", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}], "expires_at": "2018-11-19T07:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7074a2c246941868b3a026d6c628a07", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-user", "id": "6d9b048bd822482d888d6efde5eba0dd"}, "audit_ids": ["kDbJ_QQyR0Wdh0bpJSkbGQ"], "issued_at": "2018-11-19T06:27:58.000000Z"}} 2018-11-19 06:27:58,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:27:58,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495cdf59-e5fe-4b7c-9fbf-8b28aa9ae59a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:27:58,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-495cdf59-e5fe-4b7c-9fbf-8b28aa9ae59a 2018-11-19 06:27:58,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:27:58,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4d8e7808-42e5-4285-a3b9-db72cbb1c074 Date: Mon, 19 Nov 2018 06:27:58 GMT RESP BODY: {"networks":[]} 2018-11-19 06:27:58,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-4d8e7808-42e5-4285-a3b9-db72cbb1c074 2018-11-19 06:27:58,573 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net 2018-11-19 06:27:58,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" -d '{"network": {"name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net", "admin_state_up": true}}' 2018-11-19 06:27:59,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 629 X-Openstack-Request-Id: req-a02bdd1f-d9ae-4f7b-8174-b5721273a9bc Date: Mon, 19 Nov 2018 06:27:59 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:27:58Z","is_default":false,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","mtu":1450}} 2018-11-19 06:27:59,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a02bdd1f-d9ae-4f7b-8174-b5721273a9bc 2018-11-19 06:27:59,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:27:59,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-568ed32d-41ee-469e-9192-d5b7a5df3600 Date: Mon, 19 Nov 2018 06:27: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-11-19T06:27:58Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:27:59,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-568ed32d-41ee-469e-9192-d5b7a5df3600 2018-11-19 06:27:59,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:27:59,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-de32a7ec-b3e8-483e-a2d4-98e661db72d9 Date: Mon, 19 Nov 2018 06:27:59 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:27:59,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-de32a7ec-b3e8-483e-a2d4-98e661db72d9 2018-11-19 06:27:59,488 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet 2018-11-19 06:27:59,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" -d '{"subnets": [{"ip_version": 4, "network_id": "3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63", "cidr": "10.55.0.0/24", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]}' 2018-11-19 06:28:00,369 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8136afa0-6464-42fd-b624-b6ab05d0bae3 Date: Mon, 19 Nov 2018 06:28:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:00,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-8136afa0-6464-42fd-b624-b6ab05d0bae3 2018-11-19 06:28:00,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:28:00,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-f47167b0-723f-49e9-9a4b-55659c13a5d4 Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:00,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-f47167b0-723f-49e9-9a4b-55659c13a5d4 2018-11-19 06:28:00,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:28:00,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b65cd9d8-5b9a-4aaf-b304-c8b94eb4d8ad Date: Mon, 19 Nov 2018 06:28:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:00,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-b65cd9d8-5b9a-4aaf-b304-c8b94eb4d8ad 2018-11-19 06:28:00,838 - OpenStackNetwork - DEBUG - Network [3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63] created successfully 2018-11-19 06:28:00,838 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:00,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:01,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["cbqRXyekQIerhHss_0jDog"], "issued_at": "2018-11-19T06:28:01.000000Z"}} 2018-11-19 06:28:01,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59e262f8fe813747f9d1c3d45801d984d760a69" 2018-11-19 06:28:01,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-938200b7-6b1d-4508-8b97-d4b3958ee6a0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:01,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-938200b7-6b1d-4508-8b97-d4b3958ee6a0 2018-11-19 06:28:01,315 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:28:01,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59e262f8fe813747f9d1c3d45801d984d760a69" 2018-11-19 06:28:01,496 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-db4d70fb-a526-4e34-9d10-801950f45cdb x-compute-request-id: req-db4d70fb-a526-4e34-9d10-801950f45cdb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:28:01,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-db4d70fb-a526-4e34-9d10-801950f45cdb 2018-11-19 06:28:01,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59e262f8fe813747f9d1c3d45801d984d760a69" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:28:01,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-2783d838-93a6-4ee1-90e1-c863f4ae0f38 x-compute-request-id: req-2783d838-93a6-4ee1-90e1-c863f4ae0f38 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:28:01,552 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2783d838-93a6-4ee1-90e1-c863f4ae0f38 2018-11-19 06:28:01,553 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:01,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:01,920 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d01406c476d417699da7882f8c69527", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}], "expires_at": "2018-11-19T07:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7074a2c246941868b3a026d6c628a07", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-user", "id": "6d9b048bd822482d888d6efde5eba0dd"}, "audit_ids": ["1ZuqMI86TC6DAEvxHs09iQ"], "issued_at": "2018-11-19T06:28:01.000000Z"}} 2018-11-19 06:28:01,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:01,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ae7d1a1-cd06-44f4-be02-0e9b57e2600d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:01,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5ae7d1a1-cd06-44f4-be02-0e9b57e2600d 2018-11-19 06:28:02,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:02,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-22118a91-4e92-4543-ae05-44b44c0a6325 Date: Mon, 19 Nov 2018 06:28:02 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:28:02,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name&description=hello+group used request id req-22118a91-4e92-4543-ae05-44b44c0a6325 2018-11-19 06:28:02,191 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name... 2018-11-19 06:28:02,191 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name 2018-11-19 06:28:02,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" -d '{"security_group": {"name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name", "description": "hello group"}}' 2018-11-19 06:28:02,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1411 X-Openstack-Request-Id: req-6382e008-dffc-4ede-a933-e74b98c58f93 Date: Mon, 19 Nov 2018 06:28:02 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "updated_at": "2018-11-19T06:28:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7074a2c246941868b3a026d6c628a07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7074a2c246941868b3a026d6c628a07"}], "revision_number": 2, "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "d1d2c628-a155-41b5-b515-a600d228f392", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name"}} 2018-11-19 06:28:02,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-6382e008-dffc-4ede-a933-e74b98c58f93 2018-11-19 06:28:02,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:02,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:02,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-be01f12d-1196-4d8c-a2ff-2900abe5073c Date: Mon, 19 Nov 2018 06:28: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-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198"}]} 2018-11-19 06:28:02,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-be01f12d-1196-4d8c-a2ff-2900abe5073c 2018-11-19 06:28:02,725 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:02,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:02,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6e03005f-8389-4ec6-8de1-9b8508851a36 Date: Mon, 19 Nov 2018 06:28: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-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198"}]} 2018-11-19 06:28:02,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-6e03005f-8389-4ec6-8de1-9b8508851a36 2018-11-19 06:28:02,903 - neutron_utils - INFO - Retrieving security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:02,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:03,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d1c4e100-eebf-44a7-a7ad-0657459b78d8 Date: Mon, 19 Nov 2018 06:28:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "updated_at": "2018-11-19T06:28:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7074a2c246941868b3a026d6c628a07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7074a2c246941868b3a026d6c628a07"}], "revision_number": 2, "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "d1d2c628-a155-41b5-b515-a600d228f392", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name"}]} 2018-11-19 06:28:03,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-d1c4e100-eebf-44a7-a7ad-0657459b78d8 2018-11-19 06:28:03,108 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:03,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:03,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ea8b4ef8-619a-4b90-b0a5-623ac9c909c9 Date: Mon, 19 Nov 2018 06:28: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-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198"}]} 2018-11-19 06:28:03,292 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-ea8b4ef8-619a-4b90-b0a5-623ac9c909c9 2018-11-19 06:28:03,293 - neutron_utils - INFO - Retrieving security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:03,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:03,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-f68b8a3e-7b0e-4424-9267-b33f68c50f11 Date: Mon, 19 Nov 2018 06:28:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "updated_at": "2018-11-19T06:28:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7074a2c246941868b3a026d6c628a07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7074a2c246941868b3a026d6c628a07"}], "revision_number": 2, "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "d1d2c628-a155-41b5-b515-a600d228f392", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name"}]} 2018-11-19 06:28:03,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-f68b8a3e-7b0e-4424-9267-b33f68c50f11 2018-11-19 06:28:03,346 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:03,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:03,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ad2c6f9c-924b-47bc-bccb-07aaa0bb63df Date: Mon, 19 Nov 2018 06:28: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-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198"}]} 2018-11-19 06:28:03,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-ad2c6f9c-924b-47bc-bccb-07aaa0bb63df 2018-11-19 06:28:03,514 - neutron_utils - INFO - Retrieving security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:03,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:03,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a499e30e-c7a5-43ec-8572-a4964d6ec394 Date: Mon, 19 Nov 2018 06:28:03 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "updated_at": "2018-11-19T06:28:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7074a2c246941868b3a026d6c628a07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "revision_number": 0, "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7074a2c246941868b3a026d6c628a07"}], "revision_number": 2, "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "d1d2c628-a155-41b5-b515-a600d228f392", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name"}]} 2018-11-19 06:28:03,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-a499e30e-c7a5-43ec-8572-a4964d6ec394 2018-11-19 06:28:03,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d1d2c628-a155-41b5-b515-a600d228f392 2018-11-19 06:28:03,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:03,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ddba4f2b-27a5-4109-8f78-bc6ec4fd4471 Date: Mon, 19 Nov 2018 06:28: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-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "3f817f73-d9a9-4c09-9283-6d23bad136d3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:28:02Z", "security_group_id": "d1d2c628-a155-41b5-b515-a600d228f392", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:28:02Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "eb213aa7-df09-47b4-ae0f-14e6c8711198"}]} 2018-11-19 06:28:03,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=d1d2c628-a155-41b5-b515-a600d228f392 used request id req-ddba4f2b-27a5-4109-8f78-bc6ec4fd4471 2018-11-19 06:28:03,735 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:03,736 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:04,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d01406c476d417699da7882f8c69527", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}], "expires_at": "2018-11-19T07:28:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7074a2c246941868b3a026d6c628a07", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-user", "id": "6d9b048bd822482d888d6efde5eba0dd"}, "audit_ids": ["WXz0oL0GTR6A7bxL7W_JAg"], "issued_at": "2018-11-19T06:28:04.000000Z"}} 2018-11-19 06:28:04,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:04,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0452e655-0c76-4f27-8481-9b1b91f02599 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:04,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0452e655-0c76-4f27-8481-9b1b91f02599 2018-11-19 06:28:04,122 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:28:04,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:04,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a6b763e-a432-4a44-8594-1c2a51b19b02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:04,195 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3a6b763e-a432-4a44-8594-1c2a51b19b02 2018-11-19 06:28:04,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:04,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-399e23ee-1a04-496d-9d23-432f4585db1b Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:04,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-399e23ee-1a04-496d-9d23-432f4585db1b 2018-11-19 06:28:04,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:28:04,447 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:28:04,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:04,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec5b79d7-89e8-4911-a9ec-9ccb84e15a59 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:04,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-ec5b79d7-89e8-4911-a9ec-9ccb84e15a59 2018-11-19 06:28:04,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:04,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-39e319f1-92e6-40fc-98e8-05dd5f15d233 Date: Mon, 19 Nov 2018 06:28:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:04,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-39e319f1-92e6-40fc-98e8-05dd5f15d233 2018-11-19 06:28:04,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:05,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dd85817d-f7d3-4aa6-a474-5ebc96fd4620 Date: Mon, 19 Nov 2018 06:28:05 GMT RESP BODY: {"ports":[]} 2018-11-19 06:28:05,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port&admin_state_up=True used request id req-dd85817d-f7d3-4aa6-a474-5ebc96fd4620 2018-11-19 06:28:05,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:05,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-8fa9b8a5-fbfb-4a47-9b91-ad4cda39124d x-compute-request-id: req-8fa9b8a5-fbfb-4a47-9b91-ad4cda39124d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:28:05,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst used request id req-8fa9b8a5-fbfb-4a47-9b91-ad4cda39124d 2018-11-19 06:28:05,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:05,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-1e7226fd-e4fc-45ef-9667-ee58c2960060 Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:05,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-1e7226fd-e4fc-45ef-9667-ee58c2960060 2018-11-19 06:28:05,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:05,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c5494a0-cbbd-4096-87ec-50408bfd5f5d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:05,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-0c5494a0-cbbd-4096-87ec-50408bfd5f5d 2018-11-19 06:28:05,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:05,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c66818d9-1e53-4fc3-9552-e045ee396b37 Date: Mon, 19 Nov 2018 06:28:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:05,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-c66818d9-1e53-4fc3-9552-e045ee396b37 2018-11-19 06:28:05,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:06,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8ec040bc-1911-4943-b57a-7238f43026db Date: Mon, 19 Nov 2018 06:28:06 GMT RESP BODY: {"ports":[]} 2018-11-19 06:28:06,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port&admin_state_up=True used request id req-8ec040bc-1911-4943-b57a-7238f43026db 2018-11-19 06:28:06,075 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:06,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:06,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d01406c476d417699da7882f8c69527", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}], "expires_at": "2018-11-19T07:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7074a2c246941868b3a026d6c628a07", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-user", "id": "6d9b048bd822482d888d6efde5eba0dd"}, "audit_ids": ["4W1wrRlFTIO1bzgxEtmO-A"], "issued_at": "2018-11-19T06:28:06.000000Z"}} 2018-11-19 06:28:06,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62f90daead09332d6e8011f8794b83b61d9e1627" 2018-11-19 06:28:06,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03ff8da1-5666-4e6a-9c59-9c3b95538e4e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:06,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-03ff8da1-5666-4e6a-9c59-9c3b95538e4e 2018-11-19 06:28:06,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:06,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-b1883073-537b-49f4-956e-98b0cc0797d4 Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:06,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-b1883073-537b-49f4-956e-98b0cc0797d4 2018-11-19 06:28:06,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:07,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-f000d2dd-778f-4932-8e9c-d8efaf7678c5 Date: Mon, 19 Nov 2018 06:28:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:07,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-f000d2dd-778f-4932-8e9c-d8efaf7678c5 2018-11-19 06:28:07,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:07,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-66d45c95-9903-4e27-9092-3ed3324e0058 Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:07,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-66d45c95-9903-4e27-9092-3ed3324e0058 2018-11-19 06:28:07,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:28:07,179 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:28:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}62f90daead09332d6e8011f8794b83b61d9e1627" 2018-11-19 06:28:07,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293b958f-6c42-4685-9559-e449dba130e0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:07,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-293b958f-6c42-4685-9559-e449dba130e0 2018-11-19 06:28:07,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:07,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2fa20d8c-bf5f-477f-ade4-a3fda8258462 Date: Mon, 19 Nov 2018 06:28:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:07,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-2fa20d8c-bf5f-477f-ade4-a3fda8258462 2018-11-19 06:28:07,477 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net 2018-11-19 06:28:07,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" -d '{"port": {"network_id": "3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port", "admin_state_up": true}}' 2018-11-19 06:28:08,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-97b36bc9-ff47-4e53-949c-7825b45266bc Date: Mon, 19 Nov 2018 06:28:08 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.6"}],"id":"2838a745-bd25-40f6-82ca-3cc335a67508","security_groups":["afb68df1-ac27-47b0-a432-ba0a280ee024"],"mac_address":"fa:16:3e:40:d5:1b","device_id":"","status":"DOWN","description":"","tags":[],"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port","project_id":"c7074a2c246941868b3a026d6c628a07","qos_policy_id":null,"admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:07Z","binding:vnic_type":"normal"}} 2018-11-19 06:28:08,614 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-97b36bc9-ff47-4e53-949c-7825b45266bc 2018-11-19 06:28:08,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:08,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6f0f1c4c-32d9-469d-aabf-00bd4a1ba674 Date: Mon, 19 Nov 2018 06:28:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:08,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-6f0f1c4c-32d9-469d-aabf-00bd4a1ba674 2018-11-19 06:28:08,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:08,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fe78181-e775-49c5-aef3-6e4ff633b923 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:08,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-4fe78181-e775-49c5-aef3-6e4ff633b923 2018-11-19 06:28:08,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:09,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ba4c5c78-30a5-4132-abf8-d2b3fb77f29f Date: Mon, 19 Nov 2018 06:28:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:09,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-ba4c5c78-30a5-4132-abf8-d2b3fb77f29f 2018-11-19 06:28:09,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:09,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-49e73a82-1b16-475a-acdd-3c9f8a8f842c Date: Mon, 19 Nov 2018 06:28:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:08Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.6"}],"id":"2838a745-bd25-40f6-82ca-3cc335a67508","security_groups":["afb68df1-ac27-47b0-a432-ba0a280ee024"],"mac_address":"fa:16:3e:40:d5:1b","project_id":"c7074a2c246941868b3a026d6c628a07","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:07Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:28:09,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port&admin_state_up=True used request id req-49e73a82-1b16-475a-acdd-3c9f8a8f842c 2018-11-19 06:28:09,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:09,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f1ef60-19b8-4ea5-b465-3b9119889db7 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:09,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-c6f1ef60-19b8-4ea5-b465-3b9119889db7 2018-11-19 06:28:09,450 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst 2018-11-19 06:28:09,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:09,481 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-538a03ee-3d5f-4685-8351-64f6bb0c7c6c x-compute-request-id: req-538a03ee-3d5f-4685-8351-64f6bb0c7c6c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}], "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-flavor-name"}]} 2018-11-19 06:28:09,481 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-538a03ee-3d5f-4685-8351-64f6bb0c7c6c 2018-11-19 06:28:09,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:09,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-9652281e-4eb0-4acd-a513-71a2cdfaefbb x-compute-request-id: req-9652281e-4eb0-4acd-a513-71a2cdfaefbb Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:28:09,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef used request id req-9652281e-4eb0-4acd-a513-71a2cdfaefbb 2018-11-19 06:28:09,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:09,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-c32e2fd6-7613-4c26-b9d0-87ad1fb2e298 Date: Mon, 19 Nov 2018 06:28:09 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:27:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:27:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/snap", "metadata": {}}], "self": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "min_disk": 0, "protected": false, "id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "file": "/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c7074a2c246941868b3a026d6c628a07", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a4101669-c62f-4b72-8710-c4c8cadd52b4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image"} 2018-11-19 06:28:09,678 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image used request id req-c32e2fd6-7613-4c26-b9d0-87ad1fb2e298 2018-11-19 06:28:09,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:09,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2786af9d-c06b-4307-b23d-5b79273701bd Date: Mon, 19 Nov 2018 06:28:09 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:28:09,832 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2786af9d-c06b-4307-b23d-5b79273701bd 2018-11-19 06:28:09,838 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" -d '{"server": {"name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "imageRef": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "flavorRef": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "max_count": 1, "min_count": 1, "networks": [{"port": "2838a745-bd25-40f6-82ca-3cc335a67508"}]}}' 2018-11-19 06:28:11,222 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-f5cc7957-00a2-4632-9bb2-fa9944f42cc2 x-compute-request-id: req-f5cc7957-00a2-4632-9bb2-fa9944f42cc2 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f046195-b736-4552-8801-b54d61b4d648", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "adminPass": "gsQqZQAZxjb2"}} 2018-11-19 06:28:11,222 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f5cc7957-00a2-4632-9bb2-fa9944f42cc2 2018-11-19 06:28:11,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:11,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-d77e63ca-c0d8-4095-8bc1-8cd670579b18 x-compute-request-id: req-d77e63ca-c0d8-4095-8bc1-8cd670579b18 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.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:28:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:11,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-d77e63ca-c0d8-4095-8bc1-8cd670579b18 2018-11-19 06:28:11,437 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst 2018-11-19 06:28:11,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:11,796 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-2a2248af-20a0-450c-acbb-f2afdd1e5824 x-compute-request-id: req-2a2248af-20a0-450c-acbb-f2afdd1e5824 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.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:28:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:11,796 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-2a2248af-20a0-450c-acbb-f2afdd1e5824 2018-11-19 06:28:11,796 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst] is - BUILD 2018-11-19 06:28:11,796 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:28:14,800 - create_instance - DEBUG - VM status query timeout in 896.638067007 2018-11-19 06:28:14,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:15,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6232f820-e569-4877-9d21-05f82ae9bfba x-compute-request-id: req-6232f820-e569-4877-9d21-05f82ae9bfba 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.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:28:13Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:15,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-6232f820-e569-4877-9d21-05f82ae9bfba 2018-11-19 06:28:15,511 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst] is - BUILD 2018-11-19 06:28:15,512 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:28:18,515 - create_instance - DEBUG - VM status query timeout in 892.92298007 2018-11-19 06:28:18,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:18,970 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86535a02-6652-4f0f-8538-705b4c21fa32 x-compute-request-id: req-86535a02-6652-4f0f-8538-705b4c21fa32 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:18,970 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-86535a02-6652-4f0f-8538-705b4c21fa32 2018-11-19 06:28:18,970 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst] is - ACTIVE 2018-11-19 06:28:18,970 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:28:18,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:19,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dba2a3bb-120d-4ef4-9f7c-6d10644ad6ff x-compute-request-id: req-dba2a3bb-120d-4ef4-9f7c-6d10644ad6ff Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:19,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-dba2a3bb-120d-4ef4-9f7c-6d10644ad6ff 2018-11-19 06:28:19,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:19,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-6c7958fa-5bb4-45cd-a179-b8c84b0e2ade Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:19,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-6c7958fa-5bb4-45cd-a179-b8c84b0e2ade 2018-11-19 06:28:19,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:19,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf7b6e8-25d8-4aa4-922d-0575e4dc1d74 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:19,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-7bf7b6e8-25d8-4aa4-922d-0575e4dc1d74 2018-11-19 06:28:19,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:19,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-81fce127-0f87-4ca8-b311-d8f316331580 Date: Mon, 19 Nov 2018 06:28:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:19,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-81fce127-0f87-4ca8-b311-d8f316331580 2018-11-19 06:28:19,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:19,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-645d003d-0775-4aab-aa09-e2e97c9689c5 Date: Mon, 19 Nov 2018 06:28:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.2"}],"id":"04947eff-fc74-4eab-8fe8-1604b63b6fb0","security_groups":[],"mac_address":"fa:16:3e:e8:11:50","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.3"}],"id":"1103896b-b1ce-4c47-bd4c-6530f94f60a3","security_groups":[],"mac_address":"fa:16:3e:9e:cf:cc","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.6"}],"id":"2838a745-bd25-40f6-82ca-3cc335a67508","security_groups":["afb68df1-ac27-47b0-a432-ba0a280ee024"],"mac_address":"fa:16:3e:40:d5:1b","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:07Z","binding:vnic_type":"normal","device_id":"4f046195-b736-4552-8801-b54d61b4d648"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.4"}],"id":"ae2cc9f9-ca18-4c5a-b6b2-4d5df4d90641","security_groups":[],"mac_address":"fa:16:3e:ec:e4:3a","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"}]} 2018-11-19 06:28:19,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-645d003d-0775-4aab-aa09-e2e97c9689c5 2018-11-19 06:28:19,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:20,573 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e86fbc26-9cc6-4735-a3ae-9df8fae40fdc x-compute-request-id: req-e86fbc26-9cc6-4735-a3ae-9df8fae40fdc Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:20,573 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-e86fbc26-9cc6-4735-a3ae-9df8fae40fdc 2018-11-19 06:28:20,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:20,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-750b36e4-f9d0-475f-a389-8f357757b14a Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:20,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-750b36e4-f9d0-475f-a389-8f357757b14a 2018-11-19 06:28:20,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:20,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2870b72-c4c4-4ce9-83cb-55a147e93a90 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:20,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-e2870b72-c4c4-4ce9-83cb-55a147e93a90 2018-11-19 06:28:20,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:20,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-aad7464a-dec4-40bb-9828-bb1acc1c2380 Date: Mon, 19 Nov 2018 06:28:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:20,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-aad7464a-dec4-40bb-9828-bb1acc1c2380 2018-11-19 06:28:20,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:21,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-5140b9e7-04fc-47c0-ab7a-9a7a2395210d Date: Mon, 19 Nov 2018 06:28:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.2"}],"id":"04947eff-fc74-4eab-8fe8-1604b63b6fb0","security_groups":[],"mac_address":"fa:16:3e:e8:11:50","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.3"}],"id":"1103896b-b1ce-4c47-bd4c-6530f94f60a3","security_groups":[],"mac_address":"fa:16:3e:9e:cf:cc","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.6"}],"id":"2838a745-bd25-40f6-82ca-3cc335a67508","security_groups":["afb68df1-ac27-47b0-a432-ba0a280ee024"],"mac_address":"fa:16:3e:40:d5:1b","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:07Z","binding:vnic_type":"normal","device_id":"4f046195-b736-4552-8801-b54d61b4d648"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.4"}],"id":"ae2cc9f9-ca18-4c5a-b6b2-4d5df4d90641","security_groups":[],"mac_address":"fa:16:3e:ec:e4:3a","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"}]} 2018-11-19 06:28:21,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-5140b9e7-04fc-47c0-ab7a-9a7a2395210d 2018-11-19 06:28:21,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:21,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0d01406c476d417699da7882f8c69527", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj-role"}], "expires_at": "2018-11-19T07:28:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7074a2c246941868b3a026d6c628a07", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c7074a2c246941868b3a026d6c628a07", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "InstanceSecurityGroupTests-286b7475-35b8-417-user", "id": "6d9b048bd822482d888d6efde5eba0dd"}, "audit_ids": ["0_I4Y45fTv2bPApHabzf3A"], "issued_at": "2018-11-19T06:28:21.000000Z"}} 2018-11-19 06:28:21,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a896be95fe870656f7c098e68d4ec3ecc72a5b93" 2018-11-19 06:28:22,438 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b2544e4-9a02-4254-9cb2-1e57ab77a23c x-compute-request-id: req-4b2544e4-9a02-4254-9cb2-1e57ab77a23c Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:22,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-4b2544e4-9a02-4254-9cb2-1e57ab77a23c 2018-11-19 06:28:22,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:23,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-fd676119-d2cd-45c9-8446-f094b7082a52 x-compute-request-id: req-fd676119-d2cd-45c9-8446-f094b7082a52 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:23,038 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-fd676119-d2cd-45c9-8446-f094b7082a52 2018-11-19 06:28:23,039 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst] is - ACTIVE 2018-11-19 06:28:23,039 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:28:23,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:23,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-715ae67b-cdd6-45a4-809a-9b85a03cfc98 x-compute-request-id: req-715ae67b-cdd6-45a4-809a-9b85a03cfc98 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:23,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-715ae67b-cdd6-45a4-809a-9b85a03cfc98 2018-11-19 06:28:23,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:23,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-160bb775-39d2-42cb-9b2c-167e59c0b60d Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:23,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-160bb775-39d2-42cb-9b2c-167e59c0b60d 2018-11-19 06:28:23,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:23,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76f17f0f-d46f-4768-86ea-f91a86f6c909 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:23,545 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-76f17f0f-d46f-4768-86ea-f91a86f6c909 2018-11-19 06:28:23,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:23,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-320e3a04-68b8-4c1b-9d4c-9326442a6f79 Date: Mon, 19 Nov 2018 06:28:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:23,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-320e3a04-68b8-4c1b-9d4c-9326442a6f79 2018-11-19 06:28:23,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:23,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-0a2738ed-bddf-480a-8c49-330aa020d199 Date: Mon, 19 Nov 2018 06:28:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.2"}],"id":"04947eff-fc74-4eab-8fe8-1604b63b6fb0","security_groups":[],"mac_address":"fa:16:3e:e8:11:50","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.3"}],"id":"1103896b-b1ce-4c47-bd4c-6530f94f60a3","security_groups":[],"mac_address":"fa:16:3e:9e:cf:cc","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.6"}],"id":"2838a745-bd25-40f6-82ca-3cc335a67508","security_groups":["afb68df1-ac27-47b0-a432-ba0a280ee024"],"mac_address":"fa:16:3e:40:d5:1b","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:07Z","binding:vnic_type":"normal","device_id":"4f046195-b736-4552-8801-b54d61b4d648"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.4"}],"id":"ae2cc9f9-ca18-4c5a-b6b2-4d5df4d90641","security_groups":[],"mac_address":"fa:16:3e:ec:e4:3a","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"}]} 2018-11-19 06:28:23,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-0a2738ed-bddf-480a-8c49-330aa020d199 2018-11-19 06:28:23,840 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:24,445 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf98369e-e7c4-48df-aaf2-81fd468dec01 x-compute-request-id: req-bf98369e-e7c4-48df-aaf2-81fd468dec01 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:24,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-bf98369e-e7c4-48df-aaf2-81fd468dec01 2018-11-19 06:28:24,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:24,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-718513e0-7557-4b50-a724-057397c5c7b7 Date: Mon, 19 Nov 2018 06:28:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:24,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-718513e0-7557-4b50-a724-057397c5c7b7 2018-11-19 06:28:24,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:24,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8a780a7-4439-4935-b876-4c22365d3a71 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:24,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-b8a780a7-4439-4935-b876-4c22365d3a71 2018-11-19 06:28:24,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:24,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a60e016f-35dd-4186-865d-b1a6a5aea703 Date: Mon, 19 Nov 2018 06:28:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:24,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-a60e016f-35dd-4186-865d-b1a6a5aea703 2018-11-19 06:28:24,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:24,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-5621c501-f781-4c06-88f6-8b543446a7b3 Date: Mon, 19 Nov 2018 06:28:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.2"}],"id":"04947eff-fc74-4eab-8fe8-1604b63b6fb0","security_groups":[],"mac_address":"fa:16:3e:e8:11:50","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.3"}],"id":"1103896b-b1ce-4c47-bd4c-6530f94f60a3","security_groups":[],"mac_address":"fa:16:3e:9e:cf:cc","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.6"}],"id":"2838a745-bd25-40f6-82ca-3cc335a67508","security_groups":["afb68df1-ac27-47b0-a432-ba0a280ee024"],"mac_address":"fa:16:3e:40:d5:1b","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:07Z","binding:vnic_type":"normal","device_id":"4f046195-b736-4552-8801-b54d61b4d648"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.4"}],"id":"ae2cc9f9-ca18-4c5a-b6b2-4d5df4d90641","security_groups":[],"mac_address":"fa:16:3e:ec:e4:3a","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"}]} 2018-11-19 06:28:24,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-5621c501-f781-4c06-88f6-8b543446a7b3 2018-11-19 06:28:24,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" -d '{"removeSecurityGroup": {"name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name"}}' 2018-11-19 06:28:25,372 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:28:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f6c1e16f-4fef-4ae9-8efa-b499f9917350 x-compute-request-id: req-f6c1e16f-4fef-4ae9-8efa-b499f9917350 Content-Length: 199 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Security group InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name not associated with the instance 4f046195-b736-4552-8801-b54d61b4d648", "code": 404}} 2018-11-19 06:28:25,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648/action used request id req-f6c1e16f-4fef-4ae9-8efa-b499f9917350 2018-11-19 06:28:25,372 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name not associated with the instance 4f046195-b736-4552-8801-b54d61b4d648 (HTTP 404) (Request-ID: req-f6c1e16f-4fef-4ae9-8efa-b499f9917350) 2018-11-19 06:28:25,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:25,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-efce59e9-7c36-4d5d-b821-72031329c65c x-compute-request-id: req-efce59e9-7c36-4d5d-b821-72031329c65c Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:25,549 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-efce59e9-7c36-4d5d-b821-72031329c65c 2018-11-19 06:28:25,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:25,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 657 X-Openstack-Request-Id: req-adeec947-a039-416c-8deb-dbbdac68bff8 Date: Mon, 19 Nov 2018 06:28: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":["43417042-1a07-4e81-8bee-7a5487203041"],"updated_at":"2018-11-19T06:28:00Z","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:27:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c7074a2c246941868b3a026d6c628a07","id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net"}]} 2018-11-19 06:28:25,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net used request id req-adeec947-a039-416c-8deb-dbbdac68bff8 2018-11-19 06:28:25,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:25,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e6ed33d-df74-48b6-9beb-a05f3b17b892 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:25,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-4e6ed33d-df74-48b6-9beb-a05f3b17b892 2018-11-19 06:28:25,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:25,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-964d72d4-6112-4d7d-b73a-61ce4364100c Date: Mon, 19 Nov 2018 06:28:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"c7074a2c246941868b3a026d6c628a07","id":"43417042-1a07-4e81-8bee-7a5487203041","subnetpool_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet"}]} 2018-11-19 06:28:25,940 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-964d72d4-6112-4d7d-b73a-61ce4364100c 2018-11-19 06:28:25,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:26,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-ca676633-01b8-4678-b5f5-851be0b20e8f Date: Mon, 19 Nov 2018 06:28:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.2"}],"id":"04947eff-fc74-4eab-8fe8-1604b63b6fb0","security_groups":[],"mac_address":"fa:16:3e:e8:11:50","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:04Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.3"}],"id":"1103896b-b1ce-4c47-bd4c-6530f94f60a3","security_groups":[],"mac_address":"fa:16:3e:9e:cf:cc","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:18Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.6"}],"id":"2838a745-bd25-40f6-82ca-3cc335a67508","security_groups":["afb68df1-ac27-47b0-a432-ba0a280ee024"],"mac_address":"fa:16:3e:40:d5:1b","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:07Z","binding:vnic_type":"normal","device_id":"4f046195-b736-4552-8801-b54d61b4d648"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"43417042-1a07-4e81-8bee-7a5487203041","ip_address":"10.55.0.4"}],"id":"ae2cc9f9-ca18-4c5a-b6b2-4d5df4d90641","security_groups":[],"mac_address":"fa:16:3e:ec:e4:3a","project_id":"c7074a2c246941868b3a026d6c628a07","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63","tenant_id":"c7074a2c246941868b3a026d6c628a07","created_at":"2018-11-19T06:28:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63"}]} 2018-11-19 06:28:26,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-ca676633-01b8-4678-b5f5-851be0b20e8f 2018-11-19 06:28:26,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a896be95fe870656f7c098e68d4ec3ecc72a5b93" 2018-11-19 06:28:26,355 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-23099d7c-3a73-49d4-806a-27bfce6dc0eb x-compute-request-id: req-23099d7c-3a73-49d4-806a-27bfce6dc0eb Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "security_groups": [{"name": "default"}], "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:18Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:26,355 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-23099d7c-3a73-49d4-806a-27bfce6dc0eb 2018-11-19 06:28:26,356 - create_instance - INFO - Deleting Port with ID - 2838a745-bd25-40f6-82ca-3cc335a67508 2018-11-19 06:28:26,356 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-port 2018-11-19 06:28:26,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/2838a745-bd25-40f6-82ca-3cc335a67508 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:26,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4fe40bca-e5dd-44a7-b0f6-d8027342ff58 Date: Mon, 19 Nov 2018 06:28:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:28:26,973 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/2838a745-bd25-40f6-82ca-3cc335a67508 used request id req-4fe40bca-e5dd-44a7-b0f6-d8027342ff58 2018-11-19 06:28:26,973 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst 2018-11-19 06:28:26,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:27,114 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06: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-d0e50ba3-ae9f-4893-8659-10b0d057e77b x-compute-request-id: req-d0e50ba3-ae9f-4893-8659-10b0d057e77b Content-Type: application/json 2018-11-19 06:28:27,114 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-d0e50ba3-ae9f-4893-8659-10b0d057e77b 2018-11-19 06:28:27,114 - create_instance - INFO - Checking deletion status 2018-11-19 06:28:27,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:27,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-0d0dcd7c-07b9-42e9-a050-5f4522c21fb9 x-compute-request-id: req-0d0dcd7c-07b9-42e9-a050-5f4522c21fb9 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:d5:1b", "version": 4, "addr": "10.55.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:27Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:27,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-0d0dcd7c-07b9-42e9-a050-5f4522c21fb9 2018-11-19 06:28:27,218 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst] is - ACTIVE 2018-11-19 06:28:27,218 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:28:30,221 - create_instance - DEBUG - VM status query timeout in 296.89310503 2018-11-19 06:28:30,224 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:30,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-25fcf7b2-d19b-444c-bae7-66a672f1f51f x-compute-request-id: req-25fcf7b2-d19b-444c-bae7-66a672f1f51f 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.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4f046195-b736-4552-8801-b54d61b4d648", "rel": "bookmark"}], "image": {"id": "a4101669-c62f-4b72-8710-c4c8cadd52b4", "links": [{"href": "http://172.30.9.21:8774/images/a4101669-c62f-4b72-8710-c4c8cadd52b4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:28:17.000000", "flavor": {"id": "a366ce48-13ac-48b6-b29c-299dbb72c7ef", "links": [{"href": "http://172.30.9.21:8774/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef", "rel": "bookmark"}]}, "id": "4f046195-b736-4552-8801-b54d61b4d648", "user_id": "6d9b048bd822482d888d6efde5eba0dd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:28:27Z", "hostId": "b57100f96b6013a0e774866ff51a37e88af4d4a0da6944ccb3880b32", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst", "created": "2018-11-19T06:28:11Z", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:30,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-25fcf7b2-d19b-444c-bae7-66a672f1f51f 2018-11-19 06:28:30,624 - create_instance - DEBUG - Instance status [InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst] is - ACTIVE 2018-11-19 06:28:30,624 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:28:33,626 - create_instance - DEBUG - VM status query timeout in 293.488093853 2018-11-19 06:28:33,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35a3567701503fe32728bfe358854dd50d3e5b0" 2018-11-19 06:28:33,685 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06: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-baa9c9b6-d7f6-4349-83d3-d770db9ce24b x-compute-request-id: req-baa9c9b6-d7f6-4349-83d3-d770db9ce24b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4f046195-b736-4552-8801-b54d61b4d648 could not be found.", "code": 404}} 2018-11-19 06:28:33,685 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4f046195-b736-4552-8801-b54d61b4d648 used request id req-baa9c9b6-d7f6-4349-83d3-d770db9ce24b 2018-11-19 06:28:33,686 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4f046195-b736-4552-8801-b54d61b4d648 could not be found. (HTTP 404) (Request-ID: req-baa9c9b6-d7f6-4349-83d3-d770db9ce24b) 2018-11-19 06:28:33,686 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-inst 2018-11-19 06:28:33,687 - neutron_utils - INFO - Deleting security group rule with ID - 3f817f73-d9a9-4c09-9283-6d23bad136d3 2018-11-19 06:28:33,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3f817f73-d9a9-4c09-9283-6d23bad136d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:33,962 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0d73aeee-c95c-43e7-94cb-120432374ac9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:28:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:28:33,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3f817f73-d9a9-4c09-9283-6d23bad136d3 used request id req-0d73aeee-c95c-43e7-94cb-120432374ac9 2018-11-19 06:28:33,963 - neutron_utils - INFO - Deleting security group rule with ID - eb213aa7-df09-47b4-ae0f-14e6c8711198 2018-11-19 06:28:33,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/eb213aa7-df09-47b4-ae0f-14e6c8711198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:34,106 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-859e1362-209d-43d9-9a80-f148300892e3 Content-Length: 0 Date: Mon, 19 Nov 2018 06:28:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:28:34,107 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/eb213aa7-df09-47b4-ae0f-14e6c8711198 used request id req-859e1362-209d-43d9-9a80-f148300892e3 2018-11-19 06:28:34,107 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-name 2018-11-19 06:28:34,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/d1d2c628-a155-41b5-b515-a600d228f392 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3f5ae60139cb2ff7a0d594697974dba4a6c6e7a" 2018-11-19 06:28:34,404 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f8a1747-7033-45e9-a5c5-0c78f5865903 Content-Length: 0 Date: Mon, 19 Nov 2018 06:28:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:28:34,404 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/d1d2c628-a155-41b5-b515-a600d228f392 used request id req-9f8a1747-7033-45e9-a5c5-0c78f5865903 2018-11-19 06:28:34,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c59e262f8fe813747f9d1c3d45801d984d760a69" 2018-11-19 06:28:34,461 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:28:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a0a4010-338c-40e3-a9e4-92c3ec949886 x-compute-request-id: req-2a0a4010-338c-40e3-a9e4-92c3ec949886 Content-Length: 0 Content-Type: application/json 2018-11-19 06:28:34,461 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a366ce48-13ac-48b6-b29c-299dbb72c7ef used request id req-2a0a4010-338c-40e3-a9e4-92c3ec949886 2018-11-19 06:28:34,462 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet 2018-11-19 06:28:34,463 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-subnet 2018-11-19 06:28:34,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/43417042-1a07-4e81-8bee-7a5487203041 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:28:36,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56789070-7ae1-4d03-be2f-a2d47a7e8dc1 Date: Mon, 19 Nov 2018 06:28:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:28:36,665 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/43417042-1a07-4e81-8bee-7a5487203041 used request id req-56789070-7ae1-4d03-be2f-a2d47a7e8dc1 2018-11-19 06:28:36,665 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-pub-net 2018-11-19 06:28:36,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d67fa785122c28d8103d77f797a5a5d306acf1c2" 2018-11-19 06:28:37,960 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-119b650a-42e3-47a0-bc49-ef265a5aee5d Date: Mon, 19 Nov 2018 06:28:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:28:37,960 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3e4f5b86-c24f-46de-8ac0-a6eb0ca7ce63 used request id req-119b650a-42e3-47a0-bc49-ef265a5aee5d 2018-11-19 06:28:37,961 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-a8f7a05e-8225-4499-a4aa-5b376d85d801-image 2018-11-19 06:28:37,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b4cdd83a2374b7141b2525aa1bc66d407a7fc8e8" 2018-11-19 06:28:38,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09d86b5e-3047-4733-a421-c7fec2b05eb3 Date: Mon, 19 Nov 2018 06:28:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:28:38,717 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a4101669-c62f-4b72-8710-c4c8cadd52b4 used request id req-09d86b5e-3047-4733-a421-c7fec2b05eb3 2018-11-19 06:28:38,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:38,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c1916aa3-2128-4b8d-b919-638cb4226b7f Date: Mon, 19 Nov 2018 06:28:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:27:58Z", "updated_at": "2018-11-19T06:27:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "revision_number": 0, "id": "07c476cd-7cb9-4308-836a-adc890fbb026", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7074a2c246941868b3a026d6c628a07"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "revision_number": 0, "id": "9ad05cd3-2a0c-4c35-8416-da8518013d98", "remote_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7074a2c246941868b3a026d6c628a07"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "revision_number": 0, "id": "bbbe2ffb-14df-4d93-932a-356530d6d163", "remote_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7074a2c246941868b3a026d6c628a07"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "revision_number": 0, "id": "c0aa0f30-5d0f-4c5d-a687-4896e7dc7a06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "tenant_id": "c7074a2c246941868b3a026d6c628a07", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7074a2c246941868b3a026d6c628a07"}], "revision_number": 4, "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "name": "default"}]} 2018-11-19 06:28:38,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c1916aa3-2128-4b8d-b919-638cb4226b7f 2018-11-19 06:28:38,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:39,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1773bd0e-e0c6-44aa-8713-383691452350 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:28:39,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1773bd0e-e0c6-44aa-8713-383691452350 2018-11-19 06:28:39,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:39,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5af7baa3-48d2-49c8-a60d-7fbebf4b08ee Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:28:39,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-5af7baa3-48d2-49c8-a60d-7fbebf4b08ee 2018-11-19 06:28:39,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:39,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40340609-ff27-47c5-86ef-ffebe80d30ca Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:28:39,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-40340609-ff27-47c5-86ef-ffebe80d30ca 2018-11-19 06:28:39,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:39,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d60b5cb0-4f7a-4933-816b-5376088b1c7d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07"}, "enabled": true, "id": "c7074a2c246941868b3a026d6c628a07", "parent_id": "default", "domain_id": "default", "name": "InstanceSecurityGroupTests-286b7475-35b8-417-proj"}} 2018-11-19 06:28:39,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-d60b5cb0-4f7a-4933-816b-5376088b1c7d 2018-11-19 06:28:39,306 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - afb68df1-ac27-47b0-a432-ba0a280ee024 2018-11-19 06:28:39,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=afb68df1-ac27-47b0-a432-ba0a280ee024 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:39,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b0a927dd-429f-4072-9c60-a50618d9e017 Date: Mon, 19 Nov 2018 06:28:39 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:27:58Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "07c476cd-7cb9-4308-836a-adc890fbb026"}, {"remote_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:27:58Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "9ad05cd3-2a0c-4c35-8416-da8518013d98"}, {"remote_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:27:58Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "bbbe2ffb-14df-4d93-932a-356530d6d163"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:27:58Z", "security_group_id": "afb68df1-ac27-47b0-a432-ba0a280ee024", "port_range_min": null, "revision_number": 0, "tenant_id": "c7074a2c246941868b3a026d6c628a07", "created_at": "2018-11-19T06:27:58Z", "project_id": "c7074a2c246941868b3a026d6c628a07", "id": "c0aa0f30-5d0f-4c5d-a687-4896e7dc7a06"}]} 2018-11-19 06:28:39,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=afb68df1-ac27-47b0-a432-ba0a280ee024 used request id req-b0a927dd-429f-4072-9c60-a50618d9e017 2018-11-19 06:28:39,488 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:28:39,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/afb68df1-ac27-47b0-a432-ba0a280ee024 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:39,868 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-07e6b284-fb16-4b68-bc65-9d6a452ec87d Content-Length: 0 Date: Mon, 19 Nov 2018 06:28:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:28:39,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/afb68df1-ac27-47b0-a432-ba0a280ee024 used request id req-07e6b284-fb16-4b68-bc65-9d6a452ec87d 2018-11-19 06:28:39,869 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-286b7475-35b8-417-proj 2018-11-19 06:28:39,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:40,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:28:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43dd11b0-b7dd-4666-88d1-55fb4fdccec5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:28:40,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c7074a2c246941868b3a026d6c628a07 used request id req-43dd11b0-b7dd-4666-88d1-55fb4fdccec5 2018-11-19 06:28:40,079 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-286b7475-35b8-417-proj-role 2018-11-19 06:28:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0d01406c476d417699da7882f8c69527 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:40,196 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1293eec5-6d55-4b3a-b29b-2d56ab14436d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:28:40,196 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0d01406c476d417699da7882f8c69527 used request id req-1293eec5-6d55-4b3a-b29b-2d56ab14436d 2018-11-19 06:28:40,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71da377808c417336ad2139553cf084854f12c4b" 2018-11-19 06:28:40,288 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b518565a-dc4c-4e6f-84df-75b4b3130875 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:28:40,288 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b518565a-dc4c-4e6f-84df-75b4b3130875 2018-11-19 06:28:40,289 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-286b7475-35b8-417-user 2018-11-19 06:28:40,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6d9b048bd822482d888d6efde5eba0dd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f77988a34a255d35db809a800672f5cea8bad089" 2018-11-19 06:28:40,471 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:28:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06a365b5-09fe-41a7-a9e3-232bbf28a4fb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:28:40,471 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6d9b048bd822482d888d6efde5eba0dd used request id req-06a365b5-09fe-41a7-a9e3-232bbf28a4fb 2018-11-19 06:28:40,473 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:40,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["HzR8YX3eRyCf0Z2Jr1m0Tg"], "issued_at": "2018-11-19T06:28:40.000000Z"}} 2018-11-19 06:28:40,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77fb0e8317745e19a8aa3c784f8453a1c5f78c39" 2018-11-19 06:28:40,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51a34e4f-2201-49c5-8702-f521cf09e5f8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:40,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-51a34e4f-2201-49c5-8702-f521cf09e5f8 2018-11-19 06:28:40,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:40,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:41,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Su3mkJgNRFy2TkZ3T961LQ"], "issued_at": "2018-11-19T06:28:41.000000Z"}} 2018-11-19 06:28:41,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:28:41,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d4f2cb5-5597-46f0-9e1a-4658290949b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:41,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7d4f2cb5-5597-46f0-9e1a-4658290949b0 2018-11-19 06:28:41,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:28:41,426 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:28:41,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-781316da-273a-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:28:41,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eced6533-642b-41fc-98b5-3d3a1a855d77 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-781316da-273a-40a-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:28:41,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceOnComputeHost-781316da-273a-40a-proj used request id req-eced6533-642b-41fc-98b5-3d3a1a855d77 2018-11-19 06:28:41,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:28:41,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6745fd6-3690-47c6-ba50-300177a44c11 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:28:41,598 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f6745fd6-3690-47c6-ba50-300177a44c11 2018-11-19 06:28:41,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj"}}' 2018-11-19 06:28:41,741 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:28:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3583b649-348b-422a-8bf3-dbe7dc98281b Content-Length: 312 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/637ff0a8c77e49df9f020771c0ac3b15"}, "enabled": true, "id": "637ff0a8c77e49df9f020771c0ac3b15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj"}} 2018-11-19 06:28:41,741 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-3583b649-348b-422a-8bf3-dbe7dc98281b 2018-11-19 06:28:41,741 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-781316da-273a-40a-proj 2018-11-19 06:28:41,742 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:41,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:42,113 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Mtdie6uBSq-UsHV_nBC6sA"], "issued_at": "2018-11-19T06:28:42.000000Z"}} 2018-11-19 06:28:42,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b87282e2b070c2ee735937b9ac03402ea38a5d" 2018-11-19 06:28:42,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-669c0c0d-4f6b-4eb3-94c2-e0cab12c8f4c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:42,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-669c0c0d-4f6b-4eb3-94c2-e0cab12c8f4c 2018-11-19 06:28:42,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:28:42,136 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:28:42,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b87282e2b070c2ee735937b9ac03402ea38a5d" 2018-11-19 06:28:42,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1722cd5b-6fed-47f1-88bc-5712897134a4 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:28:42,234 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1722cd5b-6fed-47f1-88bc-5712897134a4 2018-11-19 06:28:42,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-781316da-273a-40a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b87282e2b070c2ee735937b9ac03402ea38a5d" 2018-11-19 06:28:42,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-234626f9-c0b3-4c41-af56-82708e0bf0c5 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-781316da-273a-40a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/637ff0a8c77e49df9f020771c0ac3b15"}, "enabled": true, "id": "637ff0a8c77e49df9f020771c0ac3b15", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj"}]} 2018-11-19 06:28:42,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceOnComputeHost-781316da-273a-40a-proj used request id req-234626f9-c0b3-4c41-af56-82708e0bf0c5 2018-11-19 06:28:42,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b87282e2b070c2ee735937b9ac03402ea38a5d" 2018-11-19 06:28:42,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9850f0f-aa6f-4f60-998a-70383fdf4ec3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:28:42,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d9850f0f-aa6f-4f60-998a-70383fdf4ec3 2018-11-19 06:28:42,801 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-781316da-273a-40a-user 2018-11-19 06:28:42,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:42,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:28:42,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f3feea-5b48-4842-9ed8-5e70306060a2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:28:42,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-47f3feea-5b48-4842-9ed8-5e70306060a2 2018-11-19 06:28:42,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" -d '{"role": {"name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj-role"}}' 2018-11-19 06:28:43,011 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:28:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-139ee4eb-0811-4abd-9b9d-d9972ccf2365 Content-Length: 226 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a3bb4c5bb89b416e8db65145aadb0d81", "links": {"self": "http://172.30.9.21:5000/v3/roles/a3bb4c5bb89b416e8db65145aadb0d81"}, "name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj-role"}} 2018-11-19 06:28:43,011 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-139ee4eb-0811-4abd-9b9d-d9972ccf2365 2018-11-19 06:28:43,011 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-781316da-273a-40a-proj-role 2018-11-19 06:28:43,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a3bb4c5bb89b416e8db65145aadb0d81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:28:43,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-401802cb-cbb9-41d8-99a7-bfe610c0bdf4 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a3bb4c5bb89b416e8db65145aadb0d81"}, "domain_id": null, "name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj-role", "id": "a3bb4c5bb89b416e8db65145aadb0d81"}} 2018-11-19 06:28:43,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a3bb4c5bb89b416e8db65145aadb0d81 used request id req-401802cb-cbb9-41d8-99a7-bfe610c0bdf4 2018-11-19 06:28:43,095 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-781316da-273a-40a-proj-role to project CreateInstanceOnComputeHost-781316da-273a-40a-proj 2018-11-19 06:28:43,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/637ff0a8c77e49df9f020771c0ac3b15/users/7d97bd0175924b629b1ef8f17ce24709/roles/a3bb4c5bb89b416e8db65145aadb0d81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:28:43,241 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:28:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-048c0154-473a-4983-9b3b-6c876f446a30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:28:43,241 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/637ff0a8c77e49df9f020771c0ac3b15/users/7d97bd0175924b629b1ef8f17ce24709/roles/a3bb4c5bb89b416e8db65145aadb0d81 used request id req-048c0154-473a-4983-9b3b-6c876f446a30 2018-11-19 06:28:43,242 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:28:43,242 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:43,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:43,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ROMt3eqsQfOU6iA-bWXjSQ"], "issued_at": "2018-11-19T06:28:43.000000Z"}} 2018-11-19 06:28:43,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:28:43,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b871266-b4e5-4dce-b028-673e32a618be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:43,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7b871266-b4e5-4dce-b028-673e32a618be 2018-11-19 06:28:43,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:28:43,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c6860b7a-29d2-41df-8156-edbc6c3e6e81 Date: Mon, 19 Nov 2018 06:28:43 GMT RESP BODY: {"networks":[]} 2018-11-19 06:28:43,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-c6860b7a-29d2-41df-8156-edbc6c3e6e81 2018-11-19 06:28:43,821 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net 2018-11-19 06:28:43,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" -d '{"network": {"name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net", "admin_state_up": true}}' 2018-11-19 06:28:44,362 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-462cff22-1d8b-40af-8190-7233f6cee808 Date: Mon, 19 Nov 2018 06:28:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:28:44Z","is_default":false,"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","mtu":1450}} 2018-11-19 06:28:44,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-462cff22-1d8b-40af-8190-7233f6cee808 2018-11-19 06:28:44,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:28:44,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-fc64abc5-9086-46bf-bc4a-59be2c1cf60e Date: Mon, 19 Nov 2018 06:28:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:28:44Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:28:44,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-fc64abc5-9086-46bf-bc4a-59be2c1cf60e 2018-11-19 06:28:44,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:28:44,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-02655203-67cb-4f83-9e36-71aee48a1793 Date: Mon, 19 Nov 2018 06:28:44 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:28:44,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-02655203-67cb-4f83-9e36-71aee48a1793 2018-11-19 06:28:44,784 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet 2018-11-19 06:28:44,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" -d '{"subnets": [{"ip_version": 4, "network_id": "adefe9eb-6623-4b32-9fff-4681160c5676", "cidr": "10.55.0.0/24", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]}' 2018-11-19 06:28:45,632 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-26e06ecf-8dc3-4989-9d25-8e9ee03971a0 Date: Mon, 19 Nov 2018 06:28:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:28:45,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-26e06ecf-8dc3-4989-9d25-8e9ee03971a0 2018-11-19 06:28:45,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:28:45,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-9dace432-6af9-46d9-8fac-33df50d54c7c Date: Mon, 19 Nov 2018 06:28:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:28:45,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-9dace432-6af9-46d9-8fac-33df50d54c7c 2018-11-19 06:28:45,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:28:45,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-902aca61-30dc-459d-90ac-bd183f7f7e18 Date: Mon, 19 Nov 2018 06:28:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:28:45,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-902aca61-30dc-459d-90ac-bd183f7f7e18 2018-11-19 06:28:45,972 - OpenStackNetwork - DEBUG - Network [adefe9eb-6623-4b32-9fff-4681160c5676] created successfully 2018-11-19 06:28:45,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:45,973 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:46,357 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["NDap533ORRW7mQKW7of9yw"], "issued_at": "2018-11-19T06:28:46.000000Z"}} 2018-11-19 06:28:46,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c148438af3efc56933a0cda8e2f3518d6bc56e0c" 2018-11-19 06:28:46,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5dc8c8a-59a6-4454-8e2c-5e04793e5309 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:46,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a5dc8c8a-59a6-4454-8e2c-5e04793e5309 2018-11-19 06:28:46,445 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:28:46,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c148438af3efc56933a0cda8e2f3518d6bc56e0c" 2018-11-19 06:28:46,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e86e5030-eb5d-4c36-8ca8-de3189a04faf x-compute-request-id: req-e86e5030-eb5d-4c36-8ca8-de3189a04faf Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:28:46,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e86e5030-eb5d-4c36-8ca8-de3189a04faf 2018-11-19 06:28:46,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c148438af3efc56933a0cda8e2f3518d6bc56e0c" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 512, "id": null, "swap": 0}}' 2018-11-19 06:28:46,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-011d4be5-07c1-4973-998f-85e3550b4891 x-compute-request-id: req-011d4be5-07c1-4973-998f-85e3550b4891 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22141633-2ccc-43a2-adc7-567a4da283fe", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:28:46,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-011d4be5-07c1-4973-998f-85e3550b4891 2018-11-19 06:28:46,675 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:46,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:47,046 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a3bb4c5bb89b416e8db65145aadb0d81", "name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj-role"}], "expires_at": "2018-11-19T07:28:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "637ff0a8c77e49df9f020771c0ac3b15", "name": "CreateInstanceOnComputeHost-781316da-273a-40a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/637ff0a8c77e49df9f020771c0ac3b15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/637ff0a8c77e49df9f020771c0ac3b15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/637ff0a8c77e49df9f020771c0ac3b15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/637ff0a8c77e49df9f020771c0ac3b15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/637ff0a8c77e49df9f020771c0ac3b15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/637ff0a8c77e49df9f020771c0ac3b15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/637ff0a8c77e49df9f020771c0ac3b15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/637ff0a8c77e49df9f020771c0ac3b15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/637ff0a8c77e49df9f020771c0ac3b15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/637ff0a8c77e49df9f020771c0ac3b15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/637ff0a8c77e49df9f020771c0ac3b15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/637ff0a8c77e49df9f020771c0ac3b15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceOnComputeHost-781316da-273a-40a-user", "id": "7d97bd0175924b629b1ef8f17ce24709"}, "audit_ids": ["zVxet4NkRV6jJbPLHbk4Cw"], "issued_at": "2018-11-19T06:28:47.000000Z"}} 2018-11-19 06:28:47,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" 2018-11-19 06:28:47,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e96af1f-1b9b-4df1-b391-5e70911a049a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:47,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2e96af1f-1b9b-4df1-b391-5e70911a049a 2018-11-19 06:28:47,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" 2018-11-19 06:28:47,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 172 Content-Type: application/json X-Openstack-Request-Id: req-f6807e17-5502-45dd-983e-51de828c6334 Date: Mon, 19 Nov 2018 06:28:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image"} 2018-11-19 06:28:47,309 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image used request id req-f6807e17-5502-45dd-983e-51de828c6334 2018-11-19 06:28:47,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" 2018-11-19 06:28:47,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-713f8af8-1744-48a1-bd9d-a8e439d582fe Date: Mon, 19 Nov 2018 06:28:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:28:47,466 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-713f8af8-1744-48a1-bd9d-a8e439d582fe 2018-11-19 06:28:47,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image"}' 2018-11-19 06:28:47,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 631 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92 X-Openstack-Request-Id: req-ff1e71b1-5ab4-4fe4-b4df-5f1f1ea6397a Date: Mon, 19 Nov 2018 06:28:47 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:28:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:28:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92", "min_disk": 0, "protected": false, "id": "c0151653-ba37-4915-891b-037ff58cfe92", "file": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92/file", "checksum": null, "owner": "637ff0a8c77e49df9f020771c0ac3b15", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:28:47,689 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ff1e71b1-5ab4-4fe4-b4df-5f1f1ea6397a 2018-11-19 06:28:47,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" -d '' 2018-11-19 06:28:48,575 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59fd353e-f273-4457-be10-378ddcef983b Date: Mon, 19 Nov 2018 06:28:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:28:48,575 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92/file used request id req-59fd353e-f273-4457-be10-378ddcef983b 2018-11-19 06:28:48,576 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:28:48,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" 2018-11-19 06:28:48,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-b26a5542-64fb-4a9b-a1c9-366170d9bedc Date: Mon, 19 Nov 2018 06:28:48 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:28:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:28:48Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "metadata": {}}], "self": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92", "min_disk": 0, "protected": false, "id": "c0151653-ba37-4915-891b-037ff58cfe92", "file": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "637ff0a8c77e49df9f020771c0ac3b15", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:28:48,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92 used request id req-b26a5542-64fb-4a9b-a1c9-366170d9bedc 2018-11-19 06:28:48,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" 2018-11-19 06:28:48,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-29d37b02-4b4b-4bc3-a431-3cc598c4d846 Date: Mon, 19 Nov 2018 06:28:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:28:48,893 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-29d37b02-4b4b-4bc3-a431-3cc598c4d846 2018-11-19 06:28:48,896 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image 2018-11-19 06:28:48,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" 2018-11-19 06:28:49,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 892 Content-Type: application/json X-Openstack-Request-Id: req-f19b9324-3699-40a1-b6f0-2ddbc394b254 Date: Mon, 19 Nov 2018 06:28:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:28:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:28:48Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "metadata": {}}], "self": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92", "min_disk": 0, "protected": false, "id": "c0151653-ba37-4915-891b-037ff58cfe92", "file": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "637ff0a8c77e49df9f020771c0ac3b15", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:28:49,062 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92 used request id req-f19b9324-3699-40a1-b6f0-2ddbc394b254 2018-11-19 06:28:49,063 - create_image - DEBUG - Instance status is - active 2018-11-19 06:28:49,063 - create_image - DEBUG - Image is active with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image 2018-11-19 06:28:49,063 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image 2018-11-19 06:28:49,063 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:28:49,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-availability-zone/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77fb0e8317745e19a8aa3c784f8453a1c5f78c39" 2018-11-19 06:28:49,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-f5e8f91f-25ca-487d-8422-e79500c09f6b x-compute-request-id: req-f5e8f91f-25ca-487d-8422-e79500c09f6b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": {"overcloud-controller-2.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:42.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:45.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:48.000000"}}, "overcloud-controller-0.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:46.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:45.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:43.000000"}}, "overcloud-controller-1.opnfvlf.org": {"nova-conductor": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:43.000000"}, "nova-consoleauth": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:46.000000"}, "nova-scheduler": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:39.000000"}}}, "zoneName": "internal"}, {"zoneState": {"available": true}, "hosts": {"overcloud-novacompute-0.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:47.000000"}}, "overcloud-novacompute-1.opnfvlf.org": {"nova-compute": {"available": true, "active": true, "updated_at": "2018-11-19T06:28:42.000000"}}}, "zoneName": "nova"}]} 2018-11-19 06:28:49,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-availability-zone/detail used request id req-f5e8f91f-25ca-487d-8422-e79500c09f6b 2018-11-19 06:28:49,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:49,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:49,679 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["PGHSfySVQcuwMFqsUHhgNQ"], "issued_at": "2018-11-19T06:28:49.000000Z"}} 2018-11-19 06:28:49,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:49,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7b31727-decd-4bf1-a302-6106ae7fae6e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:49,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b7b31727-decd-4bf1-a302-6106ae7fae6e 2018-11-19 06:28:49,758 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:28:49,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:49,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce77c7a-dd23-4a14-8ed7-a66407b3ad67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:49,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ce77c7a-dd23-4a14-8ed7-a66407b3ad67 2018-11-19 06:28:49,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:50,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b9b618a3-a6cb-4134-83b1-ffed5f4daea9 Date: Mon, 19 Nov 2018 06:28:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:28:50,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-b9b618a3-a6cb-4134-83b1-ffed5f4daea9 2018-11-19 06:28:50,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:28:50,097 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:28: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:28:50,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:50,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c1ef4ad-adfc-4770-ae4e-c590e9b7b75e Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:28:50,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-8c1ef4ad-adfc-4770-ae4e-c590e9b7b75e 2018-11-19 06:28:50,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:50,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-d4fa7223-ddc2-48d9-aefb-b82faee4c314 Date: Mon, 19 Nov 2018 06:28:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:28:50,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-d4fa7223-ddc2-48d9-aefb-b82faee4c314 2018-11-19 06:28:50,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:50,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-65e26b96-ebed-4354-88f2-3e235a4c7176 Date: Mon, 19 Nov 2018 06:28:50 GMT RESP BODY: {"ports":[]} 2018-11-19 06:28:50,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1&admin_state_up=True used request id req-65e26b96-ebed-4354-88f2-3e235a4c7176 2018-11-19 06:28:50,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:50,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df1c9405-0889-4ecd-bdf3-dce6070f88aa x-compute-request-id: req-df1c9405-0889-4ecd-bdf3-dce6070f88aa Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:28:50,902 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova%3Aovercloud-novacompute-0.opnfvlf.org used request id req-df1c9405-0889-4ecd-bdf3-dce6070f88aa 2018-11-19 06:28:50,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:51,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-cfff4b2b-0c1b-4845-9a8e-fa543eb3e3d3 Date: Mon, 19 Nov 2018 06:28:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:28:51,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-cfff4b2b-0c1b-4845-9a8e-fa543eb3e3d3 2018-11-19 06:28:51,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:51,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634c3f6a-454d-4c48-a12a-4f8917d00e2a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:28:51,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-634c3f6a-454d-4c48-a12a-4f8917d00e2a 2018-11-19 06:28:51,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:51,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-edf41ab3-a49b-448b-8b14-347814160ed6 Date: Mon, 19 Nov 2018 06:28:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:28:51,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-edf41ab3-a49b-448b-8b14-347814160ed6 2018-11-19 06:28:51,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:51,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9df320e8-4f1a-4390-824b-ae8b5f80cb0b Date: Mon, 19 Nov 2018 06:28:51 GMT RESP BODY: {"ports":[]} 2018-11-19 06:28:51,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1&admin_state_up=True used request id req-9df320e8-4f1a-4390-824b-ae8b5f80cb0b 2018-11-19 06:28:51,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:28:51,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:28:52,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["q-66X9Z7RaipTmUs_pEllA"], "issued_at": "2018-11-19T06:28:52.000000Z"}} 2018-11-19 06:28:52,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8979bb204975f48d84746ca0e062e5e7eeb379de" 2018-11-19 06:28:52,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49918250-a95d-461a-8fed-5abff987a240 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:28:52,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-49918250-a95d-461a-8fed-5abff987a240 2018-11-19 06:28:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:52,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-6b566d64-2e78-4527-a40a-29e2be6d5914 Date: Mon, 19 Nov 2018 06:28:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:28:52,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-6b566d64-2e78-4527-a40a-29e2be6d5914 2018-11-19 06:28:52,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:52,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b3dba2a6-023b-4d74-bc18-e61b2f06d538 Date: Mon, 19 Nov 2018 06:28:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:28:52,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-b3dba2a6-023b-4d74-bc18-e61b2f06d538 2018-11-19 06:28:52,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:52,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-17a50207-9255-43be-a37f-43d98c9d071a Date: Mon, 19 Nov 2018 06:28:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:28:52,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-17a50207-9255-43be-a37f-43d98c9d071a 2018-11-19 06:28:52,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:28:52,911 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:28:52,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8979bb204975f48d84746ca0e062e5e7eeb379de" 2018-11-19 06:28:53,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48c8e20e-d979-4a40-a704-126cb50ad585 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:28:53,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-48c8e20e-d979-4a40-a704-126cb50ad585 2018-11-19 06:28:53,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:53,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-5b974d95-0218-45f0-a017-64c8d0b42fbc Date: Mon, 19 Nov 2018 06:28:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:28:53,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-5b974d95-0218-45f0-a017-64c8d0b42fbc 2018-11-19 06:28:53,207 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net 2018-11-19 06:28:53,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" -d '{"port": {"network_id": "adefe9eb-6623-4b32-9fff-4681160c5676", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1", "admin_state_up": true}}' 2018-11-19 06:28:54,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 879 X-Openstack-Request-Id: req-2ad5f2a3-4ae4-4eb0-82c8-2b26169b0ca5 Date: Mon, 19 Nov 2018 06:28:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:53Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:7f:01","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","project_id":"f5fe8cec919348a69e22609d846dcb47","qos_policy_id":null,"admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal"}} 2018-11-19 06:28:54,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-2ad5f2a3-4ae4-4eb0-82c8-2b26169b0ca5 2018-11-19 06:28:54,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:54,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-f9668ed5-c8e1-4a4a-a0e7-b0e5af7c8c32 Date: Mon, 19 Nov 2018 06:28:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:28:54,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-f9668ed5-c8e1-4a4a-a0e7-b0e5af7c8c32 2018-11-19 06:28:54,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:54,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3521cf3a-b4c0-4de0-b751-35a75d241e6a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:28:54,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-3521cf3a-b4c0-4de0-b751-35a75d241e6a 2018-11-19 06:28:54,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:54,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-4fa75d42-434d-4c2b-a522-bbb9eb22fc4b Date: Mon, 19 Nov 2018 06:28:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:28:54,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-4fa75d42-434d-4c2b-a522-bbb9eb22fc4b 2018-11-19 06:28:54,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:54,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-d4975f7f-5220-49e3-9d66-d4a57c3f83e8 Date: Mon, 19 Nov 2018 06:28:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:53Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:28:54,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1&admin_state_up=True used request id req-d4975f7f-5220-49e3-9d66-d4a57c3f83e8 2018-11-19 06:28:54,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:54,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dee4f18a-4f64-404b-8409-e9d09af1b6c3 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:28:54,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-dee4f18a-4f64-404b-8409-e9d09af1b6c3 2018-11-19 06:28:54,853 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-19 06:28:54,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:54,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-e3b2377f-916c-43f5-bb4e-8f6975c1f907 x-compute-request-id: req-e3b2377f-916c-43f5-bb4e-8f6975c1f907 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-flavor-name"}]} 2018-11-19 06:28:54,883 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e3b2377f-916c-43f5-bb4e-8f6975c1f907 2018-11-19 06:28:54,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:54,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ec64a4ae-b59e-402c-ab27-70b8f95e7230 x-compute-request-id: req-ec64a4ae-b59e-402c-ab27-70b8f95e7230 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22141633-2ccc-43a2-adc7-567a4da283fe", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:28:54,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe used request id req-ec64a4ae-b59e-402c-ab27-70b8f95e7230 2018-11-19 06:28:54,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:55,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-a5830ec9-f042-47cb-b83e-6b6dbe4ac36e Date: Mon, 19 Nov 2018 06:28:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:28:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:28:48Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "metadata": {}}], "self": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92", "min_disk": 0, "protected": false, "id": "c0151653-ba37-4915-891b-037ff58cfe92", "file": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "637ff0a8c77e49df9f020771c0ac3b15", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image"} 2018-11-19 06:28:55,167 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image used request id req-a5830ec9-f042-47cb-b83e-6b6dbe4ac36e 2018-11-19 06:28:55,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:55,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8dcd11a1-73b0-478a-97d8-b140219edde8 Date: Mon, 19 Nov 2018 06:28:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:28:55,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8dcd11a1-73b0-478a-97d8-b140219edde8 2018-11-19 06:28:55,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" -d '{"server": {"name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "imageRef": "c0151653-ba37-4915-891b-037ff58cfe92", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "22141633-2ccc-43a2-adc7-567a4da283fe", "max_count": 1, "min_count": 1, "networks": [{"port": "a42300ad-0381-47d6-8379-1036b6569b6b"}]}}' 2018-11-19 06:28:56,694 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:28: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-be60422b-de05-4591-9d3b-21fc06b4ac9b x-compute-request-id: req-be60422b-de05-4591-9d3b-21fc06b4ac9b Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "081a80e0-b6fa-4840-836f-0fce96667056", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "adminPass": "f79LxqYpdxEd"}} 2018-11-19 06:28:56,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-be60422b-de05-4591-9d3b-21fc06b4ac9b 2018-11-19 06:28:56,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:56,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28: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-40ca4c50-e03f-4c47-b678-feb435d91280 x-compute-request-id: req-40ca4c50-e03f-4c47-b678-feb435d91280 Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:28:56Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:56,916 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-40ca4c50-e03f-4c47-b678-feb435d91280 2018-11-19 06:28:56,917 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-19 06:28:56,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:28:57,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:28: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-175b8322-11e9-44c8-a1fd-0a1ed2918ddd x-compute-request-id: req-175b8322-11e9-44c8-a1fd-0a1ed2918ddd Content-Encoding: gzip Content-Length: 678 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:28:56Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:28:57,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-175b8322-11e9-44c8-a1fd-0a1ed2918ddd 2018-11-19 06:28:57,416 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-11-19 06:28:57,416 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:29:00,419 - create_instance - DEBUG - VM status query timeout in 896.497439861 2018-11-19 06:29:00,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:00,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5414293-33b5-4eea-b611-1197d6ff6302 x-compute-request-id: req-e5414293-33b5-4eea-b611-1197d6ff6302 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:28:58Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:00,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-e5414293-33b5-4eea-b611-1197d6ff6302 2018-11-19 06:29:00,851 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - BUILD 2018-11-19 06:29:00,851 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:29:03,854 - create_instance - DEBUG - VM status query timeout in 893.062476873 2018-11-19 06:29:03,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:04,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7083ec81-932e-474a-8079-be71f74412a0 x-compute-request-id: req-7083ec81-932e-474a-8079-be71f74412a0 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:02Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:04,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-7083ec81-932e-474a-8079-be71f74412a0 2018-11-19 06:29:04,553 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-11-19 06:29:04,553 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:29:04,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:05,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-e4b72ffd-234f-45e5-8b94-04c57364ba18 x-compute-request-id: req-e4b72ffd-234f-45e5-8b94-04c57364ba18 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:02Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:05,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-e4b72ffd-234f-45e5-8b94-04c57364ba18 2018-11-19 06:29:05,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:05,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-0d9b7d7a-742b-4bfe-ae0f-7c1b5405b0fa Date: Mon, 19 Nov 2018 06:29:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:05,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-0d9b7d7a-742b-4bfe-ae0f-7c1b5405b0fa 2018-11-19 06:29:05,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:05,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8793aee-27b1-4066-9cb5-c30c7b0ad75a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:05,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-d8793aee-27b1-4066-9cb5-c30c7b0ad75a 2018-11-19 06:29:05,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:05,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-71141ade-f7e2-478b-95bd-105b7134b1bd Date: Mon, 19 Nov 2018 06:29:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:05,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-71141ade-f7e2-478b-95bd-105b7134b1bd 2018-11-19 06:29:05,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:05,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a6f8d023-21c4-4285-9f9a-d0eeb9b1f980 Date: Mon, 19 Nov 2018 06:29:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:05,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-a6f8d023-21c4-4285-9f9a-d0eeb9b1f980 2018-11-19 06:29:05,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:05,999 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a0261e0-6865-4c27-808f-93dc05515d8a x-compute-request-id: req-4a0261e0-6865-4c27-808f-93dc05515d8a Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:02Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:05,999 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-4a0261e0-6865-4c27-808f-93dc05515d8a 2018-11-19 06:29:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:06,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-3c3ad501-bee9-4363-b371-d404dc68e01f Date: Mon, 19 Nov 2018 06:29:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:06,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-3c3ad501-bee9-4363-b371-d404dc68e01f 2018-11-19 06:29:06,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:06,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38254918-b041-4b84-b966-d83caf62c82a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:06,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-38254918-b041-4b84-b966-d83caf62c82a 2018-11-19 06:29:06,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:06,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-b861f979-9346-44e6-bd93-31537d9cde2e Date: Mon, 19 Nov 2018 06:29:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:06,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-b861f979-9346-44e6-bd93-31537d9cde2e 2018-11-19 06:29:06,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:06,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-d4e8d1ac-44a5-4605-b06a-82057a03f8c6 Date: Mon, 19 Nov 2018 06:29:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:06,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-d4e8d1ac-44a5-4605-b06a-82057a03f8c6 2018-11-19 06:29:06,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:07,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-12dcf69f-ef27-4d85-97dd-8e79b1e2e846 x-compute-request-id: req-12dcf69f-ef27-4d85-97dd-8e79b1e2e846 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:02Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:07,172 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-12dcf69f-ef27-4d85-97dd-8e79b1e2e846 2018-11-19 06:29:07,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:07,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-deed7166-9bf6-48e4-a1c7-2cacd51f6675 Date: Mon, 19 Nov 2018 06:29:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:07,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-deed7166-9bf6-48e4-a1c7-2cacd51f6675 2018-11-19 06:29:07,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:07,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-321c09ba-a07d-4885-893d-37291fd16712 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:07,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-321c09ba-a07d-4885-893d-37291fd16712 2018-11-19 06:29:07,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:07,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-85cb24fa-a14b-4494-a7ff-7c1ad926229d Date: Mon, 19 Nov 2018 06:29:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:07,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-85cb24fa-a14b-4494-a7ff-7c1ad926229d 2018-11-19 06:29:07,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:07,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3882 X-Openstack-Request-Id: req-a50d4a67-cd02-4e7b-b86d-18bfa672cbd9 Date: Mon, 19 Nov 2018 06:29:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:07,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-a50d4a67-cd02-4e7b-b86d-18bfa672cbd9 2018-11-19 06:29:07,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:07,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:08,019 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:29:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Mp0P96MzTeKFQNxm-EQ2-Q"], "issued_at": "2018-11-19T06:29:08.000000Z"}} 2018-11-19 06:29:08,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:08,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b9db520-b502-4cdf-8539-406a428688b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:08,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2b9db520-b502-4cdf-8539-406a428688b5 2018-11-19 06:29:08,100 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:29:08,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:08,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-324800a7-8320-4c01-983a-33986c2be415 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:08,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-324800a7-8320-4c01-983a-33986c2be415 2018-11-19 06:29:08,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:08,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-d222ab10-50cb-475d-b239-c571d5195343 Date: Mon, 19 Nov 2018 06:29:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:08,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-d222ab10-50cb-475d-b239-c571d5195343 2018-11-19 06:29:08,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:29:08,436 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:29:08,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:08,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28e44590-1def-49fc-97e3-4cfdb3edc111 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:08,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-28e44590-1def-49fc-97e3-4cfdb3edc111 2018-11-19 06:29:08,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:08,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-1b8cd374-336b-47b3-ae07-bb1afb73617a Date: Mon, 19 Nov 2018 06:29:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:08,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-1b8cd374-336b-47b3-ae07-bb1afb73617a 2018-11-19 06:29:08,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:08,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c7889ecc-95bf-4fa7-b8ae-d1fe8ae94a79 Date: Mon, 19 Nov 2018 06:29:08 GMT RESP BODY: {"ports":[]} 2018-11-19 06:29:08,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2&admin_state_up=True used request id req-c7889ecc-95bf-4fa7-b8ae-d1fe8ae94a79 2018-11-19 06:29:08,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:09,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b09a652a-6210-454e-86f8-ab3fac96ad03 x-compute-request-id: req-b09a652a-6210-454e-86f8-ab3fac96ad03 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:29:09,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova%3Aovercloud-novacompute-1.opnfvlf.org used request id req-b09a652a-6210-454e-86f8-ab3fac96ad03 2018-11-19 06:29:09,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:09,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-b397ab8b-dcc7-4928-882d-f739e893b70f Date: Mon, 19 Nov 2018 06:29:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:09,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-b397ab8b-dcc7-4928-882d-f739e893b70f 2018-11-19 06:29:09,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:09,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28b6b55f-b908-4c75-812f-c30f0eb13e42 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:09,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-28b6b55f-b908-4c75-812f-c30f0eb13e42 2018-11-19 06:29:09,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:09,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-9d360fce-74f1-446a-8a3e-f3d38588833a Date: Mon, 19 Nov 2018 06:29:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:09,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-9d360fce-74f1-446a-8a3e-f3d38588833a 2018-11-19 06:29:09,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:09,920 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f7e5fb5c-0700-41b4-b98b-0d4666c37fd6 Date: Mon, 19 Nov 2018 06:29:09 GMT RESP BODY: {"ports":[]} 2018-11-19 06:29:09,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2&admin_state_up=True used request id req-f7e5fb5c-0700-41b4-b98b-0d4666c37fd6 2018-11-19 06:29:09,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:09,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:10,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["lcHv3NUTSX60yj2ZLpbgYA"], "issued_at": "2018-11-19T06:29:10.000000Z"}} 2018-11-19 06:29:10,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f847d8a86925b826181b8157fc9924d4f66dbbe" 2018-11-19 06:29:10,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff869d3-7a5c-4808-a3c2-8fedce2e2b5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:10,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6ff869d3-7a5c-4808-a3c2-8fedce2e2b5c 2018-11-19 06:29:10,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:10,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-738b93a1-379f-4dea-bb8c-58d72acda2b8 Date: Mon, 19 Nov 2018 06:29:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:10,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-738b93a1-379f-4dea-bb8c-58d72acda2b8 2018-11-19 06:29:10,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:10,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2c2696cf-374c-4b40-974d-86a9e164fce1 Date: Mon, 19 Nov 2018 06:29:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:10,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-2c2696cf-374c-4b40-974d-86a9e164fce1 2018-11-19 06:29:10,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:11,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-355d9f5c-77dd-47ee-be16-76b1a6dac7bb Date: Mon, 19 Nov 2018 06:29:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:11,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-355d9f5c-77dd-47ee-be16-76b1a6dac7bb 2018-11-19 06:29:11,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:29:11,229 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:29:11,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f847d8a86925b826181b8157fc9924d4f66dbbe" 2018-11-19 06:29:11,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6fe4daa-f1d3-46be-8411-a7b432341663 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:11,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-b6fe4daa-f1d3-46be-8411-a7b432341663 2018-11-19 06:29:11,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:11,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-8fd4e1ad-f4eb-449e-b04c-be3df0720941 Date: Mon, 19 Nov 2018 06:29:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:11,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-8fd4e1ad-f4eb-449e-b04c-be3df0720941 2018-11-19 06:29:11,506 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net 2018-11-19 06:29:11,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" -d '{"port": {"network_id": "adefe9eb-6623-4b32-9fff-4681160c5676", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2", "admin_state_up": true}}' 2018-11-19 06:29:12,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 880 X-Openstack-Request-Id: req-0f006523-38d6-4060-893c-08493e5079fa Date: Mon, 19 Nov 2018 06:29:12 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:11Z","device_owner":"","revision_number":4,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.11"}],"id":"9fcda3d0-232b-44f3-8895-6c8d2ea8a876","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:32:31","device_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2","project_id":"f5fe8cec919348a69e22609d846dcb47","qos_policy_id":null,"admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:29:11Z","binding:vnic_type":"normal"}} 2018-11-19 06:29:12,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-0f006523-38d6-4060-893c-08493e5079fa 2018-11-19 06:29:12,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:12,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-d942fcd1-5cde-40ea-94cb-94991c638ad8 Date: Mon, 19 Nov 2018 06:29:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:12,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-d942fcd1-5cde-40ea-94cb-94991c638ad8 2018-11-19 06:29:12,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:12,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e2a9033-6e9d-4601-94f1-b2200a340868 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:12,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-5e2a9033-6e9d-4601-94f1-b2200a340868 2018-11-19 06:29:12,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:13,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-94a634f5-993f-41e0-869a-e08a04e1fb30 Date: Mon, 19 Nov 2018 06:29:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:13,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-94a634f5-993f-41e0-869a-e08a04e1fb30 2018-11-19 06:29:13,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:13,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 883 X-Openstack-Request-Id: req-8a3d8609-0ecf-4b1b-af62-a6dbf0602d0c Date: Mon, 19 Nov 2018 06:29:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:11Z","device_owner":"","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.11"}],"id":"9fcda3d0-232b-44f3-8895-6c8d2ea8a876","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:32:31","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"DOWN","binding:host_id":"","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:29:11Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:29:13,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2&admin_state_up=True used request id req-8a3d8609-0ecf-4b1b-af62-a6dbf0602d0c 2018-11-19 06:29:13,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:13,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78047a24-913f-43f4-b0b7-ceb7813acd20 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:13,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-78047a24-913f-43f4-b0b7-ceb7813acd20 2018-11-19 06:29:13,209 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-19 06:29:13,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:13,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc8497b4-e5de-4085-86e5-adb0f77c8941 x-compute-request-id: req-cc8497b4-e5de-4085-86e5-adb0f77c8941 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}], "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-flavor-name"}]} 2018-11-19 06:29:13,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-cc8497b4-e5de-4085-86e5-adb0f77c8941 2018-11-19 06:29:13,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:13,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d74b8b2d-985e-4400-b16f-2599982d1b2c x-compute-request-id: req-d74b8b2d-985e-4400-b16f-2599982d1b2c Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "22141633-2ccc-43a2-adc7-567a4da283fe", "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:29:13,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe used request id req-d74b8b2d-985e-4400-b16f-2599982d1b2c 2018-11-19 06:29:13,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:13,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1064 Content-Type: application/json X-Openstack-Request-Id: req-52db38d7-19a8-411c-be93-e8d5212e940c Date: Mon, 19 Nov 2018 06:29:13 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:28:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:28:48Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "metadata": {}}], "self": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92", "min_disk": 0, "protected": false, "id": "c0151653-ba37-4915-891b-037ff58cfe92", "file": "/v2/images/c0151653-ba37-4915-891b-037ff58cfe92/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "637ff0a8c77e49df9f020771c0ac3b15", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c0151653-ba37-4915-891b-037ff58cfe92/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image"} 2018-11-19 06:29:13,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image used request id req-52db38d7-19a8-411c-be93-e8d5212e940c 2018-11-19 06:29:13,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:13,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7007f66e-4202-4709-a88f-30df34c1e3c3 Date: Mon, 19 Nov 2018 06:29:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:29:13,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7007f66e-4202-4709-a88f-30df34c1e3c3 2018-11-19 06:29:13,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" -d '{"server": {"name": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "imageRef": "c0151653-ba37-4915-891b-037ff58cfe92", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "22141633-2ccc-43a2-adc7-567a4da283fe", "max_count": 1, "min_count": 1, "networks": [{"port": "9fcda3d0-232b-44f3-8895-6c8d2ea8a876"}]}}' 2018-11-19 06:29:15,347 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:29:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-91933c06-7318-4605-b683-e6441c60300d x-compute-request-id: req-91933c06-7318-4605-b683-e6441c60300d Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "adminPass": "g6B763Bhs5yP"}} 2018-11-19 06:29:15,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-91933c06-7318-4605-b683-e6441c60300d 2018-11-19 06:29:15,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:15,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86075b93-d944-4b5e-b7c4-480c8ff87465 x-compute-request-id: req-86075b93-d944-4b5e-b7c4-480c8ff87465 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:29: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": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:15,700 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-86075b93-d944-4b5e-b7c4-480c8ff87465 2018-11-19 06:29:15,700 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-19 06:29:15,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:15,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1fa281b1-d6ee-4d66-b05b-7125c2f9b500 x-compute-request-id: req-1fa281b1-d6ee-4d66-b05b-7125c2f9b500 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:29: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": "CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:15,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-1fa281b1-d6ee-4d66-b05b-7125c2f9b500 2018-11-19 06:29:15,914 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-11-19 06:29:15,914 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:29:18,917 - create_instance - DEBUG - VM status query timeout in 896.783049107 2018-11-19 06:29:18,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:19,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df0d3816-dcc6-4e48-8e31-e7d534beaf32 x-compute-request-id: req-df0d3816-dcc6-4e48-8e31-e7d534beaf32 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": null, "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:29:16Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:19,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-df0d3816-dcc6-4e48-8e31-e7d534beaf32 2018-11-19 06:29:19,490 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - BUILD 2018-11-19 06:29:19,490 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:29:22,493 - create_instance - DEBUG - VM status query timeout in 893.207455158 2018-11-19 06:29:22,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:22,919 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-07495e00-d38a-4dcb-b8ce-462c1cc27e74 x-compute-request-id: req-07495e00-d38a-4dcb-b8ce-462c1cc27e74 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:21Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:22,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-07495e00-d38a-4dcb-b8ce-462c1cc27e74 2018-11-19 06:29:22,920 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-11-19 06:29:22,920 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:29:22,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:23,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-9e4265d1-9362-4de8-85a1-3de300f938c9 x-compute-request-id: req-9e4265d1-9362-4de8-85a1-3de300f938c9 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:21Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:23,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-9e4265d1-9362-4de8-85a1-3de300f938c9 2018-11-19 06:29:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:23,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-0a50d4db-ea13-4f06-a730-9e53888990ff Date: Mon, 19 Nov 2018 06:29:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:23,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-0a50d4db-ea13-4f06-a730-9e53888990ff 2018-11-19 06:29:23,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:23,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb71cae9-6acb-4cb3-a50a-52d5817b3c7f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:23,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-fb71cae9-6acb-4cb3-a50a-52d5817b3c7f 2018-11-19 06:29:23,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:23,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-73afd15f-c041-4c85-a9ac-3ac8903aabee Date: Mon, 19 Nov 2018 06:29:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:23,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-73afd15f-c041-4c85-a9ac-3ac8903aabee 2018-11-19 06:29:23,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:24,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-4d8ecf06-f612-45a5-b23c-015eccf8ee2b Date: Mon, 19 Nov 2018 06:29:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.11"}],"id":"9fcda3d0-232b-44f3-8895-6c8d2ea8a876","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:32:31","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:29:11Z","binding:vnic_type":"normal","device_id":"7e787ad3-bb01-449e-b112-c4bca19ebac1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:24,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-4d8ecf06-f612-45a5-b23c-015eccf8ee2b 2018-11-19 06:29:24,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:24,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-2e26f6a6-5e74-4196-9e2a-32fe6f35d28f x-compute-request-id: req-2e26f6a6-5e74-4196-9e2a-32fe6f35d28f Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:21Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:24,697 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-2e26f6a6-5e74-4196-9e2a-32fe6f35d28f 2018-11-19 06:29:24,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:24,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-efa24e6b-c115-4785-851b-d3382838505c Date: Mon, 19 Nov 2018 06:29:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:24,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-efa24e6b-c115-4785-851b-d3382838505c 2018-11-19 06:29:24,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:24,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb6a41a5-2f5f-4034-9b46-97d901c3a35a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:24,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-fb6a41a5-2f5f-4034-9b46-97d901c3a35a 2018-11-19 06:29:24,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:25,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-17c108e7-d67f-48c7-994f-a6919ce04c2a Date: Mon, 19 Nov 2018 06:29:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:25,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-17c108e7-d67f-48c7-994f-a6919ce04c2a 2018-11-19 06:29:25,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:25,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-2663c5be-c81a-482c-b4dd-7e062d78627e Date: Mon, 19 Nov 2018 06:29:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.11"}],"id":"9fcda3d0-232b-44f3-8895-6c8d2ea8a876","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:32:31","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:29:11Z","binding:vnic_type":"normal","device_id":"7e787ad3-bb01-449e-b112-c4bca19ebac1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:25,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-2663c5be-c81a-482c-b4dd-7e062d78627e 2018-11-19 06:29:25,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:25,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bd9d127-5af5-4e6e-9949-20b5d76e26de x-compute-request-id: req-3bd9d127-5af5-4e6e-9949-20b5d76e26de Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:21Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:25,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-3bd9d127-5af5-4e6e-9949-20b5d76e26de 2018-11-19 06:29:25,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:26,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-c8a92153-3ed2-492a-be25-58f63512c984 Date: Mon, 19 Nov 2018 06:29:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:26,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-c8a92153-3ed2-492a-be25-58f63512c984 2018-11-19 06:29:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:26,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d084e1c-310b-4073-bd18-a2c468f749a1 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:26,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-8d084e1c-310b-4073-bd18-a2c468f749a1 2018-11-19 06:29:26,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:26,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-46537817-051e-4277-b54b-ee0dd3d6a96d Date: Mon, 19 Nov 2018 06:29:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:26,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-46537817-051e-4277-b54b-ee0dd3d6a96d 2018-11-19 06:29:26,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:26,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-59439b0b-3190-445c-9132-fb07f28106fd Date: Mon, 19 Nov 2018 06:29:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.11"}],"id":"9fcda3d0-232b-44f3-8895-6c8d2ea8a876","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:32:31","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:29:11Z","binding:vnic_type":"normal","device_id":"7e787ad3-bb01-449e-b112-c4bca19ebac1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:26,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-59439b0b-3190-445c-9132-fb07f28106fd 2018-11-19 06:29:26,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:27,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-385fcd61-6f34-483f-9dd2-4224338dcd62 x-compute-request-id: req-385fcd61-6f34-483f-9dd2-4224338dcd62 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:02Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:27,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-385fcd61-6f34-483f-9dd2-4224338dcd62 2018-11-19 06:29:27,079 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-11-19 06:29:27,079 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:29:27,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:27,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b2af091e-caa6-4683-8814-1aabc655f92f x-compute-request-id: req-b2af091e-caa6-4683-8814-1aabc655f92f Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:02Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:27,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-b2af091e-caa6-4683-8814-1aabc655f92f 2018-11-19 06:29:27,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:27,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-37e9b838-b05c-47a3-bec0-a36874a1fa4d Date: Mon, 19 Nov 2018 06:29:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:27,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-37e9b838-b05c-47a3-bec0-a36874a1fa4d 2018-11-19 06:29:27,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:27,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a0392df-9101-41d9-8b50-846dea2f777a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:27,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-4a0392df-9101-41d9-8b50-846dea2f777a 2018-11-19 06:29:27,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:27,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-af346d45-85c1-4793-b341-6dc4e0f64ffe Date: Mon, 19 Nov 2018 06:29:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:27,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-af346d45-85c1-4793-b341-6dc4e0f64ffe 2018-11-19 06:29:27,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:27,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-bd5ae2c7-aee1-48c5-9db0-b5fb382aa992 Date: Mon, 19 Nov 2018 06:29:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.11"}],"id":"9fcda3d0-232b-44f3-8895-6c8d2ea8a876","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:32:31","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:29:11Z","binding:vnic_type":"normal","device_id":"7e787ad3-bb01-449e-b112-c4bca19ebac1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:27,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-bd5ae2c7-aee1-48c5-9db0-b5fb382aa992 2018-11-19 06:29:27,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:28,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-9ee4c974-3331-4bca-b2cf-8f04df78c635 x-compute-request-id: req-9ee4c974-3331-4bca-b2cf-8f04df78c635 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:7f:01", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:02Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:28,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-9ee4c974-3331-4bca-b2cf-8f04df78c635 2018-11-19 06:29:28,299 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:28,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-340e5c1c-2794-45ef-8cc4-d5475a469c18 x-compute-request-id: req-340e5c1c-2794-45ef-8cc4-d5475a469c18 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:21Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:28,746 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-340e5c1c-2794-45ef-8cc4-d5475a469c18 2018-11-19 06:29:28,747 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-11-19 06:29:28,747 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:29:28,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:29,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34df87fd-71ab-41ff-96ec-284691d4914d x-compute-request-id: req-34df87fd-71ab-41ff-96ec-284691d4914d Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:21Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:29,204 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-34df87fd-71ab-41ff-96ec-284691d4914d 2018-11-19 06:29:29,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:29,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-5956e0b9-586a-42c5-8261-75425faa2abd Date: Mon, 19 Nov 2018 06:29:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"adefe9eb-6623-4b32-9fff-4681160c5676","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":89,"ipv4_address_scope":null,"shared":false,"project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","subnets":["1840e843-27d9-4541-a76a-4a27e7d955ad"],"description":"","tags":[],"updated_at":"2018-11-19T06:28:45Z","qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net","admin_state_up":true,"tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:44Z","provider:network_type":"vxlan"}]} 2018-11-19 06:29:29,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net used request id req-5956e0b9-586a-42c5-8261-75425faa2abd 2018-11-19 06:29:29,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:29,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b353171-e03b-4412-9109-093d1e6d403f Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:29,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-9b353171-e03b-4412-9109-093d1e6d403f 2018-11-19 06:29:29,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:29,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 678 X-Openstack-Request-Id: req-2fc7c743-3cdb-44f3-bad2-8b8946e66b26 Date: Mon, 19 Nov 2018 06:29:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","dns_nameservers":[],"updated_at":"2018-11-19T06:28: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":"f5fe8cec919348a69e22609d846dcb47","id":"1840e843-27d9-4541-a76a-4a27e7d955ad","subnetpool_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet"}]} 2018-11-19 06:29:29,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-2fc7c743-3cdb-44f3-bad2-8b8946e66b26 2018-11-19 06:29:29,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:29,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4901 X-Openstack-Request-Id: req-63adb1d0-3782-4040-ac4e-ed01f635e339 Date: Mon, 19 Nov 2018 06:29:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:48Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.3"}],"id":"15b523c0-97ae-46a2-9a92-2c39e9cb83d9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:23:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:46Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.4"}],"id":"3a3229e3-3a57-4517-8a00-37b85c3016dd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:a6:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:47Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:28:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.2"}],"id":"7af790cb-b9b2-4cfa-a929-fd973162c70b","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:af:fe","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-adefe9eb-6623-4b32-9fff-4681160c5676"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:20Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.11"}],"id":"9fcda3d0-232b-44f3-8895-6c8d2ea8a876","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:64:32:31","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:29:11Z","binding:vnic_type":"normal","device_id":"7e787ad3-bb01-449e-b112-c4bca19ebac1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:02Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1840e843-27d9-4541-a76a-4a27e7d955ad","ip_address":"10.55.0.7"}],"id":"a42300ad-0381-47d6-8379-1036b6569b6b","security_groups":["67c44881-635a-4259-86c0-505f7a804f4b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:51:7f:01","project_id":"f5fe8cec919348a69e22609d846dcb47","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1","admin_state_up":true,"network_id":"adefe9eb-6623-4b32-9fff-4681160c5676","tenant_id":"f5fe8cec919348a69e22609d846dcb47","created_at":"2018-11-19T06:28:53Z","binding:vnic_type":"normal","device_id":"081a80e0-b6fa-4840-836f-0fce96667056"}]} 2018-11-19 06:29:29,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-63adb1d0-3782-4040-ac4e-ed01f635e339 2018-11-19 06:29:29,640 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:29,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-f81a5b8a-8c1e-4c9e-bf29-145342f46f8c x-compute-request-id: req-f81a5b8a-8c1e-4c9e-bf29-145342f46f8c Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:32:31", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "security_groups": [{"name": "default"}], "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:21Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:29,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-f81a5b8a-8c1e-4c9e-bf29-145342f46f8c 2018-11-19 06:29:29,957 - create_instance - INFO - Deleting Port with ID - a42300ad-0381-47d6-8379-1036b6569b6b 2018-11-19 06:29:29,957 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-1 2018-11-19 06:29:29,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/a42300ad-0381-47d6-8379-1036b6569b6b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:30,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-703c8bf6-25c7-4459-bf49-3fe3635d349f Date: Mon, 19 Nov 2018 06:29:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:29:30,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/a42300ad-0381-47d6-8379-1036b6569b6b used request id req-703c8bf6-25c7-4459-bf49-3fe3635d349f 2018-11-19 06:29:30,434 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-19 06:29:30,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:30,569 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:29:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-542369fb-c8dd-43f4-bd15-9f0aefc21420 x-compute-request-id: req-542369fb-c8dd-43f4-bd15-9f0aefc21420 Content-Type: application/json 2018-11-19 06:29:30,569 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-542369fb-c8dd-43f4-bd15-9f0aefc21420 2018-11-19 06:29:30,569 - create_instance - INFO - Checking deletion status 2018-11-19 06:29:30,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:30,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-719b5701-aeb8-419b-b4dd-8f7dc8029e9b x-compute-request-id: req-719b5701-aeb8-419b-b4dd-8f7dc8029e9b Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/081a80e0-b6fa-4840-836f-0fce96667056", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e0", "OS-SRV-USG:launched_at": "2018-11-19T06:29:01.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "081a80e0-b6fa-4840-836f-0fce96667056", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:30Z", "hostId": "6a4f24c8df8108e4e7edc278dd0bd8fd216b7d332dff5d29a76bda51", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org", "created": "2018-11-19T06:28:56Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:30,674 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-719b5701-aeb8-419b-b4dd-8f7dc8029e9b 2018-11-19 06:29:30,675 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org] is - ACTIVE 2018-11-19 06:29:30,675 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:29:33,678 - create_instance - DEBUG - VM status query timeout in 296.89130497 2018-11-19 06:29:33,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8fb61ec876e8dcb793682f2fae70008493a60014" 2018-11-19 06:29:33,732 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:29:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-559a1b10-ac91-4538-9679-736f6e840973 x-compute-request-id: req-559a1b10-ac91-4538-9679-736f6e840973 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 081a80e0-b6fa-4840-836f-0fce96667056 could not be found.", "code": 404}} 2018-11-19 06:29:33,732 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/081a80e0-b6fa-4840-836f-0fce96667056 used request id req-559a1b10-ac91-4538-9679-736f6e840973 2018-11-19 06:29:33,732 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 081a80e0-b6fa-4840-836f-0fce96667056 could not be found. (HTTP 404) (Request-ID: req-559a1b10-ac91-4538-9679-736f6e840973) 2018-11-19 06:29:33,732 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-11-19 06:29:33,734 - create_instance - INFO - Deleting Port with ID - 9fcda3d0-232b-44f3-8895-6c8d2ea8a876 2018-11-19 06:29:33,734 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3dport-2 2018-11-19 06:29:33,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/9fcda3d0-232b-44f3-8895-6c8d2ea8a876 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:34,191 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-396554a4-dc92-4344-a92c-b4dea9be97ae Date: Mon, 19 Nov 2018 06:29:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:29:34,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/9fcda3d0-232b-44f3-8895-6c8d2ea8a876 used request id req-396554a4-dc92-4344-a92c-b4dea9be97ae 2018-11-19 06:29:34,191 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-19 06:29:34,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:34,383 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06: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-c3781048-f5a1-48d2-bd7c-4a02fd1dc30d x-compute-request-id: req-c3781048-f5a1-48d2-bd7c-4a02fd1dc30d Content-Type: application/json 2018-11-19 06:29:34,383 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-c3781048-f5a1-48d2-bd7c-4a02fd1dc30d 2018-11-19 06:29:34,384 - create_instance - INFO - Checking deletion status 2018-11-19 06:29:34,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:34,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-8aa20561-1e65-4554-9dc6-0e8dd82ec92b x-compute-request-id: req-8aa20561-1e65-4554-9dc6-0e8dd82ec92b Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1", "rel": "bookmark"}], "image": {"id": "c0151653-ba37-4915-891b-037ff58cfe92", "links": [{"href": "http://172.30.9.21:8774/images/c0151653-ba37-4915-891b-037ff58cfe92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-000000e3", "OS-SRV-USG:launched_at": "2018-11-19T06:29:20.000000", "flavor": {"id": "22141633-2ccc-43a2-adc7-567a4da283fe", "links": [{"href": "http://172.30.9.21:8774/flavors/22141633-2ccc-43a2-adc7-567a4da283fe", "rel": "bookmark"}]}, "id": "7e787ad3-bb01-449e-b112-c4bca19ebac1", "user_id": "0c2fb0b1955d4b6993496cc96690ef00", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:29:34Z", "hostId": "218b998e3d39897e2b1a366cf76e9a374cf4d4d270d25f2ba1105e44", "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-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org", "created": "2018-11-19T06:29:15Z", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:29:34,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-8aa20561-1e65-4554-9dc6-0e8dd82ec92b 2018-11-19 06:29:34,626 - create_instance - DEBUG - Instance status [CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org] is - ACTIVE 2018-11-19 06:29:34,627 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:29:37,630 - create_instance - DEBUG - VM status query timeout in 296.754077911 2018-11-19 06:29:37,633 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a10ad486cde87494d78edf16461af06998341e8e" 2018-11-19 06:29:37,696 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:29:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-49fba9e2-4f51-4d39-a921-54a8c477934f x-compute-request-id: req-49fba9e2-4f51-4d39-a921-54a8c477934f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 7e787ad3-bb01-449e-b112-c4bca19ebac1 could not be found.", "code": 404}} 2018-11-19 06:29:37,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7e787ad3-bb01-449e-b112-c4bca19ebac1 used request id req-49fba9e2-4f51-4d39-a921-54a8c477934f 2018-11-19 06:29:37,696 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 7e787ad3-bb01-449e-b112-c4bca19ebac1 could not be found. (HTTP 404) (Request-ID: req-49fba9e2-4f51-4d39-a921-54a8c477934f) 2018-11-19 06:29:37,697 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-11-19 06:29:37,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c148438af3efc56933a0cda8e2f3518d6bc56e0c" 2018-11-19 06:29:37,749 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:29:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6e8cf403-f0a2-4fa6-b9df-f0f8dce7e9d7 x-compute-request-id: req-6e8cf403-f0a2-4fa6-b9df-f0f8dce7e9d7 Content-Length: 0 Content-Type: application/json 2018-11-19 06:29:37,749 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/22141633-2ccc-43a2-adc7-567a4da283fe used request id req-6e8cf403-f0a2-4fa6-b9df-f0f8dce7e9d7 2018-11-19 06:29:37,750 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet 2018-11-19 06:29:37,750 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-subnet 2018-11-19 06:29:37,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/1840e843-27d9-4541-a76a-4a27e7d955ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:29:39,894 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3ba3da36-ca47-4014-bdac-08c4c1e642fa Date: Mon, 19 Nov 2018 06:29:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:29:39,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1840e843-27d9-4541-a76a-4a27e7d955ad used request id req-3ba3da36-ca47-4014-bdac-08c4c1e642fa 2018-11-19 06:29:39,895 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-priv-net 2018-11-19 06:29:39,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/adefe9eb-6623-4b32-9fff-4681160c5676 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c66bea8367a1ec17ebcdb60c8aba22144cdca7a" 2018-11-19 06:29:41,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6963b525-a172-4d53-b4d6-41f6e039c4fe Date: Mon, 19 Nov 2018 06:29:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:29:41,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/adefe9eb-6623-4b32-9fff-4681160c5676 used request id req-6963b525-a172-4d53-b4d6-41f6e039c4fe 2018-11-19 06:29:41,164 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-3633a8a3-68ef-4c72-9550-2c45ced1fa3d-image 2018-11-19 06:29:41,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}658a8f617912abf61eef003181e98537024c3478" 2018-11-19 06:29:42,561 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b322d0f1-204a-4bf0-b852-21f5878206ef Date: Mon, 19 Nov 2018 06:29:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:29:42,561 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c0151653-ba37-4915-891b-037ff58cfe92 used request id req-b322d0f1-204a-4bf0-b852-21f5878206ef 2018-11-19 06:29:42,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:29:42,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3f8ad555-5616-4328-9267-d638e4f94438 Date: Mon, 19 Nov 2018 06:29:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:29:42,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3f8ad555-5616-4328-9267-d638e4f94438 2018-11-19 06:29:42,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:29:42,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86ad284f-509d-41be-9b6e-7f9ef40b6bfa Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:29:42,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-86ad284f-509d-41be-9b6e-7f9ef40b6bfa 2018-11-19 06:29:42,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:29:42,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f68950b8-010d-473d-b7e3-8f37ddd390b6 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:29:42,960 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-f68950b8-010d-473d-b7e3-8f37ddd390b6 2018-11-19 06:29:42,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:29:43,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2936b3e-7156-40e7-816d-4bf96afc2499 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:29:43,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-c2936b3e-7156-40e7-816d-4bf96afc2499 2018-11-19 06:29:43,047 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-781316da-273a-40a-proj 2018-11-19 06:29:43,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/637ff0a8c77e49df9f020771c0ac3b15 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:29:43,367 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbb1eb7e-01b0-4535-8686-efbb2b068220 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:29:43,367 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/637ff0a8c77e49df9f020771c0ac3b15 used request id req-bbb1eb7e-01b0-4535-8686-efbb2b068220 2018-11-19 06:29:43,368 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-781316da-273a-40a-proj-role 2018-11-19 06:29:43,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a3bb4c5bb89b416e8db65145aadb0d81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:29:43,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0b2392c-f310-4293-bf20-28b3f02992a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:29:43,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a3bb4c5bb89b416e8db65145aadb0d81 used request id req-c0b2392c-f310-4293-bf20-28b3f02992a6 2018-11-19 06:29:43,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cc256344b49a1d4ae3fe6b437d9f2d1c46b6163" 2018-11-19 06:29:43,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a72cb81-8f7b-429d-ae64-62826a90298f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:29:43,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a72cb81-8f7b-429d-ae64-62826a90298f 2018-11-19 06:29:43,575 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-781316da-273a-40a-user 2018-11-19 06:29:43,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7d97bd0175924b629b1ef8f17ce24709 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66b87282e2b070c2ee735937b9ac03402ea38a5d" 2018-11-19 06:29:43,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-50c433ac-e406-402b-8b93-c21f03fee8d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:29:43,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7d97bd0175924b629b1ef8f17ce24709 used request id req-50c433ac-e406-402b-8b93-c21f03fee8d4 2018-11-19 06:29:43,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:44,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["1tcIqid3RMKdwcGGR62kQA"], "issued_at": "2018-11-19T06:29:44.000000Z"}} 2018-11-19 06:29:44,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0422c1d15688da71a93713594a8ad2ebc97b35be" 2018-11-19 06:29:44,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c747d1ff-6d86-4de3-bdc7-cb94800c4a03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:44,251 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c747d1ff-6d86-4de3-bdc7-cb94800c4a03 2018-11-19 06:29:44,252 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:44,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:44,645 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["utAL7zHfQdugS2xZ01PB4w"], "issued_at": "2018-11-19T06:29:44.000000Z"}} 2018-11-19 06:29:44,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:29:44,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f5a08f1-92e9-4800-b47b-4ba1f886dc4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:44,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6f5a08f1-92e9-4800-b47b-4ba1f886dc4f 2018-11-19 06:29:44,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:29:44,744 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:29:44,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-e481395e-5073-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:29:44,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5688a108-e633-430d-b923-b5b632d54ba3 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-e481395e-5073-49b-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:29:44,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceFromThreePartImage-e481395e-5073-49b-proj used request id req-5688a108-e633-430d-b923-b5b632d54ba3 2018-11-19 06:29:44,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:29:44,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce5a212-9f2f-48df-84be-69c2bc92aedd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:29:44,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5ce5a212-9f2f-48df-84be-69c2bc92aedd 2018-11-19 06:29:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}}' 2018-11-19 06:29:44,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-229550a1-a357-489c-b950-c8d41ec67946 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:29:44,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-229550a1-a357-489c-b950-c8d41ec67946 2018-11-19 06:29:44,981 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-e481395e-5073-49b-proj 2018-11-19 06:29:44,981 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:44,982 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:45,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:29:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["t5FcXTEYQiWpUeaqtHOXbQ"], "issued_at": "2018-11-19T06:29:45.000000Z"}} 2018-11-19 06:29:45,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67629941c97a69854bb6af1566108292737c2f6a" 2018-11-19 06:29:45,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cf5d3c0-a719-465c-acd2-35c3f99934da Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:45,455 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4cf5d3c0-a719-465c-acd2-35c3f99934da 2018-11-19 06:29:45,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:29:45,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:29:45,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67629941c97a69854bb6af1566108292737c2f6a" 2018-11-19 06:29:45,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dd8eb56-a76d-4d83-9089-f7749d6ea227 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:29:45,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3dd8eb56-a76d-4d83-9089-f7749d6ea227 2018-11-19 06:29:45,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-e481395e-5073-49b-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67629941c97a69854bb6af1566108292737c2f6a" 2018-11-19 06:29:45,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a516f458-3ce8-449c-9f0f-dab038ab2a4c Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-e481395e-5073-49b-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}]} 2018-11-19 06:29:45,664 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceFromThreePartImage-e481395e-5073-49b-proj used request id req-a516f458-3ce8-449c-9f0f-dab038ab2a4c 2018-11-19 06:29:45,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67629941c97a69854bb6af1566108292737c2f6a" 2018-11-19 06:29:45,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6628e7ee-8c36-4915-b075-078e22007052 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:29:45,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6628e7ee-8c36-4915-b075-078e22007052 2018-11-19 06:29:46,136 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-e481395e-5073-49b-user 2018-11-19 06:29:46,137 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:46,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:29:46,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa32bb1c-b7f7-47b4-8f70-2c9d92d63663 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:29:46,235 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fa32bb1c-b7f7-47b4-8f70-2c9d92d63663 2018-11-19 06:29:46,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" -d '{"role": {"name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role"}}' 2018-11-19 06:29:46,339 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a73ca9b7-d27b-471d-b1ea-e9a248430667 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "10760a2101864d469e60ca6565c90591", "links": {"self": "http://172.30.9.21:5000/v3/roles/10760a2101864d469e60ca6565c90591"}, "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role"}} 2018-11-19 06:29:46,339 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-a73ca9b7-d27b-471d-b1ea-e9a248430667 2018-11-19 06:29:46,340 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role 2018-11-19 06:29:46,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/10760a2101864d469e60ca6565c90591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:29:46,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07c381c0-0a18-47e6-a409-5ef5a20d01ef Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/10760a2101864d469e60ca6565c90591"}, "domain_id": null, "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role", "id": "10760a2101864d469e60ca6565c90591"}} 2018-11-19 06:29:46,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/10760a2101864d469e60ca6565c90591 used request id req-07c381c0-0a18-47e6-a409-5ef5a20d01ef 2018-11-19 06:29:46,434 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role to project CreateInstanceFromThreePartImage-e481395e-5073-49b-proj 2018-11-19 06:29:46,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3/users/3e3c87079e8145949397491b95d8ec58/roles/10760a2101864d469e60ca6565c90591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:29:46,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:29:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8ed8a48-7531-4629-9741-37ddff616fd7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:29:46,570 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3/users/3e3c87079e8145949397491b95d8ec58/roles/10760a2101864d469e60ca6565c90591 used request id req-b8ed8a48-7531-4629-9741-37ddff616fd7 2018-11-19 06:29:46,571 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:29:46,572 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:29:46,572 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-11-19 06:29:46,572 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:46,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:46,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10760a2101864d469e60ca6565c90591", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role"}], "expires_at": "2018-11-19T07:29:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-user", "id": "3e3c87079e8145949397491b95d8ec58"}, "audit_ids": ["TkeiXeoMThu0JIIqWYMPuQ"], "issued_at": "2018-11-19T06:29:46.000000Z"}} 2018-11-19 06:29:46,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" 2018-11-19 06:29:47,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e46300cf-0285-4734-ac81-52ecae05ba76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:47,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e46300cf-0285-4734-ac81-52ecae05ba76 2018-11-19 06:29:47,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" 2018-11-19 06:29:47,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-376e4c75-d988-454d-b6d9-e0296d620fa0 Date: Mon, 19 Nov 2018 06:29:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6"} 2018-11-19 06:29:47,190 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 used request id req-376e4c75-d988-454d-b6d9-e0296d620fa0 2018-11-19 06:29:47,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" 2018-11-19 06:29:47,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-18746085-0004-4702-9598-28cb78fa2b56 Date: Mon, 19 Nov 2018 06:29:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:29:47,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-18746085-0004-4702-9598-28cb78fa2b56 2018-11-19 06:29:47,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6"}' 2018-11-19 06:29:47,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8 X-Openstack-Request-Id: req-211ff51d-1b9a-4e0b-848c-ba9cbe1bcbd5 Date: Mon, 19 Nov 2018 06:29:47 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:29:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:29:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8", "min_disk": 0, "protected": false, "id": "553b20d2-27f2-4048-8081-82704df849d8", "file": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8/file", "checksum": null, "owner": "377c10a670cf4a39a41b4be2abb5dcf3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:29:47,570 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-211ff51d-1b9a-4e0b-848c-ba9cbe1bcbd5 2018-11-19 06:29:47,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" -d '' 2018-11-19 06:29:48,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cb4e53dd-5c60-4153-a9b3-683e355ace47 Date: Mon, 19 Nov 2018 06:29:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:29:48,926 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8/file used request id req-cb4e53dd-5c60-4153-a9b3-683e355ace47 2018-11-19 06:29:48,927 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:29:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" 2018-11-19 06:29:49,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-e7418b9f-5da1-46f5-88f9-f82eb58fcd11 Date: Mon, 19 Nov 2018 06:29:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:29:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:29:48Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/553b20d2-27f2-4048-8081-82704df849d8/snap", "metadata": {}}], "self": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8", "min_disk": 0, "protected": false, "id": "553b20d2-27f2-4048-8081-82704df849d8", "file": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "377c10a670cf4a39a41b4be2abb5dcf3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/553b20d2-27f2-4048-8081-82704df849d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:29:49,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8 used request id req-e7418b9f-5da1-46f5-88f9-f82eb58fcd11 2018-11-19 06:29:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" 2018-11-19 06:29:49,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fcb8dec8-84c3-4864-aaac-9c8fbd3376cb Date: Mon, 19 Nov 2018 06:29:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:29:49,333 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-fcb8dec8-84c3-4864-aaac-9c8fbd3376cb 2018-11-19 06:29:49,336 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 2018-11-19 06:29:49,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" 2018-11-19 06:29:49,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-316bef5e-ee6f-4f10-9137-eb286c222c1a Date: Mon, 19 Nov 2018 06:29:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:29:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:29:48Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/553b20d2-27f2-4048-8081-82704df849d8/snap", "metadata": {}}], "self": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8", "min_disk": 0, "protected": false, "id": "553b20d2-27f2-4048-8081-82704df849d8", "file": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "377c10a670cf4a39a41b4be2abb5dcf3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/553b20d2-27f2-4048-8081-82704df849d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:29:49,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8 used request id req-316bef5e-ee6f-4f10-9137-eb286c222c1a 2018-11-19 06:29:49,520 - create_image - DEBUG - Instance status is - active 2018-11-19 06:29:49,520 - create_image - DEBUG - Image is active with name - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 2018-11-19 06:29:49,520 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 2018-11-19 06:29:49,521 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:49,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:49,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:29:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gLZF15lYSQu7w7ZmqmePIQ"], "issued_at": "2018-11-19T06:29:49.000000Z"}} 2018-11-19 06:29:49,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7aee54fb8ff15700ecb6f7e646e5ed4d2c5b967" 2018-11-19 06:29:50,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be8f019f-69f7-4ba6-97d0-8770d5ad1702 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:50,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-be8f019f-69f7-4ba6-97d0-8770d5ad1702 2018-11-19 06:29:50,004 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:29:50,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7aee54fb8ff15700ecb6f7e646e5ed4d2c5b967" 2018-11-19 06:29:50,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ca0859e9-b7fd-408a-8e02-d29655ffa524 x-compute-request-id: req-ca0859e9-b7fd-408a-8e02-d29655ffa524 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:29:50,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ca0859e9-b7fd-408a-8e02-d29655ffa524 2018-11-19 06:29:50,183 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7aee54fb8ff15700ecb6f7e646e5ed4d2c5b967" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:29:50,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ffcce865-6f02-4af8-92e1-1bd717e016c3 x-compute-request-id: req-ffcce865-6f02-4af8-92e1-1bd717e016c3 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:29:50,256 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ffcce865-6f02-4af8-92e1-1bd717e016c3 2018-11-19 06:29:50,256 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:50,257 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:50,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10760a2101864d469e60ca6565c90591", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role"}], "expires_at": "2018-11-19T07:29:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-user", "id": "3e3c87079e8145949397491b95d8ec58"}, "audit_ids": ["V9TDjHo9RJ6XJlSPbXuwVA"], "issued_at": "2018-11-19T06:29:50.000000Z"}} 2018-11-19 06:29:50,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:29:50,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23ed778f-0ac5-40a8-837b-83f39034e008 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:50,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23ed778f-0ac5-40a8-837b-83f39034e008 2018-11-19 06:29:50,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:29:50,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9ac15138-b3db-41da-a786-6bfd30c7928a Date: Mon, 19 Nov 2018 06:29:50 GMT RESP BODY: {"networks":[]} 2018-11-19 06:29:50,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net used request id req-9ac15138-b3db-41da-a786-6bfd30c7928a 2018-11-19 06:29:50,904 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net 2018-11-19 06:29:50,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" -d '{"network": {"name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net", "admin_state_up": true}}' 2018-11-19 06:29:51,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-5e084812-df9f-499f-8c8e-139081f94efa Date: Mon, 19 Nov 2018 06:29:51 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:29:51Z","is_default":false,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","mtu":1450}} 2018-11-19 06:29:51,499 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-5e084812-df9f-499f-8c8e-139081f94efa 2018-11-19 06:29:51,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:29:51,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-d86737c7-24d2-425f-98e0-be4d91a1417c Date: Mon, 19 Nov 2018 06:29:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:29:51Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:29:51,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-d86737c7-24d2-425f-98e0-be4d91a1417c 2018-11-19 06:29:51,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:29:51,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c63d2c98-c160-41c5-afd3-1d47d2ff5e39 Date: Mon, 19 Nov 2018 06:29:51 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:29:51,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-c63d2c98-c160-41c5-afd3-1d47d2ff5e39 2018-11-19 06:29:51,912 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet 2018-11-19 06:29:51,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" -d '{"subnets": [{"ip_version": 4, "network_id": "023d9a67-30b6-4b91-99a1-6d05d8d28fbf", "cidr": "10.55.0.0/24", "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]}' 2018-11-19 06:29:52,631 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e021f28d-ce09-4091-bb7e-291586d1292b Date: Mon, 19 Nov 2018 06:29:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:29:52,632 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e021f28d-ce09-4091-bb7e-291586d1292b 2018-11-19 06:29:52,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:29:52,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-756fa8be-cad9-4922-8b9b-92f338abd36e Date: Mon, 19 Nov 2018 06:29:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7673cda0-7c47-482e-a842-3393d1f08403"],"updated_at":"2018-11-19T06:29:52Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:29:52,896 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-756fa8be-cad9-4922-8b9b-92f338abd36e 2018-11-19 06:29:52,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:29:53,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cfe4abac-5971-4750-ace0-68029ff83f84 Date: Mon, 19 Nov 2018 06:29:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:29:53,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-cfe4abac-5971-4750-ace0-68029ff83f84 2018-11-19 06:29:53,097 - OpenStackNetwork - DEBUG - Network [023d9a67-30b6-4b91-99a1-6d05d8d28fbf] created successfully 2018-11-19 06:29:53,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:53,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:53,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10760a2101864d469e60ca6565c90591", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role"}], "expires_at": "2018-11-19T07:29:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-user", "id": "3e3c87079e8145949397491b95d8ec58"}, "audit_ids": ["lEyDQVwqTvuYInQlp3-pqQ"], "issued_at": "2018-11-19T06:29:53.000000Z"}} 2018-11-19 06:29:53,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:53,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f04abb0-41a0-41bd-b4c3-771194929c76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:53,550 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9f04abb0-41a0-41bd-b4c3-771194929c76 2018-11-19 06:29:53,551 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:29:53,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:53,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb01bef5-7802-467d-8577-0a1346f4a722 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:53,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eb01bef5-7802-467d-8577-0a1346f4a722 2018-11-19 06:29:53,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:53,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-86377ebf-a4af-4467-9960-0b9ec512a1a6 Date: Mon, 19 Nov 2018 06:29: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":["7673cda0-7c47-482e-a842-3393d1f08403"],"updated_at":"2018-11-19T06:29:52Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:29:53,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net used request id req-86377ebf-a4af-4467-9960-0b9ec512a1a6 2018-11-19 06:29:53,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:29:53,878 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:29:53,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:53,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba8b47e-f70e-4b98-950e-6b32f9d9878d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:29:53,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-cba8b47e-f70e-4b98-950e-6b32f9d9878d 2018-11-19 06:29:53,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:54,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9ed23a23-aa8e-43da-a5ea-1a902cdd6b1b Date: Mon, 19 Nov 2018 06:29:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:29:54,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-9ed23a23-aa8e-43da-a5ea-1a902cdd6b1b 2018-11-19 06:29:54,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:54,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0da9ec0a-acd4-44d2-828e-9aa9d4639205 Date: Mon, 19 Nov 2018 06:29:54 GMT RESP BODY: {"ports":[]} 2018-11-19 06:29:54,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port&admin_state_up=True used request id req-0da9ec0a-acd4-44d2-828e-9aa9d4639205 2018-11-19 06:29:54,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:54,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8db54a3-57df-4f0f-9004-db9bde0bd00f x-compute-request-id: req-f8db54a3-57df-4f0f-9004-db9bde0bd00f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:29:54,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst used request id req-f8db54a3-57df-4f0f-9004-db9bde0bd00f 2018-11-19 06:29:54,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:55,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-82cf613e-9262-4ce8-9eb6-5209407eb70c Date: Mon, 19 Nov 2018 06:29: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":["7673cda0-7c47-482e-a842-3393d1f08403"],"updated_at":"2018-11-19T06:29:52Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:29:55,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net used request id req-82cf613e-9262-4ce8-9eb6-5209407eb70c 2018-11-19 06:29:55,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:55,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32cc92ad-00c1-40af-9e1a-2e3c16f4fb5a Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:29:55,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-32cc92ad-00c1-40af-9e1a-2e3c16f4fb5a 2018-11-19 06:29:55,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:55,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c35e5115-6309-4a46-be09-5a45d722a6ec Date: Mon, 19 Nov 2018 06:29:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:29:55,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-c35e5115-6309-4a46-be09-5a45d722a6ec 2018-11-19 06:29:55,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:55,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ef572e1e-f34c-437d-ac41-5cc6da6aae77 Date: Mon, 19 Nov 2018 06:29:55 GMT RESP BODY: {"ports":[]} 2018-11-19 06:29:55,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port&admin_state_up=True used request id req-ef572e1e-f34c-437d-ac41-5cc6da6aae77 2018-11-19 06:29:55,512 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:29:55,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:29:55,886 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "10760a2101864d469e60ca6565c90591", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role"}], "expires_at": "2018-11-19T07:29:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/377c10a670cf4a39a41b4be2abb5dcf3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-user", "id": "3e3c87079e8145949397491b95d8ec58"}, "audit_ids": ["WHLXwJMDSCmXSZjuCHKiXw"], "issued_at": "2018-11-19T06:29:55.000000Z"}} 2018-11-19 06:29:55,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23970a4c42c07bfb37d260a8848ff727660e516" 2018-11-19 06:29:55,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-219ccfa1-1a88-420d-ba34-2a614f3545cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:29:55,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-219ccfa1-1a88-420d-ba34-2a614f3545cb 2018-11-19 06:29:55,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:56,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-86bd70db-80e7-4d3a-9a58-c6faaa1dfe22 Date: Mon, 19 Nov 2018 06:29: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":["7673cda0-7c47-482e-a842-3393d1f08403"],"updated_at":"2018-11-19T06:29:52Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:29:56,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net used request id req-86bd70db-80e7-4d3a-9a58-c6faaa1dfe22 2018-11-19 06:29:56,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:56,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f55516ce-d831-4010-94d3-dd918ad338c2 Date: Mon, 19 Nov 2018 06:29:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:29:56,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-f55516ce-d831-4010-94d3-dd918ad338c2 2018-11-19 06:29:56,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:56,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-32b89bad-f244-4a28-8429-bfc5119a8fba Date: Mon, 19 Nov 2018 06:29: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":["7673cda0-7c47-482e-a842-3393d1f08403"],"updated_at":"2018-11-19T06:29:52Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:29:56,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net used request id req-32b89bad-f244-4a28-8429-bfc5119a8fba 2018-11-19 06:29:56,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:29:56,539 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:29: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:29:56,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b23970a4c42c07bfb37d260a8848ff727660e516" 2018-11-19 06:29:56,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-406f26fb-0f9d-47b7-8dff-4da5a580d866 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:29:56,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-406f26fb-0f9d-47b7-8dff-4da5a580d866 2018-11-19 06:29:56,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:56,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db9dc2a1-a49f-4134-a1b7-529c4bdbe48c Date: Mon, 19 Nov 2018 06:29:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:29:56,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-db9dc2a1-a49f-4134-a1b7-529c4bdbe48c 2018-11-19 06:29:56,679 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net 2018-11-19 06:29:56,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" -d '{"port": {"network_id": "023d9a67-30b6-4b91-99a1-6d05d8d28fbf", "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port", "admin_state_up": true}}' 2018-11-19 06:29:57,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-4f152e8f-1da0-41d8-9747-bdecccd2e613 Date: Mon, 19 Nov 2018 06:29:57 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7673cda0-7c47-482e-a842-3393d1f08403","ip_address":"10.55.0.11"}],"id":"2f4e4d63-fa8c-4204-873a-a85c3bcc24e4","security_groups":["da127b92-aa6d-4a55-b0f3-1fe1bac53dd2"],"mac_address":"fa:16:3e:00:a2:07","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","qos_policy_id":null,"admin_state_up":true,"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:57Z","binding:vnic_type":"normal"}} 2018-11-19 06:29:57,602 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4f152e8f-1da0-41d8-9747-bdecccd2e613 2018-11-19 06:29:57,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:57,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3aa4b9f9-8bd1-449b-83bd-13f6f012ed55 Date: Mon, 19 Nov 2018 06:29: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":["7673cda0-7c47-482e-a842-3393d1f08403"],"updated_at":"2018-11-19T06:29:52Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:29:57,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net used request id req-3aa4b9f9-8bd1-449b-83bd-13f6f012ed55 2018-11-19 06:29:57,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:57,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b017d983-01f8-4c63-a7a0-c0ef37fa0efa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:29:57,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-b017d983-01f8-4c63-a7a0-c0ef37fa0efa 2018-11-19 06:29:57,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:58,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-21d0c83e-a4a4-4070-905f-c530081ed58a Date: Mon, 19 Nov 2018 06:29:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:29:58,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-21d0c83e-a4a4-4070-905f-c530081ed58a 2018-11-19 06:29:58,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:58,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-4b8ab7f2-09fc-458c-995c-c9091b1e484b Date: Mon, 19 Nov 2018 06:29:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:57Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7673cda0-7c47-482e-a842-3393d1f08403","ip_address":"10.55.0.11"}],"id":"2f4e4d63-fa8c-4204-873a-a85c3bcc24e4","security_groups":["da127b92-aa6d-4a55-b0f3-1fe1bac53dd2"],"mac_address":"fa:16:3e:00:a2:07","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port","admin_state_up":true,"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:57Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:29:58,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port&admin_state_up=True used request id req-4b8ab7f2-09fc-458c-995c-c9091b1e484b 2018-11-19 06:29:58,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:58,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:29:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4a7256-9040-4f07-a25a-906134aefe3e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:29:58,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-da4a7256-9040-4f07-a25a-906134aefe3e 2018-11-19 06:29:58,178 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst 2018-11-19 06:29:58,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:58,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-697fa2d9-d982-49c6-ad1e-ad886b9c4be1 x-compute-request-id: req-697fa2d9-d982-49c6-ad1e-ad886b9c4be1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"flavors": [{"id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}], "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-flavor-name"}]} 2018-11-19 06:29:58,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-697fa2d9-d982-49c6-ad1e-ad886b9c4be1 2018-11-19 06:29:58,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:58,234 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6e29cb46-df9c-4aa8-9a85-a3d168c142fc x-compute-request-id: req-6e29cb46-df9c-4aa8-9a85-a3d168c142fc Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:29:58,234 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da used request id req-6e29cb46-df9c-4aa8-9a85-a3d168c142fc 2018-11-19 06:29:58,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:58,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1062 Content-Type: application/json X-Openstack-Request-Id: req-737e8dad-bc52-4581-8169-709f53134b35 Date: Mon, 19 Nov 2018 06:29:58 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:29:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:29:48Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/553b20d2-27f2-4048-8081-82704df849d8/snap", "metadata": {}}], "self": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8", "min_disk": 0, "protected": false, "id": "553b20d2-27f2-4048-8081-82704df849d8", "file": "/v2/images/553b20d2-27f2-4048-8081-82704df849d8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "377c10a670cf4a39a41b4be2abb5dcf3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/553b20d2-27f2-4048-8081-82704df849d8/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6"} 2018-11-19 06:29:58,418 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 used request id req-737e8dad-bc52-4581-8169-709f53134b35 2018-11-19 06:29:58,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:29:58,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5ee4367c-4b59-417c-b578-7c0c51e416ef Date: Mon, 19 Nov 2018 06:29:58 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:29:58,659 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-5ee4367c-4b59-417c-b578-7c0c51e416ef 2018-11-19 06:29:58,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" -d '{"server": {"name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst", "imageRef": "553b20d2-27f2-4048-8081-82704df849d8", "flavorRef": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "max_count": 1, "min_count": 1, "networks": [{"port": "2f4e4d63-fa8c-4204-873a-a85c3bcc24e4"}]}}' 2018-11-19 06:30:00,342 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-bbada33a-2666-4d1c-b727-59a1bbdb871c x-compute-request-id: req-bbada33a-2666-4d1c-b727-59a1bbdb871c Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "204408d8-ec1a-4478-81f3-5b19b2f895e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "bookmark"}], "adminPass": "HxMCtJKmJ4GU"}} 2018-11-19 06:30:00,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-bbada33a-2666-4d1c-b727-59a1bbdb871c 2018-11-19 06:30:00,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:00,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-d05cbdd7-8622-4036-920c-902861af5c22 x-compute-request-id: req-d05cbdd7-8622-4036-920c-902861af5c22 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.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "bookmark"}], "image": {"id": "553b20d2-27f2-4048-8081-82704df849d8", "links": [{"href": "http://172.30.9.21:8774/images/553b20d2-27f2-4048-8081-82704df849d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "links": [{"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}]}, "id": "204408d8-ec1a-4478-81f3-5b19b2f895e1", "user_id": "3e3c87079e8145949397491b95d8ec58", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:30:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst", "created": "2018-11-19T06:30:00Z", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:00,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-d05cbdd7-8622-4036-920c-902861af5c22 2018-11-19 06:30:00,565 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst 2018-11-19 06:30:00,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:00,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-430e9e7c-0c7b-4e82-900c-a6a1ecf15dcc x-compute-request-id: req-430e9e7c-0c7b-4e82-900c-a6a1ecf15dcc 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.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "bookmark"}], "image": {"id": "553b20d2-27f2-4048-8081-82704df849d8", "links": [{"href": "http://172.30.9.21:8774/images/553b20d2-27f2-4048-8081-82704df849d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "links": [{"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}]}, "id": "204408d8-ec1a-4478-81f3-5b19b2f895e1", "user_id": "3e3c87079e8145949397491b95d8ec58", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:30:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst", "created": "2018-11-19T06:30:00Z", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:00,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-430e9e7c-0c7b-4e82-900c-a6a1ecf15dcc 2018-11-19 06:30:00,786 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst] is - BUILD 2018-11-19 06:30:00,786 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:30:03,789 - create_instance - DEBUG - VM status query timeout in 896.775498867 2018-11-19 06:30:03,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:04,262 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6a3208cf-120b-4757-832e-1b5b40153cab x-compute-request-id: req-6a3208cf-120b-4757-832e-1b5b40153cab 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.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "bookmark"}], "image": {"id": "553b20d2-27f2-4048-8081-82704df849d8", "links": [{"href": "http://172.30.9.21:8774/images/553b20d2-27f2-4048-8081-82704df849d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "links": [{"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}]}, "id": "204408d8-ec1a-4478-81f3-5b19b2f895e1", "security_groups": [{"name": "default"}], "user_id": "3e3c87079e8145949397491b95d8ec58", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:30:01Z", "hostId": "b8862b583b525fa30d221111dd481c403017a19bc2d57b99a0992a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst", "created": "2018-11-19T06:30:00Z", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:04,262 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-6a3208cf-120b-4757-832e-1b5b40153cab 2018-11-19 06:30:04,263 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst] is - BUILD 2018-11-19 06:30:04,263 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:30:07,266 - create_instance - DEBUG - VM status query timeout in 893.298857927 2018-11-19 06:30:07,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:07,450 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d2e5fbd-adb5-466b-a858-9c3b96c8466b x-compute-request-id: req-5d2e5fbd-adb5-466b-a858-9c3b96c8466b Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:a2:07", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "bookmark"}], "image": {"id": "553b20d2-27f2-4048-8081-82704df849d8", "links": [{"href": "http://172.30.9.21:8774/images/553b20d2-27f2-4048-8081-82704df849d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:06.000000", "flavor": {"id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "links": [{"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}]}, "id": "204408d8-ec1a-4478-81f3-5b19b2f895e1", "security_groups": [{"name": "default"}], "user_id": "3e3c87079e8145949397491b95d8ec58", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:06Z", "hostId": "b8862b583b525fa30d221111dd481c403017a19bc2d57b99a0992a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst", "created": "2018-11-19T06:30:00Z", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:07,451 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-5d2e5fbd-adb5-466b-a858-9c3b96c8466b 2018-11-19 06:30:07,451 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst] is - ACTIVE 2018-11-19 06:30:07,451 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:30:07,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:08,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86705330-60ff-4081-9f57-eefb3d2e38d1 x-compute-request-id: req-86705330-60ff-4081-9f57-eefb3d2e38d1 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:a2:07", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "bookmark"}], "image": {"id": "553b20d2-27f2-4048-8081-82704df849d8", "links": [{"href": "http://172.30.9.21:8774/images/553b20d2-27f2-4048-8081-82704df849d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:06.000000", "flavor": {"id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "links": [{"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}]}, "id": "204408d8-ec1a-4478-81f3-5b19b2f895e1", "security_groups": [{"name": "default"}], "user_id": "3e3c87079e8145949397491b95d8ec58", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:06Z", "hostId": "b8862b583b525fa30d221111dd481c403017a19bc2d57b99a0992a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst", "created": "2018-11-19T06:30:00Z", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:08,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-86705330-60ff-4081-9f57-eefb3d2e38d1 2018-11-19 06:30:08,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:08,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0b71dc9e-07bd-45e6-b7e8-7d6f5093a11e Date: Mon, 19 Nov 2018 06:30: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":["7673cda0-7c47-482e-a842-3393d1f08403"],"updated_at":"2018-11-19T06:29:52Z","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net"}]} 2018-11-19 06:30:08,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net used request id req-0b71dc9e-07bd-45e6-b7e8-7d6f5093a11e 2018-11-19 06:30:08,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:08,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57e564bc-0bef-4aaa-84ea-2d0935e2cd19 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:30:08,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-57e564bc-0bef-4aaa-84ea-2d0935e2cd19 2018-11-19 06:30:08,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:08,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-05024d03-16f5-4a5d-bf8e-891e8cb7085d Date: Mon, 19 Nov 2018 06:30:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","dns_nameservers":[],"updated_at":"2018-11-19T06:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","id":"7673cda0-7c47-482e-a842-3393d1f08403","subnetpool_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet"}]} 2018-11-19 06:30:08,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-05024d03-16f5-4a5d-bf8e-891e8cb7085d 2018-11-19 06:30:08,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:08,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3118 X-Openstack-Request-Id: req-4d931dc0-71fb-40e4-8e79-c18ea10d1aec Date: Mon, 19 Nov 2018 06:30:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:54Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7673cda0-7c47-482e-a842-3393d1f08403","ip_address":"10.55.0.2"}],"id":"23d08a53-1376-4eff-a1d9-6ea2b9dfa4a6","security_groups":[],"mac_address":"fa:16:3e:6a:73:c5","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:52Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-023d9a67-30b6-4b91-99a1-6d05d8d28fbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"7673cda0-7c47-482e-a842-3393d1f08403","ip_address":"10.55.0.11"}],"id":"2f4e4d63-fa8c-4204-873a-a85c3bcc24e4","security_groups":["da127b92-aa6d-4a55-b0f3-1fe1bac53dd2"],"mac_address":"fa:16:3e:00:a2:07","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port","admin_state_up":true,"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:57Z","binding:vnic_type":"normal","device_id":"204408d8-ec1a-4478-81f3-5b19b2f895e1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:55Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7673cda0-7c47-482e-a842-3393d1f08403","ip_address":"10.55.0.3"}],"id":"7e20a6a5-6b17-41bc-918e-162cdc254fee","security_groups":[],"mac_address":"fa:16:3e:7f:f4:5c","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:53Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-023d9a67-30b6-4b91-99a1-6d05d8d28fbf"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:29:57Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"7673cda0-7c47-482e-a842-3393d1f08403","ip_address":"10.55.0.4"}],"id":"a701f64b-4e41-43c2-8bae-6be2fb5823b8","security_groups":[],"mac_address":"fa:16:3e:33:eb:78","project_id":"377c10a670cf4a39a41b4be2abb5dcf3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"023d9a67-30b6-4b91-99a1-6d05d8d28fbf","tenant_id":"377c10a670cf4a39a41b4be2abb5dcf3","created_at":"2018-11-19T06:29:54Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-023d9a67-30b6-4b91-99a1-6d05d8d28fbf"}]} 2018-11-19 06:30:08,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-4d931dc0-71fb-40e4-8e79-c18ea10d1aec 2018-11-19 06:30:08,523 - create_instance - INFO - Deleting Port with ID - 2f4e4d63-fa8c-4204-873a-a85c3bcc24e4 2018-11-19 06:30:08,523 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-port 2018-11-19 06:30:08,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/2f4e4d63-fa8c-4204-873a-a85c3bcc24e4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:09,044 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24c630ba-5db6-44a4-af64-03e0cfe109cc Date: Mon, 19 Nov 2018 06:30:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:30:09,044 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/2f4e4d63-fa8c-4204-873a-a85c3bcc24e4 used request id req-24c630ba-5db6-44a4-af64-03e0cfe109cc 2018-11-19 06:30:09,044 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst 2018-11-19 06:30:09,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:09,191 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06: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-655e142f-49b7-4830-a798-54069b31470d x-compute-request-id: req-655e142f-49b7-4830-a798-54069b31470d Content-Type: application/json 2018-11-19 06:30:09,191 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-655e142f-49b7-4830-a798-54069b31470d 2018-11-19 06:30:09,191 - create_instance - INFO - Checking deletion status 2018-11-19 06:30:09,194 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:09,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-35ef4d9a-42c9-4bb9-b55f-d4ca1ad2395c x-compute-request-id: req-35ef4d9a-42c9-4bb9-b55f-d4ca1ad2395c 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.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1", "rel": "bookmark"}], "image": {"id": "553b20d2-27f2-4048-8081-82704df849d8", "links": [{"href": "http://172.30.9.21:8774/images/553b20d2-27f2-4048-8081-82704df849d8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:06.000000", "flavor": {"id": "0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "links": [{"href": "http://172.30.9.21:8774/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da", "rel": "bookmark"}]}, "id": "204408d8-ec1a-4478-81f3-5b19b2f895e1", "user_id": "3e3c87079e8145949397491b95d8ec58", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:09Z", "hostId": "b8862b583b525fa30d221111dd481c403017a19bc2d57b99a0992a59", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst", "created": "2018-11-19T06:30:00Z", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:09,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-35ef4d9a-42c9-4bb9-b55f-d4ca1ad2395c 2018-11-19 06:30:09,580 - create_instance - DEBUG - Instance status [CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst] is - ACTIVE 2018-11-19 06:30:09,580 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:30:12,583 - create_instance - DEBUG - VM status query timeout in 296.608036995 2018-11-19 06:30:12,587 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}add2fd6ef73ca182ccfec072fa1264b8588b4fd8" 2018-11-19 06:30:12,639 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:30: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-2d90d84a-e3d9-4be2-9eda-71c2750a30c5 x-compute-request-id: req-2d90d84a-e3d9-4be2-9eda-71c2750a30c5 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 204408d8-ec1a-4478-81f3-5b19b2f895e1 could not be found.", "code": 404}} 2018-11-19 06:30:12,639 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/204408d8-ec1a-4478-81f3-5b19b2f895e1 used request id req-2d90d84a-e3d9-4be2-9eda-71c2750a30c5 2018-11-19 06:30:12,639 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 204408d8-ec1a-4478-81f3-5b19b2f895e1 could not be found. (HTTP 404) (Request-ID: req-2d90d84a-e3d9-4be2-9eda-71c2750a30c5) 2018-11-19 06:30:12,639 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-inst 2018-11-19 06:30:12,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7aee54fb8ff15700ecb6f7e646e5ed4d2c5b967" 2018-11-19 06:30:12,689 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:30: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-6ad7fad3-012e-4b15-a156-dd2e5632b3e4 x-compute-request-id: req-6ad7fad3-012e-4b15-a156-dd2e5632b3e4 Content-Length: 0 Content-Type: application/json 2018-11-19 06:30:12,689 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0758c520-7ad6-45cb-a35e-3a84e6e6d5da used request id req-6ad7fad3-012e-4b15-a156-dd2e5632b3e4 2018-11-19 06:30:12,690 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet 2018-11-19 06:30:12,690 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-subnet 2018-11-19 06:30:12,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/7673cda0-7c47-482e-a842-3393d1f08403 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:30:15,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6bbc58a2-582c-414e-8115-6532b3b1cf2f Date: Mon, 19 Nov 2018 06:30:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:30:15,040 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/7673cda0-7c47-482e-a842-3393d1f08403 used request id req-6bbc58a2-582c-414e-8115-6532b3b1cf2f 2018-11-19 06:30:15,041 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6-pub-net 2018-11-19 06:30:15,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/023d9a67-30b6-4b91-99a1-6d05d8d28fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43cb76bbad13d1588c67c8c1543bc8ae43d61ca1" 2018-11-19 06:30:16,385 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b4c3429b-76fb-460d-b08d-2ee194b1e8e8 Date: Mon, 19 Nov 2018 06:30:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:30:16,385 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/023d9a67-30b6-4b91-99a1-6d05d8d28fbf used request id req-b4c3429b-76fb-460d-b08d-2ee194b1e8e8 2018-11-19 06:30:16,386 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-09166121-543e-4c1a-a139-d725398dffb6 2018-11-19 06:30:16,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5fdf664bfc2feb2f7abd80e560c7c546c9ddcf42" 2018-11-19 06:30:17,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1c2c58c-7368-48cd-9707-773fc63494cb Date: Mon, 19 Nov 2018 06:30:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:30:17,945 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/553b20d2-27f2-4048-8081-82704df849d8 used request id req-c1c2c58c-7368-48cd-9707-773fc63494cb 2018-11-19 06:30:17,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:18,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-52e71ae6-98ed-4444-a74f-224262af197f Date: Mon, 19 Nov 2018 06:30:18 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "created_at": "2018-11-19T06:29:51Z", "updated_at": "2018-11-19T06:29:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "revision_number": 0, "id": "02459481-f701-48c6-b848-b2937b72dc99", "remote_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "remote_ip_prefix": null, "created_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "revision_number": 0, "id": "1c98d121-f517-45b6-8419-4d3de03221c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "revision_number": 0, "id": "66a19794-57e9-4e68-bca0-f0ec09030516", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "port_range_min": null, "ethertype": "IPv6", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "revision_number": 0, "id": "df7d417c-74db-4002-ba80-d20f7382cffd", "remote_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "remote_ip_prefix": null, "created_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "port_range_min": null, "ethertype": "IPv4", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3"}], "revision_number": 4, "project_id": "377c10a670cf4a39a41b4be2abb5dcf3", "id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "name": "default"}]} 2018-11-19 06:30:18,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-52e71ae6-98ed-4444-a74f-224262af197f 2018-11-19 06:30:18,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:18,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb86e878-4782-4ad7-b8bb-0d77d4c1d4d4 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:30:18,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-bb86e878-4782-4ad7-b8bb-0d77d4c1d4d4 2018-11-19 06:30:18,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:18,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41b8607e-1311-489f-8375-43f9839d64fd Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:30:18,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-41b8607e-1311-489f-8375-43f9839d64fd 2018-11-19 06:30:18,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:18,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dabf4320-b057-42ea-a50b-e2efeac04ab9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:30:18,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-dabf4320-b057-42ea-a50b-e2efeac04ab9 2018-11-19 06:30:18,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:18,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8106c3e-350e-474b-9168-36fcea57209e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3"}, "enabled": true, "id": "377c10a670cf4a39a41b4be2abb5dcf3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceFromThreePartImage-e481395e-5073-49b-proj"}} 2018-11-19 06:30:18,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-d8106c3e-350e-474b-9168-36fcea57209e 2018-11-19 06:30:18,526 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da127b92-aa6d-4a55-b0f3-1fe1bac53dd2 2018-11-19 06:30:18,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=da127b92-aa6d-4a55-b0f3-1fe1bac53dd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:18,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-22529767-0852-4548-9ba4-449ace7559c8 Date: Mon, 19 Nov 2018 06:30:18 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "port_range_min": null, "revision_number": 0, "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "created_at": "2018-11-19T06:29:51Z", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3", "id": "02459481-f701-48c6-b848-b2937b72dc99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "port_range_min": null, "revision_number": 0, "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "created_at": "2018-11-19T06:29:51Z", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3", "id": "1c98d121-f517-45b6-8419-4d3de03221c8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "port_range_min": null, "revision_number": 0, "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "created_at": "2018-11-19T06:29:51Z", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3", "id": "66a19794-57e9-4e68-bca0-f0ec09030516"}, {"remote_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:29:51Z", "security_group_id": "da127b92-aa6d-4a55-b0f3-1fe1bac53dd2", "port_range_min": null, "revision_number": 0, "tenant_id": "377c10a670cf4a39a41b4be2abb5dcf3", "created_at": "2018-11-19T06:29:51Z", "project_id": "377c10a670cf4a39a41b4be2abb5dcf3", "id": "df7d417c-74db-4002-ba80-d20f7382cffd"}]} 2018-11-19 06:30:18,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=da127b92-aa6d-4a55-b0f3-1fe1bac53dd2 used request id req-22529767-0852-4548-9ba4-449ace7559c8 2018-11-19 06:30:18,693 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:30:18,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/da127b92-aa6d-4a55-b0f3-1fe1bac53dd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:19,006 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de0dc218-9c70-469e-a18a-445fcd70845d Content-Length: 0 Date: Mon, 19 Nov 2018 06:30:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:30:19,007 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/da127b92-aa6d-4a55-b0f3-1fe1bac53dd2 used request id req-de0dc218-9c70-469e-a18a-445fcd70845d 2018-11-19 06:30:19,007 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-e481395e-5073-49b-proj 2018-11-19 06:30:19,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:19,210 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:30:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c506d01-a5d9-41ba-944a-c47a33feb1da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:30:19,210 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/377c10a670cf4a39a41b4be2abb5dcf3 used request id req-1c506d01-a5d9-41ba-944a-c47a33feb1da 2018-11-19 06:30:19,210 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-e481395e-5073-49b-proj-role 2018-11-19 06:30:19,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/10760a2101864d469e60ca6565c90591 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:19,316 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:30:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc977ab7-2a0e-4438-9360-c16868235306 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:30:19,316 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/10760a2101864d469e60ca6565c90591 used request id req-cc977ab7-2a0e-4438-9360-c16868235306 2018-11-19 06:30:19,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c90e7fa3b62680e00852da612b8917ec1a56bb96" 2018-11-19 06:30:19,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0ed7b07-201a-4f04-afb4-cfe21a9d332f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:30:19,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d0ed7b07-201a-4f04-afb4-cfe21a9d332f 2018-11-19 06:30:19,407 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-e481395e-5073-49b-user 2018-11-19 06:30:19,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/3e3c87079e8145949397491b95d8ec58 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67629941c97a69854bb6af1566108292737c2f6a" 2018-11-19 06:30:19,583 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:30:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1774e85-05f2-427c-8071-ae179fe7c34d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:30:19,583 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/3e3c87079e8145949397491b95d8ec58 used request id req-c1774e85-05f2-427c-8071-ae179fe7c34d 2018-11-19 06:30:19,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:20,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:30:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["VvWvftB-QnOj-nD5Utda8w"], "issued_at": "2018-11-19T06:30:20.000000Z"}} 2018-11-19 06:30:20,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c942a84ffbce2677691ca97f9afdb345d1a2c184" 2018-11-19 06:30:20,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6007d3e9-ed77-4699-bf25-531d2fa39a2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:20,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6007d3e9-ed77-4699-bf25-531d2fa39a2a 2018-11-19 06:30:20,147 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:20,149 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:20,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:30:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["MftM8hdPTeyXEDwEH50DxA"], "issued_at": "2018-11-19T06:30:20.000000Z"}} 2018-11-19 06:30:20,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:30:20,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d14d3ed-f388-44c3-8f42-37e906094283 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:20,613 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8d14d3ed-f388-44c3-8f42-37e906094283 2018-11-19 06:30:20,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:30:20,623 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:30: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:30:20,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:30:20,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c642729a-c0ca-4c4e-86f1-3092272e3aac Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:30:20,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj used request id req-c642729a-c0ca-4c4e-86f1-3092272e3aac 2018-11-19 06:30:20,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:30:20,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-971d5d63-4476-49f5-ba43-f3283147527d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:30:20,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-971d5d63-4476-49f5-ba43-f3283147527d 2018-11-19 06:30:20,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}}' 2018-11-19 06:30:20,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:30:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e42d4759-99a4-4fac-a488-b254febdee4e Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:20,939 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e42d4759-99a4-4fac-a488-b254febdee4e 2018-11-19 06:30:20,939 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj 2018-11-19 06:30:20,939 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:20,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:21,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:30:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["o6kNEfPTSteGbvG11v3Vuw"], "issued_at": "2018-11-19T06:30:21.000000Z"}} 2018-11-19 06:30:21,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50c1fffef17c95f1af6c037bbd1856c5e0eeb65" 2018-11-19 06:30:21,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1917753-3a19-41dc-a606-550b9d20511d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:21,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f1917753-3a19-41dc-a606-550b9d20511d 2018-11-19 06:30:21,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:30:21,417 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:30:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:30:21,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50c1fffef17c95f1af6c037bbd1856c5e0eeb65" 2018-11-19 06:30:21,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a589abf1-3a2c-4dc8-9b63-cf0fb7bf2d40 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:30:21,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a589abf1-3a2c-4dc8-9b63-cf0fb7bf2d40 2018-11-19 06:30:21,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50c1fffef17c95f1af6c037bbd1856c5e0eeb65" 2018-11-19 06:30:21,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2269aba4-bbd4-4c8a-8ca6-9c3808aa2461 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}]} 2018-11-19 06:30:21,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj used request id req-2269aba4-bbd4-4c8a-8ca6-9c3808aa2461 2018-11-19 06:30:21,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50c1fffef17c95f1af6c037bbd1856c5e0eeb65" 2018-11-19 06:30:21,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca529df5-572c-4781-a74a-2d1b6cd27264 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:30:21,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-ca529df5-572c-4781-a74a-2d1b6cd27264 2018-11-19 06:30:22,088 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user 2018-11-19 06:30:22,088 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:22,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:30:22,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5efca673-8fe1-4388-8a57-49942b02b28d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:30:22,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5efca673-8fe1-4388-8a57-49942b02b28d 2018-11-19 06:30:22,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" -d '{"role": {"name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}}' 2018-11-19 06:30:22,291 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7802863-a465-4112-8e2c-1058174cca75 Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa44a3bf0745485d94acc006e3c4ba09", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa44a3bf0745485d94acc006e3c4ba09"}, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}} 2018-11-19 06:30:22,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d7802863-a465-4112-8e2c-1058174cca75 2018-11-19 06:30:22,292 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role 2018-11-19 06:30:22,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fa44a3bf0745485d94acc006e3c4ba09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:30:22,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144d41d0-0333-4043-ad4a-519e495b8d35 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fa44a3bf0745485d94acc006e3c4ba09"}, "domain_id": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role", "id": "fa44a3bf0745485d94acc006e3c4ba09"}} 2018-11-19 06:30:22,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fa44a3bf0745485d94acc006e3c4ba09 used request id req-144d41d0-0333-4043-ad4a-519e495b8d35 2018-11-19 06:30:22,311 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role to project CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj 2018-11-19 06:30:22,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5/users/0a2ffab1fdd04229bc214750af22da65/roles/fa44a3bf0745485d94acc006e3c4ba09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:30:22,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:30:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e4b26f5-62d1-4d71-8263-dbca7ffa8c46 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:30:22,515 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5/users/0a2ffab1fdd04229bc214750af22da65/roles/fa44a3bf0745485d94acc006e3c4ba09 used request id req-6e4b26f5-62d1-4d71-8263-dbca7ffa8c46 2018-11-19 06:30:22,516 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:30:22,517 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:30:22,517 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:22,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:22,893 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa44a3bf0745485d94acc006e3c4ba09", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}], "expires_at": "2018-11-19T07:30:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaa83285637c4586a055c11bbe3661e5", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user", "id": "0a2ffab1fdd04229bc214750af22da65"}, "audit_ids": ["9Qfq2CcFRU65c6688aTJQA"], "issued_at": "2018-11-19T06:30:22.000000Z"}} 2018-11-19 06:30:22,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" 2018-11-19 06:30:22,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bb4fb74-96ee-48b0-a1e3-85939baff44f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:22,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6bb4fb74-96ee-48b0-a1e3-85939baff44f 2018-11-19 06:30:22,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" 2018-11-19 06:30:23,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-923b03e7-6a5a-4490-af1a-fb1ecdd8e0e7 Date: Mon, 19 Nov 2018 06:30:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image"} 2018-11-19 06:30:23,164 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image used request id req-923b03e7-6a5a-4490-af1a-fb1ecdd8e0e7 2018-11-19 06:30:23,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" 2018-11-19 06:30:23,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3e780e01-e9ee-4df5-8c66-f6a9ff2df4f7 Date: Mon, 19 Nov 2018 06:30:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:30:23,328 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3e780e01-e9ee-4df5-8c66-f6a9ff2df4f7 2018-11-19 06:30:23,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image"}' 2018-11-19 06:30:23,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed X-Openstack-Request-Id: req-4f516854-94c4-46ca-8098-50203fdea797 Date: Mon, 19 Nov 2018 06:30:23 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:30:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:30:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "min_disk": 0, "protected": false, "id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "file": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/file", "checksum": null, "owner": "aaa83285637c4586a055c11bbe3661e5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:30:23,557 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4f516854-94c4-46ca-8098-50203fdea797 2018-11-19 06:30:23,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" -d '' 2018-11-19 06:30:24,899 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-feb47fa9-5874-4d5c-8634-057d0c3909b8 Date: Mon, 19 Nov 2018 06:30:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:30:24,899 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/file used request id req-feb47fa9-5874-4d5c-8634-057d0c3909b8 2018-11-19 06:30:24,900 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:30:24,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" 2018-11-19 06:30:25,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-fcd1a37a-ee54-4db5-9589-cf7688af0f0f Date: Mon, 19 Nov 2018 06:30:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:30:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:30:24Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/snap", "metadata": {}}], "self": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "min_disk": 0, "protected": false, "id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "file": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "aaa83285637c4586a055c11bbe3661e5", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:30:25,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed used request id req-fcd1a37a-ee54-4db5-9589-cf7688af0f0f 2018-11-19 06:30:25,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" 2018-11-19 06:30:25,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-459d12c0-665e-4f7e-97ca-01d2eca6b62d Date: Mon, 19 Nov 2018 06:30:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:30:25,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-459d12c0-665e-4f7e-97ca-01d2eca6b62d 2018-11-19 06:30:25,229 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image 2018-11-19 06:30:25,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" 2018-11-19 06:30:25,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-7df61d1a-cbbe-4ba0-a768-3467d5b95e9c Date: Mon, 19 Nov 2018 06:30:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:30:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:30:24Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/snap", "metadata": {}}], "self": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "min_disk": 0, "protected": false, "id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "file": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "aaa83285637c4586a055c11bbe3661e5", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:30:25,383 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed used request id req-7df61d1a-cbbe-4ba0-a768-3467d5b95e9c 2018-11-19 06:30:25,384 - create_image - DEBUG - Instance status is - active 2018-11-19 06:30:25,384 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image 2018-11-19 06:30:25,384 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image 2018-11-19 06:30:25,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:25,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:25,758 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:30:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["yc1684akSxyEos5GrTY8NA"], "issued_at": "2018-11-19T06:30:25.000000Z"}} 2018-11-19 06:30:25,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df634f7fc694b18297e49e83bc76635554253223" 2018-11-19 06:30:25,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-426d4d9c-a151-438d-9f1b-1d9b1f0c79be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:25,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-426d4d9c-a151-438d-9f1b-1d9b1f0c79be 2018-11-19 06:30:25,846 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:30:25,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df634f7fc694b18297e49e83bc76635554253223" 2018-11-19 06:30:26,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8fb5b580-144c-43e4-8778-14804f74cd54 x-compute-request-id: req-8fb5b580-144c-43e4-8778-14804f74cd54 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:30:26,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8fb5b580-144c-43e4-8778-14804f74cd54 2018-11-19 06:30:26,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df634f7fc694b18297e49e83bc76635554253223" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:30:26,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c5e393e-4d23-44ba-ab7b-ae2cc65cfc8d x-compute-request-id: req-1c5e393e-4d23-44ba-ab7b-ae2cc65cfc8d Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:30:26,247 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1c5e393e-4d23-44ba-ab7b-ae2cc65cfc8d 2018-11-19 06:30:26,248 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:26,249 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:26,633 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa44a3bf0745485d94acc006e3c4ba09", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}], "expires_at": "2018-11-19T07:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaa83285637c4586a055c11bbe3661e5", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user", "id": "0a2ffab1fdd04229bc214750af22da65"}, "audit_ids": ["AzLQMdlzSa2b7PyjbXGlEA"], "issued_at": "2018-11-19T06:30:26.000000Z"}} 2018-11-19 06:30:26,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:30:26,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-935fdd7d-9469-4205-9988-21767e857f83 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:26,705 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-935fdd7d-9469-4205-9988-21767e857f83 2018-11-19 06:30:26,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:30:26,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-032493e4-8a1f-4101-b725-ae44ee5874bf Date: Mon, 19 Nov 2018 06:30:26 GMT RESP BODY: {"networks":[]} 2018-11-19 06:30:26,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-032493e4-8a1f-4101-b725-ae44ee5874bf 2018-11-19 06:30:26,952 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net 2018-11-19 06:30:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" -d '{"network": {"name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net", "admin_state_up": true}}' 2018-11-19 06:30:27,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-407a53fb-03e2-43b8-92c5-8bdc53e6ad44 Date: Mon, 19 Nov 2018 06:30:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:30:27Z","is_default":false,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","mtu":1450}} 2018-11-19 06:30:27,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-407a53fb-03e2-43b8-92c5-8bdc53e6ad44 2018-11-19 06:30:27,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:30:27,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-c99111f1-2c1b-45bd-b21b-775efd4c4342 Date: Mon, 19 Nov 2018 06:30: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-11-19T06:30:27Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:27,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-c99111f1-2c1b-45bd-b21b-775efd4c4342 2018-11-19 06:30:27,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:30:27,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6ee0c4b4-ee34-48af-9fb5-95f3bc7c0502 Date: Mon, 19 Nov 2018 06:30:27 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:30:27,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-6ee0c4b4-ee34-48af-9fb5-95f3bc7c0502 2018-11-19 06:30:27,808 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet 2018-11-19 06:30:27,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" -d '{"subnets": [{"ip_version": 4, "network_id": "808641f9-6130-4b92-bb76-e2dd01b16b3f", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]}' 2018-11-19 06:30:28,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-b15eedbe-6fc7-44a7-ad2c-2bc19bcb6ff2 Date: Mon, 19 Nov 2018 06:30:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:28,565 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-b15eedbe-6fc7-44a7-ad2c-2bc19bcb6ff2 2018-11-19 06:30:28,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:30:28,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-a7da12fc-903c-4f65-8b5c-487abe86b870 Date: Mon, 19 Nov 2018 06:30: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":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:28,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-a7da12fc-903c-4f65-8b5c-487abe86b870 2018-11-19 06:30:28,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:30:28,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-2937a652-e272-44a9-9502-5c8e9e39120a Date: Mon, 19 Nov 2018 06:30:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:28,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-2937a652-e272-44a9-9502-5c8e9e39120a 2018-11-19 06:30:28,878 - OpenStackNetwork - DEBUG - Network [808641f9-6130-4b92-bb76-e2dd01b16b3f] created successfully 2018-11-19 06:30:28,878 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:28,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:29,273 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa44a3bf0745485d94acc006e3c4ba09", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}], "expires_at": "2018-11-19T07:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaa83285637c4586a055c11bbe3661e5", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user", "id": "0a2ffab1fdd04229bc214750af22da65"}, "audit_ids": ["KPM1MIEcSU-aFlGcfarJ7A"], "issued_at": "2018-11-19T06:30:29.000000Z"}} 2018-11-19 06:30:29,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:30:29,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de4a500-1c08-40dc-9c69-a857c71b8c51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:29,363 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8de4a500-1c08-40dc-9c69-a857c71b8c51 2018-11-19 06:30:29,368 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:30:29,580 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:29 GMT Server: Apache x-compute-request-id: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:30:29,580 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/detail used request id req-7e9c82bc-30ee-4427-8e10-ab797d56adc9 2018-11-19 06:30:29,584 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:30:29,895 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:30:29 GMT Server: Apache x-compute-request-id: req-b1588838-a920-453a-9421-1f677308bd41 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b1588838-a920-453a-9421-1f677308bd41 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.804478", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}} 2018-11-19 06:30:29,895 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes used request id req-b1588838-a920-453a-9421-1f677308bd41 2018-11-19 06:30:29,898 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:30:30,087 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:29 GMT Server: Apache x-compute-request-id: req-d88c617f-644d-4473-8b80-5f8a82e33ae6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d88c617f-644d-4473-8b80-5f8a82e33ae6 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}} 2018-11-19 06:30:30,088 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-d88c617f-644d-4473-8b80-5f8a82e33ae6 2018-11-19 06:30:30,088 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1 2018-11-19 06:30:30,091 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:30:30,287 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:30 GMT Server: Apache x-compute-request-id: req-93369b2a-a23c-4150-9cda-e493365334ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93369b2a-a23c-4150-9cda-e493365334ed Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}} 2018-11-19 06:30:30,287 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-93369b2a-a23c-4150-9cda-e493365334ed 2018-11-19 06:30:30,288 - create_volume - DEBUG - Instance status is - creating 2018-11-19 06:30:30,288 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:30:33,291 - create_volume - DEBUG - Volume status query timeout in 296.7972579 2018-11-19 06:30:33,294 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:30:33,517 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:33 GMT Server: Apache x-compute-request-id: req-14e6b46e-964f-4dc6-ac4b-d71b564098c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-14e6b46e-964f-4dc6-ac4b-d71b564098c8 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}} 2018-11-19 06:30:33,517 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-14e6b46e-964f-4dc6-ac4b-d71b564098c8 2018-11-19 06:30:33,517 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:30:33,517 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1 2018-11-19 06:30:33,518 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1 2018-11-19 06:30:33,518 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:33,518 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:33,889 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa44a3bf0745485d94acc006e3c4ba09", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}], "expires_at": "2018-11-19T07:30:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaa83285637c4586a055c11bbe3661e5", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user", "id": "0a2ffab1fdd04229bc214750af22da65"}, "audit_ids": ["4oL1w-6rTw6KWBris-ssJQ"], "issued_at": "2018-11-19T06:30:33.000000Z"}} 2018-11-19 06:30:33,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:30:33,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-517986b3-e1b5-478f-9c50-bb7504bc3b2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:33,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-517986b3-e1b5-478f-9c50-bb7504bc3b2b 2018-11-19 06:30:33,973 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:30:34,151 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:33 GMT Server: Apache x-compute-request-id: req-abfd4da7-ee72-448f-8c12-dce113068669 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-abfd4da7-ee72-448f-8c12-dce113068669 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}]} 2018-11-19 06:30:34,152 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/detail used request id req-abfd4da7-ee72-448f-8c12-dce113068669 2018-11-19 06:30:34,155 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-abfd4da7-ee72-448f-8c12-dce113068669" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:30:34,483 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:30:34 GMT Server: Apache x-compute-request-id: req-5920949d-3a3d-40b9-9c92-1c56bd0e0010 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5920949d-3a3d-40b9-9c92-1c56bd0e0010 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:34.394601", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39a6cccb-1be9-45e1-be04-d5b731468046", "size": 1}} 2018-11-19 06:30:34,483 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes used request id req-5920949d-3a3d-40b9-9c92-1c56bd0e0010 2018-11-19 06:30:34,486 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abfd4da7-ee72-448f-8c12-dce113068669" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:30:34,679 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:34 GMT Server: Apache x-compute-request-id: req-82747abd-6a6a-42d7-a751-ee44590905e2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82747abd-6a6a-42d7-a751-ee44590905e2 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:34.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39a6cccb-1be9-45e1-be04-d5b731468046", "size": 1}} 2018-11-19 06:30:34,679 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 used request id req-82747abd-6a6a-42d7-a751-ee44590905e2 2018-11-19 06:30:34,680 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2 2018-11-19 06:30:34,683 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abfd4da7-ee72-448f-8c12-dce113068669" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:30:34,962 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:34 GMT Server: Apache x-compute-request-id: req-375033d6-e052-42a4-bde6-734b35b110b9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-375033d6-e052-42a4-bde6-734b35b110b9 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:34.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39a6cccb-1be9-45e1-be04-d5b731468046", "size": 1}} 2018-11-19 06:30:34,962 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 used request id req-375033d6-e052-42a4-bde6-734b35b110b9 2018-11-19 06:30:34,963 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:30:34,963 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2 2018-11-19 06:30:34,963 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2 2018-11-19 06:30:34,963 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:34,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:35,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa44a3bf0745485d94acc006e3c4ba09", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}], "expires_at": "2018-11-19T07:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaa83285637c4586a055c11bbe3661e5", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user", "id": "0a2ffab1fdd04229bc214750af22da65"}, "audit_ids": ["Yvko_GXtQX6S4-KRlRh_gw"], "issued_at": "2018-11-19T06:30:35.000000Z"}} 2018-11-19 06:30:35,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:35,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f91bf0c3-6826-4e35-ac3d-b25cf21c4942 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:35,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f91bf0c3-6826-4e35-ac3d-b25cf21c4942 2018-11-19 06:30:35,426 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:30:35,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:35,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00bcbd0-f212-49e7-bdf7-c9f9e1d10597 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:35,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a00bcbd0-f212-49e7-bdf7-c9f9e1d10597 2018-11-19 06:30:35,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:35,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c8b1416b-a1d1-4f5d-89f2-5a92753f67ef Date: Mon, 19 Nov 2018 06: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":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:35,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-c8b1416b-a1d1-4f5d-89f2-5a92753f67ef 2018-11-19 06:30:35,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:30:35,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:30:35,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:35,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a083a0e-fd8b-46db-9433-70758f91c694 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:35,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-5a083a0e-fd8b-46db-9433-70758f91c694 2018-11-19 06:30:35,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:36,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-043264dd-44a5-44fe-8e3b-798b3aa71800 Date: Mon, 19 Nov 2018 06:30:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:36,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-043264dd-44a5-44fe-8e3b-798b3aa71800 2018-11-19 06:30:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:36,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-4609a779-d957-42a7-95a2-034496f5e943 Date: Mon, 19 Nov 2018 06:30:36 GMT RESP BODY: {"ports":[]} 2018-11-19 06:30:36,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port&admin_state_up=True used request id req-4609a779-d957-42a7-95a2-034496f5e943 2018-11-19 06:30:36,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:36,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-e6f9b883-5ccd-4bf0-b486-94b5cd48140d x-compute-request-id: req-e6f9b883-5ccd-4bf0-b486-94b5cd48140d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:30:36,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst used request id req-e6f9b883-5ccd-4bf0-b486-94b5cd48140d 2018-11-19 06:30:36,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:36,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d1a18b0e-d453-4272-a076-26e73d48832b Date: Mon, 19 Nov 2018 06:30: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":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:36,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-d1a18b0e-d453-4272-a076-26e73d48832b 2018-11-19 06:30:36,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:36,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4549451b-6390-4d8a-a4e8-1ed626795206 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:36,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-4549451b-6390-4d8a-a4e8-1ed626795206 2018-11-19 06:30:36,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:36,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-e9b6e0cd-99cf-49bf-a5bc-e56f68d9d177 Date: Mon, 19 Nov 2018 06:30:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:36,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-e9b6e0cd-99cf-49bf-a5bc-e56f68d9d177 2018-11-19 06:30:37,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:37,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-944a9eb3-a47a-4d87-82f1-accaf998deec Date: Mon, 19 Nov 2018 06:30:37 GMT RESP BODY: {"ports":[]} 2018-11-19 06:30:37,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port&admin_state_up=True used request id req-944a9eb3-a47a-4d87-82f1-accaf998deec 2018-11-19 06:30:37,184 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:30:37,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:37,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa44a3bf0745485d94acc006e3c4ba09", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}], "expires_at": "2018-11-19T07:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaa83285637c4586a055c11bbe3661e5", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user", "id": "0a2ffab1fdd04229bc214750af22da65"}, "audit_ids": ["d2AOYZphQAOAtKAgtemVYA"], "issued_at": "2018-11-19T06:30:37.000000Z"}} 2018-11-19 06:30:37,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c18ea7fa2b7d4bf0db09324dced79ca42384a5" 2018-11-19 06:30:37,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79a37db4-ad5f-4965-8760-abd35b5f793b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:30:37,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-79a37db4-ad5f-4965-8760-abd35b5f793b 2018-11-19 06:30:37,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:37,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-ad4e2822-4827-4145-b113-6faea7c0a0bf Date: Mon, 19 Nov 2018 06:30:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:37,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-ad4e2822-4827-4145-b113-6faea7c0a0bf 2018-11-19 06:30:37,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:37,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-6aecec6c-a3cd-4b15-82b7-069e4aca1a63 Date: Mon, 19 Nov 2018 06:30:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:37,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-6aecec6c-a3cd-4b15-82b7-069e4aca1a63 2018-11-19 06:30:37,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:38,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bf214a5c-0f7d-4deb-9a65-938cdcae88d4 Date: Mon, 19 Nov 2018 06:30:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:38,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-bf214a5c-0f7d-4deb-9a65-938cdcae88d4 2018-11-19 06:30:38,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:30:38,215 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:30:38 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:30:38,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97c18ea7fa2b7d4bf0db09324dced79ca42384a5" 2018-11-19 06:30:38,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11099000-5b36-449f-a0f3-ae3de728c76e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:38,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-11099000-5b36-449f-a0f3-ae3de728c76e 2018-11-19 06:30:38,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:38,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5792d710-a322-46d5-a0bb-17ade70f9215 Date: Mon, 19 Nov 2018 06:30:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:38,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-5792d710-a322-46d5-a0bb-17ade70f9215 2018-11-19 06:30:38,496 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net 2018-11-19 06:30:38,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" -d '{"port": {"network_id": "808641f9-6130-4b92-bb76-e2dd01b16b3f", "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port", "admin_state_up": true}}' 2018-11-19 06:30:39,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-a95e0daf-ae91-4c44-a422-0d7f265d11ff Date: Mon, 19 Nov 2018 06:30:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.12"}],"id":"635dba26-aa78-426d-877b-feaccf583035","security_groups":["33bbb88d-f5d5-417a-a876-311158f1aa6a"],"mac_address":"fa:16:3e:a5:0b:45","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port","project_id":"aaa83285637c4586a055c11bbe3661e5","qos_policy_id":null,"admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:38Z","binding:vnic_type":"normal"}} 2018-11-19 06:30:39,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-a95e0daf-ae91-4c44-a422-0d7f265d11ff 2018-11-19 06:30:39,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:39,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6316f2d4-c5ff-4a3e-940e-609e248ea33e Date: Mon, 19 Nov 2018 06:30:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:39,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-6316f2d4-c5ff-4a3e-940e-609e248ea33e 2018-11-19 06:30:39,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:39,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a81338-0bee-4107-8185-cafaa81dfb4d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:39,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-76a81338-0bee-4107-8185-cafaa81dfb4d 2018-11-19 06:30:39,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:40,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5f731d20-5a01-43bf-a746-ad5327e97ab3 Date: Mon, 19 Nov 2018 06:30:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:40,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-5f731d20-5a01-43bf-a746-ad5327e97ab3 2018-11-19 06:30:40,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:40,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-0e081bfb-6ca8-4da3-8203-9a7446153c33 Date: Mon, 19 Nov 2018 06:30:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.12"}],"id":"635dba26-aa78-426d-877b-feaccf583035","security_groups":["33bbb88d-f5d5-417a-a876-311158f1aa6a"],"mac_address":"fa:16:3e:a5:0b:45","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:38Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:30:40,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port&admin_state_up=True used request id req-0e081bfb-6ca8-4da3-8203-9a7446153c33 2018-11-19 06:30:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:40,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2ae4c93-c840-4517-b8b4-f171a2d3bc7a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:40,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-c2ae4c93-c840-4517-b8b4-f171a2d3bc7a 2018-11-19 06:30:40,302 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst 2018-11-19 06:30:40,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:40,334 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b2aa07d-4249-411d-bbd6-ab0d1affa1cc x-compute-request-id: req-3b2aa07d-4249-411d-bbd6-ab0d1affa1cc Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-flavor-name"}]} 2018-11-19 06:30:40,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3b2aa07d-4249-411d-bbd6-ab0d1affa1cc 2018-11-19 06:30:40,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:40,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66a98ee2-9897-485b-b3cb-81441aa55e85 x-compute-request-id: req-66a98ee2-9897-485b-b3cb-81441aa55e85 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:30:40,359 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305 used request id req-66a98ee2-9897-485b-b3cb-81441aa55e85 2018-11-19 06:30:40,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:40,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-8149edc2-a796-48cf-a258-6dac00c9bc61 Date: Mon, 19 Nov 2018 06:30:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:30:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:30:24Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/snap", "metadata": {}}], "self": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "min_disk": 0, "protected": false, "id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "file": "/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "aaa83285637c4586a055c11bbe3661e5", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image"} 2018-11-19 06:30:40,527 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image used request id req-8149edc2-a796-48cf-a258-6dac00c9bc61 2018-11-19 06:30:40,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:40,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8600da70-e25c-4c4f-9092-706132ac32b5 Date: Mon, 19 Nov 2018 06:30:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:30:40,683 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8600da70-e25c-4c4f-9092-706132ac32b5 2018-11-19 06:30:40,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" -d '{"server": {"name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "imageRef": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "flavorRef": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "max_count": 1, "min_count": 1, "networks": [{"port": "635dba26-aa78-426d-877b-feaccf583035"}]}}' 2018-11-19 06:30:42,011 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:30:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b90cfdaf-a73c-4810-bb72-e487f1adf781 x-compute-request-id: req-b90cfdaf-a73c-4810-bb72-e487f1adf781 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "adminPass": "LXctGVX2q4n5"}} 2018-11-19 06:30:42,011 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b90cfdaf-a73c-4810-bb72-e487f1adf781 2018-11-19 06:30:42,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:42,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-3ef49b14-b435-4da0-9c7a-8bff68f87513 x-compute-request-id: req-3ef49b14-b435-4da0-9c7a-8bff68f87513 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.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:30:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:42,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-3ef49b14-b435-4da0-9c7a-8bff68f87513 2018-11-19 06:30:42,366 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst 2018-11-19 06:30:42,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:42,588 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-5f3566ae-ed33-4b4b-88ec-dfe057278606 x-compute-request-id: req-5f3566ae-ed33-4b4b-88ec-dfe057278606 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.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:30:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:42,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-5f3566ae-ed33-4b4b-88ec-dfe057278606 2018-11-19 06:30:42,589 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst] is - BUILD 2018-11-19 06:30:42,589 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:30:45,592 - create_instance - DEBUG - VM status query timeout in 896.773844957 2018-11-19 06:30:45,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:46,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d55a6911-838f-4f1b-8692-9dd418c42570 x-compute-request-id: req-d55a6911-838f-4f1b-8692-9dd418c42570 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.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "security_groups": [{"name": "default"}], "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:30:43Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:46,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-d55a6911-838f-4f1b-8692-9dd418c42570 2018-11-19 06:30:46,285 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst] is - BUILD 2018-11-19 06:30:46,285 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:30:49,288 - create_instance - DEBUG - VM status query timeout in 893.078043938 2018-11-19 06:30:49,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:49,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30: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-1a4c2abe-82a5-479c-885d-378e318b48ec x-compute-request-id: req-1a4c2abe-82a5-479c-885d-378e318b48ec Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:0b:45", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "security_groups": [{"name": "default"}], "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:47Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:49,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-1a4c2abe-82a5-479c-885d-378e318b48ec 2018-11-19 06:30:49,785 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst] is - ACTIVE 2018-11-19 06:30:49,785 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:30:49,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:50,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30: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-28ebfa99-e9ab-4f12-aab7-3600a3a3dbcf x-compute-request-id: req-28ebfa99-e9ab-4f12-aab7-3600a3a3dbcf Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:0b:45", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "security_groups": [{"name": "default"}], "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:47Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:50,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-28ebfa99-e9ab-4f12-aab7-3600a3a3dbcf 2018-11-19 06:30:50,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:50,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-0071aef9-fe3f-4f50-9571-148ef46eaaca Date: Mon, 19 Nov 2018 06:30: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":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:50,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-0071aef9-fe3f-4f50-9571-148ef46eaaca 2018-11-19 06:30:50,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:50,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e43ee819-4d1a-497f-9a3c-09c4a64f2df3 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:50,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-e43ee819-4d1a-497f-9a3c-09c4a64f2df3 2018-11-19 06:30:50,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:50,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-27330069-a49b-4114-9658-0ce5aa4a71a4 Date: Mon, 19 Nov 2018 06:30:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:50,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-27330069-a49b-4114-9658-0ce5aa4a71a4 2018-11-19 06:30:50,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:50,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-7f8047a7-a3f1-42a1-9e2c-80b45a8cf517 Date: Mon, 19 Nov 2018 06:30:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.2"}],"id":"1fee3b37-c506-4ac0-ae5d-7ec945b974f3","security_groups":[],"mac_address":"fa:16:3e:0d:e1:58","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.4"}],"id":"5a204025-c676-4143-b53e-f93f68281135","security_groups":[],"mac_address":"fa:16:3e:39:16:4d","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.12"}],"id":"635dba26-aa78-426d-877b-feaccf583035","security_groups":["33bbb88d-f5d5-417a-a876-311158f1aa6a"],"mac_address":"fa:16:3e:a5:0b:45","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:38Z","binding:vnic_type":"normal","device_id":"c3b7bb21-62ea-4e6f-87bd-724af7a1cb67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.3"}],"id":"c556747c-caeb-4758-a189-1dc3961b19eb","security_groups":[],"mac_address":"fa:16:3e:a6:37:5c","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-808641f9-6130-4b92-bb76-e2dd01b16b3f"}]} 2018-11-19 06:30:50,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-7f8047a7-a3f1-42a1-9e2c-80b45a8cf517 2018-11-19 06:30:50,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:51,050 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:50 GMT Server: Apache x-compute-request-id: req-19b7ccf0-8731-43a7-ab63-af6436e9ddc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19b7ccf0-8731-43a7-ab63-af6436e9ddc7 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:34.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39a6cccb-1be9-45e1-be04-d5b731468046", "size": 1}, {"status": "available", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:30.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}]} 2018-11-19 06:30:51,050 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/detail used request id req-19b7ccf0-8731-43a7-ab63-af6436e9ddc7 2018-11-19 06:30:51,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:51,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e55e52c-6bc0-476c-8bdb-eb5c7ac35aef Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:51,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-3e55e52c-6bc0-476c-8bdb-eb5c7ac35aef 2018-11-19 06:30:51,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:51,452 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30: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-eb65a9e9-ed67-4540-afcc-b232d3061dee x-compute-request-id: req-eb65a9e9-ed67-4540-afcc-b232d3061dee Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:0b:45", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "security_groups": [{"name": "default"}], "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:47Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:51,452 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-eb65a9e9-ed67-4540-afcc-b232d3061dee 2018-11-19 06:30:51,452 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst] is - ACTIVE 2018-11-19 06:30:51,452 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:30:51,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:52,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30: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-6eb61ce9-9299-40fd-b264-c7d798c1b754 x-compute-request-id: req-6eb61ce9-9299-40fd-b264-c7d798c1b754 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:0b:45", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "security_groups": [{"name": "default"}], "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:47Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:30:52,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-6eb61ce9-9299-40fd-b264-c7d798c1b754 2018-11-19 06:30:52,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:52,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4c78c902-4053-4476-b4eb-7521419f5456 Date: Mon, 19 Nov 2018 06:30: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":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:52,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-4c78c902-4053-4476-b4eb-7521419f5456 2018-11-19 06:30:52,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:52,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66b35e1a-640a-4070-b14d-d8c4f6467712 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:52,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-66b35e1a-640a-4070-b14d-d8c4f6467712 2018-11-19 06:30:52,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:52,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-15d0bd7f-f9ae-44c2-88d1-95d5215c26d2 Date: Mon, 19 Nov 2018 06:30:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:52,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-15d0bd7f-f9ae-44c2-88d1-95d5215c26d2 2018-11-19 06:30:52,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:52,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-0ffd1770-e3ff-4bba-b47b-8dcf41045788 Date: Mon, 19 Nov 2018 06:30:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.2"}],"id":"1fee3b37-c506-4ac0-ae5d-7ec945b974f3","security_groups":[],"mac_address":"fa:16:3e:0d:e1:58","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.4"}],"id":"5a204025-c676-4143-b53e-f93f68281135","security_groups":[],"mac_address":"fa:16:3e:39:16:4d","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.12"}],"id":"635dba26-aa78-426d-877b-feaccf583035","security_groups":["33bbb88d-f5d5-417a-a876-311158f1aa6a"],"mac_address":"fa:16:3e:a5:0b:45","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:38Z","binding:vnic_type":"normal","device_id":"c3b7bb21-62ea-4e6f-87bd-724af7a1cb67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.3"}],"id":"c556747c-caeb-4758-a189-1dc3961b19eb","security_groups":[],"mac_address":"fa:16:3e:a6:37:5c","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-808641f9-6130-4b92-bb76-e2dd01b16b3f"}]} 2018-11-19 06:30:52,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-0ffd1770-e3ff-4bba-b47b-8dcf41045788 2018-11-19 06:30:52,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" -d '{"volumeAttachment": {"volumeId": "ded943c3-5b0d-4512-9161-bb40b4cafa39"}}' 2018-11-19 06:30:54,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba15a02c-db73-4d9a-bf9c-db6a38673b56 x-compute-request-id: req-ba15a02c-db73-4d9a-bf9c-db6a38673b56 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "volumeId": "ded943c3-5b0d-4512-9161-bb40b4cafa39"}} 2018-11-19 06:30:54,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67/os-volume_attachments used request id req-ba15a02c-db73-4d9a-bf9c-db6a38673b56 2018-11-19 06:30:54,364 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:54,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96a6ca0b-908b-4aac-b360-9eefb4a780df x-compute-request-id: req-96a6ca0b-908b-4aac-b360-9eefb4a780df Content-Encoding: gzip Content-Length: 776 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:0b:45", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "security_groups": [{"name": "default"}], "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:47Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [{"id": "ded943c3-5b0d-4512-9161-bb40b4cafa39"}], "metadata": {}}} 2018-11-19 06:30:54,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-96a6ca0b-908b-4aac-b360-9eefb4a780df 2018-11-19 06:30:54,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:55,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-c6d0593e-b4a3-4ac0-9293-b270d7f648dc Date: Mon, 19 Nov 2018 06:30:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:55,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-c6d0593e-b4a3-4ac0-9293-b270d7f648dc 2018-11-19 06:30:55,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:55,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-655d8a69-dd29-4664-875c-3b3e4d40ea5b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:30:55,152 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-655d8a69-dd29-4664-875c-3b3e4d40ea5b 2018-11-19 06:30:55,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:55,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-88ec396c-8b80-45f2-a89b-7b30048255de Date: Mon, 19 Nov 2018 06:30:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:55,211 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-88ec396c-8b80-45f2-a89b-7b30048255de 2018-11-19 06:30:55,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:55,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-7bdc7b05-9736-4e4b-be07-5c3e78249d75 Date: Mon, 19 Nov 2018 06:30:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.2"}],"id":"1fee3b37-c506-4ac0-ae5d-7ec945b974f3","security_groups":[],"mac_address":"fa:16:3e:0d:e1:58","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.4"}],"id":"5a204025-c676-4143-b53e-f93f68281135","security_groups":[],"mac_address":"fa:16:3e:39:16:4d","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.12"}],"id":"635dba26-aa78-426d-877b-feaccf583035","security_groups":["33bbb88d-f5d5-417a-a876-311158f1aa6a"],"mac_address":"fa:16:3e:a5:0b:45","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:38Z","binding:vnic_type":"normal","device_id":"c3b7bb21-62ea-4e6f-87bd-724af7a1cb67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.3"}],"id":"c556747c-caeb-4758-a189-1dc3961b19eb","security_groups":[],"mac_address":"fa:16:3e:a6:37:5c","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-808641f9-6130-4b92-bb76-e2dd01b16b3f"}]} 2018-11-19 06:30:55,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-7bdc7b05-9736-4e4b-be07-5c3e78249d75 2018-11-19 06:30:55,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:30:55,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa44a3bf0745485d94acc006e3c4ba09", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role"}], "expires_at": "2018-11-19T07:30:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aaa83285637c4586a055c11bbe3661e5", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/aaa83285637c4586a055c11bbe3661e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user", "id": "0a2ffab1fdd04229bc214750af22da65"}, "audit_ids": ["9bUGUC38R9-qdGzWh3KbCg"], "issued_at": "2018-11-19T06:30:55.000000Z"}} 2018-11-19 06:30:55,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc7abd0a07937577bdb815ba83aaa358ea5a99b" 2018-11-19 06:30:56,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1ac4598-3931-4e80-bb45-7bcbac3b2f17 x-compute-request-id: req-c1ac4598-3931-4e80-bb45-7bcbac3b2f17 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a5:0b:45", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "security_groups": [{"name": "default"}], "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:47Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [{"id": "ded943c3-5b0d-4512-9161-bb40b4cafa39"}], "metadata": {}}]} 2018-11-19 06:30:56,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst used request id req-c1ac4598-3931-4e80-bb45-7bcbac3b2f17 2018-11-19 06:30:56,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc7abd0a07937577bdb815ba83aaa358ea5a99b" 2018-11-19 06:30:56,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-7bba8257-b8eb-404a-828d-d12a6ba8192d Date: Mon, 19 Nov 2018 06:30:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f9b4e2d5-50e2-4210-b163-c91983ab74d1"],"updated_at":"2018-11-19T06:30:28Z","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"aaa83285637c4586a055c11bbe3661e5","id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net"}]} 2018-11-19 06:30:56,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net used request id req-7bba8257-b8eb-404a-828d-d12a6ba8192d 2018-11-19 06:30:56,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc7abd0a07937577bdb815ba83aaa358ea5a99b" 2018-11-19 06:30:56,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-1a0ac432-c6c1-40cd-a267-082626f7a8b8 Date: Mon, 19 Nov 2018 06:30:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:30:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"aaa83285637c4586a055c11bbe3661e5","id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet"}]} 2018-11-19 06:30:56,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-1a0ac432-c6c1-40cd-a267-082626f7a8b8 2018-11-19 06:30:56,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dc7abd0a07937577bdb815ba83aaa358ea5a99b" 2018-11-19 06:30:57,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3111 X-Openstack-Request-Id: req-e32fa0d3-c631-4328-bf58-3b60491c10d1 Date: Mon, 19 Nov 2018 06:30:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.2"}],"id":"1fee3b37-c506-4ac0-ae5d-7ec945b974f3","security_groups":[],"mac_address":"fa:16:3e:0d:e1:58","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:28Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.4"}],"id":"5a204025-c676-4143-b53e-f93f68281135","security_groups":[],"mac_address":"fa:16:3e:39:16:4d","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-808641f9-6130-4b92-bb76-e2dd01b16b3f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.12"}],"id":"635dba26-aa78-426d-877b-feaccf583035","security_groups":["33bbb88d-f5d5-417a-a876-311158f1aa6a"],"mac_address":"fa:16:3e:a5:0b:45","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:38Z","binding:vnic_type":"normal","device_id":"c3b7bb21-62ea-4e6f-87bd-724af7a1cb67"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:30:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"f9b4e2d5-50e2-4210-b163-c91983ab74d1","ip_address":"10.55.0.3"}],"id":"c556747c-caeb-4758-a189-1dc3961b19eb","security_groups":[],"mac_address":"fa:16:3e:a6:37:5c","project_id":"aaa83285637c4586a055c11bbe3661e5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"808641f9-6130-4b92-bb76-e2dd01b16b3f","tenant_id":"aaa83285637c4586a055c11bbe3661e5","created_at":"2018-11-19T06:30:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-808641f9-6130-4b92-bb76-e2dd01b16b3f"}]} 2018-11-19 06:30:57,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-e32fa0d3-c631-4328-bf58-3b60491c10d1 2018-11-19 06:30:57,038 - create_instance - INFO - Deleting Port with ID - 635dba26-aa78-426d-877b-feaccf583035 2018-11-19 06:30:57,038 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-port 2018-11-19 06:30:57,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/635dba26-aa78-426d-877b-feaccf583035 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:57,648 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41c3fa10-2be0-46f8-bde4-d155d04fb2e9 Date: Mon, 19 Nov 2018 06:30:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:30:57,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/635dba26-aa78-426d-877b-feaccf583035 used request id req-41c3fa10-2be0-46f8-bde4-d155d04fb2e9 2018-11-19 06:30:57,652 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-19b7ccf0-8731-43a7-ab63-af6436e9ddc7" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:57,860 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:57 GMT Server: Apache x-compute-request-id: req-6115e5a0-29f5-4388-9644-5392599d4bcc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6115e5a0-29f5-4388-9644-5392599d4bcc Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [{"server_id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "attachment_id": "9a55db44-ebb7-4b0c-af1b-b428368187a6", "attached_at": "2018-11-19T06:30:56.000000", "host_name": null, "volume_id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "device": "/dev/vdb", "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39"}], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:56.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}} 2018-11-19 06:30:57,860 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-6115e5a0-29f5-4388-9644-5392599d4bcc 2018-11-19 06:30:57,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67/os-volume_attachments/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:59,349 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-af3a7b47-7228-42b2-a36b-935bc267d7e9 x-compute-request-id: req-af3a7b47-7228-42b2-a36b-935bc267d7e9 Content-Length: 0 Content-Type: application/json 2018-11-19 06:30:59,350 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67/os-volume_attachments/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-af3a7b47-7228-42b2-a36b-935bc267d7e9 2018-11-19 06:30:59,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:30:59,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:30:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abbe62c1-83c4-4081-a8ac-a9b1b794db51 x-compute-request-id: req-abbe62c1-83c4-4081-a8ac-a9b1b794db51 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:55Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [{"id": "ded943c3-5b0d-4512-9161-bb40b4cafa39"}], "metadata": {}}} 2018-11-19 06:30:59,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-abbe62c1-83c4-4081-a8ac-a9b1b794db51 2018-11-19 06:31:02,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:31:02,857 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5242b61-1154-4689-880a-a26b0c20ec5c x-compute-request-id: req-b5242b61-1154-4689-880a-a26b0c20ec5c Content-Encoding: gzip Content-Length: 654 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:30:55Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:02,858 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-b5242b61-1154-4689-880a-a26b0c20ec5c 2018-11-19 06:31:02,858 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst 2018-11-19 06:31:02,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:31:03,042 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:31:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-32e82eaf-4281-46f9-a9d4-638aee2cc8e3 x-compute-request-id: req-32e82eaf-4281-46f9-a9d4-638aee2cc8e3 Content-Type: application/json 2018-11-19 06:31:03,042 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-32e82eaf-4281-46f9-a9d4-638aee2cc8e3 2018-11-19 06:31:03,043 - create_instance - INFO - Checking deletion status 2018-11-19 06:31:03,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:31:03,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18d5d8db-73e0-4a5e-9922-3999f5ce1672 x-compute-request-id: req-18d5d8db-73e0-4a5e-9922-3999f5ce1672 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.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "rel": "bookmark"}], "image": {"id": "c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "links": [{"href": "http://172.30.9.21:8774/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:30:46.000000", "flavor": {"id": "f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "links": [{"href": "http://172.30.9.21:8774/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305", "rel": "bookmark"}]}, "id": "c3b7bb21-62ea-4e6f-87bd-724af7a1cb67", "user_id": "0a2ffab1fdd04229bc214750af22da65", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:02Z", "hostId": "f9a85ef5090184be873fe5cc33f38686e722fe2c928d442415f35706", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst", "created": "2018-11-19T06:30:41Z", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:03,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-18d5d8db-73e0-4a5e-9922-3999f5ce1672 2018-11-19 06:31:03,285 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst] is - ACTIVE 2018-11-19 06:31:03,285 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:31:06,288 - create_instance - DEBUG - VM status query timeout in 296.754587889 2018-11-19 06:31:06,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}900d1e99ff73d7178090f6a706068740e5c1b79c" 2018-11-19 06:31:06,343 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:31:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5bacb37a-f2ae-4891-83d8-0cc54b18c09e x-compute-request-id: req-5bacb37a-f2ae-4891-83d8-0cc54b18c09e Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 could not be found.", "code": 404}} 2018-11-19 06:31:06,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 used request id req-5bacb37a-f2ae-4891-83d8-0cc54b18c09e 2018-11-19 06:31:06,344 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance c3b7bb21-62ea-4e6f-87bd-724af7a1cb67 could not be found. (HTTP 404) (Request-ID: req-5bacb37a-f2ae-4891-83d8-0cc54b18c09e) 2018-11-19 06:31:06,344 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-inst 2018-11-19 06:31:06,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df634f7fc694b18297e49e83bc76635554253223" 2018-11-19 06:31:06,401 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:31:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2465cf59-17e3-42f9-9c84-444ef74d880f x-compute-request-id: req-2465cf59-17e3-42f9-9c84-444ef74d880f Content-Length: 0 Content-Type: application/json 2018-11-19 06:31:06,401 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f037f6a9-28c4-4f77-9ced-5a2f5ce94305 used request id req-2465cf59-17e3-42f9-9c84-444ef74d880f 2018-11-19 06:31:06,402 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet 2018-11-19 06:31:06,402 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-subnet 2018-11-19 06:31:06,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/f9b4e2d5-50e2-4210-b163-c91983ab74d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:31:09,030 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dc564c5a-942e-4ac5-a37e-890d5dfa0e86 Date: Mon, 19 Nov 2018 06:31:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:31:09,031 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/f9b4e2d5-50e2-4210-b163-c91983ab74d1 used request id req-dc564c5a-942e-4ac5-a37e-890d5dfa0e86 2018-11-19 06:31:09,031 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-pub-net 2018-11-19 06:31:09,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/808641f9-6130-4b92-bb76-e2dd01b16b3f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2735529a72272fd04d3670098beb78c82667348d" 2018-11-19 06:31:10,306 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9432450c-52ff-43b2-82b5-44b84583485f Date: Mon, 19 Nov 2018 06:31:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:31:10,306 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/808641f9-6130-4b92-bb76-e2dd01b16b3f used request id req-9432450c-52ff-43b2-82b5-44b84583485f 2018-11-19 06:31:10,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abfd4da7-ee72-448f-8c12-dce113068669" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:31:10,500 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:10 GMT Server: Apache x-compute-request-id: req-8df4489a-3c20-4e13-8711-86a0f67e8267 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8df4489a-3c20-4e13-8711-86a0f67e8267 Content-Encoding: gzip Content-Length: 463 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:34.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39a6cccb-1be9-45e1-be04-d5b731468046", "size": 1}} 2018-11-19 06:31:10,500 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 used request id req-8df4489a-3c20-4e13-8711-86a0f67e8267 2018-11-19 06:31:10,501 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:31:10,501 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2 2018-11-19 06:31:10,501 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2 2018-11-19 06:31:10,504 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abfd4da7-ee72-448f-8c12-dce113068669" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:31:10,729 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:31:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-55d2ba16-5bfc-4226-8127-3cf3f34ca44a Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:31:10,729 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 used request id req-55d2ba16-5bfc-4226-8127-3cf3f34ca44a 2018-11-19 06:31:10,732 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abfd4da7-ee72-448f-8c12-dce113068669" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:31:10,931 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:10 GMT Server: Apache x-compute-request-id: req-1ea1d316-5f92-4420-af52-97b5c9b9b019 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1ea1d316-5f92-4420-af52-97b5c9b9b019 Content-Encoding: gzip Content-Length: 470 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:34.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:31:10.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "39a6cccb-1be9-45e1-be04-d5b731468046", "size": 1}} 2018-11-19 06:31:10,931 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 used request id req-1ea1d316-5f92-4420-af52-97b5c9b9b019 2018-11-19 06:31:10,931 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:31:10,931 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:31:13,935 - create_volume - DEBUG - Volume status query timeout in 56.7944099903 2018-11-19 06:31:13,938 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-abfd4da7-ee72-448f-8c12-dce113068669" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c77df6dad31cab3c5241d56096d7ecc5980445b5" 2018-11-19 06:31:13,975 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:31:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-039aa004-251f-48c2-a875-2edda2f6a41a x-openstack-request-id: req-039aa004-251f-48c2-a875-2edda2f6a41a Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 39a6cccb-1be9-45e1-be04-d5b731468046 could not be found.", "code": 404}} 2018-11-19 06:31:13,976 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/39a6cccb-1be9-45e1-be04-d5b731468046 used request id req-039aa004-251f-48c2-a875-2edda2f6a41a 2018-11-19 06:31:13,976 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 39a6cccb-1be9-45e1-be04-d5b731468046 could not be found. (HTTP 404) (Request-ID: req-039aa004-251f-48c2-a875-2edda2f6a41a) 2018-11-19 06:31:13,976 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-2 2018-11-19 06:31:13,980 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:31:14,174 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:13 GMT Server: Apache x-compute-request-id: req-97d0e110-f74e-41f8-97ec-27430bf18ac0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97d0e110-f74e-41f8-97ec-27430bf18ac0 Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:30:59.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}} 2018-11-19 06:31:14,174 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-97d0e110-f74e-41f8-97ec-27430bf18ac0 2018-11-19 06:31:14,174 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:31:14,175 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1 2018-11-19 06:31:14,175 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1 2018-11-19 06:31:14,178 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:31:14,412 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:31:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-07936481-fc10-49e9-ad83-f89da8ae8e1b Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:31:14,412 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-07936481-fc10-49e9-ad83-f89da8ae8e1b 2018-11-19 06:31:14,415 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:31:14,630 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:14 GMT Server: Apache x-compute-request-id: req-bf47e6a0-de5f-44c4-bbaf-fc0e0d520d19 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bf47e6a0-de5f-44c4-bbaf-fc0e0d520d19 Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "0a2ffab1fdd04229bc214750af22da65", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "self"}, {"href": "http://172.30.9.21:8776/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:30:29.000000", "description": null, "os-vol-tenant-attr:tenant_id": "aaa83285637c4586a055c11bbe3661e5", "updated_at": "2018-11-19T06:31:14.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "ded943c3-5b0d-4512-9161-bb40b4cafa39", "size": 1}} 2018-11-19 06:31:14,630 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-bf47e6a0-de5f-44c4-bbaf-fc0e0d520d19 2018-11-19 06:31:14,631 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:31:14,631 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:31:17,634 - create_volume - DEBUG - Volume status query timeout in 56.7786159515 2018-11-19 06:31:17,638 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7e9c82bc-30ee-4427-8e10-ab797d56adc9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b822df8c18182d371f79dbcf58806175b7a38e3" 2018-11-19 06:31:17,851 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:31:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cfa6704d-5bae-4697-9e37-481a5905ba50 x-openstack-request-id: req-cfa6704d-5bae-4697-9e37-481a5905ba50 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume ded943c3-5b0d-4512-9161-bb40b4cafa39 could not be found.", "code": 404}} 2018-11-19 06:31:17,851 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/aaa83285637c4586a055c11bbe3661e5/volumes/ded943c3-5b0d-4512-9161-bb40b4cafa39 used request id req-cfa6704d-5bae-4697-9e37-481a5905ba50 2018-11-19 06:31:17,852 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume ded943c3-5b0d-4512-9161-bb40b4cafa39 could not be found. (HTTP 404) (Request-ID: req-cfa6704d-5bae-4697-9e37-481a5905ba50) 2018-11-19 06:31:17,852 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-1 2018-11-19 06:31:17,853 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-8fe9fdfc-fc31-4e6f-a52c-d346e0f686e3-image 2018-11-19 06:31:17,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80a494e2a739a4336172ec88d3b94d403141f28b" 2018-11-19 06:31:19,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fdc02789-1947-487e-b3a2-d9db12a2906e Date: Mon, 19 Nov 2018 06:31:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:31:19,501 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c40b2a6d-1afb-4945-a2e9-5c6b0f89a5ed used request id req-fdc02789-1947-487e-b3a2-d9db12a2906e 2018-11-19 06:31:19,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:19,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-d2ace46c-80c4-4061-be3e-2dfd34ba1789 Date: Mon, 19 Nov 2018 06:31:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "created_at": "2018-11-19T06:30:27Z", "updated_at": "2018-11-19T06:30:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "revision_number": 0, "id": "09e19812-fef0-41f0-9ec2-8644fd9dbe26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "aaa83285637c4586a055c11bbe3661e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "revision_number": 0, "id": "97070171-6c50-47b8-94d9-65cf1dc6ba8f", "remote_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "remote_ip_prefix": null, "created_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "aaa83285637c4586a055c11bbe3661e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "revision_number": 0, "id": "9ddbde77-5f5f-477c-8099-318781083edf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "aaa83285637c4586a055c11bbe3661e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "revision_number": 0, "id": "eb222652-36f2-4e41-b87e-617c0efd59eb", "remote_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "remote_ip_prefix": null, "created_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "aaa83285637c4586a055c11bbe3661e5"}], "revision_number": 4, "project_id": "aaa83285637c4586a055c11bbe3661e5", "id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:31:19,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d2ace46c-80c4-4061-be3e-2dfd34ba1789 2018-11-19 06:31:19,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:19,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4236f16b-02dd-4949-b6a5-7bb88745ef14 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:31:19,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-4236f16b-02dd-4949-b6a5-7bb88745ef14 2018-11-19 06:31:19,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:19,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-977b8de5-80df-46b6-aa0c-bb8bb147287c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5"}, "enabled": true, "id": "aaa83285637c4586a055c11bbe3661e5", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj"}} 2018-11-19 06:31:19,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-977b8de5-80df-46b6-aa0c-bb8bb147287c 2018-11-19 06:31:19,935 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 33bbb88d-f5d5-417a-a876-311158f1aa6a 2018-11-19 06:31:19,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=33bbb88d-f5d5-417a-a876-311158f1aa6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:20,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e4cc5bda-5b6f-424b-8c1d-6126ac2fe8fe Date: Mon, 19 Nov 2018 06:31:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "port_range_min": null, "revision_number": 0, "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "created_at": "2018-11-19T06:30:27Z", "project_id": "aaa83285637c4586a055c11bbe3661e5", "id": "09e19812-fef0-41f0-9ec2-8644fd9dbe26"}, {"remote_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "port_range_min": null, "revision_number": 0, "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "created_at": "2018-11-19T06:30:27Z", "project_id": "aaa83285637c4586a055c11bbe3661e5", "id": "97070171-6c50-47b8-94d9-65cf1dc6ba8f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "port_range_min": null, "revision_number": 0, "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "created_at": "2018-11-19T06:30:27Z", "project_id": "aaa83285637c4586a055c11bbe3661e5", "id": "9ddbde77-5f5f-477c-8099-318781083edf"}, {"remote_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:30:27Z", "security_group_id": "33bbb88d-f5d5-417a-a876-311158f1aa6a", "port_range_min": null, "revision_number": 0, "tenant_id": "aaa83285637c4586a055c11bbe3661e5", "created_at": "2018-11-19T06:30:27Z", "project_id": "aaa83285637c4586a055c11bbe3661e5", "id": "eb222652-36f2-4e41-b87e-617c0efd59eb"}]} 2018-11-19 06:31:20,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=33bbb88d-f5d5-417a-a876-311158f1aa6a used request id req-e4cc5bda-5b6f-424b-8c1d-6126ac2fe8fe 2018-11-19 06:31:20,137 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:31:20,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/33bbb88d-f5d5-417a-a876-311158f1aa6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:20,447 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f08e0bd5-80d0-4288-a73d-19969f3756da Content-Length: 0 Date: Mon, 19 Nov 2018 06:31:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:31:20,447 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/33bbb88d-f5d5-417a-a876-311158f1aa6a used request id req-f08e0bd5-80d0-4288-a73d-19969f3756da 2018-11-19 06:31:20,448 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj 2018-11-19 06:31:20,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:20,665 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e089961b-57f6-407e-9f7a-32cb0cc35171 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:31:20,665 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/aaa83285637c4586a055c11bbe3661e5 used request id req-e089961b-57f6-407e-9f7a-32cb0cc35171 2018-11-19 06:31:20,665 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-proj-role 2018-11-19 06:31:20,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fa44a3bf0745485d94acc006e3c4ba09 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:20,782 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00ea1a0f-4280-45d0-9590-84fcd40b0344 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:31:20,782 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fa44a3bf0745485d94acc006e3c4ba09 used request id req-00ea1a0f-4280-45d0-9590-84fcd40b0344 2018-11-19 06:31:20,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0c3647928a659faebe9169708c27e71c58a9259d" 2018-11-19 06:31:20,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49373636-9080-41b1-befd-4d0dc87561cd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:31:20,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-49373636-9080-41b1-befd-4d0dc87561cd 2018-11-19 06:31:20,877 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-0a1ab73b-a3e0-47d-user 2018-11-19 06:31:20,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0a2ffab1fdd04229bc214750af22da65 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d50c1fffef17c95f1af6c037bbd1856c5e0eeb65" 2018-11-19 06:31:21,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:31:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-94609c17-1322-495c-8029-acd3e4e540ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:31:21,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0a2ffab1fdd04229bc214750af22da65 used request id req-94609c17-1322-495c-8029-acd3e4e540ae 2018-11-19 06:31:21,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:21,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:31:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["52kruCQWTvC_55fH3iGu8w"], "issued_at": "2018-11-19T06:31:21.000000Z"}} 2018-11-19 06:31:21,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35dbcc2f2ba0beef2d6a2cd557cb44643d133eab" 2018-11-19 06:31:21,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2edc5ac8-23f6-4f91-99f8-f047bcc0a283 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:21,552 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2edc5ac8-23f6-4f91-99f8-f047bcc0a283 2018-11-19 06:31:21,554 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:21,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:21,932 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:31:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["lUTKep0vSP2Her2vvYEmuQ"], "issued_at": "2018-11-19T06:31:21.000000Z"}} 2018-11-19 06:31:21,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:31:22,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1200762f-79d9-43ea-a5d9-2b4de4687552 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:22,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1200762f-79d9-43ea-a5d9-2b4de4687552 2018-11-19 06:31:22,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:31:22,026 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:31:22,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:31:22,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5038e02-8bad-415f-9c05-4260b5df8547 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:31:22,113 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj used request id req-d5038e02-8bad-415f-9c05-4260b5df8547 2018-11-19 06:31:22,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:31:22,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33f94384-2648-4767-aebd-f71904fbc0d5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:31:22,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-33f94384-2648-4767-aebd-f71904fbc0d5 2018-11-19 06:31:22,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}}' 2018-11-19 06:31:22,357 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1aff27a0-52fd-4324-8524-398efce1956b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:22,357 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1aff27a0-52fd-4324-8524-398efce1956b 2018-11-19 06:31:22,357 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj 2018-11-19 06:31:22,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:22,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:22,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:31:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["uKODYdgtSW6gVkqwZplCNg"], "issued_at": "2018-11-19T06:31:22.000000Z"}} 2018-11-19 06:31:22,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ddd6b2f2a140f15c25ad4f6a1434103f9aef3f" 2018-11-19 06:31:22,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7054e59e-2d09-4236-a703-9298f2672acd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:22,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7054e59e-2d09-4236-a703-9298f2672acd 2018-11-19 06:31:22,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:31:22,760 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:31:22,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ddd6b2f2a140f15c25ad4f6a1434103f9aef3f" 2018-11-19 06:31:22,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd33bd96-e17a-4e14-b097-8d3e150d24f2 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:31:22,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bd33bd96-e17a-4e14-b097-8d3e150d24f2 2018-11-19 06:31:22,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ddd6b2f2a140f15c25ad4f6a1434103f9aef3f" 2018-11-19 06:31:22,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afc8143a-ed05-49fe-8155-3aa569c1f6f5 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}]} 2018-11-19 06:31:22,950 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj used request id req-afc8143a-ed05-49fe-8155-3aa569c1f6f5 2018-11-19 06:31:22,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ddd6b2f2a140f15c25ad4f6a1434103f9aef3f" 2018-11-19 06:31:23,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d01460-b065-4c78-949c-0638e69b8daf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:31:23,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b2d01460-b065-4c78-949c-0638e69b8daf 2018-11-19 06:31:23,423 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-afb7add9-ce06-4e3-user 2018-11-19 06:31:23,423 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:23,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:31:23,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a61863f2-f179-4f2d-a43c-b8d517800e93 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:31:23,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a61863f2-f179-4f2d-a43c-b8d517800e93 2018-11-19 06:31:23,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" -d '{"role": {"name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}}' 2018-11-19 06:31:23,656 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d70cfcdf-64c2-4d78-ae98-e68b6e52172d Content-Length: 224 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6d440b40b0724d6f81501ecb2512432e", "links": {"self": "http://172.30.9.21:5000/v3/roles/6d440b40b0724d6f81501ecb2512432e"}, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}} 2018-11-19 06:31:23,656 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d70cfcdf-64c2-4d78-ae98-e68b6e52172d 2018-11-19 06:31:23,657 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role 2018-11-19 06:31:23,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6d440b40b0724d6f81501ecb2512432e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:31:23,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8de8b68a-bbaa-4a3b-b62d-0fe8ff3170d0 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6d440b40b0724d6f81501ecb2512432e"}, "domain_id": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role", "id": "6d440b40b0724d6f81501ecb2512432e"}} 2018-11-19 06:31:23,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6d440b40b0724d6f81501ecb2512432e used request id req-8de8b68a-bbaa-4a3b-b62d-0fe8ff3170d0 2018-11-19 06:31:23,743 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role to project CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj 2018-11-19 06:31:23,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1/users/7f6c4041c3924a98aa95878b85976421/roles/6d440b40b0724d6f81501ecb2512432e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:31:23,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:31:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ba21cd6-bb3c-4d3d-99d9-26739cba477e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:31:23,875 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1/users/7f6c4041c3924a98aa95878b85976421/roles/6d440b40b0724d6f81501ecb2512432e used request id req-1ba21cd6-bb3c-4d3d-99d9-26739cba477e 2018-11-19 06:31:23,875 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:31:23,877 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:31:23,877 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:23,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:24,258 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d440b40b0724d6f81501ecb2512432e", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}], "expires_at": "2018-11-19T07:31:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a65ddfd49c424999e08f8b604458d1", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-user", "id": "7f6c4041c3924a98aa95878b85976421"}, "audit_ids": ["5JN8FVtgQwKteCNgd7SDyQ"], "issued_at": "2018-11-19T06:31:24.000000Z"}} 2018-11-19 06:31:24,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" 2018-11-19 06:31:24,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee7190e-bb45-4cbf-8c90-98f37fa032d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:24,330 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ee7190e-bb45-4cbf-8c90-98f37fa032d6 2018-11-19 06:31:24,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" 2018-11-19 06:31:24,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-321f5e55-88cf-4a41-90ee-c9e5f293820a Date: Mon, 19 Nov 2018 06:31:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image"} 2018-11-19 06:31:24,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image used request id req-321f5e55-88cf-4a41-90ee-c9e5f293820a 2018-11-19 06:31:24,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" 2018-11-19 06:31:24,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7d77d4ec-419f-4c95-9792-01bfb87087e8 Date: Mon, 19 Nov 2018 06:31:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:31:24,679 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7d77d4ec-419f-4c95-9792-01bfb87087e8 2018-11-19 06:31:24,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image"}' 2018-11-19 06:31:24,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa X-Openstack-Request-Id: req-b7eaaab3-c462-4cf6-91d3-c4c6c0d23566 Date: Mon, 19 Nov 2018 06:31:24 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:31:24Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:31:24Z", "visibility": "shared", "locations": [], "self": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "min_disk": 0, "protected": false, "id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "file": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/file", "checksum": null, "owner": "42a65ddfd49c424999e08f8b604458d1", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:31:24,886 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b7eaaab3-c462-4cf6-91d3-c4c6c0d23566 2018-11-19 06:31:24,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" -d '' 2018-11-19 06:31:26,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04f1c62a-f92c-454a-9083-0e93b68a944c Date: Mon, 19 Nov 2018 06:31:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:31:26,110 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/file used request id req-04f1c62a-f92c-454a-9083-0e93b68a944c 2018-11-19 06:31:26,111 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:31:26,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" 2018-11-19 06:31:26,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-53cde1f7-ae16-4695-91e6-12027af22a2c Date: Mon, 19 Nov 2018 06:31:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:31:26Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/snap", "metadata": {}}], "self": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "min_disk": 0, "protected": false, "id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "file": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42a65ddfd49c424999e08f8b604458d1", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:31:26,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa used request id req-53cde1f7-ae16-4695-91e6-12027af22a2c 2018-11-19 06:31:26,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" 2018-11-19 06:31:26,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6d86cd54-0564-446a-9ee6-c70a4e065956 Date: Mon, 19 Nov 2018 06:31:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:31:26,607 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6d86cd54-0564-446a-9ee6-c70a4e065956 2018-11-19 06:31:26,610 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image 2018-11-19 06:31:26,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" 2018-11-19 06:31:26,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 890 Content-Type: application/json X-Openstack-Request-Id: req-c96eacd2-d1e9-4d1c-812d-8fb383fbad3d Date: Mon, 19 Nov 2018 06:31:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:31:26Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/snap", "metadata": {}}], "self": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "min_disk": 0, "protected": false, "id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "file": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42a65ddfd49c424999e08f8b604458d1", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:31:26,631 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa used request id req-c96eacd2-d1e9-4d1c-812d-8fb383fbad3d 2018-11-19 06:31:26,631 - create_image - DEBUG - Instance status is - active 2018-11-19 06:31:26,631 - create_image - DEBUG - Image is active with name - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image 2018-11-19 06:31:26,632 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image 2018-11-19 06:31:26,632 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:26,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:27,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:31:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ZqCS1Td5TmyDXogt44jhLQ"], "issued_at": "2018-11-19T06:31:27.000000Z"}} 2018-11-19 06:31:27,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35df7bf838af7390268849be44b8ae74c8be584" 2018-11-19 06:31:27,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20e0f31f-19d4-45a0-90bd-90970ac616ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:27,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-20e0f31f-19d4-45a0-90bd-90970ac616ba 2018-11-19 06:31:27,200 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:31:27,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35df7bf838af7390268849be44b8ae74c8be584" 2018-11-19 06:31:27,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31: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-f3ff667b-527d-4735-85a6-85404008851f x-compute-request-id: req-f3ff667b-527d-4735-85a6-85404008851f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:31:27,392 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f3ff667b-527d-4735-85a6-85404008851f 2018-11-19 06:31:27,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35df7bf838af7390268849be44b8ae74c8be584" -d '{"flavor": {"vcpus": 2, "disk": 1, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:31:27,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31: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-c7faad8a-a003-4f5f-9a13-565cd39cd044 x-compute-request-id: req-c7faad8a-a003-4f5f-9a13-565cd39cd044 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:31:27,448 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c7faad8a-a003-4f5f-9a13-565cd39cd044 2018-11-19 06:31:27,449 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:27,449 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:27,818 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d440b40b0724d6f81501ecb2512432e", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}], "expires_at": "2018-11-19T07:31:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a65ddfd49c424999e08f8b604458d1", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-user", "id": "7f6c4041c3924a98aa95878b85976421"}, "audit_ids": ["KbRT4znWR9eI8Wq7rtNC7w"], "issued_at": "2018-11-19T06:31:27.000000Z"}} 2018-11-19 06:31:27,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:31:27,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1d93ea1-ff76-4143-a5fc-fabc1681bff4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:27,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e1d93ea1-ff76-4143-a5fc-fabc1681bff4 2018-11-19 06:31:27,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:31:28,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c0b4cd78-fbcd-4d18-888e-96530e8fc524 Date: Mon, 19 Nov 2018 06:31:28 GMT RESP BODY: {"networks":[]} 2018-11-19 06:31:28,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-c0b4cd78-fbcd-4d18-888e-96530e8fc524 2018-11-19 06:31:28,081 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net 2018-11-19 06:31:28,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" -d '{"network": {"name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net", "admin_state_up": true}}' 2018-11-19 06:31:28,612 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-a68eb505-4483-4ea5-bb38-9f5b5093317a Date: Mon, 19 Nov 2018 06:31:28 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:31:28Z","is_default":false,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","mtu":1450}} 2018-11-19 06:31:28,612 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-a68eb505-4483-4ea5-bb38-9f5b5093317a 2018-11-19 06:31:28,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:31:28,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-d0897fac-1d99-4ec5-b49c-0affcc778af9 Date: Mon, 19 Nov 2018 06:31:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:31:28Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:28,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-d0897fac-1d99-4ec5-b49c-0affcc778af9 2018-11-19 06:31:28,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:31:28,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4b02ede8-514d-4b48-92fe-0368f0b6acc9 Date: Mon, 19 Nov 2018 06:31:28 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:31:28,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-4b02ede8-514d-4b48-92fe-0368f0b6acc9 2018-11-19 06:31:28,911 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet 2018-11-19 06:31:28,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" -d '{"subnets": [{"ip_version": 4, "network_id": "806af7ec-cad8-4d9a-af30-26bf0a68f414", "cidr": "10.55.0.0/24", "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]}' 2018-11-19 06:31:29,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-0abe2f75-4ed1-4c13-94fe-1293ddc60bff Date: Mon, 19 Nov 2018 06:31:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:29,631 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-0abe2f75-4ed1-4c13-94fe-1293ddc60bff 2018-11-19 06:31:29,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:31:29,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d8d6dc00-29f6-4a60-b95b-0a025719820e Date: Mon, 19 Nov 2018 06:31:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:29,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-d8d6dc00-29f6-4a60-b95b-0a025719820e 2018-11-19 06:31:29,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:31:30,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-f0f3fcf2-e51e-416d-8e64-864e6b6b5246 Date: Mon, 19 Nov 2018 06:31:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:30,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-f0f3fcf2-e51e-416d-8e64-864e6b6b5246 2018-11-19 06:31:30,093 - OpenStackNetwork - DEBUG - Network [806af7ec-cad8-4d9a-af30-26bf0a68f414] created successfully 2018-11-19 06:31:30,093 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:30,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:30,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d440b40b0724d6f81501ecb2512432e", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}], "expires_at": "2018-11-19T07:31:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a65ddfd49c424999e08f8b604458d1", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-user", "id": "7f6c4041c3924a98aa95878b85976421"}, "audit_ids": ["llzRiG5SS4SFc7sAzuxhzg"], "issued_at": "2018-11-19T06:31:30.000000Z"}} 2018-11-19 06:31:30,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:31:30,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e568e1-7216-4a05-8fc6-c5b07e476a4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:30,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23e568e1-7216-4a05-8fc6-c5b07e476a4a 2018-11-19 06:31:30,570 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:31:30,750 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:30 GMT Server: Apache x-compute-request-id: req-afc20560-d244-4266-af6e-8d766871c7b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-afc20560-d244-4266-af6e-8d766871c7b5 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-19 06:31:30,750 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail used request id req-afc20560-d244-4266-af6e-8d766871c7b5 2018-11-19 06:31:30,754 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-afc20560-d244-4266-af6e-8d766871c7b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:31:31,130 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:31:30 GMT Server: Apache x-compute-request-id: req-fb258208-0062-42e0-8234-e993b4ec1bea OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fb258208-0062-42e0-8234-e993b4ec1bea Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.014589", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}} 2018-11-19 06:31:31,130 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes used request id req-fb258208-0062-42e0-8234-e993b4ec1bea 2018-11-19 06:31:31,134 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-afc20560-d244-4266-af6e-8d766871c7b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:31:31,348 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:31 GMT Server: Apache x-compute-request-id: req-89bc13c0-3f7b-4d71-8a5e-a2c4af966250 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-89bc13c0-3f7b-4d71-8a5e-a2c4af966250 Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}} 2018-11-19 06:31:31,349 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-89bc13c0-3f7b-4d71-8a5e-a2c4af966250 2018-11-19 06:31:31,349 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1 2018-11-19 06:31:31,352 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-afc20560-d244-4266-af6e-8d766871c7b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:31:31,539 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:31 GMT Server: Apache x-compute-request-id: req-5e3fcd9e-9afe-465c-836d-08995efd12db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5e3fcd9e-9afe-465c-836d-08995efd12db Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}} 2018-11-19 06:31:31,539 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-5e3fcd9e-9afe-465c-836d-08995efd12db 2018-11-19 06:31:31,539 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:31:31,539 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1 2018-11-19 06:31:31,540 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1 2018-11-19 06:31:31,540 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:31,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:31,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d440b40b0724d6f81501ecb2512432e", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}], "expires_at": "2018-11-19T07:31:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a65ddfd49c424999e08f8b604458d1", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-user", "id": "7f6c4041c3924a98aa95878b85976421"}, "audit_ids": ["-eWDWohLQ6KWEKuAJweAQA"], "issued_at": "2018-11-19T06:31:31.000000Z"}} 2018-11-19 06:31:31,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:31:31,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3242ff-9872-4456-b585-79f4cbcd30b7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:31,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bb3242ff-9872-4456-b585-79f4cbcd30b7 2018-11-19 06:31:31,999 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:31:32,204 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:32 GMT Server: Apache x-compute-request-id: req-2588f23a-7179-48b8-b372-4d8f3c59eab6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2588f23a-7179-48b8-b372-4d8f3c59eab6 Content-Encoding: gzip Content-Length: 462 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}]} 2018-11-19 06:31:32,204 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail used request id req-2588f23a-7179-48b8-b372-4d8f3c59eab6 2018-11-19 06:31:32,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-2588f23a-7179-48b8-b372-4d8f3c59eab6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" -d '{"volume": {"status": "creating", "user_id": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}' 2018-11-19 06:31:32,563 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:31:32 GMT Server: Apache x-compute-request-id: req-59443bfa-7a6d-42ae-a088-c76584f3a9e8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-59443bfa-7a6d-42ae-a088-c76584f3a9e8 Content-Length: 851 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.447908", "description": null, "updated_at": null, "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}} 2018-11-19 06:31:32,563 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes used request id req-59443bfa-7a6d-42ae-a088-c76584f3a9e8 2018-11-19 06:31:32,567 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2588f23a-7179-48b8-b372-4d8f3c59eab6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:31:32,760 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:32 GMT Server: Apache x-compute-request-id: req-ed6ab62f-78aa-4ec6-b638-ad2987db9e0b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ed6ab62f-78aa-4ec6-b638-ad2987db9e0b Content-Encoding: gzip Content-Length: 465 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}} 2018-11-19 06:31:32,760 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-ed6ab62f-78aa-4ec6-b638-ad2987db9e0b 2018-11-19 06:31:32,760 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2 2018-11-19 06:31:32,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2588f23a-7179-48b8-b372-4d8f3c59eab6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:31:32,957 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:32 GMT Server: Apache x-compute-request-id: req-fdf2c6a5-4c21-481e-819d-2dc2fb13b65f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fdf2c6a5-4c21-481e-819d-2dc2fb13b65f Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}} 2018-11-19 06:31:32,957 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-fdf2c6a5-4c21-481e-819d-2dc2fb13b65f 2018-11-19 06:31:32,957 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:31:32,957 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2 2018-11-19 06:31:32,958 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2 2018-11-19 06:31:32,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:32,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:33,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d440b40b0724d6f81501ecb2512432e", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}], "expires_at": "2018-11-19T07:31:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a65ddfd49c424999e08f8b604458d1", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-user", "id": "7f6c4041c3924a98aa95878b85976421"}, "audit_ids": ["bpn49s8CRjG2eI-FaExkPg"], "issued_at": "2018-11-19T06:31:33.000000Z"}} 2018-11-19 06:31:33,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:33,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee18c35d-d7a7-426e-8f86-62ed27632f8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:33,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ee18c35d-d7a7-426e-8f86-62ed27632f8c 2018-11-19 06:31:33,404 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:31:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:33,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4ae81be-ba55-4f05-be18-f6caa137f84d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:33,488 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a4ae81be-ba55-4f05-be18-f6caa137f84d 2018-11-19 06:31:33,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:33,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-6b609569-b4d5-4be8-95ab-dfc80b3af832 Date: Mon, 19 Nov 2018 06:31:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:33,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-6b609569-b4d5-4be8-95ab-dfc80b3af832 2018-11-19 06:31:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:31:33,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:31:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:31:33,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:33,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feebecaf-82b9-424e-9bd2-0b044d01791b Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:33,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-feebecaf-82b9-424e-9bd2-0b044d01791b 2018-11-19 06:31:33,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:34,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4d4bdff7-6665-4a13-ae58-8d2dadc6860d Date: Mon, 19 Nov 2018 06:31:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:34,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-4d4bdff7-6665-4a13-ae58-8d2dadc6860d 2018-11-19 06:31:34,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:34,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-cb16fd3e-975e-4014-a56b-21cf310a34e8 Date: Mon, 19 Nov 2018 06:31:34 GMT RESP BODY: {"ports":[]} 2018-11-19 06:31:34,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port&admin_state_up=True used request id req-cb16fd3e-975e-4014-a56b-21cf310a34e8 2018-11-19 06:31:34,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:34,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0424e2a-fa6a-4c6e-a41f-2086657c4376 x-compute-request-id: req-a0424e2a-fa6a-4c6e-a41f-2086657c4376 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:31:34,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst used request id req-a0424e2a-fa6a-4c6e-a41f-2086657c4376 2018-11-19 06:31:34,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:34,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-4db719bf-38ef-46ca-912c-2eb0748046f8 Date: Mon, 19 Nov 2018 06:31:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:34,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-4db719bf-38ef-46ca-912c-2eb0748046f8 2018-11-19 06:31:34,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:34,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53a78143-3709-4414-9738-ea330153c523 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:34,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-53a78143-3709-4414-9738-ea330153c523 2018-11-19 06:31:34,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:35,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-75c01b79-5ec6-4a46-a945-7f645b0b4ca7 Date: Mon, 19 Nov 2018 06:31:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:35,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-75c01b79-5ec6-4a46-a945-7f645b0b4ca7 2018-11-19 06:31:35,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:35,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dfef1092-49c4-4083-8cd0-9fd8b0a926b3 Date: Mon, 19 Nov 2018 06:31:35 GMT RESP BODY: {"ports":[]} 2018-11-19 06:31:35,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port&admin_state_up=True used request id req-dfef1092-49c4-4083-8cd0-9fd8b0a926b3 2018-11-19 06:31:35,195 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:31:35,195 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:35,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d440b40b0724d6f81501ecb2512432e", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}], "expires_at": "2018-11-19T07:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a65ddfd49c424999e08f8b604458d1", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-user", "id": "7f6c4041c3924a98aa95878b85976421"}, "audit_ids": ["kDHseRZjS9uBzhKzwbIKEw"], "issued_at": "2018-11-19T06:31:35.000000Z"}} 2018-11-19 06:31:35,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}032c849af3ca2ab5dffedde86ecf7234f4b82ae1" 2018-11-19 06:31:35,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-730371b9-ef88-473b-bf64-d9ff9bbada41 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:31:35,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-730371b9-ef88-473b-bf64-d9ff9bbada41 2018-11-19 06:31:35,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:35,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9267b078-ab68-4da5-87e6-c4483fff1cdf Date: Mon, 19 Nov 2018 06:31:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:35,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-9267b078-ab68-4da5-87e6-c4483fff1cdf 2018-11-19 06:31:35,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:36,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-59c3930d-8107-46fb-99db-c0f400ba7ff8 Date: Mon, 19 Nov 2018 06:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:36,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-59c3930d-8107-46fb-99db-c0f400ba7ff8 2018-11-19 06:31:36,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:36,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-d9715961-5c91-4b89-94cb-eb69a2a9cf2f Date: Mon, 19 Nov 2018 06:31:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:36,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-d9715961-5c91-4b89-94cb-eb69a2a9cf2f 2018-11-19 06:31:36,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:31:36,198 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:31:36,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}032c849af3ca2ab5dffedde86ecf7234f4b82ae1" 2018-11-19 06:31:36,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-789d83ba-f258-4b11-a8a5-ca71eda83a2e Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:36,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-789d83ba-f258-4b11-a8a5-ca71eda83a2e 2018-11-19 06:31:36,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:36,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-406c4e36-d2b7-4540-a565-4a76901eed9c Date: Mon, 19 Nov 2018 06:31:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:36,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-406c4e36-d2b7-4540-a565-4a76901eed9c 2018-11-19 06:31:36,329 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net 2018-11-19 06:31:36,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" -d '{"port": {"network_id": "806af7ec-cad8-4d9a-af30-26bf0a68f414", "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port", "admin_state_up": true}}' 2018-11-19 06:31:37,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 780 X-Openstack-Request-Id: req-4b527fab-c186-48b5-9e84-ca23168343ba Date: Mon, 19 Nov 2018 06:31:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","project_id":"42a65ddfd49c424999e08f8b604458d1","qos_policy_id":null,"admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal"}} 2018-11-19 06:31:37,409 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4b527fab-c186-48b5-9e84-ca23168343ba 2018-11-19 06:31:37,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:37,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-bc96ed76-a939-442e-9f10-2a2ad5f4deb6 Date: Mon, 19 Nov 2018 06:31: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":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:37,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-bc96ed76-a939-442e-9f10-2a2ad5f4deb6 2018-11-19 06:31:37,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:37,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b3038c-b08d-4b9a-a8ff-1bf2a600c197 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:37,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-08b3038c-b08d-4b9a-a8ff-1bf2a600c197 2018-11-19 06:31:37,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:37,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-3c8dd082-c1c7-41ba-a236-97415cf14b5f Date: Mon, 19 Nov 2018 06:31:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:37,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-3c8dd082-c1c7-41ba-a236-97415cf14b5f 2018-11-19 06:31:37,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:37,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 783 X-Openstack-Request-Id: req-6ecee897-db73-4877-a97d-c30fb50c597d Date: Mon, 19 Nov 2018 06:31:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:36Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:31:37,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port&admin_state_up=True used request id req-6ecee897-db73-4877-a97d-c30fb50c597d 2018-11-19 06:31:37,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:37,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4262c411-2f2b-4998-93dc-345f25c03edb Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:37,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-4262c411-2f2b-4998-93dc-345f25c03edb 2018-11-19 06:31:37,955 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst 2018-11-19 06:31:37,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:37,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4513c48-4e65-417a-8427-a7df01069bcb x-compute-request-id: req-b4513c48-4e65-417a-8427-a7df01069bcb Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}], "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-flavor-name"}]} 2018-11-19 06:31:37,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b4513c48-4e65-417a-8427-a7df01069bcb 2018-11-19 06:31:37,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:38,008 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67fde4f0-ac24-45c4-bc10-82b8adfe64c9 x-compute-request-id: req-67fde4f0-ac24-45c4-bc10-82b8adfe64c9 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:31:38,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594 used request id req-67fde4f0-ac24-45c4-bc10-82b8adfe64c9 2018-11-19 06:31:38,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:38,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1060 Content-Type: application/json X-Openstack-Request-Id: req-d7160130-3cb9-4df1-a5d2-07443cf6773e Date: Mon, 19 Nov 2018 06:31:38 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:31:24Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:31:26Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/snap", "metadata": {}}], "self": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "min_disk": 0, "protected": false, "id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "file": "/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "42a65ddfd49c424999e08f8b604458d1", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image"} 2018-11-19 06:31:38,191 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image used request id req-d7160130-3cb9-4df1-a5d2-07443cf6773e 2018-11-19 06:31:38,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:38,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8466bee9-ac3d-4eda-88e8-d31d355e7fd6 Date: Mon, 19 Nov 2018 06:31:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:31:38,341 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8466bee9-ac3d-4eda-88e8-d31d355e7fd6 2018-11-19 06:31:38,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" -d '{"server": {"name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "imageRef": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "flavorRef": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "max_count": 1, "min_count": 1, "networks": [{"port": "3590f285-26e8-47e2-9b9c-3725ede73bb0"}]}}' 2018-11-19 06:31:39,729 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:31:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-09682977-ae85-426f-a761-e2f6d8c6f2d4 x-compute-request-id: req-09682977-ae85-426f-a761-e2f6d8c6f2d4 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "adminPass": "Mb7f53LGNybN"}} 2018-11-19 06:31:39,729 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-09682977-ae85-426f-a761-e2f6d8c6f2d4 2018-11-19 06:31:39,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:40,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25f4414d-afc3-4b26-be98-c89f935817ce x-compute-request-id: req-25f4414d-afc3-4b26-be98-c89f935817ce 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.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:31:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:40,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-25f4414d-afc3-4b26-be98-c89f935817ce 2018-11-19 06:31:40,111 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst 2018-11-19 06:31:40,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:40,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ae14d10-d6b7-4ba8-891f-d060a4e5c70a x-compute-request-id: req-1ae14d10-d6b7-4ba8-891f-d060a4e5c70a 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.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:31:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:40,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-1ae14d10-d6b7-4ba8-891f-d060a4e5c70a 2018-11-19 06:31:40,458 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst] is - BUILD 2018-11-19 06:31:40,458 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:31:43,462 - create_instance - DEBUG - VM status query timeout in 896.650078058 2018-11-19 06:31:43,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:43,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baa43e25-0418-43aa-9488-2a9b381f40c9 x-compute-request-id: req-baa43e25-0418-43aa-9488-2a9b381f40c9 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.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:31:40Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:43,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-baa43e25-0418-43aa-9488-2a9b381f40c9 2018-11-19 06:31:43,713 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst] is - BUILD 2018-11-19 06:31:43,713 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:31:46,716 - create_instance - DEBUG - VM status query timeout in 893.395339966 2018-11-19 06:31:46,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:47,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df172170-e6ec-417b-ac24-ef09a4f5484a x-compute-request-id: req-df172170-e6ec-417b-ac24-ef09a4f5484a Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:45Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:47,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-df172170-e6ec-417b-ac24-ef09a4f5484a 2018-11-19 06:31:47,196 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst] is - ACTIVE 2018-11-19 06:31:47,196 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:31:47,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:47,887 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ebeabef8-c41f-49d1-919f-12a9cf067495 x-compute-request-id: req-ebeabef8-c41f-49d1-919f-12a9cf067495 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:45Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:47,887 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-ebeabef8-c41f-49d1-919f-12a9cf067495 2018-11-19 06:31:47,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:48,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-55c0cab1-dabc-4d92-a534-40a41ad10259 Date: Mon, 19 Nov 2018 06:31:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:48,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-55c0cab1-dabc-4d92-a534-40a41ad10259 2018-11-19 06:31:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:48,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-527bfda7-2241-4f98-8d51-0b617b7f9091 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:48,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-527bfda7-2241-4f98-8d51-0b617b7f9091 2018-11-19 06:31:48,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:48,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d52fd139-265b-4d71-88f2-f2674b5fe9f4 Date: Mon, 19 Nov 2018 06:31:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:48,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-d52fd139-265b-4d71-88f2-f2674b5fe9f4 2018-11-19 06:31:48,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:48,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-f546817f-67e2-437d-8340-be0a28d5793e Date: Mon, 19 Nov 2018 06:31:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal","device_id":"4a7aec77-3943-47f2-a92c-7c1b3cfd320d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.3"}],"id":"3c945181-ae61-40d0-bcc8-bef34c537ef2","security_groups":[],"mac_address":"fa:16:3e:fa:ce:93","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.2"}],"id":"86a78f38-5e80-4a7d-a384-689c9f1c4a1d","security_groups":[],"mac_address":"fa:16:3e:a9:29:c6","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.4"}],"id":"b8ce193b-5e12-4a53-a946-50572158ec69","security_groups":[],"mac_address":"fa:16:3e:e2:98:9d","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-806af7ec-cad8-4d9a-af30-26bf0a68f414"}]} 2018-11-19 06:31:48,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-f546817f-67e2-437d-8340-be0a28d5793e 2018-11-19 06:31:48,449 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:48,642 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:48 GMT Server: Apache x-compute-request-id: req-f1c64117-fc3f-4a55-a7f1-0a8a0075e357 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f1c64117-fc3f-4a55-a7f1-0a8a0075e357 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}, {"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:31.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}]} 2018-11-19 06:31:48,642 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail used request id req-f1c64117-fc3f-4a55-a7f1-0a8a0075e357 2018-11-19 06:31:48,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:48,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d907d4a-1019-4cc6-9016-e50af1522790 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:48,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-7d907d4a-1019-4cc6-9016-e50af1522790 2018-11-19 06:31:48,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:48,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e871898-e305-4fc5-9c67-fd92c1b555b8 x-compute-request-id: req-3e871898-e305-4fc5-9c67-fd92c1b555b8 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:45Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:48,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-3e871898-e305-4fc5-9c67-fd92c1b555b8 2018-11-19 06:31:48,982 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst] is - ACTIVE 2018-11-19 06:31:48,982 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:31:48,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:49,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9321daf-4601-4df7-959b-98602af924dd x-compute-request-id: req-b9321daf-4601-4df7-959b-98602af924dd Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:45Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:31:49,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-b9321daf-4601-4df7-959b-98602af924dd 2018-11-19 06:31:49,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:49,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-5d81de01-cb52-4e0c-bfd6-61c0b5972da1 Date: Mon, 19 Nov 2018 06:31:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:49,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-5d81de01-cb52-4e0c-bfd6-61c0b5972da1 2018-11-19 06:31:49,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:50,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f07b968-52af-46f4-95bf-9e16aa471362 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:50,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-3f07b968-52af-46f4-95bf-9e16aa471362 2018-11-19 06:31:50,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:50,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-863d0092-34c2-437e-924f-366a12949b7d Date: Mon, 19 Nov 2018 06:31:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:50,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-863d0092-34c2-437e-924f-366a12949b7d 2018-11-19 06:31:50,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:50,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-65795ef3-863a-4493-ac7b-969e7d6bfa9f Date: Mon, 19 Nov 2018 06:31:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal","device_id":"4a7aec77-3943-47f2-a92c-7c1b3cfd320d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.3"}],"id":"3c945181-ae61-40d0-bcc8-bef34c537ef2","security_groups":[],"mac_address":"fa:16:3e:fa:ce:93","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.2"}],"id":"86a78f38-5e80-4a7d-a384-689c9f1c4a1d","security_groups":[],"mac_address":"fa:16:3e:a9:29:c6","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.4"}],"id":"b8ce193b-5e12-4a53-a946-50572158ec69","security_groups":[],"mac_address":"fa:16:3e:e2:98:9d","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-806af7ec-cad8-4d9a-af30-26bf0a68f414"}]} 2018-11-19 06:31:50,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-65795ef3-863a-4493-ac7b-969e7d6bfa9f 2018-11-19 06:31:50,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" -d '{"volumeAttachment": {"volumeId": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}}' 2018-11-19 06:31:51,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34748e87-48dd-46ff-ba8a-6b6f836ec6d4 x-compute-request-id: req-34748e87-48dd-46ff-ba8a-6b6f836ec6d4 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "volumeId": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}} 2018-11-19 06:31:51,798 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments used request id req-34748e87-48dd-46ff-ba8a-6b6f836ec6d4 2018-11-19 06:31:51,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:52,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13ea4804-b0e9-4ed8-9b7d-7139680272c4 x-compute-request-id: req-13ea4804-b0e9-4ed8-9b7d-7139680272c4 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:45Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}], "metadata": {}}} 2018-11-19 06:31:52,422 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-13ea4804-b0e9-4ed8-9b7d-7139680272c4 2018-11-19 06:31:52,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:52,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-07fe8a85-783e-45fe-bd67-e6a24d576c5d Date: Mon, 19 Nov 2018 06:31:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:52,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-07fe8a85-783e-45fe-bd67-e6a24d576c5d 2018-11-19 06:31:52,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:52,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-248f7b40-84a0-4d48-b54a-47bbc3128735 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:52,791 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-248f7b40-84a0-4d48-b54a-47bbc3128735 2018-11-19 06:31:52,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:52,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-dd8b2c2a-04d4-4335-a576-2d1eda3468a6 Date: Mon, 19 Nov 2018 06:31:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:52,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-dd8b2c2a-04d4-4335-a576-2d1eda3468a6 2018-11-19 06:31:52,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:53,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-25a9ab75-2e48-4490-aeaf-8957774852b4 Date: Mon, 19 Nov 2018 06:31:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal","device_id":"4a7aec77-3943-47f2-a92c-7c1b3cfd320d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.3"}],"id":"3c945181-ae61-40d0-bcc8-bef34c537ef2","security_groups":[],"mac_address":"fa:16:3e:fa:ce:93","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.2"}],"id":"86a78f38-5e80-4a7d-a384-689c9f1c4a1d","security_groups":[],"mac_address":"fa:16:3e:a9:29:c6","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.4"}],"id":"b8ce193b-5e12-4a53-a946-50572158ec69","security_groups":[],"mac_address":"fa:16:3e:e2:98:9d","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-806af7ec-cad8-4d9a-af30-26bf0a68f414"}]} 2018-11-19 06:31:53,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-25a9ab75-2e48-4490-aeaf-8957774852b4 2018-11-19 06:31:53,101 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c64117-fc3f-4a55-a7f1-0a8a0075e357" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:53,294 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:53 GMT Server: Apache x-compute-request-id: req-67ae1a74-3a69-4628-a907-a585c1971bfa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-67ae1a74-3a69-4628-a907-a585c1971bfa Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:32.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}, {"status": "attaching", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:51.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}]} 2018-11-19 06:31:53,294 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/detail used request id req-67ae1a74-3a69-4628-a907-a585c1971bfa 2018-11-19 06:31:53,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:53,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e3ab17f-63b2-4897-81c4-8b2085ff47c7 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:53,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-3e3ab17f-63b2-4897-81c4-8b2085ff47c7 2018-11-19 06:31:53,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:53,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d9137d9-f143-4dd5-af18-bebd30d473b4 x-compute-request-id: req-9d9137d9-f143-4dd5-af18-bebd30d473b4 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:45Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}], "metadata": {}}} 2018-11-19 06:31:53,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-9d9137d9-f143-4dd5-af18-bebd30d473b4 2018-11-19 06:31:53,961 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst] is - ACTIVE 2018-11-19 06:31:53,961 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:31:53,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:54,817 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c22a031-beda-499d-b372-4cd8ce340838 x-compute-request-id: req-8c22a031-beda-499d-b372-4cd8ce340838 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:53Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}], "metadata": {}}} 2018-11-19 06:31:54,817 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-8c22a031-beda-499d-b372-4cd8ce340838 2018-11-19 06:31:54,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:54,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-adfd4221-feb4-47c0-89b5-c1b24d529a5b Date: Mon, 19 Nov 2018 06:31:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:54,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-adfd4221-feb4-47c0-89b5-c1b24d529a5b 2018-11-19 06:31:54,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:55,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d19687a-a5b2-4b9f-bfcb-58c95e03bd97 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:55,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-9d19687a-a5b2-4b9f-bfcb-58c95e03bd97 2018-11-19 06:31:55,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:55,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-01b5809f-dae6-430b-8246-7a799c967287 Date: Mon, 19 Nov 2018 06:31:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:55,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-01b5809f-dae6-430b-8246-7a799c967287 2018-11-19 06:31:55,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:55,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-101c8784-83c9-429f-a245-2f6898254554 Date: Mon, 19 Nov 2018 06:31:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal","device_id":"4a7aec77-3943-47f2-a92c-7c1b3cfd320d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.3"}],"id":"3c945181-ae61-40d0-bcc8-bef34c537ef2","security_groups":[],"mac_address":"fa:16:3e:fa:ce:93","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.2"}],"id":"86a78f38-5e80-4a7d-a384-689c9f1c4a1d","security_groups":[],"mac_address":"fa:16:3e:a9:29:c6","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.4"}],"id":"b8ce193b-5e12-4a53-a946-50572158ec69","security_groups":[],"mac_address":"fa:16:3e:e2:98:9d","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-806af7ec-cad8-4d9a-af30-26bf0a68f414"}]} 2018-11-19 06:31:55,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-101c8784-83c9-429f-a245-2f6898254554 2018-11-19 06:31:55,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" -d '{"volumeAttachment": {"volumeId": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}}' 2018-11-19 06:31:56,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-def5cb6f-ff8b-4cd3-b6db-b4cdc251e009 x-compute-request-id: req-def5cb6f-ff8b-4cd3-b6db-b4cdc251e009 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdc", "serverId": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "volumeId": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}} 2018-11-19 06:31:56,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments used request id req-def5cb6f-ff8b-4cd3-b6db-b4cdc251e009 2018-11-19 06:31:56,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:57,156 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-897b0a2d-e3fd-4423-9037-9230e69a2af1 x-compute-request-id: req-897b0a2d-e3fd-4423-9037-9230e69a2af1 Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:53Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}, {"id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}], "metadata": {}}} 2018-11-19 06:31:57,157 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-897b0a2d-e3fd-4423-9037-9230e69a2af1 2018-11-19 06:31:57,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:57,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-9d7a99ee-790a-4662-8fc7-96ccf1eb63bd Date: Mon, 19 Nov 2018 06:31:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:57,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-9d7a99ee-790a-4662-8fc7-96ccf1eb63bd 2018-11-19 06:31:57,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:57,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a41138df-a705-4434-b2cd-9c7221bd7d7f Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:31:57,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-a41138df-a705-4434-b2cd-9c7221bd7d7f 2018-11-19 06:31:57,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:57,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-a3ae856c-b4a1-4ebf-810a-397976c4b680 Date: Mon, 19 Nov 2018 06:31:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:57,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-a3ae856c-b4a1-4ebf-810a-397976c4b680 2018-11-19 06:31:57,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:31:57,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-7f631632-6812-4dad-9c49-8a59f6f6cf70 Date: Mon, 19 Nov 2018 06:31:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal","device_id":"4a7aec77-3943-47f2-a92c-7c1b3cfd320d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.3"}],"id":"3c945181-ae61-40d0-bcc8-bef34c537ef2","security_groups":[],"mac_address":"fa:16:3e:fa:ce:93","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.2"}],"id":"86a78f38-5e80-4a7d-a384-689c9f1c4a1d","security_groups":[],"mac_address":"fa:16:3e:a9:29:c6","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.4"}],"id":"b8ce193b-5e12-4a53-a946-50572158ec69","security_groups":[],"mac_address":"fa:16:3e:e2:98:9d","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-806af7ec-cad8-4d9a-af30-26bf0a68f414"}]} 2018-11-19 06:31:57,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-7f631632-6812-4dad-9c49-8a59f6f6cf70 2018-11-19 06:31:57,640 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:31:58,020 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6d440b40b0724d6f81501ecb2512432e", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role"}], "expires_at": "2018-11-19T07:31:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "42a65ddfd49c424999e08f8b604458d1", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/42a65ddfd49c424999e08f8b604458d1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-user", "id": "7f6c4041c3924a98aa95878b85976421"}, "audit_ids": ["N_Ga6bdyQAqc-WBr6bpasg"], "issued_at": "2018-11-19T06:31:58.000000Z"}} 2018-11-19 06:31:58,024 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b505ce50571ed410639af91bfad8f2f6a411af2" 2018-11-19 06:31:58,792 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:31:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe3fcd78-4866-46d1-a120-4a197a819863 x-compute-request-id: req-fe3fcd78-4866-46d1-a120-4a197a819863 Content-Encoding: gzip Content-Length: 803 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:f5:d1", "version": 4, "addr": "10.55.0.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "security_groups": [{"name": "default"}], "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:57Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}, {"id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}], "metadata": {}}]} 2018-11-19 06:31:58,792 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst used request id req-fe3fcd78-4866-46d1-a120-4a197a819863 2018-11-19 06:31:58,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b505ce50571ed410639af91bfad8f2f6a411af2" 2018-11-19 06:31:59,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 656 X-Openstack-Request-Id: req-e9690650-60a5-4faf-9593-71091ea4bdf3 Date: Mon, 19 Nov 2018 06:31: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":["1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1"],"updated_at":"2018-11-19T06:31:29Z","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"42a65ddfd49c424999e08f8b604458d1","id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net"}]} 2018-11-19 06:31:59,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net used request id req-e9690650-60a5-4faf-9593-71091ea4bdf3 2018-11-19 06:31:59,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b505ce50571ed410639af91bfad8f2f6a411af2" 2018-11-19 06:31:59,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4fa25137-70c0-4904-ad79-0064e1cad96f Date: Mon, 19 Nov 2018 06:31:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:31:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"42a65ddfd49c424999e08f8b604458d1","id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","subnetpool_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet"}]} 2018-11-19 06:31:59,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-4fa25137-70c0-4904-ad79-0064e1cad96f 2018-11-19 06:31:59,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b505ce50571ed410639af91bfad8f2f6a411af2" 2018-11-19 06:31:59,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3110 X-Openstack-Request-Id: req-6cc41b37-98a7-4a09-92a8-381a5ccd4eab Date: Mon, 19 Nov 2018 06:31:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:45Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.7"}],"id":"3590f285-26e8-47e2-9b9c-3725ede73bb0","security_groups":["4cee67f0-f1dc-4bb7-8726-b6a65f382ef1"],"mac_address":"fa:16:3e:8d:f5:d1","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:36Z","binding:vnic_type":"normal","device_id":"4a7aec77-3943-47f2-a92c-7c1b3cfd320d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.3"}],"id":"3c945181-ae61-40d0-bcc8-bef34c537ef2","security_groups":[],"mac_address":"fa:16:3e:fa:ce:93","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.2"}],"id":"86a78f38-5e80-4a7d-a384-689c9f1c4a1d","security_groups":[],"mac_address":"fa:16:3e:a9:29:c6","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:29Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-806af7ec-cad8-4d9a-af30-26bf0a68f414"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:31:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1","ip_address":"10.55.0.4"}],"id":"b8ce193b-5e12-4a53-a946-50572158ec69","security_groups":[],"mac_address":"fa:16:3e:e2:98:9d","project_id":"42a65ddfd49c424999e08f8b604458d1","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"806af7ec-cad8-4d9a-af30-26bf0a68f414","tenant_id":"42a65ddfd49c424999e08f8b604458d1","created_at":"2018-11-19T06:31:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-806af7ec-cad8-4d9a-af30-26bf0a68f414"}]} 2018-11-19 06:31:59,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-6cc41b37-98a7-4a09-92a8-381a5ccd4eab 2018-11-19 06:31:59,504 - create_instance - INFO - Deleting Port with ID - 3590f285-26e8-47e2-9b9c-3725ede73bb0 2018-11-19 06:31:59,504 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-port 2018-11-19 06:31:59,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/3590f285-26e8-47e2-9b9c-3725ede73bb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:00,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e08fb377-8dc5-4ae4-b5bb-8faa85f3717c Date: Mon, 19 Nov 2018 06:32:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:32:00,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/3590f285-26e8-47e2-9b9c-3725ede73bb0 used request id req-e08fb377-8dc5-4ae4-b5bb-8faa85f3717c 2018-11-19 06:32:00,106 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c64117-fc3f-4a55-a7f1-0a8a0075e357" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:00,699 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:00 GMT Server: Apache x-compute-request-id: req-84c2c099-1343-4abc-b4be-42cf71a8a046 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-84c2c099-1343-4abc-b4be-42cf71a8a046 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [{"server_id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "attachment_id": "2a4e2704-e2bf-41b8-87ef-346f12695ff9", "attached_at": "2018-11-19T06:31:53.000000", "host_name": null, "volume_id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "device": "/dev/vdb", "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:53.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}} 2018-11-19 06:32:00,699 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-84c2c099-1343-4abc-b4be-42cf71a8a046 2018-11-19 06:32:00,703 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:01,845 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:32: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-1925773e-52a8-4d75-bf37-2c39ade12d6b x-compute-request-id: req-1925773e-52a8-4d75-bf37-2c39ade12d6b Content-Length: 0 Content-Type: application/json 2018-11-19 06:32:01,845 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-1925773e-52a8-4d75-bf37-2c39ade12d6b 2018-11-19 06:32:01,848 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:02,084 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32: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-0fc00970-f5d2-4b0a-9c58-3c01b2227dca x-compute-request-id: req-0fc00970-f5d2-4b0a-9c58-3c01b2227dca Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:57Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "c7595a27-78c8-4dea-bb06-b632c6e5f556"}, {"id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}], "metadata": {}}} 2018-11-19 06:32:02,084 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-0fc00970-f5d2-4b0a-9c58-3c01b2227dca 2018-11-19 06:32:05,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:05,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32: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-171bec71-863d-4f8c-a422-e8cfc2736f3d x-compute-request-id: req-171bec71-863d-4f8c-a422-e8cfc2736f3d Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:57Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}], "metadata": {}}} 2018-11-19 06:32:05,489 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-171bec71-863d-4f8c-a422-e8cfc2736f3d 2018-11-19 06:32:05,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f1c64117-fc3f-4a55-a7f1-0a8a0075e357" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:05,686 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:05 GMT Server: Apache x-compute-request-id: req-08e0f61f-5df5-4720-abbb-59c5999ebf83 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08e0f61f-5df5-4720-abbb-59c5999ebf83 Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"volume": {"status": "in-use", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [{"server_id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "attachment_id": "bd5ca00a-0af4-484d-9b9e-1bf00a6a3fd4", "attached_at": "2018-11-19T06:31:57.000000", "host_name": null, "volume_id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "device": "/dev/vdc", "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:31:57.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False", "attached_mode": "rw"}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}} 2018-11-19 06:32:05,686 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-08e0f61f-5df5-4720-abbb-59c5999ebf83 2018-11-19 06:32:05,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:06,680 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:32: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-97c48f48-0cf9-4f6f-b542-10af8ed5dc6d x-compute-request-id: req-97c48f48-0cf9-4f6f-b542-10af8ed5dc6d Content-Length: 0 Content-Type: application/json 2018-11-19 06:32:06,681 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d/os-volume_attachments/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-97c48f48-0cf9-4f6f-b542-10af8ed5dc6d 2018-11-19 06:32:06,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:07,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a38afc8d-88c8-4cad-adb4-a4ee9157a9bb x-compute-request-id: req-a38afc8d-88c8-4cad-adb4-a4ee9157a9bb Content-Encoding: gzip Content-Length: 682 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:57Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [{"id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a"}], "metadata": {}}} 2018-11-19 06:32:07,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-a38afc8d-88c8-4cad-adb4-a4ee9157a9bb 2018-11-19 06:32:10,081 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:10,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32: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-8f921980-3abd-4af2-ac23-1abe5329a742 x-compute-request-id: req-8f921980-3abd-4af2-ac23-1abe5329a742 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.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:31:57Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:32:10,517 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-8f921980-3abd-4af2-ac23-1abe5329a742 2018-11-19 06:32:10,518 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst 2018-11-19 06:32:10,520 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:10,651 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:32: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-b4bb65a1-a24f-41d2-a37f-cd43198a002b x-compute-request-id: req-b4bb65a1-a24f-41d2-a37f-cd43198a002b Content-Type: application/json 2018-11-19 06:32:10,651 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-b4bb65a1-a24f-41d2-a37f-cd43198a002b 2018-11-19 06:32:10,652 - create_instance - INFO - Checking deletion status 2018-11-19 06:32:10,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:10,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32: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-ab0e16b9-8282-4570-9ab8-baf30fa3118f x-compute-request-id: req-ab0e16b9-8282-4570-9ab8-baf30fa3118f 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.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "rel": "bookmark"}], "image": {"id": "5d5278f9-5dec-43ce-ab38-be36d0412dfa", "links": [{"href": "http://172.30.9.21:8774/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:31:44.000000", "flavor": {"id": "8b8610c9-517f-4dc1-a1b4-761f2492e594", "links": [{"href": "http://172.30.9.21:8774/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594", "rel": "bookmark"}]}, "id": "4a7aec77-3943-47f2-a92c-7c1b3cfd320d", "user_id": "7f6c4041c3924a98aa95878b85976421", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:32:10Z", "hostId": "eadf6aad675e2f6b5a9e5c3493605a8ac566637867a7091e3190c05e", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst", "created": "2018-11-19T06:31:39Z", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:32:10,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-ab0e16b9-8282-4570-9ab8-baf30fa3118f 2018-11-19 06:32:10,886 - create_instance - DEBUG - Instance status [CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst] is - ACTIVE 2018-11-19 06:32:10,886 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:32:13,889 - create_instance - DEBUG - VM status query timeout in 296.762575865 2018-11-19 06:32:13,893 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1618e4713c7572127b8a78a5ec584040122ad3e9" 2018-11-19 06:32:13,937 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:32:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02200571-2b6e-4e01-9fe6-ab24e6127878 x-compute-request-id: req-02200571-2b6e-4e01-9fe6-ab24e6127878 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 4a7aec77-3943-47f2-a92c-7c1b3cfd320d could not be found.", "code": 404}} 2018-11-19 06:32:13,937 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4a7aec77-3943-47f2-a92c-7c1b3cfd320d used request id req-02200571-2b6e-4e01-9fe6-ab24e6127878 2018-11-19 06:32:13,937 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 4a7aec77-3943-47f2-a92c-7c1b3cfd320d could not be found. (HTTP 404) (Request-ID: req-02200571-2b6e-4e01-9fe6-ab24e6127878) 2018-11-19 06:32:13,938 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-inst 2018-11-19 06:32:13,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c35df7bf838af7390268849be44b8ae74c8be584" 2018-11-19 06:32:13,988 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:32:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a378dd9-80b7-4eb4-9c8d-af97cacffe21 x-compute-request-id: req-6a378dd9-80b7-4eb4-9c8d-af97cacffe21 Content-Length: 0 Content-Type: application/json 2018-11-19 06:32:13,988 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8b8610c9-517f-4dc1-a1b4-761f2492e594 used request id req-6a378dd9-80b7-4eb4-9c8d-af97cacffe21 2018-11-19 06:32:13,989 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet 2018-11-19 06:32:13,989 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-subnet 2018-11-19 06:32:13,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:32:16,478 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5391aaee-9ffd-495b-817f-e9ad3661db0b Date: Mon, 19 Nov 2018 06:32:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:32:16,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1c1d9cfb-1c31-46f6-ac49-abb5fe821fd1 used request id req-5391aaee-9ffd-495b-817f-e9ad3661db0b 2018-11-19 06:32:16,479 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-pub-net 2018-11-19 06:32:16,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/806af7ec-cad8-4d9a-af30-26bf0a68f414 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd0e19d091d9da53f034f5b42fd12327113eb6e8" 2018-11-19 06:32:17,781 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-363ca12b-6864-4de9-b5fa-2bc7e9a0b987 Date: Mon, 19 Nov 2018 06:32:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:32:17,782 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/806af7ec-cad8-4d9a-af30-26bf0a68f414 used request id req-363ca12b-6864-4de9-b5fa-2bc7e9a0b987 2018-11-19 06:32:17,785 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2588f23a-7179-48b8-b372-4d8f3c59eab6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:32:17,984 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:17 GMT Server: Apache x-compute-request-id: req-b1c78929-8025-4b0b-bf1c-3255fea34ed4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b1c78929-8025-4b0b-bf1c-3255fea34ed4 Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:32:06.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}} 2018-11-19 06:32:17,984 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-b1c78929-8025-4b0b-bf1c-3255fea34ed4 2018-11-19 06:32:17,985 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:32:17,985 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2 2018-11-19 06:32:17,985 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2 2018-11-19 06:32:17,988 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2588f23a-7179-48b8-b372-4d8f3c59eab6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:32:18,219 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:32:17 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-610a7918-d695-431e-8b2b-771cc7d61976 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:32:18,220 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-610a7918-d695-431e-8b2b-771cc7d61976 2018-11-19 06:32:18,222 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2588f23a-7179-48b8-b372-4d8f3c59eab6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:32:18,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:18 GMT Server: Apache x-compute-request-id: req-af46d31c-3d5d-4eb0-9951-73c26452dafb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-af46d31c-3d5d-4eb0-9951-73c26452dafb Content-Encoding: gzip Content-Length: 481 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:32:18.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "e25d36f6-2feb-4ec2-b13c-510d7d27841a", "size": 1}} 2018-11-19 06:32:18,417 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-af46d31c-3d5d-4eb0-9951-73c26452dafb 2018-11-19 06:32:18,418 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:32:18,418 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:32:21,421 - create_volume - DEBUG - Volume status query timeout in 56.7987349033 2018-11-19 06:32:21,424 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-2588f23a-7179-48b8-b372-4d8f3c59eab6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f652b531b775b4a1a961bfc19f93f87780d428b" 2018-11-19 06:32:21,614 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:32:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c55de031-e98b-4082-bc31-c59498fa0a5b x-openstack-request-id: req-c55de031-e98b-4082-bc31-c59498fa0a5b Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e25d36f6-2feb-4ec2-b13c-510d7d27841a could not be found.", "code": 404}} 2018-11-19 06:32:21,614 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/e25d36f6-2feb-4ec2-b13c-510d7d27841a used request id req-c55de031-e98b-4082-bc31-c59498fa0a5b 2018-11-19 06:32:21,614 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e25d36f6-2feb-4ec2-b13c-510d7d27841a could not be found. (HTTP 404) (Request-ID: req-c55de031-e98b-4082-bc31-c59498fa0a5b) 2018-11-19 06:32:21,614 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-2 2018-11-19 06:32:21,618 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-afc20560-d244-4266-af6e-8d766871c7b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:32:21,916 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:21 GMT Server: Apache x-compute-request-id: req-57e3827a-16a4-4f54-aeca-1ed26cec0123 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-57e3827a-16a4-4f54-aeca-1ed26cec0123 Content-Encoding: gzip Content-Length: 479 Content-Type: application/json RESP BODY: {"volume": {"status": "available", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:32:01.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}} 2018-11-19 06:32:21,917 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-57e3827a-16a4-4f54-aeca-1ed26cec0123 2018-11-19 06:32:21,917 - create_volume - DEBUG - Instance status is - available 2018-11-19 06:32:21,917 - create_volume - DEBUG - Volume is active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1 2018-11-19 06:32:21,917 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1 2018-11-19 06:32:21,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-afc20560-d244-4266-af6e-8d766871c7b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:32:22,148 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:32:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-44809885-2f5d-4859-bc26-c8b9219ee5d2 Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:32:22,148 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-44809885-2f5d-4859-bc26-c8b9219ee5d2 2018-11-19 06:32:22,152 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-afc20560-d244-4266-af6e-8d766871c7b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:32:22,354 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:22 GMT Server: Apache x-compute-request-id: req-bdc75a5e-1b05-4d79-91b2-08863eae5e51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bdc75a5e-1b05-4d79-91b2-08863eae5e51 Content-Encoding: gzip Content-Length: 483 Content-Type: application/json RESP BODY: {"volume": {"status": "deleting", "user_id": "7f6c4041c3924a98aa95878b85976421", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "self"}, {"href": "http://172.30.9.21:8776/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-19T06:31:31.000000", "description": null, "os-vol-tenant-attr:tenant_id": "42a65ddfd49c424999e08f8b604458d1", "updated_at": "2018-11-19T06:32:22.000000", "volume_type": null, "name": "CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"readonly": "False"}, "id": "c7595a27-78c8-4dea-bb06-b632c6e5f556", "size": 1}} 2018-11-19 06:32:22,354 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-bdc75a5e-1b05-4d79-91b2-08863eae5e51 2018-11-19 06:32:22,354 - create_volume - DEBUG - Instance status is - deleting 2018-11-19 06:32:22,355 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-19 06:32:25,358 - create_volume - DEBUG - Volume status query timeout in 56.7905650139 2018-11-19 06:32:25,361 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-afc20560-d244-4266-af6e-8d766871c7b5" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f611330381762da9b0a55dc4d2518f013887e201" 2018-11-19 06:32:25,394 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:32:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-6959374a-5b7e-4f9f-8da0-8addd8092145 x-openstack-request-id: req-6959374a-5b7e-4f9f-8da0-8addd8092145 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume c7595a27-78c8-4dea-bb06-b632c6e5f556 could not be found.", "code": 404}} 2018-11-19 06:32:25,395 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/42a65ddfd49c424999e08f8b604458d1/volumes/c7595a27-78c8-4dea-bb06-b632c6e5f556 used request id req-6959374a-5b7e-4f9f-8da0-8addd8092145 2018-11-19 06:32:25,395 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume c7595a27-78c8-4dea-bb06-b632c6e5f556 could not be found. (HTTP 404) (Request-ID: req-6959374a-5b7e-4f9f-8da0-8addd8092145) 2018-11-19 06:32:25,395 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-1 2018-11-19 06:32:25,396 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-df47457f-ab7b-4c31-a607-a58b03d70af4-image 2018-11-19 06:32:25,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ae23708fd2fafe8d9b76a783748a72dc1dd8d3a" 2018-11-19 06:32:26,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1aca80a6-700b-4690-8f05-2ba0f51cdea8 Date: Mon, 19 Nov 2018 06:32:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:32:26,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/5d5278f9-5dec-43ce-ab38-be36d0412dfa used request id req-1aca80a6-700b-4690-8f05-2ba0f51cdea8 2018-11-19 06:32:26,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:26,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ba3aba89-48f7-422d-b613-1ca1d5ec52c4 Date: Mon, 19 Nov 2018 06:32:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "created_at": "2018-11-19T06:31:28Z", "updated_at": "2018-11-19T06:31:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "revision_number": 0, "id": "0231efcc-7405-40cb-8228-4ddd024e1047", "remote_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "remote_ip_prefix": null, "created_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "42a65ddfd49c424999e08f8b604458d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "revision_number": 0, "id": "35034e39-7f9a-4f64-8cba-a5df56c169ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "port_range_min": null, "ethertype": "IPv6", "project_id": "42a65ddfd49c424999e08f8b604458d1"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "revision_number": 0, "id": "5b4f4558-a92a-4afc-8315-bcc0000a0ae6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "42a65ddfd49c424999e08f8b604458d1"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "revision_number": 0, "id": "dc8b876e-9be3-4515-8050-6b8de2a2df64", "remote_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "remote_ip_prefix": null, "created_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "port_range_min": null, "ethertype": "IPv4", "project_id": "42a65ddfd49c424999e08f8b604458d1"}], "revision_number": 4, "project_id": "42a65ddfd49c424999e08f8b604458d1", "id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:32:26,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-ba3aba89-48f7-422d-b613-1ca1d5ec52c4 2018-11-19 06:32:26,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:26,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b43f79fe-2343-497a-8944-1eac634f4d9e Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:32:26,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-b43f79fe-2343-497a-8944-1eac634f4d9e 2018-11-19 06:32:26,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:27,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2ba1d3a-c13e-445f-a62a-b30cffe67489 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1"}, "enabled": true, "id": "42a65ddfd49c424999e08f8b604458d1", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj"}} 2018-11-19 06:32:27,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-e2ba1d3a-c13e-445f-a62a-b30cffe67489 2018-11-19 06:32:27,017 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4cee67f0-f1dc-4bb7-8726-b6a65f382ef1 2018-11-19 06:32:27,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4cee67f0-f1dc-4bb7-8726-b6a65f382ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:27,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a2251fdf-a8ef-4517-a632-ccb062a5aca6 Date: Mon, 19 Nov 2018 06:32:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "created_at": "2018-11-19T06:31:28Z", "project_id": "42a65ddfd49c424999e08f8b604458d1", "id": "0231efcc-7405-40cb-8228-4ddd024e1047"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "created_at": "2018-11-19T06:31:28Z", "project_id": "42a65ddfd49c424999e08f8b604458d1", "id": "35034e39-7f9a-4f64-8cba-a5df56c169ed"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "created_at": "2018-11-19T06:31:28Z", "project_id": "42a65ddfd49c424999e08f8b604458d1", "id": "5b4f4558-a92a-4afc-8315-bcc0000a0ae6"}, {"remote_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:31:28Z", "security_group_id": "4cee67f0-f1dc-4bb7-8726-b6a65f382ef1", "port_range_min": null, "revision_number": 0, "tenant_id": "42a65ddfd49c424999e08f8b604458d1", "created_at": "2018-11-19T06:31:28Z", "project_id": "42a65ddfd49c424999e08f8b604458d1", "id": "dc8b876e-9be3-4515-8050-6b8de2a2df64"}]} 2018-11-19 06:32:27,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=4cee67f0-f1dc-4bb7-8726-b6a65f382ef1 used request id req-a2251fdf-a8ef-4517-a632-ccb062a5aca6 2018-11-19 06:32:27,192 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:32:27,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/4cee67f0-f1dc-4bb7-8726-b6a65f382ef1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:27,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68f7fe73-7799-4433-8763-e8e079c89cd7 Content-Length: 0 Date: Mon, 19 Nov 2018 06:32:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:32:27,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/4cee67f0-f1dc-4bb7-8726-b6a65f382ef1 used request id req-68f7fe73-7799-4433-8763-e8e079c89cd7 2018-11-19 06:32:27,532 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj 2018-11-19 06:32:27,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:27,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-269bc4e9-daf9-407d-a582-4ba3fd2bdb13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:32:27,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/42a65ddfd49c424999e08f8b604458d1 used request id req-269bc4e9-daf9-407d-a582-4ba3fd2bdb13 2018-11-19 06:32:27,918 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-afb7add9-ce06-4e3-proj-role 2018-11-19 06:32:27,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6d440b40b0724d6f81501ecb2512432e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:28,057 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:32:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6160bca-42f7-47f2-a944-03ce390bc59b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:32:28,057 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6d440b40b0724d6f81501ecb2512432e used request id req-c6160bca-42f7-47f2-a944-03ce390bc59b 2018-11-19 06:32:28,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}782dcbbbd237cfbda7145ebeb096cc743771ccb2" 2018-11-19 06:32:28,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef356a65-0e93-4c61-a7f5-a163d5f65330 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:32:28,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ef356a65-0e93-4c61-a7f5-a163d5f65330 2018-11-19 06:32:28,151 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-afb7add9-ce06-4e3-user 2018-11-19 06:32:28,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7f6c4041c3924a98aa95878b85976421 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e8ddd6b2f2a140f15c25ad4f6a1434103f9aef3f" 2018-11-19 06:32:28,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0769b851-d7a5-44dc-87c9-aa072e6ba0c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:32:28,343 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7f6c4041c3924a98aa95878b85976421 used request id req-0769b851-d7a5-44dc-87c9-aa072e6ba0c6 2018-11-19 06:32:28,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:32:28,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:32:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9UdOuYfjRtyfl0L7BExBkA"], "issued_at": "2018-11-19T06:32:28.000000Z"}} 2018-11-19 06:32:28,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ace899130458750d5f32a8674df6466fb0855bbb" 2018-11-19 06:32:28,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dfa5c1f-a4d0-4a8f-a242-129e0cbb459d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:32:28,805 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0dfa5c1f-a4d0-4a8f-a242-129e0cbb459d 2018-11-19 06:32:28,806 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:32:28,807 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:32:29,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["VvDTCoscSVugKQ0Qyxpjvw"], "issued_at": "2018-11-19T06:32:29.000000Z"}} 2018-11-19 06:32:29,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:32:29,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5783f98e-7a59-449d-b15d-64dcadb4560d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:32:29,274 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5783f98e-7a59-449d-b15d-64dcadb4560d 2018-11-19 06:32:29,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:32:29,285 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:32:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:32:29,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:32:29,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59e384b-64e0-402b-a11d-4ee61fbbb1de Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:32:29,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj used request id req-c59e384b-64e0-402b-a11d-4ee61fbbb1de 2018-11-19 06:32:29,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:32:29,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16a0df5-d38b-4a74-9c1f-95bd0e7282d3 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:32:29,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f16a0df5-d38b-4a74-9c1f-95bd0e7282d3 2018-11-19 06:32:29,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}}' 2018-11-19 06:32:29,578 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:32:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35c78d86-710f-4b65-b37b-80eaa84dde61 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e"}, "enabled": true, "id": "b1d33d53ebe14067baf14cb2e2f4923e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}} 2018-11-19 06:32:29,578 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-35c78d86-710f-4b65-b37b-80eaa84dde61 2018-11-19 06:32:29,578 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-2d79b773-3e59-4b0-proj 2018-11-19 06:32:29,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:32:29,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:32:29,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:32:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["aVdt9-P7R4SmCXEIfiz63Q"], "issued_at": "2018-11-19T06:32:29.000000Z"}} 2018-11-19 06:32:29,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:30,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4aca18e-0170-41aa-943d-836e01621506 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:32:30,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d4aca18e-0170-41aa-943d-836e01621506 2018-11-19 06:32:30,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:32:30,058 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:32:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:32:30,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:30,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4a9d19d-609c-4362-a3d8-6d92783d2d59 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:32:30,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d4a9d19d-609c-4362-a3d8-6d92783d2d59 2018-11-19 06:32:30,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:30,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87a0771a-3309-4962-86e3-11894d0dc4ec Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e"}, "enabled": true, "id": "b1d33d53ebe14067baf14cb2e2f4923e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}]} 2018-11-19 06:32:30,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj used request id req-87a0771a-3309-4962-86e3-11894d0dc4ec 2018-11-19 06:32:30,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:30,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ed85c99-61ff-4125-b009-afc619b193c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:32:30,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-0ed85c99-61ff-4125-b009-afc619b193c8 2018-11-19 06:32:30,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:30,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55c8f041-fd1f-460d-8d06-73a89a0d25fc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:32:30,830 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-55c8f041-fd1f-460d-8d06-73a89a0d25fc 2018-11-19 06:32:30,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:30,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaefdafd-1e5b-4a59-8efc-27f36c8fe0fc Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e"}, "enabled": true, "id": "b1d33d53ebe14067baf14cb2e2f4923e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}]} 2018-11-19 06:32:30,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-2d79b773-3e59-4b0-proj used request id req-eaefdafd-1e5b-4a59-8efc-27f36c8fe0fc 2018-11-19 06:32:30,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/01a79a2ceec8439a99515ec3d415072d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:31,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd13320f-f34f-4012-ac14-966a10eb0931 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-2d79b773-3e59-4b0-user", "links": {"self": "http://172.30.9.21:5000/v3/users/01a79a2ceec8439a99515ec3d415072d"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "b1d33d53ebe14067baf14cb2e2f4923e", "id": "01a79a2ceec8439a99515ec3d415072d", "password_expires_at": null}} 2018-11-19 06:32:31,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/01a79a2ceec8439a99515ec3d415072d used request id req-dd13320f-f34f-4012-ac14-966a10eb0931 2018-11-19 06:32:31,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e/users/01a79a2ceec8439a99515ec3d415072d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:31,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10f03349-0a29-44a9-9b17-498cddde9e37 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e/users/01a79a2ceec8439a99515ec3d415072d/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:32:31,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e/users/01a79a2ceec8439a99515ec3d415072d/roles used request id req-10f03349-0a29-44a9-9b17-498cddde9e37 2018-11-19 06:32:31,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:31,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c43ae063-d6fe-4064-bc35-dbb1c4b5e9c6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:32:31,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-c43ae063-d6fe-4064-bc35-dbb1c4b5e9c6 2018-11-19 06:32:31,220 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-2d79b773-3e59-4b0-proj 2018-11-19 06:32:31,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e/users/01a79a2ceec8439a99515ec3d415072d/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:32:31,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5c231d6d-22b7-4987-9071-55c2d6e513ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:32:31,347 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e/users/01a79a2ceec8439a99515ec3d415072d/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-5c231d6d-22b7-4987-9071-55c2d6e513ff 2018-11-19 06:32:31,347 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-2d79b773-3e59-4b0-user 2018-11-19 06:32:31,347 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:32:31,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:32:31,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4800a67-bc33-4a39-8beb-778e22fc94fb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:32:31,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4800a67-bc33-4a39-8beb-778e22fc94fb 2018-11-19 06:32:31,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" -d '{"role": {"name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role"}}' 2018-11-19 06:32:31,548 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80dca2e8-11bd-4d9b-a9b9-fc26944777fc Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "61992ead23a244f4ba5cf85a34bae5e3", "links": {"self": "http://172.30.9.21:5000/v3/roles/61992ead23a244f4ba5cf85a34bae5e3"}, "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role"}} 2018-11-19 06:32:31,548 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-80dca2e8-11bd-4d9b-a9b9-fc26944777fc 2018-11-19 06:32:31,548 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role 2018-11-19 06:32:31,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/61992ead23a244f4ba5cf85a34bae5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:32:31,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2c1c99-a387-4215-9506-68d51f9762c3 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/61992ead23a244f4ba5cf85a34bae5e3"}, "domain_id": null, "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role", "id": "61992ead23a244f4ba5cf85a34bae5e3"}} 2018-11-19 06:32:31,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/61992ead23a244f4ba5cf85a34bae5e3 used request id req-8b2c1c99-a387-4215-9506-68d51f9762c3 2018-11-19 06:32:31,637 - keystone_utils - INFO - Granting role CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role to project CreateStackSuccessTests-2d79b773-3e59-4b0-proj 2018-11-19 06:32:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e/users/01a79a2ceec8439a99515ec3d415072d/roles/61992ead23a244f4ba5cf85a34bae5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:32:31,784 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe7d6821-5f91-4cfb-9789-25670d691f4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:32:31,784 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e/users/01a79a2ceec8439a99515ec3d415072d/roles/61992ead23a244f4ba5cf85a34bae5e3 used request id req-fe7d6821-5f91-4cfb-9789-25670d691f4d 2018-11-19 06:32:31,785 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:32:31,792 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:32:31,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:32:31,795 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:32:32,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "61992ead23a244f4ba5cf85a34bae5e3", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:32:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1d33d53ebe14067baf14cb2e2f4923e", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-user", "id": "01a79a2ceec8439a99515ec3d415072d"}, "audit_ids": ["1_vho2TWToeH8QnC2u6z5A"], "issued_at": "2018-11-19T06:32:32.000000Z"}} 2018-11-19 06:32:32,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" 2018-11-19 06:32:32,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e070972e-3d26-4436-8a46-03f8a9564d9c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:32:32,254 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e070972e-3d26-4436-8a46-03f8a9564d9c 2018-11-19 06:32:32,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" 2018-11-19 06:32:32,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-59d5163f-775c-4327-8c73-4f89acb13413 Date: Mon, 19 Nov 2018 06:32:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image"} 2018-11-19 06:32:32,428 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image used request id req-59d5163f-775c-4327-8c73-4f89acb13413 2018-11-19 06:32:32,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" 2018-11-19 06:32:32,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-940e4738-0b20-4f8d-b40f-e52ba9b4cde1 Date: Mon, 19 Nov 2018 06:32:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:32:32,588 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-940e4738-0b20-4f8d-b40f-e52ba9b4cde1 2018-11-19 06:32:32,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image"}' 2018-11-19 06:32:32,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5 X-Openstack-Request-Id: req-817b5d5a-fa41-43ed-bc5d-68991cc22f5c Date: Mon, 19 Nov 2018 06:32:32 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:32:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:32:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5", "min_disk": 0, "protected": false, "id": "fed3244d-fb0f-46b1-a18b-3ecdc59c1be5", "file": "/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/file", "checksum": null, "owner": "b1d33d53ebe14067baf14cb2e2f4923e", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:32:32,838 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-817b5d5a-fa41-43ed-bc5d-68991cc22f5c 2018-11-19 06:32:32,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" -d '' 2018-11-19 06:32:33,900 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-96d7bdef-e27a-4cc6-a8a5-727185018272 Date: Mon, 19 Nov 2018 06:32:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:32:33,901 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/file used request id req-96d7bdef-e27a-4cc6-a8a5-727185018272 2018-11-19 06:32:33,901 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:32:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" 2018-11-19 06:32:34,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-aea3f28f-cd7b-4377-af92-8d6d0303ba9d Date: Mon, 19 Nov 2018 06:32:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:32:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:32:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/snap", "metadata": {}}], "self": "/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5", "min_disk": 0, "protected": false, "id": "fed3244d-fb0f-46b1-a18b-3ecdc59c1be5", "file": "/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b1d33d53ebe14067baf14cb2e2f4923e", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:32:34,074 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5 used request id req-aea3f28f-cd7b-4377-af92-8d6d0303ba9d 2018-11-19 06:32:34,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" 2018-11-19 06:32:34,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-42d9bf5a-ab54-41ea-9290-88f4477b0254 Date: Mon, 19 Nov 2018 06:32:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:32:34,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-42d9bf5a-ab54-41ea-9290-88f4477b0254 2018-11-19 06:32:34,231 - create_image - INFO - Created image with name - CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image 2018-11-19 06:32:34,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" 2018-11-19 06:32:34,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8a1fb52f-354d-4480-923f-4c669e83af55 Date: Mon, 19 Nov 2018 06:32:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:32:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:32:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/snap", "metadata": {}}], "self": "/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5", "min_disk": 0, "protected": false, "id": "fed3244d-fb0f-46b1-a18b-3ecdc59c1be5", "file": "/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b1d33d53ebe14067baf14cb2e2f4923e", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:32:34,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5 used request id req-8a1fb52f-354d-4480-923f-4c669e83af55 2018-11-19 06:32:34,407 - create_image - DEBUG - Instance status is - active 2018-11-19 06:32:34,407 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image 2018-11-19 06:32:34,407 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image 2018-11-19 06:32:34,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:32:34,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:32:34,801 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:32:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["LtXBjD_dQyy8MCK6SSjOTw"], "issued_at": "2018-11-19T06:32:34.000000Z"}} 2018-11-19 06:32:34,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746cd51ecaeaaf3c6f344a785218c8da281ec109" 2018-11-19 06:32:34,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0372998-9529-4bc8-8600-ccb8bc577bc5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:32:34,883 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c0372998-9529-4bc8-8600-ccb8bc577bc5 2018-11-19 06:32:34,885 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:32:34,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746cd51ecaeaaf3c6f344a785218c8da281ec109" 2018-11-19 06:32:35,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-438e4b9b-0f38-4b38-b494-07f391d5d224 x-compute-request-id: req-438e4b9b-0f38-4b38-b494-07f391d5d224 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:32:35,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-438e4b9b-0f38-4b38-b494-07f391d5d224 2018-11-19 06:32:35,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746cd51ecaeaaf3c6f344a785218c8da281ec109" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:32:35,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-d8ff4402-8262-4e01-a44a-22776051adfc x-compute-request-id: req-d8ff4402-8262-4e01-a44a-22776051adfc Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0fe0ce8b-fbd9-48a6-89f9-c6c9b181dd3e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0fe0ce8b-fbd9-48a6-89f9-c6c9b181dd3e", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0fe0ce8b-fbd9-48a6-89f9-c6c9b181dd3e", "name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:32:35,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d8ff4402-8262-4e01-a44a-22776051adfc 2018-11-19 06:32:35,151 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:32:35,152 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:32:35,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "61992ead23a244f4ba5cf85a34bae5e3", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:32:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1d33d53ebe14067baf14cb2e2f4923e", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-user", "id": "01a79a2ceec8439a99515ec3d415072d"}, "audit_ids": ["rKNk_ObbQ_aXjE8fJbR2fw"], "issued_at": "2018-11-19T06:32:35.000000Z"}} 2018-11-19 06:32:35,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:35,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ce8782-2681-44d8-bdf9-9f83b56c25a1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:32:35,638 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-83ce8782-2681-44d8-bdf9-9f83b56c25a1 2018-11-19 06:32:35,640 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:32:35,643 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:32:35,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:36,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:35 GMT Server: Apache x-openstack-request-id: req-36b91457-0994-4680-b1a5-e9c04afaac67 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:32:36,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack used request id req-36b91457-0994-4680-b1a5-e9c04afaac67 2018-11-19 06:32:36,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-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-30a00935-173f-4bf0-b626-7b664b872695-net", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}}' 2018-11-19 06:32:38,926 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:32:36 GMT Server: Apache x-openstack-request-id: req-52145af2-3a87-4d0a-a44d-8bd3a2312f9c Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}]}} 2018-11-19 06:32:38,926 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks used request id req-52145af2-3a87-4d0a-a44d-8bd3a2312f9c 2018-11-19 06:32:38,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:39,471 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:38 GMT Server: Apache x-openstack-request-id: req-eb602050-a823-4542-87e0-35a4a23de4c1 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:40,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:39 GMT Server: Apache x-openstack-request-id: req-3545b60d-e0bb-401d-9f82-3bd402713aa1 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:40,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-3545b60d-e0bb-401d-9f82-3bd402713aa1 2018-11-19 06:32:40,074 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack 2018-11-19 06:32:40,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:40,618 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:40 GMT Server: Apache x-openstack-request-id: req-793f03cd-beb5-4cfa-822a-e7147ae0385a Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:41,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:40 GMT Server: Apache x-openstack-request-id: req-43c565f2-2ab0-449a-9703-fd485be3b0d8 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:41,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-43c565f2-2ab0-449a-9703-fd485be3b0d8 2018-11-19 06:32:41,181 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:32:41,181 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:32:44,185 - create_stack - DEBUG - Stack status query timeout in 1195.88960505 2018-11-19 06:32:44,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:44,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:44 GMT Server: Apache x-openstack-request-id: req-50a827ad-08db-42da-9c14-31bdf1867b46 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:44,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:44 GMT Server: Apache x-openstack-request-id: req-201ce1c0-18b9-4eb9-be3f-42328eb3373e 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:44,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-201ce1c0-18b9-4eb9-be3f-42328eb3373e 2018-11-19 06:32:44,260 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:32:44,260 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:32:47,263 - create_stack - DEBUG - Stack status query timeout in 1192.81083012 2018-11-19 06:32:47,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:47,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:47 GMT Server: Apache x-openstack-request-id: req-c128e03f-56bf-4147-8280-5fa3eddcf018 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:47,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:47 GMT Server: Apache x-openstack-request-id: req-8124e968-5293-487a-8d61-1b3db47a2542 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:47,848 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-8124e968-5293-487a-8d61-1b3db47a2542 2018-11-19 06:32:47,849 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:32:47,849 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:32:50,852 - create_stack - DEBUG - Stack status query timeout in 1189.22182894 2018-11-19 06:32:50,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:51,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:50 GMT Server: Apache x-openstack-request-id: req-3563b1f1-7873-4ea9-93de-555b2fdbb6c4 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:52,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:51 GMT Server: Apache x-openstack-request-id: req-ecff4a69-c01d-4976-a4ac-82e29b119815 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:52,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-ecff4a69-c01d-4976-a4ac-82e29b119815 2018-11-19 06:32:52,041 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:32:52,042 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:32:55,045 - create_stack - DEBUG - Stack status query timeout in 1185.02932692 2018-11-19 06:32:55,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:55,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:55 GMT Server: Apache x-openstack-request-id: req-75ac7c8e-b7bb-4c6b-ae2f-72dbe1b0a6f0 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:55,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:55 GMT Server: Apache x-openstack-request-id: req-0f6b1f0b-1c0c-487d-b843-0fd35a916283 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:55,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-0f6b1f0b-1c0c-487d-b843-0fd35a916283 2018-11-19 06:32:55,630 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:32:55,630 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack 2018-11-19 06:32:55,630 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack 2018-11-19 06:32:55,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:32:56,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "61992ead23a244f4ba5cf85a34bae5e3", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:32:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b1d33d53ebe14067baf14cb2e2f4923e", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/b1d33d53ebe14067baf14cb2e2f4923e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-user", "id": "01a79a2ceec8439a99515ec3d415072d"}, "audit_ids": ["DTzM1N42QyS8khCcs1zCGg"], "issued_at": "2018-11-19T06:32:56.000000Z"}} 2018-11-19 06:32:56,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:32:56,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:56 GMT Server: Apache x-openstack-request-id: req-af946b0d-5427-4085-9f30-141a50bb91bf Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:56,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:56 GMT Server: Apache x-openstack-request-id: req-e77e7263-b605-4e62-a5c9-87a81b125094 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:56,388 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-e77e7263-b605-4e62-a5c9-87a81b125094 2018-11-19 06:32:56,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:56,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:56 GMT Server: Apache x-openstack-request-id: req-a5ff34df-bb90-4d4a-af83-838e630d5aef Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:57,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:56 GMT Server: Apache x-openstack-request-id: req-65130a98-b548-4b93-994e-ff68c8b97459 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:57,009 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-65130a98-b548-4b93-994e-ff68c8b97459 2018-11-19 06:32:57,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:32:57,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:57 GMT Server: Apache x-openstack-request-id: req-fbdd5173-1fc1-4bdf-bcb2-b4290bf683b5 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:57,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:57 GMT Server: Apache x-openstack-request-id: req-fe82e0c9-6e54-4a07-8a4b-8484b6177675 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:57,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-fe82e0c9-6e54-4a07-8a4b-8484b6177675 2018-11-19 06:32:57,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:32:57,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:57 GMT Server: Apache x-openstack-request-id: req-a783082f-72eb-48b1-becc-8dd642ff79c6 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:57,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:32:57 GMT Server: Apache x-openstack-request-id: req-b8480e68-4d8f-4ca7-9539-3548cf38dcc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:32:57,987 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-b8480e68-4d8f-4ca7-9539-3548cf38dcc3 2018-11-19 06:32:57,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:32:58,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:57 GMT Server: Apache x-openstack-request-id: req-abb6e075-e450-4abb-b83e-ef65f40b24f0 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:58,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:58 GMT Server: Apache x-openstack-request-id: req-02f9a6df-9af3-4158-9025-5aabbf1ca3db 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:58,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-02f9a6df-9af3-4158-9025-5aabbf1ca3db 2018-11-19 06:32:58,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:32:59,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:58 GMT Server: Apache x-openstack-request-id: req-51a8eed9-cc85-4a79-99e9-6e75076e00bb Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:59,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:59 GMT Server: Apache x-openstack-request-id: req-98819701-d1dc-4ea5-a05e-bc1a73637bf7 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:59,437 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-98819701-d1dc-4ea5-a05e-bc1a73637bf7 2018-11-19 06:32:59,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:32:59,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:59 GMT Server: Apache x-openstack-request-id: req-cf0362ce-ab72-4408-9b0a-8e6fb0569764 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:32:59,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:32:59 GMT Server: Apache x-openstack-request-id: req-63870741-75b0-4740-9fd6-b8483b397cfa 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:32:59,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-63870741-75b0-4740-9fd6-b8483b397cfa 2018-11-19 06:32:59,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:00,204 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:32:59 GMT Server: Apache x-openstack-request-id: req-27d53172-cbed-4715-bacc-23f7e23b65f1 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:00,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:00 GMT Server: Apache x-openstack-request-id: req-2964087d-dbc9-4154-ad3d-fa10b5e45fd7 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:00,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-2964087d-dbc9-4154-ad3d-fa10b5e45fd7 2018-11-19 06:33:00,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:01,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:00 GMT Server: Apache x-openstack-request-id: req-9237edfd-b42b-4d72-b46f-82c1be4d3b08 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:01,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:01 GMT Server: Apache x-openstack-request-id: req-8d0fc24e-7a4f-446d-a965-554776a97fad 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:01,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-8d0fc24e-7a4f-446d-a965-554776a97fad 2018-11-19 06:33:01,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:01,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:01 GMT Server: Apache x-openstack-request-id: req-13892ac2-443a-4603-9c00-b31e181b5f0e Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:01,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:01 GMT Server: Apache x-openstack-request-id: req-8866f8ca-7d02-4c37-8f1c-e830de0a3240 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:01,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-8866f8ca-7d02-4c37-8f1c-e830de0a3240 2018-11-19 06:33:01,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:02,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:01 GMT Server: Apache x-openstack-request-id: req-85223f66-4995-4d88-ac5a-6e6a7662262d Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:02,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:02 GMT Server: Apache x-openstack-request-id: req-9e198991-e256-4f94-b36c-e12622dcf625 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:02,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-9e198991-e256-4f94-b36c-e12622dcf625 2018-11-19 06:33:02,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:02,146 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:02 GMT Server: Apache x-openstack-request-id: req-16c5f081-8353-46ca-a00c-6a35670a73a9 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:02,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:02 GMT Server: Apache x-openstack-request-id: req-da695520-51c2-4ffa-9813-27a1901529e7 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:02,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-da695520-51c2-4ffa-9813-27a1901529e7 2018-11-19 06:33:02,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:02,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:02 GMT Server: Apache x-openstack-request-id: req-fe5429c1-f157-4620-87ec-1e5321779a6e Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:03,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:02 GMT Server: Apache x-openstack-request-id: req-cf5328bd-f270-415c-8287-290f9ce3eb3c 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:03,277 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-cf5328bd-f270-415c-8287-290f9ce3eb3c 2018-11-19 06:33:03,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:03,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:03 GMT Server: Apache x-openstack-request-id: req-f877ec47-a2da-4a7c-bfe5-5368d736e045 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:03,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:03 GMT Server: Apache x-openstack-request-id: req-52fd9464-2203-4bd4-9022-1db11ddc4af4 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:03,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-52fd9464-2203-4bd4-9022-1db11ddc4af4 2018-11-19 06:33:03,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:03,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:03 GMT Server: Apache x-openstack-request-id: req-19b5e1cc-e651-40db-a39e-0780f5b98ea0 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:04,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:03 GMT Server: Apache x-openstack-request-id: req-21cd5f50-6ea9-4bb0-8a26-7e823afaa37e 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:04,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-21cd5f50-6ea9-4bb0-8a26-7e823afaa37e 2018-11-19 06:33:04,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:04,101 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:04 GMT Server: Apache x-openstack-request-id: req-88e6d3b0-80e4-48d4-974a-1d6db2a47fdb Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:04,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:04 GMT Server: Apache x-openstack-request-id: req-e544844f-93d6-4e3f-9f8b-3e680cb63dcc 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:04,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-e544844f-93d6-4e3f-9f8b-3e680cb63dcc 2018-11-19 06:33:04,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:04,156 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:04 GMT Server: Apache x-openstack-request-id: req-21ab9e03-356f-4ae9-90ae-da7902b3899d Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:04,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:04 GMT Server: Apache x-openstack-request-id: req-0061c099-1665-4148-8adb-455269e0bbfd 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:04,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-0061c099-1665-4148-8adb-455269e0bbfd 2018-11-19 06:33:04,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:04,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:04 GMT Server: Apache x-openstack-request-id: req-3d0008cf-87d8-4bfd-a355-7c4c750bacdc Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:04,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:04 GMT Server: Apache x-openstack-request-id: req-4ca246a6-c2a8-4d04-a201-f47051b372a1 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:04,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-4ca246a6-c2a8-4d04-a201-f47051b372a1 2018-11-19 06:33:04,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:05,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:04 GMT Server: Apache x-openstack-request-id: req-4560ce25-f7f7-4056-96e2-77a57dc2535e Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:05,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:05 GMT Server: Apache x-openstack-request-id: req-cee9b488-ef32-4658-aa91-2236ce45cb2d 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:05,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-cee9b488-ef32-4658-aa91-2236ce45cb2d 2018-11-19 06:33:05,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:05,355 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:05 GMT Server: Apache x-openstack-request-id: req-4ffd8609-f192-454e-9cb3-d926abfafbfe Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:05,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:05 GMT Server: Apache x-openstack-request-id: req-59d743aa-d594-427b-82bc-d08aea5126c7 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:05,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-59d743aa-d594-427b-82bc-d08aea5126c7 2018-11-19 06:33:05,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:05,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:05 GMT Server: Apache x-openstack-request-id: req-23f0e1c5-6689-4ec7-b7e0-0384d144a549 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:06,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:05 GMT Server: Apache x-openstack-request-id: req-c3ea42cf-0e2a-43b4-9b5e-836bcfbac0dd 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:06,112 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-c3ea42cf-0e2a-43b4-9b5e-836bcfbac0dd 2018-11-19 06:33:06,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:06,143 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-d066cd98-08eb-40c3-b914-401797096dff Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:06,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-78c89309-eba5-4a2d-b7b6-ea6d3599bc0e 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:06,169 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-78c89309-eba5-4a2d-b7b6-ea6d3599bc0e 2018-11-19 06:33:06,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:06,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-b08e9078-7e4d-4126-a086-2b2b88b94b37 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:06,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-5c2aa764-89d9-4010-b58d-12e9a0db3ad1 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:06,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-5c2aa764-89d9-4010-b58d-12e9a0db3ad1 2018-11-19 06:33:06,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:06,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-995112af-4edb-46eb-a4c5-6680d9f38c20 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:06,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-8cdc9a99-313a-4836-8b89-373e3786adaa 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:06,824 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-8cdc9a99-313a-4836-8b89-373e3786adaa 2018-11-19 06:33:06,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:06,853 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-59c2cf61-404a-4468-962b-e38ac8d3f9f2 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:07,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:06 GMT Server: Apache x-openstack-request-id: req-8c0335fd-3872-4abc-ac49-c6972a6721d7 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:07,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-8c0335fd-3872-4abc-ac49-c6972a6721d7 2018-11-19 06:33:07,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:07,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:07 GMT Server: Apache x-openstack-request-id: req-6302a1de-c842-4874-abb0-d3485c879b77 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:07,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:07 GMT Server: Apache x-openstack-request-id: req-7c706c0e-7d12-4298-b9f5-561790f63194 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:07,616 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-7c706c0e-7d12-4298-b9f5-561790f63194 2018-11-19 06:33:07,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:07,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:07 GMT Server: Apache x-openstack-request-id: req-5b281e8b-c273-4317-b54f-9e7c005133d1 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:07,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:07 GMT Server: Apache x-openstack-request-id: req-73f793f6-bb09-4abb-98e1-f844150e22e4 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:07,672 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-73f793f6-bb09-4abb-98e1-f844150e22e4 2018-11-19 06:33:07,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:08,223 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:07 GMT Server: Apache x-openstack-request-id: req-02e84f83-812e-42fc-8ccb-9cbf4bafc134 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:08,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:08 GMT Server: Apache x-openstack-request-id: req-85231659-5940-48cb-be4c-54036b478ae5 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:08,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-85231659-5940-48cb-be4c-54036b478ae5 2018-11-19 06:33:08,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:08,278 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:08 GMT Server: Apache x-openstack-request-id: req-c193d713-580a-4cb1-add9-4141202a1f23 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:08,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:08 GMT Server: Apache x-openstack-request-id: req-b65aa490-96ec-4361-821d-ac2e314dd806 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:08,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-b65aa490-96ec-4361-821d-ac2e314dd806 2018-11-19 06:33:08,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3781333fd58be612b28c031f31d968ad31bf29fb" 2018-11-19 06:33:08,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:08 GMT Server: Apache x-openstack-request-id: req-2f43ce10-05bd-47ec-bedc-14a63db608d3 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:08,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:08 GMT Server: Apache x-openstack-request-id: req-3a334217-a5db-4c39-9517-ff0e7519ce47 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": "b1d33d53ebe14067baf14cb2e2f4923e", "OS::stack_id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "image_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image", "inst_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-inst", "subnet_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-subnet", "flavor_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-flavor-name", "net_name": "CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack", "stack_user_project_id": "ae848d5e15794fb3ac49da5cf3b528a6", "tags": null, "creation_time": "2018-11-19T06:32:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:32:57Z", "id": "34bce08e-a196-4360-ad4f-618190d2dd1e", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:08,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-3a334217-a5db-4c39-9517-ff0e7519ce47 2018-11-19 06:33:08,954 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack 2018-11-19 06:33:08,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/34bce08e-a196-4360-ad4f-618190d2dd1e -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ae35f4208a7ce4a408ae585f0670e493327b923" 2018-11-19 06:33:08,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:08 GMT Server: Apache x-openstack-request-id: req-27e9c85d-c548-4cff-909d-4410f4c1fa27 Location: http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:09,144 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:33:08 GMT Server: Apache x-openstack-request-id: req-de549e5b-7cd3-4714-93e2-628b7303d9e3 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:33:09,144 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/b1d33d53ebe14067baf14cb2e2f4923e/stacks/CreateStackSuccessTests-CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-stack/34bce08e-a196-4360-ad4f-618190d2dd1e used request id req-de549e5b-7cd3-4714-93e2-628b7303d9e3 2018-11-19 06:33:09,145 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-30a00935-173f-4bf0-b626-7b664b872695-image 2018-11-19 06:33:09,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}11e185818e4c15821ea768441966e76d229e2b43" 2018-11-19 06:33:10,165 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3955a2ef-3af8-4644-a0be-3de8b9f059b7 Date: Mon, 19 Nov 2018 06:33:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:33:10,165 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/fed3244d-fb0f-46b1-a18b-3ecdc59c1be5 used request id req-3955a2ef-3af8-4644-a0be-3de8b9f059b7 2018-11-19 06:33:10,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/0fe0ce8b-fbd9-48a6-89f9-c6c9b181dd3e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}746cd51ecaeaaf3c6f344a785218c8da281ec109" 2018-11-19 06:33:10,275 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3cdea112-e1aa-4f74-bbe7-d45ebd65b25b x-compute-request-id: req-3cdea112-e1aa-4f74-bbe7-d45ebd65b25b Content-Length: 0 Content-Type: application/json 2018-11-19 06:33:10,275 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0fe0ce8b-fbd9-48a6-89f9-c6c9b181dd3e used request id req-3cdea112-e1aa-4f74-bbe7-d45ebd65b25b 2018-11-19 06:33:10,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:10,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-784df588-bd63-4885-9400-ce0685193c98 Date: Mon, 19 Nov 2018 06:33:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "created_at": "2018-11-19T06:32:39Z", "updated_at": "2018-11-19T06:32:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "revision_number": 0, "id": "1b2ff0d0-2c28-4524-982d-e52de2885c86", "remote_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "remote_ip_prefix": null, "created_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "port_range_min": null, "ethertype": "IPv6", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "revision_number": 0, "id": "241e0c13-4b12-4ede-98d3-78b3a287e61c", "remote_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "remote_ip_prefix": null, "created_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "port_range_min": null, "ethertype": "IPv4", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "revision_number": 0, "id": "aed63845-af8c-4afc-9964-34e6fc9300d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "port_range_min": null, "ethertype": "IPv4", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "revision_number": 0, "id": "cc0a2cd3-21e1-42ea-99a8-996134ed9e3e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "port_range_min": null, "ethertype": "IPv6", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e"}], "revision_number": 4, "project_id": "b1d33d53ebe14067baf14cb2e2f4923e", "id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:33:10,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-784df588-bd63-4885-9400-ce0685193c98 2018-11-19 06:33:10,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:10,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91369fb1-f219-42ab-adbe-b1861da49886 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:33:10,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-91369fb1-f219-42ab-adbe-b1861da49886 2018-11-19 06:33:10,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:10,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4e6bec-0c50-4366-860a-6c7f31503870 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:33:10,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-2d4e6bec-0c50-4366-860a-6c7f31503870 2018-11-19 06:33:10,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:10,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f3117bf-6ca0-4f96-aa2a-d3293c7285c1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e"}, "enabled": true, "id": "b1d33d53ebe14067baf14cb2e2f4923e", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-2d79b773-3e59-4b0-proj"}} 2018-11-19 06:33:10,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e used request id req-6f3117bf-6ca0-4f96-aa2a-d3293c7285c1 2018-11-19 06:33:10,755 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84836c00-8188-4da5-b8ab-5c9024c7f031 2018-11-19 06:33:10,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=84836c00-8188-4da5-b8ab-5c9024c7f031 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:10,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-a653d22b-03d4-4978-a7a2-7f598747c48f Date: Mon, 19 Nov 2018 06:33:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "port_range_min": null, "revision_number": 0, "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "created_at": "2018-11-19T06:32:39Z", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e", "id": "1b2ff0d0-2c28-4524-982d-e52de2885c86"}, {"remote_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "port_range_min": null, "revision_number": 0, "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "created_at": "2018-11-19T06:32:39Z", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e", "id": "241e0c13-4b12-4ede-98d3-78b3a287e61c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "port_range_min": null, "revision_number": 0, "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "created_at": "2018-11-19T06:32:39Z", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e", "id": "aed63845-af8c-4afc-9964-34e6fc9300d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:32:39Z", "security_group_id": "84836c00-8188-4da5-b8ab-5c9024c7f031", "port_range_min": null, "revision_number": 0, "tenant_id": "b1d33d53ebe14067baf14cb2e2f4923e", "created_at": "2018-11-19T06:32:39Z", "project_id": "b1d33d53ebe14067baf14cb2e2f4923e", "id": "cc0a2cd3-21e1-42ea-99a8-996134ed9e3e"}]} 2018-11-19 06:33:10,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=84836c00-8188-4da5-b8ab-5c9024c7f031 used request id req-a653d22b-03d4-4978-a7a2-7f598747c48f 2018-11-19 06:33:10,940 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:33:10,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/84836c00-8188-4da5-b8ab-5c9024c7f031 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:11,242 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6947c635-7e0a-41e6-a325-f8fb071d75b9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:33:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:33:11,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/84836c00-8188-4da5-b8ab-5c9024c7f031 used request id req-6947c635-7e0a-41e6-a325-f8fb071d75b9 2018-11-19 06:33:11,243 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-2d79b773-3e59-4b0-proj 2018-11-19 06:33:11,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:11,503 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19fdb82f-de97-4c46-9cc2-47092feec4cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:11,503 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b1d33d53ebe14067baf14cb2e2f4923e used request id req-19fdb82f-de97-4c46-9cc2-47092feec4cc 2018-11-19 06:33:11,503 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-2d79b773-3e59-4b0-proj-role 2018-11-19 06:33:11,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/61992ead23a244f4ba5cf85a34bae5e3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:11,620 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-854c1cfd-83d2-4208-96f7-854520730498 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:11,620 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/61992ead23a244f4ba5cf85a34bae5e3 used request id req-854c1cfd-83d2-4208-96f7-854520730498 2018-11-19 06:33:11,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}399551ac78149e38f6c9a5ee701bc82bb75c8811" 2018-11-19 06:33:11,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6247526d-3bc6-4d65-aebd-b8e63859477c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:33:11,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6247526d-3bc6-4d65-aebd-b8e63859477c 2018-11-19 06:33:11,707 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-2d79b773-3e59-4b0-user 2018-11-19 06:33:11,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/01a79a2ceec8439a99515ec3d415072d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}210cf56f27aecbde90ae872816414aad1d3382bf" 2018-11-19 06:33:11,925 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c61462cb-bbff-4c19-ba62-b235ff7b94db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:11,925 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/01a79a2ceec8439a99515ec3d415072d used request id req-c61462cb-bbff-4c19-ba62-b235ff7b94db 2018-11-19 06:33:11,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:12,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["c0V0KjJ-TAa6BudMZNbNxw"], "issued_at": "2018-11-19T06:33:12.000000Z"}} 2018-11-19 06:33:12,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}990614c42ef65079f9e20fde5c39cf6bf969b8cf" 2018-11-19 06:33:12,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9066fa-55eb-49c1-9277-82948c927dff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:12,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf9066fa-55eb-49c1-9277-82948c927dff 2018-11-19 06:33:12,396 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:12,397 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:12,783 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ikRo41S6SHSVND5lfalZWQ"], "issued_at": "2018-11-19T06:33:12.000000Z"}} 2018-11-19 06:33:12,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:12,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39013e1c-643f-4efe-be21-680d6fbe0be1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:12,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-39013e1c-643f-4efe-be21-680d6fbe0be1 2018-11-19 06:33:12,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:33:12,870 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:33:12,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a348c809-3a9d-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:12,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae75be12-60e2-47d0-85ca-f855949977fe Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a348c809-3a9d-43a-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:33:12,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a348c809-3a9d-43a-proj used request id req-ae75be12-60e2-47d0-85ca-f855949977fe 2018-11-19 06:33:12,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:13,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e2d9f9e-c81d-4940-b8bb-7ae76e928f29 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:33:13,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1e2d9f9e-c81d-4940-b8bb-7ae76e928f29 2018-11-19 06:33:13,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}}' 2018-11-19 06:33:13,153 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:33:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df3d227b-ce6d-43dc-82aa-99f30bcf4887 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d"}, "enabled": true, "id": "61838b2627514eef8731a7197ccc246d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}} 2018-11-19 06:33:13,153 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-df3d227b-ce6d-43dc-82aa-99f30bcf4887 2018-11-19 06:33:13,153 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-a348c809-3a9d-43a-proj 2018-11-19 06:33:13,153 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:13,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:13,540 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["u4YBKrgyQBSDYxd7vGu88w"], "issued_at": "2018-11-19T06:33:13.000000Z"}} 2018-11-19 06:33:13,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:13,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f527d347-4079-4b4a-a4a4-a49fc0e34996 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:13,627 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f527d347-4079-4b4a-a4a4-a49fc0e34996 2018-11-19 06:33:13,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:33:13,638 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:33: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:33:13,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:13,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bad2eee1-e149-4b92-b85d-1323061f8cf1 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:33:13,743 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-bad2eee1-e149-4b92-b85d-1323061f8cf1 2018-11-19 06:33:13,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a348c809-3a9d-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:13,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00efc2ba-44c1-4145-9b61-74ba399b9bda Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a348c809-3a9d-43a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d"}, "enabled": true, "id": "61838b2627514eef8731a7197ccc246d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}]} 2018-11-19 06:33:13,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a348c809-3a9d-43a-proj used request id req-00efc2ba-44c1-4145-9b61-74ba399b9bda 2018-11-19 06:33:13,838 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:13,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e7311c-073a-47ea-8620-38086b0071c8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:33:13,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f0e7311c-073a-47ea-8620-38086b0071c8 2018-11-19 06:33:14,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:14,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46faa25f-2e35-456d-8606-9f6fa0beda21 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:33:14,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-46faa25f-2e35-456d-8606-9f6fa0beda21 2018-11-19 06:33:14,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a348c809-3a9d-43a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:14,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e14e0f91-f6ce-47da-9881-83868d30b8c3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a348c809-3a9d-43a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d"}, "enabled": true, "id": "61838b2627514eef8731a7197ccc246d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}]} 2018-11-19 06:33:14,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a348c809-3a9d-43a-proj used request id req-e14e0f91-f6ce-47da-9881-83868d30b8c3 2018-11-19 06:33:14,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/4a69280f2c124a43bd0e2f08da0c1cf7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:14,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ac5e99f-a928-45c9-965a-b0c6edfa0818 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-a348c809-3a9d-43a-user", "links": {"self": "http://172.30.9.21:5000/v3/users/4a69280f2c124a43bd0e2f08da0c1cf7"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "61838b2627514eef8731a7197ccc246d", "id": "4a69280f2c124a43bd0e2f08da0c1cf7", "password_expires_at": null}} 2018-11-19 06:33:14,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/4a69280f2c124a43bd0e2f08da0c1cf7 used request id req-1ac5e99f-a928-45c9-965a-b0c6edfa0818 2018-11-19 06:33:14,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d/users/4a69280f2c124a43bd0e2f08da0c1cf7/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:14,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b00f7427-1884-40f4-a1f1-b43ea1602f48 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d/users/4a69280f2c124a43bd0e2f08da0c1cf7/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:33:14,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d/users/4a69280f2c124a43bd0e2f08da0c1cf7/roles used request id req-b00f7427-1884-40f4-a1f1-b43ea1602f48 2018-11-19 06:33:14,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:14,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39bcca13-6147-4552-ae9d-fc309a9bb0bf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:33:14,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-39bcca13-6147-4552-ae9d-fc309a9bb0bf 2018-11-19 06:33:14,773 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-a348c809-3a9d-43a-proj 2018-11-19 06:33:14,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d/users/4a69280f2c124a43bd0e2f08da0c1cf7/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:14,910 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cfdf6fc-b60f-41d0-955f-6f37b68befb5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:14,910 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d/users/4a69280f2c124a43bd0e2f08da0c1cf7/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-3cfdf6fc-b60f-41d0-955f-6f37b68befb5 2018-11-19 06:33:14,910 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-a348c809-3a9d-43a-user 2018-11-19 06:33:14,911 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:14,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:15,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbb1ad1f-2198-4977-887d-c05aa7c4674b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:33:15,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bbb1ad1f-2198-4977-887d-c05aa7c4674b 2018-11-19 06:33:15,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" -d '{"role": {"name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj-role"}}' 2018-11-19 06:33:15,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87ba76ef-2bf3-475f-99ad-912d17dc3078 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e3435486da91468483011820514d77d6", "links": {"self": "http://172.30.9.21:5000/v3/roles/e3435486da91468483011820514d77d6"}, "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj-role"}} 2018-11-19 06:33:15,117 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-87ba76ef-2bf3-475f-99ad-912d17dc3078 2018-11-19 06:33:15,117 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-a348c809-3a9d-43a-proj-role 2018-11-19 06:33:15,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e3435486da91468483011820514d77d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:15,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5828849e-2cfc-442b-abdb-efd1223e68a6 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e3435486da91468483011820514d77d6"}, "domain_id": null, "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj-role", "id": "e3435486da91468483011820514d77d6"}} 2018-11-19 06:33:15,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e3435486da91468483011820514d77d6 used request id req-5828849e-2cfc-442b-abdb-efd1223e68a6 2018-11-19 06:33:15,212 - keystone_utils - INFO - Granting role CreateStackSuccessTests-a348c809-3a9d-43a-proj-role to project CreateStackSuccessTests-a348c809-3a9d-43a-proj 2018-11-19 06:33:15,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d/users/4a69280f2c124a43bd0e2f08da0c1cf7/roles/e3435486da91468483011820514d77d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:15,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ccbb229-4305-4f84-960b-ffd84d3ed1fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:15,353 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d/users/4a69280f2c124a43bd0e2f08da0c1cf7/roles/e3435486da91468483011820514d77d6 used request id req-1ccbb229-4305-4f84-960b-ffd84d3ed1fd 2018-11-19 06:33:15,353 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:33:15,354 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:33:15,354 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:15,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:15,734 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3435486da91468483011820514d77d6", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61838b2627514eef8731a7197ccc246d", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a348c809-3a9d-43a-user", "id": "4a69280f2c124a43bd0e2f08da0c1cf7"}, "audit_ids": ["SmxRYh-LQhSFx0SAEF0r7A"], "issued_at": "2018-11-19T06:33:15.000000Z"}} 2018-11-19 06:33:15,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" 2018-11-19 06:33:15,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e84bdcb5-f3ec-4007-9cb5-d44469b39175 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:15,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e84bdcb5-f3ec-4007-9cb5-d44469b39175 2018-11-19 06:33:15,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" 2018-11-19 06:33:15,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-2aff9a03-0252-4bcd-87c9-6820ec47535d Date: Mon, 19 Nov 2018 06:33:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image"} 2018-11-19 06:33:15,988 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image used request id req-2aff9a03-0252-4bcd-87c9-6820ec47535d 2018-11-19 06:33:15,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" 2018-11-19 06:33:16,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-48dcfc8d-0a64-4b25-823e-b6cf2f92a9cf Date: Mon, 19 Nov 2018 06:33:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:33:16,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-48dcfc8d-0a64-4b25-823e-b6cf2f92a9cf 2018-11-19 06:33:16,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image"}' 2018-11-19 06:33:16,406 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09 X-Openstack-Request-Id: req-e26a294e-75ed-4e16-84eb-f01275ee3b4a Date: Mon, 19 Nov 2018 06:33:16 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:33:16Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:33:16Z", "visibility": "shared", "locations": [], "self": "/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09", "min_disk": 0, "protected": false, "id": "a87724a4-de75-47f7-81c4-fcf545c0fe09", "file": "/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/file", "checksum": null, "owner": "61838b2627514eef8731a7197ccc246d", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:33:16,406 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e26a294e-75ed-4e16-84eb-f01275ee3b4a 2018-11-19 06:33:16,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" -d '' 2018-11-19 06:33:17,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d58a4be7-ccc0-414b-9dac-9711aaf86dd4 Date: Mon, 19 Nov 2018 06:33:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:33:17,641 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/file used request id req-d58a4be7-ccc0-414b-9dac-9711aaf86dd4 2018-11-19 06:33:17,641 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:33:17,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" 2018-11-19 06:33:17,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b170d184-b7b8-45d4-815c-276b76be1763 Date: Mon, 19 Nov 2018 06:33:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:33:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:33:17Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/snap", "metadata": {}}], "self": "/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09", "min_disk": 0, "protected": false, "id": "a87724a4-de75-47f7-81c4-fcf545c0fe09", "file": "/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "61838b2627514eef8731a7197ccc246d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:33:17,823 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09 used request id req-b170d184-b7b8-45d4-815c-276b76be1763 2018-11-19 06:33:17,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" 2018-11-19 06:33:17,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1fb17b02-29bf-41f2-8088-cfc61920866e Date: Mon, 19 Nov 2018 06:33:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:33:17,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-1fb17b02-29bf-41f2-8088-cfc61920866e 2018-11-19 06:33:17,990 - create_image - INFO - Created image with name - CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image 2018-11-19 06:33:17,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" 2018-11-19 06:33:18,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-16ed8647-f45b-47e7-8de9-fe912533812d Date: Mon, 19 Nov 2018 06:33:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:33:16Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:33:17Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/snap", "metadata": {}}], "self": "/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09", "min_disk": 0, "protected": false, "id": "a87724a4-de75-47f7-81c4-fcf545c0fe09", "file": "/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "61838b2627514eef8731a7197ccc246d", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a87724a4-de75-47f7-81c4-fcf545c0fe09/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:33:18,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09 used request id req-16ed8647-f45b-47e7-8de9-fe912533812d 2018-11-19 06:33:18,170 - create_image - DEBUG - Instance status is - active 2018-11-19 06:33:18,170 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image 2018-11-19 06:33:18,170 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image 2018-11-19 06:33:18,170 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:18,171 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:18,551 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["aZGKgjc0RM-5gnXJ08ON2w"], "issued_at": "2018-11-19T06:33:18.000000Z"}} 2018-11-19 06:33:18,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da4ef80f7f5d25ce0ce95b4fb1751fd69d34b6" 2018-11-19 06:33:18,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5280ae72-bdb7-40c1-b137-a19b2e348a33 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:18,628 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5280ae72-bdb7-40c1-b137-a19b2e348a33 2018-11-19 06:33:18,629 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:33:18,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da4ef80f7f5d25ce0ce95b4fb1751fd69d34b6" 2018-11-19 06:33:18,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-86fc04b6-83ad-4428-8e36-29e7171403dc x-compute-request-id: req-86fc04b6-83ad-4428-8e36-29e7171403dc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:33:18,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-86fc04b6-83ad-4428-8e36-29e7171403dc 2018-11-19 06:33:18,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da4ef80f7f5d25ce0ce95b4fb1751fd69d34b6" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:33:18,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1743a25c-785a-4da2-b936-fc0d9e730f4d x-compute-request-id: req-1743a25c-785a-4da2-b936-fc0d9e730f4d Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2927e00f-4b71-435a-9e4f-950d642245c8", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2927e00f-4b71-435a-9e4f-950d642245c8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "2927e00f-4b71-435a-9e4f-950d642245c8", "name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:33:18,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1743a25c-785a-4da2-b936-fc0d9e730f4d 2018-11-19 06:33:18,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:18,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:19,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3435486da91468483011820514d77d6", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61838b2627514eef8731a7197ccc246d", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a348c809-3a9d-43a-user", "id": "4a69280f2c124a43bd0e2f08da0c1cf7"}, "audit_ids": ["AYaN2TDWTTKZNirc3siCBA"], "issued_at": "2018-11-19T06:33:19.000000Z"}} 2018-11-19 06:33:19,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:19,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7610ba2a-91aa-498a-b6fe-ec02788025cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:19,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7610ba2a-91aa-498a-b6fe-ec02788025cc 2018-11-19 06:33:19,365 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:33:19,368 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:33:19,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:19,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:19 GMT Server: Apache x-openstack-request-id: req-90ded016-e31c-42df-b2c4-fdd5b47c31c6 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:33:19,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack used request id req-90ded016-e31c-42df-b2c4-fdd5b47c31c6 2018-11-19 06:33:19,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-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-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}}' 2018-11-19 06:33:22,390 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:33:19 GMT Server: Apache x-openstack-request-id: req-457b6fda-1efa-4403-833b-68998a283450 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}]}} 2018-11-19 06:33:22,391 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks used request id req-457b6fda-1efa-4403-833b-68998a283450 2018-11-19 06:33:22,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:22,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:22 GMT Server: Apache x-openstack-request-id: req-606bfb20-d7dd-4183-93bf-1670bef0e745 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:22,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:22 GMT Server: Apache x-openstack-request-id: req-9c8d8765-7f67-44b4-8bbb-053da60a0218 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:22,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-9c8d8765-7f67-44b4-8bbb-053da60a0218 2018-11-19 06:33:22,842 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:22,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:22,871 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:22 GMT Server: Apache x-openstack-request-id: req-36aeac1a-7cba-427f-acc2-42c96de4ecb5 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:23,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:22 GMT Server: Apache x-openstack-request-id: req-65f403d2-2007-4555-8b43-f2d5322ddb19 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:23,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-65f403d2-2007-4555-8b43-f2d5322ddb19 2018-11-19 06:33:23,054 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:33:23,054 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:26,057 - create_stack - DEBUG - Stack status query timeout in 1196.7849381 2018-11-19 06:33:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:26,238 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:26 GMT Server: Apache x-openstack-request-id: req-636c900a-d00d-47a7-919b-2f0f7d334ea5 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:26,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:26 GMT Server: Apache x-openstack-request-id: req-0cdad150-48e6-4ace-a8cb-5398f43dfd11 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:26,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-0cdad150-48e6-4ace-a8cb-5398f43dfd11 2018-11-19 06:33:26,431 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:33:26,432 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:29,432 - create_stack - DEBUG - Stack status query timeout in 1193.410115 2018-11-19 06:33:29,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:30,065 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:29 GMT Server: Apache x-openstack-request-id: req-93de9219-9d7e-4e0e-9a9e-0829eb6176ad Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:30,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:30 GMT Server: Apache x-openstack-request-id: req-230027d2-a09b-4370-908c-1d92dfe43994 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:30,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-230027d2-a09b-4370-908c-1d92dfe43994 2018-11-19 06:33:30,639 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:33:30,639 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:33,642 - create_stack - DEBUG - Stack status query timeout in 1189.20025396 2018-11-19 06:33:33,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:33,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:33 GMT Server: Apache x-openstack-request-id: req-62be45e5-d9a1-44f1-9f41-bc3644fcb117 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:34,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:33 GMT Server: Apache x-openstack-request-id: req-cf46a266-87ad-4dca-824e-947b69d76126 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:34,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-cf46a266-87ad-4dca-824e-947b69d76126 2018-11-19 06:33:34,245 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:33:34,245 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:37,248 - create_stack - DEBUG - Stack status query timeout in 1185.59439206 2018-11-19 06:33:37,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:37,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:37 GMT Server: Apache x-openstack-request-id: req-1d75adc2-cc8f-4096-95e9-42a224d34f8a Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:37,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:37 GMT Server: Apache x-openstack-request-id: req-c896eee6-9aaa-4218-a15c-80a15bcc1d24 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:37,320 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-c896eee6-9aaa-4218-a15c-80a15bcc1d24 2018-11-19 06:33:37,321 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:33:37,321 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:40,324 - create_stack - DEBUG - Stack status query timeout in 1182.51810193 2018-11-19 06:33:40,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:40,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:40 GMT Server: Apache x-openstack-request-id: req-005dccda-e063-4ceb-9fbe-c04e80df6681 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:40,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:40 GMT Server: Apache x-openstack-request-id: req-2a8b61a8-322b-4a32-93a6-410114f1fae7 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:40,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-2a8b61a8-322b-4a32-93a6-410114f1fae7 2018-11-19 06:33:40,544 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:33:40,544 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:40,544 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:40,544 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:40,917 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3435486da91468483011820514d77d6", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61838b2627514eef8731a7197ccc246d", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a348c809-3a9d-43a-user", "id": "4a69280f2c124a43bd0e2f08da0c1cf7"}, "audit_ids": ["EFoiiGqTR_KQNrQS53Sqmg"], "issued_at": "2018-11-19T06:33:40.000000Z"}} 2018-11-19 06:33:40,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e314f684eee38e83cdac76a7030fe9526f5bbe07" 2018-11-19 06:33:41,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:40 GMT Server: Apache x-openstack-request-id: req-329cc3fb-48ba-4aa2-bdea-338261d3908c Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:41,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:41 GMT Server: Apache x-openstack-request-id: req-bc3b0a8f-89ee-4fea-916e-b876d2eaaab0 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:41,269 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-bc3b0a8f-89ee-4fea-916e-b876d2eaaab0 2018-11-19 06:33:41,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:41,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:41 GMT Server: Apache x-openstack-request-id: req-aaa046ba-bc1c-4f28-ad85-29633e12ae3c Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:41,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:41 GMT Server: Apache x-openstack-request-id: req-765d3f60-fafc-4abe-8349-eed6094666d3 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:41,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-765d3f60-fafc-4abe-8349-eed6094666d3 2018-11-19 06:33:41,633 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:41,634 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:42,013 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e3435486da91468483011820514d77d6", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "61838b2627514eef8731a7197ccc246d", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/61838b2627514eef8731a7197ccc246d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a348c809-3a9d-43a-user", "id": "4a69280f2c124a43bd0e2f08da0c1cf7"}, "audit_ids": ["fwWD98gXQw24MVQv_4q0dQ"], "issued_at": "2018-11-19T06:33:42.000000Z"}} 2018-11-19 06:33:42,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07c7720cf8bc5b7bbb7dc7ab62a7428f1e291b7a" 2018-11-19 06:33:42,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd593111-d266-42f6-a604-0de89850bc06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:42,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bd593111-d266-42f6-a604-0de89850bc06 2018-11-19 06:33:42,094 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:33:42,097 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:33:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07c7720cf8bc5b7bbb7dc7ab62a7428f1e291b7a" 2018-11-19 06:33:42,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:42 GMT Server: Apache x-openstack-request-id: req-898cb045-0705-4dbf-b566-5bc538e99aed 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-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "deletion_time": null, "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "tags": null}]} 2018-11-19 06:33:42,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack used request id req-898cb045-0705-4dbf-b566-5bc538e99aed 2018-11-19 06:33:42,303 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:42,303 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:42,303 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:42,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:42,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:42 GMT Server: Apache x-openstack-request-id: req-cad0735c-17c5-4893-8b27-4f9ed5c05237 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:42,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:42 GMT Server: Apache x-openstack-request-id: req-4a4f392d-5747-4aba-b784-1af77787dbaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:42,714 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-4a4f392d-5747-4aba-b784-1af77787dbaf 2018-11-19 06:33:42,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:43,258 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:42 GMT Server: Apache x-openstack-request-id: req-bd3bce7b-1797-46c7-937e-1419d416578b Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:43,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:43 GMT Server: Apache x-openstack-request-id: req-1a8fd14b-6373-4d08-bb52-7b37dc0be596 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "tags": null, "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:33:42Z", "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:43,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-1a8fd14b-6373-4d08-bb52-7b37dc0be596 2018-11-19 06:33:43,284 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:33:43,284 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:46,287 - create_stack - DEBUG - Stack status query timeout in 1196.42732406 2018-11-19 06:33:46,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:46,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:46 GMT Server: Apache x-openstack-request-id: req-e3d4694d-9dfb-4e7f-a347-f104d564d501 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:46,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:46 GMT Server: Apache x-openstack-request-id: req-d91a44fe-55d7-45b9-8450-6ea6f7f91ceb 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "tags": null, "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:33:42Z", "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:46,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-d91a44fe-55d7-45b9-8450-6ea6f7f91ceb 2018-11-19 06:33:46,344 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:33:46,344 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:49,347 - create_stack - DEBUG - Stack status query timeout in 1193.36698699 2018-11-19 06:33:49,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:49,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:49 GMT Server: Apache x-openstack-request-id: req-153ba6a3-5835-44d4-b42f-50562d128a86 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:49,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:49 GMT Server: Apache x-openstack-request-id: req-b6279b95-8f9a-4551-aac4-7c1d2072940c 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "tags": null, "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:33:42Z", "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:49,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-b6279b95-8f9a-4551-aac4-7c1d2072940c 2018-11-19 06:33:49,556 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:33:49,556 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:33:52,559 - create_stack - DEBUG - Stack status query timeout in 1190.15552115 2018-11-19 06:33:52,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:52,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:52 GMT Server: Apache x-openstack-request-id: req-27591c11-f45e-446a-b224-9647725e4af5 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:52,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:52 GMT Server: Apache x-openstack-request-id: req-a6caf82d-efca-4d82-86e7-280a63b5b051 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": "61838b2627514eef8731a7197ccc246d", "OS::stack_id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "image_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image", "inst_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-inst", "subnet_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-subnet", "flavor_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-flavor-name", "net_name": "CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack", "stack_user_project_id": "c785da61d0d3473c9fdf8c22281b267c", "tags": null, "creation_time": "2018-11-19T06:33:21Z", "links": [{"href": "http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:33:42Z", "id": "27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:33:52,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-a6caf82d-efca-4d82-86e7-280a63b5b051 2018-11-19 06:33:52,615 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:33:52,615 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:52,615 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack 2018-11-19 06:33:52,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d4eb6661ea3ba750f71f208e3c1466d890815cd" 2018-11-19 06:33:52,796 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:33:52 GMT Server: Apache x-openstack-request-id: req-790a1d13-8210-43b2-9ef5-1389ee51abd5 Location: http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:33:52,971 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:33:52 GMT Server: Apache x-openstack-request-id: req-3e8ea317-e662-4ae5-ad10-cefa92c7f95f Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:33:52,972 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/61838b2627514eef8731a7197ccc246d/stacks/CreateStackSuccessTests-CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-stack/27a9cd6a-c5a0-47e5-b5e7-aef43cba7cc7 used request id req-3e8ea317-e662-4ae5-ad10-cefa92c7f95f 2018-11-19 06:33:52,973 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-6c11bd24-9f13-40b2-9b3e-968e678bd3cf-image 2018-11-19 06:33:52,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}10fe740a936fa2a9ce8e4a61e3a26ec184d31c02" 2018-11-19 06:33:55,038 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5540c148-4267-4d79-b693-7a699a6864d7 Date: Mon, 19 Nov 2018 06:33:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:33:55,038 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a87724a4-de75-47f7-81c4-fcf545c0fe09 used request id req-5540c148-4267-4d79-b693-7a699a6864d7 2018-11-19 06:33:55,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/2927e00f-4b71-435a-9e4f-950d642245c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}27da4ef80f7f5d25ce0ce95b4fb1751fd69d34b6" 2018-11-19 06:33:55,075 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:33:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99ed4aa8-35a3-439f-b757-f398ad94808c x-compute-request-id: req-99ed4aa8-35a3-439f-b757-f398ad94808c Content-Length: 0 Content-Type: application/json 2018-11-19 06:33:55,075 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2927e00f-4b71-435a-9e4f-950d642245c8 used request id req-99ed4aa8-35a3-439f-b757-f398ad94808c 2018-11-19 06:33:55,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:55,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-1fd2122b-d5cb-41f5-a7cc-3d1f994945cc Date: Mon, 19 Nov 2018 06:33:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "61838b2627514eef8731a7197ccc246d", "created_at": "2018-11-19T06:33:22Z", "updated_at": "2018-11-19T06:33:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "revision_number": 0, "id": "6749348a-95f5-43e1-9b5d-bf06d07c0098", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "tenant_id": "61838b2627514eef8731a7197ccc246d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61838b2627514eef8731a7197ccc246d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "revision_number": 0, "id": "86e45b13-62e1-435c-9d56-e3d1a83d8aa8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "tenant_id": "61838b2627514eef8731a7197ccc246d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61838b2627514eef8731a7197ccc246d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "revision_number": 0, "id": "cfb9d19b-68a0-4cf8-8449-c6bfbe12b195", "remote_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "remote_ip_prefix": null, "created_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "tenant_id": "61838b2627514eef8731a7197ccc246d", "port_range_min": null, "ethertype": "IPv4", "project_id": "61838b2627514eef8731a7197ccc246d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "revision_number": 0, "id": "df26e7bd-e5b7-4543-8f9b-f1e9f3f54648", "remote_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "remote_ip_prefix": null, "created_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "tenant_id": "61838b2627514eef8731a7197ccc246d", "port_range_min": null, "ethertype": "IPv6", "project_id": "61838b2627514eef8731a7197ccc246d"}], "revision_number": 4, "project_id": "61838b2627514eef8731a7197ccc246d", "id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "name": "default"}]} 2018-11-19 06:33:55,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-1fd2122b-d5cb-41f5-a7cc-3d1f994945cc 2018-11-19 06:33:55,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:55,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06219ce9-693e-4229-9e38-7fa258e004d2 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:33:55,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-06219ce9-693e-4229-9e38-7fa258e004d2 2018-11-19 06:33:55,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:55,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48b87973-0daa-48da-8f8e-271e64e08001 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:33:55,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-48b87973-0daa-48da-8f8e-271e64e08001 2018-11-19 06:33:55,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:55,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e7285c-202e-4930-892c-8f4cfa9674a7 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:33:55,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-c6e7285c-202e-4930-892c-8f4cfa9674a7 2018-11-19 06:33:55,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:55,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a87258e-9c3f-4c81-b6f4-eb89d08c3240 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d"}, "enabled": true, "id": "61838b2627514eef8731a7197ccc246d", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a348c809-3a9d-43a-proj"}} 2018-11-19 06:33:55,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d used request id req-5a87258e-9c3f-4c81-b6f4-eb89d08c3240 2018-11-19 06:33:55,723 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cd123cbe-22c5-4b82-967c-7fdc6b00d792 2018-11-19 06:33:55,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cd123cbe-22c5-4b82-967c-7fdc6b00d792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:55,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-fb5ec02e-f420-4af8-ab24-758fd475ab89 Date: Mon, 19 Nov 2018 06:33:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "port_range_min": null, "revision_number": 0, "tenant_id": "61838b2627514eef8731a7197ccc246d", "created_at": "2018-11-19T06:33:22Z", "project_id": "61838b2627514eef8731a7197ccc246d", "id": "6749348a-95f5-43e1-9b5d-bf06d07c0098"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "port_range_min": null, "revision_number": 0, "tenant_id": "61838b2627514eef8731a7197ccc246d", "created_at": "2018-11-19T06:33:22Z", "project_id": "61838b2627514eef8731a7197ccc246d", "id": "86e45b13-62e1-435c-9d56-e3d1a83d8aa8"}, {"remote_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "port_range_min": null, "revision_number": 0, "tenant_id": "61838b2627514eef8731a7197ccc246d", "created_at": "2018-11-19T06:33:22Z", "project_id": "61838b2627514eef8731a7197ccc246d", "id": "cfb9d19b-68a0-4cf8-8449-c6bfbe12b195"}, {"remote_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:33:22Z", "security_group_id": "cd123cbe-22c5-4b82-967c-7fdc6b00d792", "port_range_min": null, "revision_number": 0, "tenant_id": "61838b2627514eef8731a7197ccc246d", "created_at": "2018-11-19T06:33:22Z", "project_id": "61838b2627514eef8731a7197ccc246d", "id": "df26e7bd-e5b7-4543-8f9b-f1e9f3f54648"}]} 2018-11-19 06:33:55,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=cd123cbe-22c5-4b82-967c-7fdc6b00d792 used request id req-fb5ec02e-f420-4af8-ab24-758fd475ab89 2018-11-19 06:33:55,902 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:33:55,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/cd123cbe-22c5-4b82-967c-7fdc6b00d792 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:56,230 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39948561-7f49-44fc-a47d-b435ea984f9b Content-Length: 0 Date: Mon, 19 Nov 2018 06:33:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:33:56,230 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/cd123cbe-22c5-4b82-967c-7fdc6b00d792 used request id req-39948561-7f49-44fc-a47d-b435ea984f9b 2018-11-19 06:33:56,231 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-a348c809-3a9d-43a-proj 2018-11-19 06:33:56,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:56,568 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-773b8dee-6df3-49f1-a096-2fb07f7ae88d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:56,569 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/61838b2627514eef8731a7197ccc246d used request id req-773b8dee-6df3-49f1-a096-2fb07f7ae88d 2018-11-19 06:33:56,569 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-a348c809-3a9d-43a-proj-role 2018-11-19 06:33:56,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e3435486da91468483011820514d77d6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:56,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6fd5e49e-8d4c-4a20-8719-7eaf0c735ad5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:56,691 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e3435486da91468483011820514d77d6 used request id req-6fd5e49e-8d4c-4a20-8719-7eaf0c735ad5 2018-11-19 06:33:56,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2182489c27faf9a500145a00355299999d42b670" 2018-11-19 06:33:56,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7acedcb-3d56-4fd6-99d3-d1184c7bf66b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:33:56,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d7acedcb-3d56-4fd6-99d3-d1184c7bf66b 2018-11-19 06:33:56,776 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-a348c809-3a9d-43a-user 2018-11-19 06:33:56,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/4a69280f2c124a43bd0e2f08da0c1cf7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}117740a843789f28398a2b7cb27f2600aeb10f60" 2018-11-19 06:33:56,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be8b614f-6a38-4e65-b179-1e30438f8a03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:33:56,961 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/4a69280f2c124a43bd0e2f08da0c1cf7 used request id req-be8b614f-6a38-4e65-b179-1e30438f8a03 2018-11-19 06:33:56,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:57,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["IaVU8aPJQQyDKIKXGg-kbA"], "issued_at": "2018-11-19T06:33:57.000000Z"}} 2018-11-19 06:33:57,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c3995764ca503891e3fddddaa46c01a3729c34dd" 2018-11-19 06:33:57,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d32223-4650-4746-99c8-6b10aafc0caf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:57,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a1d32223-4650-4746-99c8-6b10aafc0caf 2018-11-19 06:33:57,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:57,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:57,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["EjXRnCrgQTWqWLWgdOGhOQ"], "issued_at": "2018-11-19T06:33:57.000000Z"}} 2018-11-19 06:33:57,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:33:57,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab5d136f-e5b4-45a3-9a11-4fb3aa0c65e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:57,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ab5d136f-e5b4-45a3-9a11-4fb3aa0c65e9 2018-11-19 06:33:57,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:33:57,909 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:33:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:33:57,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a79c894a-e17b-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:33:58,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3277b5da-e6a9-4931-be32-8d36bfdf7052 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a79c894a-e17b-427-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:33:58,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-a79c894a-e17b-427-proj used request id req-3277b5da-e6a9-4931-be32-8d36bfdf7052 2018-11-19 06:33:58,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:33:58,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2da54ec0-256e-47bb-bcc1-d5352ebe0cb6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:33:58,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-2da54ec0-256e-47bb-bcc1-d5352ebe0cb6 2018-11-19 06:33:58,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj"}}' 2018-11-19 06:33:58,218 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:33:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0b8bdc1-32d6-4058-8ebf-08d992823c07 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48"}, "enabled": true, "id": "7b73218d597b459eb9ef79dc78af9b48", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj"}} 2018-11-19 06:33:58,218 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a0b8bdc1-32d6-4058-8ebf-08d992823c07 2018-11-19 06:33:58,219 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-a79c894a-e17b-427-proj 2018-11-19 06:33:58,219 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:33:58,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:33:58,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:33:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["iN5tToBATySxXT8H18061g"], "issued_at": "2018-11-19T06:33:58.000000Z"}} 2018-11-19 06:33:58,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:58,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b295fe6-f960-47e9-8f0d-a260d16a4f45 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:33:58,680 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5b295fe6-f960-47e9-8f0d-a260d16a4f45 2018-11-19 06:33:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:33:58,689 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:33:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:33:58,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:58,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14484fcc-c9f2-4a56-8c5f-e2232d267d90 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:33:58,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-14484fcc-c9f2-4a56-8c5f-e2232d267d90 2018-11-19 06:33:58,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a79c894a-e17b-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:58,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13735191-5018-4db2-933d-0fda1e1ce923 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a79c894a-e17b-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48"}, "enabled": true, "id": "7b73218d597b459eb9ef79dc78af9b48", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj"}]} 2018-11-19 06:33:58,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a79c894a-e17b-427-proj used request id req-13735191-5018-4db2-933d-0fda1e1ce923 2018-11-19 06:33:58,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:58,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9643f47e-541a-4478-ac01-a4ffca5966de Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:33:58,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9643f47e-541a-4478-ac01-a4ffca5966de 2018-11-19 06:33:59,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:59,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22a707d6-9f74-4680-8e54-7bedaa577e17 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:33:59,425 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-22a707d6-9f74-4680-8e54-7bedaa577e17 2018-11-19 06:33:59,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a79c894a-e17b-427-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:59,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfd82d4c-7ac1-4a38-977a-16e9a8f2f073 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a79c894a-e17b-427-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48"}, "enabled": true, "id": "7b73218d597b459eb9ef79dc78af9b48", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj"}]} 2018-11-19 06:33:59,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-a79c894a-e17b-427-proj used request id req-cfd82d4c-7ac1-4a38-977a-16e9a8f2f073 2018-11-19 06:33:59,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/7e55425dc6e64d518613e4f733f11432 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:59,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fac5b627-f8ab-4c26-9d38-df35f46fb29b Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-a79c894a-e17b-427-user", "links": {"self": "http://172.30.9.21:5000/v3/users/7e55425dc6e64d518613e4f733f11432"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "7b73218d597b459eb9ef79dc78af9b48", "id": "7e55425dc6e64d518613e4f733f11432", "password_expires_at": null}} 2018-11-19 06:33:59,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/7e55425dc6e64d518613e4f733f11432 used request id req-fac5b627-f8ab-4c26-9d38-df35f46fb29b 2018-11-19 06:33:59,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48/users/7e55425dc6e64d518613e4f733f11432/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:59,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa214fa-1b8c-4be4-ab9d-ad74e8391fbd Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48/users/7e55425dc6e64d518613e4f733f11432/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:33:59,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48/users/7e55425dc6e64d518613e4f733f11432/roles used request id req-2fa214fa-1b8c-4be4-ab9d-ad74e8391fbd 2018-11-19 06:33:59,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:33:59,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:33:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55de2194-ed4a-4c3f-b2ca-16ef5da2b491 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:33:59,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-55de2194-ed4a-4c3f-b2ca-16ef5da2b491 2018-11-19 06:33:59,892 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-a79c894a-e17b-427-proj 2018-11-19 06:33:59,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48/users/7e55425dc6e64d518613e4f733f11432/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:34:00,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:33:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d61d3f4-35b5-41dd-bd5e-1b0e057dba91 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:00,029 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48/users/7e55425dc6e64d518613e4f733f11432/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-1d61d3f4-35b5-41dd-bd5e-1b0e057dba91 2018-11-19 06:34:00,030 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-a79c894a-e17b-427-user 2018-11-19 06:34:00,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:00,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:00,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d8ead2-e125-4558-8860-28dbcdb9324d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:34:00,128 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b4d8ead2-e125-4558-8860-28dbcdb9324d 2018-11-19 06:34:00,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" -d '{"role": {"name": "CreateStackSuccessTests-a79c894a-e17b-427-proj-role"}}' 2018-11-19 06:34:00,248 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:34:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b9ebdaa-c8a4-46c8-97c9-2862c8933859 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8667ff6cda064f03806bbe0b99272c1d", "links": {"self": "http://172.30.9.21:5000/v3/roles/8667ff6cda064f03806bbe0b99272c1d"}, "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj-role"}} 2018-11-19 06:34:00,248 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6b9ebdaa-c8a4-46c8-97c9-2862c8933859 2018-11-19 06:34:00,249 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-a79c894a-e17b-427-proj-role 2018-11-19 06:34:00,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8667ff6cda064f03806bbe0b99272c1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:00,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81ec059-8550-495f-94b1-4849c3f70bfe Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8667ff6cda064f03806bbe0b99272c1d"}, "domain_id": null, "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj-role", "id": "8667ff6cda064f03806bbe0b99272c1d"}} 2018-11-19 06:34:00,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8667ff6cda064f03806bbe0b99272c1d used request id req-a81ec059-8550-495f-94b1-4849c3f70bfe 2018-11-19 06:34:00,337 - keystone_utils - INFO - Granting role CreateStackSuccessTests-a79c894a-e17b-427-proj-role to project CreateStackSuccessTests-a79c894a-e17b-427-proj 2018-11-19 06:34:00,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48/users/7e55425dc6e64d518613e4f733f11432/roles/8667ff6cda064f03806bbe0b99272c1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:00,502 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1830f4b1-4441-41c9-a1a4-9af0ac62cf69 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:00,502 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48/users/7e55425dc6e64d518613e4f733f11432/roles/8667ff6cda064f03806bbe0b99272c1d used request id req-1830f4b1-4441-41c9-a1a4-9af0ac62cf69 2018-11-19 06:34:00,503 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:34:00,503 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:34:00,503 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:00,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:00,874 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8667ff6cda064f03806bbe0b99272c1d", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b73218d597b459eb9ef79dc78af9b48", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a79c894a-e17b-427-user", "id": "7e55425dc6e64d518613e4f733f11432"}, "audit_ids": ["b0-xWk5SSoKxF1yXfjW4bA"], "issued_at": "2018-11-19T06:34:00.000000Z"}} 2018-11-19 06:34:00,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" 2018-11-19 06:34:00,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60479035-59c8-451e-ab30-321f15b0195c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:00,940 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-60479035-59c8-451e-ab30-321f15b0195c 2018-11-19 06:34:00,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" 2018-11-19 06:34:01,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-6a098384-0e44-4397-88ab-5aee18e05426 Date: Mon, 19 Nov 2018 06:34:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image"} 2018-11-19 06:34:01,125 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image used request id req-6a098384-0e44-4397-88ab-5aee18e05426 2018-11-19 06:34:01,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" 2018-11-19 06:34:01,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-eed20c02-12ba-4f04-a183-338967198454 Date: Mon, 19 Nov 2018 06:34:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:34:01,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-eed20c02-12ba-4f04-a183-338967198454 2018-11-19 06:34:01,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image"}' 2018-11-19 06:34:01,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a X-Openstack-Request-Id: req-b992d953-cc10-451d-a76c-71efea8fcf4d Date: Mon, 19 Nov 2018 06:34:01 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:34:01Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:34:01Z", "visibility": "shared", "locations": [], "self": "/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a", "min_disk": 0, "protected": false, "id": "d08e69c3-ea5c-487c-a8cd-810a86d96a4a", "file": "/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/file", "checksum": null, "owner": "7b73218d597b459eb9ef79dc78af9b48", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:34:01,507 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-b992d953-cc10-451d-a76c-71efea8fcf4d 2018-11-19 06:34:01,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" -d '' 2018-11-19 06:34:02,903 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07137792-1a1b-4667-80f6-b143d3c1b422 Date: Mon, 19 Nov 2018 06:34:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:34:02,903 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/file used request id req-07137792-1a1b-4667-80f6-b143d3c1b422 2018-11-19 06:34:02,904 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:34:02,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" 2018-11-19 06:34:03,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-9c09590a-66ef-432a-9860-edcdeb1a3fb9 Date: Mon, 19 Nov 2018 06:34:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:34:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:34:02Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/snap", "metadata": {}}], "self": "/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a", "min_disk": 0, "protected": false, "id": "d08e69c3-ea5c-487c-a8cd-810a86d96a4a", "file": "/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7b73218d597b459eb9ef79dc78af9b48", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:34:03,073 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a used request id req-9c09590a-66ef-432a-9860-edcdeb1a3fb9 2018-11-19 06:34:03,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" 2018-11-19 06:34:03,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c9d0468c-733a-4c8c-97fb-8591e3a6967a Date: Mon, 19 Nov 2018 06:34:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:34:03,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c9d0468c-733a-4c8c-97fb-8591e3a6967a 2018-11-19 06:34:03,230 - create_image - INFO - Created image with name - CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image 2018-11-19 06:34:03,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" 2018-11-19 06:34:03,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-daedc76f-f208-4207-b847-3ddaf1f17450 Date: Mon, 19 Nov 2018 06:34:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:34:01Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:34:02Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/snap", "metadata": {}}], "self": "/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a", "min_disk": 0, "protected": false, "id": "d08e69c3-ea5c-487c-a8cd-810a86d96a4a", "file": "/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "7b73218d597b459eb9ef79dc78af9b48", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:34:03,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a used request id req-daedc76f-f208-4207-b847-3ddaf1f17450 2018-11-19 06:34:03,407 - create_image - DEBUG - Instance status is - active 2018-11-19 06:34:03,407 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image 2018-11-19 06:34:03,407 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image 2018-11-19 06:34:03,407 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:03,408 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:03,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["H2K2aI7IQEOiRIXWrJay9Q"], "issued_at": "2018-11-19T06:34:03.000000Z"}} 2018-11-19 06:34:03,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d6ecad259a990734eb0ea55456d875304909e0" 2018-11-19 06:34:03,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bfc393c-bcbe-4996-8a6f-0d9ffd5d5189 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:03,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8bfc393c-bcbe-4996-8a6f-0d9ffd5d5189 2018-11-19 06:34:03,879 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:34:03,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d6ecad259a990734eb0ea55456d875304909e0" 2018-11-19 06:34:04,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-40586858-81b4-4e4b-8d9f-dd25681ea2d8 x-compute-request-id: req-40586858-81b4-4e4b-8d9f-dd25681ea2d8 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:34:04,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-40586858-81b4-4e4b-8d9f-dd25681ea2d8 2018-11-19 06:34:04,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d6ecad259a990734eb0ea55456d875304909e0" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:34:04,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34: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-d08bcffc-6b12-4772-a3ef-1dde233326b4 x-compute-request-id: req-d08bcffc-6b12-4772-a3ef-1dde233326b4 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a17813d2-d7f0-4f05-b6ec-a0796cc4f5d9", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a17813d2-d7f0-4f05-b6ec-a0796cc4f5d9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a17813d2-d7f0-4f05-b6ec-a0796cc4f5d9", "name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:34:04,129 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d08bcffc-6b12-4772-a3ef-1dde233326b4 2018-11-19 06:34:04,130 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:04,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:04,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8667ff6cda064f03806bbe0b99272c1d", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b73218d597b459eb9ef79dc78af9b48", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/7b73218d597b459eb9ef79dc78af9b48", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-a79c894a-e17b-427-user", "id": "7e55425dc6e64d518613e4f733f11432"}, "audit_ids": ["98QW28AZTtCpCnSf4z8K3g"], "issued_at": "2018-11-19T06:34:04.000000Z"}} 2018-11-19 06:34:04,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:04,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e41dd305-cd2b-46e5-83f6-fb524278968e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:04,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e41dd305-cd2b-46e5-83f6-fb524278968e 2018-11-19 06:34:04,600 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:34:04,603 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:34:04,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:04,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:04 GMT Server: Apache x-openstack-request-id: req-02edf624-ccdf-4b7d-b71e-4d8bd41bbcba Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:34:04,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack used request id req-02edf624-ccdf-4b7d-b71e-4d8bd41bbcba 2018-11-19 06:34:04,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-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-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name"}}' 2018-11-19 06:34:06,936 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:34:04 GMT Server: Apache x-openstack-request-id: req-b331040d-c456-4a59-a5b4-27f8f9b32616 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}]}} 2018-11-19 06:34:06,936 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks used request id req-b331040d-c456-4a59-a5b4-27f8f9b32616 2018-11-19 06:34:06,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:07,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:06 GMT Server: Apache x-openstack-request-id: req-526d0c21-abc0-4351-8ff3-deeb027c9456 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:07,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:07 GMT Server: Apache x-openstack-request-id: req-0ac4e873-2168-43c8-9933-7a5ad5884492 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": "7b73218d597b459eb9ef79dc78af9b48", "OS::stack_id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "net_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "stack_user_project_id": "1d1bbf034bc94e588f182f917612b77c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:07,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-0ac4e873-2168-43c8-9933-7a5ad5884492 2018-11-19 06:34:07,307 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack 2018-11-19 06:34:07,307 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-11-19 06:34:07,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:07,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:07 GMT Server: Apache x-openstack-request-id: req-4543bb63-81a7-4042-848c-b4c974b51b27 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:08,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:07 GMT Server: Apache x-openstack-request-id: req-48660b82-848b-486f-b8d2-eb4c8771695b 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": "7b73218d597b459eb9ef79dc78af9b48", "OS::stack_id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "net_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "stack_user_project_id": "1d1bbf034bc94e588f182f917612b77c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:08,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-48660b82-848b-486f-b8d2-eb4c8771695b 2018-11-19 06:34:08,050 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-11-19 06:34:08,050 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack 2018-11-19 06:34:08,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:08,226 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:08 GMT Server: Apache x-openstack-request-id: req-5a88ff1a-64f0-425c-8010-9f38e481c601 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:08,420 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:08 GMT Server: Apache x-openstack-request-id: req-e8fa59fe-0896-4ac3-ae3b-daa23d799e6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:08,421 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-e8fa59fe-0896-4ac3-ae3b-daa23d799e6c 2018-11-19 06:34:08,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:08,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:08 GMT Server: Apache x-openstack-request-id: req-c6ddaa32-a16a-40aa-84a2-8fa98e8b8f87 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:08,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:08 GMT Server: Apache x-openstack-request-id: req-8d7c04d6-a80f-4156-987a-15c64491adbb 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": "7b73218d597b459eb9ef79dc78af9b48", "OS::stack_id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "net_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "stack_user_project_id": "1d1bbf034bc94e588f182f917612b77c", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-11-19T06:34:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:08,792 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-8d7c04d6-a80f-4156-987a-15c64491adbb 2018-11-19 06:34:08,792 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-11-19 06:34:08,792 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:11,795 - create_stack - DEBUG - Stack status query timeout in 1196.62557793 2018-11-19 06:34:11,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:11,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:11 GMT Server: Apache x-openstack-request-id: req-9e59c146-7638-4664-9c63-3864aed9d3c5 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:12,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:11 GMT Server: Apache x-openstack-request-id: req-9310b302-232b-4c0a-98e1-e86f6f8dd951 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": "7b73218d597b459eb9ef79dc78af9b48", "OS::stack_id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "net_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "stack_user_project_id": "1d1bbf034bc94e588f182f917612b77c", "stack_status_reason": "Stack CREATE cancelled", "creation_time": "2018-11-19T06:34:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:12,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-9310b302-232b-4c0a-98e1-e86f6f8dd951 2018-11-19 06:34:12,164 - create_stack - DEBUG - Stack status is - CREATE_FAILED 2018-11-19 06:34:12,164 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:15,167 - create_stack - DEBUG - Stack status query timeout in 1193.25360203 2018-11-19 06:34:15,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:15,358 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:15 GMT Server: Apache x-openstack-request-id: req-c50033b8-c5fe-4da7-a6c3-0847c835236c Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:15,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:15 GMT Server: Apache x-openstack-request-id: req-3e421f40-41fa-4e60-90e6-5d9a921fafac 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": "7b73218d597b459eb9ef79dc78af9b48", "OS::stack_id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name", "net_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "stack_user_project_id": "1d1bbf034bc94e588f182f917612b77c", "tags": null, "creation_time": "2018-11-19T06:34:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:34:13Z", "id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:15,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-3e421f40-41fa-4e60-90e6-5d9a921fafac 2018-11-19 06:34:15,543 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:34:15,544 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:18,547 - create_stack - DEBUG - Stack status query timeout in 1189.87409401 2018-11-19 06:34:18,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:18,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:18 GMT Server: Apache x-openstack-request-id: req-91ee0a98-be78-4973-bd5b-3aca1d442c41 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:18,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:18 GMT Server: Apache x-openstack-request-id: req-bd2445e6-911d-4db5-8e7b-7bd1c3c7c30c 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": "7b73218d597b459eb9ef79dc78af9b48", "OS::stack_id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name", "net_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "stack_user_project_id": "1d1bbf034bc94e588f182f917612b77c", "tags": null, "creation_time": "2018-11-19T06:34:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:34:13Z", "id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:18,619 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-bd2445e6-911d-4db5-8e7b-7bd1c3c7c30c 2018-11-19 06:34:18,620 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:34:18,620 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:21,622 - create_stack - DEBUG - Stack status query timeout in 1186.79895687 2018-11-19 06:34:21,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:21,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:21 GMT Server: Apache x-openstack-request-id: req-3b1452f5-e2bf-4f07-8bcd-473612109db4 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:21,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:21 GMT Server: Apache x-openstack-request-id: req-5b650dc9-9999-4ebe-a50e-4b33f7d58d47 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": "7b73218d597b459eb9ef79dc78af9b48", "OS::stack_id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "image_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image", "inst_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-inst", "subnet_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-subnet", "flavor_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-flavor-name", "net_name": "CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-net"}, "deletion_time": "2018-11-19T06:34:20Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack", "stack_user_project_id": "1d1bbf034bc94e588f182f917612b77c", "tags": null, "creation_time": "2018-11-19T06:34:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:34:13Z", "id": "56874efd-06da-47d0-8bbc-2e5185a3612b", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:21,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-5b650dc9-9999-4ebe-a50e-4b33f7d58d47 2018-11-19 06:34:21,697 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:34:21,698 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack 2018-11-19 06:34:21,698 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack 2018-11-19 06:34:21,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/56874efd-06da-47d0-8bbc-2e5185a3612b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26171edbd6ac52c0f655ee74f685cf84e67da654" 2018-11-19 06:34:21,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:21 GMT Server: Apache x-openstack-request-id: req-498ff561-f24f-4455-9cc4-1c9fb15c50e4 Location: http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:22,079 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:34:21 GMT Server: Apache x-openstack-request-id: req-3e0c9dcb-2f1b-49a8-838c-4b15b3b75028 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:34:22,079 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/7b73218d597b459eb9ef79dc78af9b48/stacks/CreateStackSuccessTests-CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-stack/56874efd-06da-47d0-8bbc-2e5185a3612b used request id req-3e0c9dcb-2f1b-49a8-838c-4b15b3b75028 2018-11-19 06:34:22,080 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-ff127d72-319d-4629-8c86-0bda7b2d6bf6-image 2018-11-19 06:34:22,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}491de6a961c16715dfad9296bcec1f76526ab6c1" 2018-11-19 06:34:23,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dca31159-0e7b-4154-b074-9a5981b04172 Date: Mon, 19 Nov 2018 06:34:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:34:23,123 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d08e69c3-ea5c-487c-a8cd-810a86d96a4a used request id req-dca31159-0e7b-4154-b074-9a5981b04172 2018-11-19 06:34:23,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/a17813d2-d7f0-4f05-b6ec-a0796cc4f5d9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}04d6ecad259a990734eb0ea55456d875304909e0" 2018-11-19 06:34:23,161 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:34:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-80b22a37-5e79-4edb-98cf-5d71fbb0886f x-compute-request-id: req-80b22a37-5e79-4edb-98cf-5d71fbb0886f Content-Length: 0 Content-Type: application/json 2018-11-19 06:34:23,161 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a17813d2-d7f0-4f05-b6ec-a0796cc4f5d9 used request id req-80b22a37-5e79-4edb-98cf-5d71fbb0886f 2018-11-19 06:34:23,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:23,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e210c4ac-1730-4201-9165-1756d55056bd Date: Mon, 19 Nov 2018 06:34:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "created_at": "2018-11-19T06:34:07Z", "updated_at": "2018-11-19T06:34:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "revision_number": 0, "id": "1d25e250-6069-4141-8bdf-19329429dc84", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b73218d597b459eb9ef79dc78af9b48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "revision_number": 0, "id": "41b88a28-e91c-44a9-8efe-831dd5a723e1", "remote_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b73218d597b459eb9ef79dc78af9b48"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "revision_number": 0, "id": "633fd2a7-12a2-4659-94f0-962088fc2ec4", "remote_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b73218d597b459eb9ef79dc78af9b48"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "revision_number": 0, "id": "ab59e02c-9828-4056-8786-9176b570bbc3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b73218d597b459eb9ef79dc78af9b48"}], "revision_number": 4, "project_id": "7b73218d597b459eb9ef79dc78af9b48", "id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:34:23,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e210c4ac-1730-4201-9165-1756d55056bd 2018-11-19 06:34:23,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:23,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15573274-e417-4034-917a-e733c12ca004 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48"}, "enabled": true, "id": "7b73218d597b459eb9ef79dc78af9b48", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-a79c894a-e17b-427-proj"}} 2018-11-19 06:34:23,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48 used request id req-15573274-e417-4034-917a-e733c12ca004 2018-11-19 06:34:23,471 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1398fd5d-aa32-4ec6-8995-b1801e91ef54 2018-11-19 06:34:23,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1398fd5d-aa32-4ec6-8995-b1801e91ef54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:23,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-e89cfc85-634c-4ced-be6e-70320c62bd71 Date: Mon, 19 Nov 2018 06:34:23 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "port_range_min": null, "revision_number": 0, "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "created_at": "2018-11-19T06:34:07Z", "project_id": "7b73218d597b459eb9ef79dc78af9b48", "id": "1d25e250-6069-4141-8bdf-19329429dc84"}, {"remote_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "port_range_min": null, "revision_number": 0, "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "created_at": "2018-11-19T06:34:07Z", "project_id": "7b73218d597b459eb9ef79dc78af9b48", "id": "41b88a28-e91c-44a9-8efe-831dd5a723e1"}, {"remote_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "port_range_min": null, "revision_number": 0, "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "created_at": "2018-11-19T06:34:07Z", "project_id": "7b73218d597b459eb9ef79dc78af9b48", "id": "633fd2a7-12a2-4659-94f0-962088fc2ec4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:07Z", "security_group_id": "1398fd5d-aa32-4ec6-8995-b1801e91ef54", "port_range_min": null, "revision_number": 0, "tenant_id": "7b73218d597b459eb9ef79dc78af9b48", "created_at": "2018-11-19T06:34:07Z", "project_id": "7b73218d597b459eb9ef79dc78af9b48", "id": "ab59e02c-9828-4056-8786-9176b570bbc3"}]} 2018-11-19 06:34:23,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1398fd5d-aa32-4ec6-8995-b1801e91ef54 used request id req-e89cfc85-634c-4ced-be6e-70320c62bd71 2018-11-19 06:34:23,640 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:34:23,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1398fd5d-aa32-4ec6-8995-b1801e91ef54 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:24,022 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92b6b43c-de3b-44d9-9a1d-371a75238b23 Content-Length: 0 Date: Mon, 19 Nov 2018 06:34:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:34:24,022 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1398fd5d-aa32-4ec6-8995-b1801e91ef54 used request id req-92b6b43c-de3b-44d9-9a1d-371a75238b23 2018-11-19 06:34:24,023 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-a79c894a-e17b-427-proj 2018-11-19 06:34:24,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:24,287 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aff91e17-7e77-45eb-be7e-ce5e2b5bc66e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:24,287 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/7b73218d597b459eb9ef79dc78af9b48 used request id req-aff91e17-7e77-45eb-be7e-ce5e2b5bc66e 2018-11-19 06:34:24,287 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-a79c894a-e17b-427-proj-role 2018-11-19 06:34:24,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8667ff6cda064f03806bbe0b99272c1d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:24,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-858850b8-efb8-400a-956e-bac1866b599a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:24,404 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8667ff6cda064f03806bbe0b99272c1d used request id req-858850b8-efb8-400a-956e-bac1866b599a 2018-11-19 06:34:24,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18b09f7cecee9de4c4ed33395623feef969296d0" 2018-11-19 06:34:24,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-424d6a36-1ec0-4131-befa-10fcc1592d2c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:34:24,491 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-424d6a36-1ec0-4131-befa-10fcc1592d2c 2018-11-19 06:34:24,491 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-a79c894a-e17b-427-user 2018-11-19 06:34:24,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7e55425dc6e64d518613e4f733f11432 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9463dfde3b9810bf62e66ee199d2dbfd8e1bb55" 2018-11-19 06:34:24,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5534d3b-2948-484e-bf2b-48f5355d2966 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:24,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7e55425dc6e64d518613e4f733f11432 used request id req-b5534d3b-2948-484e-bf2b-48f5355d2966 2018-11-19 06:34:24,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:25,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["zzBXHYlMRVi9s5sUUxpypw"], "issued_at": "2018-11-19T06:34:25.000000Z"}} 2018-11-19 06:34:25,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52a0f172cede21f114679bf6f470cdfae109183b" 2018-11-19 06:34:25,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-766ab58e-0d8c-45db-8e0b-5643d97fbc1a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:25,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-766ab58e-0d8c-45db-8e0b-5643d97fbc1a 2018-11-19 06:34:25,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:25,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:25,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xm8I2WQVRTeIbEHnJoWl3Q"], "issued_at": "2018-11-19T06:34:25.000000Z"}} 2018-11-19 06:34:25,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:34:25,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfe24387-7764-4077-b0ea-7465918dca2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:25,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cfe24387-7764-4077-b0ea-7465918dca2b 2018-11-19 06:34:25,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:34:25,763 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:34:25,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:34:25,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a2654a-252b-4a85-9997-7e96ac9faf14 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:34:25,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj used request id req-17a2654a-252b-4a85-9997-7e96ac9faf14 2018-11-19 06:34:25,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:34:25,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f20ef00f-760c-4a30-bbaa-9d1da2f0b4e1 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:34:25,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-f20ef00f-760c-4a30-bbaa-9d1da2f0b4e1 2018-11-19 06:34:25,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}}' 2018-11-19 06:34:26,044 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:34:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5b96cb6-3d3a-4f7a-825b-7d2edc12e9e1 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a"}, "enabled": true, "id": "3c67dcc952b44d65a42d2c9255f89f9a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}} 2018-11-19 06:34:26,044 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e5b96cb6-3d3a-4f7a-825b-7d2edc12e9e1 2018-11-19 06:34:26,044 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj 2018-11-19 06:34:26,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:26,045 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:26,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["A_MVtP70Sneoutwp_J1d9Q"], "issued_at": "2018-11-19T06:34:26.000000Z"}} 2018-11-19 06:34:26,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:26,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8484d62-dbe4-4a08-bdbf-76f12da9e03d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:26,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d8484d62-dbe4-4a08-bdbf-76f12da9e03d 2018-11-19 06:34:26,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:34:26,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:34:26,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:26,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89792973-3db8-41b5-88a0-d55f3d5894f7 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:34:26,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-89792973-3db8-41b5-88a0-d55f3d5894f7 2018-11-19 06:34:26,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:26,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8877229c-550b-481d-b6e8-784a32a712b6 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a"}, "enabled": true, "id": "3c67dcc952b44d65a42d2c9255f89f9a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}]} 2018-11-19 06:34:26,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj used request id req-8877229c-550b-481d-b6e8-784a32a712b6 2018-11-19 06:34:26,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:26,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-146e8502-7358-40ba-84e3-6ff2793212b2 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:34:26,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-146e8502-7358-40ba-84e3-6ff2793212b2 2018-11-19 06:34:27,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:27,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a300ac-619f-431f-902a-e8eadd8afaae Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:34:27,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-73a300ac-619f-431f-902a-e8eadd8afaae 2018-11-19 06:34:27,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:27,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd34e96d-9b45-438c-9ef6-0ec8cf200636 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a"}, "enabled": true, "id": "3c67dcc952b44d65a42d2c9255f89f9a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}]} 2018-11-19 06:34:27,325 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj used request id req-bd34e96d-9b45-438c-9ef6-0ec8cf200636 2018-11-19 06:34:27,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/661db32cc9bf4e3aa7b916cebfda4b47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:27,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19d83138-1d9c-4db9-98c4-148ab79773b6 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-user", "links": {"self": "http://172.30.9.21:5000/v3/users/661db32cc9bf4e3aa7b916cebfda4b47"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "3c67dcc952b44d65a42d2c9255f89f9a", "id": "661db32cc9bf4e3aa7b916cebfda4b47", "password_expires_at": null}} 2018-11-19 06:34:27,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/661db32cc9bf4e3aa7b916cebfda4b47 used request id req-19d83138-1d9c-4db9-98c4-148ab79773b6 2018-11-19 06:34:27,435 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a/users/661db32cc9bf4e3aa7b916cebfda4b47/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:27,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2e1c378-ea8a-432e-9eb4-4f04f736a3bf Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a/users/661db32cc9bf4e3aa7b916cebfda4b47/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:34:27,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a/users/661db32cc9bf4e3aa7b916cebfda4b47/roles used request id req-d2e1c378-ea8a-432e-9eb4-4f04f736a3bf 2018-11-19 06:34:27,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:27,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd90524e-63be-4da0-98e4-36373e1ebe35 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:34:27,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-bd90524e-63be-4da0-98e4-36373e1ebe35 2018-11-19 06:34:27,624 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj 2018-11-19 06:34:27,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a/users/661db32cc9bf4e3aa7b916cebfda4b47/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:34:27,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-357b2fbe-40a4-4a17-8584-6dbcb8a9dab7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:27,766 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a/users/661db32cc9bf4e3aa7b916cebfda4b47/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-357b2fbe-40a4-4a17-8584-6dbcb8a9dab7 2018-11-19 06:34:27,766 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-7afc47f0-6b9d-4ea-user 2018-11-19 06:34:27,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:27,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:34:27,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-871b66bb-35c9-4af8-a820-eb8c8e7690d0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:34:27,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-871b66bb-35c9-4af8-a820-eb8c8e7690d0 2018-11-19 06:34:27,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" -d '{"role": {"name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role"}}' 2018-11-19 06:34:27,966 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ef34f65-b377-4383-9b03-00fe93216366 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "81f4c9f22fee4d028529250bed4f6c1a", "links": {"self": "http://172.30.9.21:5000/v3/roles/81f4c9f22fee4d028529250bed4f6c1a"}, "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role"}} 2018-11-19 06:34:27,966 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0ef34f65-b377-4383-9b03-00fe93216366 2018-11-19 06:34:27,967 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role 2018-11-19 06:34:27,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/81f4c9f22fee4d028529250bed4f6c1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:34:28,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9e51ffd-c82c-4ab5-aa88-8963361a0c4e Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/81f4c9f22fee4d028529250bed4f6c1a"}, "domain_id": null, "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role", "id": "81f4c9f22fee4d028529250bed4f6c1a"}} 2018-11-19 06:34:28,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/81f4c9f22fee4d028529250bed4f6c1a used request id req-b9e51ffd-c82c-4ab5-aa88-8963361a0c4e 2018-11-19 06:34:28,060 - keystone_utils - INFO - Granting role CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role to project CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj 2018-11-19 06:34:28,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a/users/661db32cc9bf4e3aa7b916cebfda4b47/roles/81f4c9f22fee4d028529250bed4f6c1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:34:28,280 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1da7429b-c26c-414b-abfe-5a6cab06c040 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:28,281 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a/users/661db32cc9bf4e3aa7b916cebfda4b47/roles/81f4c9f22fee4d028529250bed4f6c1a used request id req-1da7429b-c26c-414b-abfe-5a6cab06c040 2018-11-19 06:34:28,281 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:34:28,281 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:34:28,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:28,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:28,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81f4c9f22fee4d028529250bed4f6c1a", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c67dcc952b44d65a42d2c9255f89f9a", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-user", "id": "661db32cc9bf4e3aa7b916cebfda4b47"}, "audit_ids": ["KEEJKq5TR3Gs9Qmk-pFaHQ"], "issued_at": "2018-11-19T06:34:28.000000Z"}} 2018-11-19 06:34:28,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" 2018-11-19 06:34:28,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7923b0c-07a1-48a6-9674-af167db2858b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:28,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c7923b0c-07a1-48a6-9674-af167db2858b 2018-11-19 06:34:28,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" 2018-11-19 06:34:28,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-265cc18e-47c0-4a6d-83de-83d26e8bd152 Date: Mon, 19 Nov 2018 06:34:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image"} 2018-11-19 06:34:28,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image used request id req-265cc18e-47c0-4a6d-83de-83d26e8bd152 2018-11-19 06:34:28,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" 2018-11-19 06:34:29,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7402b891-ab38-463d-8898-3bdffcbe98e9 Date: Mon, 19 Nov 2018 06:34:29 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:34:29,157 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7402b891-ab38-463d-8898-3bdffcbe98e9 2018-11-19 06:34:29,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image"}' 2018-11-19 06:34:29,383 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5 X-Openstack-Request-Id: req-49708d25-8c35-4e06-9b0b-9a23980f7062 Date: Mon, 19 Nov 2018 06:34:29 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:34:29Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:34:29Z", "visibility": "shared", "locations": [], "self": "/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5", "min_disk": 0, "protected": false, "id": "e7f69761-72fc-420a-8f29-c0bad44048d5", "file": "/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5/file", "checksum": null, "owner": "3c67dcc952b44d65a42d2c9255f89f9a", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:34:29,383 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-49708d25-8c35-4e06-9b0b-9a23980f7062 2018-11-19 06:34:29,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" -d '' 2018-11-19 06:34:30,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bc9a5e07-f641-4d1b-b6c6-d81d291d093e Date: Mon, 19 Nov 2018 06:34:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:34:30,724 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5/file used request id req-bc9a5e07-f641-4d1b-b6c6-d81d291d093e 2018-11-19 06:34:30,725 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:34:30,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" 2018-11-19 06:34:30,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-a57f956e-b2e8-4ed8-89cb-6c4676e6af63 Date: Mon, 19 Nov 2018 06:34:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:34:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:34:30Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e7f69761-72fc-420a-8f29-c0bad44048d5/snap", "metadata": {}}], "self": "/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5", "min_disk": 0, "protected": false, "id": "e7f69761-72fc-420a-8f29-c0bad44048d5", "file": "/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3c67dcc952b44d65a42d2c9255f89f9a", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e7f69761-72fc-420a-8f29-c0bad44048d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:34:30,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5 used request id req-a57f956e-b2e8-4ed8-89cb-6c4676e6af63 2018-11-19 06:34:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" 2018-11-19 06:34:31,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-5081d3f4-c0e7-4328-b98d-30bb07a2db93 Date: Mon, 19 Nov 2018 06:34:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:34:31,055 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-5081d3f4-c0e7-4328-b98d-30bb07a2db93 2018-11-19 06:34:31,058 - create_image - INFO - Created image with name - CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image 2018-11-19 06:34:31,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" 2018-11-19 06:34:31,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-8cb2349c-2aeb-4e35-ba77-0e99843a3fc5 Date: Mon, 19 Nov 2018 06:34:31 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:34:29Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:34:30Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e7f69761-72fc-420a-8f29-c0bad44048d5/snap", "metadata": {}}], "self": "/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5", "min_disk": 0, "protected": false, "id": "e7f69761-72fc-420a-8f29-c0bad44048d5", "file": "/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3c67dcc952b44d65a42d2c9255f89f9a", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e7f69761-72fc-420a-8f29-c0bad44048d5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:34:31,078 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5 used request id req-8cb2349c-2aeb-4e35-ba77-0e99843a3fc5 2018-11-19 06:34:31,079 - create_image - DEBUG - Instance status is - active 2018-11-19 06:34:31,079 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image 2018-11-19 06:34:31,079 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image 2018-11-19 06:34:31,079 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:31,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:31,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["jrNI0uqhQ2GmotepKmLXSQ"], "issued_at": "2018-11-19T06:34:31.000000Z"}} 2018-11-19 06:34:31,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe60cf817ded71c69e33949e51feb8ef502c75c" 2018-11-19 06:34:31,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4945f049-2e92-4332-98e8-b2f1958d34d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:31,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4945f049-2e92-4332-98e8-b2f1958d34d4 2018-11-19 06:34:31,547 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:34:31,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe60cf817ded71c69e33949e51feb8ef502c75c" 2018-11-19 06:34:31,729 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8c7ed4cb-0424-46cd-b5ba-f5952cf2d8e5 x-compute-request-id: req-8c7ed4cb-0424-46cd-b5ba-f5952cf2d8e5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:34:31,729 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8c7ed4cb-0424-46cd-b5ba-f5952cf2d8e5 2018-11-19 06:34:31,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe60cf817ded71c69e33949e51feb8ef502c75c" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:34:31,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed036888-f541-4b5e-8fa0-eca2dd6e6d1f x-compute-request-id: req-ed036888-f541-4b5e-8fa0-eca2dd6e6d1f Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f6138796-b4b0-4392-b2f4-3bfd8739fef4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f6138796-b4b0-4392-b2f4-3bfd8739fef4", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f6138796-b4b0-4392-b2f4-3bfd8739fef4", "name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:34:31,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ed036888-f541-4b5e-8fa0-eca2dd6e6d1f 2018-11-19 06:34:31,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:34:31,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:32,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81f4c9f22fee4d028529250bed4f6c1a", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c67dcc952b44d65a42d2c9255f89f9a", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-user", "id": "661db32cc9bf4e3aa7b916cebfda4b47"}, "audit_ids": ["yhAaXRcbQuWyefDbgIyfbA"], "issued_at": "2018-11-19T06:34:32.000000Z"}} 2018-11-19 06:34:32,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:32,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cdd4fd4-fea5-426b-a730-a049a0dc4c36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:34:32,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6cdd4fd4-fea5-426b-a730-a049a0dc4c36 2018-11-19 06:34:32,274 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:34:32,276 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:34:32,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:32,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:32 GMT Server: Apache x-openstack-request-id: req-5a09d6d2-acb5-429d-878e-b9da58e22ffd Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:34:32,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack used request id req-5a09d6d2-acb5-429d-878e-b9da58e22ffd 2018-11-19 06:34:32,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-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-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}}' 2018-11-19 06:34:34,624 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:34:32 GMT Server: Apache x-openstack-request-id: req-62456fe2-d553-4b4e-918c-eb2c0a0cbd60 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}]}} 2018-11-19 06:34:34,624 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks used request id req-62456fe2-d553-4b4e-918c-eb2c0a0cbd60 2018-11-19 06:34:34,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:34,811 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:34 GMT Server: Apache x-openstack-request-id: req-dc82b7ea-05e7-49bc-bfbc-f1090657da3f Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:35,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:34 GMT Server: Apache x-openstack-request-id: req-c6260bea-a7c8-4c4d-93e7-45727db4a431 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:35,001 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-c6260bea-a7c8-4c4d-93e7-45727db4a431 2018-11-19 06:34:35,002 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack 2018-11-19 06:34:35,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:35,249 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:35 GMT Server: Apache x-openstack-request-id: req-9c409a8d-c6df-4cfb-aec4-cc1cc11e4304 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:35,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:35 GMT Server: Apache x-openstack-request-id: req-07b05168-a139-4496-a6b2-9287b60ec4c7 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:35,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-07b05168-a139-4496-a6b2-9287b60ec4c7 2018-11-19 06:34:35,292 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:34:35,292 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:38,295 - create_stack - DEBUG - Stack status query timeout in 1196.70645308 2018-11-19 06:34:38,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:38,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:38 GMT Server: Apache x-openstack-request-id: req-d44cc49a-bee8-480d-adfa-06634395d014 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:38,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:38 GMT Server: Apache x-openstack-request-id: req-edb79ad6-15c3-4507-bde7-f1405ab937b2 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:38,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-edb79ad6-15c3-4507-bde7-f1405ab937b2 2018-11-19 06:34:38,524 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:34:38,524 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:41,528 - create_stack - DEBUG - Stack status query timeout in 1193.47428703 2018-11-19 06:34:41,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:41,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:41 GMT Server: Apache x-openstack-request-id: req-ddaa8e4a-d90e-4f93-b754-eb33c3359ea2 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:41,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:41 GMT Server: Apache x-openstack-request-id: req-5c626bf8-b747-4f63-82f6-77ffd6b3fdcc 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:41,888 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-5c626bf8-b747-4f63-82f6-77ffd6b3fdcc 2018-11-19 06:34:41,889 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:34:41,889 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:44,892 - create_stack - DEBUG - Stack status query timeout in 1190.10967302 2018-11-19 06:34:44,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:45,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:44 GMT Server: Apache x-openstack-request-id: req-318faa25-7800-4e49-9c59-09b20065ea88 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:45,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:45 GMT Server: Apache x-openstack-request-id: req-4b548b6f-6d4c-4544-af4e-f9ec6bd44071 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:45,132 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-4b548b6f-6d4c-4544-af4e-f9ec6bd44071 2018-11-19 06:34:45,132 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:34:45,133 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:48,136 - create_stack - DEBUG - Stack status query timeout in 1186.86611104 2018-11-19 06:34:48,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:48,702 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:48 GMT Server: Apache x-openstack-request-id: req-af91d850-9894-4aa2-86c3-948ee9bccaeb Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:48,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:48 GMT Server: Apache x-openstack-request-id: req-70410d13-c318-4bf8-848f-7ae50fad721a 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:48,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-70410d13-c318-4bf8-848f-7ae50fad721a 2018-11-19 06:34:48,747 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:34:48,747 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:51,751 - create_stack - DEBUG - Stack status query timeout in 1183.25127912 2018-11-19 06:34:51,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:51,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:51 GMT Server: Apache x-openstack-request-id: req-23b239fe-1a2c-4ab3-974b-d665a9ae63e1 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:51,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:51 GMT Server: Apache x-openstack-request-id: req-88e45748-78a5-4611-8a7e-4cf3df7ea032 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:51,968 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-88e45748-78a5-4611-8a7e-4cf3df7ea032 2018-11-19 06:34:51,969 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:34:51,969 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack 2018-11-19 06:34:51,969 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack 2018-11-19 06:34:51,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:34:52,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "81f4c9f22fee4d028529250bed4f6c1a", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:34:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c67dcc952b44d65a42d2c9255f89f9a", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3c67dcc952b44d65a42d2c9255f89f9a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-user", "id": "661db32cc9bf4e3aa7b916cebfda4b47"}, "audit_ids": ["UQB8nMi8Q_GEerCXiMJjyg"], "issued_at": "2018-11-19T06:34:52.000000Z"}} 2018-11-19 06:34:52,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a0b014b85b4678a309789e48840137ec2b68aaa" 2018-11-19 06:34:52,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:52 GMT Server: Apache x-openstack-request-id: req-c41bf267-b521-40d4-8029-cbdb7255c5d4 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:52,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:52 GMT Server: Apache x-openstack-request-id: req-84b81b84-6fc8-47ad-8b90-205e2208eb2b 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:52,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-84b81b84-6fc8-47ad-8b90-205e2208eb2b 2018-11-19 06:34:52,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:52,740 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:52 GMT Server: Apache x-openstack-request-id: req-79f2b9a7-3a40-4dab-bfcd-c24a97e45abd Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:52,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:52 GMT Server: Apache x-openstack-request-id: req-39d9bd49-2ef9-45ca-94a1-3bb5069efd9b 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:52,782 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-39d9bd49-2ef9-45ca-94a1-3bb5069efd9b 2018-11-19 06:34:52,782 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack 2018-11-19 06:34:52,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:52,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:52 GMT Server: Apache x-openstack-request-id: req-daa13e92-b326-4366-8a21-73e43665e467 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:53,020 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:34:52 GMT Server: Apache x-openstack-request-id: req-2b0bb91a-9b4b-4bf9-b693-bb3ed9d68213 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:34:53,020 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-2b0bb91a-9b4b-4bf9-b693-bb3ed9d68213 2018-11-19 06:34:53,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:53,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:53 GMT Server: Apache x-openstack-request-id: req-e1f87389-9984-4776-bdc8-00fa4f9b5318 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:53,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:53 GMT Server: Apache x-openstack-request-id: req-efd2e38f-b839-42f1-8544-11fde089c173 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "tags": null, "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:34:52Z", "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:53,225 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-efd2e38f-b839-42f1-8544-11fde089c173 2018-11-19 06:34:53,226 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:34:53,226 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:56,229 - create_stack - DEBUG - Stack status query timeout in 1196.79082322 2018-11-19 06:34:56,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:56,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:56 GMT Server: Apache x-openstack-request-id: req-ac3def22-983c-48b6-b23f-cd59844fc205 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:56,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:56 GMT Server: Apache x-openstack-request-id: req-c1c4065c-1ac8-4db7-b39a-e2294cc3472d 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "tags": null, "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:34:52Z", "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:56,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-c1c4065c-1ac8-4db7-b39a-e2294cc3472d 2018-11-19 06:34:56,303 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:34:56,303 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:34:59,306 - create_stack - DEBUG - Stack status query timeout in 1193.71390009 2018-11-19 06:34:59,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:34:59,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:34:59 GMT Server: Apache x-openstack-request-id: req-ea7d2f85-11c7-492f-914d-b4e8bef088b0 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:34:59,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:34:59 GMT Server: Apache x-openstack-request-id: req-86609239-71a4-4d7a-9bee-be53a36ba316 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "tags": null, "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:34:52Z", "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:34:59,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-86609239-71a4-4d7a-9bee-be53a36ba316 2018-11-19 06:34:59,379 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:34:59,379 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:02,383 - create_stack - DEBUG - Stack status query timeout in 1190.63752007 2018-11-19 06:35:02,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:35:02,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:02 GMT Server: Apache x-openstack-request-id: req-6650b044-1f46-45e0-8266-dd1ac6a90ab9 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:02,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:02 GMT Server: Apache x-openstack-request-id: req-95313de9-b90a-472a-8977-9c1587daeaf0 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "tags": null, "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:34:52Z", "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:02,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-95313de9-b90a-472a-8977-9c1587daeaf0 2018-11-19 06:35:02,604 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:35:02,604 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:05,608 - create_stack - DEBUG - Stack status query timeout in 1187.41258907 2018-11-19 06:35:05,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:35:05,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:05 GMT Server: Apache x-openstack-request-id: req-31d39a14-bc3e-4a09-9f72-9bfc7ddaefaf Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:05,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:05 GMT Server: Apache x-openstack-request-id: req-4bf71c86-e03d-45ff-981e-38e7efde9a1d 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": "3c67dcc952b44d65a42d2c9255f89f9a", "OS::stack_id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "image_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image", "inst_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-inst", "subnet_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-subnet", "flavor_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-flavor-name", "net_name": "CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-net"}, "deletion_time": "2018-11-19T06:35:05Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack", "stack_user_project_id": "faf8db2a2372433e8f1e2e43d8b8125f", "tags": null, "creation_time": "2018-11-19T06:34:34Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:34:52Z", "id": "ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:05,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-4bf71c86-e03d-45ff-981e-38e7efde9a1d 2018-11-19 06:35:05,949 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:35:05,949 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack 2018-11-19 06:35:05,950 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack 2018-11-19 06:35:05,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59534ddcc9a00f65ad67e52078cbe1c1b06381c8" 2018-11-19 06:35:06,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:05 GMT Server: Apache x-openstack-request-id: req-b46f456c-c51e-4c7d-a40e-3217632071a4 Location: http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:06,169 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:35:06 GMT Server: Apache x-openstack-request-id: req-e1cc1c4e-5b86-4074-a965-30ce93313d04 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:35:06,169 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/3c67dcc952b44d65a42d2c9255f89f9a/stacks/CreateStackSuccessTests-CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-stack/ee276f3f-de9b-4e7c-90f8-21d5d40f7c4c used request id req-e1cc1c4e-5b86-4074-a965-30ce93313d04 2018-11-19 06:35:06,170 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-d4ac4ac4-84ca-4102-a276-e54d063da28c-image 2018-11-19 06:35:06,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2beb6cc1b5f4ec0d9ad48fb4cf03f3c397c54b9f" 2018-11-19 06:35:07,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-568febd7-9777-467e-8b6c-29751774e1b0 Date: Mon, 19 Nov 2018 06:35:07 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:35:07,151 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e7f69761-72fc-420a-8f29-c0bad44048d5 used request id req-568febd7-9777-467e-8b6c-29751774e1b0 2018-11-19 06:35:07,155 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/f6138796-b4b0-4392-b2f4-3bfd8739fef4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dfe60cf817ded71c69e33949e51feb8ef502c75c" 2018-11-19 06:35:07,200 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:35:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23631532-6e1a-4d5d-8c2c-dc3a8db5243d x-compute-request-id: req-23631532-6e1a-4d5d-8c2c-dc3a8db5243d Content-Length: 0 Content-Type: application/json 2018-11-19 06:35:07,201 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/f6138796-b4b0-4392-b2f4-3bfd8739fef4 used request id req-23631532-6e1a-4d5d-8c2c-dc3a8db5243d 2018-11-19 06:35:07,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:07,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-12c47e9d-b1d9-431a-a1b9-5dd2bd10acf8 Date: Mon, 19 Nov 2018 06:35:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "created_at": "2018-11-19T06:34:35Z", "updated_at": "2018-11-19T06:34:35Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "revision_number": 0, "id": "37611d90-857d-4fd2-a819-810379fffb6d", "remote_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "revision_number": 0, "id": "40d53c9c-7c77-49b6-b67f-bb841c091144", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "revision_number": 0, "id": "7d7f59b2-a3a4-4606-b0c1-88da8aad0121", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "port_range_min": null, "ethertype": "IPv4", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "revision_number": 0, "id": "e00e0161-501c-46e0-8369-752770715c56", "remote_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "remote_ip_prefix": null, "created_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "port_range_min": null, "ethertype": "IPv6", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a"}], "revision_number": 4, "project_id": "3c67dcc952b44d65a42d2c9255f89f9a", "id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "name": "default"}]} 2018-11-19 06:35:07,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-12c47e9d-b1d9-431a-a1b9-5dd2bd10acf8 2018-11-19 06:35:07,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:07,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee1e6bb-7ba6-418d-a44d-d04a41952457 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:35:07,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-8ee1e6bb-7ba6-418d-a44d-d04a41952457 2018-11-19 06:35:07,512 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:07,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-978aed59-c9ef-4e6f-9601-4cd753a6c1f4 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:35:07,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-978aed59-c9ef-4e6f-9601-4cd753a6c1f4 2018-11-19 06:35:07,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:07,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41944e4b-6875-4b6f-b989-e35f747f1169 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:35:07,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-41944e4b-6875-4b6f-b989-e35f747f1169 2018-11-19 06:35:07,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:07,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52b91b4c-2c90-4996-87e5-f9ccea0382f3 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a"}, "enabled": true, "id": "3c67dcc952b44d65a42d2c9255f89f9a", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj"}} 2018-11-19 06:35:07,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a used request id req-52b91b4c-2c90-4996-87e5-f9ccea0382f3 2018-11-19 06:35:07,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c50077b6-85d5-4a41-8175-38e6ff5e65cd 2018-11-19 06:35:07,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c50077b6-85d5-4a41-8175-38e6ff5e65cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:07,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-b0fead87-6b6b-4089-880a-857e6d3877e6 Date: Mon, 19 Nov 2018 06:35:07 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "port_range_min": null, "revision_number": 0, "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "created_at": "2018-11-19T06:34:35Z", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a", "id": "37611d90-857d-4fd2-a819-810379fffb6d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "port_range_min": null, "revision_number": 0, "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "created_at": "2018-11-19T06:34:35Z", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a", "id": "40d53c9c-7c77-49b6-b67f-bb841c091144"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "port_range_min": null, "revision_number": 0, "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "created_at": "2018-11-19T06:34:35Z", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a", "id": "7d7f59b2-a3a4-4606-b0c1-88da8aad0121"}, {"remote_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:34:35Z", "security_group_id": "c50077b6-85d5-4a41-8175-38e6ff5e65cd", "port_range_min": null, "revision_number": 0, "tenant_id": "3c67dcc952b44d65a42d2c9255f89f9a", "created_at": "2018-11-19T06:34:35Z", "project_id": "3c67dcc952b44d65a42d2c9255f89f9a", "id": "e00e0161-501c-46e0-8369-752770715c56"}]} 2018-11-19 06:35:07,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c50077b6-85d5-4a41-8175-38e6ff5e65cd used request id req-b0fead87-6b6b-4089-880a-857e6d3877e6 2018-11-19 06:35:07,962 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:35:07,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c50077b6-85d5-4a41-8175-38e6ff5e65cd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:08,260 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-415abd45-7480-4279-88ea-405441d83105 Content-Length: 0 Date: Mon, 19 Nov 2018 06:35:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:35:08,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c50077b6-85d5-4a41-8175-38e6ff5e65cd used request id req-415abd45-7480-4279-88ea-405441d83105 2018-11-19 06:35:08,260 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj 2018-11-19 06:35:08,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:08,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c72027c-0c53-46f8-bf25-1619692bd329 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:08,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3c67dcc952b44d65a42d2c9255f89f9a used request id req-7c72027c-0c53-46f8-bf25-1619692bd329 2018-11-19 06:35:08,478 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-7afc47f0-6b9d-4ea-proj-role 2018-11-19 06:35:08,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/81f4c9f22fee4d028529250bed4f6c1a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:08,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d88e6437-09a9-48aa-8443-52662a444047 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:08,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/81f4c9f22fee4d028529250bed4f6c1a used request id req-d88e6437-09a9-48aa-8443-52662a444047 2018-11-19 06:35:08,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}647020eb4d2f63c7b673415242efcd1692321bd6" 2018-11-19 06:35:08,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-061346fe-42ca-4be8-baed-d22334b0cda0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:35:08,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-061346fe-42ca-4be8-baed-d22334b0cda0 2018-11-19 06:35:08,680 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-7afc47f0-6b9d-4ea-user 2018-11-19 06:35:08,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/661db32cc9bf4e3aa7b916cebfda4b47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7a210d688442c8e8c89fb51dfb97984d01b53596" 2018-11-19 06:35:08,954 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-888641d4-c57c-4008-9162-b3bc344cdd3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:08,954 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/661db32cc9bf4e3aa7b916cebfda4b47 used request id req-888641d4-c57c-4008-9162-b3bc344cdd3b 2018-11-19 06:35:08,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:09,331 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:35:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["v1g9N_jeR9m1YLWeZzZm8A"], "issued_at": "2018-11-19T06:35:09.000000Z"}} 2018-11-19 06:35:09,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37a48aa615ddeaf6541f2dd0a73ae9b4708643a7" 2018-11-19 06:35:09,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cee80c2-b412-443d-a4c9-6b5aa3bd078f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:09,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2cee80c2-b412-443d-a4c9-6b5aa3bd078f 2018-11-19 06:35:09,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:09,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:09,811 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:35:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["oK2rHSmQRIC1m_zSsNuS8A"], "issued_at": "2018-11-19T06:35:09.000000Z"}} 2018-11-19 06:35:09,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:09,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-475042f4-5ada-4606-bea0-699fa3add711 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:09,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-475042f4-5ada-4606-bea0-699fa3add711 2018-11-19 06:35:09,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:35:09,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:35:09,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:09,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7cb6576-2643-486c-83c4-d9cd42910ee5 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:35:09,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj used request id req-c7cb6576-2643-486c-83c4-d9cd42910ee5 2018-11-19 06:35:09,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:10,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ac4f57f-7b81-4add-bb86-905735fe24f9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:35:10,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5ac4f57f-7b81-4add-bb86-905735fe24f9 2018-11-19 06:35:10,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}}' 2018-11-19 06:35:10,199 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:35:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c3f2536-ee1c-4d73-abb5-70002aab3785 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea"}, "enabled": true, "id": "a59afc3165134622bf48331ac965d5ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}} 2018-11-19 06:35:10,200 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-7c3f2536-ee1c-4d73-abb5-70002aab3785 2018-11-19 06:35:10,200 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-f8e17ca3-1627-4f1-proj 2018-11-19 06:35:10,200 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:10,201 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:10,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["AdLkr-VsRWmA1Jqigo7bIA"], "issued_at": "2018-11-19T06:35:10.000000Z"}} 2018-11-19 06:35:10,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:10,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-982101e8-e4d2-46d6-810f-dba85eda5b1d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:10,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-982101e8-e4d2-46d6-810f-dba85eda5b1d 2018-11-19 06:35:10,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:35:10,668 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:35:10,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:10,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6215cd18-68ee-4a7b-97d8-6ccff56a1b48 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:35:10,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6215cd18-68ee-4a7b-97d8-6ccff56a1b48 2018-11-19 06:35:10,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:10,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719ba5b6-9af2-47c9-8154-4f15c1e937bb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea"}, "enabled": true, "id": "a59afc3165134622bf48331ac965d5ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}]} 2018-11-19 06:35:10,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj used request id req-719ba5b6-9af2-47c9-8154-4f15c1e937bb 2018-11-19 06:35:10,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:10,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ff54ff-cf54-4005-bf20-f6595d58fbe9 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:35:10,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-85ff54ff-cf54-4005-bf20-f6595d58fbe9 2018-11-19 06:35:11,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:11,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a6f0439-929d-4694-902b-fad14c9b58e0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:35:11,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a6f0439-929d-4694-902b-fad14c9b58e0 2018-11-19 06:35:11,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:11,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d56615e-fe5a-41b3-a912-cfa167bbf071 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea"}, "enabled": true, "id": "a59afc3165134622bf48331ac965d5ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}]} 2018-11-19 06:35:11,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-f8e17ca3-1627-4f1-proj used request id req-0d56615e-fe5a-41b3-a912-cfa167bbf071 2018-11-19 06:35:11,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/943a895e2342450b81d8de51e0ea382f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:11,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7a35882-5d0a-4332-bf13-11c8a81330fa Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-user", "links": {"self": "http://172.30.9.21:5000/v3/users/943a895e2342450b81d8de51e0ea382f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "a59afc3165134622bf48331ac965d5ea", "id": "943a895e2342450b81d8de51e0ea382f", "password_expires_at": null}} 2018-11-19 06:35:11,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/943a895e2342450b81d8de51e0ea382f used request id req-c7a35882-5d0a-4332-bf13-11c8a81330fa 2018-11-19 06:35:11,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea/users/943a895e2342450b81d8de51e0ea382f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:11,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-864fbdb2-7fbc-40cb-a510-42d3eeb1dbd2 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea/users/943a895e2342450b81d8de51e0ea382f/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:35:11,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea/users/943a895e2342450b81d8de51e0ea382f/roles used request id req-864fbdb2-7fbc-40cb-a510-42d3eeb1dbd2 2018-11-19 06:35:11,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:11,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672d14b7-e3d4-4d13-bfee-7d916109ccdf Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:35:11,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-672d14b7-e3d4-4d13-bfee-7d916109ccdf 2018-11-19 06:35:11,716 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-f8e17ca3-1627-4f1-proj 2018-11-19 06:35:11,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea/users/943a895e2342450b81d8de51e0ea382f/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:11,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dc9a02b-0fb6-4b25-a7d5-ce236bc987c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:11,785 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea/users/943a895e2342450b81d8de51e0ea382f/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-2dc9a02b-0fb6-4b25-a7d5-ce236bc987c4 2018-11-19 06:35:11,786 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-f8e17ca3-1627-4f1-user 2018-11-19 06:35:11,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:11,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:11,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9f00bd-077b-4faf-b895-3647709da9a8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:35:11,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fd9f00bd-077b-4faf-b895-3647709da9a8 2018-11-19 06:35:11,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" -d '{"role": {"name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role"}}' 2018-11-19 06:35:11,991 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5e578c9-0261-463f-b6a1-621cdb6d407e Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "36aea8e496e44aec948fef50d467abf0", "links": {"self": "http://172.30.9.21:5000/v3/roles/36aea8e496e44aec948fef50d467abf0"}, "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role"}} 2018-11-19 06:35:11,991 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c5e578c9-0261-463f-b6a1-621cdb6d407e 2018-11-19 06:35:11,991 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role 2018-11-19 06:35:11,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/36aea8e496e44aec948fef50d467abf0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:12,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d5157a-a0ce-4faf-9cde-63b5c1ee0f5b Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/36aea8e496e44aec948fef50d467abf0"}, "domain_id": null, "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role", "id": "36aea8e496e44aec948fef50d467abf0"}} 2018-11-19 06:35:12,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/36aea8e496e44aec948fef50d467abf0 used request id req-20d5157a-a0ce-4faf-9cde-63b5c1ee0f5b 2018-11-19 06:35:12,087 - keystone_utils - INFO - Granting role CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role to project CreateStackSuccessTests-f8e17ca3-1627-4f1-proj 2018-11-19 06:35:12,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea/users/943a895e2342450b81d8de51e0ea382f/roles/36aea8e496e44aec948fef50d467abf0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:12,245 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1607ac1c-0a89-443b-a666-aae9675f9dcc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:12,245 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea/users/943a895e2342450b81d8de51e0ea382f/roles/36aea8e496e44aec948fef50d467abf0 used request id req-1607ac1c-0a89-443b-a666-aae9675f9dcc 2018-11-19 06:35:12,246 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:35:12,246 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:35:12,246 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:12,247 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:12,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "36aea8e496e44aec948fef50d467abf0", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role"}], "expires_at": "2018-11-19T07:35:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a59afc3165134622bf48331ac965d5ea", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-user", "id": "943a895e2342450b81d8de51e0ea382f"}, "audit_ids": ["wit51BT0RX6PFZyAiQlqzw"], "issued_at": "2018-11-19T06:35:12.000000Z"}} 2018-11-19 06:35:12,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" 2018-11-19 06:35:12,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45188e12-b1cc-42e0-886e-bd3e3a63f91e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:12,698 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-45188e12-b1cc-42e0-886e-bd3e3a63f91e 2018-11-19 06:35:12,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" 2018-11-19 06:35:12,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-3e655519-0445-49c2-9459-d74c60676d90 Date: Mon, 19 Nov 2018 06:35:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image"} 2018-11-19 06:35:12,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image used request id req-3e655519-0445-49c2-9459-d74c60676d90 2018-11-19 06:35:12,878 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" 2018-11-19 06:35:13,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-51a1b374-dc13-4e57-9074-28bf55301b68 Date: Mon, 19 Nov 2018 06:35:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:35:13,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-51a1b374-dc13-4e57-9074-28bf55301b68 2018-11-19 06:35:13,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image"}' 2018-11-19 06:35:13,297 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9 X-Openstack-Request-Id: req-d6aa9566-67ba-4ad5-af80-b9840bddb8bd Date: Mon, 19 Nov 2018 06:35:13 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:35:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:35:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9", "min_disk": 0, "protected": false, "id": "feda5b91-2e2e-4c52-a362-8578cb62dfa9", "file": "/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/file", "checksum": null, "owner": "a59afc3165134622bf48331ac965d5ea", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:35:13,297 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d6aa9566-67ba-4ad5-af80-b9840bddb8bd 2018-11-19 06:35:13,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" -d '' 2018-11-19 06:35:14,552 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3238a74-8334-4e6e-ac3f-0c8962baafbc Date: Mon, 19 Nov 2018 06:35:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:35:14,552 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/file used request id req-f3238a74-8334-4e6e-ac3f-0c8962baafbc 2018-11-19 06:35:14,552 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:35:14,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" 2018-11-19 06:35:14,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-9a49e44b-3384-4a8b-84a8-dbc5dbbf141f Date: Mon, 19 Nov 2018 06:35:14 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:35:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:35:14Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/snap", "metadata": {}}], "self": "/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9", "min_disk": 0, "protected": false, "id": "feda5b91-2e2e-4c52-a362-8578cb62dfa9", "file": "/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a59afc3165134622bf48331ac965d5ea", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:35:14,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9 used request id req-9a49e44b-3384-4a8b-84a8-dbc5dbbf141f 2018-11-19 06:35:14,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" 2018-11-19 06:35:14,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0a6aec2e-9522-4e7e-8602-62acd55734e6 Date: Mon, 19 Nov 2018 06:35:14 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:35:14,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0a6aec2e-9522-4e7e-8602-62acd55734e6 2018-11-19 06:35:14,890 - create_image - INFO - Created image with name - CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image 2018-11-19 06:35:14,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" 2018-11-19 06:35:15,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-e3928d59-f6c5-4fef-9db2-47603b85f168 Date: Mon, 19 Nov 2018 06:35:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:35:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:35:14Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/snap", "metadata": {}}], "self": "/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9", "min_disk": 0, "protected": false, "id": "feda5b91-2e2e-4c52-a362-8578cb62dfa9", "file": "/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "a59afc3165134622bf48331ac965d5ea", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:35:15,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9 used request id req-e3928d59-f6c5-4fef-9db2-47603b85f168 2018-11-19 06:35:15,057 - create_image - DEBUG - Instance status is - active 2018-11-19 06:35:15,057 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image 2018-11-19 06:35:15,057 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image 2018-11-19 06:35:15,058 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:15,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:15,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:35:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["rK7d5QfJRj-_ZGpbQOFgfw"], "issued_at": "2018-11-19T06:35:15.000000Z"}} 2018-11-19 06:35:15,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976e2dc64b546a697ef312359c4256d9947bd889" 2018-11-19 06:35:15,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ddf6720-0721-4f04-9b3c-bc5f98233800 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:15,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7ddf6720-0721-4f04-9b3c-bc5f98233800 2018-11-19 06:35:15,521 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:35:15,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976e2dc64b546a697ef312359c4256d9947bd889" 2018-11-19 06:35:15,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81db90d8-1260-4612-942b-2377e899c66e x-compute-request-id: req-81db90d8-1260-4612-942b-2377e899c66e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:35:15,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-81db90d8-1260-4612-942b-2377e899c66e 2018-11-19 06:35:15,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976e2dc64b546a697ef312359c4256d9947bd889" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:35:15,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-da64ed8a-3a9b-424a-973c-5e8d4d1afd20 x-compute-request-id: req-da64ed8a-3a9b-424a-973c-5e8d4d1afd20 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d058462e-9764-463d-963d-2b1c13cf0d55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d058462e-9764-463d-963d-2b1c13cf0d55", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d058462e-9764-463d-963d-2b1c13cf0d55", "name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:35:15,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-da64ed8a-3a9b-424a-973c-5e8d4d1afd20 2018-11-19 06:35:15,756 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:15,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:16,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "36aea8e496e44aec948fef50d467abf0", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role"}], "expires_at": "2018-11-19T07:35:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a59afc3165134622bf48331ac965d5ea", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-user", "id": "943a895e2342450b81d8de51e0ea382f"}, "audit_ids": ["IVkbLKIQQf6FIWB4uRngLw"], "issued_at": "2018-11-19T06:35:16.000000Z"}} 2018-11-19 06:35:16,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:16,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93db67de-6d10-4421-a53f-b082920deae9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:16,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-93db67de-6d10-4421-a53f-b082920deae9 2018-11-19 06:35:16,211 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:35:16,214 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:35:16,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:16,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:16 GMT Server: Apache x-openstack-request-id: req-c54f56e6-6879-4d5f-9e74-12e2dd140238 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:35:16,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack used request id req-c54f56e6-6879-4d5f-9e74-12e2dd140238 2018-11-19 06:35:16,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-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-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}}' 2018-11-19 06:35:18,851 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:35:16 GMT Server: Apache x-openstack-request-id: req-436f6464-a870-49fa-91b4-62a7f08c24f9 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}]}} 2018-11-19 06:35:18,851 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks used request id req-436f6464-a870-49fa-91b4-62a7f08c24f9 2018-11-19 06:35:18,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:19,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:18 GMT Server: Apache x-openstack-request-id: req-4f05c0b4-0df2-473c-8506-7f3a447aab09 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:19,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:19 GMT Server: Apache x-openstack-request-id: req-152672e5-ec0b-427e-a923-129013d2a302 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:19,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-152672e5-ec0b-427e-a923-129013d2a302 2018-11-19 06:35:19,091 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack 2018-11-19 06:35:19,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:19,258 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:19 GMT Server: Apache x-openstack-request-id: req-14e57f0a-355f-4880-a95c-08a56382508d Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:19,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:19 GMT Server: Apache x-openstack-request-id: req-b7fa62fa-e77a-452e-a6e5-e48ea7a1c7d7 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:19,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-b7fa62fa-e77a-452e-a6e5-e48ea7a1c7d7 2018-11-19 06:35:19,448 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:35:19,448 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:22,451 - create_stack - DEBUG - Stack status query timeout in 1196.63999987 2018-11-19 06:35:22,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:22,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:22 GMT Server: Apache x-openstack-request-id: req-abe6c7e1-d1c6-47b1-bd06-390d4d028a6c Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:22,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:22 GMT Server: Apache x-openstack-request-id: req-b4450e38-308d-48ff-a2ab-e6044a97e50a 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:22,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-b4450e38-308d-48ff-a2ab-e6044a97e50a 2018-11-19 06:35:22,818 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:35:22,818 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:25,821 - create_stack - DEBUG - Stack status query timeout in 1193.27020597 2018-11-19 06:35:25,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:26,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:25 GMT Server: Apache x-openstack-request-id: req-20f6cc74-4f34-415c-a153-71f5b4c28f13 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:26,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:26 GMT Server: Apache x-openstack-request-id: req-b0eff338-8fee-4034-ac09-ee0298ee8b2b 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:26,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-b0eff338-8fee-4034-ac09-ee0298ee8b2b 2018-11-19 06:35:26,118 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:35:26,118 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:29,121 - create_stack - DEBUG - Stack status query timeout in 1189.96986294 2018-11-19 06:35:29,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:29,296 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:29 GMT Server: Apache x-openstack-request-id: req-59c8df8f-8140-4f21-a50e-66eccec4f7be Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:29,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:29 GMT Server: Apache x-openstack-request-id: req-1026c7fc-ad11-4d0f-a069-e56884b3d471 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:29,337 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-1026c7fc-ad11-4d0f-a069-e56884b3d471 2018-11-19 06:35:29,338 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:35:29,338 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:32,341 - create_stack - DEBUG - Stack status query timeout in 1186.7498579 2018-11-19 06:35:32,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:32,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:32 GMT Server: Apache x-openstack-request-id: req-9c702a18-c41a-4a6e-b8ad-8c153e81e18a Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:32,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:32 GMT Server: Apache x-openstack-request-id: req-00137e1f-3807-49bb-a26e-42b6003dcd64 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:32,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-00137e1f-3807-49bb-a26e-42b6003dcd64 2018-11-19 06:35:32,694 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:35:32,694 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:35,697 - create_stack - DEBUG - Stack status query timeout in 1183.39390182 2018-11-19 06:35:35,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:35,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:35 GMT Server: Apache x-openstack-request-id: req-1bb5033b-ec92-4cef-b0bf-68b06007ab8d Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:36,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:35 GMT Server: Apache x-openstack-request-id: req-5eb70fa9-b453-4f6b-98a4-76082e199c2c 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:36,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-5eb70fa9-b453-4f6b-98a4-76082e199c2c 2018-11-19 06:35:36,046 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:35:36,047 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:39,050 - create_stack - DEBUG - Stack status query timeout in 1180.041435 2018-11-19 06:35:39,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:39,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:39 GMT Server: Apache x-openstack-request-id: req-b1cea18a-2f3a-4e54-b198-d3c5ace84c3c Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:39,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:39 GMT Server: Apache x-openstack-request-id: req-88fa5d8a-6cc1-4678-87f8-4cbd3e8e0ef2 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:39,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-88fa5d8a-6cc1-4678-87f8-4cbd3e8e0ef2 2018-11-19 06:35:39,271 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:35:39,271 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack 2018-11-19 06:35:39,271 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack 2018-11-19 06:35:39,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:39,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "36aea8e496e44aec948fef50d467abf0", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role"}], "expires_at": "2018-11-19T07:35:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a59afc3165134622bf48331ac965d5ea", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-user", "id": "943a895e2342450b81d8de51e0ea382f"}, "audit_ids": ["uuhSEUzIQDGXy6ofzoNccw"], "issued_at": "2018-11-19T06:35:39.000000Z"}} 2018-11-19 06:35:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}63c24b13cd5e7fdc0e3c74cc929d32e745c32529" 2018-11-19 06:35:39,831 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:39 GMT Server: Apache x-openstack-request-id: req-8f6e3595-9360-4211-a6f2-e21eb14f34e6 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:40,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:39 GMT Server: Apache x-openstack-request-id: req-6029fbc0-1ec5-4b83-9741-e8eb2dc4cd84 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:40,028 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-6029fbc0-1ec5-4b83-9741-e8eb2dc4cd84 2018-11-19 06:35:40,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:40,208 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:40 GMT Server: Apache x-openstack-request-id: req-f8a5665d-c409-435a-a1e0-58d2d9506c21 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:40,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:40 GMT Server: Apache x-openstack-request-id: req-c11b10f2-bd27-4417-a0df-e5f3c8feaa39 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:40,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-c11b10f2-bd27-4417-a0df-e5f3c8feaa39 2018-11-19 06:35:40,400 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:40,400 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:40,781 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "36aea8e496e44aec948fef50d467abf0", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role"}], "expires_at": "2018-11-19T07:35:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a59afc3165134622bf48331ac965d5ea", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a59afc3165134622bf48331ac965d5ea", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-user", "id": "943a895e2342450b81d8de51e0ea382f"}, "audit_ids": ["4pLc6H5USvmWFqkRCmneLA"], "issued_at": "2018-11-19T06:35:40.000000Z"}} 2018-11-19 06:35:40,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752ae808700d33ba1c79f734f2de1f2d700cfb14" 2018-11-19 06:35:40,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed7944ae-86d5-47f5-9057-4a6ceab6fdf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:40,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ed7944ae-86d5-47f5-9057-4a6ceab6fdf4 2018-11-19 06:35:40,854 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:35:40,856 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:35:40,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752ae808700d33ba1c79f734f2de1f2d700cfb14" 2018-11-19 06:35:41,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:40 GMT Server: Apache x-openstack-request-id: req-5b5a999a-cf99-4218-97d7-5e7554577f9e 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-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "deletion_time": null, "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "updated_time": null, "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "tags": null}]} 2018-11-19 06:35:41,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack used request id req-5b5a999a-cf99-4218-97d7-5e7554577f9e 2018-11-19 06:35:41,044 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack 2018-11-19 06:35:41,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}752ae808700d33ba1c79f734f2de1f2d700cfb14" 2018-11-19 06:35:41,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:41 GMT Server: Apache x-openstack-request-id: req-0fa09b8a-92a2-4558-9fa1-8ecfa1d731db Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:41,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:41 GMT Server: Apache x-openstack-request-id: req-739517fe-d6d3-45c7-a2ac-e1c7a50bc53b 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:41,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-739517fe-d6d3-45c7-a2ac-e1c7a50bc53b 2018-11-19 06:35:41,413 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack 2018-11-19 06:35:41,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:41,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:41 GMT Server: Apache x-openstack-request-id: req-0344064d-f9e8-4fe1-90ed-a27cf0a9f5cf Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:41,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:41 GMT Server: Apache x-openstack-request-id: req-03917d5e-9134-4f16-bd46-e7ae1b32bd1e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:41,654 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-03917d5e-9134-4f16-bd46-e7ae1b32bd1e 2018-11-19 06:35:41,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:41,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:41 GMT Server: Apache x-openstack-request-id: req-02728831-9665-4f10-81dd-03b147198dce Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:41,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:41 GMT Server: Apache x-openstack-request-id: req-83fed7f8-7491-4101-abe9-d725dbb8ddaf 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "tags": null, "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:35:41Z", "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:41,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-83fed7f8-7491-4101-abe9-d725dbb8ddaf 2018-11-19 06:35:41,858 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:35:41,859 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:44,862 - create_stack - DEBUG - Stack status query timeout in 1196.79224586 2018-11-19 06:35:44,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:44,891 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:44 GMT Server: Apache x-openstack-request-id: req-65aac5b0-70c3-4eed-80da-4e5dcd740885 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:44,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:44 GMT Server: Apache x-openstack-request-id: req-9405bdd3-3272-44d7-be7d-693a144d797c 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "tags": null, "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:35:41Z", "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:44,917 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-9405bdd3-3272-44d7-be7d-693a144d797c 2018-11-19 06:35:44,917 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:35:44,917 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:47,921 - create_stack - DEBUG - Stack status query timeout in 1193.73343396 2018-11-19 06:35:47,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:48,104 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:47 GMT Server: Apache x-openstack-request-id: req-bc3376e6-f752-484c-ac11-55518d7b5e3c Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:48,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:48 GMT Server: Apache x-openstack-request-id: req-86d60db4-f1e7-48eb-bc0d-93f2cdf4a5e0 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "tags": null, "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:35:41Z", "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:48,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-86d60db4-f1e7-48eb-bc0d-93f2cdf4a5e0 2018-11-19 06:35:48,131 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:35:48,131 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:51,134 - create_stack - DEBUG - Stack status query timeout in 1190.51976299 2018-11-19 06:35:51,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:51,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:51 GMT Server: Apache x-openstack-request-id: req-d6ce0667-98ad-45a8-85c7-a41fb98493d1 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:51,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:51 GMT Server: Apache x-openstack-request-id: req-d5d543d1-e455-430c-ac3d-9fadb19da119 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "tags": null, "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:35:41Z", "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:51,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-d5d543d1-e455-430c-ac3d-9fadb19da119 2018-11-19 06:35:51,730 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:35:51,730 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:35:54,734 - create_stack - DEBUG - Stack status query timeout in 1186.92032385 2018-11-19 06:35:54,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:54,765 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:54 GMT Server: Apache x-openstack-request-id: req-7e38935f-c7bb-4677-8241-578f3d41e242 Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:54,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:54 GMT Server: Apache x-openstack-request-id: req-1bdbb4ea-072e-4b6d-abb3-97691e5f8d2b 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": "a59afc3165134622bf48331ac965d5ea", "OS::stack_id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "image_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image", "inst_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-inst", "subnet_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-subnet", "flavor_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-flavor-name", "net_name": "CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-net"}, "deletion_time": "2018-11-19T06:35:52Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack", "stack_user_project_id": "672510cf0a87418bba1f0c4e2c6b636b", "tags": null, "creation_time": "2018-11-19T06:35:18Z", "links": [{"href": "http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:35:41Z", "id": "29a6e7a2-ca31-4e97-a829-d481ad4ff338", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:35:54,807 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-1bdbb4ea-072e-4b6d-abb3-97691e5f8d2b 2018-11-19 06:35:54,807 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:35:54,808 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack 2018-11-19 06:35:54,808 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack 2018-11-19 06:35:54,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/29a6e7a2-ca31-4e97-a829-d481ad4ff338 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}341d73d80fca21a9eea748bddbe75a1f08245de0" 2018-11-19 06:35:54,836 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:35:54 GMT Server: Apache x-openstack-request-id: req-c3b74c33-b617-4e24-b3eb-272eb679886c Location: http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:35:54,862 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:35:54 GMT Server: Apache x-openstack-request-id: req-3b4629ea-3d57-49be-97d0-cf4d6fc87fcd Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:35:54,863 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/a59afc3165134622bf48331ac965d5ea/stacks/CreateStackSuccessTests-CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-stack/29a6e7a2-ca31-4e97-a829-d481ad4ff338 used request id req-3b4629ea-3d57-49be-97d0-cf4d6fc87fcd 2018-11-19 06:35:54,864 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-96ab952c-8b83-45da-a5ad-6ec8a68de94d-image 2018-11-19 06:35:54,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}379661324a98aa1975b63470a15c9132836f9d93" 2018-11-19 06:35:56,157 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7f711135-2c10-47d4-9e7f-5809352c94e2 Date: Mon, 19 Nov 2018 06:35:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:35:56,158 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/feda5b91-2e2e-4c52-a362-8578cb62dfa9 used request id req-7f711135-2c10-47d4-9e7f-5809352c94e2 2018-11-19 06:35:56,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/d058462e-9764-463d-963d-2b1c13cf0d55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}976e2dc64b546a697ef312359c4256d9947bd889" 2018-11-19 06:35:56,201 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fd23b0d-c5ab-4245-a74d-e40123a4f43f x-compute-request-id: req-2fd23b0d-c5ab-4245-a74d-e40123a4f43f Content-Length: 0 Content-Type: application/json 2018-11-19 06:35:56,201 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/d058462e-9764-463d-963d-2b1c13cf0d55 used request id req-2fd23b0d-c5ab-4245-a74d-e40123a4f43f 2018-11-19 06:35:56,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:56,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-22ec3b71-bb1e-4b4c-b142-2dd2021600f3 Date: Mon, 19 Nov 2018 06:35:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a59afc3165134622bf48331ac965d5ea", "created_at": "2018-11-19T06:35:19Z", "updated_at": "2018-11-19T06:35:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "revision_number": 0, "id": "51ab0db6-9f3f-4167-bae0-46e8e5c6e256", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "tenant_id": "a59afc3165134622bf48331ac965d5ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "a59afc3165134622bf48331ac965d5ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "revision_number": 0, "id": "8f92d1ed-d393-4f9e-85c0-03d9bc0e97cb", "remote_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "remote_ip_prefix": null, "created_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "tenant_id": "a59afc3165134622bf48331ac965d5ea", "port_range_min": null, "ethertype": "IPv6", "project_id": "a59afc3165134622bf48331ac965d5ea"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "revision_number": 0, "id": "9da31517-6104-4032-a64a-272f2ead7c53", "remote_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "remote_ip_prefix": null, "created_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "tenant_id": "a59afc3165134622bf48331ac965d5ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "a59afc3165134622bf48331ac965d5ea"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "revision_number": 0, "id": "fbd2b4c5-42b7-4edc-aa09-b0f30f8764d8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "tenant_id": "a59afc3165134622bf48331ac965d5ea", "port_range_min": null, "ethertype": "IPv4", "project_id": "a59afc3165134622bf48331ac965d5ea"}], "revision_number": 4, "project_id": "a59afc3165134622bf48331ac965d5ea", "id": "897e3618-3435-44d1-b724-b6ab86d26439", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:35:56,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-22ec3b71-bb1e-4b4c-b142-2dd2021600f3 2018-11-19 06:35:56,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:56,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccbc7de3-044f-4ea9-b3c0-33e066020e37 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:35:56,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-ccbc7de3-044f-4ea9-b3c0-33e066020e37 2018-11-19 06:35:56,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:56,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4070233d-8e27-47fb-b5dc-94ba3615d896 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:35:56,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-4070233d-8e27-47fb-b5dc-94ba3615d896 2018-11-19 06:35:56,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:56,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc86df6f-487d-4811-90d3-0e305eecd91d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea"}, "enabled": true, "id": "a59afc3165134622bf48331ac965d5ea", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-f8e17ca3-1627-4f1-proj"}} 2018-11-19 06:35:56,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea used request id req-bc86df6f-487d-4811-90d3-0e305eecd91d 2018-11-19 06:35:56,691 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 897e3618-3435-44d1-b724-b6ab86d26439 2018-11-19 06:35:56,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897e3618-3435-44d1-b724-b6ab86d26439 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:56,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f5cb1f39-0f51-4871-a1b4-afc024016976 Date: Mon, 19 Nov 2018 06:35:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "port_range_min": null, "revision_number": 0, "tenant_id": "a59afc3165134622bf48331ac965d5ea", "created_at": "2018-11-19T06:35:19Z", "project_id": "a59afc3165134622bf48331ac965d5ea", "id": "51ab0db6-9f3f-4167-bae0-46e8e5c6e256"}, {"remote_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "port_range_min": null, "revision_number": 0, "tenant_id": "a59afc3165134622bf48331ac965d5ea", "created_at": "2018-11-19T06:35:19Z", "project_id": "a59afc3165134622bf48331ac965d5ea", "id": "8f92d1ed-d393-4f9e-85c0-03d9bc0e97cb"}, {"remote_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "port_range_min": null, "revision_number": 0, "tenant_id": "a59afc3165134622bf48331ac965d5ea", "created_at": "2018-11-19T06:35:19Z", "project_id": "a59afc3165134622bf48331ac965d5ea", "id": "9da31517-6104-4032-a64a-272f2ead7c53"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:35:19Z", "security_group_id": "897e3618-3435-44d1-b724-b6ab86d26439", "port_range_min": null, "revision_number": 0, "tenant_id": "a59afc3165134622bf48331ac965d5ea", "created_at": "2018-11-19T06:35:19Z", "project_id": "a59afc3165134622bf48331ac965d5ea", "id": "fbd2b4c5-42b7-4edc-aa09-b0f30f8764d8"}]} 2018-11-19 06:35:56,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=897e3618-3435-44d1-b724-b6ab86d26439 used request id req-f5cb1f39-0f51-4871-a1b4-afc024016976 2018-11-19 06:35:56,899 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:35:56,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/897e3618-3435-44d1-b724-b6ab86d26439 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:57,229 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-64f113a6-fd17-4a1a-9d47-d368d9d7ee11 Content-Length: 0 Date: Mon, 19 Nov 2018 06:35:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:35:57,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/897e3618-3435-44d1-b724-b6ab86d26439 used request id req-64f113a6-fd17-4a1a-9d47-d368d9d7ee11 2018-11-19 06:35:57,230 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-f8e17ca3-1627-4f1-proj 2018-11-19 06:35:57,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:57,484 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24951bd7-38cd-4e0c-b921-05a03112d466 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:57,484 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a59afc3165134622bf48331ac965d5ea used request id req-24951bd7-38cd-4e0c-b921-05a03112d466 2018-11-19 06:35:57,484 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-f8e17ca3-1627-4f1-proj-role 2018-11-19 06:35:57,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/36aea8e496e44aec948fef50d467abf0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:57,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09243efa-70dc-41a2-9458-900e5665cfea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:57,607 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/36aea8e496e44aec948fef50d467abf0 used request id req-09243efa-70dc-41a2-9458-900e5665cfea 2018-11-19 06:35:57,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820ec4d02b408a4071b47115d8d5a698b12c630e" 2018-11-19 06:35:57,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcc20bd1-6e0d-4513-9fd0-d0a090b1f358 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:35:57,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-bcc20bd1-6e0d-4513-9fd0-d0a090b1f358 2018-11-19 06:35:57,691 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-f8e17ca3-1627-4f1-user 2018-11-19 06:35:57,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/943a895e2342450b81d8de51e0ea382f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a7bff868fa20ca56e34c1d2c91c8111c9f4af9dd" 2018-11-19 06:35:57,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:35:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5616bf03-58df-4006-88d6-52119fd12423 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:35:57,911 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/943a895e2342450b81d8de51e0ea382f used request id req-5616bf03-58df-4006-88d6-52119fd12423 2018-11-19 06:35:57,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:58,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:35:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["tbHzn1KxT4C3PVRIDjZoew"], "issued_at": "2018-11-19T06:35:58.000000Z"}} 2018-11-19 06:35:58,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a01360c673f02f31736ef930a7c941c690a6f03" 2018-11-19 06:35:58,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98dd750-1853-4683-9639-8510017318d4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:58,379 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a98dd750-1853-4683-9639-8510017318d4 2018-11-19 06:35:58,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:58,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:58,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:35:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["c6dSdp8eSGKLihsz_A914g"], "issued_at": "2018-11-19T06:35:58.000000Z"}} 2018-11-19 06:35:58,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:35:58,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace019a9-952b-4b13-889b-a3fe6753335a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:58,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ace019a9-952b-4b13-889b-a3fe6753335a 2018-11-19 06:35:58,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:35:58,856 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:35:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-553abcb7-940d-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:35:58,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f890457-0138-4742-a899-a93b4c3a3ce8 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-553abcb7-940d-444-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:35:58,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-553abcb7-940d-444-proj used request id req-2f890457-0138-4742-a899-a93b4c3a3ce8 2018-11-19 06:35:58,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:35:58,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-207d0af2-8cbc-40d9-baff-fa6f78481e9c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:35:58,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-207d0af2-8cbc-40d9-baff-fa6f78481e9c 2018-11-19 06:35:58,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}}' 2018-11-19 06:35:59,073 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:35:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2d70506-3f11-46bb-9689-c5232e902dfb Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618"}, "enabled": true, "id": "87f2ff24e7884b6f9547f07deba91618", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}} 2018-11-19 06:35:59,073 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d2d70506-3f11-46bb-9689-c5232e902dfb 2018-11-19 06:35:59,074 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-553abcb7-940d-444-proj 2018-11-19 06:35:59,074 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:35:59,075 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:35:59,466 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:35:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["mf8s-st0R7ezIVG3htvpzA"], "issued_at": "2018-11-19T06:35:59.000000Z"}} 2018-11-19 06:35:59,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:35:59,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca58c2a-a7e8-4af7-98d3-81d21a52b418 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:35:59,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eca58c2a-a7e8-4af7-98d3-81d21a52b418 2018-11-19 06:35:59,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:35:59,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:35: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:35:59,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:35:59,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c11382ae-0de6-4697-b74d-77ec84522b2a Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:35:59,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c11382ae-0de6-4697-b74d-77ec84522b2a 2018-11-19 06:35:59,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-553abcb7-940d-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:35:59,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb68d952-a509-4b94-931a-dd1bd5917fae Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-553abcb7-940d-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618"}, "enabled": true, "id": "87f2ff24e7884b6f9547f07deba91618", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}]} 2018-11-19 06:35:59,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-553abcb7-940d-444-proj used request id req-fb68d952-a509-4b94-931a-dd1bd5917fae 2018-11-19 06:35:59,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:35:59,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:35:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87b2a1ba-8969-47df-9443-e4737d1ac31a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:35:59,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-87b2a1ba-8969-47df-9443-e4737d1ac31a 2018-11-19 06:36:00,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:36:00,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1562c673-24e3-4dbd-9a7d-319cb995c2d2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:36:00,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1562c673-24e3-4dbd-9a7d-319cb995c2d2 2018-11-19 06:36:00,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-553abcb7-940d-444-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:36:00,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0ccb59-1cdd-4c77-8fb8-ccf824fb869e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-553abcb7-940d-444-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618"}, "enabled": true, "id": "87f2ff24e7884b6f9547f07deba91618", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}]} 2018-11-19 06:36:00,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-553abcb7-940d-444-proj used request id req-8a0ccb59-1cdd-4c77-8fb8-ccf824fb869e 2018-11-19 06:36:00,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/df27f7965b7d4c8aa179438356e4f22a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:36:00,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65371dc5-0b81-48e7-b19a-e2c501fb6fe1 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-553abcb7-940d-444-user", "links": {"self": "http://172.30.9.21:5000/v3/users/df27f7965b7d4c8aa179438356e4f22a"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "87f2ff24e7884b6f9547f07deba91618", "id": "df27f7965b7d4c8aa179438356e4f22a", "password_expires_at": null}} 2018-11-19 06:36:00,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/df27f7965b7d4c8aa179438356e4f22a used request id req-65371dc5-0b81-48e7-b19a-e2c501fb6fe1 2018-11-19 06:36:00,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618/users/df27f7965b7d4c8aa179438356e4f22a/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:36:00,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-137ae33c-6384-4b69-a294-7691e4b903cc Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618/users/df27f7965b7d4c8aa179438356e4f22a/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:36:00,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618/users/df27f7965b7d4c8aa179438356e4f22a/roles used request id req-137ae33c-6384-4b69-a294-7691e4b903cc 2018-11-19 06:36:00,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:36:00,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f4c616f-562c-4bc9-bdc8-8553ca2d2d25 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:36:00,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-6f4c616f-562c-4bc9-bdc8-8553ca2d2d25 2018-11-19 06:36:00,712 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-553abcb7-940d-444-proj 2018-11-19 06:36:00,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618/users/df27f7965b7d4c8aa179438356e4f22a/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:36:00,849 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-460d8c45-7b6e-4c3c-98fb-53e4e8c75108 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:00,849 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618/users/df27f7965b7d4c8aa179438356e4f22a/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-460d8c45-7b6e-4c3c-98fb-53e4e8c75108 2018-11-19 06:36:00,849 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-553abcb7-940d-444-user 2018-11-19 06:36:00,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:00,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:00,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0225ef5d-90e5-40ad-a32f-ecb3496cc168 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:36:00,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0225ef5d-90e5-40ad-a32f-ecb3496cc168 2018-11-19 06:36:00,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" -d '{"role": {"name": "CreateStackSuccessTests-553abcb7-940d-444-proj-role"}}' 2018-11-19 06:36:01,049 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:36:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfd6d822-b945-4eb8-afd8-95ae95054586 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1dd26055b0544b72a4dc1fc14b1b481a", "links": {"self": "http://172.30.9.21:5000/v3/roles/1dd26055b0544b72a4dc1fc14b1b481a"}, "name": "CreateStackSuccessTests-553abcb7-940d-444-proj-role"}} 2018-11-19 06:36:01,049 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-dfd6d822-b945-4eb8-afd8-95ae95054586 2018-11-19 06:36:01,050 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-553abcb7-940d-444-proj-role 2018-11-19 06:36:01,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/1dd26055b0544b72a4dc1fc14b1b481a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:01,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22f6368e-9f4f-4929-a6f4-a1a3ea73254d Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/1dd26055b0544b72a4dc1fc14b1b481a"}, "domain_id": null, "name": "CreateStackSuccessTests-553abcb7-940d-444-proj-role", "id": "1dd26055b0544b72a4dc1fc14b1b481a"}} 2018-11-19 06:36:01,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/1dd26055b0544b72a4dc1fc14b1b481a used request id req-22f6368e-9f4f-4929-a6f4-a1a3ea73254d 2018-11-19 06:36:01,143 - keystone_utils - INFO - Granting role CreateStackSuccessTests-553abcb7-940d-444-proj-role to project CreateStackSuccessTests-553abcb7-940d-444-proj 2018-11-19 06:36:01,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618/users/df27f7965b7d4c8aa179438356e4f22a/roles/1dd26055b0544b72a4dc1fc14b1b481a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:01,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1a77669-b78d-4d26-b5ab-278a6a820cbe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:01,292 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618/users/df27f7965b7d4c8aa179438356e4f22a/roles/1dd26055b0544b72a4dc1fc14b1b481a used request id req-c1a77669-b78d-4d26-b5ab-278a6a820cbe 2018-11-19 06:36:01,292 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:36:01,292 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:36:01,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:01,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:01,661 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1dd26055b0544b72a4dc1fc14b1b481a", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87f2ff24e7884b6f9547f07deba91618", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-553abcb7-940d-444-user", "id": "df27f7965b7d4c8aa179438356e4f22a"}, "audit_ids": ["YE1WDKpvQ-yc0ITERqc63A"], "issued_at": "2018-11-19T06:36:01.000000Z"}} 2018-11-19 06:36:01,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" 2018-11-19 06:36:01,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c1b2447-39d9-4231-b469-3f6965c7791c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:01,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7c1b2447-39d9-4231-b469-3f6965c7791c 2018-11-19 06:36:01,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" 2018-11-19 06:36:01,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-6df303df-3945-4a31-bcfe-daba74a74b3e Date: Mon, 19 Nov 2018 06:36:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image"} 2018-11-19 06:36:01,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image used request id req-6df303df-3945-4a31-bcfe-daba74a74b3e 2018-11-19 06:36:01,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" 2018-11-19 06:36:02,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d60ee5d6-cef0-432c-a033-7aab10851b25 Date: Mon, 19 Nov 2018 06:36:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:36:02,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d60ee5d6-cef0-432c-a033-7aab10851b25 2018-11-19 06:36:02,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image"}' 2018-11-19 06:36:02,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753 X-Openstack-Request-Id: req-78b08247-05d2-47f2-b9aa-d87e2e5d72c2 Date: Mon, 19 Nov 2018 06:36:02 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:36:02Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:36:02Z", "visibility": "shared", "locations": [], "self": "/v2/images/232beeb6-316a-4f0f-b775-584a7c381753", "min_disk": 0, "protected": false, "id": "232beeb6-316a-4f0f-b775-584a7c381753", "file": "/v2/images/232beeb6-316a-4f0f-b775-584a7c381753/file", "checksum": null, "owner": "87f2ff24e7884b6f9547f07deba91618", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:36:02,315 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-78b08247-05d2-47f2-b9aa-d87e2e5d72c2 2018-11-19 06:36:02,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" -d '' 2018-11-19 06:36:03,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-174d8c47-5e2b-44d0-9e66-d9bf50bec634 Date: Mon, 19 Nov 2018 06:36:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:36:03,173 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753/file used request id req-174d8c47-5e2b-44d0-9e66-d9bf50bec634 2018-11-19 06:36:03,174 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:36:03,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" 2018-11-19 06:36:03,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-ee28706b-2a82-4230-8210-8e98a17f250a Date: Mon, 19 Nov 2018 06:36:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:36:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:36:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/232beeb6-316a-4f0f-b775-584a7c381753/snap", "metadata": {}}], "self": "/v2/images/232beeb6-316a-4f0f-b775-584a7c381753", "min_disk": 0, "protected": false, "id": "232beeb6-316a-4f0f-b775-584a7c381753", "file": "/v2/images/232beeb6-316a-4f0f-b775-584a7c381753/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87f2ff24e7884b6f9547f07deba91618", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/232beeb6-316a-4f0f-b775-584a7c381753/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:36:03,194 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753 used request id req-ee28706b-2a82-4230-8210-8e98a17f250a 2018-11-19 06:36:03,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" 2018-11-19 06:36:03,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bd5fa720-74bc-48e6-b285-7c3806211b29 Date: Mon, 19 Nov 2018 06:36:03 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:36:03,346 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-bd5fa720-74bc-48e6-b285-7c3806211b29 2018-11-19 06:36:03,349 - create_image - INFO - Created image with name - CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image 2018-11-19 06:36:03,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" 2018-11-19 06:36:03,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-b6574d56-fee0-4786-9b77-27130c99dbf8 Date: Mon, 19 Nov 2018 06:36:03 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:36:02Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:36:03Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/232beeb6-316a-4f0f-b775-584a7c381753/snap", "metadata": {}}], "self": "/v2/images/232beeb6-316a-4f0f-b775-584a7c381753", "min_disk": 0, "protected": false, "id": "232beeb6-316a-4f0f-b775-584a7c381753", "file": "/v2/images/232beeb6-316a-4f0f-b775-584a7c381753/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "87f2ff24e7884b6f9547f07deba91618", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/232beeb6-316a-4f0f-b775-584a7c381753/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:36:03,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753 used request id req-b6574d56-fee0-4786-9b77-27130c99dbf8 2018-11-19 06:36:03,514 - create_image - DEBUG - Instance status is - active 2018-11-19 06:36:03,515 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image 2018-11-19 06:36:03,515 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image 2018-11-19 06:36:03,515 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:03,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:03,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3bkm5oxdQGmjwJwaXydlUA"], "issued_at": "2018-11-19T06:36:03.000000Z"}} 2018-11-19 06:36:03,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed41c0a7b7688b29717fdd9169400d9aa813470" 2018-11-19 06:36:03,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94903913-54b0-46d6-b0dc-dc9baacadf94 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:03,977 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-94903913-54b0-46d6-b0dc-dc9baacadf94 2018-11-19 06:36:03,978 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:36:03,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed41c0a7b7688b29717fdd9169400d9aa813470" 2018-11-19 06:36:04,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36: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-1db4ac48-5bec-412c-9d99-a65868a8e2cc x-compute-request-id: req-1db4ac48-5bec-412c-9d99-a65868a8e2cc Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:36:04,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1db4ac48-5bec-412c-9d99-a65868a8e2cc 2018-11-19 06:36:04,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed41c0a7b7688b29717fdd9169400d9aa813470" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:36:04,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b01c08d-810f-4d10-939d-3bc6fbf57c31 x-compute-request-id: req-0b01c08d-810f-4d10-939d-3bc6fbf57c31 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/0b104b0a-cc1c-4a1d-988e-80737198f4ba", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/0b104b0a-cc1c-4a1d-988e-80737198f4ba", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "0b104b0a-cc1c-4a1d-988e-80737198f4ba", "name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:36:04,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0b01c08d-810f-4d10-939d-3bc6fbf57c31 2018-11-19 06:36:04,241 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:04,242 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:04,629 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1dd26055b0544b72a4dc1fc14b1b481a", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87f2ff24e7884b6f9547f07deba91618", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-553abcb7-940d-444-user", "id": "df27f7965b7d4c8aa179438356e4f22a"}, "audit_ids": ["k2xo28YdQNuf-GxQaZPkqA"], "issued_at": "2018-11-19T06:36:04.000000Z"}} 2018-11-19 06:36:04,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:04,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d66dd3-5a20-46ca-be3c-84583f4a28e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:04,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-97d66dd3-5a20-46ca-be3c-84583f4a28e1 2018-11-19 06:36:04,718 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:36:04,721 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:36:04,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:04,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:04 GMT Server: Apache x-openstack-request-id: req-5bb1f56f-5f6b-4760-83b9-5ee9e7edbc6c Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:36:04,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack used request id req-5bb1f56f-5f6b-4760-83b9-5ee9e7edbc6c 2018-11-19 06:36:04,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-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-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}}' 2018-11-19 06:36:07,256 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:36:04 GMT Server: Apache x-openstack-request-id: req-2908a932-5bd4-4625-a1cf-3c7060569ef1 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}]}} 2018-11-19 06:36:07,256 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks used request id req-2908a932-5bd4-4625-a1cf-3c7060569ef1 2018-11-19 06:36:07,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:07,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:07 GMT Server: Apache x-openstack-request-id: req-ae1a6b3c-8293-4cb0-aa43-707866411d16 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:07,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:07 GMT Server: Apache x-openstack-request-id: req-0995ef7a-a5cb-4e30-b288-b1450d4319b4 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:07,493 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-0995ef7a-a5cb-4e30-b288-b1450d4319b4 2018-11-19 06:36:07,493 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack 2018-11-19 06:36:07,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:07,672 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:07 GMT Server: Apache x-openstack-request-id: req-e879dcdc-05e8-41fc-8f85-6c97370654bd Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:07,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:07 GMT Server: Apache x-openstack-request-id: req-19a00053-d909-4475-9fb3-44aa300e3f40 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:07,879 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-19a00053-d909-4475-9fb3-44aa300e3f40 2018-11-19 06:36:07,879 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:36:07,879 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:10,883 - create_stack - DEBUG - Stack status query timeout in 1196.61102605 2018-11-19 06:36:10,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:11,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:10 GMT Server: Apache x-openstack-request-id: req-2d15e706-cfa6-4505-930f-dda3ac7174b5 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:11,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:11 GMT Server: Apache x-openstack-request-id: req-056c84e8-7fe1-48f2-be87-4b9d0faf3d7d 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:11,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-056c84e8-7fe1-48f2-be87-4b9d0faf3d7d 2018-11-19 06:36:11,318 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:36:11,318 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:14,321 - create_stack - DEBUG - Stack status query timeout in 1193.17256999 2018-11-19 06:36:14,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:14,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:14 GMT Server: Apache x-openstack-request-id: req-5838a018-0013-4828-bb70-ab9e2c8020f2 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:14,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:14 GMT Server: Apache x-openstack-request-id: req-ee56d618-7689-4eec-b59a-f711003740ac 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:14,540 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-ee56d618-7689-4eec-b59a-f711003740ac 2018-11-19 06:36:14,540 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:36:14,541 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:17,544 - create_stack - DEBUG - Stack status query timeout in 1189.94977808 2018-11-19 06:36:17,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:17,724 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:17 GMT Server: Apache x-openstack-request-id: req-8894c45d-105c-4bee-9a91-f10465282fea Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:17,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:17 GMT Server: Apache x-openstack-request-id: req-0ea48ad4-1a00-4651-9785-a6c5659cfba8 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:17,767 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-0ea48ad4-1a00-4651-9785-a6c5659cfba8 2018-11-19 06:36:17,768 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:36:17,768 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:20,768 - create_stack - DEBUG - Stack status query timeout in 1186.7253561 2018-11-19 06:36:20,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:20,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:20 GMT Server: Apache x-openstack-request-id: req-cb5d6308-18fc-4138-a60f-17ef1c0c2a6b Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:21,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:20 GMT Server: Apache x-openstack-request-id: req-ad784f35-2141-494e-984d-a51a0e8e8df4 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:21,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-ad784f35-2141-494e-984d-a51a0e8e8df4 2018-11-19 06:36:21,055 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:36:21,055 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:24,059 - create_stack - DEBUG - Stack status query timeout in 1183.43510914 2018-11-19 06:36:24,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:24,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:24 GMT Server: Apache x-openstack-request-id: req-9358d897-aa93-41b7-aa0b-c381813b8398 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:24,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:24 GMT Server: Apache x-openstack-request-id: req-4c8d0bc6-2fa6-4c21-9ab0-a3658d4ebc22 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:24,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-4c8d0bc6-2fa6-4c21-9ab0-a3658d4ebc22 2018-11-19 06:36:24,275 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:36:24,275 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack 2018-11-19 06:36:24,275 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack 2018-11-19 06:36:24,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:24,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:24 GMT Server: Apache x-openstack-request-id: req-7f5e13e9-af26-44ea-bbed-3d9ba8c914f8 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:24,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:24 GMT Server: Apache x-openstack-request-id: req-27f01a13-0d40-432f-adcc-cba8130d730b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-19T06:36:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:07Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "02b4cf09-5ed1-4f31-a5dc-68b726afbd60", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-19T06:36:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:07Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "60417b53-70ed-493a-b50d-0a1fbb090cb8", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-19T06:36:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:07Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "5d28fc90-ec01-4566-9b80-9f7096d0c282", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-19T06:36:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "e8126d40-5700-45a8-8068-3fd8ec4df6fe", "resource_type": "OS::Nova::Server"}]} 2018-11-19 06:36:24,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888/resources used request id req-27f01a13-0d40-432f-adcc-cba8130d730b 2018-11-19 06:36:24,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=5d28fc90-ec01-4566-9b80-9f7096d0c282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:24,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d5190563-f711-4f1e-9b7b-b3090e537d44 Date: Mon, 19 Nov 2018 06:36:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60417b53-70ed-493a-b50d-0a1fbb090cb8"],"updated_at":"2018-11-19T06:36:09Z","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87f2ff24e7884b6f9547f07deba91618","id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}]} 2018-11-19 06:36:24,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=5d28fc90-ec01-4566-9b80-9f7096d0c282 used request id req-d5190563-f711-4f1e-9b7b-b3090e537d44 2018-11-19 06:36:24,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:24,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2c286f13-e620-4ba5-9e35-21e8e4f2eabe Date: Mon, 19 Nov 2018 06:36:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:09Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:09Z","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":"87f2ff24e7884b6f9547f07deba91618","id":"60417b53-70ed-493a-b50d-0a1fbb090cb8","subnetpool_id":null,"name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet"}]} 2018-11-19 06:36:24,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 used request id req-2c286f13-e620-4ba5-9e35-21e8e4f2eabe 2018-11-19 06:36:24,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:24,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2e302d08-bcd7-429a-9862-ba8e5c837c4e Date: Mon, 19 Nov 2018 06:36:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:09Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:09Z","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":"87f2ff24e7884b6f9547f07deba91618","id":"60417b53-70ed-493a-b50d-0a1fbb090cb8","subnetpool_id":null,"name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet"}]} 2018-11-19 06:36:24,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 used request id req-2e302d08-bcd7-429a-9862-ba8e5c837c4e 2018-11-19 06:36:24,873 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:24,874 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:25,244 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1dd26055b0544b72a4dc1fc14b1b481a", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87f2ff24e7884b6f9547f07deba91618", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-553abcb7-940d-444-user", "id": "df27f7965b7d4c8aa179438356e4f22a"}, "audit_ids": ["WCuLdxWcR06xiK0tgiW8qw"], "issued_at": "2018-11-19T06:36:25.000000Z"}} 2018-11-19 06:36:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93cbaddadfacd4189dfe15b7dd538bf66b053a7e" 2018-11-19 06:36:25,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d0a2622-7665-49e3-84da-896a631f3916 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:25,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3d0a2622-7665-49e3-84da-896a631f3916 2018-11-19 06:36:25,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93cbaddadfacd4189dfe15b7dd538bf66b053a7e" 2018-11-19 06:36:25,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-3242ae8c-3181-424c-9769-a2848531cfb4 Date: Mon, 19 Nov 2018 06:36:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60417b53-70ed-493a-b50d-0a1fbb090cb8"],"updated_at":"2018-11-19T06:36:09Z","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87f2ff24e7884b6f9547f07deba91618","id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}]} 2018-11-19 06:36:25,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net used request id req-3242ae8c-3181-424c-9769-a2848531cfb4 2018-11-19 06:36:25,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:36:25,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:36:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:36:25,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93cbaddadfacd4189dfe15b7dd538bf66b053a7e" 2018-11-19 06:36:25,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c17a2187-07a0-40c5-9af3-c4ab5429555a Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618"}, "enabled": true, "id": "87f2ff24e7884b6f9547f07deba91618", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}} 2018-11-19 06:36:25,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618 used request id req-c17a2187-07a0-40c5-9af3-c4ab5429555a 2018-11-19 06:36:25,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93cbaddadfacd4189dfe15b7dd538bf66b053a7e" 2018-11-19 06:36:25,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d8a58e0f-575a-41bb-b57e-272bc7a6f878 Date: Mon, 19 Nov 2018 06:36:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:09Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:09Z","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":"87f2ff24e7884b6f9547f07deba91618","id":"60417b53-70ed-493a-b50d-0a1fbb090cb8","subnetpool_id":null,"name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet"}]} 2018-11-19 06:36:25,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 used request id req-d8a58e0f-575a-41bb-b57e-272bc7a6f878 2018-11-19 06:36:25,887 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:26,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1dd26055b0544b72a4dc1fc14b1b481a", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87f2ff24e7884b6f9547f07deba91618", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/87f2ff24e7884b6f9547f07deba91618", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-553abcb7-940d-444-user", "id": "df27f7965b7d4c8aa179438356e4f22a"}, "audit_ids": ["eqkK8Fd-Spme-GGRYckTWA"], "issued_at": "2018-11-19T06:36:26.000000Z"}} 2018-11-19 06:36:26,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995f60e6580ef6fe6e41be1d1f92ea8e975185f4" 2018-11-19 06:36:26,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15de4f50-13e9-448d-bfac-db0589f6661e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:26,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-15de4f50-13e9-448d-bfac-db0589f6661e 2018-11-19 06:36:26,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995f60e6580ef6fe6e41be1d1f92ea8e975185f4" 2018-11-19 06:36:26,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d86f1690-9ace-412e-893b-f0da75271022 Date: Mon, 19 Nov 2018 06:36:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60417b53-70ed-493a-b50d-0a1fbb090cb8"],"updated_at":"2018-11-19T06:36:09Z","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87f2ff24e7884b6f9547f07deba91618","id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}]} 2018-11-19 06:36:26,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net used request id req-d86f1690-9ace-412e-893b-f0da75271022 2018-11-19 06:36:26,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995f60e6580ef6fe6e41be1d1f92ea8e975185f4" 2018-11-19 06:36:26,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7ceaeb26-fa6d-4fd2-b345-3b7563990475 Date: Mon, 19 Nov 2018 06:36:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:09Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:09Z","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":"87f2ff24e7884b6f9547f07deba91618","id":"60417b53-70ed-493a-b50d-0a1fbb090cb8","subnetpool_id":null,"name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet"}]} 2018-11-19 06:36:26,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 used request id req-7ceaeb26-fa6d-4fd2-b345-3b7563990475 2018-11-19 06:36:26,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=5d28fc90-ec01-4566-9b80-9f7096d0c282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995f60e6580ef6fe6e41be1d1f92ea8e975185f4" 2018-11-19 06:36:27,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-ffff7095-6089-47cd-9684-c5ec2f2171e1 Date: Mon, 19 Nov 2018 06:36:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["60417b53-70ed-493a-b50d-0a1fbb090cb8"],"updated_at":"2018-11-19T06:36:09Z","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"87f2ff24e7884b6f9547f07deba91618","id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}]} 2018-11-19 06:36:27,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=5d28fc90-ec01-4566-9b80-9f7096d0c282 used request id req-ffff7095-6089-47cd-9684-c5ec2f2171e1 2018-11-19 06:36:27,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995f60e6580ef6fe6e41be1d1f92ea8e975185f4" 2018-11-19 06:36:27,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ee5d5e99-d3bd-44d7-bfb9-70785c11a3b2 Date: Mon, 19 Nov 2018 06:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:09Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:09Z","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":"87f2ff24e7884b6f9547f07deba91618","id":"60417b53-70ed-493a-b50d-0a1fbb090cb8","subnetpool_id":null,"name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet"}]} 2018-11-19 06:36:27,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282 used request id req-ee5d5e99-d3bd-44d7-bfb9-70785c11a3b2 2018-11-19 06:36:27,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282&name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995f60e6580ef6fe6e41be1d1f92ea8e975185f4" 2018-11-19 06:36:27,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-18dd07c4-3f22-403d-95dc-434ddad66b3b Date: Mon, 19 Nov 2018 06:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:09Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:09Z","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":"87f2ff24e7884b6f9547f07deba91618","id":"60417b53-70ed-493a-b50d-0a1fbb090cb8","subnetpool_id":null,"name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet"}]} 2018-11-19 06:36:27,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=5d28fc90-ec01-4566-9b80-9f7096d0c282&name=CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet used request id req-18dd07c4-3f22-403d-95dc-434ddad66b3b 2018-11-19 06:36:27,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/60417b53-70ed-493a-b50d-0a1fbb090cb8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}995f60e6580ef6fe6e41be1d1f92ea8e975185f4" 2018-11-19 06:36:27,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-cb1406b1-530d-4bf3-9fa6-358dbaa32d84 Date: Mon, 19 Nov 2018 06:36:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5d28fc90-ec01-4566-9b80-9f7096d0c282","tenant_id":"87f2ff24e7884b6f9547f07deba91618","created_at":"2018-11-19T06:36:09Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:09Z","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":"87f2ff24e7884b6f9547f07deba91618","id":"60417b53-70ed-493a-b50d-0a1fbb090cb8","subnetpool_id":null,"name":"CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet"}} 2018-11-19 06:36:27,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/60417b53-70ed-493a-b50d-0a1fbb090cb8 used request id req-cb1406b1-530d-4bf3-9fa6-358dbaa32d84 2018-11-19 06:36:27,813 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack 2018-11-19 06:36:27,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:27,983 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:27 GMT Server: Apache x-openstack-request-id: req-fafc09a5-0c59-47c1-a0bf-d07598260726 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:28,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:27 GMT Server: Apache x-openstack-request-id: req-8454f304-cf3a-46ff-8834-aca17096b627 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:28,214 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-8454f304-cf3a-46ff-8834-aca17096b627 2018-11-19 06:36:28,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:28,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:28 GMT Server: Apache x-openstack-request-id: req-e5e8b7f1-4aab-4e69-801d-2521629ff47c Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:28,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:28 GMT Server: Apache x-openstack-request-id: req-18a9af68-6928-4145-8a3b-252216604fda 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "tags": null, "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:36:28Z", "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:28,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-18a9af68-6928-4145-8a3b-252216604fda 2018-11-19 06:36:28,420 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:36:28,420 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:31,423 - create_stack - DEBUG - Stack status query timeout in 1196.79153609 2018-11-19 06:36:31,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:31,602 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:31 GMT Server: Apache x-openstack-request-id: req-70e6346e-6a94-4e70-ae50-48d724343320 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:31,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:31 GMT Server: Apache x-openstack-request-id: req-0ceb6884-5692-4b98-add2-37f4e375bb1c 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "tags": null, "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:36:28Z", "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:31,804 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-0ceb6884-5692-4b98-add2-37f4e375bb1c 2018-11-19 06:36:31,804 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:36:31,805 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:34,808 - create_stack - DEBUG - Stack status query timeout in 1193.40679407 2018-11-19 06:36:34,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:34,837 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:34 GMT Server: Apache x-openstack-request-id: req-b453baab-09ff-4852-9c60-28c20b70f53f Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:35,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:34 GMT Server: Apache x-openstack-request-id: req-a5209d40-bd66-4b22-a743-e94784a5abe8 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "tags": null, "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:36:28Z", "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:35,016 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-a5209d40-bd66-4b22-a743-e94784a5abe8 2018-11-19 06:36:35,016 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:36:35,016 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:38,020 - create_stack - DEBUG - Stack status query timeout in 1190.19496799 2018-11-19 06:36:38,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:38,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:38 GMT Server: Apache x-openstack-request-id: req-0c3ee898-f7fa-483f-9157-ccaebdbe6744 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:38,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:38 GMT Server: Apache x-openstack-request-id: req-6c74867c-d167-449a-ad34-3409f24c2a9b 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "tags": null, "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:36:28Z", "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:38,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-6c74867c-d167-449a-ad34-3409f24c2a9b 2018-11-19 06:36:38,362 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:36:38,362 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:41,366 - create_stack - DEBUG - Stack status query timeout in 1186.84892607 2018-11-19 06:36:41,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:41,561 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:41 GMT Server: Apache x-openstack-request-id: req-d7af8c69-de9d-43b8-9673-2375d3670cd0 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:41,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:41 GMT Server: Apache x-openstack-request-id: req-0e4c9ab6-2bfe-474c-8968-92c227f58b34 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": "87f2ff24e7884b6f9547f07deba91618", "OS::stack_id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "image_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image", "inst_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-inst", "subnet_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-subnet", "flavor_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-flavor-name", "net_name": "CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-net"}, "deletion_time": "2018-11-19T06:36:39Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack", "stack_user_project_id": "cc1a835582ce4dfc91d5f7b49aae0505", "tags": null, "creation_time": "2018-11-19T06:36:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:36:28Z", "id": "dc6c54c5-8947-448a-a1e1-21ffed804888", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:41,603 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-0e4c9ab6-2bfe-474c-8968-92c227f58b34 2018-11-19 06:36:41,604 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:36:41,604 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack 2018-11-19 06:36:41,604 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack 2018-11-19 06:36:41,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/dc6c54c5-8947-448a-a1e1-21ffed804888 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4ffec0e21aab32018e9be7af3e5a314bbc8fb85" 2018-11-19 06:36:41,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:41 GMT Server: Apache x-openstack-request-id: req-ea74f493-904d-4f8e-8524-7b27c20bf099 Location: http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:41,662 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:36:41 GMT Server: Apache x-openstack-request-id: req-c1318d8a-0afc-4c66-9d82-d7399aeb1a1c Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:36:41,662 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/87f2ff24e7884b6f9547f07deba91618/stacks/CreateStackSuccessTests-CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-stack/dc6c54c5-8947-448a-a1e1-21ffed804888 used request id req-c1318d8a-0afc-4c66-9d82-d7399aeb1a1c 2018-11-19 06:36:41,663 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-1c5da9a2-8069-47e9-9e91-adc89eb28603-image 2018-11-19 06:36:41,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}daf1d520ea528e0815e7900a9f3aa39221cf8a70" 2018-11-19 06:36:43,457 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35640999-4f6d-4e7d-99e2-3f5aa4b4163a Date: Mon, 19 Nov 2018 06:36:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:36:43,457 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/232beeb6-316a-4f0f-b775-584a7c381753 used request id req-35640999-4f6d-4e7d-99e2-3f5aa4b4163a 2018-11-19 06:36:43,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/0b104b0a-cc1c-4a1d-988e-80737198f4ba -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ed41c0a7b7688b29717fdd9169400d9aa813470" 2018-11-19 06:36:43,493 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:36: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-61925954-4d93-4c73-babf-12c828418a3d x-compute-request-id: req-61925954-4d93-4c73-babf-12c828418a3d Content-Length: 0 Content-Type: application/json 2018-11-19 06:36:43,493 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/0b104b0a-cc1c-4a1d-988e-80737198f4ba used request id req-61925954-4d93-4c73-babf-12c828418a3d 2018-11-19 06:36:43,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:43,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-f5cdf5b5-f1a3-4d1e-84fb-27da22d2e0fb Date: Mon, 19 Nov 2018 06:36:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "created_at": "2018-11-19T06:36:07Z", "updated_at": "2018-11-19T06:36:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "revision_number": 0, "id": "1ddf1102-1864-4a8f-996e-dc1a05217db3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f2ff24e7884b6f9547f07deba91618"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "revision_number": 0, "id": "2b280939-9306-4863-9c67-8fde09961b21", "remote_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f2ff24e7884b6f9547f07deba91618"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "revision_number": 0, "id": "4a85618f-7ca2-4740-9a66-a5e242f24660", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "port_range_min": null, "ethertype": "IPv6", "project_id": "87f2ff24e7884b6f9547f07deba91618"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "revision_number": 0, "id": "e4fa632b-3035-4de7-a3b7-8847155f660c", "remote_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "port_range_min": null, "ethertype": "IPv4", "project_id": "87f2ff24e7884b6f9547f07deba91618"}], "revision_number": 4, "project_id": "87f2ff24e7884b6f9547f07deba91618", "id": "9ced9622-c7a4-43d1-9478-792526906bec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:36:43,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-f5cdf5b5-f1a3-4d1e-84fb-27da22d2e0fb 2018-11-19 06:36:43,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:43,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd503bde-ba33-4a09-84c4-5cfa55fdc6ad Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:36:43,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-bd503bde-ba33-4a09-84c4-5cfa55fdc6ad 2018-11-19 06:36:43,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:44,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d31e76ef-9a19-4f3c-bc36-8cae92a7f836 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:36:44,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-d31e76ef-9a19-4f3c-bc36-8cae92a7f836 2018-11-19 06:36:44,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:44,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0b8b9ed-720d-453b-b047-02ff4235aff1 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618"}, "enabled": true, "id": "87f2ff24e7884b6f9547f07deba91618", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-553abcb7-940d-444-proj"}} 2018-11-19 06:36:44,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618 used request id req-e0b8b9ed-720d-453b-b047-02ff4235aff1 2018-11-19 06:36:44,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ced9622-c7a4-43d1-9478-792526906bec 2018-11-19 06:36:44,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ced9622-c7a4-43d1-9478-792526906bec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:44,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-073548ff-f04b-4d41-b60e-b70165af01f9 Date: Mon, 19 Nov 2018 06:36:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "port_range_min": null, "revision_number": 0, "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "created_at": "2018-11-19T06:36:07Z", "project_id": "87f2ff24e7884b6f9547f07deba91618", "id": "1ddf1102-1864-4a8f-996e-dc1a05217db3"}, {"remote_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "port_range_min": null, "revision_number": 0, "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "created_at": "2018-11-19T06:36:07Z", "project_id": "87f2ff24e7884b6f9547f07deba91618", "id": "2b280939-9306-4863-9c67-8fde09961b21"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "port_range_min": null, "revision_number": 0, "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "created_at": "2018-11-19T06:36:07Z", "project_id": "87f2ff24e7884b6f9547f07deba91618", "id": "4a85618f-7ca2-4740-9a66-a5e242f24660"}, {"remote_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:07Z", "security_group_id": "9ced9622-c7a4-43d1-9478-792526906bec", "port_range_min": null, "revision_number": 0, "tenant_id": "87f2ff24e7884b6f9547f07deba91618", "created_at": "2018-11-19T06:36:07Z", "project_id": "87f2ff24e7884b6f9547f07deba91618", "id": "e4fa632b-3035-4de7-a3b7-8847155f660c"}]} 2018-11-19 06:36:44,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ced9622-c7a4-43d1-9478-792526906bec used request id req-073548ff-f04b-4d41-b60e-b70165af01f9 2018-11-19 06:36:44,286 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:36:44,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9ced9622-c7a4-43d1-9478-792526906bec -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:44,649 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9ffe1fb5-b965-42b7-bb65-a145f4a8543e Content-Length: 0 Date: Mon, 19 Nov 2018 06:36:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:36:44,649 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9ced9622-c7a4-43d1-9478-792526906bec used request id req-9ffe1fb5-b965-42b7-bb65-a145f4a8543e 2018-11-19 06:36:44,650 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-553abcb7-940d-444-proj 2018-11-19 06:36:44,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:44,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0f68ce9-979e-4ed9-9ed9-d425817e25de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:44,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/87f2ff24e7884b6f9547f07deba91618 used request id req-e0f68ce9-979e-4ed9-9ed9-d425817e25de 2018-11-19 06:36:44,873 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-553abcb7-940d-444-proj-role 2018-11-19 06:36:44,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/1dd26055b0544b72a4dc1fc14b1b481a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:45,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b195a04f-c7dd-4d1f-972a-a9b904a81c03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:45,073 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/1dd26055b0544b72a4dc1fc14b1b481a used request id req-b195a04f-c7dd-4d1f-972a-a9b904a81c03 2018-11-19 06:36:45,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}35874309e9278c2d4d71996fd49ed6e3514d50a2" 2018-11-19 06:36:45,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2594757c-0378-433a-92d5-c76005bebca3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:36:45,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2594757c-0378-433a-92d5-c76005bebca3 2018-11-19 06:36:45,172 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-553abcb7-940d-444-user 2018-11-19 06:36:45,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/df27f7965b7d4c8aa179438356e4f22a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}122703a5051fb7fa9579c0a1e349762fb8c462fb" 2018-11-19 06:36:45,390 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-359853d8-b068-4023-9784-6a3582ce51d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:45,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/df27f7965b7d4c8aa179438356e4f22a used request id req-359853d8-b068-4023-9784-6a3582ce51d7 2018-11-19 06:36:45,392 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:45,777 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["bd1ITSsHSNSeD1MG8HoEtg"], "issued_at": "2018-11-19T06:36:45.000000Z"}} 2018-11-19 06:36:45,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82f87acab53bc8315b6e0ae8275f7335c61ebe9b" 2018-11-19 06:36:45,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47b5d3e1-c071-45a3-a1cc-5434e216e40a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:45,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-47b5d3e1-c071-45a3-a1cc-5434e216e40a 2018-11-19 06:36:45,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:45,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:46,248 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["HldBCWUEQ8i1ZRRFJb869w"], "issued_at": "2018-11-19T06:36:46.000000Z"}} 2018-11-19 06:36:46,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:36:46,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-028b90ae-21f5-4c3f-ad8b-79f55a3a0f4d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:46,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-028b90ae-21f5-4c3f-ad8b-79f55a3a0f4d 2018-11-19 06:36:46,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:36:46,342 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:36:46,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-62934abe-b751-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:36:46,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c31149ee-43b6-4f7a-986a-b6ea2d6cf307 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-62934abe-b751-4ab-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:36:46,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSuccessTests-62934abe-b751-4ab-proj used request id req-c31149ee-43b6-4f7a-986a-b6ea2d6cf307 2018-11-19 06:36:46,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:36:46,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9942ee3a-0c63-42b1-a9d8-83a2764967bc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:36:46,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-9942ee3a-0c63-42b1-a9d8-83a2764967bc 2018-11-19 06:36:46,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}}' 2018-11-19 06:36:46,685 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:36:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86c39693-9a57-46b7-b225-fd136c94614a Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:36:46,685 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-86c39693-9a57-46b7-b225-fd136c94614a 2018-11-19 06:36:46,685 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-62934abe-b751-4ab-proj 2018-11-19 06:36:46,685 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:46,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:47,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Pdnxa5d0SFacZcfiniZ8yg"], "issued_at": "2018-11-19T06:36:47.000000Z"}} 2018-11-19 06:36:47,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:47,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5800ba9-8e91-4139-b956-5fa10e36be12 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:47,143 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c5800ba9-8e91-4139-b956-5fa10e36be12 2018-11-19 06:36:47,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:36:47,153 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:36:47,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:47,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6326e3-653a-4ecc-8871-773145f16047 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:36:47,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-ae6326e3-653a-4ecc-8871-773145f16047 2018-11-19 06:36:47,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-62934abe-b751-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:47,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b1e091-6494-4353-a130-34d66699a144 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-62934abe-b751-4ab-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}]} 2018-11-19 06:36:47,347 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-62934abe-b751-4ab-proj used request id req-b1b1e091-6494-4353-a130-34d66699a144 2018-11-19 06:36:47,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:47,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2d6814d-512f-45fb-8622-8bbb8cf29a2e Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:36:47,453 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b2d6814d-512f-45fb-8622-8bbb8cf29a2e 2018-11-19 06:36:47,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:47,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb8e5d3-ad7a-424d-911a-ef4e677d8248 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:36:47,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eeb8e5d3-ad7a-424d-911a-ef4e677d8248 2018-11-19 06:36:47,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-62934abe-b751-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:48,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75686982-07ea-42a1-87cf-85960c5b903d Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-62934abe-b751-4ab-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}]} 2018-11-19 06:36:48,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSuccessTests-62934abe-b751-4ab-proj used request id req-75686982-07ea-42a1-87cf-85960c5b903d 2018-11-19 06:36:48,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/0adb4226255a425f9cd71ad513eeca0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:48,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c468b30-da34-479e-be96-ce637557030b Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSuccessTests-62934abe-b751-4ab-user", "links": {"self": "http://172.30.9.21:5000/v3/users/0adb4226255a425f9cd71ad513eeca0b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "id": "0adb4226255a425f9cd71ad513eeca0b", "password_expires_at": null}} 2018-11-19 06:36:48,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0adb4226255a425f9cd71ad513eeca0b used request id req-0c468b30-da34-479e-be96-ce637557030b 2018-11-19 06:36:48,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860/users/0adb4226255a425f9cd71ad513eeca0b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:48,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a84c34e7-a2cb-4681-8715-b9f392389514 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860/users/0adb4226255a425f9cd71ad513eeca0b/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:36:48,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860/users/0adb4226255a425f9cd71ad513eeca0b/roles used request id req-a84c34e7-a2cb-4681-8715-b9f392389514 2018-11-19 06:36:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:48,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f43c0bb-1e44-42a6-86fb-2566a5abe14b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:36:48,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-0f43c0bb-1e44-42a6-86fb-2566a5abe14b 2018-11-19 06:36:48,333 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-62934abe-b751-4ab-proj 2018-11-19 06:36:48,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860/users/0adb4226255a425f9cd71ad513eeca0b/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:36:48,387 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5fa6773-2279-40d7-bb8a-54ff57ac0d6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:48,387 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860/users/0adb4226255a425f9cd71ad513eeca0b/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-b5fa6773-2279-40d7-bb8a-54ff57ac0d6d 2018-11-19 06:36:48,387 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-62934abe-b751-4ab-user 2018-11-19 06:36:48,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:48,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:36:48,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31cb794f-3e4f-4ed8-81ad-c8c67b8d0ec6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:36:48,479 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-31cb794f-3e4f-4ed8-81ad-c8c67b8d0ec6 2018-11-19 06:36:48,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" -d '{"role": {"name": "CreateStackSuccessTests-62934abe-b751-4ab-proj-role"}}' 2018-11-19 06:36:48,594 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c6e49c59-d9e2-4238-96de-d555f8e5b3bd Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ab7d12e0a93b4b9bbbff0c1960d56553", "links": {"self": "http://172.30.9.21:5000/v3/roles/ab7d12e0a93b4b9bbbff0c1960d56553"}, "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj-role"}} 2018-11-19 06:36:48,595 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c6e49c59-d9e2-4238-96de-d555f8e5b3bd 2018-11-19 06:36:48,595 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-62934abe-b751-4ab-proj-role 2018-11-19 06:36:48,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ab7d12e0a93b4b9bbbff0c1960d56553 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:36:48,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-135a1609-c088-4f87-a465-f4f78f899490 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ab7d12e0a93b4b9bbbff0c1960d56553"}, "domain_id": null, "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj-role", "id": "ab7d12e0a93b4b9bbbff0c1960d56553"}} 2018-11-19 06:36:48,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ab7d12e0a93b4b9bbbff0c1960d56553 used request id req-135a1609-c088-4f87-a465-f4f78f899490 2018-11-19 06:36:48,680 - keystone_utils - INFO - Granting role CreateStackSuccessTests-62934abe-b751-4ab-proj-role to project CreateStackSuccessTests-62934abe-b751-4ab-proj 2018-11-19 06:36:48,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860/users/0adb4226255a425f9cd71ad513eeca0b/roles/ab7d12e0a93b4b9bbbff0c1960d56553 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:36:48,812 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:36:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-967a2137-fe2f-46ff-a560-7f7a30182f2c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:36:48,813 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860/users/0adb4226255a425f9cd71ad513eeca0b/roles/ab7d12e0a93b4b9bbbff0c1960d56553 used request id req-967a2137-fe2f-46ff-a560-7f7a30182f2c 2018-11-19 06:36:48,813 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:36:48,813 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:36:48,813 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:48,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:49,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab7d12e0a93b4b9bbbff0c1960d56553", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-62934abe-b751-4ab-user", "id": "0adb4226255a425f9cd71ad513eeca0b"}, "audit_ids": ["kBzJ4LVsT7SAV2t_vvK47g"], "issued_at": "2018-11-19T06:36:49.000000Z"}} 2018-11-19 06:36:49,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" 2018-11-19 06:36:49,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f4c06fc-96f5-4b4c-b3d5-7847cbff6421 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:49,273 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7f4c06fc-96f5-4b4c-b3d5-7847cbff6421 2018-11-19 06:36:49,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" 2018-11-19 06:36:49,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 168 Content-Type: application/json X-Openstack-Request-Id: req-3c85d5b0-d91c-4313-89d4-babdfee34fcf Date: Mon, 19 Nov 2018 06:36:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image"} 2018-11-19 06:36:49,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image used request id req-3c85d5b0-d91c-4313-89d4-babdfee34fcf 2018-11-19 06:36:49,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" 2018-11-19 06:36:49,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-03e4647c-5e8d-401f-a091-c2c3da1335a2 Date: Mon, 19 Nov 2018 06:36:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:36:49,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-03e4647c-5e8d-401f-a091-c2c3da1335a2 2018-11-19 06:36:49,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image"}' 2018-11-19 06:36:49,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 627 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2 X-Openstack-Request-Id: req-980e4585-e7cb-454d-bf43-875b387552fe Date: Mon, 19 Nov 2018 06:36:49 GMT RESP BODY: {"status": "queued", "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:36:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:36:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "min_disk": 0, "protected": false, "id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "file": "/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/file", "checksum": null, "owner": "16a8c3a2d8bd486fb61e859c1a0a4860", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:36:49,854 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-980e4585-e7cb-454d-bf43-875b387552fe 2018-11-19 06:36:49,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" -d '' 2018-11-19 06:36:51,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09309cf0-8abc-4e6e-8b46-7952da8bf733 Date: Mon, 19 Nov 2018 06:36:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:36:51,107 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/file used request id req-09309cf0-8abc-4e6e-8b46-7952da8bf733 2018-11-19 06:36:51,108 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:36:51,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" 2018-11-19 06:36:51,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-ed6c32cb-acb5-429f-87c0-9e0241424d17 Date: Mon, 19 Nov 2018 06:36:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:36:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:36:51Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/snap", "metadata": {}}], "self": "/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "min_disk": 0, "protected": false, "id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "file": "/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "16a8c3a2d8bd486fb61e859c1a0a4860", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:36:51,269 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2 used request id req-ed6c32cb-acb5-429f-87c0-9e0241424d17 2018-11-19 06:36:51,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" 2018-11-19 06:36:51,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3c176955-a450-46bc-8a41-606718100cba Date: Mon, 19 Nov 2018 06:36:51 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:36:51,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3c176955-a450-46bc-8a41-606718100cba 2018-11-19 06:36:51,445 - create_image - INFO - Created image with name - CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image 2018-11-19 06:36:51,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" 2018-11-19 06:36:51,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 888 Content-Type: application/json X-Openstack-Request-Id: req-7ebe75fb-b6a0-4e12-9975-f7bab8e2af31 Date: Mon, 19 Nov 2018 06:36:51 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:36:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:36:51Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/snap", "metadata": {}}], "self": "/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "min_disk": 0, "protected": false, "id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "file": "/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "16a8c3a2d8bd486fb61e859c1a0a4860", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:36:51,609 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2 used request id req-7ebe75fb-b6a0-4e12-9975-f7bab8e2af31 2018-11-19 06:36:51,609 - create_image - DEBUG - Instance status is - active 2018-11-19 06:36:51,610 - create_image - DEBUG - Image is active with name - CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image 2018-11-19 06:36:51,610 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image 2018-11-19 06:36:51,610 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:51,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:51,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["ZLtTvqiTQ0y-xpg4H4yJ3A"], "issued_at": "2018-11-19T06:36:51.000000Z"}} 2018-11-19 06:36:51,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1892f4b4a00024105aad1d39e1063ff9220a361a" 2018-11-19 06:36:52,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a268265-7a53-4a5f-8f9c-5debdfa09a96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:52,088 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4a268265-7a53-4a5f-8f9c-5debdfa09a96 2018-11-19 06:36:52,090 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:36:52,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1892f4b4a00024105aad1d39e1063ff9220a361a" 2018-11-19 06:36:52,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36: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-6e6e29c0-e77c-4a4b-b23c-8d1c47a8837c x-compute-request-id: req-6e6e29c0-e77c-4a4b-b23c-8d1c47a8837c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:36:52,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6e6e29c0-e77c-4a4b-b23c-8d1c47a8837c 2018-11-19 06:36:52,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1892f4b4a00024105aad1d39e1063ff9220a361a" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:36:52,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36: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-76f8bec2-334c-4186-b808-7c92e0ecf58f x-compute-request-id: req-76f8bec2-334c-4186-b808-7c92e0ecf58f Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:36:52,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-76f8bec2-334c-4186-b808-7c92e0ecf58f 2018-11-19 06:36:52,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:36:52,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:36:52,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab7d12e0a93b4b9bbbff0c1960d56553", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:36:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-62934abe-b751-4ab-user", "id": "0adb4226255a425f9cd71ad513eeca0b"}, "audit_ids": ["ZfAP1hNjS36Do9PPVUF78Q"], "issued_at": "2018-11-19T06:36:52.000000Z"}} 2018-11-19 06:36:52,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:36:52,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e26b6df-d890-4168-ae9f-cf30cee52488 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:36:52,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e26b6df-d890-4168-ae9f-cf30cee52488 2018-11-19 06:36:52,880 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:36:52,882 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:36:52,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:36:53,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:52 GMT Server: Apache x-openstack-request-id: req-9ecf7b3b-772b-4425-8717-4a3851db20cb Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:36:53,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks?stack_name=CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack used request id req-9ecf7b3b-772b-4425-8717-4a3851db20cb 2018-11-19 06:36:53,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" -d '{"stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-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-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}}' 2018-11-19 06:36:55,516 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:36:53 GMT Server: Apache x-openstack-request-id: req-b10d2417-f5e8-4a33-b176-0ec623951c3a Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}]}} 2018-11-19 06:36:55,516 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks used request id req-b10d2417-f5e8-4a33-b176-0ec623951c3a 2018-11-19 06:36:55,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:36:55,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:55 GMT Server: Apache x-openstack-request-id: req-ecc8b91a-9d98-4f39-8508-51bca3e9de98 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:55,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:55 GMT Server: Apache x-openstack-request-id: req-49eaedb5-a6d9-4e9c-a316-e2be1f76080d 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:55,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-49eaedb5-a6d9-4e9c-a316-e2be1f76080d 2018-11-19 06:36:55,989 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack 2018-11-19 06:36:55,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:36:56,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:55 GMT Server: Apache x-openstack-request-id: req-5a78a600-2278-40d2-98bd-b62d41380369 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:56,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:56 GMT Server: Apache x-openstack-request-id: req-2a06c666-b1e4-44e1-97f4-197988f74af2 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:56,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-2a06c666-b1e4-44e1-97f4-197988f74af2 2018-11-19 06:36:56,362 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:36:56,362 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:36:59,364 - create_stack - DEBUG - Stack status query timeout in 1196.62523794 2018-11-19 06:36:59,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:36:59,394 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:36:59 GMT Server: Apache x-openstack-request-id: req-f2115796-ede3-4aea-9e00-fd57cfc84767 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:36:59,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:36:59 GMT Server: Apache x-openstack-request-id: req-3670ced5-d498-4c04-8a10-73796576be7a 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:36:59,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-3670ced5-d498-4c04-8a10-73796576be7a 2018-11-19 06:36:59,572 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:36:59,572 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:02,575 - create_stack - DEBUG - Stack status query timeout in 1193.41404486 2018-11-19 06:37:02,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:02,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:02 GMT Server: Apache x-openstack-request-id: req-46fec1bc-343d-4e9f-8b9e-13bfc52137c3 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:02,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:02 GMT Server: Apache x-openstack-request-id: req-a9dac9e9-1659-464e-9ff0-0de02a2aeb85 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:02,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-a9dac9e9-1659-464e-9ff0-0de02a2aeb85 2018-11-19 06:37:02,919 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:37:02,919 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:05,922 - create_stack - DEBUG - Stack status query timeout in 1190.0670948 2018-11-19 06:37:05,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:06,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:05 GMT Server: Apache x-openstack-request-id: req-b25cf84d-146c-4298-a86a-6af33462f71b Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:06,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:06 GMT Server: Apache x-openstack-request-id: req-8d3294fa-cfff-43ab-bc01-22c9bbf79bc2 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:06,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-8d3294fa-cfff-43ab-bc01-22c9bbf79bc2 2018-11-19 06:37:06,275 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:37:06,275 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:09,278 - create_stack - DEBUG - Stack status query timeout in 1186.71138883 2018-11-19 06:37:09,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:09,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:09 GMT Server: Apache x-openstack-request-id: req-2f25a6ef-86e9-4946-8eb9-92469deb48bd Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:09,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:09 GMT Server: Apache x-openstack-request-id: req-7e985729-79bb-4fdd-8edd-6b2d359611cb 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:09,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-7e985729-79bb-4fdd-8edd-6b2d359611cb 2018-11-19 06:37:09,749 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:37:09,749 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:12,753 - create_stack - DEBUG - Stack status query timeout in 1183.23664093 2018-11-19 06:37:12,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:12,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:12 GMT Server: Apache x-openstack-request-id: req-09453207-edcd-4ce5-96e5-b69df796d7a9 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:12,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:12 GMT Server: Apache x-openstack-request-id: req-3784db79-a683-4a73-9673-942b93c9ccb9 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:12,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-3784db79-a683-4a73-9673-942b93c9ccb9 2018-11-19 06:37:12,827 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:37:12,827 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack 2018-11-19 06:37:12,827 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack 2018-11-19 06:37:12,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:12,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:12 GMT Server: Apache x-openstack-request-id: req-25bf0aab-6b0a-4761-b29c-7cc114178de0 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:13,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:12 GMT Server: Apache x-openstack-request-id: req-81ffe1ba-061d-4c03-8860-f27db770e9d8 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.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "30df5291-aa51-4251-8108-3b8f102ba4e6", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "19d4e39f-6002-416e-b939-3ec0d398a016", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "60bc81d2-1669-42ca-8cd2-0ed00d164475", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "resource_type": "OS::Nova::Server"}]} 2018-11-19 06:37:13,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources used request id req-81ffe1ba-061d-4c03-8860-f27db770e9d8 2018-11-19 06:37:13,065 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:13,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7847bd7-6ffd-4c67-9253-120b971b417e x-compute-request-id: req-f7847bd7-6ffd-4c67-9253-120b971b417e Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:37:13,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 used request id req-f7847bd7-6ffd-4c67-9253-120b971b417e 2018-11-19 06:37:13,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4d5459c9-5210-4513-9472-72d964f4f230 Date: Mon, 19 Nov 2018 06:37:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:14,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-4d5459c9-5210-4513-9472-72d964f4f230 2018-11-19 06:37:14,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:37:14,013 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:37:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:37:14,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d007737-aae2-456d-af4b-b30a4d9e149a Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:14,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-0d007737-aae2-456d-af4b-b30a4d9e149a 2018-11-19 06:37:14,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-38761226-5f7d-447c-b364-73bdc4db17dc Date: Mon, 19 Nov 2018 06:37:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:14,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-38761226-5f7d-447c-b364-73bdc4db17dc 2018-11-19 06:37:14,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-b25404f8-7618-4a82-9bb6-c8e23aa62a3d Date: Mon, 19 Nov 2018 06:37:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:14,388 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-b25404f8-7618-4a82-9bb6-c8e23aa62a3d 2018-11-19 06:37:14,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:14 GMT Server: Apache x-openstack-request-id: req-d3dabc09-357d-4c8f-85e2-2cf2647dcf73 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:14,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:14 GMT Server: Apache x-openstack-request-id: req-70d16f3c-5c9a-4d8d-a63c-385106c7f759 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.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "30df5291-aa51-4251-8108-3b8f102ba4e6", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "19d4e39f-6002-416e-b939-3ec0d398a016", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "60bc81d2-1669-42ca-8cd2-0ed00d164475", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-19T06:36:55Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:36:55Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "resource_type": "OS::Nova::Server"}]} 2018-11-19 06:37:14,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674/resources used request id req-70d16f3c-5c9a-4d8d-a63c-385106c7f759 2018-11-19 06:37:14,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b0abd2e-a01b-41fb-8a91-9408824b8f6c x-compute-request-id: req-3b0abd2e-a01b-41fb-8a91-9408824b8f6c Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:37:14,625 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1 used request id req-3b0abd2e-a01b-41fb-8a91-9408824b8f6c 2018-11-19 06:37:14,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/19d4e39f-6002-416e-b939-3ec0d398a016 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-350b93b1-68ea-4e00-ac44-4be52b309109 Date: Mon, 19 Nov 2018 06:37:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}} 2018-11-19 06:37:14,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/19d4e39f-6002-416e-b939-3ec0d398a016 used request id req-350b93b1-68ea-4e00-ac44-4be52b309109 2018-11-19 06:37:14,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4093a0cd-3338-40ee-8403-45bcb9db75b6 Date: Mon, 19 Nov 2018 06:37:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:14,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-4093a0cd-3338-40ee-8403-45bcb9db75b6 2018-11-19 06:37:14,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:14,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a1a6126f-0247-4773-9a81-df0002ae6296 Date: Mon, 19 Nov 2018 06:37:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:14,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-a1a6126f-0247-4773-9a81-df0002ae6296 2018-11-19 06:37:14,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:15,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-684a4dc3-8171-497b-bc10-a9c12e5b9761 Date: Mon, 19 Nov 2018 06:37: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":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:15,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-684a4dc3-8171-497b-bc10-a9c12e5b9761 2018-11-19 06:37:15,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:15,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e838eeb-d9ad-4b9c-b0f5-23fedd4fd300 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:15,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-0e838eeb-d9ad-4b9c-b0f5-23fedd4fd300 2018-11-19 06:37:15,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:15,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-db180ae2-0132-4fa3-92cb-0cc0865f3ec0 Date: Mon, 19 Nov 2018 06:37:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:15,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-db180ae2-0132-4fa3-92cb-0cc0865f3ec0 2018-11-19 06:37:15,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475&mac_address=fa%3A16%3A3e%3Ad4%3A58%3A08&name=CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:15,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-1a11b9fc-017c-46aa-b7a0-50a81cdc71b8 Date: Mon, 19 Nov 2018 06:37:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"}]} 2018-11-19 06:37:15,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475&mac_address=fa%3A16%3A3e%3Ad4%3A58%3A08&name=CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh&admin_state_up=True used request id req-1a11b9fc-017c-46aa-b7a0-50a81cdc71b8 2018-11-19 06:37:15,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:15,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175e1ad9-716c-47eb-b608-5c5a51b1890a Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:15,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-175e1ad9-716c-47eb-b608-5c5a51b1890a 2018-11-19 06:37:15,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:16,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-ee8f68db-92b4-406d-b89a-aebca15539c8 Date: Mon, 19 Nov 2018 06:37:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:16,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-ee8f68db-92b4-406d-b89a-aebca15539c8 2018-11-19 06:37:16,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:16,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-6dd7ec84-9fa3-4c75-9107-db9798d54832 Date: Mon, 19 Nov 2018 06:37:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:16,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-6dd7ec84-9fa3-4c75-9107-db9798d54832 2018-11-19 06:37:16,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:16,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-fdeeb50b-52bd-4fda-908b-254be1ea9e1d Date: Mon, 19 Nov 2018 06:37:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:16,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-fdeeb50b-52bd-4fda-908b-254be1ea9e1d 2018-11-19 06:37:16,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:16,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a2ea7a0f-55c4-4004-9ee6-28d77ae39557 Date: Mon, 19 Nov 2018 06:37:16 GMT RESP BODY: {"floatingips": []} 2018-11-19 06:37:16,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-a2ea7a0f-55c4-4004-9ee6-28d77ae39557 2018-11-19 06:37:16,598 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:37:16,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:37:16,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab7d12e0a93b4b9bbbff0c1960d56553", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:37:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-62934abe-b751-4ab-user", "id": "0adb4226255a425f9cd71ad513eeca0b"}, "audit_ids": ["igOVEXKpR-OyRXcy4zryAg"], "issued_at": "2018-11-19T06:37:16.000000Z"}} 2018-11-19 06:37:16,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:17,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10bb47dc-9451-4384-b354-30c94fbcd925 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:17,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-10bb47dc-9451-4384-b354-30c94fbcd925 2018-11-19 06:37:17,052 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:37:17,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:17,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42878020-56b0-4952-b989-cd303f4c142c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:17,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-42878020-56b0-4952-b989-cd303f4c142c 2018-11-19 06:37:17,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:17,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-4d43b205-a64f-452a-a2d5-d1934ee37497 Date: Mon, 19 Nov 2018 06:37:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:17,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-4d43b205-a64f-452a-a2d5-d1934ee37497 2018-11-19 06:37:17,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:37:17,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:37:17,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:17,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf86885d-62bd-4e3c-af72-9613fe4eb959 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:17,487 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-bf86885d-62bd-4e3c-af72-9613fe4eb959 2018-11-19 06:37:17,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:17,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-a65b1bfe-ddd1-4363-8036-7eef8a0bc440 Date: Mon, 19 Nov 2018 06:37:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:17,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-a65b1bfe-ddd1-4363-8036-7eef8a0bc440 2018-11-19 06:37:17,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475&mac_address=fa%3A16%3A3e%3Ad4%3A58%3A08&name=CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:17,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 882 X-Openstack-Request-Id: req-e1f244c3-627c-4da1-88c8-0ddfd959bd6e Date: Mon, 19 Nov 2018 06:37:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"}]} 2018-11-19 06:37:17,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475&mac_address=fa%3A16%3A3e%3Ad4%3A58%3A08&name=CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh&admin_state_up=True used request id req-e1f244c3-627c-4da1-88c8-0ddfd959bd6e 2018-11-19 06:37:17,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:17,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-155be2a3-4554-4dab-93c1-6a67bdaaeb23 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:17,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-155be2a3-4554-4dab-93c1-6a67bdaaeb23 2018-11-19 06:37:17,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:18,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e68990c4-92f6-4948-96e4-5f4784f83e9a x-compute-request-id: req-e68990c4-92f6-4948-96e4-5f4784f83e9a Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:37:18,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst used request id req-e68990c4-92f6-4948-96e4-5f4784f83e9a 2018-11-19 06:37:18,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:19,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-f8d6086b-f47e-49c4-89a4-03ad4daaa2a4 Date: Mon, 19 Nov 2018 06:37:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:19,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-f8d6086b-f47e-49c4-89a4-03ad4daaa2a4 2018-11-19 06:37:19,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:19,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-ece24c9a-c201-4b48-99fd-9885f1adb9ce Date: Mon, 19 Nov 2018 06:37:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:19,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-ece24c9a-c201-4b48-99fd-9885f1adb9ce 2018-11-19 06:37:19,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:19,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-69f97ae3-079d-4163-ac99-a9051fa5ae93 Date: Mon, 19 Nov 2018 06:37:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:19,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-69f97ae3-079d-4163-ac99-a9051fa5ae93 2018-11-19 06:37:19,335 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst 2018-11-19 06:37:19,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:19,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8374d745-6e65-44d6-99f1-2f56901eea89 Date: Mon, 19 Nov 2018 06:37:19 GMT RESP BODY: {"floatingips": []} 2018-11-19 06:37:19,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-8374d745-6e65-44d6-99f1-2f56901eea89 2018-11-19 06:37:19,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:19,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c3dbb54-24b1-4d39-a9b2-53dbe02cba38 x-compute-request-id: req-0c3dbb54-24b1-4d39-a9b2-53dbe02cba38 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:37:19,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 used request id req-0c3dbb54-24b1-4d39-a9b2-53dbe02cba38 2018-11-19 06:37:19,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:20,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-b06b5e2c-ffcc-4ffb-9a32-e2bdca9222e4 Date: Mon, 19 Nov 2018 06:37:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:20,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-b06b5e2c-ffcc-4ffb-9a32-e2bdca9222e4 2018-11-19 06:37:20,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:20,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d755137-2a37-495f-ba27-b32b9871b219 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:20,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-1d755137-2a37-495f-ba27-b32b9871b219 2018-11-19 06:37:20,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:20,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-c6d65d2d-2de3-4646-84ee-9e3bd914d99a Date: Mon, 19 Nov 2018 06:37:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:20,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-c6d65d2d-2de3-4646-84ee-9e3bd914d99a 2018-11-19 06:37:20,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:20,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-7713cb80-8464-4a0b-961e-88abfde2d2e6 Date: Mon, 19 Nov 2018 06:37:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:20,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-7713cb80-8464-4a0b-961e-88abfde2d2e6 2018-11-19 06:37:20,705 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:37:20,707 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:37:21,089 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ab7d12e0a93b4b9bbbff0c1960d56553", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:37:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/16a8c3a2d8bd486fb61e859c1a0a4860", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSuccessTests-62934abe-b751-4ab-user", "id": "0adb4226255a425f9cd71ad513eeca0b"}, "audit_ids": ["5BDZZAlcRJaWnOa2j6SpeQ"], "issued_at": "2018-11-19T06:37:21.000000Z"}} 2018-11-19 06:37:21,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:21,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcafab95-3a3e-4626-8b7c-a9f5d514fa31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:21,170 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-dcafab95-3a3e-4626-8b7c-a9f5d514fa31 2018-11-19 06:37:21,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:21,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5d7f9d9-ed27-4166-bc9b-005b20ffd5d8 x-compute-request-id: req-d5d7f9d9-ed27-4166-bc9b-005b20ffd5d8 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:37:21,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 used request id req-d5d7f9d9-ed27-4166-bc9b-005b20ffd5d8 2018-11-19 06:37:21,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:22,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6cd17ca3-50b1-460e-8c4e-811860d182cf Date: Mon, 19 Nov 2018 06:37:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:22,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-6cd17ca3-50b1-460e-8c4e-811860d182cf 2018-11-19 06:37:22,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:22,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-455d364c-6f1d-48a0-aa57-1379ade13388 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:22,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-455d364c-6f1d-48a0-aa57-1379ade13388 2018-11-19 06:37:22,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:22,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-07e7a0c7-1b81-4be3-96d2-eeb5e13f399e Date: Mon, 19 Nov 2018 06:37:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:22,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-07e7a0c7-1b81-4be3-96d2-eeb5e13f399e 2018-11-19 06:37:22,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:22,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-a23fe1b5-a53c-4714-9aa8-a81f63d891cc Date: Mon, 19 Nov 2018 06:37:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:22,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-a23fe1b5-a53c-4714-9aa8-a81f63d891cc 2018-11-19 06:37:22,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:23,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37: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-025b8493-e4ba-463b-93ae-e2e24f9cf70b x-compute-request-id: req-025b8493-e4ba-463b-93ae-e2e24f9cf70b Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:37:23,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst used request id req-025b8493-e4ba-463b-93ae-e2e24f9cf70b 2018-11-19 06:37:23,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:23,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-29fbc5e1-372a-487a-a364-8ee9ba2e00df Date: Mon, 19 Nov 2018 06:37:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:23,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-29fbc5e1-372a-487a-a364-8ee9ba2e00df 2018-11-19 06:37:23,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:24,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-b24532b3-964f-406e-bdd3-b7ef8ce827f0 Date: Mon, 19 Nov 2018 06:37:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:24,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-b24532b3-964f-406e-bdd3-b7ef8ce827f0 2018-11-19 06:37:24,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:24,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-1940622d-010a-465b-98b5-9be49682aa7c Date: Mon, 19 Nov 2018 06:37:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:24,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-1940622d-010a-465b-98b5-9be49682aa7c 2018-11-19 06:37:24,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:24,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ec369d2-7f6c-406c-befc-5a0c122bada5 x-compute-request-id: req-5ec369d2-7f6c-406c-befc-5a0c122bada5 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:37:24,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 used request id req-5ec369d2-7f6c-406c-befc-5a0c122bada5 2018-11-19 06:37:24,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:25,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-96be6178-7b37-4c6a-b39b-5ec6b2c3e995 Date: Mon, 19 Nov 2018 06:37:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:25,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-96be6178-7b37-4c6a-b39b-5ec6b2c3e995 2018-11-19 06:37:25,117 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:25,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87a155c-bc60-4079-a345-eb6644f2d9bf Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:25,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-d87a155c-bc60-4079-a345-eb6644f2d9bf 2018-11-19 06:37:25,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:25,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-96684833-2dcd-41ff-9494-78a020519d7b Date: Mon, 19 Nov 2018 06:37:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:25,426 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-96684833-2dcd-41ff-9494-78a020519d7b 2018-11-19 06:37:25,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:25,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-7f97e30e-4275-4946-8c59-00af7ed37aab Date: Mon, 19 Nov 2018 06:37:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:25,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-7f97e30e-4275-4946-8c59-00af7ed37aab 2018-11-19 06:37:25,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:25,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41730098-0124-4601-bda8-ca6305688ee4 x-compute-request-id: req-41730098-0124-4601-bda8-ca6305688ee4 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:37:25,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 used request id req-41730098-0124-4601-bda8-ca6305688ee4 2018-11-19 06:37:25,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:25,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-5fab488a-ba17-4283-a512-5f88ff066e5c Date: Mon, 19 Nov 2018 06:37:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:25,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-5fab488a-ba17-4283-a512-5f88ff066e5c 2018-11-19 06:37:25,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:26,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d0a559-85ea-4724-bc4f-54a73c3bc15b Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:26,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-e8d0a559-85ea-4724-bc4f-54a73c3bc15b 2018-11-19 06:37:26,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:26,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-fed3194a-5045-4626-a549-b2186c92d8e1 Date: Mon, 19 Nov 2018 06:37:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:26,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-fed3194a-5045-4626-a549-b2186c92d8e1 2018-11-19 06:37:26,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7dd8ab3cd78c7c545c0f361554d49baac1a08d8f" 2018-11-19 06:37:26,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-e25747fc-2ef7-4c0c-b928-ab1f0e41954c Date: Mon, 19 Nov 2018 06:37:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:26,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-e25747fc-2ef7-4c0c-b928-ab1f0e41954c 2018-11-19 06:37:26,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:27,127 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a076b530-415c-46b5-a242-c465f3a0eeec x-compute-request-id: req-a076b530-415c-46b5-a242-c465f3a0eeec Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:58:08", "version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866", "rel": "bookmark"}], "image": {"id": "ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "links": [{"href": "http://172.30.9.21:8774/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:37:08.000000", "flavor": {"id": "32e033fd-a9c0-4494-afb8-3b4c110f34f1", "links": [{"href": "http://172.30.9.21:8774/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1", "rel": "bookmark"}]}, "id": "ddb589f7-cc7f-4988-96f6-a5abf8717866", "security_groups": [{"name": "default"}], "user_id": "0adb4226255a425f9cd71ad513eeca0b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:37:08Z", "hostId": "7b09d93bd41cc46c25abcdf2b1ab645b4bedd672a40c1c0bd6fe77ca", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "created": "2018-11-19T06:37:02Z", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:37:27,127 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ddb589f7-cc7f-4988-96f6-a5abf8717866 used request id req-a076b530-415c-46b5-a242-c465f3a0eeec 2018-11-19 06:37:27,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:27,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-5814651c-b59c-40d9-88d6-3bd43652a6a8 Date: Mon, 19 Nov 2018 06:37:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["19d4e39f-6002-416e-b939-3ec0d398a016"],"updated_at":"2018-11-19T06:36:57Z","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}]} 2018-11-19 06:37:27,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net used request id req-5814651c-b59c-40d9-88d6-3bd43652a6a8 2018-11-19 06:37:27,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:27,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7a4a8c95-36b5-4417-b563-2d180776455f Date: Mon, 19 Nov 2018 06:37:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:57Z","dns_nameservers":[],"updated_at":"2018-11-19T06:36:57Z","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":"16a8c3a2d8bd486fb61e859c1a0a4860","id":"19d4e39f-6002-416e-b939-3ec0d398a016","subnetpool_id":null,"name":"CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet"}]} 2018-11-19 06:37:27,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-7a4a8c95-36b5-4417-b563-2d180776455f 2018-11-19 06:37:27,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}470513499f8654c9669db3e3ce149eeb71003290" 2018-11-19 06:37:27,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3156 X-Openstack-Request-Id: req-85c9722e-75ee-49b2-85e6-a53b7a5b6670 Date: Mon, 19 Nov 2018 06:37:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:36:59Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.2"}],"id":"103a21fe-924a-42ce-9b81-6d6d7e20ffd6","security_groups":[],"mac_address":"fa:16:3e:57:de:5f","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:08Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.11"}],"id":"30df5291-aa51-4251-8108-3b8f102ba4e6","security_groups":["11f226b5-fdcd-4ab7-a6d9-245b21b7b59d"],"mac_address":"fa:16:3e:d4:58:08","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack-server1_port-7nksm2gvw7lh","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"ddb589f7-cc7f-4988-96f6-a5abf8717866"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:00Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.3"}],"id":"71e7eee4-4940-4a09-890b-1aeb5ed23eb3","security_groups":[],"mac_address":"fa:16:3e:ca:7b:91","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:58Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-60bc81d2-1669-42ca-8cd2-0ed00d164475"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:37:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"19d4e39f-6002-416e-b939-3ec0d398a016","ip_address":"10.0.0.4"}],"id":"95bf5314-e094-40b1-adef-7a5afe97da69","security_groups":[],"mac_address":"fa:16:3e:52:86:72","project_id":"16a8c3a2d8bd486fb61e859c1a0a4860","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60bc81d2-1669-42ca-8cd2-0ed00d164475","tenant_id":"16a8c3a2d8bd486fb61e859c1a0a4860","created_at":"2018-11-19T06:36:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-60bc81d2-1669-42ca-8cd2-0ed00d164475"}]} 2018-11-19 06:37:27,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=60bc81d2-1669-42ca-8cd2-0ed00d164475 used request id req-85c9722e-75ee-49b2-85e6-a53b7a5b6670 2018-11-19 06:37:27,700 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack 2018-11-19 06:37:27,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:27,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:27 GMT Server: Apache x-openstack-request-id: req-e17128b7-3d53-4787-817a-ddcb7bb9c39e Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:27,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:27 GMT Server: Apache x-openstack-request-id: req-fcce70f1-f7e2-47cc-99ed-41d153681ca0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:27,952 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-fcce70f1-f7e2-47cc-99ed-41d153681ca0 2018-11-19 06:37:27,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:28,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:27 GMT Server: Apache x-openstack-request-id: req-2fff3878-c041-4f36-b42d-bf71b556f9c6 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:28,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:28 GMT Server: Apache x-openstack-request-id: req-4d9616f2-0473-4d56-97e7-e23905aab8c8 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "tags": null, "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:37:27Z", "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:28,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-4d9616f2-0473-4d56-97e7-e23905aab8c8 2018-11-19 06:37:28,174 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:37:28,174 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:31,178 - create_stack - DEBUG - Stack status query timeout in 1196.77497697 2018-11-19 06:37:31,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:31,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:31 GMT Server: Apache x-openstack-request-id: req-7ec23544-6dd8-4407-88a3-1abe53612c65 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:31,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:31 GMT Server: Apache x-openstack-request-id: req-18977f81-d0f9-4ed4-aad0-9801c6525c1c 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "tags": null, "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:37:27Z", "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:31,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-18977f81-d0f9-4ed4-aad0-9801c6525c1c 2018-11-19 06:37:31,532 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:37:31,533 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:34,536 - create_stack - DEBUG - Stack status query timeout in 1193.41682482 2018-11-19 06:37:34,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:34,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:34 GMT Server: Apache x-openstack-request-id: req-52d98d24-a9e7-44e8-b481-1bb7ac33db55 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:34,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:34 GMT Server: Apache x-openstack-request-id: req-d7abdb28-6893-4ce9-854e-f8f269f74016 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "tags": null, "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:37:27Z", "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:34,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-d7abdb28-6893-4ce9-854e-f8f269f74016 2018-11-19 06:37:34,874 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:37:34,874 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:37,877 - create_stack - DEBUG - Stack status query timeout in 1190.07567692 2018-11-19 06:37:37,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:37,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:37 GMT Server: Apache x-openstack-request-id: req-35dba074-e114-4d92-b186-7b49aa969456 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:37,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:37 GMT Server: Apache x-openstack-request-id: req-781bc051-ff7c-4cfe-825b-a7efbdd4855e 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}, "deletion_time": null, "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "tags": null, "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:37:27Z", "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:37,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-781bc051-ff7c-4cfe-825b-a7efbdd4855e 2018-11-19 06:37:37,932 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:37:37,932 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:40,936 - create_stack - DEBUG - Stack status query timeout in 1187.01703978 2018-11-19 06:37:40,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:41,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:40 GMT Server: Apache x-openstack-request-id: req-af980672-0a26-409b-8ce3-9479379dde44 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:41,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:41 GMT Server: Apache x-openstack-request-id: req-905a9879-a703-4c08-9f7a-68e2de8e646a 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": "16a8c3a2d8bd486fb61e859c1a0a4860", "OS::stack_id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "OS::stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "image_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image", "inst_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-inst", "subnet_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-subnet", "flavor_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-flavor-name", "net_name": "CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-net"}, "deletion_time": "2018-11-19T06:37:40Z", "stack_name": "CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack", "stack_user_project_id": "4e63208c981c453da0cea7e85cf760ca", "tags": null, "creation_time": "2018-11-19T06:36:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:37:27Z", "id": "c87c7d3e-a3fd-403c-bf4a-7ffa0917f674", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single compute instance"}} 2018-11-19 06:37:41,176 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-905a9879-a703-4c08-9f7a-68e2de8e646a 2018-11-19 06:37:41,176 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:37:41,177 - create_stack - DEBUG - Stack is active with name - CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack 2018-11-19 06:37:41,177 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack 2018-11-19 06:37:41,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b8d0b366f961f7198beabd42a66cdbf2629b574e" 2018-11-19 06:37:41,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:41 GMT Server: Apache x-openstack-request-id: req-620238b8-23e4-4ec6-a1df-4ba1a6376237 Location: http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:41,377 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:37:41 GMT Server: Apache x-openstack-request-id: req-4572c54f-6b07-45c2-894e-9107020eab54 Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:37:41,377 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/16a8c3a2d8bd486fb61e859c1a0a4860/stacks/CreateStackSuccessTests-CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-stack/c87c7d3e-a3fd-403c-bf4a-7ffa0917f674 used request id req-4572c54f-6b07-45c2-894e-9107020eab54 2018-11-19 06:37:41,379 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-4119e9d1-40be-49a1-abe0-ad69265fb449-image 2018-11-19 06:37:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}287556f91223a9b4eb3a87bd8676bf26e18aa0fe" 2018-11-19 06:37:42,462 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a2acf131-fba0-4dda-8be4-60cb317d6dc5 Date: Mon, 19 Nov 2018 06:37:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:37:42,463 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ad93a1d7-6ea4-4f30-8da0-6bf2ff3615a2 used request id req-a2acf131-fba0-4dda-8be4-60cb317d6dc5 2018-11-19 06:37:42,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1892f4b4a00024105aad1d39e1063ff9220a361a" 2018-11-19 06:37:42,505 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-090b67ac-241e-4081-b2fc-8011d68af96b x-compute-request-id: req-090b67ac-241e-4081-b2fc-8011d68af96b Content-Length: 0 Content-Type: application/json 2018-11-19 06:37:42,505 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/32e033fd-a9c0-4494-afb8-3b4c110f34f1 used request id req-090b67ac-241e-4081-b2fc-8011d68af96b 2018-11-19 06:37:42,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:37:42,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-18e5d09d-24c6-4b65-9f81-782a794d32e3 Date: Mon, 19 Nov 2018 06:37:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "created_at": "2018-11-19T06:36:56Z", "updated_at": "2018-11-19T06:36:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "revision_number": 0, "id": "bd0c2f39-c081-4504-97ea-efe4ee468a00", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "port_range_min": null, "ethertype": "IPv4", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "revision_number": 0, "id": "c290ce84-41e3-49e5-a05c-74a982fc5f97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "port_range_min": null, "ethertype": "IPv6", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "revision_number": 0, "id": "c4cf99e5-c34a-4c76-9523-d8b6be9bfe22", "remote_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "port_range_min": null, "ethertype": "IPv4", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "revision_number": 0, "id": "c9818c5b-d2ac-4331-9535-f32fdf8295dc", "remote_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "remote_ip_prefix": null, "created_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "port_range_min": null, "ethertype": "IPv6", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860"}], "revision_number": 4, "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:37:42,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-18e5d09d-24c6-4b65-9f81-782a794d32e3 2018-11-19 06:37:42,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:37:42,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d1ebe78-5efb-4029-8a1c-9ea0b7c80d58 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860"}, "enabled": true, "id": "16a8c3a2d8bd486fb61e859c1a0a4860", "parent_id": "default", "domain_id": "default", "name": "CreateStackSuccessTests-62934abe-b751-4ab-proj"}} 2018-11-19 06:37:42,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-1d1ebe78-5efb-4029-8a1c-9ea0b7c80d58 2018-11-19 06:37:42,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 11f226b5-fdcd-4ab7-a6d9-245b21b7b59d 2018-11-19 06:37:42,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11f226b5-fdcd-4ab7-a6d9-245b21b7b59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:37:42,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d1ff0b84-6690-4fe2-826a-964634da1bee Date: Mon, 19 Nov 2018 06:37:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "port_range_min": null, "revision_number": 0, "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "created_at": "2018-11-19T06:36:56Z", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "id": "bd0c2f39-c081-4504-97ea-efe4ee468a00"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "port_range_min": null, "revision_number": 0, "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "created_at": "2018-11-19T06:36:56Z", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "id": "c290ce84-41e3-49e5-a05c-74a982fc5f97"}, {"remote_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "port_range_min": null, "revision_number": 0, "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "created_at": "2018-11-19T06:36:56Z", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "id": "c4cf99e5-c34a-4c76-9523-d8b6be9bfe22"}, {"remote_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:36:56Z", "security_group_id": "11f226b5-fdcd-4ab7-a6d9-245b21b7b59d", "port_range_min": null, "revision_number": 0, "tenant_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "created_at": "2018-11-19T06:36:56Z", "project_id": "16a8c3a2d8bd486fb61e859c1a0a4860", "id": "c9818c5b-d2ac-4331-9535-f32fdf8295dc"}]} 2018-11-19 06:37:42,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=11f226b5-fdcd-4ab7-a6d9-245b21b7b59d used request id req-d1ff0b84-6690-4fe2-826a-964634da1bee 2018-11-19 06:37:42,984 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:37:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/11f226b5-fdcd-4ab7-a6d9-245b21b7b59d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:37:43,295 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba297666-9169-46a7-8235-da6498726d57 Content-Length: 0 Date: Mon, 19 Nov 2018 06:37:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:37:43,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/11f226b5-fdcd-4ab7-a6d9-245b21b7b59d used request id req-ba297666-9169-46a7-8235-da6498726d57 2018-11-19 06:37:43,296 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-62934abe-b751-4ab-proj 2018-11-19 06:37:43,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:37:43,548 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e94097ed-ca51-40a9-acd7-54d10de4cf10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:43,549 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/16a8c3a2d8bd486fb61e859c1a0a4860 used request id req-e94097ed-ca51-40a9-acd7-54d10de4cf10 2018-11-19 06:37:43,549 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-62934abe-b751-4ab-proj-role 2018-11-19 06:37:43,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ab7d12e0a93b4b9bbbff0c1960d56553 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:37:43,659 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b79e116-9918-4c4f-8a0e-eca7f691efac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:43,659 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ab7d12e0a93b4b9bbbff0c1960d56553 used request id req-8b79e116-9918-4c4f-8a0e-eca7f691efac 2018-11-19 06:37:43,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}22a48df2fc29759e7166400bdd111d5d8f932476" 2018-11-19 06:37:43,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a211fc96-2d20-4a7e-a1c1-f85d8e6dbb6a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:37:43,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a211fc96-2d20-4a7e-a1c1-f85d8e6dbb6a 2018-11-19 06:37:43,742 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-62934abe-b751-4ab-user 2018-11-19 06:37:43,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/0adb4226255a425f9cd71ad513eeca0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ccae508b269d55f44bf2efe1357462e973d5108" 2018-11-19 06:37:44,055 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e31c8b4-8e60-4f19-b62b-b778c8b147c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:44,055 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0adb4226255a425f9cd71ad513eeca0b used request id req-2e31c8b4-8e60-4f19-b62b-b778c8b147c1 2018-11-19 06:37:44,057 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:37:44,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:37:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["zW_pupCUQDSCJI8h2eV1Ig"], "issued_at": "2018-11-19T06:37:44.000000Z"}} 2018-11-19 06:37:44,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1718a03e5d518c27035af60b30cffa075abb61d0" 2018-11-19 06:37:44,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d603da60-b29f-41a8-a394-39e6f701398b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:44,518 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d603da60-b29f-41a8-a394-39e6f701398b 2018-11-19 06:37:44,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:37:44,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:37:44,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:37:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["4bnVB2LUQYKeYXsu26lcuA"], "issued_at": "2018-11-19T06:37:44.000000Z"}} 2018-11-19 06:37:44,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:44,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b2fc48b-00b5-46e8-8337-6081dd0b3ae7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:44,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3b2fc48b-00b5-46e8-8337-6081dd0b3ae7 2018-11-19 06:37:44,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:37:44,998 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:37:44,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-b79e6684-0213-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:45,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e7555bb-6ade-4b1f-9e7f-29ea33ff6122 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-b79e6684-0213-431-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:37:45,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-b79e6684-0213-431-proj used request id req-5e7555bb-6ade-4b1f-9e7f-29ea33ff6122 2018-11-19 06:37:45,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:45,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdf7ab1e-b78a-4165-8c44-e092cc70f692 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:37:45,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cdf7ab1e-b78a-4165-8c44-e092cc70f692 2018-11-19 06:37:45,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}}' 2018-11-19 06:37:45,223 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:37:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e46356e2-eb58-4f09-88b9-b9835615cc99 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1"}, "enabled": true, "id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}} 2018-11-19 06:37:45,223 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e46356e2-eb58-4f09-88b9-b9835615cc99 2018-11-19 06:37:45,223 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-b79e6684-0213-431-proj 2018-11-19 06:37:45,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:37:45,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:37:45,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:37:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["h_URYVWTQx2n1Ic1JGTyxA"], "issued_at": "2018-11-19T06:37:45.000000Z"}} 2018-11-19 06:37:45,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:45,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31caa05f-5739-48ba-ac4c-cf9d1bcb0a67 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:45,701 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-31caa05f-5739-48ba-ac4c-cf9d1bcb0a67 2018-11-19 06:37:45,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:37:45,711 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:37: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:37:45,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:45,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a802b1-8452-4a93-909a-a7e8227de942 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:37:45,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-98a802b1-8452-4a93-909a-a7e8227de942 2018-11-19 06:37:45,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:45,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d128a6-56f2-454b-bae5-d30b2868da12 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1"}, "enabled": true, "id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}]} 2018-11-19 06:37:45,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj used request id req-48d128a6-56f2-454b-bae5-d30b2868da12 2018-11-19 06:37:45,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:46,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5819a0c9-311f-4c73-95f7-fb2f6f1ae984 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:37:46,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5819a0c9-311f-4c73-95f7-fb2f6f1ae984 2018-11-19 06:37:46,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:46,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d562f62-27b2-47b6-b4f4-52e4a7ebe967 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:37:46,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8d562f62-27b2-47b6-b4f4-52e4a7ebe967 2018-11-19 06:37:46,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:46,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e4004e-7bae-40b7-94ad-05fc4dc0a6d2 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1"}, "enabled": true, "id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}]} 2018-11-19 06:37:46,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj used request id req-c9e4004e-7bae-40b7-94ad-05fc4dc0a6d2 2018-11-19 06:37:46,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/34a5d7622f264572bdef124d36fa5089 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:46,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e2e1c36-842c-4cf3-b47f-0081658d7d53 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-b79e6684-0213-431-user", "links": {"self": "http://172.30.9.21:5000/v3/users/34a5d7622f264572bdef124d36fa5089"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "id": "34a5d7622f264572bdef124d36fa5089", "password_expires_at": null}} 2018-11-19 06:37:46,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/34a5d7622f264572bdef124d36fa5089 used request id req-9e2e1c36-842c-4cf3-b47f-0081658d7d53 2018-11-19 06:37:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:46,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4244e6d-0e2c-42dc-a951-c2ed5eef688b Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:37:46,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles used request id req-a4244e6d-0e2c-42dc-a951-c2ed5eef688b 2018-11-19 06:37:46,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:46,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7fd115-9a84-4eb9-9f4d-8e0cf502cd6a Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 06:37:46,890 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-df7fd115-9a84-4eb9-9f4d-8e0cf502cd6a 2018-11-19 06:37:46,891 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-b79e6684-0213-431-proj 2018-11-19 06:37:46,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:47,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4bdfd932-16a3-421e-871c-831e9634de56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:47,028 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles/8b607911576d44ba870fc64e92729d7c used request id req-4bdfd932-16a3-421e-871c-831e9634de56 2018-11-19 06:37:47,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:47,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-138d9f5d-ab1f-4d41-965a-3b8f6d165167 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:37:47,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-138d9f5d-ab1f-4d41-965a-3b8f6d165167 2018-11-19 06:37:47,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:47,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4773212a-ef4c-42d4-b414-57c931aef55d Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1"}, "enabled": true, "id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}]} 2018-11-19 06:37:47,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-b79e6684-0213-431-proj used request id req-4773212a-ef4c-42d4-b414-57c931aef55d 2018-11-19 06:37:47,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:47,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9db48ee5-9bb7-4194-a89a-6a8d1d531912 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}]} 2018-11-19 06:37:47,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles used request id req-9db48ee5-9bb7-4194-a89a-6a8d1d531912 2018-11-19 06:37:47,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:47,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6e8e643-ad13-4de7-a3aa-1f4b17af21a0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:37:47,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-d6e8e643-ad13-4de7-a3aa-1f4b17af21a0 2018-11-19 06:37:47,406 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-b79e6684-0213-431-proj 2018-11-19 06:37:47,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:37:47,542 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f5c8865-4b90-4899-a263-8e732ab5770e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:47,543 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-0f5c8865-4b90-4899-a263-8e732ab5770e 2018-11-19 06:37:47,543 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-b79e6684-0213-431-user 2018-11-19 06:37:47,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:37:47,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:47,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b210663-e8a3-4f82-a004-c4717b5143ca Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:37:47,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5b210663-e8a3-4f82-a004-c4717b5143ca 2018-11-19 06:37:47,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" -d '{"role": {"name": "CreateStackVolumeTests-b79e6684-0213-431-proj-role"}}' 2018-11-19 06:37:47,749 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b855063e-2ea6-416f-98d9-b2379fbef25a Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8c4ef040fe1e442abe944d9f11918408", "links": {"self": "http://172.30.9.21:5000/v3/roles/8c4ef040fe1e442abe944d9f11918408"}, "name": "CreateStackVolumeTests-b79e6684-0213-431-proj-role"}} 2018-11-19 06:37:47,750 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b855063e-2ea6-416f-98d9-b2379fbef25a 2018-11-19 06:37:47,750 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-b79e6684-0213-431-proj-role 2018-11-19 06:37:47,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8c4ef040fe1e442abe944d9f11918408 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:47,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33b41c85-808a-4161-9597-40a1740e25c5 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8c4ef040fe1e442abe944d9f11918408"}, "domain_id": null, "name": "CreateStackVolumeTests-b79e6684-0213-431-proj-role", "id": "8c4ef040fe1e442abe944d9f11918408"}} 2018-11-19 06:37:47,835 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8c4ef040fe1e442abe944d9f11918408 used request id req-33b41c85-808a-4161-9597-40a1740e25c5 2018-11-19 06:37:47,835 - keystone_utils - INFO - Granting role CreateStackVolumeTests-b79e6684-0213-431-proj-role to project CreateStackVolumeTests-b79e6684-0213-431-proj 2018-11-19 06:37:47,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles/8c4ef040fe1e442abe944d9f11918408 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:47,967 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c0fc6aec-7c12-42fd-a47f-5345797468a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:47,968 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1/users/34a5d7622f264572bdef124d36fa5089/roles/8c4ef040fe1e442abe944d9f11918408 used request id req-c0fc6aec-7c12-42fd-a47f-5345797468a9 2018-11-19 06:37:47,968 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:37:47,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:37:47,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:37:48,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "8c4ef040fe1e442abe944d9f11918408", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj-role"}], "expires_at": "2018-11-19T07:37:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-b79e6684-0213-431-user", "id": "34a5d7622f264572bdef124d36fa5089"}, "audit_ids": ["N7DDMcVmT7i_Hx3zlXiYqg"], "issued_at": "2018-11-19T06:37:48.000000Z"}} 2018-11-19 06:37:48,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:48,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42531a15-0f34-4477-843b-4bae97141199 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:48,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-42531a15-0f34-4477-843b-4bae97141199 2018-11-19 06:37:48,408 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:37:48,411 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:37:48,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:48,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:48 GMT Server: Apache x-openstack-request-id: req-b469fc45-f857-4e23-8dbb-26b2f285bd42 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:37:48,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack used request id req-b469fc45-f857-4e23-8dbb-26b2f285bd42 2018-11-19 06:37:48,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-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-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type", "volume_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume"}}' 2018-11-19 06:37:50,407 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:37:48 GMT Server: Apache x-openstack-request-id: req-f4bebd69-5cc9-454b-aee2-a27e5f8b2e02 Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "self"}]}} 2018-11-19 06:37:50,407 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks used request id req-f4bebd69-5cc9-454b-aee2-a27e5f8b2e02 2018-11-19 06:37:50,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:50,588 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:50 GMT Server: Apache x-openstack-request-id: req-d9c2f825-3fd6-4aa5-8ae4-dde5df1acb8a Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:50,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:50 GMT Server: Apache x-openstack-request-id: req-978087e4-7bdb-4e1a-b649-ef238c25bf77 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": "5c8741f9c00c4feca68dcbd47d4d0ba1", "volume_type_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type", "OS::stack_id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "volume_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "stack_user_project_id": "ddfac47323e349b3965708f14377e7a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:37:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:37:50,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 used request id req-978087e4-7bdb-4e1a-b649-ef238c25bf77 2018-11-19 06:37:50,924 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack 2018-11-19 06:37:50,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:51,117 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:50 GMT Server: Apache x-openstack-request-id: req-02eb9837-d7d8-4c02-b3c3-a597e641d282 Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:51,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:51 GMT Server: Apache x-openstack-request-id: req-5e4bd284-ab50-4728-b63f-633ae7b74fb3 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": "5c8741f9c00c4feca68dcbd47d4d0ba1", "volume_type_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type", "OS::stack_id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "volume_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "stack_user_project_id": "ddfac47323e349b3965708f14377e7a3", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:37:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:37:51,446 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 used request id req-5e4bd284-ab50-4728-b63f-633ae7b74fb3 2018-11-19 06:37:51,447 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:37:51,447 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:54,448 - create_stack - DEBUG - Stack status query timeout in 1196.47615194 2018-11-19 06:37:54,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:54,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:54 GMT Server: Apache x-openstack-request-id: req-7f594a0d-247c-459f-8c98-a8a446b3f15a Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:54,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:54 GMT Server: Apache x-openstack-request-id: req-1dc58bbc-d9fd-4dc2-99af-c665239afa6f 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": "5c8741f9c00c4feca68dcbd47d4d0ba1", "volume_type_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type", "OS::stack_id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "volume_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "stack_user_project_id": "ddfac47323e349b3965708f14377e7a3", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:37:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:37:54,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 used request id req-1dc58bbc-d9fd-4dc2-99af-c665239afa6f 2018-11-19 06:37:54,685 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:37:54,686 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack 2018-11-19 06:37:54,686 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack 2018-11-19 06:37:54,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:54,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:54 GMT Server: Apache x-openstack-request-id: req-7c288954-82d2-43d0-bb6b-c9b631a8f5ff Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:54,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:54 GMT Server: Apache x-openstack-request-id: req-6a416e73-01b8-4146-b8a4-dfaf80fcab55 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 444 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9/resources/volume", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-11-19T06:37:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:37:50Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "8a1746a8-11c3-4cbc-8aa1-f8698acfc84e", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-11-19T06:37:50Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:37:50Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "1d09d2b7-cef1-449f-8f55-79659cf552e9", "resource_type": "OS::Cinder::VolumeType"}]} 2018-11-19 06:37:54,912 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9/resources used request id req-6a416e73-01b8-4146-b8a4-dfaf80fcab55 2018-11-19 06:37:54,915 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/8a1746a8-11c3-4cbc-8aa1-f8698acfc84e -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:54,970 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:54 GMT Server: Apache x-compute-request-id: req-946803da-6611-4080-8b82-3aca9d024d98 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-946803da-6611-4080-8b82-3aca9d024d98 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/8a1746a8-11c3-4cbc-8aa1-f8698acfc84e", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/8a1746a8-11c3-4cbc-8aa1-f8698acfc84e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T06:37:52.000000", "replication_status": null, "snapshot_id": null, "id": "8a1746a8-11c3-4cbc-8aa1-f8698acfc84e", "size": 1, "user_id": "34a5d7622f264572bdef124d36fa5089", "os-vol-tenant-attr:tenant_id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "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-e60799d5-cd25-4126-babb-8e2ed642a235-volume", "bootable": "false", "created_at": "2018-11-19T06:37:51.000000", "volume_type": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type"}} 2018-11-19 06:37:54,970 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/8a1746a8-11c3-4cbc-8aa1-f8698acfc84e used request id req-946803da-6611-4080-8b82-3aca9d024d98 2018-11-19 06:37:54,971 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:37:54,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:37:55,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "8c4ef040fe1e442abe944d9f11918408", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj-role"}], "expires_at": "2018-11-19T07:37:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/5c8741f9c00c4feca68dcbd47d4d0ba1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-b79e6684-0213-431-user", "id": "34a5d7622f264572bdef124d36fa5089"}, "audit_ids": ["MBcCmJ1tQ5Spm4XzYmBAbg"], "issued_at": "2018-11-19T06:37:55.000000Z"}} 2018-11-19 06:37:55,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b533b74ad3080df98176001c8c88b5c9aeda631" 2018-11-19 06:37:55,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67724052-bc10-4d46-bff1-00c927ba5353 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:37:55,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-67724052-bc10-4d46-bff1-00c927ba5353 2018-11-19 06:37:55,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b533b74ad3080df98176001c8c88b5c9aeda631" 2018-11-19 06:37:55,650 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:55 GMT Server: Apache x-compute-request-id: req-799b1901-70cd-4ead-88ba-985cbf73481a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-799b1901-70cd-4ead-88ba-985cbf73481a Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/8a1746a8-11c3-4cbc-8aa1-f8698acfc84e", "rel": "self"}, {"href": "http://172.30.9.21:8776/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/8a1746a8-11c3-4cbc-8aa1-f8698acfc84e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-19T06:37:52.000000", "replication_status": null, "snapshot_id": null, "id": "8a1746a8-11c3-4cbc-8aa1-f8698acfc84e", "size": 1, "user_id": "34a5d7622f264572bdef124d36fa5089", "os-vol-tenant-attr:tenant_id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "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-e60799d5-cd25-4126-babb-8e2ed642a235-volume", "bootable": "false", "created_at": "2018-11-19T06:37:51.000000", "volume_type": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type"}]} 2018-11-19 06:37:55,650 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/5c8741f9c00c4feca68dcbd47d4d0ba1/volumes/detail used request id req-799b1901-70cd-4ead-88ba-985cbf73481a 2018-11-19 06:37:55,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:37:55,659 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:37:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:37:55,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b533b74ad3080df98176001c8c88b5c9aeda631" 2018-11-19 06:37:55,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-549a3c46-4699-4fd0-8044-40963f784c6b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1"}, "enabled": true, "id": "5c8741f9c00c4feca68dcbd47d4d0ba1", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-b79e6684-0213-431-proj"}} 2018-11-19 06:37:55,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1 used request id req-549a3c46-4699-4fd0-8044-40963f784c6b 2018-11-19 06:37:55,749 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack 2018-11-19 06:37:55,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:55,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:55 GMT Server: Apache x-openstack-request-id: req-e77b017f-3ae0-42c6-966e-5a30d371b989 Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:55,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:37:55 GMT Server: Apache x-openstack-request-id: req-e578d1a5-0781-4c97-8e1e-686d55d08a52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:37:55,973 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 used request id req-e578d1a5-0781-4c97-8e1e-686d55d08a52 2018-11-19 06:37:55,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:56,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:55 GMT Server: Apache x-openstack-request-id: req-6a8ece02-07d0-49f5-881d-b60fa1ff7372 Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:56,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:56 GMT Server: Apache x-openstack-request-id: req-3486f689-afd9-421d-b295-20258e5f901d 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": "5c8741f9c00c4feca68dcbd47d4d0ba1", "volume_type_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type", "OS::stack_id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "volume_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "stack_user_project_id": "ddfac47323e349b3965708f14377e7a3", "tags": null, "creation_time": "2018-11-19T06:37:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:37:55Z", "id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:37:56,186 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 used request id req-3486f689-afd9-421d-b295-20258e5f901d 2018-11-19 06:37:56,186 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:37:56,186 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:37:59,189 - create_stack - DEBUG - Stack status query timeout in 1196.78449297 2018-11-19 06:37:59,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:59,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:59 GMT Server: Apache x-openstack-request-id: req-b3322719-8051-49f8-99be-2fad75297e10 Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:59,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:59 GMT Server: Apache x-openstack-request-id: req-2314cc10-4787-4236-b105-75704e272d79 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": "5c8741f9c00c4feca68dcbd47d4d0ba1", "volume_type_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume-type", "OS::stack_id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "volume_name": "CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack", "stack_user_project_id": "ddfac47323e349b3965708f14377e7a3", "tags": null, "creation_time": "2018-11-19T06:37:49Z", "links": [{"href": "http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:37:55Z", "id": "6c355501-b73e-4773-a59b-d9eee4689cf9", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:37:59,247 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 used request id req-2314cc10-4787-4236-b105-75704e272d79 2018-11-19 06:37:59,247 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:37:59,248 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack 2018-11-19 06:37:59,248 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack 2018-11-19 06:37:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/6c355501-b73e-4773-a59b-d9eee4689cf9 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}21e11ccd0bacfbd481d376fd2e5cbb24c39b8d0b" 2018-11-19 06:37:59,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:37:59 GMT Server: Apache x-openstack-request-id: req-733e6abd-9aeb-4212-8a4a-59e6e52b2d8d Location: http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:37:59,604 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:37:59 GMT Server: Apache x-openstack-request-id: req-ceb4d67e-2cb1-4608-a8c4-e88b1474a031 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:37:59,604 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/5c8741f9c00c4feca68dcbd47d4d0ba1/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e60799d5-cd25-4126-babb-8e2ed642a235-stack/6c355501-b73e-4773-a59b-d9eee4689cf9 used request id req-ceb4d67e-2cb1-4608-a8c4-e88b1474a031 2018-11-19 06:37:59,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:59,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-bc3f828a-d9f1-4c7b-bb4a-a3e3983ffd9f Date: Mon, 19 Nov 2018 06:37:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:37:59,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-bc3f828a-d9f1-4c7b-bb4a-a3e3983ffd9f 2018-11-19 06:37:59,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:37:59,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c040e982-8349-4a43-a7dc-ea7fb4b91ede Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:37:59,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-c040e982-8349-4a43-a7dc-ea7fb4b91ede 2018-11-19 06:37:59,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:38:00,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:37:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fdb1c1a-479d-4a3b-ad06-22c4c7b94268 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:38:00,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-5fdb1c1a-479d-4a3b-ad06-22c4c7b94268 2018-11-19 06:38:00,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:38:00,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba101aa5-fa9b-4d2c-b890-ab0cbd81b155 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:38:00,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-ba101aa5-fa9b-4d2c-b890-ab0cbd81b155 2018-11-19 06:38:00,099 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-b79e6684-0213-431-proj 2018-11-19 06:38:00,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:38:00,339 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1965471e-7bd9-44f7-830d-37c0ff3f4472 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:00,339 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/5c8741f9c00c4feca68dcbd47d4d0ba1 used request id req-1965471e-7bd9-44f7-830d-37c0ff3f4472 2018-11-19 06:38:00,339 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-b79e6684-0213-431-proj-role 2018-11-19 06:38:00,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/8c4ef040fe1e442abe944d9f11918408 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:38:00,444 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e42a47ec-7155-4f97-a1d2-5385730c63aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:00,444 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/8c4ef040fe1e442abe944d9f11918408 used request id req-e42a47ec-7155-4f97-a1d2-5385730c63aa 2018-11-19 06:38:00,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08fd0e2d73dcf94f6b21d1ae94d499873bb19b7a" 2018-11-19 06:38:00,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-967f87c9-36d1-4666-a960-4545a39ff16b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:00,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-967f87c9-36d1-4666-a960-4545a39ff16b 2018-11-19 06:38:00,534 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-b79e6684-0213-431-user 2018-11-19 06:38:00,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/34a5d7622f264572bdef124d36fa5089 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a2e278c5b5f34dcc559368a98fdf257b4f729b0" 2018-11-19 06:38:00,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61bb6fe6-e508-4fab-9820-b80215f8d7e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:00,726 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/34a5d7622f264572bdef124d36fa5089 used request id req-61bb6fe6-e508-4fab-9820-b80215f8d7e5 2018-11-19 06:38:00,727 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:01,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["sKAkWWkDTRmU6ddAWjuKVg"], "issued_at": "2018-11-19T06:38:01.000000Z"}} 2018-11-19 06:38:01,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}816ea46ff0a85ec5d0e23f60ae04c9b438b31f53" 2018-11-19 06:38:01,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80abd18f-57c7-442b-995c-f2736b5da1de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:01,189 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-80abd18f-57c7-442b-995c-f2736b5da1de 2018-11-19 06:38:01,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:01,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:01,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XtlwDGl4Qmiwuz7r2GJDzg"], "issued_at": "2018-11-19T06:38:01.000000Z"}} 2018-11-19 06:38:01,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:01,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd38c16-e2d9-4da2-99ee-8ccd2ac310eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:01,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5fd38c16-e2d9-4da2-99ee-8ccd2ac310eb 2018-11-19 06:38:01,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:01,671 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:01,672 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4cee138e-0132-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:01,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f90bbd17-6cb5-485b-9a2e-eace405ae2c6 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4cee138e-0132-49f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:38:01,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackVolumeTests-4cee138e-0132-49f-proj used request id req-f90bbd17-6cb5-485b-9a2e-eace405ae2c6 2018-11-19 06:38:01,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:01,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c625cafe-a773-4390-8dfa-fd58ba512b3f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:01,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-c625cafe-a773-4390-8dfa-fd58ba512b3f 2018-11-19 06:38:01,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj"}}' 2018-11-19 06:38:01,971 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d50c195a-13e9-4a52-bb40-0187bff50e97 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd"}, "enabled": true, "id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj"}} 2018-11-19 06:38:01,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d50c195a-13e9-4a52-bb40-0187bff50e97 2018-11-19 06:38:01,971 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-4cee138e-0132-49f-proj 2018-11-19 06:38:01,972 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:01,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:02,358 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["fvsnrG3bTWeAu83lMf5Zlg"], "issued_at": "2018-11-19T06:38:02.000000Z"}} 2018-11-19 06:38:02,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:02,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77a9798c-7b17-469b-886b-017381a6f556 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:02,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-77a9798c-7b17-469b-886b-017381a6f556 2018-11-19 06:38:02,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:02,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:02,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:02,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9ea9a3-d36f-4ad1-9e3d-c294c949c75f Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:38:02,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8f9ea9a3-d36f-4ad1-9e3d-c294c949c75f 2018-11-19 06:38:02,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:02,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de80cd2f-4faa-4ac2-bfa4-07e9eb0c870e Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd"}, "enabled": true, "id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj"}]} 2018-11-19 06:38:02,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj used request id req-de80cd2f-4faa-4ac2-bfa4-07e9eb0c870e 2018-11-19 06:38:02,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:02,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f318840-6ca4-4211-9502-417fc1e98241 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:02,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8f318840-6ca4-4211-9502-417fc1e98241 2018-11-19 06:38:03,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a4f7545-a67e-445e-830c-5a64161a9453 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:03,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a4f7545-a67e-445e-830c-5a64161a9453 2018-11-19 06:38:03,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66213140-3571-40a9-b615-193c76ecb628 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd"}, "enabled": true, "id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj"}]} 2018-11-19 06:38:03,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj used request id req-66213140-3571-40a9-b615-193c76ecb628 2018-11-19 06:38:03,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/152ca11b16b5466faa72892dd84839b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb0dffc4-5a35-4101-9734-5040b5142ea1 Content-Encoding: gzip Content-Length: 245 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackVolumeTests-4cee138e-0132-49f-user", "links": {"self": "http://172.30.9.21:5000/v3/users/152ca11b16b5466faa72892dd84839b3"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "id": "152ca11b16b5466faa72892dd84839b3", "password_expires_at": null}} 2018-11-19 06:38:03,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/152ca11b16b5466faa72892dd84839b3 used request id req-bb0dffc4-5a35-4101-9734-5040b5142ea1 2018-11-19 06:38:03,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-504eb3a8-3909-4f7f-a433-16c46088591b Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:38:03,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles used request id req-504eb3a8-3909-4f7f-a433-16c46088591b 2018-11-19 06:38:03,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6896c797-91f0-4ddb-956f-fa63113bb5c1 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 06:38:03,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-6896c797-91f0-4ddb-956f-fa63113bb5c1 2018-11-19 06:38:03,586 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-4cee138e-0132-49f-proj 2018-11-19 06:38:03,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,734 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-346f4c6d-928b-4662-860e-741f02d19b45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:03,734 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles/8b607911576d44ba870fc64e92729d7c used request id req-346f4c6d-928b-4662-860e-741f02d19b45 2018-11-19 06:38:03,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b508791b-62d0-466b-8067-0cd712cf3b39 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:03,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b508791b-62d0-466b-8067-0cd712cf3b39 2018-11-19 06:38:03,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c88b0fcc-bee8-4ad5-afdc-48fcaa7f62ed Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd"}, "enabled": true, "id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "parent_id": "default", "domain_id": "default", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj"}]} 2018-11-19 06:38:03,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackVolumeTests-4cee138e-0132-49f-proj used request id req-c88b0fcc-bee8-4ad5-afdc-48fcaa7f62ed 2018-11-19 06:38:03,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:03,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bcf5df3-e6dc-4b2a-bb5d-2c6286a00439 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}]} 2018-11-19 06:38:03,953 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles used request id req-4bcf5df3-e6dc-4b2a-bb5d-2c6286a00439 2018-11-19 06:38:03,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:04,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdb317a4-aa53-4751-b3a5-46467004d05b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:38:04,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-fdb317a4-aa53-4751-b3a5-46467004d05b 2018-11-19 06:38:04,038 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-4cee138e-0132-49f-proj 2018-11-19 06:38:04,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:04,165 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b57f810-2dab-4c25-a811-893bf6de786e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:04,165 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-2b57f810-2dab-4c25-a811-893bf6de786e 2018-11-19 06:38:04,166 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-4cee138e-0132-49f-user 2018-11-19 06:38:04,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:04,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:04,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-390bb11c-60bf-43cf-80ac-e43cf59c5aa2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:04,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-390bb11c-60bf-43cf-80ac-e43cf59c5aa2 2018-11-19 06:38:04,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" -d '{"role": {"name": "CreateStackVolumeTests-4cee138e-0132-49f-proj-role"}}' 2018-11-19 06:38:04,355 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2d1bbff-b59f-4381-b741-4f68cc579903 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e28b3ac9ced9458a966db9184b34bafb", "links": {"self": "http://172.30.9.21:5000/v3/roles/e28b3ac9ced9458a966db9184b34bafb"}, "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj-role"}} 2018-11-19 06:38:04,355 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-d2d1bbff-b59f-4381-b741-4f68cc579903 2018-11-19 06:38:04,355 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-4cee138e-0132-49f-proj-role 2018-11-19 06:38:04,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e28b3ac9ced9458a966db9184b34bafb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:04,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a29540-7030-4f42-bfa1-dbacc8066408 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e28b3ac9ced9458a966db9184b34bafb"}, "domain_id": null, "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj-role", "id": "e28b3ac9ced9458a966db9184b34bafb"}} 2018-11-19 06:38:04,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e28b3ac9ced9458a966db9184b34bafb used request id req-41a29540-7030-4f42-bfa1-dbacc8066408 2018-11-19 06:38:04,445 - keystone_utils - INFO - Granting role CreateStackVolumeTests-4cee138e-0132-49f-proj-role to project CreateStackVolumeTests-4cee138e-0132-49f-proj 2018-11-19 06:38:04,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles/e28b3ac9ced9458a966db9184b34bafb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:04,578 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d7fe9e3-9f20-45c2-a5d1-81478368596f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:04,579 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd/users/152ca11b16b5466faa72892dd84839b3/roles/e28b3ac9ced9458a966db9184b34bafb used request id req-6d7fe9e3-9f20-45c2-a5d1-81478368596f 2018-11-19 06:38:04,579 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:04,579 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:04,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:04,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e28b3ac9ced9458a966db9184b34bafb", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj-role"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-4cee138e-0132-49f-user", "id": "152ca11b16b5466faa72892dd84839b3"}, "audit_ids": ["BqHR44WERSWVzJd_B41ggQ"], "issued_at": "2018-11-19T06:38:04.000000Z"}} 2018-11-19 06:38:04,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:05,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-427f1d60-131f-4e41-a54e-f08c7dac9b4b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:05,016 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-427f1d60-131f-4e41-a54e-f08c7dac9b4b 2018-11-19 06:38:05,017 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:05,020 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:05,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:05,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:05 GMT Server: Apache x-openstack-request-id: req-967753f0-7f49-40db-9dc9-e9444c9d7026 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:38:05,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks?stack_name=CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack used request id req-967753f0-7f49-40db-9dc9-e9444c9d7026 2018-11-19 06:38:05,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" -d '{"stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-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-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "volume_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume"}}' 2018-11-19 06:38:07,026 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:05 GMT Server: Apache x-openstack-request-id: req-8b1780a8-5408-48ff-bbba-615b831345a4 Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 289 Content-Type: application/json RESP BODY: {"stack": {"id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "self"}]}} 2018-11-19 06:38:07,026 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks used request id req-8b1780a8-5408-48ff-bbba-615b831345a4 2018-11-19 06:38:07,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:07,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:07 GMT Server: Apache x-openstack-request-id: req-52f894cb-5a88-4732-b132-9bce4ea5a314 Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:07,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:07 GMT Server: Apache x-openstack-request-id: req-42502fcc-42a3-40d5-a348-8d43c5da6a0e 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": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "volume_type_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "OS::stack_id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "volume_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "stack_user_project_id": "4db18e9e76ec43a1864eeb5077129cc2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:38:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:07,412 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 used request id req-42502fcc-42a3-40d5-a348-8d43c5da6a0e 2018-11-19 06:38:07,413 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack 2018-11-19 06:38:07,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:07,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:07 GMT Server: Apache x-openstack-request-id: req-aabf5647-cd6f-41d3-8b5b-4596cc680209 Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:07,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:07 GMT Server: Apache x-openstack-request-id: req-06ae03a5-145f-49f5-83a4-fef4c35dfa48 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": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "volume_type_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "OS::stack_id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "volume_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "stack_user_project_id": "4db18e9e76ec43a1864eeb5077129cc2", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:38:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:07,779 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 used request id req-06ae03a5-145f-49f5-83a4-fef4c35dfa48 2018-11-19 06:38:07,780 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:38:07,780 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:38:10,783 - create_stack - DEBUG - Stack status query timeout in 1196.63007998 2018-11-19 06:38:10,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:10,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:10 GMT Server: Apache x-openstack-request-id: req-f8c6c319-8332-49ca-b91e-0a14f9206377 Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:11,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:10 GMT Server: Apache x-openstack-request-id: req-6dd69bf3-589d-42e7-86d3-242b3d13caa8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 537 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "volume_type_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "OS::stack_id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "volume_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "stack_user_project_id": "4db18e9e76ec43a1864eeb5077129cc2", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:38:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:11,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 used request id req-6dd69bf3-589d-42e7-86d3-242b3d13caa8 2018-11-19 06:38:11,214 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:38:11,215 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack 2018-11-19 06:38:11,215 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack 2018-11-19 06:38:11,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:11,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:11 GMT Server: Apache x-openstack-request-id: req-61877687-a151-4444-9d53-657f7e2fb1be Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584/resources Content-Length: 547 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:11,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:11 GMT Server: Apache x-openstack-request-id: req-428e7266-481d-4075-b661-8a2f3f5780b7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "volume", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584/resources/volume", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "stack"}], "logical_resource_id": "volume", "creation_time": "2018-11-19T06:38:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:38:07Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d1245474-812b-411a-9657-0e9e89f93e30", "resource_type": "OS::Cinder::Volume"}, {"resource_name": "volume_type", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584/resources/volume_type", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "stack"}], "logical_resource_id": "volume_type", "creation_time": "2018-11-19T06:38:07Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:38:07Z", "required_by": ["volume"], "resource_status_reason": "state changed", "physical_resource_id": "89576ea8-40d3-4cd7-8f0b-8bfdb863706a", "resource_type": "OS::Cinder::VolumeType"}]} 2018-11-19 06:38:11,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584/resources used request id req-428e7266-481d-4075-b661-8a2f3f5780b7 2018-11-19 06:38:11,517 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:11,697 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:11 GMT Server: Apache x-compute-request-id: req-828b7beb-d5e3-4864-a469-7d687e8de954 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-828b7beb-d5e3-4864-a469-7d687e8de954 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "89576ea8-40d3-4cd7-8f0b-8bfdb863706a", "description": null}} 2018-11-19 06:38:11,698 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a used request id req-828b7beb-d5e3-4864-a469-7d687e8de954 2018-11-19 06:38:11,701 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-828b7beb-d5e3-4864-a469-7d687e8de954" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:11,877 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:11 GMT Server: Apache x-compute-request-id: req-dc3bda59-f95d-42a9-9333-18644130d050 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc3bda59-f95d-42a9-9333-18644130d050 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "89576ea8-40d3-4cd7-8f0b-8bfdb863706a", "description": null}} 2018-11-19 06:38:11,878 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a used request id req-dc3bda59-f95d-42a9-9333-18644130d050 2018-11-19 06:38:11,881 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-828b7beb-d5e3-4864-a469-7d687e8de954" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:12,051 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:11 GMT Server: Apache x-compute-request-id: req-8ed43988-834b-4cca-8858-128c7d288c1b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8ed43988-834b-4cca-8858-128c7d288c1b Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:38:12,052 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a/encryption used request id req-8ed43988-834b-4cca-8858-128c7d288c1b 2018-11-19 06:38:12,052 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:12,053 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:12,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e28b3ac9ced9458a966db9184b34bafb", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj-role"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "name": "CreateStackVolumeTests-4cee138e-0132-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackVolumeTests-4cee138e-0132-49f-user", "id": "152ca11b16b5466faa72892dd84839b3"}, "audit_ids": ["Gg45jG5QQvuW7u1-MCxAlg"], "issued_at": "2018-11-19T06:38:12.000000Z"}} 2018-11-19 06:38:12,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3bec2dc4b2f1afbea3939d5d82e9894a38fa6f" 2018-11-19 06:38:12,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0459175a-d4cf-47a0-b0bc-ba9bb7810eb2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:12,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0459175a-d4cf-47a0-b0bc-ba9bb7810eb2 2018-11-19 06:38:12,539 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types?is_public=None -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3bec2dc4b2f1afbea3939d5d82e9894a38fa6f" 2018-11-19 06:38:12,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:12 GMT Server: Apache x-compute-request-id: req-54ac8c6e-2dee-4ce8-ba8f-26c4aa59e427 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54ac8c6e-2dee-4ce8-ba8f-26c4aa59e427 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "89576ea8-40d3-4cd7-8f0b-8bfdb863706a", "description": null}]} 2018-11-19 06:38:12,730 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types?is_public=None used request id req-54ac8c6e-2dee-4ce8-ba8f-26c4aa59e427 2018-11-19 06:38:12,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ac8c6e-2dee-4ce8-ba8f-26c4aa59e427" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3bec2dc4b2f1afbea3939d5d82e9894a38fa6f" 2018-11-19 06:38:12,908 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:12 GMT Server: Apache x-compute-request-id: req-a13bc6de-0e8f-46f3-b037-34df3ee4a9d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a13bc6de-0e8f-46f3-b037-34df3ee4a9d7 Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": true, "is_public": true, "id": "89576ea8-40d3-4cd7-8f0b-8bfdb863706a", "description": null}} 2018-11-19 06:38:12,908 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a used request id req-a13bc6de-0e8f-46f3-b037-34df3ee4a9d7 2018-11-19 06:38:12,911 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-54ac8c6e-2dee-4ce8-ba8f-26c4aa59e427" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f3bec2dc4b2f1afbea3939d5d82e9894a38fa6f" 2018-11-19 06:38:13,076 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:12 GMT Server: Apache x-compute-request-id: req-b5fdffa6-e7c1-4ed4-9172-3d1ec097e4db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b5fdffa6-e7c1-4ed4-9172-3d1ec097e4db Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-19 06:38:13,077 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/a968ca9e1d7d41e5ac7bcf9c98c421fd/types/89576ea8-40d3-4cd7-8f0b-8bfdb863706a/encryption used request id req-b5fdffa6-e7c1-4ed4-9172-3d1ec097e4db 2018-11-19 06:38:13,077 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack 2018-11-19 06:38:13,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:13,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:13 GMT Server: Apache x-openstack-request-id: req-a41219bb-af76-4ee8-9055-e277ecb29ee7 Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:13,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:13 GMT Server: Apache x-openstack-request-id: req-a175c858-951a-4283-8f3d-5f1c13c03dde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:13,149 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 used request id req-a175c858-951a-4283-8f3d-5f1c13c03dde 2018-11-19 06:38:13,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:13,178 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:13 GMT Server: Apache x-openstack-request-id: req-c43601bf-30b3-4513-a0bf-dcc9f61a8815 Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:13,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:13 GMT Server: Apache x-openstack-request-id: req-8ca39491-1a6b-4025-a73c-c77795732a24 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "volume_type_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "OS::stack_id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "volume_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume"}, "deletion_time": null, "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "stack_user_project_id": "4db18e9e76ec43a1864eeb5077129cc2", "tags": null, "creation_time": "2018-11-19T06:38:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:38:13Z", "id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:13,358 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 used request id req-8ca39491-1a6b-4025-a73c-c77795732a24 2018-11-19 06:38:13,358 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:38:13,358 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:38:16,361 - create_stack - DEBUG - Stack status query timeout in 1196.78829002 2018-11-19 06:38:16,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:16,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:16 GMT Server: Apache x-openstack-request-id: req-bc640e5c-e7f7-452d-b564-40dbe42665ea Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:16,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:16 GMT Server: Apache x-openstack-request-id: req-8078ed04-c441-481a-868d-4c6ec3c32654 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": "a968ca9e1d7d41e5ac7bcf9c98c421fd", "volume_type_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume-type", "OS::stack_id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "OS::stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "volume_name": "CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-volume"}, "deletion_time": "2018-11-19T06:38:15Z", "stack_name": "CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack", "stack_user_project_id": "4db18e9e76ec43a1864eeb5077129cc2", "tags": null, "creation_time": "2018-11-19T06:38:06Z", "links": [{"href": "http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:38:13Z", "id": "2f99ef68-2451-4d2f-a9d4-b1034d1d8584", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:16,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 used request id req-8078ed04-c441-481a-868d-4c6ec3c32654 2018-11-19 06:38:16,563 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:38:16,563 - create_stack - DEBUG - Stack is active with name - CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack 2018-11-19 06:38:16,563 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack 2018-11-19 06:38:16,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f8e4f8e792dad084f32a25afe7c2975d2fe2934" 2018-11-19 06:38:16,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:16 GMT Server: Apache x-openstack-request-id: req-974badb7-ecbd-4f5f-a61c-b0eb7692aa18 Location: http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 Content-Length: 527 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:16,778 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:38:16 GMT Server: Apache x-openstack-request-id: req-91299de7-9de2-4123-a49a-e0c2ced0ef90 Content-Length: 277 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:38:16,778 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/a968ca9e1d7d41e5ac7bcf9c98c421fd/stacks/CreateStackVolumeTests-CreateStackVolumeTests-e2d69f36-de39-43e8-a0ce-9d3b8fb568ab-stack/2f99ef68-2451-4d2f-a9d4-b1034d1d8584 used request id req-91299de7-9de2-4123-a49a-e0c2ced0ef90 2018-11-19 06:38:16,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:17,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-d67657b0-1ac9-4abf-bc45-9583ddaaafdd Date: Mon, 19 Nov 2018 06:38:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:38:17,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-d67657b0-1ac9-4abf-bc45-9583ddaaafdd 2018-11-19 06:38:17,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:17,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fbec35f-50a7-4d28-b6ac-6f1cb1123873 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:38:17,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-9fbec35f-50a7-4d28-b6ac-6f1cb1123873 2018-11-19 06:38:17,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:17,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67488535-3ac7-46e2-a35a-704c5996cca7 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:38:17,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-67488535-3ac7-46e2-a35a-704c5996cca7 2018-11-19 06:38:17,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:17,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5a9fe43-2d83-4745-9c4c-04c7810d1064 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:38:17,305 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-d5a9fe43-2d83-4745-9c4c-04c7810d1064 2018-11-19 06:38:17,306 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-4cee138e-0132-49f-proj 2018-11-19 06:38:17,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:17,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb677b4b-59c3-4088-8f1b-a1a354c3cc4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:17,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a968ca9e1d7d41e5ac7bcf9c98c421fd used request id req-cb677b4b-59c3-4088-8f1b-a1a354c3cc4c 2018-11-19 06:38:17,543 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-4cee138e-0132-49f-proj-role 2018-11-19 06:38:17,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e28b3ac9ced9458a966db9184b34bafb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:17,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90d7157a-10c8-42d3-8e0a-3624cc6234cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:17,671 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e28b3ac9ced9458a966db9184b34bafb used request id req-90d7157a-10c8-42d3-8e0a-3624cc6234cc 2018-11-19 06:38:17,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c67b52dc99b7dd844cc8784dd7b60a16dad7d0" 2018-11-19 06:38:17,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b570706-4ff6-486b-9f9c-aae727ba29da Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:17,752 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-9b570706-4ff6-486b-9f9c-aae727ba29da 2018-11-19 06:38:17,753 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-4cee138e-0132-49f-user 2018-11-19 06:38:17,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/152ca11b16b5466faa72892dd84839b3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6cac92cfc6703cc1b3f2249cb136b208bb1718a3" 2018-11-19 06:38:17,934 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-82a53bc4-fa93-4a35-9670-426f8d3db044 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:17,935 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/152ca11b16b5466faa72892dd84839b3 used request id req-82a53bc4-fa93-4a35-9670-426f8d3db044 2018-11-19 06:38:17,936 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:18,325 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["OMWJSSiYRqm-jwia1s0Szg"], "issued_at": "2018-11-19T06:38:18.000000Z"}} 2018-11-19 06:38:18,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d88edd00835939cedff01481f657ac30d77e9bfb" 2018-11-19 06:38:18,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4596620e-b454-44ad-97f4-67109a1c5f25 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:18,408 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4596620e-b454-44ad-97f4-67109a1c5f25 2018-11-19 06:38:18,409 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:18,410 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:18,795 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["8--snDfpR3-M1FWEKk18ww"], "issued_at": "2018-11-19T06:38:18.000000Z"}} 2018-11-19 06:38:18,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:18,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-483124f0-49cf-4c94-9411-1298d9e0518a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:18,879 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-483124f0-49cf-4c94-9411-1298d9e0518a 2018-11-19 06:38:18,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:18,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:38: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:18,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-a909807c-6a0f-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:18,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47865081-e769-4cbc-a2cc-3f0af415a315 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-a909807c-6a0f-420-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:38:18,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFlavorTests-a909807c-6a0f-420-proj used request id req-47865081-e769-4cbc-a2cc-3f0af415a315 2018-11-19 06:38:18,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:19,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-119205ae-c6be-42f4-a7bb-2f0969034470 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:19,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-119205ae-c6be-42f4-a7bb-2f0969034470 2018-11-19 06:38:19,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj"}}' 2018-11-19 06:38:19,180 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9be7fb43-de86-4e6d-983f-8a38825866ad Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec"}, "enabled": true, "id": "30a05b365882415d8e03000487c8f7ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj"}} 2018-11-19 06:38:19,181 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-9be7fb43-de86-4e6d-983f-8a38825866ad 2018-11-19 06:38:19,181 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-a909807c-6a0f-420-proj 2018-11-19 06:38:19,181 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:19,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:19,566 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["CF_thgoXQe6boQsv0ugajw"], "issued_at": "2018-11-19T06:38:19.000000Z"}} 2018-11-19 06:38:19,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:19,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05eb16a-9542-4b2b-bff2-0b7bd199f96f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:19,652 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e05eb16a-9542-4b2b-bff2-0b7bd199f96f 2018-11-19 06:38:19,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:19,661 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:38:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:19,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:19,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a42bad73-2c73-4ceb-8d9d-dc32b202041d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:38:19,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a42bad73-2c73-4ceb-8d9d-dc32b202041d 2018-11-19 06:38:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:19,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba4fc62a-d118-4b5a-a693-9e5706224b90 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec"}, "enabled": true, "id": "30a05b365882415d8e03000487c8f7ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj"}]} 2018-11-19 06:38:19,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj used request id req-ba4fc62a-d118-4b5a-a693-9e5706224b90 2018-11-19 06:38:19,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:19,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54907713-9e27-47eb-8736-ab189ae7102d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:19,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-54907713-9e27-47eb-8736-ab189ae7102d 2018-11-19 06:38:20,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:20,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f6c03eb-7568-4fe0-bdf7-16cd529e5f61 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:20,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5f6c03eb-7568-4fe0-bdf7-16cd529e5f61 2018-11-19 06:38:20,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:20,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4951e6a4-e891-4088-a287-3ccad9fecdef Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec"}, "enabled": true, "id": "30a05b365882415d8e03000487c8f7ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj"}]} 2018-11-19 06:38:20,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj used request id req-4951e6a4-e891-4088-a287-3ccad9fecdef 2018-11-19 06:38:20,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/eddedd03306c4f1885ebc4843b977fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:20,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb748d2f-bc6d-430b-9305-eb7136771dd2 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFlavorTests-a909807c-6a0f-420-user", "links": {"self": "http://172.30.9.21:5000/v3/users/eddedd03306c4f1885ebc4843b977fba"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "30a05b365882415d8e03000487c8f7ec", "id": "eddedd03306c4f1885ebc4843b977fba", "password_expires_at": null}} 2018-11-19 06:38:20,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/eddedd03306c4f1885ebc4843b977fba used request id req-fb748d2f-bc6d-430b-9305-eb7136771dd2 2018-11-19 06:38:20,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:20,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70d529a8-ae42-41bd-819f-0fe41ad80e17 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:38:20,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles used request id req-70d529a8-ae42-41bd-819f-0fe41ad80e17 2018-11-19 06:38:20,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:20,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a583c4ab-b5a6-4615-93f4-c073ec0ef716 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 06:38:20,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-a583c4ab-b5a6-4615-93f4-c073ec0ef716 2018-11-19 06:38:20,709 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-a909807c-6a0f-420-proj 2018-11-19 06:38:20,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:20,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56c0d445-5cab-48f8-8539-cd42828e8464 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:20,842 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles/8b607911576d44ba870fc64e92729d7c used request id req-56c0d445-5cab-48f8-8539-cd42828e8464 2018-11-19 06:38:20,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:20,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8abe66ab-015c-490a-908f-598bcaa32bf0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:20,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8abe66ab-015c-490a-908f-598bcaa32bf0 2018-11-19 06:38:20,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:21,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98cea44a-1de8-4a1e-ad02-c69b75ae0abb Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec"}, "enabled": true, "id": "30a05b365882415d8e03000487c8f7ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj"}]} 2018-11-19 06:38:21,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFlavorTests-a909807c-6a0f-420-proj used request id req-98cea44a-1de8-4a1e-ad02-c69b75ae0abb 2018-11-19 06:38:21,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:21,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a938c9dd-9c61-40d4-88dc-7e051d2bd71b Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}]} 2018-11-19 06:38:21,050 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles used request id req-a938c9dd-9c61-40d4-88dc-7e051d2bd71b 2018-11-19 06:38:21,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:21,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67eb806f-1286-42ec-9de9-5d88ec90fdae Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:38:21,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-67eb806f-1286-42ec-9de9-5d88ec90fdae 2018-11-19 06:38:21,142 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-a909807c-6a0f-420-proj 2018-11-19 06:38:21,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:21,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d99ef720-88cc-45a4-9900-5894c31febb2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:21,266 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-d99ef720-88cc-45a4-9900-5894c31febb2 2018-11-19 06:38:21,267 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-a909807c-6a0f-420-user 2018-11-19 06:38:21,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:21,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:21,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a250fe6-daa3-48c3-a8f3-d0ae36b6625b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:21,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3a250fe6-daa3-48c3-a8f3-d0ae36b6625b 2018-11-19 06:38:21,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" -d '{"role": {"name": "CreateStackFlavorTests-a909807c-6a0f-420-proj-role"}}' 2018-11-19 06:38:21,481 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3654f9dc-9d00-4445-b396-3ff945e554a3 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f0557f0c62214b02b3893c6f68d56df6", "links": {"self": "http://172.30.9.21:5000/v3/roles/f0557f0c62214b02b3893c6f68d56df6"}, "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj-role"}} 2018-11-19 06:38:21,481 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-3654f9dc-9d00-4445-b396-3ff945e554a3 2018-11-19 06:38:21,481 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-a909807c-6a0f-420-proj-role 2018-11-19 06:38:21,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/f0557f0c62214b02b3893c6f68d56df6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:21,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71e4579c-4372-45b3-b844-919a1d2f736d Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/f0557f0c62214b02b3893c6f68d56df6"}, "domain_id": null, "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj-role", "id": "f0557f0c62214b02b3893c6f68d56df6"}} 2018-11-19 06:38:21,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/f0557f0c62214b02b3893c6f68d56df6 used request id req-71e4579c-4372-45b3-b844-919a1d2f736d 2018-11-19 06:38:21,563 - keystone_utils - INFO - Granting role CreateStackFlavorTests-a909807c-6a0f-420-proj-role to project CreateStackFlavorTests-a909807c-6a0f-420-proj 2018-11-19 06:38:21,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles/f0557f0c62214b02b3893c6f68d56df6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:21,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bcea63c-8c36-49d3-b04c-ef5a151d83ac Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:21,692 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec/users/eddedd03306c4f1885ebc4843b977fba/roles/f0557f0c62214b02b3893c6f68d56df6 used request id req-0bcea63c-8c36-49d3-b04c-ef5a151d83ac 2018-11-19 06:38:21,692 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:21,692 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:21,693 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:22,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "f0557f0c62214b02b3893c6f68d56df6", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30a05b365882415d8e03000487c8f7ec", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-a909807c-6a0f-420-user", "id": "eddedd03306c4f1885ebc4843b977fba"}, "audit_ids": ["ISFqXYBuSXWN0gICH4_43A"], "issued_at": "2018-11-19T06:38:22.000000Z"}} 2018-11-19 06:38:22,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:22,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceeaf860-b1c3-4613-8284-6daafaa4d226 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:22,171 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ceeaf860-b1c3-4613-8284-6daafaa4d226 2018-11-19 06:38:22,172 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:22,175 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:22,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks?stack_name=CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:22,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:22 GMT Server: Apache x-openstack-request-id: req-574f1127-7168-436f-8ea7-4d6b6d56de1e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:38:22,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks?stack_name=CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack used request id req-574f1127-7168-436f-8ea7-4d6b6d56de1e 2018-11-19 06:38:22,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" -d '{"stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single volume with encryption", "resources": {"flavor": {"type": "OS::Nova::Flavor", "properties": {"vcpus": 8, "disk": 200, "ram": 1024}}}}}' 2018-11-19 06:38:24,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:22 GMT Server: Apache x-openstack-request-id: req-4830a040-5383-418e-8246-6f595c56c3f7 Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b Content-Length: 266 Content-Type: application/json RESP BODY: {"stack": {"id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "links": [{"href": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b", "rel": "self"}]}} 2018-11-19 06:38:24,007 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks used request id req-4830a040-5383-418e-8246-6f595c56c3f7 2018-11-19 06:38:24,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/6b31ea6b-0198-4f57-9dca-6026d024e33b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:24,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:24 GMT Server: Apache x-openstack-request-id: req-963211c2-3f2d-4d53-a2e8-210e6fd8a0a2 Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:24,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:24 GMT Server: Apache x-openstack-request-id: req-6ece5fee-58f6-4cfb-bd6e-9640cc8cf918 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": "30a05b365882415d8e03000487c8f7ec", "OS::stack_id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "OS::stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack", "stack_user_project_id": "8e39864213ee42a29a7ade10b4a4cb50", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:38:23Z", "links": [{"href": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:24,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b used request id req-6ece5fee-58f6-4cfb-bd6e-9640cc8cf918 2018-11-19 06:38:24,391 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack 2018-11-19 06:38:24,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/6b31ea6b-0198-4f57-9dca-6026d024e33b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:24,567 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:24 GMT Server: Apache x-openstack-request-id: req-0ae738a2-0984-4592-80f5-2bbc45819abe Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:24,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:24 GMT Server: Apache x-openstack-request-id: req-4e3b0d4e-b7aa-427a-9d88-3f44971ca07b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 512 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": "30a05b365882415d8e03000487c8f7ec", "OS::stack_id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "OS::stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack", "stack_user_project_id": "8e39864213ee42a29a7ade10b4a4cb50", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:38:23Z", "links": [{"href": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:24,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b used request id req-4e3b0d4e-b7aa-427a-9d88-3f44971ca07b 2018-11-19 06:38:24,764 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:38:24,764 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack 2018-11-19 06:38:24,764 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack 2018-11-19 06:38:24,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/6b31ea6b-0198-4f57-9dca-6026d024e33b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:24,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:24 GMT Server: Apache x-openstack-request-id: req-d83925e3-817f-411b-8b22-6907f8bf1b31 Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b/resources Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:25,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:24 GMT Server: Apache x-openstack-request-id: req-f352db8c-206f-4a6a-bafb-d063bf7d76c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-11-19T06:38:23Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:38:23Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "7568d807-4929-448c-9b84-e80e4a7f8908", "resource_type": "OS::Nova::Flavor"}]} 2018-11-19 06:38:25,201 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b/resources used request id req-f352db8c-206f-4a6a-bafb-d063bf7d76c0 2018-11-19 06:38:25,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/7568d807-4929-448c-9b84-e80e4a7f8908 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:25,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d589881-1f93-46b3-877d-d99305fe142f x-compute-request-id: req-4d589881-1f93-46b3-877d-d99305fe142f Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7568d807-4929-448c-9b84-e80e4a7f8908", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7568d807-4929-448c-9b84-e80e4a7f8908", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "7568d807-4929-448c-9b84-e80e4a7f8908", "name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack-flavor-s7jihceya3jr", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:38:25,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/7568d807-4929-448c-9b84-e80e4a7f8908 used request id req-4d589881-1f93-46b3-877d-d99305fe142f 2018-11-19 06:38:25,224 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:25,225 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:25,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "f0557f0c62214b02b3893c6f68d56df6", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30a05b365882415d8e03000487c8f7ec", "name": "CreateStackFlavorTests-a909807c-6a0f-420-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/30a05b365882415d8e03000487c8f7ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/30a05b365882415d8e03000487c8f7ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/30a05b365882415d8e03000487c8f7ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFlavorTests-a909807c-6a0f-420-user", "id": "eddedd03306c4f1885ebc4843b977fba"}, "audit_ids": ["IkAHzvs3Q-GOn3jzw30GLw"], "issued_at": "2018-11-19T06:38:25.000000Z"}} 2018-11-19 06:38:25,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f22c9989bee3a0c7a540e22e759fed74d4224be2" 2018-11-19 06:38:25,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d32f99-f8d1-48b8-9410-5db7709ca949 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:25,786 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c0d32f99-f8d1-48b8-9410-5db7709ca949 2018-11-19 06:38:25,787 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:25,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f22c9989bee3a0c7a540e22e759fed74d4224be2" 2018-11-19 06:38:25,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61630f19-a5cb-482f-8dc6-d13efc218b4c x-compute-request-id: req-61630f19-a5cb-482f-8dc6-d13efc218b4c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7568d807-4929-448c-9b84-e80e4a7f8908", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7568d807-4929-448c-9b84-e80e4a7f8908", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7568d807-4929-448c-9b84-e80e4a7f8908", "rel": "bookmark"}], "name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack-flavor-s7jihceya3jr"}]} 2018-11-19 06:38:25,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-61630f19-a5cb-482f-8dc6-d13efc218b4c 2018-11-19 06:38:25,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/7568d807-4929-448c-9b84-e80e4a7f8908 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f22c9989bee3a0c7a540e22e759fed74d4224be2" 2018-11-19 06:38:26,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc8c35da-4ae0-4f94-8cd0-436ec09a7f4c x-compute-request-id: req-fc8c35da-4ae0-4f94-8cd0-436ec09a7f4c Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/7568d807-4929-448c-9b84-e80e4a7f8908", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/7568d807-4929-448c-9b84-e80e4a7f8908", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "7568d807-4929-448c-9b84-e80e4a7f8908", "name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack-flavor-s7jihceya3jr", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:38:26,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/7568d807-4929-448c-9b84-e80e4a7f8908 used request id req-fc8c35da-4ae0-4f94-8cd0-436ec09a7f4c 2018-11-19 06:38:26,001 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack-flavor-s7jihceya3jr 2018-11-19 06:38:26,001 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack 2018-11-19 06:38:26,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/6b31ea6b-0198-4f57-9dca-6026d024e33b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:26,197 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:26 GMT Server: Apache x-openstack-request-id: req-b851ae76-105c-43fa-b932-73b68d417ef4 Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:26,238 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:26 GMT Server: Apache x-openstack-request-id: req-b702a3b8-8127-42dd-92bf-c5ae3cbaad49 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:26,238 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b used request id req-b702a3b8-8127-42dd-92bf-c5ae3cbaad49 2018-11-19 06:38:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/6b31ea6b-0198-4f57-9dca-6026d024e33b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:26,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:26 GMT Server: Apache x-openstack-request-id: req-8ca6f4ce-3415-41b3-a48f-71e27afd6a8a Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:26,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:26 GMT Server: Apache x-openstack-request-id: req-dc96991c-15df-4e9f-b0df-01854818c5b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 502 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": "30a05b365882415d8e03000487c8f7ec", "OS::stack_id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "OS::stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack"}, "deletion_time": null, "stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack", "stack_user_project_id": "8e39864213ee42a29a7ade10b4a4cb50", "tags": null, "creation_time": "2018-11-19T06:38:23Z", "links": [{"href": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:38:26Z", "id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "stack_status_reason": "Stack DELETE started", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:26,680 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b used request id req-dc96991c-15df-4e9f-b0df-01854818c5b2 2018-11-19 06:38:26,681 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:38:26,681 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:38:29,684 - create_stack - DEBUG - Stack status query timeout in 1196.5545032 2018-11-19 06:38:29,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/6b31ea6b-0198-4f57-9dca-6026d024e33b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:29,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:29 GMT Server: Apache x-openstack-request-id: req-edf35717-3a6b-4a89-b4e6-d15582d4aae0 Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:30,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:29 GMT Server: Apache x-openstack-request-id: req-ec87c941-4d8b-4ab1-b237-516723ec5d98 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 507 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "30a05b365882415d8e03000487c8f7ec", "OS::stack_id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "OS::stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack"}, "deletion_time": "2018-11-19T06:38:27Z", "stack_name": "CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack", "stack_user_project_id": "8e39864213ee42a29a7ade10b4a4cb50", "tags": null, "creation_time": "2018-11-19T06:38:23Z", "links": [{"href": "http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:38:26Z", "id": "6b31ea6b-0198-4f57-9dca-6026d024e33b", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-19 06:38:30,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b used request id req-ec87c941-4d8b-4ab1-b237-516723ec5d98 2018-11-19 06:38:30,123 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:38:30,123 - create_stack - DEBUG - Stack is active with name - CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack 2018-11-19 06:38:30,123 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack 2018-11-19 06:38:30,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/6b31ea6b-0198-4f57-9dca-6026d024e33b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}76f5b3e1d230e84b641b0e73e90a3219ab256a04" 2018-11-19 06:38:30,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:30 GMT Server: Apache x-openstack-request-id: req-2cbb2da4-0556-42d5-b1ec-09e6dea266ed Location: http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b Content-Length: 481 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:30,603 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:38:30 GMT Server: Apache x-openstack-request-id: req-77b2af5d-bffd-46ed-944e-9a888d81c6f2 Content-Length: 254 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:38:30,604 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/30a05b365882415d8e03000487c8f7ec/stacks/CreateStackFlavorTests-451e451c-bc16-4c86-8492-ef21d7f401ae-stack/6b31ea6b-0198-4f57-9dca-6026d024e33b used request id req-77b2af5d-bffd-46ed-944e-9a888d81c6f2 2018-11-19 06:38:30,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:30,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-8521c523-b03d-4c87-b481-b34106d7ec72 Date: Mon, 19 Nov 2018 06:38:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:38:30,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-8521c523-b03d-4c87-b481-b34106d7ec72 2018-11-19 06:38:30,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:30,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-932f3c16-8106-4b17-a871-451488ca6b72 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:38:30,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-932f3c16-8106-4b17-a871-451488ca6b72 2018-11-19 06:38:30,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:31,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8943c3f5-3b69-4e3b-ab62-9463f882fc2a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:38:31,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-8943c3f5-3b69-4e3b-ab62-9463f882fc2a 2018-11-19 06:38:31,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:31,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b24992f-d395-43af-a534-7728584cca10 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:38:31,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-0b24992f-d395-43af-a534-7728584cca10 2018-11-19 06:38:31,123 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-a909807c-6a0f-420-proj 2018-11-19 06:38:31,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:31,356 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3630d8f-dd97-4541-aa6e-f72152af78a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:31,356 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/30a05b365882415d8e03000487c8f7ec used request id req-f3630d8f-dd97-4541-aa6e-f72152af78a5 2018-11-19 06:38:31,357 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-a909807c-6a0f-420-proj-role 2018-11-19 06:38:31,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/f0557f0c62214b02b3893c6f68d56df6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:31,473 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56d81da0-80ae-4b3f-9dff-65baeb0495f7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:31,473 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/f0557f0c62214b02b3893c6f68d56df6 used request id req-56d81da0-80ae-4b3f-9dff-65baeb0495f7 2018-11-19 06:38:31,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}52b37eca1ee776a3272dbffd5c6764b81d810b64" 2018-11-19 06:38:31,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fabf621-603c-49c4-91de-26b012c71fa3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:31,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0fabf621-603c-49c4-91de-26b012c71fa3 2018-11-19 06:38:31,567 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-a909807c-6a0f-420-user 2018-11-19 06:38:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/eddedd03306c4f1885ebc4843b977fba -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf589175861c3eefb7097972b343b3787d6c9810" 2018-11-19 06:38:31,735 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-47562557-6c06-4209-bf79-69166ae8b21c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:31,735 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/eddedd03306c4f1885ebc4843b977fba used request id req-47562557-6c06-4209-bf79-69166ae8b21c 2018-11-19 06:38:31,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:32,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["oxQhdJyGT_KBKeGrSHT2eg"], "issued_at": "2018-11-19T06:38:32.000000Z"}} 2018-11-19 06:38:32,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cd5adb56918ff42074cc7267c1871f02d0414f3" 2018-11-19 06:38:32,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e6308e-2f18-47b3-8873-6a8673c6c4ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:32,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c5e6308e-2f18-47b3-8873-6a8673c6c4ee 2018-11-19 06:38:32,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:32,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:32,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GsU9WU_BS8qT4nA1vlUgPA"], "issued_at": "2018-11-19T06:38:32.000000Z"}} 2018-11-19 06:38:32,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:32,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3569dce7-106f-45b5-917b-bbd7dfbeb5cd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:32,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3569dce7-106f-45b5-917b-bbd7dfbeb5cd 2018-11-19 06:38:32,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:32,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:32,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-08d3604b-b65c-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:32,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c884969f-25fa-4b2f-ab4e-32262dca51b3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-08d3604b-b65c-406-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:38:32,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackKeypairTests-08d3604b-b65c-406-proj used request id req-c884969f-25fa-4b2f-ab4e-32262dca51b3 2018-11-19 06:38:32,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:32,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cd3c5b5-b1ef-45d2-bb31-1d06897048b6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:32,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-8cd3c5b5-b1ef-45d2-bb31-1d06897048b6 2018-11-19 06:38:32,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj"}}' 2018-11-19 06:38:32,995 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-232c0b6a-6a84-4efb-8d35-e7b3cfc62214 Content-Length: 308 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b"}, "enabled": true, "id": "3c2fefb2c87b454caba633a54489ed0b", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj"}} 2018-11-19 06:38:32,995 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-232c0b6a-6a84-4efb-8d35-e7b3cfc62214 2018-11-19 06:38:32,995 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-08d3604b-b65c-406-proj 2018-11-19 06:38:32,995 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:32,996 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:33,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["n2ZQX_3eRAmlD76rBA4Egw"], "issued_at": "2018-11-19T06:38:33.000000Z"}} 2018-11-19 06:38:33,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:33,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9a9b813-daaf-4aed-ac76-ce8845ef0eca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:33,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f9a9b813-daaf-4aed-ac76-ce8845ef0eca 2018-11-19 06:38:33,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:33,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:38:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:33,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:33,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e50e22a-6b81-4cb7-bd91-add5a92ba426 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:38:33,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8e50e22a-6b81-4cb7-bd91-add5a92ba426 2018-11-19 06:38:33,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-08d3604b-b65c-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:33,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a0da36d-66d6-409d-a28d-2c772b9d5f2b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-08d3604b-b65c-406-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b"}, "enabled": true, "id": "3c2fefb2c87b454caba633a54489ed0b", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj"}]} 2018-11-19 06:38:33,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-08d3604b-b65c-406-proj used request id req-6a0da36d-66d6-409d-a28d-2c772b9d5f2b 2018-11-19 06:38:33,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:33,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e94b1f29-aac3-4bcc-a20b-a9156bb6427d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:33,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e94b1f29-aac3-4bcc-a20b-a9156bb6427d 2018-11-19 06:38:34,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:34,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69fddea2-a6d0-449a-b441-5c5823cef115 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:34,052 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-69fddea2-a6d0-449a-b441-5c5823cef115 2018-11-19 06:38:34,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-08d3604b-b65c-406-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:34,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e1509e8-db02-455c-bc22-21a0090ea597 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-08d3604b-b65c-406-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b"}, "enabled": true, "id": "3c2fefb2c87b454caba633a54489ed0b", "parent_id": "default", "domain_id": "default", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj"}]} 2018-11-19 06:38:34,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackKeypairTests-08d3604b-b65c-406-proj used request id req-7e1509e8-db02-455c-bc22-21a0090ea597 2018-11-19 06:38:34,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/d326f1f6fa3f4e1f8bb0858b44a455df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:34,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf8e48f6-5878-44f8-8307-4c8f7a553ba5 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackKeypairTests-08d3604b-b65c-406-user", "links": {"self": "http://172.30.9.21:5000/v3/users/d326f1f6fa3f4e1f8bb0858b44a455df"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "3c2fefb2c87b454caba633a54489ed0b", "id": "d326f1f6fa3f4e1f8bb0858b44a455df", "password_expires_at": null}} 2018-11-19 06:38:34,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/d326f1f6fa3f4e1f8bb0858b44a455df used request id req-cf8e48f6-5878-44f8-8307-4c8f7a553ba5 2018-11-19 06:38:34,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b/users/d326f1f6fa3f4e1f8bb0858b44a455df/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:34,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b4f1c46-db90-4948-9936-083e7c6e4691 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b/users/d326f1f6fa3f4e1f8bb0858b44a455df/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:38:34,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b/users/d326f1f6fa3f4e1f8bb0858b44a455df/roles used request id req-2b4f1c46-db90-4948-9936-083e7c6e4691 2018-11-19 06:38:34,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:34,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eec2fd23-5bb3-432b-9aa9-652d9140541b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:38:34,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-eec2fd23-5bb3-432b-9aa9-652d9140541b 2018-11-19 06:38:34,457 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-08d3604b-b65c-406-proj 2018-11-19 06:38:34,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b/users/d326f1f6fa3f4e1f8bb0858b44a455df/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:34,577 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80171c85-97dd-4227-bf85-a10bf2db443a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:34,578 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b/users/d326f1f6fa3f4e1f8bb0858b44a455df/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-80171c85-97dd-4227-bf85-a10bf2db443a 2018-11-19 06:38:34,578 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-08d3604b-b65c-406-user 2018-11-19 06:38:34,578 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:34,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:34,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b61c60c-75ab-476e-8096-82fdc55eaa71 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:34,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b61c60c-75ab-476e-8096-82fdc55eaa71 2018-11-19 06:38:34,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" -d '{"role": {"name": "CreateStackKeypairTests-08d3604b-b65c-406-proj-role"}}' 2018-11-19 06:38:34,863 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0783ad4f-378a-46b0-bedd-fde94864c4d4 Content-Length: 222 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a6ef5f71066443928105fc497bd1eb87", "links": {"self": "http://172.30.9.21:5000/v3/roles/a6ef5f71066443928105fc497bd1eb87"}, "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj-role"}} 2018-11-19 06:38:34,863 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0783ad4f-378a-46b0-bedd-fde94864c4d4 2018-11-19 06:38:34,863 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-08d3604b-b65c-406-proj-role 2018-11-19 06:38:34,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a6ef5f71066443928105fc497bd1eb87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:34,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e00737e0-9341-495f-881b-0492288a4e30 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a6ef5f71066443928105fc497bd1eb87"}, "domain_id": null, "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj-role", "id": "a6ef5f71066443928105fc497bd1eb87"}} 2018-11-19 06:38:34,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a6ef5f71066443928105fc497bd1eb87 used request id req-e00737e0-9341-495f-881b-0492288a4e30 2018-11-19 06:38:34,947 - keystone_utils - INFO - Granting role CreateStackKeypairTests-08d3604b-b65c-406-proj-role to project CreateStackKeypairTests-08d3604b-b65c-406-proj 2018-11-19 06:38:34,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b/users/d326f1f6fa3f4e1f8bb0858b44a455df/roles/a6ef5f71066443928105fc497bd1eb87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:35,082 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18e29a80-4527-47d4-9c29-882fc7cbadcb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:35,082 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b/users/d326f1f6fa3f4e1f8bb0858b44a455df/roles/a6ef5f71066443928105fc497bd1eb87 used request id req-18e29a80-4527-47d4-9c29-882fc7cbadcb 2018-11-19 06:38:35,082 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:35,082 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:35,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:35,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:35,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "a6ef5f71066443928105fc497bd1eb87", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj-role"}], "expires_at": "2018-11-19T07:38:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c2fefb2c87b454caba633a54489ed0b", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-08d3604b-b65c-406-user", "id": "d326f1f6fa3f4e1f8bb0858b44a455df"}, "audit_ids": ["K0GIBbciT2i277H1yloB-w"], "issued_at": "2018-11-19T06:38:35.000000Z"}} 2018-11-19 06:38:35,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:35,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd8b5b1d-2d2d-425d-917b-5307fad29bdb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:35,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fd8b5b1d-2d2d-425d-917b-5307fad29bdb 2018-11-19 06:38:35,549 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:35,552 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:35,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:35,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:35 GMT Server: Apache x-openstack-request-id: req-9f7261ba-e427-475d-b997-d78b9b4bbd57 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:38:35,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks?stack_name=CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack used request id req-9f7261ba-e427-475d-b997-d78b9b4bbd57 2018-11-19 06:38:35,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" -d '{"stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-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-c103044f-1881-4266-89d8-210a008eeeae-kp"}}' 2018-11-19 06:38:37,296 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:35 GMT Server: Apache x-openstack-request-id: req-423ece82-5250-4cbd-9335-17d7572a738c Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 Content-Length: 291 Content-Type: application/json RESP BODY: {"stack": {"id": "b9fb7738-d765-479a-ae07-b574680f6568", "links": [{"href": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568", "rel": "self"}]}} 2018-11-19 06:38:37,296 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks used request id req-423ece82-5250-4cbd-9335-17d7572a738c 2018-11-19 06:38:37,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/b9fb7738-d765-479a-ae07-b574680f6568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:37,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:37 GMT Server: Apache x-openstack-request-id: req-f071eb6d-94e6-44db-ae4f-0fd087a90f07 Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:37,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:37 GMT Server: Apache x-openstack-request-id: req-c4d3c87a-1bb4-41ea-93f7-221836c602d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1904 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": "3c2fefb2c87b454caba633a54489ed0b", "OS::stack_id": "b9fb7738-d765-479a-ae07-b574680f6568", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "keypair_name": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "stack_user_project_id": "f10a0f801bf640a0bdcb80f07e401753", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:38:36Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "b9fb7738-d765-479a-ae07-b574680f6568", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtDX65glV2k161ynjbToTM/AKk/euOmaZOS2qbE753DFMmbYl\nkQ1HHG6KLou4AJl4VvVvzcEvz5CKQikXXe3DNcBNKapIcFJSQZ+ys8xr5w1Us1jy\naKUSJ5726/45c/vryCR+EIKmrNHq1lnYNfVvnKif9Fuiy5KubtmvK43evE5+m4Ps\nzcjuob999lyI1rIkP7UMTBpQhmUy0bCnmEeSQoEul2ar0PDeRDnKhHjxXsEPp9r6\nwQdEa9Aba9yldJUgb2pbs55F2sKDdTAv0yEhyPrhqc7Nnb6jwkJJjk6I2uqSvMvy\ncsVDi1W8hP9eyUhrpwoCjoYIphQWJEqMmX1MawIDAQABAoIBAACppieMZz1rRYVf\nCRAQw5tQSamron9iezPDoDnPvIl7wO1bxx2Wb+mB2o47Q0z1Q4UGWAfoqvVXcbq2\njfhxdGNRNrdtgeCv3M+S98RDfy4VVXdnX1TVLpDou724bJuplH9i6vfCkzxVdUie\ngfYI1gU8dYIfiCS5gFy1/jfpyKTmn2oEmM8vt+C++HwCTBiWbEg1PdS0n4TEtd9U\noqchO4xfOuO+apxJIGGGssgi3qQTT0HUFUC21NjhAZ2Ehu3/OVfmSHlFhA4339zy\nu5aYno3mKD2ZJSgISSKu1gNlU+4b9UMNhC8ItW5BBGKDelOTekpCzsSyM2/f9x6S\nb57bRTECgYEA3JDFVK274bfPm6UeIfHpxDlZthIjf8Al259s0yAxuf5mQNIx70JZ\nMSyrSt+Y6txrcKkAzP3uvbjHj1H/EL8AkgiRibhOHXNpIamgzXg67gG1cdsp7FzN\nb+J0P3YZ49qIXj9YSBhOVDZ4dl2eRAcAkvo636bcxNpXn10jjEIKm6MCgYEA0SmJ\nqmnY7q2M2ddRaSP3QIy0hhVdnV73fWS2kcwfvzE4ZMThgWNR7CIYQ0WkxtU95gTd\nR3imRSXpN6CebvlmhLXZfGnMF7C31cSNwIuKsJJ3NrS9knWVq/DUvE4Ef1va5/9H\n3MGdvoIQpTEV2veZx/TwCOBCFgn7JGolvAwlGJkCgYAXJQXf7d8iP2SEo5321+i8\n03vLdDnPZP1T/3Wu7djp+H0IXkYpIiAz3ckXsUDdnEWV69YOrLLJq8MdEfCe9Dv+\nFvIWroVb58lnY+JgzTX51aoRiXrrt41DKVMjeaQb2cmngiQkZJCLm6+mVAqQft+b\njLBy2ZKfAX5iVaauSBvO2wKBgDeBvnbrABbXF7n32jL8yHDo5j9vDBjnSuaMA6dN\ndF9YwI59cRrVMLhpk+bGZKQfkv2n7NE6w2U2Wl3Y0jLBHOO7HqxVp0PiMecY8kVW\nwsd5Fwn9jRGBAudOUiZmzeq+halrpbZ/60zTV3d/Pz2M19KovcqdOOyAWZWgVcNB\ntdaBAoGBALJs1MgvHJXwjOjOTLsUu03gEU/Z7bLf0F0GIXSVfEgzaTZim7rNU51m\nk42Gu09Aui/6T8iC/WF9xOA0/K7m17566ZIWAp9CvgNPR4FtAKqfqiV+BnHQV+1i\nBkZUeeckjtpukzDxPWWJp4t1lZgPnYJWWaHUv8qGOcQ5U/d7XQwe\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-19 06:38:37,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 used request id req-c4d3c87a-1bb4-41ea-93f7-221836c602d2 2018-11-19 06:38:37,688 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack 2018-11-19 06:38:37,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/b9fb7738-d765-479a-ae07-b574680f6568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:37,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:37 GMT Server: Apache x-openstack-request-id: req-8df4d051-6ed7-478c-b061-bf1567130891 Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:38,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:37 GMT Server: Apache x-openstack-request-id: req-410fbc1e-3719-4b3f-a3f0-2ff7ed2e57ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "3c2fefb2c87b454caba633a54489ed0b", "OS::stack_id": "b9fb7738-d765-479a-ae07-b574680f6568", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "keypair_name": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "stack_user_project_id": "f10a0f801bf640a0bdcb80f07e401753", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:38:36Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b9fb7738-d765-479a-ae07-b574680f6568", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtDX65glV2k161ynjbToTM/AKk/euOmaZOS2qbE753DFMmbYl\nkQ1HHG6KLou4AJl4VvVvzcEvz5CKQikXXe3DNcBNKapIcFJSQZ+ys8xr5w1Us1jy\naKUSJ5726/45c/vryCR+EIKmrNHq1lnYNfVvnKif9Fuiy5KubtmvK43evE5+m4Ps\nzcjuob999lyI1rIkP7UMTBpQhmUy0bCnmEeSQoEul2ar0PDeRDnKhHjxXsEPp9r6\nwQdEa9Aba9yldJUgb2pbs55F2sKDdTAv0yEhyPrhqc7Nnb6jwkJJjk6I2uqSvMvy\ncsVDi1W8hP9eyUhrpwoCjoYIphQWJEqMmX1MawIDAQABAoIBAACppieMZz1rRYVf\nCRAQw5tQSamron9iezPDoDnPvIl7wO1bxx2Wb+mB2o47Q0z1Q4UGWAfoqvVXcbq2\njfhxdGNRNrdtgeCv3M+S98RDfy4VVXdnX1TVLpDou724bJuplH9i6vfCkzxVdUie\ngfYI1gU8dYIfiCS5gFy1/jfpyKTmn2oEmM8vt+C++HwCTBiWbEg1PdS0n4TEtd9U\noqchO4xfOuO+apxJIGGGssgi3qQTT0HUFUC21NjhAZ2Ehu3/OVfmSHlFhA4339zy\nu5aYno3mKD2ZJSgISSKu1gNlU+4b9UMNhC8ItW5BBGKDelOTekpCzsSyM2/f9x6S\nb57bRTECgYEA3JDFVK274bfPm6UeIfHpxDlZthIjf8Al259s0yAxuf5mQNIx70JZ\nMSyrSt+Y6txrcKkAzP3uvbjHj1H/EL8AkgiRibhOHXNpIamgzXg67gG1cdsp7FzN\nb+J0P3YZ49qIXj9YSBhOVDZ4dl2eRAcAkvo636bcxNpXn10jjEIKm6MCgYEA0SmJ\nqmnY7q2M2ddRaSP3QIy0hhVdnV73fWS2kcwfvzE4ZMThgWNR7CIYQ0WkxtU95gTd\nR3imRSXpN6CebvlmhLXZfGnMF7C31cSNwIuKsJJ3NrS9knWVq/DUvE4Ef1va5/9H\n3MGdvoIQpTEV2veZx/TwCOBCFgn7JGolvAwlGJkCgYAXJQXf7d8iP2SEo5321+i8\n03vLdDnPZP1T/3Wu7djp+H0IXkYpIiAz3ckXsUDdnEWV69YOrLLJq8MdEfCe9Dv+\nFvIWroVb58lnY+JgzTX51aoRiXrrt41DKVMjeaQb2cmngiQkZJCLm6+mVAqQft+b\njLBy2ZKfAX5iVaauSBvO2wKBgDeBvnbrABbXF7n32jL8yHDo5j9vDBjnSuaMA6dN\ndF9YwI59cRrVMLhpk+bGZKQfkv2n7NE6w2U2Wl3Y0jLBHOO7HqxVp0PiMecY8kVW\nwsd5Fwn9jRGBAudOUiZmzeq+halrpbZ/60zTV3d/Pz2M19KovcqdOOyAWZWgVcNB\ntdaBAoGBALJs1MgvHJXwjOjOTLsUu03gEU/Z7bLf0F0GIXSVfEgzaTZim7rNU51m\nk42Gu09Aui/6T8iC/WF9xOA0/K7m17566ZIWAp9CvgNPR4FtAKqfqiV+BnHQV+1i\nBkZUeeckjtpukzDxPWWJp4t1lZgPnYJWWaHUv8qGOcQ5U/d7XQwe\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-19 06:38:38,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 used request id req-410fbc1e-3719-4b3f-a3f0-2ff7ed2e57ab 2018-11-19 06:38:38,142 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:38:38,142 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack 2018-11-19 06:38:38,143 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack 2018-11-19 06:38:38,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/b9fb7738-d765-479a-ae07-b574680f6568/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:38,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:38 GMT Server: Apache x-openstack-request-id: req-228c068b-0b89-4f4f-8837-30b87824fbc3 Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568/resources Content-Length: 551 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:38,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:38 GMT Server: Apache x-openstack-request-id: req-67830fa2-9a65-4c3d-9f9a-5a8bfc55ca42 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T06:38:37Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:38:37Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-11-19 06:38:38,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568/resources used request id req-67830fa2-9a65-4c3d-9f9a-5a8bfc55ca42 2018-11-19 06:38:38,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:38,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd389bdf-eca0-43f0-98c6-936ce6b3d791 x-compute-request-id: req-bd389bdf-eca0-43f0-98c6-936ce6b3d791 Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0NfrmCVXaTXrXKeNtOhMz8AqT9646Zpk5LapsTvncMUyZtiWRDUccbooui7gAmXhW9W/NwS/PkIpCKRdd7cM1wE0pqkhwUlJBn7KzzGvnDVSzWPJopRInnvbr/jlz++vIJH4Qgqas0erWWdg19W+cqJ/0W6LLkq5u2a8rjd68Tn6bg+zNyO6hv332XIjWsiQ/tQxMGlCGZTLRsKeYR5JCgS6XZqvQ8N5EOcqEePFewQ+n2vrBB0Rr0Btr3KV0lSBvaluznkXawoN1MC/TISHI+uGpzs2dvqPCQkmOToja6pK8y/JyxUOLVbyE/17JSGunCgKOhgimFBYkSoyZfUxr Generated-by-Nova", "user_id": "d326f1f6fa3f4e1f8bb0858b44a455df", "name": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp", "deleted": false, "created_at": "2018-11-19T06:38:37.000000", "updated_at": null, "fingerprint": "79:2d:2b:39:99:ce:4c:af:9e:f4:fe:e2:f0:0f:ac:53", "deleted_at": null, "id": 95}} 2018-11-19 06:38:38,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp used request id req-bd389bdf-eca0-43f0-98c6-936ce6b3d791 2018-11-19 06:38:38,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/b9fb7738-d765-479a-ae07-b574680f6568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:38,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:38 GMT Server: Apache x-openstack-request-id: req-2a2088c0-b98e-4bc7-b685-31794ab141db Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:38,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:38 GMT Server: Apache x-openstack-request-id: req-0875beeb-58d8-4cd3-bf6f-736c525bbef0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1911 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "3c2fefb2c87b454caba633a54489ed0b", "OS::stack_id": "b9fb7738-d765-479a-ae07-b574680f6568", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "keypair_name": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "stack_user_project_id": "f10a0f801bf640a0bdcb80f07e401753", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:38:36Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "b9fb7738-d765-479a-ae07-b574680f6568", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtDX65glV2k161ynjbToTM/AKk/euOmaZOS2qbE753DFMmbYl\nkQ1HHG6KLou4AJl4VvVvzcEvz5CKQikXXe3DNcBNKapIcFJSQZ+ys8xr5w1Us1jy\naKUSJ5726/45c/vryCR+EIKmrNHq1lnYNfVvnKif9Fuiy5KubtmvK43evE5+m4Ps\nzcjuob999lyI1rIkP7UMTBpQhmUy0bCnmEeSQoEul2ar0PDeRDnKhHjxXsEPp9r6\nwQdEa9Aba9yldJUgb2pbs55F2sKDdTAv0yEhyPrhqc7Nnb6jwkJJjk6I2uqSvMvy\ncsVDi1W8hP9eyUhrpwoCjoYIphQWJEqMmX1MawIDAQABAoIBAACppieMZz1rRYVf\nCRAQw5tQSamron9iezPDoDnPvIl7wO1bxx2Wb+mB2o47Q0z1Q4UGWAfoqvVXcbq2\njfhxdGNRNrdtgeCv3M+S98RDfy4VVXdnX1TVLpDou724bJuplH9i6vfCkzxVdUie\ngfYI1gU8dYIfiCS5gFy1/jfpyKTmn2oEmM8vt+C++HwCTBiWbEg1PdS0n4TEtd9U\noqchO4xfOuO+apxJIGGGssgi3qQTT0HUFUC21NjhAZ2Ehu3/OVfmSHlFhA4339zy\nu5aYno3mKD2ZJSgISSKu1gNlU+4b9UMNhC8ItW5BBGKDelOTekpCzsSyM2/f9x6S\nb57bRTECgYEA3JDFVK274bfPm6UeIfHpxDlZthIjf8Al259s0yAxuf5mQNIx70JZ\nMSyrSt+Y6txrcKkAzP3uvbjHj1H/EL8AkgiRibhOHXNpIamgzXg67gG1cdsp7FzN\nb+J0P3YZ49qIXj9YSBhOVDZ4dl2eRAcAkvo636bcxNpXn10jjEIKm6MCgYEA0SmJ\nqmnY7q2M2ddRaSP3QIy0hhVdnV73fWS2kcwfvzE4ZMThgWNR7CIYQ0WkxtU95gTd\nR3imRSXpN6CebvlmhLXZfGnMF7C31cSNwIuKsJJ3NrS9knWVq/DUvE4Ef1va5/9H\n3MGdvoIQpTEV2veZx/TwCOBCFgn7JGolvAwlGJkCgYAXJQXf7d8iP2SEo5321+i8\n03vLdDnPZP1T/3Wu7djp+H0IXkYpIiAz3ckXsUDdnEWV69YOrLLJq8MdEfCe9Dv+\nFvIWroVb58lnY+JgzTX51aoRiXrrt41DKVMjeaQb2cmngiQkZJCLm6+mVAqQft+b\njLBy2ZKfAX5iVaauSBvO2wKBgDeBvnbrABbXF7n32jL8yHDo5j9vDBjnSuaMA6dN\ndF9YwI59cRrVMLhpk+bGZKQfkv2n7NE6w2U2Wl3Y0jLBHOO7HqxVp0PiMecY8kVW\nwsd5Fwn9jRGBAudOUiZmzeq+halrpbZ/60zTV3d/Pz2M19KovcqdOOyAWZWgVcNB\ntdaBAoGBALJs1MgvHJXwjOjOTLsUu03gEU/Z7bLf0F0GIXSVfEgzaTZim7rNU51m\nk42Gu09Aui/6T8iC/WF9xOA0/K7m17566ZIWAp9CvgNPR4FtAKqfqiV+BnHQV+1i\nBkZUeeckjtpukzDxPWWJp4t1lZgPnYJWWaHUv8qGOcQ5U/d7XQwe\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-19 06:38:38,538 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 used request id req-0875beeb-58d8-4cd3-bf6f-736c525bbef0 2018-11-19 06:38:38,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:38,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:38,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "a6ef5f71066443928105fc497bd1eb87", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj-role"}], "expires_at": "2018-11-19T07:38:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c2fefb2c87b454caba633a54489ed0b", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-08d3604b-b65c-406-user", "id": "d326f1f6fa3f4e1f8bb0858b44a455df"}, "audit_ids": ["Hfy7YlvGRcKi_5XJgPsJEQ"], "issued_at": "2018-11-19T06:38:38.000000Z"}} 2018-11-19 06:38:38,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ba3f7291a540ec4cd94439d74d677142bac692" 2018-11-19 06:38:39,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11580839-2763-4a19-983f-3ce4313f1de5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:39,006 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-11580839-2763-4a19-983f-3ce4313f1de5 2018-11-19 06:38:39,007 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:39,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61ba3f7291a540ec4cd94439d74d677142bac692" 2018-11-19 06:38:39,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fff9cc59-8b37-4ef5-af09-40d2b914f429 x-compute-request-id: req-fff9cc59-8b37-4ef5-af09-40d2b914f429 Content-Encoding: gzip Content-Length: 493 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0NfrmCVXaTXrXKeNtOhMz8AqT9646Zpk5LapsTvncMUyZtiWRDUccbooui7gAmXhW9W/NwS/PkIpCKRdd7cM1wE0pqkhwUlJBn7KzzGvnDVSzWPJopRInnvbr/jlz++vIJH4Qgqas0erWWdg19W+cqJ/0W6LLkq5u2a8rjd68Tn6bg+zNyO6hv332XIjWsiQ/tQxMGlCGZTLRsKeYR5JCgS6XZqvQ8N5EOcqEePFewQ+n2vrBB0Rr0Btr3KV0lSBvaluznkXawoN1MC/TISHI+uGpzs2dvqPCQkmOToja6pK8y/JyxUOLVbyE/17JSGunCgKOhgimFBYkSoyZfUxr Generated-by-Nova", "name": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp", "fingerprint": "79:2d:2b:39:99:ce:4c:af:9e:f4:fe:e2:f0:0f:ac:53"}}]} 2018-11-19 06:38:39,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-fff9cc59-8b37-4ef5-af09-40d2b914f429 2018-11-19 06:38:39,254 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:39,628 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}, {"id": "a6ef5f71066443928105fc497bd1eb87", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj-role"}], "expires_at": "2018-11-19T07:38:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c2fefb2c87b454caba633a54489ed0b", "name": "CreateStackKeypairTests-08d3604b-b65c-406-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3c2fefb2c87b454caba633a54489ed0b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackKeypairTests-08d3604b-b65c-406-user", "id": "d326f1f6fa3f4e1f8bb0858b44a455df"}, "audit_ids": ["T5Teu96bTgKLpfa_UW9lwg"], "issued_at": "2018-11-19T06:38:39.000000Z"}} 2018-11-19 06:38:39,631 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2912245878d3c3d3f02d2e08f5a13eb04e43c9" 2018-11-19 06:38:39,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-479ca75b-55af-4ce7-84f0-85521e1c5cab x-compute-request-id: req-479ca75b-55af-4ce7-84f0-85521e1c5cab Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0NfrmCVXaTXrXKeNtOhMz8AqT9646Zpk5LapsTvncMUyZtiWRDUccbooui7gAmXhW9W/NwS/PkIpCKRdd7cM1wE0pqkhwUlJBn7KzzGvnDVSzWPJopRInnvbr/jlz++vIJH4Qgqas0erWWdg19W+cqJ/0W6LLkq5u2a8rjd68Tn6bg+zNyO6hv332XIjWsiQ/tQxMGlCGZTLRsKeYR5JCgS6XZqvQ8N5EOcqEePFewQ+n2vrBB0Rr0Btr3KV0lSBvaluznkXawoN1MC/TISHI+uGpzs2dvqPCQkmOToja6pK8y/JyxUOLVbyE/17JSGunCgKOhgimFBYkSoyZfUxr Generated-by-Nova", "user_id": "d326f1f6fa3f4e1f8bb0858b44a455df", "name": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp", "deleted": false, "created_at": "2018-11-19T06:38:37.000000", "updated_at": null, "fingerprint": "79:2d:2b:39:99:ce:4c:af:9e:f4:fe:e2:f0:0f:ac:53", "deleted_at": null, "id": 95}} 2018-11-19 06:38:39,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp used request id req-479ca75b-55af-4ce7-84f0-85521e1c5cab 2018-11-19 06:38:39,798 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack 2018-11-19 06:38:39,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/b9fb7738-d765-479a-ae07-b574680f6568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:39,826 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:39 GMT Server: Apache x-openstack-request-id: req-25bd2494-2fb0-4c92-87ee-ff35a30a34ac Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:40,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:39 GMT Server: Apache x-openstack-request-id: req-86ebb48d-b55e-4bd2-86d7-d56a05f270d5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:40,154 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 used request id req-86ebb48d-b55e-4bd2-86d7-d56a05f270d5 2018-11-19 06:38:40,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/b9fb7738-d765-479a-ae07-b574680f6568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:40,328 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:40 GMT Server: Apache x-openstack-request-id: req-5dad77f2-897b-4908-9399-8fb05d5a6b44 Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:40,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:40 GMT Server: Apache x-openstack-request-id: req-55ecb857-7611-4e3f-ba7f-ccf4e13fa483 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "3c2fefb2c87b454caba633a54489ed0b", "OS::stack_id": "b9fb7738-d765-479a-ae07-b574680f6568", "OS::stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "keypair_name": "CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-kp"}, "deletion_time": null, "stack_name": "CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack", "stack_user_project_id": "f10a0f801bf640a0bdcb80f07e401753", "tags": null, "creation_time": "2018-11-19T06:38:36Z", "links": [{"href": "http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:38:40Z", "id": "b9fb7738-d765-479a-ae07-b574680f6568", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Test template that simply deploys a keypair with a generated key\n"}} 2018-11-19 06:38:40,507 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 used request id req-55ecb857-7611-4e3f-ba7f-ccf4e13fa483 2018-11-19 06:38:40,507 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:38:40,507 - create_stack - DEBUG - Stack is active with name - CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack 2018-11-19 06:38:40,508 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack 2018-11-19 06:38:40,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/b9fb7738-d765-479a-ae07-b574680f6568 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d97543662dc4dac44d1cd10d3ef1d680cf66746b" 2018-11-19 06:38:40,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:40 GMT Server: Apache x-openstack-request-id: req-d6349135-8c8d-4b03-8b02-d6298e02d791 Location: http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 Content-Length: 531 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:40,708 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:38:40 GMT Server: Apache x-openstack-request-id: req-7150f43d-8828-43ae-9ca3-a9a094a90a4b Content-Length: 279 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:38:40,708 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/3c2fefb2c87b454caba633a54489ed0b/stacks/CreateStackKeypairTests-CreateStackKeypairTests-c103044f-1881-4266-89d8-210a008eeeae-stack/b9fb7738-d765-479a-ae07-b574680f6568 used request id req-7150f43d-8828-43ae-9ca3-a9a094a90a4b 2018-11-19 06:38:40,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:40,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-4ba1914a-6670-42aa-abba-fb554a5afeba Date: Mon, 19 Nov 2018 06:38:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:38:40,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4ba1914a-6670-42aa-abba-fb554a5afeba 2018-11-19 06:38:40,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:41,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b530749f-3aca-48d2-9d68-724fb078999f Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:38:41,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-b530749f-3aca-48d2-9d68-724fb078999f 2018-11-19 06:38:41,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:41,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d69c5f9-3c52-4f87-9e14-b5d17a1e30ed Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:38:41,092 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-7d69c5f9-3c52-4f87-9e14-b5d17a1e30ed 2018-11-19 06:38:41,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:41,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b9dec7b-d1ac-4841-8cb6-3e12909233fd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:38:41,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-1b9dec7b-d1ac-4841-8cb6-3e12909233fd 2018-11-19 06:38:41,173 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-08d3604b-b65c-406-proj 2018-11-19 06:38:41,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:41,381 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec61ea0c-71c1-468f-8680-589c81c5fea9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:41,382 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3c2fefb2c87b454caba633a54489ed0b used request id req-ec61ea0c-71c1-468f-8680-589c81c5fea9 2018-11-19 06:38:41,382 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-08d3604b-b65c-406-proj-role 2018-11-19 06:38:41,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a6ef5f71066443928105fc497bd1eb87 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:41,491 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dfa79456-5c3d-4b97-bee5-43477d5375d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:41,492 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a6ef5f71066443928105fc497bd1eb87 used request id req-dfa79456-5c3d-4b97-bee5-43477d5375d6 2018-11-19 06:38:41,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20f9c2466ae7ac2d24de54f84cc4f5e81635baf3" 2018-11-19 06:38:41,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f72e0c2e-1db6-4b12-8716-340007301dd0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:41,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f72e0c2e-1db6-4b12-8716-340007301dd0 2018-11-19 06:38:41,578 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-08d3604b-b65c-406-user 2018-11-19 06:38:41,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/d326f1f6fa3f4e1f8bb0858b44a455df -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}796a56f3d19f3f56ba940003158c8c72696e11fc" 2018-11-19 06:38:41,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1753009e-cd8c-447e-9ecc-6fa3b12b3149 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:41,761 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/d326f1f6fa3f4e1f8bb0858b44a455df used request id req-1753009e-cd8c-447e-9ecc-6fa3b12b3149 2018-11-19 06:38:41,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:42,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["p5FoPINzTkeS0BY5TS1dIw"], "issued_at": "2018-11-19T06:38:42.000000Z"}} 2018-11-19 06:38:42,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}59a8774a2e84e315de23cf376478aea4d9c75bf0" 2018-11-19 06:38:42,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13becaa4-03aa-4f62-a2a6-3bb7fd45ad54 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:42,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-13becaa4-03aa-4f62-a2a6-3bb7fd45ad54 2018-11-19 06:38:42,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:42,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:42,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["6kuoXKH9Ruyn83C3-f6lyQ"], "issued_at": "2018-11-19T06:38:42.000000Z"}} 2018-11-19 06:38:42,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:42,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c733dea6-1ea3-429f-b899-449b38d15e48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:42,707 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c733dea6-1ea3-429f-b899-449b38d15e48 2018-11-19 06:38:42,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:42,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:42,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:42,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36c1ed1d-f07f-4e69-af4a-c755ff24ad38 Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:38:42,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj used request id req-36c1ed1d-f07f-4e69-af4a-c755ff24ad38 2018-11-19 06:38:42,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:42,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37306713-9d78-4af2-a2f1-5d1c595628f0 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:42,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-37306713-9d78-4af2-a2f1-5d1c595628f0 2018-11-19 06:38:42,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}}' 2018-11-19 06:38:42,923 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a79597f-1a70-4799-a2d6-2b99420155a0 Content-Length: 314 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909"}, "enabled": true, "id": "e8c2cf63dc9246f6952599185d9c4909", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}} 2018-11-19 06:38:42,923 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-2a79597f-1a70-4799-a2d6-2b99420155a0 2018-11-19 06:38:42,923 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-aff38765-857e-4c0-proj 2018-11-19 06:38:42,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:42,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:43,401 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["S1Mel6jvQnuc3tV57lKPVw"], "issued_at": "2018-11-19T06:38:43.000000Z"}} 2018-11-19 06:38:43,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:43,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ca5dea-582b-4549-87b7-6ac6159b6773 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:43,497 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b9ca5dea-582b-4549-87b7-6ac6159b6773 2018-11-19 06:38:43,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:43,507 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:38:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:43,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:43,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cac6a69f-17b5-42d1-83f5-9442e5b1efa1 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:38:43,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-cac6a69f-17b5-42d1-83f5-9442e5b1efa1 2018-11-19 06:38:43,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:43,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f31e6244-afef-4716-a5ac-59993bdb2277 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909"}, "enabled": true, "id": "e8c2cf63dc9246f6952599185d9c4909", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}]} 2018-11-19 06:38:43,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj used request id req-f31e6244-afef-4716-a5ac-59993bdb2277 2018-11-19 06:38:43,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:43,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1964982-d793-40c5-af41-a56c534de45a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:38:43,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-d1964982-d793-40c5-af41-a56c534de45a 2018-11-19 06:38:44,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:44,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59ffd4f-7197-4e0e-841a-8b552eb59720 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:44,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c59ffd4f-7197-4e0e-841a-8b552eb59720 2018-11-19 06:38:44,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:44,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4596d3b5-5202-4d01-b68e-77bdf5f822a8 Content-Encoding: gzip Content-Length: 259 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909"}, "enabled": true, "id": "e8c2cf63dc9246f6952599185d9c4909", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}]} 2018-11-19 06:38:44,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackSecurityGroupTests-aff38765-857e-4c0-proj used request id req-4596d3b5-5202-4d01-b68e-77bdf5f822a8 2018-11-19 06:38:44,416 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/ddaa9c408eda497e85046ff75e4fe842 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:44,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57bd0dd1-b587-4103-957c-071349b8bdae Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-user", "links": {"self": "http://172.30.9.21:5000/v3/users/ddaa9c408eda497e85046ff75e4fe842"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "ddaa9c408eda497e85046ff75e4fe842", "password_expires_at": null}} 2018-11-19 06:38:44,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/ddaa9c408eda497e85046ff75e4fe842 used request id req-57bd0dd1-b587-4103-957c-071349b8bdae 2018-11-19 06:38:44,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909/users/ddaa9c408eda497e85046ff75e4fe842/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:44,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5741b676-2e28-453b-a685-eee371d9354c Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909/users/ddaa9c408eda497e85046ff75e4fe842/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:38:44,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909/users/ddaa9c408eda497e85046ff75e4fe842/roles used request id req-5741b676-2e28-453b-a685-eee371d9354c 2018-11-19 06:38:44,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:44,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9617b5ba-91a2-428d-86ba-c1b612efa2dd Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:38:44,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-9617b5ba-91a2-428d-86ba-c1b612efa2dd 2018-11-19 06:38:44,720 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-aff38765-857e-4c0-proj 2018-11-19 06:38:44,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909/users/ddaa9c408eda497e85046ff75e4fe842/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:44,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ab92680-7d7e-4902-9fdb-e26190ad1e3b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:44,854 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909/users/ddaa9c408eda497e85046ff75e4fe842/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-6ab92680-7d7e-4902-9fdb-e26190ad1e3b 2018-11-19 06:38:44,854 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-aff38765-857e-4c0-user 2018-11-19 06:38:44,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:44,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b7e838f-673c-4fd6-a269-30b6caebd19b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:44,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8b7e838f-673c-4fd6-a269-30b6caebd19b 2018-11-19 06:38:44,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" -d '{"role": {"name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role"}}' 2018-11-19 06:38:45,042 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81f843f1-d01e-49c7-81bf-440f7f8ccd81 Content-Length: 228 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a5d5d4adf922453484121b4068378f36", "links": {"self": "http://172.30.9.21:5000/v3/roles/a5d5d4adf922453484121b4068378f36"}, "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role"}} 2018-11-19 06:38:45,043 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-81f843f1-d01e-49c7-81bf-440f7f8ccd81 2018-11-19 06:38:45,043 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role 2018-11-19 06:38:45,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/a5d5d4adf922453484121b4068378f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:45,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f4fcaac-7056-47c8-bacd-4f77be7795bd Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/a5d5d4adf922453484121b4068378f36"}, "domain_id": null, "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role", "id": "a5d5d4adf922453484121b4068378f36"}} 2018-11-19 06:38:45,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/a5d5d4adf922453484121b4068378f36 used request id req-1f4fcaac-7056-47c8-bacd-4f77be7795bd 2018-11-19 06:38:45,129 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role to project CreateStackSecurityGroupTests-aff38765-857e-4c0-proj 2018-11-19 06:38:45,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909/users/ddaa9c408eda497e85046ff75e4fe842/roles/a5d5d4adf922453484121b4068378f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:45,249 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cd7e91d-9165-415b-b543-5317e94a7be8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:45,249 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909/users/ddaa9c408eda497e85046ff75e4fe842/roles/a5d5d4adf922453484121b4068378f36 used request id req-2cd7e91d-9165-415b-b543-5317e94a7be8 2018-11-19 06:38:45,250 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:45,250 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:45,251 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:45,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:45,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a5d5d4adf922453484121b4068378f36", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c2cf63dc9246f6952599185d9c4909", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-user", "id": "ddaa9c408eda497e85046ff75e4fe842"}, "audit_ids": ["bRx5Tl0mReusIiw3MzIB2A"], "issued_at": "2018-11-19T06:38:45.000000Z"}} 2018-11-19 06:38:45,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:45,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e45b3103-1b94-49df-8c1e-3d9af2bab8bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:45,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e45b3103-1b94-49df-8c1e-3d9af2bab8bd 2018-11-19 06:38:45,692 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:38:45,694 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:38:45,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:45,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:45 GMT Server: Apache x-openstack-request-id: req-ea1f6f73-b242-44ec-bef5-48cb9a97658e Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:38:45,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks?stack_name=CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack used request id req-ea1f6f73-b242-44ec-bef5-48cb9a97658e 2018-11-19 06:38:45,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" -d '{"stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-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-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}}' 2018-11-19 06:38:47,354 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:38:45 GMT Server: Apache x-openstack-request-id: req-74fc0268-b807-45a1-af65-23a8e060000d Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 303 Content-Type: application/json RESP BODY: {"stack": {"id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "links": [{"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "rel": "self"}]}} 2018-11-19 06:38:47,354 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks used request id req-74fc0268-b807-45a1-af65-23a8e060000d 2018-11-19 06:38:47,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:47,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:47 GMT Server: Apache x-openstack-request-id: req-f17b6bf7-5074-4d48-a615-1288353fc46c Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:47,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:47 GMT Server: Apache x-openstack-request-id: req-3fdbce96-0b42-4521-8d58-fc70028205cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "e8c2cf63dc9246f6952599185d9c4909", "OS::stack_id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "security_group_name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "stack_user_project_id": "7cf3cfa3b73547e0b2f8d9060020ff7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:38:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 06:38:47,719 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 used request id req-3fdbce96-0b42-4521-8d58-fc70028205cb 2018-11-19 06:38:47,720 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack 2018-11-19 06:38:47,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:47,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:47 GMT Server: Apache x-openstack-request-id: req-5736c311-d584-44c2-941a-1dcf2566c626 Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:48,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:47 GMT Server: Apache x-openstack-request-id: req-30ed3180-da7a-4e12-b464-8118f459484f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "e8c2cf63dc9246f6952599185d9c4909", "OS::stack_id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "security_group_name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "stack_user_project_id": "7cf3cfa3b73547e0b2f8d9060020ff7d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:38:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 06:38:48,084 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 used request id req-30ed3180-da7a-4e12-b464-8118f459484f 2018-11-19 06:38:48,084 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:38:48,085 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:38:51,088 - create_stack - DEBUG - Stack status query timeout in 1196.63203502 2018-11-19 06:38:51,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:51,290 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:51 GMT Server: Apache x-openstack-request-id: req-05636a40-ee89-4f0c-9a98-55ae8c8db82a Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:51,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:51 GMT Server: Apache x-openstack-request-id: req-9e597039-6b54-452f-86c3-8f2fa97457d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 532 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": "e8c2cf63dc9246f6952599185d9c4909", "OS::stack_id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "security_group_name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "stack_user_project_id": "7cf3cfa3b73547e0b2f8d9060020ff7d", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:38:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 06:38:51,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 used request id req-9e597039-6b54-452f-86c3-8f2fa97457d2 2018-11-19 06:38:51,505 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:38:51,505 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack 2018-11-19 06:38:51,506 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack 2018-11-19 06:38:51,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:51,534 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:51 GMT Server: Apache x-openstack-request-id: req-2f6121e5-11b0-4029-9017-05de7997f2c6 Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523/resources Content-Length: 575 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:51,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:51 GMT Server: Apache x-openstack-request-id: req-a235b3e5-8391-44cf-95ce-59aba7b26146 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T06:38:47Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:38:47Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-11-19 06:38:51,714 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523/resources used request id req-a235b3e5-8391-44cf-95ce-59aba7b26146 2018-11-19 06:38:51,714 - neutron_utils - INFO - Retrieving security group with ID - 3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 2018-11-19 06:38:51,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:51,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-4378c3c7-002e-4d14-9280-7d9aec85acd8 Date: Mon, 19 Nov 2018 06:38:51 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "updated_at": "2018-11-19T06:38:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "revision_number": 0, "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "revision_number": 0, "id": "b8d613a8-c85a-4999-b6bd-1024683fbade", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}], "revision_number": 6, "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}]} 2018-11-19 06:38:51,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 used request id req-4378c3c7-002e-4d14-9280-7d9aec85acd8 2018-11-19 06:38:51,802 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 2018-11-19 06:38:51,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:51,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-7bd6a9c1-ded8-4f1c-84f8-7adf06c82aa9 Date: Mon, 19 Nov 2018 06:38:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "b8d613a8-c85a-4999-b6bd-1024683fbade"}]} 2018-11-19 06:38:51,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 used request id req-7bd6a9c1-ded8-4f1c-84f8-7adf06c82aa9 2018-11-19 06:38:51,856 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 2018-11-19 06:38:51,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:52,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-babf866d-0402-4f59-9248-81bc50db4fd9 Date: Mon, 19 Nov 2018 06:38:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "b8d613a8-c85a-4999-b6bd-1024683fbade"}]} 2018-11-19 06:38:52,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 used request id req-babf866d-0402-4f59-9248-81bc50db4fd9 2018-11-19 06:38:52,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:52,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:52,432 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a5d5d4adf922453484121b4068378f36", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e8c2cf63dc9246f6952599185d9c4909", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e8c2cf63dc9246f6952599185d9c4909", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-user", "id": "ddaa9c408eda497e85046ff75e4fe842"}, "audit_ids": ["Xw8U90bARGGyeledxYow6Q"], "issued_at": "2018-11-19T06:38:52.000000Z"}} 2018-11-19 06:38:52,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6106819c809410f27caf646d6c94c03161ace79" 2018-11-19 06:38:52,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a550e43d-ab11-4caa-ba45-0c24891c15b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:52,509 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a550e43d-ab11-4caa-ba45-0c24891c15b3 2018-11-19 06:38:52,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp&description=Test+description -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6106819c809410f27caf646d6c94c03161ace79" 2018-11-19 06:38:52,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-7745bf61-9eea-448d-b96c-446ce19bac9b Date: Mon, 19 Nov 2018 06:38:52 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "updated_at": "2018-11-19T06:38:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "revision_number": 0, "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "revision_number": 0, "id": "b8d613a8-c85a-4999-b6bd-1024683fbade", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}], "revision_number": 6, "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}]} 2018-11-19 06:38:52,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp&description=Test+description used request id req-7745bf61-9eea-448d-b96c-446ce19bac9b 2018-11-19 06:38:52,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:38:52,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:38:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:38:52,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6106819c809410f27caf646d6c94c03161ace79" 2018-11-19 06:38:52,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b894550d-1a13-4151-82bb-29c9341654f0 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909"}, "enabled": true, "id": "e8c2cf63dc9246f6952599185d9c4909", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}} 2018-11-19 06:38:52,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909 used request id req-b894550d-1a13-4151-82bb-29c9341654f0 2018-11-19 06:38:52,807 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 2018-11-19 06:38:52,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6106819c809410f27caf646d6c94c03161ace79" 2018-11-19 06:38:52,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-cc9ddaf3-9de9-4260-883b-67f79c63f0f5 Date: Mon, 19 Nov 2018 06:38:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "b8d613a8-c85a-4999-b6bd-1024683fbade"}]} 2018-11-19 06:38:52,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 used request id req-cc9ddaf3-9de9-4260-883b-67f79c63f0f5 2018-11-19 06:38:52,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 2018-11-19 06:38:52,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6106819c809410f27caf646d6c94c03161ace79" 2018-11-19 06:38:53,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-6ea63b18-b52d-4b24-8bf1-257f2e5ee8ed Date: Mon, 19 Nov 2018 06:38:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "b8d613a8-c85a-4999-b6bd-1024683fbade"}]} 2018-11-19 06:38:53,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 used request id req-6ea63b18-b52d-4b24-8bf1-257f2e5ee8ed 2018-11-19 06:38:53,169 - neutron_utils - INFO - Retrieving security group with ID - 3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 2018-11-19 06:38:53,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6106819c809410f27caf646d6c94c03161ace79" 2018-11-19 06:38:53,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-64a24d97-b04a-4feb-aa38-c1279ce4699f Date: Mon, 19 Nov 2018 06:38:53 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "updated_at": "2018-11-19T06:38:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "revision_number": 0, "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "revision_number": 0, "id": "b8d613a8-c85a-4999-b6bd-1024683fbade", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}], "revision_number": 6, "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}]} 2018-11-19 06:38:53,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 used request id req-64a24d97-b04a-4feb-aa38-c1279ce4699f 2018-11-19 06:38:53,510 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 2018-11-19 06:38:53,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6106819c809410f27caf646d6c94c03161ace79" 2018-11-19 06:38:53,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-4ed8818f-02f6-49f9-bea2-4150cf32c911 Date: Mon, 19 Nov 2018 06:38:53 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": null, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "5a9f680e-13c1-470c-acb1-ac84f7724df1"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-19T06:38:49Z", "security_group_id": "3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5", "port_range_min": 22, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:49Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "b8d613a8-c85a-4999-b6bd-1024683fbade"}]} 2018-11-19 06:38:53,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=3dd23dc8-6665-4aa6-92f7-0b4f95e64fd5 used request id req-4ed8818f-02f6-49f9-bea2-4150cf32c911 2018-11-19 06:38:53,686 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack 2018-11-19 06:38:53,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:53,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:53 GMT Server: Apache x-openstack-request-id: req-03a9ff96-92f3-4f51-982e-ed06c83594ac Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:54,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:53 GMT Server: Apache x-openstack-request-id: req-b8b3b6af-2beb-4263-930e-e7ab83dff3bb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:54,067 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 used request id req-b8b3b6af-2beb-4263-930e-e7ab83dff3bb 2018-11-19 06:38:54,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:54,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:54 GMT Server: Apache x-openstack-request-id: req-a268a372-0006-41fd-ba1c-0747984b2d3a Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:54,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:54 GMT Server: Apache x-openstack-request-id: req-cf3e4414-3fa8-439c-a914-0fb8292e2604 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": "e8c2cf63dc9246f6952599185d9c4909", "OS::stack_id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "security_group_name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}, "deletion_time": null, "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "stack_user_project_id": "7cf3cfa3b73547e0b2f8d9060020ff7d", "tags": null, "creation_time": "2018-11-19T06:38:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:38:54Z", "id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 06:38:54,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 used request id req-cf3e4414-3fa8-439c-a914-0fb8292e2604 2018-11-19 06:38:54,290 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:38:54,290 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:38:57,293 - create_stack - DEBUG - Stack status query timeout in 1196.77391887 2018-11-19 06:38:57,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:57,489 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:57 GMT Server: Apache x-openstack-request-id: req-b04c056d-c80b-4990-9b67-020d4fddcb58 Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:57,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:57 GMT Server: Apache x-openstack-request-id: req-2fa45a09-1f4a-4690-9e3c-e4426df9fbbf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 528 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "e8c2cf63dc9246f6952599185d9c4909", "OS::stack_id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "OS::stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "security_group_name": "CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-sec-grp"}, "deletion_time": "2018-11-19T06:38:56Z", "stack_name": "CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack", "stack_user_project_id": "7cf3cfa3b73547e0b2f8d9060020ff7d", "tags": null, "creation_time": "2018-11-19T06:38:46Z", "links": [{"href": "http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:38:54Z", "id": "0f744d7c-51a6-4e60-93e2-bbd5f30ea523", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-19 06:38:57,533 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 used request id req-2fa45a09-1f4a-4690-9e3c-e4426df9fbbf 2018-11-19 06:38:57,533 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:38:57,533 - create_stack - DEBUG - Stack is active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack 2018-11-19 06:38:57,533 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack 2018-11-19 06:38:57,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4b341b5a68aea4eacbd8a5bd064f5cc9a8a046d" 2018-11-19 06:38:57,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:38:57 GMT Server: Apache x-openstack-request-id: req-c34a3b2c-2571-46c6-973f-fe271ad593b1 Location: http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 Content-Length: 555 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:38:57,746 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:38:57 GMT Server: Apache x-openstack-request-id: req-499b0b5d-8838-4238-9d8e-74a000d31123 Content-Length: 291 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:38:57,746 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/e8c2cf63dc9246f6952599185d9c4909/stacks/CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-de151183-2ab9-474d-87b1-33313366b2a6-stack/0f744d7c-51a6-4e60-93e2-bbd5f30ea523 used request id req-499b0b5d-8838-4238-9d8e-74a000d31123 2018-11-19 06:38:57,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:57,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-e711084e-6031-4366-9930-643d3f9853cc Date: Mon, 19 Nov 2018 06:38:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "updated_at": "2018-11-19T06:38:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "revision_number": 0, "id": "33f995ba-9ac5-4236-8cd2-f2558d127dac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "revision_number": 0, "id": "921a35a2-0dac-41e0-ad06-8ee51af2dda9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "revision_number": 0, "id": "b5d622d0-695c-42bf-9ea5-95d81c6ac854", "remote_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "remote_ip_prefix": null, "created_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": null, "ethertype": "IPv6", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "revision_number": 0, "id": "ed82a944-63b0-4661-9b1a-a0a71b9b4e0d", "remote_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "remote_ip_prefix": null, "created_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "port_range_min": null, "ethertype": "IPv4", "project_id": "e8c2cf63dc9246f6952599185d9c4909"}], "revision_number": 4, "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "name": "default"}]} 2018-11-19 06:38:57,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e711084e-6031-4366-9930-643d3f9853cc 2018-11-19 06:38:57,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:58,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b99fb5-96cf-482b-ba91-680ffff88311 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:38:58,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-93b99fb5-96cf-482b-ba91-680ffff88311 2018-11-19 06:38:58,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:58,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-352d49ca-2e96-4b5d-9237-f5feedc66243 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:38:58,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-352d49ca-2e96-4b5d-9237-f5feedc66243 2018-11-19 06:38:58,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:58,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec2112b-af3c-499b-bb65-3349a5ee7f81 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:38:58,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-bec2112b-af3c-499b-bb65-3349a5ee7f81 2018-11-19 06:38:58,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:58,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-440950ef-b64c-4682-a058-9b57d5b17fc2 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909"}, "enabled": true, "id": "e8c2cf63dc9246f6952599185d9c4909", "parent_id": "default", "domain_id": "default", "name": "CreateStackSecurityGroupTests-aff38765-857e-4c0-proj"}} 2018-11-19 06:38:58,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909 used request id req-440950ef-b64c-4682-a058-9b57d5b17fc2 2018-11-19 06:38:58,327 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111 2018-11-19 06:38:58,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:58,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-cd602223-09ef-47f8-bcba-bc1bcf60eb82 Date: Mon, 19 Nov 2018 06:38:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "33f995ba-9ac5-4236-8cd2-f2558d127dac"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "921a35a2-0dac-41e0-ad06-8ee51af2dda9"}, {"remote_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "b5d622d0-695c-42bf-9ea5-95d81c6ac854"}, {"remote_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:38:47Z", "security_group_id": "a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111", "port_range_min": null, "revision_number": 0, "tenant_id": "e8c2cf63dc9246f6952599185d9c4909", "created_at": "2018-11-19T06:38:47Z", "project_id": "e8c2cf63dc9246f6952599185d9c4909", "id": "ed82a944-63b0-4661-9b1a-a0a71b9b4e0d"}]} 2018-11-19 06:38:58,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111 used request id req-cd602223-09ef-47f8-bcba-bc1bcf60eb82 2018-11-19 06:38:58,523 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:38:58,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:58,824 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4cde73c-aefa-4bbf-a2ca-404abac91ab1 Content-Length: 0 Date: Mon, 19 Nov 2018 06:38:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:38:58,824 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a7fe767d-0fc8-4d24-a6b0-3ca61ff1c111 used request id req-b4cde73c-aefa-4bbf-a2ca-404abac91ab1 2018-11-19 06:38:58,825 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-aff38765-857e-4c0-proj 2018-11-19 06:38:58,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:59,059 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3afe73ce-7f42-435f-8357-9ee50724b89b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:59,059 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e8c2cf63dc9246f6952599185d9c4909 used request id req-3afe73ce-7f42-435f-8357-9ee50724b89b 2018-11-19 06:38:59,059 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-aff38765-857e-4c0-proj-role 2018-11-19 06:38:59,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/a5d5d4adf922453484121b4068378f36 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:59,168 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e3f1d20-ad23-450a-9043-f6972ae36494 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:59,168 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a5d5d4adf922453484121b4068378f36 used request id req-7e3f1d20-ad23-450a-9043-f6972ae36494 2018-11-19 06:38:59,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ec7df5d2787ac9aafc80b62b808da48a719abf4" 2018-11-19 06:38:59,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8537a9b-f1f9-4ee0-9e1e-04896bfc64c8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:38:59,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a8537a9b-f1f9-4ee0-9e1e-04896bfc64c8 2018-11-19 06:38:59,254 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-aff38765-857e-4c0-user 2018-11-19 06:38:59,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/ddaa9c408eda497e85046ff75e4fe842 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dae56fcc89d1295f4d7be1c0ac8fe0f0bd51ad51" 2018-11-19 06:38:59,443 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:38:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-71f2614e-4d28-4d17-b845-44c0f48b319d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:38:59,443 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/ddaa9c408eda497e85046ff75e4fe842 used request id req-71f2614e-4d28-4d17-b845-44c0f48b319d 2018-11-19 06:38:59,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:38:59,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9uNVU3nkRKKZhkdaSs7vcg"], "issued_at": "2018-11-19T06:38:59.000000Z"}} 2018-11-19 06:38:59,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7af77ddb0352c192e19a8aae0d47e4c6d75d7b87" 2018-11-19 06:38:59,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:38:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-273cca3a-ece5-4ef9-a207-2359a5060dd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:38:59,912 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-273cca3a-ece5-4ef9-a207-2359a5060dd7 2018-11-19 06:38:59,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:38:59,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:00,307 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["0aQzpCPzQxeq0yG2kDx1kg"], "issued_at": "2018-11-19T06:39:00.000000Z"}} 2018-11-19 06:39:00,308 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:00,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d19e4708-8f00-48ed-ba90-025e6cf02337 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:00,401 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d19e4708-8f00-48ed-ba90-025e6cf02337 2018-11-19 06:39:00,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:00,411 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:00,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:00,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb3c0adc-57a3-47bc-b1e7-2a1acbc5f7b5 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:39:00,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj used request id req-bb3c0adc-57a3-47bc-b1e7-2a1acbc5f7b5 2018-11-19 06:39:00,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:00,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376f891c-288a-4043-9d37-94fd907049ed Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:39:00,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-376f891c-288a-4043-9d37-94fd907049ed 2018-11-19 06:39:00,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj"}}' 2018-11-19 06:39:00,720 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:39:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad4f9e4-7c25-4f33-bc63-a4a9e6e8d335 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec"}, "enabled": true, "id": "a90a0e187959464fa833ac9bb54f54ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj"}} 2018-11-19 06:39:00,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-dad4f9e4-7c25-4f33-bc63-a4a9e6e8d335 2018-11-19 06:39:00,720 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-a5459bc1-4d51-4ab-proj 2018-11-19 06:39:00,720 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:00,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:01,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["pXQUce43QpS9z4tDTJCIqQ"], "issued_at": "2018-11-19T06:39:01.000000Z"}} 2018-11-19 06:39:01,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:01,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17040e6f-4171-45c6-bffb-dd32b3905d5e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:01,207 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-17040e6f-4171-45c6-bffb-dd32b3905d5e 2018-11-19 06:39:01,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:01,216 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:01,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:01,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a9be6d-3d43-473b-ad3d-e44eb049d18f Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:39:01,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-39a9be6d-3d43-473b-ad3d-e44eb049d18f 2018-11-19 06:39:01,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:01,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ecd7cd-1edb-4fb3-989c-85b6cbdb4820 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec"}, "enabled": true, "id": "a90a0e187959464fa833ac9bb54f54ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj"}]} 2018-11-19 06:39:01,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj used request id req-44ecd7cd-1edb-4fb3-989c-85b6cbdb4820 2018-11-19 06:39:01,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:01,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b7d4f59-9a8f-44a2-88d4-d42f3fe1fd4b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:39:01,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-3b7d4f59-9a8f-44a2-88d4-d42f3fe1fd4b 2018-11-19 06:39:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:02,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60fa540a-69c9-46a0-8f27-201f5fb25486 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:39:02,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-60fa540a-69c9-46a0-8f27-201f5fb25486 2018-11-19 06:39:02,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:02,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad85aaf-ebd2-4232-a891-19104cfd146e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec"}, "enabled": true, "id": "a90a0e187959464fa833ac9bb54f54ec", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj"}]} 2018-11-19 06:39:02,104 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-a5459bc1-4d51-4ab-proj used request id req-8ad85aaf-ebd2-4232-a891-19104cfd146e 2018-11-19 06:39:02,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/faaa533c19134b47ad4fe4a8fd6db780 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:02,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11f19e28-097b-470c-a10d-834ebc65ec64 Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-user", "links": {"self": "http://172.30.9.21:5000/v3/users/faaa533c19134b47ad4fe4a8fd6db780"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "a90a0e187959464fa833ac9bb54f54ec", "id": "faaa533c19134b47ad4fe4a8fd6db780", "password_expires_at": null}} 2018-11-19 06:39:02,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/faaa533c19134b47ad4fe4a8fd6db780 used request id req-11f19e28-097b-470c-a10d-834ebc65ec64 2018-11-19 06:39:02,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec/users/faaa533c19134b47ad4fe4a8fd6db780/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:02,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbc2e436-344d-41be-a25e-417c0e348a52 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec/users/faaa533c19134b47ad4fe4a8fd6db780/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:39:02,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec/users/faaa533c19134b47ad4fe4a8fd6db780/roles used request id req-bbc2e436-344d-41be-a25e-417c0e348a52 2018-11-19 06:39:02,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:02,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef4f73d-5a8f-41b0-a919-b0cf62831a15 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:39:02,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-aef4f73d-5a8f-41b0-a919-b0cf62831a15 2018-11-19 06:39:02,404 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-a5459bc1-4d51-4ab-proj 2018-11-19 06:39:02,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec/users/faaa533c19134b47ad4fe4a8fd6db780/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:02,536 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c7905e2-65fd-4c10-839b-67c89161aa90 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:02,536 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec/users/faaa533c19134b47ad4fe4a8fd6db780/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-7c7905e2-65fd-4c10-839b-67c89161aa90 2018-11-19 06:39:02,536 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-a5459bc1-4d51-4ab-user 2018-11-19 06:39:02,537 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:02,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:02,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-725e2197-82e2-45c3-a5cb-3dcffd98f6a6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:39:02,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-725e2197-82e2-45c3-a5cb-3dcffd98f6a6 2018-11-19 06:39:02,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" -d '{"role": {"name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj-role"}}' 2018-11-19 06:39:02,666 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dcc0614-c094-4adc-b8d2-1af61ddf2356 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "76f724fd75084b9696ceb7ca195c0e97", "links": {"self": "http://172.30.9.21:5000/v3/roles/76f724fd75084b9696ceb7ca195c0e97"}, "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj-role"}} 2018-11-19 06:39:02,666 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-6dcc0614-c094-4adc-b8d2-1af61ddf2356 2018-11-19 06:39:02,666 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-a5459bc1-4d51-4ab-proj-role 2018-11-19 06:39:02,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/76f724fd75084b9696ceb7ca195c0e97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:02,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52db5c66-c6ee-43ee-99e0-4b0d30adf02e Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/76f724fd75084b9696ceb7ca195c0e97"}, "domain_id": null, "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj-role", "id": "76f724fd75084b9696ceb7ca195c0e97"}} 2018-11-19 06:39:02,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/76f724fd75084b9696ceb7ca195c0e97 used request id req-52db5c66-c6ee-43ee-99e0-4b0d30adf02e 2018-11-19 06:39:02,756 - keystone_utils - INFO - Granting role CreateStackNegativeTests-a5459bc1-4d51-4ab-proj-role to project CreateStackNegativeTests-a5459bc1-4d51-4ab-proj 2018-11-19 06:39:02,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec/users/faaa533c19134b47ad4fe4a8fd6db780/roles/76f724fd75084b9696ceb7ca195c0e97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:02,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c431ae2-f8b1-4ba3-8573-51ceb9453201 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:02,890 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec/users/faaa533c19134b47ad4fe4a8fd6db780/roles/76f724fd75084b9696ceb7ca195c0e97 used request id req-0c431ae2-f8b1-4ba3-8573-51ceb9453201 2018-11-19 06:39:02,891 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:02,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:03,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "76f724fd75084b9696ceb7ca195c0e97", "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a90a0e187959464fa833ac9bb54f54ec", "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/a90a0e187959464fa833ac9bb54f54ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/a90a0e187959464fa833ac9bb54f54ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/a90a0e187959464fa833ac9bb54f54ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/a90a0e187959464fa833ac9bb54f54ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/a90a0e187959464fa833ac9bb54f54ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/a90a0e187959464fa833ac9bb54f54ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/a90a0e187959464fa833ac9bb54f54ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/a90a0e187959464fa833ac9bb54f54ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/a90a0e187959464fa833ac9bb54f54ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/a90a0e187959464fa833ac9bb54f54ec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/a90a0e187959464fa833ac9bb54f54ec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/a90a0e187959464fa833ac9bb54f54ec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-a5459bc1-4d51-4ab-user", "id": "faaa533c19134b47ad4fe4a8fd6db780"}, "audit_ids": ["os2zBKOETy-IAde9l5ahZA"], "issued_at": "2018-11-19T06:39:03.000000Z"}} 2018-11-19 06:39:03,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49666f025182df262da53eb069a5d85bc6e51f1c" 2018-11-19 06:39:03,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba1e8e10-379e-4c82-9b88-e4bbd65ea7c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:03,336 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ba1e8e10-379e-4c82-9b88-e4bbd65ea7c2 2018-11-19 06:39:03,337 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:39:03,340 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:39:03,343 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/a90a0e187959464fa833ac9bb54f54ec/stacks?stack_name=CreateStackNegativeTests-45f04469-c5a7-45db-97a8-ca14097f1adc -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49666f025182df262da53eb069a5d85bc6e51f1c" 2018-11-19 06:39:03,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:03 GMT Server: Apache x-openstack-request-id: req-406ee9a4-2548-4e06-aacd-889482672b7f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:39:03,500 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/a90a0e187959464fa833ac9bb54f54ec/stacks?stack_name=CreateStackNegativeTests-45f04469-c5a7-45db-97a8-ca14097f1adc used request id req-406ee9a4-2548-4e06-aacd-889482672b7f 2018-11-19 06:39:03,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:03,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-e7b7c8c5-1d50-42ba-b5d9-fbecfb65a924 Date: Mon, 19 Nov 2018 06:39:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:39:03,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-e7b7c8c5-1d50-42ba-b5d9-fbecfb65a924 2018-11-19 06:39:03,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:03,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9c6496-8692-4c23-a683-48925981ba65 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:39:03,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-9a9c6496-8692-4c23-a683-48925981ba65 2018-11-19 06:39:03,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:03,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb177524-4fbb-4048-9fa6-e6d43f2b8f7a Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:39:03,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-cb177524-4fbb-4048-9fa6-e6d43f2b8f7a 2018-11-19 06:39:03,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:03,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e2266a7-e9f8-40e4-b164-1f32b8a4ba62 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:39:03,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-4e2266a7-e9f8-40e4-b164-1f32b8a4ba62 2018-11-19 06:39:03,980 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-a5459bc1-4d51-4ab-proj 2018-11-19 06:39:03,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:04,207 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28e4154d-86bb-46ce-bd54-63f1bce1318a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:04,207 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/a90a0e187959464fa833ac9bb54f54ec used request id req-28e4154d-86bb-46ce-bd54-63f1bce1318a 2018-11-19 06:39:04,208 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-a5459bc1-4d51-4ab-proj-role 2018-11-19 06:39:04,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/76f724fd75084b9696ceb7ca195c0e97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:04,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f2d89f5-8448-4e11-bc6f-4344fff7e2e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:04,312 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/76f724fd75084b9696ceb7ca195c0e97 used request id req-8f2d89f5-8448-4e11-bc6f-4344fff7e2e5 2018-11-19 06:39:04,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a85e87bee2b5e120608da57142d50cb751f29e" 2018-11-19 06:39:04,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99e28fbb-6788-40cf-9a0d-7c1eec921ee9 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:39:04,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-99e28fbb-6788-40cf-9a0d-7c1eec921ee9 2018-11-19 06:39:04,404 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-a5459bc1-4d51-4ab-user 2018-11-19 06:39:04,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/faaa533c19134b47ad4fe4a8fd6db780 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a919475c836d8d05ecf381febe83829428aa966" 2018-11-19 06:39:04,605 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39c36473-c5de-4d99-b94a-81260e4d17d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:04,605 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/faaa533c19134b47ad4fe4a8fd6db780 used request id req-39c36473-c5de-4d99-b94a-81260e4d17d9 2018-11-19 06:39:04,606 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:04,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["n4Rq-bZjS3CJs9M2PUTpMA"], "issued_at": "2018-11-19T06:39:04.000000Z"}} 2018-11-19 06:39:04,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8905405367688cc3fa7974077901f6e8ab940110" 2018-11-19 06:39:05,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9b1ccf1-12f9-451e-adc7-d257c23ff1c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:05,069 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c9b1ccf1-12f9-451e-adc7-d257c23ff1c3 2018-11-19 06:39:05,070 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:05,071 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:05,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["WIOCn5VQTPmRo6iTExBAbQ"], "issued_at": "2018-11-19T06:39:05.000000Z"}} 2018-11-19 06:39:05,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:05,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c11c3f2-3cb7-4a6a-8d21-08d21d294ffd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:05,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c11c3f2-3cb7-4a6a-8d21-08d21d294ffd 2018-11-19 06:39:05,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:05,559 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:05,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:05,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f59b4c-792d-4f33-86a3-4158e4372545 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:39:05,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj used request id req-c5f59b4c-792d-4f33-86a3-4158e4372545 2018-11-19 06:39:05,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:05,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1f93726-9c17-40cd-b757-b76447f57ba5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:39:05,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-e1f93726-9c17-40cd-b757-b76447f57ba5 2018-11-19 06:39:05,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj"}}' 2018-11-19 06:39:05,839 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:39:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8992838-eedd-4d05-a0f3-976094855554 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46"}, "enabled": true, "id": "8f018b7f91d345c18ccdeb5d7435ae46", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj"}} 2018-11-19 06:39:05,839 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f8992838-eedd-4d05-a0f3-976094855554 2018-11-19 06:39:05,840 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-ac21ae8e-e844-41e-proj 2018-11-19 06:39:05,840 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:05,841 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:06,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["0x_L5QsFQZmDoq8mK5nzDw"], "issued_at": "2018-11-19T06:39:06.000000Z"}} 2018-11-19 06:39:06,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:06,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3411d522-c227-47e9-97df-d7224cf87f31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:06,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3411d522-c227-47e9-97df-d7224cf87f31 2018-11-19 06:39:06,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:06,319 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:39:06 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:06,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:06,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-580b6eb3-c510-4888-8bb9-6761e842b74f Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:39:06,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-580b6eb3-c510-4888-8bb9-6761e842b74f 2018-11-19 06:39:06,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:06,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-116ac873-2f1c-4d77-adb6-4ee43875b792 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46"}, "enabled": true, "id": "8f018b7f91d345c18ccdeb5d7435ae46", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj"}]} 2018-11-19 06:39:06,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj used request id req-116ac873-2f1c-4d77-adb6-4ee43875b792 2018-11-19 06:39:06,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:06,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdab3722-4bfd-4795-bc8f-6cfd31808e6a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:39:06,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-cdab3722-4bfd-4795-bc8f-6cfd31808e6a 2018-11-19 06:39:06,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:06,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38d89aa8-3158-4644-b6e9-82df735a5f52 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:39:06,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38d89aa8-3158-4644-b6e9-82df735a5f52 2018-11-19 06:39:06,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:07,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82425b7c-2df0-4b60-bc44-bcf3141a5c5e Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46"}, "enabled": true, "id": "8f018b7f91d345c18ccdeb5d7435ae46", "parent_id": "default", "domain_id": "default", "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj"}]} 2018-11-19 06:39:07,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackNegativeTests-ac21ae8e-e844-41e-proj used request id req-82425b7c-2df0-4b60-bc44-bcf3141a5c5e 2018-11-19 06:39:07,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/abed97c750504a9b8ae7cd798fb254cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:07,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2092dc98-c264-4f6f-b443-352c7610508a Content-Encoding: gzip Content-Length: 246 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackNegativeTests-ac21ae8e-e844-41e-user", "links": {"self": "http://172.30.9.21:5000/v3/users/abed97c750504a9b8ae7cd798fb254cd"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "8f018b7f91d345c18ccdeb5d7435ae46", "id": "abed97c750504a9b8ae7cd798fb254cd", "password_expires_at": null}} 2018-11-19 06:39:07,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/abed97c750504a9b8ae7cd798fb254cd used request id req-2092dc98-c264-4f6f-b443-352c7610508a 2018-11-19 06:39:07,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46/users/abed97c750504a9b8ae7cd798fb254cd/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:07,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c86eac23-7df8-47f0-913d-bc86fd5a60fb Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46/users/abed97c750504a9b8ae7cd798fb254cd/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:39:07,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46/users/abed97c750504a9b8ae7cd798fb254cd/roles used request id req-c86eac23-7df8-47f0-913d-bc86fd5a60fb 2018-11-19 06:39:07,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:07,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a653a3d-4fa3-4090-a7ca-eb8115cdb357 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:39:07,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-7a653a3d-4fa3-4090-a7ca-eb8115cdb357 2018-11-19 06:39:07,386 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-ac21ae8e-e844-41e-proj 2018-11-19 06:39:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46/users/abed97c750504a9b8ae7cd798fb254cd/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:07,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eb35216-a3ec-4c68-a8f0-a769af306901 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:07,518 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46/users/abed97c750504a9b8ae7cd798fb254cd/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-7eb35216-a3ec-4c68-a8f0-a769af306901 2018-11-19 06:39:07,518 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-ac21ae8e-e844-41e-user 2018-11-19 06:39:07,519 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:07,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:07,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-574b5608-e7fd-4f82-aba8-62cb3077d55e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:39:07,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-574b5608-e7fd-4f82-aba8-62cb3077d55e 2018-11-19 06:39:07,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" -d '{"role": {"name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj-role"}}' 2018-11-19 06:39:07,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b993be5f-ea6b-468d-8686-f34f0fd986ab Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6479cdb48b144e0c9cb2cb244419b910", "links": {"self": "http://172.30.9.21:5000/v3/roles/6479cdb48b144e0c9cb2cb244419b910"}, "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj-role"}} 2018-11-19 06:39:07,720 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b993be5f-ea6b-468d-8686-f34f0fd986ab 2018-11-19 06:39:07,720 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-ac21ae8e-e844-41e-proj-role 2018-11-19 06:39:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/6479cdb48b144e0c9cb2cb244419b910 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:07,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7898c348-3941-41db-992a-2972c8f10424 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/6479cdb48b144e0c9cb2cb244419b910"}, "domain_id": null, "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj-role", "id": "6479cdb48b144e0c9cb2cb244419b910"}} 2018-11-19 06:39:07,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/6479cdb48b144e0c9cb2cb244419b910 used request id req-7898c348-3941-41db-992a-2972c8f10424 2018-11-19 06:39:07,817 - keystone_utils - INFO - Granting role CreateStackNegativeTests-ac21ae8e-e844-41e-proj-role to project CreateStackNegativeTests-ac21ae8e-e844-41e-proj 2018-11-19 06:39:07,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46/users/abed97c750504a9b8ae7cd798fb254cd/roles/6479cdb48b144e0c9cb2cb244419b910 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:07,937 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fee553eb-01c7-4d8a-8387-6fcda31ae0de Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:07,937 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46/users/abed97c750504a9b8ae7cd798fb254cd/roles/6479cdb48b144e0c9cb2cb244419b910 used request id req-fee553eb-01c7-4d8a-8387-6fcda31ae0de 2018-11-19 06:39:07,937 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:07,938 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:08,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6479cdb48b144e0c9cb2cb244419b910", "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8f018b7f91d345c18ccdeb5d7435ae46", "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8f018b7f91d345c18ccdeb5d7435ae46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackNegativeTests-ac21ae8e-e844-41e-user", "id": "abed97c750504a9b8ae7cd798fb254cd"}, "audit_ids": ["jUqiYmUdR-ebxDLHMmQ71g"], "issued_at": "2018-11-19T06:39:08.000000Z"}} 2018-11-19 06:39:08,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a84fe335f7d24cfdc2e984b89b78f97a2dace6" 2018-11-19 06:39:08,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a984396a-31ea-4ddb-9b3a-44fe7119c094 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:08,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a984396a-31ea-4ddb-9b3a-44fe7119c094 2018-11-19 06:39:08,401 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:39:08,404 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:39:08,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/8f018b7f91d345c18ccdeb5d7435ae46/stacks?stack_name=CreateStackNegativeTests-50a10ff4-70dc-4c2b-8ebe-e17ac1aaea9b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a84fe335f7d24cfdc2e984b89b78f97a2dace6" 2018-11-19 06:39:08,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:08 GMT Server: Apache x-openstack-request-id: req-d7bc5fd2-5ac2-4ae4-90c9-4b4603001b4f Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:39:08,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/8f018b7f91d345c18ccdeb5d7435ae46/stacks?stack_name=CreateStackNegativeTests-50a10ff4-70dc-4c2b-8ebe-e17ac1aaea9b used request id req-d7bc5fd2-5ac2-4ae4-90c9-4b4603001b4f 2018-11-19 06:39:08,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/8f018b7f91d345c18ccdeb5d7435ae46/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}31a84fe335f7d24cfdc2e984b89b78f97a2dace6" -d '{"stack_name": "CreateStackNegativeTests-50a10ff4-70dc-4c2b-8ebe-e17ac1aaea9b", "template": {"heat_template_version": "2015-04-30", "description": "Simple template to deploy a single compute instance", "parameters": {"flavor_name": {"default": "m1.small", "type": "string", "description": "Type of instance (flavor) to be used", "label": "Instance Type"}, "inst_name": {"default": "test_vm", "type": "string", "description": "The name of the spawned vm", "label": "Test VM name"}, "subnet_name": {"default": "test_subnet", "type": "string", "description": "The name of the stack's subnet", "label": "Test subnet name"}, "net_name": {"default": "test_net", "type": "string", "description": "The name of the stack's network", "label": "Test network name"}, "image_name": {"default": "heat_utils_tests", "type": "string", "description": "Image to be used for compute instance", "label": "Image ID"}}, "resources": {"server1_port": {"type": "OS::Neutron::Port", "properties": {"network_id": {"get_resource": "private_net"}, "fixed_ips": [{"subnet_id": {"get_resource": "private_subnet"}}]}}, "private_subnet": {"type": "OS::Neutron::Subnet", "properties": {"network_id": {"get_resource": "private_net"}, "cidr": "10.0.0.0/24", "name": {"get_param": "subnet_name"}}}, "private_net": {"type": "OS::Neutron::Net", "properties": {"name": {"get_param": "net_name"}}}, "my_instance": {"type": "OS::Nova::Server", "properties": {"image": {"get_param": "image_name"}, "name": {"get_param": "inst_name"}, "flavor": {"get_param": "flavor_name"}, "networks": [{"port": {"get_resource": "server1_port"}}]}}}}}' 2018-11-19 06:39:09,097 - keystoneauth.session - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 06:39:08 GMT Server: Apache x-openstack-request-id: req-a8ec2e4d-e369-4e7f-8389-d2e300f64e43 Content-Length: 383 Content-Type: application/json RESP BODY: {"explanation": "The server could not comply with the request since it is either malformed or otherwise incorrect.", "code": 400, "error": {"message": "Property error: : resources.my_instance.properties.image: : Error validating value 'heat_utils_tests': No images matching {'name': u'heat_utils_tests'}.", "traceback": null, "type": "StackValidationFailed"}, "title": "Bad Request"} 2018-11-19 06:39:09,097 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/8f018b7f91d345c18ccdeb5d7435ae46/stacks used request id req-a8ec2e4d-e369-4e7f-8389-d2e300f64e43 2018-11-19 06:39:09,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:09,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-24c56afa-5da3-4681-9ddb-6b7ce3d2fd47 Date: Mon, 19 Nov 2018 06:39:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:39:09,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-24c56afa-5da3-4681-9ddb-6b7ce3d2fd47 2018-11-19 06:39:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:09,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-800f3fa8-e3ef-4c6f-ae5b-fd3aa090cca5 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:39:09,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-800f3fa8-e3ef-4c6f-ae5b-fd3aa090cca5 2018-11-19 06:39:09,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:09,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e61e23d-8105-4153-831f-f5e7e65d700d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:39:09,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-9e61e23d-8105-4153-831f-f5e7e65d700d 2018-11-19 06:39:09,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:09,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0c9b1b-367e-407f-b1cf-0a503ce381d2 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:39:09,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-cd0c9b1b-367e-407f-b1cf-0a503ce381d2 2018-11-19 06:39:09,584 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-ac21ae8e-e844-41e-proj 2018-11-19 06:39:09,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:09,794 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-097ece03-51c4-4f3b-9673-121bb9654b1c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:09,795 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8f018b7f91d345c18ccdeb5d7435ae46 used request id req-097ece03-51c4-4f3b-9673-121bb9654b1c 2018-11-19 06:39:09,795 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-ac21ae8e-e844-41e-proj-role 2018-11-19 06:39:09,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/6479cdb48b144e0c9cb2cb244419b910 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:09,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-943271cc-a272-425b-a7c3-0910846a05b1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:09,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/6479cdb48b144e0c9cb2cb244419b910 used request id req-943271cc-a272-425b-a7c3-0910846a05b1 2018-11-19 06:39:09,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}173b71b024136c3e2027fb6a3995761fd62049cd" 2018-11-19 06:39:09,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bdb68f0-1c12-4ab9-a1ea-a18ebb81e8c6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:39:09,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8bdb68f0-1c12-4ab9-a1ea-a18ebb81e8c6 2018-11-19 06:39:09,925 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-ac21ae8e-e844-41e-user 2018-11-19 06:39:09,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/abed97c750504a9b8ae7cd798fb254cd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26cd6f1b34f8e101f669209c685ae62205200232" 2018-11-19 06:39:10,088 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4349a676-2e55-4ae8-85de-d9e553a0f8d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:10,088 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/abed97c750504a9b8ae7cd798fb254cd used request id req-4349a676-2e55-4ae8-85de-d9e553a0f8d8 2018-11-19 06:39:10,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:10,474 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["QTy8LMRPQ5WasS7YzXao8A"], "issued_at": "2018-11-19T06:39:10.000000Z"}} 2018-11-19 06:39:10,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}71b3cbd576a83aadded29d88dd5e8cb2e5f083aa" 2018-11-19 06:39:10,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8794b001-c0e6-4e04-96fb-4f49b8653d69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:10,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8794b001-c0e6-4e04-96fb-4f49b8653d69 2018-11-19 06:39:10,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:10,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:10,937 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["buIsGO4TTNSLXtyJzwU6lg"], "issued_at": "2018-11-19T06:39:10.000000Z"}} 2018-11-19 06:39:10,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:39:11,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23cf54bd-6822-47ac-8825-c4d09a37ea0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:11,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-23cf54bd-6822-47ac-8825-c4d09a37ea0e 2018-11-19 06:39:11,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:11,033 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:11,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:39:11,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0300aab-0916-4661-b30c-04f11aa3237e Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:39:11,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj used request id req-c0300aab-0916-4661-b30c-04f11aa3237e 2018-11-19 06:39:11,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:39:11,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e988c03-697b-4a25-8f22-90820a69f7ad Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:39:11,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4e988c03-697b-4a25-8f22-90820a69f7ad 2018-11-19 06:39:11,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}}' 2018-11-19 06:39:11,324 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:39:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6876236b-f188-4bca-8b55-3008f3a17b33 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:11,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6876236b-f188-4bca-8b55-3008f3a17b33 2018-11-19 06:39:11,325 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj 2018-11-19 06:39:11,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:11,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:11,700 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dDodlCz4SPOosiIn7YA8Xw"], "issued_at": "2018-11-19T06:39:11.000000Z"}} 2018-11-19 06:39:11,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c802b81090ecd1c391bf739c9da4ff3428a3307" 2018-11-19 06:39:11,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76a5b83-d874-4a27-8862-af38340ddf49 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:11,787 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f76a5b83-d874-4a27-8862-af38340ddf49 2018-11-19 06:39:11,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:11,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:11,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c802b81090ecd1c391bf739c9da4ff3428a3307" 2018-11-19 06:39:11,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1beeea7c-4390-4fd5-bbb2-422650d38a88 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:39:11,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1beeea7c-4390-4fd5-bbb2-422650d38a88 2018-11-19 06:39:11,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c802b81090ecd1c391bf739c9da4ff3428a3307" 2018-11-19 06:39:11,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d786e370-e10a-4f2f-a3d6-350045d5a0fb Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}]} 2018-11-19 06:39:11,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj used request id req-d786e370-e10a-4f2f-a3d6-350045d5a0fb 2018-11-19 06:39:11,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c802b81090ecd1c391bf739c9da4ff3428a3307" 2018-11-19 06:39:12,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ccf196-e7ee-4778-a91b-6b95747cb93d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:39:12,015 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-92ccf196-e7ee-4778-a91b-6b95747cb93d 2018-11-19 06:39:12,372 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user 2018-11-19 06:39:12,373 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:12,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:39:12,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b610052-eb1b-42d1-9e2c-b0f176ceea9f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:39:12,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0b610052-eb1b-42d1-9e2c-b0f176ceea9f 2018-11-19 06:39:12,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}}' 2018-11-19 06:39:12,594 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:39:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05fdba03-590f-4b93-95b6-caf44ee6411a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7b0d40c5e5cb46e0823d20540a798848", "links": {"self": "http://172.30.9.21:5000/v3/roles/7b0d40c5e5cb46e0823d20540a798848"}, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}} 2018-11-19 06:39:12,594 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-05fdba03-590f-4b93-95b6-caf44ee6411a 2018-11-19 06:39:12,594 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role 2018-11-19 06:39:12,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7b0d40c5e5cb46e0823d20540a798848 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:39:12,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae097077-c574-40e8-be83-423dc5c244b4 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7b0d40c5e5cb46e0823d20540a798848"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role", "id": "7b0d40c5e5cb46e0823d20540a798848"}} 2018-11-19 06:39:12,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7b0d40c5e5cb46e0823d20540a798848 used request id req-ae097077-c574-40e8-be83-423dc5c244b4 2018-11-19 06:39:12,612 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role to project CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj 2018-11-19 06:39:12,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433/users/515aff5727474f54afc950b084543ac2/roles/7b0d40c5e5cb46e0823d20540a798848 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:39:12,745 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:39:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b5f593e-dba2-452b-b99a-3acbfbc20e3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:39:12,746 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433/users/515aff5727474f54afc950b084543ac2/roles/7b0d40c5e5cb46e0823d20540a798848 used request id req-6b5f593e-dba2-452b-b99a-3acbfbc20e3f 2018-11-19 06:39:12,746 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:39:12,747 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:39:12,748 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:12,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:13,131 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["kcaaBN_RRHuETp06fJ1eJA"], "issued_at": "2018-11-19T06:39:13.000000Z"}} 2018-11-19 06:39:13,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" 2018-11-19 06:39:13,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abe5aba1-03fa-461c-a223-6849eaef473d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:13,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-abe5aba1-03fa-461c-a223-6849eaef473d 2018-11-19 06:39:13,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" 2018-11-19 06:39:13,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-92a19889-7ea0-4fe4-ac6a-7bf72d9e1b31 Date: Mon, 19 Nov 2018 06:39:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image"} 2018-11-19 06:39:13,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image used request id req-92a19889-7ea0-4fe4-ac6a-7bf72d9e1b31 2018-11-19 06:39:13,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" 2018-11-19 06:39:13,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7551045a-040c-4a69-9a16-5ccf0ac687b7 Date: Mon, 19 Nov 2018 06:39:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:39:13,533 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7551045a-040c-4a69-9a16-5ccf0ac687b7 2018-11-19 06:39:13,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image"}' 2018-11-19 06:39:13,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615 X-Openstack-Request-Id: req-6ebfadf9-cb71-4f86-a2b3-db21741cfe1d Date: Mon, 19 Nov 2018 06:39:13 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:39:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:39:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "min_disk": 0, "protected": false, "id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "file": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/file", "checksum": null, "owner": "e98813f8525b44f3a3baba90c340f433", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:39:13,772 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6ebfadf9-cb71-4f86-a2b3-db21741cfe1d 2018-11-19 06:39:13,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" -d '' 2018-11-19 06:39:15,605 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3cc30c5e-e3d2-4ccb-8db6-b69420f3c511 Date: Mon, 19 Nov 2018 06: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-11-19 06:39:15,605 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/file used request id req-3cc30c5e-e3d2-4ccb-8db6-b69420f3c511 2018-11-19 06:39:15,606 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:39:15,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" 2018-11-19 06:39:15,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-cbeb663d-7512-4f11-ab3f-917fa1285855 Date: Mon, 19 Nov 2018 06:39:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:39:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:39:15Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/snap", "metadata": {}}], "self": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "min_disk": 0, "protected": false, "id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "file": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e98813f8525b44f3a3baba90c340f433", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:39:15,778 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615 used request id req-cbeb663d-7512-4f11-ab3f-917fa1285855 2018-11-19 06:39:15,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" 2018-11-19 06:39:15,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-45dba1ca-4481-4232-aa69-923a98d7ffe4 Date: Mon, 19 Nov 2018 06:39:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:39:15,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-45dba1ca-4481-4232-aa69-923a98d7ffe4 2018-11-19 06:39:15,946 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image 2018-11-19 06:39:15,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" 2018-11-19 06:39:16,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-16b7f289-b26b-4d8f-a5c8-6c8ba0601419 Date: Mon, 19 Nov 2018 06:39:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:39:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:39:15Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/snap", "metadata": {}}], "self": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "min_disk": 0, "protected": false, "id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "file": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e98813f8525b44f3a3baba90c340f433", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:39:16,096 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615 used request id req-16b7f289-b26b-4d8f-a5c8-6c8ba0601419 2018-11-19 06:39:16,097 - create_image - DEBUG - Instance status is - active 2018-11-19 06:39:16,097 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image 2018-11-19 06:39:16,097 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image 2018-11-19 06:39:16,097 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:16,098 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:16,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["ggmJ-MkCS-aDUkjKQjJNyA"], "issued_at": "2018-11-19T06:39:16.000000Z"}} 2018-11-19 06:39:16,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:39:16,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2398e49e-c5ef-4f7d-8217-f04801e67141 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:16,558 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2398e49e-c5ef-4f7d-8217-f04801e67141 2018-11-19 06:39:16,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:39:16,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b7534013-2bce-4858-a2c8-8ce9da641a89 Date: Mon, 19 Nov 2018 06:39:16 GMT RESP BODY: {"networks":[]} 2018-11-19 06:39:16,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-b7534013-2bce-4858-a2c8-8ce9da641a89 2018-11-19 06:39:16,756 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net 2018-11-19 06:39:16,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net", "admin_state_up": true}}' 2018-11-19 06:39:17,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-46aa8b12-047b-44ad-83ac-c907843eb6fd Date: Mon, 19 Nov 2018 06:39:17 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:39:17Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","mtu":1450}} 2018-11-19 06:39:17,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-46aa8b12-047b-44ad-83ac-c907843eb6fd 2018-11-19 06:39:17,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:39:17,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-eeaada93-90ff-4bfa-a94d-26326282960d Date: Mon, 19 Nov 2018 06:39:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:39:17Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:17,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-eeaada93-90ff-4bfa-a94d-26326282960d 2018-11-19 06:39:17,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:39:17,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-24aaa82a-eb86-4ba8-ac81-e553346cd4b1 Date: Mon, 19 Nov 2018 06:39:17 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:39:17,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-24aaa82a-eb86-4ba8-ac81-e553346cd4b1 2018-11-19 06:39:17,548 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet 2018-11-19 06:39:17,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" -d '{"subnets": [{"ip_version": 4, "network_id": "51f9031a-b97d-45ee-95cf-96ac557b4b19", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]}' 2018-11-19 06:39:18,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cbe10c43-c8cc-42c8-8677-56848eb3be98 Date: Mon, 19 Nov 2018 06:39:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:18,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-cbe10c43-c8cc-42c8-8677-56848eb3be98 2018-11-19 06:39:18,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:39:18,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-643abca7-8354-4113-80c2-44a5332edf38 Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:18,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-643abca7-8354-4113-80c2-44a5332edf38 2018-11-19 06:39:18,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:39:18,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-93f93fdc-4976-40e6-92df-22f4f6e4427d Date: Mon, 19 Nov 2018 06:39:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:18,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-93f93fdc-4976-40e6-92df-22f4f6e4427d 2018-11-19 06:39:18,693 - OpenStackNetwork - DEBUG - Network [51f9031a-b97d-45ee-95cf-96ac557b4b19] created successfully 2018-11-19 06:39:18,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:18,694 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:19,059 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["-u1xijYKSASlpKsBzMoY0g"], "issued_at": "2018-11-19T06:39:19.000000Z"}} 2018-11-19 06:39:19,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:19,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3225319-6e30-4cc2-b5b0-791978a212e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:19,142 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e3225319-6e30-4cc2-b5b0-791978a212e5 2018-11-19 06:39:19,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:19,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-98774388-ad32-486c-9c1c-2f4963846d46 Date: Mon, 19 Nov 2018 06:39:19 GMT RESP BODY: {"routers": []} 2018-11-19 06:39:19,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router&admin_state_up=True used request id req-98774388-ad32-486c-9c1c-2f4963846d46 2018-11-19 06:39:19,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:19,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:19,755 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["wY81OTkoShGmf7RixELj0Q"], "issued_at": "2018-11-19T06:39:19.000000Z"}} 2018-11-19 06:39:19,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}adbb47de0f181704ccbd4ad7cd68f0d071971a8c" 2018-11-19 06:39:19,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62e5751f-bfe4-473b-a038-7253c363918f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:19,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-62e5751f-bfe4-473b-a038-7253c363918f 2018-11-19 06:39:19,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:20,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bea8d264-1483-448b-88ab-43dd97ffabeb Date: Mon, 19 Nov 2018 06:39:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:39:20,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-bea8d264-1483-448b-88ab-43dd97ffabeb 2018-11-19 06:39:20,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:20,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2150edb5-60a9-41b7-8d57-ad1bde75394d Date: Mon, 19 Nov 2018 06:39:20 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:39:20,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-2150edb5-60a9-41b7-8d57-ad1bde75394d 2018-11-19 06:39:20,315 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router 2018-11-19 06:39:20,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router", "admin_state_up": true}}' 2018-11-19 06:39:25,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-f0f87530-1f52-4466-bb4b-9e656d362af3 Date: Mon, 19 Nov 2018 06:39:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:21Z", "admin_state_up": true, "updated_at": "2018-11-19T06:39:21Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "12923f1a-7e7b-4176-8e21-14fdaab4be1a", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router"}} 2018-11-19 06:39:25,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-f0f87530-1f52-4466-bb4b-9e656d362af3 2018-11-19 06:39:25,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=12923f1a-7e7b-4176-8e21-14fdaab4be1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:25,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f3729d4c-08fb-442a-bb67-280c33583d55 Date: Mon, 19 Nov 2018 06:39:25 GMT RESP BODY: {"ports":[]} 2018-11-19 06:39:25,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=12923f1a-7e7b-4176-8e21-14fdaab4be1a used request id req-f3729d4c-08fb-442a-bb67-280c33583d55 2018-11-19 06:39:25,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:26,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-555e7d1a-0d9b-4968-b87f-96c1a56fad21 Date: Mon, 19 Nov 2018 06:39:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:26,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-555e7d1a-0d9b-4968-b87f-96c1a56fad21 2018-11-19 06:39:26,019 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:26,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:39:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:26,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:26,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5028b7c7-588a-443f-88b7-e76a9c9c9ca8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:26,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-5028b7c7-588a-443f-88b7-e76a9c9c9ca8 2018-11-19 06:39:26,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:26,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7581d311-9122-4a1a-802d-e96fada0080c Date: Mon, 19 Nov 2018 06:39:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:26,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-7581d311-9122-4a1a-802d-e96fada0080c 2018-11-19 06:39:26,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:26,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-299e5be6-b8b0-477f-818d-857bda837483 Date: Mon, 19 Nov 2018 06:39:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:26,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet used request id req-299e5be6-b8b0-477f-818d-857bda837483 2018-11-19 06:39:26,469 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:39:26,470 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router 2018-11-19 06:39:26,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" -d '{"subnet_id": "063a98b7-40df-49cc-b77b-1c160af5d8a7"}' 2018-11-19 06:39:28,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e20ba2db-7b94-40c4-ab34-1b7e616a8dc8 Date: Mon, 19 Nov 2018 06:39:28 GMT RESP BODY: {"network_id": "51f9031a-b97d-45ee-95cf-96ac557b4b19", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "subnet_id": "063a98b7-40df-49cc-b77b-1c160af5d8a7", "subnet_ids": ["063a98b7-40df-49cc-b77b-1c160af5d8a7"], "port_id": "68a3eb83-7a41-4889-a224-9675861af603", "id": "12923f1a-7e7b-4176-8e21-14fdaab4be1a"} 2018-11-19 06:39:28,738 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a/add_router_interface used request id req-e20ba2db-7b94-40c4-ab34-1b7e616a8dc8 2018-11-19 06:39:28,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:28,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4f22b279-fee5-4475-b28c-60099e5d316f Date: Mon, 19 Nov 2018 06:39:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:21Z", "admin_state_up": true, "updated_at": "2018-11-19T06:39:27Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "12923f1a-7e7b-4176-8e21-14fdaab4be1a", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router"}} 2018-11-19 06:39:28,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a used request id req-4f22b279-fee5-4475-b28c-60099e5d316f 2018-11-19 06:39:28,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=12923f1a-7e7b-4176-8e21-14fdaab4be1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:29,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-c035fdb9-1339-46ca-9066-b0cf99dd80c2 Date: Mon, 19 Nov 2018 06:39:29 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:28Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.1"}],"id":"68a3eb83-7a41-4889-a224-9675861af603","security_groups":[],"mac_address":"fa:16:3e:df:d2:9b","project_id":"e98813f8525b44f3a3baba90c340f433","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:27Z","binding:vnic_type":"normal","device_id":"12923f1a-7e7b-4176-8e21-14fdaab4be1a"}]} 2018-11-19 06:39:29,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=12923f1a-7e7b-4176-8e21-14fdaab4be1a used request id req-c035fdb9-1339-46ca-9066-b0cf99dd80c2 2018-11-19 06:39:29,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/063a98b7-40df-49cc-b77b-1c160af5d8a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:39:29,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1f51e8d1-ed25-4c02-899c-ce82a3761725 Date: Mon, 19 Nov 2018 06:39:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}} 2018-11-19 06:39:29,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/063a98b7-40df-49cc-b77b-1c160af5d8a7 used request id req-1f51e8d1-ed25-4c02-899c-ce82a3761725 2018-11-19 06:39:29,073 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:29,074 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:29,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:39:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["0qHdIWrdRQONwcY_NYkllA"], "issued_at": "2018-11-19T06:39:29.000000Z"}} 2018-11-19 06:39:29,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83528ffb564ab2061851600765c73539725f01d" 2018-11-19 06:39:29,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f58ac1e8-38b5-4423-83ea-f28d08b05d30 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:29,532 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f58ac1e8-38b5-4423-83ea-f28d08b05d30 2018-11-19 06:39:29,533 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:39:29,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83528ffb564ab2061851600765c73539725f01d" 2018-11-19 06:39:29,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da0a22d9-b519-40fc-bc55-ec292142adae x-compute-request-id: req-da0a22d9-b519-40fc-bc55-ec292142adae Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:39:29,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-da0a22d9-b519-40fc-bc55-ec292142adae 2018-11-19 06:39:29,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83528ffb564ab2061851600765c73539725f01d" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:39:29,766 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0efb6ecf-1e21-46ee-b8d5-1e6924441ca0 x-compute-request-id: req-0efb6ecf-1e21-46ee-b8d5-1e6924441ca0 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:39:29,766 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0efb6ecf-1e21-46ee-b8d5-1e6924441ca0 2018-11-19 06:39:29,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:29,768 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:30,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["QBCs0YHMTI6tomaYeXMu5g"], "issued_at": "2018-11-19T06:39:30.000000Z"}} 2018-11-19 06:39:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7630188d8255f5d66a2d90241716ae3be57389ed" 2018-11-19 06:39:30,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9c3e3da-a8f6-4b55-b380-ce49613d162b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:30,209 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a9c3e3da-a8f6-4b55-b380-ce49613d162b 2018-11-19 06:39:30,210 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:39:30,215 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7630188d8255f5d66a2d90241716ae3be57389ed" 2018-11-19 06:39:30,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4f0497d6-05c7-4446-8227-688f8997cd5a x-compute-request-id: req-4f0497d6-05c7-4446-8227-688f8997cd5a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:39:30,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4f0497d6-05c7-4446-8227-688f8997cd5a 2018-11-19 06:39:30,386 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp... 2018-11-19 06:39:30,386 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:39:30,483 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp 2018-11-19 06:39:30,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7630188d8255f5d66a2d90241716ae3be57389ed" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDmqr4Gj8kqM9H42AC9aWH11p4N4bVMP0KMcICIJ6oelnQcGTArhshONb6pNSk7r9UtFUv8DNh9qiuD5lgz0Fcq84EPGZ1pXUrla/twAaeghAnzLN1D+wYNbe1jsuUMJ0nsY+5FP+68cfd8YsJPUJPljsiJFDU8qeBoa5qgQQ3WcQ==", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp"}}' 2018-11-19 06:39:30,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f65c0b2e-c652-491d-9654-0a89214d253a x-compute-request-id: req-f65c0b2e-c652-491d-9654-0a89214d253a Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDmqr4Gj8kqM9H42AC9aWH11p4N4bVMP0KMcICIJ6oelnQcGTArhshONb6pNSk7r9UtFUv8DNh9qiuD5lgz0Fcq84EPGZ1pXUrla/twAaeghAnzLN1D+wYNbe1jsuUMJ0nsY+5FP+68cfd8YsJPUJPljsiJFDU8qeBoa5qgQQ3WcQ==", "user_id": "515aff5727474f54afc950b084543ac2", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "fingerprint": "a7:05:a3:c5:dc:fc:35:11:da:8d:dd:9b:0c:13:1d:55"}} 2018-11-19 06:39:30,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f65c0b2e-c652-491d-9654-0a89214d253a 2018-11-19 06:39:30,548 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360.pub 2018-11-19 06:39:30,549 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360 2018-11-19 06:39:30,549 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:30,550 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:30,923 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["KLub8PpKRvulAasKu0SLPw"], "issued_at": "2018-11-19T06:39:30.000000Z"}} 2018-11-19 06:39:30,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:30,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a762eac-821d-48d3-9dee-3b76166a7f47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:30,936 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4a762eac-821d-48d3-9dee-3b76166a7f47 2018-11-19 06:39:30,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:31,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-0c4b137a-2468-44e6-81a0-bf8f5068e8e6 Date: Mon, 19 Nov 2018 06:39:31 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:39:31,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp used request id req-0c4b137a-2468-44e6-81a0-bf8f5068e8e6 2018-11-19 06:39:31,123 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp... 2018-11-19 06:39:31,123 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp 2018-11-19 06:39:31,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp"}}' 2018-11-19 06:39:31,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-c060e69d-84fe-484f-930d-ec342ccb8095 Date: Mon, 19 Nov 2018 06:39:31 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "updated_at": "2018-11-19T06:39:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}], "revision_number": 2, "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp"}} 2018-11-19 06:39:31,469 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-c060e69d-84fe-484f-930d-ec342ccb8095 2018-11-19 06:39:31,470 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:31,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:31,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6b160865-b069-4f10-a842-0a35a29fdfc5 Date: Mon, 19 Nov 2018 06:39:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293"}]} 2018-11-19 06:39:31,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-6b160865-b069-4f10-a842-0a35a29fdfc5 2018-11-19 06:39:31,653 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:31,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:31,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-50682619-28dd-4a4f-8bfb-9138ae657cd2 Date: Mon, 19 Nov 2018 06:39:31 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293"}]} 2018-11-19 06:39:31,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-50682619-28dd-4a4f-8bfb-9138ae657cd2 2018-11-19 06:39:31,846 - neutron_utils - INFO - Retrieving security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:31,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:32,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a7357d9c-aa5e-4799-a30a-e30ee305aeea Date: Mon, 19 Nov 2018 06:39:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "updated_at": "2018-11-19T06:39:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}], "revision_number": 2, "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp"}]} 2018-11-19 06:39:32,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-a7357d9c-aa5e-4799-a30a-e30ee305aeea 2018-11-19 06:39:32,045 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:32,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:32,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3ecb8631-6cea-4390-b753-4e7e8224aa7c Date: Mon, 19 Nov 2018 06:39:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293"}]} 2018-11-19 06:39:32,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-3ecb8631-6cea-4390-b753-4e7e8224aa7c 2018-11-19 06:39:32,230 - neutron_utils - INFO - Retrieving security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:32,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:32,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-7e1a0e31-23e1-4da3-aef6-8aad1def6755 Date: Mon, 19 Nov 2018 06:39:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "updated_at": "2018-11-19T06:39:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}], "revision_number": 2, "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp"}]} 2018-11-19 06:39:32,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-7e1a0e31-23e1-4da3-aef6-8aad1def6755 2018-11-19 06:39:32,417 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:32,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:32,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7da75e12-cbae-41dc-82b7-7030a40dbd29 Date: Mon, 19 Nov 2018 06:39:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293"}]} 2018-11-19 06:39:32,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-7da75e12-cbae-41dc-82b7-7030a40dbd29 2018-11-19 06:39:32,597 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp 2018-11-19 06:39:32,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:32,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-464df43e-cdfb-46f8-861e-9cc7e6b797f7 Date: Mon, 19 Nov 2018 06:39:32 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "updated_at": "2018-11-19T06:39:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}], "revision_number": 2, "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp"}]} 2018-11-19 06:39:32,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp used request id req-464df43e-cdfb-46f8-861e-9cc7e6b797f7 2018-11-19 06:39:32,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:32,797 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:32,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:32,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-743c5d58-ca0f-48cc-b45c-9a19386c0300 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:32,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-743c5d58-ca0f-48cc-b45c-9a19386c0300 2018-11-19 06:39:32,881 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:32,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:32,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0c046180-2461-4ce6-9441-c9d0ec1bcc6a Date: Mon, 19 Nov 2018 06:39:32 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293"}]} 2018-11-19 06:39:32,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-0c046180-2461-4ce6-9441-c9d0ec1bcc6a 2018-11-19 06:39:32,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}2852fd4dffa676d349ba075d4615af8fa74b5478" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548"}}' 2018-11-19 06:39:33,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-5435a783-167e-44aa-9d96-e31663bd58dd Date: Mon, 19 Nov 2018 06:39: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-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:33Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "849b73f6-b017-439f-a5d9-7888ed3c6dca"}} 2018-11-19 06:39:33,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-5435a783-167e-44aa-9d96-e31663bd58dd 2018-11-19 06:39:33,085 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp 2018-11-19 06:39:33,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:33,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-44b534c3-9d45-49e6-9da0-2c4856a71e55 Date: Mon, 19 Nov 2018 06:39:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "updated_at": "2018-11-19T06:39:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:33Z", "revision_number": 0, "id": "849b73f6-b017-439f-a5d9-7888ed3c6dca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}], "revision_number": 3, "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp"}]} 2018-11-19 06:39:33,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp used request id req-44b534c3-9d45-49e6-9da0-2c4856a71e55 2018-11-19 06:39:33,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:33,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68700571-1078-45f6-9bf5-ab1915b8e0d8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:33,376 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-68700571-1078-45f6-9bf5-ab1915b8e0d8 2018-11-19 06:39:33,376 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:33,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:33,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-fa399214-9f7a-4b4f-8f25-57e1d28e50ef Date: Mon, 19 Nov 2018 06:39:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:33Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "849b73f6-b017-439f-a5d9-7888ed3c6dca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293"}]} 2018-11-19 06:39:33,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-fa399214-9f7a-4b4f-8f25-57e1d28e50ef 2018-11-19 06:39:33,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}2852fd4dffa676d349ba075d4615af8fa74b5478" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548"}}' 2018-11-19 06:39:33,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-79ddd883-313c-4ead-be9a-91e21803f3fc Date: Mon, 19 Nov 2018 06:39:33 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": 22, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:33Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "2f035659-0981-47a4-a151-0fb477f8907f"}} 2018-11-19 06:39:33,888 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-79ddd883-313c-4ead-be9a-91e21803f3fc 2018-11-19 06:39:33,888 - neutron_utils - INFO - Retrieving security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:34,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-d55cc778-c217-4d00-aa3d-625fb953d014 Date: Mon, 19 Nov 2018 06:39:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "updated_at": "2018-11-19T06:39:33Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:39:33Z", "revision_number": 0, "id": "2f035659-0981-47a4-a151-0fb477f8907f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:33Z", "revision_number": 0, "id": "849b73f6-b017-439f-a5d9-7888ed3c6dca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "revision_number": 0, "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}], "revision_number": 4, "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp"}]} 2018-11-19 06:39:34,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-d55cc778-c217-4d00-aa3d-625fb953d014 2018-11-19 06:39:34,097 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 2018-11-19 06:39:34,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:39:34,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-f2762928-d8ac-4b53-93b2-11c43e32a524 Date: Mon, 19 Nov 2018 06:39:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": 22, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:33Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "2f035659-0981-47a4-a151-0fb477f8907f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:33Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:33Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "849b73f6-b017-439f-a5d9-7888ed3c6dca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9f73f059-0ab2-40eb-89f3-81d4d2f39c19"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:31Z", "security_group_id": "9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:31Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "e2fb4045-3013-42e8-8bb9-1a8de47b2293"}]} 2018-11-19 06:39:34,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-f2762928-d8ac-4b53-93b2-11c43e32a524 2018-11-19 06:39:34,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:34,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:34,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["NXtTl45YQ4OyM77c7FP7Ow"], "issued_at": "2018-11-19T06:39:34.000000Z"}} 2018-11-19 06:39:34,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:34,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53caa2a0-9e5e-4968-b0ba-45e0b668ab7a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:34,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-53caa2a0-9e5e-4968-b0ba-45e0b668ab7a 2018-11-19 06:39:34,656 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:39:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:34,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5995f574-dcbe-4d91-98e1-2e0e0fbb4a63 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:34,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5995f574-dcbe-4d91-98e1-2e0e0fbb4a63 2018-11-19 06:39:34,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:34,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-24eb4a48-c6fa-49e4-84fa-31255e32f232 Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:34,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-24eb4a48-c6fa-49e4-84fa-31255e32f232 2018-11-19 06:39:34,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:34,985 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:39:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:34,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:35,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2928bff-8621-429b-9dcd-2db3bd7c1be6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:35,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-a2928bff-8621-429b-9dcd-2db3bd7c1be6 2018-11-19 06:39:35,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:35,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0d2648d0-d561-4479-9acd-163ee52924da Date: Mon, 19 Nov 2018 06:39:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:35,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-0d2648d0-d561-4479-9acd-163ee52924da 2018-11-19 06:39:35,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:35,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-308df83f-6f9a-41f9-ba3e-dded75940c8e Date: Mon, 19 Nov 2018 06:39:35 GMT RESP BODY: {"ports":[]} 2018-11-19 06:39:35,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1&admin_state_up=True used request id req-308df83f-6f9a-41f9-ba3e-dded75940c8e 2018-11-19 06:39:35,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:35,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-56bf0207-bb37-4ca6-9687-5d885da3abf6 x-compute-request-id: req-56bf0207-bb37-4ca6-9687-5d885da3abf6 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:39:35,706 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst used request id req-56bf0207-bb37-4ca6-9687-5d885da3abf6 2018-11-19 06:39:35,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:35,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7ba318ec-b599-47b0-86b5-5f7e9fe7267f Date: Mon, 19 Nov 2018 06:39:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:35,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-7ba318ec-b599-47b0-86b5-5f7e9fe7267f 2018-11-19 06:39:35,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:36,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d71cdadf-9216-4e05-a466-9781a6242cef Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:36,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-d71cdadf-9216-4e05-a466-9781a6242cef 2018-11-19 06:39:36,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:36,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-91caef4f-c09e-4e3f-b38d-c7907462ed1e Date: Mon, 19 Nov 2018 06:39:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:36,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-91caef4f-c09e-4e3f-b38d-c7907462ed1e 2018-11-19 06:39:36,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:36,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a231810e-c049-4806-a057-1552ee5a2f4b Date: Mon, 19 Nov 2018 06:39:36 GMT RESP BODY: {"ports":[]} 2018-11-19 06:39:36,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1&admin_state_up=True used request id req-a231810e-c049-4806-a057-1552ee5a2f4b 2018-11-19 06:39:36,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:39:36,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:39:36,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b0d40c5e5cb46e0823d20540a798848", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role"}], "expires_at": "2018-11-19T07:39:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e98813f8525b44f3a3baba90c340f433", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/e98813f8525b44f3a3baba90c340f433", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user", "id": "515aff5727474f54afc950b084543ac2"}, "audit_ids": ["Oul9fB94TBGIRbkFFQbWSg"], "issued_at": "2018-11-19T06:39:36.000000Z"}} 2018-11-19 06:39:36,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a352a5310d5297a1ac42fcc6083ecef661c23cc" 2018-11-19 06:39:36,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-782da2b9-86af-4b92-b879-24b0ac75195e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:39:36,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-782da2b9-86af-4b92-b879-24b0ac75195e 2018-11-19 06:39:36,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:37,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-efad21b0-d6ed-48e7-bc9e-3993e63f0a7a Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:37,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-efad21b0-d6ed-48e7-bc9e-3993e63f0a7a 2018-11-19 06:39:37,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:37,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5d2f2fc2-3c6b-4fac-88ee-57674eba7e88 Date: Mon, 19 Nov 2018 06:39:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:37,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-5d2f2fc2-3c6b-4fac-88ee-57674eba7e88 2018-11-19 06:39:37,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:37,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-aab8e3cf-381a-4328-a9a6-14cf3be6cc4d Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:37,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-aab8e3cf-381a-4328-a9a6-14cf3be6cc4d 2018-11-19 06:39:37,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:39:37,663 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:39: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:39:37,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a352a5310d5297a1ac42fcc6083ecef661c23cc" 2018-11-19 06:39:37,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771f909c-899b-4d0a-8b05-202068b001b2 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:37,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-771f909c-899b-4d0a-8b05-202068b001b2 2018-11-19 06:39:37,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:37,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9008fc95-b0a8-46e9-9455-e49d4151e2fb Date: Mon, 19 Nov 2018 06:39:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:37,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-9008fc95-b0a8-46e9-9455-e49d4151e2fb 2018-11-19 06:39:37,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:37,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7f80dc22-aa24-4d51-8b9c-c74d1a06e8ad Date: Mon, 19 Nov 2018 06:39:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:37,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet used request id req-7f80dc22-aa24-4d51-8b9c-c74d1a06e8ad 2018-11-19 06:39:37,878 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net 2018-11-19 06:39:37,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" -d '{"port": {"network_id": "51f9031a-b97d-45ee-95cf-96ac557b4b19", "fixed_ips": [{"subnet_id": "063a98b7-40df-49cc-b77b-1c160af5d8a7", "ip_address": "10.55.1.100"}], "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1", "admin_state_up": true}}' 2018-11-19 06:39:39,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-70f5aa73-135c-4bf3-b9d2-9c0377bf5525 Date: Mon, 19 Nov 2018 06:39:39 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.100"}],"id":"35bd19e4-41a2-4f8c-89db-73a10e801086","security_groups":["b4cdb42f-5680-4fb7-a7af-cce08a54abe8"],"mac_address":"fa:16:3e:4f:59:e4","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1","project_id":"e98813f8525b44f3a3baba90c340f433","qos_policy_id":null,"admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:38Z","binding:vnic_type":"normal"}} 2018-11-19 06:39:39,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-70f5aa73-135c-4bf3-b9d2-9c0377bf5525 2018-11-19 06:39:39,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:39,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b48cd11f-0c75-4243-9188-f3663fe49ac9 Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:39,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-b48cd11f-0c75-4243-9188-f3663fe49ac9 2018-11-19 06:39:39,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:39,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce99c450-48a3-488b-8452-56bb1d4b8eaf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:39,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-ce99c450-48a3-488b-8452-56bb1d4b8eaf 2018-11-19 06:39:39,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:39,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f94ee2c-cb20-40f7-be01-2f1b2b27e78f Date: Mon, 19 Nov 2018 06:39:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:39,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-1f94ee2c-cb20-40f7-be01-2f1b2b27e78f 2018-11-19 06:39:39,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:39,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 793 X-Openstack-Request-Id: req-71b74004-70e4-444d-8d14-34c6a1513821 Date: Mon, 19 Nov 2018 06:39:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:38Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.100"}],"id":"35bd19e4-41a2-4f8c-89db-73a10e801086","security_groups":["b4cdb42f-5680-4fb7-a7af-cce08a54abe8"],"mac_address":"fa:16:3e:4f:59:e4","project_id":"e98813f8525b44f3a3baba90c340f433","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:38Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:39:39,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1&admin_state_up=True used request id req-71b74004-70e4-444d-8d14-34c6a1513821 2018-11-19 06:39:39,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:39,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-145bfa7c-410c-4fe7-9ea4-2ada75ad2899 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:39,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-145bfa7c-410c-4fe7-9ea4-2ada75ad2899 2018-11-19 06:39:39,923 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst 2018-11-19 06:39:39,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:39,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39: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-c9ce9abe-a51c-452c-806a-82507f49d319 x-compute-request-id: req-c9ce9abe-a51c-452c-806a-82507f49d319 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-flavor-name"}]} 2018-11-19 06:39:39,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-c9ce9abe-a51c-452c-806a-82507f49d319 2018-11-19 06:39:39,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:39,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39: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-aaea8af2-dc33-4b64-ac5c-e1b3c4304f47 x-compute-request-id: req-aaea8af2-dc33-4b64-ac5c-e1b3c4304f47 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:39:39,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b used request id req-aaea8af2-dc33-4b64-ac5c-e1b3c4304f47 2018-11-19 06:39:39,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:40,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-8576c956-b637-45e7-a280-3dc84b0fe083 Date: Mon, 19 Nov 2018 06:39:40 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:39:13Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:39:15Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/snap", "metadata": {}}], "self": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "min_disk": 0, "protected": false, "id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "file": "/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "e98813f8525b44f3a3baba90c340f433", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image"} 2018-11-19 06:39:40,159 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image used request id req-8576c956-b637-45e7-a280-3dc84b0fe083 2018-11-19 06:39:40,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:40,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2128186f-2e0e-4a4d-aee3-a9d1e6d169f9 Date: Mon, 19 Nov 2018 06:39:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:39:40,308 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2128186f-2e0e-4a4d-aee3-a9d1e6d169f9 2018-11-19 06:39:40,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "imageRef": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "flavorRef": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "max_count": 1, "min_count": 1, "networks": [{"port": "35bd19e4-41a2-4f8c-89db-73a10e801086"}]}}' 2018-11-19 06:39:42,093 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:39:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7bfcb2e9-405c-4311-916e-bb89ba6c19cc x-compute-request-id: req-7bfcb2e9-405c-4311-916e-bb89ba6c19cc Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9b980f27-8e39-49f7-9071-b6f288180851", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "adminPass": "XeUWKRTLowh8"}} 2018-11-19 06:39:42,093 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-7bfcb2e9-405c-4311-916e-bb89ba6c19cc 2018-11-19 06:39:42,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:42,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39: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-248c527b-5182-42e8-8f21-464d03a2d734 x-compute-request-id: req-248c527b-5182-42e8-8f21-464d03a2d734 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.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:39:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:42,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-248c527b-5182-42e8-8f21-464d03a2d734 2018-11-19 06:39:42,457 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst 2018-11-19 06:39:42,460 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:42,875 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39: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-cbfd6857-0e19-4d0b-85a2-39f7b1114e15 x-compute-request-id: req-cbfd6857-0e19-4d0b-85a2-39f7b1114e15 Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:39:42Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:42,876 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-cbfd6857-0e19-4d0b-85a2-39f7b1114e15 2018-11-19 06:39:42,876 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst] is - BUILD 2018-11-19 06:39:42,876 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:39:45,878 - create_instance - DEBUG - VM status query timeout in 896.579265833 2018-11-19 06:39:45,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:46,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb7fe50a-c013-452c-964d-4ffc9c85843e x-compute-request-id: req-fb7fe50a-c013-452c-964d-4ffc9c85843e 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.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:39:42Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:46,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-fb7fe50a-c013-452c-964d-4ffc9c85843e 2018-11-19 06:39:46,679 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst] is - BUILD 2018-11-19 06:39:46,680 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:39:49,683 - create_instance - DEBUG - VM status query timeout in 892.774086952 2018-11-19 06:39:49,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:50,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-1e382e44-351c-4f6e-99d7-a9b7ddcdd985 x-compute-request-id: req-1e382e44-351c-4f6e-99d7-a9b7ddcdd985 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:39:47Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:50,347 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-1e382e44-351c-4f6e-99d7-a9b7ddcdd985 2018-11-19 06:39:50,348 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst] is - ACTIVE 2018-11-19 06:39:50,348 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:39:50,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:51,026 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39: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-2c9360a8-ba05-46aa-90c3-79ff77b0269a x-compute-request-id: req-2c9360a8-ba05-46aa-90c3-79ff77b0269a Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:39:47Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:51,026 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-2c9360a8-ba05-46aa-90c3-79ff77b0269a 2018-11-19 06:39:51,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:51,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-effdcf33-9dde-43aa-95c5-681f3b7defc9 Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:51,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-effdcf33-9dde-43aa-95c5-681f3b7defc9 2018-11-19 06:39:51,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:51,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b95e8bb-3733-422b-8697-33ec113a3b45 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:51,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-0b95e8bb-3733-422b-8697-33ec113a3b45 2018-11-19 06:39:51,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:51,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9c1e5afd-f3f8-4432-b6d6-7c1f9b2bd754 Date: Mon, 19 Nov 2018 06:39:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:51,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-9c1e5afd-f3f8-4432-b6d6-7c1f9b2bd754 2018-11-19 06:39:51,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:51,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-1ada79a4-12e9-483f-b7c7-12a01bdf22ce Date: Mon, 19 Nov 2018 06:39:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.3"}],"id":"2197e979-8661-427a-8a4c-d1c4137b04e7","security_groups":[],"mac_address":"fa:16:3e:9f:89:69","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.4"}],"id":"301c8e96-66c1-4fd5-9f4a-a82d0c181439","security_groups":[],"mac_address":"fa:16:3e:29:6d:bf","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.100"}],"id":"35bd19e4-41a2-4f8c-89db-73a10e801086","security_groups":["b4cdb42f-5680-4fb7-a7af-cce08a54abe8"],"mac_address":"fa:16:3e:4f:59:e4","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:38Z","binding:vnic_type":"normal","device_id":"9b980f27-8e39-49f7-9071-b6f288180851"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.1"}],"id":"68a3eb83-7a41-4889-a224-9675861af603","security_groups":[],"mac_address":"fa:16:3e:df:d2:9b","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:27Z","binding:vnic_type":"normal","device_id":"12923f1a-7e7b-4176-8e21-14fdaab4be1a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.2"}],"id":"800152ae-18d5-4e7c-a3c6-aaf28da5361a","security_groups":[],"mac_address":"fa:16:3e:a4:a9:bd","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51f9031a-b97d-45ee-95cf-96ac557b4b19"}]} 2018-11-19 06:39:51,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-1ada79a4-12e9-483f-b7c7-12a01bdf22ce 2018-11-19 06:39:51,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:51,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-9df49985-886b-4dc1-beb7-bd180453e775 Date: Mon, 19 Nov 2018 06:39:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:21Z", "admin_state_up": true, "updated_at": "2018-11-19T06:39:27Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "12923f1a-7e7b-4176-8e21-14fdaab4be1a", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router"}]} 2018-11-19 06:39:51,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router used request id req-9df49985-886b-4dc1-beb7-bd180453e775 2018-11-19 06:39:51,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:51,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c344f462-7b7c-49cb-847b-a771376419bf Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:51,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-c344f462-7b7c-49cb-847b-a771376419bf 2018-11-19 06:39:51,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=12923f1a-7e7b-4176-8e21-14fdaab4be1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:52,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-475aed62-6e67-4dd4-8ffb-7c45d771b671 Date: Mon, 19 Nov 2018 06:39:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.1"}],"id":"68a3eb83-7a41-4889-a224-9675861af603","security_groups":[],"mac_address":"fa:16:3e:df:d2:9b","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:27Z","binding:vnic_type":"normal","device_id":"12923f1a-7e7b-4176-8e21-14fdaab4be1a"}]} 2018-11-19 06:39:52,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=12923f1a-7e7b-4176-8e21-14fdaab4be1a used request id req-475aed62-6e67-4dd4-8ffb-7c45d771b671 2018-11-19 06:39:52,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/063a98b7-40df-49cc-b77b-1c160af5d8a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:52,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f2efbd66-0131-4081-a593-f9b4aba0d153 Date: Mon, 19 Nov 2018 06:39:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}} 2018-11-19 06:39:52,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/063a98b7-40df-49cc-b77b-1c160af5d8a7 used request id req-f2efbd66-0131-4081-a593-f9b4aba0d153 2018-11-19 06:39:52,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:52,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e090304f-a3ae-4a80-ab8b-aebfa1970bf1 Date: Mon, 19 Nov 2018 06:39:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:39:52,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-e090304f-a3ae-4a80-ab8b-aebfa1970bf1 2018-11-19 06:39:52,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:52,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-45914714-b8be-4b7a-b555-0cdc52d05f9b Date: Mon, 19 Nov 2018 06:39:52 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:39:52,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-45914714-b8be-4b7a-b555-0cdc52d05f9b 2018-11-19 06:39:52,736 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:53,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-517dcbae-dbe0-472c-b141-c3c2cb27dedb x-compute-request-id: req-517dcbae-dbe0-472c-b141-c3c2cb27dedb Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:39:47Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:53,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-517dcbae-dbe0-472c-b141-c3c2cb27dedb 2018-11-19 06:39:53,484 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst] is - ACTIVE 2018-11-19 06:39:53,484 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:39:53,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:53,944 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-93a6a8c2-a2d6-4131-a14f-4cb0017117e3 x-compute-request-id: req-93a6a8c2-a2d6-4131-a14f-4cb0017117e3 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:39:47Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:53,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-93a6a8c2-a2d6-4131-a14f-4cb0017117e3 2018-11-19 06:39:53,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:54,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b3626c37-07ca-441b-9938-ddeb6ac420ce Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:54,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-b3626c37-07ca-441b-9938-ddeb6ac420ce 2018-11-19 06:39:54,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:54,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-369e7456-9ee4-4d78-80a2-964e61075be8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:54,295 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-369e7456-9ee4-4d78-80a2-964e61075be8 2018-11-19 06:39:54,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:54,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d06b4fa2-12d5-4709-8c20-0068dedbe45f Date: Mon, 19 Nov 2018 06:39:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:54,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-d06b4fa2-12d5-4709-8c20-0068dedbe45f 2018-11-19 06:39:54,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:54,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-64738d8a-46f4-445a-9b97-15f67acf29d5 Date: Mon, 19 Nov 2018 06:39:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.3"}],"id":"2197e979-8661-427a-8a4c-d1c4137b04e7","security_groups":[],"mac_address":"fa:16:3e:9f:89:69","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.4"}],"id":"301c8e96-66c1-4fd5-9f4a-a82d0c181439","security_groups":[],"mac_address":"fa:16:3e:29:6d:bf","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.100"}],"id":"35bd19e4-41a2-4f8c-89db-73a10e801086","security_groups":["b4cdb42f-5680-4fb7-a7af-cce08a54abe8"],"mac_address":"fa:16:3e:4f:59:e4","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:38Z","binding:vnic_type":"normal","device_id":"9b980f27-8e39-49f7-9071-b6f288180851"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.1"}],"id":"68a3eb83-7a41-4889-a224-9675861af603","security_groups":[],"mac_address":"fa:16:3e:df:d2:9b","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:27Z","binding:vnic_type":"normal","device_id":"12923f1a-7e7b-4176-8e21-14fdaab4be1a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.2"}],"id":"800152ae-18d5-4e7c-a3c6-aaf28da5361a","security_groups":[],"mac_address":"fa:16:3e:a4:a9:bd","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51f9031a-b97d-45ee-95cf-96ac557b4b19"}]} 2018-11-19 06:39:54,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-64738d8a-46f4-445a-9b97-15f67acf29d5 2018-11-19 06:39:54,827 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:39:54,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:54,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e1d05043-9788-46fd-9919-70343570db72 Date: Mon, 19 Nov 2018 06:39:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:39:54,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-e1d05043-9788-46fd-9919-70343570db72 2018-11-19 06:39:54,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:54,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-25203d67-78fd-4365-904b-0e6236bfdae9 Date: Mon, 19 Nov 2018 06:39:54 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:39:54,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-25203d67-78fd-4365-904b-0e6236bfdae9 2018-11-19 06:39:54,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "35bd19e4-41a2-4f8c-89db-73a10e801086"}}' 2018-11-19 06:39:57,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 549 X-Openstack-Request-Id: req-fbcfd381-c48f-4a91-914c-4e32af6edf6c Date: Mon, 19 Nov 2018 06:39:57 GMT RESP BODY: {"floatingip": {"router_id": "12923f1a-7e7b-4176-8e21-14fdaab4be1a", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:56Z", "updated_at": "2018-11-19T06:39:56Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.100", "floating_ip_address": "172.30.9.204", "revision_number": 0, "project_id": "e98813f8525b44f3a3baba90c340f433", "port_id": "35bd19e4-41a2-4f8c-89db-73a10e801086", "id": "f0d1b2fc-c5e1-4bce-960d-19d6c045270c"}} 2018-11-19 06:39:57,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-fbcfd381-c48f-4a91-914c-4e32af6edf6c 2018-11-19 06:39:57,346 - create_instance - INFO - Created floating IP 172.30.9.204 via router - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router 2018-11-19 06:39:57,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:57,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39: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-ccdd2633-dcc9-44a2-9fe1-2b8e622adca0 x-compute-request-id: req-ccdd2633-dcc9-44a2-9fe1-2b8e622adca0 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:39:47Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:57,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-ccdd2633-dcc9-44a2-9fe1-2b8e622adca0 2018-11-19 06:39:57,724 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst] is - ACTIVE 2018-11-19 06:39:57,725 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:39:57,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:57,892 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39: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-ade18439-2b02-460d-814d-8dcb41b60cff x-compute-request-id: req-ade18439-2b02-460d-814d-8dcb41b60cff Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:39:47Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:57,892 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-ade18439-2b02-460d-814d-8dcb41b60cff 2018-11-19 06:39:57,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:57,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-eb8032ce-f030-4b70-8dc2-8df0cf658ad3 Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:57,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-eb8032ce-f030-4b70-8dc2-8df0cf658ad3 2018-11-19 06:39:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:58,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa29204-e487-4e28-9f26-b5359c563389 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:58,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-9aa29204-e487-4e28-9f26-b5359c563389 2018-11-19 06:39:58,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:58,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-85fdab4e-60fb-442e-84fb-60a64b0f2c02 Date: Mon, 19 Nov 2018 06:39:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:58,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-85fdab4e-60fb-442e-84fb-60a64b0f2c02 2018-11-19 06:39:58,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:58,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-08147bcc-15cc-4223-9695-f5ae83325c50 Date: Mon, 19 Nov 2018 06:39:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.3"}],"id":"2197e979-8661-427a-8a4c-d1c4137b04e7","security_groups":[],"mac_address":"fa:16:3e:9f:89:69","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.4"}],"id":"301c8e96-66c1-4fd5-9f4a-a82d0c181439","security_groups":[],"mac_address":"fa:16:3e:29:6d:bf","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.100"}],"id":"35bd19e4-41a2-4f8c-89db-73a10e801086","security_groups":["b4cdb42f-5680-4fb7-a7af-cce08a54abe8"],"mac_address":"fa:16:3e:4f:59:e4","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:38Z","binding:vnic_type":"normal","device_id":"9b980f27-8e39-49f7-9071-b6f288180851"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.1"}],"id":"68a3eb83-7a41-4889-a224-9675861af603","security_groups":[],"mac_address":"fa:16:3e:df:d2:9b","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:27Z","binding:vnic_type":"normal","device_id":"12923f1a-7e7b-4176-8e21-14fdaab4be1a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.2"}],"id":"800152ae-18d5-4e7c-a3c6-aaf28da5361a","security_groups":[],"mac_address":"fa:16:3e:a4:a9:bd","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51f9031a-b97d-45ee-95cf-96ac557b4b19"}]} 2018-11-19 06:39:58,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-08147bcc-15cc-4223-9695-f5ae83325c50 2018-11-19 06:39:58,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:58,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2637e5d-3ec4-4418-bb37-b02092fd1fc4 x-compute-request-id: req-f2637e5d-3ec4-4418-bb37-b02092fd1fc4 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "security_groups": [{"name": "default"}], "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:39:47Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:39:58,577 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-f2637e5d-3ec4-4418-bb37-b02092fd1fc4 2018-11-19 06:39:58,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:58,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8d2985b0-9a4e-4478-bed6-1b671f39a92b Date: Mon, 19 Nov 2018 06:39: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":["063a98b7-40df-49cc-b77b-1c160af5d8a7"],"updated_at":"2018-11-19T06:39:18Z","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"e98813f8525b44f3a3baba90c340f433","id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net"}]} 2018-11-19 06:39:58,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net used request id req-8d2985b0-9a4e-4478-bed6-1b671f39a92b 2018-11-19 06:39:58,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:58,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:39:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-caf3807a-7c5b-466e-a7d3-4ff6b43401a7 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:39:58,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-caf3807a-7c5b-466e-a7d3-4ff6b43401a7 2018-11-19 06:39:58,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:58,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7c10ffbe-db9a-448f-991f-ccb483bbe00c Date: Mon, 19 Nov 2018 06:39:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","dns_nameservers":[],"updated_at":"2018-11-19T06:39: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":"e98813f8525b44f3a3baba90c340f433","id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet"}]} 2018-11-19 06:39:58,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-7c10ffbe-db9a-448f-991f-ccb483bbe00c 2018-11-19 06:39:58,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:39:59,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-5ab2c3f8-12c4-473c-b86e-8e993a990c19 Date: Mon, 19 Nov 2018 06:39:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.3"}],"id":"2197e979-8661-427a-8a4c-d1c4137b04e7","security_groups":[],"mac_address":"fa:16:3e:9f:89:69","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:21Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.4"}],"id":"301c8e96-66c1-4fd5-9f4a-a82d0c181439","security_groups":[],"mac_address":"fa:16:3e:29:6d:bf","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:19Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-51f9031a-b97d-45ee-95cf-96ac557b4b19"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:47Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.100"}],"id":"35bd19e4-41a2-4f8c-89db-73a10e801086","security_groups":["b4cdb42f-5680-4fb7-a7af-cce08a54abe8"],"mac_address":"fa:16:3e:4f:59:e4","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:38Z","binding:vnic_type":"normal","device_id":"9b980f27-8e39-49f7-9071-b6f288180851"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:40Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.1"}],"id":"68a3eb83-7a41-4889-a224-9675861af603","security_groups":[],"mac_address":"fa:16:3e:df:d2:9b","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:27Z","binding:vnic_type":"normal","device_id":"12923f1a-7e7b-4176-8e21-14fdaab4be1a"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:39:19Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"063a98b7-40df-49cc-b77b-1c160af5d8a7","ip_address":"10.55.1.2"}],"id":"800152ae-18d5-4e7c-a3c6-aaf28da5361a","security_groups":[],"mac_address":"fa:16:3e:a4:a9:bd","project_id":"e98813f8525b44f3a3baba90c340f433","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"51f9031a-b97d-45ee-95cf-96ac557b4b19","tenant_id":"e98813f8525b44f3a3baba90c340f433","created_at":"2018-11-19T06:39:18Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-51f9031a-b97d-45ee-95cf-96ac557b4b19"}]} 2018-11-19 06:39:59,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-5ab2c3f8-12c4-473c-b86e-8e993a990c19 2018-11-19 06:39:59,092 - create_instance - INFO - Deleting Floating IP - 172.30.9.204 2018-11-19 06:39:59,092 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.204 2018-11-19 06:39:59,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/f0d1b2fc-c5e1-4bce-960d-19d6c045270c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:40:00,704 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1b9f00f5-3e70-45e8-bb3e-2c1876f464fc Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:00,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/f0d1b2fc-c5e1-4bce-960d-19d6c045270c used request id req-1b9f00f5-3e70-45e8-bb3e-2c1876f464fc 2018-11-19 06:40:00,705 - create_instance - INFO - Deleting Port with ID - 35bd19e4-41a2-4f8c-89db-73a10e801086 2018-11-19 06:40:00,705 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360port-1 2018-11-19 06:40:00,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/35bd19e4-41a2-4f8c-89db-73a10e801086 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:40:01,346 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3ae7bf3-6d06-4ffb-b2eb-2d9eef5a9fb7 Date: Mon, 19 Nov 2018 06:40:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:01,346 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/35bd19e4-41a2-4f8c-89db-73a10e801086 used request id req-b3ae7bf3-6d06-4ffb-b2eb-2d9eef5a9fb7 2018-11-19 06:40:01,347 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst 2018-11-19 06:40:01,350 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:40:01,553 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:40: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-80da3f3d-8e98-4f88-8e37-ea283a12cebe x-compute-request-id: req-80da3f3d-8e98-4f88-8e37-ea283a12cebe Content-Type: application/json 2018-11-19 06:40:01,553 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-80da3f3d-8e98-4f88-8e37-ea283a12cebe 2018-11-19 06:40:01,554 - create_instance - INFO - Checking deletion status 2018-11-19 06:40:01,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:40:01,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40: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-07991583-eb5f-488a-8cba-5dc89ce4f6a1 x-compute-request-id: req-07991583-eb5f-488a-8cba-5dc89ce4f6a1 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.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:01Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:40:01,798 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-07991583-eb5f-488a-8cba-5dc89ce4f6a1 2018-11-19 06:40:01,798 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst] is - ACTIVE 2018-11-19 06:40:01,799 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:40:04,802 - create_instance - DEBUG - VM status query timeout in 296.752028942 2018-11-19 06:40:04,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:40:05,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f0927d50-a0d7-47c9-91c4-1f1fb1cab937 x-compute-request-id: req-f0927d50-a0d7-47c9-91c4-1f1fb1cab937 Content-Encoding: gzip Content-Length: 752 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4f:59:e4", "version": 4, "addr": "10.55.1.100", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9b980f27-8e39-49f7-9071-b6f288180851", "rel": "bookmark"}], "image": {"id": "d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "links": [{"href": "http://172.30.9.21:8774/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:39:46.000000", "flavor": {"id": "ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "links": [{"href": "http://172.30.9.21:8774/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b", "rel": "bookmark"}]}, "id": "9b980f27-8e39-49f7-9071-b6f288180851", "user_id": "515aff5727474f54afc950b084543ac2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:01Z", "hostId": "b115cdf881fc56feaf58626b601138c04253652f19c8f7e9df78285c", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp", "name": "CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst", "created": "2018-11-19T06:39:42Z", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:40:05,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-f0927d50-a0d7-47c9-91c4-1f1fb1cab937 2018-11-19 06:40:05,053 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst] is - ACTIVE 2018-11-19 06:40:05,053 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:40:08,056 - create_instance - DEBUG - VM status query timeout in 293.497557163 2018-11-19 06:40:08,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a085b8e3295e7a20dcc34adea914560cd412b62" 2018-11-19 06:40:08,108 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-37d13161-332c-4e23-97ea-19b63f771042 x-compute-request-id: req-37d13161-332c-4e23-97ea-19b63f771042 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9b980f27-8e39-49f7-9071-b6f288180851 could not be found.", "code": 404}} 2018-11-19 06:40:08,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9b980f27-8e39-49f7-9071-b6f288180851 used request id req-37d13161-332c-4e23-97ea-19b63f771042 2018-11-19 06:40:08,108 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9b980f27-8e39-49f7-9071-b6f288180851 could not be found. (HTTP 404) (Request-ID: req-37d13161-332c-4e23-97ea-19b63f771042) 2018-11-19 06:40:08,108 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-inst 2018-11-19 06:40:08,110 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp 2018-11-19 06:40:08,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7630188d8255f5d66a2d90241716ae3be57389ed" 2018-11-19 06:40:08,162 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-56705fc6-226e-4b60-afa7-8ffef5f3fa48 x-compute-request-id: req-56705fc6-226e-4b60-afa7-8ffef5f3fa48 Content-Length: 0 Content-Type: application/json 2018-11-19 06:40:08,162 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-kp used request id req-56705fc6-226e-4b60-afa7-8ffef5f3fa48 2018-11-19 06:40:08,163 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360.pub] 2018-11-19 06:40:08,163 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360] 2018-11-19 06:40:08,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e83528ffb564ab2061851600765c73539725f01d" 2018-11-19 06:40:08,224 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-fe4cb8ce-cc02-4fd7-a89e-29caa79a1d4c x-compute-request-id: req-fe4cb8ce-cc02-4fd7-a89e-29caa79a1d4c Content-Length: 0 Content-Type: application/json 2018-11-19 06:40:08,224 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ad6cb30a-832d-4c14-adaf-4d02b2a70c8b used request id req-fe4cb8ce-cc02-4fd7-a89e-29caa79a1d4c 2018-11-19 06:40:08,225 - neutron_utils - INFO - Deleting security group rule with ID - 9f73f059-0ab2-40eb-89f3-81d4d2f39c19 2018-11-19 06:40:08,231 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9f73f059-0ab2-40eb-89f3-81d4d2f39c19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:40:08,330 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2e309d8a-afb3-4477-97eb-02e5d3e2aef6 Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:08,330 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9f73f059-0ab2-40eb-89f3-81d4d2f39c19 used request id req-2e309d8a-afb3-4477-97eb-02e5d3e2aef6 2018-11-19 06:40:08,330 - neutron_utils - INFO - Deleting security group rule with ID - e2fb4045-3013-42e8-8bb9-1a8de47b2293 2018-11-19 06:40:08,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e2fb4045-3013-42e8-8bb9-1a8de47b2293 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:40:08,580 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-df8176b1-15b3-4bc9-a298-e27d1cda8bad Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:08,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e2fb4045-3013-42e8-8bb9-1a8de47b2293 used request id req-df8176b1-15b3-4bc9-a298-e27d1cda8bad 2018-11-19 06:40:08,580 - neutron_utils - INFO - Deleting security group rule with ID - 2f035659-0981-47a4-a151-0fb477f8907f 2018-11-19 06:40:08,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/2f035659-0981-47a4-a151-0fb477f8907f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:40:08,830 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23acbd16-b9e6-4abf-a008-cde0d121c8a1 Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:08,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/2f035659-0981-47a4-a151-0fb477f8907f used request id req-23acbd16-b9e6-4abf-a008-cde0d121c8a1 2018-11-19 06:40:08,830 - neutron_utils - INFO - Deleting security group rule with ID - 849b73f6-b017-439f-a5d9-7888ed3c6dca 2018-11-19 06:40:08,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/849b73f6-b017-439f-a5d9-7888ed3c6dca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:40:08,917 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4978bae4-f932-427c-b3fc-bcfd6172ae6d Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:08,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/849b73f6-b017-439f-a5d9-7888ed3c6dca used request id req-4978bae4-f932-427c-b3fc-bcfd6172ae6d 2018-11-19 06:40:08,917 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-sec-grp 2018-11-19 06:40:08,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2852fd4dffa676d349ba075d4615af8fa74b5478" 2018-11-19 06:40:09,198 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5d517ff8-f08e-4beb-8860-0f2f6591e3aa Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:09,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9ee75bfb-2ee0-49cc-acd2-4cdcbfac7548 used request id req-5d517ff8-f08e-4beb-8860-0f2f6591e3aa 2018-11-19 06:40:09,199 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router and subnet CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet 2018-11-19 06:40:09,199 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router 2018-11-19 06:40:09,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" -d '{"subnet_id": "063a98b7-40df-49cc-b77b-1c160af5d8a7"}' 2018-11-19 06:40:10,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7562e24b-fc5a-4b00-81b8-c5e88673e40b Date: Mon, 19 Nov 2018 06:40:10 GMT RESP BODY: {"network_id": "51f9031a-b97d-45ee-95cf-96ac557b4b19", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "subnet_id": "063a98b7-40df-49cc-b77b-1c160af5d8a7", "subnet_ids": ["063a98b7-40df-49cc-b77b-1c160af5d8a7"], "port_id": "68a3eb83-7a41-4889-a224-9675861af603", "id": "12923f1a-7e7b-4176-8e21-14fdaab4be1a"} 2018-11-19 06:40:10,916 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a/remove_router_interface used request id req-7562e24b-fc5a-4b00-81b8-c5e88673e40b 2018-11-19 06:40:10,917 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router 2018-11-19 06:40:10,917 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-router 2018-11-19 06:40:10,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5933bf0024c546c65d95e309e7d4c993b854630c" 2018-11-19 06:40:14,475 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2d76a2cc-2b9d-44f1-9a8d-580319f120f4 Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:14,475 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/12923f1a-7e7b-4176-8e21-14fdaab4be1a used request id req-2d76a2cc-2b9d-44f1-9a8d-580319f120f4 2018-11-19 06:40:14,476 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet 2018-11-19 06:40:14,476 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-subnet 2018-11-19 06:40:14,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/063a98b7-40df-49cc-b77b-1c160af5d8a7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:40:16,998 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68db7e60-1556-4db8-a390-ad80a13025e9 Date: Mon, 19 Nov 2018 06:40:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:16,998 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/063a98b7-40df-49cc-b77b-1c160af5d8a7 used request id req-68db7e60-1556-4db8-a390-ad80a13025e9 2018-11-19 06:40:16,998 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-pub-net 2018-11-19 06:40:17,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/51f9031a-b97d-45ee-95cf-96ac557b4b19 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fbb47019d3b403d022b9ec1b403b7234161fdc3b" 2018-11-19 06:40:18,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-186ed418-f6fd-4c44-b805-db50fbe00b8d Date: Mon, 19 Nov 2018 06:40:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:18,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/51f9031a-b97d-45ee-95cf-96ac557b4b19 used request id req-186ed418-f6fd-4c44-b805-db50fbe00b8d 2018-11-19 06:40:18,550 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-cc6d9749-dd4e-400f-b31c-8ae62b29a360-image 2018-11-19 06:40:18,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}91f99248a91ca0b3f9bc39f433cd0fda1ac78bfb" 2018-11-19 06:40:19,455 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94074a1d-eb0e-4e85-9d10-9aab0598e6dc Date: Mon, 19 Nov 2018 06:40:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:40:19,456 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d9a6139c-c0bd-4446-b0b2-7d9dc7e72615 used request id req-94074a1d-eb0e-4e85-9d10-9aab0598e6dc 2018-11-19 06:40:19,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:19,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-3392e0a8-5995-4e44-ab9d-9c392e01ad26 Date: Mon, 19 Nov 2018 06:40:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:16Z", "updated_at": "2018-11-19T06:39:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "revision_number": 0, "id": "3be6b488-77b2-4e94-9f07-2f4c4e89dd24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "revision_number": 0, "id": "9cfe8a80-7304-4ef4-9a1d-bffef058449b", "remote_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "revision_number": 0, "id": "a343808e-878b-4a14-a31c-0b10d6ca2bdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv4", "project_id": "e98813f8525b44f3a3baba90c340f433"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "revision_number": 0, "id": "ee5abcbf-eff0-4830-8e6d-058b45f094d4", "remote_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "remote_ip_prefix": null, "created_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "tenant_id": "e98813f8525b44f3a3baba90c340f433", "port_range_min": null, "ethertype": "IPv6", "project_id": "e98813f8525b44f3a3baba90c340f433"}], "revision_number": 4, "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "name": "default"}]} 2018-11-19 06:40:19,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-3392e0a8-5995-4e44-ab9d-9c392e01ad26 2018-11-19 06:40:19,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:19,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665053a2-4c86-4f3c-9e5a-f3304cfa4c5a Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:40:19,775 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-665053a2-4c86-4f3c-9e5a-f3304cfa4c5a 2018-11-19 06:40:19,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:19,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27082cc5-0770-4be2-a03a-0156d3913f4c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:40:19,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-27082cc5-0770-4be2-a03a-0156d3913f4c 2018-11-19 06:40:19,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:20,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1c40b68-2df2-47a8-99cc-056a46bee7b9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:40:20,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-d1c40b68-2df2-47a8-99cc-056a46bee7b9 2018-11-19 06:40:20,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:20,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0462e075-6e45-43a5-8961-eb65618badae Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433"}, "enabled": true, "id": "e98813f8525b44f3a3baba90c340f433", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj"}} 2018-11-19 06:40:20,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-0462e075-6e45-43a5-8961-eb65618badae 2018-11-19 06:40:20,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b4cdb42f-5680-4fb7-a7af-cce08a54abe8 2018-11-19 06:40:20,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b4cdb42f-5680-4fb7-a7af-cce08a54abe8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:20,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ec67a856-0d80-4b30-b478-e57792e61817 Date: Mon, 19 Nov 2018 06:40:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:17Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "3be6b488-77b2-4e94-9f07-2f4c4e89dd24"}, {"remote_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:17Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "9cfe8a80-7304-4ef4-9a1d-bffef058449b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:17Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "a343808e-878b-4a14-a31c-0b10d6ca2bdb"}, {"remote_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:39:17Z", "security_group_id": "b4cdb42f-5680-4fb7-a7af-cce08a54abe8", "port_range_min": null, "revision_number": 0, "tenant_id": "e98813f8525b44f3a3baba90c340f433", "created_at": "2018-11-19T06:39:17Z", "project_id": "e98813f8525b44f3a3baba90c340f433", "id": "ee5abcbf-eff0-4830-8e6d-058b45f094d4"}]} 2018-11-19 06:40:20,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=b4cdb42f-5680-4fb7-a7af-cce08a54abe8 used request id req-ec67a856-0d80-4b30-b478-e57792e61817 2018-11-19 06:40:20,260 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:40:20,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/b4cdb42f-5680-4fb7-a7af-cce08a54abe8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:20,617 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44e8f7fc-a8f3-4d8a-ab34-83c6ec31040c Content-Length: 0 Date: Mon, 19 Nov 2018 06:40:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:40:20,617 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/b4cdb42f-5680-4fb7-a7af-cce08a54abe8 used request id req-44e8f7fc-a8f3-4d8a-ab34-83c6ec31040c 2018-11-19 06:40:20,618 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj 2018-11-19 06:40:20,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:20,823 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:40:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35b86c59-43c8-41ea-aff4-a381d4e99377 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:40:20,823 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/e98813f8525b44f3a3baba90c340f433 used request id req-35b86c59-43c8-41ea-aff4-a381d4e99377 2018-11-19 06:40:20,823 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-proj-role 2018-11-19 06:40:20,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7b0d40c5e5cb46e0823d20540a798848 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:21,042 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:40:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e046580c-4097-48c2-8f2f-56b56791064c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:40:21,042 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7b0d40c5e5cb46e0823d20540a798848 used request id req-e046580c-4097-48c2-8f2f-56b56791064c 2018-11-19 06:40:21,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}271feffb027cb9aa44cd7628465b630beea0504a" 2018-11-19 06:40:21,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7394fa0-0bf9-4c45-bacf-da2ae6f074e5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:40:21,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a7394fa0-0bf9-4c45-bacf-da2ae6f074e5 2018-11-19 06:40:21,134 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-5c0d9ca3-656d-4f3-user 2018-11-19 06:40:21,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/515aff5727474f54afc950b084543ac2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2c802b81090ecd1c391bf739c9da4ff3428a3307" 2018-11-19 06:40:21,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:40:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cbf12cf-c38d-434b-8295-7e488304312f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:40:21,298 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/515aff5727474f54afc950b084543ac2 used request id req-3cbf12cf-c38d-434b-8295-7e488304312f 2018-11-19 06:40:21,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:21,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:40:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["-5SzbqNgRe-nCmGnJkaDIg"], "issued_at": "2018-11-19T06:40:21.000000Z"}} 2018-11-19 06:40:21,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c354b9c7fd4135fab38e1a2acaa2ad7dac19ce9" 2018-11-19 06:40:21,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00c42c82-86f8-45c2-b4c0-ef1502278559 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:21,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-00c42c82-86f8-45c2-b4c0-ef1502278559 2018-11-19 06:40:21,773 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:21,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:22,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:40:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["e8G252I0RrKACGMbi0CCQQ"], "issued_at": "2018-11-19T06:40:22.000000Z"}} 2018-11-19 06:40:22,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:40:22,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37953be2-8916-4d8a-b419-556041176455 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:22,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-37953be2-8916-4d8a-b419-556041176455 2018-11-19 06:40:22,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:40:22,252 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:40:22,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:40:22,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-543a8e46-68c2-4d0b-9337-07720a514044 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:40:22,332 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj used request id req-543a8e46-68c2-4d0b-9337-07720a514044 2018-11-19 06:40:22,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:40:22,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b14a2b-0495-42dc-a962-7ea558ae0c0c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:40:22,424 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-04b14a2b-0495-42dc-a962-7ea558ae0c0c 2018-11-19 06:40:22,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}}' 2018-11-19 06:40:22,545 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:40:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff479ce7-fad6-4024-a7e9-efb9430f0cf5 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:22,545 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ff479ce7-fad6-4024-a7e9-efb9430f0cf5 2018-11-19 06:40:22,546 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj 2018-11-19 06:40:22,546 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:22,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:22,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:40:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["cA8DMpiKQZyrEfd4UJ9ehg"], "issued_at": "2018-11-19T06:40:22.000000Z"}} 2018-11-19 06:40:22,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45a44e9acd0fcf13d6109f1fe7d242831700c99" 2018-11-19 06:40:23,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b63411f7-6027-4061-8972-66a017b6eeaa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:23,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b63411f7-6027-4061-8972-66a017b6eeaa 2018-11-19 06:40:23,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:40:23,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:40:23,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45a44e9acd0fcf13d6109f1fe7d242831700c99" 2018-11-19 06:40:23,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4c14e82-c372-41f5-9689-bb50ded62b9b Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:40:23,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f4c14e82-c372-41f5-9689-bb50ded62b9b 2018-11-19 06:40:23,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45a44e9acd0fcf13d6109f1fe7d242831700c99" 2018-11-19 06:40:23,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9745ec11-2c8a-4e99-9bd1-349b5fa9c1f6 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}]} 2018-11-19 06:40:23,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj used request id req-9745ec11-2c8a-4e99-9bd1-349b5fa9c1f6 2018-11-19 06:40:23,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45a44e9acd0fcf13d6109f1fe7d242831700c99" 2018-11-19 06:40:23,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4199e79a-d6d5-428b-96ea-ab3fe9bb59e6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:40:23,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-4199e79a-d6d5-428b-96ea-ab3fe9bb59e6 2018-11-19 06:40:23,629 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user 2018-11-19 06:40:23,629 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:23,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:40:23,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9bb6815-0483-4a82-97bd-c361ec685edc Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:40:23,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b9bb6815-0483-4a82-97bd-c361ec685edc 2018-11-19 06:40:23,724 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}}' 2018-11-19 06:40:23,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-63bd839e-47cb-46b0-86c9-be76052e0c27 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7b40808d68aa44dd8446dfa1921b8bb4", "links": {"self": "http://172.30.9.21:5000/v3/roles/7b40808d68aa44dd8446dfa1921b8bb4"}, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}} 2018-11-19 06:40:23,857 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-63bd839e-47cb-46b0-86c9-be76052e0c27 2018-11-19 06:40:23,857 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role 2018-11-19 06:40:23,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/7b40808d68aa44dd8446dfa1921b8bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:40:23,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae2ac57-9c59-4a82-acac-4013fe48e0fc Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/7b40808d68aa44dd8446dfa1921b8bb4"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role", "id": "7b40808d68aa44dd8446dfa1921b8bb4"}} 2018-11-19 06:40:23,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/7b40808d68aa44dd8446dfa1921b8bb4 used request id req-4ae2ac57-9c59-4a82-acac-4013fe48e0fc 2018-11-19 06:40:23,943 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role to project CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj 2018-11-19 06:40:23,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0/users/7d183bc0738a4859a905eb05f9eb7091/roles/7b40808d68aa44dd8446dfa1921b8bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:40:24,080 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc460752-9314-4acf-81f4-76d9c6696b4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:40:24,081 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0/users/7d183bc0738a4859a905eb05f9eb7091/roles/7b40808d68aa44dd8446dfa1921b8bb4 used request id req-bc460752-9314-4acf-81f4-76d9c6696b4b 2018-11-19 06:40:24,081 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:40:24,082 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:40:24,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:24,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:24,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["NqgvORD9Ti6T_AVpsJATRQ"], "issued_at": "2018-11-19T06:40:24.000000Z"}} 2018-11-19 06:40:24,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" 2018-11-19 06:40:24,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-784c00f6-2533-4b67-8422-442a3932d30d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:24,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-784c00f6-2533-4b67-8422-442a3932d30d 2018-11-19 06:40:24,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" 2018-11-19 06:40:24,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-851a6c8d-09c4-42e9-a742-e35e04f86ad3 Date: Mon, 19 Nov 2018 06:40:24 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image"} 2018-11-19 06:40:24,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image used request id req-851a6c8d-09c4-42e9-a742-e35e04f86ad3 2018-11-19 06:40:24,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" 2018-11-19 06:40:24,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c0b0a365-c9eb-48ce-b9d1-feb4bef9c377 Date: Mon, 19 Nov 2018 06:40:24 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:40:24,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c0b0a365-c9eb-48ce-b9d1-feb4bef9c377 2018-11-19 06:40:24,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image"}' 2018-11-19 06:40:25,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4 X-Openstack-Request-Id: req-98ec753c-9df7-4292-8c74-0329164eb90c Date: Mon, 19 Nov 2018 06:40:25 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:40:25Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:40:25Z", "visibility": "shared", "locations": [], "self": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "min_disk": 0, "protected": false, "id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "file": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/file", "checksum": null, "owner": "22aea04df7f141808b4e5412e8f17bc0", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:40:25,093 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-98ec753c-9df7-4292-8c74-0329164eb90c 2018-11-19 06:40:25,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" -d '' 2018-11-19 06:40:26,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b70276a7-e8ed-48ff-922d-f86ecdde95ef Date: Mon, 19 Nov 2018 06:40:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:40:26,237 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/file used request id req-b70276a7-e8ed-48ff-922d-f86ecdde95ef 2018-11-19 06:40:26,238 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:40:26,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" 2018-11-19 06:40:26,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-32f9889d-71f6-4c7e-9d27-3f17765b0ad6 Date: Mon, 19 Nov 2018 06:40:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:40:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:40:26Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/snap", "metadata": {}}], "self": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "min_disk": 0, "protected": false, "id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "file": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22aea04df7f141808b4e5412e8f17bc0", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:40:26,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4 used request id req-32f9889d-71f6-4c7e-9d27-3f17765b0ad6 2018-11-19 06:40:26,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" 2018-11-19 06:40:26,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-25decdad-6bb3-436c-abf4-f43071b47576 Date: Mon, 19 Nov 2018 06: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-11-19 06:40:26,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-25decdad-6bb3-436c-abf4-f43071b47576 2018-11-19 06:40:26,411 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image 2018-11-19 06:40:26,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" 2018-11-19 06:40:26,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-869438af-60f5-43c9-be9f-5ec03fee47dc Date: Mon, 19 Nov 2018 06:40:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:40:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:40:26Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/snap", "metadata": {}}], "self": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "min_disk": 0, "protected": false, "id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "file": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22aea04df7f141808b4e5412e8f17bc0", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:40:26,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4 used request id req-869438af-60f5-43c9-be9f-5ec03fee47dc 2018-11-19 06:40:26,576 - create_image - DEBUG - Instance status is - active 2018-11-19 06:40:26,576 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image 2018-11-19 06:40:26,576 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image 2018-11-19 06:40:26,577 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:26,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:26,962 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["4b6EN7ySRq-prnZJoljdJw"], "issued_at": "2018-11-19T06:40:26.000000Z"}} 2018-11-19 06:40:26,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:40:27,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b681d5be-4ee2-4cda-b95c-3cd576d7c095 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:27,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b681d5be-4ee2-4cda-b95c-3cd576d7c095 2018-11-19 06:40:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:40:27,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6c111790-534f-4453-9767-6b48f1b20166 Date: Mon, 19 Nov 2018 06:40:27 GMT RESP BODY: {"networks":[]} 2018-11-19 06:40:27,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-6c111790-534f-4453-9767-6b48f1b20166 2018-11-19 06:40:27,224 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net 2018-11-19 06:40:27,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net", "admin_state_up": true}}' 2018-11-19 06:40:27,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-e4a97c8c-a24e-45e0-b829-6630d1c4e944 Date: Mon, 19 Nov 2018 06:40:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:40:27Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","mtu":1450}} 2018-11-19 06:40:27,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-e4a97c8c-a24e-45e0-b829-6630d1c4e944 2018-11-19 06:40:27,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:40:28,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-4d5f8d92-9b84-4a61-b1da-479034222933 Date: Mon, 19 Nov 2018 06:40:28 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:40:27Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:28,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-4d5f8d92-9b84-4a61-b1da-479034222933 2018-11-19 06:40:28,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:40:28,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-24cc115b-f310-4a8a-b6aa-ca211dbc6541 Date: Mon, 19 Nov 2018 06:40:28 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:40:28,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-24cc115b-f310-4a8a-b6aa-ca211dbc6541 2018-11-19 06:40:28,215 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet 2018-11-19 06:40:28,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" -d '{"subnets": [{"ip_version": 4, "network_id": "674250c4-fa3f-4bfe-b586-5f85c2560a5e", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]}' 2018-11-19 06:40:28,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-60fe2635-3193-454e-9a46-3ca821231152 Date: Mon, 19 Nov 2018 06:40:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:28,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-60fe2635-3193-454e-9a46-3ca821231152 2018-11-19 06:40:28,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:40:29,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7dd7d7af-d17f-45fe-a7b1-5b9f6ca25f63 Date: Mon, 19 Nov 2018 06:40: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:29,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-7dd7d7af-d17f-45fe-a7b1-5b9f6ca25f63 2018-11-19 06:40:29,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:40:29,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4758ae7a-c1cf-4119-9dac-a9ba5acf53c0 Date: Mon, 19 Nov 2018 06:40:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:29,306 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-4758ae7a-c1cf-4119-9dac-a9ba5acf53c0 2018-11-19 06:40:29,306 - OpenStackNetwork - DEBUG - Network [674250c4-fa3f-4bfe-b586-5f85c2560a5e] created successfully 2018-11-19 06:40:29,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:29,307 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:29,676 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["ceFMZ0lHTlSrZYFYKeAvVg"], "issued_at": "2018-11-19T06:40:29.000000Z"}} 2018-11-19 06:40:29,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:29,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fa4bb4e-6dd0-41f9-8a64-f02c72379176 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:29,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7fa4bb4e-6dd0-41f9-8a64-f02c72379176 2018-11-19 06:40:29,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:29,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bab45467-f139-4061-a765-1c7cf1b2f38f Date: Mon, 19 Nov 2018 06:40:29 GMT RESP BODY: {"routers": []} 2018-11-19 06:40:29,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router&admin_state_up=True used request id req-bab45467-f139-4061-a765-1c7cf1b2f38f 2018-11-19 06:40:29,976 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:29,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:30,363 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["WZGeFminQB-c5Fi0U2ewxg"], "issued_at": "2018-11-19T06:40:30.000000Z"}} 2018-11-19 06:40:30,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe9099444c81c59b70194d922522b3ba10fed5c7" 2018-11-19 06:40:30,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7029391a-d8b7-4631-8aa2-b836b0845f93 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:30,433 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7029391a-d8b7-4631-8aa2-b836b0845f93 2018-11-19 06:40:30,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:30,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-30dc1eb8-77b7-42f4-9d31-b47c797349b3 Date: Mon, 19 Nov 2018 06:40:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:40:30,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-30dc1eb8-77b7-42f4-9d31-b47c797349b3 2018-11-19 06:40:30,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:30,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51e2098a-3483-45ae-896c-70a7ed2bf660 Date: Mon, 19 Nov 2018 06:40:30 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:40:30,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-51e2098a-3483-45ae-896c-70a7ed2bf660 2018-11-19 06:40:30,877 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router 2018-11-19 06:40:30,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router", "admin_state_up": true}}' 2018-11-19 06:40:35,894 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-507b7339-7005-48f9-ae47-5894c61350a0 Date: Mon, 19 Nov 2018 06:40:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:31Z", "admin_state_up": true, "updated_at": "2018-11-19T06:40:32Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "cc1424da-48de-4f21-b777-896919f69a23", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router"}} 2018-11-19 06:40:35,894 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-507b7339-7005-48f9-ae47-5894c61350a0 2018-11-19 06:40:35,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=cc1424da-48de-4f21-b777-896919f69a23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:36,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e0a67ff3-9011-4203-9190-ace65f358580 Date: Mon, 19 Nov 2018 06:40:36 GMT RESP BODY: {"ports":[]} 2018-11-19 06:40:36,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=cc1424da-48de-4f21-b777-896919f69a23 used request id req-e0a67ff3-9011-4203-9190-ace65f358580 2018-11-19 06:40:36,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:36,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8a54b4f4-7db1-45a3-a1a8-8a26ccd2230b Date: Mon, 19 Nov 2018 06:40:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:36,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-8a54b4f4-7db1-45a3-a1a8-8a26ccd2230b 2018-11-19 06:40:36,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:40:36,364 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:40:36,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:36,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6f0e00-de53-4299-b4b0-b7efbac69a06 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:36,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-ce6f0e00-de53-4299-b4b0-b7efbac69a06 2018-11-19 06:40:36,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:36,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d4a49e85-234f-414a-a6e8-21815161edf1 Date: Mon, 19 Nov 2018 06:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:36,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-d4a49e85-234f-414a-a6e8-21815161edf1 2018-11-19 06:40:36,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:36,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6a4e43c6-362c-42b7-be4e-cbc813e82bad Date: Mon, 19 Nov 2018 06:40:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:36,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet used request id req-6a4e43c6-362c-42b7-be4e-cbc813e82bad 2018-11-19 06:40:36,863 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:40:36,863 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router 2018-11-19 06:40:36,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" -d '{"subnet_id": "5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"}' 2018-11-19 06:40:38,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-16d82a46-97c9-46bc-b87e-d704e63f041c Date: Mon, 19 Nov 2018 06:40:38 GMT RESP BODY: {"network_id": "674250c4-fa3f-4bfe-b586-5f85c2560a5e", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "subnet_id": "5eab49d3-c217-48d3-9cdd-f01e70b4c0e2", "subnet_ids": ["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"], "port_id": "d1fa51a6-a583-4c98-80e9-469cee7f7dc9", "id": "cc1424da-48de-4f21-b777-896919f69a23"} 2018-11-19 06:40:38,944 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23/add_router_interface used request id req-16d82a46-97c9-46bc-b87e-d704e63f041c 2018-11-19 06:40:38,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:39,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-076e89db-23f2-4e16-bf56-741c98a0b419 Date: Mon, 19 Nov 2018 06:40:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:31Z", "admin_state_up": true, "updated_at": "2018-11-19T06:40:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "cc1424da-48de-4f21-b777-896919f69a23", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router"}} 2018-11-19 06:40:39,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23 used request id req-076e89db-23f2-4e16-bf56-741c98a0b419 2018-11-19 06:40:39,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=cc1424da-48de-4f21-b777-896919f69a23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:39,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-620a213a-a149-4649-939f-f4c81150dea4 Date: Mon, 19 Nov 2018 06:40:39 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:38Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"}]} 2018-11-19 06:40:39,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=cc1424da-48de-4f21-b777-896919f69a23 used request id req-620a213a-a149-4649-939f-f4c81150dea4 2018-11-19 06:40:39,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/5eab49d3-c217-48d3-9cdd-f01e70b4c0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:40:39,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2a1200d5-6826-4a90-b1f1-54bb707ddba2 Date: Mon, 19 Nov 2018 06:40:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}} 2018-11-19 06:40:39,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/5eab49d3-c217-48d3-9cdd-f01e70b4c0e2 used request id req-2a1200d5-6826-4a90-b1f1-54bb707ddba2 2018-11-19 06:40:39,498 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:39,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:39,879 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:40:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9YLbDnhqTZSqu94NgzoDtQ"], "issued_at": "2018-11-19T06:40:39.000000Z"}} 2018-11-19 06:40:39,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63e1fd8dbf7f629d1cf22faa679d1c1e48f8e2a" 2018-11-19 06:40:39,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1d6748d-789d-4322-a08c-8c4197125864 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:39,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a1d6748d-789d-4322-a08c-8c4197125864 2018-11-19 06:40:39,969 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:40:39,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63e1fd8dbf7f629d1cf22faa679d1c1e48f8e2a" 2018-11-19 06:40:40,151 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40: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-609cfe3e-757b-47f7-9386-23f7fd86865e x-compute-request-id: req-609cfe3e-757b-47f7-9386-23f7fd86865e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:40:40,151 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-609cfe3e-757b-47f7-9386-23f7fd86865e 2018-11-19 06:40:40,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63e1fd8dbf7f629d1cf22faa679d1c1e48f8e2a" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:40:40,204 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d78c4b1-e775-4ad5-a23a-e9061dc771ed x-compute-request-id: req-0d78c4b1-e775-4ad5-a23a-e9061dc771ed Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:40:40,204 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0d78c4b1-e775-4ad5-a23a-e9061dc771ed 2018-11-19 06:40:40,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:40,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:40,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["_9KygjVVS3eSG6cfbLW4Dg"], "issued_at": "2018-11-19T06:40:40.000000Z"}} 2018-11-19 06:40:40,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}289067bcba3ad4ef4b2e2c29f9c70054889f9656" 2018-11-19 06:40:40,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb89b45-5f01-4d52-a0f5-3320f0ee4378 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:40,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cdb89b45-5f01-4d52-a0f5-3320f0ee4378 2018-11-19 06:40:40,655 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:40:40,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}289067bcba3ad4ef4b2e2c29f9c70054889f9656" 2018-11-19 06:40:40,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a6e13945-4077-4bf4-accc-dc521eddfa9b x-compute-request-id: req-a6e13945-4077-4bf4-accc-dc521eddfa9b Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:40:40,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-a6e13945-4077-4bf4-accc-dc521eddfa9b 2018-11-19 06:40:40,822 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp... 2018-11-19 06:40:40,823 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:40:40,861 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp 2018-11-19 06:40:40,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}289067bcba3ad4ef4b2e2c29f9c70054889f9656" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDEgAeI3gM0cqzrgnF1BzzIHeHgSeUR2dxRzC8WoHwTz6dKP61C4+tJyT+u8YBPmCZd3ChDWNAVlN9XExbGlsFbykp+mfKFJny1kF1fp9qXBtoLXPHIBlB3Z5VhyMioHd1xBjfM+4tmjTnWsl4fut4APGv9Mr+35oKNzNJKFFfuiw==", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp"}}' 2018-11-19 06:40:40,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3adb9ccd-98c8-44f2-b937-eee754635006 x-compute-request-id: req-3adb9ccd-98c8-44f2-b937-eee754635006 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDEgAeI3gM0cqzrgnF1BzzIHeHgSeUR2dxRzC8WoHwTz6dKP61C4+tJyT+u8YBPmCZd3ChDWNAVlN9XExbGlsFbykp+mfKFJny1kF1fp9qXBtoLXPHIBlB3Z5VhyMioHd1xBjfM+4tmjTnWsl4fut4APGv9Mr+35oKNzNJKFFfuiw==", "user_id": "7d183bc0738a4859a905eb05f9eb7091", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "fingerprint": "05:f8:40:08:7e:50:ac:c5:87:d4:2e:44:90:c8:a1:f4"}} 2018-11-19 06:40:40,929 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-3adb9ccd-98c8-44f2-b937-eee754635006 2018-11-19 06:40:40,931 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8.pub 2018-11-19 06:40:40,931 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8 2018-11-19 06:40:40,932 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:40,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:41,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["wemR84skTrWzQ32QzDcL-g"], "issued_at": "2018-11-19T06:40:41.000000Z"}} 2018-11-19 06:40:41,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:41,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e188a29-b868-460d-bf53-15610221352f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:41,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1e188a29-b868-460d-bf53-15610221352f 2018-11-19 06:40:41,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:41,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2c73a68d-4bdd-4783-b43a-fcee84a286a4 Date: Mon, 19 Nov 2018 06:40:41 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:40:41,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp used request id req-2c73a68d-4bdd-4783-b43a-fcee84a286a4 2018-11-19 06:40:41,651 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp... 2018-11-19 06:40:41,651 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp 2018-11-19 06:40:41,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}}' 2018-11-19 06:40:41,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-f505e09b-7818-4be8-b883-358d6907400c Date: Mon, 19 Nov 2018 06:40:41 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "updated_at": "2018-11-19T06:40:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}], "revision_number": 2, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "48e70183-fbe7-453b-849b-069acfeffbda", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}} 2018-11-19 06:40:41,994 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-f505e09b-7818-4be8-b883-358d6907400c 2018-11-19 06:40:41,995 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:42,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:42,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-072f2e63-0ae8-418a-98fa-eefc4e1a1c59 Date: Mon, 19 Nov 2018 06:40:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30"}]} 2018-11-19 06:40:42,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-072f2e63-0ae8-418a-98fa-eefc4e1a1c59 2018-11-19 06:40:42,161 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:42,166 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:42,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-88eef146-e27e-4600-ad88-9a741b20fb52 Date: Mon, 19 Nov 2018 06:40:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30"}]} 2018-11-19 06:40:42,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-88eef146-e27e-4600-ad88-9a741b20fb52 2018-11-19 06:40:42,344 - neutron_utils - INFO - Retrieving security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:42,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-7256e3f3-e881-41c0-b9fa-69b7f67a05b7 Date: Mon, 19 Nov 2018 06:40:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "updated_at": "2018-11-19T06:40:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}], "revision_number": 2, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "48e70183-fbe7-453b-849b-069acfeffbda", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}]} 2018-11-19 06:40:42,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-7256e3f3-e881-41c0-b9fa-69b7f67a05b7 2018-11-19 06:40:42,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:42,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:42,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2003f8a3-e52e-4731-906a-aca1b070a64a Date: Mon, 19 Nov 2018 06:40:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30"}]} 2018-11-19 06:40:42,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-2003f8a3-e52e-4731-906a-aca1b070a64a 2018-11-19 06:40:42,569 - neutron_utils - INFO - Retrieving security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:42,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:42,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-9ea43697-b623-4e98-adea-10ddd2a4ea51 Date: Mon, 19 Nov 2018 06:40:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "updated_at": "2018-11-19T06:40:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}], "revision_number": 2, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "48e70183-fbe7-453b-849b-069acfeffbda", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}]} 2018-11-19 06:40:42,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-9ea43697-b623-4e98-adea-10ddd2a4ea51 2018-11-19 06:40:42,759 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:42,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:42,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-074f6015-d898-4906-9441-8f6442c4496b Date: Mon, 19 Nov 2018 06:40:42 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30"}]} 2018-11-19 06:40:42,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-074f6015-d898-4906-9441-8f6442c4496b 2018-11-19 06:40:42,789 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp 2018-11-19 06:40:42,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:42,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-035d6a58-8570-4348-a2aa-4f7f89fedcce Date: Mon, 19 Nov 2018 06:40:42 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "updated_at": "2018-11-19T06:40:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}], "revision_number": 2, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "48e70183-fbe7-453b-849b-069acfeffbda", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}]} 2018-11-19 06:40:42,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp used request id req-035d6a58-8570-4348-a2aa-4f7f89fedcce 2018-11-19 06:40:42,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:40:42,994 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:40:42,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:43,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45373853-b0f4-4777-9d99-44baa321690f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:43,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-45373853-b0f4-4777-9d99-44baa321690f 2018-11-19 06:40:43,078 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:43,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:43,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d6c075bd-5905-44f8-b3d9-dacbd9856795 Date: Mon, 19 Nov 2018 06:40:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30"}]} 2018-11-19 06:40:43,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-d6c075bd-5905-44f8-b3d9-dacbd9856795 2018-11-19 06:40:43,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}8ae555fe6d59091a05b74c23c2c9708b5645cac8" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda"}}' 2018-11-19 06:40:43,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-4593d670-5e60-4cea-8c2e-d3c7f1088662 Date: Mon, 19 Nov 2018 06:40:43 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:43Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:43Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "2d129c61-e66a-4a59-b42e-481e471f7065"}} 2018-11-19 06:40:43,563 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-4593d670-5e60-4cea-8c2e-d3c7f1088662 2018-11-19 06:40:43,564 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp 2018-11-19 06:40:43,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:43,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-33a5a30e-9d4b-4991-88fb-cfa42b0f78c2 Date: Mon, 19 Nov 2018 06:40:43 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "updated_at": "2018-11-19T06:40:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:43Z", "revision_number": 0, "id": "2d129c61-e66a-4a59-b42e-481e471f7065", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:43Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}], "revision_number": 3, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "48e70183-fbe7-453b-849b-069acfeffbda", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}]} 2018-11-19 06:40:43,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp used request id req-33a5a30e-9d4b-4991-88fb-cfa42b0f78c2 2018-11-19 06:40:43,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:43,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f05ec8bd-cb10-48c2-969d-29e3a255108f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:43,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-f05ec8bd-cb10-48c2-969d-29e3a255108f 2018-11-19 06:40:43,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:43,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:44,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-f7c32221-c5c2-4dcc-a811-74106997cb9e Date: Mon, 19 Nov 2018 06:40:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:43Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:43Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "2d129c61-e66a-4a59-b42e-481e471f7065"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30"}]} 2018-11-19 06:40:44,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-f7c32221-c5c2-4dcc-a811-74106997cb9e 2018-11-19 06:40:44,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}8ae555fe6d59091a05b74c23c2c9708b5645cac8" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda"}}' 2018-11-19 06:40:44,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-365ab90e-ca26-4884-a179-25cb35352fc7 Date: Mon, 19 Nov 2018 06:40:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:40:44Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": 22, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:44Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "d516a69b-86f1-465d-836a-b75f81c29dd1"}} 2018-11-19 06:40:44,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-365ab90e-ca26-4884-a179-25cb35352fc7 2018-11-19 06:40:44,366 - neutron_utils - INFO - Retrieving security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:44,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:44,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-ec6553b1-8ecf-469f-a8bc-a33d28449680 Date: Mon, 19 Nov 2018 06:40:44 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "updated_at": "2018-11-19T06:40:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:43Z", "revision_number": 0, "id": "2d129c61-e66a-4a59-b42e-481e471f7065", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:43Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "revision_number": 0, "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:40:44Z", "revision_number": 0, "id": "d516a69b-86f1-465d-836a-b75f81c29dd1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:44Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": 22, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}], "revision_number": 4, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "48e70183-fbe7-453b-849b-069acfeffbda", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}]} 2018-11-19 06:40:44,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-ec6553b1-8ecf-469f-a8bc-a33d28449680 2018-11-19 06:40:44,571 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e70183-fbe7-453b-849b-069acfeffbda 2018-11-19 06:40:44,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:40:44,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-9083395b-40d8-43ef-8979-60f474bd4f18 Date: Mon, 19 Nov 2018 06:40:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22a48d9d-3540-47a8-a025-14c8c4b6f3a2"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:43Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:43Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "2d129c61-e66a-4a59-b42e-481e471f7065"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:41Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:41Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "93f31c28-ca48-492e-9ac2-ce6c1d1f9a30"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:40:44Z", "security_group_id": "48e70183-fbe7-453b-849b-069acfeffbda", "port_range_min": 22, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:44Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "d516a69b-86f1-465d-836a-b75f81c29dd1"}]} 2018-11-19 06:40:44,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=48e70183-fbe7-453b-849b-069acfeffbda used request id req-9083395b-40d8-43ef-8979-60f474bd4f18 2018-11-19 06:40:44,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:44,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:45,129 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["5t9SimZfSEi0z4LeU2T9jA"], "issued_at": "2018-11-19T06:40:45.000000Z"}} 2018-11-19 06:40:45,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:45,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4230dbe5-875c-4b9d-8352-a43d814c4fa7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:45,216 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4230dbe5-875c-4b9d-8352-a43d814c4fa7 2018-11-19 06:40:45,217 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:40:45,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:45,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7656ece1-e82c-4c82-ab46-6e64017ca1ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:45,296 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7656ece1-e82c-4c82-ab46-6e64017ca1ac 2018-11-19 06:40:45,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:45,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7f2fd4c3-d689-45e3-9ec2-1cb499e41945 Date: Mon, 19 Nov 2018 06: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:45,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-7f2fd4c3-d689-45e3-9ec2-1cb499e41945 2018-11-19 06:40:45,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:40:45,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:40:45,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:45,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd81d02a-1ac1-40a3-9b3d-ce8365e302c6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:45,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-dd81d02a-1ac1-40a3-9b3d-ce8365e302c6 2018-11-19 06:40:45,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:45,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-16a753bd-bec7-43b0-8dd4-12f933f599b7 Date: Mon, 19 Nov 2018 06:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:45,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-16a753bd-bec7-43b0-8dd4-12f933f599b7 2018-11-19 06:40:45,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:46,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-20747fd5-c66a-4165-9e5a-1a57c3725063 Date: Mon, 19 Nov 2018 06:40:46 GMT RESP BODY: {"ports":[]} 2018-11-19 06:40:46,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1&admin_state_up=True used request id req-20747fd5-c66a-4165-9e5a-1a57c3725063 2018-11-19 06:40:46,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:46,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e31671b-c7b2-47da-b171-aaea35f0e13d x-compute-request-id: req-7e31671b-c7b2-47da-b171-aaea35f0e13d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:40:46,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst used request id req-7e31671b-c7b2-47da-b171-aaea35f0e13d 2018-11-19 06:40:46,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:46,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-98c82ac5-4e43-4bc3-ba1f-f6ae642d0135 Date: Mon, 19 Nov 2018 06:40:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:46,345 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-98c82ac5-4e43-4bc3-ba1f-f6ae642d0135 2018-11-19 06:40:46,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:46,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c709cec1-9c98-4b55-9d41-8ca2ebcc2878 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:46,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-c709cec1-9c98-4b55-9d41-8ca2ebcc2878 2018-11-19 06:40:46,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:46,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d5402308-dbea-4ba6-b2be-f8fc74da2b16 Date: Mon, 19 Nov 2018 06:40:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:46,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-d5402308-dbea-4ba6-b2be-f8fc74da2b16 2018-11-19 06:40:46,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:46,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-0d89c39b-1750-4924-b812-b20f6525491d Date: Mon, 19 Nov 2018 06:40:46 GMT RESP BODY: {"ports":[]} 2018-11-19 06:40:46,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1&admin_state_up=True used request id req-0d89c39b-1750-4924-b812-b20f6525491d 2018-11-19 06:40:46,831 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:40:46,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:40:47,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7b40808d68aa44dd8446dfa1921b8bb4", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role"}], "expires_at": "2018-11-19T07:40:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22aea04df7f141808b4e5412e8f17bc0", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/22aea04df7f141808b4e5412e8f17bc0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user", "id": "7d183bc0738a4859a905eb05f9eb7091"}, "audit_ids": ["aPIpqH-qTami7otui2NpOg"], "issued_at": "2018-11-19T06:40:47.000000Z"}} 2018-11-19 06:40:47,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9391226f3c1e35e5ff6878c10a7a49e98ad7a2b0" 2018-11-19 06:40:47,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8218128e-1929-4e2d-8ef8-b5861272a9c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:40:47,279 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8218128e-1929-4e2d-8ef8-b5861272a9c0 2018-11-19 06:40:47,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:47,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-19413779-904c-4efe-a8ba-2685fafa34ec Date: Mon, 19 Nov 2018 06:40:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:47,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-19413779-904c-4efe-a8ba-2685fafa34ec 2018-11-19 06:40:47,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:47,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-76dc1201-48ee-4a15-b384-eb04dcb17d34 Date: Mon, 19 Nov 2018 06:40:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:47,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-76dc1201-48ee-4a15-b384-eb04dcb17d34 2018-11-19 06:40:47,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:47,715 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e0afaf13-ef1e-4026-be58-67a50faf796d Date: Mon, 19 Nov 2018 06:40:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:47,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-e0afaf13-ef1e-4026-be58-67a50faf796d 2018-11-19 06:40:47,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:40:47,724 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:40: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:40:47,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9391226f3c1e35e5ff6878c10a7a49e98ad7a2b0" 2018-11-19 06:40:47,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f224fb4-b86f-4df6-8577-6da763aedc53 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:47,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-5f224fb4-b86f-4df6-8577-6da763aedc53 2018-11-19 06:40:47,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:48,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8f0f9fe2-42cd-4d95-ade9-b68208a7be38 Date: Mon, 19 Nov 2018 06:40:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:48,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-8f0f9fe2-42cd-4d95-ade9-b68208a7be38 2018-11-19 06:40:48,022 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net 2018-11-19 06:40:48,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" -d '{"port": {"network_id": "674250c4-fa3f-4bfe-b586-5f85c2560a5e", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1", "admin_state_up": true}}' 2018-11-19 06:40:49,112 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-b77dadef-b58f-468e-a0d2-e0d813e2c8f1 Date: Mon, 19 Nov 2018 06:40:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6"],"mac_address":"fa:16:3e:bb:07:db","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","project_id":"22aea04df7f141808b4e5412e8f17bc0","qos_policy_id":null,"admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal"}} 2018-11-19 06:40:49,112 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-b77dadef-b58f-468e-a0d2-e0d813e2c8f1 2018-11-19 06:40:49,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:49,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-221f3205-e43c-4911-a400-b2ba47752378 Date: Mon, 19 Nov 2018 06:40: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:40:49,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-221f3205-e43c-4911-a400-b2ba47752378 2018-11-19 06:40:49,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:49,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-208d5a2a-190c-48b5-963d-6b08978c64a1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:49,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-208d5a2a-190c-48b5-963d-6b08978c64a1 2018-11-19 06:40:49,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:49,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-275d9785-2095-41f8-bf9d-88bdaa75ea76 Date: Mon, 19 Nov 2018 06:40:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:40:49,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-275d9785-2095-41f8-bf9d-88bdaa75ea76 2018-11-19 06:40:49,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:49,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-5ba9869b-f3d2-43b8-b62a-7836cb74b7ba Date: Mon, 19 Nov 2018 06:40:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:48Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6"],"mac_address":"fa:16:3e:bb:07:db","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:40:49,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1&admin_state_up=True used request id req-5ba9869b-f3d2-43b8-b62a-7836cb74b7ba 2018-11-19 06:40:49,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:49,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-731ade28-5268-41fb-ae0d-ee34d64bd447 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:40:49,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-731ade28-5268-41fb-ae0d-ee34d64bd447 2018-11-19 06:40:49,997 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst 2018-11-19 06:40:50,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:50,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6a28d0fd-282c-4135-8dc7-ac2fe987f84c x-compute-request-id: req-6a28d0fd-282c-4135-8dc7-ac2fe987f84c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-flavor-name"}]} 2018-11-19 06:40:50,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-6a28d0fd-282c-4135-8dc7-ac2fe987f84c 2018-11-19 06:40:50,032 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:50,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a2114bf0-9675-4c98-809c-4098da0a0722 x-compute-request-id: req-a2114bf0-9675-4c98-809c-4098da0a0722 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:40:50,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339 used request id req-a2114bf0-9675-4c98-809c-4098da0a0722 2018-11-19 06:40:50,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:50,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-278dba0e-a3ed-4f5d-a240-3a5ce0bab880 Date: Mon, 19 Nov 2018 06:40:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:40:25Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:40:26Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/snap", "metadata": {}}], "self": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "min_disk": 0, "protected": false, "id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "file": "/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "22aea04df7f141808b4e5412e8f17bc0", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image"} 2018-11-19 06:40:50,226 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image used request id req-278dba0e-a3ed-4f5d-a240-3a5ce0bab880 2018-11-19 06:40:50,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:50,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2053c42f-65ef-4c6c-beca-12e3273da621 Date: Mon, 19 Nov 2018 06:40:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:40:50,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2053c42f-65ef-4c6c-beca-12e3273da621 2018-11-19 06:40:50,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "imageRef": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "flavorRef": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "max_count": 1, "min_count": 1, "networks": [{"port": "6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}]}}' 2018-11-19 06:40:52,528 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-039f4c14-29a6-4dbe-bbc1-bbc8079c4408 x-compute-request-id: req-039f4c14-29a6-4dbe-bbc1-bbc8079c4408 Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "adminPass": "ndkrDG5PBfFd"}} 2018-11-19 06:40:52,528 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-039f4c14-29a6-4dbe-bbc1-bbc8079c4408 2018-11-19 06:40:52,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:52,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bfd7eca-6508-40ca-ac8e-f57e1a7adddb x-compute-request-id: req-7bfd7eca-6508-40ca-ac8e-f57e1a7adddb 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.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:40:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:40:52,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-7bfd7eca-6508-40ca-ac8e-f57e1a7adddb 2018-11-19 06:40:52,886 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst 2018-11-19 06:40:52,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:53,243 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47b325a3-8993-40bf-8f8a-a25dc14a4016 x-compute-request-id: req-47b325a3-8993-40bf-8f8a-a25dc14a4016 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:40:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:40:53,244 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-47b325a3-8993-40bf-8f8a-a25dc14a4016 2018-11-19 06:40:53,244 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - BUILD 2018-11-19 06:40:53,244 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:40:56,247 - create_instance - DEBUG - VM status query timeout in 896.638948917 2018-11-19 06:40:56,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:40:56,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:40: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-88f8e8c5-ee9e-4684-8259-fc0a4b71f3bd x-compute-request-id: req-88f8e8c5-ee9e-4684-8259-fc0a4b71f3bd 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.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:40:53Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:40:56,861 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-88f8e8c5-ee9e-4684-8259-fc0a4b71f3bd 2018-11-19 06:40:56,862 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - BUILD 2018-11-19 06:40:56,862 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:40:59,865 - create_instance - DEBUG - VM status query timeout in 893.021286011 2018-11-19 06:40:59,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:00,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-be22d986-5f7a-4ac5-9803-9376e8d4d344 x-compute-request-id: req-be22d986-5f7a-4ac5-9803-9376e8d4d344 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:00,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-be22d986-5f7a-4ac5-9803-9376e8d4d344 2018-11-19 06:41:00,660 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - ACTIVE 2018-11-19 06:41:00,661 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:41:00,663 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:01,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-faa8f811-3c53-4802-ab4c-83f9ac3dc536 x-compute-request-id: req-faa8f811-3c53-4802-ab4c-83f9ac3dc536 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:01,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-faa8f811-3c53-4802-ab4c-83f9ac3dc536 2018-11-19 06:41:01,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:01,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-50d3df81-26d4-4740-aabc-0fc5d4461c0c Date: Mon, 19 Nov 2018 06:41: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:41:01,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-50d3df81-26d4-4740-aabc-0fc5d4461c0c 2018-11-19 06:41:01,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:01,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b500e685-c08b-4bf2-b577-1dbe8c0109f1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:01,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-b500e685-c08b-4bf2-b577-1dbe8c0109f1 2018-11-19 06:41:01,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:01,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-92a4332a-2a38-4aa9-bcd3-9b4fc0467240 Date: Mon, 19 Nov 2018 06:41:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:41:01,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-92a4332a-2a38-4aa9-bcd3-9b4fc0467240 2018-11-19 06:41:01,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:01,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-e6fc4cdd-a9ba-45e7-8eec-01ec08c592f5 Date: Mon, 19 Nov 2018 06:41:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.3"}],"id":"07ff848e-2708-4073-aa43-089f63b5b046","security_groups":[],"mac_address":"fa:16:3e:a4:71:ee","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.2"}],"id":"61ca7df9-c9ed-4547-a843-8434179cccf8","security_groups":[],"mac_address":"fa:16:3e:27:99:2e","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6"],"mac_address":"fa:16:3e:bb:07:db","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal","device_id":"73b3fd23-ae49-467d-bf69-95f5c25e6717"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.4"}],"id":"f4e23dc2-7c8d-4975-b059-bda04ea3dc6c","security_groups":[],"mac_address":"fa:16:3e:6c:2d:e2","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-674250c4-fa3f-4bfe-b586-5f85c2560a5e"}]} 2018-11-19 06:41:01,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-e6fc4cdd-a9ba-45e7-8eec-01ec08c592f5 2018-11-19 06:41:01,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:02,192 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-edd1a747-ad26-4097-b639-67b8825df264 x-compute-request-id: req-edd1a747-ad26-4097-b639-67b8825df264 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:02,192 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-edd1a747-ad26-4097-b639-67b8825df264 2018-11-19 06:41:02,193 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - ACTIVE 2018-11-19 06:41:02,193 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:41:02,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:02,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f33fefeb-c325-452b-a872-02722478a1f9 x-compute-request-id: req-f33fefeb-c325-452b-a872-02722478a1f9 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:02,827 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-f33fefeb-c325-452b-a872-02722478a1f9 2018-11-19 06:41:02,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:03,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-fc01f9cb-6d05-4654-94a8-417ec3412b2e Date: Mon, 19 Nov 2018 06:41: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:41:03,112 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-fc01f9cb-6d05-4654-94a8-417ec3412b2e 2018-11-19 06:41:03,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:03,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b31b0de3-bfc7-4ebd-84ba-c84a6c981e94 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:03,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-b31b0de3-bfc7-4ebd-84ba-c84a6c981e94 2018-11-19 06:41:03,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:03,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5561ce08-3e39-4bfa-85d5-2f58b1535de5 Date: Mon, 19 Nov 2018 06:41:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:41:03,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-5561ce08-3e39-4bfa-85d5-2f58b1535de5 2018-11-19 06:41:03,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:03,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-43364d65-54fd-4d6a-94da-444aa66cae3d Date: Mon, 19 Nov 2018 06:41:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.3"}],"id":"07ff848e-2708-4073-aa43-089f63b5b046","security_groups":[],"mac_address":"fa:16:3e:a4:71:ee","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.2"}],"id":"61ca7df9-c9ed-4547-a843-8434179cccf8","security_groups":[],"mac_address":"fa:16:3e:27:99:2e","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6"],"mac_address":"fa:16:3e:bb:07:db","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal","device_id":"73b3fd23-ae49-467d-bf69-95f5c25e6717"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.4"}],"id":"f4e23dc2-7c8d-4975-b059-bda04ea3dc6c","security_groups":[],"mac_address":"fa:16:3e:6c:2d:e2","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-674250c4-fa3f-4bfe-b586-5f85c2560a5e"}]} 2018-11-19 06:41:03,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-43364d65-54fd-4d6a-94da-444aa66cae3d 2018-11-19 06:41:03,592 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}}' 2018-11-19 06:41:04,873 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99509c83-4be1-4d2a-b0f1-7b781a60c116 x-compute-request-id: req-99509c83-4be1-4d2a-b0f1-7b781a60c116 Content-Length: 0 Content-Type: application/json 2018-11-19 06:41:04,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717/action used request id req-99509c83-4be1-4d2a-b0f1-7b781a60c116 2018-11-19 06:41:04,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:04,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-a03b9a9f-064f-4697-8aad-a1fc4b91881d Date: Mon, 19 Nov 2018 06:41:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:31Z", "admin_state_up": true, "updated_at": "2018-11-19T06:40:38Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "cc1424da-48de-4f21-b777-896919f69a23", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router"}]} 2018-11-19 06:41:04,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router used request id req-a03b9a9f-064f-4697-8aad-a1fc4b91881d 2018-11-19 06:41:04,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:05,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-738e8dea-5381-494d-a9f4-0ea6bb82817f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:05,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-738e8dea-5381-494d-a9f4-0ea6bb82817f 2018-11-19 06:41:05,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=cc1424da-48de-4f21-b777-896919f69a23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:05,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-7a124c31-dcc5-4516-910c-158b99b2d1de Date: Mon, 19 Nov 2018 06:41:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"}]} 2018-11-19 06:41:05,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=cc1424da-48de-4f21-b777-896919f69a23 used request id req-7a124c31-dcc5-4516-910c-158b99b2d1de 2018-11-19 06:41:05,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/5eab49d3-c217-48d3-9cdd-f01e70b4c0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:05,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-417f10e3-1730-4ab5-8aec-ce9da64f1ad9 Date: Mon, 19 Nov 2018 06:41:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}} 2018-11-19 06:41:05,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/5eab49d3-c217-48d3-9cdd-f01e70b4c0e2 used request id req-417f10e3-1730-4ab5-8aec-ce9da64f1ad9 2018-11-19 06:41:05,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:05,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e7a69515-bcee-4354-9ebf-cd75d3cbaeca Date: Mon, 19 Nov 2018 06:41:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:41:05,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-e7a69515-bcee-4354-9ebf-cd75d3cbaeca 2018-11-19 06:41:05,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:05,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-769e510a-7603-457a-92dc-eb8fbbfa4e7f Date: Mon, 19 Nov 2018 06:41:05 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:41:05,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-769e510a-7603-457a-92dc-eb8fbbfa4e7f 2018-11-19 06:41:05,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:05,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-762caf13-8dcd-4515-abec-847359c3f088 x-compute-request-id: req-762caf13-8dcd-4515-abec-847359c3f088 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:05,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-762caf13-8dcd-4515-abec-847359c3f088 2018-11-19 06:41:05,922 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - ACTIVE 2018-11-19 06:41:05,922 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:41:05,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:06,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-8638e3e7-4577-4288-9e68-b8819606c66f x-compute-request-id: req-8638e3e7-4577-4288-9e68-b8819606c66f Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:06,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-8638e3e7-4577-4288-9e68-b8819606c66f 2018-11-19 06:41:06,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:06,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ca061b17-645b-48d8-91cf-be612c935d66 Date: Mon, 19 Nov 2018 06:41: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:41:06,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-ca061b17-645b-48d8-91cf-be612c935d66 2018-11-19 06:41:06,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:06,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34365128-934b-463a-aae1-155c81edf479 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:06,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-34365128-934b-463a-aae1-155c81edf479 2018-11-19 06:41:06,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:06,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7633b63a-eb4d-4926-b2c2-2d66089cd00f Date: Mon, 19 Nov 2018 06:41:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:41:06,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-7633b63a-eb4d-4926-b2c2-2d66089cd00f 2018-11-19 06:41:06,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:06,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-2237726e-3c53-4ce5-b7c8-13fe6268fa59 Date: Mon, 19 Nov 2018 06:41:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.3"}],"id":"07ff848e-2708-4073-aa43-089f63b5b046","security_groups":[],"mac_address":"fa:16:3e:a4:71:ee","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.2"}],"id":"61ca7df9-c9ed-4547-a843-8434179cccf8","security_groups":[],"mac_address":"fa:16:3e:27:99:2e","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6","48e70183-fbe7-453b-849b-069acfeffbda"],"mac_address":"fa:16:3e:bb:07:db","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal","device_id":"73b3fd23-ae49-467d-bf69-95f5c25e6717"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.4"}],"id":"f4e23dc2-7c8d-4975-b059-bda04ea3dc6c","security_groups":[],"mac_address":"fa:16:3e:6c:2d:e2","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-674250c4-fa3f-4bfe-b586-5f85c2560a5e"}]} 2018-11-19 06:41:06,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-2237726e-3c53-4ce5-b7c8-13fe6268fa59 2018-11-19 06:41:06,867 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:41:06,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:06,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-81b4a17b-2330-4da9-ace0-cdd429ac2c09 Date: Mon, 19 Nov 2018 06:41:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:41:06,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-81b4a17b-2330-4da9-ace0-cdd429ac2c09 2018-11-19 06:41:06,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:07,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-953c1e8c-25d0-4cb3-a22b-6eaf068f4dba Date: Mon, 19 Nov 2018 06:41:07 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:41:07,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-953c1e8c-25d0-4cb3-a22b-6eaf068f4dba 2018-11-19 06:41:07,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72"}}' 2018-11-19 06:41:09,606 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-a084b12a-2acd-4a61-95fb-04f9445e744d Date: Mon, 19 Nov 2018 06:41:09 GMT RESP BODY: {"floatingip": {"router_id": "cc1424da-48de-4f21-b777-896919f69a23", "status": "DOWN", "description": "", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:41:08Z", "updated_at": "2018-11-19T06:41:08Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "port_id": "6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72", "id": "49daf020-251a-45e9-91e4-1ca3579d586c"}} 2018-11-19 06:41:09,606 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-a084b12a-2acd-4a61-95fb-04f9445e744d 2018-11-19 06:41:09,606 - create_instance - INFO - Created floating IP 172.30.9.207 via router - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router 2018-11-19 06:41:09,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:10,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd6eb02c-e49e-4cd6-8dc4-08c5b052537e x-compute-request-id: req-fd6eb02c-e49e-4cd6-8dc4-08c5b052537e Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:10,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-fd6eb02c-e49e-4cd6-8dc4-08c5b052537e 2018-11-19 06:41:10,113 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - ACTIVE 2018-11-19 06:41:10,113 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:41:10,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:10,758 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52b6d123-7572-4910-af07-b5c20a1380cb x-compute-request-id: req-52b6d123-7572-4910-af07-b5c20a1380cb Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:10,758 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-52b6d123-7572-4910-af07-b5c20a1380cb 2018-11-19 06:41:10,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:10,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-38696597-a4ec-4d12-975a-2f553c508290 Date: Mon, 19 Nov 2018 06:41: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:41:10,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-38696597-a4ec-4d12-975a-2f553c508290 2018-11-19 06:41:10,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:10,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61cd8a9b-d387-4237-aee8-f10f9af98701 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:10,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-61cd8a9b-d387-4237-aee8-f10f9af98701 2018-11-19 06:41:10,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:11,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c61919fb-6eb2-436e-b201-044d440425d8 Date: Mon, 19 Nov 2018 06:41:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:41:11,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-c61919fb-6eb2-436e-b201-044d440425d8 2018-11-19 06:41:11,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:11,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-10f4c565-2bba-4877-bbc9-3420732d110d Date: Mon, 19 Nov 2018 06:41:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.3"}],"id":"07ff848e-2708-4073-aa43-089f63b5b046","security_groups":[],"mac_address":"fa:16:3e:a4:71:ee","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.2"}],"id":"61ca7df9-c9ed-4547-a843-8434179cccf8","security_groups":[],"mac_address":"fa:16:3e:27:99:2e","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6","48e70183-fbe7-453b-849b-069acfeffbda"],"mac_address":"fa:16:3e:bb:07:db","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal","device_id":"73b3fd23-ae49-467d-bf69-95f5c25e6717"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.4"}],"id":"f4e23dc2-7c8d-4975-b059-bda04ea3dc6c","security_groups":[],"mac_address":"fa:16:3e:6c:2d:e2","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-674250c4-fa3f-4bfe-b586-5f85c2560a5e"}]} 2018-11-19 06:41:11,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-10f4c565-2bba-4877-bbc9-3420732d110d 2018-11-19 06:41:11,107 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-11-19 06:41:11,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:11,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ddfc221-eb5e-4e78-9c9f-e8626fa1b0e8 x-compute-request-id: req-5ddfc221-eb5e-4e78-9c9f-e8626fa1b0e8 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:11,570 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-5ddfc221-eb5e-4e78-9c9f-e8626fa1b0e8 2018-11-19 06:41:11,573 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:41:12,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb832168-b734-46b2-8cba-845a3a0e7cc5 x-compute-request-id: req-eb832168-b734-46b2-8cba-845a3a0e7cc5 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 538986783 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.132376] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.134084] pid_max: default: 32768 minimum: 301\n[ 0.135009] ACPI: Core revision 20150930\n[ 0.136470] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137817] Security Framework initialized\n[ 0.138674] Yama: becoming mindful.\n[ 0.139497] AppArmor: AppArmor initialized\n[ 0.140422] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141786] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.143125] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144418] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145832] Initializing cgroup subsys io\n[ 0.146673] Initializing cgroup subsys memory\n[ 0.147593] Initializing cgroup subsys devices\n[ 0.148540] Initializing cgroup subsys freezer\n[ 0.149436] Initializing cgroup subsys net_cls\n[ 0.150325] Initializing cgroup subsys perf_event\n[ 0.151265] Initializing cgroup subsys net_prio\n[ 0.152224] Initializing cgroup subsys hugetlb\n[ 0.153134] Initializing cgroup subsys pids\n[ 0.154029] CPU: Physical Processor ID: 0\n[ 0.155587] mce: CPU supports 10 MCE banks\n[ 0.156503] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159858] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.166289] ftrace: allocating 31920 entries in 125 pages\n[ 0.192602] smpboot: Max logical packages: 2\n[ 0.193541] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.194826] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.196282] x2apic enabled\n[ 0.197121] Switched APIC routing to physical x2apic.\n[ 0.198894] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200189] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202470] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204499] KVM setup paravirtual spinlock\n[ 0.205955] x86: Booting SMP configuration:\n[ 0.206900] .... node #0, CPUs: #1\n[ 0.207851] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.229542] x86: Booted up 1 node, 2 CPUs\n[ 0.229544] KVM setup async PF for cpu 1\n[ 0.229547] kvm-stealtime: cpu 1, msr f90d940\n[ 0.232217] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.233757] devtmpfs: initialized\n[ 0.235488] evm: security.selinux\n[ 0.236209] evm: security.SMACK64\n[ 0.236921] evm: security.SMACK64EXEC\n[ 0.237713] evm: security.SMACK64TRANSMUTE\n[ 0.238599] evm: security.SMACK64MMAP\n[ 0.239397] evm: security.ima\n[ 0.240055] evm: security.capability\n[ 0.240909] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.242891] pinctrl core: initialized pinctrl subsystem\n[ 0.244050] RTC time: 6:40:58, date: 11/19/18\n[ 0.245071] NET: Registered protocol family 16\n[ 0.254872] cpuidle: using governor ladder\n[ 0.266959] cpuidle: using governor menu\n[ 0.267816] PCCT header not found.\n[ 0.268639] ACPI: bus type PCI registered\n[ 0.269518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.270846] PCI: Using configuration type 1 for base access\n[ 0.284321] ACPI: Added _OSI(Module Device)\n[ 0.285237] ACPI: Added _OSI(Processor Device)\n[ 0.286165] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.287110] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.289473] ACPI: Interpreter enabled\n[ 0.290302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.292223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.294142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.296053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.298036] ACPI: (supports S0 S5)\n[ 0.298783] ACPI: Using IOAPIC for interrupt routing\n[ 0.299904] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303383] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.304567] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.305850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.307146] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.309555] acpiphp: Slot [3] registered\n[ 0.310431] acpiphp: Slot [4] registered\n[ 0.311282] acpiphp: Slot [5] registered\n[ 0.312145] acpiphp: Slot [6] registered\n[ 0.312981] acpiphp: Slot [7] registered\n[ 0.313836] acpiphp: Slot [8] registered\n[ 0.314701] acpiphp: Slot [9] registered\n[ 0.315556] acpiphp: Slot [10] registered\n[ 0.326364] acpiphp: Slot [11] registered\n[ 0.327217] acpiphp: Slot [12] registered\n[ 0.328054] acpiphp: Slot [13] registered\n[ 0.328888] acpiphp: Slot [14] registered\n[ 0.329728] acpiphp: Slot [15] registered\n[ 0.330608] acpiphp: Slot [16] registered\n[ 0.331479] acpiphp: Slot [17] registered\n[ 0.332309] acpiphp: Slot [18] registered\n[ 0.333145] acpiphp: Slot [19] registered\n[ 0.333975] acpiphp: Slot [20] registered\n[ 0.334819] acpiphp: Slot [21] registered\n[ 0.335651] acpiphp: Slot [22] registered\n[ 0.336487] acpiphp: Slot [23] registered\n[ 0.337323] acpiphp: Slot [24] registered\n[ 0.338156] acpiphp: Slot [25] registered\n[ 0.339045] acpiphp: Slot [26] registered\n[ 0.339900] acpiphp: Slot [27] registered\n[ 0.340765] acpiphp: Slot [28] registered\n[ 0.341643] acpiphp: Slot [29] registered\n[ 0.342509] acpiphp: Slot [30] registered\n[ 0.343370] acpiphp: Slot [31] registered\n[ 0.344227] PCI host bridge to bus 0000:00\n[ 0.345081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.346380] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.347671] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.349210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.350738] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.356930] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.358265] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.359544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.360856] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.367361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.368838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415528] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417085] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418610] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420139] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421604] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.422979] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.424313] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.425512] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.427181] vgaarb: loaded\n[ 0.427812] vgaarb: bridge control possible 0000:00:02.0\n[ 0.428980] SCSI subsystem initialized\n[ 0.429858] ACPI: bus type USB registered\n[ 0.430782] usbcore: registered new interface driver usbfs\n[ 0.431893] usbcore: registered new interface driver hub\n[ 0.432978] usbcore: registered new device driver usb\n[ 0.434157] PCI: Using ACPI for IRQ routing\n[ 0.435235] NetLabel: Initializing\n[ 0.435993] NetLabel: domain hash size = 128\n[ 0.436916] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.437943] NetLabel: unlabeled traffic allowed by default\n[ 0.439126] clocksource: Switched to clocksource kvm-clock\n[ 0.445091] AppArmor: AppArmor Filesystem Enabled\n[ 0.446113] pnp: PnP ACPI init\n[ 0.447093] pnp: PnP ACPI: found 5 devices\n[ 0.454266] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.456127] NET: Registered protocol family 2\n[ 0.457192] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.458574] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.459797] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.461056] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462205] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463426] NET: Registered protocol family 1\n[ 0.464320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465458] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.466564] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485262] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504271] Trying to unpack rootfs image as initramfs...\n[ 0.554875] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.569086] Scanning for low memory corruption every 60 seconds\n[ 0.570570] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.571855] audit: initializing netlink subsys (disabled)\n[ 0.572968] audit: type=2000 audit(1542609659.183:1): initialized\n[ 0.574411] Initialise system trusted keyring\n[ 0.575442] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.576713] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.578854] zbud: loaded\n[ 0.579658] VFS: Disk quotas dquot_6.6.0\n[ 0.580574] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.582255] fuse init (API version 7.23)\n[ 0.583245] Key type big_key registered\n[ 0.584097] Allocating IMA MOK and blacklist keyrings.\n[ 0.585452] Key type asymmetric registered\n[ 0.586350] Asymmetric key parser 'x509' registered\n[ 0.587378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.588979] io scheduler noop registered\n[ 0.589850] io scheduler deadline registered (default)\n[ 0.590916] io scheduler cfq registered\n[ 0.591843] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.592990] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.594301] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.595833] ACPI: Power Button [PWRF]\n[ 0.596771] GHES: HEST is not enabled!\n[ 0.614901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.653610] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.656255] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.680690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.683342] Linux agpgart interface v0.103\n[ 0.686268] brd: module loaded\n[ 0.687754] loop: module loaded\n[ 0.692623] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.694231] GPT:90111 != 20971519\n[ 0.694992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.696245] GPT:90111 != 20971519\n[ 0.697001] GPT: Use GNU Parted to correct GPT errors.\n[ 0.698073] vda: vda1 vda15\n[ 0.699684] scsi host0: ata_piix\n[ 0.700602] scsi host1: ata_piix\n[ 0.701423] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.702796] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.704267] libphy: Fixed MDIO Bus: probed\n[ 0.705218] tun: Universal TUN/TAP device driver, 1.6\n[ 0.706305] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.708530] PPP generic driver version 2.4.2\n[ 0.709468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.710668] ehci-pci: EHCI PCI platform driver\n[ 0.711552] ehci-platform: EHCI generic platform driver\n[ 0.712545] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.713670] ohci-pci: OHCI PCI platform driver\n[ 0.714543] ohci-platform: OHCI generic platform driver\n[ 0.715538] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.735700] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.736943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.738518] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.739578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.740712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.741935] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.743378] usb usb1: Product: UHCI Host Controller\n[ 0.744319] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.745474] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.746460] hub 1-0:1.0: USB hub found\n[ 0.747250] hub 1-0:1.0: 2 ports detected\n[ 0.748181] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.750304] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.751282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.752358] mousedev: PS/2 mouse device common for all mice\n[ 0.753631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.755503] rtc_cmos 00:00: RTC can wake from S4\n[ 0.756615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.757826] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.759022] i2c /dev entries driver\n[ 0.759792] device-mapper: uevent: version 1.0.3\n[ 0.760752] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.762403] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.763743] NET: Registered protocol family 10\n[ 0.764780] NET: Registered protocol family 17\n[ 0.765681] Key type dns_resolver registered\n[ 0.766651] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.767761] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768888] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.770696] registered taskstats version 1\n[ 0.771551] Loading compiled-in X.509 certificates\n[ 0.772991] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.774844] zswap: loaded using pool lzo/zbud\n[ 0.776400] Key type trusted registered\n[ 0.778069] Key type encrypted registered\n[ 0.778896] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779934] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780982] evm: HMAC attrs: 0x1\n[ 0.781936] Magic number: 10:226:671\n[ 0.782805] rtc_cmos 00:00: setting system clock to 2018-11-19 06:40:59 UTC (1542609659)\n[ 0.794706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.795803] EDD information not available.\n[ 0.860346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.862060] Write protecting the kernel read-only data: 14336k\n[ 0.863805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.865729] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.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.385741] 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.37. 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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoLd7K9ctftXjy18PIGw9erS+01PU4xf0LzwdHjYv52/kD+WwYALm3AeiV9GxrH+o5E+3AOVXRb6rjEtKADm4lPhXixOZLzH4kovbLsYe5L5r1ko9M8Hwk14dyISzR8udLPGFFSul2c4lwteNXMlQAq9YnSrtUJU05DHKrsr2HddFnex4fRbnpupBs3RkbNllzrm9aOyMfqjrzCTlsjvLsx53AG2lz/iEhwJw+VT+Jz0Z6jmcRK0Vx66zno65Qrkp99YUiymd6xOW5nykzTxzx/on4djZjwuDsaYc8RgWHr1Gx+UUjQjTucqEJo3hrlALyOeF9tPdDx7c/5HBIg8jT root@createinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851\nssh-dss AAAAB3NzaC1kc3MAAACBAOJCw6wsqT6Ysgjua0Wn7qbQ0rbtjHRbhfoIOczxKpOGfXK1C2jlwnbV40nrF35tyBIYY1oMCW145gDS3pjZAAv+VgJ5TTGZgEC+MLL83P1EzKtmhirTnhHGo2RW6aZMEoP1hRczHV0T/uOV+RqZOtPQU+zzOnefPc9sGK49H6AvAAAAFQCwCXXtqC8HyxbNgmFtft2E19U4QwAAAIBSwjlFJ/3a3LnGj8vmpwQC9gWhtYVDFNabodqhUWf8+hueLlpMpb8ByzFNKn+9OCuDt+VBjH0AqMLwcltbIwLzKF6XH/jctrmfHmfYfOdkaqEVk+kscH4gPd7Maqm+hSoUCEgIBvSUjypxbgnPMhsVBHi31dnS1pl5F7Y8Lora7AAAAIEAgeys4YXGbpBc/VR8jVO3DG2DdrJWXc0PTYQZBsd5umcPWg8Vzd4bhfAmTeD7FZNR3fFLbfMOL2pL/ao9ZC6rEoq71uizCQKZzsDzCMKKpTyV10zeb1JqHsLsycQArSWmBtlygVGMjSiwQpK004yWJfpIVnQkpTGep4qyZfeua84= root@createinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851\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:febb:7db/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-00000101\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.83 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851 login: "} 2018-11-19 06:41:12,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717/action used request id req-eb832168-b734-46b2-8cba-845a3a0e7cc5 2018-11-19 06:41:12,699 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:41:12,699 - 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 538986783 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.132376] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.134084] pid_max: default: 32768 minimum: 301 [ 0.135009] ACPI: Core revision 20150930 [ 0.136470] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137817] Security Framework initialized [ 0.138674] Yama: becoming mindful. [ 0.139497] AppArmor: AppArmor initialized [ 0.140422] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141786] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.143125] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144418] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145832] Initializing cgroup subsys io [ 0.146673] Initializing cgroup subsys memory [ 0.147593] Initializing cgroup subsys devices [ 0.148540] Initializing cgroup subsys freezer [ 0.149436] Initializing cgroup subsys net_cls [ 0.150325] Initializing cgroup subsys perf_event [ 0.151265] Initializing cgroup subsys net_prio [ 0.152224] Initializing cgroup subsys hugetlb [ 0.153134] Initializing cgroup subsys pids [ 0.154029] CPU: Physical Processor ID: 0 [ 0.155587] mce: CPU supports 10 MCE banks [ 0.156503] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.157538] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159858] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.166289] ftrace: allocating 31920 entries in 125 pages [ 0.192602] smpboot: Max logical packages: 2 [ 0.193541] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.194826] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.196282] x2apic enabled [ 0.197121] Switched APIC routing to physical x2apic. [ 0.198894] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.200189] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.202470] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.204499] KVM setup paravirtual spinlock [ 0.205955] x86: Booting SMP configuration: [ 0.206900] .... node #0, CPUs: #1 [ 0.207851] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.229542] x86: Booted up 1 node, 2 CPUs [ 0.229544] KVM setup async PF for cpu 1 [ 0.229547] kvm-stealtime: cpu 1, msr f90d940 [ 0.232217] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.233757] devtmpfs: initialized [ 0.235488] evm: security.selinux [ 0.236209] evm: security.SMACK64 [ 0.236921] evm: security.SMACK64EXEC [ 0.237713] evm: security.SMACK64TRANSMUTE [ 0.238599] evm: security.SMACK64MMAP [ 0.239397] evm: security.ima [ 0.240055] evm: security.capability [ 0.240909] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.242891] pinctrl core: initialized pinctrl subsystem [ 0.244050] RTC time: 6:40:58, date: 11/19/18 [ 0.245071] NET: Registered protocol family 16 [ 0.254872] cpuidle: using governor ladder [ 0.266959] cpuidle: using governor menu [ 0.267816] PCCT header not found. [ 0.268639] ACPI: bus type PCI registered [ 0.269518] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.270846] PCI: Using configuration type 1 for base access [ 0.284321] ACPI: Added _OSI(Module Device) [ 0.285237] ACPI: Added _OSI(Processor Device) [ 0.286165] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.287110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.289473] ACPI: Interpreter enabled [ 0.290302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.292223] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.294142] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.296053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.298036] ACPI: (supports S0 S5) [ 0.298783] ACPI: Using IOAPIC for interrupt routing [ 0.299904] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.303383] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.304567] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.305850] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.307146] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.309555] acpiphp: Slot [3] registered [ 0.310431] acpiphp: Slot [4] registered [ 0.311282] acpiphp: Slot [5] registered [ 0.312145] acpiphp: Slot [6] registered [ 0.312981] acpiphp: Slot [7] registered [ 0.313836] acpiphp: Slot [8] registered [ 0.314701] acpiphp: Slot [9] registered [ 0.315556] acpiphp: Slot [10] registered [ 0.326364] acpiphp: Slot [11] registered [ 0.327217] acpiphp: Slot [12] registered [ 0.328054] acpiphp: Slot [13] registered [ 0.328888] acpiphp: Slot [14] registered [ 0.329728] acpiphp: Slot [15] registered [ 0.330608] acpiphp: Slot [16] registered [ 0.331479] acpiphp: Slot [17] registered [ 0.332309] acpiphp: Slot [18] registered [ 0.333145] acpiphp: Slot [19] registered [ 0.333975] acpiphp: Slot [20] registered [ 0.334819] acpiphp: Slot [21] registered [ 0.335651] acpiphp: Slot [22] registered [ 0.336487] acpiphp: Slot [23] registered [ 0.337323] acpiphp: Slot [24] registered [ 0.338156] acpiphp: Slot [25] registered [ 0.339045] acpiphp: Slot [26] registered [ 0.339900] acpiphp: Slot [27] registered [ 0.340765] acpiphp: Slot [28] registered [ 0.341643] acpiphp: Slot [29] registered [ 0.342509] acpiphp: Slot [30] registered [ 0.343370] acpiphp: Slot [31] registered [ 0.344227] PCI host bridge to bus 0000:00 [ 0.345081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.346380] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.347671] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.349210] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.350738] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.356930] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.358265] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.359544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.360856] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.367361] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.368838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.415528] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.417085] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.418610] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.420139] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.421604] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.422979] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.424313] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.425512] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.427181] vgaarb: loaded [ 0.427812] vgaarb: bridge control possible 0000:00:02.0 [ 0.428980] SCSI subsystem initialized [ 0.429858] ACPI: bus type USB registered [ 0.430782] usbcore: registered new interface driver usbfs [ 0.431893] usbcore: registered new interface driver hub [ 0.432978] usbcore: registered new device driver usb [ 0.434157] PCI: Using ACPI for IRQ routing [ 0.435235] NetLabel: Initializing [ 0.435993] NetLabel: domain hash size = 128 [ 0.436916] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.437943] NetLabel: unlabeled traffic allowed by default [ 0.439126] clocksource: Switched to clocksource kvm-clock [ 0.445091] AppArmor: AppArmor Filesystem Enabled [ 0.446113] pnp: PnP ACPI init [ 0.447093] pnp: PnP ACPI: found 5 devices [ 0.454266] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.456127] NET: Registered protocol family 2 [ 0.457192] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.458574] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.459797] TCP: Hash tables configured (established 2048 bind 2048) [ 0.461056] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.462205] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.463426] NET: Registered protocol family 1 [ 0.464320] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465458] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.466564] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.485262] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.504271] Trying to unpack rootfs image as initramfs... [ 0.554875] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.569086] Scanning for low memory corruption every 60 seconds [ 0.570570] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.571855] audit: initializing netlink subsys (disabled) [ 0.572968] audit: type=2000 audit(1542609659.183:1): initialized [ 0.574411] Initialise system trusted keyring [ 0.575442] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.576713] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.578854] zbud: loaded [ 0.579658] VFS: Disk quotas dquot_6.6.0 [ 0.580574] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.582255] fuse init (API version 7.23) [ 0.583245] Key type big_key registered [ 0.584097] Allocating IMA MOK and blacklist keyrings. [ 0.585452] Key type asymmetric registered [ 0.586350] Asymmetric key parser 'x509' registered [ 0.587378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.588979] io scheduler noop registered [ 0.589850] io scheduler deadline registered (default) [ 0.590916] io scheduler cfq registered [ 0.591843] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.592990] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.594301] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.595833] ACPI: Power Button [PWRF] [ 0.596771] GHES: HEST is not enabled! [ 0.614901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.653610] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.656255] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.680690] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.683342] Linux agpgart interface v0.103 [ 0.686268] brd: module loaded [ 0.687754] loop: module loaded [ 0.692623] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.694231] GPT:90111 != 20971519 [ 0.694992] GPT:Alternate GPT header not at the end of the disk. [ 0.696245] GPT:90111 != 20971519 [ 0.697001] GPT: Use GNU Parted to correct GPT errors. [ 0.698073] vda: vda1 vda15 [ 0.699684] scsi host0: ata_piix [ 0.700602] scsi host1: ata_piix [ 0.701423] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.702796] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.704267] libphy: Fixed MDIO Bus: probed [ 0.705218] tun: Universal TUN/TAP device driver, 1.6 [ 0.706305] tun: (C) 1999-2004 Max Krasnyansky [ 0.708530] PPP generic driver version 2.4.2 [ 0.709468] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.710668] ehci-pci: EHCI PCI platform driver [ 0.711552] ehci-platform: EHCI generic platform driver [ 0.712545] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.713670] ohci-pci: OHCI PCI platform driver [ 0.714543] ohci-platform: OHCI generic platform driver [ 0.715538] uhci_hcd: USB Universal Host Controller Interface driver [ 0.735700] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.736943] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.738518] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.739578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.740712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.741935] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.743378] usb usb1: Product: UHCI Host Controller [ 0.744319] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.745474] usb usb1: SerialNumber: 0000:00:01.2 [ 0.746460] hub 1-0:1.0: USB hub found [ 0.747250] hub 1-0:1.0: 2 ports detected [ 0.748181] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.750304] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.751282] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.752358] mousedev: PS/2 mouse device common for all mice [ 0.753631] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.755503] rtc_cmos 00:00: RTC can wake from S4 [ 0.756615] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.757826] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.759022] i2c /dev entries driver [ 0.759792] device-mapper: uevent: version 1.0.3 [ 0.760752] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.762403] ledtrig-cpu: registered to indicate activity on CPUs [ 0.763743] NET: Registered protocol family 10 [ 0.764780] NET: Registered protocol family 17 [ 0.765681] Key type dns_resolver registered [ 0.766651] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.767761] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.768888] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.770696] registered taskstats version 1 [ 0.771551] Loading compiled-in X.509 certificates [ 0.772991] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.774844] zswap: loaded using pool lzo/zbud [ 0.776400] Key type trusted registered [ 0.778069] Key type encrypted registered [ 0.778896] AppArmor: AppArmor sha1 policy hashing enabled [ 0.779934] ima: No TPM chip found, activating TPM-bypass! [ 0.780982] evm: HMAC attrs: 0x1 [ 0.781936] Magic number: 10:226:671 [ 0.782805] rtc_cmos 00:00: setting system clock to 2018-11-19 06:40:59 UTC (1542609659) [ 0.794706] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.795803] EDD information not available. [ 0.860346] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.862060] Write protecting the kernel read-only data: 14336k [ 0.863805] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.865729] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.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.385741] 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.37. 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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoLd7K9ctftXjy18PIGw9erS+01PU4xf0LzwdHjYv52/kD+WwYALm3AeiV9GxrH+o5E+3AOVXRb6rjEtKADm4lPhXixOZLzH4kovbLsYe5L5r1ko9M8Hwk14dyISzR8udLPGFFSul2c4lwteNXMlQAq9YnSrtUJU05DHKrsr2HddFnex4fRbnpupBs3RkbNllzrm9aOyMfqjrzCTlsjvLsx53AG2lz/iEhwJw+VT+Jz0Z6jmcRK0Vx66zno65Qrkp99YUiymd6xOW5nykzTxzx/on4djZjwuDsaYc8RgWHr1Gx+UUjQjTucqEJo3hrlALyOeF9tPdDx7c/5HBIg8jT root@createinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851 ssh-dss AAAAB3NzaC1kc3MAAACBAOJCw6wsqT6Ysgjua0Wn7qbQ0rbtjHRbhfoIOczxKpOGfXK1C2jlwnbV40nrF35tyBIYY1oMCW145gDS3pjZAAv+VgJ5TTGZgEC+MLL83P1EzKtmhirTnhHGo2RW6aZMEoP1hRczHV0T/uOV+RqZOtPQU+zzOnefPc9sGK49H6AvAAAAFQCwCXXtqC8HyxbNgmFtft2E19U4QwAAAIBSwjlFJ/3a3LnGj8vmpwQC9gWhtYVDFNabodqhUWf8+hueLlpMpb8ByzFNKn+9OCuDt+VBjH0AqMLwcltbIwLzKF6XH/jctrmfHmfYfOdkaqEVk+kscH4gPd7Maqm+hSoUCEgIBvSUjypxbgnPMhsVBHi31dnS1pl5F7Y8Lora7AAAAIEAgeys4YXGbpBc/VR8jVO3DG2DdrJWXc0PTYQZBsd5umcPWg8Vzd4bhfAmTeD7FZNR3fFLbfMOL2pL/ao9ZC6rEoq71uizCQKZzsDzCMKKpTyV10zeb1JqHsLsycQArSWmBtlygVGMjSiwQpK004yWJfpIVnQkpTGep4qyZfeua84= root@createinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851 -----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:febb:7db/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-00000101 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851 launch-index: 0 === cirros: current=0.4.0 uptime=3.83 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-a96dcf73-bcad-4f5e-ae41-867851 login: 2018-11-19 06:41:12,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:13,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-0bb97e25-1b75-4f12-be02-2ef8a7d4102d x-compute-request-id: req-0bb97e25-1b75-4f12-be02-2ef8a7d4102d Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:13,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-0bb97e25-1b75-4f12-be02-2ef8a7d4102d 2018-11-19 06:41:13,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:13,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e515fe0c-2ac8-45fa-9cfe-8acf3359b590 Date: Mon, 19 Nov 2018 06: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:41:13,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-e515fe0c-2ac8-45fa-9cfe-8acf3359b590 2018-11-19 06:41:13,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:13,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9072e475-a545-492e-93cd-4319eeb0b868 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:13,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-9072e475-a545-492e-93cd-4319eeb0b868 2018-11-19 06:41:13,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:13,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cacc1585-2ede-46eb-a85e-65575255d93c Date: Mon, 19 Nov 2018 06:41:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:41:13,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-cacc1585-2ede-46eb-a85e-65575255d93c 2018-11-19 06:41:13,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:13,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-8c07a837-7ed0-46f9-86ce-37ca17da159d Date: Mon, 19 Nov 2018 06:41:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.3"}],"id":"07ff848e-2708-4073-aa43-089f63b5b046","security_groups":[],"mac_address":"fa:16:3e:a4:71:ee","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.2"}],"id":"61ca7df9-c9ed-4547-a843-8434179cccf8","security_groups":[],"mac_address":"fa:16:3e:27:99:2e","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6","48e70183-fbe7-453b-849b-069acfeffbda"],"mac_address":"fa:16:3e:bb:07:db","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal","device_id":"73b3fd23-ae49-467d-bf69-95f5c25e6717"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.4"}],"id":"f4e23dc2-7c8d-4975-b059-bda04ea3dc6c","security_groups":[],"mac_address":"fa:16:3e:6c:2d:e2","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-674250c4-fa3f-4bfe-b586-5f85c2560a5e"}]} 2018-11-19 06:41:13,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-8c07a837-7ed0-46f9-86ce-37ca17da159d 2018-11-19 06:41:13,713 - create_instance - INFO - Checking if VM is active 2018-11-19 06:41:13,716 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:14,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6ca01b69-fad8-4971-a66d-a45693633661 x-compute-request-id: req-6ca01b69-fad8-4971-a66d-a45693633661 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:14,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-6ca01b69-fad8-4971-a66d-a45693633661 2018-11-19 06:41:14,336 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - ACTIVE 2018-11-19 06:41:14,336 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:41:14,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:14,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41: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-dbd15a81-7fc6-4c24-a826-3b45da96984a x-compute-request-id: req-dbd15a81-7fc6-4c24-a826-3b45da96984a Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp"}], "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:40:59Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:14,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-dbd15a81-7fc6-4c24-a826-3b45da96984a 2018-11-19 06:41:14,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:15,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-ec887af7-b513-4110-9974-9df8a4a8d36e Date: Mon, 19 Nov 2018 06: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":["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"],"updated_at":"2018-11-19T06:40:28Z","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net"}]} 2018-11-19 06:41:15,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net used request id req-ec887af7-b513-4110-9974-9df8a4a8d36e 2018-11-19 06:41:15,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:15,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-608e4c00-db96-4606-8fd3-08a24e213f31 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:15,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-608e4c00-db96-4606-8fd3-08a24e213f31 2018-11-19 06:41:15,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:15,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9b8d8888-fe25-449a-b1c6-3f448588c50a Date: Mon, 19 Nov 2018 06:41:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:28Z","dns_nameservers":[],"updated_at":"2018-11-19T06:40:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"22aea04df7f141808b4e5412e8f17bc0","id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet"}]} 2018-11-19 06:41:15,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-9b8d8888-fe25-449a-b1c6-3f448588c50a 2018-11-19 06:41:15,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:15,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-a6850c1f-e419-4be7-b574-402f6e7fbef0 Date: Mon, 19 Nov 2018 06:41:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.3"}],"id":"07ff848e-2708-4073-aa43-089f63b5b046","security_groups":[],"mac_address":"fa:16:3e:a4:71:ee","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.2"}],"id":"61ca7df9-c9ed-4547-a843-8434179cccf8","security_groups":[],"mac_address":"fa:16:3e:27:99:2e","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:29Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-674250c4-fa3f-4bfe-b586-5f85c2560a5e"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:04Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.11"}],"id":"6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72","security_groups":["22e4e3d4-4cde-46b5-a615-70635a3045b6","48e70183-fbe7-453b-849b-069acfeffbda"],"mac_address":"fa:16:3e:bb:07:db","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:48Z","binding:vnic_type":"normal","device_id":"73b3fd23-ae49-467d-bf69-95f5c25e6717"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:50Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.1"}],"id":"d1fa51a6-a583-4c98-80e9-469cee7f7dc9","security_groups":[],"mac_address":"fa:16:3e:58:89:57","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:37Z","binding:vnic_type":"normal","device_id":"cc1424da-48de-4f21-b777-896919f69a23"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:40:32Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"5eab49d3-c217-48d3-9cdd-f01e70b4c0e2","ip_address":"10.55.1.4"}],"id":"f4e23dc2-7c8d-4975-b059-bda04ea3dc6c","security_groups":[],"mac_address":"fa:16:3e:6c:2d:e2","project_id":"22aea04df7f141808b4e5412e8f17bc0","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"674250c4-fa3f-4bfe-b586-5f85c2560a5e","tenant_id":"22aea04df7f141808b4e5412e8f17bc0","created_at":"2018-11-19T06:40:30Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-674250c4-fa3f-4bfe-b586-5f85c2560a5e"}]} 2018-11-19 06:41:15,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-a6850c1f-e419-4be7-b574-402f6e7fbef0 2018-11-19 06:41:15,305 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:41:15,308 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f8298d0L 2018-11-19 06:41:15,309 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:41:15,309 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:41:15,309 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:41:15,310 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:41:15,310 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:41:15,311 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:41:15,311 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:41:15,311 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:41:15,311 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:41:15,329 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:41:15,329 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:41:15,341 - paramiko.transport - DEBUG - Trying key 05f840087e50acc587d42e4490c8a1f4 from tmp/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8 2018-11-19 06:41:15,367 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:41:15,371 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:41:15,472 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:41:15,487 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:41:15,487 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:41:15,489 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f8298d0L 2018-11-19 06:41:15,489 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:41:15,490 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:41:15,490 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:41:15,491 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:41:15,491 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:41:15,491 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:41:15,491 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:41:15,492 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:41:15,492 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:41:15,508 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:41:15,509 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:41:15,522 - paramiko.transport - DEBUG - Trying key 05f840087e50acc587d42e4490c8a1f4 from tmp/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8 2018-11-19 06:41:15,547 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:41:15,551 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:41:15,554 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:41:15,555 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:41:15,555 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:41:15,557 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:41:15,558 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:41:15,560 - create_instance - INFO - Deleting Floating IP - 172.30.9.207 2018-11-19 06:41:15,560 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.207 2018-11-19 06:41:15,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/49daf020-251a-45e9-91e4-1ca3579d586c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:16,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5464d4b6-6748-4cc9-adb5-f8a40e4c1df9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:16,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/49daf020-251a-45e9-91e4-1ca3579d586c used request id req-5464d4b6-6748-4cc9-adb5-f8a40e4c1df9 2018-11-19 06:41:16,556 - create_instance - INFO - Deleting Port with ID - 6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72 2018-11-19 06:41:16,556 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8port-1 2018-11-19 06:41:16,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:17,177 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-214db7e4-0bea-4f57-87e5-93b935d423d3 Date: Mon, 19 Nov 2018 06:41:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:17,177 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/6ce6eaf2-bb8e-41f6-b10a-14b1b51fee72 used request id req-214db7e4-0bea-4f57-87e5-93b935d423d3 2018-11-19 06:41:17,178 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst 2018-11-19 06:41:17,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:17,367 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:41:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-59043208-559e-459a-8e2d-31b0e2318001 x-compute-request-id: req-59043208-559e-459a-8e2d-31b0e2318001 Content-Type: application/json 2018-11-19 06:41:17,367 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-59043208-559e-459a-8e2d-31b0e2318001 2018-11-19 06:41:17,367 - create_instance - INFO - Checking deletion status 2018-11-19 06:41:17,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:17,607 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9772ff70-2317-4c2a-a8c1-25bbfd0edcae x-compute-request-id: req-9772ff70-2317-4c2a-a8c1-25bbfd0edcae Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:07:db", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:41:17Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:17,607 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-9772ff70-2317-4c2a-a8c1-25bbfd0edcae 2018-11-19 06:41:17,607 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - ACTIVE 2018-11-19 06:41:17,607 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:41:20,611 - create_instance - DEBUG - VM status query timeout in 296.756644964 2018-11-19 06:41:20,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:20,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27ae8bd0-ade7-4f59-a2af-b9cb083307ce x-compute-request-id: req-27ae8bd0-ade7-4f59-a2af-b9cb083307ce Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717", "rel": "bookmark"}], "image": {"id": "3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "links": [{"href": "http://172.30.9.21:8774/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:40:58.000000", "flavor": {"id": "fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "links": [{"href": "http://172.30.9.21:8774/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339", "rel": "bookmark"}]}, "id": "73b3fd23-ae49-467d-bf69-95f5c25e6717", "user_id": "7d183bc0738a4859a905eb05f9eb7091", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:41:17Z", "hostId": "9a20cf1bb246bf08864d224d5aecb98804c08e6adf249006bdedc142", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp", "name": "CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst", "created": "2018-11-19T06:40:52Z", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:41:20,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-27ae8bd0-ade7-4f59-a2af-b9cb083307ce 2018-11-19 06:41:20,714 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst] is - ACTIVE 2018-11-19 06:41:20,714 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:41:23,718 - create_instance - DEBUG - VM status query timeout in 293.649632931 2018-11-19 06:41:23,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9587628c9655ccf652ed6db6cac34b5523d2f5f" 2018-11-19 06:41:23,763 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:41: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-251e1452-dd9c-4ab6-a4ab-82ed525e3ba2 x-compute-request-id: req-251e1452-dd9c-4ab6-a4ab-82ed525e3ba2 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 73b3fd23-ae49-467d-bf69-95f5c25e6717 could not be found.", "code": 404}} 2018-11-19 06:41:23,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/73b3fd23-ae49-467d-bf69-95f5c25e6717 used request id req-251e1452-dd9c-4ab6-a4ab-82ed525e3ba2 2018-11-19 06:41:23,764 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 73b3fd23-ae49-467d-bf69-95f5c25e6717 could not be found. (HTTP 404) (Request-ID: req-251e1452-dd9c-4ab6-a4ab-82ed525e3ba2) 2018-11-19 06:41:23,764 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-inst 2018-11-19 06:41:23,765 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp 2018-11-19 06:41:23,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}289067bcba3ad4ef4b2e2c29f9c70054889f9656" 2018-11-19 06:41:23,802 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:41: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-eae3c64f-a7f6-49e0-ad0a-95be8a4b617f x-compute-request-id: req-eae3c64f-a7f6-49e0-ad0a-95be8a4b617f Content-Length: 0 Content-Type: application/json 2018-11-19 06:41:23,802 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-kp used request id req-eae3c64f-a7f6-49e0-ad0a-95be8a4b617f 2018-11-19 06:41:23,803 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8.pub] 2018-11-19 06:41:23,803 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8] 2018-11-19 06:41:23,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c63e1fd8dbf7f629d1cf22faa679d1c1e48f8e2a" 2018-11-19 06:41:23,845 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:41: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-7b34f9e1-78dc-4b50-b660-2c777977b9d5 x-compute-request-id: req-7b34f9e1-78dc-4b50-b660-2c777977b9d5 Content-Length: 0 Content-Type: application/json 2018-11-19 06:41:23,845 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fd5d1135-8dd7-4f95-9dca-ad558d0d6339 used request id req-7b34f9e1-78dc-4b50-b660-2c777977b9d5 2018-11-19 06:41:23,846 - neutron_utils - INFO - Deleting security group rule with ID - d516a69b-86f1-465d-836a-b75f81c29dd1 2018-11-19 06:41:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d516a69b-86f1-465d-836a-b75f81c29dd1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:41:24,243 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8799bd71-cbf3-40db-8c00-268d64ff7abe Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:24,243 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d516a69b-86f1-465d-836a-b75f81c29dd1 used request id req-8799bd71-cbf3-40db-8c00-268d64ff7abe 2018-11-19 06:41:24,243 - neutron_utils - INFO - Deleting security group rule with ID - 22a48d9d-3540-47a8-a025-14c8c4b6f3a2 2018-11-19 06:41:24,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/22a48d9d-3540-47a8-a025-14c8c4b6f3a2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:41:24,505 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eed2642d-9a65-4575-b81a-d66b5c706c05 Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:24,506 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/22a48d9d-3540-47a8-a025-14c8c4b6f3a2 used request id req-eed2642d-9a65-4575-b81a-d66b5c706c05 2018-11-19 06:41:24,506 - neutron_utils - INFO - Deleting security group rule with ID - 93f31c28-ca48-492e-9ac2-ce6c1d1f9a30 2018-11-19 06:41:24,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/93f31c28-ca48-492e-9ac2-ce6c1d1f9a30 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:41:24,826 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-008c1e75-fc24-4494-9c03-ff9e018e640a Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:24,827 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/93f31c28-ca48-492e-9ac2-ce6c1d1f9a30 used request id req-008c1e75-fc24-4494-9c03-ff9e018e640a 2018-11-19 06:41:24,827 - neutron_utils - INFO - Deleting security group rule with ID - 2d129c61-e66a-4a59-b42e-481e471f7065 2018-11-19 06:41:24,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/2d129c61-e66a-4a59-b42e-481e471f7065 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:41:24,952 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90bef7f0-85bd-4254-892e-dd8f1c8b575d Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:24,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/2d129c61-e66a-4a59-b42e-481e471f7065 used request id req-90bef7f0-85bd-4254-892e-dd8f1c8b575d 2018-11-19 06:41:24,952 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-sec-grp 2018-11-19 06:41:24,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/48e70183-fbe7-453b-849b-069acfeffbda -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ae555fe6d59091a05b74c23c2c9708b5645cac8" 2018-11-19 06:41:25,097 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7bbfbaa6-f72d-40b7-ad9e-17bd7324f511 Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:25,097 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/48e70183-fbe7-453b-849b-069acfeffbda used request id req-7bbfbaa6-f72d-40b7-ad9e-17bd7324f511 2018-11-19 06:41:25,098 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router and subnet CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet 2018-11-19 06:41:25,098 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router 2018-11-19 06:41:25,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" -d '{"subnet_id": "5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"}' 2018-11-19 06:41:26,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-255bcd51-14c3-4645-87de-cbf054c71ee0 Date: Mon, 19 Nov 2018 06:41:26 GMT RESP BODY: {"network_id": "674250c4-fa3f-4bfe-b586-5f85c2560a5e", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "subnet_id": "5eab49d3-c217-48d3-9cdd-f01e70b4c0e2", "subnet_ids": ["5eab49d3-c217-48d3-9cdd-f01e70b4c0e2"], "port_id": "d1fa51a6-a583-4c98-80e9-469cee7f7dc9", "id": "cc1424da-48de-4f21-b777-896919f69a23"} 2018-11-19 06:41:26,972 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23/remove_router_interface used request id req-255bcd51-14c3-4645-87de-cbf054c71ee0 2018-11-19 06:41:26,972 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router 2018-11-19 06:41:26,973 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-router 2018-11-19 06:41:26,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03a2fd798d1ad33368d335435d589dd23cc58342" 2018-11-19 06:41:30,569 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5cfb9feb-3bd4-4ed4-b563-2294597a2afb Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:30,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/cc1424da-48de-4f21-b777-896919f69a23 used request id req-5cfb9feb-3bd4-4ed4-b563-2294597a2afb 2018-11-19 06:41:30,570 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet 2018-11-19 06:41:30,570 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-subnet 2018-11-19 06:41:30,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/5eab49d3-c217-48d3-9cdd-f01e70b4c0e2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:41:32,926 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a14e557-ef34-47b9-9d2e-492d58093e85 Date: Mon, 19 Nov 2018 06:41:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:32,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5eab49d3-c217-48d3-9cdd-f01e70b4c0e2 used request id req-4a14e557-ef34-47b9-9d2e-492d58093e85 2018-11-19 06:41:32,927 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-pub-net 2018-11-19 06:41:32,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/674250c4-fa3f-4bfe-b586-5f85c2560a5e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54e86728f3a320fa67b4759f37b3e05a88d6afcf" 2018-11-19 06:41:34,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d158f733-b711-4648-bbb9-8672905ff51b Date: Mon, 19 Nov 2018 06:41:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:34,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/674250c4-fa3f-4bfe-b586-5f85c2560a5e used request id req-d158f733-b711-4648-bbb9-8672905ff51b 2018-11-19 06:41:34,322 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a96dcf73-bcad-4f5e-ae41-8678513952e8-image 2018-11-19 06:41:34,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4d6819513ddef6989a92f563d669e0c826dde02d" 2018-11-19 06:41:35,341 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf6c490d-5e17-4a85-819e-8c8ed3b1198b Date: Mon, 19 Nov 2018 06:41:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:41:35,341 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3c26c25f-9ea6-426d-ad33-ed8277b2dbc4 used request id req-cf6c490d-5e17-4a85-819e-8c8ed3b1198b 2018-11-19 06:41:35,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:41:35,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-4548b1c7-56a4-447c-af4e-f2df04a7cf2f Date: Mon, 19 Nov 2018 06:41:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:27Z", "updated_at": "2018-11-19T06:40:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "revision_number": 0, "id": "13e4289e-9b84-4a14-aa49-0ab5e6e459e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "revision_number": 0, "id": "55806766-5c99-459c-9106-988eda683365", "remote_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv4", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "revision_number": 0, "id": "6077003a-ebd6-42a2-b5d6-b4fcb7f42057", "remote_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "revision_number": 0, "id": "ef7c9b58-5200-48ab-9a6b-eb734bac7e93", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "port_range_min": null, "ethertype": "IPv6", "project_id": "22aea04df7f141808b4e5412e8f17bc0"}], "revision_number": 4, "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:41:35,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-4548b1c7-56a4-447c-af4e-f2df04a7cf2f 2018-11-19 06:41:35,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:41:35,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93379066-5bc8-45ef-a5fc-60433ca7b5c8 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0"}, "enabled": true, "id": "22aea04df7f141808b4e5412e8f17bc0", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj"}} 2018-11-19 06:41:35,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-93379066-5bc8-45ef-a5fc-60433ca7b5c8 2018-11-19 06:41:35,640 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 22e4e3d4-4cde-46b5-a615-70635a3045b6 2018-11-19 06:41:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=22e4e3d4-4cde-46b5-a615-70635a3045b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:41:36,002 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d8ec369e-d1c8-4431-ab89-04e8afe46c76 Date: Mon, 19 Nov 2018 06:41:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:27Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "13e4289e-9b84-4a14-aa49-0ab5e6e459e5"}, {"remote_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:27Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "55806766-5c99-459c-9106-988eda683365"}, {"remote_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:27Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "6077003a-ebd6-42a2-b5d6-b4fcb7f42057"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:40:27Z", "security_group_id": "22e4e3d4-4cde-46b5-a615-70635a3045b6", "port_range_min": null, "revision_number": 0, "tenant_id": "22aea04df7f141808b4e5412e8f17bc0", "created_at": "2018-11-19T06:40:27Z", "project_id": "22aea04df7f141808b4e5412e8f17bc0", "id": "ef7c9b58-5200-48ab-9a6b-eb734bac7e93"}]} 2018-11-19 06:41:36,002 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=22e4e3d4-4cde-46b5-a615-70635a3045b6 used request id req-d8ec369e-d1c8-4431-ab89-04e8afe46c76 2018-11-19 06:41:36,003 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:41:36,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/22e4e3d4-4cde-46b5-a615-70635a3045b6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:41:36,335 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8574335-400a-4c42-9350-ee7a31f76c91 Content-Length: 0 Date: Mon, 19 Nov 2018 06:41:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:41:36,335 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/22e4e3d4-4cde-46b5-a615-70635a3045b6 used request id req-f8574335-400a-4c42-9350-ee7a31f76c91 2018-11-19 06:41:36,336 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj 2018-11-19 06:41:36,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:41:36,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:41:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-03beae48-4285-416f-a03c-05dbfa8aed56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:41:36,554 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/22aea04df7f141808b4e5412e8f17bc0 used request id req-03beae48-4285-416f-a03c-05dbfa8aed56 2018-11-19 06:41:36,554 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-proj-role 2018-11-19 06:41:36,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/7b40808d68aa44dd8446dfa1921b8bb4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:41:36,664 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:41:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06429931-67df-4848-92d8-7fecfd856e47 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:41:36,664 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7b40808d68aa44dd8446dfa1921b8bb4 used request id req-06429931-67df-4848-92d8-7fecfd856e47 2018-11-19 06:41:36,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ac0b09ca0d286a182c10a68fbb5ac67b8d45a18" 2018-11-19 06:41:36,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39ef76c0-0d1d-4a37-b5d8-79031c452c11 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:41:36,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-39ef76c0-0d1d-4a37-b5d8-79031c452c11 2018-11-19 06:41:36,755 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-016caf7d-b2c4-419-user 2018-11-19 06:41:36,758 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/7d183bc0738a4859a905eb05f9eb7091 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a45a44e9acd0fcf13d6109f1fe7d242831700c99" 2018-11-19 06:41:36,956 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:41:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d09a94d-9895-462a-ac56-aa2cf63312fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:41:36,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/7d183bc0738a4859a905eb05f9eb7091 used request id req-6d09a94d-9895-462a-ac56-aa2cf63312fc 2018-11-19 06:41:36,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:37,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:41:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["5JHk0ajjQk-19Au0vGoDuw"], "issued_at": "2018-11-19T06:41:37.000000Z"}} 2018-11-19 06:41:37,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2128b7c4f9e7d2ea22194e763f1c86cfb065098f" 2018-11-19 06:41:37,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70fbb378-a52d-47d8-bee2-0e42149f7d52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:37,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-70fbb378-a52d-47d8-bee2-0e42149f7d52 2018-11-19 06:41:37,420 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:37,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:37,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:41:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["lU87CRZZQKKXDxvOYFqKVA"], "issued_at": "2018-11-19T06:41:37.000000Z"}} 2018-11-19 06:41:37,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:41:37,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df14789-883f-4122-a5a8-848d13994590 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:37,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9df14789-883f-4122-a5a8-848d13994590 2018-11-19 06:41:37,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:41:37,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:41:37,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-14e41813-1458-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:41:38,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2758ce-81fe-457d-87c0-b04b1fc550cd Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-14e41813-1458-436-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:41:38,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-14e41813-1458-436-proj used request id req-fe2758ce-81fe-457d-87c0-b04b1fc550cd 2018-11-19 06:41:38,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:41:38,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58135cb0-f8c4-4925-a37b-becaa806b3f8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:41:38,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-58135cb0-f8c4-4925-a37b-becaa806b3f8 2018-11-19 06:41:38,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}}' 2018-11-19 06:41:38,221 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:41:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a03edcc2-80ba-4f6a-8fa5-45c17cddb92f Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:41:38,221 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a03edcc2-80ba-4f6a-8fa5-45c17cddb92f 2018-11-19 06:41:38,222 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-14e41813-1458-436-proj 2018-11-19 06:41:38,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:38,223 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:38,607 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["lipgX20VQzGp9lzDnM3gjw"], "issued_at": "2018-11-19T06:41:38.000000Z"}} 2018-11-19 06:41:38,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2355c7842135cec535bc9a944c7d7d89594afce" 2018-11-19 06:41:38,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c716063-6e1a-40e0-9d3a-c26669d5e009 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:38,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5c716063-6e1a-40e0-9d3a-c26669d5e009 2018-11-19 06:41:38,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:41:38,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:41:38,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2355c7842135cec535bc9a944c7d7d89594afce" 2018-11-19 06:41:38,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7dda92-256f-41f1-8a65-0ac86d64b29e Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:41:38,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1b7dda92-256f-41f1-8a65-0ac86d64b29e 2018-11-19 06:41:38,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-14e41813-1458-436-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2355c7842135cec535bc9a944c7d7d89594afce" 2018-11-19 06:41:38,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a36481-66ab-4b85-a427-89f05b6da0ae Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-14e41813-1458-436-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}]} 2018-11-19 06:41:38,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-14e41813-1458-436-proj used request id req-01a36481-66ab-4b85-a427-89f05b6da0ae 2018-11-19 06:41:38,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2355c7842135cec535bc9a944c7d7d89594afce" 2018-11-19 06:41:38,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbbca8fd-d755-44c4-86c5-1cfefa932a12 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:41:38,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-fbbca8fd-d755-44c4-86c5-1cfefa932a12 2018-11-19 06:41:39,378 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-14e41813-1458-436-user 2018-11-19 06:41:39,378 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:39,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:41:39,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ece852-c946-4d7b-a23b-a51b7335319c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:41:39,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38ece852-c946-4d7b-a23b-a51b7335319c 2018-11-19 06:41:39,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}}' 2018-11-19 06:41:39,659 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:41:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ba95c53-7f6a-4dfb-94a9-81f3214d602b Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "02a6e3c49e684616bafb005916297b03", "links": {"self": "http://172.30.9.21:5000/v3/roles/02a6e3c49e684616bafb005916297b03"}, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}} 2018-11-19 06:41:39,659 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-4ba95c53-7f6a-4dfb-94a9-81f3214d602b 2018-11-19 06:41:39,659 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role 2018-11-19 06:41:39,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/02a6e3c49e684616bafb005916297b03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:41:39,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a382bcc-e519-4554-817e-7f23c38ef36a Content-Encoding: gzip Content-Length: 183 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/02a6e3c49e684616bafb005916297b03"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role", "id": "02a6e3c49e684616bafb005916297b03"}} 2018-11-19 06:41:39,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/02a6e3c49e684616bafb005916297b03 used request id req-8a382bcc-e519-4554-817e-7f23c38ef36a 2018-11-19 06:41:39,752 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role to project CreateInstanceSingleNetworkTests-14e41813-1458-436-proj 2018-11-19 06:41:39,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66/users/f12961bd8a2a46c9a891fb0ebf219fe8/roles/02a6e3c49e684616bafb005916297b03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:41:39,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:41:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8db45e3f-73b6-4cbc-a1e3-b05c17ce167b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:41:39,877 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66/users/f12961bd8a2a46c9a891fb0ebf219fe8/roles/02a6e3c49e684616bafb005916297b03 used request id req-8db45e3f-73b6-4cbc-a1e3-b05c17ce167b 2018-11-19 06:41:39,877 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:41:39,878 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:41:39,879 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:39,879 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:40,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:41:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["aORMNQ30SxS5_kouPiKLug"], "issued_at": "2018-11-19T06:41:40.000000Z"}} 2018-11-19 06:41:40,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" 2018-11-19 06:41:40,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2e560dc-edd5-435d-bef3-5224390e0bf2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:40,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b2e560dc-edd5-435d-bef3-5224390e0bf2 2018-11-19 06:41:40,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" 2018-11-19 06:41:40,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-a4f07157-7f2c-4af6-a396-a011d155d957 Date: Mon, 19 Nov 2018 06:41:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image"} 2018-11-19 06:41:40,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image used request id req-a4f07157-7f2c-4af6-a396-a011d155d957 2018-11-19 06:41:40,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" 2018-11-19 06:41:40,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-db89f3b5-24da-498d-aa8c-ab88ab55f348 Date: Mon, 19 Nov 2018 06:41:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:41:40,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-db89f3b5-24da-498d-aa8c-ab88ab55f348 2018-11-19 06:41:40,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image"}' 2018-11-19 06:41:40,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477 X-Openstack-Request-Id: req-d7cba774-9aec-4b41-afe2-ee17de91d5b6 Date: Mon, 19 Nov 2018 06:41:40 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:41:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:41:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "min_disk": 0, "protected": false, "id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "file": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477/file", "checksum": null, "owner": "c3d17729425f44e588d39a5ac8beef66", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:41:40,876 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d7cba774-9aec-4b41-afe2-ee17de91d5b6 2018-11-19 06:41:40,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" -d '' 2018-11-19 06:41:41,805 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-85c261ae-0095-48b7-aebd-905b8eadcab9 Date: Mon, 19 Nov 2018 06:41:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:41:41,805 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477/file used request id req-85c261ae-0095-48b7-aebd-905b8eadcab9 2018-11-19 06:41:41,806 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:41:41,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" 2018-11-19 06:41:41,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-72640c29-f48b-422e-b010-bc30b73cac1f Date: Mon, 19 Nov 2018 06:41:41 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:41:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:41:41Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7b4da94e-912e-4a1c-940b-8b3d50714477/snap", "metadata": {}}], "self": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "min_disk": 0, "protected": false, "id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "file": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c3d17729425f44e588d39a5ac8beef66", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7b4da94e-912e-4a1c-940b-8b3d50714477/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:41:41,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477 used request id req-72640c29-f48b-422e-b010-bc30b73cac1f 2018-11-19 06:41:41,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" 2018-11-19 06:41:41,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2932a3f8-a63e-4d6c-b241-7da3a9964c10 Date: Mon, 19 Nov 2018 06:41:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:41:41,977 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2932a3f8-a63e-4d6c-b241-7da3a9964c10 2018-11-19 06:41:41,980 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image 2018-11-19 06:41:41,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" 2018-11-19 06:41:42,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-4ceac45b-991c-4846-8ef7-91ad3bb91d24 Date: Mon, 19 Nov 2018 06:41:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:41:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:41:41Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7b4da94e-912e-4a1c-940b-8b3d50714477/snap", "metadata": {}}], "self": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "min_disk": 0, "protected": false, "id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "file": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c3d17729425f44e588d39a5ac8beef66", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7b4da94e-912e-4a1c-940b-8b3d50714477/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:41:42,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477 used request id req-4ceac45b-991c-4846-8ef7-91ad3bb91d24 2018-11-19 06:41:42,135 - create_image - DEBUG - Instance status is - active 2018-11-19 06:41:42,135 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image 2018-11-19 06:41:42,135 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image 2018-11-19 06:41:42,135 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:42,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:42,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["wUB2DdwUSTSzj92TVxvjZw"], "issued_at": "2018-11-19T06:41:42.000000Z"}} 2018-11-19 06:41:42,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:41:42,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ae97cae-c0ff-4c2f-a5b2-3dd3d33ef743 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:42,582 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2ae97cae-c0ff-4c2f-a5b2-3dd3d33ef743 2018-11-19 06:41:42,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:41:42,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-328c6f2d-4bce-477c-8e3a-7347e421451d Date: Mon, 19 Nov 2018 06:41:42 GMT RESP BODY: {"networks":[]} 2018-11-19 06:41:42,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-328c6f2d-4bce-477c-8e3a-7347e421451d 2018-11-19 06:41:42,767 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net 2018-11-19 06:41:42,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net", "admin_state_up": true}}' 2018-11-19 06:41:43,315 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-126d80cb-4251-491b-9a7d-87834f00f240 Date: Mon, 19 Nov 2018 06:41:43 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:41:43Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","mtu":1450}} 2018-11-19 06:41:43,316 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-126d80cb-4251-491b-9a7d-87834f00f240 2018-11-19 06:41:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:41:43,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-1312bfc9-445a-445c-a656-d0a280841774 Date: Mon, 19 Nov 2018 06:41:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:41:43,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-1312bfc9-445a-445c-a656-d0a280841774 2018-11-19 06:41:43,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:41:43,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d0dd76ba-fe0d-4f9b-bf67-69a2c1415b78 Date: Mon, 19 Nov 2018 06:41:43 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:41:43,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-d0dd76ba-fe0d-4f9b-bf67-69a2c1415b78 2018-11-19 06:41:43,584 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet 2018-11-19 06:41:43,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" -d '{"subnets": [{"ip_version": 4, "network_id": "4d68a191-110f-4799-b7f0-bbfe0af9fa85", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]}' 2018-11-19 06:41:44,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c032ecce-9189-44ff-aad4-adb22c8126a0 Date: Mon, 19 Nov 2018 06:41:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:41:44,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-c032ecce-9189-44ff-aad4-adb22c8126a0 2018-11-19 06:41:44,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:41:44,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b8a902df-eccf-4f9c-8c4e-09bafad8ebe1 Date: Mon, 19 Nov 2018 06:41: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":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:41:44,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-b8a902df-eccf-4f9c-8c4e-09bafad8ebe1 2018-11-19 06:41:44,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:41:44,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-13da4131-9c2f-48a2-ad39-56d15b3583c7 Date: Mon, 19 Nov 2018 06:41:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:41:44,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-13da4131-9c2f-48a2-ad39-56d15b3583c7 2018-11-19 06:41:44,849 - OpenStackNetwork - DEBUG - Network [4d68a191-110f-4799-b7f0-bbfe0af9fa85] created successfully 2018-11-19 06:41:44,849 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:44,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:45,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:41:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["GHvs0ToUTV2xGiek9_BeBg"], "issued_at": "2018-11-19T06:41:45.000000Z"}} 2018-11-19 06:41:45,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:45,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a1cbe61-d317-47cf-9532-ebfc5258bd29 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:45,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0a1cbe61-d317-47cf-9532-ebfc5258bd29 2018-11-19 06:41:45,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:45,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0d3f5511-8ec5-4f7b-a916-a43df9b530c0 Date: Mon, 19 Nov 2018 06:41:45 GMT RESP BODY: {"routers": []} 2018-11-19 06:41:45,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router&admin_state_up=True used request id req-0d3f5511-8ec5-4f7b-a916-a43df9b530c0 2018-11-19 06:41:45,456 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:45,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:45,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:41:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["cV-F5BNvQO6cjne2pjWsOw"], "issued_at": "2018-11-19T06:41:45.000000Z"}} 2018-11-19 06:41:45,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2687cf241be7a04a3febbfa541f3798b0df5e6b6" 2018-11-19 06:41:45,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8086cbc7-6567-433f-b797-25963039eda2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:45,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8086cbc7-6567-433f-b797-25963039eda2 2018-11-19 06:41:45,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:46,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-fb7efec4-e6ef-4731-9af8-a05ba7241e5d Date: Mon, 19 Nov 2018 06:41:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:41:46,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-fb7efec4-e6ef-4731-9af8-a05ba7241e5d 2018-11-19 06:41:46,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:46,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e2347c70-8a54-407d-9422-62fbeb459a1c Date: Mon, 19 Nov 2018 06:41:46 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:41:46,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-e2347c70-8a54-407d-9422-62fbeb459a1c 2018-11-19 06:41:46,435 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router 2018-11-19 06:41:46,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router", "admin_state_up": true}}' 2018-11-19 06:41:51,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-83905631-d43a-4d9b-ba48-0b6279851eaf Date: Mon, 19 Nov 2018 06:41:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:47Z", "admin_state_up": true, "updated_at": "2018-11-19T06:41:48Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "e37b2c89-559e-4894-ac7a-2e9db1393dc1", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router"}} 2018-11-19 06:41:51,623 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-83905631-d43a-4d9b-ba48-0b6279851eaf 2018-11-19 06:41:51,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e37b2c89-559e-4894-ac7a-2e9db1393dc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:51,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c287124f-aa49-4164-8536-5ee39f2bf058 Date: Mon, 19 Nov 2018 06:41:51 GMT RESP BODY: {"ports":[]} 2018-11-19 06:41:51,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e37b2c89-559e-4894-ac7a-2e9db1393dc1 used request id req-c287124f-aa49-4164-8536-5ee39f2bf058 2018-11-19 06:41:51,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:52,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-aeb88de7-3fd9-413a-b9be-2e54a287a521 Date: Mon, 19 Nov 2018 06:41:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:41:52,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-aeb88de7-3fd9-413a-b9be-2e54a287a521 2018-11-19 06:41:52,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:41:52,082 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:41:52 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:41:52,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:52,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52cd7da-395e-412c-9c79-6791599f5dab Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:41:52,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-a52cd7da-395e-412c-9c79-6791599f5dab 2018-11-19 06:41:52,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:52,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dbf2436b-d136-439d-8b5f-65efb283c3ff Date: Mon, 19 Nov 2018 06:41:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:41:52,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-dbf2436b-d136-439d-8b5f-65efb283c3ff 2018-11-19 06:41:52,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:52,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4c09a0d4-156b-4856-b479-c74457832fd4 Date: Mon, 19 Nov 2018 06:41:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:41:52,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet used request id req-4c09a0d4-156b-4856-b479-c74457832fd4 2018-11-19 06:41:52,607 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:41:52,607 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router 2018-11-19 06:41:52,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" -d '{"subnet_id": "cf513423-7ab3-40c8-b3e5-78b48ad05cb1"}' 2018-11-19 06:41:54,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a2085c20-c8fc-4cbc-97f9-4f187ab80c0b Date: Mon, 19 Nov 2018 06:41:54 GMT RESP BODY: {"network_id": "4d68a191-110f-4799-b7f0-bbfe0af9fa85", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "subnet_id": "cf513423-7ab3-40c8-b3e5-78b48ad05cb1", "subnet_ids": ["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"], "port_id": "5f877bc1-353f-47db-8c07-cac029a6980b", "id": "e37b2c89-559e-4894-ac7a-2e9db1393dc1"} 2018-11-19 06:41:54,700 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1/add_router_interface used request id req-a2085c20-c8fc-4cbc-97f9-4f187ab80c0b 2018-11-19 06:41:54,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:54,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f45ff465-b8f4-4e4a-a5ee-54f1f5d2f6b7 Date: Mon, 19 Nov 2018 06:41:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:47Z", "admin_state_up": true, "updated_at": "2018-11-19T06:41:53Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "e37b2c89-559e-4894-ac7a-2e9db1393dc1", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router"}} 2018-11-19 06:41:54,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1 used request id req-f45ff465-b8f4-4e4a-a5ee-54f1f5d2f6b7 2018-11-19 06:41:54,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e37b2c89-559e-4894-ac7a-2e9db1393dc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:55,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-01312087-a1c1-4183-b218-936248c1ebd2 Date: Mon, 19 Nov 2018 06:41:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:53Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"}]} 2018-11-19 06:41:55,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e37b2c89-559e-4894-ac7a-2e9db1393dc1 used request id req-01312087-a1c1-4183-b218-936248c1ebd2 2018-11-19 06:41:55,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/cf513423-7ab3-40c8-b3e5-78b48ad05cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:41:55,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0629ece5-1fb2-485e-82a4-87ad5ed99c8a Date: Mon, 19 Nov 2018 06:41:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}} 2018-11-19 06:41:55,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/cf513423-7ab3-40c8-b3e5-78b48ad05cb1 used request id req-0629ece5-1fb2-485e-82a4-87ad5ed99c8a 2018-11-19 06:41:55,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:55,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:55,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["hqVMHWyqRoeqdtfRnG7mIQ"], "issued_at": "2018-11-19T06:41:55.000000Z"}} 2018-11-19 06:41:55,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c238dba62a9ada8a05ac8152e410b9306ff2c" 2018-11-19 06:41:55,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77a4a479-b668-4760-81d9-598b4a384340 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:55,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-77a4a479-b668-4760-81d9-598b4a384340 2018-11-19 06:41:55,820 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:41:55,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c238dba62a9ada8a05ac8152e410b9306ff2c" 2018-11-19 06:41:56,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51019bd7-dfdb-4a9a-aaed-1ce48663fa4c x-compute-request-id: req-51019bd7-dfdb-4a9a-aaed-1ce48663fa4c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:41:56,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-51019bd7-dfdb-4a9a-aaed-1ce48663fa4c 2018-11-19 06:41:56,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c238dba62a9ada8a05ac8152e410b9306ff2c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:41:56,064 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41: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-13a71146-3756-4180-81c1-acb7061d911c x-compute-request-id: req-13a71146-3756-4180-81c1-acb7061d911c Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:41:56,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-13a71146-3756-4180-81c1-acb7061d911c 2018-11-19 06:41:56,065 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:56,066 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:56,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:41:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["Glon52HVRSaOQDNqBh1V_A"], "issued_at": "2018-11-19T06:41:56.000000Z"}} 2018-11-19 06:41:56,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1864d3c712df2f6cf7f39f3b1b2f0e0df1e1a92" 2018-11-19 06:41:56,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5619f3c-66e9-4c91-abf7-bc11166b45a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:56,522 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d5619f3c-66e9-4c91-abf7-bc11166b45a8 2018-11-19 06:41:56,523 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:41:56,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1864d3c712df2f6cf7f39f3b1b2f0e0df1e1a92" 2018-11-19 06:41:56,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41: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-8698a6b1-7b6d-40bb-b209-62a99a083c56 x-compute-request-id: req-8698a6b1-7b6d-40bb-b209-62a99a083c56 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:41:56,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-8698a6b1-7b6d-40bb-b209-62a99a083c56 2018-11-19 06:41:56,693 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp... 2018-11-19 06:41:56,693 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:41:56,765 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp 2018-11-19 06:41:56,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1864d3c712df2f6cf7f39f3b1b2f0e0df1e1a92" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDedxM0/GRRBcc5Z0B+5hWy8dvyyX0Ye1q3SnbZd521emMJ0OVZfMVaxqQvGF5/VKxle2I4tgkGBYmxif+msHkZYSV+ojZAKa800jv6jb0baRVk6eJ3k89zUZUQY0Qx3k7SOaLV/XcuzFnmzc9HQasskXP/2QgOFUrYQMeR3s2Lvw==", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp"}}' 2018-11-19 06:41:56,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41: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-df9cc97b-9888-410e-8960-96032796d47b x-compute-request-id: req-df9cc97b-9888-410e-8960-96032796d47b Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDedxM0/GRRBcc5Z0B+5hWy8dvyyX0Ye1q3SnbZd521emMJ0OVZfMVaxqQvGF5/VKxle2I4tgkGBYmxif+msHkZYSV+ojZAKa800jv6jb0baRVk6eJ3k89zUZUQY0Qx3k7SOaLV/XcuzFnmzc9HQasskXP/2QgOFUrYQMeR3s2Lvw==", "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "fingerprint": "ad:9d:8b:12:1c:33:2d:67:bf:49:54:42:0b:c1:4f:9c"}} 2018-11-19 06:41:56,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-df9cc97b-9888-410e-8960-96032796d47b 2018-11-19 06:41:56,829 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402.pub 2018-11-19 06:41:56,829 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402 2018-11-19 06:41:56,830 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:41:56,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:41:57,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:41:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["NwcEQWMrT7q-6pl3bow9nQ"], "issued_at": "2018-11-19T06:41:57.000000Z"}} 2018-11-19 06:41:57,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:57,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a5e92e-6bf2-4f4a-a4a6-cafd2da3d13d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:41:57,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e1a5e92e-6bf2-4f4a-a4a6-cafd2da3d13d 2018-11-19 06:41:57,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:57,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3018f495-6b74-41a5-b559-9810beaa80ad Date: Mon, 19 Nov 2018 06:41:57 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:41:57,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp used request id req-3018f495-6b74-41a5-b559-9810beaa80ad 2018-11-19 06:41:57,556 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp... 2018-11-19 06:41:57,556 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp 2018-11-19 06:41:57,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}}' 2018-11-19 06:41:57,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-0cd633a6-c178-4951-bd6d-9a73c2bf57ee Date: Mon, 19 Nov 2018 06:41:57 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "updated_at": "2018-11-19T06:41:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}], "revision_number": 2, "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}} 2018-11-19 06:41:57,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-0cd633a6-c178-4951-bd6d-9a73c2bf57ee 2018-11-19 06:41:57,923 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:57,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:58,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-55107648-a635-40e6-80a7-97d80969815e Date: Mon, 19 Nov 2018 06:41:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57"}]} 2018-11-19 06:41:58,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-55107648-a635-40e6-80a7-97d80969815e 2018-11-19 06:41:58,099 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:58,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:58,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-440d3a11-2072-45f3-8eac-e8dd8ab39778 Date: Mon, 19 Nov 2018 06:41:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57"}]} 2018-11-19 06:41:58,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-440d3a11-2072-45f3-8eac-e8dd8ab39778 2018-11-19 06:41:58,128 - neutron_utils - INFO - Retrieving security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:58,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:58,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-526faf03-36b9-4e82-9162-692cb5532c1a Date: Mon, 19 Nov 2018 06:41:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "updated_at": "2018-11-19T06:41:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}], "revision_number": 2, "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}]} 2018-11-19 06:41:58,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-526faf03-36b9-4e82-9162-692cb5532c1a 2018-11-19 06:41:58,334 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:58,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:58,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-72025b31-03b5-4872-a96a-c4931c54527b Date: Mon, 19 Nov 2018 06:41:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57"}]} 2018-11-19 06:41:58,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-72025b31-03b5-4872-a96a-c4931c54527b 2018-11-19 06:41:58,588 - neutron_utils - INFO - Retrieving security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:58,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:58,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-c8a76a44-f360-4edc-8e2e-7fc8edc19d35 Date: Mon, 19 Nov 2018 06:41:58 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "updated_at": "2018-11-19T06:41:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}], "revision_number": 2, "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}]} 2018-11-19 06:41:58,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-c8a76a44-f360-4edc-8e2e-7fc8edc19d35 2018-11-19 06:41:58,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:58,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:58,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-10dc62f8-9d65-4d62-a7a6-81def96ceb0a Date: Mon, 19 Nov 2018 06:41:58 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57"}]} 2018-11-19 06:41:58,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-10dc62f8-9d65-4d62-a7a6-81def96ceb0a 2018-11-19 06:41:58,811 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp 2018-11-19 06:41:58,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:59,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5b0600f3-98ba-4312-8362-a76c313f1289 Date: Mon, 19 Nov 2018 06:41:59 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "updated_at": "2018-11-19T06:41:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}], "revision_number": 2, "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}]} 2018-11-19 06:41:59,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp used request id req-5b0600f3-98ba-4312-8362-a76c313f1289 2018-11-19 06:41:59,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:41:59,027 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:41: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:41:59,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:59,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf5ef9c-e0c6-4e6c-a4df-f0392c673cde Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:41:59,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-3bf5ef9c-e0c6-4e6c-a4df-f0392c673cde 2018-11-19 06:41:59,103 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:59,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:59,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2bac51a1-23f6-432a-b395-b399e30e1213 Date: Mon, 19 Nov 2018 06:41:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57"}]} 2018-11-19 06:41:59,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-2bac51a1-23f6-432a-b395-b399e30e1213 2018-11-19 06:41:59,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959"}}' 2018-11-19 06:41:59,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-e920582d-064b-40d2-9880-447055ad73df Date: Mon, 19 Nov 2018 06:41:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:59Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "1dffc2cf-6a8b-414a-a9ed-6f6791451a6c"}} 2018-11-19 06:41:59,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-e920582d-064b-40d2-9880-447055ad73df 2018-11-19 06:41:59,456 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp 2018-11-19 06:41:59,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:59,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-454d9a1c-355d-41df-869c-8e08df23584e Date: Mon, 19 Nov 2018 06:41:59 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "updated_at": "2018-11-19T06:41:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:59Z", "revision_number": 0, "id": "1dffc2cf-6a8b-414a-a9ed-6f6791451a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}], "revision_number": 3, "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}]} 2018-11-19 06:41:59,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp used request id req-454d9a1c-355d-41df-869c-8e08df23584e 2018-11-19 06:41:59,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:59,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:41:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a807470-88ed-4c68-9adf-5dce6a8eee95 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:41:59,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-9a807470-88ed-4c68-9adf-5dce6a8eee95 2018-11-19 06:41:59,603 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:59,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:41:59,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-69ec421e-729e-4e38-81fe-52919fdc5313 Date: Mon, 19 Nov 2018 06:41:59 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:59Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "1dffc2cf-6a8b-414a-a9ed-6f6791451a6c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57"}]} 2018-11-19 06:41:59,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-69ec421e-729e-4e38-81fe-52919fdc5313 2018-11-19 06:41:59,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959"}}' 2018-11-19 06:41:59,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-e784bdb5-e984-4e84-b5ef-1f2c9f286646 Date: Mon, 19 Nov 2018 06:41:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": 22, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:59Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "1d32cb1b-47ea-4bfc-a84b-f5f8532cce24"}} 2018-11-19 06:41:59,959 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-e784bdb5-e984-4e84-b5ef-1f2c9f286646 2018-11-19 06:41:59,959 - neutron_utils - INFO - Retrieving security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:41:59,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:42:00,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-52a04f22-a013-4a3c-b672-752642f85508 Date: Mon, 19 Nov 2018 06:42:00 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "updated_at": "2018-11-19T06:41:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:41:59Z", "revision_number": 0, "id": "1d32cb1b-47ea-4bfc-a84b-f5f8532cce24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:59Z", "revision_number": 0, "id": "1dffc2cf-6a8b-414a-a9ed-6f6791451a6c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "revision_number": 0, "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}], "revision_number": 4, "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}]} 2018-11-19 06:42:00,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-52a04f22-a013-4a3c-b672-752642f85508 2018-11-19 06:42:00,171 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c33c8829-9a3d-47b3-bf7f-7ac58075a959 2018-11-19 06:42:00,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:42:00,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-6204f6bc-471a-4092-adcb-72c8833780e3 Date: Mon, 19 Nov 2018 06:42:00 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": 22, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:59Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "1d32cb1b-47ea-4bfc-a84b-f5f8532cce24"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:59Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:59Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "1dffc2cf-6a8b-414a-a9ed-6f6791451a6c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "a65041af-9a20-4b98-bce7-5a4c5df3245c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:57Z", "security_group_id": "c33c8829-9a3d-47b3-bf7f-7ac58075a959", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:57Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "ca15cc9f-f104-4f7d-b41b-dc9fea0cff57"}]} 2018-11-19 06:42:00,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-6204f6bc-471a-4092-adcb-72c8833780e3 2018-11-19 06:42:00,205 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:42:00,206 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:42:00,581 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:42:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["LMUlhdfHTaGHdgk33YjjoQ"], "issued_at": "2018-11-19T06:42:00.000000Z"}} 2018-11-19 06:42:00,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:00,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d099e253-2b85-4f4c-837c-454ac6425e7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:42:00,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d099e253-2b85-4f4c-837c-454ac6425e7f 2018-11-19 06:42:00,652 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:42:00,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:00,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d1aab9-63db-4660-8da9-b61013ef01d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:42:00,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-90d1aab9-63db-4660-8da9-b61013ef01d7 2018-11-19 06:42:00,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:00,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-600462ea-7ffc-49aa-b096-e4707d93deaf Date: Mon, 19 Nov 2018 06:42:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:00,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-600462ea-7ffc-49aa-b096-e4707d93deaf 2018-11-19 06:42:00,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:42:01,001 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:42:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:42:01,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:01,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b6368d9-53ea-41d5-bada-58d8816a5ee4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:01,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-1b6368d9-53ea-41d5-bada-58d8816a5ee4 2018-11-19 06:42:01,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:01,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-228ff166-99f4-42bc-bdd1-73e5d467be27 Date: Mon, 19 Nov 2018 06:42:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:01,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-228ff166-99f4-42bc-bdd1-73e5d467be27 2018-11-19 06:42:01,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:01,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1d27e219-aa32-43db-864e-6076437fd557 Date: Mon, 19 Nov 2018 06:42:01 GMT RESP BODY: {"ports":[]} 2018-11-19 06:42:01,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1&admin_state_up=True used request id req-1d27e219-aa32-43db-864e-6076437fd557 2018-11-19 06:42:01,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:01,701 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e24acc89-84aa-4fe7-8eb2-588de53bc2b1 x-compute-request-id: req-e24acc89-84aa-4fe7-8eb2-588de53bc2b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:42:01,701 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst used request id req-e24acc89-84aa-4fe7-8eb2-588de53bc2b1 2018-11-19 06:42:01,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:01,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-56cc4ba2-e21f-4a57-a595-779ada59770f Date: Mon, 19 Nov 2018 06:42:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:01,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-56cc4ba2-e21f-4a57-a595-779ada59770f 2018-11-19 06:42:01,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:01,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16614b03-9fed-45e1-978d-24ab008e8ed4 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:01,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-16614b03-9fed-45e1-978d-24ab008e8ed4 2018-11-19 06:42:01,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:02,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9259f9bf-3cd9-4a21-ad59-67a50f026c56 Date: Mon, 19 Nov 2018 06:42:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:02,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-9259f9bf-3cd9-4a21-ad59-67a50f026c56 2018-11-19 06:42:02,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:02,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-53be7da2-f9b4-450a-b126-2c28024d56a6 Date: Mon, 19 Nov 2018 06:42:02 GMT RESP BODY: {"ports":[]} 2018-11-19 06:42:02,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1&admin_state_up=True used request id req-53be7da2-f9b4-450a-b126-2c28024d56a6 2018-11-19 06:42:02,121 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:42:02,122 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:42:02,497 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "02a6e3c49e684616bafb005916297b03", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role"}], "expires_at": "2018-11-19T07:42:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c3d17729425f44e588d39a5ac8beef66", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/c3d17729425f44e588d39a5ac8beef66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-user", "id": "f12961bd8a2a46c9a891fb0ebf219fe8"}, "audit_ids": ["NJ14vhV9QLyjkBHBcOEQvw"], "issued_at": "2018-11-19T06:42:02.000000Z"}} 2018-11-19 06:42:02,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3378fb0332858d2fe82c8cb9b8489990783228f2" 2018-11-19 06:42:02,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a89b7a-7cde-4bae-b657-838538fc1092 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:42:02,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-32a89b7a-7cde-4bae-b657-838538fc1092 2018-11-19 06:42:02,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:02,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2bb932f0-06a5-4e49-bba5-5439a3b7b9fd Date: Mon, 19 Nov 2018 06:42:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:02,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-2bb932f0-06a5-4e49-bba5-5439a3b7b9fd 2018-11-19 06:42:02,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:02,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-22134b56-da12-48d0-9ec8-e08544db8532 Date: Mon, 19 Nov 2018 06:42:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:02,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-22134b56-da12-48d0-9ec8-e08544db8532 2018-11-19 06:42:02,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:02,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d6fdf521-3a78-43af-9279-ac5416856143 Date: Mon, 19 Nov 2018 06:42:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:02,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-d6fdf521-3a78-43af-9279-ac5416856143 2018-11-19 06:42:02,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:42:02,964 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:42:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:42:02,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3378fb0332858d2fe82c8cb9b8489990783228f2" 2018-11-19 06:42:03,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ebbd33b-ed28-43c4-b44c-6652e8418179 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:03,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-9ebbd33b-ed28-43c4-b44c-6652e8418179 2018-11-19 06:42:03,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:03,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2f9bf1d6-3ead-43ae-8cdf-e383ed7a2a4c Date: Mon, 19 Nov 2018 06:42:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:03,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-2f9bf1d6-3ead-43ae-8cdf-e383ed7a2a4c 2018-11-19 06:42:03,263 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net 2018-11-19 06:42:03,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" -d '{"port": {"network_id": "4d68a191-110f-4799-b7f0-bbfe0af9fa85", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1", "admin_state_up": true}}' 2018-11-19 06:42:04,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-4a573c49-da38-4c3d-87f2-432fd8ada5fd Date: Mon, 19 Nov 2018 06:42:04 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","project_id":"c3d17729425f44e588d39a5ac8beef66","qos_policy_id":null,"admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal"}} 2018-11-19 06:42:04,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-4a573c49-da38-4c3d-87f2-432fd8ada5fd 2018-11-19 06:42:04,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:04,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a3b88c6f-5868-4f8b-a762-cce383e24cfa Date: Mon, 19 Nov 2018 06:42:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:04,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-a3b88c6f-5868-4f8b-a762-cce383e24cfa 2018-11-19 06:42:04,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:04,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ee578be-3ef0-4273-9f5f-85fb3ceffca1 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:04,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-4ee578be-3ef0-4273-9f5f-85fb3ceffca1 2018-11-19 06:42:04,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:04,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a45e4c50-8c8c-4983-8d44-a207f8a13904 Date: Mon, 19 Nov 2018 06:42:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:04,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-a45e4c50-8c8c-4983-8d44-a207f8a13904 2018-11-19 06:42:04,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:04,960 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-453d4afe-0a0e-4da3-a63c-868f5b932463 Date: Mon, 19 Nov 2018 06:42:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:03Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:42:04,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1&admin_state_up=True used request id req-453d4afe-0a0e-4da3-a63c-868f5b932463 2018-11-19 06:42:04,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:05,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0e0ec2e-5c48-4d65-822b-15bbe045aafb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:05,042 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-f0e0ec2e-5c48-4d65-822b-15bbe045aafb 2018-11-19 06:42:05,042 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst 2018-11-19 06:42:05,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:05,072 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1329d1b4-fca9-4409-875c-2e25fdc92e8a x-compute-request-id: req-1329d1b4-fca9-4409-875c-2e25fdc92e8a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-flavor-name"}]} 2018-11-19 06:42:05,072 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1329d1b4-fca9-4409-875c-2e25fdc92e8a 2018-11-19 06:42:05,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:05,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b37836e-57f3-4352-96fa-96b649590753 x-compute-request-id: req-3b37836e-57f3-4352-96fa-96b649590753 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:42:05,096 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7 used request id req-3b37836e-57f3-4352-96fa-96b649590753 2018-11-19 06:42:05,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:05,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-4306f59a-e702-4e10-911f-b20d6cc8a303 Date: Mon, 19 Nov 2018 06:42:05 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:41:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:41:41Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7b4da94e-912e-4a1c-940b-8b3d50714477/snap", "metadata": {}}], "self": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "min_disk": 0, "protected": false, "id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "file": "/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "c3d17729425f44e588d39a5ac8beef66", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/7b4da94e-912e-4a1c-940b-8b3d50714477/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image"} 2018-11-19 06:42:05,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image used request id req-4306f59a-e702-4e10-911f-b20d6cc8a303 2018-11-19 06:42:05,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:05,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2d9fae9f-3dc2-4b5a-adcb-9b1489daa460 Date: Mon, 19 Nov 2018 06:42:05 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:42:05,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2d9fae9f-3dc2-4b5a-adcb-9b1489daa460 2018-11-19 06:42:05,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "imageRef": "7b4da94e-912e-4a1c-940b-8b3d50714477", "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "flavorRef": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "max_count": 1, "min_count": 1, "networks": [{"port": "13520a53-2462-4a92-980a-702c5656dba5"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}]}}' 2018-11-19 06:42:07,767 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:42:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ef199c1-547f-48fc-b9a2-cdad3b161550 x-compute-request-id: req-8ef199c1-547f-48fc-b9a2-cdad3b161550 Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "adminPass": "28QzDZYZd5W7"}} 2018-11-19 06:42:07,768 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8ef199c1-547f-48fc-b9a2-cdad3b161550 2018-11-19 06:42:07,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:07,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42: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-364c4da5-0706-4b98-90c0-13ee9293312c x-compute-request-id: req-364c4da5-0706-4b98-90c0-13ee9293312c 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.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:42:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:07,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-364c4da5-0706-4b98-90c0-13ee9293312c 2018-11-19 06:42:07,980 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst 2018-11-19 06:42:07,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:08,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42: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-b13157f2-58ab-4411-b0ad-d54b3066f067 x-compute-request-id: req-b13157f2-58ab-4411-b0ad-d54b3066f067 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.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:42:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:08,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-b13157f2-58ab-4411-b0ad-d54b3066f067 2018-11-19 06:42:08,391 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - BUILD 2018-11-19 06:42:08,391 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:42:11,394 - create_instance - DEBUG - VM status query timeout in 896.585438967 2018-11-19 06:42:11,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:12,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86af6528-bcd2-4b11-8397-eeec0391b325 x-compute-request-id: req-86af6528-bcd2-4b11-8397-eeec0391b325 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.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:42:09Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:12,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-86af6528-bcd2-4b11-8397-eeec0391b325 2018-11-19 06:42:12,471 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - BUILD 2018-11-19 06:42:12,471 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:42:15,474 - create_instance - DEBUG - VM status query timeout in 892.505400896 2018-11-19 06:42:15,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:16,092 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4ee6c95-8129-40b4-a0a3-64f0b91d8a7d x-compute-request-id: req-e4ee6c95-8129-40b4-a0a3-64f0b91d8a7d Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:16,092 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-e4ee6c95-8129-40b4-a0a3-64f0b91d8a7d 2018-11-19 06:42:16,092 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:16,093 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:42:16,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:16,737 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36134c09-83ff-43c1-8ef9-03c8363fa50d x-compute-request-id: req-36134c09-83ff-43c1-8ef9-03c8363fa50d Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:16,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-36134c09-83ff-43c1-8ef9-03c8363fa50d 2018-11-19 06:42:16,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:16,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2d698205-2aa9-46e9-93fe-315983ba0c4e Date: Mon, 19 Nov 2018 06:42: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":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:16,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-2d698205-2aa9-46e9-93fe-315983ba0c4e 2018-11-19 06:42:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:17,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929dea86-196d-422b-ae93-d1e06fc670f3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:17,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-929dea86-196d-422b-ae93-d1e06fc670f3 2018-11-19 06:42:17,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:17,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2b1262ee-db0e-4b55-90d1-3ce140eeb358 Date: Mon, 19 Nov 2018 06:42:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:17,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-2b1262ee-db0e-4b55-90d1-3ce140eeb358 2018-11-19 06:42:17,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:17,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-71488fcd-dadf-4fc5-bd62-d18bc718b368 Date: Mon, 19 Nov 2018 06:42:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal","device_id":"98c95378-7a1f-49d3-bbde-16690ade4a17"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.3"}],"id":"5e1dde0c-d66f-402b-9763-33178ec3c6e6","security_groups":[],"mac_address":"fa:16:3e:00:f8:ec","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.4"}],"id":"8c7c3c3d-7fb2-4d26-9a36-23d1a9c03be1","security_groups":[],"mac_address":"fa:16:3e:6b:49:ee","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.2"}],"id":"ba0b3eeb-1db5-4786-b60d-4a53e6dc4b32","security_groups":[],"mac_address":"fa:16:3e:3c:ca:ce","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d68a191-110f-4799-b7f0-bbfe0af9fa85"}]} 2018-11-19 06:42:17,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-71488fcd-dadf-4fc5-bd62-d18bc718b368 2018-11-19 06:42:17,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:17,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff395878-c5a6-4f23-875c-5b5912ee564f x-compute-request-id: req-ff395878-c5a6-4f23-875c-5b5912ee564f Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:17,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-ff395878-c5a6-4f23-875c-5b5912ee564f 2018-11-19 06:42:17,952 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:17,952 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:42:17,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:18,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49aa723b-c22a-4a33-bf76-8756484c2f98 x-compute-request-id: req-49aa723b-c22a-4a33-bf76-8756484c2f98 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:18,385 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-49aa723b-c22a-4a33-bf76-8756484c2f98 2018-11-19 06:42:18,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:18,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b9b1a111-48a4-47e1-b0f3-b842c71f74f2 Date: Mon, 19 Nov 2018 06:42:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:18,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-b9b1a111-48a4-47e1-b0f3-b842c71f74f2 2018-11-19 06:42:18,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:18,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ca04e8-5e41-4ee8-8ac1-0f2ac7234991 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:18,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-32ca04e8-5e41-4ee8-8ac1-0f2ac7234991 2018-11-19 06:42:18,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:18,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ea9580ca-7408-4b4a-a9da-83d5d50f4d80 Date: Mon, 19 Nov 2018 06:42:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:18,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-ea9580ca-7408-4b4a-a9da-83d5d50f4d80 2018-11-19 06:42:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:18,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3862 X-Openstack-Request-Id: req-74cbfedb-a179-44bf-8950-90452f2da934 Date: Mon, 19 Nov 2018 06:42:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:13Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal","device_id":"98c95378-7a1f-49d3-bbde-16690ade4a17"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.3"}],"id":"5e1dde0c-d66f-402b-9763-33178ec3c6e6","security_groups":[],"mac_address":"fa:16:3e:00:f8:ec","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.4"}],"id":"8c7c3c3d-7fb2-4d26-9a36-23d1a9c03be1","security_groups":[],"mac_address":"fa:16:3e:6b:49:ee","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.2"}],"id":"ba0b3eeb-1db5-4786-b60d-4a53e6dc4b32","security_groups":[],"mac_address":"fa:16:3e:3c:ca:ce","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d68a191-110f-4799-b7f0-bbfe0af9fa85"}]} 2018-11-19 06:42:18,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-74cbfedb-a179-44bf-8950-90452f2da934 2018-11-19 06:42:18,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}}' 2018-11-19 06:42:20,274 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:42:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c8b4bf95-8409-4195-be06-3151e2c5cec4 x-compute-request-id: req-c8b4bf95-8409-4195-be06-3151e2c5cec4 Content-Length: 0 Content-Type: application/json 2018-11-19 06:42:20,274 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17/action used request id req-c8b4bf95-8409-4195-be06-3151e2c5cec4 2018-11-19 06:42:20,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:20,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3b24d99-5613-433b-9105-1c3202f598ed x-compute-request-id: req-b3b24d99-5613-433b-9105-1c3202f598ed Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:20,618 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-b3b24d99-5613-433b-9105-1c3202f598ed 2018-11-19 06:42:20,618 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:20,618 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:42:20,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:21,094 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76560424-ff27-49dd-a69b-f991aeffa4d1 x-compute-request-id: req-76560424-ff27-49dd-a69b-f991aeffa4d1 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:21,094 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-76560424-ff27-49dd-a69b-f991aeffa4d1 2018-11-19 06:42:21,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:21,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-13706603-aaab-41ea-b034-34140c7ca761 Date: Mon, 19 Nov 2018 06:42:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:21,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-13706603-aaab-41ea-b034-34140c7ca761 2018-11-19 06:42:21,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:21,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5849db39-8908-4bf7-8de0-021efae97717 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:21,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-5849db39-8908-4bf7-8de0-021efae97717 2018-11-19 06:42:21,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:21,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-40f57851-d0d9-45c9-a737-1131ae0ea598 Date: Mon, 19 Nov 2018 06:42:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:21,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-40f57851-d0d9-45c9-a737-1131ae0ea598 2018-11-19 06:42:21,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:21,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-c88ddd32-5035-4cef-9ff6-d20c943a6be4 Date: Mon, 19 Nov 2018 06:42:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["c33c8829-9a3d-47b3-bf7f-7ac58075a959","dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal","device_id":"98c95378-7a1f-49d3-bbde-16690ade4a17"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.3"}],"id":"5e1dde0c-d66f-402b-9763-33178ec3c6e6","security_groups":[],"mac_address":"fa:16:3e:00:f8:ec","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.4"}],"id":"8c7c3c3d-7fb2-4d26-9a36-23d1a9c03be1","security_groups":[],"mac_address":"fa:16:3e:6b:49:ee","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.2"}],"id":"ba0b3eeb-1db5-4786-b60d-4a53e6dc4b32","security_groups":[],"mac_address":"fa:16:3e:3c:ca:ce","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d68a191-110f-4799-b7f0-bbfe0af9fa85"}]} 2018-11-19 06:42:21,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-c88ddd32-5035-4cef-9ff6-d20c943a6be4 2018-11-19 06:42:21,449 - create_instance_tests - INFO - Looking for IP 10.55.1.7 in the console log 2018-11-19 06:42:21,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:22,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e5365071-f28a-48f9-b609-c94b63739134 x-compute-request-id: req-e5365071-f28a-48f9-b609-c94b63739134 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:22,049 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-e5365071-f28a-48f9-b609-c94b63739134 2018-11-19 06:42:22,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:42:23,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1e37955-8456-4e7d-bb83-1559663003d7 x-compute-request-id: req-e1e37955-8456-4e7d-bb83-1559663003d7 Content-Encoding: gzip Content-Length: 9619 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000ffdc000-0x000000000fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0xffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x0fb16000-0x0ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000000FFE1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000000FFE142F 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000000FFE0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000000FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000000FFE14A3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000000ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x0ffd7000-0x0ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 522934649 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128001] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.129664] pid_max: default: 32768 minimum: 301\n[ 0.130567] ACPI: Core revision 20150930\n[ 0.131967] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133281] Security Framework initialized\n[ 0.134104] Yama: becoming mindful.\n[ 0.134838] AppArmor: AppArmor initialized\n[ 0.135695] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.136994] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.138255] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139461] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140835] Initializing cgroup subsys io\n[ 0.141656] Initializing cgroup subsys memory\n[ 0.142526] Initializing cgroup subsys devices\n[ 0.143409] Initializing cgroup subsys freezer\n[ 0.144281] Initializing cgroup subsys net_cls\n[ 0.145155] Initializing cgroup subsys perf_event\n[ 0.146069] Initializing cgroup subsys net_prio\n[ 0.146954] Initializing cgroup subsys hugetlb\n[ 0.147829] Initializing cgroup subsys pids\n[ 0.148703] CPU: Physical Processor ID: 0\n[ 0.150197] mce: CPU supports 10 MCE banks\n[ 0.151046] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152051] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.154331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.160775] ftrace: allocating 31920 entries in 125 pages\n[ 0.187064] smpboot: Max logical packages: 2\n[ 0.187920] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189117] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190470] x2apic enabled\n[ 0.191292] Switched APIC routing to physical x2apic.\n[ 0.193057] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194286] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196452] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198414] KVM setup paravirtual spinlock\n[ 0.199836] x86: Booting SMP configuration:\n[ 0.200734] .... node #0, CPUs: #1\n[ 0.201626] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.223330] x86: Booted up 1 node, 2 CPUs\n[ 0.223331] KVM setup async PF for cpu 1\n[ 0.223334] kvm-stealtime: cpu 1, msr f90d940\n[ 0.225916] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.227421] devtmpfs: initialized\n[ 0.229139] evm: security.selinux\n[ 0.229832] evm: security.SMACK64\n[ 0.230507] evm: security.SMACK64EXEC\n[ 0.231242] evm: security.SMACK64TRANSMUTE\n[ 0.232101] evm: security.SMACK64MMAP\n[ 0.232836] evm: security.ima\n[ 0.233460] evm: security.capability\n[ 0.234309] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236209] pinctrl core: initialized pinctrl subsystem\n[ 0.237334] RTC time: 6:42:12, date: 11/19/18\n[ 0.238330] NET: Registered protocol family 16\n[ 0.248210] cpuidle: using governor ladder\n[ 0.260296] cpuidle: using governor menu\n[ 0.261114] PCCT header not found.\n[ 0.261873] ACPI: bus type PCI registered\n[ 0.262651] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263926] PCI: Using configuration type 1 for base access\n[ 0.277317] ACPI: Added _OSI(Module Device)\n[ 0.278165] ACPI: Added _OSI(Processor Device)\n[ 0.279001] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.279874] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.282167] ACPI: Interpreter enabled\n[ 0.282916] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.284709] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.286508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290095] ACPI: (supports S0 S5)\n[ 0.290782] ACPI: Using IOAPIC for interrupt routing\n[ 0.291827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295173] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.296284] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297475] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298637] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.300825] acpiphp: Slot [3] registered\n[ 0.301604] acpiphp: Slot [4] registered\n[ 0.302382] acpiphp: Slot [5] registered\n[ 0.303164] acpiphp: Slot [6] registered\n[ 0.303939] acpiphp: Slot [7] registered\n[ 0.304712] acpiphp: Slot [8] registered\n[ 0.305490] acpiphp: Slot [9] registered\n[ 0.306282] acpiphp: Slot [10] registered\n[ 0.317126] acpiphp: Slot [11] registered\n[ 0.317942] acpiphp: Slot [12] registered\n[ 0.318729] acpiphp: Slot [13] registered\n[ 0.319520] acpiphp: Slot [14] registered\n[ 0.320310] acpiphp: Slot [15] registered\n[ 0.321104] acpiphp: Slot [16] registered\n[ 0.321900] acpiphp: Slot [17] registered\n[ 0.322685] acpiphp: Slot [18] registered\n[ 0.323474] acpiphp: Slot [19] registered\n[ 0.324263] acpiphp: Slot [20] registered\n[ 0.325053] acpiphp: Slot [21] registered\n[ 0.325840] acpiphp: Slot [22] registered\n[ 0.326634] acpiphp: Slot [23] registered\n[ 0.327426] acpiphp: Slot [24] registered\n[ 0.328244] acpiphp: Slot [25] registered\n[ 0.329036] acpiphp: Slot [26] registered\n[ 0.329826] acpiphp: Slot [27] registered\n[ 0.330616] acpiphp: Slot [28] registered\n[ 0.331411] acpiphp: Slot [29] registered\n[ 0.332217] acpiphp: Slot [30] registered\n[ 0.333008] acpiphp: Slot [31] registered\n[ 0.333794] PCI host bridge to bus 0000:00\n[ 0.334578] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335762] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338350] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.339754] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345928] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348300] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.349527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.356006] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.357401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.402953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.404416] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.405810] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.407224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408585] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409845] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.411030] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.412049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413549] vgaarb: loaded\n[ 0.414139] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415252] SCSI subsystem initialized\n[ 0.416072] ACPI: bus type USB registered\n[ 0.416872] usbcore: registered new interface driver usbfs\n[ 0.417875] usbcore: registered new interface driver hub\n[ 0.418854] usbcore: registered new device driver usb\n[ 0.419921] PCI: Using ACPI for IRQ routing\n[ 0.420933] NetLabel: Initializing\n[ 0.421628] NetLabel: domain hash size = 128\n[ 0.422475] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.423403] NetLabel: unlabeled traffic allowed by default\n[ 0.424507] clocksource: Switched to clocksource kvm-clock\n[ 0.430372] AppArmor: AppArmor Filesystem Enabled\n[ 0.431318] pnp: PnP ACPI init\n[ 0.432228] pnp: PnP ACPI: found 5 devices\n[ 0.439304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.440968] NET: Registered protocol family 2\n[ 0.441928] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.443168] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.444292] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.445421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.446465] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.447589] NET: Registered protocol family 1\n[ 0.448427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.449678] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.450843] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.469612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.488608] Trying to unpack rootfs image as initramfs...\n[ 0.539770] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.554561] Scanning for low memory corruption every 60 seconds\n[ 0.556558] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.558266] audit: initializing netlink subsys (disabled)\n[ 0.559798] audit: type=2000 audit(1542609733.579:1): initialized\n[ 0.561688] Initialise system trusted keyring\n[ 0.563068] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564824] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.567518] zbud: loaded\n[ 0.568498] VFS: Disk quotas dquot_6.6.0\n[ 0.569690] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.571920] fuse init (API version 7.23)\n[ 0.573205] Key type big_key registered\n[ 0.578285] Allocating IMA MOK and blacklist keyrings.\n[ 0.580240] Key type asymmetric registered\n[ 0.581447] Asymmetric key parser 'x509' registered\n[ 0.582877] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.585054] io scheduler noop registered\n[ 0.586206] io scheduler deadline registered (default)\n[ 0.587660] io scheduler cfq registered\n[ 0.588876] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.590430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.592324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.594397] ACPI: Power Button [PWRF]\n[ 0.595298] GHES: HEST is not enabled!\n[ 0.613785] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.652227] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.655037] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.679532] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.682312] Linux agpgart interface v0.103\n[ 0.685547] brd: module loaded\n[ 0.687016] loop: module loaded\n[ 0.692771] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.694194] GPT:90111 != 20971519\n[ 0.694874] GPT:Alternate GPT header not at the end of the disk.\n[ 0.695971] GPT:90111 != 20971519\n[ 0.696649] GPT: Use GNU Parted to correct GPT errors.\n[ 0.697597] vda: vda1 vda15\n[ 0.699410] scsi host0: ata_piix\n[ 0.700201] scsi host1: ata_piix\n[ 0.700913] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.702104] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.703344] libphy: Fixed MDIO Bus: probed\n[ 0.704263] tun: Universal TUN/TAP device driver, 1.6\n[ 0.705230] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.707350] PPP generic driver version 2.4.2\n[ 0.708582] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.710139] ehci-pci: EHCI PCI platform driver\n[ 0.711198] ehci-platform: EHCI generic platform driver\n[ 0.712406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.713699] ohci-pci: OHCI PCI platform driver\n[ 0.714688] ohci-platform: OHCI generic platform driver\n[ 0.715811] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.735101] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.736142] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.737641] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.738712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.739801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.740988] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.742369] usb usb1: Product: UHCI Host Controller\n[ 0.743278] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.744377] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.745448] hub 1-0:1.0: USB hub found\n[ 0.746216] hub 1-0:1.0: 2 ports detected\n[ 0.747104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.749171] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.750096] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751214] mousedev: PS/2 mouse device common for all mice\n[ 0.752503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.754340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.755455] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.756614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.757780] i2c /dev entries driver\n[ 0.758536] device-mapper: uevent: version 1.0.3\n[ 0.759498] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.761079] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.762433] NET: Registered protocol family 10\n[ 0.763452] NET: Registered protocol family 17\n[ 0.764317] Key type dns_resolver registered\n[ 0.765262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.766359] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.768174] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.769926] registered taskstats version 1\n[ 0.770744] Loading compiled-in X.509 certificates\n[ 0.772154] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.773947] zswap: loaded using pool lzo/zbud\n[ 0.775957] Key type trusted registered\n[ 0.777793] Key type encrypted registered\n[ 0.778586] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.779577] ima: No TPM chip found, activating TPM-bypass!\n[ 0.780590] evm: HMAC attrs: 0x1\n[ 0.781562] Magic number: 10:776:721\n[ 0.782330] block loop1: hash matches\n[ 0.793539] rtc_cmos 00:00: setting system clock to 2018-11-19 06:42:13 UTC (1542609733)\n[ 0.795123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.796196] EDD information not available.\n[ 0.861867] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.863359] Write protecting the kernel read-only data: 14336k\n[ 0.865007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.866824] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.69\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.926078] 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.75\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.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.96. 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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSleHhm7aAWdeRN01Amd3HnJuems1/q/OoOR7giDbSniOT0BFRwOz2seIjFOfVY+B2cZ9L/grIU6GShEUlX86Rtz9JHGd7CxTnzONbclAz24Fh838lzYB4NVow2hMItOnrFfSOyB9sCTn5MzmJ9WvQpQngcgBA1GnDpof7omL66raoonn/WZSkL5OMapJPaCYzb6Qkc+eYvhS82OZ5xOzxLjDrdgLTMUvRJzZu++f9LuAxAUhhGgoLHrK3sp4wqehRr005FT+aHqDyrREJmt0sgsQjD0im8c6sfQyDtTtv/oDuTnTh9HpuIFHN0an/zvWranr5lOVOXshNAUf/tuYl root@createinstancesinglenetworktests-be474cc0-4506-4bd7-8b5d-e15140\nssh-dss AAAAB3NzaC1kc3MAAACBAIYCrtCIjtLVPVIbcGNcXzJKh+aY6d5y6yuqyxLzNkGD7B2gW/gZ+/qJHqL9HLSXkccgebgv28khVmCvPecG/A6q2FVLi/Lu+D95xknlq8CpEDlvdaqifjtEiSI7Gn45hGkkH94vtszBEQI8hnllsBMSElIhRBqj4p3ovT+90paJAAAAFQD4F5INVZ6cfGWHQwTQBp3lfpl8SwAAAIA6tryxOq3ig8gfoaTVUB9vEzhEMTCiM/vP4CNPaaBmY6d2EpsW8RqxT4HN0tUVnc3+ULJVRsuJFwn9omaIbh/0K33PNiPp5As+3PtHwmnsMZtyu2CSOSvjCtQN6Co3QR76/KmYopuMCwU85/sFoglnRFigYZTiSgpcVFbUSROwAQAAAIBNpRytg3ne5UE5NcvP0D5KpoaL55r7ssVs5g8bUhukswLsZvAonxBzZkAtjdvHfff9LGuoJQgBUqsGjEywSQd6nfRGjcsXv5NegMP4fo3QFobp9uhfGHXOuDg8pZUMrwtmUyDQkN1oTK3lOMqsf0Roel1ZxuKOWbr5VSbhgwsUxw== root@createinstancesinglenetworktests-be474cc0-4506-4bd7-8b5d-e15140\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:feba:8716/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.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-be474cc0-4506-4bd7-8b5d-e15140\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.85 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-be474cc0-4506-4bd7-8b5d-e15140 login: "} 2018-11-19 06:42:23,147 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17/action used request id req-e1e37955-8456-4e7d-bb83-1559663003d7 2018-11-19 06:42:23,149 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:42:23,149 - 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 522934649 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128001] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.129664] pid_max: default: 32768 minimum: 301 [ 0.130567] ACPI: Core revision 20150930 [ 0.131967] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.133281] Security Framework initialized [ 0.134104] Yama: becoming mindful. [ 0.134838] AppArmor: AppArmor initialized [ 0.135695] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.136994] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.138255] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139461] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140835] Initializing cgroup subsys io [ 0.141656] Initializing cgroup subsys memory [ 0.142526] Initializing cgroup subsys devices [ 0.143409] Initializing cgroup subsys freezer [ 0.144281] Initializing cgroup subsys net_cls [ 0.145155] Initializing cgroup subsys perf_event [ 0.146069] Initializing cgroup subsys net_prio [ 0.146954] Initializing cgroup subsys hugetlb [ 0.147829] Initializing cgroup subsys pids [ 0.148703] CPU: Physical Processor ID: 0 [ 0.150197] mce: CPU supports 10 MCE banks [ 0.151046] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152051] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.154331] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.160775] ftrace: allocating 31920 entries in 125 pages [ 0.187064] smpboot: Max logical packages: 2 [ 0.187920] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189117] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190470] x2apic enabled [ 0.191292] Switched APIC routing to physical x2apic. [ 0.193057] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194286] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196452] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198414] KVM setup paravirtual spinlock [ 0.199836] x86: Booting SMP configuration: [ 0.200734] .... node #0, CPUs: #1 [ 0.201626] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.223330] x86: Booted up 1 node, 2 CPUs [ 0.223331] KVM setup async PF for cpu 1 [ 0.223334] kvm-stealtime: cpu 1, msr f90d940 [ 0.225916] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.227421] devtmpfs: initialized [ 0.229139] evm: security.selinux [ 0.229832] evm: security.SMACK64 [ 0.230507] evm: security.SMACK64EXEC [ 0.231242] evm: security.SMACK64TRANSMUTE [ 0.232101] evm: security.SMACK64MMAP [ 0.232836] evm: security.ima [ 0.233460] evm: security.capability [ 0.234309] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236209] pinctrl core: initialized pinctrl subsystem [ 0.237334] RTC time: 6:42:12, date: 11/19/18 [ 0.238330] NET: Registered protocol family 16 [ 0.248210] cpuidle: using governor ladder [ 0.260296] cpuidle: using governor menu [ 0.261114] PCCT header not found. [ 0.261873] ACPI: bus type PCI registered [ 0.262651] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.263926] PCI: Using configuration type 1 for base access [ 0.277317] ACPI: Added _OSI(Module Device) [ 0.278165] ACPI: Added _OSI(Processor Device) [ 0.279001] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.279874] ACPI: Added _OSI(Processor Aggregator Device) [ 0.282167] ACPI: Interpreter enabled [ 0.282916] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.284709] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.286508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288296] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290095] ACPI: (supports S0 S5) [ 0.290782] ACPI: Using IOAPIC for interrupt routing [ 0.291827] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295173] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.296284] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297475] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298637] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.300825] acpiphp: Slot [3] registered [ 0.301604] acpiphp: Slot [4] registered [ 0.302382] acpiphp: Slot [5] registered [ 0.303164] acpiphp: Slot [6] registered [ 0.303939] acpiphp: Slot [7] registered [ 0.304712] acpiphp: Slot [8] registered [ 0.305490] acpiphp: Slot [9] registered [ 0.306282] acpiphp: Slot [10] registered [ 0.317126] acpiphp: Slot [11] registered [ 0.317942] acpiphp: Slot [12] registered [ 0.318729] acpiphp: Slot [13] registered [ 0.319520] acpiphp: Slot [14] registered [ 0.320310] acpiphp: Slot [15] registered [ 0.321104] acpiphp: Slot [16] registered [ 0.321900] acpiphp: Slot [17] registered [ 0.322685] acpiphp: Slot [18] registered [ 0.323474] acpiphp: Slot [19] registered [ 0.324263] acpiphp: Slot [20] registered [ 0.325053] acpiphp: Slot [21] registered [ 0.325840] acpiphp: Slot [22] registered [ 0.326634] acpiphp: Slot [23] registered [ 0.327426] acpiphp: Slot [24] registered [ 0.328244] acpiphp: Slot [25] registered [ 0.329036] acpiphp: Slot [26] registered [ 0.329826] acpiphp: Slot [27] registered [ 0.330616] acpiphp: Slot [28] registered [ 0.331411] acpiphp: Slot [29] registered [ 0.332217] acpiphp: Slot [30] registered [ 0.333008] acpiphp: Slot [31] registered [ 0.333794] PCI host bridge to bus 0000:00 [ 0.334578] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.335762] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336942] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.338350] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.339754] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.345928] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.347162] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.348300] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.349527] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.356006] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.357401] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.402953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.404416] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.405810] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.407224] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.408585] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.409845] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.411030] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.412049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.413549] vgaarb: loaded [ 0.414139] vgaarb: bridge control possible 0000:00:02.0 [ 0.415252] SCSI subsystem initialized [ 0.416072] ACPI: bus type USB registered [ 0.416872] usbcore: registered new interface driver usbfs [ 0.417875] usbcore: registered new interface driver hub [ 0.418854] usbcore: registered new device driver usb [ 0.419921] PCI: Using ACPI for IRQ routing [ 0.420933] NetLabel: Initializing [ 0.421628] NetLabel: domain hash size = 128 [ 0.422475] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.423403] NetLabel: unlabeled traffic allowed by default [ 0.424507] clocksource: Switched to clocksource kvm-clock [ 0.430372] AppArmor: AppArmor Filesystem Enabled [ 0.431318] pnp: PnP ACPI init [ 0.432228] pnp: PnP ACPI: found 5 devices [ 0.439304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.440968] NET: Registered protocol family 2 [ 0.441928] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.443168] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.444292] TCP: Hash tables configured (established 2048 bind 2048) [ 0.445421] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.446465] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.447589] NET: Registered protocol family 1 [ 0.448427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.449678] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.450843] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.469612] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.488608] Trying to unpack rootfs image as initramfs... [ 0.539770] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.554561] Scanning for low memory corruption every 60 seconds [ 0.556558] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.558266] audit: initializing netlink subsys (disabled) [ 0.559798] audit: type=2000 audit(1542609733.579:1): initialized [ 0.561688] Initialise system trusted keyring [ 0.563068] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564824] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.567518] zbud: loaded [ 0.568498] VFS: Disk quotas dquot_6.6.0 [ 0.569690] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.571920] fuse init (API version 7.23) [ 0.573205] Key type big_key registered [ 0.578285] Allocating IMA MOK and blacklist keyrings. [ 0.580240] Key type asymmetric registered [ 0.581447] Asymmetric key parser 'x509' registered [ 0.582877] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.585054] io scheduler noop registered [ 0.586206] io scheduler deadline registered (default) [ 0.587660] io scheduler cfq registered [ 0.588876] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.590430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.592324] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.594397] ACPI: Power Button [PWRF] [ 0.595298] GHES: HEST is not enabled! [ 0.613785] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.652227] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.655037] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.679532] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.682312] Linux agpgart interface v0.103 [ 0.685547] brd: module loaded [ 0.687016] loop: module loaded [ 0.692771] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.694194] GPT:90111 != 20971519 [ 0.694874] GPT:Alternate GPT header not at the end of the disk. [ 0.695971] GPT:90111 != 20971519 [ 0.696649] GPT: Use GNU Parted to correct GPT errors. [ 0.697597] vda: vda1 vda15 [ 0.699410] scsi host0: ata_piix [ 0.700201] scsi host1: ata_piix [ 0.700913] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.702104] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.703344] libphy: Fixed MDIO Bus: probed [ 0.704263] tun: Universal TUN/TAP device driver, 1.6 [ 0.705230] tun: (C) 1999-2004 Max Krasnyansky [ 0.707350] PPP generic driver version 2.4.2 [ 0.708582] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.710139] ehci-pci: EHCI PCI platform driver [ 0.711198] ehci-platform: EHCI generic platform driver [ 0.712406] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.713699] ohci-pci: OHCI PCI platform driver [ 0.714688] ohci-platform: OHCI generic platform driver [ 0.715811] uhci_hcd: USB Universal Host Controller Interface driver [ 0.735101] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.736142] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.737641] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.738712] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.739801] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.740988] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.742369] usb usb1: Product: UHCI Host Controller [ 0.743278] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.744377] usb usb1: SerialNumber: 0000:00:01.2 [ 0.745448] hub 1-0:1.0: USB hub found [ 0.746216] hub 1-0:1.0: 2 ports detected [ 0.747104] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.749171] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.750096] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.751214] mousedev: PS/2 mouse device common for all mice [ 0.752503] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.754340] rtc_cmos 00:00: RTC can wake from S4 [ 0.755455] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.756614] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.757780] i2c /dev entries driver [ 0.758536] device-mapper: uevent: version 1.0.3 [ 0.759498] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.761079] ledtrig-cpu: registered to indicate activity on CPUs [ 0.762433] NET: Registered protocol family 10 [ 0.763452] NET: Registered protocol family 17 [ 0.764317] Key type dns_resolver registered [ 0.765262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.766359] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.768174] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.769926] registered taskstats version 1 [ 0.770744] Loading compiled-in X.509 certificates [ 0.772154] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.773947] zswap: loaded using pool lzo/zbud [ 0.775957] Key type trusted registered [ 0.777793] Key type encrypted registered [ 0.778586] AppArmor: AppArmor sha1 policy hashing enabled [ 0.779577] ima: No TPM chip found, activating TPM-bypass! [ 0.780590] evm: HMAC attrs: 0x1 [ 0.781562] Magic number: 10:776:721 [ 0.782330] block loop1: hash matches [ 0.793539] rtc_cmos 00:00: setting system clock to 2018-11-19 06:42:13 UTC (1542609733) [ 0.795123] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.796196] EDD information not available. [ 0.861867] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.863359] Write protecting the kernel read-only data: 14336k [ 0.865007] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.866824] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.69 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.926078] 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.75 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.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.96. 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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCSleHhm7aAWdeRN01Amd3HnJuems1/q/OoOR7giDbSniOT0BFRwOz2seIjFOfVY+B2cZ9L/grIU6GShEUlX86Rtz9JHGd7CxTnzONbclAz24Fh838lzYB4NVow2hMItOnrFfSOyB9sCTn5MzmJ9WvQpQngcgBA1GnDpof7omL66raoonn/WZSkL5OMapJPaCYzb6Qkc+eYvhS82OZ5xOzxLjDrdgLTMUvRJzZu++f9LuAxAUhhGgoLHrK3sp4wqehRr005FT+aHqDyrREJmt0sgsQjD0im8c6sfQyDtTtv/oDuTnTh9HpuIFHN0an/zvWranr5lOVOXshNAUf/tuYl root@createinstancesinglenetworktests-be474cc0-4506-4bd7-8b5d-e15140 ssh-dss AAAAB3NzaC1kc3MAAACBAIYCrtCIjtLVPVIbcGNcXzJKh+aY6d5y6yuqyxLzNkGD7B2gW/gZ+/qJHqL9HLSXkccgebgv28khVmCvPecG/A6q2FVLi/Lu+D95xknlq8CpEDlvdaqifjtEiSI7Gn45hGkkH94vtszBEQI8hnllsBMSElIhRBqj4p3ovT+90paJAAAAFQD4F5INVZ6cfGWHQwTQBp3lfpl8SwAAAIA6tryxOq3ig8gfoaTVUB9vEzhEMTCiM/vP4CNPaaBmY6d2EpsW8RqxT4HN0tUVnc3+ULJVRsuJFwn9omaIbh/0K33PNiPp5As+3PtHwmnsMZtyu2CSOSvjCtQN6Co3QR76/KmYopuMCwU85/sFoglnRFigYZTiSgpcVFbUSROwAQAAAIBNpRytg3ne5UE5NcvP0D5KpoaL55r7ssVs5g8bUhukswLsZvAonxBzZkAtjdvHfff9LGuoJQgBUqsGjEywSQd6nfRGjcsXv5NegMP4fo3QFobp9uhfGHXOuDg8pZUMrwtmUyDQkN1oTK3lOMqsf0Roel1ZxuKOWbr5VSbhgwsUxw== root@createinstancesinglenetworktests-be474cc0-4506-4bd7-8b5d-e15140 -----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:feba:8716/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.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-be474cc0-4506-4bd7-8b5d-e15140 launch-index: 0 === cirros: current=0.4.0 uptime=3.85 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-be474cc0-4506-4bd7-8b5d-e15140 login: 2018-11-19 06:42:23,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:23,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd1a2095-4ead-4a01-aba2-4cf4958a9b37 x-compute-request-id: req-bd1a2095-4ead-4a01-aba2-4cf4958a9b37 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:23,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-bd1a2095-4ead-4a01-aba2-4cf4958a9b37 2018-11-19 06:42:23,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8138283f-f178-4454-8898-f1087651077a Date: Mon, 19 Nov 2018 06:42:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:24,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-8138283f-f178-4454-8898-f1087651077a 2018-11-19 06:42:24,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565dde8f-958f-45ca-bd42-d9479e752a24 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:24,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-565dde8f-958f-45ca-bd42-d9479e752a24 2018-11-19 06:42:24,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c28d2343-5b14-44e6-b332-da00f390b4d7 Date: Mon, 19 Nov 2018 06:42:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:24,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-c28d2343-5b14-44e6-b332-da00f390b4d7 2018-11-19 06:42:24,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-125a081b-2b16-40aa-b998-2d4081a076b0 Date: Mon, 19 Nov 2018 06:42:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["c33c8829-9a3d-47b3-bf7f-7ac58075a959","dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal","device_id":"98c95378-7a1f-49d3-bbde-16690ade4a17"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.3"}],"id":"5e1dde0c-d66f-402b-9763-33178ec3c6e6","security_groups":[],"mac_address":"fa:16:3e:00:f8:ec","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.4"}],"id":"8c7c3c3d-7fb2-4d26-9a36-23d1a9c03be1","security_groups":[],"mac_address":"fa:16:3e:6b:49:ee","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.2"}],"id":"ba0b3eeb-1db5-4786-b60d-4a53e6dc4b32","security_groups":[],"mac_address":"fa:16:3e:3c:ca:ce","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d68a191-110f-4799-b7f0-bbfe0af9fa85"}]} 2018-11-19 06:42:24,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-125a081b-2b16-40aa-b998-2d4081a076b0 2018-11-19 06:42:24,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-cb72e6f5-02e6-4780-8368-c2868a7be5c3 Date: Mon, 19 Nov 2018 06:42:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:47Z", "admin_state_up": true, "updated_at": "2018-11-19T06:41:53Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "e37b2c89-559e-4894-ac7a-2e9db1393dc1", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router"}]} 2018-11-19 06:42:24,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router used request id req-cb72e6f5-02e6-4780-8368-c2868a7be5c3 2018-11-19 06:42:24,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76a0bfde-43dd-41a8-b6c4-4eaa483ede28 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:24,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-76a0bfde-43dd-41a8-b6c4-4eaa483ede28 2018-11-19 06:42:24,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=e37b2c89-559e-4894-ac7a-2e9db1393dc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-f6196c32-841a-4f7e-9917-89bea705dc2e Date: Mon, 19 Nov 2018 06:42:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"}]} 2018-11-19 06:42:24,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=e37b2c89-559e-4894-ac7a-2e9db1393dc1 used request id req-f6196c32-841a-4f7e-9917-89bea705dc2e 2018-11-19 06:42:24,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/cf513423-7ab3-40c8-b3e5-78b48ad05cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:24,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-e266b49a-ffe2-4c08-8076-4df86d3b40a8 Date: Mon, 19 Nov 2018 06:42:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}} 2018-11-19 06:42:24,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/cf513423-7ab3-40c8-b3e5-78b48ad05cb1 used request id req-e266b49a-ffe2-4c08-8076-4df86d3b40a8 2018-11-19 06:42:24,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:25,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2b063dfe-1704-4eba-a34b-e57d25275806 Date: Mon, 19 Nov 2018 06:42:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:42:25,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-2b063dfe-1704-4eba-a34b-e57d25275806 2018-11-19 06:42:25,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:25,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-89a76d33-1227-4dcc-ad87-e7958d199749 Date: Mon, 19 Nov 2018 06:42:25 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:42:25,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-89a76d33-1227-4dcc-ad87-e7958d199749 2018-11-19 06:42:25,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:25,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42: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-bd99e0fa-ec91-408c-9c46-4dbac0a7a639 x-compute-request-id: req-bd99e0fa-ec91-408c-9c46-4dbac0a7a639 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:25,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-bd99e0fa-ec91-408c-9c46-4dbac0a7a639 2018-11-19 06:42:25,741 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:25,741 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:42:25,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:26,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42: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-bbc5efdc-3922-45ee-bf3e-2091d88ed6e7 x-compute-request-id: req-bbc5efdc-3922-45ee-bf3e-2091d88ed6e7 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:26,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-bbc5efdc-3922-45ee-bf3e-2091d88ed6e7 2018-11-19 06:42:26,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:26,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e49519fe-3567-4670-b994-314331b7661a Date: Mon, 19 Nov 2018 06:42: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":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:26,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-e49519fe-3567-4670-b994-314331b7661a 2018-11-19 06:42:26,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:26,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64468a8d-150c-4019-b32e-5aaecf736aef Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:26,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-64468a8d-150c-4019-b32e-5aaecf736aef 2018-11-19 06:42:26,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:26,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e0191630-4a03-488a-aa8a-b65606382662 Date: Mon, 19 Nov 2018 06:42:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:26,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-e0191630-4a03-488a-aa8a-b65606382662 2018-11-19 06:42:26,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:26,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-3f61d754-b32f-49a0-adad-d8ec041d9451 Date: Mon, 19 Nov 2018 06:42:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["c33c8829-9a3d-47b3-bf7f-7ac58075a959","dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal","device_id":"98c95378-7a1f-49d3-bbde-16690ade4a17"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.3"}],"id":"5e1dde0c-d66f-402b-9763-33178ec3c6e6","security_groups":[],"mac_address":"fa:16:3e:00:f8:ec","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.4"}],"id":"8c7c3c3d-7fb2-4d26-9a36-23d1a9c03be1","security_groups":[],"mac_address":"fa:16:3e:6b:49:ee","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.2"}],"id":"ba0b3eeb-1db5-4786-b60d-4a53e6dc4b32","security_groups":[],"mac_address":"fa:16:3e:3c:ca:ce","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d68a191-110f-4799-b7f0-bbfe0af9fa85"}]} 2018-11-19 06:42:26,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-3f61d754-b32f-49a0-adad-d8ec041d9451 2018-11-19 06:42:26,422 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:42:26,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:26,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-011e7df7-7c3a-4fa6-91d6-1ab234f0e691 Date: Mon, 19 Nov 2018 06:42:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:42:26,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-011e7df7-7c3a-4fa6-91d6-1ab234f0e691 2018-11-19 06:42:26,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:26,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-75135d67-bac8-4f75-a55f-e5c22788059f Date: Mon, 19 Nov 2018 06:42:26 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:42:26,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-75135d67-bac8-4f75-a55f-e5c22788059f 2018-11-19 06:42:26,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "13520a53-2462-4a92-980a-702c5656dba5"}}' 2018-11-19 06:42:29,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-cfb865b5-b303-4392-b1db-b4456853f0f7 Date: Mon, 19 Nov 2018 06:42:29 GMT RESP BODY: {"floatingip": {"router_id": "e37b2c89-559e-4894-ac7a-2e9db1393dc1", "status": "DOWN", "description": "", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:42:28Z", "updated_at": "2018-11-19T06:42:28Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.7", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "c3d17729425f44e588d39a5ac8beef66", "port_id": "13520a53-2462-4a92-980a-702c5656dba5", "id": "c4f6f27c-292a-4452-bee7-e1017c66a8db"}} 2018-11-19 06:42:29,235 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-cfb865b5-b303-4392-b1db-b4456853f0f7 2018-11-19 06:42:29,236 - create_instance - INFO - Created floating IP 172.30.9.203 via router - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router 2018-11-19 06:42:29,236 - create_instance - INFO - Checking if VM is active 2018-11-19 06:42:29,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:29,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8476428c-63e2-48b8-9923-b44ba9885550 x-compute-request-id: req-8476428c-63e2-48b8-9923-b44ba9885550 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:29,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-8476428c-63e2-48b8-9923-b44ba9885550 2018-11-19 06:42:29,569 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:29,570 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:42:29,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:30,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0202f469-0b0b-4999-b2a9-23f022a89dc2 x-compute-request-id: req-0202f469-0b0b-4999-b2a9-23f022a89dc2 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:87:16", "version": 4, "addr": "10.55.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp"}, {"name": "default"}], "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:13Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:30,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-0202f469-0b0b-4999-b2a9-23f022a89dc2 2018-11-19 06:42:30,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:30,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7b0948be-6f8e-43fe-9a12-fa2a2b5b9671 Date: Mon, 19 Nov 2018 06:42: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":["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"],"updated_at":"2018-11-19T06:41:43Z","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"c3d17729425f44e588d39a5ac8beef66","id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net"}]} 2018-11-19 06:42:30,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net used request id req-7b0948be-6f8e-43fe-9a12-fa2a2b5b9671 2018-11-19 06:42:30,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:30,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a7d3744-2b55-430b-a3a9-b548f3c4c2e5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:30,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-1a7d3744-2b55-430b-a3a9-b548f3c4c2e5 2018-11-19 06:42:30,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:30,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-03486c69-387b-47b8-81c0-690d57a149eb Date: Mon, 19 Nov 2018 06:42:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:43Z","dns_nameservers":[],"updated_at":"2018-11-19T06:41: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":"c3d17729425f44e588d39a5ac8beef66","id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet"}]} 2018-11-19 06:42:30,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-03486c69-387b-47b8-81c0-690d57a149eb 2018-11-19 06:42:30,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:30,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3901 X-Openstack-Request-Id: req-baa0674a-e607-4f10-af73-f3166478bc37 Date: Mon, 19 Nov 2018 06:42:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.7"}],"id":"13520a53-2462-4a92-980a-702c5656dba5","security_groups":["c33c8829-9a3d-47b3-bf7f-7ac58075a959","dbe99f37-2ddf-4af6-b2c9-4ba067a9f481"],"mac_address":"fa:16:3e:ba:87:16","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:42:03Z","binding:vnic_type":"normal","device_id":"98c95378-7a1f-49d3-bbde-16690ade4a17"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:46Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.3"}],"id":"5e1dde0c-d66f-402b-9763-33178ec3c6e6","security_groups":[],"mac_address":"fa:16:3e:00:f8:ec","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:42:07Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.1"}],"id":"5f877bc1-353f-47db-8c07-cac029a6980b","security_groups":[],"mac_address":"fa:16:3e:0e:0b:b7","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:53Z","binding:vnic_type":"normal","device_id":"e37b2c89-559e-4894-ac7a-2e9db1393dc1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:47Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.4"}],"id":"8c7c3c3d-7fb2-4d26-9a36-23d1a9c03be1","security_groups":[],"mac_address":"fa:16:3e:6b:49:ee","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:45Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-4d68a191-110f-4799-b7f0-bbfe0af9fa85"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:41:45Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"cf513423-7ab3-40c8-b3e5-78b48ad05cb1","ip_address":"10.55.1.2"}],"id":"ba0b3eeb-1db5-4786-b60d-4a53e6dc4b32","security_groups":[],"mac_address":"fa:16:3e:3c:ca:ce","project_id":"c3d17729425f44e588d39a5ac8beef66","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"4d68a191-110f-4799-b7f0-bbfe0af9fa85","tenant_id":"c3d17729425f44e588d39a5ac8beef66","created_at":"2018-11-19T06:41:44Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-4d68a191-110f-4799-b7f0-bbfe0af9fa85"}]} 2018-11-19 06:42:30,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-baa0674a-e607-4f10-af73-f3166478bc37 2018-11-19 06:42:30,384 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:42:30,387 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f78ccd0L 2018-11-19 06:42:30,388 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:42:30,388 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:42:30,388 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:42:30,389 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:42:30,389 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:42:30,390 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:42:30,390 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:42:30,390 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:42:30,390 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:42:30,407 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:42:30,408 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:42:30,420 - paramiko.transport - DEBUG - Trying key ad9d8b121c332d67bf4954420bc14f9c from tmp/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402 2018-11-19 06:42:30,446 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:42:30,449 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:42:30,549 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:42:30,566 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:42:30,566 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:42:30,568 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f78c450L 2018-11-19 06:42:30,568 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:42:30,569 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:42:30,569 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:42:30,570 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:42:30,570 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:42:30,570 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:42:30,570 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:42:30,571 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:42:30,571 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:42:30,588 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:42:30,589 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:42:30,601 - paramiko.transport - DEBUG - Trying key ad9d8b121c332d67bf4954420bc14f9c from tmp/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402 2018-11-19 06:42:30,626 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:42:30,629 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:42:30,633 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:42:30,634 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:42:30,634 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:42:30,635 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:42:30,636 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:42:30,638 - create_instance - INFO - Deleting Floating IP - 172.30.9.203 2018-11-19 06:42:30,638 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2018-11-19 06:42:30,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/c4f6f27c-292a-4452-bee7-e1017c66a8db -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:31,637 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce8c7eed-84a0-48d7-8caf-729a02b8b18d Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:31,637 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/c4f6f27c-292a-4452-bee7-e1017c66a8db used request id req-ce8c7eed-84a0-48d7-8caf-729a02b8b18d 2018-11-19 06:42:31,637 - create_instance - INFO - Deleting Port with ID - 13520a53-2462-4a92-980a-702c5656dba5 2018-11-19 06:42:31,637 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402port-1 2018-11-19 06:42:31,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/13520a53-2462-4a92-980a-702c5656dba5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:33,518 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a321c459-3318-4b7d-af46-2ef84396115e Date: Mon, 19 Nov 2018 06:42:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:33,518 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/13520a53-2462-4a92-980a-702c5656dba5 used request id req-a321c459-3318-4b7d-af46-2ef84396115e 2018-11-19 06:42:33,519 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst 2018-11-19 06:42:33,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:33,696 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:42:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74d41f1b-fc40-4169-b4ab-6caba31edba6 x-compute-request-id: req-74d41f1b-fc40-4169-b4ab-6caba31edba6 Content-Type: application/json 2018-11-19 06:42:33,696 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-74d41f1b-fc40-4169-b4ab-6caba31edba6 2018-11-19 06:42:33,696 - create_instance - INFO - Checking deletion status 2018-11-19 06:42:33,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:33,797 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2fb362f1-8df0-4b5b-b19e-4361122bfd05 x-compute-request-id: req-2fb362f1-8df0-4b5b-b19e-4361122bfd05 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.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:33Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:33,797 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-2fb362f1-8df0-4b5b-b19e-4361122bfd05 2018-11-19 06:42:33,797 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:33,797 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:42:36,801 - create_instance - DEBUG - VM status query timeout in 296.895902872 2018-11-19 06:42:36,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:37,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42: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-46c2f0bc-186b-42bb-8042-0c8d3f63fc04 x-compute-request-id: req-46c2f0bc-186b-42bb-8042-0c8d3f63fc04 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.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:33Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:37,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-46c2f0bc-186b-42bb-8042-0c8d3f63fc04 2018-11-19 06:42:37,056 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:37,056 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:42:40,059 - create_instance - DEBUG - VM status query timeout in 293.637091875 2018-11-19 06:42:40,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:40,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fae2a57-31b4-4d1f-8235-10cccbd62675 x-compute-request-id: req-9fae2a57-31b4-4d1f-8235-10cccbd62675 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.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/98c95378-7a1f-49d3-bbde-16690ade4a17", "rel": "bookmark"}], "image": {"id": "7b4da94e-912e-4a1c-940b-8b3d50714477", "links": [{"href": "http://172.30.9.21:8774/images/7b4da94e-912e-4a1c-940b-8b3d50714477", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:42:12.000000", "flavor": {"id": "39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "links": [{"href": "http://172.30.9.21:8774/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7", "rel": "bookmark"}]}, "id": "98c95378-7a1f-49d3-bbde-16690ade4a17", "user_id": "f12961bd8a2a46c9a891fb0ebf219fe8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:42:33Z", "hostId": "57f7b598e0d310803fd574470194f9844ea55a26cab129e0e5dbf5dd", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp", "name": "CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst", "created": "2018-11-19T06:42:07Z", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:42:40,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-9fae2a57-31b4-4d1f-8235-10cccbd62675 2018-11-19 06:42:40,318 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst] is - ACTIVE 2018-11-19 06:42:40,318 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:42:43,321 - create_instance - DEBUG - VM status query timeout in 290.374958038 2018-11-19 06:42:43,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da57d39aaeea3589602195c4ba80722db38c47eb" 2018-11-19 06:42:43,374 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-feb19822-6692-4a97-9fe9-199401ca6683 x-compute-request-id: req-feb19822-6692-4a97-9fe9-199401ca6683 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 98c95378-7a1f-49d3-bbde-16690ade4a17 could not be found.", "code": 404}} 2018-11-19 06:42:43,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/98c95378-7a1f-49d3-bbde-16690ade4a17 used request id req-feb19822-6692-4a97-9fe9-199401ca6683 2018-11-19 06:42:43,374 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 98c95378-7a1f-49d3-bbde-16690ade4a17 could not be found. (HTTP 404) (Request-ID: req-feb19822-6692-4a97-9fe9-199401ca6683) 2018-11-19 06:42:43,375 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-inst 2018-11-19 06:42:43,376 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp 2018-11-19 06:42:43,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e1864d3c712df2f6cf7f39f3b1b2f0e0df1e1a92" 2018-11-19 06:42:43,418 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-92ca8a85-e2df-46c2-a925-404f50009bd3 x-compute-request-id: req-92ca8a85-e2df-46c2-a925-404f50009bd3 Content-Length: 0 Content-Type: application/json 2018-11-19 06:42:43,419 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-kp used request id req-92ca8a85-e2df-46c2-a925-404f50009bd3 2018-11-19 06:42:43,419 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402.pub] 2018-11-19 06:42:43,420 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402] 2018-11-19 06:42:43,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f2c238dba62a9ada8a05ac8152e410b9306ff2c" 2018-11-19 06:42:43,462 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28fad114-6b20-40f4-80d8-fae94687c70b x-compute-request-id: req-28fad114-6b20-40f4-80d8-fae94687c70b Content-Length: 0 Content-Type: application/json 2018-11-19 06:42:43,462 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/39dddd7a-8e6b-4566-9b89-0ef6b79324a7 used request id req-28fad114-6b20-40f4-80d8-fae94687c70b 2018-11-19 06:42:43,463 - neutron_utils - INFO - Deleting security group rule with ID - ca15cc9f-f104-4f7d-b41b-dc9fea0cff57 2018-11-19 06:42:43,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ca15cc9f-f104-4f7d-b41b-dc9fea0cff57 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:42:43,738 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8bb445c4-540e-40b0-a4a7-ec4fea6518b7 Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:43,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ca15cc9f-f104-4f7d-b41b-dc9fea0cff57 used request id req-8bb445c4-540e-40b0-a4a7-ec4fea6518b7 2018-11-19 06:42:43,739 - neutron_utils - INFO - Deleting security group rule with ID - a65041af-9a20-4b98-bce7-5a4c5df3245c 2018-11-19 06:42:43,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/a65041af-9a20-4b98-bce7-5a4c5df3245c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:42:43,887 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ed148ff-57ae-4e70-b21c-85b56e2e7248 Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:43,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/a65041af-9a20-4b98-bce7-5a4c5df3245c used request id req-1ed148ff-57ae-4e70-b21c-85b56e2e7248 2018-11-19 06:42:43,887 - neutron_utils - INFO - Deleting security group rule with ID - 1d32cb1b-47ea-4bfc-a84b-f5f8532cce24 2018-11-19 06:42:43,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/1d32cb1b-47ea-4bfc-a84b-f5f8532cce24 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:42:43,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-562209f8-e8f1-4552-a762-0296559dd122 Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:43,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/1d32cb1b-47ea-4bfc-a84b-f5f8532cce24 used request id req-562209f8-e8f1-4552-a762-0296559dd122 2018-11-19 06:42:43,986 - neutron_utils - INFO - Deleting security group rule with ID - 1dffc2cf-6a8b-414a-a9ed-6f6791451a6c 2018-11-19 06:42:43,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/1dffc2cf-6a8b-414a-a9ed-6f6791451a6c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:42:44,263 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-39c1681c-fcea-4e03-aab5-1cc63219b474 Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:44,263 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/1dffc2cf-6a8b-414a-a9ed-6f6791451a6c used request id req-39c1681c-fcea-4e03-aab5-1cc63219b474 2018-11-19 06:42:44,263 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-sec-grp 2018-11-19 06:42:44,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c33c8829-9a3d-47b3-bf7f-7ac58075a959 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7cb1829fd6793ec8ae410a15a5422d3786cfd76c" 2018-11-19 06:42:44,461 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9d8e7939-7ae8-4591-ad53-0f71eeca88dc Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:44,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c33c8829-9a3d-47b3-bf7f-7ac58075a959 used request id req-9d8e7939-7ae8-4591-ad53-0f71eeca88dc 2018-11-19 06:42:44,462 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router and subnet CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet 2018-11-19 06:42:44,462 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router 2018-11-19 06:42:44,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" -d '{"subnet_id": "cf513423-7ab3-40c8-b3e5-78b48ad05cb1"}' 2018-11-19 06:42:46,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9c550197-be37-4c74-9356-02701487b858 Date: Mon, 19 Nov 2018 06:42:46 GMT RESP BODY: {"network_id": "4d68a191-110f-4799-b7f0-bbfe0af9fa85", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "subnet_id": "cf513423-7ab3-40c8-b3e5-78b48ad05cb1", "subnet_ids": ["cf513423-7ab3-40c8-b3e5-78b48ad05cb1"], "port_id": "5f877bc1-353f-47db-8c07-cac029a6980b", "id": "e37b2c89-559e-4894-ac7a-2e9db1393dc1"} 2018-11-19 06:42:46,116 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1/remove_router_interface used request id req-9c550197-be37-4c74-9356-02701487b858 2018-11-19 06:42:46,117 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router 2018-11-19 06:42:46,117 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-router 2018-11-19 06:42:46,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20b82e9c3fe2e7a633bda6549d4485935997fe7a" 2018-11-19 06:42:49,592 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ec82e4d-4652-4a38-9198-bb7f7c2da73d Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:49,592 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/e37b2c89-559e-4894-ac7a-2e9db1393dc1 used request id req-8ec82e4d-4652-4a38-9198-bb7f7c2da73d 2018-11-19 06:42:49,593 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet 2018-11-19 06:42:49,593 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-subnet 2018-11-19 06:42:49,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/cf513423-7ab3-40c8-b3e5-78b48ad05cb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:42:52,106 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8390973-cbd8-4dd0-a5f0-4c88d6527ab7 Date: Mon, 19 Nov 2018 06:42:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:52,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/cf513423-7ab3-40c8-b3e5-78b48ad05cb1 used request id req-d8390973-cbd8-4dd0-a5f0-4c88d6527ab7 2018-11-19 06:42:52,106 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-pub-net 2018-11-19 06:42:52,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/4d68a191-110f-4799-b7f0-bbfe0af9fa85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}522ba0f324c806b4cddfd4d231343054d8d0a11d" 2018-11-19 06:42:53,230 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87fb4033-35c8-4038-b861-c9d23f13877b Date: Mon, 19 Nov 2018 06:42:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:53,230 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4d68a191-110f-4799-b7f0-bbfe0af9fa85 used request id req-87fb4033-35c8-4038-b861-c9d23f13877b 2018-11-19 06:42:53,231 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-be474cc0-4506-4bd7-8b5d-e1514077a402-image 2018-11-19 06:42:53,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f4e5a0ed51cebfd3ea794de1b67f8c7a898367cf" 2018-11-19 06:42:55,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b38e861-d694-44c3-b434-ec0f4b5bcd12 Date: Mon, 19 Nov 2018 06:42:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:42:55,143 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7b4da94e-912e-4a1c-940b-8b3d50714477 used request id req-5b38e861-d694-44c3-b434-ec0f4b5bcd12 2018-11-19 06:42:55,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:55,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-9cb8bab8-c410-4d77-bf0b-eb459ee34388 Date: Mon, 19 Nov 2018 06:42:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:42Z", "updated_at": "2018-11-19T06:41:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "revision_number": 0, "id": "418e068c-5363-4df8-b13c-aa7fe7828739", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "revision_number": 0, "id": "aa9adf01-2ce8-4c02-9e96-fd725ce8abc0", "remote_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv4", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "revision_number": 0, "id": "e2a9df03-3076-4e55-a615-2c1ed71e4bb9", "remote_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "revision_number": 0, "id": "e795c058-216d-42e3-90de-b6c9a730d4a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "port_range_min": null, "ethertype": "IPv6", "project_id": "c3d17729425f44e588d39a5ac8beef66"}], "revision_number": 4, "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "name": "default"}]} 2018-11-19 06:42:55,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-9cb8bab8-c410-4d77-bf0b-eb459ee34388 2018-11-19 06:42:55,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:55,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a35e4169-bf07-498e-bab5-c26e00c68c12 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:42:55,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-a35e4169-bf07-498e-bab5-c26e00c68c12 2018-11-19 06:42:55,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:55,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9470ff6-98d4-4a54-876f-f04dfa0aa528 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:42:55,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-a9470ff6-98d4-4a54-876f-f04dfa0aa528 2018-11-19 06:42:55,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:55,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c8fcaf-ccb0-4206-b72d-53a3c9eacb11 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:42:55,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-b8c8fcaf-ccb0-4206-b72d-53a3c9eacb11 2018-11-19 06:42:55,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:55,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb7a58e-6c75-4fce-a296-002bfc089efc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66"}, "enabled": true, "id": "c3d17729425f44e588d39a5ac8beef66", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-14e41813-1458-436-proj"}} 2018-11-19 06:42:55,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-8bb7a58e-6c75-4fce-a296-002bfc089efc 2018-11-19 06:42:55,723 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dbe99f37-2ddf-4af6-b2c9-4ba067a9f481 2018-11-19 06:42:55,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbe99f37-2ddf-4af6-b2c9-4ba067a9f481 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:55,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-2248e605-6f3f-4425-9452-7d1af0f24a74 Date: Mon, 19 Nov 2018 06:42:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:43Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "418e068c-5363-4df8-b13c-aa7fe7828739"}, {"remote_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:43Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "aa9adf01-2ce8-4c02-9e96-fd725ce8abc0"}, {"remote_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:43Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "e2a9df03-3076-4e55-a615-2c1ed71e4bb9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:41:43Z", "security_group_id": "dbe99f37-2ddf-4af6-b2c9-4ba067a9f481", "port_range_min": null, "revision_number": 0, "tenant_id": "c3d17729425f44e588d39a5ac8beef66", "created_at": "2018-11-19T06:41:43Z", "project_id": "c3d17729425f44e588d39a5ac8beef66", "id": "e795c058-216d-42e3-90de-b6c9a730d4a1"}]} 2018-11-19 06:42:55,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=dbe99f37-2ddf-4af6-b2c9-4ba067a9f481 used request id req-2248e605-6f3f-4425-9452-7d1af0f24a74 2018-11-19 06:42:55,896 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:42:55,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/dbe99f37-2ddf-4af6-b2c9-4ba067a9f481 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:56,381 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3fb86650-eb06-4311-97e0-26413e83cb2e Content-Length: 0 Date: Mon, 19 Nov 2018 06:42:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:42:56,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/dbe99f37-2ddf-4af6-b2c9-4ba067a9f481 used request id req-3fb86650-eb06-4311-97e0-26413e83cb2e 2018-11-19 06:42:56,382 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-14e41813-1458-436-proj 2018-11-19 06:42:56,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:56,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:42:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e17b438-5303-40cf-a2db-555a5cf0b2a6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:42:56,595 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/c3d17729425f44e588d39a5ac8beef66 used request id req-4e17b438-5303-40cf-a2db-555a5cf0b2a6 2018-11-19 06:42:56,595 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-14e41813-1458-436-proj-role 2018-11-19 06:42:56,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/02a6e3c49e684616bafb005916297b03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:56,723 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:42:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b616e209-0d43-4959-aaf9-13996e812d35 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:42:56,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/02a6e3c49e684616bafb005916297b03 used request id req-b616e209-0d43-4959-aaf9-13996e812d35 2018-11-19 06:42:56,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c43241445f3fb1411588c87263884177ff26e430" 2018-11-19 06:42:56,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1c6ed0-9f35-4e6b-a310-54f85cf2ebbb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:42:56,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2e1c6ed0-9f35-4e6b-a310-54f85cf2ebbb 2018-11-19 06:42:56,809 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-14e41813-1458-436-user 2018-11-19 06:42:56,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/f12961bd8a2a46c9a891fb0ebf219fe8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b2355c7842135cec535bc9a944c7d7d89594afce" 2018-11-19 06:42:56,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:42:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6014aad3-24ca-4b72-a924-2546b8968ebe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:42:56,981 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/f12961bd8a2a46c9a891fb0ebf219fe8 used request id req-6014aad3-24ca-4b72-a924-2546b8968ebe 2018-11-19 06:42:56,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:42:57,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["td3RLOhORpyikXM7OyPxIw"], "issued_at": "2018-11-19T06:42:57.000000Z"}} 2018-11-19 06:42:57,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0afbc85ca995abb62297d6bfe1fdbe19b5f84d19" 2018-11-19 06:42:57,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6bf8594-a129-42b0-8955-c2a089afcde8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:42:57,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e6bf8594-a129-42b0-8955-c2a089afcde8 2018-11-19 06:42:57,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:42:57,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:42:57,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["w73ihtrOTE63X3Fbbc710Q"], "issued_at": "2018-11-19T06:42:57.000000Z"}} 2018-11-19 06:42:57,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:42:57,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4aa3f458-f2ad-427e-9642-0823949fda16 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:42:57,909 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4aa3f458-f2ad-427e-9642-0823949fda16 2018-11-19 06:42:57,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:42:57,918 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:42:57,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:42:58,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d72d0540-1cc9-445b-84ca-367cbb38767d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:42:58,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj used request id req-d72d0540-1cc9-445b-84ca-367cbb38767d 2018-11-19 06:42:58,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:42:58,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63140402-57bc-4ee3-bbb9-ad196dc5e9bd Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:42:58,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-63140402-57bc-4ee3-bbb9-ad196dc5e9bd 2018-11-19 06:42:58,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}}' 2018-11-19 06:42:58,227 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:42:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9b1ee83-3490-4d31-9eff-60416eb8305c Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:42:58,227 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e9b1ee83-3490-4d31-9eff-60416eb8305c 2018-11-19 06:42:58,227 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj 2018-11-19 06:42:58,227 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:42:58,228 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:42:58,613 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:42:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["N-MtcZpqQpWzNfqZHVmmYg"], "issued_at": "2018-11-19T06:42:58.000000Z"}} 2018-11-19 06:42:58,613 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d659076dd07b2399e18f80bcdf71d31103c1249" 2018-11-19 06:42:58,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d174663a-2c6b-4e35-9bc5-795a31cd7610 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:42:58,685 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d174663a-2c6b-4e35-9bc5-795a31cd7610 2018-11-19 06:42:58,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:42:58,695 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:42: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:42:58,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d659076dd07b2399e18f80bcdf71d31103c1249" 2018-11-19 06:42:58,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a638bc64-542e-4a57-bf4a-23c31a760ceb Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:42:58,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a638bc64-542e-4a57-bf4a-23c31a760ceb 2018-11-19 06:42:58,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d659076dd07b2399e18f80bcdf71d31103c1249" 2018-11-19 06:42:58,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65bfad6f-7959-4f6e-8429-a7689060609e Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}]} 2018-11-19 06:42:58,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj used request id req-65bfad6f-7959-4f6e-8429-a7689060609e 2018-11-19 06:42:58,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d659076dd07b2399e18f80bcdf71d31103c1249" 2018-11-19 06:42:58,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c17359b-66be-4815-800d-e81e857faf33 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:42:58,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1c17359b-66be-4815-800d-e81e857faf33 2018-11-19 06:42:59,298 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user 2018-11-19 06:42:59,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:42:59,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:42:59,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6f24a50-0c07-4e88-98a2-0aa0ee2e6566 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:42:59,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e6f24a50-0c07-4e88-98a2-0aa0ee2e6566 2018-11-19 06:42:59,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}}' 2018-11-19 06:42:59,490 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:42:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-32085446-1b0e-431d-998a-6412fb0816ac Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa6f3adcbf8c423fb10806ddca75b105", "links": {"self": "http://172.30.9.21:5000/v3/roles/fa6f3adcbf8c423fb10806ddca75b105"}, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}} 2018-11-19 06:42:59,491 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-32085446-1b0e-431d-998a-6412fb0816ac 2018-11-19 06:42:59,491 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role 2018-11-19 06:42:59,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/fa6f3adcbf8c423fb10806ddca75b105 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:42:59,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce168c18-eef9-4ec1-b28e-23cb07a28c88 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fa6f3adcbf8c423fb10806ddca75b105"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role", "id": "fa6f3adcbf8c423fb10806ddca75b105"}} 2018-11-19 06:42:59,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fa6f3adcbf8c423fb10806ddca75b105 used request id req-ce168c18-eef9-4ec1-b28e-23cb07a28c88 2018-11-19 06:42:59,583 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role to project CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj 2018-11-19 06:42:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7/users/6cba0958200e4d6aaacf522972dc9f5f/roles/fa6f3adcbf8c423fb10806ddca75b105 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:42:59,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:42:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61b53d2e-4e39-4ba9-8162-5f5bcf3e3aa7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:42:59,696 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7/users/6cba0958200e4d6aaacf522972dc9f5f/roles/fa6f3adcbf8c423fb10806ddca75b105 used request id req-61b53d2e-4e39-4ba9-8162-5f5bcf3e3aa7 2018-11-19 06:42:59,696 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:42:59,698 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:42:59,698 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:42:59,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:00,081 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["yBMXmy4lRVmj0LNaHMse4A"], "issued_at": "2018-11-19T06:43:00.000000Z"}} 2018-11-19 06:43:00,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" 2018-11-19 06:43:00,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf1d346c-89ef-44d0-9ba0-f7b74770dc66 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:00,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bf1d346c-89ef-44d0-9ba0-f7b74770dc66 2018-11-19 06:43:00,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" 2018-11-19 06:43:00,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-217ce9c7-1b98-4e3c-bbb2-06a56681b4a9 Date: Mon, 19 Nov 2018 06:43:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image"} 2018-11-19 06:43:00,349 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image used request id req-217ce9c7-1b98-4e3c-bbb2-06a56681b4a9 2018-11-19 06:43:00,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" 2018-11-19 06:43:00,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ea760b7f-dbbe-426d-9216-32acae896b73 Date: Mon, 19 Nov 2018 06:43:00 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:43:00,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-ea760b7f-dbbe-426d-9216-32acae896b73 2018-11-19 06:43:00,532 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image"}' 2018-11-19 06:43:00,726 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad X-Openstack-Request-Id: req-a7d250a3-2140-4857-a6ce-966e9223bafb Date: Mon, 19 Nov 2018 06:43:00 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:43:00Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:43:00Z", "visibility": "shared", "locations": [], "self": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "min_disk": 0, "protected": false, "id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "file": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/file", "checksum": null, "owner": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:43:00,726 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a7d250a3-2140-4857-a6ce-966e9223bafb 2018-11-19 06:43:00,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" -d '' 2018-11-19 06:43:02,358 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1ad8db5f-b6fa-476a-a76a-4ae3a676471c Date: Mon, 19 Nov 2018 06:43:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:43:02,358 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/file used request id req-1ad8db5f-b6fa-476a-a76a-4ae3a676471c 2018-11-19 06:43:02,359 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:43:02,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" 2018-11-19 06:43:02,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-c711f0a3-58a1-4994-a05e-5d303ad4344e Date: Mon, 19 Nov 2018 06:43:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:43:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:43:02Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/snap", "metadata": {}}], "self": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "min_disk": 0, "protected": false, "id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "file": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:43:02,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad used request id req-c711f0a3-58a1-4994-a05e-5d303ad4344e 2018-11-19 06:43:02,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" 2018-11-19 06:43:02,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6359e44c-9ed6-4226-bb58-d9e2bef57a9e Date: Mon, 19 Nov 2018 06:43:02 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:43:02,547 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-6359e44c-9ed6-4226-bb58-d9e2bef57a9e 2018-11-19 06:43:02,550 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image 2018-11-19 06:43:02,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" 2018-11-19 06:43:02,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-935322d9-7f3c-45b1-96df-7596ab6090ef Date: Mon, 19 Nov 2018 06:43:02 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:43:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:43:02Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/snap", "metadata": {}}], "self": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "min_disk": 0, "protected": false, "id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "file": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:43:02,707 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad used request id req-935322d9-7f3c-45b1-96df-7596ab6090ef 2018-11-19 06:43:02,708 - create_image - DEBUG - Instance status is - active 2018-11-19 06:43:02,708 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image 2018-11-19 06:43:02,708 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image 2018-11-19 06:43:02,709 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:02,709 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:03,076 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["bfT2VAExSnebythMB_bq-g"], "issued_at": "2018-11-19T06:43:03.000000Z"}} 2018-11-19 06:43:03,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:43:03,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d6999b-d1f4-4093-98cf-31df0b93177e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:03,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-05d6999b-d1f4-4093-98cf-31df0b93177e 2018-11-19 06:43:03,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:43:03,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-658cd0f0-8312-4db1-a9f6-2b2a110012b3 Date: Mon, 19 Nov 2018 06:43:03 GMT RESP BODY: {"networks":[]} 2018-11-19 06:43:03,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-658cd0f0-8312-4db1-a9f6-2b2a110012b3 2018-11-19 06:43:03,337 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net 2018-11-19 06:43:03,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net", "admin_state_up": true}}' 2018-11-19 06:43:03,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-95381f54-c1a5-450f-a8eb-a1438285dd58 Date: Mon, 19 Nov 2018 06:43:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3404613d-04e8-4106-bc8f-12c117f04385","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:43:03Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","mtu":1450}} 2018-11-19 06:43:03,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-95381f54-c1a5-450f-a8eb-a1438285dd58 2018-11-19 06:43:03,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:43:04,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-80f3bcd8-fdaa-4cf9-bc69-756dd8b8d05b Date: Mon, 19 Nov 2018 06:43:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:43:03Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:04,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-80f3bcd8-fdaa-4cf9-bc69-756dd8b8d05b 2018-11-19 06:43:04,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:43:04,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3f6fac1d-d773-4ef3-aaa3-199770ee6416 Date: Mon, 19 Nov 2018 06:43:04 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:43:04,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-3f6fac1d-d773-4ef3-aaa3-199770ee6416 2018-11-19 06:43:04,297 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet 2018-11-19 06:43:04,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" -d '{"subnets": [{"ip_version": 4, "network_id": "3404613d-04e8-4106-bc8f-12c117f04385", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]}' 2018-11-19 06:43:04,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-98177dc9-9f0c-4297-a546-1bbe78dd572f Date: Mon, 19 Nov 2018 06:43:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:04,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-98177dc9-9f0c-4297-a546-1bbe78dd572f 2018-11-19 06:43:04,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:43:05,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b11469e4-16fe-4c3f-ae91-92105c64691e Date: Mon, 19 Nov 2018 06:43: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:05,256 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-b11469e4-16fe-4c3f-ae91-92105c64691e 2018-11-19 06:43:05,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:43:05,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e9695243-7b57-42dd-98d2-31837278d3ad Date: Mon, 19 Nov 2018 06:43:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:05,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-e9695243-7b57-42dd-98d2-31837278d3ad 2018-11-19 06:43:05,317 - OpenStackNetwork - DEBUG - Network [3404613d-04e8-4106-bc8f-12c117f04385] created successfully 2018-11-19 06:43:05,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:05,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:05,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["ZH_Wu_m-SkOz5qCldILViA"], "issued_at": "2018-11-19T06:43:05.000000Z"}} 2018-11-19 06:43:05,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:05,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3101155e-902c-4024-9535-74d5bcf54027 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:05,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3101155e-902c-4024-9535-74d5bcf54027 2018-11-19 06:43:05,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:06,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1708970a-2ae0-4b71-9a1b-b56dd798c214 Date: Mon, 19 Nov 2018 06:43:06 GMT RESP BODY: {"routers": []} 2018-11-19 06:43:06,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router&admin_state_up=True used request id req-1708970a-2ae0-4b71-9a1b-b56dd798c214 2018-11-19 06:43:06,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:06,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:06,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["vaSgET-2QrukGhrbndn4lg"], "issued_at": "2018-11-19T06:43:06.000000Z"}} 2018-11-19 06:43:06,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30785b00b9401dc72e398c173a8144113da81ba6" 2018-11-19 06:43:06,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f7173a5-1c2f-405e-ac3a-ab4f529cb05e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:06,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5f7173a5-1c2f-405e-ac3a-ab4f529cb05e 2018-11-19 06:43:06,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:06,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-dbcca7b2-8d87-4baa-b07c-b8a55124a36b Date: Mon, 19 Nov 2018 06:43:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:43:06,763 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-dbcca7b2-8d87-4baa-b07c-b8a55124a36b 2018-11-19 06:43:06,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:06,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6503d573-2ca1-4ce1-b39b-51ee0b0b8a33 Date: Mon, 19 Nov 2018 06:43:06 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:43:06,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-6503d573-2ca1-4ce1-b39b-51ee0b0b8a33 2018-11-19 06:43:06,945 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router 2018-11-19 06:43:06,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router", "admin_state_up": true}}' 2018-11-19 06:43:11,971 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-27881dd9-146c-43da-8d19-b57e11f063f5 Date: Mon, 19 Nov 2018 06:43:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:43:08Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "07306c06-9583-477f-be2e-a1bdef38f6ab", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router"}} 2018-11-19 06:43:11,971 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-27881dd9-146c-43da-8d19-b57e11f063f5 2018-11-19 06:43:11,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=07306c06-9583-477f-be2e-a1bdef38f6ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:12,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-1322190e-af15-4a75-96da-b1fbbb65d595 Date: Mon, 19 Nov 2018 06:43:12 GMT RESP BODY: {"ports":[]} 2018-11-19 06:43:12,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=07306c06-9583-477f-be2e-a1bdef38f6ab used request id req-1322190e-af15-4a75-96da-b1fbbb65d595 2018-11-19 06:43:12,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:12,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4d0eb82a-a410-47ee-ae78-310df1c1e58f Date: Mon, 19 Nov 2018 06:43:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:12,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-4d0eb82a-a410-47ee-ae78-310df1c1e58f 2018-11-19 06:43:12,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:43:12,468 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:43:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:43:12,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:12,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-964f5c06-723e-408b-a2ac-1eebfd5f35ff Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:12,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-964f5c06-723e-408b-a2ac-1eebfd5f35ff 2018-11-19 06:43:12,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:12,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ed241261-f5e1-447b-87e7-388e211f14e4 Date: Mon, 19 Nov 2018 06:43:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:12,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-ed241261-f5e1-447b-87e7-388e211f14e4 2018-11-19 06:43:12,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:12,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a51346f2-18d4-4878-9aca-1d256c5a20c5 Date: Mon, 19 Nov 2018 06:43:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:12,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet used request id req-a51346f2-18d4-4878-9aca-1d256c5a20c5 2018-11-19 06:43:12,992 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:43:12,992 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router 2018-11-19 06:43:12,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" -d '{"subnet_id": "9b2885b3-d78d-4619-b644-76ee963d3956"}' 2018-11-19 06:43:15,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dfb4eaa1-c7a8-4abb-9b91-72881fc21252 Date: Mon, 19 Nov 2018 06:43:15 GMT RESP BODY: {"network_id": "3404613d-04e8-4106-bc8f-12c117f04385", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "subnet_id": "9b2885b3-d78d-4619-b644-76ee963d3956", "subnet_ids": ["9b2885b3-d78d-4619-b644-76ee963d3956"], "port_id": "a43727d5-9aee-4855-83fe-6eeb382626a6", "id": "07306c06-9583-477f-be2e-a1bdef38f6ab"} 2018-11-19 06:43:15,055 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab/add_router_interface used request id req-dfb4eaa1-c7a8-4abb-9b91-72881fc21252 2018-11-19 06:43:15,061 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:15,276 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0c8a2f5f-16b7-4bfa-bb78-4bbbd9b59aa0 Date: Mon, 19 Nov 2018 06:43:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:43:14Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "07306c06-9583-477f-be2e-a1bdef38f6ab", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router"}} 2018-11-19 06:43:15,276 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab used request id req-0c8a2f5f-16b7-4bfa-bb78-4bbbd9b59aa0 2018-11-19 06:43:15,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=07306c06-9583-477f-be2e-a1bdef38f6ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:15,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-0006bfc9-8524-4125-bd60-2a6a621ec41f Date: Mon, 19 Nov 2018 06:43:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:14Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"}]} 2018-11-19 06:43:15,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=07306c06-9583-477f-be2e-a1bdef38f6ab used request id req-0006bfc9-8524-4125-bd60-2a6a621ec41f 2018-11-19 06:43:15,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/9b2885b3-d78d-4619-b644-76ee963d3956 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:43:15,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9c0a6581-5924-4733-8271-e569b21ecd74 Date: Mon, 19 Nov 2018 06:43:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}} 2018-11-19 06:43:15,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/9b2885b3-d78d-4619-b644-76ee963d3956 used request id req-9c0a6581-5924-4733-8271-e569b21ecd74 2018-11-19 06:43:15,826 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:15,827 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:16,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:43:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["2RKRNgDwSSqELqX-LhmAjA"], "issued_at": "2018-11-19T06:43:16.000000Z"}} 2018-11-19 06:43:16,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d47933bf06516e896af58e77b25cee840de5942" 2018-11-19 06:43:16,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd204524-e1f5-4591-8f09-b9cf7c14883c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:16,304 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fd204524-e1f5-4591-8f09-b9cf7c14883c 2018-11-19 06:43:16,306 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:43:16,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d47933bf06516e896af58e77b25cee840de5942" 2018-11-19 06:43:16,565 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43: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-63460374-f721-4861-a287-ce9ad7e08af9 x-compute-request-id: req-63460374-f721-4861-a287-ce9ad7e08af9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:43:16,565 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-63460374-f721-4861-a287-ce9ad7e08af9 2018-11-19 06:43:16,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d47933bf06516e896af58e77b25cee840de5942" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:43:16,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43: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-d135f29f-d85a-4584-9fc8-87fa34a4efda x-compute-request-id: req-d135f29f-d85a-4584-9fc8-87fa34a4efda Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57c752b5-074d-4446-bb36-263b5663169f", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:43:16,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d135f29f-d85a-4584-9fc8-87fa34a4efda 2018-11-19 06:43:16,617 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:16,618 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:16,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["O8_l3XqOQ1iHN4XSSgZQvA"], "issued_at": "2018-11-19T06:43:16.000000Z"}} 2018-11-19 06:43:16,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9b274209282ed5f4fef925e6de25533b1b45783" 2018-11-19 06:43:17,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4338473-fe49-4ae0-8795-10bd742fb548 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:17,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c4338473-fe49-4ae0-8795-10bd742fb548 2018-11-19 06:43:17,068 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:43:17,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9b274209282ed5f4fef925e6de25533b1b45783" 2018-11-19 06:43:17,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3d1a696-6ac5-4c11-a4fa-ea9441ab2527 x-compute-request-id: req-d3d1a696-6ac5-4c11-a4fa-ea9441ab2527 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:43:17,241 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d3d1a696-6ac5-4c11-a4fa-ea9441ab2527 2018-11-19 06:43:17,242 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp... 2018-11-19 06:43:17,242 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:43:17,281 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp 2018-11-19 06:43:17,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9b274209282ed5f4fef925e6de25533b1b45783" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC19mgAmciJC0uHWeBU052yXwmd22acSxn7AXwqC8BsW+3rvO0MAd+EjpESbWwj8WgKNzZWZcRhdAdhHXXSP7Cimn+HAkOYC5cB5QyfAF9MO2tZ2aH55Mp5MMOP5WIKDrw3QPHG73D2t1kXZqJ69oc/xz2CXZ9vWkSmX6d4XIF6gQ==", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp"}}' 2018-11-19 06:43:17,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be3538b1-149b-4918-b95d-415013eab6f9 x-compute-request-id: req-be3538b1-149b-4918-b95d-415013eab6f9 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQC19mgAmciJC0uHWeBU052yXwmd22acSxn7AXwqC8BsW+3rvO0MAd+EjpESbWwj8WgKNzZWZcRhdAdhHXXSP7Cimn+HAkOYC5cB5QyfAF9MO2tZ2aH55Mp5MMOP5WIKDrw3QPHG73D2t1kXZqJ69oc/xz2CXZ9vWkSmX6d4XIF6gQ==", "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "fingerprint": "36:e6:68:b2:0a:5a:99:0e:d0:45:12:be:2b:89:7f:66"}} 2018-11-19 06:43:17,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-be3538b1-149b-4918-b95d-415013eab6f9 2018-11-19 06:43:17,361 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9.pub 2018-11-19 06:43:17,362 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:43:17,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:17,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:17,738 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["7e1wjWwcQUeBv1oo9TPI2Q"], "issued_at": "2018-11-19T06:43:17.000000Z"}} 2018-11-19 06:43:17,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:17,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa5c44a0-d835-40bf-944c-9a1541a94a26 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:17,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-fa5c44a0-d835-40bf-944c-9a1541a94a26 2018-11-19 06:43:17,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:18,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-512d2c61-a49e-4752-b058-a42271b53674 Date: Mon, 19 Nov 2018 06:43:18 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:43:18,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp used request id req-512d2c61-a49e-4752-b058-a42271b53674 2018-11-19 06:43:18,008 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp... 2018-11-19 06:43:18,008 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp 2018-11-19 06:43:18,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}}' 2018-11-19 06:43:18,377 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-5d65aacb-4ba4-435c-a09a-ec10a8ff595c Date: Mon, 19 Nov 2018 06:43:18 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "updated_at": "2018-11-19T06:43:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "3a206089-9ed5-42cd-b713-8fba38ad2735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "6e5f205b-b75b-403a-a61e-b7f486f41655", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}], "revision_number": 2, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}} 2018-11-19 06:43:18,377 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-5d65aacb-4ba4-435c-a09a-ec10a8ff595c 2018-11-19 06:43:18,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:18,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:18,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d78aadbc-db2a-4183-bc84-36cb19cfc42e Date: Mon, 19 Nov 2018 06:43: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-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "3a206089-9ed5-42cd-b713-8fba38ad2735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "6e5f205b-b75b-403a-a61e-b7f486f41655"}]} 2018-11-19 06:43:18,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-d78aadbc-db2a-4183-bc84-36cb19cfc42e 2018-11-19 06:43:18,549 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:18,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:18,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5aafcaa7-7d19-4be9-a4a2-62c0fc5afc34 Date: Mon, 19 Nov 2018 06:43: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-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "3a206089-9ed5-42cd-b713-8fba38ad2735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "6e5f205b-b75b-403a-a61e-b7f486f41655"}]} 2018-11-19 06:43:18,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-5aafcaa7-7d19-4be9-a4a2-62c0fc5afc34 2018-11-19 06:43:18,719 - neutron_utils - INFO - Retrieving security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:18,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:18,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-0c8ec048-48b0-4e70-953d-31ae0c7b6a16 Date: Mon, 19 Nov 2018 06:43:18 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "updated_at": "2018-11-19T06:43:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "3a206089-9ed5-42cd-b713-8fba38ad2735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "6e5f205b-b75b-403a-a61e-b7f486f41655", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}], "revision_number": 2, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}]} 2018-11-19 06:43:18,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-0c8ec048-48b0-4e70-953d-31ae0c7b6a16 2018-11-19 06:43:18,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:18,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:19,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-6d11359c-59ee-4fed-a2b4-a363aba78056 Date: Mon, 19 Nov 2018 06:43: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-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "3a206089-9ed5-42cd-b713-8fba38ad2735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "6e5f205b-b75b-403a-a61e-b7f486f41655"}]} 2018-11-19 06:43:19,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-6d11359c-59ee-4fed-a2b4-a363aba78056 2018-11-19 06:43:19,089 - neutron_utils - INFO - Retrieving security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:19,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:19,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-21997875-6b62-4daf-ad7a-981261fe228e Date: Mon, 19 Nov 2018 06:43:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "updated_at": "2018-11-19T06:43:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "3a206089-9ed5-42cd-b713-8fba38ad2735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "6e5f205b-b75b-403a-a61e-b7f486f41655", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}], "revision_number": 2, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}]} 2018-11-19 06:43:19,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-21997875-6b62-4daf-ad7a-981261fe228e 2018-11-19 06:43:19,292 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:19,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:19,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e56b81a1-274e-44e7-9d50-b939d7d39581 Date: Mon, 19 Nov 2018 06:43: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-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "3a206089-9ed5-42cd-b713-8fba38ad2735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "6e5f205b-b75b-403a-a61e-b7f486f41655"}]} 2018-11-19 06:43:19,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-e56b81a1-274e-44e7-9d50-b939d7d39581 2018-11-19 06:43:19,321 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp 2018-11-19 06:43:19,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:19,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-39e91d4e-e901-4e16-841a-0fd8421dd41d Date: Mon, 19 Nov 2018 06:43:19 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "updated_at": "2018-11-19T06:43:18Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "3a206089-9ed5-42cd-b713-8fba38ad2735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "6e5f205b-b75b-403a-a61e-b7f486f41655", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}], "revision_number": 2, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}]} 2018-11-19 06:43:19,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp used request id req-39e91d4e-e901-4e16-841a-0fd8421dd41d 2018-11-19 06:43:19,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:43:19,385 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:43: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:43:19,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:19,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cd7a382-ee66-4447-aab7-d51d41f5a4dd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:19,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-7cd7a382-ee66-4447-aab7-d51d41f5a4dd 2018-11-19 06:43:19,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:19,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:19,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a75df1dc-95e3-4aa6-ba50-a6225cda9045 Date: Mon, 19 Nov 2018 06:43: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-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "3a206089-9ed5-42cd-b713-8fba38ad2735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "6e5f205b-b75b-403a-a61e-b7f486f41655"}]} 2018-11-19 06:43:19,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-a75df1dc-95e3-4aa6-ba50-a6225cda9045 2018-11-19 06:43:19,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}629387cf9839e01babf82e578eb3c7ea2beee573" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e"}}' 2018-11-19 06:43:19,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-7e299501-225d-4235-b655-cc422a23eed1 Date: Mon, 19 Nov 2018 06:43:19 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:19Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:19Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "918d82b6-70df-43ee-86db-ddbe9d48d937"}} 2018-11-19 06:43:19,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-7e299501-225d-4235-b655-cc422a23eed1 2018-11-19 06:43:19,832 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp 2018-11-19 06:43:19,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:20,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-ee808d40-5694-493c-8ea5-670273f366ec Date: Mon, 19 Nov 2018 06:43:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "updated_at": "2018-11-19T06:43:19Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "3a206089-9ed5-42cd-b713-8fba38ad2735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "6e5f205b-b75b-403a-a61e-b7f486f41655", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:19Z", "revision_number": 0, "id": "918d82b6-70df-43ee-86db-ddbe9d48d937", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:19Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}], "revision_number": 3, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}]} 2018-11-19 06:43:20,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp used request id req-ee808d40-5694-493c-8ea5-670273f366ec 2018-11-19 06:43:20,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:20,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86b12e42-f21f-4e0b-8d00-b814b6ec8d06 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:20,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-86b12e42-f21f-4e0b-8d00-b814b6ec8d06 2018-11-19 06:43:20,102 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:20,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:20,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-25daa322-c206-4b48-aaf0-51b84630f0b0 Date: Mon, 19 Nov 2018 06:43:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "3a206089-9ed5-42cd-b713-8fba38ad2735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "6e5f205b-b75b-403a-a61e-b7f486f41655"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:19Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:19Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "918d82b6-70df-43ee-86db-ddbe9d48d937"}]} 2018-11-19 06:43:20,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-25daa322-c206-4b48-aaf0-51b84630f0b0 2018-11-19 06:43:20,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}629387cf9839e01babf82e578eb3c7ea2beee573" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e"}}' 2018-11-19 06:43:20,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-ed69c056-d988-4ecf-8fb7-25fa45acbe8c Date: Mon, 19 Nov 2018 06:43:20 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:43:20Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": 22, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:20Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "9448251a-d6da-4daf-bcfd-85814c93f3f1"}} 2018-11-19 06:43:20,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-ed69c056-d988-4ecf-8fb7-25fa45acbe8c 2018-11-19 06:43:20,593 - neutron_utils - INFO - Retrieving security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:20,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:20,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-3eb26da5-9e24-4b22-943a-547ff589d0c9 Date: Mon, 19 Nov 2018 06:43:20 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "updated_at": "2018-11-19T06:43:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "3a206089-9ed5-42cd-b713-8fba38ad2735", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "revision_number": 0, "id": "6e5f205b-b75b-403a-a61e-b7f486f41655", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:19Z", "revision_number": 0, "id": "918d82b6-70df-43ee-86db-ddbe9d48d937", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:19Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:43:20Z", "revision_number": 0, "id": "9448251a-d6da-4daf-bcfd-85814c93f3f1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:20Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}], "revision_number": 4, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}]} 2018-11-19 06:43:20,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-3eb26da5-9e24-4b22-943a-547ff589d0c9 2018-11-19 06:43:20,785 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 17c8f1e3-e4f4-4150-a024-71b08948b10e 2018-11-19 06:43:20,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:43:20,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-c4da3e90-bdc6-421b-9f54-f13a571d4756 Date: Mon, 19 Nov 2018 06:43:20 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "3a206089-9ed5-42cd-b713-8fba38ad2735"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:18Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:18Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "6e5f205b-b75b-403a-a61e-b7f486f41655"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:19Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:19Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "918d82b6-70df-43ee-86db-ddbe9d48d937"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:43:20Z", "security_group_id": "17c8f1e3-e4f4-4150-a024-71b08948b10e", "port_range_min": 22, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:20Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "9448251a-d6da-4daf-bcfd-85814c93f3f1"}]} 2018-11-19 06:43:20,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-c4da3e90-bdc6-421b-9f54-f13a571d4756 2018-11-19 06:43:20,820 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:20,821 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:21,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["OaLH4F7LQdCUuBZ1tI_n4A"], "issued_at": "2018-11-19T06:43:21.000000Z"}} 2018-11-19 06:43:21,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:21,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d95b26-478e-4a9d-8037-be0e0b58e8de Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:21,211 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f9d95b26-478e-4a9d-8037-be0e0b58e8de 2018-11-19 06:43:21,212 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:43:21,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:21,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d82d1d-fd4d-4a2b-958c-f410d2e720ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:21,297 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c8d82d1d-fd4d-4a2b-958c-f410d2e720ce 2018-11-19 06:43:21,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:21,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ef4ab90-dfa2-4eac-8d52-c9764e96f8e6 Date: Mon, 19 Nov 2018 06:43: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:21,558 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-6ef4ab90-dfa2-4eac-8d52-c9764e96f8e6 2018-11-19 06:43:21,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:43:21,567 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:43:21 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:43:21,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:21,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce66706-59cc-4f0f-9642-3d87b559c7be Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:21,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-6ce66706-59cc-4f0f-9642-3d87b559c7be 2018-11-19 06:43:21,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:21,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bcfc0756-1272-420e-88c4-98be3f97de1a Date: Mon, 19 Nov 2018 06:43:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:21,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-bcfc0756-1272-420e-88c4-98be3f97de1a 2018-11-19 06:43:21,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:22,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fccffeea-ac36-4efa-ab3c-3634bcb5d2c2 Date: Mon, 19 Nov 2018 06:43:22 GMT RESP BODY: {"ports":[]} 2018-11-19 06:43:22,048 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1&admin_state_up=True used request id req-fccffeea-ac36-4efa-ab3c-3634bcb5d2c2 2018-11-19 06:43:22,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:22,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43: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-b7b4ac54-210e-4323-a016-ce7236e5b001 x-compute-request-id: req-b7b4ac54-210e-4323-a016-ce7236e5b001 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:43:22,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst used request id req-b7b4ac54-210e-4323-a016-ce7236e5b001 2018-11-19 06:43:22,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:22,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6ec44c84-4b50-445b-a41f-9fff27331f7a Date: Mon, 19 Nov 2018 06:43: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:22,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-6ec44c84-4b50-445b-a41f-9fff27331f7a 2018-11-19 06:43:22,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:22,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d733505-970c-404e-b782-4dacd2136aa4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:22,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-4d733505-970c-404e-b782-4dacd2136aa4 2018-11-19 06:43:22,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:22,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f847e01c-a4bb-4c44-887f-429b4634774c Date: Mon, 19 Nov 2018 06:43:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:22,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-f847e01c-a4bb-4c44-887f-429b4634774c 2018-11-19 06:43:22,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:23,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-b7524713-0dc9-4c54-b597-8321f05de387 Date: Mon, 19 Nov 2018 06:43:23 GMT RESP BODY: {"ports":[]} 2018-11-19 06:43:23,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1&admin_state_up=True used request id req-b7524713-0dc9-4c54-b597-8321f05de387 2018-11-19 06:43:23,030 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:43:23,031 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:43:23,414 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa6f3adcbf8c423fb10806ddca75b105", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role"}], "expires_at": "2018-11-19T07:43:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/58ef32b50cca4bc4bcd4fc1e04fd62b7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user", "id": "6cba0958200e4d6aaacf522972dc9f5f"}, "audit_ids": ["YHC38cSmTa-VV3QfyTsBMA"], "issued_at": "2018-11-19T06:43:23.000000Z"}} 2018-11-19 06:43:23,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}439ed10c4bdc9b3baa4fcd631aa5cfad80c8d57d" 2018-11-19 06:43:23,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36adc108-0b9c-4113-93ed-19c913902dff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:43:23,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-36adc108-0b9c-4113-93ed-19c913902dff 2018-11-19 06:43:23,494 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:23,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c835be5d-b7ca-4eb6-baa0-d2b4c32bd4b4 Date: Mon, 19 Nov 2018 06: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:23,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-c835be5d-b7ca-4eb6-baa0-d2b4c32bd4b4 2018-11-19 06:43:23,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:23,806 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-614f453a-d08f-4334-ae71-1231c163a3e1 Date: Mon, 19 Nov 2018 06:43:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:23,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-614f453a-d08f-4334-ae71-1231c163a3e1 2018-11-19 06:43:23,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:24,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1a840a67-48f5-4113-8066-674a54f912c6 Date: Mon, 19 Nov 2018 06: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:24,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-1a840a67-48f5-4113-8066-674a54f912c6 2018-11-19 06:43:24,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:43:24,052 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:43:24,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}439ed10c4bdc9b3baa4fcd631aa5cfad80c8d57d" 2018-11-19 06:43:24,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04e798a9-633c-4b70-9a07-a01e62b90016 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:24,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-04e798a9-633c-4b70-9a07-a01e62b90016 2018-11-19 06:43:24,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:24,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c8292cb3-9316-4a67-8f13-a9aaecf60483 Date: Mon, 19 Nov 2018 06:43:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:24,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-c8292cb3-9316-4a67-8f13-a9aaecf60483 2018-11-19 06:43:24,201 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net 2018-11-19 06:43:24,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"port": {"network_id": "3404613d-04e8-4106-bc8f-12c117f04385", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1", "admin_state_up": true}}' 2018-11-19 06:43:25,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 788 X-Openstack-Request-Id: req-001cf2e5-0651-4b9f-84c9-912d3eea7433 Date: Mon, 19 Nov 2018 06:43:25 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:24Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","qos_policy_id":null,"admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal"}} 2018-11-19 06:43:25,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-001cf2e5-0651-4b9f-84c9-912d3eea7433 2018-11-19 06:43:25,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:25,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a3c751e9-9ccc-428b-8ac8-9b2055247864 Date: Mon, 19 Nov 2018 06: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:25,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-a3c751e9-9ccc-428b-8ac8-9b2055247864 2018-11-19 06:43:25,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:25,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef9d374-e12c-4078-85bd-d4964de90cdf Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:25,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-9ef9d374-e12c-4078-85bd-d4964de90cdf 2018-11-19 06:43:25,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:25,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d42630ff-201b-4f90-be8a-9f9339d62425 Date: Mon, 19 Nov 2018 06:43:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:25,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-d42630ff-201b-4f90-be8a-9f9339d62425 2018-11-19 06:43:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:25,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 791 X-Openstack-Request-Id: req-23fa7682-f595-4984-a82b-3e8fe7c135bf Date: Mon, 19 Nov 2018 06:43:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:24Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:43:25,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1&admin_state_up=True used request id req-23fa7682-f595-4984-a82b-3e8fe7c135bf 2018-11-19 06:43:25,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:25,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4515aec0-b70e-42e4-a3d9-e1eef834ec5b Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:25,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-4515aec0-b70e-42e4-a3d9-e1eef834ec5b 2018-11-19 06:43:25,833 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst 2018-11-19 06:43:25,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:25,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66e06f81-f904-4d74-b0b5-4bd9893efd7a x-compute-request-id: req-66e06f81-f904-4d74-b0b5-4bd9893efd7a Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"flavors": [{"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-flavor-name"}]} 2018-11-19 06:43:25,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-66e06f81-f904-4d74-b0b5-4bd9893efd7a 2018-11-19 06:43:25,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/57c752b5-074d-4446-bb36-263b5663169f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:25,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acc8a085-acb1-428e-b79a-0de506d20f82 x-compute-request-id: req-acc8a085-acb1-428e-b79a-0de506d20f82 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "57c752b5-074d-4446-bb36-263b5663169f", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:43:25,890 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/57c752b5-074d-4446-bb36-263b5663169f used request id req-acc8a085-acb1-428e-b79a-0de506d20f82 2018-11-19 06:43:25,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:26,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-6819dd09-3853-4a2d-a932-e33ce844420f Date: Mon, 19 Nov 2018 06:43:26 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:43:00Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:43:02Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/snap", "metadata": {}}], "self": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "min_disk": 0, "protected": false, "id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "file": "/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image"} 2018-11-19 06:43:26,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image used request id req-6819dd09-3853-4a2d-a932-e33ce844420f 2018-11-19 06:43:26,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:26,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0b0cfae2-d751-44d8-887d-34dd1c3bcddf Date: Mon, 19 Nov 2018 06:43:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:43:26,211 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-0b0cfae2-d751-44d8-887d-34dd1c3bcddf 2018-11-19 06:43:26,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "imageRef": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "flavorRef": "57c752b5-074d-4446-bb36-263b5663169f", "max_count": 1, "min_count": 1, "networks": [{"port": "8dfe4521-fc09-432d-a164-547758f6f60b"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}]}}' 2018-11-19 06:43:28,427 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:43:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e2e50473-7ff1-4d33-a8f9-d90b512481bf x-compute-request-id: req-e2e50473-7ff1-4d33-a8f9-d90b512481bf Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "adminPass": "G3Um6934UG7v"}} 2018-11-19 06:43:28,427 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-e2e50473-7ff1-4d33-a8f9-d90b512481bf 2018-11-19 06:43:28,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:28,646 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ad56ada8-7e3b-4394-9fad-e2dcd54b1a5b x-compute-request-id: req-ad56ada8-7e3b-4394-9fad-e2dcd54b1a5b 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.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:43:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:28,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-ad56ada8-7e3b-4394-9fad-e2dcd54b1a5b 2018-11-19 06:43:28,646 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst 2018-11-19 06:43:28,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:29,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-ce0d9626-f2ca-4546-ba26-b6156ae3ff4d x-compute-request-id: req-ce0d9626-f2ca-4546-ba26-b6156ae3ff4d 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.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:43:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:29,019 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-ce0d9626-f2ca-4546-ba26-b6156ae3ff4d 2018-11-19 06:43:29,020 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - BUILD 2018-11-19 06:43:29,020 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:43:32,023 - create_instance - DEBUG - VM status query timeout in 896.623785019 2018-11-19 06:43:32,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:32,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b343d00-99a0-44ae-b055-5e2c5ea7f7ff x-compute-request-id: req-1b343d00-99a0-44ae-b055-5e2c5ea7f7ff 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.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:43:30Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:32,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-1b343d00-99a0-44ae-b055-5e2c5ea7f7ff 2018-11-19 06:43:32,631 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - BUILD 2018-11-19 06:43:32,631 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:43:35,634 - create_instance - DEBUG - VM status query timeout in 893.012316942 2018-11-19 06:43:35,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:36,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0da136ad-960b-4fd6-b17c-b5a2b1eaede3 x-compute-request-id: req-0da136ad-960b-4fd6-b17c-b5a2b1eaede3 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:36,271 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-0da136ad-960b-4fd6-b17c-b5a2b1eaede3 2018-11-19 06:43:36,272 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:43:36,272 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:43:36,275 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:36,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de588398-6817-491e-8ba0-4f1581637e61 x-compute-request-id: req-de588398-6817-491e-8ba0-4f1581637e61 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:36,812 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-de588398-6817-491e-8ba0-4f1581637e61 2018-11-19 06:43:36,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:36,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-6dfca70b-de21-46f0-a2ba-88162ce2d41d Date: Mon, 19 Nov 2018 06:43:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:36,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-6dfca70b-de21-46f0-a2ba-88162ce2d41d 2018-11-19 06:43:36,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:37,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3b353bf-299e-4f30-b3d8-9b16105070cd Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:37,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-f3b353bf-299e-4f30-b3d8-9b16105070cd 2018-11-19 06:43:37,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:37,224 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-78bfc4b4-c41f-494a-a719-f0a8d7817f8b Date: Mon, 19 Nov 2018 06:43:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:37,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-78bfc4b4-c41f-494a-a719-f0a8d7817f8b 2018-11-19 06:43:37,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:37,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-eb9f4d3e-6037-4771-bf1d-6e5055ca27e0 Date: Mon, 19 Nov 2018 06:43:37 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:43:37,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-eb9f4d3e-6037-4771-bf1d-6e5055ca27e0 2018-11-19 06:43:37,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:37,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c1549b1e-f685-4d44-98da-aab333a12175 x-compute-request-id: req-c1549b1e-f685-4d44-98da-aab333a12175 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:37,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-c1549b1e-f685-4d44-98da-aab333a12175 2018-11-19 06:43:37,834 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:43:37,834 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:43:37,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:38,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-319658bf-3804-4e5d-8f99-28f31f6414cd x-compute-request-id: req-319658bf-3804-4e5d-8f99-28f31f6414cd Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:38,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-319658bf-3804-4e5d-8f99-28f31f6414cd 2018-11-19 06:43:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:38,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bc9867ec-d501-4094-9b64-5bfc620ee210 Date: Mon, 19 Nov 2018 06:43:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:38,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-bc9867ec-d501-4094-9b64-5bfc620ee210 2018-11-19 06:43:38,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:38,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4cd16ef-5929-4896-b5ec-97bb1db5f545 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:38,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-a4cd16ef-5929-4896-b5ec-97bb1db5f545 2018-11-19 06:43:38,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:38,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-533cb494-e594-4692-acbe-b061d1395309 Date: Mon, 19 Nov 2018 06:43:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:38,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-533cb494-e594-4692-acbe-b061d1395309 2018-11-19 06:43:38,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:38,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-8fd3e503-c24f-4902-8c11-6b012836f729 Date: Mon, 19 Nov 2018 06:43:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:35Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:43:38,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-8fd3e503-c24f-4902-8c11-6b012836f729 2018-11-19 06:43:38,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}}' 2018-11-19 06:43:40,520 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:43:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5f309dc-e8d0-4ea2-b71c-b731f9eeb1ad x-compute-request-id: req-f5f309dc-e8d0-4ea2-b71c-b731f9eeb1ad Content-Length: 0 Content-Type: application/json 2018-11-19 06:43:40,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-f5f309dc-e8d0-4ea2-b71c-b731f9eeb1ad 2018-11-19 06:43:40,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:40,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-2d7f9e5c-ab4d-4eab-a901-2f068d9eaf21 Date: Mon, 19 Nov 2018 06:43:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:07Z", "admin_state_up": true, "updated_at": "2018-11-19T06:43:14Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "07306c06-9583-477f-be2e-a1bdef38f6ab", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router"}]} 2018-11-19 06:43:40,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router used request id req-2d7f9e5c-ab4d-4eab-a901-2f068d9eaf21 2018-11-19 06:43:40,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:40,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d400f8ed-3e48-4337-9188-d7c0dbdcc431 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:40,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-d400f8ed-3e48-4337-9188-d7c0dbdcc431 2018-11-19 06:43:40,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=07306c06-9583-477f-be2e-a1bdef38f6ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:41,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-d0979b3b-5eec-4357-941f-3b38b1ec79a1 Date: Mon, 19 Nov 2018 06:43:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"}]} 2018-11-19 06:43:41,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=07306c06-9583-477f-be2e-a1bdef38f6ab used request id req-d0979b3b-5eec-4357-941f-3b38b1ec79a1 2018-11-19 06:43:41,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/9b2885b3-d78d-4619-b644-76ee963d3956 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:41,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-96dcaadb-5aac-4451-bdcb-bfd1a802e2dd Date: Mon, 19 Nov 2018 06:43:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}} 2018-11-19 06:43:41,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/9b2885b3-d78d-4619-b644-76ee963d3956 used request id req-96dcaadb-5aac-4451-bdcb-bfd1a802e2dd 2018-11-19 06:43:41,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:41,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bcb34499-a60b-453d-89f9-e389560ca319 Date: Mon, 19 Nov 2018 06:43:41 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:43:41,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-bcb34499-a60b-453d-89f9-e389560ca319 2018-11-19 06:43:41,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:41,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dbe825e0-a431-4c13-b1ad-2f449342e65d Date: Mon, 19 Nov 2018 06:43:41 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:43:41,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-dbe825e0-a431-4c13-b1ad-2f449342e65d 2018-11-19 06:43:41,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:41,848 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eca22477-1b32-46ac-bce5-9d6eff62d667 x-compute-request-id: req-eca22477-1b32-46ac-bce5-9d6eff62d667 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:41,848 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-eca22477-1b32-46ac-bce5-9d6eff62d667 2018-11-19 06:43:41,849 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:43:41,849 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:43:41,852 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:42,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13c056f6-502d-415b-b88d-8904d32cba98 x-compute-request-id: req-13c056f6-502d-415b-b88d-8904d32cba98 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:42,403 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-13c056f6-502d-415b-b88d-8904d32cba98 2018-11-19 06:43:42,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:42,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5b2a7bc5-af03-487d-bacf-04188d5069e9 Date: Mon, 19 Nov 2018 06:43:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:42,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-5b2a7bc5-af03-487d-bacf-04188d5069e9 2018-11-19 06:43:42,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:42,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7efb632-2e19-4a26-8201-2ef1d0b4f532 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:42,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-f7efb632-2e19-4a26-8201-2ef1d0b4f532 2018-11-19 06:43:42,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:42,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8e5a4b7a-07c3-4857-9dd8-80592912e8ca Date: Mon, 19 Nov 2018 06:43:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:42,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-8e5a4b7a-07c3-4857-9dd8-80592912e8ca 2018-11-19 06:43:42,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:43,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-e04fe74e-101b-4d50-8291-9ed89eaece5f Date: Mon, 19 Nov 2018 06:43:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:39Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["17c8f1e3-e4f4-4150-a024-71b08948b10e","7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:43:43,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-e04fe74e-101b-4d50-8291-9ed89eaece5f 2018-11-19 06:43:43,101 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:43:43,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:43,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-2f41fda8-985f-49f3-a77a-cd54bf78ae0f Date: Mon, 19 Nov 2018 06:43:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:43:43,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-2f41fda8-985f-49f3-a77a-cd54bf78ae0f 2018-11-19 06:43:43,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:43,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3244f96f-7d4a-46d4-8d0b-d38a7d9e530d Date: Mon, 19 Nov 2018 06:43:43 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:43:43,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-3244f96f-7d4a-46d4-8d0b-d38a7d9e530d 2018-11-19 06:43:43,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "8dfe4521-fc09-432d-a164-547758f6f60b"}}' 2018-11-19 06:43:45,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-eaa184d9-9f43-41a7-be24-7b4ba0ea8b5b Date: Mon, 19 Nov 2018 06:43:45 GMT RESP BODY: {"floatingip": {"router_id": "07306c06-9583-477f-be2e-a1bdef38f6ab", "status": "DOWN", "description": "", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:44Z", "updated_at": "2018-11-19T06:43:44Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_id": "8dfe4521-fc09-432d-a164-547758f6f60b", "id": "1474c768-0f35-48f0-90cf-9fd70f71d2aa"}} 2018-11-19 06:43:45,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-eaa184d9-9f43-41a7-be24-7b4ba0ea8b5b 2018-11-19 06:43:45,278 - create_instance - INFO - Created floating IP 172.30.9.210 via router - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router 2018-11-19 06:43:45,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:45,602 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43: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-be680d03-296f-4f2d-b517-d277cd9968d8 x-compute-request-id: req-be680d03-296f-4f2d-b517-d277cd9968d8 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:45,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-be680d03-296f-4f2d-b517-d277cd9968d8 2018-11-19 06:43:45,602 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:43:45,602 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:43:45,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:45,923 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43: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-644b7fae-58b5-498f-b1e9-beb35be16bd4 x-compute-request-id: req-644b7fae-58b5-498f-b1e9-beb35be16bd4 Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:45,923 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-644b7fae-58b5-498f-b1e9-beb35be16bd4 2018-11-19 06:43:45,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:46,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e80ccebf-9463-41bc-8f7d-bd5080a93099 Date: Mon, 19 Nov 2018 06:43:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:46,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-e80ccebf-9463-41bc-8f7d-bd5080a93099 2018-11-19 06:43:46,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:46,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eacab13-0e7a-49cb-a144-189abe5e75a3 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:46,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-7eacab13-0e7a-49cb-a144-189abe5e75a3 2018-11-19 06:43:46,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:46,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dbe22c89-a718-4226-b429-8fb12e147c31 Date: Mon, 19 Nov 2018 06:43:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:46,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-dbe22c89-a718-4226-b429-8fb12e147c31 2018-11-19 06:43:46,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:46,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-595ef0ad-6ad2-40aa-96da-55672ff08ed4 Date: Mon, 19 Nov 2018 06:43:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:39Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["17c8f1e3-e4f4-4150-a024-71b08948b10e","7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:43:46,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-595ef0ad-6ad2-40aa-96da-55672ff08ed4 2018-11-19 06:43:46,268 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-11-19 06:43:46,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:46,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0b75430-ee21-4f68-a4ac-c83a22159d1d x-compute-request-id: req-c0b75430-ee21-4f68-a4ac-c83a22159d1d Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:46,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-c0b75430-ee21-4f68-a4ac-c83a22159d1d 2018-11-19 06:43:46,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:43:47,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c904923c-e0ef-4d00-92d6-b23d1384d45a x-compute-request-id: req-c904923c-e0ef-4d00-92d6-b23d1384d45a Content-Encoding: gzip Content-Length: 9651 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 468689943 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128800] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130457] pid_max: default: 32768 minimum: 301\n[ 0.131350] ACPI: Core revision 20150930\n[ 0.132755] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134064] Security Framework initialized\n[ 0.134883] Yama: becoming mindful.\n[ 0.135617] AppArmor: AppArmor initialized\n[ 0.136475] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137766] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139027] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140227] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141595] Initializing cgroup subsys io\n[ 0.142413] Initializing cgroup subsys memory\n[ 0.143274] Initializing cgroup subsys devices\n[ 0.144154] Initializing cgroup subsys freezer\n[ 0.145027] Initializing cgroup subsys net_cls\n[ 0.145898] Initializing cgroup subsys perf_event\n[ 0.146809] Initializing cgroup subsys net_prio\n[ 0.147693] Initializing cgroup subsys hugetlb\n[ 0.148574] Initializing cgroup subsys pids\n[ 0.149452] CPU: Physical Processor ID: 0\n[ 0.150965] mce: CPU supports 10 MCE banks\n[ 0.151822] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161503] ftrace: allocating 31920 entries in 125 pages\n[ 0.187568] smpboot: Max logical packages: 2\n[ 0.188432] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189639] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190994] x2apic enabled\n[ 0.191811] Switched APIC routing to physical x2apic.\n[ 0.193571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194802] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196949] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198884] KVM setup paravirtual spinlock\n[ 0.200310] x86: Booting SMP configuration:\n[ 0.201211] .... node #0, CPUs: #1\n[ 0.202099] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.223974] x86: Booted up 1 node, 2 CPUs\n[ 0.223977] KVM setup async PF for cpu 1\n[ 0.223980] kvm-stealtime: cpu 1, msr f90d940\n[ 0.226683] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.228221] devtmpfs: initialized\n[ 0.229908] evm: security.selinux\n[ 0.230617] evm: security.SMACK64\n[ 0.231319] evm: security.SMACK64EXEC\n[ 0.232083] evm: security.SMACK64TRANSMUTE\n[ 0.232916] evm: security.SMACK64MMAP\n[ 0.233686] evm: security.ima\n[ 0.234331] evm: security.capability\n[ 0.235202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237088] pinctrl core: initialized pinctrl subsystem\n[ 0.238212] RTC time: 6:43:34, date: 11/19/18\n[ 0.239180] NET: Registered protocol family 16\n[ 0.249071] cpuidle: using governor ladder\n[ 0.261163] cpuidle: using governor menu\n[ 0.262004] PCCT header not found.\n[ 0.262780] ACPI: bus type PCI registered\n[ 0.263585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264833] PCI: Using configuration type 1 for base access\n[ 0.278249] ACPI: Added _OSI(Module Device)\n[ 0.279094] ACPI: Added _OSI(Processor Device)\n[ 0.279961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280865] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.283214] ACPI: Interpreter enabled\n[ 0.283976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.285817] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291359] ACPI: (supports S0 S5)\n[ 0.292063] ACPI: Using IOAPIC for interrupt routing\n[ 0.293115] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.296509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.297659] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.298909] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.300110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.302368] acpiphp: Slot [3] registered\n[ 0.303186] acpiphp: Slot [4] registered\n[ 0.303991] acpiphp: Slot [5] registered\n[ 0.304799] acpiphp: Slot [6] registered\n[ 0.305604] acpiphp: Slot [7] registered\n[ 0.306535] acpiphp: Slot [8] registered\n[ 0.307398] acpiphp: Slot [9] registered\n[ 0.308206] acpiphp: Slot [10] registered\n[ 0.319240] acpiphp: Slot [11] registered\n[ 0.320055] acpiphp: Slot [12] registered\n[ 0.320870] acpiphp: Slot [13] registered\n[ 0.321683] acpiphp: Slot [14] registered\n[ 0.322501] acpiphp: Slot [15] registered\n[ 0.323323] acpiphp: Slot [16] registered\n[ 0.324138] acpiphp: Slot [17] registered\n[ 0.324953] acpiphp: Slot [18] registered\n[ 0.325780] acpiphp: Slot [19] registered\n[ 0.326597] acpiphp: Slot [20] registered\n[ 0.327418] acpiphp: Slot [21] registered\n[ 0.328232] acpiphp: Slot [22] registered\n[ 0.329045] acpiphp: Slot [23] registered\n[ 0.329867] acpiphp: Slot [24] registered\n[ 0.330680] acpiphp: Slot [25] registered\n[ 0.331499] acpiphp: Slot [26] registered\n[ 0.332318] acpiphp: Slot [27] registered\n[ 0.333129] acpiphp: Slot [28] registered\n[ 0.333943] acpiphp: Slot [29] registered\n[ 0.334757] acpiphp: Slot [30] registered\n[ 0.335578] acpiphp: Slot [31] registered\n[ 0.336389] PCI host bridge to bus 0000:00\n[ 0.337201] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338414] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341084] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.348869] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358968] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411370] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412760] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414053] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415238] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417932] vgaarb: loaded\n[ 0.418550] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419738] SCSI subsystem initialized\n[ 0.420579] ACPI: bus type USB registered\n[ 0.421421] usbcore: registered new interface driver usbfs\n[ 0.422460] usbcore: registered new interface driver hub\n[ 0.423480] usbcore: registered new device driver usb\n[ 0.424581] PCI: Using ACPI for IRQ routing\n[ 0.425611] NetLabel: Initializing\n[ 0.426331] NetLabel: domain hash size = 128\n[ 0.427201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428158] NetLabel: unlabeled traffic allowed by default\n[ 0.429277] clocksource: Switched to clocksource kvm-clock\n[ 0.435253] AppArmor: AppArmor Filesystem Enabled\n[ 0.436242] pnp: PnP ACPI init\n[ 0.437171] pnp: PnP ACPI: found 5 devices\n[ 0.444262] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445990] NET: Registered protocol family 2\n[ 0.446996] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.448271] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.449449] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.450619] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452865] NET: Registered protocol family 1\n[ 0.453740] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.474527] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493133] Trying to unpack rootfs image as initramfs...\n[ 0.543406] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557493] Scanning for low memory corruption every 60 seconds\n[ 0.558853] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.559971] audit: initializing netlink subsys (disabled)\n[ 0.560968] audit: type=2000 audit(1542609815.192:1): initialized\n[ 0.562270] Initialise system trusted keyring\n[ 0.563202] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564336] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566441] zbud: loaded\n[ 0.567158] VFS: Disk quotas dquot_6.6.0\n[ 0.567963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.569513] fuse init (API version 7.23)\n[ 0.570414] Key type big_key registered\n[ 0.571197] Allocating IMA MOK and blacklist keyrings.\n[ 0.572419] Key type asymmetric registered\n[ 0.573230] Asymmetric key parser 'x509' registered\n[ 0.574180] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.575656] io scheduler noop registered\n[ 0.576444] io scheduler deadline registered (default)\n[ 0.577427] io scheduler cfq registered\n[ 0.578256] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.580533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.581968] ACPI: Power Button [PWRF]\n[ 0.582821] GHES: HEST is not enabled!\n[ 0.601112] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639689] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643424] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.669837] Linux agpgart interface v0.103\n[ 0.672643] brd: module loaded\n[ 0.674034] loop: module loaded\n[ 0.679862] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.681307] GPT:90111 != 20971519\n[ 0.681987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.683063] GPT:90111 != 20971519\n[ 0.683738] GPT: Use GNU Parted to correct GPT errors.\n[ 0.684690] vda: vda1 vda15\n[ 0.686300] scsi host0: ata_piix\n[ 0.687095] scsi host1: ata_piix\n[ 0.687809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.689003] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.690276] libphy: Fixed MDIO Bus: probed\n[ 0.691127] tun: Universal TUN/TAP device driver, 1.6\n[ 0.692118] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694217] PPP generic driver version 2.4.2\n[ 0.695149] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696385] ehci-pci: EHCI PCI platform driver\n[ 0.697246] ehci-platform: EHCI generic platform driver\n[ 0.698223] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699330] ohci-pci: OHCI PCI platform driver\n[ 0.700186] ohci-platform: OHCI generic platform driver\n[ 0.701152] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.720776] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.722028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.723713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.724819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.725928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.727142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728532] usb usb1: Product: UHCI Host Controller\n[ 0.729458] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.730582] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.731597] hub 1-0:1.0: USB hub found\n[ 0.732367] hub 1-0:1.0: 2 ports detected\n[ 0.733263] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735371] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736331] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.737388] mousedev: PS/2 mouse device common for all mice\n[ 0.738644] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.740450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.741560] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742743] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743916] i2c /dev entries driver\n[ 0.744671] device-mapper: uevent: version 1.0.3\n[ 0.745622] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.747234] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748581] NET: Registered protocol family 10\n[ 0.749603] NET: Registered protocol family 17\n[ 0.750488] Key type dns_resolver registered\n[ 0.751434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752508] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753871] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.755637] registered taskstats version 1\n[ 0.756468] Loading compiled-in X.509 certificates\n[ 0.757899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759727] zswap: loaded using pool lzo/zbud\n[ 0.761236] Key type trusted registered\n[ 0.762870] Key type encrypted registered\n[ 0.763687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764696] ima: No TPM chip found, activating TPM-bypass!\n[ 0.765723] evm: HMAC attrs: 0x1\n[ 0.766666] Magic number: 10:776:721\n[ 0.767429] block loop1: hash matches\n[ 0.778626] rtc_cmos 00:00: setting system clock to 2018-11-19 06:43:35 UTC (1542609815)\n[ 0.780270] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.781380] EDD information not available.\n[ 0.846477] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.848038] Write protecting the kernel read-only data: 14336k\n[ 0.849644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.851457] 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.16\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.384470] 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.6...\nLease of 10.55.1.6 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.36. 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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\nssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\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.6,24,fe80::f816:3eff:fed4:e42d/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \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-125d0f46-f882-4791-b8fd-c44a25\nlaunch-index: 0\n=== cirros: current=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.\ncreateinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: "} 2018-11-19 06:43:47,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-c904923c-e0ef-4d00-92d6-b23d1384d45a 2018-11-19 06:43:47,810 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:43:47,810 - 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 468689943 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128800] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130457] pid_max: default: 32768 minimum: 301 [ 0.131350] ACPI: Core revision 20150930 [ 0.132755] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134064] Security Framework initialized [ 0.134883] Yama: becoming mindful. [ 0.135617] AppArmor: AppArmor initialized [ 0.136475] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137766] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139027] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140227] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141595] Initializing cgroup subsys io [ 0.142413] Initializing cgroup subsys memory [ 0.143274] Initializing cgroup subsys devices [ 0.144154] Initializing cgroup subsys freezer [ 0.145027] Initializing cgroup subsys net_cls [ 0.145898] Initializing cgroup subsys perf_event [ 0.146809] Initializing cgroup subsys net_prio [ 0.147693] Initializing cgroup subsys hugetlb [ 0.148574] Initializing cgroup subsys pids [ 0.149452] CPU: Physical Processor ID: 0 [ 0.150965] mce: CPU supports 10 MCE banks [ 0.151822] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161503] ftrace: allocating 31920 entries in 125 pages [ 0.187568] smpboot: Max logical packages: 2 [ 0.188432] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189639] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190994] x2apic enabled [ 0.191811] Switched APIC routing to physical x2apic. [ 0.193571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194802] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196949] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198884] KVM setup paravirtual spinlock [ 0.200310] x86: Booting SMP configuration: [ 0.201211] .... node #0, CPUs: #1 [ 0.202099] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.223974] x86: Booted up 1 node, 2 CPUs [ 0.223977] KVM setup async PF for cpu 1 [ 0.223980] kvm-stealtime: cpu 1, msr f90d940 [ 0.226683] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.228221] devtmpfs: initialized [ 0.229908] evm: security.selinux [ 0.230617] evm: security.SMACK64 [ 0.231319] evm: security.SMACK64EXEC [ 0.232083] evm: security.SMACK64TRANSMUTE [ 0.232916] evm: security.SMACK64MMAP [ 0.233686] evm: security.ima [ 0.234331] evm: security.capability [ 0.235202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237088] pinctrl core: initialized pinctrl subsystem [ 0.238212] RTC time: 6:43:34, date: 11/19/18 [ 0.239180] NET: Registered protocol family 16 [ 0.249071] cpuidle: using governor ladder [ 0.261163] cpuidle: using governor menu [ 0.262004] PCCT header not found. [ 0.262780] ACPI: bus type PCI registered [ 0.263585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264833] PCI: Using configuration type 1 for base access [ 0.278249] ACPI: Added _OSI(Module Device) [ 0.279094] ACPI: Added _OSI(Processor Device) [ 0.279961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280865] ACPI: Added _OSI(Processor Aggregator Device) [ 0.283214] ACPI: Interpreter enabled [ 0.283976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.285817] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291359] ACPI: (supports S0 S5) [ 0.292063] ACPI: Using IOAPIC for interrupt routing [ 0.293115] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.296509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.297659] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.298909] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.300110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.302368] acpiphp: Slot [3] registered [ 0.303186] acpiphp: Slot [4] registered [ 0.303991] acpiphp: Slot [5] registered [ 0.304799] acpiphp: Slot [6] registered [ 0.305604] acpiphp: Slot [7] registered [ 0.306535] acpiphp: Slot [8] registered [ 0.307398] acpiphp: Slot [9] registered [ 0.308206] acpiphp: Slot [10] registered [ 0.319240] acpiphp: Slot [11] registered [ 0.320055] acpiphp: Slot [12] registered [ 0.320870] acpiphp: Slot [13] registered [ 0.321683] acpiphp: Slot [14] registered [ 0.322501] acpiphp: Slot [15] registered [ 0.323323] acpiphp: Slot [16] registered [ 0.324138] acpiphp: Slot [17] registered [ 0.324953] acpiphp: Slot [18] registered [ 0.325780] acpiphp: Slot [19] registered [ 0.326597] acpiphp: Slot [20] registered [ 0.327418] acpiphp: Slot [21] registered [ 0.328232] acpiphp: Slot [22] registered [ 0.329045] acpiphp: Slot [23] registered [ 0.329867] acpiphp: Slot [24] registered [ 0.330680] acpiphp: Slot [25] registered [ 0.331499] acpiphp: Slot [26] registered [ 0.332318] acpiphp: Slot [27] registered [ 0.333129] acpiphp: Slot [28] registered [ 0.333943] acpiphp: Slot [29] registered [ 0.334757] acpiphp: Slot [30] registered [ 0.335578] acpiphp: Slot [31] registered [ 0.336389] PCI host bridge to bus 0000:00 [ 0.337201] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338414] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341084] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342540] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.348869] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.351341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.358968] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.409946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411370] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.412760] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.414053] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.415238] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.416370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.417932] vgaarb: loaded [ 0.418550] vgaarb: bridge control possible 0000:00:02.0 [ 0.419738] SCSI subsystem initialized [ 0.420579] ACPI: bus type USB registered [ 0.421421] usbcore: registered new interface driver usbfs [ 0.422460] usbcore: registered new interface driver hub [ 0.423480] usbcore: registered new device driver usb [ 0.424581] PCI: Using ACPI for IRQ routing [ 0.425611] NetLabel: Initializing [ 0.426331] NetLabel: domain hash size = 128 [ 0.427201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428158] NetLabel: unlabeled traffic allowed by default [ 0.429277] clocksource: Switched to clocksource kvm-clock [ 0.435253] AppArmor: AppArmor Filesystem Enabled [ 0.436242] pnp: PnP ACPI init [ 0.437171] pnp: PnP ACPI: found 5 devices [ 0.444262] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445990] NET: Registered protocol family 2 [ 0.446996] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448271] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.449449] TCP: Hash tables configured (established 2048 bind 2048) [ 0.450619] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.451697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.452865] NET: Registered protocol family 1 [ 0.453740] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.454838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.455908] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.474527] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493133] Trying to unpack rootfs image as initramfs... [ 0.543406] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557493] Scanning for low memory corruption every 60 seconds [ 0.558853] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.559971] audit: initializing netlink subsys (disabled) [ 0.560968] audit: type=2000 audit(1542609815.192:1): initialized [ 0.562270] Initialise system trusted keyring [ 0.563202] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564336] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566441] zbud: loaded [ 0.567158] VFS: Disk quotas dquot_6.6.0 [ 0.567963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569513] fuse init (API version 7.23) [ 0.570414] Key type big_key registered [ 0.571197] Allocating IMA MOK and blacklist keyrings. [ 0.572419] Key type asymmetric registered [ 0.573230] Asymmetric key parser 'x509' registered [ 0.574180] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.575656] io scheduler noop registered [ 0.576444] io scheduler deadline registered (default) [ 0.577427] io scheduler cfq registered [ 0.578256] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.580533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581968] ACPI: Power Button [PWRF] [ 0.582821] GHES: HEST is not enabled! [ 0.601112] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639689] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.643424] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.667374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.669837] Linux agpgart interface v0.103 [ 0.672643] brd: module loaded [ 0.674034] loop: module loaded [ 0.679862] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.681307] GPT:90111 != 20971519 [ 0.681987] GPT:Alternate GPT header not at the end of the disk. [ 0.683063] GPT:90111 != 20971519 [ 0.683738] GPT: Use GNU Parted to correct GPT errors. [ 0.684690] vda: vda1 vda15 [ 0.686300] scsi host0: ata_piix [ 0.687095] scsi host1: ata_piix [ 0.687809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.689003] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.690276] libphy: Fixed MDIO Bus: probed [ 0.691127] tun: Universal TUN/TAP device driver, 1.6 [ 0.692118] tun: (C) 1999-2004 Max Krasnyansky [ 0.694217] PPP generic driver version 2.4.2 [ 0.695149] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.696385] ehci-pci: EHCI PCI platform driver [ 0.697246] ehci-platform: EHCI generic platform driver [ 0.698223] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.699330] ohci-pci: OHCI PCI platform driver [ 0.700186] ohci-platform: OHCI generic platform driver [ 0.701152] uhci_hcd: USB Universal Host Controller Interface driver [ 0.720776] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.722028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.723713] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.724819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.725928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.727142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728532] usb usb1: Product: UHCI Host Controller [ 0.729458] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.730582] usb usb1: SerialNumber: 0000:00:01.2 [ 0.731597] hub 1-0:1.0: USB hub found [ 0.732367] hub 1-0:1.0: 2 ports detected [ 0.733263] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.735371] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.736331] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.737388] mousedev: PS/2 mouse device common for all mice [ 0.738644] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.740450] rtc_cmos 00:00: RTC can wake from S4 [ 0.741560] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742743] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.743916] i2c /dev entries driver [ 0.744671] device-mapper: uevent: version 1.0.3 [ 0.745622] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.747234] ledtrig-cpu: registered to indicate activity on CPUs [ 0.748581] NET: Registered protocol family 10 [ 0.749603] NET: Registered protocol family 17 [ 0.750488] Key type dns_resolver registered [ 0.751434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.752508] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.753871] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.755637] registered taskstats version 1 [ 0.756468] Loading compiled-in X.509 certificates [ 0.757899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.759727] zswap: loaded using pool lzo/zbud [ 0.761236] Key type trusted registered [ 0.762870] Key type encrypted registered [ 0.763687] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764696] ima: No TPM chip found, activating TPM-bypass! [ 0.765723] evm: HMAC attrs: 0x1 [ 0.766666] Magic number: 10:776:721 [ 0.767429] block loop1: hash matches [ 0.778626] rtc_cmos 00:00: setting system clock to 2018-11-19 06:43:35 UTC (1542609815) [ 0.780270] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.781380] EDD information not available. [ 0.846477] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.848038] Write protecting the kernel read-only data: 14336k [ 0.849644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.851457] 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.16 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.384470] 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.6... Lease of 10.55.1.6 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.36. 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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 ssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fed4:e42d/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 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-125d0f46-f882-4791-b8fd-c44a25 launch-index: 0 === cirros: current=0.4.0 uptime=3.27 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: 2018-11-19 06:43:47,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:48,212 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-960a04b9-82b9-43b6-9784-19e202579342 x-compute-request-id: req-960a04b9-82b9-43b6-9784-19e202579342 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:48,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-960a04b9-82b9-43b6-9784-19e202579342 2018-11-19 06:43:48,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:48,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-1fdbe3a9-fdf8-4699-95fe-35285982a2cb Date: Mon, 19 Nov 2018 06:43: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:48,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-1fdbe3a9-fdf8-4699-95fe-35285982a2cb 2018-11-19 06:43:48,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:48,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1d63a5-e4fe-4e23-8736-a3285f5eb4e0 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:48,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-0c1d63a5-e4fe-4e23-8736-a3285f5eb4e0 2018-11-19 06:43:48,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:48,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df04e249-c52c-4710-9121-30497dbcf86f Date: Mon, 19 Nov 2018 06:43:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:48,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-df04e249-c52c-4710-9121-30497dbcf86f 2018-11-19 06:43:48,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:48,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-94e1bc6a-5ee9-45b4-9972-c3518181b1e8 Date: Mon, 19 Nov 2018 06:43:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:39Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["17c8f1e3-e4f4-4150-a024-71b08948b10e","7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:43:48,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-94e1bc6a-5ee9-45b4-9972-c3518181b1e8 2018-11-19 06:43:48,577 - create_instance - INFO - Checking if VM is active 2018-11-19 06:43:48,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:49,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a5568375-8d22-4ae9-9511-9d03d6bac744 x-compute-request-id: req-a5568375-8d22-4ae9-9511-9d03d6bac744 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:49,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-a5568375-8d22-4ae9-9511-9d03d6bac744 2018-11-19 06:43:49,058 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:43:49,058 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:43:49,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:49,370 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5316a757-2390-4052-88b8-fc2ce47ac58b x-compute-request-id: req-5316a757-2390-4052-88b8-fc2ce47ac58b Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:49,370 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-5316a757-2390-4052-88b8-fc2ce47ac58b 2018-11-19 06:43:49,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:49,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-cb27e5df-11da-4ccb-8a55-7d7549a26b92 Date: Mon, 19 Nov 2018 06:43:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:43:49,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-cb27e5df-11da-4ccb-8a55-7d7549a26b92 2018-11-19 06:43:49,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:49,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d03972-edf9-44d5-b638-ceb8bd343e0a Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:43:49,557 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-61d03972-edf9-44d5-b638-ceb8bd343e0a 2018-11-19 06:43:49,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:49,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b4665952-016b-4bfb-be95-1f803b27173b Date: Mon, 19 Nov 2018 06:43:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:43:49,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-b4665952-016b-4bfb-be95-1f803b27173b 2018-11-19 06:43:49,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:49,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-14521ba6-0500-4207-abc7-b9c12a12211c Date: Mon, 19 Nov 2018 06:43:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:39Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["17c8f1e3-e4f4-4150-a024-71b08948b10e","7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:43:49,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-14521ba6-0500-4207-abc7-b9c12a12211c 2018-11-19 06:43:49,719 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:43:49,723 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f5da490L 2018-11-19 06:43:49,723 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:43:49,723 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:43:49,723 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:43:49,724 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:43:49,725 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:43:49,725 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:43:49,725 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:43:49,725 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:43:49,725 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:43:49,742 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:43:49,742 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:43:49,755 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:43:49,780 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:43:49,783 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:43:49,883 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:43:49,901 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:43:49,902 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:43:49,904 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f67f710L 2018-11-19 06:43:49,904 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:43:49,904 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:43:49,904 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:43:49,905 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:43:49,905 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:43:49,905 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:43:49,905 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:43:49,905 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:43:49,906 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:43:49,922 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:43:49,922 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:43:49,936 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:43:49,960 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:43:49,963 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:43:49,969 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:43:49,969 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:43:49,970 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:43:49,971 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:43:49,972 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:43:49,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:43:50,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49b90351-977a-476a-8ae8-b33ec98edc77 x-compute-request-id: req-49b90351-977a-476a-8ae8-b33ec98edc77 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:43:35Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:43:50,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-49b90351-977a-476a-8ae8-b33ec98edc77 2018-11-19 06:43:50,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"reboot": {"type": "SOFT"}}' 2018-11-19 06:43:50,653 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:43:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33aaa148-cf77-4677-b23d-0c0d658c86ef x-compute-request-id: req-33aaa148-cf77-4677-b23d-0c0d658c86ef Content-Length: 0 Content-Type: application/json 2018-11-19 06:43:50,653 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-33aaa148-cf77-4677-b23d-0c0d658c86ef 2018-11-19 06:44:05,663 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-11-19 06:44:05,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:06,019 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0c9e331-3110-4cfb-b078-95302e64647d x-compute-request-id: req-a0c9e331-3110-4cfb-b078-95302e64647d Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-11-19T06:43:51Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:06,020 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-a0c9e331-3110-4cfb-b078-95302e64647d 2018-11-19 06:44:06,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:44:07,099 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-234ca23a-a2e7-4227-8457-ab742b41593c x-compute-request-id: req-234ca23a-a2e7-4227-8457-ab742b41593c Content-Encoding: gzip Content-Length: 9697 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 468689943 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.128800] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.130457] pid_max: default: 32768 minimum: 301\n[ 0.131350] ACPI: Core revision 20150930\n[ 0.132755] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134064] Security Framework initialized\n[ 0.134883] Yama: becoming mindful.\n[ 0.135617] AppArmor: AppArmor initialized\n[ 0.136475] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.137766] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.139027] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.140227] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.141595] Initializing cgroup subsys io\n[ 0.142413] Initializing cgroup subsys memory\n[ 0.143274] Initializing cgroup subsys devices\n[ 0.144154] Initializing cgroup subsys freezer\n[ 0.145027] Initializing cgroup subsys net_cls\n[ 0.145898] Initializing cgroup subsys perf_event\n[ 0.146809] Initializing cgroup subsys net_prio\n[ 0.147693] Initializing cgroup subsys hugetlb\n[ 0.148574] Initializing cgroup subsys pids\n[ 0.149452] CPU: Physical Processor ID: 0\n[ 0.150965] mce: CPU supports 10 MCE banks\n[ 0.151822] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.155097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.161503] ftrace: allocating 31920 entries in 125 pages\n[ 0.187568] smpboot: Max logical packages: 2\n[ 0.188432] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.189639] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.190994] x2apic enabled\n[ 0.191811] Switched APIC routing to physical x2apic.\n[ 0.193571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.194802] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.196949] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.198884] KVM setup paravirtual spinlock\n[ 0.200310] x86: Booting SMP configuration:\n[ 0.201211] .... node #0, CPUs: #1\n[ 0.202099] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.223974] x86: Booted up 1 node, 2 CPUs\n[ 0.223977] KVM setup async PF for cpu 1\n[ 0.223980] kvm-stealtime: cpu 1, msr f90d940\n[ 0.226683] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.228221] devtmpfs: initialized\n[ 0.229908] evm: security.selinux\n[ 0.230617] evm: security.SMACK64\n[ 0.231319] evm: security.SMACK64EXEC\n[ 0.232083] evm: security.SMACK64TRANSMUTE\n[ 0.232916] evm: security.SMACK64MMAP\n[ 0.233686] evm: security.ima\n[ 0.234331] evm: security.capability\n[ 0.235202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237088] pinctrl core: initialized pinctrl subsystem\n[ 0.238212] RTC time: 6:43:34, date: 11/19/18\n[ 0.239180] NET: Registered protocol family 16\n[ 0.249071] cpuidle: using governor ladder\n[ 0.261163] cpuidle: using governor menu\n[ 0.262004] PCCT header not found.\n[ 0.262780] ACPI: bus type PCI registered\n[ 0.263585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264833] PCI: Using configuration type 1 for base access\n[ 0.278249] ACPI: Added _OSI(Module Device)\n[ 0.279094] ACPI: Added _OSI(Processor Device)\n[ 0.279961] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.280865] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.283214] ACPI: Interpreter enabled\n[ 0.283976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.285817] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.287664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.289508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.291359] ACPI: (supports S0 S5)\n[ 0.292063] ACPI: Using IOAPIC for interrupt routing\n[ 0.293115] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.296509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.297659] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.298909] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.300110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.302368] acpiphp: Slot [3] registered\n[ 0.303186] acpiphp: Slot [4] registered\n[ 0.303991] acpiphp: Slot [5] registered\n[ 0.304799] acpiphp: Slot [6] registered\n[ 0.305604] acpiphp: Slot [7] registered\n[ 0.306535] acpiphp: Slot [8] registered\n[ 0.307398] acpiphp: Slot [9] registered\n[ 0.308206] acpiphp: Slot [10] registered\n[ 0.319240] acpiphp: Slot [11] registered\n[ 0.320055] acpiphp: Slot [12] registered\n[ 0.320870] acpiphp: Slot [13] registered\n[ 0.321683] acpiphp: Slot [14] registered\n[ 0.322501] acpiphp: Slot [15] registered\n[ 0.323323] acpiphp: Slot [16] registered\n[ 0.324138] acpiphp: Slot [17] registered\n[ 0.324953] acpiphp: Slot [18] registered\n[ 0.325780] acpiphp: Slot [19] registered\n[ 0.326597] acpiphp: Slot [20] registered\n[ 0.327418] acpiphp: Slot [21] registered\n[ 0.328232] acpiphp: Slot [22] registered\n[ 0.329045] acpiphp: Slot [23] registered\n[ 0.329867] acpiphp: Slot [24] registered\n[ 0.330680] acpiphp: Slot [25] registered\n[ 0.331499] acpiphp: Slot [26] registered\n[ 0.332318] acpiphp: Slot [27] registered\n[ 0.333129] acpiphp: Slot [28] registered\n[ 0.333943] acpiphp: Slot [29] registered\n[ 0.334757] acpiphp: Slot [30] registered\n[ 0.335578] acpiphp: Slot [31] registered\n[ 0.336389] PCI host bridge to bus 0000:00\n[ 0.337201] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.338414] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.339633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.341084] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.342540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.348869] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.350161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.351341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.352609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.358968] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.360363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.409946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411370] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.412760] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414053] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415238] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.417932] vgaarb: loaded\n[ 0.418550] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419738] SCSI subsystem initialized\n[ 0.420579] ACPI: bus type USB registered\n[ 0.421421] usbcore: registered new interface driver usbfs\n[ 0.422460] usbcore: registered new interface driver hub\n[ 0.423480] usbcore: registered new device driver usb\n[ 0.424581] PCI: Using ACPI for IRQ routing\n[ 0.425611] NetLabel: Initializing\n[ 0.426331] NetLabel: domain hash size = 128\n[ 0.427201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428158] NetLabel: unlabeled traffic allowed by default\n[ 0.429277] clocksource: Switched to clocksource kvm-clock\n[ 0.435253] AppArmor: AppArmor Filesystem Enabled\n[ 0.436242] pnp: PnP ACPI init\n[ 0.437171] pnp: PnP ACPI: found 5 devices\n[ 0.444262] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.445990] NET: Registered protocol family 2\n[ 0.446996] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.448271] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.449449] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.450619] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452865] NET: Registered protocol family 1\n[ 0.453740] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454838] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455908] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.474527] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493133] Trying to unpack rootfs image as initramfs...\n[ 0.543406] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557493] Scanning for low memory corruption every 60 seconds\n[ 0.558853] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.559971] audit: initializing netlink subsys (disabled)\n[ 0.560968] audit: type=2000 audit(1542609815.192:1): initialized\n[ 0.562270] Initialise system trusted keyring\n[ 0.563202] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564336] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566441] zbud: loaded\n[ 0.567158] VFS: Disk quotas dquot_6.6.0\n[ 0.567963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.569513] fuse init (API version 7.23)\n[ 0.570414] Key type big_key registered\n[ 0.571197] Allocating IMA MOK and blacklist keyrings.\n[ 0.572419] Key type asymmetric registered\n[ 0.573230] Asymmetric key parser 'x509' registered\n[ 0.574180] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.575656] io scheduler noop registered\n[ 0.576444] io scheduler deadline registered (default)\n[ 0.577427] io scheduler cfq registered\n[ 0.578256] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.580533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.581968] ACPI: Power Button [PWRF]\n[ 0.582821] GHES: HEST is not enabled!\n[ 0.601112] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.639689] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.643424] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.667374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.669837] Linux agpgart interface v0.103\n[ 0.672643] brd: module loaded\n[ 0.674034] loop: module loaded\n[ 0.679862] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.681307] GPT:90111 != 20971519\n[ 0.681987] GPT:Alternate GPT header not at the end of the disk.\n[ 0.683063] GPT:90111 != 20971519\n[ 0.683738] GPT: Use GNU Parted to correct GPT errors.\n[ 0.684690] vda: vda1 vda15\n[ 0.686300] scsi host0: ata_piix\n[ 0.687095] scsi host1: ata_piix\n[ 0.687809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.689003] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.690276] libphy: Fixed MDIO Bus: probed\n[ 0.691127] tun: Universal TUN/TAP device driver, 1.6\n[ 0.692118] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.694217] PPP generic driver version 2.4.2\n[ 0.695149] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.696385] ehci-pci: EHCI PCI platform driver\n[ 0.697246] ehci-platform: EHCI generic platform driver\n[ 0.698223] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.699330] ohci-pci: OHCI PCI platform driver\n[ 0.700186] ohci-platform: OHCI generic platform driver\n[ 0.701152] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.720776] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.722028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.723713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.724819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.725928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.727142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.728532] usb usb1: Product: UHCI Host Controller\n[ 0.729458] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.730582] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.731597] hub 1-0:1.0: USB hub found\n[ 0.732367] hub 1-0:1.0: 2 ports detected\n[ 0.733263] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.735371] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.736331] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.737388] mousedev: PS/2 mouse device common for all mice\n[ 0.738644] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.740450] rtc_cmos 00:00: RTC can wake from S4\n[ 0.741560] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.742743] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743916] i2c /dev entries driver\n[ 0.744671] device-mapper: uevent: version 1.0.3\n[ 0.745622] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.747234] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.748581] NET: Registered protocol family 10\n[ 0.749603] NET: Registered protocol family 17\n[ 0.750488] Key type dns_resolver registered\n[ 0.751434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.752508] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.753871] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.755637] registered taskstats version 1\n[ 0.756468] Loading compiled-in X.509 certificates\n[ 0.757899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.759727] zswap: loaded using pool lzo/zbud\n[ 0.761236] Key type trusted registered\n[ 0.762870] Key type encrypted registered\n[ 0.763687] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.764696] ima: No TPM chip found, activating TPM-bypass!\n[ 0.765723] evm: HMAC attrs: 0x1\n[ 0.766666] Magic number: 10:776:721\n[ 0.767429] block loop1: hash matches\n[ 0.778626] rtc_cmos 00:00: setting system clock to 2018-11-19 06:43:35 UTC (1542609815)\n[ 0.780270] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.781380] EDD information not available.\n[ 0.846477] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.848038] Write protecting the kernel read-only data: 14336k\n[ 0.849644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.851457] 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.16\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.384470] 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.6...\nLease of 10.55.1.6 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.36. 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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\nssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\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.6,24,fe80::f816:3eff:fed4:e42d/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \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-125d0f46-f882-4791-b8fd-c44a25\nlaunch-index: 0\n=== cirros: current=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.\ncreateinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: The system is going down NOW!\nSent SIGTERM to all processes\nSent SIGKILL to all processes\n"} 2018-11-19 06:44:07,099 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-234ca23a-a2e7-4227-8457-ab742b41593c 2018-11-19 06:44:07,101 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:44:07,101 - 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 468689943 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.128800] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.130457] pid_max: default: 32768 minimum: 301 [ 0.131350] ACPI: Core revision 20150930 [ 0.132755] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.134064] Security Framework initialized [ 0.134883] Yama: becoming mindful. [ 0.135617] AppArmor: AppArmor initialized [ 0.136475] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.137766] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.139027] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.140227] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.141595] Initializing cgroup subsys io [ 0.142413] Initializing cgroup subsys memory [ 0.143274] Initializing cgroup subsys devices [ 0.144154] Initializing cgroup subsys freezer [ 0.145027] Initializing cgroup subsys net_cls [ 0.145898] Initializing cgroup subsys perf_event [ 0.146809] Initializing cgroup subsys net_prio [ 0.147693] Initializing cgroup subsys hugetlb [ 0.148574] Initializing cgroup subsys pids [ 0.149452] CPU: Physical Processor ID: 0 [ 0.150965] mce: CPU supports 10 MCE banks [ 0.151822] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.152827] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.155097] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.161503] ftrace: allocating 31920 entries in 125 pages [ 0.187568] smpboot: Max logical packages: 2 [ 0.188432] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.189639] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.190994] x2apic enabled [ 0.191811] Switched APIC routing to physical x2apic. [ 0.193571] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.194802] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.196949] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.198884] KVM setup paravirtual spinlock [ 0.200310] x86: Booting SMP configuration: [ 0.201211] .... node #0, CPUs: #1 [ 0.202099] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.223974] x86: Booted up 1 node, 2 CPUs [ 0.223977] KVM setup async PF for cpu 1 [ 0.223980] kvm-stealtime: cpu 1, msr f90d940 [ 0.226683] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.228221] devtmpfs: initialized [ 0.229908] evm: security.selinux [ 0.230617] evm: security.SMACK64 [ 0.231319] evm: security.SMACK64EXEC [ 0.232083] evm: security.SMACK64TRANSMUTE [ 0.232916] evm: security.SMACK64MMAP [ 0.233686] evm: security.ima [ 0.234331] evm: security.capability [ 0.235202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237088] pinctrl core: initialized pinctrl subsystem [ 0.238212] RTC time: 6:43:34, date: 11/19/18 [ 0.239180] NET: Registered protocol family 16 [ 0.249071] cpuidle: using governor ladder [ 0.261163] cpuidle: using governor menu [ 0.262004] PCCT header not found. [ 0.262780] ACPI: bus type PCI registered [ 0.263585] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.264833] PCI: Using configuration type 1 for base access [ 0.278249] ACPI: Added _OSI(Module Device) [ 0.279094] ACPI: Added _OSI(Processor Device) [ 0.279961] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.280865] ACPI: Added _OSI(Processor Aggregator Device) [ 0.283214] ACPI: Interpreter enabled [ 0.283976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.285817] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.287664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.289508] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.291359] ACPI: (supports S0 S5) [ 0.292063] ACPI: Using IOAPIC for interrupt routing [ 0.293115] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.296509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.297659] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.298909] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.300110] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.302368] acpiphp: Slot [3] registered [ 0.303186] acpiphp: Slot [4] registered [ 0.303991] acpiphp: Slot [5] registered [ 0.304799] acpiphp: Slot [6] registered [ 0.305604] acpiphp: Slot [7] registered [ 0.306535] acpiphp: Slot [8] registered [ 0.307398] acpiphp: Slot [9] registered [ 0.308206] acpiphp: Slot [10] registered [ 0.319240] acpiphp: Slot [11] registered [ 0.320055] acpiphp: Slot [12] registered [ 0.320870] acpiphp: Slot [13] registered [ 0.321683] acpiphp: Slot [14] registered [ 0.322501] acpiphp: Slot [15] registered [ 0.323323] acpiphp: Slot [16] registered [ 0.324138] acpiphp: Slot [17] registered [ 0.324953] acpiphp: Slot [18] registered [ 0.325780] acpiphp: Slot [19] registered [ 0.326597] acpiphp: Slot [20] registered [ 0.327418] acpiphp: Slot [21] registered [ 0.328232] acpiphp: Slot [22] registered [ 0.329045] acpiphp: Slot [23] registered [ 0.329867] acpiphp: Slot [24] registered [ 0.330680] acpiphp: Slot [25] registered [ 0.331499] acpiphp: Slot [26] registered [ 0.332318] acpiphp: Slot [27] registered [ 0.333129] acpiphp: Slot [28] registered [ 0.333943] acpiphp: Slot [29] registered [ 0.334757] acpiphp: Slot [30] registered [ 0.335578] acpiphp: Slot [31] registered [ 0.336389] PCI host bridge to bus 0000:00 [ 0.337201] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.338414] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.339633] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.341084] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.342540] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.348869] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.350161] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.351341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.352609] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.358968] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.360363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407006] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408522] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.409946] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411370] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.412760] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.414053] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.415238] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.416370] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.417932] vgaarb: loaded [ 0.418550] vgaarb: bridge control possible 0000:00:02.0 [ 0.419738] SCSI subsystem initialized [ 0.420579] ACPI: bus type USB registered [ 0.421421] usbcore: registered new interface driver usbfs [ 0.422460] usbcore: registered new interface driver hub [ 0.423480] usbcore: registered new device driver usb [ 0.424581] PCI: Using ACPI for IRQ routing [ 0.425611] NetLabel: Initializing [ 0.426331] NetLabel: domain hash size = 128 [ 0.427201] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428158] NetLabel: unlabeled traffic allowed by default [ 0.429277] clocksource: Switched to clocksource kvm-clock [ 0.435253] AppArmor: AppArmor Filesystem Enabled [ 0.436242] pnp: PnP ACPI init [ 0.437171] pnp: PnP ACPI: found 5 devices [ 0.444262] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.445990] NET: Registered protocol family 2 [ 0.446996] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448271] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.449449] TCP: Hash tables configured (established 2048 bind 2048) [ 0.450619] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.451697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.452865] NET: Registered protocol family 1 [ 0.453740] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.454838] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.455908] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.474527] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493133] Trying to unpack rootfs image as initramfs... [ 0.543406] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557493] Scanning for low memory corruption every 60 seconds [ 0.558853] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.559971] audit: initializing netlink subsys (disabled) [ 0.560968] audit: type=2000 audit(1542609815.192:1): initialized [ 0.562270] Initialise system trusted keyring [ 0.563202] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564336] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566441] zbud: loaded [ 0.567158] VFS: Disk quotas dquot_6.6.0 [ 0.567963] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.569513] fuse init (API version 7.23) [ 0.570414] Key type big_key registered [ 0.571197] Allocating IMA MOK and blacklist keyrings. [ 0.572419] Key type asymmetric registered [ 0.573230] Asymmetric key parser 'x509' registered [ 0.574180] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.575656] io scheduler noop registered [ 0.576444] io scheduler deadline registered (default) [ 0.577427] io scheduler cfq registered [ 0.578256] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579289] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.580533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.581968] ACPI: Power Button [PWRF] [ 0.582821] GHES: HEST is not enabled! [ 0.601112] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.639689] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.643424] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.667374] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.669837] Linux agpgart interface v0.103 [ 0.672643] brd: module loaded [ 0.674034] loop: module loaded [ 0.679862] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.681307] GPT:90111 != 20971519 [ 0.681987] GPT:Alternate GPT header not at the end of the disk. [ 0.683063] GPT:90111 != 20971519 [ 0.683738] GPT: Use GNU Parted to correct GPT errors. [ 0.684690] vda: vda1 vda15 [ 0.686300] scsi host0: ata_piix [ 0.687095] scsi host1: ata_piix [ 0.687809] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.689003] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.690276] libphy: Fixed MDIO Bus: probed [ 0.691127] tun: Universal TUN/TAP device driver, 1.6 [ 0.692118] tun: (C) 1999-2004 Max Krasnyansky [ 0.694217] PPP generic driver version 2.4.2 [ 0.695149] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.696385] ehci-pci: EHCI PCI platform driver [ 0.697246] ehci-platform: EHCI generic platform driver [ 0.698223] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.699330] ohci-pci: OHCI PCI platform driver [ 0.700186] ohci-platform: OHCI generic platform driver [ 0.701152] uhci_hcd: USB Universal Host Controller Interface driver [ 0.720776] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.722028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.723713] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.724819] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.725928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.727142] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.728532] usb usb1: Product: UHCI Host Controller [ 0.729458] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.730582] usb usb1: SerialNumber: 0000:00:01.2 [ 0.731597] hub 1-0:1.0: USB hub found [ 0.732367] hub 1-0:1.0: 2 ports detected [ 0.733263] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.735371] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.736331] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.737388] mousedev: PS/2 mouse device common for all mice [ 0.738644] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.740450] rtc_cmos 00:00: RTC can wake from S4 [ 0.741560] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.742743] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.743916] i2c /dev entries driver [ 0.744671] device-mapper: uevent: version 1.0.3 [ 0.745622] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.747234] ledtrig-cpu: registered to indicate activity on CPUs [ 0.748581] NET: Registered protocol family 10 [ 0.749603] NET: Registered protocol family 17 [ 0.750488] Key type dns_resolver registered [ 0.751434] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.752508] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.753871] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.755637] registered taskstats version 1 [ 0.756468] Loading compiled-in X.509 certificates [ 0.757899] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.759727] zswap: loaded using pool lzo/zbud [ 0.761236] Key type trusted registered [ 0.762870] Key type encrypted registered [ 0.763687] AppArmor: AppArmor sha1 policy hashing enabled [ 0.764696] ima: No TPM chip found, activating TPM-bypass! [ 0.765723] evm: HMAC attrs: 0x1 [ 0.766666] Magic number: 10:776:721 [ 0.767429] block loop1: hash matches [ 0.778626] rtc_cmos 00:00: setting system clock to 2018-11-19 06:43:35 UTC (1542609815) [ 0.780270] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.781380] EDD information not available. [ 0.846477] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.848038] Write protecting the kernel read-only data: 14336k [ 0.849644] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.851457] 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.16 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.384470] 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.6... Lease of 10.55.1.6 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.36. 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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 ssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fed4:e42d/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 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-125d0f46-f882-4791-b8fd-c44a25 launch-index: 0 === cirros: current=0.4.0 uptime=3.27 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: The system is going down NOW! Sent SIGTERM to all processes Sent SIGKILL to all processes 2018-11-19 06:44:07,101 - create_instance - INFO - Checking if VM is active 2018-11-19 06:44:07,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:07,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d633eb2b-a3a6-44e2-b658-76f598dec1de x-compute-request-id: req-d633eb2b-a3a6-44e2-b658-76f598dec1de Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-11-19T06:43:51Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:07,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-d633eb2b-a3a6-44e2-b658-76f598dec1de 2018-11-19 06:44:07,444 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - REBOOT 2018-11-19 06:44:07,445 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:44:10,448 - create_instance - DEBUG - VM status query timeout in 896.653666973 2018-11-19 06:44:10,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:10,971 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44: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-68134746-8d36-4a7c-8faf-912f2c6c4bb8 x-compute-request-id: req-68134746-8d36-4a7c-8faf-912f2c6c4bb8 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "reboot_started", "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "REBOOT", "updated": "2018-11-19T06:43:51Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:10,971 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-68134746-8d36-4a7c-8faf-912f2c6c4bb8 2018-11-19 06:44:10,971 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - REBOOT 2018-11-19 06:44:10,971 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:44:13,975 - create_instance - DEBUG - VM status query timeout in 893.126919031 2018-11-19 06:44:13,978 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:14,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad0be80c-7d6c-4f2f-8597-2488fa717c4e x-compute-request-id: req-ad0be80c-7d6c-4f2f-8597-2488fa717c4e Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:11Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:14,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-ad0be80c-7d6c-4f2f-8597-2488fa717c4e 2018-11-19 06:44:14,539 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:44:14,539 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:44:14,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:14,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4209c5b-15c0-4bf1-9925-9dd276820b61 x-compute-request-id: req-e4209c5b-15c0-4bf1-9925-9dd276820b61 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:11Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:14,868 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-e4209c5b-15c0-4bf1-9925-9dd276820b61 2018-11-19 06:44:14,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:14,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-909d6645-9992-42c1-9bdf-f14942280e48 Date: Mon, 19 Nov 2018 06: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:44:14,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-909d6645-9992-42c1-9bdf-f14942280e48 2018-11-19 06:44:14,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:15,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf35a73c-292f-4079-bb00-63e6888697ce Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:44:15,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-cf35a73c-292f-4079-bb00-63e6888697ce 2018-11-19 06:44:15,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:15,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b44b93d9-6f59-4254-aafa-84d75cb3d2ec Date: Mon, 19 Nov 2018 06:44:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:44:15,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-b44b93d9-6f59-4254-aafa-84d75cb3d2ec 2018-11-19 06:44:15,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:15,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-bc69befc-c50f-4de5-acd5-b8640333840e Date: Mon, 19 Nov 2018 06:44:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:39Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["17c8f1e3-e4f4-4150-a024-71b08948b10e","7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:44:15,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-bc69befc-c50f-4de5-acd5-b8640333840e 2018-11-19 06:44:15,239 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:44:15,241 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f631e90L 2018-11-19 06:44:15,242 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:44:15,242 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:44:15,242 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:44:15,243 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:44:15,243 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:44:15,243 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:44:15,243 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:44:15,244 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:44:15,244 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:44:15,260 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:44:15,261 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:44:15,274 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:44:15,299 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:44:15,305 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:44:15,406 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:44:15,420 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:44:15,420 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:44:15,422 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f8b6890L 2018-11-19 06:44:15,422 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:44:15,422 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:44:15,422 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:44:15,424 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:44:15,424 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:44:15,424 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:44:15,424 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:44:15,424 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:44:15,424 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:44:15,441 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:44:15,441 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:44:15,454 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:44:15,479 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:44:15,482 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:44:15,487 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:44:15,488 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:44:15,488 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:44:15,490 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:44:15,492 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:44:15,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:15,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d930f9b-d531-40f7-9f85-f395f22cd6da x-compute-request-id: req-5d930f9b-d531-40f7-9f85-f395f22cd6da Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:11Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:15,974 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-5d930f9b-d531-40f7-9f85-f395f22cd6da 2018-11-19 06:44:15,977 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"reboot": {"type": "SOFT"}}' 2018-11-19 06:44:16,119 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:44:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-326805b4-9385-436c-a677-e46850a1a422 x-compute-request-id: req-326805b4-9385-436c-a677-e46850a1a422 Content-Length: 0 Content-Type: application/json 2018-11-19 06:44:16,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-326805b4-9385-436c-a677-e46850a1a422 2018-11-19 06:44:31,135 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-11-19 06:44:31,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:31,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-0aad389b-148e-4121-b86d-e8b0155d9212 x-compute-request-id: req-0aad389b-148e-4121-b86d-e8b0155d9212 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:20Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:31,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-0aad389b-148e-4121-b86d-e8b0155d9212 2018-11-19 06:44:31,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:44:32,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-cc4eccdb-acd7-485e-bc95-93bc9a0e5b0b x-compute-request-id: req-cc4eccdb-acd7-485e-bc95-93bc9a0e5b0b Content-Encoding: gzip Content-Length: 9542 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 519718932 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.126445] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.128048] pid_max: default: 32768 minimum: 301\n[ 0.128911] ACPI: Core revision 20150930\n[ 0.130291] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131561] Security Framework initialized\n[ 0.132355] Yama: becoming mindful.\n[ 0.133065] AppArmor: AppArmor initialized\n[ 0.133902] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135158] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136381] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.137541] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138861] Initializing cgroup subsys io\n[ 0.139654] Initializing cgroup subsys memory\n[ 0.140486] Initializing cgroup subsys devices\n[ 0.141331] Initializing cgroup subsys freezer\n[ 0.142181] Initializing cgroup subsys net_cls\n[ 0.143022] Initializing cgroup subsys perf_event\n[ 0.143899] Initializing cgroup subsys net_prio\n[ 0.144755] Initializing cgroup subsys hugetlb\n[ 0.145610] Initializing cgroup subsys pids\n[ 0.146464] CPU: Physical Processor ID: 0\n[ 0.147930] mce: CPU supports 10 MCE banks\n[ 0.148750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.149727] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.151972] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.158359] ftrace: allocating 31920 entries in 125 pages\n[ 0.184606] smpboot: Max logical packages: 2\n[ 0.185462] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.186625] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.187940] x2apic enabled\n[ 0.188735] Switched APIC routing to physical x2apic.\n[ 0.190467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.191629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.193696] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.195558] KVM setup paravirtual spinlock\n[ 0.196950] x86: Booting SMP configuration:\n[ 0.197822] .... node #0, CPUs: #1\n[ 0.198706] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.220644] x86: Booted up 1 node, 2 CPUs\n[ 0.220645] KVM setup async PF for cpu 1\n[ 0.220648] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223164] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.224600] devtmpfs: initialized\n[ 0.226304] evm: security.selinux\n[ 0.226988] evm: security.SMACK64\n[ 0.227660] evm: security.SMACK64EXEC\n[ 0.228386] evm: security.SMACK64TRANSMUTE\n[ 0.229171] evm: security.SMACK64MMAP\n[ 0.229899] evm: security.ima\n[ 0.230525] evm: security.capability\n[ 0.231334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233153] pinctrl core: initialized pinctrl subsystem\n[ 0.234231] RTC time: 6:44:18, date: 11/19/18\n[ 0.235176] NET: Registered protocol family 16\n[ 0.246195] cpuidle: using governor ladder\n[ 0.258289] cpuidle: using governor menu\n[ 0.259083] PCCT header not found.\n[ 0.259833] ACPI: bus type PCI registered\n[ 0.260616] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261860] PCI: Using configuration type 1 for base access\n[ 0.275236] ACPI: Added _OSI(Module Device)\n[ 0.276075] ACPI: Added _OSI(Processor Device)\n[ 0.277053] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.278117] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280627] ACPI: Interpreter enabled\n[ 0.281511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.283705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.285878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.288071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.290272] ACPI: (supports S0 S5)\n[ 0.291093] ACPI: Using IOAPIC for interrupt routing\n[ 0.292216] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.295930] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.297302] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.298780] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.300193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.302845] acpiphp: Slot [3] registered\n[ 0.303782] acpiphp: Slot [4] registered\n[ 0.304716] acpiphp: Slot [5] registered\n[ 0.305645] acpiphp: Slot [6] registered\n[ 0.306565] acpiphp: Slot [7] registered\n[ 0.307522] acpiphp: Slot [8] registered\n[ 0.308447] acpiphp: Slot [9] registered\n[ 0.309381] acpiphp: Slot [10] registered\n[ 0.320392] acpiphp: Slot [11] registered\n[ 0.321430] acpiphp: Slot [12] registered\n[ 0.322428] acpiphp: Slot [13] registered\n[ 0.323418] acpiphp: Slot [14] registered\n[ 0.324390] acpiphp: Slot [15] registered\n[ 0.325344] acpiphp: Slot [16] registered\n[ 0.326343] acpiphp: Slot [17] registered\n[ 0.327331] acpiphp: Slot [18] registered\n[ 0.328349] acpiphp: Slot [19] registered\n[ 0.329349] acpiphp: Slot [20] registered\n[ 0.330297] acpiphp: Slot [21] registered\n[ 0.331308] acpiphp: Slot [22] registered\n[ 0.332286] acpiphp: Slot [23] registered\n[ 0.333253] acpiphp: Slot [24] registered\n[ 0.334270] acpiphp: Slot [25] registered\n[ 0.335266] acpiphp: Slot [26] registered\n[ 0.336250] acpiphp: Slot [27] registered\n[ 0.337241] acpiphp: Slot [28] registered\n[ 0.338224] acpiphp: Slot [29] registered\n[ 0.339227] acpiphp: Slot [30] registered\n[ 0.340223] acpiphp: Slot [31] registered\n[ 0.341238] PCI host bridge to bus 0000:00\n[ 0.342241] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343803] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345346] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347176] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348961] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.358417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.359973] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366445] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.368231] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.413571] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.415290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.416846] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.418275] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.419641] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.421333] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.422511] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.423561] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.425083] vgaarb: loaded\n[ 0.425686] vgaarb: bridge control possible 0000:00:02.0\n[ 0.426825] SCSI subsystem initialized\n[ 0.427665] ACPI: bus type USB registered\n[ 0.428481] usbcore: registered new interface driver usbfs\n[ 0.429504] usbcore: registered new interface driver hub\n[ 0.430506] usbcore: registered new device driver usb\n[ 0.431632] PCI: Using ACPI for IRQ routing\n[ 0.432655] NetLabel: Initializing\n[ 0.433372] NetLabel: domain hash size = 128\n[ 0.434213] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.435145] NetLabel: unlabeled traffic allowed by default\n[ 0.436251] clocksource: Switched to clocksource kvm-clock\n[ 0.442181] AppArmor: AppArmor Filesystem Enabled\n[ 0.443131] pnp: PnP ACPI init\n[ 0.444054] pnp: PnP ACPI: found 5 devices\n[ 0.451882] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453575] NET: Registered protocol family 2\n[ 0.454562] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.455820] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.456978] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.458128] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.459190] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.460347] NET: Registered protocol family 1\n[ 0.461203] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462280] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.463335] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.481899] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.500572] Trying to unpack rootfs image as initramfs...\n[ 0.550788] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.564956] Scanning for low memory corruption every 60 seconds\n[ 0.566416] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.567559] audit: initializing netlink subsys (disabled)\n[ 0.568620] audit: type=2000 audit(1542609859.782:1): initialized\n[ 0.569919] Initialise system trusted keyring\n[ 0.570873] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.572024] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.574191] zbud: loaded\n[ 0.574917] VFS: Disk quotas dquot_6.6.0\n[ 0.575746] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.577353] fuse init (API version 7.23)\n[ 0.578267] Key type big_key registered\n[ 0.579064] Allocating IMA MOK and blacklist keyrings.\n[ 0.580306] Key type asymmetric registered\n[ 0.581129] Asymmetric key parser 'x509' registered\n[ 0.582076] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.583546] io scheduler noop registered\n[ 0.584355] io scheduler deadline registered (default)\n[ 0.585341] io scheduler cfq registered\n[ 0.586167] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.587197] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.588456] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.589890] ACPI: Power Button [PWRF]\n[ 0.590751] GHES: HEST is not enabled!\n[ 0.608951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.646094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.648406] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.672469] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.675029] Linux agpgart interface v0.103\n[ 0.677442] brd: module loaded\n[ 0.679021] loop: module loaded\n[ 0.684297] vda: vda1 vda15\n[ 0.685748] scsi host0: ata_piix\n[ 0.686525] scsi host1: ata_piix\n[ 0.687235] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.688451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.690049] libphy: Fixed MDIO Bus: probed\n[ 0.690849] tun: Universal TUN/TAP device driver, 1.6\n[ 0.691783] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.693716] PPP generic driver version 2.4.2\n[ 0.694598] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.695814] ehci-pci: EHCI PCI platform driver\n[ 0.696699] ehci-platform: EHCI generic platform driver\n[ 0.697679] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.698786] ohci-pci: OHCI PCI platform driver\n[ 0.699640] ohci-platform: OHCI generic platform driver\n[ 0.700626] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.719647] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.721221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.723888] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.726022] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.728165] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.731025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.733719] usb usb1: Product: UHCI Host Controller\n[ 0.735456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.737760] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.739560] hub 1-0:1.0: USB hub found\n[ 0.740849] hub 1-0:1.0: 2 ports detected\n[ 0.742143] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.744231] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.745172] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.746191] mousedev: PS/2 mouse device common for all mice\n[ 0.747342] rtc_cmos 00:00: RTC can wake from S4\n[ 0.748543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.750200] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.751475] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752650] i2c /dev entries driver\n[ 0.753395] device-mapper: uevent: version 1.0.3\n[ 0.754313] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.755918] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757209] NET: Registered protocol family 10\n[ 0.758204] NET: Registered protocol family 17\n[ 0.759081] Key type dns_resolver registered\n[ 0.760019] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.761108] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.762191] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.763906] registered taskstats version 1\n[ 0.764742] Loading compiled-in X.509 certificates\n[ 0.766161] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.767998] zswap: loaded using pool lzo/zbud\n[ 0.769518] Key type trusted registered\n[ 0.771155] Key type encrypted registered\n[ 0.771980] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.772998] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774022] evm: HMAC attrs: 0x1\n[ 0.774938] Magic number: 10:776:721\n[ 0.775695] block loop1: hash matches\n[ 0.776531] rtc_cmos 00:00: setting system clock to 2018-11-19 06:44:19 UTC (1542609859)\n[ 0.778120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.779209] EDD information not available.\n[ 0.845385] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.857170] Write protecting the kernel read-only data: 14336k\n[ 0.858755] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.860544] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.126906] 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.6...\nLease of 10.55.1.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\nssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\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.6,24,fe80::f816:3eff:fed4:e42d/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \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-125d0f46-f882-4791-b8fd-c44a25\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.85 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: "} 2018-11-19 06:44:32,749 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-cc4eccdb-acd7-485e-bc95-93bc9a0e5b0b 2018-11-19 06:44:32,750 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:44:32,750 - 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 519718932 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.126445] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.128048] pid_max: default: 32768 minimum: 301 [ 0.128911] ACPI: Core revision 20150930 [ 0.130291] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131561] Security Framework initialized [ 0.132355] Yama: becoming mindful. [ 0.133065] AppArmor: AppArmor initialized [ 0.133902] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135158] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136381] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.137541] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138861] Initializing cgroup subsys io [ 0.139654] Initializing cgroup subsys memory [ 0.140486] Initializing cgroup subsys devices [ 0.141331] Initializing cgroup subsys freezer [ 0.142181] Initializing cgroup subsys net_cls [ 0.143022] Initializing cgroup subsys perf_event [ 0.143899] Initializing cgroup subsys net_prio [ 0.144755] Initializing cgroup subsys hugetlb [ 0.145610] Initializing cgroup subsys pids [ 0.146464] CPU: Physical Processor ID: 0 [ 0.147930] mce: CPU supports 10 MCE banks [ 0.148750] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.149727] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.151972] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.158359] ftrace: allocating 31920 entries in 125 pages [ 0.184606] smpboot: Max logical packages: 2 [ 0.185462] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.186625] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.187940] x2apic enabled [ 0.188735] Switched APIC routing to physical x2apic. [ 0.190467] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.191629] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.193696] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.195558] KVM setup paravirtual spinlock [ 0.196950] x86: Booting SMP configuration: [ 0.197822] .... node #0, CPUs: #1 [ 0.198706] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.220644] x86: Booted up 1 node, 2 CPUs [ 0.220645] KVM setup async PF for cpu 1 [ 0.220648] kvm-stealtime: cpu 1, msr f90d940 [ 0.223164] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.224600] devtmpfs: initialized [ 0.226304] evm: security.selinux [ 0.226988] evm: security.SMACK64 [ 0.227660] evm: security.SMACK64EXEC [ 0.228386] evm: security.SMACK64TRANSMUTE [ 0.229171] evm: security.SMACK64MMAP [ 0.229899] evm: security.ima [ 0.230525] evm: security.capability [ 0.231334] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233153] pinctrl core: initialized pinctrl subsystem [ 0.234231] RTC time: 6:44:18, date: 11/19/18 [ 0.235176] NET: Registered protocol family 16 [ 0.246195] cpuidle: using governor ladder [ 0.258289] cpuidle: using governor menu [ 0.259083] PCCT header not found. [ 0.259833] ACPI: bus type PCI registered [ 0.260616] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261860] PCI: Using configuration type 1 for base access [ 0.275236] ACPI: Added _OSI(Module Device) [ 0.276075] ACPI: Added _OSI(Processor Device) [ 0.277053] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.278117] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280627] ACPI: Interpreter enabled [ 0.281511] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.283705] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.285878] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.288071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.290272] ACPI: (supports S0 S5) [ 0.291093] ACPI: Using IOAPIC for interrupt routing [ 0.292216] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.295930] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.297302] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.298780] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.300193] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.302845] acpiphp: Slot [3] registered [ 0.303782] acpiphp: Slot [4] registered [ 0.304716] acpiphp: Slot [5] registered [ 0.305645] acpiphp: Slot [6] registered [ 0.306565] acpiphp: Slot [7] registered [ 0.307522] acpiphp: Slot [8] registered [ 0.308447] acpiphp: Slot [9] registered [ 0.309381] acpiphp: Slot [10] registered [ 0.320392] acpiphp: Slot [11] registered [ 0.321430] acpiphp: Slot [12] registered [ 0.322428] acpiphp: Slot [13] registered [ 0.323418] acpiphp: Slot [14] registered [ 0.324390] acpiphp: Slot [15] registered [ 0.325344] acpiphp: Slot [16] registered [ 0.326343] acpiphp: Slot [17] registered [ 0.327331] acpiphp: Slot [18] registered [ 0.328349] acpiphp: Slot [19] registered [ 0.329349] acpiphp: Slot [20] registered [ 0.330297] acpiphp: Slot [21] registered [ 0.331308] acpiphp: Slot [22] registered [ 0.332286] acpiphp: Slot [23] registered [ 0.333253] acpiphp: Slot [24] registered [ 0.334270] acpiphp: Slot [25] registered [ 0.335266] acpiphp: Slot [26] registered [ 0.336250] acpiphp: Slot [27] registered [ 0.337241] acpiphp: Slot [28] registered [ 0.338224] acpiphp: Slot [29] registered [ 0.339227] acpiphp: Slot [30] registered [ 0.340223] acpiphp: Slot [31] registered [ 0.341238] PCI host bridge to bus 0000:00 [ 0.342241] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343803] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345346] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347176] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348961] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355436] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356969] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.358417] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.359973] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366445] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.368231] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.413571] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.415290] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.416846] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.418275] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.419641] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.421333] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.422511] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.423561] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.425083] vgaarb: loaded [ 0.425686] vgaarb: bridge control possible 0000:00:02.0 [ 0.426825] SCSI subsystem initialized [ 0.427665] ACPI: bus type USB registered [ 0.428481] usbcore: registered new interface driver usbfs [ 0.429504] usbcore: registered new interface driver hub [ 0.430506] usbcore: registered new device driver usb [ 0.431632] PCI: Using ACPI for IRQ routing [ 0.432655] NetLabel: Initializing [ 0.433372] NetLabel: domain hash size = 128 [ 0.434213] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.435145] NetLabel: unlabeled traffic allowed by default [ 0.436251] clocksource: Switched to clocksource kvm-clock [ 0.442181] AppArmor: AppArmor Filesystem Enabled [ 0.443131] pnp: PnP ACPI init [ 0.444054] pnp: PnP ACPI: found 5 devices [ 0.451882] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.453575] NET: Registered protocol family 2 [ 0.454562] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.455820] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.456978] TCP: Hash tables configured (established 2048 bind 2048) [ 0.458128] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.459190] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.460347] NET: Registered protocol family 1 [ 0.461203] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.462280] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.463335] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.481899] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.500572] Trying to unpack rootfs image as initramfs... [ 0.550788] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.564956] Scanning for low memory corruption every 60 seconds [ 0.566416] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.567559] audit: initializing netlink subsys (disabled) [ 0.568620] audit: type=2000 audit(1542609859.782:1): initialized [ 0.569919] Initialise system trusted keyring [ 0.570873] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.572024] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.574191] zbud: loaded [ 0.574917] VFS: Disk quotas dquot_6.6.0 [ 0.575746] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.577353] fuse init (API version 7.23) [ 0.578267] Key type big_key registered [ 0.579064] Allocating IMA MOK and blacklist keyrings. [ 0.580306] Key type asymmetric registered [ 0.581129] Asymmetric key parser 'x509' registered [ 0.582076] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.583546] io scheduler noop registered [ 0.584355] io scheduler deadline registered (default) [ 0.585341] io scheduler cfq registered [ 0.586167] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.587197] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.588456] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.589890] ACPI: Power Button [PWRF] [ 0.590751] GHES: HEST is not enabled! [ 0.608951] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.646094] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.648406] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.672469] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.675029] Linux agpgart interface v0.103 [ 0.677442] brd: module loaded [ 0.679021] loop: module loaded [ 0.684297] vda: vda1 vda15 [ 0.685748] scsi host0: ata_piix [ 0.686525] scsi host1: ata_piix [ 0.687235] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.688451] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.690049] libphy: Fixed MDIO Bus: probed [ 0.690849] tun: Universal TUN/TAP device driver, 1.6 [ 0.691783] tun: (C) 1999-2004 Max Krasnyansky [ 0.693716] PPP generic driver version 2.4.2 [ 0.694598] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.695814] ehci-pci: EHCI PCI platform driver [ 0.696699] ehci-platform: EHCI generic platform driver [ 0.697679] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.698786] ohci-pci: OHCI PCI platform driver [ 0.699640] ohci-platform: OHCI generic platform driver [ 0.700626] uhci_hcd: USB Universal Host Controller Interface driver [ 0.719647] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.721221] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.723888] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.726022] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.728165] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.731025] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.733719] usb usb1: Product: UHCI Host Controller [ 0.735456] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.737760] usb usb1: SerialNumber: 0000:00:01.2 [ 0.739560] hub 1-0:1.0: USB hub found [ 0.740849] hub 1-0:1.0: 2 ports detected [ 0.742143] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.744231] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.745172] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.746191] mousedev: PS/2 mouse device common for all mice [ 0.747342] rtc_cmos 00:00: RTC can wake from S4 [ 0.748543] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.750200] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.751475] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752650] i2c /dev entries driver [ 0.753395] device-mapper: uevent: version 1.0.3 [ 0.754313] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.755918] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757209] NET: Registered protocol family 10 [ 0.758204] NET: Registered protocol family 17 [ 0.759081] Key type dns_resolver registered [ 0.760019] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.761108] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.762191] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.763906] registered taskstats version 1 [ 0.764742] Loading compiled-in X.509 certificates [ 0.766161] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.767998] zswap: loaded using pool lzo/zbud [ 0.769518] Key type trusted registered [ 0.771155] Key type encrypted registered [ 0.771980] AppArmor: AppArmor sha1 policy hashing enabled [ 0.772998] ima: No TPM chip found, activating TPM-bypass! [ 0.774022] evm: HMAC attrs: 0x1 [ 0.774938] Magic number: 10:776:721 [ 0.775695] block loop1: hash matches [ 0.776531] rtc_cmos 00:00: setting system clock to 2018-11-19 06:44:19 UTC (1542609859) [ 0.778120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.779209] EDD information not available. [ 0.845385] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.857170] Write protecting the kernel read-only data: 14336k [ 0.858755] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.860544] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.88 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.126906] 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.6... Lease of 10.55.1.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.14. iid=i-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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 ssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fed4:e42d/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 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-125d0f46-f882-4791-b8fd-c44a25 launch-index: 0 === cirros: current=0.4.0 uptime=1.85 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: 2018-11-19 06:44:32,751 - create_instance - INFO - Checking if VM is active 2018-11-19 06:44:32,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:33,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10ee9c0f-2374-4051-9864-24ca838147c3 x-compute-request-id: req-10ee9c0f-2374-4051-9864-24ca838147c3 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:20Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:33,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-10ee9c0f-2374-4051-9864-24ca838147c3 2018-11-19 06:44:33,783 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:44:33,783 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:44:33,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:34,120 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f12379e-51ee-4290-bb16-698477f1cfd4 x-compute-request-id: req-5f12379e-51ee-4290-bb16-698477f1cfd4 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:20Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:34,120 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-5f12379e-51ee-4290-bb16-698477f1cfd4 2018-11-19 06:44:34,126 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:34,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-09fe8987-d3dd-436d-bc06-c259e7e9879e Date: Mon, 19 Nov 2018 06:44: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:44:34,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-09fe8987-d3dd-436d-bc06-c259e7e9879e 2018-11-19 06:44:34,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:34,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be045ebf-b5a5-4d8a-989f-fdf34aa2f989 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:44:34,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-be045ebf-b5a5-4d8a-989f-fdf34aa2f989 2018-11-19 06:44:34,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:34,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-debf040e-fe1b-4b32-b546-800ebfa6e894 Date: Mon, 19 Nov 2018 06:44:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:44:34,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-debf040e-fe1b-4b32-b546-800ebfa6e894 2018-11-19 06:44:34,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:34,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-400033c9-9043-4ab3-94bf-8c573a57227c Date: Mon, 19 Nov 2018 06:44:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:39Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["17c8f1e3-e4f4-4150-a024-71b08948b10e","7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:44:34,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-400033c9-9043-4ab3-94bf-8c573a57227c 2018-11-19 06:44:34,481 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:44:34,484 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f5da350L 2018-11-19 06:44:34,484 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:44:34,484 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:44:34,485 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:44:34,486 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:44:34,486 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:44:34,486 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:44:34,486 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:44:34,486 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:44:34,486 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:44:34,503 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:44:34,504 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:44:34,516 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:44:34,542 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:44:34,548 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:44:34,648 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:44:34,662 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:44:34,663 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:44:34,664 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f64ac90L 2018-11-19 06:44:34,665 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:44:34,665 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:44:34,665 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:44:34,666 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:44:34,666 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:44:34,666 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:44:34,667 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:44:34,667 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:44:34,667 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:44:34,683 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:44:34,684 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:44:34,697 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:44:34,721 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:44:34,725 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:44:34,729 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:44:34,730 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:44:34,730 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:44:34,731 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:44:34,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:35,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44: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-035d9cd9-811a-4905-a414-3b1a47932c66 x-compute-request-id: req-035d9cd9-811a-4905-a414-3b1a47932c66 Content-Encoding: gzip Content-Length: 794 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:20Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:35,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-035d9cd9-811a-4905-a414-3b1a47932c66 2018-11-19 06:44:35,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"reboot": {"type": "HARD"}}' 2018-11-19 06:44:35,377 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:44: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-76404ec2-4138-470c-b2e4-fa77e401351c x-compute-request-id: req-76404ec2-4138-470c-b2e4-fa77e401351c Content-Length: 0 Content-Type: application/json 2018-11-19 06:44:35,377 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-76404ec2-4138-470c-b2e4-fa77e401351c 2018-11-19 06:44:50,385 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-11-19 06:44:50,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:50,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-677888f2-51aa-41cf-a233-99ba044b8b43 x-compute-request-id: req-677888f2-51aa-41cf-a233-99ba044b8b43 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:36Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:50,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-677888f2-51aa-41cf-a233-99ba044b8b43 2018-11-19 06:44:50,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:44:52,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91300d24-efdb-4c03-be7b-9442a4efb0ea x-compute-request-id: req-91300d24-efdb-4c03-be7b-9442a4efb0ea Content-Encoding: gzip Content-Length: 9526 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 517962197 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131326] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133014] pid_max: default: 32768 minimum: 301\n[ 0.133928] ACPI: Core revision 20150930\n[ 0.135348] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136689] Security Framework initialized\n[ 0.137525] Yama: becoming mindful.\n[ 0.138272] AppArmor: AppArmor initialized\n[ 0.139144] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140476] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.141760] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.142981] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.144378] Initializing cgroup subsys io\n[ 0.145204] Initializing cgroup subsys memory\n[ 0.146077] Initializing cgroup subsys devices\n[ 0.146967] Initializing cgroup subsys freezer\n[ 0.147855] Initializing cgroup subsys net_cls\n[ 0.148741] Initializing cgroup subsys perf_event\n[ 0.149683] Initializing cgroup subsys net_prio\n[ 0.150594] Initializing cgroup subsys hugetlb\n[ 0.151480] Initializing cgroup subsys pids\n[ 0.152367] CPU: Physical Processor ID: 0\n[ 0.153890] mce: CPU supports 10 MCE banks\n[ 0.154775] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155797] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.158091] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.164493] ftrace: allocating 31920 entries in 125 pages\n[ 0.190563] smpboot: Max logical packages: 2\n[ 0.191436] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.192666] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.194048] x2apic enabled\n[ 0.194885] Switched APIC routing to physical x2apic.\n[ 0.196668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.197896] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.200074] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.202017] KVM setup paravirtual spinlock\n[ 0.203452] x86: Booting SMP configuration:\n[ 0.204364] .... node #0, CPUs: #1\n[ 0.205261] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.226932] x86: Booted up 1 node, 2 CPUs\n[ 0.226935] KVM setup async PF for cpu 1\n[ 0.226938] kvm-stealtime: cpu 1, msr f90d940\n[ 0.229632] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.231149] devtmpfs: initialized\n[ 0.232877] evm: security.selinux\n[ 0.233612] evm: security.SMACK64\n[ 0.234330] evm: security.SMACK64EXEC\n[ 0.235120] evm: security.SMACK64TRANSMUTE\n[ 0.235955] evm: security.SMACK64MMAP\n[ 0.236740] evm: security.ima\n[ 0.237413] evm: security.capability\n[ 0.238263] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240232] pinctrl core: initialized pinctrl subsystem\n[ 0.241376] RTC time: 6:44:35, date: 11/19/18\n[ 0.242356] NET: Registered protocol family 16\n[ 0.252232] cpuidle: using governor ladder\n[ 0.264344] cpuidle: using governor menu\n[ 0.265167] PCCT header not found.\n[ 0.265971] ACPI: bus type PCI registered\n[ 0.266798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268130] PCI: Using configuration type 1 for base access\n[ 0.281598] ACPI: Added _OSI(Module Device)\n[ 0.282524] ACPI: Added _OSI(Processor Device)\n[ 0.283444] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.284419] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.286781] ACPI: Interpreter enabled\n[ 0.287624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.289565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.291484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.293420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.295331] ACPI: (supports S0 S5)\n[ 0.296100] ACPI: Using IOAPIC for interrupt routing\n[ 0.297225] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.300677] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.301854] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.303141] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.304444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.306827] acpiphp: Slot [3] registered\n[ 0.307688] acpiphp: Slot [4] registered\n[ 0.308558] acpiphp: Slot [5] registered\n[ 0.309378] acpiphp: Slot [6] registered\n[ 0.310196] acpiphp: Slot [7] registered\n[ 0.311015] acpiphp: Slot [8] registered\n[ 0.311846] acpiphp: Slot [9] registered\n[ 0.312669] acpiphp: Slot [10] registered\n[ 0.323512] acpiphp: Slot [11] registered\n[ 0.324357] acpiphp: Slot [12] registered\n[ 0.325194] acpiphp: Slot [13] registered\n[ 0.326024] acpiphp: Slot [14] registered\n[ 0.326873] acpiphp: Slot [15] registered\n[ 0.327757] acpiphp: Slot [16] registered\n[ 0.328645] acpiphp: Slot [17] registered\n[ 0.329516] acpiphp: Slot [18] registered\n[ 0.330387] acpiphp: Slot [19] registered\n[ 0.331241] acpiphp: Slot [20] registered\n[ 0.332108] acpiphp: Slot [21] registered\n[ 0.332960] acpiphp: Slot [22] registered\n[ 0.333829] acpiphp: Slot [23] registered\n[ 0.334704] acpiphp: Slot [24] registered\n[ 0.335570] acpiphp: Slot [25] registered\n[ 0.336471] acpiphp: Slot [26] registered\n[ 0.337330] acpiphp: Slot [27] registered\n[ 0.338176] acpiphp: Slot [28] registered\n[ 0.339005] acpiphp: Slot [29] registered\n[ 0.339854] acpiphp: Slot [30] registered\n[ 0.340742] acpiphp: Slot [31] registered\n[ 0.341578] PCI host bridge to bus 0000:00\n[ 0.342415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.343682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.344986] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.346474] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348022] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.354610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.355946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357211] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.358540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.365551] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367070] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.415493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.417034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.418566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.420003] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.421478] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.423525] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.424783] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.425909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.427540] vgaarb: loaded\n[ 0.428172] vgaarb: bridge control possible 0000:00:02.0\n[ 0.429402] SCSI subsystem initialized\n[ 0.430269] ACPI: bus type USB registered\n[ 0.431145] usbcore: registered new interface driver usbfs\n[ 0.432229] usbcore: registered new interface driver hub\n[ 0.433322] usbcore: registered new device driver usb\n[ 0.434518] PCI: Using ACPI for IRQ routing\n[ 0.435612] NetLabel: Initializing\n[ 0.436351] NetLabel: domain hash size = 128\n[ 0.437278] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.438271] NetLabel: unlabeled traffic allowed by default\n[ 0.439444] clocksource: Switched to clocksource kvm-clock\n[ 0.445474] AppArmor: AppArmor Filesystem Enabled\n[ 0.446509] pnp: PnP ACPI init\n[ 0.447508] pnp: PnP ACPI: found 5 devices\n[ 0.454699] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.456467] NET: Registered protocol family 2\n[ 0.457490] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.458853] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.460079] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.461275] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462388] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.463597] NET: Registered protocol family 1\n[ 0.464491] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.465622] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.466729] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.484972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.503395] Trying to unpack rootfs image as initramfs...\n[ 0.553513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.567678] Scanning for low memory corruption every 60 seconds\n[ 0.569150] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.570380] audit: initializing netlink subsys (disabled)\n[ 0.571437] audit: type=2000 audit(1542609876.467:1): initialized\n[ 0.572866] Initialise system trusted keyring\n[ 0.573864] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.575084] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.577256] zbud: loaded\n[ 0.578047] VFS: Disk quotas dquot_6.6.0\n[ 0.578903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.580608] fuse init (API version 7.23)\n[ 0.581626] Key type big_key registered\n[ 0.582494] Allocating IMA MOK and blacklist keyrings.\n[ 0.583781] Key type asymmetric registered\n[ 0.584650] Asymmetric key parser 'x509' registered\n[ 0.585634] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.587175] io scheduler noop registered\n[ 0.588013] io scheduler deadline registered (default)\n[ 0.589064] io scheduler cfq registered\n[ 0.589917] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.590994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.592364] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.593857] ACPI: Power Button [PWRF]\n[ 0.594759] GHES: HEST is not enabled!\n[ 0.614421] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.654197] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.656913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.680891] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.683469] Linux agpgart interface v0.103\n[ 0.686371] brd: module loaded\n[ 0.687798] loop: module loaded\n[ 0.693512] vda: vda1 vda15\n[ 0.695150] scsi host0: ata_piix\n[ 0.695960] scsi host1: ata_piix\n[ 0.696712] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.698003] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.699348] libphy: Fixed MDIO Bus: probed\n[ 0.700236] tun: Universal TUN/TAP device driver, 1.6\n[ 0.701282] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.703292] PPP generic driver version 2.4.2\n[ 0.704214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.705504] ehci-pci: EHCI PCI platform driver\n[ 0.706380] ehci-platform: EHCI generic platform driver\n[ 0.707379] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.708514] ohci-pci: OHCI PCI platform driver\n[ 0.709390] ohci-platform: OHCI generic platform driver\n[ 0.710378] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.729259] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.730274] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.731736] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.732767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.733891] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.735119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.736561] usb usb1: Product: UHCI Host Controller\n[ 0.737499] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.738640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.739715] hub 1-0:1.0: USB hub found\n[ 0.740503] hub 1-0:1.0: 2 ports detected\n[ 0.741424] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.743563] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.744530] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.745631] mousedev: PS/2 mouse device common for all mice\n[ 0.746931] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.748798] rtc_cmos 00:00: RTC can wake from S4\n[ 0.749926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.751123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.752330] i2c /dev entries driver\n[ 0.753105] device-mapper: uevent: version 1.0.3\n[ 0.754112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.755735] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.757077] NET: Registered protocol family 10\n[ 0.758088] NET: Registered protocol family 17\n[ 0.758966] Key type dns_resolver registered\n[ 0.759945] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.761048] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.762186] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.763989] registered taskstats version 1\n[ 0.764826] Loading compiled-in X.509 certificates\n[ 0.766259] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.768097] zswap: loaded using pool lzo/zbud\n[ 0.769652] Key type trusted registered\n[ 0.771345] Key type encrypted registered\n[ 0.772179] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.773196] ima: No TPM chip found, activating TPM-bypass!\n[ 0.774220] evm: HMAC attrs: 0x1\n[ 0.775177] Magic number: 10:776:721\n[ 0.775949] block loop1: hash matches\n[ 0.776808] rtc_cmos 00:00: setting system clock to 2018-11-19 06:44:36 UTC (1542609876)\n[ 0.778409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.779520] EDD information not available.\n[ 0.856905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.869083] Write protecting the kernel read-only data: 14336k\n[ 0.870699] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.872511] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.87\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.102280] 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.6...\nLease of 10.55.1.6 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.07. 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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\nssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25\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.6,24,fe80::f816:3eff:fed4:e42d/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 \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-125d0f46-f882-4791-b8fd-c44a25\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.20 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: "} 2018-11-19 06:44:52,023 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91/action used request id req-91300d24-efdb-4c03-be7b-9442a4efb0ea 2018-11-19 06:44:52,024 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:44:52,025 - 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 517962197 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.131326] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133014] pid_max: default: 32768 minimum: 301 [ 0.133928] ACPI: Core revision 20150930 [ 0.135348] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136689] Security Framework initialized [ 0.137525] Yama: becoming mindful. [ 0.138272] AppArmor: AppArmor initialized [ 0.139144] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.140476] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.141760] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.142981] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.144378] Initializing cgroup subsys io [ 0.145204] Initializing cgroup subsys memory [ 0.146077] Initializing cgroup subsys devices [ 0.146967] Initializing cgroup subsys freezer [ 0.147855] Initializing cgroup subsys net_cls [ 0.148741] Initializing cgroup subsys perf_event [ 0.149683] Initializing cgroup subsys net_prio [ 0.150594] Initializing cgroup subsys hugetlb [ 0.151480] Initializing cgroup subsys pids [ 0.152367] CPU: Physical Processor ID: 0 [ 0.153890] mce: CPU supports 10 MCE banks [ 0.154775] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.155797] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.158091] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.164493] ftrace: allocating 31920 entries in 125 pages [ 0.190563] smpboot: Max logical packages: 2 [ 0.191436] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.192666] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.194048] x2apic enabled [ 0.194885] Switched APIC routing to physical x2apic. [ 0.196668] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.197896] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.200074] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.202017] KVM setup paravirtual spinlock [ 0.203452] x86: Booting SMP configuration: [ 0.204364] .... node #0, CPUs: #1 [ 0.205261] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.226932] x86: Booted up 1 node, 2 CPUs [ 0.226935] KVM setup async PF for cpu 1 [ 0.226938] kvm-stealtime: cpu 1, msr f90d940 [ 0.229632] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.231149] devtmpfs: initialized [ 0.232877] evm: security.selinux [ 0.233612] evm: security.SMACK64 [ 0.234330] evm: security.SMACK64EXEC [ 0.235120] evm: security.SMACK64TRANSMUTE [ 0.235955] evm: security.SMACK64MMAP [ 0.236740] evm: security.ima [ 0.237413] evm: security.capability [ 0.238263] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.240232] pinctrl core: initialized pinctrl subsystem [ 0.241376] RTC time: 6:44:35, date: 11/19/18 [ 0.242356] NET: Registered protocol family 16 [ 0.252232] cpuidle: using governor ladder [ 0.264344] cpuidle: using governor menu [ 0.265167] PCCT header not found. [ 0.265971] ACPI: bus type PCI registered [ 0.266798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.268130] PCI: Using configuration type 1 for base access [ 0.281598] ACPI: Added _OSI(Module Device) [ 0.282524] ACPI: Added _OSI(Processor Device) [ 0.283444] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.284419] ACPI: Added _OSI(Processor Aggregator Device) [ 0.286781] ACPI: Interpreter enabled [ 0.287624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.289565] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.291484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.293420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.295331] ACPI: (supports S0 S5) [ 0.296100] ACPI: Using IOAPIC for interrupt routing [ 0.297225] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.300677] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.301854] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.303141] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.304444] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.306827] acpiphp: Slot [3] registered [ 0.307688] acpiphp: Slot [4] registered [ 0.308558] acpiphp: Slot [5] registered [ 0.309378] acpiphp: Slot [6] registered [ 0.310196] acpiphp: Slot [7] registered [ 0.311015] acpiphp: Slot [8] registered [ 0.311846] acpiphp: Slot [9] registered [ 0.312669] acpiphp: Slot [10] registered [ 0.323512] acpiphp: Slot [11] registered [ 0.324357] acpiphp: Slot [12] registered [ 0.325194] acpiphp: Slot [13] registered [ 0.326024] acpiphp: Slot [14] registered [ 0.326873] acpiphp: Slot [15] registered [ 0.327757] acpiphp: Slot [16] registered [ 0.328645] acpiphp: Slot [17] registered [ 0.329516] acpiphp: Slot [18] registered [ 0.330387] acpiphp: Slot [19] registered [ 0.331241] acpiphp: Slot [20] registered [ 0.332108] acpiphp: Slot [21] registered [ 0.332960] acpiphp: Slot [22] registered [ 0.333829] acpiphp: Slot [23] registered [ 0.334704] acpiphp: Slot [24] registered [ 0.335570] acpiphp: Slot [25] registered [ 0.336471] acpiphp: Slot [26] registered [ 0.337330] acpiphp: Slot [27] registered [ 0.338176] acpiphp: Slot [28] registered [ 0.339005] acpiphp: Slot [29] registered [ 0.339854] acpiphp: Slot [30] registered [ 0.340742] acpiphp: Slot [31] registered [ 0.341578] PCI host bridge to bus 0000:00 [ 0.342415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.343682] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.344986] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.346474] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348022] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.354610] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.355946] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357211] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.358540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.365551] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367070] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.415493] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.417034] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.418566] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.420003] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.421478] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.423525] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.424783] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.425909] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.427540] vgaarb: loaded [ 0.428172] vgaarb: bridge control possible 0000:00:02.0 [ 0.429402] SCSI subsystem initialized [ 0.430269] ACPI: bus type USB registered [ 0.431145] usbcore: registered new interface driver usbfs [ 0.432229] usbcore: registered new interface driver hub [ 0.433322] usbcore: registered new device driver usb [ 0.434518] PCI: Using ACPI for IRQ routing [ 0.435612] NetLabel: Initializing [ 0.436351] NetLabel: domain hash size = 128 [ 0.437278] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.438271] NetLabel: unlabeled traffic allowed by default [ 0.439444] clocksource: Switched to clocksource kvm-clock [ 0.445474] AppArmor: AppArmor Filesystem Enabled [ 0.446509] pnp: PnP ACPI init [ 0.447508] pnp: PnP ACPI: found 5 devices [ 0.454699] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.456467] NET: Registered protocol family 2 [ 0.457490] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.458853] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.460079] TCP: Hash tables configured (established 2048 bind 2048) [ 0.461275] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.462388] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.463597] NET: Registered protocol family 1 [ 0.464491] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465622] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.466729] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.484972] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.503395] Trying to unpack rootfs image as initramfs... [ 0.553513] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.567678] Scanning for low memory corruption every 60 seconds [ 0.569150] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.570380] audit: initializing netlink subsys (disabled) [ 0.571437] audit: type=2000 audit(1542609876.467:1): initialized [ 0.572866] Initialise system trusted keyring [ 0.573864] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.575084] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.577256] zbud: loaded [ 0.578047] VFS: Disk quotas dquot_6.6.0 [ 0.578903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.580608] fuse init (API version 7.23) [ 0.581626] Key type big_key registered [ 0.582494] Allocating IMA MOK and blacklist keyrings. [ 0.583781] Key type asymmetric registered [ 0.584650] Asymmetric key parser 'x509' registered [ 0.585634] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.587175] io scheduler noop registered [ 0.588013] io scheduler deadline registered (default) [ 0.589064] io scheduler cfq registered [ 0.589917] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.590994] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.592364] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.593857] ACPI: Power Button [PWRF] [ 0.594759] GHES: HEST is not enabled! [ 0.614421] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.654197] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.656913] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.680891] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.683469] Linux agpgart interface v0.103 [ 0.686371] brd: module loaded [ 0.687798] loop: module loaded [ 0.693512] vda: vda1 vda15 [ 0.695150] scsi host0: ata_piix [ 0.695960] scsi host1: ata_piix [ 0.696712] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.698003] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.699348] libphy: Fixed MDIO Bus: probed [ 0.700236] tun: Universal TUN/TAP device driver, 1.6 [ 0.701282] tun: (C) 1999-2004 Max Krasnyansky [ 0.703292] PPP generic driver version 2.4.2 [ 0.704214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.705504] ehci-pci: EHCI PCI platform driver [ 0.706380] ehci-platform: EHCI generic platform driver [ 0.707379] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.708514] ohci-pci: OHCI PCI platform driver [ 0.709390] ohci-platform: OHCI generic platform driver [ 0.710378] uhci_hcd: USB Universal Host Controller Interface driver [ 0.729259] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.730274] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.731736] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.732767] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.733891] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.735119] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.736561] usb usb1: Product: UHCI Host Controller [ 0.737499] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.738640] usb usb1: SerialNumber: 0000:00:01.2 [ 0.739715] hub 1-0:1.0: USB hub found [ 0.740503] hub 1-0:1.0: 2 ports detected [ 0.741424] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.743563] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.744530] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.745631] mousedev: PS/2 mouse device common for all mice [ 0.746931] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.748798] rtc_cmos 00:00: RTC can wake from S4 [ 0.749926] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.751123] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.752330] i2c /dev entries driver [ 0.753105] device-mapper: uevent: version 1.0.3 [ 0.754112] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.755735] ledtrig-cpu: registered to indicate activity on CPUs [ 0.757077] NET: Registered protocol family 10 [ 0.758088] NET: Registered protocol family 17 [ 0.758966] Key type dns_resolver registered [ 0.759945] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.761048] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.762186] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.763989] registered taskstats version 1 [ 0.764826] Loading compiled-in X.509 certificates [ 0.766259] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.768097] zswap: loaded using pool lzo/zbud [ 0.769652] Key type trusted registered [ 0.771345] Key type encrypted registered [ 0.772179] AppArmor: AppArmor sha1 policy hashing enabled [ 0.773196] ima: No TPM chip found, activating TPM-bypass! [ 0.774220] evm: HMAC attrs: 0x1 [ 0.775177] Magic number: 10:776:721 [ 0.775949] block loop1: hash matches [ 0.776808] rtc_cmos 00:00: setting system clock to 2018-11-19 06:44:36 UTC (1542609876) [ 0.778409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.779520] EDD information not available. [ 0.856905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.869083] Write protecting the kernel read-only data: 14336k [ 0.870699] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.872511] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.87 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.102280] 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.6... Lease of 10.55.1.6 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.07. 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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCElqSS4KOHBe14dFjnaTrqgf1eNiPLN7w3ui7xHmqvRGeXyjZ789w0ffovi48xe3fXW4KexSavgJwp0muxQOc4MimHr/TkfGBOw1I5OULx2QWFV/KF8taUaUM+7ehf/fjxAolLf3QOfyl6uLl4rbdFsSjH8pjd6f+tstE5529XamkTabd8+qFZ5x/3yX4SvSCZxELOM3aaEYs2Lwg5kDJIbaOCaIE6Ar4CAjUwoXV22F3Z+Vm7XYLQcJTQEOynbC3KupD1eNclsqdxiMFkNm5m4LPoNjgeAEp9iKP9J4fllOgQfuqBXJ7c8A6BHptzzU+9i21Y2fDZmtj+mqBNLwPr root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 ssh-dss AAAAB3NzaC1kc3MAAACBALoYdGii5dNv063IzNbQ4tom1ik4bCq7f7ozHWrTvbXwwCepcZfHaKJCEM9xidXMtC5JLwv4T1KTzCozK9IaMX3/kDhlyEoxY2OfwtWK0a8kN0IcB5FInsnO0dY479sYtzc6ckuJZQxz+ihZJ0XX+Nx0QwZSFWGLXcoyU3pT/ZI9AAAAFQDhqHoivHBNG0ju+wMGRwfd8nRsZQAAAIEAhrhCemlwAbqm6je3w49fHVmKvXDmnwWHb/h1nS1i382avkYHmYXru3WDTSB/PLbbiCZYISuE/z0wg7SK2yU3rnDNAWW3xezWcWtnHMW1jPeDyUWppLsBcthHj0FvzYCRz589KS1VoCGNaOQZ+LumGLU6TwtzFEJ+DwjjhkmDCh4AAACAE+hQUKFDXsqENIvuUzNpyt/QPLR5Z2bFf16PZJdZNINFl/WeC1D8no2QDZWucnl1W5h5i5VDC51RaAaktIVBKfW+oXeKg/s8mRqXfw+U10Cwvc6Q3PIyKTzboAz7x4JZeqjKbN1RORwYxCjYuHc81dRPg/z7xisfN2FZ+4QYuRU= root@createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.6,24,fe80::f816:3eff:fed4:e42d/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.6 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-125d0f46-f882-4791-b8fd-c44a25 launch-index: 0 === cirros: current=0.4.0 uptime=2.20 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-125d0f46-f882-4791-b8fd-c44a25 login: 2018-11-19 06:44:52,025 - create_instance - INFO - Checking if VM is active 2018-11-19 06:44:52,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:52,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44: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-1d1d5db8-a5cf-46a1-ac25-5ed0417f8412 x-compute-request-id: req-1d1d5db8-a5cf-46a1-ac25-5ed0417f8412 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:36Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:52,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-1d1d5db8-a5cf-46a1-ac25-5ed0417f8412 2018-11-19 06:44:52,686 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:44:52,687 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:44:52,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:53,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44: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-65378d4b-226f-4a44-84fb-3da847824ca9 x-compute-request-id: req-65378d4b-226f-4a44-84fb-3da847824ca9 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:e4:2d", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp"}, {"name": "default"}], "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:36Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:53,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-65378d4b-226f-4a44-84fb-3da847824ca9 2018-11-19 06:44:53,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:53,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f5fcf971-32a3-4377-9680-cbaddc289fe2 Date: Mon, 19 Nov 2018 06:44: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":["9b2885b3-d78d-4619-b644-76ee963d3956"],"updated_at":"2018-11-19T06:43:04Z","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"3404613d-04e8-4106-bc8f-12c117f04385","name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net"}]} 2018-11-19 06:44:53,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net used request id req-f5fcf971-32a3-4377-9680-cbaddc289fe2 2018-11-19 06:44:53,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:53,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74bf4b42-e261-4104-97b7-a4cd7925e609 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:44:53,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-74bf4b42-e261-4104-97b7-a4cd7925e609 2018-11-19 06:44:53,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:53,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a6d15256-e8e9-4adc-abfb-f5ffeef24b2a Date: Mon, 19 Nov 2018 06:44:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:04Z","dns_nameservers":[],"updated_at":"2018-11-19T06:43: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":"58ef32b50cca4bc4bcd4fc1e04fd62b7","id":"9b2885b3-d78d-4619-b644-76ee963d3956","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet"}]} 2018-11-19 06:44:53,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-a6d15256-e8e9-4adc-abfb-f5ffeef24b2a 2018-11-19 06:44:53,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:53,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-24c06470-93d0-430f-be36-01297b524823 Date: Mon, 19 Nov 2018 06:44:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.2"}],"id":"500e99cc-125d-49b9-8839-410dc0ddb480","security_groups":[],"mac_address":"fa:16:3e:cd:95:be","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:07Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.4"}],"id":"882d4965-fc67-436e-a9a0-94cb4bb400ac","security_groups":[],"mac_address":"fa:16:3e:f4:d5:78","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:06Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-3404613d-04e8-4106-bc8f-12c117f04385"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:44:37Z","device_owner":"compute:nova","revision_number":10,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.6"}],"id":"8dfe4521-fc09-432d-a164-547758f6f60b","security_groups":["17c8f1e3-e4f4-4150-a024-71b08948b10e","7feb428c-3105-4a77-b16d-cbdacc8d3363"],"mac_address":"fa:16:3e:d4:e4:2d","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:24Z","binding:vnic_type":"normal","device_id":"fb43b7ac-250c-43e1-8bb2-a1240ae82a91"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:27Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.1"}],"id":"a43727d5-9aee-4855-83fe-6eeb382626a6","security_groups":[],"mac_address":"fa:16:3e:0c:d3:8e","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:13Z","binding:vnic_type":"normal","device_id":"07306c06-9583-477f-be2e-a1bdef38f6ab"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:43:08Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"9b2885b3-d78d-4619-b644-76ee963d3956","ip_address":"10.55.1.3"}],"id":"e3f49313-36f0-41ed-81e2-a66f16c222dd","security_groups":[],"mac_address":"fa:16:3e:5f:37:a9","project_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3404613d-04e8-4106-bc8f-12c117f04385","tenant_id":"58ef32b50cca4bc4bcd4fc1e04fd62b7","created_at":"2018-11-19T06:43:05Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-3404613d-04e8-4106-bc8f-12c117f04385"}]} 2018-11-19 06:44:53,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=3404613d-04e8-4106-bc8f-12c117f04385 used request id req-24c06470-93d0-430f-be36-01297b524823 2018-11-19 06:44:53,396 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:44:53,399 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f6da490L 2018-11-19 06:44:53,399 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:44:53,400 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:44:53,400 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:44:53,401 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:44:53,401 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:44:53,401 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:44:53,401 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:44:53,401 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:44:53,402 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:44:53,418 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:44:53,419 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:44:53,431 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:44:53,458 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:44:53,464 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:44:53,565 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:44:53,610 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:44:53,610 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:44:53,611 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f6da490L 2018-11-19 06:44:53,612 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:44:53,612 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:44:53,612 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:44:53,613 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:44:53,614 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:44:53,614 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:44:53,614 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:44:53,614 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:44:53,614 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:44:53,631 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:44:53,631 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:44:53,644 - paramiko.transport - DEBUG - Trying key 36e668b20a5a990ed04512be2b897f66 from tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9 2018-11-19 06:44:53,670 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:44:53,673 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:44:53,676 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:44:53,677 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:44:53,678 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:44:53,679 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:44:53,681 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:44:53,682 - create_instance - INFO - Deleting Floating IP - 172.30.9.210 2018-11-19 06:44:53,683 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.210 2018-11-19 06:44:53,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/1474c768-0f35-48f0-90cf-9fd70f71d2aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:54,628 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6c08ea78-7e62-415a-af3f-5b11b8cbd5c1 Content-Length: 0 Date: Mon, 19 Nov 2018 06:44:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:44:54,628 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/1474c768-0f35-48f0-90cf-9fd70f71d2aa used request id req-6c08ea78-7e62-415a-af3f-5b11b8cbd5c1 2018-11-19 06:44:54,628 - create_instance - INFO - Deleting Port with ID - 8dfe4521-fc09-432d-a164-547758f6f60b 2018-11-19 06:44:54,628 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9port-1 2018-11-19 06:44:54,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/8dfe4521-fc09-432d-a164-547758f6f60b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:55,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53afef62-9037-42d5-9ca5-e0f90be511a9 Date: Mon, 19 Nov 2018 06:44:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:44:55,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/8dfe4521-fc09-432d-a164-547758f6f60b used request id req-53afef62-9037-42d5-9ca5-e0f90be511a9 2018-11-19 06:44:55,098 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst 2018-11-19 06:44:55,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:55,270 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:44: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-1dd3499d-f576-4abe-b94d-5f95263f46bc x-compute-request-id: req-1dd3499d-f576-4abe-b94d-5f95263f46bc Content-Type: application/json 2018-11-19 06:44:55,270 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-1dd3499d-f576-4abe-b94d-5f95263f46bc 2018-11-19 06:44:55,270 - create_instance - INFO - Checking deletion status 2018-11-19 06:44:55,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:55,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:44: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-8ef00a65-ed92-4db6-84aa-c6aa4452cb0f x-compute-request-id: req-8ef00a65-ed92-4db6-84aa-c6aa4452cb0f Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "rel": "bookmark"}], "image": {"id": "b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "links": [{"href": "http://172.30.9.21:8774/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:43:34.000000", "flavor": {"id": "57c752b5-074d-4446-bb36-263b5663169f", "links": [{"href": "http://172.30.9.21:8774/flavors/57c752b5-074d-4446-bb36-263b5663169f", "rel": "bookmark"}]}, "id": "fb43b7ac-250c-43e1-8bb2-a1240ae82a91", "user_id": "6cba0958200e4d6aaacf522972dc9f5f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:44:55Z", "hostId": "a8f4849c9d7390334b22c8f390463fe5dae4c09cd637d6550e803f15", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp", "name": "CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst", "created": "2018-11-19T06:43:28Z", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:44:55,512 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-8ef00a65-ed92-4db6-84aa-c6aa4452cb0f 2018-11-19 06:44:55,512 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst] is - ACTIVE 2018-11-19 06:44:55,512 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:44:58,515 - create_instance - DEBUG - VM status query timeout in 296.754883051 2018-11-19 06:44:58,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f92aca146556533fb8d1e2ba45c71ddb65e25c89" 2018-11-19 06:44:58,562 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:44: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-2ce746a0-a017-4747-b313-d30596068dd4 x-compute-request-id: req-2ce746a0-a017-4747-b313-d30596068dd4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance fb43b7ac-250c-43e1-8bb2-a1240ae82a91 could not be found.", "code": 404}} 2018-11-19 06:44:58,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/fb43b7ac-250c-43e1-8bb2-a1240ae82a91 used request id req-2ce746a0-a017-4747-b313-d30596068dd4 2018-11-19 06:44:58,563 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance fb43b7ac-250c-43e1-8bb2-a1240ae82a91 could not be found. (HTTP 404) (Request-ID: req-2ce746a0-a017-4747-b313-d30596068dd4) 2018-11-19 06:44:58,563 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-inst 2018-11-19 06:44:58,564 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp 2018-11-19 06:44:58,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9b274209282ed5f4fef925e6de25533b1b45783" 2018-11-19 06:44:58,603 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:44: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-725756a9-2144-4207-9fad-0231bb246681 x-compute-request-id: req-725756a9-2144-4207-9fad-0231bb246681 Content-Length: 0 Content-Type: application/json 2018-11-19 06:44:58,603 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-kp used request id req-725756a9-2144-4207-9fad-0231bb246681 2018-11-19 06:44:58,603 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9.pub] 2018-11-19 06:44:58,604 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9] 2018-11-19 06:44:58,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/57c752b5-074d-4446-bb36-263b5663169f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d47933bf06516e896af58e77b25cee840de5942" 2018-11-19 06:44:58,647 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:44: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-3a87b2f7-9cbb-43ad-8b34-957250a63518 x-compute-request-id: req-3a87b2f7-9cbb-43ad-8b34-957250a63518 Content-Length: 0 Content-Type: application/json 2018-11-19 06:44:58,647 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/57c752b5-074d-4446-bb36-263b5663169f used request id req-3a87b2f7-9cbb-43ad-8b34-957250a63518 2018-11-19 06:44:58,647 - neutron_utils - INFO - Deleting security group rule with ID - 918d82b6-70df-43ee-86db-ddbe9d48d937 2018-11-19 06:44:58,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/918d82b6-70df-43ee-86db-ddbe9d48d937 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:44:58,903 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b29d596-b059-4f5d-a8f7-8b37a64f2655 Content-Length: 0 Date: Mon, 19 Nov 2018 06:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:44:58,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/918d82b6-70df-43ee-86db-ddbe9d48d937 used request id req-8b29d596-b059-4f5d-a8f7-8b37a64f2655 2018-11-19 06:44:58,904 - neutron_utils - INFO - Deleting security group rule with ID - 6e5f205b-b75b-403a-a61e-b7f486f41655 2018-11-19 06:44:58,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/6e5f205b-b75b-403a-a61e-b7f486f41655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:44:58,997 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b13997b-d70e-453e-877b-129327398635 Content-Length: 0 Date: Mon, 19 Nov 2018 06:44:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:44:58,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/6e5f205b-b75b-403a-a61e-b7f486f41655 used request id req-6b13997b-d70e-453e-877b-129327398635 2018-11-19 06:44:58,997 - neutron_utils - INFO - Deleting security group rule with ID - 3a206089-9ed5-42cd-b713-8fba38ad2735 2018-11-19 06:44:59,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/3a206089-9ed5-42cd-b713-8fba38ad2735 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:44:59,239 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-804ca11d-50ac-4bdb-92d8-31487f406962 Content-Length: 0 Date: Mon, 19 Nov 2018 06:44:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:44:59,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/3a206089-9ed5-42cd-b713-8fba38ad2735 used request id req-804ca11d-50ac-4bdb-92d8-31487f406962 2018-11-19 06:44:59,240 - neutron_utils - INFO - Deleting security group rule with ID - 9448251a-d6da-4daf-bcfd-85814c93f3f1 2018-11-19 06:44:59,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/9448251a-d6da-4daf-bcfd-85814c93f3f1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:44:59,498 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7d6b1ce4-6ec1-4072-a21b-b3cc985269be Content-Length: 0 Date: Mon, 19 Nov 2018 06:44:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:44:59,498 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/9448251a-d6da-4daf-bcfd-85814c93f3f1 used request id req-7d6b1ce4-6ec1-4072-a21b-b3cc985269be 2018-11-19 06:44:59,499 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-sec-grp 2018-11-19 06:44:59,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/17c8f1e3-e4f4-4150-a024-71b08948b10e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}629387cf9839e01babf82e578eb3c7ea2beee573" 2018-11-19 06:44:59,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-19c30546-c144-4de8-9cda-7c7e2d9c7c05 Content-Length: 0 Date: Mon, 19 Nov 2018 06:44:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:44:59,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/17c8f1e3-e4f4-4150-a024-71b08948b10e used request id req-19c30546-c144-4de8-9cda-7c7e2d9c7c05 2018-11-19 06:44:59,814 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router and subnet CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet 2018-11-19 06:44:59,814 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router 2018-11-19 06:44:59,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" -d '{"subnet_id": "9b2885b3-d78d-4619-b644-76ee963d3956"}' 2018-11-19 06:45:01,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-29fc7f51-51b2-49d5-b912-7e809d756c18 Date: Mon, 19 Nov 2018 06:45:01 GMT RESP BODY: {"network_id": "3404613d-04e8-4106-bc8f-12c117f04385", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "subnet_id": "9b2885b3-d78d-4619-b644-76ee963d3956", "subnet_ids": ["9b2885b3-d78d-4619-b644-76ee963d3956"], "port_id": "a43727d5-9aee-4855-83fe-6eeb382626a6", "id": "07306c06-9583-477f-be2e-a1bdef38f6ab"} 2018-11-19 06:45:01,416 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab/remove_router_interface used request id req-29fc7f51-51b2-49d5-b912-7e809d756c18 2018-11-19 06:45:01,417 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router 2018-11-19 06:45:01,417 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-router 2018-11-19 06:45:01,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6538dcb0cbea7f6f35c18c62317d3d6bdd25041" 2018-11-19 06:45:04,944 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-072bf249-db52-4a2f-b4da-5c3d7fe1198b Content-Length: 0 Date: Mon, 19 Nov 2018 06:45:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:45:04,944 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/07306c06-9583-477f-be2e-a1bdef38f6ab used request id req-072bf249-db52-4a2f-b4da-5c3d7fe1198b 2018-11-19 06:45:04,945 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet 2018-11-19 06:45:04,945 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-subnet 2018-11-19 06:45:04,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/9b2885b3-d78d-4619-b644-76ee963d3956 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:45:07,446 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-884e5539-a090-45e5-a5c1-9991b9b27d14 Date: Mon, 19 Nov 2018 06:45:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:45:07,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/9b2885b3-d78d-4619-b644-76ee963d3956 used request id req-884e5539-a090-45e5-a5c1-9991b9b27d14 2018-11-19 06:45:07,446 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-pub-net 2018-11-19 06:45:07,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/3404613d-04e8-4106-bc8f-12c117f04385 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ca4abe635eb71384f66e4e0655bdc36fe5eabd8" 2018-11-19 06:45:08,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9288b919-7c5b-42b1-974e-6ce99182cd4d Date: Mon, 19 Nov 2018 06:45:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:45:08,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/3404613d-04e8-4106-bc8f-12c117f04385 used request id req-9288b919-7c5b-42b1-974e-6ce99182cd4d 2018-11-19 06:45:08,585 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-125d0f46-f882-4791-b8fd-c44a2500eee9-image 2018-11-19 06:45:08,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fd9e12a189beb156a62aacdae5195e42e79d0076" 2018-11-19 06:45:10,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15d07898-ea20-46eb-ab5d-0e0c1719bf61 Date: Mon, 19 Nov 2018 06:45:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:45:10,202 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/b511ea5c-35d1-4aad-80d9-adc7e5f917ad used request id req-15d07898-ea20-46eb-ab5d-0e0c1719bf61 2018-11-19 06:45:10,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:10,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-c6ae5b8c-6a40-42ef-8179-58996543dadd Date: Mon, 19 Nov 2018 06:45:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:03Z", "updated_at": "2018-11-19T06:43:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "revision_number": 0, "id": "082efc59-6c18-4656-be70-b4dd6c56dde7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "revision_number": 0, "id": "2c8ca650-18a9-4de1-a977-46481a4fb292", "remote_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "revision_number": 0, "id": "ca11f616-d789-4c13-a4a3-78c84cc536f8", "remote_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv4", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "revision_number": 0, "id": "dd6e9f4f-6869-46af-8a50-fa0d1546328e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "port_range_min": null, "ethertype": "IPv6", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7"}], "revision_number": 4, "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:45:10,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-c6ae5b8c-6a40-42ef-8179-58996543dadd 2018-11-19 06:45:10,436 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:10,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bd0e9a7-8580-4f39-a08e-8a2e2ca8887d Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:45:10,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-9bd0e9a7-8580-4f39-a08e-8a2e2ca8887d 2018-11-19 06:45:10,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:10,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff7d724-7269-47a5-a7c7-d882f2f41104 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:45:10,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-2ff7d724-7269-47a5-a7c7-d882f2f41104 2018-11-19 06:45:10,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:10,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-178c09b5-84f3-4180-b685-a38bd8c335f2 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7"}, "enabled": true, "id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj"}} 2018-11-19 06:45:10,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-178c09b5-84f3-4180-b685-a38bd8c335f2 2018-11-19 06:45:10,697 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7feb428c-3105-4a77-b16d-cbdacc8d3363 2018-11-19 06:45:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7feb428c-3105-4a77-b16d-cbdacc8d3363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:10,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-ffb3d9cf-efa3-41a1-9a93-ae12dbcfbf3c Date: Mon, 19 Nov 2018 06:45:10 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:03Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "082efc59-6c18-4656-be70-b4dd6c56dde7"}, {"remote_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:03Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "2c8ca650-18a9-4de1-a977-46481a4fb292"}, {"remote_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:03Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "ca11f616-d789-4c13-a4a3-78c84cc536f8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:43:03Z", "security_group_id": "7feb428c-3105-4a77-b16d-cbdacc8d3363", "port_range_min": null, "revision_number": 0, "tenant_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "created_at": "2018-11-19T06:43:03Z", "project_id": "58ef32b50cca4bc4bcd4fc1e04fd62b7", "id": "dd6e9f4f-6869-46af-8a50-fa0d1546328e"}]} 2018-11-19 06:45:10,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=7feb428c-3105-4a77-b16d-cbdacc8d3363 used request id req-ffb3d9cf-efa3-41a1-9a93-ae12dbcfbf3c 2018-11-19 06:45:10,868 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:45:10,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/7feb428c-3105-4a77-b16d-cbdacc8d3363 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:11,176 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61d9b6d3-4556-4f82-98cd-a778420d41b5 Content-Length: 0 Date: Mon, 19 Nov 2018 06:45:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:45:11,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/7feb428c-3105-4a77-b16d-cbdacc8d3363 used request id req-61d9b6d3-4556-4f82-98cd-a778420d41b5 2018-11-19 06:45:11,177 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj 2018-11-19 06:45:11,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:11,404 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd518375-c4ee-4405-851e-8d87c4f21def Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:45:11,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/58ef32b50cca4bc4bcd4fc1e04fd62b7 used request id req-dd518375-c4ee-4405-851e-8d87c4f21def 2018-11-19 06:45:11,405 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-proj-role 2018-11-19 06:45:11,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/fa6f3adcbf8c423fb10806ddca75b105 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:11,525 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5849d73-e151-4921-9d1d-4ead068eec44 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:45:11,525 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fa6f3adcbf8c423fb10806ddca75b105 used request id req-b5849d73-e151-4921-9d1d-4ead068eec44 2018-11-19 06:45:11,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32c2dcd4a074daa55dc94e93c1b7896b2c68f5cc" 2018-11-19 06:45:11,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-861c12c9-7cb2-4730-91cb-aabff65909b0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:45:11,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-861c12c9-7cb2-4730-91cb-aabff65909b0 2018-11-19 06:45:11,617 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-f6a3874e-6a05-492-user 2018-11-19 06:45:11,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/6cba0958200e4d6aaacf522972dc9f5f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0d659076dd07b2399e18f80bcdf71d31103c1249" 2018-11-19 06:45:11,811 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:45:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9304986d-8742-4ff1-8ded-cce53c0fe552 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:45:11,811 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/6cba0958200e4d6aaacf522972dc9f5f used request id req-9304986d-8742-4ff1-8ded-cce53c0fe552 2018-11-19 06:45:11,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:12,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Q-3hrkJTRJyDCwUfA6RM0g"], "issued_at": "2018-11-19T06:45:12.000000Z"}} 2018-11-19 06:45:12,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38b6758279671b1c0a9ebd88dbd823fe42c55712" 2018-11-19 06:45:12,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ed55769-996b-463f-a126-1575b445c9bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:12,290 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9ed55769-996b-463f-a126-1575b445c9bc 2018-11-19 06:45:12,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:12,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:12,681 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:45:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["IFv7hpWRT7Oz_qYPkGoO2Q"], "issued_at": "2018-11-19T06:45:12.000000Z"}} 2018-11-19 06:45:12,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:45:12,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47f61ce8-ecaf-4576-884d-6fc586f9d63b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:12,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-47f61ce8-ecaf-4576-884d-6fc586f9d63b 2018-11-19 06:45:12,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:45:12,777 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:45:12,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:45:12,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50dacd79-2676-4894-86a1-7f2b836b19a0 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:45:12,864 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj used request id req-50dacd79-2676-4894-86a1-7f2b836b19a0 2018-11-19 06:45:12,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:45:12,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7bae973-9bd0-4552-b7d1-85aed97880a5 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:45:12,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b7bae973-9bd0-4552-b7d1-85aed97880a5 2018-11-19 06:45:12,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}}' 2018-11-19 06:45:13,112 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:45:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7432773-8797-4f39-a8ea-df4281c87ca2 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:13,112 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-d7432773-8797-4f39-a8ea-df4281c87ca2 2018-11-19 06:45:13,112 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj 2018-11-19 06:45:13,112 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:13,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:13,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:45:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["kC8QsixISpWPnKqr5_ZBRQ"], "issued_at": "2018-11-19T06:45:13.000000Z"}} 2018-11-19 06:45:13,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9276bed122e4f141c566a70fbdc38597371c6f9" 2018-11-19 06:45:13,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab37f0ac-1252-4dc2-ab7c-6b449956b8b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:13,580 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ab37f0ac-1252-4dc2-ab7c-6b449956b8b6 2018-11-19 06:45:13,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:45:13,590 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:45:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:45:13,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9276bed122e4f141c566a70fbdc38597371c6f9" 2018-11-19 06:45:13,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ac3b15a-581a-4220-afef-95ff2bf65839 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:45:13,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9ac3b15a-581a-4220-afef-95ff2bf65839 2018-11-19 06:45:13,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9276bed122e4f141c566a70fbdc38597371c6f9" 2018-11-19 06:45:13,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-799220d8-c7e8-4c98-92b0-7bc35cea1467 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}]} 2018-11-19 06:45:13,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj used request id req-799220d8-c7e8-4c98-92b0-7bc35cea1467 2018-11-19 06:45:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9276bed122e4f141c566a70fbdc38597371c6f9" 2018-11-19 06:45:13,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65dc2f2a-e454-4667-9ac6-ee139f3daf15 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:45:13,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-65dc2f2a-e454-4667-9ac6-ee139f3daf15 2018-11-19 06:45:14,286 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user 2018-11-19 06:45:14,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:14,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:45:14,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8677e82d-6e90-47ed-9ef9-e24975ec0b14 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:45:14,389 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8677e82d-6e90-47ed-9ef9-e24975ec0b14 2018-11-19 06:45:14,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}}' 2018-11-19 06:45:14,519 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:45:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ceda780-12e1-4088-87c9-f6420f508670 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c5c34cf6a27a41d5842964b3b10aeef5", "links": {"self": "http://172.30.9.21:5000/v3/roles/c5c34cf6a27a41d5842964b3b10aeef5"}, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}} 2018-11-19 06:45:14,519 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-2ceda780-12e1-4088-87c9-f6420f508670 2018-11-19 06:45:14,520 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role 2018-11-19 06:45:14,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/c5c34cf6a27a41d5842964b3b10aeef5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:45:14,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7227695d-5aa5-4beb-b843-0104d16f0109 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/c5c34cf6a27a41d5842964b3b10aeef5"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role", "id": "c5c34cf6a27a41d5842964b3b10aeef5"}} 2018-11-19 06:45:14,540 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/c5c34cf6a27a41d5842964b3b10aeef5 used request id req-7227695d-5aa5-4beb-b843-0104d16f0109 2018-11-19 06:45:14,540 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role to project CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj 2018-11-19 06:45:14,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03/users/e066cd65e1884bf0a076fd0704e67ac1/roles/c5c34cf6a27a41d5842964b3b10aeef5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:45:14,671 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:45:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a7db8ad-90f4-4e1c-9f43-6f956c05322e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:45:14,671 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03/users/e066cd65e1884bf0a076fd0704e67ac1/roles/c5c34cf6a27a41d5842964b3b10aeef5 used request id req-7a7db8ad-90f4-4e1c-9f43-6f956c05322e 2018-11-19 06:45:14,672 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:45:14,673 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:45:14,673 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:14,674 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:15,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["ZD6YbPH_QJ-4qKdCmsof7w"], "issued_at": "2018-11-19T06:45:15.000000Z"}} 2018-11-19 06:45:15,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" 2018-11-19 06:45:15,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1395f734-39ab-484a-ace1-25948956878e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:15,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1395f734-39ab-484a-ace1-25948956878e 2018-11-19 06:45:15,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" 2018-11-19 06:45:15,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-a7e3170c-f3c6-403d-b88f-c94fd6e0714c Date: Mon, 19 Nov 2018 06:45:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image"} 2018-11-19 06:45:15,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image used request id req-a7e3170c-f3c6-403d-b88f-c94fd6e0714c 2018-11-19 06:45:15,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" 2018-11-19 06:45:15,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-77b9021b-1c9d-4d31-8f46-da9a89313ccb Date: Mon, 19 Nov 2018 06:45:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:45:15,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-77b9021b-1c9d-4d31-8f46-da9a89313ccb 2018-11-19 06:45:15,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image"}' 2018-11-19 06:45:15,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847 X-Openstack-Request-Id: req-312b77d8-efda-4dac-afc1-a90c0e4a7aa9 Date: Mon, 19 Nov 2018 06:45:15 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:45:15Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:45:15Z", "visibility": "shared", "locations": [], "self": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "min_disk": 0, "protected": false, "id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "file": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/file", "checksum": null, "owner": "8b2ba44fbb8747d5a994c3d69c556d03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:45:15,696 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-312b77d8-efda-4dac-afc1-a90c0e4a7aa9 2018-11-19 06:45:15,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" -d '' 2018-11-19 06:45:16,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4605cf3-6737-4881-ba54-20e3cf6027db Date: Mon, 19 Nov 2018 06:45:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:45:16,704 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/file used request id req-c4605cf3-6737-4881-ba54-20e3cf6027db 2018-11-19 06:45:16,704 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:45:16,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" 2018-11-19 06:45:16,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-56315084-89c4-4230-ac58-34bdf17ce5b1 Date: Mon, 19 Nov 2018 06:45:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:45:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:45:16Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/snap", "metadata": {}}], "self": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "min_disk": 0, "protected": false, "id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "file": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b2ba44fbb8747d5a994c3d69c556d03", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:45:16,870 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847 used request id req-56315084-89c4-4230-ac58-34bdf17ce5b1 2018-11-19 06:45:16,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" 2018-11-19 06:45:17,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-be96864c-e514-4e81-8a85-ce6561b15b47 Date: Mon, 19 Nov 2018 06:45:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:45:17,019 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-be96864c-e514-4e81-8a85-ce6561b15b47 2018-11-19 06:45:17,022 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image 2018-11-19 06:45:17,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" 2018-11-19 06:45:17,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-0f7b0fbd-2d9b-4b75-83a0-b6843b3da111 Date: Mon, 19 Nov 2018 06:45:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:45:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:45:16Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/snap", "metadata": {}}], "self": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "min_disk": 0, "protected": false, "id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "file": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b2ba44fbb8747d5a994c3d69c556d03", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:45:17,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847 used request id req-0f7b0fbd-2d9b-4b75-83a0-b6843b3da111 2018-11-19 06:45:17,197 - create_image - DEBUG - Instance status is - active 2018-11-19 06:45:17,197 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image 2018-11-19 06:45:17,197 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image 2018-11-19 06:45:17,197 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:17,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:17,651 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["ThhCdQNMR-S4eH8batn37Q"], "issued_at": "2018-11-19T06:45:17.000000Z"}} 2018-11-19 06:45:17,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:45:17,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a6289b1-6128-4688-adc7-ab3a04f941c2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:17,742 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2a6289b1-6128-4688-adc7-ab3a04f941c2 2018-11-19 06:45:17,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:45:17,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e71d7e1a-8c78-404f-8c65-e77831f90a61 Date: Mon, 19 Nov 2018 06:45:17 GMT RESP BODY: {"networks":[]} 2018-11-19 06:45:17,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-e71d7e1a-8c78-404f-8c65-e77831f90a61 2018-11-19 06:45:17,917 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net 2018-11-19 06:45:17,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net", "admin_state_up": true}}' 2018-11-19 06:45:18,644 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-9c031f50-6cb0-45a4-a5a4-0aac0957ae29 Date: Mon, 19 Nov 2018 06:45:18 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:45:18Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","mtu":1450}} 2018-11-19 06:45:18,644 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-9c031f50-6cb0-45a4-a5a4-0aac0957ae29 2018-11-19 06:45:18,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:45:18,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e6119d1e-3fc5-44a1-8a13-60b37bfef5c3 Date: Mon, 19 Nov 2018 06:45:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:45:18Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:18,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-e6119d1e-3fc5-44a1-8a13-60b37bfef5c3 2018-11-19 06:45:18,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:45:19,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-33c77495-0511-4112-8a6a-8a92cd73a1f2 Date: Mon, 19 Nov 2018 06:45:19 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:45:19,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-33c77495-0511-4112-8a6a-8a92cd73a1f2 2018-11-19 06:45:19,057 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet 2018-11-19 06:45:19,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" -d '{"subnets": [{"ip_version": 4, "network_id": "7dd48f34-bd98-4c98-b7d0-882edbc87ad7", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]}' 2018-11-19 06:45:19,888 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-51074719-be43-40e4-bcf7-9872e2fbe96b Date: Mon, 19 Nov 2018 06:45:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:19,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-51074719-be43-40e4-bcf7-9872e2fbe96b 2018-11-19 06:45:19,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:45:20,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-5015b233-e28d-479a-8479-6311379a4f97 Date: Mon, 19 Nov 2018 06:45: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:20,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-5015b233-e28d-479a-8479-6311379a4f97 2018-11-19 06:45:20,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:45:20,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-96e8419a-227d-4d13-ad24-b228b12c4b64 Date: Mon, 19 Nov 2018 06:45:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:20,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-96e8419a-227d-4d13-ad24-b228b12c4b64 2018-11-19 06:45:20,387 - OpenStackNetwork - DEBUG - Network [7dd48f34-bd98-4c98-b7d0-882edbc87ad7] created successfully 2018-11-19 06:45:20,387 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:20,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:20,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["fjGL2FpdQ_u5DXGP8sPgkA"], "issued_at": "2018-11-19T06:45:20.000000Z"}} 2018-11-19 06:45:20,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:20,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-730aeac6-322b-45f7-b7b0-2f53dbc2a73b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:20,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-730aeac6-322b-45f7-b7b0-2f53dbc2a73b 2018-11-19 06:45:20,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:21,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-53f13765-f619-4efb-a79e-b504a81b84c8 Date: Mon, 19 Nov 2018 06:45:21 GMT RESP BODY: {"routers": []} 2018-11-19 06:45:21,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router&admin_state_up=True used request id req-53f13765-f619-4efb-a79e-b504a81b84c8 2018-11-19 06:45:21,036 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:21,037 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:21,409 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["UK3vM9-SRI2uW7mm3XVT4w"], "issued_at": "2018-11-19T06:45:21.000000Z"}} 2018-11-19 06:45:21,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3236a8b09eb7f2b2c8ecc68e41fd746b6f4d7d7f" 2018-11-19 06:45:21,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64d5ea29-f5e1-4912-9273-efdea55b5808 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:21,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-64d5ea29-f5e1-4912-9273-efdea55b5808 2018-11-19 06:45:21,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:21,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f242c189-f001-4724-ba0c-46cd44ab0c79 Date: Mon, 19 Nov 2018 06:45:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:45:21,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-f242c189-f001-4724-ba0c-46cd44ab0c79 2018-11-19 06:45:21,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:21,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1635d21b-14ea-4ea2-ab6e-0d8bb0daf1eb Date: Mon, 19 Nov 2018 06:45:21 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:45:21,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-1635d21b-14ea-4ea2-ab6e-0d8bb0daf1eb 2018-11-19 06:45:21,946 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router 2018-11-19 06:45:21,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router", "admin_state_up": true}}' 2018-11-19 06:45:26,916 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d1e02c0c-cf2b-45aa-a491-a2357e56579a Date: Mon, 19 Nov 2018 06:45:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:22Z", "admin_state_up": true, "updated_at": "2018-11-19T06:45:23Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "0067ce01-6d89-4352-9b0e-a87af8bdb904", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router"}} 2018-11-19 06:45:26,916 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-d1e02c0c-cf2b-45aa-a491-a2357e56579a 2018-11-19 06:45:26,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0067ce01-6d89-4352-9b0e-a87af8bdb904 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:27,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e63b2466-3e6b-4065-b5d1-31e067bb7f1a Date: Mon, 19 Nov 2018 06:45:27 GMT RESP BODY: {"ports":[]} 2018-11-19 06:45:27,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0067ce01-6d89-4352-9b0e-a87af8bdb904 used request id req-e63b2466-3e6b-4065-b5d1-31e067bb7f1a 2018-11-19 06:45:27,114 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:27,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f700120a-9ee0-40ad-ae49-a02b9c0434f0 Date: Mon, 19 Nov 2018 06:45: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:27,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-f700120a-9ee0-40ad-ae49-a02b9c0434f0 2018-11-19 06:45:27,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:45:27,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:45:27,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:27,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8903b503-543f-4529-8191-4afbbf04ce28 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:27,441 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-8903b503-543f-4529-8191-4afbbf04ce28 2018-11-19 06:45:27,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:27,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-01b1d79b-619f-4ed7-8c2b-801f3180eff5 Date: Mon, 19 Nov 2018 06:45:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:27,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-01b1d79b-619f-4ed7-8c2b-801f3180eff5 2018-11-19 06:45:27,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:27,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ecb29d97-56f3-4de4-8013-641ec2e73d37 Date: Mon, 19 Nov 2018 06:45:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:27,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet used request id req-ecb29d97-56f3-4de4-8013-641ec2e73d37 2018-11-19 06:45:27,928 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:45:27,928 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router 2018-11-19 06:45:27,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" -d '{"subnet_id": "2d58b16f-3167-4f69-8659-bda842a72c82"}' 2018-11-19 06:45:30,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-53de2f11-b495-4892-94bc-78de242739f0 Date: Mon, 19 Nov 2018 06:45:30 GMT RESP BODY: {"network_id": "7dd48f34-bd98-4c98-b7d0-882edbc87ad7", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "subnet_id": "2d58b16f-3167-4f69-8659-bda842a72c82", "subnet_ids": ["2d58b16f-3167-4f69-8659-bda842a72c82"], "port_id": "a27c9511-4c19-4420-acc6-fcb64f7a51fb", "id": "0067ce01-6d89-4352-9b0e-a87af8bdb904"} 2018-11-19 06:45:30,005 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904/add_router_interface used request id req-53de2f11-b495-4892-94bc-78de242739f0 2018-11-19 06:45:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:30,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4cdc4582-566c-416b-9d77-2fbe172bacf5 Date: Mon, 19 Nov 2018 06:45:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:22Z", "admin_state_up": true, "updated_at": "2018-11-19T06:45:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "0067ce01-6d89-4352-9b0e-a87af8bdb904", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router"}} 2018-11-19 06:45:30,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904 used request id req-4cdc4582-566c-416b-9d77-2fbe172bacf5 2018-11-19 06:45:30,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0067ce01-6d89-4352-9b0e-a87af8bdb904 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:30,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-cd4ab563-2758-49c7-8f23-fef742545bd3 Date: Mon, 19 Nov 2018 06:45:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:29Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.1"}],"id":"a27c9511-4c19-4420-acc6-fcb64f7a51fb","security_groups":[],"mac_address":"fa:16:3e:a3:18:57","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:28Z","binding:vnic_type":"normal","device_id":"0067ce01-6d89-4352-9b0e-a87af8bdb904"}]} 2018-11-19 06:45:30,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0067ce01-6d89-4352-9b0e-a87af8bdb904 used request id req-cd4ab563-2758-49c7-8f23-fef742545bd3 2018-11-19 06:45:30,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/2d58b16f-3167-4f69-8659-bda842a72c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:45:30,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-618589db-a4c1-4e29-afcd-f1c2661af29f Date: Mon, 19 Nov 2018 06:45:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}} 2018-11-19 06:45:30,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/2d58b16f-3167-4f69-8659-bda842a72c82 used request id req-618589db-a4c1-4e29-afcd-f1c2661af29f 2018-11-19 06:45:30,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:30,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:30,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:45:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["NmsU63ebSymd8_eqyGRBpA"], "issued_at": "2018-11-19T06:45:30.000000Z"}} 2018-11-19 06:45:30,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390a9cde5dd51597135dd802f21433c38eb4ab7" 2018-11-19 06:45:30,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8cb38dd-3133-4beb-a86a-b83ed369849b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:30,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a8cb38dd-3133-4beb-a86a-b83ed369849b 2018-11-19 06:45:30,808 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:45:30,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390a9cde5dd51597135dd802f21433c38eb4ab7" 2018-11-19 06:45:31,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-181a9850-0596-469a-a7e7-7fe86c73f84a x-compute-request-id: req-181a9850-0596-469a-a7e7-7fe86c73f84a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:45:31,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-181a9850-0596-469a-a7e7-7fe86c73f84a 2018-11-19 06:45:31,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390a9cde5dd51597135dd802f21433c38eb4ab7" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:45:31,076 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-846acd21-a64d-4ab8-86d9-95a7276d34ba x-compute-request-id: req-846acd21-a64d-4ab8-86d9-95a7276d34ba Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:45:31,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-846acd21-a64d-4ab8-86d9-95a7276d34ba 2018-11-19 06:45:31,077 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:31,078 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:31,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["SyOSwnIhQ3-oU5lp94gw3A"], "issued_at": "2018-11-19T06:45:31.000000Z"}} 2018-11-19 06:45:31,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9979bcc473b11060d24c8bce89b3165c544b99" 2018-11-19 06:45:31,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1f8b618-7aec-4de6-8586-31ba26b64615 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:31,546 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f1f8b618-7aec-4de6-8586-31ba26b64615 2018-11-19 06:45:31,547 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:45:31,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9979bcc473b11060d24c8bce89b3165c544b99" 2018-11-19 06:45:31,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-529e3110-eb5d-4cac-830b-e48f85275526 x-compute-request-id: req-529e3110-eb5d-4cac-830b-e48f85275526 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:45:31,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-529e3110-eb5d-4cac-830b-e48f85275526 2018-11-19 06:45:31,719 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp... 2018-11-19 06:45:31,719 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:45:31,752 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp 2018-11-19 06:45:31,754 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9979bcc473b11060d24c8bce89b3165c544b99" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDaiasIApYFc/D6pYuNqFrmI32F3GFSCoYc3ueGLVAS12kBWAo6gziZTdwqrrNVyFtV94cmF0vQiLFDR9iyMQsykoKQpSvn8mF4wqnAgA7OYZuG9748f6FLJfhjxAqwfETK3e8wda5jza6RGQ6knVygt002PksaSAxOzCP4Z1GVBw==", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp"}}' 2018-11-19 06:45:31,813 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c62a122a-81d7-459e-9386-1c0fb2278620 x-compute-request-id: req-c62a122a-81d7-459e-9386-1c0fb2278620 Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDaiasIApYFc/D6pYuNqFrmI32F3GFSCoYc3ueGLVAS12kBWAo6gziZTdwqrrNVyFtV94cmF0vQiLFDR9iyMQsykoKQpSvn8mF4wqnAgA7OYZuG9748f6FLJfhjxAqwfETK3e8wda5jza6RGQ6knVygt002PksaSAxOzCP4Z1GVBw==", "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "fingerprint": "df:e7:eb:08:84:c0:f7:f1:85:bc:67:3e:85:3e:51:ae"}} 2018-11-19 06:45:31,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-c62a122a-81d7-459e-9386-1c0fb2278620 2018-11-19 06:45:31,816 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297.pub 2018-11-19 06:45:31,816 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297 2018-11-19 06:45:31,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:31,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:32,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["QB1D76G0QEmxMPnTLowE1w"], "issued_at": "2018-11-19T06:45:32.000000Z"}} 2018-11-19 06:45:32,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:32,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3c8b14b-493b-4c65-a0a3-2483295ca787 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:32,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e3c8b14b-493b-4c65-a0a3-2483295ca787 2018-11-19 06:45:32,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:32,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-2a042c15-f897-49b4-8328-3083a2abd5b7 Date: Mon, 19 Nov 2018 06:45:32 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:45:32,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp used request id req-2a042c15-f897-49b4-8328-3083a2abd5b7 2018-11-19 06:45:32,568 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp... 2018-11-19 06:45:32,569 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp 2018-11-19 06:45:32,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}}' 2018-11-19 06:45:32,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-268faa2b-d604-46a2-b98f-d91a5ed07608 Date: Mon, 19 Nov 2018 06:45:32 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "updated_at": "2018-11-19T06:45:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "96bd917f-463d-47e5-b856-ae46299cf76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}], "revision_number": 2, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}} 2018-11-19 06:45:32,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-268faa2b-d604-46a2-b98f-d91a5ed07608 2018-11-19 06:45:32,934 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:32,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:33,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5f25b493-bb3e-4a0e-8b78-c850e2b44863 Date: Mon, 19 Nov 2018 06:45:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "96bd917f-463d-47e5-b856-ae46299cf76f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802"}]} 2018-11-19 06:45:33,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-5f25b493-bb3e-4a0e-8b78-c850e2b44863 2018-11-19 06:45:33,184 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:33,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:33,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-eeb4ed6b-1869-41c6-861f-eb91ad05ce8d Date: Mon, 19 Nov 2018 06:45:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "96bd917f-463d-47e5-b856-ae46299cf76f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802"}]} 2018-11-19 06:45:33,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-eeb4ed6b-1869-41c6-861f-eb91ad05ce8d 2018-11-19 06:45:33,365 - neutron_utils - INFO - Retrieving security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:33,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:33,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-034c60b8-7f1f-436f-b9cc-547500c1d57b Date: Mon, 19 Nov 2018 06:45:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "updated_at": "2018-11-19T06:45:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "96bd917f-463d-47e5-b856-ae46299cf76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}], "revision_number": 2, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}]} 2018-11-19 06:45:33,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-034c60b8-7f1f-436f-b9cc-547500c1d57b 2018-11-19 06:45:33,575 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:33,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:33,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-969c7fca-bec0-4dc3-9951-46495b6a3c08 Date: Mon, 19 Nov 2018 06:45:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "96bd917f-463d-47e5-b856-ae46299cf76f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802"}]} 2018-11-19 06:45:33,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-969c7fca-bec0-4dc3-9951-46495b6a3c08 2018-11-19 06:45:33,743 - neutron_utils - INFO - Retrieving security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:33,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:33,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1d714f69-dce5-4b5f-a07d-d8ac5b84d6af Date: Mon, 19 Nov 2018 06:45:33 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "updated_at": "2018-11-19T06:45:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "96bd917f-463d-47e5-b856-ae46299cf76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}], "revision_number": 2, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}]} 2018-11-19 06:45:33,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-1d714f69-dce5-4b5f-a07d-d8ac5b84d6af 2018-11-19 06:45:33,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:33,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:34,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-24232059-0203-4031-9924-a777f272aadc Date: Mon, 19 Nov 2018 06:45:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "96bd917f-463d-47e5-b856-ae46299cf76f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802"}]} 2018-11-19 06:45:34,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-24232059-0203-4031-9924-a777f272aadc 2018-11-19 06:45:34,145 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp 2018-11-19 06:45:34,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:34,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-45e19759-1e53-4bbf-894e-7fb41804475a Date: Mon, 19 Nov 2018 06:45:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "updated_at": "2018-11-19T06:45:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "96bd917f-463d-47e5-b856-ae46299cf76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}], "revision_number": 2, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}]} 2018-11-19 06:45:34,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp used request id req-45e19759-1e53-4bbf-894e-7fb41804475a 2018-11-19 06:45:34,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:45:34,206 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:45:34,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:34,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23cc811c-47b2-4cea-9ae9-faad228f30a6 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:34,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-23cc811c-47b2-4cea-9ae9-faad228f30a6 2018-11-19 06:45:34,300 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:34,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:34,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-636f1ae0-cb96-4cbd-a5f5-a22af2981390 Date: Mon, 19 Nov 2018 06:45:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "96bd917f-463d-47e5-b856-ae46299cf76f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802"}]} 2018-11-19 06:45:34,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-636f1ae0-cb96-4cbd-a5f5-a22af2981390 2018-11-19 06:45:34,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72"}}' 2018-11-19 06:45:34,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f93521bb-682e-45ac-9d16-08034c6d3565 Date: Mon, 19 Nov 2018 06:45:34 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:34Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:34Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "c4b3412d-a661-4932-8cc3-b2009cba3e2c"}} 2018-11-19 06:45:34,490 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-f93521bb-682e-45ac-9d16-08034c6d3565 2018-11-19 06:45:34,490 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp 2018-11-19 06:45:34,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:34,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-6c77ed1f-33b2-4d6c-8937-ecf4f9d79040 Date: Mon, 19 Nov 2018 06:45:34 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "updated_at": "2018-11-19T06:45:34Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "96bd917f-463d-47e5-b856-ae46299cf76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:34Z", "revision_number": 0, "id": "c4b3412d-a661-4932-8cc3-b2009cba3e2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:34Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}], "revision_number": 3, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}]} 2018-11-19 06:45:34,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp used request id req-6c77ed1f-33b2-4d6c-8937-ecf4f9d79040 2018-11-19 06:45:34,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:34,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c70375-053b-4bc8-976d-d14c40cde3be Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:34,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-26c70375-053b-4bc8-976d-d14c40cde3be 2018-11-19 06:45:34,772 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:34,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:34,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-e38db563-cdec-4d05-a4f9-68a744e2bd70 Date: Mon, 19 Nov 2018 06:45:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "96bd917f-463d-47e5-b856-ae46299cf76f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:34Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:34Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "c4b3412d-a661-4932-8cc3-b2009cba3e2c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802"}]} 2018-11-19 06:45:34,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-e38db563-cdec-4d05-a4f9-68a744e2bd70 2018-11-19 06:45:34,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72"}}' 2018-11-19 06:45:35,304 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-1dba16a8-008a-4ec1-8c38-605b2f995d83 Date: Mon, 19 Nov 2018 06:45:35 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:45:35Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": 22, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:35Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "4ff2954d-e5e6-4a07-9575-01783fb74428"}} 2018-11-19 06:45:35,304 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-1dba16a8-008a-4ec1-8c38-605b2f995d83 2018-11-19 06:45:35,305 - neutron_utils - INFO - Retrieving security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:35,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:35,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-3303eb78-e5d1-4db9-8dc5-f83cfec2e496 Date: Mon, 19 Nov 2018 06:45:35 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "updated_at": "2018-11-19T06:45:35Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:45:35Z", "revision_number": 0, "id": "4ff2954d-e5e6-4a07-9575-01783fb74428", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:35Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "96bd917f-463d-47e5-b856-ae46299cf76f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:34Z", "revision_number": 0, "id": "c4b3412d-a661-4932-8cc3-b2009cba3e2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:34Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "revision_number": 0, "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}], "revision_number": 4, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}]} 2018-11-19 06:45:35,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-3303eb78-e5d1-4db9-8dc5-f83cfec2e496 2018-11-19 06:45:35,505 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 55a0d32b-e124-46a9-ab38-cdfb7fc78f72 2018-11-19 06:45:35,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:45:35,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-08f7d599-137d-400c-8ac2-501c919930d1 Date: Mon, 19 Nov 2018 06:45:35 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:45:35Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": 22, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:35Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "4ff2954d-e5e6-4a07-9575-01783fb74428"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "96bd917f-463d-47e5-b856-ae46299cf76f"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:34Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:34Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "c4b3412d-a661-4932-8cc3-b2009cba3e2c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:32Z", "security_group_id": "55a0d32b-e124-46a9-ab38-cdfb7fc78f72", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:32Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "f027329f-92f9-4ab1-b7ef-5ed6353f3802"}]} 2018-11-19 06:45:35,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-08f7d599-137d-400c-8ac2-501c919930d1 2018-11-19 06:45:35,539 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:35,540 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:35,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["fNa0ao2oSxCReOuUvtQRAg"], "issued_at": "2018-11-19T06:45:35.000000Z"}} 2018-11-19 06:45:35,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:35,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68291620-9e70-4a89-8034-c870cecd47f1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:35,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-68291620-9e70-4a89-8034-c870cecd47f1 2018-11-19 06:45:35,990 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:45:35,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:36,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e6ed030-1efe-4ac9-b2aa-cc7b98a43c84 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:36,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2e6ed030-1efe-4ac9-b2aa-cc7b98a43c84 2018-11-19 06:45:36,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:36,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-11d91b08-e36f-452d-8b11-524abf609f1f Date: Mon, 19 Nov 2018 06:45:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:36,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-11d91b08-e36f-452d-8b11-524abf609f1f 2018-11-19 06:45:36,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:45:36,360 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:45:36,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:36,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebafc363-861b-421b-ac13-95ee821690c3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:36,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-ebafc363-861b-421b-ac13-95ee821690c3 2018-11-19 06:45:36,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:36,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b8c549bf-126e-4e04-9a7f-599f4c411e63 Date: Mon, 19 Nov 2018 06:45:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:36,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-b8c549bf-126e-4e04-9a7f-599f4c411e63 2018-11-19 06:45:36,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:36,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-98720743-e456-4b5f-ac18-20f59454fbf9 Date: Mon, 19 Nov 2018 06:45:36 GMT RESP BODY: {"ports":[]} 2018-11-19 06:45:36,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1&admin_state_up=True used request id req-98720743-e456-4b5f-ac18-20f59454fbf9 2018-11-19 06:45:36,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:37,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c76600a2-2361-46c9-b6c1-129a0b14d1b9 x-compute-request-id: req-c76600a2-2361-46c9-b6c1-129a0b14d1b9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:45:37,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst used request id req-c76600a2-2361-46c9-b6c1-129a0b14d1b9 2018-11-19 06:45:37,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:37,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-30f707b5-758f-4146-846d-51760cfd2e42 Date: Mon, 19 Nov 2018 06:45:37 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:37,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-30f707b5-758f-4146-846d-51760cfd2e42 2018-11-19 06:45:37,312 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:37,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3821fa8-d54d-4f33-9ab3-065dcfc0a168 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:37,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-a3821fa8-d54d-4f33-9ab3-065dcfc0a168 2018-11-19 06:45:37,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:37,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e855f67a-a8cd-4b0c-abe5-80fc47136564 Date: Mon, 19 Nov 2018 06:45:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:37,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-e855f67a-a8cd-4b0c-abe5-80fc47136564 2018-11-19 06:45:37,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:37,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-106eb19c-a7a4-4d35-a123-75f12c8a0fd3 Date: Mon, 19 Nov 2018 06:45:37 GMT RESP BODY: {"ports":[]} 2018-11-19 06:45:37,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1&admin_state_up=True used request id req-106eb19c-a7a4-4d35-a123-75f12c8a0fd3 2018-11-19 06:45:37,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:45:37,769 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:45:38,143 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c5c34cf6a27a41d5842964b3b10aeef5", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role"}], "expires_at": "2018-11-19T07:45:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/8b2ba44fbb8747d5a994c3d69c556d03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user", "id": "e066cd65e1884bf0a076fd0704e67ac1"}, "audit_ids": ["wyCkm5yPRW-HZCn6Bw0xVQ"], "issued_at": "2018-11-19T06:45:38.000000Z"}} 2018-11-19 06:45:38,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db254970196075e9839b181163029b3e24b38f1" 2018-11-19 06:45:38,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d287df9-7381-48f0-98e5-f9d0441d7146 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:45:38,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9d287df9-7381-48f0-98e5-f9d0441d7146 2018-11-19 06:45:38,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:38,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-27c4e952-9f03-4c59-85e9-a74c91951e51 Date: Mon, 19 Nov 2018 06:45: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:38,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-27c4e952-9f03-4c59-85e9-a74c91951e51 2018-11-19 06:45:38,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:38,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1477d71d-0225-4d2e-9b32-79a22a1a1e58 Date: Mon, 19 Nov 2018 06:45:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:38,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-1477d71d-0225-4d2e-9b32-79a22a1a1e58 2018-11-19 06:45:38,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:38,811 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-16d37132-8a1a-4ee2-b5cb-2c15c90b7bba Date: Mon, 19 Nov 2018 06:45: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:38,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-16d37132-8a1a-4ee2-b5cb-2c15c90b7bba 2018-11-19 06:45:38,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:45:38,820 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:45: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:45:38,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6db254970196075e9839b181163029b3e24b38f1" 2018-11-19 06:45:38,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b425083f-f6fa-4eaf-97a1-fd576fd4922d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:38,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-b425083f-f6fa-4eaf-97a1-fd576fd4922d 2018-11-19 06:45:38,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:39,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3aea4cda-0f2a-4924-a516-ce3760ee8bc5 Date: Mon, 19 Nov 2018 06:45:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:39,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-3aea4cda-0f2a-4924-a516-ce3760ee8bc5 2018-11-19 06:45:39,118 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net 2018-11-19 06:45:39,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" -d '{"port": {"network_id": "7dd48f34-bd98-4c98-b7d0-882edbc87ad7", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1", "admin_state_up": true}}' 2018-11-19 06:45:40,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-9a9bffb7-bebb-49be-80ab-84a1fc8a8b7f Date: Mon, 19 Nov 2018 06:45:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.13"}],"id":"47984b61-edab-428b-9c89-9e9d5fc33033","security_groups":["ee390717-7606-4148-9dd4-603ac15d7198"],"mac_address":"fa:16:3e:4d:90:15","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","qos_policy_id":null,"admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:39Z","binding:vnic_type":"normal"}} 2018-11-19 06:45:40,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-9a9bffb7-bebb-49be-80ab-84a1fc8a8b7f 2018-11-19 06:45:40,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:40,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-4b28179f-9cb2-47fd-801b-e69dc9b510e7 Date: Mon, 19 Nov 2018 06:45: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:40,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-4b28179f-9cb2-47fd-801b-e69dc9b510e7 2018-11-19 06:45:40,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:40,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27d0580f-a89f-4acb-b990-d76154b1ddf3 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:40,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-27d0580f-a89f-4acb-b990-d76154b1ddf3 2018-11-19 06:45:40,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:40,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-08779b55-5da6-415e-8ea1-2e20126a8401 Date: Mon, 19 Nov 2018 06:45:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:40,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-08779b55-5da6-415e-8ea1-2e20126a8401 2018-11-19 06:45:40,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:40,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-065204e3-c69b-42b7-9fe4-fbe54b7af928 Date: Mon, 19 Nov 2018 06:45:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:39Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.13"}],"id":"47984b61-edab-428b-9c89-9e9d5fc33033","security_groups":["ee390717-7606-4148-9dd4-603ac15d7198"],"mac_address":"fa:16:3e:4d:90:15","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:39Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:45:40,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1&admin_state_up=True used request id req-065204e3-c69b-42b7-9fe4-fbe54b7af928 2018-11-19 06:45:40,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:40,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f3c1971-edbf-464e-b8e3-f26f459ee7de Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:40,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-7f3c1971-edbf-464e-b8e3-f26f459ee7de 2018-11-19 06:45:40,773 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst 2018-11-19 06:45:40,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:40,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff52887f-e440-468b-b208-7cd2cb127a22 x-compute-request-id: req-ff52887f-e440-468b-b208-7cd2cb127a22 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"flavors": [{"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-flavor-name"}]} 2018-11-19 06:45:40,807 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ff52887f-e440-468b-b208-7cd2cb127a22 2018-11-19 06:45:40,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:40,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33d9d2c0-4157-4523-a1ae-a21785725501 x-compute-request-id: req-33d9d2c0-4157-4523-a1ae-a21785725501 Content-Encoding: gzip Content-Length: 327 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:45:40,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a used request id req-33d9d2c0-4157-4523-a1ae-a21785725501 2018-11-19 06:45:40,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:41,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-038fa74d-de97-4302-9a7e-dd872efe19ef Date: Mon, 19 Nov 2018 06:45:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:45:15Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:45:16Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/snap", "metadata": {}}], "self": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "min_disk": 0, "protected": false, "id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "file": "/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "8b2ba44fbb8747d5a994c3d69c556d03", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a9733ab8-4ead-4833-8ed3-b99417b1f847/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image"} 2018-11-19 06:45:41,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image used request id req-038fa74d-de97-4302-9a7e-dd872efe19ef 2018-11-19 06:45:41,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:41,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f0baca7f-efae-43bb-b7d5-d8a1fe9e8227 Date: Mon, 19 Nov 2018 06:45:41 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:45:41,174 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-f0baca7f-efae-43bb-b7d5-d8a1fe9e8227 2018-11-19 06:45:41,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "imageRef": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "flavorRef": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "max_count": 1, "min_count": 1, "networks": [{"port": "47984b61-edab-428b-9c89-9e9d5fc33033"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}]}}' 2018-11-19 06:45:43,694 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:45:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76d9f455-d6ac-48bf-a628-8caa7ed342c7 x-compute-request-id: req-76d9f455-d6ac-48bf-a628-8caa7ed342c7 Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "adminPass": "EnLECxpg8xbS"}} 2018-11-19 06:45:43,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-76d9f455-d6ac-48bf-a628-8caa7ed342c7 2018-11-19 06:45:43,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:43,914 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1219e397-9eb7-4553-b2ca-0fb4bc2bf3c8 x-compute-request-id: req-1219e397-9eb7-4553-b2ca-0fb4bc2bf3c8 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.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:45:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:43,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-1219e397-9eb7-4553-b2ca-0fb4bc2bf3c8 2018-11-19 06:45:43,915 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst 2018-11-19 06:45:43,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:44,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01d77c63-d65b-4e2b-883a-f12f916793ab x-compute-request-id: req-01d77c63-d65b-4e2b-883a-f12f916793ab 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.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:45:43Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:44,272 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-01d77c63-d65b-4e2b-883a-f12f916793ab 2018-11-19 06:45:44,273 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - BUILD 2018-11-19 06:45:44,273 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:45:47,276 - create_instance - DEBUG - VM status query timeout in 896.639189005 2018-11-19 06:45:47,279 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:47,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5986483-4d25-4fbb-a161-e1c9c4065756 x-compute-request-id: req-a5986483-4d25-4fbb-a161-e1c9c4065756 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.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:45:45Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:47,687 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-a5986483-4d25-4fbb-a161-e1c9c4065756 2018-11-19 06:45:47,687 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - BUILD 2018-11-19 06:45:47,687 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:45:50,691 - create_instance - DEBUG - VM status query timeout in 893.224506855 2018-11-19 06:45:50,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:51,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a4156c4-326c-44f9-b6d4-998f5378603a x-compute-request-id: req-7a4156c4-326c-44f9-b6d4-998f5378603a Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:51,264 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-7a4156c4-326c-44f9-b6d4-998f5378603a 2018-11-19 06:45:51,265 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - ACTIVE 2018-11-19 06:45:51,265 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:45:51,268 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:51,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45: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-ad44cf77-2fce-4118-bade-c46cebb957e9 x-compute-request-id: req-ad44cf77-2fce-4118-bade-c46cebb957e9 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:51,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-ad44cf77-2fce-4118-bade-c46cebb957e9 2018-11-19 06:45:51,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:51,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-653185e3-e2dd-4e27-a0d7-fee6510e7f8a Date: Mon, 19 Nov 2018 06: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:51,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-653185e3-e2dd-4e27-a0d7-fee6510e7f8a 2018-11-19 06:45:51,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:51,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cf818e-3aaa-4308-823c-2585860dfcad Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:51,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-b7cf818e-3aaa-4308-823c-2585860dfcad 2018-11-19 06:45:51,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:52,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-81e76e4f-270e-4a12-9878-814457d29caa Date: Mon, 19 Nov 2018 06:45:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:52,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-81e76e4f-270e-4a12-9878-814457d29caa 2018-11-19 06:45:52,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:52,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-23119cb6-f2b4-4856-b5e1-81f31e7209e6 Date: Mon, 19 Nov 2018 06:45:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.2"}],"id":"10146791-f9a1-4da2-b181-db32d3a7f9f7","security_groups":[],"mac_address":"fa:16:3e:4d:f2:c9","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.4"}],"id":"4041105e-b1d6-47ec-9523-ecaf996312b9","security_groups":[],"mac_address":"fa:16:3e:29:a5:8f","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:50Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.13"}],"id":"47984b61-edab-428b-9c89-9e9d5fc33033","security_groups":["ee390717-7606-4148-9dd4-603ac15d7198"],"mac_address":"fa:16:3e:4d:90:15","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:39Z","binding:vnic_type":"normal","device_id":"29afec06-8d9d-4941-a8bd-f2f1abceff09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.3"}],"id":"7fcb874b-50e3-40c3-9be2-624e51a618bf","security_groups":[],"mac_address":"fa:16:3e:83:1f:24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.1"}],"id":"a27c9511-4c19-4420-acc6-fcb64f7a51fb","security_groups":[],"mac_address":"fa:16:3e:a3:18:57","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:28Z","binding:vnic_type":"normal","device_id":"0067ce01-6d89-4352-9b0e-a87af8bdb904"}]} 2018-11-19 06:45:52,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-23119cb6-f2b4-4856-b5e1-81f31e7209e6 2018-11-19 06:45:52,288 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}}' 2018-11-19 06:45:53,622 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-d70f7095-4285-4824-84d5-6bfd4fe15863 x-compute-request-id: req-d70f7095-4285-4824-84d5-6bfd4fe15863 Content-Length: 0 Content-Type: application/json 2018-11-19 06:45:53,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09/action used request id req-d70f7095-4285-4824-84d5-6bfd4fe15863 2018-11-19 06:45:53,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:53,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-21804e7b-32bb-4bbe-b46b-fc7d3473e633 Date: Mon, 19 Nov 2018 06:45:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:22Z", "admin_state_up": true, "updated_at": "2018-11-19T06:45:29Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "0067ce01-6d89-4352-9b0e-a87af8bdb904", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router"}]} 2018-11-19 06:45:53,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router used request id req-21804e7b-32bb-4bbe-b46b-fc7d3473e633 2018-11-19 06:45:53,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:53,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a60581-5369-45cb-be2f-f30015c1e2ed Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:53,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-e6a60581-5369-45cb-be2f-f30015c1e2ed 2018-11-19 06:45:53,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=0067ce01-6d89-4352-9b0e-a87af8bdb904 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:53,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-21c0f5df-b933-4111-bc92-96dd79554e68 Date: Mon, 19 Nov 2018 06:45:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.1"}],"id":"a27c9511-4c19-4420-acc6-fcb64f7a51fb","security_groups":[],"mac_address":"fa:16:3e:a3:18:57","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:28Z","binding:vnic_type":"normal","device_id":"0067ce01-6d89-4352-9b0e-a87af8bdb904"}]} 2018-11-19 06:45:53,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=0067ce01-6d89-4352-9b0e-a87af8bdb904 used request id req-21c0f5df-b933-4111-bc92-96dd79554e68 2018-11-19 06:45:53,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/2d58b16f-3167-4f69-8659-bda842a72c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:53,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-bce7ccbe-ae8c-4612-8fd8-a8da147c397c Date: Mon, 19 Nov 2018 06:45:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}} 2018-11-19 06:45:53,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/2d58b16f-3167-4f69-8659-bda842a72c82 used request id req-bce7ccbe-ae8c-4612-8fd8-a8da147c397c 2018-11-19 06:45:53,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:54,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-e45f9ad7-6717-4c74-904e-e0598f77bcd7 Date: Mon, 19 Nov 2018 06:45:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:45:54,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-e45f9ad7-6717-4c74-904e-e0598f77bcd7 2018-11-19 06:45:54,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:54,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c3bc36df-6e87-4baa-bb01-113210321422 Date: Mon, 19 Nov 2018 06:45:54 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:45:54,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-c3bc36df-6e87-4baa-bb01-113210321422 2018-11-19 06:45:54,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:54,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-875e09ba-1cd9-47a6-b6ff-f2c059a8c13d x-compute-request-id: req-875e09ba-1cd9-47a6-b6ff-f2c059a8c13d Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:54,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-875e09ba-1cd9-47a6-b6ff-f2c059a8c13d 2018-11-19 06:45:54,986 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - ACTIVE 2018-11-19 06:45:54,986 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:45:54,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:55,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a053d86-fe67-4aef-a3fd-2c3961707f03 x-compute-request-id: req-7a053d86-fe67-4aef-a3fd-2c3961707f03 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:55,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-7a053d86-fe67-4aef-a3fd-2c3961707f03 2018-11-19 06:45:55,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:55,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a5cc7119-1ad7-4987-9cc6-29283e9303b8 Date: Mon, 19 Nov 2018 06:45:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:55,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-a5cc7119-1ad7-4987-9cc6-29283e9303b8 2018-11-19 06:45:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:55,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13cb630-26fb-49d5-b7bd-17b36477fa72 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:55,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-a13cb630-26fb-49d5-b7bd-17b36477fa72 2018-11-19 06:45:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:55,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6c3bb688-7f83-4685-962e-d7c519fb04d6 Date: Mon, 19 Nov 2018 06:45:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:55,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-6c3bb688-7f83-4685-962e-d7c519fb04d6 2018-11-19 06:45:55,707 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:55,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-38c1e184-c602-4685-b12d-d8dd84a76cb6 Date: Mon, 19 Nov 2018 06:45:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.2"}],"id":"10146791-f9a1-4da2-b181-db32d3a7f9f7","security_groups":[],"mac_address":"fa:16:3e:4d:f2:c9","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.4"}],"id":"4041105e-b1d6-47ec-9523-ecaf996312b9","security_groups":[],"mac_address":"fa:16:3e:29:a5:8f","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.13"}],"id":"47984b61-edab-428b-9c89-9e9d5fc33033","security_groups":["55a0d32b-e124-46a9-ab38-cdfb7fc78f72","ee390717-7606-4148-9dd4-603ac15d7198"],"mac_address":"fa:16:3e:4d:90:15","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:39Z","binding:vnic_type":"normal","device_id":"29afec06-8d9d-4941-a8bd-f2f1abceff09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.3"}],"id":"7fcb874b-50e3-40c3-9be2-624e51a618bf","security_groups":[],"mac_address":"fa:16:3e:83:1f:24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.1"}],"id":"a27c9511-4c19-4420-acc6-fcb64f7a51fb","security_groups":[],"mac_address":"fa:16:3e:a3:18:57","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:28Z","binding:vnic_type":"normal","device_id":"0067ce01-6d89-4352-9b0e-a87af8bdb904"}]} 2018-11-19 06:45:55,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-38c1e184-c602-4685-b12d-d8dd84a76cb6 2018-11-19 06:45:55,805 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:45:55,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:55,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-f8329a31-c3ee-4779-9951-33a8bdc94ac8 Date: Mon, 19 Nov 2018 06:45:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:45:55,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-f8329a31-c3ee-4779-9951-33a8bdc94ac8 2018-11-19 06:45:55,918 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:55,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6e448fb4-c398-470f-8830-d05a93a2b4ff Date: Mon, 19 Nov 2018 06:45:55 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:45:55,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-6e448fb4-c398-470f-8830-d05a93a2b4ff 2018-11-19 06:45:55,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "47984b61-edab-428b-9c89-9e9d5fc33033"}}' 2018-11-19 06:45:58,714 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-f585a3d0-e4b6-474c-ab27-da9d2188fd13 Date: Mon, 19 Nov 2018 06:45:58 GMT RESP BODY: {"floatingip": {"router_id": "0067ce01-6d89-4352-9b0e-a87af8bdb904", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:57Z", "updated_at": "2018-11-19T06:45:57Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_id": "47984b61-edab-428b-9c89-9e9d5fc33033", "id": "fa9756ab-619b-4feb-b000-37b9de2e5ddb"}} 2018-11-19 06:45:58,714 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-f585a3d0-e4b6-474c-ab27-da9d2188fd13 2018-11-19 06:45:58,714 - create_instance - INFO - Created floating IP 172.30.9.206 via router - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router 2018-11-19 06:45:58,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:59,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e62c8f95-3aad-4261-820c-f93d76d5fc30 x-compute-request-id: req-e62c8f95-3aad-4261-820c-f93d76d5fc30 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:59,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-e62c8f95-3aad-4261-820c-f93d76d5fc30 2018-11-19 06:45:59,353 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - ACTIVE 2018-11-19 06:45:59,354 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:45:59,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:59,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c86d527-e31b-433d-9389-0fa4c833729d x-compute-request-id: req-6c86d527-e31b-433d-9389-0fa4c833729d Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:45:59,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-6c86d527-e31b-433d-9389-0fa4c833729d 2018-11-19 06:45:59,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:59,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0e984a0d-913d-4c73-b1fc-de58cde897aa Date: Mon, 19 Nov 2018 06:45: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:45:59,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-0e984a0d-913d-4c73-b1fc-de58cde897aa 2018-11-19 06:45:59,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:59,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dcb1a35-db2d-4061-aba1-e1fdd2e6d0fa Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:45:59,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-8dcb1a35-db2d-4061-aba1-e1fdd2e6d0fa 2018-11-19 06:45:59,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:45:59,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-300ff95d-d557-40ac-91b1-f15737f061b7 Date: Mon, 19 Nov 2018 06:45:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:45:59,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-300ff95d-d557-40ac-91b1-f15737f061b7 2018-11-19 06:45:59,958 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:00,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-1da1ef3b-7cbf-484a-9998-04f2d28add65 Date: Mon, 19 Nov 2018 06:46:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.2"}],"id":"10146791-f9a1-4da2-b181-db32d3a7f9f7","security_groups":[],"mac_address":"fa:16:3e:4d:f2:c9","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.4"}],"id":"4041105e-b1d6-47ec-9523-ecaf996312b9","security_groups":[],"mac_address":"fa:16:3e:29:a5:8f","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.13"}],"id":"47984b61-edab-428b-9c89-9e9d5fc33033","security_groups":["55a0d32b-e124-46a9-ab38-cdfb7fc78f72","ee390717-7606-4148-9dd4-603ac15d7198"],"mac_address":"fa:16:3e:4d:90:15","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:39Z","binding:vnic_type":"normal","device_id":"29afec06-8d9d-4941-a8bd-f2f1abceff09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.3"}],"id":"7fcb874b-50e3-40c3-9be2-624e51a618bf","security_groups":[],"mac_address":"fa:16:3e:83:1f:24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.1"}],"id":"a27c9511-4c19-4420-acc6-fcb64f7a51fb","security_groups":[],"mac_address":"fa:16:3e:a3:18:57","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:28Z","binding:vnic_type":"normal","device_id":"0067ce01-6d89-4352-9b0e-a87af8bdb904"}]} 2018-11-19 06:46:00,054 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-1da1ef3b-7cbf-484a-9998-04f2d28add65 2018-11-19 06:46:00,055 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-11-19 06:46:00,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:00,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-186e44bf-801f-41fe-aa53-9389069cd90e x-compute-request-id: req-186e44bf-801f-41fe-aa53-9389069cd90e Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:00,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-186e44bf-801f-41fe-aa53-9389069cd90e 2018-11-19 06:46:00,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:46:01,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-750159f9-738c-446d-b092-8e41b80c46c1 x-compute-request-id: req-750159f9-738c-446d-b092-8e41b80c46c1 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 522517387 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.126812] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.128442] pid_max: default: 32768 minimum: 301\n[ 0.129323] ACPI: Core revision 20150930\n[ 0.130713] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.131997] Security Framework initialized\n[ 0.132799] Yama: becoming mindful.\n[ 0.133516] AppArmor: AppArmor initialized\n[ 0.134365] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.135632] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.136871] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.138052] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.139396] Initializing cgroup subsys io\n[ 0.140197] Initializing cgroup subsys memory\n[ 0.141042] Initializing cgroup subsys devices\n[ 0.141907] Initializing cgroup subsys freezer\n[ 0.142763] Initializing cgroup subsys net_cls\n[ 0.143614] Initializing cgroup subsys perf_event\n[ 0.144510] Initializing cgroup subsys net_prio\n[ 0.145378] Initializing cgroup subsys hugetlb\n[ 0.146238] Initializing cgroup subsys pids\n[ 0.147100] CPU: Physical Processor ID: 0\n[ 0.148589] mce: CPU supports 10 MCE banks\n[ 0.149419] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.150410] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.152692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.159110] ftrace: allocating 31920 entries in 125 pages\n[ 0.185281] smpboot: Max logical packages: 2\n[ 0.186132] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.187304] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.188630] x2apic enabled\n[ 0.189430] Switched APIC routing to physical x2apic.\n[ 0.191174] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.192420] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.194546] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.196468] KVM setup paravirtual spinlock\n[ 0.197886] x86: Booting SMP configuration:\n[ 0.198783] .... node #0, CPUs: #1\n[ 0.199697] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.221385] x86: Booted up 1 node, 2 CPUs\n[ 0.221388] KVM setup async PF for cpu 1\n[ 0.221391] kvm-stealtime: cpu 1, msr f90d940\n[ 0.223941] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.225430] devtmpfs: initialized\n[ 0.227128] evm: security.selinux\n[ 0.227820] evm: security.SMACK64\n[ 0.228505] evm: security.SMACK64EXEC\n[ 0.229245] evm: security.SMACK64TRANSMUTE\n[ 0.230053] evm: security.SMACK64MMAP\n[ 0.230790] evm: security.ima\n[ 0.231421] evm: security.capability\n[ 0.232267] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234113] pinctrl core: initialized pinctrl subsystem\n[ 0.235195] RTC time: 6:45:49, date: 11/19/18\n[ 0.236142] NET: Registered protocol family 16\n[ 0.246128] cpuidle: using governor ladder\n[ 0.258211] cpuidle: using governor menu\n[ 0.259043] PCCT header not found.\n[ 0.259819] ACPI: bus type PCI registered\n[ 0.260611] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261859] PCI: Using configuration type 1 for base access\n[ 0.275272] ACPI: Added _OSI(Module Device)\n[ 0.276130] ACPI: Added _OSI(Processor Device)\n[ 0.276981] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277868] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.280218] ACPI: Interpreter enabled\n[ 0.280976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288254] ACPI: (supports S0 S5)\n[ 0.288953] ACPI: Using IOAPIC for interrupt routing\n[ 0.290038] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.293393] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.294524] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295736] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296912] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.299129] acpiphp: Slot [3] registered\n[ 0.299928] acpiphp: Slot [4] registered\n[ 0.300721] acpiphp: Slot [5] registered\n[ 0.301515] acpiphp: Slot [6] registered\n[ 0.302312] acpiphp: Slot [7] registered\n[ 0.303107] acpiphp: Slot [8] registered\n[ 0.303898] acpiphp: Slot [9] registered\n[ 0.304686] acpiphp: Slot [10] registered\n[ 0.315639] acpiphp: Slot [11] registered\n[ 0.316454] acpiphp: Slot [12] registered\n[ 0.317260] acpiphp: Slot [13] registered\n[ 0.318061] acpiphp: Slot [14] registered\n[ 0.318860] acpiphp: Slot [15] registered\n[ 0.319669] acpiphp: Slot [16] registered\n[ 0.320468] acpiphp: Slot [17] registered\n[ 0.321266] acpiphp: Slot [18] registered\n[ 0.322066] acpiphp: Slot [19] registered\n[ 0.322865] acpiphp: Slot [20] registered\n[ 0.323673] acpiphp: Slot [21] registered\n[ 0.324473] acpiphp: Slot [22] registered\n[ 0.325281] acpiphp: Slot [23] registered\n[ 0.326087] acpiphp: Slot [24] registered\n[ 0.326888] acpiphp: Slot [25] registered\n[ 0.327693] acpiphp: Slot [26] registered\n[ 0.328494] acpiphp: Slot [27] registered\n[ 0.329302] acpiphp: Slot [28] registered\n[ 0.330103] acpiphp: Slot [29] registered\n[ 0.330904] acpiphp: Slot [30] registered\n[ 0.331712] acpiphp: Slot [31] registered\n[ 0.332507] PCI host bridge to bus 0000:00\n[ 0.333312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.334509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.335726] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337157] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.338578] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.346129] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.347278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348521] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.355443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.356880] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407448] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.408928] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.410333] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.411752] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.413135] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.414403] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.415595] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.416632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.418155] vgaarb: loaded\n[ 0.418750] vgaarb: bridge control possible 0000:00:02.0\n[ 0.419891] SCSI subsystem initialized\n[ 0.420726] ACPI: bus type USB registered\n[ 0.421534] usbcore: registered new interface driver usbfs\n[ 0.422548] usbcore: registered new interface driver hub\n[ 0.423541] usbcore: registered new device driver usb\n[ 0.424645] PCI: Using ACPI for IRQ routing\n[ 0.425672] NetLabel: Initializing\n[ 0.426376] NetLabel: domain hash size = 128\n[ 0.427216] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.428155] NetLabel: unlabeled traffic allowed by default\n[ 0.429292] clocksource: Switched to clocksource kvm-clock\n[ 0.435293] AppArmor: AppArmor Filesystem Enabled\n[ 0.436260] pnp: PnP ACPI init\n[ 0.437192] pnp: PnP ACPI: found 5 devices\n[ 0.444333] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.446048] NET: Registered protocol family 2\n[ 0.447030] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.448284] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.449441] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.450587] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451652] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.452802] NET: Registered protocol family 1\n[ 0.453662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.454746] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.455799] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.474407] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.493257] Trying to unpack rootfs image as initramfs...\n[ 0.543578] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.557813] Scanning for low memory corruption every 60 seconds\n[ 0.559172] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.560330] audit: initializing netlink subsys (disabled)\n[ 0.561384] audit: type=2000 audit(1542609950.590:1): initialized\n[ 0.562692] Initialise system trusted keyring\n[ 0.563641] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.564798] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.566884] zbud: loaded\n[ 0.567629] VFS: Disk quotas dquot_6.6.0\n[ 0.568450] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.570024] fuse init (API version 7.23)\n[ 0.570926] Key type big_key registered\n[ 0.571726] Allocating IMA MOK and blacklist keyrings.\n[ 0.572979] Key type asymmetric registered\n[ 0.573808] Asymmetric key parser 'x509' registered\n[ 0.574758] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.576255] io scheduler noop registered\n[ 0.577048] io scheduler deadline registered (default)\n[ 0.578040] io scheduler cfq registered\n[ 0.578879] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.579920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.581180] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.582627] ACPI: Power Button [PWRF]\n[ 0.583510] GHES: HEST is not enabled!\n[ 0.601717] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.638967] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.641285] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.665299] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.667847] Linux agpgart interface v0.103\n[ 0.670184] brd: module loaded\n[ 0.671469] loop: module loaded\n[ 0.676417] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.677882] GPT:90111 != 20971519\n[ 0.678569] GPT:Alternate GPT header not at the end of the disk.\n[ 0.679647] GPT:90111 != 20971519\n[ 0.680328] GPT: Use GNU Parted to correct GPT errors.\n[ 0.681288] vda: vda1 vda15\n[ 0.682734] scsi host0: ata_piix\n[ 0.683496] scsi host1: ata_piix\n[ 0.684205] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.685416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.686678] libphy: Fixed MDIO Bus: probed\n[ 0.687601] tun: Universal TUN/TAP device driver, 1.6\n[ 0.688542] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.690511] PPP generic driver version 2.4.2\n[ 0.691394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.692638] ehci-pci: EHCI PCI platform driver\n[ 0.693511] ehci-platform: EHCI generic platform driver\n[ 0.694486] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.695595] ohci-pci: OHCI PCI platform driver\n[ 0.696457] ohci-platform: OHCI generic platform driver\n[ 0.697436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.716349] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.717343] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.718788] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.719772] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.720871] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.722091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.723503] usb usb1: Product: UHCI Host Controller\n[ 0.724424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.725550] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.726549] hub 1-0:1.0: USB hub found\n[ 0.727324] hub 1-0:1.0: 2 ports detected\n[ 0.728230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.730355] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.731306] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.732332] mousedev: PS/2 mouse device common for all mice\n[ 0.733493] rtc_cmos 00:00: RTC can wake from S4\n[ 0.734678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.735866] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.737553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.739096] i2c /dev entries driver\n[ 0.740043] device-mapper: uevent: version 1.0.3\n[ 0.741231] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.743238] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.744838] NET: Registered protocol family 10\n[ 0.746077] NET: Registered protocol family 17\n[ 0.747159] Key type dns_resolver registered\n[ 0.748331] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.749679] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.750792] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.752975] registered taskstats version 1\n[ 0.754000] Loading compiled-in X.509 certificates\n[ 0.755658] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.757939] zswap: loaded using pool lzo/zbud\n[ 0.759623] Key type trusted registered\n[ 0.761547] Key type encrypted registered\n[ 0.762553] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.763823] ima: No TPM chip found, activating TPM-bypass!\n[ 0.765104] evm: HMAC attrs: 0x1\n[ 0.766233] Magic number: 10:329:772\n[ 0.767273] rtc_cmos 00:00: setting system clock to 2018-11-19 06:45:50 UTC (1542609950)\n[ 0.779702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.781087] EDD information not available.\n[ 0.842463] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.844342] Write protecting the kernel read-only data: 14336k\n[ 0.846229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.851153] 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.914847] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.99\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.13...\nLease of 10.55.1.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.18. 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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKTiaHUU/JKLoDjEehqKhyLYal5RQ0/etSZKaRjaLkVoNGVIwLCgkcf+i2jEK5ETjiwFH8unCQYJkJAckGBgssnSQBzBfIkCdU1UPHOBgsjBY4RkOmpKsgnsvSRggevAh6cOUtTeUAkMp42X0weGvQVuy3+h02DhDgn1yg8Nm31jxy6F5kxEdiorYXIrDwKgWxpS3S7/nI58yr0GCSxWE6paUfwCFC5GksEjVBJLXKAKnY2pePGI+6d6o3S/kcujA9jsF4wb+U9bstCHZTLDO5sezfHN8sB0C271KAVsedx/pCeWY764Zd0kOyfvNsjgOBHhl5khcRI/hzz7Au+G5r root@createinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e\nssh-dss AAAAB3NzaC1kc3MAAACBALD9STKwMSj0pu8+Wz1cHptxEtr5e+4Jmg23XZo8+vbRed9Rw/e9isjauXt799i5l6THEN7IjhFXHn669QgXFmuUUbdNdB3VN6foTH1YUm9ILnd1AMYlsMyt2NPVZV1YXijiVYQOM1CgsHOZzE82HKXSobTFOp+OA4KPJib8ATjjAAAAFQClS3BNL80rWpHcWq6cAsjYFf5WPwAAAIBzCFBocesRd7myPYEHNWafS0hTWCUZohR2TOwRX5U04woBcSalm2C+oWzC9AJs8HoyqyiU6Kp4HzQTcLoZwB/TPhp2+L+oyRuslaHHUPgOUIjhEsnGds7ukXy5yzMIQoBCOHqvpH/0sAhTDzhSABClpQRV5PU4l2L1HMslkV9A+gAAAIEAk7PJ3AZCaQaL1j9oeVgsluA9bYNPQ/AwrJ5LvmNQd5fAHxiynQtsj/jIOA8fIuU51fgTfDS0Yv+mdX3yGrIPg07T4pNxKdFOCR7ZSdibeFnzLwJ08mU0tZVkeUfIdUUccaISUSEkeUIxQCFIaVnohOmYvhOBOV2sloVSWe+s8C4= root@createinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe4d:9015/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 \nip-route:169.254.169.254 via 10.55.1.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000010a\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.24 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e login: "} 2018-11-19 06:46:01,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09/action used request id req-750159f9-738c-446d-b092-8e41b80c46c1 2018-11-19 06:46:01,599 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:46:01,600 - 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 522517387 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.126812] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.128442] pid_max: default: 32768 minimum: 301 [ 0.129323] ACPI: Core revision 20150930 [ 0.130713] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.131997] Security Framework initialized [ 0.132799] Yama: becoming mindful. [ 0.133516] AppArmor: AppArmor initialized [ 0.134365] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.135632] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.136871] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.138052] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.139396] Initializing cgroup subsys io [ 0.140197] Initializing cgroup subsys memory [ 0.141042] Initializing cgroup subsys devices [ 0.141907] Initializing cgroup subsys freezer [ 0.142763] Initializing cgroup subsys net_cls [ 0.143614] Initializing cgroup subsys perf_event [ 0.144510] Initializing cgroup subsys net_prio [ 0.145378] Initializing cgroup subsys hugetlb [ 0.146238] Initializing cgroup subsys pids [ 0.147100] CPU: Physical Processor ID: 0 [ 0.148589] mce: CPU supports 10 MCE banks [ 0.149419] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.150410] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.152692] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.159110] ftrace: allocating 31920 entries in 125 pages [ 0.185281] smpboot: Max logical packages: 2 [ 0.186132] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.187304] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.188630] x2apic enabled [ 0.189430] Switched APIC routing to physical x2apic. [ 0.191174] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.192420] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.194546] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.196468] KVM setup paravirtual spinlock [ 0.197886] x86: Booting SMP configuration: [ 0.198783] .... node #0, CPUs: #1 [ 0.199697] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.221385] x86: Booted up 1 node, 2 CPUs [ 0.221388] KVM setup async PF for cpu 1 [ 0.221391] kvm-stealtime: cpu 1, msr f90d940 [ 0.223941] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.225430] devtmpfs: initialized [ 0.227128] evm: security.selinux [ 0.227820] evm: security.SMACK64 [ 0.228505] evm: security.SMACK64EXEC [ 0.229245] evm: security.SMACK64TRANSMUTE [ 0.230053] evm: security.SMACK64MMAP [ 0.230790] evm: security.ima [ 0.231421] evm: security.capability [ 0.232267] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234113] pinctrl core: initialized pinctrl subsystem [ 0.235195] RTC time: 6:45:49, date: 11/19/18 [ 0.236142] NET: Registered protocol family 16 [ 0.246128] cpuidle: using governor ladder [ 0.258211] cpuidle: using governor menu [ 0.259043] PCCT header not found. [ 0.259819] ACPI: bus type PCI registered [ 0.260611] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261859] PCI: Using configuration type 1 for base access [ 0.275272] ACPI: Added _OSI(Module Device) [ 0.276130] ACPI: Added _OSI(Processor Device) [ 0.276981] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277868] ACPI: Added _OSI(Processor Aggregator Device) [ 0.280218] ACPI: Interpreter enabled [ 0.280976] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284620] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.286436] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288254] ACPI: (supports S0 S5) [ 0.288953] ACPI: Using IOAPIC for interrupt routing [ 0.290038] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.293393] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.294524] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295736] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296912] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.299129] acpiphp: Slot [3] registered [ 0.299928] acpiphp: Slot [4] registered [ 0.300721] acpiphp: Slot [5] registered [ 0.301515] acpiphp: Slot [6] registered [ 0.302312] acpiphp: Slot [7] registered [ 0.303107] acpiphp: Slot [8] registered [ 0.303898] acpiphp: Slot [9] registered [ 0.304686] acpiphp: Slot [10] registered [ 0.315639] acpiphp: Slot [11] registered [ 0.316454] acpiphp: Slot [12] registered [ 0.317260] acpiphp: Slot [13] registered [ 0.318061] acpiphp: Slot [14] registered [ 0.318860] acpiphp: Slot [15] registered [ 0.319669] acpiphp: Slot [16] registered [ 0.320468] acpiphp: Slot [17] registered [ 0.321266] acpiphp: Slot [18] registered [ 0.322066] acpiphp: Slot [19] registered [ 0.322865] acpiphp: Slot [20] registered [ 0.323673] acpiphp: Slot [21] registered [ 0.324473] acpiphp: Slot [22] registered [ 0.325281] acpiphp: Slot [23] registered [ 0.326087] acpiphp: Slot [24] registered [ 0.326888] acpiphp: Slot [25] registered [ 0.327693] acpiphp: Slot [26] registered [ 0.328494] acpiphp: Slot [27] registered [ 0.329302] acpiphp: Slot [28] registered [ 0.330103] acpiphp: Slot [29] registered [ 0.330904] acpiphp: Slot [30] registered [ 0.331712] acpiphp: Slot [31] registered [ 0.332507] PCI host bridge to bus 0000:00 [ 0.333312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.334509] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.335726] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.337157] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.338578] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344870] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.346129] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.347278] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348521] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.355443] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.356880] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.407448] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.408928] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.410333] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.411752] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.413135] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.414403] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.415595] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.416632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.418155] vgaarb: loaded [ 0.418750] vgaarb: bridge control possible 0000:00:02.0 [ 0.419891] SCSI subsystem initialized [ 0.420726] ACPI: bus type USB registered [ 0.421534] usbcore: registered new interface driver usbfs [ 0.422548] usbcore: registered new interface driver hub [ 0.423541] usbcore: registered new device driver usb [ 0.424645] PCI: Using ACPI for IRQ routing [ 0.425672] NetLabel: Initializing [ 0.426376] NetLabel: domain hash size = 128 [ 0.427216] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.428155] NetLabel: unlabeled traffic allowed by default [ 0.429292] clocksource: Switched to clocksource kvm-clock [ 0.435293] AppArmor: AppArmor Filesystem Enabled [ 0.436260] pnp: PnP ACPI init [ 0.437192] pnp: PnP ACPI: found 5 devices [ 0.444333] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.446048] NET: Registered protocol family 2 [ 0.447030] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.448284] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.449441] TCP: Hash tables configured (established 2048 bind 2048) [ 0.450587] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.451652] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.452802] NET: Registered protocol family 1 [ 0.453662] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.454746] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.455799] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.474407] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.493257] Trying to unpack rootfs image as initramfs... [ 0.543578] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.557813] Scanning for low memory corruption every 60 seconds [ 0.559172] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.560330] audit: initializing netlink subsys (disabled) [ 0.561384] audit: type=2000 audit(1542609950.590:1): initialized [ 0.562692] Initialise system trusted keyring [ 0.563641] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.564798] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.566884] zbud: loaded [ 0.567629] VFS: Disk quotas dquot_6.6.0 [ 0.568450] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.570024] fuse init (API version 7.23) [ 0.570926] Key type big_key registered [ 0.571726] Allocating IMA MOK and blacklist keyrings. [ 0.572979] Key type asymmetric registered [ 0.573808] Asymmetric key parser 'x509' registered [ 0.574758] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.576255] io scheduler noop registered [ 0.577048] io scheduler deadline registered (default) [ 0.578040] io scheduler cfq registered [ 0.578879] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.579920] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.581180] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.582627] ACPI: Power Button [PWRF] [ 0.583510] GHES: HEST is not enabled! [ 0.601717] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.638967] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.641285] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.665299] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.667847] Linux agpgart interface v0.103 [ 0.670184] brd: module loaded [ 0.671469] loop: module loaded [ 0.676417] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.677882] GPT:90111 != 20971519 [ 0.678569] GPT:Alternate GPT header not at the end of the disk. [ 0.679647] GPT:90111 != 20971519 [ 0.680328] GPT: Use GNU Parted to correct GPT errors. [ 0.681288] vda: vda1 vda15 [ 0.682734] scsi host0: ata_piix [ 0.683496] scsi host1: ata_piix [ 0.684205] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.685416] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.686678] libphy: Fixed MDIO Bus: probed [ 0.687601] tun: Universal TUN/TAP device driver, 1.6 [ 0.688542] tun: (C) 1999-2004 Max Krasnyansky [ 0.690511] PPP generic driver version 2.4.2 [ 0.691394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.692638] ehci-pci: EHCI PCI platform driver [ 0.693511] ehci-platform: EHCI generic platform driver [ 0.694486] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.695595] ohci-pci: OHCI PCI platform driver [ 0.696457] ohci-platform: OHCI generic platform driver [ 0.697436] uhci_hcd: USB Universal Host Controller Interface driver [ 0.716349] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.717343] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.718788] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.719772] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.720871] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.722091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.723503] usb usb1: Product: UHCI Host Controller [ 0.724424] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.725550] usb usb1: SerialNumber: 0000:00:01.2 [ 0.726549] hub 1-0:1.0: USB hub found [ 0.727324] hub 1-0:1.0: 2 ports detected [ 0.728230] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.730355] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731306] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.732332] mousedev: PS/2 mouse device common for all mice [ 0.733493] rtc_cmos 00:00: RTC can wake from S4 [ 0.734678] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.735866] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.737553] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.739096] i2c /dev entries driver [ 0.740043] device-mapper: uevent: version 1.0.3 [ 0.741231] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.743238] ledtrig-cpu: registered to indicate activity on CPUs [ 0.744838] NET: Registered protocol family 10 [ 0.746077] NET: Registered protocol family 17 [ 0.747159] Key type dns_resolver registered [ 0.748331] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.749679] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.750792] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.752975] registered taskstats version 1 [ 0.754000] Loading compiled-in X.509 certificates [ 0.755658] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.757939] zswap: loaded using pool lzo/zbud [ 0.759623] Key type trusted registered [ 0.761547] Key type encrypted registered [ 0.762553] AppArmor: AppArmor sha1 policy hashing enabled [ 0.763823] ima: No TPM chip found, activating TPM-bypass! [ 0.765104] evm: HMAC attrs: 0x1 [ 0.766233] Magic number: 10:329:772 [ 0.767273] rtc_cmos 00:00: setting system clock to 2018-11-19 06:45:50 UTC (1542609950) [ 0.779702] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.781087] EDD information not available. [ 0.842463] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.844342] Write protecting the kernel read-only data: 14336k [ 0.846229] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.851153] 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.914847] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.99 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.13... Lease of 10.55.1.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.18. 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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKTiaHUU/JKLoDjEehqKhyLYal5RQ0/etSZKaRjaLkVoNGVIwLCgkcf+i2jEK5ETjiwFH8unCQYJkJAckGBgssnSQBzBfIkCdU1UPHOBgsjBY4RkOmpKsgnsvSRggevAh6cOUtTeUAkMp42X0weGvQVuy3+h02DhDgn1yg8Nm31jxy6F5kxEdiorYXIrDwKgWxpS3S7/nI58yr0GCSxWE6paUfwCFC5GksEjVBJLXKAKnY2pePGI+6d6o3S/kcujA9jsF4wb+U9bstCHZTLDO5sezfHN8sB0C271KAVsedx/pCeWY764Zd0kOyfvNsjgOBHhl5khcRI/hzz7Au+G5r root@createinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e ssh-dss AAAAB3NzaC1kc3MAAACBALD9STKwMSj0pu8+Wz1cHptxEtr5e+4Jmg23XZo8+vbRed9Rw/e9isjauXt799i5l6THEN7IjhFXHn669QgXFmuUUbdNdB3VN6foTH1YUm9ILnd1AMYlsMyt2NPVZV1YXijiVYQOM1CgsHOZzE82HKXSobTFOp+OA4KPJib8ATjjAAAAFQClS3BNL80rWpHcWq6cAsjYFf5WPwAAAIBzCFBocesRd7myPYEHNWafS0hTWCUZohR2TOwRX5U04woBcSalm2C+oWzC9AJs8HoyqyiU6Kp4HzQTcLoZwB/TPhp2+L+oyRuslaHHUPgOUIjhEsnGds7ukXy5yzMIQoBCOHqvpH/0sAhTDzhSABClpQRV5PU4l2L1HMslkV9A+gAAAIEAk7PJ3AZCaQaL1j9oeVgsluA9bYNPQ/AwrJ5LvmNQd5fAHxiynQtsj/jIOA8fIuU51fgTfDS0Yv+mdX3yGrIPg07T4pNxKdFOCR7ZSdibeFnzLwJ08mU0tZVkeUfIdUUccaISUSEkeUIxQCFIaVnohOmYvhOBOV2sloVSWe+s8C4= root@createinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe4d:9015/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 ip-route:169.254.169.254 via 10.55.1.3 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000010a name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e launch-index: 0 === cirros: current=0.4.0 uptime=3.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-0b546d0e-349c-4afa-ab81-f29f6e login: 2018-11-19 06:46:01,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:02,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa8c612e-28c4-4469-8466-dda85b257977 x-compute-request-id: req-fa8c612e-28c4-4469-8466-dda85b257977 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:02,348 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-fa8c612e-28c4-4469-8466-dda85b257977 2018-11-19 06:46:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:02,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b6d0a99c-356d-4e9a-8926-aebb71852709 Date: Mon, 19 Nov 2018 06:46:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:46:02,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-b6d0a99c-356d-4e9a-8926-aebb71852709 2018-11-19 06:46:02,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:02,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca6c4ff5-d269-4932-835b-8677893f9226 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:46:02,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-ca6c4ff5-d269-4932-835b-8677893f9226 2018-11-19 06:46:02,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:02,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e5435f8c-19ca-4197-a278-48bf0a11b72f Date: Mon, 19 Nov 2018 06:46:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:46:02,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-e5435f8c-19ca-4197-a278-48bf0a11b72f 2018-11-19 06:46:02,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:02,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-a23e22f7-f152-4f15-990d-39d425b4dcab Date: Mon, 19 Nov 2018 06:46:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.2"}],"id":"10146791-f9a1-4da2-b181-db32d3a7f9f7","security_groups":[],"mac_address":"fa:16:3e:4d:f2:c9","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.4"}],"id":"4041105e-b1d6-47ec-9523-ecaf996312b9","security_groups":[],"mac_address":"fa:16:3e:29:a5:8f","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.13"}],"id":"47984b61-edab-428b-9c89-9e9d5fc33033","security_groups":["55a0d32b-e124-46a9-ab38-cdfb7fc78f72","ee390717-7606-4148-9dd4-603ac15d7198"],"mac_address":"fa:16:3e:4d:90:15","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:39Z","binding:vnic_type":"normal","device_id":"29afec06-8d9d-4941-a8bd-f2f1abceff09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.3"}],"id":"7fcb874b-50e3-40c3-9be2-624e51a618bf","security_groups":[],"mac_address":"fa:16:3e:83:1f:24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.1"}],"id":"a27c9511-4c19-4420-acc6-fcb64f7a51fb","security_groups":[],"mac_address":"fa:16:3e:a3:18:57","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:28Z","binding:vnic_type":"normal","device_id":"0067ce01-6d89-4352-9b0e-a87af8bdb904"}]} 2018-11-19 06:46:02,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-a23e22f7-f152-4f15-990d-39d425b4dcab 2018-11-19 06:46:02,856 - create_instance - INFO - Checking if VM is active 2018-11-19 06:46:02,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:03,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e503785f-b024-4af0-99b0-c674a821edf2 x-compute-request-id: req-e503785f-b024-4af0-99b0-c674a821edf2 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:03,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-e503785f-b024-4af0-99b0-c674a821edf2 2018-11-19 06:46:03,379 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - ACTIVE 2018-11-19 06:46:03,379 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:46:03,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:04,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73297a52-f84e-48d5-9c63-4fc70464fa52 x-compute-request-id: req-73297a52-f84e-48d5-9c63-4fc70464fa52 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp"}, {"name": "default"}], "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:45:50Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:04,276 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-73297a52-f84e-48d5-9c63-4fc70464fa52 2018-11-19 06:46:04,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:04,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-b4f2303f-c4ec-4740-9955-421883bb8eba Date: Mon, 19 Nov 2018 06:46: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":["2d58b16f-3167-4f69-8659-bda842a72c82"],"updated_at":"2018-11-19T06:45:19Z","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net"}]} 2018-11-19 06:46:04,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net used request id req-b4f2303f-c4ec-4740-9955-421883bb8eba 2018-11-19 06:46:04,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:04,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94b95250-4185-4461-9a4a-303df0a40509 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:46:04,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-94b95250-4185-4461-9a4a-303df0a40509 2018-11-19 06:46:04,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:04,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f6a3d447-1dbf-4355-8bcb-f4c451da80db Date: Mon, 19 Nov 2018 06:46:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:19Z","dns_nameservers":[],"updated_at":"2018-11-19T06:45:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","id":"2d58b16f-3167-4f69-8659-bda842a72c82","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet"}]} 2018-11-19 06:46:04,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-f6a3d447-1dbf-4355-8bcb-f4c451da80db 2018-11-19 06:46:04,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:04,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-18553a4a-29b0-47d7-b8ac-7e0cd03d607d Date: Mon, 19 Nov 2018 06:46:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:22Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.2"}],"id":"10146791-f9a1-4da2-b181-db32d3a7f9f7","security_groups":[],"mac_address":"fa:16:3e:4d:f2:c9","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.4"}],"id":"4041105e-b1d6-47ec-9523-ecaf996312b9","security_groups":[],"mac_address":"fa:16:3e:29:a5:8f","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:21Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:53Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.13"}],"id":"47984b61-edab-428b-9c89-9e9d5fc33033","security_groups":["55a0d32b-e124-46a9-ab38-cdfb7fc78f72","ee390717-7606-4148-9dd4-603ac15d7198"],"mac_address":"fa:16:3e:4d:90:15","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:39Z","binding:vnic_type":"normal","device_id":"29afec06-8d9d-4941-a8bd-f2f1abceff09"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:23Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.3"}],"id":"7fcb874b-50e3-40c3-9be2-624e51a618bf","security_groups":[],"mac_address":"fa:16:3e:83:1f:24","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:20Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7dd48f34-bd98-4c98-b7d0-882edbc87ad7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:45:44Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"2d58b16f-3167-4f69-8659-bda842a72c82","ip_address":"10.55.1.1"}],"id":"a27c9511-4c19-4420-acc6-fcb64f7a51fb","security_groups":[],"mac_address":"fa:16:3e:a3:18:57","project_id":"8b2ba44fbb8747d5a994c3d69c556d03","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7dd48f34-bd98-4c98-b7d0-882edbc87ad7","tenant_id":"8b2ba44fbb8747d5a994c3d69c556d03","created_at":"2018-11-19T06:45:28Z","binding:vnic_type":"normal","device_id":"0067ce01-6d89-4352-9b0e-a87af8bdb904"}]} 2018-11-19 06:46:04,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-18553a4a-29b0-47d7-b8ac-7e0cd03d607d 2018-11-19 06:46:04,629 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:46:04,632 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f54a7d0L 2018-11-19 06:46:04,633 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:46:04,633 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:46:04,633 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:46:04,634 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:46:04,634 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:46:04,635 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:46:04,635 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:46:04,635 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:46:04,635 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:46:04,651 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:46:04,651 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:46:04,665 - paramiko.transport - DEBUG - Trying key dfe7eb0884c0f7f185bc673e853e51ae from tmp/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297 2018-11-19 06:46:04,689 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:46:04,692 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:46:04,792 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:46:04,811 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:46:04,811 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:46:04,813 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f54a7d0L 2018-11-19 06:46:04,813 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:46:04,813 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:46:04,814 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:46:04,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-11-19 06:46:04,815 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:46:04,815 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:46:04,816 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:46:04,816 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:46:04,816 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:46:04,832 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:46:04,833 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:46:04,845 - paramiko.transport - DEBUG - Trying key dfe7eb0884c0f7f185bc673e853e51ae from tmp/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297 2018-11-19 06:46:04,869 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:46:04,873 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:46:04,877 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:46:04,878 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:46:04,879 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:46:04,880 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:46:04,881 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:46:04,882 - create_instance - INFO - Deleting Floating IP - 172.30.9.206 2018-11-19 06:46:04,883 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.206 2018-11-19 06:46:04,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/fa9756ab-619b-4feb-b000-37b9de2e5ddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:05,978 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06d8d8f3-63cb-4743-afe0-da45cb6a439c Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:05,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/fa9756ab-619b-4feb-b000-37b9de2e5ddb used request id req-06d8d8f3-63cb-4743-afe0-da45cb6a439c 2018-11-19 06:46:05,978 - create_instance - INFO - Deleting Port with ID - 47984b61-edab-428b-9c89-9e9d5fc33033 2018-11-19 06:46:05,978 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297port-1 2018-11-19 06:46:05,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/47984b61-edab-428b-9c89-9e9d5fc33033 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:06,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1beb584-74b1-448c-b4ad-1f94b4ce6af3 Date: Mon, 19 Nov 2018 06:46:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:06,708 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/47984b61-edab-428b-9c89-9e9d5fc33033 used request id req-a1beb584-74b1-448c-b4ad-1f94b4ce6af3 2018-11-19 06:46:06,709 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst 2018-11-19 06:46:06,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:06,868 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:46:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5cf7f281-155b-4273-bc26-5e54e9750953 x-compute-request-id: req-5cf7f281-155b-4273-bc26-5e54e9750953 Content-Type: application/json 2018-11-19 06:46:06,868 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-5cf7f281-155b-4273-bc26-5e54e9750953 2018-11-19 06:46:06,868 - create_instance - INFO - Checking deletion status 2018-11-19 06:46:06,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:07,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba6e4837-079c-4d32-9b25-5ecd14e1a6aa x-compute-request-id: req-ba6e4837-079c-4d32-9b25-5ecd14e1a6aa Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:46:06Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:07,260 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-ba6e4837-079c-4d32-9b25-5ecd14e1a6aa 2018-11-19 06:46:07,260 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - ACTIVE 2018-11-19 06:46:07,260 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:46:10,263 - create_instance - DEBUG - VM status query timeout in 296.605211973 2018-11-19 06:46:10,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:10,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-9246a590-a8c2-4f46-a356-59f1e2c5246e x-compute-request-id: req-9246a590-a8c2-4f46-a356-59f1e2c5246e Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4d:90:15", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09", "rel": "bookmark"}], "image": {"id": "a9733ab8-4ead-4833-8ed3-b99417b1f847", "links": [{"href": "http://172.30.9.21:8774/images/a9733ab8-4ead-4833-8ed3-b99417b1f847", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:45:49.000000", "flavor": {"id": "ddfa303c-4e06-4a8c-a754-31e0806a883a", "links": [{"href": "http://172.30.9.21:8774/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a", "rel": "bookmark"}]}, "id": "29afec06-8d9d-4941-a8bd-f2f1abceff09", "user_id": "e066cd65e1884bf0a076fd0704e67ac1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:46:06Z", "hostId": "e8aa6b7da92539b42f4ae95a4239c23d428ab2c2c16a3f9b277d1723", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp", "name": "CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst", "created": "2018-11-19T06:45:43Z", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:10,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-9246a590-a8c2-4f46-a356-59f1e2c5246e 2018-11-19 06:46:10,521 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst] is - ACTIVE 2018-11-19 06:46:10,522 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:46:13,525 - create_instance - DEBUG - VM status query timeout in 293.343884945 2018-11-19 06:46:13,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bed5a410e4900509af557f13a8ef05ac99a907f5" 2018-11-19 06:46:13,579 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:46:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d15d2964-9d0c-4735-8a0b-0b16b8db3701 x-compute-request-id: req-d15d2964-9d0c-4735-8a0b-0b16b8db3701 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 29afec06-8d9d-4941-a8bd-f2f1abceff09 could not be found.", "code": 404}} 2018-11-19 06:46:13,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/29afec06-8d9d-4941-a8bd-f2f1abceff09 used request id req-d15d2964-9d0c-4735-8a0b-0b16b8db3701 2018-11-19 06:46:13,579 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 29afec06-8d9d-4941-a8bd-f2f1abceff09 could not be found. (HTTP 404) (Request-ID: req-d15d2964-9d0c-4735-8a0b-0b16b8db3701) 2018-11-19 06:46:13,579 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-inst 2018-11-19 06:46:13,580 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp 2018-11-19 06:46:13,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb9979bcc473b11060d24c8bce89b3165c544b99" 2018-11-19 06:46:13,669 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:46:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a16a27f0-8bb1-4786-8702-2a01f5cac901 x-compute-request-id: req-a16a27f0-8bb1-4786-8702-2a01f5cac901 Content-Length: 0 Content-Type: application/json 2018-11-19 06:46:13,669 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-kp used request id req-a16a27f0-8bb1-4786-8702-2a01f5cac901 2018-11-19 06:46:13,670 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297.pub] 2018-11-19 06:46:13,670 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297] 2018-11-19 06:46:13,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2390a9cde5dd51597135dd802f21433c38eb4ab7" 2018-11-19 06:46:13,731 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:46:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7b7f767-77a4-4861-9012-b6f77ccb3d99 x-compute-request-id: req-b7b7f767-77a4-4861-9012-b6f77ccb3d99 Content-Length: 0 Content-Type: application/json 2018-11-19 06:46:13,731 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ddfa303c-4e06-4a8c-a754-31e0806a883a used request id req-b7b7f767-77a4-4861-9012-b6f77ccb3d99 2018-11-19 06:46:13,732 - neutron_utils - INFO - Deleting security group rule with ID - f027329f-92f9-4ab1-b7ef-5ed6353f3802 2018-11-19 06:46:13,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f027329f-92f9-4ab1-b7ef-5ed6353f3802 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:46:14,009 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa9e0800-22ae-448b-8f4b-6979d1d9756e Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:14,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f027329f-92f9-4ab1-b7ef-5ed6353f3802 used request id req-fa9e0800-22ae-448b-8f4b-6979d1d9756e 2018-11-19 06:46:14,009 - neutron_utils - INFO - Deleting security group rule with ID - c4b3412d-a661-4932-8cc3-b2009cba3e2c 2018-11-19 06:46:14,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/c4b3412d-a661-4932-8cc3-b2009cba3e2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:46:14,261 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afb393f5-b2a2-4b27-abbb-de2b411faad7 Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:14,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/c4b3412d-a661-4932-8cc3-b2009cba3e2c used request id req-afb393f5-b2a2-4b27-abbb-de2b411faad7 2018-11-19 06:46:14,262 - neutron_utils - INFO - Deleting security group rule with ID - 4ff2954d-e5e6-4a07-9575-01783fb74428 2018-11-19 06:46:14,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/4ff2954d-e5e6-4a07-9575-01783fb74428 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:46:14,497 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-20eaf36e-f16b-4975-b807-da7101536925 Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:14,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/4ff2954d-e5e6-4a07-9575-01783fb74428 used request id req-20eaf36e-f16b-4975-b807-da7101536925 2018-11-19 06:46:14,497 - neutron_utils - INFO - Deleting security group rule with ID - 96bd917f-463d-47e5-b856-ae46299cf76f 2018-11-19 06:46:14,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/96bd917f-463d-47e5-b856-ae46299cf76f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:46:14,742 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f3d57444-99d7-4437-b763-188771176235 Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:14,742 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/96bd917f-463d-47e5-b856-ae46299cf76f used request id req-f3d57444-99d7-4437-b763-188771176235 2018-11-19 06:46:14,743 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-sec-grp 2018-11-19 06:46:14,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/55a0d32b-e124-46a9-ab38-cdfb7fc78f72 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03b47fd0a5d463b229d8f135f72e8094fe54ceb1" 2018-11-19 06:46:15,036 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d711aa92-56ef-4d50-80e5-c76c7be52522 Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:15,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/55a0d32b-e124-46a9-ab38-cdfb7fc78f72 used request id req-d711aa92-56ef-4d50-80e5-c76c7be52522 2018-11-19 06:46:15,037 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router and subnet CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet 2018-11-19 06:46:15,037 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router 2018-11-19 06:46:15,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" -d '{"subnet_id": "2d58b16f-3167-4f69-8659-bda842a72c82"}' 2018-11-19 06:46:16,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-940e5e8c-dc1e-4cdc-b7a8-083cfc72517e Date: Mon, 19 Nov 2018 06:46:16 GMT RESP BODY: {"network_id": "7dd48f34-bd98-4c98-b7d0-882edbc87ad7", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "subnet_id": "2d58b16f-3167-4f69-8659-bda842a72c82", "subnet_ids": ["2d58b16f-3167-4f69-8659-bda842a72c82"], "port_id": "a27c9511-4c19-4420-acc6-fcb64f7a51fb", "id": "0067ce01-6d89-4352-9b0e-a87af8bdb904"} 2018-11-19 06:46:16,576 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904/remove_router_interface used request id req-940e5e8c-dc1e-4cdc-b7a8-083cfc72517e 2018-11-19 06:46:16,577 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router 2018-11-19 06:46:16,577 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-router 2018-11-19 06:46:16,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4c42854512c0c9fcdb41cc9cc06b3a6952b48c1" 2018-11-19 06:46:20,389 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f698e709-9410-46f3-98c0-b22d16fb7539 Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:20,389 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0067ce01-6d89-4352-9b0e-a87af8bdb904 used request id req-f698e709-9410-46f3-98c0-b22d16fb7539 2018-11-19 06:46:20,390 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet 2018-11-19 06:46:20,390 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-subnet 2018-11-19 06:46:20,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/2d58b16f-3167-4f69-8659-bda842a72c82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:46:22,805 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8998d027-9e55-41d2-834b-c45ed4c3ccd1 Date: Mon, 19 Nov 2018 06:46:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:22,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/2d58b16f-3167-4f69-8659-bda842a72c82 used request id req-8998d027-9e55-41d2-834b-c45ed4c3ccd1 2018-11-19 06:46:22,805 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-pub-net 2018-11-19 06:46:22,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/7dd48f34-bd98-4c98-b7d0-882edbc87ad7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}110ff8b7ce194eb38a80705c49c02eea936cd6f9" 2018-11-19 06:46:23,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5c52c6e-7c24-4bdb-97d7-6203646c9400 Date: Mon, 19 Nov 2018 06:46:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:23,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/7dd48f34-bd98-4c98-b7d0-882edbc87ad7 used request id req-d5c52c6e-7c24-4bdb-97d7-6203646c9400 2018-11-19 06:46:23,664 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-0b546d0e-349c-4afa-ab81-f29f6ea2c297-image 2018-11-19 06:46:23,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b7d786e3fd813c7c20ed4d5ce56f802fceea57ec" 2018-11-19 06:46:25,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-15186c08-0499-4666-a561-74a00fd3a943 Date: Mon, 19 Nov 2018 06:46:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:46:25,783 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a9733ab8-4ead-4833-8ed3-b99417b1f847 used request id req-15186c08-0499-4666-a561-74a00fd3a943 2018-11-19 06:46:25,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:26,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a94c2d09-7e6e-4887-94e3-b86b8db410e3 Date: Mon, 19 Nov 2018 06:46:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:18Z", "updated_at": "2018-11-19T06:45:18Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "revision_number": 0, "id": "734e83c8-6ef2-4907-94cd-c223ebf9be75", "remote_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "revision_number": 0, "id": "79c262e5-2041-48d2-bb63-f1f2a1e62509", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "revision_number": 0, "id": "a6718e1b-c4cd-4631-bf19-bda321c14d61", "remote_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv6", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "revision_number": 0, "id": "d9b4449c-418a-4645-b836-e3f788df1ed0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "port_range_min": null, "ethertype": "IPv4", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03"}], "revision_number": 4, "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "ee390717-7606-4148-9dd4-603ac15d7198", "name": "default"}]} 2018-11-19 06:46:26,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a94c2d09-7e6e-4887-94e3-b86b8db410e3 2018-11-19 06:46:26,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:26,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-869ea2ff-274a-4a39-bdc0-4914aa3a1033 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:46:26,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-869ea2ff-274a-4a39-bdc0-4914aa3a1033 2018-11-19 06:46:26,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:26,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3daa5834-f3c6-4590-aae4-64db25980c23 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:46:26,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-3daa5834-f3c6-4590-aae4-64db25980c23 2018-11-19 06:46:26,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:26,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2145a612-7481-4b9e-888f-9b57288e62ea Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:46:26,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-2145a612-7481-4b9e-888f-9b57288e62ea 2018-11-19 06:46:26,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:26,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b96bd3af-fedd-4154-8746-af9c2b891026 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03"}, "enabled": true, "id": "8b2ba44fbb8747d5a994c3d69c556d03", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj"}} 2018-11-19 06:46:26,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-b96bd3af-fedd-4154-8746-af9c2b891026 2018-11-19 06:46:26,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee390717-7606-4148-9dd4-603ac15d7198 2018-11-19 06:46:26,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ee390717-7606-4148-9dd4-603ac15d7198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:26,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-5452998d-f41b-4c65-83d6-925903da917a Date: Mon, 19 Nov 2018 06:46:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:18Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "734e83c8-6ef2-4907-94cd-c223ebf9be75"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:18Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "79c262e5-2041-48d2-bb63-f1f2a1e62509"}, {"remote_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:18Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "a6718e1b-c4cd-4631-bf19-bda321c14d61"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:45:18Z", "security_group_id": "ee390717-7606-4148-9dd4-603ac15d7198", "port_range_min": null, "revision_number": 0, "tenant_id": "8b2ba44fbb8747d5a994c3d69c556d03", "created_at": "2018-11-19T06:45:18Z", "project_id": "8b2ba44fbb8747d5a994c3d69c556d03", "id": "d9b4449c-418a-4645-b836-e3f788df1ed0"}]} 2018-11-19 06:46:26,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=ee390717-7606-4148-9dd4-603ac15d7198 used request id req-5452998d-f41b-4c65-83d6-925903da917a 2018-11-19 06:46:26,543 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:46:26,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/ee390717-7606-4148-9dd4-603ac15d7198 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:27,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c15359a2-433f-416e-884f-e62c3526b320 Content-Length: 0 Date: Mon, 19 Nov 2018 06:46:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:46:27,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/ee390717-7606-4148-9dd4-603ac15d7198 used request id req-c15359a2-433f-416e-884f-e62c3526b320 2018-11-19 06:46:27,018 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj 2018-11-19 06:46:27,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:27,259 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5656ace3-cf4a-427e-a389-e829c6fb54b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:46:27,259 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/8b2ba44fbb8747d5a994c3d69c556d03 used request id req-5656ace3-cf4a-427e-a389-e829c6fb54b8 2018-11-19 06:46:27,260 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-proj-role 2018-11-19 06:46:27,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/c5c34cf6a27a41d5842964b3b10aeef5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:27,375 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4912cfc3-204b-4c51-bf22-de3201f9392f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:46:27,375 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/c5c34cf6a27a41d5842964b3b10aeef5 used request id req-4912cfc3-204b-4c51-bf22-de3201f9392f 2018-11-19 06:46:27,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b4b54347b12675e42931695d2f67888761f1c906" 2018-11-19 06:46:27,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eac9ad7-0efa-42e5-b7e3-a89dd4aa286d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:46:27,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6eac9ad7-0efa-42e5-b7e3-a89dd4aa286d 2018-11-19 06:46:27,461 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-9c50a96b-0ff3-4e1-user 2018-11-19 06:46:27,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/e066cd65e1884bf0a076fd0704e67ac1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9276bed122e4f141c566a70fbdc38597371c6f9" 2018-11-19 06:46:27,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:46:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8aa63175-3b02-4c67-b93d-9cbfdb9aaf80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:46:27,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/e066cd65e1884bf0a076fd0704e67ac1 used request id req-8aa63175-3b02-4c67-b93d-9cbfdb9aaf80 2018-11-19 06:46:27,670 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:28,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:46:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["oYAu9ApRQt-aP7SIB-6Lyg"], "issued_at": "2018-11-19T06:46:28.000000Z"}} 2018-11-19 06:46:28,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73f2b401393ed39b252b8ef1cce9e543146fc2a7" 2018-11-19 06:46:28,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a9c645b-fccf-42fb-985b-548c0f305829 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:28,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0a9c645b-fccf-42fb-985b-548c0f305829 2018-11-19 06:46:28,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:28,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:28,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:46:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["dqGrR795T0Kf9XR6xGPlOw"], "issued_at": "2018-11-19T06:46:28.000000Z"}} 2018-11-19 06:46:28,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:46:28,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-670ad9fa-b4a1-4cc8-8728-bd722405ef0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:28,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-670ad9fa-b4a1-4cc8-8728-bd722405ef0b 2018-11-19 06:46:28,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:46:28,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:46:28,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:46:28,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e87592d-3ec8-4957-be5c-5fe1f51e3518 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:46:28,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj used request id req-5e87592d-3ec8-4957-be5c-5fe1f51e3518 2018-11-19 06:46:28,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:46:28,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c83c92e-37f0-41ff-aebf-f56b34f3440b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:46:28,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6c83c92e-37f0-41ff-aebf-f56b34f3440b 2018-11-19 06:46:28,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}}' 2018-11-19 06:46:29,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:46:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-962aab19-9644-4564-9542-022b05d6b2f4 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:29,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-962aab19-9644-4564-9542-022b05d6b2f4 2018-11-19 06:46:29,185 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj 2018-11-19 06:46:29,185 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:29,186 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:29,576 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:46:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["4VXjPtTJRcq_9w3M0PqTew"], "issued_at": "2018-11-19T06:46:29.000000Z"}} 2018-11-19 06:46:29,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bb9e1f8d4b560591964c28f1c0b394f3c2dbbea" 2018-11-19 06:46:29,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-204d2d7a-f5f8-4539-9d4d-319015d77582 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:29,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-204d2d7a-f5f8-4539-9d4d-319015d77582 2018-11-19 06:46:29,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:46:29,689 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:46:29,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bb9e1f8d4b560591964c28f1c0b394f3c2dbbea" 2018-11-19 06:46:29,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8f2b37-a720-4a8d-bd0f-c9d858b858e3 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:46:29,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7c8f2b37-a720-4a8d-bd0f-c9d858b858e3 2018-11-19 06:46:29,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bb9e1f8d4b560591964c28f1c0b394f3c2dbbea" 2018-11-19 06:46:29,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327795e1-8994-47e6-94bc-d5e05d653a11 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}]} 2018-11-19 06:46:29,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj used request id req-327795e1-8994-47e6-94bc-d5e05d653a11 2018-11-19 06:46:29,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bb9e1f8d4b560591964c28f1c0b394f3c2dbbea" 2018-11-19 06:46:29,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-718a4e7d-3a39-4ec4-a0b1-1d62bcbbf768 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:46:29,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-718a4e7d-3a39-4ec4-a0b1-1d62bcbbf768 2018-11-19 06:46:30,298 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user 2018-11-19 06:46:30,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:30,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:46:30,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f06d9d-eef1-4658-92a8-7457ace3e142 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:46:30,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-04f06d9d-eef1-4658-92a8-7457ace3e142 2018-11-19 06:46:30,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}}' 2018-11-19 06:46:30,500 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:46:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e893a49-ea5b-4d49-8477-68373178b6ea Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4fc51af3c8c54cfbb92942a29105af2e", "links": {"self": "http://172.30.9.21:5000/v3/roles/4fc51af3c8c54cfbb92942a29105af2e"}, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}} 2018-11-19 06:46:30,501 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-5e893a49-ea5b-4d49-8477-68373178b6ea 2018-11-19 06:46:30,501 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role 2018-11-19 06:46:30,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/4fc51af3c8c54cfbb92942a29105af2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:46:30,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b7357b-368b-432b-ab2b-62a3402036e1 Content-Encoding: gzip Content-Length: 185 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/4fc51af3c8c54cfbb92942a29105af2e"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role", "id": "4fc51af3c8c54cfbb92942a29105af2e"}} 2018-11-19 06:46:30,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/4fc51af3c8c54cfbb92942a29105af2e used request id req-92b7357b-368b-432b-ab2b-62a3402036e1 2018-11-19 06:46:30,522 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role to project CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj 2018-11-19 06:46:30,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad/users/41976a2cbd9b416c852d4ff6c616b972/roles/4fc51af3c8c54cfbb92942a29105af2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:46:30,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:46:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f871778-0ae3-4c5e-b2e0-1d03967d265d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:46:30,653 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad/users/41976a2cbd9b416c852d4ff6c616b972/roles/4fc51af3c8c54cfbb92942a29105af2e used request id req-1f871778-0ae3-4c5e-b2e0-1d03967d265d 2018-11-19 06:46:30,653 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:46:30,655 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:46:30,655 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:30,656 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:31,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["1SsvQaVNQsaqL9bQGT-NBg"], "issued_at": "2018-11-19T06:46:31.000000Z"}} 2018-11-19 06:46:31,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" 2018-11-19 06:46:31,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4f0130-4d20-48eb-8055-af8f35759f96 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:31,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-aa4f0130-4d20-48eb-8055-af8f35759f96 2018-11-19 06:46:31,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" 2018-11-19 06:46:31,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-ac310586-477b-4148-90f2-8c9823fd45df Date: Mon, 19 Nov 2018 06:46:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image"} 2018-11-19 06:46:31,301 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image used request id req-ac310586-477b-4148-90f2-8c9823fd45df 2018-11-19 06:46:31,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" 2018-11-19 06:46:31,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c15f0b68-86c8-4286-8767-434ac2ca2eb5 Date: Mon, 19 Nov 2018 06:46:31 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:46:31,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c15f0b68-86c8-4286-8767-434ac2ca2eb5 2018-11-19 06:46:31,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image"}' 2018-11-19 06:46:31,709 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b X-Openstack-Request-Id: req-231507ba-49fe-419a-ace4-428eba73a34d Date: Mon, 19 Nov 2018 06:46:31 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:46:31Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:46:31Z", "visibility": "shared", "locations": [], "self": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "min_disk": 0, "protected": false, "id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "file": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/file", "checksum": null, "owner": "3a80e9cf991c4276b8317fbc2a5360ad", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:46:31,709 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-231507ba-49fe-419a-ace4-428eba73a34d 2018-11-19 06:46:31,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" -d '' 2018-11-19 06:46:33,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c257627-2f3b-4a4c-a2fa-5887ded98efd Date: Mon, 19 Nov 2018 06:46:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:46:33,375 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/file used request id req-4c257627-2f3b-4a4c-a2fa-5887ded98efd 2018-11-19 06:46:33,375 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:46:33,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" 2018-11-19 06:46:33,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-69abea19-80ac-4535-8365-1c8c8317469f Date: Mon, 19 Nov 2018 06:46:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:46:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:46:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/snap", "metadata": {}}], "self": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "min_disk": 0, "protected": false, "id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "file": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a80e9cf991c4276b8317fbc2a5360ad", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:46:33,556 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b used request id req-69abea19-80ac-4535-8365-1c8c8317469f 2018-11-19 06:46:33,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" 2018-11-19 06:46:33,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-90d7def6-ba7f-48d0-8f34-bc945f3b1893 Date: Mon, 19 Nov 2018 06:46:33 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:46:33,715 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-90d7def6-ba7f-48d0-8f34-bc945f3b1893 2018-11-19 06:46:33,718 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image 2018-11-19 06:46:33,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" 2018-11-19 06:46:33,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-5833ad61-5a40-4cf2-bab8-f001d2214650 Date: Mon, 19 Nov 2018 06:46:33 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:46:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:46:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/snap", "metadata": {}}], "self": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "min_disk": 0, "protected": false, "id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "file": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a80e9cf991c4276b8317fbc2a5360ad", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:46:33,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b used request id req-5833ad61-5a40-4cf2-bab8-f001d2214650 2018-11-19 06:46:33,874 - create_image - DEBUG - Instance status is - active 2018-11-19 06:46:33,875 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image 2018-11-19 06:46:33,875 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image 2018-11-19 06:46:33,875 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:33,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:34,255 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["o5hT42hqSPW5gdRaT_iUTw"], "issued_at": "2018-11-19T06:46:34.000000Z"}} 2018-11-19 06:46:34,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:46:34,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6659df8-ddd0-48df-bbac-167d6f222533 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:34,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f6659df8-ddd0-48df-bbac-167d6f222533 2018-11-19 06:46:34,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:46:34,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9b79010d-2114-497b-959e-f237d9335f8d Date: Mon, 19 Nov 2018 06:46:34 GMT RESP BODY: {"networks":[]} 2018-11-19 06:46:34,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-9b79010d-2114-497b-959e-f237d9335f8d 2018-11-19 06:46:34,526 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net 2018-11-19 06:46:34,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net", "admin_state_up": true}}' 2018-11-19 06:46:35,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-46bc02b6-0e49-46b4-a89f-5ea28f21ef14 Date: Mon, 19 Nov 2018 06:46:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:46:34Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","mtu":1450}} 2018-11-19 06:46:35,080 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-46bc02b6-0e49-46b4-a89f-5ea28f21ef14 2018-11-19 06:46:35,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:46:35,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-47c06785-20cb-4065-a7fb-bf246206f8d8 Date: Mon, 19 Nov 2018 06:46:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:46:34Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:35,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-47c06785-20cb-4065-a7fb-bf246206f8d8 2018-11-19 06:46:35,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:46:35,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-1ac889b6-b011-4da6-85ff-cab371704f5c Date: Mon, 19 Nov 2018 06:46:35 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:46:35,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-1ac889b6-b011-4da6-85ff-cab371704f5c 2018-11-19 06:46:35,487 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet 2018-11-19 06:46:35,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" -d '{"subnets": [{"ip_version": 4, "network_id": "21bfc947-95da-445a-a7d4-9b6bfb41ecd4", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]}' 2018-11-19 06:46:36,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-df2b8a59-39ba-4cc2-bb93-a9405e97f414 Date: Mon, 19 Nov 2018 06:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:36,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-df2b8a59-39ba-4cc2-bb93-a9405e97f414 2018-11-19 06:46:36,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:46:36,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-82ebba38-d6e4-4c8d-9551-b649f62f6e3c Date: Mon, 19 Nov 2018 06:46: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:36,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-82ebba38-d6e4-4c8d-9551-b649f62f6e3c 2018-11-19 06:46:36,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:46:36,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ad2b8187-3fba-4ee4-af20-4e013dad5d73 Date: Mon, 19 Nov 2018 06:46:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:36,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-ad2b8187-3fba-4ee4-af20-4e013dad5d73 2018-11-19 06:46:36,531 - OpenStackNetwork - DEBUG - Network [21bfc947-95da-445a-a7d4-9b6bfb41ecd4] created successfully 2018-11-19 06:46:36,531 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:36,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:36,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["d1AGubmnQSCgCmoRU9mLSw"], "issued_at": "2018-11-19T06:46:36.000000Z"}} 2018-11-19 06:46:36,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:36,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3da287e9-ff68-471e-9b31-4d99238492db Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:36,985 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3da287e9-ff68-471e-9b31-4d99238492db 2018-11-19 06:46:36,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:37,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-5d2ce85b-925a-4f9e-91f7-bc0662597170 Date: Mon, 19 Nov 2018 06:46:37 GMT RESP BODY: {"routers": []} 2018-11-19 06:46:37,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router&admin_state_up=True used request id req-5d2ce85b-925a-4f9e-91f7-bc0662597170 2018-11-19 06:46:37,174 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:37,175 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:37,543 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["G1BM0eHRQ92HXdOrWxokBA"], "issued_at": "2018-11-19T06:46:37.000000Z"}} 2018-11-19 06:46:37,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}894db2598f4032a87e340cd63e4d0aeb7aa10b46" 2018-11-19 06:46:37,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64513b82-5217-4f6b-b97e-a7e72833a604 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:37,618 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-64513b82-5217-4f6b-b97e-a7e72833a604 2018-11-19 06:46:37,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:37,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-9e1493be-672e-4952-b450-89cfc30d952f Date: Mon, 19 Nov 2018 06:46:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:46:37,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-9e1493be-672e-4952-b450-89cfc30d952f 2018-11-19 06:46:37,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:38,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e58487c6-4bd4-45fa-941c-29c5bf2813fd Date: Mon, 19 Nov 2018 06:46:38 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:46:38,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-e58487c6-4bd4-45fa-941c-29c5bf2813fd 2018-11-19 06:46:38,055 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router 2018-11-19 06:46:38,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router", "admin_state_up": true}}' 2018-11-19 06:46:43,286 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-92705c72-e579-4409-8054-75b99db774ab Date: Mon, 19 Nov 2018 06:46:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:38Z", "admin_state_up": true, "updated_at": "2018-11-19T06:46:39Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "2c5d6cab-4834-4c3e-989a-ca28c31988d1", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router"}} 2018-11-19 06:46:43,286 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-92705c72-e579-4409-8054-75b99db774ab 2018-11-19 06:46:43,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2c5d6cab-4834-4c3e-989a-ca28c31988d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:43,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f9802a6b-807e-4b13-9442-2f3a87bf7dee Date: Mon, 19 Nov 2018 06:46:43 GMT RESP BODY: {"ports":[]} 2018-11-19 06:46:43,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2c5d6cab-4834-4c3e-989a-ca28c31988d1 used request id req-f9802a6b-807e-4b13-9442-2f3a87bf7dee 2018-11-19 06:46:43,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:43,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a92be711-07c5-4ccf-84ce-0f5041aa0751 Date: Mon, 19 Nov 2018 06:46:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:43,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-a92be711-07c5-4ccf-84ce-0f5041aa0751 2018-11-19 06:46:43,750 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:46:43,755 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:46:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:46:43,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:43,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d66a29b7-bf3a-4bf3-88ee-6d320d088c3c Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:43,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-d66a29b7-bf3a-4bf3-88ee-6d320d088c3c 2018-11-19 06:46:43,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:44,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fe1ab82b-8b57-45a5-a909-f480cb8bd469 Date: Mon, 19 Nov 2018 06:46:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:44,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-fe1ab82b-8b57-45a5-a909-f480cb8bd469 2018-11-19 06:46:44,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:44,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f9cc191d-585d-42b1-ad26-96789feb3136 Date: Mon, 19 Nov 2018 06:46:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:44,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet used request id req-f9cc191d-585d-42b1-ad26-96789feb3136 2018-11-19 06:46:44,132 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:46:44,132 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router 2018-11-19 06:46:44,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" -d '{"subnet_id": "30c0f346-fdb0-4537-b61b-2d9abe5cc45c"}' 2018-11-19 06:46:46,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2ee9b2c6-37a2-4b8a-bc71-2e09c3ff7983 Date: Mon, 19 Nov 2018 06:46:46 GMT RESP BODY: {"network_id": "21bfc947-95da-445a-a7d4-9b6bfb41ecd4", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "subnet_id": "30c0f346-fdb0-4537-b61b-2d9abe5cc45c", "subnet_ids": ["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"], "port_id": "04d335b7-abf8-497a-8975-70074a8bdc2c", "id": "2c5d6cab-4834-4c3e-989a-ca28c31988d1"} 2018-11-19 06:46:46,315 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1/add_router_interface used request id req-2ee9b2c6-37a2-4b8a-bc71-2e09c3ff7983 2018-11-19 06:46:46,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:46,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a12e5576-42e0-47ae-bf66-b42a4588e893 Date: Mon, 19 Nov 2018 06:46:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:38Z", "admin_state_up": true, "updated_at": "2018-11-19T06:46:45Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "2c5d6cab-4834-4c3e-989a-ca28c31988d1", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router"}} 2018-11-19 06:46:46,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1 used request id req-a12e5576-42e0-47ae-bf66-b42a4588e893 2018-11-19 06:46:46,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2c5d6cab-4834-4c3e-989a-ca28c31988d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:46,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-882016e9-4b66-4c2d-8779-bf6507f40910 Date: Mon, 19 Nov 2018 06:46:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:45Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"}]} 2018-11-19 06:46:46,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2c5d6cab-4834-4c3e-989a-ca28c31988d1 used request id req-882016e9-4b66-4c2d-8779-bf6507f40910 2018-11-19 06:46:46,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:46:46,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a5b84d84-c201-4850-ac24-188e4e1c0c03 Date: Mon, 19 Nov 2018 06:46:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}} 2018-11-19 06:46:46,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c used request id req-a5b84d84-c201-4850-ac24-188e4e1c0c03 2018-11-19 06:46:46,946 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:46,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:47,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:46:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["vWKQaAg9Rj2I-jNhf03wLw"], "issued_at": "2018-11-19T06:46:47.000000Z"}} 2018-11-19 06:46:47,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c812802575e3b91809e8fd66de4dfb8fbf3eba0" 2018-11-19 06:46:47,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d935c55-b2eb-4c06-bebf-d09a98502408 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:47,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1d935c55-b2eb-4c06-bebf-d09a98502408 2018-11-19 06:46:47,417 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:46:47,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c812802575e3b91809e8fd66de4dfb8fbf3eba0" 2018-11-19 06:46:47,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8e2f415-675a-4776-8fd1-a40da96dc8b0 x-compute-request-id: req-f8e2f415-675a-4776-8fd1-a40da96dc8b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:46:47,593 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-f8e2f415-675a-4776-8fd1-a40da96dc8b0 2018-11-19 06:46:47,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c812802575e3b91809e8fd66de4dfb8fbf3eba0" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:46:47,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64488e7c-5cc0-4864-9e36-c9c849d6aa54 x-compute-request-id: req-64488e7c-5cc0-4864-9e36-c9c849d6aa54 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:46:47,650 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-64488e7c-5cc0-4864-9e36-c9c849d6aa54 2018-11-19 06:46:47,651 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:47,652 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:48,021 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["WfaoA3chQ8yfT0BU2_aSew"], "issued_at": "2018-11-19T06:46:48.000000Z"}} 2018-11-19 06:46:48,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73327c6c9c3b9ced93b5d9d8d9727675516c053" 2018-11-19 06:46:48,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b98b8d24-94ff-468d-859f-ef4b97616bad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:48,102 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b98b8d24-94ff-468d-859f-ef4b97616bad 2018-11-19 06:46:48,103 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:46:48,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73327c6c9c3b9ced93b5d9d8d9727675516c053" 2018-11-19 06:46:48,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-2d6c9ee1-ae6f-4fe7-804f-811672a38e30 x-compute-request-id: req-2d6c9ee1-ae6f-4fe7-804f-811672a38e30 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:46:48,266 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2d6c9ee1-ae6f-4fe7-804f-811672a38e30 2018-11-19 06:46:48,266 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp... 2018-11-19 06:46:48,267 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:46:48,290 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp 2018-11-19 06:46:48,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73327c6c9c3b9ced93b5d9d8d9727675516c053" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVoNOOFV7Dsc0ObfpChwkpa7g2JcxBR6coraZ20mTCQGF9vluwdKVRkGy8dgcqDQYSoCayb1KVF4Zj/Iqz3XjuAU8fdtznd9kgE2/y57HZdZgSrKn8HD5zMnWo/ak0NKeGxlR0UipvP6/87I8jSK94+EzHOiHblow9nYJQvkjVWQ==", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp"}}' 2018-11-19 06:46:48,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-997f901d-a3fb-4037-bb23-46eec20e0c5b x-compute-request-id: req-997f901d-a3fb-4037-bb23-46eec20e0c5b Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDVoNOOFV7Dsc0ObfpChwkpa7g2JcxBR6coraZ20mTCQGF9vluwdKVRkGy8dgcqDQYSoCayb1KVF4Zj/Iqz3XjuAU8fdtznd9kgE2/y57HZdZgSrKn8HD5zMnWo/ak0NKeGxlR0UipvP6/87I8jSK94+EzHOiHblow9nYJQvkjVWQ==", "user_id": "41976a2cbd9b416c852d4ff6c616b972", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "fingerprint": "9d:1f:84:8a:93:37:5e:cb:76:a2:f5:06:04:c1:94:7d"}} 2018-11-19 06:46:48,352 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-997f901d-a3fb-4037-bb23-46eec20e0c5b 2018-11-19 06:46:48,355 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d.pub 2018-11-19 06:46:48,355 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d 2018-11-19 06:46:48,356 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:48,357 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:48,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["tEsZ2HMLRsWlMrqeKl-GEA"], "issued_at": "2018-11-19T06:46:48.000000Z"}} 2018-11-19 06:46:48,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:48,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a00b88ce-4c19-40d9-96a6-53a8f5a50e2f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:48,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a00b88ce-4c19-40d9-96a6-53a8f5a50e2f 2018-11-19 06:46:48,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:48,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-aeeb45e6-06be-42b9-a2bc-c6974032699b Date: Mon, 19 Nov 2018 06:46:48 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:46:48,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp used request id req-aeeb45e6-06be-42b9-a2bc-c6974032699b 2018-11-19 06:46:48,980 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp... 2018-11-19 06:46:48,981 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp 2018-11-19 06:46:48,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}}' 2018-11-19 06:46:49,431 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-72ce7bd9-2fcb-489c-af96-7688c79c0142 Date: Mon, 19 Nov 2018 06:46:49 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "updated_at": "2018-11-19T06:46:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}], "revision_number": 2, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}} 2018-11-19 06:46:49,432 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-72ce7bd9-2fcb-489c-af96-7688c79c0142 2018-11-19 06:46:49,432 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:49,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:49,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-5732b93d-8200-4484-9eb6-126c434cb05d Date: Mon, 19 Nov 2018 06:46:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4"}]} 2018-11-19 06:46:49,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-5732b93d-8200-4484-9eb6-126c434cb05d 2018-11-19 06:46:49,609 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:49,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:49,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-2cfa1c0b-aad0-4e4f-ab1a-d5f6dc0450c2 Date: Mon, 19 Nov 2018 06:46:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4"}]} 2018-11-19 06:46:49,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-2cfa1c0b-aad0-4e4f-ab1a-d5f6dc0450c2 2018-11-19 06:46:49,772 - neutron_utils - INFO - Retrieving security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:49,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:49,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-65dbac40-2dc6-4c77-886f-3b74b524a50a Date: Mon, 19 Nov 2018 06:46:49 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "updated_at": "2018-11-19T06:46:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}], "revision_number": 2, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}]} 2018-11-19 06:46:49,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-65dbac40-2dc6-4c77-886f-3b74b524a50a 2018-11-19 06:46:49,967 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:49,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:50,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1099f4cd-6a09-4167-9ca0-f4b7a0463acc Date: Mon, 19 Nov 2018 06:46:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4"}]} 2018-11-19 06:46:50,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-1099f4cd-6a09-4167-9ca0-f4b7a0463acc 2018-11-19 06:46:50,355 - neutron_utils - INFO - Retrieving security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:50,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:50,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1063cf11-c5cb-490e-b610-9ed170409dad Date: Mon, 19 Nov 2018 06:46:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "updated_at": "2018-11-19T06:46:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}], "revision_number": 2, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}]} 2018-11-19 06:46:50,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-1063cf11-c5cb-490e-b610-9ed170409dad 2018-11-19 06:46:50,408 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:50,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:50,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b3edc46a-bb7d-4fbe-b1f1-9d72656cc532 Date: Mon, 19 Nov 2018 06:46:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4"}]} 2018-11-19 06:46:50,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-b3edc46a-bb7d-4fbe-b1f1-9d72656cc532 2018-11-19 06:46:50,572 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp 2018-11-19 06:46:50,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:50,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-6d4956b2-8898-4bc1-815e-150405eb658c Date: Mon, 19 Nov 2018 06:46:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "updated_at": "2018-11-19T06:46:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}], "revision_number": 2, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}]} 2018-11-19 06:46:50,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp used request id req-6d4956b2-8898-4bc1-815e-150405eb658c 2018-11-19 06:46:50,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:46:50,633 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:46:50,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:50,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0faf648-9514-406c-973c-d3aea4dbeadf Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:50,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-a0faf648-9514-406c-973c-d3aea4dbeadf 2018-11-19 06:46:50,720 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:50,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:50,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-cff7efce-0b72-4c46-8c67-cc5b79a88e58 Date: Mon, 19 Nov 2018 06:46:50 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4"}]} 2018-11-19 06:46:50,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-cff7efce-0b72-4c46-8c67-cc5b79a88e58 2018-11-19 06:46:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}8999015b26026992d0e7e47879f7cf55a176b5da" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517"}}' 2018-11-19 06:46:51,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-8d759357-dc91-450d-be8f-4a17d53a112d Date: Mon, 19 Nov 2018 06:46:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:51Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "884f5d3b-37ad-4b14-bb65-6ca8f57da1e8"}} 2018-11-19 06:46:51,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-8d759357-dc91-450d-be8f-4a17d53a112d 2018-11-19 06:46:51,070 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp 2018-11-19 06:46:51,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:51,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-4d18ffa3-c78b-46a8-a1c7-100c2f291ffd Date: Mon, 19 Nov 2018 06:46:51 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "updated_at": "2018-11-19T06:46:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:51Z", "revision_number": 0, "id": "884f5d3b-37ad-4b14-bb65-6ca8f57da1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}], "revision_number": 3, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}]} 2018-11-19 06:46:51,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp used request id req-4d18ffa3-c78b-46a8-a1c7-100c2f291ffd 2018-11-19 06:46:51,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:51,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e2b32e-3373-4604-bdc4-5c51e8f2add2 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:51,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-38e2b32e-3373-4604-bdc4-5c51e8f2add2 2018-11-19 06:46:51,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:51,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:51,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-1659ec4b-04df-4b45-ba88-a8ca41f94620 Date: Mon, 19 Nov 2018 06:46:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:51Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "884f5d3b-37ad-4b14-bb65-6ca8f57da1e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4"}]} 2018-11-19 06:46:51,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-1659ec4b-04df-4b45-ba88-a8ca41f94620 2018-11-19 06:46:51,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}8999015b26026992d0e7e47879f7cf55a176b5da" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517"}}' 2018-11-19 06:46:51,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-9d02f70f-7734-47ef-885d-f91cad3e7d67 Date: Mon, 19 Nov 2018 06:46:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": 22, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:51Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "e7b8e24b-c31a-4427-bb86-976e0b19d277"}} 2018-11-19 06:46:51,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-9d02f70f-7734-47ef-885d-f91cad3e7d67 2018-11-19 06:46:51,843 - neutron_utils - INFO - Retrieving security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:51,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:51,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-b18508a0-b2b1-40da-bd53-b148c18ad112 Date: Mon, 19 Nov 2018 06:46:51 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "updated_at": "2018-11-19T06:46:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:51Z", "revision_number": 0, "id": "884f5d3b-37ad-4b14-bb65-6ca8f57da1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "revision_number": 0, "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:46:51Z", "revision_number": 0, "id": "e7b8e24b-c31a-4427-bb86-976e0b19d277", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}], "revision_number": 4, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}]} 2018-11-19 06:46:51,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-b18508a0-b2b1-40da-bd53-b148c18ad112 2018-11-19 06:46:51,904 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 916acabc-77a3-4156-a0de-7f5c07ff0517 2018-11-19 06:46:51,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:46:52,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-04257caf-0bd0-41e1-bf25-2f8cfe75b825 Date: Mon, 19 Nov 2018 06:46:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:51Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "884f5d3b-37ad-4b14-bb65-6ca8f57da1e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bea6fd0d-4f3b-4381-9380-621db0b02cd2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:49Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:49Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "dedfbda9-95d9-4419-b5b4-4afeb317aff4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:46:51Z", "security_group_id": "916acabc-77a3-4156-a0de-7f5c07ff0517", "port_range_min": 22, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:51Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "e7b8e24b-c31a-4427-bb86-976e0b19d277"}]} 2018-11-19 06:46:52,088 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-04257caf-0bd0-41e1-bf25-2f8cfe75b825 2018-11-19 06:46:52,089 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:52,090 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:52,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["2McgrNVlR3GfbPznq2OZZA"], "issued_at": "2018-11-19T06:46:52.000000Z"}} 2018-11-19 06:46:52,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:52,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa497205-1c5f-4463-81f6-5198f0a3b20d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:52,545 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-aa497205-1c5f-4463-81f6-5198f0a3b20d 2018-11-19 06:46:52,546 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:46:52,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:52,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8903d98-b3e8-4561-b85e-05d9de98da03 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:52,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f8903d98-b3e8-4561-b85e-05d9de98da03 2018-11-19 06:46:52,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:52,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-7d50f80c-1a4d-4f55-9bca-7b95caeddaed Date: Mon, 19 Nov 2018 06: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:52,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-7d50f80c-1a4d-4f55-9bca-7b95caeddaed 2018-11-19 06:46:52,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:46:52,879 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:46:52,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:52,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9616b91-dbf6-4582-b298-a45329940a52 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:52,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-c9616b91-dbf6-4582-b298-a45329940a52 2018-11-19 06:46:52,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:53,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cd1cf95a-34ae-43b8-b7db-e3b74f3bc8a8 Date: Mon, 19 Nov 2018 06:46:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:53,172 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-cd1cf95a-34ae-43b8-b7db-e3b74f3bc8a8 2018-11-19 06:46:53,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:53,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-568814ad-820a-43e7-8549-258205afa5fb Date: Mon, 19 Nov 2018 06:46:53 GMT RESP BODY: {"ports":[]} 2018-11-19 06:46:53,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True used request id req-568814ad-820a-43e7-8549-258205afa5fb 2018-11-19 06:46:53,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:53,581 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b6d660ba-d73c-4b74-b3c9-800746776e85 x-compute-request-id: req-b6d660ba-d73c-4b74-b3c9-800746776e85 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:46:53,581 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst used request id req-b6d660ba-d73c-4b74-b3c9-800746776e85 2018-11-19 06:46:53,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:53,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3c10d43e-bd97-4edd-9730-09f3b70c58ac Date: Mon, 19 Nov 2018 06:46: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:53,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-3c10d43e-bd97-4edd-9730-09f3b70c58ac 2018-11-19 06:46:53,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:53,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-984d62fa-595d-4621-a6eb-c5aba3210ff4 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:53,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-984d62fa-595d-4621-a6eb-c5aba3210ff4 2018-11-19 06:46:53,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:54,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0dfee9f6-5a62-4d1c-9b77-793be06ef05d Date: Mon, 19 Nov 2018 06:46:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:54,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-0dfee9f6-5a62-4d1c-9b77-793be06ef05d 2018-11-19 06:46:54,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:54,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2641523-3fe8-405a-af2a-9e6b5260545a Date: Mon, 19 Nov 2018 06:46:54 GMT RESP BODY: {"ports":[]} 2018-11-19 06:46:54,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True used request id req-d2641523-3fe8-405a-af2a-9e6b5260545a 2018-11-19 06:46:54,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:46:54,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:46:54,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:46:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["N4s5IsqFTqiW4sah9CWTHQ"], "issued_at": "2018-11-19T06:46:54.000000Z"}} 2018-11-19 06:46:54,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e61ca8dd05c9c36b498038b8841b4637172bd3b5" 2018-11-19 06:46:54,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b9545c2-2da7-4187-9035-604c478485b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:46:54,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7b9545c2-2da7-4187-9035-604c478485b4 2018-11-19 06:46:54,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:54,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0ddd6846-20a2-4669-95ef-a62c18e31b29 Date: Mon, 19 Nov 2018 06:46:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:54,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-0ddd6846-20a2-4669-95ef-a62c18e31b29 2018-11-19 06:46:54,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:54,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-68fb1e67-7e86-4a97-885a-6b23d11c93ce Date: Mon, 19 Nov 2018 06:46:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:54,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-68fb1e67-7e86-4a97-885a-6b23d11c93ce 2018-11-19 06:46:54,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:55,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f784e0c6-9c7e-4784-a278-23a130254c93 Date: Mon, 19 Nov 2018 06:46: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:55,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-f784e0c6-9c7e-4784-a278-23a130254c93 2018-11-19 06:46:55,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:46:55,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:46: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:46:55,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e61ca8dd05c9c36b498038b8841b4637172bd3b5" 2018-11-19 06:46:55,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d807a3a7-ca3d-42ba-945c-9349847678dc Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:55,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-d807a3a7-ca3d-42ba-945c-9349847678dc 2018-11-19 06:46:55,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:55,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-589b13e1-b3b5-4ae2-9082-b427994d8cac Date: Mon, 19 Nov 2018 06:46:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:55,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-589b13e1-b3b5-4ae2-9082-b427994d8cac 2018-11-19 06:46:55,180 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net 2018-11-19 06:46:55,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" -d '{"port": {"network_id": "21bfc947-95da-445a-a7d4-9b6bfb41ecd4", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1", "admin_state_up": true}}' 2018-11-19 06:46:55,942 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-7893a72f-a530-4145-b775-7c6727ca22c8 Date: Mon, 19 Nov 2018 06:46:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","qos_policy_id":null,"admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal"}} 2018-11-19 06:46:55,942 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-7893a72f-a530-4145-b775-7c6727ca22c8 2018-11-19 06:46:55,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-79acad32-b048-46f7-9d2f-3268393281e4 Date: Mon, 19 Nov 2018 06:46: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:46:56,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-79acad32-b048-46f7-9d2f-3268393281e4 2018-11-19 06:46:56,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb3d5baa-5608-428c-871e-6659cece49b9 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:56,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-fb3d5baa-5608-428c-871e-6659cece49b9 2018-11-19 06:46:56,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f34d2600-d46f-4550-b3fe-881825f182ed Date: Mon, 19 Nov 2018 06:46:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:46:56,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-f34d2600-d46f-4550-b3fe-881825f182ed 2018-11-19 06:46:56,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-64b71447-f570-418d-9665-04d2795dbf78 Date: Mon, 19 Nov 2018 06:46:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:55Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:46:56,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True used request id req-64b71447-f570-418d-9665-04d2795dbf78 2018-11-19 06:46:56,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a990027a-ce30-49a4-bff1-c5454e70bfa0 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:46:56,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-a990027a-ce30-49a4-bff1-c5454e70bfa0 2018-11-19 06:46:56,521 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst 2018-11-19 06:46:56,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46: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-1b9c7810-d625-4a02-b431-82292a7d9a24 x-compute-request-id: req-1b9c7810-d625-4a02-b431-82292a7d9a24 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"flavors": [{"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-flavor-name"}]} 2018-11-19 06:46:56,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1b9c7810-d625-4a02-b431-82292a7d9a24 2018-11-19 06:46:56,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46: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-9106c192-fb95-4301-a20c-dab1537f7319 x-compute-request-id: req-9106c192-fb95-4301-a20c-dab1537f7319 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:46:56,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca used request id req-9106c192-fb95-4301-a20c-dab1537f7319 2018-11-19 06:46:56,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-a20f1dc4-b24a-43f2-9e42-64f874d99b27 Date: Mon, 19 Nov 2018 06:46:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:46:31Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:46:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/snap", "metadata": {}}], "self": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "min_disk": 0, "protected": false, "id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "file": "/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3a80e9cf991c4276b8317fbc2a5360ad", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image"} 2018-11-19 06:46:56,758 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image used request id req-a20f1dc4-b24a-43f2-9e42-64f874d99b27 2018-11-19 06:46:56,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:56,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7bf942b5-ed67-4e5f-9204-77b7d08b56e8 Date: Mon, 19 Nov 2018 06:46: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-11-19 06:46:56,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-7bf942b5-ed67-4e5f-9204-77b7d08b56e8 2018-11-19 06:46:56,915 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "imageRef": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "flavorRef": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "max_count": 1, "min_count": 1, "networks": [{"port": "fda6f3d0-1d6b-4b91-85d2-522462da840f"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}]}}' 2018-11-19 06:46:58,868 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:46: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-b6897c97-2209-47a4-a042-a4b35810c441 x-compute-request-id: req-b6897c97-2209-47a4-a042-a4b35810c441 Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "adminPass": "wAqmtk7tuptR"}} 2018-11-19 06:46:58,868 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b6897c97-2209-47a4-a042-a4b35810c441 2018-11-19 06:46:58,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:59,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-c93da078-55ae-42f1-aff5-e96c1871b7fa x-compute-request-id: req-c93da078-55ae-42f1-aff5-e96c1871b7fa 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.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:46:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:59,237 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-c93da078-55ae-42f1-aff5-e96c1871b7fa 2018-11-19 06:46:59,238 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst 2018-11-19 06:46:59,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:46:59,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:46:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a87e4a0-5e3e-4619-a565-40296917549b x-compute-request-id: req-8a87e4a0-5e3e-4619-a565-40296917549b 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.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:46:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:46:59,589 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-8a87e4a0-5e3e-4619-a565-40296917549b 2018-11-19 06:46:59,590 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - BUILD 2018-11-19 06:46:59,590 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:47:02,593 - create_instance - DEBUG - VM status query timeout in 896.645200968 2018-11-19 06:47:02,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:03,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-162b0b3d-c5c2-40ac-bcbf-6136e0acb4d3 x-compute-request-id: req-162b0b3d-c5c2-40ac-bcbf-6136e0acb4d3 Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:46:59Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:03,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-162b0b3d-c5c2-40ac-bcbf-6136e0acb4d3 2018-11-19 06:47:03,329 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - BUILD 2018-11-19 06:47:03,330 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:47:06,333 - create_instance - DEBUG - VM status query timeout in 892.905456066 2018-11-19 06:47:06,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:07,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9faf4ab5-e110-4098-9302-29622df9c6c9 x-compute-request-id: req-9faf4ab5-e110-4098-9302-29622df9c6c9 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:07,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-9faf4ab5-e110-4098-9302-29622df9c6c9 2018-11-19 06:47:07,242 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:07,242 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:47:07,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:07,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aee52763-5872-43e8-9dcf-a3087cb55d18 x-compute-request-id: req-aee52763-5872-43e8-9dcf-a3087cb55d18 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:07,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-aee52763-5872-43e8-9dcf-a3087cb55d18 2018-11-19 06:47:07,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:08,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0483577e-4699-46e0-b051-61e89d47031f Date: Mon, 19 Nov 2018 06:47:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:08,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-0483577e-4699-46e0-b051-61e89d47031f 2018-11-19 06:47:08,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:08,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-973e286a-b5fe-48fe-b6e4-727660253600 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:08,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-973e286a-b5fe-48fe-b6e4-727660253600 2018-11-19 06:47:08,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:08,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7a006254-819a-430b-bfbe-451458b4a3bf Date: Mon, 19 Nov 2018 06:47:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:08,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-7a006254-819a-430b-bfbe-451458b4a3bf 2018-11-19 06:47:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:08,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-47d3791d-926b-43e6-bcf4-e290d9d4bca7 Date: Mon, 19 Nov 2018 06:47:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.3"}],"id":"080092f0-c6b9-4006-982c-8b198c5bbaeb","security_groups":[],"mac_address":"fa:16:3e:62:76:68","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.4"}],"id":"8bae650c-4c17-4769-ba96-eb0e94a694a0","security_groups":[],"mac_address":"fa:16:3e:7f:ed:07","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.2"}],"id":"a44f5c26-f960-4d28-81b5-c67725909de7","security_groups":[],"mac_address":"fa:16:3e:d1:ce:81","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:08,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-47d3791d-926b-43e6-bcf4-e290d9d4bca7 2018-11-19 06:47:08,729 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:09,337 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-14e36230-3e7e-4ff5-b764-b6ceb8d4985a x-compute-request-id: req-14e36230-3e7e-4ff5-b764-b6ceb8d4985a Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:09,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-14e36230-3e7e-4ff5-b764-b6ceb8d4985a 2018-11-19 06:47:09,337 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:09,337 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:47:09,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:10,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbc18162-fee5-4b41-8a51-2dfbe0780650 x-compute-request-id: req-bbc18162-fee5-4b41-8a51-2dfbe0780650 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:10,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-bbc18162-fee5-4b41-8a51-2dfbe0780650 2018-11-19 06:47:10,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:10,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3cbec775-2ef1-4fa1-b4cf-3389e3a148b5 Date: Mon, 19 Nov 2018 06:47: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:10,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-3cbec775-2ef1-4fa1-b4cf-3389e3a148b5 2018-11-19 06:47:10,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:10,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a2ef5c-a660-4bd3-a18f-a976d4a16c3f Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:10,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-75a2ef5c-a660-4bd3-a18f-a976d4a16c3f 2018-11-19 06:47:10,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:10,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-63c16058-524e-4fa3-82d0-80419943f498 Date: Mon, 19 Nov 2018 06:47:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:10,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-63c16058-524e-4fa3-82d0-80419943f498 2018-11-19 06:47:10,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:10,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3863 X-Openstack-Request-Id: req-f0d0070d-b9d4-46e1-b34c-35fcb20f492a Date: Mon, 19 Nov 2018 06:47:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.3"}],"id":"080092f0-c6b9-4006-982c-8b198c5bbaeb","security_groups":[],"mac_address":"fa:16:3e:62:76:68","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.4"}],"id":"8bae650c-4c17-4769-ba96-eb0e94a694a0","security_groups":[],"mac_address":"fa:16:3e:7f:ed:07","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.2"}],"id":"a44f5c26-f960-4d28-81b5-c67725909de7","security_groups":[],"mac_address":"fa:16:3e:d1:ce:81","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:03Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:10,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-f0d0070d-b9d4-46e1-b34c-35fcb20f492a 2018-11-19 06:47:10,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}}' 2018-11-19 06:47:11,976 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:47:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ade1182-c4f6-4535-a378-3f942ad0f4e7 x-compute-request-id: req-2ade1182-c4f6-4535-a378-3f942ad0f4e7 Content-Length: 0 Content-Type: application/json 2018-11-19 06:47:11,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032/action used request id req-2ade1182-c4f6-4535-a378-3f942ad0f4e7 2018-11-19 06:47:11,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:12,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ba24790-2f8f-4b5d-8f78-b58fae4055d1 x-compute-request-id: req-6ba24790-2f8f-4b5d-8f78-b58fae4055d1 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}, {"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:12,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-6ba24790-2f8f-4b5d-8f78-b58fae4055d1 2018-11-19 06:47:12,672 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:12,672 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:47:12,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:13,133 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83409d41-afc1-4c71-9f76-83f802525870 x-compute-request-id: req-83409d41-afc1-4c71-9f76-83f802525870 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}, {"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:13,133 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-83409d41-afc1-4c71-9f76-83f802525870 2018-11-19 06:47:13,139 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:13,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-af17a3af-71aa-4d26-a963-ddbb7a77aebb Date: Mon, 19 Nov 2018 06:47: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:13,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-af17a3af-71aa-4d26-a963-ddbb7a77aebb 2018-11-19 06:47:13,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:13,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52cb7a9-1c69-4e92-a3a3-1774d2ab5e02 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:13,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-a52cb7a9-1c69-4e92-a3a3-1774d2ab5e02 2018-11-19 06:47:13,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:13,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7eced23b-cdcd-4d51-9757-b551750d6d09 Date: Mon, 19 Nov 2018 06:47:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:13,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-7eced23b-cdcd-4d51-9757-b551750d6d09 2018-11-19 06:47:13,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:13,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-577a0c11-e803-461a-8aee-518b1597518b Date: Mon, 19 Nov 2018 06:47:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.3"}],"id":"080092f0-c6b9-4006-982c-8b198c5bbaeb","security_groups":[],"mac_address":"fa:16:3e:62:76:68","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.4"}],"id":"8bae650c-4c17-4769-ba96-eb0e94a694a0","security_groups":[],"mac_address":"fa:16:3e:7f:ed:07","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.2"}],"id":"a44f5c26-f960-4d28-81b5-c67725909de7","security_groups":[],"mac_address":"fa:16:3e:d1:ce:81","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["916acabc-77a3-4156-a0de-7f5c07ff0517","9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:13,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-577a0c11-e803-461a-8aee-518b1597518b 2018-11-19 06:47:13,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:47:13,768 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:47:13,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:47:14,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:47:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["Iul8gd7XT7ymV8nY5r8sSQ"], "issued_at": "2018-11-19T06:47:14.000000Z"}} 2018-11-19 06:47:14,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:14,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da4be3d-c4d3-45fd-8087-0633bd3a7d0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:14,234 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8da4be3d-c4d3-45fd-8087-0633bd3a7d0b 2018-11-19 06:47:14,238 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:14,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-816c012a-d91a-44ca-af1a-ae6794de66b0 x-compute-request-id: req-816c012a-d91a-44ca-af1a-ae6794de66b0 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:47:14,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca used request id req-816c012a-d91a-44ca-af1a-ae6794de66b0 2018-11-19 06:47:14,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:14,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-94866368-13f5-4398-9f00-0fadb7cc822c Date: Mon, 19 Nov 2018 06:47:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}} 2018-11-19 06:47:14,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c used request id req-94866368-13f5-4398-9f00-0fadb7cc822c 2018-11-19 06:47:14,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:14,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-3532e9e1-8901-4fad-9791-9d261d334f72 Date: Mon, 19 Nov 2018 06:47:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:14,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-3532e9e1-8901-4fad-9791-9d261d334f72 2018-11-19 06:47:14,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:14,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8bafa450-41de-426e-bec5-148a8a936708 Date: Mon, 19 Nov 2018 06:47:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:14,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-8bafa450-41de-426e-bec5-148a8a936708 2018-11-19 06:47:14,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:15,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d030167c-e531-44aa-9e04-2a6e4b26d6dc Date: Mon, 19 Nov 2018 06:47:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:15,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-d030167c-e531-44aa-9e04-2a6e4b26d6dc 2018-11-19 06:47:15,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:47:15,244 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:47: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:47:15,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:15,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26f28bc0-66a0-4320-8f84-fafd15165107 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:15,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-26f28bc0-66a0-4320-8f84-fafd15165107 2018-11-19 06:47:15,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:15,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-95b75fff-7dc1-4270-9a8b-b39634cf4acf Date: Mon, 19 Nov 2018 06:47:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:15,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-95b75fff-7dc1-4270-9a8b-b39634cf4acf 2018-11-19 06:47:15,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&mac_address=fa%3A16%3A3e%3A85%3Af6%3Aea&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:15,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-1d9b3581-9456-4b94-9455-126719873ddd Date: Mon, 19 Nov 2018 06:47:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["916acabc-77a3-4156-a0de-7f5c07ff0517","9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:15,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&mac_address=fa%3A16%3A3e%3A85%3Af6%3Aea&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True used request id req-1d9b3581-9456-4b94-9455-126719873ddd 2018-11-19 06:47:15,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:15,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc609679-9210-4962-aa0a-6adb333c9e26 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:15,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-dc609679-9210-4962-aa0a-6adb333c9e26 2018-11-19 06:47:15,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:16,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2ff14421-3cf0-43cd-a9d8-da761b711f6c Date: Mon, 19 Nov 2018 06:47:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:16,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-2ff14421-3cf0-43cd-a9d8-da761b711f6c 2018-11-19 06:47:16,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:16,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-79fd4766-318f-4d20-8a34-e0b3dec91a01 Date: Mon, 19 Nov 2018 06:47:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:16,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-79fd4766-318f-4d20-8a34-e0b3dec91a01 2018-11-19 06:47:16,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:16,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-81c34add-c425-405c-b595-e62f76759253 Date: Mon, 19 Nov 2018 06:47:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.3"}],"id":"080092f0-c6b9-4006-982c-8b198c5bbaeb","security_groups":[],"mac_address":"fa:16:3e:62:76:68","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.4"}],"id":"8bae650c-4c17-4769-ba96-eb0e94a694a0","security_groups":[],"mac_address":"fa:16:3e:7f:ed:07","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.2"}],"id":"a44f5c26-f960-4d28-81b5-c67725909de7","security_groups":[],"mac_address":"fa:16:3e:d1:ce:81","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["916acabc-77a3-4156-a0de-7f5c07ff0517","9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:16,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-81c34add-c425-405c-b595-e62f76759253 2018-11-19 06:47:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}052bebff62cce1a3da6122c64848fd6f99a859a8" 2018-11-19 06:47:16,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5bf5c391-c725-445c-b37f-beb1489ee627 Date: Mon, 19 Nov 2018 06:47:16 GMT RESP BODY: {"floatingips": []} 2018-11-19 06:47:16,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-5bf5c391-c725-445c-b37f-beb1489ee627 2018-11-19 06:47:16,807 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:47:16,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:47:17,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4fc51af3c8c54cfbb92942a29105af2e", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role"}], "expires_at": "2018-11-19T07:47:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/3a80e9cf991c4276b8317fbc2a5360ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user", "id": "41976a2cbd9b416c852d4ff6c616b972"}, "audit_ids": ["dDyylB9rQEG_wxg7PLoM1w"], "issued_at": "2018-11-19T06:47:17.000000Z"}} 2018-11-19 06:47:17,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:17,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01efdcee-fdb9-417c-8316-dc50fce6fb97 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:17,258 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-01efdcee-fdb9-417c-8316-dc50fce6fb97 2018-11-19 06:47:17,259 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:47:17,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:17,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5ad8ffa-063f-4011-8f4c-2442ba59d4f4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:17,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e5ad8ffa-063f-4011-8f4c-2442ba59d4f4 2018-11-19 06:47:17,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:17,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e172bc0f-033f-481d-8758-c26ffa2939c2 Date: Mon, 19 Nov 2018 06:47:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:17,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-e172bc0f-033f-481d-8758-c26ffa2939c2 2018-11-19 06:47:17,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:47:17,597 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:47: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:47:17,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:17,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eeb7775e-2f5d-4e3b-97ee-4154d62e8710 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:17,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-eeb7775e-2f5d-4e3b-97ee-4154d62e8710 2018-11-19 06:47:17,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:18,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4297626d-c639-4281-b8b6-c4a7acfc0cbf Date: Mon, 19 Nov 2018 06:47:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:18,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-4297626d-c639-4281-b8b6-c4a7acfc0cbf 2018-11-19 06:47:18,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&mac_address=fa%3A16%3A3e%3A85%3Af6%3Aea&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:18,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-cd4d5890-9de2-40a3-9642-0b2dbb13e487 Date: Mon, 19 Nov 2018 06:47:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["916acabc-77a3-4156-a0de-7f5c07ff0517","9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:18,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4&mac_address=fa%3A16%3A3e%3A85%3Af6%3Aea&name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1&admin_state_up=True used request id req-cd4d5890-9de2-40a3-9642-0b2dbb13e487 2018-11-19 06:47:18,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:18,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6febf5fa-4e1f-41f7-a342-d96b68788756 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:18,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-6febf5fa-4e1f-41f7-a342-d96b68788756 2018-11-19 06:47:18,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:19,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2af13291-a868-4fc1-adf8-b9c8d91f733e x-compute-request-id: req-2af13291-a868-4fc1-adf8-b9c8d91f733e Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}, {"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:47:19,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst used request id req-2af13291-a868-4fc1-adf8-b9c8d91f733e 2018-11-19 06:47:19,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:19,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-8ba8e9d6-a6f2-475c-b39e-e059262cd3a4 Date: Mon, 19 Nov 2018 06:47:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:19,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-8ba8e9d6-a6f2-475c-b39e-e059262cd3a4 2018-11-19 06:47:19,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:19,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dd0536ba-d9f2-40b6-9bfe-7a20dfa16e23 Date: Mon, 19 Nov 2018 06:47:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:19,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-dd0536ba-d9f2-40b6-9bfe-7a20dfa16e23 2018-11-19 06:47:19,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:19,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-ef151125-5426-490a-a991-32f3f6b6edc2 Date: Mon, 19 Nov 2018 06:47:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.3"}],"id":"080092f0-c6b9-4006-982c-8b198c5bbaeb","security_groups":[],"mac_address":"fa:16:3e:62:76:68","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.4"}],"id":"8bae650c-4c17-4769-ba96-eb0e94a694a0","security_groups":[],"mac_address":"fa:16:3e:7f:ed:07","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.2"}],"id":"a44f5c26-f960-4d28-81b5-c67725909de7","security_groups":[],"mac_address":"fa:16:3e:d1:ce:81","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["916acabc-77a3-4156-a0de-7f5c07ff0517","9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:19,882 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-ef151125-5426-490a-a991-32f3f6b6edc2 2018-11-19 06:47:19,883 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst 2018-11-19 06:47:19,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:20,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-939a7b00-61df-4aae-805f-5c701eb62702 Date: Mon, 19 Nov 2018 06:47:20 GMT RESP BODY: {"floatingips": []} 2018-11-19 06:47:20,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-939a7b00-61df-4aae-805f-5c701eb62702 2018-11-19 06:47:20,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:20,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-0597c7bd-d27a-4e73-b325-0cffe97e5e88 Date: Mon, 19 Nov 2018 06:47:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:38Z", "admin_state_up": true, "updated_at": "2018-11-19T06:46:45Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "2c5d6cab-4834-4c3e-989a-ca28c31988d1", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router"}]} 2018-11-19 06:47:20,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router used request id req-0597c7bd-d27a-4e73-b325-0cffe97e5e88 2018-11-19 06:47:20,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:20,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b11adb2-a80f-418b-80e7-d815f6e7ca90 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:20,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-3b11adb2-a80f-418b-80e7-d815f6e7ca90 2018-11-19 06:47:20,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=2c5d6cab-4834-4c3e-989a-ca28c31988d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:20,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-8b8356e4-c6b0-4789-94ca-79c03469ed33 Date: Mon, 19 Nov 2018 06:47:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"}]} 2018-11-19 06:47:20,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=2c5d6cab-4834-4c3e-989a-ca28c31988d1 used request id req-8b8356e4-c6b0-4789-94ca-79c03469ed33 2018-11-19 06:47:20,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:20,764 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2c743203-5c23-4498-8c75-f795432b5366 Date: Mon, 19 Nov 2018 06:47:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}} 2018-11-19 06:47:20,764 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c used request id req-2c743203-5c23-4498-8c75-f795432b5366 2018-11-19 06:47:20,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:21,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4beffc7c-4ecb-449c-9a03-3fa76f0e3bb4 Date: Mon, 19 Nov 2018 06:47:21 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:47:21,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-4beffc7c-4ecb-449c-9a03-3fa76f0e3bb4 2018-11-19 06:47:21,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:21,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0bb2f5cb-96ca-45a0-9abd-a2a9eac8743e Date: Mon, 19 Nov 2018 06:47:21 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:47:21,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-0bb2f5cb-96ca-45a0-9abd-a2a9eac8743e 2018-11-19 06:47:21,044 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:21,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de7baaed-0981-4df1-9a64-edb37782d49a x-compute-request-id: req-de7baaed-0981-4df1-9a64-edb37782d49a Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}, {"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:21,755 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-de7baaed-0981-4df1-9a64-edb37782d49a 2018-11-19 06:47:21,755 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:21,755 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:47:21,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:22,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0f824e3-1dd7-452d-9625-b8f6a54192f5 x-compute-request-id: req-c0f824e3-1dd7-452d-9625-b8f6a54192f5 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}, {"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:22,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-c0f824e3-1dd7-452d-9625-b8f6a54192f5 2018-11-19 06:47:22,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:22,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2f016a15-0ebb-488f-ac04-b1a42aa9c782 Date: Mon, 19 Nov 2018 06:47: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:22,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-2f016a15-0ebb-488f-ac04-b1a42aa9c782 2018-11-19 06:47:22,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:22,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9fc19aa-0004-4929-accc-fc8245f13968 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:22,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-c9fc19aa-0004-4929-accc-fc8245f13968 2018-11-19 06:47:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:22,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-aee21906-ca7d-4b8c-b8a1-5008d9bea533 Date: Mon, 19 Nov 2018 06:47:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:22,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-aee21906-ca7d-4b8c-b8a1-5008d9bea533 2018-11-19 06:47:22,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:22,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-3e2366b1-480b-4ae5-9433-d2af918f87fe Date: Mon, 19 Nov 2018 06:47:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.3"}],"id":"080092f0-c6b9-4006-982c-8b198c5bbaeb","security_groups":[],"mac_address":"fa:16:3e:62:76:68","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.4"}],"id":"8bae650c-4c17-4769-ba96-eb0e94a694a0","security_groups":[],"mac_address":"fa:16:3e:7f:ed:07","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.2"}],"id":"a44f5c26-f960-4d28-81b5-c67725909de7","security_groups":[],"mac_address":"fa:16:3e:d1:ce:81","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["916acabc-77a3-4156-a0de-7f5c07ff0517","9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:22,982 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-3e2366b1-480b-4ae5-9433-d2af918f87fe 2018-11-19 06:47:22,983 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:47:22,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:23,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-0348b786-d5c4-4254-9d3a-9da6f915bbf7 Date: Mon, 19 Nov 2018 06:47:23 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:47:23,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-0348b786-d5c4-4254-9d3a-9da6f915bbf7 2018-11-19 06:47:23,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:23,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f55cc24d-1cee-4f70-be89-5462b8bcfe29 Date: Mon, 19 Nov 2018 06:47:23 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:47:23,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-f55cc24d-1cee-4f70-be89-5462b8bcfe29 2018-11-19 06:47:23,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "fda6f3d0-1d6b-4b91-85d2-522462da840f"}}' 2018-11-19 06:47:25,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-339ce1f2-0756-49e1-9628-cf9eacc039b1 Date: Mon, 19 Nov 2018 06:47:25 GMT RESP BODY: {"floatingip": {"router_id": "2c5d6cab-4834-4c3e-989a-ca28c31988d1", "status": "DOWN", "description": "", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:47:24Z", "updated_at": "2018-11-19T06:47:24Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_id": "fda6f3d0-1d6b-4b91-85d2-522462da840f", "id": "9734d249-725d-45e0-9cdc-7858b4d11f2d"}} 2018-11-19 06:47:25,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-339ce1f2-0756-49e1-9628-cf9eacc039b1 2018-11-19 06:47:25,240 - create_instance - INFO - Created floating IP 172.30.9.202 via router - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router 2018-11-19 06:47:25,241 - create_instance - INFO - Checking if VM is active 2018-11-19 06:47:25,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:26,000 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a83715b4-b5b9-4b4d-a78c-64b314f09721 x-compute-request-id: req-a83715b4-b5b9-4b4d-a78c-64b314f09721 Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}, {"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:26,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-a83715b4-b5b9-4b4d-a78c-64b314f09721 2018-11-19 06:47:26,001 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:26,001 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:47:26,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:26,613 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac658543-ff61-41e4-81ad-e0e12d08f0dd x-compute-request-id: req-ac658543-ff61-41e4-81ad-e0e12d08f0dd Content-Encoding: gzip Content-Length: 774 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:f6:ea", "version": 4, "addr": "10.55.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "security_groups": [{"name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp"}, {"name": "default"}], "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:03Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:26,613 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-ac658543-ff61-41e4-81ad-e0e12d08f0dd 2018-11-19 06:47:26,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:26,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bd488033-e087-48f9-996e-a6f782feb365 Date: Mon, 19 Nov 2018 06: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":["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"],"updated_at":"2018-11-19T06:46:35Z","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net"}]} 2018-11-19 06:47:26,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net used request id req-bd488033-e087-48f9-996e-a6f782feb365 2018-11-19 06:47:26,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:26,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99759a46-a7b3-4f81-bebf-951b4e97490a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:26,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-99759a46-a7b3-4f81-bebf-951b4e97490a 2018-11-19 06:47:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:26,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e4172e34-8266-47dd-96f1-8a523be8ea71 Date: Mon, 19 Nov 2018 06:47:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:35Z","dns_nameservers":[],"updated_at":"2018-11-19T06:46:35Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet"}]} 2018-11-19 06:47:26,963 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-e4172e34-8266-47dd-96f1-8a523be8ea71 2018-11-19 06:47:26,968 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:27,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3902 X-Openstack-Request-Id: req-300557fb-ac7d-4e44-bcda-ec06c56dd129 Date: Mon, 19 Nov 2018 06:47:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:57Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.1"}],"id":"04d335b7-abf8-497a-8975-70074a8bdc2c","security_groups":[],"mac_address":"fa:16:3e:7e:a5:2d","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:44Z","binding:vnic_type":"normal","device_id":"2c5d6cab-4834-4c3e-989a-ca28c31988d1"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:39Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.3"}],"id":"080092f0-c6b9-4006-982c-8b198c5bbaeb","security_groups":[],"mac_address":"fa:16:3e:62:76:68","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:40Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.4"}],"id":"8bae650c-4c17-4769-ba96-eb0e94a694a0","security_groups":[],"mac_address":"fa:16:3e:7f:ed:07","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:37Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:46:37Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.2"}],"id":"a44f5c26-f960-4d28-81b5-c67725909de7","security_groups":[],"mac_address":"fa:16:3e:d1:ce:81","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:36Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-21bfc947-95da-445a-a7d4-9b6bfb41ecd4"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:47:11Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"30c0f346-fdb0-4537-b61b-2d9abe5cc45c","ip_address":"10.55.1.10"}],"id":"fda6f3d0-1d6b-4b91-85d2-522462da840f","security_groups":["916acabc-77a3-4156-a0de-7f5c07ff0517","9dc6531e-72e2-4e3b-ab91-457019b5fa52"],"mac_address":"fa:16:3e:85:f6:ea","project_id":"3a80e9cf991c4276b8317fbc2a5360ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1","admin_state_up":true,"network_id":"21bfc947-95da-445a-a7d4-9b6bfb41ecd4","tenant_id":"3a80e9cf991c4276b8317fbc2a5360ad","created_at":"2018-11-19T06:46:55Z","binding:vnic_type":"normal","device_id":"ce11afdc-ad74-4c66-b2e1-05705458e032"}]} 2018-11-19 06:47:27,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-300557fb-ac7d-4e44-bcda-ec06c56dd129 2018-11-19 06:47:27,223 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:47:27,226 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f3f79d0L 2018-11-19 06:47:27,226 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:47:27,227 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:47:27,227 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:47:27,228 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:47:27,228 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:47:27,228 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:47:27,228 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:47:27,228 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:47:27,228 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:47:27,245 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:47:27,245 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:47:27,258 - paramiko.transport - DEBUG - Trying key 9d1f848a93375ecb76a2f50604c1947d from tmp/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d 2018-11-19 06:47:27,283 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:47:27,286 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:47:27,386 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:47:27,404 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:47:27,404 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:47:27,406 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f3f7790L 2018-11-19 06:47:27,407 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:47:27,407 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:47:27,407 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:47:27,408 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:47:27,408 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:47:27,408 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:47:27,409 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:47:27,409 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:47:27,409 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:47:27,425 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:47:27,426 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:47:27,439 - paramiko.transport - DEBUG - Trying key 9d1f848a93375ecb76a2f50604c1947d from tmp/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d 2018-11-19 06:47:27,463 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:47:27,466 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:47:27,471 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:47:27,472 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:47:27,472 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:47:27,473 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:47:27,475 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:47:27,476 - create_instance - INFO - Deleting Port with ID - fda6f3d0-1d6b-4b91-85d2-522462da840f 2018-11-19 06:47:27,476 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1 2018-11-19 06:47:27,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/fda6f3d0-1d6b-4b91-85d2-522462da840f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:28,414 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b2047c21-e412-47fd-ad91-a3dae97b7c1d Date: Mon, 19 Nov 2018 06:47:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:28,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/fda6f3d0-1d6b-4b91-85d2-522462da840f used request id req-b2047c21-e412-47fd-ad91-a3dae97b7c1d 2018-11-19 06:47:28,415 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst 2018-11-19 06:47:28,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:28,592 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:47:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d3108b0-59e4-41f6-a6e4-29f6e0098c45 x-compute-request-id: req-4d3108b0-59e4-41f6-a6e4-29f6e0098c45 Content-Type: application/json 2018-11-19 06:47:28,592 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-4d3108b0-59e4-41f6-a6e4-29f6e0098c45 2018-11-19 06:47:28,592 - create_instance - INFO - Checking deletion status 2018-11-19 06:47:28,595 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:28,844 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-361cb909-d9b4-4e94-9f6b-94c8f5dfb198 x-compute-request-id: req-361cb909-d9b4-4e94-9f6b-94c8f5dfb198 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.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:28Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:28,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-361cb909-d9b4-4e94-9f6b-94c8f5dfb198 2018-11-19 06:47:28,845 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:28,845 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:47:31,848 - create_instance - DEBUG - VM status query timeout in 296.744313002 2018-11-19 06:47:31,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:32,264 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5828162e-51a1-43e2-8ae5-29e9606d775a x-compute-request-id: req-5828162e-51a1-43e2-8ae5-29e9606d775a 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.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:28Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:32,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-5828162e-51a1-43e2-8ae5-29e9606d775a 2018-11-19 06:47:32,265 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:32,265 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:47:35,268 - create_instance - DEBUG - VM status query timeout in 293.324219942 2018-11-19 06:47:35,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:35,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47: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-d51d8cf7-a4d3-47fa-be4c-3a2afa27b816 x-compute-request-id: req-d51d8cf7-a4d3-47fa-be4c-3a2afa27b816 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.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ce11afdc-ad74-4c66-b2e1-05705458e032", "rel": "bookmark"}], "image": {"id": "ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "links": [{"href": "http://172.30.9.21:8774/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:47:02.000000", "flavor": {"id": "891bc193-4662-4a7d-9ee2-4eeddfd277ca", "links": [{"href": "http://172.30.9.21:8774/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca", "rel": "bookmark"}]}, "id": "ce11afdc-ad74-4c66-b2e1-05705458e032", "user_id": "41976a2cbd9b416c852d4ff6c616b972", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:47:28Z", "hostId": "a9886e637d3884096ae1b1f931498ee749648da0b61eb82316788bb9", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp", "name": "CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst", "created": "2018-11-19T06:46:58Z", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:47:35,527 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-d51d8cf7-a4d3-47fa-be4c-3a2afa27b816 2018-11-19 06:47:35,527 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst] is - ACTIVE 2018-11-19 06:47:35,527 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:47:38,530 - create_instance - DEBUG - VM status query timeout in 290.062227011 2018-11-19 06:47:38,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8bba4263097caac0bfacc619d54152c0af8145d0" 2018-11-19 06:47:38,581 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:47:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75991ec6-50df-4ac0-9dc7-01f650451871 x-compute-request-id: req-75991ec6-50df-4ac0-9dc7-01f650451871 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ce11afdc-ad74-4c66-b2e1-05705458e032 could not be found.", "code": 404}} 2018-11-19 06:47:38,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ce11afdc-ad74-4c66-b2e1-05705458e032 used request id req-75991ec6-50df-4ac0-9dc7-01f650451871 2018-11-19 06:47:38,582 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ce11afdc-ad74-4c66-b2e1-05705458e032 could not be found. (HTTP 404) (Request-ID: req-75991ec6-50df-4ac0-9dc7-01f650451871) 2018-11-19 06:47:38,582 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-inst 2018-11-19 06:47:38,583 - create_instance - INFO - Deleting Floating IP - 172.30.9.202 2018-11-19 06:47:38,583 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-11-19 06:47:38,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/9734d249-725d-45e0-9cdc-7858b4d11f2d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:39,164 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f4cdb8e-c8d4-4cd8-b400-ab396cfa9bdd Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:39,164 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/9734d249-725d-45e0-9cdc-7858b4d11f2d used request id req-2f4cdb8e-c8d4-4cd8-b400-ab396cfa9bdd 2018-11-19 06:47:39,165 - create_instance - INFO - Deleting Port with ID - fda6f3d0-1d6b-4b91-85d2-522462da840f 2018-11-19 06:47:39,165 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8dport-1 2018-11-19 06:47:39,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/fda6f3d0-1d6b-4b91-85d2-522462da840f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}93b336535b3b42db5d05392e0e1b377809533f7b" 2018-11-19 06:47:39,206 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 132 X-Openstack-Request-Id: req-06af5443-bd06-44aa-bcbb-0e8045b9ec71 Date: Mon, 19 Nov 2018 06:47:39 GMT RESP BODY: {"NeutronError": {"message": "Port fda6f3d0-1d6b-4b91-85d2-522462da840f could not be found.", "type": "PortNotFound", "detail": ""}} 2018-11-19 06:47:39,206 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/fda6f3d0-1d6b-4b91-85d2-522462da840f used request id req-06af5443-bd06-44aa-bcbb-0e8045b9ec71 2018-11-19 06:47:39,206 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port fda6f3d0-1d6b-4b91-85d2-522462da840f could not be found.", "type": "PortNotFound", "detail": ""}} 2018-11-19 06:47:39,206 - create_instance_tests - ERROR - Unexpected exception cleaning VM instance with message - Port fda6f3d0-1d6b-4b91-85d2-522462da840f could not be found. Neutron server returns request_ids: ['req-06af5443-bd06-44aa-bcbb-0e8045b9ec71'] 2018-11-19 06:47:39,207 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp 2018-11-19 06:47:39,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d73327c6c9c3b9ced93b5d9d8d9727675516c053" 2018-11-19 06:47:39,255 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eba549ac-071d-4f33-a576-fb68eb479342 x-compute-request-id: req-eba549ac-071d-4f33-a576-fb68eb479342 Content-Length: 0 Content-Type: application/json 2018-11-19 06:47:39,255 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-kp used request id req-eba549ac-071d-4f33-a576-fb68eb479342 2018-11-19 06:47:39,256 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d.pub] 2018-11-19 06:47:39,256 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d] 2018-11-19 06:47:39,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1c812802575e3b91809e8fd66de4dfb8fbf3eba0" 2018-11-19 06:47:39,312 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de3d83a7-33a0-46a1-a2a0-37914efc4735 x-compute-request-id: req-de3d83a7-33a0-46a1-a2a0-37914efc4735 Content-Length: 0 Content-Type: application/json 2018-11-19 06:47:39,312 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/891bc193-4662-4a7d-9ee2-4eeddfd277ca used request id req-de3d83a7-33a0-46a1-a2a0-37914efc4735 2018-11-19 06:47:39,313 - neutron_utils - INFO - Deleting security group rule with ID - 884f5d3b-37ad-4b14-bb65-6ca8f57da1e8 2018-11-19 06:47:39,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/884f5d3b-37ad-4b14-bb65-6ca8f57da1e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:47:39,568 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fc7c9880-4f0f-465b-bd9c-54c6bfe91c90 Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:39,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/884f5d3b-37ad-4b14-bb65-6ca8f57da1e8 used request id req-fc7c9880-4f0f-465b-bd9c-54c6bfe91c90 2018-11-19 06:47:39,568 - neutron_utils - INFO - Deleting security group rule with ID - dedfbda9-95d9-4419-b5b4-4afeb317aff4 2018-11-19 06:47:39,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/dedfbda9-95d9-4419-b5b4-4afeb317aff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:47:39,842 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff705920-4f3a-4be4-a175-175b30a8b46a Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:39,843 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/dedfbda9-95d9-4419-b5b4-4afeb317aff4 used request id req-ff705920-4f3a-4be4-a175-175b30a8b46a 2018-11-19 06:47:39,843 - neutron_utils - INFO - Deleting security group rule with ID - bea6fd0d-4f3b-4381-9380-621db0b02cd2 2018-11-19 06:47:39,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/bea6fd0d-4f3b-4381-9380-621db0b02cd2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:47:39,943 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9846a525-10e8-46fc-8f93-4df4940bbe1e Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:39,943 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/bea6fd0d-4f3b-4381-9380-621db0b02cd2 used request id req-9846a525-10e8-46fc-8f93-4df4940bbe1e 2018-11-19 06:47:39,943 - neutron_utils - INFO - Deleting security group rule with ID - e7b8e24b-c31a-4427-bb86-976e0b19d277 2018-11-19 06:47:39,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/e7b8e24b-c31a-4427-bb86-976e0b19d277 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:47:40,046 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3935964e-0a26-4822-8395-f34498b5a6fd Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:40,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/e7b8e24b-c31a-4427-bb86-976e0b19d277 used request id req-3935964e-0a26-4822-8395-f34498b5a6fd 2018-11-19 06:47:40,047 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-sec-grp 2018-11-19 06:47:40,052 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/916acabc-77a3-4156-a0de-7f5c07ff0517 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8999015b26026992d0e7e47879f7cf55a176b5da" 2018-11-19 06:47:40,359 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f9d50d9e-6f2c-41d8-9fbd-350e4d289efe Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:40,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/916acabc-77a3-4156-a0de-7f5c07ff0517 used request id req-f9d50d9e-6f2c-41d8-9fbd-350e4d289efe 2018-11-19 06:47:40,360 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router and subnet CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet 2018-11-19 06:47:40,360 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router 2018-11-19 06:47:40,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" -d '{"subnet_id": "30c0f346-fdb0-4537-b61b-2d9abe5cc45c"}' 2018-11-19 06:47:41,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-275cb86f-c410-4a40-b096-3dbf79cd6c06 Date: Mon, 19 Nov 2018 06:47:41 GMT RESP BODY: {"network_id": "21bfc947-95da-445a-a7d4-9b6bfb41ecd4", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "subnet_id": "30c0f346-fdb0-4537-b61b-2d9abe5cc45c", "subnet_ids": ["30c0f346-fdb0-4537-b61b-2d9abe5cc45c"], "port_id": "04d335b7-abf8-497a-8975-70074a8bdc2c", "id": "2c5d6cab-4834-4c3e-989a-ca28c31988d1"} 2018-11-19 06:47:41,995 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1/remove_router_interface used request id req-275cb86f-c410-4a40-b096-3dbf79cd6c06 2018-11-19 06:47:41,995 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router 2018-11-19 06:47:41,995 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-router 2018-11-19 06:47:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}839bb0c9676bcc539303faf8964990f4e6ec5db2" 2018-11-19 06:47:45,608 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7322bada-c730-4f9c-ba9f-aeea1931007b Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:45,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/2c5d6cab-4834-4c3e-989a-ca28c31988d1 used request id req-7322bada-c730-4f9c-ba9f-aeea1931007b 2018-11-19 06:47:45,609 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet 2018-11-19 06:47:45,609 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-subnet 2018-11-19 06:47:45,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:47:47,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-73ec327a-f7da-4fce-8fc2-59a56650217a Date: Mon, 19 Nov 2018 06:47:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:47,849 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/30c0f346-fdb0-4537-b61b-2d9abe5cc45c used request id req-73ec327a-f7da-4fce-8fc2-59a56650217a 2018-11-19 06:47:47,849 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-pub-net 2018-11-19 06:47:47,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/21bfc947-95da-445a-a7d4-9b6bfb41ecd4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f281667b6ded96dad36c1b6e78cac2450ae8723c" 2018-11-19 06:47:49,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed8934be-23f9-47e2-8c04-9c82aed679d4 Date: Mon, 19 Nov 2018 06:47:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:49,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/21bfc947-95da-445a-a7d4-9b6bfb41ecd4 used request id req-ed8934be-23f9-47e2-8c04-9c82aed679d4 2018-11-19 06:47:49,206 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-4002a77f-af92-448d-88e7-738294ef6a8d-image 2018-11-19 06:47:49,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}480f9df63df5f8743e54fb805c05408bccae6bc3" 2018-11-19 06:47:50,579 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b06e45fc-dc0a-472e-87de-8342d5274eab Date: Mon, 19 Nov 2018 06:47:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:47:50,579 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ce1c7fc2-cc5b-4c29-8478-6b2facfd8e3b used request id req-b06e45fc-dc0a-472e-87de-8342d5274eab 2018-11-19 06:47:50,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:50,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-31abf719-032e-47b8-9cb0-aa615e92848f Date: Mon, 19 Nov 2018 06:47:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:34Z", "updated_at": "2018-11-19T06:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "revision_number": 0, "id": "32e35530-d699-4c86-9917-702507bb3285", "remote_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "revision_number": 0, "id": "709ff270-d1b1-4892-ba5c-661c6cf15cd0", "remote_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "revision_number": 0, "id": "bae41a4c-0fd6-4764-b626-2481fb836ff6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "revision_number": 0, "id": "edcddbfc-c14e-4987-bbe9-2b760fa33463", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad"}], "revision_number": 4, "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:47:50,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-31abf719-032e-47b8-9cb0-aa615e92848f 2018-11-19 06:47:50,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:50,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1455523c-37f1-4e16-88da-cfeb7e248efa Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:47:50,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1455523c-37f1-4e16-88da-cfeb7e248efa 2018-11-19 06:47:50,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:50,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d4b6c67-d37d-41cf-8690-2fb7bd912f3d Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:47:50,979 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-1d4b6c67-d37d-41cf-8690-2fb7bd912f3d 2018-11-19 06:47:50,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:51,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9aa91cfc-b918-4e6f-a3fc-d5b871fcf213 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad"}, "enabled": true, "id": "3a80e9cf991c4276b8317fbc2a5360ad", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj"}} 2018-11-19 06:47:51,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-9aa91cfc-b918-4e6f-a3fc-d5b871fcf213 2018-11-19 06:47:51,071 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dc6531e-72e2-4e3b-ab91-457019b5fa52 2018-11-19 06:47:51,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9dc6531e-72e2-4e3b-ab91-457019b5fa52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:51,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-70a77dd8-ecfc-4d3b-a5a6-14780a15ec74 Date: Mon, 19 Nov 2018 06:47:51 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:34Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "32e35530-d699-4c86-9917-702507bb3285"}, {"remote_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:34Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "709ff270-d1b1-4892-ba5c-661c6cf15cd0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:34Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "bae41a4c-0fd6-4764-b626-2481fb836ff6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:46:34Z", "security_group_id": "9dc6531e-72e2-4e3b-ab91-457019b5fa52", "port_range_min": null, "revision_number": 0, "tenant_id": "3a80e9cf991c4276b8317fbc2a5360ad", "created_at": "2018-11-19T06:46:34Z", "project_id": "3a80e9cf991c4276b8317fbc2a5360ad", "id": "edcddbfc-c14e-4987-bbe9-2b760fa33463"}]} 2018-11-19 06:47:51,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=9dc6531e-72e2-4e3b-ab91-457019b5fa52 used request id req-70a77dd8-ecfc-4d3b-a5a6-14780a15ec74 2018-11-19 06:47:51,261 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:47:51,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9dc6531e-72e2-4e3b-ab91-457019b5fa52 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:51,593 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2212006c-4d0d-403e-964b-bb938be029c3 Content-Length: 0 Date: Mon, 19 Nov 2018 06:47:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:47:51,593 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9dc6531e-72e2-4e3b-ab91-457019b5fa52 used request id req-2212006c-4d0d-403e-964b-bb938be029c3 2018-11-19 06:47:51,594 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj 2018-11-19 06:47:51,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:51,803 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:47:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05248eb7-7805-4f63-b46c-bab23768ecf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:47:51,803 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/3a80e9cf991c4276b8317fbc2a5360ad used request id req-05248eb7-7805-4f63-b46c-bab23768ecf2 2018-11-19 06:47:51,803 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-proj-role 2018-11-19 06:47:51,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/4fc51af3c8c54cfbb92942a29105af2e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:51,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:47:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-972f4c03-165e-4b9c-be0f-d54d4b97389c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:47:51,919 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/4fc51af3c8c54cfbb92942a29105af2e used request id req-972f4c03-165e-4b9c-be0f-d54d4b97389c 2018-11-19 06:47:51,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbcb958c30d11d6817d6b436732fe4b32782372" 2018-11-19 06:47:52,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e230d821-6363-4010-a8cb-6e3d7c7decfb Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:47:52,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e230d821-6363-4010-a8cb-6e3d7c7decfb 2018-11-19 06:47:52,014 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-92b28e98-cdd0-46a-user 2018-11-19 06:47:52,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/41976a2cbd9b416c852d4ff6c616b972 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9bb9e1f8d4b560591964c28f1c0b394f3c2dbbea" 2018-11-19 06:47:52,235 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:47:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5c489ee-aa10-452d-ba8b-b89cb70f7985 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:47:52,235 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/41976a2cbd9b416c852d4ff6c616b972 used request id req-f5c489ee-aa10-452d-ba8b-b89cb70f7985 2018-11-19 06:47:52,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:47:52,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:47:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["iB1ovWP8S6O3FKZwdW4LPw"], "issued_at": "2018-11-19T06:47:52.000000Z"}} 2018-11-19 06:47:52,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67af7560c3e48c0be478fd14dee37dd4e386be70" 2018-11-19 06:47:52,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce2290bf-b751-4ccd-a44d-5d31fafe2f56 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:52,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ce2290bf-b751-4ccd-a44d-5d31fafe2f56 2018-11-19 06:47:52,715 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:47:52,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:47:53,091 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:47:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["6rwS-288S8OeIYy6ukmCRw"], "issued_at": "2018-11-19T06:47:53.000000Z"}} 2018-11-19 06:47:53,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:47:53,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a29d62f8-8b27-4fc8-a832-7fdcdf36ea99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:53,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a29d62f8-8b27-4fc8-a832-7fdcdf36ea99 2018-11-19 06:47:53,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:47:53,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:47: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:47:53,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-e0877803-b485-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:47:53,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa0478bf-b9da-4b26-9eb8-1854e056715c Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-e0877803-b485-431-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:47:53,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateInstanceSingleNetworkTests-e0877803-b485-431-proj used request id req-fa0478bf-b9da-4b26-9eb8-1854e056715c 2018-11-19 06:47:53,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:47:53,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0bf04c0-23b5-47c2-b506-98dda1a87106 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:47:53,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a0bf04c0-23b5-47c2-b506-98dda1a87106 2018-11-19 06:47:53,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}}' 2018-11-19 06:47:53,555 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:47:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e647752c-6d58-4b5e-ae0d-5caa70167124 Content-Length: 317 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:47:53,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-e647752c-6d58-4b5e-ae0d-5caa70167124 2018-11-19 06:47:53,555 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-e0877803-b485-431-proj 2018-11-19 06:47:53,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:47:53,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:47:53,936 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:47:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["d0GAknCTSIaOq9y8T628TA"], "issued_at": "2018-11-19T06:47:53.000000Z"}} 2018-11-19 06:47:53,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb58e8862fe16d13fb2bb21c5182cdfbcd737834" 2018-11-19 06:47:54,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26cd3d62-f554-4f5e-ba48-74e29e8a76c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:54,020 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-26cd3d62-f554-4f5e-ba48-74e29e8a76c7 2018-11-19 06:47:54,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:47:54,029 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:47: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:47:54,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb58e8862fe16d13fb2bb21c5182cdfbcd737834" 2018-11-19 06:47:54,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9a19d95-da27-4b47-8a88-5ffc662c82ed Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:47:54,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e9a19d95-da27-4b47-8a88-5ffc662c82ed 2018-11-19 06:47:54,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-e0877803-b485-431-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb58e8862fe16d13fb2bb21c5182cdfbcd737834" 2018-11-19 06:47:54,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0429fb24-2004-4a9f-94a5-58892c323dc1 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-e0877803-b485-431-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}]} 2018-11-19 06:47:54,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateInstanceSingleNetworkTests-e0877803-b485-431-proj used request id req-0429fb24-2004-4a9f-94a5-58892c323dc1 2018-11-19 06:47:54,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb58e8862fe16d13fb2bb21c5182cdfbcd737834" 2018-11-19 06:47:54,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92d59d0c-4991-4fa0-a590-2cee6311af96 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:47:54,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-92d59d0c-4991-4fa0-a590-2cee6311af96 2018-11-19 06:47:54,626 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-e0877803-b485-431-user 2018-11-19 06:47:54,626 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:47:54,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:47:54,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9b4f673-2ba1-4991-9eca-09d31754742d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:47:54,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f9b4f673-2ba1-4991-9eca-09d31754742d 2018-11-19 06:47:54,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" -d '{"role": {"name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}}' 2018-11-19 06:47:54,848 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:47:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81323682-4beb-4cc2-9dc8-3773f1515ad9 Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0fb937961f6f4fa8a9a9682b3f4f7391", "links": {"self": "http://172.30.9.21:5000/v3/roles/0fb937961f6f4fa8a9a9682b3f4f7391"}, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}} 2018-11-19 06:47:54,848 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-81323682-4beb-4cc2-9dc8-3773f1515ad9 2018-11-19 06:47:54,848 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role 2018-11-19 06:47:54,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/0fb937961f6f4fa8a9a9682b3f4f7391 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:47:54,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f02794-938c-4cc5-878b-cbd437c718a6 Content-Encoding: gzip Content-Length: 184 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/0fb937961f6f4fa8a9a9682b3f4f7391"}, "domain_id": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role", "id": "0fb937961f6f4fa8a9a9682b3f4f7391"}} 2018-11-19 06:47:54,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/0fb937961f6f4fa8a9a9682b3f4f7391 used request id req-39f02794-938c-4cc5-878b-cbd437c718a6 2018-11-19 06:47:54,936 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role to project CreateInstanceSingleNetworkTests-e0877803-b485-431-proj 2018-11-19 06:47:54,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3/users/49af874d40764085962ead2f32e3d621/roles/0fb937961f6f4fa8a9a9682b3f4f7391 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:47:55,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:47:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88de6c03-4f7e-4521-bd1c-627079df3ac7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:47:55,066 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3/users/49af874d40764085962ead2f32e3d621/roles/0fb937961f6f4fa8a9a9682b3f4f7391 used request id req-88de6c03-4f7e-4521-bd1c-627079df3ac7 2018-11-19 06:47:55,067 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:47:55,068 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:47:55,068 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:47:55,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:47:55,448 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:47:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["uEh6LkwJTCqN_nS8VgCoRg"], "issued_at": "2018-11-19T06:47:55.000000Z"}} 2018-11-19 06:47:55,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" 2018-11-19 06:47:55,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93737dea-d6fd-411e-995a-3fb3d2c40e8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:55,523 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-93737dea-d6fd-411e-995a-3fb3d2c40e8b 2018-11-19 06:47:55,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" 2018-11-19 06:47:55,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 177 Content-Type: application/json X-Openstack-Request-Id: req-6aa12e53-bbbf-4fb3-8a54-6ed284c06d26 Date: Mon, 19 Nov 2018 06:47:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image"} 2018-11-19 06:47:55,696 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image used request id req-6aa12e53-bbbf-4fb3-8a54-6ed284c06d26 2018-11-19 06:47:55,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" 2018-11-19 06:47:55,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2082a975-3822-4fce-8448-8253f084c556 Date: Mon, 19 Nov 2018 06:47:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:47:55,868 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2082a975-3822-4fce-8448-8253f084c556 2018-11-19 06:47:55,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image"}' 2018-11-19 06:47:56,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 636 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913 X-Openstack-Request-Id: req-f2ebc469-1304-4a61-bf0f-a9d2c1ed42b7 Date: Mon, 19 Nov 2018 06:47:56 GMT RESP BODY: {"status": "queued", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:47:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:47:56Z", "visibility": "shared", "locations": [], "self": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "min_disk": 0, "protected": false, "id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "file": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/file", "checksum": null, "owner": "337d310b0c7943e087954f62e8a9a5f3", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:47:56,091 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-f2ebc469-1304-4a61-bf0f-a9d2c1ed42b7 2018-11-19 06:47:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" -d '' 2018-11-19 06:47:57,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9be02894-a463-4642-b215-8ba6490f66dd Date: Mon, 19 Nov 2018 06:47:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:47:57,409 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/file used request id req-9be02894-a463-4642-b215-8ba6490f66dd 2018-11-19 06:47:57,409 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:47:57,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" 2018-11-19 06:47:57,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-7465ae95-6d7e-41c7-ba22-a0483a528978 Date: Mon, 19 Nov 2018 06:47:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:47:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:47:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/snap", "metadata": {}}], "self": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "min_disk": 0, "protected": false, "id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "file": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "337d310b0c7943e087954f62e8a9a5f3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:47:57,587 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913 used request id req-7465ae95-6d7e-41c7-ba22-a0483a528978 2018-11-19 06:47:57,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" 2018-11-19 06:47:57,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d95ed50c-ec3e-4a47-b085-28c008b49269 Date: Mon, 19 Nov 2018 06:47:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:47:57,598 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d95ed50c-ec3e-4a47-b085-28c008b49269 2018-11-19 06:47:57,601 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image 2018-11-19 06:47:57,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" 2018-11-19 06:47:57,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 897 Content-Type: application/json X-Openstack-Request-Id: req-1a1d94a6-ef2b-451a-9cf0-37bc47b6b5bc Date: Mon, 19 Nov 2018 06:47:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:47:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:47:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/snap", "metadata": {}}], "self": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "min_disk": 0, "protected": false, "id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "file": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "337d310b0c7943e087954f62e8a9a5f3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:47:57,623 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913 used request id req-1a1d94a6-ef2b-451a-9cf0-37bc47b6b5bc 2018-11-19 06:47:57,624 - create_image - DEBUG - Instance status is - active 2018-11-19 06:47:57,624 - create_image - DEBUG - Image is active with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image 2018-11-19 06:47:57,624 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image 2018-11-19 06:47:57,625 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:47:57,625 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:47:58,003 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:47:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["dh60bFh5SIy06SjknytKMA"], "issued_at": "2018-11-19T06:47:57.000000Z"}} 2018-11-19 06:47:58,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:47:58,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31b228ed-caf8-47cd-a19c-e60ce7535373 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:47:58,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-31b228ed-caf8-47cd-a19c-e60ce7535373 2018-11-19 06:47:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:47:58,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-628105a8-961b-42ad-b82e-30701715616c Date: Mon, 19 Nov 2018 06:47:58 GMT RESP BODY: {"networks":[]} 2018-11-19 06:47:58,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-628105a8-961b-42ad-b82e-30701715616c 2018-11-19 06:47:58,266 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net 2018-11-19 06:47:58,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" -d '{"network": {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net", "admin_state_up": true}}' 2018-11-19 06:47:58,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 635 X-Openstack-Request-Id: req-c7b8150f-3816-4cc0-bb98-b84e0ada5b27 Date: Mon, 19 Nov 2018 06:47:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6cce5c07-b925-4a1d-af76-4b030dc66181","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:47:58Z","is_default":false,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","mtu":1450}} 2018-11-19 06:47:58,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-c7b8150f-3816-4cc0-bb98-b84e0ada5b27 2018-11-19 06:47:58,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:47:59,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-0bda64c3-ac22-4a43-992c-5f65f3c0b2e2 Date: Mon, 19 Nov 2018 06:47: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-11-19T06:47:58Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:47:59,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-0bda64c3-ac22-4a43-992c-5f65f3c0b2e2 2018-11-19 06:47:59,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:47:59,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a8198d74-99fa-4fc4-b79a-15213426eb90 Date: Mon, 19 Nov 2018 06:47:59 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:47:59,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-a8198d74-99fa-4fc4-b79a-15213426eb90 2018-11-19 06:47:59,289 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet 2018-11-19 06:47:59,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" -d '{"subnets": [{"ip_version": 4, "network_id": "6cce5c07-b925-4a1d-af76-4b030dc66181", "cidr": "10.55.1.0/24", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]}' 2018-11-19 06:48:00,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-befe7f4c-b8e0-469c-b781-fc2c6ac89f83 Date: Mon, 19 Nov 2018 06:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:00,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-befe7f4c-b8e0-469c-b781-fc2c6ac89f83 2018-11-19 06:48:00,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:48:00,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-01bb954e-14d1-40c7-a404-522c5775da95 Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:00,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-01bb954e-14d1-40c7-a404-522c5775da95 2018-11-19 06:48:00,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:48:00,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f9d0c076-ea27-4c5f-9829-0083fb1aee93 Date: Mon, 19 Nov 2018 06:48:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:00,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-f9d0c076-ea27-4c5f-9829-0083fb1aee93 2018-11-19 06:48:00,616 - OpenStackNetwork - DEBUG - Network [6cce5c07-b925-4a1d-af76-4b030dc66181] created successfully 2018-11-19 06:48:00,616 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:00,617 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:00,988 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:48:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["E1eEeE1ZS6K1EK2LOlGUwQ"], "issued_at": "2018-11-19T06:48:00.000000Z"}} 2018-11-19 06:48:00,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:01,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b139ab-8d85-40f8-9167-50aa4a9f2b47 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:01,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c1b139ab-8d85-40f8-9167-50aa4a9f2b47 2018-11-19 06:48:01,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:01,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b8e8cbf5-04a6-4842-91b2-3846ad7b04e0 Date: Mon, 19 Nov 2018 06:48:01 GMT RESP BODY: {"routers": []} 2018-11-19 06:48:01,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router&admin_state_up=True used request id req-b8e8cbf5-04a6-4842-91b2-3846ad7b04e0 2018-11-19 06:48:01,214 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:01,215 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:01,602 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:48:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["t1HY0u4LTnie-eycnnfiUg"], "issued_at": "2018-11-19T06:48:01.000000Z"}} 2018-11-19 06:48:01,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}546693669e20037947a579b36d16c1e21d6469a2" 2018-11-19 06:48:01,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95d8f109-8aa7-44f1-ae7d-a87da64ba078 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:01,674 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-95d8f109-8aa7-44f1-ae7d-a87da64ba078 2018-11-19 06:48:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:01,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-a42dd945-3a58-49a6-b0c2-e11069eb8301 Date: Mon, 19 Nov 2018 06:48:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:48:01,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-a42dd945-3a58-49a6-b0c2-e11069eb8301 2018-11-19 06:48:01,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:02,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-d932d3a4-c70e-4d30-9365-0fdc0dd1f2b5 Date: Mon, 19 Nov 2018 06:48:02 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:48:02,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-d932d3a4-c70e-4d30-9365-0fdc0dd1f2b5 2018-11-19 06:48:02,114 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router 2018-11-19 06:48:02,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router", "admin_state_up": true}}' 2018-11-19 06:48:07,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0b00160e-32d0-4b36-8342-ae119732cb7f Date: Mon, 19 Nov 2018 06:48:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:02Z", "admin_state_up": true, "updated_at": "2018-11-19T06:48:03Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "678c7806-8d12-4aec-a005-03b27b970a62", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router"}} 2018-11-19 06:48:07,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-0b00160e-32d0-4b36-8342-ae119732cb7f 2018-11-19 06:48:07,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=678c7806-8d12-4aec-a005-03b27b970a62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:07,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6e9bdc7b-3287-48f6-9e8e-3fabf4b95379 Date: Mon, 19 Nov 2018 06:48:07 GMT RESP BODY: {"ports":[]} 2018-11-19 06:48:07,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=678c7806-8d12-4aec-a005-03b27b970a62 used request id req-6e9bdc7b-3287-48f6-9e8e-3fabf4b95379 2018-11-19 06:48:07,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:08,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-0d2f5d49-35d1-42a2-8ac3-0a8de5fcf126 Date: Mon, 19 Nov 2018 06: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:08,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-0d2f5d49-35d1-42a2-8ac3-0a8de5fcf126 2018-11-19 06:48:08,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:48:08,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:48:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:48:08,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:08,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4357e9db-3247-414d-bb6e-b9765e973c0c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:08,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-4357e9db-3247-414d-bb6e-b9765e973c0c 2018-11-19 06:48:08,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:08,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4540b47d-de1a-4cca-9f4f-8761c0604b72 Date: Mon, 19 Nov 2018 06:48:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:08,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-4540b47d-de1a-4cca-9f4f-8761c0604b72 2018-11-19 06:48:08,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:08,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-05ff9a25-3b41-4526-a9a5-c4fb974772bd Date: Mon, 19 Nov 2018 06:48:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:08,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet used request id req-05ff9a25-3b41-4526-a9a5-c4fb974772bd 2018-11-19 06:48:08,475 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:48:08,475 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router 2018-11-19 06:48:08,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" -d '{"subnet_id": "8aedc8a1-d896-4582-a9cc-deab052a08f4"}' 2018-11-19 06:48:10,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d845ddaf-c3df-4510-acdb-54702ff23376 Date: Mon, 19 Nov 2018 06:48:10 GMT RESP BODY: {"network_id": "6cce5c07-b925-4a1d-af76-4b030dc66181", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "subnet_id": "8aedc8a1-d896-4582-a9cc-deab052a08f4", "subnet_ids": ["8aedc8a1-d896-4582-a9cc-deab052a08f4"], "port_id": "80df9b05-f71f-4297-aeb7-9de43cef5b59", "id": "678c7806-8d12-4aec-a005-03b27b970a62"} 2018-11-19 06:48:10,455 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62/add_router_interface used request id req-d845ddaf-c3df-4510-acdb-54702ff23376 2018-11-19 06:48:10,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:10,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3a4dd7c5-bc1f-444a-ba35-d18122dbffe6 Date: Mon, 19 Nov 2018 06:48:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:02Z", "admin_state_up": true, "updated_at": "2018-11-19T06:48:09Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "678c7806-8d12-4aec-a005-03b27b970a62", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router"}} 2018-11-19 06:48:10,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62 used request id req-3a4dd7c5-bc1f-444a-ba35-d18122dbffe6 2018-11-19 06:48:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=678c7806-8d12-4aec-a005-03b27b970a62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:10,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-6ea04ab3-0fa3-4ef7-8a34-0c490c530422 Date: Mon, 19 Nov 2018 06:48:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:09Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"}]} 2018-11-19 06:48:10,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=678c7806-8d12-4aec-a005-03b27b970a62 used request id req-6ea04ab3-0fa3-4ef7-8a34-0c490c530422 2018-11-19 06:48:10,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8aedc8a1-d896-4582-a9cc-deab052a08f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:48:11,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-20f74eda-3f1a-473a-977d-05cf3138c2d6 Date: Mon, 19 Nov 2018 06:48:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}} 2018-11-19 06:48:11,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8aedc8a1-d896-4582-a9cc-deab052a08f4 used request id req-20f74eda-3f1a-473a-977d-05cf3138c2d6 2018-11-19 06:48:11,083 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:11,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:11,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:48:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["rGsF7HPpSeexvIyK0RYw4w"], "issued_at": "2018-11-19T06:48:11.000000Z"}} 2018-11-19 06:48:11,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bb980750dbb32c0ecbb51e430d438f927cb188" 2018-11-19 06:48:11,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cec0dc2-9a12-4b85-86bf-f8d36eb24220 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:11,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7cec0dc2-9a12-4b85-86bf-f8d36eb24220 2018-11-19 06:48:11,552 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:48:11,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bb980750dbb32c0ecbb51e430d438f927cb188" 2018-11-19 06:48:11,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0fb05da1-c9b4-4b01-ad99-85fce550c39b x-compute-request-id: req-0fb05da1-c9b4-4b01-ad99-85fce550c39b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:48:11,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0fb05da1-c9b4-4b01-ad99-85fce550c39b 2018-11-19 06:48:11,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bb980750dbb32c0ecbb51e430d438f927cb188" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-19 06:48:11,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89be6087-8aee-4a31-989a-e13cea552ab0 x-compute-request-id: req-89be6087-8aee-4a31-989a-e13cea552ab0 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:48:11,799 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-89be6087-8aee-4a31-989a-e13cea552ab0 2018-11-19 06:48:11,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:11,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:12,180 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["zNuMBYlcQfG44Jzjmlpb8Q"], "issued_at": "2018-11-19T06:48:12.000000Z"}} 2018-11-19 06:48:12,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d470b1acda69355c958009d0ff6b8538ff47a5" 2018-11-19 06:48:12,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95af00d7-f291-4d6e-a541-f07fa5b091a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:12,334 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-95af00d7-f291-4d6e-a541-f07fa5b091a2 2018-11-19 06:48:12,335 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:48:12,339 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d470b1acda69355c958009d0ff6b8538ff47a5" 2018-11-19 06:48:12,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7181fc71-81a8-471a-a6bd-3587d870775f x-compute-request-id: req-7181fc71-81a8-471a-a6bd-3587d870775f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:48:12,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-7181fc71-81a8-471a-a6bd-3587d870775f 2018-11-19 06:48:12,493 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp... 2018-11-19 06:48:12,493 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:48:12,526 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp 2018-11-19 06:48:12,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d470b1acda69355c958009d0ff6b8538ff47a5" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCh1CfyjUOR2k07IAN3cn1mOEUZqWT4rsvEr5rjRBa7gqbdOu9OQrXhM7so7k0+BXoBI6+UVjFbVw8+DOYao17YEf6gm/vOemZCUkRRY6szb6+2iFLbC5aFDEIPMLXD5ceT5HC11XCxwWYWUB03n+1HADXOGpW1AcVIvVR2S4khHQ==", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp"}}' 2018-11-19 06:48:12,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed7bc11f-ef9d-4636-92f2-b06174ccb605 x-compute-request-id: req-ed7bc11f-ef9d-4636-92f2-b06174ccb605 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCh1CfyjUOR2k07IAN3cn1mOEUZqWT4rsvEr5rjRBa7gqbdOu9OQrXhM7so7k0+BXoBI6+UVjFbVw8+DOYao17YEf6gm/vOemZCUkRRY6szb6+2iFLbC5aFDEIPMLXD5ceT5HC11XCxwWYWUB03n+1HADXOGpW1AcVIvVR2S4khHQ==", "user_id": "49af874d40764085962ead2f32e3d621", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "fingerprint": "ab:77:c1:5b:da:c2:a2:8d:df:2f:8d:d5:47:c8:54:25"}} 2018-11-19 06:48:12,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-ed7bc11f-ef9d-4636-92f2-b06174ccb605 2018-11-19 06:48:12,589 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68.pub 2018-11-19 06:48:12,589 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68 2018-11-19 06:48:12,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:12,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:12,969 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:48:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["DUhbz4GRROWBR0RW2asIHg"], "issued_at": "2018-11-19T06:48:12.000000Z"}} 2018-11-19 06:48:12,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:13,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa4fb5ad-de0a-42ba-8af1-69dc05635198 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:13,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-aa4fb5ad-de0a-42ba-8af1-69dc05635198 2018-11-19 06:48:13,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:13,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-c0723d66-d598-493b-a854-2152a24e3466 Date: Mon, 19 Nov 2018 06:48:13 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:48:13,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp used request id req-c0723d66-d598-493b-a854-2152a24e3466 2018-11-19 06:48:13,329 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp... 2018-11-19 06:48:13,329 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp 2018-11-19 06:48:13,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" -d '{"security_group": {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}}' 2018-11-19 06:48:13,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1409 X-Openstack-Request-Id: req-f8436612-76da-4af9-bac5-4ef4ee8a3677 Date: Mon, 19 Nov 2018 06:48:13 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "updated_at": "2018-11-19T06:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "19495735-31ec-4c28-923d-4798f73b1669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}], "revision_number": 2, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}} 2018-11-19 06:48:13,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-f8436612-76da-4af9-bac5-4ef4ee8a3677 2018-11-19 06:48:13,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:13,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:13,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-3522dc5d-8f44-430a-aa80-834caf529eac Date: Mon, 19 Nov 2018 06:48:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "19495735-31ec-4c28-923d-4798f73b1669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c"}]} 2018-11-19 06:48:13,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-3522dc5d-8f44-430a-aa80-834caf529eac 2018-11-19 06:48:13,955 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:13,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b27a3b35-ea60-42a4-972a-64753f7d272c Date: Mon, 19 Nov 2018 06:48: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-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "19495735-31ec-4c28-923d-4798f73b1669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c"}]} 2018-11-19 06:48:14,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-b27a3b35-ea60-42a4-972a-64753f7d272c 2018-11-19 06:48:14,163 - neutron_utils - INFO - Retrieving security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:14,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-a5a919c9-f1a7-49ed-bfd7-03061e577b3b Date: Mon, 19 Nov 2018 06:48:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "updated_at": "2018-11-19T06:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "19495735-31ec-4c28-923d-4798f73b1669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}], "revision_number": 2, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}]} 2018-11-19 06:48:14,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-a5a919c9-f1a7-49ed-bfd7-03061e577b3b 2018-11-19 06:48:14,367 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:14,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-793a0e8a-da29-44df-8e01-7c4f482573a9 Date: Mon, 19 Nov 2018 06:48: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-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "19495735-31ec-4c28-923d-4798f73b1669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c"}]} 2018-11-19 06:48:14,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-793a0e8a-da29-44df-8e01-7c4f482573a9 2018-11-19 06:48:14,537 - neutron_utils - INFO - Retrieving security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:14,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-5a951538-2545-454b-a255-6b204b995791 Date: Mon, 19 Nov 2018 06:48:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "updated_at": "2018-11-19T06:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "19495735-31ec-4c28-923d-4798f73b1669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}], "revision_number": 2, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}]} 2018-11-19 06:48:14,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-5a951538-2545-454b-a255-6b204b995791 2018-11-19 06:48:14,734 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:14,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d4fe602e-10d8-4684-a848-dc50dd9ef0f4 Date: Mon, 19 Nov 2018 06:48: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-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "19495735-31ec-4c28-923d-4798f73b1669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c"}]} 2018-11-19 06:48:14,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-d4fe602e-10d8-4684-a848-dc50dd9ef0f4 2018-11-19 06:48:14,777 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp 2018-11-19 06:48:14,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-625cd42b-0f18-4fbe-b0e9-d88fd6bb3b46 Date: Mon, 19 Nov 2018 06:48:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "updated_at": "2018-11-19T06:48:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "19495735-31ec-4c28-923d-4798f73b1669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}], "revision_number": 2, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}]} 2018-11-19 06:48:14,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp used request id req-625cd42b-0f18-4fbe-b0e9-d88fd6bb3b46 2018-11-19 06:48:14,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:48:14,840 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:48:14,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d483704-3d45-4d06-a54a-954da313f628 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:14,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-2d483704-3d45-4d06-a54a-954da313f628 2018-11-19 06:48:14,925 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:14,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:14,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4bf94862-3985-4dd3-a514-d5763afd4cb5 Date: Mon, 19 Nov 2018 06:48: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-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "19495735-31ec-4c28-923d-4798f73b1669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c"}]} 2018-11-19 06:48:14,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-4bf94862-3985-4dd3-a514-d5763afd4cb5 2018-11-19 06:48:14,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}75941b9c93429adcf25c39ca9cbc90fad097b9bc" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd"}}' 2018-11-19 06:48:15,124 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-72ac61cd-98b7-4072-af6a-a2bf57c01618 Date: Mon, 19 Nov 2018 06:48: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-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:15Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "ac572a08-bbbe-4123-92ad-3789d5e6c51c"}} 2018-11-19 06:48:15,124 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-72ac61cd-98b7-4072-af6a-a2bf57c01618 2018-11-19 06:48:15,124 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp 2018-11-19 06:48:15,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:15,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1910 X-Openstack-Request-Id: req-dc268135-86e6-48cd-9cc8-5d1fd60fbad3 Date: Mon, 19 Nov 2018 06:48:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "updated_at": "2018-11-19T06:48:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "19495735-31ec-4c28-923d-4798f73b1669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:15Z", "revision_number": 0, "id": "ac572a08-bbbe-4123-92ad-3789d5e6c51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}], "revision_number": 3, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}]} 2018-11-19 06:48:15,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp used request id req-dc268135-86e6-48cd-9cc8-5d1fd60fbad3 2018-11-19 06:48:15,326 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:15,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e9d5b6d-5da7-4e85-8eed-7f426249a2c5 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:15,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-2e9d5b6d-5da7-4e85-8eed-7f426249a2c5 2018-11-19 06:48:15,344 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:15,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:15,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-b13524dc-2c3a-4b0c-8165-edb1048d4c96 Date: Mon, 19 Nov 2018 06:48: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-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "19495735-31ec-4c28-923d-4798f73b1669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:15Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "ac572a08-bbbe-4123-92ad-3789d5e6c51c"}]} 2018-11-19 06:48:15,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-b13524dc-2c3a-4b0c-8165-edb1048d4c96 2018-11-19 06:48:15,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}75941b9c93429adcf25c39ca9cbc90fad097b9bc" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd"}}' 2018-11-19 06:48:15,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-07f4208d-67c5-47f9-86f1-2044f35b714c Date: Mon, 19 Nov 2018 06:48:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:15Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f7533a44-7a93-4b4c-bee8-086413df79a5"}} 2018-11-19 06:48:15,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-07f4208d-67c5-47f9-86f1-2044f35b714c 2018-11-19 06:48:15,567 - neutron_utils - INFO - Retrieving security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:15,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:15,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2404 X-Openstack-Request-Id: req-db3539ba-842b-4403-843b-c3f637809c0b Date: Mon, 19 Nov 2018 06:48:15 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "updated_at": "2018-11-19T06:48:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "19495735-31ec-4c28-923d-4798f73b1669", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "revision_number": 0, "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:48:15Z", "revision_number": 0, "id": "ac572a08-bbbe-4123-92ad-3789d5e6c51c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:48:15Z", "revision_number": 0, "id": "f7533a44-7a93-4b4c-bee8-086413df79a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}], "revision_number": 4, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}]} 2018-11-19 06:48:15,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-db3539ba-842b-4403-843b-c3f637809c0b 2018-11-19 06:48:15,622 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f27fbfab-c17a-4854-832e-2b62f78244fd 2018-11-19 06:48:15,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:48:15,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-81d12128-f411-46dc-a5f4-20d99110cf46 Date: Mon, 19 Nov 2018 06:48: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-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "19495735-31ec-4c28-923d-4798f73b1669"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:13Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:13Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "928304fd-3b54-4177-a82c-b41f9b38ab1c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:15Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "ac572a08-bbbe-4123-92ad-3789d5e6c51c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:48:15Z", "security_group_id": "f27fbfab-c17a-4854-832e-2b62f78244fd", "port_range_min": 22, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:15Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "f7533a44-7a93-4b4c-bee8-086413df79a5"}]} 2018-11-19 06:48:15,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-81d12128-f411-46dc-a5f4-20d99110cf46 2018-11-19 06:48:15,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:15,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:16,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:48:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["mcMAxhRjRvWdDHbevAN9RA"], "issued_at": "2018-11-19T06:48:16.000000Z"}} 2018-11-19 06:48:16,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:16,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-601c4a18-d4d9-4926-a59e-5dd4086e649c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:16,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-601c4a18-d4d9-4926-a59e-5dd4086e649c 2018-11-19 06:48:16,253 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:48:16,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:16,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e467a00a-a699-4e05-978b-39ee03394cd3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:16,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e467a00a-a699-4e05-978b-39ee03394cd3 2018-11-19 06:48:16,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:16,596 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-58c1ff2d-7f7a-418c-a0e3-48d2026c56df Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:16,596 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-58c1ff2d-7f7a-418c-a0e3-48d2026c56df 2018-11-19 06:48:16,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:48:16,605 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:48:16,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:16,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12165012-ad81-42c9-b63b-4c8ccebaf60c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:16,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-12165012-ad81-42c9-b63b-4c8ccebaf60c 2018-11-19 06:48:16,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:17,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8f614386-d9fd-447f-a3e9-c3b0d10c2dae Date: Mon, 19 Nov 2018 06:48:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:17,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-8f614386-d9fd-447f-a3e9-c3b0d10c2dae 2018-11-19 06:48:17,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:17,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6535eb17-2175-4e50-9d93-900a4c3a0630 Date: Mon, 19 Nov 2018 06:48:17 GMT RESP BODY: {"ports":[]} 2018-11-19 06:48:17,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True used request id req-6535eb17-2175-4e50-9d93-900a4c3a0630 2018-11-19 06:48:17,240 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:17,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-151e6d0b-d9a1-4385-999d-05d088ed58c8 x-compute-request-id: req-151e6d0b-d9a1-4385-999d-05d088ed58c8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:48:17,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst used request id req-151e6d0b-d9a1-4385-999d-05d088ed58c8 2018-11-19 06:48:17,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:17,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2fce912c-9b5f-42b0-8b8f-79322624f04a Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:17,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-2fce912c-9b5f-42b0-8b8f-79322624f04a 2018-11-19 06:48:17,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:17,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a25479f-47f0-48a5-a755-28d5473a30ed Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:17,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-1a25479f-47f0-48a5-a755-28d5473a30ed 2018-11-19 06:48:17,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:18,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0dcb595b-2db3-4bec-92af-7b4fa56d3641 Date: Mon, 19 Nov 2018 06:48:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:18,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-0dcb595b-2db3-4bec-92af-7b4fa56d3641 2018-11-19 06:48:18,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:18,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e4f32dfc-a552-4cb8-a10e-aa945a038672 Date: Mon, 19 Nov 2018 06:48:18 GMT RESP BODY: {"ports":[]} 2018-11-19 06:48:18,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True used request id req-e4f32dfc-a552-4cb8-a10e-aa945a038672 2018-11-19 06:48:18,193 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:18,194 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:18,573 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["gI8y7bxwQmCI3jEF9mfT6w"], "issued_at": "2018-11-19T06:48:18.000000Z"}} 2018-11-19 06:48:18,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991ff6e83a935e3437a9a166f06c8ab6efaf0243" 2018-11-19 06:48:18,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fba7f90-23b4-4207-baad-ce42643513ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:18,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9fba7f90-23b4-4207-baad-ce42643513ee 2018-11-19 06:48:18,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:18,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-04c12047-6655-44b1-ad98-98525c015bb5 Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:18,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-04c12047-6655-44b1-ad98-98525c015bb5 2018-11-19 06:48:18,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:19,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-9b7d8edb-7880-4f95-b3e8-d0839e0c20ed Date: Mon, 19 Nov 2018 06:48:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:19,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-9b7d8edb-7880-4f95-b3e8-d0839e0c20ed 2018-11-19 06:48:19,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:19,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2e2ecfeb-7253-49c4-85a7-99a5621e0cf7 Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:19,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-2e2ecfeb-7253-49c4-85a7-99a5621e0cf7 2018-11-19 06:48:19,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:48:19,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:48:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}991ff6e83a935e3437a9a166f06c8ab6efaf0243" 2018-11-19 06:48:19,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d74e11-fd60-4621-a8c9-df67a639a82c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:19,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-46d74e11-fd60-4621-a8c9-df67a639a82c 2018-11-19 06:48:19,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:19,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ca3cbb44-af53-4bf3-8915-467063757c86 Date: Mon, 19 Nov 2018 06:48:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:19,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-ca3cbb44-af53-4bf3-8915-467063757c86 2018-11-19 06:48:19,519 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net 2018-11-19 06:48:19,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" -d '{"port": {"network_id": "6cce5c07-b925-4a1d-af76-4b030dc66181", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1", "admin_state_up": true}}' 2018-11-19 06:48:20,456 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 789 X-Openstack-Request-Id: req-f9f5f6a4-fcee-4d80-8d08-a2953e262177 Date: Mon, 19 Nov 2018 06:48:20 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c"],"mac_address":"fa:16:3e:6f:7f:df","device_id":"","status":"DOWN","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","project_id":"337d310b0c7943e087954f62e8a9a5f3","qos_policy_id":null,"admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal"}} 2018-11-19 06:48:20,456 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-f9f5f6a4-fcee-4d80-8d08-a2953e262177 2018-11-19 06:48:20,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:20,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2f37cc0e-629d-4ffa-ab4f-337ab0b05a91 Date: Mon, 19 Nov 2018 06:48:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:20,723 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-2f37cc0e-629d-4ffa-ab4f-337ab0b05a91 2018-11-19 06:48:20,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:20,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca95dc4a-392e-4f83-9c35-aeeaa84c1188 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:20,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-ca95dc4a-392e-4f83-9c35-aeeaa84c1188 2018-11-19 06:48:20,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:21,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d23ffd6e-5c0b-42be-87f5-91222314c4eb Date: Mon, 19 Nov 2018 06:48:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:21,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-d23ffd6e-5c0b-42be-87f5-91222314c4eb 2018-11-19 06:48:21,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:21,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 792 X-Openstack-Request-Id: req-83d4f7e0-9022-4549-9426-744f07f83132 Date: Mon, 19 Nov 2018 06:48:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:20Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:48:21,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True used request id req-83d4f7e0-9022-4549-9426-744f07f83132 2018-11-19 06:48:21,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:21,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1962b7bc-9de4-40e5-b2a5-c2ceceacba5b Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:21,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-1962b7bc-9de4-40e5-b2a5-c2ceceacba5b 2018-11-19 06:48:21,156 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst 2018-11-19 06:48:21,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:21,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-165e53b9-634a-4393-b67e-acb888034449 x-compute-request-id: req-165e53b9-634a-4393-b67e-acb888034449 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}], "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-flavor-name"}]} 2018-11-19 06:48:21,187 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-165e53b9-634a-4393-b67e-acb888034449 2018-11-19 06:48:21,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:21,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6ae48978-3ee6-470c-8674-b69aedf47da2 x-compute-request-id: req-6ae48978-3ee6-470c-8674-b69aedf47da2 Content-Encoding: gzip Content-Length: 328 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:48:21,210 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63 used request id req-6ae48978-3ee6-470c-8674-b69aedf47da2 2018-11-19 06:48:21,213 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:21,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1074 Content-Type: application/json X-Openstack-Request-Id: req-518603f3-b79b-4080-81e4-91a2114b5753 Date: Mon, 19 Nov 2018 06:48:21 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:47:56Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:47:57Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/snap", "metadata": {}}], "self": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "min_disk": 0, "protected": false, "id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "file": "/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "337d310b0c7943e087954f62e8a9a5f3", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0ccdda88-14a3-4ad8-82fe-491347bf4913/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image"} 2018-11-19 06:48:21,386 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image used request id req-518603f3-b79b-4080-81e4-91a2114b5753 2018-11-19 06:48:21,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:21,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-04efff47-79d5-42a8-bc4b-a793e1f8a64f Date: Mon, 19 Nov 2018 06:48:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:48:21,549 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-04efff47-79d5-42a8-bc4b-a793e1f8a64f 2018-11-19 06:48:21,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" -d '{"server": {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "imageRef": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "flavorRef": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "max_count": 1, "min_count": 1, "networks": [{"port": "c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9"}], "security_groups": [{"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}]}}' 2018-11-19 06:48:23,598 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-19773af0-2ccd-490c-931a-1ce7cf2e3fe7 x-compute-request-id: req-19773af0-2ccd-490c-931a-1ce7cf2e3fe7 Content-Length: 444 location: http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "OS-DCF:diskConfig": "MANUAL", "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "adminPass": "t6ekReGSDjaK"}} 2018-11-19 06:48:23,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-19773af0-2ccd-490c-931a-1ce7cf2e3fe7 2018-11-19 06:48:23,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:23,822 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c976a334-a531-418c-b6fa-cd241a46e762 x-compute-request-id: req-c976a334-a531-418c-b6fa-cd241a46e762 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.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:48:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:23,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-c976a334-a531-418c-b6fa-cd241a46e762 2018-11-19 06:48:23,823 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst 2018-11-19 06:48:23,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:24,040 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-87d54120-1987-43ce-92bd-698a5a6d6c8e x-compute-request-id: req-87d54120-1987-43ce-92bd-698a5a6d6c8e 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.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:48:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:24,041 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-87d54120-1987-43ce-92bd-698a5a6d6c8e 2018-11-19 06:48:24,041 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - BUILD 2018-11-19 06:48:24,041 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:48:27,044 - create_instance - DEBUG - VM status query timeout in 896.778311014 2018-11-19 06:48:27,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:27,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-de412ac0-7d92-42ab-b896-b9f5231df0f3 x-compute-request-id: req-de412ac0-7d92-42ab-b896-b9f5231df0f3 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.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:48:24Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:27,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-de412ac0-7d92-42ab-b896-b9f5231df0f3 2018-11-19 06:48:27,519 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - BUILD 2018-11-19 06:48:27,519 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:48:30,523 - create_instance - DEBUG - VM status query timeout in 893.300086021 2018-11-19 06:48:30,526 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:31,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40cc19f7-2bca-4039-9ad1-d1c4666ff74a x-compute-request-id: req-40cc19f7-2bca-4039-9ad1-d1c4666ff74a Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:31,196 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-40cc19f7-2bca-4039-9ad1-d1c4666ff74a 2018-11-19 06:48:31,197 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:31,197 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:48:31,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:32,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05392bf1-dc86-49b1-848e-85d06ce0c941 x-compute-request-id: req-05392bf1-dc86-49b1-848e-85d06ce0c941 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:32,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-05392bf1-dc86-49b1-848e-85d06ce0c941 2018-11-19 06:48:32,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:32,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-a539eda5-77f3-4b3d-a4b3-549e5cca0202 Date: Mon, 19 Nov 2018 06:48:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:32,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-a539eda5-77f3-4b3d-a4b3-549e5cca0202 2018-11-19 06:48:32,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:32,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a76fb634-5c6a-4de8-8b02-a0a7e1dc686c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:32,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-a76fb634-5c6a-4de8-8b02-a0a7e1dc686c 2018-11-19 06:48:32,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:32,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0276e233-948b-4eaa-86f6-9dc075825a9c Date: Mon, 19 Nov 2018 06:48:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:32,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-0276e233-948b-4eaa-86f6-9dc075825a9c 2018-11-19 06:48:32,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:33,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-6d657ed0-951d-4de7-98f3-b48247a8cb36 Date: Mon, 19 Nov 2018 06:48:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:33,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-6d657ed0-951d-4de7-98f3-b48247a8cb36 2018-11-19 06:48:33,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:33,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff52e4b0-2216-4112-98f7-9d46c9bf2e4c x-compute-request-id: req-ff52e4b0-2216-4112-98f7-9d46c9bf2e4c Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:33,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-ff52e4b0-2216-4112-98f7-9d46c9bf2e4c 2018-11-19 06:48:33,677 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:33,677 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:48:33,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:34,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92ce7438-6da3-422b-95c4-f674f65cafec x-compute-request-id: req-92ce7438-6da3-422b-95c4-f674f65cafec Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:34,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-92ce7438-6da3-422b-95c4-f674f65cafec 2018-11-19 06:48:34,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:34,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-094a41e0-2f77-45ed-a5a1-78cc20ac5c2a Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:34,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-094a41e0-2f77-45ed-a5a1-78cc20ac5c2a 2018-11-19 06:48:34,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:34,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e307470f-79f1-4568-9999-659e02179756 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:34,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-e307470f-79f1-4568-9999-659e02179756 2018-11-19 06:48:34,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:34,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b46726d8-0f55-48dd-9324-e4dd8bcdf146 Date: Mon, 19 Nov 2018 06:48:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:34,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-b46726d8-0f55-48dd-9324-e4dd8bcdf146 2018-11-19 06:48:34,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:34,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3864 X-Openstack-Request-Id: req-7ea32530-5939-4ab2-86d0-c06e8d011cdb Date: Mon, 19 Nov 2018 06:48:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:29Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:34,914 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-7ea32530-5939-4ab2-86d0-c06e8d011cdb 2018-11-19 06:48:34,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" -d '{"addSecurityGroup": {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}}' 2018-11-19 06:48:36,240 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:48:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6a93899c-7d16-4ea7-b048-980866d1bf01 x-compute-request-id: req-6a93899c-7d16-4ea7-b048-980866d1bf01 Content-Length: 0 Content-Type: application/json 2018-11-19 06:48:36,240 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226/action used request id req-6a93899c-7d16-4ea7-b048-980866d1bf01 2018-11-19 06:48:36,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:36,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-7fb77684-4152-4532-ad5f-20e6f74ba9e3 Date: Mon, 19 Nov 2018 06:48:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:02Z", "admin_state_up": true, "updated_at": "2018-11-19T06:48:09Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "678c7806-8d12-4aec-a005-03b27b970a62", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router"}]} 2018-11-19 06:48:36,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router used request id req-7fb77684-4152-4532-ad5f-20e6f74ba9e3 2018-11-19 06:48:36,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:36,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28795663-92db-40a8-af37-a623ba48374d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:36,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-28795663-92db-40a8-af37-a623ba48374d 2018-11-19 06:48:36,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=678c7806-8d12-4aec-a005-03b27b970a62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:36,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-fbd4f4f1-6201-4aac-8496-6d4f8e06a66b Date: Mon, 19 Nov 2018 06:48:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"}]} 2018-11-19 06:48:36,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=678c7806-8d12-4aec-a005-03b27b970a62 used request id req-fbd4f4f1-6201-4aac-8496-6d4f8e06a66b 2018-11-19 06:48:36,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/8aedc8a1-d896-4582-a9cc-deab052a08f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:36,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-7d982522-871e-46b0-aa7b-9babaa45bc12 Date: Mon, 19 Nov 2018 06:48:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}} 2018-11-19 06:48:36,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/8aedc8a1-d896-4582-a9cc-deab052a08f4 used request id req-7d982522-871e-46b0-aa7b-9babaa45bc12 2018-11-19 06:48:36,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:36,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-6cfb8ab8-32e9-4223-8e40-252df43e08a3 Date: Mon, 19 Nov 2018 06:48:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:48:36,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-6cfb8ab8-32e9-4223-8e40-252df43e08a3 2018-11-19 06:48:36,798 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:36,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7c45889a-a031-4788-b79c-8efef4e2ca58 Date: Mon, 19 Nov 2018 06:48:36 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:48:36,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-7c45889a-a031-4788-b79c-8efef4e2ca58 2018-11-19 06:48:36,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:37,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5be05c8-16e5-4cae-bf61-c0b557e1b615 x-compute-request-id: req-d5be05c8-16e5-4cae-bf61-c0b557e1b615 Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:37,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-d5be05c8-16e5-4cae-bf61-c0b557e1b615 2018-11-19 06:48:37,604 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:37,604 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:48:37,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:38,091 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed6d8eea-d18a-4226-8919-629531f4956c x-compute-request-id: req-ed6d8eea-d18a-4226-8919-629531f4956c Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:38,091 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-ed6d8eea-d18a-4226-8919-629531f4956c 2018-11-19 06:48:38,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:38,194 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-86fb8563-a077-4f14-884c-829b7c89f68d Date: Mon, 19 Nov 2018 06:48:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:38,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-86fb8563-a077-4f14-884c-829b7c89f68d 2018-11-19 06:48:38,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:38,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2100f60b-35e7-46ce-8d0a-daf64a6c5f21 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:38,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-2100f60b-35e7-46ce-8d0a-daf64a6c5f21 2018-11-19 06:48:38,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:38,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-95eafcf2-a2b0-4d98-83d8-39d47eb1af35 Date: Mon, 19 Nov 2018 06:48:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:38,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-95eafcf2-a2b0-4d98-83d8-39d47eb1af35 2018-11-19 06:48:38,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:38,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-8f67837b-251d-4b1f-952f-3ec6eca9d883 Date: Mon, 19 Nov 2018 06:48:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:38,443 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-8f67837b-251d-4b1f-952f-3ec6eca9d883 2018-11-19 06:48:38,444 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:48:38,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:38,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-5b7c4f93-356f-4ce3-b2b3-400f384da225 Date: Mon, 19 Nov 2018 06:48:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:48:38,546 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-5b7c4f93-356f-4ce3-b2b3-400f384da225 2018-11-19 06:48:38,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:38,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e8093321-79e9-45a9-b2a5-ba8d773726bc Date: Mon, 19 Nov 2018 06:48:38 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:48:38,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-e8093321-79e9-45a9-b2a5-ba8d773726bc 2018-11-19 06:48:38,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9"}}' 2018-11-19 06:48:41,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-19b6d450-55ee-4f56-9ebc-e9d6301384a8 Date: Mon, 19 Nov 2018 06:48:41 GMT RESP BODY: {"floatingip": {"router_id": "678c7806-8d12-4aec-a005-03b27b970a62", "status": "DOWN", "description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:39Z", "updated_at": "2018-11-19T06:48:39Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "port_id": "c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9", "id": "5e114f9c-0e24-46ce-97f2-8b91d59ae15c"}} 2018-11-19 06:48:41,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-19b6d450-55ee-4f56-9ebc-e9d6301384a8 2018-11-19 06:48:41,330 - create_instance - INFO - Created floating IP 172.30.9.201 via router - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router 2018-11-19 06:48:41,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:41,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67fe32d7-2676-452e-9124-adc4b4a3850e x-compute-request-id: req-67fe32d7-2676-452e-9124-adc4b4a3850e Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:41,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-67fe32d7-2676-452e-9124-adc4b4a3850e 2018-11-19 06:48:41,830 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:41,830 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:48:41,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:42,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71dd4512-8b34-420b-824b-91fd0b9818df x-compute-request-id: req-71dd4512-8b34-420b-824b-91fd0b9818df Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:42,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-71dd4512-8b34-420b-824b-91fd0b9818df 2018-11-19 06:48:42,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:42,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bec397b0-f6a2-468e-ab99-a0099d15fe3c Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:42,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-bec397b0-f6a2-468e-ab99-a0099d15fe3c 2018-11-19 06:48:42,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:42,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ff6e45d-02f6-4925-b879-63e8ccd8cdba Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:42,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-2ff6e45d-02f6-4925-b879-63e8ccd8cdba 2018-11-19 06:48:42,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:42,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6a72da2f-df82-478c-a77a-1b9a97f50c46 Date: Mon, 19 Nov 2018 06:48:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:42,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-6a72da2f-df82-478c-a77a-1b9a97f50c46 2018-11-19 06:48:42,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:42,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-45bf91a4-1f48-4eca-a7d2-0ba8ff98b650 Date: Mon, 19 Nov 2018 06:48:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:42,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-45bf91a4-1f48-4eca-a7d2-0ba8ff98b650 2018-11-19 06:48:42,799 - create_instance_tests - INFO - Looking for IP 10.55.1.13 in the console log 2018-11-19 06:48:42,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:43,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48: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-84057272-789f-4f98-85e5-59837627c37e x-compute-request-id: req-84057272-789f-4f98-85e5-59837627c37e Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:43,455 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-84057272-789f-4f98-85e5-59837627c37e 2018-11-19 06:48:43,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:48:44,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48: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-b62b95b2-a195-4a8c-8979-f9558b525f9e x-compute-request-id: req-b62b95b2-a195-4a8c-8979-f9558b525f9e Content-Encoding: gzip Content-Length: 9597 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 521006886 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2\n[ 0.000000] NR_IRQS:16640 nr_irqs:440 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.131888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.133648] pid_max: default: 32768 minimum: 301\n[ 0.134570] ACPI: Core revision 20150930\n[ 0.136026] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.137378] Security Framework initialized\n[ 0.138221] Yama: becoming mindful.\n[ 0.139003] AppArmor: AppArmor initialized\n[ 0.139908] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141284] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.142595] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.143856] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.145251] Initializing cgroup subsys io\n[ 0.146073] Initializing cgroup subsys memory\n[ 0.146983] Initializing cgroup subsys devices\n[ 0.147918] Initializing cgroup subsys freezer\n[ 0.148831] Initializing cgroup subsys net_cls\n[ 0.149723] Initializing cgroup subsys perf_event\n[ 0.150657] Initializing cgroup subsys net_prio\n[ 0.151599] Initializing cgroup subsys hugetlb\n[ 0.152517] Initializing cgroup subsys pids\n[ 0.153402] CPU: Physical Processor ID: 0\n[ 0.154939] mce: CPU supports 10 MCE banks\n[ 0.155845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.159172] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.165600] ftrace: allocating 31920 entries in 125 pages\n[ 0.191621] smpboot: Max logical packages: 2\n[ 0.192514] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.193729] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.195124] x2apic enabled\n[ 0.195976] Switched APIC routing to physical x2apic.\n[ 0.197734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.198987] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.201234] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.203222] KVM setup paravirtual spinlock\n[ 0.204645] x86: Booting SMP configuration:\n[ 0.205587] .... node #0, CPUs: #1\n[ 0.206539] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock\n[ 0.228714] x86: Booted up 1 node, 2 CPUs\n[ 0.228717] KVM setup async PF for cpu 1\n[ 0.228720] kvm-stealtime: cpu 1, msr f90d940\n[ 0.231350] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.232968] devtmpfs: initialized\n[ 0.234672] evm: security.selinux\n[ 0.235395] evm: security.SMACK64\n[ 0.236106] evm: security.SMACK64EXEC\n[ 0.236871] evm: security.SMACK64TRANSMUTE\n[ 0.237692] evm: security.SMACK64MMAP\n[ 0.238451] evm: security.ima\n[ 0.239102] evm: security.capability\n[ 0.239968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241934] pinctrl core: initialized pinctrl subsystem\n[ 0.243078] RTC time: 6:48:28, date: 11/19/18\n[ 0.244076] NET: Registered protocol family 16\n[ 0.253948] cpuidle: using governor ladder\n[ 0.266015] cpuidle: using governor menu\n[ 0.266851] PCCT header not found.\n[ 0.267664] ACPI: bus type PCI registered\n[ 0.268504] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269804] PCI: Using configuration type 1 for base access\n[ 0.283305] ACPI: Added _OSI(Module Device)\n[ 0.284183] ACPI: Added _OSI(Processor Device)\n[ 0.285079] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.286009] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.288362] ACPI: Interpreter enabled\n[ 0.289170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.291140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.293081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.294993] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.296929] ACPI: (supports S0 S5)\n[ 0.297661] ACPI: Using IOAPIC for interrupt routing\n[ 0.298781] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.302197] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.303390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.304695] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.305955] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.308270] acpiphp: Slot [3] registered\n[ 0.309087] acpiphp: Slot [4] registered\n[ 0.309894] acpiphp: Slot [5] registered\n[ 0.310697] acpiphp: Slot [6] registered\n[ 0.311503] acpiphp: Slot [7] registered\n[ 0.312309] acpiphp: Slot [8] registered\n[ 0.313125] acpiphp: Slot [9] registered\n[ 0.313936] acpiphp: Slot [10] registered\n[ 0.325267] acpiphp: Slot [11] registered\n[ 0.326096] acpiphp: Slot [12] registered\n[ 0.326919] acpiphp: Slot [13] registered\n[ 0.327733] acpiphp: Slot [14] registered\n[ 0.328550] acpiphp: Slot [15] registered\n[ 0.329380] acpiphp: Slot [16] registered\n[ 0.330210] acpiphp: Slot [17] registered\n[ 0.331033] acpiphp: Slot [18] registered\n[ 0.331852] acpiphp: Slot [19] registered\n[ 0.332670] acpiphp: Slot [20] registered\n[ 0.333497] acpiphp: Slot [21] registered\n[ 0.334324] acpiphp: Slot [22] registered\n[ 0.335151] acpiphp: Slot [23] registered\n[ 0.335973] acpiphp: Slot [24] registered\n[ 0.336793] acpiphp: Slot [25] registered\n[ 0.337612] acpiphp: Slot [26] registered\n[ 0.338445] acpiphp: Slot [27] registered\n[ 0.339268] acpiphp: Slot [28] registered\n[ 0.340085] acpiphp: Slot [29] registered\n[ 0.340903] acpiphp: Slot [30] registered\n[ 0.341727] acpiphp: Slot [31] registered\n[ 0.342543] PCI host bridge to bus 0000:00\n[ 0.343360] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.344590] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.345826] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.347296] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.348763] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.355189] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.356470] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.357647] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.358934] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.366231] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.367670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.417026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.418553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420018] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.421465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.422876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.424951] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.426191] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.427264] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.428823] vgaarb: loaded\n[ 0.429427] vgaarb: bridge control possible 0000:00:02.0\n[ 0.430579] SCSI subsystem initialized\n[ 0.431471] ACPI: bus type USB registered\n[ 0.432299] usbcore: registered new interface driver usbfs\n[ 0.433336] usbcore: registered new interface driver hub\n[ 0.434343] usbcore: registered new device driver usb\n[ 0.435524] PCI: Using ACPI for IRQ routing\n[ 0.436570] NetLabel: Initializing\n[ 0.437294] NetLabel: domain hash size = 128\n[ 0.438160] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.439122] NetLabel: unlabeled traffic allowed by default\n[ 0.440247] clocksource: Switched to clocksource kvm-clock\n[ 0.446145] AppArmor: AppArmor Filesystem Enabled\n[ 0.447123] pnp: PnP ACPI init\n[ 0.448060] pnp: PnP ACPI: found 5 devices\n[ 0.455442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.457155] NET: Registered protocol family 2\n[ 0.458148] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.459424] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.460606] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.461785] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.462865] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.464040] NET: Registered protocol family 1\n[ 0.464918] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.466019] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.467096] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.485717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.504576] Trying to unpack rootfs image as initramfs...\n[ 0.555261] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.570189] Scanning for low memory corruption every 60 seconds\n[ 0.572210] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 0.574012] audit: initializing netlink subsys (disabled)\n[ 0.575589] audit: type=2000 audit(1542610109.330:1): initialized\n[ 0.577496] Initialise system trusted keyring\n[ 0.579059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.581200] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.584232] zbud: loaded\n[ 0.585313] VFS: Disk quotas dquot_6.6.0\n[ 0.586550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.589013] fuse init (API version 7.23)\n[ 0.590385] Key type big_key registered\n[ 0.591587] Allocating IMA MOK and blacklist keyrings.\n[ 0.593583] Key type asymmetric registered\n[ 0.595389] Asymmetric key parser 'x509' registered\n[ 0.597247] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.599601] io scheduler noop registered\n[ 0.600809] io scheduler deadline registered (default)\n[ 0.602313] io scheduler cfq registered\n[ 0.603525] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.605158] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.607085] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.609268] ACPI: Power Button [PWRF]\n[ 0.610493] GHES: HEST is not enabled!\n[ 0.630538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681091] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.684143] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.708306] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.711672] Linux agpgart interface v0.103\n[ 0.714789] brd: module loaded\n[ 0.716627] loop: module loaded\n[ 0.721008] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.722791] GPT:90111 != 20971519\n[ 0.723563] GPT:Alternate GPT header not at the end of the disk.\n[ 0.724907] GPT:90111 != 20971519\n[ 0.725719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.726885] vda: vda1 vda15\n[ 0.728445] scsi host0: ata_piix\n[ 0.729406] scsi host1: ata_piix\n[ 0.730260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.731633] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.733504] libphy: Fixed MDIO Bus: probed\n[ 0.734474] tun: Universal TUN/TAP device driver, 1.6\n[ 0.735556] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.737888] PPP generic driver version 2.4.2\n[ 0.739094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.740355] ehci-pci: EHCI PCI platform driver\n[ 0.741305] ehci-platform: EHCI generic platform driver\n[ 0.742361] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.743529] ohci-pci: OHCI PCI platform driver\n[ 0.744407] ohci-platform: OHCI generic platform driver\n[ 0.745392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.764425] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.765419] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.766860] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.768973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.771610] usb usb1: Product: UHCI Host Controller\n[ 0.772552] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.773687] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.774697] hub 1-0:1.0: USB hub found\n[ 0.775475] hub 1-0:1.0: 2 ports detected\n[ 0.776406] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778552] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779506] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.780549] mousedev: PS/2 mouse device common for all mice\n[ 0.781729] rtc_cmos 00:00: RTC can wake from S4\n[ 0.782928] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.784108] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.784315] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.784322] i2c /dev entries driver\n[ 0.784362] device-mapper: uevent: version 1.0.3\n[ 0.785792] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.785809] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.786003] NET: Registered protocol family 10\n[ 0.786124] NET: Registered protocol family 17\n[ 0.786133] Key type dns_resolver registered\n[ 0.786236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786927] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.786948] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.787030] registered taskstats version 1\n[ 0.787040] Loading compiled-in X.509 certificates\n[ 0.787556] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.787571] zswap: loaded using pool lzo/zbud\n[ 0.788105] Key type trusted registered\n[ 0.788918] Key type encrypted registered\n[ 0.788921] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.788923] ima: No TPM chip found, activating TPM-bypass!\n[ 0.788935] evm: HMAC attrs: 0x1\n[ 0.789436] Magic number: 10:879:822\n[ 0.790214] rtc_cmos 00:00: setting system clock to 2018-11-19 06:48:29 UTC (1542610109)\n[ 0.790267] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.790267] EDD information not available.\n[ 0.889408] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.891018] Write protecting the kernel read-only data: 14336k\n[ 0.892666] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.894523] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.11\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.325257] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.55.1.13...\nLease of 10.55.1.13 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.55.1.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.30. 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.910 MHz\nCores/Sockets/Threads: 1/2/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwznNG5P6mA72W0lSP/iyfN/FOoHZIJRTgVPO0N8AneuYkS9kfHhY1waaFNTe/W2fKhpKgVOnXzWJzM7/m78O7XAv+oDcfbC580c1HebrBzrsm8g9DmPCeHBWHT/AXWhH0TN7oD4HqkVFk6DvH2nf0iQwhyWGcsDR4m6YoEzi8jNFxnbRLnguQ8gQLZvRDPiHM5/acPLGvHxCQehQbU9oY6lQtHIMmsv/a0jcJn6mbhUbdh/EOQBrqLwZB2oe9NZJFbK3m/3f0qCGph8r1pYCM6a8c3CW4nW6xGVr3XtHfFYq9xXK+fHptz1nik4SZKoyu1j5sErhnnNAwjNTuwqAD root@createinstancesinglenetworktests-124904d9-c596-4866-932f-12a527\nssh-dss AAAAB3NzaC1kc3MAAACBALh3++PI/xKXDLKvtQrJLu70x7HLYQJKCvRZ8WsHl/P3bJ02kGsjnwCu2T/6Kzlq04Vm9+Fcf/H+/VwuvW7GufyuCS0C/VIh/fZibVyiD/LlyJ2H3UudLF+pnAT+W3NGcKWa8klqCW7uY0KCnp+2Kuk1KqZppXcOPhR9F1Bam59rAAAAFQDNsBiVfz1txp/XNzMtmlrKmE4LTQAAAIBkE0KfzTgdYO1o6bthnwMYfj0vO9o+DEu61Ido8uYNwHJ4ul/Arrtm4qGPPD4vJerdYO6XS00I3MhwVPQ3b9dhZRNcMrk872V2vA6u7oWTG1lRtAyN3Ds+OBW3k49dzrr5KD47s+fnhQdJhbjoxvvzYCD/BoPIg7edU4rUQSCfVAAAAIArnq4+3afMJkDhps2MOMcCLKiLagefaMI4FKvczmb2uNOHTBU2LvDWkqXopYL21H0FJmpt7jZm+NNJRosAXP0dlU2gtAbKk7yiNJqNbEsDcYtKf8uaJUp3IaLfBT8taWtEuCZ8Bs6Esc/N7rtbBGE3vvx06LsfRg3Obmac6SS/Pw== root@createinstancesinglenetworktests-124904d9-c596-4866-932f-12a527\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe6f:7fdf/64,\nip-route:default via 10.55.1.1 dev eth0 \nip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 \nip-route:169.254.169.254 via 10.55.1.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-00000110\nname: N/A\navailability-zone: nova\nlocal-hostname: createinstancesinglenetworktests-124904d9-c596-4866-932f-12a527\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.95 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncreateinstancesinglenetworktests-124904d9-c596-4866-932f-12a527 login: "} 2018-11-19 06:48:44,612 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226/action used request id req-b62b95b2-a195-4a8c-8979-f9558b525f9e 2018-11-19 06:48:44,613 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:48:44,613 - 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 521006886 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233624K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27984K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.131888] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.133648] pid_max: default: 32768 minimum: 301 [ 0.134570] ACPI: Core revision 20150930 [ 0.136026] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.137378] Security Framework initialized [ 0.138221] Yama: becoming mindful. [ 0.139003] AppArmor: AppArmor initialized [ 0.139908] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141284] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.142595] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.143856] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.145251] Initializing cgroup subsys io [ 0.146073] Initializing cgroup subsys memory [ 0.146983] Initializing cgroup subsys devices [ 0.147918] Initializing cgroup subsys freezer [ 0.148831] Initializing cgroup subsys net_cls [ 0.149723] Initializing cgroup subsys perf_event [ 0.150657] Initializing cgroup subsys net_prio [ 0.151599] Initializing cgroup subsys hugetlb [ 0.152517] Initializing cgroup subsys pids [ 0.153402] CPU: Physical Processor ID: 0 [ 0.154939] mce: CPU supports 10 MCE banks [ 0.155845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156877] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159172] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.165600] ftrace: allocating 31920 entries in 125 pages [ 0.191621] smpboot: Max logical packages: 2 [ 0.192514] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.193729] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.195124] x2apic enabled [ 0.195976] Switched APIC routing to physical x2apic. [ 0.197734] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.198987] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.201234] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.203222] KVM setup paravirtual spinlock [ 0.204645] x86: Booting SMP configuration: [ 0.205587] .... node #0, CPUs: #1 [ 0.206539] kvm-clock: cpu 1, msr 0:ffd3041, secondary cpu clock [ 0.228714] x86: Booted up 1 node, 2 CPUs [ 0.228717] KVM setup async PF for cpu 1 [ 0.228720] kvm-stealtime: cpu 1, msr f90d940 [ 0.231350] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.232968] devtmpfs: initialized [ 0.234672] evm: security.selinux [ 0.235395] evm: security.SMACK64 [ 0.236106] evm: security.SMACK64EXEC [ 0.236871] evm: security.SMACK64TRANSMUTE [ 0.237692] evm: security.SMACK64MMAP [ 0.238451] evm: security.ima [ 0.239102] evm: security.capability [ 0.239968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241934] pinctrl core: initialized pinctrl subsystem [ 0.243078] RTC time: 6:48:28, date: 11/19/18 [ 0.244076] NET: Registered protocol family 16 [ 0.253948] cpuidle: using governor ladder [ 0.266015] cpuidle: using governor menu [ 0.266851] PCCT header not found. [ 0.267664] ACPI: bus type PCI registered [ 0.268504] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269804] PCI: Using configuration type 1 for base access [ 0.283305] ACPI: Added _OSI(Module Device) [ 0.284183] ACPI: Added _OSI(Processor Device) [ 0.285079] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.286009] ACPI: Added _OSI(Processor Aggregator Device) [ 0.288362] ACPI: Interpreter enabled [ 0.289170] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.291140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.293081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.294993] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.296929] ACPI: (supports S0 S5) [ 0.297661] ACPI: Using IOAPIC for interrupt routing [ 0.298781] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.302197] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.303390] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.304695] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.305955] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.308270] acpiphp: Slot [3] registered [ 0.309087] acpiphp: Slot [4] registered [ 0.309894] acpiphp: Slot [5] registered [ 0.310697] acpiphp: Slot [6] registered [ 0.311503] acpiphp: Slot [7] registered [ 0.312309] acpiphp: Slot [8] registered [ 0.313125] acpiphp: Slot [9] registered [ 0.313936] acpiphp: Slot [10] registered [ 0.325267] acpiphp: Slot [11] registered [ 0.326096] acpiphp: Slot [12] registered [ 0.326919] acpiphp: Slot [13] registered [ 0.327733] acpiphp: Slot [14] registered [ 0.328550] acpiphp: Slot [15] registered [ 0.329380] acpiphp: Slot [16] registered [ 0.330210] acpiphp: Slot [17] registered [ 0.331033] acpiphp: Slot [18] registered [ 0.331852] acpiphp: Slot [19] registered [ 0.332670] acpiphp: Slot [20] registered [ 0.333497] acpiphp: Slot [21] registered [ 0.334324] acpiphp: Slot [22] registered [ 0.335151] acpiphp: Slot [23] registered [ 0.335973] acpiphp: Slot [24] registered [ 0.336793] acpiphp: Slot [25] registered [ 0.337612] acpiphp: Slot [26] registered [ 0.338445] acpiphp: Slot [27] registered [ 0.339268] acpiphp: Slot [28] registered [ 0.340085] acpiphp: Slot [29] registered [ 0.340903] acpiphp: Slot [30] registered [ 0.341727] acpiphp: Slot [31] registered [ 0.342543] PCI host bridge to bus 0000:00 [ 0.343360] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.344590] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.345826] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.347296] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.348763] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.355189] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.356470] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.357647] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.358934] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.366231] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.367670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.417026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.418553] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420018] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.421465] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.422876] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.424951] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.426191] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.427264] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.428823] vgaarb: loaded [ 0.429427] vgaarb: bridge control possible 0000:00:02.0 [ 0.430579] SCSI subsystem initialized [ 0.431471] ACPI: bus type USB registered [ 0.432299] usbcore: registered new interface driver usbfs [ 0.433336] usbcore: registered new interface driver hub [ 0.434343] usbcore: registered new device driver usb [ 0.435524] PCI: Using ACPI for IRQ routing [ 0.436570] NetLabel: Initializing [ 0.437294] NetLabel: domain hash size = 128 [ 0.438160] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.439122] NetLabel: unlabeled traffic allowed by default [ 0.440247] clocksource: Switched to clocksource kvm-clock [ 0.446145] AppArmor: AppArmor Filesystem Enabled [ 0.447123] pnp: PnP ACPI init [ 0.448060] pnp: PnP ACPI: found 5 devices [ 0.455442] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.457155] NET: Registered protocol family 2 [ 0.458148] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.459424] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.460606] TCP: Hash tables configured (established 2048 bind 2048) [ 0.461785] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.462865] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.464040] NET: Registered protocol family 1 [ 0.464918] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.466019] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.467096] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.485717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.504576] Trying to unpack rootfs image as initramfs... [ 0.555261] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.570189] Scanning for low memory corruption every 60 seconds [ 0.572210] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.574012] audit: initializing netlink subsys (disabled) [ 0.575589] audit: type=2000 audit(1542610109.330:1): initialized [ 0.577496] Initialise system trusted keyring [ 0.579059] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.581200] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.584232] zbud: loaded [ 0.585313] VFS: Disk quotas dquot_6.6.0 [ 0.586550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.589013] fuse init (API version 7.23) [ 0.590385] Key type big_key registered [ 0.591587] Allocating IMA MOK and blacklist keyrings. [ 0.593583] Key type asymmetric registered [ 0.595389] Asymmetric key parser 'x509' registered [ 0.597247] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.599601] io scheduler noop registered [ 0.600809] io scheduler deadline registered (default) [ 0.602313] io scheduler cfq registered [ 0.603525] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.605158] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.607085] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.609268] ACPI: Power Button [PWRF] [ 0.610493] GHES: HEST is not enabled! [ 0.630538] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.681091] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.684143] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.708306] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.711672] Linux agpgart interface v0.103 [ 0.714789] brd: module loaded [ 0.716627] loop: module loaded [ 0.721008] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.722791] GPT:90111 != 20971519 [ 0.723563] GPT:Alternate GPT header not at the end of the disk. [ 0.724907] GPT:90111 != 20971519 [ 0.725719] GPT: Use GNU Parted to correct GPT errors. [ 0.726885] vda: vda1 vda15 [ 0.728445] scsi host0: ata_piix [ 0.729406] scsi host1: ata_piix [ 0.730260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.731633] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.733504] libphy: Fixed MDIO Bus: probed [ 0.734474] tun: Universal TUN/TAP device driver, 1.6 [ 0.735556] tun: (C) 1999-2004 Max Krasnyansky [ 0.737888] PPP generic driver version 2.4.2 [ 0.739094] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.740355] ehci-pci: EHCI PCI platform driver [ 0.741305] ehci-platform: EHCI generic platform driver [ 0.742361] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.743529] ohci-pci: OHCI PCI platform driver [ 0.744407] ohci-platform: OHCI generic platform driver [ 0.745392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.764425] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.765419] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.766860] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.768973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770200] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.771610] usb usb1: Product: UHCI Host Controller [ 0.772552] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.773687] usb usb1: SerialNumber: 0000:00:01.2 [ 0.774697] hub 1-0:1.0: USB hub found [ 0.775475] hub 1-0:1.0: 2 ports detected [ 0.776406] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778552] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779506] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.780549] mousedev: PS/2 mouse device common for all mice [ 0.781729] rtc_cmos 00:00: RTC can wake from S4 [ 0.782928] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.784108] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.784315] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.784322] i2c /dev entries driver [ 0.784362] device-mapper: uevent: version 1.0.3 [ 0.785792] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.785809] ledtrig-cpu: registered to indicate activity on CPUs [ 0.786003] NET: Registered protocol family 10 [ 0.786124] NET: Registered protocol family 17 [ 0.786133] Key type dns_resolver registered [ 0.786236] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786927] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.786948] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.787030] registered taskstats version 1 [ 0.787040] Loading compiled-in X.509 certificates [ 0.787556] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.787571] zswap: loaded using pool lzo/zbud [ 0.788105] Key type trusted registered [ 0.788918] Key type encrypted registered [ 0.788921] AppArmor: AppArmor sha1 policy hashing enabled [ 0.788923] ima: No TPM chip found, activating TPM-bypass! [ 0.788935] evm: HMAC attrs: 0x1 [ 0.789436] Magic number: 10:879:822 [ 0.790214] rtc_cmos 00:00: setting system clock to 2018-11-19 06:48:29 UTC (1542610109) [ 0.790267] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.790267] EDD information not available. [ 0.889408] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.891018] Write protecting the kernel read-only data: 14336k [ 0.892666] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.894523] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.11 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.325257] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.55.1.13... Lease of 10.55.1.13 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.55.1.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.30. 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.910 MHz Cores/Sockets/Threads: 1/2/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwznNG5P6mA72W0lSP/iyfN/FOoHZIJRTgVPO0N8AneuYkS9kfHhY1waaFNTe/W2fKhpKgVOnXzWJzM7/m78O7XAv+oDcfbC580c1HebrBzrsm8g9DmPCeHBWHT/AXWhH0TN7oD4HqkVFk6DvH2nf0iQwhyWGcsDR4m6YoEzi8jNFxnbRLnguQ8gQLZvRDPiHM5/acPLGvHxCQehQbU9oY6lQtHIMmsv/a0jcJn6mbhUbdh/EOQBrqLwZB2oe9NZJFbK3m/3f0qCGph8r1pYCM6a8c3CW4nW6xGVr3XtHfFYq9xXK+fHptz1nik4SZKoyu1j5sErhnnNAwjNTuwqAD root@createinstancesinglenetworktests-124904d9-c596-4866-932f-12a527 ssh-dss AAAAB3NzaC1kc3MAAACBALh3++PI/xKXDLKvtQrJLu70x7HLYQJKCvRZ8WsHl/P3bJ02kGsjnwCu2T/6Kzlq04Vm9+Fcf/H+/VwuvW7GufyuCS0C/VIh/fZibVyiD/LlyJ2H3UudLF+pnAT+W3NGcKWa8klqCW7uY0KCnp+2Kuk1KqZppXcOPhR9F1Bam59rAAAAFQDNsBiVfz1txp/XNzMtmlrKmE4LTQAAAIBkE0KfzTgdYO1o6bthnwMYfj0vO9o+DEu61Ido8uYNwHJ4ul/Arrtm4qGPPD4vJerdYO6XS00I3MhwVPQ3b9dhZRNcMrk872V2vA6u7oWTG1lRtAyN3Ds+OBW3k49dzrr5KD47s+fnhQdJhbjoxvvzYCD/BoPIg7edU4rUQSCfVAAAAIArnq4+3afMJkDhps2MOMcCLKiLagefaMI4FKvczmb2uNOHTBU2LvDWkqXopYL21H0FJmpt7jZm+NNJRosAXP0dlU2gtAbKk7yiNJqNbEsDcYtKf8uaJUp3IaLfBT8taWtEuCZ8Bs6Esc/N7rtbBGE3vvx06LsfRg3Obmac6SS/Pw== root@createinstancesinglenetworktests-124904d9-c596-4866-932f-12a527 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.1.13,24,fe80::f816:3eff:fe6f:7fdf/64, ip-route:default via 10.55.1.1 dev eth0 ip-route:10.55.1.0/24 dev eth0 src 10.55.1.13 ip-route:169.254.169.254 via 10.55.1.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-00000110 name: N/A availability-zone: nova local-hostname: createinstancesinglenetworktests-124904d9-c596-4866-932f-12a527 launch-index: 0 === cirros: current=0.4.0 uptime=2.95 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. createinstancesinglenetworktests-124904d9-c596-4866-932f-12a527 login: 2018-11-19 06:48:44,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:44,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a38b704b-8e56-463b-acdc-c76162d9b001 x-compute-request-id: req-a38b704b-8e56-463b-acdc-c76162d9b001 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:44,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-a38b704b-8e56-463b-acdc-c76162d9b001 2018-11-19 06:48:44,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:45,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bed4eb7f-704b-4fb0-8fa4-e288a3ffea67 Date: Mon, 19 Nov 2018 06:48: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:45,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-bed4eb7f-704b-4fb0-8fa4-e288a3ffea67 2018-11-19 06:48:45,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:45,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48e01526-af58-4d12-bcb6-997180d5380f Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:45,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-48e01526-af58-4d12-bcb6-997180d5380f 2018-11-19 06:48:45,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:45,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-80b1f3b9-c293-4e17-9cf2-43ca2ed07c8a Date: Mon, 19 Nov 2018 06:48:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:45,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-80b1f3b9-c293-4e17-9cf2-43ca2ed07c8a 2018-11-19 06:48:45,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:45,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-da4f55d9-d65a-423e-be96-c6fc0ef981ff Date: Mon, 19 Nov 2018 06:48:45 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:45,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-da4f55d9-d65a-423e-be96-c6fc0ef981ff 2018-11-19 06:48:45,616 - create_instance - INFO - Checking if VM is active 2018-11-19 06:48:45,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:45,936 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48: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-207349ac-13fc-42b6-8997-cdb5f77eed62 x-compute-request-id: req-207349ac-13fc-42b6-8997-cdb5f77eed62 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:45,936 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-207349ac-13fc-42b6-8997-cdb5f77eed62 2018-11-19 06:48:45,936 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:45,937 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:48:45,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:46,536 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48: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-9d971836-44dc-4d8d-8e82-752fbcab031a x-compute-request-id: req-9d971836-44dc-4d8d-8e82-752fbcab031a Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:46,536 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-9d971836-44dc-4d8d-8e82-752fbcab031a 2018-11-19 06:48:46,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:46,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-56d0a8ff-ddb2-4ed8-9a16-4d3ee8539f09 Date: Mon, 19 Nov 2018 06: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:46,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-56d0a8ff-ddb2-4ed8-9a16-4d3ee8539f09 2018-11-19 06:48:46,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:46,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1e3bf45-16a5-417d-a28f-6bf0cc39e4eb Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:46,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-d1e3bf45-16a5-417d-a28f-6bf0cc39e4eb 2018-11-19 06:48:46,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:46,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-176ad583-88bd-4b56-ac68-f854d4ff4ff2 Date: Mon, 19 Nov 2018 06:48:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:46,795 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-176ad583-88bd-4b56-ac68-f854d4ff4ff2 2018-11-19 06:48:46,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:46,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-c905a34e-f798-4ca1-9866-2eceebf946fa Date: Mon, 19 Nov 2018 06:48:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:46,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-c905a34e-f798-4ca1-9866-2eceebf946fa 2018-11-19 06:48:46,902 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:48:46,906 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f2c0d10L 2018-11-19 06:48:46,906 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:48:46,906 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:48:46,907 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:48:46,908 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:48:46,908 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:48:46,908 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:48:46,908 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:48:46,909 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:48:46,909 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:48:46,926 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:48:46,927 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:48:46,938 - paramiko.transport - DEBUG - Trying key ab77c15bdac2a28ddf2f8dd547c85425 from tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68 2018-11-19 06:48:46,965 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:48:46,968 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:48:47,069 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:48:47,084 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:48:47,085 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:48:47,086 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f2c0a90L 2018-11-19 06:48:47,086 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:48:47,087 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:48:47,087 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:48:47,088 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:48:47,088 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:48:47,088 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:48:47,088 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:48:47,088 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:48:47,088 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:48:47,106 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:48:47,107 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:48:47,119 - paramiko.transport - DEBUG - Trying key ab77c15bdac2a28ddf2f8dd547c85425 from tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68 2018-11-19 06:48:47,145 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:48:47,148 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:48:47,151 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:48:47,152 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:48:47,152 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:48:47,153 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:48:47,155 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:48:47,156 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:48:47,157 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:48:47,537 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0fb937961f6f4fa8a9a9682b3f4f7391", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role"}], "expires_at": "2018-11-19T07:48:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "337d310b0c7943e087954f62e8a9a5f3", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/337d310b0c7943e087954f62e8a9a5f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-user", "id": "49af874d40764085962ead2f32e3d621"}, "audit_ids": ["MT8uLVNORnGCesykWrjwww"], "issued_at": "2018-11-19T06:48:47.000000Z"}} 2018-11-19 06:48:47,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:47,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85c1cb90-caab-4511-8dc2-2a14aeaea858 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:47,617 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85c1cb90-caab-4511-8dc2-2a14aeaea858 2018-11-19 06:48:47,619 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:48:47,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:47,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b148d7c8-9e61-4fd1-9118-270a518ee67b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:48:47,693 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b148d7c8-9e61-4fd1-9118-270a518ee67b 2018-11-19 06:48:47,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:47,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-2b0aa726-6aef-46e9-8336-0589d184b6b7 Date: Mon, 19 Nov 2018 06:48:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:47,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-2b0aa726-6aef-46e9-8336-0589d184b6b7 2018-11-19 06:48:47,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:48:47,962 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:48: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:48:47,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:48,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d223b522-724a-4435-83cb-c5790a4d1b82 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:48,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-d223b522-724a-4435-83cb-c5790a4d1b82 2018-11-19 06:48:48,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:48,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e201dc46-4d7d-475d-be0a-62bce0ddca7b Date: Mon, 19 Nov 2018 06:48:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:48,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-e201dc46-4d7d-475d-be0a-62bce0ddca7b 2018-11-19 06:48:48,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:48,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 881 X-Openstack-Request-Id: req-a4048808-afee-4880-b32d-50c86bdceea1 Date: Mon, 19 Nov 2018 06:48:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:48,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181&name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1&admin_state_up=True used request id req-a4048808-afee-4880-b32d-50c86bdceea1 2018-11-19 06:48:48,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:48,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71a6b073-1c62-4905-8d91-2c8be7263d9c Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:48,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-71a6b073-1c62-4905-8d91-2c8be7263d9c 2018-11-19 06:48:48,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:49,221 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48: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-1e52d478-aa40-49ec-999d-f5749d9ffd22 x-compute-request-id: req-1e52d478-aa40-49ec-999d-f5749d9ffd22 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:48:49,221 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst used request id req-1e52d478-aa40-49ec-999d-f5749d9ffd22 2018-11-19 06:48:49,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:49,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-980a6175-625a-42e1-bb6e-aea3f6ae0796 Date: Mon, 19 Nov 2018 06:48:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:49,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-980a6175-625a-42e1-bb6e-aea3f6ae0796 2018-11-19 06:48:49,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:49,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-e3445312-c7e3-4958-a4f1-05fa0847943d Date: Mon, 19 Nov 2018 06:48:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:49,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-e3445312-c7e3-4958-a4f1-05fa0847943d 2018-11-19 06:48:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:49,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-bc0526ca-31ac-42a5-8463-502ff05f8957 Date: Mon, 19 Nov 2018 06:48:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:49,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-bc0526ca-31ac-42a5-8463-502ff05f8957 2018-11-19 06:48:49,787 - create_instance - INFO - Found existing machine with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst 2018-11-19 06:48:49,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:49,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-c9feb2d4-70d7-469a-b1cf-7b8edf5adf90 Date: Mon, 19 Nov 2018 06:48:49 GMT RESP BODY: {"floatingips": [{"router_id": "678c7806-8d12-4aec-a005-03b27b970a62", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:48:39Z", "updated_at": "2018-11-19T06:48:39Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.13", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "port_id": "c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9", "id": "5e114f9c-0e24-46ce-97f2-8b91d59ae15c"}]} 2018-11-19 06:48:49,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-c9feb2d4-70d7-469a-b1cf-7b8edf5adf90 2018-11-19 06:48:49,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:50,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 878 X-Openstack-Request-Id: req-caef4385-1f03-4387-b072-b309f1f9ae10 Date: Mon, 19 Nov 2018 06:48:50 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226","status":"ACTIVE","description":"","tags":[],"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","project_id":"337d310b0c7943e087954f62e8a9a5f3","qos_policy_id":null,"admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal"}} 2018-11-19 06:48:50,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9 used request id req-caef4385-1f03-4387-b072-b309f1f9ae10 2018-11-19 06:48:50,158 - create_instance - INFO - Checking if VM is active 2018-11-19 06:48:50,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:50,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48: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-69d6387f-863b-4987-9745-d88bea3c1bb0 x-compute-request-id: req-69d6387f-863b-4987-9745-d88bea3c1bb0 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:50,928 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-69d6387f-863b-4987-9745-d88bea3c1bb0 2018-11-19 06:48:50,929 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:50,929 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:48:50,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:51,384 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48: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-c7239f2b-bb0a-46d9-a1c9-7078e2f6abbc x-compute-request-id: req-c7239f2b-bb0a-46d9-a1c9-7078e2f6abbc Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "10.55.1.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:7f:df", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "security_groups": [{"name": "default"}, {"name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp"}], "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:29Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:51,384 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-c7239f2b-bb0a-46d9-a1c9-7078e2f6abbc 2018-11-19 06:48:51,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:51,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-e39e6a38-84b9-4858-b84b-968bd4a5a745 Date: Mon, 19 Nov 2018 06: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":["8aedc8a1-d896-4582-a9cc-deab052a08f4"],"updated_at":"2018-11-19T06:47:59Z","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"337d310b0c7943e087954f62e8a9a5f3","id":"6cce5c07-b925-4a1d-af76-4b030dc66181","name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net"}]} 2018-11-19 06:48:51,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net used request id req-e39e6a38-84b9-4858-b84b-968bd4a5a745 2018-11-19 06:48:51,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:51,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d227e7ac-60ab-4121-b621-26b514d32d27 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:48:51,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-d227e7ac-60ab-4121-b621-26b514d32d27 2018-11-19 06:48:51,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:51,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5f38170a-8a45-4dc5-a76b-a5fce854b1c3 Date: Mon, 19 Nov 2018 06:48:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:47:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:47: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":"337d310b0c7943e087954f62e8a9a5f3","id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","subnetpool_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet"}]} 2018-11-19 06:48:51,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-5f38170a-8a45-4dc5-a76b-a5fce854b1c3 2018-11-19 06:48:51,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40ef44f987b6200a226c351d5068c35478e74b7c" 2018-11-19 06:48:52,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3903 X-Openstack-Request-Id: req-a03fd506-bd3e-444d-bd5b-40891333e542 Date: Mon, 19 Nov 2018 06:48:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:03Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.4"}],"id":"29728697-9ebe-4e59-a4ea-8233d54f345c","security_groups":[],"mac_address":"fa:16:3e:7b:64:d9","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.3"}],"id":"69d77982-3b9e-4e96-ad37-8e0fada24580","security_groups":[],"mac_address":"fa:16:3e:dd:35:8a","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:01Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:24Z","device_owner":"network:ha_router_replicated_interface","revision_number":13,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.1"}],"id":"80df9b05-f71f-4297-aeb7-9de43cef5b59","security_groups":[],"mac_address":"fa:16:3e:28:da:84","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:08Z","binding:vnic_type":"normal","device_id":"678c7806-8d12-4aec-a005-03b27b970a62"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.2"}],"id":"accd7209-91cd-482f-b131-5a4a53e1138c","security_groups":[],"mac_address":"fa:16:3e:a1:7e:f0","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6cce5c07-b925-4a1d-af76-4b030dc66181"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:48:35Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8aedc8a1-d896-4582-a9cc-deab052a08f4","ip_address":"10.55.1.13"}],"id":"c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9","security_groups":["e4448cb9-ac87-4c0e-9002-99dc79ae020c","f27fbfab-c17a-4854-832e-2b62f78244fd"],"mac_address":"fa:16:3e:6f:7f:df","project_id":"337d310b0c7943e087954f62e8a9a5f3","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1","admin_state_up":true,"network_id":"6cce5c07-b925-4a1d-af76-4b030dc66181","tenant_id":"337d310b0c7943e087954f62e8a9a5f3","created_at":"2018-11-19T06:48:19Z","binding:vnic_type":"normal","device_id":"316c6028-d7a8-4ae3-8b71-1a534d273226"}]} 2018-11-19 06:48:52,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-a03fd506-bd3e-444d-bd5b-40891333e542 2018-11-19 06:48:52,099 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:48:52,101 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f27a610L 2018-11-19 06:48:52,101 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:48:52,102 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:48:52,102 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:48:52,103 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:48:52,103 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:48:52,103 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:48:52,103 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:48:52,104 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:48:52,104 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:48:52,123 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:48:52,124 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:48:52,136 - paramiko.transport - DEBUG - Trying key ab77c15bdac2a28ddf2f8dd547c85425 from tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68 2018-11-19 06:48:52,161 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:48:52,164 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:48:52,265 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:48:52,282 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:48:52,283 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:48:52,284 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f27acd0L 2018-11-19 06:48:52,285 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:48:52,285 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:48:52,285 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:48:52,286 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:48:52,286 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:48:52,286 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:48:52,286 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:48:52,287 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:48:52,287 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:48:52,304 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:48:52,304 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:48:52,317 - paramiko.transport - DEBUG - Trying key ab77c15bdac2a28ddf2f8dd547c85425 from tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68 2018-11-19 06:48:52,341 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:48:52,344 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:48:52,349 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:48:52,350 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:48:52,350 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:48:52,351 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:48:52,352 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:48:52,354 - create_instance - INFO - Deleting Floating IP - 172.30.9.201 2018-11-19 06:48:52,354 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-11-19 06:48:52,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/5e114f9c-0e24-46ce-97f2-8b91d59ae15c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:53,335 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f7d8088-2808-478a-b060-70ffab4efaf6 Content-Length: 0 Date: Mon, 19 Nov 2018 06:48:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:48:53,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/5e114f9c-0e24-46ce-97f2-8b91d59ae15c used request id req-7f7d8088-2808-478a-b060-70ffab4efaf6 2018-11-19 06:48:53,336 - create_instance - INFO - Deleting Port with ID - c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9 2018-11-19 06:48:53,336 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68port-1 2018-11-19 06:48:53,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:53,833 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-230c5f74-e7ac-45b1-a6e2-95a8e48e36b5 Date: Mon, 19 Nov 2018 06:48:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:48:53,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/c0eb6e06-299a-4f7c-a7f6-06aa4e9bf5b9 used request id req-230c5f74-e7ac-45b1-a6e2-95a8e48e36b5 2018-11-19 06:48:53,834 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst 2018-11-19 06:48:53,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:54,496 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:48:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e696a4c8-723c-4652-9dd9-36d6d1252bbb x-compute-request-id: req-e696a4c8-723c-4652-9dd9-36d6d1252bbb Content-Type: application/json 2018-11-19 06:48:54,496 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-e696a4c8-723c-4652-9dd9-36d6d1252bbb 2018-11-19 06:48:54,496 - create_instance - INFO - Checking deletion status 2018-11-19 06:48:54,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:54,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:48:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67d93624-ea0d-437f-bd67-9013994174dd x-compute-request-id: req-67d93624-ea0d-437f-bd67-9013994174dd 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.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:53Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:54,744 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-67d93624-ea0d-437f-bd67-9013994174dd 2018-11-19 06:48:54,744 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:54,744 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:48:57,748 - create_instance - DEBUG - VM status query timeout in 296.749078035 2018-11-19 06:48:57,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:48:57,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-6aaf05b5-5133-445a-a585-67c84161e3f4 x-compute-request-id: req-6aaf05b5-5133-445a-a585-67c84161e3f4 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.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:53Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:48:57,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-6aaf05b5-5133-445a-a585-67c84161e3f4 2018-11-19 06:48:57,860 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:48:57,860 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:49:00,863 - create_instance - DEBUG - VM status query timeout in 293.633225918 2018-11-19 06:49:00,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:49:01,121 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49: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-05de729b-f7b8-408d-86cc-de6b3317b83d x-compute-request-id: req-05de729b-f7b8-408d-86cc-de6b3317b83d 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.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/316c6028-d7a8-4ae3-8b71-1a534d273226", "rel": "bookmark"}], "image": {"id": "0ccdda88-14a3-4ad8-82fe-491347bf4913", "links": [{"href": "http://172.30.9.21:8774/images/0ccdda88-14a3-4ad8-82fe-491347bf4913", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:48:28.000000", "flavor": {"id": "c794124f-1adc-487a-b9ef-72edf1dd0d63", "links": [{"href": "http://172.30.9.21:8774/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63", "rel": "bookmark"}]}, "id": "316c6028-d7a8-4ae3-8b71-1a534d273226", "user_id": "49af874d40764085962ead2f32e3d621", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:48:53Z", "hostId": "dd3f8b825f37d737f49fb36404a81e5b9b79d48be396ab726d2d5254", "OS-SRV-USG:terminated_at": null, "key_name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp", "name": "CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst", "created": "2018-11-19T06:48:23Z", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:49:01,121 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-05de729b-f7b8-408d-86cc-de6b3317b83d 2018-11-19 06:49:01,122 - create_instance - DEBUG - Instance status [CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst] is - ACTIVE 2018-11-19 06:49:01,122 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:49:04,123 - create_instance - DEBUG - VM status query timeout in 290.373888969 2018-11-19 06:49:04,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2fe6b0f7c912cb9fdcb8e59124e1f7d349e465f5" 2018-11-19 06:49:04,391 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e51fe292-fb48-4e4a-a9d2-8e1ff83c4708 x-compute-request-id: req-e51fe292-fb48-4e4a-a9d2-8e1ff83c4708 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 316c6028-d7a8-4ae3-8b71-1a534d273226 could not be found.", "code": 404}} 2018-11-19 06:49:04,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/316c6028-d7a8-4ae3-8b71-1a534d273226 used request id req-e51fe292-fb48-4e4a-a9d2-8e1ff83c4708 2018-11-19 06:49:04,392 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 316c6028-d7a8-4ae3-8b71-1a534d273226 could not be found. (HTTP 404) (Request-ID: req-e51fe292-fb48-4e4a-a9d2-8e1ff83c4708) 2018-11-19 06:49:04,392 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-inst 2018-11-19 06:49:04,393 - nova_utils - DEBUG - Deleting keypair - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp 2018-11-19 06:49:04,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49d470b1acda69355c958009d0ff6b8538ff47a5" 2018-11-19 06:49:04,440 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8dcfe0ed-0ddd-4482-94d3-8c2fb271d21d x-compute-request-id: req-8dcfe0ed-0ddd-4482-94d3-8c2fb271d21d Content-Length: 0 Content-Type: application/json 2018-11-19 06:49:04,441 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-kp used request id req-8dcfe0ed-0ddd-4482-94d3-8c2fb271d21d 2018-11-19 06:49:04,441 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68.pub] 2018-11-19 06:49:04,441 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68] 2018-11-19 06:49:04,445 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}90bb980750dbb32c0ecbb51e430d438f927cb188" 2018-11-19 06:49:04,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:49:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5fcbc079-3ff4-4543-88e0-ba10c43ac56e x-compute-request-id: req-5fcbc079-3ff4-4543-88e0-ba10c43ac56e Content-Length: 0 Content-Type: application/json 2018-11-19 06:49:04,490 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c794124f-1adc-487a-b9ef-72edf1dd0d63 used request id req-5fcbc079-3ff4-4543-88e0-ba10c43ac56e 2018-11-19 06:49:04,491 - neutron_utils - INFO - Deleting security group rule with ID - ac572a08-bbbe-4123-92ad-3789d5e6c51c 2018-11-19 06:49:04,497 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/ac572a08-bbbe-4123-92ad-3789d5e6c51c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:49:04,772 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-397bb008-2cdf-46b0-8aa9-a9a17a4b495c Content-Length: 0 Date: Mon, 19 Nov 2018 06:49:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:04,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/ac572a08-bbbe-4123-92ad-3789d5e6c51c used request id req-397bb008-2cdf-46b0-8aa9-a9a17a4b495c 2018-11-19 06:49:04,772 - neutron_utils - INFO - Deleting security group rule with ID - 19495735-31ec-4c28-923d-4798f73b1669 2018-11-19 06:49:04,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/19495735-31ec-4c28-923d-4798f73b1669 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:49:04,883 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-13bcc835-2ad9-440a-a2c3-4827155bdbda Content-Length: 0 Date: Mon, 19 Nov 2018 06:49:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:04,883 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/19495735-31ec-4c28-923d-4798f73b1669 used request id req-13bcc835-2ad9-440a-a2c3-4827155bdbda 2018-11-19 06:49:04,883 - neutron_utils - INFO - Deleting security group rule with ID - 928304fd-3b54-4177-a82c-b41f9b38ab1c 2018-11-19 06:49:04,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/928304fd-3b54-4177-a82c-b41f9b38ab1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:49:05,234 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08265684-eb13-4a30-90eb-aae6a48674d1 Content-Length: 0 Date: Mon, 19 Nov 2018 06:49:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:05,234 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/928304fd-3b54-4177-a82c-b41f9b38ab1c used request id req-08265684-eb13-4a30-90eb-aae6a48674d1 2018-11-19 06:49:05,234 - neutron_utils - INFO - Deleting security group rule with ID - f7533a44-7a93-4b4c-bee8-086413df79a5 2018-11-19 06:49:05,239 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/f7533a44-7a93-4b4c-bee8-086413df79a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:49:05,350 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7b2e2ad2-5fe1-41a3-83ca-9b73c31e9da1 Content-Length: 0 Date: Mon, 19 Nov 2018 06:49:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:05,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/f7533a44-7a93-4b4c-bee8-086413df79a5 used request id req-7b2e2ad2-5fe1-41a3-83ca-9b73c31e9da1 2018-11-19 06:49:05,350 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-sec-grp 2018-11-19 06:49:05,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f27fbfab-c17a-4854-832e-2b62f78244fd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75941b9c93429adcf25c39ca9cbc90fad097b9bc" 2018-11-19 06:49:05,500 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bec6ae1c-8f25-49cf-b180-0ab12c0980b2 Content-Length: 0 Date: Mon, 19 Nov 2018 06:49:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:05,501 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f27fbfab-c17a-4854-832e-2b62f78244fd used request id req-bec6ae1c-8f25-49cf-b180-0ab12c0980b2 2018-11-19 06:49:05,501 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router and subnet CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet 2018-11-19 06:49:05,502 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router 2018-11-19 06:49:05,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" -d '{"subnet_id": "8aedc8a1-d896-4582-a9cc-deab052a08f4"}' 2018-11-19 06:49:06,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d4235640-83be-4750-b79d-79db83f2fd04 Date: Mon, 19 Nov 2018 06:49:06 GMT RESP BODY: {"network_id": "6cce5c07-b925-4a1d-af76-4b030dc66181", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "subnet_id": "8aedc8a1-d896-4582-a9cc-deab052a08f4", "subnet_ids": ["8aedc8a1-d896-4582-a9cc-deab052a08f4"], "port_id": "80df9b05-f71f-4297-aeb7-9de43cef5b59", "id": "678c7806-8d12-4aec-a005-03b27b970a62"} 2018-11-19 06:49:06,866 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62/remove_router_interface used request id req-d4235640-83be-4750-b79d-79db83f2fd04 2018-11-19 06:49:06,866 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router 2018-11-19 06:49:06,867 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-router 2018-11-19 06:49:06,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a8e1718c45ebead30d93231957f77c882c152f2" 2018-11-19 06:49:10,253 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f7e2ba6-fcad-4094-83b0-561c6128095e Content-Length: 0 Date: Mon, 19 Nov 2018 06:49:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:10,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/678c7806-8d12-4aec-a005-03b27b970a62 used request id req-9f7e2ba6-fcad-4094-83b0-561c6128095e 2018-11-19 06:49:10,254 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet 2018-11-19 06:49:10,254 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-subnet 2018-11-19 06:49:10,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/8aedc8a1-d896-4582-a9cc-deab052a08f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:49:12,617 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f413206c-5fc4-4df2-887e-6769e098cf43 Date: Mon, 19 Nov 2018 06:49:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:12,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8aedc8a1-d896-4582-a9cc-deab052a08f4 used request id req-f413206c-5fc4-4df2-887e-6769e098cf43 2018-11-19 06:49:12,618 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-pub-net 2018-11-19 06:49:12,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/6cce5c07-b925-4a1d-af76-4b030dc66181 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bacbbcd9090299be5486966167cba4ad08234dd4" 2018-11-19 06:49:13,875 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bffdce3e-9d91-4e69-b143-ea25aef3a0cf Date: Mon, 19 Nov 2018 06:49:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:13,875 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6cce5c07-b925-4a1d-af76-4b030dc66181 used request id req-bffdce3e-9d91-4e69-b143-ea25aef3a0cf 2018-11-19 06:49:13,876 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-124904d9-c596-4866-932f-12a527675b68-image 2018-11-19 06:49:13,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aea5ec640023e0bfceb3ed527326d73e0e449e84" 2018-11-19 06:49:15,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4730357e-d97f-45ce-b4c4-d54258adc1c6 Date: Mon, 19 Nov 2018 06:49:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:49:15,285 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0ccdda88-14a3-4ad8-82fe-491347bf4913 used request id req-4730357e-d97f-45ce-b4c4-d54258adc1c6 2018-11-19 06:49:15,291 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:15,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-09cdd9b3-7343-4910-9917-522cf78663ab Date: Mon, 19 Nov 2018 06:49:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:47:58Z", "updated_at": "2018-11-19T06:47:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "revision_number": 0, "id": "4e9ace41-92d9-4f8a-9459-f4650a85b59d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "revision_number": 0, "id": "7a1dddb8-55bc-418e-aa6d-ca1d2743951f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "revision_number": 0, "id": "a17a8c42-fd86-4298-9d9c-5d161a60dae3", "remote_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "revision_number": 0, "id": "bf855ff2-1e08-4fd6-b5b6-0f8dd35f4507", "remote_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "337d310b0c7943e087954f62e8a9a5f3"}], "revision_number": 4, "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "name": "default"}]} 2018-11-19 06:49:15,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-09cdd9b3-7343-4910-9917-522cf78663ab 2018-11-19 06:49:15,527 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:15,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68d2ea18-cc00-4a2e-8dd8-bbfb914628a3 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:49:15,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-68d2ea18-cc00-4a2e-8dd8-bbfb914628a3 2018-11-19 06:49:15,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:15,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3cec342-ad93-4a75-b458-b250d85a90ea Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:49:15,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-e3cec342-ad93-4a75-b458-b250d85a90ea 2018-11-19 06:49:15,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:15,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ed0d8ef-47d4-4ad4-b159-7d68febfc801 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:49:15,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-5ed0d8ef-47d4-4ad4-b159-7d68febfc801 2018-11-19 06:49:15,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:15,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-401ff8aa-cd5d-4630-9211-f0127ac2345e Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3"}, "enabled": true, "id": "337d310b0c7943e087954f62e8a9a5f3", "parent_id": "default", "domain_id": "default", "name": "CreateInstanceSingleNetworkTests-e0877803-b485-431-proj"}} 2018-11-19 06:49:15,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-401ff8aa-cd5d-4630-9211-f0127ac2345e 2018-11-19 06:49:15,891 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e4448cb9-ac87-4c0e-9002-99dc79ae020c 2018-11-19 06:49:15,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4448cb9-ac87-4c0e-9002-99dc79ae020c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:16,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d97a87d0-3149-4a5c-b5e2-d840d770f829 Date: Mon, 19 Nov 2018 06:49:16 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:47:58Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "4e9ace41-92d9-4f8a-9459-f4650a85b59d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:47:58Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "7a1dddb8-55bc-418e-aa6d-ca1d2743951f"}, {"remote_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:47:58Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "a17a8c42-fd86-4298-9d9c-5d161a60dae3"}, {"remote_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:47:58Z", "security_group_id": "e4448cb9-ac87-4c0e-9002-99dc79ae020c", "port_range_min": null, "revision_number": 0, "tenant_id": "337d310b0c7943e087954f62e8a9a5f3", "created_at": "2018-11-19T06:47:58Z", "project_id": "337d310b0c7943e087954f62e8a9a5f3", "id": "bf855ff2-1e08-4fd6-b5b6-0f8dd35f4507"}]} 2018-11-19 06:49:16,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=e4448cb9-ac87-4c0e-9002-99dc79ae020c used request id req-d97a87d0-3149-4a5c-b5e2-d840d770f829 2018-11-19 06:49:16,062 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:49:16,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e4448cb9-ac87-4c0e-9002-99dc79ae020c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:16,379 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-725f1328-7a03-43fd-a66b-7d6a77f0609f Content-Length: 0 Date: Mon, 19 Nov 2018 06:49:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:49:16,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e4448cb9-ac87-4c0e-9002-99dc79ae020c used request id req-725f1328-7a03-43fd-a66b-7d6a77f0609f 2018-11-19 06:49:16,380 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-e0877803-b485-431-proj 2018-11-19 06:49:16,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:16,575 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:49:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40daf4cf-1199-46aa-a138-c17be99d48c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:49:16,575 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/337d310b0c7943e087954f62e8a9a5f3 used request id req-40daf4cf-1199-46aa-a138-c17be99d48c4 2018-11-19 06:49:16,575 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-e0877803-b485-431-proj-role 2018-11-19 06:49:16,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/0fb937961f6f4fa8a9a9682b3f4f7391 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:16,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:49:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24e0df2c-1546-4bdf-a406-c0abff894cfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:49:16,686 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/0fb937961f6f4fa8a9a9682b3f4f7391 used request id req-24e0df2c-1546-4bdf-a406-c0abff894cfb 2018-11-19 06:49:16,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0078d2b79a9cac96de07761b5b2283fca79eb5" 2018-11-19 06:49:16,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315b1629-855d-4352-bdcb-b2138a722208 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:49:16,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-315b1629-855d-4352-bdcb-b2138a722208 2018-11-19 06:49:16,782 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-e0877803-b485-431-user 2018-11-19 06:49:16,786 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/49af874d40764085962ead2f32e3d621 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb58e8862fe16d13fb2bb21c5182cdfbcd737834" 2018-11-19 06:49:16,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:49:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07a8f60c-d633-4f8e-bd8b-c9009b7d3d2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:49:16,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/49af874d40764085962ead2f32e3d621 used request id req-07a8f60c-d633-4f8e-bd8b-c9009b7d3d2b 2018-11-19 06:49:16,948 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:49:17,335 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:49:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["XWiAGRhFRaOrcMOEowrqjA"], "issued_at": "2018-11-19T06:49:17.000000Z"}} 2018-11-19 06:49:17,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe56c4be236a41dfc696a03ade3f92dc63265083" 2018-11-19 06:49:17,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9339ee28-29d4-46f4-aaf1-742a38425e5f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:49:17,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9339ee28-29d4-46f4-aaf1-742a38425e5f 2018-11-19 06:49:17,426 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:49:17,426 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:49:17,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:49:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["xaPWlVuYQtCU8i9A6EaWmw"], "issued_at": "2018-11-19T06:49:17.000000Z"}} 2018-11-19 06:49:17,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:49:17,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7465cc24-a2f8-4445-81c2-89daed5fb43e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:49:17,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7465cc24-a2f8-4445-81c2-89daed5fb43e 2018-11-19 06:49:17,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:49:17,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:49:17,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:49:18,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efa55a63-6518-4326-bd6c-b46c77338c67 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:49:18,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj used request id req-efa55a63-6518-4326-bd6c-b46c77338c67 2018-11-19 06:49:18,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:49:18,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cf877a4-697d-4888-a4c1-ccba6d5a389c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:49:18,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-1cf877a4-697d-4888-a4c1-ccba6d5a389c 2018-11-19 06:49:18,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}}' 2018-11-19 06:49:18,273 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23c7ee1e-6823-4180-9aa0-a3e66f4da3c3 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:18,273 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-23c7ee1e-6823-4180-9aa0-a3e66f4da3c3 2018-11-19 06:49:18,274 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj 2018-11-19 06:49:18,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:49:18,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:49:18,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:49:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["W1XUo7-5RzKcU_eAp9j_lQ"], "issued_at": "2018-11-19T06:49:18.000000Z"}} 2018-11-19 06:49:18,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:18,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02293492-3532-446c-a756-6490a7494314 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:49:18,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-02293492-3532-446c-a756-6490a7494314 2018-11-19 06:49:18,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:49:18,743 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:49:18,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:18,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f76f8c2-b289-4a00-9ac3-3a77797ddc76 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:49:18,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-7f76f8c2-b289-4a00-9ac3-3a77797ddc76 2018-11-19 06:49:18,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:18,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f75cb725-8838-431b-a187-ed8ec9262ae9 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}]} 2018-11-19 06:49:18,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj used request id req-f75cb725-8838-431b-a187-ed8ec9262ae9 2018-11-19 06:49:18,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:19,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18dec3c4-9fb8-46ce-9846-969ad1d5dc78 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:49:19,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-18dec3c4-9fb8-46ce-9846-969ad1d5dc78 2018-11-19 06:49:19,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:19,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5005f21b-4680-4649-b714-eba5481ffba6 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:49:19,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5005f21b-4680-4649-b714-eba5481ffba6 2018-11-19 06:49:19,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:19,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff0a8a3b-83ef-4c83-976e-2963b6c4ca35 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}]} 2018-11-19 06:49:19,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj used request id req-ff0a8a3b-83ef-4c83-976e-2963b6c4ca35 2018-11-19 06:49:19,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/da92d9bb927a49fb84a0be2c76ecf41f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:19,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9e16332-ed89-47aa-9bf5-cf8457a58077 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-user", "links": {"self": "http://172.30.9.21:5000/v3/users/da92d9bb927a49fb84a0be2c76ecf41f"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "faca157d426545a9b49893ffcd54ad70", "id": "da92d9bb927a49fb84a0be2c76ecf41f", "password_expires_at": null}} 2018-11-19 06:49:19,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/da92d9bb927a49fb84a0be2c76ecf41f used request id req-e9e16332-ed89-47aa-9bf5-cf8457a58077 2018-11-19 06:49:19,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:19,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe082bd1-2c51-451a-bdda-0419b8f4a935 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:49:19,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles used request id req-fe082bd1-2c51-451a-bdda-0419b8f4a935 2018-11-19 06:49:19,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:19,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23f985d5-4740-4e70-96d6-b7ecae63a236 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 06:49:19,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-23f985d5-4740-4e70-96d6-b7ecae63a236 2018-11-19 06:49:19,878 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj 2018-11-19 06:49:19,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:20,000 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:49:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bd4da2b6-b1a6-420e-84cd-4cc38e070c76 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:49:20,000 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles/8b607911576d44ba870fc64e92729d7c used request id req-bd4da2b6-b1a6-420e-84cd-4cc38e070c76 2018-11-19 06:49:20,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:20,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1edb055f-f75a-4630-866f-66fc32fc9461 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:49:20,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1edb055f-f75a-4630-866f-66fc32fc9461 2018-11-19 06:49:20,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:20,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-070a170f-0918-4d5e-8cad-faeeae74601b Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}]} 2018-11-19 06:49:20,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj used request id req-070a170f-0918-4d5e-8cad-faeeae74601b 2018-11-19 06:49:20,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:20,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9e5f830-29f5-428f-af5f-20c316254d98 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}]} 2018-11-19 06:49:20,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles used request id req-a9e5f830-29f5-428f-af5f-20c316254d98 2018-11-19 06:49:20,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:20,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34898c03-6584-40d6-bbe8-984894de2835 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:49:20,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-34898c03-6584-40d6-bbe8-984894de2835 2018-11-19 06:49:20,298 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj 2018-11-19 06:49:20,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:49:20,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f434e366-ef8f-4740-bfd1-3743fb8f96d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:49:20,425 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-f434e366-ef8f-4740-bfd1-3743fb8f96d6 2018-11-19 06:49:20,425 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-560cdac9-eb60-4f8-user 2018-11-19 06:49:20,425 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:49:20,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:49:20,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc2ec49-4b56-4fa6-acde-fc16b51e0690 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:49:20,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2fc2ec49-4b56-4fa6-acde-fc16b51e0690 2018-11-19 06:49:20,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" -d '{"role": {"name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role"}}' 2018-11-19 06:49:20,619 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc25dda8-5936-473f-94cb-3da72d679d99 Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "b41892ca43bc495d8c11623917ad0858", "links": {"self": "http://172.30.9.21:5000/v3/roles/b41892ca43bc495d8c11623917ad0858"}, "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role"}} 2018-11-19 06:49:20,620 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-fc25dda8-5936-473f-94cb-3da72d679d99 2018-11-19 06:49:20,620 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role 2018-11-19 06:49:20,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/b41892ca43bc495d8c11623917ad0858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:49:20,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8299ce55-04c6-4cf9-8ad8-693b6d75ae78 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/b41892ca43bc495d8c11623917ad0858"}, "domain_id": null, "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role", "id": "b41892ca43bc495d8c11623917ad0858"}} 2018-11-19 06:49:20,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/b41892ca43bc495d8c11623917ad0858 used request id req-8299ce55-04c6-4cf9-8ad8-693b6d75ae78 2018-11-19 06:49:20,712 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role to project CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj 2018-11-19 06:49:20,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles/b41892ca43bc495d8c11623917ad0858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:49:20,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:49:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b905488e-d76e-45df-9dc2-e97950cb918e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:49:20,850 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70/users/da92d9bb927a49fb84a0be2c76ecf41f/roles/b41892ca43bc495d8c11623917ad0858 used request id req-b905488e-d76e-45df-9dc2-e97950cb918e 2018-11-19 06:49:20,850 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:49:20,851 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:49:20,851 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:49:20,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:49:21,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "b41892ca43bc495d8c11623917ad0858", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "faca157d426545a9b49893ffcd54ad70", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-user", "id": "da92d9bb927a49fb84a0be2c76ecf41f"}, "audit_ids": ["JJCMWccORl6Cbr0a4JE_gg"], "issued_at": "2018-11-19T06:49:21.000000Z"}} 2018-11-19 06:49:21,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" 2018-11-19 06:49:21,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e2cdb0f-ccfd-4915-8c44-511c579ea7c8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:49:21,314 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3e2cdb0f-ccfd-4915-8c44-511c579ea7c8 2018-11-19 06:49:21,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" 2018-11-19 06:49:21,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-cb3c0b40-4a5d-4cc9-ac20-e1633bb2fb6b Date: Mon, 19 Nov 2018 06:49:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"} 2018-11-19 06:49:21,482 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image used request id req-cb3c0b40-4a5d-4cc9-ac20-e1633bb2fb6b 2018-11-19 06:49:21,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" 2018-11-19 06:49:21,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-548845fe-8702-4aca-b59b-074412e0e2bf Date: Mon, 19 Nov 2018 06:49:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:49:21,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-548845fe-8702-4aca-b59b-074412e0e2bf 2018-11-19 06:49:21,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}' 2018-11-19 06:49:21,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c X-Openstack-Request-Id: req-0adf8f52-b8e2-4f00-a87d-30585a6827cf Date: Mon, 19 Nov 2018 06:49:21 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:49:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:49:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "min_disk": 0, "protected": false, "id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "file": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/file", "checksum": null, "owner": "faca157d426545a9b49893ffcd54ad70", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:49:21,886 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0adf8f52-b8e2-4f00-a87d-30585a6827cf 2018-11-19 06:49:21,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" -d '' 2018-11-19 06:49:22,718 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-07561057-4231-4bdd-8eea-1a09da56a63b Date: Mon, 19 Nov 2018 06: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-11-19 06:49:22,718 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/file used request id req-07561057-4231-4bdd-8eea-1a09da56a63b 2018-11-19 06:49:22,719 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:49:22,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" 2018-11-19 06:49:22,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-189e9e5c-a1cb-4543-940b-98913370ea9a Date: Mon, 19 Nov 2018 06:49:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:49:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:49:22Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "metadata": {}}], "self": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "min_disk": 0, "protected": false, "id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "file": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "faca157d426545a9b49893ffcd54ad70", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:49:22,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c used request id req-189e9e5c-a1cb-4543-940b-98913370ea9a 2018-11-19 06:49:22,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" 2018-11-19 06:49:23,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-17d516ec-f6fa-4aac-89c5-9ff92717e531 Date: Mon, 19 Nov 2018 06:49:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:49:23,051 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-17d516ec-f6fa-4aac-89c5-9ff92717e531 2018-11-19 06:49:23,054 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image 2018-11-19 06:49:23,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" 2018-11-19 06:49:23,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1124d107-46bf-47a7-bf86-c726c76c56e5 Date: Mon, 19 Nov 2018 06:49:23 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:49:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:49:22Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "metadata": {}}], "self": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "min_disk": 0, "protected": false, "id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "file": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "faca157d426545a9b49893ffcd54ad70", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:49:23,216 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c used request id req-1124d107-46bf-47a7-bf86-c726c76c56e5 2018-11-19 06:49:23,217 - create_image - DEBUG - Instance status is - active 2018-11-19 06:49:23,217 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image 2018-11-19 06:49:23,217 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image 2018-11-19 06:49:23,217 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:49:23,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:49:23,591 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "b41892ca43bc495d8c11623917ad0858", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:49:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "faca157d426545a9b49893ffcd54ad70", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-user", "id": "da92d9bb927a49fb84a0be2c76ecf41f"}, "audit_ids": ["0bQG6lFnSMO5xLwD_A8IgA"], "issued_at": "2018-11-19T06:49:23.000000Z"}} 2018-11-19 06:49:23,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:23,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6dc37275-38e0-4e81-ad1f-2e866862ad59 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:49:23,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6dc37275-38e0-4e81-ad1f-2e866862ad59 2018-11-19 06:49:23,680 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:49:23,682 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:49:23,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:23,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:23 GMT Server: Apache x-openstack-request-id: req-7075980a-67f0-431f-ac68-7ca2e66573dc Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:49:23,871 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack used request id req-7075980a-67f0-431f-ac68-7ca2e66573dc 2018-11-19 06:49:23,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net"}}' 2018-11-19 06:49:27,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:49:23 GMT Server: Apache x-openstack-request-id: req-147776b0-8b34-4bea-9a73-d967ca9df118 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "214d7e54-7320-4368-868e-89eea52dd903", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}]}} 2018-11-19 06:49:27,584 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks used request id req-147776b0-8b34-4bea-9a73-d967ca9df118 2018-11-19 06:49:27,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:27,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:27 GMT Server: Apache x-openstack-request-id: req-6c2da744-b8e8-407d-92a3-f097a36e534e Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:28,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:27 GMT Server: Apache x-openstack-request-id: req-11de9321-1288-4389-8b33-406bf9a0a87f 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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:28,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-11de9321-1288-4389-8b33-406bf9a0a87f 2018-11-19 06:49:28,011 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack 2018-11-19 06:49:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:28,204 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:28 GMT Server: Apache x-openstack-request-id: req-a106ae82-08a8-4794-ad36-89008368ce8e Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:28,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:28 GMT Server: Apache x-openstack-request-id: req-15bfc828-09a5-4cd4-95b7-f1c24a42874b 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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:28,425 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-15bfc828-09a5-4cd4-95b7-f1c24a42874b 2018-11-19 06:49:28,426 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:49:28,426 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:49:31,429 - create_stack - DEBUG - Stack status query timeout in 1196.58181787 2018-11-19 06:49:31,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:31,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:31 GMT Server: Apache x-openstack-request-id: req-cc280e56-b08d-4beb-af19-ca9a0879cae2 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:31,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:31 GMT Server: Apache x-openstack-request-id: req-2e6b6154-7cb6-4f54-813c-959b51dd8b5a 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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:31,843 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-2e6b6154-7cb6-4f54-813c-959b51dd8b5a 2018-11-19 06:49:31,844 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:49:31,844 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:49:34,847 - create_stack - DEBUG - Stack status query timeout in 1193.16400599 2018-11-19 06:49:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:35,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:34 GMT Server: Apache x-openstack-request-id: req-36f99a90-b608-4bfb-bc45-fad61e5c4df1 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:35,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:35 GMT Server: Apache x-openstack-request-id: req-41e023f6-d335-49f4-aeb1-5b277552691e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAlGJPSgwhcQqRRlfuVg7rdPXE0ogTHAKwFSI6hxjBR7zJc66b\nblSnKsRD+PG8R5E98wYePQqRbeW4N6qXSsF19BJD3b6rP7ahpea33G1vl5qgTkFg\nC73LWcv0OfHQDLzwWsCaM88DpT1+s8zosbNacJdw3y2XHo/wtI715kToik0fh69d\nenzOlnZnLHRT5FpY4x1aGxX48f+kdGTCqPlGqqh1K8XViEyGeaj3dFBhEJn+ciQS\nZIi6J6psrVvyPC0BsrJhP2WAsYwJWpe6U3bKwqdIyerRGSj+bGajsyL0E97U6HaP\nAQgKMF0WBvzkSBX//PWe7EWuxgeJQIXBMqKaCQIDAQABAoIBAHR2TOFDcCP3NVrO\nvSQShb/A/oB3iPgdK/MKcIGEbn9Nr5f6XchU7PfmH6uOoEZTuxm5nZYva0GkYdhf\nLmvgOCIfC+FJO8PAJlO+KGT8B/AnztZc/XN5vdd2+vNX1gGJceTo8p7jRms1PvME\nS0beDIf+dPrWH5w/QZ+V7W6UeyfAep4/2nUncMndUP5fX3Z1yLTrUJcxJX0LBnQN\nC/s+0ljeLOYszgvhWEKZVjEa6GiPawz3yfJv26DTuuAO1/P8QVHowzE+iRCzcFhK\nTG7iNlQ4CaRv42mkFCX+ICMWYgxsWdB2cA7MSKciwl4xAlavlGp7zHLgcgWMHG3g\nGdjf8AECgYEAxNoxBDKDSiYGyZetbcmSpVYtT0o0NEK+OydfNmJ0lFCDV2Awy0Ib\nqJS3yXLv+ZzMJIetBrBNY+AlaTISnmcaPWOb6Mbr+OZgzSkH8SA8mWd9XFNcNzFi\npK2SYjCqVnqZA5hBDFjggP+cgEXcc+44TCRMncbvRx902WB0lH8KSQkCgYEAwPf0\nfvsaPtifBVmwlVnPlDPmxI9bmTxRNd1VVj7CqSLy7ktW/MsdtIRVTOO9JTubME1p\nL4GoaOEmDnYr7x3IxjWTcbO4fwc3nMQbc/2Dhp4cWPTXpHVrPsAkQ2or6BGKqpll\nxf9lrgWqXueUwWpt78HsvrOKwc05AQcxS/OPCQECgYA33xn0cAXVgM+CXjuKIqEt\nrjT0AUKp5pupnHYosG8YPXXZ0eJnfl7tTTCQy7+S4E8Muzl/4YBFrbPQlLa2INtQ\nuzngKr2FCpZFBLVNWfH5NGdfUgWlYK33wY//sIJYQzm0zH0B7SPjWSlpOurkOKPf\n8JmSWolFbYczv223TAt2SQKBgC31oITx13FqdI14rCcWKet5ZRghsMZRaGI04hNV\nhVV1XnjE9uXklqGc9xgGEdGhXbfmaAwJjIvWPBMrsBEWffA/aGunS2Tt2h/7UTKS\nCdZxJ/1D62xfDvj2GGz6B5URQH6bZHMA/j2xWb+a1oIukBqPjIxrBLxd3ZrSFLqr\nOsEBAoGAfiCPS4ipkzJ8ndWNm7BvlT2DX14Du7YtvWdxjRqL6zAohOej8ZtfIWVa\no9kB19qB2X0XKREOLCjeNJmPRjeBI+52slN7J2CtO5LPhZBwQ4Y8F+gOkr3a74hR\nWSZ+rTn+0pTZFtGCtybLI9uD5kJlNLP9Fsut1HjVqbHAQeaB4Ak=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:35,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-41e023f6-d335-49f4-aeb1-5b277552691e 2018-11-19 06:49:35,198 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:49:35,198 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:49:38,201 - create_stack - DEBUG - Stack status query timeout in 1189.81010389 2018-11-19 06:49:38,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:38,436 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:38 GMT Server: Apache x-openstack-request-id: req-e601d93a-5213-4c1a-88e6-bf2d0677862e Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:39,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:39 GMT Server: Apache x-openstack-request-id: req-75f56bd6-60f3-432f-8bfe-c2018e9628ef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAlGJPSgwhcQqRRlfuVg7rdPXE0ogTHAKwFSI6hxjBR7zJc66b\nblSnKsRD+PG8R5E98wYePQqRbeW4N6qXSsF19BJD3b6rP7ahpea33G1vl5qgTkFg\nC73LWcv0OfHQDLzwWsCaM88DpT1+s8zosbNacJdw3y2XHo/wtI715kToik0fh69d\nenzOlnZnLHRT5FpY4x1aGxX48f+kdGTCqPlGqqh1K8XViEyGeaj3dFBhEJn+ciQS\nZIi6J6psrVvyPC0BsrJhP2WAsYwJWpe6U3bKwqdIyerRGSj+bGajsyL0E97U6HaP\nAQgKMF0WBvzkSBX//PWe7EWuxgeJQIXBMqKaCQIDAQABAoIBAHR2TOFDcCP3NVrO\nvSQShb/A/oB3iPgdK/MKcIGEbn9Nr5f6XchU7PfmH6uOoEZTuxm5nZYva0GkYdhf\nLmvgOCIfC+FJO8PAJlO+KGT8B/AnztZc/XN5vdd2+vNX1gGJceTo8p7jRms1PvME\nS0beDIf+dPrWH5w/QZ+V7W6UeyfAep4/2nUncMndUP5fX3Z1yLTrUJcxJX0LBnQN\nC/s+0ljeLOYszgvhWEKZVjEa6GiPawz3yfJv26DTuuAO1/P8QVHowzE+iRCzcFhK\nTG7iNlQ4CaRv42mkFCX+ICMWYgxsWdB2cA7MSKciwl4xAlavlGp7zHLgcgWMHG3g\nGdjf8AECgYEAxNoxBDKDSiYGyZetbcmSpVYtT0o0NEK+OydfNmJ0lFCDV2Awy0Ib\nqJS3yXLv+ZzMJIetBrBNY+AlaTISnmcaPWOb6Mbr+OZgzSkH8SA8mWd9XFNcNzFi\npK2SYjCqVnqZA5hBDFjggP+cgEXcc+44TCRMncbvRx902WB0lH8KSQkCgYEAwPf0\nfvsaPtifBVmwlVnPlDPmxI9bmTxRNd1VVj7CqSLy7ktW/MsdtIRVTOO9JTubME1p\nL4GoaOEmDnYr7x3IxjWTcbO4fwc3nMQbc/2Dhp4cWPTXpHVrPsAkQ2or6BGKqpll\nxf9lrgWqXueUwWpt78HsvrOKwc05AQcxS/OPCQECgYA33xn0cAXVgM+CXjuKIqEt\nrjT0AUKp5pupnHYosG8YPXXZ0eJnfl7tTTCQy7+S4E8Muzl/4YBFrbPQlLa2INtQ\nuzngKr2FCpZFBLVNWfH5NGdfUgWlYK33wY//sIJYQzm0zH0B7SPjWSlpOurkOKPf\n8JmSWolFbYczv223TAt2SQKBgC31oITx13FqdI14rCcWKet5ZRghsMZRaGI04hNV\nhVV1XnjE9uXklqGc9xgGEdGhXbfmaAwJjIvWPBMrsBEWffA/aGunS2Tt2h/7UTKS\nCdZxJ/1D62xfDvj2GGz6B5URQH6bZHMA/j2xWb+a1oIukBqPjIxrBLxd3ZrSFLqr\nOsEBAoGAfiCPS4ipkzJ8ndWNm7BvlT2DX14Du7YtvWdxjRqL6zAohOej8ZtfIWVa\no9kB19qB2X0XKREOLCjeNJmPRjeBI+52slN7J2CtO5LPhZBwQ4Y8F+gOkr3a74hR\nWSZ+rTn+0pTZFtGCtybLI9uD5kJlNLP9Fsut1HjVqbHAQeaB4Ak=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:39,678 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-75f56bd6-60f3-432f-8bfe-c2018e9628ef 2018-11-19 06:49:39,678 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:49:39,679 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:49:42,682 - create_stack - DEBUG - Stack status query timeout in 1185.32938886 2018-11-19 06:49:42,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:42,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:42 GMT Server: Apache x-openstack-request-id: req-824ed967-f6ef-4c57-b4f0-1f97c5e1ab57 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:43,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:42 GMT Server: Apache x-openstack-request-id: req-94f4c1bb-52b7-4628-9e0a-b84d397f6ca3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAlGJPSgwhcQqRRlfuVg7rdPXE0ogTHAKwFSI6hxjBR7zJc66b\nblSnKsRD+PG8R5E98wYePQqRbeW4N6qXSsF19BJD3b6rP7ahpea33G1vl5qgTkFg\nC73LWcv0OfHQDLzwWsCaM88DpT1+s8zosbNacJdw3y2XHo/wtI715kToik0fh69d\nenzOlnZnLHRT5FpY4x1aGxX48f+kdGTCqPlGqqh1K8XViEyGeaj3dFBhEJn+ciQS\nZIi6J6psrVvyPC0BsrJhP2WAsYwJWpe6U3bKwqdIyerRGSj+bGajsyL0E97U6HaP\nAQgKMF0WBvzkSBX//PWe7EWuxgeJQIXBMqKaCQIDAQABAoIBAHR2TOFDcCP3NVrO\nvSQShb/A/oB3iPgdK/MKcIGEbn9Nr5f6XchU7PfmH6uOoEZTuxm5nZYva0GkYdhf\nLmvgOCIfC+FJO8PAJlO+KGT8B/AnztZc/XN5vdd2+vNX1gGJceTo8p7jRms1PvME\nS0beDIf+dPrWH5w/QZ+V7W6UeyfAep4/2nUncMndUP5fX3Z1yLTrUJcxJX0LBnQN\nC/s+0ljeLOYszgvhWEKZVjEa6GiPawz3yfJv26DTuuAO1/P8QVHowzE+iRCzcFhK\nTG7iNlQ4CaRv42mkFCX+ICMWYgxsWdB2cA7MSKciwl4xAlavlGp7zHLgcgWMHG3g\nGdjf8AECgYEAxNoxBDKDSiYGyZetbcmSpVYtT0o0NEK+OydfNmJ0lFCDV2Awy0Ib\nqJS3yXLv+ZzMJIetBrBNY+AlaTISnmcaPWOb6Mbr+OZgzSkH8SA8mWd9XFNcNzFi\npK2SYjCqVnqZA5hBDFjggP+cgEXcc+44TCRMncbvRx902WB0lH8KSQkCgYEAwPf0\nfvsaPtifBVmwlVnPlDPmxI9bmTxRNd1VVj7CqSLy7ktW/MsdtIRVTOO9JTubME1p\nL4GoaOEmDnYr7x3IxjWTcbO4fwc3nMQbc/2Dhp4cWPTXpHVrPsAkQ2or6BGKqpll\nxf9lrgWqXueUwWpt78HsvrOKwc05AQcxS/OPCQECgYA33xn0cAXVgM+CXjuKIqEt\nrjT0AUKp5pupnHYosG8YPXXZ0eJnfl7tTTCQy7+S4E8Muzl/4YBFrbPQlLa2INtQ\nuzngKr2FCpZFBLVNWfH5NGdfUgWlYK33wY//sIJYQzm0zH0B7SPjWSlpOurkOKPf\n8JmSWolFbYczv223TAt2SQKBgC31oITx13FqdI14rCcWKet5ZRghsMZRaGI04hNV\nhVV1XnjE9uXklqGc9xgGEdGhXbfmaAwJjIvWPBMrsBEWffA/aGunS2Tt2h/7UTKS\nCdZxJ/1D62xfDvj2GGz6B5URQH6bZHMA/j2xWb+a1oIukBqPjIxrBLxd3ZrSFLqr\nOsEBAoGAfiCPS4ipkzJ8ndWNm7BvlT2DX14Du7YtvWdxjRqL6zAohOej8ZtfIWVa\no9kB19qB2X0XKREOLCjeNJmPRjeBI+52slN7J2CtO5LPhZBwQ4Y8F+gOkr3a74hR\nWSZ+rTn+0pTZFtGCtybLI9uD5kJlNLP9Fsut1HjVqbHAQeaB4Ak=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:43,180 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-94f4c1bb-52b7-4628-9e0a-b84d397f6ca3 2018-11-19 06:49:43,181 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:49:43,181 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:49:46,184 - create_stack - DEBUG - Stack status query timeout in 1181.82706904 2018-11-19 06:49:46,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:46,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:46 GMT Server: Apache x-openstack-request-id: req-dbfad500-6f53-4de0-abd0-6eb56f008e64 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:46,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:46 GMT Server: Apache x-openstack-request-id: req-466ffc78-1f7e-46ed-b1fb-954999ae1883 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2074 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAlGJPSgwhcQqRRlfuVg7rdPXE0ogTHAKwFSI6hxjBR7zJc66b\nblSnKsRD+PG8R5E98wYePQqRbeW4N6qXSsF19BJD3b6rP7ahpea33G1vl5qgTkFg\nC73LWcv0OfHQDLzwWsCaM88DpT1+s8zosbNacJdw3y2XHo/wtI715kToik0fh69d\nenzOlnZnLHRT5FpY4x1aGxX48f+kdGTCqPlGqqh1K8XViEyGeaj3dFBhEJn+ciQS\nZIi6J6psrVvyPC0BsrJhP2WAsYwJWpe6U3bKwqdIyerRGSj+bGajsyL0E97U6HaP\nAQgKMF0WBvzkSBX//PWe7EWuxgeJQIXBMqKaCQIDAQABAoIBAHR2TOFDcCP3NVrO\nvSQShb/A/oB3iPgdK/MKcIGEbn9Nr5f6XchU7PfmH6uOoEZTuxm5nZYva0GkYdhf\nLmvgOCIfC+FJO8PAJlO+KGT8B/AnztZc/XN5vdd2+vNX1gGJceTo8p7jRms1PvME\nS0beDIf+dPrWH5w/QZ+V7W6UeyfAep4/2nUncMndUP5fX3Z1yLTrUJcxJX0LBnQN\nC/s+0ljeLOYszgvhWEKZVjEa6GiPawz3yfJv26DTuuAO1/P8QVHowzE+iRCzcFhK\nTG7iNlQ4CaRv42mkFCX+ICMWYgxsWdB2cA7MSKciwl4xAlavlGp7zHLgcgWMHG3g\nGdjf8AECgYEAxNoxBDKDSiYGyZetbcmSpVYtT0o0NEK+OydfNmJ0lFCDV2Awy0Ib\nqJS3yXLv+ZzMJIetBrBNY+AlaTISnmcaPWOb6Mbr+OZgzSkH8SA8mWd9XFNcNzFi\npK2SYjCqVnqZA5hBDFjggP+cgEXcc+44TCRMncbvRx902WB0lH8KSQkCgYEAwPf0\nfvsaPtifBVmwlVnPlDPmxI9bmTxRNd1VVj7CqSLy7ktW/MsdtIRVTOO9JTubME1p\nL4GoaOEmDnYr7x3IxjWTcbO4fwc3nMQbc/2Dhp4cWPTXpHVrPsAkQ2or6BGKqpll\nxf9lrgWqXueUwWpt78HsvrOKwc05AQcxS/OPCQECgYA33xn0cAXVgM+CXjuKIqEt\nrjT0AUKp5pupnHYosG8YPXXZ0eJnfl7tTTCQy7+S4E8Muzl/4YBFrbPQlLa2INtQ\nuzngKr2FCpZFBLVNWfH5NGdfUgWlYK33wY//sIJYQzm0zH0B7SPjWSlpOurkOKPf\n8JmSWolFbYczv223TAt2SQKBgC31oITx13FqdI14rCcWKet5ZRghsMZRaGI04hNV\nhVV1XnjE9uXklqGc9xgGEdGhXbfmaAwJjIvWPBMrsBEWffA/aGunS2Tt2h/7UTKS\nCdZxJ/1D62xfDvj2GGz6B5URQH6bZHMA/j2xWb+a1oIukBqPjIxrBLxd3ZrSFLqr\nOsEBAoGAfiCPS4ipkzJ8ndWNm7BvlT2DX14Du7YtvWdxjRqL6zAohOej8ZtfIWVa\no9kB19qB2X0XKREOLCjeNJmPRjeBI+52slN7J2CtO5LPhZBwQ4Y8F+gOkr3a74hR\nWSZ+rTn+0pTZFtGCtybLI9uD5kJlNLP9Fsut1HjVqbHAQeaB4Ak=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:46,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-466ffc78-1f7e-46ed-b1fb-954999ae1883 2018-11-19 06:49:46,531 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:49:46,532 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:49:49,534 - create_stack - DEBUG - Stack status query timeout in 1178.47695684 2018-11-19 06:49:49,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:49,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:49 GMT Server: Apache x-openstack-request-id: req-f675de91-3311-482a-9d94-0ddabf302d30 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:49,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:49 GMT Server: Apache x-openstack-request-id: req-88c9e9ba-d556-48aa-bf67-5c9337b159f0 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": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAlGJPSgwhcQqRRlfuVg7rdPXE0ogTHAKwFSI6hxjBR7zJc66b\nblSnKsRD+PG8R5E98wYePQqRbeW4N6qXSsF19BJD3b6rP7ahpea33G1vl5qgTkFg\nC73LWcv0OfHQDLzwWsCaM88DpT1+s8zosbNacJdw3y2XHo/wtI715kToik0fh69d\nenzOlnZnLHRT5FpY4x1aGxX48f+kdGTCqPlGqqh1K8XViEyGeaj3dFBhEJn+ciQS\nZIi6J6psrVvyPC0BsrJhP2WAsYwJWpe6U3bKwqdIyerRGSj+bGajsyL0E97U6HaP\nAQgKMF0WBvzkSBX//PWe7EWuxgeJQIXBMqKaCQIDAQABAoIBAHR2TOFDcCP3NVrO\nvSQShb/A/oB3iPgdK/MKcIGEbn9Nr5f6XchU7PfmH6uOoEZTuxm5nZYva0GkYdhf\nLmvgOCIfC+FJO8PAJlO+KGT8B/AnztZc/XN5vdd2+vNX1gGJceTo8p7jRms1PvME\nS0beDIf+dPrWH5w/QZ+V7W6UeyfAep4/2nUncMndUP5fX3Z1yLTrUJcxJX0LBnQN\nC/s+0ljeLOYszgvhWEKZVjEa6GiPawz3yfJv26DTuuAO1/P8QVHowzE+iRCzcFhK\nTG7iNlQ4CaRv42mkFCX+ICMWYgxsWdB2cA7MSKciwl4xAlavlGp7zHLgcgWMHG3g\nGdjf8AECgYEAxNoxBDKDSiYGyZetbcmSpVYtT0o0NEK+OydfNmJ0lFCDV2Awy0Ib\nqJS3yXLv+ZzMJIetBrBNY+AlaTISnmcaPWOb6Mbr+OZgzSkH8SA8mWd9XFNcNzFi\npK2SYjCqVnqZA5hBDFjggP+cgEXcc+44TCRMncbvRx902WB0lH8KSQkCgYEAwPf0\nfvsaPtifBVmwlVnPlDPmxI9bmTxRNd1VVj7CqSLy7ktW/MsdtIRVTOO9JTubME1p\nL4GoaOEmDnYr7x3IxjWTcbO4fwc3nMQbc/2Dhp4cWPTXpHVrPsAkQ2or6BGKqpll\nxf9lrgWqXueUwWpt78HsvrOKwc05AQcxS/OPCQECgYA33xn0cAXVgM+CXjuKIqEt\nrjT0AUKp5pupnHYosG8YPXXZ0eJnfl7tTTCQy7+S4E8Muzl/4YBFrbPQlLa2INtQ\nuzngKr2FCpZFBLVNWfH5NGdfUgWlYK33wY//sIJYQzm0zH0B7SPjWSlpOurkOKPf\n8JmSWolFbYczv223TAt2SQKBgC31oITx13FqdI14rCcWKet5ZRghsMZRaGI04hNV\nhVV1XnjE9uXklqGc9xgGEdGhXbfmaAwJjIvWPBMrsBEWffA/aGunS2Tt2h/7UTKS\nCdZxJ/1D62xfDvj2GGz6B5URQH6bZHMA/j2xWb+a1oIukBqPjIxrBLxd3ZrSFLqr\nOsEBAoGAfiCPS4ipkzJ8ndWNm7BvlT2DX14Du7YtvWdxjRqL6zAohOej8ZtfIWVa\no9kB19qB2X0XKREOLCjeNJmPRjeBI+52slN7J2CtO5LPhZBwQ4Y8F+gOkr3a74hR\nWSZ+rTn+0pTZFtGCtybLI9uD5kJlNLP9Fsut1HjVqbHAQeaB4Ak=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:49,885 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-88c9e9ba-d556-48aa-bf67-5c9337b159f0 2018-11-19 06:49:49,886 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:49:49,886 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack 2018-11-19 06:49:49,886 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack 2018-11-19 06:49:49,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:50,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:49 GMT Server: Apache x-openstack-request-id: req-47b96abf-dfb7-40b1-bc93-7ce3b631b408 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:50,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:50 GMT Server: Apache x-openstack-request-id: req-0af99426-2f09-4541-8d51-806edbfd1485 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.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f2b51563-4e5f-4606-82e1-80339737c6a0", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "1de6e9c8-a6bc-4113-aa82-7ce98790596f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "11223e08-a3d9-4f28-a697-3f5fcb43e1c2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7af52dbb-9f84-44cc-98ec-00feec50db54", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "224", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "500139d6-e32d-40aa-98ff-bf5061179798:subnet_id=c0b0a6ad-10db-4feb-97d9-cca0439a63ce", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "c0b0a6ad-10db-4feb-97d9-cca0439a63ce", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "500139d6-e32d-40aa-98ff-bf5061179798", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d804648a-efd2-4525-b518-fe4b427a1a92", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1bbe9777-ef27-4686-8766-4b136b0f5e66", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2159bbeb-7f23-4e26-92a9-99f4eb01ec2e", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 06:49:50,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources used request id req-0af99426-2f09-4541-8d51-806edbfd1485 2018-11-19 06:49:50,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:50,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-2a823f28-839c-495d-be56-bcab90f159ad x-compute-request-id: req-2a823f28-839c-495d-be56-bcab90f159ad Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-11-19T06:49:40.000000", "flavor": {"id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "links": [{"href": "http://172.30.9.21:8774/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5", "rel": "bookmark"}]}, "id": "d804648a-efd2-4525-b518-fe4b427a1a92", "security_groups": [{"name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:41Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "created": "2018-11-19T06:49:35Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:49:50,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 used request id req-2a823f28-839c-495d-be56-bcab90f159ad 2018-11-19 06:49:50,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:50,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-dffb7315-a2bf-47dc-a954-fdbbe6ff0647 Date: Mon, 19 Nov 2018 06:49:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:50,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-dffb7315-a2bf-47dc-a954-fdbbe6ff0647 2018-11-19 06:49:50,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:49:50,708 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:49:50,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:50,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7e85b63-1930-49c5-8ee1-0c7f2d722d40 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:50,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-a7e85b63-1930-49c5-8ee1-0c7f2d722d40 2018-11-19 06:49:50,795 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:50,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d4108505-47e5-4d00-8507-50cc68484d45 Date: Mon, 19 Nov 2018 06:49:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:50,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-d4108505-47e5-4d00-8507-50cc68484d45 2018-11-19 06:49:50,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:50,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5806 X-Openstack-Request-Id: req-9d63f1a0-bcd0-464d-b283-7906126aca86 Date: Mon, 19 Nov 2018 06:49:50 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"network:ha_router_replicated_interface","revision_number":8,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:49:50,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-9d63f1a0-bcd0-464d-b283-7906126aca86 2018-11-19 06:49:50,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:51,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b32fda9d-c608-4f94-820f-2b0d0fc2e5d8 x-compute-request-id: req-b32fda9d-c608-4f94-820f-2b0d0fc2e5d8 Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b0:d6", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-11-19T06:49:42.000000", "flavor": {"id": "f2b51563-4e5f-4606-82e1-80339737c6a0", "links": [{"href": "http://172.30.9.21:8774/flavors/f2b51563-4e5f-4606-82e1-80339737c6a0", "rel": "bookmark"}]}, "id": "1bbe9777-ef27-4686-8766-4b136b0f5e66", "security_groups": [{"name": "default"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:43Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "created": "2018-11-19T06:49:36Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:49:51,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66 used request id req-b32fda9d-c608-4f94-820f-2b0d0fc2e5d8 2018-11-19 06:49:51,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:51,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-71840fd8-6325-4d08-9a0a-4546a8a34d40 Date: Mon, 19 Nov 2018 06:49:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:51,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-71840fd8-6325-4d08-9a0a-4546a8a34d40 2018-11-19 06:49:51,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:51,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-374ce966-9d37-494b-913f-14d84abe4e81 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:51,542 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-374ce966-9d37-494b-913f-14d84abe4e81 2018-11-19 06:49:51,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:51,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-dc9bff27-dbeb-4792-afa4-07adf9e42fd8 Date: Mon, 19 Nov 2018 06:49:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:51,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-dc9bff27-dbeb-4792-afa4-07adf9e42fd8 2018-11-19 06:49:51,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:51,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5742 X-Openstack-Request-Id: req-00089d6a-d969-4166-a20b-f2c58a434e2f Date: Mon, 19 Nov 2018 06:49:51 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:51Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"DOWN","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:49:51,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-00089d6a-d969-4166-a20b-f2c58a434e2f 2018-11-19 06:49:51,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:51,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:51 GMT Server: Apache x-openstack-request-id: req-19a0db94-1e82-480d-9316-db4223c12ecc Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:52,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:52 GMT Server: Apache x-openstack-request-id: req-8677ca9d-2d52-4dd0-9d54-ad9244d15a6e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1049 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "f2b51563-4e5f-4606-82e1-80339737c6a0", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "1de6e9c8-a6bc-4113-aa82-7ce98790596f", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "11223e08-a3d9-4f28-a697-3f5fcb43e1c2", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "7af52dbb-9f84-44cc-98ec-00feec50db54", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "224", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "500139d6-e32d-40aa-98ff-bf5061179798:subnet_id=c0b0a6ad-10db-4feb-97d9-cca0439a63ce", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "c0b0a6ad-10db-4feb-97d9-cca0439a63ce", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "500139d6-e32d-40aa-98ff-bf5061179798", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "d804648a-efd2-4525-b518-fe4b427a1a92", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "1bbe9777-ef27-4686-8766-4b136b0f5e66", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T06:49:27Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:49:27Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "2159bbeb-7f23-4e26-92a9-99f4eb01ec2e", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 06:49:52,125 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903/resources used request id req-8677ca9d-2d52-4dd0-9d54-ad9244d15a6e 2018-11-19 06:49:52,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,147 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2354634-5288-4fc3-8ae6-fefa8f967f82 x-compute-request-id: req-d2354634-5288-4fc3-8ae6-fefa8f967f82 Content-Encoding: gzip Content-Length: 338 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-flavor1-4p552owry6dc", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:49:52,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5 used request id req-d2354634-5288-4fc3-8ae6-fefa8f967f82 2018-11-19 06:49:52,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-61c8e767-7efe-486a-b24c-dd73c58c080e Date: Mon, 19 Nov 2018 06:49:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}} 2018-11-19 06:49:52,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce used request id req-61c8e767-7efe-486a-b24c-dd73c58c080e 2018-11-19 06:49:52,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-35ad1b4b-b4cf-411d-a8a4-792c89997ff5 Date: Mon, 19 Nov 2018 06:49:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:52,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-35ad1b4b-b4cf-411d-a8a4-792c89997ff5 2018-11-19 06:49:52,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-89522194-c796-4ff9-a8c7-21726e8645b7 Date: Mon, 19 Nov 2018 06:49:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:52,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-89522194-c796-4ff9-a8c7-21726e8645b7 2018-11-19 06:49:52,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-bdbb39c5-cf94-4095-af74-717979502c9c Date: Mon, 19 Nov 2018 06:49:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:52,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-bdbb39c5-cf94-4095-af74-717979502c9c 2018-11-19 06:49:52,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45126792-b053-4a40-9488-0f41ec14961c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:52,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-45126792-b053-4a40-9488-0f41ec14961c 2018-11-19 06:49:52,848 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d555ed26-2227-4587-9cff-500d0dcda45c Date: Mon, 19 Nov 2018 06:49:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:52,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-d555ed26-2227-4587-9cff-500d0dcda45c 2018-11-19 06:49:52,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3A12%3A86%3A73&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:52,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-29496ce6-f28f-461c-9887-a6bb243345be Date: Mon, 19 Nov 2018 06:49:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"}]} 2018-11-19 06:49:52,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3A12%3A86%3A73&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya&admin_state_up=True used request id req-29496ce6-f28f-461c-9887-a6bb243345be 2018-11-19 06:49:52,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:53,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63113d94-3cb1-4170-ba81-6c8e10163c2e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:53,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-63113d94-3cb1-4170-ba81-6c8e10163c2e 2018-11-19 06:49:53,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:53,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5844b955-7795-4f6f-87be-5daf05438cc2 Date: Mon, 19 Nov 2018 06:49:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:53,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-5844b955-7795-4f6f-87be-5daf05438cc2 2018-11-19 06:49:53,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:53,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-65dd3b28-58d3-4bc7-a63d-ea1bbe63104f Date: Mon, 19 Nov 2018 06:49:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:53,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-65dd3b28-58d3-4bc7-a63d-ea1bbe63104f 2018-11-19 06:49:53,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:53,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-50c55be7-1bca-47fd-a77f-033d58259c1f Date: Mon, 19 Nov 2018 06:49:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:49:53,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-50c55be7-1bca-47fd-a77f-033d58259c1f 2018-11-19 06:49:53,401 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:53,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-a975f80e-1e73-4c9c-bf96-4fa6274d71d0 Date: Mon, 19 Nov 2018 06:49:53 GMT RESP BODY: {"floatingips": [{"router_id": "500139d6-e32d-40aa-98ff-bf5061179798", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:37Z", "updated_at": "2018-11-19T06:49:40Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "faca157d426545a9b49893ffcd54ad70", "port_id": "2159bbeb-7f23-4e26-92a9-99f4eb01ec2e", "id": "7af52dbb-9f84-44cc-98ec-00feec50db54"}]} 2018-11-19 06:49:53,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-a975f80e-1e73-4c9c-bf96-4fa6274d71d0 2018-11-19 06:49:53,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/500139d6-e32d-40aa-98ff-bf5061179798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:53,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-e43bd6c4-3161-4922-ac2c-3cf7fa80d0f2 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:31Z", "admin_state_up": true, "updated_at": "2018-11-19T06:49:38Z", "project_id": "faca157d426545a9b49893ffcd54ad70", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "500139d6-e32d-40aa-98ff-bf5061179798", "name": "mgmt_router"}} 2018-11-19 06:49:54,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/500139d6-e32d-40aa-98ff-bf5061179798 used request id req-e43bd6c4-3161-4922-ac2c-3cf7fa80d0f2 2018-11-19 06:49:54,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=500139d6-e32d-40aa-98ff-bf5061179798 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4542 X-Openstack-Request-Id: req-1e72f24a-b884-426e-92ca-009e16c69b9f Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"33859d95-8d41-4779-a0d9-3ada434c3167","ip_address":"169.254.192.10"}],"id":"61dae1ef-7c45-4d92-8f6f-c0898723833e","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:9a:c0","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant faca157d426545a9b49893ffcd54ad70","admin_state_up":true,"network_id":"dfcce038-fd6e-43f2-887d-484ab7e1733c","tenant_id":"","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:40Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"33859d95-8d41-4779-a0d9-3ada434c3167","ip_address":"169.254.192.3"}],"id":"d4d4de99-f6a6-416a-b017-a86806400bcc","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f2:2b:be","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant faca157d426545a9b49893ffcd54ad70","admin_state_up":true,"network_id":"dfcce038-fd6e-43f2-887d-484ab7e1733c","tenant_id":"","created_at":"2018-11-19T06:49:33Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:39Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"33859d95-8d41-4779-a0d9-3ada434c3167","ip_address":"169.254.192.9"}],"id":"d6f156f0-c189-4039-aca6-0bd206e627b7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:88:4e:b3","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant faca157d426545a9b49893ffcd54ad70","admin_state_up":true,"network_id":"dfcce038-fd6e-43f2-887d-484ab7e1733c","tenant_id":"","created_at":"2018-11-19T06:49:34Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:router_gateway","revision_number":13,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.204"}],"id":"de371d99-7d99-47d3-86e4-91ddae640ebd","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9d:b9:c2","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"}]} 2018-11-19 06:49:54,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=500139d6-e32d-40aa-98ff-bf5061179798 used request id req-1e72f24a-b884-426e-92ca-009e16c69b9f 2018-11-19 06:49:54,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-7d755384-e6cb-4aa5-9808-3824c1fc3788 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:49:54,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-7d755384-e6cb-4aa5-9808-3824c1fc3788 2018-11-19 06:49:54,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/33859d95-8d41-4779-a0d9-3ada434c3167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-ba76ac05-e398-4a86-abfd-9f4b740ab0d8 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"dfcce038-fd6e-43f2-887d-484ab7e1733c","tenant_id":"","created_at":"2018-11-19T06:49:30Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"33859d95-8d41-4779-a0d9-3ada434c3167","subnetpool_id":null,"name":"HA subnet tenant faca157d426545a9b49893ffcd54ad70"}} 2018-11-19 06:49:54,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/33859d95-8d41-4779-a0d9-3ada434c3167 used request id req-ba76ac05-e398-4a86-abfd-9f4b740ab0d8 2018-11-19 06:49:54,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/33859d95-8d41-4779-a0d9-3ada434c3167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-8a3b736a-1b59-44c4-8b1e-e795162d37b9 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"dfcce038-fd6e-43f2-887d-484ab7e1733c","tenant_id":"","created_at":"2018-11-19T06:49:30Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"33859d95-8d41-4779-a0d9-3ada434c3167","subnetpool_id":null,"name":"HA subnet tenant faca157d426545a9b49893ffcd54ad70"}} 2018-11-19 06:49:54,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/33859d95-8d41-4779-a0d9-3ada434c3167 used request id req-8a3b736a-1b59-44c4-8b1e-e795162d37b9 2018-11-19 06:49:54,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/33859d95-8d41-4779-a0d9-3ada434c3167 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-2b31c4fe-3645-46e1-9a60-f6d4bccd0613 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"dfcce038-fd6e-43f2-887d-484ab7e1733c","tenant_id":"","created_at":"2018-11-19T06:49:30Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:30Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"33859d95-8d41-4779-a0d9-3ada434c3167","subnetpool_id":null,"name":"HA subnet tenant faca157d426545a9b49893ffcd54ad70"}} 2018-11-19 06:49:54,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/33859d95-8d41-4779-a0d9-3ada434c3167 used request id req-2b31c4fe-3645-46e1-9a60-f6d4bccd0613 2018-11-19 06:49:54,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-2b29f6f3-257d-4919-a5d2-1fb5ee4e2a02 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}} 2018-11-19 06:49:54,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce used request id req-2b29f6f3-257d-4919-a5d2-1fb5ee4e2a02 2018-11-19 06:49:54,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/2159bbeb-7f23-4e26-92a9-99f4eb01ec2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-5e59e704-c0f0-436b-bf63-49ba521ff20e Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","project_id":"faca157d426545a9b49893ffcd54ad70","qos_policy_id":null,"admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal"}} 2018-11-19 06:49:54,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/2159bbeb-7f23-4e26-92a9-99f4eb01ec2e used request id req-5e59e704-c0f0-436b-bf63-49ba521ff20e 2018-11-19 06:49:54,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-f47fc5e5-9b8a-4241-99e7-18555e782c8a Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}} 2018-11-19 06:49:54,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce used request id req-f47fc5e5-9b8a-4241-99e7-18555e782c8a 2018-11-19 06:49:54,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-a89b134d-1119-485e-b9b6-e6cc31dadbd0 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:49:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:49:22Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "metadata": {}}], "self": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "min_disk": 0, "protected": false, "id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "file": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "faca157d426545a9b49893ffcd54ad70", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:49:54,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c used request id req-a89b134d-1119-485e-b9b6-e6cc31dadbd0 2018-11-19 06:49:54,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c88185cd-6d09-4248-9deb-01215dfcaa63 Date: Mon, 19 Nov 2018 06:49:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:49:54,615 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-c88185cd-6d09-4248-9deb-01215dfcaa63 2018-11-19 06:49:54,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:54,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:49:54 GMT Server: Apache x-openstack-request-id: req-6bb32e0a-d2d0-48cc-b749-6802d16d208c Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:49:54,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:54 GMT Server: Apache x-openstack-request-id: req-ffd09d82-8996-4473-a554-fa65b47fea3d 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": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAlGJPSgwhcQqRRlfuVg7rdPXE0ogTHAKwFSI6hxjBR7zJc66b\nblSnKsRD+PG8R5E98wYePQqRbeW4N6qXSsF19BJD3b6rP7ahpea33G1vl5qgTkFg\nC73LWcv0OfHQDLzwWsCaM88DpT1+s8zosbNacJdw3y2XHo/wtI715kToik0fh69d\nenzOlnZnLHRT5FpY4x1aGxX48f+kdGTCqPlGqqh1K8XViEyGeaj3dFBhEJn+ciQS\nZIi6J6psrVvyPC0BsrJhP2WAsYwJWpe6U3bKwqdIyerRGSj+bGajsyL0E97U6HaP\nAQgKMF0WBvzkSBX//PWe7EWuxgeJQIXBMqKaCQIDAQABAoIBAHR2TOFDcCP3NVrO\nvSQShb/A/oB3iPgdK/MKcIGEbn9Nr5f6XchU7PfmH6uOoEZTuxm5nZYva0GkYdhf\nLmvgOCIfC+FJO8PAJlO+KGT8B/AnztZc/XN5vdd2+vNX1gGJceTo8p7jRms1PvME\nS0beDIf+dPrWH5w/QZ+V7W6UeyfAep4/2nUncMndUP5fX3Z1yLTrUJcxJX0LBnQN\nC/s+0ljeLOYszgvhWEKZVjEa6GiPawz3yfJv26DTuuAO1/P8QVHowzE+iRCzcFhK\nTG7iNlQ4CaRv42mkFCX+ICMWYgxsWdB2cA7MSKciwl4xAlavlGp7zHLgcgWMHG3g\nGdjf8AECgYEAxNoxBDKDSiYGyZetbcmSpVYtT0o0NEK+OydfNmJ0lFCDV2Awy0Ib\nqJS3yXLv+ZzMJIetBrBNY+AlaTISnmcaPWOb6Mbr+OZgzSkH8SA8mWd9XFNcNzFi\npK2SYjCqVnqZA5hBDFjggP+cgEXcc+44TCRMncbvRx902WB0lH8KSQkCgYEAwPf0\nfvsaPtifBVmwlVnPlDPmxI9bmTxRNd1VVj7CqSLy7ktW/MsdtIRVTOO9JTubME1p\nL4GoaOEmDnYr7x3IxjWTcbO4fwc3nMQbc/2Dhp4cWPTXpHVrPsAkQ2or6BGKqpll\nxf9lrgWqXueUwWpt78HsvrOKwc05AQcxS/OPCQECgYA33xn0cAXVgM+CXjuKIqEt\nrjT0AUKp5pupnHYosG8YPXXZ0eJnfl7tTTCQy7+S4E8Muzl/4YBFrbPQlLa2INtQ\nuzngKr2FCpZFBLVNWfH5NGdfUgWlYK33wY//sIJYQzm0zH0B7SPjWSlpOurkOKPf\n8JmSWolFbYczv223TAt2SQKBgC31oITx13FqdI14rCcWKet5ZRghsMZRaGI04hNV\nhVV1XnjE9uXklqGc9xgGEdGhXbfmaAwJjIvWPBMrsBEWffA/aGunS2Tt2h/7UTKS\nCdZxJ/1D62xfDvj2GGz6B5URQH6bZHMA/j2xWb+a1oIukBqPjIxrBLxd3ZrSFLqr\nOsEBAoGAfiCPS4ipkzJ8ndWNm7BvlT2DX14Du7YtvWdxjRqL6zAohOej8ZtfIWVa\no9kB19qB2X0XKREOLCjeNJmPRjeBI+52slN7J2CtO5LPhZBwQ4Y8F+gOkr3a74hR\nWSZ+rTn+0pTZFtGCtybLI9uD5kJlNLP9Fsut1HjVqbHAQeaB4Ak=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:49:54,981 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-ffd09d82-8996-4473-a554-fa65b47fea3d 2018-11-19 06:49:54,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:49:54,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:49:55,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "b41892ca43bc495d8c11623917ad0858", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:49:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "faca157d426545a9b49893ffcd54ad70", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-user", "id": "da92d9bb927a49fb84a0be2c76ecf41f"}, "audit_ids": ["P5QI48l_Sa6a7SXl1ug7eQ"], "issued_at": "2018-11-19T06:49:55.000000Z"}} 2018-11-19 06:49:55,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:55,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4ff7c5c-52ba-4cbc-b919-646ee8a9420e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:49:55,459 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-d4ff7c5c-52ba-4cbc-b919-646ee8a9420e 2018-11-19 06:49:55,460 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:49:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:55,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6edcf23a-8dd6-4027-b088-50141e30bacc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:49:55,541 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6edcf23a-8dd6-4027-b088-50141e30bacc 2018-11-19 06:49:55,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:56,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-16edad90-c461-4969-84f3-d6b209b5c324 Date: Mon, 19 Nov 2018 06:49:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:56,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-16edad90-c461-4969-84f3-d6b209b5c324 2018-11-19 06:49:56,177 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:49:56,182 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:49: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:49:56,183 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:56,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29c6ed14-ee12-4cda-b553-847cff2e6c6c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:56,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-29c6ed14-ee12-4cda-b553-847cff2e6c6c 2018-11-19 06:49:56,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:56,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4a1a9425-d8e8-4345-8840-6efa6093cbd9 Date: Mon, 19 Nov 2018 06:49:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:56,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-4a1a9425-d8e8-4345-8840-6efa6093cbd9 2018-11-19 06:49:56,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3A12%3A86%3A73&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:56,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-6a596753-182c-454e-aa44-21488c3a6494 Date: Mon, 19 Nov 2018 06:49:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"}]} 2018-11-19 06:49:56,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3A12%3A86%3A73&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya&admin_state_up=True used request id req-6a596753-182c-454e-aa44-21488c3a6494 2018-11-19 06:49:56,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:56,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6929d6f9-fe9f-43f0-aaf2-0be7e944e32a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:56,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-6929d6f9-fe9f-43f0-aaf2-0be7e944e32a 2018-11-19 06:49:56,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:57,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-1b957fbb-941d-4c20-9e57-703a93748818 x-compute-request-id: req-1b957fbb-941d-4c20-9e57-703a93748818 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-11-19T06:49:40.000000", "flavor": {"id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "links": [{"href": "http://172.30.9.21:8774/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5", "rel": "bookmark"}]}, "id": "d804648a-efd2-4525-b518-fe4b427a1a92", "security_groups": [{"name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:41Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "created": "2018-11-19T06:49:35Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:49:57,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1 used request id req-1b957fbb-941d-4c20-9e57-703a93748818 2018-11-19 06:49:57,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:57,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e8f30f83-15e3-4336-a8ce-a45c546a18a6 Date: Mon, 19 Nov 2018 06:49:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:57,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-e8f30f83-15e3-4336-a8ce-a45c546a18a6 2018-11-19 06:49:57,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:58,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-bd2c5b16-79f1-4c20-b714-c4d6529e0427 Date: Mon, 19 Nov 2018 06:49:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:58,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-bd2c5b16-79f1-4c20-b714-c4d6529e0427 2018-11-19 06:49:58,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:59,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-e22122b9-ea4e-4747-ab9b-bd32ee236e7d Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:49:59,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-e22122b9-ea4e-4747-ab9b-bd32ee236e7d 2018-11-19 06:49:59,087 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1 2018-11-19 06:49:59,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:49:59,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-60e6f8a3-5945-41bb-9ba6-4ef662a1d0e7 Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"floatingips": [{"router_id": "500139d6-e32d-40aa-98ff-bf5061179798", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:37Z", "updated_at": "2018-11-19T06:49:40Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "faca157d426545a9b49893ffcd54ad70", "port_id": "2159bbeb-7f23-4e26-92a9-99f4eb01ec2e", "id": "7af52dbb-9f84-44cc-98ec-00feec50db54"}]} 2018-11-19 06:49:59,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-60e6f8a3-5945-41bb-9ba6-4ef662a1d0e7 2018-11-19 06:49:59,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/f2b51563-4e5f-4606-82e1-80339737c6a0 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75b51c5c-9a31-44c5-a2f5-32d86aed9f27 x-compute-request-id: req-75b51c5c-9a31-44c5-a2f5-32d86aed9f27 Content-Encoding: gzip Content-Length: 337 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f2b51563-4e5f-4606-82e1-80339737c6a0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f2b51563-4e5f-4606-82e1-80339737c6a0", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "f2b51563-4e5f-4606-82e1-80339737c6a0", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-flavor2-a5le3dxk2gro", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:49:59,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/f2b51563-4e5f-4606-82e1-80339737c6a0 used request id req-75b51c5c-9a31-44c5-a2f5-32d86aed9f27 2018-11-19 06:49:59,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-7942e8fe-e094-4cec-aabb-e2e2a5aa1c67 Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}} 2018-11-19 06:49:59,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/c0b0a6ad-10db-4feb-97d9-cca0439a63ce used request id req-7942e8fe-e094-4cec-aabb-e2e2a5aa1c67 2018-11-19 06:49:59,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e45a2176-771e-4e9d-9936-8bc118cbcc44 Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:59,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-e45a2176-771e-4e9d-9936-8bc118cbcc44 2018-11-19 06:49:59,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fb6cd69d-0ddf-4506-9979-08f36a82462b Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:59,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-fb6cd69d-0ddf-4506-9979-08f36a82462b 2018-11-19 06:49:59,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-3a89e1d7-7233-4c05-a799-b430ed6261f2 Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:49:59,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-3a89e1d7-7233-4c05-a799-b430ed6261f2 2018-11-19 06:49:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20fb3e76-f639-4658-ada6-72915a6ba18f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:49:59,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-20fb3e76-f639-4658-ada6-72915a6ba18f 2018-11-19 06:49:59,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-96156bf2-6a01-4c87-bd88-f4acff5a61e6 Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:49:59,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-96156bf2-6a01-4c87-bd88-f4acff5a61e6 2018-11-19 06:49:59,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3Abd%3Ab0%3Ad6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:49:59,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-858ee9b4-06d3-4cb0-9936-b15fe3eb7d8d Date: Mon, 19 Nov 2018 06:49:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"}]} 2018-11-19 06:49:59,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3Abd%3Ab0%3Ad6&admin_state_up=True used request id req-858ee9b4-06d3-4cb0-9936-b15fe3eb7d8d 2018-11-19 06:49:59,953 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:00,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:49:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7408225b-ee04-42da-97ca-764eb9784e2c Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:50:00,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-7408225b-ee04-42da-97ca-764eb9784e2c 2018-11-19 06:50:00,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:00,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-55a50927-e3cc-461a-9911-bddab4d9ad8f Date: Mon, 19 Nov 2018 06:50:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:50:00,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-55a50927-e3cc-461a-9911-bddab4d9ad8f 2018-11-19 06:50:00,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:00,195 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-672dc216-5c33-4ba3-b095-d5414fadc55b Date: Mon, 19 Nov 2018 06:50:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:50:00,195 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-672dc216-5c33-4ba3-b095-d5414fadc55b 2018-11-19 06:50:00,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:00,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-bc2c98b8-1567-45ea-9fb2-a78ca411d231 Date: Mon, 19 Nov 2018 06:50:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:50:00,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-bc2c98b8-1567-45ea-9fb2-a78ca411d231 2018-11-19 06:50:00,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:00,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-cd123040-9a2c-4983-86bc-68d79ad88510 Date: Mon, 19 Nov 2018 06:50:00 GMT RESP BODY: {"floatingips": [{"router_id": "500139d6-e32d-40aa-98ff-bf5061179798", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:37Z", "updated_at": "2018-11-19T06:49:40Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "faca157d426545a9b49893ffcd54ad70", "port_id": "2159bbeb-7f23-4e26-92a9-99f4eb01ec2e", "id": "7af52dbb-9f84-44cc-98ec-00feec50db54"}]} 2018-11-19 06:50:00,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-cd123040-9a2c-4983-86bc-68d79ad88510 2018-11-19 06:50:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:00,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-322bd6e4-c129-4c1c-bcaa-cddd24171a47 Date: Mon, 19 Nov 2018 06:50:00 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:49:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:49:22Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "metadata": {}}], "self": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "min_disk": 0, "protected": false, "id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "file": "/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "faca157d426545a9b49893ffcd54ad70", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/d1f33592-56f4-4a12-95e8-2ea46b94280c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:50:00,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c used request id req-322bd6e4-c129-4c1c-bcaa-cddd24171a47 2018-11-19 06:50:00,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:00,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:00 GMT Server: Apache x-openstack-request-id: req-edba5c2b-0ee3-43e4-86d6-4ded10cef746 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:00,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:00 GMT Server: Apache x-openstack-request-id: req-bd1f63a5-d673-42dd-b323-8f4a6ad0fdef 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": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "214d7e54-7320-4368-868e-89eea52dd903", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAlGJPSgwhcQqRRlfuVg7rdPXE0ogTHAKwFSI6hxjBR7zJc66b\nblSnKsRD+PG8R5E98wYePQqRbeW4N6qXSsF19BJD3b6rP7ahpea33G1vl5qgTkFg\nC73LWcv0OfHQDLzwWsCaM88DpT1+s8zosbNacJdw3y2XHo/wtI715kToik0fh69d\nenzOlnZnLHRT5FpY4x1aGxX48f+kdGTCqPlGqqh1K8XViEyGeaj3dFBhEJn+ciQS\nZIi6J6psrVvyPC0BsrJhP2WAsYwJWpe6U3bKwqdIyerRGSj+bGajsyL0E97U6HaP\nAQgKMF0WBvzkSBX//PWe7EWuxgeJQIXBMqKaCQIDAQABAoIBAHR2TOFDcCP3NVrO\nvSQShb/A/oB3iPgdK/MKcIGEbn9Nr5f6XchU7PfmH6uOoEZTuxm5nZYva0GkYdhf\nLmvgOCIfC+FJO8PAJlO+KGT8B/AnztZc/XN5vdd2+vNX1gGJceTo8p7jRms1PvME\nS0beDIf+dPrWH5w/QZ+V7W6UeyfAep4/2nUncMndUP5fX3Z1yLTrUJcxJX0LBnQN\nC/s+0ljeLOYszgvhWEKZVjEa6GiPawz3yfJv26DTuuAO1/P8QVHowzE+iRCzcFhK\nTG7iNlQ4CaRv42mkFCX+ICMWYgxsWdB2cA7MSKciwl4xAlavlGp7zHLgcgWMHG3g\nGdjf8AECgYEAxNoxBDKDSiYGyZetbcmSpVYtT0o0NEK+OydfNmJ0lFCDV2Awy0Ib\nqJS3yXLv+ZzMJIetBrBNY+AlaTISnmcaPWOb6Mbr+OZgzSkH8SA8mWd9XFNcNzFi\npK2SYjCqVnqZA5hBDFjggP+cgEXcc+44TCRMncbvRx902WB0lH8KSQkCgYEAwPf0\nfvsaPtifBVmwlVnPlDPmxI9bmTxRNd1VVj7CqSLy7ktW/MsdtIRVTOO9JTubME1p\nL4GoaOEmDnYr7x3IxjWTcbO4fwc3nMQbc/2Dhp4cWPTXpHVrPsAkQ2or6BGKqpll\nxf9lrgWqXueUwWpt78HsvrOKwc05AQcxS/OPCQECgYA33xn0cAXVgM+CXjuKIqEt\nrjT0AUKp5pupnHYosG8YPXXZ0eJnfl7tTTCQy7+S4E8Muzl/4YBFrbPQlLa2INtQ\nuzngKr2FCpZFBLVNWfH5NGdfUgWlYK33wY//sIJYQzm0zH0B7SPjWSlpOurkOKPf\n8JmSWolFbYczv223TAt2SQKBgC31oITx13FqdI14rCcWKet5ZRghsMZRaGI04hNV\nhVV1XnjE9uXklqGc9xgGEdGhXbfmaAwJjIvWPBMrsBEWffA/aGunS2Tt2h/7UTKS\nCdZxJ/1D62xfDvj2GGz6B5URQH6bZHMA/j2xWb+a1oIukBqPjIxrBLxd3ZrSFLqr\nOsEBAoGAfiCPS4ipkzJ8ndWNm7BvlT2DX14Du7YtvWdxjRqL6zAohOej8ZtfIWVa\no9kB19qB2X0XKREOLCjeNJmPRjeBI+52slN7J2CtO5LPhZBwQ4Y8F+gOkr3a74hR\nWSZ+rTn+0pTZFtGCtybLI9uD5kJlNLP9Fsut1HjVqbHAQeaB4Ak=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:00,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-bd1f63a5-d673-42dd-b323-8f4a6ad0fdef 2018-11-19 06:50:00,801 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:50:00,802 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:50:01,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "b41892ca43bc495d8c11623917ad0858", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:50:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "faca157d426545a9b49893ffcd54ad70", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/faca157d426545a9b49893ffcd54ad70", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-user", "id": "da92d9bb927a49fb84a0be2c76ecf41f"}, "audit_ids": ["iEsP_6p6Tp2Y9nm6pOiayA"], "issued_at": "2018-11-19T06:50:01.000000Z"}} 2018-11-19 06:50:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:01,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-220d64c3-ecbf-48a1-a012-6a0398ff0115 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:50:01,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-220d64c3-ecbf-48a1-a012-6a0398ff0115 2018-11-19 06:50:01,271 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:50:01,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:01,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c828c9b-d033-4dfe-801c-8fd247cc1401 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:50:01,366 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8c828c9b-d033-4dfe-801c-8fd247cc1401 2018-11-19 06:50:01,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:01,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-2d61b667-9581-4406-9f0d-088bcb4ba6ba Date: Mon, 19 Nov 2018 06:50:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:50:01,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-2d61b667-9581-4406-9f0d-088bcb4ba6ba 2018-11-19 06:50:01,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:50:01,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:50:01,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:01,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e567238f-f612-4bc1-a9dc-360d811e1ea8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:50:01,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-e567238f-f612-4bc1-a9dc-360d811e1ea8 2018-11-19 06:50:01,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:01,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f7e45d09-e110-459b-9dfa-95b76ea6e93b Date: Mon, 19 Nov 2018 06:50:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:50:01,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-f7e45d09-e110-459b-9dfa-95b76ea6e93b 2018-11-19 06:50:01,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3Abd%3Ab0%3Ad6&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:02,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-3095139f-9e6f-4dc5-8def-ef0bb9833bdc Date: Mon, 19 Nov 2018 06:50:02 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"}]} 2018-11-19 06:50:02,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f&mac_address=fa%3A16%3A3e%3Abd%3Ab0%3Ad6&admin_state_up=True used request id req-3095139f-9e6f-4dc5-8def-ef0bb9833bdc 2018-11-19 06:50:02,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:02,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dbff91b-e9aa-4bcc-948d-7e5374f2978e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:50:02,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-5dbff91b-e9aa-4bcc-948d-7e5374f2978e 2018-11-19 06:50:02,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:03,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-98ece160-373b-4c31-82fe-73873ad9d7f8 x-compute-request-id: req-98ece160-373b-4c31-82fe-73873ad9d7f8 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b0:d6", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-11-19T06:49:42.000000", "flavor": {"id": "f2b51563-4e5f-4606-82e1-80339737c6a0", "links": [{"href": "http://172.30.9.21:8774/flavors/f2b51563-4e5f-4606-82e1-80339737c6a0", "rel": "bookmark"}]}, "id": "1bbe9777-ef27-4686-8766-4b136b0f5e66", "security_groups": [{"name": "default"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:43Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "created": "2018-11-19T06:49:36Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:50:03,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2 used request id req-98ece160-373b-4c31-82fe-73873ad9d7f8 2018-11-19 06:50:03,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:03,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-26727edc-4964-47d8-b5af-eba61f416d89 Date: Mon, 19 Nov 2018 06:50:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:50:03,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-26727edc-4964-47d8-b5af-eba61f416d89 2018-11-19 06:50:03,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:04,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-eba690a4-31f3-4564-b215-70b58cc66b29 Date: Mon, 19 Nov 2018 06:50:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:50:04,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-eba690a4-31f3-4564-b215-70b58cc66b29 2018-11-19 06:50:04,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:04,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-87cdcce5-b70a-4824-a5c9-2a6479a5a01b Date: Mon, 19 Nov 2018 06:50:04 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:50:04,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-87cdcce5-b70a-4824-a5c9-2a6479a5a01b 2018-11-19 06:50:04,611 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2 2018-11-19 06:50:04,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:04,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-abdf2129-2b8d-4bda-ac5e-b1a9140658de Date: Mon, 19 Nov 2018 06:50:04 GMT RESP BODY: {"floatingips": [{"router_id": "500139d6-e32d-40aa-98ff-bf5061179798", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:37Z", "updated_at": "2018-11-19T06:49:40Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.5", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "faca157d426545a9b49893ffcd54ad70", "port_id": "2159bbeb-7f23-4e26-92a9-99f4eb01ec2e", "id": "7af52dbb-9f84-44cc-98ec-00feec50db54"}]} 2018-11-19 06:50:04,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-abdf2129-2b8d-4bda-ac5e-b1a9140658de 2018-11-19 06:50:04,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:05,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50: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-375a2e1b-4172-48d0-8ac7-e7d5c34893d8 x-compute-request-id: req-375a2e1b-4172-48d0-8ac7-e7d5c34893d8 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-11-19T06:49:40.000000", "flavor": {"id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "links": [{"href": "http://172.30.9.21:8774/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5", "rel": "bookmark"}]}, "id": "d804648a-efd2-4525-b518-fe4b427a1a92", "security_groups": [{"name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:41Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "created": "2018-11-19T06:49:35Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:50:05,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 used request id req-375a2e1b-4172-48d0-8ac7-e7d5c34893d8 2018-11-19 06:50:05,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:05,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-1282d9ac-7443-4c79-a5e1-ffbe7d9bfcfa Date: Mon, 19 Nov 2018 06:50:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:50:05,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-1282d9ac-7443-4c79-a5e1-ffbe7d9bfcfa 2018-11-19 06:50:05,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:05,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a732648-b41a-44e1-8b22-26698669956f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:50:05,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-7a732648-b41a-44e1-8b22-26698669956f 2018-11-19 06:50:05,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:05,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8c382b7d-edbc-4c51-805d-31f4a190b6cc Date: Mon, 19 Nov 2018 06:50:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:50:05,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-8c382b7d-edbc-4c51-805d-31f4a190b6cc 2018-11-19 06:50:05,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:05,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-78ec5509-52dd-47c4-a724-e39cbdc202e1 Date: Mon, 19 Nov 2018 06:50:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:50:05,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-78ec5509-52dd-47c4-a724-e39cbdc202e1 2018-11-19 06:50:05,822 - create_instance - INFO - Checking if VM is active 2018-11-19 06:50:05,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:06,587 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-53602cf4-c445-48f8-bdba-53b43f00d5a7 x-compute-request-id: req-53602cf4-c445-48f8-bdba-53b43f00d5a7 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-11-19T06:49:40.000000", "flavor": {"id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "links": [{"href": "http://172.30.9.21:8774/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5", "rel": "bookmark"}]}, "id": "d804648a-efd2-4525-b518-fe4b427a1a92", "security_groups": [{"name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:41Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "created": "2018-11-19T06:49:35Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:50:06,588 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 used request id req-53602cf4-c445-48f8-bdba-53b43f00d5a7 2018-11-19 06:50:06,588 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1] is - ACTIVE 2018-11-19 06:50:06,588 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:50:06,591 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:06,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50: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-ef641a97-4c40-4dde-9dcd-33bc5c0209aa x-compute-request-id: req-ef641a97-4c40-4dde-9dcd-33bc5c0209aa Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:12:86:73", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d804648a-efd2-4525-b518-fe4b427a1a92", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000116", "OS-SRV-USG:launched_at": "2018-11-19T06:49:40.000000", "flavor": {"id": "e8998826-c495-4306-88d5-d01a1b2cb0e5", "links": [{"href": "http://172.30.9.21:8774/flavors/e8998826-c495-4306-88d5-d01a1b2cb0e5", "rel": "bookmark"}]}, "id": "d804648a-efd2-4525-b518-fe4b427a1a92", "security_groups": [{"name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:41Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "created": "2018-11-19T06:49:35Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:50:06,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d804648a-efd2-4525-b518-fe4b427a1a92 used request id req-ef641a97-4c40-4dde-9dcd-33bc5c0209aa 2018-11-19 06:50:06,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:07,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4d14521d-550d-4d4c-a21f-475662f4dc85 Date: Mon, 19 Nov 2018 06:50:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:50:07,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-4d14521d-550d-4d4c-a21f-475662f4dc85 2018-11-19 06:50:07,081 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:07,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96723462-d976-40ca-b945-bf40fc92bd63 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:50:07,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-96723462-d976-40ca-b945-bf40fc92bd63 2018-11-19 06:50:07,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:07,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6e3a4a80-16a0-467f-9732-244f00ab3e66 Date: Mon, 19 Nov 2018 06:50:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:50:07,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-6e3a4a80-16a0-467f-9732-244f00ab3e66 2018-11-19 06:50:07,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b036d706426daf0605a8bde59bec1e5e99fe0754" 2018-11-19 06:50:07,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-d40a4137-71e0-41ae-ae89-1844fcc843d5 Date: Mon, 19 Nov 2018 06:50:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:50:07,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-d40a4137-71e0-41ae-ae89-1844fcc843d5 2018-11-19 06:50:07,422 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:50:07,425 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f14db50L 2018-11-19 06:50:07,426 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:50:07,426 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:50:07,426 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:50:07,427 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:50:07,427 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:50:07,427 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:50:07,428 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:50:07,428 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:50:07,428 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:50:07,445 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:50:07,445 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:50:07,458 - paramiko.transport - DEBUG - Trying key 0dc272253d9feea477a10df1bdec59db from 2f445a19-f68c-4e7b-81cd-0c8801677c74 2018-11-19 06:50:07,481 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:50:07,487 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:50:07,587 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:50:07,604 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:50:07,604 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:50:07,606 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f14db50L 2018-11-19 06:50:07,606 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:50:07,606 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:50:07,606 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:50:07,607 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:50:07,608 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:50:07,608 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:50:07,608 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:50:07,608 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:50:07,608 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:50:07,625 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:50:07,626 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:50:07,638 - paramiko.transport - DEBUG - Trying key 0dc272253d9feea477a10df1bdec59db from 2f445a19-f68c-4e7b-81cd-0c8801677c74 2018-11-19 06:50:07,666 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:50:07,672 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:50:07,703 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:50:07,704 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:50:07,704 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:50:07,706 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:50:07,707 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:50:07,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:08,839 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-15f19c0e-45ce-4293-856c-722c42110a4a x-compute-request-id: req-15f19c0e-45ce-4293-856c-722c42110a4a Content-Encoding: gzip Content-Length: 825 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:b0:d6", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66", "rel": "bookmark"}], "image": {"id": "d1f33592-56f4-4a12-95e8-2ea46b94280c", "links": [{"href": "http://172.30.9.21:8774/images/d1f33592-56f4-4a12-95e8-2ea46b94280c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000119", "OS-SRV-USG:launched_at": "2018-11-19T06:49:42.000000", "flavor": {"id": "f2b51563-4e5f-4606-82e1-80339737c6a0", "links": [{"href": "http://172.30.9.21:8774/flavors/f2b51563-4e5f-4606-82e1-80339737c6a0", "rel": "bookmark"}]}, "id": "1bbe9777-ef27-4686-8766-4b136b0f5e66", "security_groups": [{"name": "default"}], "user_id": "da92d9bb927a49fb84a0be2c76ecf41f", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:49:43Z", "hostId": "6c818f08e3c3792d590d915c6abb49b6a23287f08011acf26c4a248f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "created": "2018-11-19T06:49:36Z", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:50:08,840 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1bbe9777-ef27-4686-8766-4b136b0f5e66 used request id req-15f19c0e-45ce-4293-856c-722c42110a4a 2018-11-19 06:50:08,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:09,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-55a39489-04e9-4ccc-8f19-dcb036165614 Date: Mon, 19 Nov 2018 06:50:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":32,"ipv4_address_scope":null,"shared":false,"project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","subnets":["c0b0a6ad-10db-4feb-97d9-cca0439a63ce"],"description":"","tags":[],"updated_at":"2018-11-19T06:49:29Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net","admin_state_up":true,"tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:28Z","provider:network_type":"vxlan"}]} 2018-11-19 06:50:09,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net used request id req-55a39489-04e9-4ccc-8f19-dcb036165614 2018-11-19 06:50:09,095 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:09,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f85dee-a0d2-4bb9-887f-bd95ecb1b114 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:50:09,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-73f85dee-a0d2-4bb9-887f-bd95ecb1b114 2018-11-19 06:50:09,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:09,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1debcaa7-d8d9-4868-a6dc-636ca54a8940 Date: Mon, 19 Nov 2018 06:50:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:29Z","dns_nameservers":[],"updated_at":"2018-11-19T06:49:29Z","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":"faca157d426545a9b49893ffcd54ad70","id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","subnetpool_id":null,"name":"CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet"}]} 2018-11-19 06:50:09,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-1debcaa7-d8d9-4868-a6dc-636ca54a8940 2018-11-19 06:50:09,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9512da901fa4d75c7dd250e80dd4631e3f37d086" 2018-11-19 06:50:09,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-914b30ac-815f-452b-95b4-8d78a5a41eee Date: Mon, 19 Nov 2018 06:50:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.5"}],"id":"2159bbeb-7f23-4e26-92a9-99f4eb01ec2e","security_groups":["11223e08-a3d9-4f28-a697-3f5fcb43e1c2"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:12:86:73","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack-port1-lkmx4e6ibuya","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:32Z","binding:vnic_type":"normal","device_id":"d804648a-efd2-4525-b518-fe4b427a1a92"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:31Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.2"}],"id":"40f2f5ee-7571-4a4b-a8c0-a82857cba352","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:c5:fb","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:30Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:52Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.1"}],"id":"45c0fe3b-b197-40ba-b500-dc537a782a87","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d2:f6:e5","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:37Z","binding:vnic_type":"normal","device_id":"500139d6-e32d-40aa-98ff-bf5061179798"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:34Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.4"}],"id":"7e6c6eea-87c2-4f44-8761-35e33a2ed7b6","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:39:a2:50","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1de6e9c8-a6bc-4113-aa82-7ce98790596f"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:43Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.15"}],"id":"bbb38bac-d02f-414e-a0aa-fcd32c985705","security_groups":["f96c4352-3f0b-4d15-801b-757f6427858c"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:b0:d6","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:38Z","binding:vnic_type":"normal","device_id":"1bbe9777-ef27-4686-8766-4b136b0f5e66"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:49:33Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c0b0a6ad-10db-4feb-97d9-cca0439a63ce","ip_address":"10.1.2.3"}],"id":"d7ec4dfa-9036-4963-8341-7037f0e0ce5a","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:d9:ba","project_id":"faca157d426545a9b49893ffcd54ad70","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1de6e9c8-a6bc-4113-aa82-7ce98790596f","tenant_id":"faca157d426545a9b49893ffcd54ad70","created_at":"2018-11-19T06:49:31Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1de6e9c8-a6bc-4113-aa82-7ce98790596f"}]} 2018-11-19 06:50:09,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1de6e9c8-a6bc-4113-aa82-7ce98790596f used request id req-914b30ac-815f-452b-95b4-8d78a5a41eee 2018-11-19 06:50:09,591 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack 2018-11-19 06:50:09,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:09,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:09 GMT Server: Apache x-openstack-request-id: req-45838052-f12e-4f37-ae05-c8cc073b3ea4 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:10,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:50:09 GMT Server: Apache x-openstack-request-id: req-62895216-4f21-463a-b22e-d07e562e7e66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:50:10,009 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-62895216-4f21-463a-b22e-d07e562e7e66 2018-11-19 06:50:10,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:10,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:10 GMT Server: Apache x-openstack-request-id: req-a2e1f81f-4985-475a-970c-2cdc1a8f563c Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:10,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:10 GMT Server: Apache x-openstack-request-id: req-22b3a9ce-15df-46a2-9c3e-ccdf24c23d02 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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "tags": null, "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:50:10Z", "id": "214d7e54-7320-4368-868e-89eea52dd903", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:10,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-22b3a9ce-15df-46a2-9c3e-ccdf24c23d02 2018-11-19 06:50:10,066 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:50:10,066 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:13,069 - create_stack - DEBUG - Stack status query timeout in 1196.93976498 2018-11-19 06:50:13,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:13,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:13 GMT Server: Apache x-openstack-request-id: req-b8cb5143-fa6c-4307-8cae-1e9d3acc0466 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:13,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:13 GMT Server: Apache x-openstack-request-id: req-217b6890-ec81-4723-9fcb-aece0a960607 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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "tags": null, "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:50:10Z", "id": "214d7e54-7320-4368-868e-89eea52dd903", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:13,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-217b6890-ec81-4723-9fcb-aece0a960607 2018-11-19 06:50:13,298 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:50:13,298 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:16,301 - create_stack - DEBUG - Stack status query timeout in 1193.70804882 2018-11-19 06:50:16,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:16,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:16 GMT Server: Apache x-openstack-request-id: req-de29210f-2d7c-4ecb-a5e3-4f7a41d4ff48 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:16,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:16 GMT Server: Apache x-openstack-request-id: req-82769de1-4d43-40c7-b7cb-6c0a6872955e 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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "tags": null, "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:50:10Z", "id": "214d7e54-7320-4368-868e-89eea52dd903", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:16,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-82769de1-4d43-40c7-b7cb-6c0a6872955e 2018-11-19 06:50:16,356 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:50:16,356 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:19,359 - create_stack - DEBUG - Stack status query timeout in 1190.64949584 2018-11-19 06:50:19,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:19,389 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:19 GMT Server: Apache x-openstack-request-id: req-38516168-96de-414d-b98f-d4202f17c0a5 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:19,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:19 GMT Server: Apache x-openstack-request-id: req-1963f9ca-dd88-4031-9217-bfdc7f8d1d06 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-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "tags": null, "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:50:10Z", "id": "214d7e54-7320-4368-868e-89eea52dd903", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:19,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-1963f9ca-dd88-4031-9217-bfdc7f8d1d06 2018-11-19 06:50:19,416 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:50:19,417 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:22,420 - create_stack - DEBUG - Stack status query timeout in 1187.58917379 2018-11-19 06:50:22,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:22,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:22 GMT Server: Apache x-openstack-request-id: req-ca8797d0-2be9-4c0a-a33c-619f928252d5 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:22,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:22 GMT Server: Apache x-openstack-request-id: req-3e8f9c6a-8836-4d0b-9198-7c6bcfb4e689 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 691 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor2", "OS::project_id": "faca157d426545a9b49893ffcd54ad70", "OS::stack_id": "214d7e54-7320-4368-868e-89eea52dd903", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-kp", "security_group_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-sec_grp", "subnet_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-subnet", "net_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst2", "inst1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-inst1", "image2_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image", "flavor1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-flavor1", "image1_name": "CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image"}, "deletion_time": "2018-11-19T06:50:20Z", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack", "stack_user_project_id": "a8a494eccbda453da1ca66e3fd49aa20", "tags": null, "creation_time": "2018-11-19T06:49:26Z", "links": [{"href": "http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:50:10Z", "id": "214d7e54-7320-4368-868e-89eea52dd903", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:22,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-3e8f9c6a-8836-4d0b-9198-7c6bcfb4e689 2018-11-19 06:50:22,477 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:50:22,478 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack 2018-11-19 06:50:22,478 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack 2018-11-19 06:50:22,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/214d7e54-7320-4368-868e-89eea52dd903 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8d6473e77d3be1d89b0b53ae8c75c8baec22ca79" 2018-11-19 06:50:22,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:22 GMT Server: Apache x-openstack-request-id: req-10c0c12a-5143-4576-b64d-d26c66190de2 Location: http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:22,681 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:50:22 GMT Server: Apache x-openstack-request-id: req-e0e27490-bb69-4d2c-8e60-7214d1b13836 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:50:22,682 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/faca157d426545a9b49893ffcd54ad70/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-stack/214d7e54-7320-4368-868e-89eea52dd903 used request id req-e0e27490-bb69-4d2c-8e60-7214d1b13836 2018-11-19 06:50:22,683 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-eb6982dc-ab45-4ae0-95da-8863960f32a3-image 2018-11-19 06:50:22,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bb399c7b1f00773bf36822970fabe809e25f4fe7" 2018-11-19 06:50:24,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d54ad11f-e606-486e-8f58-109b77c2b31f Date: Mon, 19 Nov 2018 06:50:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:50:24,626 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d1f33592-56f4-4a12-95e8-2ea46b94280c used request id req-d54ad11f-e606-486e-8f58-109b77c2b31f 2018-11-19 06:50:24,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:25,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-fa39a787-ae92-415e-977b-bce0bd751e79 Date: Mon, 19 Nov 2018 06:50:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:28Z", "updated_at": "2018-11-19T06:49:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "revision_number": 0, "id": "4af10b05-b017-4e6a-be54-54f9c074a66e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "port_range_min": null, "ethertype": "IPv6", "project_id": "faca157d426545a9b49893ffcd54ad70"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "revision_number": 0, "id": "7125e9c6-9676-425d-b566-f0210e870254", "remote_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "port_range_min": null, "ethertype": "IPv4", "project_id": "faca157d426545a9b49893ffcd54ad70"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "revision_number": 0, "id": "f0d39d59-defe-40d9-abb5-3dc19190ff02", "remote_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "port_range_min": null, "ethertype": "IPv6", "project_id": "faca157d426545a9b49893ffcd54ad70"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "revision_number": 0, "id": "f37e4316-a446-470f-b797-45960ad936c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "tenant_id": "faca157d426545a9b49893ffcd54ad70", "port_range_min": null, "ethertype": "IPv4", "project_id": "faca157d426545a9b49893ffcd54ad70"}], "revision_number": 4, "project_id": "faca157d426545a9b49893ffcd54ad70", "id": "f96c4352-3f0b-4d15-801b-757f6427858c", "name": "default"}]} 2018-11-19 06:50:25,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-fa39a787-ae92-415e-977b-bce0bd751e79 2018-11-19 06:50:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:25,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08237f7b-1262-4794-b7b9-162532b2b823 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:50:25,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-08237f7b-1262-4794-b7b9-162532b2b823 2018-11-19 06:50:25,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:25,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c7aafd-5b9c-4228-8bfc-fa8699ee35de Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:50:25,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-d4c7aafd-5b9c-4228-8bfc-fa8699ee35de 2018-11-19 06:50:25,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:25,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f1f23e2-7db8-4a73-a0c8-c31d81ca410d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-19 06:50:25,497 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad used request id req-6f1f23e2-7db8-4a73-a0c8-c31d81ca410d 2018-11-19 06:50:25,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:25,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99c09c01-0fa7-46e2-ae9d-71bcd09e572d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70"}, "enabled": true, "id": "faca157d426545a9b49893ffcd54ad70", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj"}} 2018-11-19 06:50:25,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-99c09c01-0fa7-46e2-ae9d-71bcd09e572d 2018-11-19 06:50:25,584 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f96c4352-3f0b-4d15-801b-757f6427858c 2018-11-19 06:50:25,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f96c4352-3f0b-4d15-801b-757f6427858c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:26,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-00b04a4b-b00f-4564-af99-24edef80daa1 Date: Mon, 19 Nov 2018 06:50:26 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "port_range_min": null, "revision_number": 0, "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:28Z", "project_id": "faca157d426545a9b49893ffcd54ad70", "id": "4af10b05-b017-4e6a-be54-54f9c074a66e"}, {"remote_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "port_range_min": null, "revision_number": 0, "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:28Z", "project_id": "faca157d426545a9b49893ffcd54ad70", "id": "7125e9c6-9676-425d-b566-f0210e870254"}, {"remote_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "port_range_min": null, "revision_number": 0, "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:28Z", "project_id": "faca157d426545a9b49893ffcd54ad70", "id": "f0d39d59-defe-40d9-abb5-3dc19190ff02"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:49:28Z", "security_group_id": "f96c4352-3f0b-4d15-801b-757f6427858c", "port_range_min": null, "revision_number": 0, "tenant_id": "faca157d426545a9b49893ffcd54ad70", "created_at": "2018-11-19T06:49:28Z", "project_id": "faca157d426545a9b49893ffcd54ad70", "id": "f37e4316-a446-470f-b797-45960ad936c5"}]} 2018-11-19 06:50:26,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=f96c4352-3f0b-4d15-801b-757f6427858c used request id req-00b04a4b-b00f-4564-af99-24edef80daa1 2018-11-19 06:50:26,155 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:50:26,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f96c4352-3f0b-4d15-801b-757f6427858c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:26,477 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-96846538-69c1-4c9d-b11a-14c61f413691 Content-Length: 0 Date: Mon, 19 Nov 2018 06:50:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:50:26,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f96c4352-3f0b-4d15-801b-757f6427858c used request id req-96846538-69c1-4c9d-b11a-14c61f413691 2018-11-19 06:50:26,478 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj 2018-11-19 06:50:26,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:26,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48b708d3-480d-4258-8c52-954e84325528 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:50:26,724 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/faca157d426545a9b49893ffcd54ad70 used request id req-48b708d3-480d-4258-8c52-954e84325528 2018-11-19 06:50:26,724 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-560cdac9-eb60-4f8-proj-role 2018-11-19 06:50:26,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/b41892ca43bc495d8c11623917ad0858 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:26,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7e1b481-c64e-4bd7-96fd-22168e98c921 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:50:26,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/b41892ca43bc495d8c11623917ad0858 used request id req-e7e1b481-c64e-4bd7-96fd-22168e98c921 2018-11-19 06:50:26,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f73d1e1cb3bf8895f4fd37e032391c03a70592c4" 2018-11-19 06:50:26,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b18688b-1cea-4f2a-962b-b66366beec29 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:50:26,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b18688b-1cea-4f2a-962b-b66366beec29 2018-11-19 06:50:26,922 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-560cdac9-eb60-4f8-user 2018-11-19 06:50:26,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/da92d9bb927a49fb84a0be2c76ecf41f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e09e9844571706242f3cf6b6484e1cf2ac0f00b" 2018-11-19 06:50:27,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:50:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-599ee23c-05ea-443d-97ef-52597b36f79f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:50:27,833 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/da92d9bb927a49fb84a0be2c76ecf41f used request id req-599ee23c-05ea-443d-97ef-52597b36f79f 2018-11-19 06:50:27,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:50:28,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["rv-aOKFhTRmRvU3En4fKRg"], "issued_at": "2018-11-19T06:50:28.000000Z"}} 2018-11-19 06:50:28,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70b34be9e33970c00661502355b6f879f9986ed2" 2018-11-19 06:50:28,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eae2d7b7-2687-4699-8e96-8d9c596fc670 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:50:28,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eae2d7b7-2687-4699-8e96-8d9c596fc670 2018-11-19 06:50:28,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:50:28,302 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:50:28,694 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:50:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["gx8BKD0wQB2Ur4bDZiQyYQ"], "issued_at": "2018-11-19T06:50:28.000000Z"}} 2018-11-19 06:50:28,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:50:28,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf3daa9a-c9de-4f24-8d78-a983882e279d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:50:28,708 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-cf3daa9a-c9de-4f24-8d78-a983882e279d 2018-11-19 06:50:28,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:50:28,717 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:50:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:50:28,718 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:50:28,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e3f5f6a-9293-41ee-b736-9cd0647f4319 Content-Encoding: gzip Content-Length: 182 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:50:28,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj used request id req-6e3f5f6a-9293-41ee-b736-9cd0647f4319 2018-11-19 06:50:28,820 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:50:28,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-092d6b84-e515-4e09-9979-c4a271533d7d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:50:28,908 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-092d6b84-e515-4e09-9979-c4a271533d7d 2018-11-19 06:50:28,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}}' 2018-11-19 06:50:29,027 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:50:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-988070c0-b342-4673-aa35-f9a1ba4e14b4 Content-Length: 311 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:50:29,027 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-988070c0-b342-4673-aa35-f9a1ba4e14b4 2018-11-19 06:50:29,027 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj 2018-11-19 06:50:29,027 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:50:29,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:50:29,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:50:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Exx3DTKbRV29ZMVHZIWdMg"], "issued_at": "2018-11-19T06:50:29.000000Z"}} 2018-11-19 06:50:29,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:29,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80db7dd5-5792-4b3d-8f9a-847ffb682b05 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:50:29,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-80db7dd5-5792-4b3d-8f9a-847ffb682b05 2018-11-19 06:50:29,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:50:29,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:50: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:50:29,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:29,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d312d84b-58a2-4976-ab79-43299691837d Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:50:29,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-d312d84b-58a2-4976-ab79-43299691837d 2018-11-19 06:50:29,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:29,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bb32480-74da-47b9-bffa-4d24affa2466 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}]} 2018-11-19 06:50:29,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj used request id req-9bb32480-74da-47b9-bffa-4d24affa2466 2018-11-19 06:50:29,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:29,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c5e59d6-bd08-49af-a9dc-25278f1bba41 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:50:29,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-6c5e59d6-bd08-49af-a9dc-25278f1bba41 2018-11-19 06:50:30,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:30,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d0743b6-6935-4bd0-9ff1-7f9658930d0b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:50:30,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d0743b6-6935-4bd0-9ff1-7f9658930d0b 2018-11-19 06:50:30,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:30,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-873893e4-7d0d-4bfb-9429-b010dff48e98 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}]} 2018-11-19 06:50:30,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj used request id req-873893e4-7d0d-4bfb-9429-b010dff48e98 2018-11-19 06:50:30,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users/51757c9510af471895024c12fca65478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:30,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73a5cf22-2e5c-46c6-9772-874e601ade7c Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"user": {"name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-user", "links": {"self": "http://172.30.9.21:5000/v3/users/51757c9510af471895024c12fca65478"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "0fa3dda61c2744da994f9a24fcf20513", "id": "51757c9510af471895024c12fca65478", "password_expires_at": null}} 2018-11-19 06:50:30,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/51757c9510af471895024c12fca65478 used request id req-73a5cf22-2e5c-46c6-9772-874e601ade7c 2018-11-19 06:50:30,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:30,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90cd1e92-96ec-45f3-adaa-953f879fcb7f Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles", "previous": null, "next": null}, "roles": []} 2018-11-19 06:50:30,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles used request id req-90cd1e92-96ec-45f3-adaa-953f879fcb7f 2018-11-19 06:50:30,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:30,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbbe7cf2-8224-4d38-92d5-268c2e0321c9 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "domain_id": null, "name": "admin", "id": "8b607911576d44ba870fc64e92729d7c"}} 2018-11-19 06:50:30,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c used request id req-fbbe7cf2-8224-4d38-92d5-268c2e0321c9 2018-11-19 06:50:30,694 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj 2018-11-19 06:50:30,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:30,837 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ade9456d-f9aa-4af1-8cca-c77c967a67c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:50:30,837 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles/8b607911576d44ba870fc64e92729d7c used request id req-ade9456d-f9aa-4af1-8cca-c77c967a67c9 2018-11-19 06:50:30,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:30,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f0162e-cc12-442b-8b17-7ec618c6fd28 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:50:30,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-35f0162e-cc12-442b-8b17-7ec618c6fd28 2018-11-19 06:50:30,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:31,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e3e9d98-f28a-40eb-9730-b81a35bdcc18 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}]} 2018-11-19 06:50:31,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj used request id req-0e3e9d98-f28a-40eb-9730-b81a35bdcc18 2018-11-19 06:50:31,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:31,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24c42ea4-5438-4780-befd-4ea32925761e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}]} 2018-11-19 06:50:31,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles used request id req-24c42ea4-5438-4780-befd-4ea32925761e 2018-11-19 06:50:31,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:31,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1155e69e-21be-40d8-8331-2a83b561106f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "domain_id": null, "name": "heat_stack_owner", "id": "cdf9920fcc2d405bbc0323a10975296f"}} 2018-11-19 06:50:31,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-1155e69e-21be-40d8-8331-2a83b561106f 2018-11-19 06:50:31,223 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj 2018-11-19 06:50:31,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:50:31,353 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5c24189-96c6-4e92-b20a-ea61721104d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:50:31,353 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-b5c24189-96c6-4e92-b20a-ea61721104d4 2018-11-19 06:50:31,353 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-5f72c7f1-37ce-488-user 2018-11-19 06:50:31,353 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:50:31,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:50:31,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eece2478-47f5-4419-ac23-f5fefc7c1e94 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:50:31,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eece2478-47f5-4419-ac23-f5fefc7c1e94 2018-11-19 06:50:31,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" -d '{"role": {"name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role"}}' 2018-11-19 06:50:31,571 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-299d3e17-c628-4417-ac7f-88bd2e6968fc Content-Length: 225 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ca716cc21c024669bd6726e74bb4e42b", "links": {"self": "http://172.30.9.21:5000/v3/roles/ca716cc21c024669bd6726e74bb4e42b"}, "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role"}} 2018-11-19 06:50:31,571 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-299d3e17-c628-4417-ac7f-88bd2e6968fc 2018-11-19 06:50:31,571 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role 2018-11-19 06:50:31,572 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ca716cc21c024669bd6726e74bb4e42b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:50:31,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b94677-f1f6-467d-84e6-8096b0d13271 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ca716cc21c024669bd6726e74bb4e42b"}, "domain_id": null, "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role", "id": "ca716cc21c024669bd6726e74bb4e42b"}} 2018-11-19 06:50:31,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ca716cc21c024669bd6726e74bb4e42b used request id req-c5b94677-f1f6-467d-84e6-8096b0d13271 2018-11-19 06:50:31,650 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role to project CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj 2018-11-19 06:50:31,652 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles/ca716cc21c024669bd6726e74bb4e42b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:50:31,777 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:50:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdc47118-4ef3-4cf7-b49f-2e2bb3136560 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:50:31,777 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513/users/51757c9510af471895024c12fca65478/roles/ca716cc21c024669bd6726e74bb4e42b used request id req-bdc47118-4ef3-4cf7-b49f-2e2bb3136560 2018-11-19 06:50:31,778 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:50:31,778 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-19 06:50:31,778 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:50:31,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:50:32,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca716cc21c024669bd6726e74bb4e42b", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:50:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fa3dda61c2744da994f9a24fcf20513", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-user", "id": "51757c9510af471895024c12fca65478"}, "audit_ids": ["abXJ2zbjQaCOOwtRYfn_YQ"], "issued_at": "2018-11-19T06:50:32.000000Z"}} 2018-11-19 06:50:32,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" 2018-11-19 06:50:32,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30130297-8c3f-4193-bd3f-e0985018ec95 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:50:32,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-30130297-8c3f-4193-bd3f-e0985018ec95 2018-11-19 06:50:32,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" 2018-11-19 06:50:32,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 171 Content-Type: application/json X-Openstack-Request-Id: req-926ca232-0cb9-49d2-912d-162c57ad11ee Date: Mon, 19 Nov 2018 06:50:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"} 2018-11-19 06:50:32,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image used request id req-926ca232-0cb9-49d2-912d-162c57ad11ee 2018-11-19 06:50:32,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" 2018-11-19 06:50:32,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-681fd0c5-64e9-4a40-97ee-50c6f290be34 Date: Mon, 19 Nov 2018 06:50:32 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:50:32,674 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-681fd0c5-64e9-4a40-97ee-50c6f290be34 2018-11-19 06:50:32,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}' 2018-11-19 06:50:32,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 630 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 X-Openstack-Request-Id: req-30d99b25-5e81-4618-999b-ea242a4bd8c0 Date: Mon, 19 Nov 2018 06:50:32 GMT RESP BODY: {"status": "queued", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:50:32Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:50:32Z", "visibility": "shared", "locations": [], "self": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "min_disk": 0, "protected": false, "id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "file": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/file", "checksum": null, "owner": "0fa3dda61c2744da994f9a24fcf20513", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:50:32,926 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-30d99b25-5e81-4618-999b-ea242a4bd8c0 2018-11-19 06:50:32,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" -d '' 2018-11-19 06:50:33,915 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba230da6-b626-4a7f-977c-bdc62aecbd7e Date: Mon, 19 Nov 2018 06:50:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:50:33,915 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/file used request id req-ba230da6-b626-4a7f-977c-bdc62aecbd7e 2018-11-19 06:50:33,915 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:50:33,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" 2018-11-19 06:50:34,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-3dad9aae-b199-4026-ae62-1a1dc04668d7 Date: Mon, 19 Nov 2018 06:50:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:50:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:50:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "metadata": {}}], "self": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "min_disk": 0, "protected": false, "id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "file": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0fa3dda61c2744da994f9a24fcf20513", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:50:34,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 used request id req-3dad9aae-b199-4026-ae62-1a1dc04668d7 2018-11-19 06:50:34,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" 2018-11-19 06:50:34,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-583e9bf7-bd2c-45d6-b731-d10887023573 Date: Mon, 19 Nov 2018 06:50:34 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:50:34,257 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-583e9bf7-bd2c-45d6-b731-d10887023573 2018-11-19 06:50:34,260 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image 2018-11-19 06:50:34,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" 2018-11-19 06:50:34,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-1a9d3bc0-e136-45b6-b9fc-420f26794da5 Date: Mon, 19 Nov 2018 06:50:34 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:50:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:50:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "metadata": {}}], "self": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "min_disk": 0, "protected": false, "id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "file": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0fa3dda61c2744da994f9a24fcf20513", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:50:34,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 used request id req-1a9d3bc0-e136-45b6-b9fc-420f26794da5 2018-11-19 06:50:34,443 - create_image - DEBUG - Instance status is - active 2018-11-19 06:50:34,443 - create_image - DEBUG - Image is active with name - CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image 2018-11-19 06:50:34,443 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image 2018-11-19 06:50:34,444 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:50:34,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:50:34,845 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca716cc21c024669bd6726e74bb4e42b", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:50:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fa3dda61c2744da994f9a24fcf20513", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-user", "id": "51757c9510af471895024c12fca65478"}, "audit_ids": ["pX92uCnDQ-i6FhRozg9uzw"], "issued_at": "2018-11-19T06:50:34.000000Z"}} 2018-11-19 06:50:34,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:34,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6159d788-d151-423d-9e04-b2b4da7b57df Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:50:34,935 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6159d788-d151-423d-9e04-b2b4da7b57df 2018-11-19 06:50:34,936 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:50:34,939 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:50:34,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:35,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:34 GMT Server: Apache x-openstack-request-id: req-ada178e6-f5d8-48ff-997b-5be4e7fabef2 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-19 06:50:35,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack used request id req-ada178e6-f5d8-48ff-997b-5be4e7fabef2 2018-11-19 06:50:35,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" -d '{"stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-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-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "external_net_name": "external", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net"}}' 2018-11-19 06:50:39,041 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:50:35 GMT Server: Apache x-openstack-request-id: req-b0cd1717-0fea-4bf1-98e8-79e13d8d6326 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 297 Content-Type: application/json RESP BODY: {"stack": {"id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}]}} 2018-11-19 06:50:39,042 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks used request id req-b0cd1717-0fea-4bf1-98e8-79e13d8d6326 2018-11-19 06:50:39,045 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:39,218 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:39 GMT Server: Apache x-openstack-request-id: req-e6137c15-fce4-4c86-a215-c146cfb45f4f Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:39,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:39 GMT Server: Apache x-openstack-request-id: req-b46930aa-8fe6-4967-bcd9-1540e54b8123 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-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:39,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-b46930aa-8fe6-4967-bcd9-1540e54b8123 2018-11-19 06:50:39,546 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack 2018-11-19 06:50:39,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:39,735 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:39 GMT Server: Apache x-openstack-request-id: req-01aa04a5-0ae1-4924-b8d1-2b81b974cd5e Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:39,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:39 GMT Server: Apache x-openstack-request-id: req-b739002d-05b3-4029-9b72-f9cf02c84aa5 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-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:39,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-b739002d-05b3-4029-9b72-f9cf02c84aa5 2018-11-19 06:50:39,923 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:50:39,923 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:42,927 - create_stack - DEBUG - Stack status query timeout in 1196.6195991 2018-11-19 06:50:42,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:43,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:42 GMT Server: Apache x-openstack-request-id: req-15faf9d6-2a87-45c1-8cef-d7ec891cb7a7 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:43,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:43 GMT Server: Apache x-openstack-request-id: req-55162926-49fb-415f-8a94-a007789bf6b1 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-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": null, "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:43,328 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-55162926-49fb-415f-8a94-a007789bf6b1 2018-11-19 06:50:43,329 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:50:43,329 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:46,332 - create_stack - DEBUG - Stack status query timeout in 1193.213799 2018-11-19 06:50:46,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:46,362 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:46 GMT Server: Apache x-openstack-request-id: req-2227307e-2092-429b-a1d0-890769d8a9b4 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:46,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:46 GMT Server: Apache x-openstack-request-id: req-7cebcf75-cac2-4c2f-aa8b-41a4bdcf1e0a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:46,537 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-7cebcf75-cac2-4c2f-aa8b-41a4bdcf1e0a 2018-11-19 06:50:46,538 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:50:46,538 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:49,541 - create_stack - DEBUG - Stack status query timeout in 1190.00469208 2018-11-19 06:50:49,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:49,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:49 GMT Server: Apache x-openstack-request-id: req-a714a013-7b05-483e-94b1-87110bc9b8c8 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:50,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:49 GMT Server: Apache x-openstack-request-id: req-17c14a98-be95-493c-8270-02d1bbe51980 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:50,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-17c14a98-be95-493c-8270-02d1bbe51980 2018-11-19 06:50:50,081 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:50:50,082 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:53,085 - create_stack - DEBUG - Stack status query timeout in 1186.46146607 2018-11-19 06:50:53,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:53,114 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:53 GMT Server: Apache x-openstack-request-id: req-f136278f-072d-42e7-b4bf-68c638a1ad05 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:53,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:53 GMT Server: Apache x-openstack-request-id: req-be1af58b-25fb-4b8e-bd10-1429d99ce3e4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:53,289 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-be1af58b-25fb-4b8e-bd10-1429d99ce3e4 2018-11-19 06:50:53,290 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:50:53,290 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:50:56,293 - create_stack - DEBUG - Stack status query timeout in 1183.25292611 2018-11-19 06:50:56,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:50:56,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:50:56 GMT Server: Apache x-openstack-request-id: req-fa2ad3ff-ede0-4445-8a19-bb6736aad85e Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:50:57,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:50:56 GMT Server: Apache x-openstack-request-id: req-178809a8-1892-42d3-b178-f80a197b0fd8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:50:57,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-178809a8-1892-42d3-b178-f80a197b0fd8 2018-11-19 06:50:57,266 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:50:57,267 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:51:00,270 - create_stack - DEBUG - Stack status query timeout in 1179.27644014 2018-11-19 06:51:00,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:00,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:00 GMT Server: Apache x-openstack-request-id: req-64e146db-c264-4389-a4be-776391c71465 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:00,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:00 GMT Server: Apache x-openstack-request-id: req-b6b0d621-e4bc-48cb-9538-34cb2db06a0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:00,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-b6b0d621-e4bc-48cb-9538-34cb2db06a0f 2018-11-19 06:51:00,615 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:51:00,615 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:51:03,618 - create_stack - DEBUG - Stack status query timeout in 1175.927706 2018-11-19 06:51:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:03,792 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:03 GMT Server: Apache x-openstack-request-id: req-f82b78db-7f21-4056-abed-187ff7b66051 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:04,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:03 GMT Server: Apache x-openstack-request-id: req-b671697b-b720-4624-a36e-dc91ce4d1003 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:04,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-b671697b-b720-4624-a36e-dc91ce4d1003 2018-11-19 06:51:04,122 - create_stack - DEBUG - Stack status is - CREATE_IN_PROGRESS 2018-11-19 06:51:04,122 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:51:07,125 - create_stack - DEBUG - Stack status query timeout in 1172.42085505 2018-11-19 06:51:07,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:07,156 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:07 GMT Server: Apache x-openstack-request-id: req-23908c85-05d3-4df6-b374-682a42b9d5e6 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:07,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:07 GMT Server: Apache x-openstack-request-id: req-329ad2b5-0c86-420a-b548-b8d112330843 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:07,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-329ad2b5-0c86-420a-b548-b8d112330843 2018-11-19 06:51:07,486 - create_stack - DEBUG - Stack status is - CREATE_COMPLETE 2018-11-19 06:51:07,486 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack 2018-11-19 06:51:07,486 - create_stack - INFO - Stack is now active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack 2018-11-19 06:51:07,487 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:07,487 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:07,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca716cc21c024669bd6726e74bb4e42b", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:51:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fa3dda61c2744da994f9a24fcf20513", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-user", "id": "51757c9510af471895024c12fca65478"}, "audit_ids": ["ECafeX5CTK6sR7o6Yf4tHw"], "issued_at": "2018-11-19T06:51:07.000000Z"}} 2018-11-19 06:51:07,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:07,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86faf2fa-e511-4e9a-b826-70d671018ee6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:07,955 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-86faf2fa-e511-4e9a-b826-70d671018ee6 2018-11-19 06:51:07,957 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:51:07,960 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-19 06:51:07,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:08,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:07 GMT Server: Apache x-openstack-request-id: req-ab9774a2-29b6-4639-b8fc-337de5b27b65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE completed successfully", "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "deletion_time": null, "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "updated_time": null, "project": "0fa3dda61c2744da994f9a24fcf20513", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "tags": null}]} 2018-11-19 06:51:08,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks?stack_name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack used request id req-ab9774a2-29b6-4639-b8fc-337de5b27b65 2018-11-19 06:51:08,179 - create_stack - INFO - Found stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack 2018-11-19 06:51:08,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:08,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:08 GMT Server: Apache x-openstack-request-id: req-101f536c-dd86-49ff-936f-2788fa44b641 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:08,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:08 GMT Server: Apache x-openstack-request-id: req-4e97f66c-0daa-4da3-a088-d25b0ae873c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1049 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "edb299ff-8455-4bca-afd3-35547c6ed05d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7c693620-4e22-4207-bd30-af5268b19af7", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3a816ea4-ed4c-42b4-a4dc-55792c0a8290", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "804004a3-189d-4ff8-9669-f85b6c2e6e4f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "266", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b:subnet_id=dd9ba199-8504-4406-91d7-4a4ec2b07727", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "dd9ba199-8504-4406-91d7-4a4ec2b07727", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "126cf183-2fa3-4aa3-b5a4-7e053789f412", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7bba92c0-fbbd-4688-84c4-48f38ab96fe9", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 06:51:08,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources used request id req-4e97f66c-0daa-4da3-a088-d25b0ae873c2 2018-11-19 06:51:08,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:09,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-f7c85506-fb7c-494b-bb90-ab27db7081ce x-compute-request-id: req-f7c85506-fb7c-494b-bb90-ab27db7081ce Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-11-19T06:50:58.000000", "flavor": {"id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "links": [{"href": "http://172.30.9.21:8774/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20", "rel": "bookmark"}]}, "id": "126cf183-2fa3-4aa3-b5a4-7e053789f412", "security_groups": [{"name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:50:59Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:51:09,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 used request id req-f7c85506-fb7c-494b-bb90-ab27db7081ce 2018-11-19 06:51:09,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:09,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-02c1fd25-51f4-45a2-a19e-513bbc17c13b Date: Mon, 19 Nov 2018 06:51:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:09,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-02c1fd25-51f4-45a2-a19e-513bbc17c13b 2018-11-19 06:51:09,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:51:09,637 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:51:09,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:09,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51b54fa7-6e33-4c08-87c2-91771214a2ed Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:09,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-51b54fa7-6e33-4c08-87c2-91771214a2ed 2018-11-19 06:51:09,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:09,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-6837b108-90fb-4347-87d0-d00ba0084de2 Date: Mon, 19 Nov 2018 06:51:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:09,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-6837b108-90fb-4347-87d0-d00ba0084de2 2018-11-19 06:51:09,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:10,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-18d46e09-46f6-4fa2-b785-7544faeca468 Date: Mon, 19 Nov 2018 06:51:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:10,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-18d46e09-46f6-4fa2-b785-7544faeca468 2018-11-19 06:51:10,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:11,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa326c30-0f97-4ee7-8eb5-afb23650cb32 x-compute-request-id: req-aa326c30-0f97-4ee7-8eb5-afb23650cb32 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:9b:1e", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-11-19T06:51:00.000000", "flavor": {"id": "edb299ff-8455-4bca-afd3-35547c6ed05d", "links": [{"href": "http://172.30.9.21:8774/flavors/edb299ff-8455-4bca-afd3-35547c6ed05d", "rel": "bookmark"}]}, "id": "3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "security_groups": [{"name": "default"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:51:01Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:51:11,226 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42 used request id req-aa326c30-0f97-4ee7-8eb5-afb23650cb32 2018-11-19 06:51:11,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:11,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-a5ab0d2a-2c3f-4de1-a85f-daa6a5a323ed Date: Mon, 19 Nov 2018 06:51:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:11,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-a5ab0d2a-2c3f-4de1-a85f-daa6a5a323ed 2018-11-19 06:51:11,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:11,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0206cd7-3dce-49fe-ba13-2ea5f17f16c8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:11,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-b0206cd7-3dce-49fe-ba13-2ea5f17f16c8 2018-11-19 06:51:11,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:12,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-4a76ab3d-3559-44aa-8643-567b4ffc285e Date: Mon, 19 Nov 2018 06:51:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:12,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-4a76ab3d-3559-44aa-8643-567b4ffc285e 2018-11-19 06:51:12,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:12,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-fda3cba3-c852-448d-9401-821ec726e8a4 Date: Mon, 19 Nov 2018 06:51:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:12,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-fda3cba3-c852-448d-9401-821ec726e8a4 2018-11-19 06:51:12,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:12,544 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:12 GMT Server: Apache x-openstack-request-id: req-045326df-1e7f-4578-be95-6bc20170888d Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources Content-Length: 563 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:12,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:12 GMT Server: Apache x-openstack-request-id: req-385dfc77-03b8-4fa1-85b5-8fb28f68eb1a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1049 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "edb299ff-8455-4bca-afd3-35547c6ed05d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/network", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "7c693620-4e22-4207-bd30-af5268b19af7", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "3a816ea4-ed4c-42b4-a4dc-55792c0a8290", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "804004a3-189d-4ff8-9669-f85b6c2e6e4f", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "266", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b:subnet_id=dd9ba199-8504-4406-91d7-4a4ec2b07727", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "dd9ba199-8504-4406-91d7-4a4ec2b07727", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "126cf183-2fa3-4aa3-b5a4-7e053789f412", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources/port1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-11-19T06:50:39Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-19T06:50:39Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "7bba92c0-fbbd-4688-84c4-48f38ab96fe9", "resource_type": "OS::Neutron::Port"}]} 2018-11-19 06:51:12,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae/resources used request id req-385dfc77-03b8-4fa1-85b5-8fb28f68eb1a 2018-11-19 06:51:12,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:12,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-12d9458c-b7ef-4eec-8de2-fdb80cf84bbb x-compute-request-id: req-12d9458c-b7ef-4eec-8de2-fdb80cf84bbb Content-Encoding: gzip Content-Length: 340 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-flavor1-nwujnwwgvjze", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:51:12,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20 used request id req-12d9458c-b7ef-4eec-8de2-fdb80cf84bbb 2018-11-19 06:51:12,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:12,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-d55a719d-3486-43b1-9060-04f94d581d39 Date: Mon, 19 Nov 2018 06:51:12 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}} 2018-11-19 06:51:12,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 used request id req-d55a719d-3486-43b1-9060-04f94d581d39 2018-11-19 06:51:12,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:13,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-cd990357-75b0-4490-a341-436ef61a482d Date: Mon, 19 Nov 2018 06:51:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:13,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-cd990357-75b0-4490-a341-436ef61a482d 2018-11-19 06:51:13,194 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:13,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8c714483-256e-4094-b936-9421dc63d43e Date: Mon, 19 Nov 2018 06:51:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:13,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-8c714483-256e-4094-b936-9421dc63d43e 2018-11-19 06:51:13,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:13,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-41e6ff07-6d5a-47df-bb27-a3168d219112 Date: Mon, 19 Nov 2018 06:51:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:13,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-41e6ff07-6d5a-47df-bb27-a3168d219112 2018-11-19 06:51:13,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:13,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b46ad70-f126-4597-9ec2-5dbc7bacefc7 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:13,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-9b46ad70-f126-4597-9ec2-5dbc7bacefc7 2018-11-19 06:51:13,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:13,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c53e022d-8159-4dc8-b944-19c7f6d3fbba Date: Mon, 19 Nov 2018 06:51:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:13,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-c53e022d-8159-4dc8-b944-19c7f6d3fbba 2018-11-19 06:51:13,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A44%3Ae6%3Ad4&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:13,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-a1939b55-5ac1-470b-9c20-04c863bfb1dd Date: Mon, 19 Nov 2018 06:51:13 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"}]} 2018-11-19 06:51:13,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A44%3Ae6%3Ad4&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2&admin_state_up=True used request id req-a1939b55-5ac1-470b-9c20-04c863bfb1dd 2018-11-19 06:51:13,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:13,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-474a61aa-f67f-4f60-9a86-aec9da9f2375 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:13,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-474a61aa-f67f-4f60-9a86-aec9da9f2375 2018-11-19 06:51:13,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-adea1413-f70f-40a2-8d51-d161c8c8a7cb Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:14,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-adea1413-f70f-40a2-8d51-d161c8c8a7cb 2018-11-19 06:51:14,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-61085235-1914-45c0-8532-ddbd4342fa0a Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:14,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-61085235-1914-45c0-8532-ddbd4342fa0a 2018-11-19 06:51:14,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-fc7f47c2-4bdb-4a5b-9bae-1afc1da92205 Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:14,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-fc7f47c2-4bdb-4a5b-9bae-1afc1da92205 2018-11-19 06:51:14,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-6e89679c-539e-417f-b492-d3856b69ce0d Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"floatingips": [{"router_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:49Z", "updated_at": "2018-11-19T06:50:52Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "0fa3dda61c2744da994f9a24fcf20513", "port_id": "7bba92c0-fbbd-4688-84c4-48f38ab96fe9", "id": "804004a3-189d-4ff8-9669-f85b6c2e6e4f"}]} 2018-11-19 06:51:14,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-6e89679c-539e-417f-b492-d3856b69ce0d 2018-11-19 06:51:14,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/8bae455e-dd39-477f-bb9e-ea03575bd90b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-d341c49b-a0fc-463b-ae87-419fc8e65a14 Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:42Z", "admin_state_up": true, "updated_at": "2018-11-19T06:50:50Z", "project_id": "0fa3dda61c2744da994f9a24fcf20513", "flavor_id": null, "revision_number": 7, "routes": [], "ha": true, "id": "8bae455e-dd39-477f-bb9e-ea03575bd90b", "name": "mgmt_router"}} 2018-11-19 06:51:14,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/8bae455e-dd39-477f-bb9e-ea03575bd90b used request id req-d341c49b-a0fc-463b-ae87-419fc8e65a14 2018-11-19 06:51:14,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=8bae455e-dd39-477f-bb9e-ea03575bd90b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4545 X-Openstack-Request-Id: req-a1afafae-0860-4332-b7e5-ca66996d93b8 Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:03Z","device_owner":"network:router_gateway","revision_number":12,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","ip_address":"172.30.9.204"}],"id":"2b3d045d-9a68-4841-ae8e-2cabb600ba91","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:60:f9:25","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":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"","created_at":"2018-11-19T06:50:42Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"29eb070b-ee27-4f12-b552-2e98c50e0869","ip_address":"169.254.192.1"}],"id":"44006fa3-84a4-4cad-8310-10175b4cae8c","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a6:91:c5","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0fa3dda61c2744da994f9a24fcf20513","admin_state_up":true,"network_id":"7ccb1e04-822f-44ac-bcba-191b73d0bafc","tenant_id":"","created_at":"2018-11-19T06:50:44Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"29eb070b-ee27-4f12-b552-2e98c50e0869","ip_address":"169.254.192.10"}],"id":"5ca148c1-e15e-4e5c-b25a-7a6e389e48e7","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:b2:dc","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0fa3dda61c2744da994f9a24fcf20513","admin_state_up":true,"network_id":"7ccb1e04-822f-44ac-bcba-191b73d0bafc","tenant_id":"","created_at":"2018-11-19T06:50:44Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:51Z","device_owner":"network:router_ha_interface","revision_number":7,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"29eb070b-ee27-4f12-b552-2e98c50e0869","ip_address":"169.254.192.12"}],"id":"b8a9b61e-6911-4206-8c07-6e4efb6a4df9","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7d:f8:bc","project_id":"","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"HA port tenant 0fa3dda61c2744da994f9a24fcf20513","admin_state_up":true,"network_id":"7ccb1e04-822f-44ac-bcba-191b73d0bafc","tenant_id":"","created_at":"2018-11-19T06:50:45Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"}]} 2018-11-19 06:51:14,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=8bae455e-dd39-477f-bb9e-ea03575bd90b used request id req-a1afafae-0860-4332-b7e5-ca66996d93b8 2018-11-19 06:51:14,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bf1406f0-ecfa-4487-95a0-09e72cc904ec Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:19Z","dns_nameservers":[],"updated_at":"2018-11-19T04:43:19Z","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":"7baa7f86fab64123a652d96f540d5fad","id":"e10ff475-4fb8-40a2-b12d-81ce409900d1","subnetpool_id":null,"name":"external-subnet"}} 2018-11-19 06:51:14,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/e10ff475-4fb8-40a2-b12d-81ce409900d1 used request id req-bf1406f0-ecfa-4487-95a0-09e72cc904ec 2018-11-19 06:51:14,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/29eb070b-ee27-4f12-b552-2e98c50e0869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:14,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-47c25d94-b1a3-486a-bda7-f67ccea06a00 Date: Mon, 19 Nov 2018 06:51:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7ccb1e04-822f-44ac-bcba-191b73d0bafc","tenant_id":"","created_at":"2018-11-19T06:50:42Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"29eb070b-ee27-4f12-b552-2e98c50e0869","subnetpool_id":null,"name":"HA subnet tenant 0fa3dda61c2744da994f9a24fcf20513"}} 2018-11-19 06:51:14,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/29eb070b-ee27-4f12-b552-2e98c50e0869 used request id req-47c25d94-b1a3-486a-bda7-f67ccea06a00 2018-11-19 06:51:14,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/29eb070b-ee27-4f12-b552-2e98c50e0869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-cdd2cfed-91c5-4c95-8ee6-9adf45bdfde0 Date: Mon, 19 Nov 2018 06:51:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7ccb1e04-822f-44ac-bcba-191b73d0bafc","tenant_id":"","created_at":"2018-11-19T06:50:42Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"29eb070b-ee27-4f12-b552-2e98c50e0869","subnetpool_id":null,"name":"HA subnet tenant 0fa3dda61c2744da994f9a24fcf20513"}} 2018-11-19 06:51:15,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/29eb070b-ee27-4f12-b552-2e98c50e0869 used request id req-cdd2cfed-91c5-4c95-8ee6-9adf45bdfde0 2018-11-19 06:51:15,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/29eb070b-ee27-4f12-b552-2e98c50e0869 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-de58049c-41a9-4891-b2b7-5c9016dce4e9 Date: Mon, 19 Nov 2018 06:51:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"7ccb1e04-822f-44ac-bcba-191b73d0bafc","tenant_id":"","created_at":"2018-11-19T06:50:42Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:42Z","gateway_ip":null,"ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"169.254.192.0/18","project_id":"","id":"29eb070b-ee27-4f12-b552-2e98c50e0869","subnetpool_id":null,"name":"HA subnet tenant 0fa3dda61c2744da994f9a24fcf20513"}} 2018-11-19 06:51:15,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/29eb070b-ee27-4f12-b552-2e98c50e0869 used request id req-de58049c-41a9-4891-b2b7-5c9016dce4e9 2018-11-19 06:51:15,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-466fd1d1-db2b-4073-b114-7fad418770bf Date: Mon, 19 Nov 2018 06:51:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}} 2018-11-19 06:51:15,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 used request id req-466fd1d1-db2b-4073-b114-7fad418770bf 2018-11-19 06:51:15,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports/7bba92c0-fbbd-4688-84c4-48f38ab96fe9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1070 X-Openstack-Request-Id: req-3633aa0f-5dcd-4592-9670-fd076e278a26 Date: Mon, 19 Nov 2018 06:51:15 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","project_id":"0fa3dda61c2744da994f9a24fcf20513","qos_policy_id":null,"admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal"}} 2018-11-19 06:51:15,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports/7bba92c0-fbbd-4688-84c4-48f38ab96fe9 used request id req-3633aa0f-5dcd-4592-9670-fd076e278a26 2018-11-19 06:51:15,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-bff96a0d-203d-4673-8d48-3d450bf33e70 Date: Mon, 19 Nov 2018 06:51:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}} 2018-11-19 06:51:15,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 used request id req-bff96a0d-203d-4673-8d48-3d450bf33e70 2018-11-19 06:51:15,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-2dad86ab-7b38-4497-8630-3ecc92daca7c Date: Mon, 19 Nov 2018 06:51:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:50:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:50:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "metadata": {}}], "self": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "min_disk": 0, "protected": false, "id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "file": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0fa3dda61c2744da994f9a24fcf20513", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:51:15,590 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 used request id req-2dad86ab-7b38-4497-8630-3ecc92daca7c 2018-11-19 06:51:15,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2a3cc606-bff5-4604-9904-6132185410c9 Date: Mon, 19 Nov 2018 06:51:15 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:51:15,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-2a3cc606-bff5-4604-9904-6132185410c9 2018-11-19 06:51:15,751 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:15,936 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:15 GMT Server: Apache x-openstack-request-id: req-119fa715-220c-4ec7-a356-3125f15610d7 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:16,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:15 GMT Server: Apache x-openstack-request-id: req-9601b714-94a8-44f5-a042-a23b205f0ee8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:16,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-9601b714-94a8-44f5-a042-a23b205f0ee8 2018-11-19 06:51:16,370 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:16,371 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:16,759 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca716cc21c024669bd6726e74bb4e42b", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:51:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fa3dda61c2744da994f9a24fcf20513", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-user", "id": "51757c9510af471895024c12fca65478"}, "audit_ids": ["L2JzscDNTcahbJ7FF0JgNA"], "issued_at": "2018-11-19T06:51:16.000000Z"}} 2018-11-19 06:51:16,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:16,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3115bc2c-0a76-4dab-ad4b-ca0f40b2fe18 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:16,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3115bc2c-0a76-4dab-ad4b-ca0f40b2fe18 2018-11-19 06:51:16,856 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:51:16,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:16,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bfef5f6-1814-427b-80ee-fb467e134d0b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:16,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5bfef5f6-1814-427b-80ee-fb467e134d0b 2018-11-19 06:51:16,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:17,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-7d7c1e49-50a2-40bf-860d-072e1438cdc6 Date: Mon, 19 Nov 2018 06:51:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:17,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-7d7c1e49-50a2-40bf-860d-072e1438cdc6 2018-11-19 06:51:17,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:51:17,177 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:51:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:51:17,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:17,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04c7911c-cf5c-4200-8ff9-f13e962b2f99 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:17,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-04c7911c-cf5c-4200-8ff9-f13e962b2f99 2018-11-19 06:51:17,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:17,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-3953375c-b941-4715-95a2-0f3fb1bce013 Date: Mon, 19 Nov 2018 06:51:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:17,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-3953375c-b941-4715-95a2-0f3fb1bce013 2018-11-19 06:51:17,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A44%3Ae6%3Ad4&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:18,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1073 X-Openstack-Request-Id: req-057103f8-bc50-48d5-8b78-2e7acb8e2f29 Date: Mon, 19 Nov 2018 06:51:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"}]} 2018-11-19 06:51:18,063 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A44%3Ae6%3Ad4&name=CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2&admin_state_up=True used request id req-057103f8-bc50-48d5-8b78-2e7acb8e2f29 2018-11-19 06:51:18,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:18,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a0ea0f6-3f4d-4fc6-910d-41f6973d7eb1 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:18,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-8a0ea0f6-3f4d-4fc6-910d-41f6973d7eb1 2018-11-19 06:51:18,228 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:19,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-d04bffd1-5570-4ea6-81be-f402b069db1d x-compute-request-id: req-d04bffd1-5570-4ea6-81be-f402b069db1d Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-11-19T06:50:58.000000", "flavor": {"id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "links": [{"href": "http://172.30.9.21:8774/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20", "rel": "bookmark"}]}, "id": "126cf183-2fa3-4aa3-b5a4-7e053789f412", "security_groups": [{"name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:50:59Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:51:19,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1 used request id req-d04bffd1-5570-4ea6-81be-f402b069db1d 2018-11-19 06:51:19,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:19,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c34fa907-0718-4bed-8617-c0475f6adf9e Date: Mon, 19 Nov 2018 06:51:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:19,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-c34fa907-0718-4bed-8617-c0475f6adf9e 2018-11-19 06:51:19,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:19,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a36811a0-7efc-4316-85ca-b6ad06583acf Date: Mon, 19 Nov 2018 06:51:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:19,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-a36811a0-7efc-4316-85ca-b6ad06583acf 2018-11-19 06:51:19,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:19,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-98172d74-e36f-409d-8dd2-f9c40431d50f Date: Mon, 19 Nov 2018 06:51:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:19,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-98172d74-e36f-409d-8dd2-f9c40431d50f 2018-11-19 06:51:19,901 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1 2018-11-19 06:51:19,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:20,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-f578e79e-cb6a-428b-a478-6a2d137cdc8f Date: Mon, 19 Nov 2018 06:51:20 GMT RESP BODY: {"floatingips": [{"router_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:49Z", "updated_at": "2018-11-19T06:50:52Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "0fa3dda61c2744da994f9a24fcf20513", "port_id": "7bba92c0-fbbd-4688-84c4-48f38ab96fe9", "id": "804004a3-189d-4ff8-9669-f85b6c2e6e4f"}]} 2018-11-19 06:51:20,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-f578e79e-cb6a-428b-a478-6a2d137cdc8f 2018-11-19 06:51:20,093 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/edb299ff-8455-4bca-afd3-35547c6ed05d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:20,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-4e33a9ef-6ee3-4b7f-ad82-b08522204ff3 x-compute-request-id: req-4e33a9ef-6ee3-4b7f-ad82-b08522204ff3 Content-Encoding: gzip Content-Length: 339 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/edb299ff-8455-4bca-afd3-35547c6ed05d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/edb299ff-8455-4bca-afd3-35547c6ed05d", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 2, "id": "edb299ff-8455-4bca-afd3-35547c6ed05d", "name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-flavor2-puuqxu7lmnhw", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:51:20,111 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/edb299ff-8455-4bca-afd3-35547c6ed05d used request id req-4e33a9ef-6ee3-4b7f-ad82-b08522204ff3 2018-11-19 06:51:20,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:20,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 665 X-Openstack-Request-Id: req-475698b9-a68d-460c-9c90-43d3c9a74efc Date: Mon, 19 Nov 2018 06:51:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}} 2018-11-19 06:51:20,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/dd9ba199-8504-4406-91d7-4a4ec2b07727 used request id req-475698b9-a68d-460c-9c90-43d3c9a74efc 2018-11-19 06:51:20,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:20,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-e29a4a5a-6407-4b74-ac27-61f24673c7cb Date: Mon, 19 Nov 2018 06:51:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:20,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-e29a4a5a-6407-4b74-ac27-61f24673c7cb 2018-11-19 06:51:20,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:20,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-0863577e-96b0-4d6e-973c-02b076c6c058 Date: Mon, 19 Nov 2018 06:51:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:20,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-0863577e-96b0-4d6e-973c-02b076c6c058 2018-11-19 06:51:20,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:20,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-dc14a813-cdc9-48bb-9ce1-7bec5c79276a Date: Mon, 19 Nov 2018 06:51:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:20,566 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-dc14a813-cdc9-48bb-9ce1-7bec5c79276a 2018-11-19 06:51:20,570 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:20,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d09630e-ceda-4018-a190-8edb0f8fc550 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:20,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-9d09630e-ceda-4018-a190-8edb0f8fc550 2018-11-19 06:51:20,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:20,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-32c5151b-e917-4548-95f2-713872a3230e Date: Mon, 19 Nov 2018 06:51:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:20,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-32c5151b-e917-4548-95f2-713872a3230e 2018-11-19 06:51:20,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A53%3A9b%3A1e&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:21,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-051b2eb0-8821-4b63-a9bb-4eecd6d43a68 Date: Mon, 19 Nov 2018 06:51:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"}]} 2018-11-19 06:51:21,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A53%3A9b%3A1e&admin_state_up=True used request id req-051b2eb0-8821-4b63-a9bb-4eecd6d43a68 2018-11-19 06:51:21,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:21,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afe55a45-89b4-4eeb-bf78-8980e0cd809b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:21,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-afe55a45-89b4-4eeb-bf78-8980e0cd809b 2018-11-19 06:51:21,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:21,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0f9f83a2-26f0-4e8c-8424-d061d06b8d6a Date: Mon, 19 Nov 2018 06:51:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:21,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-0f9f83a2-26f0-4e8c-8424-d061d06b8d6a 2018-11-19 06:51:21,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:21,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-17f64442-0241-4364-a2d9-e1366350a5e5 Date: Mon, 19 Nov 2018 06:51:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:21,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-17f64442-0241-4364-a2d9-e1366350a5e5 2018-11-19 06:51:21,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:21,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-d314732f-156c-44ba-a652-814668b9eece Date: Mon, 19 Nov 2018 06:51:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:21,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-d314732f-156c-44ba-a652-814668b9eece 2018-11-19 06:51:21,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:21,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-b6fa0184-87ae-4703-9f38-57e48eeb586e Date: Mon, 19 Nov 2018 06:51:21 GMT RESP BODY: {"floatingips": [{"router_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:49Z", "updated_at": "2018-11-19T06:50:52Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "0fa3dda61c2744da994f9a24fcf20513", "port_id": "7bba92c0-fbbd-4688-84c4-48f38ab96fe9", "id": "804004a3-189d-4ff8-9669-f85b6c2e6e4f"}]} 2018-11-19 06:51:21,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-b6fa0184-87ae-4703-9f38-57e48eeb586e 2018-11-19 06:51:21,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:22,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-d591fcdf-1d03-42dc-8447-a38728167dae Date: Mon, 19 Nov 2018 06:51:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:50:32Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-19T06:50:33Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "metadata": {}}], "self": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "min_disk": 0, "protected": false, "id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "file": "/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "0fa3dda61c2744da994f9a24fcf20513", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:51:22,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 used request id req-d591fcdf-1d03-42dc-8447-a38728167dae 2018-11-19 06:51:22,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}07299def30b0a56461cfe036a588a74156fee3b1" 2018-11-19 06:51:22,232 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:22 GMT Server: Apache x-openstack-request-id: req-6d0a0224-1cd1-4cd5-9d70-4d4da24b63ea Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:22,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:22 GMT Server: Apache x-openstack-request-id: req-717367b6-816e-457a-b41d-abeb5d303002 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2085 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxGiyBwhYhappAPgBgQo2Y9mlVQ58RKmd1CVKDAYxLrir2rSP\nBUhjQv63TZUsL+cXX1Lo5VVA5edQUOxaMz7vNaEoBu44UTM8FQymXaiMrqP+wl1v\nrXkFiln+XxrD3spQCyeYnkOrzEKuMGG/b9MEUR852uoijZ4Q/D5UvjlwkcaIUoKm\nTaXcfMzsJ0ZwBLz2oJlusEpqQ5Q+UqP8r5yTr8shXHPTSK+Lyv04MZvChXs4dQk1\ntlG+p8k9NQVTR4qbpVqF2ZukWRyyOtHPWBRlISO5aOi6L/e9VEBzgs61pHW3XJf/\nQhdH0Gt3wvcRXF+tRm24rTlxsOPgckST9zPbdQIDAQABAoIBAQCwSy0o5NPYPop7\nxSBMfCcv3ubo/tSKKRkyl7nsKw6wWjBfYdxSKJR4SPutVq1P3gR7mobTen+DHOpZ\niJy6DM5X++xatC62q99NIYqe3LBR/X+pZIbeVZekhHyvTu3rJvtL1+HEhQdKk7uY\nT9SugeEJE5cxqSEUroGeeDBGgnZJUS/m1nmSBUhLTf+/nJmqHm/6TrZoTloWqnZr\nWzNqCq4ZGOy8K4yo2gHyF0w/dZiFW/BepDYkCFM8kdoX8tHMS0YJ7LLPOTPxcAlL\nx1YkP9gE3kOSjfJ1grj3Xh1si6L5MK4e63X+WJWveKGtjkQdAuaBgcpE0YbGCgM0\n95eHFcRNAoGBAPEeiK+Hox7yiRvwOXGXmBaRv9RnN8h+A18JJnPXpM/IzxXsDYZw\nBhe+aTESTA2fW2s9Q5oXxk26a+aP/pfdLqHFSEad8fm7oO6EkvjIV4cWkjyvMfKA\nwqszTlLcIWZc6/LLy2zKf9iqDzDH98n77JBYSPiwTlYqYydarNZJcik/AoGBANCH\nx3Z8fHPlFDHY2SPOU1/wfzX2Efka/J2v/N4WYL2vNM2C4GJwTPjfbj9hWP5gXwbv\nOS17B/7UbGxvd8uaoDQdo3z5QvTt/B2xQWSeIkYhjcOxSVWRLs1Q8mKdOpDCPcGg\nH7p7z3ObHs1C+BCYDKMDvIF3TrldtGwjQ/BStrpLAoGBAIGQdsJbkDvA+AwbOcLg\nQsld6EaqcD8793PJ5u+4oMdGkICnJ11mNN/tYXkM6/EmAGnPsdPLkrORyQlLtvLD\n15r197B6jtwzBnckphUpEl90sYAKZDx7FCAKobvEre3jYKZG/DipV6mFOERuL6hJ\nxwSJbCy2EGIcxMsQ3m8HaGDhAoGAUbeDsKjj1D7HBSmnHeLyxTvnfevp6yZqLBkV\nDKrUSkDofkh1Sd4cK8LS3z90smptkrgYPfxii7gOrQeZeE4lzYZ31LeRR44jKDeY\nGqflYnovpapJxKBaKNc5xO88ThHwRXpMNLXj+7ekAGfn8gjDmvYR3uI0FWvlEiNX\nskuXk7UCgYEAzpzS+GNkR5ZF7P0O8QjCL/MowEMGh8ySabvlGzc5FaTO2FYSyfvC\nEU8KqP+ilVCsjJFYXybqihgatldATA4Exq5oJH6VWvAXEeg/mRbCIjMw618SjikR\nBpHgl/Eu2S7u/G4YtXZb87IiiKW6kPSPjZqz/EjX0r1v1PeZM3urQVI=\n-----END RSA PRIVATE KEY-----\n", "output_key": "private_key", "description": "SSH Private Key"}], "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:22,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-717367b6-816e-457a-b41d-abeb5d303002 2018-11-19 06:51:22,544 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:22,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:22,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ca716cc21c024669bd6726e74bb4e42b", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0fa3dda61c2744da994f9a24fcf20513", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/0fa3dda61c2744da994f9a24fcf20513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-user", "id": "51757c9510af471895024c12fca65478"}, "audit_ids": ["zrxoCu8dR86NoM5CmxX0IA"], "issued_at": "2018-11-19T06:51:22.000000Z"}} 2018-11-19 06:51:22,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:23,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecd44002-5be7-448a-a797-f5438717862b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:23,018 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ecd44002-5be7-448a-a797-f5438717862b 2018-11-19 06:51:23,020 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:51:23,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:23,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccabcd58-56c0-497e-a4ae-5f6e2a5cb8e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:23,113 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ccabcd58-56c0-497e-a4ae-5f6e2a5cb8e1 2018-11-19 06:51:23,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:23,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-95e45297-8f3b-4977-b0bd-aa96b981f159 Date: Mon, 19 Nov 2018 06:51:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:23,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-95e45297-8f3b-4977-b0bd-aa96b981f159 2018-11-19 06:51:23,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:51:23,383 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:51:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:51:23,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:23,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e861ff20-04b1-4fe2-9b5c-e6d648c9b0be Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:23,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-e861ff20-04b1-4fe2-9b5c-e6d648c9b0be 2018-11-19 06:51:23,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:23,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8ef180db-0df8-4be1-860a-3dc418261014 Date: Mon, 19 Nov 2018 06:51:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:23,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-8ef180db-0df8-4be1-860a-3dc418261014 2018-11-19 06:51:23,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A53%3A9b%3A1e&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:23,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 959 X-Openstack-Request-Id: req-d01e76a9-09f1-438f-b53f-4faf2ac33344 Date: Mon, 19 Nov 2018 06:51:23 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"}]} 2018-11-19 06:51:23,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7&mac_address=fa%3A16%3A3e%3A53%3A9b%3A1e&admin_state_up=True used request id req-d01e76a9-09f1-438f-b53f-4faf2ac33344 2018-11-19 06:51:23,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:23,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eba344b6-1e93-4996-bfe2-293e3b85b9af Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:23,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-eba344b6-1e93-4996-bfe2-293e3b85b9af 2018-11-19 06:51:23,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:25,718 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-a96992ac-c3f2-4d60-bb47-bd20c7edc32d x-compute-request-id: req-a96992ac-c3f2-4d60-bb47-bd20c7edc32d Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:9b:1e", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-11-19T06:51:00.000000", "flavor": {"id": "edb299ff-8455-4bca-afd3-35547c6ed05d", "links": [{"href": "http://172.30.9.21:8774/flavors/edb299ff-8455-4bca-afd3-35547c6ed05d", "rel": "bookmark"}]}, "id": "3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "security_groups": [{"name": "default"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:51:01Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 06:51:25,718 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2 used request id req-a96992ac-c3f2-4d60-bb47-bd20c7edc32d 2018-11-19 06:51:25,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:25,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-c77035da-4688-4cde-b848-b499ba001f65 Date: Mon, 19 Nov 2018 06:51:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:25,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-c77035da-4688-4cde-b848-b499ba001f65 2018-11-19 06:51:25,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:26,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-8bccc476-0956-4365-884a-5d1eff99676e Date: Mon, 19 Nov 2018 06:51:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:26,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-8bccc476-0956-4365-884a-5d1eff99676e 2018-11-19 06:51:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:26,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-f50db001-8701-4452-bfcb-807cd001bf5c Date: Mon, 19 Nov 2018 06:51:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:26,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-f50db001-8701-4452-bfcb-807cd001bf5c 2018-11-19 06:51:26,339 - create_instance - INFO - Found existing machine with name - CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2 2018-11-19 06:51:26,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:26,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-f45ac426-cc57-4c1a-a2d5-7b4ff806d90a Date: Mon, 19 Nov 2018 06:51:26 GMT RESP BODY: {"floatingips": [{"router_id": "8bae455e-dd39-477f-bb9e-ea03575bd90b", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:49Z", "updated_at": "2018-11-19T06:50:52Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.1.2.9", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "0fa3dda61c2744da994f9a24fcf20513", "port_id": "7bba92c0-fbbd-4688-84c4-48f38ab96fe9", "id": "804004a3-189d-4ff8-9669-f85b6c2e6e4f"}]} 2018-11-19 06:51:26,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-f45ac426-cc57-4c1a-a2d5-7b4ff806d90a 2018-11-19 06:51:26,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:27,507 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-ce4efe47-0ef7-4f7f-b00c-a925643b1c92 x-compute-request-id: req-ce4efe47-0ef7-4f7f-b00c-a925643b1c92 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-11-19T06:50:58.000000", "flavor": {"id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "links": [{"href": "http://172.30.9.21:8774/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20", "rel": "bookmark"}]}, "id": "126cf183-2fa3-4aa3-b5a4-7e053789f412", "security_groups": [{"name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:50:59Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:51:27,507 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 used request id req-ce4efe47-0ef7-4f7f-b00c-a925643b1c92 2018-11-19 06:51:27,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:27,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-5026233c-247d-4f81-b419-48c80e3b0874 Date: Mon, 19 Nov 2018 06:51:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:27,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-5026233c-247d-4f81-b419-48c80e3b0874 2018-11-19 06:51:27,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:27,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5158a004-106a-422f-9884-e4961737e1a3 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:27,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-5158a004-106a-422f-9884-e4961737e1a3 2018-11-19 06:51:27,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:27,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1c9eb5d9-4387-4934-8d51-ef5f1920a42c Date: Mon, 19 Nov 2018 06:51:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:27,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-1c9eb5d9-4387-4934-8d51-ef5f1920a42c 2018-11-19 06:51:27,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:27,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-40682c34-cbeb-4444-9721-1161ab0800bd Date: Mon, 19 Nov 2018 06:51:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:27,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-40682c34-cbeb-4444-9721-1161ab0800bd 2018-11-19 06:51:27,939 - create_instance - INFO - Checking if VM is active 2018-11-19 06:51:27,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:28,549 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-92c2f395-72f2-4e80-9c4a-4efa187a22ae x-compute-request-id: req-92c2f395-72f2-4e80-9c4a-4efa187a22ae Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-11-19T06:50:58.000000", "flavor": {"id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "links": [{"href": "http://172.30.9.21:8774/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20", "rel": "bookmark"}]}, "id": "126cf183-2fa3-4aa3-b5a4-7e053789f412", "security_groups": [{"name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:50:59Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:51:28,550 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 used request id req-92c2f395-72f2-4e80-9c4a-4efa187a22ae 2018-11-19 06:51:28,550 - create_instance - DEBUG - Instance status [CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1] is - ACTIVE 2018-11-19 06:51:28,550 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:51:28,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:29,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51: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-62310c8b-4b26-47ec-b486-421c9df66a4a x-compute-request-id: req-62310c8b-4b26-47ec-b486-421c9df66a4a Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "10.1.2.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:44:e6:d4", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000122", "OS-SRV-USG:launched_at": "2018-11-19T06:50:58.000000", "flavor": {"id": "f8f2afb7-0179-457c-a6cd-f97e6f487f20", "links": [{"href": "http://172.30.9.21:8774/flavors/f8f2afb7-0179-457c-a6cd-f97e6f487f20", "rel": "bookmark"}]}, "id": "126cf183-2fa3-4aa3-b5a4-7e053789f412", "security_groups": [{"name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:50:59Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:51:29,557 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/126cf183-2fa3-4aa3-b5a4-7e053789f412 used request id req-62310c8b-4b26-47ec-b486-421c9df66a4a 2018-11-19 06:51:29,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:29,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-0be260b0-9b79-4e8b-a358-ad403133c29e Date: Mon, 19 Nov 2018 06:51:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:29,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-0be260b0-9b79-4e8b-a358-ad403133c29e 2018-11-19 06:51:29,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:29,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf1ce24f-d06e-4773-9d32-284ae246b511 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:29,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-cf1ce24f-d06e-4773-9d32-284ae246b511 2018-11-19 06:51:29,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:30,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d89a5ff2-8d13-477b-adc7-eeb2ddbd2dac Date: Mon, 19 Nov 2018 06:51:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:30,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-d89a5ff2-8d13-477b-adc7-eeb2ddbd2dac 2018-11-19 06:51:30,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b349167aa7552a61fe37cc320eb919a8ab5c80fa" 2018-11-19 06:51:30,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-40745068-119a-4043-bda8-693304bcdb43 Date: Mon, 19 Nov 2018 06:51:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:30,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-40745068-119a-4043-bda8-693304bcdb43 2018-11-19 06:51:30,310 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:51:30,313 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f05bfd0L 2018-11-19 06:51:30,314 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:51:30,314 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:51:30,314 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:51:30,315 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:51:30,316 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:51:30,316 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:51:30,316 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:51:30,316 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:51:30,316 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:51:30,333 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:51:30,334 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:51:30,346 - paramiko.transport - DEBUG - Trying key 3a084df0d164dc31dd0c4b2409e4b1c2 from 0f32e1f9-27d8-409b-8122-201d82b573cc 2018-11-19 06:51:30,371 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:51:30,377 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:51:30,477 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:51:30,491 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:51:30,491 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:51:30,493 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f0bb5d0L 2018-11-19 06:51:30,493 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:51:30,493 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-11-19 06:51:30,494 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-11-19 06:51:30,495 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:51:30,495 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:51:30,495 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-11-19 06:51:30,495 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:51:30,495 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:51:30,495 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:51:30,512 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:51:30,513 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:51:30,525 - paramiko.transport - DEBUG - Trying key 3a084df0d164dc31dd0c4b2409e4b1c2 from 0f32e1f9-27d8-409b-8122-201d82b573cc 2018-11-19 06:51:30,551 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:51:30,558 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:51:30,590 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:51:30,590 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-11-19 06:51:30,591 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:51:30,592 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:51:30,593 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:51:30,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:31,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-048e917a-5f2a-4db0-bb4b-f36bddbf8803 x-compute-request-id: req-048e917a-5f2a-4db0-bb4b-f36bddbf8803 Content-Encoding: gzip Content-Length: 824 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:9b:1e", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "rel": "bookmark"}], "image": {"id": "3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "links": [{"href": "http://172.30.9.21:8774/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011f", "OS-SRV-USG:launched_at": "2018-11-19T06:51:00.000000", "flavor": {"id": "edb299ff-8455-4bca-afd3-35547c6ed05d", "links": [{"href": "http://172.30.9.21:8774/flavors/edb299ff-8455-4bca-afd3-35547c6ed05d", "rel": "bookmark"}]}, "id": "3a85b1e6-e294-45e4-8c4a-435eaa5d6e42", "security_groups": [{"name": "default"}], "user_id": "51757c9510af471895024c12fca65478", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:51:01Z", "hostId": "75bf1c0118cbbb3d4d7a3bdb461501df04d54bbec5f7cadc470c1d51", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "created": "2018-11-19T06:50:52Z", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:51:31,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3a85b1e6-e294-45e4-8c4a-435eaa5d6e42 used request id req-048e917a-5f2a-4db0-bb4b-f36bddbf8803 2018-11-19 06:51:31,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:31,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 748 X-Openstack-Request-Id: req-4bb2a769-152e-4635-ac69-83bc9230e75e Date: Mon, 19 Nov 2018 06:51:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7c693620-4e22-4207-bd30-af5268b19af7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":65,"ipv4_address_scope":null,"shared":false,"project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","subnets":["dd9ba199-8504-4406-91d7-4a4ec2b07727"],"description":"","tags":[],"updated_at":"2018-11-19T06:50:47Z","qos_policy_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net","admin_state_up":true,"tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:45Z","provider:network_type":"vxlan"}]} 2018-11-19 06:51:31,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net used request id req-4bb2a769-152e-4635-ac69-83bc9230e75e 2018-11-19 06:51:31,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:31,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3fa9401-2fcd-443a-a350-2ab6e94a7506 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:31,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-c3fa9401-2fcd-443a-a350-2ab6e94a7506 2018-11-19 06:51:31,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:31,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f4a85925-43aa-4c46-8d37-eb57fe1ba94a Date: Mon, 19 Nov 2018 06:51:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","dns_nameservers":[],"updated_at":"2018-11-19T06:50:47Z","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":"0fa3dda61c2744da994f9a24fcf20513","id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","subnetpool_id":null,"name":"CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet"}]} 2018-11-19 06:51:31,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-f4a85925-43aa-4c46-8d37-eb57fe1ba94a 2018-11-19 06:51:31,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b031178e888dbc8baf64f158018cdbca4c3e3f1c" 2018-11-19 06:51:31,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5807 X-Openstack-Request-Id: req-d2a89059-f3ae-46c0-88a6-beadd549514b Date: Mon, 19 Nov 2018 06:51:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.15"}],"id":"186b1ac2-e75e-4ead-aafe-f30290410e1e","security_groups":["8be44157-2f45-4e85-a4e6-06a3e1fa9d7b"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:53:9b:1e","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:53Z","binding:vnic_type":"normal","device_id":"3a85b1e6-e294-45e4-8c4a-435eaa5d6e42"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:50Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.3"}],"id":"1884e03f-0bd2-4db2-b6a3-15c6311ae710","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9f:52:69","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:59Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.9"}],"id":"7bba92c0-fbbd-4688-84c4-48f38ab96fe9","security_groups":["3a816ea4-ed4c-42b4-a4dc-55792c0a8290"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:44:e6:d4","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack-port1-7np4yrwb2ob2","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:48Z","binding:vnic_type":"normal","device_id":"126cf183-2fa3-4aa3-b5a4-7e053789f412"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:51:06Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.1"}],"id":"be7be372-ee16-40e2-aa67-bb9434d64d3e","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:a5:af","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"8bae455e-dd39-477f-bb9e-ea03575bd90b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:52Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.4"}],"id":"cfbb9812-366e-4af6-aa1b-b51808fda0fd","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:dd:f5","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:49Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-7c693620-4e22-4207-bd30-af5268b19af7"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:50:49Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"dd9ba199-8504-4406-91d7-4a4ec2b07727","ip_address":"10.1.2.2"}],"id":"f7808995-4304-4224-b848-355b81376be2","security_groups":[],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:74:2e:2f","project_id":"0fa3dda61c2744da994f9a24fcf20513","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"7c693620-4e22-4207-bd30-af5268b19af7","tenant_id":"0fa3dda61c2744da994f9a24fcf20513","created_at":"2018-11-19T06:50:47Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-7c693620-4e22-4207-bd30-af5268b19af7"}]} 2018-11-19 06:51:31,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=7c693620-4e22-4207-bd30-af5268b19af7 used request id req-d2a89059-f3ae-46c0-88a6-beadd549514b 2018-11-19 06:51:31,963 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack 2018-11-19 06:51:31,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:31,993 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:31 GMT Server: Apache x-openstack-request-id: req-28e69902-faf4-4da7-acbc-a34f0629626e Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:32,066 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:51:32 GMT Server: Apache x-openstack-request-id: req-df510c6a-88ac-4d9f-b379-9a7509eab3ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:51:32,067 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-df510c6a-88ac-4d9f-b379-9a7509eab3ec 2018-11-19 06:51:32,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:32,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:32 GMT Server: Apache x-openstack-request-id: req-d11b34ea-c6c8-4ffa-8c4e-f5ac67d0ed26 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:32,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:32 GMT Server: Apache x-openstack-request-id: req-6f8f1a95-dc64-418a-942f-ba2a08da2f69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "tags": null, "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:51:32Z", "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:32,286 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-6f8f1a95-dc64-418a-942f-ba2a08da2f69 2018-11-19 06:51:32,287 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:51:32,287 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:51:35,290 - create_stack - DEBUG - Stack status query timeout in 1196.77680302 2018-11-19 06:51:35,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:35,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:35 GMT Server: Apache x-openstack-request-id: req-c8909c1c-fbda-4716-969b-ad761abf06ac Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:35,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:35 GMT Server: Apache x-openstack-request-id: req-e238a28e-0b87-4fa0-be14-52aeed4bc9db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "tags": null, "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:51:32Z", "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:35,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-e238a28e-0b87-4fa0-be14-52aeed4bc9db 2018-11-19 06:51:35,498 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:51:35,499 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:51:38,502 - create_stack - DEBUG - Stack status query timeout in 1193.56529903 2018-11-19 06:51:38,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:38,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:38 GMT Server: Apache x-openstack-request-id: req-43cef98c-e403-4219-beb6-a4738126fa53 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:38,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:38 GMT Server: Apache x-openstack-request-id: req-c90c63f3-9752-4d6a-a9ec-92ab8f7f40b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "tags": null, "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-11-19T06:51:32Z", "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "stack_status_reason": "Stack DELETE started", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:38,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-c90c63f3-9752-4d6a-a9ec-92ab8f7f40b0 2018-11-19 06:51:38,557 - create_stack - DEBUG - Stack status is - DELETE_IN_PROGRESS 2018-11-19 06:51:38,557 - create_stack - DEBUG - Retry querying stack status in 3 seconds 2018-11-19 06:51:41,560 - create_stack - DEBUG - Stack status query timeout in 1190.50662684 2018-11-19 06:51:41,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:41,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:41 GMT Server: Apache x-openstack-request-id: req-90353f64-7734-4bc2-97d0-9ff87135cf3e Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:41,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:41 GMT Server: Apache x-openstack-request-id: req-ace1746a-828e-44cf-9f28-9b648f189e5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 687 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-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor2", "OS::project_id": "0fa3dda61c2744da994f9a24fcf20513", "OS::stack_id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "OS::stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "router_name": "mgmt_router", "keypair_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-kp", "security_group_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-sec_grp", "subnet_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-subnet", "net_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-net", "external_net_name": "external", "inst2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst2", "inst1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-inst1", "image2_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image", "flavor1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-flavor1", "image1_name": "CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image"}, "deletion_time": null, "stack_name": "CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack", "stack_user_project_id": "5bf917a47a454f6bb96650dbb77afc94", "tags": null, "creation_time": "2018-11-19T06:50:38Z", "links": [{"href": "http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-11-19T06:51:32Z", "id": "a8051e6f-4820-4344-acc2-28b2eeff57ae", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n"}} 2018-11-19 06:51:41,753 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-ace1746a-828e-44cf-9f28-9b648f189e5e 2018-11-19 06:51:41,754 - create_stack - DEBUG - Stack status is - DELETE_COMPLETE 2018-11-19 06:51:41,754 - create_stack - DEBUG - Stack is active with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack 2018-11-19 06:51:41,754 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack 2018-11-19 06:51:41,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/a8051e6f-4820-4344-acc2-28b2eeff57ae -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ed6203851c28bb206cfe842bc1731576ce58db8" 2018-11-19 06:51:41,783 - keystoneauth.session - DEBUG - RESP: [302] Date: Mon, 19 Nov 2018 06:51:41 GMT Server: Apache x-openstack-request-id: req-c1a829b3-b9c3-4d23-9e04-d029cc89e0a6 Location: http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae Content-Length: 543 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-19 06:51:41,809 - keystoneauth.session - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:51:41 GMT Server: Apache x-openstack-request-id: req-b17449ce-4214-416b-87d8-6c43ef23e2c3 Content-Length: 285 Content-Type: application/json RESP BODY: {"explanation": "The resource could not be found.", "code": 404, "error": {"message": "The Stack (CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack) could not be found.", "traceback": null, "type": "EntityNotFound"}, "title": "Not Found"} 2018-11-19 06:51:41,809 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/0fa3dda61c2744da994f9a24fcf20513/stacks/CreateStackFloatingIpTests-CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-stack/a8051e6f-4820-4344-acc2-28b2eeff57ae used request id req-b17449ce-4214-416b-87d8-6c43ef23e2c3 2018-11-19 06:51:41,810 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-8eef56c5-d7c3-4799-8f98-b64a718fe56b-image 2018-11-19 06:51:41,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1aeaad5df391847bfae58a8e8faab1c25c224dd2" 2018-11-19 06:51:43,512 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f7845473-62f1-434d-898d-7c73a69b8833 Date: Mon, 19 Nov 2018 06:51:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:51:43,512 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3abe1339-64d9-4c73-902e-5bfbffe1cdb8 used request id req-f7845473-62f1-434d-898d-7c73a69b8833 2018-11-19 06:51:43,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:43,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-a4bb647e-a505-44f6-8c8e-05dae6e145b7 Date: Mon, 19 Nov 2018 06:51:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:41Z", "updated_at": "2018-11-19T06:50:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "revision_number": 0, "id": "190430c7-d5d7-4ee6-9d4d-aac5ab2ad0ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fa3dda61c2744da994f9a24fcf20513"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "revision_number": 0, "id": "4e42dc65-1e95-4261-9c91-74a604b5c020", "remote_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fa3dda61c2744da994f9a24fcf20513"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "revision_number": 0, "id": "5224d4eb-9db5-4829-b785-b85e7b4b0121", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "port_range_min": null, "ethertype": "IPv6", "project_id": "0fa3dda61c2744da994f9a24fcf20513"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "revision_number": 0, "id": "ca7d3861-b234-46fc-92e2-638ac3e1f7d8", "remote_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "port_range_min": null, "ethertype": "IPv4", "project_id": "0fa3dda61c2744da994f9a24fcf20513"}], "revision_number": 4, "project_id": "0fa3dda61c2744da994f9a24fcf20513", "id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:51:43,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-a4bb647e-a505-44f6-8c8e-05dae6e145b7 2018-11-19 06:51:43,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:43,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ec497d6-ebad-4495-a18a-719470bc3a1b Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:51:43,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-1ec497d6-ebad-4495-a18a-719470bc3a1b 2018-11-19 06:51:43,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:43,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d384ccf3-3d8b-408e-be70-ab1728511581 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:51:43,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-d384ccf3-3d8b-408e-be70-ab1728511581 2018-11-19 06:51:43,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:44,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae9223fe-0128-4626-b771-d1d736a29823 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513"}, "enabled": true, "id": "0fa3dda61c2744da994f9a24fcf20513", "parent_id": "default", "domain_id": "default", "name": "CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj"}} 2018-11-19 06:51:44,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-ae9223fe-0128-4626-b771-d1d736a29823 2018-11-19 06:51:44,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8be44157-2f45-4e85-a4e6-06a3e1fa9d7b 2018-11-19 06:51:44,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8be44157-2f45-4e85-a4e6-06a3e1fa9d7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:44,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-74e8b6c6-ace9-4ac9-8fd0-6dc7b5439f72 Date: Mon, 19 Nov 2018 06:51:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "port_range_min": null, "revision_number": 0, "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:41Z", "project_id": "0fa3dda61c2744da994f9a24fcf20513", "id": "190430c7-d5d7-4ee6-9d4d-aac5ab2ad0ce"}, {"remote_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "port_range_min": null, "revision_number": 0, "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:41Z", "project_id": "0fa3dda61c2744da994f9a24fcf20513", "id": "4e42dc65-1e95-4261-9c91-74a604b5c020"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "port_range_min": null, "revision_number": 0, "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:41Z", "project_id": "0fa3dda61c2744da994f9a24fcf20513", "id": "5224d4eb-9db5-4829-b785-b85e7b4b0121"}, {"remote_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:50:41Z", "security_group_id": "8be44157-2f45-4e85-a4e6-06a3e1fa9d7b", "port_range_min": null, "revision_number": 0, "tenant_id": "0fa3dda61c2744da994f9a24fcf20513", "created_at": "2018-11-19T06:50:41Z", "project_id": "0fa3dda61c2744da994f9a24fcf20513", "id": "ca7d3861-b234-46fc-92e2-638ac3e1f7d8"}]} 2018-11-19 06:51:44,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=8be44157-2f45-4e85-a4e6-06a3e1fa9d7b used request id req-74e8b6c6-ace9-4ac9-8fd0-6dc7b5439f72 2018-11-19 06:51:44,191 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:51:44,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/8be44157-2f45-4e85-a4e6-06a3e1fa9d7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:44,488 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e95f604-98ab-4500-addd-590a50c1882a Content-Length: 0 Date: Mon, 19 Nov 2018 06:51:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:51:44,488 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/8be44157-2f45-4e85-a4e6-06a3e1fa9d7b used request id req-4e95f604-98ab-4500-addd-590a50c1882a 2018-11-19 06:51:44,489 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj 2018-11-19 06:51:44,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:44,699 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a5e068af-07a6-43e4-ae44-67e659069ac9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:51:44,699 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0fa3dda61c2744da994f9a24fcf20513 used request id req-a5e068af-07a6-43e4-ae44-67e659069ac9 2018-11-19 06:51:44,700 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-5f72c7f1-37ce-488-proj-role 2018-11-19 06:51:44,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ca716cc21c024669bd6726e74bb4e42b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:44,816 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c732c37-3f63-4f63-80fb-5eaaed872e66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:51:44,816 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ca716cc21c024669bd6726e74bb4e42b used request id req-7c732c37-3f63-4f63-80fb-5eaaed872e66 2018-11-19 06:51:44,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a71f319cdb528a8d419011a9cb4f267e450202ee" 2018-11-19 06:51:44,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1921efb6-1338-48ce-a57d-3b36e64ec085 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:51:44,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1921efb6-1338-48ce-a57d-3b36e64ec085 2018-11-19 06:51:44,920 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-5f72c7f1-37ce-488-user 2018-11-19 06:51:44,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/51757c9510af471895024c12fca65478 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2cd1dab61448f71072da50b3b20df7a7c2f035fc" 2018-11-19 06:51:45,108 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:51:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7cc4bcf7-5833-4f83-900a-0e18b2f39dc2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:51:45,108 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/51757c9510af471895024c12fca65478 used request id req-7cc4bcf7-5833-4f83-900a-0e18b2f39dc2 2018-11-19 06:51:45,110 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:45,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:51:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["yp3EVTYmQ4ij8gg4d2Krww"], "issued_at": "2018-11-19T06:51:45.000000Z"}} 2018-11-19 06:51:45,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b673e728509196f86333786c140e22d341d5415" 2018-11-19 06:51:45,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae072651-0d81-4738-9c3e-4de3e74c6660 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:45,679 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ae072651-0d81-4738-9c3e-4de3e74c6660 2018-11-19 06:51:45,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:45,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:46,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["Oc-KAGbHRXqQJLKC26N5fg"], "issued_at": "2018-11-19T06:51:46.000000Z"}} 2018-11-19 06:51:46,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:51:46,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04b87668-0779-464f-a505-df5b8deb8dac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:46,148 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-04b87668-0779-464f-a505-df5b8deb8dac 2018-11-19 06:51:46,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:51:46,158 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:51:46,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-54a2a429-91c0-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:51:46,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-419c107b-88b3-4389-a1a9-baf8e1960b42 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-54a2a429-91c0-49f-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:51:46,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-54a2a429-91c0-49f-proj used request id req-419c107b-88b3-4389-a1a9-baf8e1960b42 2018-11-19 06:51:46,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:51:46,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6bd1f11-1928-42f7-948c-7bf7f153d9ce Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:51:46,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-b6bd1f11-1928-42f7-948c-7bf7f153d9ce 2018-11-19 06:51:46,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}}' 2018-11-19 06:51:46,446 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8290e12d-705a-4de0-be66-907ae767eb9b Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:51:46,446 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8290e12d-705a-4de0-be66-907ae767eb9b 2018-11-19 06:51:46,446 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-54a2a429-91c0-49f-proj 2018-11-19 06:51:46,447 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:46,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:46,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:51:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["18y3kkCoRoaDQ57swyJYgQ"], "issued_at": "2018-11-19T06:51:46.000000Z"}} 2018-11-19 06:51:46,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbd0c1d32765d663d51ada709dce90a836fbafaf" 2018-11-19 06:51:46,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e6f7031-2a14-4233-8ae5-0c7d07555773 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:46,834 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-7e6f7031-2a14-4233-8ae5-0c7d07555773 2018-11-19 06:51:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:51:46,844 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:51:46,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbd0c1d32765d663d51ada709dce90a836fbafaf" 2018-11-19 06:51:46,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a006e79b-c3e4-4367-a934-180127f7f656 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:51:46,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a006e79b-c3e4-4367-a934-180127f7f656 2018-11-19 06:51:46,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-54a2a429-91c0-49f-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbd0c1d32765d663d51ada709dce90a836fbafaf" 2018-11-19 06:51:47,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51f0d51e-fca8-49de-a636-7d4efb33f080 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-54a2a429-91c0-49f-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}]} 2018-11-19 06:51:47,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-54a2a429-91c0-49f-proj used request id req-51f0d51e-fca8-49de-a636-7d4efb33f080 2018-11-19 06:51:47,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbd0c1d32765d663d51ada709dce90a836fbafaf" 2018-11-19 06:51:47,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ce897ee-833c-4553-8346-60202d99c40c Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:51:47,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-5ce897ee-833c-4553-8346-60202d99c40c 2018-11-19 06:51:47,451 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-54a2a429-91c0-49f-user 2018-11-19 06:51:47,451 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:47,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:51:47,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d119216-00fb-46be-bff7-80055a4c2c21 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:51:47,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d119216-00fb-46be-bff7-80055a4c2c21 2018-11-19 06:51:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" -d '{"role": {"name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}}' 2018-11-19 06:51:47,673 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:51:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01133ba7-3b8e-4093-8502-34ee26afeb08 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ef7214d8400c42569b98c5283df23f93", "links": {"self": "http://172.30.9.21:5000/v3/roles/ef7214d8400c42569b98c5283df23f93"}, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}} 2018-11-19 06:51:47,673 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-01133ba7-3b8e-4093-8502-34ee26afeb08 2018-11-19 06:51:47,674 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role 2018-11-19 06:51:47,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/ef7214d8400c42569b98c5283df23f93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:51:47,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393db429-a4f3-4e63-92bf-9fe36666a1c3 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ef7214d8400c42569b98c5283df23f93"}, "domain_id": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role", "id": "ef7214d8400c42569b98c5283df23f93"}} 2018-11-19 06:51:47,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ef7214d8400c42569b98c5283df23f93 used request id req-393db429-a4f3-4e63-92bf-9fe36666a1c3 2018-11-19 06:51:47,759 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role to project AnsibleProvisioningTests-54a2a429-91c0-49f-proj 2018-11-19 06:51:47,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688/users/fdf1bfbc43894a648c795ba2dbf27fd2/roles/ef7214d8400c42569b98c5283df23f93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:51:47,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:51:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f54489f9-a821-4e2c-a5f3-92d339c2c9f6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:51:47,891 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688/users/fdf1bfbc43894a648c795ba2dbf27fd2/roles/ef7214d8400c42569b98c5283df23f93 used request id req-f54489f9-a821-4e2c-a5f3-92d339c2c9f6 2018-11-19 06:51:47,891 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:51:47,892 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-11-19 06:51:47,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:47,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:48,277 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:51:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["dBZkciahQp2H3dmJoE4aNg"], "issued_at": "2018-11-19T06:51:48.000000Z"}} 2018-11-19 06:51:48,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" 2018-11-19 06:51:48,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1bb953-85d8-4429-9e7e-9c0f29eab67c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:48,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df1bb953-85d8-4429-9e7e-9c0f29eab67c 2018-11-19 06:51:48,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" 2018-11-19 06:51:48,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-2564b0f7-3ceb-419e-8800-3a39cd8ad32d Date: Mon, 19 Nov 2018 06:51:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image"} 2018-11-19 06:51:48,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image used request id req-2564b0f7-3ceb-419e-8800-3a39cd8ad32d 2018-11-19 06:51:48,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" 2018-11-19 06:51:48,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-196c84a0-50ef-43df-9e15-9b0eae36c220 Date: Mon, 19 Nov 2018 06:51:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:51:48,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-196c84a0-50ef-43df-9e15-9b0eae36c220 2018-11-19 06:51:48,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image"}' 2018-11-19 06:51:48,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d X-Openstack-Request-Id: req-a1b64a23-5b0e-4d72-8202-57212f16e4df Date: Mon, 19 Nov 2018 06:51:48 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:51:48Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:51:48Z", "visibility": "shared", "locations": [], "self": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "min_disk": 0, "protected": false, "id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "file": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/file", "checksum": null, "owner": "80fff1c8cf964da8a7a80ee2909df688", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:51:48,910 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a1b64a23-5b0e-4d72-8202-57212f16e4df 2018-11-19 06:51:48,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" -d '' 2018-11-19 06:51:54,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbab2a0d-72d7-4a9a-87a7-25a841016762 Date: Mon, 19 Nov 2018 06:51:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:51:54,882 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/file used request id req-bbab2a0d-72d7-4a9a-87a7-25a841016762 2018-11-19 06:51:54,883 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-19 06:51:54,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" 2018-11-19 06:51:55,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-bd5d9988-cb7c-4eb6-bd66-ac9974547759 Date: Mon, 19 Nov 2018 06:51:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:51:48Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-19T06:51:54Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/snap", "metadata": {}}], "self": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "min_disk": 0, "protected": false, "id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "file": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "80fff1c8cf964da8a7a80ee2909df688", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:51:55,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d used request id req-bd5d9988-cb7c-4eb6-bd66-ac9974547759 2018-11-19 06:51:55,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" 2018-11-19 06:51:55,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-abde1c13-9d46-49ab-b18b-ce81424fbe5f Date: Mon, 19 Nov 2018 06:51:55 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:51:55,584 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-abde1c13-9d46-49ab-b18b-ce81424fbe5f 2018-11-19 06:51:55,587 - create_image - INFO - Created image with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image 2018-11-19 06:51:55,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" 2018-11-19 06:51:55,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-f9dd081e-59c1-4cb6-a8c1-fbf4c31ace29 Date: Mon, 19 Nov 2018 06:51:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:51:48Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-19T06:51:54Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/snap", "metadata": {}}], "self": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "min_disk": 0, "protected": false, "id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "file": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "80fff1c8cf964da8a7a80ee2909df688", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:51:55,768 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d used request id req-f9dd081e-59c1-4cb6-a8c1-fbf4c31ace29 2018-11-19 06:51:55,769 - create_image - DEBUG - Instance status is - active 2018-11-19 06:51:55,769 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image 2018-11-19 06:51:55,769 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image 2018-11-19 06:51:55,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:55,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:51:56,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:51:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["r2HtplICRti86zezC1OIDw"], "issued_at": "2018-11-19T06:51:56.000000Z"}} 2018-11-19 06:51:56,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:51:56,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2134c07d-6e53-4f3c-9e83-a9d8c63abb39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:51:56,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2134c07d-6e53-4f3c-9e83-a9d8c63abb39 2018-11-19 06:51:56,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:51:56,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f8ad0f8f-8ab7-4f32-bf16-23f1f5ffd1bd Date: Mon, 19 Nov 2018 06:51:56 GMT RESP BODY: {"networks":[]} 2018-11-19 06:51:56,590 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-f8ad0f8f-8ab7-4f32-bf16-23f1f5ffd1bd 2018-11-19 06:51:56,591 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net 2018-11-19 06:51:56,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" -d '{"network": {"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net", "admin_state_up": true}}' 2018-11-19 06:51:58,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-8cc65bf3-4f77-4619-b62a-e6f7935d2d93 Date: Mon, 19 Nov 2018 06:51:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:51:57Z","is_default":false,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","mtu":1450}} 2018-11-19 06:51:58,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-8cc65bf3-4f77-4619-b62a-e6f7935d2d93 2018-11-19 06:51:58,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:51:58,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-40f7bdc0-5315-4dbd-9c90-198f0c5cbe82 Date: Mon, 19 Nov 2018 06:51:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:51:57Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:51:58,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-40f7bdc0-5315-4dbd-9c90-198f0c5cbe82 2018-11-19 06:51:58,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:51:58,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2adb0f02-830b-4177-96cd-0668c28eeba5 Date: Mon, 19 Nov 2018 06:51:58 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:51:58,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-2adb0f02-830b-4177-96cd-0668c28eeba5 2018-11-19 06:51:58,576 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet 2018-11-19 06:51:58,584 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" -d '{"subnets": [{"ip_version": 4, "network_id": "1f105207-acde-4f4f-adb3-de9f1672b3e8", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]}' 2018-11-19 06:51:59,186 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e95dcf70-59e4-4f1b-a4f3-07d3105977ed Date: Mon, 19 Nov 2018 06:51:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:51:59,186 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-e95dcf70-59e4-4f1b-a4f3-07d3105977ed 2018-11-19 06:51:59,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:51:59,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-b786768d-9789-436f-bd14-bbc6b9d45174 Date: Mon, 19 Nov 2018 06:51:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:51:59,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-b786768d-9789-436f-bd14-bbc6b9d45174 2018-11-19 06:51:59,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:51:59,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e6b53ef6-1570-443f-8f49-aafc3bce156e Date: Mon, 19 Nov 2018 06:51:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:51:59,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-e6b53ef6-1570-443f-8f49-aafc3bce156e 2018-11-19 06:51:59,650 - OpenStackNetwork - DEBUG - Network [1f105207-acde-4f4f-adb3-de9f1672b3e8] created successfully 2018-11-19 06:51:59,650 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:51:59,651 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:52:00,025 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:52:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["NZJSyhoNQlmNfWcOfJorJg"], "issued_at": "2018-11-19T06:52:00.000000Z"}} 2018-11-19 06:52:00,026 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:00,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51ec2334-4cd7-4427-8ab0-b86fe95154c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:00,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-51ec2334-4cd7-4427-8ab0-b86fe95154c5 2018-11-19 06:52:00,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:00,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-f43760a2-ac0e-4ce5-9446-5d11be323a66 Date: Mon, 19 Nov 2018 06:52:00 GMT RESP BODY: {"routers": []} 2018-11-19 06:52:00,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router&admin_state_up=True used request id req-f43760a2-ac0e-4ce5-9446-5d11be323a66 2018-11-19 06:52:00,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:52:00,326 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:52:00,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:52:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["-WyP8lx9S0CoIYbyuGx_kw"], "issued_at": "2018-11-19T06:52:00.000000Z"}} 2018-11-19 06:52:00,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2f5b7b47b747fb3ee5c034506b401241af99d993" 2018-11-19 06:52:00,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32b992b4-48ab-4bb9-b04b-a220443c616c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:00,783 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-32b992b4-48ab-4bb9-b04b-a220443c616c 2018-11-19 06:52:00,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:01,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-78451c64-a92d-42af-9a99-3381ba3c9a46 Date: Mon, 19 Nov 2018 06:52:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:52:01,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-78451c64-a92d-42af-9a99-3381ba3c9a46 2018-11-19 06:52:01,046 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:01,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-43ee681d-3cf2-41b3-aff5-514cc647c667 Date: Mon, 19 Nov 2018 06:52:01 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:52:01,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-43ee681d-3cf2-41b3-aff5-514cc647c667 2018-11-19 06:52:01,228 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router 2018-11-19 06:52:01,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router", "admin_state_up": true}}' 2018-11-19 06:52:06,284 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-7d0562c6-91ee-4d67-b950-a74c9dd2a5fe Date: Mon, 19 Nov 2018 06:52:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:01Z", "admin_state_up": true, "updated_at": "2018-11-19T06:52:02Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "3b8befbf-9b64-4132-b8e0-1a81a49ce69b", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router"}} 2018-11-19 06:52:06,284 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-7d0562c6-91ee-4d67-b950-a74c9dd2a5fe 2018-11-19 06:52:06,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=3b8befbf-9b64-4132-b8e0-1a81a49ce69b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:06,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f1a47e82-472a-4ac4-8178-2b655a7f6da4 Date: Mon, 19 Nov 2018 06:52:06 GMT RESP BODY: {"ports":[]} 2018-11-19 06:52:06,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=3b8befbf-9b64-4132-b8e0-1a81a49ce69b used request id req-f1a47e82-472a-4ac4-8178-2b655a7f6da4 2018-11-19 06:52:06,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:06,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-539ed861-3d3f-48ae-b444-9bd83c7c721f Date: Mon, 19 Nov 2018 06:52: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:52:06,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-539ed861-3d3f-48ae-b444-9bd83c7c721f 2018-11-19 06:52:06,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:52:06,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:52:06,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:06,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4dc74e4-4c25-4c40-8b74-48278823b47c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:06,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-a4dc74e4-4c25-4c40-8b74-48278823b47c 2018-11-19 06:52:06,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:07,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bcecc2c2-fa58-49a1-8788-dff8e22b0005 Date: Mon, 19 Nov 2018 06:52:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:52:07,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-bcecc2c2-fa58-49a1-8788-dff8e22b0005 2018-11-19 06:52:07,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:07,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f781e3c6-7476-4622-beb4-70b78f9b43b1 Date: Mon, 19 Nov 2018 06:52:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:52:07,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet used request id req-f781e3c6-7476-4622-beb4-70b78f9b43b1 2018-11-19 06:52:07,226 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:52:07,227 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router 2018-11-19 06:52:07,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" -d '{"subnet_id": "a8e621e3-0e30-44f0-a8a1-b4d197711aca"}' 2018-11-19 06:52:09,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-34e1f1a0-a9f6-4cf6-b12f-2e0dce0d54cd Date: Mon, 19 Nov 2018 06:52:09 GMT RESP BODY: {"network_id": "1f105207-acde-4f4f-adb3-de9f1672b3e8", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "subnet_id": "a8e621e3-0e30-44f0-a8a1-b4d197711aca", "subnet_ids": ["a8e621e3-0e30-44f0-a8a1-b4d197711aca"], "port_id": "443c547f-b399-44f2-bebd-10632eefb0d1", "id": "3b8befbf-9b64-4132-b8e0-1a81a49ce69b"} 2018-11-19 06:52:09,178 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b/add_router_interface used request id req-34e1f1a0-a9f6-4cf6-b12f-2e0dce0d54cd 2018-11-19 06:52:09,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:09,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-6b4d0e86-7a39-4d5f-abe6-779e18c104f6 Date: Mon, 19 Nov 2018 06:52:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:01Z", "admin_state_up": true, "updated_at": "2018-11-19T06:52:08Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "3b8befbf-9b64-4132-b8e0-1a81a49ce69b", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router"}} 2018-11-19 06:52:09,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b used request id req-6b4d0e86-7a39-4d5f-abe6-779e18c104f6 2018-11-19 06:52:09,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=3b8befbf-9b64-4132-b8e0-1a81a49ce69b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:09,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-0ea951bf-7579-4aab-84be-1a9fe8c95138 Date: Mon, 19 Nov 2018 06:52:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"}]} 2018-11-19 06:52:09,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=3b8befbf-9b64-4132-b8e0-1a81a49ce69b used request id req-0ea951bf-7579-4aab-84be-1a9fe8c95138 2018-11-19 06:52:09,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a8e621e3-0e30-44f0-a8a1-b4d197711aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:52:09,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-f2c80a4c-5f8f-4b77-ae8c-014637acd6a4 Date: Mon, 19 Nov 2018 06:52:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}} 2018-11-19 06:52:09,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a8e621e3-0e30-44f0-a8a1-b4d197711aca used request id req-f2c80a4c-5f8f-4b77-ae8c-014637acd6a4 2018-11-19 06:52:09,811 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:52:09,812 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:52:10,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["YC6Yr8rwR5y8ZGp5roaPXQ"], "issued_at": "2018-11-19T06:52:10.000000Z"}} 2018-11-19 06:52:10,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4800be6c2ffd38a49fd5b5cc44ab029d1ec31f01" 2018-11-19 06:52:10,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce40e5c-249f-4137-8551-1934c5ecfee1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:10,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-1ce40e5c-249f-4137-8551-1934c5ecfee1 2018-11-19 06:52:10,279 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:52:10,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4800be6c2ffd38a49fd5b5cc44ab029d1ec31f01" 2018-11-19 06:52:10,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e30a046e-eda1-44ca-bd2e-36228d69741b x-compute-request-id: req-e30a046e-eda1-44ca-bd2e-36228d69741b Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:52:10,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e30a046e-eda1-44ca-bd2e-36228d69741b 2018-11-19 06:52:10,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4800be6c2ffd38a49fd5b5cc44ab029d1ec31f01" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-11-19 06:52:10,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f7d0301-0522-4bdc-b012-87c51649dcef x-compute-request-id: req-0f7d0301-0522-4bdc-b012-87c51649dcef Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:52:10,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0f7d0301-0522-4bdc-b012-87c51649dcef 2018-11-19 06:52:10,505 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:52:10,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:52:10,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:52:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["he7UWYPhQGi6PuGzf8gMQg"], "issued_at": "2018-11-19T06:52:10.000000Z"}} 2018-11-19 06:52:10,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb57677e182a7f777ea9c4c7f68fe6bd2c815fd7" 2018-11-19 06:52:10,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7ce7194-2227-4f88-9568-a2d95d6c6ca1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:10,965 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f7ce7194-2227-4f88-9568-a2d95d6c6ca1 2018-11-19 06:52:10,966 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:52:10,970 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb57677e182a7f777ea9c4c7f68fe6bd2c815fd7" 2018-11-19 06:52:11,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5dda831f-5b62-466e-9647-6801f444f441 x-compute-request-id: req-5dda831f-5b62-466e-9647-6801f444f441 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:52:11,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5dda831f-5b62-466e-9647-6801f444f441 2018-11-19 06:52:11,142 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp... 2018-11-19 06:52:11,142 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:52:11,165 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp 2018-11-19 06:52:11,168 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb57677e182a7f777ea9c4c7f68fe6bd2c815fd7" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNXmXQ4huvqS3toM5TbjKMM3OYfjeKIoUJQV1pVsm5qciH6y7wFjBSP50bfQhFJbWodpEZFXZSZsyMUzNCYPiWH35bAgtSdH4tFdGHsxPg+Z4pRNhD3iCerBxC36bilMw19aOaCtcNAKlQLfetKdU5tPKcHVZn0Ollic3fdxxBHQ==", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp"}}' 2018-11-19 06:52:11,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6ba864b-4233-4902-8f9c-bf065441d50b x-compute-request-id: req-b6ba864b-4233-4902-8f9c-bf065441d50b Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDNXmXQ4huvqS3toM5TbjKMM3OYfjeKIoUJQV1pVsm5qciH6y7wFjBSP50bfQhFJbWodpEZFXZSZsyMUzNCYPiWH35bAgtSdH4tFdGHsxPg+Z4pRNhD3iCerBxC36bilMw19aOaCtcNAKlQLfetKdU5tPKcHVZn0Ollic3fdxxBHQ==", "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "fingerprint": "40:aa:ad:2b:fd:fc:9c:c8:c7:77:36:09:5a:9c:4a:a0"}} 2018-11-19 06:52:11,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-b6ba864b-4233-4902-8f9c-bf065441d50b 2018-11-19 06:52:11,233 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94.pub 2018-11-19 06:52:11,234 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94 2018-11-19 06:52:11,234 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:52:11,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:52:11,615 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:52:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["2cPgtw4HT1e-9QTsLXnlDQ"], "issued_at": "2018-11-19T06:52:11.000000Z"}} 2018-11-19 06:52:11,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:11,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3651ecfe-3502-4011-8024-b7da072f006d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:11,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3651ecfe-3502-4011-8024-b7da072f006d 2018-11-19 06:52:11,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:11,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-3285100d-f0d4-428d-9e5a-3891d8eac96b Date: Mon, 19 Nov 2018 06:52:11 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:52:11,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp used request id req-3285100d-f0d4-428d-9e5a-3891d8eac96b 2018-11-19 06:52:11,907 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp... 2018-11-19 06:52:11,907 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp 2018-11-19 06:52:11,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" -d '{"security_group": {"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}}' 2018-11-19 06:52:12,356 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-e83363e8-5d47-474b-a30b-6620469a7bf1 Date: Mon, 19 Nov 2018 06:52:12 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "updated_at": "2018-11-19T06:52:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "298cb067-dee8-4722-952d-0d36a5cca846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}], "revision_number": 2, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}} 2018-11-19 06:52:12,356 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-e83363e8-5d47-474b-a30b-6620469a7bf1 2018-11-19 06:52:12,357 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:12,362 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:12,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cdeb3bc-76bb-4571-8aed-97a953e806bf Date: Mon, 19 Nov 2018 06:52:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "298cb067-dee8-4722-952d-0d36a5cca846"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b"}]} 2018-11-19 06:52:12,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-0cdeb3bc-76bb-4571-8aed-97a953e806bf 2018-11-19 06:52:12,612 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:12,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:12,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-87b90e56-00f1-414e-b60c-c12514ca3915 Date: Mon, 19 Nov 2018 06:52:12 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "298cb067-dee8-4722-952d-0d36a5cca846"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b"}]} 2018-11-19 06:52:12,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-87b90e56-00f1-414e-b60c-c12514ca3915 2018-11-19 06:52:12,793 - neutron_utils - INFO - Retrieving security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:12,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:12,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-1a346854-4956-4669-8495-6a29a8ad2b95 Date: Mon, 19 Nov 2018 06:52:12 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "updated_at": "2018-11-19T06:52:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "298cb067-dee8-4722-952d-0d36a5cca846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}], "revision_number": 2, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}]} 2018-11-19 06:52:12,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-1a346854-4956-4669-8495-6a29a8ad2b95 2018-11-19 06:52:12,985 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:12,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:13,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8986cd39-a62b-497e-9ac1-a0dd066f7023 Date: Mon, 19 Nov 2018 06:52:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "298cb067-dee8-4722-952d-0d36a5cca846"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b"}]} 2018-11-19 06:52:13,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-8986cd39-a62b-497e-9ac1-a0dd066f7023 2018-11-19 06:52:13,173 - neutron_utils - INFO - Retrieving security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:13,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:13,385 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-7b3695bc-6860-4a70-aa7e-dc8f4303a5a1 Date: Mon, 19 Nov 2018 06:52:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "updated_at": "2018-11-19T06:52:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "298cb067-dee8-4722-952d-0d36a5cca846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}], "revision_number": 2, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}]} 2018-11-19 06:52:13,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-7b3695bc-6860-4a70-aa7e-dc8f4303a5a1 2018-11-19 06:52:13,386 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:13,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:13,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-126949b7-9a9d-49b9-99eb-b7ac3d43925c Date: Mon, 19 Nov 2018 06:52:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "298cb067-dee8-4722-952d-0d36a5cca846"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b"}]} 2018-11-19 06:52:13,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-126949b7-9a9d-49b9-99eb-b7ac3d43925c 2018-11-19 06:52:13,553 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp 2018-11-19 06:52:13,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:13,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-adcd8a31-e2e8-4ce0-aef0-961c8a9f5abf Date: Mon, 19 Nov 2018 06:52:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "updated_at": "2018-11-19T06:52:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "298cb067-dee8-4722-952d-0d36a5cca846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}], "revision_number": 2, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}]} 2018-11-19 06:52:13,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp used request id req-adcd8a31-e2e8-4ce0-aef0-961c8a9f5abf 2018-11-19 06:52:13,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:52:13,621 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:52:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:52:13,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:13,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9e2875f-5e73-4d26-a17c-2079aabc742c Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:13,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-d9e2875f-5e73-4d26-a17c-2079aabc742c 2018-11-19 06:52:13,637 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:13,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:13,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7bd11206-c8a2-4ae4-98c8-84c0dc9cb4d7 Date: Mon, 19 Nov 2018 06:52:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "298cb067-dee8-4722-952d-0d36a5cca846"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b"}]} 2018-11-19 06:52:13,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-7bd11206-c8a2-4ae4-98c8-84c0dc9cb4d7 2018-11-19 06:52:13,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc"}}' 2018-11-19 06:52:14,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a66a0740-e888-41b4-956d-2a316daf55ea Date: Mon, 19 Nov 2018 06:52:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:14Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "d397376d-25c8-4c6f-936c-3cef2ab8f687"}} 2018-11-19 06:52:14,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-a66a0740-e888-41b4-956d-2a316daf55ea 2018-11-19 06:52:14,141 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp 2018-11-19 06:52:14,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:14,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-7f2584bd-2242-4278-968c-220f6023539c Date: Mon, 19 Nov 2018 06:52:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "updated_at": "2018-11-19T06:52:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "298cb067-dee8-4722-952d-0d36a5cca846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:14Z", "revision_number": 0, "id": "d397376d-25c8-4c6f-936c-3cef2ab8f687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}], "revision_number": 3, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}]} 2018-11-19 06:52:14,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp used request id req-7f2584bd-2242-4278-968c-220f6023539c 2018-11-19 06:52:14,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:14,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7828c5-bfa4-4bc4-b66e-9dcbded07deb Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:14,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-dd7828c5-bfa4-4bc4-b66e-9dcbded07deb 2018-11-19 06:52:14,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:14,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:14,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-c1d6af48-67f3-45dc-a9a6-b298119545e8 Date: Mon, 19 Nov 2018 06:52: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-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "298cb067-dee8-4722-952d-0d36a5cca846"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:14Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "d397376d-25c8-4c6f-936c-3cef2ab8f687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b"}]} 2018-11-19 06:52:14,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-c1d6af48-67f3-45dc-a9a6-b298119545e8 2018-11-19 06:52:14,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc"}}' 2018-11-19 06:52:14,697 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-65cab426-fc1f-42c8-bfc9-8d2ff7a6e411 Date: Mon, 19 Nov 2018 06:52:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": 22, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:14Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "99cb2460-b660-4166-b433-68720da3b0f4"}} 2018-11-19 06:52:14,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-65cab426-fc1f-42c8-bfc9-8d2ff7a6e411 2018-11-19 06:52:14,698 - neutron_utils - INFO - Retrieving security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:14,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:14,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-ff64ea2a-93c8-4801-998d-6b6166ceccd9 Date: Mon, 19 Nov 2018 06:52:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "updated_at": "2018-11-19T06:52:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "298cb067-dee8-4722-952d-0d36a5cca846", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:52:14Z", "revision_number": 0, "id": "99cb2460-b660-4166-b433-68720da3b0f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": 22, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:14Z", "revision_number": 0, "id": "d397376d-25c8-4c6f-936c-3cef2ab8f687", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "revision_number": 0, "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}], "revision_number": 4, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}]} 2018-11-19 06:52:14,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-ff64ea2a-93c8-4801-998d-6b6166ceccd9 2018-11-19 06:52:14,751 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 08bcbf8e-f62d-4b7e-a905-b31f3885f2bc 2018-11-19 06:52:14,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:52:14,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-4da20df3-573b-41df-aa15-832605d1b04a Date: Mon, 19 Nov 2018 06:52: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-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "298cb067-dee8-4722-952d-0d36a5cca846"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": 22, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:14Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "99cb2460-b660-4166-b433-68720da3b0f4"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:14Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:14Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "d397376d-25c8-4c6f-936c-3cef2ab8f687"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:52:12Z", "security_group_id": "08bcbf8e-f62d-4b7e-a905-b31f3885f2bc", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:12Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b"}]} 2018-11-19 06:52:14,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-4da20df3-573b-41df-aa15-832605d1b04a 2018-11-19 06:52:14,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:52:14,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:52:15,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:52:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["gtw97xpoQiOL1QpHjqGm7A"], "issued_at": "2018-11-19T06:52:15.000000Z"}} 2018-11-19 06:52:15,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:15,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9505c7-613a-40e0-8239-221847a49878 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:15,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0c9505c7-613a-40e0-8239-221847a49878 2018-11-19 06:52:15,472 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:52:15,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:15,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a09c1fd3-b8ac-4e38-8eac-388830c08e46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:15,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a09c1fd3-b8ac-4e38-8eac-388830c08e46 2018-11-19 06:52:15,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:15,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-42b40cb7-c35a-42d0-89b9-82abb9acd138 Date: Mon, 19 Nov 2018 06:52: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:52:15,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-42b40cb7-c35a-42d0-89b9-82abb9acd138 2018-11-19 06:52:15,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:52:15,817 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:52: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:52:15,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:15,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f07f60c6-17a5-4c1e-854f-fc5004de8cd7 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:15,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-f07f60c6-17a5-4c1e-854f-fc5004de8cd7 2018-11-19 06:52:15,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:16,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-20781116-a843-4fc7-903c-8c89e1603834 Date: Mon, 19 Nov 2018 06:52:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:52:16,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-20781116-a843-4fc7-903c-8c89e1603834 2018-11-19 06:52:16,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:16,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-8ca3dbe3-070f-4b02-9f42-deabf592a639 Date: Mon, 19 Nov 2018 06:52:16 GMT RESP BODY: {"ports":[]} 2018-11-19 06:52:16,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1&admin_state_up=True used request id req-8ca3dbe3-070f-4b02-9f42-deabf592a639 2018-11-19 06:52:16,360 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:16,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d699765a-c834-43a2-a86f-dc74e1343112 x-compute-request-id: req-d699765a-c834-43a2-a86f-dc74e1343112 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:52:16,601 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst used request id req-d699765a-c834-43a2-a86f-dc74e1343112 2018-11-19 06:52:16,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:16,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a946d628-5f20-4503-a225-1a60e1ff219a Date: Mon, 19 Nov 2018 06:52: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:52:16,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-a946d628-5f20-4503-a225-1a60e1ff219a 2018-11-19 06:52:16,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:16,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21eafa00-2723-4386-9367-4da8af34f873 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:16,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-21eafa00-2723-4386-9367-4da8af34f873 2018-11-19 06:52:16,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:16,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-072fffa1-e35e-4495-bbc0-d0cacf7ee9a2 Date: Mon, 19 Nov 2018 06:52:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:52:16,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-072fffa1-e35e-4495-bbc0-d0cacf7ee9a2 2018-11-19 06:52:17,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:17,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-255ec1df-5b1e-49e5-a36d-bb58b62ccd92 Date: Mon, 19 Nov 2018 06:52:17 GMT RESP BODY: {"ports":[]} 2018-11-19 06:52:17,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1&admin_state_up=True used request id req-255ec1df-5b1e-49e5-a36d-bb58b62ccd92 2018-11-19 06:52:17,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:52:17,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:52:17,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ef7214d8400c42569b98c5283df23f93", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role"}], "expires_at": "2018-11-19T07:52:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "80fff1c8cf964da8a7a80ee2909df688", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/80fff1c8cf964da8a7a80ee2909df688", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-user", "id": "fdf1bfbc43894a648c795ba2dbf27fd2"}, "audit_ids": ["-KT95xP8Qd6PTfMRwrWE1g"], "issued_at": "2018-11-19T06:52:17.000000Z"}} 2018-11-19 06:52:17,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a743e487baa2fc52c2a01aa2a6f7f52fbba1fc49" 2018-11-19 06:52:17,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e69125f3-9145-44a6-9d25-0a54c2d35d0f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:52:17,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e69125f3-9145-44a6-9d25-0a54c2d35d0f 2018-11-19 06:52:17,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:17,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e6bd1187-b37d-4827-8a49-663672db0e50 Date: Mon, 19 Nov 2018 06:52: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:52:17,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-e6bd1187-b37d-4827-8a49-663672db0e50 2018-11-19 06:52:17,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:18,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c9d7212b-ab9c-45e0-8dba-8c581ae6fc44 Date: Mon, 19 Nov 2018 06:52:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:52:18,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-c9d7212b-ab9c-45e0-8dba-8c581ae6fc44 2018-11-19 06:52:18,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:18,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9075fcce-5412-43e6-8f53-706d779deb39 Date: Mon, 19 Nov 2018 06: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:52:18,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-9075fcce-5412-43e6-8f53-706d779deb39 2018-11-19 06:52:18,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:52:18,408 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:52:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:52:18,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a743e487baa2fc52c2a01aa2a6f7f52fbba1fc49" 2018-11-19 06:52:18,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7cf6a413-db19-420f-bc4b-71032c49c23b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:18,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-7cf6a413-db19-420f-bc4b-71032c49c23b 2018-11-19 06:52:18,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:18,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-ca33c56a-6703-4313-8e11-63cf3f698849 Date: Mon, 19 Nov 2018 06:52:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:52:18,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-ca33c56a-6703-4313-8e11-63cf3f698849 2018-11-19 06:52:18,686 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net 2018-11-19 06:52:18,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" -d '{"port": {"network_id": "1f105207-acde-4f4f-adb3-de9f1672b3e8", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1", "admin_state_up": true}}' 2018-11-19 06:52:19,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 782 X-Openstack-Request-Id: req-78f0adc0-20bb-4099-abef-50eae75d08e0 Date: Mon, 19 Nov 2018 06:52:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","project_id":"80fff1c8cf964da8a7a80ee2909df688","qos_policy_id":null,"admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal"}} 2018-11-19 06:52:19,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-78f0adc0-20bb-4099-abef-50eae75d08e0 2018-11-19 06:52:19,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:19,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9339bc2c-bcd6-4731-9cb7-2cb756c1538b Date: Mon, 19 Nov 2018 06:52: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:52:19,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-9339bc2c-bcd6-4731-9cb7-2cb756c1538b 2018-11-19 06:52:19,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:19,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c250359-b02c-4df9-89b7-e8e1020825ab Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:19,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-8c250359-b02c-4df9-89b7-e8e1020825ab 2018-11-19 06:52:19,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:20,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-53994fbb-de18-49a3-9e51-95c8546afa2f Date: Mon, 19 Nov 2018 06:52:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:52:20,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-53994fbb-de18-49a3-9e51-95c8546afa2f 2018-11-19 06:52:20,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:20,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 785 X-Openstack-Request-Id: req-891589b4-ded6-4594-9abb-d4344ff3579d Date: Mon, 19 Nov 2018 06:52:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:52:20,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1&admin_state_up=True used request id req-891589b4-ded6-4594-9abb-d4344ff3579d 2018-11-19 06:52:20,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:20,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d13fd13-5c35-4f9d-843d-0f355cce3525 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:52:20,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-4d13fd13-5c35-4f9d-843d-0f355cce3525 2018-11-19 06:52:20,637 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst 2018-11-19 06:52:20,641 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:20,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52: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-2da6ebe2-3bf5-4e7c-b3f9-a0b4f523b4da x-compute-request-id: req-2da6ebe2-3bf5-4e7c-b3f9-a0b4f523b4da Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-flavor-name"}]} 2018-11-19 06:52:20,668 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2da6ebe2-3bf5-4e7c-b3f9-a0b4f523b4da 2018-11-19 06:52:20,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:20,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52: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-3b1816f7-f140-43c2-8848-88c94df936cf x-compute-request-id: req-3b1816f7-f140-43c2-8848-88c94df936cf Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:52:20,696 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82 used request id req-3b1816f7-f140-43c2-8848-88c94df936cf 2018-11-19 06:52:20,699 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:20,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-e8cf1d22-57d5-430e-8262-ea716d10a69e Date: Mon, 19 Nov 2018 06:52:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:51:48Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-19T06:51:54Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/snap", "metadata": {}}], "self": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "min_disk": 0, "protected": false, "id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "file": "/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "80fff1c8cf964da8a7a80ee2909df688", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/88080ec9-c30d-4ea2-8000-6157fc1f916d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image"} 2018-11-19 06:52:20,879 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image used request id req-e8cf1d22-57d5-430e-8262-ea716d10a69e 2018-11-19 06:52:20,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:21,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ad391f3-2cee-4d2f-88e3-53024f6e98e0 Date: Mon, 19 Nov 2018 06:52:21 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:52:21,045 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-9ad391f3-2cee-4d2f-88e3-53024f6e98e0 2018-11-19 06:52:21,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" -d '{"server": {"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "imageRef": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "flavorRef": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "max_count": 1, "min_count": 1, "networks": [{"port": "492fac46-3b62-493a-b197-8a181df5c485"}]}}' 2018-11-19 06:52:22,231 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:52: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-a44213f4-ba0b-426d-b70a-3ba1be475095 x-compute-request-id: req-a44213f4-ba0b-426d-b70a-3ba1be475095 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "adminPass": "7c3bQSeS5QQH"}} 2018-11-19 06:52:22,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a44213f4-ba0b-426d-b70a-3ba1be475095 2018-11-19 06:52:22,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:22,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2201193-1757-4894-8753-915bda823155 x-compute-request-id: req-d2201193-1757-4894-8753-915bda823155 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.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:22,460 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-d2201193-1757-4894-8753-915bda823155 2018-11-19 06:52:22,461 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst 2018-11-19 06:52:22,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:22,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-323f435d-c62e-42a9-9d20-cd858417092f x-compute-request-id: req-323f435d-c62e-42a9-9d20-cd858417092f 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.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:22,843 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-323f435d-c62e-42a9-9d20-cd858417092f 2018-11-19 06:52:22,843 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:22,843 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:25,847 - create_instance - DEBUG - VM status query timeout in 896.614526987 2018-11-19 06:52:25,850 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:26,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-491de6ec-4f34-4292-b26d-2f2a7c437cd5 x-compute-request-id: req-491de6ec-4f34-4292-b26d-2f2a7c437cd5 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:26,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-491de6ec-4f34-4292-b26d-2f2a7c437cd5 2018-11-19 06:52:26,014 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:26,015 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:29,018 - create_instance - DEBUG - VM status query timeout in 893.443444014 2018-11-19 06:52:29,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:29,663 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-d26d3e7f-8f93-476a-a8a0-cc4e95c9f744 x-compute-request-id: req-d26d3e7f-8f93-476a-a8a0-cc4e95c9f744 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:29,663 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-d26d3e7f-8f93-476a-a8a0-cc4e95c9f744 2018-11-19 06:52:29,664 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:29,664 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:32,667 - create_instance - DEBUG - VM status query timeout in 889.794274092 2018-11-19 06:52:32,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:33,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-234149cc-95ee-4a29-a629-bc988c0814df x-compute-request-id: req-234149cc-95ee-4a29-a629-bc988c0814df Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:33,162 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-234149cc-95ee-4a29-a629-bc988c0814df 2018-11-19 06:52:33,162 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:33,163 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:36,166 - create_instance - DEBUG - VM status query timeout in 886.295403957 2018-11-19 06:52:36,169 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:37,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-f355d7ca-c5dc-48c3-8333-15bd065e57a5 x-compute-request-id: req-f355d7ca-c5dc-48c3-8333-15bd065e57a5 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:37,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-f355d7ca-c5dc-48c3-8333-15bd065e57a5 2018-11-19 06:52:37,124 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:37,124 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:40,127 - create_instance - DEBUG - VM status query timeout in 882.334193945 2018-11-19 06:52:40,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:40,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7322ec9-7dc7-45c7-ba9b-f251910c8bbd x-compute-request-id: req-d7322ec9-7dc7-45c7-ba9b-f251910c8bbd Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:40,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-d7322ec9-7dc7-45c7-ba9b-f251910c8bbd 2018-11-19 06:52:40,734 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:40,735 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:43,735 - create_instance - DEBUG - VM status query timeout in 878.725995064 2018-11-19 06:52:43,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:44,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-bb4e34a0-f207-45e9-a827-3df592171d39 x-compute-request-id: req-bb4e34a0-f207-45e9-a827-3df592171d39 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:44,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-bb4e34a0-f207-45e9-a827-3df592171d39 2018-11-19 06:52:44,415 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:44,415 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:47,419 - create_instance - DEBUG - VM status query timeout in 875.042646885 2018-11-19 06:52:47,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:48,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5147e58b-a6d3-419e-b7a3-d9180b5a64e6 x-compute-request-id: req-5147e58b-a6d3-419e-b7a3-d9180b5a64e6 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:48,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-5147e58b-a6d3-419e-b7a3-d9180b5a64e6 2018-11-19 06:52:48,099 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:48,099 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:51,102 - create_instance - DEBUG - VM status query timeout in 871.35887289 2018-11-19 06:52:51,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:51,759 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66bfe6a8-1d33-471a-8d86-6ba493d7c87d x-compute-request-id: req-66bfe6a8-1d33-471a-8d86-6ba493d7c87d Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:51,759 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-66bfe6a8-1d33-471a-8d86-6ba493d7c87d 2018-11-19 06:52:51,759 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:51,760 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:54,763 - create_instance - DEBUG - VM status query timeout in 867.6983881 2018-11-19 06:52:54,766 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:55,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-f082af29-9a06-4bc2-a84e-b333986090b4 x-compute-request-id: req-f082af29-9a06-4bc2-a84e-b333986090b4 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:55,659 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-f082af29-9a06-4bc2-a84e-b333986090b4 2018-11-19 06:52:55,659 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:55,659 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:52:58,662 - create_instance - DEBUG - VM status query timeout in 863.798716068 2018-11-19 06:52:58,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:52:59,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:52:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c9028ea-b139-4972-b832-a430375991ef x-compute-request-id: req-5c9028ea-b139-4972-b832-a430375991ef Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:52:59,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-5c9028ea-b139-4972-b832-a430375991ef 2018-11-19 06:52:59,130 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:52:59,130 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:02,133 - create_instance - DEBUG - VM status query timeout in 860.328224897 2018-11-19 06:53:02,136 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:02,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16090a93-eea9-4b4e-933c-29b37a4da13a x-compute-request-id: req-16090a93-eea9-4b4e-933c-29b37a4da13a Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:02,904 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-16090a93-eea9-4b4e-933c-29b37a4da13a 2018-11-19 06:53:02,905 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:02,905 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:05,908 - create_instance - DEBUG - VM status query timeout in 856.553333044 2018-11-19 06:53:05,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:06,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53: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-f9cdfcb6-2b50-4229-aca5-ea9147a40b54 x-compute-request-id: req-f9cdfcb6-2b50-4229-aca5-ea9147a40b54 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:06,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-f9cdfcb6-2b50-4229-aca5-ea9147a40b54 2018-11-19 06:53:06,416 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:06,416 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:09,419 - create_instance - DEBUG - VM status query timeout in 853.042143106 2018-11-19 06:53:09,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:10,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ca49d5c-bc32-4fe4-8d1e-131078663c21 x-compute-request-id: req-9ca49d5c-bc32-4fe4-8d1e-131078663c21 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:10,327 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-9ca49d5c-bc32-4fe4-8d1e-131078663c21 2018-11-19 06:53:10,327 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:10,327 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:13,330 - create_instance - DEBUG - VM status query timeout in 849.130831003 2018-11-19 06:53:13,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:13,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb4fb2bc-afbe-48b0-8299-852329da6d88 x-compute-request-id: req-fb4fb2bc-afbe-48b0-8299-852329da6d88 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:13,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-fb4fb2bc-afbe-48b0-8299-852329da6d88 2018-11-19 06:53:13,994 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:13,994 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:16,997 - create_instance - DEBUG - VM status query timeout in 845.46402812 2018-11-19 06:53:17,000 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:17,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c2050f8-1113-4aca-a7bb-9c5a7dba3440 x-compute-request-id: req-3c2050f8-1113-4aca-a7bb-9c5a7dba3440 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:17,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-3c2050f8-1113-4aca-a7bb-9c5a7dba3440 2018-11-19 06:53:17,828 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:17,828 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:20,831 - create_instance - DEBUG - VM status query timeout in 841.629838943 2018-11-19 06:53:20,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:21,353 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-24d2ba95-c54a-4cd6-a170-2b7b6a7a65f6 x-compute-request-id: req-24d2ba95-c54a-4cd6-a170-2b7b6a7a65f6 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:21,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-24d2ba95-c54a-4cd6-a170-2b7b6a7a65f6 2018-11-19 06:53:21,354 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:21,354 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:24,356 - create_instance - DEBUG - VM status query timeout in 838.105731964 2018-11-19 06:53:24,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:24,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-0e999108-549b-4e28-b2f9-4bf6e788215d x-compute-request-id: req-0e999108-549b-4e28-b2f9-4bf6e788215d Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:24,725 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-0e999108-549b-4e28-b2f9-4bf6e788215d 2018-11-19 06:53:24,725 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:24,726 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:27,729 - create_instance - DEBUG - VM status query timeout in 834.732472897 2018-11-19 06:53:27,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:29,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-825bb93b-744f-4fc6-b281-9fdfe4e4493f x-compute-request-id: req-825bb93b-744f-4fc6-b281-9fdfe4e4493f Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:29,034 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-825bb93b-744f-4fc6-b281-9fdfe4e4493f 2018-11-19 06:53:29,034 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:29,034 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:32,037 - create_instance - DEBUG - VM status query timeout in 830.423763037 2018-11-19 06:53:32,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:32,424 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-73626f1b-0a08-4bdb-9171-772dae13c2d0 x-compute-request-id: req-73626f1b-0a08-4bdb-9171-772dae13c2d0 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:32,424 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-73626f1b-0a08-4bdb-9171-772dae13c2d0 2018-11-19 06:53:32,424 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:32,424 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:35,428 - create_instance - DEBUG - VM status query timeout in 827.033597946 2018-11-19 06:53:35,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:36,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-a869370c-d6e2-4225-acc7-c5f987b2a469 x-compute-request-id: req-a869370c-d6e2-4225-acc7-c5f987b2a469 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:36,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-a869370c-d6e2-4225-acc7-c5f987b2a469 2018-11-19 06:53:36,057 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:36,058 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:39,061 - create_instance - DEBUG - VM status query timeout in 823.400366068 2018-11-19 06:53:39,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:39,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53: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-8de43431-a26b-4eca-84ab-bbe194a6fcb5 x-compute-request-id: req-8de43431-a26b-4eca-84ab-bbe194a6fcb5 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:39,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-8de43431-a26b-4eca-84ab-bbe194a6fcb5 2018-11-19 06:53:39,534 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:39,534 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:42,537 - create_instance - DEBUG - VM status query timeout in 819.924297094 2018-11-19 06:53:42,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:43,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e96f573-669f-4ca6-aee7-6a33e2a02375 x-compute-request-id: req-5e96f573-669f-4ca6-aee7-6a33e2a02375 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:43,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-5e96f573-669f-4ca6-aee7-6a33e2a02375 2018-11-19 06:53:43,433 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:43,433 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:46,436 - create_instance - DEBUG - VM status query timeout in 816.024970055 2018-11-19 06:53:46,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:46,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-279ef3ae-efef-4856-adc0-733c6087037f x-compute-request-id: req-279ef3ae-efef-4856-adc0-733c6087037f Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:46,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-279ef3ae-efef-4856-adc0-733c6087037f 2018-11-19 06:53:46,920 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:46,921 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:49,924 - create_instance - DEBUG - VM status query timeout in 812.537341118 2018-11-19 06:53:49,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:50,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dde6fb9b-b201-4530-b64d-7edf623fb48c x-compute-request-id: req-dde6fb9b-b201-4530-b64d-7edf623fb48c Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:50,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-dde6fb9b-b201-4530-b64d-7edf623fb48c 2018-11-19 06:53:50,414 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:50,414 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:53,417 - create_instance - DEBUG - VM status query timeout in 809.043865919 2018-11-19 06:53:53,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:54,049 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19ca5aa3-6507-4d66-9074-0f232f8d82f0 x-compute-request-id: req-19ca5aa3-6507-4d66-9074-0f232f8d82f0 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:54,050 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-19ca5aa3-6507-4d66-9074-0f232f8d82f0 2018-11-19 06:53:54,050 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:54,050 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:53:57,054 - create_instance - DEBUG - VM status query timeout in 805.407697916 2018-11-19 06:53:57,057 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:53:57,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:53:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3488ae5c-020a-4d55-8e82-97993afd272a x-compute-request-id: req-3488ae5c-020a-4d55-8e82-97993afd272a Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:53:57,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-3488ae5c-020a-4d55-8e82-97993afd272a 2018-11-19 06:53:57,748 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:53:57,748 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:54:00,749 - create_instance - DEBUG - VM status query timeout in 801.712407112 2018-11-19 06:54:00,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:01,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-591a1a93-683e-43b3-ba40-219a6004f571 x-compute-request-id: req-591a1a93-683e-43b3-ba40-219a6004f571 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:01,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-591a1a93-683e-43b3-ba40-219a6004f571 2018-11-19 06:54:01,445 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:54:01,445 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:54:04,448 - create_instance - DEBUG - VM status query timeout in 798.013231039 2018-11-19 06:54:04,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:04,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-910e4cdb-d497-4572-8f17-815da1263b46 x-compute-request-id: req-910e4cdb-d497-4572-8f17-815da1263b46 Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:52:23Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:04,951 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-910e4cdb-d497-4572-8f17-815da1263b46 2018-11-19 06:54:04,951 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - BUILD 2018-11-19 06:54:04,952 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:54:07,955 - create_instance - DEBUG - VM status query timeout in 794.506406069 2018-11-19 06:54:07,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:08,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-fa53e1d2-54df-4ed0-872a-91d805afae80 x-compute-request-id: req-fa53e1d2-54df-4ed0-872a-91d805afae80 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:08,468 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-fa53e1d2-54df-4ed0-872a-91d805afae80 2018-11-19 06:54:08,469 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - ACTIVE 2018-11-19 06:54:08,469 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:54:08,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:08,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-868e03ce-6c9c-4b47-a187-20cd632e7661 x-compute-request-id: req-868e03ce-6c9c-4b47-a187-20cd632e7661 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:08,957 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-868e03ce-6c9c-4b47-a187-20cd632e7661 2018-11-19 06:54:08,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-7e496490-3b61-4022-aa10-13a875a4a590 Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:54:09,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-7e496490-3b61-4022-aa10-13a875a4a590 2018-11-19 06:54:09,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a60d7b3-cbc5-4916-962b-00bf40d94c96 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:09,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-8a60d7b3-cbc5-4916-962b-00bf40d94c96 2018-11-19 06:54:09,154 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-365b13dc-a779-4639-81e4-fdd14702e5ba Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:54:09,218 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-365b13dc-a779-4639-81e4-fdd14702e5ba 2018-11-19 06:54:09,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-79eaf6a7-3c8a-40fa-ad39-b9b19439598d Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:54:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":"9315f453-31a7-4529-9fc5-f165560eb60b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.4"}],"id":"6c44e12c-cf27-4f32-ade0-89f302de35a0","security_groups":[],"mac_address":"fa:16:3e:08:05:50","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.2"}],"id":"842d6721-6535-4fad-bab9-af39cee1cc21","security_groups":[],"mac_address":"fa:16:3e:6a:2b:b0","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.3"}],"id":"92df6b8f-2a7d-43f8-9ab8-8ea7ca8a5b6e","security_groups":[],"mac_address":"fa:16:3e:1f:a4:af","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f105207-acde-4f4f-adb3-de9f1672b3e8"}]} 2018-11-19 06:54:09,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-79eaf6a7-3c8a-40fa-ad39-b9b19439598d 2018-11-19 06:54:09,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-12630183-5ca9-473e-8894-ea27c703658d Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:52:01Z", "admin_state_up": true, "updated_at": "2018-11-19T06:52:08Z", "flavor_id": null, "revision_number": 7, "routes": [], "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "3b8befbf-9b64-4132-b8e0-1a81a49ce69b", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router"}]} 2018-11-19 06:54:09,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router used request id req-12630183-5ca9-473e-8894-ea27c703658d 2018-11-19 06:54:09,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1506c8d4-f416-40ef-806c-0dcde324848d Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:09,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-1506c8d4-f416-40ef-806c-0dcde324848d 2018-11-19 06:54:09,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=3b8befbf-9b64-4132-b8e0-1a81a49ce69b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 755 X-Openstack-Request-Id: req-9aa367b0-f05f-4a67-adbe-69a29b814938 Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"}]} 2018-11-19 06:54:09,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=3b8befbf-9b64-4132-b8e0-1a81a49ce69b used request id req-9aa367b0-f05f-4a67-adbe-69a29b814938 2018-11-19 06:54:09,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/a8e621e3-0e30-44f0-a8a1-b4d197711aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-d2f8f35c-c357-4507-8490-2f67fb5e34e9 Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}} 2018-11-19 06:54:09,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/a8e621e3-0e30-44f0-a8a1-b4d197711aca used request id req-d2f8f35c-c357-4507-8490-2f67fb5e34e9 2018-11-19 06:54:09,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-4229aa51-fd19-4e14-be09-a92d7da91af6 Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:54:09,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-4229aa51-fd19-4e14-be09-a92d7da91af6 2018-11-19 06:54:09,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:09,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-8f44921f-f80b-440b-a904-bc470204a30f Date: Mon, 19 Nov 2018 06:54:09 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:54:09,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-8f44921f-f80b-440b-a904-bc470204a30f 2018-11-19 06:54:09,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:10,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-866eb65a-673a-455a-8a76-66fa018e4280 x-compute-request-id: req-866eb65a-673a-455a-8a76-66fa018e4280 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:10,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-866eb65a-673a-455a-8a76-66fa018e4280 2018-11-19 06:54:10,394 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - ACTIVE 2018-11-19 06:54:10,394 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:54:10,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:10,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-bfd2cdf1-22d2-4244-8305-56ba7e7370a2 x-compute-request-id: req-bfd2cdf1-22d2-4244-8305-56ba7e7370a2 Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:10,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-bfd2cdf1-22d2-4244-8305-56ba7e7370a2 2018-11-19 06:54:10,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:10,820 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-947f2fb0-552b-4658-9b9a-654ec1540bea Date: Mon, 19 Nov 2018 06:54:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:54:10,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-947f2fb0-552b-4658-9b9a-654ec1540bea 2018-11-19 06:54:10,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:10,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b39f8ff7-9201-4f51-b106-34e422a6dc6b Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:10,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-b39f8ff7-9201-4f51-b106-34e422a6dc6b 2018-11-19 06:54:10,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:11,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-24be1d61-6408-44a3-81f3-05b17b255a71 Date: Mon, 19 Nov 2018 06:54:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:54:11,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-24be1d61-6408-44a3-81f3-05b17b255a71 2018-11-19 06:54:11,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:11,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-1c50d880-2b00-4f6e-a21c-ec4d48137a2a Date: Mon, 19 Nov 2018 06:54:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:54:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":"9315f453-31a7-4529-9fc5-f165560eb60b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.4"}],"id":"6c44e12c-cf27-4f32-ade0-89f302de35a0","security_groups":[],"mac_address":"fa:16:3e:08:05:50","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.2"}],"id":"842d6721-6535-4fad-bab9-af39cee1cc21","security_groups":[],"mac_address":"fa:16:3e:6a:2b:b0","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.3"}],"id":"92df6b8f-2a7d-43f8-9ab8-8ea7ca8a5b6e","security_groups":[],"mac_address":"fa:16:3e:1f:a4:af","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f105207-acde-4f4f-adb3-de9f1672b3e8"}]} 2018-11-19 06:54:11,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-1c50d880-2b00-4f6e-a21c-ec4d48137a2a 2018-11-19 06:54:11,248 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:54:11,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:11,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-88ee6287-b737-4538-bb58-ca0864871b25 Date: Mon, 19 Nov 2018 06:54:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:54:11,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-88ee6287-b737-4538-bb58-ca0864871b25 2018-11-19 06:54:11,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:11,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-51007e03-fb14-421f-bafa-0de11b9ffe1f Date: Mon, 19 Nov 2018 06:54:11 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:54:11,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-51007e03-fb14-421f-bafa-0de11b9ffe1f 2018-11-19 06:54:11,395 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "492fac46-3b62-493a-b197-8a181df5c485"}}' 2018-11-19 06:54:13,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 548 X-Openstack-Request-Id: req-f4a6ab5d-4a9a-44d2-90da-af6f8e2af656 Date: Mon, 19 Nov 2018 06:54:13 GMT RESP BODY: {"floatingip": {"router_id": "3b8befbf-9b64-4132-b8e0-1a81a49ce69b", "status": "DOWN", "description": "", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:54:12Z", "updated_at": "2018-11-19T06:54:12Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.11", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "port_id": "492fac46-3b62-493a-b197-8a181df5c485", "id": "14276720-9bbc-466d-b863-ef758d2f0baf"}} 2018-11-19 06:54:13,418 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-f4a6ab5d-4a9a-44d2-90da-af6f8e2af656 2018-11-19 06:54:13,419 - create_instance - INFO - Created floating IP 172.30.9.203 via router - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router 2018-11-19 06:54:13,419 - create_instance_tests - INFO - Looking for IP 10.55.1.11 in the console log 2018-11-19 06:54:13,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:13,993 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0278df5-864a-4e7b-8734-157fc9950fde x-compute-request-id: req-a0278df5-864a-4e7b-8734-157fc9950fde Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:13,993 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-a0278df5-864a-4e7b-8734-157fc9950fde 2018-11-19 06:54:13,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:54:15,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-715048eb-2874-46f9-a660-4e2b9ef9e720 x-compute-request-id: req-715048eb-2874-46f9-a660-4e2b9ef9e720 Content-Encoding: gzip Content-Length: 10571 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008021] Security Framework initialized\n[ 0.009223] AppArmor: AppArmor initialized\n[ 0.010417] Yama: becoming mindful.\n[ 0.012477] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015035] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016106] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017936] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020120] Initializing cgroup subsys memory\n[ 0.021370] Initializing cgroup subsys devices\n[ 0.024003] Initializing cgroup subsys freezer\n[ 0.025253] Initializing cgroup subsys blkio\n[ 0.026406] Initializing cgroup subsys perf_event\n[ 0.027560] Initializing cgroup subsys hugetlb\n[ 0.028055] FEATURE SPEC_CTRL Not Present\n[ 0.029727] mce: CPU supports 10 MCE banks\n[ 0.030769] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030769] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033416] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.036002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.038263] Speculative Store Bypass: Vulnerable\n[ 0.040654] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.045240] ACPI: Core revision 20131115\n[ 0.046578] ACPI: All ACPI Tables successfully acquired\n[ 0.047829] ftrace: allocating 28747 entries in 113 pages\n[ 0.072013] smpboot: Max logical packages: 2\n[ 0.073273] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.075044] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076176] Enabling x2apic\n[ 0.077052] Enabled x2apic\n[ 0.078097] Switched APIC routing to physical x2apic.\n[ 0.080908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.085224] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.091623] KVM setup paravirtual spinlock\n[ 0.093080] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.095006] x86: Booting SMP configuration:\n[ 0.096003] .... node #0, CPUs: #1[ 0.093071] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.112016] x86: Booted up 1 node, 2 CPUs\n[ 0.112010] KVM setup async PF for cpu 1\n[ 0.112011] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.115830] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.116304] devtmpfs: initialized\n[ 0.118530] EVM: security.selinux\n[ 0.119538] EVM: security.SMACK64\n[ 0.120005] EVM: security.ima\n[ 0.120928] EVM: security.capability\n[ 0.121996] pinctrl core: initialized pinctrl subsystem\n[ 0.124036] regulator-dummy: no parameters\n[ 0.125303] RTC time: 6:54:04, date: 11/19/18\n[ 0.126630] NET: Registered protocol family 16\n[ 0.127942] cpuidle: using governor ladder\n[ 0.128003] cpuidle: using governor menu\n[ 0.129241] ACPI: bus type PCI registered\n[ 0.130417] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.132074] PCI: Using configuration type 1 for base access\n[ 0.134117] bio: create slab at 0\n[ 0.134117] ACPI: Added _OSI(Module Device)\n[ 0.136003] ACPI: Added _OSI(Processor Device)\n[ 0.137267] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.138558] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.141302] ACPI: Interpreter enabled\n[ 0.142443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.144730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.147420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.149671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.152006] ACPI: (supports S0 S5)\n[ 0.153010] ACPI: Using IOAPIC for interrupt routing\n[ 0.154434] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.156186] ACPI: No dock devices found.\n[ 0.161564] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.163241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.164006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.165912] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.168155] acpiphp: Slot [3] registered\n[ 0.169330] acpiphp: Slot [4] registered\n[ 0.170452] acpiphp: Slot [5] registered\n[ 0.171575] acpiphp: Slot [6] registered\n[ 0.172017] acpiphp: Slot [7] registered\n[ 0.173123] acpiphp: Slot [8] registered\n[ 0.174252] acpiphp: Slot [9] registered\n[ 0.175334] acpiphp: Slot [10] registered\n[ 0.176017] acpiphp: Slot [11] registered\n[ 0.177169] acpiphp: Slot [12] registered\n[ 0.178272] acpiphp: Slot [13] registered\n[ 0.179415] acpiphp: Slot [14] registered\n[ 0.180018] acpiphp: Slot [15] registered\n[ 0.181141] acpiphp: Slot [16] registered\n[ 0.182225] acpiphp: Slot [17] registered\n[ 0.183303] acpiphp: Slot [18] registered\n[ 0.184018] acpiphp: Slot [19] registered\n[ 0.185144] acpiphp: Slot [20] registered\n[ 0.186314] acpiphp: Slot [21] registered\n[ 0.187427] acpiphp: Slot [22] registered\n[ 0.188016] acpiphp: Slot [23] registered\n[ 0.189156] acpiphp: Slot [24] registered\n[ 0.190298] acpiphp: Slot [25] registered\n[ 0.191450] acpiphp: Slot [26] registered\n[ 0.192016] acpiphp: Slot [27] registered\n[ 0.193140] acpiphp: Slot [28] registered\n[ 0.194253] acpiphp: Slot [29] registered\n[ 0.195375] acpiphp: Slot [30] registered\n[ 0.196018] acpiphp: Slot [31] registered\n[ 0.197042] PCI host bridge to bus 0000:00\n[ 0.198191] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.199615] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.201581] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.203362] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.218157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.265199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.267766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.268735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.270207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.271652] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.272562] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.273791] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.273791] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.276003] vgaarb: loaded\n[ 0.276623] vgaarb: bridge control possible 0000:00:02.0\n[ 0.277796] SCSI subsystem initialized\n[ 0.278615] ACPI: bus type USB registered\n[ 0.278615] usbcore: registered new interface driver usbfs\n[ 0.280009] usbcore: registered new interface driver hub\n[ 0.281055] usbcore: registered new device driver usb\n[ 0.281055] PCI: Using ACPI for IRQ routing\n[ 0.281066] NetLabel: Initializing\n[ 0.281788] NetLabel: domain hash size = 128\n[ 0.284003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.284981] NetLabel: unlabeled traffic allowed by default\n[ 0.286096] Switched to clocksource kvm-clock\n[ 0.289053] AppArmor: AppArmor Filesystem Enabled\n[ 0.290022] pnp: PnP ACPI init\n[ 0.290697] ACPI: bus type PNP registered\n[ 0.291905] pnp: PnP ACPI: found 8 devices\n[ 0.292730] ACPI: bus type PNP unregistered\n[ 0.299805] NET: Registered protocol family 2\n[ 0.300850] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.302302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.303574] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.305158] TCP: reno registered\n[ 0.305870] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.307026] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.308305] NET: Registered protocol family 1\n[ 0.309192] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.310295] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.311379] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.332826] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.354596] Trying to unpack rootfs image as initramfs...\n[ 0.434861] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.436610] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.437743] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.439466] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.441192] Scanning for low memory corruption every 60 seconds\n[ 0.443043] Initialise system trusted keyring\n[ 0.444355] audit: initializing netlink socket (disabled)\n[ 0.445854] type=2000 audit(1542610445.450:1): initialized\n[ 0.463902] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.466372] zbud: loaded\n[ 0.467418] VFS: Disk quotas dquot_6.5.2\n[ 0.468634] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.470693] fuse init (API version 7.22)\n[ 0.471869] msgmni has been set to 3997\n[ 0.473026] Key type big_key registered\n[ 0.474515] Key type asymmetric registered\n[ 0.475368] Asymmetric key parser 'x509' registered\n[ 0.476339] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.477825] io scheduler noop registered\n[ 0.478621] io scheduler deadline registered (default)\n[ 0.479611] io scheduler cfq registered\n[ 0.480459] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.481511] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.482732] ipmi message handler version 39.2\n[ 0.483634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.485107] ACPI: Power Button [PWRF]\n[ 0.485948] GHES: HEST is not enabled!\n[ 0.507553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.550986] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.552866] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.576313] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578969] Linux agpgart interface v0.103\n[ 0.580879] brd: module loaded\n[ 0.582121] loop: module loaded\n[ 0.583313] blk-mq: CPU -> queue map\n[ 0.584352] CPU 0 -> Queue 0\n[ 0.585267] CPU 1 -> Queue 0\n[ 0.586660] vda: vda1\n[ 0.588076] scsi0 : ata_piix\n[ 0.588789] scsi1 : ata_piix\n[ 0.589452] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.590662] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.592037] libphy: Fixed MDIO Bus: probed\n[ 0.592914] tun: Universal TUN/TAP device driver, 1.6\n[ 0.593899] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.595671] PPP generic driver version 2.4.2\n[ 0.596814] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598403] ehci-pci: EHCI PCI platform driver\n[ 0.599475] ehci-platform: EHCI generic platform driver\n[ 0.600657] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601948] ohci-pci: OHCI PCI platform driver\n[ 0.602948] ohci-platform: OHCI generic platform driver\n[ 0.604087] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626466] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629498] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.630883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.632414] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634134] usb usb1: Product: UHCI Host Controller\n[ 0.635288] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.636746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637943] hub 1-0:1.0: USB hub found\n[ 0.638863] hub 1-0:1.0: 2 ports detected\n[ 0.639902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.642354] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.643516] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.644822] mousedev: PS/2 mouse device common for all mice\n[ 0.646351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648589] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649928] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651355] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652862] device-mapper: uevent: version 1.0.3\n[ 0.654019] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.655953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657382] TCP: cubic registered\n[ 0.658257] NET: Registered protocol family 10\n[ 0.659489] NET: Registered protocol family 17\n[ 0.660570] Key type dns_resolver registered\n[ 0.661776] Loading compiled-in X.509 certificates\n[ 0.663418] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.665796] registered taskstats version 1\n[ 0.668207] Key type trusted registered\n[ 0.671374] Key type encrypted registered\n[ 0.672313] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.673465] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.681554] regulator-dummy: disabling\n[ 0.682609] Magic number: 10:982:923\n[ 0.683601] rtc_cmos 00:00: setting system clock to 2018-11-19 06:54:05 UTC (1542610445)\n[ 0.685454] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686742] EDD information not available.\n[ 0.748961] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.750780] Write protecting the kernel read-only data: 12288k\n[ 0.752303] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.755109] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.766566] systemd-udevd[107]: starting version 204\n[ 0.800478] FDC 0 is a S82078B\n[ 0.948089] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.112918] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.114434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.116039] usb 1-1: Product: QEMU USB Tablet\n[ 1.117092] usb 1-1: Manufacturer: QEMU\n[ 1.117998] usb 1-1: SerialNumber: 42\n[ 1.436045] tsc: Refined TSC clocksource calibration: 3491.910 MHz\n[ 1.812934] 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.047305] 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.156264] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n[ 2.253302] 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 06:54:07 +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 Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.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 enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 06:54:08 +0000. Up 3.72 seconds.\nci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.11 | 255.255.255.0 | fa:16:3e:bb:7b:8a |\nci-info: +--------+------+------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n16:d2:96:43:06:4d:ed:ef:ad:ba:59:e4:ef:78:f7:32 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .++. |\n| +... |\n| . *. |\n| o o. |\n| S .. |\n| . o. |\n| .o. |\n| o.oE .|\n| +oo+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:\n64:19:31:0a:5b:ed:00:b2:51:6a:89:5f:ba:fe:e6:7a root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| o.+...+. |\n| . * +...+ |\n|. = o .o+ |\n| o o o. |\n| o S |\n| . |\n| . |\n| . E |\n| o*o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd4:a8:f1:b8:8b:b8:0e:b6:e1:5a:81:ad:19:4d:f7:83 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o |\n| . . . o . |\n| = . o * |\n|o + E = S |\n| + . o |\n|+o. . |\n|ooo. . . |\n|o++.. . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb7:b3:c3:60:22:77:3d:6c:b8:95:5a:03:5d:bc:b5:ee root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| . |\n| o . |\n| . . o . |\n| . . . . |\n| S=.. . |\n| . o =.X. . |\n| o + Ooo . |\n| o oo E |\n| .. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... * Starting system logging daemon[74G[ OK ]\n[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 Mon, 19 Nov 2018 06:54:11 +0000. Up 6.33 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting 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 Mon, 19 Nov 2018 06:54:12 +0000. Up 7.21 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 | 40:aa:ad:2b:fd:fc:9c:c8:c7:77:36:09:5a:9c:4a:a0 | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 64:19:31:0a:5b:ed:00:b2:51:6a:89:5f:ba:fe:e6:7a root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (DSA)\nec2: 256 d4:a8:f1:b8:8b:b8:0e:b6:e1:5a:81:ad:19:4d:f7:83 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (ECDSA)\nec2: 256 b7:b3:c3:60:22:77:3d:6c:b8:95:5a:03:5d:bc:b5:ee root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (ED25519)\nec2: 2048 16:d2:96:43:06:4d:ed:ef:ad:ba:59:e4:ef:78:f7:32 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJjZ3hAiQgMzJ5UgkKWAf340kKdv6XrMdUhCgkD/82QdcBHao05g2D3CFCfPAHtSUzbm5MfM88tGeMNTz0V5O7Q= root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHtcuH8Gk1R1B4YcT4bq1Tr1jjsoL/gpLQFy0dPC42VM root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLZAmBpu+btXZ+hoE6dSkT3bZpOMEO9sOyfVA9SKwV6V8XZE9qLI1NH8K83y1rOc2LY1PX6/6Fzc1rn5nPlSziAGdnNl/3D8LtVdq5RA66A5rth2Jy3KUXToumxBLRjAc1vxY9dAhdJEBSxg+sLIKghBQ+PdCq12E3rk1b8gqW2CdXwScW8DGJ+YWChVv3vcoPwCr18C00uIRIiwN3Kvpf1htky4gGRTHoyP5jLwtESO2Uow3r2Vjx15G+lNqzyngq/yB3RLcNjDoxn7uPwe5WX6BIlDp0wLloRxHiL86HhQkKAk62SYQjU91W+UfDV0PJI0u26KNOjv2/KtYzN9TD root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 06:54:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.29 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i ttyS0\n\nansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i login: "} 2018-11-19 06:54:15,044 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b/action used request id req-715048eb-2874-46f9-a660-4e2b9ef9e720 2018-11-19 06:54:15,046 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:54:15,046 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008021] Security Framework initialized [ 0.009223] AppArmor: AppArmor initialized [ 0.010417] Yama: becoming mindful. [ 0.012477] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015035] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016106] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017936] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020120] Initializing cgroup subsys memory [ 0.021370] Initializing cgroup subsys devices [ 0.024003] Initializing cgroup subsys freezer [ 0.025253] Initializing cgroup subsys blkio [ 0.026406] Initializing cgroup subsys perf_event [ 0.027560] Initializing cgroup subsys hugetlb [ 0.028055] FEATURE SPEC_CTRL Not Present [ 0.029727] mce: CPU supports 10 MCE banks [ 0.030769] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030769] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033416] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.036002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.038263] Speculative Store Bypass: Vulnerable [ 0.040654] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.045240] ACPI: Core revision 20131115 [ 0.046578] ACPI: All ACPI Tables successfully acquired [ 0.047829] ftrace: allocating 28747 entries in 113 pages [ 0.072013] smpboot: Max logical packages: 2 [ 0.073273] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.075044] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076176] Enabling x2apic [ 0.077052] Enabled x2apic [ 0.078097] Switched APIC routing to physical x2apic. [ 0.080908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082636] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.085224] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.091623] KVM setup paravirtual spinlock [ 0.093080] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.095006] x86: Booting SMP configuration: [ 0.096003] .... node #0, CPUs: #1[ 0.093071] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.112016] x86: Booted up 1 node, 2 CPUs [ 0.112010] KVM setup async PF for cpu 1 [ 0.112011] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.115830] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.116304] devtmpfs: initialized [ 0.118530] EVM: security.selinux [ 0.119538] EVM: security.SMACK64 [ 0.120005] EVM: security.ima [ 0.120928] EVM: security.capability [ 0.121996] pinctrl core: initialized pinctrl subsystem [ 0.124036] regulator-dummy: no parameters [ 0.125303] RTC time: 6:54:04, date: 11/19/18 [ 0.126630] NET: Registered protocol family 16 [ 0.127942] cpuidle: using governor ladder [ 0.128003] cpuidle: using governor menu [ 0.129241] ACPI: bus type PCI registered [ 0.130417] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.132074] PCI: Using configuration type 1 for base access [ 0.134117] bio: create slab at 0 [ 0.134117] ACPI: Added _OSI(Module Device) [ 0.136003] ACPI: Added _OSI(Processor Device) [ 0.137267] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.138558] ACPI: Added _OSI(Processor Aggregator Device) [ 0.141302] ACPI: Interpreter enabled [ 0.142443] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.144730] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.147420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.149671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.152006] ACPI: (supports S0 S5) [ 0.153010] ACPI: Using IOAPIC for interrupt routing [ 0.154434] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.156186] ACPI: No dock devices found. [ 0.161564] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.163241] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.164006] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.165912] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.168155] acpiphp: Slot [3] registered [ 0.169330] acpiphp: Slot [4] registered [ 0.170452] acpiphp: Slot [5] registered [ 0.171575] acpiphp: Slot [6] registered [ 0.172017] acpiphp: Slot [7] registered [ 0.173123] acpiphp: Slot [8] registered [ 0.174252] acpiphp: Slot [9] registered [ 0.175334] acpiphp: Slot [10] registered [ 0.176017] acpiphp: Slot [11] registered [ 0.177169] acpiphp: Slot [12] registered [ 0.178272] acpiphp: Slot [13] registered [ 0.179415] acpiphp: Slot [14] registered [ 0.180018] acpiphp: Slot [15] registered [ 0.181141] acpiphp: Slot [16] registered [ 0.182225] acpiphp: Slot [17] registered [ 0.183303] acpiphp: Slot [18] registered [ 0.184018] acpiphp: Slot [19] registered [ 0.185144] acpiphp: Slot [20] registered [ 0.186314] acpiphp: Slot [21] registered [ 0.187427] acpiphp: Slot [22] registered [ 0.188016] acpiphp: Slot [23] registered [ 0.189156] acpiphp: Slot [24] registered [ 0.190298] acpiphp: Slot [25] registered [ 0.191450] acpiphp: Slot [26] registered [ 0.192016] acpiphp: Slot [27] registered [ 0.193140] acpiphp: Slot [28] registered [ 0.194253] acpiphp: Slot [29] registered [ 0.195375] acpiphp: Slot [30] registered [ 0.196018] acpiphp: Slot [31] registered [ 0.197042] PCI host bridge to bus 0000:00 [ 0.198191] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.199615] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.200004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.201581] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.203362] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.218157] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.265199] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.267766] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.268735] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.270207] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.271652] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.272562] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.273791] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.273791] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.276003] vgaarb: loaded [ 0.276623] vgaarb: bridge control possible 0000:00:02.0 [ 0.277796] SCSI subsystem initialized [ 0.278615] ACPI: bus type USB registered [ 0.278615] usbcore: registered new interface driver usbfs [ 0.280009] usbcore: registered new interface driver hub [ 0.281055] usbcore: registered new device driver usb [ 0.281055] PCI: Using ACPI for IRQ routing [ 0.281066] NetLabel: Initializing [ 0.281788] NetLabel: domain hash size = 128 [ 0.284003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.284981] NetLabel: unlabeled traffic allowed by default [ 0.286096] Switched to clocksource kvm-clock [ 0.289053] AppArmor: AppArmor Filesystem Enabled [ 0.290022] pnp: PnP ACPI init [ 0.290697] ACPI: bus type PNP registered [ 0.291905] pnp: PnP ACPI: found 8 devices [ 0.292730] ACPI: bus type PNP unregistered [ 0.299805] NET: Registered protocol family 2 [ 0.300850] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.302302] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.303574] TCP: Hash tables configured (established 16384 bind 16384) [ 0.305158] TCP: reno registered [ 0.305870] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.307026] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.308305] NET: Registered protocol family 1 [ 0.309192] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.310295] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.311379] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.332826] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.354596] Trying to unpack rootfs image as initramfs... [ 0.434861] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.436610] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.437743] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.439466] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.441192] Scanning for low memory corruption every 60 seconds [ 0.443043] Initialise system trusted keyring [ 0.444355] audit: initializing netlink socket (disabled) [ 0.445854] type=2000 audit(1542610445.450:1): initialized [ 0.463902] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.466372] zbud: loaded [ 0.467418] VFS: Disk quotas dquot_6.5.2 [ 0.468634] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.470693] fuse init (API version 7.22) [ 0.471869] msgmni has been set to 3997 [ 0.473026] Key type big_key registered [ 0.474515] Key type asymmetric registered [ 0.475368] Asymmetric key parser 'x509' registered [ 0.476339] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.477825] io scheduler noop registered [ 0.478621] io scheduler deadline registered (default) [ 0.479611] io scheduler cfq registered [ 0.480459] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.481511] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.482732] ipmi message handler version 39.2 [ 0.483634] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.485107] ACPI: Power Button [PWRF] [ 0.485948] GHES: HEST is not enabled! [ 0.507553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.550986] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.552866] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.576313] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.578969] Linux agpgart interface v0.103 [ 0.580879] brd: module loaded [ 0.582121] loop: module loaded [ 0.583313] blk-mq: CPU -> queue map [ 0.584352] CPU 0 -> Queue 0 [ 0.585267] CPU 1 -> Queue 0 [ 0.586660] vda: vda1 [ 0.588076] scsi0 : ata_piix [ 0.588789] scsi1 : ata_piix [ 0.589452] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.590662] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.592037] libphy: Fixed MDIO Bus: probed [ 0.592914] tun: Universal TUN/TAP device driver, 1.6 [ 0.593899] tun: (C) 1999-2004 Max Krasnyansky [ 0.595671] PPP generic driver version 2.4.2 [ 0.596814] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.598403] ehci-pci: EHCI PCI platform driver [ 0.599475] ehci-platform: EHCI generic platform driver [ 0.600657] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.601948] ohci-pci: OHCI PCI platform driver [ 0.602948] ohci-platform: OHCI generic platform driver [ 0.604087] uhci_hcd: USB Universal Host Controller Interface driver [ 0.626466] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.627641] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.629498] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.630883] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.632414] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.634134] usb usb1: Product: UHCI Host Controller [ 0.635288] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.636746] usb usb1: SerialNumber: 0000:00:01.2 [ 0.637943] hub 1-0:1.0: USB hub found [ 0.638863] hub 1-0:1.0: 2 ports detected [ 0.639902] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.642354] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.643516] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.644822] mousedev: PS/2 mouse device common for all mice [ 0.646351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.648589] rtc_cmos 00:00: RTC can wake from S4 [ 0.649928] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651355] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652862] device-mapper: uevent: version 1.0.3 [ 0.654019] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.655953] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657382] TCP: cubic registered [ 0.658257] NET: Registered protocol family 10 [ 0.659489] NET: Registered protocol family 17 [ 0.660570] Key type dns_resolver registered [ 0.661776] Loading compiled-in X.509 certificates [ 0.663418] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.665796] registered taskstats version 1 [ 0.668207] Key type trusted registered [ 0.671374] Key type encrypted registered [ 0.672313] AppArmor: AppArmor sha1 policy hashing enabled [ 0.673465] IMA: No TPM chip found, activating TPM-bypass! [ 0.681554] regulator-dummy: disabling [ 0.682609] Magic number: 10:982:923 [ 0.683601] rtc_cmos 00:00: setting system clock to 2018-11-19 06:54:05 UTC (1542610445) [ 0.685454] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686742] EDD information not available. [ 0.748961] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.750780] Write protecting the kernel read-only data: 12288k [ 0.752303] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.755109] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.766566] systemd-udevd[107]: starting version 204 [ 0.800478] FDC 0 is a S82078B [ 0.948089] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.112918] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.114434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.116039] usb 1-1: Product: QEMU USB Tablet [ 1.117092] usb 1-1: Manufacturer: QEMU [ 1.117998] usb 1-1: SerialNumber: 42 [ 1.436045] tsc: Refined TSC clocksource calibration: 3491.910 MHz [ 1.812934] 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.047305] 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.156264] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Send an event to indicate plymouth is up[74G[ OK ] [ 2.253302] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 06:54:07 +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 Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.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 enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 06:54:08 +0000. Up 3.72 seconds. ci-info: +++++++++++++++++++++++++Net device info++++++++++++++++++++++++++ ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.11 | 255.255.255.0 | fa:16:3e:bb:7b:8a | ci-info: +--------+------+------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 16:d2:96:43:06:4d:ed:ef:ad:ba:59:e4:ef:78:f7:32 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i The key's randomart image is: +--[ RSA 2048]----+ | .++. | | +... | | . *. | | o o. | | S .. | | . o. | | .o. | | o.oE .| | +oo+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: 64:19:31:0a:5b:ed:00:b2:51:6a:89:5f:ba:fe:e6:7a root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i The key's randomart image is: +--[ DSA 1024]----+ | o.+...+. | | . * +...+ | |. = o .o+ | | o o o. | | o S | | . | | . | | . E | | o*o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: d4:a8:f1:b8:8b:b8:0e:b6:e1:5a:81:ad:19:4d:f7:83 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i The key's randomart image is: +--[ECDSA 256]---+ | | | o | | . . . o . | | = . o * | |o + E = S | | + . o | |+o. . | |ooo. . . | |o++.. . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b7:b3:c3:60:22:77:3d:6c:b8:95:5a:03:5d:bc:b5:ee root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i The key's randomart image is: +--[ED25519 256--+ | . | | o . | | . . o . | | . . . . | | S=.. . | | . o =.X. . | | o + Ooo . | | o oo E | | .. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... * Starting system logging daemon[74G[ OK ] [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 Mon, 19 Nov 2018 06:54:11 +0000. Up 6.33 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting 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 Mon, 19 Nov 2018 06:54:12 +0000. Up 7.21 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 | 40:aa:ad:2b:fd:fc:9c:c8:c7:77:36:09:5a:9c:4a:a0 | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 64:19:31:0a:5b:ed:00:b2:51:6a:89:5f:ba:fe:e6:7a root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (DSA) ec2: 256 d4:a8:f1:b8:8b:b8:0e:b6:e1:5a:81:ad:19:4d:f7:83 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (ECDSA) ec2: 256 b7:b3:c3:60:22:77:3d:6c:b8:95:5a:03:5d:bc:b5:ee root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (ED25519) ec2: 2048 16:d2:96:43:06:4d:ed:ef:ad:ba:59:e4:ef:78:f7:32 root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJjZ3hAiQgMzJ5UgkKWAf340kKdv6XrMdUhCgkD/82QdcBHao05g2D3CFCfPAHtSUzbm5MfM88tGeMNTz0V5O7Q= root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHtcuH8Gk1R1B4YcT4bq1Tr1jjsoL/gpLQFy0dPC42VM root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLZAmBpu+btXZ+hoE6dSkT3bZpOMEO9sOyfVA9SKwV6V8XZE9qLI1NH8K83y1rOc2LY1PX6/6Fzc1rn5nPlSziAGdnNl/3D8LtVdq5RA66A5rth2Jy3KUXToumxBLRjAc1vxY9dAhdJEBSxg+sLIKghBQ+PdCq12E3rk1b8gqW2CdXwScW8DGJ+YWChVv3vcoPwCr18C00uIRIiwN3Kvpf1htky4gGRTHoyP5jLwtESO2Uow3r2Vjx15G+lNqzyngq/yB3RLcNjDoxn7uPwe5WX6BIlDp0wLloRxHiL86HhQkKAk62SYQjU91W+UfDV0PJI0u26KNOjv2/KtYzN9TD root@ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 06:54:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.29 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i ttyS0 ansibleprovisioningtests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-i login: 2018-11-19 06:54:15,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:15,543 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-81ed8a60-5495-4241-8a3e-621734a7ea25 x-compute-request-id: req-81ed8a60-5495-4241-8a3e-621734a7ea25 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:15,544 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-81ed8a60-5495-4241-8a3e-621734a7ea25 2018-11-19 06:54:15,544 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - ACTIVE 2018-11-19 06:54:15,544 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:54:15,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:16,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-8ff610d3-76b8-41ac-8a38-1bc61342518d x-compute-request-id: req-8ff610d3-76b8-41ac-8a38-1bc61342518d Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:16,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-8ff610d3-76b8-41ac-8a38-1bc61342518d 2018-11-19 06:54:16,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:16,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-ae9c6e74-0414-4dd3-a2c0-634bd821ae72 Date: Mon, 19 Nov 2018 06:54: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:54:16,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-ae9c6e74-0414-4dd3-a2c0-634bd821ae72 2018-11-19 06:54:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:16,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08df9f0c-8b6e-4d37-b24b-85fd271b5dac Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:16,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-08df9f0c-8b6e-4d37-b24b-85fd271b5dac 2018-11-19 06:54:16,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:16,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-acf81f03-c7c8-4e75-a408-e54e53cf5e22 Date: Mon, 19 Nov 2018 06:54:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:54:16,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-acf81f03-c7c8-4e75-a408-e54e53cf5e22 2018-11-19 06:54:16,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:17,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-950ae478-b2b7-46b5-9017-e945d5a186b2 Date: Mon, 19 Nov 2018 06:54:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:54:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":"9315f453-31a7-4529-9fc5-f165560eb60b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.4"}],"id":"6c44e12c-cf27-4f32-ade0-89f302de35a0","security_groups":[],"mac_address":"fa:16:3e:08:05:50","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.2"}],"id":"842d6721-6535-4fad-bab9-af39cee1cc21","security_groups":[],"mac_address":"fa:16:3e:6a:2b:b0","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.3"}],"id":"92df6b8f-2a7d-43f8-9ab8-8ea7ca8a5b6e","security_groups":[],"mac_address":"fa:16:3e:1f:a4:af","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f105207-acde-4f4f-adb3-de9f1672b3e8"}]} 2018-11-19 06:54:17,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-950ae478-b2b7-46b5-9017-e945d5a186b2 2018-11-19 06:54:17,037 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:17,209 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-dfc3f5ae-5b09-49ab-9969-80b66343f768 x-compute-request-id: req-dfc3f5ae-5b09-49ab-9969-80b66343f768 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:17,209 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-dfc3f5ae-5b09-49ab-9969-80b66343f768 2018-11-19 06:54:17,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:17,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-de2ea47d-474c-4acc-8180-f457e2ce007c Date: Mon, 19 Nov 2018 06:54: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:54:17,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-de2ea47d-474c-4acc-8180-f457e2ce007c 2018-11-19 06:54:17,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:17,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c849b9cc-c1aa-4dea-b223-de9bac37d4f6 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:17,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-c849b9cc-c1aa-4dea-b223-de9bac37d4f6 2018-11-19 06:54:17,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:17,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-60ffffcf-1636-413c-9b1e-6a986f2d04aa Date: Mon, 19 Nov 2018 06:54:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:54:17,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-60ffffcf-1636-413c-9b1e-6a986f2d04aa 2018-11-19 06:54:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:17,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-660649d5-2b56-45d1-8f51-2a461d656e1e Date: Mon, 19 Nov 2018 06:54:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:54:05Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":"9315f453-31a7-4529-9fc5-f165560eb60b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.4"}],"id":"6c44e12c-cf27-4f32-ade0-89f302de35a0","security_groups":[],"mac_address":"fa:16:3e:08:05:50","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.2"}],"id":"842d6721-6535-4fad-bab9-af39cee1cc21","security_groups":[],"mac_address":"fa:16:3e:6a:2b:b0","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.3"}],"id":"92df6b8f-2a7d-43f8-9ab8-8ea7ca8a5b6e","security_groups":[],"mac_address":"fa:16:3e:1f:a4:af","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f105207-acde-4f4f-adb3-de9f1672b3e8"}]} 2018-11-19 06:54:17,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-660649d5-2b56-45d1-8f51-2a461d656e1e 2018-11-19 06:54:17,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}}' 2018-11-19 06:54:18,576 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:54:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-deacbb65-416e-4821-b6c0-020310a7b11e x-compute-request-id: req-deacbb65-416e-4821-b6c0-020310a7b11e Content-Length: 0 Content-Type: application/json 2018-11-19 06:54:18,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b/action used request id req-deacbb65-416e-4821-b6c0-020310a7b11e 2018-11-19 06:54:18,577 - create_instance - INFO - Checking if VM is active 2018-11-19 06:54:18,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:18,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbdcbba5-8dee-43b8-a127-b480895fe50c x-compute-request-id: req-cbdcbba5-8dee-43b8-a127-b480895fe50c Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}, {"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:18,907 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-cbdcbba5-8dee-43b8-a127-b480895fe50c 2018-11-19 06:54:18,908 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - ACTIVE 2018-11-19 06:54:18,908 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:54:18,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:19,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c84825df-eb4c-4a75-9780-49048bb2e57b x-compute-request-id: req-c84825df-eb4c-4a75-9780-49048bb2e57b Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}, {"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:19,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-c84825df-eb4c-4a75-9780-49048bb2e57b 2018-11-19 06:54:19,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:19,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-69f3116c-cabf-4c6e-9a62-c32088c6323b Date: Mon, 19 Nov 2018 06:54: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:54:19,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-69f3116c-cabf-4c6e-9a62-c32088c6323b 2018-11-19 06:54:19,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:19,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d61ed2f9-d534-4ca0-b0bb-146e645ba04e Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:19,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-d61ed2f9-d534-4ca0-b0bb-146e645ba04e 2018-11-19 06:54:19,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:19,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-609b9bad-c62b-43e8-93de-9d839da4edbc Date: Mon, 19 Nov 2018 06:54:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:54:19,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-609b9bad-c62b-43e8-93de-9d839da4edbc 2018-11-19 06:54:19,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:19,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-196bc235-7fa3-43f1-a5b8-020a504552ae Date: Mon, 19 Nov 2018 06:54:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:54:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["08bcbf8e-f62d-4b7e-a905-b31f3885f2bc","a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":"9315f453-31a7-4529-9fc5-f165560eb60b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.4"}],"id":"6c44e12c-cf27-4f32-ade0-89f302de35a0","security_groups":[],"mac_address":"fa:16:3e:08:05:50","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.2"}],"id":"842d6721-6535-4fad-bab9-af39cee1cc21","security_groups":[],"mac_address":"fa:16:3e:6a:2b:b0","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.3"}],"id":"92df6b8f-2a7d-43f8-9ab8-8ea7ca8a5b6e","security_groups":[],"mac_address":"fa:16:3e:1f:a4:af","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f105207-acde-4f4f-adb3-de9f1672b3e8"}]} 2018-11-19 06:54:19,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-196bc235-7fa3-43f1-a5b8-020a504552ae 2018-11-19 06:54:19,984 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:54:19,988 - paramiko.transport - DEBUG - starting thread (client mode): 0x9ef9d290L 2018-11-19 06:54:19,988 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:54:19,994 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:54:19,995 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:54:19,996 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:54:19,996 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:54:19,996 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:54:19,997 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:54:19,997 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:54:19,997 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:54:20,039 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:54:20,039 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:54:20,052 - paramiko.transport - DEBUG - Trying key 40aaad2bfdfc9cc8c77736095a9c4aa0 from tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94 2018-11-19 06:54:20,079 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:54:20,102 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:54:20,202 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:54:20,231 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:54:20,231 - create_instance - INFO - Checking if cloud-init has completed 2018-11-19 06:54:20,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:20,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0caeeeec-54a9-4703-b375-8916bb7437b0 x-compute-request-id: req-0caeeeec-54a9-4703-b375-8916bb7437b0 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}, {"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:20,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-0caeeeec-54a9-4703-b375-8916bb7437b0 2018-11-19 06:54:20,695 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - ACTIVE 2018-11-19 06:54:20,696 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:54:20,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:21,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf47abd1-09e5-4a38-afb4-7c1c5347ebcb x-compute-request-id: req-bf47abd1-09e5-4a38-afb4-7c1c5347ebcb Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}, {"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:21,025 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-bf47abd1-09e5-4a38-afb4-7c1c5347ebcb 2018-11-19 06:54:21,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:21,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e671e119-5023-40b0-8fc8-85c95728dfb4 Date: Mon, 19 Nov 2018 06:54: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:54:21,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-e671e119-5023-40b0-8fc8-85c95728dfb4 2018-11-19 06:54:21,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:21,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e856f33-c8e8-4567-b8e5-7697f54332fd Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:21,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-0e856f33-c8e8-4567-b8e5-7697f54332fd 2018-11-19 06:54:21,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:21,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f348f913-283e-4d14-a4fa-c214914836c7 Date: Mon, 19 Nov 2018 06:54:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:54:21,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-f348f913-283e-4d14-a4fa-c214914836c7 2018-11-19 06:54:21,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:21,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-9b3ed763-c121-48ea-8498-63e5dd5ff80e Date: Mon, 19 Nov 2018 06:54:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:54:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["08bcbf8e-f62d-4b7e-a905-b31f3885f2bc","a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":"9315f453-31a7-4529-9fc5-f165560eb60b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.4"}],"id":"6c44e12c-cf27-4f32-ade0-89f302de35a0","security_groups":[],"mac_address":"fa:16:3e:08:05:50","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.2"}],"id":"842d6721-6535-4fad-bab9-af39cee1cc21","security_groups":[],"mac_address":"fa:16:3e:6a:2b:b0","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.3"}],"id":"92df6b8f-2a7d-43f8-9ab8-8ea7ca8a5b6e","security_groups":[],"mac_address":"fa:16:3e:1f:a4:af","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f105207-acde-4f4f-adb3-de9f1672b3e8"}]} 2018-11-19 06:54:21,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-9b3ed763-c121-48ea-8498-63e5dd5ff80e 2018-11-19 06:54:21,384 - create_instance - INFO - Checking if VM is active 2018-11-19 06:54:21,387 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:21,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d67e4322-4cb6-45f7-8d56-826ddb9e95bd x-compute-request-id: req-d67e4322-4cb6-45f7-8d56-826ddb9e95bd Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}, {"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:21,844 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-d67e4322-4cb6-45f7-8d56-826ddb9e95bd 2018-11-19 06:54:21,844 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - ACTIVE 2018-11-19 06:54:21,844 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:54:21,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:22,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f4093a0-0f8e-4452-a786-ca7c544326b0 x-compute-request-id: req-0f4093a0-0f8e-4452-a786-ca7c544326b0 Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "10.55.1.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:7b:8a", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "security_groups": [{"name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp"}, {"name": "default"}], "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:05Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:22,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-0f4093a0-0f8e-4452-a786-ca7c544326b0 2018-11-19 06:54:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:22,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e033aca8-b2a8-40c6-ab7e-cf90419fe63d Date: Mon, 19 Nov 2018 06:54: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":["a8e621e3-0e30-44f0-a8a1-b4d197711aca"],"updated_at":"2018-11-19T06:51:58Z","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"80fff1c8cf964da8a7a80ee2909df688","id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net"}]} 2018-11-19 06:54:22,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net used request id req-e033aca8-b2a8-40c6-ab7e-cf90419fe63d 2018-11-19 06:54:22,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:22,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd791a59-60c7-4495-8493-ee7ef177eac8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:22,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-cd791a59-60c7-4495-8493-ee7ef177eac8 2018-11-19 06:54:22,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:22,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b82a5a75-de51-4ec7-be42-cac2cebec62a Date: Mon, 19 Nov 2018 06:54:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:58Z","dns_nameservers":[],"updated_at":"2018-11-19T06:51: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":"80fff1c8cf964da8a7a80ee2909df688","id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","subnetpool_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet"}]} 2018-11-19 06:54:22,572 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-b82a5a75-de51-4ec7-be42-cac2cebec62a 2018-11-19 06:54:22,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:22,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-75a9c59d-aed0-4547-ac4a-12041629206c Date: Mon, 19 Nov 2018 06:54:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:21Z","device_owner":"network:ha_router_replicated_interface","revision_number":9,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.1"}],"id":"443c547f-b399-44f2-bebd-10632eefb0d1","security_groups":[],"mac_address":"fa:16:3e:19:a1:34","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:07Z","binding:vnic_type":"normal","device_id":"3b8befbf-9b64-4132-b8e0-1a81a49ce69b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:54:18Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.11"}],"id":"492fac46-3b62-493a-b197-8a181df5c485","security_groups":["08bcbf8e-f62d-4b7e-a905-b31f3885f2bc","a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c"],"mac_address":"fa:16:3e:bb:7b:8a","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:18Z","binding:vnic_type":"normal","device_id":"9315f453-31a7-4529-9fc5-f165560eb60b"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.4"}],"id":"6c44e12c-cf27-4f32-ade0-89f302de35a0","security_groups":[],"mac_address":"fa:16:3e:08:05:50","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.2"}],"id":"842d6721-6535-4fad-bab9-af39cee1cc21","security_groups":[],"mac_address":"fa:16:3e:6a:2b:b0","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:51:59Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f105207-acde-4f4f-adb3-de9f1672b3e8"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:52:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"a8e621e3-0e30-44f0-a8a1-b4d197711aca","ip_address":"10.55.1.3"}],"id":"92df6b8f-2a7d-43f8-9ab8-8ea7ca8a5b6e","security_groups":[],"mac_address":"fa:16:3e:1f:a4:af","project_id":"80fff1c8cf964da8a7a80ee2909df688","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1f105207-acde-4f4f-adb3-de9f1672b3e8","tenant_id":"80fff1c8cf964da8a7a80ee2909df688","created_at":"2018-11-19T06:52:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f105207-acde-4f4f-adb3-de9f1672b3e8"}]} 2018-11-19 06:54:22,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-75a9c59d-aed0-4547-ac4a-12041629206c 2018-11-19 06:54:22,675 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:54:22,676 - paramiko.transport - DEBUG - starting thread (client mode): 0x9efada50L 2018-11-19 06:54:22,677 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:54:22,680 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:54:22,680 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:54:22,681 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:54:22,681 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:54:22,682 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:54:22,682 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:54:22,682 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:54:22,682 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:54:22,722 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:54:22,723 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:54:22,741 - paramiko.transport - DEBUG - Trying key 40aaad2bfdfc9cc8c77736095a9c4aa0 from tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94 2018-11-19 06:54:22,763 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:54:22,770 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:54:22,870 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:54:22,887 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:54:22,888 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:54:22,890 - paramiko.transport - DEBUG - starting thread (client mode): 0x9f0785d0L 2018-11-19 06:54:22,890 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:54:22,893 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:54:22,893 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:54:22,894 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:54:22,894 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:54:22,894 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:54:22,895 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:54:22,895 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:54:22,895 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:54:22,938 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:54:22,939 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:54:22,954 - paramiko.transport - DEBUG - Trying key 40aaad2bfdfc9cc8c77736095a9c4aa0 from tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94 2018-11-19 06:54:22,979 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:54:22,985 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:54:22,987 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:54:23,156 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 06:54:23,156 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:54:23,189 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:54:23,197 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:54:23,198 - create_instance - INFO - cloud-init complete for VM instance 2018-11-19 06:54:23,198 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:54:23,198 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-19 06:54:23,200 - paramiko.transport - DEBUG - starting thread (client mode): 0x9ef64550L 2018-11-19 06:54:23,200 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:54:23,203 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:54:23,203 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:54:23,205 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:54:23,205 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:54:23,205 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:54:23,205 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:54:23,205 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:54:23,205 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:54:23,246 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:54:23,246 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:54:23,265 - paramiko.transport - DEBUG - Trying key 40aaad2bfdfc9cc8c77736095a9c4aa0 from tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94 2018-11-19 06:54:23,283 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:54:23,289 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:54:23,297 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:54:23,462 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 06:54:23,462 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:54:23,499 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:54:23,589 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-11-19 06:54:23,645 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/simple_playbook.yml 2018-11-19 06:54:27,858 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:54:27,860 - paramiko.transport - DEBUG - starting thread (client mode): 0xa4613b50L 2018-11-19 06:54:27,861 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:54:27,864 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:54:27,864 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:54:27,865 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:54:27,866 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:54:27,866 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:54:27,866 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:54:27,866 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:54:27,866 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:54:27,907 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:54:27,907 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:54:27,925 - paramiko.transport - DEBUG - Trying key 40aaad2bfdfc9cc8c77736095a9c4aa0 from tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94 2018-11-19 06:54:27,947 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:54:27,953 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:54:27,958 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:54:28,132 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 06:54:28,132 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:54:28,159 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:54:28,172 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:54:28,172 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-19 06:54:28,173 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:54:28,174 - create_instance - INFO - Deleting Floating IP - 172.30.9.203 2018-11-19 06:54:28,175 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.203 2018-11-19 06:54:28,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/14276720-9bbc-466d-b863-ef758d2f0baf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:29,135 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-257c515d-86ab-427e-9f76-567262abf483 Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:29,135 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/14276720-9bbc-466d-b863-ef758d2f0baf used request id req-257c515d-86ab-427e-9f76-567262abf483 2018-11-19 06:54:29,135 - create_instance - INFO - Deleting Port with ID - 492fac46-3b62-493a-b197-8a181df5c485 2018-11-19 06:54:29,136 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-port-1 2018-11-19 06:54:29,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/492fac46-3b62-493a-b197-8a181df5c485 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:29,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2c432f9-7006-48d8-a732-90b1051551d5 Date: Mon, 19 Nov 2018 06:54:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:29,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/492fac46-3b62-493a-b197-8a181df5c485 used request id req-f2c432f9-7006-48d8-a732-90b1051551d5 2018-11-19 06:54:29,819 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst 2018-11-19 06:54:29,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:29,978 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4b3fc4dd-6359-45d6-989a-80b34f6e1e64 x-compute-request-id: req-4b3fc4dd-6359-45d6-989a-80b34f6e1e64 Content-Type: application/json 2018-11-19 06:54:29,978 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-4b3fc4dd-6359-45d6-989a-80b34f6e1e64 2018-11-19 06:54:29,979 - create_instance - INFO - Checking deletion status 2018-11-19 06:54:29,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:30,224 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac10ce0d-6063-404f-b059-7fb6aa52da9d x-compute-request-id: req-ac10ce0d-6063-404f-b059-7fb6aa52da9d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/9315f453-31a7-4529-9fc5-f165560eb60b", "rel": "bookmark"}], "image": {"id": "88080ec9-c30d-4ea2-8000-6157fc1f916d", "links": [{"href": "http://172.30.9.21:8774/images/88080ec9-c30d-4ea2-8000-6157fc1f916d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:54:04.000000", "flavor": {"id": "91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "links": [{"href": "http://172.30.9.21:8774/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82", "rel": "bookmark"}]}, "id": "9315f453-31a7-4529-9fc5-f165560eb60b", "user_id": "fdf1bfbc43894a648c795ba2dbf27fd2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:54:29Z", "hostId": "3e0b238a98ad3605ee8b23fbc3b46e9271169b97233331d23159dddc", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp", "name": "AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst", "created": "2018-11-19T06:52:22Z", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:54:30,224 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-ac10ce0d-6063-404f-b059-7fb6aa52da9d 2018-11-19 06:54:30,224 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst] is - ACTIVE 2018-11-19 06:54:30,224 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:54:33,228 - create_instance - DEBUG - VM status query timeout in 296.751209021 2018-11-19 06:54:33,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37acaf0d358dad1483fd59819777e03350a3ea76" 2018-11-19 06:54:33,286 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06: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 x-openstack-request-id: req-f3c6d562-f1de-42b2-88d0-c2739b9839bb x-compute-request-id: req-f3c6d562-f1de-42b2-88d0-c2739b9839bb Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 9315f453-31a7-4529-9fc5-f165560eb60b could not be found.", "code": 404}} 2018-11-19 06:54:33,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/9315f453-31a7-4529-9fc5-f165560eb60b used request id req-f3c6d562-f1de-42b2-88d0-c2739b9839bb 2018-11-19 06:54:33,286 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 9315f453-31a7-4529-9fc5-f165560eb60b could not be found. (HTTP 404) (Request-ID: req-f3c6d562-f1de-42b2-88d0-c2739b9839bb) 2018-11-19 06:54:33,287 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-inst 2018-11-19 06:54:33,288 - neutron_utils - INFO - Deleting security group rule with ID - 99cb2460-b660-4166-b433-68720da3b0f4 2018-11-19 06:54:33,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/99cb2460-b660-4166-b433-68720da3b0f4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:54:33,505 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0beccd2e-17be-4a12-95d2-48608f607c6a Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:33,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/99cb2460-b660-4166-b433-68720da3b0f4 used request id req-0beccd2e-17be-4a12-95d2-48608f607c6a 2018-11-19 06:54:33,506 - neutron_utils - INFO - Deleting security group rule with ID - fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b 2018-11-19 06:54:33,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:54:33,755 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-46e9852c-d4aa-44ca-ada0-26676f5d039e Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:33,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/fcb6f2e7-7d23-4caa-bdd8-8369be9cd87b used request id req-46e9852c-d4aa-44ca-ada0-26676f5d039e 2018-11-19 06:54:33,755 - neutron_utils - INFO - Deleting security group rule with ID - 298cb067-dee8-4722-952d-0d36a5cca846 2018-11-19 06:54:33,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/298cb067-dee8-4722-952d-0d36a5cca846 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:54:33,864 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6fc866d0-4676-4b21-86bd-6808fc9f48d9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:33,864 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/298cb067-dee8-4722-952d-0d36a5cca846 used request id req-6fc866d0-4676-4b21-86bd-6808fc9f48d9 2018-11-19 06:54:33,864 - neutron_utils - INFO - Deleting security group rule with ID - d397376d-25c8-4c6f-936c-3cef2ab8f687 2018-11-19 06:54:33,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d397376d-25c8-4c6f-936c-3cef2ab8f687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:54:33,986 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b7064c43-9fd3-4d01-be59-6f0998a304da Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:33,986 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d397376d-25c8-4c6f-936c-3cef2ab8f687 used request id req-b7064c43-9fd3-4d01-be59-6f0998a304da 2018-11-19 06:54:33,986 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-sec-grp 2018-11-19 06:54:33,992 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/08bcbf8e-f62d-4b7e-a905-b31f3885f2bc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32eba8a2df36ee639e6a2ea4c2d2a90ae9b24e12" 2018-11-19 06:54:34,260 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-748f016c-4f8d-4386-92e8-92294bc2ae5d Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:34,260 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/08bcbf8e-f62d-4b7e-a905-b31f3885f2bc used request id req-748f016c-4f8d-4386-92e8-92294bc2ae5d 2018-11-19 06:54:34,261 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp 2018-11-19 06:54:34,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb57677e182a7f777ea9c4c7f68fe6bd2c815fd7" 2018-11-19 06:54:34,325 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95cfaad2-0630-4836-91c3-0d20cdc3eef3 x-compute-request-id: req-95cfaad2-0630-4836-91c3-0d20cdc3eef3 Content-Length: 0 Content-Type: application/json 2018-11-19 06:54:34,325 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-kp used request id req-95cfaad2-0630-4836-91c3-0d20cdc3eef3 2018-11-19 06:54:34,326 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94.pub] 2018-11-19 06:54:34,326 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94] 2018-11-19 06:54:34,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4800be6c2ffd38a49fd5b5cc44ab029d1ec31f01" 2018-11-19 06:54:34,369 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6eb42246-073a-40a2-b221-287f045809c8 x-compute-request-id: req-6eb42246-073a-40a2-b221-287f045809c8 Content-Length: 0 Content-Type: application/json 2018-11-19 06:54:34,369 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/91b15b35-bdc0-42e6-88ba-4fcbd6e4db82 used request id req-6eb42246-073a-40a2-b221-287f045809c8 2018-11-19 06:54:34,370 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router and subnet AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet 2018-11-19 06:54:34,370 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router 2018-11-19 06:54:34,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" -d '{"subnet_id": "a8e621e3-0e30-44f0-a8a1-b4d197711aca"}' 2018-11-19 06:54:35,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3750fa0e-136d-473d-94ad-4bd7c102b0fb Date: Mon, 19 Nov 2018 06:54:35 GMT RESP BODY: {"network_id": "1f105207-acde-4f4f-adb3-de9f1672b3e8", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "subnet_id": "a8e621e3-0e30-44f0-a8a1-b4d197711aca", "subnet_ids": ["a8e621e3-0e30-44f0-a8a1-b4d197711aca"], "port_id": "443c547f-b399-44f2-bebd-10632eefb0d1", "id": "3b8befbf-9b64-4132-b8e0-1a81a49ce69b"} 2018-11-19 06:54:35,790 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b/remove_router_interface used request id req-3750fa0e-136d-473d-94ad-4bd7c102b0fb 2018-11-19 06:54:35,791 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router 2018-11-19 06:54:35,791 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-router 2018-11-19 06:54:35,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea2602207a67249797a96fa03723be5d035578ae" 2018-11-19 06:54:39,326 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fed426e5-27de-4f70-ba71-cf2ac1ce20f6 Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:39,326 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3b8befbf-9b64-4132-b8e0-1a81a49ce69b used request id req-fed426e5-27de-4f70-ba71-cf2ac1ce20f6 2018-11-19 06:54:39,327 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet 2018-11-19 06:54:39,327 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-subnet 2018-11-19 06:54:39,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/a8e621e3-0e30-44f0-a8a1-b4d197711aca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:54:41,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1309cb7-698a-4bef-8e38-d3c4b04fa9fe Date: Mon, 19 Nov 2018 06:54:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:41,747 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/a8e621e3-0e30-44f0-a8a1-b4d197711aca used request id req-d1309cb7-698a-4bef-8e38-d3c4b04fa9fe 2018-11-19 06:54:41,748 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94-pub-net 2018-11-19 06:54:41,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/1f105207-acde-4f4f-adb3-de9f1672b3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}473487ff5a79fa89c3b433828fa4233c5db4de24" 2018-11-19 06:54:42,832 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59020e6e-20e9-42bc-a44d-711a0e14341e Date: Mon, 19 Nov 2018 06:54:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:42,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/1f105207-acde-4f4f-adb3-de9f1672b3e8 used request id req-59020e6e-20e9-42bc-a44d-711a0e14341e 2018-11-19 06:54:42,833 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-5a2e6d1d-0d98-43f6-9b7b-cbebce1a7c94--image 2018-11-19 06:54:42,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}be436f8d2794370f8d31d9376f86327fd8d658e8" 2018-11-19 06:54:43,924 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4dd77fe1-6ae6-4639-9640-c7ce90e30c2c Date: Mon, 19 Nov 2018 06:54:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:54:43,924 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/88080ec9-c30d-4ea2-8000-6157fc1f916d used request id req-4dd77fe1-6ae6-4639-9640-c7ce90e30c2c 2018-11-19 06:54:43,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:44,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-0ac780a2-006e-4585-9a31-acbb083279dd Date: Mon, 19 Nov 2018 06:54:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:51:56Z", "updated_at": "2018-11-19T06:51:57Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "revision_number": 0, "id": "5bf094a0-8f05-4791-84ad-2997269a502a", "remote_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "revision_number": 0, "id": "75d03d02-de29-497a-ae95-ff332cac2a14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv6", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "revision_number": 0, "id": "8f638830-7faa-4853-a8e5-5e624ad4a20e", "remote_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "remote_ip_prefix": null, "created_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "revision_number": 0, "id": "941e4f65-d820-4bf7-8fc1-461434bfee5f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "port_range_min": null, "ethertype": "IPv4", "project_id": "80fff1c8cf964da8a7a80ee2909df688"}], "revision_number": 4, "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:54:44,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-0ac780a2-006e-4585-9a31-acbb083279dd 2018-11-19 06:54:44,136 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:44,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4a97d47-fe17-402b-9087-71cdc5d98870 Content-Encoding: gzip Content-Length: 187 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-19 06:54:44,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7 used request id req-a4a97d47-fe17-402b-9087-71cdc5d98870 2018-11-19 06:54:44,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:44,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-088d234e-658b-423a-ac05-796b5d867ad8 Content-Encoding: gzip Content-Length: 249 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:54:44,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-088d234e-658b-423a-ac05-796b5d867ad8 2018-11-19 06:54:44,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:44,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a68523-9230-4fd7-a11a-35f0a4087f75 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688"}, "enabled": true, "id": "80fff1c8cf964da8a7a80ee2909df688", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-54a2a429-91c0-49f-proj"}} 2018-11-19 06:54:44,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-e7a68523-9230-4fd7-a11a-35f0a4087f75 2018-11-19 06:54:44,422 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c 2018-11-19 06:54:44,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:44,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-0923e646-e18a-4be9-888a-8bd7c78295b6 Date: Mon, 19 Nov 2018 06:54:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:51:57Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "5bf094a0-8f05-4791-84ad-2997269a502a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:51:57Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "75d03d02-de29-497a-ae95-ff332cac2a14"}, {"remote_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:51:57Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "8f638830-7faa-4853-a8e5-5e624ad4a20e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:51:57Z", "security_group_id": "a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c", "port_range_min": null, "revision_number": 0, "tenant_id": "80fff1c8cf964da8a7a80ee2909df688", "created_at": "2018-11-19T06:51:57Z", "project_id": "80fff1c8cf964da8a7a80ee2909df688", "id": "941e4f65-d820-4bf7-8fc1-461434bfee5f"}]} 2018-11-19 06:54:44,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c used request id req-0923e646-e18a-4be9-888a-8bd7c78295b6 2018-11-19 06:54:44,605 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:54:44,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:44,902 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0dfac496-444d-47c8-9855-46ee6b61edf6 Content-Length: 0 Date: Mon, 19 Nov 2018 06:54:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:54:44,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/a556c4e8-f0d1-45e5-98e8-4bb73f13fa2c used request id req-0dfac496-444d-47c8-9855-46ee6b61edf6 2018-11-19 06:54:44,903 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-54a2a429-91c0-49f-proj 2018-11-19 06:54:44,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:45,118 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:54:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68b63294-e5d9-4c48-9563-0b86b34a41dc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:54:45,118 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/80fff1c8cf964da8a7a80ee2909df688 used request id req-68b63294-e5d9-4c48-9563-0b86b34a41dc 2018-11-19 06:54:45,119 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-54a2a429-91c0-49f-proj-role 2018-11-19 06:54:45,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/ef7214d8400c42569b98c5283df23f93 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:45,222 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-85143cb3-a057-4de8-87ae-34151bdb2cfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:54:45,222 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ef7214d8400c42569b98c5283df23f93 used request id req-85143cb3-a057-4de8-87ae-34151bdb2cfa 2018-11-19 06:54:45,226 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e3785fbb8d616a829aadb1006507a753f48833d" 2018-11-19 06:54:45,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e07758c6-1864-4c44-9c05-e24f5cc019b2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:54:45,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-e07758c6-1864-4c44-9c05-e24f5cc019b2 2018-11-19 06:54:45,316 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-54a2a429-91c0-49f-user 2018-11-19 06:54:45,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/fdf1bfbc43894a648c795ba2dbf27fd2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbd0c1d32765d663d51ada709dce90a836fbafaf" 2018-11-19 06:54:45,527 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:54:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b37294c-f806-47bd-8291-4d0694417e09 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:54:45,527 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/fdf1bfbc43894a648c795ba2dbf27fd2 used request id req-6b37294c-f806-47bd-8291-4d0694417e09 2018-11-19 06:54:45,529 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:54:45,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:54:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["9dz6w5YrS2GYotmJJkMthw"], "issued_at": "2018-11-19T06:54:45.000000Z"}} 2018-11-19 06:54:45,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fae2fff82f586cb4e6cf05acb8fb0904533bad4b" 2018-11-19 06:54:45,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf2720f-c1da-41d7-85da-c72285a32f4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:54:45,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6cf2720f-c1da-41d7-85da-c72285a32f4a 2018-11-19 06:54:45,989 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:54:45,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:54:46,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["3zk_9XgJSTmp79VRmzsfTQ"], "issued_at": "2018-11-19T06:54:46.000000Z"}} 2018-11-19 06:54:46,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:54:46,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9986d53-e430-467f-a3e7-613d339b7d76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:54:46,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-f9986d53-e430-467f-a3e7-613d339b7d76 2018-11-19 06:54:46,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:54:46,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:54:46,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:54:46,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe375f98-c586-4a1e-933a-e44f7aa44ce9 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj", "previous": null, "next": null}, "projects": []} 2018-11-19 06:54:46,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?enabled=True&domain_name=Default&name=AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj used request id req-fe375f98-c586-4a1e-933a-e44f7aa44ce9 2018-11-19 06:54:46,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:54:46,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d83bd2-1df5-4719-8f19-f0007a7ead8b Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:54:46,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-a6d83bd2-1df5-4719-8f19-f0007a7ead8b 2018-11-19 06:54:46,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}}' 2018-11-19 06:54:46,773 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:54:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1a9d91c-d09c-411f-a55e-4df6c2275317 Content-Length: 309 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:54:46,774 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a1a9d91c-d09c-411f-a55e-4df6c2275317 2018-11-19 06:54:46,774 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj 2018-11-19 06:54:46,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:54:46,775 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:54:47,164 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:54:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["lm4IzleCTK2s7exUR8B-Qw"], "issued_at": "2018-11-19T06:54:47.000000Z"}} 2018-11-19 06:54:47,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d299aafd03bb54ea290ae0c5af26d4a9383c67b8" 2018-11-19 06:54:47,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24851c3f-cc19-4cc5-800a-fb62bede373b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:54:47,177 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-24851c3f-cc19-4cc5-800a-fb62bede373b 2018-11-19 06:54:47,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:54:47,187 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:54: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:54:47,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d299aafd03bb54ea290ae0c5af26d4a9383c67b8" 2018-11-19 06:54:47,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b060034-3e20-4f66-9939-b8154d3ae1de Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:54:47,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9b060034-3e20-4f66-9939-b8154d3ae1de 2018-11-19 06:54:47,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d299aafd03bb54ea290ae0c5af26d4a9383c67b8" 2018-11-19 06:54:47,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0754268f-98c5-448a-ba8f-cc0d2085f637 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}]} 2018-11-19 06:54:47,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?name=AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj used request id req-0754268f-98c5-448a-ba8f-cc0d2085f637 2018-11-19 06:54:47,379 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d299aafd03bb54ea290ae0c5af26d4a9383c67b8" 2018-11-19 06:54:47,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-875a0f35-e18e-46ba-9cb9-b02f7f95bccf Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-19 06:54:47,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains?name=Default used request id req-875a0f35-e18e-46ba-9cb9-b02f7f95bccf 2018-11-19 06:54:47,779 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user 2018-11-19 06:54:47,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:54:47,784 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:54:47,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-142a542e-3759-4eee-8a22-e0c8c3de7fd2 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:54:47,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-142a542e-3759-4eee-8a22-e0c8c3de7fd2 2018-11-19 06:54:47,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" -d '{"role": {"name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}}' 2018-11-19 06:54:47,977 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:54:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8061dd2-faac-4e61-8726-c5cbe5a8a938 Content-Length: 223 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e6ab4e4a2e9148339b5517f1eb3c696d", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6ab4e4a2e9148339b5517f1eb3c696d"}, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}} 2018-11-19 06:54:47,977 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-b8061dd2-faac-4e61-8726-c5cbe5a8a938 2018-11-19 06:54:47,977 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role 2018-11-19 06:54:47,981 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles/e6ab4e4a2e9148339b5517f1eb3c696d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:54:47,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f08f62e0-2e0c-4b88-9c3e-dc8cc391e204 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/e6ab4e4a2e9148339b5517f1eb3c696d"}, "domain_id": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role", "id": "e6ab4e4a2e9148339b5517f1eb3c696d"}} 2018-11-19 06:54:47,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/e6ab4e4a2e9148339b5517f1eb3c696d used request id req-f08f62e0-2e0c-4b88-9c3e-dc8cc391e204 2018-11-19 06:54:47,999 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role to project AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj 2018-11-19 06:54:48,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd/users/37b6127f76ad4fd9852e5bf7b43e949e/roles/e6ab4e4a2e9148339b5517f1eb3c696d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:54:48,135 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:54:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffeecb36-69d0-4477-91ba-34a935577ebe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:54:48,135 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd/users/37b6127f76ad4fd9852e5bf7b43e949e/roles/e6ab4e4a2e9148339b5517f1eb3c696d used request id req-ffeecb36-69d0-4477-91ba-34a935577ebe 2018-11-19 06:54:48,135 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:54:48,138 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img'} 2018-11-19 06:54:48,138 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:54:48,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:54:48,528 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:54:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["z9S5UQORQvq_wR1BGC8DyA"], "issued_at": "2018-11-19T06:54:48.000000Z"}} 2018-11-19 06:54:48,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" 2018-11-19 06:54:48,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-280391a3-b97b-45b9-81eb-12637f4871c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:54:48,605 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-280391a3-b97b-45b9-81eb-12637f4871c5 2018-11-19 06:54:48,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" 2018-11-19 06:54:48,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 170 Content-Type: application/json X-Openstack-Request-Id: req-74416fc6-7682-495f-a9e8-612d3c7d8eb0 Date: Mon, 19 Nov 2018 06:54:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image"} 2018-11-19 06:54:48,781 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image used request id req-74416fc6-7682-495f-a9e8-612d3c7d8eb0 2018-11-19 06:54:48,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" 2018-11-19 06:54:48,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d861dc91-4785-4f16-b53c-e177af5c44e0 Date: Mon, 19 Nov 2018 06:54:48 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:54:48,931 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-d861dc91-4785-4f16-b53c-e177af5c44e0 2018-11-19 06:54:48,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image"}' 2018-11-19 06:54:49,167 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 629 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904 X-Openstack-Request-Id: req-1422a95f-eccb-4d88-808b-1209535d98ba Date: Mon, 19 Nov 2018 06:54:49 GMT RESP BODY: {"status": "queued", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:54:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-19T06:54:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "min_disk": 0, "protected": false, "id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "file": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904/file", "checksum": null, "owner": "d8c637ac653d4ceba756f29b0a4c75fd", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:54:49,168 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1422a95f-eccb-4d88-808b-1209535d98ba 2018-11-19 06:54:49,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" -d '' 2018-11-19 06:54:55,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-192ae019-6b68-49a5-853b-ed82a5808b81 Date: Mon, 19 Nov 2018 06:54:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:54:55,143 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904/file used request id req-192ae019-6b68-49a5-853b-ed82a5808b81 2018-11-19 06:54:55,143 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-19 06:54:55,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" 2018-11-19 06:54:55,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-17976e10-62a9-4a4d-8bc6-bb53642d134d Date: Mon, 19 Nov 2018 06:54:55 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:54:49Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-19T06:54:55Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/940b8200-0b77-40fa-90d4-3c887f0b2904/snap", "metadata": {}}], "self": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "min_disk": 0, "protected": false, "id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "file": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "d8c637ac653d4ceba756f29b0a4c75fd", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/940b8200-0b77-40fa-90d4-3c887f0b2904/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:54:55,686 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904 used request id req-17976e10-62a9-4a4d-8bc6-bb53642d134d 2018-11-19 06:54:55,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" 2018-11-19 06:54:56,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-3786d7e3-4842-43f3-9cc5-2c7deae58389 Date: Mon, 19 Nov 2018 06:54: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-11-19 06:54:56,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-3786d7e3-4842-43f3-9cc5-2c7deae58389 2018-11-19 06:54:56,231 - create_image - INFO - Created image with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image 2018-11-19 06:54:56,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" 2018-11-19 06:54:56,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 891 Content-Type: application/json X-Openstack-Request-Id: req-ff34f804-5214-415b-a945-36e1f8a296dc Date: Mon, 19 Nov 2018 06:54:56 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:54:49Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-19T06:54:55Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/940b8200-0b77-40fa-90d4-3c887f0b2904/snap", "metadata": {}}], "self": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "min_disk": 0, "protected": false, "id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "file": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "d8c637ac653d4ceba756f29b0a4c75fd", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/940b8200-0b77-40fa-90d4-3c887f0b2904/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-19 06:54:56,791 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904 used request id req-ff34f804-5214-415b-a945-36e1f8a296dc 2018-11-19 06:54:56,792 - create_image - DEBUG - Instance status is - active 2018-11-19 06:54:56,792 - create_image - DEBUG - Image is active with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image 2018-11-19 06:54:56,792 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image 2018-11-19 06:54:56,793 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:54:56,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:54:57,157 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:54:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["n9FfN03fSdq7OrPB6SbqFg"], "issued_at": "2018-11-19T06:54:57.000000Z"}} 2018-11-19 06:54:57,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:54:57,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:54:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21ab83f8-4f95-4be1-b491-225bf6592d01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:54:57,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-21ab83f8-4f95-4be1-b491-225bf6592d01 2018-11-19 06:54:57,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:54:57,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4ad43558-a6d4-428a-b5b9-0d485b158122 Date: Mon, 19 Nov 2018 06:54:57 GMT RESP BODY: {"networks":[]} 2018-11-19 06:54:57,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-4ad43558-a6d4-428a-b5b9-0d485b158122 2018-11-19 06:54:57,441 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net 2018-11-19 06:54:57,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" -d '{"network": {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net", "admin_state_up": true}}' 2018-11-19 06:54:58,370 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-49f1ccf5-9d0f-4b21-8a1f-690bbbf5b014 Date: Mon, 19 Nov 2018 06:54:58 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"89f5ed27-6ff8-410c-9667-ea47b6289010","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T06:54:57Z","is_default":false,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","mtu":1450}} 2018-11-19 06:54:58,370 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks used request id req-49f1ccf5-9d0f-4b21-8a1f-690bbbf5b014 2018-11-19 06:54:58,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:54:58,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 611 X-Openstack-Request-Id: req-60232224-7467-405d-907f-b50ee6be3d68 Date: Mon, 19 Nov 2018 06:54:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T06:54:57Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:54:58,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-60232224-7467-405d-907f-b50ee6be3d68 2018-11-19 06:54:58,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:54:58,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2a890128-1b28-4f66-bf2a-35232fa61a6f Date: Mon, 19 Nov 2018 06:54:58 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:54:58,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-2a890128-1b28-4f66-bf2a-35232fa61a6f 2018-11-19 06:54:58,804 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet 2018-11-19 06:54:58,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" -d '{"subnets": [{"ip_version": 4, "network_id": "89f5ed27-6ff8-410c-9667-ea47b6289010", "cidr": "10.55.1.0/24", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]}' 2018-11-19 06:54:59,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9eaa93f3-b74b-4725-a3b4-996ca9a154e8 Date: Mon, 19 Nov 2018 06:54:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:54:59,472 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets used request id req-9eaa93f3-b74b-4725-a3b4-996ca9a154e8 2018-11-19 06:54:59,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:54:59,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8d3c4356-68d5-4167-8b3e-9d6d2b23af90 Date: Mon, 19 Nov 2018 06:54:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:54:59,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-8d3c4356-68d5-4167-8b3e-9d6d2b23af90 2018-11-19 06:54:59,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:54:59,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b69b6f3d-896b-42c6-afd3-2d683274a0ad Date: Mon, 19 Nov 2018 06:54:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:54:59,929 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-b69b6f3d-896b-42c6-afd3-2d683274a0ad 2018-11-19 06:54:59,930 - OpenStackNetwork - DEBUG - Network [89f5ed27-6ff8-410c-9667-ea47b6289010] created successfully 2018-11-19 06:54:59,930 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:54:59,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:55:00,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["Dn-mLU7jQyG7k9LSCt-gLg"], "issued_at": "2018-11-19T06:55:00.000000Z"}} 2018-11-19 06:55:00,303 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:00,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93b05394-2646-40d8-b156-a80070d0e0be Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:00,382 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-93b05394-2646-40d8-b156-a80070d0e0be 2018-11-19 06:55:00,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:00,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b7420342-fc5c-41db-8d57-d56f0c11982a Date: Mon, 19 Nov 2018 06:55:00 GMT RESP BODY: {"routers": []} 2018-11-19 06:55:00,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router&admin_state_up=True used request id req-b7420342-fc5c-41db-8d57-d56f0c11982a 2018-11-19 06:55:00,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:55:00,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:55:00,972 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:55:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["sFpQVsuyRqOuLVd8u7yhcA"], "issued_at": "2018-11-19T06:55:00.000000Z"}} 2018-11-19 06:55:00,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60d3d53292e545d6bca561725dc743e43fb5484b" 2018-11-19 06:55:01,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f63284e-b16a-4459-97c5-d7aca4d524c6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:01,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3f63284e-b16a-4459-97c5-d7aca4d524c6 2018-11-19 06:55:01,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:01,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-bf5d9092-edc3-4976-9204-a876ebde1f71 Date: Mon, 19 Nov 2018 06:55:01 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:55:01,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-bf5d9092-edc3-4976-9204-a876ebde1f71 2018-11-19 06:55:01,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:01,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-07d0f785-ad27-4bea-8058-a5adf60b04e7 Date: Mon, 19 Nov 2018 06:55:01 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:55:01,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-07d0f785-ad27-4bea-8058-a5adf60b04e7 2018-11-19 06:55:01,493 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router 2018-11-19 06:55:01,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router", "admin_state_up": true}}' 2018-11-19 06:55:06,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-eaa4476a-0882-4bca-b81b-d4d8a9e1c2f5 Date: Mon, 19 Nov 2018 06:55:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:02Z", "admin_state_up": true, "updated_at": "2018-11-19T06:55:02Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "65419fdf-2f1a-422b-80cf-6b90662c664d", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router"}} 2018-11-19 06:55:06,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers used request id req-eaa4476a-0882-4bca-b81b-d4d8a9e1c2f5 2018-11-19 06:55:06,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=65419fdf-2f1a-422b-80cf-6b90662c664d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:06,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-76e142f9-7ab1-4a25-88e4-9bef7ea5c48f Date: Mon, 19 Nov 2018 06:55:06 GMT RESP BODY: {"ports":[]} 2018-11-19 06:55:06,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=65419fdf-2f1a-422b-80cf-6b90662c664d used request id req-76e142f9-7ab1-4a25-88e4-9bef7ea5c48f 2018-11-19 06:55:06,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:06,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f43dabd7-1c94-4d11-bc0b-4c7e027a4853 Date: Mon, 19 Nov 2018 06: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:55:06,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-f43dabd7-1c94-4d11-bc0b-4c7e027a4853 2018-11-19 06:55:06,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:55:06,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:55:06,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:06,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c06e1ab5-793e-4c45-92bf-91b36222c3f4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:06,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-c06e1ab5-793e-4c45-92bf-91b36222c3f4 2018-11-19 06:55:06,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:06,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c46de7be-11af-479e-9ede-09097989302d Date: Mon, 19 Nov 2018 06:55:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:55:06,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-c46de7be-11af-479e-9ede-09097989302d 2018-11-19 06:55:06,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:07,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d5949861-66f8-4a75-938d-2d92938996b8 Date: Mon, 19 Nov 2018 06:55:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:55:07,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet used request id req-d5949861-66f8-4a75-938d-2d92938996b8 2018-11-19 06:55:07,170 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-11-19 06:55:07,170 - neutron_utils - INFO - Adding interface to router with name AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router 2018-11-19 06:55:07,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" -d '{"subnet_id": "ee99de56-3ff0-439c-b2b3-7f1dae8d4872"}' 2018-11-19 06:55:09,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-14621e48-a691-4737-b3e4-c9ea191b6cd8 Date: Mon, 19 Nov 2018 06:55:09 GMT RESP BODY: {"network_id": "89f5ed27-6ff8-410c-9667-ea47b6289010", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "subnet_id": "ee99de56-3ff0-439c-b2b3-7f1dae8d4872", "subnet_ids": ["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"], "port_id": "29a3c4b6-60e5-42ec-bcba-09108d82dd6b", "id": "65419fdf-2f1a-422b-80cf-6b90662c664d"} 2018-11-19 06:55:09,275 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d/add_router_interface used request id req-14621e48-a691-4737-b3e4-c9ea191b6cd8 2018-11-19 06:55:09,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:09,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-fa8c007b-76b7-4a37-b1a9-b7cbe445ee24 Date: Mon, 19 Nov 2018 06:55:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:02Z", "admin_state_up": true, "updated_at": "2018-11-19T06:55:08Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "65419fdf-2f1a-422b-80cf-6b90662c664d", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router"}} 2018-11-19 06:55:09,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d used request id req-fa8c007b-76b7-4a37-b1a9-b7cbe445ee24 2018-11-19 06:55:09,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=65419fdf-2f1a-422b-80cf-6b90662c664d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:09,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-883daf61-e934-48a8-8d72-7df06e302e52 Date: Mon, 19 Nov 2018 06:55:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:08Z","device_owner":"network:ha_router_replicated_interface","revision_number":5,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"}]} 2018-11-19 06:55:09,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=65419fdf-2f1a-422b-80cf-6b90662c664d used request id req-883daf61-e934-48a8-8d72-7df06e302e52 2018-11-19 06:55:09,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ee99de56-3ff0-439c-b2b3-7f1dae8d4872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:55:09,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-1ccd6e67-c12f-49dc-a22e-9fcb013cca0b Date: Mon, 19 Nov 2018 06:55:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}} 2018-11-19 06:55:09,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ee99de56-3ff0-439c-b2b3-7f1dae8d4872 used request id req-1ccd6e67-c12f-49dc-a22e-9fcb013cca0b 2018-11-19 06:55:09,635 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:55:09,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:55:10,031 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a548301de1bf45f39da7fa581e9c30a5", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}, {"id": "cdf9920fcc2d405bbc0323a10975296f", "name": "heat_stack_owner"}], "expires_at": "2018-11-19T07:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5fe8cec919348a69e22609d846dcb47", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/f5fe8cec919348a69e22609d846dcb47", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "id": "0c2fb0b1955d4b6993496cc96690ef00"}, "audit_ids": ["GtfyhVcVQpaI1RTlmOahgg"], "issued_at": "2018-11-19T06:55:10.000000Z"}} 2018-11-19 06:55:10,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df8a7f68d6843129243e1ecd71516ec9879f9c" 2018-11-19 06:55:10,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac5a04ba-7a9d-4fca-9274-9564b67c5d04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:10,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-ac5a04ba-7a9d-4fca-9274-9564b67c5d04 2018-11-19 06:55:10,110 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:55:10,115 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df8a7f68d6843129243e1ecd71516ec9879f9c" 2018-11-19 06:55:10,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0d65d887-33aa-4f0d-8c26-72cfbc0306e0 x-compute-request-id: req-0d65d887-33aa-4f0d-8c26-72cfbc0306e0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-19 06:55:10,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0d65d887-33aa-4f0d-8c26-72cfbc0306e0 2018-11-19 06:55:10,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df8a7f68d6843129243e1ecd71516ec9879f9c" -d '{"flavor": {"vcpus": 2, "disk": 10, "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-flavor-name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-11-19 06:55:10,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5df590de-4cbe-4acc-91bf-baadf52f4b2f x-compute-request-id: req-5df590de-4cbe-4acc-91bf-baadf52f4b2f Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:55:10,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5df590de-4cbe-4acc-91bf-baadf52f4b2f 2018-11-19 06:55:10,330 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:55:10,331 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:55:10,702 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["yUwjbNZbRGa_9VsYwEqTjA"], "issued_at": "2018-11-19T06:55:10.000000Z"}} 2018-11-19 06:55:10,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af7d1e7211ee18d6ffd90d71c2fd24356db72d" 2018-11-19 06:55:10,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906d3aab-3ca3-4fb8-b03c-9d9e18956a31 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:10,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-906d3aab-3ca3-4fb8-b03c-9d9e18956a31 2018-11-19 06:55:10,857 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:55:10,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af7d1e7211ee18d6ffd90d71c2fd24356db72d" 2018-11-19 06:55:11,028 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6fa5a850-88a5-485b-9324-e0d5364d1b9f x-compute-request-id: req-6fa5a850-88a5-485b-9324-e0d5364d1b9f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-11-19 06:55:11,028 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-6fa5a850-88a5-485b-9324-e0d5364d1b9f 2018-11-19 06:55:11,029 - OpenStackKeypair - INFO - Creating keypair AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp... 2018-11-19 06:55:11,029 - OpenStackKeypair - INFO - Creating new keypair 2018-11-19 06:55:11,124 - nova_utils - INFO - Creating keypair with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp 2018-11-19 06:55:11,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af7d1e7211ee18d6ffd90d71c2fd24356db72d" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDO64Als9JjS3AowDIM0xbKmT3HlMGXgHRGEyfKjPvV+EQIXmx3jpCkx6qyhoJKovXotURaCCaAZcuMXNolPWXtrZn8/W0vOLsBH5aSLF3anuA5Htczxm4cxxUc1zoeSEXJ/sFlVpgLSCYeBCiaf4HvHH/ssotk7tohRG8IYci35w==", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp"}}' 2018-11-19 06:55:11,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-bcc8ca52-55a9-4780-a26f-e4d63061c760 x-compute-request-id: req-bcc8ca52-55a9-4780-a26f-e4d63061c760 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDO64Als9JjS3AowDIM0xbKmT3HlMGXgHRGEyfKjPvV+EQIXmx3jpCkx6qyhoJKovXotURaCCaAZcuMXNolPWXtrZn8/W0vOLsBH5aSLF3anuA5Htczxm4cxxUc1zoeSEXJ/sFlVpgLSCYeBCiaf4HvHH/ssotk7tohRG8IYci35w==", "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "fingerprint": "82:87:40:ee:a3:74:dd:b0:ff:d0:64:f3:2d:ee:40:5c"}} 2018-11-19 06:55:11,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-bcc8ca52-55a9-4780-a26f-e4d63061c760 2018-11-19 06:55:11,190 - file_utils - INFO - Saved public key to - tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e.pub 2018-11-19 06:55:11,190 - file_utils - INFO - Saved private key to - tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e 2018-11-19 06:55:11,190 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:55:11,191 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:55:11,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:55:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["M-f-THVtQWS69bW7CDdYPA"], "issued_at": "2018-11-19T06:55:11.000000Z"}} 2018-11-19 06:55:11,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:11,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c2576da-1baf-467d-bbf9-0bb76a9b793e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:11,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c2576da-1baf-467d-bbf9-0bb76a9b793e 2018-11-19 06:55:11,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:11,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-ffbb5120-dc37-4cb3-a92a-46ed8f1ca2af Date: Mon, 19 Nov 2018 06:55:11 GMT RESP BODY: {"security_groups": []} 2018-11-19 06:55:11,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp used request id req-ffbb5120-dc37-4cb3-a92a-46ed8f1ca2af 2018-11-19 06:55:11,826 - OpenStackSecurityGroup - INFO - Creating security group AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp... 2018-11-19 06:55:11,826 - neutron_utils - INFO - Creating security group with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp 2018-11-19 06:55:11,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" -d '{"security_group": {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}}' 2018-11-19 06:55:12,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1401 X-Openstack-Request-Id: req-38b038e3-a9d0-4d33-bda5-410572f7d0a8 Date: Mon, 19 Nov 2018 06:55:12 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "updated_at": "2018-11-19T06:55:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}], "revision_number": 2, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}} 2018-11-19 06:55:12,157 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups used request id req-38b038e3-a9d0-4d33-bda5-410572f7d0a8 2018-11-19 06:55:12,158 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:12,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:12,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1dfe79f2-4448-4c0f-9991-357b1b7b3a15 Date: Mon, 19 Nov 2018 06:55: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-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6"}]} 2018-11-19 06:55:12,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-1dfe79f2-4448-4c0f-9991-357b1b7b3a15 2018-11-19 06:55:12,414 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:12,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:12,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-38c806df-e115-45a6-973e-07ba14b161ad Date: Mon, 19 Nov 2018 06:55: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-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6"}]} 2018-11-19 06:55:12,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-38c806df-e115-45a6-973e-07ba14b161ad 2018-11-19 06:55:12,580 - neutron_utils - INFO - Retrieving security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:12,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:12,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-e1fbffa4-6b7c-4296-97b1-56c8a40aa852 Date: Mon, 19 Nov 2018 06:55:12 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "updated_at": "2018-11-19T06:55:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}], "revision_number": 2, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}]} 2018-11-19 06:55:12,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-e1fbffa4-6b7c-4296-97b1-56c8a40aa852 2018-11-19 06:55:12,789 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:12,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:12,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-582f9c8b-7ea2-4e8e-a791-db0df29e0d64 Date: Mon, 19 Nov 2018 06:55: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-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6"}]} 2018-11-19 06:55:12,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-582f9c8b-7ea2-4e8e-a791-db0df29e0d64 2018-11-19 06:55:12,979 - neutron_utils - INFO - Retrieving security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:12,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:13,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-0b974ab8-de5f-4133-8e1d-386f262ff48c Date: Mon, 19 Nov 2018 06:55:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "updated_at": "2018-11-19T06:55:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}], "revision_number": 2, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}]} 2018-11-19 06:55:13,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-0b974ab8-de5f-4133-8e1d-386f262ff48c 2018-11-19 06:55:13,031 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:13,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:13,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-518a6ebe-7de1-4bb8-8217-c78b3745a5fd Date: Mon, 19 Nov 2018 06:55:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6"}]} 2018-11-19 06:55:13,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-518a6ebe-7de1-4bb8-8217-c78b3745a5fd 2018-11-19 06:55:13,213 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp 2018-11-19 06:55:13,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:13,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1404 X-Openstack-Request-Id: req-0fd7f0fa-4525-44b5-9e02-6c91c7c7bcc8 Date: Mon, 19 Nov 2018 06:55:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "updated_at": "2018-11-19T06:55:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}], "revision_number": 2, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}]} 2018-11-19 06:55:13,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp used request id req-0fd7f0fa-4525-44b5-9e02-6c91c7c7bcc8 2018-11-19 06:55:13,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:55:13,425 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:55: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:55:13,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:13,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5dc942-20d2-4343-be24-cc709b926cc9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:13,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-4f5dc942-20d2-4343-be24-cc709b926cc9 2018-11-19 06:55:13,498 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:13,504 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:13,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c3422f3b-4424-453e-aee6-b679d6b27fdd Date: Mon, 19 Nov 2018 06:55:13 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6"}]} 2018-11-19 06:55:13,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-c3422f3b-4424-453e-aee6-b679d6b27fdd 2018-11-19 06:55:13,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}4b9679ff24e2e592246b407cc953c9ca8e1f4315" -d '{"security_group_rule": {"direction": "ingress", "protocol": 1, "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755"}}' 2018-11-19 06:55:13,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d894b6e5-e100-4490-9455-b972a6ef28b6 Date: Mon, 19 Nov 2018 06:55:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:13Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:13Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "5b6f478d-4600-4e94-abd7-bde12c9561a6"}} 2018-11-19 06:55:13,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-d894b6e5-e100-4490-9455-b972a6ef28b6 2018-11-19 06:55:13,846 - neutron_utils - INFO - Creating security group to security group - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp 2018-11-19 06:55:13,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:13,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1902 X-Openstack-Request-Id: req-361e9f12-c328-4ca3-bb96-85c26f8e4ec4 Date: Mon, 19 Nov 2018 06:55:13 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "updated_at": "2018-11-19T06:55:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:13Z", "revision_number": 0, "id": "5b6f478d-4600-4e94-abd7-bde12c9561a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:13Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}], "revision_number": 3, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}]} 2018-11-19 06:55:13,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp used request id req-361e9f12-c328-4ca3-bb96-85c26f8e4ec4 2018-11-19 06:55:13,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:13,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28cb943e-1ce6-4d8f-9a71-ef8ebc26c6af Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:13,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-28cb943e-1ce6-4d8f-9a71-ef8ebc26c6af 2018-11-19 06:55:13,987 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:13,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:14,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1488 X-Openstack-Request-Id: req-fc624d9e-cf03-454d-92a6-227b1805bd93 Date: Mon, 19 Nov 2018 06:55: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-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:13Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:13Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "5b6f478d-4600-4e94-abd7-bde12c9561a6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6"}]} 2018-11-19 06:55:14,019 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-fc624d9e-cf03-454d-92a6-227b1805bd93 2018-11-19 06:55:14,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21: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}4b9679ff24e2e592246b407cc953c9ca8e1f4315" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 22, "port_range_max": 22, "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755"}}' 2018-11-19 06:55:14,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 505 X-Openstack-Request-Id: req-342bd4c3-5520-4a4d-831d-9787523572d1 Date: Mon, 19 Nov 2018 06:55:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:55:14Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": 22, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:14Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "6d0274fd-fbfd-49c8-981c-b55783763e7d"}} 2018-11-19 06:55:14,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules used request id req-342bd4c3-5520-4a4d-831d-9787523572d1 2018-11-19 06:55:14,397 - neutron_utils - INFO - Retrieving security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:14,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:14,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2396 X-Openstack-Request-Id: req-e6c38040-5229-4cf7-95bc-4c291478e34a Date: Mon, 19 Nov 2018 06:55:14 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "updated_at": "2018-11-19T06:55:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "ingress", "protocol": "1", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:13Z", "revision_number": 0, "id": "5b6f478d-4600-4e94-abd7-bde12c9561a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:13Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T06:55:14Z", "revision_number": 0, "id": "6d0274fd-fbfd-49c8-981c-b55783763e7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:14Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "revision_number": 0, "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}], "revision_number": 4, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}]} 2018-11-19 06:55:14,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-e6c38040-5229-4cf7-95bc-4c291478e34a 2018-11-19 06:55:14,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c448fa45-57ab-40f5-b64c-6bcb5f94f755 2018-11-19 06:55:14,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:55:14,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1970 X-Openstack-Request-Id: req-1888ff05-df47-4f96-9a70-a3dc5e9e5d2a Date: Mon, 19 Nov 2018 06:55: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-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "44677a67-6abf-4f8f-a8d5-6cc3b65e5d12"}, {"remote_group_id": null, "direction": "ingress", "protocol": "1", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:13Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:13Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "5b6f478d-4600-4e94-abd7-bde12c9561a6"}, {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T06:55:14Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": 22, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:14Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "6d0274fd-fbfd-49c8-981c-b55783763e7d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:55:12Z", "security_group_id": "c448fa45-57ab-40f5-b64c-6bcb5f94f755", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:12Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "d815a302-df6c-40e9-970f-055c8d7bd4d6"}]} 2018-11-19 06:55:14,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-1888ff05-df47-4f96-9a70-a3dc5e9e5d2a 2018-11-19 06:55:14,779 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:55:14,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:55:15,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:55:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["HoC9Pvh8RX6tx3GHNJg57w"], "issued_at": "2018-11-19T06:55:15.000000Z"}} 2018-11-19 06:55:15,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:15,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ef47f5-5756-4410-813a-ddd0b204467c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:15,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c8ef47f5-5756-4410-813a-ddd0b204467c 2018-11-19 06:55:15,241 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-19 06:55:15,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:15,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da7ab418-6d71-4268-ab63-c3b80d8598d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:15,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-da7ab418-6d71-4268-ab63-c3b80d8598d1 2018-11-19 06:55:15,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:15,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-0c6ec6bd-4678-489f-af5a-d38261aa2d25 Date: Mon, 19 Nov 2018 06:55: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:55:15,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-0c6ec6bd-4678-489f-af5a-d38261aa2d25 2018-11-19 06:55:15,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:55:15,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:55:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:55:15,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:15,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95dc7d4b-638d-405d-88b8-45b0fad2221c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:15,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-95dc7d4b-638d-405d-88b8-45b0fad2221c 2018-11-19 06:55:15,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:15,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c867ce03-c197-4bc2-acfb-06c4414b5622 Date: Mon, 19 Nov 2018 06:55:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:55:15,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-c867ce03-c197-4bc2-acfb-06c4414b5622 2018-11-19 06:55:15,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:16,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-80399c3c-0d31-4c44-a0b1-d435327ac0b5 Date: Mon, 19 Nov 2018 06:55:16 GMT RESP BODY: {"ports":[]} 2018-11-19 06:55:16,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1&admin_state_up=True used request id req-80399c3c-0d31-4c44-a0b1-d435327ac0b5 2018-11-19 06:55:16,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:16,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6cf0c4bc-d3b0-498d-899a-0e8f59721845 x-compute-request-id: req-6cf0c4bc-d3b0-498d-899a-0e8f59721845 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 06:55:16,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst used request id req-6cf0c4bc-d3b0-498d-899a-0e8f59721845 2018-11-19 06:55:16,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:16,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-23b659ca-99d0-4ed9-92e3-eaf098b64475 Date: Mon, 19 Nov 2018 06:55:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:55:16,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-23b659ca-99d0-4ed9-92e3-eaf098b64475 2018-11-19 06:55:16,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:16,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0a9f93a-925d-4a97-87a5-483899f79aa4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:16,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-c0a9f93a-925d-4a97-87a5-483899f79aa4 2018-11-19 06:55:16,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:17,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-03bb7c65-8bd7-4201-ab03-aa540e4fd9ed Date: Mon, 19 Nov 2018 06:55:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:55:17,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-03bb7c65-8bd7-4201-ab03-aa540e4fd9ed 2018-11-19 06:55:17,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:17,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d63ff9ba-5fee-4809-a8ea-a9704cb3031f Date: Mon, 19 Nov 2018 06:55:17 GMT RESP BODY: {"ports":[]} 2018-11-19 06:55:17,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1&admin_state_up=True used request id req-d63ff9ba-5fee-4809-a8ea-a9704cb3031f 2018-11-19 06:55:17,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-19 06:55:17,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:55:17,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e6ab4e4a2e9148339b5517f1eb3c696d", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role"}], "expires_at": "2018-11-19T07:55:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d8c637ac653d4ceba756f29b0a4c75fd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user", "id": "37b6127f76ad4fd9852e5bf7b43e949e"}, "audit_ids": ["PaP-omZeRlesb9T8OyhQig"], "issued_at": "2018-11-19T06:55:17.000000Z"}} 2018-11-19 06:55:17,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3975510f02ea26890ee2a2bd23006f693bcfd100" 2018-11-19 06:55:17,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df004c67-5364-4a93-a52a-490b416c72b1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:55:17,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-df004c67-5364-4a93-a52a-490b416c72b1 2018-11-19 06:55:17,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:17,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a00a0693-0626-41e0-ac44-ad903b29214b Date: Mon, 19 Nov 2018 06:55:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:55:17,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-a00a0693-0626-41e0-ac44-ad903b29214b 2018-11-19 06:55:17,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:18,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-58592e3d-d252-4755-935a-600450a95f10 Date: Mon, 19 Nov 2018 06:55:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:55:18,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-58592e3d-d252-4755-935a-600450a95f10 2018-11-19 06:55:18,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:18,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-3bc859ad-3545-4d25-8f56-89a89e2f8442 Date: Mon, 19 Nov 2018 06:55:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:55:18,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-3bc859ad-3545-4d25-8f56-89a89e2f8442 2018-11-19 06:55:18,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:55:18,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:55:18 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:55:18,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3975510f02ea26890ee2a2bd23006f693bcfd100" 2018-11-19 06:55:18,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc8d685e-0724-49ca-81e4-33f5ed529526 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:18,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-dc8d685e-0724-49ca-81e4-33f5ed529526 2018-11-19 06:55:18,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:18,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4018cf9b-3998-4d50-ae78-9b6da7439b5e Date: Mon, 19 Nov 2018 06:55:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:55:18,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-4018cf9b-3998-4d50-ae78-9b6da7439b5e 2018-11-19 06:55:18,690 - neutron_utils - INFO - Creating port for network with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net 2018-11-19 06:55:18,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" -d '{"port": {"network_id": "89f5ed27-6ff8-410c-9667-ea47b6289010", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1", "admin_state_up": true}}' 2018-11-19 06:55:19,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 781 X-Openstack-Request-Id: req-134d3040-4e40-4f90-9499-84877138d4a8 Date: Mon, 19 Nov 2018 06:55:19 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4"],"mac_address":"fa:16:3e:0a:62:88","device_id":"","status":"DOWN","description":"","tags":[],"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","qos_policy_id":null,"admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal"}} 2018-11-19 06:55:19,664 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/ports used request id req-134d3040-4e40-4f90-9499-84877138d4a8 2018-11-19 06:55:19,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:19,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-cc1d8723-b8ec-431b-88ac-85d11052fbf7 Date: Mon, 19 Nov 2018 06: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:55:19,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-cc1d8723-b8ec-431b-88ac-85d11052fbf7 2018-11-19 06:55:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:19,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c14e45a-d4f8-418a-909a-dfd7716a1bf5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:19,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-2c14e45a-d4f8-418a-909a-dfd7716a1bf5 2018-11-19 06:55:20,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:20,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-36cef7bf-db48-4516-9fa9-72e9db8962d9 Date: Mon, 19 Nov 2018 06:55:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:55:20,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-36cef7bf-db48-4516-9fa9-72e9db8962d9 2018-11-19 06:55:20,072 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:20,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 784 X-Openstack-Request-Id: req-9f09a6dc-a8c0-48a3-b919-7613efd614e5 Date: Mon, 19 Nov 2018 06:55:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:19Z","device_owner":"","revision_number":4,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"DOWN","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":""}]} 2018-11-19 06:55:20,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1&admin_state_up=True used request id req-9f09a6dc-a8c0-48a3-b919-7613efd614e5 2018-11-19 06:55:20,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:20,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34134998-9d15-4e05-8368-7f186c3dd669 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:55:20,366 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-34134998-9d15-4e05-8368-7f186c3dd669 2018-11-19 06:55:20,367 - nova_utils - INFO - Creating VM with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst 2018-11-19 06:55:20,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:20,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-47fbc122-9c54-4a78-bbf2-6e035459a7f2 x-compute-request-id: req-47fbc122-9c54-4a78-bbf2-6e035459a7f2 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}], "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-flavor-name"}]} 2018-11-19 06:55:20,396 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-47fbc122-9c54-4a78-bbf2-6e035459a7f2 2018-11-19 06:55:20,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:20,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-57a5b418-b88a-4cce-b29b-c56513537a55 x-compute-request-id: req-57a5b418-b88a-4cce-b29b-c56513537a55 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-flavor-name", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:55:20,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f used request id req-57a5b418-b88a-4cce-b29b-c56513537a55 2018-11-19 06:55:20,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:20,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1061 Content-Type: application/json X-Openstack-Request-Id: req-544abb47-8728-4587-8f2d-efb304b8a70c Date: Mon, 19 Nov 2018 06:55:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image", "tags": [], "container_format": "bare", "created_at": "2018-11-19T06:54:49Z", "size": 263586304, "disk_format": "qcow2", "updated_at": "2018-11-19T06:54:55Z", "visibility": "shared", "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/940b8200-0b77-40fa-90d4-3c887f0b2904/snap", "metadata": {}}], "self": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "min_disk": 0, "protected": false, "id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "file": "/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904/file", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner": "d8c637ac653d4ceba756f29b0a4c75fd", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/940b8200-0b77-40fa-90d4-3c887f0b2904/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image"} 2018-11-19 06:55:20,675 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images?limit=20&disk_format=qcow2&name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image used request id req-544abb47-8728-4587-8f2d-efb304b8a70c 2018-11-19 06:55:20,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:20,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-8ceb4bf5-699d-4c7d-b0e2-7148b82ac2a9 Date: Mon, 19 Nov 2018 06:55:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-11-19 06:55:20,837 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/schemas/image used request id req-8ceb4bf5-699d-4c7d-b0e2-7148b82ac2a9 2018-11-19 06:55:20,842 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" -d '{"server": {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "imageRef": "940b8200-0b77-40fa-90d4-3c887f0b2904", "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "flavorRef": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "max_count": 1, "min_count": 1, "networks": [{"port": "58c61e8d-dda3-44dd-947d-b19aca0ad148"}]}}' 2018-11-19 06:55:22,063 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06: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-18921ad2-c50f-4ce2-9374-0156d9bffb07 x-compute-request-id: req-18921ad2-c50f-4ce2-9374-0156d9bffb07 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "adminPass": "ahMt8soLWfuJ"}} 2018-11-19 06:55:22,063 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-18921ad2-c50f-4ce2-9374-0156d9bffb07 2018-11-19 06:55:22,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:22,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb13759c-3fb5-4de8-9e96-d200c2bc0696 x-compute-request-id: req-cb13759c-3fb5-4de8-9e96-d200c2bc0696 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:22,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-cb13759c-3fb5-4de8-9e96-d200c2bc0696 2018-11-19 06:55:22,298 - create_instance - INFO - Created instance with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst 2018-11-19 06:55:22,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:22,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8aecb654-47ba-43cf-aedb-06e7692d4abf x-compute-request-id: req-8aecb654-47ba-43cf-aedb-06e7692d4abf 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:22,371 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-8aecb654-47ba-43cf-aedb-06e7692d4abf 2018-11-19 06:55:22,371 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:22,371 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:25,375 - create_instance - DEBUG - VM status query timeout in 896.923502922 2018-11-19 06:55:25,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:26,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a3fa625-99d9-4e6e-9f17-5685acaedeca x-compute-request-id: req-6a3fa625-99d9-4e6e-9f17-5685acaedeca 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:26,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-6a3fa625-99d9-4e6e-9f17-5685acaedeca 2018-11-19 06:55:26,112 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:26,112 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:29,115 - create_instance - DEBUG - VM status query timeout in 893.182636023 2018-11-19 06:55:29,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:29,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-616e983e-3749-461e-8ec2-5e25fc22f768 x-compute-request-id: req-616e983e-3749-461e-8ec2-5e25fc22f768 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:29,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-616e983e-3749-461e-8ec2-5e25fc22f768 2018-11-19 06:55:29,985 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:29,985 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:32,989 - create_instance - DEBUG - VM status query timeout in 889.309381008 2018-11-19 06:55:32,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:33,649 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-364af3b2-a34e-4bbe-a046-1dc8124b3028 x-compute-request-id: req-364af3b2-a34e-4bbe-a046-1dc8124b3028 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:33,649 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-364af3b2-a34e-4bbe-a046-1dc8124b3028 2018-11-19 06:55:33,649 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:33,650 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:36,653 - create_instance - DEBUG - VM status query timeout in 885.645187855 2018-11-19 06:55:36,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:37,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-7f6b7496-8718-4c77-9605-7a8d717f7526 x-compute-request-id: req-7f6b7496-8718-4c77-9605-7a8d717f7526 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:37,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-7f6b7496-8718-4c77-9605-7a8d717f7526 2018-11-19 06:55:37,266 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:37,266 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:40,269 - create_instance - DEBUG - VM status query timeout in 882.028899908 2018-11-19 06:55:40,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:40,898 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-12a13cc0-abfe-4f00-b904-ddf2561196fa x-compute-request-id: req-12a13cc0-abfe-4f00-b904-ddf2561196fa 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:40,898 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-12a13cc0-abfe-4f00-b904-ddf2561196fa 2018-11-19 06:55:40,899 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:40,899 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:43,902 - create_instance - DEBUG - VM status query timeout in 878.395653963 2018-11-19 06:55:43,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:44,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5bb764bd-3f4b-4045-af93-cb56ab70f204 x-compute-request-id: req-5bb764bd-3f4b-4045-af93-cb56ab70f204 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:44,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-5bb764bd-3f4b-4045-af93-cb56ab70f204 2018-11-19 06:55:44,466 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:44,466 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:47,469 - create_instance - DEBUG - VM status query timeout in 874.829133034 2018-11-19 06:55:47,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:47,943 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-805e9e76-e528-4e1f-bf51-0e4359cf4d05 x-compute-request-id: req-805e9e76-e528-4e1f-bf51-0e4359cf4d05 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:47,944 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-805e9e76-e528-4e1f-bf51-0e4359cf4d05 2018-11-19 06:55:47,944 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:47,944 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:50,947 - create_instance - DEBUG - VM status query timeout in 871.350723028 2018-11-19 06:55:50,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:51,476 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-5a1c19da-2738-4548-a9fa-b325c6877998 x-compute-request-id: req-5a1c19da-2738-4548-a9fa-b325c6877998 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:51,476 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-5a1c19da-2738-4548-a9fa-b325c6877998 2018-11-19 06:55:51,477 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:51,477 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:54,480 - create_instance - DEBUG - VM status query timeout in 867.817785025 2018-11-19 06:55:54,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:54,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:55:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0fe822c3-e741-40b0-a84a-e47e8fe28793 x-compute-request-id: req-0fe822c3-e741-40b0-a84a-e47e8fe28793 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:54,986 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-0fe822c3-e741-40b0-a84a-e47e8fe28793 2018-11-19 06:55:54,986 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:54,986 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:55:57,990 - create_instance - DEBUG - VM status query timeout in 864.30842185 2018-11-19 06:55:57,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:55:58,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-69a77d03-2f89-458f-8e00-794f3c724cd1 x-compute-request-id: req-69a77d03-2f89-458f-8e00-794f3c724cd1 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:55:58,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-69a77d03-2f89-458f-8e00-794f3c724cd1 2018-11-19 06:55:58,520 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:55:58,520 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:01,523 - create_instance - DEBUG - VM status query timeout in 860.774688005 2018-11-19 06:56:01,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:01,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd5790e1-72c3-40e2-a2e8-c153f05fb413 x-compute-request-id: req-bd5790e1-72c3-40e2-a2e8-c153f05fb413 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:01,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-bd5790e1-72c3-40e2-a2e8-c153f05fb413 2018-11-19 06:56:01,995 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:01,995 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:04,998 - create_instance - DEBUG - VM status query timeout in 857.299871922 2018-11-19 06:56:05,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:05,878 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7999820f-acc5-4a3b-94ff-9d2e15a5a585 x-compute-request-id: req-7999820f-acc5-4a3b-94ff-9d2e15a5a585 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:05,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-7999820f-acc5-4a3b-94ff-9d2e15a5a585 2018-11-19 06:56:05,878 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:05,878 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:08,882 - create_instance - DEBUG - VM status query timeout in 853.416362047 2018-11-19 06:56:08,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:09,372 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-689bc4f8-1611-4e9f-98b8-357ea9d26cca x-compute-request-id: req-689bc4f8-1611-4e9f-98b8-357ea9d26cca 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:09,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-689bc4f8-1611-4e9f-98b8-357ea9d26cca 2018-11-19 06:56:09,372 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:09,373 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:12,376 - create_instance - DEBUG - VM status query timeout in 849.922133923 2018-11-19 06:56:12,379 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:13,113 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3faf0930-2133-4a7a-81ec-9e171d05de73 x-compute-request-id: req-3faf0930-2133-4a7a-81ec-9e171d05de73 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:13,114 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-3faf0930-2133-4a7a-81ec-9e171d05de73 2018-11-19 06:56:13,114 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:13,114 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:16,117 - create_instance - DEBUG - VM status query timeout in 846.180674076 2018-11-19 06:56:16,120 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:16,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ffe75bc-5305-4ad9-8021-5c1c56c5099a x-compute-request-id: req-6ffe75bc-5305-4ad9-8021-5c1c56c5099a 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:16,609 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-6ffe75bc-5305-4ad9-8021-5c1c56c5099a 2018-11-19 06:56:16,609 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:16,609 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:19,612 - create_instance - DEBUG - VM status query timeout in 842.685719967 2018-11-19 06:56:19,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:20,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-940d3d36-fe35-47a5-bd2c-2b5c2b145cf4 x-compute-request-id: req-940d3d36-fe35-47a5-bd2c-2b5c2b145cf4 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:20,265 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-940d3d36-fe35-47a5-bd2c-2b5c2b145cf4 2018-11-19 06:56:20,265 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:20,266 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:23,269 - create_instance - DEBUG - VM status query timeout in 839.029284954 2018-11-19 06:56:23,272 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:24,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6bdd132-8b6d-489f-9473-27ff6105254f x-compute-request-id: req-b6bdd132-8b6d-489f-9473-27ff6105254f 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:24,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-b6bdd132-8b6d-489f-9473-27ff6105254f 2018-11-19 06:56:24,024 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:24,024 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:27,028 - create_instance - DEBUG - VM status query timeout in 835.270484924 2018-11-19 06:56:27,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:27,521 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4f273cd-d619-49f5-bd9e-5bf97f91c0b9 x-compute-request-id: req-a4f273cd-d619-49f5-bd9e-5bf97f91c0b9 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:27,521 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-a4f273cd-d619-49f5-bd9e-5bf97f91c0b9 2018-11-19 06:56:27,521 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:27,522 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:30,525 - create_instance - DEBUG - VM status query timeout in 831.773146868 2018-11-19 06:56:30,528 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:31,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29cffbe1-2757-41db-92c7-9b496019115a x-compute-request-id: req-29cffbe1-2757-41db-92c7-9b496019115a 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:31,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-29cffbe1-2757-41db-92c7-9b496019115a 2018-11-19 06:56:31,049 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:31,049 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:34,052 - create_instance - DEBUG - VM status query timeout in 828.245862007 2018-11-19 06:56:34,055 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:34,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-600cb7de-9a18-4c75-8c9c-4cced599b43f x-compute-request-id: req-600cb7de-9a18-4c75-8c9c-4cced599b43f 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:34,559 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-600cb7de-9a18-4c75-8c9c-4cced599b43f 2018-11-19 06:56:34,559 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:34,559 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:37,561 - create_instance - DEBUG - VM status query timeout in 824.737365961 2018-11-19 06:56:37,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:38,227 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b97cd7a2-7c3a-4962-9251-6a178eb99d0f x-compute-request-id: req-b97cd7a2-7c3a-4962-9251-6a178eb99d0f 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:38,228 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-b97cd7a2-7c3a-4962-9251-6a178eb99d0f 2018-11-19 06:56:38,228 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:38,228 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:41,232 - create_instance - DEBUG - VM status query timeout in 821.066478968 2018-11-19 06:56:41,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:41,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3d24eef-f153-45d8-a625-aa444818066a x-compute-request-id: req-e3d24eef-f153-45d8-a625-aa444818066a 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:41,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-e3d24eef-f153-45d8-a625-aa444818066a 2018-11-19 06:56:41,734 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:41,734 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:44,738 - create_instance - DEBUG - VM status query timeout in 817.560425043 2018-11-19 06:56:44,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:45,553 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7fd6f7f-821a-406b-9e09-0605a7c1e45b x-compute-request-id: req-b7fd6f7f-821a-406b-9e09-0605a7c1e45b 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:45,553 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-b7fd6f7f-821a-406b-9e09-0605a7c1e45b 2018-11-19 06:56:45,554 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:45,554 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:48,557 - create_instance - DEBUG - VM status query timeout in 813.740746021 2018-11-19 06:56:48,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:48,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a584c61f-9cff-4c94-9545-7873ecce1522 x-compute-request-id: req-a584c61f-9cff-4c94-9545-7873ecce1522 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:48,914 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-a584c61f-9cff-4c94-9545-7873ecce1522 2018-11-19 06:56:48,914 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:48,914 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:51,915 - create_instance - DEBUG - VM status query timeout in 810.382746935 2018-11-19 06:56:51,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:52,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-7fdcd3ad-04e1-4280-b0d0-d8609cc6e897 x-compute-request-id: req-7fdcd3ad-04e1-4280-b0d0-d8609cc6e897 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:52,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-7fdcd3ad-04e1-4280-b0d0-d8609cc6e897 2018-11-19 06:56:52,393 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:52,394 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:55,395 - create_instance - DEBUG - VM status query timeout in 806.903423071 2018-11-19 06:56:55,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:55,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:56: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-de683c6f-3b05-4cfc-96dc-b928c78bb838 x-compute-request-id: req-de683c6f-3b05-4cfc-96dc-b928c78bb838 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:55,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-de683c6f-3b05-4cfc-96dc-b928c78bb838 2018-11-19 06:56:55,889 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:55,889 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:56:58,892 - create_instance - DEBUG - VM status query timeout in 803.406117916 2018-11-19 06:56:58,895 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:56:59,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-e765aeca-b059-49e8-a984-206699730c22 x-compute-request-id: req-e765aeca-b059-49e8-a984-206699730c22 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:56:59,378 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-e765aeca-b059-49e8-a984-206699730c22 2018-11-19 06:56:59,378 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:56:59,378 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:57:02,381 - create_instance - DEBUG - VM status query timeout in 799.916646004 2018-11-19 06:57:02,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:02,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-5dc22660-b0b9-488f-9cc0-6fd7eb00b4ed x-compute-request-id: req-5dc22660-b0b9-488f-9cc0-6fd7eb00b4ed 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:02,866 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-5dc22660-b0b9-488f-9cc0-6fd7eb00b4ed 2018-11-19 06:57:02,867 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:57:02,867 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:57:05,870 - create_instance - DEBUG - VM status query timeout in 796.427821875 2018-11-19 06:57:05,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:06,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b9219a4a-cdd4-4309-bcb2-8ec95a29f61b x-compute-request-id: req-b9219a4a-cdd4-4309-bcb2-8ec95a29f61b 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.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T06:55:23Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:06,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-b9219a4a-cdd4-4309-bcb2-8ec95a29f61b 2018-11-19 06:57:06,498 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - BUILD 2018-11-19 06:57:06,498 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:57:09,501 - create_instance - DEBUG - VM status query timeout in 792.79675889 2018-11-19 06:57:09,505 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:09,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-b6d2c101-9857-47c6-a221-242f8723350a x-compute-request-id: req-b6d2c101-9857-47c6-a221-242f8723350a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:09,978 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-b6d2c101-9857-47c6-a221-242f8723350a 2018-11-19 06:57:09,978 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:09,979 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:57:09,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:10,301 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-69481114-81fc-4bad-8824-c3fe938ed42a x-compute-request-id: req-69481114-81fc-4bad-8824-c3fe938ed42a Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:10,301 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-69481114-81fc-4bad-8824-c3fe938ed42a 2018-11-19 06:57:10,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:10,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-f826aa52-4be0-466d-aeae-fb8d82c3455c Date: Mon, 19 Nov 2018 06: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:10,542 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-f826aa52-4be0-466d-aeae-fb8d82c3455c 2018-11-19 06:57:10,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:10,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0080ec15-65a1-4b7f-b530-d6b565c912ae Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:10,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-0080ec15-65a1-4b7f-b530-d6b565c912ae 2018-11-19 06:57:10,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:10,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0e1d9c70-0ad2-4758-902d-a9721d61fdf4 Date: Mon, 19 Nov 2018 06:57:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:10,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-0e1d9c70-0ad2-4758-902d-a9721d61fdf4 2018-11-19 06:57:10,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:10,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-45a0698f-883f-43f4-933d-7c766351ca8f Date: Mon, 19 Nov 2018 06:57:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:10,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-45a0698f-883f-43f4-933d-7c766351ca8f 2018-11-19 06:57:10,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:10,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 724 X-Openstack-Request-Id: req-f81672b7-d629-40b0-83a1-e870f2d78015 Date: Mon, 19 Nov 2018 06:57:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:55:02Z", "admin_state_up": true, "updated_at": "2018-11-19T06:55:08Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "65419fdf-2f1a-422b-80cf-6b90662c664d", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router"}]} 2018-11-19 06:57:10,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router used request id req-f81672b7-d629-40b0-83a1-e870f2d78015 2018-11-19 06:57:10,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:10,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be57ec35-ebf2-44e6-a226-40e3cb0e0295 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:10,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-be57ec35-ebf2-44e6-a226-40e3cb0e0295 2018-11-19 06:57:10,952 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?device_id=65419fdf-2f1a-422b-80cf-6b90662c664d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:11,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-e9a244b0-b795-429d-ad66-89709b36be40 Date: Mon, 19 Nov 2018 06:57:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"}]} 2018-11-19 06:57:11,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?device_id=65419fdf-2f1a-422b-80cf-6b90662c664d used request id req-e9a244b0-b795-429d-ad66-89709b36be40 2018-11-19 06:57:11,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets/ee99de56-3ff0-439c-b2b3-7f1dae8d4872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:11,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 671 X-Openstack-Request-Id: req-2f63fd96-a541-4499-8191-b8c7eefaa71c Date: Mon, 19 Nov 2018 06:57:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}} 2018-11-19 06:57:11,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets/ee99de56-3ff0-439c-b2b3-7f1dae8d4872 used request id req-2f63fd96-a541-4499-8191-b8c7eefaa71c 2018-11-19 06:57:11,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:11,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-79a6c395-3959-408d-a96e-b57adbfedbf3 Date: Mon, 19 Nov 2018 06:57:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:57:11,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-79a6c395-3959-408d-a96e-b57adbfedbf3 2018-11-19 06:57:11,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:11,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-27d41b2e-a0b8-49d6-904d-23c47bfed4cb Date: Mon, 19 Nov 2018 06:57:11 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:57:11,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-27d41b2e-a0b8-49d6-904d-23c47bfed4cb 2018-11-19 06:57:11,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:11,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-65edebb0-1ff2-483b-aae3-ff970a8f6916 x-compute-request-id: req-65edebb0-1ff2-483b-aae3-ff970a8f6916 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:11,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-65edebb0-1ff2-483b-aae3-ff970a8f6916 2018-11-19 06:57:11,846 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:11,846 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:57:11,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:12,249 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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,Accept-Encoding x-openstack-request-id: req-29f56e3b-0143-4450-9e4c-7de88bd43da0 x-compute-request-id: req-29f56e3b-0143-4450-9e4c-7de88bd43da0 Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:12,249 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-29f56e3b-0143-4450-9e4c-7de88bd43da0 2018-11-19 06:57:12,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:12,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-d0ab1421-76e8-48dc-8453-300e0dcbd0cf Date: Mon, 19 Nov 2018 06:57: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:12,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-d0ab1421-76e8-48dc-8453-300e0dcbd0cf 2018-11-19 06:57:12,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:12,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0ad4e82-02d4-448c-b0c0-de176dba0637 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:12,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-f0ad4e82-02d4-448c-b0c0-de176dba0637 2018-11-19 06:57:12,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:12,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-4b6b12bc-d658-47a5-aca4-a40b9282d55d Date: Mon, 19 Nov 2018 06:57:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:12,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-4b6b12bc-d658-47a5-aca4-a40b9282d55d 2018-11-19 06:57:12,639 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:12,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-6ea086c6-2004-4b92-955a-cdb05f7aa8a6 Date: Mon, 19 Nov 2018 06:57:12 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:12,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-6ea086c6-2004-4b92-955a-cdb05f7aa8a6 2018-11-19 06:57:12,737 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-19 06:57:12,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:12,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 612 X-Openstack-Request-Id: req-11b8359d-98f9-4562-b7df-c2b3ae7b01cb Date: Mon, 19 Nov 2018 06:57:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 06:57:12,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=external used request id req-11b8359d-98f9-4562-b7df-c2b3ae7b01cb 2018-11-19 06:57:12,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:12,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4a1b57c6-9d40-48d3-a991-540dbb6e5240 Date: Mon, 19 Nov 2018 06:57:12 GMT RESP BODY: {"subnets":[]} 2018-11-19 06:57:12,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=b27f9db9-c34c-4416-a250-93d5fc1af7c0 used request id req-4a1b57c6-9d40-48d3-a991-540dbb6e5240 2018-11-19 06:57:12,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "port_id": "58c61e8d-dda3-44dd-947d-b19aca0ad148"}}' 2018-11-19 06:57:14,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 547 X-Openstack-Request-Id: req-c22ab36f-3db8-465b-8059-f348e0bab642 Date: Mon, 19 Nov 2018 06:57:14 GMT RESP BODY: {"floatingip": {"router_id": "65419fdf-2f1a-422b-80cf-6b90662c664d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:57:13Z", "updated_at": "2018-11-19T06:57:13Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "10.55.1.6", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_id": "58c61e8d-dda3-44dd-947d-b19aca0ad148", "id": "b32cb691-b5f5-412b-9b59-0204b00ce350"}} 2018-11-19 06:57:14,887 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips used request id req-c22ab36f-3db8-465b-8059-f348e0bab642 2018-11-19 06:57:14,887 - create_instance - INFO - Created floating IP 172.30.9.205 via router - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router 2018-11-19 06:57:14,887 - create_instance_tests - INFO - Looking for IP 10.55.1.6 in the console log 2018-11-19 06:57:14,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:15,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0905be26-b69e-41b7-813c-368c468e00ca x-compute-request-id: req-0905be26-b69e-41b7-813c-368c468e00ca Content-Encoding: gzip Content-Length: 757 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:15,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-0905be26-b69e-41b7-813c-368c468e00ca 2018-11-19 06:57:15,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 06:57:16,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57: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-ca447a2e-225d-4685-a558-67aeb191c1d6 x-compute-request-id: req-ca447a2e-225d-4685-a558-67aeb191c1d6 Content-Encoding: gzip Content-Length: 10494 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008014] AppArmor: AppArmor initialized\n[ 0.008824] Yama: becoming mindful.\n[ 0.010004] 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.013369] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.014571] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016110] Initializing cgroup subsys memory\n[ 0.016982] Initializing cgroup subsys devices\n[ 0.017866] Initializing cgroup subsys freezer\n[ 0.018725] Initializing cgroup subsys blkio\n[ 0.019545] Initializing cgroup subsys perf_event\n[ 0.020003] Initializing cgroup subsys hugetlb\n[ 0.020905] FEATURE SPEC_CTRL Not Present\n[ 0.022362] mce: CPU supports 10 MCE banks\n[ 0.023184] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.023184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.024003] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.025174] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.028002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch\n[ 0.029909] Speculative Store Bypass: Vulnerable\n[ 0.031401] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000)\n[ 0.034632] ACPI: Core revision 20131115\n[ 0.036453] ACPI: All ACPI Tables successfully acquired\n[ 0.037589] ftrace: allocating 28747 entries in 113 pages\n[ 0.056032] smpboot: Max logical packages: 2\n[ 0.056885] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.060003] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.061362] Enabling x2apic\n[ 0.061974] Enabled x2apic\n[ 0.062759] Switched APIC routing to physical x2apic.\n[ 0.064896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066114] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.068014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.074728] KVM setup paravirtual spinlock\n[ 0.076626] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.077961] x86: Booting SMP configuration:\n[ 0.078847] .... node #0, CPUs: #1[ 0.076619] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.092018] x86: Booted up 1 node, 2 CPUs\n[ 0.092011] KVM setup async PF for cpu 1\n[ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.094632] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.096150] devtmpfs: initialized\n[ 0.098143] EVM: security.selinux\n[ 0.098829] EVM: security.SMACK64\n[ 0.099505] EVM: security.ima\n[ 0.100005] EVM: security.capability\n[ 0.100748] pinctrl core: initialized pinctrl subsystem\n[ 0.101708] regulator-dummy: no parameters\n[ 0.102578] RTC time: 6:57:06, date: 11/19/18\n[ 0.104024] NET: Registered protocol family 16\n[ 0.104973] cpuidle: using governor ladder\n[ 0.105807] cpuidle: using governor menu\n[ 0.106659] ACPI: bus type PCI registered\n[ 0.107459] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.108075] PCI: Using configuration type 1 for base access\n[ 0.109548] bio: create slab at 0\n[ 0.109548] ACPI: Added _OSI(Module Device)\n[ 0.109548] ACPI: Added _OSI(Processor Device)\n[ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.112896] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.115283] ACPI: Interpreter enabled\n[ 0.116005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.117860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.119684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.121196] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.123027] ACPI: (supports S0 S5)\n[ 0.123754] ACPI: Using IOAPIC for interrupt routing\n[ 0.124012] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.125922] ACPI: No dock devices found.\n[ 0.129576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.130706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.131922] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.132015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.134197] acpiphp: Slot [3] registered\n[ 0.134990] acpiphp: Slot [4] registered\n[ 0.135780] acpiphp: Slot [5] registered\n[ 0.136017] acpiphp: Slot [6] registered\n[ 0.136854] acpiphp: Slot [7] registered\n[ 0.137640] acpiphp: Slot [8] registered\n[ 0.138423] acpiphp: Slot [9] registered\n[ 0.139236] acpiphp: Slot [10] registered\n[ 0.140016] acpiphp: Slot [11] registered\n[ 0.140820] acpiphp: Slot [12] registered\n[ 0.141631] acpiphp: Slot [13] registered\n[ 0.142436] acpiphp: Slot [14] registered\n[ 0.143237] acpiphp: Slot [15] registered\n[ 0.144016] acpiphp: Slot [16] registered\n[ 0.144823] acpiphp: Slot [17] registered\n[ 0.145632] acpiphp: Slot [18] registered\n[ 0.146468] acpiphp: Slot [19] registered\n[ 0.147264] acpiphp: Slot [20] registered\n[ 0.148016] acpiphp: Slot [21] registered\n[ 0.148826] acpiphp: Slot [22] registered\n[ 0.149626] acpiphp: Slot [23] registered\n[ 0.150439] acpiphp: Slot [24] registered\n[ 0.151250] acpiphp: Slot [25] registered\n[ 0.152016] acpiphp: Slot [26] registered\n[ 0.152816] acpiphp: Slot [27] registered\n[ 0.153619] acpiphp: Slot [28] registered\n[ 0.154424] acpiphp: Slot [29] registered\n[ 0.155229] acpiphp: Slot [30] registered\n[ 0.156017] acpiphp: Slot [31] registered\n[ 0.156826] PCI host bridge to bus 0000:00\n[ 0.157632] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.158667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.159775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.160003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.161212] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.172422] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.175787] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.221026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.222566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.223989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.224675] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.226057] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.227328] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.228090] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.229076] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.230632] vgaarb: loaded\n[ 0.231270] vgaarb: bridge control possible 0000:00:02.0\n[ 0.232137] SCSI subsystem initialized\n[ 0.232943] ACPI: bus type USB registered\n[ 0.232943] usbcore: registered new interface driver usbfs\n[ 0.233883] usbcore: registered new interface driver hub\n[ 0.234885] usbcore: registered new device driver usb\n[ 0.236044] PCI: Using ACPI for IRQ routing\n[ 0.237069] NetLabel: Initializing\n[ 0.237776] NetLabel: domain hash size = 128\n[ 0.238615] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239560] NetLabel: unlabeled traffic allowed by default\n[ 0.240054] Switched to clocksource kvm-clock\n[ 0.244718] AppArmor: AppArmor Filesystem Enabled\n[ 0.245660] pnp: PnP ACPI init\n[ 0.246338] ACPI: bus type PNP registered\n[ 0.247494] pnp: PnP ACPI: found 8 devices\n[ 0.248314] ACPI: bus type PNP unregistered\n[ 0.255327] NET: Registered protocol family 2\n[ 0.256376] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.257866] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.259083] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.260640] TCP: reno registered\n[ 0.261326] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.262420] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.263640] NET: Registered protocol family 1\n[ 0.264532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.265638] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.266729] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.288112] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.310122] Trying to unpack rootfs image as initramfs...\n[ 0.388987] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.390635] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.391708] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.393441] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.395074] Scanning for low memory corruption every 60 seconds\n[ 0.396871] Initialise system trusted keyring\n[ 0.398186] audit: initializing netlink socket (disabled)\n[ 0.399701] type=2000 audit(1542610627.420:1): initialized\n[ 0.417848] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.420310] zbud: loaded\n[ 0.421338] VFS: Disk quotas dquot_6.5.2\n[ 0.422502] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.424540] fuse init (API version 7.22)\n[ 0.425723] msgmni has been set to 3997\n[ 0.426894] Key type big_key registered\n[ 0.428280] Key type asymmetric registered\n[ 0.429468] Asymmetric key parser 'x509' registered\n[ 0.430847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.432992] io scheduler noop registered\n[ 0.434140] io scheduler deadline registered (default)\n[ 0.435594] io scheduler cfq registered\n[ 0.436775] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.438317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.440103] ipmi message handler version 39.2\n[ 0.441394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.443495] ACPI: Power Button [PWRF]\n[ 0.444665] GHES: HEST is not enabled!\n[ 0.466603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.510307] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.512786] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.536969] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.539118] Linux agpgart interface v0.103\n[ 0.540671] brd: module loaded\n[ 0.541692] loop: module loaded\n[ 0.542649] blk-mq: CPU -> queue map\n[ 0.543459] CPU 0 -> Queue 0\n[ 0.544130] CPU 1 -> Queue 0\n[ 0.545280] vda: vda1\n[ 0.546767] scsi0 : ata_piix\n[ 0.547522] scsi1 : ata_piix\n[ 0.548212] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.549523] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.550939] libphy: Fixed MDIO Bus: probed\n[ 0.551871] tun: Universal TUN/TAP device driver, 1.6\n[ 0.552908] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.555156] PPP generic driver version 2.4.2\n[ 0.556122] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.557472] ehci-pci: EHCI PCI platform driver\n[ 0.558357] ehci-platform: EHCI generic platform driver\n[ 0.559417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.560584] ohci-pci: OHCI PCI platform driver\n[ 0.561489] ohci-platform: OHCI generic platform driver\n[ 0.562490] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.584584] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.585619] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.587148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.588319] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.589587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.591048] usb usb1: Product: UHCI Host Controller\n[ 0.591994] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd\n[ 0.593244] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.594244] hub 1-0:1.0: USB hub found\n[ 0.595153] hub 1-0:1.0: 2 ports detected\n[ 0.596079] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.598247] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.599246] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.600329] mousedev: PS/2 mouse device common for all mice\n[ 0.601676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.603584] rtc_cmos 00:00: RTC can wake from S4\n[ 0.604760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.606010] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.607273] device-mapper: uevent: version 1.0.3\n[ 0.608258] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.609939] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.611132] TCP: cubic registered\n[ 0.611889] NET: Registered protocol family 10\n[ 0.612948] NET: Registered protocol family 17\n[ 0.613880] Key type dns_resolver registered\n[ 0.614906] Loading compiled-in X.509 certificates\n[ 0.616405] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11'\n[ 0.618211] registered taskstats version 1\n[ 0.620453] Key type trusted registered\n[ 0.623461] Key type encrypted registered\n[ 0.624344] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.625401] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.633336] regulator-dummy: disabling\n[ 0.634227] Magic number: 10:535:974\n[ 0.635174] rtc_cmos 00:00: setting system clock to 2018-11-19 06:57:07 UTC (1542610627)\n[ 0.636884] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.638061] EDD information not available.\n[ 0.709097] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000)\n[ 0.710689] Write protecting the kernel read-only data: 12288k\n[ 0.712081] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000)\n[ 0.714702] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000)\nLoading, please wait...\n[ 0.725994] systemd-udevd[107]: starting version 204\n[ 0.772331] FDC 0 is a S82078B\n[ 0.904026] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.065842] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.067128] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.068440] usb 1-1: Product: QEMU USB Tablet\n[ 1.069321] usb 1-1: Manufacturer: QEMU\n[ 1.070136] usb 1-1: SerialNumber: 42\n[ 1.388081] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.780782] 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.012453] 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.140827] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.235699] 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 Mon, 19 Nov 2018 06:57:09 +0000. Up 2.58 seconds.\ncloud-init-nonet[2.76]: 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 set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.47]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 06:57:10 +0000. Up 3.61 seconds.\nci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth0 | True | 10.55.1.6 | 255.255.255.0 | fa:16:3e:0a:62:88 |\nci-info: +--------+------+-----------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH |\nci-info: +-------+-----------------+-----------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nc9:ae:5a:5d:0a:95:be:c9:d0:83:e5:41:e7:be:b1:00 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . . |\n| . + |\n| E = . |\n| X + |\n| + S + |\n| * B + |\n| . B o |\n| . . |\n| ... |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\ne9:b4:c5:10:52:1b:52:2d:43:db:05:eb:ee:7e:8f:d0 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| o+*.... |\n| oo*.o |\n| +oo |\n| = |\n| S + |\n| o + . |\n| o o E |\n| . ... |\n| .o.... |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ne5:09:1e:dd:30:2f:58:3e:3a:c5:34:28:98:e7:9c:dc root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o .* |\n| o o .B * |\n| = ++ O o |\n| =.EB + |\n| S o |\n| . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n28:73:a0:39:a6:d7:90:76:85:34:a1:59:80:56:6a:a9 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i\nThe key's randomart image is:\n+--[ED25519 256--+\n| .oo=. |\n|..o= o |\n|.+o o . |\n|o + o . |\n|E O + o S |\n| + = + |\n|. . . |\n| . |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Stopping 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 ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\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 * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Mon, 19 Nov 2018 06:57:13 +0000. Up 6.65 seconds.\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 Mon, 19 Nov 2018 06:57:14 +0000. Up 7.47 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 | 82:87:40:ee:a3:74:dd:b0:ff:d0:64:f3:2d:ee:40:5c | - | - |\nci-info: +---------+-------------------------------------------------+---------+---------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 e9:b4:c5:10:52:1b:52:2d:43:db:05:eb:ee:7e:8f:d0 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (DSA)\nec2: 256 e5:09:1e:dd:30:2f:58:3e:3a:c5:34:28:98:e7:9c:dc root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (ECDSA)\nec2: 256 28:73:a0:39:a6:d7:90:76:85:34:a1:59:80:56:6a:a9 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (ED25519)\nec2: 2048 c9:ae:5a:5d:0a:95:be:c9:d0:83:e5:41:e7:be:b1:00 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ9DVI2b9O9dntn7ZdTM0pmZPLVrkT5g1heoYk+7gQLfAwywkQOqfHtgvENaDXOhV2Xsk1t1BKw3jb+ge1WO4kE= root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQzgiFe0RPSx6e4K4hUG2Ac7LECjR3Xe37Cr6vU+gNy root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF/6JbtfKs27r97uzecfRqjbwpxWQKYs20/1NjH64+D7GiZXVBi6UP1mUCC3D0zi+d0jYFx3BjILnKVLXuQQTNYa6uGyV3M9MeJ+HVOTnbaqajoJK3SXFHv9xwgjXppskYZEvjA4agqsmDCLyaRZ1oSeDvhu4MR+NknlOYKYvoY63bJaz73uWt8N+XhLYq/JbJn6/dgFoQXe1hGRqxD5MQWilCy29qktLGc7sDqN1E3R8qzAYeZe6MguX7B9AqF/uGPNJulIBF9wGOQxdwUN+AoNjAV4k37iMRaU4WcX1UO73s/5Jtza9C21wUzkrgxkpmdU7Vv/yztDzVTpKnHQpz root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 06:57:14 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.55 seconds\n\nUbuntu 14.04.5 LTS ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i ttyS0\n\nansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i login: "} 2018-11-19 06:57:16,411 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc/action used request id req-ca447a2e-225d-4685-a558-67aeb191c1d6 2018-11-19 06:57:16,412 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-11-19 06:57:16,412 - create_instance_tests - DEBUG - Full console output - [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-161-generic (buildd@lcy01-amd64-003) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #211-Ubuntu SMP Wed Oct 3 14:52:35 UTC 2018 (Ubuntu 3.13.0-161.211-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f72e0-0x000f72ef] mapped at [ffff8800000f72e0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f7040 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe1523 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe142f 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 0013EF (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe14a3 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-161-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039680K/2096616K available (7502K kernel code, 1163K rwdata, 3440K rodata, 1376K init, 1448K bss, 56936K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008014] AppArmor: AppArmor initialized [ 0.008824] Yama: becoming mindful. [ 0.010004] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012005] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.013369] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.014571] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016110] Initializing cgroup subsys memory [ 0.016982] Initializing cgroup subsys devices [ 0.017866] Initializing cgroup subsys freezer [ 0.018725] Initializing cgroup subsys blkio [ 0.019545] Initializing cgroup subsys perf_event [ 0.020003] Initializing cgroup subsys hugetlb [ 0.020905] FEATURE SPEC_CTRL Not Present [ 0.022362] mce: CPU supports 10 MCE banks [ 0.023184] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.023184] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.024003] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.025174] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.028002] Spectre V2 mitigation: Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.029909] Speculative Store Bypass: Vulnerable [ 0.031401] Freeing SMP alternatives memory: 32K (ffffffff81e7c000 - ffffffff81e84000) [ 0.034632] ACPI: Core revision 20131115 [ 0.036453] ACPI: All ACPI Tables successfully acquired [ 0.037589] ftrace: allocating 28747 entries in 113 pages [ 0.056032] smpboot: Max logical packages: 2 [ 0.056885] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.060003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.061362] Enabling x2apic [ 0.061974] Enabled x2apic [ 0.062759] Switched APIC routing to physical x2apic. [ 0.064896] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066114] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.068014] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.074728] KVM setup paravirtual spinlock [ 0.076626] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.077961] x86: Booting SMP configuration: [ 0.078847] .... node #0, CPUs: #1[ 0.076619] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.092018] x86: Booted up 1 node, 2 CPUs [ 0.092011] KVM setup async PF for cpu 1 [ 0.092011] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.094632] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.096150] devtmpfs: initialized [ 0.098143] EVM: security.selinux [ 0.098829] EVM: security.SMACK64 [ 0.099505] EVM: security.ima [ 0.100005] EVM: security.capability [ 0.100748] pinctrl core: initialized pinctrl subsystem [ 0.101708] regulator-dummy: no parameters [ 0.102578] RTC time: 6:57:06, date: 11/19/18 [ 0.104024] NET: Registered protocol family 16 [ 0.104973] cpuidle: using governor ladder [ 0.105807] cpuidle: using governor menu [ 0.106659] ACPI: bus type PCI registered [ 0.107459] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.108075] PCI: Using configuration type 1 for base access [ 0.109548] bio: create slab at 0 [ 0.109548] ACPI: Added _OSI(Module Device) [ 0.109548] ACPI: Added _OSI(Processor Device) [ 0.112003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.112896] ACPI: Added _OSI(Processor Aggregator Device) [ 0.115283] ACPI: Interpreter enabled [ 0.116005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.117860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.119684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.121196] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.123027] ACPI: (supports S0 S5) [ 0.123754] ACPI: Using IOAPIC for interrupt routing [ 0.124012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.125922] ACPI: No dock devices found. [ 0.129576] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.130706] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.131922] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.132015] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.134197] acpiphp: Slot [3] registered [ 0.134990] acpiphp: Slot [4] registered [ 0.135780] acpiphp: Slot [5] registered [ 0.136017] acpiphp: Slot [6] registered [ 0.136854] acpiphp: Slot [7] registered [ 0.137640] acpiphp: Slot [8] registered [ 0.138423] acpiphp: Slot [9] registered [ 0.139236] acpiphp: Slot [10] registered [ 0.140016] acpiphp: Slot [11] registered [ 0.140820] acpiphp: Slot [12] registered [ 0.141631] acpiphp: Slot [13] registered [ 0.142436] acpiphp: Slot [14] registered [ 0.143237] acpiphp: Slot [15] registered [ 0.144016] acpiphp: Slot [16] registered [ 0.144823] acpiphp: Slot [17] registered [ 0.145632] acpiphp: Slot [18] registered [ 0.146468] acpiphp: Slot [19] registered [ 0.147264] acpiphp: Slot [20] registered [ 0.148016] acpiphp: Slot [21] registered [ 0.148826] acpiphp: Slot [22] registered [ 0.149626] acpiphp: Slot [23] registered [ 0.150439] acpiphp: Slot [24] registered [ 0.151250] acpiphp: Slot [25] registered [ 0.152016] acpiphp: Slot [26] registered [ 0.152816] acpiphp: Slot [27] registered [ 0.153619] acpiphp: Slot [28] registered [ 0.154424] acpiphp: Slot [29] registered [ 0.155229] acpiphp: Slot [30] registered [ 0.156017] acpiphp: Slot [31] registered [ 0.156826] PCI host bridge to bus 0000:00 [ 0.157632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.158667] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.159775] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.160003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.161212] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.172422] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.175787] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.221026] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.222566] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.223989] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.224675] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.226057] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.227328] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.228090] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.229076] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.230632] vgaarb: loaded [ 0.231270] vgaarb: bridge control possible 0000:00:02.0 [ 0.232137] SCSI subsystem initialized [ 0.232943] ACPI: bus type USB registered [ 0.232943] usbcore: registered new interface driver usbfs [ 0.233883] usbcore: registered new interface driver hub [ 0.234885] usbcore: registered new device driver usb [ 0.236044] PCI: Using ACPI for IRQ routing [ 0.237069] NetLabel: Initializing [ 0.237776] NetLabel: domain hash size = 128 [ 0.238615] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239560] NetLabel: unlabeled traffic allowed by default [ 0.240054] Switched to clocksource kvm-clock [ 0.244718] AppArmor: AppArmor Filesystem Enabled [ 0.245660] pnp: PnP ACPI init [ 0.246338] ACPI: bus type PNP registered [ 0.247494] pnp: PnP ACPI: found 8 devices [ 0.248314] ACPI: bus type PNP unregistered [ 0.255327] NET: Registered protocol family 2 [ 0.256376] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.257866] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.259083] TCP: Hash tables configured (established 16384 bind 16384) [ 0.260640] TCP: reno registered [ 0.261326] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.262420] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.263640] NET: Registered protocol family 1 [ 0.264532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.265638] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.266729] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.288112] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.310122] Trying to unpack rootfs image as initramfs... [ 0.388987] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.390635] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.391708] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.393441] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.395074] Scanning for low memory corruption every 60 seconds [ 0.396871] Initialise system trusted keyring [ 0.398186] audit: initializing netlink socket (disabled) [ 0.399701] type=2000 audit(1542610627.420:1): initialized [ 0.417848] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.420310] zbud: loaded [ 0.421338] VFS: Disk quotas dquot_6.5.2 [ 0.422502] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.424540] fuse init (API version 7.22) [ 0.425723] msgmni has been set to 3997 [ 0.426894] Key type big_key registered [ 0.428280] Key type asymmetric registered [ 0.429468] Asymmetric key parser 'x509' registered [ 0.430847] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.432992] io scheduler noop registered [ 0.434140] io scheduler deadline registered (default) [ 0.435594] io scheduler cfq registered [ 0.436775] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.438317] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.440103] ipmi message handler version 39.2 [ 0.441394] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.443495] ACPI: Power Button [PWRF] [ 0.444665] GHES: HEST is not enabled! [ 0.466603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.510307] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.512786] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.536969] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.539118] Linux agpgart interface v0.103 [ 0.540671] brd: module loaded [ 0.541692] loop: module loaded [ 0.542649] blk-mq: CPU -> queue map [ 0.543459] CPU 0 -> Queue 0 [ 0.544130] CPU 1 -> Queue 0 [ 0.545280] vda: vda1 [ 0.546767] scsi0 : ata_piix [ 0.547522] scsi1 : ata_piix [ 0.548212] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.549523] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.550939] libphy: Fixed MDIO Bus: probed [ 0.551871] tun: Universal TUN/TAP device driver, 1.6 [ 0.552908] tun: (C) 1999-2004 Max Krasnyansky [ 0.555156] PPP generic driver version 2.4.2 [ 0.556122] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.557472] ehci-pci: EHCI PCI platform driver [ 0.558357] ehci-platform: EHCI generic platform driver [ 0.559417] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.560584] ohci-pci: OHCI PCI platform driver [ 0.561489] ohci-platform: OHCI generic platform driver [ 0.562490] uhci_hcd: USB Universal Host Controller Interface driver [ 0.584584] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.585619] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.587148] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.588319] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.589587] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.591048] usb usb1: Product: UHCI Host Controller [ 0.591994] usb usb1: Manufacturer: Linux 3.13.0-161-generic uhci_hcd [ 0.593244] usb usb1: SerialNumber: 0000:00:01.2 [ 0.594244] hub 1-0:1.0: USB hub found [ 0.595153] hub 1-0:1.0: 2 ports detected [ 0.596079] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.598247] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.599246] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.600329] mousedev: PS/2 mouse device common for all mice [ 0.601676] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.603584] rtc_cmos 00:00: RTC can wake from S4 [ 0.604760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.606010] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.607273] device-mapper: uevent: version 1.0.3 [ 0.608258] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.609939] ledtrig-cpu: registered to indicate activity on CPUs [ 0.611132] TCP: cubic registered [ 0.611889] NET: Registered protocol family 10 [ 0.612948] NET: Registered protocol family 17 [ 0.613880] Key type dns_resolver registered [ 0.614906] Loading compiled-in X.509 certificates [ 0.616405] Loaded X.509 cert 'Magrathea: Glacier signing key: dec41e675452b756c3d21c6f92688e583c584e11' [ 0.618211] registered taskstats version 1 [ 0.620453] Key type trusted registered [ 0.623461] Key type encrypted registered [ 0.624344] AppArmor: AppArmor sha1 policy hashing enabled [ 0.625401] IMA: No TPM chip found, activating TPM-bypass! [ 0.633336] regulator-dummy: disabling [ 0.634227] Magic number: 10:535:974 [ 0.635174] rtc_cmos 00:00: setting system clock to 2018-11-19 06:57:07 UTC (1542610627) [ 0.636884] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.638061] EDD information not available. [ 0.709097] Freeing unused kernel memory: 1376K (ffffffff81d24000 - ffffffff81e7c000) [ 0.710689] Write protecting the kernel read-only data: 12288k [ 0.712081] Freeing unused kernel memory: 676K (ffff880001757000 - ffff880001800000) [ 0.714702] Freeing unused kernel memory: 656K (ffff880001b5c000 - ffff880001c00000) Loading, please wait... [ 0.725994] systemd-udevd[107]: starting version 204 [ 0.772331] FDC 0 is a S82078B [ 0.904026] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.065842] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.067128] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.068440] usb 1-1: Product: QEMU USB Tablet [ 1.069321] usb 1-1: Manufacturer: QEMU [ 1.070136] usb 1-1: SerialNumber: 42 [ 1.388081] tsc: Refined TSC clocksource calibration: 3491.912 MHz [ 1.780782] 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.012453] 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.140827] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.235699] 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 Mon, 19 Nov 2018 06:57:09 +0000. Up 2.58 seconds. cloud-init-nonet[2.76]: 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 set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[3.47]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 06:57:10 +0000. Up 3.61 seconds. ci-info: +++++++++++++++++++++++++Net device info+++++++++++++++++++++++++ ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth0 | True | 10.55.1.6 | 255.255.255.0 | fa:16:3e:0a:62:88 | ci-info: +--------+------+-----------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 10.55.1.1 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 10.55.1.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: | 2 | 169.254.169.254 | 10.55.1.4 | 255.255.255.255 | eth0 | UGH | ci-info: +-------+-----------------+-----------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: c9:ae:5a:5d:0a:95:be:c9:d0:83:e5:41:e7:be:b1:00 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i The key's randomart image is: +--[ RSA 2048]----+ | . . | | . + | | E = . | | X + | | + S + | | * B + | | . B 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: e9:b4:c5:10:52:1b:52:2d:43:db:05:eb:ee:7e:8f:d0 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i The key's randomart image is: +--[ DSA 1024]----+ | o+*.... | | oo*.o | | +oo | | = | | S + | | o + . | | o o E | | . ... | | .o.... | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: e5:09:1e:dd:30:2f:58:3e:3a:c5:34:28:98:e7:9c:dc root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i The key's randomart image is: +--[ECDSA 256]---+ | o .* | | o o .B * | | = ++ O o | | =.EB + | | S o | | . | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 28:73:a0:39:a6:d7:90:76:85:34:a1:59:80:56:6a:a9 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i The key's randomart image is: +--[ED25519 256--+ | .oo=. | |..o= o | |.+o o . | |o + o . | |E O + o S | | + = + | |. . . | | . | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * 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 ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Mon, 19 Nov 2018 06:57:13 +0000. Up 6.65 seconds. * 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 Mon, 19 Nov 2018 06:57:14 +0000. Up 7.47 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 | 82:87:40:ee:a3:74:dd:b0:ff:d0:64:f3:2d:ee:40:5c | - | - | ci-info: +---------+-------------------------------------------------+---------+---------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 e9:b4:c5:10:52:1b:52:2d:43:db:05:eb:ee:7e:8f:d0 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (DSA) ec2: 256 e5:09:1e:dd:30:2f:58:3e:3a:c5:34:28:98:e7:9c:dc root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (ECDSA) ec2: 256 28:73:a0:39:a6:d7:90:76:85:34:a1:59:80:56:6a:a9 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (ED25519) ec2: 2048 c9:ae:5a:5d:0a:95:be:c9:d0:83:e5:41:e7:be:b1:00 root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ9DVI2b9O9dntn7ZdTM0pmZPLVrkT5g1heoYk+7gQLfAwywkQOqfHtgvENaDXOhV2Xsk1t1BKw3jb+ge1WO4kE= root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQzgiFe0RPSx6e4K4hUG2Ac7LECjR3Xe37Cr6vU+gNy root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF/6JbtfKs27r97uzecfRqjbwpxWQKYs20/1NjH64+D7GiZXVBi6UP1mUCC3D0zi+d0jYFx3BjILnKVLXuQQTNYa6uGyV3M9MeJ+HVOTnbaqajoJK3SXFHv9xwgjXppskYZEvjA4agqsmDCLyaRZ1oSeDvhu4MR+NknlOYKYvoY63bJaz73uWt8N+XhLYq/JbJn6/dgFoQXe1hGRqxD5MQWilCy29qktLGc7sDqN1E3R8qzAYeZe6MguX7B9AqF/uGPNJulIBF9wGOQxdwUN+AoNjAV4k37iMRaU4WcX1UO73s/5Jtza9C21wUzkrgxkpmdU7Vv/yztDzVTpKnHQpz root@ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 06:57:14 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 7.55 seconds Ubuntu 14.04.5 LTS ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i ttyS0 ansibleprovisioningtests-3c0d3bbf-b440-4495-a495-58b56f134d8e-i login: 2018-11-19 06:57:16,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:17,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-03e949ab-575f-4585-a114-832b8dcc0a0c x-compute-request-id: req-03e949ab-575f-4585-a114-832b8dcc0a0c Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:17,060 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-03e949ab-575f-4585-a114-832b8dcc0a0c 2018-11-19 06:57:17,060 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:17,060 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:57:17,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:17,371 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-9742c252-6d25-41b5-a6d4-24087fce1fb7 x-compute-request-id: req-9742c252-6d25-41b5-a6d4-24087fce1fb7 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:17,372 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-9742c252-6d25-41b5-a6d4-24087fce1fb7 2018-11-19 06:57:17,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:17,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-09b3cfd9-556e-4d7b-bef6-37640ff4f055 Date: Mon, 19 Nov 2018 06:57:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:17,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-09b3cfd9-556e-4d7b-bef6-37640ff4f055 2018-11-19 06:57:17,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:17,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd12b4c-8d4a-4474-ae42-2625e8699c15 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:17,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-6fd12b4c-8d4a-4474-ae42-2625e8699c15 2018-11-19 06:57:17,586 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:17,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9714cd77-49ec-414b-9db3-bf6dccd66b0f Date: Mon, 19 Nov 2018 06:57:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:17,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-9714cd77-49ec-414b-9db3-bf6dccd66b0f 2018-11-19 06:57:17,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:17,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-6add5ca6-15a2-415d-9fa1-2ffc1d0d6f6b Date: Mon, 19 Nov 2018 06:57:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:17,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-6add5ca6-15a2-415d-9fa1-2ffc1d0d6f6b 2018-11-19 06:57:17,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:18,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-34c0c715-45e0-4a18-afef-d59e25b0e2d2 x-compute-request-id: req-34c0c715-45e0-4a18-afef-d59e25b0e2d2 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:18,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-34c0c715-45e0-4a18-afef-d59e25b0e2d2 2018-11-19 06:57:18,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:18,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-364e6a8b-0067-4c33-8ebb-746d9c29b97f Date: Mon, 19 Nov 2018 06:57:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:18,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-364e6a8b-0067-4c33-8ebb-746d9c29b97f 2018-11-19 06:57:18,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:18,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c065b57b-249c-4d62-978b-ac476c5872ba Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:18,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-c065b57b-249c-4d62-978b-ac476c5872ba 2018-11-19 06:57:18,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:18,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1b2c18bf-fdfc-48bc-aa3b-4a6d93b1a5a5 Date: Mon, 19 Nov 2018 06:57:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:18,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-1b2c18bf-fdfc-48bc-aa3b-4a6d93b1a5a5 2018-11-19 06:57:18,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:18,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3856 X-Openstack-Request-Id: req-a6ba2ab9-50e3-478d-96e9-841b383cf86c Date: Mon, 19 Nov 2018 06:57:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:07Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:18,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-a6ba2ab9-50e3-478d-96e9-841b383cf86c 2018-11-19 06:57:18,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}}' 2018-11-19 06:57:19,811 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:57: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-9596c7a5-15d2-473b-b836-c05d2f42d4fd x-compute-request-id: req-9596c7a5-15d2-473b-b836-c05d2f42d4fd Content-Length: 0 Content-Type: application/json 2018-11-19 06:57:19,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc/action used request id req-9596c7a5-15d2-473b-b836-c05d2f42d4fd 2018-11-19 06:57:19,812 - create_instance - INFO - Checking if VM is active 2018-11-19 06:57:19,815 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:20,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57: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-6836a098-89e3-4e3a-b443-40992d96ee08 x-compute-request-id: req-6836a098-89e3-4e3a-b443-40992d96ee08 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:20,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-6836a098-89e3-4e3a-b443-40992d96ee08 2018-11-19 06:57:20,655 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:20,655 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:57:20,658 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:21,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-e40a7d75-b0c4-4142-bf03-0a1aec9fdc68 x-compute-request-id: req-e40a7d75-b0c4-4142-bf03-0a1aec9fdc68 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:21,118 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-e40a7d75-b0c4-4142-bf03-0a1aec9fdc68 2018-11-19 06:57:21,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:21,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-099c625f-c3f9-442b-8d5b-04cbd04092d9 Date: Mon, 19 Nov 2018 06:57: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:21,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-099c625f-c3f9-442b-8d5b-04cbd04092d9 2018-11-19 06:57:21,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:21,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c7b9e0a-171e-422b-8c57-135859c4cbaf Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:21,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-7c7b9e0a-171e-422b-8c57-135859c4cbaf 2018-11-19 06:57:21,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:21,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7417dd46-f688-42d3-bd34-2f7ea6b6b0ef Date: Mon, 19 Nov 2018 06:57:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:21,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-7417dd46-f688-42d3-bd34-2f7ea6b6b0ef 2018-11-19 06:57:21,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:21,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-23e08ec5-289a-4c1f-80fc-9980bbb0316c Date: Mon, 19 Nov 2018 06:57:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4","c448fa45-57ab-40f5-b64c-6bcb5f94f755"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:21,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-23e08ec5-289a-4c1f-80fc-9980bbb0316c 2018-11-19 06:57:21,484 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:57:21,488 - paramiko.transport - DEBUG - starting thread (client mode): 0x9e9dfe50L 2018-11-19 06:57:21,488 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:57:21,493 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:57:21,494 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:57:21,495 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:57:21,495 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:57:21,495 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:57:21,495 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:57:21,495 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:57:21,496 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:57:21,536 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:57:21,537 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:57:21,553 - paramiko.transport - DEBUG - Trying key 828740eea374ddb0ffd064f32dee405c from tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e 2018-11-19 06:57:21,577 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:57:21,598 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:57:21,699 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:57:21,730 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:57:21,730 - create_instance - INFO - Checking if cloud-init has completed 2018-11-19 06:57:21,733 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:22,044 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06: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-099e6303-b08b-4488-a1c0-1e18624a0041 x-compute-request-id: req-099e6303-b08b-4488-a1c0-1e18624a0041 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:22,044 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-099e6303-b08b-4488-a1c0-1e18624a0041 2018-11-19 06:57:22,045 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:22,045 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:57:22,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:22,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa975046-241b-43fc-b12d-d337cb782c1b x-compute-request-id: req-fa975046-241b-43fc-b12d-d337cb782c1b Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:22,394 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-fa975046-241b-43fc-b12d-d337cb782c1b 2018-11-19 06:57:22,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:22,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-8a606a91-0c94-4cbc-b82f-f3d7234d677d Date: Mon, 19 Nov 2018 06:57: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:22,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-8a606a91-0c94-4cbc-b82f-f3d7234d677d 2018-11-19 06:57:22,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:22,603 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff68bae-ae23-4fdd-ab43-e72698a2412d Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:22,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-0ff68bae-ae23-4fdd-ab43-e72698a2412d 2018-11-19 06:57:22,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:22,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-06f50948-821b-4773-aa7a-d1e38a087c13 Date: Mon, 19 Nov 2018 06:57:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:22,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-06f50948-821b-4773-aa7a-d1e38a087c13 2018-11-19 06:57:22,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:22,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-5f046410-a57f-4615-9f1a-87e38e255ad8 Date: Mon, 19 Nov 2018 06:57:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4","c448fa45-57ab-40f5-b64c-6bcb5f94f755"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:22,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-5f046410-a57f-4615-9f1a-87e38e255ad8 2018-11-19 06:57:22,766 - create_instance - INFO - Checking if VM is active 2018-11-19 06:57:22,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:23,385 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9f1a9fdb-c84b-4186-84f1-ee336b7d226c x-compute-request-id: req-9f1a9fdb-c84b-4186-84f1-ee336b7d226c Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:23,386 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-9f1a9fdb-c84b-4186-84f1-ee336b7d226c 2018-11-19 06:57:23,386 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:23,386 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:57:23,389 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:23,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57: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-89507dbf-d541-4983-8a2c-40dd750c5649 x-compute-request-id: req-89507dbf-d541-4983-8a2c-40dd750c5649 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:23,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-89507dbf-d541-4983-8a2c-40dd750c5649 2018-11-19 06:57:23,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:23,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-a1c42f3c-0a86-4281-bcec-3caa04d4a76b Date: Mon, 19 Nov 2018 06:57: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:23,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-a1c42f3c-0a86-4281-bcec-3caa04d4a76b 2018-11-19 06:57:23,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:24,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9023109-3f49-4cfb-8471-a35f0b302cd9 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:24,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-f9023109-3f49-4cfb-8471-a35f0b302cd9 2018-11-19 06:57:24,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:24,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-12c328b3-e252-4b2b-a94d-df57518c8fe0 Date: Mon, 19 Nov 2018 06:57:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:24,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-12c328b3-e252-4b2b-a94d-df57518c8fe0 2018-11-19 06:57:24,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:24,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-28cafe85-7ba8-4514-ae38-7368f537a51a Date: Mon, 19 Nov 2018 06:57:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4","c448fa45-57ab-40f5-b64c-6bcb5f94f755"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:24,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-28cafe85-7ba8-4514-ae38-7368f537a51a 2018-11-19 06:57:24,222 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:57:24,223 - paramiko.transport - DEBUG - starting thread (client mode): 0x9efe31d0L 2018-11-19 06:57:24,224 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:57:24,226 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:57:24,227 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:57:24,228 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:57:24,228 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:57:24,228 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:57:24,228 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:57:24,228 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:57:24,229 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:57:24,269 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:57:24,269 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:57:24,288 - paramiko.transport - DEBUG - Trying key 828740eea374ddb0ffd064f32dee405c from tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e 2018-11-19 06:57:24,309 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:57:24,316 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:57:24,416 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:57:24,433 - create_instance - INFO - SSH is active for VM instance 2018-11-19 06:57:24,433 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:57:24,435 - paramiko.transport - DEBUG - starting thread (client mode): 0x9efe31d0L 2018-11-19 06:57:24,435 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:57:24,438 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:57:24,439 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:57:24,440 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:57:24,440 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:57:24,440 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:57:24,440 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:57:24,441 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:57:24,441 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:57:24,480 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:57:24,481 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:57:24,499 - paramiko.transport - DEBUG - Trying key 828740eea374ddb0ffd064f32dee405c from tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e 2018-11-19 06:57:24,521 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:57:24,527 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:57:24,531 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:57:24,694 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 06:57:24,694 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:57:24,696 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:57:24,705 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:57:24,706 - create_instance - INFO - cloud-init complete for VM instance 2018-11-19 06:57:24,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:24,710 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-19 06:57:24,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbd6fe06-343c-45e6-9f1e-cb7f88253cf9 x-compute-request-id: req-bbd6fe06-343c-45e6-9f1e-cb7f88253cf9 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:24,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-bbd6fe06-343c-45e6-9f1e-cb7f88253cf9 2018-11-19 06:57:24,881 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:24,881 - create_instance - INFO - VM is - ACTIVE 2018-11-19 06:57:24,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:25,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-681332e9-6264-44ec-848f-5ec54acccc46 x-compute-request-id: req-681332e9-6264-44ec-848f-5ec54acccc46 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:25,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-681332e9-6264-44ec-848f-5ec54acccc46 2018-11-19 06:57:25,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:25,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-e8f680dd-1096-4892-921a-b8ec5ab6e2d7 Date: Mon, 19 Nov 2018 06:57: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":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:25,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-e8f680dd-1096-4892-921a-b8ec5ab6e2d7 2018-11-19 06:57:25,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:25,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-817e5af5-511f-402f-857b-8f3b19a120ad Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:25,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-817e5af5-511f-402f-857b-8f3b19a120ad 2018-11-19 06:57:25,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:25,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-af8f077b-1eb2-4217-80e3-47e2de6b6d9e Date: Mon, 19 Nov 2018 06:57:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:25,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-af8f077b-1eb2-4217-80e3-47e2de6b6d9e 2018-11-19 06:57:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:25,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-6fe0af26-764f-420b-957e-2e3cf5b48830 Date: Mon, 19 Nov 2018 06:57:25 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4","c448fa45-57ab-40f5-b64c-6bcb5f94f755"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:25,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-6fe0af26-764f-420b-957e-2e3cf5b48830 2018-11-19 06:57:25,683 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:26,145 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57: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-62225387-09db-46dd-8e17-0b3fee643d4e x-compute-request-id: req-62225387-09db-46dd-8e17-0b3fee643d4e Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:26,145 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-62225387-09db-46dd-8e17-0b3fee643d4e 2018-11-19 06:57:26,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:26,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 655 X-Openstack-Request-Id: req-9e8abba8-83df-4935-9a8c-fa6daf053c01 Date: Mon, 19 Nov 2018 06:57:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"],"updated_at":"2018-11-19T06:54:59Z","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d8c637ac653d4ceba756f29b0a4c75fd","id":"89f5ed27-6ff8-410c-9667-ea47b6289010","name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net"}]} 2018-11-19 06:57:26,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?name=AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net used request id req-9e8abba8-83df-4935-9a8c-fa6daf053c01 2018-11-19 06:57:26,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:26,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eefcf14c-0131-40ad-88a1-6490fec7b52f Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:26,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-eefcf14c-0131-40ad-88a1-6490fec7b52f 2018-11-19 06:57:26,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:26,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-35023224-f78c-46fb-abfb-0ed571c50a4b Date: Mon, 19 Nov 2018 06:57:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","dns_nameservers":[],"updated_at":"2018-11-19T06:54: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":"d8c637ac653d4ceba756f29b0a4c75fd","id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","subnetpool_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet"}]} 2018-11-19 06:57:26,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-35023224-f78c-46fb-abfb-0ed571c50a4b 2018-11-19 06:57:26,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:26,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3895 X-Openstack-Request-Id: req-44634eac-631b-4d9b-bbd5-270c17164465 Date: Mon, 19 Nov 2018 06:57:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:22Z","device_owner":"network:ha_router_replicated_interface","revision_number":11,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.1"}],"id":"29a3c4b6-60e5-42ec-bcba-09108d82dd6b","security_groups":[],"mac_address":"fa:16:3e:0a:1e:79","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:07Z","binding:vnic_type":"normal","device_id":"65419fdf-2f1a-422b-80cf-6b90662c664d"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.3"}],"id":"4e04ce3a-8bde-4a66-a22a-b48658579b73","security_groups":[],"mac_address":"fa:16:3e:9f:9f:70","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:57:19Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.6"}],"id":"58c61e8d-dda3-44dd-947d-b19aca0ad148","security_groups":["1d0ffeb9-1098-4444-a1fd-e1460ee61ff4","c448fa45-57ab-40f5-b64c-6bcb5f94f755"],"mac_address":"fa:16:3e:0a:62:88","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:19Z","binding:vnic_type":"normal","device_id":"d4b875c4-433f-44b2-bf39-7fd9fd779cdc"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:01Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.2"}],"id":"a68ca482-0bfc-4c64-b3ef-5cad602fb252","security_groups":[],"mac_address":"fa:16:3e:a7:04:d9","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:54:59Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-89f5ed27-6ff8-410c-9667-ea47b6289010"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T06:55:02Z","device_owner":"network:dhcp","revision_number":6,"port_security_enabled":false,"fixed_ips":[{"subnet_id":"ee99de56-3ff0-439c-b2b3-7f1dae8d4872","ip_address":"10.55.1.4"}],"id":"f0b6e346-b92b-4ba5-a3cf-39c5a30eb9f3","security_groups":[],"mac_address":"fa:16:3e:b3:35:2c","project_id":"d8c637ac653d4ceba756f29b0a4c75fd","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"89f5ed27-6ff8-410c-9667-ea47b6289010","tenant_id":"d8c637ac653d4ceba756f29b0a4c75fd","created_at":"2018-11-19T06:55:00Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-89f5ed27-6ff8-410c-9667-ea47b6289010"}]} 2018-11-19 06:57:26,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports?network_id=89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-44634eac-631b-4d9b-bbd5-270c17164465 2018-11-19 06:57:26,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" -d '{"addSecurityGroup": {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}}' 2018-11-19 06:57:27,111 - novaclient.v2.client - DEBUG - RESP: [400] Date: Mon, 19 Nov 2018 06:57: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-2d2b2308-3252-4d0c-bd16-448056b959e8 x-compute-request-id: req-2d2b2308-3252-4d0c-bd16-448056b959e8 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: 'c448fa45-57ab-40f5-b64c-6bcb5f94f755'.\nNeutron server returns request_ids: ['req-e4daa45e-15c4-4fcf-8f88-5321c2780ab6']", "code": 400}} 2018-11-19 06:57:27,111 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc/action used request id req-2d2b2308-3252-4d0c-bd16-448056b959e8 2018-11-19 06:57:27,114 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:27,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c71284c-e481-428b-a95b-228aac311fab x-compute-request-id: req-2c71284c-e481-428b-a95b-228aac311fab Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "10.55.1.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:62:88", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "security_groups": [{"name": "default"}, {"name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp"}], "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:07Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:27,496 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-2c71284c-e481-428b-a95b-228aac311fab 2018-11-19 06:57:27,496 - nova_utils - WARNING - Security group [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp] already added to VM [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] 2018-11-19 06:57:27,512 - ansible_utils - DEBUG - Setting up Ansible Playbook Executor for playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-11-19 06:57:27,513 - ansible_utils - DEBUG - Executing Ansible Playbook - /usr/lib/python2.7/site-packages/snaps/provisioning/tests/playbooks/template_playbook.yml 2018-11-19 06:57:28,822 - ansible_utils - DEBUG - Retrieving SSH client 2018-11-19 06:57:28,824 - paramiko.transport - DEBUG - starting thread (client mode): 0x9ea05b90L 2018-11-19 06:57:28,825 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 06:57:28,827 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10 2018-11-19 06:57:28,828 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1p1) 2018-11-19 06:57:28,828 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 06:57:28,829 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 06:57:28,829 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 06:57:28,829 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 06:57:28,829 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 06:57:28,829 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 06:57:28,872 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 06:57:28,873 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 06:57:28,889 - paramiko.transport - DEBUG - Trying key 828740eea374ddb0ffd064f32dee405c from tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e 2018-11-19 06:57:28,913 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 06:57:28,919 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 06:57:28,922 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 06:57:29,092 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 06:57:29,092 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 06:57:29,123 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 06:57:29,136 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 06:57:29,137 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-19 06:57:29,137 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 06:57:29,139 - create_instance - INFO - Deleting Floating IP - 172.30.9.205 2018-11-19 06:57:29,139 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.205 2018-11-19 06:57:29,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/floatingips/b32cb691-b5f5-412b-9b59-0204b00ce350 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:30,256 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f34405b4-43ee-4818-9fb7-f9bd56a47a31 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:30,256 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/b32cb691-b5f5-412b-9b59-0204b00ce350 used request id req-f34405b4-43ee-4818-9fb7-f9bd56a47a31 2018-11-19 06:57:30,257 - create_instance - INFO - Deleting Port with ID - 58c61e8d-dda3-44dd-947d-b19aca0ad148 2018-11-19 06:57:30,257 - neutron_utils - INFO - Deleting port with name AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-port-1 2018-11-19 06:57:30,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/ports/58c61e8d-dda3-44dd-947d-b19aca0ad148 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:30,729 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8b687da7-489d-4899-83c0-56eea2078f86 Date: Mon, 19 Nov 2018 06:57:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:30,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/ports/58c61e8d-dda3-44dd-947d-b19aca0ad148 used request id req-8b687da7-489d-4899-83c0-56eea2078f86 2018-11-19 06:57:30,729 - create_instance - INFO - Deleting VM instance - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst 2018-11-19 06:57:30,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:30,924 - novaclient.v2.client - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-28a72572-11e4-4204-bc5e-3e7a1f02dd7a x-compute-request-id: req-28a72572-11e4-4204-bc5e-3e7a1f02dd7a Content-Type: application/json 2018-11-19 06:57:30,924 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-28a72572-11e4-4204-bc5e-3e7a1f02dd7a 2018-11-19 06:57:30,924 - create_instance - INFO - Checking deletion status 2018-11-19 06:57:30,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:31,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8df0bdd3-2f5c-447d-8eaa-13ef0b6c7b8c x-compute-request-id: req-8df0bdd3-2f5c-447d-8eaa-13ef0b6c7b8c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:30Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:31,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-8df0bdd3-2f5c-447d-8eaa-13ef0b6c7b8c 2018-11-19 06:57:31,163 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:31,164 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:57:34,167 - create_instance - DEBUG - VM status query timeout in 296.757681131 2018-11-19 06:57:34,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:34,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27eaee4b-f561-466c-82d6-bdf4e511d9c1 x-compute-request-id: req-27eaee4b-f561-466c-82d6-bdf4e511d9c1 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "rel": "bookmark"}], "image": {"id": "940b8200-0b77-40fa-90d4-3c887f0b2904", "links": [{"href": "http://172.30.9.21:8774/images/940b8200-0b77-40fa-90d4-3c887f0b2904", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T06:57:06.000000", "flavor": {"id": "c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "links": [{"href": "http://172.30.9.21:8774/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f", "rel": "bookmark"}]}, "id": "d4b875c4-433f-44b2-bf39-7fd9fd779cdc", "user_id": "37b6127f76ad4fd9852e5bf7b43e949e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T06:57:30Z", "hostId": "3d5253c3ca4319f40fde0af2277b70f5e5c91404d9982a8d936c4f9c", "OS-SRV-USG:terminated_at": null, "key_name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp", "name": "AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst", "created": "2018-11-19T06:55:22Z", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-19 06:57:34,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-27eaee4b-f561-466c-82d6-bdf4e511d9c1 2018-11-19 06:57:34,278 - create_instance - DEBUG - Instance status [AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst] is - ACTIVE 2018-11-19 06:57:34,278 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-19 06:57:37,279 - create_instance - DEBUG - VM status query timeout in 293.645261049 2018-11-19 06:57:37,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d07f40af67e3935e71eecf38a07423156646da57" 2018-11-19 06:57:37,326 - novaclient.v2.client - DEBUG - RESP: [404] Date: Mon, 19 Nov 2018 06:57:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-33809c13-bc4a-4491-a8b5-3a54b42aa52b x-compute-request-id: req-33809c13-bc4a-4491-a8b5-3a54b42aa52b Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance d4b875c4-433f-44b2-bf39-7fd9fd779cdc could not be found.", "code": 404}} 2018-11-19 06:57:37,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/d4b875c4-433f-44b2-bf39-7fd9fd779cdc used request id req-33809c13-bc4a-4491-a8b5-3a54b42aa52b 2018-11-19 06:57:37,326 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance d4b875c4-433f-44b2-bf39-7fd9fd779cdc could not be found. (HTTP 404) (Request-ID: req-33809c13-bc4a-4491-a8b5-3a54b42aa52b) 2018-11-19 06:57:37,327 - create_instance - INFO - VM has been properly deleted VM with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-inst 2018-11-19 06:57:37,327 - neutron_utils - INFO - Deleting security group rule with ID - 6d0274fd-fbfd-49c8-981c-b55783763e7d 2018-11-19 06:57:37,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/6d0274fd-fbfd-49c8-981c-b55783763e7d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:57:37,586 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8141963-15ce-4ed7-865f-9afdc80ca669 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:37,586 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/6d0274fd-fbfd-49c8-981c-b55783763e7d used request id req-d8141963-15ce-4ed7-865f-9afdc80ca669 2018-11-19 06:57:37,586 - neutron_utils - INFO - Deleting security group rule with ID - d815a302-df6c-40e9-970f-055c8d7bd4d6 2018-11-19 06:57:37,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/d815a302-df6c-40e9-970f-055c8d7bd4d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:57:37,703 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d7c55741-da30-434b-9ca1-8eb9825d1ab4 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:37,703 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/d815a302-df6c-40e9-970f-055c8d7bd4d6 used request id req-d7c55741-da30-434b-9ca1-8eb9825d1ab4 2018-11-19 06:57:37,703 - neutron_utils - INFO - Deleting security group rule with ID - 44677a67-6abf-4f8f-a8d5-6cc3b65e5d12 2018-11-19 06:57:37,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/44677a67-6abf-4f8f-a8d5-6cc3b65e5d12 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:57:37,957 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b051348-d026-4c42-a5f9-8cae69d06be0 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:37,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/44677a67-6abf-4f8f-a8d5-6cc3b65e5d12 used request id req-2b051348-d026-4c42-a5f9-8cae69d06be0 2018-11-19 06:57:37,957 - neutron_utils - INFO - Deleting security group rule with ID - 5b6f478d-4600-4e94-abd7-bde12c9561a6 2018-11-19 06:57:37,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-group-rules/5b6f478d-4600-4e94-abd7-bde12c9561a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:57:38,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-95e6cc09-de21-40d7-8bd2-c66579f11046 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:38,307 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-group-rules/5b6f478d-4600-4e94-abd7-bde12c9561a6 used request id req-95e6cc09-de21-40d7-8bd2-c66579f11046 2018-11-19 06:57:38,307 - neutron_utils - INFO - Deleting security group with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-sec-grp 2018-11-19 06:57:38,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c448fa45-57ab-40f5-b64c-6bcb5f94f755 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4b9679ff24e2e592246b407cc953c9ca8e1f4315" 2018-11-19 06:57:38,624 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60f8aedf-7952-43e7-a69c-3d2b07bc1bb4 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:38,624 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c448fa45-57ab-40f5-b64c-6bcb5f94f755 used request id req-60f8aedf-7952-43e7-a69c-3d2b07bc1bb4 2018-11-19 06:57:38,625 - nova_utils - DEBUG - Deleting keypair - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp 2018-11-19 06:57:38,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56af7d1e7211ee18d6ffd90d71c2fd24356db72d" 2018-11-19 06:57:38,676 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:57: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-374126e2-caaf-4c2e-8ada-284ee5a47b66 x-compute-request-id: req-374126e2-caaf-4c2e-8ada-284ee5a47b66 Content-Length: 0 Content-Type: application/json 2018-11-19 06:57:38,676 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-kp used request id req-374126e2-caaf-4c2e-8ada-284ee5a47b66 2018-11-19 06:57:38,677 - OpenStackKeypair - INFO - Deleted public key file [tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e.pub] 2018-11-19 06:57:38,677 - OpenStackKeypair - INFO - Deleted private key file [tmp/AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e] 2018-11-19 06:57:38,681 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:8774/v2.1/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5df8a7f68d6843129243e1ecd71516ec9879f9c" 2018-11-19 06:57:38,727 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 06:57: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-019a6fc7-e1e5-4ee4-b130-1dd75d47fa06 x-compute-request-id: req-019a6fc7-e1e5-4ee4-b130-1dd75d47fa06 Content-Length: 0 Content-Type: application/json 2018-11-19 06:57:38,727 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/c480e51d-8b4e-4e48-9fdb-a3083b88fd0f used request id req-019a6fc7-e1e5-4ee4-b130-1dd75d47fa06 2018-11-19 06:57:38,728 - OpenStackNetwork - INFO - Removing router interface from router AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router and subnet AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet 2018-11-19 06:57:38,728 - neutron_utils - INFO - Removing router interface from router named AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router 2018-11-19 06:57:38,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" -d '{"subnet_id": "ee99de56-3ff0-439c-b2b3-7f1dae8d4872"}' 2018-11-19 06:57:40,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6a8ccf95-8a7e-4c72-8cda-3eacd45b06d3 Date: Mon, 19 Nov 2018 06:57:40 GMT RESP BODY: {"network_id": "89f5ed27-6ff8-410c-9667-ea47b6289010", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "subnet_id": "ee99de56-3ff0-439c-b2b3-7f1dae8d4872", "subnet_ids": ["ee99de56-3ff0-439c-b2b3-7f1dae8d4872"], "port_id": "29a3c4b6-60e5-42ec-bcba-09108d82dd6b", "id": "65419fdf-2f1a-422b-80cf-6b90662c664d"} 2018-11-19 06:57:40,327 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d/remove_router_interface used request id req-6a8ccf95-8a7e-4c72-8cda-3eacd45b06d3 2018-11-19 06:57:40,327 - OpenStackNetwork - INFO - Removing router AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router 2018-11-19 06:57:40,327 - neutron_utils - INFO - Deleting router with name - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-router 2018-11-19 06:57:40,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a4ed215456bdbcd275e395f9fa828adb2098ab17" 2018-11-19 06:57:43,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d15bfecb-61a7-4125-90a8-a329568d4e17 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:43,860 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/65419fdf-2f1a-422b-80cf-6b90662c664d used request id req-d15bfecb-61a7-4125-90a8-a329568d4e17 2018-11-19 06:57:43,861 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet 2018-11-19 06:57:43,861 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-subnet 2018-11-19 06:57:43,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/subnets/ee99de56-3ff0-439c-b2b3-7f1dae8d4872 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:57:46,265 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2c730db-d140-41ba-8061-3f7e3599ef6f Date: Mon, 19 Nov 2018 06:57:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:46,266 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/ee99de56-3ff0-439c-b2b3-7f1dae8d4872 used request id req-f2c730db-d140-41ba-8061-3f7e3599ef6f 2018-11-19 06:57:46,266 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e-pub-net 2018-11-19 06:57:46,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/networks/89f5ed27-6ff8-410c-9667-ea47b6289010 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d230c3190a0df503f3129fb2942d64557dc7e343" 2018-11-19 06:57:47,504 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00f9d5e4-ad31-49d2-96e4-1d57f12765c1 Date: Mon, 19 Nov 2018 06:57:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:47,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/89f5ed27-6ff8-410c-9667-ea47b6289010 used request id req-00f9d5e4-ad31-49d2-96e4-1d57f12765c1 2018-11-19 06:57:47,505 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-3c0d3bbf-b440-4495-a495-58b56f134d8e--image 2018-11-19 06:57:47,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f6e7ff9bebace94f79bb6163fc55a53c122988ce" 2018-11-19 06:57:48,868 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-262569d4-85d8-4c35-bd57-8ca77914fdd5 Date: Mon, 19 Nov 2018 06:57:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:57:48,868 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/940b8200-0b77-40fa-90d4-3c887f0b2904 used request id req-262569d4-85d8-4c35-bd57-8ca77914fdd5 2018-11-19 06:57:48,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:57:49,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-b9c6c0e1-009d-46cf-81c0-17e06be54b18 Date: Mon, 19 Nov 2018 06:57:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:54:57Z", "updated_at": "2018-11-19T06:54:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "revision_number": 0, "id": "0a5c860d-f941-4e2b-9f75-7cecb2569b5c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "revision_number": 0, "id": "46f79bb4-8d5a-47f6-b07e-5c2863f0affc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "revision_number": 0, "id": "8f8b77c3-3693-49b3-ae65-8a440c2f1a03", "remote_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "remote_ip_prefix": null, "created_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv6", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "revision_number": 0, "id": "cd93f63a-ba8e-4fe0-b28c-80212d1dafb4", "remote_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "remote_ip_prefix": null, "created_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "port_range_min": null, "ethertype": "IPv4", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd"}], "revision_number": 4, "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:57:49,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups?name=default used request id req-b9c6c0e1-009d-46cf-81c0-17e06be54b18 2018-11-19 06:57:49,100 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:57:49,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3097ea0-df5a-4368-8ad5-892e2c5d0211 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd"}, "enabled": true, "id": "d8c637ac653d4ceba756f29b0a4c75fd", "parent_id": "default", "domain_id": "default", "name": "AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj"}} 2018-11-19 06:57:49,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-a3097ea0-df5a-4368-8ad5-892e2c5d0211 2018-11-19 06:57:49,180 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1d0ffeb9-1098-4444-a1fd-e1460ee61ff4 2018-11-19 06:57:49,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d0ffeb9-1098-4444-a1fd-e1460ee61ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:57:49,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-91653340-9c9e-4b91-8b9d-a75c7598c05b Date: Mon, 19 Nov 2018 06:57:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:54:57Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "0a5c860d-f941-4e2b-9f75-7cecb2569b5c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:54:57Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "46f79bb4-8d5a-47f6-b07e-5c2863f0affc"}, {"remote_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:54:57Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "8f8b77c3-3693-49b3-ae65-8a440c2f1a03"}, {"remote_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T06:54:57Z", "security_group_id": "1d0ffeb9-1098-4444-a1fd-e1460ee61ff4", "port_range_min": null, "revision_number": 0, "tenant_id": "d8c637ac653d4ceba756f29b0a4c75fd", "created_at": "2018-11-19T06:54:57Z", "project_id": "d8c637ac653d4ceba756f29b0a4c75fd", "id": "cd93f63a-ba8e-4fe0-b28c-80212d1dafb4"}]} 2018-11-19 06:57:49,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-group-rules?security_group_id=1d0ffeb9-1098-4444-a1fd-e1460ee61ff4 used request id req-91653340-9c9e-4b91-8b9d-a75c7598c05b 2018-11-19 06:57:49,372 - neutron_utils - INFO - Deleting security group with name - default 2018-11-19 06:57:49,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1d0ffeb9-1098-4444-a1fd-e1460ee61ff4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:57:49,686 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d573ed0-5d38-4a90-88a7-5dc9ad20e8c9 Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:49,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1d0ffeb9-1098-4444-a1fd-e1460ee61ff4 used request id req-3d573ed0-5d38-4a90-88a7-5dc9ad20e8c9 2018-11-19 06:57:49,687 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj 2018-11-19 06:57:49,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:57:49,932 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3e43b22-6b20-46fb-b94f-913982651232 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:49,932 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d8c637ac653d4ceba756f29b0a4c75fd used request id req-d3e43b22-6b20-46fb-b94f-913982651232 2018-11-19 06:57:49,932 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-18a0f7d0-2e94-4ba-proj-role 2018-11-19 06:57:49,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/roles/e6ab4e4a2e9148339b5517f1eb3c696d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:57:50,047 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a70cc8b3-3993-4a52-9dec-cf0276062a3f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:50,047 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/e6ab4e4a2e9148339b5517f1eb3c696d used request id req-a70cc8b3-3993-4a52-9dec-cf0276062a3f 2018-11-19 06:57:50,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ebb2f7c70eae48ad1918939a1521577f1c0ea27d" 2018-11-19 06:57:50,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af374796-9405-45b8-ac15-f7059ac06cf5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:57:50,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-af374796-9405-45b8-ac15-f7059ac06cf5 2018-11-19 06:57:50,129 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-18a0f7d0-2e94-4ba-user 2018-11-19 06:57:50,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.21:5000/v3/users/37b6127f76ad4fd9852e5bf7b43e949e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d299aafd03bb54ea290ae0c5af26d4a9383c67b8" 2018-11-19 06:57:50,394 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-984bf7ef-e6cc-4d36-9105-b4ea20efca56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:50,394 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/37b6127f76ad4fd9852e5bf7b43e949e used request id req-984bf7ef-e6cc-4d36-9105-b4ea20efca56 2018-11-19 06:57:50,395 - 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 3463.119s OK 2018-11-19 06:57:50,558 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 06:57:50,559 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 57:43 | PASS | +---------------------+------------------+------------------+----------------+ 2018-11-19 06:57:50,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:50,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:50,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2958115e-aa5d-42f6-83fa-67ba72192b3f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}, {"domain_id": null, "id": "cdf9920fcc2d405bbc0323a10975296f", "links": {"self": "http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f"}, "name": "heat_stack_owner"}]} 2018-11-19 06:57:50,650 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2958115e-aa5d-42f6-83fa-67ba72192b3f 2018-11-19 06:57:50,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0871679782867s 2018-11-19 06:57:50,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 06:57:50,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:50,785 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a65a8bbb-e37e-4929-9c42-3ce4648159a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:50,785 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/cdf9920fcc2d405bbc0323a10975296f used request id req-a65a8bbb-e37e-4929-9c42-3ce4648159a1 2018-11-19 06:57:50,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.132176876068s 2018-11-19 06:57:50,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:57:50,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:50,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-651452c7-ac5c-4f27-b17f-0d65517ea8d3 Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9", "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "domain_id": "default", "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:57:50,888 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-651452c7-ac5c-4f27-b17f-0d65517ea8d3 2018-11-19 06:57:50,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102741003036s 2018-11-19 06:57:50,889 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-651452c7-ac5c-4f27-b17f-0d65517ea8d3 2018-11-19 06:57:50,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:57:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:50,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e80eba41-7120-4a2a-a0e8-5d18bc029f92 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00"}, "enabled": true, "id": "0c2fb0b1955d4b6993496cc96690ef00", "options": {}, "domain_id": "default", "name": "snaps_smoke-user_4e31be72-7415-4166-935d-ff88974753e9"}} 2018-11-19 06:57:50,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 used request id req-e80eba41-7120-4a2a-a0e8-5d18bc029f92 2018-11-19 06:57:50,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0968549251556s 2018-11-19 06:57:50,992 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 used request id req-e80eba41-7120-4a2a-a0e8-5d18bc029f92 2018-11-19 06:57:50,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 06:57:50,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:51,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d592b97-3831-4508-a14e-a1ec82a43b0f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:51,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 used request id req-2d592b97-3831-4508-a14e-a1ec82a43b0f 2018-11-19 06:57:51,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.168040037155s 2018-11-19 06:57:51,161 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0c2fb0b1955d4b6993496cc96690ef00 used request id req-2d592b97-3831-4508-a14e-a1ec82a43b0f 2018-11-19 06:57:51,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 06:57:51,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:51,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7bc78b1-0b8e-43e6-8395-f8d9e71c1010 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47"}, "enabled": true, "id": "f5fe8cec919348a69e22609d846dcb47", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_4e31be72-7415-4166-935d-ff88974753e9"}]} 2018-11-19 06:57:51,240 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a7bc78b1-0b8e-43e6-8395-f8d9e71c1010 2018-11-19 06:57:51,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0790228843689s 2018-11-19 06:57:51,241 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-a7bc78b1-0b8e-43e6-8395-f8d9e71c1010 2018-11-19 06:57:51,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 06:57:51,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:51,403 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5855938c-38df-43dc-b58e-8a8362f65cad Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:51,403 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-5855938c-38df-43dc-b58e-8a8362f65cad 2018-11-19 06:57:51,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159994125366s 2018-11-19 06:57:51,403 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f5fe8cec919348a69e22609d846dcb47 used request id req-5855938c-38df-43dc-b58e-8a8362f65cad 2018-11-19 06:57:51,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:51,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:51,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f21ece5-13d1-4606-b26d-d4bcb9975512 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a548301de1bf45f39da7fa581e9c30a5", "links": {"self": "http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5"}, "name": "Member"}]} 2018-11-19 06:57:51,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3f21ece5-13d1-4606-b26d-d4bcb9975512 2018-11-19 06:57:51,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0768618583679s 2018-11-19 06:57:51,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 06:57:51,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:51,592 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b658419b-b332-434d-b4fe-a6d2ceff1173 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:51,593 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/a548301de1bf45f39da7fa581e9c30a5 used request id req-b658419b-b332-434d-b4fe-a6d2ceff1173 2018-11-19 06:57:51,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.110399007797s 2018-11-19 06:57:51,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 06:57:51,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f5fe8cec919348a69e22609d846dcb47&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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:51,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-07cff636-187a-46f8-93c6-4cefc8431f05 Date: Mon, 19 Nov 2018 06:57:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}]} 2018-11-19 06:57:51,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f5fe8cec919348a69e22609d846dcb47&name=default used request id req-07cff636-187a-46f8-93c6-4cefc8431f05 2018-11-19 06:57:51,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191452980042s 2018-11-19 06:57:51,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=f5fe8cec919348a69e22609d846dcb47&name=default used request id req-07cff636-187a-46f8-93c6-4cefc8431f05 2018-11-19 06:57:51,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 06:57:51,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:51,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-28c8f334-6e2c-408a-b964-a7d5bb566752 Date: Mon, 19 Nov 2018 06:57:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "created_at": "2018-11-19T06:00:16Z", "updated_at": "2018-11-19T06:00:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "173ea28c-e889-4152-b502-e640dbd59c51", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "67379ebc-64fa-4414-997a-5f0baa4b6543", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "f0b9a2a0-6d15-4f71-8269-88c7a81317e7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T06:00:16Z", "revision_number": 0, "id": "76c6e48d-6234-4844-b9d7-7134eedb15c6", "remote_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "remote_ip_prefix": null, "created_at": "2018-11-19T06:00:16Z", "security_group_id": "67c44881-635a-4259-86c0-505f7a804f4b", "tenant_id": "f5fe8cec919348a69e22609d846dcb47", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5fe8cec919348a69e22609d846dcb47"}], "revision_number": 4, "project_id": "f5fe8cec919348a69e22609d846dcb47", "id": "67c44881-635a-4259-86c0-505f7a804f4b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 06:57:51,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-28c8f334-6e2c-408a-b964-a7d5bb566752 2018-11-19 06:57:51,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205543994904s 2018-11-19 06:57:52,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-28c8f334-6e2c-408a-b964-a7d5bb566752 2018-11-19 06:57:52,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 06:57:52,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/67c44881-635a-4259-86c0-505f7a804f4b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b7367a440853cf092b406913e7733af3712ff752" 2018-11-19 06:57:52,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9fe20029-acac-4c23-bd16-66a08f98cf4c Content-Length: 0 Date: Mon, 19 Nov 2018 06:57:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 06:57:52,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/67c44881-635a-4259-86c0-505f7a804f4b.json used request id req-9fe20029-acac-4c23-bd16-66a08f98cf4c 2018-11-19 06:57:52,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.332677125931s 2018-11-19 06:57:52,337 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/67c44881-635a-4259-86c0-505f7a804f4b.json used request id req-9fe20029-acac-4c23-bd16-66a08f98cf4c 2018-11-19 06:57:52,384 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-11-19 06:57:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 06:57:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 06:57:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 06:57:52,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 06:57:52,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 06:57:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 06:57:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 06:57:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 06:57:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 06:57:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 06:57:52,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 06:57:52,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:57:52,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defdc149-c8f0-488c-9930-221d183c980a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:57:52,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-defdc149-c8f0-488c-9930-221d183c980a 2018-11-19 06:57:52,431 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:57:52,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T07:57:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["Q9xgSqaJQFeXq6S3SaG4Yw"], "issued_at": "2018-11-19T06:57:52.000000Z"}} 2018-11-19 06:57:52,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 06:57:52,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:53,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-1d0b0c50-b2e5-44e4-8754-0ab5f9ec2d4c Date: Mon, 19 Nov 2018 06:57:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 06:57:53,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1d0b0c50-b2e5-44e4-8754-0ab5f9ec2d4c 2018-11-19 06:57:53,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364881038666s 2018-11-19 06:57:53,168 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1d0b0c50-b2e5-44e4-8754-0ab5f9ec2d4c 2018-11-19 06:57:53,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 06:57:53,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:53,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:57:53 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:57:53,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:53,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb67bd9f-5fe2-4154-a978-60a04d2a5981 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 06:57:53,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-eb67bd9f-5fe2-4154-a978-60a04d2a5981 2018-11-19 06:57:53,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0938670635223s 2018-11-19 06:57:53,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 06:57:53,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027"}}' 2018-11-19 06:57:53,383 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:57:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f830dd04-ec6f-4b9e-8836-fdc6936cd5a6 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.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275"}, "enabled": true, "id": "d1a7a366c28b44728ec21dd98cd2d275", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027"}} 2018-11-19 06:57:53,383 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f830dd04-ec6f-4b9e-8836-fdc6936cd5a6 2018-11-19 06:57:53,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.118246793747s 2018-11-19 06:57:53,384 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-f830dd04-ec6f-4b9e-8836-fdc6936cd5a6 2018-11-19 06:57:53,384 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027', 'id': u'd1a7a366c28b44728ec21dd98cd2d275', 'description': u'Created by OPNFV Functest: neutron_trunk', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 06:57:53,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 06:57:53,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.369642019272s 2018-11-19 06:57:53,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:53,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db466f98-5ca6-40ab-9737-1022032f5a41 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779"}, "enabled": true, "id": "29f8af19b05044f5a1d7eec5a834d779", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027"}} 2018-11-19 06:57:53,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 used request id req-db466f98-5ca6-40ab-9737-1022032f5a41 2018-11-19 06:57:53,856 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'29f8af19b05044f5a1d7eec5a834d779', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027'}) 2018-11-19 06:57:53,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:53,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:53,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8844c1f2-fcc4-4472-8930-52845128dd0d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 06:57:53,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8844c1f2-fcc4-4472-8930-52845128dd0d 2018-11-19 06:57:53,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0790939331055s 2018-11-19 06:57:53,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:53,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b42769cb-e79f-4159-a510-df26a410d473 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 06:57:54,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b42769cb-e79f-4159-a510-df26a410d473 2018-11-19 06:57:54,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810699462891s 2018-11-19 06:57:54,019 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 06:57:54,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 06:57:54,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" -d '{"role": {"name": "Member"}}' 2018-11-19 06:57:54,119 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1db11b5f-b69b-4018-a1be-36987d5799a1 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fff8768481ba49aaaa0582bf9075301f", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "name": "Member"}} 2018-11-19 06:57:54,119 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-1db11b5f-b69b-4018-a1be-36987d5799a1 2018-11-19 06:57:54,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.10024189949s 2018-11-19 06:57:54,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abfbae92-6691-4314-9011-2391485ca9ef Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "domain_id": null, "name": "Member", "id": "fff8768481ba49aaaa0582bf9075301f"}} 2018-11-19 06:57:54,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f used request id req-abfbae92-6691-4314-9011-2391485ca9ef 2018-11-19 06:57:54,194 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f'}, 'domain_id': None, 'human_id': None, 'id': u'fff8768481ba49aaaa0582bf9075301f', 'HUMAN_ID': False}) 2018-11-19 06:57:54,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:54,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b838c83b-ee3b-4df7-a2f5-e40535d7fa5c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fff8768481ba49aaaa0582bf9075301f", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "name": "Member"}]} 2018-11-19 06:57:54,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b838c83b-ee3b-4df7-a2f5-e40535d7fa5c 2018-11-19 06:57:54,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793859958649s 2018-11-19 06:57:54,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 06:57:54,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,354 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f79fa71e-cf17-4e6f-bd57-de4f69ec3126 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 06:57:54,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-f79fa71e-cf17-4e6f-bd57-de4f69ec3126 2018-11-19 06:57:54,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0794920921326s 2018-11-19 06:57:54,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:57:54,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-713c9533-d15c-40f0-a82b-109fb283c69d Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027", "links": {"self": "http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779"}, "domain_id": "default", "enabled": true, "id": "29f8af19b05044f5a1d7eec5a834d779", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:57:54,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-713c9533-d15c-40f0-a82b-109fb283c69d 2018-11-19 06:57:54,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.089821100235s 2018-11-19 06:57:54,446 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-713c9533-d15c-40f0-a82b-109fb283c69d 2018-11-19 06:57:54,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 06:57:54,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e91eb8-fabb-42c5-86f0-5c837dabc6da Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275"}, "enabled": true, "id": "d1a7a366c28b44728ec21dd98cd2d275", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027"}]} 2018-11-19 06:57:54,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-37e91eb8-fabb-42c5-86f0-5c837dabc6da 2018-11-19 06:57:54,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0820078849792s 2018-11-19 06:57:54,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-37e91eb8-fabb-42c5-86f0-5c837dabc6da 2018-11-19 06:57:54,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 06:57:54,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&scope.project.id=d1a7a366c28b44728ec21dd98cd2d275&role.id=fff8768481ba49aaaa0582bf9075301f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a09f544-f1ed-4479-bc5f-0d57e29f1fa2 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&scope.project.id=d1a7a366c28b44728ec21dd98cd2d275&role.id=fff8768481ba49aaaa0582bf9075301f", "previous": null, "next": null}} 2018-11-19 06:57:54,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&scope.project.id=d1a7a366c28b44728ec21dd98cd2d275&role.id=fff8768481ba49aaaa0582bf9075301f used request id req-2a09f544-f1ed-4479-bc5f-0d57e29f1fa2 2018-11-19 06:57:54,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0890600681305s 2018-11-19 06:57:54,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 06:57:54,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275/users/29f8af19b05044f5a1d7eec5a834d779/roles/fff8768481ba49aaaa0582bf9075301f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,678 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2384e877-d096-442f-9414-2eb0e9a04a5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:54,678 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275/users/29f8af19b05044f5a1d7eec5a834d779/roles/fff8768481ba49aaaa0582bf9075301f used request id req-2384e877-d096-442f-9414-2eb0e9a04a5d 2018-11-19 06:57:54,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.0511240959167s 2018-11-19 06:57:54,679 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027', 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': 'b7badda3-c9c5-4211-9cb2-2ade382065f8', 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_af2be26b-7597-4de0-a698-bedc11a5e027', 'project_id': u'd1a7a366c28b44728ec21dd98cd2d275', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 06:57:54,681 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 06:57:54,682 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 06:57:54,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 06:57:54,685 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027', 'password': 'b7badda3-c9c5-4211-9cb2-2ade382065f8', 'project_name': 'neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'd1a7a366c28b44728ec21dd98cd2d275', 'project_domain_name': 'Default'} 2018-11-19 06:57:54,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:54,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1896b828-3413-4746-a5a7-74a795c68285 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fff8768481ba49aaaa0582bf9075301f", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "name": "Member"}]} 2018-11-19 06:57:54,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1896b828-3413-4746-a5a7-74a795c68285 2018-11-19 06:57:54,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822310447693s 2018-11-19 06:57:54,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:54,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50df543e-3ae9-4d12-9531-bdcbe6ab0688 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fff8768481ba49aaaa0582bf9075301f", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "name": "Member"}]} 2018-11-19 06:57:54,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-50df543e-3ae9-4d12-9531-bdcbe6ab0688 2018-11-19 06:57:54,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0782508850098s 2018-11-19 06:57:54,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 06:57:54,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:54,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a81424f-e759-4a8c-8f4a-1cf835c25cab 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 06:57:54,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9a81424f-e759-4a8c-8f4a-1cf835c25cab 2018-11-19 06:57:54,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0741469860077s 2018-11-19 06:57:54,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:57:54,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee63f99-e357-4208-91a1-1882ef534097 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027", "links": {"self": "http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779"}, "domain_id": "default", "enabled": true, "id": "29f8af19b05044f5a1d7eec5a834d779", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:57:55,020 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1ee63f99-e357-4208-91a1-1882ef534097 2018-11-19 06:57:55,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0963389873505s 2018-11-19 06:57:55,020 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1ee63f99-e357-4208-91a1-1882ef534097 2018-11-19 06:57:55,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 06:57:55,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f6b176-c8e0-49dc-ac78-e7a01b415a3a Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275"}, "enabled": true, "id": "d1a7a366c28b44728ec21dd98cd2d275", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027"}]} 2018-11-19 06:57:55,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-52f6b176-c8e0-49dc-ac78-e7a01b415a3a 2018-11-19 06:57:55,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0780379772186s 2018-11-19 06:57:55,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-52f6b176-c8e0-49dc-ac78-e7a01b415a3a 2018-11-19 06:57:55,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 06:57:55,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&scope.project.id=d1a7a366c28b44728ec21dd98cd2d275&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-827515b1-2bd2-40a6-97fe-8bf8f35da136 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&scope.project.id=d1a7a366c28b44728ec21dd98cd2d275&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 06:57:55,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&scope.project.id=d1a7a366c28b44728ec21dd98cd2d275&role.id=8b607911576d44ba870fc64e92729d7c used request id req-827515b1-2bd2-40a6-97fe-8bf8f35da136 2018-11-19 06:57:55,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0718901157379s 2018-11-19 06:57:55,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 06:57:55,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275/users/29f8af19b05044f5a1d7eec5a834d779/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,302 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bddf7ebd-66dd-459b-b913-49e6a1a12fd6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:55,302 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275/users/29f8af19b05044f5a1d7eec5a834d779/roles/8b607911576d44ba870fc64e92729d7c used request id req-bddf7ebd-66dd-459b-b913-49e6a1a12fd6 2018-11-19 06:57:55,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123264074326s 2018-11-19 06:57:55,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:57:55,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49a1e613-878b-4643-a654-904030ff56cf Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fff8768481ba49aaaa0582bf9075301f", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "name": "Member"}]} 2018-11-19 06:57:55,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-49a1e613-878b-4643-a654-904030ff56cf 2018-11-19 06:57:55,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0817239284515s 2018-11-19 06:57:55,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 06:57:55,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0876ba6a-b929-4e84-a3b4-676ab5cd66b8 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 06:57:55,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-0876ba6a-b929-4e84-a3b4-676ab5cd66b8 2018-11-19 06:57:55,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0748889446259s 2018-11-19 06:57:55,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 06:57:55,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-573dd1ae-f53a-4d18-83c2-b103aa0f2648 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027", "links": {"self": "http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779"}, "domain_id": "default", "enabled": true, "id": "29f8af19b05044f5a1d7eec5a834d779", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 06:57:55,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-573dd1ae-f53a-4d18-83c2-b103aa0f2648 2018-11-19 06:57:55,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101286172867s 2018-11-19 06:57:55,563 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-573dd1ae-f53a-4d18-83c2-b103aa0f2648 2018-11-19 06:57:55,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 06:57:55,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cce3dd4c-39e2-440a-b7e7-b4c6805a693e Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-19 06:57:55,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=29f8af19b05044f5a1d7eec5a834d779&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default used request id req-cce3dd4c-39e2-440a-b7e7-b4c6805a693e 2018-11-19 06:57:55,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.083820104599s 2018-11-19 06:57:55,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 06:57:55,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/29f8af19b05044f5a1d7eec5a834d779/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 06:57:55,762 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 06:57:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5727d2e-ba1a-4aef-a567-1935d76fdb5d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 06:57:55,763 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/29f8af19b05044f5a1d7eec5a834d779/roles/8b607911576d44ba870fc64e92729d7c used request id req-d5727d2e-ba1a-4aef-a567-1935d76fdb5d 2018-11-19 06:57:55,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.10803103447s 2018-11-19 06:57:55,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-19 06:57:58,178 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-11-19 06:57:57.811 11556 INFO rally.deployment.engine [-] Deployment c2feb552-f4ab-4347-a62d-c944583aa060 | Starting: Destroy cloud and free allocated resources. 2018-11-19 06:57:57.895 11556 INFO rally.deployment.engine [-] Deployment c2feb552-f4ab-4347-a62d-c944583aa060 | Completed: Destroy cloud and free allocated resources. 2018-11-19 06:57:57.953 11556 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c) for deployment 'opnfv-rally'. 2018-11-19 06:57:57.985 11556 INFO rally.api [-] Deleting verification (UUID=b44725f7-32cf-4ebe-b187-4030c246b6ff). 2018-11-19 06:57:58.024 11556 INFO rally.api [-] Verification has been successfully deleted! 2018-11-19 06:57:58.025 11556 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c). 2018-11-19 06:57:58.029 11556 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-11-19 06:58:00,377 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-19 06:58:00.144 11559 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=81f2a23c-6f23-4aad-a809-02c9321fd1dd) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 81f2a23c-6f23-4aad-a809-02c9321fd1dd | 2018-11-19T06:58:00 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 81f2a23c-6f23-4aad-a809-02c9321fd1dd ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-19 06:58:03,649 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-19 06:58:03,649 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-19 06:58:05,909 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-11-19 06:58:05.651 11565 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=9ba3d769-c478-4fee-9fa6-8016f3bf5f2c). 2018-11-19 06:58:05.782 11565 INFO rally.api [-] Verifier has been successfully deleted! 2018-11-19 06:58:09,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-19 06:58:08.041 11568 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-19 06:58:08.207 11568 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-19 06:58:09.249 11568 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7cc74175-4cec-4323-95fb-21585ca050df) has been successfully created! Using verifier 'opnfv-tempest' (UUID=7cc74175-4cec-4323-95fb-21585ca050df) as the default verifier for the future CLI operations. 2018-11-19 06:58:12,479 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-11-19 06:58:12,479 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 06:58:12,551 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 06:58:12,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 06:58:12,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:58:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74bbf918-bf3e-4dc7-96cb-61828a7bfb69 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 06:58:12,559 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-74bbf918-bf3e-4dc7-96cb-61828a7bfb69 2018-11-19 06:58:12,560 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 06:58:12,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fff8768481ba49aaaa0582bf9075301f", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T07:58:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1a7a366c28b44728ec21dd98cd2d275", "name": "neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d1a7a366c28b44728ec21dd98cd2d275", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/d1a7a366c28b44728ec21dd98cd2d275", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/d1a7a366c28b44728ec21dd98cd2d275", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/d1a7a366c28b44728ec21dd98cd2d275", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/d1a7a366c28b44728ec21dd98cd2d275", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/d1a7a366c28b44728ec21dd98cd2d275", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/d1a7a366c28b44728ec21dd98cd2d275", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/d1a7a366c28b44728ec21dd98cd2d275", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/d1a7a366c28b44728ec21dd98cd2d275", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/d1a7a366c28b44728ec21dd98cd2d275", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/d1a7a366c28b44728ec21dd98cd2d275", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/d1a7a366c28b44728ec21dd98cd2d275", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027", "id": "29f8af19b05044f5a1d7eec5a834d779"}, "audit_ids": ["0obly0C-RoW6vWaWjVkhZQ"], "issued_at": "2018-11-19T06:58:12.000000Z"}} 2018-11-19 06:58:12,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:12,952 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 06:58:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 06:58:12,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 06:58:12,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:13,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b1f3585f-8cbe-4558-a604-d381a1454850 Date: Mon, 19 Nov 2018 06:58:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 06:58:13,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b1f3585f-8cbe-4558-a604-d381a1454850 2018-11-19 06:58:13,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.559327125549s 2018-11-19 06:58:13,516 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b1f3585f-8cbe-4558-a604-d381a1454850 2018-11-19 06:58:13,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 06:58:13,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027"}' 2018-11-19 06:58:14,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442 X-Openstack-Request-Id: req-9a98930b-b5fc-4f40-a968-9248e3320135 Date: Mon, 19 Nov 2018 06:58:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file", "owner": "d1a7a366c28b44728ec21dd98cd2d275", "id": "8dd3556c-dab1-489a-9aa7-e7c993d67442", "size": null, "self": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T06:58:14Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "checksum": null, "created_at": "2018-11-19T06:58:14Z", "protected": false} 2018-11-19 06:58:14,097 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9a98930b-b5fc-4f40-a968-9248e3320135 2018-11-19 06:58:14,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.579602003098s 2018-11-19 06:58:14,098 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-9a98930b-b5fc-4f40-a968-9248e3320135 returning object 8dd3556c-dab1-489a-9aa7-e7c993d67442 2018-11-19 06:58:14,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 06:58:14,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/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}55817b01890d1db6bdebcb50b7153a7f43afa786" -d '' 2018-11-19 06:58:15,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12631827-be02-456e-8434-45961e5cab83 Date: Mon, 19 Nov 2018 06:58:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:58:15,696 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file used request id req-12631827-be02-456e-8434-45961e5cab83 2018-11-19 06:58:15,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.59667301178s 2018-11-19 06:58:15,696 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file used request id req-12631827-be02-456e-8434-45961e5cab83 2018-11-19 06:58:15,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 06:58:15,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:15,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-ba33dd4a-39c8-4b0c-a407-a0321dd9dc57 Date: Mon, 19 Nov 2018 06:58:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "metadata": {}}], "file": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file", "owner": "d1a7a366c28b44728ec21dd98cd2d275", "id": "8dd3556c-dab1-489a-9aa7-e7c993d67442", "size": 12716032, "self": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T06:58:15Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T06:58:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 06:58:15,871 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ba33dd4a-39c8-4b0c-a407-a0321dd9dc57 2018-11-19 06:58:15,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174785852432s 2018-11-19 06:58:15,872 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ba33dd4a-39c8-4b0c-a407-a0321dd9dc57 2018-11-19 06:58:15,874 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file', 'owner': u'd1a7a366c28b44728ec21dd98cd2d275', 'id': u'8dd3556c-dab1-489a-9aa7-e7c993d67442', 'size': 12716032, u'self': u'/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1a7a366c28b44728ec21dd98cd2d275', 'name': 'neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T06:58:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T06:58:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027', 'created': u'2018-11-19T06:58:14Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T06:58:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 06:58:15,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 06:58:15,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_af2be26b-7597-4de0-a698-bedc11a5e027", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 06:58:16,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:58: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-2db6310c-5bb3-48d6-9a72-c4ccb263b0a1 x-compute-request-id: req-2db6310c-5bb3-48d6-9a72-c4ccb263b0a1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/904f07e0-0c90-4a97-885c-15517566f3a4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "904f07e0-0c90-4a97-885c-15517566f3a4", "name": "neutron_trunk-flavor_af2be26b-7597-4de0-a698-bedc11a5e027", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:58:16,060 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2db6310c-5bb3-48d6-9a72-c4ccb263b0a1 2018-11-19 06:58:16,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.185069084167s 2018-11-19 06:58:16,061 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2db6310c-5bb3-48d6-9a72-c4ccb263b0a1 returning object 904f07e0-0c90-4a97-885c-15517566f3a4 2018-11-19 06:58:16,062 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_af2be26b-7597-4de0-a698-bedc11a5e027', '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'afd2db966a884ce5bd33890fef4382f7', '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'904f07e0-0c90-4a97-885c-15517566f3a4', 'swap': 0}) 2018-11-19 06:58:16,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 06:58:16,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4/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}549966235e7691a16b4f182196f098de729f03fe" -d '{"extra_specs": {}}' 2018-11-19 06:58:16,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:58: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-dca92a7f-be10-40c4-acaa-3bc6aa442cc1 x-compute-request-id: req-dca92a7f-be10-40c4-acaa-3bc6aa442cc1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 06:58:16,084 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4/os-extra_specs used request id req-dca92a7f-be10-40c4-acaa-3bc6aa442cc1 2018-11-19 06:58:16,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212450027466s 2018-11-19 06:58:16,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4/os-extra_specs used request id req-dca92a7f-be10-40c4-acaa-3bc6aa442cc1 2018-11-19 06:58:16,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 06:58:16,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:16,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 06:58: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 06:58:16,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:16,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:58:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-929eb85b-6fe3-4989-a8de-bb7d701444d2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fff8768481ba49aaaa0582bf9075301f", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "name": "Member"}]} 2018-11-19 06:58:16,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-929eb85b-6fe3-4989-a8de-bb7d701444d2 2018-11-19 06:58:16,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.200555086136s 2018-11-19 06:58:16,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-19 06:58:16,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:16,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:58: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-78a5230d-aaf5-4923-ae24-3f2eece28ef9 x-compute-request-id: req-78a5230d-aaf5-4923-ae24-3f2eece28ef9 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10173, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-19 06:58:16,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-78a5230d-aaf5-4923-ae24-3f2eece28ef9 2018-11-19 06:58:16,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.16773891449s 2018-11-19 06:58:16,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-78a5230d-aaf5-4923-ae24-3f2eece28ef9 2018-11-19 06:58:16,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 06:58:16,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:17,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-5cb4184b-d6d5-46aa-9ebc-36e93f141e3c Date: Mon, 19 Nov 2018 06:58:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "metadata": {}}], "file": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file", "owner": "d1a7a366c28b44728ec21dd98cd2d275", "id": "8dd3556c-dab1-489a-9aa7-e7c993d67442", "size": 12716032, "self": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T06:58:15Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T06:58:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 06:58:17,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5cb4184b-d6d5-46aa-9ebc-36e93f141e3c 2018-11-19 06:58:17,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.61935710907s 2018-11-19 06:58:17,078 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5cb4184b-d6d5-46aa-9ebc-36e93f141e3c 2018-11-19 06:58:17,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 06:58:17,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027"}' 2018-11-19 06:58:17,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06 X-Openstack-Request-Id: req-007561d1-cdcb-4698-a1b3-cc0f1d738c8f Date: Mon, 19 Nov 2018 06:58:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/file", "owner": "d1a7a366c28b44728ec21dd98cd2d275", "id": "9b24bd0d-3508-4cde-924b-823ed1dffc06", "size": null, "self": "/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T06:58:17Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "checksum": null, "created_at": "2018-11-19T06:58:17Z", "protected": false} 2018-11-19 06:58:17,280 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-007561d1-cdcb-4698-a1b3-cc0f1d738c8f 2018-11-19 06:58:17,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.20091509819s 2018-11-19 06:58:17,280 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-007561d1-cdcb-4698-a1b3-cc0f1d738c8f returning object 9b24bd0d-3508-4cde-924b-823ed1dffc06 2018-11-19 06:58:17,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 06:58:17,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/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}55817b01890d1db6bdebcb50b7153a7f43afa786" -d '' 2018-11-19 06:58:18,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-20d3e3f5-df16-4261-91c9-3bf1be803dc9 Date: Mon, 19 Nov 2018 06:58:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 06:58:18,906 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/file used request id req-20d3e3f5-df16-4261-91c9-3bf1be803dc9 2018-11-19 06:58:18,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.62472200394s 2018-11-19 06:58:18,906 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/file used request id req-20d3e3f5-df16-4261-91c9-3bf1be803dc9 2018-11-19 06:58:18,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 06:58:18,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 06:58:19,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-4f0711d4-2bc0-4803-b234-fb20987e7797 Date: Mon, 19 Nov 2018 06:58:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/snap", "metadata": {}}], "file": "/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/file", "owner": "d1a7a366c28b44728ec21dd98cd2d275", "id": "9b24bd0d-3508-4cde-924b-823ed1dffc06", "size": 12716032, "self": "/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T06:58:18Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T06:58:17Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "metadata": {}}], "file": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file", "owner": "d1a7a366c28b44728ec21dd98cd2d275", "id": "8dd3556c-dab1-489a-9aa7-e7c993d67442", "size": 12716032, "self": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T06:58:15Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T06:58:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 06:58:19,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4f0711d4-2bc0-4803-b234-fb20987e7797 2018-11-19 06:58:19,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.169629096985s 2018-11-19 06:58:19,077 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-4f0711d4-2bc0-4803-b234-fb20987e7797 2018-11-19 06:58:19,080 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/file', 'owner': u'd1a7a366c28b44728ec21dd98cd2d275', 'id': u'9b24bd0d-3508-4cde-924b-823ed1dffc06', 'size': 12716032, u'self': u'/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1a7a366c28b44728ec21dd98cd2d275', 'name': 'neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/9b24bd0d-3508-4cde-924b-823ed1dffc06/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T06:58:18Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T06:58:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027', 'created': u'2018-11-19T06:58:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T06:58:17Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_af2be26b-7597-4de0-a698-bedc11a5e027', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 06:58:19,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 06:58:19,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 06:58:19,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce5d87bd-3a0a-4ddb-9b26-d07efd6bf0f6 x-compute-request-id: req-ce5d87bd-3a0a-4ddb-9b26-d07efd6bf0f6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/91b46d23-f47f-4158-af8d-26581c5fb800", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "91b46d23-f47f-4158-af8d-26581c5fb800", "name": "neutron_trunk-flavor_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 06:58:19,137 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ce5d87bd-3a0a-4ddb-9b26-d07efd6bf0f6 2018-11-19 06:58:19,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0561399459839s 2018-11-19 06:58:19,137 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ce5d87bd-3a0a-4ddb-9b26-d07efd6bf0f6 returning object 91b46d23-f47f-4158-af8d-26581c5fb800 2018-11-19 06:58:19,138 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_af2be26b-7597-4de0-a698-bedc11a5e027', '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'afd2db966a884ce5bd33890fef4382f7', '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'91b46d23-f47f-4158-af8d-26581c5fb800', 'swap': 0}) 2018-11-19 06:58:19,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 06:58:19,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800/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}549966235e7691a16b4f182196f098de729f03fe" -d '{"extra_specs": {}}' 2018-11-19 06:58:19,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 06:58:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-834aa37d-e680-4e6f-aa5c-3437dce9dd97 x-compute-request-id: req-834aa37d-e680-4e6f-aa5c-3437dce9dd97 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 06:58:19,159 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800/os-extra_specs used request id req-834aa37d-e680-4e6f-aa5c-3437dce9dd97 2018-11-19 06:58:19,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202260017395s 2018-11-19 06:58:19,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800/os-extra_specs used request id req-834aa37d-e680-4e6f-aa5c-3437dce9dd97 2018-11-19 06:58:19,160 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_af2be26b-7597-4de0-a698-bedc11a5e027', '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'afd2db966a884ce5bd33890fef4382f7', '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'91b46d23-f47f-4158-af8d-26581c5fb800', 'swap': 0}) 2018-11-19 06:58:22,446 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-19 06:58:21.302 11587 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7cc74175-4cec-4323-95fb-21585ca050df) for deployment 'opnfv-rally' (UUID=81f2a23c-6f23-4aad-a809-02c9321fd1dd). 2018-11-19 06:58:22.280 11587 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-19 06:58:22.282 11587 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7cc74175-4cec-4323-95fb-21585ca050df) has been successfully configured for deployment 'opnfv-rally' (UUID=81f2a23c-6f23-4aad-a809-02c9321fd1dd)! 2018-11-19 06:58:22,446 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-19 06:58:22,447 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-19 06:58:22,449 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-19 06:58:22,469 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-19 06:58:25,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7cc74175-4cec-4323-95fb-21585ca050df/repo; testr list-tests 'neutron.tests.tempest.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-11-19 06:58:25,888 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-19 06:58:25,892 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-19 06:58:25,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-11-19 06:58:27,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 06:58:27.899 11596 INFO rally.api [-] Starting verification (UUID=30af12c6-c43d-4871-bdb8-add917f3d162) for deployment 'opnfv-rally' (UUID=81f2a23c-6f23-4aad-a809-02c9321fd1dd) by verifier 'opnfv-tempest' (UUID=7cc74175-4cec-4323-95fb-21585ca050df). 2018-11-19 06:58:27,900 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 30af12c6-c43d-4871-bdb8-add917f3d162 2018-11-19 07:00:16,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 30af12c6-c43d-4871-bdb8-add917f3d162 2018-11-19 07:00:16,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '30af12c6-c43d-4871-bdb8-add917f3d162']'. 2018-11-19 07:00:16,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-19 07:00:16,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-19 07:00:16,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 07:00:16,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 30af12c6-c43d-4871-bdb8-add917f3d162 | 2018-11-19 07:00:16,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-11-19 07:00:16,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-19 06:58:27 | 2018-11-19 07:00:16,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-19 07:00:15 | 2018-11-19 07:00:16,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:48 | 2018-11-19 07:00:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-19 07:00:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-19 07:00:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7cc74175-4cec-4323-95fb-21585ca050df) | 2018-11-19 07:00:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-19 07:00:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 81f2a23c-6f23-4aad-a809-02c9321fd1dd) | 2018-11-19 07:00:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-11-19 07:00:16,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 98.582 | 2018-11-19 07:00:16,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-11-19 07:00:16,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-11-19 07:00:16,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-19 07:00:16,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-19 07:00:16,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-11-19 07:00:16,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 07:00:16,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-19 07:00:16,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-19 07:00:17,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-11-19 07:00:17,127 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 07:00:17,127 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:05 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-11-19 07:00:17,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 07:00:17,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 07:00:17,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c239ea86-5b34-479e-aeb3-40f975883dbc Date: Mon, 19 Nov 2018 07:00:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:00:17,957 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06 used request id req-c239ea86-5b34-479e-aeb3-40f975883dbc 2018-11-19 07:00:17,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.825130939484s 2018-11-19 07:00:17,957 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/9b24bd0d-3508-4cde-924b-823ed1dffc06 used request id req-c239ea86-5b34-479e-aeb3-40f975883dbc 2018-11-19 07:00:17,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:00:17,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:17,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1b25a7ad-8892-4cc7-ad33-b188a9fc7e10 x-compute-request-id: req-1b25a7ad-8892-4cc7-ad33-b188a9fc7e10 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/904f07e0-0c90-4a97-885c-15517566f3a4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "904f07e0-0c90-4a97-885c-15517566f3a4", "name": "neutron_trunk-flavor_af2be26b-7597-4de0-a698-bedc11a5e027", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/91b46d23-f47f-4158-af8d-26581c5fb800", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "91b46d23-f47f-4158-af8d-26581c5fb800", "name": "neutron_trunk-flavor_alt_af2be26b-7597-4de0-a698-bedc11a5e027", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:00:17,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1b25a7ad-8892-4cc7-ad33-b188a9fc7e10 2018-11-19 07:00:17,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336198806763s 2018-11-19 07:00:17,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1b25a7ad-8892-4cc7-ad33-b188a9fc7e10 2018-11-19 07:00:17,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 07:00:17,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:18,037 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:00:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-543642b2-f06e-472d-b429-59aeef2aec7e x-compute-request-id: req-543642b2-f06e-472d-b429-59aeef2aec7e Content-Length: 0 Content-Type: application/json 2018-11-19 07:00:18,037 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800 used request id req-543642b2-f06e-472d-b429-59aeef2aec7e 2018-11-19 07:00:18,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0433881282806s 2018-11-19 07:00:18,038 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/91b46d23-f47f-4158-af8d-26581c5fb800 used request id req-543642b2-f06e-472d-b429-59aeef2aec7e 2018-11-19 07:00:18,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:00:18,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 07:00:18,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-a3258d09-725b-46a3-a02d-d678b1119388 Date: Mon, 19 Nov 2018 07:00:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "metadata": {}}], "file": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/file", "owner": "d1a7a366c28b44728ec21dd98cd2d275", "id": "8dd3556c-dab1-489a-9aa7-e7c993d67442", "size": 12716032, "self": "/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/8dd3556c-dab1-489a-9aa7-e7c993d67442/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T06:58:15Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_af2be26b-7597-4de0-a698-bedc11a5e027", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T06:58:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:00:18,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a3258d09-725b-46a3-a02d-d678b1119388 2018-11-19 07:00:18,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167912960052s 2018-11-19 07:00:18,207 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a3258d09-725b-46a3-a02d-d678b1119388 2018-11-19 07:00:18,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 07:00:18,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}55817b01890d1db6bdebcb50b7153a7f43afa786" 2018-11-19 07:00:21,268 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38f01a03-67e1-45b4-8231-95fe1779c5a0 Date: Mon, 19 Nov 2018 07:00:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:00:21,269 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442 used request id req-38f01a03-67e1-45b4-8231-95fe1779c5a0 2018-11-19 07:00:21,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 3.06026697159s 2018-11-19 07:00:21,269 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8dd3556c-dab1-489a-9aa7-e7c993d67442 used request id req-38f01a03-67e1-45b4-8231-95fe1779c5a0 2018-11-19 07:00:21,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:00:21,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:21,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-693057ae-4ede-4f3f-b968-f75b22adcfa2 x-compute-request-id: req-693057ae-4ede-4f3f-b968-f75b22adcfa2 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/904f07e0-0c90-4a97-885c-15517566f3a4", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "904f07e0-0c90-4a97-885c-15517566f3a4", "name": "neutron_trunk-flavor_af2be26b-7597-4de0-a698-bedc11a5e027", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:00:21,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-693057ae-4ede-4f3f-b968-f75b22adcfa2 2018-11-19 07:00:21,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0369880199432s 2018-11-19 07:00:21,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-693057ae-4ede-4f3f-b968-f75b22adcfa2 2018-11-19 07:00:21,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 07:00:21,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:21,372 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:00:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0bb4c142-4eb3-4cb3-bce5-8d25250d5322 x-compute-request-id: req-0bb4c142-4eb3-4cb3-bce5-8d25250d5322 Content-Length: 0 Content-Type: application/json 2018-11-19 07:00:21,372 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4 used request id req-0bb4c142-4eb3-4cb3-bce5-8d25250d5322 2018-11-19 07:00:21,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0628950595856s 2018-11-19 07:00:21,373 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/904f07e0-0c90-4a97-885c-15517566f3a4 used request id req-0bb4c142-4eb3-4cb3-bce5-8d25250d5322 2018-11-19 07:00:21,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:00:21,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:21,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f68176f-e722-45d9-b076-0e6c25865657 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027", "links": {"self": "http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779"}, "domain_id": "default", "enabled": true, "id": "29f8af19b05044f5a1d7eec5a834d779", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 07:00:21,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8f68176f-e722-45d9-b076-0e6c25865657 2018-11-19 07:00:21,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0965971946716s 2018-11-19 07:00:21,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8f68176f-e722-45d9-b076-0e6c25865657 2018-11-19 07:00:21,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:00:21,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:21,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de36d195-1c0e-49c0-a32e-d00d30a574af Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779"}, "enabled": true, "id": "29f8af19b05044f5a1d7eec5a834d779", "options": {}, "domain_id": "default", "name": "neutron_trunk-user_af2be26b-7597-4de0-a698-bedc11a5e027"}} 2018-11-19 07:00:21,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 used request id req-de36d195-1c0e-49c0-a32e-d00d30a574af 2018-11-19 07:00:21,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0936601161957s 2018-11-19 07:00:21,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 used request id req-de36d195-1c0e-49c0-a32e-d00d30a574af 2018-11-19 07:00:21,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 07:00:21,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:21,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:00:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d15d0234-639b-4449-8890-0865dd886f6a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:00:21,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 used request id req-d15d0234-639b-4449-8890-0865dd886f6a 2018-11-19 07:00:21,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.198711872101s 2018-11-19 07:00:21,770 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/29f8af19b05044f5a1d7eec5a834d779 used request id req-d15d0234-639b-4449-8890-0865dd886f6a 2018-11-19 07:00:21,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:00:21,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:21,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0090e9d4-ad06-4109-a084-845db4586a23 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275"}, "enabled": true, "id": "d1a7a366c28b44728ec21dd98cd2d275", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_af2be26b-7597-4de0-a698-bedc11a5e027"}]} 2018-11-19 07:00:21,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-0090e9d4-ad06-4109-a084-845db4586a23 2018-11-19 07:00:21,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0847749710083s 2018-11-19 07:00:21,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-0090e9d4-ad06-4109-a084-845db4586a23 2018-11-19 07:00:21,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 07:00:21,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:22,001 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:00:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d259a37c-9caf-4343-a458-db08e32b0e5f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:00:22,001 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275 used request id req-d259a37c-9caf-4343-a458-db08e32b0e5f 2018-11-19 07:00:22,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.142838001251s 2018-11-19 07:00:22,002 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d1a7a366c28b44728ec21dd98cd2d275 used request id req-d259a37c-9caf-4343-a458-db08e32b0e5f 2018-11-19 07:00:22,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:00:22,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:22,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32df7c7c-50b1-4d61-bbab-9ada843129f8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "fff8768481ba49aaaa0582bf9075301f", "links": {"self": "http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f"}, "name": "Member"}]} 2018-11-19 07:00:22,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-32df7c7c-50b1-4d61-bbab-9ada843129f8 2018-11-19 07:00:22,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0862340927124s 2018-11-19 07:00:22,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 07:00:22,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:22,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:00:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5acee39-60f1-4064-85bd-464840702b15 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:00:22,202 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/fff8768481ba49aaaa0582bf9075301f used request id req-c5acee39-60f1-4064-85bd-464840702b15 2018-11-19 07:00:22,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.112271785736s 2018-11-19 07:00:22,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:00:22,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d1a7a366c28b44728ec21dd98cd2d275&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}549966235e7691a16b4f182196f098de729f03fe" 2018-11-19 07:00:22,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b0f2f8b3-9bc6-4b75-9b8a-87c7cf2c6d95 Date: Mon, 19 Nov 2018 07:00:22 GMT RESP BODY: {"security_groups": []} 2018-11-19 07:00:22,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d1a7a366c28b44728ec21dd98cd2d275&name=default used request id req-b0f2f8b3-9bc6-4b75-9b8a-87c7cf2c6d95 2018-11-19 07:00:22,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.173243999481s 2018-11-19 07:00:22,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=d1a7a366c28b44728ec21dd98cd2d275&name=default used request id req-b0f2f8b3-9bc6-4b75-9b8a-87c7cf2c6d95 2018-11-19 07:00:22,380 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 00:37 | PASS | | vping_userdata | functest | smoke | 00:39 | PASS | | tempest_smoke_serial | functest | smoke | 14:41 | PASS | | rally_sanity | functest | smoke | 25:59 | PASS | | refstack_defcore | functest | smoke | 05:28 | PASS | | patrole | functest | smoke | 02:39 | PASS | | snaps_smoke | functest | smoke | 57:43 | PASS | | neutron_trunk | functest | smoke | 02:05 | PASS | | odl | functest | smoke | 00:00 | SKIP | +------------------------------+------------------+---------------+------------------+----------------+ 2018-11-19 07:00:22,390 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-19 07:00:22,593 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 07:00:22,694 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 07:00:25,989 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-314 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-19 07:00:25,996 - 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=bMhk9KmsbMXKUAfNpdcMefaeT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-19 07:00:25,996 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-19 07:00:25,997 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-19 07:00:25,998 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-11-19 07:00:26,002 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-19 07:00:28,729 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-314 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-19 07:00:28,732 - 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=bMhk9KmsbMXKUAfNpdcMefaeT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-19 07:00:28,732 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-19 07:00:28,733 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | (daily)|(weekly) | Collection of VNF test cases. | cloudify_ims vyos_vrouter juju_epc | +---------------+---------------+--------------------------+---------------------------------------+--------------------------------------------+ 2018-11-19 07:00:28,741 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 07:00:30,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 07:00:30,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 07:00:30,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 07:00:30,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 07:00:30,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14386a4b-a9d5-426a-9024-ef4c0beb19ca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 07:00:30,161 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-14386a4b-a9d5-426a-9024-ef4c0beb19ca 2018-11-19 07:00:30,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 07:00:30,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T08:00:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["gvkUIJiGSdGrjbrr2tQkqw"], "issued_at": "2018-11-19T07:00:30.000000Z"}} 2018-11-19 07:00:30,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:00:30,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:30,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-3ebef083-2294-49f8-afa9-c9b7c822330d Date: Mon, 19 Nov 2018 07:00:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 07:00:30,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3ebef083-2294-49f8-afa9-c9b7c822330d 2018-11-19 07:00:30,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.239320039749s 2018-11-19 07:00:30,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3ebef083-2294-49f8-afa9-c9b7c822330d 2018-11-19 07:00:30,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 07:00:30,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:30,809 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 07:00:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 07:00:31,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:31,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e57eed07-0269-4ec0-8857-9f0653cd666e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 07:00:31,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e57eed07-0269-4ec0-8857-9f0653cd666e 2018-11-19 07:00:31,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.426707983017s 2018-11-19 07:00:31,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 07:00:31,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"}}' 2018-11-19 07:00:31,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 07:00:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef546143-8d48-4188-a373-a68b53d36517 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.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887"}, "enabled": true, "id": "df28ef9e82174953854a59c1f2b1b887", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"}} 2018-11-19 07:00:31,467 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ef546143-8d48-4188-a373-a68b53d36517 2018-11-19 07:00:31,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.239547014236s 2018-11-19 07:00:31,467 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-ef546143-8d48-4188-a373-a68b53d36517 2018-11-19 07:00:31,468 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'id': u'df28ef9e82174953854a59c1f2b1b887', 'description': u'Created by OPNFV Functest: cloudify_ims', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 07:00:31,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 07:00:31,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.356868982315s 2018-11-19 07:00:31,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:31,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12752296-7234-4b16-b684-a9b6d75eabb3 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae"}, "enabled": true, "id": "50893b31363142ceaa62b77fbc5e49ae", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b"}} 2018-11-19 07:00:31,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae used request id req-12752296-7234-4b16-b684-a9b6d75eabb3 2018-11-19 07:00:31,912 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'50893b31363142ceaa62b77fbc5e49ae', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b'}) 2018-11-19 07:00:31,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:00:31,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:31,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87684e7f-0c22-410a-8a82-0e4085f87109 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:00:31,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-87684e7f-0c22-410a-8a82-0e4085f87109 2018-11-19 07:00:31,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0140590667725s 2018-11-19 07:00:31,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:00:31,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7f0f9a3-3a09-4fa3-bad0-098700af6c6e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:00:32,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a7f0f9a3-3a09-4fa3-bad0-098700af6c6e 2018-11-19 07:00:32,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0766351222992s 2018-11-19 07:00:32,005 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 07:00:32,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 07:00:32,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"role": {"name": "Member"}}' 2018-11-19 07:00:32,095 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f0de961-236a-4c91-aaef-9b70ebb073f5 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "60c7fa72173e447a963ab3dd9476906c", "links": {"self": "http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c"}, "name": "Member"}} 2018-11-19 07:00:32,095 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-8f0de961-236a-4c91-aaef-9b70ebb073f5 2018-11-19 07:00:32,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0895199775696s 2018-11-19 07:00:32,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ecc0a25-1e08-4f21-90a6-4080d3bb74fe Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c"}, "domain_id": null, "name": "Member", "id": "60c7fa72173e447a963ab3dd9476906c"}} 2018-11-19 07:00:32,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c used request id req-7ecc0a25-1e08-4f21-90a6-4080d3bb74fe 2018-11-19 07:00:32,183 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c'}, 'domain_id': None, 'human_id': None, 'id': u'60c7fa72173e447a963ab3dd9476906c', 'HUMAN_ID': False}) 2018-11-19 07:00:32,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:00:32,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2243beda-34cf-412c-95fc-acbbf690344c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "60c7fa72173e447a963ab3dd9476906c", "links": {"self": "http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c"}, "name": "Member"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:00:32,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2243beda-34cf-412c-95fc-acbbf690344c 2018-11-19 07:00:32,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0826210975647s 2018-11-19 07:00:32,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 07:00:32,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48377b70-fa21-44f5-b557-788a753c14e3 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 07:00:32,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-48377b70-fa21-44f5-b557-788a753c14e3 2018-11-19 07:00:32,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0742409229279s 2018-11-19 07:00:32,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:00:32,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7c7dc4-ee42-42b1-a3be-c8c7bf9590b5 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b", "links": {"self": "http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae"}, "domain_id": "default", "enabled": true, "id": "50893b31363142ceaa62b77fbc5e49ae", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 07:00:32,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3a7c7dc4-ee42-42b1-a3be-c8c7bf9590b5 2018-11-19 07:00:32,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10234618187s 2018-11-19 07:00:32,445 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3a7c7dc4-ee42-42b1-a3be-c8c7bf9590b5 2018-11-19 07:00:32,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:00:32,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a01d9770-ef23-4b4b-af18-a55c57317513 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887"}, "enabled": true, "id": "df28ef9e82174953854a59c1f2b1b887", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:00:32,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a01d9770-ef23-4b4b-af18-a55c57317513 2018-11-19 07:00:32,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0917491912842s 2018-11-19 07:00:32,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a01d9770-ef23-4b4b-af18-a55c57317513 2018-11-19 07:00:32,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 07:00:32,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=50893b31363142ceaa62b77fbc5e49ae&scope.project.id=df28ef9e82174953854a59c1f2b1b887&role.id=60c7fa72173e447a963ab3dd9476906c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16cd878c-608f-4cd4-8eab-1974fe3fb98d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=50893b31363142ceaa62b77fbc5e49ae&scope.project.id=df28ef9e82174953854a59c1f2b1b887&role.id=60c7fa72173e447a963ab3dd9476906c", "previous": null, "next": null}} 2018-11-19 07:00:32,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=50893b31363142ceaa62b77fbc5e49ae&scope.project.id=df28ef9e82174953854a59c1f2b1b887&role.id=60c7fa72173e447a963ab3dd9476906c used request id req-16cd878c-608f-4cd4-8eab-1974fe3fb98d 2018-11-19 07:00:32,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0740950107574s 2018-11-19 07:00:32,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 07:00:32,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887/users/50893b31363142ceaa62b77fbc5e49ae/roles/60c7fa72173e447a963ab3dd9476906c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,744 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc103132-9b72-45b8-8492-5d3178817657 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:00:32,744 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887/users/50893b31363142ceaa62b77fbc5e49ae/roles/60c7fa72173e447a963ab3dd9476906c used request id req-cc103132-9b72-45b8-8492-5d3178817657 2018-11-19 07:00:32,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123693943024s 2018-11-19 07:00:32,746 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 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': '5f0b2b55-dac0-4fb0-abec-5f84ac3b4cfb', 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_806e1756-4a86-43cc-9cd3-89905473b98b', 'project_id': u'df28ef9e82174953854a59c1f2b1b887', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 07:00:32,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 07:00:32,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 07:00:32,747 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 07:00:32,748 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 07:00:32,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 07:00:32,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 07:00:32,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 07:00:32,750 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 07:00:32,751 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b', 'password': '5f0b2b55-dac0-4fb0-abec-5f84ac3b4cfb', 'project_name': 'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'df28ef9e82174953854a59c1f2b1b887', 'project_domain_name': 'Default'} 2018-11-19 07:00:32,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'descriptor': {u'file_name': u'/src/cloudify_vims/openstack-blueprint.yaml', u'version': u'129', u'name': u'clearwater-opnfv'}} 2018-11-19 07:00:32,828 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-11-19 07:00:32,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 07:00:32,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5db7ff39-8384-4e6c-9710-959bb895cb25 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 07:00:32,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-5db7ff39-8384-4e6c-9710-959bb895cb25 2018-11-19 07:00:32,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.085382938385s 2018-11-19 07:00:32,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:00:32,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:00:32,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9998c6be-8a15-43bd-bd43-b4261a9a7129 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887"}, "enabled": true, "id": "df28ef9e82174953854a59c1f2b1b887", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:00:32,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9998c6be-8a15-43bd-bd43-b4261a9a7129 2018-11-19 07:00:32,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773870944977s 2018-11-19 07:00:32,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9998c6be-8a15-43bd-bd43-b4261a9a7129 2018-11-19 07:00:32,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-19 07:00:32,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"network": {"tenant_id": "df28ef9e82174953854a59c1f2b1b887", "name": "cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b", "admin_state_up": true}}' 2018-11-19 07:00:33,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-22ed2cf8-259f-4176-b2ae-420cc7dc6fb3 Date: Mon, 19 Nov 2018 07:00:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5063b893-639d-4023-9667-85b3e96a7978","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":43,"ipv4_address_scope":null,"shared":false,"project_id":"df28ef9e82174953854a59c1f2b1b887","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T07:00:33Z","is_default":false,"qos_policy_id":null,"name":"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b","admin_state_up":true,"tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:33Z","mtu":1450}} 2018-11-19 07:00:33,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-22ed2cf8-259f-4176-b2ae-420cc7dc6fb3 2018-11-19 07:00:33,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.690162181854s 2018-11-19 07:00:33,687 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-22ed2cf8-259f-4176-b2ae-420cc7dc6fb3 2018-11-19 07:00:33,687 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-19T07:00:33Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5063b893-639d-4023-9667-85b3e96a7978', u'provider:segmentation_id': 43, 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_806e1756-4a86-43cc-9cd3-89905473b98b', u'created_at': u'2018-11-19T07:00:33Z', u'mtu': 1450, u'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'df28ef9e82174953854a59c1f2b1b887'}) 2018-11-19 07:00:33,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 07:00:33,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:00:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4ed683-d7e0-4fae-8a30-369c2356aef5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 07:00:33,695 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4e4ed683-d7e0-4fae-8a30-369c2356aef5 2018-11-19 07:00:33,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 07:00:34,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "60c7fa72173e447a963ab3dd9476906c", "name": "Member"}], "expires_at": "2018-11-19T08:00:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df28ef9e82174953854a59c1f2b1b887", "name": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/df28ef9e82174953854a59c1f2b1b887", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/df28ef9e82174953854a59c1f2b1b887", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/df28ef9e82174953854a59c1f2b1b887", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/df28ef9e82174953854a59c1f2b1b887", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/df28ef9e82174953854a59c1f2b1b887", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/df28ef9e82174953854a59c1f2b1b887", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/df28ef9e82174953854a59c1f2b1b887", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/df28ef9e82174953854a59c1f2b1b887", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/df28ef9e82174953854a59c1f2b1b887", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/df28ef9e82174953854a59c1f2b1b887", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/df28ef9e82174953854a59c1f2b1b887", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/df28ef9e82174953854a59c1f2b1b887", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b", "id": "50893b31363142ceaa62b77fbc5e49ae"}, "audit_ids": ["YzX0wFkhSJqF8V1K3UwoTw"], "issued_at": "2018-11-19T07:00:34.000000Z"}} 2018-11-19 07:00:34,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:00:34,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:00:34,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-ea0a08c2-7b48-4e6d-877f-3dacfe80b224 Date: Mon, 19 Nov 2018 07:00:34 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T07:00:33Z","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"df28ef9e82174953854a59c1f2b1b887","id":"5063b893-639d-4023-9667-85b3e96a7978","name":"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 07:00:34,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ea0a08c2-7b48-4e6d-877f-3dacfe80b224 2018-11-19 07:00:34,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257041931152s 2018-11-19 07:00:34,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ea0a08c2-7b48-4e6d-877f-3dacfe80b224 2018-11-19 07:00:34,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-19 07:00:34,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"subnet": {"name": "cloudify_ims-subnet_806e1756-4a86-43cc-9cd3-89905473b98b", "enable_dhcp": true, "network_id": "5063b893-639d-4023-9667-85b3e96a7978", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-19 07:00:35,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c71d58fb-3d72-4af1-be5f-632b0b64eef8 Date: Mon, 19 Nov 2018 07:00:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5063b893-639d-4023-9667-85b3e96a7978","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:00:34Z","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":"df28ef9e82174953854a59c1f2b1b887","id":"6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6","subnetpool_id":null,"name":"cloudify_ims-subnet_806e1756-4a86-43cc-9cd3-89905473b98b"}} 2018-11-19 07:00:35,140 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c71d58fb-3d72-4af1-be5f-632b0b64eef8 2018-11-19 07:00:35,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.806704044342s 2018-11-19 07:00:35,140 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c71d58fb-3d72-4af1-be5f-632b0b64eef8 2018-11-19 07:00:35,140 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T07:00:34Z', 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'6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_806e1756-4a86-43cc-9cd3-89905473b98b', u'enable_dhcp': True, u'network_id': u'5063b893-639d-4023-9667-85b3e96a7978', u'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:00:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'df28ef9e82174953854a59c1f2b1b887'}) 2018-11-19 07:00:35,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-19 07:00:35,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "cloudify_ims-router_806e1756-4a86-43cc-9cd3-89905473b98b", "admin_state_up": true}}' 2018-11-19 07:00:40,289 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-11cab5cf-9676-44fd-864e-f90e0b58e765 Date: Mon, 19 Nov 2018 07:00:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:35Z", "admin_state_up": true, "updated_at": "2018-11-19T07:00:36Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "61ab13da-1421-4a3b-a804-97f334619f71", "name": "cloudify_ims-router_806e1756-4a86-43cc-9cd3-89905473b98b"}} 2018-11-19 07:00:40,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-11cab5cf-9676-44fd-864e-f90e0b58e765 2018-11-19 07:00:40,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.14815688133s 2018-11-19 07:00:40,290 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-11cab5cf-9676-44fd-864e-f90e0b58e765 2018-11-19 07:00:40,290 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T07:00:36Z', u'revision_number': 2, u'id': u'61ab13da-1421-4a3b-a804-97f334619f71', u'external_gateway_info': {u'network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e10ff475-4fb8-40a2-b12d-81ce409900d1', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_806e1756-4a86-43cc-9cd3-89905473b98b', u'admin_state_up': True, u'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:00:35Z', u'flavor_id': None, u'routes': [], u'project_id': u'df28ef9e82174953854a59c1f2b1b887'}) 2018-11-19 07:00:40,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-19 07:00:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71/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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"subnet_id": "6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6"}' 2018-11-19 07:00:42,542 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c302a1d7-6390-4abe-a9da-1a367740ca57 Date: Mon, 19 Nov 2018 07:00:42 GMT RESP BODY: {"network_id": "5063b893-639d-4023-9667-85b3e96a7978", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "subnet_id": "6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6", "subnet_ids": ["6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6"], "port_id": "45e5f7ec-0846-4539-9849-d942ae39a570", "id": "61ab13da-1421-4a3b-a804-97f334619f71"} 2018-11-19 07:00:42,542 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71/add_router_interface.json used request id req-c302a1d7-6390-4abe-a9da-1a367740ca57 2018-11-19 07:00:42,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.25127696991s 2018-11-19 07:00:42,542 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71/add_router_interface.json used request id req-c302a1d7-6390-4abe-a9da-1a367740ca57 returning object 61ab13da-1421-4a3b-a804-97f334619f71 2018-11-19 07:00:42,543 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-11-19 07:01:08,607 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-11-19 07:01:08,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:01:08,616 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 07:01:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 07:01:08,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:01:08,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:01:09,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6bb86165-7fb4-46d4-a3a1-465acca8a593 Date: Mon, 19 Nov 2018 07:01:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:01:09,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6bb86165-7fb4-46d4-a3a1-465acca8a593 2018-11-19 07:01:09,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.579207897186s 2018-11-19 07:01:09,199 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6bb86165-7fb4-46d4-a3a1-465acca8a593 2018-11-19 07:01:09,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 07:01:09,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b"}' 2018-11-19 07:01:09,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246 X-Openstack-Request-Id: req-00996bd4-b15d-47d0-9afd-02a8a90d8ff4 Date: Mon, 19 Nov 2018 07:01:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "size": null, "self": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:01:09Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": null, "created_at": "2018-11-19T07:01:09Z", "protected": false} 2018-11-19 07:01:09,446 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-00996bd4-b15d-47d0-9afd-02a8a90d8ff4 2018-11-19 07:01:09,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.245217084885s 2018-11-19 07:01:09,447 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-00996bd4-b15d-47d0-9afd-02a8a90d8ff4 returning object c6b6dac8-3261-42ba-98ee-b0276a158246 2018-11-19 07:01:09,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 07:01:09,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '' 2018-11-19 07:02:21,641 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fee7ee15-dd2f-465c-b52d-37da8d4bd861 Date: Mon, 19 Nov 2018 07:02:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:02:21,641 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file used request id req-fee7ee15-dd2f-465c-b52d-37da8d4bd861 2018-11-19 07:02:21,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 72.1933779716s 2018-11-19 07:02:21,641 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file used request id req-fee7ee15-dd2f-465c-b52d-37da8d4bd861 2018-11-19 07:02:21,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:02:21,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:22,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-498ef921-5392-4674-91ea-ee1f98d86c27 Date: Mon, 19 Nov 2018 07:02:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "metadata": {}}], "file": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "size": 4373348352, "self": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:02:21Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:01:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:02:22,206 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-498ef921-5392-4674-91ea-ee1f98d86c27 2018-11-19 07:02:22,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.563609838486s 2018-11-19 07:02:22,206 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-498ef921-5392-4674-91ea-ee1f98d86c27 2018-11-19 07:02:22,208 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file', 'owner': u'df28ef9e82174953854a59c1f2b1b887', 'id': u'c6b6dac8-3261-42ba-98ee-b0276a158246', 'size': 4373348352, u'self': u'/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df28ef9e82174953854a59c1f2b1b887', 'name': 'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T07:02:21Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T07:02:21Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b', 'created': u'2018-11-19T07:01:09Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-11-19T07:01:09Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-11-19 07:02:22,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 07:02:22,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_806e1756-4a86-43cc-9cd3-89905473b98b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-11-19 07:02:22,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-73032029-dc9b-483c-93cb-16b1c3aa45fd x-compute-request-id: req-73032029-dc9b-483c-93cb-16b1c3aa45fd Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "81c807df-78da-411f-b086-9ea1ccd414d4", "name": "cloudify_ims-flavor_806e1756-4a86-43cc-9cd3-89905473b98b", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 07:02:22,792 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-73032029-dc9b-483c-93cb-16b1c3aa45fd 2018-11-19 07:02:22,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.582796096802s 2018-11-19 07:02:22,793 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-73032029-dc9b-483c-93cb-16b1c3aa45fd returning object 81c807df-78da-411f-b086-9ea1ccd414d4 2018-11-19 07:02:22,794 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_806e1756-4a86-43cc-9cd3-89905473b98b', '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'afd2db966a884ce5bd33890fef4382f7', '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'81c807df-78da-411f-b086-9ea1ccd414d4', 'swap': 0}) 2018-11-19 07:02:22,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 07:02:22,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4/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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"extra_specs": {}}' 2018-11-19 07:02:22,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:02:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-56fbdcc8-2f70-4c41-beb8-df76e4f7f381 x-compute-request-id: req-56fbdcc8-2f70-4c41-beb8-df76e4f7f381 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 07:02:22,817 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4/os-extra_specs used request id req-56fbdcc8-2f70-4c41-beb8-df76e4f7f381 2018-11-19 07:02:22,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227358341217s 2018-11-19 07:02:22,817 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4/os-extra_specs used request id req-56fbdcc8-2f70-4c41-beb8-df76e4f7f381 2018-11-19 07:02:22,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-19 07:02:22,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"keypair": {"name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b"}}' 2018-11-19 07:02:23,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-5c89a97f-1613-4fcc-aa38-400cad81ecc3 x-compute-request-id: req-5c89a97f-1613-4fcc-aa38-400cad81ecc3 Content-Encoding: gzip Content-Length: 1812 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+RRQHlnSmjbZh9ziShPbtC7YWg6pWxgSUwiSRfyB17HLYI0GHCMxyKsZGZseR2sobChv/DDY4JeWIVLGsSvhMmXch/MVY3fgPJ1gqhuLJzMRcB/mMYn4swD6A4Arza6IdkxsE4Yt6U2SS88GA936JlGzy2wVuBaNRavNlq5Xf58AsvIL+uUXZUa06+i1/WdCBvZNd/Xww0QWabq9WOw7NnrMRw11OGhFVgCNXu2WctlgWqqQRABAytKQ5VrjDS2H5ASwZqWJ5aFZooZl3si1M0fUqSf5JTsb8sbiWIuno6Il35G6zmj5lAYw4yZUlonMUTmifZSW8dSE/uDEBwWH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAz/kUUB5Z0po22Yfc4koT27Qu2FoOqVsYElMIkkX8gdexy2CN\nBhwjMcirGRmbHkdrKGwob/ww2OCXliFSxrEr4TJl3IfzFWN34DydYKobiyczEXAf\n5jGJ+LMA+gOAK82uiHZMbBOGLelNkkvPBgPd+iZRs8tsFbgWjUWrzZauV3+fALLy\nC/rlF2VGtOvotf1nQgb2TXf18MNEFmm6vVjsOzZ6zEcNdThoRVYAjV7tlnLZYFqq\nkEQAQMrSkOVa4w0th+QEsGalieWhWaKGZd7ItTNH1Kkn+SU7G/LG4liLp6OiJd+R\nus5o+ZQGMOMmVJaJzFE5on2UlvHUhP7gxAcFhwIDAQABAoIBAFbzRFLa3aL3Zsc7\nzlWtsu/APXWm8UpNE5tVq9e7+v4uN99X1p4fVXeS9jXgRsI6Ccs0rRNk1OdXvwi9\nleYMXNQiRgQVssPWel/9965acHmVQfygbDXJsG2SKW5d2FB4Beh3zSvCXe8EA7KO\nj1dsdnoHW1FYUzAhbwxRfKrPvMRHjZgx5QiCQrVAQwXsqnd1EIMun/dB/Yvs2A6+\nO6hektCtSfqkUoHMrD8SRUVqfab54DvxpwSQeKQL/6q2FJyylfAzzy0KPK+dxKYV\nhk39d8hxADXA0Gxixvwf9tqdotNdyK+AEc1DNCN2ff5rb7EYQFmPt8/RHyxl5JMA\n87tVasECgYEA+i4KWD+Og43XYk9NUeHAr54awSAHRgH9zxXEHKsOFWnEeYQ0l8EN\ndyYHDHXf8DVgpzc5PQhqbrrr4mNSxrAsXHvXm/m30ls6JQ7V757X3w+pzPQU5MYV\nlvm/QDC3aT8GQGYc1pWhFC/NmI5sFSPLT4GL10qU/SjkXWucvmquLC0CgYEA1M+s\ncEr48gXmwsdjY0qjCvppAG16W/B31cNfVc56a/DDJxpYJfgLHnUN4pq/6gGzk6Xc\nj3s5CxcOXcP6x3KRacx/0gVNCv/IOOlP38UfhkGFgy9/8vMzCd8ECRlVN8a2YiXt\n69QulrmuMopiTkoO26YIkRAlJN6lMAI8U0RCJQMCgYAMxtsqZJyPpWfRkoE9ZE0l\n6uos4MjeT2257L+mQyol98/b8N+KvIZGhn+nqEF2kBNOluhqcIqW+x7e4fmxQgAR\n/RUm1xsHODeA+v/8C920e6VNXU3P3TnvCvQ0gAht7JUSJuTkJKIkWMikOOnWLozM\nk64joaB4SWVYTA2mP+aDRQKBgQDSLYErLoCL15Q/Dtlz+QTqFMKbb4SHRQm1j02a\n22BBNvompngkl8OzgvwBr8CXBrMqwYcCFjsSXuULakFFtjszeItNC3s5v8EppBQE\n9xTZbeDE3abKdbMUrrO3oNNvUMxURw2h+l9A8YW/2Liahb4C5QpU6tMkhNg0gCDA\nRAvnrQKBgQD5GVbJWFHCvLRCeCbdBQFrXRsAMvqoeFcGljugegip+8jDOyEsD1Db\n5cBEyl8jibK5evz2oajIiG/9NV3BiPhlQshO0DjxRzB8fgtRgyvYoRgWjmwUL5YR\nRFHrmjIYLJ5iiswxTmDRx762eWVSWcXMJzVsik40XAT4QyWIcFKWrw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "50893b31363142ceaa62b77fbc5e49ae", "name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "fingerprint": "86:bd:bb:c1:66:1d:4e:9c:c5:9a:ff:7f:34:5b:f9:ac"}} 2018-11-19 07:02:23,087 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5c89a97f-1613-4fcc-aa38-400cad81ecc3 2018-11-19 07:02:23,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.268974065781s 2018-11-19 07:02:23,088 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-5c89a97f-1613-4fcc-aa38-400cad81ecc3 2018-11-19 07:02:23,088 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+RRQHlnSmjbZh9ziShPbtC7YWg6pWxgSUwiSRfyB17HLYI0GHCMxyKsZGZseR2sobChv/DDY4JeWIVLGsSvhMmXch/MVY3fgPJ1gqhuLJzMRcB/mMYn4swD6A4Arza6IdkxsE4Yt6U2SS88GA936JlGzy2wVuBaNRavNlq5Xf58AsvIL+uUXZUa06+i1/WdCBvZNd/Xww0QWabq9WOw7NnrMRw11OGhFVgCNXu2WctlgWqqQRABAytKQ5VrjDS2H5ASwZqWJ5aFZooZl3si1M0fUqSf5JTsb8sbiWIuno6Il35G6zmj5lAYw4yZUlonMUTmifZSW8dSE/uDEBwWH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAz/kUUB5Z0po22Yfc4koT27Qu2FoOqVsYElMIkkX8gdexy2CN\nBhwjMcirGRmbHkdrKGwob/ww2OCXliFSxrEr4TJl3IfzFWN34DydYKobiyczEXAf\n5jGJ+LMA+gOAK82uiHZMbBOGLelNkkvPBgPd+iZRs8tsFbgWjUWrzZauV3+fALLy\nC/rlF2VGtOvotf1nQgb2TXf18MNEFmm6vVjsOzZ6zEcNdThoRVYAjV7tlnLZYFqq\nkEQAQMrSkOVa4w0th+QEsGalieWhWaKGZd7ItTNH1Kkn+SU7G/LG4liLp6OiJd+R\nus5o+ZQGMOMmVJaJzFE5on2UlvHUhP7gxAcFhwIDAQABAoIBAFbzRFLa3aL3Zsc7\nzlWtsu/APXWm8UpNE5tVq9e7+v4uN99X1p4fVXeS9jXgRsI6Ccs0rRNk1OdXvwi9\nleYMXNQiRgQVssPWel/9965acHmVQfygbDXJsG2SKW5d2FB4Beh3zSvCXe8EA7KO\nj1dsdnoHW1FYUzAhbwxRfKrPvMRHjZgx5QiCQrVAQwXsqnd1EIMun/dB/Yvs2A6+\nO6hektCtSfqkUoHMrD8SRUVqfab54DvxpwSQeKQL/6q2FJyylfAzzy0KPK+dxKYV\nhk39d8hxADXA0Gxixvwf9tqdotNdyK+AEc1DNCN2ff5rb7EYQFmPt8/RHyxl5JMA\n87tVasECgYEA+i4KWD+Og43XYk9NUeHAr54awSAHRgH9zxXEHKsOFWnEeYQ0l8EN\ndyYHDHXf8DVgpzc5PQhqbrrr4mNSxrAsXHvXm/m30ls6JQ7V757X3w+pzPQU5MYV\nlvm/QDC3aT8GQGYc1pWhFC/NmI5sFSPLT4GL10qU/SjkXWucvmquLC0CgYEA1M+s\ncEr48gXmwsdjY0qjCvppAG16W/B31cNfVc56a/DDJxpYJfgLHnUN4pq/6gGzk6Xc\nj3s5CxcOXcP6x3KRacx/0gVNCv/IOOlP38UfhkGFgy9/8vMzCd8ECRlVN8a2YiXt\n69QulrmuMopiTkoO26YIkRAlJN6lMAI8U0RCJQMCgYAMxtsqZJyPpWfRkoE9ZE0l\n6uos4MjeT2257L+mQyol98/b8N+KvIZGhn+nqEF2kBNOluhqcIqW+x7e4fmxQgAR\n/RUm1xsHODeA+v/8C920e6VNXU3P3TnvCvQ0gAht7JUSJuTkJKIkWMikOOnWLozM\nk64joaB4SWVYTA2mP+aDRQKBgQDSLYErLoCL15Q/Dtlz+QTqFMKbb4SHRQm1j02a\n22BBNvompngkl8OzgvwBr8CXBrMqwYcCFjsSXuULakFFtjszeItNC3s5v8EppBQE\n9xTZbeDE3abKdbMUrrO3oNNvUMxURw2h+l9A8YW/2Liahb4C5QpU6tMkhNg0gCDA\nRAvnrQKBgQD5GVbJWFHCvLRCeCbdBQFrXRsAMvqoeFcGljugegip+8jDOyEsD1Db\n5cBEyl8jibK5evz2oajIiG/9NV3BiPhlQshO0DjxRzB8fgtRgyvYoRgWjmwUL5YR\nRFHrmjIYLJ5iiswxTmDRx762eWVSWcXMJzVsik40XAT4QyWIcFKWrw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'50893b31363142ceaa62b77fbc5e49ae', 'name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'created_at': '2018-11-19T07:02:23.088785', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df28ef9e82174953854a59c1f2b1b887', 'name': 'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'86:bd:bb:c1:66:1d:4e:9c:c5:9a:ff:7f:34:5b:f9:ac', 'type': 'ssh', 'id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b'}) 2018-11-19 07:02:23,089 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAz/kUUB5Z0po22Yfc4koT27Qu2FoOqVsYElMIkkX8gdexy2CN BhwjMcirGRmbHkdrKGwob/ww2OCXliFSxrEr4TJl3IfzFWN34DydYKobiyczEXAf 5jGJ+LMA+gOAK82uiHZMbBOGLelNkkvPBgPd+iZRs8tsFbgWjUWrzZauV3+fALLy C/rlF2VGtOvotf1nQgb2TXf18MNEFmm6vVjsOzZ6zEcNdThoRVYAjV7tlnLZYFqq kEQAQMrSkOVa4w0th+QEsGalieWhWaKGZd7ItTNH1Kkn+SU7G/LG4liLp6OiJd+R us5o+ZQGMOMmVJaJzFE5on2UlvHUhP7gxAcFhwIDAQABAoIBAFbzRFLa3aL3Zsc7 zlWtsu/APXWm8UpNE5tVq9e7+v4uN99X1p4fVXeS9jXgRsI6Ccs0rRNk1OdXvwi9 leYMXNQiRgQVssPWel/9965acHmVQfygbDXJsG2SKW5d2FB4Beh3zSvCXe8EA7KO j1dsdnoHW1FYUzAhbwxRfKrPvMRHjZgx5QiCQrVAQwXsqnd1EIMun/dB/Yvs2A6+ O6hektCtSfqkUoHMrD8SRUVqfab54DvxpwSQeKQL/6q2FJyylfAzzy0KPK+dxKYV hk39d8hxADXA0Gxixvwf9tqdotNdyK+AEc1DNCN2ff5rb7EYQFmPt8/RHyxl5JMA 87tVasECgYEA+i4KWD+Og43XYk9NUeHAr54awSAHRgH9zxXEHKsOFWnEeYQ0l8EN dyYHDHXf8DVgpzc5PQhqbrrr4mNSxrAsXHvXm/m30ls6JQ7V757X3w+pzPQU5MYV lvm/QDC3aT8GQGYc1pWhFC/NmI5sFSPLT4GL10qU/SjkXWucvmquLC0CgYEA1M+s cEr48gXmwsdjY0qjCvppAG16W/B31cNfVc56a/DDJxpYJfgLHnUN4pq/6gGzk6Xc j3s5CxcOXcP6x3KRacx/0gVNCv/IOOlP38UfhkGFgy9/8vMzCd8ECRlVN8a2YiXt 69QulrmuMopiTkoO26YIkRAlJN6lMAI8U0RCJQMCgYAMxtsqZJyPpWfRkoE9ZE0l 6uos4MjeT2257L+mQyol98/b8N+KvIZGhn+nqEF2kBNOluhqcIqW+x7e4fmxQgAR /RUm1xsHODeA+v/8C920e6VNXU3P3TnvCvQ0gAht7JUSJuTkJKIkWMikOOnWLozM k64joaB4SWVYTA2mP+aDRQKBgQDSLYErLoCL15Q/Dtlz+QTqFMKbb4SHRQm1j02a 22BBNvompngkl8OzgvwBr8CXBrMqwYcCFjsSXuULakFFtjszeItNC3s5v8EppBQE 9xTZbeDE3abKdbMUrrO3oNNvUMxURw2h+l9A8YW/2Liahb4C5QpU6tMkhNg0gCDA RAvnrQKBgQD5GVbJWFHCvLRCeCbdBQFrXRsAMvqoeFcGljugegip+8jDOyEsD1Db 5cBEyl8jibK5evz2oajIiG/9NV3BiPhlQshO0DjxRzB8fgtRgyvYoRgWjmwUL5YR RFHrmjIYLJ5iiswxTmDRx762eWVSWcXMJzVsik40XAT4QyWIcFKWrw== -----END RSA PRIVATE KEY----- 2018-11-19 07:02:23,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-19 07:02:23,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"security_group": {"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-11-19 07:02:23,460 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-c503855e-ff97-489d-9b3b-fe81a4562bad Date: Mon, 19 Nov 2018 07:02:23 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 2, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}} 2018-11-19 07:02:23,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c503855e-ff97-489d-9b3b-fe81a4562bad 2018-11-19 07:02:23,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.368167877197s 2018-11-19 07:02:23,461 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c503855e-ff97-489d-9b3b-fe81a4562bad 2018-11-19 07:02:23,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:02:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:23,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-db07fcc3-17aa-4c94-ab72-36de12008f94 Date: Mon, 19 Nov 2018 07:02:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 2, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:02:23,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db07fcc3-17aa-4c94-ab72-36de12008f94 2018-11-19 07:02:23,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.219200134277s 2018-11-19 07:02:23,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-db07fcc3-17aa-4c94-ab72-36de12008f94 2018-11-19 07:02:23,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:02:23,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -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": "e66b97a4-0a08-42f8-89e4-a409db37faea"}}' 2018-11-19 07:02:24,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5a6c0de5-1f94-45a3-a690-fb8c819f1af0 Date: Mon, 19 Nov 2018 07:02:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "port_range_min": 22, "revision_number": 0, "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5"}} 2018-11-19 07:02:24,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-5a6c0de5-1f94-45a3-a690-fb8c819f1af0 2018-11-19 07:02:24,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.336124897003s 2018-11-19 07:02:24,025 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-5a6c0de5-1f94-45a3-a690-fb8c819f1af0 2018-11-19 07:02:24,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:02:24,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:24,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-7fd3bf79-d0b1-4420-aba5-23f948ee3441 Date: Mon, 19 Nov 2018 07:02:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 3, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:02:24,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7fd3bf79-d0b1-4420-aba5-23f948ee3441 2018-11-19 07:02:24,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.28676700592s 2018-11-19 07:02:24,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7fd3bf79-d0b1-4420-aba5-23f948ee3441 2018-11-19 07:02:24,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:02:24,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -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": "e66b97a4-0a08-42f8-89e4-a409db37faea"}}' 2018-11-19 07:02:24,640 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-e2f05c4a-3032-4a59-a5ac-91cebba6f1b1 Date: Mon, 19 Nov 2018 07:02: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-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "port_range_min": null, "revision_number": 0, "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:24Z", "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "cdbf00af-7627-43f0-b8eb-f6f22b3c7dc9"}} 2018-11-19 07:02:24,640 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e2f05c4a-3032-4a59-a5ac-91cebba6f1b1 2018-11-19 07:02:24,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.320390939713s 2018-11-19 07:02:24,640 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e2f05c4a-3032-4a59-a5ac-91cebba6f1b1 2018-11-19 07:02:24,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:02:24,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:24,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-c6ad151c-110f-4dda-8611-f8e2d9a5dc9b Date: Mon, 19 Nov 2018 07:02:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "cdbf00af-7627-43f0-b8eb-f6f22b3c7dc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:02:24,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c6ad151c-110f-4dda-8611-f8e2d9a5dc9b 2018-11-19 07:02:24,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0539770126343s 2018-11-19 07:02:24,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c6ad151c-110f-4dda-8611-f8e2d9a5dc9b 2018-11-19 07:02:24,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:02:24,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -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": "e66b97a4-0a08-42f8-89e4-a409db37faea"}}' 2018-11-19 07:02:25,011 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-73998cac-b733-4502-a0ce-5d69453c0a65 Date: Mon, 19 Nov 2018 07:02:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "port_range_min": 80, "revision_number": 0, "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:24Z", "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "ced6d976-28cf-47ab-8b71-94333636acbd"}} 2018-11-19 07:02:25,011 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-73998cac-b733-4502-a0ce-5d69453c0a65 2018-11-19 07:02:25,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.309415102005s 2018-11-19 07:02:25,011 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-73998cac-b733-4502-a0ce-5d69453c0a65 2018-11-19 07:02:25,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:02:25,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:25,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-0055d8f1-4727-4f63-9d8f-4a015a5daabb Date: Mon, 19 Nov 2018 07:02:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "cdbf00af-7627-43f0-b8eb-f6f22b3c7dc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "ced6d976-28cf-47ab-8b71-94333636acbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 80, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 5, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:02:25,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0055d8f1-4727-4f63-9d8f-4a015a5daabb 2018-11-19 07:02:25,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.211549043655s 2018-11-19 07:02:25,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0055d8f1-4727-4f63-9d8f-4a015a5daabb 2018-11-19 07:02:25,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:02:25,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -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": "e66b97a4-0a08-42f8-89e4-a409db37faea"}}' 2018-11-19 07:02:25,579 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d8994c26-775b-4230-bab5-0901f4d78c73 Date: Mon, 19 Nov 2018 07:02:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "port_range_min": 443, "revision_number": 0, "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:25Z", "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "1ba4d1ae-54ee-4651-aea8-0c7af4c4ddf8"}} 2018-11-19 07:02:25,580 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d8994c26-775b-4230-bab5-0901f4d78c73 2018-11-19 07:02:25,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.34868478775s 2018-11-19 07:02:25,580 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d8994c26-775b-4230-bab5-0901f4d78c73 2018-11-19 07:02:25,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:02:25,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:25,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-bb2c4234-edae-47f1-8e5b-ce8a590d258b Date: Mon, 19 Nov 2018 07:02:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-19T07:02:25Z", "revision_number": 0, "id": "1ba4d1ae-54ee-4651-aea8-0c7af4c4ddf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 443, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "cdbf00af-7627-43f0-b8eb-f6f22b3c7dc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "ced6d976-28cf-47ab-8b71-94333636acbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 80, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 6, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:02:25,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bb2c4234-edae-47f1-8e5b-ce8a590d258b 2018-11-19 07:02:25,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195263147354s 2018-11-19 07:02:25,779 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bb2c4234-edae-47f1-8e5b-ce8a590d258b 2018-11-19 07:02:25,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:02:25,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -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": "e66b97a4-0a08-42f8-89e4-a409db37faea"}}' 2018-11-19 07:02:25,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-2feac1c4-ad24-4a7e-b573-c5551848647d Date: Mon, 19 Nov 2018 07:02:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "port_range_min": 5671, "revision_number": 0, "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:25Z", "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "c78926d2-a7f5-4397-a8a8-8648c1530d15"}} 2018-11-19 07:02:25,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2feac1c4-ad24-4a7e-b573-c5551848647d 2018-11-19 07:02:25,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.161540985107s 2018-11-19 07:02:25,945 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2feac1c4-ad24-4a7e-b573-c5551848647d 2018-11-19 07:02:25,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:02:25,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:26,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-c8d88baa-56a3-4f97-a49f-ae2d71bd514c Date: Mon, 19 Nov 2018 07:02:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-19T07:02:25Z", "revision_number": 0, "id": "1ba4d1ae-54ee-4651-aea8-0c7af4c4ddf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 443, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-19T07:02:25Z", "revision_number": 0, "id": "c78926d2-a7f5-4397-a8a8-8648c1530d15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "cdbf00af-7627-43f0-b8eb-f6f22b3c7dc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "ced6d976-28cf-47ab-8b71-94333636acbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 80, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 7, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:02:26,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c8d88baa-56a3-4f97-a49f-ae2d71bd514c 2018-11-19 07:02:26,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0564069747925s 2018-11-19 07:02:26,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c8d88baa-56a3-4f97-a49f-ae2d71bd514c 2018-11-19 07:02:26,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:02:26,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -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": "e66b97a4-0a08-42f8-89e4-a409db37faea"}}' 2018-11-19 07:02:26,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-df1e7832-6290-4ec2-b029-0924dc7ccd85 Date: Mon, 19 Nov 2018 07:02:26 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-11-19T07:02:26Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "port_range_min": 53333, "revision_number": 0, "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:26Z", "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e0ea6e1b-d7bc-4709-b43e-4689905edf06"}} 2018-11-19 07:02:26,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-df1e7832-6290-4ec2-b029-0924dc7ccd85 2018-11-19 07:02:26,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.157018184662s 2018-11-19 07:02:26,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-df1e7832-6290-4ec2-b029-0924dc7ccd85 2018-11-19 07:02:26,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:02:26,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:26,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-19c75fd1-3acb-4a9b-8f4b-8657ea5ac071 Date: Mon, 19 Nov 2018 07: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":["6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6"],"updated_at":"2018-11-19T07:00:34Z","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df28ef9e82174953854a59c1f2b1b887","id":"5063b893-639d-4023-9667-85b3e96a7978","name":"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 07:02:26,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-19c75fd1-3acb-4a9b-8f4b-8657ea5ac071 2018-11-19 07:02:26,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263005971909s 2018-11-19 07:02:26,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-19c75fd1-3acb-4a9b-8f4b-8657ea5ac071 2018-11-19 07:02:26,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:02:26,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:26,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-6a1772a8-67ae-475f-8f3f-d1c19e559cc8 Date: Mon, 19 Nov 2018 07:02:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "metadata": {}}], "file": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "size": 4373348352, "self": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:02:21Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:01:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:02:26,463 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6a1772a8-67ae-475f-8f3f-d1c19e559cc8 2018-11-19 07:02:26,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0306880474091s 2018-11-19 07:02:26,464 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6a1772a8-67ae-475f-8f3f-d1c19e559cc8 2018-11-19 07:02:26,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:02:26,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:26,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:02: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-2c438316-36e7-46c9-b7a6-2c3a0189047d x-compute-request-id: req-2c438316-36e7-46c9-b7a6-2c3a0189047d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "81c807df-78da-411f-b086-9ea1ccd414d4", "name": "cloudify_ims-flavor_806e1756-4a86-43cc-9cd3-89905473b98b", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:02:26,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2c438316-36e7-46c9-b7a6-2c3a0189047d 2018-11-19 07:02:26,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0333728790283s 2018-11-19 07:02:26,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2c438316-36e7-46c9-b7a6-2c3a0189047d 2018-11-19 07:02:26,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-19 07:02:26,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"server": {"name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "imageRef": "c6b6dac8-3261-42ba-98ee-b0276a158246", "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "flavorRef": "81c807df-78da-411f-b086-9ea1ccd414d4", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5063b893-639d-4023-9667-85b3e96a7978"}], "security_groups": [{"name": "e66b97a4-0a08-42f8-89e4-a409db37faea"}]}}' 2018-11-19 07:02:29,466 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:02: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-dd5b1c45-bd80-437e-a291-e0461dcfa145 x-compute-request-id: req-dd5b1c45-bd80-437e-a291-e0461dcfa145 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e66b97a4-0a08-42f8-89e4-a409db37faea"}], "OS-DCF:diskConfig": "MANUAL", "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "adminPass": "9kbG7qrJcKLg"}} 2018-11-19 07:02:29,467 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-dd5b1c45-bd80-437e-a291-e0461dcfa145 2018-11-19 07:02:29,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.96571612358s 2018-11-19 07:02:29,467 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-dd5b1c45-bd80-437e-a291-e0461dcfa145 2018-11-19 07:02:29,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:29,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:29,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-240972f0-0c17-4499-981e-0c940aa22a39 x-compute-request-id: req-240972f0-0c17-4499-981e-0c940aa22a39 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:29,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-240972f0-0c17-4499-981e-0c940aa22a39 2018-11-19 07:02:29,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.282721042633s 2018-11-19 07:02:29,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-240972f0-0c17-4499-981e-0c940aa22a39 2018-11-19 07:02:29,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:02:29,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:29,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-65875ef3-9007-4724-882c-19b71725e3f8 Date: Mon, 19 Nov 2018 07:02: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":["6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6"],"updated_at":"2018-11-19T07:00:34Z","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df28ef9e82174953854a59c1f2b1b887","id":"5063b893-639d-4023-9667-85b3e96a7978","name":"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 07:02:29,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-65875ef3-9007-4724-882c-19b71725e3f8 2018-11-19 07:02:29,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107570886612s 2018-11-19 07:02:29,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-65875ef3-9007-4724-882c-19b71725e3f8 2018-11-19 07:02:29,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 07:02:29,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:29,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-849f16b2-0258-4337-8e27-c4708d229a9d Date: Mon, 19 Nov 2018 07:02:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5063b893-639d-4023-9667-85b3e96a7978","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:00:34Z","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":"df28ef9e82174953854a59c1f2b1b887","id":"6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6","subnetpool_id":null,"name":"cloudify_ims-subnet_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:02:29,925 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-849f16b2-0258-4337-8e27-c4708d229a9d 2018-11-19 07:02:29,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0578181743622s 2018-11-19 07:02:29,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-849f16b2-0258-4337-8e27-c4708d229a9d 2018-11-19 07:02:29,926 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:31,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:31,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:32,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-91f65371-99c7-4806-8f8c-f34f1a5991f6 x-compute-request-id: req-91f65371-99c7-4806-8f8c-f34f1a5991f6 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:32,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91f65371-99c7-4806-8f8c-f34f1a5991f6 2018-11-19 07:02:32,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868432044983s 2018-11-19 07:02:32,798 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-91f65371-99c7-4806-8f8c-f34f1a5991f6 2018-11-19 07:02:32,802 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:34,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:34,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:35,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-7eda856f-b9db-471b-9415-ad395552332d x-compute-request-id: req-7eda856f-b9db-471b-9415-ad395552332d 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:35,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7eda856f-b9db-471b-9415-ad395552332d 2018-11-19 07:02:35,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.893007040024s 2018-11-19 07:02:35,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7eda856f-b9db-471b-9415-ad395552332d 2018-11-19 07:02:35,702 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:37,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:37,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:38,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:02: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-fa3ca170-dfe3-4baa-bd9c-900fe90058aa x-compute-request-id: req-fa3ca170-dfe3-4baa-bd9c-900fe90058aa 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:38,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa3ca170-dfe3-4baa-bd9c-900fe90058aa 2018-11-19 07:02:38,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.915286064148s 2018-11-19 07:02:38,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa3ca170-dfe3-4baa-bd9c-900fe90058aa 2018-11-19 07:02:38,624 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:40,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:40,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:41,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:02: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-806bf786-ebc7-4f93-97d6-d4ff05d66b2e x-compute-request-id: req-806bf786-ebc7-4f93-97d6-d4ff05d66b2e 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:41,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-806bf786-ebc7-4f93-97d6-d4ff05d66b2e 2018-11-19 07:02:41,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.551913976669s 2018-11-19 07:02:41,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-806bf786-ebc7-4f93-97d6-d4ff05d66b2e 2018-11-19 07:02:41,183 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:43,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:43,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:44,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-55e51343-37d4-46ac-bbe7-531c69624f44 x-compute-request-id: req-55e51343-37d4-46ac-bbe7-531c69624f44 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:44,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55e51343-37d4-46ac-bbe7-531c69624f44 2018-11-19 07:02:44,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.873556852341s 2018-11-19 07:02:44,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55e51343-37d4-46ac-bbe7-531c69624f44 2018-11-19 07:02:44,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:46,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:46,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:46,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:02: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-709fdcc0-acbc-4fdc-95f7-7f8d561e2d5c x-compute-request-id: req-709fdcc0-acbc-4fdc-95f7-7f8d561e2d5c 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:46,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-709fdcc0-acbc-4fdc-95f7-7f8d561e2d5c 2018-11-19 07:02:46,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566250085831s 2018-11-19 07:02:46,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-709fdcc0-acbc-4fdc-95f7-7f8d561e2d5c 2018-11-19 07:02:46,637 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:48,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:48,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:49,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-cdd7a619-93af-4f06-abf1-cf06f99579e9 x-compute-request-id: req-cdd7a619-93af-4f06-abf1-cf06f99579e9 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:49,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cdd7a619-93af-4f06-abf1-cf06f99579e9 2018-11-19 07:02:49,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.723533153534s 2018-11-19 07:02:49,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cdd7a619-93af-4f06-abf1-cf06f99579e9 2018-11-19 07:02:49,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:51,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:51,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:51,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-d1d7705b-a1c5-4e17-8997-bff079f037aa x-compute-request-id: req-d1d7705b-a1c5-4e17-8997-bff079f037aa 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:51,902 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1d7705b-a1c5-4e17-8997-bff079f037aa 2018-11-19 07:02:51,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53179693222s 2018-11-19 07:02:51,902 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1d7705b-a1c5-4e17-8997-bff079f037aa 2018-11-19 07:02:51,906 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:53,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:53,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:54,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-7633751c-2302-4e61-b4a8-92548d85afa7 x-compute-request-id: req-7633751c-2302-4e61-b4a8-92548d85afa7 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:54,443 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7633751c-2302-4e61-b4a8-92548d85afa7 2018-11-19 07:02:54,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534940004349s 2018-11-19 07:02:54,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7633751c-2302-4e61-b4a8-92548d85afa7 2018-11-19 07:02:54,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:56,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:56,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:02:56,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-b821e5eb-f793-428f-b47e-d8a7adc409e4 x-compute-request-id: req-b821e5eb-f793-428f-b47e-d8a7adc409e4 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:02:56,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b821e5eb-f793-428f-b47e-d8a7adc409e4 2018-11-19 07:02:56,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541571140289s 2018-11-19 07:02:56,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b821e5eb-f793-428f-b47e-d8a7adc409e4 2018-11-19 07:02:56,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:02:58,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:02:59,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:00,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:02:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f04de386-b0ff-4c2e-9166-5ee5e7c01449 x-compute-request-id: req-f04de386-b0ff-4c2e-9166-5ee5e7c01449 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:00,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f04de386-b0ff-4c2e-9166-5ee5e7c01449 2018-11-19 07:03:00,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00879788399s 2018-11-19 07:03:00,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f04de386-b0ff-4c2e-9166-5ee5e7c01449 2018-11-19 07:03:00,012 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:02,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:02,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:02,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cccf2d82-439c-4ad8-a25b-40444be26973 x-compute-request-id: req-cccf2d82-439c-4ad8-a25b-40444be26973 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:02,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cccf2d82-439c-4ad8-a25b-40444be26973 2018-11-19 07:03:02,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719841003418s 2018-11-19 07:03:02,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cccf2d82-439c-4ad8-a25b-40444be26973 2018-11-19 07:03:02,739 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:04,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:04,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:05,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03: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-3c63649a-207d-467f-8d0b-5e30ca8c9dc2 x-compute-request-id: req-3c63649a-207d-467f-8d0b-5e30ca8c9dc2 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:05,577 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c63649a-207d-467f-8d0b-5e30ca8c9dc2 2018-11-19 07:03:05,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.835583925247s 2018-11-19 07:03:05,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c63649a-207d-467f-8d0b-5e30ca8c9dc2 2018-11-19 07:03:05,582 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:07,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:08,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03: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-260acf22-9651-4a67-94af-56827bf9d85d x-compute-request-id: req-260acf22-9651-4a67-94af-56827bf9d85d 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:08,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-260acf22-9651-4a67-94af-56827bf9d85d 2018-11-19 07:03:08,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00970411301s 2018-11-19 07:03:08,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-260acf22-9651-4a67-94af-56827bf9d85d 2018-11-19 07:03:08,599 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:10,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:10,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:11,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-300f0871-f24f-449f-b671-2597b813b7ad x-compute-request-id: req-300f0871-f24f-449f-b671-2597b813b7ad 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:11,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-300f0871-f24f-449f-b671-2597b813b7ad 2018-11-19 07:03:11,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.575867176056s 2018-11-19 07:03:11,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-300f0871-f24f-449f-b671-2597b813b7ad 2018-11-19 07:03:11,181 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:13,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:13,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:13,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-2441774c-9039-4d4d-8d89-75ad9024c653 x-compute-request-id: req-2441774c-9039-4d4d-8d89-75ad9024c653 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:13,890 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2441774c-9039-4d4d-8d89-75ad9024c653 2018-11-19 07:03:13,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705507040024s 2018-11-19 07:03:13,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2441774c-9039-4d4d-8d89-75ad9024c653 2018-11-19 07:03:13,894 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:15,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:15,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:16,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-6a99e2d8-e14e-4643-b3dc-22af58a1d4dc x-compute-request-id: req-6a99e2d8-e14e-4643-b3dc-22af58a1d4dc 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:16,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6a99e2d8-e14e-4643-b3dc-22af58a1d4dc 2018-11-19 07:03:16,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08347892761s 2018-11-19 07:03:16,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6a99e2d8-e14e-4643-b3dc-22af58a1d4dc 2018-11-19 07:03:16,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:18,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:18,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:19,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7114bf3-ee3a-4556-9022-6bfc850bb230 x-compute-request-id: req-e7114bf3-ee3a-4556-9022-6bfc850bb230 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:19,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7114bf3-ee3a-4556-9022-6bfc850bb230 2018-11-19 07:03:19,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523046016693s 2018-11-19 07:03:19,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e7114bf3-ee3a-4556-9022-6bfc850bb230 2018-11-19 07:03:19,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:21,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:21,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:21,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03: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-00668ab3-0676-43da-be1a-32d94bf79135 x-compute-request-id: req-00668ab3-0676-43da-be1a-32d94bf79135 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:21,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00668ab3-0676-43da-be1a-32d94bf79135 2018-11-19 07:03:21,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.396587848663s 2018-11-19 07:03:21,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-00668ab3-0676-43da-be1a-32d94bf79135 2018-11-19 07:03:21,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:23,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:23,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:24,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-2fb1499e-d2dd-449f-a50f-931abad7c173 x-compute-request-id: req-2fb1499e-d2dd-449f-a50f-931abad7c173 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:24,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fb1499e-d2dd-449f-a50f-931abad7c173 2018-11-19 07:03:24,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664818048477s 2018-11-19 07:03:24,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fb1499e-d2dd-449f-a50f-931abad7c173 2018-11-19 07:03:24,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:26,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:26,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:27,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03: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-27a5a1d3-cf7b-49c3-8d86-e3b6e763250c x-compute-request-id: req-27a5a1d3-cf7b-49c3-8d86-e3b6e763250c 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:27,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27a5a1d3-cf7b-49c3-8d86-e3b6e763250c 2018-11-19 07:03:27,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548832178116s 2018-11-19 07:03:27,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27a5a1d3-cf7b-49c3-8d86-e3b6e763250c 2018-11-19 07:03:27,146 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:29,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:29,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:29,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03: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-3d85e7e4-5415-49ff-a15d-97de68e0a4d6 x-compute-request-id: req-3d85e7e4-5415-49ff-a15d-97de68e0a4d6 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:29,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3d85e7e4-5415-49ff-a15d-97de68e0a4d6 2018-11-19 07:03:29,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.269970178604s 2018-11-19 07:03:29,419 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3d85e7e4-5415-49ff-a15d-97de68e0a4d6 2018-11-19 07:03:29,423 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:31,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:31,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:31,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03: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-40e7477d-a560-4533-98e1-8b16576e7384 x-compute-request-id: req-40e7477d-a560-4533-98e1-8b16576e7384 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:31,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-40e7477d-a560-4533-98e1-8b16576e7384 2018-11-19 07:03:31,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390069961548s 2018-11-19 07:03:31,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-40e7477d-a560-4533-98e1-8b16576e7384 2018-11-19 07:03:31,820 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:33,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:33,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:34,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9f3fcb5-f88b-4c11-8f1c-14b0332da34e x-compute-request-id: req-e9f3fcb5-f88b-4c11-8f1c-14b0332da34e 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:34,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e9f3fcb5-f88b-4c11-8f1c-14b0332da34e 2018-11-19 07:03:34,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548003196716s 2018-11-19 07:03:34,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e9f3fcb5-f88b-4c11-8f1c-14b0332da34e 2018-11-19 07:03:34,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:36,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:36,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:36,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-82a08402-59e0-4495-8df5-d5c6b3e955d1 x-compute-request-id: req-82a08402-59e0-4495-8df5-d5c6b3e955d1 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:36,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82a08402-59e0-4495-8df5-d5c6b3e955d1 2018-11-19 07:03:36,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555944919586s 2018-11-19 07:03:36,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82a08402-59e0-4495-8df5-d5c6b3e955d1 2018-11-19 07:03:36,938 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:38,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:38,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:39,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f517ff27-dd73-4bca-a940-5491c7772711 x-compute-request-id: req-f517ff27-dd73-4bca-a940-5491c7772711 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:39,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f517ff27-dd73-4bca-a940-5491c7772711 2018-11-19 07:03:39,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742107868195s 2018-11-19 07:03:39,683 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f517ff27-dd73-4bca-a940-5491c7772711 2018-11-19 07:03:39,687 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:41,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:41,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:42,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b43b57f9-26ad-4bff-9185-d8e37f45e0ae x-compute-request-id: req-b43b57f9-26ad-4bff-9185-d8e37f45e0ae 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:42,435 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b43b57f9-26ad-4bff-9185-d8e37f45e0ae 2018-11-19 07:03:42,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745095968246s 2018-11-19 07:03:42,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b43b57f9-26ad-4bff-9185-d8e37f45e0ae 2018-11-19 07:03:42,439 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:44,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:44,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:44,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f330883d-566b-4b78-8975-347f647af996 x-compute-request-id: req-f330883d-566b-4b78-8975-347f647af996 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:44,956 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f330883d-566b-4b78-8975-347f647af996 2018-11-19 07:03:44,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514163970947s 2018-11-19 07:03:44,956 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f330883d-566b-4b78-8975-347f647af996 2018-11-19 07:03:44,960 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:46,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:46,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:47,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f818322c-8ec3-4eb5-bd4c-7c64d4eb6e89 x-compute-request-id: req-f818322c-8ec3-4eb5-bd4c-7c64d4eb6e89 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:47,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f818322c-8ec3-4eb5-bd4c-7c64d4eb6e89 2018-11-19 07:03:47,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.889967918396s 2018-11-19 07:03:47,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f818322c-8ec3-4eb5-bd4c-7c64d4eb6e89 2018-11-19 07:03:47,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:49,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:49,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:50,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-6abd16ff-e424-4659-a3f0-632b69d9efb8 x-compute-request-id: req-6abd16ff-e424-4659-a3f0-632b69d9efb8 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:50,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6abd16ff-e424-4659-a3f0-632b69d9efb8 2018-11-19 07:03:50,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500311851501s 2018-11-19 07:03:50,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6abd16ff-e424-4659-a3f0-632b69d9efb8 2018-11-19 07:03:50,365 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:52,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:52,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:52,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-56ebe922-858f-404b-8def-75fafe7fd6ae x-compute-request-id: req-56ebe922-858f-404b-8def-75fafe7fd6ae 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:52,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56ebe922-858f-404b-8def-75fafe7fd6ae 2018-11-19 07:03:52,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541001081467s 2018-11-19 07:03:52,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56ebe922-858f-404b-8def-75fafe7fd6ae 2018-11-19 07:03:52,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:54,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:54,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:55,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:03:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e07b35b5-ea46-4149-83f1-195e8a05be3d x-compute-request-id: req-e07b35b5-ea46-4149-83f1-195e8a05be3d 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:55,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e07b35b5-ea46-4149-83f1-195e8a05be3d 2018-11-19 07:03:55,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368762016296s 2018-11-19 07:03:55,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e07b35b5-ea46-4149-83f1-195e8a05be3d 2018-11-19 07:03:55,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:03:57,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:03:57,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:03:58,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-342f6706-a5dd-404f-9295-3ef4c18d01cc x-compute-request-id: req-342f6706-a5dd-404f-9295-3ef4c18d01cc 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:03:58,514 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-342f6706-a5dd-404f-9295-3ef4c18d01cc 2018-11-19 07:03:58,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22128796577s 2018-11-19 07:03:58,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-342f6706-a5dd-404f-9295-3ef4c18d01cc 2018-11-19 07:03:58,518 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:00,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:00,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:01,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-f9167e44-630e-42ec-84f0-5ecbedfa1986 x-compute-request-id: req-f9167e44-630e-42ec-84f0-5ecbedfa1986 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:01,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9167e44-630e-42ec-84f0-5ecbedfa1986 2018-11-19 07:04:01,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.507948875427s 2018-11-19 07:04:01,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f9167e44-630e-42ec-84f0-5ecbedfa1986 2018-11-19 07:04:01,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:03,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:03,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:03,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04: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-b16cd7a2-a161-460b-bff1-74a3fc505b10 x-compute-request-id: req-b16cd7a2-a161-460b-bff1-74a3fc505b10 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:03,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b16cd7a2-a161-460b-bff1-74a3fc505b10 2018-11-19 07:04:03,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370114803314s 2018-11-19 07:04:03,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b16cd7a2-a161-460b-bff1-74a3fc505b10 2018-11-19 07:04:03,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:05,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:05,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:05,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-a4e21282-5a88-41e2-8027-0a01c9539424 x-compute-request-id: req-a4e21282-5a88-41e2-8027-0a01c9539424 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:05,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4e21282-5a88-41e2-8027-0a01c9539424 2018-11-19 07:04:05,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.475671052933s 2018-11-19 07:04:05,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4e21282-5a88-41e2-8027-0a01c9539424 2018-11-19 07:04:05,894 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:07,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:07,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:08,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5eb21d63-3944-4146-817a-3e6d24e92086 x-compute-request-id: req-5eb21d63-3944-4146-817a-3e6d24e92086 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:08,791 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5eb21d63-3944-4146-817a-3e6d24e92086 2018-11-19 07:04:08,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894814968109s 2018-11-19 07:04:08,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5eb21d63-3944-4146-817a-3e6d24e92086 2018-11-19 07:04:08,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:10,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:10,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:11,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6e96b4d9-f627-4c45-ae08-8e22d691a218 x-compute-request-id: req-6e96b4d9-f627-4c45-ae08-8e22d691a218 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:11,457 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e96b4d9-f627-4c45-ae08-8e22d691a218 2018-11-19 07:04:11,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658741950989s 2018-11-19 07:04:11,458 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e96b4d9-f627-4c45-ae08-8e22d691a218 2018-11-19 07:04:11,462 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:13,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:13,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:13,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78206718-900f-4b82-b503-3f7d354e5382 x-compute-request-id: req-78206718-900f-4b82-b503-3f7d354e5382 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:13,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-78206718-900f-4b82-b503-3f7d354e5382 2018-11-19 07:04:13,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499572992325s 2018-11-19 07:04:13,965 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-78206718-900f-4b82-b503-3f7d354e5382 2018-11-19 07:04:13,969 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:15,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:15,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:16,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04: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-6d26476d-450a-4882-84df-fa6833b96efb x-compute-request-id: req-6d26476d-450a-4882-84df-fa6833b96efb 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:16,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6d26476d-450a-4882-84df-fa6833b96efb 2018-11-19 07:04:16,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364585876465s 2018-11-19 07:04:16,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6d26476d-450a-4882-84df-fa6833b96efb 2018-11-19 07:04:16,341 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:18,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:18,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:18,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9576ee04-e9ee-43c3-9e7b-539230a29792 x-compute-request-id: req-9576ee04-e9ee-43c3-9e7b-539230a29792 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:18,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9576ee04-e9ee-43c3-9e7b-539230a29792 2018-11-19 07:04:18,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581477165222s 2018-11-19 07:04:18,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9576ee04-e9ee-43c3-9e7b-539230a29792 2018-11-19 07:04:18,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:20,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:20,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:21,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04: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-5185820f-a1e9-4f3e-abf3-5e334857ab0d x-compute-request-id: req-5185820f-a1e9-4f3e-abf3-5e334857ab0d 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:21,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5185820f-a1e9-4f3e-abf3-5e334857ab0d 2018-11-19 07:04:21,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490387916565s 2018-11-19 07:04:21,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5185820f-a1e9-4f3e-abf3-5e334857ab0d 2018-11-19 07:04:21,427 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:23,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:23,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:23,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-646df46c-1873-45f6-8fb5-db280194a994 x-compute-request-id: req-646df46c-1873-45f6-8fb5-db280194a994 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:23,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-646df46c-1873-45f6-8fb5-db280194a994 2018-11-19 07:04:23,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.215075016022s 2018-11-19 07:04:23,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-646df46c-1873-45f6-8fb5-db280194a994 2018-11-19 07:04:23,648 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:25,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:25,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:26,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d8dcfbf6-ee27-40e6-8726-d1db35cbd633 x-compute-request-id: req-d8dcfbf6-ee27-40e6-8726-d1db35cbd633 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:26,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d8dcfbf6-ee27-40e6-8726-d1db35cbd633 2018-11-19 07:04:26,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352472066879s 2018-11-19 07:04:26,004 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d8dcfbf6-ee27-40e6-8726-d1db35cbd633 2018-11-19 07:04:26,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:28,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:28,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:28,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e5fd2a2-61f5-4417-bd67-58b26b47798d x-compute-request-id: req-0e5fd2a2-61f5-4417-bd67-58b26b47798d 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:28,508 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e5fd2a2-61f5-4417-bd67-58b26b47798d 2018-11-19 07:04:28,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.497131109238s 2018-11-19 07:04:28,509 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0e5fd2a2-61f5-4417-bd67-58b26b47798d 2018-11-19 07:04:28,513 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:30,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:30,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04: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-31b57abd-7197-45a0-80bf-b33a0d53f8f8 x-compute-request-id: req-31b57abd-7197-45a0-80bf-b33a0d53f8f8 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:30,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-31b57abd-7197-45a0-80bf-b33a0d53f8f8 2018-11-19 07:04:30,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362241983414s 2018-11-19 07:04:30,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-31b57abd-7197-45a0-80bf-b33a0d53f8f8 2018-11-19 07:04:30,882 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:32,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:32,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:33,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f8fc1d5-3526-47bc-a0db-110c67a8cdfd x-compute-request-id: req-3f8fc1d5-3526-47bc-a0db-110c67a8cdfd 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:33,390 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3f8fc1d5-3526-47bc-a0db-110c67a8cdfd 2018-11-19 07:04:33,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.505771160126s 2018-11-19 07:04:33,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3f8fc1d5-3526-47bc-a0db-110c67a8cdfd 2018-11-19 07:04:33,394 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:35,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:35,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:35,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4f9f4d6-24af-4cde-b5b8-616a27c4eae7 x-compute-request-id: req-b4f9f4d6-24af-4cde-b5b8-616a27c4eae7 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:35,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4f9f4d6-24af-4cde-b5b8-616a27c4eae7 2018-11-19 07:04:35,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506731987s 2018-11-19 07:04:35,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4f9f4d6-24af-4cde-b5b8-616a27c4eae7 2018-11-19 07:04:35,908 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:37,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:37,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:38,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ada6a4bc-51c2-4408-983d-e3edafc1943d x-compute-request-id: req-ada6a4bc-51c2-4408-983d-e3edafc1943d 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:38,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ada6a4bc-51c2-4408-983d-e3edafc1943d 2018-11-19 07:04:38,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.399931907654s 2018-11-19 07:04:38,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ada6a4bc-51c2-4408-983d-e3edafc1943d 2018-11-19 07:04:38,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:40,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:40,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:40,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fc2f127-e94a-4d55-b038-a6c376db8d78 x-compute-request-id: req-6fc2f127-e94a-4d55-b038-a6c376db8d78 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:40,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fc2f127-e94a-4d55-b038-a6c376db8d78 2018-11-19 07:04:40,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.338040113449s 2018-11-19 07:04:40,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fc2f127-e94a-4d55-b038-a6c376db8d78 2018-11-19 07:04:40,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:42,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:42,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:43,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-5b0c6fa5-d34f-4718-a287-89ae91535235 x-compute-request-id: req-5b0c6fa5-d34f-4718-a287-89ae91535235 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:43,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b0c6fa5-d34f-4718-a287-89ae91535235 2018-11-19 07:04:43,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.707982063293s 2018-11-19 07:04:43,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b0c6fa5-d34f-4718-a287-89ae91535235 2018-11-19 07:04:43,375 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:45,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:45,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:45,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e1dbdfa-fdc4-4cdc-af07-9d1692999085 x-compute-request-id: req-3e1dbdfa-fdc4-4cdc-af07-9d1692999085 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:45,876 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3e1dbdfa-fdc4-4cdc-af07-9d1692999085 2018-11-19 07:04:45,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.498528003693s 2018-11-19 07:04:45,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3e1dbdfa-fdc4-4cdc-af07-9d1692999085 2018-11-19 07:04:45,881 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:47,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:47,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:48,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5daf30e-cbc2-4f5a-ba48-db557bb463dc x-compute-request-id: req-b5daf30e-cbc2-4f5a-ba48-db557bb463dc 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:48,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5daf30e-cbc2-4f5a-ba48-db557bb463dc 2018-11-19 07:04:48,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529489994049s 2018-11-19 07:04:48,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b5daf30e-cbc2-4f5a-ba48-db557bb463dc 2018-11-19 07:04:48,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:50,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:50,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:51,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:04:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5ab44ab-6328-43e7-9cb6-b11b9ace116f x-compute-request-id: req-a5ab44ab-6328-43e7-9cb6-b11b9ace116f 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:51,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5ab44ab-6328-43e7-9cb6-b11b9ace116f 2018-11-19 07:04:51,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779174089432s 2018-11-19 07:04:51,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5ab44ab-6328-43e7-9cb6-b11b9ace116f 2018-11-19 07:04:51,203 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:53,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:53,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:53,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-33a857e2-1d5f-478d-be50-082cc2104f61 x-compute-request-id: req-33a857e2-1d5f-478d-be50-082cc2104f61 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:53,701 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-33a857e2-1d5f-478d-be50-082cc2104f61 2018-11-19 07:04:53,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495048999786s 2018-11-19 07:04:53,702 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-33a857e2-1d5f-478d-be50-082cc2104f61 2018-11-19 07:04:53,706 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:55,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:55,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:56,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-c53ec739-edaa-4052-b039-6e0403b83d8e x-compute-request-id: req-c53ec739-edaa-4052-b039-6e0403b83d8e 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:56,219 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c53ec739-edaa-4052-b039-6e0403b83d8e 2018-11-19 07:04:56,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51037311554s 2018-11-19 07:04:56,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c53ec739-edaa-4052-b039-6e0403b83d8e 2018-11-19 07:04:56,224 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:04:58,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:04:58,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:04:58,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-b22eff73-da19-48c8-8a07-03eabb826e0d x-compute-request-id: req-b22eff73-da19-48c8-8a07-03eabb826e0d 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.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:02:31Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:04:58,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b22eff73-da19-48c8-8a07-03eabb826e0d 2018-11-19 07:04:58,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.69072508812s 2018-11-19 07:04:58,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b22eff73-da19-48c8-8a07-03eabb826e0d 2018-11-19 07:04:58,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:05:00,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:05:00,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:01,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:05:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6909b736-6c9f-4cd5-aa6f-9d8956d2723f x-compute-request-id: req-6909b736-6c9f-4cd5-aa6f-9d8956d2723f Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:66:f1", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:04:59.000000", "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:05:00Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:05:01,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6909b736-6c9f-4cd5-aa6f-9d8956d2723f 2018-11-19 07:05:01,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499828100204s 2018-11-19 07:05:01,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6909b736-6c9f-4cd5-aa6f-9d8956d2723f 2018-11-19 07:05:01,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 07:05:01,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=c8d10212-76fc-4110-bd88-6b30cc17dc39" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:01,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-79833492-d700-4f3b-9ff8-85e5fc63c21d Date: Mon, 19 Nov 2018 07:05:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T07:05:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6","ip_address":"192.168.120.12"}],"id":"77c3ffbb-3e7c-4e68-86d2-98211e94f350","security_groups":["e66b97a4-0a08-42f8-89e4-a409db37faea"],"mac_address":"fa:16:3e:87:66:f1","project_id":"df28ef9e82174953854a59c1f2b1b887","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5063b893-639d-4023-9667-85b3e96a7978","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:02:31Z","binding:vnic_type":"normal","device_id":"c8d10212-76fc-4110-bd88-6b30cc17dc39"}]} 2018-11-19 07:05:01,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c8d10212-76fc-4110-bd88-6b30cc17dc39 used request id req-79833492-d700-4f3b-9ff8-85e5fc63c21d 2018-11-19 07:05:01,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0596060752869s 2018-11-19 07:05:01,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c8d10212-76fc-4110-bd88-6b30cc17dc39 used request id req-79833492-d700-4f3b-9ff8-85e5fc63c21d 2018-11-19 07:05:01,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:05:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=77c3ffbb-3e7c-4e68-86d2-98211e94f350" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:01,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-70f029d3-2efc-4edb-8644-554016ea6e2f Date: Mon, 19 Nov 2018 07:05:01 GMT RESP BODY: {"floatingips": []} 2018-11-19 07:05:01,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=77c3ffbb-3e7c-4e68-86d2-98211e94f350 used request id req-70f029d3-2efc-4edb-8644-554016ea6e2f 2018-11-19 07:05:01,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0198829174042s 2018-11-19 07:05:01,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=77c3ffbb-3e7c-4e68-86d2-98211e94f350 used request id req-70f029d3-2efc-4edb-8644-554016ea6e2f 2018-11-19 07:05:01,513 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:87:66:f1', 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'c6b6dac8-3261-42ba-98ee-b0276a158246'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T07:04:59.000000', 'flavor': Munch({u'id': u'81c807df-78da-411f-b086-9ea1ccd414d4'}), 'az': u'nova', 'id': u'c8d10212-76fc-4110-bd88-6b30cc17dc39', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'50893b31363142ceaa62b77fbc5e49ae', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df28ef9e82174953854a59c1f2b1b887', 'name': 'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-19T07:04:59.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-19T07:05:00Z', 'hostId': u'9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T07:04:59.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'df28ef9e82174953854a59c1f2b1b887', 'name': u'cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b', 'adminPass': u'9kbG7qrJcKLg', 'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', 'region': 'regionOne', 'created': u'2018-11-19T07:02:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-19 07:05:01,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:05:01,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:01,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-536b2d56-ce4e-4200-a7c9-6cba096f9b2f Date: Mon, 19 Nov 2018 07:05: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":["6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6"],"updated_at":"2018-11-19T07:00:34Z","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"df28ef9e82174953854a59c1f2b1b887","id":"5063b893-639d-4023-9667-85b3e96a7978","name":"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 07:05:01,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-536b2d56-ce4e-4200-a7c9-6cba096f9b2f 2018-11-19 07:05:01,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114315032959s 2018-11-19 07:05:01,632 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-536b2d56-ce4e-4200-a7c9-6cba096f9b2f 2018-11-19 07:05:01,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 07:05:01,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=c8d10212-76fc-4110-bd88-6b30cc17dc39" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:01,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 771 X-Openstack-Request-Id: req-4bfbb462-b341-4dd3-a0db-31fd563413b9 Date: Mon, 19 Nov 2018 07:05:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T07:05:00Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6","ip_address":"192.168.120.12"}],"id":"77c3ffbb-3e7c-4e68-86d2-98211e94f350","security_groups":["e66b97a4-0a08-42f8-89e4-a409db37faea"],"mac_address":"fa:16:3e:87:66:f1","project_id":"df28ef9e82174953854a59c1f2b1b887","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5063b893-639d-4023-9667-85b3e96a7978","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:02:31Z","binding:vnic_type":"normal","device_id":"c8d10212-76fc-4110-bd88-6b30cc17dc39"}]} 2018-11-19 07:05:01,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c8d10212-76fc-4110-bd88-6b30cc17dc39 used request id req-4bfbb462-b341-4dd3-a0db-31fd563413b9 2018-11-19 07:05:01,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0556049346924s 2018-11-19 07:05:01,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c8d10212-76fc-4110-bd88-6b30cc17dc39 used request id req-4bfbb462-b341-4dd3-a0db-31fd563413b9 2018-11-19 07:05:01,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-19 07:05:01,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.12", "port_id": "77c3ffbb-3e7c-4e68-86d2-98211e94f350"}}' 2018-11-19 07:05:03,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 552 X-Openstack-Request-Id: req-2da525a2-f7ba-405f-bd07-0659871302d2 Date: Mon, 19 Nov 2018 07:05:03 GMT RESP BODY: {"floatingip": {"router_id": "61ab13da-1421-4a3b-a804-97f334619f71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:05:02Z", "updated_at": "2018-11-19T07:05:02Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "df28ef9e82174953854a59c1f2b1b887", "port_id": "77c3ffbb-3e7c-4e68-86d2-98211e94f350", "id": "f8e3735d-b081-4867-9bdb-3decd01a3fe2"}} 2018-11-19 07:05:03,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2da525a2-f7ba-405f-bd07-0659871302d2 2018-11-19 07:05:03,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.71737217903s 2018-11-19 07:05:03,408 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2da525a2-f7ba-405f-bd07-0659871302d2 2018-11-19 07:05:03,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:05:03,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:03,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-6ca61d76-9074-4977-8f27-b489b53ba773 Date: Mon, 19 Nov 2018 07:05:03 GMT RESP BODY: {"floatingips": [{"router_id": "61ab13da-1421-4a3b-a804-97f334619f71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:05:02Z", "updated_at": "2018-11-19T07:05:02Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "df28ef9e82174953854a59c1f2b1b887", "port_id": "77c3ffbb-3e7c-4e68-86d2-98211e94f350", "id": "f8e3735d-b081-4867-9bdb-3decd01a3fe2"}]} 2018-11-19 07:05:03,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6ca61d76-9074-4977-8f27-b489b53ba773 2018-11-19 07:05:03,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0271708965302s 2018-11-19 07:05:03,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-6ca61d76-9074-4977-8f27-b489b53ba773 2018-11-19 07:05:03,448 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:05:03,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:05:03,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:03,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-122f86fe-2e34-4b48-a673-726e1abf000b Date: Mon, 19 Nov 2018 07:05:03 GMT RESP BODY: {"floatingips": [{"router_id": "61ab13da-1421-4a3b-a804-97f334619f71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:05:02Z", "updated_at": "2018-11-19T07:05:02Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "df28ef9e82174953854a59c1f2b1b887", "port_id": "77c3ffbb-3e7c-4e68-86d2-98211e94f350", "id": "f8e3735d-b081-4867-9bdb-3decd01a3fe2"}]} 2018-11-19 07:05:03,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-122f86fe-2e34-4b48-a673-726e1abf000b 2018-11-19 07:05:03,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0249869823456s 2018-11-19 07:05:03,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-122f86fe-2e34-4b48-a673-726e1abf000b 2018-11-19 07:05:03,582 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:05:03,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:05:03,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:03,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-aa11f4db-23a5-45b0-ab9d-4f9c8dda8375 Date: Mon, 19 Nov 2018 07:05:03 GMT RESP BODY: {"floatingips": [{"router_id": "61ab13da-1421-4a3b-a804-97f334619f71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:05:02Z", "updated_at": "2018-11-19T07:05:02Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "df28ef9e82174953854a59c1f2b1b887", "port_id": "77c3ffbb-3e7c-4e68-86d2-98211e94f350", "id": "f8e3735d-b081-4867-9bdb-3decd01a3fe2"}]} 2018-11-19 07:05:03,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-aa11f4db-23a5-45b0-ab9d-4f9c8dda8375 2018-11-19 07:05:03,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0251250267029s 2018-11-19 07:05:03,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-aa11f4db-23a5-45b0-ab9d-4f9c8dda8375 2018-11-19 07:05:03,717 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:05:03,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:05:03,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:03,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 555 X-Openstack-Request-Id: req-a60f97a6-6f41-4d4a-9c64-a1cb36fdec87 Date: Mon, 19 Nov 2018 07:05:03 GMT RESP BODY: {"floatingips": [{"router_id": "61ab13da-1421-4a3b-a804-97f334619f71", "status": "DOWN", "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:05:02Z", "updated_at": "2018-11-19T07:05:02Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "df28ef9e82174953854a59c1f2b1b887", "port_id": "77c3ffbb-3e7c-4e68-86d2-98211e94f350", "id": "f8e3735d-b081-4867-9bdb-3decd01a3fe2"}]} 2018-11-19 07:05:03,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a60f97a6-6f41-4d4a-9c64-a1cb36fdec87 2018-11-19 07:05:03,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0219578742981s 2018-11-19 07:05:03,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a60f97a6-6f41-4d4a-9c64-a1cb36fdec87 2018-11-19 07:05:03,848 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:05:03,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:05:03,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:05:03,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-87f5d694-0989-4575-8182-45a62e3e0fc0 Date: Mon, 19 Nov 2018 07:05:03 GMT RESP BODY: {"floatingips": [{"router_id": "61ab13da-1421-4a3b-a804-97f334619f71", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:05:02Z", "updated_at": "2018-11-19T07:05:02Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "df28ef9e82174953854a59c1f2b1b887", "port_id": "77c3ffbb-3e7c-4e68-86d2-98211e94f350", "id": "f8e3735d-b081-4867-9bdb-3decd01a3fe2"}]} 2018-11-19 07:05:03,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-87f5d694-0989-4575-8182-45a62e3e0fc0 2018-11-19 07:05:03,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0232698917389s 2018-11-19 07:05:03,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-87f5d694-0989-4575-8182-45a62e3e0fc0 2018-11-19 07:05:03,979 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'61ab13da-1421-4a3b-a804-97f334619f71', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', 'created_at': u'2018-11-19T07:05:02Z', 'attached': True, 'updated_at': u'2018-11-19T07:05:02Z', 'id': u'f8e3735d-b081-4867-9bdb-3decd01a3fe2', 'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df28ef9e82174953854a59c1f2b1b887', 'name': 'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'61ab13da-1421-4a3b-a804-97f334619f71', 'project_id': u'df28ef9e82174953854a59c1f2b1b887', 'port_id': u'77c3ffbb-3e7c-4e68-86d2-98211e94f350', 'port': u'77c3ffbb-3e7c-4e68-86d2-98211e94f350', 'network': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0'}) 2018-11-19 07:05:03,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-19 07:05:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39/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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 07:05:06,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:05: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-0d7cf4f0-bfc7-4c6a-b65a-b250dfcc56de x-compute-request-id: req-0d7cf4f0-bfc7-4c6a-b65a-b250dfcc56de Content-Encoding: gzip Content-Length: 10962 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 1887246435 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.303698] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.305961] pid_max: default: 32768 minimum: 301\n[ 0.307190] Security Framework initialized\n[ 0.308326] SELinux: Initializing.\n[ 0.309613] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.314155] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.316945] Mount-cache hash table entries: 4096\n[ 0.318388] Initializing cgroup subsys memory\n[ 0.319573] Initializing cgroup subsys devices\n[ 0.320749] Initializing cgroup subsys freezer\n[ 0.321923] Initializing cgroup subsys net_cls\n[ 0.323092] Initializing cgroup subsys blkio\n[ 0.324237] Initializing cgroup subsys perf_event\n[ 0.325459] Initializing cgroup subsys hugetlb\n[ 0.326634] Initializing cgroup subsys pids\n[ 0.327767] Initializing cgroup subsys net_prio\n[ 0.329026] CPU: Physical Processor ID: 0\n[ 0.330835] mce: CPU supports 10 MCE banks\n[ 0.331989] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.333301] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.334619] tlb_flushall_shift: 6\n[ 0.335827] Freeing SMP alternatives: 28k freed\n[ 0.339803] ACPI: Core revision 20130517\n[ 0.341318] ACPI: All ACPI Tables successfully acquired\n[ 0.342793] ftrace: allocating 25812 entries in 101 pages\n[ 0.365124] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.366654] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.368157] smpboot: Max logical packages: 2\n[ 0.369496] Enabling x2apic\n[ 0.370420] Enabled x2apic\n[ 0.371526] Switched APIC routing to physical x2apic.\n[ 0.373738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.375217] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.377867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.385404] KVM setup paravirtual spinlock\n[ 0.387694] smpboot: Booting Node 0, Processors #1 OK\n[ 0.389341] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.412629] Brought up 2 CPUs\n[ 0.412633] KVM setup async PF for cpu 1\n[ 0.412636] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.415817] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.417916] devtmpfs: initialized\n[ 0.420731] EVM: security.selinux\n[ 0.421734] EVM: security.ima\n[ 0.422668] EVM: security.capability\n[ 0.424303] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.425860] pinctrl core: initialized pinctrl subsystem\n[ 0.427259] NET: Registered protocol family 16\n[ 0.428619] ACPI: bus type PCI registered\n[ 0.429731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.431284] PCI: Using configuration type 1 for base access\n[ 0.435963] ACPI: Added _OSI(Module Device)\n[ 0.437119] ACPI: Added _OSI(Processor Device)\n[ 0.438285] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439490] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.442238] ACPI: Interpreter enabled\n[ 0.443311] ACPI: (supports S0 S5)\n[ 0.444325] ACPI: Using IOAPIC for interrupt routing\n[ 0.445576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.449508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.450956] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.452813] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.454324] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.457142] acpiphp: Slot [3] registered\n[ 0.458252] acpiphp: Slot [4] registered\n[ 0.459370] acpiphp: Slot [5] registered\n[ 0.460475] acpiphp: Slot [6] registered\n[ 0.461575] acpiphp: Slot [7] registered\n[ 0.462677] acpiphp: Slot [8] registered\n[ 0.463779] acpiphp: Slot [9] registered\n[ 0.464878] acpiphp: Slot [10] registered\n[ 0.466006] acpiphp: Slot [11] registered\n[ 0.467118] acpiphp: Slot [12] registered\n[ 0.468237] acpiphp: Slot [13] registered\n[ 0.469361] acpiphp: Slot [14] registered\n[ 0.470470] acpiphp: Slot [15] registered\n[ 0.471579] acpiphp: Slot [16] registered\n[ 0.472694] acpiphp: Slot [17] registered\n[ 0.473811] acpiphp: Slot [18] registered\n[ 0.474928] acpiphp: Slot [19] registered\n[ 0.476044] acpiphp: Slot [20] registered\n[ 0.477155] acpiphp: Slot [21] registered\n[ 0.478277] acpiphp: Slot [22] registered\n[ 0.479397] acpiphp: Slot [23] registered\n[ 0.480507] acpiphp: Slot [24] registered\n[ 0.481622] acpiphp: Slot [25] registered\n[ 0.482734] acpiphp: Slot [26] registered\n[ 0.483850] acpiphp: Slot [27] registered\n[ 0.484964] acpiphp: Slot [28] registered\n[ 0.486075] acpiphp: Slot [29] registered\n[ 0.487186] acpiphp: Slot [30] registered\n[ 0.488295] acpiphp: Slot [31] registered\n[ 0.489406] PCI host bridge to bus 0000:00\n[ 0.490517] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.491833] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.493354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.494868] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.496905] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.504712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.506295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.507778] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.509347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.516926] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.518939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.571563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.575117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.576866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.578626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.580359] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.581965] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.583606] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.585742] vgaarb: loaded\n[ 0.586631] vgaarb: bridge control possible 0000:00:02.0\n[ 0.588077] SCSI subsystem initialized\n[ 0.589171] ACPI: bus type USB registered\n[ 0.590290] usbcore: registered new interface driver usbfs\n[ 0.591621] usbcore: registered new interface driver hub\n[ 0.592939] usbcore: registered new device driver usb\n[ 0.594354] PCI: Using ACPI for IRQ routing\n[ 0.595787] NetLabel: Initializing\n[ 0.596801] NetLabel: domain hash size = 128\n[ 0.597944] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.599206] NetLabel: unlabeled traffic allowed by default\n[ 0.600646] Switched to clocksource kvm-clock\n[ 0.608095] pnp: PnP ACPI init\n[ 0.609097] ACPI: bus type PNP registered\n[ 0.610562] pnp: PnP ACPI: found 5 devices\n[ 0.611686] ACPI: bus type PNP unregistered\n[ 0.618809] NET: Registered protocol family 2\n[ 0.620243] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.622436] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.624204] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.625764] TCP: reno registered\n[ 0.626749] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628188] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.629796] NET: Registered protocol family 1\n[ 0.631283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.633052] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.634744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.654632] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.674794] Unpacking initramfs...\n[ 1.094459] Freeing initrd memory: 37508k freed\n[ 1.103920] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.105850] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.115728] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.117713] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.119896] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.121814] Initialise system trusted keyring\n[ 1.123315] audit: initializing netlink socket (disabled)\n[ 1.125061] type=2000 audit(1542611102.385:1): initialized\n[ 1.142614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.144533] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.147506] zpool: loaded\n[ 1.148612] zbud: loaded\n[ 1.149848] VFS: Disk quotas dquot_6.5.2\n[ 1.151243] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.153265] msgmni has been set to 7578\n[ 1.154665] Key type big_key registered\n[ 1.156627] NET: Registered protocol family 38\n[ 1.158127] Key type asymmetric registered\n[ 1.159545] Asymmetric key parser 'x509' registered\n[ 1.161178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.163809] io scheduler noop registered\n[ 1.165187] io scheduler deadline registered (default)\n[ 1.166830] io scheduler cfq registered\n[ 1.168281] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.180885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.182975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.185542] ACPI: Power Button [PWRF]\n[ 1.186989] GHES: HEST is not enabled!\n[ 1.188413] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.213293] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.215287] Non-volatile memory driver v1.3\n[ 1.216760] Linux agpgart interface v0.103\n[ 1.218269] crash memory driver: version 1.1\n[ 1.219803] rdac: device handler registered\n[ 1.221303] hp_sw: device handler registered\n[ 1.222714] emc: device handler registered\n[ 1.224103] alua: device handler registered\n[ 1.225516] libphy: Fixed MDIO Bus: probed\n[ 1.226941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.228827] ehci-pci: EHCI PCI platform driver\n[ 1.230295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.232118] ohci-pci: OHCI PCI platform driver\n[ 1.233540] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.254022] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.255697] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.258210] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.259845] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.261612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.263562] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.266069] usb usb1: Product: UHCI Host Controller\n[ 1.267588] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.269648] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.271191] hub 1-0:1.0: USB hub found\n[ 1.272518] hub 1-0:1.0: 2 ports detected\n[ 1.274028] usbcore: registered new interface driver usbserial\n[ 1.275849] usbcore: registered new interface driver usbserial_generic\n[ 1.277793] usbserial: USB Serial support registered for generic\n[ 1.279657] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.282956] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.284230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.285599] mousedev: PS/2 mouse device common for all mice\n[ 1.287198] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.289945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.292205] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293747] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.295978] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.297465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.298980] cpuidle: using governor menu\n[ 1.300131] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.301536] usbcore: registered new interface driver usbhid\n[ 1.302893] usbhid: USB HID core driver\n[ 1.304050] drop_monitor: Initializing network drop monitor service\n[ 1.305553] TCP: cubic registered\n[ 1.306555] Initializing XFRM netlink socket\n[ 1.307761] NET: Registered protocol family 10\n[ 1.309111] NET: Registered protocol family 17\n[ 1.310423] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.311817] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.313598] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.315955] Loading compiled-in X.509 certificates\n[ 1.317200] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.319577] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.322329] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.324709] registered taskstats version 1\n[ 1.327414] Key type trusted registered\n[ 1.329726] Key type encrypted registered\n[ 1.332077] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.333765] rtc_cmos 00:00: setting system clock to 2018-11-19 07:05:02 UTC (1542611102)\n[ 1.336531] Freeing unused kernel memory: 1680k freed\n[ 1.340921] 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.346160] systemd[1]: Detected virtualization kvm.\n[ 1.347757] systemd[1]: Detected architecture x86-64.\n[ 1.349351] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.352048] systemd[1]: No hostname configured.\n[ 1.353256] systemd[1]: Set hostname to .\n[ 1.354571] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.376725] systemd[1]: Reached target Local File Systems.\n[ 1.378093] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.380133] systemd[1]: Reached target Timers.\n[ 1.381335] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.383174] systemd[1]: Reached target Swap.\n[ 1.384348] systemd[1]: Starting Swap.\n[ 1.385460] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.387608] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.390487] systemd[1]: Reached target Paths.\n[ 1.391670] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.393646] systemd[1]: Created slice Root Slice.\n[ 1.394878] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.396889] systemd[1]: Listening on udev Kernel Socket.\n[ 1.398210] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.400289] systemd[1]: Listening on Journal Socket.\n[ 1.401561] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.403655] systemd[1]: Created slice System Slice.\n[ 1.404918] systemd[1]: Starting System Slice.\n[ 1.406473] 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.410185] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.412601] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.414892] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.417865] systemd[1]: Listening on udev Control Socket.\n[ 1.419219] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.422674] systemd[1]: Reached target Sockets.\n[ 1.424255] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Slices.\n[ 1.426235] systemd[1]: Reached target Slices.\n[ 1.427516] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.429586] 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.492972] RPC: Registered named UNIX socket transport module.\n[ 1.494406] RPC: Registered udp transport module.\n[ 1.495621] RPC: Registered tcp transport module.\n[ 1.496820] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.577975] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.594972] FDC 0 is a S82078B\n[ 1.604200] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.649324] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.652539] scsi host0: ata_piix\n[ 1.653705] scsi host1: ata_piix\n[ 1.654957] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.656493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.659505] 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.731158] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.733264] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.735353] usb 1-1: Product: QEMU USB Tablet\n[ 1.736584] usb 1-1: Manufacturer: QEMU\n[ 1.737723] usb 1-1: SerialNumber: 42\n[ 1.747315] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.750027] 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.835193] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.837740] XFS (vda1): Mounting V4 Filesystem\n[ 1.919876] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.[ 2.115848] tsc: Refined TSC clocksource calibration: 3491.919 MHz\n\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 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.149474] systemd-journald[107]: Received SIGTERM from PID 1 (systemd).\n[ 2.300668] SELinux: Disabled at runtime.\n[ 2.337685] type=1404 audit(1542611103.503:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.406931] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.408691] 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] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Journal Service.\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.942927] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.949136] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Configure read-only root support.\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] 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 Import network configuration from initramfs.\n[[32m OK [0m] Started Setup Virtual Console.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.120703] type=1305 audit(1542611104.286:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting NTP client/server...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.315760] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.319211] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.328049] [drm] Initialized drm 1.1.0 20060810\n[ 3.337775] ppdev: user-space parallel port driver\n[ 3.348950] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.348951] [TTM] Initializing pool allocator\n[ 3.348953] [TTM] Initializing DMA pool allocator\n[ 3.349316] [drm] fb mappable at 0xFC000000\n[ 3.349316] [drm] vram aper at 0xFC000000\n[ 3.349317] [drm] size 33554432\n[ 3.349318] [drm] fb depth is 24\n[ 3.349330] [drm] pitch is 3072\n[ 3.373625] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.394743] Console: switching to colour frame buffer device 128x48\n[ 3.407428] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting GSSAPI Proxy Daemon...\n[ 3.414695] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[ 3.465615] AES CTR mode by8 optimization enabled\n[ 3.477717] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.484316] alg: No test for crc32 (crc32-pclmul)\n[ 3.514855] intel_rapl: no valid rapl domains found in package 0\n[ 3.545870] intel_rapl: no valid rapl domains found in package 0\n[ 3.556566] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n\n[ 3.565756] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.734882] cloud-init[500]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:05:05 +0000. Up 3.70 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-11-19 07:05:06,634 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39/action used request id req-0d7cf4f0-bfc7-4c6a-b65a-b250dfcc56de 2018-11-19 07:05:06,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.65432596207s 2018-11-19 07:05:06,635 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39/action used request id req-0d7cf4f0-bfc7-4c6a-b65a-b250dfcc56de 2018-11-19 07:05:06,635 - 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 1887246435 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.303698] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.305961] pid_max: default: 32768 minimum: 301 [ 0.307190] Security Framework initialized [ 0.308326] SELinux: Initializing. [ 0.309613] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.314155] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.316945] Mount-cache hash table entries: 4096 [ 0.318388] Initializing cgroup subsys memory [ 0.319573] Initializing cgroup subsys devices [ 0.320749] Initializing cgroup subsys freezer [ 0.321923] Initializing cgroup subsys net_cls [ 0.323092] Initializing cgroup subsys blkio [ 0.324237] Initializing cgroup subsys perf_event [ 0.325459] Initializing cgroup subsys hugetlb [ 0.326634] Initializing cgroup subsys pids [ 0.327767] Initializing cgroup subsys net_prio [ 0.329026] CPU: Physical Processor ID: 0 [ 0.330835] mce: CPU supports 10 MCE banks [ 0.331989] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.333301] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.334619] tlb_flushall_shift: 6 [ 0.335827] Freeing SMP alternatives: 28k freed [ 0.339803] ACPI: Core revision 20130517 [ 0.341318] ACPI: All ACPI Tables successfully acquired [ 0.342793] ftrace: allocating 25812 entries in 101 pages [ 0.365124] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.366654] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.368157] smpboot: Max logical packages: 2 [ 0.369496] Enabling x2apic [ 0.370420] Enabled x2apic [ 0.371526] Switched APIC routing to physical x2apic. [ 0.373738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.375217] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.377867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.385404] KVM setup paravirtual spinlock [ 0.387694] smpboot: Booting Node 0, Processors #1 OK [ 0.389341] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.412629] Brought up 2 CPUs [ 0.412633] KVM setup async PF for cpu 1 [ 0.412636] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.415817] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.417916] devtmpfs: initialized [ 0.420731] EVM: security.selinux [ 0.421734] EVM: security.ima [ 0.422668] EVM: security.capability [ 0.424303] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.425860] pinctrl core: initialized pinctrl subsystem [ 0.427259] NET: Registered protocol family 16 [ 0.428619] ACPI: bus type PCI registered [ 0.429731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.431284] PCI: Using configuration type 1 for base access [ 0.435963] ACPI: Added _OSI(Module Device) [ 0.437119] ACPI: Added _OSI(Processor Device) [ 0.438285] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439490] ACPI: Added _OSI(Processor Aggregator Device) [ 0.442238] ACPI: Interpreter enabled [ 0.443311] ACPI: (supports S0 S5) [ 0.444325] ACPI: Using IOAPIC for interrupt routing [ 0.445576] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.449508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.450956] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.452813] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.454324] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.457142] acpiphp: Slot [3] registered [ 0.458252] acpiphp: Slot [4] registered [ 0.459370] acpiphp: Slot [5] registered [ 0.460475] acpiphp: Slot [6] registered [ 0.461575] acpiphp: Slot [7] registered [ 0.462677] acpiphp: Slot [8] registered [ 0.463779] acpiphp: Slot [9] registered [ 0.464878] acpiphp: Slot [10] registered [ 0.466006] acpiphp: Slot [11] registered [ 0.467118] acpiphp: Slot [12] registered [ 0.468237] acpiphp: Slot [13] registered [ 0.469361] acpiphp: Slot [14] registered [ 0.470470] acpiphp: Slot [15] registered [ 0.471579] acpiphp: Slot [16] registered [ 0.472694] acpiphp: Slot [17] registered [ 0.473811] acpiphp: Slot [18] registered [ 0.474928] acpiphp: Slot [19] registered [ 0.476044] acpiphp: Slot [20] registered [ 0.477155] acpiphp: Slot [21] registered [ 0.478277] acpiphp: Slot [22] registered [ 0.479397] acpiphp: Slot [23] registered [ 0.480507] acpiphp: Slot [24] registered [ 0.481622] acpiphp: Slot [25] registered [ 0.482734] acpiphp: Slot [26] registered [ 0.483850] acpiphp: Slot [27] registered [ 0.484964] acpiphp: Slot [28] registered [ 0.486075] acpiphp: Slot [29] registered [ 0.487186] acpiphp: Slot [30] registered [ 0.488295] acpiphp: Slot [31] registered [ 0.489406] PCI host bridge to bus 0000:00 [ 0.490517] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.491833] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.493354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.494868] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.496905] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.504712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.506295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.507778] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.509347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.516926] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.518939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.571563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.575117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.576866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.578626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.580359] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.581965] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.583606] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.585742] vgaarb: loaded [ 0.586631] vgaarb: bridge control possible 0000:00:02.0 [ 0.588077] SCSI subsystem initialized [ 0.589171] ACPI: bus type USB registered [ 0.590290] usbcore: registered new interface driver usbfs [ 0.591621] usbcore: registered new interface driver hub [ 0.592939] usbcore: registered new device driver usb [ 0.594354] PCI: Using ACPI for IRQ routing [ 0.595787] NetLabel: Initializing [ 0.596801] NetLabel: domain hash size = 128 [ 0.597944] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.599206] NetLabel: unlabeled traffic allowed by default [ 0.600646] Switched to clocksource kvm-clock [ 0.608095] pnp: PnP ACPI init [ 0.609097] ACPI: bus type PNP registered [ 0.610562] pnp: PnP ACPI: found 5 devices [ 0.611686] ACPI: bus type PNP unregistered [ 0.618809] NET: Registered protocol family 2 [ 0.620243] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.622436] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.624204] TCP: Hash tables configured (established 32768 bind 32768) [ 0.625764] TCP: reno registered [ 0.626749] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628188] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.629796] NET: Registered protocol family 1 [ 0.631283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.633052] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.634744] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.654632] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.674794] Unpacking initramfs... [ 1.094459] Freeing initrd memory: 37508k freed [ 1.103920] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.105850] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.115728] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.117713] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.119896] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.121814] Initialise system trusted keyring [ 1.123315] audit: initializing netlink socket (disabled) [ 1.125061] type=2000 audit(1542611102.385:1): initialized [ 1.142614] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.144533] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.147506] zpool: loaded [ 1.148612] zbud: loaded [ 1.149848] VFS: Disk quotas dquot_6.5.2 [ 1.151243] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.153265] msgmni has been set to 7578 [ 1.154665] Key type big_key registered [ 1.156627] NET: Registered protocol family 38 [ 1.158127] Key type asymmetric registered [ 1.159545] Asymmetric key parser 'x509' registered [ 1.161178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.163809] io scheduler noop registered [ 1.165187] io scheduler deadline registered (default) [ 1.166830] io scheduler cfq registered [ 1.168281] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.180885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.182975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.185542] ACPI: Power Button [PWRF] [ 1.186989] GHES: HEST is not enabled! [ 1.188413] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.213293] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.215287] Non-volatile memory driver v1.3 [ 1.216760] Linux agpgart interface v0.103 [ 1.218269] crash memory driver: version 1.1 [ 1.219803] rdac: device handler registered [ 1.221303] hp_sw: device handler registered [ 1.222714] emc: device handler registered [ 1.224103] alua: device handler registered [ 1.225516] libphy: Fixed MDIO Bus: probed [ 1.226941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.228827] ehci-pci: EHCI PCI platform driver [ 1.230295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.232118] ohci-pci: OHCI PCI platform driver [ 1.233540] uhci_hcd: USB Universal Host Controller Interface driver [ 1.254022] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.255697] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.258210] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.259845] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.261612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.263562] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.266069] usb usb1: Product: UHCI Host Controller [ 1.267588] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.269648] usb usb1: SerialNumber: 0000:00:01.2 [ 1.271191] hub 1-0:1.0: USB hub found [ 1.272518] hub 1-0:1.0: 2 ports detected [ 1.274028] usbcore: registered new interface driver usbserial [ 1.275849] usbcore: registered new interface driver usbserial_generic [ 1.277793] usbserial: USB Serial support registered for generic [ 1.279657] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.282956] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.284230] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.285599] mousedev: PS/2 mouse device common for all mice [ 1.287198] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.289945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.292205] rtc_cmos 00:00: RTC can wake from S4 [ 1.293747] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.295978] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.297465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.298980] cpuidle: using governor menu [ 1.300131] hidraw: raw HID events driver (C) Jiri Kosina [ 1.301536] usbcore: registered new interface driver usbhid [ 1.302893] usbhid: USB HID core driver [ 1.304050] drop_monitor: Initializing network drop monitor service [ 1.305553] TCP: cubic registered [ 1.306555] Initializing XFRM netlink socket [ 1.307761] NET: Registered protocol family 10 [ 1.309111] NET: Registered protocol family 17 [ 1.310423] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.311817] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.313598] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.315955] Loading compiled-in X.509 certificates [ 1.317200] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.319577] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.322329] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.324709] registered taskstats version 1 [ 1.327414] Key type trusted registered [ 1.329726] Key type encrypted registered [ 1.332077] IMA: No TPM chip found, activating TPM-bypass! [ 1.333765] rtc_cmos 00:00: setting system clock to 2018-11-19 07:05:02 UTC (1542611102) [ 1.336531] Freeing unused kernel memory: 1680k freed [ 1.340921] 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.346160] systemd[1]: Detected virtualization kvm. [ 1.347757] systemd[1]: Detected architecture x86-64. [ 1.349351] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.352048] systemd[1]: No hostname configured. [ 1.353256] systemd[1]: Set hostname to . [ 1.354571] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.376725] systemd[1]: Reached target Local File Systems. [ 1.378093] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.380133] systemd[1]: Reached target Timers. [ 1.381335] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.383174] systemd[1]: Reached target Swap. [ 1.384348] systemd[1]: Starting Swap. [ 1.385460] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.387608] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.390487] systemd[1]: Reached target Paths. [ 1.391670] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.393646] systemd[1]: Created slice Root Slice. [ 1.394878] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.396889] systemd[1]: Listening on udev Kernel Socket. [ 1.398210] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.400289] systemd[1]: Listening on Journal Socket. [ 1.401561] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.403655] systemd[1]: Created slice System Slice. [ 1.404918] systemd[1]: Starting System Slice. [ 1.406473] 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.410185] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.412601] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.414892] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.417865] systemd[1]: Listening on udev Control Socket. [ 1.419219] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.422674] systemd[1]: Reached target Sockets. [ 1.424255] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Slices. [ 1.426235] systemd[1]: Reached target Slices. [ 1.427516] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.429586] 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.492972] RPC: Registered named UNIX socket transport module. [ 1.494406] RPC: Registered udp transport module. [ 1.495621] RPC: Registered tcp transport module. [ 1.496820] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.577975] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.594972] FDC 0 is a S82078B [ 1.604200] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.649324] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.652539] scsi host0: ata_piix [ 1.653705] scsi host1: ata_piix [ 1.654957] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.656493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.659505] 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.731158] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.733264] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.735353] usb 1-1: Product: QEMU USB Tablet [ 1.736584] usb 1-1: Manufacturer: QEMU [ 1.737723] usb 1-1: SerialNumber: 42 [ 1.747315] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.750027] 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.835193] SGI XFS with ACLs, security attributes, no debug enabled [ 1.837740] XFS (vda1): Mounting V4 Filesystem [ 1.919876] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices.[ 2.115848] tsc: Refined TSC clocksource calibration: 3491.919 MHz 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 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.149474] systemd-journald[107]: Received SIGTERM from PID 1 (systemd). [ 2.300668] SELinux: Disabled at runtime. [ 2.337685] type=1404 audit(1542611103.503:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.406931] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.408691] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd File Systems. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Journal Service. Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [ 2.942927] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.949136] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Configure read-only root support. [[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] 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 Import network configuration from initramfs. [[32m OK [0m] Started Setup Virtual Console. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. [[32m OK [0m] Started udev Kernel Device Manager. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.120703] type=1305 audit(1542611104.286:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting NTP client/server... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.315760] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.319211] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.328049] [drm] Initialized drm 1.1.0 20060810 [ 3.337775] ppdev: user-space parallel port driver [ 3.348950] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.348951] [TTM] Initializing pool allocator [ 3.348953] [TTM] Initializing DMA pool allocator [ 3.349316] [drm] fb mappable at 0xFC000000 [ 3.349316] [drm] vram aper at 0xFC000000 [ 3.349317] [drm] size 33554432 [ 3.349318] [drm] fb depth is 24 [ 3.349330] [drm] pitch is 3072 [ 3.373625] fbcon: cirrusdrmfb (fb0) is primary device [ 3.394743] Console: switching to colour frame buffer device 128x48 [ 3.407428] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting GSSAPI Proxy Daemon... [ 3.414695] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Login Service... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [ 3.465615] AES CTR mode by8 optimization enabled [ 3.477717] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.484316] alg: No test for crc32 (crc32-pclmul) [ 3.514855] intel_rapl: no valid rapl domains found in package 0 [ 3.545870] intel_rapl: no valid rapl domains found in package 0 [ 3.556566] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [ 3.565756] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.734882] cloud-init[500]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:05:05 +0000. Up 3.70 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-11-19 07:05:07,638 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-11-19 07:05:16,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-19 07:05:16,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39/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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 07:05:17,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-6f563d7f-bc7a-4873-947a-6958712665cf x-compute-request-id: req-6f563d7f-bc7a-4873-947a-6958712665cf Content-Encoding: gzip Content-Length: 12736 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 1887246435 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.303698] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.305961] pid_max: default: 32768 minimum: 301\n[ 0.307190] Security Framework initialized\n[ 0.308326] SELinux: Initializing.\n[ 0.309613] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.314155] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.316945] Mount-cache hash table entries: 4096\n[ 0.318388] Initializing cgroup subsys memory\n[ 0.319573] Initializing cgroup subsys devices\n[ 0.320749] Initializing cgroup subsys freezer\n[ 0.321923] Initializing cgroup subsys net_cls\n[ 0.323092] Initializing cgroup subsys blkio\n[ 0.324237] Initializing cgroup subsys perf_event\n[ 0.325459] Initializing cgroup subsys hugetlb\n[ 0.326634] Initializing cgroup subsys pids\n[ 0.327767] Initializing cgroup subsys net_prio\n[ 0.329026] CPU: Physical Processor ID: 0\n[ 0.330835] mce: CPU supports 10 MCE banks\n[ 0.331989] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.333301] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.334619] tlb_flushall_shift: 6\n[ 0.335827] Freeing SMP alternatives: 28k freed\n[ 0.339803] ACPI: Core revision 20130517\n[ 0.341318] ACPI: All ACPI Tables successfully acquired\n[ 0.342793] ftrace: allocating 25812 entries in 101 pages\n[ 0.365124] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.366654] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.368157] smpboot: Max logical packages: 2\n[ 0.369496] Enabling x2apic\n[ 0.370420] Enabled x2apic\n[ 0.371526] Switched APIC routing to physical x2apic.\n[ 0.373738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.375217] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.377867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.385404] KVM setup paravirtual spinlock\n[ 0.387694] smpboot: Booting Node 0, Processors #1 OK\n[ 0.389341] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.412629] Brought up 2 CPUs\n[ 0.412633] KVM setup async PF for cpu 1\n[ 0.412636] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.415817] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.417916] devtmpfs: initialized\n[ 0.420731] EVM: security.selinux\n[ 0.421734] EVM: security.ima\n[ 0.422668] EVM: security.capability\n[ 0.424303] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.425860] pinctrl core: initialized pinctrl subsystem\n[ 0.427259] NET: Registered protocol family 16\n[ 0.428619] ACPI: bus type PCI registered\n[ 0.429731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.431284] PCI: Using configuration type 1 for base access\n[ 0.435963] ACPI: Added _OSI(Module Device)\n[ 0.437119] ACPI: Added _OSI(Processor Device)\n[ 0.438285] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.439490] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.442238] ACPI: Interpreter enabled\n[ 0.443311] ACPI: (supports S0 S5)\n[ 0.444325] ACPI: Using IOAPIC for interrupt routing\n[ 0.445576] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.449508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.450956] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.452813] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.454324] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.457142] acpiphp: Slot [3] registered\n[ 0.458252] acpiphp: Slot [4] registered\n[ 0.459370] acpiphp: Slot [5] registered\n[ 0.460475] acpiphp: Slot [6] registered\n[ 0.461575] acpiphp: Slot [7] registered\n[ 0.462677] acpiphp: Slot [8] registered\n[ 0.463779] acpiphp: Slot [9] registered\n[ 0.464878] acpiphp: Slot [10] registered\n[ 0.466006] acpiphp: Slot [11] registered\n[ 0.467118] acpiphp: Slot [12] registered\n[ 0.468237] acpiphp: Slot [13] registered\n[ 0.469361] acpiphp: Slot [14] registered\n[ 0.470470] acpiphp: Slot [15] registered\n[ 0.471579] acpiphp: Slot [16] registered\n[ 0.472694] acpiphp: Slot [17] registered\n[ 0.473811] acpiphp: Slot [18] registered\n[ 0.474928] acpiphp: Slot [19] registered\n[ 0.476044] acpiphp: Slot [20] registered\n[ 0.477155] acpiphp: Slot [21] registered\n[ 0.478277] acpiphp: Slot [22] registered\n[ 0.479397] acpiphp: Slot [23] registered\n[ 0.480507] acpiphp: Slot [24] registered\n[ 0.481622] acpiphp: Slot [25] registered\n[ 0.482734] acpiphp: Slot [26] registered\n[ 0.483850] acpiphp: Slot [27] registered\n[ 0.484964] acpiphp: Slot [28] registered\n[ 0.486075] acpiphp: Slot [29] registered\n[ 0.487186] acpiphp: Slot [30] registered\n[ 0.488295] acpiphp: Slot [31] registered\n[ 0.489406] PCI host bridge to bus 0000:00\n[ 0.490517] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.491833] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.493354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.494868] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.496905] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.504712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.506295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.507778] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.509347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.516926] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.518939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.571563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.575117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.576866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.578626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.580359] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.581965] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.583606] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.585742] vgaarb: loaded\n[ 0.586631] vgaarb: bridge control possible 0000:00:02.0\n[ 0.588077] SCSI subsystem initialized\n[ 0.589171] ACPI: bus type USB registered\n[ 0.590290] usbcore: registered new interface driver usbfs\n[ 0.591621] usbcore: registered new interface driver hub\n[ 0.592939] usbcore: registered new device driver usb\n[ 0.594354] PCI: Using ACPI for IRQ routing\n[ 0.595787] NetLabel: Initializing\n[ 0.596801] NetLabel: domain hash size = 128\n[ 0.597944] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.599206] NetLabel: unlabeled traffic allowed by default\n[ 0.600646] Switched to clocksource kvm-clock\n[ 0.608095] pnp: PnP ACPI init\n[ 0.609097] ACPI: bus type PNP registered\n[ 0.610562] pnp: PnP ACPI: found 5 devices\n[ 0.611686] ACPI: bus type PNP unregistered\n[ 0.618809] NET: Registered protocol family 2\n[ 0.620243] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.622436] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.624204] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.625764] TCP: reno registered\n[ 0.626749] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628188] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.629796] NET: Registered protocol family 1\n[ 0.631283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.633052] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.634744] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.654632] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.674794] Unpacking initramfs...\n[ 1.094459] Freeing initrd memory: 37508k freed\n[ 1.103920] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.105850] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.115728] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.117713] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.119896] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.121814] Initialise system trusted keyring\n[ 1.123315] audit: initializing netlink socket (disabled)\n[ 1.125061] type=2000 audit(1542611102.385:1): initialized\n[ 1.142614] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.144533] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.147506] zpool: loaded\n[ 1.148612] zbud: loaded\n[ 1.149848] VFS: Disk quotas dquot_6.5.2\n[ 1.151243] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.153265] msgmni has been set to 7578\n[ 1.154665] Key type big_key registered\n[ 1.156627] NET: Registered protocol family 38\n[ 1.158127] Key type asymmetric registered\n[ 1.159545] Asymmetric key parser 'x509' registered\n[ 1.161178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.163809] io scheduler noop registered\n[ 1.165187] io scheduler deadline registered (default)\n[ 1.166830] io scheduler cfq registered\n[ 1.168281] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.180885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.182975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.185542] ACPI: Power Button [PWRF]\n[ 1.186989] GHES: HEST is not enabled!\n[ 1.188413] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.213293] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.215287] Non-volatile memory driver v1.3\n[ 1.216760] Linux agpgart interface v0.103\n[ 1.218269] crash memory driver: version 1.1\n[ 1.219803] rdac: device handler registered\n[ 1.221303] hp_sw: device handler registered\n[ 1.222714] emc: device handler registered\n[ 1.224103] alua: device handler registered\n[ 1.225516] libphy: Fixed MDIO Bus: probed\n[ 1.226941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.228827] ehci-pci: EHCI PCI platform driver\n[ 1.230295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.232118] ohci-pci: OHCI PCI platform driver\n[ 1.233540] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.254022] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.255697] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.258210] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.259845] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.261612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.263562] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.266069] usb usb1: Product: UHCI Host Controller\n[ 1.267588] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.269648] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.271191] hub 1-0:1.0: USB hub found\n[ 1.272518] hub 1-0:1.0: 2 ports detected\n[ 1.274028] usbcore: registered new interface driver usbserial\n[ 1.275849] usbcore: registered new interface driver usbserial_generic\n[ 1.277793] usbserial: USB Serial support registered for generic\n[ 1.279657] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.282956] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.284230] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.285599] mousedev: PS/2 mouse device common for all mice\n[ 1.287198] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.289945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.292205] rtc_cmos 00:00: RTC can wake from S4\n[ 1.293747] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.295978] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.297465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.298980] cpuidle: using governor menu\n[ 1.300131] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.301536] usbcore: registered new interface driver usbhid\n[ 1.302893] usbhid: USB HID core driver\n[ 1.304050] drop_monitor: Initializing network drop monitor service\n[ 1.305553] TCP: cubic registered\n[ 1.306555] Initializing XFRM netlink socket\n[ 1.307761] NET: Registered protocol family 10\n[ 1.309111] NET: Registered protocol family 17\n[ 1.310423] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.311817] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.313598] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.315955] Loading compiled-in X.509 certificates\n[ 1.317200] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.319577] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.322329] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.324709] registered taskstats version 1\n[ 1.327414] Key type trusted registered\n[ 1.329726] Key type encrypted registered\n[ 1.332077] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.333765] rtc_cmos 00:00: setting system clock to 2018-11-19 07:05:02 UTC (1542611102)\n[ 1.336531] Freeing unused kernel memory: 1680k freed\n[ 1.340921] 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.346160] systemd[1]: Detected virtualization kvm.\n[ 1.347757] systemd[1]: Detected architecture x86-64.\n[ 1.349351] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.352048] systemd[1]: No hostname configured.\n[ 1.353256] systemd[1]: Set hostname to .\n[ 1.354571] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.376725] systemd[1]: Reached target Local File Systems.\n[ 1.378093] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.380133] systemd[1]: Reached target Timers.\n[ 1.381335] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.383174] systemd[1]: Reached target Swap.\n[ 1.384348] systemd[1]: Starting Swap.\n[ 1.385460] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.387608] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.390487] systemd[1]: Reached target Paths.\n[ 1.391670] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.393646] systemd[1]: Created slice Root Slice.\n[ 1.394878] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.396889] systemd[1]: Listening on udev Kernel Socket.\n[ 1.398210] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.400289] systemd[1]: Listening on Journal Socket.\n[ 1.401561] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.403655] systemd[1]: Created slice System Slice.\n[ 1.404918] systemd[1]: Starting System Slice.\n[ 1.406473] 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.410185] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.412601] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.414892] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.417865] systemd[1]: Listening on udev Control Socket.\n[ 1.419219] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.422674] systemd[1]: Reached target Sockets.\n[ 1.424255] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Slices.\n[ 1.426235] systemd[1]: Reached target Slices.\n[ 1.427516] systemd[1]: Starting Slices.\n[[32m OK [0m] Started Journal Service.\n[ 1.429586] 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.492972] RPC: Registered named UNIX socket transport module.\n[ 1.494406] RPC: Registered udp transport module.\n[ 1.495621] RPC: Registered tcp transport module.\n[ 1.496820] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.577975] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.594972] FDC 0 is a S82078B\n[ 1.604200] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.649324] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.652539] scsi host0: ata_piix\n[ 1.653705] scsi host1: ata_piix\n[ 1.654957] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.656493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.659505] 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.731158] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.733264] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.735353] usb 1-1: Product: QEMU USB Tablet\n[ 1.736584] usb 1-1: Manufacturer: QEMU\n[ 1.737723] usb 1-1: SerialNumber: 42\n[ 1.747315] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.750027] 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.835193] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.837740] XFS (vda1): Mounting V4 Filesystem\n[ 1.919876] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped udev Coldplug all Devices.[ 2.115848] tsc: Refined TSC clocksource calibration: 3491.919 MHz\n\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 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.149474] systemd-journald[107]: Received SIGTERM from PID 1 (systemd).\n[ 2.300668] SELinux: Disabled at runtime.\n[ 2.337685] type=1404 audit(1542611103.503:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.406931] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.408691] 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] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Setup Virtual Console...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Initrd File Systems.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Journal Service.\n Starting Configure read-only root support...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.942927] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[ 2.949136] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Configure read-only root support.\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] 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 Import network configuration from initramfs.\n[[32m OK [0m] Started Setup Virtual Console.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting Security Auditing Service...\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.120703] type=1305 audit(1542611104.286:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting NTP client/server...\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.315760] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.319211] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.328049] [drm] Initialized drm 1.1.0 20060810\n[ 3.337775] ppdev: user-space parallel port driver\n[ 3.348950] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.348951] [TTM] Initializing pool allocator\n[ 3.348953] [TTM] Initializing DMA pool allocator\n[ 3.349316] [drm] fb mappable at 0xFC000000\n[ 3.349316] [drm] vram aper at 0xFC000000\n[ 3.349317] [drm] size 33554432\n[ 3.349318] [drm] fb depth is 24\n[ 3.349330] [drm] pitch is 3072\n[ 3.373625] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.394743] Console: switching to colour frame buffer device 128x48\n[ 3.407428] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting GSSAPI Proxy Daemon...\n[ 3.414695] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Authorization Manager.\n[[32m OK [0m] Started Login Service.\n[ 3.465615] AES CTR mode by8 optimization enabled\n[ 3.477717] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.484316] alg: No test for crc32 (crc32-pclmul)\n[ 3.514855] intel_rapl: no valid rapl domains found in package 0\n[ 3.545870] intel_rapl: no valid rapl domains found in package 0\n[ 3.556566] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n\n[ 3.565756] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[ 3.734882] cloud-init[500]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:05:05 +0000. Up 3.70 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Postfix Mail Transport Agent...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started OpenSSH server daemon.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 6.010009] cloud-init[810]: Cloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 07:05:07 +0000. Up 5.97 seconds.\n[ 6.105270] cloud-init[810]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 6.107080] cloud-init[810]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.108779] cloud-init[810]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.110932] cloud-init[810]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.112773] cloud-init[810]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.153078] cloud-init[810]: ci-info: | eth0: | True | 192.168.120.12 | 255.255.255.0 | fa:16:3e:87:66:f1 |\n[ 6.155156] cloud-init[810]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 6.156946] cloud-init[810]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.159055] cloud-init[810]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.161187] cloud-init[810]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.172379] cloud-init[810]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.174534] cloud-init[810]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.177051] cloud-init[810]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 6.179079] cloud-init[810]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.181148] cloud-init[810]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 9.588611] cloud-init[3048]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 19 Nov 2018 07:05:11 +0000. Up 9.53 seconds.\n[ 10.479949] cloud-init[3243]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 19 Nov 2018 07:05:12 +0000. Up 10.43 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 | 86:bd:bb:c1:66:1d:4e:9c:c5:9a:ff:7f:34:5b:f9:ac | - | 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.534368] cloud-init[3243]: Cloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 07:05:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.53 seconds\n"} 2018-11-19 07:05:17,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39/action used request id req-6f563d7f-bc7a-4873-947a-6958712665cf 2018-11-19 07:05:17,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07805204391s 2018-11-19 07:05:17,728 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39/action used request id req-6f563d7f-bc7a-4873-947a-6958712665cf 2018-11-19 07:05:17,728 - 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 1887246435 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.303698] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.305961] pid_max: default: 32768 minimum: 301 [ 0.307190] Security Framework initialized [ 0.308326] SELinux: Initializing. [ 0.309613] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.314155] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.316945] Mount-cache hash table entries: 4096 [ 0.318388] Initializing cgroup subsys memory [ 0.319573] Initializing cgroup subsys devices [ 0.320749] Initializing cgroup subsys freezer [ 0.321923] Initializing cgroup subsys net_cls [ 0.323092] Initializing cgroup subsys blkio [ 0.324237] Initializing cgroup subsys perf_event [ 0.325459] Initializing cgroup subsys hugetlb [ 0.326634] Initializing cgroup subsys pids [ 0.327767] Initializing cgroup subsys net_prio [ 0.329026] CPU: Physical Processor ID: 0 [ 0.330835] mce: CPU supports 10 MCE banks [ 0.331989] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.333301] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.334619] tlb_flushall_shift: 6 [ 0.335827] Freeing SMP alternatives: 28k freed [ 0.339803] ACPI: Core revision 20130517 [ 0.341318] ACPI: All ACPI Tables successfully acquired [ 0.342793] ftrace: allocating 25812 entries in 101 pages [ 0.365124] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.366654] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.368157] smpboot: Max logical packages: 2 [ 0.369496] Enabling x2apic [ 0.370420] Enabled x2apic [ 0.371526] Switched APIC routing to physical x2apic. [ 0.373738] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.375217] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.377867] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.385404] KVM setup paravirtual spinlock [ 0.387694] smpboot: Booting Node 0, Processors #1 OK [ 0.389341] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.412629] Brought up 2 CPUs [ 0.412633] KVM setup async PF for cpu 1 [ 0.412636] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.415817] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.417916] devtmpfs: initialized [ 0.420731] EVM: security.selinux [ 0.421734] EVM: security.ima [ 0.422668] EVM: security.capability [ 0.424303] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.425860] pinctrl core: initialized pinctrl subsystem [ 0.427259] NET: Registered protocol family 16 [ 0.428619] ACPI: bus type PCI registered [ 0.429731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.431284] PCI: Using configuration type 1 for base access [ 0.435963] ACPI: Added _OSI(Module Device) [ 0.437119] ACPI: Added _OSI(Processor Device) [ 0.438285] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.439490] ACPI: Added _OSI(Processor Aggregator Device) [ 0.442238] ACPI: Interpreter enabled [ 0.443311] ACPI: (supports S0 S5) [ 0.444325] ACPI: Using IOAPIC for interrupt routing [ 0.445576] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.449508] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.450956] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.452813] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.454324] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.457142] acpiphp: Slot [3] registered [ 0.458252] acpiphp: Slot [4] registered [ 0.459370] acpiphp: Slot [5] registered [ 0.460475] acpiphp: Slot [6] registered [ 0.461575] acpiphp: Slot [7] registered [ 0.462677] acpiphp: Slot [8] registered [ 0.463779] acpiphp: Slot [9] registered [ 0.464878] acpiphp: Slot [10] registered [ 0.466006] acpiphp: Slot [11] registered [ 0.467118] acpiphp: Slot [12] registered [ 0.468237] acpiphp: Slot [13] registered [ 0.469361] acpiphp: Slot [14] registered [ 0.470470] acpiphp: Slot [15] registered [ 0.471579] acpiphp: Slot [16] registered [ 0.472694] acpiphp: Slot [17] registered [ 0.473811] acpiphp: Slot [18] registered [ 0.474928] acpiphp: Slot [19] registered [ 0.476044] acpiphp: Slot [20] registered [ 0.477155] acpiphp: Slot [21] registered [ 0.478277] acpiphp: Slot [22] registered [ 0.479397] acpiphp: Slot [23] registered [ 0.480507] acpiphp: Slot [24] registered [ 0.481622] acpiphp: Slot [25] registered [ 0.482734] acpiphp: Slot [26] registered [ 0.483850] acpiphp: Slot [27] registered [ 0.484964] acpiphp: Slot [28] registered [ 0.486075] acpiphp: Slot [29] registered [ 0.487186] acpiphp: Slot [30] registered [ 0.488295] acpiphp: Slot [31] registered [ 0.489406] PCI host bridge to bus 0000:00 [ 0.490517] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.491833] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.493354] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.494868] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.496905] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.504712] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.506295] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.507778] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.509347] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.516926] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.518939] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.571563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.575117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.576866] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.578626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.580359] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.581965] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.583606] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.585742] vgaarb: loaded [ 0.586631] vgaarb: bridge control possible 0000:00:02.0 [ 0.588077] SCSI subsystem initialized [ 0.589171] ACPI: bus type USB registered [ 0.590290] usbcore: registered new interface driver usbfs [ 0.591621] usbcore: registered new interface driver hub [ 0.592939] usbcore: registered new device driver usb [ 0.594354] PCI: Using ACPI for IRQ routing [ 0.595787] NetLabel: Initializing [ 0.596801] NetLabel: domain hash size = 128 [ 0.597944] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.599206] NetLabel: unlabeled traffic allowed by default [ 0.600646] Switched to clocksource kvm-clock [ 0.608095] pnp: PnP ACPI init [ 0.609097] ACPI: bus type PNP registered [ 0.610562] pnp: PnP ACPI: found 5 devices [ 0.611686] ACPI: bus type PNP unregistered [ 0.618809] NET: Registered protocol family 2 [ 0.620243] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.622436] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.624204] TCP: Hash tables configured (established 32768 bind 32768) [ 0.625764] TCP: reno registered [ 0.626749] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628188] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.629796] NET: Registered protocol family 1 [ 0.631283] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.633052] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.634744] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.654632] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.674794] Unpacking initramfs... [ 1.094459] Freeing initrd memory: 37508k freed [ 1.103920] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.105850] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.115728] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.117713] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.119896] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.121814] Initialise system trusted keyring [ 1.123315] audit: initializing netlink socket (disabled) [ 1.125061] type=2000 audit(1542611102.385:1): initialized [ 1.142614] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.144533] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.147506] zpool: loaded [ 1.148612] zbud: loaded [ 1.149848] VFS: Disk quotas dquot_6.5.2 [ 1.151243] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.153265] msgmni has been set to 7578 [ 1.154665] Key type big_key registered [ 1.156627] NET: Registered protocol family 38 [ 1.158127] Key type asymmetric registered [ 1.159545] Asymmetric key parser 'x509' registered [ 1.161178] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.163809] io scheduler noop registered [ 1.165187] io scheduler deadline registered (default) [ 1.166830] io scheduler cfq registered [ 1.168281] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.180885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.182975] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.185542] ACPI: Power Button [PWRF] [ 1.186989] GHES: HEST is not enabled! [ 1.188413] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.213293] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.215287] Non-volatile memory driver v1.3 [ 1.216760] Linux agpgart interface v0.103 [ 1.218269] crash memory driver: version 1.1 [ 1.219803] rdac: device handler registered [ 1.221303] hp_sw: device handler registered [ 1.222714] emc: device handler registered [ 1.224103] alua: device handler registered [ 1.225516] libphy: Fixed MDIO Bus: probed [ 1.226941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.228827] ehci-pci: EHCI PCI platform driver [ 1.230295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.232118] ohci-pci: OHCI PCI platform driver [ 1.233540] uhci_hcd: USB Universal Host Controller Interface driver [ 1.254022] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.255697] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.258210] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.259845] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.261612] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.263562] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.266069] usb usb1: Product: UHCI Host Controller [ 1.267588] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.269648] usb usb1: SerialNumber: 0000:00:01.2 [ 1.271191] hub 1-0:1.0: USB hub found [ 1.272518] hub 1-0:1.0: 2 ports detected [ 1.274028] usbcore: registered new interface driver usbserial [ 1.275849] usbcore: registered new interface driver usbserial_generic [ 1.277793] usbserial: USB Serial support registered for generic [ 1.279657] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.282956] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.284230] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.285599] mousedev: PS/2 mouse device common for all mice [ 1.287198] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.289945] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.292205] rtc_cmos 00:00: RTC can wake from S4 [ 1.293747] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.295978] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.297465] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.298980] cpuidle: using governor menu [ 1.300131] hidraw: raw HID events driver (C) Jiri Kosina [ 1.301536] usbcore: registered new interface driver usbhid [ 1.302893] usbhid: USB HID core driver [ 1.304050] drop_monitor: Initializing network drop monitor service [ 1.305553] TCP: cubic registered [ 1.306555] Initializing XFRM netlink socket [ 1.307761] NET: Registered protocol family 10 [ 1.309111] NET: Registered protocol family 17 [ 1.310423] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.311817] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.313598] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.315955] Loading compiled-in X.509 certificates [ 1.317200] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.319577] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.322329] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.324709] registered taskstats version 1 [ 1.327414] Key type trusted registered [ 1.329726] Key type encrypted registered [ 1.332077] IMA: No TPM chip found, activating TPM-bypass! [ 1.333765] rtc_cmos 00:00: setting system clock to 2018-11-19 07:05:02 UTC (1542611102) [ 1.336531] Freeing unused kernel memory: 1680k freed [ 1.340921] 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.346160] systemd[1]: Detected virtualization kvm. [ 1.347757] systemd[1]: Detected architecture x86-64. [ 1.349351] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.352048] systemd[1]: No hostname configured. [ 1.353256] systemd[1]: Set hostname to . [ 1.354571] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Local File Systems. [ 1.376725] systemd[1]: Reached target Local File Systems. [ 1.378093] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.380133] systemd[1]: Reached target Timers. [ 1.381335] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.383174] systemd[1]: Reached target Swap. [ 1.384348] systemd[1]: Starting Swap. [ 1.385460] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.387608] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.390487] systemd[1]: Reached target Paths. [ 1.391670] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.393646] systemd[1]: Created slice Root Slice. [ 1.394878] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.396889] systemd[1]: Listening on udev Kernel Socket. [ 1.398210] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.400289] systemd[1]: Listening on Journal Socket. [ 1.401561] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.403655] systemd[1]: Created slice System Slice. [ 1.404918] systemd[1]: Starting System Slice. [ 1.406473] 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.410185] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.412601] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.414892] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.417865] systemd[1]: Listening on udev Control Socket. [ 1.419219] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.422674] systemd[1]: Reached target Sockets. [ 1.424255] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Slices. [ 1.426235] systemd[1]: Reached target Slices. [ 1.427516] systemd[1]: Starting Slices. [[32m OK [0m] Started Journal Service. [ 1.429586] 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.492972] RPC: Registered named UNIX socket transport module. [ 1.494406] RPC: Registered udp transport module. [ 1.495621] RPC: Registered tcp transport module. [ 1.496820] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.577975] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.594972] FDC 0 is a S82078B [ 1.604200] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.649324] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.652539] scsi host0: ata_piix [ 1.653705] scsi host1: ata_piix [ 1.654957] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.656493] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.659505] 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.731158] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.733264] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.735353] usb 1-1: Product: QEMU USB Tablet [ 1.736584] usb 1-1: Manufacturer: QEMU [ 1.737723] usb 1-1: SerialNumber: 42 [ 1.747315] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.750027] 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.835193] SGI XFS with ACLs, security attributes, no debug enabled [ 1.837740] XFS (vda1): Mounting V4 Filesystem [ 1.919876] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped udev Coldplug all Devices.[ 2.115848] tsc: Refined TSC clocksource calibration: 3491.919 MHz 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 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.149474] systemd-journald[107]: Received SIGTERM from PID 1 (systemd). [ 2.300668] SELinux: Disabled at runtime. [ 2.337685] type=1404 audit(1542611103.503:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.406931] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.408691] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Created slice system-getty.slice. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Setup Virtual Console... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Initrd File Systems. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. Starting Apply Kernel Variables... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Journal Service. Starting Configure read-only root support... Starting Flush Journal to Persistent Storage... Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Load/Save Random Seed. [ 2.942927] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [ 2.949136] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Configure read-only root support. [[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] 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 Import network configuration from initramfs. [[32m OK [0m] Started Setup Virtual Console. Starting Create Volatile Files and Directories... [[32m OK [0m] Started Create Volatile Files and Directories. [[32m OK [0m] Started udev Kernel Device Manager. Starting Security Auditing Service... [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.120703] type=1305 audit(1542611104.286:3): audit_pid=436 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting NTP client/server... Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.315760] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.319211] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.328049] [drm] Initialized drm 1.1.0 20060810 [ 3.337775] ppdev: user-space parallel port driver [ 3.348950] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.348951] [TTM] Initializing pool allocator [ 3.348953] [TTM] Initializing DMA pool allocator [ 3.349316] [drm] fb mappable at 0xFC000000 [ 3.349316] [drm] vram aper at 0xFC000000 [ 3.349317] [drm] size 33554432 [ 3.349318] [drm] fb depth is 24 [ 3.349330] [drm] pitch is 3072 [ 3.373625] fbcon: cirrusdrmfb (fb0) is primary device [ 3.394743] Console: switching to colour frame buffer device 128x48 [ 3.407428] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting GSSAPI Proxy Daemon... [ 3.414695] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting Login Service... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Authorization Manager. [[32m OK [0m] Started Login Service. [ 3.465615] AES CTR mode by8 optimization enabled [ 3.477717] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.484316] alg: No test for crc32 (crc32-pclmul) [ 3.514855] intel_rapl: no valid rapl domains found in package 0 [ 3.545870] intel_rapl: no valid rapl domains found in package 0 [ 3.556566] intel_powerclamp: No package C-state available[[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [ 3.565756] intel_powerclamp: No package C-state available[[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [ 3.734882] cloud-init[500]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:05:05 +0000. Up 3.70 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Dynamic System Tuning Daemon... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Supports the direct execution of binary formats.... Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Postfix Mail Transport Agent... Starting Crash recovery kernel arming... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started OpenSSH server daemon. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 6.010009] cloud-init[810]: Cloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 07:05:07 +0000. Up 5.97 seconds. [ 6.105270] cloud-init[810]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 6.107080] cloud-init[810]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.108779] cloud-init[810]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.110932] cloud-init[810]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.112773] cloud-init[810]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.153078] cloud-init[810]: ci-info: | eth0: | True | 192.168.120.12 | 255.255.255.0 | fa:16:3e:87:66:f1 | [ 6.155156] cloud-init[810]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 6.156946] cloud-init[810]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.159055] cloud-init[810]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.161187] cloud-init[810]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.172379] cloud-init[810]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.174534] cloud-init[810]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.177051] cloud-init[810]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 6.179079] cloud-init[810]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.181148] cloud-init[810]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 9.588611] cloud-init[3048]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 19 Nov 2018 07:05:11 +0000. Up 9.53 seconds. [ 10.479949] cloud-init[3243]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 19 Nov 2018 07:05:12 +0000. Up 10.43 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 | 86:bd:bb:c1:66:1d:4e:9c:c5:9a:ff:7f:34:5b:f9:ac | - | 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.534368] cloud-init[3243]: Cloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 07:05:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.53 seconds 2018-11-19 07:05:17,732 - paramiko.transport - DEBUG - starting thread (client mode): 0x9e40bd50L 2018-11-19 07:05:17,732 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 07:05:17,780 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-11-19 07:05:17,781 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-11-19 07:05:17,852 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 07:05:17,853 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 07:05:17,853 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 07:05:17,853 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 07:05:17,853 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 07:05:17,853 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 07:05:17,872 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 07:05:17,873 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 07:05:17,896 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 4c1f7c71f5a98b8370f02ab218eae423 2018-11-19 07:05:17,897 - paramiko.transport - DEBUG - Trying key 86bdbbc1661d4e9cc59aff7f345bf9ac from /tmp/tmpwiqvKL 2018-11-19 07:05:17,913 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 07:05:17,945 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 07:05:17,962 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-11-19 07:05:17,962 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-11-19 07:05:17,963 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-11-19 07:05:17,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-11-19 07:05:18,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:18,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:18,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:18,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:18,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:18,182 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:18,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:18,183 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5047, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5052, "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": 1968, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5020, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 868, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 792, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 791, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4719, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5012, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-19 07:05:18,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:18,183 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:17 GMT 2018-11-19 07:05:18,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:18,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-19 07:05:18,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:18,183 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5047, 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': 5052, 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': 1968, 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': 5020, u'state': u'running', u'Id': u'cloudify-amqpinflux.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'AMQP InfluxDB'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'PostgreSQL 9.5 database server', u'MainPID': 868, u'state': u'running', u'Id': u'postgresql-9.5.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'PostgreSQL'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify REST Service', u'MainPID': 792, 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': 791, 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': 4719, 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': 5012, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-11-19 07:05:18,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:18,346 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5047, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5052, "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": 1968, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 5020, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 868, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 792, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 791, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4719, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5012, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-19 07:05:18,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:18,347 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:17 GMT 2018-11-19 07:05:18,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:18,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-19 07:05:18,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:18,347 - functest.core.cloudify - INFO - The current manager status is running 2018-11-19 07:05:18,347 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-11-19 07:05:18,485 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-11-19 07:05:18,486 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:17.387Z", "updated_at": "2018-11-19T07:05:17.387Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-19 07:05:18,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:18,487 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:17 GMT 2018-11-19 07:05:18,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:18,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-19 07:05:18,487 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:18,487 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-11-19 07:05:18,602 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:18,602 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:17.387Z", "updated_at": "2018-11-19T07:05:17.387Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:17 GMT 2018-11-19 07:05:18,603 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:18,604 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-11-19 07:05:18,604 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:18,604 - functest.core.cloudify - DEBUG - List secrets: 2018-11-19 07:05:18,604 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/secrets/foo 2018-11-19 07:05:18,760 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:18,760 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:17.387Z", "updated_at": "2018-11-19T07:05:17.387Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-19 07:05:18,761 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:18,762 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:17 GMT 2018-11-19 07:05:18,762 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:18,762 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-19 07:05:18,762 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:18,762 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-11-19 07:05:18,762 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-11-19 07:05:18,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:05:18,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:05:18,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89415df9-87e6-49bd-9af2-0a4a09168709 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887"}, "enabled": true, "id": "df28ef9e82174953854a59c1f2b1b887", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:05:18,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-89415df9-87e6-49bd-9af2-0a4a09168709 2018-11-19 07:05:18,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819299221039s 2018-11-19 07:05:18,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-89415df9-87e6-49bd-9af2-0a4a09168709 2018-11-19 07:05:18,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-11-19 07:05:18,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/quotas/df28ef9e82174953854a59c1f2b1b887.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-11-19 07:05:19,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-aacb4409-0140-4848-a52a-a0922d6bf1a9 Date: Mon, 19 Nov 2018 07:05:19 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 20, "router": 10, "rbac_policy": 10, "port": 50}} 2018-11-19 07:05:19,202 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/df28ef9e82174953854a59c1f2b1b887.json used request id req-aacb4409-0140-4848-a52a-a0922d6bf1a9 2018-11-19 07:05:19,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.354207992554s 2018-11-19 07:05:19,203 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/df28ef9e82174953854a59c1f2b1b887.json used request id req-aacb4409-0140-4848-a52a-a0922d6bf1a9 2018-11-19 07:05:19,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-11-19 07:05:19,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-19 07:05:19,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:05:19,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c631af0f-e4e6-4921-852a-ca7281737458 Content-Encoding: gzip Content-Length: 921 Content-Type: application/json RESP BODY: {"services": [{"description": "Key management Service", "links": {"self": "http://172.30.9.21:5000/v3/services/0beca78071544820b61c1aee914dbce9"}, "enabled": true, "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1f09b403b0894ca48a1a5f28ae6b99e4"}, "enabled": true, "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.21:5000/v3/services/33e27487f64e48f1acb86475e9f35d5d"}, "enabled": true, "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.21:5000/v3/services/33f2d00c37644ade92c1a50448ffc4c4"}, "enabled": true, "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/3f1489abeed54f6c99bc805604bf8e8d"}, "enabled": true, "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5696783db7c5497c9cea6c4d62c899c6"}, "enabled": true, "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5c15f4fb6c564c318ce4c3aef9793fbe"}, "enabled": true, "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5d2a193d72544a83b387d2685cb1a79f"}, "enabled": true, "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.21:5000/v3/services/75643da685c142aeb36ac2272a1b5ba1"}, "enabled": true, "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.21:5000/v3/services/7c5d56d1c8db43ba842d00314c21ba4f"}, "enabled": true, "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.21:5000/v3/services/b55b9755b4b6429588a2ba4e4af3b3c8"}, "enabled": true, "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/b9ebf7c853914c1faa0d9513504c2ece"}, "enabled": true, "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.21:5000/v3/services/c0f6db565acd48f186a27d6365c7da37"}, "enabled": true, "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.21:5000/v3/services/cbf88b7339814791bb2513baf6503543"}, "enabled": true, "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.21:5000/v3/services/d830abeec95d42fdb5f575812014e80e"}, "enabled": true, "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.21:5000/v3/services/f35734968a8c4b6daa6ef203af676aee"}, "enabled": true, "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "links": {"self": "http://172.30.9.21:5000/v3/services", "previous": null, "next": null}} 2018-11-19 07:05:19,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/services used request id req-c631af0f-e4e6-4921-852a-ca7281737458 2018-11-19 07:05:19,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0820920467377s 2018-11-19 07:05:19,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-19 07:05:19,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:05:19,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fe7555-575f-4596-8022-88d9a5d6589b Content-Encoding: gzip Content-Length: 2065 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0a7566928bf7483280bcbb930e37bd9b"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0d82246bdfe147a1b79e3075de4fbf0a"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1724ecec03e0439b9e25c57112638417"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "1724ecec03e0439b9e25c57112638417"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/18c5b72d53cd47ad93eab12b4b6bc3e6"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/19aeed9908794eb68581bcb39298a4be"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "19aeed9908794eb68581bcb39298a4be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1fef69410af64439864bedea6d73748c"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "1fef69410af64439864bedea6d73748c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2842462b8d7443a5b26e3a6c206c4ddc"}, "url": "http://172.30.9.21:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2abcdfe9f6a6437fb0f94a55a9d4bd52"}, "url": "http://172.30.9.21:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/311ee86c6e804e54a9066bd4ec8ed194"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/36a5ec4f7f8145ee954adb21a33d553a"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/37d92bae68ba4d57850e18777d85db3c"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3dba618a18df4c20905e3f5ac0b5320b"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43c26bcc56814beca104a3ba8fc857e1"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4cd681bf3e544609b9a4168750e9cd4e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d4cb7722cf74400a767fe1db93cce9c"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/534c8b053447458a95db4b266dcadff3"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "534c8b053447458a95db4b266dcadff3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5930b144122d4b7db48cc6dbc272ac45"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5c81126d118747a1919be3aff423b18e"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "5c81126d118747a1919be3aff423b18e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/63cd7ae6d04b4c308da842b7f82d1fdb"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/68d3eafd8eb74681be4ba91fe032cc7a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7512c82605524be7a07a4d76ad9f3fee"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7b23d65edba3424cbc2c7a34241ebc25"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/81e713d3c7fe4a0a925bf0623094e165"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/870ca10d9d3a48dd9dba0456d1cf7356"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/899f0ae5f5d84fcb95505d729eb7417a"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "899f0ae5f5d84fcb95505d729eb7417a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/95c92e400bd14e479c6522025680a11c"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "95c92e400bd14e479c6522025680a11c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9bf73aff5200490fa514e5c4f4560d8b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "9bf73aff5200490fa514e5c4f4560d8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9d21086dcf09431fa1395883280296ed"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "9d21086dcf09431fa1395883280296ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f9deae17f6e4752bbabfe61b6ea16f5"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a1f2a30e2c5947cb9c004f51619706ec"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "a1f2a30e2c5947cb9c004f51619706ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a35c4e57b54a473f8fb2cf2214cd6cbb"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b671f07fc505495eb85f6b494d74c07a"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "b671f07fc505495eb85f6b494d74c07a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c25ff0235dde4e08961833d1632c482d"}, "url": "http://172.30.9.21:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "c25ff0235dde4e08961833d1632c482d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c3081945d9954bd3ab67c26b12bab0f7"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cb98a7b05a4449f29016edfad97771f5"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d07aeeb2f39240fa8ccca0d46856e95f"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d44898077e3b4124a23c6cac26cde03b"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d44a1c1971f84781b7a9bac6c8693f79"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d76197eea6e04afd8e8dc918acf513bd"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "d76197eea6e04afd8e8dc918acf513bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d8af91651ad742aa8dc29920cd63ea7c"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "d8af91651ad742aa8dc29920cd63ea7c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ddadd2c51d82414c84de15bbadae27c2"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "ddadd2c51d82414c84de15bbadae27c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ead3795c8ece41e8ba2ee252aa736d83"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "ead3795c8ece41e8ba2ee252aa736d83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ebcd48be35c042628a270b096b946921"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "ebcd48be35c042628a270b096b946921"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ece5510ad7f644619cfc5cc232007db0"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "ece5510ad7f644619cfc5cc232007db0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fffba72e79b243658ab5ac588c6d1f12"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-19 07:05:19,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-39fe7555-575f-4596-8022-88d9a5d6589b 2018-11-19 07:05:19,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.100574016571s 2018-11-19 07:05:19,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': '5f0b2b55-dac0-4fb0-abec-5f84ac3b4cfb', 'keystone_tenant_name': u'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.21:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b', 'project_domain_name': 'Default'} 2018-11-19 07:05:19,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-11-19 07:05:19,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:19,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:19,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:19,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:19,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:18 GMT 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:19,476 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "5f0b2b55-dac0-4fb0-abec-5f84ac3b4cfb"} 2018-11-19 07:05:19,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:19,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:18.494Z", "updated_at": "2018-11-19T07:05:18.494Z", "created_by": "admin", "private_resource": false, "value": "5f0b2b55-dac0-4fb0-abec-5f84ac3b4cfb", "key": "keystone_password"} 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:18 GMT 2018-11-19 07:05:19,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:19,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-11-19 07:05:19,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:19,598 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"} 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-11-19 07:05:19,731 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:18.656Z", "updated_at": "2018-11-19T07:05:18.656Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b", "key": "keystone_tenant_name"} 2018-11-19 07:05:19,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:19,732 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:18 GMT 2018-11-19 07:05:19,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:19,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-11-19 07:05:19,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:19,732 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-11-19 07:05:19,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:18.748Z", "updated_at": "2018-11-19T07:05:18.748Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-11-19 07:05:19,845 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:19,846 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:18 GMT 2018-11-19 07:05:19,846 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:19,846 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-11-19 07:05:19,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:19,846 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.21:5000"} 2018-11-19 07:05:19,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:18.860Z", "updated_at": "2018-11-19T07:05:18.860Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.21:5000", "key": "keystone_url"} 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:19,934 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:18 GMT 2018-11-19 07:05:19,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:19,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-11-19 07:05:19,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:19,935 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-11-19 07:05:20,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:20,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:20,144 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:20,144 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:20,144 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:20,144 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:20,144 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:19.047Z", "updated_at": "2018-11-19T07:05:19.047Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:19 GMT 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:20,145 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b"} 2018-11-19 07:05:20,255 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:19.174Z", "updated_at": "2018-11-19T07:05:19.174Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b", "key": "keystone_username"} 2018-11-19 07:05:20,256 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:20,257 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:19 GMT 2018-11-19 07:05:20,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:20,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-11-19 07:05:20,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:20,257 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-11-19 07:05:20,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:05:20,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:05:20,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:05:19.349Z", "updated_at": "2018-11-19T07:05:19.349Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:05:19 GMT 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:05:20,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-11-19 07:05:20,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:05:20,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-11-19 07:05:20,459 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 07:05:20,468 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 07:05:20,468 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 07:05:20,505 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:05:20,767 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-19 07:05:20,768 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-19 07:05:20,787 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 07:05:20,798 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-19 07:05:20,798 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-19 07:05:20,813 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-19 07:06:04,743 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-19 07:06:04,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.web-ster.com * extras: mirror.sfo12.us.leaseweb.net * updates: repo1.sea.innoscale.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 12 MB/s | 54 MB 00:04 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+--------------+ | service | status | +--------------------------------+--------------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | stop-sigterm | | Webserver | running | +--------------------------------+--------------+ 2018-11-19 07:06:04,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-11-19 07:06:04,744 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-19 07:06:04,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:06:04,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=df28ef9e82174953854a59c1f2b1b887&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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:06:04,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-9dedfa8d-573b-4393-9250-ccd3fe06c0e6 Date: Mon, 19 Nov 2018 07:06:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}]} 2018-11-19 07:06:04,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=df28ef9e82174953854a59c1f2b1b887&name=default used request id req-9dedfa8d-573b-4393-9250-ccd3fe06c0e6 2018-11-19 07:06:04,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0521337985992s 2018-11-19 07:06:04,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=df28ef9e82174953854a59c1f2b1b887&name=default used request id req-9dedfa8d-573b-4393-9250-ccd3fe06c0e6 2018-11-19 07:06:04,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:06:04,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:06:04,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-c0aab0ef-6121-4365-bca7-854a06d55abc Date: Mon, 19 Nov 2018 07:06:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:00:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 4, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-19T07:02:25Z", "revision_number": 0, "id": "1ba4d1ae-54ee-4651-aea8-0c7af4c4ddf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 443, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-19T07:02:25Z", "revision_number": 0, "id": "c78926d2-a7f5-4397-a8a8-8648c1530d15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "cdbf00af-7627-43f0-b8eb-f6f22b3c7dc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "ced6d976-28cf-47ab-8b71-94333636acbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 80, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-11-19T07:02:26Z", "revision_number": 0, "id": "e0ea6e1b-d7bc-4709-b43e-4689905edf06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:26Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 8, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:06:04,865 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c0aab0ef-6121-4365-bca7-854a06d55abc 2018-11-19 07:06:04,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0607089996338s 2018-11-19 07:06:04,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c0aab0ef-6121-4365-bca7-854a06d55abc 2018-11-19 07:06:04,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:06:04,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" -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": "613d9a8c-980f-40ff-aaaf-7ddd6903f157"}}' 2018-11-19 07:06:05,183 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2bdcc251-c99e-4e75-9b7a-4d4a6ea224aa Date: Mon, 19 Nov 2018 07:06:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T07:06:05Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "port_range_min": 22, "revision_number": 0, "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:06:05Z", "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "a9486c20-a939-46b8-813b-6c6571e6844a"}} 2018-11-19 07:06:05,183 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2bdcc251-c99e-4e75-9b7a-4d4a6ea224aa 2018-11-19 07:06:05,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.312996864319s 2018-11-19 07:06:05,184 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2bdcc251-c99e-4e75-9b7a-4d4a6ea224aa 2018-11-19 07:06:05,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-11-19 07:06:05,762 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-11-19 07:06:08,448 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:08,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:08,449 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:08,449 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:08,449 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:08,449 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:08,449 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:08,449 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-11-19 07:06:08,450 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:08.379Z", "updated_at": "2018-11-19T07:06:08.379Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "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"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-11-19 07:06:08,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:08,452 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:08 GMT 2018-11-19 07:06:08,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:08,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-11-19 07:06:08,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:08,475 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-19 07:06:09,927 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-11-19 07:06:09,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:06:09,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:06:10,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-eac16a25-bedb-4191-bb1c-5f5d67ae89db Date: Mon, 19 Nov 2018 07:06:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "metadata": {}}], "file": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "size": 4373348352, "self": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:02:21Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:01:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:06:10,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eac16a25-bedb-4191-bb1c-5f5d67ae89db 2018-11-19 07:06:10,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298117160797s 2018-11-19 07:06:10,226 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-eac16a25-bedb-4191-bb1c-5f5d67ae89db 2018-11-19 07:06:10,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 07:06:10,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b"}' 2018-11-19 07:06:10,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee X-Openstack-Request-Id: req-a4ef73db-8fc5-4226-97c4-7ef4e17e632e Date: Mon, 19 Nov 2018 07:06:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "a19332ec-42ea-4bac-97fd-7fa96d569cee", "size": null, "self": "/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-19T07:06:10Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": null, "created_at": "2018-11-19T07:06:10Z", "protected": false} 2018-11-19 07:06:10,276 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a4ef73db-8fc5-4226-97c4-7ef4e17e632e 2018-11-19 07:06:10,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0478789806366s 2018-11-19 07:06:10,277 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-a4ef73db-8fc5-4226-97c4-7ef4e17e632e returning object a19332ec-42ea-4bac-97fd-7fa96d569cee 2018-11-19 07:06:10,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 07:06:10,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '' 2018-11-19 07:06:16,324 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-674c1dea-83d8-4d47-aa3c-4ccab853ee4e Date: Mon, 19 Nov 2018 07:06:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:06:16,324 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/file used request id req-674c1dea-83d8-4d47-aa3c-4ccab853ee4e 2018-11-19 07:06:16,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.04631400108s 2018-11-19 07:06:16,324 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/file used request id req-674c1dea-83d8-4d47-aa3c-4ccab853ee4e 2018-11-19 07:06:16,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:06:16,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:06:16,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-dcb447fc-f5c1-41e2-8085-7735e6dbfa2b Date: Mon, 19 Nov 2018 07:06:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/snap", "metadata": {}}], "file": "/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "a19332ec-42ea-4bac-97fd-7fa96d569cee", "size": 263586304, "self": "/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-19T07:06:16Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-11-19T07:06:10Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "metadata": {}}], "file": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "size": 4373348352, "self": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:02:21Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:01:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:06:16,522 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dcb447fc-f5c1-41e2-8085-7735e6dbfa2b 2018-11-19 07:06:16,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.197624921799s 2018-11-19 07:06:16,523 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dcb447fc-f5c1-41e2-8085-7735e6dbfa2b 2018-11-19 07:06:16,526 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/file', 'owner': u'df28ef9e82174953854a59c1f2b1b887', 'id': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'size': 263586304, u'self': u'/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'df28ef9e82174953854a59c1f2b1b887', 'name': 'cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a19332ec-42ea-4bac-97fd-7fa96d569cee/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T07:06:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T07:06:16Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b', 'created': u'2018-11-19T07:06:10Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-11-19T07:06:10Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_806e1756-4a86-43cc-9cd3-89905473b98b', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-11-19 07:06:16,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 07:06:16,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-11-19 07:06:16,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:06:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99a12394-296d-4d45-8e6f-3641086c468d x-compute-request-id: req-99a12394-296d-4d45-8e6f-3641086c468d Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "1387a197-df16-4a0a-9e8b-1df41ca5fb51", "name": "cloudify_ims-flavor_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 07:06:16,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-99a12394-296d-4d45-8e6f-3641086c468d 2018-11-19 07:06:16,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0548098087311s 2018-11-19 07:06:16,582 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-99a12394-296d-4d45-8e6f-3641086c468d returning object 1387a197-df16-4a0a-9e8b-1df41ca5fb51 2018-11-19 07:06:16,583 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_806e1756-4a86-43cc-9cd3-89905473b98b', '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'afd2db966a884ce5bd33890fef4382f7', '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'1387a197-df16-4a0a-9e8b-1df41ca5fb51', 'swap': 0}) 2018-11-19 07:06:16,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 07:06:16,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51/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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" -d '{"extra_specs": {}}' 2018-11-19 07:06:16,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:06:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf6c133d-b252-456f-bf10-60e38939722f x-compute-request-id: req-cf6c133d-b252-456f-bf10-60e38939722f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 07:06:16,606 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51/os-extra_specs used request id req-cf6c133d-b252-456f-bf10-60e38939722f 2018-11-19 07:06:16,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230379104614s 2018-11-19 07:06:16,607 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51/os-extra_specs used request id req-cf6c133d-b252-456f-bf10-60e38939722f 2018-11-19 07:06:16,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-11-19 07:06:16,608 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "a19332ec-42ea-4bac-97fd-7fa96d569cee", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "bono_cluster_size": 1, "flavor_id": "1387a197-df16-4a0a-9e8b-1df41ca5fb51", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:17,997 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-11-19 07:06:17,998 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "a19332ec-42ea-4bac-97fd-7fa96d569cee", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "bono_cluster_size": 1, "flavor_id": "1387a197-df16-4a0a-9e8b-1df41ca5fb51", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:16.773Z", "updated_at": "2018-11-19T07:06:16.773Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-11-19 07:06:17,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:17,998 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:17 GMT 2018-11-19 07:06:17,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:17,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-11-19 07:06:17,998 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:17,999 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2018-11-19 07:06:18,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:18,099 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:18,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:18,100 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:18 GMT 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:18,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-11-19 07:06:18,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:18,101 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:18,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-19 07:06:18,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:18,175 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:18 GMT 2018-11-19 07:06:18,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:18,175 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-19 07:06:18,175 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:18,175 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:18,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:18,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:18,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:18,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:18,239 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:18 GMT 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-19 07:06:18,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:23,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:23,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:23,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:18.849Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:18.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:19.238Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:19.238Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:19.270Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:19.270Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:19.270Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:19.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:20.178Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:20.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:20.178Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:20.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:20.178Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:20.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:20.178Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:20.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:21.205Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpn82xrz --prefix=\"/tmp/openstack-jkD4Sx\" --constraint=\"/tmp/openstack-jkD4Sx/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:21.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:21.205Z", "message": "Installing from directory: /tmp/tmpn82xrz [args=--prefix=\"/tmp/openstack-jkD4Sx\" --constraint=\"/tmp/openstack-jkD4Sx/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:21.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:23 GMT 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:23,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-11-19 07:06:23,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:23,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-11-19 07:06:23,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-11-19 07:06:23,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:06:23,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:06:23,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-11-19 07:06:23,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-11-19 07:06:23,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:06:23,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-11-19 07:06:23,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-11-19 07:06:23,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpn82xrz --prefix="/tmp/openstack-jkD4Sx" --constraint="/tmp/openstack-jkD4Sx/constraint.txt" 2018-11-19 07:06:23,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpn82xrz [args=--prefix="/tmp/openstack-jkD4Sx" --constraint="/tmp/openstack-jkD4Sx/constraint.txt", package_name=cloudify-openstack-plugin] 2018-11-19 07:06:23,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:23,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:23,445 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:23,445 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:23,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:23,446 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:23 GMT 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-19 07:06:23,446 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:28,452 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:28,523 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:06:28,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:28,524 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:28 GMT 2018-11-19 07:06:28,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:28,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:06:28,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:28,524 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:28,588 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:28,588 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:28,588 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:28,588 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:28,588 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:28,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:28,589 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:28,589 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:28,589 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:28,589 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:28 GMT 2018-11-19 07:06:28,589 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:28,589 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-19 07:06:28,589 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:33,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:33,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:33,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:33,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:33 GMT 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:06:33,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:33,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:33,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:33,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:33,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:33,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:33,759 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:33 GMT 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-19 07:06:33,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:38,763 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:39,138 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:39,138 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:39,138 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:39,138 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:39,138 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:39,138 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:39,139 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:39,139 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:06:39,139 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:39,139 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:39 GMT 2018-11-19 07:06:39,139 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:39,139 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:06:39,139 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:39,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:39,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:39,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:39,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:39,329 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:39,329 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:39,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:39,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:39,330 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:39,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:39,330 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:39 GMT 2018-11-19 07:06:39,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:39,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-19 07:06:39,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:44,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:44,408 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:06:44,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:44,409 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:44 GMT 2018-11-19 07:06:44,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:44,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:06:44,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:44,409 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:44,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:44,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:44,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:44,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:44,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:44,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:44,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:44,477 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:44,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:44,477 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:44 GMT 2018-11-19 07:06:44,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:44,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-19 07:06:44,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:49,482 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:49,566 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:49,566 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:49.356Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:49.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}], "metadata": {"pagination": {"total": 12, "offset": 11, "size": 50}}} 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:49 GMT 2018-11-19 07:06:49,567 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:49,568 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 591 2018-11-19 07:06:49,568 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:49,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-11-19 07:06:49,568 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:49,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:49,634 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:49,634 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:49,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:49,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:49,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:49,635 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:49,635 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:49,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:49,635 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:49 GMT 2018-11-19 07:06:49,635 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:49,635 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-11-19 07:06:49,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:54,636 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:54,713 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:50.319Z", "message": "Removing directory: /tmp/tmpn82xrz", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:50.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff", "logger": "cdf2988f-8395-4ee4-84b2-1f326ac527ea"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:50.402Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:50.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:51.311Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:51.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:51.311Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:51.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:51.311Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:51.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}], "metadata": {"pagination": {"total": 17, "offset": 12, "size": 50}}} 2018-11-19 07:06:54,714 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:54,714 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:54 GMT 2018-11-19 07:06:54,714 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:54,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2516 2018-11-19 07:06:54,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:54,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpn82xrz 2018-11-19 07:06:54,714 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:06:54,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-11-19 07:06:54,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-11-19 07:06:54,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-11-19 07:06:54,715 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/2caee884-e476-4e5b-a6a1-aeefa0c95eff 2018-11-19 07:06:54,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:54,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:54,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:54,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:54,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:54,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:54,775 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:54,775 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"} 2018-11-19 07:06:54,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:54,776 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:54 GMT 2018-11-19 07:06:54,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:54,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-11-19 07:06:54,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:54,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-11-19 07:06:54,777 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-11-19 07:06:55,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:55,003 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:55 GMT 2018-11-19 07:06:55,004 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:55,004 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:06:55,004 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:55,004 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:06:55,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:55,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:55,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:55,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:55,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:55 GMT 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-19 07:06:55,070 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:06:55,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:06:55,139 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:06:55,139 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:06:55,139 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:06:55,139 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:06:55 GMT 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:06:55,140 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:00,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:00,217 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:00,217 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:00,217 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:00,217 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:00,217 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:00,217 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:00,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:00,218 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:55.570Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:55.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:57.089Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:57.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:57.340Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:57.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:57.340Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:57.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:57.340Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:57.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:57.340Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:57.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.562Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.562Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_security_group_v5ggf4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:58.918Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:58.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a31e346d-fba6-4a46-b4bc-4a0edc5a4d15"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "dime_security_group_v5ggf4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a31e346d-fba6-4a46-b4bc-4a0edc5a4d15"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "ellis_security_group_b8zs5s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e2769480-e467-41ec-af63-1682eaacef36"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "ellis_security_group_b8zs5s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e2769480-e467-41ec-af63-1682eaacef36"}, {"node_instance_id": "dime_security_group_v5ggf4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a31e346d-fba6-4a46-b4bc-4a0edc5a4d15"}, {"node_instance_id": "dime_security_group_v5ggf4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a31e346d-fba6-4a46-b4bc-4a0edc5a4d15"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "dime_security_group_v5ggf4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a31e346d-fba6-4a46-b4bc-4a0edc5a4d15"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "ellis_security_group_b8zs5s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e2769480-e467-41ec-af63-1682eaacef36"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "ellis_security_group_b8zs5s", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80}", "level": "debug", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e2769480-e467-41ec-af63-1682eaacef36"}, {"node_instance_id": "dime_security_group_v5ggf4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889}", "level": "debug", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a31e346d-fba6-4a46-b4bc-4a0edc5a4d15"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.389Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7162359e-c7e4-4fd9-8c10-d5cc6595dc7c"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "keypair_nthfb9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 52, "offset": 0, "size": 50}}} 2018-11-19 07:07:00,218 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:00,218 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:00 GMT 2018-11-19 07:07:00,218 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:00,218 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29036 2018-11-19 07:07:00,218 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:00,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-11-19 07:07:00,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-19 07:07:00,220 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-19 07:07:00,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,221 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8888} 2018-11-19 07:07:00,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6668, 'port_range_min': 6667, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,222 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'port_range_min': 10888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'port_range_min': 11211, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'port_range_min': 11311, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'port_range_min': 443, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'port_range_min': 7000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'port_range_min': 7253, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,223 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'port_range_min': 80, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'port_range_min': 8888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'port_range_min': 8889, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:00,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 6668, u'port_range_min': 6667} 2018-11-19 07:07:00,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 10888} 2018-11-19 07:07:00,224 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11211} 2018-11-19 07:07:00,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 11311} 2018-11-19 07:07:00,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 443} 2018-11-19 07:07:00,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7000} 2018-11-19 07:07:00,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7253} 2018-11-19 07:07:00,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 80} 2018-11-19 07:07:00,225 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 8889} 2018-11-19 07:07:00,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-11-19 07:07:00,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,226 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:00,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-19 07:07:00,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,227 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:00,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:00,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:00,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:00,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:00,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:00,291 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:00,291 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:00,291 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:00,292 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:00,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:00,292 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:00 GMT 2018-11-19 07:07:00,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:00,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:00,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:05,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:05,488 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:05,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:05,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:06:59.750Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:06:59.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_security_group_jcmwra", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:00.481Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:00.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "68d16506-d363-4341-8601-d3f3274312c3"}, {"node_instance_id": "sprout_security_group_jcmwra", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:00.481Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888}", "level": "debug", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:00.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "68d16506-d363-4341-8601-d3f3274312c3"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:00.776Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:00.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "keypair_nthfb9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:00.776Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:00.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_floatingip_69c7x0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:01.522Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:07:00Z', u'updated_at': u'2018-11-19T07:07:00Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'df28ef9e82174953854a59c1f2b1b887', u'port_id': None, u'id': u'84d7212f-8099-40c4-83bd-3a8016aa5b32'}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:01.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cde0be0-5b4c-4e69-adb3-c727cdc3837e"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:01.794Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:01.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:01.794Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:01.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:01.794Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:01.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.549Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161}", "level": "debug", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e84a5e1a-28ea-43a9-b732-57a5ce4048a8"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:02.805Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:02.805Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.341Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.343Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.343Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.343Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.343Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.343Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.343Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "homer_security_group_byvepl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d15710d5-2a28-491e-97e3-f24045e0c75c"}, {"node_instance_id": "homer_security_group_byvepl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d15710d5-2a28-491e-97e3-f24045e0c75c"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "homer_security_group_byvepl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d15710d5-2a28-491e-97e3-f24045e0c75c"}, {"node_instance_id": "homer_security_group_byvepl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160}", "level": "debug", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d15710d5-2a28-491e-97e3-f24045e0c75c"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:04.578Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060}", "level": "debug", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:04.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "283cee92-16a7-4363-8abd-6a0fdcc281f9"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.395Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.395Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.395Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.395Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.395Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 100, "offset": 50, "size": 50}}} 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:05 GMT 2018-11-19 07:07:05,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:05,490 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31258 2018-11-19 07:07:05,490 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:05,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'port_range_min': 9888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9888} 2018-11-19 07:07:05,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-19 07:07:05,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-11-19 07:07:05,492 - 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'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:07:00Z', u'updated_at': u'2018-11-19T07:07:00Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.205', u'revision_number': 0, u'project_id': u'df28ef9e82174953854a59c1f2b1b887', u'port_id': None, u'id': u'84d7212f-8099-40c4-83bd-3a8016aa5b32'} 2018-11-19 07:07:05,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:05,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,492 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-19 07:07:05,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'port_range_min': 2380, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'port_range_min': 4000, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'port_range_min': 161, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-11-19 07:07:05,493 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 2380} 2018-11-19 07:07:05,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 4000} 2018-11-19 07:07:05,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 161} 2018-11-19 07:07:05,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:05,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 3478} 2018-11-19 07:07:05,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,494 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 6669, 'port_range_min': 6669, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,495 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'port_range_min': 5062, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'port_range_min': 7888, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'port_range_min': 9160, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'port_range_min': 3478, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'port_range_min': 5060, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 32768, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 6669} 2018-11-19 07:07:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port_range_max': 65535, u'port_range_min': 32768, u'protocol': u'udp'} 2018-11-19 07:07:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-11-19 07:07:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5060} 2018-11-19 07:07:05,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5062} 2018-11-19 07:07:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 7888} 2018-11-19 07:07:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 9160} 2018-11-19 07:07:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 3478} 2018-11-19 07:07:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 5060} 2018-11-19 07:07:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:05,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-19 07:07:05,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:05,499 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:05,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:05,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:05 GMT 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:05,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:05,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:10,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:10,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:10,950 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:10,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:10,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:10,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:10,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:10,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:10,951 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_c4axyo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.824Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c8ac9f5-1532-4e91-a951-21ecdbff722e"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.824Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c8ac9f5-1532-4e91-a951-21ecdbff722e"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.824Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c8ac9f5-1532-4e91-a951-21ecdbff722e"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.824Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c8ac9f5-1532-4e91-a951-21ecdbff722e"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.824Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c8ac9f5-1532-4e91-a951-21ecdbff722e"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:05.824Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058}", "level": "debug", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:05.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c8ac9f5-1532-4e91-a951-21ecdbff722e"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:06.451Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:06.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:06.451Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:06.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:06.451Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:06.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:06.451Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:06.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.472Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.472Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.472Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.472Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_security_group_51xpub", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.653Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.653Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7221e482-c4a5-41ce-b06c-20eaa6898d36"}, {"node_instance_id": "bind_security_group_51xpub", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.839Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7221e482-c4a5-41ce-b06c-20eaa6898d36"}, {"node_instance_id": "bind_security_group_51xpub", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.839Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7221e482-c4a5-41ce-b06c-20eaa6898d36"}, {"node_instance_id": "bind_security_group_51xpub", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:07.839Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53}", "level": "debug", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:07.839Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7221e482-c4a5-41ce-b06c-20eaa6898d36"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:08.487Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:08.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_floatingip_xjnen9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:08.853Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:07:07Z', u'updated_at': u'2018-11-19T07:07:07Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'df28ef9e82174953854a59c1f2b1b887', u'port_id': None, u'id': u'db590a2b-7587-4cee-a934-c4cc9ad5f50d'}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:08.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b555e8eb-8d20-4c22-9d4b-f76e1d081cca"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:09.536Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:09.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:09.536Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:09.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "keypair_nthfb9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:09.536Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:09.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:09.536Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:09.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:09.536Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:09.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:09.536Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:09.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "keypair_nthfb9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:10.565Z", "message": "Using external resource keypair: cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:10.565Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c4ce0ac-6f74-4e35-88f7-019683fd458c"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:10.581Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:10.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:10.581Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:10.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:10.581Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:10.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:10.581Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:10.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:10.581Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:10.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 132, "offset": 100, "size": 50}}} 2018-11-19 07:07:10,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:10,951 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:10 GMT 2018-11-19 07:07:10,951 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:10,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18347 2018-11-19 07:07:10,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:10,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'port_range_min': 5052, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:10,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'port_range_min': 5054, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:10,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'port_range_min': 5058, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:10,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5052} 2018-11-19 07:07:10,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5054} 2018-11-19 07:07:10,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'tcp', u'port': 5058} 2018-11-19 07:07:10,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:10,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:10,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:07:10,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:10,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'protocol': u'udp', u'port': 53} 2018-11-19 07:07:10,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:10,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'port_range_min': 53, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:07:10,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 53} 2018-11-19 07:07:10,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,955 - 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'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:07:07Z', u'updated_at': u'2018-11-19T07:07:07Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.203', u'revision_number': 0, u'project_id': u'df28ef9e82174953854a59c1f2b1b887', u'port_id': None, u'id': u'db590a2b-7587-4cee-a934-c4cc9ad5f50d'} 2018-11-19 07:07:10,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:10,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-19 07:07:10,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-11-19 07:07:10,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-19 07:07:10,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:10,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:10,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b 2018-11-19 07:07:10,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:10,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:10,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:10,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:11,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:11,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:11,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:11,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:11 GMT 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:11,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:16,099 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:16,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:16,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:16,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:16,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:16,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_security_group_90a1s6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:11.603Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:11.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "keypair_nthfb9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:11.603Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:11.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:11.603Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:11.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:11.603Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:11.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "keypair_nthfb9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:11.603Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:11.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_floatingip_wgd4pc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:11.706Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:07:11Z', u'updated_at': u'2018-11-19T07:07:11Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'df28ef9e82174953854a59c1f2b1b887', u'port_id': None, u'id': u'45abac69-32fb-4605-aefd-eaa86efb6757'}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:11.706Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "87e6ce3e-6898-4b86-b93e-a6f269183513"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:12.622Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:12.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:12.622Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:12.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:12.622Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:12.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:12.622Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:12.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "keypair_nthfb9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:12.622Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:12.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:12.622Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:12.622Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:13.629Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:13.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.594Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.616Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'5f535e49-3b38-4086-9b76-5073ebeb23fa', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d6dfc86b-556e-4460-8273-cd976932dcb7"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.940Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0ce97cc5-2b0c-4262-805f-71859bd60fe9', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "ad62577c-76f9-47fa-8111-9a68473e74f3"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:15.940Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_4a9zx2'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:15.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d6dfc86b-556e-4460-8273-cd976932dcb7"}], "metadata": {"pagination": {"total": 163, "offset": 132, "size": 50}}} 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:16 GMT 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16684 2018-11-19 07:07:16,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:16,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:16,184 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:16,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:16,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:07:16,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-11-19 07:07:16,185 - 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'df28ef9e82174953854a59c1f2b1b887', u'created_at': u'2018-11-19T07:07:11Z', u'updated_at': u'2018-11-19T07:07:11Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'df28ef9e82174953854a59c1f2b1b887', u'port_id': None, u'id': u'45abac69-32fb-4605-aefd-eaa86efb6757'} 2018-11-19 07:07:16,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:16,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:16,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:16,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:16,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:16,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-19 07:07:16,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:16,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:16,186 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:16,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:16,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:16,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:16,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:16,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:16,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:16,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:16,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:16,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:16,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:16,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:16,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:16,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:16,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'5f535e49-3b38-4086-9b76-5073ebeb23fa', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-11-19 07:07:16,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'0ce97cc5-2b0c-4262-805f-71859bd60fe9', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-11-19 07:07:16,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_4a9zx2'} 2018-11-19 07:07:16,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:16,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:16,250 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:16 GMT 2018-11-19 07:07:16,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:16,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:16,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:21,256 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:22,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:22,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:22,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:22,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:22,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:16.654Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:16.654Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:16.654Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:16.654Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:16.654Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:16.654Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:17.051Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:17.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c4b4c7e3-a39c-4ce7-8bec-d824c54dde7c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:17.051Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1c7fca56-0706-4955-97f6-f6606d255549', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ffe9f352-edd8-4edc-9d1d-335cf12c33fc', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:17.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "812da3ee-f464-451a-be47-aad2be79c26b"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:17.051Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'28f761b1-2f4a-40e5-ad3f-007c5febce57', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'84d7212f-8099-40c4-83bd-3a8016aa5b32', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:17.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "538abe75-7c28-4626-8967-0982baad16a3"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:17.051Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_kk84cb'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:17.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "538abe75-7c28-4626-8967-0982baad16a3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:17.051Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_623ev8'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:17.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c4b4c7e3-a39c-4ce7-8bec-d824c54dde7c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:17.051Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_w1z2mn'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:17.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "812da3ee-f464-451a-be47-aad2be79c26b"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:17.051Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_g59gqu'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:17.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "ad62577c-76f9-47fa-8111-9a68473e74f3"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:18.123Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:18.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "ad62577c-76f9-47fa-8111-9a68473e74f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:18.123Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_623ev8', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:18.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c4b4c7e3-a39c-4ce7-8bec-d824c54dde7c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:18.123Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_w1z2mn', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:18.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "812da3ee-f464-451a-be47-aad2be79c26b"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:18.123Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_g59gqu', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:18.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "ad62577c-76f9-47fa-8111-9a68473e74f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:18.123Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_623ev8', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:18.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c4b4c7e3-a39c-4ce7-8bec-d824c54dde7c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:18.123Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_w1z2mn', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:18.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "812da3ee-f464-451a-be47-aad2be79c26b"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:18.123Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_g59gqu', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:18.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "ad62577c-76f9-47fa-8111-9a68473e74f3"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "538abe75-7c28-4626-8967-0982baad16a3"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d6dfc86b-556e-4460-8273-cd976932dcb7"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c4b4c7e3-a39c-4ce7-8bec-d824c54dde7c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "812da3ee-f464-451a-be47-aad2be79c26b"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_kk84cb', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "538abe75-7c28-4626-8967-0982baad16a3"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_4a9zx2', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d6dfc86b-556e-4460-8273-cd976932dcb7"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_kk84cb', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "538abe75-7c28-4626-8967-0982baad16a3"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:19.221Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_4a9zx2', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:19.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d6dfc86b-556e-4460-8273-cd976932dcb7"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:20.019Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:20.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:21.554Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:21.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:21.554Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:21.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:21.554Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:21.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:21.554Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:21.554Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 196, "offset": 163, "size": 50}}} 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:22 GMT 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23915 2018-11-19 07:07:22,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:22,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:22,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:07:22,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:22,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:22,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:07:22,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:22,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}] 2018-11-19 07:07:22,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'1c7fca56-0706-4955-97f6-f6606d255549', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ffe9f352-edd8-4edc-9d1d-335cf12c33fc', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-11-19 07:07:22,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'28f761b1-2f4a-40e5-ad3f-007c5febce57', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'84d7212f-8099-40c4-83bd-3a8016aa5b32', u'floating_ip_address': u'172.30.9.205', u'external_type': u'floatingip'}] 2018-11-19 07:07:22,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_kk84cb'} 2018-11-19 07:07:22,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_623ev8'} 2018-11-19 07:07:22,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_w1z2mn'} 2018-11-19 07:07:22,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_g59gqu'} 2018-11-19 07:07:22,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:22,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_623ev8', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_w1z2mn', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_g59gqu', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_623ev8', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_w1z2mn', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_g59gqu', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:22,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:22,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:22,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:22,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_kk84cb', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_4a9zx2', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_kk84cb', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_4a9zx2', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:22,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:22,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:22,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:22,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:22,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:22,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:22,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:22,537 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:22 GMT 2018-11-19 07:07:22,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:22,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:22,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:27,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:27,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:27,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:27,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:27,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:27,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:27,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:27,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:27,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:22.941Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3c17a00c-c6e9-4cba-a0c7-3ccef0ee4082', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:22.941Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c1ab448a-251c-46d6-a176-9a17f0033021"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.125Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.125Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.125Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.125Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.125Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.125Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.125Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.267Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4641940c-eb8c-4956-ac5e-6b3c3e09f85d', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'db590a2b-7587-4cee-a934-c4cc9ad5f50d', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03805d5a-829e-445f-a1c2-c086edbcbaac"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.267Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f89b0298-69e9-42ea-8c07-ad67855a409f', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'1c7fca56-0706-4955-97f6-f6606d255549', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'45abac69-32fb-4605-aefd-eaa86efb6757', u'floating_ip_address': u'172.30.9.200', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b98ed4ba-8e70-45dc-b6c1-5afe781052c4"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.267Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_cbbv5l'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03805d5a-829e-445f-a1c2-c086edbcbaac"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.267Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_qvfp88'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b98ed4ba-8e70-45dc-b6c1-5afe781052c4"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:23.267Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_v6cc7g'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:23.267Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c1ab448a-251c-46d6-a176-9a17f0033021"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:24.135Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:24.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:24.135Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:24.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:24.135Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:24.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:24.135Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:24.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:24.135Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:24.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:24.135Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:24.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:25.953Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_v6cc7g', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:25.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c1ab448a-251c-46d6-a176-9a17f0033021"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.298Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c1ab448a-251c-46d6-a176-9a17f0033021"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.298Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_v6cc7g', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c1ab448a-251c-46d6-a176-9a17f0033021"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.595Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.595Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.595Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.595Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.595Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:26.595Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:26.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.330Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03805d5a-829e-445f-a1c2-c086edbcbaac"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.330Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b98ed4ba-8e70-45dc-b6c1-5afe781052c4"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.330Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_cbbv5l', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03805d5a-829e-445f-a1c2-c086edbcbaac"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.330Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_qvfp88', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b98ed4ba-8e70-45dc-b6c1-5afe781052c4"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.330Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_cbbv5l', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03805d5a-829e-445f-a1c2-c086edbcbaac"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.330Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_qvfp88', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b98ed4ba-8e70-45dc-b6c1-5afe781052c4"}], "metadata": {"pagination": {"total": 229, "offset": 196, "size": 50}}} 2018-11-19 07:07:27,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:27,665 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:27 GMT 2018-11-19 07:07:27,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:27,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21615 2018-11-19 07:07:27,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:27,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'3c17a00c-c6e9-4cba-a0c7-3ccef0ee4082', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-11-19 07:07:27,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:27,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:27,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:27,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:07:27,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:27,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:27,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'4641940c-eb8c-4956-ac5e-6b3c3e09f85d', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'db590a2b-7587-4cee-a934-c4cc9ad5f50d', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2018-11-19 07:07:27,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', u'external_type': u'keypair'}, {u'external_id': u'00d8d24b-44aa-49ce-a79e-dd14df35e464', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f89b0298-69e9-42ea-8c07-ad67855a409f', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'1c7fca56-0706-4955-97f6-f6606d255549', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'45abac69-32fb-4605-aefd-eaa86efb6757', u'floating_ip_address': u'172.30.9.200', u'external_type': u'floatingip'}] 2018-11-19 07:07:27,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_cbbv5l'} 2018-11-19 07:07:27,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_qvfp88'} 2018-11-19 07:07:27,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_v6cc7g'} 2018-11-19 07:07:27,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:27,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:27,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:27,668 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:27,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:27,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:27,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_v6cc7g', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:27,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:27,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_v6cc7g', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:27,669 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:27,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:27,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:27,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:27,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:27,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:27,670 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:27,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:07:27,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_cbbv5l', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:27,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_qvfp88', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:27,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_cbbv5l', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:27,671 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_qvfp88', 'key_name': u'cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b', 'image': u'a19332ec-42ea-4bac-97fd-7fa96d569cee', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b', 'cloudify_management_network_id': u'5063b893-639d-4023-9667-85b3e96a7978'}, 'nics': [{'net-id': u'5063b893-639d-4023-9667-85b3e96a7978'}], 'flavor': u'1387a197-df16-4a0a-9e8b-1df41ca5fb51'} 2018-11-19 07:07:27,671 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:27,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:27,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:27,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:27,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:27,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:27,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:27,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:27,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:27,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:27,758 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:27 GMT 2018-11-19 07:07:27,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:27,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:27,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:32,761 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:32,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:32,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:32,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:32,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:32,885 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:32,885 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:32,885 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:32,886 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.662Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:27.662Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:27.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:28.710Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:28.710Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:28.710Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:28.710Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:28.710Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:28.710Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:29.820Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:29.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:29.820Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:29.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:29.820Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:29.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:31.203Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:31.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 241, "offset": 229, "size": 50}}} 2018-11-19 07:07:32,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:32,886 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:32 GMT 2018-11-19 07:07:32,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:32,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7866 2018-11-19 07:07:32,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:32,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:32,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:32,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:32,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:32,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:32,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:32,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:32,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:32,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:32,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:32,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:07:32,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:32,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:32,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:32,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:32,964 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:32 GMT 2018-11-19 07:07:32,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:32,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:32,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:37,969 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:38,079 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:33.390Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:33.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:33.390Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:33.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:33.390Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:33.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:33.390Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:33.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:33.390Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:33.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:33.390Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:33.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:33.390Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:33.390Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:34.577Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:34.577Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:34.577Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:34.577Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:34.577Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:34.577Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:34.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:35.980Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:35.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:36.795Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:36.795Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:36.795Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:07:36.795Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 257, "offset": 241, "size": 50}}} 2018-11-19 07:07:38,080 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:38,081 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:38 GMT 2018-11-19 07:07:38,081 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:38,081 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10915 2018-11-19 07:07:38,081 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:38,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:38,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:07:38,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:38,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:38,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:38,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:38,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:38,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:38,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:07:38,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:38,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:07:38,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:38,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:07:38,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:38,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:38,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:07:38,084 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:38,158 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:38,158 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:38,159 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:38 GMT 2018-11-19 07:07:38,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:38,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:38,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:43,165 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:43,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:43,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:43,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:43,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:43,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:43,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:43,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:43,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-11-19 07:07:43,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:43,268 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:43 GMT 2018-11-19 07:07:43,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:43,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:07:43,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:43,268 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:43,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:43,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:43,339 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:43 GMT 2018-11-19 07:07:43,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:43,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:43,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:48,344 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:48,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-11-19 07:07:48,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:48,428 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:48 GMT 2018-11-19 07:07:48,428 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:48,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:07:48,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:48,428 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:48,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:48,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:48,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:48,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:48,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:48,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:48,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:48,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:48,500 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:48,500 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:48 GMT 2018-11-19 07:07:48,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:48,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:48,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:53,505 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:53,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:53,598 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:53,598 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:53,598 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:53,598 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:53,598 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:53,598 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:53,599 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-11-19 07:07:53,599 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:53,599 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:53 GMT 2018-11-19 07:07:53,599 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:53,599 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:07:53,599 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:53,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:53,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:53,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:53,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:53 GMT 2018-11-19 07:07:53,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:53,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:53,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:58,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:07:58,815 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:58,815 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:58,815 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:57.965Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:57.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 258, "offset": 257, "size": 50}}} 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:58 GMT 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:58,816 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 597 2018-11-19 07:07:58,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:07:58,817 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:07:58,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:07:58,982 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:07:58 GMT 2018-11-19 07:07:58,983 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:07:58,984 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:07:58,984 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:03,989 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:04,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:04,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:04,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:04,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:58.819Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:58.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:58.819Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:58.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:07:58.819Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:07:58.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:00.532Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:00.532Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:00.884Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:00.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:00.884Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:00.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:01.905Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:01.905Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:02.924Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:02.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:02.924Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:02.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:02.924Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:02.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:02.924Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:02.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:03.942Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:03.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 270, "offset": 258, "size": 50}}} 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:04 GMT 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8117 2018-11-19 07:08:04,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:04,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:04,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:04,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:04,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:04,154 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:04,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:04,156 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:04 GMT 2018-11-19 07:08:04,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:04,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:04,156 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:09,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:09,249 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4a9zx2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:05.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": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:05.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:05.969Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:05.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:07.072Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:07.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:07.072Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:07.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:07.072Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:07.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:07.072Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:07.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:07.072Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:07.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:07.072Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:07.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:08.283Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:08.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:09.117Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:09.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:09.117Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:09.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 281, "offset": 270, "size": 50}}} 2018-11-19 07:08:09,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:09,251 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:09 GMT 2018-11-19 07:08:09,251 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:09,251 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8822 2018-11-19 07:08:09,251 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:09,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:09,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:09,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:09,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:09,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:09,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:09,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:09,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:08:09,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:09,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:09,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:08:09,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:09,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:09,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:09 GMT 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:09,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:14,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:14,432 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-11-19 07:08:14,433 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:14,433 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:14 GMT 2018-11-19 07:08:14,433 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:14,433 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:08:14,433 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:14,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:14,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:14,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:14,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:14,503 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:14 GMT 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:14,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:19,510 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:19,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:19,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:19 GMT 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:19,593 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:19,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:19,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:19 GMT 2018-11-19 07:08:19,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:19,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:19,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:24,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:24,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:24,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:24 GMT 2018-11-19 07:08:24,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:24,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:08:24,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:24,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:24,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:24,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:24,843 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:24 GMT 2018-11-19 07:08:24,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:24,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:24,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:29,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:29,948 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-11-19 07:08:29,949 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:29,950 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:29 GMT 2018-11-19 07:08:29,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:29,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:08:29,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:29,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:30,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:30,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:30,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:30,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:30,040 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:30 GMT 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:30,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:35,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:35,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:35,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:35,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:35,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:35,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:35,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:35,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:35,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:30.568Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:30.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:31.152Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:31.152Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:32.167Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:32.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:32.167Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:32.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:33.197Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:33.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:33.197Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:33.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:33.197Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:33.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:34.215Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:34.215Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 289, "offset": 281, "size": 50}}} 2018-11-19 07:08:35,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:35,133 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:35 GMT 2018-11-19 07:08:35,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:35,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5442 2018-11-19 07:08:35,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:35,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:35,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:35,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:35,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:35,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:35,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:35,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:35,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:35,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:35,236 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:35,236 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:35,236 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:35,236 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:35,236 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:35,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:35,237 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:35,237 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:35,237 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:35,237 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:35 GMT 2018-11-19 07:08:35,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:35,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:35,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:40,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:40,319 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:40,319 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:40,319 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:40,319 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:40,319 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:40,319 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:40,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:40,320 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:35.250Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:35.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:35.250Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:35.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:35.250Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:35.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:35.250Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:35.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:36.285Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:36.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:37.474Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:37.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:38.302Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:38.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:39.322Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:39.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:39.322Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:39.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:39.322Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:39.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:39.322Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:39.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:39.322Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:39.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:39.322Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:08:39.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 302, "offset": 289, "size": 50}}} 2018-11-19 07:08:40,320 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:40,320 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:40 GMT 2018-11-19 07:08:40,320 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:40,320 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8610 2018-11-19 07:08:40,320 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:40,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:40,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:40,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:40,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:08:40,323 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:40,399 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:40,399 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:40,399 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:40,399 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:40,399 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:40,399 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:40,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:40,400 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:40,400 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:40,400 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:40 GMT 2018-11-19 07:08:40,400 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:40,400 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:40,400 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:45,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:45,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:45,514 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:45,514 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:45,514 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:45,514 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:45,514 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:45,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:45,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:40.602Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:40.602Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:41.345Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:41.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:08:41.345Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:08:41.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 305, "offset": 302, "size": 50}}} 2018-11-19 07:08:45,515 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:45,515 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:45 GMT 2018-11-19 07:08:45,515 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:45,515 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3484 2018-11-19 07:08:45,515 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:45,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:45,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:45,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60] 2018-11-19 07:08:45,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:45,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:45,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:45,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:45,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:45,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:45,589 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:45,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:45,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:45,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:45,590 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:45 GMT 2018-11-19 07:08:45,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:45,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:45,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:50,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:50,688 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:50,689 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:50 GMT 2018-11-19 07:08:50,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:50,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:08:50,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:50,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:50,762 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:50,763 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:50,763 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:50 GMT 2018-11-19 07:08:50,763 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:50,763 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:50,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:55,768 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:55,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-11-19 07:08:55,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:55,857 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:55 GMT 2018-11-19 07:08:55,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:55,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:08:55,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:08:55,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:08:55,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:08:55,934 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:08:55,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:08:55,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:08:55,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:08:55,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:08:55,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:08:55,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:08:55,935 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:08:55,935 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:08:55 GMT 2018-11-19 07:08:55,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:08:55,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:08:55,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:00,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:01,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:01,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:01,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:01,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:01 GMT 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:09:01,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:01,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:01,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:01,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:01,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:01,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:01 GMT 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:01,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:06,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:07,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:07,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:07,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:02.890Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:02.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:03.378Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:03.378Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:04.605Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:04.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:04.605Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:04.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:06.878Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:06.878Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:06.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 311, "offset": 305, "size": 50}}} 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:07 GMT 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3168 2018-11-19 07:09:07,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:07,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:07,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:07,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:07,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:07,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:07,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:07,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:07,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:07,431 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:07 GMT 2018-11-19 07:09:07,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:07,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:07,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:12,436 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:13,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:13,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:13,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:13,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:13,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:13,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:13,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:13,262 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:08.065Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:08.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:08.065Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:08.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:08.065Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:08.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:08.065Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:08.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:09.352Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:09.352Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:10.588Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:10.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 317, "offset": 311, "size": 50}}} 2018-11-19 07:09:13,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:13,262 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:13 GMT 2018-11-19 07:09:13,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:13,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4410 2018-11-19 07:09:13,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:13,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:13,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:13,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:13,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:13,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:13,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:13,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:13,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:13,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:13,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:13,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:13,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:13,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:13,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:13,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:13,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:13,597 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:13 GMT 2018-11-19 07:09:13,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:13,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:13,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:18,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:19,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:13.634Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:13.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:13.634Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:13.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:13.634Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:13.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:13.634Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:13.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:13.634Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:13.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:13.634Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:13.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:13.634Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:13.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:14.910Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:14.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:14.910Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:14.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:16.402Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:16.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:17.146Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:17.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:18.322Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:18.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 329, "offset": 317, "size": 50}}} 2018-11-19 07:09:19,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:19,824 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:19 GMT 2018-11-19 07:09:19,824 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:19,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9958 2018-11-19 07:09:19,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:19,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:19,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:19,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:19,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:19,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:19,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:19,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-11-19 07:09:19,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:19,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:19,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:19,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:19,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-11-19 07:09:19,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:20,343 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:20,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:20,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:20,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:20,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:20,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:20,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:20,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:20,344 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:20,344 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:20 GMT 2018-11-19 07:09:20,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:20,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:20,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:25,349 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:26,201 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:26,201 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:26 GMT 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:26,202 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:09:26,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:26,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:26,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:26,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:26,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:26,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:26,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:26,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:26,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:26,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:26,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:26,897 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:26 GMT 2018-11-19 07:09:26,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:26,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:26,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:31,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:32,046 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:32,046 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:32,046 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:32,046 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:32,046 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:32,046 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:32,046 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:32,047 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-11-19 07:09:32,047 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:32,047 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:32 GMT 2018-11-19 07:09:32,047 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:32,047 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:09:32,047 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:32,047 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:32,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:32,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:32 GMT 2018-11-19 07:09:32,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:32,208 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:32,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:37,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:37,386 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:37,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:37,387 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:37 GMT 2018-11-19 07:09:37,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:37,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:09:37,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:37,388 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:37,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:37,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:37,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:37,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:37,509 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:37 GMT 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:37,510 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:42,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:44,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:44,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:44,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:44,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:44,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:44,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:44,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:44,043 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:39.024Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:39.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:40.175Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:40.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:40.175Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:40.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:40.175Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:40.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:41.193Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:41.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:41.193Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:41.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:42.400Z", "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-11-19T07:09:42.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 336, "offset": 329, "size": 50}}} 2018-11-19 07:09:44,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:44,043 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:44 GMT 2018-11-19 07:09:44,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:44,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4306 2018-11-19 07:09:44,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:44,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:44,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:44,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:44,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:44,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:44,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:44,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-19 07:09:44,045 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:45,801 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:45 GMT 2018-11-19 07:09:45,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:45,802 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:45,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:50,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:09:53,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:53,174 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:43.162Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:43.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "f6d9f4ac-349e-45e4-a12b-91ec8f61cb65"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:44.190Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:44.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:45.093Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:45.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:45.093Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:45.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:45.093Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:45.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:45.093Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:45.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:46.672Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:46.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:46.672Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:46.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:46.672Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:46.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:46.672Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:46.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:46.672Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:46.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:47.400Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:47.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a3c1b140-9654-4452-a96d-fb6a1caec28b"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:48.055Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:48.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:48.055Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:48.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:48.055Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:48.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:48.055Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:48.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:48.441Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:48.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "992ab1f6-a24b-4dc3-820d-d1b829c44cf7"}], "metadata": {"pagination": {"total": 353, "offset": 336, "size": 50}}} 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:53 GMT 2018-11-19 07:09:53,175 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:53,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9377 2018-11-19 07:09:53,176 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:53,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:09:53,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-19 07:09:53,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:09:53,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:09:53,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:09:53,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:09:53,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:09:53,179 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:09:53,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:09:53,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:09:53,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:09:53,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:09:53,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:09:53,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:09:53,611 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:09:53,611 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:09:53,612 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:09:53,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:09:53,612 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:09:53 GMT 2018-11-19 07:09:53,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:09:53,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:09:53,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:09:58,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:00,512 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:53.287Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:53.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:53.702Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:53.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:53.702Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:53.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:53.702Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:53.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:53.702Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:53.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:53.702Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:53.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.250Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:54.937Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:54.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9d9eafbe-c5f6-4ade-b96a-5100090fa4d2"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:55.359Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:55.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:55.359Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:55.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:55.359Z", "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-11-19T07:09:55.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:55.359Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:55.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:55.359Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:55.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:56.200Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:56.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "24804458-c7ec-43b1-8d21-2284b5e20180"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.548Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (tried 1 time)", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (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.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:09:57.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:09:57.991Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:09:57.991Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8838828c-8705-4f5e-8cdc-44de429ded8f"}], "metadata": {"pagination": {"total": 398, "offset": 353, "size": 50}}} 2018-11-19 07:10:00,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:00,513 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:00 GMT 2018-11-19 07:10:00,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:00,513 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26180 2018-11-19 07:10:00,513 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:00,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:10:00,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:10:00,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:00,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:00,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:10:00,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-11-19 07:10:00,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:10:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:10:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-19 07:10:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-19 07:10:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:10:00,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:00,520 - 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.7 on port 22: Unable to connect to port 22 on 192.168.120.7 (tried 1 time) 2018-11-19 07:10:00,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:00,521 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:10:00,522 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:00,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:01,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:01,003 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:01,003 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:01,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:01,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:01,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:01,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:01,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:01,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:01,004 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:01 GMT 2018-11-19 07:10:01,004 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:01,004 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:01,004 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:06,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:06,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:06,467 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:06,467 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:06,467 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:06,467 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:06,467 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:06,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:06,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_kk84cb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:00.949Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time)", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (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.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:10:00.949Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:01.980Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.5 on port 22: Unable to connect to port 22 on 192.168.120.5 (tried 1 time)", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.5 on port 22: Unable to connect to port 22 on 192.168.120.5 (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.5 on port 22: Unable to connect to port 22 on 192.168.120.5 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:10:01.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:01.980Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:10:01.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 401, "offset": 398, "size": 50}}} 2018-11-19 07:10:06,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:06,468 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:06 GMT 2018-11-19 07:10:06,468 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:06,468 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3672 2018-11-19 07:10:06,468 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:06,469 - 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.8 on port 22: Unable to connect to port 22 on 192.168.120.8 (tried 1 time) 2018-11-19 07:10:06,469 - 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.5 on port 22: Unable to connect to port 22 on 192.168.120.5 (tried 1 time) 2018-11-19 07:10:06,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60] 2018-11-19 07:10:06,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:06,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:06,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:06 GMT 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:06,789 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:06,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:11,795 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:12,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:12,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:12,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:12,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:12,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:12,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:12,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:12,177 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:10.613Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:10.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.240Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.240Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.414Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}], "metadata": {"pagination": {"total": 404, "offset": 401, "size": 50}}} 2018-11-19 07:10:12,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:12,177 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:12 GMT 2018-11-19 07:10:12,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:12,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1707 2018-11-19 07:10:12,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:12,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:12,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:12,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:12,178 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:12,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:12,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:12,262 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:12 GMT 2018-11-19 07:10:12,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:12,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:12,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:17,267 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:17,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:17,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:17,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:17,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:11.851Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:11.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:12.277Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:12.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:12.277Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:12.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:14.016Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:14.016Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "62b14519-7a4b-4b31-967a-92db43e728ee"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:14.292Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:14.292Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.287Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.287Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.287Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.287Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.287Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.287Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:15.295Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}], "metadata": {"pagination": {"total": 479, "offset": 404, "size": 50}}} 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:17 GMT 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27284 2018-11-19 07:10:17,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:17,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:10:17,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:17,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:17,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:17,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:10:17,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:17,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:10:17,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:17,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:17,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:17,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:17,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:10:17,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:10:17,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:17,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:17,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:17,762 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:17,762 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:17,762 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:17,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:17 GMT 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:17,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:22,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:24,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:24,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:24,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:24,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Creating Agent proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6a17f4cd-7084-491b-905d-f66f32fbd597"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_623ev8/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.191Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.343Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:16.343Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:16.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.256Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.256Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.256Z", "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-11-19T07:10:17.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.256Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.369Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.369Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.369Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.369Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.369Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:17.369Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:17.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}], "metadata": {"pagination": {"total": 603, "offset": 454, "size": 50}}} 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:24 GMT 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27421 2018-11-19 07:10:24,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:24,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:10:24,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_623ev8 2018-11-19 07:10:24,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:10:24,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:10:24,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:10:24,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:10:24,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_623ev8/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:10:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,040 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:10:24,040 - 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-11-19 07:10:24,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:10:24,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:10:24,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:24,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:24,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:24,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:24,041 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:24,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,042 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:24,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:24,133 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:24,133 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:24,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:24,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:24 GMT 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:24,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:29,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:31,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:31,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:18.314Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:18.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:19.330Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:19.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:19.330Z", "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_623ev8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_623ev8/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_623ev8', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_623ev8/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_623ev8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:19.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:19.330Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_623ev8/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:19.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:19.330Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:19.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:19.330Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:19.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.577Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.577Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "/home/ubuntu/proxy_host_623ev8/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Successfully created daemon: proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "46a234bd-1b85-4b7c-ac32-be92ec68c7d1"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Downloading Agent Package from https://192.168.120.12:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Creating Agent vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_g59gqu/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}], "metadata": {"pagination": {"total": 763, "offset": 504, "size": 50}}} 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:31,367 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:31 GMT 2018-11-19 07:10:31,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:31,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29005 2018-11-19 07:10:31,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:31,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,370 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:10:31,370 - 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_623ev8/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_623ev8/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_623ev8', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_623ev8/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_623ev8', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'} 2018-11-19 07:10:31,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_623ev8/env 2018-11-19 07:10:31,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:10:31,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:10:31,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:31,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-19 07:10:31,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:10:31,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:10:31,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:31,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:10:31,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_623ev8/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:10:31,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_623ev8 2018-11-19 07:10:31,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:10:31,375 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:10:31,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,376 - 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-11-19 07:10:31,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_g59gqu 2018-11-19 07:10:31,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:10:31,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:10:31,376 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_g59gqu/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:10:31,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,377 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:31,377 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:31,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:31,485 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:31,485 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:31 GMT 2018-11-19 07:10:31,485 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:31,485 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:31,485 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:36,490 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:36,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:36,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:36,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:36,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:36,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:36,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:36,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:36,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:20.758Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:20.758Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.626Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.626Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.626Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:21.920Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:21.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.265Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 910, "offset": 554, "size": 50}}} 2018-11-19 07:10:36,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:36,928 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:36 GMT 2018-11-19 07:10:36,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:36,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27513 2018-11-19 07:10:36,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:36,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:36,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:10:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:10:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:10:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:10:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:10:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:10:36,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:10:36,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:10:36,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:36,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:36,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:37,229 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:37,229 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:37,229 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:37 GMT 2018-11-19 07:10:37,230 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:37,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:37,231 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:42,236 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:42,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:42,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:42,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:42,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:42,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:42,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:42,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:42,455 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.265Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_g59gqu/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_4a9zx2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "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_g59gqu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_g59gqu/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_g59gqu', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_g59gqu/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_g59gqu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_kk84cb/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating Agent sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "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-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating Agent ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_w1z2mn/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating Agent homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Successfully created daemon: vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "/home/ubuntu/vellum_host_g59gqu/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}], "metadata": {"pagination": {"total": 1061, "offset": 604, "size": 50}}} 2018-11-19 07:10:42,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:42,455 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:42 GMT 2018-11-19 07:10:42,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:42,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29116 2018-11-19 07:10:42,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:42,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:42,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:10:42,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:10:42,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:10:42,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_g59gqu/env 2018-11-19 07:10:42,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:10:42,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_4a9zx2/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:10:42,459 - 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_g59gqu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_g59gqu/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_g59gqu', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_g59gqu/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_g59gqu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'} 2018-11-19 07:10:42,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:10:42,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_kk84cb/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:10:42,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_w1z2mn 2018-11-19 07:10:42,461 - 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-11-19 07:10:42,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:10:42,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_kk84cb 2018-11-19 07:10:42,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:10:42,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:10:42,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:10:42,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:42,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:10:42,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_w1z2mn/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:10:42,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:10:42,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_4a9zx2 2018-11-19 07:10:42,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:42,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_g59gqu 2018-11-19 07:10:42,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_g59gqu/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:10:42,465 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:42,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:42,534 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:42,534 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:42,534 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:42,534 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:42 GMT 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:42,535 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:47,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:47,777 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:47,777 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:47,777 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating Agent sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_w1z2mn/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "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-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Creating Agent ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:24.271Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:24.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "455e5a7c-80f0-4c2c-8a96-0a6ffb9473eb"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Configuring Agent proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.343Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.343Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.343Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:25.343Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:25.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.886Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.886Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.886Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.886Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "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_w1z2mn/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_w1z2mn/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_w1z2mn', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_w1z2mn/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_w1z2mn', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}], "metadata": {"pagination": {"total": 1208, "offset": 654, "size": 50}}} 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:47 GMT 2018-11-19 07:10:47,778 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:47,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27885 2018-11-19 07:10:47,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:47,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:10:47,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_w1z2mn 2018-11-19 07:10:47,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:10:47,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:10:47,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_w1z2mn/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:10:47,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:10:47,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:10:47,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:10:47,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:10:47,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_kk84cb 2018-11-19 07:10:47,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:10:47,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:10:47,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_623ev8 2018-11-19 07:10:47,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:10:47,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:10:47,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:47,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:10:47,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:10:47,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:47,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:47,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:47,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:10:47,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:47,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:10:47,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:47,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:10:47,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:10:47,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:10:47,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:10:47,787 - 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_w1z2mn/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_w1z2mn/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_w1z2mn', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_w1z2mn/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_w1z2mn', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'} 2018-11-19 07:10:47,787 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:47,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:10:47,788 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:47,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:47,873 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:47,873 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:47,873 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:47,873 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:47,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:47,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:47,874 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:47,874 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:47,874 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:47,874 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:47 GMT 2018-11-19 07:10:47,874 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:47,874 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:47,874 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:52,880 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:53,272 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:53,272 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:53,272 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:53,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:53,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:53,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:53,273 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:53,273 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "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_kk84cb/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_kk84cb/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_kk84cb', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_kk84cb/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_kk84cb', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_kk84cb/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6eec6ef2-292b-46b8-b704-9e981d4da64a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:26.892Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_4a9zx2/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:26.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.112Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3a37079f-5e1c-452f-8413-a101e5f1857e"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "/home/ubuntu/sprout_host_w1z2mn/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Successfully created daemon: homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Configuring Agent vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "/home/ubuntu/ellis_host_kk84cb/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Successfully created daemon: sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Successfully created daemon: ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "116830ae-cd52-4212-8f89-cd1772bc81de"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": "/home/ubuntu/homer_host_4a9zx2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bef35a46-a124-463f-89d6-49f38648cffd"}], "metadata": {"pagination": {"total": 1309, "offset": 704, "size": 50}}} 2018-11-19 07:10:53,273 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:53,273 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:53 GMT 2018-11-19 07:10:53,273 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:53,273 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28861 2018-11-19 07:10:53,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:53,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:10:53,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:10:53,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:10:53,275 - 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_kk84cb/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_kk84cb/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_kk84cb', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_kk84cb/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_kk84cb', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'} 2018-11-19 07:10:53,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:10:53,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:10:53,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_kk84cb/env 2018-11-19 07:10:53,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:10:53,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:10:53,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:10:53,276 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:10:53,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_4a9zx2/env 2018-11-19 07:10:53,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:53,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:53,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:53,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:53,277 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:10:53,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:10:53,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:53,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:10:53,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:53,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:53,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:10:53,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-11-19 07:10:53,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:53,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:53,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:10:53,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:10:53,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_w1z2mn/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:10:53,279 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_4a9zx2 2018-11-19 07:10:53,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:10:53,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-19 07:10:53,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:10:53,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-19 07:10:53,280 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_g59gqu 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_kk84cb/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_w1z2mn 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_kk84cb 2018-11-19 07:10:53,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:53,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:53,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_4a9zx2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:10:53,282 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:10:53,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:53,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:53,376 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:53,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:53,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:53,376 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:53,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:53,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:10:53,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:53,377 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:53 GMT 2018-11-19 07:10:53,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:53,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:10:53,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:58,378 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:10:59,231 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:10:59,231 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:10:59,231 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:10:59,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:28.176Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:28.176Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "36780aa9-4796-4757-bc68-e60606ad631a"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.336Z", "message": "Successfully configured daemon: vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.336Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.336Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2073d25e-cc58-4da6-9fb3-06c6141b2f1d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.337Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.337Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.337Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.337Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:29.337Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:29.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.145Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.145Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.145Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Starting Agent proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e41341c4-f92e-4b53-b91f-fd370287b48f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Configuring Agent homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Configuring Agent sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}], "metadata": {"pagination": {"total": 1362, "offset": 754, "size": 50}}} 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:10:59 GMT 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27234 2018-11-19 07:10:59,232 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:10:59,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:10:59,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_g59gqu 2018-11-19 07:10:59,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-19 07:10:59,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:10:59,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:59,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:59,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:10:59,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:10:59,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:10:59,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:59,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:10:59,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:10:59,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_623ev8 2018-11-19 07:10:59,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:59,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,238 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:59,239 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:59,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:10:59,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:59,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:10:59,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_4a9zx2 2018-11-19 07:10:59,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:10:59,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_w1z2mn 2018-11-19 07:10:59,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:10:59,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:00,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:00,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:00 GMT 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:00,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:00,983 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:05,988 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:06,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:06,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:06,069 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:06,069 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:06,069 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:06,069 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:06,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:06,069 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:32.174Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:32.174Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.157Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.157Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.157Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Successfully configured daemon: homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Configuring Agent ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Successfully configured daemon: ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Successfully configured daemon: sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6710ed37-345a-4dfc-bcde-b96b6065beb5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9f4403bc-8b84-4d7f-961b-29d29ae1594d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:33.209Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:33.209Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a89237a2-b7f5-473e-b7be-617d911742c2"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.253Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:34.446Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:34.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Starting Agent vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}], "metadata": {"pagination": {"total": 1388, "offset": 804, "size": 50}}} 2018-11-19 07:11:06,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:06,070 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:06 GMT 2018-11-19 07:11:06,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:06,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26707 2018-11-19 07:11:06,070 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:06,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:06,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:06,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:11:06,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:11:06,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:06,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-19 07:11:06,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:11:06,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:06,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_4a9zx2 2018-11-19 07:11:06,074 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_kk84cb 2018-11-19 07:11:06,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_kk84cb 2018-11-19 07:11:06,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:11:06,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-19 07:11:06,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_w1z2mn 2018-11-19 07:11:06,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,075 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:06,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:11:06,076 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:06,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-19 07:11:06,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:11:06,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:11:06,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:11:06,077 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:11:06,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:11:06,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:06,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:06,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:11:06,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:06,078 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:06,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:06,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:06,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:06,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:06,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_g59gqu 2018-11-19 07:11:06,079 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:06,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:06,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:06,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:06 GMT 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:06,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:06,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:11,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:11,241 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Starting Agent vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.302Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:35.899Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:35.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.277Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.277Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.277Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.277Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.277Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.277Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "13e0286f-bef0-43c2-98e3-2c6c83d08495"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Successfully started daemon: proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}], "metadata": {"pagination": {"total": 1404, "offset": 854, "size": 50}}} 2018-11-19 07:11:11,242 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:11,242 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:11 GMT 2018-11-19 07:11:11,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:11,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27060 2018-11-19 07:11:11,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:11,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_g59gqu 2018-11-19 07:11:11,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:11,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:11,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:11,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:11:11,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-11-19 07:11:11,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:11,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:11,247 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-11-19 07:11:11,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-11-19 07:11:11,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:11,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:11,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,248 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:11:11,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:11:11,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:11:11,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:11,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:11:11,249 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:11,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_623ev8 2018-11-19 07:11:11,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:11:11,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:11,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:11,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:11,311 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:11 GMT 2018-11-19 07:11:11,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:11,313 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:11,313 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:16,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:16,436 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:16,436 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:16,436 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:16,436 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:16,436 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:16,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:16,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:16,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "13e0286f-bef0-43c2-98e3-2c6c83d08495"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7bbda245-7a3a-4124-a8c5-11fb320aeb49"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:36.609Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:36.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.306Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.306Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bb97d99c-68b3-4d66-8543-b7fb3955203a"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bb97d99c-68b3-4d66-8543-b7fb3955203a"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "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-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "[localhost] run: /home/ubuntu/proxy_host_623ev8/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bb97d99c-68b3-4d66-8543-b7fb3955203a"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bb97d99c-68b3-4d66-8543-b7fb3955203a"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_cbbv5l/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "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-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bb97d99c-68b3-4d66-8543-b7fb3955203a"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Creating Agent bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Starting Agent homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:37.807Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:37.807Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.357Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}], "metadata": {"pagination": {"total": 1415, "offset": 904, "size": 50}}} 2018-11-19 07:11:16,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:16,437 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:16 GMT 2018-11-19 07:11:16,437 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:16,437 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27612 2018-11-19 07:11:16,437 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:16,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:11:16,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-11-19 07:11:16,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:16,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:16,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:16,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:16,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:11:16,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:11:16,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:16,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:16,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:16,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:16,442 - 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-11-19 07:11:16,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_623ev8/env/bin/pip freeze 2018-11-19 07:11:16,442 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:11:16,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,443 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:16,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_cbbv5l/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:11:16,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:11:16,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-19 07:11:16,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_cbbv5l 2018-11-19 07:11:16,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:11:16,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_4a9zx2 2018-11-19 07:11:16,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:16,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:16,446 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:16,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:16,512 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:16,512 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:16 GMT 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:16,513 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:21,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:21,601 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:21,601 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:21,601 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:21,601 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:21,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:21,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:21,602 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:21,602 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Removing directory: /tmp/tmpq5Vuh8", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bb97d99c-68b3-4d66-8543-b7fb3955203a"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "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-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bb97d99c-68b3-4d66-8543-b7fb3955203a"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_g59gqu start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Successfully started daemon: vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "83fcdf85-aa20-43b8-ad83-336c6274fb6e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:38.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:38.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:39.377Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:39.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:39.377Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:39.377Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Successfully created daemon: bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "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-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Creating Agent bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "31fd8885-d863-4f2b-8d99-c2a7598404ab"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "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_cbbv5l/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_cbbv5l/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_cbbv5l', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_cbbv5l/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_cbbv5l', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_qvfp88/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "/home/ubuntu/bind_host_cbbv5l/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.167Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_cbbv5l/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "39e83833-f1ec-4d28-af23-49d0f67eb00c"}], "metadata": {"pagination": {"total": 1425, "offset": 954, "size": 50}}} 2018-11-19 07:11:21,602 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:21,602 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:21 GMT 2018-11-19 07:11:21,602 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:21,602 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28828 2018-11-19 07:11:21,602 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:21,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpq5Vuh8 2018-11-19 07:11:21,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:21,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:11:21,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:11:21,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:11:21,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,606 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-19 07:11:21,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:21,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_g59gqu start 2018-11-19 07:11:21,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_g59gqu 2018-11-19 07:11:21,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:11:21,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:21,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:11:21,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-19 07:11:21,609 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:11:21,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_cbbv5l 2018-11-19 07:11:21,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:21,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:11:21,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:11:21,610 - 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-11-19 07:11:21,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-19 07:11:21,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_qvfp88 2018-11-19 07:11:21,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:11:21,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:11:21,611 - 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_cbbv5l/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_cbbv5l/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_cbbv5l', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_cbbv5l/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_cbbv5l', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'} 2018-11-19 07:11:21,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_qvfp88/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:11:21,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:11:21,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_cbbv5l/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:11:21,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_cbbv5l/env 2018-11-19 07:11:21,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:21,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:21,684 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:21 GMT 2018-11-19 07:11:21,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:21,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:21,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:26,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:26,774 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:26,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:26,774 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:26,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:26,774 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:26,774 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:26,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:26,775 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:40.584Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:40.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "31fd8885-d863-4f2b-8d99-c2a7598404ab"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "31fd8885-d863-4f2b-8d99-c2a7598404ab"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "[localhost] run: /home/ubuntu/vellum_host_g59gqu/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "31fd8885-d863-4f2b-8d99-c2a7598404ab"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Starting Agent ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "31fd8885-d863-4f2b-8d99-c2a7598404ab"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.228Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.880Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.880Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.880Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.880Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:41.880Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:41.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Removing directory: /tmp/tmpD1cIdA", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "31fd8885-d863-4f2b-8d99-c2a7598404ab"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_4a9zx2 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Successfully started daemon: sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Successfully started daemon: homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}], "metadata": {"pagination": {"total": 1427, "offset": 1004, "size": 50}}} 2018-11-19 07:11:26,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:26,775 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:26 GMT 2018-11-19 07:11:26,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:26,775 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27016 2018-11-19 07:11:26,775 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:26,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:11:26,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-11-19 07:11:26,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:11:26,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:26,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:26,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-19 07:11:26,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:26,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:26,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:11:26,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:26,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:11:26,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-19 07:11:26,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:26,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:11:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_g59gqu/env/bin/pip freeze 2018-11-19 07:11:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,780 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:26,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:26,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-11-19 07:11:26,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:11:26,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_kk84cb 2018-11-19 07:11:26,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:26,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:26,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:26,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-19 07:11:26,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:26,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:11:26,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:11:26,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpD1cIdA 2018-11-19 07:11:26,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_4a9zx2 start 2018-11-19 07:11:26,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_w1z2mn 2018-11-19 07:11:26,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:11:26,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:26,784 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_4a9zx2 2018-11-19 07:11:26,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:26,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:26,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:26,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:26,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:26,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:26 GMT 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:26,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:31,853 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:31,945 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:31,945 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_qvfp88/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_w1z2mn start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3c8089bb-2637-4e5b-9945-7518e91c322d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:42.302Z", "message": "Successfully started daemon: homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:42.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d9443d3b-d931-42c7-82c9-0b473e0a6721"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.062Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.062Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "[localhost] run: /home/ubuntu/homer_host_4a9zx2/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a5f6b101-c01c-4278-b101-783be25696b5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a5f6b101-c01c-4278-b101-783be25696b5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Successfully created daemon: bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a56623b3-916e-4eb4-b1cf-04722eb51048"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "[localhost] run: /home/ubuntu/sprout_host_w1z2mn/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a56623b3-916e-4eb4-b1cf-04722eb51048"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:43.376Z", "message": "/home/ubuntu/bono_host_qvfp88/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:43.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3cae2005-a0ad-4f9d-943d-51a900f72d47"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.111Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.111Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_node_epxfnh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Executing: /tmp/XOKCS/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3507c94c-0058-4ef2-8b1a-c8d58f79dc5e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_kk84cb start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}], "metadata": {"pagination": {"total": 1431, "offset": 1054, "size": 50}}} 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:31 GMT 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27046 2018-11-19 07:11:31,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:31,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:31,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_qvfp88/env 2018-11-19 07:11:31,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:11:31,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_w1z2mn start 2018-11-19 07:11:31,948 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:31,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:11:31,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_4a9zx2 2018-11-19 07:11:31,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:31,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:31,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:11:31,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:31,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:31,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:11:31,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:11:31,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:31,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:11:31,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:11:31,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:31,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-19 07:11:31,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:11:31,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:11:31,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:31,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:31,951 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:31,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:31,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:31,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,952 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_4a9zx2/env/bin/pip freeze 2018-11-19 07:11:31,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:11:31,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:11:31,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_qvfp88 2018-11-19 07:11:31,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:11:31,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:31,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_w1z2mn/env/bin/pip freeze 2018-11-19 07:11:31,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-19 07:11:31,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_qvfp88/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:11:31,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:31,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XOKCS/install_requirements.sh 2018-11-19 07:11:31,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:11:31,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:31,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_kk84cb start 2018-11-19 07:11:31,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:31,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:31,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:32,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:32,025 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:32 GMT 2018-11-19 07:11:32,026 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:32,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:32,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:37,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:37,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:37,119 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:37,119 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:37,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:37,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:37,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:37,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:37,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Removing directory: /tmp/tmpbRlkIE", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a56623b3-916e-4eb4-b1cf-04722eb51048"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Successfully configured daemon: bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_kk84cb start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a56623b3-916e-4eb4-b1cf-04722eb51048"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a56623b3-916e-4eb4-b1cf-04722eb51048"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Successfully started daemon: ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6c5c1980-fc96-4e38-8adf-93d2cd43f2ae"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a56623b3-916e-4eb4-b1cf-04722eb51048"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Configuring Agent bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a5f6b101-c01c-4278-b101-783be25696b5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Removing directory: /tmp/tmp_6NHpk", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a5f6b101-c01c-4278-b101-783be25696b5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bf9e2e7b-e138-4b85-a112-5814cb944aa1"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "proxy_node_epxfnh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Executing: /tmp/XOKCS/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3507c94c-0058-4ef2-8b1a-c8d58f79dc5e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Configuring Agent bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a56623b3-916e-4eb4-b1cf-04722eb51048"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a5f6b101-c01c-4278-b101-783be25696b5"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a5f6b101-c01c-4278-b101-783be25696b5"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:44.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:44.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1432, "offset": 1104, "size": 50}}} 2018-11-19 07:11:37,120 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:37,120 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:37 GMT 2018-11-19 07:11:37,120 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:37,120 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27710 2018-11-19 07:11:37,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,121 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpbRlkIE 2018-11-19 07:11:37,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:37,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_cbbv5l 2018-11-19 07:11:37,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:37,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-11-19 07:11:37,122 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:37,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_kk84cb start 2018-11-19 07:11:37,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-19 07:11:37,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-19 07:11:37,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_kk84cb 2018-11-19 07:11:37,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:11:37,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:37,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_cbbv5l 2018-11-19 07:11:37,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-19 07:11:37,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp_6NHpk 2018-11-19 07:11:37,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-11-19 07:11:37,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:37,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XOKCS/install_requirements.sh 2018-11-19 07:11:37,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-11-19 07:11:37,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_qvfp88 2018-11-19 07:11:37,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:37,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:11:37,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:37,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:37,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:11:37,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:37,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:37,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:37,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:37,197 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:37 GMT 2018-11-19 07:11:37,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:37,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:37,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:42,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:42,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:42,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:42,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:42,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:42,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:42,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:42,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:42,279 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.572Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Creating agent from package", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Successfully configured daemon: bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Creating Agent dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "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-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25289395-52bb-4175-8297-307c5ed23f69"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_v6cc7g/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:45.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:45.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.607Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.607Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.607Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.607Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.607Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.607Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "[localhost] run: /home/ubuntu/ellis_host_kk84cb/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}], "metadata": {"pagination": {"total": 1432, "offset": 1154, "size": 50}}} 2018-11-19 07:11:42,280 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:42,280 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:42 GMT 2018-11-19 07:11:42,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:42,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26896 2018-11-19 07:11:42,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:42,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:42,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:42,281 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:42,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:42,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:11:42,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:42,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:42,282 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:42,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:11:42,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:11:42,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:11:42,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-19 07:11:42,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:42,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:11:42,283 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-11-19 07:11:42,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_qvfp88 2018-11-19 07:11:42,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,284 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-11-19 07:11:42,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_v6cc7g 2018-11-19 07:11:42,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-19 07:11:42,285 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-11-19 07:11:42,285 - 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-11-19 07:11:42,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:42,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:11:42,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_v6cc7g/cloudify/ssl/cloudify_internal_cert.pem 2018-11-19 07:11:42,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-11-19 07:11:42,286 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:42,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:42,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:11:42,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:11:42,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:42,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:42,287 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:42,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_kk84cb/env/bin/pip freeze 2018-11-19 07:11:42,288 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:11:42,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:42,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-19 07:11:42,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:42,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:11:42,289 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:42,352 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:42,352 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:42,352 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:42,352 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:42,352 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:42,352 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:42,352 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:42,353 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:42,353 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:42,353 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:42 GMT 2018-11-19 07:11:42,353 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:42,353 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:42,353 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:47,358 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:47,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:47,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:46.942Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:46.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.657Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.657Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.657Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.657Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.657Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.657Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.657Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "/home/ubuntu/dime_host_v6cc7g/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Starting Agent bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "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_v6cc7g/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_v6cc7g/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_v6cc7g', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_v6cc7g/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_v6cc7g', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Starting Agent bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Successfully created daemon: dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_v6cc7g/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Removing directory: /tmp/tmpyKglN_", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "657e3b54-d938-445a-82eb-d4d805e2beef"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:47.954Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:47.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "6fef4b6e-c9f8-4529-851e-1b8f36944ecc"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:48.766Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:48.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.110Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.780Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.780Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.780Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1467, "offset": 1204, "size": 50}}} 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:47,459 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:47 GMT 2018-11-19 07:11:47,460 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:47,460 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28040 2018-11-19 07:11:47,460 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:11:47,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:11:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:11:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:11:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:11:47,462 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:47,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:11:47,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_v6cc7g/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings 2018-11-19 07:11:47,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_qvfp88 2018-11-19 07:11:47,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,464 - 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_v6cc7g/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_v6cc7g/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_v6cc7g', 'REST_HOST': '192.168.120.12', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_v6cc7g/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_v6cc7g', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.DtPyjg.qh7-bmbG_YWDGf7xsiSzbuTpxvE'} 2018-11-19 07:11:47,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_cbbv5l 2018-11-19 07:11:47,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:47,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-11-19 07:11:47,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_v6cc7g 2018-11-19 07:11:47,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_v6cc7g/env 2018-11-19 07:11:47,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-11-19 07:11:47,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-11-19 07:11:47,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:47,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpyKglN_ 2018-11-19 07:11:47,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:47,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-11-19 07:11:47,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-19 07:11:47,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-11-19 07:11:47,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:47,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:47,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:47,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:11:47,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-11-19 07:11:47,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:47,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:11:47,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-19 07:11:47,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:47,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:47,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:47,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:11:47,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:47,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:47,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:47,530 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:47 GMT 2018-11-19 07:11:47,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:47,532 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:47,532 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:52,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:52,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:52,631 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:52,631 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:52,631 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:52,631 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:52,631 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:52,631 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:52,632 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.780Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.780Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.780Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.780Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Configuring Agent dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:49.990Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:49.990Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:50.793Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:50.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:50.793Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:50.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:50.793Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:50.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:50.793Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:50.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:50.793Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:50.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_qvfp88 start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_cbbv5l start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Successfully started daemon: bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "12b08f82-8a20-44db-a5ae-1bfd99424d9e"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Successfully started daemon: bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "04f5cd27-7f95-4ab7-adc0-5d447a6ccc87"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Successfully configured daemon: dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92649426-08ed-43ad-ae0c-f09a9da9b49b"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.343Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:51.814Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:51.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92e750fb-3040-4c1d-ab3c-60867223eaae"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "[localhost] run: /home/ubuntu/bono_host_qvfp88/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92e750fb-3040-4c1d-ab3c-60867223eaae"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Starting Agent dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}], "metadata": {"pagination": {"total": 1467, "offset": 1254, "size": 50}}} 2018-11-19 07:11:52,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:52,632 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:52 GMT 2018-11-19 07:11:52,632 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:52,632 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26706 2018-11-19 07:11:52,632 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:52,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:11:52,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:52,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:11:52,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_v6cc7g 2018-11-19 07:11:52,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-11-19 07:11:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,635 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-11-19 07:11:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:11:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-11-19 07:11:52,636 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_qvfp88 start 2018-11-19 07:11:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-11-19 07:11:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_cbbv5l start 2018-11-19 07:11:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-11-19 07:11:52,637 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_qvfp88 2018-11-19 07:11:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-11-19 07:11:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_cbbv5l 2018-11-19 07:11:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_v6cc7g 2018-11-19 07:11:52,638 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:52,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:11:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_qvfp88/env/bin/pip freeze 2018-11-19 07:11:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_v6cc7g 2018-11-19 07:11:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:52,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:52,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:52,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:52,707 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:52,707 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:52,707 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:52,707 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:52,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:52,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:52,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:52,708 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:52 GMT 2018-11-19 07:11:52,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:52,708 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:52,708 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:57,714 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:11:57,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:57,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:57,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:57,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:57,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:57,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:57,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:57,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "[localhost] run: /home/ubuntu/bind_host_cbbv5l/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "57a21281-6856-4b4a-8631-f39c1f4fbbb4"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:52.372Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:52.372Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.037Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.037Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.037Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "57a21281-6856-4b4a-8631-f39c1f4fbbb4"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "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-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "57a21281-6856-4b4a-8631-f39c1f4fbbb4"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92e750fb-3040-4c1d-ab3c-60867223eaae"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92e750fb-3040-4c1d-ab3c-60867223eaae"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "message": "Removing directory: /tmp/tmpVx3Gs6", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92e750fb-3040-4c1d-ab3c-60867223eaae"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92e750fb-3040-4c1d-ab3c-60867223eaae"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "92e750fb-3040-4c1d-ab3c-60867223eaae"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:53.381Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:53.381Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "57a21281-6856-4b4a-8631-f39c1f4fbbb4"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.304Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.415Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "57a21281-6856-4b4a-8631-f39c1f4fbbb4"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:54.415Z", "message": "Removing directory: /tmp/tmpCEQDTo", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:54.415Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "57a21281-6856-4b4a-8631-f39c1f4fbbb4"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.439Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.439Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.439Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.439Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.439Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.439Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.439Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.506Z", "message": "Successfully started daemon: dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.506Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_v6cc7g start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:55.506Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:55.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "03ff51d4-1553-46de-8c0c-24fd3cbb8850"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.719Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1469, "offset": 1304, "size": 50}}} 2018-11-19 07:11:57,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:57,800 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:57 GMT 2018-11-19 07:11:57,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:57,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26729 2018-11-19 07:11:57,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:11:57,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:57,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:57,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-11-19 07:11:57,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_cbbv5l/env/bin/pip freeze 2018-11-19 07:11:57,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:11:57,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:57,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:57,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:57,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:11:57,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:57,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-19 07:11:57,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:11:57,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpVx3Gs6 2018-11-19 07:11:57,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:11:57,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-19 07:11:57,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-19 07:11:57,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:11:57,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:11:57,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-19 07:11:57,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:57,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:57,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-19 07:11:57,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:57,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:57,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:57,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-19 07:11:57,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpCEQDTo 2018-11-19 07:11:57,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:11:57,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:11:57,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:11:57,806 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:11:57,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:11:57,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:11:57,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_v6cc7g 2018-11-19 07:11:57,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_v6cc7g start 2018-11-19 07:11:57,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-11-19 07:11:57,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:57,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:57,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:57,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:57,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:57,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-11-19 07:11:57,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:57,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:11:57,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:57,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:11:57,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:11:57,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-11-19 07:11:57,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:11:57,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-19 07:11:57,809 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:11:57,877 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:11:57,878 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:11:57,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:11:57,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:11:57,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:11:57,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:11:57,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:11:57,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:11:57,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:11:57,879 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:11:57 GMT 2018-11-19 07:11:57,879 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:11:57,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:11:57,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:02,884 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:03,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:03,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:03,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:03,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:03,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:03,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:03,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:03,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:56.819Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:56.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4ca1814e-b359-46ca-8ee8-ed2e75db6b5c"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:57.722Z", "message": "Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty]", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:57.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4ca1814e-b359-46ca-8ee8-ed2e75db6b5c"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:57.722Z", "message": "[localhost] run: /home/ubuntu/dime_host_v6cc7g/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:57.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4ca1814e-b359-46ca-8ee8-ed2e75db6b5c"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:57.722Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:57.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4ca1814e-b359-46ca-8ee8-ed2e75db6b5c"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:57.722Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:57.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4ca1814e-b359-46ca-8ee8-ed2e75db6b5c"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.030Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.732Z", "message": "Removing directory: /tmp/tmpijcwFQ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4ca1814e-b359-46ca-8ee8-ed2e75db6b5c"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.732Z", "message": "Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv.", "level": "warning", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4ca1814e-b359-46ca-8ee8-ed2e75db6b5c"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.742Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.742Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.742Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.742Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:10:58.742Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:10:58.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:01.357Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:01.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:01.856Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:01.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:01.856Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:01.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:01.856Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:01.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:01.856Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:01.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:03.013Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:03.013Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:03.013Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:03.013Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:03.013Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:03.013Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:03.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:04.281Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:04.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:04.281Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:04.281Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:05.306Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:05.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:05.306Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:05.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:05.306Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:05.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:06.315Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:06.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:07.596Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:07.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:07.596Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:07.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:07.596Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:07.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:08.614Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:08.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:08.614Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:08.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:08.614Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:08.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:08.614Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:08.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:08.614Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:08.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:09.632Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:09.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:09.632Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:09.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:09.632Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:09.632Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:10.639Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:10.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:10.639Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:10.639Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:12.700Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:12.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:13.662Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:13.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:13.662Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:13.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:13.662Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:13.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:13.662Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:13.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:15.171Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:15.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:15.171Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:15.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1470, "offset": 1354, "size": 50}}} 2018-11-19 07:12:03,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:03,249 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:03 GMT 2018-11-19 07:12:03,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:03,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26146 2018-11-19 07:12:03,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:03,250 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-11-19 07:12:03,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin diamond [current_platform=linux_x86_64, current_distro=ubuntu, current_distro_release=trusty] 2018-11-19 07:12:03,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_v6cc7g/env/bin/pip freeze 2018-11-19 07:12:03,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip 2018-11-19 07:12:03,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-11-19 07:12:03,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:12:03,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpijcwFQ 2018-11-19 07:12:03,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping source plugin cloudify-diamond-plugin installation, as the plugin is already installed in the agent virtualenv. 2018-11-19 07:12:03,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-11-19 07:12:03,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-11-19 07:12:03,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-19 07:12:03,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-19 07:12:03,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-11-19 07:12:03,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-11-19 07:12:03,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-11-19 07:12:03,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-11-19 07:12:03,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-11-19 07:12:03,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-11-19 07:12:03,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:03,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:03,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-11-19 07:12:03,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:03,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:03,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:03,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:03,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:03,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:03,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:03,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:03,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:03,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:03,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:03,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:03,339 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:03,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:03,339 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:03 GMT 2018-11-19 07:12:03,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:03,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:03,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:08,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:08,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:08,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:08,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:08,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:08,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:08,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:08,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:08,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:15.171Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:15.171Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:16.180Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:16.180Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:16.180Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:16.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:18.391Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:18.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:19.190Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:19.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:19.190Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:19.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:19.190Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:19.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:19.914Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MLUW8/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:19.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:20.318Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:20.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:20.318Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:20.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:20.318Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:20.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:20.865Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:20.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:20.865Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:20.865Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:21.596Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:21.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:25.440Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:25.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_node_epxfnh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:29.705Z", "message": "Execution done (return_code=0): /tmp/XOKCS/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:29.705Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3507c94c-0058-4ef2-8b1a-c8d58f79dc5e"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:29.797Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:29.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:30.619Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:30.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:31.894Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:31.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:32.421Z", "message": "[localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:32.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.260Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "[localhost] run: sudo mv /tmp/tmpA7BzxH /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "[localhost] run: sudo mv /tmp/tmp9SDk8e /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "[localhost] run: sudo mv /tmp/tmpb0MrXV /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "Rendering the Jinja2 template to /etc/clearwater/shared_config.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "Rendering the Jinja2 template to /etc/bind/named.conf.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:42.923Z", "message": "The config dict: {'etcd_ip': u'192.168.120.21', 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:42.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.421Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.912Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.912Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "[localhost] run: sudo mv /tmp/tmpBuVL2V /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "[localhost] run: sudo mv /tmp/tmpNuIMQ5 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "The config dict: {'public_ip': u'172.30.9.203', '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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:43.936Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:43.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "25533ba9-1ffe-4f94-90b0-f63186fbd2ea"}, {"node_instance_id": "bind_8zxhpd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:45.056Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:45.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:45.056Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:45.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:45.057Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:45.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:45.057Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/T8LN7/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:45.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:45.057Z", "message": "Executing: /tmp/T8LN7/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:45.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}], "metadata": {"pagination": {"total": 1470, "offset": 1404, "size": 50}}} 2018-11-19 07:12:08,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:08,729 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:08 GMT 2018-11-19 07:12:08,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:08,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26621 2018-11-19 07:12:08,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:08,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:08,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:08,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:08,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:08,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:08,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:12:08,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:12:08,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:12:08,731 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MLUW8/bind.py 2018-11-19 07:12:08,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:08,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:08,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:08,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-11-19 07:12:08,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-11-19 07:12:08,732 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-11-19 07:12:08,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-11-19 07:12:08,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/XOKCS/install_requirements.sh 2018-11-19 07:12:08,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:12:08,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:12:08,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:12:08,733 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-11-19 07:12:08,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:12:08,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpA7BzxH /etc/bind/named.conf.local 2018-11-19 07:12:08,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp9SDk8e /etc/clearwater/local_config 2018-11-19 07:12:08,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-11-19 07:12:08,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpb0MrXV /etc/clearwater/shared_config 2018-11-19 07:12:08,734 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-11-19 07:12:08,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-11-19 07:12:08,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-19 07:12:08,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-19 07:12:08,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-11-19 07:12:08,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:12:08,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.21', 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.21', u'hss_hostname': u''}. 2018-11-19 07:12:08,735 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:12:08,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:12:08,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:12:08,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:12:08,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:12:08,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:12:08,736 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBuVL2V /etc/bind/db.clearwater.local 2018-11-19 07:12:08,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNuIMQ5 /etc/bind/db.clearwater.opnfv 2018-11-19 07:12:08,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:12:08,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:12:08,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', '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.21', u'hss_hostname': u''}. 2018-11-19 07:12:08,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:12:08,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:12:08,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:12:08,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-11-19 07:12:08,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/T8LN7/install-etcd.sh 2018-11-19 07:12:08,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/T8LN7/install-etcd.sh 2018-11-19 07:12:08,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:08,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:08,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:08,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:08,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:08 GMT 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:08,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:13,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:13,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:46.077Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:46.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:46.077Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:46.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:46.077Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:46.077Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:56.860Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-cbbv5l\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,717 B/s)\nReading package lists...\n\nreal\t0m10.753s\nuser\t0m2.689s\nsys\t0m0.214s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:56.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:57.090Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:57.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:11:58.100Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:11:58.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}], "metadata": {"pagination": {"total": 1470, "offset": 1454, "size": 50}}} 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:13,952 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:13 GMT 2018-11-19 07:12:13,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:13,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7556 2018-11-19 07:12:13,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:13,953 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-11-19 07:12:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-11-19 07:12:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-11-19 07:12:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-cbbv5l 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,717 B/s) Reading package lists... real 0m10.753s user 0m2.689s sys 0m0.214s 2018-11-19 07:12:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-11-19 07:12:13,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:12:13,955 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:14,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:14,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:14,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:14,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:14,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:14 GMT 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:14,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:19,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:19,111 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:19,111 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:19,111 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:19 GMT 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:19,112 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:19,113 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:19,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:19,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:19 GMT 2018-11-19 07:12:19,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:19,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:19,184 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:24,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:24,265 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:24,265 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:24 GMT 2018-11-19 07:12:24,266 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:24,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:24,267 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:24,267 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:24,698 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:24,698 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:24,698 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:24,698 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:24 GMT 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:24,699 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:29,705 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:29,981 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:29,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:29,982 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:29 GMT 2018-11-19 07:12:29,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:29,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:29,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:29,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:30,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:30,049 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:30 GMT 2018-11-19 07:12:30,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:30,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:30,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:35,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:35,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:35,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:35 GMT 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:35,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:35,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:35,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:35,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:35,260 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:35,260 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:35 GMT 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:35,261 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:35,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:40,267 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:40,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:40,802 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:40 GMT 2018-11-19 07:12:40,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:40,803 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:40,803 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:40,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:40,868 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:40,868 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:40,868 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:40 GMT 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:40,869 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:40,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:45,875 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:45,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:45,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:45,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:45,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:45,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:45,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:45,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:45,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:45,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:45,957 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:45 GMT 2018-11-19 07:12:45,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:45,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:45,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:45,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:46,037 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:46,038 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:46,038 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:46 GMT 2018-11-19 07:12:46,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:46,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:46,038 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:51,043 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:51,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:51,222 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:51,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:51 GMT 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:51,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:51,224 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:51,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:51,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:51,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:51,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:51,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:51,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:51,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:51,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:51,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:51,302 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:51 GMT 2018-11-19 07:12:51,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:51,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:51,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:56,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:12:56,402 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:12:56,403 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:56,404 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:56 GMT 2018-11-19 07:12:56,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:56,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:12:56,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:12:56,404 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:12:56,471 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:12:56,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:12:56 GMT 2018-11-19 07:12:56,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:12:56,473 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:12:56,473 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:01,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:01,649 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:13:01,650 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:01,651 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:01 GMT 2018-11-19 07:13:01,651 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:01,651 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:13:01,651 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:01,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:01,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:01,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:01,739 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:01 GMT 2018-11-19 07:13:01,739 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:01,739 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:01,739 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:06,741 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:06,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:06,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:06 GMT 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:06,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:13:06,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:06,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:06,977 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:06,978 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:06 GMT 2018-11-19 07:13:06,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:06,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:06,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:11,984 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:12,150 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:13:12,151 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:12,152 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:12 GMT 2018-11-19 07:13:12,152 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:12,152 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:13:12,152 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:12,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:12,239 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:12,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:12,240 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:12 GMT 2018-11-19 07:13:12,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:12,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:12,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:17,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:17,358 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:17,358 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:17 GMT 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:17,359 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:13:17,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:17,360 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:17,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:17,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:17,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:17 GMT 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:17,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:22,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:22,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:22,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:22,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:22,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:22,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:22,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:22,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:22,524 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1470, "offset": 1460, "size": 50}}} 2018-11-19 07:13:22,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:22,524 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:22 GMT 2018-11-19 07:13:22,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:22,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:13:22,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:22,524 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:22,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:22,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:22,590 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:22 GMT 2018-11-19 07:13:22,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:22,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:22,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:27,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:27,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:27,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:27,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:27,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:27,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:27,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:27,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:27,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:25.702Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-cbbv5l\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 27 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 38%\rExtracting templates from packages: 77%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 85.1 MB in 13s (6,390 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51406 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package python-mock.\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-162.212) ...\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-162.212) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for port 53: Address already in use\n ...fail!\ninvoke-rc.d: initscript dnsmasq, action \"start\" failed.\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n\ndnsmasq: failed to create listening socket for 127.0.0.1: Address already in use\n ...fail!\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8952\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t1m28.239s\nuser\t0m18.829s\nsys\t0m8.854s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:25.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:26.132Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:26.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:26.132Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:26.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:27.149Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:27.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:27.149Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:27.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:27.149Z", "message": "[etcd] => \nreal\t0m0.012s\nuser\t0m0.002s\nsys\t0m0.010s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:27.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:27.149Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5a:12:39 \n inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5a:1239/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73009 errors:0 dropped:0 overruns:0 frame:0\n TX packets:30233 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123812119 (123.8 MB) TX bytes:5353114 (5.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:197 errors:0 dropped:0 overruns:0 frame:0\n TX packets:197 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:16532 (16.5 KB) TX bytes:16532 (16.5 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:27.149Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}], "metadata": {"pagination": {"total": 1477, "offset": 1460, "size": 50}}} 2018-11-19 07:13:27,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:27,857 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:27 GMT 2018-11-19 07:13:27,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:27,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 48612 2018-11-19 07:13:27,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:27,858 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-cbbv5l 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 27 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 38% Extracting templates from packages: 77% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 85.1 MB in 13s (6,390 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51406 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package python-mock. Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... 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-162.212) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-setuptools (3.3-1ubuntu2) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for port 53: Address already in use ...fail! invoke-rc.d: initscript dnsmasq, action "start" failed. Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use ...fail! Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8952 Setting up clearwater-log-cleanup (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 1m28.239s user 0m18.829s sys 0m8.854s 2018-11-19 07:13:27,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-11-19 07:13:27,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-11-19 07:13:27,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-11-19 07:13:27,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-11-19 07:13:27,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.012s user 0m0.002s sys 0m0.010s 2018-11-19 07:13:27,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:5a:12:39 inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe5a:1239/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:73009 errors:0 dropped:0 overruns:0 frame:0 TX packets:30233 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123812119 (123.8 MB) TX bytes:5353114 (5.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:197 errors:0 dropped:0 overruns:0 frame:0 TX packets:197 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:16532 (16.5 KB) TX bytes:16532 (16.5 KB) real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-19 07:13:27,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:27,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:27,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:27,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:27,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:27,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:27 GMT 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:27,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:32,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:33,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:33,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:33,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:28.160Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:28.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:28.160Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 07:10 ? 00:00:00 /sbin/init\nroot 2 0 0 07:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 07:10 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 07:10 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 07:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 07:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 07:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 07:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 07:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 07:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 07:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 07:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 07:10 ? 00:00:00 [migration/0]\nroot 14 2 0 07:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 07:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 07:10 ? 00:00:00 [migration/1]\nroot 17 2 0 07:10 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 07:10 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 07:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 07:10 ? 00:00:00 [khelper]\nroot 21 2 0 07:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 07:10 ? 00:00:00 [netns]\nroot 23 2 0 07:10 ? 00:00:00 [writeback]\nroot 24 2 0 07:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 07:10 ? 00:00:00 [bioset]\nroot 26 2 0 07:10 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 07:10 ? 00:00:00 [kblockd]\nroot 28 2 0 07:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 07:10 ? 00:00:00 [khubd]\nroot 30 2 0 07:10 ? 00:00:00 [md]\nroot 31 2 0 07:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 07:10 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 07:10 ? 00:00:00 [khungtaskd]\nroot 35 2 0 07:10 ? 00:00:00 [kswapd0]\nroot 36 2 0 07:10 ? 00:00:00 [vmstat]\nroot 37 2 0 07:10 ? 00:00:00 [ksmd]\nroot 38 2 0 07:10 ? 00:00:00 [khugepaged]\nroot 39 2 0 07:10 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 07:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 07:10 ? 00:00:00 [crypto]\nroot 53 2 0 07:10 ? 00:00:00 [kthrotld]\nroot 54 2 0 07:10 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 07:10 ? 00:00:00 [vballoon]\nroot 56 2 0 07:10 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 07:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 07:10 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 07:10 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 07:10 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 07:10 ? 00:00:00 [deferwq]\nroot 80 2 0 07:10 ? 00:00:00 [charger_manager]\nroot 123 2 0 07:10 ? 00:00:00 [kpsmoused]\nroot 142 2 0 07:10 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 07:10 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 07:10 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 07:10 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 07:10 ? 00:00:00 [kworker/u5:1]\nroot 506 1 0 07:10 ? 00:00:00 upstart-socket-bridge --daemon\nroot 581 1 0 07:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 07:10 ? 00:00:00 [kauditd]\nmessage+ 900 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork\nroot 938 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 955 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1011 1 0 07:10 ? 00:00:00 rsyslogd\nroot 1052 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1060 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1061 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1063 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1103 1 0 07:10 ? 00:00:00 cron\ndaemon 1104 1 0 07:10 ? 00:00:00 atd\nroot 1118 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1129 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1193 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1200 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 07:10 ? 00:00:00 /home/ubuntu/bind_host_cbbv5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_cbbv5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_cbbv5l --logging-server-logdir=/home/ubuntu/bind_host_cbbv5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l%I.log --pidfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l.pid\nubuntu 1689 1650 0 07:10 ? 00:00:00 /home/ubuntu/bind_host_cbbv5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_cbbv5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_cbbv5l --logging-server-logdir=/home/ubuntu/bind_host_cbbv5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l%I.log --pidfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l.pid\nubuntu 1764 1 0 07:11 ? 00:00:01 python2.7 /home/ubuntu/bind_host_cbbv5l/env/bin/diamond --configfile /home/ubuntu/bind_host_cbbv5l/work/plugins/diamond/etc/diamond.conf\nbind 2429 1 0 07:11 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2483 1689 0 07:11 ? 00:00:00 /home/ubuntu/bind_host_cbbv5l/env/bin/python2.7 /home/ubuntu/bind_host_cbbv5l/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-A0qDaE\nubuntu 2494 2483 0 07:11 ? 00:00:00 /bin/sh -c /tmp/T8LN7/install-etcd.sh\nubuntu 2496 2494 0 07:11 ? 00:00:00 /bin/bash -e /tmp/T8LN7/install-etcd.sh\nroot 2780 2 0 07:12 ? 00:00:00 [kworker/u5:2]\nntp 8542 1 0 07:12 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 8952 1 0 07:13 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nclearwa+ 9083 1 0 07:13 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.21:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.21 --name 192-168-120-21 --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.21:2380 --listen-peer-urls http://192.168.120.21:2380\nroot 9154 1 0 07:13 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9160 9154 0 07:13 ? 00:00:00 inotifywait -e create -qq .\nroot 9191 8952 0 07:13 ? 00:00:00 [check-monit-upt] \nroot 9195 8952 0 07:13 ? 00:00:00 [check-etcd-upti] \nroot 9196 8952 0 07:13 ? 00:00:00 [poll_etcd_clust] \nroot 9198 8952 0 07:13 ? 00:00:00 [poll_etcd.sh] \nubuntu 9405 2496 0 07:13 ? 00:00:00 /bin/bash -e /tmp/T8LN7/install-etcd.sh\nubuntu 9406 9405 0 07:13 ? 00:00:00 /bin/bash -e /tmp/T8LN7/install-etcd.sh\nroot 9407 9406 0 07:13 ? 00:00:00 sudo ps -edf\nroot 9408 9407 0 07:13 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.003s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:28.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:28.160Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:28.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:28.160Z", "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.008s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:28.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:28.160Z", "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.21:53 0.0.0.0:* LISTEN 2429/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2429/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2429/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8952/monit \ntcp 0 0 192.168.120.21:2380 0.0.0.0:* LISTEN 9083/etcd \ntcp6 0 0 :::53 :::* LISTEN 2429/named \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2429/named \ntcp6 0 0 :::4000 :::* LISTEN 9083/etcd \nudp 0 0 192.168.120.21:123 0.0.0.0:* 8542/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8542/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8542/ntpd \nudp 0 0 0.0.0.0:2989 0.0.0.0:* 581/dhclient \nudp 0 0 192.168.120.21:53 0.0.0.0:* 2429/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2429/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 581/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 8542/ntpd \nudp6 0 0 ::1:123 :::* 8542/ntpd \nudp6 0 0 :::123 :::* 8542/ntpd \nudp6 0 0 :::53448 :::* 581/dhclient \nudp6 0 0 :::53 :::* 2429/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11256 1650/python2.7 /tmp/cloudify-logging-server-65ec0.socket\nunix 2 [ ACC ] STREAM LISTENING 1642 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9082 1129/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 13641 2483/python2.7 /tmp/ctx-MxqQy9.socket\nunix 2 [ ACC ] STREAM LISTENING 8095 900/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7100 392/systemd-udevd /run/udev/control\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:28.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:29.175Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:29.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:29.175Z", "message": "[etcd] => [19-Nov-2018 07:13:13 UTC] clearwater-diags-monitor starting\n[19-Nov-2018 07:13:13 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:29.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:29.175Z", "message": "[etcd] => /var/log/sysstat/sa19\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.007s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:29.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:29.175Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:29.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:30.190Z", "message": "[etcd] => 2018-11-19 07:13:11.828670008 Stopping etcd clearwater-etcd\n2018-11-19 07:13:12.746283356 Restarting etcd clearwater-etcd\n2018-11-19 07:13:12.750938553 Configured ETCDCTL_PEERS: \n2018-11-19 07:13:12.751646385 Check for previous failed startup attempt\n2018-11-19 07:13:12.752833384 Running etcdctl member list\nError: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\n; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\nerror #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused\nerror #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused\n\n2018-11-19 07:13:12.769847661 etcdctl returned 2\n2018-11-19 07:13:12.775820577 Creating new cluster...\n2018-11-19 07:13:12.778474936 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.21:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.21\n --name 192-168-120-21\n --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.21:2380\n --listen-peer-urls http://192.168.120.21:2380\n2018-11-19 07:13:12.780032546 Check we're actually a member of the cluster\n2018-11-19 07:13:12.785752143 Wait for etcd to startup\n2018-11-19 07:13:13.801457858 Etcd started successfully\n2018-11-19 07:13:12.800594 I | etcdmain: etcd Version: 3.1.7\n2018-11-19 07:13:12.800645 I | etcdmain: Git SHA: 43b7507\n2018-11-19 07:13:12.800650 I | etcdmain: Go Version: go1.7.5\n2018-11-19 07:13:12.800653 I | etcdmain: Go OS/Arch: linux/amd64\n2018-11-19 07:13:12.800657 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-11-19 07:13:12.800726 I | embed: listening for peers on http://192.168.120.21:2380\n2018-11-19 07:13:12.800774 I | embed: listening for client requests on 0.0.0.0:4000\n2018-11-19 07:13:12.850621 I | etcdserver: name = 192-168-120-21\n2018-11-19 07:13:12.850652 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.21\n2018-11-19 07:13:12.850658 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.21/member\n2018-11-19 07:13:12.850662 I | etcdserver: heartbeat = 100ms\n2018-11-19 07:13:12.850665 I | etcdserver: election = 1000ms\n2018-11-19 07:13:12.850669 I | etcdserver: snapshot count = 10000\n2018-11-19 07:13:12.850676 I | etcdserver: advertise client URLs = http://192.168.120.21:4000\n2018-11-19 07:13:12.850680 I | etcdserver: initial advertise peer URLs = http://192.168.120.21:2380\n2018-11-19 07:13:12.850688 I | etcdserver: initial cluster = 192-168-120-21=http://192.168.120.21:2380\n2018-11-19 07:13:12.890889 I | etcdserver: starting member 1234a729a87e0a37 in cluster e87bb75df98f107\n2018-11-19 07:13:12.890925 I | raft: 1234a729a87e0a37 became follower at term 0\n2018-11-19 07:13:12.890939 I | raft: newRaft 1234a729a87e0a37 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-11-19 07:13:12.890948 I | raft: 1234a729a87e0a37 became follower at term 1\n2018-11-19 07:13:13.135543 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-11-19 07:13:13.136078 I | etcdserver/membership: added member 1234a729a87e0a37 [http://192.168.120.21:2380] to cluster e87bb75df98f107\n2018-11-19 07:13:13.391224 I | raft: 1234a729a87e0a37 is starting a new election at term 1\n2018-11-19 07:13:13.391347 I | raft: 1234a729a87e0a37 became candidate at term 2\n2018-11-19 07:13:13.391367 I | raft: 1234a729a87e0a37 received MsgVoteResp from 1234a729a87e0a37 at term 2\n2018-11-19 07:13:13.391381 I | raft: 1234a729a87e0a37 became leader at term 2\n2018-11-19 07:13:13.391388 I | raft: raft.node: 1234a729a87e0a37 elected leader 1234a729a87e0a37 at term 2\n2018-11-19 07:13:13.391636 I | etcdserver: setting up the initial cluster version to 3.1\n2018-11-19 07:13:13.398970 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-11-19 07:13:13.399000 I | etcdserver/api: enabled capabilities for version 3.1\n2018-11-19 07:13:13.399022 I | etcdserver: published {Name:192-168-120-21 ClientURLs:[http://192.168.120.21:4000]} to cluster e87bb75df98f107\n2018-11-19 07:13:13.399084 I | embed: ready to serve client requests\n2018-11-19 07:13:13.399479 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-11-19 07:13:13.954851 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.21:39616\n2018-11-19 07:13:13.967289 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.21:39617\n2018-11-19 07:13:13.968716 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.21:39618\n2018-11-19 07:13:16.275292 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.21:39619\n2018-11-19 07:13:16.329748 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.21:39620\n2018-11-19 07:13:16.330256 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.21:39621\n2018-11-19 07:13:26.134902 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.21/liveness-check remote:192.168.120.21:39622\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:30.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:30.190Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:30.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:30.190Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:30.190Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "bind_8zxhpd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:30.397Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:30.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:31.089Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:31.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bind_8zxhpd", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:31.210Z", "message": "Execution done (return_code=0): /tmp/T8LN7/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:31.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "d0c3868e-0ecd-4d39-940d-badfe3b252ce"}, {"node_instance_id": "sprout_hor8ui", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:32.165Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:32.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1496, "offset": 1467, "size": 50}}} 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:33 GMT 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:33,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27025 2018-11-19 07:13:33,068 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:33,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-11-19 07:13:33,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 07:10 ? 00:00:00 /sbin/init root 2 0 0 07:10 ? 00:00:00 [kthreadd] root 3 2 0 07:10 ? 00:00:00 [ksoftirqd/0] root 4 2 0 07:10 ? 00:00:00 [kworker/0:0] root 5 2 0 07:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 07:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 07:10 ? 00:00:00 [rcu_sched] root 8 2 0 07:10 ? 00:00:00 [rcuos/0] root 9 2 0 07:10 ? 00:00:00 [rcuos/1] root 10 2 0 07:10 ? 00:00:00 [rcu_bh] root 11 2 0 07:10 ? 00:00:00 [rcuob/0] root 12 2 0 07:10 ? 00:00:00 [rcuob/1] root 13 2 0 07:10 ? 00:00:00 [migration/0] root 14 2 0 07:10 ? 00:00:00 [watchdog/0] root 15 2 0 07:10 ? 00:00:00 [watchdog/1] root 16 2 0 07:10 ? 00:00:00 [migration/1] root 17 2 0 07:10 ? 00:00:00 [ksoftirqd/1] root 18 2 0 07:10 ? 00:00:00 [kworker/1:0] root 19 2 0 07:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 07:10 ? 00:00:00 [khelper] root 21 2 0 07:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 07:10 ? 00:00:00 [netns] root 23 2 0 07:10 ? 00:00:00 [writeback] root 24 2 0 07:10 ? 00:00:00 [kintegrityd] root 25 2 0 07:10 ? 00:00:00 [bioset] root 26 2 0 07:10 ? 00:00:00 [kworker/u5:0] root 27 2 0 07:10 ? 00:00:00 [kblockd] root 28 2 0 07:10 ? 00:00:00 [ata_sff] root 29 2 0 07:10 ? 00:00:00 [khubd] root 30 2 0 07:10 ? 00:00:00 [md] root 31 2 0 07:10 ? 00:00:00 [devfreq_wq] root 32 2 0 07:10 ? 00:00:00 [kworker/0:1] root 34 2 0 07:10 ? 00:00:00 [khungtaskd] root 35 2 0 07:10 ? 00:00:00 [kswapd0] root 36 2 0 07:10 ? 00:00:00 [vmstat] root 37 2 0 07:10 ? 00:00:00 [ksmd] root 38 2 0 07:10 ? 00:00:00 [khugepaged] root 39 2 0 07:10 ? 00:00:00 [fsnotify_mark] root 40 2 0 07:10 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 07:10 ? 00:00:00 [crypto] root 53 2 0 07:10 ? 00:00:00 [kthrotld] root 54 2 0 07:10 ? 00:00:00 [kworker/u4:1] root 55 2 0 07:10 ? 00:00:00 [vballoon] root 56 2 0 07:10 ? 00:00:00 [kworker/1:1] root 57 2 0 07:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 07:10 ? 00:00:00 [scsi_eh_1] root 59 2 0 07:10 ? 00:00:00 [kworker/u4:2] root 60 2 0 07:10 ? 00:00:00 [kworker/u4:3] root 79 2 0 07:10 ? 00:00:00 [deferwq] root 80 2 0 07:10 ? 00:00:00 [charger_manager] root 123 2 0 07:10 ? 00:00:00 [kpsmoused] root 142 2 0 07:10 ? 00:00:00 [kworker/0:2] root 186 2 0 07:10 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 07:10 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 07:10 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 07:10 ? 00:00:00 [kworker/u5:1] root 506 1 0 07:10 ? 00:00:00 upstart-socket-bridge --daemon root 581 1 0 07:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 07:10 ? 00:00:00 [kauditd] message+ 900 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork root 938 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind root 955 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon syslog 1011 1 0 07:10 ? 00:00:00 rsyslogd root 1052 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1060 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1061 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1063 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D root 1103 1 0 07:10 ? 00:00:00 cron daemon 1104 1 0 07:10 ? 00:00:00 atd root 1118 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance root 1129 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1193 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1200 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 07:10 ? 00:00:00 /home/ubuntu/bind_host_cbbv5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_cbbv5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_cbbv5l --logging-server-logdir=/home/ubuntu/bind_host_cbbv5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l%I.log --pidfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l.pid ubuntu 1689 1650 0 07:10 ? 00:00:00 /home/ubuntu/bind_host_cbbv5l/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_cbbv5l --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_cbbv5l --logging-server-logdir=/home/ubuntu/bind_host_cbbv5l/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l%I.log --pidfile=/home/ubuntu/bind_host_cbbv5l/work/bind_host_cbbv5l.pid ubuntu 1764 1 0 07:11 ? 00:00:01 python2.7 /home/ubuntu/bind_host_cbbv5l/env/bin/diamond --configfile /home/ubuntu/bind_host_cbbv5l/work/plugins/diamond/etc/diamond.conf bind 2429 1 0 07:11 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2483 1689 0 07:11 ? 00:00:00 /home/ubuntu/bind_host_cbbv5l/env/bin/python2.7 /home/ubuntu/bind_host_cbbv5l/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-A0qDaE ubuntu 2494 2483 0 07:11 ? 00:00:00 /bin/sh -c /tmp/T8LN7/install-etcd.sh ubuntu 2496 2494 0 07:11 ? 00:00:00 /bin/bash -e /tmp/T8LN7/install-etcd.sh root 2780 2 0 07:12 ? 00:00:00 [kworker/u5:2] ntp 8542 1 0 07:12 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 8952 1 0 07:13 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc clearwa+ 9083 1 0 07:13 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.21:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.21 --name 192-168-120-21 --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.21:2380 --listen-peer-urls http://192.168.120.21:2380 root 9154 1 0 07:13 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9160 9154 0 07:13 ? 00:00:00 inotifywait -e create -qq . root 9191 8952 0 07:13 ? 00:00:00 [check-monit-upt] root 9195 8952 0 07:13 ? 00:00:00 [check-etcd-upti] root 9196 8952 0 07:13 ? 00:00:00 [poll_etcd_clust] root 9198 8952 0 07:13 ? 00:00:00 [poll_etcd.sh] ubuntu 9405 2496 0 07:13 ? 00:00:00 /bin/bash -e /tmp/T8LN7/install-etcd.sh ubuntu 9406 9405 0 07:13 ? 00:00:00 /bin/bash -e /tmp/T8LN7/install-etcd.sh root 9407 9406 0 07:13 ? 00:00:00 sudo ps -edf root 9408 9407 0 07:13 ? 00:00:00 ps -edf real 0m0.009s user 0m0.003s sys 0m0.007s 2018-11-19 07:13:33,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-11-19 07:13:33,069 - 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.008s user 0m0.000s sys 0m0.007s 2018-11-19 07:13:33,069 - 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.21:53 0.0.0.0:* LISTEN 2429/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2429/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2429/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8952/monit tcp 0 0 192.168.120.21:2380 0.0.0.0:* LISTEN 9083/etcd tcp6 0 0 :::53 :::* LISTEN 2429/named tcp6 0 0 :::22 :::* LISTEN 1097/sshd tcp6 0 0 ::1:953 :::* LISTEN 2429/named tcp6 0 0 :::4000 :::* LISTEN 9083/etcd udp 0 0 192.168.120.21:123 0.0.0.0:* 8542/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8542/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8542/ntpd udp 0 0 0.0.0.0:2989 0.0.0.0:* 581/dhclient udp 0 0 192.168.120.21:53 0.0.0.0:* 2429/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2429/named udp 0 0 0.0.0.0:68 0.0.0.0:* 581/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 8542/ntpd udp6 0 0 ::1:123 :::* 8542/ntpd udp6 0 0 :::123 :::* 8542/ntpd udp6 0 0 :::53448 :::* 581/dhclient udp6 0 0 :::53 :::* 2429/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11256 1650/python2.7 /tmp/cloudify-logging-server-65ec0.socket unix 2 [ ACC ] STREAM LISTENING 1642 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9082 1129/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 13641 2483/python2.7 /tmp/ctx-MxqQy9.socket unix 2 [ ACC ] STREAM LISTENING 8095 900/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7100 392/systemd-udevd /run/udev/control real 0m0.007s user 0m0.004s sys 0m0.004s 2018-11-19 07:13:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-11-19 07:13:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [19-Nov-2018 07:13:13 UTC] clearwater-diags-monitor starting [19-Nov-2018 07:13:13 UTC] Waiting for trigger files real 0m0.005s user 0m0.002s sys 0m0.003s 2018-11-19 07:13:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/sysstat/sa19 /var/log/dpkg.log /var/log/wtmp /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.007s user 0m0.004s sys 0m0.001s 2018-11-19 07:13:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-11-19 07:13:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-11-19 07:13:11.828670008 Stopping etcd clearwater-etcd 2018-11-19 07:13:12.746283356 Restarting etcd clearwater-etcd 2018-11-19 07:13:12.750938553 Configured ETCDCTL_PEERS: 2018-11-19 07:13:12.751646385 Check for previous failed startup attempt 2018-11-19 07:13:12.752833384 Running etcdctl member list Error: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused ; error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #0: dial tcp 127.0.0.1:4001: getsockopt: connection refused error #1: dial tcp 127.0.0.1:2379: getsockopt: connection refused 2018-11-19 07:13:12.769847661 etcdctl returned 2 2018-11-19 07:13:12.775820577 Creating new cluster... 2018-11-19 07:13:12.778474936 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.21:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.21 --name 192-168-120-21 --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.21:2380 --listen-peer-urls http://192.168.120.21:2380 2018-11-19 07:13:12.780032546 Check we're actually a member of the cluster 2018-11-19 07:13:12.785752143 Wait for etcd to startup 2018-11-19 07:13:13.801457858 Etcd started successfully 2018-11-19 07:13:12.800594 I | etcdmain: etcd Version: 3.1.7 2018-11-19 07:13:12.800645 I | etcdmain: Git SHA: 43b7507 2018-11-19 07:13:12.800650 I | etcdmain: Go Version: go1.7.5 2018-11-19 07:13:12.800653 I | etcdmain: Go OS/Arch: linux/amd64 2018-11-19 07:13:12.800657 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-11-19 07:13:12.800726 I | embed: listening for peers on http://192.168.120.21:2380 2018-11-19 07:13:12.800774 I | embed: listening for client requests on 0.0.0.0:4000 2018-11-19 07:13:12.850621 I | etcdserver: name = 192-168-120-21 2018-11-19 07:13:12.850652 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.21 2018-11-19 07:13:12.850658 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.21/member 2018-11-19 07:13:12.850662 I | etcdserver: heartbeat = 100ms 2018-11-19 07:13:12.850665 I | etcdserver: election = 1000ms 2018-11-19 07:13:12.850669 I | etcdserver: snapshot count = 10000 2018-11-19 07:13:12.850676 I | etcdserver: advertise client URLs = http://192.168.120.21:4000 2018-11-19 07:13:12.850680 I | etcdserver: initial advertise peer URLs = http://192.168.120.21:2380 2018-11-19 07:13:12.850688 I | etcdserver: initial cluster = 192-168-120-21=http://192.168.120.21:2380 2018-11-19 07:13:12.890889 I | etcdserver: starting member 1234a729a87e0a37 in cluster e87bb75df98f107 2018-11-19 07:13:12.890925 I | raft: 1234a729a87e0a37 became follower at term 0 2018-11-19 07:13:12.890939 I | raft: newRaft 1234a729a87e0a37 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-11-19 07:13:12.890948 I | raft: 1234a729a87e0a37 became follower at term 1 2018-11-19 07:13:13.135543 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-11-19 07:13:13.136078 I | etcdserver/membership: added member 1234a729a87e0a37 [http://192.168.120.21:2380] to cluster e87bb75df98f107 2018-11-19 07:13:13.391224 I | raft: 1234a729a87e0a37 is starting a new election at term 1 2018-11-19 07:13:13.391347 I | raft: 1234a729a87e0a37 became candidate at term 2 2018-11-19 07:13:13.391367 I | raft: 1234a729a87e0a37 received MsgVoteResp from 1234a729a87e0a37 at term 2 2018-11-19 07:13:13.391381 I | raft: 1234a729a87e0a37 became leader at term 2 2018-11-19 07:13:13.391388 I | raft: raft.node: 1234a729a87e0a37 elected leader 1234a729a87e0a37 at term 2 2018-11-19 07:13:13.391636 I | etcdserver: setting up the initial cluster version to 3.1 2018-11-19 07:13:13.398970 N | etcdserver/membership: set the initial cluster version to 3.1 2018-11-19 07:13:13.399000 I | etcdserver/api: enabled capabilities for version 3.1 2018-11-19 07:13:13.399022 I | etcdserver: published {Name:192-168-120-21 ClientURLs:[http://192.168.120.21:4000]} to cluster e87bb75df98f107 2018-11-19 07:13:13.399084 I | embed: ready to serve client requests 2018-11-19 07:13:13.399479 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-11-19 07:13:13.954851 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.21:39616 2018-11-19 07:13:13.967289 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.21:39617 2018-11-19 07:13:13.968716 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.21:39618 2018-11-19 07:13:16.275292 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.21:39619 2018-11-19 07:13:16.329748 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.21:39620 2018-11-19 07:13:16.330256 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.21:39621 2018-11-19 07:13:26.134902 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.21/liveness-check remote:192.168.120.21:39622 real 0m0.005s user 0m0.004s sys 0m0.002s 2018-11-19 07:13:33,070 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-11-19 07:13:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-11-19 07:13:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:13:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/T8LN7/install-etcd.sh 2018-11-19 07:13:33,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:13:33,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:33,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:33,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:33,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:33 GMT 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:33,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:38,171 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:38,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:38,471 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:38,471 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:38,471 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:38,471 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:38,471 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:38,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:38,471 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_e7f4xz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_e7f4xz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.112Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.124Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/S3ZO7/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.223Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:33.223Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/2X1RD/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:33.223Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.21', 'name': u'dime-3euvhl', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mv /tmp/tmpnc_s84 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'etcd_ip': u'192.168.120.21', 'name': u'bono-e7f4xz', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/UMT2Q/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mv /tmp/tmpD3BsLy /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mv /tmp/tmpeanCht /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/YQTNT/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mv /tmp/tmpadjOhi /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/27CHU/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mv /tmp/tmpgoQHsl /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/Z44YF/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "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-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}], "metadata": {"pagination": {"total": 1627, "offset": 1483, "size": 50}}} 2018-11-19 07:13:38,472 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:38,472 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:38 GMT 2018-11-19 07:13:38,472 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:38,472 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26465 2018-11-19 07:13:38,472 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:38,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:38,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:38,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:38,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:13:38,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:13:38,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:38,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:38,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:38,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:38,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:13:38,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:38,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:38,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:38,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:13:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-11-19 07:13:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/S3ZO7/clearwater.py 2018-11-19 07:13:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/2X1RD/clearwater.py 2018-11-19 07:13:38,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.21', 'name': u'dime-3euvhl', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.14'}. 2018-11-19 07:13:38,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:38,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:13:38,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpnc_s84 /etc/clearwater/local_config 2018-11-19 07:13:38,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:38,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'etcd_ip': u'192.168.120.21', 'name': u'bono-e7f4xz', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-11-19 07:13:38,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/UMT2Q/clearwater.py 2018-11-19 07:13:38,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-19 07:13:38,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpD3BsLy /etc/clearwater/local_config 2018-11-19 07:13:38,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-19 07:13:38,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeanCht /etc/clearwater/local_config 2018-11-19 07:13:38,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:13:38,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/YQTNT/clearwater.py 2018-11-19 07:13:38,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:13:38,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:13:38,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpadjOhi /etc/clearwater/local_config 2018-11-19 07:13:38,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/27CHU/clearwater.py 2018-11-19 07:13:38,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpgoQHsl /etc/dnsmasq.resolv.conf 2018-11-19 07:13:38,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:13:38,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:13:38,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-19 07:13:38,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:38,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:38,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:38,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:38,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-19 07:13:38,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-19 07:13:38,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/Z44YF/clearwater.py 2018-11-19 07:13:38,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:13:38,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:13:38,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:38,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:38 GMT 2018-11-19 07:13:38,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:38,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:38,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:43,557 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:43,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:43,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:43,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:43,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:43,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:43,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:43,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:43,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/27CHU/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.247Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e0e49102-e838-422f-8281-c5021295b9e1"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:34.387Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:34.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.128Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.128Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.128Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.128Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.128Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.128Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.128Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mv /tmp/tmp5WAuY9 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mv /tmp/tmpXPHK_z /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mv /tmp/tmpTcW0Zb /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mv /tmp/tmpSDJt9q /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mv /tmp/tmpPrLcMx /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.21', 'name': u'homer-j9xnk0', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mv /tmp/tmp7py388 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "230b6846-192d-4e1e-b7eb-b334a7a8045a"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a7aaf7d4-f872-46ec-8056-c7cf9c99049d"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.21', 'name': u'vellum-39oc0u', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo mv /tmp/tmplQEFHG /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "c721dde7-13d1-4271-a76a-63a5fa5af007"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "b0fd6efe-d4bc-4b43-94f0-e456bca97e32"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:35.271Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:35.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "0137792d-04f8-452f-b8e4-3277acbe7b58"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.159Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.159Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1641, "offset": 1533, "size": 50}}} 2018-11-19 07:13:43,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:43,826 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:43 GMT 2018-11-19 07:13:43,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:43,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26267 2018-11-19 07:13:43,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:43,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:13:43,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/27CHU/clearwater.py 2018-11-19 07:13:43,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:43,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-11-19 07:13:43,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-19 07:13:43,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:13:43,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:43,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:43,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:43,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:43,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:43,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:43,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:43,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:43,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5WAuY9 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXPHK_z /etc/clearwater/local_config 2018-11-19 07:13:43,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpTcW0Zb /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpSDJt9q /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-19 07:13:43,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:13:43,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-11-19 07:13:43,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPrLcMx /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.21', 'name': u'homer-j9xnk0', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.5'}. 2018-11-19 07:13:43,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-11-19 07:13:43,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp7py388 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-19 07:13:43,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-11-19 07:13:43,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.21', 'name': u'vellum-39oc0u', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}. 2018-11-19 07:13:43,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplQEFHG /etc/clearwater/local_config 2018-11-19 07:13:43,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-19 07:13:43,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-11-19 07:13:43,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:43,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:13:43,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:13:43,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:43,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:43,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:43,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:43,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:13:43,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:43,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:13:43,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:43,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:43,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:43,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:43,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:43,835 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:43,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:43 GMT 2018-11-19 07:13:43,914 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:43,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:43,915 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:48,920 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:48,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:48,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:48,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.288Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/OBWJW/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "15952faa-e909-4cdf-b5dd-42ac0f8421ae"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.288Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/WMVDE/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3d5111af-8cbf-4515-8d98-dfd584979aea"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.288Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/3Y4LT/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:36.288Z", "message": "Executing: /tmp/3Y4LT/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:36.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "sprout_hor8ui", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.192Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.192Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.192Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_e7f4xz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.192Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.192Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.192Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/9925O/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/9UATA/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Executing: /tmp/9925O/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Executing: /tmp/KXN06/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/4UGLB/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Executing: /tmp/9UATA/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Executing: /tmp/4UGLB/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:37.755Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/KXN06/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:37.755Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.201Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_e7f4xz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.201Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "Executing: /tmp/DBU6H/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/DBU6H/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:38.766Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:38.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:39.776Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:39.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:39.776Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:39.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:39.776Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:39.776Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:47.161Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4a9zx2\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [166 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://security.ubuntu.com trusty-security/main Translation-en [423 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 6s (2,033 kB/s)\nReading package lists...\n\nreal\t0m8.618s\nuser\t0m4.700s\nsys\t0m0.300s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:47.161Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:47.787Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:47.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:47.787Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:47.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:48.808Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qvfp88\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [166 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [790 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 [272 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [423 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 6s (2,076 kB/s)\nReading package lists...\n\nreal\t0m8.803s\nuser\t0m4.769s\nsys\t0m0.404s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:48.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:48.808Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:48.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:48.808Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:48.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}], "metadata": {"pagination": {"total": 1647, "offset": 1583, "size": 50}}} 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:49 GMT 2018-11-19 07:13:48,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:49,000 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35617 2018-11-19 07:13:49,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:49,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/OBWJW/append_proxy_snmp_conf.py 2018-11-19 07:13:49,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/WMVDE/append_proxy_snmp_conf.py 2018-11-19 07:13:49,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/3Y4LT/install-dime.sh 2018-11-19 07:13:49,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/3Y4LT/install-dime.sh 2018-11-19 07:13:49,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:49,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:49,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:13:49,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:13:49,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-11-19 07:13:49,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-11-19 07:13:49,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/9925O/install-homer.sh 2018-11-19 07:13:49,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/9UATA/install-sprout.sh 2018-11-19 07:13:49,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-11-19 07:13:49,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/9925O/install-homer.sh 2018-11-19 07:13:49,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-11-19 07:13:49,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-11-19 07:13:49,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/KXN06/install-vellum.sh 2018-11-19 07:13:49,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/4UGLB/install-ellis.sh 2018-11-19 07:13:49,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-11-19 07:13:49,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-11-19 07:13:49,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/9UATA/install-sprout.sh 2018-11-19 07:13:49,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-11-19 07:13:49,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-11-19 07:13:49,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-11-19 07:13:49,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/4UGLB/install-ellis.sh 2018-11-19 07:13:49,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-11-19 07:13:49,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-11-19 07:13:49,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/KXN06/install-vellum.sh 2018-11-19 07:13:49,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:13:49,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:13:49,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-11-19 07:13:49,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-11-19 07:13:49,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-11-19 07:13:49,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-11-19 07:13:49,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/DBU6H/install-bono.sh 2018-11-19 07:13:49,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-11-19 07:13:49,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/DBU6H/install-bono.sh 2018-11-19 07:13:49,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-11-19 07:13:49,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-11-19 07:13:49,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-11-19 07:13:49,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-11-19 07:13:49,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-11-19 07:13:49,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-11-19 07:13:49,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-11-19 07:13:49,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4a9zx2 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [166 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB] Get:9 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://security.ubuntu.com trusty-security/main Translation-en [423 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 6s (2,033 kB/s) Reading package lists... real 0m8.618s user 0m4.700s sys 0m0.300s 2018-11-19 07:13:49,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:13:49,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-11-19 07:13:49,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qvfp88 Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [166 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [790 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 [272 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [423 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 6s (2,076 kB/s) Reading package lists... real 0m8.803s user 0m4.769s sys 0m0.404s 2018-11-19 07:13:49,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:13:49,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-11-19 07:13:49,009 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:49,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:49,071 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:49,071 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:49,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:49,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:49,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:49,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:49,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:49,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:49,072 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:49 GMT 2018-11-19 07:13:49,072 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:49,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:49,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:54,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:54,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.041Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-kk84cb\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [166 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB]\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [423 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,211 kB/s)\nReading package lists...\n\nreal\t0m13.081s\nuser\t0m4.661s\nsys\t0m0.318s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-g59gqu\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]\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 [166 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [423 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:12 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,213 kB/s)\nReading package lists...\n\nreal\t0m12.569s\nuser\t0m4.655s\nsys\t0m0.388s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:51.820Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-v6cc7g\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]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:5 http://security.ubuntu.com trusty-security/main Sources [166 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [423 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,206 kB/s)\nReading package lists...\n\nreal\t0m13.260s\nuser\t0m4.672s\nsys\t0m0.417s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:52.873Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:52.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:52.873Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-w1z2mn\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 [166 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [790 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 [272 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [423 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [147 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 [504 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 [557 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nGet:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B]\nGet:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 12.9 MB in 10s (1,225 kB/s)\nReading package lists...\n\nreal\t0m12.974s\nuser\t0m4.723s\nsys\t0m0.308s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:52.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:13:52.873Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:13:52.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}], "metadata": {"pagination": {"total": 1659, "offset": 1633, "size": 50}}} 2018-11-19 07:13:54,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:54,173 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:54 GMT 2018-11-19 07:13:54,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:54,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25409 2018-11-19 07:13:54,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-kk84cb Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [166 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB] Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [423 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,211 kB/s) Reading package lists... real 0m13.081s user 0m4.661s sys 0m0.318s 2018-11-19 07:13:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:13:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-g59gqu 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] 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 [166 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:10 http://security.ubuntu.com trusty-security/main Translation-en [423 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:12 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,213 kB/s) Reading package lists... real 0m12.569s user 0m4.655s sys 0m0.388s 2018-11-19 07:13:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-11-19 07:13:54,174 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-11-19 07:13:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-11-19 07:13:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:13:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:13:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-v6cc7g 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] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://security.ubuntu.com trusty-security/main Sources [166 kB] Get:6 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [790 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [272 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:10 http://security.ubuntu.com trusty-security/main Translation-en [423 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [147 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 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 [504 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 [557 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,206 kB/s) Reading package lists... real 0m13.260s user 0m4.672s sys 0m0.417s 2018-11-19 07:13:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-11-19 07:13:54,175 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-w1z2mn 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 [166 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [425 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [93.4 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [790 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 [272 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [223 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [423 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,436 B] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,123 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [147 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 [504 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 [557 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:23 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [269 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9,709 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:26 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:27 http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources [1,896 B] Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Get:28 http://nova.clouds.archive.ubuntu.com trusty/main Sources [1,064 kB] Get:29 http://nova.clouds.archive.ubuntu.com trusty/restricted Sources [5,433 B] Get:30 http://nova.clouds.archive.ubuntu.com trusty/universe Sources [6,399 kB] Get:31 http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources [174 kB] Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 12.9 MB in 10s (1,225 kB/s) Reading package lists... real 0m12.974s user 0m4.723s sys 0m0.308s 2018-11-19 07:13:54,176 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:13:54,176 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:54,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:54,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:54,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:54,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:54,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:54,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:54,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:54,338 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:54,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:54,338 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:54 GMT 2018-11-19 07:13:54,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:54,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:54,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:59,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:13:59,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:59,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:59,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:59,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:59,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:59 GMT 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:13:59,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:13:59,596 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:13:59,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:13:59,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:13:59,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:13:59,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:13:59,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:13:59 GMT 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:13:59,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:04,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:04,882 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:04,882 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:04,882 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:04 GMT 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:04,883 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:04,884 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:04,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:04,951 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:04 GMT 2018-11-19 07:14:04,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:04,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:04,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:09,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:10,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:10 GMT 2018-11-19 07:14:10,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:10,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:10,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:10,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:10,091 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:10,091 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:10 GMT 2018-11-19 07:14:10,092 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:10,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:10,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:15,098 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:15,221 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:15,221 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:15,222 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:15 GMT 2018-11-19 07:14:15,223 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:15,223 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:15,223 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:15,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:15,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:15,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:15,309 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:15 GMT 2018-11-19 07:14:15,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:15,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:15,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:20,314 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:20,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:20,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:20,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:20,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:20 GMT 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:20,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:20,411 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:20,473 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:20,473 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:20,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:20,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:20,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:20,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:20,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:20,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:20,474 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:20,474 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:20 GMT 2018-11-19 07:14:20,474 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:20,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:20,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:25,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:25,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:25,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:25,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:25,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:25,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:25,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:25,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:25,595 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:25,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:25,595 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:25 GMT 2018-11-19 07:14:25,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:25,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:25,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:25,595 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:25,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:25,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:25,665 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:25 GMT 2018-11-19 07:14:25,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:25,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:25,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:30,670 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:30,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:30,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:30,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:30,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:30,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:30,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:30 GMT 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:30,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:30,996 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:30,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:30,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:30,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:30 GMT 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:30,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:36,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:36,240 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:36,241 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:36 GMT 2018-11-19 07:14:36,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:36,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:36,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:36,242 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:36,328 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:36,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:36,329 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:36 GMT 2018-11-19 07:14:36,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:36,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:36,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:41,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:41,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:41,454 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:41 GMT 2018-11-19 07:14:41,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:41,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:41,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:41,455 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:41,534 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:41,535 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:41,536 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:41 GMT 2018-11-19 07:14:41,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:41,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:41,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:46,541 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:46,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:46,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:46,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:46,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:46,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:46,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:46,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:46,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:46,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:46,729 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:46 GMT 2018-11-19 07:14:46,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:46,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:46,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:46,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:46,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:46,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:46,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:46,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:46,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:46,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:46,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:46,864 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:46,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:46,864 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:46 GMT 2018-11-19 07:14:46,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:46,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:46,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:51,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:52,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:52,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:52,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:52,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:52,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:52,057 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:52 GMT 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:52,058 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:52,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:52,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:52,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:52,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:52,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:52,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:52,132 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:52,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:52,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:52,133 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:52 GMT 2018-11-19 07:14:52,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:52,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:52,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:57,138 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:14:57,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:57,492 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:57,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:57,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:57,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:57,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:57 GMT 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:14:57,493 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:14:57,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:14:57,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:14:57,573 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:14:57,573 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:14:57,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:14:57,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:14:57,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:14:57,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:14:57,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:14:57,574 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:14:57 GMT 2018-11-19 07:14:57,574 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:14:57,574 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:14:57,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:02,580 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:03,037 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:03,038 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:03,038 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:03 GMT 2018-11-19 07:15:03,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:03,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:03,038 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:03,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:03,134 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:03,134 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:03 GMT 2018-11-19 07:15:03,135 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:03,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:03,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:08,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:08,637 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:08,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:08 GMT 2018-11-19 07:15:08,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:08,639 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:08,639 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:08,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:08,721 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:08,722 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:08 GMT 2018-11-19 07:15:08,723 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:08,723 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:08,723 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:13,728 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:13,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:13,866 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:13 GMT 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:13,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:13,868 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:13,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:13 GMT 2018-11-19 07:15:13,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:13,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:13,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:18,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:19,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:19,295 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:19 GMT 2018-11-19 07:15:19,296 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:19,296 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:19,296 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:19,296 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:19,447 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:19,447 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:19,447 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:19,447 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:19,447 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:19,447 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:19,448 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:19,448 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:19,448 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:19,448 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:19 GMT 2018-11-19 07:15:19,448 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:19,448 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:19,448 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:24,454 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:24,542 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:24,543 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:24 GMT 2018-11-19 07:15:24,544 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:24,544 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:24,544 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:24,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:24,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:24,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:24,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:24,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:24,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:24,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:24,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:24,795 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:24,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:24,796 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:24 GMT 2018-11-19 07:15:24,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:24,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:24,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:29,801 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:29,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:29,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:29,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:29 GMT 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:29,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:29,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:29,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:30,193 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:30,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:30,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:30,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:30,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:30,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:30,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:30,194 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:30,194 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:30,194 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:30 GMT 2018-11-19 07:15:30,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:30,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:30,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:35,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:35,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:35,380 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:35 GMT 2018-11-19 07:15:35,380 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:35,380 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:35,380 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:35,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:35,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:35,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:35,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:35 GMT 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:35,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:35,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:40,463 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:40,552 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:40,552 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:40,552 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:40 GMT 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:40,553 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:40,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:40,621 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:40,622 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:40,622 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:40 GMT 2018-11-19 07:15:40,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:40,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:40,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:45,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:45,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:45,752 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:45 GMT 2018-11-19 07:15:45,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:45,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:45,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:45,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:45,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:45,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:45,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:45,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:45,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:45,830 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:45,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:45,831 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:45,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:45,831 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:45 GMT 2018-11-19 07:15:45,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:45,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:45,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:50,837 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:51,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:51,009 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:51 GMT 2018-11-19 07:15:51,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:51,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:51,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:51,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:51,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:51,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:51,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:51,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:51,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:51,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:51,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:51,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:51,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:51,077 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:51 GMT 2018-11-19 07:15:51,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:51,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:51,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:56,082 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:15:56,372 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:56,372 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:56,372 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:56,372 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:56 GMT 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:15:56,373 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:15:56,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:15:56,472 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:15:56,472 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:15:56,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:15:56 GMT 2018-11-19 07:15:56,473 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:15:56,474 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:15:56,474 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:01,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:01,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:01,614 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:01 GMT 2018-11-19 07:16:01,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:01,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:01,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:01,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:01,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:01,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:01,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:01,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:01,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:01,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:01,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:01,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:01,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:01,700 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:01 GMT 2018-11-19 07:16:01,700 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:01,700 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:01,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:06,705 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:06,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:06,804 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:06,804 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:06,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:06,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:06,804 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:06,804 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:06,805 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:16:06,805 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:06,805 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:06 GMT 2018-11-19 07:16:06,805 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:06,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:06,805 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:06,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:06,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:06,987 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:06,987 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:06,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:06,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:06,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:06,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:06,988 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:06,988 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:06,988 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:06 GMT 2018-11-19 07:16:06,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:06,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:06,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:11,993 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:12,225 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:12,225 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:12 GMT 2018-11-19 07:16:12,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:12,227 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:12,227 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:12,227 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:12,311 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:12,311 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:12,311 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:12,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:12,311 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:12,311 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:12,311 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:12,312 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:12,312 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:12,312 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:12 GMT 2018-11-19 07:16:12,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:12,312 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:12,312 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:17,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:17,418 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:17,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:17,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:17,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:17,418 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:17 GMT 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:17,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:17,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:17,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:17,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:17,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:17,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:17 GMT 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:17,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:22,508 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:22,678 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:22,678 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:22,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:22 GMT 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:22,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:22,680 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:22,779 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:22,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:22,780 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:22 GMT 2018-11-19 07:16:22,780 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:22,780 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:22,780 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:27,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:28,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:28,099 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:28,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1659, "offset": 1645, "size": 50}}} 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:28 GMT 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:28,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:28,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:28,101 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:28,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:28,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:28 GMT 2018-11-19 07:16:28,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:28,348 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:28,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:33,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:33,430 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:33,430 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:33,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:33,431 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:33,431 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:33,431 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:33,431 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:33,431 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:16:32.709Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qvfp88\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 27 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 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://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [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 19s (2,810 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package bono.\nPreparing to unpack .../bono_1.0-171215.183529_amd64.deb ...\nUnpacking bono (1.0-171215.183529) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-162.212) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nSelecting previously unselected package restund.\nPreparing to unpack .../restund_1.0-171215.183529_amd64.deb ...\nUnpacking restund (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-162.212) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up iotop (0.6-1) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8657\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 8712\nclearwater-socket-factory-sig start/running, process 8720\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\t2m43.706s\nuser\t0m8.683s\nsys\t0m7.655s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:16:32.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:16:33.022Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:16:33.022Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}], "metadata": {"pagination": {"total": 1661, "offset": 1645, "size": 50}}} 2018-11-19 07:16:33,431 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:33,431 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:33 GMT 2018-11-19 07:16:33,432 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:33,432 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37698 2018-11-19 07:16:33,432 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:33,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-qvfp88 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 27 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 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://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [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 19s (2,810 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package bono. Preparing to unpack .../bono_1.0-171215.183529_amd64.deb ... Unpacking bono (1.0-171215.183529) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package restund. Preparing to unpack .../restund_1.0-171215.183529_amd64.deb ... Unpacking restund (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up sprout-libs (1.0-171215.183529) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-162.212) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up iotop (0.6-1) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8657 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 8712 clearwater-socket-factory-sig start/running, process 8720 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 2m43.706s user 0m8.683s sys 0m7.655s 2018-11-19 07:16:33,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:16:33,435 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:33,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:33,497 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:33,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:33,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:33,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:33,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:33,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:33,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:33,498 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:33,498 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:33 GMT 2018-11-19 07:16:33,498 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:33,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:33,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:38,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1647, "size": 50}}} 2018-11-19 07:16:38,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:38,598 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:38 GMT 2018-11-19 07:16:38,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:38,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:38,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:38,598 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:38,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:38,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:38 GMT 2018-11-19 07:16:38,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:38,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:38,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:43,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:43,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:43,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:43,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:43,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:43,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1647, "size": 50}}} 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:43 GMT 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:43,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:43,789 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:43,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:43,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:43,875 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:43,875 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:43,875 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:43,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:43,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:43,876 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:43,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:43,876 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:43 GMT 2018-11-19 07:16:43,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:43,876 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:43,876 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:48,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:48,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1647, "size": 50}}} 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:48,952 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:48 GMT 2018-11-19 07:16:48,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:48,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:48,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:48,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:49,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:49,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:49,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:49 GMT 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:49,018 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:49,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:54,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:54,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1647, "size": 50}}} 2018-11-19 07:16:54,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:54,144 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:54 GMT 2018-11-19 07:16:54,144 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:54,144 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:54,144 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:54,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:54,210 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:54,211 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:54,212 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:54 GMT 2018-11-19 07:16:54,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:54,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:54,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:59,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:16:59,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1647, "size": 50}}} 2018-11-19 07:16:59,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:59,325 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:59 GMT 2018-11-19 07:16:59,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:59,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:16:59,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:16:59,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:16:59,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:16:59,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:16:59,410 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:16:59 GMT 2018-11-19 07:16:59,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:16:59,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:16:59,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:04,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:04,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:04,531 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1661, "offset": 1647, "size": 50}}} 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:04,532 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:04 GMT 2018-11-19 07:17:04,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:04,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:17:04,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:04,533 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:04,633 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:04,633 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:04,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:04,633 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:04,633 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:04,633 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:04,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:04,634 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:04,634 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:04,634 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:04 GMT 2018-11-19 07:17:04,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:04,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:04,634 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:09,639 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:09,869 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:08.308Z", "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 27 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 4s (9,521 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57610 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m35.176s\nuser\t0m12.408s\nsys\t0m2.676s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:08.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:09.042Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:09.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}], "metadata": {"pagination": {"total": 1663, "offset": 1647, "size": 50}}} 2018-11-19 07:17:09,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:09,870 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:09 GMT 2018-11-19 07:17:09,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:09,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14900 2018-11-19 07:17:09,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:09,871 - 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 27 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 4s (9,521 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57610 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m35.176s user 0m12.408s sys 0m2.676s 2018-11-19 07:17:09,871 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:17:09,871 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:09,976 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:09,977 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:09,977 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:09,977 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:09,977 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:09,977 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:09,977 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:09,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:09,978 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:09,978 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:09 GMT 2018-11-19 07:17:09,978 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:09,978 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:09,978 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:14,983 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:15,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:15,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:15,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:15,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:15,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:15,132 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:15,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:15,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:13.620Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4a9zx2\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7 libpython2.7-dev\n libpython2.7-minimal libpython2.7-stdlib libquadmath0 libsensors4\n libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev\n libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx\n nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7 python2.7-dev\n python2.7-minimal python3-pkg-resources realpath sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-snmpd clearwater-secure-connections\n debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg\n gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc\n gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg\n libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors\n libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc\n python-genshi python-lxml python2.7-doc binfmt-support python3-setuptools\n isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop\n libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl\n libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4\n libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0\n libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4\n libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev\n nginx nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-pip python-pip-whl python-requests-whl\n python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl\n python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources realpath sysstat\nThe following packages will be upgraded:\n libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7\n python2.7-minimal\n5 upgraded, 94 newly installed, 0 to remove and 22 not upgraded.\nNeed to get 92.3 MB of archives.\nAfter this operation, 201 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://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-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\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 python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\n\rExtracting templates from packages: 30%\rExtracting templates from packages: 60%\rExtracting templates from packages: 90%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 92.3 MB in 24s (3,770 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nPreparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-162.212) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package homer.\nPreparing to unpack .../homer_1.0-171213.182937_amd64.deb ...\nUnpacking homer (1.0-171213.182937) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for mime-support (3.54ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7-minimal (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7 (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-162.212) ...\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 9140\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n.................................+++\n.............+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting cyclone (from crest)\nCollecting cryptography (from crest)\nCollecting idna (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting Twisted (from crest)\nCollecting prctl (from crest)\nCollecting cql (from crest)\nCollecting ipaddress (from crest)\nCollecting msgpack-python (from crest)\nCollecting attrs (from crest)\nCollecting Automat (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting telephus (from crest)\nCollecting asn1crypto (from crest)\nCollecting enum34 (from crest)\nCollecting pure-sasl (from crest)\nCollecting setuptools (from crest)\nCollecting constantly (from crest)\nCollecting lxml (from crest)\nCollecting thrift (from crest)\nCollecting incremental (from crest)\nCollecting zope.interface (from crest)\nCollecting six (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting cyclone (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting idna (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting six (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m25.841s\nuser\t0m21.040s\nsys\t0m11.089s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:13.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:14.080Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:14.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}], "metadata": {"pagination": {"total": 1665, "offset": 1649, "size": 50}}} 2018-11-19 07:17:15,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:15,133 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:15 GMT 2018-11-19 07:17:15,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:15,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 53313 2018-11-19 07:17:15,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:15,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-4a9zx2 Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7 python2.7-dev python2.7-minimal python3-pkg-resources realpath sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-snmpd clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg glibc-doc libgd-tools lm-sensors libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python2.7-doc binfmt-support python3-setuptools isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homer inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libnetfilter-conntrack3 libopts25 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsensors4 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev make manpages-dev nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources realpath sysstat The following packages will be upgraded: libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal 5 upgraded, 94 newly installed, 0 to remove and 22 not upgraded. Need to get 92.3 MB of archives. After this operation, 201 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://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-diags-monitor 1.0-171215.180814 [25.4 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] 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 python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Extracting templates from packages: 30% Extracting templates from packages: 60% Extracting templates from packages: 90% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 92.3 MB in 24s (3,770 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Preparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package homer. Preparing to unpack .../homer_1.0-171213.182937_amd64.deb ... Unpacking homer (1.0-171213.182937) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for mime-support (3.54ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7-minimal (2.7.6-8ubuntu0.5) ... Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7 (2.7.6-8ubuntu0.5) ... Setting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-162.212) ... 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 9140 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key .................................+++ .............+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting cyclone (from crest) Collecting cryptography (from crest) Collecting idna (from crest) Collecting pyOpenSSL (from crest) Collecting Twisted (from crest) Collecting prctl (from crest) Collecting cql (from crest) Collecting ipaddress (from crest) Collecting msgpack-python (from crest) Collecting attrs (from crest) Collecting Automat (from crest) Collecting metaswitchcommon (from crest) Collecting telephus (from crest) Collecting asn1crypto (from crest) Collecting enum34 (from crest) Collecting pure-sasl (from crest) Collecting setuptools (from crest) Collecting constantly (from crest) Collecting lxml (from crest) Collecting thrift (from crest) Collecting incremental (from crest) Collecting zope.interface (from crest) Collecting six (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting cyclone (from crest->homer) Collecting cryptography (from crest->homer) Collecting idna (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting Twisted (from crest->homer) Collecting prctl (from crest->homer) Collecting cql (from crest->homer) Collecting ipaddress (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting attrs (from crest->homer) Collecting Automat (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting telephus (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting enum34 (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting setuptools (from crest->homer) Collecting constantly (from crest->homer) Collecting lxml (from crest->homer) Collecting thrift (from crest->homer) Collecting incremental (from crest->homer) Collecting zope.interface (from crest->homer) Collecting six (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: six, ipaddress, asn1crypto, enum34, idna, pycparser, cffi, cryptography, pyOpenSSL, constantly, setuptools, zope.interface, attrs, Automat, incremental, Twisted, cyclone, prctl, thrift, cql, msgpack-python, pycrypto, monotonic, pyzmq, metaswitchcommon, telephus, pure-sasl, lxml, crest, homer Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m25.841s user 0m21.040s sys 0m11.089s 2018-11-19 07:17:15,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:17:15,137 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:15,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:15,219 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:15,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:15 GMT 2018-11-19 07:17:15,220 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:15,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:15,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:20,226 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:20,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:17.310Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-w1z2mn\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 27 not upgraded.\nNeed to get 56.4 MB of archives.\nAfter this operation, 171 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 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 libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:36 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:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:39 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:45 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:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:47 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:48 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:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:50 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:51 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:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 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-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:69 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:77 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB]\nGet:79 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:81 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:82 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:83 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:84 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\nGet:100 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:101 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:102 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:103 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:104 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:105 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\n\rExtracting templates from packages: 28%\rExtracting templates from packages: 57%\rExtracting templates from packages: 85%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.4 MB in 18s (3,028 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-thread1.54.0:amd64.\nPreparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-locale1.54.0:amd64.\nPreparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-162.212) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package libxml2-utils.\nPreparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nSelecting previously unselected package sprout-libs.\nPreparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-libs (1.0-171215.183529) ...\nSelecting previously unselected package sprout-base.\nPreparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-base (1.0-171215.183529) ...\nSelecting previously unselected package sprout-scscf.\nPreparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-scscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-icscf.\nPreparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-icscf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-bgcf.\nPreparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-bgcf (1.0-171215.183529) ...\nSelecting previously unselected package sprout-mmtel-as.\nPreparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ...\nUnpacking sprout-mmtel-as (1.0-171215.183529) ...\nSelecting previously unselected package sprout.\nPreparing to unpack .../sprout_1.0-171215.183529_amd64.deb ...\nUnpacking sprout (1.0-171215.183529) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-162.212) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nSetting up sprout-libs (1.0-171215.183529) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nrsyslog stop/waiting\nrsyslog start/running, process 8947\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 8983\nclearwater-socket-factory-sig start/running, process 8988\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9037\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\t3m24.708s\nuser\t0m9.726s\nsys\t0m8.784s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:17.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:18.090Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:18.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}], "metadata": {"pagination": {"total": 1667, "offset": 1651, "size": 50}}} 2018-11-19 07:17:20,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:20,506 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:20 GMT 2018-11-19 07:17:20,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:20,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46532 2018-11-19 07:17:20,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:20,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-w1z2mn 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 27 not upgraded. Need to get 56.4 MB of archives. After this operation, 171 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 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 libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:36 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:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:39 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:45 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:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:47 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:48 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:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:50 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:51 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:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 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-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:69 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:77 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-utils amd64 2.9.1+dfsg1-3ubuntu4.13 [34.8 kB] Get:79 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:81 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:82 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:83 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:84 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Get:100 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:101 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:102 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:103 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:104 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:105 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Extracting templates from packages: 28% Extracting templates from packages: 57% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.4 MB in 18s (3,028 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-thread1.54.0:amd64. Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-locale1.54.0:amd64. Preparing to unpack .../libboost-locale1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Selecting previously unselected package sprout-libs. Preparing to unpack .../sprout-libs_1.0-171215.183529_amd64.deb ... Unpacking sprout-libs (1.0-171215.183529) ... Selecting previously unselected package sprout-base. Preparing to unpack .../sprout-base_1.0-171215.183529_amd64.deb ... Unpacking sprout-base (1.0-171215.183529) ... Selecting previously unselected package sprout-scscf. Preparing to unpack .../sprout-scscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-scscf (1.0-171215.183529) ... Selecting previously unselected package sprout-icscf. Preparing to unpack .../sprout-icscf_1.0-171215.183529_amd64.deb ... Unpacking sprout-icscf (1.0-171215.183529) ... Selecting previously unselected package sprout-bgcf. Preparing to unpack .../sprout-bgcf_1.0-171215.183529_amd64.deb ... Unpacking sprout-bgcf (1.0-171215.183529) ... Selecting previously unselected package sprout-mmtel-as. Preparing to unpack .../sprout-mmtel-as_1.0-171215.183529_amd64.deb ... Unpacking sprout-mmtel-as (1.0-171215.183529) ... Selecting previously unselected package sprout. Preparing to unpack .../sprout_1.0-171215.183529_amd64.deb ... Unpacking sprout (1.0-171215.183529) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-locale1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-162.212) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libxml2-utils (2.9.1+dfsg1-3ubuntu4.13) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Setting up sprout-libs (1.0-171215.183529) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. rsyslog stop/waiting rsyslog start/running, process 8947 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 8983 clearwater-socket-factory-sig start/running, process 8988 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9037 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 3m24.708s user 0m9.726s sys 0m8.784s 2018-11-19 07:17:20,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:17:20,509 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:20,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:20,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:20,605 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:20,605 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:20,605 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:20,605 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:20,605 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:20,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:20,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:20,606 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:20 GMT 2018-11-19 07:17:20,606 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:20,606 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:20,606 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:25,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:25,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:25,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:20.759Z", "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 27 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 (585 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57833 files and directories currently installed.)\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-snmpd (1.0-171215.180814) ...\n * Stopping network management services:\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\n\nreal\t0m11.984s\nuser\t0m0.726s\nsys\t0m0.547s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:20.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:21.101Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:21.101Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:22.122Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:22.122Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:22.122Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:23.714Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.072s\nuser\t0m0.006s\nsys\t0m0.047s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:23.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:24.160Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:42:8d:83 \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe42:8d83/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:85956 errors:0 dropped:0 overruns:0 frame:0\n TX packets:64629 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131803599 (131.8 MB) TX bytes:10523463 (10.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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:3805 (3.8 KB) TX bytes:3805 (3.8 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:24.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:24.160Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:24.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:25.175Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 07:10 ? 00:00:00 /sbin/init\nroot 2 0 0 07:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 07:10 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 07:10 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 07:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 07:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 07:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 07:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 07:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 07:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 07:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 07:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 07:10 ? 00:00:00 [migration/0]\nroot 14 2 0 07:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 07:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 07:10 ? 00:00:00 [migration/1]\nroot 17 2 0 07:10 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 07:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 07:10 ? 00:00:00 [khelper]\nroot 21 2 0 07:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 07:10 ? 00:00:00 [netns]\nroot 23 2 0 07:10 ? 00:00:00 [writeback]\nroot 24 2 0 07:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 07:10 ? 00:00:00 [bioset]\nroot 26 2 0 07:10 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 07:10 ? 00:00:00 [kblockd]\nroot 28 2 0 07:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 07:10 ? 00:00:00 [khubd]\nroot 30 2 0 07:10 ? 00:00:00 [md]\nroot 31 2 0 07:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 07:10 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 07:10 ? 00:00:00 [khungtaskd]\nroot 35 2 0 07:10 ? 00:00:00 [kswapd0]\nroot 36 2 0 07:10 ? 00:00:00 [vmstat]\nroot 37 2 0 07:10 ? 00:00:00 [ksmd]\nroot 38 2 0 07:10 ? 00:00:00 [khugepaged]\nroot 39 2 0 07:10 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 07:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 07:10 ? 00:00:00 [crypto]\nroot 53 2 0 07:10 ? 00:00:00 [kthrotld]\nroot 54 2 0 07:10 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 07:10 ? 00:00:00 [vballoon]\nroot 56 2 0 07:10 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 07:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 07:10 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 07:10 ? 00:00:00 [deferwq]\nroot 80 2 0 07:10 ? 00:00:00 [charger_manager]\nroot 125 2 0 07:10 ? 00:00:00 [kpsmoused]\nroot 142 2 0 07:10 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 07:10 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 07:10 ? 00:00:00 [ext4-rsv-conver]\nroot 391 1 0 07:10 ? 00:00:00 upstart-udev-bridge --daemon\nroot 395 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 07:10 ? 00:00:00 [kworker/u5:1]\nroot 533 1 0 07:10 ? 00:00:00 upstart-socket-bridge --daemon\nroot 572 1 0 07:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 07:10 ? 00:00:00 [kauditd]\nmessage+ 896 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork\nroot 931 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 963 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1015 1 0 07:10 ? 00:00:00 rsyslogd\nroot 1051 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1106 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1108 1 0 07:10 ? 00:00:00 cron\ndaemon 1109 1 0 07:10 ? 00:00:00 atd\nroot 1117 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1119 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1199 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1649 1 0 07:10 ? 00:00:00 /home/ubuntu/bono_host_qvfp88/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qvfp88 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qvfp88 --logging-server-logdir=/home/ubuntu/bono_host_qvfp88/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88%I.log --pidfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88.pid\nubuntu 1763 1 0 07:11 ? 00:00:02 python2.7 /home/ubuntu/bono_host_qvfp88/env/bin/diamond --configfile /home/ubuntu/bono_host_qvfp88/work/plugins/diamond/etc/diamond.conf\nubuntu 1831 1649 0 07:13 ? 00:00:00 /home/ubuntu/bono_host_qvfp88/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qvfp88 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qvfp88 --logging-server-logdir=/home/ubuntu/bono_host_qvfp88/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88%I.log --pidfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88.pid\nubuntu 1853 1831 0 07:13 ? 00:00:00 /home/ubuntu/bono_host_qvfp88/env/bin/python2.7 /home/ubuntu/bono_host_qvfp88/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-8xgY2y\nubuntu 1864 1853 0 07:13 ? 00:00:00 /bin/sh -c /tmp/DBU6H/install-bono.sh\nubuntu 1866 1864 0 07:13 ? 00:00:00 /bin/bash -e /tmp/DBU6H/install-bono.sh\nroot 2653 2 0 07:15 ? 00:00:00 [kworker/u5:2]\nntp 8147 1 0 07:15 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8657 1 0 07:16 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 8712 1 0 07:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8713 8712 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8720 1 0 07:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8721 8713 0 07:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8722 8720 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8728 8722 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8729 8728 0 07:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nbono 9014 1 0 07:16 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.10,bono-e7f4xz.clearwater.local --alias=172.30.9.200,bono-e7f4xz.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-e7f4xz.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 9829 1 0 07:17 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9892 1866 0 07:17 ? 00:00:00 /bin/bash -e /tmp/DBU6H/install-bono.sh\nubuntu 9893 9892 0 07:17 ? 00:00:00 /bin/bash -e /tmp/DBU6H/install-bono.sh\nroot 9894 9893 0 07:17 ? 00:00:00 sudo ps -edf\nroot 9895 9894 0 07:17 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:25.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:25.175Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:25.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:25.175Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:25.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:25.175Z", "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 9829/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1106/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8657/monit \ntcp 0 0 192.168.120.10:5058 0.0.0.0:* LISTEN 9014/bono \ntcp 0 0 192.168.120.10:5060 0.0.0.0:* LISTEN 9014/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9014/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9829/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1106/sshd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 8147/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8147/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8147/ntpd \nudp 0 0 192.168.120.10:5058 0.0.0.0:* 9014/bono \nudp 0 0 192.168.120.10:5060 0.0.0.0:* 9014/bono \nudp 0 0 0.0.0.0:54212 0.0.0.0:* 572/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9829/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient \nudp6 0 0 fe80::f816:3eff:fe4:123 :::* 8147/ntpd \nudp6 0 0 ::1:123 :::* 8147/ntpd \nudp6 0 0 :::123 :::* 8147/ntpd \nudp6 0 0 :::25336 :::* 572/dhclient \nudp6 0 0 ::1:53 :::* 9829/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20705 8721/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 16183 8729/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 11682 1649/python2.7 /tmp/cloudify-logging-server-17478.socket\nunix 2 [ ACC ] STREAM LISTENING 11170 1853/python2.7 /tmp/ctx-MvRYrE.socket\nunix 2 [ ACC ] STREAM LISTENING 1391 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9335 896/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 8848 1117/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 1718 395/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:25.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}], "metadata": {"pagination": {"total": 1678, "offset": 1653, "size": 50}}} 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:25,971 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:25 GMT 2018-11-19 07:17:25,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:25,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21351 2018-11-19 07:17:25,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:25,973 - 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 27 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 (585 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57833 files and directories currently installed.) Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 0m11.984s user 0m0.726s sys 0m0.547s 2018-11-19 07:17:25,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-11-19 07:17:25,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-11-19 07:17:25,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-11-19 07:17:25,973 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.072s user 0m0.006s sys 0m0.047s 2018-11-19 07:17:25,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:42:8d:83 inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe42:8d83/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:85956 errors:0 dropped:0 overruns:0 frame:0 TX packets:64629 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131803599 (131.8 MB) TX bytes:10523463 (10.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets: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:3805 (3.8 KB) TX bytes:3805 (3.8 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-11-19 07:17:25,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-11-19 07:17:25,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 07:10 ? 00:00:00 /sbin/init root 2 0 0 07:10 ? 00:00:00 [kthreadd] root 3 2 0 07:10 ? 00:00:00 [ksoftirqd/0] root 4 2 0 07:10 ? 00:00:00 [kworker/0:0] root 5 2 0 07:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 07:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 07:10 ? 00:00:00 [rcu_sched] root 8 2 0 07:10 ? 00:00:00 [rcuos/0] root 9 2 0 07:10 ? 00:00:00 [rcuos/1] root 10 2 0 07:10 ? 00:00:00 [rcu_bh] root 11 2 0 07:10 ? 00:00:00 [rcuob/0] root 12 2 0 07:10 ? 00:00:00 [rcuob/1] root 13 2 0 07:10 ? 00:00:00 [migration/0] root 14 2 0 07:10 ? 00:00:00 [watchdog/0] root 15 2 0 07:10 ? 00:00:00 [watchdog/1] root 16 2 0 07:10 ? 00:00:00 [migration/1] root 17 2 0 07:10 ? 00:00:00 [ksoftirqd/1] root 19 2 0 07:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 07:10 ? 00:00:00 [khelper] root 21 2 0 07:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 07:10 ? 00:00:00 [netns] root 23 2 0 07:10 ? 00:00:00 [writeback] root 24 2 0 07:10 ? 00:00:00 [kintegrityd] root 25 2 0 07:10 ? 00:00:00 [bioset] root 26 2 0 07:10 ? 00:00:00 [kworker/u5:0] root 27 2 0 07:10 ? 00:00:00 [kblockd] root 28 2 0 07:10 ? 00:00:00 [ata_sff] root 29 2 0 07:10 ? 00:00:00 [khubd] root 30 2 0 07:10 ? 00:00:00 [md] root 31 2 0 07:10 ? 00:00:00 [devfreq_wq] root 32 2 0 07:10 ? 00:00:00 [kworker/0:1] root 34 2 0 07:10 ? 00:00:00 [khungtaskd] root 35 2 0 07:10 ? 00:00:00 [kswapd0] root 36 2 0 07:10 ? 00:00:00 [vmstat] root 37 2 0 07:10 ? 00:00:00 [ksmd] root 38 2 0 07:10 ? 00:00:00 [khugepaged] root 39 2 0 07:10 ? 00:00:00 [fsnotify_mark] root 40 2 0 07:10 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 07:10 ? 00:00:00 [crypto] root 53 2 0 07:10 ? 00:00:00 [kthrotld] root 54 2 0 07:10 ? 00:00:00 [kworker/u4:1] root 55 2 0 07:10 ? 00:00:00 [vballoon] root 56 2 0 07:10 ? 00:00:00 [kworker/1:1] root 57 2 0 07:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 07:10 ? 00:00:00 [scsi_eh_1] root 79 2 0 07:10 ? 00:00:00 [deferwq] root 80 2 0 07:10 ? 00:00:00 [charger_manager] root 125 2 0 07:10 ? 00:00:00 [kpsmoused] root 142 2 0 07:10 ? 00:00:00 [kworker/1:2] root 186 2 0 07:10 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 07:10 ? 00:00:00 [ext4-rsv-conver] root 391 1 0 07:10 ? 00:00:00 upstart-udev-bridge --daemon root 395 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 07:10 ? 00:00:00 [kworker/u5:1] root 533 1 0 07:10 ? 00:00:00 upstart-socket-bridge --daemon root 572 1 0 07:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 07:10 ? 00:00:00 [kauditd] message+ 896 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork root 931 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind root 963 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon syslog 1015 1 0 07:10 ? 00:00:00 rsyslogd root 1051 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1106 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 07:10 ? 00:00:00 cron daemon 1109 1 0 07:10 ? 00:00:00 atd root 1117 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1119 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance root 1199 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1649 1 0 07:10 ? 00:00:00 /home/ubuntu/bono_host_qvfp88/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qvfp88 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qvfp88 --logging-server-logdir=/home/ubuntu/bono_host_qvfp88/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88%I.log --pidfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88.pid ubuntu 1763 1 0 07:11 ? 00:00:02 python2.7 /home/ubuntu/bono_host_qvfp88/env/bin/diamond --configfile /home/ubuntu/bono_host_qvfp88/work/plugins/diamond/etc/diamond.conf ubuntu 1831 1649 0 07:13 ? 00:00:00 /home/ubuntu/bono_host_qvfp88/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_qvfp88 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_qvfp88 --logging-server-logdir=/home/ubuntu/bono_host_qvfp88/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88%I.log --pidfile=/home/ubuntu/bono_host_qvfp88/work/bono_host_qvfp88.pid ubuntu 1853 1831 0 07:13 ? 00:00:00 /home/ubuntu/bono_host_qvfp88/env/bin/python2.7 /home/ubuntu/bono_host_qvfp88/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-8xgY2y ubuntu 1864 1853 0 07:13 ? 00:00:00 /bin/sh -c /tmp/DBU6H/install-bono.sh ubuntu 1866 1864 0 07:13 ? 00:00:00 /bin/bash -e /tmp/DBU6H/install-bono.sh root 2653 2 0 07:15 ? 00:00:00 [kworker/u5:2] ntp 8147 1 0 07:15 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8657 1 0 07:16 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 8712 1 0 07:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8713 8712 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8720 1 0 07:16 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8721 8713 0 07:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8722 8720 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8728 8722 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8729 8728 0 07:16 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling bono 9014 1 0 07:16 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.10,bono-e7f4xz.clearwater.local --alias=172.30.9.200,bono-e7f4xz.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-e7f4xz.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 9829 1 0 07:17 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9892 1866 0 07:17 ? 00:00:00 /bin/bash -e /tmp/DBU6H/install-bono.sh ubuntu 9893 9892 0 07:17 ? 00:00:00 /bin/bash -e /tmp/DBU6H/install-bono.sh root 9894 9893 0 07:17 ? 00:00:00 sudo ps -edf root 9895 9894 0 07:17 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.008s 2018-11-19 07:17:25,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-11-19 07:17:25,974 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-11-19 07:17:25,975 - 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 9829/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1106/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8657/monit tcp 0 0 192.168.120.10:5058 0.0.0.0:* LISTEN 9014/bono tcp 0 0 192.168.120.10:5060 0.0.0.0:* LISTEN 9014/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9014/bono tcp6 0 0 ::1:53 :::* LISTEN 9829/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1106/sshd udp 0 0 192.168.120.10:123 0.0.0.0:* 8147/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8147/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8147/ntpd udp 0 0 192.168.120.10:5058 0.0.0.0:* 9014/bono udp 0 0 192.168.120.10:5060 0.0.0.0:* 9014/bono udp 0 0 0.0.0.0:54212 0.0.0.0:* 572/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9829/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient udp6 0 0 fe80::f816:3eff:fe4:123 :::* 8147/ntpd udp6 0 0 ::1:123 :::* 8147/ntpd udp6 0 0 :::123 :::* 8147/ntpd udp6 0 0 :::25336 :::* 572/dhclient udp6 0 0 ::1:53 :::* 9829/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20705 8721/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 16183 8729/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 11682 1649/python2.7 /tmp/cloudify-logging-server-17478.socket unix 2 [ ACC ] STREAM LISTENING 11170 1853/python2.7 /tmp/ctx-MvRYrE.socket unix 2 [ ACC ] STREAM LISTENING 1391 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9335 896/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 8848 1117/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 1718 395/systemd-udevd /run/udev/control real 0m0.008s user 0m0.004s sys 0m0.004s 2018-11-19 07:17:25,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:26,047 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:26,047 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:26 GMT 2018-11-19 07:17:26,048 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:26,049 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:26,049 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:31,054 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:31,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:31,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:31,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:31,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:26.199Z", "message": "[bono] => /var/log/sysstat/clearwater-sa19\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/bono/bono_err.log\n/var/log/bono/bono_out.log\n/var/log/bono/bono_20181119T070000Z.txt\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/kern.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/udev\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:26.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:26.199Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:26.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:26.199Z", "message": "[bono] => 2018:11:19 07:16:26: Namespace: management\n2018:11:19 07:16:26: [management] Starting server\n2018:11:19 07:16:26: [management] Listening for requests\n2018:11:19 07:16:26: Namespace: signaling\n2018:11:19 07:16:26: [signaling] Starting server\n2018:11:19 07:16:26: [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-11-19T07:17:26.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:26.199Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:26.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:27.214Z", "message": "[bono] => 2018-11-19 07:16:49.423505980 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-11-19T07:17:27.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:27.214Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:27.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:27.214Z", "message": "[bono] sudo cat /var/log/bono/bono_20181119T070000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:27.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:27.614Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:27.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:28.391Z", "message": "Execution done (return_code=0): /tmp/DBU6H/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:28.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:28.391Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:28.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a6489884-7dec-486e-927a-a826f902467c"}, {"node_instance_id": "bono_e7f4xz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:28.459Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:28.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:29.644Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:29.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:29.644Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:29.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1694, "offset": 1664, "size": 50}}} 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:31 GMT 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8270 2018-11-19 07:17:31,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:31,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/sysstat/clearwater-sa19 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/bono/bono_err.log /var/log/bono/bono_out.log /var/log/bono/bono_20181119T070000Z.txt /var/log/syslog /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/kern.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/udev /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd/clearwater-etcd-initd.log real 0m0.008s user 0m0.004s sys 0m0.003s 2018-11-19 07:17:31,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-11-19 07:17:31,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018:11:19 07:16:26: Namespace: management 2018:11:19 07:16:26: [management] Starting server 2018:11:19 07:16:26: [management] Listening for requests 2018:11:19 07:16:26: Namespace: signaling 2018:11:19 07:16:26: [signaling] Starting server 2018:11:19 07:16:26: [signaling] Listening for requests real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:17:31,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-11-19 07:17:31,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-11-19 07:16:49.423505980 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:17:31,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-11-19 07:17:31,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20181119T070000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-11-19 07:17:31,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:17:31,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/DBU6H/install-bono.sh 2018-11-19 07:17:31,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-11-19 07:17:31,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:17:31,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:17:31,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:17:31,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:31,953 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:31,953 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:31,953 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:31,953 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:31 GMT 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:31,954 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:36,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:37,205 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:37,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:31.922Z", "message": "Downloaded scripts/bind/bind.py to /tmp/N1FYE/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:31.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:32.574Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:32.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "[localhost] run: sudo mv /tmp/tmp5JKLMN /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "[localhost] run: sudo mv /tmp/tmpfh7Msz /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:33.847Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:33.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "572e5e67-9643-4b6b-ad6b-525d36943636"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:34.070Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:34.070Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:34.748Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:34.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:34.748Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:34.748Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:35.068Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2VNYH/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:35.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a333d6fd-db51-4b7c-acec-72ccb527907b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:35.068Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_623ev8/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:35.068Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a333d6fd-db51-4b7c-acec-72ccb527907b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:36.445Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:36.445Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1713, "offset": 1677, "size": 50}}} 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:37,206 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:37 GMT 2018-11-19 07:17:37,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:37,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10215 2018-11-19 07:17:37,207 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:37,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/N1FYE/bind.py 2018-11-19 07:17:37,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:17:37,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:17:37,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:17:37,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:17:37,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5JKLMN /etc/bind/db.clearwater.local 2018-11-19 07:17:37,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:17:37,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:17:37,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:17:37,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:17:37,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfh7Msz /etc/bind/db.clearwater.opnfv 2018-11-19 07:17:37,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:17:37,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:17:37,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:17:37,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:17:37,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/2VNYH/add-snmpproxy-collector.py 2018-11-19 07:17:37,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_623ev8/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-11-19 07:17:37,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:17:37,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:37,292 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:37,292 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:37,292 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:37,292 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:37,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:37 GMT 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:37,293 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:42,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:42,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:42,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:42,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:42,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1713, "offset": 1695, "size": 50}}} 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:42 GMT 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:17:42,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:42,739 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:42,801 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:42,801 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:42,801 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:42,801 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:42,801 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:42,802 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:42,802 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:42,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:42,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:42,802 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:42 GMT 2018-11-19 07:17:42,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:42,802 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:42,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:47,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:48,129 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:48,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:48,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:48,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:48,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:48,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:48,130 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:48,130 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:45.760Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-kk84cb\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 27 not upgraded.\nNeed to get 69.4 MB of archives.\nAfter this operation, 253 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]\nGet:2 http://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-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\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-162.212 [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 20s (3,349 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libaio1_0.3.109-4_amd64.deb ...\nUnpacking libaio1:amd64 (0.3.109-4) ...\nSelecting previously unselected package libasan0:amd64.\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package libdbi-perl.\nPreparing to unpack .../libdbi-perl_1.630-1_amd64.deb ...\nUnpacking libdbi-perl (1.630-1) ...\nSelecting previously unselected package libdbd-mysql-perl.\nPreparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ...\nUnpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ...\nSelecting previously unselected package libterm-readkey-perl.\nPreparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ...\nUnpacking libterm-readkey-perl (2.31-1) ...\nSelecting previously unselected package mysql-client-core-5.5.\nPreparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-client-5.5.\nPreparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-core-5.5.\nPreparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package mysql-server-5.5.\n(Reading database ... 51924 files and directories currently installed.)\nPreparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-162.212) ...\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 9261\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-162.212) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up libhtml-template-perl (2.95-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up mysql-server (5.5.62-0ubuntu0.14.04.1) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 10008\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.9) ...\nSetting up nginx (1.4.6-1ubuntu3.9) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...................................................................................................+++\n..................................+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up ellis (1.0-171213.182049) ...\nusermod: no changes\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/ellis/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting ellis\nCollecting six (from ellis)\nCollecting prctl (from ellis)\nCollecting MySQL-python (from ellis)\nCollecting metaswitchcommon (from ellis)\nCollecting phonenumbers (from ellis)\nCollecting py-bcrypt (from ellis)\nCollecting msgpack-python (from ellis)\nCollecting certifi (from ellis)\nCollecting backports-abc (from ellis)\nCollecting tornado (from ellis)\nCollecting backports.ssl-match-hostname (from ellis)\nCollecting singledispatch (from ellis)\nCollecting SQLAlchemy (from ellis)\nCollecting pycurl (from ellis)\nCollecting pycparser (from metaswitchcommon->ellis)\nCollecting cffi (from metaswitchcommon->ellis)\nCollecting pycrypto (from metaswitchcommon->ellis)\nCollecting monotonic (from metaswitchcommon->ellis)\nCollecting pyzmq (from metaswitchcommon->ellis)\nInstalling collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis\nSuccessfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t3m54.063s\nuser\t0m16.611s\nsys\t0m11.163s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:45.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:46.081Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:46.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}], "metadata": {"pagination": {"total": 1715, "offset": 1695, "size": 50}}} 2018-11-19 07:17:48,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:48,131 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:48 GMT 2018-11-19 07:17:48,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:48,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46520 2018-11-19 07:17:48,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:48,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-kk84cb 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 27 not upgraded. Need to get 69.4 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:2 http://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-infrastructure 1.0-171215.180814 [2,269 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:29 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] 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-162.212 [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 20s (3,349 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... Unpacking libaio1:amd64 (0.3.109-4) ... Selecting previously unselected package libasan0:amd64. Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package libdbi-perl. Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... Unpacking libdbi-perl (1.630-1) ... Selecting previously unselected package libdbd-mysql-perl. Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... Selecting previously unselected package libterm-readkey-perl. Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... Unpacking libterm-readkey-perl (2.31-1) ... Selecting previously unselected package mysql-client-core-5.5. Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-client-5.5. Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-core-5.5. Preparing to unpack .../mysql-server-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package mysql-server-5.5. (Reading database ... 51924 files and directories currently installed.) Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... 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 9261 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-162.212) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up libhtml-template-perl (2.95-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 10008 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.9) ... Setting up nginx (1.4.6-1ubuntu3.9) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...................................................................................................+++ ..................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up ellis (1.0-171213.182049) ... usermod: no changes Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/ellis/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting ellis Collecting six (from ellis) Collecting prctl (from ellis) Collecting MySQL-python (from ellis) Collecting metaswitchcommon (from ellis) Collecting phonenumbers (from ellis) Collecting py-bcrypt (from ellis) Collecting msgpack-python (from ellis) Collecting certifi (from ellis) Collecting backports-abc (from ellis) Collecting tornado (from ellis) Collecting backports.ssl-match-hostname (from ellis) Collecting singledispatch (from ellis) Collecting SQLAlchemy (from ellis) Collecting pycurl (from ellis) Collecting pycparser (from metaswitchcommon->ellis) Collecting cffi (from metaswitchcommon->ellis) Collecting pycrypto (from metaswitchcommon->ellis) Collecting monotonic (from metaswitchcommon->ellis) Collecting pyzmq (from metaswitchcommon->ellis) Installing collected packages: six, prctl, MySQL-python, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, phonenumbers, py-bcrypt, msgpack-python, certifi, backports-abc, tornado, backports.ssl-match-hostname, singledispatch, SQLAlchemy, pycurl, ellis Successfully installed MySQL-python-1.2.5 SQLAlchemy-1.0.9 backports-abc-0.5 backports.ssl-match-hostname-3.5.0.1 certifi-2017.4.17 cffi-1.10.0 ellis-0.1 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.6 phonenumbers-7.1.1 prctl-1.0.1 py-bcrypt-0.4 pycparser-2.18 pycrypto-2.6.1 pycurl-7.43.0 pyzmq-16.0.2 singledispatch-3.4.0.3 six-1.10.0 tornado-2.3 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 3m54.063s user 0m16.611s sys 0m11.163s 2018-11-19 07:17:48,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:17:48,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:48,203 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:48,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:48,203 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:48,203 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:48,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:48,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:48,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:48,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:48,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:48,204 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:48 GMT 2018-11-19 07:17:48,204 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:48,204 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:48,204 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:53,209 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:53,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:53,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:53,577 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:52.119Z", "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 22 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (13.3 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58174 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m38.082s\nuser\t0m12.302s\nsys\t0m2.847s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:52.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:53.089Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:53.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:53.089Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:53.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:53.089Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:53.089Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}], "metadata": {"pagination": {"total": 1719, "offset": 1697, "size": 50}}} 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:53 GMT 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15948 2018-11-19 07:17:53,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:53,579 - 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 22 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (13.3 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58174 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m38.082s user 0m12.302s sys 0m2.847s 2018-11-19 07:17:53,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-11-19 07:17:53,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-11-19 07:17:53,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-11-19 07:17:53,580 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:53,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:53,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:53,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:53 GMT 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:53,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:53,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:58,669 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:17:59,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:54.974Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.051s\nuser\t0m0.004s\nsys\t0m0.047s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:54.974Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:55.497Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:55.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:55.497Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:fa:a9:cb \n inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefa:a9cb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:111287 errors:0 dropped:0 overruns:0 frame:0\n TX packets:62035 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:171409995 (171.4 MB) TX bytes:10986946 (10.9 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:48 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:55.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:56.517Z", "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 9967/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1083/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9140/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9327/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9967/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1083/sshd \nudp 0 0 192.168.120.5:123 0.0.0.0:* 8621/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8621/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8621/ntpd \nudp 0 0 0.0.0.0:15948 0.0.0.0:* 569/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9967/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient \nudp6 0 0 fe80::f816:3eff:fef:123 :::* 8621/ntpd \nudp6 0 0 ::1:123 :::* 8621/ntpd \nudp6 0 0 :::123 :::* 8621/ntpd \nudp6 0 0 :::60032 :::* 569/dhclient \nudp6 0 0 ::1:53 :::* 9967/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11647 1650/python2.7 /tmp/cloudify-logging-server-23e3c.socket\nunix 2 [ ACC ] STREAM LISTENING 12072 1856/python2.7 /tmp/ctx-My3sVi.socket\nunix 2 [ ACC ] STREAM LISTENING 7069 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7303 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9360 1114/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9436 1226/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.003s\nsys\t0m0.003s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:56.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:56.517Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:56.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:56.517Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:56.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:56.517Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:56.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:56.517Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 07:09 ? 00:00:00 /sbin/init\nroot 2 0 0 07:09 ? 00:00:00 [kthreadd]\nroot 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 07:09 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 07:09 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 07:09 ? 00:00:00 [rcu_sched]\nroot 8 2 0 07:09 ? 00:00:00 [rcuos/0]\nroot 9 2 0 07:09 ? 00:00:00 [rcuos/1]\nroot 10 2 0 07:09 ? 00:00:00 [rcu_bh]\nroot 11 2 0 07:09 ? 00:00:00 [rcuob/0]\nroot 12 2 0 07:09 ? 00:00:00 [rcuob/1]\nroot 13 2 0 07:09 ? 00:00:00 [migration/0]\nroot 14 2 0 07:09 ? 00:00:00 [watchdog/0]\nroot 15 2 0 07:09 ? 00:00:00 [watchdog/1]\nroot 16 2 0 07:09 ? 00:00:00 [migration/1]\nroot 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 07:09 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 07:09 ? 00:00:00 [khelper]\nroot 21 2 0 07:09 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 07:09 ? 00:00:00 [netns]\nroot 23 2 0 07:09 ? 00:00:00 [writeback]\nroot 24 2 0 07:09 ? 00:00:00 [kintegrityd]\nroot 25 2 0 07:09 ? 00:00:00 [bioset]\nroot 26 2 0 07:09 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 07:09 ? 00:00:00 [kblockd]\nroot 28 2 0 07:09 ? 00:00:00 [ata_sff]\nroot 29 2 0 07:09 ? 00:00:00 [khubd]\nroot 30 2 0 07:09 ? 00:00:00 [md]\nroot 31 2 0 07:09 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 07:09 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 07:09 ? 00:00:00 [khungtaskd]\nroot 35 2 0 07:09 ? 00:00:00 [kswapd0]\nroot 36 2 0 07:09 ? 00:00:00 [vmstat]\nroot 37 2 0 07:09 ? 00:00:00 [ksmd]\nroot 38 2 0 07:09 ? 00:00:00 [khugepaged]\nroot 39 2 0 07:09 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 07:09 ? 00:00:00 [crypto]\nroot 53 2 0 07:09 ? 00:00:00 [kthrotld]\nroot 54 2 0 07:09 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 07:09 ? 00:00:00 [vballoon]\nroot 56 2 0 07:09 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 07:09 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 07:09 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 07:09 ? 00:00:00 [deferwq]\nroot 80 2 0 07:09 ? 00:00:00 [charger_manager]\nroot 123 2 0 07:09 ? 00:00:00 [kpsmoused]\nroot 142 2 0 07:09 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 07:09 ? 00:00:00 [kworker/u5:1]\nroot 489 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon\nroot 540 2 0 07:09 ? 00:00:00 [kworker/1:2]\nroot 569 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 07:09 ? 00:00:00 [kauditd]\nroot 934 1 0 07:09 ? 00:00:00 upstart-file-bridge --daemon\nroot 1029 1 0 07:09 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1032 1 0 07:09 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1036 1 0 07:09 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1037 1 0 07:09 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1039 1 0 07:09 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1083 1 0 07:09 ? 00:00:00 /usr/sbin/sshd -D\nroot 1084 1 0 07:09 ? 00:00:00 cron\ndaemon 1085 1 0 07:09 ? 00:00:00 atd\nroot 1094 1 0 07:09 ? 00:00:00 /usr/sbin/irqbalance\nroot 1114 1 0 07:09 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nsyslog 1149 1 0 07:09 ? 00:00:00 rsyslogd\nmessage+ 1226 1 0 07:09 ? 00:00:00 dbus-daemon --system --fork\nroot 1236 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1257 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1263 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 07:10 ? 00:00:00 /home/ubuntu/homer_host_4a9zx2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4a9zx2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4a9zx2 --logging-server-logdir=/home/ubuntu/homer_host_4a9zx2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2%I.log --pidfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2.pid\nubuntu 1764 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/homer_host_4a9zx2/env/bin/diamond --configfile /home/ubuntu/homer_host_4a9zx2/work/plugins/diamond/etc/diamond.conf\nubuntu 1836 1650 0 07:13 ? 00:00:00 /home/ubuntu/homer_host_4a9zx2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4a9zx2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4a9zx2 --logging-server-logdir=/home/ubuntu/homer_host_4a9zx2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2%I.log --pidfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2.pid\nubuntu 1856 1836 0 07:13 ? 00:00:00 /home/ubuntu/homer_host_4a9zx2/env/bin/python2.7 /home/ubuntu/homer_host_4a9zx2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-wN1rKv\nubuntu 1867 1856 0 07:13 ? 00:00:00 /bin/sh -c /tmp/9925O/install-homer.sh\nubuntu 1869 1867 0 07:13 ? 00:00:00 /bin/bash -e /tmp/9925O/install-homer.sh\nroot 1960 2 0 07:13 ? 00:00:00 [kworker/u5:2]\nntp 8621 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9140 1 0 07:16 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9199 1 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9203 9199 0 07:16 ? 00:00:00 inotifywait -e create -qq .\nroot 9327 1 0 07:17 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9328 9327 0 07:17 ? 00:00:00 nginx: worker process\nwww-data 9329 9327 0 07:17 ? 00:00:00 nginx: worker process\nwww-data 9330 9327 0 07:17 ? 00:00:00 nginx: worker process\nwww-data 9331 9327 0 07:17 ? 00:00:00 nginx: worker process\nroot 9803 9140 0 07:17 ? 00:00:00 [nginx_ping] \nroot 9805 9140 0 07:17 ? 00:00:00 [check-nginx-upt] \nroot 9806 9140 0 07:17 ? 00:00:00 [check-monit-upt] \ndnsmasq 9967 1 0 07:17 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10030 1869 0 07:17 ? 00:00:00 /bin/bash -e /tmp/9925O/install-homer.sh\nubuntu 10031 10030 0 07:17 ? 00:00:00 /bin/bash -e /tmp/9925O/install-homer.sh\nroot 10032 10031 0 07:17 ? 00:00:00 sudo ps -edf\nroot 10033 10032 0 07:17 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:56.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:57.716Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:57.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:57.716Z", "message": "[homer] => [19-Nov-2018 07:16:56 UTC] clearwater-diags-monitor starting\n[19-Nov-2018 07:16:56 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:57.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:57.716Z", "message": "[homer] => /var/log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa19\n/var/log/sysstat/sa19\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:57.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:58.696Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:58.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:58.725Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:58.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:58.725Z", "message": "[homer] => 2018-11-19 07:17:32.676415175 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.003s\nsys\t0m0.001s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:58.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:58.725Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:58.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:17:58.725Z", "message": "Execution done (return_code=0): /tmp/9925O/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:17:58.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7154fef5-7b76-4ecb-bcae-4301827e5b74"}], "metadata": {"pagination": {"total": 1738, "offset": 1701, "size": 50}}} 2018-11-19 07:17:59,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:59,194 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:59 GMT 2018-11-19 07:17:59,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:59,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21882 2018-11-19 07:17:59,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:17:59,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.051s user 0m0.004s sys 0m0.047s 2018-11-19 07:17:59,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-11-19 07:17:59,195 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:fa:a9:cb inet addr:192.168.120.5 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fefa:a9cb/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:111287 errors:0 dropped:0 overruns:0 frame:0 TX packets:62035 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171409995 (171.4 MB) TX bytes:10986946 (10.9 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:48 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4041 (4.0 KB) TX bytes:4041 (4.0 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-11-19 07:17:59,195 - 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 9967/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1083/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9140/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9327/nginx tcp6 0 0 ::1:53 :::* LISTEN 9967/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1083/sshd udp 0 0 192.168.120.5:123 0.0.0.0:* 8621/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8621/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8621/ntpd udp 0 0 0.0.0.0:15948 0.0.0.0:* 569/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9967/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient udp6 0 0 fe80::f816:3eff:fef:123 :::* 8621/ntpd udp6 0 0 ::1:123 :::* 8621/ntpd udp6 0 0 :::123 :::* 8621/ntpd udp6 0 0 :::60032 :::* 569/dhclient udp6 0 0 ::1:53 :::* 9967/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11647 1650/python2.7 /tmp/cloudify-logging-server-23e3c.socket unix 2 [ ACC ] STREAM LISTENING 12072 1856/python2.7 /tmp/ctx-My3sVi.socket unix 2 [ ACC ] STREAM LISTENING 7069 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7303 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9360 1114/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9436 1226/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.003s sys 0m0.003s 2018-11-19 07:17:59,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-11-19 07:17:59,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-11-19 07:17:59,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-11-19 07:17:59,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 07:09 ? 00:00:00 /sbin/init root 2 0 0 07:09 ? 00:00:00 [kthreadd] root 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0] root 5 2 0 07:09 ? 00:00:00 [kworker/0:0H] root 6 2 0 07:09 ? 00:00:00 [kworker/u4:0] root 7 2 0 07:09 ? 00:00:00 [rcu_sched] root 8 2 0 07:09 ? 00:00:00 [rcuos/0] root 9 2 0 07:09 ? 00:00:00 [rcuos/1] root 10 2 0 07:09 ? 00:00:00 [rcu_bh] root 11 2 0 07:09 ? 00:00:00 [rcuob/0] root 12 2 0 07:09 ? 00:00:00 [rcuob/1] root 13 2 0 07:09 ? 00:00:00 [migration/0] root 14 2 0 07:09 ? 00:00:00 [watchdog/0] root 15 2 0 07:09 ? 00:00:00 [watchdog/1] root 16 2 0 07:09 ? 00:00:00 [migration/1] root 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1] root 19 2 0 07:09 ? 00:00:00 [kworker/1:0H] root 20 2 0 07:09 ? 00:00:00 [khelper] root 21 2 0 07:09 ? 00:00:00 [kdevtmpfs] root 22 2 0 07:09 ? 00:00:00 [netns] root 23 2 0 07:09 ? 00:00:00 [writeback] root 24 2 0 07:09 ? 00:00:00 [kintegrityd] root 25 2 0 07:09 ? 00:00:00 [bioset] root 26 2 0 07:09 ? 00:00:00 [kworker/u5:0] root 27 2 0 07:09 ? 00:00:00 [kblockd] root 28 2 0 07:09 ? 00:00:00 [ata_sff] root 29 2 0 07:09 ? 00:00:00 [khubd] root 30 2 0 07:09 ? 00:00:00 [md] root 31 2 0 07:09 ? 00:00:00 [devfreq_wq] root 32 2 0 07:09 ? 00:00:00 [kworker/0:1] root 34 2 0 07:09 ? 00:00:00 [khungtaskd] root 35 2 0 07:09 ? 00:00:00 [kswapd0] root 36 2 0 07:09 ? 00:00:00 [vmstat] root 37 2 0 07:09 ? 00:00:00 [ksmd] root 38 2 0 07:09 ? 00:00:00 [khugepaged] root 39 2 0 07:09 ? 00:00:00 [fsnotify_mark] root 40 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 07:09 ? 00:00:00 [crypto] root 53 2 0 07:09 ? 00:00:00 [kthrotld] root 54 2 0 07:09 ? 00:00:00 [kworker/u4:1] root 55 2 0 07:09 ? 00:00:00 [vballoon] root 56 2 0 07:09 ? 00:00:00 [kworker/1:1] root 57 2 0 07:09 ? 00:00:00 [scsi_eh_0] root 58 2 0 07:09 ? 00:00:00 [scsi_eh_1] root 79 2 0 07:09 ? 00:00:00 [deferwq] root 80 2 0 07:09 ? 00:00:00 [charger_manager] root 123 2 0 07:09 ? 00:00:00 [kpsmoused] root 142 2 0 07:09 ? 00:00:00 [kworker/0:2] root 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 07:09 ? 00:00:00 [kworker/u5:1] root 489 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon root 540 2 0 07:09 ? 00:00:00 [kworker/1:2] root 569 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 07:09 ? 00:00:00 [kauditd] root 934 1 0 07:09 ? 00:00:00 upstart-file-bridge --daemon root 1029 1 0 07:09 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1032 1 0 07:09 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1036 1 0 07:09 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1037 1 0 07:09 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1039 1 0 07:09 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1083 1 0 07:09 ? 00:00:00 /usr/sbin/sshd -D root 1084 1 0 07:09 ? 00:00:00 cron daemon 1085 1 0 07:09 ? 00:00:00 atd root 1094 1 0 07:09 ? 00:00:00 /usr/sbin/irqbalance root 1114 1 0 07:09 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket syslog 1149 1 0 07:09 ? 00:00:00 rsyslogd message+ 1226 1 0 07:09 ? 00:00:00 dbus-daemon --system --fork root 1236 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-logind root 1257 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1263 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 07:10 ? 00:00:00 /home/ubuntu/homer_host_4a9zx2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4a9zx2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4a9zx2 --logging-server-logdir=/home/ubuntu/homer_host_4a9zx2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2%I.log --pidfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2.pid ubuntu 1764 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/homer_host_4a9zx2/env/bin/diamond --configfile /home/ubuntu/homer_host_4a9zx2/work/plugins/diamond/etc/diamond.conf ubuntu 1836 1650 0 07:13 ? 00:00:00 /home/ubuntu/homer_host_4a9zx2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_4a9zx2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_4a9zx2 --logging-server-logdir=/home/ubuntu/homer_host_4a9zx2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2%I.log --pidfile=/home/ubuntu/homer_host_4a9zx2/work/homer_host_4a9zx2.pid ubuntu 1856 1836 0 07:13 ? 00:00:00 /home/ubuntu/homer_host_4a9zx2/env/bin/python2.7 /home/ubuntu/homer_host_4a9zx2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-wN1rKv ubuntu 1867 1856 0 07:13 ? 00:00:00 /bin/sh -c /tmp/9925O/install-homer.sh ubuntu 1869 1867 0 07:13 ? 00:00:00 /bin/bash -e /tmp/9925O/install-homer.sh root 1960 2 0 07:13 ? 00:00:00 [kworker/u5:2] ntp 8621 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9140 1 0 07:16 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9199 1 0 07:16 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9203 9199 0 07:16 ? 00:00:00 inotifywait -e create -qq . root 9327 1 0 07:17 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9328 9327 0 07:17 ? 00:00:00 nginx: worker process www-data 9329 9327 0 07:17 ? 00:00:00 nginx: worker process www-data 9330 9327 0 07:17 ? 00:00:00 nginx: worker process www-data 9331 9327 0 07:17 ? 00:00:00 nginx: worker process root 9803 9140 0 07:17 ? 00:00:00 [nginx_ping] root 9805 9140 0 07:17 ? 00:00:00 [check-nginx-upt] root 9806 9140 0 07:17 ? 00:00:00 [check-monit-upt] dnsmasq 9967 1 0 07:17 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10030 1869 0 07:17 ? 00:00:00 /bin/bash -e /tmp/9925O/install-homer.sh ubuntu 10031 10030 0 07:17 ? 00:00:00 /bin/bash -e /tmp/9925O/install-homer.sh root 10032 10031 0 07:17 ? 00:00:00 sudo ps -edf root 10033 10032 0 07:17 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-11-19 07:17:59,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-11-19 07:17:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [19-Nov-2018 07:16:56 UTC] clearwater-diags-monitor starting [19-Nov-2018 07:16:56 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:17:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/sysstat /var/log/sysstat/clearwater-sa19 /var/log/sysstat/sa19 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.000s sys 0m0.005s 2018-11-19 07:17:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:17:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-11-19 07:17:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-11-19 07:17:32.676415175 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.003s sys 0m0.001s 2018-11-19 07:17:59,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-11-19 07:17:59,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/9925O/install-homer.sh 2018-11-19 07:17:59,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:17:59,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:17:59,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:17:59,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:17:59,329 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:17:59,329 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:17:59,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:17:59,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:17:59,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:17:59,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:17:59,330 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:17:59 GMT 2018-11-19 07:17:59,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:17:59,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:17:59,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:04,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:04,742 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_j9xnk0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:00.777Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:00.777Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:01.121Z", "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 27 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 6s (6,109 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57913 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m43.386s\nuser\t0m12.401s\nsys\t0m2.588s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:01.121Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:01.771Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:01.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:01.771Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:01.771Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:02.166Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:02.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:02.166Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:02.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:02.166Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:02.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "[localhost] run: sudo mv /tmp/tmpR3py0w /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:03.299Z", "message": "Downloaded scripts/bind/bind.py to /tmp/K5DO3/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:03.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:04.310Z", "message": "[localhost] run: sudo mv /tmp/tmpV_KJbL /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:04.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:04.310Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:04.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:04.310Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:04.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a8f287b1-b3ee-40bc-a572-05d6383420be"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:04.310Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:04.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:04.310Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.070s\nuser\t0m0.007s\nsys\t0m0.044s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:04.310Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:04.533Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:04.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1761, "offset": 1717, "size": 50}}} 2018-11-19 07:18:04,743 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:04,743 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:04 GMT 2018-11-19 07:18:04,743 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:04,743 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26037 2018-11-19 07:18:04,743 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:04,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:18:04,744 - 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 27 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:2 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 6s (6,109 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57913 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m43.386s user 0m12.401s sys 0m2.588s 2018-11-19 07:18:04,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:18:04,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:18:04,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-11-19 07:18:04,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-11-19 07:18:04,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-11-19 07:18:04,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:18:04,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:18:04,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:18:04,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:18:04,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:18:04,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:18:04,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpR3py0w /etc/bind/db.clearwater.local 2018-11-19 07:18:04,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:18:04,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/K5DO3/bind.py 2018-11-19 07:18:04,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpV_KJbL /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:04,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:04,747 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:18:04,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-11-19 07:18:04,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.070s user 0m0.007s sys 0m0.044s 2018-11-19 07:18:04,748 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:04,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:04,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:04,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:04,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:04 GMT 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:04,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:09,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:10,172 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:10,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:10,173 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:10,173 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:10,173 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:10,173 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:10,173 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:10,173 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:05.529Z", "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 9774/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1076/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9037/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9774/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1076/sshd \nudp 0 0 192.168.120.15:123 0.0.0.0:* 8459/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8459/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8459/ntpd \nudp 0 0 0.0.0.0:36441 0.0.0.0:* 586/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9774/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 8459/ntpd \nudp6 0 0 ::1:123 :::* 8459/ntpd \nudp6 0 0 :::123 :::* 8459/ntpd \nudp6 0 0 :::41256 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 9774/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8973 1099/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 841 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11267 1651/python2.7 /tmp/cloudify-logging-server-ba57a.socket\nunix 2 [ ACC ] STREAM LISTENING 12620 1857/python2.7 /tmp/ctx-wLqYw2.socket\nunix 2 [ ACC ] STREAM LISTENING 366 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9356 1160/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 20719 8998/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20722 9000/clearwater_soc /tmp/clearwater_signaling_namespace_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:05.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:05.529Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:05.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:05.529Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 07:09 ? 00:00:00 /sbin/init\nroot 2 0 0 07:09 ? 00:00:00 [kthreadd]\nroot 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 07:09 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 07:09 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 07:09 ? 00:00:00 [rcu_sched]\nroot 8 2 0 07:09 ? 00:00:00 [rcuos/0]\nroot 9 2 0 07:09 ? 00:00:00 [rcuos/1]\nroot 10 2 0 07:09 ? 00:00:00 [rcu_bh]\nroot 11 2 0 07:09 ? 00:00:00 [rcuob/0]\nroot 12 2 0 07:09 ? 00:00:00 [rcuob/1]\nroot 13 2 0 07:09 ? 00:00:00 [migration/0]\nroot 14 2 0 07:09 ? 00:00:00 [watchdog/0]\nroot 15 2 0 07:09 ? 00:00:00 [watchdog/1]\nroot 16 2 0 07:09 ? 00:00:00 [migration/1]\nroot 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 07:09 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 07:09 ? 00:00:00 [khelper]\nroot 21 2 0 07:09 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 07:09 ? 00:00:00 [netns]\nroot 23 2 0 07:09 ? 00:00:00 [writeback]\nroot 24 2 0 07:09 ? 00:00:00 [kintegrityd]\nroot 25 2 0 07:09 ? 00:00:00 [bioset]\nroot 26 2 0 07:09 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 07:09 ? 00:00:00 [kblockd]\nroot 28 2 0 07:09 ? 00:00:00 [ata_sff]\nroot 29 2 0 07:09 ? 00:00:00 [khubd]\nroot 30 2 0 07:09 ? 00:00:00 [md]\nroot 31 2 0 07:09 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 07:09 ? 00:00:00 [kworker/1:1]\nroot 34 2 0 07:09 ? 00:00:00 [khungtaskd]\nroot 35 2 0 07:09 ? 00:00:00 [kswapd0]\nroot 36 2 0 07:09 ? 00:00:00 [vmstat]\nroot 37 2 0 07:09 ? 00:00:00 [ksmd]\nroot 38 2 0 07:09 ? 00:00:00 [khugepaged]\nroot 39 2 0 07:09 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 07:09 ? 00:00:00 [crypto]\nroot 53 2 0 07:09 ? 00:00:00 [kthrotld]\nroot 54 2 0 07:09 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 07:09 ? 00:00:00 [vballoon]\nroot 56 2 0 07:09 ? 00:00:00 [kworker/0:1]\nroot 57 2 0 07:09 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 07:09 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 07:09 ? 00:00:00 [deferwq]\nroot 80 2 0 07:09 ? 00:00:00 [charger_manager]\nroot 124 2 0 07:09 ? 00:00:00 [kpsmoused]\nroot 126 2 0 07:09 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 444 2 0 07:09 ? 00:00:00 [kworker/u5:1]\nroot 502 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 07:09 ? 00:00:00 [kauditd]\nroot 948 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon\nroot 1029 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1032 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1036 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1037 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1039 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1076 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1083 1 0 07:10 ? 00:00:00 cron\ndaemon 1084 1 0 07:10 ? 00:00:00 atd\nroot 1099 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1100 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance\nmessage+ 1160 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork\nroot 1172 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1257 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1264 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1554 2 0 07:10 ? 00:00:00 [kworker/1:2]\nubuntu 1651 1 0 07:10 ? 00:00:00 /home/ubuntu/sprout_host_w1z2mn/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_w1z2mn --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_w1z2mn --logging-server-logdir=/home/ubuntu/sprout_host_w1z2mn/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn%I.log --pidfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn.pid\nubuntu 1765 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_w1z2mn/env/bin/diamond --configfile /home/ubuntu/sprout_host_w1z2mn/work/plugins/diamond/etc/diamond.conf\nubuntu 1837 1651 0 07:13 ? 00:00:00 /home/ubuntu/sprout_host_w1z2mn/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_w1z2mn --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_w1z2mn --logging-server-logdir=/home/ubuntu/sprout_host_w1z2mn/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn%I.log --pidfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn.pid\nubuntu 1857 1837 0 07:13 ? 00:00:00 /home/ubuntu/sprout_host_w1z2mn/env/bin/python2.7 /home/ubuntu/sprout_host_w1z2mn/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-S3F07E\nroot 1868 2 0 07:13 ? 00:00:00 [kworker/u5:2]\nubuntu 1871 1857 0 07:13 ? 00:00:00 /bin/sh -c /tmp/9UATA/install-sprout.sh\nubuntu 1872 1871 0 07:13 ? 00:00:00 /bin/bash -e /tmp/9UATA/install-sprout.sh\nntp 8459 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8947 1 0 07:16 ? 00:00:00 rsyslogd\nroot 8983 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8984 8983 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8988 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8989 8988 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8998 8984 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8999 8989 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9000 8999 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9037 1 0 07:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\ndnsmasq 9774 1 0 07:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 9837 1872 0 07:18 ? 00:00:00 /bin/bash -e /tmp/9UATA/install-sprout.sh\nubuntu 9838 9837 0 07:18 ? 00:00:00 /bin/bash -e /tmp/9UATA/install-sprout.sh\nroot 9839 9838 0 07:18 ? 00:00:00 sudo ps -edf\nroot 9840 9839 0 07:18 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.007s\nsys\t0m0.001s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:05.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:05.529Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ca:ed:39 \n inet addr:192.168.120.15 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feca:ed39/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:90035 errors:0 dropped:0 overruns:0 frame:0\n TX packets:59629 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:134125085 (134.1 MB) TX bytes:10988161 (10.9 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.003s\nsys\t0m0.002s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:05.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:05.529Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:05.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:05.529Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:05.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:06.551Z", "message": "[sprout] => 2018:11:19 07:17:01: Namespace: management\n2018:11:19 07:17:01: [management] Starting server\n2018:11:19 07:17:01: [management] Listening for requests\n2018:11:19 07:17:01: Namespace: signaling\n2018:11:19 07:17:01: [signaling] Starting server\n2018:11:19 07:17:01: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:06.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:06.551Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:06.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:06.551Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-v6cc7g\nReading package lists...\nBuilding dependency tree...\nReading state information...\nThe following extra packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7\n libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libquadmath0\n libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5\n libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3\n libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx\n nginx-common nginx-core ntp python-chardet-whl python-colorama\n python-colorama-whl python-distlib python-distlib-whl python-html5lib\n python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7\n python2.7-dev python2.7-minimal python3-pkg-resources ralf ralf-libs\n realpath snmpd sysstat\nSuggested packages:\n binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix\n mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales\n clearwater-logging clearwater-secure-connections debian-keyring g++-multilib\n g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf\n automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg\n libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg\n libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc\n libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config\n make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python2.7-doc\n binfmt-support python3-setuptools ralf-dbg isag\nRecommended packages:\n python-dev-all\nThe following NEW packages will be installed:\n binutils build-essential clearwater-diags-monitor clearwater-infrastructure\n clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd\n clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime\n dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core\n g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov\n inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl\n libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0\n libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev\n libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5\n libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1\n libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1\n libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18\n libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev\n libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev\n libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1\n libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev\n mysql-common nginx nginx-common nginx-core ntp python-chardet-whl\n python-colorama python-colorama-whl python-distlib python-distlib-whl\n python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl\n python-requests-whl python-setuptools python-setuptools-whl python-six-whl\n python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev\n python3-pkg-resources ralf ralf-libs realpath snmpd sysstat\nThe following packages will be upgraded:\n libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7\n python2.7-minimal\n5 upgraded, 116 newly installed, 0 to remove and 22 not upgraded.\nNeed to get 97.4 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:13 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:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:40 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:41 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:43 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB]\nGet:45 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:46 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:47 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:48 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:49 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:57 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:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:62 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:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:64 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:65 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:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:67 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:68 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:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB]\nGet:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB]\nGet:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB]\nGet:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB]\nGet:115 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:116 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:117 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:118 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:119 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:120 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:121 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\n\rExtracting templates from packages: 24%\rExtracting templates from packages: 49%\rExtracting templates from packages: 74%\rExtracting templates from packages: 99%\rExtracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 97.4 MB in 27s (3,528 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51321 files and directories currently installed.)\nPreparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libatomic1:amd64.\nPreparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libboost-system1.54.0:amd64.\nPreparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-filesystem1.54.0:amd64.\nPreparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libboost-regex1.54.0:amd64.\nPreparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...\nUnpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSelecting previously unselected package libgmp10:amd64.\nPreparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...\nUnpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSelecting previously unselected package libisl10:amd64.\nPreparing to unpack .../libisl10_0.12.2-1_amd64.deb ...\nUnpacking libisl10:amd64 (0.12.2-1) ...\nSelecting previously unselected package libcloog-isl4:amd64.\nPreparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...\nUnpacking libcloog-isl4:amd64 (0.18.2-1) ...\nSelecting previously unselected package libevent-core-2.0-5:amd64.\nPreparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package libevent-pthreads-2.0-5:amd64.\nPreparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ...\nUnpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSelecting previously unselected package fonts-dejavu-core.\nPreparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ...\nUnpacking fonts-dejavu-core (2.34-1ubuntu1) ...\nSelecting previously unselected package fontconfig-config.\nPreparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ...\nUnpacking fontconfig-config (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libfontconfig1:amd64.\nPreparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ...\nUnpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSelecting previously unselected package libjpeg-turbo8:amd64.\nPreparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ...\nUnpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSelecting previously unselected package libjpeg8:amd64.\nPreparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ...\nUnpacking libjpeg8:amd64 (8c-2ubuntu8) ...\nSelecting previously unselected package libjbig0:amd64.\nPreparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ...\nUnpacking libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSelecting previously unselected package libtiff5:amd64.\nPreparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ...\nUnpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSelecting previously unselected package libvpx1:amd64.\nPreparing to unpack .../libvpx1_1.3.0-2_amd64.deb ...\nUnpacking libvpx1:amd64 (1.3.0-2) ...\nSelecting previously unselected package libxpm4:amd64.\nPreparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ...\nUnpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSelecting previously unselected package libgd3:amd64.\nPreparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ...\nUnpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSelecting previously unselected package libgomp1:amd64.\nPreparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libitm1:amd64.\nPreparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libmpfr4:amd64.\nPreparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...\nUnpacking libmpfr4:amd64 (3.1.2-1) ...\nSelecting previously unselected package mysql-common.\nPreparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ...\nUnpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libmysqlclient18:amd64.\nPreparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ...\nUnpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSelecting previously unselected package libopts25:amd64.\nPreparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ...\nUnpacking libopts25:amd64 (1:5.18-2ubuntu2) ...\nSelecting previously unselected package libpgm-5.1-0:amd64.\nPreparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ...\nUnpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nPreparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nPreparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ...\nSelecting previously unselected package libc-dev-bin.\nPreparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc-dev-bin (2.19-0ubuntu6.14) ...\nSelecting previously unselected package linux-libc-dev:amd64.\nPreparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-162.212) ...\nSelecting previously unselected package libc6-dev:amd64.\nPreparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ...\nUnpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSelecting previously unselected package libexpat1-dev:amd64.\nPreparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ...\nUnpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSelecting previously unselected package libpython2.7-dev:amd64.\nPreparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package libquadmath0:amd64.\nPreparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libsctp1:amd64.\nPreparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ...\nUnpacking libsctp1:amd64 (1.0.15+dfsg-1) ...\nSelecting previously unselected package libsensors4:amd64.\nPreparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ...\nUnpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSelecting previously unselected package libperl5.18.\nPreparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ...\nUnpacking libperl5.18 (5.18.2-2ubuntu1.6) ...\nSelecting previously unselected package libsnmp-base.\nPreparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ...\nUnpacking libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libsnmp30:amd64.\nPreparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package libtsan0:amd64.\nPreparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package libxslt1.1:amd64.\nPreparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package libzmq3:amd64.\nPreparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package ntp.\nPreparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ...\nUnpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\nSelecting previously unselected package libmnl0:amd64.\nPreparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ...\nUnpacking libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSelecting previously unselected package libmpc3:amd64.\nPreparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...\nUnpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSelecting previously unselected package libnetfilter-conntrack3:amd64.\nPreparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ...\nUnpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSelecting previously unselected package binutils.\nPreparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ...\nUnpacking binutils (2.24-5ubuntu14.2) ...\nSelecting previously unselected package cpp-4.8.\nPreparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package cpp.\nPreparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking cpp (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libgcc-4.8-dev:amd64.\nPreparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc-4.8.\nPreparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package gcc.\nPreparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking gcc (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package libstdc++-4.8-dev:amd64.\nPreparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++-4.8.\nPreparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ...\nUnpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSelecting previously unselected package g++.\nPreparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...\nUnpacking g++ (4:4.8.2-1ubuntu6) ...\nSelecting previously unselected package make.\nPreparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...\nUnpacking make (3.81-8.2ubuntu3) ...\nSelecting previously unselected package libdpkg-perl.\nPreparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ...\nUnpacking libdpkg-perl (1.17.5ubuntu5.8) ...\nSelecting previously unselected package dpkg-dev.\nPreparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ...\nUnpacking dpkg-dev (1.17.5ubuntu5.8) ...\nSelecting previously unselected package build-essential.\nPreparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...\nUnpacking build-essential (11.6ubuntu6) ...\nSelecting previously unselected package libinotifytools0.\nPreparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ...\nUnpacking libinotifytools0 (3.14-1ubuntu1) ...\nSelecting previously unselected package inotify-tools.\nPreparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ...\nUnpacking inotify-tools (3.14-1ubuntu1) ...\nSelecting previously unselected package realpath.\nPreparing to unpack .../realpath_1.19_amd64.deb ...\nUnpacking realpath (1.19) ...\nSelecting previously unselected package sysstat.\nPreparing to unpack .../sysstat_10.2.0-1_amd64.deb ...\nUnpacking sysstat (10.2.0-1) ...\nSelecting previously unselected package dnsmasq-base.\nPreparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ...\nUnpacking dnsmasq-base (2.68-1ubuntu0.2) ...\nSelecting previously unselected package dnsmasq.\nPreparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ...\nUnpacking dnsmasq (2.68-1ubuntu0.2) ...\nSelecting previously unselected package python-setuptools.\nPreparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools (3.3-1ubuntu2) ...\nSelecting previously unselected package gnutls-bin.\nPreparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ...\nUnpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSelecting previously unselected package python-virtualenv.\nPreparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ...\nUnpacking python-virtualenv (1.11.4-1ubuntu1) ...\nSelecting previously unselected package clearwater-infrastructure.\nPreparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-infrastructure (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-monit.\nPreparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ...\nUnpacking clearwater-monit (5.18-171207.172716) ...\nSelecting previously unselected package iotop.\nPreparing to unpack .../archives/iotop_0.6-1_amd64.deb ...\nUnpacking iotop (0.6-1) ...\nSelecting previously unselected package clearwater-diags-monitor.\nPreparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ...\nUnpacking clearwater-diags-monitor (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-log-cleanup.\nPreparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ...\nUnpacking clearwater-log-cleanup (1.0-171215.180814) ...\nSelecting previously unselected package nginx-common.\nPreparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx-common (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx-core.\nPreparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ...\nUnpacking nginx-core (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package nginx.\nPreparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ...\nUnpacking nginx (1.4.6-1ubuntu3.9) ...\nSelecting previously unselected package clearwater-nginx.\nPreparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ...\nUnpacking clearwater-nginx (1.0-171012.111833) ...\nSelecting previously unselected package snmpd.\nPreparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ...\nUnpacking snmpd (5.7.3~dfsg-clearwater1) ...\nSelecting previously unselected package clearwater-snmpd.\nPreparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ...\nUnpacking clearwater-snmpd (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-socket-factory.\nPreparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ...\nUnpacking clearwater-socket-factory (1.0-171215.180814) ...\nSelecting previously unselected package clearwater-tcp-scalability.\nPreparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ...\nUnpacking clearwater-tcp-scalability (1.0-171215.180814) ...\nSelecting previously unselected package libxml2-dev:amd64.\nPreparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSelecting previously unselected package libxslt1-dev:amd64.\nPreparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ...\nUnpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSelecting previously unselected package python2.7-dev.\nPreparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ...\nUnpacking python2.7-dev (2.7.6-8ubuntu0.5) ...\nSelecting previously unselected package python-zmq.\nPreparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ...\nUnpacking python-zmq (14.0.1-1build2) ...\nSelecting previously unselected package libzmq3-dev:amd64.\nPreparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSelecting previously unselected package crest.\nPreparing to unpack .../crest_1.0-171213.182937_amd64.deb ...\nUnpacking crest (1.0-171213.182937) ...\nSelecting previously unselected package ralf-libs.\nPreparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ...\nUnpacking ralf-libs (1.0-171215.175140) ...\nSelecting previously unselected package ralf.\nPreparing to unpack .../ralf_1.0-171215.175140_amd64.deb ...\nUnpacking ralf (1.0-171215.175140) ...\nSelecting previously unselected package homestead-libs.\nPreparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ...\nUnpacking homestead-libs (1.0-171215.122632) ...\nSelecting previously unselected package python-netsnmp.\nPreparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ...\nUnpacking python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSelecting previously unselected package homestead.\nPreparing to unpack .../homestead_1.0-171215.122632_amd64.deb ...\nUnpacking homestead (1.0-171215.122632) ...\nSelecting previously unselected package homestead-prov.\nPreparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ...\nUnpacking homestead-prov (1.0-171213.182937) ...\nSelecting previously unselected package dime.\nPreparing to unpack .../dime_1.0-171215.180814_amd64.deb ...\nUnpacking dime (1.0-171215.180814) ...\nSelecting previously unselected package libfakeroot:amd64.\nPreparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking libfakeroot:amd64 (1.20-3ubuntu2) ...\nSelecting previously unselected package fakeroot.\nPreparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...\nUnpacking fakeroot (1.20-3ubuntu2) ...\nSelecting previously unselected package libalgorithm-diff-perl.\nPreparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...\nUnpacking libalgorithm-diff-perl (1.19.02-3) ...\nSelecting previously unselected package libalgorithm-diff-xs-perl.\nPreparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...\nUnpacking libalgorithm-diff-xs-perl (0.04-2build4) ...\nSelecting previously unselected package libalgorithm-merge-perl.\nPreparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...\nUnpacking libalgorithm-merge-perl (0.08-2) ...\nSelecting previously unselected package libfile-fcntllock-perl.\nPreparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...\nUnpacking libfile-fcntllock-perl (0.14-2build1) ...\nSelecting previously unselected package lksctp-tools.\nPreparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ...\nUnpacking lksctp-tools (1.0.15+dfsg-1) ...\nSelecting previously unselected package manpages-dev.\nPreparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...\nUnpacking manpages-dev (3.54-1ubuntu1) ...\nSelecting previously unselected package python3-pkg-resources.\nPreparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ...\nUnpacking python3-pkg-resources (3.3-1ubuntu2) ...\nSelecting previously unselected package python-chardet-whl.\nPreparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ...\nUnpacking python-chardet-whl (2.2.1-2~ubuntu1) ...\nSelecting previously unselected package python-colorama.\nPreparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-colorama-whl.\nPreparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ...\nUnpacking python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSelecting previously unselected package python-distlib.\nPreparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-distlib-whl.\nPreparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ...\nUnpacking python-distlib-whl (0.1.8-1ubuntu1) ...\nSelecting previously unselected package python-html5lib.\nPreparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-html5lib-whl.\nPreparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ...\nUnpacking python-html5lib-whl (0.999-3~ubuntu1) ...\nSelecting previously unselected package python-six-whl.\nPreparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ...\nUnpacking python-six-whl (1.5.2-1ubuntu1.1) ...\nSelecting previously unselected package python-urllib3-whl.\nPreparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ...\nUnpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSelecting previously unselected package python-requests-whl.\nPreparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ...\nUnpacking python-requests-whl (2.2.1-1ubuntu0.4) ...\nSelecting previously unselected package python-setuptools-whl.\nPreparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ...\nUnpacking python-setuptools-whl (3.3-1ubuntu2) ...\nSelecting previously unselected package python-pip-whl.\nPreparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip-whl (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-pip.\nPreparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ...\nUnpacking python-pip (1.5.4-1ubuntu4) ...\nSelecting previously unselected package python-wheel.\nPreparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ...\nUnpacking python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for man-db (2.6.7.1-1ubuntu1) ...\nProcessing triggers for mime-support (3.54ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ...\nSetting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...\nSetting up libisl10:amd64 (0.12.2-1) ...\nSetting up libcloog-isl4:amd64 (0.18.2-1) ...\nSetting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ...\nSetting up fonts-dejavu-core (2.34-1ubuntu1) ...\nSetting up fontconfig-config (2.11.0-0ubuntu4.2) ...\nSetting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ...\nSetting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ...\nSetting up libjpeg8:amd64 (8c-2ubuntu8) ...\nSetting up libjbig0:amd64 (2.0-2ubuntu4.1) ...\nSetting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ...\nSetting up libvpx1:amd64 (1.3.0-2) ...\nSetting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ...\nSetting up libgd3:amd64 (2.1.0-3ubuntu0.10) ...\nSetting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libmpfr4:amd64 (3.1.2-1) ...\nSetting up mysql-common (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ...\nSetting up libopts25:amd64 (1:5.18-2ubuntu2) ...\nSetting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ...\nSetting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7-minimal (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up python2.7 (2.7.6-8ubuntu0.5) ...\nSetting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up libc-dev-bin (2.19-0ubuntu6.14) ...\nSetting up linux-libc-dev:amd64 (3.13.0-162.212) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ...\nSetting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ...\nSetting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libsctp1:amd64 (1.0.15+dfsg-1) ...\nSetting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ...\nSetting up libperl5.18 (5.18.2-2ubuntu1.6) ...\nSetting up libsnmp-base (5.7.3~dfsg-clearwater1) ...\nSetting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ...\nSetting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ...\n * Starting NTP server ntpd\n ...done.\nSetting up libmnl0:amd64 (1.0.3-3ubuntu1) ...\nSetting up libmpc3:amd64 (1.0.1-1ubuntu1) ...\nSetting up libnetfilter-conntrack3:amd64 (1.0.4-1) ...\nSetting up binutils (2.24-5ubuntu14.2) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up cpp (4:4.8.2-1ubuntu6) ...\nSetting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up gcc (4:4.8.2-1ubuntu6) ...\nSetting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ...\nSetting up g++ (4:4.8.2-1ubuntu6) ...\nupdate-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode\nSetting up make (3.81-8.2ubuntu3) ...\nSetting up libdpkg-perl (1.17.5ubuntu5.8) ...\nSetting up dpkg-dev (1.17.5ubuntu5.8) ...\nSetting up build-essential (11.6ubuntu6) ...\nSetting up libinotifytools0 (3.14-1ubuntu1) ...\nSetting up inotify-tools (3.14-1ubuntu1) ...\nSetting up realpath (1.19) ...\nSetting up sysstat (10.2.0-1) ...\n\nCreating config file /etc/default/sysstat with new version\nupdate-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode\nSetting up dnsmasq-base (2.68-1ubuntu0.2) ...\nSetting up dnsmasq (2.68-1ubuntu0.2) ...\n * Starting DNS forwarder and DHCP server dnsmasq\n ...done.\nSetting up python-setuptools (3.3-1ubuntu2) ...\nSetting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ...\nSetting up python-virtualenv (1.11.4-1ubuntu1) ...\nSetting up iotop (0.6-1) ...\nSetting up nginx-common (1.4.6-1ubuntu3.9) ...\nSetting up snmpd (5.7.3~dfsg-clearwater1) ...\nupdate-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6)\n * Starting network management services:\nSetting up clearwater-tcp-scalability (1.0-171215.180814) ...\nSetting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ...\nSetting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ...\nSetting up python2.7-dev (2.7.6-8ubuntu0.5) ...\nSetting up python-zmq (14.0.1-1build2) ...\nSetting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ...\nSetting up ralf-libs (1.0-171215.175140) ...\nSetting up homestead-libs (1.0-171215.122632) ...\nSetting up python-netsnmp (5.7.2~dfsg-clearwater2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up lksctp-tools (1.0.15+dfsg-1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1.1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4.1) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.4) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1.1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nInstalling collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nreload: Unknown job: clearwater-monit\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 9527\nclearwater-socket-factory-sig start/running, process 9532\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9581\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\t4m14.845s\nuser\t0m22.488s\nsys\t0m14.502s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:06.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:06.551Z", "message": "[sprout] => /var/log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa19\n/var/log/dpkg.log\n/var/log/sprout\n/var/log/sprout/sprout_err.log\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_20181119T070000Z.txt\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.044s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:06.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:07.574Z", "message": "Execution done (return_code=0): /tmp/9UATA/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:07.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:07.574Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:07.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:07.574Z", "message": "[sprout] => 2018-11-19 07:17:42.897069407 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:07.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:07.574Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:07.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "4f69940e-eee6-4b6e-b64a-254fdcbf6675"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:07.574Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:07.574Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:08.012Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:08.012Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "sprout_hor8ui", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:09.272Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:09.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1781, "offset": 1739, "size": 50}}} 2018-11-19 07:18:10,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:10,174 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:10 GMT 2018-11-19 07:18:10,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:10,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84620 2018-11-19 07:18:10,174 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:10,176 - 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 9774/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1076/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9037/monit tcp6 0 0 ::1:53 :::* LISTEN 9774/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1076/sshd udp 0 0 192.168.120.15:123 0.0.0.0:* 8459/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8459/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8459/ntpd udp 0 0 0.0.0.0:36441 0.0.0.0:* 586/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9774/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fec:123 :::* 8459/ntpd udp6 0 0 ::1:123 :::* 8459/ntpd udp6 0 0 :::123 :::* 8459/ntpd udp6 0 0 :::41256 :::* 586/dhclient udp6 0 0 ::1:53 :::* 9774/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8973 1099/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 841 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11267 1651/python2.7 /tmp/cloudify-logging-server-ba57a.socket unix 2 [ ACC ] STREAM LISTENING 12620 1857/python2.7 /tmp/ctx-wLqYw2.socket unix 2 [ ACC ] STREAM LISTENING 366 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9356 1160/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 20719 8998/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20722 9000/clearwater_soc /tmp/clearwater_signaling_namespace_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-19 07:18:10,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-11-19 07:18:10,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 07:09 ? 00:00:00 /sbin/init root 2 0 0 07:09 ? 00:00:00 [kthreadd] root 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0] root 5 2 0 07:09 ? 00:00:00 [kworker/0:0H] root 6 2 0 07:09 ? 00:00:00 [kworker/u4:0] root 7 2 0 07:09 ? 00:00:00 [rcu_sched] root 8 2 0 07:09 ? 00:00:00 [rcuos/0] root 9 2 0 07:09 ? 00:00:00 [rcuos/1] root 10 2 0 07:09 ? 00:00:00 [rcu_bh] root 11 2 0 07:09 ? 00:00:00 [rcuob/0] root 12 2 0 07:09 ? 00:00:00 [rcuob/1] root 13 2 0 07:09 ? 00:00:00 [migration/0] root 14 2 0 07:09 ? 00:00:00 [watchdog/0] root 15 2 0 07:09 ? 00:00:00 [watchdog/1] root 16 2 0 07:09 ? 00:00:00 [migration/1] root 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1] root 19 2 0 07:09 ? 00:00:00 [kworker/1:0H] root 20 2 0 07:09 ? 00:00:00 [khelper] root 21 2 0 07:09 ? 00:00:00 [kdevtmpfs] root 22 2 0 07:09 ? 00:00:00 [netns] root 23 2 0 07:09 ? 00:00:00 [writeback] root 24 2 0 07:09 ? 00:00:00 [kintegrityd] root 25 2 0 07:09 ? 00:00:00 [bioset] root 26 2 0 07:09 ? 00:00:00 [kworker/u5:0] root 27 2 0 07:09 ? 00:00:00 [kblockd] root 28 2 0 07:09 ? 00:00:00 [ata_sff] root 29 2 0 07:09 ? 00:00:00 [khubd] root 30 2 0 07:09 ? 00:00:00 [md] root 31 2 0 07:09 ? 00:00:00 [devfreq_wq] root 32 2 0 07:09 ? 00:00:00 [kworker/1:1] root 34 2 0 07:09 ? 00:00:00 [khungtaskd] root 35 2 0 07:09 ? 00:00:00 [kswapd0] root 36 2 0 07:09 ? 00:00:00 [vmstat] root 37 2 0 07:09 ? 00:00:00 [ksmd] root 38 2 0 07:09 ? 00:00:00 [khugepaged] root 39 2 0 07:09 ? 00:00:00 [fsnotify_mark] root 40 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 07:09 ? 00:00:00 [crypto] root 53 2 0 07:09 ? 00:00:00 [kthrotld] root 54 2 0 07:09 ? 00:00:00 [kworker/u4:1] root 55 2 0 07:09 ? 00:00:00 [vballoon] root 56 2 0 07:09 ? 00:00:00 [kworker/0:1] root 57 2 0 07:09 ? 00:00:00 [scsi_eh_0] root 58 2 0 07:09 ? 00:00:00 [scsi_eh_1] root 79 2 0 07:09 ? 00:00:00 [deferwq] root 80 2 0 07:09 ? 00:00:00 [charger_manager] root 124 2 0 07:09 ? 00:00:00 [kpsmoused] root 126 2 0 07:09 ? 00:00:00 [kworker/0:2] root 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 444 2 0 07:09 ? 00:00:00 [kworker/u5:1] root 502 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 07:09 ? 00:00:00 [kauditd] root 948 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon root 1029 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1032 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1036 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1037 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1039 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1076 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D root 1083 1 0 07:10 ? 00:00:00 cron daemon 1084 1 0 07:10 ? 00:00:00 atd root 1099 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1100 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance message+ 1160 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork root 1172 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind root 1257 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1264 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1554 2 0 07:10 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 07:10 ? 00:00:00 /home/ubuntu/sprout_host_w1z2mn/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_w1z2mn --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_w1z2mn --logging-server-logdir=/home/ubuntu/sprout_host_w1z2mn/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn%I.log --pidfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn.pid ubuntu 1765 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/sprout_host_w1z2mn/env/bin/diamond --configfile /home/ubuntu/sprout_host_w1z2mn/work/plugins/diamond/etc/diamond.conf ubuntu 1837 1651 0 07:13 ? 00:00:00 /home/ubuntu/sprout_host_w1z2mn/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_w1z2mn --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_w1z2mn --logging-server-logdir=/home/ubuntu/sprout_host_w1z2mn/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn%I.log --pidfile=/home/ubuntu/sprout_host_w1z2mn/work/sprout_host_w1z2mn.pid ubuntu 1857 1837 0 07:13 ? 00:00:00 /home/ubuntu/sprout_host_w1z2mn/env/bin/python2.7 /home/ubuntu/sprout_host_w1z2mn/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-S3F07E root 1868 2 0 07:13 ? 00:00:00 [kworker/u5:2] ubuntu 1871 1857 0 07:13 ? 00:00:00 /bin/sh -c /tmp/9UATA/install-sprout.sh ubuntu 1872 1871 0 07:13 ? 00:00:00 /bin/bash -e /tmp/9UATA/install-sprout.sh ntp 8459 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8947 1 0 07:16 ? 00:00:00 rsyslogd root 8983 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8984 8983 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8988 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8989 8988 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8998 8984 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8999 8989 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9000 8999 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9037 1 0 07:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc dnsmasq 9774 1 0 07:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 9837 1872 0 07:18 ? 00:00:00 /bin/bash -e /tmp/9UATA/install-sprout.sh ubuntu 9838 9837 0 07:18 ? 00:00:00 /bin/bash -e /tmp/9UATA/install-sprout.sh root 9839 9838 0 07:18 ? 00:00:00 sudo ps -edf root 9840 9839 0 07:18 ? 00:00:00 ps -edf real 0m0.008s user 0m0.007s sys 0m0.001s 2018-11-19 07:18:10,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ca:ed:39 inet addr:192.168.120.15 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feca:ed39/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:90035 errors:0 dropped:0 overruns:0 frame:0 TX packets:59629 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:134125085 (134.1 MB) TX bytes:10988161 (10.9 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.003s sys 0m0.002s 2018-11-19 07:18:10,177 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-11-19 07:18:10,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-11-19 07:18:10,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:11:19 07:17:01: Namespace: management 2018:11:19 07:17:01: [management] Starting server 2018:11:19 07:17:01: [management] Listening for requests 2018:11:19 07:17:01: Namespace: signaling 2018:11:19 07:17:01: [signaling] Starting server 2018:11:19 07:17:01: [signaling] Listening for requests real 0m0.005s user 0m0.001s sys 0m0.004s 2018-11-19 07:18:10,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-11-19 07:18:10,178 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-v6cc7g Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7 python2.7-dev python2.7-minimal python3-pkg-resources ralf ralf-libs realpath snmpd sysstat Suggested packages: binutils-doc clearwater-auto-config clearwater-auto-upgrade exim4 postfix mail-transport-agent clearwater-snmp-handler-alarm cpp-doc gcc-4.8-locales clearwater-logging clearwater-secure-connections debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg libquadmath0-dbg homestead-dbg clearwater-snmp-alarm-agent glibc-doc libgd-tools lm-sensors snmp-mibs-downloader libstdc++-4.8-doc pkg-config make-doc fcgiwrap nginx-doc ntp-doc python-genshi python-lxml python2.7-doc binfmt-support python3-setuptools ralf-dbg isag Recommended packages: python-dev-all The following NEW packages will be installed: binutils build-essential clearwater-diags-monitor clearwater-infrastructure clearwater-log-cleanup clearwater-monit clearwater-nginx clearwater-snmpd clearwater-socket-factory clearwater-tcp-scalability cpp cpp-4.8 crest dime dnsmasq dnsmasq-base dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 gnutls-bin homestead homestead-libs homestead-prov inotify-tools iotop libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libatomic1 libboost-filesystem1.54.0 libboost-regex1.54.0 libboost-system1.54.0 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl libevent-core-2.0-5 libevent-pthreads-2.0-5 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-4.8-dev libgd3 libgmp10 libgomp1 libinotifytools0 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libmnl0 libmpc3 libmpfr4 libmysqlclient18 libnetfilter-conntrack3 libopts25 libperl5.18 libpgm-5.1-0 libpython2.7-dev libquadmath0 libsctp1 libsensors4 libsnmp-base libsnmp30 libstdc++-4.8-dev libtiff5 libtsan0 libvpx1 libxml2-dev libxpm4 libxslt1-dev libxslt1.1 libzmq3 libzmq3-dev linux-libc-dev lksctp-tools make manpages-dev mysql-common nginx nginx-common nginx-core ntp python-chardet-whl python-colorama python-colorama-whl python-distlib python-distlib-whl python-html5lib python-html5lib-whl python-netsnmp python-pip python-pip-whl python-requests-whl python-setuptools python-setuptools-whl python-six-whl python-urllib3-whl python-virtualenv python-wheel python-zmq python2.7-dev python3-pkg-resources ralf ralf-libs realpath snmpd sysstat The following packages will be upgraded: libpython2.7 libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal 5 upgraded, 116 newly installed, 0 to remove and 22 not upgraded. Need to get 97.4 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:13 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:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.62-0ubuntu0.14.04.1 [598 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.5 [197 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.5 [1,041 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.5 [1,872 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.5 [1,186 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.5 [308 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:40 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:41 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:43 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.5 [22.0 MB] Get:45 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:46 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:47 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:48 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:49 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9,226 B] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:57 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:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:62 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:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:64 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:65 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:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:67 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:68 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:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1,485 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.9 [18.9 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.9 [325 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.9 [5,418 B] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.13 [630 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1-dev amd64 1.1.28-2ubuntu0.1 [406 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.5 [269 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe python-zmq amd64 14.0.1-1build2 [175 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3-dev amd64 4.0.4+dfsg-2ubuntu0.1 [254 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1.1 [10.6 kB] Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] Get:115 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:116 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:117 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:118 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:119 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:120 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:121 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Extracting templates from packages: 24% Extracting templates from packages: 49% Extracting templates from packages: 74% Extracting templates from packages: 99% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 97.4 MB in 27s (3,528 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51321 files and directories currently installed.) Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libboost-system1.54.0:amd64. Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-filesystem1.54.0:amd64. Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libboost-regex1.54.0:amd64. Preparing to unpack .../libboost-regex1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... Unpacking libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... Unpacking libisl10:amd64 (0.12.2-1) ... Selecting previously unselected package libcloog-isl4:amd64. Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... Unpacking libcloog-isl4:amd64 (0.18.2-1) ... Selecting previously unselected package libevent-core-2.0-5:amd64. Preparing to unpack .../libevent-core-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package libevent-pthreads-2.0-5:amd64. Preparing to unpack .../libevent-pthreads-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb ... Unpacking libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Selecting previously unselected package libvpx1:amd64. Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... Unpacking libvpx1:amd64 (1.3.0-2) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../libgd3_2.1.0-3ubuntu0.10_amd64.deb ... Unpacking libgd3:amd64 (2.1.0-3ubuntu0.10) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libmpfr4:amd64. Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... Unpacking libmpfr4:amd64 (3.1.2-1) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libmysqlclient18:amd64. Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../libopts25_1%3a5.18-2ubuntu2_amd64.deb ... Unpacking libopts25:amd64 (1:5.18-2ubuntu2) ... Selecting previously unselected package libpgm-5.1-0:amd64. Preparing to unpack .../libpgm-5.1-0_5.1.118-1~dfsg-0.1ubuntu3_amd64.deb ... Unpacking libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Preparing to unpack .../python2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-minimal (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) over (2.7.6-8ubuntu0.4) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../libsensors4_1%3a3.3.4-2ubuntu1_amd64.deb ... Unpacking libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Selecting previously unselected package libperl5.18. Preparing to unpack .../libperl5.18_5.18.2-2ubuntu1.6_amd64.deb ... Unpacking libperl5.18 (5.18.2-2ubuntu1.6) ... Selecting previously unselected package libsnmp-base. Preparing to unpack .../libsnmp-base_5.7.3~dfsg-clearwater1_all.deb ... Unpacking libsnmp-base (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libsnmp30:amd64. Preparing to unpack .../libsnmp30_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package libzmq3:amd64. Preparing to unpack .../libzmq3_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package ntp. Preparing to unpack .../ntp_1%3a4.2.6.p5+dfsg-3ubuntu2.14.04.13_amd64.deb ... Unpacking ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... Selecting previously unselected package libmnl0:amd64. Preparing to unpack .../libmnl0_1.0.3-3ubuntu1_amd64.deb ... Unpacking libmnl0:amd64 (1.0.3-3ubuntu1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... Selecting previously unselected package libnetfilter-conntrack3:amd64. Preparing to unpack .../libnetfilter-conntrack3_1.0.4-1_amd64.deb ... Unpacking libnetfilter-conntrack3:amd64 (1.0.4-1) ... Selecting previously unselected package binutils. Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... Unpacking binutils (2.24-5ubuntu14.2) ... Selecting previously unselected package cpp-4.8. Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking cpp (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libgcc-4.8-dev:amd64. Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc-4.8. Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking gcc (4:4.8.2-1ubuntu6) ... Selecting previously unselected package libstdc++-4.8-dev:amd64. Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++-4.8. Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... Unpacking g++ (4:4.8.2-1ubuntu6) ... Selecting previously unselected package make. Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... Unpacking make (3.81-8.2ubuntu3) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... Unpacking dpkg-dev (1.17.5ubuntu5.8) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... Unpacking build-essential (11.6ubuntu6) ... Selecting previously unselected package libinotifytools0. Preparing to unpack .../libinotifytools0_3.14-1ubuntu1_amd64.deb ... Unpacking libinotifytools0 (3.14-1ubuntu1) ... Selecting previously unselected package inotify-tools. Preparing to unpack .../inotify-tools_3.14-1ubuntu1_amd64.deb ... Unpacking inotify-tools (3.14-1ubuntu1) ... Selecting previously unselected package realpath. Preparing to unpack .../realpath_1.19_amd64.deb ... Unpacking realpath (1.19) ... Selecting previously unselected package sysstat. Preparing to unpack .../sysstat_10.2.0-1_amd64.deb ... Unpacking sysstat (10.2.0-1) ... Selecting previously unselected package dnsmasq-base. Preparing to unpack .../dnsmasq-base_2.68-1ubuntu0.2_amd64.deb ... Unpacking dnsmasq-base (2.68-1ubuntu0.2) ... Selecting previously unselected package dnsmasq. Preparing to unpack .../dnsmasq_2.68-1ubuntu0.2_all.deb ... Unpacking dnsmasq (2.68-1ubuntu0.2) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools (3.3-1ubuntu2) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../gnutls-bin_3.0.11+really2.12.23-12ubuntu2.8_amd64.deb ... Unpacking gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Selecting previously unselected package python-virtualenv. Preparing to unpack .../python-virtualenv_1.11.4-1ubuntu1_all.deb ... Unpacking python-virtualenv (1.11.4-1ubuntu1) ... Selecting previously unselected package clearwater-infrastructure. Preparing to unpack .../clearwater-infrastructure_1.0-171215.180814_amd64.deb ... Unpacking clearwater-infrastructure (1.0-171215.180814) ... Selecting previously unselected package clearwater-monit. Preparing to unpack .../clearwater-monit_5.18-171207.172716_amd64.deb ... Unpacking clearwater-monit (5.18-171207.172716) ... Selecting previously unselected package iotop. Preparing to unpack .../archives/iotop_0.6-1_amd64.deb ... Unpacking iotop (0.6-1) ... Selecting previously unselected package clearwater-diags-monitor. Preparing to unpack .../clearwater-diags-monitor_1.0-171215.180814_all.deb ... Unpacking clearwater-diags-monitor (1.0-171215.180814) ... Selecting previously unselected package clearwater-log-cleanup. Preparing to unpack .../clearwater-log-cleanup_1.0-171215.180814_all.deb ... Unpacking clearwater-log-cleanup (1.0-171215.180814) ... Selecting previously unselected package nginx-common. Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx-common (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx-core. Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.9_amd64.deb ... Unpacking nginx-core (1.4.6-1ubuntu3.9) ... Selecting previously unselected package nginx. Preparing to unpack .../nginx_1.4.6-1ubuntu3.9_all.deb ... Unpacking nginx (1.4.6-1ubuntu3.9) ... Selecting previously unselected package clearwater-nginx. Preparing to unpack .../clearwater-nginx_1.0-171012.111833_all.deb ... Unpacking clearwater-nginx (1.0-171012.111833) ... Selecting previously unselected package snmpd. Preparing to unpack .../snmpd_5.7.3~dfsg-clearwater1_amd64.deb ... Unpacking snmpd (5.7.3~dfsg-clearwater1) ... Selecting previously unselected package clearwater-snmpd. Preparing to unpack .../clearwater-snmpd_1.0-171215.180814_all.deb ... Unpacking clearwater-snmpd (1.0-171215.180814) ... Selecting previously unselected package clearwater-socket-factory. Preparing to unpack .../clearwater-socket-factory_1.0-171215.180814_amd64.deb ... Unpacking clearwater-socket-factory (1.0-171215.180814) ... Selecting previously unselected package clearwater-tcp-scalability. Preparing to unpack .../clearwater-tcp-scalability_1.0-171215.180814_all.deb ... Unpacking clearwater-tcp-scalability (1.0-171215.180814) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Selecting previously unselected package libxslt1-dev:amd64. Preparing to unpack .../libxslt1-dev_1.1.28-2ubuntu0.1_amd64.deb ... Unpacking libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... Selecting previously unselected package python-zmq. Preparing to unpack .../python-zmq_14.0.1-1build2_amd64.deb ... Unpacking python-zmq (14.0.1-1build2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../libzmq3-dev_4.0.4+dfsg-2ubuntu0.1_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Selecting previously unselected package crest. Preparing to unpack .../crest_1.0-171213.182937_amd64.deb ... Unpacking crest (1.0-171213.182937) ... Selecting previously unselected package ralf-libs. Preparing to unpack .../ralf-libs_1.0-171215.175140_amd64.deb ... Unpacking ralf-libs (1.0-171215.175140) ... Selecting previously unselected package ralf. Preparing to unpack .../ralf_1.0-171215.175140_amd64.deb ... Unpacking ralf (1.0-171215.175140) ... Selecting previously unselected package homestead-libs. Preparing to unpack .../homestead-libs_1.0-171215.122632_amd64.deb ... Unpacking homestead-libs (1.0-171215.122632) ... Selecting previously unselected package python-netsnmp. Preparing to unpack .../python-netsnmp_5.7.2~dfsg-clearwater2_amd64.deb ... Unpacking python-netsnmp (5.7.2~dfsg-clearwater2) ... Selecting previously unselected package homestead. Preparing to unpack .../homestead_1.0-171215.122632_amd64.deb ... Unpacking homestead (1.0-171215.122632) ... Selecting previously unselected package homestead-prov. Preparing to unpack .../homestead-prov_1.0-171213.182937_amd64.deb ... Unpacking homestead-prov (1.0-171213.182937) ... Selecting previously unselected package dime. Preparing to unpack .../dime_1.0-171215.180814_amd64.deb ... Unpacking dime (1.0-171215.180814) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... Unpacking fakeroot (1.20-3ubuntu2) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... Unpacking libalgorithm-diff-perl (1.19.02-3) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... Unpacking libalgorithm-merge-perl (0.08-2) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... Unpacking libfile-fcntllock-perl (0.14-2build1) ... Selecting previously unselected package lksctp-tools. Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... Unpacking lksctp-tools (1.0.15+dfsg-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... Unpacking manpages-dev (3.54-1ubuntu1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... Unpacking python3-pkg-resources (3.3-1ubuntu2) ... Selecting previously unselected package python-chardet-whl. Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... Selecting previously unselected package python-colorama. Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-colorama-whl. Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... Selecting previously unselected package python-distlib. Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib (0.1.8-1ubuntu1) ... Selecting previously unselected package python-distlib-whl. Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... Selecting previously unselected package python-html5lib. Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib (0.999-3~ubuntu1) ... Selecting previously unselected package python-html5lib-whl. Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... Selecting previously unselected package python-six-whl. Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... Selecting previously unselected package python-urllib3-whl. Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... Selecting previously unselected package python-requests-whl. Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... Selecting previously unselected package python-setuptools-whl. Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... Unpacking python-setuptools-whl (3.3-1ubuntu2) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip-whl (1.5.4-1ubuntu4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... Unpacking python-pip (1.5.4-1ubuntu4) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Processing triggers for mime-support (3.54ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libboost-regex1.54.0:amd64 (1.54.0-4ubuntu3.1) ... Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... Setting up libisl10:amd64 (0.12.2-1) ... Setting up libcloog-isl4:amd64 (0.18.2-1) ... Setting up libevent-core-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up libevent-pthreads-2.0-5:amd64 (2.0.21-stable-1ubuntu1.14.04.2) ... Setting up fonts-dejavu-core (2.34-1ubuntu1) ... Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... Setting up libvpx1:amd64 (1.3.0-2) ... Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... Setting up libgd3:amd64 (2.1.0-3ubuntu0.10) ... Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libmpfr4:amd64 (3.1.2-1) ... Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... Setting up libopts25:amd64 (1:5.18-2ubuntu2) ... Setting up libpgm-5.1-0:amd64 (5.1.118-1~dfsg-0.1ubuntu3) ... Setting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7-minimal (2.7.6-8ubuntu0.5) ... Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.5) ... Setting up python2.7 (2.7.6-8ubuntu0.5) ... Setting up libpython2.7:amd64 (2.7.6-8ubuntu0.5) ... Setting up libc-dev-bin (2.19-0ubuntu6.14) ... Setting up linux-libc-dev:amd64 (3.13.0-162.212) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... Setting up libsensors4:amd64 (1:3.3.4-2ubuntu1) ... Setting up libperl5.18 (5.18.2-2ubuntu1.6) ... Setting up libsnmp-base (5.7.3~dfsg-clearwater1) ... Setting up libsnmp30:amd64 (5.7.3~dfsg-clearwater1) ... Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... Setting up libzmq3:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ntp (1:4.2.6.p5+dfsg-3ubuntu2.14.04.13) ... * Starting NTP server ntpd ...done. Setting up libmnl0:amd64 (1.0.3-3ubuntu1) ... Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... Setting up libnetfilter-conntrack3:amd64 (1.0.4-1) ... Setting up binutils (2.24-5ubuntu14.2) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up cpp (4:4.8.2-1ubuntu6) ... Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up gcc (4:4.8.2-1ubuntu6) ... Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... Setting up g++ (4:4.8.2-1ubuntu6) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (3.81-8.2ubuntu3) ... Setting up libdpkg-perl (1.17.5ubuntu5.8) ... Setting up dpkg-dev (1.17.5ubuntu5.8) ... Setting up build-essential (11.6ubuntu6) ... Setting up libinotifytools0 (3.14-1ubuntu1) ... Setting up inotify-tools (3.14-1ubuntu1) ... Setting up realpath (1.19) ... Setting up sysstat (10.2.0-1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up dnsmasq-base (2.68-1ubuntu0.2) ... Setting up dnsmasq (2.68-1ubuntu0.2) ... * Starting DNS forwarder and DHCP server dnsmasq ...done. Setting up python-setuptools (3.3-1ubuntu2) ... Setting up gnutls-bin (3.0.11+really2.12.23-12ubuntu2.8) ... Setting up python-virtualenv (1.11.4-1ubuntu1) ... Setting up iotop (0.6-1) ... Setting up nginx-common (1.4.6-1ubuntu3.9) ... Setting up snmpd (5.7.3~dfsg-clearwater1) ... update-rc.d: warning: stop runlevel arguments (1) do not match snmpd Default-Stop values (0 1 6) * Starting network management services: Setting up clearwater-tcp-scalability (1.0-171215.180814) ... Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... Setting up libxslt1-dev:amd64 (1.1.28-2ubuntu0.1) ... Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... Setting up python-zmq (14.0.1-1build2) ... Setting up libzmq3-dev:amd64 (4.0.4+dfsg-2ubuntu0.1) ... Setting up ralf-libs (1.0-171215.175140) ... Setting up homestead-libs (1.0-171215.122632) ... Setting up python-netsnmp (5.7.2~dfsg-clearwater2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up lksctp-tools (1.0.15+dfsg-1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1.1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1.1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Installing collected packages: dnspython, pathlib, contextlib2, argparse, nsenter, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. reload: Unknown job: clearwater-monit Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 9527 clearwater-socket-factory-sig start/running, process 9532 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9581 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 4m14.845s user 0m22.488s sys 0m14.502s 2018-11-19 07:18:10,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/sysstat /var/log/sysstat/clearwater-sa19 /var/log/dpkg.log /var/log/sprout /var/log/sprout/sprout_err.log /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_out.log /var/log/sprout/sprout_20181119T070000Z.txt /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.044s user 0m0.000s sys 0m0.005s 2018-11-19 07:18:10,180 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/9UATA/install-sprout.sh 2018-11-19 07:18:10,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-11-19 07:18:10,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-11-19 07:17:42.897069407 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:18:10,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-11-19 07:18:10,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:18:10,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:10,181 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:18:10,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:10,276 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:10,276 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:10,276 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:10 GMT 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:10,277 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:15,283 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:15,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:15,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:15,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:15,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:15,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:15,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:15,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:15,713 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:10.306Z", "message": "Downloaded scripts/bind/bind.py to /tmp/BEIMA/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:10.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:10.391Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:10.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:10.391Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:10.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.535Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.944Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.944Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.944Z", "message": "[localhost] run: sudo mv /tmp/tmpWAkCOD /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.944Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.944Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.944Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:11.944Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:11.944Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:12.144Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:12.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:12.473Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:12.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:12.473Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:12.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:12.952Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:12.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:12.952Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/8C5KG/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:12.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "a5e5b2ad-589d-4511-84fa-f528b45136a8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:12.952Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:12.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:12.952Z", "message": "[localhost] run: sudo mv /tmp/tmpmdq7WJ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:12.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "e83f2486-a9da-4a26-928e-a5a64fca5863"}], "metadata": {"pagination": {"total": 1800, "offset": 1756, "size": 50}}} 2018-11-19 07:18:15,714 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:15,714 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:15 GMT 2018-11-19 07:18:15,714 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:15,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10296 2018-11-19 07:18:15,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:15,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/BEIMA/bind.py 2018-11-19 07:18:15,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:18:15,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:18:15,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:18:15,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:18:15,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:18:15,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpWAkCOD /etc/bind/db.clearwater.local 2018-11-19 07:18:15,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:18:15,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:18:15,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:18:15,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:18:15,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:15,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:18:15,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:18:15,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:15,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/8C5KG/add-snmpproxy-collector.py 2018-11-19 07:18:15,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:18:15,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmdq7WJ /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:15,718 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:15,824 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:15,824 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:15,824 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:15,824 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:15 GMT 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:15,825 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:20,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:21,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1800, "offset": 1774, "size": 50}}} 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:21,056 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:21 GMT 2018-11-19 07:18:21,057 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:21,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:18:21,057 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:21,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:21,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:21,150 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:21 GMT 2018-11-19 07:18:21,151 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:21,151 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:21,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:26,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:26,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:26,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:26,458 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:22.938Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:22.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1801, "offset": 1774, "size": 50}}} 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:26 GMT 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 581 2018-11-19 07:18:26,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:26,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:26,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:26,605 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:26,605 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:26,605 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:26,605 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:26,605 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:26,605 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:26,605 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:26,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:26,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:26,606 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:26 GMT 2018-11-19 07:18:26,606 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:26,606 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:26,606 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:31,611 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:31,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:29.573Z", "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 27 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 5s (7,530 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58121 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m43.444s\nuser\t0m12.327s\nsys\t0m2.640s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:29.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:29.969Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:29.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:31.290Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:31.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:31.290Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:31.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}], "metadata": {"pagination": {"total": 1805, "offset": 1775, "size": 50}}} 2018-11-19 07:18:31,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:31,872 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:31 GMT 2018-11-19 07:18:31,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:31,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15958 2018-11-19 07:18:31,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:31,873 - 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 27 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 5s (7,530 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58121 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m43.444s user 0m12.327s sys 0m2.640s 2018-11-19 07:18:31,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-11-19 07:18:31,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-11-19 07:18:31,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-11-19 07:18:31,874 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:31,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:31,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:31,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:31,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:31,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:31,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:31,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:31,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:31,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:31,957 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:31 GMT 2018-11-19 07:18:31,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:31,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:31,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:36,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:37,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:37,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:32.529Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.071s\nuser\t0m0.011s\nsys\t0m0.041s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:32.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:33.452Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 07:09 ? 00:00:00 /sbin/init\nroot 2 0 0 07:09 ? 00:00:00 [kthreadd]\nroot 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 07:09 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 07:09 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 07:09 ? 00:00:00 [rcu_sched]\nroot 8 2 0 07:09 ? 00:00:00 [rcuos/0]\nroot 9 2 0 07:09 ? 00:00:00 [rcuos/1]\nroot 10 2 0 07:09 ? 00:00:00 [rcu_bh]\nroot 11 2 0 07:09 ? 00:00:00 [rcuob/0]\nroot 12 2 0 07:09 ? 00:00:00 [rcuob/1]\nroot 13 2 0 07:09 ? 00:00:00 [migration/0]\nroot 14 2 0 07:09 ? 00:00:00 [watchdog/0]\nroot 15 2 0 07:09 ? 00:00:00 [watchdog/1]\nroot 16 2 0 07:09 ? 00:00:00 [migration/1]\nroot 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 07:09 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 07:09 ? 00:00:00 [khelper]\nroot 21 2 0 07:09 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 07:09 ? 00:00:00 [netns]\nroot 23 2 0 07:09 ? 00:00:00 [writeback]\nroot 24 2 0 07:09 ? 00:00:00 [kintegrityd]\nroot 25 2 0 07:09 ? 00:00:00 [bioset]\nroot 27 2 0 07:09 ? 00:00:00 [kblockd]\nroot 28 2 0 07:09 ? 00:00:00 [ata_sff]\nroot 29 2 0 07:09 ? 00:00:00 [khubd]\nroot 30 2 0 07:09 ? 00:00:00 [md]\nroot 31 2 0 07:09 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 07:09 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 07:09 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 07:09 ? 00:00:00 [khungtaskd]\nroot 36 2 0 07:09 ? 00:00:00 [kswapd0]\nroot 37 2 0 07:09 ? 00:00:00 [vmstat]\nroot 38 2 0 07:09 ? 00:00:00 [ksmd]\nroot 39 2 0 07:09 ? 00:00:00 [khugepaged]\nroot 40 2 0 07:09 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 07:09 ? 00:00:00 [crypto]\nroot 54 2 0 07:09 ? 00:00:00 [kthrotld]\nroot 55 2 0 07:09 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 07:09 ? 00:00:00 [vballoon]\nroot 57 2 0 07:09 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 07:09 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 07:09 ? 00:00:00 [deferwq]\nroot 80 2 0 07:09 ? 00:00:00 [charger_manager]\nroot 123 2 0 07:09 ? 00:00:00 [kpsmoused]\nroot 142 2 0 07:09 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 07:09 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 07:09 ? 00:00:00 [kworker/u5:2]\nroot 530 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon\nroot 563 2 0 07:09 ? 00:00:00 [kworker/1:2]\nroot 588 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 07:09 ? 00:00:00 [kauditd]\nroot 933 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1005 1 0 07:10 ? 00:00:00 rsyslogd\nroot 1041 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1044 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1048 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1049 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1051 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1093 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1094 1 0 07:10 ? 00:00:00 cron\ndaemon 1095 1 0 07:10 ? 00:00:00 atd\nroot 1102 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1125 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nmessage+ 1177 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork\nroot 1191 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1259 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1265 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1652 1 0 07:10 ? 00:00:00 /home/ubuntu/ellis_host_kk84cb/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_kk84cb --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_kk84cb --logging-server-logdir=/home/ubuntu/ellis_host_kk84cb/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb%I.log --pidfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb.pid\nubuntu 1766 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_kk84cb/env/bin/diamond --configfile /home/ubuntu/ellis_host_kk84cb/work/plugins/diamond/etc/diamond.conf\nubuntu 1836 1652 0 07:13 ? 00:00:00 /home/ubuntu/ellis_host_kk84cb/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_kk84cb --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_kk84cb --logging-server-logdir=/home/ubuntu/ellis_host_kk84cb/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb%I.log --pidfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb.pid\nubuntu 1858 1836 0 07:13 ? 00:00:00 /home/ubuntu/ellis_host_kk84cb/env/bin/python2.7 /home/ubuntu/ellis_host_kk84cb/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-IbLbxx\nubuntu 1869 1858 0 07:13 ? 00:00:00 /bin/sh -c /tmp/4UGLB/install-ellis.sh\nubuntu 1871 1869 0 07:13 ? 00:00:00 /bin/bash -e /tmp/4UGLB/install-ellis.sh\nroot 3747 2 0 07:15 ? 00:00:00 [kworker/u5:0]\nmysql 9261 1 0 07:16 ? 00:00:00 /usr/sbin/mysqld\nntp 9411 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 10008 1 0 07:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10065 1 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10162 1 0 07:17 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10163 10162 0 07:17 ? 00:00:00 nginx: worker process\nwww-data 10164 10162 0 07:17 ? 00:00:00 nginx: worker process\nwww-data 10165 10162 0 07:17 ? 00:00:00 nginx: worker process\nwww-data 10166 10162 0 07:17 ? 00:00:00 nginx: worker process\nroot 10632 10008 0 07:18 ? 00:00:00 [nginx_ping] \nroot 10634 10008 0 07:18 ? 00:00:00 [check-nginx-upt] \nroot 10639 10008 0 07:18 ? 00:00:00 [check-monit-upt] \nroot 10644 10008 0 07:18 ? 00:00:00 [poll_ellis.sh] \nroot 10648 10008 0 07:18 ? 00:00:00 [poll_ellis_http] \nclearwa+ 11102 1 1 07:18 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-8=http://192.168.120.8:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380\nroot 11171 10008 0 07:18 ? 00:00:00 [check-etcd-upti] \nroot 11173 10008 0 07:18 ? 00:00:00 [poll_etcd_clust] \nroot 11175 10008 0 07:18 ? 00:00:00 [poll_etcd.sh] \nroot 11274 10065 0 07:18 ? 00:00:00 inotifywait -e create -qq .\ndnsmasq 11345 1 0 07:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 11408 1871 0 07:18 ? 00:00:00 /bin/bash -e /tmp/4UGLB/install-ellis.sh\nubuntu 11409 11408 0 07:18 ? 00:00:00 /bin/bash -e /tmp/4UGLB/install-ellis.sh\nroot 11410 11409 0 07:18 ? 00:00:00 sudo ps -edf\nroot 11411 11410 0 07:18 ? 00:00:00 ps -edf\n\nreal\t0m0.008s\nuser\t0m0.002s\nsys\t0m0.008s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:33.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:33.452Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:90:31:d0 \n inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe90:31d0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:99697 errors:0 dropped:0 overruns:0 frame:0\n TX packets:59560 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147802836 (147.8 MB) TX bytes:11524961 (11.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:314 errors:0 dropped:0 overruns:0 frame:0\n TX packets:314 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:37000 (37.0 KB) TX bytes:37000 (37.0 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-11-19T07:18:33.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:33.452Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:33.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:33.452Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:33.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:34.464Z", "message": "[ellis] => Active Internet connections (only servers)\nProto Recv-Q Send-Q Local Address Foreign Address State PID/Program name\ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11345/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 10008/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10162/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9261/mysqld \ntcp 0 0 192.168.120.8:2380 0.0.0.0:* LISTEN 11102/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 11345/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1093/sshd \ntcp6 0 0 :::4000 :::* LISTEN 11102/etcd \nudp 0 0 192.168.120.8:123 0.0.0.0:* 9411/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9411/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9411/ntpd \nudp 0 0 0.0.0.0:23470 0.0.0.0:* 588/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11345/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 588/dhclient \nudp6 0 0 fe80::f816:3eff:fe9:123 :::* 9411/ntpd \nudp6 0 0 ::1:123 :::* 9411/ntpd \nudp6 0 0 :::123 :::* 9411/ntpd \nudp6 0 0 :::59166 :::* 588/dhclient \nudp6 0 0 ::1:53 :::* 11345/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 21320 9261/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 11007 1652/python2.7 /tmp/cloudify-logging-server-4535c.socket\nunix 2 [ ACC ] STREAM LISTENING 11763 1858/python2.7 /tmp/ctx-deaVxQ.socket\nunix 2 [ ACC ] STREAM LISTENING 6935 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9362 1125/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7326 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9397 1177/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:34.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:34.464Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:34.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:34.464Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:34.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:34.464Z", "message": "[ellis] => /var/log\n/var/log/mysql.log\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/mysql.err\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa19\n/var/log/sysstat/sa19\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/clearwater-diags-monitor.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/mysql.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/ellis\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.005s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:34.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:34.464Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:34.464Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:35.472Z", "message": "[ellis] => [19-Nov-2018 07:17:26 UTC] clearwater-diags-monitor starting\n[19-Nov-2018 07:17:26 UTC] Waiting for trigger files\n[19-Nov-2018 07:18:25 UTC] Processing trigger files: core.ellis.1542611885\n[19-Nov-2018 07:18:25 UTC] Dump triggered by ellis\n[19-Nov-2018 07:18:25 UTC] Gathering dump 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp\n/etc/snmp: No such file or directory\n[19-Nov-2018 07:18:25 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 1934 100 1934 0 0 1338k 0 --:--:-- --:--:-- --:--:-- 1888k\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 1934 100 1934 0 0 2535k 0 --:--:-- --:--:-- --:--:-- 1888k\n[19-Nov-2018 07:18:28 UTC] Running extra diags scripts: /usr/share/clearwater/clearwater-diags-monitor/scripts/ellis_diags\n[19-Nov-2018 07:18:28 UTC] No domain supplied\n[19-Nov-2018 07:18:28 UTC] No domain supplied\n[19-Nov-2018 07:18:28 UTC] core.ellis.1542611885 has been closed\n[19-Nov-2018 07:18:28 UTC] Moving core.ellis.1542611885 to dump\n[19-Nov-2018 07:18:28 UTC] Compressing core.ellis.1542611885\ntar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/dbus/system_bus_socket: socket ignored\ntar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/acpid.socket: socket ignored\ntar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/mysqld/mysqld.sock: socket ignored\ntar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/udev/control: socket ignored\n[19-Nov-2018 07:18:28 UTC] Diagnostic archive /var/clearwater-diags-monitor/dumps/20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp.tar.gz created\n[19-Nov-2018 07:18:28 UTC] Waiting for trigger files\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:35.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:35.472Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:35.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:36.170Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:36.170Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:36.481Z", "message": "[ellis] => 2018-11-19 07:18:07.157824179 Stopping etcd clearwater-etcd\n2018-11-19 07:18:08.529938844 Restarting etcd clearwater-etcd\n2018-11-19 07:18:08.535635347 Configured ETCDCTL_PEERS: 192.168.120.21:4000,\n2018-11-19 07:18:08.536577882 Check for previous failed startup attempt\n2018-11-19 07:18:08.537878449 Running etcdctl member list\n1234a729a87e0a37: name=192-168-120-21 peerURLs=http://192.168.120.21:2380 clientURLs=http://192.168.120.21:4000 isLeader=true\ndaf144c253cd5989: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=false\n2018-11-19 07:18:08.550491079 etcdctl returned 0\n2018-11-19 07:18:08.555801760 Joining existing cluster...\n2018-11-19 07:18:26.558042752 Configured ETCDCTL_PEERS: 192.168.120.21:4000,\n2018-11-19 07:18:26.558672440 Check cluster is healthy\n2018-11-19 07:18:26.560481336 Running etcdctl cluster-health\nmember 1234a729a87e0a37 is healthy: got healthy result from http://192.168.120.21:4000\nmember daf144c253cd5989 is healthy: got healthy result from http://192.168.120.10:4000\ncluster is healthy\n2018-11-19 07:18:26.645934390 etcdctl returned 0\n2018-11-19 07:18:26.646908713 Tell the cluster we're joining\n2018-11-19 07:18:26.647584520 Running etcdctl member add 192-168-120-8 http://192.168.120.8:2380\nAdded member named 192-168-120-8 with ID 7e7d4168de23e28f to cluster\n\nETCD_NAME=\"192-168-120-8\"\nETCD_INITIAL_CLUSTER=\"192-168-120-21=http://192.168.120.21:2380,192-168-120-8=http://192.168.120.8:2380,192-168-120-10=http://192.168.120.10:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-11-19 07:18:26.673503024 etcdctl returned 0\n2018-11-19 07:18:26.706808015 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.8:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.8\n --name 192-168-120-8\n --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-8=http://192.168.120.8:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.8:2380\n --listen-peer-urls http://192.168.120.8:2380\n2018-11-19 07:18:26.708311541 Check we're actually a member of the cluster\n2018-11-19 07:18:26.717179061 Wait for etcd to startup\n2018-11-19 07:18:27.724438110 Etcd started successfully\n2018-11-19 07:18:26.731201 I | etcdmain: etcd Version: 3.1.7\n2018-11-19 07:18:26.731236 I | etcdmain: Git SHA: 43b7507\n2018-11-19 07:18:26.731241 I | etcdmain: Go Version: go1.7.5\n2018-11-19 07:18:26.731244 I | etcdmain: Go OS/Arch: linux/amd64\n2018-11-19 07:18:26.731247 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-11-19 07:18:26.731293 I | embed: listening for peers on http://192.168.120.8:2380\n2018-11-19 07:18:26.731322 I | embed: listening for client requests on 0.0.0.0:4000\n2018-11-19 07:18:27.176959 I | etcdserver: name = 192-168-120-8\n2018-11-19 07:18:27.176976 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.8\n2018-11-19 07:18:27.176981 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.8/member\n2018-11-19 07:18:27.176985 I | etcdserver: heartbeat = 100ms\n2018-11-19 07:18:27.176988 I | etcdserver: election = 1000ms\n2018-11-19 07:18:27.176992 I | etcdserver: snapshot count = 10000\n2018-11-19 07:18:27.177000 I | etcdserver: advertise client URLs = http://192.168.120.8:4000\n2018-11-19 07:18:27.703897 I | etcdserver: starting member 7e7d4168de23e28f in cluster e87bb75df98f107\n2018-11-19 07:18:27.703946 I | raft: 7e7d4168de23e28f became follower at term 0\n2018-11-19 07:18:27.703973 I | raft: newRaft 7e7d4168de23e28f [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-11-19 07:18:27.703978 I | raft: 7e7d4168de23e28f became follower at term 1\n2018-11-19 07:18:27.926545 I | rafthttp: started HTTP pipelining with peer 1234a729a87e0a37\n2018-11-19 07:18:27.926595 I | rafthttp: started HTTP pipelining with peer daf144c253cd5989\n2018-11-19 07:18:27.926619 I | rafthttp: starting peer 1234a729a87e0a37...\n2018-11-19 07:18:27.926656 I | rafthttp: started HTTP pipelining with peer 1234a729a87e0a37\n2018-11-19 07:18:27.928451 I | rafthttp: started streaming with peer 1234a729a87e0a37 (writer)\n2018-11-19 07:18:27.928546 I | rafthttp: started streaming with peer 1234a729a87e0a37 (writer)\n2018-11-19 07:18:27.930018 I | rafthttp: started peer 1234a729a87e0a37\n2018-11-19 07:18:27.930055 I | rafthttp: added peer 1234a729a87e0a37\n2018-11-19 07:18:27.930082 I | rafthttp: starting peer daf144c253cd5989...\n2018-11-19 07:18:27.930098 I | rafthttp: started HTTP pipelining with peer daf144c253cd5989\n2018-11-19 07:18:27.930805 I | rafthttp: started streaming with peer 1234a729a87e0a37 (stream MsgApp v2 reader)\n2018-11-19 07:18:27.930960 I | rafthttp: started streaming with peer 1234a729a87e0a37 (stream Message reader)\n2018-11-19 07:18:27.931536 I | rafthttp: started streaming with peer daf144c253cd5989 (writer)\n2018-11-19 07:18:27.933408 I | rafthttp: started peer daf144c253cd5989\n2018-11-19 07:18:27.933433 I | rafthttp: added peer daf144c253cd5989\n2018-11-19 07:18:27.933462 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-11-19 07:18:27.934658 I | rafthttp: started streaming with peer daf144c253cd5989 (writer)\n2018-11-19 07:18:27.934717 I | rafthttp: started streaming with peer daf144c253cd5989 (stream MsgApp v2 reader)\n2018-11-19 07:18:27.934904 I | rafthttp: started streaming with peer daf144c253cd5989 (stream Message reader)\n2018-11-19 07:18:27.935944 I | rafthttp: peer 1234a729a87e0a37 became active\n2018-11-19 07:18:27.935959 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream MsgApp v2 reader)\n2018-11-19 07:18:27.937263 I | rafthttp: peer daf144c253cd5989 became active\n2018-11-19 07:18:27.937277 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream MsgApp v2 writer)\n2018-11-19 07:18:27.937387 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream Message writer)\n2018-11-19 07:18:27.937891 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream MsgApp v2 writer)\n2018-11-19 07:18:27.938026 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream Message writer)\n2018-11-19 07:18:27.938848 I | raft: 7e7d4168de23e28f [term: 1] received a MsgHeartbeat message with higher term from 1234a729a87e0a37 [term: 3]\n2018-11-19 07:18:27.938873 I | raft: 7e7d4168de23e28f became follower at term 3\n2018-11-19 07:18:27.938887 I | raft: raft.node: 7e7d4168de23e28f elected leader 1234a729a87e0a37 at term 3\n2018-11-19 07:18:27.939012 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream MsgApp v2 reader)\n2018-11-19 07:18:27.939091 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream Message reader)\n2018-11-19 07:18:27.939310 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream Message reader)\n2018-11-19 07:18:28.279996 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302686 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302707 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302784 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302794 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302811 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302818 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302846 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302854 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302869 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302877 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302885 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302896 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302911 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302922 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.302928 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37\n2018-11-19 07:18:28.303275 I | etcdserver/membership: added member 1234a729a87e0a37 [http://192.168.120.21:2380] to cluster e87bb75df98f107\n2018-11-19 07:18:28.303361 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-11-19 07:18:28.303397 I | etcdserver/api: enabled capabilities for version 3.1\n2018-11-19 07:18:28.303642 I | etcdserver/membership: added member daf144c253cd5989 [http://192.168.120.10:2380] to cluster e87bb75df98f107\n2018-11-19 07:18:28.303830 I | etcdserver/membership: added member 7e7d4168de23e28f [http://192.168.120.8:2380] to cluster e87bb75df98f107\n2018-11-19 07:18:28.403076 I | etcdserver: published {Name:192-168-120-8 ClientURLs:[http://192.168.120.8:4000]} to cluster e87bb75df98f107\n2018-11-19 07:18:28.403110 I | embed: ready to serve client requests\n2018-11-19 07:18:28.403389 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-11-19 07:18:28.404005 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55677\n2018-11-19 07:18:28.404563 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55672\n2018-11-19 07:18:28.404672 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:55676\n2018-11-19 07:18:28.404884 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55672\n2018-11-19 07:18:28.405981 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.8:55672\n2018-11-19 07:18:28.415102 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55689\n2018-11-19 07:18:28.451363 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:55692\n2018-11-19 07:18:28.451474 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:55691\n2018-11-19 07:18:28.646584 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?consistent=true&recursive=true&sorted=false remote:192.168.120.8:55696\n2018-11-19 07:18:28.653271 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?recursive=true&sorted=false remote:192.168.120.8:55697\n2018-11-19 07:18:28.704866 D | etcdserver/api/v2http: [GET] /v2/keys/?recursive=True remote:192.168.120.8:55698\n2018-11-19 07:18:28.776711 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config remote:192.168.120.8:55699\n2018-11-19 07:18:28.777514 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json remote:192.168.120.8:55699\n2018-11-19 07:18:32.439991 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:49727\n2018-11-19 07:18:32.509361 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.5:49731\n2018-11-19 07:18:32.509498 W | etcdserver: not healthy for reconfigure, rejecting member add {ID:61efa97ce3d48866 RaftAttributes:{PeerURLs:[http://192.168.120.5:2380]} Attributes:{Name: ClientURLs:[]}}\n2018-11-19 07:18:32.509509 E | etcdserver/api/v2http: error adding member 61efa97ce3d48866 (etcdserver: unhealthy cluster)\n2018-11-19 07:18:32.509527 E | etcdserver/api/v2http: etcdserver: unhealthy cluster\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:36.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:36.481Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:36.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:36.481Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:36.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:36.481Z", "message": "Execution done (return_code=0): /tmp/4UGLB/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:36.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "7998664b-abfa-45b8-b134-2dc108ef1046"}], "metadata": {"pagination": {"total": 1824, "offset": 1779, "size": 50}}} 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:37,369 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:37 GMT 2018-11-19 07:18:37,370 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:37,370 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 38485 2018-11-19 07:18:37,370 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:37,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.071s user 0m0.011s sys 0m0.041s 2018-11-19 07:18:37,371 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 07:09 ? 00:00:00 /sbin/init root 2 0 0 07:09 ? 00:00:00 [kthreadd] root 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0] root 5 2 0 07:09 ? 00:00:00 [kworker/0:0H] root 6 2 0 07:09 ? 00:00:00 [kworker/u4:0] root 7 2 0 07:09 ? 00:00:00 [rcu_sched] root 8 2 0 07:09 ? 00:00:00 [rcuos/0] root 9 2 0 07:09 ? 00:00:00 [rcuos/1] root 10 2 0 07:09 ? 00:00:00 [rcu_bh] root 11 2 0 07:09 ? 00:00:00 [rcuob/0] root 12 2 0 07:09 ? 00:00:00 [rcuob/1] root 13 2 0 07:09 ? 00:00:00 [migration/0] root 14 2 0 07:09 ? 00:00:00 [watchdog/0] root 15 2 0 07:09 ? 00:00:00 [watchdog/1] root 16 2 0 07:09 ? 00:00:00 [migration/1] root 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1] root 19 2 0 07:09 ? 00:00:00 [kworker/1:0H] root 20 2 0 07:09 ? 00:00:00 [khelper] root 21 2 0 07:09 ? 00:00:00 [kdevtmpfs] root 22 2 0 07:09 ? 00:00:00 [netns] root 23 2 0 07:09 ? 00:00:00 [writeback] root 24 2 0 07:09 ? 00:00:00 [kintegrityd] root 25 2 0 07:09 ? 00:00:00 [bioset] root 27 2 0 07:09 ? 00:00:00 [kblockd] root 28 2 0 07:09 ? 00:00:00 [ata_sff] root 29 2 0 07:09 ? 00:00:00 [khubd] root 30 2 0 07:09 ? 00:00:00 [md] root 31 2 0 07:09 ? 00:00:00 [devfreq_wq] root 32 2 0 07:09 ? 00:00:00 [kworker/0:1] root 33 2 0 07:09 ? 00:00:00 [kworker/1:1] root 35 2 0 07:09 ? 00:00:00 [khungtaskd] root 36 2 0 07:09 ? 00:00:00 [kswapd0] root 37 2 0 07:09 ? 00:00:00 [vmstat] root 38 2 0 07:09 ? 00:00:00 [ksmd] root 39 2 0 07:09 ? 00:00:00 [khugepaged] root 40 2 0 07:09 ? 00:00:00 [fsnotify_mark] root 41 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 07:09 ? 00:00:00 [crypto] root 54 2 0 07:09 ? 00:00:00 [kthrotld] root 55 2 0 07:09 ? 00:00:00 [kworker/u4:1] root 56 2 0 07:09 ? 00:00:00 [vballoon] root 57 2 0 07:09 ? 00:00:00 [scsi_eh_0] root 58 2 0 07:09 ? 00:00:00 [scsi_eh_1] root 79 2 0 07:09 ? 00:00:00 [deferwq] root 80 2 0 07:09 ? 00:00:00 [charger_manager] root 123 2 0 07:09 ? 00:00:00 [kpsmoused] root 142 2 0 07:09 ? 00:00:00 [kworker/0:2] root 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 07:09 ? 00:00:00 [kworker/u5:1] root 431 2 0 07:09 ? 00:00:00 [kworker/u5:2] root 530 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon root 563 2 0 07:09 ? 00:00:00 [kworker/1:2] root 588 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 07:09 ? 00:00:00 [kauditd] root 933 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon syslog 1005 1 0 07:10 ? 00:00:00 rsyslogd root 1041 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1044 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1048 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1049 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1051 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1093 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D root 1094 1 0 07:10 ? 00:00:00 cron daemon 1095 1 0 07:10 ? 00:00:00 atd root 1102 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance root 1125 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket message+ 1177 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork root 1191 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind root 1259 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1265 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1652 1 0 07:10 ? 00:00:00 /home/ubuntu/ellis_host_kk84cb/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_kk84cb --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_kk84cb --logging-server-logdir=/home/ubuntu/ellis_host_kk84cb/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb%I.log --pidfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb.pid ubuntu 1766 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/ellis_host_kk84cb/env/bin/diamond --configfile /home/ubuntu/ellis_host_kk84cb/work/plugins/diamond/etc/diamond.conf ubuntu 1836 1652 0 07:13 ? 00:00:00 /home/ubuntu/ellis_host_kk84cb/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_kk84cb --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_kk84cb --logging-server-logdir=/home/ubuntu/ellis_host_kk84cb/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb%I.log --pidfile=/home/ubuntu/ellis_host_kk84cb/work/ellis_host_kk84cb.pid ubuntu 1858 1836 0 07:13 ? 00:00:00 /home/ubuntu/ellis_host_kk84cb/env/bin/python2.7 /home/ubuntu/ellis_host_kk84cb/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-IbLbxx ubuntu 1869 1858 0 07:13 ? 00:00:00 /bin/sh -c /tmp/4UGLB/install-ellis.sh ubuntu 1871 1869 0 07:13 ? 00:00:00 /bin/bash -e /tmp/4UGLB/install-ellis.sh root 3747 2 0 07:15 ? 00:00:00 [kworker/u5:0] mysql 9261 1 0 07:16 ? 00:00:00 /usr/sbin/mysqld ntp 9411 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 10008 1 0 07:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10065 1 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10162 1 0 07:17 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10163 10162 0 07:17 ? 00:00:00 nginx: worker process www-data 10164 10162 0 07:17 ? 00:00:00 nginx: worker process www-data 10165 10162 0 07:17 ? 00:00:00 nginx: worker process www-data 10166 10162 0 07:17 ? 00:00:00 nginx: worker process root 10632 10008 0 07:18 ? 00:00:00 [nginx_ping] root 10634 10008 0 07:18 ? 00:00:00 [check-nginx-upt] root 10639 10008 0 07:18 ? 00:00:00 [check-monit-upt] root 10644 10008 0 07:18 ? 00:00:00 [poll_ellis.sh] root 10648 10008 0 07:18 ? 00:00:00 [poll_ellis_http] clearwa+ 11102 1 1 07:18 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-8=http://192.168.120.8:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380 root 11171 10008 0 07:18 ? 00:00:00 [check-etcd-upti] root 11173 10008 0 07:18 ? 00:00:00 [poll_etcd_clust] root 11175 10008 0 07:18 ? 00:00:00 [poll_etcd.sh] root 11274 10065 0 07:18 ? 00:00:00 inotifywait -e create -qq . dnsmasq 11345 1 0 07:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 11408 1871 0 07:18 ? 00:00:00 /bin/bash -e /tmp/4UGLB/install-ellis.sh ubuntu 11409 11408 0 07:18 ? 00:00:00 /bin/bash -e /tmp/4UGLB/install-ellis.sh root 11410 11409 0 07:18 ? 00:00:00 sudo ps -edf root 11411 11410 0 07:18 ? 00:00:00 ps -edf real 0m0.008s user 0m0.002s sys 0m0.008s 2018-11-19 07:18:37,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:90:31:d0 inet addr:192.168.120.8 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe90:31d0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:99697 errors:0 dropped:0 overruns:0 frame:0 TX packets:59560 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147802836 (147.8 MB) TX bytes:11524961 (11.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:314 errors:0 dropped:0 overruns:0 frame:0 TX packets:314 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:37000 (37.0 KB) TX bytes:37000 (37.0 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:18:37,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-11-19 07:18:37,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-11-19 07:18:37,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 11345/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 10008/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10162/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9261/mysqld tcp 0 0 192.168.120.8:2380 0.0.0.0:* LISTEN 11102/etcd tcp6 0 0 ::1:53 :::* LISTEN 11345/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1093/sshd tcp6 0 0 :::4000 :::* LISTEN 11102/etcd udp 0 0 192.168.120.8:123 0.0.0.0:* 9411/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9411/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9411/ntpd udp 0 0 0.0.0.0:23470 0.0.0.0:* 588/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 11345/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 588/dhclient udp6 0 0 fe80::f816:3eff:fe9:123 :::* 9411/ntpd udp6 0 0 ::1:123 :::* 9411/ntpd udp6 0 0 :::123 :::* 9411/ntpd udp6 0 0 :::59166 :::* 588/dhclient udp6 0 0 ::1:53 :::* 11345/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 21320 9261/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 11007 1652/python2.7 /tmp/cloudify-logging-server-4535c.socket unix 2 [ ACC ] STREAM LISTENING 11763 1858/python2.7 /tmp/ctx-deaVxQ.socket unix 2 [ ACC ] STREAM LISTENING 6935 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9362 1125/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7326 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9397 1177/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-19 07:18:37,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-11-19 07:18:37,372 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-11-19 07:18:37,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/mysql.log /var/log/mysql /var/log/mysql/error.log /var/log/mysql.err /var/log/sysstat /var/log/sysstat/clearwater-sa19 /var/log/sysstat/sa19 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/clearwater-diags-monitor.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/mysql.log /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/ellis /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.005s user 0m0.003s sys 0m0.002s 2018-11-19 07:18:37,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-11-19 07:18:37,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [19-Nov-2018 07:17:26 UTC] clearwater-diags-monitor starting [19-Nov-2018 07:17:26 UTC] Waiting for trigger files [19-Nov-2018 07:18:25 UTC] Processing trigger files: core.ellis.1542611885 [19-Nov-2018 07:18:25 UTC] Dump triggered by ellis [19-Nov-2018 07:18:25 UTC] Gathering dump 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp /etc/snmp: No such file or directory [19-Nov-2018 07:18:25 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 1934 100 1934 0 0 1338k 0 --:--:-- --:--:-- --:--:-- 1888k % 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 1934 100 1934 0 0 2535k 0 --:--:-- --:--:-- --:--:-- 1888k [19-Nov-2018 07:18:28 UTC] Running extra diags scripts: /usr/share/clearwater/clearwater-diags-monitor/scripts/ellis_diags [19-Nov-2018 07:18:28 UTC] No domain supplied [19-Nov-2018 07:18:28 UTC] No domain supplied [19-Nov-2018 07:18:28 UTC] core.ellis.1542611885 has been closed [19-Nov-2018 07:18:28 UTC] Moving core.ellis.1542611885 to dump [19-Nov-2018 07:18:28 UTC] Compressing core.ellis.1542611885 tar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/dbus/system_bus_socket: socket ignored tar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/acpid.socket: socket ignored tar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/mysqld/mysqld.sock: socket ignored tar: 20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp/root/run/udev/control: socket ignored [19-Nov-2018 07:18:28 UTC] Diagnostic archive /var/clearwater-diags-monitor/dumps/20181119071825Z.ellis-ci9nkc.clearwater.local.ellis.temp.tar.gz created [19-Nov-2018 07:18:28 UTC] Waiting for trigger files real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:18:37,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-11-19 07:18:37,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:37,373 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-11-19 07:18:07.157824179 Stopping etcd clearwater-etcd 2018-11-19 07:18:08.529938844 Restarting etcd clearwater-etcd 2018-11-19 07:18:08.535635347 Configured ETCDCTL_PEERS: 192.168.120.21:4000, 2018-11-19 07:18:08.536577882 Check for previous failed startup attempt 2018-11-19 07:18:08.537878449 Running etcdctl member list 1234a729a87e0a37: name=192-168-120-21 peerURLs=http://192.168.120.21:2380 clientURLs=http://192.168.120.21:4000 isLeader=true daf144c253cd5989: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=false 2018-11-19 07:18:08.550491079 etcdctl returned 0 2018-11-19 07:18:08.555801760 Joining existing cluster... 2018-11-19 07:18:26.558042752 Configured ETCDCTL_PEERS: 192.168.120.21:4000, 2018-11-19 07:18:26.558672440 Check cluster is healthy 2018-11-19 07:18:26.560481336 Running etcdctl cluster-health member 1234a729a87e0a37 is healthy: got healthy result from http://192.168.120.21:4000 member daf144c253cd5989 is healthy: got healthy result from http://192.168.120.10:4000 cluster is healthy 2018-11-19 07:18:26.645934390 etcdctl returned 0 2018-11-19 07:18:26.646908713 Tell the cluster we're joining 2018-11-19 07:18:26.647584520 Running etcdctl member add 192-168-120-8 http://192.168.120.8:2380 Added member named 192-168-120-8 with ID 7e7d4168de23e28f to cluster ETCD_NAME="192-168-120-8" ETCD_INITIAL_CLUSTER="192-168-120-21=http://192.168.120.21:2380,192-168-120-8=http://192.168.120.8:2380,192-168-120-10=http://192.168.120.10:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-11-19 07:18:26.673503024 etcdctl returned 0 2018-11-19 07:18:26.706808015 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.8:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.8 --name 192-168-120-8 --debug --initial-cluster 192-168-120-21=http://192.168.120.21:2380,192-168-120-10=http://192.168.120.10:2380,192-168-120-8=http://192.168.120.8:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.8:2380 --listen-peer-urls http://192.168.120.8:2380 2018-11-19 07:18:26.708311541 Check we're actually a member of the cluster 2018-11-19 07:18:26.717179061 Wait for etcd to startup 2018-11-19 07:18:27.724438110 Etcd started successfully 2018-11-19 07:18:26.731201 I | etcdmain: etcd Version: 3.1.7 2018-11-19 07:18:26.731236 I | etcdmain: Git SHA: 43b7507 2018-11-19 07:18:26.731241 I | etcdmain: Go Version: go1.7.5 2018-11-19 07:18:26.731244 I | etcdmain: Go OS/Arch: linux/amd64 2018-11-19 07:18:26.731247 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-11-19 07:18:26.731293 I | embed: listening for peers on http://192.168.120.8:2380 2018-11-19 07:18:26.731322 I | embed: listening for client requests on 0.0.0.0:4000 2018-11-19 07:18:27.176959 I | etcdserver: name = 192-168-120-8 2018-11-19 07:18:27.176976 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.8 2018-11-19 07:18:27.176981 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.8/member 2018-11-19 07:18:27.176985 I | etcdserver: heartbeat = 100ms 2018-11-19 07:18:27.176988 I | etcdserver: election = 1000ms 2018-11-19 07:18:27.176992 I | etcdserver: snapshot count = 10000 2018-11-19 07:18:27.177000 I | etcdserver: advertise client URLs = http://192.168.120.8:4000 2018-11-19 07:18:27.703897 I | etcdserver: starting member 7e7d4168de23e28f in cluster e87bb75df98f107 2018-11-19 07:18:27.703946 I | raft: 7e7d4168de23e28f became follower at term 0 2018-11-19 07:18:27.703973 I | raft: newRaft 7e7d4168de23e28f [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-11-19 07:18:27.703978 I | raft: 7e7d4168de23e28f became follower at term 1 2018-11-19 07:18:27.926545 I | rafthttp: started HTTP pipelining with peer 1234a729a87e0a37 2018-11-19 07:18:27.926595 I | rafthttp: started HTTP pipelining with peer daf144c253cd5989 2018-11-19 07:18:27.926619 I | rafthttp: starting peer 1234a729a87e0a37... 2018-11-19 07:18:27.926656 I | rafthttp: started HTTP pipelining with peer 1234a729a87e0a37 2018-11-19 07:18:27.928451 I | rafthttp: started streaming with peer 1234a729a87e0a37 (writer) 2018-11-19 07:18:27.928546 I | rafthttp: started streaming with peer 1234a729a87e0a37 (writer) 2018-11-19 07:18:27.930018 I | rafthttp: started peer 1234a729a87e0a37 2018-11-19 07:18:27.930055 I | rafthttp: added peer 1234a729a87e0a37 2018-11-19 07:18:27.930082 I | rafthttp: starting peer daf144c253cd5989... 2018-11-19 07:18:27.930098 I | rafthttp: started HTTP pipelining with peer daf144c253cd5989 2018-11-19 07:18:27.930805 I | rafthttp: started streaming with peer 1234a729a87e0a37 (stream MsgApp v2 reader) 2018-11-19 07:18:27.930960 I | rafthttp: started streaming with peer 1234a729a87e0a37 (stream Message reader) 2018-11-19 07:18:27.931536 I | rafthttp: started streaming with peer daf144c253cd5989 (writer) 2018-11-19 07:18:27.933408 I | rafthttp: started peer daf144c253cd5989 2018-11-19 07:18:27.933433 I | rafthttp: added peer daf144c253cd5989 2018-11-19 07:18:27.933462 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-11-19 07:18:27.934658 I | rafthttp: started streaming with peer daf144c253cd5989 (writer) 2018-11-19 07:18:27.934717 I | rafthttp: started streaming with peer daf144c253cd5989 (stream MsgApp v2 reader) 2018-11-19 07:18:27.934904 I | rafthttp: started streaming with peer daf144c253cd5989 (stream Message reader) 2018-11-19 07:18:27.935944 I | rafthttp: peer 1234a729a87e0a37 became active 2018-11-19 07:18:27.935959 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream MsgApp v2 reader) 2018-11-19 07:18:27.937263 I | rafthttp: peer daf144c253cd5989 became active 2018-11-19 07:18:27.937277 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream MsgApp v2 writer) 2018-11-19 07:18:27.937387 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream Message writer) 2018-11-19 07:18:27.937891 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream MsgApp v2 writer) 2018-11-19 07:18:27.938026 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream Message writer) 2018-11-19 07:18:27.938848 I | raft: 7e7d4168de23e28f [term: 1] received a MsgHeartbeat message with higher term from 1234a729a87e0a37 [term: 3] 2018-11-19 07:18:27.938873 I | raft: 7e7d4168de23e28f became follower at term 3 2018-11-19 07:18:27.938887 I | raft: raft.node: 7e7d4168de23e28f elected leader 1234a729a87e0a37 at term 3 2018-11-19 07:18:27.939012 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream MsgApp v2 reader) 2018-11-19 07:18:27.939091 I | rafthttp: established a TCP streaming connection with peer 1234a729a87e0a37 (stream Message reader) 2018-11-19 07:18:27.939310 I | rafthttp: established a TCP streaming connection with peer daf144c253cd5989 (stream Message reader) 2018-11-19 07:18:28.279996 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302686 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302707 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302784 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302794 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302811 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302818 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302846 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302854 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302869 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302877 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302885 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302896 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302911 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302922 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.302928 D | raft: 7e7d4168de23e28f [logterm: 0, index: 51] rejected msgApp [logterm: 3, index: 51] from 1234a729a87e0a37 2018-11-19 07:18:28.303275 I | etcdserver/membership: added member 1234a729a87e0a37 [http://192.168.120.21:2380] to cluster e87bb75df98f107 2018-11-19 07:18:28.303361 N | etcdserver/membership: set the initial cluster version to 3.1 2018-11-19 07:18:28.303397 I | etcdserver/api: enabled capabilities for version 3.1 2018-11-19 07:18:28.303642 I | etcdserver/membership: added member daf144c253cd5989 [http://192.168.120.10:2380] to cluster e87bb75df98f107 2018-11-19 07:18:28.303830 I | etcdserver/membership: added member 7e7d4168de23e28f [http://192.168.120.8:2380] to cluster e87bb75df98f107 2018-11-19 07:18:28.403076 I | etcdserver: published {Name:192-168-120-8 ClientURLs:[http://192.168.120.8:4000]} to cluster e87bb75df98f107 2018-11-19 07:18:28.403110 I | embed: ready to serve client requests 2018-11-19 07:18:28.403389 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-11-19 07:18:28.404005 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55677 2018-11-19 07:18:28.404563 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55672 2018-11-19 07:18:28.404672 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.8:55676 2018-11-19 07:18:28.404884 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55672 2018-11-19 07:18:28.405981 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.8:55672 2018-11-19 07:18:28.415102 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.8:55689 2018-11-19 07:18:28.451363 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:55692 2018-11-19 07:18:28.451474 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.8:55691 2018-11-19 07:18:28.646584 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?consistent=true&recursive=true&sorted=false remote:192.168.120.8:55696 2018-11-19 07:18:28.653271 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater?recursive=true&sorted=false remote:192.168.120.8:55697 2018-11-19 07:18:28.704866 D | etcdserver/api/v2http: [GET] /v2/keys/?recursive=True remote:192.168.120.8:55698 2018-11-19 07:18:28.776711 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config remote:192.168.120.8:55699 2018-11-19 07:18:28.777514 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json remote:192.168.120.8:55699 2018-11-19 07:18:32.439991 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.5:49727 2018-11-19 07:18:32.509361 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.5:49731 2018-11-19 07:18:32.509498 W | etcdserver: not healthy for reconfigure, rejecting member add {ID:61efa97ce3d48866 RaftAttributes:{PeerURLs:[http://192.168.120.5:2380]} Attributes:{Name: ClientURLs:[]}} 2018-11-19 07:18:32.509509 E | etcdserver/api/v2http: error adding member 61efa97ce3d48866 (etcdserver: unhealthy cluster) 2018-11-19 07:18:32.509527 E | etcdserver/api/v2http: etcdserver: unhealthy cluster real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:18:37,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-11-19 07:18:37,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-11-19 07:18:37,374 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/4UGLB/install-ellis.sh 2018-11-19 07:18:37,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:37,450 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:37,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:37,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:37,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:37,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:37 GMT 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:37,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:42,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:42,683 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:42,683 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:42,683 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:42,683 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:42,683 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:42,683 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:42,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:42,684 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_ci9nkc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:37.491Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:37.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:38.695Z", "message": "Downloaded scripts/bind/bind.py to /tmp/GWAZH/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:38.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:38.733Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:38.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:38.733Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:38.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2f192708-3840-4314-aebf-83b68b7260bc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Executing: /tmp/UOAM7/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2f192708-3840-4314-aebf-83b68b7260bc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "[localhost] run: sudo mv /tmp/tmpk16U5I /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2f192708-3840-4314-aebf-83b68b7260bc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/UOAM7/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2f192708-3840-4314-aebf-83b68b7260bc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.491Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.491Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:39.782Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:39.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:40.511Z", "message": "[localhost] run: sudo mv /tmp/tmpuCgJma /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:40.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:40.511Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:40.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:40.511Z", "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 22 not upgraded.\nNeed to get 38.3 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nFetched 38.3 MB in 2s (12.8 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58595 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ...\nUnpacking clearwater-etcd (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-queue-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-config-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nSetting up clearwater-queue-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_queue_manager\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_config_manager\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager\nSuccessfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m32.640s\nuser\t0m12.175s\nsys\t0m3.139s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:40.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:40.511Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:40.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:40.511Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:40.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:40.511Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:40.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "bdfe0f25-fa94-44cf-8fa1-a60833c3686a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:40.511Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:40.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}], "metadata": {"pagination": {"total": 1851, "offset": 1796, "size": 50}}} 2018-11-19 07:18:42,684 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:42,684 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:42 GMT 2018-11-19 07:18:42,684 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:42,684 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27238 2018-11-19 07:18:42,684 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:18:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/GWAZH/bind.py 2018-11-19 07:18:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:18:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:18:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:18:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-11-19 07:18:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:18:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/UOAM7/create_number.sh 2018-11-19 07:18:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpk16U5I /etc/bind/db.clearwater.local 2018-11-19 07:18:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:18:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:18:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-11-19 07:18:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:18:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/UOAM7/create_number.sh 2018-11-19 07:18:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:18:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:18:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpuCgJma /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:42,688 - 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 22 not upgraded. Need to get 38.3 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Fetched 38.3 MB in 2s (12.8 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58595 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-171218.103208_all.deb ... Unpacking clearwater-etcd (1.0-171218.103208) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-queue-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-config-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Setting up clearwater-queue-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_queue_manager Collecting metaswitchcommon (from clearwater_queue_manager) Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_config_manager Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: pycparser, pycrypto, monotonic, cffi, pyzmq, metaswitchcommon, jsonschema, prctl, py2-ipaddress, docopt, urllib3, dnspython, python-etcd, six, pyyaml, futures, clearwater-etcd-shared, certifi, chardet, idna, requests, clearwater-config-manager Successfully installed certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m32.640s user 0m12.175s sys 0m3.139s 2018-11-19 07:18:42,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-11-19 07:18:42,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-11-19 07:18:42,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:18:42,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-11-19 07:18:42,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:42,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:42,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:42 GMT 2018-11-19 07:18:42,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:42,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:42,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:47,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:48,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:42.504Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.080s\nuser\t0m0.008s\nsys\t0m0.052s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:42.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:43.536Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:43.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:43.536Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:43.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:43.536Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:32:b5:c7 \n inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe32:b5c7/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:114966 errors:0 dropped:0 overruns:0 frame:0\n TX packets:74518 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:176744779 (176.7 MB) TX bytes:12465186 (12.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:12 errors:0 dropped:0 overruns:0 frame:0\n TX packets:12 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:43.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:43.536Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 07:10 ? 00:00:00 /sbin/init\nroot 2 0 0 07:10 ? 00:00:00 [kthreadd]\nroot 3 2 0 07:10 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 07:10 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 07:10 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 07:10 ? 00:00:00 [rcu_sched]\nroot 8 2 0 07:10 ? 00:00:00 [rcuos/0]\nroot 9 2 0 07:10 ? 00:00:00 [rcuos/1]\nroot 10 2 0 07:10 ? 00:00:00 [rcu_bh]\nroot 11 2 0 07:10 ? 00:00:00 [rcuob/0]\nroot 12 2 0 07:10 ? 00:00:00 [rcuob/1]\nroot 13 2 0 07:10 ? 00:00:00 [migration/0]\nroot 14 2 0 07:10 ? 00:00:00 [watchdog/0]\nroot 15 2 0 07:10 ? 00:00:00 [watchdog/1]\nroot 16 2 0 07:10 ? 00:00:00 [migration/1]\nroot 17 2 0 07:10 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 07:10 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 07:10 ? 00:00:00 [khelper]\nroot 21 2 0 07:10 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 07:10 ? 00:00:00 [netns]\nroot 23 2 0 07:10 ? 00:00:00 [writeback]\nroot 24 2 0 07:10 ? 00:00:00 [kintegrityd]\nroot 25 2 0 07:10 ? 00:00:00 [bioset]\nroot 26 2 0 07:10 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 07:10 ? 00:00:00 [kblockd]\nroot 28 2 0 07:10 ? 00:00:00 [ata_sff]\nroot 29 2 0 07:10 ? 00:00:00 [khubd]\nroot 30 2 0 07:10 ? 00:00:00 [md]\nroot 31 2 0 07:10 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 07:10 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 07:10 ? 00:00:00 [khungtaskd]\nroot 35 2 0 07:10 ? 00:00:00 [kswapd0]\nroot 36 2 0 07:10 ? 00:00:00 [vmstat]\nroot 37 2 0 07:10 ? 00:00:00 [ksmd]\nroot 38 2 0 07:10 ? 00:00:00 [khugepaged]\nroot 39 2 0 07:10 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 07:10 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 07:10 ? 00:00:00 [crypto]\nroot 53 2 0 07:10 ? 00:00:00 [kthrotld]\nroot 54 2 0 07:10 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 07:10 ? 00:00:00 [vballoon]\nroot 56 2 0 07:10 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 07:10 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 07:10 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 07:10 ? 00:00:00 [deferwq]\nroot 80 2 0 07:10 ? 00:00:00 [charger_manager]\nroot 124 2 0 07:10 ? 00:00:00 [kpsmoused]\nroot 142 2 0 07:10 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 07:10 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 07:10 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 07:10 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 430 2 0 07:10 ? 00:00:00 [kworker/u5:1]\nroot 481 1 0 07:10 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 07:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 07:10 ? 00:00:00 [kauditd]\nmessage+ 911 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork\nroot 936 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind\nsyslog 952 1 0 07:10 ? 00:00:00 rsyslogd\nroot 979 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon\nroot 1050 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1093 1 0 07:10 ? 00:00:00 cron\ndaemon 1094 1 0 07:10 ? 00:00:00 atd\nroot 1113 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1116 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1117 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1451 2 0 07:10 ? 00:00:00 [kworker/1:2]\nubuntu 1651 1 0 07:10 ? 00:00:00 /home/ubuntu/dime_host_v6cc7g/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_v6cc7g --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_v6cc7g --logging-server-logdir=/home/ubuntu/dime_host_v6cc7g/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g%I.log --pidfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g.pid\nubuntu 1765 1 0 07:11 ? 00:00:02 python2.7 /home/ubuntu/dime_host_v6cc7g/env/bin/diamond --configfile /home/ubuntu/dime_host_v6cc7g/work/plugins/diamond/etc/diamond.conf\nubuntu 1829 1651 0 07:13 ? 00:00:00 /home/ubuntu/dime_host_v6cc7g/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_v6cc7g --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_v6cc7g --logging-server-logdir=/home/ubuntu/dime_host_v6cc7g/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g%I.log --pidfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g.pid\nubuntu 1851 1829 0 07:13 ? 00:00:00 /home/ubuntu/dime_host_v6cc7g/env/bin/python2.7 /home/ubuntu/dime_host_v6cc7g/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-rXsaag\nubuntu 1862 1851 0 07:13 ? 00:00:00 /bin/sh -c /tmp/3Y4LT/install-dime.sh\nubuntu 1864 1862 0 07:13 ? 00:00:00 /bin/bash -e /tmp/3Y4LT/install-dime.sh\nroot 2463 2 0 07:14 ? 00:00:00 [kworker/u5:2]\nntp 8951 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9527 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9528 9527 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9532 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9533 9532 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9542 9528 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9543 9533 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9544 9543 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9740 1 0 07:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nsnmp 10291 1 0 07:18 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10605 1 0 07:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 10668 1864 0 07:18 ? 00:00:00 /bin/bash -e /tmp/3Y4LT/install-dime.sh\nubuntu 10669 10668 0 07:18 ? 00:00:00 /bin/bash -e /tmp/3Y4LT/install-dime.sh\nroot 10670 10669 0 07:18 ? 00:00:00 sudo ps -edf\nroot 10671 10670 0 07:18 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.008s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:43.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:44.546Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:44.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:44.546Z", "message": "[dime] => /var/log\n/var/log/ralf\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa19\n/var/log/dpkg.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/nginx\n/var/log/nginx/error.log\n/var/log/nginx/access.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_20181119T070000Z.txt\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/clearwater-socket-factory.log\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:44.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:44.546Z", "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 10605/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1113/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9740/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10605/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1113/sshd \nudp 0 0 192.168.120.14:123 0.0.0.0:* 8951/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8951/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8951/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10291/snmpd \nudp 0 0 0.0.0.0:2989 0.0.0.0:* 586/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10605/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 8951/ntpd \nudp6 0 0 ::1:123 :::* 8951/ntpd \nudp6 0 0 :::123 :::* 8951/ntpd \nudp6 0 0 :::161 :::* 10291/snmpd \nudp6 0 0 :::53448 :::* 586/dhclient \nudp6 0 0 ::1:53 :::* 10605/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 8200 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8012 911/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 10102 1651/python2.7 /tmp/cloudify-logging-server-fc4c0.socket\nunix 2 [ ACC ] STREAM LISTENING 12442 1851/python2.7 /tmp/ctx-Hlxbrg.socket\nunix 2 [ ACC ] STREAM LISTENING 7089 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 20961 9542/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 22289 9544/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9125 1117/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 23674 10291/snmpd /var/agentx/master\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:44.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:44.546Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:44.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:44.546Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:44.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:45.568Z", "message": "[dime] => 2018-11-19 07:18:22.360648180 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:45.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:45.568Z", "message": "[dime] => 2018:11:19 07:17:34: Namespace: management\n2018:11:19 07:17:34: [management] Starting server\n2018:11:19 07:17:34: [management] Listening for requests\n2018:11:19 07:17:34: Namespace: signaling\n2018:11:19 07:17:34: [signaling] Starting server\n2018:11:19 07:17:34: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:45.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:45.568Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:45.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:46.112Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:46.112Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:46.579Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:46.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:46.579Z", "message": "Execution done (return_code=0): /tmp/3Y4LT/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:46.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:46.579Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:46.579Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "8cac787d-0d56-4da5-bc5c-0e5363980a7a"}, {"node_instance_id": "dime_3euvhl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:46.756Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:46.756Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:47.685Z", "message": "Downloaded scripts/bind/bind.py to /tmp/U6RHT/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:47.685Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:47.767Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:47.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:47.767Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:47.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1874, "offset": 1820, "size": 50}}} 2018-11-19 07:18:48,011 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:48,011 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:48 GMT 2018-11-19 07:18:48,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:48,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25437 2018-11-19 07:18:48,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:48,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.080s user 0m0.008s sys 0m0.052s 2018-11-19 07:18:48,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-11-19 07:18:48,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-11-19 07:18:48,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:32:b5:c7 inet addr:192.168.120.14 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe32:b5c7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:114966 errors:0 dropped:0 overruns:0 frame:0 TX packets:74518 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:176744779 (176.7 MB) TX bytes:12465186 (12.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB) real 0m0.005s user 0m0.004s sys 0m0.002s 2018-11-19 07:18:48,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 07:10 ? 00:00:00 /sbin/init root 2 0 0 07:10 ? 00:00:00 [kthreadd] root 3 2 0 07:10 ? 00:00:00 [ksoftirqd/0] root 5 2 0 07:10 ? 00:00:00 [kworker/0:0H] root 6 2 0 07:10 ? 00:00:00 [kworker/u4:0] root 7 2 0 07:10 ? 00:00:00 [rcu_sched] root 8 2 0 07:10 ? 00:00:00 [rcuos/0] root 9 2 0 07:10 ? 00:00:00 [rcuos/1] root 10 2 0 07:10 ? 00:00:00 [rcu_bh] root 11 2 0 07:10 ? 00:00:00 [rcuob/0] root 12 2 0 07:10 ? 00:00:00 [rcuob/1] root 13 2 0 07:10 ? 00:00:00 [migration/0] root 14 2 0 07:10 ? 00:00:00 [watchdog/0] root 15 2 0 07:10 ? 00:00:00 [watchdog/1] root 16 2 0 07:10 ? 00:00:00 [migration/1] root 17 2 0 07:10 ? 00:00:00 [ksoftirqd/1] root 19 2 0 07:10 ? 00:00:00 [kworker/1:0H] root 20 2 0 07:10 ? 00:00:00 [khelper] root 21 2 0 07:10 ? 00:00:00 [kdevtmpfs] root 22 2 0 07:10 ? 00:00:00 [netns] root 23 2 0 07:10 ? 00:00:00 [writeback] root 24 2 0 07:10 ? 00:00:00 [kintegrityd] root 25 2 0 07:10 ? 00:00:00 [bioset] root 26 2 0 07:10 ? 00:00:00 [kworker/u5:0] root 27 2 0 07:10 ? 00:00:00 [kblockd] root 28 2 0 07:10 ? 00:00:00 [ata_sff] root 29 2 0 07:10 ? 00:00:00 [khubd] root 30 2 0 07:10 ? 00:00:00 [md] root 31 2 0 07:10 ? 00:00:00 [devfreq_wq] root 32 2 0 07:10 ? 00:00:00 [kworker/0:1] root 34 2 0 07:10 ? 00:00:00 [khungtaskd] root 35 2 0 07:10 ? 00:00:00 [kswapd0] root 36 2 0 07:10 ? 00:00:00 [vmstat] root 37 2 0 07:10 ? 00:00:00 [ksmd] root 38 2 0 07:10 ? 00:00:00 [khugepaged] root 39 2 0 07:10 ? 00:00:00 [fsnotify_mark] root 40 2 0 07:10 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 07:10 ? 00:00:00 [crypto] root 53 2 0 07:10 ? 00:00:00 [kthrotld] root 54 2 0 07:10 ? 00:00:00 [kworker/u4:1] root 55 2 0 07:10 ? 00:00:00 [vballoon] root 56 2 0 07:10 ? 00:00:00 [kworker/1:1] root 57 2 0 07:10 ? 00:00:00 [scsi_eh_0] root 58 2 0 07:10 ? 00:00:00 [scsi_eh_1] root 79 2 0 07:10 ? 00:00:00 [deferwq] root 80 2 0 07:10 ? 00:00:00 [charger_manager] root 124 2 0 07:10 ? 00:00:00 [kpsmoused] root 142 2 0 07:10 ? 00:00:00 [kworker/0:2] root 186 2 0 07:10 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 07:10 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 07:10 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 430 2 0 07:10 ? 00:00:00 [kworker/u5:1] root 481 1 0 07:10 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 07:10 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 07:10 ? 00:00:00 [kauditd] message+ 911 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork root 936 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind syslog 952 1 0 07:10 ? 00:00:00 rsyslogd root 979 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon root 1050 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1093 1 0 07:10 ? 00:00:00 cron daemon 1094 1 0 07:10 ? 00:00:00 atd root 1113 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D root 1116 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance root 1117 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1451 2 0 07:10 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 07:10 ? 00:00:00 /home/ubuntu/dime_host_v6cc7g/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_v6cc7g --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_v6cc7g --logging-server-logdir=/home/ubuntu/dime_host_v6cc7g/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g%I.log --pidfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g.pid ubuntu 1765 1 0 07:11 ? 00:00:02 python2.7 /home/ubuntu/dime_host_v6cc7g/env/bin/diamond --configfile /home/ubuntu/dime_host_v6cc7g/work/plugins/diamond/etc/diamond.conf ubuntu 1829 1651 0 07:13 ? 00:00:00 /home/ubuntu/dime_host_v6cc7g/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_v6cc7g --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_v6cc7g --logging-server-logdir=/home/ubuntu/dime_host_v6cc7g/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g%I.log --pidfile=/home/ubuntu/dime_host_v6cc7g/work/dime_host_v6cc7g.pid ubuntu 1851 1829 0 07:13 ? 00:00:00 /home/ubuntu/dime_host_v6cc7g/env/bin/python2.7 /home/ubuntu/dime_host_v6cc7g/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-rXsaag ubuntu 1862 1851 0 07:13 ? 00:00:00 /bin/sh -c /tmp/3Y4LT/install-dime.sh ubuntu 1864 1862 0 07:13 ? 00:00:00 /bin/bash -e /tmp/3Y4LT/install-dime.sh root 2463 2 0 07:14 ? 00:00:00 [kworker/u5:2] ntp 8951 1 0 07:16 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9527 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9528 9527 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9532 1 0 07:17 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9533 9532 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9542 9528 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9543 9533 0 07:17 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9544 9543 0 07:17 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9740 1 0 07:17 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc snmp 10291 1 0 07:18 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10605 1 0 07:18 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 10668 1864 0 07:18 ? 00:00:00 /bin/bash -e /tmp/3Y4LT/install-dime.sh ubuntu 10669 10668 0 07:18 ? 00:00:00 /bin/bash -e /tmp/3Y4LT/install-dime.sh root 10670 10669 0 07:18 ? 00:00:00 sudo ps -edf root 10671 10670 0 07:18 ? 00:00:00 ps -edf real 0m0.009s user 0m0.008s sys 0m0.002s 2018-11-19 07:18:48,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-11-19 07:18:48,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/ralf /var/log/sysstat /var/log/sysstat/clearwater-sa19 /var/log/dpkg.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/nginx /var/log/nginx/error.log /var/log/nginx/access.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_20181119T070000Z.txt /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/clearwater-socket-factory.log /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.008s user 0m0.000s sys 0m0.006s 2018-11-19 07:18:48,013 - 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 10605/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1113/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9740/monit tcp6 0 0 ::1:53 :::* LISTEN 10605/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1113/sshd udp 0 0 192.168.120.14:123 0.0.0.0:* 8951/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8951/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8951/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10291/snmpd udp 0 0 0.0.0.0:2989 0.0.0.0:* 586/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10605/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 8951/ntpd udp6 0 0 ::1:123 :::* 8951/ntpd udp6 0 0 :::123 :::* 8951/ntpd udp6 0 0 :::161 :::* 10291/snmpd udp6 0 0 :::53448 :::* 586/dhclient udp6 0 0 ::1:53 :::* 10605/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 8200 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8012 911/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 10102 1651/python2.7 /tmp/cloudify-logging-server-fc4c0.socket unix 2 [ ACC ] STREAM LISTENING 12442 1851/python2.7 /tmp/ctx-Hlxbrg.socket unix 2 [ ACC ] STREAM LISTENING 7089 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 20961 9542/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 22289 9544/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9125 1117/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 23674 10291/snmpd /var/agentx/master real 0m0.008s user 0m0.004s sys 0m0.004s 2018-11-19 07:18:48,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-11-19 07:18:48,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-11-19 07:18:48,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-11-19 07:18:22.360648180 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-11-19 07:18:48,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018:11:19 07:17:34: Namespace: management 2018:11:19 07:17:34: [management] Starting server 2018:11:19 07:17:34: [management] Listening for requests 2018:11:19 07:17:34: Namespace: signaling 2018:11:19 07:17:34: [signaling] Starting server 2018:11:19 07:17:34: [signaling] Listening for requests real 0m0.005s user 0m0.004s sys 0m0.001s 2018-11-19 07:18:48,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-11-19 07:18:48,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:48,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-11-19 07:18:48,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/3Y4LT/install-dime.sh 2018-11-19 07:18:48,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-11-19 07:18:48,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:18:48,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/U6RHT/bind.py 2018-11-19 07:18:48,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:18:48,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:18:48,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:48,091 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:48,091 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:48 GMT 2018-11-19 07:18:48,092 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:48,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:48,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:53,098 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:53,196 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.589Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.589Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.589Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.589Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.589Z", "message": "[localhost] run: sudo mv /tmp/tmp8N3awG /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.589Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.589Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}, u'dime': {u'dime_3euvhl': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'dime-3euvhl'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:48.952Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:48.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:49.598Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:49.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:49.598Z", "message": "[localhost] run: sudo mv /tmp/tmpXAvdNp /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:49.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:49.598Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:49.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:49.598Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:49.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:49.598Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}, u'dime': {u'dime_3euvhl': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'dime-3euvhl'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:49.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "9b421f75-2a41-4af0-b1f4-53bc988778ea"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:50.614Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.21: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.21\n\n\n\n# Email server configuration\nsmtp_smarthost=localhost\nsmtp_username=username\nsmtp_password=password\nemail_recovery_sender=clearwater@example.org\n\n# Keys\nsignup_key=secret\nturn_workaround=secret\nellis_api_key=secret\nellis_cookie_key=secret\n\nhomestead_impu_store=vellum.clearwater.local", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:50.614Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2f192708-3840-4314-aebf-83b68b7260bc"}], "metadata": {"pagination": {"total": 1888, "offset": 1841, "size": 50}}} 2018-11-19 07:18:53,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:53,197 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:53 GMT 2018-11-19 07:18:53,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:53,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10175 2018-11-19 07:18:53,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:53,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:18:53,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:18:53,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:18:53,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:18:53,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp8N3awG /etc/bind/db.clearwater.local 2018-11-19 07:18:53,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:18:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}, u'dime': {u'dime_3euvhl': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'dime-3euvhl'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:18:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:18:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXAvdNp /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:18:53,199 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:18:53,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}, u'dime': {u'dime_3euvhl': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'dime-3euvhl'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:18:53,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.21: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.21 # Email server configuration smtp_smarthost=localhost smtp_username=username smtp_password=password email_recovery_sender=clearwater@example.org # Keys signup_key=secret turn_workaround=secret ellis_api_key=secret ellis_cookie_key=secret homestead_impu_store=vellum.clearwater.local 2018-11-19 07:18:53,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:53,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:53,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:53,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:53,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:53,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:53 GMT 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:53,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:58,266 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:18:58,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:58,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:53.417Z", "message": "Execution done (return_code=0): /tmp/UOAM7/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:53.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2f192708-3840-4314-aebf-83b68b7260bc"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:18:53.607Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:18:53.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1890, "offset": 1855, "size": 50}}} 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:58 GMT 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:58,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1130 2018-11-19 07:18:58,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:18:58,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/UOAM7/create_number.sh 2018-11-19 07:18:58,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:18:58,615 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:18:58,676 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:18:58,676 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:18:58,676 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:18:58,676 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:18:58,676 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:18:58,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:18:58,677 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:18:58,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:18:58,677 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:18:58,677 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:18:58 GMT 2018-11-19 07:18:58,677 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:18:58,677 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:18:58,677 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:03,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:04,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:04,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:04,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:04,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:04,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:04,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1890, "offset": 1857, "size": 50}}} 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:04 GMT 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:04,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:04,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:04,336 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:04 GMT 2018-11-19 07:19:04,337 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:04,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:04,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:09,343 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:09,523 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:09,523 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:09,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:09,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:09,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1890, "offset": 1857, "size": 50}}} 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:09 GMT 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:19:09,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:09,525 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:09,590 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:09,590 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:09,590 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:09,590 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:09 GMT 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:09,591 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:14,597 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:15,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:15,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:12.867Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:12.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}], "metadata": {"pagination": {"total": 1891, "offset": 1857, "size": 50}}} 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:15,022 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:15 GMT 2018-11-19 07:19:15,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:15,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-11-19 07:19:15,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:15,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-11-19 07:19:15,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:15,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:15,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:15,148 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:15 GMT 2018-11-19 07:19:15,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:15,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:15,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:20,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:20,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:20,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1891, "offset": 1858, "size": 50}}} 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:20 GMT 2018-11-19 07:19:20,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:20,247 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:19:20,247 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:20,247 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:20,325 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:20,325 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:20,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:20,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:20,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:20,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:20,325 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:20,326 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:20,326 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:20,326 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:20 GMT 2018-11-19 07:19:20,326 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:20,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:20,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:25,331 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:25,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:21.996Z", "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 22 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,088 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59686 files and directories currently installed.)\nPreparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-171218.103208) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ...\nUnpacking clearwater-management (1.0-171218.103208) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-171218.103208) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-171218.103208) ...\n\nreal\t0m8.964s\nuser\t0m3.430s\nsys\t0m0.726s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:21.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:22.631Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:22.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:22.631Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:22.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:23.646Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:23.646Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:24.850Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.055s\nuser\t0m0.006s\nsys\t0m0.049s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:24.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}], "metadata": {"pagination": {"total": 1896, "offset": 1858, "size": 50}}} 2018-11-19 07:19:25,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:25,410 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:25 GMT 2018-11-19 07:19:25,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:25,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7536 2018-11-19 07:19:25,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:25,410 - 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 22 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,088 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59686 files and directories currently installed.) Preparing to unpack .../clearwater-cluster-manager_1.0-171218.103208_all.deb ... Unpacking clearwater-cluster-manager (1.0-171218.103208) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-171218.103208_all.deb ... Unpacking clearwater-management (1.0-171218.103208) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-171218.103208) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-171218.103208) ... real 0m8.964s user 0m3.430s sys 0m0.726s 2018-11-19 07:19:25,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-11-19 07:19:25,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-11-19 07:19:25,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-11-19 07:19:25,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.055s user 0m0.006s sys 0m0.049s 2018-11-19 07:19:25,412 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:25,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:25,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:25,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:25,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:25 GMT 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:25,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:30,648 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:30,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:30,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:30,887 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:30,887 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:30,887 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:30,887 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:30,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:30,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:25.656Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:78:93:18 \n inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe78:9318/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:150975 errors:0 dropped:0 overruns:0 frame:0\n TX packets:88592 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:223352901 (223.3 MB) TX bytes:14465489 (14.4 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:58 errors:0 dropped:0 overruns:0 frame:0\n TX packets:58 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB)\n\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:25.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:25.656Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:25.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:25.656Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:25.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:26.682Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 07:09 ? 00:00:00 /sbin/init\nroot 2 0 0 07:09 ? 00:00:00 [kthreadd]\nroot 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 07:09 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 07:09 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 07:09 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 07:09 ? 00:00:00 [rcu_sched]\nroot 8 2 0 07:09 ? 00:00:00 [rcuos/0]\nroot 9 2 0 07:09 ? 00:00:00 [rcuos/1]\nroot 10 2 0 07:09 ? 00:00:00 [rcu_bh]\nroot 11 2 0 07:09 ? 00:00:00 [rcuob/0]\nroot 12 2 0 07:09 ? 00:00:00 [rcuob/1]\nroot 13 2 0 07:09 ? 00:00:00 [migration/0]\nroot 14 2 0 07:09 ? 00:00:00 [watchdog/0]\nroot 15 2 0 07:09 ? 00:00:00 [watchdog/1]\nroot 16 2 0 07:09 ? 00:00:00 [migration/1]\nroot 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 07:09 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 07:09 ? 00:00:00 [khelper]\nroot 21 2 0 07:09 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 07:09 ? 00:00:00 [netns]\nroot 23 2 0 07:09 ? 00:00:00 [writeback]\nroot 24 2 0 07:09 ? 00:00:00 [kintegrityd]\nroot 25 2 0 07:09 ? 00:00:00 [bioset]\nroot 27 2 0 07:09 ? 00:00:00 [kblockd]\nroot 28 2 0 07:09 ? 00:00:00 [ata_sff]\nroot 29 2 0 07:09 ? 00:00:00 [khubd]\nroot 30 2 0 07:09 ? 00:00:00 [md]\nroot 31 2 0 07:09 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 07:09 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 07:09 ? 00:00:00 [khungtaskd]\nroot 35 2 0 07:09 ? 00:00:00 [kswapd0]\nroot 36 2 0 07:09 ? 00:00:00 [vmstat]\nroot 37 2 0 07:09 ? 00:00:00 [ksmd]\nroot 38 2 0 07:09 ? 00:00:00 [khugepaged]\nroot 39 2 0 07:09 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 07:09 ? 00:00:00 [crypto]\nroot 53 2 0 07:09 ? 00:00:00 [kthrotld]\nroot 54 2 0 07:09 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 07:09 ? 00:00:00 [vballoon]\nroot 56 2 0 07:09 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 07:09 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 07:09 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 07:09 ? 00:00:00 [deferwq]\nroot 80 2 0 07:09 ? 00:00:00 [charger_manager]\nroot 125 2 0 07:09 ? 00:00:00 [kpsmoused]\nroot 129 2 0 07:09 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 434 2 0 07:09 ? 00:00:00 [kworker/u5:1]\nroot 435 2 0 07:09 ? 00:00:00 [kworker/u5:2]\nroot 483 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon\nroot 587 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 07:09 ? 00:00:00 [kauditd]\nroot 939 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1005 1 0 07:10 ? 00:00:00 rsyslogd\nroot 1039 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1042 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1047 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1048 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1050 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1096 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D\nroot 1098 1 0 07:10 ? 00:00:00 cron\ndaemon 1099 1 0 07:10 ? 00:00:00 atd\nmessage+ 1101 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork\nroot 1108 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance\nroot 1109 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1126 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1258 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1264 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 07:10 ? 00:00:00 /home/ubuntu/vellum_host_g59gqu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_g59gqu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_g59gqu --logging-server-logdir=/home/ubuntu/vellum_host_g59gqu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu%I.log --pidfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu.pid\nubuntu 1765 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_g59gqu/env/bin/diamond --configfile /home/ubuntu/vellum_host_g59gqu/work/plugins/diamond/etc/diamond.conf\nubuntu 1837 1651 0 07:13 ? 00:00:00 /home/ubuntu/vellum_host_g59gqu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_g59gqu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_g59gqu --logging-server-logdir=/home/ubuntu/vellum_host_g59gqu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu%I.log --pidfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu.pid\nubuntu 1859 1837 0 07:13 ? 00:00:00 /home/ubuntu/vellum_host_g59gqu/env/bin/python2.7 /home/ubuntu/vellum_host_g59gqu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-TFQPKz\nubuntu 1870 1859 0 07:13 ? 00:00:00 /bin/sh -c /tmp/KXN06/install-vellum.sh\nubuntu 1873 1870 0 07:13 ? 00:00:00 /bin/bash -e /tmp/KXN06/install-vellum.sh\nroot 3690 2 0 07:15 ? 00:00:00 [kworker/u5:0]\nntp 12305 1 0 07:17 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12707 1 0 07:18 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 13033 1 0 07:18 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13675 1 0 07:18 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13682 13675 0 07:18 ? 00:00:00 cpulimit -e astaire -l 10\nroot 14042 13033 0 07:18 ? 00:00:00 [check-monit-upt] \ndnsmasq 14652 1 0 07:19 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new\nubuntu 14717 1873 0 07:19 ? 00:00:00 /bin/bash -e /tmp/KXN06/install-vellum.sh\nubuntu 14718 14717 0 07:19 ? 00:00:00 /bin/bash -e /tmp/KXN06/install-vellum.sh\nroot 14719 14718 0 07:19 ? 00:00:00 sudo ps -edf\nroot 14720 14719 0 07:19 ? 00:00:00 ps -edf\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:26.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:26.682Z", "message": "[vellum] => /var/log\n/var/log/chronos\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa19\n/var/log/dpkg.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/wtmp\n/var/log/iotop.log\n/var/log/fsck\n/var/log/fsck/checkroot\n/var/log/fsck/checkfs\n/var/log/dmesg\n/var/log/btmp\n/var/log/alternatives.log\n/var/log/clearwater-config-manager\n/var/log/apt\n/var/log/apt/history.log\n/var/log/apt/term.log\n/var/log/monit.log\n/var/log/astaire\n/var/log/astaire/astaire_20181119T070000Z.txt\n/var/log/astaire/astaire_current.txt\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_err.log\n/var/log/dist-upgrade\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/cloud-init.log\n/var/log/clearwater-cluster-manager\n/var/log/memcached.log\n/var/log/kern.log\n/var/log/upstart\n/var/log/upstart/console-setup.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/rsyslog.log\n/var/log/ntpstats\n/var/log/rogers\n/var/log/udev\n/var/log/clearwater-queue-manager\n/var/log/cloud-init-output.log\n/var/log/lastlog\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/auth.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/unattended-upgrades\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:26.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:26.682Z", "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 14652/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 13033/monit \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12707/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14652/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1096/sshd \nudp 0 0 192.168.120.13:123 0.0.0.0:* 12305/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 12305/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 12305/ntpd \nudp 0 0 0.0.0.0:23470 0.0.0.0:* 587/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12707/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14652/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient \nudp6 0 0 fe80::f816:3eff:fe7:123 :::* 12305/ntpd \nudp6 0 0 ::1:123 :::* 12305/ntpd \nudp6 0 0 :::123 :::* 12305/ntpd \nudp6 0 0 :::59166 :::* 587/dhclient \nudp6 0 0 ::1:53 :::* 14652/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 10892 1651/python2.7 /tmp/cloudify-logging-server-37afc.socket\nunix 2 [ ACC ] STREAM LISTENING 11800 1859/python2.7 /tmp/ctx-z3PBI3.socket\nunix 2 [ ACC ] STREAM LISTENING 1638 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 1940 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9660 1101/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9684 1109/acpid /var/run/acpid.socket\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:26.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:26.682Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:26.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:26.682Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:26.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:27.691Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:27.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:27.691Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:27.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:27.691Z", "message": "[vellum] => 2018-11-19 07:18:38.557558591 Stopping etcd clearwater-etcd\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:27.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:28.710Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:28.710Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:28.710Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:28.710Z", "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-11-19T07:19:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:28.710Z", "message": "[vellum] => INFO [main] 2018-11-19 07:15:52,397 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-11-19 07:15:52,411 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-19 07:15:52,495 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-19 07:15:52,632 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-11-19 07:15:52,639 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-11-19 07:15:52,639 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-11-19 07:15:52,972 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-19 07:15:52,994 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-19 07:15:53,024 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-11-19 07:15:53,024 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-11-19 07:15:53,024 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 714880(698K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74007552(72273K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-11-19 07:15:53,026 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16718248(16326K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-11-19 07:15:53,026 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar\nINFO [main] 2018-11-19 07:15:53,027 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_1542611751.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1542611751.log]\nINFO [main] 2018-11-19 07:15:53,083 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-11-19 07:15:53,084 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-11-19 07:15:53,142 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-11-19 07:15:53,144 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-11-19 07:15:53,144 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-11-19 07:15:53,148 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-11-19 07:15:53,154 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-11-19 07:15:53,160 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-11-19 07:15:53,160 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-11-19 07:15:53,229 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-11-19 07:15:54,267 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-11-19 07:15:54,271 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-11-19 07:15:54,276 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-11-19 07:15:54,280 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-11-19 07:15:54,285 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-11-19 07:15:54,289 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-11-19 07:15:54,294 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-11-19 07:15:54,299 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-11-19 07:15:54,305 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-11-19 07:15:54,309 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-11-19 07:15:54,315 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-11-19 07:15:54,320 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-11-19 07:15:54,324 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-11-19 07:15:54,327 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-11-19 07:15:54,330 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-11-19 07:15:54,334 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-11-19 07:15:54,402 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-11-19 07:15:54,402 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-11-19 07:15:54,440 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:54,445 Memtable.java:347 - Writing Memtable-local@982307882(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:54,476 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=1542611754246, position=399)\nINFO [main] 2018-11-19 07:15:54,975 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-11-19 07:15:55,112 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-11-19 07:15:55,112 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-11-19 07:15:55,115 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-11-19 07:15:55,126 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes\nINFO [main] 2018-11-19 07:15:55,126 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-11-19 07:15:55,140 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-19 07:15:55,148 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nWARN [main] 2018-11-19 07:15:55,157 SystemKeyspace.java:765 - No host ID found, created fc274b67-b1a3-48eb-b63f-610187b200a6 (Note: This should happen exactly once per node).\nINFO [main] 2018-11-19 07:15:55,159 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-11-19 07:15:55,160 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:55,161 Memtable.java:347 - Writing Memtable-local@243239268(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:55,162 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=1542611754246, position=93397)\nINFO [main] 2018-11-19 07:15:55,826 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-19 07:15:55,838 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-19 07:15:55,866 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-11-19 07:15:55,879 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-19 07:15:55,889 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-19 07:15:55,897 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-19 07:15:55,904 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-19 07:15:55,915 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-11-19 07:15:55,917 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-11-19 07:15:55,924 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000]\nINFO [main] 2018-11-19 07:15:55,934 StorageService.java:959 - Generated random tokens. tokens are [5937508693303008178, -4488821881814583259, 8464835855672345519, -1745777108568067360, -5602814416358521996, 6250896045644918679, -6224452328251618909, -2876940626621355633, -2245990604147525761, 6934408701550440221, -574579280147746387, -6575521286075509329, 4417248985940824651, 5121317269295323915, 5357644893697966622, 1901770677177937474, 4759784268268664112, -334650074016328840, -5716908075729630111, 747176063430952780, 5553216601290564649, -6795376280441453465, 8374525957731071254, -2181773291342536685, 1906328918258188306, -1520612436565334880, 4718377568335492008, 1573314563812884057, 603814630003482492, 8179735414233887319, 936040140648343999, -8258757431495348485, -4601093777135613949, -2021223365140194644, 6317123071786863393, 3693080682658860248, 6333779617976899826, 4579699609921681184, 5241235858293762886, -8546206398284658512, 8609717310964171305, 3129140210381438812, 778740615801647089, 3147243840830121944, -920461650302683223, 6730878265064674783, -2685465706851826867, 8460290711940818109, -7250034888320408560, 461321303869751541, -98777914097706516, -5259676918888057623, -3960135151193120726, -730328162673899546, -1911540269771855085, 5445194007242055371, 2011241593453215859, -8722512290421868896, 6229012961858179387, 2178388840571525727, 7102609176150233984, -8376234979980365822, 5171515379233236670, 2461888974092082579, -6875465012100277450, -1344943425494450123, -5327302062389960163, 4850673638221688281, -7533055429363177479, 9122812087949280183, 5797106270479553824, -520725857618855813, 7344177546800952266, 5210913771718721473, -5558473594182804927, -3688564482349154973, 2837567569535984438, -4363926080255405107, 8078325112649209602, 8859626396329647340, 6050496988683327954, -2341051739978910268, 3655735283200837179, -482943251668581614, -8082543930554233004, 9039998518145028257, -6247534683165846190, 8822080970563526406, -8183438451118221678, -4363373652236010861, 2973368104002694039, -383232805123927197, 7489392672256090794, 7846950828122216693, -8217872024539541991, 3098512513546581670, -7262238069207986165, 212850783433418486, -5607871212528284309, 6143973478084795370, 7196352595249989772, -2836258451409928188, -3132745766673146529, -2289171186790662494, -2971255351212646879, 3946542809669583429, -8626702892903741135, -8668808435274759146, -114674535527982970, -8762451237033202235, 953371782505486628, 8539691054754302503, -2180795751630928558, -3554075085711497179, -6162444426005920942, -2041617526326403492, -3450118287861284862, -8054354246152166641, -4390942387751597787, -5995163911489493439, 1003316952459108056, 223569772133565891, 5410636157549941111, 2199712711257745031, -8446230683285893394, -8087615114657011704, 304732581694506446, 3462477897301194149, -3964566607171684301, 7990157610863765980, -3591728363743055660, 421870280198862808, -6907836273615297836, -8569060082215181817, 3309898834703171736, -2944847361023382697, -1937601955609259615, 2585916367592265738, 5786797751020877539, 2661422789709396179, 1728497498605302777, -4464062987992923544, 6436845739884383617, -8981113266477521818, 2472181056182918277, -1502513640761868557, -593995975920842715, -6134042893617934577, 5551859474696209122, -3747890386100734035, -1435182747893073608, 1596724295967292895, -8039780301941954457, -2035555557960661045, -4605803229916933699, -263737803374391855, 7195356821157884538, -9210624866654492717, 1777708006822402125, -8003063473537559343, 6376851553363863096, -2915080281212464685, 5268983809756473698, 6247693210349924477, -3840174871989261759, 686570690913551756, 4480517860746415029, -7731301527895200991, 7110360233657001626, 2990713521255137078, 2191138288898841182, -7539830615748018069, -7357507380726103152, -7954062278679579639, 5339902220701767751, -3854221704972226505, 4289215436204085423, 3866130222363487135, -6198558268837171404, -4671507283266643003, 4979782866459364313, -5509939215652944936, -779041469397282252, 3955298165549278294, 5577833486581801421, -7396153515663504879, 2962894736120395862, -1554769642163524298, 4470943553961132413, 1182461265073103293, 1014199042763334762, -2732239966825274391, -6461803671795412485, -2167879900148229570, -1834619888729357218, -1012237459993304664, -8621363509419512640, -8789135192739467024, -1906449745549429729, -3682382053519740581, -4446097919142283106, -4949712854400768432, -8858003389182756434, -6055636381440207716, 1024839655944119139, -5907512058989383517, -5570237670189889038, 4842035947384959681, 2925291237739997575, 2017459065675717889, 202180453209492984, -8779034966368610599, -7006278042679509374, 6074204803929531002, 7670228036244037690, 3738120780976281952, -6926953919566623265, 2567891702441131584, 3794178893964205203, 9181785811108927815, 4820577267427016100, -6033870166197852509, -8950972649714276601, 7884001555937125338, 8805011695816069240, 3103137868338793183, -8057095854196024678, -6906221417304870451, 7560612599742664038, 3203694310179098776, -1907304928386085990, -6721788027158759285, 7943063802435494971, -2248445086053455764, 2411479592716027727, 5904088879306462323, -3334420332619956562, 6965471213837816650, 3983733898573774349, 1309147496215542648, -6052851009562292854, -9025009642532553431, 6191015534814251462, -3727012838564459817, -4917614684676556139, 8642249358169030353, 5684276218874203801, -5574018473010588760, 7545601704524847058, 4535675753035754953, -997302846983597431, -1057155262464003065, 7665633137449392421, -9081378524531112500, -6842016506360097008, 4787475661480170531]\nINFO [main] 2018-11-19 07:15:55,947 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@32fe2d99[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@4666f408[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@247811}\nINFO [MigrationStage:1] 2018-11-19 07:15:55,985 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:55,986 Memtable.java:347 - Writing Memtable-schema_keyspaces@1397020683(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:55,987 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=1542611754246, position=102352)\nINFO [MigrationStage:1] 2018-11-19 07:15:56,731 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:56,732 Memtable.java:347 - Writing Memtable-schema_columnfamilies@805796611(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:56,740 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=1542611754246, position=102352)\nINFO [MigrationStage:1] 2018-11-19 07:15:57,139 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:57,139 Memtable.java:347 - Writing Memtable-schema_columns@506739903(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:57,155 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=1542611754246, position=102352)\nINFO [MigrationStage:1] 2018-11-19 07:15:57,435 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:57,436 Memtable.java:347 - Writing Memtable-schema_triggers@1901256470(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:57,436 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=1542611754246, position=102352)\nINFO [MigrationStage:1] 2018-11-19 07:15:58,008 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:58,008 Memtable.java:347 - Writing Memtable-schema_usertypes@1378521960(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-19 07:15:58,009 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=1542611754246, position=102352)\nINFO [MigrationStage:1] 2018-11-19 07:15:59,058 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@c074912[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-11-19 07:15:59,062 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-11-19 07:15:59,062 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@17cbc737[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={\"keys\":\"ALL\", \"rows_per_partition\":\"NONE\"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false]\nINFO [MigrationStage:1] 2018-11-19 07:15:59,068 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-11-19 07:15:59,102 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:59,103 Memtable.java:347 - Writing Memtable-local@1155325842(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-11-19 07:15:59,103 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=1542611754246, position=102595)\nINFO [main] 2018-11-19 07:16:00,490 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51481 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-11-19 07:16:00,491 Memtable.java:347 - Writing Memtable-local@141102832(8.367KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-11-19 07:16:00,500 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=1542611754246, position=114587)\nINFO [CompactionExecutor:2] 2018-11-19 07:16:01,808 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')]\nINFO [main] 2018-11-19 07:16:01,847 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-11-19 07:16:01,911 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-11-19 07:16:01,936 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c]\nINFO [main] 2018-11-19 07:16:01,936 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-11-19 07:16:01,975 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-11-19 07:16:01,980 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:2] 2018-11-19 07:16:02,565 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,954 bytes to 5,775 (~96% of original) in 745ms = 0.007393MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,269 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,288 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,289 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,290 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-11-19 07:18:35,302 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-11-19 07:18:35,303 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.004s\nuser\t0m0.000s\nsys\t0m0.004s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:28.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:29.528Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:29.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:29.721Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:29.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:29.721Z", "message": "[vellum] => # YAML topology configuration file for Cassandra,\n# to be used with YamlFileNetworkTopologySnitch.\n\n# The topology, as a list of data centers.\ntopology:\n # Each data center has a name and a list of racks.\n - dc_name: DC1\n racks:\n # Each rack has a name and a list of nodes.\n - rack_name: c1\n nodes:\n # Each node has a broadcast address (required)\n # and a data-center-local address (optional).\n # If dc_local_address is specified, its peers\n # in the same data center will attempt to\n # reconnect over that address instead.\n - broadcast_address: 1.2.3.4\n dc_local_address: 5.6.7.8\n\n# Default data center name for unknown nodes; defaults to \"UNKNOWN\"\n# default_dc_name: UNKNOWN\n\n# Default rack name for unknown nodes\n# default_rack_name: UNKNOWN; defaults to \"UNKNOWN\"\n\n\nreal\t0m0.004s\nuser\t0m0.003s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:29.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:29.721Z", "message": "Execution done (return_code=0): /tmp/KXN06/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:29.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:29.721Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:29.721Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "fa8666bc-fdea-44c7-960b-d5ec5d5da224"}], "metadata": {"pagination": {"total": 1919, "offset": 1863, "size": 50}}} 2018-11-19 07:19:30,888 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:30,888 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:30 GMT 2018-11-19 07:19:30,888 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:30,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79126 2018-11-19 07:19:30,888 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:30,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:78:93:18 inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe78:9318/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:150975 errors:0 dropped:0 overruns:0 frame:0 TX packets:88592 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:223352901 (223.3 MB) TX bytes:14465489 (14.4 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:58 errors:0 dropped:0 overruns:0 frame:0 TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5422 (5.4 KB) TX bytes:5422 (5.4 KB) real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:19:30,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-11-19 07:19:30,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-11-19 07:19:30,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 07:09 ? 00:00:00 /sbin/init root 2 0 0 07:09 ? 00:00:00 [kthreadd] root 3 2 0 07:09 ? 00:00:00 [ksoftirqd/0] root 4 2 0 07:09 ? 00:00:00 [kworker/0:0] root 5 2 0 07:09 ? 00:00:00 [kworker/0:0H] root 6 2 0 07:09 ? 00:00:00 [kworker/u4:0] root 7 2 0 07:09 ? 00:00:00 [rcu_sched] root 8 2 0 07:09 ? 00:00:00 [rcuos/0] root 9 2 0 07:09 ? 00:00:00 [rcuos/1] root 10 2 0 07:09 ? 00:00:00 [rcu_bh] root 11 2 0 07:09 ? 00:00:00 [rcuob/0] root 12 2 0 07:09 ? 00:00:00 [rcuob/1] root 13 2 0 07:09 ? 00:00:00 [migration/0] root 14 2 0 07:09 ? 00:00:00 [watchdog/0] root 15 2 0 07:09 ? 00:00:00 [watchdog/1] root 16 2 0 07:09 ? 00:00:00 [migration/1] root 17 2 0 07:09 ? 00:00:00 [ksoftirqd/1] root 19 2 0 07:09 ? 00:00:00 [kworker/1:0H] root 20 2 0 07:09 ? 00:00:00 [khelper] root 21 2 0 07:09 ? 00:00:00 [kdevtmpfs] root 22 2 0 07:09 ? 00:00:00 [netns] root 23 2 0 07:09 ? 00:00:00 [writeback] root 24 2 0 07:09 ? 00:00:00 [kintegrityd] root 25 2 0 07:09 ? 00:00:00 [bioset] root 27 2 0 07:09 ? 00:00:00 [kblockd] root 28 2 0 07:09 ? 00:00:00 [ata_sff] root 29 2 0 07:09 ? 00:00:00 [khubd] root 30 2 0 07:09 ? 00:00:00 [md] root 31 2 0 07:09 ? 00:00:00 [devfreq_wq] root 32 2 0 07:09 ? 00:00:00 [kworker/0:1] root 34 2 0 07:09 ? 00:00:00 [khungtaskd] root 35 2 0 07:09 ? 00:00:00 [kswapd0] root 36 2 0 07:09 ? 00:00:00 [vmstat] root 37 2 0 07:09 ? 00:00:00 [ksmd] root 38 2 0 07:09 ? 00:00:00 [khugepaged] root 39 2 0 07:09 ? 00:00:00 [fsnotify_mark] root 40 2 0 07:09 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 07:09 ? 00:00:00 [crypto] root 53 2 0 07:09 ? 00:00:00 [kthrotld] root 54 2 0 07:09 ? 00:00:00 [kworker/u4:1] root 55 2 0 07:09 ? 00:00:00 [vballoon] root 56 2 0 07:09 ? 00:00:00 [kworker/1:1] root 57 2 0 07:09 ? 00:00:00 [scsi_eh_0] root 58 2 0 07:09 ? 00:00:00 [scsi_eh_1] root 79 2 0 07:09 ? 00:00:00 [deferwq] root 80 2 0 07:09 ? 00:00:00 [charger_manager] root 125 2 0 07:09 ? 00:00:00 [kpsmoused] root 129 2 0 07:09 ? 00:00:00 [kworker/1:2] root 186 2 0 07:09 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 07:09 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 07:09 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 07:09 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 434 2 0 07:09 ? 00:00:00 [kworker/u5:1] root 435 2 0 07:09 ? 00:00:00 [kworker/u5:2] root 483 1 0 07:09 ? 00:00:00 upstart-socket-bridge --daemon root 587 1 0 07:09 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 07:09 ? 00:00:00 [kauditd] root 939 1 0 07:10 ? 00:00:00 upstart-file-bridge --daemon syslog 1005 1 0 07:10 ? 00:00:00 rsyslogd root 1039 1 0 07:10 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1042 1 0 07:10 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1047 1 0 07:10 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1048 1 0 07:10 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1050 1 0 07:10 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1096 1 0 07:10 ? 00:00:00 /usr/sbin/sshd -D root 1098 1 0 07:10 ? 00:00:00 cron daemon 1099 1 0 07:10 ? 00:00:00 atd message+ 1101 1 0 07:10 ? 00:00:00 dbus-daemon --system --fork root 1108 1 0 07:10 ? 00:00:00 /usr/sbin/irqbalance root 1109 1 0 07:10 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1126 1 0 07:10 ? 00:00:00 /lib/systemd/systemd-logind root 1258 1 0 07:10 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1264 1 0 07:10 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 07:10 ? 00:00:00 /home/ubuntu/vellum_host_g59gqu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_g59gqu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_g59gqu --logging-server-logdir=/home/ubuntu/vellum_host_g59gqu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu%I.log --pidfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu.pid ubuntu 1765 1 0 07:10 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_g59gqu/env/bin/diamond --configfile /home/ubuntu/vellum_host_g59gqu/work/plugins/diamond/etc/diamond.conf ubuntu 1837 1651 0 07:13 ? 00:00:00 /home/ubuntu/vellum_host_g59gqu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_g59gqu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_g59gqu --logging-server-logdir=/home/ubuntu/vellum_host_g59gqu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu%I.log --pidfile=/home/ubuntu/vellum_host_g59gqu/work/vellum_host_g59gqu.pid ubuntu 1859 1837 0 07:13 ? 00:00:00 /home/ubuntu/vellum_host_g59gqu/env/bin/python2.7 /home/ubuntu/vellum_host_g59gqu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-TFQPKz ubuntu 1870 1859 0 07:13 ? 00:00:00 /bin/sh -c /tmp/KXN06/install-vellum.sh ubuntu 1873 1870 0 07:13 ? 00:00:00 /bin/bash -e /tmp/KXN06/install-vellum.sh root 3690 2 0 07:15 ? 00:00:00 [kworker/u5:0] ntp 12305 1 0 07:17 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12707 1 0 07:18 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 13033 1 0 07:18 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13675 1 0 07:18 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13682 13675 0 07:18 ? 00:00:00 cpulimit -e astaire -l 10 root 14042 13033 0 07:18 ? 00:00:00 [check-monit-upt] dnsmasq 14652 1 0 07:19 ? 00:00:00 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /etc/dnsmasq.resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new ubuntu 14717 1873 0 07:19 ? 00:00:00 /bin/bash -e /tmp/KXN06/install-vellum.sh ubuntu 14718 14717 0 07:19 ? 00:00:00 /bin/bash -e /tmp/KXN06/install-vellum.sh root 14719 14718 0 07:19 ? 00:00:00 sudo ps -edf root 14720 14719 0 07:19 ? 00:00:00 ps -edf real 0m0.007s user 0m0.003s sys 0m0.005s 2018-11-19 07:19:30,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/chronos /var/log/sysstat /var/log/sysstat/clearwater-sa19 /var/log/dpkg.log /var/log/cassandra /var/log/cassandra/system.log /var/log/wtmp /var/log/iotop.log /var/log/fsck /var/log/fsck/checkroot /var/log/fsck/checkfs /var/log/dmesg /var/log/btmp /var/log/alternatives.log /var/log/clearwater-config-manager /var/log/apt /var/log/apt/history.log /var/log/apt/term.log /var/log/monit.log /var/log/astaire /var/log/astaire/astaire_20181119T070000Z.txt /var/log/astaire/astaire_current.txt /var/log/astaire/astaire_out.log /var/log/astaire/astaire_err.log /var/log/dist-upgrade /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/cloud-init.log /var/log/clearwater-cluster-manager /var/log/memcached.log /var/log/kern.log /var/log/upstart /var/log/upstart/console-setup.log /var/log/upstart/cryptdisks.log /var/log/upstart/procps-virtual-filesystems.log /var/log/upstart/systemd-logind.log /var/log/upstart/astaire-throttle.log /var/log/upstart/clearwater-monit.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/container-detect.log /var/log/upstart/rsyslog.log /var/log/ntpstats /var/log/rogers /var/log/udev /var/log/clearwater-queue-manager /var/log/cloud-init-output.log /var/log/lastlog /var/log/boot.log /var/log/dmesg.0 /var/log/auth.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/unattended-upgrades real 0m0.007s user 0m0.003s sys 0m0.002s 2018-11-19 07:19:30,891 - 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 14652/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1096/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 13033/monit tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12707/memcached tcp6 0 0 ::1:53 :::* LISTEN 14652/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1096/sshd udp 0 0 192.168.120.13:123 0.0.0.0:* 12305/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 12305/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 12305/ntpd udp 0 0 0.0.0.0:23470 0.0.0.0:* 587/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12707/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14652/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 587/dhclient udp6 0 0 fe80::f816:3eff:fe7:123 :::* 12305/ntpd udp6 0 0 ::1:123 :::* 12305/ntpd udp6 0 0 :::123 :::* 12305/ntpd udp6 0 0 :::59166 :::* 587/dhclient udp6 0 0 ::1:53 :::* 14652/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10892 1651/python2.7 /tmp/cloudify-logging-server-37afc.socket unix 2 [ ACC ] STREAM LISTENING 11800 1859/python2.7 /tmp/ctx-z3PBI3.socket unix 2 [ ACC ] STREAM LISTENING 1638 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 1940 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9660 1101/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9684 1109/acpid /var/run/acpid.socket real 0m0.006s user 0m0.000s sys 0m0.006s 2018-11-19 07:19:30,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-11-19 07:19:30,891 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-11-19 07:19:30,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-11-19 07:19:30,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-11-19 07:19:30,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-11-19 07:18:38.557558591 Stopping etcd clearwater-etcd real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:19:30,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-11-19 07:19:30,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-11-19 07:19:30,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-11-19 07:19:30,893 - 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-11-19 07:19:30,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-11-19 07:15:52,397 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-11-19 07:15:52,411 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-19 07:15:52,495 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-19 07:15:52,632 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-11-19 07:15:52,639 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-11-19 07:15:52,639 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-11-19 07:15:52,972 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-19 07:15:52,994 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-19 07:15:53,024 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-11-19 07:15:53,024 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-11-19 07:15:53,024 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 714880(698K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 74007552(72273K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-11-19 07:15:53,025 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-11-19 07:15:53,026 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16718248(16326K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-11-19 07:15:53,026 CassandraDaemon.java:205 - Classpath: /etc/cassandra:/usr/share/cassandra/lib/ST4-4.0.8.jar:/usr/share/cassandra/lib/airline-0.6.jar:/usr/share/cassandra/lib/antlr-runtime-3.5.2.jar:/usr/share/cassandra/lib/commons-cli-1.1.jar:/usr/share/cassandra/lib/commons-codec-1.2.jar:/usr/share/cassandra/lib/commons-lang3-3.1.jar:/usr/share/cassandra/lib/commons-math3-3.2.jar:/usr/share/cassandra/lib/compress-lzf-0.8.4.jar:/usr/share/cassandra/lib/concurrentlinkedhashmap-lru-1.4.jar:/usr/share/cassandra/lib/disruptor-3.0.1.jar:/usr/share/cassandra/lib/guava-16.0.jar:/usr/share/cassandra/lib/high-scale-lib-1.0.6.jar:/usr/share/cassandra/lib/jackson-core-asl-1.9.2.jar:/usr/share/cassandra/lib/jackson-mapper-asl-1.9.2.jar:/usr/share/cassandra/lib/jamm-0.3.0.jar:/usr/share/cassandra/lib/javax.inject.jar:/usr/share/cassandra/lib/jbcrypt-0.3m.jar:/usr/share/cassandra/lib/jline-1.0.jar:/usr/share/cassandra/lib/jna-4.0.0.jar:/usr/share/cassandra/lib/json-simple-1.1.jar:/usr/share/cassandra/lib/libthrift-0.9.2.jar:/usr/share/cassandra/lib/logback-classic-1.1.2.jar:/usr/share/cassandra/lib/logback-core-1.1.2.jar:/usr/share/cassandra/lib/lz4-1.2.0.jar:/usr/share/cassandra/lib/metrics-core-2.2.0.jar:/usr/share/cassandra/lib/netty-all-4.0.23.Final.jar:/usr/share/cassandra/lib/reporter-config-2.1.0.jar:/usr/share/cassandra/lib/slf4j-api-1.7.2.jar:/usr/share/cassandra/lib/snakeyaml-1.11.jar:/usr/share/cassandra/lib/snappy-java-1.0.5.2.jar:/usr/share/cassandra/lib/stream-2.5.2.jar:/usr/share/cassandra/lib/super-csv-2.1.0.jar:/usr/share/cassandra/lib/thrift-server-0.3.7.jar:/usr/share/cassandra/apache-cassandra-2.1.15.jar:/usr/share/cassandra/apache-cassandra-thrift-2.1.15.jar:/usr/share/cassandra/apache-cassandra.jar:/usr/share/cassandra/cassandra-driver-core-2.0.9.2.jar:/usr/share/cassandra/netty-3.9.0.Final.jar:/usr/share/cassandra/stress.jar::/usr/share/cassandra/lib/jamm-0.3.0.jar INFO [main] 2018-11-19 07:15:53,027 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_1542611751.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1542611751.log] INFO [main] 2018-11-19 07:15:53,083 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-11-19 07:15:53,084 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-11-19 07:15:53,142 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-11-19 07:15:53,144 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-11-19 07:15:53,144 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-11-19 07:15:53,148 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-11-19 07:15:53,154 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-11-19 07:15:53,160 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-11-19 07:15:53,160 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-11-19 07:15:53,229 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-11-19 07:15:54,267 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-11-19 07:15:54,271 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-11-19 07:15:54,276 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-11-19 07:15:54,280 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-11-19 07:15:54,285 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-11-19 07:15:54,289 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-11-19 07:15:54,294 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-11-19 07:15:54,299 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-11-19 07:15:54,305 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-11-19 07:15:54,309 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-11-19 07:15:54,315 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-11-19 07:15:54,320 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-11-19 07:15:54,324 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-11-19 07:15:54,327 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-11-19 07:15:54,330 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-11-19 07:15:54,334 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-11-19 07:15:54,402 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-11-19 07:15:54,402 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-11-19 07:15:54,440 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-19 07:15:54,445 Memtable.java:347 - Writing Memtable-local@982307882(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-19 07:15:54,476 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=1542611754246, position=399) INFO [main] 2018-11-19 07:15:54,975 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-11-19 07:15:55,112 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-11-19 07:15:55,112 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-11-19 07:15:55,115 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-11-19 07:15:55,126 IndexSummaryManager.java:95 - Initializing index summary manager with a memory pool size of 49 MB and a resize interval of 60 minutes INFO [main] 2018-11-19 07:15:55,126 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-11-19 07:15:55,140 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-19 07:15:55,148 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] WARN [main] 2018-11-19 07:15:55,157 SystemKeyspace.java:765 - No host ID found, created fc274b67-b1a3-48eb-b63f-610187b200a6 (Note: This should happen exactly once per node). INFO [main] 2018-11-19 07:15:55,159 StorageService.java:807 - Starting up server gossip INFO [main] 2018-11-19 07:15:55,160 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-19 07:15:55,161 Memtable.java:347 - Writing Memtable-local@243239268(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-19 07:15:55,162 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=1542611754246, position=93397) INFO [main] 2018-11-19 07:15:55,826 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-19 07:15:55,838 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-19 07:15:55,866 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-11-19 07:15:55,879 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-19 07:15:55,889 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-19 07:15:55,897 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-19 07:15:55,904 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-19 07:15:55,915 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-11-19 07:15:55,917 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-11-19 07:15:55,924 YamlConfigurationLoader.java:135 - Node configuration:[authenticator=AllowAllAuthenticator; authorizer=AllowAllAuthorizer; auto_snapshot=true; batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; cas_contention_timeout_in_ms=1000; client_encryption_options=; cluster_name=Test Cluster; column_index_size_in_kb=64; commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; commitlog_segment_size_in_mb=32; commitlog_sync=periodic; commitlog_sync_period_in_ms=10000; compaction_large_partition_warning_threshold_mb=100; compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; dynamic_snitch_reset_interval_in_ms=600000; dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; incremental_backups=false; index_summary_capacity_in_mb=null; index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; internode_compression=all; key_cache_save_period=14400; key_cache_size_in_mb=null; listen_address=localhost; max_hint_window_in_ms=10800000; max_hints_delivery_threads=2; memtable_allocation_type=heap_buffers; native_transport_port=9042; num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; permissions_validity_in_ms=2000; range_request_timeout_in_ms=10000; read_request_timeout_in_ms=5000; request_scheduler=org.apache.cassandra.scheduler.NoScheduler; request_timeout_in_ms=10000; row_cache_save_period=0; row_cache_size_in_mb=0; rpc_address=localhost; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; saved_caches_directory=/var/lib/cassandra/saved_caches; seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, parameters=[{seeds=127.0.0.1}]}]; server_encryption_options=; snapshot_before_compaction=false; ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; start_native_transport=true; start_rpc=true; storage_port=7000; thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=100000; tombstone_warn_threshold=1000; trickle_fsync=false; trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=60000; unlogged_batch_across_partitions_warn_threshold=10; write_request_timeout_in_ms=2000] INFO [main] 2018-11-19 07:15:55,934 StorageService.java:959 - Generated random tokens. tokens are [5937508693303008178, -4488821881814583259, 8464835855672345519, -1745777108568067360, -5602814416358521996, 6250896045644918679, -6224452328251618909, -2876940626621355633, -2245990604147525761, 6934408701550440221, -574579280147746387, -6575521286075509329, 4417248985940824651, 5121317269295323915, 5357644893697966622, 1901770677177937474, 4759784268268664112, -334650074016328840, -5716908075729630111, 747176063430952780, 5553216601290564649, -6795376280441453465, 8374525957731071254, -2181773291342536685, 1906328918258188306, -1520612436565334880, 4718377568335492008, 1573314563812884057, 603814630003482492, 8179735414233887319, 936040140648343999, -8258757431495348485, -4601093777135613949, -2021223365140194644, 6317123071786863393, 3693080682658860248, 6333779617976899826, 4579699609921681184, 5241235858293762886, -8546206398284658512, 8609717310964171305, 3129140210381438812, 778740615801647089, 3147243840830121944, -920461650302683223, 6730878265064674783, -2685465706851826867, 8460290711940818109, -7250034888320408560, 461321303869751541, -98777914097706516, -5259676918888057623, -3960135151193120726, -730328162673899546, -1911540269771855085, 5445194007242055371, 2011241593453215859, -8722512290421868896, 6229012961858179387, 2178388840571525727, 7102609176150233984, -8376234979980365822, 5171515379233236670, 2461888974092082579, -6875465012100277450, -1344943425494450123, -5327302062389960163, 4850673638221688281, -7533055429363177479, 9122812087949280183, 5797106270479553824, -520725857618855813, 7344177546800952266, 5210913771718721473, -5558473594182804927, -3688564482349154973, 2837567569535984438, -4363926080255405107, 8078325112649209602, 8859626396329647340, 6050496988683327954, -2341051739978910268, 3655735283200837179, -482943251668581614, -8082543930554233004, 9039998518145028257, -6247534683165846190, 8822080970563526406, -8183438451118221678, -4363373652236010861, 2973368104002694039, -383232805123927197, 7489392672256090794, 7846950828122216693, -8217872024539541991, 3098512513546581670, -7262238069207986165, 212850783433418486, -5607871212528284309, 6143973478084795370, 7196352595249989772, -2836258451409928188, -3132745766673146529, -2289171186790662494, -2971255351212646879, 3946542809669583429, -8626702892903741135, -8668808435274759146, -114674535527982970, -8762451237033202235, 953371782505486628, 8539691054754302503, -2180795751630928558, -3554075085711497179, -6162444426005920942, -2041617526326403492, -3450118287861284862, -8054354246152166641, -4390942387751597787, -5995163911489493439, 1003316952459108056, 223569772133565891, 5410636157549941111, 2199712711257745031, -8446230683285893394, -8087615114657011704, 304732581694506446, 3462477897301194149, -3964566607171684301, 7990157610863765980, -3591728363743055660, 421870280198862808, -6907836273615297836, -8569060082215181817, 3309898834703171736, -2944847361023382697, -1937601955609259615, 2585916367592265738, 5786797751020877539, 2661422789709396179, 1728497498605302777, -4464062987992923544, 6436845739884383617, -8981113266477521818, 2472181056182918277, -1502513640761868557, -593995975920842715, -6134042893617934577, 5551859474696209122, -3747890386100734035, -1435182747893073608, 1596724295967292895, -8039780301941954457, -2035555557960661045, -4605803229916933699, -263737803374391855, 7195356821157884538, -9210624866654492717, 1777708006822402125, -8003063473537559343, 6376851553363863096, -2915080281212464685, 5268983809756473698, 6247693210349924477, -3840174871989261759, 686570690913551756, 4480517860746415029, -7731301527895200991, 7110360233657001626, 2990713521255137078, 2191138288898841182, -7539830615748018069, -7357507380726103152, -7954062278679579639, 5339902220701767751, -3854221704972226505, 4289215436204085423, 3866130222363487135, -6198558268837171404, -4671507283266643003, 4979782866459364313, -5509939215652944936, -779041469397282252, 3955298165549278294, 5577833486581801421, -7396153515663504879, 2962894736120395862, -1554769642163524298, 4470943553961132413, 1182461265073103293, 1014199042763334762, -2732239966825274391, -6461803671795412485, -2167879900148229570, -1834619888729357218, -1012237459993304664, -8621363509419512640, -8789135192739467024, -1906449745549429729, -3682382053519740581, -4446097919142283106, -4949712854400768432, -8858003389182756434, -6055636381440207716, 1024839655944119139, -5907512058989383517, -5570237670189889038, 4842035947384959681, 2925291237739997575, 2017459065675717889, 202180453209492984, -8779034966368610599, -7006278042679509374, 6074204803929531002, 7670228036244037690, 3738120780976281952, -6926953919566623265, 2567891702441131584, 3794178893964205203, 9181785811108927815, 4820577267427016100, -6033870166197852509, -8950972649714276601, 7884001555937125338, 8805011695816069240, 3103137868338793183, -8057095854196024678, -6906221417304870451, 7560612599742664038, 3203694310179098776, -1907304928386085990, -6721788027158759285, 7943063802435494971, -2248445086053455764, 2411479592716027727, 5904088879306462323, -3334420332619956562, 6965471213837816650, 3983733898573774349, 1309147496215542648, -6052851009562292854, -9025009642532553431, 6191015534814251462, -3727012838564459817, -4917614684676556139, 8642249358169030353, 5684276218874203801, -5574018473010588760, 7545601704524847058, 4535675753035754953, -997302846983597431, -1057155262464003065, 7665633137449392421, -9081378524531112500, -6842016506360097008, 4787475661480170531] INFO [main] 2018-11-19 07:15:55,947 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@32fe2d99[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@4666f408[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@247811} INFO [MigrationStage:1] 2018-11-19 07:15:55,985 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-19 07:15:55,986 Memtable.java:347 - Writing Memtable-schema_keyspaces@1397020683(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-19 07:15:55,987 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=1542611754246, position=102352) INFO [MigrationStage:1] 2018-11-19 07:15:56,731 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-19 07:15:56,732 Memtable.java:347 - Writing Memtable-schema_columnfamilies@805796611(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-19 07:15:56,740 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=1542611754246, position=102352) INFO [MigrationStage:1] 2018-11-19 07:15:57,139 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-19 07:15:57,139 Memtable.java:347 - Writing Memtable-schema_columns@506739903(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-19 07:15:57,155 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=1542611754246, position=102352) INFO [MigrationStage:1] 2018-11-19 07:15:57,435 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-19 07:15:57,436 Memtable.java:347 - Writing Memtable-schema_triggers@1901256470(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-19 07:15:57,436 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=1542611754246, position=102352) INFO [MigrationStage:1] 2018-11-19 07:15:58,008 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-19 07:15:58,008 Memtable.java:347 - Writing Memtable-schema_usertypes@1378521960(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-19 07:15:58,009 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=1542611754246, position=102352) INFO [MigrationStage:1] 2018-11-19 07:15:59,058 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@c074912[cfId=c5e99f16-8677-3914-b17e-960613512345,ksName=system_traces,cfName=sessions,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.ColumnToCollectionType(706172616d6574657273:org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type))),comment=traced sessions,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=duration, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=parameters, type=org.apache.cassandra.db.marshal.MapType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.UTF8Type), kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=started_at, type=org.apache.cassandra.db.marshal.TimestampType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=request, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}, ColumnDefinition{name=coordinator, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-11-19 07:15:59,062 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-11-19 07:15:59,062 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@17cbc737[cfId=8826e8e9-e16a-3728-8753-3bc1fc713c25,ksName=system_traces,cfName=events,cfType=Standard,comparator=org.apache.cassandra.db.marshal.CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.UTF8Type),comment=,readRepairChance=0.0,dcLocalReadRepairChance=0.0,gcGraceSeconds=0,defaultValidator=org.apache.cassandra.db.marshal.BytesType,keyValidator=org.apache.cassandra.db.marshal.UUIDType,minCompactionThreshold=4,maxCompactionThreshold=32,columnMetadata=[ColumnDefinition{name=session_id, type=org.apache.cassandra.db.marshal.UUIDType, kind=PARTITION_KEY, componentIndex=null, indexName=null, indexType=null}, ColumnDefinition{name=source, type=org.apache.cassandra.db.marshal.InetAddressType, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=thread, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=activity, type=org.apache.cassandra.db.marshal.UTF8Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=source_elapsed, type=org.apache.cassandra.db.marshal.Int32Type, kind=REGULAR, componentIndex=1, indexName=null, indexType=null}, ColumnDefinition{name=event_id, type=org.apache.cassandra.db.marshal.TimeUUIDType, kind=CLUSTERING_COLUMN, componentIndex=0, indexName=null, indexType=null}],compactionStrategyClass=class org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy,compactionStrategyOptions={},compressionParameters={sstable_compression=org.apache.cassandra.io.compress.LZ4Compressor},bloomFilterFpChance=0.01,memtableFlushPeriod=3600000,caching={"keys":"ALL", "rows_per_partition":"NONE"},defaultTimeToLive=86400,minIndexInterval=128,maxIndexInterval=2048,speculativeRetry=99.0PERCENTILE,droppedColumns={},triggers=[],isDense=false] INFO [MigrationStage:1] 2018-11-19 07:15:59,068 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-11-19 07:15:59,102 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-11-19 07:15:59,103 Memtable.java:347 - Writing Memtable-local@1155325842(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-11-19 07:15:59,103 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=1542611754246, position=102595) INFO [main] 2018-11-19 07:16:00,490 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51481 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-11-19 07:16:00,491 Memtable.java:347 - Writing Memtable-local@141102832(8.367KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-11-19 07:16:00,500 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=1542611754246, position=114587) INFO [CompactionExecutor:2] 2018-11-19 07:16:01,808 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')] INFO [main] 2018-11-19 07:16:01,847 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-11-19 07:16:01,911 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-11-19 07:16:01,936 Server.java:193 - Using Netty Version: [netty-buffer=netty-buffer-4.0.23.Final.208198c, netty-codec=netty-codec-4.0.23.Final.208198c, netty-codec-http=netty-codec-http-4.0.23.Final.208198c, netty-codec-socks=netty-codec-socks-4.0.23.Final.208198c, netty-common=netty-common-4.0.23.Final.208198c, netty-handler=netty-handler-4.0.23.Final.208198c, netty-transport=netty-transport-4.0.23.Final.208198c, netty-transport-rxtx=netty-transport-rxtx-4.0.23.Final.208198c, netty-transport-sctp=netty-transport-sctp-4.0.23.Final.208198c, netty-transport-udt=netty-transport-udt-4.0.23.Final.208198c] INFO [main] 2018-11-19 07:16:01,936 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-11-19 07:16:01,975 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-11-19 07:16:01,980 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:2] 2018-11-19 07:16:02,565 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,954 bytes to 5,775 (~96% of original) in 745ms = 0.007393MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,269 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,288 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,289 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-11-19 07:18:33,290 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-11-19 07:18:35,302 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-11-19 07:18:35,303 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.004s user 0m0.000s sys 0m0.004s 2018-11-19 07:19:30,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:19:30,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-11-19 07:19:30,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.004s user 0m0.003s sys 0m0.002s 2018-11-19 07:19:30,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/KXN06/install-vellum.sh 2018-11-19 07:19:30,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-11-19 07:19:30,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:30,958 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:30,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:30,959 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:30 GMT 2018-11-19 07:19:30,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:30,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:30,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:35,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:36,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:36,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:36,103 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:36,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:36,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:36,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:36,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:36,104 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:30.965Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/ZEWAO/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:30.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:31.063Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:31.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:31.063Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:31.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:31.063Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:31.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:31.732Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:31.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:31.732Z", "message": "Executing: /tmp/ZEWAO/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:31.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:32.746Z", "message": "[vellum] 192.168.120.13", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:32.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:32.746Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:32.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:32.746Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:32.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:32.746Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:32.746Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1929, "offset": 1884, "size": 50}}} 2018-11-19 07:19:36,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:36,104 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:36 GMT 2018-11-19 07:19:36,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:36,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5192 2018-11-19 07:19:36,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/ZEWAO/start-vellum.sh 2018-11-19 07:19:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:19:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:19:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-11-19 07:19:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-11-19 07:19:36,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZEWAO/start-vellum.sh 2018-11-19 07:19:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.13 2018-11-19 07:19:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-11-19 07:19:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-11-19 07:19:36,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:19:36,106 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:36,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:36,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:36,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:36,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:36,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:36,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:36,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:36,301 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:36,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:36,302 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:36 GMT 2018-11-19 07:19:36,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:36,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:36,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:41,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:41,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:41,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1929, "offset": 1894, "size": 50}}} 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:41,388 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:41 GMT 2018-11-19 07:19:41,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:41,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:19:41,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:41,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:41,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:41,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:41 GMT 2018-11-19 07:19:41,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:41,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:41,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:46,684 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:46,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:46,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:46,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:46,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:46,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:46,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:46,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:46,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:42.642Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:42.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1930, "offset": 1894, "size": 50}}} 2018-11-19 07:19:46,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:46,759 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:46 GMT 2018-11-19 07:19:46,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:46,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:19:46,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:46,759 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:19:46,759 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:46,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:46,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:46,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:46,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:46,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:46,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:46,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:46,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:46,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:46,821 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:46 GMT 2018-11-19 07:19:46,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:46,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:46,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:51,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:51,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:51,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1930, "offset": 1895, "size": 50}}} 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:51 GMT 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:51,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:19:51,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:51,920 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:51,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:51,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:51,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:51,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:51,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:51,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:51,988 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:51,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:51,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:51,989 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:51 GMT 2018-11-19 07:19:51,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:51,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:51,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:56,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:19:57,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:57,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:19:52.878Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:19:52.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1931, "offset": 1895, "size": 50}}} 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:57 GMT 2018-11-19 07:19:57,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:57,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:19:57,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:19:57,071 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:19:57,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:19:57,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:19:57,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:19:57,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:19:57,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:19:57 GMT 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:19:57,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:19:57,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:02,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:02,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1931, "offset": 1896, "size": 50}}} 2018-11-19 07:20:02,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:02,241 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:02 GMT 2018-11-19 07:20:02,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:02,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:20:02,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:02,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:02,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:02,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:02,300 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:02 GMT 2018-11-19 07:20:02,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:02,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:02,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:07,306 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:07,435 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:07,435 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:07,435 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:07,435 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:07,435 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:20:03.113Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:20:03.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1932, "offset": 1896, "size": 50}}} 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:07 GMT 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:20:07,436 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:07,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:20:07,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:07,512 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:07 GMT 2018-11-19 07:20:07,513 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:07,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:07,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:12,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:12,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:12,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1932, "offset": 1897, "size": 50}}} 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:12,655 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:12 GMT 2018-11-19 07:20:12,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:12,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:20:12,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:12,656 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:12,755 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:12,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:12,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:12,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:12 GMT 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:12,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:17,762 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:17,850 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:17,850 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:17,850 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:17,850 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:17,850 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:20:13.349Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:20:13.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1933, "offset": 1897, "size": 50}}} 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:17 GMT 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:20:17,851 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:17,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:20:17,852 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:18,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:18,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:18,004 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:18 GMT 2018-11-19 07:20:18,005 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:18,005 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:18,005 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:23,010 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:23,096 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:23,096 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:23,096 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:23,096 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:23,096 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:23,096 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:23,097 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:23,097 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1933, "offset": 1898, "size": 50}}} 2018-11-19 07:20:23,097 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:23,097 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:23 GMT 2018-11-19 07:20:23,097 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:23,097 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:20:23,097 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:23,098 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:23,160 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:23,160 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:23,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:23,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:23 GMT 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:23,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:28,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:28,276 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:28,276 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:28,276 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:28,276 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:28,276 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:28,276 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:28,277 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:28,277 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:20:23.585Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:20:23.585Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1934, "offset": 1898, "size": 50}}} 2018-11-19 07:20:28,277 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:28,277 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:28 GMT 2018-11-19 07:20:28,277 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:28,277 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:20:28,277 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:28,278 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:20:28,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:28,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:28,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:28,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:28,342 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:28 GMT 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:28,343 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:33,349 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:33,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:33,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1934, "offset": 1899, "size": 50}}} 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:33,423 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:33 GMT 2018-11-19 07:20:33,424 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:33,424 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:20:33,424 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:33,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:33,489 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:33,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:33,490 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:33,490 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:33,490 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:33,490 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:33,490 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:33,490 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:33,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:33,491 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:33 GMT 2018-11-19 07:20:33,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:33,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:33,491 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:38,496 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:38,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:38,575 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:38,575 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:38,575 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:20:33.820Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:20:33.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1935, "offset": 1899, "size": 50}}} 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:38 GMT 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:20:38,576 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:38,577 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:20:38,577 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:38,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:38,639 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:38,639 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:38 GMT 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:38,640 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:43,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:43,719 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:43,719 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1935, "offset": 1900, "size": 50}}} 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:43 GMT 2018-11-19 07:20:43,720 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:43,721 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:20:43,721 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:43,721 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:43,783 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:43,783 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:43,784 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:43 GMT 2018-11-19 07:20:43,785 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:43,785 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:43,785 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:48,790 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:48,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:20:44.054Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:20:44.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1936, "offset": 1900, "size": 50}}} 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:48,871 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:48 GMT 2018-11-19 07:20:48,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:48,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:20:48,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:48,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:20:48,872 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:49,005 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:49,005 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:49,005 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:49,005 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:49,005 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:49,005 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:49,006 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:49,006 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:49,006 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:49,006 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:49 GMT 2018-11-19 07:20:49,006 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:49,006 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:49,006 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:54,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:54,088 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1936, "offset": 1901, "size": 50}}} 2018-11-19 07:20:54,089 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:54,090 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:54 GMT 2018-11-19 07:20:54,090 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:54,090 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:20:54,090 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:54,090 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:54,157 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:54,157 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:54,157 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:54,157 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:54,157 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:54,157 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:54,157 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:54,158 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:54,158 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:54,158 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:54 GMT 2018-11-19 07:20:54,158 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:54,158 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:54,158 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:59,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:20:59,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:59,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:59,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:59,245 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:59,245 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:59,245 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:59,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:59,246 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:20:54.289Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:20:54.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1937, "offset": 1901, "size": 50}}} 2018-11-19 07:20:59,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:59,246 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:59 GMT 2018-11-19 07:20:59,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:59,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:20:59,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:20:59,246 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:20:59,247 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:20:59,310 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:20:59,310 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:20:59,310 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:20:59 GMT 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:20:59,311 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:04,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:04,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:04,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1937, "offset": 1902, "size": 50}}} 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:04,399 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:04 GMT 2018-11-19 07:21:04,400 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:04,400 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:21:04,400 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:04,400 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:04,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:04,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:04,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:04,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:04,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:04,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:04,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:04,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:04,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:04,479 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:04 GMT 2018-11-19 07:21:04,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:04,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:04,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:09,484 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:09,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:09,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:09,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:21:04.524Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:21:04.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1938, "offset": 1902, "size": 50}}} 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:09 GMT 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:21:09,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:09,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:21:09,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:09,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:09,674 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:09,674 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:09,674 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:09 GMT 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:09,675 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:14,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:14,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:14,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:14,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:14,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:14,767 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1938, "offset": 1903, "size": 50}}} 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:14 GMT 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:21:14,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:14,769 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:14,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:14,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:14 GMT 2018-11-19 07:21:14,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:14,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:14,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:19,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:19,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:19,920 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:19,920 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:19,920 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:21:14.767Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:21:14.767Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1939, "offset": 1903, "size": 50}}} 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:19 GMT 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:21:19,921 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:19,922 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:21:19,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:19,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:19,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:19,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:19,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:19,988 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:19,988 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:19,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:19,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:19,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:19,989 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:19 GMT 2018-11-19 07:21:19,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:19,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:19,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:24,994 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:25,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:25,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:25,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:21:24.994Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:21:24.994Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1940, "offset": 1904, "size": 50}}} 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:25 GMT 2018-11-19 07:21:25,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:25,072 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:21:25,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:25,072 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:21:25,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:25,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:25,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:25,135 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:25,135 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:25,135 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:25,135 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:25,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:25,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:25,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:25,136 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:25 GMT 2018-11-19 07:21:25,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:25,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:25,136 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:30,141 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:30,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1940, "offset": 1905, "size": 50}}} 2018-11-19 07:21:30,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:30,421 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:30 GMT 2018-11-19 07:21:30,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:30,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:21:30,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:30,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:30,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:30,491 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:30 GMT 2018-11-19 07:21:30,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:30,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:30,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:35,497 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:35,587 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:35,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:35,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:35,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:35,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:21:35.228Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:21:35.228Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1941, "offset": 1905, "size": 50}}} 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:35 GMT 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:21:35,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:35,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:21:35,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:35,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:35,659 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:35 GMT 2018-11-19 07:21:35,660 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:35,661 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:35,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:40,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:40,826 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1941, "offset": 1906, "size": 50}}} 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:40,827 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:40 GMT 2018-11-19 07:21:40,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:40,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:21:40,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:40,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:40,896 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:40,896 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:40,896 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:40,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:40,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:40,897 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:40,897 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:40,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:40,897 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:40,897 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:40 GMT 2018-11-19 07:21:40,897 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:40,897 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:40,897 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:45,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:45,978 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:21:45.461Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:21:45.461Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1942, "offset": 1906, "size": 50}}} 2018-11-19 07:21:45,979 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:45,979 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:45 GMT 2018-11-19 07:21:45,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:45,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:21:45,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:45,979 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:21:45,979 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:46,042 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:46,043 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:46,043 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:46 GMT 2018-11-19 07:21:46,043 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:46,043 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:46,043 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:51,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:51,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:51,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:51,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:51,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:51,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1942, "offset": 1907, "size": 50}}} 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:51 GMT 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:21:51,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:51,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:51,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:51,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:51,268 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:51 GMT 2018-11-19 07:21:51,269 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:51,269 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:51,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:56,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:21:56,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:56,345 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:56,345 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:56,345 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:56,345 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:56,345 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:56,345 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:56,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:21:55.696Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:21:55.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1943, "offset": 1907, "size": 50}}} 2018-11-19 07:21:56,346 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:56,346 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:56 GMT 2018-11-19 07:21:56,346 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:56,346 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:21:56,346 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:21:56,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:21:56,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:21:56,405 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:21:56,406 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:21:56,407 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:21:56 GMT 2018-11-19 07:21:56,407 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:21:56,407 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:21:56,407 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:01,412 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:22:01,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:01,492 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:01,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:01,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1943, "offset": 1908, "size": 50}}} 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:01 GMT 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:22:01,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:01,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:22:01,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:01,553 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:01,553 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:01,553 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:01,553 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:01,553 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:01,554 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:01,554 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:22:01,554 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:01,554 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:01 GMT 2018-11-19 07:22:01,554 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:01,554 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:22:01,554 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:06,560 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:22:06,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:06,639 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:05.931Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:05.931Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1944, "offset": 1908, "size": 50}}} 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:06 GMT 2018-11-19 07:22:06,640 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:06,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:22:06,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:06,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:22:06,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:06,704 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:22:06,705 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:06,705 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:06 GMT 2018-11-19 07:22:06,705 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:06,705 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:22:06,705 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:11,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:22:11,792 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:11,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:11,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:11,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:11,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:11,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:11,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:11,793 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1944, "offset": 1909, "size": 50}}} 2018-11-19 07:22:11,793 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:11,793 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:11 GMT 2018-11-19 07:22:11,793 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:11,793 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:22:11,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:11,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:22:11,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:11,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:11,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:11,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:11,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:11 GMT 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:22:11,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:16,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:22:16,945 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:16,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:16,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:16.271Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:16.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}], "metadata": {"pagination": {"total": 1945, "offset": 1909, "size": 50}}} 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:16 GMT 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:16,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-11-19 07:22:16,947 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:16,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-11-19 07:22:16,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:22:17,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:17,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:17,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:17,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:17,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:17,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:17,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:17,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-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:22:17,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:17,021 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:17 GMT 2018-11-19 07:22:17,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:17,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:22:17,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:22,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:22:22,113 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:22,113 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1945, "offset": 1910, "size": 50}}} 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:22 GMT 2018-11-19 07:22:22,114 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:22,115 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-11-19 07:22:22,115 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:22,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:22:22,180 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:22,180 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:22 GMT 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:22,181 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:22:22,182 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:27,187 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:22:27,261 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:26.304Z", "message": "Execution done (return_code=0): /tmp/ZEWAO/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:26.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "3242382c-4ce3-422b-b7fc-1ab85dde6689"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:26.397Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:26.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:27.109Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:27.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:27.109Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:27.109Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1949, "offset": 1910, "size": 50}}} 2018-11-19 07:22:27,262 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:27,263 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:27 GMT 2018-11-19 07:22:27,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:27,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2111 2018-11-19 07:22:27,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:27,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ZEWAO/start-vellum.sh 2018-11-19 07:22:27,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:22:27,263 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:22:27,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:22:27,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:22:27,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:27,324 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:27 GMT 2018-11-19 07:22:27,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:27,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-11-19 07:22:27,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:32,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:32,413 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:27.537Z", "message": "Downloaded scripts/bind/bind.py to /tmp/6UBMF/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:27.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:27.537Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:27.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:27.809Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:27.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.221Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'dime': {u'dime_3euvhl': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'dime-3euvhl'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "[localhost] run: sudo mv /tmp/tmp5LcGcj /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:28.837Z", "message": "[localhost] run: sudo mv /tmp/tmppkiZsB /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:28.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90", "logger": "2ad4b7f0-a99a-4b54-8a4c-7864358e0394"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:22:29.119Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:22:29.119Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 1964, "offset": 1914, "size": 50}}} 2018-11-19 07:22:32,414 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:32,414 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:32 GMT 2018-11-19 07:22:32,414 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:32,414 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8546 2018-11-19 07:22:32,414 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:32,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/6UBMF/bind.py 2018-11-19 07:22:32,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:22:32,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:22:32,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:22:32,415 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:22:32,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:22:32,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:22:32,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'dime': {u'dime_3euvhl': {u'public_address': u'', u'private_address': u'192.168.120.14', u'name': u'dime-3euvhl'}}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:22:32,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5LcGcj /etc/bind/db.clearwater.local 2018-11-19 07:22:32,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:22:32,416 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:22:32,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:22:32,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppkiZsB /etc/bind/db.clearwater.opnfv 2018-11-19 07:22:32,417 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-11-19 07:22:32,417 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/039c8ac8-5d2c-46e3-b315-a8214b6a6d90 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:32,480 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"} 2018-11-19 07:22:32,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:32,481 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:32 GMT 2018-11-19 07:22:32,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:32,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-11-19 07:22:32,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:32,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'clearwater-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-11-19T07:06:54.853Z', 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'039c8ac8-5d2c-46e3-b315-a8214b6a6d90'} 2018-11-19 07:22:32,482 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2018-11-19 07:22:32,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:22:32,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:22:32,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.203", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:22:32 GMT 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:22:32,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-11-19 07:22:32,550 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:22:32,558 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.205 2018-11-19 07:22:32,663 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Account opnfv functest user is created on Ellis {u'username': u'functest@opnfv.org', u'full_name': u'opnfv functest user'} 2018-11-19 07:22:32,730 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-11-19 07:22:32,731 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-11-19 07:22:32,879 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:22:32,880 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-11-19 07:22:57,962 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:22:57,963 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-11-19 07:23:23,069 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:23:23,069 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-11-19 07:23:48,150 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:23:48,151 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-11-19 07:24:13,233 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:24:13,233 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-11-19 07:24:38,362 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:24:38,362 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-11-19 07:25:03,524 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:25:03,524 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-11-19 07:25:28,595 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:25:28,596 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-11-19 07:25:53,676 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:25:53,676 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 9: cannot create a number 2018-11-19 07:26:18,793 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:26:18,793 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 10: cannot create a number 2018-11-19 07:26:43,884 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-11-19 07:26:43,884 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 11: cannot create a number 2018-11-19 07:27:09,160 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550903@clearwater.opnfv', u'sip_username': u'6505550903', u'formatted_number': u'(650) 555-0903', u'number': u'6505550903', u'sip_uri': u'sip:6505550903@clearwater.opnfv', u'number_id': u'abbcc2b4d5dd4c5c97b2bcc053ccda82', u'sip_password': u'Smke7N39M', u'pstn': False} 2018-11-19 07:27:09,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv/outputs 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:27:09,247 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.203", "ellis_ip": "172.30.9.205"}, "deployment_id": "clearwater-opnfv"} 2018-11-19 07:27:09,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:27:09,248 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:27:09 GMT 2018-11-19 07:27:09,248 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:27:09,248 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-11-19 07:27:09,248 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:27:09,248 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-11-19 07:27:09,248 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-11-19 07:27:09,271 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Live test cmd: /bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace' 2018-11-19 07:27:09,272 - functest.utils.functest_utils - DEBUG - Executing command: '/bin/bash -c 'echo -e "nameserver 127.0.0.1" > /etc/resolv.conf;cd /src/vims-test;rake test[clearwater.opnfv] SIGNUP_CODE=secret --trace'' 2018-11-19 07:29:23,837 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550800, 6505550061) Passed Basic Call - SDP (TCP) - (6505550861, 6505550607) Passed Basic Call - Tel URIs (TCP) - (6505550867, 6505550481) Passed Basic Call - Unknown number (TCP) - (6505550113, 6505550920) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550511, 6505550870) Passed Basic Call - Messages - Pager model (TCP) - (6505550064, 6505550759) Passed Basic Call - Pracks (TCP) - (6505550704, 6505550099) Passed Basic Registration (TCP) - (6505550682) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550170, 6505550503) Passed Call Barring - Outbound Rejection (TCP) - (6505550064, 6505550506) 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) - (6505550092, 6505550608) 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) - (6505550908, 6505550010, 6505550575) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550184, 6505550076, 6505550431) Passed Call Diversion - Not reachable (408) (TCP) - (6505550609, 6505550350, 6505550720) Passed Call Diversion - Not reachable (503) (TCP) - (6505550650, 6505550934, 6505550035) Passed Call Diversion - Not reachable (500) (TCP) - (6505550593, 6505550443, 6505550532) Passed Call Diversion - Busy (TCP) - (6505550662, 6505550774, 6505550698) Passed Call Diversion - Unconditional (TCP) - (6505550488, 6505550864, 6505550496) Passed Call Diversion - No answer (TCP) - (6505550907, 6505550214, 6505550918) Passed Call Diversion - Bad target URI (TCP) - (6505550033, 6505550056) Passed Call Diversion - Audio-only call (TCP) - (6505550535, 6505550048, 6505550769, 6505550584) Passed Call Diversion - Audio-video call (TCP) - (6505550275, 6505550987, 6505550454, 6505550412) Passed Call Waiting - Accepted (TCP) - (6505550402, 6505550962, 6505550969) Passed Call Waiting - Cancelled (TCP) - (6505550504, 6505550067, 6505550640) Passed CANCEL - Mainline (TCP) - (6505550736, 6505550540) Passed Filtering - Accept-Contact (TCP) - (6505550038, 6505550504) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550659, 6505550892) Passed Filtering - Accept-Contact no match (TCP) - (6505550504, 6505550539) Passed Filtering - Accept-Contact negated match (TCP) - (6505550849, 6505550378) Passed Filtering - RFC3841 example (TCP) - (6505550126, 6505550559) Passed Filtering - Reject-Contact no match (TCP) - (6505550841, 6505550808) Passed Filtering - Reject-Contact match (TCP) - (6505550366, 6505550823) 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) - (6505550930) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550816) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550457) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550404) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550544, 6505550260) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550105, 6505550420) Passed GRUU - Call - only GRUU as target (TCP) - (6505550815, 6505550493) Passed GRUU - Call - AoR as target (TCP) - (6505550063, 6505550681) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550185, 6505550698) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550017, 6505550456) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550467, 6505550920) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550632, 6505550169) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550202, 6505550149) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550369, 6505550981) 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) - (6505550327) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550404) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550626) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550322, 6505550975) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550733, 6505550965) Passed Message - URN URIs (TCP) - Skipped (No hostname given) - Call with HOST_NAME= Message - URN URIs to AS (TCP) - Skipped (No hostname given) - Call with HOST_NAME= 0 failures out of 93 tests run 42 tests skipped 2018-11-19 07:29:23,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-11-19 07:29:23,980 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 07:29:23,980 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 28:51 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-19 07:29:23,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-11-19 07:29:23,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2018-11-19 07:29:24,073 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:24,073 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:24,074 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:24,074 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:24,074 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:24,074 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:24,074 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:24,074 - 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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "2caee884-e476-4e5b-a6a1-aeefa0c95eff"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:54.853Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "039c8ac8-5d2c-46e3-b315-a8214b6a6d90"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-11-19 07:29:24,074 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:24,074 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:24 GMT 2018-11-19 07:29:24,075 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:24,075 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-11-19 07:29:24,075 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:24,075 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "true", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-11-19 07:29:24,242 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:24,242 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:24,242 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:24,242 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:24,242 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:24,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:24,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:24 GMT 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:24,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:29:24,316 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-19 07:29:24,317 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:24,318 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:24 GMT 2018-11-19 07:29:24,318 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:24,318 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-19 07:29:24,318 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:24,318 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:29:24,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:24,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:24 GMT 2018-11-19 07:29:24,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:24,387 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:24,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:29,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:29:29,470 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:29,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:29,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:29,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:29,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:29,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:29,471 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:29,471 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:24.929Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:24.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:26.158Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:26.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:26.203Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:26.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_e7f4xz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:26.203Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:26.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:26.203Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:26.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:26.203Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:26.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:26.922Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/8RQLX/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:26.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d4af5ba1-0c00-4421-8565-37b27c7ef8c1"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:26.953Z", "message": "Executing: /tmp/8RQLX/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:26.953Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d4af5ba1-0c00-4421-8565-37b27c7ef8c1"}, {"node_instance_id": "vellum_39oc0u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_j9xnk0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_e7f4xz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_j9xnk0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.229Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/H4MSZ/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "89736303-1ac2-4431-b151-962fbcdb2452"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Execution done (return_code=1): /tmp/BNBMX/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "1bf6b33b-f2f7-43f5-8d6c-c86eb8841b87"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d4af5ba1-0c00-4421-8565-37b27c7ef8c1"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Executing: /tmp/BNBMX/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "1bf6b33b-f2f7-43f5-8d6c-c86eb8841b87"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Executing: /tmp/H4MSZ/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "89736303-1ac2-4431-b151-962fbcdb2452"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/ERSNP/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "ca2a34d6-a384-4213-b4a3-c6a858228ab4"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/7H4AW/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "848d5225-7abe-4ce0-89d0-beaab39aed4e"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Execution done (return_code=1): /tmp/ERSNP/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "ca2a34d6-a384-4213-b4a3-c6a858228ab4"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Execution done (return_code=1): /tmp/H4MSZ/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "89736303-1ac2-4431-b151-962fbcdb2452"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "ca2a34d6-a384-4213-b4a3-c6a858228ab4"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Executing: /tmp/ERSNP/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "ca2a34d6-a384-4213-b4a3-c6a858228ab4"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/5A2FN/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "121d4228-299c-434b-8ca5-41a8cfbf047f"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Execution done (return_code=1): /tmp/8RQLX/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d4af5ba1-0c00-4421-8565-37b27c7ef8c1"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "1bf6b33b-f2f7-43f5-8d6c-c86eb8841b87"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Executing: /tmp/7H4AW/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "848d5225-7abe-4ce0-89d0-beaab39aed4e"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "89736303-1ac2-4431-b151-962fbcdb2452"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "848d5225-7abe-4ce0-89d0-beaab39aed4e"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "121d4228-299c-434b-8ca5-41a8cfbf047f"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/BNBMX/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "1bf6b33b-f2f7-43f5-8d6c-c86eb8841b87"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:27.967Z", "message": "Executing: /tmp/5A2FN/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:27.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "121d4228-299c-434b-8ca5-41a8cfbf047f"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.250Z", "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_4a9zx2/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_4a9zx2/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_4a9zx2/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-19T07:29:28.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.250Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.250Z", "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_kk84cb/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_kk84cb/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_kk84cb/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-19T07:29:28.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.250Z", "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_v6cc7g/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_v6cc7g/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_v6cc7g/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'dime' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-19T07:29:28.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.250Z", "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_g59gqu/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_g59gqu/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_g59gqu/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: Group 'vellum' not found\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-19T07:29:28.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.250Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.250Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Downloaded scripts/bind/bind.py to /tmp/AG6R5/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}], "metadata": {"pagination": {"total": 67, "offset": 0, "size": 50}}} 2018-11-19 07:29:29,471 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:29,471 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:29 GMT 2018-11-19 07:29:29,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:29,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30449 2018-11-19 07:29:29,471 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:29,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-11-19 07:29:29,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:29,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:29,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:29,473 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:29,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:29,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/8RQLX/stop-dime.sh 2018-11-19 07:29:29,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8RQLX/stop-dime.sh 2018-11-19 07:29:29,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:29,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:29,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:29,474 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:29,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:29,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:29,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:29,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:29,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:29,475 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:29,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:29,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:29,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:29,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/H4MSZ/stop-vellum.sh 2018-11-19 07:29:29,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BNBMX/stop-homer.sh 2018-11-19 07:29:29,476 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-11-19 07:29:29,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BNBMX/stop-homer.sh 2018-11-19 07:29:29,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/H4MSZ/stop-vellum.sh 2018-11-19 07:29:29,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/ERSNP/stop-ellis.sh 2018-11-19 07:29:29,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/7H4AW/stop-sprout.sh 2018-11-19 07:29:29,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/ERSNP/stop-ellis.sh 2018-11-19 07:29:29,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/H4MSZ/stop-vellum.sh 2018-11-19 07:29:29,477 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-11-19 07:29:29,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ERSNP/stop-ellis.sh 2018-11-19 07:29:29,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/5A2FN/stop-bono.sh 2018-11-19 07:29:29,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/8RQLX/stop-dime.sh 2018-11-19 07:29:29,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-11-19 07:29:29,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/7H4AW/stop-sprout.sh 2018-11-19 07:29:29,478 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-11-19 07:29:29,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-11-19 07:29:29,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-11-19 07:29:29,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/BNBMX/stop-homer.sh 2018-11-19 07:29:29,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/5A2FN/stop-bono.sh 2018-11-19 07:29:29,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-11-19 07:29:29,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:29,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-11-19 07:29:29,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-11-19 07:29:29,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-11-19 07:29:29,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:29,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:29:29,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:29:29,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/AG6R5/bind.py 2018-11-19 07:29:29,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:29:29,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:29,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:29,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:29 GMT 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:29,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:29,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:34,577 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:29:34,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:34,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:34,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Downloaded scripts/bind/bind.py to /tmp/AG6R5/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Downloaded scripts/bind/bind.py to /tmp/SLKFD/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Downloaded scripts/bind/bind.py to /tmp/8WFGB/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:28.981Z", "message": "Downloaded scripts/bind/bind.py to /tmp/MOFBL/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:28.981Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:29.489Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:29.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo mv /tmp/tmp4Cu2cM /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo mv /tmp/tmpeTFR9J /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo mv /tmp/tmpiFH5aH /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo mv /tmp/tmpbfO6Xo /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "177ce46f-f27f-409b-bfa5-80dd7b8a48c9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo mv /tmp/tmpBssv5Z /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo mv /tmp/tmppz9FeP /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "655f7bd9-0472-430d-9087-14a15b1034be"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "356845f8-bdbb-4da0-ab15-f4d5fa5abb81"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.007Z", "message": "[localhost] run: sudo mv /tmp/tmpIq1E4M /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.007Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a3f4188c-d430-441e-9c0a-3b6d6f1805ac"}, {"node_instance_id": "dime_3euvhl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.265Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.265Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.265Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:30.265Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:30.265Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 151, "offset": 50, "size": 50}}} 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:34 GMT 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:34,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29950 2018-11-19 07:29:34,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {u'ellis_ci9nkc': {u'public_address': u'172.30.9.205', u'private_address': u'192.168.120.8', u'name': u'ellis-ci9nkc'}}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:29:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:29:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:29:34,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:29:34,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/AG6R5/bind.py 2018-11-19 07:29:34,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/SLKFD/bind.py 2018-11-19 07:29:34,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/8WFGB/bind.py 2018-11-19 07:29:34,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:29:34,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:29:34,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/MOFBL/bind.py 2018-11-19 07:29:34,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:29:34,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:29:34,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:29:34,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:29:34,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:29:34,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4Cu2cM /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeTFR9J /etc/bind/db.clearwater.local 2018-11-19 07:29:34,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiFH5aH /etc/bind/db.clearwater.local 2018-11-19 07:29:34,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:29:34,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:29:34,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:29:34,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:29:34,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:29:34,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:29:34,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:29:34,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:29:34,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:29:34,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpbfO6Xo /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:29:34,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:29:34,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:29:34,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:29:34,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:29:34,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {u'homer_j9xnk0': {u'public_address': u'', u'private_address': u'192.168.120.5', u'name': u'homer-j9xnk0'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:29:34,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBssv5Z /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppz9FeP /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:34,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:29:34,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:29:34,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:29:34,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:29:34,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hor8ui': {u'public_address': u'', u'private_address': u'192.168.120.15', u'name': u'sprout-hor8ui'}}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:29:34,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpIq1E4M /etc/bind/db.clearwater.local 2018-11-19 07:29:34,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:34,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:29:34,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:34,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:29:34,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:29:34,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:34,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:34,728 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:34 GMT 2018-11-19 07:29:34,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:34,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:34,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:39,733 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:29:39,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:39,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:39,816 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:39,816 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:39,816 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:39,816 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:39,816 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:39,817 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.035Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/FSK5C/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d243bfe7-cf1d-4674-bbaa-751cbd957859"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.035Z", "message": "Executing: /tmp/FSK5C/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d243bfe7-cf1d-4674-bbaa-751cbd957859"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.035Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d243bfe7-cf1d-4674-bbaa-751cbd957859"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_j9xnk0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_j9xnk0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:31.345Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:31.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/9H1RI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "3ca49ad8-6e24-43e5-94b4-9008bc1c1ac4"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/LBTDQ/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "aae27890-4c49-4b2b-b765-8a98a94e8940"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cc9be35a-89bf-4e6e-983b-4550a5e8a9a2"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Executing: /tmp/LBTDQ/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "aae27890-4c49-4b2b-b765-8a98a94e8940"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/6ZGJZ/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cc9be35a-89bf-4e6e-983b-4550a5e8a9a2"}, {"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Executing: /tmp/6ZGJZ/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cc9be35a-89bf-4e6e-983b-4550a5e8a9a2"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "3ca49ad8-6e24-43e5-94b4-9008bc1c1ac4"}, {"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.063Z", "message": "Executing: /tmp/9H1RI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:32.063Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "3ca49ad8-6e24-43e5-94b4-9008bc1c1ac4"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:32.693Z", "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_w1z2mn/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_w1z2mn/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_w1z2mn/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException: \nWARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes.\n\nThere is no service named \"clearwater_cluster_manager\"\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-19T07:29:32.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:33.243Z", "message": "Execution done (return_code=1): /tmp/7H4AW/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:33.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "848d5225-7abe-4ce0-89d0-beaab39aed4e"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:33.243Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:33.243Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "aae27890-4c49-4b2b-b765-8a98a94e8940"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:33.365Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:33.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:33.365Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:33.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "[localhost] run: sudo mv /tmp/tmplgWMuZ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "[localhost] run: sudo mv /tmp/tmpMk_gQC /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "Downloaded scripts/bind/bind.py to /tmp/NAT3A/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.252Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd5da96d-a800-4590-be69-19ed35f16509"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:34.373Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:34.373Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:35.332Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/YK84D/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:35.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77f316bd-2924-42a5-a9cf-664dfaa77924"}, {"node_instance_id": "sprout_hor8ui", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:35.383Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:35.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:35.383Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:35.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:35.383Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:35.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:36.268Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:36.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77f316bd-2924-42a5-a9cf-664dfaa77924"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:36.268Z", "message": "Executing: /tmp/YK84D/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:36.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77f316bd-2924-42a5-a9cf-664dfaa77924"}, {"node_instance_id": "ellis_ci9nkc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:37.182Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:37.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_ci9nkc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:37.291Z", "message": "Execution done (return_code=0): /tmp/LBTDQ/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:37.291Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "aae27890-4c49-4b2b-b765-8a98a94e8940"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:38.391Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:38.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:38.391Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:38.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:38.391Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:38.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 162, "offset": 100, "size": 50}}} 2018-11-19 07:29:39,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:39,817 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:39 GMT 2018-11-19 07:29:39,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:39,817 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27720 2018-11-19 07:29:39,817 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:39,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/FSK5C/remove-cluster-node.sh 2018-11-19 07:29:39,818 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FSK5C/remove-cluster-node.sh 2018-11-19 07:29:39,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-19 07:29:39,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:39,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:29:39,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:39,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:39,819 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:39,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:29:39,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:29:39,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:39,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:39,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/9H1RI/remove-cluster-node.sh 2018-11-19 07:29:39,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/LBTDQ/remove-cluster-node.sh 2018-11-19 07:29:39,820 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-19 07:29:39,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/LBTDQ/remove-cluster-node.sh 2018-11-19 07:29:39,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/6ZGJZ/remove-cluster-node.sh 2018-11-19 07:29:39,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/6ZGJZ/remove-cluster-node.sh 2018-11-19 07:29:39,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-19 07:29:39,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/9H1RI/remove-cluster-node.sh 2018-11-19 07:29:39,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> WARNING: 'monit unmonitor ' only unmonitors the process specified. Related poll scripts will NOT be affected. Use 'monit unmonitor -g ' to be sure of unmonitoring all related processes. There is no service named "clearwater_cluster_manager" 2018-11-19 07:29:39,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/7H4AW/stop-sprout.sh 2018-11-19 07:29:39,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-19 07:29:39,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:39,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:39,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, u'bono': {u'bono_e7f4xz': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.10', u'name': u'bono-e7f4xz'}}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:29:39,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:29:39,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:29:39,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:29:39,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:29:39,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplgWMuZ /etc/bind/db.clearwater.local 2018-11-19 07:29:39,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:29:39,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMk_gQC /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/NAT3A/bind.py 2018-11-19 07:29:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:29:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:29:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:29:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:29:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/YK84D/remove-cluster-node.sh 2018-11-19 07:29:39,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:29:39,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:29:39,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:29:39,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-19 07:29:39,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/YK84D/remove-cluster-node.sh 2018-11-19 07:29:39,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:29:39,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/LBTDQ/remove-cluster-node.sh 2018-11-19 07:29:39,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:39,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:29:39,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:29:39,826 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:29:39,886 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:39,886 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:39,886 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:39,886 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:39,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:39,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:39,887 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:39,887 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:39,887 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:39,887 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:39 GMT 2018-11-19 07:29:39,887 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:39,887 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:39,887 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:44,893 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:29:45,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_j9xnk0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:40.934Z", "message": "Execution done (return_code=0): /tmp/6ZGJZ/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:40.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cc9be35a-89bf-4e6e-983b-4550a5e8a9a2"}, {"node_instance_id": "homer_j9xnk0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:41.038Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:41.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.229Z", "message": "Execution done (return_code=0): /tmp/FSK5C/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "d243bfe7-cf1d-4674-bbaa-751cbd957859"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.254Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.254Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.254Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.254Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.254Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.254Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.254Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.402Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_3euvhl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.402Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:42.402Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:42.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Stopping Agent ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.303Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.303Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.431Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.431Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.431Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:43.431Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:43.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:44.443Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:44.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:44.443Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:44.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:44.443Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:44.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:44.443Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:44.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 193, "offset": 149, "size": 50}}} 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:45,022 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:45 GMT 2018-11-19 07:29:45,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:45,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16261 2018-11-19 07:29:45,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:45,023 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/6ZGJZ/remove-cluster-node.sh 2018-11-19 07:29:45,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:29:45,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/FSK5C/remove-cluster-node.sh 2018-11-19 07:29:45,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:45,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:45,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:45,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-19 07:29:45,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:29:45,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:45,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:29:45,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:29:45,025 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:29:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_kk84cb 2018-11-19 07:29:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:29:45,027 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:29:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:29:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-19 07:29:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:45,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:45,029 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:29:45,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:45,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:45 GMT 2018-11-19 07:29:45,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:45,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:45,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:50,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:29:50,185 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:50,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:50,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:50,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:50,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:50,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:50,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:50,186 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.226Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.226Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:45.450Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:45.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Stopping Agent homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Stopping Agent dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.328Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.328Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.460Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:46.460Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:46.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:47.539Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:47.539Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:47.753Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:47.753Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:48.347Z", "message": "Successfully stopped daemon: ellis_host_kk84cb\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:48.347Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_kk84cb stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "2531caaa-7769-4a2a-b892-27b0659c9f0a"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:48.474Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:48.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:48.474Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:48.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:48.474Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:48.474Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Deleting Agent ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:49.358Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:49.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:50.001Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:50.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 241, "offset": 180, "size": 50}}} 2018-11-19 07:29:50,186 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:50,186 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:50 GMT 2018-11-19 07:29:50,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:50,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25893 2018-11-19 07:29:50,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:50,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,187 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,188 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:50,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:50,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:29:50,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:29:50,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:29:50,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:50,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-19 07:29:50,189 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:50,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_4a9zx2 2018-11-19 07:29:50,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,190 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_v6cc7g 2018-11-19 07:29:50,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:50,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:50,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:29:50,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:50,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_kk84cb 2018-11-19 07:29:50,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_kk84cb stop 2018-11-19 07:29:50,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:50,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:50,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:29:50,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_kk84cb 2018-11-19 07:29:50,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,193 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:50,194 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:50,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:29:50,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:50,268 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:50,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:50,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:50,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:50,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:50,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:50,269 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:50,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:50,269 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:50 GMT 2018-11-19 07:29:50,269 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:50,269 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:50,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:55,275 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:29:55,352 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:50.369Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_4a9zx2 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:50.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:50.369Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:50.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:50.369Z", "message": "Successfully stopped daemon: homer_host_4a9zx2\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:50.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b0378750-4d50-411c-a241-e9733a035698"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:50.483Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:50.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:50.483Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:50.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:50.483Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:50.483Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Deleting Agent homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_v6cc7g stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Successfully stopped daemon: dime_host_v6cc7g\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Successfully deleted daemon: ellis_host_kk84cb", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "5ff4270c-9d59-40cc-831e-973e9b865a5f"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4966f5c6-ee8c-4588-908d-1f7c4d889f9f"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.408Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.508Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.508Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.508Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.508Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.508Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.508Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:51.508Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:51.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Deleting Agent dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:52.433Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:52.433Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:53.135Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:53.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:53.450Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:53.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:53.450Z", "message": "Successfully deleted daemon: homer_host_4a9zx2", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:53.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:53.450Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:53.450Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4971d1de-784b-4338-a490-2dc995ccd189"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:53.535Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:53.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:53.535Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:53.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:53.535Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:53.535Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.516Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.516Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.516Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.516Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.516Z", "message": "Successfully deleted daemon: dime_host_v6cc7g", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.516Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b6390974-cb32-495e-8579-07d50cebfab7"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.551Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 295, "offset": 228, "size": 50}}} 2018-11-19 07:29:55,353 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:55,354 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:55 GMT 2018-11-19 07:29:55,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:55,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26808 2018-11-19 07:29:55,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:29:55,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_4a9zx2 stop 2018-11-19 07:29:55,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:29:55,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_4a9zx2 2018-11-19 07:29:55,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:55,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:29:55,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:55,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_4a9zx2 2018-11-19 07:29:55,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_v6cc7g stop 2018-11-19 07:29:55,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:29:55,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_v6cc7g 2018-11-19 07:29:55,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_kk84cb 2018-11-19 07:29:55,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:29:55,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:29:55,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:55,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:29:55,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:29:55,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:29:55,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:55,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:55,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:29:55,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_v6cc7g 2018-11-19 07:29:55,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:29:55,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:29:55,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:29:55,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_4a9zx2 2018-11-19 07:29:55,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:29:55,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:29:55,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:29:55,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:29:55,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:29:55,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:29:55,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_v6cc7g 2018-11-19 07:29:55,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:29:55,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:29:55,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:29:55,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:29:55 GMT 2018-11-19 07:29:55,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:29:55,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:29:55,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:00,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:00,514 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:00,515 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:00,515 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:00,515 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:00,515 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:00,515 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:00,515 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:00,515 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.551Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.551Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.551Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:54.551Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:54.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:55.568Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:55.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:56.581Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:56.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:56.581Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:56.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:56.581Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:56.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:57.610Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:57.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:57.610Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:57.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:29:59.581Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:29:59.581Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 302, "offset": 278, "size": 50}}} 2018-11-19 07:30:00,516 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:00,516 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:00 GMT 2018-11-19 07:30:00,516 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:00,516 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5686 2018-11-19 07:30:00,516 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:00,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:30:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:30:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:30:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:30:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:30:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:00,517 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:30:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:00,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:30:00,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:00,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:00,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:00,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:00,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:00,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:00,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:00,580 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:00,580 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:00,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:00,580 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:00 GMT 2018-11-19 07:30:00,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:00,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:00,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:05,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:06,112 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:06,112 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:06,112 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:06,112 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:06,112 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:06,112 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:06,113 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:06,113 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:00.619Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:00.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:00.619Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:00.619Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_hor8ui", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:01.429Z", "message": "Execution done (return_code=0): /tmp/YK84D/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:01.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77f316bd-2924-42a5-a9cf-664dfaa77924"}, {"node_instance_id": "sprout_hor8ui", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:01.938Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:01.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:03.343Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:03.343Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:03.647Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:03.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:03.647Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:03.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:03.647Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:03.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:03.647Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:03.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:04.907Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:04.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:04.907Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:04.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 315, "offset": 289, "size": 50}}} 2018-11-19 07:30:06,113 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:06,113 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:06 GMT 2018-11-19 07:30:06,113 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:06,113 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5694 2018-11-19 07:30:06,113 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:06,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:06,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:06,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/YK84D/remove-cluster-node.sh 2018-11-19 07:30:06,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:30:06,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:06,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:06,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:30:06,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:06,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:06,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:30:06,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:30:06,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:06,206 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:06,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:06,207 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:06 GMT 2018-11-19 07:30:06,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:06,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:06,207 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:11,210 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:11,287 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:11,288 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:11,288 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:11,288 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:11,288 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:11,288 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:11,288 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:11,288 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:05.937Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:05.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:05.937Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:05.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:05.937Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:05.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.131Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.131Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.131Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.131Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.131Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.424Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Stopping Agent sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:07.541Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:07.541Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:08.329Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:08.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:08.329Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:08.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:08.329Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:08.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:09.667Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:09.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:09.667Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:09.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:09.667Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:09.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:09.667Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:09.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:09.913Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:09.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4f6b9e7d-6a75-4b88-8343-bceca2d3c0cb"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:10.726Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:10.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:10.726Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:10.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:10.726Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:10.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 344, "offset": 300, "size": 50}}} 2018-11-19 07:30:11,289 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:11,289 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:11 GMT 2018-11-19 07:30:11,289 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:11,289 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14688 2018-11-19 07:30:11,289 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:11,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-19 07:30:11,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:30:11,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:30:11,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:30:11,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:30:11,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:30:11,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:30:11,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_w1z2mn 2018-11-19 07:30:11,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:11,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:11,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:11,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:11,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:30:11,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:11,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:11,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:30:11,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:30:11,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:30:11,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:11,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:30:11,294 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:11,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:11,364 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:11 GMT 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:11,365 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:11,366 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:16,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:16,477 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:16,477 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:16,477 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:11.557Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:11.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd745c89-834e-4fae-9044-b1426660d6f4"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:12.216Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:12.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:12.568Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_w1z2mn stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:12.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:12.568Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:12.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:12.568Z", "message": "Successfully stopped daemon: sprout_host_w1z2mn\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:12.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f0cc2cff-b369-41c3-8939-5142f4ecd961"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:12.740Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:12.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:12.740Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:12.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:12.740Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:12.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "dime_host_v6cc7g", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Waiting for server \"c84b3472-ecec-4d0c-bd8b-3a97880c0e7d\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "cd745c89-834e-4fae-9044-b1426660d6f4"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "homer_host_4a9zx2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Waiting for server \"bba741bb-86b8-4923-a609-2319fd6d73a2\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "4f6b9e7d-6a75-4b88-8343-bceca2d3c0cb"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.845Z", "message": "Deleting Agent sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:13.909Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:13.909Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:15.050Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:15.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a9d8b748-39f3-4a40-a102-c38f5a6ec323"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:15.050Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:15.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:15.050Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:15.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:15.050Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:15.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:16.065Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:16.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:16.065Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:16.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:16.065Z", "message": "Successfully deleted daemon: sprout_host_w1z2mn", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:16.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "92762b93-fd8d-4b50-bc6c-1abae7df7f61"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:16.075Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:16.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:16.075Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:16.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:16.075Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:16.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 375, "offset": 328, "size": 50}}} 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:16 GMT 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16670 2018-11-19 07:30:16,478 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:16,479 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:30:16,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:30:16,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_w1z2mn stop 2018-11-19 07:30:16,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:30:16,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_w1z2mn 2018-11-19 07:30:16,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:30:16,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:30:16,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:30:16,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c84b3472-ecec-4d0c-bd8b-3a97880c0e7d" to be deleted. current status: SHUTOFF 2018-11-19 07:30:16,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "bba741bb-86b8-4923-a609-2319fd6d73a2" to be deleted. current status: SHUTOFF 2018-11-19 07:30:16,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:30:16,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_w1z2mn 2018-11-19 07:30:16,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:16,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:30:16,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:30:16,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:16,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:30:16,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:30:16,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:30:16,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_w1z2mn 2018-11-19 07:30:16,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:30:16,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:30:16,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:30:16,484 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:16,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:16,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:16,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:16,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:16,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:16,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:16,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:16,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:16,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:16,571 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:16 GMT 2018-11-19 07:30:16,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:16,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:16,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:21,577 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:21,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:21,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:21,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_kk84cb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:17.090Z", "message": "Waiting for server \"6efbee6c-d9f4-42c8-b510-279892c7f0eb\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:17.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a9d8b748-39f3-4a40-a102-c38f5a6ec323"}, {"node_instance_id": "homer_host_4a9zx2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:17.834Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:17.834Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_host_v6cc7g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:18.860Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:18.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:18.860Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:18.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:18.860Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:18.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:18.860Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:18.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:20.104Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:20.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:20.104Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:20.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_security_group_byvepl", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:21.037Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:21.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b5174861-774e-4814-90b6-d96ff44888c9"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:21.143Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:21.143Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:21.143Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:21.143Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:21.143Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:21.143Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:21.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 390, "offset": 359, "size": 50}}} 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:21 GMT 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:21,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7780 2018-11-19 07:30:21,647 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:21,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "6efbee6c-d9f4-42c8-b510-279892c7f0eb" to be deleted. current status: SHUTOFF 2018-11-19 07:30:21,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:30:21,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:30:21,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:30:21,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:21,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:30:21,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:30:21,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:21,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:30:21,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:21,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:30:21,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:30:21,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:30:21,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:21,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:30:21,650 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:21,710 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:21,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:21,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:21,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:21,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:21,711 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:21,711 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:21,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-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:21,711 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:21,711 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:21 GMT 2018-11-19 07:30:21,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:21,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:21,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:26,717 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:26,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:26,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_v5ggf4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:22.113Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:22.113Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "e680491e-8268-4212-bbbe-bb6c9899d238"}, {"node_instance_id": "homer_security_group_byvepl", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:22.388Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:22.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_host_kk84cb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:22.388Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:22.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:23.398Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:23.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:23.398Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:23.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "dime_security_group_v5ggf4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:23.398Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:23.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:24.409Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:24.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:24.409Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:24.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:24.409Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:24.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:24.409Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:24.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:24.409Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:24.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:24.409Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:24.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_security_group_b8zs5s", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:24.634Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:24.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b484f935-c54b-4762-8c92-93cab929dcf6"}, {"node_instance_id": "ellis_floatingip_69c7x0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:25.132Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:25.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "e1bc1778-df18-43b8-8c83-9262acb2bff5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:25.589Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:25.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_security_group_b8zs5s", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:25.589Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:25.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:25.589Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:25.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:25.589Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:25.589Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "ellis_floatingip_69c7x0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:26.606Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:26.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 409, "offset": 374, "size": 50}}} 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:26,809 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:26 GMT 2018-11-19 07:30:26,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:26,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9867 2018-11-19 07:30:26,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:26,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:30:26,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:30:26,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:30:26,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:30:26,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:30:26,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:30:26,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:30:26,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:30:26,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-19 07:30:26,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:26,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:26,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-19 07:30:26,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:30:26,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-11-19 07:30:26,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:26,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:30:26,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:26,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:26,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-19 07:30:26,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:26,878 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:26,879 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:26,880 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:26 GMT 2018-11-19 07:30:26,880 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:26,880 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:26,880 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:31,885 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:31,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:31,955 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:31,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:31,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:31,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:31,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:31,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:31,956 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:29.754Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:29.754Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:30.711Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:30.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:30.711Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:30.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 412, "offset": 393, "size": 50}}} 2018-11-19 07:30:31,956 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:31,956 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:31 GMT 2018-11-19 07:30:31,956 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:31,956 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-11-19 07:30:31,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:31,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:31,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:31,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:31,957 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:32,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:32,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:32,044 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:32,044 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:32,044 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:32,044 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:32,044 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:32,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:32,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:32,045 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:32 GMT 2018-11-19 07:30:32,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:32,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:32,045 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:37,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:37,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:37,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:37,189 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:37,189 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:35.244Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:35.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:35.725Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:35.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:35.725Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:35.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:36.528Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:36.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "89c13034-fcec-4376-8e1b-1123fa8acac2"}, {"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:36.886Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:36.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 417, "offset": 396, "size": 50}}} 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:37 GMT 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2579 2018-11-19 07:30:37,190 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:37,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:30:37,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:37,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:30:37,191 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:30:37,192 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:30:37,192 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:37,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:37,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:37,304 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:37,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:37,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:37 GMT 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:37,305 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:42,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:42,396 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:42,396 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:42,396 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:42,396 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:42,396 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:42,396 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:42,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:42,397 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_w1z2mn", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:38.920Z", "message": "Waiting for server \"bda52c77-0e7e-4081-b61c-3fffaea42e4a\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:38.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "89c13034-fcec-4376-8e1b-1123fa8acac2"}], "metadata": {"pagination": {"total": 418, "offset": 401, "size": 50}}} 2018-11-19 07:30:42,397 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:42,397 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:42 GMT 2018-11-19 07:30:42,397 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:42,397 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 682 2018-11-19 07:30:42,397 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:42,397 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "bda52c77-0e7e-4081-b61c-3fffaea42e4a" to be deleted. current status: SHUTOFF 2018-11-19 07:30:42,398 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:42,564 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:42,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:42,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:42 GMT 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:42,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:47,571 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:47,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:47,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_w1z2mn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:44.203Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:44.203Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:44.897Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:44.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:45.913Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:45.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:45.913Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:45.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:45.913Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:45.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "sprout_security_group_jcmwra", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:46.256Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:46.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "153215f5-584f-46ad-99c5-933e60b2dc36"}, {"node_instance_id": "sprout_security_group_jcmwra", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:30:47.128Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:30:47.128Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 425, "offset": 402, "size": 50}}} 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:47,644 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:47 GMT 2018-11-19 07:30:47,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:47,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3695 2018-11-19 07:30:47,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:47,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:30:47,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:30:47,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:30:47,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:30:47,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:30:47,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:30:47,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:30:47,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:47,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:47,710 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:47 GMT 2018-11-19 07:30:47,711 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:47,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:47,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:52,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:52,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:52,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:52,789 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:52,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:52,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:52,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:52,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:52,790 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:30:52,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:52,790 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:52 GMT 2018-11-19 07:30:52,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:52,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:30:52,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:52,791 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:52,855 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:52,855 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:52 GMT 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:52,856 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:52,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:57,862 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:30:57,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:57,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:57 GMT 2018-11-19 07:30:57,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:57,951 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:30:57,951 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:30:57,951 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:30:58,014 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:30:58,015 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:30:58,016 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:30:58 GMT 2018-11-19 07:30:58,016 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:30:58,016 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:30:58,016 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:03,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:03,203 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:03,203 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:03,203 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:03,203 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:03,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:03,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:03 GMT 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:03,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:03,322 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:03,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:03,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:03,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:03,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:03,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:03,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:03,323 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:03,323 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:03,323 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:03 GMT 2018-11-19 07:31:03,323 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:03,323 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:03,323 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:08,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:08,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:08,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:08 GMT 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:08,491 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:31:08,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:08,492 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:08,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:08,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:08,554 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:08 GMT 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:08,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:08,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:13,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:13,719 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:13,719 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:13 GMT 2018-11-19 07:31:13,720 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:13,721 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:31:13,721 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:13,721 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:13,797 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:13,797 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:13 GMT 2018-11-19 07:31:13,798 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:13,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:13,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:18,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:18,909 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:18,909 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:18,909 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:18,909 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:18,909 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:18,909 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:18,910 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:18,910 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:31:18,910 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:18,910 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:18 GMT 2018-11-19 07:31:18,910 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:18,910 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:31:18,910 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:18,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:18,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:18,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:18,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:19 GMT 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:18,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:19,000 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:24,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:24,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:24,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:24,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:24,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:24 GMT 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:31:24,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:24,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:24,178 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:24,178 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:24,178 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:24,178 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:24,178 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:24 GMT 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:24,179 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:29,185 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:29,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:29,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:29,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 409, "size": 50}}} 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:29 GMT 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:29,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:31:29,301 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:29,301 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:29,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:29,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:29,376 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:29,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:29,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:29 GMT 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:29,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:34,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:34,469 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_39oc0u", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:30.479Z", "message": "Execution done (return_code=0): /tmp/9H1RI/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:30.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "3ca49ad8-6e24-43e5-94b4-9008bc1c1ac4"}, {"node_instance_id": "vellum_39oc0u", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:30.575Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:30.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:31.972Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:31.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:31.972Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:31.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:31.972Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:31.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:34.009Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:34.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 431, "offset": 409, "size": 50}}} 2018-11-19 07:31:34,470 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:34,471 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:34 GMT 2018-11-19 07:31:34,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:34,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3122 2018-11-19 07:31:34,471 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:34,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/9H1RI/remove-cluster-node.sh 2018-11-19 07:31:34,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:31:34,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:31:34,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:31:34,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:31:34,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-19 07:31:34,472 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:34,542 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:34,542 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:34,542 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:34,542 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:34,542 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:34,542 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:34,542 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:34,543 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:34,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:34,543 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:34 GMT 2018-11-19 07:31:34,543 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:34,543 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:34,543 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:39,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:39,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:39,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:39,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:39,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:39,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:39,681 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:39,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:39,681 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:34.998Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:34.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:34.998Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:34.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:34.998Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:34.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:34.998Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:34.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:34.998Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:34.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:34.998Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:34.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:35.462Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:35.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Stopping Agent vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:36.216Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:36.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}], "metadata": {"pagination": {"total": 447, "offset": 415, "size": 50}}} 2018-11-19 07:31:39,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:39,682 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:39 GMT 2018-11-19 07:31:39,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:39,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8690 2018-11-19 07:31:39,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:39,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:31:39,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:31:39,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:31:39,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:31:39,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:31:39,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:31:39,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_g59gqu 2018-11-19 07:31:39,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:39,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:39,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:39,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:39,765 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:39,765 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:39 GMT 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:39,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:44,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:44,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:44,839 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:40.060Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:40.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:40.233Z", "message": "Successfully stopped daemon: vellum_host_g59gqu\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:40.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:40.233Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_g59gqu stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:40.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "77774a3f-d792-4d9a-a1c3-887f6a49d39d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:40.264Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:40.264Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.010Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.010Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.010Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Deleting Agent vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:41.248Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:41.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:43.083Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:43.083Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:43.259Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:43.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:43.259Z", "message": "Successfully deleted daemon: vellum_host_g59gqu", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:43.259Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f73acd1e-52eb-43d8-a5cf-6a2e5b1baf06"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:43.518Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:43.518Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:44.027Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:44.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:44.027Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:44.027Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 470, "offset": 431, "size": 50}}} 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:44 GMT 2018-11-19 07:31:44,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:44,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12475 2018-11-19 07:31:44,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:44,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:31:44,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_g59gqu 2018-11-19 07:31:44,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_g59gqu stop 2018-11-19 07:31:44,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:31:44,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:31:44,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:31:44,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:31:44,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_g59gqu 2018-11-19 07:31:44,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:31:44,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:31:44,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:31:44,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_g59gqu 2018-11-19 07:31:44,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:31:44,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:31:44,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:31:44,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:44,914 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:44,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:44 GMT 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:44,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:44,916 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:49,921 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:50,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:50,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:50,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:50,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:45.880Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:45.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:47.037Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:47.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:47.037Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:47.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 473, "offset": 454, "size": 50}}} 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:50 GMT 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1614 2018-11-19 07:31:50,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:50,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:31:50,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:31:50,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:31:50,011 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:50,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:50,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:50,087 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:50,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:50,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:50 GMT 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:50,088 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:55,094 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:31:55,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:55,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:55,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:52.370Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:52.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:53.048Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:53.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:53.048Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:53.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 476, "offset": 457, "size": 50}}} 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:55 GMT 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-11-19 07:31:55,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:31:55,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:31:55,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:31:55,200 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:31:55,200 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:31:55,279 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:31:55,280 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:31:55,280 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:31:55 GMT 2018-11-19 07:31:55,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:31:55,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:31:55,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:00,285 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:00,480 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:00,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:58.346Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:58.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:59.060Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:59.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:59.060Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:59.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:59.060Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:59.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:31:59.647Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:31:59.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "7cf96078-7669-4196-95b8-d37af91767ab"}], "metadata": {"pagination": {"total": 481, "offset": 460, "size": 50}}} 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:00 GMT 2018-11-19 07:32:00,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:00,482 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2579 2018-11-19 07:32:00,482 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:00,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:32:00,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:32:00,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:32:00,482 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:32:00,483 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:32:00,483 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:00,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:00,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:00,557 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:00,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:00 GMT 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:00,558 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:05,564 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:05,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:05,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:05,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:05,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:05,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:05,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:05,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:05,646 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:01.883Z", "message": "Waiting for server \"62ffcf2a-4f2a-4695-82df-24a14c53b8d7\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:01.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "7cf96078-7669-4196-95b8-d37af91767ab"}], "metadata": {"pagination": {"total": 482, "offset": 465, "size": 50}}} 2018-11-19 07:32:05,646 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:05,646 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:05 GMT 2018-11-19 07:32:05,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:05,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 682 2018-11-19 07:32:05,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:05,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "62ffcf2a-4f2a-4695-82df-24a14c53b8d7" to be deleted. current status: SHUTOFF 2018-11-19 07:32:05,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:05,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:05,717 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:05,717 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:05,717 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:05,717 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:05,717 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:05,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:05,718 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:05,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:05,718 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:05 GMT 2018-11-19 07:32:05,718 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:05,718 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:05,718 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:10,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:10,805 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:10,805 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:10,805 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:10,805 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_g59gqu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:07.104Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:07.104Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:08.075Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:08.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:09.086Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:09.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:09.086Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:09.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:09.086Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:09.086Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "vellum_security_group_ueahuh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:09.202Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:09.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "81535d73-d4cc-4553-92ad-d320841b7b02"}, {"node_instance_id": "vellum_security_group_ueahuh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:10.412Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:10.412Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 489, "offset": 466, "size": 50}}} 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:10 GMT 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3695 2018-11-19 07:32:10,806 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:10,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:32:10,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:32:10,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:32:10,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:32:10,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:32:10,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:32:10,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:32:10,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:10,871 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:10,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:10,873 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:10 GMT 2018-11-19 07:32:10,873 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:10,873 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:10,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:15,878 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:15,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:15,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:15 GMT 2018-11-19 07:32:15,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:15,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:32:15,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:15,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:16,052 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:16,052 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:16,052 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:16,052 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:16,052 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:16,052 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:16,053 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:16,053 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:16,053 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:16,053 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:16 GMT 2018-11-19 07:32:16,053 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:16,053 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:16,053 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:21,059 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:21,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:21,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:21,132 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:21,132 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:21,132 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:21 GMT 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:32:21,133 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:21,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:21,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:21,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:21,194 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:21 GMT 2018-11-19 07:32:21,194 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:21,194 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:21,194 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:26,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:26,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 473, "size": 50}}} 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:26,270 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:26 GMT 2018-11-19 07:32:26,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:26,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:32:26,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:26,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:26,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:26,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:26,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:26 GMT 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:26,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:26,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:31,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:31,429 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:31,429 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:31,430 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:31,430 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:31,430 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:31,430 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:31,430 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:31,430 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:27.322Z", "message": "Execution done (return_code=124): /tmp/5A2FN/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:27.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "121d4228-299c-434b-8ca5-41a8cfbf047f"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:27.553Z", "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_qvfp88/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_qvfp88/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_qvfp88/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-11-19T07:32:27.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:28.133Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:28.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:28.133Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:28.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:28.362Z", "message": "Downloaded scripts/bind/bind.py to /tmp/8KWLC/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:28.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.144Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.144Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "[localhost] run: sudo mv /tmp/tmpPYrtYM /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "[localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "Rendering the Jinja2 template to /etc/bind/db.clearwater.local.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, 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.21', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:29.289Z", "message": "[localhost] run: sudo mv /tmp/tmpEkG6pH /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:29.289Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "323cf2fa-5ba7-4e17-9b71-411d2764c6b3"}, {"node_instance_id": "bono_e7f4xz", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:30.155Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:30.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_e7f4xz", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:30.155Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:30.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:30.155Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:30.155Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:30.299Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/NU7YZ/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:30.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f2cd4035-f7b6-4058-9fb8-119a89cb63da"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:30.299Z", "message": "Executing: /tmp/NU7YZ/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:30.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f2cd4035-f7b6-4058-9fb8-119a89cb63da"}, {"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:31.309Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:31.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f2cd4035-f7b6-4058-9fb8-119a89cb63da"}], "metadata": {"pagination": {"total": 513, "offset": 473, "size": 50}}} 2018-11-19 07:32:31,430 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:31,431 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:31 GMT 2018-11-19 07:32:31,431 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:31,431 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13415 2018-11-19 07:32:31,431 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:31,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/5A2FN/stop-bono.sh 2018-11-19 07:32:31,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-11-19 07:32:31,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:32:31,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:32:31,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/8KWLC/bind.py 2018-11-19 07:32:31,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-11-19 07:32:31,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-11-19 07:32:31,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-11-19 07:32:31,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPYrtYM /etc/bind/db.clearwater.local 2018-11-19 07:32:31,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-11-19 07:32:31,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-11-19 07:32:31,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-11-19 07:32:31,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-11-19 07:32:31,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-11-19 07:32:31,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-11-19 07:32:31,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_39oc0u': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'vellum-39oc0u'}}, 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.21', u'hss_hostname': u''}. 2018-11-19 07:32:31,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpEkG6pH /etc/bind/db.clearwater.opnfv 2018-11-19 07:32:31,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:32:31,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-11-19 07:32:31,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-11-19 07:32:31,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/NU7YZ/remove-cluster-node.sh 2018-11-19 07:32:31,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/NU7YZ/remove-cluster-node.sh 2018-11-19 07:32:31,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-11-19 07:32:31,435 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:31,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:31,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:31,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:31,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:31,516 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:31 GMT 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:31,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:36,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:36,626 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:36,626 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 496, "size": 50}}} 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:36 GMT 2018-11-19 07:32:36,627 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:36,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:32:36,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:36,628 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:36,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:36,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:36,698 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:36 GMT 2018-11-19 07:32:36,698 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:36,698 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:36,698 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:41,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:41,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 496, "size": 50}}} 2018-11-19 07:32:41,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:41,813 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:41 GMT 2018-11-19 07:32:41,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:41,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:32:41,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:41,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:41,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:41,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:41,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:41,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:41,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:41,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:41,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:41,884 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:41,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:41,884 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:41 GMT 2018-11-19 07:32:41,884 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:41,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:41,884 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:46,888 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:47,018 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:47,018 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:47,018 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:47,018 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:47,018 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:47,018 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:47,018 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:47,019 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_e7f4xz", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:46.165Z", "message": "Execution done (return_code=2): /tmp/NU7YZ/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:46.165Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "f2cd4035-f7b6-4058-9fb8-119a89cb63da"}, {"node_instance_id": "bono_e7f4xz", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:46.376Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member daf144c253cd5989: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.8:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.21:4000 has no leader\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member daf144c253cd5989: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.8:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.21:4000 has no leader\n", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_qvfp88/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_qvfp88/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_qvfp88/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 daf144c253cd5989: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader\n; error #1: client: endpoint http://192.168.120.8:4000 exceeded header timeout\n; error #2: client: etcd member http://192.168.120.21:4000 has no leader\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-11-19T07:32:46.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 515, "offset": 496, "size": 50}}} 2018-11-19 07:32:47,019 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:47,019 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:47 GMT 2018-11-19 07:32:47,019 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:47,019 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2974 2018-11-19 07:32:47,019 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:47,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/NU7YZ/remove-cluster-node.sh 2018-11-19 07:32:47,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member daf144c253cd5989: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.10:4000 has no leader ; error #1: client: endpoint http://192.168.120.8:4000 exceeded header timeout ; error #2: client: etcd member http://192.168.120.21:4000 has no leader 2018-11-19 07:32:47,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:47,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:47,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:47,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:47,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:47,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:47,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:47,167 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:47,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:47,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:47,168 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:47 GMT 2018-11-19 07:32:47,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:47,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:47,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:52,174 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:52,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:52,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:47.169Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:47.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:47.169Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:47.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:47.169Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:47.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:47.169Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:47.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_8zxhpd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:47.169Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:47.169Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_node_epxfnh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:48.194Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:48.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_8zxhpd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:48.194Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:48.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:49.216Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:49.216Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.222Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.222Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.244Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.244Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.244Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.244Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:50.322Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:50.322Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:51.256Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:51.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:51.256Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:51.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:51.256Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:51.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:51.256Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:51.256Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:51.333Z", "message": "Stopping Agent bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:51.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.262Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.262Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.262Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.262Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 549, "offset": 498, "size": 50}}} 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:52,305 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:52 GMT 2018-11-19 07:32:52,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:52,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18847 2018-11-19 07:32:52,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:52,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:32:52,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:32:52,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:32:52,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:32:52,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:32:52,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:32:52,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:32:52,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:32:52,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:32:52,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,309 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:32:52,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:32:52,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:32:52,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:32:52,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,310 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:52,311 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-11-19 07:32:52,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:32:52,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:32:52,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:32:52,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_qvfp88 2018-11-19 07:32:52,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:32:52,312 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:32:52,313 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:32:52,313 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:52,382 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:52,382 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:52,382 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:52,382 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:52,382 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:52,382 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:52,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:52,383 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:52,383 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:52,383 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:52 GMT 2018-11-19 07:32:52,383 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:52,383 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:52,383 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:57,389 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:32:57,564 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:57,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:57,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:57,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:57,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Stopping Agent bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:52.345Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:52.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:54.775Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:54.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:54.960Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:54.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:55.296Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:55.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:55.296Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:55.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:55.296Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:55.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:55.357Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_qvfp88 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:55.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:55.357Z", "message": "Successfully stopped daemon: bono_host_qvfp88\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:55.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "410f7a7a-b1f6-4b57-966f-50761e1c8917"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Deleting Agent bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:56.789Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:56.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:57.312Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:57.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:57.312Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:57.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:57.312Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:57.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:57.388Z", "message": "Successfully stopped daemon: bind_host_cbbv5l\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:57.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:57.388Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_cbbv5l stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:57.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:57.388Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:57.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a77e5e04-87c3-4ab2-a0d3-5c052e635d60"}], "metadata": {"pagination": {"total": 586, "offset": 535, "size": 50}}} 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:57 GMT 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18420 2018-11-19 07:32:57,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:32:57,566 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_cbbv5l 2018-11-19 07:32:57,567 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:32:57,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:32:57,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:32:57,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:32:57,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:32:57,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_qvfp88 stop 2018-11-19 07:32:57,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_qvfp88 2018-11-19 07:32:57,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_qvfp88 2018-11-19 07:32:57,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:32:57,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:32:57,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:32:57,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:32:57,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:32:57,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_cbbv5l 2018-11-19 07:32:57,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_cbbv5l stop 2018-11-19 07:32:57,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:32:57,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:32:57,634 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:32:57,635 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:32:57,636 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:32:57 GMT 2018-11-19 07:32:57,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:32:57,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:32:57,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:02,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:02,713 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:02,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:02,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:02,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:02,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:02,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:02,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:02,714 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.341Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.341Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.341Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Successfully deleted daemon: bono_host_qvfp88", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Deleting Agent bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b06ab249-324b-4560-9563-630e63b134d5"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:58.509Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:58.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:59.354Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5953)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5953)", "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_623ev8/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_623ev8/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_623ev8/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_623ev8/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_623ev8/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=5953)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-11-19T07:32:59.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:59.354Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:59.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:32:59.629Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:32:59.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.365Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.528Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:00.528Z", "message": "Successfully deleted daemon: bind_host_cbbv5l", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:00.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "102465f0-7fd1-4159-86a7-dfb5872f9875"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.384Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.384Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.384Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Stopping Agent proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:01.560Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:01.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:02.542Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:02.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 629, "offset": 569, "size": 50}}} 2018-11-19 07:33:02,714 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:02,714 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:02 GMT 2018-11-19 07:33:02,714 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:02,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24149 2018-11-19 07:33:02,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:02,715 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:33:02,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:33:02,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:33:02,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_qvfp88 2018-11-19 07:33:02,716 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:33:02,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_cbbv5l 2018-11-19 07:33:02,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,717 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:33:02,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5953) 2018-11-19 07:33:02,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-11-19 07:33:02,718 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:33:02,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-11-19 07:33:02,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:33:02,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:33:02,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-11-19 07:33:02,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-11-19 07:33:02,719 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:33:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-11-19 07:33:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-11-19 07:33:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:33:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_cbbv5l 2018-11-19 07:33:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:33:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:33:02,720 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:33:02,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_623ev8 2018-11-19 07:33:02,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:02,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:33:02,722 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:02,828 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:02,829 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:02 GMT 2018-11-19 07:33:02,830 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:02,830 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:33:02,830 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:07,835 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:07,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:03.393Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:03.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:03.393Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:03.393Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:05.299Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:05.299Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:05.489Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:05.489Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:05.575Z", "message": "Successfully stopped daemon: proxy_host_623ev8\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:05.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:05.575Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_623ev8 stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:05.575Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "58654feb-9a84-41ec-a6bd-bf49359819f3"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.462Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.462Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.462Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.462Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Deleting Agent proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:06.586Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:06.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:07.490Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:07.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:07.490Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:07.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 651, "offset": 612, "size": 50}}} 2018-11-19 07:33:07,932 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:07,932 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:07 GMT 2018-11-19 07:33:07,932 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:07,932 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11855 2018-11-19 07:33:07,932 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:07,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:33:07,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:33:07,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-11-19 07:33:07,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-11-19 07:33:07,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_623ev8 2018-11-19 07:33:07,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_623ev8 stop 2018-11-19 07:33:07,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-11-19 07:33:07,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:33:07,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-11-19 07:33:07,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-11-19 07:33:07,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_623ev8 2018-11-19 07:33:07,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-11-19 07:33:07,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:07,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:07,936 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:08,006 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:08,006 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:08,006 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:08,006 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:08 GMT 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:33:08,007 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:13,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:13,486 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:13,486 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:13,486 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:08.481Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:08.481Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:08.506Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:08.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:08.506Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:08.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:08.506Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:08.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:08.596Z", "message": "Successfully deleted daemon: proxy_host_623ev8", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:08.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:08.596Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:08.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "6cea703b-038d-4e9a-8009-993b10fc4c27"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:09.515Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:09.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:09.515Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:09.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:09.515Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:09.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:11.205Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:11.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:11.528Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:11.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:11.528Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:11.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:11.528Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:11.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:12.790Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:12.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "aa830304-b0c2-4cb3-80ae-5badba06997f"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:12.864Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:12.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:12.864Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:12.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:12.864Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:12.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:12.864Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:12.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:12.864Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:12.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:12.864Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:12.864Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 671, "offset": 634, "size": 50}}} 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:13 GMT 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:13,487 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10310 2018-11-19 07:33:13,488 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:13,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-11-19 07:33:13,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-11-19 07:33:13,488 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_623ev8 2018-11-19 07:33:13,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-11-19 07:33:13,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:33:13,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:33:13,489 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-11-19 07:33:13,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-11-19 07:33:13,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:33:13,490 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:33:13,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:13,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:13,491 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:33:13,491 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:13,556 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:13,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:13,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:13,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:13,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:13 GMT 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:33:13,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:18,560 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:18,646 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:18,646 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:18,646 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:18,646 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:18,646 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:18,646 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:18,646 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:18,647 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:15.359Z", "message": "Waiting for server \"45273f7e-8971-4129-9dc7-7396d5e64384\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:15.359Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "aa830304-b0c2-4cb3-80ae-5badba06997f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:16.482Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:16.482Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:17.436Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:17.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:17.436Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:17.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:18.443Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:18.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 676, "offset": 654, "size": 50}}} 2018-11-19 07:33:18,647 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:18,647 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:18 GMT 2018-11-19 07:33:18,647 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:18,647 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2739 2018-11-19 07:33:18,647 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:18,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "45273f7e-8971-4129-9dc7-7396d5e64384" to be deleted. current status: ACTIVE 2018-11-19 07:33:18,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:18,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:18,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:18,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:18,648 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:18,738 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:18,738 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:18,738 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:18,738 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:18,738 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:18,738 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:18,739 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:18,739 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:18,739 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:18,739 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:18 GMT 2018-11-19 07:33:18,739 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:18,739 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:33:18,739 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:23,745 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:23,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:23,852 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:23,852 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:23,852 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:23,852 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:23,852 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:23,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:23,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:19.459Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:19.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "fd5fc29d-9aec-4de6-89d1-2823297d7bcc"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:19.509Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:19.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:19.509Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:19.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:19.509Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:19.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "proxy_host_623ev8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:20.945Z", "message": "Waiting for server \"45273f7e-8971-4129-9dc7-7396d5e64384\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:20.945Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "aa830304-b0c2-4cb3-80ae-5badba06997f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:21.478Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:21.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:21.655Z", "message": "Waiting for server \"fce81a87-3700-4b2d-b0a6-f4fba04a35ba\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:21.655Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "fd5fc29d-9aec-4de6-89d1-2823297d7bcc"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:22.517Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:22.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:22.517Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:22.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:22.517Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:22.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:22.665Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:22.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "30eabd86-78f6-4306-9c9c-c2add3ed391d"}], "metadata": {"pagination": {"total": 687, "offset": 659, "size": 50}}} 2018-11-19 07:33:23,853 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:23,853 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:23 GMT 2018-11-19 07:33:23,853 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:23,853 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5720 2018-11-19 07:33:23,853 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:23,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:33:23,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:33:23,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:23,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:33:23,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "45273f7e-8971-4129-9dc7-7396d5e64384" to be deleted. current status: ACTIVE 2018-11-19 07:33:23,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-11-19 07:33:23,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "fce81a87-3700-4b2d-b0a6-f4fba04a35ba" to be deleted. current status: SHUTOFF 2018-11-19 07:33:23,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:33:23,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:33:23,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:23,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-11-19 07:33:23,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:23,944 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:23,945 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:23 GMT 2018-11-19 07:33:23,946 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:23,946 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:33:23,946 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:28,951 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:29,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_qvfp88", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:24.671Z", "message": "Waiting for server \"c91ffae3-b3ad-4264-800c-f2d2c432a01b\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:24.671Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "30eabd86-78f6-4306-9c9c-c2add3ed391d"}, {"node_instance_id": "proxy_host_623ev8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:26.179Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:26.179Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_host_cbbv5l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:27.592Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:27.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:27.592Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:27.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:27.592Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:27.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:28.630Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:28.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:28.630Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:28.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:28.630Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:28.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:28.630Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:28.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_security_group_51xpub", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:28.630Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:28.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:28.630Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:28.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_security_group_51xpub", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:28.635Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:28.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "db44aaff-7c57-4fcc-91ee-96549c8abfed"}], "metadata": {"pagination": {"total": 699, "offset": 670, "size": 50}}} 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:29,036 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:29 GMT 2018-11-19 07:33:29,037 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:29,037 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6196 2018-11-19 07:33:29,037 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:29,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "c91ffae3-b3ad-4264-800c-f2d2c432a01b" to be deleted. current status: SHUTOFF 2018-11-19 07:33:29,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:33:29,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:33:29,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:33:29,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:33:29,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:33:29,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:29,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:29,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-19 07:33:29,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:33:29,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-19 07:33:29,039 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:33:29,039 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:29,105 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:29,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:29,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:29,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:29,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:29,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:29,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:29,106 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:29,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:29,106 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:29 GMT 2018-11-19 07:33:29,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:29,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:33:29,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:34,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:34,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:34,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:34,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:34,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:34,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_51xpub", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:29.635Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:29.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bind_floatingip_xjnen9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:29.693Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:29.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "215748ea-e155-45b6-aa68-ab093b229b9c"}, {"node_instance_id": "bind_floatingip_xjnen9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:30.642Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:30.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_host_qvfp88", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:30.642Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:30.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:30.642Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:30.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:30.642Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:30.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "keypair_nthfb9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:31.651Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:31.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:31.651Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:31.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:31.651Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:31.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:31.651Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:31.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:31.651Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:31.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "keypair_nthfb9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "keypair_nthfb9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "keypair_nthfb9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:32.819Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:32.819Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "internal_sip_security_group_c4axyo", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:33.026Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:33.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "49eddb45-d3fb-4b03-84b7-8be67abaf3cf"}, {"node_instance_id": "base_security_group_o4eg13", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:33.709Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:33.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "7bdfab52-cb56-430d-8ba0-34914e12c174"}, {"node_instance_id": "keypair_nthfb9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:33.709Z", "message": "not deleting keypair since an external keypair is being used", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:33.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "85499001-e569-4f24-8c61-1e0624f3ada6"}, {"node_instance_id": "bono_floatingip_wgd4pc", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:33.709Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:33.709Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "a92186d2-e958-4a9f-bdf7-a029c2dccd7b"}], "metadata": {"pagination": {"total": 727, "offset": 682, "size": 50}}} 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:34 GMT 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14273 2018-11-19 07:33:34,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:33:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-11-19 07:33:34,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-19 07:33:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-11-19 07:33:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:33:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:33:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:33:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:33:34,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-11-19 07:33:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-11-19 07:33:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-19 07:33:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-19 07:33:34,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:33:34,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:33:34,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:33:34,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-11-19 07:33:34,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:33:34,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:33:34,648 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:34,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:33:34,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-11-19 07:33:34,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:33:34,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:33:34,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-11-19 07:33:34,649 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-11-19 07:33:34,650 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:34,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:34,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:34,739 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:34,739 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:34,739 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:34 GMT 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-11-19 07:33:34,740 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:39,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-11-19 07:33:39,890 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:39,890 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:39,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:39,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:39,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:39,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:39,891 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:39,891 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_c4axyo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:34.647Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:34.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_security_group_90a1s6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:34.873Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:34.873Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d", "logger": "b4bdbbb1-8afc-4e87-87f9-815fc8c60365"}, {"node_instance_id": "base_security_group_o4eg13", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:34.959Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:34.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "keypair_nthfb9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:34.959Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:34.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:35.995Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:35.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_security_group_90a1s6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:35.995Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:35.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}, {"node_instance_id": "bono_floatingip_wgd4pc", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-11-19T07:33:35.995Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:33:35.995Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"}], "metadata": {"pagination": {"total": 734, "offset": 710, "size": 50}}} 2018-11-19 07:33:39,891 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:39,891 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:39 GMT 2018-11-19 07:33:39,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:39,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3730 2018-11-19 07:33:39,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:39,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:33:39,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-11-19 07:33:39,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:33:39,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-11-19 07:33:39,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-11-19 07:33:39,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:33:39,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-19 07:33:39,893 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/c2b59d88-2c1d-49b5-9f6b-c77fba0f501d 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:39,967 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:29:24.154Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "c2b59d88-2c1d-49b5-9f6b-c77fba0f501d"} 2018-11-19 07:33:39,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:39,968 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:39 GMT 2018-11-19 07:33:39,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:39,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-11-19 07:33:39,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:39,968 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/deployments/clearwater-opnfv 2018-11-19 07:33:40,750 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:40,750 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:40,750 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "a19332ec-42ea-4bac-97fd-7fa96d569cee", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "bono_cluster_size": 1, "flavor_id": "1387a197-df16-4a0a-9e8b-1df41ca5fb51", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b", "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:16.773Z", "updated_at": "2018-11-19T07:06:16.773Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {"bono_group": {"policies": {}, "members": ["bono_floatingip", "bono_host"]}}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}, "members": ["bono_floatingip", "bono_host"]}}, "id": "clearwater-opnfv", "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}} 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:40 GMT 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:40,751 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-11-19 07:33:40,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:40,752 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/blueprints/clearwater-opnfv 2018-11-19 07:33:40,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:33:40,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:33:40,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:33:40,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:33:40,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:33:40,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:33:40,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:33:40,838 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-19 07:33:40,838 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:06:08.379Z", "updated_at": "2018-11-19T07:06:08.379Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_bono_nodes": {"name": "monitors_bono_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"vellum_cluster_size": {"default": 1, "type": "integer", "description": "number of vellum instance"}, "agent_user": {"default": "ubuntu", "type": "string", "description": "User for connecting to agent VM's"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "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"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "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"}, "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"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"dns_ip": {"value": {"get_attribute": ["bind_floatingip", "floating_ip_address"]}}, "ellis_ip": {"value": {"get_attribute": ["ellis_floatingip", "floating_ip_address"]}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {"bono_group": {"members": ["bono_floatingip", "bono_host"], "policies": {}}}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"scale_bono": {"type": "cloudify.policies.scaling", "properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "targets": ["bono_group"]}}, "nodes": [{"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bono_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_sprout_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/sprout/stop-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/sprout/install-sprout.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "sprout", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.sprout"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/sprout/stop-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/sprout/install-sprout.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.sprout", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/vellum/stop-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"script_path": "scripts/clearwater/vellum/start-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/vellum/install-vellum.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "vellum", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.vellum"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "scripts/clearwater/vellum/start-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/vellum/stop-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/vellum/install-vellum.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.vellum", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "homer_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "homer_cluster_size"}, "default_instances": {"get_input": "homer_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "homer_cluster_size"}}}}, "id": "homer_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": {"get_input": "key_pair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "private_key_path"}, "use_external_resource": true}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "internal_sip_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "internal_sip_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5054}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5052}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_internal_sip", "description": "Internal SIP signalling"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/clearwater/ellis/create_number.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind_ellis", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/ellis/stop-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/ellis/install-ellis.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "ellis", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.ellis"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/ellis/stop-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/ellis/install-ellis.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "ellis", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.ellis", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 10}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "proxy_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 10}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "proxy_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "proxy_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "dime_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 8889}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 10888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_dime", "description": "memcached Chronos REST"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "ellis_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "dime_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "dime_cluster_size"}, "default_instances": {"get_input": "dime_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "dime_cluster_size"}}}}, "id": "dime_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "ellis_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 80}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 443}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_ellis", "description": "Web UI"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "vellum_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "vellum_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "vellum_cluster_size"}, "default_instances": {"get_input": "vellum_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "vellum_cluster_size"}}}}, "id": "vellum_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "vellum_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "dime_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/dime/stop-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/dime/install-dime.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "dime", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.dime"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/dime/stop-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/dime/install-dime.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "dime", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "dime_host", "type": "clearwater.nodes.dime", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/install_requirements.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "proxy_node", "type_hierarchy": ["cloudify.nodes.Root", "SNMPProxy"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/monitoring/proxy_snmp/install_requirements.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "proxy_node", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "host_id": "proxy_host", "type": "SNMPProxy", "properties": {}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "base_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "base_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"remote_ip_prefix": "0.0.0.0/0", "port": 4000}, {"remote_ip_prefix": "0.0.0.0/0", "port": 2380}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 161}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_base", "description": "SSH"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bono_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "homer_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7888}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_homer", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "internal_sip_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "sprout_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "sprout_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "sprout_cluster_size"}, "default_instances": {"get_input": "sprout_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "sprout_cluster_size"}}}}, "id": "sprout_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "sprout_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bind_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 53}, {"remote_ip_prefix": "0.0.0.0/0", "port": 53}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bind", "description": "DNS"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "homer_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/homer/stop-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/homer/install-homer.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "homer", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.homer"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/homer/stop-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/homer/install-homer.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "homer", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "homer_host", "type": "clearwater.nodes.homer", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "sprout_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "sprout_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9888}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_sprout", "description": "memcached Chronos 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "bind_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 1, "planned_instances": 1, "default_instances": 1, "max_instances": 1, "current_instances": 1}}}, "id": "bind_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "install"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/other/install-etcd.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "bind", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.infra.bind"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "install"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/other/install-etcd.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bind_host", "type": "clearwater.infra.bind", "properties": {"private_domain": "clearwater.local", "secret_code": "secret", "hss_port": "3868", "public_domain": {"get_input": "public_domain"}, "release": {"get_input": "release"}, "hss_hostname": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bono_host", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"invocation": {"function": "remove_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "establish": {"inputs": {"invocation": {"function": "add_backend"}, "script_path": "scripts/bind/bind.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "add_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"function": "remove_backend"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "app_connected_to_bind", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"script_path": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_bono_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": 161, "community": "clearwater", "oids": {"1.2.826.0.1.1578918.9.2.2.1.2.1": "bono.Latency.Average", "1.2.826.0.1.1578918.9.2.1": "bono.Connected.Clients", "1.2.826.0.1.1578918.9.2.4.1.2.1": "bono.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.2.5.1.2.1": "bono.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.2.3.1.1.3.1": "bono.Sprout.Connection.Count", "1.2.826.0.1.1578918.9.2.6.1.2.1": "bono.Queue.Size.Average"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "proxy_node", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "monitors_bono_nodes", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"script_path": "scripts/clearwater/bono/stop-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"invocation": {"function": "configure"}, "script_path": "scripts/clearwater/other/clearwater.py"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "configure": {"inputs": {"script_path": "scripts/clearwater/bono/install-bono.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"script_path": "scripts/clearwater/other/remove-cluster-node.sh"}, "has_intrinsic_functions": false, "plugin": "script", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "script_runner.tasks.run"}}, "name": "bono", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SoftwareComponent", "clearwater.nodes.config", "clearwater.nodes.bono"], "deployment_plugins_to_install": [], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "scripts/clearwater/other/clearwater.py", "inputs": {"invocation": {"function": "configure"}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "scripts/clearwater/bono/stop-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "scripts/clearwater/bono/install-bono.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "scripts/clearwater/other/remove-cluster-node.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "bono_host", "type": "clearwater.nodes.bono", "properties": {"release": {"get_input": "release"}, "private_domain": "clearwater.local"}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "bono_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bono_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 3478}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "udp", "port": 5060}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5062}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 65535, "port_range_min": 32768, "protocol": "udp"}, {"remote_ip_prefix": "0.0.0.0/0", "port": 6669}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 5058}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_bono", "description": "STUN SIP RTP 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "base_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_security_group"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.disconnect_floatingip"}, "establish": {"inputs": {"fixed_ip": "", "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.connect_floatingip"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "ellis_floatingip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": "", "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.start"}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.add_collectors"}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.stop"}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {"diamond_config": {"interval": 5}}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.install"}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "diamond", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "diamond_agent.tasks.uninstall"}}, "name": "ellis_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server", "clearwater.nodes.MonitoredServer"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "diamond.diamond_agent.tasks.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "diamond.diamond_agent.tasks.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "diamond.diamond_agent.tasks.install", "inputs": {"diamond_config": {"interval": 5}}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "diamond.diamond_agent.tasks.uninstall", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "diamond.diamond_agent.tasks.add_collectors", "inputs": {"collectors_config": {"NetworkCollector": {}, "DiskUsageCollector": {"config": {"devices": "x?vd[a-z]+[0-9]*$"}}, "MemoryCollector": {}, "LoadAverageCollector": {}, "CPUCollector": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "with_ellis"}, "default_instances": {"get_input": "with_ellis"}, "max_instances": -1, "current_instances": {"get_input": "with_ellis"}}}}, "id": "ellis_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "ellis_host", "type": "clearwater.nodes.MonitoredServer", "properties": {"cloudify_agent": {"user": {"get_input": "agent_user"}, "key": {"get_property": ["keypair", "private_key_path"]}}, "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "nova_client": {"insecure": true}, "neutron_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "ip": "", "image": {"get_input": "image_id"}, "management_network_name": {"get_input": "network_name"}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": "", "os_family": "linux", "flavor": {"get_input": "flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "diamond", "package_name": "cloudify-diamond-plugin", "distribution_version": null, "package_version": "1.3.5", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-diamond-plugin/archive/1.3.5.zip", "install": true, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "script", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "bind_floatingip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "bind_floatingip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"resource_id": "", "openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "vellum_security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "vellum_security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_secret": "keystone_username"}, "project_name": {"get_secret": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "region": {"get_secret": "region"}, "auth_url": {"get_secret": "keystone_url"}, "password": {"get_secret": "keystone_password"}, "user_domain_name": {"get_secret": "user_domain_name"}, "project_domain_name": {"get_secret": "project_domain_name"}}, "resource_id": "", "rules": [{"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11211}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 11311}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7253}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 7000}, {"remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port": 9160}, {"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 6668, "port_range_min": 6667}], "create_if_missing": false, "security_group": {"name": "clearwater-sg_vellum", "description": "REST Cassandra 0MQ"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}], "scaling_groups": {"bono_group": {"properties": {"min_instances": 0, "planned_instances": {"get_input": "bono_cluster_size"}, "default_instances": {"get_input": "bono_cluster_size"}, "max_instances": -1, "current_instances": {"get_input": "bono_cluster_size"}}, "members": ["bono_floatingip", "bono_host"]}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "clearwater-opnfv"} 2018-11-19 07:33:40,840 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:33:40,840 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:33:40 GMT 2018-11-19 07:33:40,840 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:33:40,841 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-11-19 07:33:40,841 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:33:40,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 07:33:40,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:42,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1173298d-163f-4484-9ba6-d675be6ac84e Date: Mon, 19 Nov 2018 07:33:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:33:42,731 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee used request id req-1173298d-163f-4484-9ba6-d675be6ac84e 2018-11-19 07:33:42,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.86514997482s 2018-11-19 07:33:42,731 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a19332ec-42ea-4bac-97fd-7fa96d569cee used request id req-1173298d-163f-4484-9ba6-d675be6ac84e 2018-11-19 07:33:42,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:33:42,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:33:42,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-f1257627-e651-46e4-83ac-28dd67690e47 x-compute-request-id: req-f1257627-e651-46e4-83ac-28dd67690e47 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 25, "id": "1387a197-df16-4a0a-9e8b-1df41ca5fb51", "name": "cloudify_ims-flavor_alt_806e1756-4a86-43cc-9cd3-89905473b98b", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "81c807df-78da-411f-b086-9ea1ccd414d4", "name": "cloudify_ims-flavor_806e1756-4a86-43cc-9cd3-89905473b98b", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:33:42,911 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-f1257627-e651-46e4-83ac-28dd67690e47 2018-11-19 07:33:42,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.179545164108s 2018-11-19 07:33:42,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-f1257627-e651-46e4-83ac-28dd67690e47 2018-11-19 07:33:42,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 07:33:42,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:33:42,959 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07: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 x-openstack-request-id: req-92eb9398-ec5f-44e6-8375-fb1c2206daf7 x-compute-request-id: req-92eb9398-ec5f-44e6-8375-fb1c2206daf7 Content-Length: 0 Content-Type: application/json 2018-11-19 07:33:42,960 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51 used request id req-92eb9398-ec5f-44e6-8375-fb1c2206daf7 2018-11-19 07:33:42,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0454058647156s 2018-11-19 07:33:42,960 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1387a197-df16-4a0a-9e8b-1df41ca5fb51 used request id req-92eb9398-ec5f-44e6-8375-fb1c2206daf7 2018-11-19 07:33:42,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 07:33:42,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/f8e3735d-b081-4867-9bdb-3decd01a3fe2.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:44,112 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-65ff7929-7d97-43d5-b596-b7262997399d Content-Length: 0 Date: Mon, 19 Nov 2018 07:33:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:33:44,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/f8e3735d-b081-4867-9bdb-3decd01a3fe2.json used request id req-65ff7929-7d97-43d5-b596-b7262997399d 2018-11-19 07:33:44,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.14891600609s 2018-11-19 07:33:44,112 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/f8e3735d-b081-4867-9bdb-3decd01a3fe2.json used request id req-65ff7929-7d97-43d5-b596-b7262997399d 2018-11-19 07:33:44,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:33:44,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:44,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4a65a77c-cc32-457c-bd43-bdcb2717fd51 Date: Mon, 19 Nov 2018 07:33:44 GMT RESP BODY: {"floatingips": []} 2018-11-19 07:33:44,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4a65a77c-cc32-457c-bd43-bdcb2717fd51 2018-11-19 07:33:44,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.17227101326s 2018-11-19 07:33:44,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-4a65a77c-cc32-457c-bd43-bdcb2717fd51 2018-11-19 07:33:44,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 07:33:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:44,598 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:33:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf286448-ebb2-4a2f-b74b-168ca921928c x-compute-request-id: req-cf286448-ebb2-4a2f-b74b-168ca921928c Content-Type: application/json 2018-11-19 07:33:44,598 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39 used request id req-cf286448-ebb2-4a2f-b74b-168ca921928c 2018-11-19 07:33:44,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.306756973267s 2018-11-19 07:33:44,599 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39 used request id req-cf286448-ebb2-4a2f-b74b-168ca921928c 2018-11-19 07:33:44,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:33:44,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:45,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-3db19653-1d8b-4dd6-81fd-b0e816b0d088 x-compute-request-id: req-3db19653-1d8b-4dd6-81fd-b0e816b0d088 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:66:f1", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:66:f1", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:04:59.000000", "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:33:44Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:33:45,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3db19653-1d8b-4dd6-81fd-b0e816b0d088 2018-11-19 07:33:45,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777014017105s 2018-11-19 07:33:45,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3db19653-1d8b-4dd6-81fd-b0e816b0d088 2018-11-19 07:33:45,378 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:33:47,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:33:47,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:48,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-5ca9117e-a1db-4b5b-abd5-67efe9ad923d x-compute-request-id: req-5ca9117e-a1db-4b5b-abd5-67efe9ad923d Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:66:f1", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c8d10212-76fc-4110-bd88-6b30cc17dc39", "rel": "bookmark"}], "image": {"id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "links": [{"href": "http://172.30.9.21:8774/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:04:59.000000", "flavor": {"id": "81c807df-78da-411f-b086-9ea1ccd414d4", "links": [{"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}]}, "id": "c8d10212-76fc-4110-bd88-6b30cc17dc39", "security_groups": [{"name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}], "user_id": "50893b31363142ceaa62b77fbc5e49ae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:33:44Z", "hostId": "9f26cab3a7f0901688db4a93313bd795dd52da7524713aee3df6bfd6", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b", "name": "cloudify_ims-vm_806e1756-4a86-43cc-9cd3-89905473b98b", "created": "2018-11-19T07:02:29Z", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:33:48,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5ca9117e-a1db-4b5b-abd5-67efe9ad923d 2018-11-19 07:33:48,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627343177795s 2018-11-19 07:33:48,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5ca9117e-a1db-4b5b-abd5-67efe9ad923d 2018-11-19 07:33:48,011 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:33:50,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:33:50,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:50,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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 x-openstack-request-id: req-6fa095b5-b7a3-4e1a-b7ef-b7fb2374b91e x-compute-request-id: req-6fa095b5-b7a3-4e1a-b7ef-b7fb2374b91e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 07:33:50,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fa095b5-b7a3-4e1a-b7ef-b7fb2374b91e 2018-11-19 07:33:50,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0986669063568s 2018-11-19 07:33:50,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fa095b5-b7a3-4e1a-b7ef-b7fb2374b91e 2018-11-19 07:33:50,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:33:50,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:50,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-921bf6c3-f486-40e3-ba7c-574a3ab40d70 Date: Mon, 19 Nov 2018 07:33:50 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:06:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:06:05Z", "revision_number": 0, "id": "a9486c20-a939-46b8-813b-6c6571e6844a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:06:05Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 5, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:02:23Z", "updated_at": "2018-11-19T07:02:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "19544738-e26e-4efe-b8c3-bf0b3e2f588e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-19T07:02:25Z", "revision_number": 0, "id": "1ba4d1ae-54ee-4651-aea8-0c7af4c4ddf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 443, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "4be9e992-db02-431c-a5a9-2452a77cc0e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:23Z", "revision_number": 0, "id": "7622a0d8-f2f1-47c7-93b6-776907967415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:23Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-19T07:02:25Z", "revision_number": 0, "id": "c78926d2-a7f5-4397-a8a8-8648c1530d15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:25Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "cdbf00af-7627-43f0-b8eb-f6f22b3c7dc9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:02:24Z", "revision_number": 0, "id": "ced6d976-28cf-47ab-8b71-94333636acbd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:24Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 80, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-11-19T07:02:26Z", "revision_number": 0, "id": "e0ea6e1b-d7bc-4709-b43e-4689905edf06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:02:26Z", "security_group_id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 8, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "e66b97a4-0a08-42f8-89e4-a409db37faea", "name": "cloudify_ims-sg_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:33:50,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-921bf6c3-f486-40e3-ba7c-574a3ab40d70 2018-11-19 07:33:50,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.238610029221s 2018-11-19 07:33:50,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-921bf6c3-f486-40e3-ba7c-574a3ab40d70 2018-11-19 07:33:50,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 07:33:50,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/e66b97a4-0a08-42f8-89e4-a409db37faea.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:50,723 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8230a008-d61c-41b5-a1ed-d397fdf7c077 Content-Length: 0 Date: Mon, 19 Nov 2018 07:33:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:33:50,723 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e66b97a4-0a08-42f8-89e4-a409db37faea.json used request id req-8230a008-d61c-41b5-a1ed-d397fdf7c077 2018-11-19 07:33:50,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.317044019699s 2018-11-19 07:33:50,724 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/e66b97a4-0a08-42f8-89e4-a409db37faea.json used request id req-8230a008-d61c-41b5-a1ed-d397fdf7c077 2018-11-19 07:33:50,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-19 07:33:50,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:50,758 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07: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 x-openstack-request-id: req-13ca8a2e-1769-4f8a-9ffd-1dabed6f8bc9 x-compute-request-id: req-13ca8a2e-1769-4f8a-9ffd-1dabed6f8bc9 Content-Length: 0 Content-Type: application/json 2018-11-19 07:33:50,759 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b used request id req-13ca8a2e-1769-4f8a-9ffd-1dabed6f8bc9 2018-11-19 07:33:50,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0345780849457s 2018-11-19 07:33:50,759 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_806e1756-4a86-43cc-9cd3-89905473b98b used request id req-13ca8a2e-1769-4f8a-9ffd-1dabed6f8bc9 2018-11-19 07:33:50,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-19 07:33:50,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71/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}89ea38a62c5008cb7e17528608f02332033d18cc" -d '{"subnet_id": "6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6"}' 2018-11-19 07:33:52,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0d162371-5567-40d3-ab51-13ff047db7bf Date: Mon, 19 Nov 2018 07:33:52 GMT RESP BODY: {"network_id": "5063b893-639d-4023-9667-85b3e96a7978", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "subnet_id": "6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6", "subnet_ids": ["6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6"], "port_id": "45e5f7ec-0846-4539-9849-d942ae39a570", "id": "61ab13da-1421-4a3b-a804-97f334619f71"} 2018-11-19 07:33:52,346 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71/remove_router_interface.json used request id req-0d162371-5567-40d3-ab51-13ff047db7bf 2018-11-19 07:33:52,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5865020752s 2018-11-19 07:33:52,346 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71/remove_router_interface.json used request id req-0d162371-5567-40d3-ab51-13ff047db7bf returning object 61ab13da-1421-4a3b-a804-97f334619f71 2018-11-19 07:33:52,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-19 07:33:52,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:52,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-7a966f6e-9f92-4a78-87c5-fb289be4ee53 Date: Mon, 19 Nov 2018 07:33:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:35Z", "admin_state_up": true, "updated_at": "2018-11-19T07:33:51Z", "flavor_id": null, "revision_number": 8, "routes": [], "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "61ab13da-1421-4a3b-a804-97f334619f71", "name": "cloudify_ims-router_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:33:52,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7a966f6e-9f92-4a78-87c5-fb289be4ee53 2018-11-19 07:33:52,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.223166942596s 2018-11-19 07:33:52,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7a966f6e-9f92-4a78-87c5-fb289be4ee53 2018-11-19 07:33:52,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-19 07:33:52,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:55,867 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f4e0f98-6f1e-46bf-b701-6461a3a9772f Content-Length: 0 Date: Mon, 19 Nov 2018 07:33:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:33:55,867 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71.json used request id req-0f4e0f98-6f1e-46bf-b701-6461a3a9772f 2018-11-19 07:33:55,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.29538702965s 2018-11-19 07:33:55,868 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/61ab13da-1421-4a3b-a804-97f334619f71.json used request id req-0f4e0f98-6f1e-46bf-b701-6461a3a9772f 2018-11-19 07:33:55,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 07:33:55,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:55,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-5e297249-f342-4cbb-978b-d85510134871 Date: Mon, 19 Nov 2018 07:33:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5063b893-639d-4023-9667-85b3e96a7978","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:00:34Z","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":"df28ef9e82174953854a59c1f2b1b887","id":"6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6","subnetpool_id":null,"name":"cloudify_ims-subnet_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:33:55,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5e297249-f342-4cbb-978b-d85510134871 2018-11-19 07:33:55,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0709810256958s 2018-11-19 07:33:55,940 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5e297249-f342-4cbb-978b-d85510134871 2018-11-19 07:33:55,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-19 07:33:55,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:58,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-05010608-1de8-489b-b15c-b55885da2682 Date: Mon, 19 Nov 2018 07:33:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:33:58,426 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6.json used request id req-05010608-1de8-489b-b15c-b55885da2682 2018-11-19 07:33:58,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48527097702s 2018-11-19 07:33:58,427 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/6224a5b5-3b28-4ebc-ac74-fa3943e0b1d6.json used request id req-05010608-1de8-489b-b15c-b55885da2682 2018-11-19 07:33:58,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:33:58,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:58,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-5ce91ec7-cd14-4417-a5fb-23e7c6786e38 Date: Mon, 19 Nov 2018 07:33:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T07:33:58Z","tenant_id":"df28ef9e82174953854a59c1f2b1b887","created_at":"2018-11-19T07:00:33Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"df28ef9e82174953854a59c1f2b1b887","id":"5063b893-639d-4023-9667-85b3e96a7978","name":"cloudify_ims-net_806e1756-4a86-43cc-9cd3-89905473b98b"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 07:33:58,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5ce91ec7-cd14-4417-a5fb-23e7c6786e38 2018-11-19 07:33:58,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120285987854s 2018-11-19 07:33:58,548 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5ce91ec7-cd14-4417-a5fb-23e7c6786e38 2018-11-19 07:33:58,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-19 07:33:58,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/5063b893-639d-4023-9667-85b3e96a7978.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:33:59,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f987d5e9-f2a7-4197-a02f-50898d3eb720 Date: Mon, 19 Nov 2018 07:33:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:33:59,840 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5063b893-639d-4023-9667-85b3e96a7978.json used request id req-f987d5e9-f2a7-4197-a02f-50898d3eb720 2018-11-19 07:33:59,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.29114985466s 2018-11-19 07:33:59,841 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5063b893-639d-4023-9667-85b3e96a7978.json used request id req-f987d5e9-f2a7-4197-a02f-50898d3eb720 2018-11-19 07:33:59,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:33:59,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:34:00,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-55b11ed8-07a8-4433-81d7-f328cc5811f7 Date: Mon, 19 Nov 2018 07:34:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "metadata": {}}], "file": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246/file", "owner": "df28ef9e82174953854a59c1f2b1b887", "id": "c6b6dac8-3261-42ba-98ee-b0276a158246", "size": 4373348352, "self": "/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/c6b6dac8-3261-42ba-98ee-b0276a158246/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:02:21Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_806e1756-4a86-43cc-9cd3-89905473b98b", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:01:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:34:00,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-55b11ed8-07a8-4433-81d7-f328cc5811f7 2018-11-19 07:34:00,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18407201767s 2018-11-19 07:34:00,026 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-55b11ed8-07a8-4433-81d7-f328cc5811f7 2018-11-19 07:34:00,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 07:34:00,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}89ea38a62c5008cb7e17528608f02332033d18cc" 2018-11-19 07:34:04,789 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48b10eff-6c78-4508-9216-795b423d9ac5 Date: Mon, 19 Nov 2018 07:34:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:34:04,789 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246 used request id req-48b10eff-6c78-4508-9216-795b423d9ac5 2018-11-19 07:34:04,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 4.76169300079s 2018-11-19 07:34:04,790 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/c6b6dac8-3261-42ba-98ee-b0276a158246 used request id req-48b10eff-6c78-4508-9216-795b423d9ac5 2018-11-19 07:34:04,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:34:04,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:04,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34: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-10d0701c-4f96-4f44-833e-f2776a729979 x-compute-request-id: req-10d0701c-4f96-4f44-833e-f2776a729979 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/81c807df-78da-411f-b086-9ea1ccd414d4", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "81c807df-78da-411f-b086-9ea1ccd414d4", "name": "cloudify_ims-flavor_806e1756-4a86-43cc-9cd3-89905473b98b", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:34:04,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-10d0701c-4f96-4f44-833e-f2776a729979 2018-11-19 07:34:04,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0339889526367s 2018-11-19 07:34:04,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-10d0701c-4f96-4f44-833e-f2776a729979 2018-11-19 07:34:04,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 07:34:04,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:04,882 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:34: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-375f27bf-c864-4dd0-95e7-a8193fff727e x-compute-request-id: req-375f27bf-c864-4dd0-95e7-a8193fff727e Content-Length: 0 Content-Type: application/json 2018-11-19 07:34:04,882 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4 used request id req-375f27bf-c864-4dd0-95e7-a8193fff727e 2018-11-19 07:34:04,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0561938285828s 2018-11-19 07:34:04,882 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/81c807df-78da-411f-b086-9ea1ccd414d4 used request id req-375f27bf-c864-4dd0-95e7-a8193fff727e 2018-11-19 07:34:04,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:34:04,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:04,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae0984b-b590-4f49-995b-a292b7281637 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b", "links": {"self": "http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae"}, "domain_id": "default", "enabled": true, "id": "50893b31363142ceaa62b77fbc5e49ae", "options": {}}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 07:34:04,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4ae0984b-b590-4f49-995b-a292b7281637 2018-11-19 07:34:04,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104367017746s 2018-11-19 07:34:04,988 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4ae0984b-b590-4f49-995b-a292b7281637 2018-11-19 07:34:04,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:34:04,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:05,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c2e356-d49d-412b-a338-de90b6f529ec Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae"}, "enabled": true, "id": "50893b31363142ceaa62b77fbc5e49ae", "options": {}, "domain_id": "default", "name": "cloudify_ims-user_806e1756-4a86-43cc-9cd3-89905473b98b"}} 2018-11-19 07:34:05,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae used request id req-16c2e356-d49d-412b-a338-de90b6f529ec 2018-11-19 07:34:05,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111748933792s 2018-11-19 07:34:05,106 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae used request id req-16c2e356-d49d-412b-a338-de90b6f529ec 2018-11-19 07:34:05,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 07:34:05,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:05,289 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:34:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da378471-1455-42e5-881c-1f34140c84b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:34:05,290 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae used request id req-da378471-1455-42e5-881c-1f34140c84b6 2018-11-19 07:34:05,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182958841324s 2018-11-19 07:34:05,290 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/50893b31363142ceaa62b77fbc5e49ae used request id req-da378471-1455-42e5-881c-1f34140c84b6 2018-11-19 07:34:05,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:34:05,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:05,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4648ccd8-0941-41c2-aa93-b37873279352 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887"}, "enabled": true, "id": "df28ef9e82174953854a59c1f2b1b887", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_806e1756-4a86-43cc-9cd3-89905473b98b"}]} 2018-11-19 07:34:05,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-4648ccd8-0941-41c2-aa93-b37873279352 2018-11-19 07:34:05,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0812180042267s 2018-11-19 07:34:05,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-4648ccd8-0941-41c2-aa93-b37873279352 2018-11-19 07:34:05,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 07:34:05,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:05,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:34:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccbf8a7f-ab28-4f25-b8c5-7d732469c5c3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:34:05,534 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887 used request id req-ccbf8a7f-ab28-4f25-b8c5-7d732469c5c3 2018-11-19 07:34:05,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159651994705s 2018-11-19 07:34:05,534 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/df28ef9e82174953854a59c1f2b1b887 used request id req-ccbf8a7f-ab28-4f25-b8c5-7d732469c5c3 2018-11-19 07:34:05,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:34:05,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:05,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f853d30b-048c-4695-b656-94810b3b9dca Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "60c7fa72173e447a963ab3dd9476906c", "links": {"self": "http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c"}, "name": "Member"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:34:05,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f853d30b-048c-4695-b656-94810b3b9dca 2018-11-19 07:34:05,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769879817963s 2018-11-19 07:34:05,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 07:34:05,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:05,746 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:34:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bfaf493-86f1-48d0-bd46-d8a096e60fc3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:34:05,746 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/60c7fa72173e447a963ab3dd9476906c used request id req-2bfaf493-86f1-48d0-bd46-d8a096e60fc3 2018-11-19 07:34:05,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.1329600811s 2018-11-19 07:34:05,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:34:05,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=df28ef9e82174953854a59c1f2b1b887&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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:05,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2930 X-Openstack-Request-Id: req-08cbf6f3-9427-4c89-9050-2b3e1b1745db Date: Mon, 19 Nov 2018 07:34:05 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:06:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:06:05Z", "revision_number": 0, "id": "a9486c20-a939-46b8-813b-6c6571e6844a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:06:05Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 5, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}]} 2018-11-19 07:34:05,947 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=df28ef9e82174953854a59c1f2b1b887&name=default used request id req-08cbf6f3-9427-4c89-9050-2b3e1b1745db 2018-11-19 07:34:05,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197671890259s 2018-11-19 07:34:05,948 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=df28ef9e82174953854a59c1f2b1b887&name=default used request id req-08cbf6f3-9427-4c89-9050-2b3e1b1745db 2018-11-19 07:34:05,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:34:05,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:06,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9849 X-Openstack-Request-Id: req-bc63300d-78bb-4d85-8e6d-709d588b6290 Date: Mon, 19 Nov 2018 07:34:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "created_at": "2018-11-19T07:00:33Z", "updated_at": "2018-11-19T07:06:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "0a491d11-b4b7-4710-a623-2eed75f0eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:06:05Z", "revision_number": 0, "id": "a9486c20-a939-46b8-813b-6c6571e6844a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:06:05Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": 22, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "21c72e83-044b-4ca7-aa6b-67814cae7e45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "5ea72fbe-685d-4513-9e04-ed7d9497fbf9", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv4", "project_id": "df28ef9e82174953854a59c1f2b1b887"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:00:33Z", "revision_number": 0, "id": "18541839-4648-4c8c-b91d-e1be60ed10f6", "remote_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "remote_ip_prefix": null, "created_at": "2018-11-19T07:00:33Z", "security_group_id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "tenant_id": "df28ef9e82174953854a59c1f2b1b887", "port_range_min": null, "ethertype": "IPv6", "project_id": "df28ef9e82174953854a59c1f2b1b887"}], "revision_number": 5, "project_id": "df28ef9e82174953854a59c1f2b1b887", "id": "613d9a8c-980f-40ff-aaaf-7ddd6903f157", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 07:34:06,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bc63300d-78bb-4d85-8e6d-709d588b6290 2018-11-19 07:34:06,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.209098100662s 2018-11-19 07:34:06,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-bc63300d-78bb-4d85-8e6d-709d588b6290 2018-11-19 07:34:06,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 07:34:06,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/613d9a8c-980f-40ff-aaaf-7ddd6903f157.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e89ea96bd55cf69e019e193959fdbeb4ee47f7f" 2018-11-19 07:34:06,536 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2092a67-ab3c-4507-a7c0-1ff320f03f71 Content-Length: 0 Date: Mon, 19 Nov 2018 07:34:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:34:06,536 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/613d9a8c-980f-40ff-aaaf-7ddd6903f157.json used request id req-a2092a67-ab3c-4507-a7c0-1ff320f03f71 2018-11-19 07:34:06,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.371453046799s 2018-11-19 07:34:06,536 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/613d9a8c-980f-40ff-aaaf-7ddd6903f157.json used request id req-a2092a67-ab3c-4507-a7c0-1ff320f03f71 2018-11-19 07:34:06,559 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-11-19 07:34:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 07:34:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 07:34:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 07:34:06,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 07:34:06,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 07:34:06,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 07:34:06,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5af17dc-caef-4a80-b2f6-52dc978a9808 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 07:34:06,729 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b5af17dc-caef-4a80-b2f6-52dc978a9808 2018-11-19 07:34:06,730 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 07:34:07,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T08:34:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["yw81TNNhQFqDbWtjDX7doQ"], "issued_at": "2018-11-19T07:34:07.000000Z"}} 2018-11-19 07:34:07,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:34:07,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:07,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-abe2e024-4b10-456d-b1e0-7837b6d00fea Date: Mon, 19 Nov 2018 07:34:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 07:34:07,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-abe2e024-4b10-456d-b1e0-7837b6d00fea 2018-11-19 07:34:07,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249439001083s 2018-11-19 07:34:07,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-abe2e024-4b10-456d-b1e0-7837b6d00fea 2018-11-19 07:34:07,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 07:34:07,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:07,363 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 07:34: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 07:34:07,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:07,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28bbbbeb-df30-40a3-b5c6-a5641eb30258 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 07:34:07,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-28bbbbeb-df30-40a3-b5c6-a5641eb30258 2018-11-19 07:34:07,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.103158950806s 2018-11-19 07:34:07,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 07:34:07,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03"}}' 2018-11-19 07:34:07,567 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 07:34:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5e6338f-0fc4-407d-8f8c-7fe94e6c6bf8 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.21:5000/v3/projects/6bd918990f464a31acabba3268a99807"}, "enabled": true, "id": "6bd918990f464a31acabba3268a99807", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03"}} 2018-11-19 07:34:07,567 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b5e6338f-0fc4-407d-8f8c-7fe94e6c6bf8 2018-11-19 07:34:07,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.107974052429s 2018-11-19 07:34:07,568 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b5e6338f-0fc4-407d-8f8c-7fe94e6c6bf8 2018-11-19 07:34:07,568 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 'id': u'6bd918990f464a31acabba3268a99807', 'description': u'Created by OPNFV Functest: vyos_vrouter', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 07:34:07,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 07:34:07,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.362808227539s 2018-11-19 07:34:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38c8fbf-3cae-48d2-ba69-c79b48fdc481 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64"}, "enabled": true, "id": "debd93da47b6407fa8b9cc38b1c24a64", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03"}} 2018-11-19 07:34:08,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 used request id req-f38c8fbf-3cae-48d2-ba69-c79b48fdc481 2018-11-19 07:34:08,038 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'debd93da47b6407fa8b9cc38b1c24a64', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03'}) 2018-11-19 07:34:08,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:34:08,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d543485e-3aaf-4ccb-bca8-c4e0a7da9c95 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:34:08,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d543485e-3aaf-4ccb-bca8-c4e0a7da9c95 2018-11-19 07:34:08,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0738189220428s 2018-11-19 07:34:08,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:34:08,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19cb57d7-f16e-46b0-b3da-e794585a479d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:34:08,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-19cb57d7-f16e-46b0-b3da-e794585a479d 2018-11-19 07:34:08,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0756130218506s 2018-11-19 07:34:08,190 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 07:34:08,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 07:34:08,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" -d '{"role": {"name": "Member"}}' 2018-11-19 07:34:08,316 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-673df328-7039-44c5-bbc2-3ada2ace0c9a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "89d31682733c4b9a8e48338bca089b7f", "links": {"self": "http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f"}, "name": "Member"}} 2018-11-19 07:34:08,316 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-673df328-7039-44c5-bbc2-3ada2ace0c9a 2018-11-19 07:34:08,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.126101016998s 2018-11-19 07:34:08,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f446578b-7fd9-4653-8279-78e08c8e9a57 Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f"}, "domain_id": null, "name": "Member", "id": "89d31682733c4b9a8e48338bca089b7f"}} 2018-11-19 07:34:08,393 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f used request id req-f446578b-7fd9-4653-8279-78e08c8e9a57 2018-11-19 07:34:08,393 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f'}, 'domain_id': None, 'human_id': None, 'id': u'89d31682733c4b9a8e48338bca089b7f', 'HUMAN_ID': False}) 2018-11-19 07:34:08,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:34:08,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e3762ac-a925-468b-9667-a870ed91c44a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "89d31682733c4b9a8e48338bca089b7f", "links": {"self": "http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f"}, "name": "Member"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:34:08,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-4e3762ac-a925-468b-9667-a870ed91c44a 2018-11-19 07:34:08,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0822789669037s 2018-11-19 07:34:08,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 07:34:08,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1a1b234-00cf-4958-a01e-24767b99a2bd 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 07:34:08,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c1a1b234-00cf-4958-a01e-24767b99a2bd 2018-11-19 07:34:08,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.178991794586s 2018-11-19 07:34:08,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:34:08,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f38ea60d-e514-4ff3-beb6-22b939357772 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03", "links": {"self": "http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64"}, "domain_id": "default", "enabled": true, "id": "debd93da47b6407fa8b9cc38b1c24a64", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 07:34:08,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f38ea60d-e514-4ff3-beb6-22b939357772 2018-11-19 07:34:08,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0332908630371s 2018-11-19 07:34:08,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-f38ea60d-e514-4ff3-beb6-22b939357772 2018-11-19 07:34:08,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:34:08,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-360d1838-5bd0-4522-a3c5-7a4d2558cecb Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807"}, "enabled": true, "id": "6bd918990f464a31acabba3268a99807", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 07:34:08,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-360d1838-5bd0-4522-a3c5-7a4d2558cecb 2018-11-19 07:34:08,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0755710601807s 2018-11-19 07:34:08,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-360d1838-5bd0-4522-a3c5-7a4d2558cecb 2018-11-19 07:34:08,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 07:34:08,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=debd93da47b6407fa8b9cc38b1c24a64&scope.project.id=6bd918990f464a31acabba3268a99807&role.id=89d31682733c4b9a8e48338bca089b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890b6517-b260-4fa4-9511-df1136e80af9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=debd93da47b6407fa8b9cc38b1c24a64&scope.project.id=6bd918990f464a31acabba3268a99807&role.id=89d31682733c4b9a8e48338bca089b7f", "previous": null, "next": null}} 2018-11-19 07:34:08,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=debd93da47b6407fa8b9cc38b1c24a64&scope.project.id=6bd918990f464a31acabba3268a99807&role.id=89d31682733c4b9a8e48338bca089b7f used request id req-890b6517-b260-4fa4-9511-df1136e80af9 2018-11-19 07:34:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0805180072784s 2018-11-19 07:34:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 07:34:08,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807/users/debd93da47b6407fa8b9cc38b1c24a64/roles/89d31682733c4b9a8e48338bca089b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:08,971 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:34:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ecacdde-634f-4e92-86be-52adc735a8aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:34:08,971 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807/users/debd93da47b6407fa8b9cc38b1c24a64/roles/89d31682733c4b9a8e48338bca089b7f used request id req-1ecacdde-634f-4e92-86be-52adc735a8aa 2018-11-19 07:34:08,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.114488124847s 2018-11-19 07:34:08,972 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 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': '5bdfd89e-4bd9-4f88-83a8-2c11c31d3466', 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_1a74d200-9ba2-4692-88c4-28f37275bb03', 'project_id': u'6bd918990f464a31acabba3268a99807', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 07:34:08,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 07:34:08,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 07:34:08,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 07:34:08,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 07:34:08,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 07:34:08,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 07:34:08,974 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 07:34:08,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 07:34:08,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 07:34:08,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 07:34:08,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 07:34:08,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 07:34:08,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 07:34:08,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 07:34:08,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 07:34:08,978 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03', 'password': '5bdfd89e-4bd9-4f88-83a8-2c11c31d3466', 'project_name': 'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '6bd918990f464a31acabba3268a99807', 'project_domain_name': 'Default'} 2018-11-19 07:34:09,008 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-11-19 07:34:09,009 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-11-19 07:34:09,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-11-19 07:34:09,116 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-11-19 07:34:09,117 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-11-19 07:34:09,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 07:34:09,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:09,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0a59cd8-62de-4779-8a5d-323a4e9e5c36 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 07:34:09,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-a0a59cd8-62de-4779-8a5d-323a4e9e5c36 2018-11-19 07:34:09,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.082211971283s 2018-11-19 07:34:09,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:34:09,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:34:09,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e65423-2608-4151-b782-aa2fae3830ce Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807"}, "enabled": true, "id": "6bd918990f464a31acabba3268a99807", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 07:34:09,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b8e65423-2608-4151-b782-aa2fae3830ce 2018-11-19 07:34:09,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0814468860626s 2018-11-19 07:34:09,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-b8e65423-2608-4151-b782-aa2fae3830ce 2018-11-19 07:34:09,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-19 07:34:09,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" -d '{"network": {"tenant_id": "6bd918990f464a31acabba3268a99807", "name": "vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03", "admin_state_up": true}}' 2018-11-19 07:34:09,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-bc8a017f-c223-45ee-b4b1-1378b92e98c9 Date: Mon, 19 Nov 2018 07:34:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cabcec50-1657-4025-97fe-cb0b20914340","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":20,"ipv4_address_scope":null,"shared":false,"project_id":"6bd918990f464a31acabba3268a99807","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T07:34:09Z","is_default":false,"qos_policy_id":null,"name":"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03","admin_state_up":true,"tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:09Z","mtu":1450}} 2018-11-19 07:34:09,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bc8a017f-c223-45ee-b4b1-1378b92e98c9 2018-11-19 07:34:09,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.543380022049s 2018-11-19 07:34:09,829 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bc8a017f-c223-45ee-b4b1-1378b92e98c9 2018-11-19 07:34:09,830 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-19T07:34:09Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cabcec50-1657-4025-97fe-cb0b20914340', u'provider:segmentation_id': 20, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03', u'created_at': u'2018-11-19T07:34:09Z', u'mtu': 1450, u'tenant_id': u'6bd918990f464a31acabba3268a99807', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6bd918990f464a31acabba3268a99807'}) 2018-11-19 07:34:09,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 07:34:09,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:34:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d7d2264-9c8b-42f6-b542-c05c7e3ea659 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 07:34:09,837 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9d7d2264-9c8b-42f6-b542-c05c7e3ea659 2018-11-19 07:34:09,838 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 07:34:10,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "89d31682733c4b9a8e48338bca089b7f", "name": "Member"}], "expires_at": "2018-11-19T08:34:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bd918990f464a31acabba3268a99807", "name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/6bd918990f464a31acabba3268a99807", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/6bd918990f464a31acabba3268a99807", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/6bd918990f464a31acabba3268a99807", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/6bd918990f464a31acabba3268a99807", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/6bd918990f464a31acabba3268a99807", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/6bd918990f464a31acabba3268a99807", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/6bd918990f464a31acabba3268a99807", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/6bd918990f464a31acabba3268a99807", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/6bd918990f464a31acabba3268a99807", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/6bd918990f464a31acabba3268a99807", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/6bd918990f464a31acabba3268a99807", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/6bd918990f464a31acabba3268a99807", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03", "id": "debd93da47b6407fa8b9cc38b1c24a64"}, "audit_ids": ["dGfSYD0jRKSWcIHGXSVP6Q"], "issued_at": "2018-11-19T07:34:10.000000Z"}} 2018-11-19 07:34:10,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:34:10,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:34:10,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1193 X-Openstack-Request-Id: req-9d53bbdc-4ade-4e4d-a21e-c68f0bbfbd5d Date: Mon, 19 Nov 2018 07:34:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","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-11-19T07:34:09Z","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6bd918990f464a31acabba3268a99807","id":"cabcec50-1657-4025-97fe-cb0b20914340","name":"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:34:10,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9d53bbdc-4ade-4e4d-a21e-c68f0bbfbd5d 2018-11-19 07:34:10,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271580934525s 2018-11-19 07:34:10,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9d53bbdc-4ade-4e4d-a21e-c68f0bbfbd5d 2018-11-19 07:34:10,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-19 07:34:10,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"subnet": {"name": "vyos_vrouter-subnet_1a74d200-9ba2-4692-88c4-28f37275bb03", "enable_dhcp": true, "network_id": "cabcec50-1657-4025-97fe-cb0b20914340", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-11-19 07:34:11,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-de85ec82-9fa1-4f8c-8267-b43d9524a72e Date: Mon, 19 Nov 2018 07:34:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cabcec50-1657-4025-97fe-cb0b20914340","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:34: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":"6bd918990f464a31acabba3268a99807","id":"22adbe2c-a662-42db-ab88-f04d90e13b48","subnetpool_id":null,"name":"vyos_vrouter-subnet_1a74d200-9ba2-4692-88c4-28f37275bb03"}} 2018-11-19 07:34:11,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-de85ec82-9fa1-4f8c-8267-b43d9524a72e 2018-11-19 07:34:11,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.853108167648s 2018-11-19 07:34:11,345 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-de85ec82-9fa1-4f8c-8267-b43d9524a72e 2018-11-19 07:34:11,345 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T07:34: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'22adbe2c-a662-42db-ab88-f04d90e13b48', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_1a74d200-9ba2-4692-88c4-28f37275bb03', u'enable_dhcp': True, u'network_id': u'cabcec50-1657-4025-97fe-cb0b20914340', u'tenant_id': u'6bd918990f464a31acabba3268a99807', u'created_at': u'2018-11-19T07:34: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'6bd918990f464a31acabba3268a99807'}) 2018-11-19 07:34:11,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-19 07:34:11,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "vyos_vrouter-router_1a74d200-9ba2-4692-88c4-28f37275bb03", "admin_state_up": true}}' 2018-11-19 07:34:16,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-7a6de518-586f-400c-8c09-cae0a3febcef Date: Mon, 19 Nov 2018 07:34:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:12Z", "admin_state_up": true, "updated_at": "2018-11-19T07:34:12Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "6bd918990f464a31acabba3268a99807", "id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "name": "vyos_vrouter-router_1a74d200-9ba2-4692-88c4-28f37275bb03"}} 2018-11-19 07:34:16,623 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7a6de518-586f-400c-8c09-cae0a3febcef 2018-11-19 07:34:16,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.27752184868s 2018-11-19 07:34:16,624 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7a6de518-586f-400c-8c09-cae0a3febcef 2018-11-19 07:34:16,624 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T07:34:12Z', u'revision_number': 3, u'id': u'76a71d66-29a1-4972-8a7e-7cbcf61bfc1d', u'external_gateway_info': {u'network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e10ff475-4fb8-40a2-b12d-81ce409900d1', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_1a74d200-9ba2-4692-88c4-28f37275bb03', u'admin_state_up': True, u'tenant_id': u'6bd918990f464a31acabba3268a99807', u'created_at': u'2018-11-19T07:34:12Z', u'flavor_id': None, u'routes': [], u'project_id': u'6bd918990f464a31acabba3268a99807'}) 2018-11-19 07:34:16,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-19 07:34:16,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d/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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"subnet_id": "22adbe2c-a662-42db-ab88-f04d90e13b48"}' 2018-11-19 07:34:18,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fcddae4b-63b7-4ecb-8c83-4a5ea3b6c48a Date: Mon, 19 Nov 2018 07:34:18 GMT RESP BODY: {"network_id": "cabcec50-1657-4025-97fe-cb0b20914340", "tenant_id": "6bd918990f464a31acabba3268a99807", "subnet_id": "22adbe2c-a662-42db-ab88-f04d90e13b48", "subnet_ids": ["22adbe2c-a662-42db-ab88-f04d90e13b48"], "port_id": "fe40a15e-6662-461c-9b8e-966bcb5e1201", "id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d"} 2018-11-19 07:34:18,581 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d/add_router_interface.json used request id req-fcddae4b-63b7-4ecb-8c83-4a5ea3b6c48a 2018-11-19 07:34:18,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.9560148716s 2018-11-19 07:34:18,581 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d/add_router_interface.json used request id req-fcddae4b-63b7-4ecb-8c83-4a5ea3b6c48a returning object 76a71d66-29a1-4972-8a7e-7cbcf61bfc1d 2018-11-19 07:34:18,582 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-11-19 07:34:42,058 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-11-19 07:34:42,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:34:42,066 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 07:34:42 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 07:34:42,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:34:42,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:34:42,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f51a47cc-f897-443e-8d12-7404570473b4 Date: Mon, 19 Nov 2018 07:34:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:34:42,273 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f51a47cc-f897-443e-8d12-7404570473b4 2018-11-19 07:34:42,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205871105194s 2018-11-19 07:34:42,273 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f51a47cc-f897-443e-8d12-7404570473b4 2018-11-19 07:34:42,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 07:34:42,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03"}' 2018-11-19 07:34:42,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf X-Openstack-Request-Id: req-1f82b849-12d6-43c5-bc2f-3e2effc33d4b Date: Mon, 19 Nov 2018 07:34:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "size": null, "self": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:34:42Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": null, "created_at": "2018-11-19T07:34:42Z", "protected": false} 2018-11-19 07:34:42,482 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1f82b849-12d6-43c5-bc2f-3e2effc33d4b 2018-11-19 07:34:42,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.207141876221s 2018-11-19 07:34:42,483 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1f82b849-12d6-43c5-bc2f-3e2effc33d4b returning object 01742128-d1b0-4e36-bb90-281d3e90efcf 2018-11-19 07:34:42,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 07:34:42,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '' 2018-11-19 07:35:55,333 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-658fb412-5a6f-4128-868c-e7504f4e573b Date: Mon, 19 Nov 2018 07:35:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:35:55,333 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file used request id req-658fb412-5a6f-4128-868c-e7504f4e573b 2018-11-19 07:35:55,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 72.849501133s 2018-11-19 07:35:55,334 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file used request id req-658fb412-5a6f-4128-868c-e7504f4e573b 2018-11-19 07:35:55,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:35:55,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:35:55,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-8d4f43fc-842d-44ce-80f6-3d459e43d7ef Date: Mon, 19 Nov 2018 07:35:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "metadata": {}}], "file": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "size": 4373348352, "self": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:35:55Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:34:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:35:55,506 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8d4f43fc-842d-44ce-80f6-3d459e43d7ef 2018-11-19 07:35:55,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171725034714s 2018-11-19 07:35:55,506 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8d4f43fc-842d-44ce-80f6-3d459e43d7ef 2018-11-19 07:35:55,508 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap', u'metadata': Munch({})})], 'file': u'/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file', 'owner': u'6bd918990f464a31acabba3268a99807', 'id': u'01742128-d1b0-4e36-bb90-281d3e90efcf', 'size': 4373348352, u'self': u'/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6bd918990f464a31acabba3268a99807', 'name': 'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T07:35:55Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T07:35:55Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03', 'created': u'2018-11-19T07:34:42Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-11-19T07:34:42Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-11-19 07:35:55,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 07:35:55,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_1a74d200-9ba2-4692-88c4-28f37275bb03", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-11-19 07:35:56,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9fe1b43-1adf-4793-b419-cd92478b8101 x-compute-request-id: req-d9fe1b43-1adf-4793-b419-cd92478b8101 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "name": "vyos_vrouter-flavor_1a74d200-9ba2-4692-88c4-28f37275bb03", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 07:35:56,106 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d9fe1b43-1adf-4793-b419-cd92478b8101 2018-11-19 07:35:56,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.596765041351s 2018-11-19 07:35:56,107 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-d9fe1b43-1adf-4793-b419-cd92478b8101 returning object 4831338f-94fd-4774-ab3d-d4f54d78a778 2018-11-19 07:35:56,108 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_1a74d200-9ba2-4692-88c4-28f37275bb03', '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'afd2db966a884ce5bd33890fef4382f7', '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'4831338f-94fd-4774-ab3d-d4f54d78a778', 'swap': 0}) 2018-11-19 07:35:56,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 07:35:56,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778/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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" -d '{"extra_specs": {}}' 2018-11-19 07:35:56,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7a003177-b969-44ef-ac95-b1617f8d95a1 x-compute-request-id: req-7a003177-b969-44ef-ac95-b1617f8d95a1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 07:35:56,129 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778/os-extra_specs used request id req-7a003177-b969-44ef-ac95-b1617f8d95a1 2018-11-19 07:35:56,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211598873138s 2018-11-19 07:35:56,130 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778/os-extra_specs used request id req-7a003177-b969-44ef-ac95-b1617f8d95a1 2018-11-19 07:35:56,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-11-19 07:35:56,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"keypair": {"name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03"}}' 2018-11-19 07:35:56,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:35:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2ddfe073-2725-4314-acc7-09c566cbb6cb x-compute-request-id: req-2ddfe073-2725-4314-acc7-09c566cbb6cb Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQaGzpZWeAsjWF6aHoB4ZYugO68Bsaazaa+tI/X3sVhBpliMVwUCaV9dm6+vUKU44LJMDkJZDPYxyK4nfcdEua2Ujmo7dzHifk7mhz6qhfxNR7w/JUp2dN4hocmyL2JNVGTVYFWsimAEI7oU/2VWdH6pyNlhpXS9LUzx9JFrdIuIkb+WhI69ZkvX0VdS6YZ9kauxtSa2S8vpr7pplHAgtK+8S8sj/mPzRv14eZPCB48voWLfeIf8/5VEHcuOFGls7Hmay3hrhgWixEGP/KGkETfp5bLiIMyQGlTX4uDlU3W8WgzldzJtbftQ4gcIVvJvx09HXZJKdH4LsJS3bkZa37 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Ghs6WVngLI1hemh6AeGWLoDuvAbGms2mvrSP197FYQaZYjF\ncFAmlfXZuvr1ClOOCyTA5CWQz2MciuJ33HRLmtlI5qO3cx4n5O5oc+qoX8TUe8Py\nVKdnTeIaHJsi9iTVRk1WBVrIpgBCO6FP9lVnR+qcjZYaV0vS1M8fSRa3SLiJG/lo\nSOvWZL19FXUumGfZGrsbUmtkvL6a+6aZRwILSvvEvLI/5j80b9eHmTwgePL6Fi33\niH/P+VRB3LjhRpbOx5mst4a4YFosRBj/yhpBE36eWy4iDMkBpU1+Lg5VN1vFoM5X\ncybW37UOIHCFbyb8dPR12SSnR+C7CUt25GWt+wIDAQABAoIBAQC1gu2wjXALB6tU\nGXq48qzQ5BnRm8OPS+eALYomRcuWnrq6yddkDXq9yyU6E86Nkt442GbjjdBEv8ah\nM8M/D0617B7xOY/SRGZsnjP9GVhSKMUDklKh5jcz/wPM/FUD2mqiU0LjYQE2iy0k\ncEeLfTB5011Md3ozo8dZL5fI+W7idrwhYOjPciR3VxX5czb0xDBCkZ4R8aliN21b\nqxLomdlWslh+217yAgyPGMwyxlqbDBAadGXqcqf9bQvmAYX2Ue9ZHUQWhg58w0cM\nTBqyLX+Qv7yTgVCMhjguHaQO5flYxgCGkhwzKfxyDlgWruiAp7B4RUtsXqkllOQA\n2pix0OvxAoGBAOf6NI/pNGIeoFtBLbE0uQ0MG0nwzJy+krioYru2vYQchmgpTQ6b\nHHN3cbYsG19wasS0jipNkxERJzEBbr0TnOgaBwSdZN4A/aiz8H67JTaxSiR/B3lE\noBttJYYNuWFyB4gxvAMS2x18JK3i8DoliJsY9ziLWk43/tjgH9/FrINJAoGBAOX9\nYuaSZJpbwq52nQj8R7s9SphmtkEaKKOLKzjkr4ggGChg10B0o9x9W9nedjNmOt0i\n6+f75PQLhIyNkSOoOnJGF4h/RMOpRVz2aCal9lHnrXZVatFaoLoIEZIACiQhHP8q\nd0wWLPe8IWTHaSn/Tj78g2oaB00nOy1qfeWUNuMjAoGBALLYBXoF0urqrbps76s0\n+I4EjW1eBoG5syhGOYh7BHU8AKuBW/UsxKyIo9RNAPV9l/L7OLeIgx+fV9XCQvvm\niQuwNUTri35UyTstLvallbUqzfyBKuPlcoJyjYFiR0/HN+NaZJcCDIgY07Zzxb0u\nfrkEcGTZms++/+14LVq57ZxxAoGAeEVp0un7cj1KMbIVrP1BBcmnmMsdxC3J0ryU\nfcwZfzZJa9Q4vJxClKt5vRV4+qgbYElC1K4FrRnY1yexHtR6vAerhtYHP8rlWxgA\nnzVq+qoNLDS/B3w9UQunJJKguwQWBdpPSJrQKT1YuTsO48d/Q7EJiBLUfqRlbfqi\nm8xGZ8ECgYEAztCME2zpspqUM5vsS6qhrBiRqU7KDWN5gX/VgLrok6saHTPnMNRd\nU1dkDL8VX1AxEK9XAB29to1By5qgbr0uNsse+PAigcbKIAlPwbxIo+MghJhlEPmw\nRz3CXj6LO0vNDldBLtlDMsQth469yGNqmI9b8+fMmA7EZ3mGpyP+jFc=\n-----END RSA PRIVATE KEY-----\n", "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "fingerprint": "96:a6:a0:64:2f:da:a8:7a:74:86:99:44:b7:74:61:b6"}} 2018-11-19 07:35:56,530 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2ddfe073-2725-4314-acc7-09c566cbb6cb 2018-11-19 07:35:56,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.399735927582s 2018-11-19 07:35:56,531 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2ddfe073-2725-4314-acc7-09c566cbb6cb 2018-11-19 07:35:56,532 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQaGzpZWeAsjWF6aHoB4ZYugO68Bsaazaa+tI/X3sVhBpliMVwUCaV9dm6+vUKU44LJMDkJZDPYxyK4nfcdEua2Ujmo7dzHifk7mhz6qhfxNR7w/JUp2dN4hocmyL2JNVGTVYFWsimAEI7oU/2VWdH6pyNlhpXS9LUzx9JFrdIuIkb+WhI69ZkvX0VdS6YZ9kauxtSa2S8vpr7pplHAgtK+8S8sj/mPzRv14eZPCB48voWLfeIf8/5VEHcuOFGls7Hmay3hrhgWixEGP/KGkETfp5bLiIMyQGlTX4uDlU3W8WgzldzJtbftQ4gcIVvJvx09HXZJKdH4LsJS3bkZa37 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA0Ghs6WVngLI1hemh6AeGWLoDuvAbGms2mvrSP197FYQaZYjF\ncFAmlfXZuvr1ClOOCyTA5CWQz2MciuJ33HRLmtlI5qO3cx4n5O5oc+qoX8TUe8Py\nVKdnTeIaHJsi9iTVRk1WBVrIpgBCO6FP9lVnR+qcjZYaV0vS1M8fSRa3SLiJG/lo\nSOvWZL19FXUumGfZGrsbUmtkvL6a+6aZRwILSvvEvLI/5j80b9eHmTwgePL6Fi33\niH/P+VRB3LjhRpbOx5mst4a4YFosRBj/yhpBE36eWy4iDMkBpU1+Lg5VN1vFoM5X\ncybW37UOIHCFbyb8dPR12SSnR+C7CUt25GWt+wIDAQABAoIBAQC1gu2wjXALB6tU\nGXq48qzQ5BnRm8OPS+eALYomRcuWnrq6yddkDXq9yyU6E86Nkt442GbjjdBEv8ah\nM8M/D0617B7xOY/SRGZsnjP9GVhSKMUDklKh5jcz/wPM/FUD2mqiU0LjYQE2iy0k\ncEeLfTB5011Md3ozo8dZL5fI+W7idrwhYOjPciR3VxX5czb0xDBCkZ4R8aliN21b\nqxLomdlWslh+217yAgyPGMwyxlqbDBAadGXqcqf9bQvmAYX2Ue9ZHUQWhg58w0cM\nTBqyLX+Qv7yTgVCMhjguHaQO5flYxgCGkhwzKfxyDlgWruiAp7B4RUtsXqkllOQA\n2pix0OvxAoGBAOf6NI/pNGIeoFtBLbE0uQ0MG0nwzJy+krioYru2vYQchmgpTQ6b\nHHN3cbYsG19wasS0jipNkxERJzEBbr0TnOgaBwSdZN4A/aiz8H67JTaxSiR/B3lE\noBttJYYNuWFyB4gxvAMS2x18JK3i8DoliJsY9ziLWk43/tjgH9/FrINJAoGBAOX9\nYuaSZJpbwq52nQj8R7s9SphmtkEaKKOLKzjkr4ggGChg10B0o9x9W9nedjNmOt0i\n6+f75PQLhIyNkSOoOnJGF4h/RMOpRVz2aCal9lHnrXZVatFaoLoIEZIACiQhHP8q\nd0wWLPe8IWTHaSn/Tj78g2oaB00nOy1qfeWUNuMjAoGBALLYBXoF0urqrbps76s0\n+I4EjW1eBoG5syhGOYh7BHU8AKuBW/UsxKyIo9RNAPV9l/L7OLeIgx+fV9XCQvvm\niQuwNUTri35UyTstLvallbUqzfyBKuPlcoJyjYFiR0/HN+NaZJcCDIgY07Zzxb0u\nfrkEcGTZms++/+14LVq57ZxxAoGAeEVp0un7cj1KMbIVrP1BBcmnmMsdxC3J0ryU\nfcwZfzZJa9Q4vJxClKt5vRV4+qgbYElC1K4FrRnY1yexHtR6vAerhtYHP8rlWxgA\nnzVq+qoNLDS/B3w9UQunJJKguwQWBdpPSJrQKT1YuTsO48d/Q7EJiBLUfqRlbfqi\nm8xGZ8ECgYEAztCME2zpspqUM5vsS6qhrBiRqU7KDWN5gX/VgLrok6saHTPnMNRd\nU1dkDL8VX1AxEK9XAB29to1By5qgbr0uNsse+PAigcbKIAlPwbxIo+MghJhlEPmw\nRz3CXj6LO0vNDldBLtlDMsQth469yGNqmI9b8+fMmA7EZ3mGpyP+jFc=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'debd93da47b6407fa8b9cc38b1c24a64', 'name': u'vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03', 'created_at': '2018-11-19T07:35:56.532117', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6bd918990f464a31acabba3268a99807', 'name': 'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'96:a6:a0:64:2f:da:a8:7a:74:86:99:44:b7:74:61:b6', 'type': 'ssh', 'id': u'vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03'}) 2018-11-19 07:35:56,532 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA0Ghs6WVngLI1hemh6AeGWLoDuvAbGms2mvrSP197FYQaZYjF cFAmlfXZuvr1ClOOCyTA5CWQz2MciuJ33HRLmtlI5qO3cx4n5O5oc+qoX8TUe8Py VKdnTeIaHJsi9iTVRk1WBVrIpgBCO6FP9lVnR+qcjZYaV0vS1M8fSRa3SLiJG/lo SOvWZL19FXUumGfZGrsbUmtkvL6a+6aZRwILSvvEvLI/5j80b9eHmTwgePL6Fi33 iH/P+VRB3LjhRpbOx5mst4a4YFosRBj/yhpBE36eWy4iDMkBpU1+Lg5VN1vFoM5X cybW37UOIHCFbyb8dPR12SSnR+C7CUt25GWt+wIDAQABAoIBAQC1gu2wjXALB6tU GXq48qzQ5BnRm8OPS+eALYomRcuWnrq6yddkDXq9yyU6E86Nkt442GbjjdBEv8ah M8M/D0617B7xOY/SRGZsnjP9GVhSKMUDklKh5jcz/wPM/FUD2mqiU0LjYQE2iy0k cEeLfTB5011Md3ozo8dZL5fI+W7idrwhYOjPciR3VxX5czb0xDBCkZ4R8aliN21b qxLomdlWslh+217yAgyPGMwyxlqbDBAadGXqcqf9bQvmAYX2Ue9ZHUQWhg58w0cM TBqyLX+Qv7yTgVCMhjguHaQO5flYxgCGkhwzKfxyDlgWruiAp7B4RUtsXqkllOQA 2pix0OvxAoGBAOf6NI/pNGIeoFtBLbE0uQ0MG0nwzJy+krioYru2vYQchmgpTQ6b HHN3cbYsG19wasS0jipNkxERJzEBbr0TnOgaBwSdZN4A/aiz8H67JTaxSiR/B3lE oBttJYYNuWFyB4gxvAMS2x18JK3i8DoliJsY9ziLWk43/tjgH9/FrINJAoGBAOX9 YuaSZJpbwq52nQj8R7s9SphmtkEaKKOLKzjkr4ggGChg10B0o9x9W9nedjNmOt0i 6+f75PQLhIyNkSOoOnJGF4h/RMOpRVz2aCal9lHnrXZVatFaoLoIEZIACiQhHP8q d0wWLPe8IWTHaSn/Tj78g2oaB00nOy1qfeWUNuMjAoGBALLYBXoF0urqrbps76s0 +I4EjW1eBoG5syhGOYh7BHU8AKuBW/UsxKyIo9RNAPV9l/L7OLeIgx+fV9XCQvvm iQuwNUTri35UyTstLvallbUqzfyBKuPlcoJyjYFiR0/HN+NaZJcCDIgY07Zzxb0u frkEcGTZms++/+14LVq57ZxxAoGAeEVp0un7cj1KMbIVrP1BBcmnmMsdxC3J0ryU fcwZfzZJa9Q4vJxClKt5vRV4+qgbYElC1K4FrRnY1yexHtR6vAerhtYHP8rlWxgA nzVq+qoNLDS/B3w9UQunJJKguwQWBdpPSJrQKT1YuTsO48d/Q7EJiBLUfqRlbfqi m8xGZ8ECgYEAztCME2zpspqUM5vsS6qhrBiRqU7KDWN5gX/VgLrok6saHTPnMNRd U1dkDL8VX1AxEK9XAB29to1By5qgbr0uNsse+PAigcbKIAlPwbxIo+MghJhlEPmw Rz3CXj6LO0vNDldBLtlDMsQth469yGNqmI9b8+fMmA7EZ3mGpyP+jFc= -----END RSA PRIVATE KEY----- 2018-11-19 07:35:56,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-11-19 07:35:56,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"security_group": {"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-11-19 07:35:56,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-56423acf-bd98-41f9-a442-785fa38e5b59 Date: Mon, 19 Nov 2018 07:35:56 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 2, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}} 2018-11-19 07:35:56,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-56423acf-bd98-41f9-a442-785fa38e5b59 2018-11-19 07:35:56,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.229862928391s 2018-11-19 07:35:56,766 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-56423acf-bd98-41f9-a442-785fa38e5b59 2018-11-19 07:35:56,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:35:56,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:35:56,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-e51a542f-e9e2-40b4-b2dd-b45f632e8952 Date: Mon, 19 Nov 2018 07:35:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 2, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:35:56,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e51a542f-e9e2-40b4-b2dd-b45f632e8952 2018-11-19 07:35:56,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20005607605s 2018-11-19 07:35:56,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e51a542f-e9e2-40b4-b2dd-b45f632e8952 2018-11-19 07:35:56,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:35:56,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -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": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}}' 2018-11-19 07:35:57,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0c5b5053-50fd-4d77-b61e-0343bd84cf92 Date: Mon, 19 Nov 2018 07:35:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "port_range_min": 22, "revision_number": 0, "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:57Z", "project_id": "6bd918990f464a31acabba3268a99807", "id": "cb790e32-9104-4d68-9a9e-711615a0a6d9"}} 2018-11-19 07:35:57,298 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-0c5b5053-50fd-4d77-b61e-0343bd84cf92 2018-11-19 07:35:57,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.323271989822s 2018-11-19 07:35:57,298 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-0c5b5053-50fd-4d77-b61e-0343bd84cf92 2018-11-19 07:35:57,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:35:57,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:35:57,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-1b6d0afa-c395-4c5a-90ed-c0fb84fae564 Date: Mon, 19 Nov 2018 07:35:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "cb790e32-9104-4d68-9a9e-711615a0a6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 3, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:35:57,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1b6d0afa-c395-4c5a-90ed-c0fb84fae564 2018-11-19 07:35:57,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.193696975708s 2018-11-19 07:35:57,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-1b6d0afa-c395-4c5a-90ed-c0fb84fae564 2018-11-19 07:35:57,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:35:57,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -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": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}}' 2018-11-19 07:35:57,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-58ea66c0-b1ce-4640-9d1b-ff9142d53157 Date: Mon, 19 Nov 2018 07:35:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "port_range_min": null, "revision_number": 0, "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:57Z", "project_id": "6bd918990f464a31acabba3268a99807", "id": "ba50c7f5-628c-41fb-8e5b-fc8eed71f137"}} 2018-11-19 07:35:57,800 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-58ea66c0-b1ce-4640-9d1b-ff9142d53157 2018-11-19 07:35:57,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.300726890564s 2018-11-19 07:35:57,801 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-58ea66c0-b1ce-4640-9d1b-ff9142d53157 2018-11-19 07:35:57,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:35:57,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:35:58,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-7ae4a2dd-b897-4a17-b395-d81251b83260 Date: Mon, 19 Nov 2018 07:35:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "ba50c7f5-628c-41fb-8e5b-fc8eed71f137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "cb790e32-9104-4d68-9a9e-711615a0a6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:35:58,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7ae4a2dd-b897-4a17-b395-d81251b83260 2018-11-19 07:35:58,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.196426153183s 2018-11-19 07:35:58,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-7ae4a2dd-b897-4a17-b395-d81251b83260 2018-11-19 07:35:58,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:35:58,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -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": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}}' 2018-11-19 07:35:58,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8ed70a10-ad5e-4b7c-8336-6eb76b45bb9a Date: Mon, 19 Nov 2018 07:35:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "port_range_min": 80, "revision_number": 0, "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:58Z", "project_id": "6bd918990f464a31acabba3268a99807", "id": "dcafd4d9-6648-418e-8a3a-46ddee6b2e8f"}} 2018-11-19 07:35:58,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8ed70a10-ad5e-4b7c-8336-6eb76b45bb9a 2018-11-19 07:35:58,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.304260969162s 2018-11-19 07:35:58,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8ed70a10-ad5e-4b7c-8336-6eb76b45bb9a 2018-11-19 07:35:58,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:35:58,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:35:58,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-5d7d5a04-6579-445c-8a98-c97ea2c97236 Date: Mon, 19 Nov 2018 07:35:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "ba50c7f5-628c-41fb-8e5b-fc8eed71f137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "cb790e32-9104-4d68-9a9e-711615a0a6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:35:58Z", "revision_number": 0, "id": "dcafd4d9-6648-418e-8a3a-46ddee6b2e8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 5, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:35:58,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5d7d5a04-6579-445c-8a98-c97ea2c97236 2018-11-19 07:35:58,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.367949962616s 2018-11-19 07:35:58,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5d7d5a04-6579-445c-8a98-c97ea2c97236 2018-11-19 07:35:58,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:35:58,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -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": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}}' 2018-11-19 07:35:58,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-a6f90bf2-0eee-4a71-8981-13bb96a3479d Date: Mon, 19 Nov 2018 07:35:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "port_range_min": 443, "revision_number": 0, "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:58Z", "project_id": "6bd918990f464a31acabba3268a99807", "id": "d1ff30a7-9396-490b-a61c-c0c5ab5a96c1"}} 2018-11-19 07:35:58,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a6f90bf2-0eee-4a71-8981-13bb96a3479d 2018-11-19 07:35:58,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.145313024521s 2018-11-19 07:35:58,831 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a6f90bf2-0eee-4a71-8981-13bb96a3479d 2018-11-19 07:35:58,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:35:58,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:35:59,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-d4aac83c-d582-4569-b1ac-30291a994ffa Date: Mon, 19 Nov 2018 07:35:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "ba50c7f5-628c-41fb-8e5b-fc8eed71f137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "cb790e32-9104-4d68-9a9e-711615a0a6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-19T07:35:58Z", "revision_number": 0, "id": "d1ff30a7-9396-490b-a61c-c0c5ab5a96c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 443, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:35:58Z", "revision_number": 0, "id": "dcafd4d9-6648-418e-8a3a-46ddee6b2e8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 6, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:35:59,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d4aac83c-d582-4569-b1ac-30291a994ffa 2018-11-19 07:35:59,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20570898056s 2018-11-19 07:35:59,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d4aac83c-d582-4569-b1ac-30291a994ffa 2018-11-19 07:35:59,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:35:59,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -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": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}}' 2018-11-19 07:35:59,339 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-98330cd2-6f51-4ebc-b684-87f414249fa0 Date: Mon, 19 Nov 2018 07:35:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-11-19T07:35:59Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "port_range_min": 5671, "revision_number": 0, "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:59Z", "project_id": "6bd918990f464a31acabba3268a99807", "id": "e6fad35e-da2f-4dae-9b77-9ee0c5eacafb"}} 2018-11-19 07:35:59,339 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-98330cd2-6f51-4ebc-b684-87f414249fa0 2018-11-19 07:35:59,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.294026851654s 2018-11-19 07:35:59,339 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-98330cd2-6f51-4ebc-b684-87f414249fa0 2018-11-19 07:35:59,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:35:59,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:35:59,549 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-e3f389a9-9f45-4922-8a2b-4a87e4caf43c Date: Mon, 19 Nov 2018 07:35:59 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "ba50c7f5-628c-41fb-8e5b-fc8eed71f137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "cb790e32-9104-4d68-9a9e-711615a0a6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-19T07:35:58Z", "revision_number": 0, "id": "d1ff30a7-9396-490b-a61c-c0c5ab5a96c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 443, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:35:58Z", "revision_number": 0, "id": "dcafd4d9-6648-418e-8a3a-46ddee6b2e8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-19T07:35:59Z", "revision_number": 0, "id": "e6fad35e-da2f-4dae-9b77-9ee0c5eacafb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:59Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 7, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:35:59,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e3f389a9-9f45-4922-8a2b-4a87e4caf43c 2018-11-19 07:35:59,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.206619024277s 2018-11-19 07:35:59,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-e3f389a9-9f45-4922-8a2b-4a87e4caf43c 2018-11-19 07:35:59,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-11-19 07:35:59,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -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": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}}' 2018-11-19 07:35:59,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-3a4a9dcd-d164-4f3a-b5ee-f57511e3cc7f Date: Mon, 19 Nov 2018 07:35:59 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-11-19T07:35:59Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "port_range_min": 53333, "revision_number": 0, "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:59Z", "project_id": "6bd918990f464a31acabba3268a99807", "id": "54a721dc-6873-45e7-851a-2392443ae88d"}} 2018-11-19 07:35:59,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-3a4a9dcd-d164-4f3a-b5ee-f57511e3cc7f 2018-11-19 07:35:59,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.300955057144s 2018-11-19 07:35:59,855 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-3a4a9dcd-d164-4f3a-b5ee-f57511e3cc7f 2018-11-19 07:35:59,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:35:59,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:00,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-1ea4a7c4-b064-4f1b-a086-c281a3a891b4 Date: Mon, 19 Nov 2018 07:36:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22adbe2c-a662-42db-ab88-f04d90e13b48"],"updated_at":"2018-11-19T07:34:11Z","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6bd918990f464a31acabba3268a99807","id":"cabcec50-1657-4025-97fe-cb0b20914340","name":"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:36:00,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1ea4a7c4-b064-4f1b-a086-c281a3a891b4 2018-11-19 07:36:00,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255937099457s 2018-11-19 07:36:00,113 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1ea4a7c4-b064-4f1b-a086-c281a3a891b4 2018-11-19 07:36:00,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:36:00,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:00,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-23af77d5-767a-42a4-9a86-b6b43423e21b Date: Mon, 19 Nov 2018 07:36:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "metadata": {}}], "file": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "size": 4373348352, "self": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:35:55Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:34:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:36:00,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-23af77d5-767a-42a4-9a86-b6b43423e21b 2018-11-19 07:36:00,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.570688009262s 2018-11-19 07:36:00,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-23af77d5-767a-42a4-9a86-b6b43423e21b 2018-11-19 07:36:00,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:36:00,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:00,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6b4764b-3734-4b4a-9be3-ed47304e0935 x-compute-request-id: req-d6b4764b-3734-4b4a-9be3-ed47304e0935 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "name": "vyos_vrouter-flavor_1a74d200-9ba2-4692-88c4-28f37275bb03", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:36:00,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d6b4764b-3734-4b4a-9be3-ed47304e0935 2018-11-19 07:36:00,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336019992828s 2018-11-19 07:36:00,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d6b4764b-3734-4b4a-9be3-ed47304e0935 2018-11-19 07:36:00,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-11-19 07:36:00,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"server": {"name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "imageRef": "01742128-d1b0-4e36-bb90-281d3e90efcf", "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "flavorRef": "4831338f-94fd-4774-ab3d-d4f54d78a778", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cabcec50-1657-4025-97fe-cb0b20914340"}], "security_groups": [{"name": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}]}}' 2018-11-19 07:36:03,544 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:36:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ef1a5e3f-af00-4ada-b99d-d66a2a9d6e51 x-compute-request-id: req-ef1a5e3f-af00-4ada-b99d-d66a2a9d6e51 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"}], "OS-DCF:diskConfig": "MANUAL", "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "adminPass": "k9A8bFe5zr9m"}} 2018-11-19 07:36:03,544 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ef1a5e3f-af00-4ada-b99d-d66a2a9d6e51 2018-11-19 07:36:03,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.82144117355s 2018-11-19 07:36:03,545 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-ef1a5e3f-af00-4ada-b99d-d66a2a9d6e51 2018-11-19 07:36:03,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:03,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:03,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36: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-34e8873d-814a-4a6e-8242-a91f3122c603 x-compute-request-id: req-34e8873d-814a-4a6e-8242-a91f3122c603 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:03,820 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34e8873d-814a-4a6e-8242-a91f3122c603 2018-11-19 07:36:03,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.274441003799s 2018-11-19 07:36:03,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34e8873d-814a-4a6e-8242-a91f3122c603 2018-11-19 07:36:03,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:36:03,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:03,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-938c933f-99a3-494d-9c13-19ccc494e9ec Date: Mon, 19 Nov 2018 07:36:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22adbe2c-a662-42db-ab88-f04d90e13b48"],"updated_at":"2018-11-19T07:34:11Z","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6bd918990f464a31acabba3268a99807","id":"cabcec50-1657-4025-97fe-cb0b20914340","name":"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:36:03,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-938c933f-99a3-494d-9c13-19ccc494e9ec 2018-11-19 07:36:03,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.1170129776s 2018-11-19 07:36:03,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-938c933f-99a3-494d-9c13-19ccc494e9ec 2018-11-19 07:36:03,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 07:36:03,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:03,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-3e3d653c-b679-422e-ad26-89cec4113a88 Date: Mon, 19 Nov 2018 07:36:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cabcec50-1657-4025-97fe-cb0b20914340","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:34: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":"6bd918990f464a31acabba3268a99807","id":"22adbe2c-a662-42db-ab88-f04d90e13b48","subnetpool_id":null,"name":"vyos_vrouter-subnet_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:36:03,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3e3d653c-b679-422e-ad26-89cec4113a88 2018-11-19 07:36:03,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0492479801178s 2018-11-19 07:36:03,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3e3d653c-b679-422e-ad26-89cec4113a88 2018-11-19 07:36:03,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:05,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:06,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:06,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e25c4ef7-be3a-4f51-a3a0-e189a44b152a x-compute-request-id: req-e25c4ef7-be3a-4f51-a3a0-e189a44b152a Content-Encoding: gzip Content-Length: 608 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:06,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e25c4ef7-be3a-4f51-a3a0-e189a44b152a 2018-11-19 07:36:06,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.277597904205s 2018-11-19 07:36:06,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e25c4ef7-be3a-4f51-a3a0-e189a44b152a 2018-11-19 07:36:06,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:08,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:08,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:08,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcc78417-07ec-461e-a200-edbb5bc1c100 x-compute-request-id: req-dcc78417-07ec-461e-a200-edbb5bc1c100 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:08,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dcc78417-07ec-461e-a200-edbb5bc1c100 2018-11-19 07:36:08,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386588811874s 2018-11-19 07:36:08,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dcc78417-07ec-461e-a200-edbb5bc1c100 2018-11-19 07:36:08,675 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:10,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:10,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:11,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55a604dc-1d1e-4ff1-aaab-a0d4640a0ee8 x-compute-request-id: req-55a604dc-1d1e-4ff1-aaab-a0d4640a0ee8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:11,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55a604dc-1d1e-4ff1-aaab-a0d4640a0ee8 2018-11-19 07:36:11,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703819036484s 2018-11-19 07:36:11,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-55a604dc-1d1e-4ff1-aaab-a0d4640a0ee8 2018-11-19 07:36:11,387 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:13,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:13,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:13,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36: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-df776616-e9c7-4b3a-ab9e-d40f5a4304c6 x-compute-request-id: req-df776616-e9c7-4b3a-ab9e-d40f5a4304c6 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:13,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-df776616-e9c7-4b3a-ab9e-d40f5a4304c6 2018-11-19 07:36:13,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.494337081909s 2018-11-19 07:36:13,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-df776616-e9c7-4b3a-ab9e-d40f5a4304c6 2018-11-19 07:36:13,886 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:15,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:15,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:16,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a0648ff-425f-424f-a073-854d84f809a4 x-compute-request-id: req-0a0648ff-425f-424f-a073-854d84f809a4 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:16,438 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a0648ff-425f-424f-a073-854d84f809a4 2018-11-19 07:36:16,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55025601387s 2018-11-19 07:36:16,438 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a0648ff-425f-424f-a073-854d84f809a4 2018-11-19 07:36:16,442 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:18,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:18,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:18,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea01d90f-ac4f-410a-8857-bf5f0faa4a65 x-compute-request-id: req-ea01d90f-ac4f-410a-8857-bf5f0faa4a65 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:18,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea01d90f-ac4f-410a-8857-bf5f0faa4a65 2018-11-19 07:36:18,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.54936504364s 2018-11-19 07:36:18,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ea01d90f-ac4f-410a-8857-bf5f0faa4a65 2018-11-19 07:36:18,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:21,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:21,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:21,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3333ef7d-0af8-4d9d-8b19-461307a898dd x-compute-request-id: req-3333ef7d-0af8-4d9d-8b19-461307a898dd Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:21,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3333ef7d-0af8-4d9d-8b19-461307a898dd 2018-11-19 07:36:21,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534503936768s 2018-11-19 07:36:21,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3333ef7d-0af8-4d9d-8b19-461307a898dd 2018-11-19 07:36:21,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:23,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:23,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:24,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45b201b1-666d-4369-8ed7-4f57ddc7f66e x-compute-request-id: req-45b201b1-666d-4369-8ed7-4f57ddc7f66e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:24,197 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45b201b1-666d-4369-8ed7-4f57ddc7f66e 2018-11-19 07:36:24,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654674053192s 2018-11-19 07:36:24,198 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-45b201b1-666d-4369-8ed7-4f57ddc7f66e 2018-11-19 07:36:24,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:26,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:26,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:26,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc64706b-33c4-46d8-bd82-6413e814aeb3 x-compute-request-id: req-cc64706b-33c4-46d8-bd82-6413e814aeb3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:26,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc64706b-33c4-46d8-bd82-6413e814aeb3 2018-11-19 07:36:26,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544275999069s 2018-11-19 07:36:26,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc64706b-33c4-46d8-bd82-6413e814aeb3 2018-11-19 07:36:26,753 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:28,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:28,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:29,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36: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-dfd2813b-80d0-4b79-be76-8ab10be77415 x-compute-request-id: req-dfd2813b-80d0-4b79-be76-8ab10be77415 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:29,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfd2813b-80d0-4b79-be76-8ab10be77415 2018-11-19 07:36:29,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.566127061844s 2018-11-19 07:36:29,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfd2813b-80d0-4b79-be76-8ab10be77415 2018-11-19 07:36:29,327 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:31,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:31,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:31,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26abfde7-6c6d-4d5a-bbba-2fba36351caa x-compute-request-id: req-26abfde7-6c6d-4d5a-bbba-2fba36351caa Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:31,702 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-26abfde7-6c6d-4d5a-bbba-2fba36351caa 2018-11-19 07:36:31,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372498989105s 2018-11-19 07:36:31,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-26abfde7-6c6d-4d5a-bbba-2fba36351caa 2018-11-19 07:36:31,707 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:33,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:33,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:34,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c051a06-e989-4547-bae8-2fa58e09dca3 x-compute-request-id: req-0c051a06-e989-4547-bae8-2fa58e09dca3 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:34,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c051a06-e989-4547-bae8-2fa58e09dca3 2018-11-19 07:36:34,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53332400322s 2018-11-19 07:36:34,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0c051a06-e989-4547-bae8-2fa58e09dca3 2018-11-19 07:36:34,247 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:36,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:36,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:36,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54603b1c-f027-4134-907d-5c06f5756e7d x-compute-request-id: req-54603b1c-f027-4134-907d-5c06f5756e7d Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:36,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54603b1c-f027-4134-907d-5c06f5756e7d 2018-11-19 07:36:36,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363203048706s 2018-11-19 07:36:36,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54603b1c-f027-4134-907d-5c06f5756e7d 2018-11-19 07:36:36,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:38,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:38,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:39,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36: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-b7fe88f6-b8ce-4aa1-a6a6-ed5ff9738b21 x-compute-request-id: req-b7fe88f6-b8ce-4aa1-a6a6-ed5ff9738b21 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:39,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7fe88f6-b8ce-4aa1-a6a6-ed5ff9738b21 2018-11-19 07:36:39,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391931056976s 2018-11-19 07:36:39,012 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b7fe88f6-b8ce-4aa1-a6a6-ed5ff9738b21 2018-11-19 07:36:39,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:41,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:41,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:41,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b34b5d7-1518-461a-9a9f-e3f4346bf25e x-compute-request-id: req-2b34b5d7-1518-461a-9a9f-e3f4346bf25e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:41,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b34b5d7-1518-461a-9a9f-e3f4346bf25e 2018-11-19 07:36:41,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568295001984s 2018-11-19 07:36:41,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2b34b5d7-1518-461a-9a9f-e3f4346bf25e 2018-11-19 07:36:41,591 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:43,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:43,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:43,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36: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-59a38498-b8b0-4736-bdcf-a25918036992 x-compute-request-id: req-59a38498-b8b0-4736-bdcf-a25918036992 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:43,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59a38498-b8b0-4736-bdcf-a25918036992 2018-11-19 07:36:43,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402307987213s 2018-11-19 07:36:43,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-59a38498-b8b0-4736-bdcf-a25918036992 2018-11-19 07:36:44,001 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:46,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:46,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:46,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0c7f118-a39b-4c36-bf62-e2d4b24afe4e x-compute-request-id: req-d0c7f118-a39b-4c36-bf62-e2d4b24afe4e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:46,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d0c7f118-a39b-4c36-bf62-e2d4b24afe4e 2018-11-19 07:36:46,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527631044388s 2018-11-19 07:36:46,532 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d0c7f118-a39b-4c36-bf62-e2d4b24afe4e 2018-11-19 07:36:46,535 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:48,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:48,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:49,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65732132-2e40-4a1e-a3b8-245791e745d1 x-compute-request-id: req-65732132-2e40-4a1e-a3b8-245791e745d1 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:49,272 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-65732132-2e40-4a1e-a3b8-245791e745d1 2018-11-19 07:36:49,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733658075333s 2018-11-19 07:36:49,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-65732132-2e40-4a1e-a3b8-245791e745d1 2018-11-19 07:36:49,276 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:51,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:51,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:51,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80862735-b2d2-4fd5-b980-2c7cb4e225b4 x-compute-request-id: req-80862735-b2d2-4fd5-b980-2c7cb4e225b4 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:51,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-80862735-b2d2-4fd5-b980-2c7cb4e225b4 2018-11-19 07:36:51,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.538494110107s 2018-11-19 07:36:51,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-80862735-b2d2-4fd5-b980-2c7cb4e225b4 2018-11-19 07:36:51,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:53,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:53,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:54,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ce108c9-cfd4-4f6d-9984-9ef6d731800e x-compute-request-id: req-0ce108c9-cfd4-4f6d-9984-9ef6d731800e Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:54,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ce108c9-cfd4-4f6d-9984-9ef6d731800e 2018-11-19 07:36:54,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557013988495s 2018-11-19 07:36:54,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ce108c9-cfd4-4f6d-9984-9ef6d731800e 2018-11-19 07:36:54,385 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:56,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:56,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:56,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc535a14-5c0c-4397-9e97-247cd3eb01cd x-compute-request-id: req-cc535a14-5c0c-4397-9e97-247cd3eb01cd Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:56,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc535a14-5c0c-4397-9e97-247cd3eb01cd 2018-11-19 07:36:56,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.503062963486s 2018-11-19 07:36:56,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc535a14-5c0c-4397-9e97-247cd3eb01cd 2018-11-19 07:36:56,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:36:58,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:36:58,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:36:59,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:36: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-ec0731ac-2aca-4b6f-bce1-92b75af37163 x-compute-request-id: req-ec0731ac-2aca-4b6f-bce1-92b75af37163 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:36:59,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ec0731ac-2aca-4b6f-bce1-92b75af37163 2018-11-19 07:36:59,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501979112625s 2018-11-19 07:36:59,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ec0731ac-2aca-4b6f-bce1-92b75af37163 2018-11-19 07:36:59,405 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:01,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:01,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:01,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01f6bd7f-f241-4246-aa15-773ffb9e67f0 x-compute-request-id: req-01f6bd7f-f241-4246-aa15-773ffb9e67f0 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:01,928 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-01f6bd7f-f241-4246-aa15-773ffb9e67f0 2018-11-19 07:37:01,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521362066269s 2018-11-19 07:37:01,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-01f6bd7f-f241-4246-aa15-773ffb9e67f0 2018-11-19 07:37:01,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:03,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:03,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:04,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2b05876-86eb-4097-8e69-195ad541900c x-compute-request-id: req-d2b05876-86eb-4097-8e69-195ad541900c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:04,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2b05876-86eb-4097-8e69-195ad541900c 2018-11-19 07:37:04,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701939105988s 2018-11-19 07:37:04,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d2b05876-86eb-4097-8e69-195ad541900c 2018-11-19 07:37:04,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:06,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:06,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:07,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-010305b8-5879-49ba-a80e-cc61e75d6a7b x-compute-request-id: req-010305b8-5879-49ba-a80e-cc61e75d6a7b Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:07,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-010305b8-5879-49ba-a80e-cc61e75d6a7b 2018-11-19 07:37:07,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67610502243s 2018-11-19 07:37:07,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-010305b8-5879-49ba-a80e-cc61e75d6a7b 2018-11-19 07:37:07,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:09,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:09,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-398ab51a-6a97-4e9a-a11f-f0da949a9547 x-compute-request-id: req-398ab51a-6a97-4e9a-a11f-f0da949a9547 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:09,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-398ab51a-6a97-4e9a-a11f-f0da949a9547 2018-11-19 07:37:09,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.541751146317s 2018-11-19 07:37:09,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-398ab51a-6a97-4e9a-a11f-f0da949a9547 2018-11-19 07:37:09,874 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:11,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:11,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:12,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37: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-5a43f82e-7fca-40cd-89b6-0b76cdd12de2 x-compute-request-id: req-5a43f82e-7fca-40cd-89b6-0b76cdd12de2 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:12,403 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5a43f82e-7fca-40cd-89b6-0b76cdd12de2 2018-11-19 07:37:12,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527261018753s 2018-11-19 07:37:12,404 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5a43f82e-7fca-40cd-89b6-0b76cdd12de2 2018-11-19 07:37:12,408 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:14,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:14,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:14,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0df6f84-da6d-4ab6-acff-c90168c7cc1a x-compute-request-id: req-e0df6f84-da6d-4ab6-acff-c90168c7cc1a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:14,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e0df6f84-da6d-4ab6-acff-c90168c7cc1a 2018-11-19 07:37:14,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389529943466s 2018-11-19 07:37:14,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e0df6f84-da6d-4ab6-acff-c90168c7cc1a 2018-11-19 07:37:14,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:16,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:16,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:17,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d91f21c8-4ce6-46bb-9f55-8bc83fd2aee1 x-compute-request-id: req-d91f21c8-4ce6-46bb-9f55-8bc83fd2aee1 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:17,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d91f21c8-4ce6-46bb-9f55-8bc83fd2aee1 2018-11-19 07:37:17,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676964998245s 2018-11-19 07:37:17,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d91f21c8-4ce6-46bb-9f55-8bc83fd2aee1 2018-11-19 07:37:17,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:19,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:19,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:20,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f706c9b-a97c-4383-a9e3-385da4dd1833 x-compute-request-id: req-4f706c9b-a97c-4383-a9e3-385da4dd1833 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:20,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f706c9b-a97c-4383-a9e3-385da4dd1833 2018-11-19 07:37:20,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557142972946s 2018-11-19 07:37:20,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f706c9b-a97c-4383-a9e3-385da4dd1833 2018-11-19 07:37:20,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:22,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:22,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:22,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37: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-0af67f6c-092a-4ccd-8021-52ed0ed37c7b x-compute-request-id: req-0af67f6c-092a-4ccd-8021-52ed0ed37c7b Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:22,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0af67f6c-092a-4ccd-8021-52ed0ed37c7b 2018-11-19 07:37:22,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637557983398s 2018-11-19 07:37:22,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0af67f6c-092a-4ccd-8021-52ed0ed37c7b 2018-11-19 07:37:22,698 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:24,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:24,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:25,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3e07551-3755-4f22-b142-63a5933cfbb7 x-compute-request-id: req-b3e07551-3755-4f22-b142-63a5933cfbb7 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:25,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b3e07551-3755-4f22-b142-63a5933cfbb7 2018-11-19 07:37:25,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.65646314621s 2018-11-19 07:37:25,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b3e07551-3755-4f22-b142-63a5933cfbb7 2018-11-19 07:37:25,361 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:27,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:27,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:27,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1bd6fd23-19d7-4168-bdc3-12d53cc16a22 x-compute-request-id: req-1bd6fd23-19d7-4168-bdc3-12d53cc16a22 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:27,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1bd6fd23-19d7-4168-bdc3-12d53cc16a22 2018-11-19 07:37:27,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592859983444s 2018-11-19 07:37:27,957 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1bd6fd23-19d7-4168-bdc3-12d53cc16a22 2018-11-19 07:37:27,961 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:29,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:29,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:30,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6d3203d-758c-4029-99e2-a884ad79cf23 x-compute-request-id: req-d6d3203d-758c-4029-99e2-a884ad79cf23 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:30,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d6d3203d-758c-4029-99e2-a884ad79cf23 2018-11-19 07:37:30,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504763126373s 2018-11-19 07:37:30,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d6d3203d-758c-4029-99e2-a884ad79cf23 2018-11-19 07:37:30,473 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:32,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:32,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:32,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2cacad4-436a-4ee6-a4fb-c7889632f0c0 x-compute-request-id: req-b2cacad4-436a-4ee6-a4fb-c7889632f0c0 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:32,976 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2cacad4-436a-4ee6-a4fb-c7889632f0c0 2018-11-19 07:37:32,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500133991241s 2018-11-19 07:37:32,976 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b2cacad4-436a-4ee6-a4fb-c7889632f0c0 2018-11-19 07:37:32,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:34,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:34,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:35,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97308ce4-4c6a-425c-a767-1860c8a6c730 x-compute-request-id: req-97308ce4-4c6a-425c-a767-1860c8a6c730 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:35,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97308ce4-4c6a-425c-a767-1860c8a6c730 2018-11-19 07:37:35,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577650785446s 2018-11-19 07:37:35,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97308ce4-4c6a-425c-a767-1860c8a6c730 2018-11-19 07:37:35,565 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:37,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:37,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:38,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3bd1af3f-4575-4fd6-af2c-603e25394e02 x-compute-request-id: req-3bd1af3f-4575-4fd6-af2c-603e25394e02 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:38,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3bd1af3f-4575-4fd6-af2c-603e25394e02 2018-11-19 07:37:38,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504151105881s 2018-11-19 07:37:38,072 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3bd1af3f-4575-4fd6-af2c-603e25394e02 2018-11-19 07:37:38,076 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:40,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:40,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae87720f-977a-4c00-9601-c428964f6b9b x-compute-request-id: req-ae87720f-977a-4c00-9601-c428964f6b9b Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:40,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae87720f-977a-4c00-9601-c428964f6b9b 2018-11-19 07:37:40,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526695966721s 2018-11-19 07:37:40,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae87720f-977a-4c00-9601-c428964f6b9b 2018-11-19 07:37:40,610 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:42,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:42,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:43,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f797c4a-bcdf-4b2d-8686-e2378c759368 x-compute-request-id: req-1f797c4a-bcdf-4b2d-8686-e2378c759368 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:43,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1f797c4a-bcdf-4b2d-8686-e2378c759368 2018-11-19 07:37:43,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.500797986984s 2018-11-19 07:37:43,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1f797c4a-bcdf-4b2d-8686-e2378c759368 2018-11-19 07:37:43,118 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:45,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:45,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:45,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37: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-eb583d0c-416c-4528-adcd-a3bcd88ca5c0 x-compute-request-id: req-eb583d0c-416c-4528-adcd-a3bcd88ca5c0 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:45,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb583d0c-416c-4528-adcd-a3bcd88ca5c0 2018-11-19 07:37:45,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522704124451s 2018-11-19 07:37:45,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-eb583d0c-416c-4528-adcd-a3bcd88ca5c0 2018-11-19 07:37:45,647 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:47,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:47,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:48,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af5e38fa-b252-40f7-942e-07fd24d210e5 x-compute-request-id: req-af5e38fa-b252-40f7-942e-07fd24d210e5 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:48,315 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af5e38fa-b252-40f7-942e-07fd24d210e5 2018-11-19 07:37:48,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.664853811264s 2018-11-19 07:37:48,315 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af5e38fa-b252-40f7-942e-07fd24d210e5 2018-11-19 07:37:48,319 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:50,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:50,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:50,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-992312a8-33ac-41a1-86ee-abfc68ae9ce1 x-compute-request-id: req-992312a8-33ac-41a1-86ee-abfc68ae9ce1 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:50,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-992312a8-33ac-41a1-86ee-abfc68ae9ce1 2018-11-19 07:37:50,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520033836365s 2018-11-19 07:37:50,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-992312a8-33ac-41a1-86ee-abfc68ae9ce1 2018-11-19 07:37:50,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:52,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:52,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:53,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a6a74ed-b4f6-430b-bd84-2e20b5c947a8 x-compute-request-id: req-6a6a74ed-b4f6-430b-bd84-2e20b5c947a8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:53,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6a6a74ed-b4f6-430b-bd84-2e20b5c947a8 2018-11-19 07:37:53,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.673709869385s 2018-11-19 07:37:53,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6a6a74ed-b4f6-430b-bd84-2e20b5c947a8 2018-11-19 07:37:53,527 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:55,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:55,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:55,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67df1e42-8281-48e2-995b-8675d0d45fca x-compute-request-id: req-67df1e42-8281-48e2-995b-8675d0d45fca Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:55,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-67df1e42-8281-48e2-995b-8675d0d45fca 2018-11-19 07:37:55,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362066030502s 2018-11-19 07:37:55,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-67df1e42-8281-48e2-995b-8675d0d45fca 2018-11-19 07:37:55,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:37:57,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:37:57,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:37:58,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:37:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d40f13de-e730-47e6-9f1f-0b7f7dfb781f x-compute-request-id: req-d40f13de-e730-47e6-9f1f-0b7f7dfb781f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:37:58,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d40f13de-e730-47e6-9f1f-0b7f7dfb781f 2018-11-19 07:37:58,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.523947000504s 2018-11-19 07:37:58,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d40f13de-e730-47e6-9f1f-0b7f7dfb781f 2018-11-19 07:37:58,427 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:00,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:00,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:01,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77f48ecd-cb8c-476a-a6a4-3db051f362ee x-compute-request-id: req-77f48ecd-cb8c-476a-a6a4-3db051f362ee Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:01,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-77f48ecd-cb8c-476a-a6a4-3db051f362ee 2018-11-19 07:38:01,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647168159485s 2018-11-19 07:38:01,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-77f48ecd-cb8c-476a-a6a4-3db051f362ee 2018-11-19 07:38:01,081 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:03,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:03,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:03,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38: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-9e4b6615-e1de-41f6-9be2-699149b710a8 x-compute-request-id: req-9e4b6615-e1de-41f6-9be2-699149b710a8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:03,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e4b6615-e1de-41f6-9be2-699149b710a8 2018-11-19 07:38:03,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553587913513s 2018-11-19 07:38:03,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9e4b6615-e1de-41f6-9be2-699149b710a8 2018-11-19 07:38:03,642 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:05,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:05,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:06,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38: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-3c37f7af-0a74-40c4-9391-359206fb732f x-compute-request-id: req-3c37f7af-0a74-40c4-9391-359206fb732f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:06,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c37f7af-0a74-40c4-9391-359206fb732f 2018-11-19 07:38:06,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.517210960388s 2018-11-19 07:38:06,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3c37f7af-0a74-40c4-9391-359206fb732f 2018-11-19 07:38:06,167 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:08,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:08,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38: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-e1c10083-2739-43ce-a9ef-ad48272f3cd6 x-compute-request-id: req-e1c10083-2739-43ce-a9ef-ad48272f3cd6 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:08,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1c10083-2739-43ce-a9ef-ad48272f3cd6 2018-11-19 07:38:08,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.51177406311s 2018-11-19 07:38:08,681 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e1c10083-2739-43ce-a9ef-ad48272f3cd6 2018-11-19 07:38:08,685 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:10,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:10,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:11,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5877872-9c87-434d-88d4-74bbb3aaa9ab x-compute-request-id: req-a5877872-9c87-434d-88d4-74bbb3aaa9ab Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:11,666 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5877872-9c87-434d-88d4-74bbb3aaa9ab 2018-11-19 07:38:11,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.977984189987s 2018-11-19 07:38:11,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5877872-9c87-434d-88d4-74bbb3aaa9ab 2018-11-19 07:38:11,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:13,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:13,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:14,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38: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-d087cd39-991e-4e58-a9d4-73ed8d30f7e8 x-compute-request-id: req-d087cd39-991e-4e58-a9d4-73ed8d30f7e8 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:14,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d087cd39-991e-4e58-a9d4-73ed8d30f7e8 2018-11-19 07:38:14,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488520145416s 2018-11-19 07:38:14,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d087cd39-991e-4e58-a9d4-73ed8d30f7e8 2018-11-19 07:38:14,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:16,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:16,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:16,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a8c4bae-c92c-4b78-bd18-047a60eeeb12 x-compute-request-id: req-4a8c4bae-c92c-4b78-bd18-047a60eeeb12 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:16,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4a8c4bae-c92c-4b78-bd18-047a60eeeb12 2018-11-19 07:38:16,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.694624900818s 2018-11-19 07:38:16,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4a8c4bae-c92c-4b78-bd18-047a60eeeb12 2018-11-19 07:38:16,867 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:18,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:18,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:19,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38: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-e28f437f-6863-47b1-8b09-825aeaf3c21a x-compute-request-id: req-e28f437f-6863-47b1-8b09-825aeaf3c21a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:19,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e28f437f-6863-47b1-8b09-825aeaf3c21a 2018-11-19 07:38:19,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536740064621s 2018-11-19 07:38:19,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e28f437f-6863-47b1-8b09-825aeaf3c21a 2018-11-19 07:38:19,411 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:21,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:21,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:22,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2786a5e4-3b84-4ee0-bb1f-fbe32ea8122f x-compute-request-id: req-2786a5e4-3b84-4ee0-bb1f-fbe32ea8122f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:22,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2786a5e4-3b84-4ee0-bb1f-fbe32ea8122f 2018-11-19 07:38:22,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629581928253s 2018-11-19 07:38:22,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2786a5e4-3b84-4ee0-bb1f-fbe32ea8122f 2018-11-19 07:38:22,048 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:24,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:24,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:24,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28e57a5a-3c15-4157-b16f-4f8b41ec30bd x-compute-request-id: req-28e57a5a-3c15-4157-b16f-4f8b41ec30bd Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:24,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28e57a5a-3c15-4157-b16f-4f8b41ec30bd 2018-11-19 07:38:24,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495597839355s 2018-11-19 07:38:24,546 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28e57a5a-3c15-4157-b16f-4f8b41ec30bd 2018-11-19 07:38:24,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:26,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:26,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:27,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b30a8d3-9d8f-487b-af57-edaf8092149c x-compute-request-id: req-4b30a8d3-9d8f-487b-af57-edaf8092149c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:27,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b30a8d3-9d8f-487b-af57-edaf8092149c 2018-11-19 07:38:27,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.502778053284s 2018-11-19 07:38:27,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b30a8d3-9d8f-487b-af57-edaf8092149c 2018-11-19 07:38:27,060 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:29,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:29,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:29,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38: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-75203bce-9877-4f35-bae1-5e0e4853133f x-compute-request-id: req-75203bce-9877-4f35-bae1-5e0e4853133f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:29,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-75203bce-9877-4f35-bae1-5e0e4853133f 2018-11-19 07:38:29,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608555793762s 2018-11-19 07:38:29,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-75203bce-9877-4f35-bae1-5e0e4853133f 2018-11-19 07:38:29,675 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:31,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:31,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:32,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d53827ae-a1a0-4cc1-b6c4-3bc8a02593a9 x-compute-request-id: req-d53827ae-a1a0-4cc1-b6c4-3bc8a02593a9 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:32,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d53827ae-a1a0-4cc1-b6c4-3bc8a02593a9 2018-11-19 07:38:32,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531978130341s 2018-11-19 07:38:32,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d53827ae-a1a0-4cc1-b6c4-3bc8a02593a9 2018-11-19 07:38:32,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:34,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:34,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:34,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38: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-1ac6c569-bd90-46b3-9c2f-470ea6cc975f x-compute-request-id: req-1ac6c569-bd90-46b3-9c2f-470ea6cc975f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:34,753 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ac6c569-bd90-46b3-9c2f-470ea6cc975f 2018-11-19 07:38:34,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534636974335s 2018-11-19 07:38:34,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1ac6c569-bd90-46b3-9c2f-470ea6cc975f 2018-11-19 07:38:34,757 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:36,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:36,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:37,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70af2990-5493-41c7-a409-0e701241431c x-compute-request-id: req-70af2990-5493-41c7-a409-0e701241431c Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:37,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70af2990-5493-41c7-a409-0e701241431c 2018-11-19 07:38:37,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.520313978195s 2018-11-19 07:38:37,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-70af2990-5493-41c7-a409-0e701241431c 2018-11-19 07:38:37,285 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:39,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:39,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:39,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a241c91c-106d-4fa1-bdb6-a762480f9a79 x-compute-request-id: req-a241c91c-106d-4fa1-bdb6-a762480f9a79 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:39,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a241c91c-106d-4fa1-bdb6-a762480f9a79 2018-11-19 07:38:39,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386793851852s 2018-11-19 07:38:39,675 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a241c91c-106d-4fa1-bdb6-a762480f9a79 2018-11-19 07:38:39,679 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:41,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:41,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:42,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c00ae6a0-b1a3-4eb0-9874-b1a90d45a2c6 x-compute-request-id: req-c00ae6a0-b1a3-4eb0-9874-b1a90d45a2c6 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-11-19T07:36:06Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:42,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c00ae6a0-b1a3-4eb0-9874-b1a90d45a2c6 2018-11-19 07:38:42,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359220027924s 2018-11-19 07:38:42,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c00ae6a0-b1a3-4eb0-9874-b1a90d45a2c6 2018-11-19 07:38:42,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:38:44,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:38:44,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:44,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d90056c-8f7b-4863-85e2-ad6af6371396 x-compute-request-id: req-8d90056c-8f7b-4863-85e2-ad6af6371396 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:38:44,588 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8d90056c-8f7b-4863-85e2-ad6af6371396 2018-11-19 07:38:44,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540052890778s 2018-11-19 07:38:44,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8d90056c-8f7b-4863-85e2-ad6af6371396 2018-11-19 07:38:44,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 07:38:44,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=817b63e8-5a6b-48bd-9efa-c6de2b9a3d84" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:44,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-e0ded042-d127-470a-a245-e851e1100e0a Date: Mon, 19 Nov 2018 07:38:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T07:38:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22adbe2c-a662-42db-ab88-f04d90e13b48","ip_address":"192.168.120.9"}],"id":"d16eca5e-e83d-4285-bcd5-f52c9d149203","security_groups":["9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"],"mac_address":"fa:16:3e:55:18:a3","project_id":"6bd918990f464a31acabba3268a99807","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cabcec50-1657-4025-97fe-cb0b20914340","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:36:06Z","binding:vnic_type":"normal","device_id":"817b63e8-5a6b-48bd-9efa-c6de2b9a3d84"}]} 2018-11-19 07:38:44,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 used request id req-e0ded042-d127-470a-a245-e851e1100e0a 2018-11-19 07:38:44,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.062903881073s 2018-11-19 07:38:44,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 used request id req-e0ded042-d127-470a-a245-e851e1100e0a 2018-11-19 07:38:44,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:38:44,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d16eca5e-e83d-4285-bcd5-f52c9d149203" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:44,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0dfdf9f5-b5af-449f-a645-2a262aff1152 Date: Mon, 19 Nov 2018 07:38:44 GMT RESP BODY: {"floatingips": []} 2018-11-19 07:38:44,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d16eca5e-e83d-4285-bcd5-f52c9d149203 used request id req-0dfdf9f5-b5af-449f-a645-2a262aff1152 2018-11-19 07:38:44,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0193448066711s 2018-11-19 07:38:44,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d16eca5e-e83d-4285-bcd5-f52c9d149203 used request id req-0dfdf9f5-b5af-449f-a645-2a262aff1152 2018-11-19 07:38:44,681 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:55:18:a3', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'01742128-d1b0-4e36-bb90-281d3e90efcf'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T07:38:41.000000', 'flavor': Munch({u'id': u'4831338f-94fd-4774-ab3d-d4f54d78a778'}), 'az': u'nova', 'id': u'817b63e8-5a6b-48bd-9efa-c6de2b9a3d84', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'debd93da47b6407fa8b9cc38b1c24a64', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6bd918990f464a31acabba3268a99807', 'name': 'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-11-19T07:38:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-11-19T07:38:42Z', 'hostId': u'b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-11-19T07:38:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6bd918990f464a31acabba3268a99807', 'name': u'vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03', 'adminPass': u'k9A8bFe5zr9m', 'tenant_id': u'6bd918990f464a31acabba3268a99807', 'region': 'regionOne', 'created': u'2018-11-19T07:36:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-11-19 07:38:44,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:38:44,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:44,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1237 X-Openstack-Request-Id: req-145192bd-ee18-486c-9e84-471bb9414e1e Date: Mon, 19 Nov 2018 07:38:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["22adbe2c-a662-42db-ab88-f04d90e13b48"],"updated_at":"2018-11-19T07:34:11Z","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"6bd918990f464a31acabba3268a99807","id":"cabcec50-1657-4025-97fe-cb0b20914340","name":"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:38:44,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-145192bd-ee18-486c-9e84-471bb9414e1e 2018-11-19 07:38:44,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106903076172s 2018-11-19 07:38:44,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-145192bd-ee18-486c-9e84-471bb9414e1e 2018-11-19 07:38:44,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-11-19 07:38:44,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=817b63e8-5a6b-48bd-9efa-c6de2b9a3d84" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:44,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 770 X-Openstack-Request-Id: req-4c1ba3b7-3cab-47d8-81b9-32ff6b5eff4f Date: Mon, 19 Nov 2018 07:38:44 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-19T07:38:41Z","device_owner":"compute:nova","revision_number":7,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"22adbe2c-a662-42db-ab88-f04d90e13b48","ip_address":"192.168.120.9"}],"id":"d16eca5e-e83d-4285-bcd5-f52c9d149203","security_groups":["9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2"],"mac_address":"fa:16:3e:55:18:a3","project_id":"6bd918990f464a31acabba3268a99807","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cabcec50-1657-4025-97fe-cb0b20914340","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:36:06Z","binding:vnic_type":"normal","device_id":"817b63e8-5a6b-48bd-9efa-c6de2b9a3d84"}]} 2018-11-19 07:38:44,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 used request id req-4c1ba3b7-3cab-47d8-81b9-32ff6b5eff4f 2018-11-19 07:38:44,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0576739311218s 2018-11-19 07:38:44,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 used request id req-4c1ba3b7-3cab-47d8-81b9-32ff6b5eff4f 2018-11-19 07:38:44,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-11-19 07:38:44,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"floatingip": {"floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.9", "port_id": "d16eca5e-e83d-4285-bcd5-f52c9d149203"}}' 2018-11-19 07:38:46,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-f3200938-4752-4805-a3e9-2ab1c8bd93ef Date: Mon, 19 Nov 2018 07:38:46 GMT RESP BODY: {"floatingip": {"router_id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:38:45Z", "updated_at": "2018-11-19T07:38:45Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "6bd918990f464a31acabba3268a99807", "port_id": "d16eca5e-e83d-4285-bcd5-f52c9d149203", "id": "0a00371c-4874-4ddc-95b8-145f2d656f79"}} 2018-11-19 07:38:46,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-f3200938-4752-4805-a3e9-2ab1c8bd93ef 2018-11-19 07:38:46,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.96569681168s 2018-11-19 07:38:46,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-f3200938-4752-4805-a3e9-2ab1c8bd93ef 2018-11-19 07:38:46,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:38:46,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:46,853 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-86b466e1-b96d-4375-9f1c-b1ff31fe71db Date: Mon, 19 Nov 2018 07:38:46 GMT RESP BODY: {"floatingips": [{"router_id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:38:45Z", "updated_at": "2018-11-19T07:38:45Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "6bd918990f464a31acabba3268a99807", "port_id": "d16eca5e-e83d-4285-bcd5-f52c9d149203", "id": "0a00371c-4874-4ddc-95b8-145f2d656f79"}]} 2018-11-19 07:38:46,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-86b466e1-b96d-4375-9f1c-b1ff31fe71db 2018-11-19 07:38:46,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0264661312103s 2018-11-19 07:38:46,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-86b466e1-b96d-4375-9f1c-b1ff31fe71db 2018-11-19 07:38:46,858 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:38:46,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:38:46,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:46,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-2d73bc7a-473c-4113-824d-4fa604d833de Date: Mon, 19 Nov 2018 07:38:46 GMT RESP BODY: {"floatingips": [{"router_id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:38:45Z", "updated_at": "2018-11-19T07:38:45Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "6bd918990f464a31acabba3268a99807", "port_id": "d16eca5e-e83d-4285-bcd5-f52c9d149203", "id": "0a00371c-4874-4ddc-95b8-145f2d656f79"}]} 2018-11-19 07:38:46,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2d73bc7a-473c-4113-824d-4fa604d833de 2018-11-19 07:38:46,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0262041091919s 2018-11-19 07:38:46,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2d73bc7a-473c-4113-824d-4fa604d833de 2018-11-19 07:38:46,993 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:38:47,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:38:47,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:47,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-11e703b1-5f23-4250-857c-96433b599bd9 Date: Mon, 19 Nov 2018 07:38:47 GMT RESP BODY: {"floatingips": [{"router_id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:38:45Z", "updated_at": "2018-11-19T07:38:45Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "6bd918990f464a31acabba3268a99807", "port_id": "d16eca5e-e83d-4285-bcd5-f52c9d149203", "id": "0a00371c-4874-4ddc-95b8-145f2d656f79"}]} 2018-11-19 07:38:47,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-11e703b1-5f23-4250-857c-96433b599bd9 2018-11-19 07:38:47,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0252192020416s 2018-11-19 07:38:47,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-11e703b1-5f23-4250-857c-96433b599bd9 2018-11-19 07:38:47,129 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:38:47,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:38:47,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:47,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-d66e9688-3135-49a6-8e33-19e5301d8520 Date: Mon, 19 Nov 2018 07:38:47 GMT RESP BODY: {"floatingips": [{"router_id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:38:45Z", "updated_at": "2018-11-19T07:38:45Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "6bd918990f464a31acabba3268a99807", "port_id": "d16eca5e-e83d-4285-bcd5-f52c9d149203", "id": "0a00371c-4874-4ddc-95b8-145f2d656f79"}]} 2018-11-19 07:38:47,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d66e9688-3135-49a6-8e33-19e5301d8520 2018-11-19 07:38:47,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0252001285553s 2018-11-19 07:38:47,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d66e9688-3135-49a6-8e33-19e5301d8520 2018-11-19 07:38:47,264 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-11-19 07:38:47,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:38:47,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:38:47,394 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a32478ff-b1eb-40ad-bd70-f3a2de36fe16 Date: Mon, 19 Nov 2018 07:38:47 GMT RESP BODY: {"floatingips": [{"router_id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:38:45Z", "updated_at": "2018-11-19T07:38:45Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.210", "revision_number": 0, "project_id": "6bd918990f464a31acabba3268a99807", "port_id": "d16eca5e-e83d-4285-bcd5-f52c9d149203", "id": "0a00371c-4874-4ddc-95b8-145f2d656f79"}]} 2018-11-19 07:38:47,394 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a32478ff-b1eb-40ad-bd70-f3a2de36fe16 2018-11-19 07:38:47,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0246710777283s 2018-11-19 07:38:47,394 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a32478ff-b1eb-40ad-bd70-f3a2de36fe16 2018-11-19 07:38:47,398 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'76a71d66-29a1-4972-8a7e-7cbcf61bfc1d', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6bd918990f464a31acabba3268a99807', 'created_at': u'2018-11-19T07:38:45Z', 'attached': True, 'updated_at': u'2018-11-19T07:38:45Z', 'id': u'0a00371c-4874-4ddc-95b8-145f2d656f79', 'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.210', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6bd918990f464a31acabba3268a99807', 'name': 'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'76a71d66-29a1-4972-8a7e-7cbcf61bfc1d', 'project_id': u'6bd918990f464a31acabba3268a99807', 'port_id': u'd16eca5e-e83d-4285-bcd5-f52c9d149203', 'port': u'd16eca5e-e83d-4285-bcd5-f52c9d149203', 'network': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0'}) 2018-11-19 07:38:47,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-19 07:38:47,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84/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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 07:38:49,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ca15686-1030-4ccd-ab50-3cf5c1c90fed x-compute-request-id: req-3ca15686-1030-4ccd-ab50-3cf5c1c90fed Content-Encoding: gzip Content-Length: 11305 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 1912094949 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.300441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.302605] pid_max: default: 32768 minimum: 301\n[ 0.303769] Security Framework initialized\n[ 0.304848] SELinux: Initializing.\n[ 0.306441] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.310012] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.311972] Mount-cache hash table entries: 4096\n[ 0.313370] Initializing cgroup subsys memory\n[ 0.314496] Initializing cgroup subsys devices\n[ 0.315625] Initializing cgroup subsys freezer\n[ 0.316753] Initializing cgroup subsys net_cls\n[ 0.317873] Initializing cgroup subsys blkio\n[ 0.318966] Initializing cgroup subsys perf_event\n[ 0.320122] Initializing cgroup subsys hugetlb\n[ 0.321258] Initializing cgroup subsys pids\n[ 0.322340] Initializing cgroup subsys net_prio\n[ 0.323553] CPU: Physical Processor ID: 0\n[ 0.325333] mce: CPU supports 10 MCE banks\n[ 0.326437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.327686] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328927] tlb_flushall_shift: 6\n[ 0.330088] Freeing SMP alternatives: 28k freed\n[ 0.334001] ACPI: Core revision 20130517\n[ 0.335471] ACPI: All ACPI Tables successfully acquired\n[ 0.336875] ftrace: allocating 25812 entries in 101 pages\n[ 0.359244] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.360755] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.362185] smpboot: Max logical packages: 2\n[ 0.363459] Enabling x2apic\n[ 0.364340] Enabled x2apic\n[ 0.365401] Switched APIC routing to physical x2apic.\n[ 0.367557] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.369006] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.371579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.378251] KVM setup paravirtual spinlock\n[ 0.380510] smpboot: Booting Node 0, Processors #1 OK\n[ 0.382571] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.405114] Brought up 2 CPUs\n[ 0.405118] KVM setup async PF for cpu 1\n[ 0.405121] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.408220] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.410317] devtmpfs: initialized\n[ 0.412601] EVM: security.selinux\n[ 0.413558] EVM: security.ima\n[ 0.414446] EVM: security.capability\n[ 0.416029] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.417517] pinctrl core: initialized pinctrl subsystem\n[ 0.418859] NET: Registered protocol family 16\n[ 0.420169] ACPI: bus type PCI registered\n[ 0.421234] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.422720] PCI: Using configuration type 1 for base access\n[ 0.427344] ACPI: Added _OSI(Module Device)\n[ 0.428458] ACPI: Added _OSI(Processor Device)\n[ 0.429574] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.430721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.433488] ACPI: Interpreter enabled\n[ 0.434509] ACPI: (supports S0 S5)\n[ 0.435467] ACPI: Using IOAPIC for interrupt routing\n[ 0.436664] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.440475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.443399] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.444839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.447545] acpiphp: Slot [3] registered\n[ 0.448596] acpiphp: Slot [4] registered\n[ 0.449648] acpiphp: Slot [5] registered\n[ 0.450698] acpiphp: Slot [6] registered\n[ 0.451743] acpiphp: Slot [7] registered\n[ 0.452788] acpiphp: Slot [8] registered\n[ 0.453832] acpiphp: Slot [9] registered\n[ 0.454875] acpiphp: Slot [10] registered\n[ 0.455930] acpiphp: Slot [11] registered\n[ 0.456986] acpiphp: Slot [12] registered\n[ 0.458047] acpiphp: Slot [13] registered\n[ 0.459109] acpiphp: Slot [14] registered\n[ 0.460172] acpiphp: Slot [15] registered\n[ 0.461234] acpiphp: Slot [16] registered\n[ 0.462297] acpiphp: Slot [17] registered\n[ 0.463358] acpiphp: Slot [18] registered\n[ 0.464414] acpiphp: Slot [19] registered\n[ 0.465476] acpiphp: Slot [20] registered\n[ 0.466539] acpiphp: Slot [21] registered\n[ 0.467598] acpiphp: Slot [22] registered\n[ 0.468656] acpiphp: Slot [23] registered\n[ 0.469710] acpiphp: Slot [24] registered\n[ 0.470772] acpiphp: Slot [25] registered\n[ 0.471839] acpiphp: Slot [26] registered\n[ 0.472901] acpiphp: Slot [27] registered\n[ 0.473960] acpiphp: Slot [28] registered\n[ 0.475017] acpiphp: Slot [29] registered\n[ 0.476075] acpiphp: Slot [30] registered\n[ 0.477134] acpiphp: Slot [31] registered\n[ 0.478187] PCI host bridge to bus 0000:00\n[ 0.479243] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.480498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.481944] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.483392] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.485328] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.493112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.494636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.496047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.497543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.504782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.506706] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.558500] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.562060] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.563760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.565426] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.567063] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.568599] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.570137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.572192] vgaarb: loaded\n[ 0.573048] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574383] SCSI subsystem initialized\n[ 0.575426] ACPI: bus type USB registered\n[ 0.576493] usbcore: registered new interface driver usbfs\n[ 0.577775] usbcore: registered new interface driver hub\n[ 0.579043] usbcore: registered new device driver usb\n[ 0.580391] PCI: Using ACPI for IRQ routing\n[ 0.581710] NetLabel: Initializing\n[ 0.582679] NetLabel: domain hash size = 128\n[ 0.583774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584987] NetLabel: unlabeled traffic allowed by default\n[ 0.586357] Switched to clocksource kvm-clock\n[ 0.593440] pnp: PnP ACPI init\n[ 0.594374] ACPI: bus type PNP registered\n[ 0.595754] pnp: PnP ACPI: found 5 devices\n[ 0.596829] ACPI: bus type PNP unregistered\n[ 0.604517] NET: Registered protocol family 2\n[ 0.605806] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.607804] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.609305] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.610751] TCP: reno registered\n[ 0.611690] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.613044] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.614494] NET: Registered protocol family 1\n[ 0.615617] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.616940] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.618247] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.638015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.657987] Unpacking initramfs...\n[ 1.067275] Freeing initrd memory: 37508k freed\n[ 1.076349] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.077852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.086931] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.088402] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.090076] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.091475] Initialise system trusted keyring\n[ 1.092611] audit: initializing netlink socket (disabled)\n[ 1.093880] type=2000 audit(1542613123.744:1): initialized\n[ 1.110274] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.111685] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.114152] zpool: loaded\n[ 1.115011] zbud: loaded\n[ 1.115995] VFS: Disk quotas dquot_6.5.2\n[ 1.117062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.118615] msgmni has been set to 7578\n[ 1.119686] Key type big_key registered\n[ 1.121344] NET: Registered protocol family 38\n[ 1.122469] Key type asymmetric registered\n[ 1.123529] Asymmetric key parser 'x509' registered\n[ 1.124726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.126706] io scheduler noop registered\n[ 1.127749] io scheduler deadline registered (default)\n[ 1.128974] io scheduler cfq registered\n[ 1.130077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.141039] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.142585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.144534] ACPI: Power Button [PWRF]\n[ 1.145648] GHES: HEST is not enabled!\n[ 1.146726] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.171022] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.172647] Non-volatile memory driver v1.3\n[ 1.173729] Linux agpgart interface v0.103\n[ 1.174907] crash memory driver: version 1.1\n[ 1.176042] rdac: device handler registered\n[ 1.177178] hp_sw: device handler registered\n[ 1.178272] emc: device handler registered\n[ 1.179330] alua: device handler registered\n[ 1.180421] libphy: Fixed MDIO Bus: probed\n[ 1.181550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.182973] ehci-pci: EHCI PCI platform driver\n[ 1.184259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.186872] ohci-pci: OHCI PCI platform driver\n[ 1.188844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.210429] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.211753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.213698] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.214932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.216292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.217744] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.219657] usb usb1: Product: UHCI Host Controller\n[ 1.220898] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.222396] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.223654] hub 1-0:1.0: USB hub found\n[ 1.224694] hub 1-0:1.0: 2 ports detected\n[ 1.225833] usbcore: registered new interface driver usbserial\n[ 1.227174] usbcore: registered new interface driver usbserial_generic\n[ 1.228600] usbserial: USB Serial support registered for generic\n[ 1.229963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.232552] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233744] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.235023] mousedev: PS/2 mouse device common for all mice\n[ 1.236552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.238818] rtc_cmos 00:00: RTC can wake from S4\n[ 1.239477] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.241085] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.246611] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.248625] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.250703] cpuidle: using governor menu\n[ 1.252152] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.253985] usbcore: registered new interface driver usbhid\n[ 1.255518] usbhid: USB HID core driver\n[ 1.256605] drop_monitor: Initializing network drop monitor service\n[ 1.258052] TCP: cubic registered\n[ 1.259007] Initializing XFRM netlink socket\n[ 1.260216] NET: Registered protocol family 10\n[ 1.261583] NET: Registered protocol family 17\n[ 1.262868] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.264773] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.266129] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.268428] Loading compiled-in X.509 certificates\n[ 1.269633] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.271973] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.274650] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.276965] registered taskstats version 1\n[ 1.279646] Key type trusted registered\n[ 1.281908] Key type encrypted registered\n[ 1.284114] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.285812] rtc_cmos 00:00: setting system clock to 2018-11-19 07:38:43 UTC (1542613123)\n[ 1.288501] Freeing unused kernel memory: 1680k freed\n[ 1.292832] 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.298596] systemd[1]: Detected virtualization kvm.\n[ 1.300304] systemd[1]: Detected architecture x86-64.\n[ 1.301998] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.305269] systemd[1]: No hostname configured.\n[ 1.306801] systemd[1]: Set hostname to .\n[ 1.308421] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.332187] systemd[1]: Created slice Root Slice.\n[ 1.333778] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.336492] systemd[1]: Listening on udev Kernel Socket.\n[ 1.338195] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.340961] systemd[1]: Listening on Journal Socket.\n[ 1.342618] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.345390] systemd[1]: Reached target Local File Systems.\n[ 1.347153] systemd[1]: Starting Local File Systems.\n[ 1.348837] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.351591] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.355348] systemd[1]: Reached target Paths.\n[ 1.356851] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.359719] systemd[1]: Created slice System Slice.\n[ 1.361343] systemd[1]: Starting System Slice.\n[ 1.363179] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.366790] systemd[1]: Reached target Slices.\n[ 1.368308] systemd[1]: Starting Slices.\n[ 1.370002] 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 Timers.\n[ 1.375668] systemd[1]: Reached target Timers.\n[ 1.377178] systemd[1]: Starting Timers.\n[ 1.378828] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.381981] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.385880] systemd[1]: Listening on udev Control Socket.\n[ 1.387625] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.390262] systemd[1]: Reached target Sockets.\n[ 1.391779] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.394190] systemd[1]: Reached target Swap.\n[ 1.395663] systemd[1]: Starting Swap.\n[[32m OK [0m] Started Journal Service.\n[ 1.398255] 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.450586] RPC: Registered named UNIX socket transport module.\n[ 1.452013] RPC: Registered udp transport module.\n[ 1.453191] RPC: Registered tcp transport module.\n[ 1.454363] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.527370] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.555669] FDC 0 is a S82078B\n[ 1.560642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.568626] scsi host0: ata_piix\n[ 1.569696] scsi host1: ata_piix\n[ 1.570686] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.572159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.611579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.617990] 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.684977] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.686696] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.688452] usb 1-1: Product: QEMU USB Tablet\n[ 1.689699] usb 1-1: Manufacturer: QEMU\n[ 1.690848] usb 1-1: SerialNumber: 42\n[ 1.701319] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.704070] 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.787202] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.789698] XFS (vda1): Mounting V4 Filesystem\n[ 1.893650] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[ 2.087378] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.110139] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.195582] SELinux: Disabled at runtime.\n[ 2.233365] type=1404 audit(1542613124.447:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.280957] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.282400] 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 system-getty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Switch Root.\n Starting Create list of required st... nodes for the current kernel...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Debug File System...\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[ 2.678030] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.723388] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started 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 Preprocess NFS configuration.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.812548] type=1305 audit(1542613125.026:3): audit_pid=428 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 Paths.\n[ 2.971641] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.975055] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m[ 2.985793] input: PC Speaker as /devices/platform/pcspkr/input/input5\n] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting NTP cli[ 3.008557] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nent/server...\n[ 3.010767] [TTM] Initializing pool allocator\n[ 3.012195] [TTM] Initializing DMA pool allocator\n Starting Initial cloud-init job (pre-networking)...\n[ 3.014560] [drm] fb mappable at 0xFC000000\n[ 3.015831] [drm] vram aper at 0xFC000000\n[ 3.015831] [drm] size 33554432\n[ 3.015832] [drm] fb depth is 24\n[ 3.015832] [drm] pitch is 3072\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.016580] ppdev: user-space parallel port driver\n[ 3.021438] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.043607] Console: switching to colour frame buffer device 128x48\n[ 3.056186] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n [ 3.061367] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\nStarting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\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 Authorization Manager.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.[ 3.154138] AES CTR mode by8 optimization enabled\n\n Starting Getty on tty1...\n[[32m OK [0m[ 3.157759] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.165931] alg: No test for crc32 (crc32-pclmul)\n[ 3.206666] intel_rapl: no valid rapl domains found in package 0\n[ 3.236456] intel_rapl: no valid rapl domains found in package 0\n[ 3.244415] intel_powerclamp: No package C-state available\n[ 3.252145] intel_powerclamp: No package C-state available[ 3.629919] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:38:46 +0000. Up 3.55 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\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[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\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] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Support"} 2018-11-19 07:38:49,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84/action used request id req-3ca15686-1030-4ccd-ab50-3cf5c1c90fed 2018-11-19 07:38:49,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 2.42552804947s 2018-11-19 07:38:49,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84/action used request id req-3ca15686-1030-4ccd-ab50-3cf5c1c90fed 2018-11-19 07:38:49,825 - 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 1912094949 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.300441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.302605] pid_max: default: 32768 minimum: 301 [ 0.303769] Security Framework initialized [ 0.304848] SELinux: Initializing. [ 0.306441] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.310012] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.311972] Mount-cache hash table entries: 4096 [ 0.313370] Initializing cgroup subsys memory [ 0.314496] Initializing cgroup subsys devices [ 0.315625] Initializing cgroup subsys freezer [ 0.316753] Initializing cgroup subsys net_cls [ 0.317873] Initializing cgroup subsys blkio [ 0.318966] Initializing cgroup subsys perf_event [ 0.320122] Initializing cgroup subsys hugetlb [ 0.321258] Initializing cgroup subsys pids [ 0.322340] Initializing cgroup subsys net_prio [ 0.323553] CPU: Physical Processor ID: 0 [ 0.325333] mce: CPU supports 10 MCE banks [ 0.326437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.327686] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328927] tlb_flushall_shift: 6 [ 0.330088] Freeing SMP alternatives: 28k freed [ 0.334001] ACPI: Core revision 20130517 [ 0.335471] ACPI: All ACPI Tables successfully acquired [ 0.336875] ftrace: allocating 25812 entries in 101 pages [ 0.359244] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.360755] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.362185] smpboot: Max logical packages: 2 [ 0.363459] Enabling x2apic [ 0.364340] Enabled x2apic [ 0.365401] Switched APIC routing to physical x2apic. [ 0.367557] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.369006] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.371579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.378251] KVM setup paravirtual spinlock [ 0.380510] smpboot: Booting Node 0, Processors #1 OK [ 0.382571] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.405114] Brought up 2 CPUs [ 0.405118] KVM setup async PF for cpu 1 [ 0.405121] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.408220] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.410317] devtmpfs: initialized [ 0.412601] EVM: security.selinux [ 0.413558] EVM: security.ima [ 0.414446] EVM: security.capability [ 0.416029] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.417517] pinctrl core: initialized pinctrl subsystem [ 0.418859] NET: Registered protocol family 16 [ 0.420169] ACPI: bus type PCI registered [ 0.421234] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.422720] PCI: Using configuration type 1 for base access [ 0.427344] ACPI: Added _OSI(Module Device) [ 0.428458] ACPI: Added _OSI(Processor Device) [ 0.429574] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.430721] ACPI: Added _OSI(Processor Aggregator Device) [ 0.433488] ACPI: Interpreter enabled [ 0.434509] ACPI: (supports S0 S5) [ 0.435467] ACPI: Using IOAPIC for interrupt routing [ 0.436664] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.440475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.443399] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.444839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.447545] acpiphp: Slot [3] registered [ 0.448596] acpiphp: Slot [4] registered [ 0.449648] acpiphp: Slot [5] registered [ 0.450698] acpiphp: Slot [6] registered [ 0.451743] acpiphp: Slot [7] registered [ 0.452788] acpiphp: Slot [8] registered [ 0.453832] acpiphp: Slot [9] registered [ 0.454875] acpiphp: Slot [10] registered [ 0.455930] acpiphp: Slot [11] registered [ 0.456986] acpiphp: Slot [12] registered [ 0.458047] acpiphp: Slot [13] registered [ 0.459109] acpiphp: Slot [14] registered [ 0.460172] acpiphp: Slot [15] registered [ 0.461234] acpiphp: Slot [16] registered [ 0.462297] acpiphp: Slot [17] registered [ 0.463358] acpiphp: Slot [18] registered [ 0.464414] acpiphp: Slot [19] registered [ 0.465476] acpiphp: Slot [20] registered [ 0.466539] acpiphp: Slot [21] registered [ 0.467598] acpiphp: Slot [22] registered [ 0.468656] acpiphp: Slot [23] registered [ 0.469710] acpiphp: Slot [24] registered [ 0.470772] acpiphp: Slot [25] registered [ 0.471839] acpiphp: Slot [26] registered [ 0.472901] acpiphp: Slot [27] registered [ 0.473960] acpiphp: Slot [28] registered [ 0.475017] acpiphp: Slot [29] registered [ 0.476075] acpiphp: Slot [30] registered [ 0.477134] acpiphp: Slot [31] registered [ 0.478187] PCI host bridge to bus 0000:00 [ 0.479243] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.480498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.481944] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.483392] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.485328] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.493112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.494636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.496047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.497543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.504782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.506706] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.558500] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.562060] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.563760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.565426] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.567063] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.568599] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.570137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.572192] vgaarb: loaded [ 0.573048] vgaarb: bridge control possible 0000:00:02.0 [ 0.574383] SCSI subsystem initialized [ 0.575426] ACPI: bus type USB registered [ 0.576493] usbcore: registered new interface driver usbfs [ 0.577775] usbcore: registered new interface driver hub [ 0.579043] usbcore: registered new device driver usb [ 0.580391] PCI: Using ACPI for IRQ routing [ 0.581710] NetLabel: Initializing [ 0.582679] NetLabel: domain hash size = 128 [ 0.583774] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584987] NetLabel: unlabeled traffic allowed by default [ 0.586357] Switched to clocksource kvm-clock [ 0.593440] pnp: PnP ACPI init [ 0.594374] ACPI: bus type PNP registered [ 0.595754] pnp: PnP ACPI: found 5 devices [ 0.596829] ACPI: bus type PNP unregistered [ 0.604517] NET: Registered protocol family 2 [ 0.605806] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.607804] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.609305] TCP: Hash tables configured (established 32768 bind 32768) [ 0.610751] TCP: reno registered [ 0.611690] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.613044] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.614494] NET: Registered protocol family 1 [ 0.615617] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.616940] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.618247] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.638015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.657987] Unpacking initramfs... [ 1.067275] Freeing initrd memory: 37508k freed [ 1.076349] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.077852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.086931] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.088402] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.090076] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.091475] Initialise system trusted keyring [ 1.092611] audit: initializing netlink socket (disabled) [ 1.093880] type=2000 audit(1542613123.744:1): initialized [ 1.110274] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.111685] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.114152] zpool: loaded [ 1.115011] zbud: loaded [ 1.115995] VFS: Disk quotas dquot_6.5.2 [ 1.117062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.118615] msgmni has been set to 7578 [ 1.119686] Key type big_key registered [ 1.121344] NET: Registered protocol family 38 [ 1.122469] Key type asymmetric registered [ 1.123529] Asymmetric key parser 'x509' registered [ 1.124726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.126706] io scheduler noop registered [ 1.127749] io scheduler deadline registered (default) [ 1.128974] io scheduler cfq registered [ 1.130077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.141039] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.142585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.144534] ACPI: Power Button [PWRF] [ 1.145648] GHES: HEST is not enabled! [ 1.146726] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.171022] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.172647] Non-volatile memory driver v1.3 [ 1.173729] Linux agpgart interface v0.103 [ 1.174907] crash memory driver: version 1.1 [ 1.176042] rdac: device handler registered [ 1.177178] hp_sw: device handler registered [ 1.178272] emc: device handler registered [ 1.179330] alua: device handler registered [ 1.180421] libphy: Fixed MDIO Bus: probed [ 1.181550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.182973] ehci-pci: EHCI PCI platform driver [ 1.184259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.186872] ohci-pci: OHCI PCI platform driver [ 1.188844] uhci_hcd: USB Universal Host Controller Interface driver [ 1.210429] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.211753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.213698] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.214932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.216292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.217744] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.219657] usb usb1: Product: UHCI Host Controller [ 1.220898] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.222396] usb usb1: SerialNumber: 0000:00:01.2 [ 1.223654] hub 1-0:1.0: USB hub found [ 1.224694] hub 1-0:1.0: 2 ports detected [ 1.225833] usbcore: registered new interface driver usbserial [ 1.227174] usbcore: registered new interface driver usbserial_generic [ 1.228600] usbserial: USB Serial support registered for generic [ 1.229963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.232552] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233744] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.235023] mousedev: PS/2 mouse device common for all mice [ 1.236552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.238818] rtc_cmos 00:00: RTC can wake from S4 [ 1.239477] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.241085] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.246611] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.248625] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.250703] cpuidle: using governor menu [ 1.252152] hidraw: raw HID events driver (C) Jiri Kosina [ 1.253985] usbcore: registered new interface driver usbhid [ 1.255518] usbhid: USB HID core driver [ 1.256605] drop_monitor: Initializing network drop monitor service [ 1.258052] TCP: cubic registered [ 1.259007] Initializing XFRM netlink socket [ 1.260216] NET: Registered protocol family 10 [ 1.261583] NET: Registered protocol family 17 [ 1.262868] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.264773] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.266129] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.268428] Loading compiled-in X.509 certificates [ 1.269633] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.271973] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.274650] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.276965] registered taskstats version 1 [ 1.279646] Key type trusted registered [ 1.281908] Key type encrypted registered [ 1.284114] IMA: No TPM chip found, activating TPM-bypass! [ 1.285812] rtc_cmos 00:00: setting system clock to 2018-11-19 07:38:43 UTC (1542613123) [ 1.288501] Freeing unused kernel memory: 1680k freed [ 1.292832] 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.298596] systemd[1]: Detected virtualization kvm. [ 1.300304] systemd[1]: Detected architecture x86-64. [ 1.301998] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.305269] systemd[1]: No hostname configured. [ 1.306801] systemd[1]: Set hostname to . [ 1.308421] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.332187] systemd[1]: Created slice Root Slice. [ 1.333778] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.336492] systemd[1]: Listening on udev Kernel Socket. [ 1.338195] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.340961] systemd[1]: Listening on Journal Socket. [ 1.342618] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.345390] systemd[1]: Reached target Local File Systems. [ 1.347153] systemd[1]: Starting Local File Systems. [ 1.348837] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.351591] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.355348] systemd[1]: Reached target Paths. [ 1.356851] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.359719] systemd[1]: Created slice System Slice. [ 1.361343] systemd[1]: Starting System Slice. [ 1.363179] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.366790] systemd[1]: Reached target Slices. [ 1.368308] systemd[1]: Starting Slices. [ 1.370002] 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 Timers. [ 1.375668] systemd[1]: Reached target Timers. [ 1.377178] systemd[1]: Starting Timers. [ 1.378828] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.381981] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.385880] systemd[1]: Listening on udev Control Socket. [ 1.387625] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.390262] systemd[1]: Reached target Sockets. [ 1.391779] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.394190] systemd[1]: Reached target Swap. [ 1.395663] systemd[1]: Starting Swap. [[32m OK [0m] Started Journal Service. [ 1.398255] 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.450586] RPC: Registered named UNIX socket transport module. [ 1.452013] RPC: Registered udp transport module. [ 1.453191] RPC: Registered tcp transport module. [ 1.454363] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.527370] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.555669] FDC 0 is a S82078B [ 1.560642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.568626] scsi host0: ata_piix [ 1.569696] scsi host1: ata_piix [ 1.570686] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.572159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.611579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.617990] 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.684977] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.686696] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.688452] usb 1-1: Product: QEMU USB Tablet [ 1.689699] usb 1-1: Manufacturer: QEMU [ 1.690848] usb 1-1: SerialNumber: 42 [ 1.701319] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.704070] 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.787202] SGI XFS with ACLs, security attributes, no debug enabled [ 1.789698] XFS (vda1): Mounting V4 Filesystem [ 1.893650] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [ 2.087378] tsc: Refined TSC clocksource calibration: 3491.911 MHz [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.110139] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.195582] SELinux: Disabled at runtime. [ 2.233365] type=1404 audit(1542613124.447:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.280957] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.282400] 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 system-getty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Switch Root. Starting Create list of required st... nodes for the current kernel... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. Starting Apply Kernel Variables... [[32m OK [0m] Created slice User and Session Slice. Mounting Debug File System... Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [ 2.678030] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.723388] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started 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 Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.812548] type=1305 audit(1542613125.026:3): audit_pid=428 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 Paths. [ 2.971641] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.975055] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m[ 2.985793] input: PC Speaker as /devices/platform/pcspkr/input/input5 ] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting NTP cli[ 3.008557] [TTM] Zone kernel: Available graphics memory: 1940960 kiB ent/server... [ 3.010767] [TTM] Initializing pool allocator [ 3.012195] [TTM] Initializing DMA pool allocator Starting Initial cloud-init job (pre-networking)... [ 3.014560] [drm] fb mappable at 0xFC000000 [ 3.015831] [drm] vram aper at 0xFC000000 [ 3.015831] [drm] size 33554432 [ 3.015832] [drm] fb depth is 24 [ 3.015832] [drm] pitch is 3072 Starting Dump dmesg to /var/log/dmesg... [ 3.016580] ppdev: user-space parallel port driver [ 3.021438] fbcon: cirrusdrmfb (fb0) is primary device [ 3.043607] Console: switching to colour frame buffer device 128x48 [ 3.056186] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... Starting Login Service... [ 3.061367] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[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 Authorization Manager. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1.[ 3.154138] AES CTR mode by8 optimization enabled Starting Getty on tty1... [[32m OK [0m[ 3.157759] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) ] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.165931] alg: No test for crc32 (crc32-pclmul) [ 3.206666] intel_rapl: no valid rapl domains found in package 0 [ 3.236456] intel_rapl: no valid rapl domains found in package 0 [ 3.244415] intel_powerclamp: No package C-state available [ 3.252145] intel_powerclamp: No package C-state available[ 3.629919] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:38:46 +0000. Up 3.55 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[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] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Support 2018-11-19 07:38:49,830 - paramiko.transport - DEBUG - starting thread (client mode): 0x9de26090L 2018-11-19 07:38:49,831 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 07:38:49,860 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-11-19 07:38:49,861 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-11-19 07:38:49,895 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 07:38:49,895 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 07:38:49,895 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 07:38:49,895 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 07:38:49,896 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 07:38:49,896 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 07:38:49,901 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 07:38:49,902 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 07:38:49,931 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.210: 4c1f7c71f5a98b8370f02ab218eae423 2018-11-19 07:38:49,932 - paramiko.transport - DEBUG - Trying key 96a6a0642fdaa87a74869944b77461b6 from /tmp/tmpcOV54T 2018-11-19 07:38:49,941 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 07:38:49,963 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-11-19 07:38:49,966 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-11-19 07:38:49,967 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 07:38:49,976 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-11-19 07:38:49,982 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.210: Authentication failed. 2018-11-19 07:38:58,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-11-19 07:38:58,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84/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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-11-19 07:39:00,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:38:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cebc39ea-a831-4184-8ba1-4edb429a7c13 x-compute-request-id: req-cebc39ea-a831-4184-8ba1-4edb429a7c13 Content-Encoding: gzip Content-Length: 12755 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 1912094949 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.300441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.302605] pid_max: default: 32768 minimum: 301\n[ 0.303769] Security Framework initialized\n[ 0.304848] SELinux: Initializing.\n[ 0.306441] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.310012] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.311972] Mount-cache hash table entries: 4096\n[ 0.313370] Initializing cgroup subsys memory\n[ 0.314496] Initializing cgroup subsys devices\n[ 0.315625] Initializing cgroup subsys freezer\n[ 0.316753] Initializing cgroup subsys net_cls\n[ 0.317873] Initializing cgroup subsys blkio\n[ 0.318966] Initializing cgroup subsys perf_event\n[ 0.320122] Initializing cgroup subsys hugetlb\n[ 0.321258] Initializing cgroup subsys pids\n[ 0.322340] Initializing cgroup subsys net_prio\n[ 0.323553] CPU: Physical Processor ID: 0\n[ 0.325333] mce: CPU supports 10 MCE banks\n[ 0.326437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.327686] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.328927] tlb_flushall_shift: 6\n[ 0.330088] Freeing SMP alternatives: 28k freed\n[ 0.334001] ACPI: Core revision 20130517\n[ 0.335471] ACPI: All ACPI Tables successfully acquired\n[ 0.336875] ftrace: allocating 25812 entries in 101 pages\n[ 0.359244] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.360755] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.362185] smpboot: Max logical packages: 2\n[ 0.363459] Enabling x2apic\n[ 0.364340] Enabled x2apic\n[ 0.365401] Switched APIC routing to physical x2apic.\n[ 0.367557] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.369006] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.371579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.378251] KVM setup paravirtual spinlock\n[ 0.380510] smpboot: Booting Node 0, Processors #1 OK\n[ 0.382571] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.405114] Brought up 2 CPUs\n[ 0.405118] KVM setup async PF for cpu 1\n[ 0.405121] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.408220] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.410317] devtmpfs: initialized\n[ 0.412601] EVM: security.selinux\n[ 0.413558] EVM: security.ima\n[ 0.414446] EVM: security.capability\n[ 0.416029] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.417517] pinctrl core: initialized pinctrl subsystem\n[ 0.418859] NET: Registered protocol family 16\n[ 0.420169] ACPI: bus type PCI registered\n[ 0.421234] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.422720] PCI: Using configuration type 1 for base access\n[ 0.427344] ACPI: Added _OSI(Module Device)\n[ 0.428458] ACPI: Added _OSI(Processor Device)\n[ 0.429574] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.430721] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.433488] ACPI: Interpreter enabled\n[ 0.434509] ACPI: (supports S0 S5)\n[ 0.435467] ACPI: Using IOAPIC for interrupt routing\n[ 0.436664] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.440475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.443399] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.444839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.447545] acpiphp: Slot [3] registered\n[ 0.448596] acpiphp: Slot [4] registered\n[ 0.449648] acpiphp: Slot [5] registered\n[ 0.450698] acpiphp: Slot [6] registered\n[ 0.451743] acpiphp: Slot [7] registered\n[ 0.452788] acpiphp: Slot [8] registered\n[ 0.453832] acpiphp: Slot [9] registered\n[ 0.454875] acpiphp: Slot [10] registered\n[ 0.455930] acpiphp: Slot [11] registered\n[ 0.456986] acpiphp: Slot [12] registered\n[ 0.458047] acpiphp: Slot [13] registered\n[ 0.459109] acpiphp: Slot [14] registered\n[ 0.460172] acpiphp: Slot [15] registered\n[ 0.461234] acpiphp: Slot [16] registered\n[ 0.462297] acpiphp: Slot [17] registered\n[ 0.463358] acpiphp: Slot [18] registered\n[ 0.464414] acpiphp: Slot [19] registered\n[ 0.465476] acpiphp: Slot [20] registered\n[ 0.466539] acpiphp: Slot [21] registered\n[ 0.467598] acpiphp: Slot [22] registered\n[ 0.468656] acpiphp: Slot [23] registered\n[ 0.469710] acpiphp: Slot [24] registered\n[ 0.470772] acpiphp: Slot [25] registered\n[ 0.471839] acpiphp: Slot [26] registered\n[ 0.472901] acpiphp: Slot [27] registered\n[ 0.473960] acpiphp: Slot [28] registered\n[ 0.475017] acpiphp: Slot [29] registered\n[ 0.476075] acpiphp: Slot [30] registered\n[ 0.477134] acpiphp: Slot [31] registered\n[ 0.478187] PCI host bridge to bus 0000:00\n[ 0.479243] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.480498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.481944] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.483392] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.485328] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.493112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.494636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.496047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.497543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.504782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.506706] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.558500] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.562060] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.563760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.565426] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.567063] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.568599] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.570137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.572192] vgaarb: loaded\n[ 0.573048] vgaarb: bridge control possible 0000:00:02.0\n[ 0.574383] SCSI subsystem initialized\n[ 0.575426] ACPI: bus type USB registered\n[ 0.576493] usbcore: registered new interface driver usbfs\n[ 0.577775] usbcore: registered new interface driver hub\n[ 0.579043] usbcore: registered new device driver usb\n[ 0.580391] PCI: Using ACPI for IRQ routing\n[ 0.581710] NetLabel: Initializing\n[ 0.582679] NetLabel: domain hash size = 128\n[ 0.583774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584987] NetLabel: unlabeled traffic allowed by default\n[ 0.586357] Switched to clocksource kvm-clock\n[ 0.593440] pnp: PnP ACPI init\n[ 0.594374] ACPI: bus type PNP registered\n[ 0.595754] pnp: PnP ACPI: found 5 devices\n[ 0.596829] ACPI: bus type PNP unregistered\n[ 0.604517] NET: Registered protocol family 2\n[ 0.605806] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.607804] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.609305] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.610751] TCP: reno registered\n[ 0.611690] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.613044] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.614494] NET: Registered protocol family 1\n[ 0.615617] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.616940] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.618247] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.638015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.657987] Unpacking initramfs...\n[ 1.067275] Freeing initrd memory: 37508k freed\n[ 1.076349] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.077852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.086931] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.088402] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.090076] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.091475] Initialise system trusted keyring\n[ 1.092611] audit: initializing netlink socket (disabled)\n[ 1.093880] type=2000 audit(1542613123.744:1): initialized\n[ 1.110274] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.111685] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.114152] zpool: loaded\n[ 1.115011] zbud: loaded\n[ 1.115995] VFS: Disk quotas dquot_6.5.2\n[ 1.117062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.118615] msgmni has been set to 7578\n[ 1.119686] Key type big_key registered\n[ 1.121344] NET: Registered protocol family 38\n[ 1.122469] Key type asymmetric registered\n[ 1.123529] Asymmetric key parser 'x509' registered\n[ 1.124726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.126706] io scheduler noop registered\n[ 1.127749] io scheduler deadline registered (default)\n[ 1.128974] io scheduler cfq registered\n[ 1.130077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.141039] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.142585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.144534] ACPI: Power Button [PWRF]\n[ 1.145648] GHES: HEST is not enabled!\n[ 1.146726] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.171022] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.172647] Non-volatile memory driver v1.3\n[ 1.173729] Linux agpgart interface v0.103\n[ 1.174907] crash memory driver: version 1.1\n[ 1.176042] rdac: device handler registered\n[ 1.177178] hp_sw: device handler registered\n[ 1.178272] emc: device handler registered\n[ 1.179330] alua: device handler registered\n[ 1.180421] libphy: Fixed MDIO Bus: probed\n[ 1.181550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.182973] ehci-pci: EHCI PCI platform driver\n[ 1.184259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.186872] ohci-pci: OHCI PCI platform driver\n[ 1.188844] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.210429] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.211753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.213698] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.214932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.216292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.217744] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.219657] usb usb1: Product: UHCI Host Controller\n[ 1.220898] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.222396] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.223654] hub 1-0:1.0: USB hub found\n[ 1.224694] hub 1-0:1.0: 2 ports detected\n[ 1.225833] usbcore: registered new interface driver usbserial\n[ 1.227174] usbcore: registered new interface driver usbserial_generic\n[ 1.228600] usbserial: USB Serial support registered for generic\n[ 1.229963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.232552] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.233744] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.235023] mousedev: PS/2 mouse device common for all mice\n[ 1.236552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.238818] rtc_cmos 00:00: RTC can wake from S4\n[ 1.239477] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.241085] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.246611] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.248625] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.250703] cpuidle: using governor menu\n[ 1.252152] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.253985] usbcore: registered new interface driver usbhid\n[ 1.255518] usbhid: USB HID core driver\n[ 1.256605] drop_monitor: Initializing network drop monitor service\n[ 1.258052] TCP: cubic registered\n[ 1.259007] Initializing XFRM netlink socket\n[ 1.260216] NET: Registered protocol family 10\n[ 1.261583] NET: Registered protocol family 17\n[ 1.262868] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.264773] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.266129] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.268428] Loading compiled-in X.509 certificates\n[ 1.269633] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.271973] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.274650] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.276965] registered taskstats version 1\n[ 1.279646] Key type trusted registered\n[ 1.281908] Key type encrypted registered\n[ 1.284114] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.285812] rtc_cmos 00:00: setting system clock to 2018-11-19 07:38:43 UTC (1542613123)\n[ 1.288501] Freeing unused kernel memory: 1680k freed\n[ 1.292832] 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.298596] systemd[1]: Detected virtualization kvm.\n[ 1.300304] systemd[1]: Detected architecture x86-64.\n[ 1.301998] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.305269] systemd[1]: No hostname configured.\n[ 1.306801] systemd[1]: Set hostname to .\n[ 1.308421] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.332187] systemd[1]: Created slice Root Slice.\n[ 1.333778] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.336492] systemd[1]: Listening on udev Kernel Socket.\n[ 1.338195] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.340961] systemd[1]: Listening on Journal Socket.\n[ 1.342618] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.345390] systemd[1]: Reached target Local File Systems.\n[ 1.347153] systemd[1]: Starting Local File Systems.\n[ 1.348837] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.351591] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.355348] systemd[1]: Reached target Paths.\n[ 1.356851] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.359719] systemd[1]: Created slice System Slice.\n[ 1.361343] systemd[1]: Starting System Slice.\n[ 1.363179] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.366790] systemd[1]: Reached target Slices.\n[ 1.368308] systemd[1]: Starting Slices.\n[ 1.370002] 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 Timers.\n[ 1.375668] systemd[1]: Reached target Timers.\n[ 1.377178] systemd[1]: Starting Timers.\n[ 1.378828] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.381981] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.385880] systemd[1]: Listening on udev Control Socket.\n[ 1.387625] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.390262] systemd[1]: Reached target Sockets.\n[ 1.391779] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.394190] systemd[1]: Reached target Swap.\n[ 1.395663] systemd[1]: Starting Swap.\n[[32m OK [0m] Started Journal Service.\n[ 1.398255] 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.450586] RPC: Registered named UNIX socket transport module.\n[ 1.452013] RPC: Registered udp transport module.\n[ 1.453191] RPC: Registered tcp transport module.\n[ 1.454363] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.527370] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.555669] FDC 0 is a S82078B\n[ 1.560642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.568626] scsi host0: ata_piix\n[ 1.569696] scsi host1: ata_piix\n[ 1.570686] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.572159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.611579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.617990] 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.684977] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.686696] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.688452] usb 1-1: Product: QEMU USB Tablet\n[ 1.689699] usb 1-1: Manufacturer: QEMU\n[ 1.690848] usb 1-1: SerialNumber: 42\n[ 1.701319] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.704070] 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.787202] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.789698] XFS (vda1): Mounting V4 Filesystem\n[ 1.893650] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n[[32m OK [0m] Stopped target Swap.\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[ 2.087378] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.110139] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.195582] SELinux: Disabled at runtime.\n[ 2.233365] type=1404 audit(1542613124.447:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.280957] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.282400] 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 system-getty.slice.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Switch Root.\n Starting Create list of required st... nodes for the current kernel...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Mounting Huge Pages File System...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Debug File System...\n Mounting POSIX Message Queue File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[ 2.678030] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Reached target Local File Systems.\n Starting Mark the need to relabel after reboot...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.723388] systemd-journald[382]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started 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 Preprocess NFS configuration.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[ 2.812548] type=1305 audit(1542613125.026:3): audit_pid=428 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 Paths.\n[ 2.971641] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 2.975055] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m[ 2.985793] input: PC Speaker as /devices/platform/pcspkr/input/input5\n] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting NTP cli[ 3.008557] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\nent/server...\n[ 3.010767] [TTM] Initializing pool allocator\n[ 3.012195] [TTM] Initializing DMA pool allocator\n Starting Initial cloud-init job (pre-networking)...\n[ 3.014560] [drm] fb mappable at 0xFC000000\n[ 3.015831] [drm] vram aper at 0xFC000000\n[ 3.015831] [drm] size 33554432\n[ 3.015832] [drm] fb depth is 24\n[ 3.015832] [drm] pitch is 3072\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.016580] ppdev: user-space parallel port driver\n[ 3.021438] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.043607] Console: switching to colour frame buffer device 128x48\n[ 3.056186] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n Starting Login Service...\n [ 3.061367] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\nStarting GSSAPI Proxy Daemon...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\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 Authorization Manager.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Reached target NFS client services.\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.[ 3.154138] AES CTR mode by8 optimization enabled\n\n Starting Getty on tty1...\n[[32m OK [0m[ 3.157759] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.165931] alg: No test for crc32 (crc32-pclmul)\n[ 3.206666] intel_rapl: no valid rapl domains found in package 0\n[ 3.236456] intel_rapl: no valid rapl domains found in package 0\n[ 3.244415] intel_powerclamp: No package C-state available\n[ 3.252145] intel_powerclamp: No package C-state available[ 3.629919] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:38:46 +0000. Up 3.55 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting System Logging Service...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\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[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting RabbitMQ Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\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] 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.519268] cloud-init[789]: Cloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 07:38:48 +0000. Up 5.49 seconds.\n[ 5.553055] cloud-init[789]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.554933] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.556809] cloud-init[789]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.558632] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.560410] cloud-init[789]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.562172] cloud-init[789]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:55:18:a3 |\n[ 5.563940] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.565743] cloud-init[789]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.567692] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.569598] cloud-init[789]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.571482] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.573115] cloud-init[789]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.574693] cloud-init[789]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH |\n[ 5.576373] cloud-init[789]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.577891] cloud-init[789]: 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.748567] cloud-init[2820]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 19 Nov 2018 07:38:52 +0000. Up 9.70 seconds.\n[ 10.155563] cloud-init[3253]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 19 Nov 2018 07:38:52 +0000. Up 10.10 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 | 96:a6:a0:64:2f:da:a8:7a:74:86:99:44:b7:74:61:b6 | - | 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.231168] cloud-init[3253]: Cloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 07:38:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.22 seconds\n"} 2018-11-19 07:39:00,116 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84/action used request id req-cebc39ea-a831-4184-8ba1-4edb429a7c13 2018-11-19 07:39:00,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.12469387054s 2018-11-19 07:39:00,118 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84/action used request id req-cebc39ea-a831-4184-8ba1-4edb429a7c13 2018-11-19 07:39:00,118 - 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 1912094949 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.300441] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.302605] pid_max: default: 32768 minimum: 301 [ 0.303769] Security Framework initialized [ 0.304848] SELinux: Initializing. [ 0.306441] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.310012] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.311972] Mount-cache hash table entries: 4096 [ 0.313370] Initializing cgroup subsys memory [ 0.314496] Initializing cgroup subsys devices [ 0.315625] Initializing cgroup subsys freezer [ 0.316753] Initializing cgroup subsys net_cls [ 0.317873] Initializing cgroup subsys blkio [ 0.318966] Initializing cgroup subsys perf_event [ 0.320122] Initializing cgroup subsys hugetlb [ 0.321258] Initializing cgroup subsys pids [ 0.322340] Initializing cgroup subsys net_prio [ 0.323553] CPU: Physical Processor ID: 0 [ 0.325333] mce: CPU supports 10 MCE banks [ 0.326437] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.327686] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.328927] tlb_flushall_shift: 6 [ 0.330088] Freeing SMP alternatives: 28k freed [ 0.334001] ACPI: Core revision 20130517 [ 0.335471] ACPI: All ACPI Tables successfully acquired [ 0.336875] ftrace: allocating 25812 entries in 101 pages [ 0.359244] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.360755] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.362185] smpboot: Max logical packages: 2 [ 0.363459] Enabling x2apic [ 0.364340] Enabled x2apic [ 0.365401] Switched APIC routing to physical x2apic. [ 0.367557] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.369006] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.371579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.378251] KVM setup paravirtual spinlock [ 0.380510] smpboot: Booting Node 0, Processors #1 OK [ 0.382571] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.405114] Brought up 2 CPUs [ 0.405118] KVM setup async PF for cpu 1 [ 0.405121] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.408220] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.410317] devtmpfs: initialized [ 0.412601] EVM: security.selinux [ 0.413558] EVM: security.ima [ 0.414446] EVM: security.capability [ 0.416029] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.417517] pinctrl core: initialized pinctrl subsystem [ 0.418859] NET: Registered protocol family 16 [ 0.420169] ACPI: bus type PCI registered [ 0.421234] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.422720] PCI: Using configuration type 1 for base access [ 0.427344] ACPI: Added _OSI(Module Device) [ 0.428458] ACPI: Added _OSI(Processor Device) [ 0.429574] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.430721] ACPI: Added _OSI(Processor Aggregator Device) [ 0.433488] ACPI: Interpreter enabled [ 0.434509] ACPI: (supports S0 S5) [ 0.435467] ACPI: Using IOAPIC for interrupt routing [ 0.436664] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.440475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.441855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.443399] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.444839] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.447545] acpiphp: Slot [3] registered [ 0.448596] acpiphp: Slot [4] registered [ 0.449648] acpiphp: Slot [5] registered [ 0.450698] acpiphp: Slot [6] registered [ 0.451743] acpiphp: Slot [7] registered [ 0.452788] acpiphp: Slot [8] registered [ 0.453832] acpiphp: Slot [9] registered [ 0.454875] acpiphp: Slot [10] registered [ 0.455930] acpiphp: Slot [11] registered [ 0.456986] acpiphp: Slot [12] registered [ 0.458047] acpiphp: Slot [13] registered [ 0.459109] acpiphp: Slot [14] registered [ 0.460172] acpiphp: Slot [15] registered [ 0.461234] acpiphp: Slot [16] registered [ 0.462297] acpiphp: Slot [17] registered [ 0.463358] acpiphp: Slot [18] registered [ 0.464414] acpiphp: Slot [19] registered [ 0.465476] acpiphp: Slot [20] registered [ 0.466539] acpiphp: Slot [21] registered [ 0.467598] acpiphp: Slot [22] registered [ 0.468656] acpiphp: Slot [23] registered [ 0.469710] acpiphp: Slot [24] registered [ 0.470772] acpiphp: Slot [25] registered [ 0.471839] acpiphp: Slot [26] registered [ 0.472901] acpiphp: Slot [27] registered [ 0.473960] acpiphp: Slot [28] registered [ 0.475017] acpiphp: Slot [29] registered [ 0.476075] acpiphp: Slot [30] registered [ 0.477134] acpiphp: Slot [31] registered [ 0.478187] PCI host bridge to bus 0000:00 [ 0.479243] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.480498] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.481944] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.483392] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.485328] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.493112] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.494636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.496047] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.497543] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.504782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.506706] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.558500] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.562060] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.563760] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.565426] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.567063] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.568599] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.570137] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.572192] vgaarb: loaded [ 0.573048] vgaarb: bridge control possible 0000:00:02.0 [ 0.574383] SCSI subsystem initialized [ 0.575426] ACPI: bus type USB registered [ 0.576493] usbcore: registered new interface driver usbfs [ 0.577775] usbcore: registered new interface driver hub [ 0.579043] usbcore: registered new device driver usb [ 0.580391] PCI: Using ACPI for IRQ routing [ 0.581710] NetLabel: Initializing [ 0.582679] NetLabel: domain hash size = 128 [ 0.583774] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584987] NetLabel: unlabeled traffic allowed by default [ 0.586357] Switched to clocksource kvm-clock [ 0.593440] pnp: PnP ACPI init [ 0.594374] ACPI: bus type PNP registered [ 0.595754] pnp: PnP ACPI: found 5 devices [ 0.596829] ACPI: bus type PNP unregistered [ 0.604517] NET: Registered protocol family 2 [ 0.605806] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.607804] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.609305] TCP: Hash tables configured (established 32768 bind 32768) [ 0.610751] TCP: reno registered [ 0.611690] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.613044] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.614494] NET: Registered protocol family 1 [ 0.615617] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.616940] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.618247] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.638015] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.657987] Unpacking initramfs... [ 1.067275] Freeing initrd memory: 37508k freed [ 1.076349] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.077852] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.086931] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.088402] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.090076] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.091475] Initialise system trusted keyring [ 1.092611] audit: initializing netlink socket (disabled) [ 1.093880] type=2000 audit(1542613123.744:1): initialized [ 1.110274] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.111685] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.114152] zpool: loaded [ 1.115011] zbud: loaded [ 1.115995] VFS: Disk quotas dquot_6.5.2 [ 1.117062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.118615] msgmni has been set to 7578 [ 1.119686] Key type big_key registered [ 1.121344] NET: Registered protocol family 38 [ 1.122469] Key type asymmetric registered [ 1.123529] Asymmetric key parser 'x509' registered [ 1.124726] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.126706] io scheduler noop registered [ 1.127749] io scheduler deadline registered (default) [ 1.128974] io scheduler cfq registered [ 1.130077] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.141039] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.142585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.144534] ACPI: Power Button [PWRF] [ 1.145648] GHES: HEST is not enabled! [ 1.146726] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.171022] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.172647] Non-volatile memory driver v1.3 [ 1.173729] Linux agpgart interface v0.103 [ 1.174907] crash memory driver: version 1.1 [ 1.176042] rdac: device handler registered [ 1.177178] hp_sw: device handler registered [ 1.178272] emc: device handler registered [ 1.179330] alua: device handler registered [ 1.180421] libphy: Fixed MDIO Bus: probed [ 1.181550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.182973] ehci-pci: EHCI PCI platform driver [ 1.184259] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.186872] ohci-pci: OHCI PCI platform driver [ 1.188844] uhci_hcd: USB Universal Host Controller Interface driver [ 1.210429] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.211753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.213698] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.214932] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.216292] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.217744] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.219657] usb usb1: Product: UHCI Host Controller [ 1.220898] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.222396] usb usb1: SerialNumber: 0000:00:01.2 [ 1.223654] hub 1-0:1.0: USB hub found [ 1.224694] hub 1-0:1.0: 2 ports detected [ 1.225833] usbcore: registered new interface driver usbserial [ 1.227174] usbcore: registered new interface driver usbserial_generic [ 1.228600] usbserial: USB Serial support registered for generic [ 1.229963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.232552] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.233744] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.235023] mousedev: PS/2 mouse device common for all mice [ 1.236552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.238818] rtc_cmos 00:00: RTC can wake from S4 [ 1.239477] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.241085] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.246611] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.248625] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.250703] cpuidle: using governor menu [ 1.252152] hidraw: raw HID events driver (C) Jiri Kosina [ 1.253985] usbcore: registered new interface driver usbhid [ 1.255518] usbhid: USB HID core driver [ 1.256605] drop_monitor: Initializing network drop monitor service [ 1.258052] TCP: cubic registered [ 1.259007] Initializing XFRM netlink socket [ 1.260216] NET: Registered protocol family 10 [ 1.261583] NET: Registered protocol family 17 [ 1.262868] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.264773] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.266129] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.268428] Loading compiled-in X.509 certificates [ 1.269633] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.271973] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.274650] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.276965] registered taskstats version 1 [ 1.279646] Key type trusted registered [ 1.281908] Key type encrypted registered [ 1.284114] IMA: No TPM chip found, activating TPM-bypass! [ 1.285812] rtc_cmos 00:00: setting system clock to 2018-11-19 07:38:43 UTC (1542613123) [ 1.288501] Freeing unused kernel memory: 1680k freed [ 1.292832] 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.298596] systemd[1]: Detected virtualization kvm. [ 1.300304] systemd[1]: Detected architecture x86-64. [ 1.301998] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.305269] systemd[1]: No hostname configured. [ 1.306801] systemd[1]: Set hostname to . [ 1.308421] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.332187] systemd[1]: Created slice Root Slice. [ 1.333778] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.336492] systemd[1]: Listening on udev Kernel Socket. [ 1.338195] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.340961] systemd[1]: Listening on Journal Socket. [ 1.342618] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.345390] systemd[1]: Reached target Local File Systems. [ 1.347153] systemd[1]: Starting Local File Systems. [ 1.348837] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.351591] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.355348] systemd[1]: Reached target Paths. [ 1.356851] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.359719] systemd[1]: Created slice System Slice. [ 1.361343] systemd[1]: Starting System Slice. [ 1.363179] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.366790] systemd[1]: Reached target Slices. [ 1.368308] systemd[1]: Starting Slices. [ 1.370002] 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 Timers. [ 1.375668] systemd[1]: Reached target Timers. [ 1.377178] systemd[1]: Starting Timers. [ 1.378828] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.381981] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.385880] systemd[1]: Listening on udev Control Socket. [ 1.387625] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.390262] systemd[1]: Reached target Sockets. [ 1.391779] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.394190] systemd[1]: Reached target Swap. [ 1.395663] systemd[1]: Starting Swap. [[32m OK [0m] Started Journal Service. [ 1.398255] 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.450586] RPC: Registered named UNIX socket transport module. [ 1.452013] RPC: Registered udp transport module. [ 1.453191] RPC: Registered tcp transport module. [ 1.454363] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.527370] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.555669] FDC 0 is a S82078B [ 1.560642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.568626] scsi host0: ata_piix [ 1.569696] scsi host1: ata_piix [ 1.570686] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.572159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.611579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.617990] 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.684977] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.686696] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.688452] usb 1-1: Product: QEMU USB Tablet [ 1.689699] usb 1-1: Manufacturer: QEMU [ 1.690848] usb 1-1: SerialNumber: 42 [ 1.701319] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.704070] 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.787202] SGI XFS with ACLs, security attributes, no debug enabled [ 1.789698] XFS (vda1): Mounting V4 Filesystem [ 1.893650] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped target Swap. Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [ 2.087378] tsc: Refined TSC clocksource calibration: 3491.911 MHz [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.110139] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.195582] SELinux: Disabled at runtime. [ 2.233365] type=1404 audit(1542613124.447:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.280957] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.282400] 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 system-getty.slice. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Switch Root. Starting Create list of required st... nodes for the current kernel... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Stopped target Initrd Root File System. Mounting Huge Pages File System... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Listening on udev Control Socket. Starting Apply Kernel Variables... [[32m OK [0m] Created slice User and Session Slice. Mounting Debug File System... Mounting POSIX Message Queue File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Started Apply Kernel Variables. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [ 2.678030] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Import network configuration from initramfs... [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.723388] systemd-journald[382]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started 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 Preprocess NFS configuration. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ 2.812548] type=1305 audit(1542613125.026:3): audit_pid=428 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 Paths. [ 2.971641] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 2.975055] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m[ 2.985793] input: PC Speaker as /devices/platform/pcspkr/input/input5 ] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting NTP cli[ 3.008557] [TTM] Zone kernel: Available graphics memory: 1940960 kiB ent/server... [ 3.010767] [TTM] Initializing pool allocator [ 3.012195] [TTM] Initializing DMA pool allocator Starting Initial cloud-init job (pre-networking)... [ 3.014560] [drm] fb mappable at 0xFC000000 [ 3.015831] [drm] vram aper at 0xFC000000 [ 3.015831] [drm] size 33554432 [ 3.015832] [drm] fb depth is 24 [ 3.015832] [drm] pitch is 3072 Starting Dump dmesg to /var/log/dmesg... [ 3.016580] ppdev: user-space parallel port driver [ 3.021438] fbcon: cirrusdrmfb (fb0) is primary device [ 3.043607] Console: switching to colour frame buffer device 128x48 [ 3.056186] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... Starting Login Service... [ 3.061367] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting GSSAPI Proxy Daemon... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[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 Authorization Manager. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. Starting Permit User Sessions... [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1.[ 3.154138] AES CTR mode by8 optimization enabled Starting Getty on tty1... [[32m OK [0m[ 3.157759] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) ] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.165931] alg: No test for crc32 (crc32-pclmul) [ 3.206666] intel_rapl: no valid rapl domains found in package 0 [ 3.236456] intel_rapl: no valid rapl domains found in package 0 [ 3.244415] intel_powerclamp: No package C-state available [ 3.252145] intel_powerclamp: No package C-state available[ 3.629919] cloud-init[482]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 19 Nov 2018 07:38:46 +0000. Up 3.55 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting System Logging Service... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Starts Logstash as a daemon.... Starting RabbitMQ Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[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] 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.519268] cloud-init[789]: Cloud-init v. 0.7.5 running 'init' at Mon, 19 Nov 2018 07:38:48 +0000. Up 5.49 seconds. [ 5.553055] cloud-init[789]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.554933] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.556809] cloud-init[789]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.558632] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.560410] cloud-init[789]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.562172] cloud-init[789]: ci-info: | eth0: | True | 192.168.120.9 | 255.255.255.0 | fa:16:3e:55:18:a3 | [ 5.563940] cloud-init[789]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.565743] cloud-init[789]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.567692] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.569598] cloud-init[789]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.571482] cloud-init[789]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.573115] cloud-init[789]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.574693] cloud-init[789]: ci-info: | 1 | 169.254.169.254 | 192.168.120.3 | 255.255.255.255 | eth0 | UGH | [ 5.576373] cloud-init[789]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.577891] cloud-init[789]: 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.748567] cloud-init[2820]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 19 Nov 2018 07:38:52 +0000. Up 9.70 seconds. [ 10.155563] cloud-init[3253]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 19 Nov 2018 07:38:52 +0000. Up 10.10 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 | 96:a6:a0:64:2f:da:a8:7a:74:86:99:44:b7:74:61:b6 | - | 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.231168] cloud-init[3253]: Cloud-init v. 0.7.5 finished at Mon, 19 Nov 2018 07:38:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.22 seconds 2018-11-19 07:39:00,122 - paramiko.transport - DEBUG - starting thread (client mode): 0x9de26fd0L 2018-11-19 07:39:00,122 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 07:39:00,127 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-11-19 07:39:00,128 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-11-19 07:39:00,134 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'chacha20-poly1305@openssh.com', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-ripemd160-etm@openssh.com', u'hmac-sha1-96-etm@openssh.com', u'hmac-md5-96-etm@openssh.com', u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 07:39:00,134 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-11-19 07:39:00,134 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-11-19 07:39:00,134 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 07:39:00,135 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-11-19 07:39:00,135 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 07:39:00,143 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-11-19 07:39:00,144 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 07:39:00,154 - paramiko.transport - DEBUG - Trying key 96a6a0642fdaa87a74869944b77461b6 from /tmp/tmpcOV54T 2018-11-19 07:39:00,183 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 07:39:00,201 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-11-19 07:39:00,219 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-11-19 07:39:00,219 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-11-19 07:39:00,219 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-11-19 07:39:00,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-11-19 07:39:00,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:39:00,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:39:00,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:39:00,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4716, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4727, "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": 1681, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4706, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 851, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 800, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4370, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4694, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:38:58 GMT 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-19 07:39:00,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:39:00,394 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4716, 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': 4727, 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': 1681, 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': 4706, 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': 851, 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': 800, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 803, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4370, 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': 4694, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-11-19 07:39:00,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/status 2018-11-19 07:39:00,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:39:00,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:39:00,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:39:00,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:39:00,571 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4716, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4727, "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": 1681, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4706, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 851, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 800, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 803, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4370, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4694, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:38:58 GMT 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-11-19 07:39:00,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:39:00,573 - functest.core.cloudify - INFO - The current manager status is running 2018-11-19 07:39:00,573 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-11-19 07:39:00,713 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:39:00,713 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:39:00,713 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:39:00,713 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:39:00,713 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:38:58.867Z", "updated_at": "2018-11-19T07:38:58.867Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:38:58 GMT 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-19 07:39:00,714 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:39:00,715 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/secrets 2018-11-19 07:39:00,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:39:00,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:38:58.867Z", "updated_at": "2018-11-19T07:38:58.867Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:39:00,776 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:38:58 GMT 2018-11-19 07:39:00,777 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:39:00,777 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-11-19 07:39:00,777 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:39:00,777 - functest.core.cloudify - DEBUG - List secrets: 2018-11-19 07:39:00,778 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/secrets/foo 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:39:00,854 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-19 07:39:00,855 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-11-19T07:38:58.867Z", "updated_at": "2018-11-19T07:38:58.867Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-11-19 07:39:00,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:39:00,855 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:38:59 GMT 2018-11-19 07:39:00,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:39:00,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-11-19 07:39:00,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:39:00,855 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-11-19 07:39:00,855 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-11-19 07:39:00,856 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-11-19 07:39:00,856 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 07:39:00,861 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 07:39:00,861 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 07:39:00,883 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:39:01,005 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-11-19 07:39:01,006 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-11-19 07:39:01,007 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-11-19 07:39:01,008 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-11-19 07:39:01,008 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-11-19 07:39:01,045 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-11-19 07:39:45,396 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-11-19 07:39:45,396 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.sonn.com * extras: centos.s.uw.edu * updates: mirror.fileplanet.com No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.14.4.el7 will be installed ---> Package openssl-libs.x86_64 1:1.0.1e-60.el7_3.1 will be updated --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.1e-60.el7_3.1 for package: 1:openssl-1.0.1e-60.el7_3.1.x86_64 ---> Package openssl-libs.x86_64 1:1.0.2k-12.el7 will be an update --> Running transaction check ---> Package openssl.x86_64 1:1.0.1e-60.el7_3.1 will be updated ---> Package openssl.x86_64 1:1.0.2k-12.el7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-28.el7_5.1 updates 16 M python-devel x86_64 2.7.5-69.el7_5 updates 397 k Installing for dependencies: cpp x86_64 4.8.5-28.el7_5.1 updates 5.9 M glibc-devel x86_64 2.17-222.el7 base 1.1 M glibc-headers x86_64 2.17-222.el7 base 678 k kernel-headers x86_64 3.10.0-862.14.4.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 7.6 MB/s | 54 MB 00:07 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.14.4.el7.x86_64 11/24 Installing : glibc-headers-2.17-222.el7.x86_64 12/24 Installing : glibc-devel-2.17-222.el7.x86_64 13/24 Installing : gcc-4.8.5-28.el7_5.1.x86_64 14/24 Installing : python-devel-2.7.5-69.el7_5.x86_64 15/24 Updating : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Cleanup : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Cleanup : python-2.7.5-48.el7.x86_64 18/24 Cleanup : python-libs-2.7.5-48.el7.x86_64 19/24 Cleanup : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 20/24 Cleanup : libgomp-4.8.5-11.el7.x86_64 21/24 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 22/24 Cleanup : glibc-2.17-157.el7_3.1.x86_64 23/24 Cleanup : libgcc-4.8.5-11.el7.x86_64 24/24 Verifying : glibc-devel-2.17-222.el7.x86_64 1/24 Verifying : glibc-headers-2.17-222.el7.x86_64 2/24 Verifying : 1:openssl-libs-1.0.2k-12.el7.x86_64 3/24 Verifying : libgomp-4.8.5-28.el7_5.1.x86_64 4/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 5/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 6/24 Verifying : glibc-2.17-222.el7.x86_64 7/24 Verifying : libgcc-4.8.5-28.el7_5.1.x86_64 8/24 Verifying : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Verifying : python-2.7.5-69.el7_5.x86_64 10/24 Verifying : libmpc-1.0.1-3.el7.x86_64 11/24 Verifying : glibc-common-2.17-222.el7.x86_64 12/24 Verifying : kernel-headers-3.10.0-862.14.4.el7.x86_64 13/24 Verifying : python-devel-2.7.5-69.el7_5.x86_64 14/24 Verifying : mpfr-3.1.1-4.el7.x86_64 15/24 Verifying : 1:openssl-1.0.2k-12.el7.x86_64 16/24 Verifying : 1:openssl-1.0.1e-60.el7_3.1.x86_64 17/24 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.x86_64 18/24 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 19/24 Verifying : glibc-2.17-157.el7_3.1.x86_64 20/24 Verifying : python-libs-2.7.5-48.el7.x86_64 21/24 Verifying : libgcc-4.8.5-11.el7.x86_64 22/24 Verifying : python-2.7.5-48.el7.x86_64 23/24 Verifying : libgomp-4.8.5-11.el7.x86_64 24/24 Installed: gcc.x86_64 0:4.8.5-28.el7_5.1 python-devel.x86_64 0:2.7.5-69.el7_5 Dependency Installed: cpp.x86_64 0:4.8.5-28.el7_5.1 glibc-devel.x86_64 0:2.17-222.el7 glibc-headers.x86_64 0:2.17-222.el7 kernel-headers.x86_64 0:3.10.0-862.14.4.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-222.el7 glibc-common.x86_64 0:2.17-222.el7 libgcc.x86_64 0:4.8.5-28.el7_5.1 libgomp.x86_64 0:4.8.5-28.el7_5.1 openssl.x86_64 1:1.0.2k-12.el7 openssl-libs.x86_64 1:1.0.2k-12.el7 python.x86_64 0:2.7.5-69.el7_5 python-libs.x86_64 0:2.7.5-69.el7_5 Complete! Retrieving manager services status... [ip=127.0.0.1] Services: +--------------------------------+---------+ | service | status | +--------------------------------+---------+ | InfluxDB | running | | Celery Management | running | | Logstash | running | | RabbitMQ | running | | AMQP InfluxDB | running | | PostgreSQL | running | | Manager Rest-Service | running | | Cloudify Stage | running | | Riemann | running | | Webserver | running | +--------------------------------+---------+ 2018-11-19 07:39:45,397 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-11-19 07:39:45,397 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-11-19 07:39:45,397 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-11-19 07:39:48,085 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-11-19 07:39:48,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:39:48,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:39:48,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-0aa51c36-212f-4abf-b669-9cd7a4ff1cf1 Date: Mon, 19 Nov 2018 07:39:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "metadata": {}}], "file": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "size": 4373348352, "self": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:35:55Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:34:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:39:48,272 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0aa51c36-212f-4abf-b669-9cd7a4ff1cf1 2018-11-19 07:39:48,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186337947845s 2018-11-19 07:39:48,272 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0aa51c36-212f-4abf-b669-9cd7a4ff1cf1 2018-11-19 07:39:48,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 07:39:48,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03"}' 2018-11-19 07:39:48,453 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c X-Openstack-Request-Id: req-1c117eef-63e4-4fd1-94ed-749d756a1b66 Date: Mon, 19 Nov 2018 07:39:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "size": null, "self": "/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-11-19T07:39:48Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": null, "created_at": "2018-11-19T07:39:48Z", "protected": false} 2018-11-19 07:39:48,453 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1c117eef-63e4-4fd1-94ed-749d756a1b66 2018-11-19 07:39:48,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.180005073547s 2018-11-19 07:39:48,454 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1c117eef-63e4-4fd1-94ed-749d756a1b66 returning object 0a992fae-e3da-4aa8-afdb-f9d238be927c 2018-11-19 07:39:48,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 07:39:48,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '' 2018-11-19 07:39:56,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca3af091-72d6-4889-a8d0-0fd5b89bb9a1 Date: Mon, 19 Nov 2018 07:39:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:39:56,463 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/file used request id req-ca3af091-72d6-4889-a8d0-0fd5b89bb9a1 2018-11-19 07:39:56,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 8.00952219963s 2018-11-19 07:39:56,464 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/file used request id req-ca3af091-72d6-4889-a8d0-0fd5b89bb9a1 2018-11-19 07:39:56,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:39:56,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:39:56,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-8f10c332-b707-424f-99d6-ee299274df39 Date: Mon, 19 Nov 2018 07:39:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/snap", "metadata": {}}], "file": "/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "size": 426967040, "self": "/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-11-19T07:39:56Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-11-19T07:39:48Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "metadata": {}}], "file": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "size": 4373348352, "self": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:35:55Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:34:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:39:56,664 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8f10c332-b707-424f-99d6-ee299274df39 2018-11-19 07:39:56,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199919939041s 2018-11-19 07:39:56,665 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8f10c332-b707-424f-99d6-ee299274df39 2018-11-19 07:39:56,667 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/file', 'owner': u'6bd918990f464a31acabba3268a99807', 'id': u'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'size': 426967040, u'self': u'/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6bd918990f464a31acabba3268a99807', 'name': 'vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/0a992fae-e3da-4aa8-afdb-f9d238be927c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T07:39:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T07:39:56Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03', 'created': u'2018-11-19T07:39:48Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-11-19T07:39:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_1a74d200-9ba2-4692-88c4-28f37275bb03', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-11-19 07:39:56,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 07:39:56,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-11-19 07:39:56,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-9b7ff71d-2177-482a-8c9e-c9b8be932997 x-compute-request-id: req-9b7ff71d-2177-482a-8c9e-c9b8be932997 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "18b496ba-6866-4443-9569-8a9257c418e3", "name": "vyos_vrouter-flavor_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 07:39:56,751 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9b7ff71d-2177-482a-8c9e-c9b8be932997 2018-11-19 07:39:56,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0822870731354s 2018-11-19 07:39:56,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9b7ff71d-2177-482a-8c9e-c9b8be932997 returning object 18b496ba-6866-4443-9569-8a9257c418e3 2018-11-19 07:39:56,752 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_1a74d200-9ba2-4692-88c4-28f37275bb03', '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'afd2db966a884ce5bd33890fef4382f7', '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'18b496ba-6866-4443-9569-8a9257c418e3', 'swap': 0}) 2018-11-19 07:39:56,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 07:39:56,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3/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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" -d '{"extra_specs": {}}' 2018-11-19 07:39:56,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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 x-openstack-request-id: req-97295410-a198-45aa-9689-9c2d31397b91 x-compute-request-id: req-97295410-a198-45aa-9689-9c2d31397b91 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 07:39:56,775 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3/os-extra_specs used request id req-97295410-a198-45aa-9689-9c2d31397b91 2018-11-19 07:39:56,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.02219581604s 2018-11-19 07:39:56,775 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3/os-extra_specs used request id req-97295410-a198-45aa-9689-9c2d31397b91 2018-11-19 07:39:56,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-19 07:39:56,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:39:56,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6be8a16-9ec9-45cd-893f-456ecf1b4d4c Content-Encoding: gzip Content-Length: 921 Content-Type: application/json RESP BODY: {"services": [{"description": "Key management Service", "links": {"self": "http://172.30.9.21:5000/v3/services/0beca78071544820b61c1aee914dbce9"}, "enabled": true, "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1f09b403b0894ca48a1a5f28ae6b99e4"}, "enabled": true, "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.21:5000/v3/services/33e27487f64e48f1acb86475e9f35d5d"}, "enabled": true, "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.21:5000/v3/services/33f2d00c37644ade92c1a50448ffc4c4"}, "enabled": true, "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/3f1489abeed54f6c99bc805604bf8e8d"}, "enabled": true, "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5696783db7c5497c9cea6c4d62c899c6"}, "enabled": true, "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5c15f4fb6c564c318ce4c3aef9793fbe"}, "enabled": true, "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5d2a193d72544a83b387d2685cb1a79f"}, "enabled": true, "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.21:5000/v3/services/75643da685c142aeb36ac2272a1b5ba1"}, "enabled": true, "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.21:5000/v3/services/7c5d56d1c8db43ba842d00314c21ba4f"}, "enabled": true, "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.21:5000/v3/services/b55b9755b4b6429588a2ba4e4af3b3c8"}, "enabled": true, "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/b9ebf7c853914c1faa0d9513504c2ece"}, "enabled": true, "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.21:5000/v3/services/c0f6db565acd48f186a27d6365c7da37"}, "enabled": true, "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.21:5000/v3/services/cbf88b7339814791bb2513baf6503543"}, "enabled": true, "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.21:5000/v3/services/d830abeec95d42fdb5f575812014e80e"}, "enabled": true, "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.21:5000/v3/services/f35734968a8c4b6daa6ef203af676aee"}, "enabled": true, "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "links": {"self": "http://172.30.9.21:5000/v3/services", "previous": null, "next": null}} 2018-11-19 07:39:56,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/services used request id req-b6be8a16-9ec9-45cd-893f-456ecf1b4d4c 2018-11-19 07:39:56,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.166538953781s 2018-11-19 07:39:56,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-19 07:39:56,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:39:57,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:39:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c967835a-1c61-4b79-acf4-f4ce86fcc8dc Content-Encoding: gzip Content-Length: 2065 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0a7566928bf7483280bcbb930e37bd9b"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0d82246bdfe147a1b79e3075de4fbf0a"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1724ecec03e0439b9e25c57112638417"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "1724ecec03e0439b9e25c57112638417"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/18c5b72d53cd47ad93eab12b4b6bc3e6"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/19aeed9908794eb68581bcb39298a4be"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "19aeed9908794eb68581bcb39298a4be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1fef69410af64439864bedea6d73748c"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "1fef69410af64439864bedea6d73748c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2842462b8d7443a5b26e3a6c206c4ddc"}, "url": "http://172.30.9.21:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2abcdfe9f6a6437fb0f94a55a9d4bd52"}, "url": "http://172.30.9.21:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/311ee86c6e804e54a9066bd4ec8ed194"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/36a5ec4f7f8145ee954adb21a33d553a"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/37d92bae68ba4d57850e18777d85db3c"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3dba618a18df4c20905e3f5ac0b5320b"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43c26bcc56814beca104a3ba8fc857e1"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4cd681bf3e544609b9a4168750e9cd4e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d4cb7722cf74400a767fe1db93cce9c"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/534c8b053447458a95db4b266dcadff3"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "534c8b053447458a95db4b266dcadff3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5930b144122d4b7db48cc6dbc272ac45"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5c81126d118747a1919be3aff423b18e"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "5c81126d118747a1919be3aff423b18e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/63cd7ae6d04b4c308da842b7f82d1fdb"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/68d3eafd8eb74681be4ba91fe032cc7a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7512c82605524be7a07a4d76ad9f3fee"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7b23d65edba3424cbc2c7a34241ebc25"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/81e713d3c7fe4a0a925bf0623094e165"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/870ca10d9d3a48dd9dba0456d1cf7356"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/899f0ae5f5d84fcb95505d729eb7417a"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "899f0ae5f5d84fcb95505d729eb7417a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/95c92e400bd14e479c6522025680a11c"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "95c92e400bd14e479c6522025680a11c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9bf73aff5200490fa514e5c4f4560d8b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "9bf73aff5200490fa514e5c4f4560d8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9d21086dcf09431fa1395883280296ed"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "9d21086dcf09431fa1395883280296ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f9deae17f6e4752bbabfe61b6ea16f5"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a1f2a30e2c5947cb9c004f51619706ec"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "a1f2a30e2c5947cb9c004f51619706ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a35c4e57b54a473f8fb2cf2214cd6cbb"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b671f07fc505495eb85f6b494d74c07a"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "b671f07fc505495eb85f6b494d74c07a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c25ff0235dde4e08961833d1632c482d"}, "url": "http://172.30.9.21:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "c25ff0235dde4e08961833d1632c482d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c3081945d9954bd3ab67c26b12bab0f7"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cb98a7b05a4449f29016edfad97771f5"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d07aeeb2f39240fa8ccca0d46856e95f"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d44898077e3b4124a23c6cac26cde03b"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d44a1c1971f84781b7a9bac6c8693f79"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d76197eea6e04afd8e8dc918acf513bd"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "d76197eea6e04afd8e8dc918acf513bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d8af91651ad742aa8dc29920cd63ea7c"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "d8af91651ad742aa8dc29920cd63ea7c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ddadd2c51d82414c84de15bbadae27c2"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "ddadd2c51d82414c84de15bbadae27c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ead3795c8ece41e8ba2ee252aa736d83"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "ead3795c8ece41e8ba2ee252aa736d83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ebcd48be35c042628a270b096b946921"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "ebcd48be35c042628a270b096b946921"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ece5510ad7f644619cfc5cc232007db0"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "ece5510ad7f644619cfc5cc232007db0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fffba72e79b243658ab5ac588c6d1f12"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-19 07:39:57,029 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-c967835a-1c61-4b79-acf4-f4ce86fcc8dc 2018-11-19 07:39:57,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.082291841507s 2018-11-19 07:39:57,037 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-11-19 07:39:57,065 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-11-19 07:39:58,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:39:58,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:39:58,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:39:58,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:39:58,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:39:58,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:39:58,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:39:58,800 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-11-19 07:39:58,801 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:58.745Z", "updated_at": "2018-11-19T07:39:58.745Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "resource_id": {"get_input": "management_plane_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_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, "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": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "resource_id": {"get_input": "data_plane_subnet_name"}, "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, "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.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "resource_id": {"get_input": "data_plane_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "resource_id": {"get_input": "external_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-11-19 07:39:58,802 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:39:58,802 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:39:58 GMT 2018-11-19 07:39:58,802 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:39:58,802 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-11-19 07:39:58,802 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:39:58,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-11-19 07:39:58,815 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.210:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.21:5000", "keystone_tenant_name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "keystone_password": "5bdfd89e-4bd9-4f88-83a8-2c11c31d3466", "reference_vnf_flavor_id": "18b496ba-6866-4443-9569-8a9257c418e3", "target_vnf_flavor_id": "18b496ba-6866-4443-9569-8a9257c418e3", "target_vnf_image_id": "0a992fae-e3da-4aa8-afdb-f9d238be927c"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-11-19 07:39:59,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:39:59,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-11-19 07:39:59,998 - 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": "18b496ba-6866-4443-9569-8a9257c418e3", "target_vnf_flavor_id": "18b496ba-6866-4443-9569-8a9257c418e3", "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_1a74d200-9ba2-4692-88c4-28f37275bb03", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "keystone_password": "5bdfd89e-4bd9-4f88-83a8-2c11c31d3466", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.21: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": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:58.952Z", "updated_at": "2018-11-19T07:39:58.952Z", "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-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:39:59,998 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:39:59 GMT 2018-11-19 07:39:59,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:39:59,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-11-19 07:39:59,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:39:59,999 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-11-19 07:40:00,067 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-11-19 07:40:00,068 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:00,069 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:00 GMT 2018-11-19 07:40:00,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:00,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-11-19 07:40:00,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:00,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:00,145 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:00,145 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:00,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:00,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:00 GMT 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-19 07:40:00,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:00,147 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:00,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:00,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:00,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:00,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:00,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:00 GMT 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-19 07:40:00,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:05,230 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:05,301 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:00.817Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:00.817Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:01.218Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:01.218Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:01.641Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip freeze", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:01.641Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:01.645Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:01.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:01.645Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:01.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:01.645Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:01.645Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:02.661Z", "message": "Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:02.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:02.661Z", "message": "Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:02.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:02.661Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:02.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:03.736Z", "message": "Installing from directory: /tmp/tmp6Nlqtk [args=--prefix=\"/tmp/openstack-XogT03\" --constraint=\"/tmp/openstack-XogT03/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:03.736Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:03.736Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp6Nlqtk --prefix=\"/tmp/openstack-XogT03\" --constraint=\"/tmp/openstack-XogT03/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:03.736Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-11-19 07:40:05,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:05,302 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:05 GMT 2018-11-19 07:40:05,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:05,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-11-19 07:40:05,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:05,302 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-11-19 07:40:05,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-11-19 07:40:05,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-11-19 07:40:05,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-11-19 07:40:05,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-11-19 07:40:05,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-11-19 07:40:05,303 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-11-19 07:40:05,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-11-19 07:40:05,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-11-19 07:40:05,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmp6Nlqtk [args=--prefix="/tmp/openstack-XogT03" --constraint="/tmp/openstack-XogT03/constraint.txt", package_name=cloudify-openstack-plugin] 2018-11-19 07:40:05,304 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp6Nlqtk --prefix="/tmp/openstack-XogT03" --constraint="/tmp/openstack-XogT03/constraint.txt" 2018-11-19 07:40:05,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:05,376 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:05,376 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:05,376 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:05,376 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:05,376 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:05,376 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:05,376 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:05,377 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:05,377 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:05,377 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:05 GMT 2018-11-19 07:40:05,377 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:05,377 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-19 07:40:05,377 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:10,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:10,462 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:10,462 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:10,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:10,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:10,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:10 GMT 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:40:10,463 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:10,464 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:10,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:10,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:10 GMT 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:10,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-19 07:40:10,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:15,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:15,837 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:40:15,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:15,838 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:15 GMT 2018-11-19 07:40:15,838 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:15,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:40:15,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:15,838 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:15,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:15,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:15 GMT 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:15,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-19 07:40:15,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:20,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:21,123 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:40:21,124 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:21,125 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:21 GMT 2018-11-19 07:40:21,125 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:21,125 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:40:21,125 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:21,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:21,187 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:21,188 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:21 GMT 2018-11-19 07:40:21,189 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:21,189 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-19 07:40:21,189 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:26,191 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:26,277 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:26,277 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:26,277 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:26,277 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:26,277 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:26,277 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:26 GMT 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:26,278 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:26,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:26,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:26,355 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:26 GMT 2018-11-19 07:40:26,356 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:26,356 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-19 07:40:26,356 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:31,358 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:31,735 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:31,735 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:31,735 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:30.476Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:30.476Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:31.053Z", "message": "Removing directory: /tmp/tmp6Nlqtk", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:31.053Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9", "logger": "b28d4afe-6303-433d-9216-184a1e3a1515"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:31.350Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:31.350Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:31 GMT 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:31,736 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1555 2018-11-19 07:40:31,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:31,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-11-19 07:40:31,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmp6Nlqtk 2018-11-19 07:40:31,737 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-11-19 07:40:31,737 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:31,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:31,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:31,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:31,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:31,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:31,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:31,803 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:31,804 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:31,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:31,804 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:31 GMT 2018-11-19 07:40:31,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:31,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-11-19 07:40:31,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:36,810 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:36,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:36,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:36,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:36,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:32.703Z", "message": "Skipping starting deployment policy engine core - no policies defined", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:32.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:32.703Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:32.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:32.703Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:32.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:36 GMT 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1516 2018-11-19 07:40:36,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:36,897 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-11-19 07:40:36,897 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-11-19 07:40:36,897 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-11-19 07:40:36,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/53a2a00f-a4b0-4864-af4a-0a964e8779a9 2018-11-19 07:40:36,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"} 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:36,964 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:36 GMT 2018-11-19 07:40:36,965 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:36,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-11-19 07:40:36,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:36,965 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-11-19 07:40:36,966 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.210:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-11-19 07:40:37,119 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:37,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:37,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:37,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:37,120 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:37,120 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:37,120 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:37,120 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-11-19 07:40:37,121 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:40:37,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:37,121 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:37 GMT 2018-11-19 07:40:37,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:37,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:40:37,121 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:37,121 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:37,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:37,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:37,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:37 GMT 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-19 07:40:37,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:37,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:40:37,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:37,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:37,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:37,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:37,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:37,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:37,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:37,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:40:37,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:37,329 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:37 GMT 2018-11-19 07:40:37,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:37,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:40:37,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:42,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:42,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:37.983Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:37.983Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:39.055Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:39.055Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:40.735Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:40.735Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.066Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.066Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "external_network_902x0m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "external_network_902x0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "external_network_902x0m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:41.760Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:41.760Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.100Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.100Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.100Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.100Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.100Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.100Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.100Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "dfd945d4-025d-4f9a-bea6-81f19b6952eb"}], "metadata": {"pagination": {"total": 30, "offset": 0, "size": 50}}} 2018-11-19 07:40:42,440 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:42,440 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:42 GMT 2018-11-19 07:40:42,440 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:42,440 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16219 2018-11-19 07:40:42,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:42,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-11-19 07:40:42,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:42,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-11-19 07:40:42,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-11-19 07:40:42,441 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:42,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-11-19 07:40:42,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:42,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-19 07:40:42,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:42,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-11-19 07:40:42,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-19 07:40:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-11-19 07:40:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-11-19 07:40:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-11-19 07:40:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-11-19 07:40:42,443 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-11-19 07:40:42,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:42,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-11-19 07:40:42,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-11-19 07:40:42,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-11-19 07:40:42,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:42,444 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-11-19 07:40:42,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:40:42,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:40:42,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:40:42,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:40:42,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:40:42,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:40:42,445 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': 'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'port_range_min': 22, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-11-19 07:40:42,446 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:40:42,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:42,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:42,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:42,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:42,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:42,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:42,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:42,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:40:42,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:42,521 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:42 GMT 2018-11-19 07:40:42,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:42,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:40:42,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:47,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:47,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:47,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:47,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:47,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:47,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_pixs91", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.797Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.797Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.797Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.797Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:42.797Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:42.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_ip_n6z121", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.169Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'6bd918990f464a31acabba3268a99807', u'created_at': u'2018-11-19T07:40:42Z', u'updated_at': u'2018-11-19T07:40:42Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'6bd918990f464a31acabba3268a99807', u'port_id': None, u'id': u'85546611-2127-4ef0-8f96-60ca7e6139ee'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.169Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "ba9e5148-0dff-4456-be5b-7a9d80a7bc96"}, {"node_instance_id": "external_network_902x0m", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.169Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.169Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "f796b2c1-937c-418c-91c1-104a07b88955"}, {"node_instance_id": "external_network_902x0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.823Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.823Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.823Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.823Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.823Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.823Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.823Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.823Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "external_network_902x0m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.823Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.823Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:43.823Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:43.823Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:44.184Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'6bd918990f464a31acabba3268a99807', u'created_at': u'2018-11-19T07:40:43Z', u'updated_at': u'2018-11-19T07:40:43Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'6bd918990f464a31acabba3268a99807', u'port_id': None, u'id': u'336092a6-932b-4cee-b6bd-ad9cbe696a68'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:44.184Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "c9f0d7bf-86b1-414d-9612-f09944788447"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:44.860Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:44.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:44.860Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:44.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:44.860Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:44.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:44.860Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:44.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "external_network_902x0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:44.860Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:44.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:45.868Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:45.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "router_jwlv78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:45.868Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:45.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:45.868Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:45.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:46.883Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:46.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:46.883Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:46.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:46.883Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:46.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "router_jwlv78", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:46.883Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:46.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:46.883Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:46.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:46.883Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:46.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "router_jwlv78", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:46.883Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:46.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 59, "offset": 30, "size": 50}}} 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:47 GMT 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15088 2018-11-19 07:40:47,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:47,594 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-11-19 07:40:47,594 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:47,594 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:47,595 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-11-19 07:40:47,595 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:47,595 - 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'6bd918990f464a31acabba3268a99807', u'created_at': u'2018-11-19T07:40:42Z', u'updated_at': u'2018-11-19T07:40:42Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'6bd918990f464a31acabba3268a99807', u'port_id': None, u'id': u'85546611-2127-4ef0-8f96-60ca7e6139ee'} 2018-11-19 07:40:47,595 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-11-19 07:40:47,595 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:47,595 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-19 07:40:47,596 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:47,596 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:47,596 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-11-19 07:40:47,596 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-11-19 07:40:47,596 - 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'6bd918990f464a31acabba3268a99807', u'created_at': u'2018-11-19T07:40:43Z', u'updated_at': u'2018-11-19T07:40:43Z', u'floating_network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.207', u'revision_number': 0, u'project_id': u'6bd918990f464a31acabba3268a99807', u'port_id': None, u'id': u'336092a6-932b-4cee-b6bd-ad9cbe696a68'} 2018-11-19 07:40:47,596 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:47,597 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:47,597 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:47,597 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-11-19 07:40:47,597 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:47,597 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:47,597 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:47,597 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-11-19 07:40:47,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-11-19 07:40:47,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-11-19 07:40:47,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:47,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-11-19 07:40:47,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:47,598 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:47,599 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-11-19 07:40:47,599 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:40:47,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:47,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:47 GMT 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:47,659 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:40:47,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:48,049 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 07:40:52,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:52,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "security_group_d0rvcm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:47.897Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:47.897Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:48.908Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:48.908Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:49.925Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:49.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:49.925Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:49.925Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:51.102Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:51.102Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:51.102Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:51.102Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:51.102Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:51.102Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:51.102Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 69, "offset": 59, "size": 50}}} 2018-11-19 07:40:52,781 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:52,782 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:52 GMT 2018-11-19 07:40:52,782 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:52,782 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5044 2018-11-19 07:40:52,782 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:52,782 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:52,782 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-11-19 07:40:52,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:52,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:52,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-19 07:40:52,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-19 07:40:52,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:52,783 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-19 07:40:52,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:52,784 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-19 07:40:52,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:40:52,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:52,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:52,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:52,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:52,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:52 GMT 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:40:52,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:57,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:40:57,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:57,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:57,939 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:57,939 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:57,939 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:57,939 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:57,939 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:57,940 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:52.955Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:52.955Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:53.113Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:53.113Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "router_jwlv78", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:53.113Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:53.113Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:54.122Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:54.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "router_jwlv78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:54.122Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:54.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:54.122Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:54.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:55.143Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:55.143Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "router_jwlv78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:55.143Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:55.143Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:55.143Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:55.143Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:55.143Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:55.143Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:55.143Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:55.143Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:56.163Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:56.163Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:56.163Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:56.163Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:56.163Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:56.163Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:56.561Z", "message": "connect_security_group(): source_id=c4d89914-144a-4ed9-9757-5f6e378a1929 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:56.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "548e2203-d536-4c43-84c6-cdc97c813a52"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:57.209Z", "message": "connect_security_group(): source_id=d6645c2b-b62f-40a2-b2c2-22d1db09f1f0 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:57.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "0b17480c-74e4-4f50-a460-db843f2fdda6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:57.400Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:57.400Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 88, "offset": 69, "size": 50}}} 2018-11-19 07:40:57,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:57,940 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:57 GMT 2018-11-19 07:40:57,940 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:57,940 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8880 2018-11-19 07:40:57,940 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:40:57,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-19 07:40:57,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-19 07:40:57,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-11-19 07:40:57,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:57,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:57,941 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:40:57,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-11-19 07:40:57,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:57,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-11-19 07:40:57,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:57,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:40:57,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:40:57,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-11-19 07:40:57,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-11-19 07:40:57,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=c4d89914-144a-4ed9-9757-5f6e378a1929 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-19 07:40:57,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=d6645c2b-b62f-40a2-b2c2-22d1db09f1f0 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-19 07:40:57,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-11-19 07:40:57,943 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:40:58,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:40:58,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:40:58 GMT 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:40:58,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:40:58,028 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:03,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:03,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:03,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:03,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:03,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_czzg13", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:58.176Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:58.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:58.176Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:58.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:59.191Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:59.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:40:59.191Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:40:59.191Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:00.202Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:00.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:00.202Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:00.202Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:02.574Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:02.574Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 95, "offset": 86, "size": 50}}} 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:03 GMT 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3562 2018-11-19 07:41:03,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:03,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-11-19 07:41:03,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-11-19 07:41:03,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:41:03,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:41:03,144 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-11-19 07:41:03,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-11-19 07:41:03,145 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-11-19 07:41:03,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:03,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:03,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:03,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:03,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:03,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:03,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:03,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:03,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:03,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:03,823 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:03 GMT 2018-11-19 07:41:03,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:03,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:03,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:08,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:08,987 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:08,987 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:08,987 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:08,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:08,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:08,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:08,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:08,988 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_fnt906", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:04.139Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:04.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:05.216Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:05.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:05.216Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:05.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:05.216Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:05.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:05.216Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:05.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:05.216Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:05.216Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:07.072Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:07.072Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:07.227Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:07.227Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:08.275Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:08.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:08.275Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:08.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 105, "offset": 93, "size": 50}}} 2018-11-19 07:41:08,988 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:08,988 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:08 GMT 2018-11-19 07:41:08,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:08,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4975 2018-11-19 07:41:08,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:08,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:41:08,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-19 07:41:08,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-19 07:41:08,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:41:08,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-11-19 07:41:08,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-11-19 07:41:08,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-19 07:41:08,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-11-19 07:41:08,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:41:08,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:41:08,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:09,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:09,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:09,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:09,053 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:09 GMT 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:09,054 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:14,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:14,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:14,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:14,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_xxauab", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:09.284Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:09.284Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:10.297Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:10.297Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:10.297Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:10.297Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:10.297Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:10.297Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:10.833Z", "message": "connect_security_group(): source_id=55ab7206-be19-49cc-9383-63b2aecc3fd1 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:10.833Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "45b5d49b-0278-4102-8cad-afe617e79907"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:11.776Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:11.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:12.237Z", "message": "connect_security_group(): source_id=47f57100-5a1f-4870-a0ef-5fe44e9e0868 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:12.237Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "cd162f84-176f-4fd6-9a65-943646df1eb7"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:12.312Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:12.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:12.312Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:12.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:13.329Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:13.329Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:13.329Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:13.329Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:13.329Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:13.329Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 119, "offset": 103, "size": 50}}} 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:14 GMT 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6440 2018-11-19 07:41:14,163 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:14,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:41:14,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:41:14,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-11-19 07:41:14,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-11-19 07:41:14,164 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=55ab7206-be19-49cc-9383-63b2aecc3fd1 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-19 07:41:14,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-11-19 07:41:14,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=47f57100-5a1f-4870-a0ef-5fe44e9e0868 target={u'external_id': u'c968783a-6e5e-49e9-adec-26f184273e6b', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-11-19 07:41:14,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-11-19 07:41:14,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-11-19 07:41:14,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-11-19 07:41:14,165 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-11-19 07:41:14,166 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-11-19 07:41:14,166 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:14,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:14,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:14 GMT 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:14,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:14,259 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:19,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:19,377 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:19,377 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:19,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:19,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:19,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:19,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:19,378 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:19,378 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:14.353Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:14.353Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:15.367Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:15.367Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:15.367Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:15.367Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:15.367Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:15.367Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:15.367Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:15.367Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:15.367Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:15.367Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:15.632Z", "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'55ab7206-be19-49cc-9383-63b2aecc3fd1', u'fixed_ip_address': u'11.0.0.14', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:89:1f:70'}, {u'external_id': u'c4d89914-144a-4ed9-9757-5f6e378a1929', u'fixed_ip_address': u'12.0.0.6', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0c:b2:5e'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:15.632Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "6e3ee922-0a56-4130-84be-cada17b77f4e"}, {"node_instance_id": "target_vnf_host_cah3i5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:16.252Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:16.252Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "6e3ee922-0a56-4130-84be-cada17b77f4e"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:16.468Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:16.468Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:16.468Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:16.468Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:17.270Z", "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'47f57100-5a1f-4870-a0ef-5fe44e9e0868', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:78:3d:99'}, {u'external_id': u'd6645c2b-b62f-40a2-b2c2-22d1db09f1f0', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:74:d7:72'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:17.270Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "fa3969d9-43c7-485c-96ed-542723d3fa03"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:17.270Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:17.270Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "fa3969d9-43c7-485c-96ed-542723d3fa03"}, {"node_instance_id": "target_vnf_host_cah3i5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:18.288Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:18.288Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "6e3ee922-0a56-4130-84be-cada17b77f4e"}, {"node_instance_id": "target_vnf_host_cah3i5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:18.288Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'55ab7206-be19-49cc-9383-63b2aecc3fd1'}, {'port-id': u'c4d89914-144a-4ed9-9757-5f6e378a1929'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:18.288Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "6e3ee922-0a56-4130-84be-cada17b77f4e"}, {"node_instance_id": "target_vnf_host_cah3i5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:18.288Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'55ab7206-be19-49cc-9383-63b2aecc3fd1'}, {'port-id': u'c4d89914-144a-4ed9-9757-5f6e378a1929'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:18.288Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "6e3ee922-0a56-4130-84be-cada17b77f4e"}], "metadata": {"pagination": {"total": 134, "offset": 115, "size": 50}}} 2018-11-19 07:41:19,378 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:19,378 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:19 GMT 2018-11-19 07:41:19,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:19,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9862 2018-11-19 07:41:19,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:19,379 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-11-19 07:41:19,379 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:41:19,379 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-11-19 07:41:19,379 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:41:19,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:41:19,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-11-19 07:41:19,380 - 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'55ab7206-be19-49cc-9383-63b2aecc3fd1', u'fixed_ip_address': u'11.0.0.14', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:89:1f:70'}, {u'external_id': u'c4d89914-144a-4ed9-9757-5f6e378a1929', u'fixed_ip_address': u'12.0.0.6', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0c:b2:5e'}] 2018-11-19 07:41:19,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-11-19 07:41:19,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-11-19 07:41:19,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-11-19 07:41:19,381 - 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'47f57100-5a1f-4870-a0ef-5fe44e9e0868', u'fixed_ip_address': u'11.0.0.9', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:78:3d:99'}, {u'external_id': u'd6645c2b-b62f-40a2-b2c2-22d1db09f1f0', u'fixed_ip_address': u'12.0.0.8', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:74:d7:72'}] 2018-11-19 07:41:19,381 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-11-19 07:41:19,381 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:41:19,381 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'55ab7206-be19-49cc-9383-63b2aecc3fd1'}, {'port-id': u'c4d89914-144a-4ed9-9757-5f6e378a1929'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'} 2018-11-19 07:41:19,381 - 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'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'55ab7206-be19-49cc-9383-63b2aecc3fd1'}, {'port-id': u'c4d89914-144a-4ed9-9757-5f6e378a1929'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'} 2018-11-19 07:41:19,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:19,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:19,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:19,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:19,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:19 GMT 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:19,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:24,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:24,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:24,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:24,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:24,642 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:24,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:24,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:24,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:24,643 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_w6m2zb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:19.312Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'47f57100-5a1f-4870-a0ef-5fe44e9e0868'}, {'port-id': u'd6645c2b-b62f-40a2-b2c2-22d1db09f1f0'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:19.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "fa3969d9-43c7-485c-96ed-542723d3fa03"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:19.312Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:19.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "fa3969d9-43c7-485c-96ed-542723d3fa03"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:19.312Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'47f57100-5a1f-4870-a0ef-5fe44e9e0868'}, {'port-id': u'd6645c2b-b62f-40a2-b2c2-22d1db09f1f0'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:19.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "fa3969d9-43c7-485c-96ed-542723d3fa03"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:20.773Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:20.773Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:21.482Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:21.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:21.482Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:21.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:22.490Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:22.490Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:22.490Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:22.490Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:23.503Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:23.503Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:23.503Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:23.503Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:23.503Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:23.503Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:23.503Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:23.503Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:23.503Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:23.503Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 147, "offset": 130, "size": 50}}} 2018-11-19 07:41:24,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:24,643 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:24 GMT 2018-11-19 07:41:24,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:24,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7512 2018-11-19 07:41:24,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:24,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'47f57100-5a1f-4870-a0ef-5fe44e9e0868'}, {'port-id': u'd6645c2b-b62f-40a2-b2c2-22d1db09f1f0'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'} 2018-11-19 07:41:24,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-11-19 07:41:24,644 - 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'0a992fae-e3da-4aa8-afdb-f9d238be927c', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'9d7f526d-9312-4b4b-9af7-dd4e746e2555'}, 'nics': [{'port-id': u'47f57100-5a1f-4870-a0ef-5fe44e9e0868'}, {'port-id': u'd6645c2b-b62f-40a2-b2c2-22d1db09f1f0'}], 'flavor': u'18b496ba-6866-4443-9569-8a9257c418e3'} 2018-11-19 07:41:24,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:41:24,644 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:41:24,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-11-19 07:41:24,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:41:24,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-11-19 07:41:24,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:41:24,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:41:24,645 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-11-19 07:41:24,646 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-11-19 07:41:24,646 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-11-19 07:41:24,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:24,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:24,705 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:24,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:24,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:24 GMT 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:24,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:29,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:29,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:29,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:29,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:29,799 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:29,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:29,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:29,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:29,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:26.786Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:41:26.786Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:27.515Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:41:27.515Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-11-19 07:41:29,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:29,800 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:29 GMT 2018-11-19 07:41:29,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:29,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2342 2018-11-19 07:41:29,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:29,800 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:41:29,801 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] 2018-11-19 07:41:29,801 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:29,876 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:29,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:29,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:29,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:29,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:29 GMT 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:29,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:34,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:35,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:35,335 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:35,335 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:35,335 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:35,335 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:35,335 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:35,335 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:35,335 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-11-19 07:41:35,336 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:35,336 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:35 GMT 2018-11-19 07:41:35,336 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:35,336 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:41:35,336 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:35,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:35,507 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:35,508 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:35,508 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:35,508 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:35,508 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:35,508 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:35,508 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:35,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:35,509 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:35,509 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:35 GMT 2018-11-19 07:41:35,509 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:35,509 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:35,509 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:40,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:40,810 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:40,810 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:40,810 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:40,810 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:40,810 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:40 GMT 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:41:40,811 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:40,812 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:40,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:40,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:40 GMT 2018-11-19 07:41:40,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:40,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:40,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:45,933 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:46,663 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:46,663 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:46,663 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:46 GMT 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:41:46,664 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:46,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:46,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:46,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:46,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:46,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:46 GMT 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:46,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:51,870 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:51,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:51,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:51,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:51,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:51,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:51,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:51,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:51,940 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-11-19 07:41:51,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:51,941 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:51 GMT 2018-11-19 07:41:51,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:51,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:41:51,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:51,941 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:52,170 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:52,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-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:52,171 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:52 GMT 2018-11-19 07:41:52,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:52,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:52,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:57,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:41:57,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:57,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:57,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:57,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:56.788Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:56.788Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 150, "offset": 145, "size": 50}}} 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:57 GMT 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 605 2018-11-19 07:41:57,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:41:57,394 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:41:57,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:41:57,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:41:57,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:41:57,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:41:57,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:41:57,452 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:41:57,452 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:41:57,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:41:57,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:41:57,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:41:57,453 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:41:57 GMT 2018-11-19 07:41:57,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:41:57,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:41:57,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:02,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:42:02,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:02,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_cah3i5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:57.379Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:57.379Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:57.379Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:57.379Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:57.379Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:41:57.379Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:59.133Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:41:59.133Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:41:59.417Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-11-19T07:41:59.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 155, "offset": 146, "size": 50}}} 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:02 GMT 2018-11-19 07:42:02,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:02,541 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3925 2018-11-19 07:42:02,541 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:02,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:42:02,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:42:02,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-11-19 07:42:02,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:42:02,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-11-19 07:42:02,542 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:42:02,603 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:02,603 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:02 GMT 2018-11-19 07:42:02,604 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:02,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:42:02,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:07,610 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:42:07,911 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:07,911 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:07 GMT 2018-11-19 07:42:07,912 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:07,913 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:42:07,913 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:07,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:42:07,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:07,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:07,970 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:07 GMT 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:42:07,971 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:12,977 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:42:13,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:13,049 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:13 GMT 2018-11-19 07:42:13,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:13,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:42:13,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:13,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:42:13,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:13,105 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:13,105 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:13,105 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:13,105 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:13,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:13,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:13,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:42:13,106 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:13,106 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:13 GMT 2018-11-19 07:42:13,106 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:13,106 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:42:13,106 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:18,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:18,186 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-11-19 07:42:18,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:18,187 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:18 GMT 2018-11-19 07:42:18,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:18,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:42:18,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:18,187 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:42:18,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:18,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:18 GMT 2018-11-19 07:42:18,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:18,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:42:18,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:23,255 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:42:23,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:23,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:23,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:23,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:23,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:23 GMT 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:42:23,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:23,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:42:23,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:23,393 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:23 GMT 2018-11-19 07:42:23,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:23,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:42:23,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:28,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:42:28,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:28,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:28,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:28,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:28,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:28,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:28 GMT 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:28,479 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:42:28,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:28,537 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:28 GMT 2018-11-19 07:42:28,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:28,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-11-19 07:42:28,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:33,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:42:33,880 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:33,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:33,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:33,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:33,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:33,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:33,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:33,881 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:29.158Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:29.158Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:29.510Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:29.510Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:29.510Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:29.510Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:29.510Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:29.510Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:31.209Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:31.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "f82bef3e-a520-4323-a682-d7ed8add36f1"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:31.412Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:31.412Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": "target_vnf_host_cah3i5", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:31.543Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:31.543Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4", "logger": "10eeefed-929c-4b64-83fd-42daaee0a356"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:32.548Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:32.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:42:33.561Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-11-19T07:42:33.561Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 164, "offset": 151, "size": 50}}} 2018-11-19 07:42:33,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:33,881 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:33 GMT 2018-11-19 07:42:33,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:33,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4691 2018-11-19 07:42:33,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:33,881 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:42:33,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:42:33,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:42:33,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:42:33,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-11-19 07:42:33,882 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:42:33,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-11-19 07:42:33,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-11-19 07:42:33,883 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-11-19 07:42:33,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4 2018-11-19 07:42:33,968 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:42:33,968 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:42:33,968 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:42:33,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"} 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:42:33 GMT 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-11-19 07:42:33,969 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:42:33,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-11-19T07:40:37.041Z', 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'a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4'} 2018-11-19 07:42:33,982 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-11-19 07:42:34,051 - 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.207'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.201'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-11-19 07:42:34,117 - 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.207'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.201'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-11-19 07:42:34,118 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-11-19 07:42:34,118 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.207 2018-11-19 07:42:34,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:34,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:35,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:42: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-7f4edc63-0950-41ff-be02-4e47b43ee2e6 x-compute-request-id: req-7f4edc63-0950-41ff-be02-4e47b43ee2e6 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:35,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f4edc63-0950-41ff-be02-4e47b43ee2e6 2018-11-19 07:42:35,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13416385651s 2018-11-19 07:42:35,253 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f4edc63-0950-41ff-be02-4e47b43ee2e6 2018-11-19 07:42:35,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:35,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:36,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:42:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62162348-df9d-487f-94cb-0a20ad5ebf70 x-compute-request-id: req-62162348-df9d-487f-94cb-0a20ad5ebf70 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:36,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-62162348-df9d-487f-94cb-0a20ad5ebf70 2018-11-19 07:42:36,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.962734937668s 2018-11-19 07:42:36,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-62162348-df9d-487f-94cb-0a20ad5ebf70 2018-11-19 07:42:36,224 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.9 2018-11-19 07:42:36,224 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:78:3d:99 2018-11-19 07:42:36,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:36,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:37,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:42: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-5d9d7f9f-657a-4baa-ac6d-35d7053e4053 x-compute-request-id: req-5d9d7f9f-657a-4baa-ac6d-35d7053e4053 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:37,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5d9d7f9f-657a-4baa-ac6d-35d7053e4053 2018-11-19 07:42:37,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.868812084198s 2018-11-19 07:42:37,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5d9d7f9f-657a-4baa-ac6d-35d7053e4053 2018-11-19 07:42:37,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:37,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:37,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-de87a629-6b66-4f7c-847a-8ec4fdd593c1 x-compute-request-id: req-de87a629-6b66-4f7c-847a-8ec4fdd593c1 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:37,915 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-de87a629-6b66-4f7c-847a-8ec4fdd593c1 2018-11-19 07:42:37,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.818014144897s 2018-11-19 07:42:37,916 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-de87a629-6b66-4f7c-847a-8ec4fdd593c1 2018-11-19 07:42:37,919 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.8 2018-11-19 07:42:37,919 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:74:d7:72 2018-11-19 07:42:37,920 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-11-19 07:42:37,920 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.201 2018-11-19 07:42:37,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:37,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:38,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-49018f03-9c37-487d-98cb-aff306db84d6 x-compute-request-id: req-49018f03-9c37-487d-98cb-aff306db84d6 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:38,749 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49018f03-9c37-487d-98cb-aff306db84d6 2018-11-19 07:42:38,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.829133033752s 2018-11-19 07:42:38,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-49018f03-9c37-487d-98cb-aff306db84d6 2018-11-19 07:42:38,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:38,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:39,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:42:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4833c29-a77d-44ee-a862-0c5925abd341 x-compute-request-id: req-d4833c29-a77d-44ee-a862-0c5925abd341 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:39,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d4833c29-a77d-44ee-a862-0c5925abd341 2018-11-19 07:42:39,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.932499170303s 2018-11-19 07:42:39,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d4833c29-a77d-44ee-a862-0c5925abd341 2018-11-19 07:42:39,690 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.14 2018-11-19 07:42:39,691 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:89:1f:70 2018-11-19 07:42:39,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:39,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:40,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:42: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-2fee5736-22c7-477b-9258-2b80d9cd5217 x-compute-request-id: req-2fee5736-22c7-477b-9258-2b80d9cd5217 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:40,102 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fee5736-22c7-477b-9258-2b80d9cd5217 2018-11-19 07:42:40,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411247968674s 2018-11-19 07:42:40,103 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2fee5736-22c7-477b-9258-2b80d9cd5217 2018-11-19 07:42:40,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:42:40,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:42:40,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:42:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21bfcb3f-ea5e-47d4-87ce-7a05cfcaccb7 x-compute-request-id: req-21bfcb3f-ea5e-47d4-87ce-7a05cfcaccb7 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:42:40,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-21bfcb3f-ea5e-47d4-87ce-7a05cfcaccb7 2018-11-19 07:42:40,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.531270980835s 2018-11-19 07:42:40,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-21bfcb3f-ea5e-47d4-87ce-7a05cfcaccb7 2018-11-19 07:42:40,642 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.6 2018-11-19 07:42:40,642 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:0c:b2:5e 2018-11-19 07:42:40,642 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-11-19 07:42:40,669 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-11-19 07:42:40,686 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-11-19 07:42:40,687 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-11-19 07:42:40,763 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-11-19 07:42:40' 2018-11-19 07:42:40,763 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-11-19 07:42:40,763 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-11-19 07:42:40,821 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-11-19 07:42:40,824 - paramiko.transport - DEBUG - starting thread (client mode): 0x9df57090L 2018-11-19 07:42:40,824 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 07:42:40,827 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-11-19 07:42:40,828 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-11-19 07:42:40,829 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 07:42:40,829 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-11-19 07:42:40,829 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-11-19 07:42:40,829 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 07:42:40,830 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-11-19 07:42:40,830 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 07:42:40,868 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-11-19 07:42:40,986 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-11-19 07:42:40,987 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 07:42:40,989 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-11-19 07:42:41,027 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 07:42:41,033 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-11-19 07:42:41,033 - paramiko.transport - INFO - Authentication (password) successful! 2018-11-19 07:42:41,054 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-11-19 07:42:41,054 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 07:42:41,055 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 07:42:41,056 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 07:42:41,058 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:42:41,060 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:42:42,101 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-11-19 07:42:43,103 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-11-19 07:42:48,108 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-11-19 07:42:49,110 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-11-19 07:42:54,116 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-11-19 07:42:55,118 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-11-19 07:43:00,123 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-11-19 07:43:01,125 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:06,130 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-11-19 07:43:07,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:12,138 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-11-19 07:43:13,140 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:18,145 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-11-19 07:43:19,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:24,153 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-11-19 07:43:25,154 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:30,159 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-11-19 07:43:31,161 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:36,167 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-11-19 07:43:37,169 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:42,170 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-11-19 07:43:43,172 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:48,177 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-11-19 07:43:49,179 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:43:54,185 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-11-19 07:43:55,186 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:44:00,192 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-19 07:44:01,194 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-19 07:44:06,199 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' 2018-11-19 07:44:07,201 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 ebgp-multihop '2' [edit] vyos@vyos# 2018-11-19 07:44:12,207 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 2018-11-19 07:44:13,209 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 remote-as 65002 [edit] vyos@vyos# 2018-11-19 07:44:18,214 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.6 2018-11-19 07:44:19,216 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 update-source 12.0.0.6 [edit] vyos@vyos# 2018-11-19 07:44:24,222 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inbound 2018-11-19 07:44:25,224 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-11-19 07:44:30,229 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 2018-11-19 07:44:31,231 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.8 password lab0033 [edit] vyos@vyos# 2018-11-19 07:44:36,236 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-11-19 07:44:37,238 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-11-19 07:44:42,244 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-11-19 07:44:43,246 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-11-19 07:44:48,251 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-11-19 07:44:49,253 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-11-19 07:44:54,259 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-11-19 07:44:55,260 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-11-19 07:45:00,261 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-11-19 07:45:01,263 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-11-19 07:45:06,268 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-11-19 07:45:07,270 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-11-19 07:45:12,276 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-11-19 07:45:13,277 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-11-19 07:45:18,283 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-11-19 07:45:19,285 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-11-19 07:45:24,290 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-11-19 07:45:25,292 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-11-19 07:45:30,297 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-11-19 07:45:31,299 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-11-19 07:45:36,304 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.6 2018-11-19 07:45:37,306 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.6 [edit] vyos@vyos# 2018-11-19 07:45:42,311 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-19 07:45:43,313 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-19 07:45:48,332 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 07:45:48,334 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-11-19 07:45:48,386 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.207. 2018-11-19 07:45:48,389 - paramiko.transport - DEBUG - starting thread (client mode): 0x9de261d0L 2018-11-19 07:45:48,390 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 07:45:48,395 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-11-19 07:45:48,395 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-11-19 07:45:48,396 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 07:45:48,396 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-11-19 07:45:48,396 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-11-19 07:45:48,397 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 07:45:48,397 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-11-19 07:45:48,397 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 07:45:48,434 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-11-19 07:45:48,546 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-11-19 07:45:48,546 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 07:45:48,549 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.207: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-11-19 07:45:48,582 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 07:45:48,589 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-11-19 07:45:48,590 - paramiko.transport - INFO - Authentication (password) successful! 2018-11-19 07:45:48,614 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.207. 2018-11-19 07:45:48,614 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 07:45:48,615 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 07:45:48,615 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 07:45:48,618 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:45:48,620 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:45:49,648 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-11-19 07:45:50,650 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-11-19 07:45:55,655 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-11-19 07:45:56,657 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-11-19 07:46:01,663 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-11-19 07:46:02,665 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-11-19 07:46:07,670 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-11-19 07:46:08,672 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:13,677 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-11-19 07:46:14,679 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:19,684 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-11-19 07:46:20,686 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:25,691 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-11-19 07:46:26,693 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:31,698 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-11-19 07:46:32,700 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:37,706 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-11-19 07:46:38,708 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:43,713 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-11-19 07:46:44,714 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:49,720 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-11-19 07:46:50,722 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:46:55,727 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-11-19 07:46:56,729 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:47:01,735 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-11-19 07:47:02,737 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-11-19 07:47:07,738 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-19 07:47:08,740 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-19 07:47:13,745 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 ebgp-multihop '2' 2018-11-19 07:47:14,747 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 ebgp-multihop '2' [edit] vyos@vyos# 2018-11-19 07:47:19,752 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 remote-as 65001 2018-11-19 07:47:20,754 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 remote-as 65001 [edit] vyos@vyos# 2018-11-19 07:47:25,760 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 update-source 12.0.0.8 2018-11-19 07:47:26,762 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 update-source 12.0.0.8 [edit] vyos@vyos# 2018-11-19 07:47:31,767 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 soft-reconfiguration inbound 2018-11-19 07:47:32,769 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-11-19 07:47:37,775 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.6 password lab0033 2018-11-19 07:47:38,777 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.6 password lab0033 [edit] vyos@vyos# 2018-11-19 07:47:43,782 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-11-19 07:47:44,784 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-11-19 07:47:49,790 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-11-19 07:47:50,792 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-11-19 07:47:55,797 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-11-19 07:47:56,799 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-11-19 07:48:01,804 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-11-19 07:48:02,806 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-11-19 07:48:07,812 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-11-19 07:48:08,814 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-11-19 07:48:13,819 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-11-19 07:48:14,821 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-11-19 07:48:19,826 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-11-19 07:48:20,828 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-11-19 07:48:25,830 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-11-19 07:48:26,832 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-11-19 07:48:31,833 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-11-19 07:48:32,835 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-11-19 07:48:37,841 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-11-19 07:48:38,843 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-11-19 07:48:43,848 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.8 2018-11-19 07:48:44,850 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.8 [edit] vyos@vyos# 2018-11-19 07:48:49,855 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-11-19 07:48:50,857 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-11-19 07:48:55,880 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 07:48:55,894 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-11-19 07:48:55,894 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-11-19 07:49:55,947 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-11-19 07:49:55,991 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-11-19 07:49:55,995 - paramiko.transport - DEBUG - starting thread (client mode): 0x9e4c0cd0L 2018-11-19 07:49:55,995 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-11-19 07:49:56,000 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-11-19 07:49:56,000 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-11-19 07:49:56,001 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-11-19 07:49:56,001 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-11-19 07:49:56,001 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-11-19 07:49:56,001 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-11-19 07:49:56,001 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-11-19 07:49:56,002 - paramiko.transport - DEBUG - Compression agreed: none 2018-11-19 07:49:56,035 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-11-19 07:49:56,147 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-11-19 07:49:56,147 - paramiko.transport - DEBUG - Switch to new keys ... 2018-11-19 07:49:56,150 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-11-19 07:49:56,184 - paramiko.transport - DEBUG - userauth is OK 2018-11-19 07:49:56,190 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-11-19 07:49:56,190 - paramiko.transport - INFO - Authentication (password) successful! 2018-11-19 07:49:56,214 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-11-19 07:49:56,215 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-11-19 07:49:56,216 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-11-19 07:49:56,216 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-11-19 07:49:56,218 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:49:56,219 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-11-19 07:49:57,221 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-11-19 07:50:27,331 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 07:50:27,361 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-11-19 07:50:27,361 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.6, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.8 4 65002 3 5 0 0 0 00:01:04 10 Total number of neighbors 1 vyos@vyos:~$ 2018-11-19 07:50:27,361 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 | no-more BGP neighbor is 12.0.0.8, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.8 BGP state = Established, up for 00:01:10 Last read 16:17:49, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 5 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.6 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.6, Local port: 179 Foreign host: 12.0.0.8, Foreign port: 47634 Nexthop: 12.0.0.6 Nexthop global: fe80::f816:3eff:fe0c:b25e Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-11-19 07:50:27,361 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.6 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.6 0 32768 i *> 10.0.2.0/24 12.0.0.6 0 32768 i *> 10.0.3.0/24 12.0.0.6 0 32768 i *> 10.0.4.0/24 12.0.0.6 0 32768 i *> 10.0.5.0/24 12.0.0.6 0 32768 i *> 10.0.6.0/24 12.0.0.6 0 32768 i *> 10.0.7.0/24 12.0.0.6 0 32768 i *> 10.0.8.0/24 12.0.0.6 0 32768 i *> 10.0.9.0/24 12.0.0.6 0 32768 i *> 10.0.10.0/24 12.0.0.6 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-11-19 07:50:27,361 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.6 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-11-19 07:50:27,362 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.8 routes | no-more BGP table version is 0, local router ID is 12.0.0.6 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.8 0 0 65002 i *> 10.1.2.0/24 12.0.0.8 0 0 65002 i *> 10.1.3.0/24 12.0.0.8 0 0 65002 i *> 10.1.4.0/24 12.0.0.8 0 0 65002 i *> 10.1.5.0/24 12.0.0.8 0 0 65002 i *> 10.1.6.0/24 12.0.0.8 0 0 65002 i *> 10.1.7.0/24 12.0.0.8 0 0 65002 i *> 10.1.8.0/24 12.0.0.8 0 0 65002 i *> 10.1.9.0/24 12.0.0.8 0 0 65002 i *> 10.1.10.0/24 12.0.0.8 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-11-19 07:50:27,362 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-11-19 07:50:27,362 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'466.6' 2018-11-19 07:50:27,362 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-11-19 07:50:27,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:50:27,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:50:29,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:50: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-54d2220a-f192-4cce-91ed-2e3f22afec07 x-compute-request-id: req-54d2220a-f192-4cce-91ed-2e3f22afec07 Content-Encoding: gzip Content-Length: 1180 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:50:29,177 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54d2220a-f192-4cce-91ed-2e3f22afec07 2018-11-19 07:50:29,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.81449604034s 2018-11-19 07:50:29,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-54d2220a-f192-4cce-91ed-2e3f22afec07 2018-11-19 07:50:29,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 07:50:29,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:50:29,341 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5a8dd255-0334-4492-89f1-432cb22fb8fc x-compute-request-id: req-5a8dd255-0334-4492-89f1-432cb22fb8fc Content-Type: application/json 2018-11-19 07:50:29,341 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b used request id req-5a8dd255-0334-4492-89f1-432cb22fb8fc 2018-11-19 07:50:29,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.160016059875s 2018-11-19 07:50:29,342 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b used request id req-5a8dd255-0334-4492-89f1-432cb22fb8fc 2018-11-19 07:50:29,342 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-11-19 07:50:29,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:50:29,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:50:30,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:50:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66ec9bab-ad22-404a-9700-cfbe43122a1d x-compute-request-id: req-66ec9bab-ad22-404a-9700-cfbe43122a1d Content-Encoding: gzip Content-Length: 1196 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:78:3d:99", "version": 4, "addr": "11.0.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:3d:99", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:d7:72", "version": 4, "addr": "12.0.0.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "8e1dec0d-0f4d-4d61-8823-e82e15cf048b", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:50:29Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-11-19T07:41:21Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "11.0.0.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:1f:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0c:b2:5e", "version": 4, "addr": "12.0.0.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "rel": "bookmark"}], "image": {"id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "links": [{"href": "http://172.30.9.21:8774/images/0a992fae-e3da-4aa8-afdb-f9d238be927c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:42:10.000000", "flavor": {"id": "18b496ba-6866-4443-9569-8a9257c418e3", "links": [{"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}]}, "id": "6b9c2804-7501-4cb6-a46d-c0a8e4ff5622", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:42:11Z", "hostId": "9835fb2416db8e02eaa3506bc0d3042ff47bc08ece60f2dc8e970b7e", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-11-19T07:41:20Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "9d7f526d-9312-4b4b-9af7-dd4e746e2555"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:38:42Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:50:30,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-66ec9bab-ad22-404a-9700-cfbe43122a1d 2018-11-19 07:50:30,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.07082295418s 2018-11-19 07:50:30,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-66ec9bab-ad22-404a-9700-cfbe43122a1d 2018-11-19 07:50:30,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 07:50:30,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:50:30,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:50:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3b77f7a-7e18-40b7-859b-bdc83851e12e x-compute-request-id: req-d3b77f7a-7e18-40b7-859b-bdc83851e12e Content-Type: application/json 2018-11-19 07:50:30,581 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 used request id req-d3b77f7a-7e18-40b7-859b-bdc83851e12e 2018-11-19 07:50:30,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.163785934448s 2018-11-19 07:50:30,581 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 used request id req-d3b77f7a-7e18-40b7-859b-bdc83851e12e 2018-11-19 07:50:30,705 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 07:50:30,706 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 16:21 | PASS | +----------------------+------------------+------------------+----------------+ 2018-11-19 07:50:30,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-11-19 07:50:30,711 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions 2018-11-19 07:50:30,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:30,791 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:30,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:30,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:30,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:30,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:30,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:30,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "terminated", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:59.879Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "53a2a00f-a4b0-4864-af4a-0a964e8779a9"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:40:37.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "a8c2b3e4-6549-4e93-9d78-d1a2cd44e8b4"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-11-19 07:50:30,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:30,792 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:30 GMT 2018-11-19 07:50:30,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:30,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-11-19 07:50:30,792 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:30,793 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.210:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-11-19 07:50:30,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:30,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:30,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:30,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:30,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:30 GMT 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:50:30,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:30,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:50:31,032 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:31,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:31,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:31 GMT 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-11-19 07:50:31,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:31,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:50:31,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:31,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:31,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:31,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:31 GMT 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:50:31,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:36,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:50:36,217 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:36,217 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:36,217 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:36,217 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:31.657Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:31.657Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:33.009Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:33.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:33.009Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:33.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:33.009Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:33.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:33.009Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:33.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:33.009Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:33.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:33.009Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:33.009Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:34.116Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 8e1dec0d-0f4d-4d61-8823-e82e15cf048b could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 8e1dec0d-0f4d-4d61-8823-e82e15cf048b 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 8e1dec0d-0f4d-4d61-8823-e82e15cf048b could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-19T07:50:34.116Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:35.129Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:35.129Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:35.129Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 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 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-19T07:50:35.129Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:35.129Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:35.129Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:36 GMT 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-11-19 07:50:36,218 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:36,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-11-19 07:50:36,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:50:36,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-11-19 07:50:36,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:36,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:36,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:50:36,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-11-19 07:50:36,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 8e1dec0d-0f4d-4d61-8823-e82e15cf048b could not be found. [status_code=404] 2018-11-19 07:50:36,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-11-19 07:50:36,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 could not be found. [status_code=404] 2018-11-19 07:50:36,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-11-19 07:50:36,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:50:36,280 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:50:36,281 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:36,282 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:36 GMT 2018-11-19 07:50:36,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:36,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:50:36,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:41,287 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:50:41,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:37.396Z", "message": "Detaching port c4d89914-144a-4ed9-9757-5f6e378a1929...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:37.396Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "7f90eeab-575b-408f-815e-148e93ce887a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:38.115Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:38.115Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:38.333Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:38.333Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:38.333Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:38.333Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:38.486Z", "message": "Detaching port d6645c2b-b62f-40a2-b2c2-22d1db09f1f0...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:38.486Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "add4cdd9-817b-4db6-bc11-8088b945da5b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:38.486Z", "message": "Successfully detached port c4d89914-144a-4ed9-9757-5f6e378a1929", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:38.486Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "7f90eeab-575b-408f-815e-148e93ce887a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:38.486Z", "message": "Successfully detached port d6645c2b-b62f-40a2-b2c2-22d1db09f1f0", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:38.486Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "add4cdd9-817b-4db6-bc11-8088b945da5b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:39.369Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:39.369Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:39.369Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:39.369Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:39.369Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:39.369Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:40.858Z", "message": "Detaching port 47f57100-5a1f-4870-a0ef-5fe44e9e0868...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:40.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "23cc9e3e-a520-482f-9b03-f1f82b7f58ad"}], "metadata": {"pagination": {"total": 24, "offset": 11, "size": 50}}} 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:41 GMT 2018-11-19 07:50:41,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:41,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5725 2018-11-19 07:50:41,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:41,358 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port c4d89914-144a-4ed9-9757-5f6e378a1929... 2018-11-19 07:50:41,358 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-19 07:50:41,358 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-11-19 07:50:41,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-11-19 07:50:41,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port d6645c2b-b62f-40a2-b2c2-22d1db09f1f0... 2018-11-19 07:50:41,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port c4d89914-144a-4ed9-9757-5f6e378a1929 2018-11-19 07:50:41,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port d6645c2b-b62f-40a2-b2c2-22d1db09f1f0 2018-11-19 07:50:41,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-11-19 07:50:41,359 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-11-19 07:50:41,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-19 07:50:41,360 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 47f57100-5a1f-4870-a0ef-5fe44e9e0868... 2018-11-19 07:50:41,360 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:50:41,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:41,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:41,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:41,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:41,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:41 GMT 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:50:41,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:46,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:50:46,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:46,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:46,545 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:46,545 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:46,545 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:41.456Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:41.456Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:41.656Z", "message": "Detaching port 55ab7206-be19-49cc-9383-63b2aecc3fd1...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:41.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "56d73224-09ab-4c52-91cd-fa4564ed8c35"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:41.656Z", "message": "Successfully detached port 47f57100-5a1f-4870-a0ef-5fe44e9e0868", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:41.656Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "23cc9e3e-a520-482f-9b03-f1f82b7f58ad"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:42.417Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:42.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:42.417Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:42.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:42.417Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:42.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:42.417Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:42.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:42.417Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:42.417Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:42.721Z", "message": "Successfully detached port 55ab7206-be19-49cc-9383-63b2aecc3fd1", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:42.721Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "56d73224-09ab-4c52-91cd-fa4564ed8c35"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:43.428Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:43.428Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:43.428Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:43.428Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:43.764Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:43.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "07bafe89-9a14-44c4-a731-eb08eebc7c88"}, {"node_instance_id": "target_vnf_host_cah3i5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:43.764Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:43.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "3bd66747-6eb9-4149-824d-2fccae2f8039"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:44.457Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:44.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:44.457Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:44.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_host_cah3i5", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:44.457Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 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 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-19T07:50:44.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_host_w6m2zb", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:44.457Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 8e1dec0d-0f4d-4d61-8823-e82e15cf048b could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 8e1dec0d-0f4d-4d61-8823-e82e15cf048b 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 8e1dec0d-0f4d-4d61-8823-e82e15cf048b could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-11-19T07:50:44.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.544Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:45.883Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:45.883Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "2bc6f87a-2fda-4d26-9486-4bb025e30e32"}], "metadata": {"pagination": {"total": 52, "offset": 22, "size": 50}}} 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:46 GMT 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17585 2018-11-19 07:50:46,546 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:46,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-19 07:50:46,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 55ab7206-be19-49cc-9383-63b2aecc3fd1... 2018-11-19 07:50:46,547 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 47f57100-5a1f-4870-a0ef-5fe44e9e0868 2018-11-19 07:50:46,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:46,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:46,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:50:46,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:50:46,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-11-19 07:50:46,548 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 55ab7206-be19-49cc-9383-63b2aecc3fd1 2018-11-19 07:50:46,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-11-19 07:50:46,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-11-19 07:50:46,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-11-19 07:50:46,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-11-19 07:50:46,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:46,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:46,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 6b9c2804-7501-4cb6-a46d-c0a8e4ff5622 could not be found. [status_code=404] 2018-11-19 07:50:46,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 8e1dec0d-0f4d-4d61-8823-e82e15cf048b could not be found. [status_code=404] 2018-11-19 07:50:46,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:46,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-11-19 07:50:46,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-19 07:50:46,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:46,550 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:46,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:46,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-11-19 07:50:46,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-19 07:50:46,551 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-19 07:50:46,551 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:50:46,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:46,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:46,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:46,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:46,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:46,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:46,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:46,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:50:46,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:46,628 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:46 GMT 2018-11-19 07:50:46,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:46,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:50:46,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:51,634 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:50:51,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:51,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:51,709 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:51,709 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:51,709 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:51,709 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:51,709 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:51,710 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_4ukvbx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.626Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.626Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.626Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.626Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.626Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.626Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.626Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.626Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "keypair_4ukvbx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.868Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "68944fb8-e6b4-4bd0-826b-01a815d3dd3a"}, {"node_instance_id": "keypair_4ukvbx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:46.868Z", "message": "deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem", "level": "debug", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:46.868Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "68944fb8-e6b4-4bd0-826b-01a815d3dd3a"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.644Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.644Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.644Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.644Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_data_plane_port_i026i3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.644Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "keypair_4ukvbx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.644Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.644Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_port_fnt906", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.890Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.890Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "02aefec8-22b7-40e1-b8bf-19f691997798"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:47.890Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:47.890Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "9e214fb7-1e2f-4a58-af28-eff1ecb22c18"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:48.666Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:48.666Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:48.666Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:48.666Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:48.666Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:48.666Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_data_plane_port_71gjr7", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:48.666Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:48.666Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_port_xxauab", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:48.914Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:48.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "15489a17-df20-407f-b281-8ae8506a8e27"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:49.759Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:49.759Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:49.759Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:49.759Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:49.759Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:49.759Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:49.759Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:49.759Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_port_fnt906", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:49.759Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:49.759Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:50.340Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:50.340Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "25eb45d5-e89f-428f-81cb-12cac014ccad"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:50.777Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:50.777Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:50.777Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:50.777Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_port_xxauab", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:50.777Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:50.777Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:51.556Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:51.556Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "9edcf9a3-7b40-4c4a-90a5-705f44133cd2"}], "metadata": {"pagination": {"total": 84, "offset": 48, "size": 50}}} 2018-11-19 07:50:51,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:51,710 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:51 GMT 2018-11-19 07:50:51,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:51,710 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16164 2018-11-19 07:50:51,710 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:51,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:51,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:51,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-19 07:50:51,711 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-11-19 07:50:51,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-19 07:50:51,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-11-19 07:50:51,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-11-19 07:50:51,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-11-19 07:50:51,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-11-19 07:50:51,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:51,712 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-19 07:50:51,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-19 07:50:51,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-11-19 07:50:51,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-19 07:50:51,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-11-19 07:50:51,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-19 07:50:51,713 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-19 07:50:51,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:51,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-11-19 07:50:51,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-11-19 07:50:51,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-19 07:50:51,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-11-19 07:50:51,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:51,714 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-11-19 07:50:51,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:51,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-11-19 07:50:51,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-19 07:50:51,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-11-19 07:50:51,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:51,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:51,715 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-11-19 07:50:51,716 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-11-19 07:50:51,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:51,808 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:50:51,809 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:51,809 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:51 GMT 2018-11-19 07:50:51,809 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:51,809 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:50:51,809 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:56,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:50:56,887 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:56,887 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:51.809Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:51.809Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:51.809Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:51.809Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:51.809Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:51.809Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:51.809Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:51.809Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:51.809Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:51.809Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "reference_vnf_ip_ergd9l", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.839Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "security_group_d0rvcm", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:52.966Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:52.966Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "1cc3efca-0d1e-45fe-abbf-2544b6590d6c"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:53.856Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:53.856Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_subnet_aqvgmf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:53.856Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:53.856Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_ip_n6z121", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:53.926Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:53.926Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "351280c0-d115-487a-81ea-48bdea3366b2"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:54.873Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:54.873Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:54.873Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:54.873Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_network_sr2a8d", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:54.873Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:54.873Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "target_vnf_ip_n6z121", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:54.873Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:54.873Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "security_group_d0rvcm", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:54.873Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:54.873Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "data_plane_network_sr2a8d", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:54.977Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:54.977Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "02146fc3-e6c5-4b33-8eef-3945532eae54"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:55.885Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:55.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:55.885Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:55.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:55.885Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:55.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:55.885Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:55.885Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_subnet_czzg13", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:56.521Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:56.521Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "6153fb45-5e7c-4ad2-a734-56ecd51d6f7a"}], "metadata": {"pagination": {"total": 113, "offset": 80, "size": 50}}} 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:56 GMT 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:56,888 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14612 2018-11-19 07:50:56,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:50:56,889 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-19 07:50:56,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:56,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:56,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:56,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-19 07:50:56,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:56,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:56,890 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-11-19 07:50:56,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-11-19 07:50:56,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-11-19 07:50:56,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-11-19 07:50:56,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-11-19 07:50:56,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-11-19 07:50:56,891 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-19 07:50:56,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-11-19 07:50:56,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:50:56,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-11-19 07:50:56,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-11-19 07:50:56,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:56,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-11-19 07:50:56,892 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-11-19 07:50:56,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-11-19 07:50:56,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-11-19 07:50:56,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-11-19 07:50:56,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:50:56,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-11-19 07:50:56,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-11-19 07:50:56,893 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-11-19 07:50:56,894 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-11-19 07:50:56,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:50:56,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:50:56,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:50:56,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:50:56,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:50:56,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:50:56,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:50:56,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:50:56,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:50:56,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:50:56,952 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:50:56 GMT 2018-11-19 07:50:56,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:50:56,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:50:56,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:01,958 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:51:02,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:02,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:02,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:02,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:02,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:02,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:02,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:02,022 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_sr2a8d", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:56.909Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:56.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_subnet_czzg13", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:50:59.935Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:50:59.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:00.921Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:00.921Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "router_jwlv78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:00.921Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:00.921Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "router_jwlv78", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:01.932Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:01.932Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "2d13cc64-d727-4d89-be0a-010214f7be39"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:01.935Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:01.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "router_jwlv78", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:01.935Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:01.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:01.935Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:01.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "router_jwlv78", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:01.935Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:01.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:01.935Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:01.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "router_jwlv78", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:01.935Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:01.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}], "metadata": {"pagination": {"total": 124, "offset": 109, "size": 50}}} 2018-11-19 07:51:02,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:02,022 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:02 GMT 2018-11-19 07:51:02,022 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:02,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5497 2018-11-19 07:51:02,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:02,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-11-19 07:51:02,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-11-19 07:51:02,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:51:02,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:51:02,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-11-19 07:51:02,023 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:51:02,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:51:02,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-11-19 07:51:02,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-11-19 07:51:02,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-11-19 07:51:02,024 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-11-19 07:51:02,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:51:02,084 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:02,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:02,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:02,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:02,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:02 GMT 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:51:02,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:07,091 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:51:07,219 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_pixs91", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:02.945Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:02.945Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "3066e90f-1054-4510-99c7-498d3ada3cec"}, {"node_instance_id": "management_plane_network_pixs91", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:03.344Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:03.344Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "router_jwlv78", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:05.332Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:05.332Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "external_network_902x0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:06.587Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:06.587Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "external_network_902x0m", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:06.587Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:06.587Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "external_network_902x0m", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:06.955Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:06.955Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": "external_network_902x0m", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:06.955Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:06.955Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}], "metadata": {"pagination": {"total": 131, "offset": 120, "size": 50}}} 2018-11-19 07:51:07,220 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:07,221 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:07 GMT 2018-11-19 07:51:07,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:07,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3590 2018-11-19 07:51:07,221 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:07,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-11-19 07:51:07,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-11-19 07:51:07,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-11-19 07:51:07,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-11-19 07:51:07,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-11-19 07:51:07,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-11-19 07:51:07,222 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-11-19 07:51:07,222 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:51:07,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:07,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:07,285 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:07,285 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:07,285 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:07,285 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:07,285 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:07,286 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:51:07,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:07,286 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:07 GMT 2018-11-19 07:51:07,286 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:07,286 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-11-19 07:51:07,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:12,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/events 2018-11-19 07:51:12,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_902x0m", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:07.388Z", "message": "not deleting network since an external network is being used", "level": "info", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:07.388Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6", "logger": "78ed7653-3a57-403a-973c-5b48b6dd6030"}, {"node_instance_id": "external_network_902x0m", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:08.014Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:08.014Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-11-19T07:51:08.014Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-11-19T07:51:08.014Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "744893c7-1c97-464a-8881-9fcef28903c6"}], "metadata": {"pagination": {"total": 134, "offset": 127, "size": 50}}} 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:12 GMT 2018-11-19 07:51:12,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:12,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1612 2018-11-19 07:51:12,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:12,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-11-19 07:51:12,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-11-19 07:51:12,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-11-19 07:51:12,361 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.210:80/api/v3/executions/744893c7-1c97-464a-8881-9fcef28903c6 2018-11-19 07:51:12,419 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:50:30.864Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "744893c7-1c97-464a-8881-9fcef28903c6"} 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:12,420 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:12 GMT 2018-11-19 07:51:12,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:12,421 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-11-19 07:51:12,421 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:12,421 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/deployments/vrouter-opnfv 2018-11-19 07:51:12,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:12,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:12,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:12,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:12,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:12,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:12,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:12,706 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-19 07:51:12,706 - 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": "18b496ba-6866-4443-9569-8a9257c418e3", "target_vnf_flavor_id": "18b496ba-6866-4443-9569-8a9257c418e3", "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_1a74d200-9ba2-4692-88c4-28f37275bb03", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "keystone_password": "5bdfd89e-4bd9-4f88-83a8-2c11c31d3466", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.21: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": "0a992fae-e3da-4aa8-afdb-f9d238be927c", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-opnfv", "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:58.952Z", "updated_at": "2018-11-19T07:39:58.952Z", "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-11-19 07:51:12,707 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:12,707 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:12 GMT 2018-11-19 07:51:12,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:12,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-11-19 07:51:12,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:12,708 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.210:80/api/v3/blueprints/vrouter-opnfv 2018-11-19 07:51:12,784 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-11-19 07:51:12,784 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-11-19 07:51:12,785 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-11-19 07:51:12,785 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.2 2018-11-19 07:51:12,785 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-11-19 07:51:12,785 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-11-19 07:51:12,785 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-11-19 07:51:12,785 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-11-19 07:51:12,785 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "function-test-openstack-blueprint.yaml", "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "tenant_name": "default_tenant", "created_at": "2018-11-19T07:39:58.745Z", "updated_at": "2018-11-19T07:39:58.745Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_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"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "management_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "resource_id": {"get_input": "management_plane_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "reference_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_data_plane_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "management_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "management_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "11.0.0.0/24"}, "resource_id": {"get_input": "management_plane_subnet_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, "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": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.create"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.delete"}}, "name": "data_plane_subnet", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Subnet", "cloudify.openstack.nodes.Subnet"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.subnet.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.subnet.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.subnet.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "resource_id": {"get_input": "data_plane_subnet_name"}, "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, "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.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "target_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.delete"}}, "name": "keypair", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.openstack.nodes.KeyPair"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.keypair.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.keypair.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.keypair.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "keypair", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.KeyPair", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "keypair_name"}, "create_if_missing": false, "keypair": {}, "private_key_path": {"get_input": "ssh_key_filename"}, "use_external_resource": false}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.disconnect_port"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.connect_port"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_ip", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_floating_ip", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.delete"}}, "name": "target_vnf_port", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Port", "cloudify.openstack.nodes.Port"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.port.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.port.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.port.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "data_plane_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": false, "resource_id": {"get_input": "data_plane_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"use_external_resource": true, "resource_id": {"get_input": "external_network_name"}, "network": {}, "create_if_missing": false, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "openstack_config": {}, "start_retry_interval": 30}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.delete"}}, "name": "reference_vnf_ip", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.VirtualIP", "cloudify.openstack.nodes.FloatingIP"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.floatingip.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.floatingip.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.floatingip.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_ip", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.FloatingIP", "properties": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": ""}}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-11-19 07:51:12,786 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-11-19 07:51:12,786 - cloudify.rest_client.http - DEBUG - response header: Date: Mon, 19 Nov 2018 07:51:12 GMT 2018-11-19 07:51:12,787 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-11-19 07:51:12,787 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-11-19 07:51:12,787 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-11-19 07:51:12,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 07:51:12,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:14,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6888e113-7e8d-42fe-9a27-576928671e99 Date: Mon, 19 Nov 2018 07:51:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:51:14,227 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c used request id req-6888e113-7e8d-42fe-9a27-576928671e99 2018-11-19 07:51:14,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.42845797539s 2018-11-19 07:51:14,227 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/0a992fae-e3da-4aa8-afdb-f9d238be927c used request id req-6888e113-7e8d-42fe-9a27-576928671e99 2018-11-19 07:51:14,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:51:14,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:14,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51: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-92a8f6bb-4175-4cd2-b77f-3b28c66056bb x-compute-request-id: req-92a8f6bb-4175-4cd2-b77f-3b28c66056bb Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/18b496ba-6866-4443-9569-8a9257c418e3", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 50, "id": "18b496ba-6866-4443-9569-8a9257c418e3", "name": "vyos_vrouter-flavor_alt_1a74d200-9ba2-4692-88c4-28f37275bb03", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "name": "vyos_vrouter-flavor_1a74d200-9ba2-4692-88c4-28f37275bb03", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:51:14,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-92a8f6bb-4175-4cd2-b77f-3b28c66056bb 2018-11-19 07:51:14,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.186805963516s 2018-11-19 07:51:14,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-92a8f6bb-4175-4cd2-b77f-3b28c66056bb 2018-11-19 07:51:14,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 07:51:14,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:14,463 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:51: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-05ae6151-575d-40f4-a6fc-2fbd6d38aa39 x-compute-request-id: req-05ae6151-575d-40f4-a6fc-2fbd6d38aa39 Content-Length: 0 Content-Type: application/json 2018-11-19 07:51:14,463 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3 used request id req-05ae6151-575d-40f4-a6fc-2fbd6d38aa39 2018-11-19 07:51:14,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045599937439s 2018-11-19 07:51:14,463 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/18b496ba-6866-4443-9569-8a9257c418e3 used request id req-05ae6151-575d-40f4-a6fc-2fbd6d38aa39 2018-11-19 07:51:14,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 07:51:14,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/0a00371c-4874-4ddc-95b8-145f2d656f79.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:15,904 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8123835-b263-408c-b375-89561d268386 Content-Length: 0 Date: Mon, 19 Nov 2018 07:51:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:51:15,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/0a00371c-4874-4ddc-95b8-145f2d656f79.json used request id req-e8123835-b263-408c-b375-89561d268386 2018-11-19 07:51:15,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.43833303452s 2018-11-19 07:51:15,905 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/0a00371c-4874-4ddc-95b8-145f2d656f79.json used request id req-e8123835-b263-408c-b375-89561d268386 2018-11-19 07:51:15,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 07:51:15,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:16,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ffdbc1f3-2560-40e1-8bca-a9e40285c729 Date: Mon, 19 Nov 2018 07:51:16 GMT RESP BODY: {"floatingips": []} 2018-11-19 07:51:16,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ffdbc1f3-2560-40e1-8bca-a9e40285c729 2018-11-19 07:51:16,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.167778015137s 2018-11-19 07:51:16,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ffdbc1f3-2560-40e1-8bca-a9e40285c729 2018-11-19 07:51:16,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-11-19 07:51:16,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:16,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:51: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-5c1070f5-8f86-4c9a-90d1-3bcb0ce3d754 x-compute-request-id: req-5c1070f5-8f86-4c9a-90d1-3bcb0ce3d754 Content-Type: application/json 2018-11-19 07:51:16,235 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 used request id req-5c1070f5-8f86-4c9a-90d1-3bcb0ce3d754 2018-11-19 07:51:16,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.155371904373s 2018-11-19 07:51:16,235 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84 used request id req-5c1070f5-8f86-4c9a-90d1-3bcb0ce3d754 2018-11-19 07:51:16,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:51:16,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:17,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51: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-27d66db6-3d43-43a9-b407-e8aaab75ac9b x-compute-request-id: req-27d66db6-3d43-43a9-b407-e8aaab75ac9b Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:51:16Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:51:17,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27d66db6-3d43-43a9-b407-e8aaab75ac9b 2018-11-19 07:51:17,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32882189751s 2018-11-19 07:51:17,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-27d66db6-3d43-43a9-b407-e8aaab75ac9b 2018-11-19 07:51:17,566 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:51:19,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:51:19,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:20,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51: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-597298f0-ef40-4b2a-b22a-dd3da76459e2 x-compute-request-id: req-597298f0-ef40-4b2a-b22a-dd3da76459e2 Content-Encoding: gzip Content-Length: 754 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:18:a3", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "rel": "bookmark"}], "image": {"id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "links": [{"href": "http://172.30.9.21:8774/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-11-19T07:38:41.000000", "flavor": {"id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "links": [{"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}]}, "id": "817b63e8-5a6b-48bd-9efa-c6de2b9a3d84", "security_groups": [{"name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}], "user_id": "debd93da47b6407fa8b9cc38b1c24a64", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-11-19T07:51:16Z", "hostId": "b4b2543af7a68cffe6a9892b8a628496ce9dd7dc04e384b37d056428", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03", "name": "vyos_vrouter-vm_1a74d200-9ba2-4692-88c4-28f37275bb03", "created": "2018-11-19T07:36:03Z", "tenant_id": "6bd918990f464a31acabba3268a99807", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-11-19 07:51:20,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-597298f0-ef40-4b2a-b22a-dd3da76459e2 2018-11-19 07:51:20,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.84645485878s 2018-11-19 07:51:20,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-597298f0-ef40-4b2a-b22a-dd3da76459e2 2018-11-19 07:51:20,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-11-19 07:51:22,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-11-19 07:51:22,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:22,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b654b833-24d9-4d5e-983b-ac3beb446eb7 x-compute-request-id: req-b654b833-24d9-4d5e-983b-ac3beb446eb7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-19 07:51:22,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b654b833-24d9-4d5e-983b-ac3beb446eb7 2018-11-19 07:51:22,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.266000986099s 2018-11-19 07:51:22,687 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b654b833-24d9-4d5e-983b-ac3beb446eb7 2018-11-19 07:51:22,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:51:22,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:22,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-4f488085-9a94-489b-bc42-768cbd86415c Date: Mon, 19 Nov 2018 07:51:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:35:56Z", "updated_at": "2018-11-19T07:35:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "2a7d5be3-e23f-4db9-a351-5812e3f32126", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:56Z", "revision_number": 0, "id": "307e1d83-beaf-49c2-8fbf-245c6fff9b36", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:56Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-11-19T07:35:59Z", "revision_number": 0, "id": "54a721dc-6873-45e7-851a-2392443ae88d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:59Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "ba50c7f5-628c-41fb-8e5b-fc8eed71f137", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-19T07:35:57Z", "revision_number": 0, "id": "cb790e32-9104-4d68-9a9e-711615a0a6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:57Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-11-19T07:35:58Z", "revision_number": 0, "id": "d1ff30a7-9396-490b-a61c-c0c5ab5a96c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 443, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-11-19T07:35:58Z", "revision_number": 0, "id": "dcafd4d9-6648-418e-8a3a-46ddee6b2e8f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:58Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 80, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-11-19T07:35:59Z", "revision_number": 0, "id": "e6fad35e-da2f-4dae-9b77-9ee0c5eacafb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:35:59Z", "security_group_id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 8, "project_id": "6bd918990f464a31acabba3268a99807", "id": "9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2", "name": "vyos_vrouter-sg_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:51:22,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4f488085-9a94-489b-bc42-768cbd86415c 2018-11-19 07:51:22,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.05779504776s 2018-11-19 07:51:22,749 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4f488085-9a94-489b-bc42-768cbd86415c 2018-11-19 07:51:22,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 07:51:22,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:22,965 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c944478-1803-40a9-acec-85b4336e7e09 Content-Length: 0 Date: Mon, 19 Nov 2018 07:51:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:51:22,965 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2.json used request id req-1c944478-1803-40a9-acec-85b4336e7e09 2018-11-19 07:51:22,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.2125852108s 2018-11-19 07:51:22,965 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/9b6f6bbd-bfe7-4034-a187-9ca63d6f73e2.json used request id req-1c944478-1803-40a9-acec-85b4336e7e09 2018-11-19 07:51:22,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-11-19 07:51:22,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:23,004 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce2ecb5d-79a5-4caa-82b5-35125a0f1a80 x-compute-request-id: req-ce2ecb5d-79a5-4caa-82b5-35125a0f1a80 Content-Length: 0 Content-Type: application/json 2018-11-19 07:51:23,004 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03 used request id req-ce2ecb5d-79a5-4caa-82b5-35125a0f1a80 2018-11-19 07:51:23,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0385320186615s 2018-11-19 07:51:23,004 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_1a74d200-9ba2-4692-88c4-28f37275bb03 used request id req-ce2ecb5d-79a5-4caa-82b5-35125a0f1a80 2018-11-19 07:51:23,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-19 07:51:23,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d/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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" -d '{"subnet_id": "22adbe2c-a662-42db-ab88-f04d90e13b48"}' 2018-11-19 07:51:25,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-860b08d9-45dd-4d35-9918-440c210a166b Date: Mon, 19 Nov 2018 07:51:25 GMT RESP BODY: {"network_id": "cabcec50-1657-4025-97fe-cb0b20914340", "tenant_id": "6bd918990f464a31acabba3268a99807", "subnet_id": "22adbe2c-a662-42db-ab88-f04d90e13b48", "subnet_ids": ["22adbe2c-a662-42db-ab88-f04d90e13b48"], "port_id": "fe40a15e-6662-461c-9b8e-966bcb5e1201", "id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d"} 2018-11-19 07:51:25,059 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d/remove_router_interface.json used request id req-860b08d9-45dd-4d35-9918-440c210a166b 2018-11-19 07:51:25,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.05385899544s 2018-11-19 07:51:25,059 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d/remove_router_interface.json used request id req-860b08d9-45dd-4d35-9918-440c210a166b returning object 76a71d66-29a1-4972-8a7e-7cbcf61bfc1d 2018-11-19 07:51:25,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-19 07:51:25,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:25,298 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-08257ff4-df29-4506-91f1-f5e85dcba736 Date: Mon, 19 Nov 2018 07:51:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:12Z", "admin_state_up": true, "updated_at": "2018-11-19T07:51:24Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "6bd918990f464a31acabba3268a99807", "id": "76a71d66-29a1-4972-8a7e-7cbcf61bfc1d", "name": "vyos_vrouter-router_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:51:25,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-08257ff4-df29-4506-91f1-f5e85dcba736 2018-11-19 07:51:25,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.238811969757s 2018-11-19 07:51:25,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-08257ff4-df29-4506-91f1-f5e85dcba736 2018-11-19 07:51:25,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-19 07:51:25,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:28,625 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-794d3206-2238-4020-a584-8311f6822099 Content-Length: 0 Date: Mon, 19 Nov 2018 07:51:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:51:28,625 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d.json used request id req-794d3206-2238-4020-a584-8311f6822099 2018-11-19 07:51:28,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.32441210747s 2018-11-19 07:51:28,625 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/76a71d66-29a1-4972-8a7e-7cbcf61bfc1d.json used request id req-794d3206-2238-4020-a584-8311f6822099 2018-11-19 07:51:28,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 07:51:28,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:28,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-4cacafe1-07f3-463f-816c-42e5923fcdb7 Date: Mon, 19 Nov 2018 07:51:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cabcec50-1657-4025-97fe-cb0b20914340","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:34: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":"6bd918990f464a31acabba3268a99807","id":"22adbe2c-a662-42db-ab88-f04d90e13b48","subnetpool_id":null,"name":"vyos_vrouter-subnet_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:51:28,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4cacafe1-07f3-463f-816c-42e5923fcdb7 2018-11-19 07:51:28,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.196460962296s 2018-11-19 07:51:28,823 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4cacafe1-07f3-463f-816c-42e5923fcdb7 2018-11-19 07:51:28,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-19 07:51:28,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/22adbe2c-a662-42db-ab88-f04d90e13b48.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:31,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5b6fe0f4-9119-467e-a9e4-67c577e8e0da Date: Mon, 19 Nov 2018 07:51:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:51:31,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/22adbe2c-a662-42db-ab88-f04d90e13b48.json used request id req-5b6fe0f4-9119-467e-a9e4-67c577e8e0da 2018-11-19 07:51:31,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35200619698s 2018-11-19 07:51:31,176 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/22adbe2c-a662-42db-ab88-f04d90e13b48.json used request id req-5b6fe0f4-9119-467e-a9e4-67c577e8e0da 2018-11-19 07:51:31,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:51:31,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:31,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1199 X-Openstack-Request-Id: req-40ef5faf-8108-4c8a-9885-b91689e96437 Date: Mon, 19 Nov 2018 07:51:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","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-11-19T07:51:30Z","tenant_id":"6bd918990f464a31acabba3268a99807","created_at":"2018-11-19T07:34:09Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"6bd918990f464a31acabba3268a99807","id":"cabcec50-1657-4025-97fe-cb0b20914340","name":"vyos_vrouter-net_1a74d200-9ba2-4692-88c4-28f37275bb03"}]} 2018-11-19 07:51:31,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-40ef5faf-8108-4c8a-9885-b91689e96437 2018-11-19 07:51:31,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.131438970566s 2018-11-19 07:51:31,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-40ef5faf-8108-4c8a-9885-b91689e96437 2018-11-19 07:51:31,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-19 07:51:31,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/cabcec50-1657-4025-97fe-cb0b20914340.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:32,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6eb8c909-eda9-4c9d-98fe-47e93b000d1f Date: Mon, 19 Nov 2018 07:51:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:51:32,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/cabcec50-1657-4025-97fe-cb0b20914340.json used request id req-6eb8c909-eda9-4c9d-98fe-47e93b000d1f 2018-11-19 07:51:32,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25989198685s 2018-11-19 07:51:32,570 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/cabcec50-1657-4025-97fe-cb0b20914340.json used request id req-6eb8c909-eda9-4c9d-98fe-47e93b000d1f 2018-11-19 07:51:32,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:51:32,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:32,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-8059f6a3-1291-474f-8479-2a8df112a33a Date: Mon, 19 Nov 2018 07:51:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "metadata": {}}], "file": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf/file", "owner": "6bd918990f464a31acabba3268a99807", "id": "01742128-d1b0-4e36-bb90-281d3e90efcf", "size": 4373348352, "self": "/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/01742128-d1b0-4e36-bb90-281d3e90efcf/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-11-19T07:35:55Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_1a74d200-9ba2-4692-88c4-28f37275bb03", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-11-19T07:34:42Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:51:32,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8059f6a3-1291-474f-8479-2a8df112a33a 2018-11-19 07:51:32,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186886072159s 2018-11-19 07:51:32,758 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8059f6a3-1291-474f-8479-2a8df112a33a 2018-11-19 07:51:32,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 07:51:32,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1706f65b4acd727c3c957d52d2ef342dba7dce0e" 2018-11-19 07:51:37,747 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04bbfd43-e2e1-4db1-8ace-0d0ead418a15 Date: Mon, 19 Nov 2018 07:51:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:51:37,747 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf used request id req-04bbfd43-e2e1-4db1-8ace-0d0ead418a15 2018-11-19 07:51:37,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 4.98805093765s 2018-11-19 07:51:37,748 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/01742128-d1b0-4e36-bb90-281d3e90efcf used request id req-04bbfd43-e2e1-4db1-8ace-0d0ead418a15 2018-11-19 07:51:37,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 07:51:37,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:37,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51: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-89c1974a-7f58-4d4c-a984-aa0502253206 x-compute-request-id: req-89c1974a-7f58-4d4c-a984-aa0502253206 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 40, "id": "4831338f-94fd-4774-ab3d-d4f54d78a778", "name": "vyos_vrouter-flavor_1a74d200-9ba2-4692-88c4-28f37275bb03", "vcpus": 2, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 07:51:37,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-89c1974a-7f58-4d4c-a984-aa0502253206 2018-11-19 07:51:37,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0441560745239s 2018-11-19 07:51:37,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-89c1974a-7f58-4d4c-a984-aa0502253206 2018-11-19 07:51:37,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 07:51:37,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:37,852 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 07:51: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-b4d52fe2-f7eb-49f8-85fa-c012a1a3d3ca x-compute-request-id: req-b4d52fe2-f7eb-49f8-85fa-c012a1a3d3ca Content-Length: 0 Content-Type: application/json 2018-11-19 07:51:37,852 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778 used request id req-b4d52fe2-f7eb-49f8-85fa-c012a1a3d3ca 2018-11-19 07:51:37,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.058100938797s 2018-11-19 07:51:37,853 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4831338f-94fd-4774-ab3d-d4f54d78a778 used request id req-b4d52fe2-f7eb-49f8-85fa-c012a1a3d3ca 2018-11-19 07:51:37,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:51:37,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:37,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-376610bd-6e9d-439f-8bfe-f7183e8728c2 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03", "links": {"self": "http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64"}, "domain_id": "default", "enabled": true, "id": "debd93da47b6407fa8b9cc38b1c24a64", "options": {}}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 07:51:37,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-376610bd-6e9d-439f-8bfe-f7183e8728c2 2018-11-19 07:51:37,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101683855057s 2018-11-19 07:51:37,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-376610bd-6e9d-439f-8bfe-f7183e8728c2 2018-11-19 07:51:37,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:51:37,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:38,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2482be98-60b6-47aa-8187-3b124f4ca367 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64"}, "enabled": true, "id": "debd93da47b6407fa8b9cc38b1c24a64", "options": {}, "domain_id": "default", "name": "vyos_vrouter-user_1a74d200-9ba2-4692-88c4-28f37275bb03"}} 2018-11-19 07:51:38,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 used request id req-2482be98-60b6-47aa-8187-3b124f4ca367 2018-11-19 07:51:38,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115293979645s 2018-11-19 07:51:38,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 used request id req-2482be98-60b6-47aa-8187-3b124f4ca367 2018-11-19 07:51:38,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 07:51:38,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:38,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c43d6e23-477a-4edc-986d-b826794f3165 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:51:38,427 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 used request id req-c43d6e23-477a-4edc-986d-b826794f3165 2018-11-19 07:51:38,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.349980831146s 2018-11-19 07:51:38,428 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/debd93da47b6407fa8b9cc38b1c24a64 used request id req-c43d6e23-477a-4edc-986d-b826794f3165 2018-11-19 07:51:38,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:51:38,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:38,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87d88dc7-236a-473d-9675-7f4a4a6b5f2f Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807"}, "enabled": true, "id": "6bd918990f464a31acabba3268a99807", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_1a74d200-9ba2-4692-88c4-28f37275bb03"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 07:51:38,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-87d88dc7-236a-473d-9675-7f4a4a6b5f2f 2018-11-19 07:51:38,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0918829441071s 2018-11-19 07:51:38,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-87d88dc7-236a-473d-9675-7f4a4a6b5f2f 2018-11-19 07:51:38,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 07:51:38,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:38,701 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b74f9f07-5b65-4138-8c15-08bce63fd084 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:51:38,702 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807 used request id req-b74f9f07-5b65-4138-8c15-08bce63fd084 2018-11-19 07:51:38,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.178589105606s 2018-11-19 07:51:38,702 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/6bd918990f464a31acabba3268a99807 used request id req-b74f9f07-5b65-4138-8c15-08bce63fd084 2018-11-19 07:51:38,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:51:38,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:38,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1715231a-38ab-4442-acc4-d2bf97c93c97 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "89d31682733c4b9a8e48338bca089b7f", "links": {"self": "http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f"}, "name": "Member"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:51:38,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1715231a-38ab-4442-acc4-d2bf97c93c97 2018-11-19 07:51:38,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0769109725952s 2018-11-19 07:51:38,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 07:51:38,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:38,890 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:51:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60058337-4045-4f73-84ee-757d71a02228 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:51:38,890 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/89d31682733c4b9a8e48338bca089b7f used request id req-60058337-4045-4f73-84ee-757d71a02228 2018-11-19 07:51:38,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10941195488s 2018-11-19 07:51:38,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:51:38,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=6bd918990f464a31acabba3268a99807&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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:39,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-71f4879c-6217-479c-af41-7d586991823b Date: Mon, 19 Nov 2018 07:51:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}]} 2018-11-19 07:51:39,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=6bd918990f464a31acabba3268a99807&name=default used request id req-71f4879c-6217-479c-af41-7d586991823b 2018-11-19 07:51:39,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.57679605484s 2018-11-19 07:51:39,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=6bd918990f464a31acabba3268a99807&name=default used request id req-71f4879c-6217-479c-af41-7d586991823b 2018-11-19 07:51:39,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 07:51:39,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:39,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-3851bf10-7e44-4323-9650-fa006128d753 Date: Mon, 19 Nov 2018 07:51:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6bd918990f464a31acabba3268a99807", "created_at": "2018-11-19T07:34:09Z", "updated_at": "2018-11-19T07:34:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "1a1c0885-6c76-4f0f-9a06-c279c43b9330", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "5504067f-41da-4491-ae93-0635b4d95319", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "b4699073-bbfb-46d6-b923-d4b045c07019", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:34:09Z", "revision_number": 0, "id": "ae324d6f-33a8-4330-899f-451e4d74d294", "remote_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "remote_ip_prefix": null, "created_at": "2018-11-19T07:34:09Z", "security_group_id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "tenant_id": "6bd918990f464a31acabba3268a99807", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bd918990f464a31acabba3268a99807"}], "revision_number": 4, "project_id": "6bd918990f464a31acabba3268a99807", "id": "1282db26-5953-4cf5-bc48-fddecf00fcde", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}]} 2018-11-19 07:51:39,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3851bf10-7e44-4323-9650-fa006128d753 2018-11-19 07:51:39,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20534992218s 2018-11-19 07:51:39,680 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3851bf10-7e44-4323-9650-fa006128d753 2018-11-19 07:51:39,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 07:51:39,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/1282db26-5953-4cf5-bc48-fddecf00fcde.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7808ccb912d87fbcb50bf8a2b971a54125096f2e" 2018-11-19 07:51:39,970 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4198933a-489e-492a-871f-497150959c27 Content-Length: 0 Date: Mon, 19 Nov 2018 07:51:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 07:51:39,970 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1282db26-5953-4cf5-bc48-fddecf00fcde.json used request id req-4198933a-489e-492a-871f-497150959c27 2018-11-19 07:51:39,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.285542964935s 2018-11-19 07:51:39,971 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/1282db26-5953-4cf5-bc48-fddecf00fcde.json used request id req-4198933a-489e-492a-871f-497150959c27 2018-11-19 07:51:39,989 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-11-19 07:51:40,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 07:51:40,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 07:51:40,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 07:51:40,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 07:51:40,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73d5fb87-b7e7-45b7-8cc2-c867d6b200ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 07:51:40,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-73d5fb87-b7e7-45b7-8cc2-c867d6b200ed 2018-11-19 07:51:40,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 07:51:40,416 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T08:51:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["6LLuZ09OQWa7n79OXKGKtw"], "issued_at": "2018-11-19T07:51:40.000000Z"}} 2018-11-19 07:51:40,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:51:40,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:40,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-15474699-ee24-48bc-9e24-f2c095247599 Date: Mon, 19 Nov 2018 07:51:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 07:51:40,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-15474699-ee24-48bc-9e24-f2c095247599 2018-11-19 07:51:40,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244369029999s 2018-11-19 07:51:40,664 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-15474699-ee24-48bc-9e24-f2c095247599 2018-11-19 07:51:40,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 07:51:40,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:40,674 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 07:51: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 07:51:40,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:40,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c166aa6b-1520-4a6f-a403-13fa3a6f3248 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 07:51:40,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-c166aa6b-1520-4a6f-a403-13fa3a6f3248 2018-11-19 07:51:40,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.104085206985s 2018-11-19 07:51:40,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 07:51:40,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79"}}' 2018-11-19 07:51:40,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 07:51:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de7cfeb5-0f63-47a4-bb0f-461c6cf290f3 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.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b"}, "enabled": true, "id": "fbaf8bed80744255a6ebd6263345100b", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79"}} 2018-11-19 07:51:40,878 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-de7cfeb5-0f63-47a4-bb0f-461c6cf290f3 2018-11-19 07:51:40,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.108219861984s 2018-11-19 07:51:40,879 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-de7cfeb5-0f63-47a4-bb0f-461c6cf290f3 2018-11-19 07:51:40,880 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79', 'id': u'fbaf8bed80744255a6ebd6263345100b', 'description': u'Created by OPNFV Functest: juju_epc', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 07:51:40,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 07:51:41,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.36927819252s 2018-11-19 07:51:41,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:41,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40d0bd11-6854-464e-beb9-3100b96cf95d Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92"}, "enabled": true, "id": "a3071ecf858547169609b118ca924b92", "options": {}, "domain_id": "default", "name": "juju_epc-user_82983193-d91a-4a16-b8ec-108445632d79"}} 2018-11-19 07:51:41,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 used request id req-40d0bd11-6854-464e-beb9-3100b96cf95d 2018-11-19 07:51:41,363 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a3071ecf858547169609b118ca924b92', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_82983193-d91a-4a16-b8ec-108445632d79'}) 2018-11-19 07:51:41,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:51:41,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:41,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6484297-cfd4-407c-a10b-68c3323f5e95 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:51:41,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a6484297-cfd4-407c-a10b-68c3323f5e95 2018-11-19 07:51:41,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764961242676s 2018-11-19 07:51:41,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:51:41,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:41,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-259287d5-1ea2-4311-8b60-3f2bd2deced8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 07:51:41,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-259287d5-1ea2-4311-8b60-3f2bd2deced8 2018-11-19 07:51:41,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0812249183655s 2018-11-19 07:51:41,523 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 07:51:41,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 07:51:41,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" -d '{"role": {"name": "Member"}}' 2018-11-19 07:51:41,639 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49fbbc9b-2f0d-4f73-98bf-f7b5e318371d Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ad0874b7d3484e1ca014d9eaae538daf", "links": {"self": "http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf"}, "name": "Member"}} 2018-11-19 07:51:41,639 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-49fbbc9b-2f0d-4f73-98bf-f7b5e318371d 2018-11-19 07:51:41,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.115777015686s 2018-11-19 07:51:41,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:41,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7346ef3a-8ea7-4320-b8a1-563d0e80d1c4 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf"}, "domain_id": null, "name": "Member", "id": "ad0874b7d3484e1ca014d9eaae538daf"}} 2018-11-19 07:51:41,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf used request id req-7346ef3a-8ea7-4320-b8a1-563d0e80d1c4 2018-11-19 07:51:41,794 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf'}, 'domain_id': None, 'human_id': None, 'id': u'ad0874b7d3484e1ca014d9eaae538daf', 'HUMAN_ID': False}) 2018-11-19 07:51:41,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 07:51:41,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:41,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a6879c-7212-4f1b-9d03-5d82a8b63b52 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad0874b7d3484e1ca014d9eaae538daf", "links": {"self": "http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf"}, "name": "Member"}]} 2018-11-19 07:51:41,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4a6879c-7212-4f1b-9d03-5d82a8b63b52 2018-11-19 07:51:41,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0793199539185s 2018-11-19 07:51:41,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 07:51:41,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:41,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-024636ae-ad21-4bb7-891b-17339db01a17 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 07:51:41,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-024636ae-ad21-4bb7-891b-17339db01a17 2018-11-19 07:51:41,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0912978649139s 2018-11-19 07:51:41,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 07:51:41,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:41,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eea019c6-94b0-48f7-9eb4-6d1044514d5f Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_82983193-d91a-4a16-b8ec-108445632d79", "links": {"self": "http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92"}, "domain_id": "default", "enabled": true, "id": "a3071ecf858547169609b118ca924b92", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 07:51:41,999 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eea019c6-94b0-48f7-9eb4-6d1044514d5f 2018-11-19 07:51:41,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0320370197296s 2018-11-19 07:51:42,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eea019c6-94b0-48f7-9eb4-6d1044514d5f 2018-11-19 07:51:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:51:42,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:42,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-badd8728-e419-420c-9c2b-30f316dbdab5 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b"}, "enabled": true, "id": "fbaf8bed80744255a6ebd6263345100b", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79"}]} 2018-11-19 07:51:42,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-badd8728-e419-420c-9c2b-30f316dbdab5 2018-11-19 07:51:42,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0850551128387s 2018-11-19 07:51:42,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-badd8728-e419-420c-9c2b-30f316dbdab5 2018-11-19 07:51:42,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 07:51:42,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=a3071ecf858547169609b118ca924b92&scope.project.id=fbaf8bed80744255a6ebd6263345100b&role.id=ad0874b7d3484e1ca014d9eaae538daf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:42,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddd8308d-0483-468a-b30a-7b132844a455 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=a3071ecf858547169609b118ca924b92&scope.project.id=fbaf8bed80744255a6ebd6263345100b&role.id=ad0874b7d3484e1ca014d9eaae538daf", "previous": null, "next": null}} 2018-11-19 07:51:42,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=a3071ecf858547169609b118ca924b92&scope.project.id=fbaf8bed80744255a6ebd6263345100b&role.id=ad0874b7d3484e1ca014d9eaae538daf used request id req-ddd8308d-0483-468a-b30a-7b132844a455 2018-11-19 07:51:42,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0914759635925s 2018-11-19 07:51:42,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 07:51:42,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b/users/a3071ecf858547169609b118ca924b92/roles/ad0874b7d3484e1ca014d9eaae538daf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:42,312 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 07:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6646583d-e271-467d-b824-04c54e72df45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 07:51:42,312 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b/users/a3071ecf858547169609b118ca924b92/roles/ad0874b7d3484e1ca014d9eaae538daf used request id req-6646583d-e271-467d-b824-04c54e72df45 2018-11-19 07:51:42,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12713098526s 2018-11-19 07:51:42,313 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79', 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': 'e8e28b29-03a8-4e71-93b8-bf6429706925', 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_82983193-d91a-4a16-b8ec-108445632d79', 'project_id': u'fbaf8bed80744255a6ebd6263345100b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 07:51:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 07:51:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 07:51:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 07:51:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 07:51:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 07:51:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 07:51:42,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 07:51:42,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 07:51:42,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 07:51:42,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 07:51:42,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 07:51:42,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 07:51:42,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 07:51:42,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 07:51:42,319 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_82983193-d91a-4a16-b8ec-108445632d79', 'password': 'e8e28b29-03a8-4e71-93b8-bf6429706925', 'project_name': 'juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'fbaf8bed80744255a6ebd6263345100b', 'project_domain_name': 'Default'} 2018-11-19 07:51:42,386 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-11-19 07:51:42,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-11-19 07:51:42,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:42,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9aa451c-4798-4646-82e2-0d7f2fb1a295 Content-Encoding: gzip Content-Length: 921 Content-Type: application/json RESP BODY: {"services": [{"description": "Key management Service", "links": {"self": "http://172.30.9.21:5000/v3/services/0beca78071544820b61c1aee914dbce9"}, "enabled": true, "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.21:5000/v3/services/1f09b403b0894ca48a1a5f28ae6b99e4"}, "enabled": true, "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.21:5000/v3/services/33e27487f64e48f1acb86475e9f35d5d"}, "enabled": true, "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.21:5000/v3/services/33f2d00c37644ade92c1a50448ffc4c4"}, "enabled": true, "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"description": "tacker NFV orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/3f1489abeed54f6c99bc805604bf8e8d"}, "enabled": true, "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5696783db7c5497c9cea6c4d62c899c6"}, "enabled": true, "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5c15f4fb6c564c318ce4c3aef9793fbe"}, "enabled": true, "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.21:5000/v3/services/5d2a193d72544a83b387d2685cb1a79f"}, "enabled": true, "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.21:5000/v3/services/75643da685c142aeb36ac2272a1b5ba1"}, "enabled": true, "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.21:5000/v3/services/7c5d56d1c8db43ba842d00314c21ba4f"}, "enabled": true, "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.21:5000/v3/services/b55b9755b4b6429588a2ba4e4af3b3c8"}, "enabled": true, "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.21:5000/v3/services/b9ebf7c853914c1faa0d9513504c2ece"}, "enabled": true, "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.21:5000/v3/services/c0f6db565acd48f186a27d6365c7da37"}, "enabled": true, "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.21:5000/v3/services/cbf88b7339814791bb2513baf6503543"}, "enabled": true, "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.21:5000/v3/services/d830abeec95d42fdb5f575812014e80e"}, "enabled": true, "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.21:5000/v3/services/f35734968a8c4b6daa6ef203af676aee"}, "enabled": true, "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "links": {"self": "http://172.30.9.21:5000/v3/services", "previous": null, "next": null}} 2018-11-19 07:51:42,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/services used request id req-c9aa451c-4798-4646-82e2-0d7f2fb1a295 2018-11-19 07:51:42,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.0833640098572s 2018-11-19 07:51:42,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-11-19 07:51:42,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:42,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-299e1543-51d9-4cc3-9138-554d127e6268 Content-Encoding: gzip Content-Length: 2065 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0a7566928bf7483280bcbb930e37bd9b"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0d82246bdfe147a1b79e3075de4fbf0a"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1724ecec03e0439b9e25c57112638417"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "1724ecec03e0439b9e25c57112638417"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/18c5b72d53cd47ad93eab12b4b6bc3e6"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/19aeed9908794eb68581bcb39298a4be"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "19aeed9908794eb68581bcb39298a4be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1fef69410af64439864bedea6d73748c"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "1fef69410af64439864bedea6d73748c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2842462b8d7443a5b26e3a6c206c4ddc"}, "url": "http://172.30.9.21:9890", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2abcdfe9f6a6437fb0f94a55a9d4bd52"}, "url": "http://172.30.9.21:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/311ee86c6e804e54a9066bd4ec8ed194"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/36a5ec4f7f8145ee954adb21a33d553a"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/37d92bae68ba4d57850e18777d85db3c"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3dba618a18df4c20905e3f5ac0b5320b"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/43c26bcc56814beca104a3ba8fc857e1"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4cd681bf3e544609b9a4168750e9cd4e"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4d4cb7722cf74400a767fe1db93cce9c"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/534c8b053447458a95db4b266dcadff3"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "534c8b053447458a95db4b266dcadff3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5930b144122d4b7db48cc6dbc272ac45"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5c81126d118747a1919be3aff423b18e"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "5c81126d118747a1919be3aff423b18e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/63cd7ae6d04b4c308da842b7f82d1fdb"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "75643da685c142aeb36ac2272a1b5ba1", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/68d3eafd8eb74681be4ba91fe032cc7a"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7512c82605524be7a07a4d76ad9f3fee"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7b23d65edba3424cbc2c7a34241ebc25"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/81e713d3c7fe4a0a925bf0623094e165"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/870ca10d9d3a48dd9dba0456d1cf7356"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0f6db565acd48f186a27d6365c7da37", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/899f0ae5f5d84fcb95505d729eb7417a"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0beca78071544820b61c1aee914dbce9", "id": "899f0ae5f5d84fcb95505d729eb7417a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/95c92e400bd14e479c6522025680a11c"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "95c92e400bd14e479c6522025680a11c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9bf73aff5200490fa514e5c4f4560d8b"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c5d56d1c8db43ba842d00314c21ba4f", "id": "9bf73aff5200490fa514e5c4f4560d8b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9d21086dcf09431fa1395883280296ed"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "9d21086dcf09431fa1395883280296ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f9deae17f6e4752bbabfe61b6ea16f5"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5696783db7c5497c9cea6c4d62c899c6", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a1f2a30e2c5947cb9c004f51619706ec"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5c15f4fb6c564c318ce4c3aef9793fbe", "id": "a1f2a30e2c5947cb9c004f51619706ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a35c4e57b54a473f8fb2cf2214cd6cbb"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b671f07fc505495eb85f6b494d74c07a"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f35734968a8c4b6daa6ef203af676aee", "id": "b671f07fc505495eb85f6b494d74c07a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c25ff0235dde4e08961833d1632c482d"}, "url": "http://172.30.9.21:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33f2d00c37644ade92c1a50448ffc4c4", "id": "c25ff0235dde4e08961833d1632c482d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c3081945d9954bd3ab67c26b12bab0f7"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cb98a7b05a4449f29016edfad97771f5"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d07aeeb2f39240fa8ccca0d46856e95f"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d44898077e3b4124a23c6cac26cde03b"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d44a1c1971f84781b7a9bac6c8693f79"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d76197eea6e04afd8e8dc918acf513bd"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5d2a193d72544a83b387d2685cb1a79f", "id": "d76197eea6e04afd8e8dc918acf513bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d8af91651ad742aa8dc29920cd63ea7c"}, "url": "http://192.30.9.9:9890", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f1489abeed54f6c99bc805604bf8e8d", "id": "d8af91651ad742aa8dc29920cd63ea7c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ddadd2c51d82414c84de15bbadae27c2"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b9ebf7c853914c1faa0d9513504c2ece", "id": "ddadd2c51d82414c84de15bbadae27c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ead3795c8ece41e8ba2ee252aa736d83"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d830abeec95d42fdb5f575812014e80e", "id": "ead3795c8ece41e8ba2ee252aa736d83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ebcd48be35c042628a270b096b946921"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbf88b7339814791bb2513baf6503543", "id": "ebcd48be35c042628a270b096b946921"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ece5510ad7f644619cfc5cc232007db0"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b55b9755b4b6429588a2ba4e4af3b3c8", "id": "ece5510ad7f644619cfc5cc232007db0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fffba72e79b243658ab5ac588c6d1f12"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33e27487f64e48f1acb86475e9f35d5d", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-11-19 07:51:42,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-299e1543-51d9-4cc3-9138-554d127e6268 2018-11-19 07:51:42,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.179500102997s 2018-11-19 07:51:42,682 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-11-19 07:51:42,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 07:51:42,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:42,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdd0c0e5-7333-489f-96cf-de5161e52f57 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 07:51:42,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-bdd0c0e5-7333-489f-96cf-de5161e52f57 2018-11-19 07:51:42,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.075287103653s 2018-11-19 07:51:42,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 07:51:42,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 07:51:42,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f67bc19-b77b-4be1-9228-f0eaea35ae97 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b"}, "enabled": true, "id": "fbaf8bed80744255a6ebd6263345100b", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79"}]} 2018-11-19 07:51:42,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4f67bc19-b77b-4be1-9228-f0eaea35ae97 2018-11-19 07:51:42,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0805349349976s 2018-11-19 07:51:42,840 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-4f67bc19-b77b-4be1-9228-f0eaea35ae97 2018-11-19 07:51:42,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-11-19 07:51:42,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" -d '{"network": {"tenant_id": "fbaf8bed80744255a6ebd6263345100b", "name": "juju_epc-net_82983193-d91a-4a16-b8ec-108445632d79", "admin_state_up": true}}' 2018-11-19 07:51:43,337 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-524b3911-40b2-4795-8ad8-07b4f5e5d308 Date: Mon, 19 Nov 2018 07:51: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":"6b4fb951-b6bf-4b1e-a478-0607cc656b1b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":54,"ipv4_address_scope":null,"shared":false,"project_id":"fbaf8bed80744255a6ebd6263345100b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-19T07:51:43Z","is_default":false,"qos_policy_id":null,"name":"juju_epc-net_82983193-d91a-4a16-b8ec-108445632d79","admin_state_up":true,"tenant_id":"fbaf8bed80744255a6ebd6263345100b","created_at":"2018-11-19T07:51:43Z","mtu":1450}} 2018-11-19 07:51:43,337 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-524b3911-40b2-4795-8ad8-07b4f5e5d308 2018-11-19 07:51:43,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.494575977325s 2018-11-19 07:51:43,338 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-524b3911-40b2-4795-8ad8-07b4f5e5d308 2018-11-19 07:51:43,338 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-11-19T07:51:43Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6b4fb951-b6bf-4b1e-a478-0607cc656b1b', u'provider:segmentation_id': 54, 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_82983193-d91a-4a16-b8ec-108445632d79', u'created_at': u'2018-11-19T07:51:43Z', u'mtu': 1450, u'tenant_id': u'fbaf8bed80744255a6ebd6263345100b', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fbaf8bed80744255a6ebd6263345100b'}) 2018-11-19 07:51:43,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 07:51:43,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06203388-5e8c-426c-b2f0-2f41d5ca2b42 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 07:51:43,346 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-06203388-5e8c-426c-b2f0-2f41d5ca2b42 2018-11-19 07:51:43,347 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 07:51:43,710 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ad0874b7d3484e1ca014d9eaae538daf", "name": "Member"}], "expires_at": "2018-11-19T08:51:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fbaf8bed80744255a6ebd6263345100b", "name": "juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/fbaf8bed80744255a6ebd6263345100b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/fbaf8bed80744255a6ebd6263345100b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/fbaf8bed80744255a6ebd6263345100b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/fbaf8bed80744255a6ebd6263345100b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/fbaf8bed80744255a6ebd6263345100b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/fbaf8bed80744255a6ebd6263345100b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/fbaf8bed80744255a6ebd6263345100b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/fbaf8bed80744255a6ebd6263345100b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/fbaf8bed80744255a6ebd6263345100b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/fbaf8bed80744255a6ebd6263345100b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/fbaf8bed80744255a6ebd6263345100b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/fbaf8bed80744255a6ebd6263345100b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_82983193-d91a-4a16-b8ec-108445632d79", "id": "a3071ecf858547169609b118ca924b92"}, "audit_ids": ["xL8HqLh1Rn2YFxTOLtW89Q"], "issued_at": "2018-11-19T07:51:43.000000Z"}} 2018-11-19 07:51:43,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 07:51:43,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 07:51:43,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-61b95a88-0d48-46c5-99ef-9831c698cc0e Date: Mon, 19 Nov 2018 07:51:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T07:51:43Z","tenant_id":"fbaf8bed80744255a6ebd6263345100b","created_at":"2018-11-19T07:51:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"fbaf8bed80744255a6ebd6263345100b","id":"6b4fb951-b6bf-4b1e-a478-0607cc656b1b","name":"juju_epc-net_82983193-d91a-4a16-b8ec-108445632d79"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 07:51:43,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-61b95a88-0d48-46c5-99ef-9831c698cc0e 2018-11-19 07:51:43,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.245166063309s 2018-11-19 07:51:43,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-61b95a88-0d48-46c5-99ef-9831c698cc0e 2018-11-19 07:51:43,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-11-19 07:51:43,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" -d '{"subnet": {"name": "juju_epc-subnet_82983193-d91a-4a16-b8ec-108445632d79", "enable_dhcp": true, "network_id": "6b4fb951-b6bf-4b1e-a478-0607cc656b1b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-11-19 07:51:44,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9d386697-8aab-43de-9944-02fa39b3f49b Date: Mon, 19 Nov 2018 07:51:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b4fb951-b6bf-4b1e-a478-0607cc656b1b","tenant_id":"fbaf8bed80744255a6ebd6263345100b","created_at":"2018-11-19T07:51:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:51:44Z","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":"fbaf8bed80744255a6ebd6263345100b","id":"cbbb1950-a29a-47f7-ba90-5d4424e65fc1","subnetpool_id":null,"name":"juju_epc-subnet_82983193-d91a-4a16-b8ec-108445632d79"}} 2018-11-19 07:51:44,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9d386697-8aab-43de-9944-02fa39b3f49b 2018-11-19 07:51:44,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.676182031631s 2018-11-19 07:51:44,637 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-9d386697-8aab-43de-9944-02fa39b3f49b 2018-11-19 07:51:44,638 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T07:51:44Z', 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'cbbb1950-a29a-47f7-ba90-5d4424e65fc1', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_82983193-d91a-4a16-b8ec-108445632d79', u'enable_dhcp': True, u'network_id': u'6b4fb951-b6bf-4b1e-a478-0607cc656b1b', u'tenant_id': u'fbaf8bed80744255a6ebd6263345100b', u'created_at': u'2018-11-19T07:51:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'fbaf8bed80744255a6ebd6263345100b'}) 2018-11-19 07:51:44,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-11-19 07:51:44,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" -d '{"router": {"external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0"}, "name": "juju_epc-router_82983193-d91a-4a16-b8ec-108445632d79", "admin_state_up": true}}' 2018-11-19 07:51:49,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d6edf0f7-20f0-4fbf-badd-339665e33294 Date: Mon, 19 Nov 2018 07:51:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:51:45Z", "admin_state_up": true, "updated_at": "2018-11-19T07:51:46Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "fbaf8bed80744255a6ebd6263345100b", "id": "9fc4d31f-540b-4a1a-bd84-d1d915552fb3", "name": "juju_epc-router_82983193-d91a-4a16-b8ec-108445632d79"}} 2018-11-19 07:51:49,849 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d6edf0f7-20f0-4fbf-badd-339665e33294 2018-11-19 07:51:49,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.21104097366s 2018-11-19 07:51:49,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d6edf0f7-20f0-4fbf-badd-339665e33294 2018-11-19 07:51:49,850 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-11-19T07:51:46Z', u'revision_number': 3, u'id': u'9fc4d31f-540b-4a1a-bd84-d1d915552fb3', u'external_gateway_info': {u'network_id': u'b27f9db9-c34c-4416-a250-93d5fc1af7c0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e10ff475-4fb8-40a2-b12d-81ce409900d1', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_82983193-d91a-4a16-b8ec-108445632d79', u'admin_state_up': True, u'tenant_id': u'fbaf8bed80744255a6ebd6263345100b', u'created_at': u'2018-11-19T07:51:45Z', u'flavor_id': None, u'routes': [], u'project_id': u'fbaf8bed80744255a6ebd6263345100b'}) 2018-11-19 07:51:49,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-11-19 07:51:49,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3/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}9c7b50acc375f7def89936139952adb27085b16d" -d '{"subnet_id": "cbbb1950-a29a-47f7-ba90-5d4424e65fc1"}' 2018-11-19 07:51:51,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d123a78b-8e26-4850-b57b-63a439431b15 Date: Mon, 19 Nov 2018 07:51:51 GMT RESP BODY: {"network_id": "6b4fb951-b6bf-4b1e-a478-0607cc656b1b", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "subnet_id": "cbbb1950-a29a-47f7-ba90-5d4424e65fc1", "subnet_ids": ["cbbb1950-a29a-47f7-ba90-5d4424e65fc1"], "port_id": "6e3dbbe6-81e3-4886-9817-e78d7bc2b8c5", "id": "9fc4d31f-540b-4a1a-bd84-d1d915552fb3"} 2018-11-19 07:51:51,908 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3/add_router_interface.json used request id req-d123a78b-8e26-4850-b57b-63a439431b15 2018-11-19 07:51:51,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.05702495575s 2018-11-19 07:51:51,908 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3/add_router_interface.json used request id req-d123a78b-8e26-4850-b57b-63a439431b15 returning object 9fc4d31f-540b-4a1a-bd84-d1d915552fb3 2018-11-19 07:51:51,909 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-11-19 07:51:53,729 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:93b2de7a1313d9623cbd593108a3f62b sha256:356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02 2018-11-19 07:51:53,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 07:51:53,735 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 07:51:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 07:51:53,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:51:53,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 07:51:53,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e2eebf67-b116-42b7-8a84-651eb160def0 Date: Mon, 19 Nov 2018 07:51:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:51:53,912 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e2eebf67-b116-42b7-8a84-651eb160def0 2018-11-19 07:51:53,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.173665046692s 2018-11-19 07:51:53,913 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e2eebf67-b116-42b7-8a84-651eb160def0 2018-11-19 07:51:53,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 07:51:53,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" -d '{"owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "owner_specified.shade.object": "images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79"}' 2018-11-19 07:51:54,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/933851ec-307b-472a-816f-59b23180f722 X-Openstack-Request-Id: req-5348b8e6-4e11-4182-84a3-0df7913ed667 Date: Mon, 19 Nov 2018 07:51:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/933851ec-307b-472a-816f-59b23180f722/file", "owner": "fbaf8bed80744255a6ebd6263345100b", "id": "933851ec-307b-472a-816f-59b23180f722", "size": null, "self": "/v2/images/933851ec-307b-472a-816f-59b23180f722", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-11-19T07:51:54Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "checksum": null, "created_at": "2018-11-19T07:51:54Z", "protected": false} 2018-11-19 07:51:54,102 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5348b8e6-4e11-4182-84a3-0df7913ed667 2018-11-19 07:51:54,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.188800811768s 2018-11-19 07:51:54,103 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5348b8e6-4e11-4182-84a3-0df7913ed667 returning object 933851ec-307b-472a-816f-59b23180f722 2018-11-19 07:51:54,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 07:51:54,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/933851ec-307b-472a-816f-59b23180f722/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}9c7b50acc375f7def89936139952adb27085b16d" -d '' 2018-11-19 07:51:59,625 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4d299744-ab3a-4529-b255-d2ef016d4d87 Date: Mon, 19 Nov 2018 07:51:59 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:51:59,625 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/933851ec-307b-472a-816f-59b23180f722/file used request id req-4d299744-ab3a-4529-b255-d2ef016d4d87 2018-11-19 07:51:59,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.52149510384s 2018-11-19 07:51:59,626 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/933851ec-307b-472a-816f-59b23180f722/file used request id req-4d299744-ab3a-4529-b255-d2ef016d4d87 2018-11-19 07:51:59,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:51:59,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 07:51:59,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-85ab3582-d67f-4ec0-8e61-ca9e85af7006 Date: Mon, 19 Nov 2018 07:51:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "metadata": {}}], "file": "/v2/images/933851ec-307b-472a-816f-59b23180f722/file", "owner": "fbaf8bed80744255a6ebd6263345100b", "id": "933851ec-307b-472a-816f-59b23180f722", "size": 297074688, "self": "/v2/images/933851ec-307b-472a-816f-59b23180f722", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-11-19T07:51:59Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-11-19T07:51:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:51:59,804 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-85ab3582-d67f-4ec0-8e61-ca9e85af7006 2018-11-19 07:51:59,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177089214325s 2018-11-19 07:51:59,804 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-85ab3582-d67f-4ec0-8e61-ca9e85af7006 2018-11-19 07:51:59,806 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap', u'metadata': Munch({})})], 'file': u'/v2/images/933851ec-307b-472a-816f-59b23180f722/file', 'owner': u'fbaf8bed80744255a6ebd6263345100b', 'id': u'933851ec-307b-472a-816f-59b23180f722', 'size': 297074688, u'self': u'/v2/images/933851ec-307b-472a-816f-59b23180f722', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fbaf8bed80744255a6ebd6263345100b', 'name': 'juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T07:51:59Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T07:51:59Z', u'owner_specified.shade.sha256': u'356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02', u'owner_specified.shade.object': u'images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'93b2de7a1313d9623cbd593108a3f62b', 'properties': {u'self': u'/v2/images/933851ec-307b-472a-816f-59b23180f722', u'owner_specified.shade.md5': u'93b2de7a1313d9623cbd593108a3f62b', u'owner_specified.shade.object': u'images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79', u'owner_specified.shade.sha256': u'356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79', 'created': u'2018-11-19T07:51:54Z', 'checksum': u'93b2de7a1313d9623cbd593108a3f62b', 'created_at': u'2018-11-19T07:51:54Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/933851ec-307b-472a-816f-59b23180f722', u'owner_specified.shade.md5': u'93b2de7a1313d9623cbd593108a3f62b', u'owner_specified.shade.object': u'images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79', u'owner_specified.shade.sha256': u'356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02', u'schema': u'/v2/schemas/image'}}) 2018-11-19 07:52:02,345 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 933851ec-307b-472a-816f-59b23180f722 -s xenial -r regionOne -u http://172.30.9.21: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-11-19 07:52:02,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 07:52:02,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_82983193-d91a-4a16-b8ec-108445632d79", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-11-19 07:52:02,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:52:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93a3741b-9c67-44e0-af80-96ad34031c91 x-compute-request-id: req-93a3741b-9c67-44e0-af80-96ad34031c91 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "name": "juju_epc-flavor_82983193-d91a-4a16-b8ec-108445632d79", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 07:52:02,551 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-93a3741b-9c67-44e0-af80-96ad34031c91 2018-11-19 07:52:02,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.204389810562s 2018-11-19 07:52:02,552 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-93a3741b-9c67-44e0-af80-96ad34031c91 returning object ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55 2018-11-19 07:52:02,553 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_82983193-d91a-4a16-b8ec-108445632d79', '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'afd2db966a884ce5bd33890fef4382f7', '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'ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55', 'swap': 0}) 2018-11-19 07:52:02,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 07:52:02,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55/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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" -d '{"extra_specs": {}}' 2018-11-19 07:52:02,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07: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-99c4e180-e621-44a8-a6eb-a1ed4c69bb39 x-compute-request-id: req-99c4e180-e621-44a8-a6eb-a1ed4c69bb39 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 07:52:02,580 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55/os-extra_specs used request id req-99c4e180-e621-44a8-a6eb-a1ed4c69bb39 2018-11-19 07:52:02,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0259251594543s 2018-11-19 07:52:02,580 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55/os-extra_specs used request id req-99c4e180-e621-44a8-a6eb-a1ed4c69bb39 2018-11-19 07:52:02,580 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-11-19 07:52:02,582 - 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-314 | | SDN_CONTROLLER_IP | | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | USE_DYNAMIC_CREDENTIALS | True | | STORAGE_PROTOCOL | iSCSI | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-11-19 07:52:02,588 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-11-19 07:52:02,721 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace 2018-11-19 07:52:02,722 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-11-19 07:52:02,869 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-11-19 07:52:02,870 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-11-19 07:52:04,228 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:ee1167b7b8bf490b2f9a9885f2d7dcff sha256:1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1 2018-11-19 07:52:04,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:52:04,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 07:52:04,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-70ccbea9-e529-4b90-a57d-acbaa91bbadf Date: Mon, 19 Nov 2018 07:52:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "metadata": {}}], "file": "/v2/images/933851ec-307b-472a-816f-59b23180f722/file", "owner": "fbaf8bed80744255a6ebd6263345100b", "id": "933851ec-307b-472a-816f-59b23180f722", "size": 297074688, "self": "/v2/images/933851ec-307b-472a-816f-59b23180f722", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-11-19T07:51:59Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-11-19T07:51:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:52:04,445 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-70ccbea9-e529-4b90-a57d-acbaa91bbadf 2018-11-19 07:52:04,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.216320991516s 2018-11-19 07:52:04,446 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-70ccbea9-e529-4b90-a57d-acbaa91bbadf 2018-11-19 07:52:04,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 07:52:04,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" -d '{"owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "owner_specified.shade.object": "images/juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79"}' 2018-11-19 07:52:04,666 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a90b86ad-6831-49b5-a585-8285172e9105 X-Openstack-Request-Id: req-5b1d992b-ff64-4415-886e-a19139ab5bbd Date: Mon, 19 Nov 2018 07:52:04 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a90b86ad-6831-49b5-a585-8285172e9105/file", "owner": "fbaf8bed80744255a6ebd6263345100b", "id": "a90b86ad-6831-49b5-a585-8285172e9105", "size": null, "self": "/v2/images/a90b86ad-6831-49b5-a585-8285172e9105", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-19T07:52:04Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79", "checksum": null, "created_at": "2018-11-19T07:52:04Z", "protected": false} 2018-11-19 07:52:04,667 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5b1d992b-ff64-4415-886e-a19139ab5bbd 2018-11-19 07:52:04,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.217876911163s 2018-11-19 07:52:04,667 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5b1d992b-ff64-4415-886e-a19139ab5bbd returning object a90b86ad-6831-49b5-a585-8285172e9105 2018-11-19 07:52:04,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 07:52:04,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a90b86ad-6831-49b5-a585-8285172e9105/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}9c7b50acc375f7def89936139952adb27085b16d" -d '' 2018-11-19 07:52:11,271 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-77db0417-94a4-41aa-bc62-941ef84262b6 Date: Mon, 19 Nov 2018 07:52:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 07:52:11,272 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a90b86ad-6831-49b5-a585-8285172e9105/file used request id req-77db0417-94a4-41aa-bc62-941ef84262b6 2018-11-19 07:52:11,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.6034758091s 2018-11-19 07:52:11,272 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a90b86ad-6831-49b5-a585-8285172e9105/file used request id req-77db0417-94a4-41aa-bc62-941ef84262b6 2018-11-19 07:52:11,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 07:52:11,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 07:52:11,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-dae09c3e-70e6-450e-8148-444b191dda45 Date: Mon, 19 Nov 2018 07:52:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a90b86ad-6831-49b5-a585-8285172e9105/snap", "metadata": {}}], "file": "/v2/images/a90b86ad-6831-49b5-a585-8285172e9105/file", "owner": "fbaf8bed80744255a6ebd6263345100b", "id": "a90b86ad-6831-49b5-a585-8285172e9105", "size": 263586304, "self": "/v2/images/a90b86ad-6831-49b5-a585-8285172e9105", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a90b86ad-6831-49b5-a585-8285172e9105/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1", "updated_at": "2018-11-19T07:52:11Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "ee1167b7b8bf490b2f9a9885f2d7dcff", "name": "juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79", "checksum": "ee1167b7b8bf490b2f9a9885f2d7dcff", "created_at": "2018-11-19T07:52:04Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "metadata": {}}], "file": "/v2/images/933851ec-307b-472a-816f-59b23180f722/file", "owner": "fbaf8bed80744255a6ebd6263345100b", "id": "933851ec-307b-472a-816f-59b23180f722", "size": 297074688, "self": "/v2/images/933851ec-307b-472a-816f-59b23180f722", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-11-19T07:51:59Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-11-19T07:51:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 07:52:11,471 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dae09c3e-70e6-450e-8148-444b191dda45 2018-11-19 07:52:11,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.198271036148s 2018-11-19 07:52:11,471 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-dae09c3e-70e6-450e-8148-444b191dda45 2018-11-19 07:52:11,474 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a90b86ad-6831-49b5-a585-8285172e9105/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a90b86ad-6831-49b5-a585-8285172e9105/file', 'owner': u'fbaf8bed80744255a6ebd6263345100b', 'id': u'a90b86ad-6831-49b5-a585-8285172e9105', 'size': 263586304, u'self': u'/v2/images/a90b86ad-6831-49b5-a585-8285172e9105', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'fbaf8bed80744255a6ebd6263345100b', 'name': 'juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/a90b86ad-6831-49b5-a585-8285172e9105/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T07:52:11Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-11-19T07:52:11Z', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'properties': {u'self': u'/v2/images/a90b86ad-6831-49b5-a585-8285172e9105', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79', 'created': u'2018-11-19T07:52:04Z', 'checksum': u'ee1167b7b8bf490b2f9a9885f2d7dcff', 'created_at': u'2018-11-19T07:52:04Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a90b86ad-6831-49b5-a585-8285172e9105', u'owner_specified.shade.md5': u'ee1167b7b8bf490b2f9a9885f2d7dcff', u'owner_specified.shade.object': u'images/juju_epc-img_alt_82983193-d91a-4a16-b8ec-108445632d79', u'owner_specified.shade.sha256': u'1b81df8792f8f834d1f64124d0132013b41c95dc070b67d07d662e94643b2cb1', u'schema': u'/v2/schemas/image'}}) 2018-11-19 07:52:11,701 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i a90b86ad-6831-49b5-a585-8285172e9105 -s trusty -r regionOne -u http://172.30.9.21:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. For local access, use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root [...] 2. For remote access, use image-metadata-url attribute for model configuration. To set it as a default for any model or for the controller model, it needs to be supplied as part of --model-default to 'juju bootstrap' command. See 'bootstrap' help for more details. For configuration for a particular model, set it as --image-metadata-url on 'juju model-config'. See 'model-config' help for more details. Regardless of where this attribute is used, it expects a reachable URL. You need to configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-11-19 07:52:11,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 07:52:11,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_82983193-d91a-4a16-b8ec-108445632d79", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-11-19 07:52:11,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d1c32ce-06ef-4383-9bfb-159cfbc86e05 x-compute-request-id: req-1d1c32ce-06ef-4383-9bfb-159cfbc86e05 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a034158f-1abf-48f0-a7cd-4fb28fe613d0", "name": "juju_epc-flavor_alt_82983193-d91a-4a16-b8ec-108445632d79", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 07:52:11,773 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1d1c32ce-06ef-4383-9bfb-159cfbc86e05 2018-11-19 07:52:11,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.070788860321s 2018-11-19 07:52:11,773 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1d1c32ce-06ef-4383-9bfb-159cfbc86e05 returning object a034158f-1abf-48f0-a7cd-4fb28fe613d0 2018-11-19 07:52:11,774 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_82983193-d91a-4a16-b8ec-108445632d79', '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'afd2db966a884ce5bd33890fef4382f7', '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'a034158f-1abf-48f0-a7cd-4fb28fe613d0', 'swap': 0}) 2018-11-19 07:52:11,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 07:52:11,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0/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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" -d '{"extra_specs": {}}' 2018-11-19 07:52:11,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 07:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0e38f31-5dc8-43a3-92ee-723414bb5eee x-compute-request-id: req-c0e38f31-5dc8-43a3-92ee-723414bb5eee Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 07:52:11,796 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0/os-extra_specs used request id req-c0e38f31-5dc8-43a3-92ee-723414bb5eee 2018-11-19 07:52:11,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210788249969s 2018-11-19 07:52:11,797 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0/os-extra_specs used request id req-c0e38f31-5dc8-43a3-92ee-723414bb5eee 2018-11-19 07:52:11,797 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-11-19 07:55:56,417 - 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=6b4fb951-b6bf-4b1e-a478-0607cc656b1b --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 07:52:11 INFO juju.cmd supercommand.go:56 running juju [2.3.9 gc go1.9.4] 07:52:11 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=6b4fb951-b6bf-4b1e-a478-0607cc656b1b", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 07:52:11 DEBUG juju.cmd.juju.commands bootstrap.go:835 authenticating with region "regionOne" and credential "abot-epc" () 07:52:11 DEBUG juju.cmd.juju.commands bootstrap.go:963 provider attrs: map[use-openstack-gbp:false policy-target-group: use-floating-ip:true use-default-secgroup:true network:6b4fb951-b6bf-4b1e-a478-0607cc656b1b external-network:] 07:52:12 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 07:52:12 DEBUG juju.cmd.juju.commands bootstrap.go:1019 preparing controller with config: map[apt-http-proxy: resource-tags: use-default-secgroup:true use-floating-ip:true enable-os-upgrade:true development:false firewall-mode:instance ssl-hostname-verification:false transmit-vendor-metrics:true max-action-results-size:5G https-proxy: apt-https-proxy: agent-stream:released container-image-stream:released disable-network-management:false no-proxy:127.0.0.1,localhost,::1 test-mode:false automatically-retry-hooks:true max-status-history-size:5G apt-no-proxy: policy-target-group: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt19Ma+xF4QCnZzeRxBNDDkA+EgmEX8kS1a6/UvF/YjGfibehw1FD2lpioMM4/MQcggy5I0PepxcHA67HTdQrUxWciBaf481ubmuWr9x+kndxpWSoG5s2idNiPWpenXj445VJINVFw2VbpNQDFqP1B2mHOmYVvhedLnMadiVO3iAzserao682LR2e4FXeccVVtT48dHQlNLoH8ZhZVgGu5dtKjHgicV052AYkNeKFrPFnttwBvPiUyWNCeOQzwkkwqzwfFL7RkEPHz9ZpeFOma6DtDEvQ7mIpSB8KG0S/G0OQAD9rp8Exu1/q34KNI1Sb2o14kzjW+xxMIlT/F2ozh juju-client-key container-inherit-properties: fan-config: http-proxy: image-stream:released image-metadata-url: container-networking-method: update-status-hook-interval:5m type:openstack cloudinit-userdata: use-openstack-gbp:false network:6b4fb951-b6bf-4b1e-a478-0607cc656b1b external-network: container-image-metadata-url: proxy-ssh:false default-series:xenial ftp-proxy: logforward-enabled:false provisioner-harvest-mode:destroyed ignore-machine-addresses:false net-bond-reconfigure-delay:17 enable-os-refresh-update:true name:controller max-status-history-age:336h max-action-results-age:336h egress-subnets: apt-mirror: uuid:7608eb83-7f53-4ef0-8e8d-ae1c7863de54 logging-config: apt-ftp-proxy: agent-metadata-url:] 07:52:12 INFO juju.provider.openstack provider.go:145 opening model "controller" 07:52:12 DEBUG goose :1 auth details: &{Token:gAAAAABb8mus1G6zhecuElMELOPLyp0aUSrdkgd8n1F85KcgMKAJRSV-SJEPXcg6CFzQVFPkvPnSUX2KCAd0HB10a2sp-dAmmmOdDkkR_4s-pRbuMnsjdNCFWX7cy4Xvyo7FxDEDiNlhAlh-3qL5kb6FUmf2Cuug98R7PSFkq38qxB7V8B---mY TenantId:fbaf8bed80744255a6ebd6263345100b UserId:a3071ecf858547169609b118ca924b92 Domain: RegionServiceURLs:map[regionOne:map[identity:http://172.30.9.21:5000 volumev2:http://172.30.9.21:8776/v2/fbaf8bed80744255a6ebd6263345100b orchestration:http://172.30.9.21:8004/v1/fbaf8bed80744255a6ebd6263345100b placement:http://172.30.9.21:8778/placement volume:http://172.30.9.21:8776/v1/fbaf8bed80744255a6ebd6263345100b image:http://172.30.9.21:9292 alarming:http://172.30.9.21:8042 volumev3:http://172.30.9.21:8776/v3/fbaf8bed80744255a6ebd6263345100b nfv-orchestration:http://172.30.9.21:9890 network:http://172.30.9.21:9696 cloudformation:http://172.30.9.21:8000/v1 compute:http://172.30.9.21:8774/v2.1 metric:http://172.30.9.21:8041 key-manager:http://172.30.9.21:9311 policy:http://172.30.9.21:1789]]} 07:52:12 INFO cmd bootstrap.go:508 Creating Juju controller "abot-controller" on abot-epc/regionOne 07:52:12 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 07:52:13 INFO juju.cmd.juju.commands bootstrap.go:572 combined bootstrap constraints: mem=2048M 07:52:13 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 07:52:13 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 07:52:13 DEBUG juju.environs.bootstrap bootstrap.go:717 no agent directory found, using default agent metadata source: https://streams.canonical.com/juju/tools 07:52:13 DEBUG juju.environs.bootstrap bootstrap.go:742 setting default image metadata source: /root/images 07:52:13 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 07:52:13 INFO juju.environs.bootstrap bootstrap.go:760 custom image metadata added to search path 07:52:13 INFO cmd bootstrap.go:233 Loading image metadata 07:52:13 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 07:52:13 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 07:52:13 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 07:52:13 DEBUG juju.environs.bootstrap bootstrap.go:608 constraints for image metadata lookup &{{{regionOne http://172.30.9.21:5000/v3} [win2016 genericlinux trusty yakkety win2012hv wily bionic win2008r2 centos7 opensuseleap vivid xenial win2012 win2016nano win7 win81 precise quantal saucy utopic artful win2016hv win10 raring zesty win2012hvr2 win8 win2012r2] [amd64 i386 armhf arm64 ppc64el s390x] released}} 07:52:13 DEBUG juju.environs.bootstrap bootstrap.go:620 found 2 image metadata in bootstrap metadata 07:52:15 DEBUG juju.environs.bootstrap bootstrap.go:620 found 0 image metadata in default cloud images 07:52:16 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.21:5000/v3} not found 07:52:16 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.21:5000/v3} not found 07:52:16 DEBUG juju.environs.bootstrap bootstrap.go:624 found 2 image metadata from all image data sources 07:52:16 INFO cmd bootstrap.go:303 Looking for packaged Juju agent version 2.3.9 for amd64 07:52:16 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.3.9 07:52:16 DEBUG juju.environs.tools tools.go:102 finding agent binaries in stream: "released" 07:52:16 DEBUG juju.environs.tools tools.go:104 reading agent binaries with major.minor version 2.3 07:52:16 DEBUG juju.environs.tools tools.go:112 filtering agent binaries by version: 2.3.9 07:52:16 DEBUG juju.environs.tools tools.go:115 filtering agent binaries by series: xenial 07:52:16 DEBUG juju.environs.tools tools.go:118 filtering agent binaries by architecture: amd64 07:52:16 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 07:52:16 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 []} 07:52:18 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 07:52:18 INFO cmd bootstrap.go:389 Starting new instance for initial controller 07:52:19 INFO cmd bootstrap.go:151 Launching controller instance(s) on abot-epc/regionOne... 07:52:19 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 07:52:19 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:933851ec-307b-472a-816f-59b23180f722 Arch:amd64 VirtType:}] 07:52:19 INFO juju.environs.instances image.go:106 find instance - using image with id: 933851ec-307b-472a-816f-59b23180f722 07:52:19 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false 07:52:19 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 07:52:19 DEBUG juju.provider.openstack provider.go:993 openstack user data; 2480 bytes 07:52:19 DEBUG juju.provider.openstack provider.go:1005 using network id "6b4fb951-b6bf-4b1e-a478-0607cc656b1b" 07:52:19 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:9696/v2.0/ Rel:self}] Status:CURRENT}] - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" has status BUILD, wait 10 seconds before retry, attempt 9 07:54:04 INFO juju.provider.openstack provider.go:1175 started instance "9b7a07d9-b9ba-441d-83cd-fbfaaa05189c" 07:54:04 DEBUG juju.provider.openstack provider.go:1184 allocating public IP address for openstack node 07:54:06 DEBUG juju.provider.openstack networking.go:226 allocated new public IP: 172.30.9.208 07:54:06 INFO juju.provider.openstack provider.go:1189 allocated public IP 172.30.9.208 07:54:09 INFO cmd bootstrap.go:225 - 9b7a07d9-b9ba-441d-83cd-fbfaaa05189c (arch=amd64 mem=2G cores=1) 07:54:09 INFO juju.environs.bootstrap bootstrap.go:638 newest version: 2.3.9 07:54:09 INFO juju.environs.bootstrap bootstrap.go:653 picked bootstrap agent binary version: 2.3.9 07:54:09 INFO cmd bootstrap.go:425 Installing Juju agent on bootstrap instance 07:54:11 INFO cmd bootstrap.go:517 Fetching Juju GUI 2.14.0 07:54:11 DEBUG juju.cloudconfig.instancecfg instancecfg.go:835 Setting numa ctl preference to false Waiting for address 07:54:12 DEBUG juju.provider.openstack provider.go:417 instance 9b7a07d9-b9ba-441d-83cd-fbfaaa05189c has floating IP address: 172.30.9.208 Attempting to connect to 172.30.9.208:22 Attempting to connect to 192.168.121.6:22 07:54:12 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 07:54:13 DEBUG juju.provider.common bootstrap.go:564 connection attempt for 172.30.9.208 failed: /var/lib/juju/nonce.txt does not exist 07:54:17 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 07:54:18 INFO cmd bootstrap.go:333 Connected to 172.30.9.208 07:54:18 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]> 07:54:18 INFO cmd bootstrap.go:403 Running machine configuration script... sudo: unable to resolve host juju-63de54-controller-0 07:55:54 INFO cmd bootstrap.go:455 Bootstrap agent now started 07:55:56 DEBUG juju.provider.openstack provider.go:417 instance 9b7a07d9-b9ba-441d-83cd-fbfaaa05189c has floating IP address: 172.30.9.208 07:55:56 INFO juju.juju api.go:302 API endpoints changed from [] to [172.30.9.208:17070 192.168.121.6:17070] 07:55:56 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.208 to verify accessibility... 07:55:56 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.208:17070 192.168.121.6:17070] 07:55:56 DEBUG juju.api apiclient.go:849 successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" 07:55:56 INFO juju.api apiclient.go:597 connection established to "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" 07:55:56 DEBUG juju.api monitor.go:35 RPC connection died 07:55:56 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available 07:55:56 INFO cmd controller.go:88 Controller machines are in the "controller" model 07:55:56 INFO cmd controller.go:89 Initial model "default" added 07:55:56 INFO cmd supercommand.go:465 command finished 2018-11-19 07:55:56,418 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-11-19 07:55:56,418 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-11-19 07:56:21,122 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju deploy /src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml Resolving charm: cs:mysql-55 Executing changes: - upload charm /src/epc-requirements/abot_charm/abot-epc-basic for series xenial - deploy application abot-epc-basic on xenial using /src/epc-requirements/abot_charm/abot-epc-basic - expose abot-epc-basic - set annotations for abot-epc-basic - upload charm cs:mysql-55 for series trusty - deploy application mysql on trusty using cs:mysql-55 - set annotations for mysql - upload charm /src/epc-requirements/abot_charm/oai-epc for series trusty - deploy application oai-epc on trusty using /src/epc-requirements/abot_charm/oai-epc - set annotations for oai-epc - upload charm /src/epc-requirements/abot_charm/oai-hss for series trusty - deploy application oai-hss on trusty using /src/epc-requirements/abot_charm/oai-hss - set annotations for oai-hss - add relation mysql:db - oai-hss:db - add relation oai-hss:hss - oai-epc:hss - add relation oai-epc:epc - abot-epc-basic:epc - add relation oai-epc:ssh-abot-epc - abot-epc-basic:ssh-abot - add unit abot-epc-basic/0 to new machine 0 - add unit mysql/0 to new machine 1 - add unit oai-epc/0 to new machine 2 - add unit oai-hss/0 to new machine 3 Deploy of bundle completed. 2018-11-19 07:56:21,122 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-11-19 08:22:40,893 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-11-19 08:22:23.869731Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-11-19 08:22:40,893 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-11-19 08:22:40,893 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-11-19 08:22:41,146 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju status Model Controller Cloud/Region Version SLA default abot-controller abot-epc/regionOne 2.3.9 unsupported App Version Status Scale Charm Store Rev OS Notes abot-epc-basic active 1 abot-epc-basic local 1 ubuntu exposed mysql unknown 1 mysql jujucharms 55 ubuntu oai-epc active 1 oai-epc local 3 ubuntu oai-hss active 1 oai-hss local 13 ubuntu Unit Workload Agent Machine Public address Ports Message abot-epc-basic/0* active idle 0 172.30.9.206 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.205 3306/tcp oai-epc/0* active idle 2 172.30.9.202 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.201 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.206 c9062878-155b-4964-90f4-ef17d0df1885 xenial nova ACTIVE 1 started 172.30.9.205 cd71bebb-38a9-43d0-ae76-87d53fa8485e trusty nova ACTIVE 2 started 172.30.9.202 b3cf5534-be3f-4087-8b56-36d7f8b4b2d9 trusty nova ACTIVE 3 started 172.30.9.201 4f79010c-e2e9-4571-8352-5ae7538f0d7b trusty nova ACTIVE 2018-11-19 08:22:41,400 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.206 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-11-19 08:22:41,401 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-11-19 08:22:41,626 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.202 (agent:idle, workload:active) 2152/udp 2018-11-19 08:22:41,627 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-11-19 08:22:41,876 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.201 (agent:idle, workload:active) 2018-11-19 08:22:41,877 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-11-19 08:22:41,877 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-11-19 08:22:42,868 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -r -v /usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/epc/featureFiles abot-epc-basic/0:~/ 2018-11-19 08:22:42,868 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-11-19 08:22:43,471 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju ssh abot-epc-basic/0 sudo cp -vfR ~/featureFiles/* /etc/rebaca-test-suite/featureFiles sudo: unable to resolve host juju-dba2d2-default-0 '/home/ubuntu/featureFiles/000-local-commands.feature' -> '/etc/rebaca-test-suite/featureFiles/000-local-commands.feature' '/home/ubuntu/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_Attach_With_GUTI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature' '/home/ubuntu/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' -> '/etc/rebaca-test-suite/featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature' '/home/ubuntu/featureFiles/Auth_Accept.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_Accept.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature' '/home/ubuntu/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' -> '/etc/rebaca-test-suite/featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature' '/home/ubuntu/featureFiles/ResourceBundle.xml' -> '/etc/rebaca-test-suite/featureFiles/ResourceBundle.xml' 2018-11-19 08:22:43,471 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-11-19 08:22:43,855 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 65c9afc7-b334-4af0-80b6-149de6fff497 2018-11-19 08:32:29,793 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-11-19 08:32:12.778101Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-11-19 08:32:29,794 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-11-19 08:32:30,377 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju scp -- -v abot-epc-basic/0:/var/lib/abot-epc-basic/artifacts/TestResults.json /home/opnfv/functest/results/juju_epc/. 2018-11-19 08:32:30,377 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-11-19 08:32:30,418 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-11-19 08:32:30,419 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-11-19 08:32:30,661 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-19 08:32:30,662 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 40:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-11-19 08:32:31,754 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 07:59:05 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-0: 07:59:05 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 07:59:05 DEBUG juju.agent read agent config, format "2.0" machine-0: 07:59:05 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-0: 07:59:05 DEBUG juju.worker start "engine" machine-0: 07:59:05 INFO juju.worker start "engine" machine-0: 07:59:05 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 07:59:05 DEBUG juju.worker "engine" started machine-0: 07:59:05 DEBUG juju.worker.introspection stats worker now serving machine-0: 07:59:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "clock" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 07:59:05 DEBUG juju.worker.apicaller connecting with old password machine-0: 07:59:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:05 INFO juju.api connection established to "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:05 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:05 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 07:59:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:05 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 07:59:05 DEBUG juju.worker.apicaller connected machine-0: 07:59:05 DEBUG juju.worker.apicaller changing password... machine-0: 07:59:05 DEBUG juju.worker.apicaller password changed machine-0: 07:59:05 DEBUG juju.api RPC connection died machine-0: 07:59:05 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 07:59:05 DEBUG juju.worker.apicaller connecting with current password machine-0: 07:59:05 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:05 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:05 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:06 DEBUG juju.worker.apicaller connected machine-0: 07:59:06 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 07:59:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 07:59:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 07:59:06 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 07:59:06 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 07:59:06 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:06 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 07:59:07 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 07:59:07 INFO juju.worker.upgrader unblocking abort check machine-0: 07:59:07 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 07:59:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 07:59:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 07:59:07 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 07:59:07 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 07:59:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.logger logger setup machine-0: 07:59:07 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 07:59:07 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 07:59:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 07:59:07 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 07:59:07 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 07:59:07 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 07:59:07 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: 07:59:07 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 07:59:07 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 07:59:07 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 07:59:07 DEBUG juju.network including address public:172.30.9.208 for machine machine-0: 07:59:07 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 07:59:07 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-0: 07:59:07 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 07:59:07 DEBUG juju.network including address local-machine:::1 for machine machine-0: 07:59:07 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 07:59:07 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 07:59:07 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 07:59:07 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 07:59:07 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-0: 07:59:07 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 07:59:07 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-0: 07:59:07 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 07:59:07 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 07:59:07 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 07:59:07 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 07:59:07 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 07:59:07 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-0: 07:59:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 07:59:07 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 07:59:07 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-0: 07:59:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-0: 07:59:07 DEBUG juju.api RPC connection died machine-0: 07:59:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker killing runner 0xc4206811e0 machine-0: 07:59:07 INFO juju.worker runner is dying machine-0: 07:59:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-0: 07:59:07 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: 07:59:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 07:59:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.apicaller connecting with current password machine-0: 07:59:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 07:59:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:07 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:07 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 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: 07:59:07 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: 07:59:07 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-0: 07:59:07 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:07 DEBUG juju.worker.apicaller connected machine-0: 07:59:08 DEBUG juju.api RPC connection died machine-0: 07:59:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 07:59:08 DEBUG juju.worker.apicaller connecting with current password machine-0: 07:59:08 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:08 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:08 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:08 DEBUG juju.api successfully dialed "wss://252.6.0.1:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:08 DEBUG juju.worker.apicaller connected machine-0: 07:59:09 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 07:59:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 07:59:09 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 07:59:09 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-0: 07:59:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 07:59:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 07:59:09 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 07:59:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 07:59:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 07:59:09 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 07:59:09 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-0: 07:59:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.logger logger setup machine-0: 07:59:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 07:59:09 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 07:59:09 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 07:59:09 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 07:59:09 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 07:59:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 07:59:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 07:59:09 DEBUG juju.network "lxdbr0" has addresses [fe80::3059:20ff:fe15:5ad9/64 fe80::1/64] machine-0: 07:59:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 07:59:09 DEBUG juju.network including address public:172.30.9.208 for machine machine-0: 07:59:09 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-0: 07:59:09 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-0: 07:59:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 07:59:09 DEBUG juju.network including address local-machine:::1 for machine machine-0: 07:59:09 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-0: 07:59:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 07:59:09 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-0: 07:59:09 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 07:59:09 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: 07:59:09 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 07:59:09 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 07:59:09 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 07:59:09 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: 07:59:09 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-0: 07:59:09 DEBUG juju.worker.fanconfigurer Processing new fan config machine-0: 07:59:09 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-0: 07:59:09 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 07:59:09 INFO juju.worker.upgrader unblocking abort check machine-0: 07:59:09 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-0: 07:59:09 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 07:59:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 07:59:09 DEBUG juju.network "lxdbr0" has addresses [fe80::3059:20ff:fe15:5ad9/64 fe80::1/64] machine-0: 07:59:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 07:59:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 07:59:09 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-0: 07:59:09 DEBUG juju.network including address local-fan:252.7.0.1 for machine machine-0: 07:59:09 DEBUG juju.network including address local-machine:::1 for machine machine-0: 07:59:09 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 07:59:09 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-fan:252.7.0.1 local-machine:::1] machine-0: 07:59:09 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result 0 machine-0: 07:59:09 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: 07:59:09 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 07:59:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 07:59:09 DEBUG juju.worker start "0-container-watcher" machine-0: 07:59:09 DEBUG juju.worker start "stateconverter" machine-0: 07:59:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 07:59:09 INFO juju.worker start "0-container-watcher" machine-0: 07:59:09 DEBUG juju.worker "0-container-watcher" started machine-0: 07:59:09 INFO juju.worker start "stateconverter" machine-0: 07:59:09 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 07:59:09 DEBUG juju.worker "stateconverter" started machine-0: 07:59:09 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 07:59:10 DEBUG juju.service discovered init system "systemd" from local host machine-0: 07:59:10 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.208:17070"] machine-0: 07:59:10 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: 07:59:10 INFO juju.worker.machiner "machine-0" started machine-0: 07:59:11 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 07:59:11 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 07:59:11 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 07:59:11 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-abot-epc-basic-0: 07:59:11 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: 07:59:11 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 07:59:11 INFO juju.worker start "api" unit-abot-epc-basic-0: 07:59:11 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 07:59:11 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 07:59:11 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 07:59:11 DEBUG juju.api successfully dialed "wss://252.6.0.1:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 07:59:11 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 07:59:11 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 07:59:11 DEBUG juju.worker.apicaller changing password... machine-0: 07:59:11 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 07:59:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-0: 07:59:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 07:59:12 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-0: 07:59:12 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-0: 07:59:12 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 07:59:12 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 07:59:12 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 07:59:12 DEBUG juju.api successfully dialed "wss://252.6.0.1:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 07:59:12 INFO juju.api connection established to "wss://252.6.0.1:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 07:59:12 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 07:59:12 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-0: 07:59:12 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: 07:59:12 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:12 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network "lxdbr0" has addresses [fe80::3059:20ff:fe15:5ad9/64 fe80::1/64] unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network including address public:172.30.9.208 for machine unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 07:59:13 DEBUG juju.network addresses after filtering: [public:172.30.9.208 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: 07:59:13 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-0: 07:59:13 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:45:75:e2 CIDR:192.168.121.0/24 MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:ens3 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:static Address:192.168.121.7 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:45:75:e2 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:32:59:20:15:5a:d9 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:32:59:20:15:5a:d9 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:b6:a4:26:29:b1:dd CIDR:252.0.0.0/8 MTU:1400 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:fan-252 ParentInterfaceName: InterfaceType:bridge Disabled:false NoAutoStart:false ConfigType:static Address:252.7.0.1 DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false} {DeviceIndex:4 MACAddress:b6:a4:26:29:b1:dd 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:b6:a4:26:29:b1:dd 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: 07:59:13 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 07:59:13 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 07:59:13 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 07:59:13 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 07:59:13 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-xenial-amd64 unit-abot-epc-basic-0: 07:59:13 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-xenial-amd64/jujud unit-abot-epc-basic-0: 07:59:13 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: 07:59:13 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 07:59:13 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 07:59:13 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 07:59:13 DEBUG httpbakery client do GET https://252.6.0.1:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 07:59:13 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 07:59:13 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 07:59:13 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 07:59:13 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 07:59:14 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 07:59:14 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 07:59:14 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 07:59:14 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-abot-epc-basic-0: 07:59:14 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 07:59:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 07:59:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 07:59:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 07:59:15 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 07:59:16 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 07:59:16 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 07:59:16 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 07:59:16 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 07:59:17 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: 07:59:17 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 07:59:17 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: 07:59:17 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 07:59:17 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: 07:59:17 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 07:59:17 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: 07:59:17 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install Need to get 68.9 MB of archives. unit-abot-epc-basic-0: 07:59:17 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 07:59:17 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: 07:59:18 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: 07:59:18 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: 07:59:18 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: 07:59:18 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: 07:59:19 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: 07:59:19 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: 07:59:19 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: 07:59:19 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: 07:59:19 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: 07:59:19 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: 07:59:19 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: 07:59:20 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: 07:59:20 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: 07:59:20 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: 07:59:20 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: 07:59:20 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: 07:59:20 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: 07:59:20 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: 07:59:21 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: 07:59:21 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: 07:59:21 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: 07:59:21 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: 07:59:21 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcups2 amd64 2.1.3-4ubuntu0.5 [197 kB] unit-abot-epc-basic-0: 07:59:21 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: 07:59:22 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: 07:59:22 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: 07:59:22 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: 07:59:22 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: 07:59:22 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-1ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 07:59:24 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: 07:59:24 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: 07:59:24 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: 07:59:24 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: 07:59:24 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: 07:59:24 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: 07:59:24 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: 07:59:25 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: 07:59:25 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: 07:59:25 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: 07:59:25 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: 07:59:25 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: 07:59:25 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: 07:59:25 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: 07:59:26 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: 07:59:26 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: 07:59:26 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: 07:59:26 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: 07:59:26 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: 07:59:26 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: 07:59:27 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: 07:59:27 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: 07:59:27 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: 07:59:27 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: 07:59:28 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: 07:59:28 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: 07:59:28 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: 07:59:28 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: 07:59:28 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: 07:59:29 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: 07:59:29 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: 07:59:29 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: 07:59:29 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: 07:59:29 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: 07:59:29 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: 07:59:29 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: 07:59:30 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: 07:59:30 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: 07:59:30 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: 07:59:30 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: 07:59:30 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: 07:59:30 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: 07:59:30 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: 07:59:30 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: 07:59:31 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: 07:59:31 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: 07:59:31 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: 07:59:31 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: 07:59:31 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: 07:59:32 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: 07:59:32 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: 07:59:32 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: 07:59:32 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: 07:59:32 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: 07:59:32 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: 07:59:32 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: 07:59:32 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: 07:59:33 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: 07:59:33 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: 07:59:33 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: 07:59:33 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: 07:59:33 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: 07:59:33 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: 07:59:33 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: 07:59:34 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-1ubuntu0.16.04.1 [69.5 kB] unit-abot-epc-basic-0: 07:59:34 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-1ubuntu0.16.04.1 [8202 kB] unit-abot-epc-basic-0: 07:59:34 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-1ubuntu0.16.04.1 [450 kB] unit-abot-epc-basic-0: 07:59:34 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: 07:59:34 DEBUG unit.abot-epc-basic/0.install Fetched 68.9 MB in 17s (3898 kB/s) unit-abot-epc-basic-0: 07:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 07:59:35 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54382 files and directories currently installed.) unit-abot-epc-basic-0: 07:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 07:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 07:59:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 07:59:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 07:59:35 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 07:59:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 07:59:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 07:59:36 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 07:59:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 07:59:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 07:59:37 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 07:59:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 07:59:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 07:59:37 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 07:59:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 07:59:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 07:59:38 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 07:59:38 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 07:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 07:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 07:59:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 07:59:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 07:59:40 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 07:59:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 07:59:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:41 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 07:59:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 07:59:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:41 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 07:59:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 07:59:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 07:59:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 07:59:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 07:59:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 07:59:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 07:59:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 07:59:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 07:59:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 07:59:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 07:59:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 07:59:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 07:59:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 07:59:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 07:59:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 07:59:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 07:59:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 07:59:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 07:59:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 07:59:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 07:59:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 07:59:52 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 07:59:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 07:59:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 07:59:53 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 07:59:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 07:59:54 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: 07:59:54 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 07:59:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 07:59:55 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: 07:59:55 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 07:59:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 07:59:56 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: 07:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 07:59:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 07:59:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 07:59:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 07:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 07:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 07:59:57 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 07:59:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 07:59:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 07:59:58 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 07:59:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 07:59:58 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: 07:59:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 07:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 07:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 07:59:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 07:59:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 07:59:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 08:00:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 08:00:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:00:00 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:00:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 08:00:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:00:05 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 08:00:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 08:00:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 08:00:06 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 08:00:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 08:00:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 08:00:07 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:00:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 08:00:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:00:08 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 08:00:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 08:00:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:09 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 08:00:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 08:00:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 08:00:09 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 08:00:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 08:00:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:10 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 08:00:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 08:00:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:11 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 08:00:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 08:00:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 08:00:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 08:00:12 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: 08:00:13 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:00:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 08:00:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 08:00:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 08:00:13 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: 08:00:14 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:00:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 08:00:14 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: 08:00:14 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:00:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 08:00:15 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: 08:00:16 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:00:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 08:00:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 08:00:17 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 08:00:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 08:00:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 08:00:18 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 08:00:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 08:00:20 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: 08:00:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 08:00:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 08:00:21 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: 08:00:21 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 08:00:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 08:00:22 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: 08:00:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 08:00:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 08:00:23 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: 08:00:23 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:00:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 08:00:24 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: 08:00:24 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 08:00:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 08:00:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 08:00:28 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 08:00:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 08:00:29 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: 08:00:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:00:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 08:00:30 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: 08:00:30 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:00:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 08:00:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 08:00:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 08:00:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 08:00:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 08:00:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 08:00:34 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: 08:00:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:00:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 08:00:35 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: 08:00:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:00:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 08:00:35 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: 08:00:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 08:00:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 08:00:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 08:00:35 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 08:00:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 08:00:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 08:00:36 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 08:00:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 08:00:36 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: 08:00:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:00:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 08:00:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:00:37 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:00:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 08:00:39 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: 08:00:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:00:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 08:00:39 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: 08:00:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:00:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 08:00:39 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: 08:00:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 08:00:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 08:00:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 08:00:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 08:00:41 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: 08:00:41 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 08:00:42 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: 08:00:42 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 08:00:42 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: 08:00:42 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:42 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 08:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 08:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 08:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 08:00:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 08:00:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 08:00:43 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 08:00:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 08:00:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 08:00:44 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 08:00:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 08:00:44 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: 08:00:44 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:00:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 08:00:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 08:00:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 08:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 08:00:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:45 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 08:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 08:00:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 08:00:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 08:00:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 08:00:45 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: 08:00:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 08:00:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 08:00:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 08:00:46 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 08:00:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 08:00:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:00:46 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 08:00:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 08:00:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 08:00:47 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 08:00:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 08:00:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:00:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 08:00:47 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: 08:00:47 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:00:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 08:00:48 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: 08:00:48 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:00:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 08:00:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 08:00:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 08:00:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:00:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 08:00:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 08:00:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:00:52 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:00:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 08:00:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:00:53 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:00:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 08:00:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:00:55 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:00:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 08:00:57 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:00:57 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.8) ... unit-abot-epc-basic-0: 08:00:58 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 08:00:58 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 08:00:58 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 08:00:58 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 08:00:58 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 08:00:58 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 08:00:58 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 08:00:59 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 08:01:00 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:01:03 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:01:04 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:01:06 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 08:01:06 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 08:01:06 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 08:01:08 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: 08:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 08:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 08:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 08:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 08:01:08 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 08:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 08:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 08:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 08:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 08:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 08:01:09 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 08:01:10 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 08:01:10 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 08:01:10 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: 08:01:10 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 08:01:10 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: 08:01:10 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 08:01:10 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2.1) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:01:11 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 08:01:12 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 08:01:12 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 08:01:12 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 08:01:12 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 08:01:12 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:13 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:13 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 08:01:13 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 08:01:13 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:01:14 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 08:01:14 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:01:14 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:01:15 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:01:15 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 08:01:15 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 08:01:15 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 08:01:16 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 08:01:16 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 08:01:16 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:01:16 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 08:01:16 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 08:01:17 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:01:17 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:01:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:19 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: 08:01:19 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: 08:01:20 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:01:21 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 08:01:22 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 08:01:23 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 08:01:23 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:01:24 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:01:26 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:01:27 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:01:27 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 08:01:28 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 08:01:29 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: 08:01:30 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 08:01:32 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 08:01:32 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 08:01:33 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 08:01:33 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 08:01:34 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 08:01:34 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 08:01:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:01:36 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:01:36 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:01:36 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 08:01:37 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 08:01:37 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:38 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: 08:01:39 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 08:01:39 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: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 08:01:39 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: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 08:01:39 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 08:01:40 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:01:40 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: 08:01:40 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:01:40 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: 08:01:40 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 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: 08:01:41 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:01:41 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: 08:01:41 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: 08:01:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:01:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.8) ... unit-abot-epc-basic-0: 08:01:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 08:01:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 08:01:42 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 08:01:42 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 08:01:42 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 08:01:42 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:01:43 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 08:01:43 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 08:01:44 DEBUG unit.abot-epc-basic/0.install --2018-11-19 08:01:44-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 08:01:44 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 08:01:44 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 08:01:44 DEBUG unit.abot-epc-basic/0.install Length: 47813510 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 08:01:44 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: 08:01:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 93.6K 8m18s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 188K 6m13s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 10.3M 4m10s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.7M 3m8s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 191K 3m19s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 12.0M 2m46s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 10.9M 2m23s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.1M 2m5s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 198K 2m17s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.0M 2m4s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 11.1M 1m53s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.6M 1m44s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 11.1M 96s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.2M 89s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 10.8M 83s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.3M 78s unit-abot-epc-basic-0: 08:01:45 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 4.48M 74s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 221K 82s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 11.3M 77s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.2M 74s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.3M 70s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.2M 67s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.1M 64s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.1M 62s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.5M 59s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 11.0M 57s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 216K 63s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.5M 61s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 10.9M 59s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.3M 57s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.2M 55s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 11.0M 53s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 11.3M 52s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 11.4M 50s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 11.1M 49s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 7.06M 48s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 220K 52s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 10.1M 51s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 8.35M 49s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 11.1M 48s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 11.5M 47s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 11.2M 46s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 11.1M 45s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 11.5M 44s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 11.0M 43s unit-abot-epc-basic-0: 08:01:46 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 11.2M 42s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 222K 45s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 11.0M 44s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 8.21M 44s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 11.3M 43s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 10.9M 42s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 11.4M 41s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 11.0M 40s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 11.5M 40s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 11.0M 39s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 11.2M 38s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 11.2M 38s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 224K 40s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 11.2M 40s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 8.91M 39s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 10.8M 38s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 11.1M 38s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 11.2M 37s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 10.8M 37s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 11.5M 36s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 11.4M 36s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 10.8M 35s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 11.3M 35s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 225K 37s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 6.10M 36s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 9.94M 36s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 11.4M 35s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 11.4M 35s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 11.0M 34s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 11.0M 34s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 11.3M 34s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 11.1M 33s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 11.4M 33s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 11.6M 32s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 10.8M 32s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 232K 34s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 6.53M 33s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 9.89M 33s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 10.7M 33s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 8.72M 32s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 11.6M 32s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 11.2M 32s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 10.9M 31s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 11.3M 31s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 10.9M 31s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 11.4M 30s unit-abot-epc-basic-0: 08:01:47 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 10.9M 30s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 236K 31s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 6.79M 31s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 10.2M 31s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 10.4M 30s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 11.0M 30s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 9.56M 30s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 11.2M 30s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 9.22M 29s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 10.7M 29s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 11.8M 29s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 11.2M 28s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 11.0M 28s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 11.7M 28s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 239K 29s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 6.85M 29s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 11.4M 29s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 10.3M 28s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 6.17M 28s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 10.9M 28s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 11.0M 28s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 11.5M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 10.9M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 11.2M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.3M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 11.1M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 11.3M 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 11.2M 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 243K 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 6.75M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 10.5M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 11.8M 27s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 7.37M 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 10.8M 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 11.4M 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 10.9M 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.3M 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 11.4M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 11.1M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 11.4M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 11.2M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 11.0M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 245K 26s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 9.31M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 7.95M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 11.3M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 7.97M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 12.2M 25s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 10.8M 24s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 11.2M 24s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 11.3M 24s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 11.2M 24s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 11.0M 24s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 11.5M 24s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 11.2M 23s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 11.1M 23s unit-abot-epc-basic-0: 08:01:48 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 11.4M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 248K 24s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 10.3M 24s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 7.82M 24s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 10.8M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 10.8M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 9.59M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 11.0M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 11.2M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 11.1M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.2M 23s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.3M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 11.0M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 11.4M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 10.9M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 11.5M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 11.2M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 251K 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 10.4M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 7.96M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 11.1M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 11.4M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 9.60M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 11.3M 22s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 10.9M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 11.5M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 10.9M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 11.3M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 10.8M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 11.9M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 11.0M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 10.7M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 11.5M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 542K 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 458K 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 9.85M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 2.99M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 11.0M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 11.3M 21s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 11.1M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 11.2M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 10.9M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 11.8M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 10.9M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 11.4M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 11.3M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 10.9M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 11.3M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 11.1M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 11.3M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 11.2M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 270K 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 13.2M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 2.82M 20s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 11.1M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 11.3M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 8.60M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 11.8M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 11.0M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 10.5M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 11.4M 19s unit-abot-epc-basic-0: 08:01:49 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 11.2M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 182K 20s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 8.08M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 16.1M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 7.41M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 42.0M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 8.80M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 37.6M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 38.6M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 263K 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 14.6M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 23.8M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 48.0M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 42.6M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 46.3M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 35.1M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 30.3M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 27.9M 19s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 33.1M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 35.0M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 33.4M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 33.7M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 33.8M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 36.3M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 39.6M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 32.9M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 41.7M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 41.1M 18s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 7.76M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 8.33M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 7.80M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 9.37M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 11.4M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 6.99M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 7.13M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 8.17M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 575K 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 473K 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 8.52M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 5.86M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 6.26M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 8.77M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 7.12M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 6.64M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 10.5M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 9.62M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 6.87M 17s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 11.4M 16s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 6.54M 16s unit-abot-epc-basic-0: 08:01:50 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 9.95M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 265K 17s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 10.9M 17s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 8.84M 17s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 5.92M 17s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 6.98M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 7.68M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 7.37M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 7.29M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 9.99M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 10.5M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 6.28M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 11.3M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 8.49M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 7.73M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 266K 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 11.9M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 9.08M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 5.08M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 11.1M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 6.79M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 9.64M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 7.63M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 7.85M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 10.9M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 6.48M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 10.6M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 10.6M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 7.59M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 10.2M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 266K 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 11.1M 16s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 9.81M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 5.10M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 9.41M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 7.78M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 8.35M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 8.86M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 6.01M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 8.90M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 8.19M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 12.2M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 13.9M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 7.13M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 10.2M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 268K 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 11.7M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 8.88M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 5.28M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 11.0M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 7.79M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 10.8M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 8.22M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 6.63M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 5.80M 15s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 6.41M 14s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 10.3M 14s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 8.97M 14s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 8.69M 14s unit-abot-epc-basic-0: 08:01:51 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 13.2M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 269K 15s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 9.56M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 10.6M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 4.42M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 25.0M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 6.56M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 8.57M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 11.1M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 8.46M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 6.56M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 6.33M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 7.24M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 9.97M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 11.1M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 8.16M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 10.1M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 110K 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 35.2M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 38.1M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 39.4M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 37.1M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 41.2M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 44.0M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 51.2M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 48.0M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 44.6M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 43.1M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 45.4M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 46.3M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 44.1M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 39.2M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 44.3M 14s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 42.2M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 45.0M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 13.5M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 7.32M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 6.35M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 4.07M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 5.53M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 5.09M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 9.02M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 731K 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 392K 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 10.9M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 4.37M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 7.49M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 7.43M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 5.59M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 4.38M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 5.21M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 5.17M 13s unit-abot-epc-basic-0: 08:01:52 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 7.59M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 264K 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 9.40M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 5.62M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 7.55M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 6.34M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 5.52M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 6.58M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 4.64M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 7.48M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 5.08M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 9.29M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 427K 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 640K 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 5.40M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 8.48M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 6.49M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 9.49M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 4.41M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 4.74M 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 9.13M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 5.27M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 7.79M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 8.06M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 263K 13s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 9.61M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 5.35M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 10.9M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 3.65M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 10.9M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 11.1M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 4.81M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 10.0M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 5.13M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 8.76M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 7.70M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 264K 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 8.58M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 5.43M 12s unit-abot-epc-basic-0: 08:01:53 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 11.0M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 3.39M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 11.6M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 10.9M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 5.81M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 11.4M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 5.07M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 7.99M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 8.24M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 267K 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 5.83M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 5.21M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 11.0M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 4.13M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 10.2M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 11.3M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 11.5M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 4.84M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 11.6M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 5.88M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 5.51M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 11.6M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 267K 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 7.58M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 5.25M 12s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 10.9M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 4.44M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 9.28M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 11.5M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 11.4M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 5.02M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 11.6M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 6.04M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 5.42M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 11.7M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 268K 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 7.48M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 5.41M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 10.3M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 4.59M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 9.29M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 11.2M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 11.1M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 5.66M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 9.57M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 7.02M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 5.16M 11s unit-abot-epc-basic-0: 08:01:54 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 10.6M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 272K 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 5.98M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 5.61M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 8.60M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 7.43M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 5.92M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 7.27M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 11.0M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 10.7M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 7.57M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 10.6M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 6.57M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 5.45M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 2.37M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 294K 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 6.30M 11s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 6.75M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 8.92M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 8.12M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 4.55M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 11.1M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 11.7M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 9.95M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 8.29M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 8.02M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 8.18M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 5.45M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 866K 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 378K 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 6.63M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 6.31M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 9.27M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 7.80M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 4.69M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 10.9M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 11.1M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 11.0M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 8.58M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 9.25M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 7.84M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 5.15M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 878K 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 378K 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 6.31M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 6.87M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 9.19M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 7.26M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 4.91M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 6.23M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 11.3M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 11.4M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 11.0M 10s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 11.1M 9s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 11.3M 9s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 4.85M 9s unit-abot-epc-basic-0: 08:01:55 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 11.2M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 273K 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 5.97M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 7.41M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 7.43M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 6.50M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 7.81M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 4.62M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 10.3M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 11.2M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 11.3M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 11.1M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 10.8M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 10.1M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 5.28M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 687K 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 425K 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 8.36M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 6.65M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 8.46M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 7.75M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 5.04M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 6.52M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 9.51M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 11.4M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 10.9M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 11.5M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 11.2M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 5.39M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 8.90M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 274K 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 6.57M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 9.31M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 6.56M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 6.85M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 7.79M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 4.94M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 8.07M 9s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 10.0M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 10.9M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 11.4M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 11.1M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 10.9M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 4.86M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 11.4M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 268K 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 7.09M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 8.07M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 7.34M 8s unit-abot-epc-basic-0: 08:01:56 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 6.60M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 184K 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 50.4M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 51.3M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 55.5M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 52.6M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 55.8M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 53.4M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 55.8M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 59.1M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 55.8M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 51.2M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 52.4M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 51.2M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 53.4M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 43.8M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 51.9M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 9.85M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 6.57M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 6.07M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 10.3M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 183K 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 50.7M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 53.3M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 45.9M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 45.7M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 48.6M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 42.2M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 47.9M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 49.7M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 53.2M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 55.2M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 48.7M 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 269K 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 4.39M 8s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 3.69M 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 3.83M 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 3.83M 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 4.61M 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 5.55M 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 8.01M 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 260K 7s unit-abot-epc-basic-0: 08:01:57 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 4.39M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 3.49M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 4.01M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 3.95M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 4.50M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 64% 5.56M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 7.96M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 261K 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 4.64M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 3.46M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 3.83M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 4.40M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 3.65M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 6.49M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 7.33M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 265K 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 3.61M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 3.45M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 4.67M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 4.48M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 3.93M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 5.05M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 5.48M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 480K 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 532K 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 4.72M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 3.61M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 4.87M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 4.02M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 4.09M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 6.53M 7s unit-abot-epc-basic-0: 08:01:58 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 7.65M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 263K 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 4.80M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 3.31M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 4.58M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 5.80M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 3.63M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 4.27M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 7.54M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 133K 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 38.3M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 46.8M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 46.4M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 48.5M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 41.5M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 46.8M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 44.2M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 45.1M 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 685K 7s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 3.08M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 2.52M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 3.26M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 2.95M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 4.65M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 455K 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 525K 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 2.83M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 3.63M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 2.95M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 3.41M 6s unit-abot-epc-basic-0: 08:01:59 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 6.12M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 265K 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 3.14M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 2.79M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 3.26M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 3.15M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 4.21M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 473K 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 528K 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 2.89M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 3.62M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 3.52M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 3.24M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 5.49M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 272K 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 2.80M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 2.58M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 3.58M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 3.60M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 3.71M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 5.93M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 267K 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 2.99M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 2.85M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 3.97M 6s unit-abot-epc-basic-0: 08:02:00 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 3.34M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 4.08M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 655K 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 414K 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 3.59M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 2.77M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 3.89M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 3.46M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 3.92M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 663K 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 421K 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 3.12M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 2.78M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 3.84M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 3.49M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 4.16M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 5.17M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 272K 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 3.37M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 2.59M 6s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 4.07M 5s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 3.56M 5s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 3.93M 5s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 5.64M 5s unit-abot-epc-basic-0: 08:02:01 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 327K 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 1.03M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 2.75M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 3.97M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 4.09M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 3.41M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 5.51M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 474K 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 527K 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 3.40M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 3.72M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 3.86M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 3.17M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 5.51M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 476K 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 543K 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 4.25M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 2.97M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 3.74M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 3.58M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 4.04M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 4.25M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 279K 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 2.87M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 2.85M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 4.20M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 3.58M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 3.50M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 3.85M 5s unit-abot-epc-basic-0: 08:02:02 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 495K 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 526K 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 4.19M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 3.19M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 3.89M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 3.19M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 4.56M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 485K 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 554K 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 3.95M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 2.82M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 4.11M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 3.63M 5s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 3.57M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 4.22M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 348K 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 936K 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 3.76M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 3.41M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 3.50M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 3.64M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 4.73M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 486K 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 539K 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 4.87M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 2.82M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 3.75M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 3.69M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 3.80M 4s unit-abot-epc-basic-0: 08:02:03 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 4.41M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 281K 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 2.60M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 3.21M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 3.89M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 3.31M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 4.06M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 3.78M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 483K 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 542K 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 5.09M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 2.90M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 4.13M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 2.82M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 4.20M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 953K 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 359K 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 3.72M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 3.34M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 3.86M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 3.32M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 3.82M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 3.65M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 351K 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 939K 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 3.30M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 4.23M 4s unit-abot-epc-basic-0: 08:02:04 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 3.26M 4s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 3.41M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 4.12M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 492K 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 558K 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 3.79M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 2.91M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 3.55M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 3.77M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 3.86M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 4.30M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 281K 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 2.56M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 3.37M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 3.90M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 3.65M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 3.43M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 4.17M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 469K 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 570K 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 5.03M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 2.54M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 3.57M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 3.00M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 5.38M 3s unit-abot-epc-basic-0: 08:02:05 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 1.06M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 347K 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 3.08M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 3.38M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 3.88M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 3.40M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 3.83M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 3.58M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 474K 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 564K 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 4.48M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 2.98M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 3.53M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 3.12M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 4.57M 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 701K 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 417K 3s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 3.58M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 3.30M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 3.07M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 4.67M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 3.72M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 3.58M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 478K 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 560K 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 4.66M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 2.83M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 3.68M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 3.06M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 4.71M 2s unit-abot-epc-basic-0: 08:02:06 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 970K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 364K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 3.11M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 3.37M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 3.84M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 3.63M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 3.67M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 3.57M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 484K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 550K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 4.63M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 2.57M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 3.64M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 4.93M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 4.01M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 4.01M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 345K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 961K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 4.37M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 3.03M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 3.93M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 3.35M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 4.99M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 486K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 541K 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 3.84M 2s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 3.84M 1s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 3.16M 1s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 3.88M 1s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 3.36M 1s unit-abot-epc-basic-0: 08:02:07 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 4.26M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 513K 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 524K 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 4.62M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 3.41M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 3.11M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 5.16M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 3.42M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 3.89M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 508K 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 525K 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 4.21M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 3.68M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 3.13M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 4.81M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 3.57M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 4.09M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 514K 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 533K 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 3.51M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 4.31M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 3.50M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 4.53M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 3.17M 1s unit-abot-epc-basic-0: 08:02:08 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 5.91M 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 150K 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 362K 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 4.99M 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 4.61M 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 5.83M 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 51.2M 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 55.8M 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 44.3M 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 541K 1s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 1.05M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 48.8M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 48.6M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 56.1M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 3.81M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 554K 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 2.27M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 2.84M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 2.52M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 2.17M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 526K 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 533K 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 2.98M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 2.39M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 2.45M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 3.03M 0s unit-abot-epc-basic-0: 08:02:09 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 552K 0s unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 522K 0s unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 3.09M=25s unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install 2018-11-19 08:02:10 (1.79 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47813510/47813510] unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57423 files and directories currently installed.) unit-abot-epc-basic-0: 08:02:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 08:02:11 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 08:02:14 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 08:02:15 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: 08:02:15 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 08:02:15 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: 08:02:15 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 08:02:15 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: 08:02:15 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: 08:02:15 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 08:02:15 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: 08:02:15 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 08:02:15 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: 08:02:15 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 08:02:15 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: 08:02:15 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 08:02:15 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-abot-epc-basic-0: 08:02:16 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: 08:02:16 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-abot-epc-basic-0: 08:02:16 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 08:02:16 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 08:02:17 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 08:02:17 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: 08:02:17 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 08:02:17 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 08:02:18 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: 08:02:18 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 08:02:18 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: 08:02:18 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-abot-epc-basic-0: 08:02:18 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: 08:02:18 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 08:02:19 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: 08:02:19 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 08:02:19 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: 08:02:19 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 08:02:19 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: 08:02:19 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 08:02:20 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 08:02:20 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libplexus-utils-java all 1:1.5.15-4+deb8u1build0.16.04.1 [208 kB] unit-abot-epc-basic-0: 08:02:20 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 08:02:20 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: 08:02:20 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 08:02:21 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: 08:02:21 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 08:02:21 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: 08:02:21 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 08:02:21 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: 08:02:21 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 08:02:21 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 08:02:22 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: 08:02:22 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: 08:02:22 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: 08:02:22 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: 08:02:22 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 08:02:22 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: 08:02:22 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 08:02:23 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: 08:02:23 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 08:02:23 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: 08:02:23 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-abot-epc-basic-0: 08:02:23 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: 08:02:23 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 08:02:24 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: 08:02:24 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: 08:02:24 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: 08:02:24 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 08:02:24 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: 08:02:24 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: 08:02:24 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: 08:02:24 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: 08:02:25 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: 08:02:25 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: 08:02:25 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: 08:02:25 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: 08:02:25 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: 08:02:25 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 08:02:25 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 08:02:26 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: 08:02:26 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: 08:02:26 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: 08:02:26 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 08:02:26 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 08:02:27 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: 08:02:27 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: 08:02:27 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: 08:02:27 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: 08:02:28 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: 08:02:28 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-abot-epc-basic-0: 08:02:28 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 08:02:29 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 08:02:29 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 08:02:29 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: 08:02:29 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: 08:02:29 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: 08:02:29 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: 08:02:30 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: 08:02:30 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-utils amd64 2.4.18-2ubuntu3.9 [81.8 kB] unit-abot-epc-basic-0: 08:02:30 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-abot-epc-basic-0: 08:02:30 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: 08:02:30 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: 08:02:31 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: 08:02:31 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.4 [1261 kB] unit-abot-epc-basic-0: 08:02:31 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 08:02:31 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: 08:02:32 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: 08:02:32 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: 08:02:32 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: 08:02:32 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: 08:02:32 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: 08:02:32 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-abot-epc-basic-0: 08:02:33 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 08:02:33 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.7 [2309 kB] unit-abot-epc-basic-0: 08:02:33 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: 08:02:34 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-139.165 [862 kB] unit-abot-epc-basic-0: 08:02:34 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 08:02:34 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-abot-epc-basic-0: 08:02:34 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: 08:02:35 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: 08:02:35 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: 08:02:36 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: 08:02:36 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: 08:02:36 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: 08:02:36 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 08:02:37 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 08:02:37 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: 08:02:37 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 08:02:37 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: 08:02:37 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: 08:02:38 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: 08:02:38 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 08:02:38 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 08:02:39 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: 08:02:39 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 08:02:39 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 08:02:40 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-abot-epc-basic-0: 08:02:40 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-abot-epc-basic-0: 08:02:40 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.5 [195 kB] unit-abot-epc-basic-0: 08:02:40 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: 08:02:40 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: 08:02:41 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: 08:02:41 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: 08:02:41 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: 08:02:41 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: 08:02:41 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-abot-epc-basic-0: 08:02:41 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: 08:02:42 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: 08:02:42 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: 08:02:42 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: 08:02:42 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 08:02:42 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: 08:02:42 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-abot-epc-basic-0: 08:02:44 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 08:02:44 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: 08:02:44 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: 08:02:44 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: 08:02:44 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: 08:02:45 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: 08:02:45 DEBUG unit.abot-epc-basic/0.install Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-dev amd64 2.7.12-1~16.04 [1186 B] unit-abot-epc-basic-0: 08:02:45 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-all-dev amd64 2.7.12-1~16.04 [1016 B] unit-abot-epc-basic-0: 08:02:45 DEBUG unit.abot-epc-basic/0.install Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB] unit-abot-epc-basic-0: 08:02:45 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: 08:02:45 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 08:02:45 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-abot-epc-basic-0: 08:02:46 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: 08:02:46 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 08:02:46 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 30s (3350 kB/s) unit-abot-epc-basic-0: 08:02:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 08:02:46 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 57586 files and directories currently installed.) unit-abot-epc-basic-0: 08:02:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 08:02:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 08:02:47 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 08:02:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 08:02:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 08:02:48 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 08:02:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 08:02:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 08:02:48 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 08:02:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 08:02:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 08:02:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 08:02:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 08:02:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 08:02:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 08:02:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 08:02:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 08:02:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 08:02:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 08:02:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:02:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 08:02:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 08:02:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 08:02:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 08:02:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 08:02:53 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: 08:02:53 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 08:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 08:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 08:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 08:02:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 08:02:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 08:02:54 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-abot-epc-basic-0: 08:02:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 08:02:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 08:02:56 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 08:02:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 08:02:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 08:02:57 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 08:02:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 08:02:57 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: 08:02:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 08:02:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 08:02:58 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: 08:02:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 08:02:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 08:02:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 08:02:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 08:02:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 08:02:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 08:02:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 08:03:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 08:03:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 08:03:00 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 08:03:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 08:03:01 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: 08:03:01 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... unit-abot-epc-basic-0: 08:03:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 08:03:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 08:03:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 08:03:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 08:03:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 08:03:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 08:03:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 08:03:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... unit-abot-epc-basic-0: 08:03:02 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 08:03:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 08:03:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 08:03:03 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 08:03:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 08:03:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 08:03:04 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 08:03:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 08:03:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:03:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 08:03:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 08:03:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 08:03:05 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 08:03:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 08:03:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 08:03:06 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 08:03:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 08:03:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 08:03:07 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-abot-epc-basic-0: 08:03:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 08:03:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 08:03:08 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 08:03:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 08:03:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 08:03:09 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 08:03:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 08:03:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 08:03:10 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 08:03:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 08:03:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 08:03:11 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 08:03:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 08:03:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... machine-1: 08:03:11 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-1: 08:03:11 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 08:03:11 DEBUG juju.agent read agent config, format "2.0" machine-1: 08:03:11 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-1: 08:03:11 DEBUG juju.worker start "engine" machine-1: 08:03:11 INFO juju.worker start "engine" unit-abot-epc-basic-0: 08:03:11 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... machine-1: 08:03:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "clock" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 08:03:11 DEBUG juju.worker "engine" started machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.introspection stats worker now serving machine-1: 08:03:11 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 08:03:11 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-1: 08:03:11 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 08:03:11 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 08:03:11 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:11 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.apicaller connecting with old password machine-1: 08:03:12 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-1: 08:03:12 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:12 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:12 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 08:03:12 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:12 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 08:03:12 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 08:03:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 08:03:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 08:03:12 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 08:03:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 08:03:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... machine-1: 08:03:12 DEBUG juju.worker.apicaller connected machine-1: 08:03:12 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 08:03:12 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... machine-1: 08:03:12 DEBUG juju.worker.apicaller password changed machine-1: 08:03:12 DEBUG juju.api RPC connection died machine-1: 08:03:12 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... machine-1: 08:03:13 DEBUG juju.worker.apicaller connecting with current password machine-1: 08:03:13 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:13 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:13 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 08:03:13 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... machine-1: 08:03:13 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:03:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 08:03:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 08:03:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... machine-1: 08:03:14 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 08:03:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 08:03:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... machine-1: 08:03:14 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 08:03:14 INFO juju.worker.upgrader unblocking abort check machine-1: 08:03:14 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 08:03:14 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 08:03:14 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 08:03:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 08:03:14 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 08:03:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 08:03:14 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 08:03:14 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 08:03:14 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 08:03:14 DEBUG juju.network including address public:172.30.9.208 for machine machine-1: 08:03:14 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 08:03:14 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-1: 08:03:14 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 08:03:14 DEBUG juju.network including address local-machine:::1 for machine machine-1: 08:03:14 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 08:03:14 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 08:03:14 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-1: 08:03:14 DEBUG juju.worker.logger logger setup machine-1: 08:03:14 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 08:03:14 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 08:03:14 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 08:03:14 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 08:03:14 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 08:03:14 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 08:03:14 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 08:03:14 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 08:03:14 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 08:03:14 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: 08:03:14 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 08:03:14 INFO juju.util.exec run result: exit status 127 machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec207306923/script.sh: line 1: fanatic: command not found 127 machine-1: 08:03:14 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 08:03:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 08:03:14 INFO juju.util.exec run result: exit status 127 machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec982080533/script.sh: line 1: fanatic: command not found 127 machine-1: 08:03:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-1: 08:03:14 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-1: 08:03:14 DEBUG juju.api RPC connection died machine-1: 08:03:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker killing runner 0xc4206b1110 machine-1: 08:03:14 INFO juju.worker runner is dying machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-1: 08:03:14 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: 08:03:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 08:03:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 08:03:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 08:03:14 INFO juju.worker.authenticationworker starting key updater worker: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: starting key updater worker: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 08:03:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: connection is shut down machine-1: 08:03:14 DEBUG juju.worker.apicaller connecting with current password machine-1: 08:03:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 08:03:14 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:14 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:14 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 08:03:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 08:03:14 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: 08:03:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 08:03:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 08:03:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... machine-1: 08:03:15 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:03:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... machine-1: 08:03:15 DEBUG juju.api RPC connection died machine-1: 08:03:15 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-1: 08:03:16 DEBUG juju.worker.apicaller connecting with current password machine-1: 08:03:16 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:16 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-1: 08:03:16 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 08:03:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 08:03:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 08:03:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 08:03:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 08:03:16 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: 08:03:16 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... machine-1: 08:03:16 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:03:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 08:03:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... machine-1: 08:03:17 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 08:03:17 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... machine-1: 08:03:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 08:03:17 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 08:03:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 08:03:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 08:03:17 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-1: 08:03:17 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-1: 08:03:17 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 08:03:17 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: 08:03:17 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 08:03:17 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 08:03:17 INFO juju.util.exec run result: exit status 127 machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec730137378/script.sh: line 1: fanatic: command not found 127 machine-1: 08:03:17 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 08:03:17 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Processing new fan config machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-1: 08:03:17 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 08:03:17 INFO juju.util.exec run result: exit status 127 machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec168132772/script.sh: line 1: fanatic: command not found 127 machine-1: 08:03:17 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 08:03:17 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 08:03:17 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 08:03:17 DEBUG juju.network including address public:172.30.9.208 for machine machine-1: 08:03:17 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-1: 08:03:17 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-1: 08:03:17 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 08:03:17 DEBUG juju.network including address local-machine:::1 for machine machine-1: 08:03:17 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-1: 08:03:17 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 08:03:17 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-1: 08:03:17 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 08:03:17 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-1: 08:03:17 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 08:03:17 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 08:03:17 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 08:03:17 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 08:03:17 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: 08:03:17 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-1: 08:03:17 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-1: 08:03:17 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.logger logger setup machine-1: 08:03:17 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 08:03:17 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 08:03:17 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 08:03:17 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 08:03:17 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 08:03:17 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 08:03:17 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 08:03:17 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 08:03:17 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 08:03:17 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 08:03:17 DEBUG juju.network including address local-machine:::1 for machine machine-1: 08:03:17 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 08:03:17 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 08:03:17 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 08:03:17 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 08:03:17 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 08:03:17 INFO juju.worker.authenticationworker "machine-1" key updater worker started unit-abot-epc-basic-0: 08:03:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 08:03:17 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: 08:03:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... machine-1: 08:03:17 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 08:03:17 INFO juju.worker.upgrader unblocking abort check machine-1: 08:03:17 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-1: 08:03:17 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 08:03:17 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 08:03:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 08:03:17 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: 08:03:17 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... machine-1: 08:03:17 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 08:03:17 DEBUG juju.worker start "1-container-watcher" machine-1: 08:03:17 DEBUG juju.worker start "stateconverter" machine-1: 08:03:17 INFO juju.worker start "1-container-watcher" machine-1: 08:03:17 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 08:03:17 DEBUG juju.worker "1-container-watcher" started machine-1: 08:03:17 INFO juju.worker start "stateconverter" machine-1: 08:03:17 DEBUG juju.worker "stateconverter" started machine-1: 08:03:17 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... machine-1: 08:03:18 DEBUG juju.service discovered init system "upstart" from local host machine-1: 08:03:18 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.208:17070"] machine-1: 08:03:18 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 08:03:18 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-mysql-0: 08:03:18 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: 08:03:18 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 08:03:18 DEBUG juju.worker start "api" unit-mysql-0: 08:03:18 INFO juju.worker start "api" unit-mysql-0: 08:03:18 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-mysql-0: 08:03:18 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 08:03:18 DEBUG juju.worker "api" started unit-mysql-0: 08:03:18 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-mysql-0: 08:03:18 INFO juju.api connection established to "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-mysql-0: 08:03:18 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... machine-1: 08:03:18 INFO juju.worker.machiner "machine-1" started machine-1: 08:03:18 INFO juju.api.common no addresses observed on interface "tunl0" unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 08:03:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-mysql-0: 08:03:19 DEBUG juju.worker.apicaller connected unit-mysql-0: 08:03:19 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-mysql-0: 08:03:19 DEBUG juju.worker.apicaller password changed unit-mysql-0: 08:03:19 DEBUG juju.api RPC connection died unit-mysql-0: 08:03:19 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 08:03:19 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 08:03:19 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-mysql-0: 08:03:19 INFO juju.api connection established to "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-mysql-0: 08:03:19 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-mysql-0: 08:03:19 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:03:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 08:03:19 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: 08:03:19 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.8) ... unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 08:03:20 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:80:1c:7f 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.9 DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:2 MACAddress:fa:16:3e:80:1c:7f 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: 08:03:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 08:03:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-mysql-0: 08:03:20 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 08:03:20 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 08:03:20 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 08:03:20 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 08:03:20 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.logger logger setup unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 08:03:20 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 08:03:20 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 08:03:20 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 08:03:20 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 08:03:20 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 08:03:20 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 08:03:20 DEBUG juju.network including address public:172.30.9.208 for machine unit-mysql-0: 08:03:20 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-mysql-0: 08:03:20 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-mysql-0: 08:03:20 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 08:03:20 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 08:03:20 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 08:03:20 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 08:03:20 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 08:03:20 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-mysql-0: 08:03:20 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-mysql-0: 08:03:20 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-mysql-0: 08:03:20 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 08:03:20 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] unit-abot-epc-basic-0: 08:03:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 08:03:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 08:03:20 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 08:03:20 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 08:03:20 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 08:03:20 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 08:03:20 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-mysql-0: 08:03:20 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-mysql-0: 08:03:20 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 08:03:20 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 08:03:20 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 08:03:20 INFO juju.worker.uniter resuming charm install unit-mysql-0: 08:03:20 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 08:03:20 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 08:03:20 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 08:03:20 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 08:03:20 DEBUG httpbakery client do GET https://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 08:03:20 DEBUG httpbakery } -> error unit-mysql-0: 08:03:20 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 08:03:20 INFO juju.downloader download verified ("cs:mysql-55") unit-mysql-0: 08:03:21 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 08:03:21 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-abot-epc-basic-0: 08:03:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 08:03:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-mysql-0: 08:03:21 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 08:03:21 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 08:03:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 08:03:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:03:22 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 08:03:23 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 08:03:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 08:03:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:03:23 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 08:03:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 08:03:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 08:03:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 08:03:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 08:03:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 08:03:25 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 08:03:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 08:03:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 08:03:26 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 08:03:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 08:03:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 08:03:27 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 08:03:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 08:03:28 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: 08:03:28 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 08:03:28 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 08:03:28 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 08:03:28 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 08:03:28 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-mysql-0: 08:03:28 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 08:03:28 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 08:03:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 08:03:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-mysql-0: 08:03:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 08:03:29 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 08:03:29 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 08:03:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 08:03:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:03:30 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 08:03:30 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 08:03:30 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 08:03:30 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 08:03:30 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: 08:03:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 08:03:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 08:03:30 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 08:03:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 08:03:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-mysql-0: 08:03:31 DEBUG unit.mysql/0.install Fetched 849 kB in 1s (747 kB/s) unit-abot-epc-basic-0: 08:03:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 08:03:31 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 08:03:31 DEBUG unit.mysql/0.install (Reading database ... 78219 files and directories currently installed.) unit-mysql-0: 08:03:31 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 08:03:31 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:03:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 08:03:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 08:03:32 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 08:03:32 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 08:03:33 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:03:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 08:03:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 08:03:33 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 08:03:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 08:03:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 08:03:34 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 08:03:34 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-mysql-0: 08:03:35 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (22.8 kB/s) unit-mysql-0: 08:03:35 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 08:03:35 DEBUG unit.mysql/0.install (Reading database ... 78259 files and directories currently installed.) unit-mysql-0: 08:03:35 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 08:03:35 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 08:03:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 08:03:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 08:03:35 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 08:03:36 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 08:03:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 08:03:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 08:03:36 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 08:03:37 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 08:03:37 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 08:03:37 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 08:03:37 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 08:03:37 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 08:03:37 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 08:03:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 08:03:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 08:03:38 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 08:03:38 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: 08:03:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 08:03:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-mysql-0: 08:03:38 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-abot-epc-basic-0: 08:03:39 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 08:03:39 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: 08:03:39 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: 08:03:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 08:03:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 08:03:39 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 08:03:39 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: 08:03:40 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: 08:03:40 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: 08:03:40 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 08:03:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 08:03:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 08:03:40 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-abot-epc-basic-0: 08:03:40 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 08:03:40 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: 08:03:40 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: 08:03:40 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 08:03:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 08:03:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 08:03:41 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 08:03:41 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: 08:03:41 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-162.212 [774 kB] unit-mysql-0: 08:03:41 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: 08:03:41 DEBUG unit.mysql/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] unit-abot-epc-basic-0: 08:03:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 08:03:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 08:03:42 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: 08:03:42 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: 08:03:43 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 08:03:43 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 08:03:43 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: 08:03:43 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: 08:03:43 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: 08:03:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 08:03:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-mysql-0: 08:03:44 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-abot-epc-basic-0: 08:03:44 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-mysql-0: 08:03:44 DEBUG unit.mysql/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-mysql-0: 08:03:45 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: 08:03:45 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-mysql-0: 08:03:45 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-mysql-0: 08:03:45 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-mysql-0: 08:03:45 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-mysql-0: 08:03:45 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-mysql-0: 08:03:45 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: 08:03:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 08:03:45 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: 08:03:46 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: 08:03:46 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:03:46 DEBUG unit.mysql/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-mysql-0: 08:03:46 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-mysql-0: 08:03:46 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: 08:03:46 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 08:03:46 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: 08:03:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 08:03:46 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: 08:03:46 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: 08:03:46 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:03:47 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-mysql-0: 08:03:47 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-mysql-0: 08:03:47 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-mysql-0: 08:03:47 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: 08:03:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-mysql-0: 08:03:47 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: 08:03:47 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: 08:03:47 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 08:03:47 DEBUG unit.mysql/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4.1 [63.9 kB] unit-mysql-0: 08:03:47 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.4 [228 kB] unit-mysql-0: 08:03:48 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-mysql-0: 08:03:48 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-mysql-0: 08:03:48 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-mysql-0: 08:03:48 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1.1 [44.7 kB] unit-mysql-0: 08:03:48 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 08:03:48 DEBUG unit.mysql/0.install Fetched 40.9 MB in 10s (3875 kB/s) unit-abot-epc-basic-0: 08:03:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 08:03:48 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: 08:03:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:03:49 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 08:03:49 DEBUG unit.mysql/0.install (Reading database ... 78269 files and directories currently installed.) unit-mysql-0: 08:03:49 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 08:03:49 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:03:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 08:03:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:03:50 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:03:50 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 08:03:50 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 08:03:50 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:03:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 08:03:51 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: 08:03:51 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 08:03:51 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 08:03:51 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 08:03:51 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 08:03:51 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 08:03:52 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 08:03:52 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 08:03:52 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 08:03:52 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 08:03:52 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.8) ... unit-abot-epc-basic-0: 08:03:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 08:03:53 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 08:03:53 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 08:03:53 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 08:03:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 08:03:54 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 08:03:54 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:03:54 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-mysql-0: 08:03:54 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:03:54 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:03:54 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 08:03:54 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 08:03:54 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:03:54 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:03:55 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 08:03:55 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:03:55 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 08:03:55 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 08:03:55 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 08:03:55 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:03:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 08:03:55 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 61229 files and directories currently installed.) unit-abot-epc-basic-0: 08:03:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 08:03:55 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:03:55 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 08:03:56 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 08:03:56 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 08:03:56 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:03:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 08:03:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 08:03:56 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 08:03:57 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 08:03:57 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 08:03:57 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:03:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 08:03:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 08:03:57 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 08:03:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 08:03:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 08:03:57 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 08:03:58 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 08:03:58 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 08:03:58 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 08:03:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 08:03:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 08:03:58 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 08:03:59 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 08:03:59 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 08:03:59 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:03:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 08:03:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.7_amd64.deb ... unit-abot-epc-basic-0: 08:04:00 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.7) ... unit-mysql-0: 08:04:00 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 08:04:00 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... unit-mysql-0: 08:04:00 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... unit-mysql-0: 08:04:02 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 08:04:02 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 08:04:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 08:04:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-mysql-0: 08:04:03 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:04:03 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:04:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 08:04:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-139.165_amd64.deb ... unit-mysql-0: 08:04:08 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 08:04:08 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: 08:04:09 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-139.165) ... unit-mysql-0: 08:04:09 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 08:04:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 08:04:11 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 08:04:12 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 08:04:12 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 08:04:12 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 08:04:13 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 08:04:14 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:04:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 08:04:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-mysql-0: 08:04:14 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:14 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 08:04:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 08:04:14 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: 08:04:14 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:14 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 08:04:14 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 08:04:14 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 08:04:16 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 08:04:16 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 08:04:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-mysql-0: 08:04:16 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 08:04:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:04:16 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-mysql-0: 08:04:17 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 08:04:17 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 08:04:17 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 08:04:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 08:04:17 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:04:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 08:04:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 08:04:17 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 08:04:17 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:04:17 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:17 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 08:04:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 08:04:18 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 08:04:19 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:19 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 08:04:20 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 08:04:20 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-abot-epc-basic-0: 08:04:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 08:04:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 08:04:20 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 08:04:20 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:21 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 08:04:21 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 08:04:21 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 08:04:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 08:04:21 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: 08:04:21 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:21 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 08:04:21 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 08:04:22 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 08:04:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 08:04:22 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: 08:04:22 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:22 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 08:04:22 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 08:04:22 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 08:04:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 08:04:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 08:04:23 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 08:04:23 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-abot-epc-basic-0: 08:04:23 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:23 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 08:04:23 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 08:04:23 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-mysql-0: 08:04:23 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 08:04:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 08:04:23 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: 08:04:23 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 08:04:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 08:04:24 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: 08:04:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 08:04:24 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 08:04:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 08:04:24 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: 08:04:24 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:25 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 08:04:25 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 08:04:26 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 08:04:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 08:04:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:04:27 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-mysql-0: 08:04:27 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 08:04:27 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 08:04:27 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 08:04:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 08:04:27 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: 08:04:27 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:27 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 08:04:27 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 08:04:27 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 08:04:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 08:04:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 08:04:28 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 08:04:28 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 08:04:28 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 08:04:28 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 08:04:28 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 08:04:28 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 08:04:28 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 08:04:29 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 08:04:29 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 08:04:29 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 08:04:30 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.5) ... unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1.1_all.deb ... unit-mysql-0: 08:04:30 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 08:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 08:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.5) ... unit-mysql-0: 08:04:31 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 08:04:31 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4.1_all.deb ... unit-mysql-0: 08:04:31 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 08:04:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 08:04:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-mysql-0: 08:04:31 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-abot-epc-basic-0: 08:04:31 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-mysql-0: 08:04:31 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.4_all.deb ... unit-mysql-0: 08:04:31 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.4) ... unit-mysql-0: 08:04:32 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 08:04:32 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 08:04:32 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 08:04:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 08:04:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:04:32 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-mysql-0: 08:04:33 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 08:04:33 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 08:04:33 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 08:04:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 08:04:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:04:33 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-mysql-0: 08:04:33 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 08:04:33 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 08:04:33 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 08:04:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 08:04:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 08:04:33 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-mysql-0: 08:04:34 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 08:04:34 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 08:04:34 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1.1) ... unit-mysql-0: 08:04:34 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 08:04:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 08:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 08:04:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 08:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 08:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 08:04:35 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: 08:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 08:04:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 08:04:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 08:04:35 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 08:04:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 08:04:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 08:04:36 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 08:04:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 08:04:36 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: 08:04:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 08:04:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 08:04:39 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: 08:04:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:04:40 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 08:04:42 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 08:04:42 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 08:04:43 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 08:04:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 08:04:43 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: 08:04:44 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 08:04:44 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 08:04:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 08:04:44 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: 08:04:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 08:04:45 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 08:04:46 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 08:04:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 08:04:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-mysql-0: 08:04:47 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 08:04:48 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 08:04:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-mysql-0: 08:04:49 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:49 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-mysql-0: 08:04:50 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:04:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 08:04:50 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: 08:04:50 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-mysql-0: 08:04:51 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 08:04:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 08:04:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.4_amd64.deb ... unit-mysql-0: 08:04:52 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:04:52 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-mysql-0: 08:04:52 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-162.212) ... unit-mysql-0: 08:04:53 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:04:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 08:04:53 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: 08:04:53 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-mysql-0: 08:04:53 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 08:04:53 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 08:04:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 08:04:53 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: 08:04:53 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-mysql-0: 08:04:53 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 08:04:54 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 08:04:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 08:04:55 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-mysql-0: 08:04:55 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 08:04:55 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 08:04:55 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:04:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 08:04:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 08:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-mysql-0: 08:04:56 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 08:04:56 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 08:04:56 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 08:04:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 08:04:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 08:04:56 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-mysql-0: 08:04:56 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 08:04:56 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 08:04:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 08:04:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-mysql-0: 08:04:57 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 08:04:57 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-mysql-0: 08:04:57 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 08:04:58 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 08:04:58 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 08:04:58 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 08:04:59 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 08:04:59 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 08:05:00 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 08:05:00 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 08:05:00 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-mysql-0: 08:05:01 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-mysql-0: 08:05:01 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 08:05:01 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 08:05:02 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 08:05:02 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 08:05:03 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 08:05:03 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 08:05:03 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 08:05:03 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 08:05:03 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1.1) ... unit-mysql-0: 08:05:03 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4.1) ... unit-abot-epc-basic-0: 08:05:03 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-mysql-0: 08:05:04 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.4) ... unit-abot-epc-basic-0: 08:05:04 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-mysql-0: 08:05:04 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 08:05:04 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-mysql-0: 08:05:04 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 08:05:04 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 08:05:05 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-mysql-0: 08:05:05 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 08:05:05 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-mysql-0: 08:05:05 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1.1) ... unit-abot-epc-basic-0: 08:05:06 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-mysql-0: 08:05:06 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:05:06 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 08:05:06 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 08:05:07 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 08:05:08 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-mysql-0: 08:05:08 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 08:05:08 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 08:05:08 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 08:05:09 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 08:05:09 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 08:05:09 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 08:05:09 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 08:05:09 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 08:05:09 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-mysql-0: 08:05:09 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (122 kB/s) unit-abot-epc-basic-0: 08:05:09 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 08:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 08:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 08:05:10 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 08:05:10 DEBUG unit.mysql/0.install (Reading database ... 83397 files and directories currently installed.) unit-mysql-0: 08:05:10 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-abot-epc-basic-0: 08:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 08:05:10 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 08:05:10 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 08:05:11 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 08:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 08:05:12 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 08:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 08:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 08:05:12 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-mysql-0: 08:05:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 08:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 08:05:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 08:05:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 08:05:13 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-abot-epc-basic-0: 08:05:13 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: 08:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 08:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 08:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-abot-epc-basic-0: 08:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 08:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 08:05:13 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 08:05:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 08:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 08:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 08:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 08:05:14 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 08:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 08:05:14 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-mysql-0: 08:05:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 08:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 08:05:15 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 08:05:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 08:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 08:05:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 08:05:16 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 08:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 08:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 08:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 08:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 08:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 08:05:17 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: 08:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 08:05:17 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 08:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... unit-abot-epc-basic-0: 08:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 08:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 08:05:18 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 08:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 08:05:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 08:05:19 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 08:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 08:05:19 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-abot-epc-basic-0: 08:05:19 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-mysql-0: 08:05:19 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] machine-2: 08:05:19 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 08:05:19 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 08:05:19 DEBUG juju.agent read agent config, format "2.0" machine-2: 08:05:20 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 08:05:20 DEBUG juju.worker start "engine" machine-2: 08:05:20 INFO juju.worker start "engine" machine-2: 08:05:20 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 08:05:20 DEBUG juju.worker "engine" started machine-2: 08:05:20 DEBUG juju.worker.introspection stats worker now serving machine-2: 08:05:20 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 08:05:20 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.apicaller connecting with old password machine-2: 08:05:20 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 08:05:20 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:20 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:20 INFO juju.api connection established to "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:20 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 08:05:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 08:05:20 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 08:05:20 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 08:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-mysql-0: 08:05:20 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: 08:05:20 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: 08:05:20 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-mysql-0: 08:05:20 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: 08:05:20 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: 08:05:20 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (681 kB/s) unit-abot-epc-basic-0: 08:05:20 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 08:05:20 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 08:05:20 DEBUG unit.mysql/0.install (Reading database ... 83497 files and directories currently installed.) unit-mysql-0: 08:05:20 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... machine-2: 08:05:21 DEBUG juju.worker.apicaller connected machine-2: 08:05:21 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 08:05:21 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:05:21 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... machine-2: 08:05:21 DEBUG juju.worker.apicaller password changed machine-2: 08:05:21 DEBUG juju.api RPC connection died machine-2: 08:05:21 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 08:05:21 DEBUG juju.worker.apicaller connecting with current password machine-2: 08:05:21 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:21 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:21 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:22 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:05:22 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.8) ... machine-2: 08:05:22 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 08:05:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 08:05:22 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... machine-2: 08:05:22 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 08:05:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 08:05:22 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 08:05:22 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 08:05:22 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:05:22 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. machine-2: 08:05:22 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:05:22 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... machine-2: 08:05:22 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:22 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-mysql-0: 08:05:22 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 08:05:23 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 08:05:23 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... machine-2: 08:05:23 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 08:05:23 INFO juju.worker.upgrader unblocking abort check machine-2: 08:05:23 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 08:05:23 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 08:05:23 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-mysql-0: 08:05:23 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 08:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... machine-2: 08:05:23 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 08:05:23 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 08:05:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 08:05:23 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 08:05:23 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 08:05:23 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 08:05:23 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:05:23 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:05:23 DEBUG juju.network including address public:172.30.9.208 for machine machine-2: 08:05:23 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 08:05:23 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 08:05:23 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 08:05:23 DEBUG juju.network including address local-machine:::1 for machine machine-2: 08:05:23 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 08:05:23 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 08:05:23 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-2: 08:05:23 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 08:05:23 INFO juju.util.exec run result: exit status 127 machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec163942485/script.sh: line 1: fanatic: command not found 127 machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 08:05:23 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 08:05:23 INFO juju.util.exec run result: exit status 127 machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec091534946/script.sh: line 1: fanatic: command not found 127 machine-2: 08:05:23 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-2: 08:05:23 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-2: 08:05:23 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 08:05:23 DEBUG juju.api RPC connection died machine-2: 08:05:23 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-2: 08:05:23 INFO juju.worker.authenticationworker reading Juju ssh keys for "machine-2": connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: watching block devices: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 08:05:23 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: reading Juju ssh keys for "machine-2": connection is shut down machine-2: 08:05:23 DEBUG juju.worker.logger logger setup machine-2: 08:05:23 ERROR juju.worker.logger connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 08:05:23 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:23 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 08:05:23 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-2: 08:05:23 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 08:05:23 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 08:05:23 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 08:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... machine-2: 08:05:23 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:23 DEBUG juju.worker.apicaller connecting with current password machine-2: 08:05:23 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:23 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:05:23 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 08:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 08:05:23 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 08:05:23 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:05:23 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-mysql-0: 08:05:23 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 08:05:23 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-mysql-0: 08:05:24 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-abot-epc-basic-0: 08:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-mysql-0: 08:05:24 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... machine-2: 08:05:24 DEBUG juju.worker.apicaller connected unit-mysql-0: 08:05:24 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... machine-2: 08:05:24 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 08:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... machine-2: 08:05:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 08:05:24 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 08:05:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 08:05:24 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 08:05:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 08:05:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 08:05:24 INFO juju.util.exec run result: exit status 127 machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec655760868/script.sh: line 1: fanatic: command not found 127 machine-2: 08:05:24 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 08:05:24 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.logger logger setup machine-2: 08:05:24 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-2: 08:05:24 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 08:05:24 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 08:05:24 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo snap install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 08:05:24 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 08:05:24 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 08:05:24 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 08:05:24 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:05:24 INFO juju.util.exec run result: exit status 127 machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec587046045/script.sh: line 1: fanatic: command not found 127 machine-2: 08:05:24 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 08:05:24 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 08:05:24 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 08:05:24 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 08:05:24 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 08:05:24 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 08:05:24 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 08:05:24 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 08:05:24 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 08:05:24 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:05:24 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:05:24 DEBUG juju.network including address public:172.30.9.208 for machine machine-2: 08:05:24 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 08:05:24 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 08:05:24 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 08:05:24 DEBUG juju.network including address local-machine:::1 for machine machine-2: 08:05:24 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 08:05:24 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 08:05:24 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-2: 08:05:24 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 08:05:24 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 08:05:24 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 08:05:24 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:05:24 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 08:05:24 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:05:24 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:05:24 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 08:05:24 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-2: 08:05:24 DEBUG juju.network including address local-machine:::1 for machine machine-2: 08:05:24 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-2: 08:05:24 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-2: 08:05:24 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 08:05:24 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 08:05:24 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 08:05:24 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 08:05:24 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 08:05:24 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 08:05:24 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 08:05:24 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-abot-epc-basic-0: 08:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... machine-2: 08:05:24 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 08:05:24 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 08:05:24 INFO juju.worker.upgrader unblocking abort check machine-2: 08:05:24 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-mysql-0: 08:05:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 08:05:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 08:05:24 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 08:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... machine-2: 08:05:24 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 08:05:24 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 08:05:24 INFO juju.worker.deployer deploying unit "oai-epc/0" unit-abot-epc-basic-0: 08:05:24 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... machine-2: 08:05:25 DEBUG juju.worker start "2-container-watcher" machine-2: 08:05:25 DEBUG juju.worker start "stateconverter" machine-2: 08:05:25 INFO juju.worker start "2-container-watcher" machine-2: 08:05:25 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 08:05:25 DEBUG juju.worker "2-container-watcher" started machine-2: 08:05:25 INFO juju.worker start "stateconverter" machine-2: 08:05:25 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 08:05:25 DEBUG juju.worker "stateconverter" started machine-2: 08:05:25 DEBUG juju.service discovered init system "upstart" from local host machine-2: 08:05:25 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.208:17070"] machine-2: 08:05:25 INFO juju.worker.machiner "machine-2" started unit-mysql-0: 08:05:25 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 08:05:25 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... machine-2: 08:05:25 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} machine-2: 08:05:25 INFO juju.api.common no addresses observed on interface "tunl0" unit-abot-epc-basic-0: 08:05:25 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-oai-epc-0: 08:05:25 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 08:05:25 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 08:05:25 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 08:05:25 DEBUG juju.worker start "api" unit-oai-epc-0: 08:05:25 INFO juju.worker start "api" unit-oai-epc-0: 08:05:25 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 08:05:25 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 08:05:25 DEBUG juju.worker "api" started unit-oai-epc-0: 08:05:25 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:05:25 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:05:25 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:05:25 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-oai-epc-0: 08:05:25 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 08:05:25 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-oai-epc-0: 08:05:26 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 08:05:26 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 08:05:26 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:05:26 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 08:05:28 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-oai-epc-0: 08:05:28 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 08:05:28 DEBUG juju.api RPC connection died unit-oai-epc-0: 08:05:28 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 08:05:28 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 08:05:28 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:05:28 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:05:28 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 08:05:28 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-oai-epc-0: 08:05:28 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 08:05:29 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:05:29 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:72:85:4c 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:72:85:4c 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: 08:05:29 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 08:05:29 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 08:05:29 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-abot-epc-basic-0: 08:05:29 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-mysql-0: 08:05:29 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:05:29 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 08:05:29 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 08:05:29 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 08:05:29 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 08:05:29 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 08:05:29 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 08:05:29 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 08:05:29 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 08:05:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 08:05:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 08:05:29 DEBUG juju.network including address public:172.30.9.208 for machine unit-oai-epc-0: 08:05:29 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 08:05:29 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-epc-0: 08:05:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 08:05:29 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 08:05:29 DEBUG juju.network addresses after filtering: [public:172.30.9.208 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: 08:05:29 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 08:05:29 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-epc-0: 08:05:29 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-epc-0: 08:05:29 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-epc-0: 08:05:29 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 08:05:29 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] unit-oai-epc-0: 08:05:29 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 08:05:29 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 08:05:30 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 08:05:30 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 08:05:30 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-epc-0: 08:05:30 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 08:05:30 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 08:05:30 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 08:05:30 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 08:05:30 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 08:05:30 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 08:05:30 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 08:05:30 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 08:05:30 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 08:05:30 DEBUG httpbakery } -> error unit-oai-epc-0: 08:05:30 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 08:05:30 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-mysql-0: 08:05:30 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-abot-epc-basic-0: 08:05:30 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 08:05:30 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-oai-epc-0: 08:05:30 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 08:05:30 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-mysql-0: 08:05:30 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-oai-epc-0: 08:05:30 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 08:05:30 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-mysql-0: 08:05:31 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 08:05:31 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 08:05:31 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 08:05:31 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 08:05:31 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 08:05:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 08:05:32 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:05:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 08:05:32 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 08:05:32 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 08:05:32 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 08:05:32 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 08:05:32 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 08:05:32 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 08:05:33 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-oai-epc-0: 08:05:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 08:05:33 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 08:05:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 08:05:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 08:05:33 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 08:05:34 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: 08:05:34 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-mysql-0: 08:05:34 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 08:05:34 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 08:05:34 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 08:05:34 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-mysql-0: 08:05:34 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 08:05:34 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 08:05:34 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 08:05:34 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-mysql-0: 08:05:34 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install Need to get 3054 kB of archives. unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 08:05:34 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-mysql-0: 08:05:34 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 08:05:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 08:05:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 08:05:34 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:05:34 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.9 [701 kB] unit-mysql-0: 08:05:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 08:05:34 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-epc-0: 08:05:35 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.9 [2333 kB] unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 08:05:35 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-epc-0: 08:05:35 DEBUG unit.oai-epc/0.install Fetched 3054 kB in 1s (1656 kB/s) unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-epc-0: 08:05:36 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 08:05:36 DEBUG unit.oai-epc/0.install (Reading database ... 78219 files and directories currently installed.) unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-epc-0: 08:05:36 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-epc-0: 08:05:36 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 08:05:36 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 08:05:37 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 08:05:38 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-oai-epc-0: 08:05:38 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 08:05:38 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-oai-epc-0: 08:05:38 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 08:05:40 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 08:05:40 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-oai-epc-0: 08:05:40 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 08:05:40 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 08:05:42 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 08:05:42 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 08:05:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 08:05:42 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 08:05:42 DEBUG unit.mysql/0.config-changed Reading package lists... unit-oai-epc-0: 08:05:43 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-oai-epc-0: 08:05:43 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed Need to get 8969 kB of archives. unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 08:05:43 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-epc-0: 08:05:43 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-mysql-0: 08:05:44 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-mysql-0: 08:05:44 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: 08:05:44 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [707 kB] unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install Reading package lists... unit-mysql-0: 08:05:44 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-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 08:05:44 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install virt-what unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 08:05:45 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: 08:05:45 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3754 kB] unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (61.3 kB/s) unit-mysql-0: 08:05:45 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-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install (Reading database ... 78969 files and directories currently installed.) unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 08:05:45 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-mysql-0: 08:05:45 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: 08:05:45 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: 08:05:45 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-oai-epc-0: 08:05:46 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 08:05:46 DEBUG unit.mysql/0.config-changed Fetched 8969 kB in 2s (3331 kB/s) unit-mysql-0: 08:05:46 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 08:05:46 DEBUG unit.mysql/0.config-changed (Reading database ... 83591 files and directories currently installed.) unit-mysql-0: 08:05:46 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 08:05:46 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-oai-epc-0: 08:05:46 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-mysql-0: 08:05:47 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 08:05:47 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 08:05:47 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 08:05:47 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 08:05:47 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 08:05:47 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-mysql-0: 08:05:48 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 08:05:48 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-mysql-0: 08:05:48 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:05:48 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: 08:05:48 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install Reading state information... unit-mysql-0: 08:05:48 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-mysql-0: 08:05:48 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-mysql-0: 08:05:48 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install Need to get 3781 kB of archives. unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 08:05:48 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.62-0ubuntu0.14.04.1 [12.6 kB] unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 08:05:48 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-oai-epc-0: 08:05:49 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: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 08:05:49 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-mysql-0: 08:05:49 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 08:05:49 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 08:05:49 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 08:05:49 DEBUG unit.oai-epc/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-mysql-0: 08:05:50 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 08:05:50 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: 08:05:50 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 08:05:50 DEBUG unit.oai-epc/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-oai-epc-0: 08:05:50 DEBUG unit.oai-epc/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-epc-0: 08:05:50 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: 08:05:50 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] machine-3: 08:05:50 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 08:05:50 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 08:05:50 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 08:05:50 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: 08:05:51 DEBUG unit.oai-epc/0.install Fetched 3781 kB in 2s (1488 kB/s) unit-abot-epc-basic-0: 08:05:51 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... machine-3: 08:05:51 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-3: 08:05:51 DEBUG juju.worker start "engine" machine-3: 08:05:51 INFO juju.worker start "engine" machine-3: 08:05:51 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 08:05:51 DEBUG juju.worker "engine" started machine-3: 08:05:51 DEBUG juju.worker.introspection stats worker now serving machine-3: 08:05:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 08:05:51 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.apicaller connecting with old password machine-3: 08:05:51 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:51 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:51 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:51 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:51 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 08:05:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 08:05:51 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:51 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 08:05:51 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.4) ... machine-3: 08:05:52 DEBUG juju.worker.apicaller connected machine-3: 08:05:52 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 08:05:52 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.4) ... machine-3: 08:05:52 DEBUG juju.worker.apicaller password changed machine-3: 08:05:52 DEBUG juju.api RPC connection died machine-3: 08:05:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 08:05:52 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 08:05:52 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. machine-3: 08:05:52 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:52 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:52 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:05:52 DEBUG unit.oai-epc/0.install (Reading database ... 78976 files and directories currently installed.) unit-oai-epc-0: 08:05:52 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 08:05:52 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 08:05:53 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 08:05:53 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 08:05:53 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 08:05:53 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 08:05:53 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... machine-3: 08:05:53 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:05:53 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... machine-3: 08:05:53 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 08:05:53 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... machine-3: 08:05:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:05:53 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 08:05:53 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:05:53 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 08:05:53 INFO juju.worker.upgrader unblocking abort check machine-3: 08:05:53 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 08:05:53 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 08:05:53 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... machine-3: 08:05:53 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 08:05:53 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... machine-3: 08:05:53 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 08:05:53 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 08:05:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 08:05:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 08:05:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.logger logger setup machine-3: 08:05:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 08:05:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 08:05:53 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 08:05:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 08:05:53 INFO juju.util.exec run result: exit status 127 machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec674849613/script.sh: line 1: fanatic: command not found 127 machine-3: 08:05:53 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:05:53 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 08:05:53 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 08:05:53 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 08:05:53 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: 08:05:53 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 08:05:53 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:05:53 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:05:53 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 08:05:53 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 08:05:53 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:05:53 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:05:53 DEBUG juju.network including address public:172.30.9.208 for machine machine-3: 08:05:53 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 08:05:53 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 08:05:53 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 08:05:53 DEBUG juju.network including address local-machine:::1 for machine machine-3: 08:05:53 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 08:05:53 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 08:05:53 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 08:05:53 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 08:05:53 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 08:05:53 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 08:05:53 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 08:05:53 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 08:05:53 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 08:05:53 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-mysql-0: 08:05:53 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 08:05:53 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 08:05:53 INFO juju.util.exec run result: exit status 127 machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec379328721/script.sh: line 1: fanatic: command not found 127 machine-3: 08:05:53 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-3: 08:05:53 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 08:05:53 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 08:05:53 DEBUG juju.worker.apiconfigwatcher API addresses changed in agent config machine-3: 08:05:53 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: restart immediately machine-3: 08:05:53 DEBUG juju.api RPC connection died machine-3: 08:05:53 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker killing runner 0xc420500a90 machine-3: 08:05:53 INFO juju.worker runner is dying machine-3: 08:05:53 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: cannot read environment config: connection is shut down machine-3: 08:05:53 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: 08:05:53 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: connection is shut down machine-3: 08:05:53 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 08:05:53 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:05:53 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.apicaller connecting with current password machine-3: 08:05:54 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:05:54 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:54 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:54 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:54 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:54 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 08:05:54 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-oai-epc-0: 08:05:54 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 08:05:54 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 08:05:54 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:05:54 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 08:05:54 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 08:05:54 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files machine-3: 08:05:54 DEBUG juju.worker.apicaller connected machine-3: 08:05:55 DEBUG juju.api RPC connection died machine-3: 08:05:55 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 08:05:55 DEBUG juju.worker.apicaller connecting with current password machine-3: 08:05:55 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:55 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:05:55 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:05:55 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 08:05:55 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 08:05:55 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-mysql-0: 08:05:55 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 08:05:55 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-epc-0: 08:05:55 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 08:05:55 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 08:05:55 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-oai-epc-0: 08:05:55 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:05:56 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... machine-3: 08:05:56 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:05:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-mysql-0: 08:05:56 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 08:05:56 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 08:05:56 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... machine-3: 08:05:56 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 08:05:56 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 08:05:56 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 08:05:56 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 08:05:56 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:05:56 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 08:05:57 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 08:05:57 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 08:05:57 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 08:05:57 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 08:05:57 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:05:57 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 08:05:57 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 08:05:57 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 08:05:57 DEBUG juju.worker.logger logger setup machine-3: 08:05:57 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 08:05:57 INFO juju.util.exec run result: exit status 127 machine-3: 08:05:57 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec187385998/script.sh: line 1: fanatic: command not found 127 machine-3: 08:05:57 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 08:05:57 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 08:05:57 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 08:05:57 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 08:05:57 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 08:05:57 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 08:05:57 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 08:05:57 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 08:05:57 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 08:05:57 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 08:05:57 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 08:05:57 INFO juju.util.exec run result: exit status 127 machine-3: 08:05:57 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec590723312/script.sh: line 1: fanatic: command not found 127 machine-3: 08:05:57 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 08:05:57 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 08:05:57 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 08:05:57 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 08:05:57 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 08:05:57 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: 08:05:57 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:05:57 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 08:05:57 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 08:05:57 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:05:57 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:05:57 DEBUG juju.network including address public:172.30.9.208 for machine machine-3: 08:05:57 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 08:05:57 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 08:05:57 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 08:05:57 DEBUG juju.network including address local-machine:::1 for machine machine-3: 08:05:57 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 08:05:57 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 08:05:57 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install 1/4 KB 4/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: 08:05:57 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: 08:05:57 DEBUG unit.abot-epc-basic/0.install 1/13 KB 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 509.3 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 DEBUG unit.abot-epc-basic/0.install 3/26 KB 6/26 KB 9/26 KB 11/26 KB 14/26 KB 16/26 KB 19/26 KB 22/26 KB 25/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 780.0 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 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: 08:05:57 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: 08:05:57 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: 08:05:57 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: 08:05:57 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: 08:05:57 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: 08:05:57 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/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 582.9 KB/sec) unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom unit-oai-epc-0: 08:05:57 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 08:05:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:05:57 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 1162.4 KB/sec) unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom unit-mysql-0: 08:05:57 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:05:57 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 682.9 KB/sec) machine-3: 08:05:57 DEBUG juju.tools.lxdclient Using environment LXD_DIR as socket path: "/var/lib/lxd" machine-3: 08:05:57 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 08:05:57 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: 08:05:57 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: 08:05:57 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: 08:05:57 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 1243.8 KB/sec) unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom unit-oai-epc-0: 08:05:57 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: 08:05:57 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: 08:05:57 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: 08:05:57 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 911.8 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 989.0 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 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 200.0 KB/sec) unit-abot-epc-basic-0: 08:05:57 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 machine-3: 08:05:57 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 08:05:57 INFO juju.worker.upgrader unblocking abort check machine-3: 08:05:57 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 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: 08:05:57 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 125.2 KB/sec) unit-abot-epc-basic-0: 08:05:57 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 machine-3: 08:05:57 INFO juju.worker.deployer deploying unit "oai-hss/0" unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install 2/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 175.8 KB/sec) unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom unit-abot-epc-basic-0: 08:05:57 DEBUG unit.abot-epc-basic/0.install 3/7 KB 4/7 KB 7/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 334.4 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 DEBUG unit.abot-epc-basic/0.install 3/12 KB 3/12 KB 6/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 566.9 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 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 41.3 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 356.6 KB/sec) unit-abot-epc-basic-0: 08:05:57 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 machine-3: 08:05:57 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 unit-abot-epc-basic-0: 08:05:57 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 241.0 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 DEBUG unit.abot-epc-basic/0.install 492/492 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 32.0 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05: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/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 294.9 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 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 54.1 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:57 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 304.3 KB/sec) unit-abot-epc-basic-0: 08:05:57 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: 08:05:58 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 179.7 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 117.8 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 131.8 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 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 114.2 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 81.3 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 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 47.7 KB/sec) unit-abot-epc-basic-0: 08:05:58 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 machine-3: 08:05:58 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 08:05:58 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 89.7 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 544.8 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/41 KB 6/41 KB 9/41 KB 11/41 KB 14/41 KB 16/41 KB 19/41 KB 22/41 KB 25/41 KB 27/41 KB 30/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1411.6 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom machine-3: 08:05:58 DEBUG juju.worker start "3-container-watcher" machine-3: 08:05:58 DEBUG juju.worker start "stateconverter" machine-3: 08:05:58 INFO juju.worker start "3-container-watcher" machine-3: 08:05:58 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 08:05:58 DEBUG juju.worker "3-container-watcher" started machine-3: 08:05:58 INFO juju.worker start "stateconverter" machine-3: 08:05:58 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 08:05:58 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 08:05:58 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 740.2 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 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 208.0 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 388.1 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/32 KB 4/32 KB 7/32 KB 9/32 KB 12/32 KB 15/32 KB 17/32 KB 20/32 KB 23/32 KB 25/32 KB 28/32 KB 31/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: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 802.7 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 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 62.8 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 170.7 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1109.3 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 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 412.5 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 882.8 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 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: 08:05:58 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: 08:05:58 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: 08:05:58 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.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 377.6 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 3/153 KB 6/153 KB 3/48 KB 3/153 KB 3/48 KB 6/153 KB 5/48 KB 6/153 KB 8/48 KB 6/153 KB 11/48 KB 6/153 KB 13/48 KB 9/153 KB 13/48 KB 11/153 KB 13/48 KB 14/153 KB 13/48 KB 3/50 KB 16/153 KB 3/35 KB 16/48 KB 3/50 KB 14/153 KB 3/35 KB 16/48 KB 3/50 KB 14/153 KB 16/48 KB 3/50 KB 16/153 KB 3/35 KB 19/48 KB 3/50 KB 16/153 KB 3/35 KB 21/48 KB 3/50 KB 16/153 KB 5/35 KB 24/48 KB 3/50 KB 19/153 KB 5/35 KB 27/48 KB 3/50 KB 19/153 KB 5/35 KB 29/48 KB 3/50 KB 14/153 KB 13/48 KB 6/50 KB 19/153 KB 5/35 KB 29/48 KB 9/50 KB 19/153 KB 5/35 KB 29/48 KB 11/50 KB 19/153 KB 5/35 KB 29/48 KB 14/50 KB 19/153 KB 5/35 KB 29/48 KB 16/50 KB 19/153 KB 5/35 KB 29/48 KB 3/50 KB 19/153 KB 5/35 KB 24/48 KB 16/50 KB 22/153 KB 5/35 KB 29/48 KB 16/50 KB 25/153 KB 5/35 KB 32/48 KB 3/50 KB 16/153 KB 5/35 KB 21/48 KB 19/50 KB 25/153 KB 8/35 KB 32/48 KB 19/50 KB 25/153 KB 11/35 KB 32/48 KB 19/50 KB 25/153 KB 13/35 KB 32/48 KB 19/50 KB 25/153 KB 16/35 KB 32/48 KB 19/50 KB 25/153 KB 5/35 KB 32/48 KB 16/50 KB 22/153 KB 5/35 KB 32/48 KB 19/50 KB 25/153 KB 16/35 KB 36/48 KB 22/50 KB 27/153 KB 19/35 KB 40/48 KB 22/50 KB 27/153 KB 19/35 KB 36/48 KB 19/50 KB 27/153 KB 19/35 KB 36/48 KB 22/50 KB 27/153 KB 21/35 KB 40/48 KB 22/50 KB 27/153 KB 24/35 KB 40/48 KB 25/50 KB 27/153 KB 27/35 KB 40/48 KB 25/50 KB 3/30 KB 27/153 KB 29/35 KB 40/48 KB 19/50 KB 27/153 KB 16/35 KB 36/48 KB 25/50 KB 3/30 KB 30/153 KB 29/35 KB 44/48 KB 25/50 KB 3/30 KB 32/153 KB 29/35 KB 44/48 KB 25/50 KB 3/30 KB 27/153 KB 29/35 KB 44/48 KB 25/50 KB 3/30 KB 27/153 KB 27/35 KB 40/48 KB 25/50 KB 6/30 KB 32/153 KB 29/35 KB 48/48 KB 25/50 KB 9/30 KB 36/153 KB 29/35 KB 48/48 KB 25/50 KB 11/30 KB 36/153 KB 32/35 KB 48/48 KB 25/50 KB 14/30 KB 36/153 KB 32/35 KB 48/48 KB 25/50 KB 27/153 KB 24/35 KB 40/48 KB 27/50 KB 14/30 KB 36/153 KB 32/35 KB 48/48 KB 30/50 KB 14/30 KB 36/153 KB 32/35 KB 48/48 KB 32/50 KB 14/30 KB 36/153 KB 32/35 KB 48/48 KB 25/50 KB 9/30 KB 36/153 KB 32/35 KB 48/48 KB 36/50 KB 14/30 KB 36/153 KB 32/35 KB 48/48 KB 40/50 KB 14/30 KB 36/153 KB 35/35 KB 48/48 KB 44/50 KB 14/30 KB 36/153 KB 35/35 KB 48/48 KB 25/50 KB 6/30 KB 36/153 KB 29/35 KB 48/48 KB 25/50 KB 6/30 KB 32/153 KB 29/35 KB 48/48 KB 44/50 KB 16/30 KB 40/153 KB 35/35 KB 48/48 KB 44/50 KB 16/30 KB 40/153 KB 35/35 KB 48/48 KB 44/50 KB 16/30 KB 44/153 KB 35/35 KB 48/48 KB 44/50 KB 16/30 KB 48/153 KB 35/35 KB 48/48 KB 44/50 KB 16/30 KB 52/153 KB 35/35 KB 48/48 KB 48/50 KB 16/30 KB 56/153 KB 35/35 KB 48/48 KB 44/50 KB 16/30 KB 36/153 KB 35/35 KB 48/48 KB 36/50 KB 14/30 KB 36/153 KB 35/35 KB 48/48 KB 48/50 KB 16/30 KB 56/153 KB 35/35 KB 48/48 KB 48/50 KB 19/30 KB 56/153 KB 35/35 KB 48/48 KB 48/50 KB 16/30 KB 52/153 KB 35/35 KB 48/48 KB 50/50 KB 19/30 KB 56/153 KB 35/35 KB 48/48 KB 50/50 KB 22/30 KB 56/153 KB 35/35 KB 48/48 KB 50/50 KB 25/30 KB 56/153 KB 35/35 KB 48/48 KB 50/50 KB 25/30 KB 60/153 KB 35/35 KB 48/48 KB 50/50 KB 25/30 KB 64/153 KB 35/35 KB 48/48 KB 50/50 KB 27/30 KB 64/153 KB 35/35 KB 48/48 KB 50/50 KB 30/30 KB 64/153 KB 35/35 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 647.2 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 50/50 KB 30/30 KB 68/153 KB 35/35 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 460.4 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 30/30 KB 72/153 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 654.5 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 30/30 KB 76/153 KB 30/30 KB 80/153 KB 30/30 KB 84/153 KB 30/30 KB 88/153 KB 3/119 KB 3/190 KB 92/153 KB 3/119 KB 3/190 KB 96/153 KB 3/119 KB 3/190 KB 100/153 KB 3/119 KB 3/190 KB 104/153 KB 3/119 KB 3/190 KB 108/153 KB 3/119 KB 3/190 KB 112/153 KB 3/119 KB 3/190 KB 116/153 KB 3/119 KB 3/190 KB 30/30 KB 84/153 KB 3/119 KB 3/190 KB 116/153 KB 3/119 KB 5/190 KB 116/153 KB 3/119 KB 8/190 KB 116/153 KB 3/119 KB 11/190 KB 116/153 KB 3/119 KB 13/190 KB 116/153 KB 3/119 KB 16/190 KB 116/153 KB 3/119 KB 19/190 KB 30/30 KB 84/153 KB 3/119 KB 116/153 KB 6/119 KB 19/190 KB 116/153 KB 9/119 KB 19/190 KB 116/153 KB 11/119 KB 19/190 KB 116/153 KB 14/119 KB 19/190 KB 116/153 KB 16/119 KB 19/190 KB 116/153 KB 19/119 KB 19/190 KB 116/153 KB 22/119 KB 21/190 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 KB at 315.4 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 116/153 KB 22/119 KB 3/37 KB 21/190 KB 116/153 KB 22/119 KB 5/37 KB 21/190 KB 116/153 KB 22/119 KB 8/37 KB 21/190 KB 116/153 KB 22/119 KB 11/37 KB 21/190 KB 116/153 KB 22/119 KB 13/37 KB 21/190 KB 116/153 KB 22/119 KB 16/37 KB 21/190 KB 120/153 KB 25/119 KB 19/37 KB 21/190 KB 116/153 KB 19/119 KB 21/190 KB 120/153 KB 25/119 KB 19/37 KB 24/190 KB 120/153 KB 25/119 KB 16/37 KB 21/190 KB 120/153 KB 22/119 KB 16/37 KB 21/190 KB 124/153 KB 25/119 KB 19/37 KB 24/190 KB 124/153 KB 27/119 KB 19/37 KB 24/190 KB 128/153 KB 30/119 KB 19/37 KB 27/190 KB 128/153 KB 32/119 KB 21/37 KB 27/190 KB 128/153 KB 27/119 KB 19/37 KB 27/190 KB 128/153 KB 27/119 KB 19/37 KB 24/190 KB 132/153 KB 32/119 KB 21/37 KB 27/190 KB 136/153 KB 36/119 KB 21/37 KB 29/190 KB 3/86 KB 140/153 KB 36/119 KB 21/37 KB 29/190 KB 3/86 KB 144/153 KB 36/119 KB 21/37 KB 29/190 KB 128/153 KB 30/119 KB 21/37 KB 27/190 KB 3/86 KB 136/153 KB 36/119 KB 21/37 KB 29/190 KB 5/86 KB 144/153 KB 36/119 KB 21/37 KB 29/190 KB 8/86 KB 144/153 KB 36/119 KB 21/37 KB 29/190 KB 11/86 KB 144/153 KB 36/119 KB 24/37 KB 29/190 KB 13/86 KB 144/153 KB 36/119 KB 24/37 KB 29/190 KB 132/153 KB 36/119 KB 21/37 KB 29/190 KB 132/153 KB 32/119 KB 21/37 KB 29/190 KB 13/86 KB 144/153 KB 40/119 KB 24/37 KB 32/190 KB 13/86 KB 144/153 KB 40/119 KB 24/37 KB 36/190 KB 13/86 KB 144/153 KB 40/119 KB 24/37 KB 40/190 KB 16/86 KB 144/153 KB 40/119 KB 24/37 KB 44/190 KB 16/86 KB 148/153 KB 40/119 KB 24/37 KB 48/190 KB 8/86 KB 144/153 KB 36/119 KB 24/37 KB 29/190 KB 16/86 KB 148/153 KB 40/119 KB 27/37 KB 48/190 KB 16/86 KB 148/153 KB 40/119 KB 29/37 KB 48/190 KB 16/86 KB 148/153 KB 40/119 KB 32/37 KB 48/190 KB 16/86 KB 148/153 KB 40/119 KB 24/37 KB 44/190 KB 16/86 KB 152/153 KB 40/119 KB 32/37 KB 48/190 KB 16/86 KB 153/153 KB 40/119 KB 35/37 KB 48/190 KB 16/86 KB 144/153 KB 40/119 KB 24/37 KB 40/190 KB 13/86 KB 144/153 KB 40/119 KB 24/37 KB 40/190 KB 16/86 KB 153/153 KB 44/119 KB 35/37 KB 52/190 KB 19/86 KB 153/153 KB 48/119 KB 35/37 KB 52/190 KB 21/86 KB 153/153 KB 48/119 KB 35/37 KB 52/190 KB 24/86 KB 153/153 KB 48/119 KB 35/37 KB 52/190 KB 27/86 KB 153/153 KB 48/119 KB 35/37 KB 52/190 KB 16/86 KB 153/153 KB 40/119 KB 35/37 KB 52/190 KB 16/86 KB 152/153 KB 40/119 KB 35/37 KB 48/190 KB 16/86 KB 153/153 KB 48/119 KB 35/37 KB 52/190 KB 27/86 KB 153/153 KB 52/119 KB 35/37 KB 56/190 KB 27/86 KB 153/153 KB 56/119 KB 37/37 KB 56/190 KB 27/86 KB 153/153 KB 52/119 KB 37/37 KB 56/190 KB 27/86 KB 153/153 KB 60/119 KB 37/37 KB 56/190 KB 27/86 KB 153/153 KB 60/119 KB 37/37 KB 60/190 KB 27/86 KB 153/153 KB 64/119 KB 37/37 KB 60/190 KB 29/86 KB 68/119 KB 37/37 KB 60/190 KB 29/86 KB 72/119 KB 37/37 KB 60/190 KB 29/86 KB 76/119 KB 37/37 KB 60/190 KB 29/86 KB 80/119 KB 37/37 KB 60/190 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (153 KB at 1293.4 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 29/86 KB 153/153 KB 64/119 KB 37/37 KB 60/190 KB 27/86 KB 153/153 KB 64/119 KB 37/37 KB 60/190 KB 29/86 KB 80/119 KB 37/37 KB 64/190 KB 29/86 KB 80/119 KB 37/37 KB 68/190 KB 32/86 KB 80/119 KB 37/37 KB 72/190 KB 32/86 KB 80/119 KB 37/37 KB 68/190 KB 36/86 KB 80/119 KB 37/37 KB 72/190 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 36/86 KB 80/119 KB 37/37 KB 76/190 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 321.4 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 40/86 KB 84/119 KB 80/190 KB 40/86 KB 88/119 KB 80/190 KB 40/86 KB 80/119 KB 37/37 KB 76/190 KB 40/86 KB 84/119 KB 80/190 KB 44/86 KB 92/119 KB 84/190 KB 44/86 KB 92/119 KB 84/190 KB 48/86 KB 92/119 KB 84/190 KB 52/86 KB 92/119 KB 84/190 KB 52/86 KB 92/119 KB 88/190 KB 52/86 KB 96/119 KB 88/190 KB 52/86 KB 92/119 KB 88/190 KB 52/86 KB 96/119 KB 92/190 KB 52/86 KB 96/119 KB 96/190 KB 56/86 KB 96/119 KB 96/190 KB 60/86 KB 96/119 KB 96/190 KB 64/86 KB 100/119 KB 96/190 KB 68/86 KB 4/66 KB 100/119 KB 96/190 KB 72/86 KB 4/66 KB 3/26 KB 100/119 KB 100/190 KB 76/86 KB 4/66 KB 3/26 KB 100/119 KB 100/190 KB 80/86 KB 4/66 KB 3/26 KB 100/119 KB 100/190 KB 84/86 KB 4/66 KB 3/26 KB 100/119 KB 100/190 KB 60/86 KB 100/119 KB 96/190 KB 68/86 KB 4/66 KB 3/26 KB 100/119 KB 100/190 KB 86/86 KB 4/66 KB 5/26 KB 104/119 KB 100/190 KB 86/86 KB 4/66 KB 8/26 KB 104/119 KB 100/190 KB 86/86 KB 4/66 KB 8/26 KB 104/119 KB 100/190 KB 68/86 KB 4/66 KB 100/119 KB 100/190 KB 64/86 KB 4/66 KB 100/119 KB 96/190 KB 86/86 KB 8/66 KB 8/26 KB 108/119 KB 104/190 KB 86/86 KB 12/66 KB 8/26 KB 108/119 KB 104/190 KB 86/86 KB 12/66 KB 11/26 KB 108/119 KB 104/190 KB 86/86 KB 16/66 KB 11/26 KB 112/119 KB 104/190 KB 86/86 KB 12/66 KB 11/26 KB 108/119 KB 104/190 KB 86/86 KB 16/66 KB 11/26 KB 108/119 KB 104/190 KB 86/86 KB 16/66 KB 11/26 KB 112/119 KB 108/190 KB 86/86 KB 16/66 KB 11/26 KB 112/119 KB 112/190 KB 86/86 KB 16/66 KB 13/26 KB 112/119 KB 116/190 KB 86/86 KB 16/66 KB 13/26 KB 116/119 KB 120/190 KB 86/86 KB 16/66 KB 11/26 KB 108/119 KB 104/190 KB 86/86 KB 20/66 KB 13/26 KB 116/119 KB 120/190 KB 86/86 KB 24/66 KB 13/26 KB 116/119 KB 120/190 KB 86/86 KB 4/66 KB 13/26 KB 116/119 KB 120/190 KB 86/86 KB 16/66 KB 13/26 KB 116/119 KB 116/190 KB 86/86 KB 24/66 KB 13/26 KB 119/119 KB 120/190 KB 86/86 KB 16/66 KB 13/26 KB 112/119 KB 112/190 KB 86/86 KB 24/66 KB 16/26 KB 119/119 KB 120/190 KB 86/86 KB 24/66 KB 19/26 KB 119/119 KB 120/190 KB 86/86 KB 24/66 KB 21/26 KB 119/119 KB 120/190 KB 86/86 KB 28/66 KB 21/26 KB 119/119 KB 120/190 KB 86/86 KB 32/66 KB 24/26 KB 119/119 KB 120/190 KB 86/86 KB 32/66 KB 24/26 KB 119/119 KB 124/190 KB 86/86 KB 32/66 KB 24/26 KB 119/119 KB 124/190 KB 86/86 KB 32/66 KB 24/26 KB 119/119 KB 128/190 KB 86/86 KB 36/66 KB 24/26 KB 119/119 KB 128/190 KB 86/86 KB 40/66 KB 26/26 KB 119/119 KB 132/190 KB 86/86 KB 36/66 KB 26/26 KB 119/119 KB 128/190 KB 86/86 KB 36/66 KB 26/26 KB 119/119 KB 132/190 KB 86/86 KB 44/66 KB 26/26 KB 119/119 KB 136/190 KB 86/86 KB 44/66 KB 26/26 KB 119/119 KB 136/190 KB 86/86 KB 48/66 KB 26/26 KB 119/119 KB 140/190 KB 86/86 KB 48/66 KB 26/26 KB 119/119 KB 140/190 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 856.8 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 86/86 KB 48/66 KB 26/26 KB 144/190 KB 86/86 KB 48/66 KB 26/26 KB 148/190 KB 52/66 KB 26/26 KB 152/190 KB 52/66 KB 26/26 KB 148/190 KB Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 611.0 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 56/66 KB 26/26 KB 156/190 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 KB at 174.0 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 60/66 KB 156/190 KB 64/66 KB 156/190 KB 60/66 KB 156/190 KB 64/66 KB 160/190 KB 66/66 KB 160/190 KB 66/66 KB 164/190 KB 66/66 KB 3/324 KB 3/79 KB 168/190 KB 66/66 KB 3/324 KB 3/79 KB 164/190 KB 66/66 KB 3/79 KB 164/190 KB 66/66 KB 5/324 KB 3/79 KB 172/190 KB 66/66 KB 8/324 KB 3/79 KB 172/190 KB 66/66 KB 8/324 KB 5/79 KB 172/190 KB 66/66 KB 8/324 KB 5/79 KB 172/190 KB 66/66 KB 8/324 KB 5/79 KB 176/190 KB 66/66 KB 8/324 KB 8/79 KB 180/190 KB 66/66 KB 11/324 KB 8/79 KB 184/190 KB 66/66 KB 11/324 KB 8/79 KB 188/190 KB 66/66 KB 11/324 KB 8/79 KB 190/190 KB 66/66 KB 8/324 KB 8/79 KB 176/190 KB 4/228 KB 11/324 KB 11/79 KB 190/190 KB 4/228 KB 11/324 KB 8/79 KB 190/190 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 428.5 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 66/66 KB 11/324 KB 8/79 KB 180/190 KB 8/228 KB 13/324 KB 13/79 KB 190/190 KB 8/228 KB 16/324 KB 13/79 KB 190/190 KB 8/228 KB 11/324 KB 13/79 KB 190/190 KB 8/228 KB 11/324 KB 11/79 KB 190/190 KB 12/228 KB 16/324 KB 13/79 KB 190/190 KB 16/228 KB 16/324 KB 13/79 KB 190/190 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 16/228 KB 19/324 KB 16/79 KB 190/190 KB 20/228 KB 21/324 KB 16/79 KB 190/190 KB 20/228 KB 24/324 KB 16/79 KB 190/190 KB 16/228 KB 16/324 KB 16/79 KB 190/190 KB 20/228 KB 19/324 KB 16/79 KB 190/190 KB 24/228 KB 24/324 KB 16/79 KB 190/190 KB 24/228 KB 27/324 KB 19/79 KB 190/190 KB 24/228 KB 29/324 KB 19/79 KB 190/190 KB 28/228 KB 32/324 KB 19/79 KB 190/190 KB 28/228 KB 36/324 KB 19/79 KB 190/190 KB 28/228 KB 40/324 KB 19/79 KB 190/190 KB 28/228 KB 44/324 KB 19/79 KB 190/190 KB 28/228 KB 48/324 KB 19/79 KB 190/190 KB 24/228 KB 24/324 KB 19/79 KB 190/190 KB 28/228 KB 48/324 KB 21/79 KB 190/190 KB 28/228 KB 48/324 KB 24/79 KB 190/190 KB 28/228 KB 48/324 KB 27/79 KB 190/190 KB 28/228 KB 48/324 KB 29/79 KB 190/190 KB 28/228 KB 48/324 KB 32/79 KB 190/190 KB 28/228 KB 48/324 KB 36/79 KB 190/190 KB 28/228 KB 29/324 KB 19/79 KB 190/190 KB 32/228 KB 52/324 KB 36/79 KB 190/190 KB 36/228 KB 52/324 KB 36/79 KB 190/190 KB 40/228 KB 52/324 KB 36/79 KB 44/228 KB 52/324 KB 36/79 KB 48/228 KB 52/324 KB 36/79 KB 52/228 KB 52/324 KB 36/79 KB 56/228 KB 52/324 KB 40/79 KB 28/228 KB 52/324 KB 36/79 KB 190/190 KB 56/228 KB 56/324 KB 40/79 KB 52/228 KB 52/324 KB 40/79 KB 60/228 KB 56/324 KB 44/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 1096.1 KB/sec) unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install 60/228 KB 56/324 KB 48/79 KB 60/228 KB 56/324 KB 40/79 KB 4/152 KB 60/228 KB 56/324 KB 48/79 KB 8/152 KB 64/228 KB 56/324 KB 48/79 KB 12/152 KB 64/228 KB 56/324 KB 48/79 KB 16/152 KB 64/228 KB 56/324 KB 48/79 KB 20/152 KB 64/228 KB 56/324 KB 48/79 KB 24/152 KB 64/228 KB 56/324 KB 48/79 KB 28/152 KB 64/228 KB 56/324 KB 48/79 KB 32/152 KB 64/228 KB 56/324 KB 48/79 KB 4/152 KB 64/228 KB 60/324 KB 48/79 KB 32/152 KB 64/228 KB 60/324 KB 48/79 KB 32/152 KB 64/228 KB 60/324 KB 52/79 KB 36/152 KB 68/228 KB 64/324 KB 56/79 KB 36/152 KB 68/228 KB 64/324 KB 52/79 KB 40/152 KB 68/228 KB 64/324 KB 56/79 KB 44/152 KB 68/228 KB 64/324 KB 60/79 KB 32/152 KB 68/228 KB 64/324 KB 52/79 KB 48/152 KB 68/228 KB 68/324 KB 60/79 KB 32/152 KB 68/228 KB 60/324 KB 52/79 KB 48/152 KB 72/228 KB 72/324 KB 60/79 KB 48/152 KB 76/228 KB 72/324 KB 60/79 KB 40/152 KB 68/228 KB 64/324 KB 60/79 KB 48/152 KB 80/228 KB 72/324 KB 64/79 KB 48/152 KB 80/228 KB 72/324 KB 64/79 KB 48/152 KB 80/228 KB 72/324 KB 64/79 KB 48/152 KB 80/228 KB 76/324 KB 64/79 KB 48/152 KB 68/228 KB 64/324 KB 60/79 KB 52/152 KB 80/228 KB 80/324 KB 64/79 KB 56/152 KB 84/228 KB 80/324 KB 68/79 KB 52/152 KB 84/228 KB 80/324 KB 68/79 KB 52/152 KB 80/228 KB 80/324 KB 68/79 KB 48/152 KB 80/228 KB 80/324 KB 64/79 KB 56/152 KB 84/228 KB 84/324 KB 68/79 KB 56/152 KB 88/228 KB 84/324 KB 72/79 KB 56/152 KB 84/228 KB 84/324 KB 72/79 KB 56/152 KB 92/228 KB 84/324 KB 76/79 KB 4/32 KB 56/152 KB 92/228 KB 84/324 KB 79/79 KB 4/32 KB 56/152 KB 92/228 KB 84/324 KB 76/79 KB 8/32 KB 60/152 KB 92/228 KB 88/324 KB 79/79 KB 12/32 KB 60/152 KB 92/228 KB 88/324 KB 79/79 KB 16/32 KB 60/152 KB 92/228 KB 88/324 KB 79/79 KB 4/32 KB 60/152 KB 92/228 KB 88/324 KB 79/79 KB 16/32 KB 60/152 KB 92/228 KB 92/324 KB 79/79 KB 4/32 KB 60/152 KB 92/228 KB 84/324 KB 79/79 KB 20/32 KB 64/152 KB 92/228 KB 92/324 KB 79/79 KB 56/152 KB 92/228 KB 84/324 KB 79/79 KB 20/32 KB 64/152 KB 96/228 KB 92/324 KB 79/79 KB 20/32 KB 60/152 KB 92/228 KB 92/324 KB 79/79 KB 24/32 KB 64/152 KB 96/228 KB 92/324 KB 79/79 KB 28/32 KB 64/152 KB 96/228 KB 92/324 KB 79/79 KB 32/32 KB 64/152 KB 96/228 KB 92/324 KB 79/79 KB 32/32 KB 68/152 KB 96/228 KB 92/324 KB 79/79 KB 32/32 KB 72/152 KB 100/228 KB 96/324 KB 79/79 KB 32/32 KB 68/152 KB 100/228 KB 96/324 KB 79/79 KB 32/32 KB 68/152 KB 96/228 KB 96/324 KB 79/79 KB 32/32 KB 76/152 KB 100/228 KB 100/324 KB 79/79 KB 32/32 KB 76/152 KB 104/228 KB 104/324 KB 32/32 KB 76/152 KB 104/228 KB 108/324 KB 32/32 KB 76/152 KB 104/228 KB 112/324 KB 32/32 KB 76/152 KB 104/228 KB 100/324 KB 79/79 KB 32/32 KB 76/152 KB 108/228 KB 112/324 KB 32/32 KB 76/152 KB 112/228 KB 112/324 KB 32/32 KB 76/152 KB 116/228 KB 112/324 KB 32/32 KB 76/152 KB 120/228 KB 116/324 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 402.3 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 32/32 KB 76/152 KB 104/228 KB 100/324 KB 79/79 KB 32/32 KB 80/152 KB 124/228 KB 116/324 KB 32/32 KB 84/152 KB 124/228 KB 116/324 KB 88/152 KB 124/228 KB 116/324 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 32/32 KB 76/152 KB 116/228 KB 116/324 KB 32/32 KB 92/152 KB 124/228 KB 116/324 KB 92/152 KB 124/228 KB 116/324 KB 96/152 KB 124/228 KB 116/324 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 157.2 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 96/152 KB 128/228 KB 116/324 KB 96/152 KB 128/228 KB 120/324 KB 96/152 KB 128/228 KB 124/324 KB 100/152 KB 132/228 KB 128/324 KB 100/152 KB 132/228 KB 132/324 KB 100/152 KB 128/228 KB 124/324 KB 104/152 KB 132/228 KB 132/324 KB 108/152 KB 132/228 KB 132/324 KB 100/152 KB 132/228 KB 124/324 KB 108/152 KB 136/228 KB 132/324 KB 108/152 KB 140/228 KB 132/324 KB 108/152 KB 144/228 KB 132/324 KB 112/152 KB 144/228 KB 132/324 KB 112/152 KB 144/228 KB 136/324 KB 112/152 KB 144/228 KB 140/324 KB 112/152 KB 148/228 KB 144/324 KB 112/152 KB 148/228 KB 148/324 KB 4/234 KB 116/152 KB 148/228 KB 152/324 KB 4/234 KB 112/152 KB 148/228 KB 140/324 KB 116/152 KB 152/228 KB 152/324 KB 4/234 KB 116/152 KB 156/228 KB 152/324 KB 4/234 KB 116/152 KB 160/228 KB 152/324 KB 4/234 KB 116/152 KB 148/228 KB 148/324 KB 4/234 KB 120/152 KB 160/228 KB 152/324 KB 4/234 KB 112/152 KB 148/228 KB 144/324 KB 4/234 KB 124/152 KB 160/228 KB 152/324 KB 8/234 KB 124/152 KB 160/228 KB 152/324 KB 12/234 KB 124/152 KB 160/228 KB 152/324 KB 16/234 KB 124/152 KB 160/228 KB 152/324 KB 16/234 KB 128/152 KB 160/228 KB 152/324 KB 16/234 KB 132/152 KB 160/228 KB 152/324 KB 16/234 KB 136/152 KB 164/228 KB 156/324 KB 20/234 KB 140/152 KB 164/228 KB 156/324 KB 20/234 KB 144/152 KB 164/228 KB 156/324 KB 20/234 KB 132/152 KB 164/228 KB 156/324 KB 20/234 KB 144/152 KB 164/228 KB 160/324 KB 20/234 KB 144/152 KB 164/228 KB 164/324 KB 20/234 KB 132/152 KB 164/228 KB 152/324 KB 20/234 KB 144/152 KB 168/228 KB 168/324 KB 20/234 KB 144/152 KB 172/228 KB 168/324 KB 20/234 KB 144/152 KB 176/228 KB 168/324 KB 20/234 KB 132/152 KB 160/228 KB 152/324 KB 20/234 KB 144/152 KB 176/228 KB 168/324 KB 24/234 KB 144/152 KB 176/228 KB 168/324 KB 28/234 KB 144/152 KB 176/228 KB 168/324 KB 32/234 KB 144/152 KB 176/228 KB 168/324 KB 36/234 KB 148/152 KB 180/228 KB 168/324 KB 40/234 KB 144/152 KB 180/228 KB 168/324 KB 36/234 KB 148/152 KB 180/228 KB 172/324 KB 40/234 KB 148/152 KB 180/228 KB 176/324 KB 40/234 KB 148/152 KB 180/228 KB 180/324 KB 40/234 KB 148/152 KB 180/228 KB 168/324 KB 36/234 KB 148/152 KB 184/228 KB 180/324 KB 44/234 KB 148/152 KB 176/228 KB 168/324 KB 36/234 KB 152/152 KB 184/228 KB 180/324 KB 44/234 KB 152/152 KB 184/228 KB 180/324 KB 44/234 KB 148/152 KB 180/228 KB 180/324 KB 44/234 KB 152/152 KB 188/228 KB 180/324 KB 48/234 KB 152/152 KB 192/228 KB 180/324 KB 48/234 KB 152/152 KB 192/228 KB 180/324 KB 48/234 KB 152/152 KB 192/228 KB 180/324 KB 52/234 KB 152/152 KB 196/228 KB 184/324 KB 56/234 KB 152/152 KB 196/228 KB 184/324 KB 60/234 KB 152/152 KB 196/228 KB 184/324 KB 52/234 KB 152/152 KB 192/228 KB 184/324 KB 52/234 KB 152/152 KB 196/228 KB 188/324 KB 60/234 KB 152/152 KB 196/228 KB 192/324 KB 60/234 KB 152/152 KB 196/228 KB 196/324 KB 60/234 KB 152/152 KB 200/228 KB 196/324 KB 64/234 KB 152/152 KB 200/228 KB 196/324 KB 60/234 KB 152/152 KB 204/228 KB 196/324 KB 64/234 KB 152/152 KB 208/228 KB 196/324 KB 64/234 KB 152/152 KB 208/228 KB 196/324 KB 68/234 KB 152/152 KB 212/228 KB 200/324 KB 72/234 KB 152/152 KB 212/228 KB 200/324 KB 76/234 KB 152/152 KB 212/228 KB 200/324 KB 80/234 KB 152/152 KB 212/228 KB 200/324 KB 84/234 KB 212/228 KB 200/324 KB 88/234 KB 152/152 KB 212/228 KB 200/324 KB 68/234 KB 216/228 KB 200/324 KB 88/234 KB 220/228 KB 200/324 KB 88/234 KB 224/228 KB 200/324 KB 88/234 KB 152/152 KB 208/228 KB 200/324 KB 68/234 KB 224/228 KB 204/324 KB 88/234 KB unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 224/228 KB 208/324 KB 88/234 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (152 KB at 671.7 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 224/228 KB 212/324 KB 88/234 KB 224/228 KB 216/324 KB 88/234 KB 228/228 KB 216/324 KB 88/234 KB 228/228 KB 220/324 KB 88/234 KB 228/228 KB 224/324 KB 88/234 KB 228/228 KB 228/324 KB 88/234 KB 228/228 KB 232/324 KB 92/234 KB 228/228 KB 236/324 KB 92/234 KB 228/228 KB 240/324 KB 92/234 KB 228/228 KB 244/324 KB 92/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 963.2 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install 228/228 KB 228/324 KB 92/234 KB 244/324 KB 96/234 KB 244/324 KB 100/234 KB 244/324 KB 104/234 KB 244/324 KB 108/234 KB 244/324 KB 112/234 KB 244/324 KB 116/234 KB 244/324 KB 120/234 KB 244/324 KB 124/234 KB 248/324 KB 124/234 KB 252/324 KB 124/234 KB 252/324 KB 128/234 KB 256/324 KB 128/234 KB 256/324 KB 132/234 KB 260/324 KB 136/234 KB 260/324 KB 140/234 KB 260/324 KB 144/234 KB 260/324 KB 132/234 KB 264/324 KB 144/234 KB 268/324 KB 144/234 KB 272/324 KB 144/234 KB 276/324 KB 144/234 KB 280/324 KB 144/234 KB 284/324 KB 144/234 KB 284/324 KB 148/234 KB 284/324 KB 152/234 KB 284/324 KB 156/234 KB 284/324 KB 160/234 KB 288/324 KB 160/234 KB 292/324 KB 160/234 KB 296/324 KB 160/234 KB 300/324 KB 160/234 KB 304/324 KB 160/234 KB 304/324 KB 164/234 KB 304/324 KB 168/234 KB 304/324 KB 172/234 KB 304/324 KB 176/234 KB 308/324 KB 176/234 KB 312/324 KB 176/234 KB 316/324 KB 176/234 KB 320/324 KB 176/234 KB 324/324 KB 176/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 324/324 KB 200/234 KB 324/324 KB 204/234 KB 324/324 KB 208/234 KB 324/324 KB 212/234 KB 324/324 KB 216/234 KB 324/324 KB 220/234 KB 324/324 KB 224/234 KB 324/324 KB 228/234 KB 324/324 KB 232/234 KB 324/324 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1260.5 KB/sec) unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 894.1 KB/sec) machine-3: 08:05:58 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 08:05:58 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 08:05:58 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:05:58 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:05:58 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:05:58 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 08:05:58 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:05:58 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:05:58 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 08:05:58 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-3: 08:05:58 DEBUG juju.network including address local-machine:::1 for machine machine-3: 08:05:58 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-3: 08:05:58 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] unit-abot-epc-basic-0: 08:05:58 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: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4741653924763782802.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: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.770 s unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-19T08:05:58+00:00 unit-mysql-0: 08:05:58 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... machine-3: 08:05:58 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 08:05:58 DEBUG juju.service discovered init system "upstart" from local host machine-3: 08:05:58 DEBUG juju.worker.deployer API addresses: ["192.168.121.6:17070" "252.6.0.1:17070" "172.30.9.208:17070"] unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 08:05:58 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:05:59 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files machine-3: 08:05:59 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-hss-0 Conf:{Desc:juju unit agent for oai-hss/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-hss-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-hss/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-hss-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-hss-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-hss/0 --debug]}}} unit-oai-hss-0: 08:05:59 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-hss-0: 08:05:59 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: 08:05:59 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 08:05:59 DEBUG juju.worker start "api" unit-oai-hss-0: 08:05:59 INFO juju.worker start "api" unit-oai-hss-0: 08:05:59 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 08:05:59 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 08:05:59 DEBUG juju.worker "api" started unit-oai-hss-0: 08:05:59 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:05:59 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:05:59 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:05:59 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 08:05:59 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 08:05:59 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 08:05:59 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... machine-3: 08:05:59 INFO juju.worker.machiner "machine-3" started machine-3: 08:05:59 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 08:05:59 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 08:05:59 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 08:05:59 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 08:05:59 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 08:06:00 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 08:06:00 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 08:06:00 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:06:00 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 08:06:00 DEBUG juju.api RPC connection died unit-oai-hss-0: 08:06:00 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 08:06:00 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 08:06:00 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:06:00 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 08:06:00 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:06:00 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:06:00 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:06:00 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:1f:70:f6 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:1f:70:f6 CIDR: MTU:1450 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:eth0 ParentInterfaceName: InterfaceType:ethernet Disabled:false NoAutoStart:false ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress:192.168.121.1 Routes:[] IsDefaultGateway:true} {DeviceIndex:3 MACAddress: CIDR: MTU:1480 ProviderId: ProviderSubnetId: ProviderSpaceId: ProviderAddressId: ProviderVLANId: VLANTag:0 InterfaceName:tunl0 ParentInterfaceName: InterfaceType:ethernet Disabled:true NoAutoStart:true ConfigType:manual Address: DNSServers:[] DNSSearchDomains:[] GatewayAddress: Routes:[] IsDefaultGateway:false}] unit-mysql-0: 08:06:00 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-epc-0: 08:06:00 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-mysql-0: 08:06:00 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:06:00 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-epc-0: 08:06:01 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 08:06:01 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-epc-0: 08:06:01 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:06:01 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:06:01 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 08:06:01 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: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4870720445864529981.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: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.714 s unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-19T08:06:01+00:00 unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:01 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-oai-epc-0: 08:06:02 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:06:02 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 08:06:02 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 08:06:02 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 08:06:02 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 08:06:02 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 08:06:02 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 08:06:02 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 08:06:02 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 08:06:02 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 08:06:02 DEBUG juju.network including address public:172.30.9.208 for machine unit-oai-hss-0: 08:06:02 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 08:06:02 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-hss-0: 08:06:02 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 08:06:02 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 08:06:02 DEBUG juju.network addresses after filtering: [public:172.30.9.208 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: 08:06:02 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 08:06:02 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] unit-oai-hss-0: 08:06:02 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 08:06:02 DEBUG juju.machinelock acquire machine lock for meterstatus (meter-status-changed) unit-oai-hss-0: 08:06:02 DEBUG juju.machinelock machine lock acquired for meterstatus (meter-status-changed) unit-oai-hss-0: 08:06:02 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 08:06:02 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: 08:06:02 DEBUG juju.machinelock machine lock released for meterstatus (meter-status-changed) unit-oai-hss-0: 08:06:02 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 08:06:02 DEBUG unit.oai-epc/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:06:02 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-epc-0: 08:06:02 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 08:06:02 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 08:06:02 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 08:06:02 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-oai-hss-0: 08:06:02 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 08:06:02 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 08:06:02 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 08:06:02 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 08:06:02 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 08:06:02 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 08:06:02 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 08:06:02 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 08:06:02 DEBUG httpbakery client do GET https://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 08:06:02 DEBUG httpbakery } -> error unit-oai-hss-0: 08:06:02 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 08:06:02 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-oai-hss-0: 08:06:03 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 08:06:03 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 08:06:03 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 08:06:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:06:03 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 08:06:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:06:03 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-epc-0: 08:06:03 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 08:06:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:03 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:03 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 08:06:03 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:03 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:03 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-abot-epc-basic-0: 08:06:04 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: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5210612002610133674.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: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.686 s unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-19T08:06:04+00:00 unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 08:06:04 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 08:06:04 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 08:06:04 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 08:06:04 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 08:06:04 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 08:06:04 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 08:06:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 08:06:04 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 08:06:04 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-oai-hss-0: 08:06:04 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 08:06:04 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: 08:06:04 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: 08:06:04 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: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 08:06:04 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install ++ grep -c install unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install + true unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:06:05 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: 08:06:05 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install Need to get 3054 kB of archives. unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/b1/f1/89735ebb863767516d55cee2cfdd5e2883ff1db903be3ba1fe15a1725adc/elasticsearch-6.3.1-py2.py3-none-any.whl (119kB) unit-oai-hss-0: 08:06:05 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.9 [701 kB] unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 55.6MB/s eta 0:00:01  17% |##### | 20kB 4.5MB/s eta 0:00:01  25% |######## | 30kB 4.8MB/s eta 0:00:01  34% |########## | 40kB 4.6MB/s eta 0:00:01  42% |############# | 51kB 4.6MB/s eta 0:00:01  51% |################ | 61kB 5.5MB/s eta 0:00:01  59% |################### | 71kB 5.7MB/s eta 0:00:01  68% |##################### | 81kB 5.6MB/s eta 0:00:01  76% |######################## | 92kB 6.3MB/s eta 0:00:01  85% |########################### | 102kB 6.1MB/s eta 0:00:01  93% |############################## | 112kB 6.1MB/s eta 0:00:01  100% |################################| 122kB 5.0MB/s unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 08:06:05 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: 08:06:05 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 62.4MB/s eta 0:00:01  17% |##### | 20kB 17.2MB/s eta 0:00:01  26% |######## | 30kB 22.1MB/s eta 0:00:01  34% |########### | 40kB 11.1MB/s eta 0:00:01  43% |############# | 51kB 10.6MB/s eta 0:00:01  52% |################ | 61kB 12.1MB/s eta 0:00:01  60% |################### | 71kB 10.6MB/s eta 0:00:01  69% |###################### | 81kB 9.4MB/s eta 0:00:01  78% |######################## | 92kB 10.4MB/s eta 0:00:01  86% |########################### | 102kB 9.5MB/s eta 0:00:01  95% |############################## | 112kB 9.4MB/s eta 0:00:01  100% |################################| 122kB 6.0MB/s unit-abot-epc-basic-0: 08:06:05 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-abot-epc-basic-0: 08:06:06 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.24.1 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install Note: checking out 'v0.3.2'. unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install changes and commit them, and you can discard any commits you make in this unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install state without impacting any branches by performing another checkout. unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:06 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: 08:06:06 DEBUG unit.oai-epc/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install git checkout -b new_branch_name unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + sed -i -r 's/(check_kernel_release_and_install_xtables_addons_oai[^()]+)/#\1/' /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 08:06:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:06:06 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-hss-0: 08:06:06 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.9 [2333 kB] unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-161-generic unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-161-generic unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot: No such file or directory unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-abot-epc-basic-0: 08:06:06 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-abot-epc-basic-0: 08:06:06 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-oai-epc-0: 08:06:06 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:06:06 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 08:06:06 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install + wget -r -e robots=off --accept-regex '(.*generic.*amd64)|(all).deb' http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install --2018-11-19 08:06:06-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 08:06:06 DEBUG unit.oai-hss/0.install Fetched 3054 kB in 1s (2716 kB/s) unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 08:06:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 08:06:06 DEBUG unit.oai-hss/0.install (Reading database ... 78219 files and directories currently installed.) unit-oai-hss-0: 08:06:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-hss-0: 08:06:06 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 08:06:06 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install 0K ....... 46.5M=0s unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install 2018-11-19 08:06:06 (46.5 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install --2018-11-19 08:06:06-- 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: 08:06:06 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 08:06:06 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 08:06:06 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: 08:06:06 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 08:06:06 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: 08:06:06 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 39.2MB/s eta 0:00:01  22% |####### | 20kB 4.5MB/s eta 0:00:01  33% |########## | 30kB 5.2MB/s eta 0:00:01  44% |############## | 40kB 4.6MB/s eta 0:00:01  56% |################# | 51kB 4.9MB/s eta 0:00:01  67% |##################### | 61kB 5.7MB/s eta 0:00:01  78% |######################### | 71kB 5.9MB/s eta 0:00:01  89% |############################ | 81kB 6.1MB/s eta 0:00:01  100% |################################| 92kB 4.8MB/s unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-oai-hss-0: 08:06:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 08:06:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.9_all.deb ... unit-oai-hss-0: 08:06:07 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 08:06:07 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: 08:06:07 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 93.0MB/s eta 0:00:01  16% |##### | 20kB 26.2MB/s eta 0:00:01  24% |####### | 30kB 31.3MB/s eta 0:00:01  32% |########## | 40kB 11.0MB/s eta 0:00:01  40% |############ | 51kB 10.0MB/s eta 0:00:01  48% |############### | 61kB 11.5MB/s eta 0:00:01  56% |################## | 71kB 12.2MB/s eta 0:00:01  64% |#################### | 81kB 9.3MB/s eta 0:00:01  72% |####################### | 92kB 10.2MB/s eta 0:00:01  81% |######################### | 102kB 10.4MB/s eta 0:00:01  89% |############################ | 112kB 10.3MB/s eta 0:00:01  97% |############################### | 122kB 9.6MB/s eta 0:00:01  100% |################################| 133kB 5.7MB/s unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-mysql-0: 08:06:07 DEBUG unit.mysql/0.config-changed 181119 8:06:07 [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: 08:06:07 DEBUG unit.mysql/0.config-changed 181119 8:06:07 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 08:06:07 DEBUG unit.mysql/0.config-changed 181119 8:06:07 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 18553 ... unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install Collecting Werkzeug>=0.14 (from flask) unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 183K 6s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 47.5M 3s unit-abot-epc-basic-0: 08:06:07 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: 08:06:07 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 66.5MB/s eta 0:00:01  6% |## | 20kB 31.7MB/s eta 0:00:01  9% |### | 30kB 36.8MB/s eta 0:00:01  12% |#### | 40kB 11.5MB/s eta 0:00:01  15% |##### | 51kB 9.7MB/s eta 0:00:01  19% |###### | 61kB 11.2MB/s eta 0:00:01  22% |####### | 71kB 10.9MB/s eta 0:00:01  25% |######## | 81kB 10.8MB/s eta 0:00:01  28% |######### | 92kB 11.9MB/s eta 0:00:01  31% |########## | 102kB 10.2MB/s eta 0:00:01  34% |########### | 112kB 10.1MB/s eta 0:00:01  38% |############ | 122kB 9.9MB/s eta 0:00:01  41% |############# | 133kB 8.4MB/s eta 0:00:01  44% |############## | 143kB 10.5MB/s eta 0:00:01  47% |############### | 153kB 10.9MB/s eta 0:00:01  50% |################ | 163kB 9.0MB/s eta 0:00:01  53% |################# | 174kB 9.8MB/s eta 0:00:01  57% |################## | 184kB 8.6MB/s eta 0:00:01  60% |################### | 194kB 8.6MB/s eta 0:00:01  63% |#################### | 204kB 9.6MB/s eta 0:00:01  66% |##################### | 215kB 9.1MB/s eta 0:00:01  69% |###################### | 225kB 9.6MB/s eta 0:00:01  72% |####################### | 235kB 9.2MB/s eta 0:00:01  76% |######################## | 245kB 7.9MB/s eta 0:00:01  79% |######################### | 256kB 8.7MB/s eta 0:00:01  82% |########################## | 266kB 10.3MB/s eta 0:00:01  85% |########################### | 276kB 10.3MB/s eta 0:00:01  88% |############################ | 286kB 10.3MB/s eta 0:00:01  91% |############################# | 296kB 9.0MB/s eta 0:00:01  95% |############################## | 307kB 9.8MB/s eta 0:00:01  98% |############################### | 317kB 10.4MB/s eta 0:00:01  100% |################################| 327kB 3.4MB/s unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 368K 3s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 41.9M 2s unit-abot-epc-basic-0: 08:06:07 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: 08:06:07 DEBUG unit.abot-epc-basic/0.install [?25l  12% |#### | 10kB 60.7MB/s eta 0:00:01  25% |######## | 20kB 16.7MB/s eta 0:00:01  37% |############ | 30kB 21.7MB/s eta 0:00:01  50% |################ | 40kB 19.4MB/s eta 0:00:01  62% |#################### | 51kB 10.4MB/s eta 0:00:01  75% |######################## | 61kB 12.0MB/s eta 0:00:01  88% |############################ | 71kB 12.0MB/s eta 0:00:01  100% |################################| 81kB 7.6MB/s unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/bc/3a/6bfd7b4b202fa33bdda8e4e3d3acc719f381fd730f9a0e7c5f34e845bd4d/MarkupSafe-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 372K 2s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 42.5M 2s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 46.7M 1s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 42.1M 1s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 39.6M 1s unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 1.41M 1s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 509K 1s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 31.2M 1s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 34.3M 1s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 32.5M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 51.5M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 128M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 136M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 106M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 107M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 1.56M 0s unit-abot-epc-basic-0: 08:06:07 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.1.0 Werkzeug-0.14.1 click-7.0 flask-1.0.2 itsdangerous-1.1.0 unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 511K 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 57.7M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 20.3M=0.8s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 2018-11-19 08:06:07 (1.34 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install --2018-11-19 08:06:07-- 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: 08:06:07 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 08:06:07 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: 08:06:07 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 08:06:07 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: 08:06:07 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 162M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 74.2M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 78.7M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 97.7M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 79.5M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 60.7M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 138M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 45.5M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 348M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 47.4M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 51.2M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 47.7M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 92.8M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 276M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 375M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 106M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 35.5M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 41.1M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 72.7M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 69.9M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 105M 0s unit-oai-epc-0: 08:06:07 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 103M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 407K 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 50.1M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 58.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 101M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 283M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 282M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 42.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 37.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 41.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 39.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 58.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 68.1M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 52.1M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 44.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 49.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 68.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 46.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 50.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 72.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 55.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 55.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 48.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 65.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 172M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 105M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 121M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 94.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 135M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 117M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 114M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 130M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 83.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 133M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 147M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 579M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 585M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 526M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 526M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 602M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 581M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 596M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 446K 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 42.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 39.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 36.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 41.6M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 130M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 338M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 286M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 389M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 318M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 433M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 275M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 351M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 358M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 369M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 66.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 37.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 42.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 39.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 41.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 35.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 41.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 41.6M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 42.1M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 41.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 49.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 65.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 60.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 68.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 140M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 102M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 121M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 105M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 98.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 118M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 91.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 173M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 84.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 141M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 85.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 95.4M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 164M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 144M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 85.3M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 76.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 156M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 98.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 101M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 468K 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 61.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 51.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 44.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 48.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 57.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 95.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 291M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 323M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 294M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 240M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 281M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 378M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 284M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 309M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 96.2M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 47.4M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 45.2M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 42.4M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 37.0M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 43.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 42.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 38.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 37.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 45.3M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 43.0M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 110M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 291M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 376M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 339M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 349M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 300M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 306M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 290M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 252M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 305M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 393M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 319M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 348M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 316M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 372M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 443M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 595M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 505M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 593M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 614M 0s unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 437K 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 44.8M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 38.3M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 42.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 43.8M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 45.3M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 37.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 44.2M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 43.5M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 42.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 37.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 43.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 41.4M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 42.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 40.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 65.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 66.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 62.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 49.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 60.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 49.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 57.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 46.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 42.0M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 51.3M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 101M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 118M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 130M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 157M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 123M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 109M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 120M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 124M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 85.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 185M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 595M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 583M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 466M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 539M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 483M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 607M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 601M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 420M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 600M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 610M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 617M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 533M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 612M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 613M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 613M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 546M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 493M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 612M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 614M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 472M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 641M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 620M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 631M 0s unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 473K 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 34.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 45.3M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 53.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 51.0M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 44.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 54.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 51.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 59.0M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 46.5M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 52.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 52.8M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 52.8M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 60.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 61.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 160M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 72.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 99.2M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 73.1M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 84.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 84.4M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 58.2M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 81.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 198M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 591M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 386M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 480M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 490M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 57.2M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 55.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 39.8M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 228M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 219M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 48.4M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 70.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 71.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 99.8M 0s unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 450K 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 41.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 84.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 133M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 330M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 380M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 383M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 79.7M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 58.9M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 63.0M=0.8s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2018-11-19 08:06:08 (15.5 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: 08:06:08 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install --2018-11-19 08:06:08-- 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: 08:06:08 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 08:06:08 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: 08:06:08 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 13.4MB/s eta 0:00:01  22% |####### | 20kB 4.8MB/s eta 0:00:01  33% |########## | 30kB 5.2MB/s eta 0:00:01  45% |############## | 40kB 4.8MB/s eta 0:00:01  56% |################## | 51kB 5.1MB/s eta 0:00:01  67% |##################### | 61kB 6.0MB/s eta 0:00:01  79% |######################### | 71kB 6.8MB/s eta 0:00:01  90% |############################ | 81kB 7.2MB/s eta 0:00:01  100% |################################| 92kB 5.5MB/s unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 08:06:08 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: 08:06:08 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 131M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 397M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 53.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 42.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 53.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 70.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 53.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 81.6M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 43.2M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 66.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 139M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 323M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 329M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 363M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 321M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 262M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 244M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 312M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 399M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 370M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 77.6M 0s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 44.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 43.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 39.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 42.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 42.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 43.5M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 38.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 42.1M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 42.5M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 56.3M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 49.7M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 65.4M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 60.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 361M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 308M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 387M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 377M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 399M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 350M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 368M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 436M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 403M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 330M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 398M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 440M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 342M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 329M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 418M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 393M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 349M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 345M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 43.0M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 57.5M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 70.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 62.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 69.6M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 68.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 72.9M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 63.8M 1s unit-oai-epc-0: 08:06:08 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 67.7M 1s unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 08:06:08 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 480K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 44.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 50.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 51.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 48.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 40.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 48.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 49.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 58.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 64.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 63.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 72.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 70.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 72.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 176M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 67.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 70.3M 2s unit-abot-epc-basic-0: 08:06:09 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 52.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 78.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 65.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 124M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 503M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 567M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 585M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 604M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 350M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 343M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 490M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 373M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 312M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 83.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 52.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 49.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 49.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 50.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 44.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 49.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 42.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 53.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 68.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 59.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 63.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 79.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 140M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 364M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 368M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 370M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 374M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 378M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 367M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 426M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 348M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 390M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 84.9M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 57.9M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 481K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 45.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 43.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 42.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 46.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 53.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 48.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 55.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 47.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 74.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 147M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 565M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 356M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 346M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 343M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 392M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 286M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 50.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 45.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 47.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 47.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 51.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 44.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 42.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 39.7M 2s unit-abot-epc-basic-0: 08:06:09 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.1 is available. unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 36.6M 2s unit-abot-epc-basic-0: 08:06:09 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 42.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 41.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 56.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 46.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 64.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 46.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 56.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 51.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 60.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 95.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 124M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 53.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 59.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 139M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 112M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 80.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 62.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 79.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 55.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 65.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 120M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 82.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 134M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 79.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 101M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 138M 2s unit-abot-epc-basic-0: 08:06:09 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 136M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 136M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 99.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 134M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 191M 2s unit-abot-epc-basic-0: 08:06:09 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 123M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 67.3M 2s unit-abot-epc-basic-0: 08:06:09 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 128M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 120M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 528K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 52.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 86.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 45.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 55.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 47.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 61.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 102M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 41.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 63.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 47.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 69.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 52.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 62.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 66.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 48.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 78.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 159M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 137M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 139M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 21.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 75.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 64.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 51.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 46.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 60.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 54.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 61.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 47.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 55.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 133M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 242M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 217M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 250M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 431M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 53.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 43.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 50.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 43.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 43.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 45.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 43.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 43.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 40.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 60.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 63.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 63.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 56.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 59.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 64.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 519K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 38.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 40.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 44.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 48.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 53.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 49.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 44.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 39.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 70.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 51.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 40.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 53.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 58.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 85.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 75.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 67.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 74.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 63.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 77.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 65.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 57.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 44.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 43.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 47.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 43.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 59.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 45.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 49.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 42.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 48.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 49.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 69.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 58.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 55.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 46.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 58.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 81.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 70.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 43.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 82.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 88.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 107M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 65.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 77.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 189M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 405M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 367M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 420M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 446M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 394M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 345M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 408M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 444M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 465M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 398M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 385M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 517K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 41.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 35.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 39.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 39.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 44.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 44.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 51.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 49.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 44.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 41.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 62.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 64.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 65.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 56.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 51.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 41.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 44.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 35.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 45.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 55.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 69.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 50.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 131M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 235M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 251M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 298M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 428M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 449M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 443M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 302M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 284M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 358M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 213M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 224M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 406M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 68.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 54.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 51.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 50.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 48.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 43.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 51.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 49.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 53.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 41.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 55.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 66.4M 2s unit-oai-hss-0: 08:06:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 08:06:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.9_amd64.deb ... unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 508K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 33.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 42.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 40.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 38.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 38.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 42.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 41.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 40.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 42.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 46.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 49.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 64.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 57.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 65.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 103M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 73.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 43.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 53.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 44.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 46.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 50.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 55.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 55.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 60.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 46.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 51.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 54.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 60.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 183M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 269M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 266M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 269M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 235M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 275M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 202M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 259M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 236M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 267M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 260M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 251M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 219M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 284M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 281M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 279M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 237M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 265M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 299M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 259M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 32.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 49.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 49.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 57.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 45.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 59.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 66.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 62.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 60.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 65.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 61.4M 1s unit-oai-hss-0: 08:06:09 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.9) ... unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 528K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 42.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 48.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 49.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 45.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 45.1M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 58.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 44.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 49.8M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 41.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 48.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 47.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 47.4M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 54.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 62.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 64.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 23.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 40.2M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 44.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 47.5M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 57.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 57.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 57.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 140M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 269M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 245M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 267M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 227M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 315M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 55.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 44.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 46.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 41.3M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 41.9M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 39.2M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 35.6M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 39.5M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 39.8M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 39.7M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 36.6M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 40.1M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 54.5M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 127M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 333M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 395M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 441M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 425M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 353M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 443M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 460M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 446M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 377M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 462M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 371M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 443M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 352M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 450M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 522K 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 37.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 40.6M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 47.0M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 53.7M 2s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 57.3M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 61.8M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 62.9M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 66.5M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 27.1M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 40.3M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 40.5M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 48.5M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 54.2M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 63.8M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 55.8M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 42.1M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 36.6M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 43.7M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 59.2M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 50.3M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 43.8M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 42.7M 1s unit-oai-epc-0: 08:06:09 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 52.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 47.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 48.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 53.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 61.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 49.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 74.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 102M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 82.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 57.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 51.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 50.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 52.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 52.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 55.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 62.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 48.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 61.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 70.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 104M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 85.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 74.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 73.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 68.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 156M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 419M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 534K 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 39.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 38.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 35.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 41.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 48.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 43.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 66.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 81.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 90.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 60.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 84.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 79.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 125M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 237M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 220M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 262M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 271M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 251M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 82.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 458M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 416M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 43.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 56.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 42.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 43.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 50.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 51.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 55.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 49.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 46.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 56.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 44.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 48.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 44.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 58.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 46.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 59.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 63.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 58.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 36.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 43.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 42.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 59.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 37.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 55.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 45.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 65.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 57.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 63.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 60.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 60.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 58.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 97.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 62.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 539K 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 63.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 272M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 241M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 254M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 47.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 46.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 43.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 41.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 48.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 63.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 79.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 110M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 102M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 127M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 47.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 48.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 56.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 71.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 131M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 53.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 68.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 64.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 44.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 296M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 347M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 374M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 360M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 45.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 60.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 60.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 48.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 79.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 18.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 35.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 47.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 53.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 46.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 55.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 36.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 45.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 53.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 48.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 45.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 142M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 88.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 119M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 114M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 55.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 92.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 155M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 160M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 152M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 114M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 176M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 519K 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 71.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 69.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 61.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 61.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 42.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 56.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 62.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 62.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 117M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 329M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 531M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 614M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 494M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 620M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 616M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 614M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 13.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 43.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 63.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 28.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 42.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 37.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 68.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 76.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 38.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 39.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 46.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 53.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 67.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 44.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 116M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 110M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 116M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 138M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 88.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 117M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 75.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 75.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 110M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 204M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 543M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 299M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 404M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 443M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 297M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 35.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 53.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 57.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 34.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 43.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 36.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 44.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 50.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 65.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 67.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 45.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 527K 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 44.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 43.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 51.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 58.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 56.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 83.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 42.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 87.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 65.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 247M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 363M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 574M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 647M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 571M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 546M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 21.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 36.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 55.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 68.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 66.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 18.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 60.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 48.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 59.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 60.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 159M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 275M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 427M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 325M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 62.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 45.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 43.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 49.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 68.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 179M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 107M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 152M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 277M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 69.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 34.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 44.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 40.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 48.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 57.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 141M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 120M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 154M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 114M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 92.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 25.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 67.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 55.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 60.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 60.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 91.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 176M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 114M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 533K 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 59.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 57.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 129M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 405M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 552M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 42.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 48.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 56.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 177M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 70.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 49.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 66.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 160M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 17.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 71.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 58.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 65.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 54.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 122M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 136M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 121M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 9.01M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 30.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 39.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 74.6M 1s unit-oai-hss-0: 08:06:10 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 35.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 73.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 57.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 67.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 51.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 62.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 82.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 69.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 128M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 72.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 156M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 344M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 342M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 485M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 630M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 665M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 580M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 549M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 666M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 500M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 558M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 72.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 14.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 39.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 68.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 36.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 40.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 41.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 41.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 69.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 176M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 206M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 502M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 552K 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 40.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 70.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 67.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 152M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 85.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 461M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 444M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 48.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 58.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 40.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 55.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 45.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 57.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 62.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 71.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 52.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 89.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 62.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 106M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 77.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 5.52M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 63.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 87.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 36.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 40.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 45.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 44.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 65.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 161M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 369M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 522M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 484M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 343M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 401M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 450M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 495M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 71.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 49.3M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 49.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 40.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 46.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 46.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 64.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 94.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 121M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 140M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 136M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 106M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 120M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 15.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 90.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 148M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 93.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 54.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 70.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 70.0M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 111M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 549K 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 50.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 84.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 52.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 38.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 73.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 51.6M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 76.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 81.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 99.1M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 82.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 148M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 95.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 131M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 92.2M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 150M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 321M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 388M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 415M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 51.9M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 4.41M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 40.4M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 37.8M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 43.5M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 40.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 40.7M 1s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 35.8M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 44.7M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 45.2M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 45.2M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 47.7M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 72.4M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 59.9M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 49.1M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 71.0M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 111M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 77.2M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 101M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 85.9M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 75.3M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 76.7M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 60.2M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 66.3M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 61.7M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 49.5M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 54.8M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 38.9M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 121M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 239M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 263M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 207M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 242M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 282M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 247M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 235M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 351M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 396M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 443M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 381M 0s unit-oai-epc-0: 08:06:10 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 410M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 582K 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 17.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 40.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 50.5M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 53.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 46.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 47.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 51.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 44.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 45.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 41.5M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 48.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 66.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 56.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 65.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 61.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 62.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 58.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 5.59M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 40.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 40.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 44.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 38.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 46.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 51.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 51.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 45.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 49.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 52.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 61.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 72.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 123M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 109M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 156M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 80.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 154M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 89.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 156M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 77.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 58.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 54.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 71.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 105M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 269M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 304M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 339M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 64.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 32.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 25.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 48.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 44.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 58.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 56.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 61.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 63.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 63.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 127M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 388M 0s unit-abot-epc-basic-0: 08:06:11 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 623K 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 48.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 51.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 63.5M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 57.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 63.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 109M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 57.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 50.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 107M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 36.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 52.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 49.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 45.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 49.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 54.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 3.66M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 62.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 44.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 50.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 33.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 28.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 37.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 41.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 34.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 36.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 49.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 62.5M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 81.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 77.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 37.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 29.5M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 23.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 47.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 67.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 89.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 36.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 28.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 34.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 62.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 66.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 75.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 72.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 94.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 57.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 75.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 81.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 74.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 61.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 77.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 72.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 72.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 64.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 72.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 63.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 83.0M 0s unit-abot-epc-basic-0: 08:06:11 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:11 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 08:06:11 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 695K 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 29.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 78.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 122M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 198M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 151M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 145M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 152M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 215M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 386M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 48.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 30.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 38.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 46.5M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 37.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 38.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 38.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 61.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 64.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 62.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 3.17M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 29.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 30.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 32.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 41.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 42.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 57.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 55.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 63.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 44.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 31.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 34.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 39.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 44.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 61.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 51.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 32.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 38.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 41.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 40.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 63.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 61.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 63.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 54.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 63.6M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 60.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 65.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 57.7M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 661K 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 25.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 26.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 27.3M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 49.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 61.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 80.0M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 80.9M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 65.2M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 69.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 82.4M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 64.8M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 56.1M 0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 53750K ...... 100% 11500G=2.6s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install 2018-11-19 08:06:11 (20.2 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [55046174/55046174] unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install FINISHED --2018-11-19 08:06:11-- unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install Total wall clock time: 5.0s unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.2s (15.6 MB/s) unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install (Reading database ... 79245 files and directories currently installed.) unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 08:06:11 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 08:06:11 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: 08:06:11 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-hss-0: 08:06:12 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 11.7 KB/sec) unit-oai-hss-0: 08:06:12 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.9) ... unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 423.2 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 841.7 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 782.9 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 854.9 KB/sec) unit-abot-epc-basic-0: 08:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 83.6 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 7/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 490.8 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 875.3 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 257.7 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 305.5 KB/sec) unit-abot-epc-basic-0: 08:06:12 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom unit-abot-epc-basic-0: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 544.1 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 480.4 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 1/13 KB 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 483.0 KB/sec) unit-abot-epc-basic-0: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/221 KB 5/221 KB 8/221 KB 11/221 KB 13/221 KB 16/221 KB 19/221 KB 21/221 KB 24/221 KB 27/221 KB 29/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 2830.4 KB/sec) unit-abot-epc-basic-0: 08:06:12 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 112.0 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 75.2 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 186.0 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 133.2 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 583.9 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 113.7 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 100.4 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 85.6 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 135.7 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 232.6 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 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 1023.1 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:12 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 57.5 KB/sec) unit-abot-epc-basic-0: 08:06:12 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: 08:06:13 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 269.9 KB/sec) unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 504.3 KB/sec) unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 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 417.2 KB/sec) unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 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: 08:06:13 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: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install 3/114 KB 3/48 KB 3/114 KB 6/48 KB 3/114 KB 9/48 KB 3/114 KB 11/48 KB 3/114 KB 6/114 KB 11/48 KB 9/114 KB 11/48 KB 11/114 KB 11/48 KB 14/114 KB 11/48 KB 16/114 KB 11/48 KB 16/114 KB 14/48 KB 16/114 KB 16/48 KB 16/114 KB 19/48 KB 19/114 KB 22/48 KB 19/114 KB 19/48 KB 22/114 KB 22/48 KB 25/114 KB 22/48 KB 27/114 KB 25/48 KB 30/114 KB 25/48 KB 32/114 KB 25/48 KB 36/114 KB 25/48 KB 25/114 KB 25/48 KB 36/114 KB 27/48 KB 36/114 KB 30/48 KB 36/114 KB 32/48 KB 36/114 KB 36/48 KB 36/114 KB 40/48 KB 36/114 KB 44/48 KB 40/114 KB 48/48 KB 40/114 KB 44/48 KB 44/114 KB 48/48 KB 48/114 KB 48/48 KB 52/114 KB 48/48 KB 56/114 KB 48/48 KB 60/114 KB 48/48 KB 64/114 KB 48/48 KB 68/114 KB 48/48 KB 72/114 KB 48/48 KB 76/114 KB 48/48 KB 80/114 KB 48/48 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 1546.7 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 84/114 KB 3/35 KB 88/114 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 3/35 KB 84/114 KB 6/35 KB 92/114 KB 3/35 KB 92/114 KB 9/35 KB 96/114 KB 6/35 KB 96/114 KB 9/35 KB 100/114 KB 11/35 KB 104/114 KB 11/35 KB 100/114 KB 14/35 KB 108/114 KB 16/35 KB 108/114 KB 11/35 KB 108/114 KB 16/35 KB 112/114 KB 19/35 KB 112/114 KB 22/35 KB 112/114 KB 3/29 KB 25/35 KB 114/114 KB 3/29 KB 4/85 KB 25/35 KB 114/114 KB 3/29 KB 19/35 KB 112/114 KB 3/29 KB 4/85 KB 25/35 KB 114/114 KB 6/29 KB 22/35 KB 114/114 KB 3/29 KB 8/85 KB 25/35 KB 114/114 KB 6/29 KB 12/85 KB 25/35 KB 114/114 KB 6/29 KB 16/85 KB 25/35 KB 114/114 KB 9/29 KB 12/85 KB 25/35 KB 114/114 KB 9/29 KB 16/85 KB 27/35 KB 114/114 KB 9/29 KB 20/85 KB 30/35 KB 114/114 KB 9/29 KB 20/85 KB 32/35 KB 114/114 KB 11/29 KB 20/85 KB 27/35 KB 114/114 KB 9/29 KB 20/85 KB 30/35 KB 114/114 KB 11/29 KB 24/85 KB 32/35 KB 114/114 KB 14/29 KB 24/85 KB 32/35 KB 114/114 KB 16/29 KB 24/85 KB 35/35 KB 114/114 KB 19/29 KB 24/85 KB 35/35 KB 114/114 KB 16/29 KB 24/85 KB 35/35 KB 114/114 KB 19/29 KB 28/85 KB 35/35 KB 114/114 KB 19/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 2101.1 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 32/85 KB 35/35 KB 22/29 KB 32/85 KB 35/35 KB 19/29 KB 36/85 KB 35/35 KB 22/29 KB 40/85 KB 35/35 KB 25/29 KB 44/85 KB 35/35 KB 25/29 KB 3/56 KB 36/85 KB 35/35 KB 25/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: 08:06:13 DEBUG unit.abot-epc-basic/0.install 40/85 KB 35/35 KB 25/29 KB 3/56 KB 48/85 KB 35/35 KB 25/29 KB 5/56 KB 48/85 KB 25/29 KB 8/56 KB 48/85 KB 27/29 KB 11/56 KB 48/85 KB 27/29 KB 13/56 KB 48/85 KB 35/35 KB 25/29 KB 3/56 KB 48/85 KB 27/29 KB 8/56 KB 48/85 KB 29/29 KB 13/56 KB 52/85 KB 29/29 KB 13/56 KB 56/85 KB 29/29 KB 16/56 KB 52/85 KB 29/29 KB 16/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 593.4 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 60/85 KB 29/29 KB 19/56 KB 60/85 KB 29/29 KB 21/56 KB 60/85 KB 29/29 KB 4/24 KB 24/56 KB 60/85 KB 29/29 KB 19/56 KB 64/85 KB 29/29 KB 4/24 KB 24/56 KB 60/85 KB 29/29 KB 4/24 KB 21/56 KB 68/85 KB 29/29 KB 4/24 KB 24/56 KB 68/85 KB 29/29 KB 8/24 KB 27/56 KB 68/85 KB 29/29 KB 8/24 KB 24/56 KB 68/85 KB 29/29 KB 12/24 KB 27/56 KB 68/85 KB 29/29 KB 16/24 KB 27/56 KB 68/85 KB 29/29 KB 20/24 KB 27/56 KB 72/85 KB 3/86 KB 24/24 KB 29/56 KB 72/85 KB 3/86 KB 24/24 KB 29/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 421.6 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 72/85 KB 3/86 KB 29/29 KB 20/24 KB 29/56 KB 72/85 KB 29/29 KB 20/24 KB 29/56 KB 76/85 KB 3/86 KB 24/24 KB 29/56 KB 80/85 KB 3/86 KB 24/24 KB 29/56 KB 80/85 KB 5/86 KB 24/24 KB 29/56 KB 84/85 KB 8/86 KB 24/24 KB 29/56 KB 84/85 KB 11/86 KB 24/24 KB 29/56 KB 68/85 KB 29/29 KB 20/24 KB 29/56 KB 84/85 KB 11/86 KB 24/24 KB 32/56 KB 84/85 KB 5/86 KB 24/24 KB 29/56 KB 85/85 KB 11/86 KB 24/24 KB 32/56 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install 85/85 KB 11/86 KB 24/24 KB 36/56 KB 85/85 KB 13/86 KB 24/24 KB 40/56 KB 85/85 KB 13/86 KB 24/24 KB 36/56 KB 85/85 KB 16/86 KB 24/24 KB 44/56 KB 85/85 KB 19/86 KB 24/24 KB 44/56 KB 85/85 KB 21/86 KB 44/56 KB 85/85 KB 13/86 KB 24/24 KB 44/56 KB 85/85 KB 21/86 KB 48/56 KB 85/85 KB 21/86 KB 52/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 519.6 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 1124.9 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 24/86 KB 56/56 KB 27/86 KB 4/12 KB 56/56 KB 29/86 KB 4/12 KB 56/56 KB 32/86 KB 4/12 KB 56/56 KB 36/86 KB 4/12 KB 56/56 KB 40/86 KB 4/12 KB 56/56 KB 21/86 KB 56/56 KB 24/86 KB 4/12 KB 56/56 KB 40/86 KB 8/12 KB 56/56 KB 40/86 KB 12/12 KB 56/56 KB 40/86 KB 12/12 KB 56/56 KB 44/86 KB 12/12 KB 56/56 KB 48/86 KB 12/12 KB 56/56 KB 52/86 KB 12/12 KB 56/56 KB 56/86 KB 12/12 KB 56/56 KB 60/86 KB 12/12 KB 56/56 KB 64/86 KB 12/12 KB 56/56 KB 68/86 KB 12/12 KB 56/56 KB 72/86 KB 12/12 KB 56/56 KB 76/86 KB 12/12 KB 56/56 KB 80/86 KB 12/12 KB 56/56 KB 84/86 KB 12/12 KB 56/56 KB 86/86 KB 12/12 KB 56/56 KB 86/86 KB 4/218 KB 12/12 KB 56/56 KB 86/86 KB 8/218 KB 12/12 KB 56/56 KB 86/86 KB 12/218 KB 12/12 KB 56/56 KB 86/86 KB 16/218 KB 12/12 KB 56/56 KB 86/86 KB 20/218 KB 12/12 KB 56/56 KB 86/86 KB 24/218 KB 12/12 KB 56/56 KB 86/86 KB 28/218 KB 12/12 KB 56/56 KB 86/86 KB 32/218 KB 12/12 KB 56/56 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (56 KB at 755.9 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 156.5 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 86/86 KB 36/218 KB 86/86 KB 40/218 KB 86/86 KB 44/218 KB 86/86 KB 48/218 KB 86/86 KB 52/218 KB 86/86 KB 56/218 KB 86/86 KB 60/218 KB 86/86 KB 64/218 KB 86/86 KB 68/218 KB 72/218 KB 76/218 KB 80/218 KB 84/218 KB 88/218 KB 92/218 KB 96/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 1053.2 KB/sec) unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install 100/218 KB 104/218 KB 108/218 KB 112/218 KB 116/218 KB 120/218 KB 124/218 KB 128/218 KB 132/218 KB 136/218 KB 140/218 KB 144/218 KB 148/218 KB 152/218 KB 156/218 KB 160/218 KB 164/218 KB 168/218 KB 172/218 KB 176/218 KB 180/218 KB 184/218 KB 188/218 KB 192/218 KB 196/218 KB 200/218 KB 204/218 KB 208/218 KB 212/218 KB 216/218 KB 218/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 2036.8 KB/sec) unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8907497761696839962.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8405231395976387956.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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall3752561618257382541.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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1896864950969424517.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8565740121226952094.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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:13 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: 08:06:13 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: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2536364674039573648.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.234 s unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-19T08:06:13+00:00 unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 08:06:13 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:06:13 DEBUG unit.oai-hss/0.install virt-what unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-epc-0: 08:06:14 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 08:06:14 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (34.8 kB/s) unit-oai-epc-0: 08:06:14 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install (Reading database ... 78969 files and directories currently installed.) unit-oai-hss-0: 08:06:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 08:06:15 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-oai-hss-0: 08:06:15 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:06:15 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 08:06:15 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:15 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:15 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 08:06:15 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:06:15 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: 08:06:16 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 08:06:16 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 18.7 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 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/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 472.8 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 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 1161.8 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 803.5 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 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 1310.3 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 483.8 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1269.8 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 319.6 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 858.1 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 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 1942.6 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 791.4 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/38 KB 5/38 KB 8/38 KB 11/38 KB 13/38 KB 16/38 KB 19/38 KB 21/38 KB 24/38 KB 27/38 KB 29/38 KB 32/38 KB 35/38 KB 37/38 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 1339.4 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 219.1 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 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 1230.5 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 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: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 2/5 KB 5/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 235.5 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:16 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 448.7 KB/sec) unit-abot-epc-basic-0: 08:06:16 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: 08:06:17 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: 08:06:17 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom (7 KB at 291.3 KB/sec) unit-abot-epc-basic-0: 08:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom unit-abot-epc-basic-0: 08:06:17 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: 08:06:17 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 455.5 KB/sec) unit-abot-epc-basic-0: 08:06:17 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: 08:06:17 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: 08:06:17 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 337.0 KB/sec) unit-abot-epc-basic-0: 08:06:17 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: 08:06:17 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 08:06:17 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:06:17 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 08:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 08:06:17 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.pom (5 KB at 243.4 KB/sec) unit-abot-epc-basic-0: 08:06:17 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom unit-abot-epc-basic-0: 08:06:18 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: 08:06:18 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: 08:06:18 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: 08:06:18 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 08:06:18 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: 08:06:18 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1350.9 KB/sec) unit-abot-epc-basic-0: 08:06:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:18 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: 08:06:18 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 08:06:18 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 08:06:19 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:06:19 DEBUG unit.oai-hss/0.install Need to get 3781 kB of archives. unit-oai-hss-0: 08:06:19 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 08:06:19 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-mysql-0: 08:06:19 DEBUG unit.mysql/0.config-changed mysql start/running, process 18688 unit-oai-hss-0: 08:06:19 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-oai-epc-0: 08:06:19 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 08:06:19 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-mysql-0: 08:06:19 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-oai-epc-0: 08:06:19 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 08:06:19 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 08:06:20 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-mysql-0: 08:06:20 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 08:06:20 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: 08:06:20 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: 08:06:20 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-mysql-0: 08:06:20 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:06:20 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: 08:06:20 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: 08:06:20 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.pom (4 KB at 198.9 KB/sec) unit-abot-epc-basic-0: 08:06:20 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom unit-oai-hss-0: 08:06:20 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 08:06:20 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: 08:06:21 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: 08:06:21 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: 08:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-oai-hss-0: 08:06:21 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: 08:06:21 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: 08:06:21 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 206.0 KB/sec) unit-abot-epc-basic-0: 08:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-oai-hss-0: 08:06:21 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.62-0ubuntu0.14.04.1 [10.8 kB] unit-oai-hss-0: 08:06:21 DEBUG unit.oai-hss/0.install Fetched 3781 kB in 2s (1510 kB/s) unit-abot-epc-basic-0: 08:06:21 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: 08:06:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 127.2 KB/sec) unit-abot-epc-basic-0: 08:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom unit-abot-epc-basic-0: 08:06:21 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: 08:06:21 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: 08:06:21 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-oai-hss-0: 08:06:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 08:06:21 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: 08:06:21 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 128.4 KB/sec) unit-oai-hss-0: 08:06:22 DEBUG unit.oai-hss/0.install (Reading database ... 78976 files and directories currently installed.) unit-oai-hss-0: 08:06:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 08:06:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-oai-hss-0: 08:06:22 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: 08:06:22 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: 08:06:22 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 150.4 KB/sec) unit-abot-epc-basic-0: 08:06:22 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: 08:06:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 08:06:22 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 79.6 KB/sec) unit-abot-epc-basic-0: 08:06:22 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-mysql-0: 08:06:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 08:06:22 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 08:06:22 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: 08:06: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/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 569.4 KB/sec) unit-abot-epc-basic-0: 08:06:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom unit-abot-epc-basic-0: 08:06:22 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: 08:06:22 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 529.2 KB/sec) unit-abot-epc-basic-0: 08:06:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom unit-oai-hss-0: 08:06:22 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 08:06:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 08:06:23 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:06:23 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: 08:06:23 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 1746.5 KB/sec) unit-abot-epc-basic-0: 08:06:23 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: 08:06:23 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: 08:06:23 DEBUG unit.abot-epc-basic/0.install 4/19 KB 8/19 KB 12/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom (19 KB at 980.5 KB/sec) unit-abot-epc-basic-0: 08:06:23 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: 08:06:23 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 08:06:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 08:06:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom unit-abot-epc-basic-0: 08:06:23 DEBUG unit.abot-epc-basic/0.install 4/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 558.7 KB/sec) unit-abot-epc-basic-0: 08:06:23 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: 08:06:23 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: 08:06:23 DEBUG unit.abot-epc-basic/0.install 4/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.pom (5 KB at 210.0 KB/sec) unit-abot-epc-basic-0: 08:06:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-abot-epc-basic-0: 08:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-oai-hss-0: 08:06:24 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 08:06:24 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 279.0 KB/sec) unit-abot-epc-basic-0: 08:06:24 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: 08:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 08:06:24 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 90.1 KB/sec) unit-abot-epc-basic-0: 08:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 08:06:24 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: 08:06:24 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 937.8 KB/sec) unit-abot-epc-basic-0: 08:06:24 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: 08:06:24 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: 08:06:24 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 2023.4 KB/sec) unit-abot-epc-basic-0: 08:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 08:06:24 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: 08:06:24 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 204.7 KB/sec) unit-abot-epc-basic-0: 08:06:24 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 08:06:25 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom unit-oai-hss-0: 08:06:25 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 08:06:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:06:25 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.pom (3 KB at 186.7 KB/sec) unit-abot-epc-basic-0: 08:06:25 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-oai-hss-0: 08:06:25 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:06:25 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: 08:06:25 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: 08:06:25 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: 08:06:25 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: 08:06:25 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 128.5 KB/sec) unit-abot-epc-basic-0: 08:06:25 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: 08:06:25 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: 08:06:25 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 93.5 KB/sec) unit-abot-epc-basic-0: 08:06:25 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: 08:06:25 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: 08:06:25 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: 08:06:25 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-oai-hss-0: 08:06:25 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 08:06:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 08:06:25 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-mysql-0: 08:06:25 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 08:06:25 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 41.7 KB/sec) unit-abot-epc-basic-0: 08:06:25 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: 08:06:26 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 08:06:26 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: 08:06:26 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 633.2 KB/sec) unit-abot-epc-basic-0: 08:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 08:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom unit-abot-epc-basic-0: 08:06:26 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 KB at 678.5 KB/sec) unit-abot-epc-basic-0: 08:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 08:06:26 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: 08:06:26 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 274.4 KB/sec) unit-abot-epc-basic-0: 08:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom unit-oai-hss-0: 08:06:26 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 08:06:26 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: 08:06:26 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: 08:06:26 DEBUG unit.abot-epc-basic/0.install 3/20 KB 6/20 KB 9/20 KB 11/20 KB 14/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 904.5 KB/sec) unit-abot-epc-basic-0: 08:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-oai-hss-0: 08:06:26 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: 08:06:26 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: 08:06:26 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 2073.8 KB/sec) unit-abot-epc-basic-0: 08:06:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 08:06:27 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: 08:06:27 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom (2 KB at 125.6 KB/sec) unit-abot-epc-basic-0: 08:06:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-abot-epc-basic-0: 08:06:27 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: 08:06:27 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 448.6 KB/sec) unit-abot-epc-basic-0: 08:06:27 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: 08:06:27 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: 08:06:27 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (2 KB at 65.6 KB/sec) unit-abot-epc-basic-0: 08:06:27 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: 08:06:27 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: 08:06:27 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 114.2 KB/sec) unit-abot-epc-basic-0: 08:06:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom unit-abot-epc-basic-0: 08:06:27 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: 08:06:27 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 851.2 KB/sec) unit-abot-epc-basic-0: 08:06:27 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-mysql-0: 08:06:28 DEBUG unit.mysql/0.config-changed mysql start/running, process 18809 unit-mysql-0: 08:06:28 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 08:06:28 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 08:06:28 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: 08:06:28 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 201.1 KB/sec) unit-abot-epc-basic-0: 08:06:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-mysql-0: 08:06:28 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 08:06:28 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-mysql-0: 08:06:28 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:06:28 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 08:06:28 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 08:06:28 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-mysql-0: 08:06:28 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-mysql-0: 08:06:28 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 08:06:28 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom unit-oai-hss-0: 08:06:28 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 08:06:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:06:28 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 63.8 KB/sec) unit-abot-epc-basic-0: 08:06:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-mysql-0: 08:06:28 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 08:06:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 08:06:28 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: 08:06:28 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: 08:06:28 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 63.6 KB/sec) unit-abot-epc-basic-0: 08:06:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 08:06:28 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: 08:06:28 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 587.2 KB/sec) unit-abot-epc-basic-0: 08:06:28 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom unit-oai-epc-0: 08:06:28 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-epc-0: 08:06:29 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: 08:06:29 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: 08:06:29 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 400.9 KB/sec) unit-abot-epc-basic-0: 08:06:29 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-epc-0: 08:06:29 DEBUG unit.oai-epc/0.install Running depmod. unit-oai-hss-0: 08:06:29 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 08:06:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 08:06:29 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:06:29 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: 08:06:29 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 176.7 KB/sec) unit-abot-epc-basic-0: 08:06:29 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-epc-0: 08:06:30 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 08:06:30 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 08:06:30 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: 08:06:30 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: 08:06:30 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 08:06:30 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: 08:06:30 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: 08:06:30 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: 08:06:30 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: 08:06:30 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: 08:06:30 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 308.5 KB/sec) unit-abot-epc-basic-0: 08:06:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom unit-abot-epc-basic-0: 08:06:30 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: 08:06:30 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 683.2 KB/sec) unit-abot-epc-basic-0: 08:06:30 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: 08:06:30 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: 08:06:30 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 1266.9 KB/sec) unit-abot-epc-basic-0: 08:06:30 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: 08:06:30 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: 08:06:30 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 724.2 KB/sec) unit-abot-epc-basic-0: 08:06:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/21/commons-parent-21.pom unit-abot-epc-basic-0: 08:06:31 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: 08:06:31 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1844.2 KB/sec) unit-abot-epc-basic-0: 08:06:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-oai-hss-0: 08:06:31 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:06:31 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: 08:06:31 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 209.2 KB/sec) unit-abot-epc-basic-0: 08:06:31 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: 08:06:31 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: 08:06:31 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: 08:06:31 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom (6 KB at 440.7 KB/sec) unit-abot-epc-basic-0: 08:06:31 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: 08:06:31 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 08:06:31 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:06:31 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: 08:06:31 DEBUG unit.abot-epc-basic/0.install 3/8 KB 4/8 KB 7/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: 08:06:31 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-mysql-0: 08:06:31 DEBUG unit.mysql/0.start mysql stop/waiting unit-oai-hss-0: 08:06:31 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 08:06:32 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: 08:06:32 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 958.9 KB/sec) unit-oai-hss-0: 08:06:32 DEBUG unit.oai-hss/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:06:32 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: 08:06:32 DEBUG unit.oai-hss/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:06:32 DEBUG unit.oai-hss/0.install Progress: [ 92%] Progress: [ 95%] Setting up mysql-client (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:06:32 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: 08:06:32 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 585.0 KB/sec) unit-abot-epc-basic-0: 08:06:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 08:06:32 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: 08:06:32 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 209.8 KB/sec) unit-abot-epc-basic-0: 08:06:32 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom unit-abot-epc-basic-0: 08:06:32 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: 08:06:32 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (2 KB at 101.1 KB/sec) unit-oai-hss-0: 08:06:32 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:06:32 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: 08:06:32 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: 08:06:32 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 70.9 KB/sec) unit-abot-epc-basic-0: 08:06:32 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: 08:06:33 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: 08:06:33 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: 08:06:33 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: 08:06:33 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: 08:06:33 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 106.2 KB/sec) unit-abot-epc-basic-0: 08:06:33 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-oai-hss-0: 08:06:33 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 08:06:33 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 08:06:33 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 08:06:33 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 08:06:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:06:33 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: 08:06:33 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 78.3 KB/sec) unit-abot-epc-basic-0: 08:06:33 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: 08:06:33 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: 08:06:33 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 08:06:33 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-mysql-0: 08:06:33 DEBUG unit.mysql/0.start mysql start/running, process 18920 unit-abot-epc-basic-0: 08:06:33 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: 08:06:33 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 353.3 KB/sec) unit-abot-epc-basic-0: 08:06:33 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-mysql-0: 08:06:33 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 08:06:34 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: 08:06:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 138.8 KB/sec) unit-abot-epc-basic-0: 08:06:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom unit-abot-epc-basic-0: 08:06:34 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: 08:06:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 406.8 KB/sec) unit-abot-epc-basic-0: 08:06:34 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: 08:06:34 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: 08:06:34 DEBUG unit.abot-epc-basic/0.install 3/31 KB 5/31 KB 8/31 KB 11/31 KB 13/31 KB 16/31 KB 19/31 KB 21/31 KB 24/31 KB 27/31 KB 29/31 KB 31/31 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom (31 KB at 1125.9 KB/sec) unit-abot-epc-basic-0: 08:06:34 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 08:06:34 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: 08:06:34 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 208.5 KB/sec) unit-abot-epc-basic-0: 08:06:34 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: 08:06:34 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: 08:06:35 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/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 KB at 824.2 KB/sec) unit-abot-epc-basic-0: 08:06:35 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: 08:06:35 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: 08:06:35 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: 08:06:35 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-mysql-0: 08:06:35 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 08:06:35 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 08:06:35 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-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:06:35 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 08:06:36 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 12.5 KB/sec) unit-abot-epc-basic-0: 08:06:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/json-smart/1.2/json-smart-1.2.pom unit-abot-epc-basic-0: 08:06:36 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: 08:06:36 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 100.5 KB/sec) unit-abot-epc-basic-0: 08:06:36 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-mysql-0: 08:06:36 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:36 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: 08:06:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 08:06:36 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: 08:06:36 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 447.1 KB/sec) unit-abot-epc-basic-0: 08:06:36 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-mysql-0: 08:06:36 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-mysql-0: 08:06:36 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:06:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:06:36 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 08:06:36 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 08:06:36 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: 08:06:36 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (3 KB at 202.0 KB/sec) unit-abot-epc-basic-0: 08:06:36 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: 08:06:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:06:36 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 08:06:36 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-epc-0: 08:06:36 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: 08:06:36 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-mysql-0: 08:06:36 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-oai-hss-0: 08:06:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:06:36 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 08:06:37 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: 08:06:37 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/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 640.4 KB/sec) unit-abot-epc-basic-0: 08:06:37 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-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-mysql-0: 08:06:37 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 08:06:37 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 08:06:37 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 08:06:37 DEBUG unit.oai-hss/0.install + git clone https://github.com/OPENAIRINTERFACE/openair-cn /srv/openair-cn unit-oai-hss-0: 08:06:37 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-mysql-0: 08:06:37 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 08:06:37 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{0}] []}} unit-mysql-0: 08:06:37 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 08:06:37 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: 08:06:37 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 345.3 KB/sec) unit-abot-epc-basic-0: 08:06:37 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-162-generic unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 08:06:37 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 08:06:37 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: 08:06:37 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 847.8 KB/sec) unit-abot-epc-basic-0: 08:06:37 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: 08:06:37 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: 08:06:37 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: 08:06:37 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: 08:06:37 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: 08:06:37 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 391.3 KB/sec) unit-abot-epc-basic-0: 08:06:37 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: 08:06:38 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: 08:06:38 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 626.0 KB/sec) unit-abot-epc-basic-0: 08:06:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 08:06:38 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: 08:06:38 DEBUG unit.abot-epc-basic/0.install 3/18 KB 3/18 KB 6/18 KB 8/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 1054.3 KB/sec) unit-abot-epc-basic-0: 08:06:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-abot-epc-basic-0: 08:06:38 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: 08:06:38 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 1958.9 KB/sec) unit-abot-epc-basic-0: 08:06:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 08:06:38 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: 08:06:38 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 259.7 KB/sec) unit-abot-epc-basic-0: 08:06:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-162-generic unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-162-generic unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-abot-epc-basic-0: 08:06:38 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: 08:06:38 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.pom (5 KB at 319.1 KB/sec) unit-abot-epc-basic-0: 08:06:38 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom unit-oai-epc-0: 08:06:38 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 08:06:39 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 08:06:39 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: 08:06:39 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 1227.8 KB/sec) unit-abot-epc-basic-0: 08:06:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.3/cucumber-java-1.2.3.pom unit-abot-epc-basic-0: 08:06:39 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: 08:06:39 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/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 421.9 KB/sec) unit-abot-epc-basic-0: 08:06:39 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: 08:06:39 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: 08:06:39 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 172.0 KB/sec) unit-abot-epc-basic-0: 08:06:39 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-oai-hss-0: 08:06:39 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 08:06:39 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-epc-0: 08:06:39 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 08:06:39 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 08:06:40 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 08:06:40 INFO juju.worker.uniter.context trying to kill context process 10195 unit-oai-epc-0: 08:06:40 INFO juju.worker.uniter.context waiting for context process 10195 to die unit-abot-epc-basic-0: 08:06:40 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.5 KB/sec) unit-abot-epc-basic-0: 08:06:40 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-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install Note: checking out 'v0.3.2'. unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install You are in 'detached HEAD' state. You can look around, make experimental unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install changes and commit them, and you can discard any commits you make in this unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install state without impacting any branches by performing another checkout. unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:40 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: 08:06:40 DEBUG unit.oai-hss/0.install do so (now or later) by using -b with the checkout command again. Example: unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install git checkout -b new_branch_name unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 08:06:40 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: 08:06:40 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 08:06:40 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 08:06:40 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 08:06:40 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 08:06:40 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-oai-hss-0: 08:06:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:06:40 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-abot-epc-basic-0: 08:06: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/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 499.0 KB/sec) unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-abot-epc-basic-0: 08:06:40 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-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-161-generic unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-161-generic unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 08:06:40 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: 08:06:40 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 08:06:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:06:40 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 08:06:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:06:40 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: 08:06: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/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8 KB at 560.7 KB/sec) unit-abot-epc-basic-0: 08:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom machine-2: 08:06:40 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 08:06:40 DEBUG juju.machinelock acquire machine lock for reboot (reboot) unit-abot-epc-basic-0: 08:06:40 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: 08:06:40 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/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 662.7 KB/sec) unit-abot-epc-basic-0: 08:06:40 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom unit-oai-epc-0: 08:06:40 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 08:06:40 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: 08:06:40 DEBUG unit.oai-hss/0.install --2018-11-19 08:06:40-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 08:06:40 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-oai-hss-0: 08:06:40 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 08:06:40 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 08:06:40 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:06:40 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 08:06:40 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 08:06:40 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 08:06:40 DEBUG unit.abot-epc-basic/0.install 3/13 KB 4/13 KB 6/13 KB 9/13 KB 12/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 872.3 KB/sec) unit-abot-epc-basic-0: 08:06:40 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: 08:06:40 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: 08:06:41 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1189.8 KB/sec) unit-oai-hss-0: 08:06:41 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: 08:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom machine-2: 08:06:41 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-2: 08:06:41 DEBUG juju.worker.reboot machine lock will not be released manually machine-2: 08:06:41 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 0K ....... 44.0M=0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 2018-11-19 08:06:41 (44.0 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install --2018-11-19 08:06:41-- 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: 08:06:41 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 08:06:41 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: 08:06:41 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 718.3 KB/sec) unit-abot-epc-basic-0: 08:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 08:06:41 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: 08:06:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 368K 3s unit-abot-epc-basic-0: 08:06:41 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: 08:06:41 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: 08:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/2.1/joda-time-2.1.pom unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 368K 3s unit-abot-epc-basic-0: 08:06:41 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: 08:06:41 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.pom (16 KB at 789.9 KB/sec) unit-abot-epc-basic-0: 08:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 371K 3s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 38.5M 2s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 36.6M 1s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 376K 1s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 36.5M 1s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 38.2M 1s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 35.0M 1s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 36.7M 1s unit-abot-epc-basic-0: 08:06:41 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: 08:06:41 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: 08:06:41 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 386K 1s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 33.5M 1s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 31.6M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 36.6M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 40.8M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 46.1M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 50.2M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 69.4M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 99.1M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 147M 0s unit-oai-hss-0: 08:06:41 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 87.8M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 687K 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 492K=0.8s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2018-11-19 08:06:42 (1.35 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: 08:06:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install --2018-11-19 08:06:42-- 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: 08:06:42 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 08:06:42 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: 08:06:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 94.3M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 149M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 78.1M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 57.6M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 51.0M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 47.4M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 68.8M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 66.5M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 78.5M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 58.6M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 137M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 345M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 302M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 376M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 395M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 22.8M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 23.1M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 36.0M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 56.8M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 43.7M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 65.2M 0s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 106M 0s unit-abot-epc-basic-0: 08:06:42 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: 08:06:42 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 421K 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 60.2M 1s unit-abot-epc-basic-0: 08:06:42 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (3 KB at 184.6 KB/sec) unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 55.6M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 49.5M 1s unit-abot-epc-basic-0: 08:06:42 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: 08:06:42 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 56.8M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 49.8M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 67.0M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 51.4M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 55.4M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 53.1M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 57.4M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 59.9M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 137M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 307M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 342M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 57.1M 1s unit-abot-epc-basic-0: 08:06:42 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: 08:06:42 DEBUG unit.abot-epc-basic/0.install 1010/1010 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.pom (1010 B at 82.2 KB/sec) unit-abot-epc-basic-0: 08:06:42 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: 08:06:42 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 127K 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 52.3M 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 65.6M 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 70.1M 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 68.8M 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 95.5M 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 97.6M 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 110M 3s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 118M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 94.9M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 117M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 119M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 92.8M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 84.7M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 124M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 129M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 103M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 79.4M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 82.0M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 90.8M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 118M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 81.1M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 82.5M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 117M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 92.0M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 75.6M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 82.6M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 107M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 110M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 165M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 539M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 558M 2s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 521M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 414M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 541M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 569M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 510M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 505M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 583M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 557M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 582M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 507M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 573M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 558M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 497M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 483M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 562M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 503M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 555M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 476M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 570M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 540M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 574M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 366M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 333M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 535M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 519M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 436M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 530M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 513M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 559M 1s unit-abot-epc-basic-0: 08:06:42 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: 08:06:42 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.3/commons-io-2.3.pom (11 KB at 718.4 KB/sec) unit-abot-epc-basic-0: 08:06:42 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: 08:06:42 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 425K 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 44.2M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 41.9M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 45.6M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 39.4M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 41.8M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 55.1M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 71.9M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 62.2M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 48.5M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 42.9M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 45.1M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 36.7M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 41.9M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 44.5M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 83.4M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 96.8M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 120M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 61.4M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 61.0M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 104M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 308M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 340M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 297M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 301M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 332M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 409M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 308M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 306M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 352M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 285M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 305M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 312M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 331M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 333M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 55.0M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 45.6M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 40.2M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 61.1M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 69.8M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 73.3M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 65.3M 1s unit-oai-hss-0: 08:06:42 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 74.7M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 463K 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 46.7M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 48.3M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 46.5M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 39.8M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 44.8M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 44.2M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 65.8M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 82.7M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 238M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 534M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 502M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 487M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 492M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 59.4M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 49.7M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 44.3M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 58.5M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 116M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 423M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 378M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 392M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 336M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 49.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 46.5M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 59.9M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 62.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 79.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 144M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 384M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 54.2M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 46.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 66.5M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 62.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 66.6M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 65.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 75.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 59.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 81.6M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 85.3M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 151M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 101M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 100M 0s unit-abot-epc-basic-0: 08:06:43 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: 08:06:43 DEBUG unit.abot-epc-basic/0.install 3/47 KB 5/47 KB 8/47 KB 11/47 KB 13/47 KB 16/47 KB 19/47 KB 21/47 KB 24/47 KB 27/47 KB 29/47 KB 32/47 KB 36/47 KB 40/47 KB 44/47 KB 47/47 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1488.9 KB/sec) unit-abot-epc-basic-0: 08:06:43 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: 08:06:43 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 465K 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 27.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 53.7M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 88.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 59.2M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 62.1M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 79.3M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 57.7M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 121M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 337M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 350M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 339M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 53.5M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 64.1M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 60.2M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 49.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 55.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 45.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 117M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 235M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 326M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 63.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 39.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 45.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 62.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 58.9M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 48.7M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 70.2M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 72.6M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 64.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 52.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 54.7M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 140M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 303M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 354M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 303M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 381M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 385M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 292M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 411M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 62.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 48.2M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 58.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 58.5M 0s unit-abot-epc-basic-0: 08:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 464K 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 29.8M 0s unit-abot-epc-basic-0: 08:06:43 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.pom (5 KB at 296.4 KB/sec) unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 51.7M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 52.9M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 43.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 49.9M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 54.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 77.7M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 66.4M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 72.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 84.0M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 109M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 107M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 75.5M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 58.1M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 59.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 87.5M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 48.9M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 66.8M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 83.7M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 326M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 323M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 360M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 353M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 302M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 311M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 397M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 44.2M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 54.3M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 50.3M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 55.3M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 71.3M 0s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 57.7M=1.1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2018-11-19 08:06:43 (11.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install --2018-11-19 08:06:43-- 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: 08:06:43 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 08:06:43 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: 08:06:43 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 08:06:43 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: 08:06:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 53.6M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 78.8M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 66.4M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 64.2M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 61.1M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 69.9M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 75.8M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 60.1M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 59.1M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 76.6M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 68.4M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 63.1M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 73.9M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 164M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 321M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 472M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 393M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 326M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 389M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 443M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 363M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 386M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 454M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 38.4M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 45.3M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 39.9M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 45.0M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 46.1M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 44.8M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 39.8M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 45.7M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 55.2M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 70.2M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 101M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 119M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 113M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 90.1M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 105M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 193M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 101M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 137M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 109M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 113M 1s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 112M 1s unit-abot-epc-basic-0: 08:06:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom unit-abot-epc-basic-0: 08:06:43 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 39.1 KB/sec) unit-abot-epc-basic-0: 08:06:43 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: 08:06:43 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 461K 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 42.9M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 71.9M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 52.7M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 78.4M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 138M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 311M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 341M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 48.9M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 44.8M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 43.2M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 58.1M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 56.4M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 61.9M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 60.4M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 67.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 279M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 370M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 328M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 355M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 340M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 337M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 369M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 294M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 404M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 396M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 43.4M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 47.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 58.2M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 40.7M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 50.0M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 50.4M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 46.8M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 39.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 48.7M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 56.3M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 149M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 72.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 218M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 592M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 608M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 455M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 616M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 600M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 623M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 459M 2s unit-abot-epc-basic-0: 08:06:43 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: 08:06:43 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 450K 3s unit-abot-epc-basic-0: 08:06:43 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 441.9 KB/sec) unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 41.8M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 44.4M 3s unit-abot-epc-basic-0: 08:06:43 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: 08:06:43 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 43.5M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 42.7M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 47.7M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 53.4M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 52.1M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 64.7M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 71.5M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 54.4M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 57.8M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 50.2M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 54.6M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 61.0M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 61.9M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 52.1M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 51.3M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 64.7M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 53.8M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 61.2M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 51.3M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 66.1M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 65.6M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 52.4M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 59.2M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 97.5M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 106M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 109M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 116M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 99.8M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 129M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 110M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 105M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 97.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 143M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 87.8M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 103M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 110M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 116M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 110M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 104M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 119M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 94.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 160M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 482K 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 49.7M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 74.3M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 44.4M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 70.3M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 64.7M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 67.9M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 54.3M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 61.3M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 135M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 267M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 334M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 317M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 293M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 348M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 55.3M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 45.5M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 37.5M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 41.5M 3s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 41.3M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 45.6M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 40.0M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 54.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 72.3M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 58.7M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 44.5M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 65.8M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 54.1M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 50.9M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 47.2M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 122M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 82.8M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 103M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 104M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 147M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 99.5M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 124M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 89.0M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 150M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 99.4M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 129M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 69.4M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 98.7M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 191M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 100M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 169M 2s unit-oai-hss-0: 08:06:43 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 1.66M 2s unit-abot-epc-basic-0: 08:06:43 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: 08:06:43 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 650.8 KB/sec) unit-abot-epc-basic-0: 08:06:43 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: 08:06:44 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 650K 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 87.3M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 83.2M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 55.7M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 56.5M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 58.4M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 68.7M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 84.5M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 54.1M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 64.1M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 65.4M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 53.0M 3s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 60.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 61.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 51.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 55.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 49.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 54.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 65.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 64.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 51.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 65.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 64.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 55.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 63.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 77.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 59.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 51.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 87.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 343M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 396M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 520M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 507M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 589M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 519M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 595M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 310M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 575M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 347M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 431M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 354M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 436M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 467M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 465M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 383M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 466M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 453K 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 53.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 48.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 49.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 43.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 49.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 45.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 54.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 43.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 44.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 43.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 46.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 39.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 44.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 46.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 42.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 35.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 43.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 43.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 46.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 37.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 46.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 51.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 66.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 57.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 65.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 68.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 68.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 69.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 64.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 93.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 77.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 66.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 72.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 91.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 84.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 84.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 109M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 85.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 82.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 85.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 82.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 100M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 80.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 78.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 67.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 80.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 2.32M 2s unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.7 KB/sec) unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 655K 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 50.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 55.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 41.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 49.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 53.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 37.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 58.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 109M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 263M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 229M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 278M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 256M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 226M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 203M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 256M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 66.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 38.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 44.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 44.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 42.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 39.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 40.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 42.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 44.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 43.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 51.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 51.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 53.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 57.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 63.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 66.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 28.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 117M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 227M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 156M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 112M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 11.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 318M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 310M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 328M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 300M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 1.92M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 106M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 65.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 116M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 133M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 677K 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 43.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 43.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 40.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 34.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 31.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 28.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 25.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 30.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 30.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 27.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 23.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 26.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 28.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 40.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 31.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 58.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 60.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 63.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 56.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 66.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 68.2M 2s unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 95.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 67.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 74.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 96.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 70.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 72.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 66.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 95.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 74.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 70.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 88.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 98.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 79.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 80.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 94.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 65.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 97.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 75.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 75.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 84.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 83.0M 2s unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 415.9 KB/sec) unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 2.59M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 21.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 36.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 94.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 64.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 90.1M 2s unit-abot-epc-basic-0: 08:06:44 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: 08:06:44 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: 08:06:44 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: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 08:06:44 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: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.jar unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 704K 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 27.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 16.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 8.41M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 10.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 18.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 41.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 36.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 44.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 38.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 65.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 70.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 65.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 56.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 65.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 67.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 66.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 57.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 63.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 67.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 65.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 58.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 64.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 66.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 66.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 57.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 64.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 63.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 65.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 57.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 89.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 82.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 73.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 94.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 62.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 2.77M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 18.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 23.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 52.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 78.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 84.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 77.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 82.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 180M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 437M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 447M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 330M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 453M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 750K 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 34.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 35.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 41.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 24.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 30.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 64.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 26.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 17.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 23.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 37.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 56.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 34.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 52.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 108M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 176M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 385M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 351M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 183M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 274M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 187M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 445M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 364M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 275M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 200M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 327M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 194M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 380M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 390M 2s unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 08:06:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 1.34M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 13.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 22.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 18.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 28.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 67.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 66.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 58.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 64.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 64.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 67.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 58.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 62.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 63.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 62.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 57.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 65.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 61.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 60.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 55.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 2.09M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 1.51M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 32.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 44.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 25.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 29.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 57.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 38.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 20.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 20.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 23.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 39.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 34.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 40.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 44.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 41.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 41.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 65.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 66.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 65.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 73.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 96.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 69.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 98.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 79.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 69.3M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 92.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 78.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 75.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 107M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 1.62M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 23.9M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 21.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 21.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 20.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 60.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 84.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 71.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 92.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 78.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 82.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 85.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 74.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 77.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 70.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 83.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 70.5M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 89.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 188M 2s unit-abot-epc-basic-0: 08:06:44 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-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 378M 2s unit-abot-epc-basic-0: 08:06: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.jar unit-abot-epc-basic-0: 08:06: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.jar unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 886K 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 42.1M 2s unit-abot-epc-basic-0: 08:06: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.jar unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 37.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 30.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 26.1M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 34.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 44.4M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 28.7M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 25.2M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 56.0M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 123M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 154M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 116M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 121M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 149M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 107M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 166M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 33.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 44.6M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 36.8M 2s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 41.4M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 57.2M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 45.8M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 42.9M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 64.3M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 66.2M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 66.5M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 59.1M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 70.7M 1s unit-oai-hss-0: 08:06:44 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 67.2M 1s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 1.47M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 34.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 26.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 17.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 18.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 40.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 66.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 56.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 64.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 66.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 67.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 57.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 65.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 65.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 65.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 57.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 65.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 64.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 64.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 2.19M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 1.52M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 38.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 38.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 47.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 28.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 25.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 44.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 29.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 24.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 22.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 27.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 30.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 38.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 34.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 59.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 57.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 52.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 58.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 98.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 65.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 74.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 190M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 396M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 440M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 334M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 430M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 438M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 433M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 357M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 399M 1s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 08:06: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.jar unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 08:06: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.jar unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 1.43M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 29.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 35.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 21.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 17.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 21.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 60.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 62.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 56.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 64.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 63.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 63.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 57.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 64.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 77.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 95.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 66.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 76.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 71.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 83.7M 1s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 938K 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 42.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 33.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 38.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 56.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 25.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 30.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 43.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 35.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 24.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 29.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 33.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 20.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 47.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 38.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 126M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 371M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 294M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 437M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 381M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 456M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 376M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 459M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 424M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 454M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 347M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 405M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 195M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 123M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 190M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 57.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 1.29M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 31.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 37.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 37.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 42.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 42.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 38.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 36.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 43.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 48.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 64.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 57.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 66.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 67.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 64.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 56.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 66.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 43.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 72.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 65.2M 1s unit-abot-epc-basic-0: 08:06:45 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: 08:06:45 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: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 917K 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 45.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 8.33M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 44.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 51.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 51.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 51.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 55.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 48.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 49.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 43.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 51.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 50.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 42.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 46.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 56.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 57.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 58.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 122M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 113M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 78.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 249M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 514M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 644M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 637M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 555M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 600M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 643M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 593M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 343M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 516M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 1.30M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 42.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 50.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 53.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 47.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 43.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 44.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 30.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 37.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 42.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 45.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 207M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 575M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 653M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 680M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 616M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 577M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 686M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 678M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 676M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 820K 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 36.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 7.98M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 44.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 45.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 56.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 85.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 66.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 130M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 520M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 402M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 387M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 346M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 504M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 117M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 48.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 54.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 41.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 55.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 52.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 85.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 51.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 170M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 344M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 395M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 392M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 447M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 519M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 56.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 26.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 55.6M 1s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar unit-abot-epc-basic-0: 08:06:45 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: 08:06:45 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 1.29M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 52.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 47.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 33.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 57.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 51.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 45.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 45.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 73.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 55.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 67.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 73.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 84.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 52.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 70.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 233M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 534M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 561M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 670M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 666M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 685M 1s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 815K 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 42.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 8.60M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 45.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 71.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 87.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 212M 1s unit-abot-epc-basic-0: 08:06:45 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: 08:06:45 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 47.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 30.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 32.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 33.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 39.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 59.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 43.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 46.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 55.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 128M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 95.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 599M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 671M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 692M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 464M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 336M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 497M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 294M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 586M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 557M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 595M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 422M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 593M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 34.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 1.30M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 40.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 49.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 46.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 37.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 36.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 34.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 38.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 36.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 36.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 42.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 142M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 137M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 124M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 116M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 145M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 142M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 118M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 114M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 145M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 158M 1s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 08:06:45 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: 08:06:45 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 857K 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 8.64M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 50.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 62.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 44.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 25.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 32.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 32.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 30.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 34.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 52.7M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 87.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 209M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 167M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 194M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 214M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 224M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 186M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 660M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 263M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 572M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 186M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 583M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 672M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 608M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 437M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 380M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 357M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 372M 1s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 31.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 49.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 1.30M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 37.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 48.5M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 45.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 37.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 47.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 37.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 28.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 36.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 27.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 41.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 61.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 75.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 109M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 113M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 52.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 67.4M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 70.3M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 68.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 67.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 248M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 913K 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 47.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 8.65M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 51.0M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 42.1M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 41.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 117M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 272M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 41.9M 1s unit-abot-epc-basic-0: 08:06:45 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: 08:06:45 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 28.2M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 83.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 35.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 40.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 32.8M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 35.6M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 61.9M 1s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 110M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 88.4M 0s unit-abot-epc-basic-0: 08:06:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 150M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 113M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 68.2M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 81.2M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 93.3M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 70.0M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 102M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 79.0M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 185M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 91.2M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 125M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 98.5M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 131M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 155M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 1.45M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 58.2M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 48.5M 0s unit-abot-epc-basic-0: 08:06:45 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-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 39.7M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 42.4M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 48.1M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 57.6M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 42.0M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 39.6M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 54.0M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 72.5M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 48.8M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 33.1M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 55.7M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 86.6M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 89.0M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 83.2M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 67.2M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 111M 0s unit-oai-hss-0: 08:06:45 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 69.3M 0s unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.jar unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 1.97M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 1.52M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 8.74M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 43.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 47.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 43.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 48.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 60.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 51.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 43.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 42.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 58.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 44.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 39.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 46.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 47.6M 0s unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 40.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 49.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 53.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 51.4M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 54.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 87.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 64.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 88.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 50.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 65.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 69.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 71.4M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 119M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 169M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 180M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 106M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 108M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 1.60M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 54.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 56.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 46.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 49.4M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 87.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 75.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 89.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 53.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 78.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 63.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 58.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 119M 0s unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 76.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 79.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 70.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 71.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 76.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 148M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 54.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 136M 0s unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 840K 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 8.05M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 54.8M 0s unit-abot-epc-basic-0: 08:06:46 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-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 42.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 71.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 73.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 91.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 68.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 63.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 57.4M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 158M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 46.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 54.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 48.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 62.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 48.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 51.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 45.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 48.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 51.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 50.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 44.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 49.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 64.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 91.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 66.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 94.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 84.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 79.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 69.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 85.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 1.65M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 22.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 30.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 47.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 57.6M 0s unit-abot-epc-basic-0: 08:06:46 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-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 63.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 39.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 51.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 65.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 75.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 45.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 44.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 49.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 127M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 181M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 247M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 226M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 257M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 93.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 38.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 64.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 56.6M 0s unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 859K 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 42.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 6.68M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 37.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 42.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 45.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 43.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 39.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 40.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 43.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 41.4M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 39.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 46.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 47.1M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 59.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 44.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 61.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 86.0M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 77.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 68.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 68.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 86.9M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 83.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 148M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 382M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 435M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 462M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 381M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 460M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 435M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 346M 0s unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 1.46M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 41.6M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 47.5M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 45.8M 0s unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 51.2M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 55.7M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 64.3M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 57.8M 0s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 53750K ...... 100% 11500G=2.9s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install 2018-11-19 08:06:46 (18.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-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install FINISHED --2018-11-19 08:06:46-- unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install Total wall clock time: 5.5s unit-oai-hss-0: 08:06:46 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.8s (13.7 MB/s) unit-oai-hss-0: 08:06:46 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: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install (Reading database ... 79245 files and directories currently installed.) unit-oai-hss-0: 08:06:46 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: 08:06:46 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 08:06:46 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: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 08:06:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 08:06:47 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 33/966 KB 37/966 KB 41/966 KB 45/966 KB 49/966 KB 53/966 KB 57/966 KB 61/966 KB 65/966 KB 69/966 KB 73/966 KB 77/966 KB 79/966 KB 83/966 KB 87/966 KB 91/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 163/966 KB 167/966 KB 171/966 KB 175/966 KB 179/966 KB 183/966 KB 187/966 KB 191/966 KB 195/966 KB 199/966 KB 203/966 KB 207/966 KB 211/966 KB 215/966 KB 219/966 KB 223/966 KB 227/966 KB 231/966 KB 235/966 KB 239/966 KB 243/966 KB 247/966 KB 251/966 KB 255/966 KB 259/966 KB 263/966 KB 267/966 KB 271/966 KB 275/966 KB 279/966 KB 283/966 KB 287/966 KB 291/966 KB 295/966 KB 299/966 KB 303/966 KB 307/966 KB 311/966 KB 315/966 KB 319/966 KB 323/966 KB 327/966 KB 331/966 KB 335/966 KB 339/966 KB 343/966 KB 347/966 KB 351/966 KB 355/966 KB 359/966 KB 363/966 KB 367/966 KB 371/966 KB 375/966 KB 379/966 KB 383/966 KB 387/966 KB 391/966 KB 395/966 KB 399/966 KB 403/966 KB 407/966 KB 411/966 KB 415/966 KB 419/966 KB 423/966 KB 427/966 KB 431/966 KB 435/966 KB 439/966 KB 443/966 KB 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 294.9 KB/sec) unit-abot-epc-basic-0: 08:06:47 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: 08:06:47 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: 08:06:47 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: 08:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar unit-abot-epc-basic-0: 08:06:47 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: 08:06:47 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 72/590 KB 76/590 KB 80/590 KB 84/590 KB 88/590 KB 92/590 KB 96/590 KB 100/590 KB 104/590 KB 108/590 KB 112/590 KB 116/590 KB 120/590 KB 124/590 KB 128/590 KB 132/590 KB 136/590 KB 140/590 KB 144/590 KB 148/590 KB 152/590 KB 156/590 KB 160/590 KB 164/590 KB 168/590 KB 172/590 KB 176/590 KB 180/590 KB 184/590 KB 188/590 KB 3/232 KB 188/590 KB 5/232 KB 188/590 KB 8/232 KB 188/590 KB 11/232 KB 188/590 KB 13/232 KB 188/590 KB 3/1710 KB 11/232 KB 188/590 KB 3/1710 KB 13/232 KB 188/590 KB 5/1710 KB 13/232 KB 188/590 KB 8/1710 KB 13/232 KB 188/590 KB 11/1710 KB 13/232 KB 188/590 KB 13/1710 KB 13/232 KB 192/590 KB 13/1710 KB 13/232 KB 196/590 KB 13/1710 KB 13/232 KB 200/590 KB 13/1710 KB 13/232 KB 204/590 KB 13/1710 KB 13/232 KB 208/590 KB 13/1710 KB 3/240 KB 13/232 KB 208/590 KB 13/1710 KB 5/240 KB 13/232 KB 208/590 KB 13/1710 KB 8/240 KB 13/232 KB 208/590 KB 13/1710 KB 11/240 KB 13/232 KB 208/590 KB 13/1710 KB 13/240 KB 13/232 KB 208/590 KB 13/1710 KB 13/240 KB 13/232 KB 208/590 KB 16/1710 KB 13/240 KB 13/232 KB 208/590 KB 19/1710 KB 13/240 KB 16/232 KB 208/590 KB 19/1710 KB 13/240 KB 19/232 KB 208/590 KB 19/1710 KB 13/240 KB 21/232 KB 208/590 KB 19/1710 KB 13/240 KB 21/232 KB 208/590 KB 21/1710 KB 13/240 KB 24/232 KB 208/590 KB 24/1710 KB 13/240 KB 24/232 KB 208/590 KB 21/1710 KB 13/240 KB 27/232 KB 208/590 KB 24/1710 KB 13/240 KB 29/232 KB 208/590 KB 24/1710 KB 13/240 KB 29/232 KB 208/590 KB 27/1710 KB 13/240 KB 32/232 KB 208/590 KB 29/1710 KB 13/240 KB 32/232 KB 208/590 KB 27/1710 KB 16/240 KB 32/232 KB 208/590 KB 29/1710 KB 16/240 KB 32/232 KB 208/590 KB 32/1710 KB 16/240 KB 32/232 KB 212/590 KB 32/1710 KB 16/240 KB 32/232 KB 216/590 KB 32/1710 KB 16/240 KB 32/232 KB 220/590 KB 32/1710 KB 16/240 KB 32/232 KB 224/590 KB 32/1710 KB 19/240 KB 32/232 KB 224/590 KB 32/1710 KB 21/240 KB 32/232 KB 224/590 KB 32/1710 KB 24/240 KB 32/232 KB 224/590 KB 32/1710 KB 27/240 KB 32/232 KB 224/590 KB 32/1710 KB 27/240 KB 36/232 KB 224/590 KB 32/1710 KB 29/240 KB 40/232 KB 224/590 KB 36/1710 KB 29/240 KB 44/232 KB 224/590 KB 36/1710 KB 29/240 KB 48/232 KB 224/590 KB 36/1710 KB 29/240 KB 36/232 KB 224/590 KB 36/1710 KB 29/240 KB 36/232 KB 224/590 KB 32/1710 KB 32/240 KB 48/232 KB 224/590 KB 36/1710 KB 32/240 KB 48/232 KB 224/590 KB 40/1710 KB 32/240 KB 48/232 KB 224/590 KB 44/1710 KB 32/240 KB 48/232 KB 224/590 KB 48/1710 KB 32/240 KB 52/232 KB 224/590 KB 52/1710 KB 36/240 KB 52/232 KB 3/10 KB 228/590 KB 56/1710 KB 36/240 KB 52/232 KB 3/10 KB 228/590 KB 60/1710 KB 36/240 KB 52/232 KB 3/10 KB 228/590 KB 64/1710 KB 36/240 KB 52/232 KB 3/10 KB 228/590 KB 68/1710 KB 36/240 KB 52/232 KB 3/10 KB 228/590 KB 72/1710 KB 36/240 KB 52/232 KB 3/10 KB 228/590 KB 76/1710 KB 32/240 KB 52/232 KB 224/590 KB 48/1710 KB 36/240 KB 52/232 KB 3/10 KB 228/590 KB 52/1710 KB 32/240 KB 52/232 KB 3/10 KB 228/590 KB 52/1710 KB 36/240 KB 52/232 KB 5/10 KB 228/590 KB 76/1710 KB 36/240 KB 52/232 KB 8/10 KB 228/590 KB 76/1710 KB 36/240 KB 52/232 KB 10/10 KB 228/590 KB 76/1710 KB 40/240 KB 52/232 KB 10/10 KB 228/590 KB 76/1710 KB 44/240 KB 52/232 KB 10/10 KB 228/590 KB 76/1710 KB 48/240 KB 52/232 KB 10/10 KB 228/590 KB 76/1 unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install 710 KB 52/240 KB 52/232 KB 10/10 KB 228/590 KB 76/1710 KB 32/240 KB 52/232 KB 228/590 KB 52/1710 KB 52/240 KB 56/232 KB 10/10 KB 232/590 KB 76/1710 KB 52/240 KB 56/232 KB 10/10 KB 228/590 KB 76/1710 KB 56/240 KB 60/232 KB 10/10 KB 232/590 KB 76/1710 KB 56/240 KB 64/232 KB 10/10 KB 232/590 KB 76/1710 KB 56/240 KB 56/232 KB 10/10 KB 232/590 KB 76/1710 KB 60/240 KB 64/232 KB 10/10 KB 232/590 KB 76/1710 KB 64/240 KB 64/232 KB 10/10 KB 232/590 KB 76/1710 KB 64/240 KB 64/232 KB 10/10 KB 236/590 KB 76/1710 KB 64/240 KB 64/232 KB 10/10 KB 240/590 KB 76/1710 KB 68/240 KB 68/232 KB 10/10 KB 240/590 KB 76/1710 KB 72/240 KB 68/232 KB 10/10 KB 244/590 KB 76/1710 KB 76/240 KB 68/232 KB 10/10 KB 244/590 KB 76/1710 KB 80/240 KB 68/232 KB 10/10 KB 244/590 KB 76/1710 KB 64/240 KB 68/232 KB 10/10 KB 240/590 KB 76/1710 KB 80/240 KB 72/232 KB 10/10 KB 244/590 KB 80/1710 KB 80/240 KB 76/232 KB 10/10 KB 244/590 KB 80/1710 KB 80/240 KB 80/232 KB 10/10 KB 244/590 KB 80/1710 KB 80/240 KB 84/232 KB 10/10 KB 244/590 KB 80/1710 KB 84/240 KB 88/232 KB 10/10 KB 244/590 KB 80/1710 KB 84/240 KB 92/232 KB 10/10 KB 244/590 KB 80/1710 KB 84/240 KB 96/232 KB 10/10 KB 244/590 KB 80/1710 KB 80/240 KB 68/232 KB 10/10 KB 244/590 KB 80/1710 KB 68/240 KB 68/232 KB 10/10 KB 244/590 KB 76/1710 KB 84/240 KB 96/232 KB 10/10 KB 248/590 KB 80/1710 KB 84/240 KB 96/232 KB 252/590 KB 80/1710 KB 84/240 KB 96/232 KB 256/590 KB 80/1710 KB 84/240 KB 96/232 KB 260/590 KB 80/1710 KB 84/240 KB 100/232 KB 264/590 KB 84/1710 KB 84/240 KB 84/232 KB 10/10 KB 244/590 KB 80/1710 KB 88/240 KB 100/232 KB 268/590 KB 84/1710 KB 92/240 KB 100/232 KB 268/590 KB 84/1710 KB 96/240 KB 100/232 KB 268/590 KB 84/1710 KB 84/240 KB 100/232 KB 260/590 KB 84/1710 KB 96/240 KB 104/232 KB 268/590 KB 84/1710 KB 96/240 KB 108/232 KB 268/590 KB 84/1710 KB 96/240 KB 112/232 KB 268/590 KB 84/1710 KB 96/240 KB 116/232 KB 268/590 KB 84/1710 KB 100/240 KB 120/232 KB 268/590 KB 84/1710 KB 100/240 KB 124/232 KB 268/590 KB 84/1710 KB 100/240 KB 128/232 KB 268/590 KB 84/1710 KB 84/240 KB 96/232 KB 260/590 KB 84/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 109.7 KB/sec) unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install 100/240 KB 128/232 KB 268/590 KB 88/1710 KB 100/240 KB 128/232 KB 268/590 KB 92/1710 KB 100/240 KB 128/232 KB 268/590 KB 96/1710 KB 100/240 KB 128/232 KB 268/590 KB 100/1710 KB 100/240 KB 116/232 KB 268/590 KB 84/1710 KB 104/240 KB 128/232 KB 268/590 KB 100/1710 KB 108/240 KB 128/232 KB 268/590 KB 100/1710 KB 112/240 KB 128/232 KB 268/590 KB 100/1710 KB 96/240 KB 108/232 KB 268/590 KB 84/1710 KB 112/240 KB 128/232 KB 272/590 KB 104/1710 KB 112/240 KB 128/232 KB 276/590 KB 104/1710 KB 112/240 KB 128/232 KB 280/590 KB 104/1710 KB 112/240 KB 128/232 KB 284/590 KB 104/1710 KB 112/240 KB 128/232 KB 288/590 KB 104/1710 KB 116/240 KB 128/232 KB 292/590 KB 104/1710 KB 112/240 KB 128/232 KB 268/590 KB 104/1710 KB 116/240 KB 132/232 KB 292/590 KB 108/1710 KB 116/240 KB 132/232 KB 292/590 KB 112/1710 KB 116/240 KB 132/232 KB 292/590 KB 116/1710 KB 116/240 KB 132/232 KB 292/590 KB 104/1710 KB 116/240 KB 136/232 KB 292/590 KB 116/1710 KB 116/240 KB 140/232 KB 292/590 KB 116/1710 KB 116/240 KB 144/232 KB 296/590 KB 120/1710 KB 116/240 KB 128/232 KB 288/590 KB 104/1710 KB 120/240 KB 144/232 KB 296/590 KB 120/1710 KB 3/44 KB 120/240 KB 144/232 KB 296/590 KB 120/1710 KB 3/44 KB 124/240 KB 144/232 KB 296/590 KB 120/1710 KB 3/44 KB 128/240 KB 144/232 KB 296/590 KB 120/1710 KB 3/44 KB 128/240 KB 144/232 KB 296/590 KB 120/1710 KB 5/44 KB 116/240 KB 140/232 KB 296/590 KB 120/1710 KB 116/240 KB 140/232 KB 292/590 KB 120/1710 KB 128/240 KB 144/232 KB 296/590 KB 124/1710 KB 5/44 KB 128/240 KB 144/232 KB 296/590 KB 128/1710 KB 5/44 KB 128/240 KB 144/232 KB 300/590 KB 128/1710 KB 5/44 KB 128/240 KB 144/232 KB 300/590 KB 128/1710 KB 8/44 KB 128/240 KB 144/232 KB 304/590 KB 128/1710 KB 8/44 KB 128/240 KB 144/232 KB 308/590 KB 128/1710 KB 8/44 KB 132/240 KB 148/232 KB 312/590 KB 132/1710 KB 11/44 KB 132/240 KB 148/232 KB 316/590 KB 132/1710 KB 11/44 KB 132/240 KB 148/232 KB 320/590 KB 132/1710 KB 11/44 KB 132/240 KB 148/232 KB 308/590 KB 132/1710 KB 11/44 KB 132/240 KB 148/232 KB 320/590 KB 136/1710 KB 11/44 KB 128/240 KB 144/232 KB 308/590 KB 128/1710 KB 11/44 KB 132/240 KB 148/232 KB 320/590 KB 136/1710 KB 13/44 KB 132/240 KB 148/232 KB 320/590 KB 136/1710 KB 16/44 KB 132/240 KB 148/232 KB 308/590 KB 128/1710 KB 11/44 KB 132/240 KB 144/232 KB 308/590 KB 128/1710 KB 11/44 KB 136/240 KB 148/232 KB 320/590 KB 136/1710 KB 16/44 KB 140/240 KB 148/232 KB 320/590 KB 136/1710 KB 16/44 KB 140/240 KB 148/232 KB 320/590 KB 136/1710 KB 19/44 KB 140/240 KB 152/232 KB 320/590 KB 136/1710 KB 19/44 KB 144/240 KB 156/232 KB 320/590 KB 136/1710 KB 19/44 KB 144/240 KB 152/232 KB 320/590 KB 136/1710 KB 19/44 KB 144/240 KB 156/232 KB 320/590 KB 136/1710 KB 21/44 KB 144/240 KB 156/232 KB 320/590 KB 140/1710 KB 21/44 KB 144/240 KB 160/232 KB 320/590 KB 144/1710 KB 21/44 KB 144/240 KB 160/232 KB 320/590 KB 140/1710 KB 21/44 KB 144/240 KB 160/232 KB 320/590 KB 144/1710 KB 24/44 KB 144/240 KB 160/232 KB 320/590 KB 144/1710 KB 27/44 KB 148/240 KB 160/232 KB 320/590 KB 144/1710 KB 27/44 KB 152/240 KB 164/232 KB 324/590 KB 144/1710 KB 29/44 KB 156/240 KB 164/232 KB 324/590 KB 144/1710 KB 29/44 KB 160/240 KB 164/232 KB 324/590 KB 144/1710 KB 29/44 KB 148/240 KB 164/232 KB 324/590 KB 144/1710 KB 29/44 KB 148/240 KB 164/232 KB 320/590 KB 144/1710 KB 29/44 KB 148/240 KB 160/232 KB 320/590 KB 144/1710 KB 29/44 KB 160/240 KB 164/232 KB 328/590 KB 148/1710 KB 32/44 KB 160/240 KB 168/232 KB 328/590 KB 148/1 unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install 710 KB 32/44 KB 160/240 KB 164/232 KB 324/590 KB 148/1710 KB 29/44 KB 160/240 KB 172/232 KB 328/590 KB 148/1710 KB 32/44 KB 160/240 KB 164/232 KB 328/590 KB 148/1710 KB 32/44 KB 160/240 KB 176/232 KB 328/590 KB 152/1710 KB 32/44 KB 160/240 KB 176/232 KB 328/590 KB 156/1710 KB 32/44 KB 160/240 KB 176/232 KB 332/590 KB 160/1710 KB 32/44 KB 160/240 KB 176/232 KB 328/590 KB 152/1710 KB 32/44 KB 160/240 KB 176/232 KB 332/590 KB 156/1710 KB 32/44 KB 160/240 KB 176/232 KB 336/590 KB 160/1710 KB 32/44 KB 164/240 KB 176/232 KB 336/590 KB 160/1710 KB 32/44 KB 164/240 KB 180/232 KB 336/590 KB 160/1710 KB 36/44 KB 164/240 KB 180/232 KB 336/590 KB 160/1710 KB 40/44 KB 164/240 KB 180/232 KB 336/590 KB 160/1710 KB 44/44 KB 164/240 KB 180/232 KB 336/590 KB 160/1710 KB 44/44 KB 168/240 KB 180/232 KB 336/590 KB 160/1710 KB 44/44 KB 172/240 KB 180/232 KB 336/590 KB 160/1710 KB 44/44 KB 176/240 KB 180/232 KB 336/590 KB 160/1710 KB 44/44 KB 180/240 KB 180/232 KB 336/590 KB 160/1710 KB 44/44 KB 184/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 188/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 192/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 196/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 200/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 204/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 208/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 164/240 KB 180/232 KB 336/590 KB 160/1710 KB 32/44 KB 208/240 KB 184/232 KB 340/590 KB 164/1710 KB 44/44 KB 208/240 KB 188/232 KB 340/590 KB 164/1710 KB 44/44 KB 208/240 KB 192/232 KB 340/590 KB 164/1710 KB 44/44 KB 180/240 KB 180/232 KB 340/590 KB 164/1710 KB 44/44 KB 180/240 KB 180/232 KB 340/590 KB 160/1710 KB 44/44 KB 208/240 KB 192/232 KB 344/590 KB 164/1710 KB 44/44 KB 208/240 KB 192/232 KB 348/590 KB 168/1710 KB 44/44 KB 208/240 KB 192/232 KB 344/590 KB 168/1710 KB 44/44 KB 208/240 KB 192/232 KB 348/590 KB 172/1710 KB 44/44 KB 208/240 KB 192/232 KB 352/590 KB 176/1710 KB 44/44 KB 208/240 KB 192/232 KB 352/590 KB 180/1710 KB 44/44 KB 208/240 KB 196/232 KB 352/590 KB 184/1710 KB 44/44 KB 208/240 KB 196/232 KB 352/590 KB 188/1710 KB 44/44 KB 208/240 KB 196/232 KB 352/590 KB 192/1710 KB 44/44 KB 208/240 KB 196/232 KB 352/590 KB 196/1710 KB 44/44 KB 208/240 KB 192/232 KB 352/590 KB 172/1710 KB 44/44 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 360.4 KB/sec) unit-abot-epc-basic-0: 08:06:47 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: 08:06:47 DEBUG unit.abot-epc-basic/0.install 208/240 KB 196/232 KB 352/590 KB 180/1710 KB 44/44 KB 208/240 KB 200/232 KB 352/590 KB 196/1710 KB 208/240 KB 204/232 KB 352/590 KB 196/1710 KB 208/240 KB 208/232 KB 352/590 KB 196/1710 KB 208/240 KB 212/232 KB 352/590 KB 196/1710 KB 208/240 KB 216/232 KB 356/590 KB 200/1710 KB 208/240 KB 220/232 KB 356/590 KB 200/1710 KB 208/240 KB 224/232 KB 356/590 KB 200/1710 KB 208/240 KB 228/232 KB 356/590 KB 200/1710 KB 208/240 KB 232/232 KB 356/590 KB 200/1710 KB 208/240 KB 232/232 KB 356/590 KB 200/1710 KB 208/240 KB 212/232 KB 356/590 KB 200/1710 KB 208/240 KB 232/232 KB 356/590 KB 204/1710 KB 208/240 KB 232/232 KB 356/590 KB 208/1710 KB 208/240 KB 212/232 KB 356/590 KB 196/1710 KB 208/240 KB 232/232 KB 360/590 KB 208/1710 KB 208/240 KB 232/232 KB 364/590 KB 212/1710 KB 208/240 KB 232/232 KB 368/590 KB 212/1710 KB 208/240 KB 232/232 KB 372/590 KB 212/1710 KB 208/240 KB 232/232 KB 376/590 KB 212/1710 KB 208/240 KB 232/232 KB 380/590 KB 212/1710 KB 208/240 KB 232/232 KB 384/590 KB 212/1710 KB 208/240 KB 232/232 KB 360/590 KB 212/1710 KB 208/240 KB 232/232 KB 384/590 KB 216/1710 KB 208/240 KB 232/232 KB 384/590 KB 220/1710 KB 208/240 KB 232/232 KB 384/590 KB 224/1710 KB 208/240 KB 232/232 KB 384/590 KB 228/1710 KB 208/240 KB 232/232 KB 388/590 KB 232/1710 KB 208/240 KB 232/232 KB 388/590 KB 236/1710 KB 208/240 KB 232/232 KB 388/590 KB 240/1710 KB 208/240 KB 232/232 KB 388/590 KB 244/1710 KB 208/240 KB 232/232 KB 388/590 KB 248/1710 KB 208/240 KB 232/232 KB 388/590 KB 252/1710 KB 208/240 KB 232/232 KB 388/590 KB 256/1710 KB 208/240 KB 232/232 KB 388/590 KB 228/1710 KB 208/240 KB 232/232 KB 392/590 KB 256/1710 KB 208/240 KB 232/232 KB 396/590 KB 256/1710 KB 208/240 KB 232/232 KB 400/590 KB 256/1710 KB 208/240 KB 232/232 KB 404/590 KB 256/1710 KB 208/240 KB 232/232 KB 408/590 KB 256/1710 KB 208/240 KB 232/232 KB 412/590 KB 256/1710 KB 208/240 KB 232/232 KB 4/258 KB 412/590 KB 256/1710 KB 208/240 KB 8/258 KB 412/590 KB 256/1710 KB 208/240 KB 12/258 KB 412/590 KB 256/1710 KB 208/240 KB 16/258 KB 412/590 KB 256/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin-jvm-deps/1.0.3/gherkin-jvm-deps-1.0.3.jar (232 KB at 1717.6 KB/sec) unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install 208/240 KB 16/258 KB 416/590 KB 256/1710 KB 208/240 KB 16/258 KB 420/590 KB 256/1710 KB 208/240 KB 16/258 KB 424/590 KB 260/1710 KB 208/240 KB 16/258 KB 428/590 KB 260/1710 KB 208/240 KB 16/258 KB 432/590 KB 260/1710 KB 208/240 KB 16/258 KB 436/590 KB 260/1710 KB 212/240 KB 20/258 KB 440/590 KB 260/1710 KB 212/240 KB 20/258 KB 444/590 KB 260/1710 KB 212/240 KB 20/258 KB 448/590 KB 260/1710 KB 208/240 KB 16/258 KB 420/590 KB 260/1710 KB 212/240 KB 20/258 KB 448/590 KB 264/1710 KB 212/240 KB 20/258 KB 448/590 KB 268/1710 KB 212/240 KB 20/258 KB 448/590 KB 272/1710 KB 212/240 KB 20/258 KB 436/590 KB 260/1710 KB 212/240 KB 16/258 KB 436/590 KB 260/1710 KB 216/240 KB 20/258 KB 448/590 KB 272/1710 KB 220/240 KB 20/258 KB 448/590 KB 272/1710 KB 224/240 KB 20/258 KB 448/590 KB 272/1710 KB 228/240 KB 20/258 KB 448/590 KB 272/1710 KB 232/240 KB 20/258 KB 448/590 KB 272/1710 KB 236/240 KB 20/258 KB 448/590 KB 272/1710 KB 240/240 KB 20/258 KB 448/590 KB 272/1710 KB 240/240 KB 24/258 KB 448/590 KB 272/1710 KB 240/240 KB 28/258 KB 448/590 KB 272/1710 KB 240/240 KB 32/258 KB 448/590 KB 272/1710 KB 240/240 KB 36/258 KB 448/590 KB 272/1710 KB 240/240 KB 40/258 KB 448/590 KB 276/1710 KB 240/240 KB 44/258 KB 448/590 KB 276/1710 KB 240/240 KB 48/258 KB 448/590 KB 276/1710 KB 240/240 KB 36/258 KB 448/590 KB 276/1710 KB 240/240 KB 48/258 KB 448/590 KB 280/1710 KB 240/240 KB 48/258 KB 448/590 KB 284/1710 KB 240/240 KB 48/258 KB 448/590 KB 288/1710 KB 240/240 KB 52/258 KB 448/590 KB 288/1710 KB 240/240 KB 4/223 KB 56/258 KB 448/590 KB 292/1710 KB 240/240 KB 4/223 KB 60/258 KB 448/590 KB 292/1710 KB 240/240 KB 4/223 KB 64/258 KB 448/590 KB 292/1710 KB 240/240 KB 4/223 KB 52/258 KB 448/590 KB 292/1710 KB 240/240 KB 4/223 KB 52/258 KB 448/590 KB 288/1710 KB 240/240 KB 8/223 KB 64/258 KB 448/590 KB 292/1710 KB 240/240 KB 12/223 KB 64/258 KB 448/590 KB 292/1710 KB 240/240 KB 16/223 KB 64/258 KB 448/590 KB 292/1710 KB 240/240 KB 20/223 KB 64/258 KB 448/590 KB 292/1710 KB 240/240 KB 24/223 KB 64/258 KB 448/590 KB 292/1710 KB 240/240 KB 28/223 KB 64/258 KB 448/590 KB 292/1710 KB 240/240 KB 32/223 KB 64/258 KB 448/590 KB 292/1710 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1639.0 KB/sec) unit-abot-epc-basic-0: 08:06:47 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 36/223 KB 64/258 KB 448/590 KB 292/1710 KB 40/223 KB 68/258 KB 452/590 KB 296/1710 KB 44/223 KB 68/258 KB 452/590 KB 296/1710 KB 48/223 KB 68/258 KB 452/590 KB 296/1710 KB 36/223 KB 68/258 KB 452/590 KB 296/1710 KB 48/223 KB 68/258 KB 456/590 KB 296/1710 KB 36/223 KB 64/258 KB 448/590 KB 296/1710 KB 48/223 KB 68/258 KB 456/590 KB 300/1710 KB 48/223 KB 68/258 KB 456/590 KB 304/1710 KB 48/223 KB 68/258 KB 456/590 KB 308/1710 KB 48/223 KB 68/258 KB 460/590 KB 312/1710 KB 48/223 KB 68/258 KB 460/590 KB 316/1710 KB 48/223 KB 68/258 KB 460/590 KB 320/1710 KB 48/223 KB 68/258 KB 460/590 KB 324/1710 KB 52/223 KB 68/258 KB 460/590 KB 328/1710 KB 52/223 KB 68/258 KB 460/590 KB 332/1710 KB 36/223 KB 68/258 KB 448/590 KB 296/1710 KB 52/223 KB 72/258 KB 460/590 KB 336/1710 KB 52/223 KB 76/258 KB 460/590 KB 336/1710 KB 52/223 KB 80/258 KB 460/590 KB 336/1710 KB 52/223 KB 68/258 KB 460/590 KB 324/1710 KB 56/223 KB 80/258 KB 460/590 KB 336/1710 KB 48/223 KB 68/258 KB 460/590 KB 308/1710 KB 60/223 KB 80/258 KB 464/590 KB 336/1710 KB 60/223 KB 80/258 KB 4/208 KB 464/590 KB 336/1710 KB 60/223 KB 80/258 KB 8/208 KB 464/590 KB 336/1710 KB 60/223 KB 80/258 KB 12/208 KB 464/590 KB 336/1710 KB 60/223 KB 80/258 KB 16/208 KB 464/590 KB 336/1710 KB 60/223 KB 80/258 KB 16/208 KB 468/590 KB 336/1710 KB 60/223 KB 80/258 KB 16/208 KB 472/590 KB 336/1710 KB 60/223 KB 80/258 KB 16/208 KB 476/590 KB 336/1710 KB 60/223 KB 80/258 KB 16/208 KB 480/590 KB 336/1710 KB 60/223 KB 80/258 KB 20/208 KB 480/590 KB 336/1710 KB 60/223 KB 80/258 KB 24/208 KB 480/590 KB 336/1710 KB 60/223 KB 80/258 KB 28/208 KB 480/590 KB 336/1710 KB 60/223 KB 80/258 KB 32/208 KB 480/590 KB 336/1710 KB 60/223 KB 80/258 KB 32/208 KB 480/590 KB 336/1710 KB 64/223 KB 80/258 KB 32/208 KB 480/590 KB 336/1710 KB 64/223 KB 84/258 KB 32/208 KB 480/590 KB 336/1710 KB 64/223 KB 88/258 KB 32/208 KB 480/590 KB 336/1710 KB 68/223 KB 92/258 KB 32/208 KB 484/590 KB 336/1710 KB 68/223 KB 96/258 KB 32/208 KB 484/590 KB 336/1710 KB 68/223 KB 96/258 KB 36/208 KB 484/590 KB 336/1710 KB 68/223 KB 96/258 KB 40/208 KB 484/590 KB 336/1710 KB 68/223 KB 96/258 KB 44/208 KB 484/590 KB 336/1710 KB 68/223 KB 96/258 KB 48/208 KB 484/590 KB 336/1710 KB 68/223 KB 100/258 KB 48/208 KB 484/590 KB 336/1710 KB 68/223 KB 88/258 KB 32/208 KB 484/590 KB 336/1710 KB 72/223 KB 100/258 KB 48/208 KB 484/590 KB 336/1710 KB 76/223 KB 100/258 KB 48/208 KB 484/590 KB 336/1710 KB 80/223 KB 100/258 KB 48/208 KB 484/590 KB 336/1710 KB 64/223 KB 88/258 KB 32/208 KB 484/590 KB 336/1710 KB 52/223 KB 100/258 KB 48/208 KB 484/590 KB 336/1710 KB 80/223 KB 100/258 KB 52/208 KB 484/590 KB 336/1710 KB 80/223 KB 100/258 KB 56/208 KB 484/590 KB 336/1710 KB 80/223 KB 100/258 KB 60/208 KB 484/590 KB 336/1710 KB 80/223 KB 100/258 KB 64/208 KB 484/590 KB 336/1710 KB 80/223 KB 100/258 KB 68/208 KB 484/590 KB 336/1710 KB 84/223 KB 104/258 KB 72/208 KB 488/590 KB 340/1710 KB 84/223 KB 104/258 KB 76/208 KB 488/590 KB 340/1710 KB 84/223 KB 104/258 KB 80/208 KB 488/590 KB 340/1710 KB 84/223 KB 104/258 KB 68/208 KB 488/590 KB 340/1710 KB 88/223 KB 104/258 KB 80/208 KB 488/590 KB 340/1710 KB 92/223 KB 104/258 KB 80/208 KB 488/590 KB 340/1710 KB 96/223 KB 104/258 KB 80/208 KB 488/590 KB 340/1710 KB 80/223 KB 104/258 KB 68/208 KB 488/590 KB 340/1710 KB 96/223 KB 108/258 KB 80/208 KB 488/590 KB 340/1710 KB 96/223 KB 112/258 KB 80/208 KB 488/590 KB 340/1710 KB 8 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 0/223 KB 100/258 KB 68/208 KB 488/590 KB 340/1710 KB 96/223 KB 112/258 KB 80/208 KB 488/590 KB 344/1710 KB 96/223 KB 112/258 KB 80/208 KB 488/590 KB 348/1710 KB 80/223 KB 100/258 KB 68/208 KB 488/590 KB 336/1710 KB 96/223 KB 112/258 KB 80/208 KB 492/590 KB 348/1710 KB 96/223 KB 112/258 KB 80/208 KB 496/590 KB 348/1710 KB 96/223 KB 112/258 KB 80/208 KB 500/590 KB 348/1710 KB 96/223 KB 112/258 KB 84/208 KB 504/590 KB 352/1710 KB 96/223 KB 112/258 KB 84/208 KB 508/590 KB 352/1710 KB 96/223 KB 112/258 KB 84/208 KB 512/590 KB 352/1710 KB 100/223 KB 112/258 KB 84/208 KB 512/590 KB 352/1710 KB 96/223 KB 112/258 KB 84/208 KB 500/590 KB 352/1710 KB 96/223 KB 112/258 KB 80/208 KB 500/590 KB 352/1710 KB 104/223 KB 116/258 KB 84/208 KB 516/590 KB 356/1710 KB 104/223 KB 116/258 KB 84/208 KB 516/590 KB 360/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 364/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 368/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 372/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 376/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 380/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 384/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 388/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 392/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 396/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 400/1710 KB 100/223 KB 116/258 KB 84/208 KB 516/590 KB 352/1710 KB 104/223 KB 120/258 KB 88/208 KB 516/590 KB 400/1710 KB 104/223 KB 124/258 KB 88/208 KB 516/590 KB 400/1710 KB 104/223 KB 128/258 KB 88/208 KB 516/590 KB 400/1710 KB 100/223 KB 112/258 KB 84/208 KB 516/590 KB 352/1710 KB 104/223 KB 128/258 KB 88/208 KB 520/590 KB 400/1710 KB 104/223 KB 128/258 KB 88/208 KB 524/590 KB 400/1710 KB 104/223 KB 128/258 KB 88/208 KB 528/590 KB 400/1710 KB 104/223 KB 128/258 KB 88/208 KB 532/590 KB 400/1710 KB 104/223 KB 132/258 KB 88/208 KB 536/590 KB 400/1710 KB 104/223 KB 132/258 KB 88/208 KB 540/590 KB 400/1710 KB 104/223 KB 132/258 KB 88/208 KB 544/590 KB 400/1710 KB 104/223 KB 116/258 KB 84/208 KB 516/590 KB 372/1710 KB 108/223 KB 132/258 KB 88/208 KB 544/590 KB 400/1710 KB 112/223 KB 132/258 KB 88/208 KB 544/590 KB 400/1710 KB 104/223 KB 116/258 KB 88/208 KB 516/590 KB 360/1710 KB 112/223 KB 132/258 KB 92/208 KB 544/590 KB 400/1710 KB 112/223 KB 132/258 KB 96/208 KB 544/590 KB 400/1710 KB 112/223 KB 132/258 KB 100/208 KB 544/590 KB 400/1710 KB 112/223 KB 132/258 KB 104/208 KB 544/590 KB 400/1710 KB 112/223 KB 132/258 KB 108/208 KB 544/590 KB 400/1710 KB 116/223 KB 132/258 KB 112/208 KB 544/590 KB 400/1710 KB 116/223 KB 132/258 KB 116/208 KB 544/590 KB 400/1710 KB 116/223 KB 132/258 KB 120/208 KB 548/590 KB 400/1710 KB 116/223 KB 132/258 KB 124/208 KB 548/590 KB 400/1710 KB 116/223 KB 132/258 KB 128/208 KB 548/590 KB 400/1710 KB 116/223 KB 132/258 KB 132/208 KB 548/590 KB 404/1710 KB 116/223 KB 132/258 KB 136/208 KB 548/590 KB 404/1710 KB 116/223 KB 132/258 KB 140/208 KB 548/590 KB 404/1710 KB 116/223 KB 132/258 KB 144/208 KB 548/590 KB 404/1710 KB 104/223 KB 132/258 KB 88/208 KB 532/590 KB 400/1710 KB 116/223 KB 136/258 KB 144/208 KB 548/590 KB 404/1710 KB 116/223 KB 140/258 KB 144/208 KB 548/590 KB 404/1710 KB 116/223 KB 144/258 KB 144/208 KB 548/590 KB 404/1710 KB 116/223 KB 148/258 KB 144/208 KB 548/590 KB 404/1710 KB 116/223 KB 152/258 KB 144/208 KB 548/590 KB 404/1710 KB 116/223 KB 156/258 KB 144/208 KB 548/590 KB 404/1710 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 116/223 KB 160/258 KB 144/208 KB 548/590 KB 404/1710 KB 116/223 KB 132/258 KB 128/208 KB 548/590 KB 404/1710 KB 116/223 KB 160/258 KB 144/208 KB 548/590 KB 408/1710 KB 116/223 KB 132/258 KB 116/208 KB 548/590 KB 400/1710 KB 116/223 KB 160/258 KB 144/208 KB 552/590 KB 408/1710 KB 116/223 KB 160/258 KB 144/208 KB 556/590 KB 408/1710 KB 116/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 116/223 KB 132/258 KB 108/208 KB 544/590 KB 400/1710 KB 120/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 124/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 128/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 132/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 136/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 140/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 144/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 148/223 KB 160/258 KB 144/208 KB 560/590 KB 408/1710 KB 152/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 156/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 160/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 164/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 168/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 172/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 176/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 180/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 184/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 188/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 192/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 148/223 KB 164/258 KB 148/208 KB 564/590 KB 412/1710 KB 148/223 KB 164/258 KB 144/208 KB 564/590 KB 412/1710 KB 192/223 KB 164/258 KB 148/208 KB 564/590 KB 416/1710 KB 192/223 KB 164/258 KB 148/208 KB 564/590 KB 420/1710 KB 192/223 KB 164/258 KB 148/208 KB 564/590 KB 424/1710 KB 148/223 KB 164/258 KB 144/208 KB 564/590 KB 408/1710 KB 192/223 KB 168/258 KB 152/208 KB 564/590 KB 428/1710 KB 192/223 KB 172/258 KB 152/208 KB 564/590 KB 428/1710 KB 192/223 KB 176/258 KB 152/208 KB 564/590 KB 428/1710 KB 148/223 KB 160/258 KB 144/208 KB 564/590 KB 408/1710 KB 192/223 KB 176/258 KB 152/208 KB 568/590 KB 428/1710 KB 192/223 KB 176/258 KB 152/208 KB 572/590 KB 428/1710 KB 192/223 KB 176/258 KB 152/208 KB 576/590 KB 428/1710 KB 192/223 KB 176/258 KB 152/208 KB 580/590 KB 428/1710 KB 192/223 KB 180/258 KB 152/208 KB 584/590 KB 428/1710 KB 192/223 KB 180/258 KB 152/208 KB 588/590 KB 428/1710 KB 192/223 KB 180/258 KB 152/208 KB 590/590 KB 428/1710 KB 192/223 KB 164/258 KB 152/208 KB 564/590 KB 424/1710 KB 192/223 KB 180/258 KB 156/208 KB 590/590 KB 428/1710 KB 192/223 KB 180/258 KB 160/208 KB 590/590 KB 428/1710 KB 192/223 KB 180/258 KB 152/208 KB 580/590 KB 428/1710 KB 192/223 KB 180/258 KB 160/208 KB 590/590 KB 432/1710 KB 192/223 KB 180/258 KB 160/208 KB 590/590 KB 436/1710 KB 192/223 KB 180/258 KB 164/208 KB 590/590 KB 440/1710 KB 192/223 KB 180/258 KB 152/208 KB 580/590 KB 428/1710 KB 192/223 KB 184/258 KB 164/208 KB 590/590 KB 440/1710 KB 192/223 KB 188/258 KB 164/208 KB 590/590 KB 440/1710 KB 192/223 KB 192/258 KB 164/208 KB 590/590 KB 440/1710 KB 192/223 KB 180/258 KB 164/208 KB 590/590 KB 436/1710 KB 192/223 KB 192/258 KB 168/208 KB 590/590 KB 440/1710 KB 192/223 KB 192/258 KB 172/208 KB 590/590 KB 440/1710 KB 192/223 KB 196/258 KB 172/208 KB 590/590 KB 444/1710 KB 192/223 KB 200/258 KB 176/208 KB 590/590 KB 444/1710 KB 192/223 KB 204/258 KB 176/208 KB 590/590 KB 444/1710 KB 196/223 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install KB 208/258 KB 176/208 KB 590/590 KB 444/1710 KB 192/223 KB 192/258 KB 172/208 KB 590/590 KB 444/1710 KB 196/223 KB 208/258 KB 176/208 KB 590/590 KB 448/1710 KB 196/223 KB 208/258 KB 176/208 KB 590/590 KB 452/1710 KB 196/223 KB 208/258 KB 176/208 KB 590/590 KB 456/1710 KB 196/223 KB 212/258 KB 176/208 KB 590/590 KB 460/1710 KB 196/223 KB 212/258 KB 176/208 KB 590/590 KB 464/1710 KB 196/223 KB 204/258 KB 176/208 KB 590/590 KB 444/1710 KB 200/223 KB 212/258 KB 176/208 KB 590/590 KB 464/1710 KB 204/223 KB 212/258 KB 176/208 KB 590/590 KB 464/1710 KB 208/223 KB 212/258 KB 176/208 KB 590/590 KB 464/1710 KB 212/223 KB 212/258 KB 176/208 KB 590/590 KB 464/1710 KB 192/223 KB 196/258 KB 176/208 KB 590/590 KB 444/1710 KB 212/223 KB 212/258 KB 180/208 KB 590/590 KB 468/1710 KB 212/223 KB 212/258 KB 184/208 KB 590/590 KB 468/1710 KB 212/223 KB 212/258 KB 188/208 KB 590/590 KB 468/1710 KB 212/223 KB 212/258 KB 192/208 KB 590/590 KB 468/1710 KB 212/223 KB 212/258 KB 196/208 KB 590/590 KB 468/1710 KB 212/223 KB 212/258 KB 200/208 KB 468/1710 KB 212/223 KB 212/258 KB 204/208 KB 468/1710 KB 212/223 KB 212/258 KB 208/208 KB 468/1710 KB 212/223 KB 212/258 KB 176/208 KB 590/590 KB 468/1710 KB 212/223 KB 212/258 KB 208/208 KB 472/1710 KB 212/223 KB 212/258 KB 208/208 KB 476/1710 KB 196/223 KB 212/258 KB 176/208 KB 590/590 KB 456/1710 KB 212/223 KB 216/258 KB 208/208 KB 476/1710 KB 212/223 KB 220/258 KB 208/208 KB 476/1710 KB 212/223 KB 224/258 KB 208/208 KB 476/1710 KB 212/223 KB 228/258 KB 208/208 KB 476/1710 KB 216/223 KB 232/258 KB 208/208 KB 480/1710 KB 216/223 KB 236/258 KB 208/208 KB 480/1710 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2904.7 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 216/223 KB 228/258 KB 208/208 KB 480/1710 KB 220/223 KB 236/258 KB 208/208 KB 480/1710 KB 223/223 KB 236/258 KB 208/208 KB 480/1710 KB 212/223 KB 228/258 KB 208/208 KB 480/1710 KB 223/223 KB 236/258 KB 208/208 KB 484/1710 KB 223/223 KB 240/258 KB 208/208 KB 488/1710 KB 223/223 KB 240/258 KB 208/208 KB 492/1710 KB 223/223 KB 240/258 KB 208/208 KB 496/1710 KB 223/223 KB 240/258 KB 208/208 KB 484/1710 KB 223/223 KB 244/258 KB 208/208 KB 496/1710 KB 223/223 KB 248/258 KB 208/208 KB 496/1710 KB 223/223 KB 252/258 KB 208/208 KB 496/1710 KB 223/223 KB 256/258 KB 208/208 KB 496/1710 KB 223/223 KB 256/258 KB 208/208 KB 500/1710 KB 223/223 KB 258/258 KB 208/208 KB 500/1710 KB 223/223 KB 258/258 KB 208/208 KB 504/1710 KB 223/223 KB 258/258 KB 208/208 KB 508/1710 KB 223/223 KB 258/258 KB 208/208 KB 512/1710 KB 223/223 KB 258/258 KB 208/208 KB 516/1710 KB 223/223 KB 258/258 KB 208/208 KB 520/1710 KB 223/223 KB 258/258 KB 208/208 KB 524/1710 KB 223/223 KB 258/258 KB 208/208 KB 528/1710 KB 223/223 KB 258/258 KB 208/208 KB 532/1710 KB 223/223 KB 258/258 KB 208/208 KB 536/1710 KB 223/223 KB 258/258 KB 208/208 KB 540/1710 KB 223/223 KB 258/258 KB 208/208 KB 544/1710 KB 223/223 KB 258/258 KB 208/208 KB 548/1710 KB 223/223 KB 258/258 KB 208/208 KB 552/1710 KB 223/223 KB 258/258 KB 208/208 KB 556/1710 KB 223/223 KB 258/258 KB 208/208 KB 560/1710 KB 223/223 KB 258/258 KB 208/208 KB 564/1710 KB 223/223 KB 258/258 KB 208/208 KB 568/1710 KB 223/223 KB 258/258 KB 208/208 KB 572/1710 KB 223/223 KB 258/258 KB 208/208 KB 576/1710 KB 223/223 KB 258/258 KB 208/208 KB 580/1710 KB 223/223 KB 258/258 KB 208/208 KB 584/1710 KB 223/223 KB 258/258 KB 208/208 KB 588/1710 KB 223/223 KB 258/258 KB 208/208 KB 592/1710 KB 223/223 KB 258/258 KB 208/208 KB 592/1710 KB 4/38 KB 592/1710 KB 8/38 KB 592/1710 KB 12/38 KB 592/1710 KB 16/38 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 981.1 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1198.4 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 1032.7 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 592/1710 KB 20/38 KB 592/1710 KB 24/38 KB 592/1710 KB 28/38 KB 592/1710 KB 32/38 KB 592/1710 KB 36/38 KB 592/1710 KB 38/38 KB 596/1710 KB 38/38 KB 600/1710 KB 38/38 KB 604/1710 KB 38/38 KB 608/1710 KB 38/38 KB 612/1710 KB 38/38 KB 616/1710 KB 38/38 KB 620/1710 KB 38/38 KB 624/1710 KB 38/38 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 170.3 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 628/1710 KB 632/1710 KB 636/1710 KB 640/1710 KB 644/1710 KB 648/1710 KB 4/531 KB 648/1710 KB 8/531 KB 648/1710 KB 4/18 KB 12/531 KB 4/214 KB 648/1710 KB 4/18 KB 16/531 KB 4/214 KB 648/1710 KB 4/18 KB 20/531 KB 4/214 KB 648/1710 KB 4/18 KB 24/531 KB 4/214 KB 648/1710 KB 4/18 KB 28/531 KB 4/214 KB 648/1710 KB 4/18 KB 32/531 KB 4/214 KB 648/1710 KB 4/18 KB 4/531 KB 648/1710 KB 4/18 KB 32/531 KB 4/214 KB 648/1710 KB 8/18 KB 32/531 KB 4/214 KB 648/1710 KB 12/18 KB 32/531 KB 4/214 KB 648/1710 KB 16/18 KB 32/531 KB 4/214 KB 648/1710 KB 18/18 KB 8/531 KB 4/214 KB 648/1710 KB 4/18 KB 32/531 KB 8/214 KB 648/1710 KB 18/18 KB 32/531 KB 12/214 KB 648/1710 KB 18/18 KB 32/531 KB 16/214 KB 648/1710 KB 18/18 KB 32/531 KB 20/214 KB 648/1710 KB 18/18 KB 4/1267 KB 32/531 KB 24/214 KB 648/1710 KB 18/18 KB 4/1267 KB 32/531 KB 28/214 KB 648/1710 KB 18/18 KB 4/1267 KB 32/531 KB 20/214 KB 648/1710 KB 18/18 KB 8/1267 KB 32/531 KB 28/214 KB 648/1710 KB 18/18 KB 12/1267 KB 32/531 KB 28/214 KB 648/1710 KB 18/18 KB 16/1267 KB 32/531 KB 32/214 KB 648/1710 KB 18/18 KB 12/1267 KB 32/531 KB 32/214 KB 648/1710 KB 18/18 KB 16/1267 KB 36/531 KB 32/214 KB 648/1710 KB 18/18 KB 16/1267 KB 40/531 KB 32/214 KB 648/1710 KB 18/18 KB 16/1267 KB 44/531 KB 32/214 KB 648/1710 KB 18/18 KB 16/1267 KB 48/531 KB 32/214 KB 648/1710 KB 18/18 KB 16/1267 KB 52/531 KB 32/214 KB 648/1710 KB 18/18 KB 20/1267 KB 56/531 KB 36/214 KB 648/1710 KB 18/18 KB 20/1267 KB 60/531 KB 36/214 KB 648/1710 KB 18/18 KB 20/1267 KB 64/531 KB 36/214 KB 648/1710 KB 18/18 KB 20/1267 KB 68/531 KB 36/214 KB 648/1710 KB 18/18 KB 20/1267 KB 52/531 KB 36/214 KB 648/1710 KB 18/18 KB 20/1267 KB 68/531 KB 40/214 KB 648/1710 KB 18/18 KB 20/1267 KB 68/531 KB 44/214 KB 648/1710 KB 18/18 KB 20/1267 KB 68/531 KB 48/214 KB 648/1710 KB 20/1267 KB 52/531 KB 32/214 KB 648/1710 KB 18/18 KB 24/1267 KB 68/531 KB 48/214 KB 648/1710 KB 28/1267 KB 68/531 KB 48/214 KB 648/1710 KB 32/1267 KB 68/531 KB 48/214 KB 648/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 76.1 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 36/1267 KB 68/531 KB 48/214 KB 648/1710 KB 40/1267 KB 68/531 KB 52/214 KB 648/1710 KB 36/1267 KB 68/531 KB 52/214 KB 648/1710 KB 44/1267 KB 68/531 KB 56/214 KB 648/1710 KB 44/1267 KB 68/531 KB 60/214 KB 648/1710 KB 44/1267 KB 68/531 KB 64/214 KB 648/1710 KB 44/1267 KB 68/531 KB 68/214 KB 648/1710 KB 44/1267 KB 72/531 KB 72/214 KB 652/1710 KB 44/1267 KB 72/531 KB 76/214 KB 652/1710 KB 44/1267 KB 72/531 KB 80/214 KB 652/1710 KB 44/1267 KB 68/531 KB 60/214 KB 648/1710 KB 48/1267 KB 72/531 KB 80/214 KB 652/1710 KB 52/1267 KB 72/531 KB 80/214 KB 652/1710 KB 56/1267 KB 72/531 KB 80/214 KB 652/1710 KB 60/1267 KB 72/531 KB 80/214 KB 652/1710 KB 44/1267 KB 72/531 KB 68/214 KB 652/1710 KB 60/1267 KB 72/531 KB 80/214 KB 656/1710 KB 44/1267 KB 72/531 KB 68/214 KB 648/1710 KB 60/1267 KB 76/531 KB 80/214 KB 656/1710 KB 60/1267 KB 80/531 KB 80/214 KB 656/1710 KB 60/1267 KB 84/531 KB 80/214 KB 656/1710 KB 64/1267 KB 88/531 KB 84/214 KB 660/1710 KB 3/109 KB 64/1267 KB 92/531 KB 84/214 KB 660/1710 KB 3/109 KB 64/1267 KB 84/531 KB 84/214 KB 660/1710 KB 3/109 KB 64/1267 KB 92/531 KB 84/214 KB 664/1710 KB 3/109 KB 64/1267 KB 92/531 KB 84/214 KB 668/1710 KB 3/109 KB 64/1267 KB 92/531 KB 84/214 KB 672/1710 KB 3/109 KB 64/1267 KB 96/531 KB 84/214 KB 676/1710 KB 3/109 KB 64/1267 KB 96/531 KB 84/214 KB 680/1710 KB 3/109 KB 64/1267 KB 96/531 KB 84/214 KB 684/1710 KB 3/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 3/109 KB 64/1267 KB 84/531 KB 84/214 KB 656/1710 KB 3/109 KB 60/1267 KB 84/531 KB 84/214 KB 656/1710 KB 3/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 6/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 9/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 11/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 14/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 16/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 19/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 22/109 KB 64/1267 KB 96/531 KB 84/214 KB 688/1710 KB 25/109 KB 68/1267 KB 96/531 KB 84/214 KB 688/1710 KB 27/109 KB 60/1267 KB 84/531 KB 84/214 KB 656/1710 KB 68/1267 KB 96/531 KB 88/214 KB 688/1710 KB 27/109 KB 68/1267 KB 96/531 KB 92/214 KB 688/1710 KB 27/109 KB 68/1267 KB 96/531 KB 96/214 KB 688/1710 KB 27/109 KB 68/1267 KB 96/531 KB 100/214 KB 688/1710 KB 27/109 KB 68/1267 KB 96/531 KB 84/214 KB 688/1710 KB 25/109 KB 72/1267 KB 96/531 KB 100/214 KB 688/1710 KB 30/109 KB 76/1267 KB 96/531 KB 100/214 KB 688/1710 KB 30/109 KB 80/1267 KB 96/531 KB 100/214 KB 688/1710 KB 30/109 KB 64/1267 KB 96/531 KB 84/214 KB 672/1710 KB 3/109 KB 80/1267 KB 100/531 KB 100/214 KB 688/1710 KB 30/109 KB 80/1267 KB 104/531 KB 100/214 KB 688/1710 KB 30/109 KB 80/1267 KB 108/531 KB 100/214 KB 688/1710 KB 30/109 KB 68/1267 KB 96/531 KB 100/214 KB 688/1710 KB 30/109 KB 80/1267 KB 112/531 KB 104/214 KB 688/1710 KB 32/109 KB 80/1267 KB 112/531 KB 104/214 KB 688/1710 KB 36/109 KB 84/1267 KB 112/531 KB 104/214 KB 692/1710 KB 40/109 KB 84/1267 KB 112/531 KB 104/214 KB 692/1710 KB 44/109 KB 84/1267 KB 112/531 KB 104/214 KB 692/1710 KB 48/109 KB 80/1267 KB 108/531 KB 104/214 KB 688/1710 KB 30/109 KB 84/1267 KB 112/531 KB 108/214 KB 692/1710 KB 48/109 KB 84/1267 KB 112/531 KB 112/214 KB 692/1710 KB 48/109 KB 84/1267 KB 112/531 KB 116/214 KB 692/1710 KB 48/109 KB 84/1267 KB 112/531 KB 120/214 KB 692/1710 KB 52/109 KB 84/1267 KB 112/531 KB 124/214 KB 692/1710 KB 52/109 KB 84/1267 KB 112/531 KB 104/214 KB 692/1710 KB 3 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 6/109 KB 84/1267 KB 112/531 KB 124/214 KB 696/1710 KB 52/109 KB 84/1267 KB 112/531 KB 124/214 KB 700/1710 KB 52/109 KB 84/1267 KB 112/531 KB 124/214 KB 704/1710 KB 52/109 KB 84/1267 KB 112/531 KB 104/214 KB 688/1710 KB 36/109 KB 88/1267 KB 112/531 KB 124/214 KB 704/1710 KB 52/109 KB 92/1267 KB 112/531 KB 124/214 KB 704/1710 KB 52/109 KB 96/1267 KB 112/531 KB 124/214 KB 704/1710 KB 52/109 KB 80/1267 KB 112/531 KB 104/214 KB 688/1710 KB 36/109 KB 96/1267 KB 116/531 KB 124/214 KB 704/1710 KB 52/109 KB 100/1267 KB 120/531 KB 124/214 KB 704/1710 KB 52/109 KB 100/1267 KB 124/531 KB 124/214 KB 704/1710 KB 52/109 KB 100/1267 KB 128/531 KB 124/214 KB 704/1710 KB 52/109 KB 84/1267 KB 112/531 KB 116/214 KB 692/1710 KB 52/109 KB 100/1267 KB 128/531 KB 128/214 KB 704/1710 KB 52/109 KB 100/1267 KB 116/531 KB 124/214 KB 704/1710 KB 52/109 KB 104/1267 KB 128/531 KB 128/214 KB 704/1710 KB 52/109 KB 108/1267 KB 128/531 KB 128/214 KB 704/1710 KB 52/109 KB 112/1267 KB 128/531 KB 128/214 KB 704/1710 KB 56/109 KB 116/1267 KB 132/531 KB 132/214 KB 704/1710 KB 56/109 KB 120/1267 KB 132/531 KB 132/214 KB 708/1710 KB 56/109 KB 124/1267 KB 132/531 KB 132/214 KB 708/1710 KB 56/109 KB 128/1267 KB 132/531 KB 132/214 KB 708/1710 KB 56/109 KB 132/1267 KB 132/531 KB 132/214 KB 708/1710 KB 56/109 KB 136/1267 KB 132/531 KB 132/214 KB 708/1710 KB 56/109 KB 140/1267 KB 132/531 KB 132/214 KB 708/1710 KB 56/109 KB 108/1267 KB 128/531 KB 128/214 KB 704/1710 KB 56/109 KB 140/1267 KB 132/531 KB 132/214 KB 708/1710 KB 60/109 KB 140/1267 KB 132/531 KB 132/214 KB 708/1710 KB 64/109 KB 140/1267 KB 132/531 KB 132/214 KB 708/1710 KB 68/109 KB 140/1267 KB 132/531 KB 132/214 KB 708/1710 KB 72/109 KB 140/1267 KB 132/531 KB 132/214 KB 708/1710 KB 76/109 KB 140/1267 KB 132/531 KB 132/214 KB 708/1710 KB 80/109 KB 116/1267 KB 132/531 KB 132/214 KB 708/1710 KB 56/109 KB 140/1267 KB 132/531 KB 132/214 KB 712/1710 KB 80/109 KB 140/1267 KB 132/531 KB 132/214 KB 716/1710 KB 80/109 KB 140/1267 KB 132/531 KB 132/214 KB 720/1710 KB 80/109 KB 112/1267 KB 132/531 KB 132/214 KB 704/1710 KB 56/109 KB 140/1267 KB 136/531 KB 132/214 KB 720/1710 KB 80/109 KB 140/1267 KB 140/531 KB 132/214 KB 720/1710 KB 80/109 KB 140/1267 KB 144/531 KB 132/214 KB 720/1710 KB 80/109 KB 112/1267 KB 128/531 KB 132/214 KB 704/1710 KB 56/109 KB 140/1267 KB 144/531 KB 136/214 KB 720/1710 KB 80/109 KB 140/1267 KB 144/531 KB 140/214 KB 720/1710 KB 80/109 KB 140/1267 KB 144/531 KB 144/214 KB 720/1710 KB 80/109 KB 140/1267 KB 148/531 KB 144/214 KB 724/1710 KB 80/109 KB 140/1267 KB 148/531 KB 148/214 KB 728/1710 KB 84/109 KB 140/1267 KB 148/531 KB 148/214 KB 732/1710 KB 84/109 KB 140/1267 KB 148/531 KB 148/214 KB 736/1710 KB 84/109 KB 144/1267 KB 148/531 KB 148/214 KB 740/1710 KB 84/109 KB 144/1267 KB 148/531 KB 148/214 KB 744/1710 KB 84/109 KB 144/1267 KB 148/531 KB 148/214 KB 748/1710 KB 84/109 KB 144/1267 KB 148/531 KB 148/214 KB 752/1710 KB 84/109 KB 140/1267 KB 148/531 KB 144/214 KB 720/1710 KB 80/109 KB 144/1267 KB 152/531 KB 148/214 KB 752/1710 KB 84/109 KB 144/1267 KB 156/531 KB 148/214 KB 752/1710 KB 84/109 KB 144/1267 KB 160/531 KB 148/214 KB 752/1710 KB 84/109 KB 144/1267 KB 164/531 KB 148/214 KB 752/1710 KB 84/109 KB 144/1267 KB 168/531 KB 148/214 KB 752/1710 KB 84/109 KB 144/1267 KB 172/531 KB 148/214 KB 752/1710 KB 84/109 KB 144/1267 KB 176/531 KB 148/214 KB 752/1710 KB 84/109 KB 144/1267 KB 148/531 KB 148/214 KB 736/1710 KB 84/109 KB 140/126 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 7 KB 148/531 KB 148/214 KB 724/1710 KB 84/109 KB 140/1267 KB 148/531 KB 148/214 KB 724/1710 KB 80/109 KB 144/1267 KB 176/531 KB 152/214 KB 752/1710 KB 84/109 KB 144/1267 KB 176/531 KB 156/214 KB 752/1710 KB 84/109 KB 144/1267 KB 176/531 KB 160/214 KB 752/1710 KB 84/109 KB 144/1267 KB 176/531 KB 160/214 KB 752/1710 KB 88/109 KB 144/1267 KB 176/531 KB 160/214 KB 752/1710 KB 92/109 KB 144/1267 KB 176/531 KB 164/214 KB 752/1710 KB 96/109 KB 144/1267 KB 176/531 KB 164/214 KB 752/1710 KB 100/109 KB 148/1267 KB 176/531 KB 164/214 KB 752/1710 KB 104/109 KB 148/1267 KB 176/531 KB 164/214 KB 752/1710 KB 108/109 KB 148/1267 KB 176/531 KB 164/214 KB 756/1710 KB 109/109 KB 144/1267 KB 176/531 KB 164/214 KB 752/1710 KB 92/109 KB 148/1267 KB 176/531 KB 168/214 KB 756/1710 KB 109/109 KB 148/1267 KB 176/531 KB 172/214 KB 756/1710 KB 109/109 KB 148/1267 KB 176/531 KB 176/214 KB 756/1710 KB 109/109 KB 148/1267 KB 180/531 KB 176/214 KB 756/1710 KB 109/109 KB 148/1267 KB 184/531 KB 180/214 KB 756/1710 KB 109/109 KB 148/1267 KB 188/531 KB 180/214 KB 756/1710 KB 109/109 KB 148/1267 KB 192/531 KB 180/214 KB 756/1710 KB 109/109 KB 148/1267 KB 196/531 KB 180/214 KB 756/1710 KB 109/109 KB 148/1267 KB 200/531 KB 180/214 KB 756/1710 KB 109/109 KB 148/1267 KB 204/531 KB 180/214 KB 756/1710 KB 109/109 KB 148/1267 KB 176/531 KB 164/214 KB 756/1710 KB 108/109 KB 148/1267 KB 208/531 KB 180/214 KB 760/1710 KB 109/109 KB 148/1267 KB 208/531 KB 180/214 KB 764/1710 KB 109/109 KB 148/1267 KB 176/531 KB 164/214 KB 752/1710 KB 100/109 KB 152/1267 KB 208/531 KB 180/214 KB 764/1710 KB 109/109 KB 156/1267 KB 208/531 KB 180/214 KB 764/1710 KB 109/109 KB 160/1267 KB 208/531 KB 180/214 KB 764/1710 KB 109/109 KB 164/1267 KB 208/531 KB 180/214 KB 764/1710 KB 109/109 KB 168/1267 KB 208/531 KB 180/214 KB 764/1710 KB 109/109 KB 172/1267 KB 208/531 KB 180/214 KB 764/1710 KB 109/109 KB 176/1267 KB 208/531 KB 180/214 KB 768/1710 KB 109/109 KB 148/1267 KB 180/531 KB 180/214 KB 756/1710 KB 109/109 KB 176/1267 KB 208/531 KB 184/214 KB 768/1710 KB 109/109 KB 176/1267 KB 208/531 KB 188/214 KB 768/1710 KB 109/109 KB 176/1267 KB 208/531 KB 192/214 KB 768/1710 KB 109/109 KB 172/1267 KB 208/531 KB 180/214 KB 768/1710 KB 109/109 KB 176/1267 KB 208/531 KB 192/214 KB 772/1710 KB 109/109 KB 180/1267 KB 208/531 KB 196/214 KB 776/1710 KB 109/109 KB 180/1267 KB 208/531 KB 196/214 KB 780/1710 KB 109/109 KB 180/1267 KB 208/531 KB 196/214 KB 784/1710 KB 109/109 KB 148/1267 KB 208/531 KB 180/214 KB 756/1710 KB 109/109 KB 180/1267 KB 208/531 KB 196/214 KB 772/1710 KB 109/109 KB 180/1267 KB 212/531 KB 200/214 KB 784/1710 KB 180/1267 KB 212/531 KB 204/214 KB 784/1710 KB 180/1267 KB 212/531 KB 208/214 KB 784/1710 KB 180/1267 KB 212/531 KB 212/214 KB 784/1710 KB 180/1267 KB 212/531 KB 214/214 KB 788/1710 KB 180/1267 KB 208/531 KB 192/214 KB 772/1710 KB 109/109 KB 184/1267 KB 212/531 KB 214/214 KB 788/1710 KB 188/1267 KB 212/531 KB 214/214 KB 788/1710 KB 192/1267 KB 212/531 KB 214/214 KB 788/1710 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 394.6 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 180/1267 KB 212/531 KB 212/214 KB 788/1710 KB 196/1267 KB 212/531 KB 214/214 KB 792/1710 KB 196/1267 KB 212/531 KB 214/214 KB 796/1710 KB 196/1267 KB 212/531 KB 214/214 KB 800/1710 KB 180/1267 KB 212/531 KB 196/214 KB 784/1710 KB 196/1267 KB 216/531 KB 214/214 KB 800/1710 KB 196/1267 KB 220/531 KB 214/214 KB 800/1710 KB 196/1267 KB 224/531 KB 214/214 KB 800/1710 KB 196/1267 KB 228/531 KB 214/214 KB 800/1710 KB 196/1267 KB 232/531 KB 214/214 KB 800/1710 KB 196/1267 KB 236/531 KB 214/214 KB 800/1710 KB 196/1267 KB 240/531 KB 214/214 KB 804/1710 KB 196/1267 KB 212/531 KB 214/214 KB 788/1710 KB 200/1267 KB 240/531 KB 214/214 KB 804/1710 KB 204/1267 KB 240/531 KB 214/214 KB 804/1710 KB 208/1267 KB 240/531 KB 214/214 KB 804/1710 KB 212/1267 KB 240/531 KB 214/214 KB 804/1710 KB 216/1267 KB 240/531 KB 214/214 KB 804/1710 KB 220/1267 KB 240/531 KB 214/214 KB 804/1710 KB 4/80 KB 224/1267 KB 244/531 KB 214/214 KB 804/1710 KB 196/1267 KB 236/531 KB 214/214 KB 804/1710 KB 4/80 KB 224/1267 KB 244/531 KB 214/214 KB 808/1710 KB 4/80 KB 224/1267 KB 244/531 KB 214/214 KB 812/1710 KB 4/80 KB 224/1267 KB 244/531 KB 214/214 KB 816/1710 KB 4/80 KB 224/1267 KB 244/531 KB 214/214 KB 820/1710 KB 4/80 KB 228/1267 KB 244/531 KB 214/214 KB 824/1710 KB 4/80 KB 228/1267 KB 244/531 KB 214/214 KB 828/1710 KB 4/80 KB 228/1267 KB 244/531 KB 214/214 KB 832/1710 KB 4/80 KB 220/1267 KB 244/531 KB 214/214 KB 804/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 745.2 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 4/80 KB 220/1267 KB 240/531 KB 214/214 KB 804/1710 KB 8/80 KB 228/1267 KB 248/531 KB 832/1710 KB 12/80 KB 228/1267 KB 248/531 KB 832/1710 KB 16/80 KB 228/1267 KB 248/531 KB 832/1710 KB 20/80 KB 228/1267 KB 248/531 KB 832/1710 KB 24/80 KB 228/1267 KB 248/531 KB 832/1710 KB 28/80 KB 228/1267 KB 248/531 KB 832/1710 KB 32/80 KB 228/1267 KB 248/531 KB 832/1710 KB 4/80 KB 228/1267 KB 244/531 KB 214/214 KB 820/1710 KB 4/80 KB 228/1267 KB 248/531 KB 832/1710 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 36/80 KB 232/1267 KB 252/531 KB 836/1710 KB 36/80 KB 236/1267 KB 252/531 KB 836/1710 KB 36/80 KB 240/1267 KB 252/531 KB 836/1710 KB 36/80 KB 232/1267 KB 252/531 KB 836/1710 KB 36/80 KB 240/1267 KB 256/531 KB 836/1710 KB 36/80 KB 240/1267 KB 260/531 KB 836/1710 KB 36/80 KB 240/1267 KB 264/531 KB 836/1710 KB 36/80 KB 240/1267 KB 268/531 KB 836/1710 KB 36/80 KB 244/1267 KB 272/531 KB 836/1710 KB 36/80 KB 244/1267 KB 276/531 KB 836/1710 KB 36/80 KB 244/1267 KB 268/531 KB 836/1710 KB 36/80 KB 244/1267 KB 276/531 KB 836/1710 KB 36/80 KB 244/1267 KB 276/531 KB 840/1710 KB 36/80 KB 244/1267 KB 276/531 KB 844/1710 KB 36/80 KB 244/1267 KB 276/531 KB 848/1710 KB 36/80 KB 244/1267 KB 276/531 KB 852/1710 KB 36/80 KB 244/1267 KB 276/531 KB 836/1710 KB 40/80 KB 248/1267 KB 280/531 KB 852/1710 KB 44/80 KB 248/1267 KB 280/531 KB 852/1710 KB 48/80 KB 248/1267 KB 280/531 KB 852/1710 KB 52/80 KB 248/1267 KB 280/531 KB 852/1710 KB 36/80 KB 248/1267 KB 280/531 KB 852/1710 KB 52/80 KB 248/1267 KB 284/531 KB 856/1710 KB 52/80 KB 248/1267 KB 288/531 KB 856/1710 KB 36/80 KB 248/1267 KB 276/531 KB 852/1710 KB 52/80 KB 252/1267 KB 288/531 KB 856/1710 KB 52/80 KB 256/1267 KB 288/531 KB 856/1710 KB 52/80 KB 260/1267 KB 288/531 KB 856/1710 KB 56/80 KB 264/1267 KB 292/531 KB 856/1710 KB 56/80 KB 268/1267 KB 292/531 KB 856/1710 KB 56/80 KB 272/1267 KB 292/531 KB 856/1710 KB 52/80 KB 248/1267 KB 280/531 KB 856/1710 KB 56/80 KB 272/1267 KB 292/531 KB 860/1710 KB 56/80 KB 272/1267 KB 292/531 KB 864/1710 KB 56/80 KB 260/1267 KB 292/531 KB 856/1710 KB 60/80 KB 272/1267 KB 292/531 KB 864/1710 KB 64/80 KB 272/1267 KB 292/531 KB 864/1710 KB 68/80 KB 272/1267 KB 292/531 KB 864/1710 KB 72/80 KB 276/1267 KB 292/531 KB 868/1710 KB 76/80 KB 276/1267 KB 292/531 KB 868/1710 KB 80/80 KB 276/1267 KB 292/531 KB 868/1710 KB 52/80 KB 260/1267 KB 292/531 KB 856/1710 KB 80/80 KB 276/1267 KB 296/531 KB 868/1710 KB 80/80 KB 276/1267 KB 300/531 KB 868/1710 KB 80/80 KB 276/1267 KB 304/531 KB 868/1710 KB 68/80 KB 276/1267 KB 292/531 KB 868/1710 KB 80/80 KB 276/1267 KB 304/531 KB 872/1710 KB 80/80 KB 276/1267 KB 304/531 KB 876/1710 KB 80/80 KB 276/1267 KB 304/531 KB 880/1710 KB 80/80 KB 276/1267 KB 304/531 KB 884/1710 KB 80/80 KB 276/1267 KB 308/531 KB 888/1710 KB 80/80 KB 276/1267 KB 308/531 KB 892/1710 KB 80/80 KB 276/1267 KB 308/531 KB 896/1710 KB 68/80 KB 276/1267 KB 292/531 KB 864/1710 KB 80/80 KB 280/1267 KB 308/531 KB 896/1710 KB 80/80 KB 284/1267 KB 308/531 KB 896/1710 KB 80/80 KB 288/1267 KB 308/531 KB 896/1710 KB 80/80 KB 292/1267 KB 308/531 KB 896/1710 KB 80/80 KB 296/1267 KB 308/531 KB 896/1710 KB 80/80 KB 300/1267 KB 308/531 KB 896/1710 KB 80/80 KB 304/1267 KB 308/531 KB 896/1710 KB 80/80 KB 308/1267 KB 308/531 KB 896/1710 KB 80/80 KB 312/1267 KB 308/531 KB 900/1710 KB 80/80 KB 316/1267 KB 308/531 KB 900/1710 KB 80/80 KB 320/1267 KB 308/531 KB 900/1710 KB 80/80 KB 276/1267 KB 308/531 KB 884/1710 KB 80/80 KB 320/1267 KB 312/531 KB 900/1710 KB 80/80 KB 320/1267 KB 316/531 KB 900/1710 KB 80/80 KB 320/1267 KB 320/531 KB 900/1710 KB 80/80 KB 320/1267 KB 324/531 KB 900/1710 KB 80/80 KB 320/1267 KB 328/531 KB 900/1710 KB 80/80 KB 320/1267 KB 332/531 KB 900/1710 KB 80/80 KB 320/1267 KB 336/531 KB 900/1710 KB 80/80 KB 308/1267 KB 308/531 KB 900/1710 KB 80/80 KB 320/1267 KB 336/531 KB 904/1710 KB 80/80 KB 320/1267 KB 336/531 KB 908/1710 KB 80/80 KB 320/1267 KB 336/531 KB 912/1710 KB 320/1267 KB 3 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 40/531 KB 916/1710 KB 324/1267 KB 340/531 KB 920/1710 KB 324/1267 KB 340/531 KB 924/1710 KB 324/1267 KB 340/531 KB 928/1710 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 256.5 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 80/80 KB 320/1267 KB 340/531 KB 912/1710 KB 324/1267 KB 344/531 KB 928/1710 KB 324/1267 KB 348/531 KB 928/1710 KB 324/1267 KB 352/531 KB 928/1710 KB 324/1267 KB 340/531 KB 916/1710 KB 328/1267 KB 352/531 KB 928/1710 KB 332/1267 KB 352/531 KB 928/1710 KB 336/1267 KB 352/531 KB 928/1710 KB 340/1267 KB 352/531 KB 928/1710 KB 344/1267 KB 356/531 KB 932/1710 KB 348/1267 KB 356/531 KB 932/1710 KB 352/1267 KB 356/531 KB 932/1710 KB 340/1267 KB 356/531 KB 932/1710 KB 352/1267 KB 356/531 KB 936/1710 KB 352/1267 KB 356/531 KB 940/1710 KB 352/1267 KB 356/531 KB 944/1710 KB 340/1267 KB 356/531 KB 928/1710 KB 352/1267 KB 360/531 KB 944/1710 KB 352/1267 KB 364/531 KB 944/1710 KB 352/1267 KB 368/531 KB 944/1710 KB 352/1267 KB 372/531 KB 944/1710 KB 356/1267 KB 376/531 KB 948/1710 KB 356/1267 KB 380/531 KB 948/1710 KB 356/1267 KB 384/531 KB 948/1710 KB 356/1267 KB 372/531 KB 948/1710 KB 360/1267 KB 384/531 KB 948/1710 KB 364/1267 KB 384/531 KB 948/1710 KB 352/1267 KB 372/531 KB 948/1710 KB 364/1267 KB 384/531 KB 952/1710 KB 364/1267 KB 384/531 KB 956/1710 KB 364/1267 KB 384/531 KB 960/1710 KB 364/1267 KB 4/61 KB 384/531 KB 960/1710 KB 364/1267 KB 8/61 KB 384/531 KB 960/1710 KB 364/1267 KB 12/61 KB 384/531 KB 960/1710 KB 364/1267 KB 16/61 KB 384/531 KB 960/1710 KB 364/1267 KB 4/1044 KB 16/61 KB 384/531 KB 960/1710 KB 364/1267 KB 8/1044 KB 16/61 KB 384/531 KB 960/1710 KB 364/1267 KB 12/1044 KB 16/61 KB 384/531 KB 960/1710 KB 364/1267 KB 16/1044 KB 16/61 KB 384/531 KB 960/1710 KB 364/1267 KB 16/1044 KB 20/61 KB 384/531 KB 960/1710 KB 364/1267 KB 16/1044 KB 24/61 KB 384/531 KB 960/1710 KB 364/1267 KB 16/1044 KB 28/61 KB 384/531 KB 960/1710 KB 364/1267 KB 16/1044 KB 32/61 KB 384/531 KB 960/1710 KB 364/1267 KB 20/1044 KB 32/61 KB 384/531 KB 960/1710 KB 364/1267 KB 24/1044 KB 32/61 KB 384/531 KB 960/1710 KB 364/1267 KB 28/1044 KB 32/61 KB 384/531 KB 960/1710 KB 364/1267 KB 32/1044 KB 32/61 KB 384/531 KB 960/1710 KB 368/1267 KB 32/1044 KB 32/61 KB 384/531 KB 960/1710 KB 368/1267 KB 32/1044 KB 36/61 KB 384/531 KB 960/1710 KB 372/1267 KB 36/1044 KB 40/61 KB 388/531 KB 964/1710 KB 372/1267 KB 36/1044 KB 44/61 KB 388/531 KB 964/1710 KB 372/1267 KB 36/1044 KB 48/61 KB 388/531 KB 964/1710 KB 368/1267 KB 32/1044 KB 36/61 KB 384/531 KB 964/1710 KB 372/1267 KB 36/1044 KB 48/61 KB 388/531 KB 968/1710 KB 372/1267 KB 36/1044 KB 48/61 KB 388/531 KB 972/1710 KB 372/1267 KB 36/1044 KB 48/61 KB 388/531 KB 976/1710 KB 372/1267 KB 36/1044 KB 36/61 KB 388/531 KB 964/1710 KB 368/1267 KB 36/1044 KB 36/61 KB 388/531 KB 964/1710 KB 372/1267 KB 40/1044 KB 52/61 KB 388/531 KB 976/1710 KB 372/1267 KB 44/1044 KB 52/61 KB 388/531 KB 976/1710 KB 372/1267 KB 48/1044 KB 52/61 KB 388/531 KB 976/1710 KB 372/1267 KB 52/1044 KB 52/61 KB 388/531 KB 976/1710 KB 372/1267 KB 56/1044 KB 52/61 KB 388/531 KB 976/1710 KB 372/1267 KB 60/1044 KB 52/61 KB 388/531 KB 976/1710 KB 372/1267 KB 64/1044 KB 52/61 KB 388/531 KB 976/1710 KB 368/1267 KB 32/1044 KB 36/61 KB 388/531 KB 964/1710 KB 372/1267 KB 64/1044 KB 52/61 KB 392/531 KB 976/1710 KB 372/1267 KB 64/1044 KB 52/61 KB 396/531 KB 976/1710 KB 372/1267 KB 68/1044 KB 52/61 KB 396/531 KB 976/1710 KB 372/1267 KB 72/1044 KB 52/61 KB 396/531 KB 976/1710 KB 372/1267 KB 76/1044 KB 52/61 KB 396/531 KB 976/1710 KB 372/1267 KB 80/1044 KB 52/61 KB 396/531 KB 976/1710 KB 372/1267 KB 80/1044 KB 52/61 KB 400/531 KB 976/1710 KB 376/1267 KB 84/1044 KB 52/61 KB 404/531 KB 976/1710 KB 3 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 76/1267 KB 84/1044 KB 52/61 KB 408/531 KB 980/1710 KB 376/1267 KB 84/1044 KB 52/61 KB 412/531 KB 980/1710 KB 376/1267 KB 84/1044 KB 52/61 KB 416/531 KB 980/1710 KB 372/1267 KB 36/1044 KB 52/61 KB 388/531 KB 976/1710 KB 372/1267 KB 84/1044 KB 52/61 KB 404/531 KB 980/1710 KB 376/1267 KB 88/1044 KB 52/61 KB 416/531 KB 980/1710 KB 376/1267 KB 92/1044 KB 52/61 KB 416/531 KB 980/1710 KB 376/1267 KB 96/1044 KB 52/61 KB 416/531 KB 980/1710 KB 376/1267 KB 96/1044 KB 56/61 KB 416/531 KB 980/1710 KB 376/1267 KB 96/1044 KB 60/61 KB 416/531 KB 980/1710 KB 376/1267 KB 96/1044 KB 61/61 KB 416/531 KB 980/1710 KB 376/1267 KB 84/1044 KB 52/61 KB 404/531 KB 980/1710 KB 376/1267 KB 84/1044 KB 52/61 KB 400/531 KB 976/1710 KB 380/1267 KB 96/1044 KB 61/61 KB 416/531 KB 984/1710 KB 384/1267 KB 96/1044 KB 61/61 KB 416/531 KB 984/1710 KB 388/1267 KB 96/1044 KB 61/61 KB 416/531 KB 984/1710 KB 376/1267 KB 96/1044 KB 61/61 KB 416/531 KB 984/1710 KB 388/1267 KB 96/1044 KB 61/61 KB 416/531 KB 988/1710 KB 388/1267 KB 100/1044 KB 61/61 KB 416/531 KB 992/1710 KB 392/1267 KB 100/1044 KB 61/61 KB 420/531 KB 992/1710 KB 388/1267 KB 100/1044 KB 61/61 KB 416/531 KB 988/1710 KB 392/1267 KB 104/1044 KB 61/61 KB 420/531 KB 996/1710 KB 392/1267 KB 108/1044 KB 61/61 KB 420/531 KB 996/1710 KB 392/1267 KB 112/1044 KB 61/61 KB 420/531 KB 996/1710 KB 392/1267 KB 112/1044 KB 61/61 KB 424/531 KB 996/1710 KB 392/1267 KB 112/1044 KB 61/61 KB 428/531 KB 996/1710 KB 392/1267 KB 112/1044 KB 61/61 KB 432/531 KB 996/1710 KB 392/1267 KB 112/1044 KB 61/61 KB 436/531 KB 996/1710 KB 392/1267 KB 116/1044 KB 61/61 KB 440/531 KB 996/1710 KB 392/1267 KB 116/1044 KB 61/61 KB 444/531 KB 996/1710 KB 392/1267 KB 116/1044 KB 61/61 KB 448/531 KB 996/1710 KB 392/1267 KB 116/1044 KB 452/531 KB 996/1710 KB 392/1267 KB 116/1044 KB 456/531 KB 996/1710 KB 392/1267 KB 100/1044 KB 61/61 KB 420/531 KB 996/1710 KB 392/1267 KB 100/1044 KB 61/61 KB 416/531 KB 992/1710 KB 396/1267 KB 116/1044 KB 456/531 KB 996/1710 KB 400/1267 KB 116/1044 KB 456/531 KB 996/1710 KB 404/1267 KB 116/1044 KB 456/531 KB 996/1710 KB 408/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 412/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 416/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 420/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 424/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 428/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 432/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 436/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 392/1267 KB 116/1044 KB 61/61 KB 436/531 KB 996/1710 KB 436/1267 KB 120/1044 KB 460/531 KB 1000/1710 KB 436/1267 KB 124/1044 KB 460/531 KB 1000/1710 KB 436/1267 KB 128/1044 KB 460/531 KB 1000/1710 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 176.5 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 436/1267 KB 132/1044 KB 460/531 KB 1000/1710 KB 436/1267 KB 136/1044 KB 460/531 KB 1000/1710 KB 436/1267 KB 140/1044 KB 460/531 KB 1000/1710 KB 436/1267 KB 144/1044 KB 460/531 KB 1000/1710 KB 436/1267 KB 148/1044 KB 460/531 KB 1000/1710 KB 436/1267 KB 116/1044 KB 460/531 KB 1000/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1000/1710 KB 404/1267 KB 116/1044 KB 456/531 KB 1000/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1004/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1008/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1012/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1016/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1020/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1024/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1028/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1032/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1036/1710 KB 440/1267 KB 148/1044 KB 464/531 KB 1040/1710 KB 440/1267 KB 152/1044 KB 468/531 KB 1044/1710 KB 440/1267 KB 152/1044 KB 468/531 KB 1048/1710 KB 440/1267 KB 152/1044 KB 468/531 KB 1052/1710 KB 440/1267 KB 152/1044 KB 468/531 KB 1056/1710 KB 440/1267 KB 148/1044 KB 460/531 KB 1000/1710 KB 444/1267 KB 152/1044 KB 468/531 KB 1056/1710 KB 448/1267 KB 152/1044 KB 468/531 KB 1056/1710 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 440/1267 KB 152/1044 KB 468/531 KB 1040/1710 KB 452/1267 KB 156/1044 KB 468/531 KB 1056/1710 KB 452/1267 KB 160/1044 KB 468/531 KB 1056/1710 KB 440/1267 KB 148/1044 KB 468/531 KB 1040/1710 KB 452/1267 KB 160/1044 KB 472/531 KB 1056/1710 KB 452/1267 KB 160/1044 KB 476/531 KB 1056/1710 KB 452/1267 KB 160/1044 KB 480/531 KB 1056/1710 KB 452/1267 KB 160/1044 KB 480/531 KB 1060/1710 KB 452/1267 KB 160/1044 KB 480/531 KB 1064/1710 KB 4/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1068/1710 KB 4/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1072/1710 KB 4/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1064/1710 KB 8/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1072/1710 KB 12/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1072/1710 KB 16/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1072/1710 KB 16/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1076/1710 KB 16/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1080/1710 KB 16/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1084/1710 KB 20/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1084/1710 KB 24/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1084/1710 KB 28/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1084/1710 KB 32/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1084/1710 KB 32/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1088/1710 KB 32/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1092/1710 KB 32/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1096/1710 KB 32/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1100/1710 KB 32/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1104/1710 KB 36/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1104/1710 KB 40/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1104/1710 KB 44/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1104/1710 KB 48/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1104/1710 KB 48/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1108/1710 KB 48/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1112/1710 KB 48/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1116/1710 KB 48/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1120/1710 KB 52/1063 KB 452/1267 KB 164/1044 KB 484/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 164/1044 KB 484/531 KB 1120/1710 KB 48/1063 KB 452/1267 KB 164/1044 KB 484/531 KB 1120/1710 KB 52/1063 KB 452/1267 KB 168/1044 KB 484/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 172/1044 KB 484/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 176/1044 KB 484/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 180/1044 KB 484/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 184/1044 KB 484/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 188/1044 KB 484/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 484/531 KB 1124/1710 KB 48/1063 KB 452/1267 KB 160/1044 KB 484/531 KB 1120/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 488/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 492/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 496/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 500/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 504/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 508/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 512/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 192/1044 KB 516/531 KB 1124/1710 KB 48/1063 KB 452/1267 KB 160/1044 KB 480/531 KB 1120/1710 KB 52/1063 KB 456/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 460/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 464/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 468/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 472/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 476/ unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 480/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 484/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 488/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 492/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 496/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 452/1267 KB 196/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 496/1267 KB 200/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 496/1267 KB 204/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 496/1267 KB 208/1044 KB 516/531 KB 1124/1710 KB 52/1063 KB 496/1267 KB 212/1044 KB 520/531 KB 1124/1710 KB 56/1063 KB 500/1267 KB 216/1044 KB 520/531 KB 1124/1710 KB 56/1063 KB 500/1267 KB 220/1044 KB 520/531 KB 1124/1710 KB 56/1063 KB 500/1267 KB 224/1044 KB 520/531 KB 1124/1710 KB 52/1063 KB 496/1267 KB 208/1044 KB 520/531 KB 1124/1710 KB 56/1063 KB 500/1267 KB 224/1044 KB 524/531 KB 1124/1710 KB 56/1063 KB 500/1267 KB 224/1044 KB 528/531 KB 1124/1710 KB 56/1063 KB 500/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 56/1063 KB 500/1267 KB 212/1044 KB 520/531 KB 1124/1710 KB 56/1063 KB 504/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 56/1063 KB 508/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 56/1063 KB 496/1267 KB 212/1044 KB 520/531 KB 1124/1710 KB 60/1063 KB 508/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 64/1063 KB 508/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 64/1063 KB 512/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 64/1063 KB 516/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 68/1063 KB 520/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 68/1063 KB 524/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 68/1063 KB 528/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 68/1063 KB 516/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 68/1063 KB 516/1267 KB 224/1044 KB 531/531 KB 1124/1710 KB 72/1063 KB 528/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 76/1063 KB 528/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 80/1063 KB 528/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 84/1063 KB 528/1267 KB 228/1044 KB 531/531 KB 1124/1710 KB 88/1063 KB 528/1267 KB 232/1044 KB 531/531 KB 1124/1710 KB 92/1063 KB 528/1267 KB 232/1044 KB 531/531 KB 1124/1710 KB 96/1063 KB 528/1267 KB 232/1044 KB 531/531 KB 1124/1710 KB 100/1063 KB 528/1267 KB 232/1044 KB 531/531 KB 1128/1710 KB 104/1063 KB 532/1267 KB 232/1044 KB 531/531 KB 1128/1710 KB 108/1063 KB 532/1267 KB 232/1044 KB 531/531 KB 1128/1710 KB 112/1063 KB 532/1267 KB 232/1044 KB 531/531 KB 1128/1710 KB 84/1063 KB 528/1267 KB 232/1044 KB 531/531 KB 1124/1710 KB 112/1063 KB 532/1267 KB 236/1044 KB 531/531 KB 1128/1710 KB 112/1063 KB 532/1267 KB 240/1044 KB 531/531 KB 1128/1710 KB 112/1063 KB 532/1267 KB 244/1044 KB 531/531 KB 1128/1710 KB 100/1063 KB 532/1267 KB 232/1044 KB 531/531 KB 1128/1710 KB 116/1063 KB 536/1267 KB 248/1044 KB 1128/1710 KB 116/1063 KB 540/1267 KB 248/1044 KB 1128/1710 KB 96/1063 KB 528/1267 KB 232/1044 KB 531/531 KB 1128/1710 KB 116/1063 KB 540/1267 KB 248/1044 KB 1132/1710 KB 116/1063 KB 540/1267 KB 248/1044 KB 1136/1710 KB 116/1063 KB 540/1267 KB 248/1044 KB 1140/1710 KB 116/1063 KB 544/1267 KB 248/1044 KB 1144/1710 KB 116/1063 KB 544/1267 KB 248/1044 KB 1148/1710 KB 116/1063 KB 544/1267 KB 248/1044 KB 1152/1710 KB 116/1063 KB 544/1267 KB 248/1044 KB 1156/1710 KB 116/1063 KB 544/1267 KB 248/1044 KB 1160/1710 KB 116/1063 KB 544/1267 KB 248/1044 KB 1164/1710 KB 116/1063 KB 532/1267 KB 248/1044 KB 1128/1710 KB 112/1063 KB 532/1267 KB 248/1044 KB 1128/17 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 10 KB 116/1063 KB 544/1267 KB 252/1044 KB 1164/1710 KB 116/1063 KB 544/1267 KB 256/1044 KB 1164/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 1384.6 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 116/1063 KB 544/1267 KB 248/1044 KB 1140/1710 KB 116/1063 KB 544/1267 KB 260/1044 KB 1164/1710 KB 116/1063 KB 548/1267 KB 264/1044 KB 1164/1710 KB 116/1063 KB 548/1267 KB 268/1044 KB 1164/1710 KB 116/1063 KB 548/1267 KB 272/1044 KB 1164/1710 KB 116/1063 KB 548/1267 KB 260/1044 KB 1164/1710 KB 120/1063 KB 548/1267 KB 272/1044 KB 1164/1710 KB 120/1063 KB 552/1267 KB 272/1044 KB 1164/1710 KB 124/1063 KB 556/1267 KB 272/1044 KB 1164/1710 KB 128/1063 KB 556/1267 KB 272/1044 KB 1164/1710 KB 132/1063 KB 556/1267 KB 272/1044 KB 1164/1710 KB 136/1063 KB 556/1267 KB 276/1044 KB 1168/1710 KB 140/1063 KB 556/1267 KB 276/1044 KB 1168/1710 KB 120/1063 KB 556/1267 KB 272/1044 KB 1164/1710 KB 140/1063 KB 560/1267 KB 276/1044 KB 1168/1710 KB 140/1063 KB 564/1267 KB 276/1044 KB 1168/1710 KB 140/1063 KB 568/1267 KB 276/1044 KB 1168/1710 KB 132/1063 KB 556/1267 KB 276/1044 KB 1168/1710 KB 140/1063 KB 568/1267 KB 276/1044 KB 1172/1710 KB 132/1063 KB 556/1267 KB 276/1044 KB 1164/1710 KB 144/1063 KB 572/1267 KB 280/1044 KB 1172/1710 KB 144/1063 KB 572/1267 KB 284/1044 KB 1172/1710 KB 144/1063 KB 572/1267 KB 288/1044 KB 1172/1710 KB 144/1063 KB 572/1267 KB 276/1044 KB 1172/1710 KB 144/1063 KB 576/1267 KB 288/1044 KB 1172/1710 KB 144/1063 KB 568/1267 KB 276/1044 KB 1172/1710 KB 144/1063 KB 576/1267 KB 288/1044 KB 1176/1710 KB 144/1063 KB 576/1267 KB 288/1044 KB 1180/1710 KB 144/1063 KB 580/1267 KB 288/1044 KB 1184/1710 KB 144/1063 KB 580/1267 KB 292/1044 KB 1188/1710 KB 148/1063 KB 580/1267 KB 292/1044 KB 1192/1710 KB 148/1063 KB 580/1267 KB 292/1044 KB 1196/1710 KB 148/1063 KB 580/1267 KB 292/1044 KB 1200/1710 KB 4/713 KB 144/1063 KB 580/1267 KB 288/1044 KB 1180/1710 KB 148/1063 KB 584/1267 KB 292/1044 KB 1200/1710 KB 4/713 KB 148/1063 KB 588/1267 KB 292/1044 KB 1200/1710 KB 4/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 4/713 KB 148/1063 KB 580/1267 KB 292/1044 KB 1196/1710 KB 4/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 8/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 12/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 16/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 20/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 24/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 28/713 KB 148/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 32/713 KB 148/1063 KB 580/1267 KB 292/1044 KB 1188/1710 KB 152/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 32/713 KB 156/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 36/713 KB 160/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 36/713 KB 144/1063 KB 580/1267 KB 292/1044 KB 1184/1710 KB 160/1063 KB 592/1267 KB 296/1044 KB 1200/1710 KB 36/713 KB 160/1063 KB 592/1267 KB 300/1044 KB 1200/1710 KB 36/713 KB 160/1063 KB 592/1267 KB 304/1044 KB 1200/1710 KB 36/713 KB 160/1063 KB 592/1267 KB 308/1044 KB 1200/1710 KB 36/713 KB 164/1063 KB 596/1267 KB 312/1044 KB 1204/1710 KB 36/713 KB 164/1063 KB 596/1267 KB 316/1044 KB 1204/1710 KB 36/713 KB 164/1063 KB 596/1267 KB 320/1044 KB 1204/1710 KB 36/713 KB 152/1063 KB 592/1267 KB 292/1044 KB 1200/1710 KB 36/713 KB 164/1063 KB 596/1267 KB 320/1044 KB 1204/1710 KB 40/713 KB 164/1063 KB 596/1267 KB 320/1044 KB 1204/1710 KB 44/713 KB 164/1063 KB 596/1267 KB 320/1044 KB 1204/1710 KB 48/713 KB 164/1063 KB 596/1267 KB 320/1044 KB 1204/1710 KB 52/713 KB 164/1063 KB 596/1267 KB 324/1044 KB 1204/1710 KB 56/713 KB 164/1063 KB 596/1267 KB 324/1044 KB 1204/1710 KB 60/713 KB 164/1063 KB 596/1267 KB 324/1044 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 1204/1710 KB 64/713 KB 164/1063 KB 596/1267 KB 308/1044 KB 1204/1710 KB 36/713 KB 164/1063 KB 596/1267 KB 308/1044 KB 1200/1710 KB 36/713 KB 160/1063 KB 596/1267 KB 308/1044 KB 1200/1710 KB 36/713 KB 168/1063 KB 600/1267 KB 324/1044 KB 1204/1710 KB 64/713 KB 168/1063 KB 604/1267 KB 324/1044 KB 1204/1710 KB 64/713 KB 168/1063 KB 608/1267 KB 324/1044 KB 1204/1710 KB 64/713 KB 168/1063 KB 596/1267 KB 324/1044 KB 1204/1710 KB 64/713 KB 172/1063 KB 608/1267 KB 324/1044 KB 1204/1710 KB 64/713 KB 176/1063 KB 608/1267 KB 324/1044 KB 1204/1710 KB 64/713 KB 180/1063 KB 608/1267 KB 324/1044 KB 1204/1710 KB 64/713 KB 184/1063 KB 612/1267 KB 324/1044 KB 1208/1710 KB 68/713 KB 188/1063 KB 612/1267 KB 324/1044 KB 1208/1710 KB 68/713 KB 164/1063 KB 596/1267 KB 324/1044 KB 1204/1710 KB 52/713 KB 188/1063 KB 612/1267 KB 328/1044 KB 1208/1710 KB 68/713 KB 188/1063 KB 612/1267 KB 332/1044 KB 1208/1710 KB 68/713 KB 188/1063 KB 612/1267 KB 336/1044 KB 1208/1710 KB 68/713 KB 188/1063 KB 612/1267 KB 340/1044 KB 1208/1710 KB 68/713 KB 180/1063 KB 612/1267 KB 324/1044 KB 1208/1710 KB 68/713 KB 192/1063 KB 612/1267 KB 340/1044 KB 1208/1710 KB 72/713 KB 192/1063 KB 612/1267 KB 340/1044 KB 1208/1710 KB 76/713 KB 192/1063 KB 612/1267 KB 340/1044 KB 1208/1710 KB 80/713 KB 180/1063 KB 612/1267 KB 324/1044 KB 1208/1710 KB 64/713 KB 192/1063 KB 616/1267 KB 340/1044 KB 1208/1710 KB 80/713 KB 180/1063 KB 608/1267 KB 324/1044 KB 1208/1710 KB 64/713 KB 192/1063 KB 616/1267 KB 340/1044 KB 1212/1710 KB 80/713 KB 192/1063 KB 616/1267 KB 340/1044 KB 1216/1710 KB 80/713 KB 192/1063 KB 616/1267 KB 340/1044 KB 1220/1710 KB 80/713 KB 192/1063 KB 612/1267 KB 340/1044 KB 1208/1710 KB 68/713 KB 192/1063 KB 620/1267 KB 340/1044 KB 1220/1710 KB 80/713 KB 192/1063 KB 624/1267 KB 340/1044 KB 1220/1710 KB 80/713 KB 196/1063 KB 628/1267 KB 340/1044 KB 1220/1710 KB 80/713 KB 196/1063 KB 632/1267 KB 344/1044 KB 1224/1710 KB 84/713 KB 196/1063 KB 636/1267 KB 344/1044 KB 1224/1710 KB 84/713 KB 196/1063 KB 640/1267 KB 344/1044 KB 1224/1710 KB 84/713 KB 196/1063 KB 644/1267 KB 344/1044 KB 1224/1710 KB 84/713 KB 196/1063 KB 624/1267 KB 340/1044 KB 1220/1710 KB 80/713 KB 196/1063 KB 628/1267 KB 344/1044 KB 1224/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 348/1044 KB 1224/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 352/1044 KB 1224/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 356/1044 KB 1224/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 360/1044 KB 1224/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 364/1044 KB 1224/1710 KB 84/713 KB 196/1063 KB 628/1267 KB 340/1044 KB 1224/1710 KB 84/713 KB 196/1063 KB 628/1267 KB 340/1044 KB 1224/1710 KB 80/713 KB 200/1063 KB 644/1267 KB 364/1044 KB 1228/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 364/1044 KB 1232/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 364/1044 KB 1236/1710 KB 84/713 KB 200/1063 KB 644/1267 KB 352/1044 KB 1224/1710 KB 84/713 KB 204/1063 KB 644/1267 KB 364/1044 KB 1236/1710 KB 88/713 KB 208/1063 KB 644/1267 KB 364/1044 KB 1236/1710 KB 88/713 KB 212/1063 KB 644/1267 KB 364/1044 KB 1236/1710 KB 88/713 KB 200/1063 KB 644/1267 KB 364/1044 KB 1236/1710 KB 88/713 KB 212/1063 KB 644/1267 KB 368/1044 KB 1240/1710 KB 92/713 KB 212/1063 KB 644/1267 KB 368/1044 KB 1240/1710 KB 96/713 KB 212/1063 KB 644/1267 KB 368/1044 KB 1240/1710 KB 100/713 KB 212/1063 KB 644/1267 KB 368/1044 KB 1240/1710 KB 88/713 KB 212/1063 KB 644/1267 KB 364/1044 KB 1240/1710 KB 88/713 KB 216/1063 KB 648/1267 KB 368/1044 KB 1244/1710 KB 100/713 KB 216/10 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 63 KB 648/1267 KB 368/1044 KB 1248/1710 KB 100/713 KB 216/1063 KB 648/1267 KB 368/1044 KB 1252/1710 KB 100/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1256/1710 KB 104/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1260/1710 KB 104/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1264/1710 KB 104/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1268/1710 KB 104/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1272/1710 KB 104/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1276/1710 KB 104/713 KB 216/1063 KB 648/1267 KB 368/1044 KB 1240/1710 KB 100/713 KB 220/1063 KB 648/1267 KB 372/1044 KB 1276/1710 KB 104/713 KB 224/1063 KB 648/1267 KB 372/1044 KB 1276/1710 KB 104/713 KB 212/1063 KB 648/1267 KB 368/1044 KB 1240/1710 KB 100/713 KB 224/1063 KB 652/1267 KB 372/1044 KB 1276/1710 KB 104/713 KB 224/1063 KB 656/1267 KB 372/1044 KB 1276/1710 KB 104/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1252/1710 KB 104/713 KB 224/1063 KB 656/1267 KB 372/1044 KB 1276/1710 KB 108/713 KB 228/1063 KB 656/1267 KB 372/1044 KB 1276/1710 KB 112/713 KB 228/1063 KB 656/1267 KB 372/1044 KB 1276/1710 KB 116/713 KB 228/1063 KB 660/1267 KB 372/1044 KB 1276/1710 KB 120/713 KB 228/1063 KB 660/1267 KB 372/1044 KB 1276/1710 KB 124/713 KB 228/1063 KB 660/1267 KB 372/1044 KB 1276/1710 KB 128/713 KB 216/1063 KB 648/1267 KB 372/1044 KB 1252/1710 KB 100/713 KB 228/1063 KB 660/1267 KB 376/1044 KB 1276/1710 KB 128/713 KB 228/1063 KB 660/1267 KB 380/1044 KB 1276/1710 KB 128/713 KB 228/1063 KB 660/1267 KB 384/1044 KB 1276/1710 KB 128/713 KB 228/1063 KB 660/1267 KB 372/1044 KB 1276/1710 KB 116/713 KB 228/1063 KB 664/1267 KB 384/1044 KB 1276/1710 KB 128/713 KB 228/1063 KB 668/1267 KB 384/1044 KB 1276/1710 KB 128/713 KB 228/1063 KB 672/1267 KB 384/1044 KB 1276/1710 KB 128/713 KB 228/1063 KB 676/1267 KB 384/1044 KB 1276/1710 KB 128/713 KB 228/1063 KB 680/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 228/1063 KB 684/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 228/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 228/1063 KB 656/1267 KB 372/1044 KB 1276/1710 KB 108/713 KB 232/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 236/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 240/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 244/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 248/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 252/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 256/1063 KB 688/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 228/1063 KB 676/1267 KB 388/1044 KB 1280/1710 KB 132/713 KB 256/1063 KB 688/1267 KB 388/1044 KB 1284/1710 KB 132/713 KB 260/1063 KB 692/1267 KB 388/1044 KB 1288/1710 KB 132/713 KB 260/1063 KB 692/1267 KB 388/1044 KB 1292/1710 KB 132/713 KB 228/1063 KB 676/1267 KB 388/1044 KB 1276/1710 KB 132/713 KB 260/1063 KB 692/1267 KB 388/1044 KB 1296/1710 KB 136/713 KB 260/1063 KB 692/1267 KB 388/1044 KB 1296/1710 KB 140/713 KB 260/1063 KB 692/1267 KB 388/1044 KB 1296/1710 KB 144/713 KB 228/1063 KB 676/1267 KB 388/1044 KB 1276/1710 KB 128/713 KB 260/1063 KB 692/1267 KB 392/1044 KB 1296/1710 KB 144/713 KB 260/1063 KB 692/1267 KB 396/1044 KB 1296/1710 KB 144/713 KB 260/1063 KB 692/1267 KB 400/1044 KB 1296/1710 KB 144/713 KB 260/1063 KB 692/1267 KB 404/1044 KB 1296/1710 KB 144/713 KB 260/1063 KB 692/1267 KB 408/1044 KB 1296/1710 KB 148/713 KB 260/1063 KB 692/1267 KB 412/1044 KB 1296/1710 KB 148/713 KB 260/1063 KB 692/1267 KB 416/1044 KB 1296/1710 KB 148/713 KB 260/1063 KB 692/1267 KB 388/1044 KB 1284/1710 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 132/713 KB 264/1063 KB 692/1267 KB 416/1044 KB 1296/1710 KB 148/713 KB 256/1063 KB 692/1267 KB 388/1044 KB 1284/1710 KB 132/713 KB 260/1063 KB 692/1267 KB 412/1044 KB 1296/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 416/1044 KB 1300/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1304/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1308/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1312/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1316/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1320/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1324/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 148/713 KB 260/1063 KB 692/1267 KB 404/1044 KB 1296/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 152/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 156/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 160/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 164/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 168/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 172/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1328/1710 KB 176/713 KB 268/1063 KB 696/1267 KB 420/1044 KB 1300/1710 KB 148/713 KB 268/1063 KB 696/1267 KB 424/1044 KB 1328/1710 KB 176/713 KB 268/1063 KB 696/1267 KB 428/1044 KB 1328/1710 KB 176/713 KB 268/1063 KB 696/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 268/1063 KB 696/1267 KB 416/1044 KB 1300/1710 KB 148/713 KB 272/1063 KB 696/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 268/1063 KB 696/1267 KB 416/1044 KB 1296/1710 KB 148/713 KB 272/1063 KB 700/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 272/1063 KB 704/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 272/1063 KB 708/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 276/1063 KB 712/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 276/1063 KB 716/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 276/1063 KB 720/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 276/1063 KB 708/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 280/1063 KB 720/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 284/1063 KB 720/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 288/1063 KB 720/1267 KB 432/1044 KB 1328/1710 KB 176/713 KB 292/1063 KB 720/1267 KB 436/1044 KB 1328/1710 KB 176/713 KB 296/1063 KB 724/1267 KB 436/1044 KB 1328/1710 KB 180/713 KB 300/1063 KB 724/1267 KB 436/1044 KB 1328/1710 KB 180/713 KB 304/1063 KB 724/1267 KB 436/1044 KB 1328/1710 KB 180/713 KB 308/1063 KB 724/1267 KB 436/1044 KB 1328/1710 KB 180/713 KB 312/1063 KB 724/1267 KB 436/1044 KB 1332/1710 KB 180/713 KB 316/1063 KB 724/1267 KB 436/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 436/1044 KB 1332/1710 KB 180/713 KB 288/1063 KB 720/1267 KB 436/1044 KB 1328/1710 KB 176/713 KB 320/1063 KB 724/1267 KB 440/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 444/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 448/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 452/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 456/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 460/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 464/1044 KB 1332/1710 KB 180/713 KB 308/1063 KB 724/1267 KB 436/1044 KB 1332/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 464/1044 KB 1336/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 464/1044 KB 1340/1710 KB 180/713 KB 320/1063 KB 724/1267 KB 464/1044 KB 1344/1710 KB 180/713 KB 292/1063 KB 724/1267 KB 436/1044 KB 1328/1710 KB 180/713 KB 292/1063 KB 724/1267 KB 436/1 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 044 KB 1328/1710 KB 176/713 KB 320/1063 KB 728/1267 KB 464/1044 KB 1344/1710 KB 180/713 KB 320/1063 KB 732/1267 KB 464/1044 KB 1344/1710 KB 180/713 KB 320/1063 KB 736/1267 KB 464/1044 KB 1344/1710 KB 180/713 KB 320/1063 KB 740/1267 KB 464/1044 KB 1344/1710 KB 180/713 KB 320/1063 KB 744/1267 KB 464/1044 KB 1344/1710 KB 184/713 KB 320/1063 KB 748/1267 KB 464/1044 KB 1344/1710 KB 184/713 KB 320/1063 KB 752/1267 KB 464/1044 KB 1344/1710 KB 184/713 KB 320/1063 KB 740/1267 KB 464/1044 KB 1344/1710 KB 184/713 KB 320/1063 KB 752/1267 KB 464/1044 KB 1344/1710 KB 188/713 KB 320/1063 KB 752/1267 KB 464/1044 KB 1344/1710 KB 192/713 KB 320/1063 KB 752/1267 KB 464/1044 KB 1344/1710 KB 196/713 KB 320/1063 KB 752/1267 KB 468/1044 KB 1344/1710 KB 200/713 KB 320/1063 KB 752/1267 KB 468/1044 KB 1348/1710 KB 204/713 KB 320/1063 KB 756/1267 KB 468/1044 KB 1348/1710 KB 208/713 KB 324/1063 KB 756/1267 KB 468/1044 KB 1348/1710 KB 208/713 KB 328/1063 KB 756/1267 KB 468/1044 KB 1348/1710 KB 212/713 KB 332/1063 KB 756/1267 KB 468/1044 KB 1348/1710 KB 212/713 KB 336/1063 KB 756/1267 KB 468/1044 KB 1348/1710 KB 212/713 KB 320/1063 KB 752/1267 KB 468/1044 KB 1344/1710 KB 196/713 KB 336/1063 KB 756/1267 KB 472/1044 KB 1348/1710 KB 212/713 KB 336/1063 KB 756/1267 KB 476/1044 KB 1348/1710 KB 212/713 KB 336/1063 KB 756/1267 KB 480/1044 KB 1348/1710 KB 212/713 KB 324/1063 KB 756/1267 KB 468/1044 KB 1348/1710 KB 212/713 KB 336/1063 KB 756/1267 KB 480/1044 KB 1348/1710 KB 216/713 KB 336/1063 KB 756/1267 KB 480/1044 KB 1348/1710 KB 220/713 KB 340/1063 KB 756/1267 KB 480/1044 KB 1348/1710 KB 224/713 KB 340/1063 KB 756/1267 KB 484/1044 KB 1348/1710 KB 228/713 KB 340/1063 KB 756/1267 KB 484/1044 KB 1348/1710 KB 232/713 KB 340/1063 KB 756/1267 KB 484/1044 KB 1348/1710 KB 236/713 KB 320/1063 KB 756/1267 KB 468/1044 KB 1348/1710 KB 204/713 KB 340/1063 KB 760/1267 KB 484/1044 KB 1348/1710 KB 236/713 KB 340/1063 KB 764/1267 KB 484/1044 KB 1348/1710 KB 236/713 KB 340/1063 KB 768/1267 KB 484/1044 KB 1348/1710 KB 236/713 KB 320/1063 KB 752/1267 KB 468/1044 KB 1348/1710 KB 200/713 KB 340/1063 KB 768/1267 KB 484/1044 KB 1352/1710 KB 236/713 KB 340/1063 KB 768/1267 KB 484/1044 KB 1356/1710 KB 236/713 KB 340/1063 KB 768/1267 KB 484/1044 KB 1360/1710 KB 236/713 KB 340/1063 KB 768/1267 KB 484/1044 KB 1364/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 484/1044 KB 1368/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 484/1044 KB 1372/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 484/1044 KB 1376/1710 KB 236/713 KB 340/1063 KB 756/1267 KB 484/1044 KB 1348/1710 KB 224/713 KB 340/1063 KB 772/1267 KB 488/1044 KB 1376/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 492/1044 KB 1376/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 496/1044 KB 1376/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 500/1044 KB 1376/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 504/1044 KB 1380/1710 KB 240/713 KB 340/1063 KB 772/1267 KB 508/1044 KB 1380/1710 KB 240/713 KB 340/1063 KB 772/1267 KB 512/1044 KB 1380/1710 KB 240/713 KB 340/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 240/713 KB 340/1063 KB 756/1267 KB 480/1044 KB 1348/1710 KB 220/713 KB 344/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 240/713 KB 348/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 240/713 KB 352/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 240/713 KB 340/1063 KB 772/1267 KB 500/1044 KB 1380/1710 KB 240/713 KB 352/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 244/713 KB 356/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 248/713 KB 356/1063 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 772/1267 KB 516/1044 KB 1380/1710 KB 252/713 KB 356/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 256/713 KB 340/1063 KB 772/1267 KB 500/1044 KB 1380/1710 KB 236/713 KB 340/1063 KB 772/1267 KB 484/1044 KB 1364/1710 KB 236/713 KB 356/1063 KB 776/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 356/1063 KB 780/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 356/1063 KB 784/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 356/1063 KB 788/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 356/1063 KB 792/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 356/1063 KB 796/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 356/1063 KB 800/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 356/1063 KB 772/1267 KB 516/1044 KB 1380/1710 KB 244/713 KB 356/1063 KB 796/1267 KB 516/1044 KB 1384/1710 KB 256/713 KB 360/1063 KB 800/1267 KB 516/1044 KB 1388/1710 KB 256/713 KB 360/1063 KB 800/1267 KB 516/1044 KB 1392/1710 KB 256/713 KB 360/1063 KB 804/1267 KB 516/1044 KB 1392/1710 KB 256/713 KB 360/1063 KB 808/1267 KB 516/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 812/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 816/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 820/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 824/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 828/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 832/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 836/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 840/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 844/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 848/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 804/1267 KB 516/1044 KB 1396/1710 KB 260/713 KB 360/1063 KB 848/1267 KB 520/1044 KB 1396/1710 KB 264/713 KB 360/1063 KB 848/1267 KB 520/1044 KB 1396/1710 KB 268/713 KB 360/1063 KB 848/1267 KB 520/1044 KB 1396/1710 KB 272/713 KB 360/1063 KB 804/1267 KB 516/1044 KB 1396/1710 KB 256/713 KB 360/1063 KB 848/1267 KB 520/1044 KB 1400/1710 KB 272/713 KB 360/1063 KB 804/1267 KB 516/1044 KB 1392/1710 KB 256/713 KB 364/1063 KB 848/1267 KB 520/1044 KB 1400/1710 KB 272/713 KB 368/1063 KB 848/1267 KB 520/1044 KB 1400/1710 KB 272/713 KB 372/1063 KB 848/1267 KB 520/1044 KB 1400/1710 KB 272/713 KB 376/1063 KB 848/1267 KB 520/1044 KB 1404/1710 KB 272/713 KB 380/1063 KB 848/1267 KB 520/1044 KB 1404/1710 KB 272/713 KB 384/1063 KB 848/1267 KB 520/1044 KB 1404/1710 KB 272/713 KB 360/1063 KB 808/1267 KB 520/1044 KB 1396/1710 KB 260/713 KB 384/1063 KB 848/1267 KB 524/1044 KB 1404/1710 KB 272/713 KB 384/1063 KB 848/1267 KB 528/1044 KB 1404/1710 KB 272/713 KB 384/1063 KB 848/1267 KB 532/1044 KB 1404/1710 KB 272/713 KB 388/1063 KB 848/1267 KB 536/1044 KB 1404/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 540/1044 KB 1404/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 544/1044 KB 1404/1710 KB 276/713 KB 372/1063 KB 848/1267 KB 520/1044 KB 1404/1710 KB 272/713 KB 388/1063 KB 848/1267 KB 544/1044 KB 1408/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 544/1044 KB 1412/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 544/1044 KB 1416/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 544/1044 KB 1420/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 544/1044 KB 1424/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 548/1044 KB 1428/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 548/1044 KB 1432/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 548/1044 KB 1436/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 548/1044 KB 1440/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 548/1044 KB 1444/1710 KB 276 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install /713 KB 388/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 276/713 KB 388/1063 KB 848/1267 KB 532/1044 KB 1404/1710 KB 276/713 KB 384/1063 KB 848/1267 KB 532/1044 KB 1404/1710 KB 276/713 KB 388/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 280/713 KB 388/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 284/713 KB 392/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 288/713 KB 392/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 292/713 KB 392/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 296/713 KB 392/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 300/713 KB 392/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 304/713 KB 388/1063 KB 852/1267 KB 548/1044 KB 1444/1710 KB 276/713 KB 392/1063 KB 856/1267 KB 548/1044 KB 1448/1710 KB 304/713 KB 392/1063 KB 860/1267 KB 548/1044 KB 1448/1710 KB 304/713 KB 392/1063 KB 864/1267 KB 548/1044 KB 1448/1710 KB 304/713 KB 388/1063 KB 848/1267 KB 548/1044 KB 1424/1710 KB 276/713 KB 392/1063 KB 864/1267 KB 552/1044 KB 1448/1710 KB 304/713 KB 392/1063 KB 864/1267 KB 556/1044 KB 1448/1710 KB 304/713 KB 392/1063 KB 864/1267 KB 560/1044 KB 1448/1710 KB 304/713 KB 392/1063 KB 852/1267 KB 548/1044 KB 1448/1710 KB 284/713 KB 396/1063 KB 864/1267 KB 560/1044 KB 1448/1710 KB 304/713 KB 400/1063 KB 864/1267 KB 560/1044 KB 1448/1710 KB 304/713 KB 404/1063 KB 864/1267 KB 560/1044 KB 1448/1710 KB 304/713 KB 408/1063 KB 864/1267 KB 564/1044 KB 1448/1710 KB 304/713 KB 412/1063 KB 864/1267 KB 564/1044 KB 1448/1710 KB 304/713 KB 416/1063 KB 864/1267 KB 564/1044 KB 1448/1710 KB 304/713 KB 420/1063 KB 864/1267 KB 564/1044 KB 1448/1710 KB 304/713 KB 424/1063 KB 868/1267 KB 564/1044 KB 1452/1710 KB 308/713 KB 428/1063 KB 868/1267 KB 564/1044 KB 1452/1710 KB 308/713 KB 432/1063 KB 868/1267 KB 564/1044 KB 1452/1710 KB 308/713 KB 404/1063 KB 864/1267 KB 564/1044 KB 1448/1710 KB 304/713 KB 432/1063 KB 868/1267 KB 568/1044 KB 1452/1710 KB 308/713 KB 432/1063 KB 868/1267 KB 572/1044 KB 1452/1710 KB 308/713 KB 432/1063 KB 868/1267 KB 576/1044 KB 1452/1710 KB 308/713 KB 432/1063 KB 868/1267 KB 580/1044 KB 1452/1710 KB 308/713 KB 436/1063 KB 868/1267 KB 584/1044 KB 1452/1710 KB 308/713 KB 436/1063 KB 868/1267 KB 588/1044 KB 1452/1710 KB 308/713 KB 436/1063 KB 868/1267 KB 592/1044 KB 1452/1710 KB 308/713 KB 420/1063 KB 868/1267 KB 564/1044 KB 1452/1710 KB 308/713 KB 436/1063 KB 868/1267 KB 592/1044 KB 1452/1710 KB 312/713 KB 436/1063 KB 868/1267 KB 592/1044 KB 1452/1710 KB 316/713 KB 436/1063 KB 868/1267 KB 592/1044 KB 1452/1710 KB 320/713 KB 420/1063 KB 868/1267 KB 564/1044 KB 1452/1710 KB 304/713 KB 436/1063 KB 872/1267 KB 592/1044 KB 1452/1710 KB 320/713 KB 436/1063 KB 876/1267 KB 592/1044 KB 1452/1710 KB 320/713 KB 436/1063 KB 880/1267 KB 592/1044 KB 1452/1710 KB 324/713 KB 420/1063 KB 864/1267 KB 564/1044 KB 1452/1710 KB 304/713 KB 436/1063 KB 880/1267 KB 592/1044 KB 1456/1710 KB 324/713 KB 436/1063 KB 880/1267 KB 592/1044 KB 1460/1710 KB 324/713 KB 436/1063 KB 880/1267 KB 592/1044 KB 1464/1710 KB 324/713 KB 436/1063 KB 880/1267 KB 592/1044 KB 1468/1710 KB 324/713 KB 436/1063 KB 880/1267 KB 592/1044 KB 1472/1710 KB 324/713 KB 436/1063 KB 884/1267 KB 592/1044 KB 1476/1710 KB 324/713 KB 436/1063 KB 884/1267 KB 596/1044 KB 1480/1710 KB 324/713 KB 436/1063 KB 884/1267 KB 596/1044 KB 1484/1710 KB 324/713 KB 436/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 324/713 KB 436/1063 KB 876/1267 KB 592/1044 KB 1452/1710 KB 324/713 KB 436/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 328/713 KB 436/1063 KB 884/1267 KB 596/1044 K unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install B 1488/1710 KB 332/713 KB 436/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 336/713 KB 436/1063 KB 868/1267 KB 580/1044 KB 1452/1710 KB 308/713 KB 440/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 336/713 KB 444/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 336/713 KB 448/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 336/713 KB 452/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 336/713 KB 456/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 340/713 KB 460/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 340/713 KB 464/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 340/713 KB 468/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 340/713 KB 472/1063 KB 884/1267 KB 596/1044 KB 1492/1710 KB 340/713 KB 476/1063 KB 884/1267 KB 596/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 884/1267 KB 596/1044 KB 1492/1710 KB 340/713 KB 436/1063 KB 884/1267 KB 596/1044 KB 1476/1710 KB 324/713 KB 480/1063 KB 884/1267 KB 600/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 884/1267 KB 604/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 884/1267 KB 608/1044 KB 1492/1710 KB 340/713 KB 436/1063 KB 884/1267 KB 592/1044 KB 1472/1710 KB 324/713 KB 480/1063 KB 888/1267 KB 608/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 892/1267 KB 608/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 896/1267 KB 608/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 896/1267 KB 612/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 616/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 620/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 624/1044 KB 1492/1710 KB 340/713 KB 468/1063 KB 884/1267 KB 596/1044 KB 1492/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 624/1044 KB 1496/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 624/1044 KB 1500/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 624/1044 KB 1504/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 624/1044 KB 1508/1710 KB 340/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1512/1710 KB 340/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1516/1710 KB 340/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 340/713 KB 452/1063 KB 884/1267 KB 596/1044 KB 1488/1710 KB 340/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 344/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 348/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 352/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 356/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 360/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 364/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 368/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1520/1710 KB 372/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 376/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 380/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 384/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 388/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 392/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 396/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 400/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1508/1710 KB 340/713 KB 480/1063 KB 900/1267 KB 628/1044 KB 1508/1710 KB 340/713 KB 484/1063 KB 900/1267 KB 632/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 900/1267 KB 636/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 900/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 480/1063 KB 900/1267 KB 612/1044 KB 1492/1710 KB 340/713 KB 484/1063 KB 904/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 90 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 8/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 912/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 916/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 920/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 924/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 928/1267 KB 640/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 928/1267 KB 644/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 648/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 652/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 656/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 660/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 664/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 668/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 672/1044 KB 1524/1710 KB 404/713 KB 484/1063 KB 900/1267 KB 628/1044 KB 1524/1710 KB 372/713 KB 488/1063 KB 932/1267 KB 672/1044 KB 1528/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 672/1044 KB 1532/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 488/1063 KB 932/1267 KB 644/1044 KB 1524/1710 KB 404/713 KB 488/1063 KB 936/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 488/1063 KB 940/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 488/1063 KB 944/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 488/1063 KB 928/1267 KB 644/1044 KB 1524/1710 KB 404/713 KB 492/1063 KB 944/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 496/1063 KB 944/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 500/1063 KB 944/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 504/1063 KB 944/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 508/1063 KB 944/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 512/1063 KB 948/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 516/1063 KB 948/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 520/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 404/713 KB 524/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 404/713 KB 528/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 404/713 KB 532/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 536/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 540/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 508/1063 KB 948/1267 KB 672/1044 KB 1536/1710 KB 404/713 KB 544/1063 KB 952/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 956/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 960/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 964/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 968/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 972/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 976/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 528/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 408/713 KB 544/1063 KB 976/1267 KB 676/1044 KB 1540/1710 KB 412/713 KB 544/1063 KB 976/1267 KB 676/1044 KB 1540/1710 KB 416/713 KB 516/1063 KB 948/1267 KB 676/1044 KB 1540/1710 KB 404/713 KB 544/1063 KB 976/1267 KB 680/1044 KB 1540/1710 KB 416/713 KB 516/1063 KB 948/1267 KB 672/1044 KB 1540/1710 KB 404/713 KB 544/1063 KB 976/1267 KB 680/1044 KB 1544/1710 KB 416/713 KB 544/1063 KB 976/1267 KB 680/1044 KB 1548/1710 KB 416/713 KB 544/1063 KB 976/1267 KB 680/1044 KB 1552/1710 KB 416/713 KB 544/1063 KB 976/1267 KB 680/1044 KB 1556/1710 KB 416/713 KB 544/1063 KB 976/1267 KB 684/1044 KB 1560/1710 KB 420/713 KB 544/1063 KB 976/1267 KB 684/1044 KB 1564/1710 KB 420/713 KB 544/1063 KB 976/1267 KB 684/1044 KB 1568/1710 KB 420/713 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install KB 544/1063 KB 980/1267 KB 684/1044 KB 1572/1710 KB 420/713 KB 548/1063 KB 980/1267 KB 684/1044 KB 1576/1710 KB 420/713 KB 548/1063 KB 980/1267 KB 684/1044 KB 1580/1710 KB 420/713 KB 544/1063 KB 976/1267 KB 684/1044 KB 1556/1710 KB 420/713 KB 548/1063 KB 980/1267 KB 684/1044 KB 1580/1710 KB 424/713 KB 548/1063 KB 980/1267 KB 684/1044 KB 1580/1710 KB 428/713 KB 548/1063 KB 980/1267 KB 684/1044 KB 1580/1710 KB 432/713 KB 544/1063 KB 976/1267 KB 684/1044 KB 1556/1710 KB 416/713 KB 548/1063 KB 980/1267 KB 688/1044 KB 1580/1710 KB 432/713 KB 548/1063 KB 980/1267 KB 692/1044 KB 1580/1710 KB 432/713 KB 548/1063 KB 980/1267 KB 696/1044 KB 1580/1710 KB 432/713 KB 548/1063 KB 980/1267 KB 700/1044 KB 1580/1710 KB 432/713 KB 548/1063 KB 980/1267 KB 704/1044 KB 1580/1710 KB 432/713 KB 548/1063 KB 980/1267 KB 708/1044 KB 1580/1710 KB 432/713 KB 548/1063 KB 980/1267 KB 712/1044 KB 1584/1710 KB 436/713 KB 548/1063 KB 980/1267 KB 716/1044 KB 1584/1710 KB 436/713 KB 548/1063 KB 980/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 548/1063 KB 980/1267 KB 684/1044 KB 1572/1710 KB 420/713 KB 552/1063 KB 980/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 556/1063 KB 980/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 560/1063 KB 980/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 544/1063 KB 980/1267 KB 684/1044 KB 1568/1710 KB 420/713 KB 560/1063 KB 984/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 560/1063 KB 988/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 560/1063 KB 992/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 560/1063 KB 996/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 564/1063 KB 1000/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 564/1063 KB 1004/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 564/1063 KB 1008/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 548/1063 KB 980/1267 KB 708/1044 KB 1584/1710 KB 436/713 KB 564/1063 KB 1008/1267 KB 720/1044 KB 1588/1710 KB 436/713 KB 564/1063 KB 1008/1267 KB 720/1044 KB 1592/1710 KB 436/713 KB 564/1063 KB 1008/1267 KB 720/1044 KB 1596/1710 KB 436/713 KB 564/1063 KB 1008/1267 KB 724/1044 KB 1600/1710 KB 436/713 KB 564/1063 KB 1008/1267 KB 724/1044 KB 1604/1710 KB 436/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1608/1710 KB 436/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1612/1710 KB 436/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 436/713 KB 548/1063 KB 980/1267 KB 708/1044 KB 1580/1710 KB 436/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 440/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 444/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 448/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 452/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 456/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 460/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1616/1710 KB 464/713 KB 564/1063 KB 1012/1267 KB 724/1044 KB 1604/1710 KB 436/713 KB 564/1063 KB 1016/1267 KB 724/1044 KB 1616/1710 KB 464/713 KB 564/1063 KB 1008/1267 KB 724/1044 KB 1596/1710 KB 436/713 KB 564/1063 KB 1016/1267 KB 728/1044 KB 1616/1710 KB 464/713 KB 564/1063 KB 1016/1267 KB 732/1044 KB 1616/1710 KB 464/713 KB 564/1063 KB 1016/1267 KB 736/1044 KB 1616/1710 KB 464/713 KB 564/1063 KB 996/1267 KB 720/1044 KB 1584/1710 KB 436/713 KB 568/1063 KB 1020/1267 KB 736/1044 KB 1616/1710 KB 464/713 KB 572/1063 KB 1020/1267 KB 736/1044 KB 1616/1710 KB 464/713 KB 576/1063 KB 1020/1267 KB 736/1044 KB 1616/1710 KB 464/713 KB 580/1063 KB 1020/1267 KB 736/1044 KB 1616/1710 KB 464/713 KB 584/1063 KB 1 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 020/1267 KB 740/1044 KB 1616/1710 KB 464/713 KB 588/1063 KB 1020/1267 KB 740/1044 KB 1616/1710 KB 464/713 KB 592/1063 KB 1020/1267 KB 740/1044 KB 1616/1710 KB 468/713 KB 564/1063 KB 1020/1267 KB 736/1044 KB 1616/1710 KB 464/713 KB 592/1063 KB 1024/1267 KB 740/1044 KB 1616/1710 KB 468/713 KB 592/1063 KB 1028/1267 KB 740/1044 KB 1616/1710 KB 468/713 KB 596/1063 KB 1032/1267 KB 740/1044 KB 1620/1710 KB 468/713 KB 596/1063 KB 1036/1267 KB 740/1044 KB 1620/1710 KB 468/713 KB 596/1063 KB 1040/1267 KB 740/1044 KB 1620/1710 KB 468/713 KB 588/1063 KB 1020/1267 KB 740/1044 KB 1616/1710 KB 468/713 KB 596/1063 KB 1040/1267 KB 740/1044 KB 1620/1710 KB 472/713 KB 596/1063 KB 1040/1267 KB 740/1044 KB 1620/1710 KB 476/713 KB 596/1063 KB 1040/1267 KB 740/1044 KB 1620/1710 KB 480/713 KB 580/1063 KB 1020/1267 KB 740/1044 KB 1616/1710 KB 464/713 KB 596/1063 KB 1040/1267 KB 744/1044 KB 1620/1710 KB 480/713 KB 596/1063 KB 1040/1267 KB 748/1044 KB 1620/1710 KB 480/713 KB 596/1063 KB 1040/1267 KB 752/1044 KB 1620/1710 KB 480/713 KB 596/1063 KB 1028/1267 KB 740/1044 KB 1620/1710 KB 468/713 KB 596/1063 KB 1040/1267 KB 752/1044 KB 1624/1710 KB 480/713 KB 596/1063 KB 1028/1267 KB 740/1044 KB 1616/1710 KB 468/713 KB 600/1063 KB 1040/1267 KB 752/1044 KB 1624/1710 KB 480/713 KB 604/1063 KB 1040/1267 KB 756/1044 KB 1624/1710 KB 480/713 KB 608/1063 KB 1040/1267 KB 756/1044 KB 1628/1710 KB 480/713 KB 612/1063 KB 1040/1267 KB 756/1044 KB 1628/1710 KB 484/713 KB 616/1063 KB 1044/1267 KB 756/1044 KB 1628/1710 KB 484/713 KB 620/1063 KB 1044/1267 KB 756/1044 KB 1628/1710 KB 484/713 KB 624/1063 KB 1044/1267 KB 756/1044 KB 1628/1710 KB 484/713 KB 600/1063 KB 1040/1267 KB 756/1044 KB 1624/1710 KB 480/713 KB 624/1063 KB 1044/1267 KB 760/1044 KB 1628/1710 KB 484/713 KB 624/1063 KB 1044/1267 KB 764/1044 KB 1628/1710 KB 484/713 KB 624/1063 KB 1044/1267 KB 768/1044 KB 1628/1710 KB 484/713 KB 612/1063 KB 1044/1267 KB 756/1044 KB 1628/1710 KB 484/713 KB 624/1063 KB 1048/1267 KB 768/1044 KB 1628/1710 KB 484/713 KB 624/1063 KB 1052/1267 KB 768/1044 KB 1628/1710 KB 484/713 KB 624/1063 KB 1056/1267 KB 768/1044 KB 1628/1710 KB 484/713 KB 624/1063 KB 1060/1267 KB 768/1044 KB 1628/1710 KB 484/713 KB 628/1063 KB 1064/1267 KB 772/1044 KB 1628/1710 KB 484/713 KB 628/1063 KB 1068/1267 KB 772/1044 KB 1628/1710 KB 484/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1628/1710 KB 484/713 KB 608/1063 KB 1040/1267 KB 756/1044 KB 1628/1710 KB 484/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1628/1710 KB 488/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1628/1710 KB 492/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1628/1710 KB 496/713 KB 604/1063 KB 1040/1267 KB 756/1044 KB 1628/1710 KB 480/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1632/1710 KB 496/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1636/1710 KB 496/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1640/1710 KB 496/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1644/1710 KB 496/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1648/1710 KB 496/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1648/1710 KB 500/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1648/1710 KB 504/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 508/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 512/713 KB 628/1063 KB 1060/1267 KB 772/1044 KB 1628/1710 KB 484/713 KB 632/1063 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 512/713 KB 636/1063 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 512/713 KB 640/1063 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 512/713 KB 644/106 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 3 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 516/713 KB 648/1063 KB 1076/1267 KB 772/1044 KB 1652/1710 KB 516/713 KB 652/1063 KB 1076/1267 KB 772/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 772/1044 KB 1652/1710 KB 516/713 KB 624/1063 KB 1060/1267 KB 772/1044 KB 1628/1710 KB 484/713 KB 656/1063 KB 1076/1267 KB 776/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 780/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 784/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 788/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 792/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 796/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 800/1044 KB 1652/1710 KB 516/713 KB 656/1063 KB 1076/1267 KB 804/1044 KB 1652/1710 KB 516/713 KB 660/1063 KB 1076/1267 KB 808/1044 KB 1652/1710 KB 516/713 KB 660/1063 KB 1076/1267 KB 812/1044 KB 1652/1710 KB 516/713 KB 660/1063 KB 1076/1267 KB 816/1044 KB 1652/1710 KB 516/713 KB 644/1063 KB 1076/1267 KB 772/1044 KB 1652/1710 KB 516/713 KB 660/1063 KB 1080/1267 KB 816/1044 KB 1652/1710 KB 516/713 KB 660/1063 KB 1084/1267 KB 816/1044 KB 1652/1710 KB 516/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1652/1710 KB 516/713 KB 640/1063 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 516/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1652/1710 KB 520/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1652/1710 KB 524/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1652/1710 KB 528/713 KB 628/1063 KB 1072/1267 KB 772/1044 KB 1652/1710 KB 504/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1656/1710 KB 528/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1660/1710 KB 528/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1664/1710 KB 528/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1668/1710 KB 528/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1672/1710 KB 528/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1676/1710 KB 528/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1680/1710 KB 528/713 KB 660/1063 KB 1088/1267 KB 816/1044 KB 1684/1710 KB 528/713 KB 660/1063 KB 1092/1267 KB 816/1044 KB 1688/1710 KB 532/713 KB 660/1063 KB 1076/1267 KB 804/1044 KB 1652/1710 KB 516/713 KB 664/1063 KB 1092/1267 KB 816/1044 KB 1688/1710 KB 532/713 KB 668/1063 KB 1092/1267 KB 816/1044 KB 1688/1710 KB 532/713 KB 672/1063 KB 1092/1267 KB 816/1044 KB 1688/1710 KB 532/713 KB 676/1063 KB 1092/1267 KB 816/1044 KB 1692/1710 KB 532/713 KB 680/1063 KB 1092/1267 KB 820/1044 KB 1692/1710 KB 532/713 KB 684/1063 KB 1092/1267 KB 820/1044 KB 1692/1710 KB 532/713 KB 688/1063 KB 1092/1267 KB 820/1044 KB 1692/1710 KB 532/713 KB 660/1063 KB 1092/1267 KB 816/1044 KB 1684/1710 KB 532/713 KB 688/1063 KB 1092/1267 KB 820/1044 KB 1692/1710 KB 536/713 KB 688/1063 KB 1092/1267 KB 820/1044 KB 1692/1710 KB 540/713 KB 688/1063 KB 1092/1267 KB 820/1044 KB 1692/1710 KB 544/713 KB 660/1063 KB 1092/1267 KB 816/1044 KB 1684/1710 KB 528/713 KB 688/1063 KB 1096/1267 KB 820/1044 KB 1692/1710 KB 544/713 KB 688/1063 KB 1100/1267 KB 820/1044 KB 1692/1710 KB 544/713 KB 688/1063 KB 1104/1267 KB 820/1044 KB 1692/1710 KB 544/713 KB 688/1063 KB 1104/1267 KB 820/1044 KB 1692/1710 KB 548/713 KB 688/1063 KB 1108/1267 KB 820/1044 KB 1692/1710 KB 552/713 KB 688/1063 KB 1108/1267 KB 820/1044 KB 1692/1710 KB 556/713 KB 688/1063 KB 1108/1267 KB 820/1044 KB 1692/1710 KB 560/713 KB 676/1063 KB 1092/1267 KB 820/1044 KB 1692/1710 KB 532/713 KB 688/1063 KB 1108/1267 KB 824/1044 KB 1692/1710 KB 560/713 KB 688/1063 KB 1108/1267 KB 828/1044 KB 1692/1710 KB 560/713 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 688/1063 KB 1108/1267 KB 832/1044 KB 1692/1710 KB 560/713 KB 672/1063 KB 1092/1267 KB 816/1044 KB 1692/1710 KB 532/713 KB 688/1063 KB 1108/1267 KB 832/1044 KB 1696/1710 KB 560/713 KB 688/1063 KB 1108/1267 KB 832/1044 KB 1700/1710 KB 560/713 KB 688/1063 KB 1108/1267 KB 832/1044 KB 1704/1710 KB 560/713 KB 688/1063 KB 1108/1267 KB 832/1044 KB 1708/1710 KB 560/713 KB 688/1063 KB 1108/1267 KB 832/1044 KB 1710/1710 KB 560/713 KB 688/1063 KB 1108/1267 KB 820/1044 KB 1692/1710 KB 548/713 KB 688/1063 KB 1112/1267 KB 836/1044 KB 1710/1710 KB 560/713 KB 688/1063 KB 1116/1267 KB 836/1044 KB 1710/1710 KB 560/713 KB 688/1063 KB 1120/1267 KB 836/1044 KB 1710/1710 KB 560/713 KB 688/1063 KB 1124/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1128/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1132/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1136/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1140/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1144/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1148/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1152/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 688/1063 KB 1108/1267 KB 836/1044 KB 1710/1710 KB 560/713 KB 692/1063 KB 1152/1267 KB 840/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1152/1267 KB 844/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 564/713 KB 692/1063 KB 1124/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 696/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 564/713 KB 700/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 564/713 KB 704/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 564/713 KB 688/1063 KB 1120/1267 KB 836/1044 KB 1710/1710 KB 564/713 KB 704/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 568/713 KB 704/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 572/713 KB 704/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 576/713 KB 704/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 580/713 KB 708/1063 KB 1152/1267 KB 852/1044 KB 1710/1710 KB 584/713 KB 708/1063 KB 1152/1267 KB 852/1044 KB 1710/1710 KB 588/713 KB 708/1063 KB 1152/1267 KB 852/1044 KB 1710/1710 KB 592/713 KB 708/1063 KB 1152/1267 KB 852/1044 KB 1710/1710 KB 580/713 KB 708/1063 KB 1152/1267 KB 856/1044 KB 1710/1710 KB 592/713 KB 708/1063 KB 1152/1267 KB 860/1044 KB 1710/1710 KB 592/713 KB 708/1063 KB 1152/1267 KB 864/1044 KB 1710/1710 KB 592/713 KB 708/1063 KB 1152/1267 KB 868/1044 KB 1710/1710 KB 592/713 KB 708/1063 KB 1156/1267 KB 872/1044 KB 596/713 KB 708/1063 KB 1156/1267 KB 876/1044 KB 596/713 KB 708/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 708/1063 KB 1152/1267 KB 848/1044 KB 1710/1710 KB 580/713 KB 712/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 716/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 720/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 724/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 728/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 732/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 736/1063 KB 1156/1267 KB 880/1044 KB 596/713 KB 708/1063 KB 1156/1267 KB 868/1044 KB 596/713 KB 736/1063 KB 1160/1267 KB 880/1044 KB 596/713 KB 736/1063 KB 1164/1267 KB 880/1044 KB 596/713 KB 736/1063 KB 1168/1267 KB 880/1044 KB 596/713 KB 736/1063 KB 1172/1267 KB 884/1044 KB 596/713 KB 740/1063 KB 1176/1267 KB 884/1044 KB 596/713 KB 740/1063 KB 1180/1267 KB 884/1044 KB 596/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 596/713 KB 708/1063 KB 1152/1267 KB 868/1044 KB 596/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 60 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 0/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 604/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 608/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 612/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 616/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 620/713 KB 740/1063 KB 1184/1267 KB 884/1044 KB 624/713 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 3075.3 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 740/1063 KB 1172/1267 KB 884/1044 KB 596/713 KB 744/1063 KB 1184/1267 KB 884/1044 KB 624/713 KB 748/1063 KB 1184/1267 KB 884/1044 KB 624/713 KB 752/1063 KB 1184/1267 KB 884/1044 KB 624/713 KB 736/1063 KB 1168/1267 KB 884/1044 KB 596/713 KB 752/1063 KB 1184/1267 KB 888/1044 KB 624/713 KB 752/1063 KB 1184/1267 KB 892/1044 KB 624/713 KB 752/1063 KB 1184/1267 KB 896/1044 KB 624/713 KB 752/1063 KB 1184/1267 KB 900/1044 KB 624/713 KB 756/1063 KB 1188/1267 KB 904/1044 KB 624/713 KB 756/1063 KB 1188/1267 KB 908/1044 KB 624/713 KB 756/1063 KB 1188/1267 KB 912/1044 KB 628/713 KB 756/1063 KB 1188/1267 KB 900/1044 KB 624/713 KB 760/1063 KB 1188/1267 KB 912/1044 KB 628/713 KB 764/1063 KB 1188/1267 KB 912/1044 KB 628/713 KB 768/1063 KB 1188/1267 KB 912/1044 KB 628/713 KB 772/1063 KB 1188/1267 KB 912/1044 KB 628/713 KB 776/1063 KB 1188/1267 KB 916/1044 KB 628/713 KB 780/1063 KB 1188/1267 KB 916/1044 KB 628/713 KB 752/1063 KB 1188/1267 KB 900/1044 KB 624/713 KB 780/1063 KB 1192/1267 KB 916/1044 KB 628/713 KB 780/1063 KB 1196/1267 KB 916/1044 KB 628/713 KB 780/1063 KB 1200/1267 KB 916/1044 KB 628/713 KB 780/1063 KB 1204/1267 KB 916/1044 KB 628/713 KB 780/1063 KB 1208/1267 KB 916/1044 KB 628/713 KB 780/1063 KB 1212/1267 KB 916/1044 KB 628/713 KB 784/1063 KB 1216/1267 KB 916/1044 KB 628/713 KB 772/1063 KB 1188/1267 KB 916/1044 KB 628/713 KB 784/1063 KB 1216/1267 KB 920/1044 KB 628/713 KB 784/1063 KB 1216/1267 KB 924/1044 KB 628/713 KB 784/1063 KB 1216/1267 KB 928/1044 KB 628/713 KB 784/1063 KB 1216/1267 KB 932/1044 KB 628/713 KB 784/1063 KB 1220/1267 KB 936/1044 KB 628/713 KB 784/1063 KB 1220/1267 KB 940/1044 KB 628/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 628/713 KB 756/1063 KB 1188/1267 KB 908/1044 KB 628/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 632/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 636/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 640/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 644/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 648/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 652/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 656/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 660/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 664/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 668/713 KB 784/1063 KB 1220/1267 KB 944/1044 KB 672/713 KB 784/1063 KB 1220/1267 KB 932/1044 KB 628/713 KB 784/1063 KB 1224/1267 KB 944/1044 KB 672/713 KB 784/1063 KB 1228/1267 KB 944/1044 KB 672/713 KB 784/1063 KB 1232/1267 KB 944/1044 KB 672/713 KB 784/1063 KB 1236/1267 KB 944/1044 KB 672/713 KB 784/1063 KB 1240/1267 KB 944/1044 KB 672/713 KB 784/1063 KB 1244/1267 KB 948/1044 KB 676/713 KB 784/1063 KB 1212/1267 KB 916/1044 KB 628/713 KB 788/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 792/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 796/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 800/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 804/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 808/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 812/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 816/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 784/1063 KB 1240/1267 KB 948/1044 KB 676/713 KB 816/1063 KB 1248/1267 KB 948/1044 KB 680/713 KB 816/1063 KB 1248/1267 KB 948/1044 KB 684/713 KB 816/1063 KB 1248/1267 KB 948/1044 KB 688/713 KB 816/1063 KB 1248/1267 KB 948/1044 KB 692/713 KB 820/1063 KB 1248/1267 KB 948/1044 KB 696/713 KB 820/1063 KB 1248/1267 KB 948/1044 KB 700/713 KB 820/1063 KB 1248/1267 KB 948/1044 KB 704/713 KB 784/1063 KB 1240/1267 KB 948/1044 KB 672/71 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 3 KB 820/1063 KB 1248/1267 KB 952/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 956/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 960/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 964/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 968/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 972/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 976/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 980/1044 KB 704/713 KB 820/1063 KB 1248/1267 KB 984/1044 KB 708/713 KB 4/257 KB 820/1063 KB 1248/1267 KB 988/1044 KB 708/713 KB 4/257 KB 820/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 820/1063 KB 1248/1267 KB 948/1044 KB 692/713 KB 824/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 828/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 832/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 836/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 840/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 844/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 848/1063 KB 1248/1267 KB 992/1044 KB 708/713 KB 4/257 KB 852/1063 KB 1248/1267 KB 996/1044 KB 708/713 KB 4/257 KB 816/1063 KB 1248/1267 KB 948/1044 KB 676/713 KB 852/1063 KB 1252/1267 KB 996/1044 KB 708/713 KB 4/257 KB 852/1063 KB 1256/1267 KB 996/1044 KB 708/713 KB 4/257 KB 852/1063 KB 1260/1267 KB 996/1044 KB 708/713 KB 4/257 KB 852/1063 KB 1264/1267 KB 996/1044 KB 708/713 KB 4/257 KB 852/1063 KB 1267/1267 KB 996/1044 KB 708/713 KB 4/257 KB 848/1063 KB 1248/1267 KB 996/1044 KB 708/713 KB 4/257 KB 852/1063 KB 1267/1267 KB 1000/1044 KB 708/713 KB 4/257 KB 852/1063 KB 1267/1267 KB 1004/1044 KB 708/713 KB 4/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 4/257 KB 820/1063 KB 1248/1267 KB 980/1044 KB 708/713 KB 4/257 KB 820/1063 KB 1248/1267 KB 980/1044 KB 704/713 KB 4/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 8/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 12/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 16/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 20/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 24/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 28/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 32/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 36/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 40/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 44/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 48/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 52/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 56/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 60/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 64/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 68/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 72/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 76/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 80/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 708/713 KB 84/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 88/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 92/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 96/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 100/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 104/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 108/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 112/257 KB 856/1063 KB 1267/1267 KB 1004/1044 KB 708/713 KB 4/257 KB 860/1063 KB 1267/1267 KB 1012/1044 KB 712/713 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 112/257 KB 864/1063 KB 1012/1044 KB 712/713 KB 112/257 KB 868/1063 KB 1012/1044 KB 712/713 KB 112/257 KB 872/1063 KB 1012/1044 KB 712/713 KB 116/257 KB 876/1063 KB 1012/1044 KB 712/713 KB 116/257 KB 880/1063 KB 1012/1044 KB 712/713 KB 116/257 KB 856/1063 KB 1267/1267 KB 1012/1044 KB 712/713 KB 112/257 KB 856/1063 KB 1267/1267 KB 1008/1044 KB 712/713 KB 84/257 KB 880/1063 KB 1012/1044 KB 713/713 KB 116/257 KB 868/1063 KB 1012/1044 KB 712/713 KB 116/257 KB 884/1063 KB 1016/1044 KB 713/713 KB 120/257 KB 884/1063 KB 1016/1044 KB 713/713 KB 124/257 KB 884/1063 KB 1016/1044 KB 713/713 KB 128/257 KB 884/1063 KB 1016/1044 KB 713/713 KB 132/257 KB 884/1063 KB 1016/1044 KB 713/713 KB 136/257 KB 884/1063 KB 1016/1044 KB 713/713 KB 140/257 KB 884/1063 KB 1016/1044 KB 713/713 KB 144/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 2146.6 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 884/1063 KB 1016/1044 KB 713/713 KB 116/257 KB 888/1063 KB 1016/1044 KB 144/257 KB 892/1063 KB 1016/1044 KB 144/257 KB 896/1063 KB 1016/1044 KB 144/257 KB 880/1063 KB 1016/1044 KB 713/713 KB 116/257 KB 896/1063 KB 1020/1044 KB 144/257 KB 896/1063 KB 1024/1044 KB 144/257 KB 896/1063 KB 1028/1044 KB 144/257 KB 896/1063 KB 1032/1044 KB 144/257 KB 896/1063 KB 1036/1044 KB 144/257 KB 896/1063 KB 1040/1044 KB 144/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar (713 KB at 1194.3 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 896/1063 KB 1044/1044 KB 144/257 KB 896/1063 KB 1044/1044 KB 144/257 KB 896/1063 KB 1044/1044 KB 148/257 KB 896/1063 KB 1044/1044 KB 152/257 KB 900/1063 KB 1044/1044 KB 152/257 KB 900/1063 KB 1044/1044 KB 156/257 KB 900/1063 KB 1044/1044 KB 160/257 KB 904/1063 KB 1044/1044 KB 164/257 KB 904/1063 KB 1044/1044 KB 168/257 KB 904/1063 KB 1044/1044 KB 172/257 KB 904/1063 KB 1044/1044 KB 176/257 KB 904/1063 KB 1044/1044 KB 180/257 KB 904/1063 KB 1044/1044 KB 184/257 KB 904/1063 KB 1044/1044 KB 188/257 KB 904/1063 KB 1044/1044 KB 192/257 KB 904/1063 KB 1044/1044 KB 160/257 KB 908/1063 KB 1044/1044 KB 192/257 KB 912/1063 KB 1044/1044 KB 192/257 KB 916/1063 KB 1044/1044 KB 192/257 KB 920/1063 KB 1044/1044 KB 192/257 KB 924/1063 KB 1044/1044 KB 192/257 KB 928/1063 KB 1044/1044 KB 192/257 KB 932/1063 KB 1044/1044 KB 192/257 KB 936/1063 KB 1044/1044 KB 192/257 KB 940/1063 KB 1044/1044 KB 192/257 KB 944/1063 KB 1044/1044 KB 192/257 KB 948/1063 KB 1044/1044 KB 196/257 KB 952/1063 KB 1044/1044 KB 196/257 KB 956/1063 KB 1044/1044 KB 196/257 KB 960/1063 KB 1044/1044 KB 196/257 KB 944/1063 KB 1044/1044 KB 196/257 KB 960/1063 KB 1044/1044 KB 200/257 KB 960/1063 KB 1044/1044 KB 204/257 KB 960/1063 KB 1044/1044 KB 208/257 KB 960/1063 KB 1044/1044 KB 212/257 KB 964/1063 KB 4/549 KB 216/257 KB 964/1063 KB 4/549 KB 220/257 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1725.4 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 964/1063 KB 4/549 KB 212/257 KB 960/1063 KB 4/549 KB 212/257 KB 964/1063 KB 8/549 KB 3/358 KB 220/257 KB 964/1063 KB 12/549 KB 3/358 KB 220/257 KB 964/1063 KB 16/549 KB 3/358 KB 220/257 KB 964/1063 KB 4/549 KB 3/358 KB 220/257 KB 964/1063 KB 16/549 KB 5/358 KB 220/257 KB 964/1063 KB 16/549 KB 8/358 KB 220/257 KB 964/1063 KB 16/549 KB 11/358 KB 220/257 KB 964/1063 KB 16/549 KB 13/358 KB 220/257 KB 964/1063 KB 16/549 KB 16/358 KB 220/257 KB 964/1063 KB 20/549 KB 19/358 KB 220/257 KB 964/1063 KB 20/549 KB 21/358 KB 220/257 KB 964/1063 KB 20/549 KB 16/358 KB 220/257 KB 964/1063 KB 24/549 KB 21/358 KB 220/257 KB 964/1063 KB 24/549 KB 24/358 KB 220/257 KB 964/1063 KB 28/549 KB 24/358 KB 220/257 KB 964/1063 KB 32/549 KB 24/358 KB 220/257 KB 964/1063 KB 36/549 KB 27/358 KB 220/257 KB 964/1063 KB 40/549 KB 27/358 KB 220/257 KB 964/1063 KB 32/549 KB 27/358 KB 220/257 KB 964/1063 KB 44/549 KB 29/358 KB 220/257 KB 964/1063 KB 44/549 KB 32/358 KB 220/257 KB 964/1063 KB 44/549 KB 36/358 KB 220/257 KB 964/1063 KB 44/549 KB 40/358 KB 220/257 KB 964/1063 KB 44/549 KB 44/358 KB 220/257 KB 964/1063 KB 44/549 KB 48/358 KB 220/257 KB 964/1063 KB 44/549 KB 27/358 KB 220/257 KB 964/1063 KB 48/549 KB 48/358 KB 220/257 KB 964/1063 KB 52/549 KB 48/358 KB 220/257 KB 964/1063 KB 56/549 KB 48/358 KB 220/257 KB 964/1063 KB 60/549 KB 48/358 KB 220/257 KB 964/1063 KB 3/5 KB 64/549 KB 48/358 KB 220/257 KB 964/1063 KB 3/5 KB 60/549 KB 48/358 KB 220/257 KB 964/1063 KB 3/5 KB 64/549 KB 52/358 KB 220/257 KB 964/1063 KB 5/5 KB 68/549 KB 56/358 KB 220/257 KB 964/1063 KB 5/5 KB 68/549 KB 60/358 KB 220/257 KB 964/1063 KB 5/5 KB 68/549 KB 64/358 KB 220/257 KB 964/1063 KB 5/5 KB 68/549 KB 68/358 KB 220/257 KB 968/1063 KB 5/5 KB 68/549 KB 72/358 KB 224/257 KB 968/1063 KB 5/5 KB 68/549 KB 76/358 KB 224/257 KB 968/1063 KB 5/5 KB 68/549 KB 80/358 KB 224/257 KB 964/1063 KB 5/5 KB 68/549 KB 52/358 KB 220/257 KB 968/1063 KB 5/5 KB 72/549 KB 80/358 KB 224/257 KB 968/1063 KB 5/5 KB 76/549 KB 80/358 KB 224/257 KB 968/1063 KB 5/5 KB 80/549 KB 80/358 KB 224/257 KB 968/1063 KB 5/5 KB 84/549 KB 80/358 KB 224/257 KB 968/1063 KB 5/5 KB 88/549 KB 80/358 KB 224/257 KB 964/1063 KB 5/5 KB 64/549 KB 52/358 KB 220/257 KB 968/1063 KB 5/5 KB 68/549 KB 68/358 KB 224/257 KB 968/1063 KB 5/5 KB 68/549 KB 68/358 KB 220/257 KB 972/1063 KB 5/5 KB 88/549 KB 80/358 KB 224/257 KB 976/1063 KB 5/5 KB 88/549 KB 80/358 KB 224/257 KB 980/1063 KB 5/5 KB 88/549 KB 80/358 KB 224/257 KB 984/1063 KB 5/5 KB 92/549 KB 84/358 KB 228/257 KB 988/1063 KB 5/5 KB 92/549 KB 84/358 KB 228/257 KB 992/1063 KB 5/5 KB 92/549 KB 84/358 KB 228/257 KB 980/1063 KB 5/5 KB 92/549 KB 84/358 KB 228/257 KB 992/1063 KB 5/5 KB 96/549 KB 84/358 KB 228/257 KB 992/1063 KB 5/5 KB 100/549 KB 84/358 KB 228/257 KB 996/1063 KB 5/5 KB 104/549 KB 84/358 KB 228/257 KB 996/1063 KB 5/5 KB 108/549 KB 84/358 KB 228/257 KB 996/1063 KB 5/5 KB 112/549 KB 84/358 KB 228/257 KB 996/1063 KB 116/549 KB 84/358 KB 228/257 KB 996/1063 KB 120/549 KB 84/358 KB 228/257 KB 996/1063 KB 124/549 KB 84/358 KB 228/257 KB 980/1063 KB 5/5 KB 88/549 KB 84/358 KB 228/257 KB 996/1063 KB 124/549 KB 88/358 KB 228/257 KB 996/1063 KB 124/549 KB 92/358 KB 228/257 KB 996/1063 KB 124/549 KB 96/358 KB 228/257 KB 980/1063 KB 5/5 KB 88/549 KB 80/358 KB 228/257 KB 996/1063 KB 124/549 KB 96/358 KB 232/257 KB 996/1063 KB 124/549 KB 96/358 KB 236/257 KB 996/1063 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 124/549 KB 96/358 KB 240/257 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: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 996/1063 KB 124/549 KB 96/358 KB 244/257 KB 996/1063 KB 124/549 KB 96/358 KB 248/257 KB 996/1063 KB 124/549 KB 96/358 KB 252/257 KB 996/1063 KB 124/549 KB 96/358 KB 256/257 KB 996/1063 KB 124/549 KB 96/358 KB 257/257 KB 996/1063 KB 5/5 KB 100/549 KB 84/358 KB 228/257 KB 1000/1063 KB 124/549 KB 100/358 KB 257/257 KB 1004/1063 KB 124/549 KB 100/358 KB 257/257 KB 1008/1063 KB 124/549 KB 100/358 KB 257/257 KB 996/1063 KB 124/549 KB 100/358 KB 257/257 KB 1008/1063 KB 124/549 KB 104/358 KB 257/257 KB 1008/1063 KB 124/549 KB 108/358 KB 257/257 KB 1008/1063 KB 124/549 KB 112/358 KB 257/257 KB 1012/1063 KB 124/549 KB 112/358 KB 257/257 KB 1016/1063 KB 124/549 KB 116/358 KB 257/257 KB 1020/1063 KB 128/549 KB 116/358 KB 257/257 KB 1024/1063 KB 128/549 KB 116/358 KB 257/257 KB 1028/1063 KB 128/549 KB 116/358 KB 257/257 KB 1032/1063 KB 128/549 KB 116/358 KB 257/257 KB 1036/1063 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 128/549 KB 116/358 KB 257/257 KB 1012/1063 KB 124/549 KB 116/358 KB 257/257 KB 1016/1063 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 3/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 6/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 9/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 11/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 14/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 16/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 19/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 22/86 KB 128/549 KB 116/358 KB 257/257 KB 1040/1063 KB 22/86 KB 128/549 KB 120/358 KB 257/257 KB 1040/1063 KB 22/86 KB 128/549 KB 124/358 KB 257/257 KB 1040/1063 KB 25/86 KB 132/549 KB 128/358 KB 257/257 KB 1040/1063 KB 25/86 KB 132/549 KB 132/358 KB 257/257 KB 1040/1063 KB 25/86 KB 132/549 KB 136/358 KB 257/257 KB 1040/1063 KB 25/86 KB 132/549 KB 140/358 KB 257/257 KB 1044/1063 KB 25/86 KB 132/549 KB 144/358 KB 1040/1063 KB 25/86 KB 132/549 KB 124/358 KB 257/257 KB 1040/1063 KB 22/86 KB 132/549 KB 124/358 KB 257/257 KB 1044/1063 KB 25/86 KB 136/549 KB 144/358 KB 1044/1063 KB 25/86 KB 140/549 KB 144/358 KB 1044/1063 KB 25/86 KB 144/549 KB 144/358 KB 1044/1063 KB 27/86 KB 148/549 KB 144/358 KB 1044/1063 KB 27/86 KB 152/549 KB 144/358 KB 1044/1063 KB 27/86 KB 156/549 KB 144/358 KB 1044/1063 KB 25/86 KB 132/549 KB 140/358 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar (257 KB at 404.8 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 1044/1063 KB 27/86 KB 144/549 KB 144/358 KB 1044/1063 KB 30/86 KB 156/549 KB 144/358 KB 1044/1063 KB 32/86 KB 156/549 KB 144/358 KB 1044/1063 KB 32/86 KB 156/549 KB 148/358 KB 1048/1063 KB 36/86 KB 160/549 KB 152/358 KB 1048/1063 KB 36/86 KB 160/549 KB 156/358 KB 1048/1063 KB 36/86 KB 160/549 KB 160/358 KB 1048/1063 KB 36/86 KB 160/549 KB 148/358 KB 1048/1063 KB 40/86 KB 160/549 KB 160/358 KB 1048/1063 KB 44/86 KB 160/549 KB 160/358 KB 1048/1063 KB 48/86 KB 160/549 KB 160/358 KB 1048/1063 KB 32/86 KB 160/549 KB 148/358 KB 1044/1063 KB 32/86 KB 160/549 KB 148/358 KB 1052/1063 KB 48/86 KB 160/549 KB 160/358 KB 1056/1063 KB 48/86 KB 160/549 KB 160/358 KB 1060/1063 KB 48/86 KB 160/549 KB 160/358 KB 1063/1063 KB 52/86 KB 164/549 KB 160/358 KB 1060/1063 KB 48/86 KB 164/549 KB 160/358 KB 1063/1063 KB 52/86 KB 164/549 KB 4/404 KB 160/358 KB 1063/1063 KB 52/86 KB 164/549 KB 8/404 KB 160/358 KB 1063/1063 KB 52/86 KB 164/549 KB 12/404 KB 160/358 KB 1063/1063 KB 52/86 KB 168/549 KB 16/404 KB 160/358 KB 1060/1063 KB 52/86 KB 164/549 KB 160/358 KB 1063/1063 KB 56/86 KB 168/549 KB 16/404 KB 160/358 KB 1063/1063 KB 60/86 KB 168/549 KB 16/404 KB 160/358 KB 1063/1063 KB 64/86 KB 168/549 KB 20/404 KB 164/358 KB 1063/1063 KB 52/86 KB 168/549 KB 12/404 KB 160/358 KB 1063/1063 KB 64/86 KB 172/549 KB 20/404 KB 164/358 KB 1063/1063 KB 64/86 KB 176/549 KB 20/404 KB 164/358 KB 1063/1063 KB 64/86 KB 180/549 KB 20/404 KB 164/358 KB 1063/1063 KB 68/86 KB 184/549 KB 20/404 KB 164/358 KB 1063/1063 KB 68/86 KB 188/549 KB 20/404 KB 164/358 KB 1063/1063 KB 68/86 KB 192/549 KB 20/404 KB 164/358 KB 1063/1063 KB 68/86 KB 196/549 KB 20/404 KB 164/358 KB 68/86 KB 200/549 KB 20/404 KB 164/358 KB 68/86 KB 204/549 KB 20/404 KB 164/358 KB 68/86 KB 208/549 KB 20/404 KB 164/358 KB 1063/1063 KB 60/86 KB 168/549 KB 20/404 KB 164/358 KB 68/86 KB 208/549 KB 20/404 KB 168/358 KB 68/86 KB 208/549 KB 20/404 KB 172/358 KB 68/86 KB 208/549 KB 20/404 KB 176/358 KB 1063/1063 KB 60/86 KB 168/549 KB 20/404 KB 160/358 KB 68/86 KB 208/549 KB 24/404 KB 176/358 KB 68/86 KB 208/549 KB 28/404 KB 176/358 KB 68/86 KB 208/549 KB 32/404 KB 176/358 KB 68/86 KB 208/549 KB 36/404 KB 176/358 KB 68/86 KB 208/549 KB 40/404 KB 180/358 KB 68/86 KB 208/549 KB 44/404 KB 180/358 KB 68/86 KB 208/549 KB 48/404 KB 180/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 1641.6 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 1063/1063 KB 68/86 KB 180/549 KB 20/404 KB 164/358 KB 72/86 KB 208/549 KB 48/404 KB 180/358 KB 76/86 KB 208/549 KB 48/404 KB 180/358 KB 80/86 KB 208/549 KB 48/404 KB 180/358 KB 84/86 KB 208/549 KB 48/404 KB 180/358 KB 86/86 KB 208/549 KB 48/404 KB 180/358 KB 68/86 KB 208/549 KB 36/404 KB 180/358 KB 86/86 KB 208/549 KB 48/404 KB 184/358 KB 86/86 KB 208/549 KB 48/404 KB 188/358 KB 86/86 KB 208/549 KB 48/404 KB 192/358 KB 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 86/86 KB 208/549 KB 48/404 KB 196/358 KB 86/86 KB 212/549 KB 52/404 KB 200/358 KB 86/86 KB 212/549 KB 52/404 KB 204/358 KB 86/86 KB 212/549 KB 52/404 KB 208/358 KB 86/86 KB 212/549 KB 52/404 KB 196/358 KB 86/86 KB 208/549 KB 52/404 KB 196/358 KB 86/86 KB 212/549 KB 56/404 KB 208/358 KB 86/86 KB 212/549 KB 60/404 KB 208/358 KB 86/86 KB 212/549 KB 64/404 KB 208/358 KB 212/549 KB 68/404 KB 208/358 KB 216/549 KB 72/404 KB 212/358 KB 216/549 KB 76/404 KB 212/358 KB 216/549 KB 80/404 KB 212/358 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 130.9 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 216/549 KB 68/404 KB 212/358 KB 216/549 KB 80/404 KB 216/358 KB 216/549 KB 68/404 KB 208/358 KB 220/549 KB 80/404 KB 216/358 KB 224/549 KB 80/404 KB 216/358 KB 228/549 KB 80/404 KB 216/358 KB 232/549 KB 80/404 KB 220/358 KB 236/549 KB 80/404 KB 220/358 KB 240/549 KB 80/404 KB 220/358 KB 244/549 KB 80/404 KB 220/358 KB 248/549 KB 84/404 KB 220/358 KB 252/549 KB 84/404 KB 220/358 KB 256/549 KB 84/404 KB 220/358 KB Downloading: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 244/549 KB 84/404 KB 220/358 KB 228/549 KB 80/404 KB 220/358 KB 256/549 KB 84/404 KB 224/358 KB 256/549 KB 84/404 KB 228/358 KB 256/549 KB 84/404 KB 232/358 KB 256/549 KB 84/404 KB 236/358 KB 256/549 KB 84/404 KB 240/358 KB 256/549 KB 88/404 KB 240/358 KB 256/549 KB 92/404 KB 240/358 KB 256/549 KB 96/404 KB 240/358 KB 256/549 KB 100/404 KB 240/358 KB 260/549 KB 104/404 KB 244/358 KB 260/549 KB 108/404 KB 244/358 KB 260/549 KB 112/404 KB 244/358 KB 260/549 KB 100/404 KB 244/358 KB 256/549 KB 100/404 KB 244/358 KB 260/549 KB 112/404 KB 248/358 KB 260/549 KB 112/404 KB 252/358 KB 4/587 KB 260/549 KB 112/404 KB 252/358 KB 8/587 KB 260/549 KB 112/404 KB 252/358 KB 12/587 KB 260/549 KB 112/404 KB 252/358 KB 16/587 KB 260/549 KB 112/404 KB 252/358 KB 16/587 KB 260/549 KB 112/404 KB 256/358 KB 16/587 KB 264/549 KB 112/404 KB 256/358 KB 20/587 KB 268/549 KB 112/404 KB 256/358 KB 20/587 KB 272/549 KB 112/404 KB 256/358 KB 20/587 KB 264/549 KB 112/404 KB 256/358 KB 24/587 KB 272/549 KB 112/404 KB 256/358 KB 3/894 KB 20/587 KB 272/549 KB 112/404 KB 256/358 KB 3/894 KB 28/587 KB 272/549 KB 112/404 KB 256/358 KB 3/894 KB 32/587 KB 272/549 KB 112/404 KB 256/358 KB 3/894 KB 32/587 KB 272/549 KB 112/404 KB 256/358 KB 5/894 KB 32/587 KB 272/549 KB 112/404 KB 256/358 KB 8/894 KB 36/587 KB 272/549 KB 112/404 KB 256/358 KB 11/894 KB 36/587 KB 272/549 KB 112/404 KB 256/358 KB 13/894 KB 36/587 KB 272/549 KB 112/404 KB 256/358 KB 8/894 KB 40/587 KB 272/549 KB 112/404 KB 256/358 KB 13/894 KB 44/587 KB 272/549 KB 112/404 KB 256/358 KB 16/894 KB 48/587 KB 272/549 KB 112/404 KB 256/358 KB 16/894 KB 52/587 KB 272/549 KB 116/404 KB 256/358 KB 16/894 KB 56/587 KB 276/549 KB 116/404 KB 260/358 KB 16/894 KB 60/587 KB 276/549 KB 116/404 KB 260/358 KB 16/894 KB 40/587 KB 272/549 KB 112/404 KB 256/358 KB 16/894 KB 60/587 KB 276/549 KB 116/404 KB 260/358 KB 19/894 KB 60/587 KB 276/549 KB 116/404 KB 260/358 KB 21/894 KB 52/587 KB 276/549 KB 116/404 KB 260/358 KB 16/894 KB 60/587 KB 280/549 KB 116/404 KB 260/358 KB 21/894 KB 60/587 KB 284/549 KB 116/404 KB 260/358 KB 24/894 KB 60/587 KB 288/549 KB 116/404 KB 260/358 KB 24/894 KB 60/587 KB 292/549 KB 116/404 KB 260/358 KB 24/894 KB 64/587 KB 296/549 KB 116/404 KB 260/358 KB 24/894 KB 64/587 KB 300/549 KB 116/404 KB 260/358 KB 24/894 KB 64/587 KB 304/549 KB 116/404 KB 260/358 KB 24/894 KB 52/587 KB 272/549 KB 116/404 KB 260/358 KB 16/894 KB 48/587 KB 272/549 KB 116/404 KB 256/358 KB 16/894 KB 64/587 KB 304/549 KB 120/404 KB 260/358 KB 24/894 KB 64/587 KB 304/549 KB 124/404 KB 260/358 KB 24/894 KB 64/587 KB 304/549 KB 128/404 KB 264/358 KB 24/894 KB 64/587 KB 304/549 KB 132/404 KB 264/358 KB 24/894 KB 64/587 KB 304/549 KB 136/404 KB 264/358 KB 24/894 KB 64/587 KB 304/549 KB 140/404 KB 264/358 KB 24/894 KB 64/587 KB 304/549 KB 144/404 KB 264/358 KB 24/894 KB 64/587 KB 292/549 KB 116/404 KB 260/358 KB 24/894 KB 60/587 KB 280/549 KB 116/404 KB 260/358 KB 24/894 KB 64/587 KB 304/549 KB 124/404 KB 264/358 KB 24/894 KB 64/587 KB 304/549 KB 144/404 KB 268/358 KB 24/894 KB 64/587 KB 304/549 KB 144/404 KB 272/358 KB 24/894 KB 64/587 KB 304/549 KB 144/404 KB 276/358 KB 24/894 KB 68/587 KB 304/549 KB 144/404 KB 280/358 KB 27/894 KB 68/587 KB 304/549 KB 144/404 KB 284/358 KB 27/894 KB 68/587 KB 304/549 KB 144/404 KB 288/358 KB 27/894 KB 68/587 KB 304/549 KB 144/404 KB 276/358 KB 27/894 KB 64/587 KB 304/549 KB 144/404 KB 276/358 K unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install B 27/894 KB 68/587 KB 304/549 KB 144/404 KB 288/358 KB 29/894 KB 68/587 KB 304/549 KB 144/404 KB 288/358 KB 32/894 KB 68/587 KB 304/549 KB 144/404 KB 288/358 KB 36/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 40/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 44/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 48/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 52/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 56/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 60/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 64/894 KB 72/587 KB 308/549 KB 148/404 KB 292/358 KB 36/894 KB 72/587 KB 308/549 KB 152/404 KB 292/358 KB 64/894 KB 72/587 KB 308/549 KB 156/404 KB 292/358 KB 64/894 KB 72/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 72/587 KB 308/549 KB 144/404 KB 292/358 KB 36/894 KB 76/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 80/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 84/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 88/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 92/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 96/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 100/587 KB 308/549 KB 160/404 KB 292/358 KB 64/894 KB 104/587 KB 308/549 KB 164/404 KB 292/358 KB 64/894 KB 108/587 KB 308/549 KB 164/404 KB 292/358 KB 64/894 KB 112/587 KB 308/549 KB 164/404 KB 292/358 KB 64/894 KB 116/587 KB 308/549 KB 164/404 KB 292/358 KB 64/894 KB 68/587 KB 308/549 KB 144/404 KB 292/358 KB 36/894 KB 116/587 KB 308/549 KB 164/404 KB 296/358 KB 68/894 KB 116/587 KB 308/549 KB 164/404 KB 300/358 KB 68/894 KB 116/587 KB 308/549 KB 164/404 KB 304/358 KB 68/894 KB 68/587 KB 308/549 KB 144/404 KB 288/358 KB 36/894 KB 116/587 KB 312/549 KB 164/404 KB 304/358 KB 68/894 KB 116/587 KB 316/549 KB 164/404 KB 304/358 KB 68/894 KB 116/587 KB 320/549 KB 164/404 KB 304/358 KB 68/894 KB 116/587 KB 320/549 KB 164/404 KB 308/358 KB 68/894 KB 116/587 KB 324/549 KB 164/404 KB 312/358 KB 68/894 KB 116/587 KB 324/549 KB 164/404 KB 316/358 KB 68/894 KB 116/587 KB 324/549 KB 164/404 KB 320/358 KB 68/894 KB 116/587 KB 324/549 KB 164/404 KB 324/358 KB 68/894 KB 116/587 KB 324/549 KB 164/404 KB 328/358 KB 68/894 KB 116/587 KB 324/549 KB 164/404 KB 332/358 KB 68/894 KB 116/587 KB 308/549 KB 164/404 KB 292/358 KB 68/894 KB 116/587 KB 324/549 KB 164/404 KB 336/358 KB 72/894 KB 116/587 KB 324/549 KB 164/404 KB 336/358 KB 76/894 KB 116/587 KB 324/549 KB 164/404 KB 336/358 KB 80/894 KB 100/587 KB 308/549 KB 164/404 KB 292/358 KB 64/894 KB 116/587 KB 324/549 KB 168/404 KB 336/358 KB 80/894 KB 116/587 KB 324/549 KB 172/404 KB 336/358 KB 80/894 KB 116/587 KB 324/549 KB 176/404 KB 336/358 KB 80/894 KB 116/587 KB 324/549 KB 180/404 KB 336/358 KB 80/894 KB 116/587 KB 324/549 KB 184/404 KB 336/358 KB 80/894 KB 116/587 KB 324/549 KB 188/404 KB 336/358 KB 80/894 KB 116/587 KB 324/549 KB 192/404 KB 336/358 KB 80/894 KB 120/587 KB 324/549 KB 196/404 KB 336/358 KB 80/894 KB 120/587 KB 324/549 KB 200/404 KB 336/358 KB 84/894 KB 120/587 KB 324/549 KB 204/404 KB 336/358 KB 84/894 KB 120/587 KB 324/549 KB 208/404 KB 336/358 KB 84/894 KB 116/587 KB 324/549 KB 164/404 KB 336/358 KB 80/894 KB 116/587 KB 324/549 KB 164/404 KB 308/358 KB 68/894 KB 120/587 KB 328/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 KB 332/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 KB 336/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 KB 340/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install KB 344/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 KB 348/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 KB 352/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 KB 356/549 KB 208/404 KB 336/358 KB 84/894 KB 120/587 KB 360/549 KB 208/404 KB 340/358 KB 84/894 KB 120/587 KB 364/549 KB 208/404 KB 340/358 KB 84/894 KB 120/587 KB 368/549 KB 208/404 KB 340/358 KB 84/894 KB 120/587 KB 324/549 KB 196/404 KB 336/358 KB 84/894 KB 120/587 KB 368/549 KB 208/404 KB 340/358 KB 88/894 KB 120/587 KB 368/549 KB 208/404 KB 340/358 KB 92/894 KB 120/587 KB 368/549 KB 208/404 KB 340/358 KB 96/894 KB 120/587 KB 324/549 KB 192/404 KB 336/358 KB 80/894 KB 124/587 KB 368/549 KB 208/404 KB 340/358 KB 96/894 KB 128/587 KB 368/549 KB 208/404 KB 340/358 KB 96/894 KB 132/587 KB 368/549 KB 208/404 KB 340/358 KB 96/894 KB 120/587 KB 356/549 KB 208/404 KB 340/358 KB 84/894 KB 132/587 KB 368/549 KB 208/404 KB 344/358 KB 96/894 KB 132/587 KB 368/549 KB 208/404 KB 348/358 KB 96/894 KB 132/587 KB 368/549 KB 208/404 KB 352/358 KB 96/894 KB 132/587 KB 368/549 KB 208/404 KB 356/358 KB 96/894 KB 136/587 KB 372/549 KB 212/404 KB 358/358 KB 100/894 KB 136/587 KB 372/549 KB 212/404 KB 356/358 KB 100/894 KB 136/587 KB 376/549 KB 212/404 KB 358/358 KB 100/894 KB 136/587 KB 380/549 KB 212/404 KB 358/358 KB 100/894 KB 136/587 KB 384/549 KB 212/404 KB 358/358 KB 100/894 KB 136/587 KB 368/549 KB 212/404 KB 356/358 KB 100/894 KB 136/587 KB 384/549 KB 212/404 KB 358/358 KB 104/894 KB 136/587 KB 384/549 KB 212/404 KB 358/358 KB 108/894 KB 136/587 KB 384/549 KB 212/404 KB 358/358 KB 112/894 KB 136/587 KB 368/549 KB 212/404 KB 356/358 KB 96/894 KB 140/587 KB 384/549 KB 212/404 KB 358/358 KB 112/894 KB 144/587 KB 384/549 KB 212/404 KB 358/358 KB 112/894 KB 148/587 KB 384/549 KB 212/404 KB 358/358 KB 112/894 KB 152/587 KB 384/549 KB 212/404 KB 358/358 KB 112/894 KB 156/587 KB 384/549 KB 212/404 KB 358/358 KB 112/894 KB 160/587 KB 384/549 KB 212/404 KB 358/358 KB 112/894 KB 164/587 KB 384/549 KB 212/404 KB 358/358 KB 116/894 KB 132/587 KB 368/549 KB 212/404 KB 356/358 KB 96/894 KB 164/587 KB 388/549 KB 216/404 KB 358/358 KB 116/894 KB 164/587 KB 388/549 KB 220/404 KB 358/358 KB 116/894 KB 164/587 KB 388/549 KB 224/404 KB 358/358 KB 116/894 KB 164/587 KB 388/549 KB 228/404 KB 358/358 KB 116/894 KB 164/587 KB 388/549 KB 232/404 KB 358/358 KB 116/894 KB 164/587 KB 388/549 KB 236/404 KB 358/358 KB 116/894 KB 164/587 KB 388/549 KB 240/404 KB 358/358 KB 116/894 KB 164/587 KB 388/549 KB 212/404 KB 358/358 KB 116/894 KB 164/587 KB 392/549 KB 240/404 KB 358/358 KB 116/894 KB 164/587 KB 396/549 KB 240/404 KB 358/358 KB 116/894 KB 164/587 KB 400/549 KB 240/404 KB 358/358 KB 116/894 KB 160/587 KB 384/549 KB 212/404 KB 358/358 KB 116/894 KB 164/587 KB 400/549 KB 240/404 KB 358/358 KB 120/894 KB 164/587 KB 400/549 KB 240/404 KB 358/358 KB 124/894 KB 168/587 KB 404/549 KB 240/404 KB 358/358 KB 128/894 KB 168/587 KB 404/549 KB 240/404 KB 358/358 KB 132/894 KB 168/587 KB 404/549 KB 244/404 KB 136/894 KB 168/587 KB 404/549 KB 244/404 KB 140/894 KB 168/587 KB 404/549 KB 244/404 KB 144/894 KB 168/587 KB 404/549 KB 240/404 KB 358/358 KB 124/894 KB 172/587 KB 404/549 KB 244/404 KB 144/894 KB 176/587 KB 404/549 KB 244/404 KB 144/894 KB 180/587 KB 404/549 KB 244/404 KB 144/894 KB 184/587 KB 404/549 KB 244/404 KB 144/894 KB 188/587 KB 404/549 KB 244/404 KB 144/894 KB 192/587 KB 404/549 KB 244/404 KB 144/894 KB 196/587 KB 404/5 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 49 KB 244/404 KB 144/894 KB 200/587 KB 404/549 KB 244/404 KB 148/894 KB 204/587 KB 404/549 KB 244/404 KB 148/894 KB 208/587 KB 404/549 KB 244/404 KB 148/894 KB 212/587 KB 404/549 KB 244/404 KB 148/894 KB 164/587 KB 404/549 KB 240/404 KB 358/358 KB 124/894 KB 212/587 KB 408/549 KB 244/404 KB 148/894 KB 212/587 KB 412/549 KB 244/404 KB 148/894 KB 212/587 KB 416/549 KB 244/404 KB 148/894 KB 212/587 KB 420/549 KB 244/404 KB 148/894 KB 212/587 KB 424/549 KB 244/404 KB 148/894 KB 212/587 KB 428/549 KB 244/404 KB 148/894 KB 212/587 KB 432/549 KB 244/404 KB 148/894 KB 196/587 KB 404/549 KB 244/404 KB 148/894 KB 212/587 KB 432/549 KB 244/404 KB 152/894 KB 212/587 KB 432/549 KB 244/404 KB 156/894 KB 212/587 KB 432/549 KB 244/404 KB 160/894 KB 168/587 KB 404/549 KB 244/404 KB 132/894 KB 212/587 KB 432/549 KB 248/404 KB 160/894 KB 212/587 KB 432/549 KB 252/404 KB 160/894 KB 212/587 KB 432/549 KB 256/404 KB 160/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 506.2 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 212/587 KB 432/549 KB 260/404 KB 160/894 KB 212/587 KB 432/549 KB 264/404 KB 160/894 KB 212/587 KB 432/549 KB 268/404 KB 160/894 KB 212/587 KB 432/549 KB 272/404 KB 160/894 KB 212/587 KB 432/549 KB 276/404 KB 160/894 KB 212/587 KB 436/549 KB 280/404 KB 164/894 KB 212/587 KB 436/549 KB 284/404 KB 164/894 KB 212/587 KB 436/549 KB 288/404 KB 164/894 KB 212/587 KB 436/549 KB 276/404 KB 164/894 KB 212/587 KB 440/549 KB 288/404 KB 164/894 KB 212/587 KB 444/549 KB 288/404 KB 164/894 KB 212/587 KB 448/549 KB 288/404 KB 164/894 KB 216/587 KB 448/549 KB 288/404 KB 164/894 KB 220/587 KB 448/549 KB 288/404 KB 164/894 KB 224/587 KB 448/549 KB 288/404 KB 164/894 KB 228/587 KB 448/549 KB 288/404 KB 164/894 KB 232/587 KB 452/549 KB 292/404 KB 164/894 KB 236/587 KB 452/549 KB 292/404 KB 164/894 KB 240/587 KB 452/549 KB 292/404 KB 164/894 KB 212/587 KB 432/549 KB 276/404 KB 164/894 KB 240/587 KB 452/549 KB 292/404 KB 168/894 KB 240/587 KB 452/549 KB 292/404 KB 172/894 KB 240/587 KB 452/549 KB 292/404 KB 176/894 KB 240/587 KB 452/549 KB 292/404 KB 180/894 KB 240/587 KB 452/549 KB 292/404 KB 184/894 KB 228/587 KB 452/549 KB 292/404 KB 164/894 KB 228/587 KB 452/549 KB 288/404 KB 164/894 KB 240/587 KB 456/549 KB 296/404 KB 184/894 KB 240/587 KB 460/549 KB 296/404 KB 184/894 KB 240/587 KB 464/549 KB 296/404 KB 184/894 KB 240/587 KB 468/549 KB 296/404 KB 184/894 KB 4/26 KB 244/587 KB 472/549 KB 296/404 KB 188/894 KB 4/26 KB 244/587 KB 476/549 KB 296/404 KB 188/894 KB 4/26 KB 244/587 KB 480/549 KB 296/404 KB 188/894 KB 4/26 KB 240/587 KB 452/549 KB 296/404 KB 184/894 KB 244/587 KB 480/549 KB 300/404 KB 188/894 KB 4/26 KB 244/587 KB 480/549 KB 304/404 KB 188/894 KB 4/26 KB 244/587 KB 480/549 KB 308/404 KB 188/894 KB 4/26 KB 244/587 KB 480/549 KB 312/404 KB 188/894 KB 4/26 KB 244/587 KB 480/549 KB 316/404 KB 188/894 KB 4/26 KB 244/587 KB 480/549 KB 320/404 KB 188/894 KB 4/26 KB 244/587 KB 468/549 KB 296/404 KB 188/894 KB 4/26 KB 248/587 KB 480/549 KB 320/404 KB 188/894 KB 4/26 KB 252/587 KB 480/549 KB 320/404 KB 188/894 KB 4/26 KB 256/587 KB 480/549 KB 320/404 KB 188/894 KB 4/26 KB 260/587 KB 480/549 KB 324/404 KB 188/894 KB 4/26 KB 264/587 KB 484/549 KB 324/404 KB 188/894 KB 4/26 KB 268/587 KB 484/549 KB 324/404 KB 188/894 KB 4/26 KB 272/587 KB 484/549 KB 324/404 KB 188/894 KB 4/26 KB 240/587 KB 468/549 KB 296/404 KB 188/894 KB 4/26 KB 240/587 KB 464/549 KB 296/404 KB 184/894 KB 4/26 KB 272/587 KB 484/549 KB 324/404 KB 188/894 KB 8/26 KB 272/587 KB 484/549 KB 324/404 KB 188/894 KB 12/26 KB 272/587 KB 484/549 KB 324/404 KB 188/894 KB 16/26 KB 272/587 KB 484/549 KB 324/404 KB 188/894 KB 20/26 KB 272/587 KB 484/549 KB 324/404 KB 188/894 KB 24/26 KB 272/587 KB 484/549 KB 324/404 KB 188/894 KB 26/26 KB 272/587 KB 484/549 KB 324/404 KB 192/894 KB 26/26 KB 272/587 KB 484/549 KB 324/404 KB 196/894 KB 26/26 KB 272/587 KB 484/549 KB 324/404 KB 200/894 KB 26/26 KB 272/587 KB 484/549 KB 324/404 KB 204/894 KB 26/26 KB 272/587 KB 484/549 KB 324/404 KB 208/894 KB 26/26 KB 260/587 KB 484/549 KB 324/404 KB 188/894 KB 4/26 KB 272/587 KB 488/549 KB 324/404 KB 208/894 KB 26/26 KB 272/587 KB 492/549 KB 324/404 KB 208/894 KB 26/26 KB 272/587 KB 496/549 KB 324/404 KB 208/894 KB 26/26 KB 256/587 KB 480/549 KB 324/404 KB 188/894 KB 4/26 KB 272/587 KB 496/549 KB 328/404 KB 208/894 KB 26/26 KB 272/587 KB 496/549 KB 332/404 KB 208/894 KB 26/26 KB 272/587 KB 496/549 KB 336/404 KB 208/8 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 94 KB 26/26 KB 272/587 KB 496/549 KB 336/404 KB 212/894 KB 26/26 KB 272/587 KB 496/549 KB 340/404 KB 216/894 KB 26/26 KB 276/587 KB 496/549 KB 340/404 KB 220/894 KB 26/26 KB 276/587 KB 496/549 KB 340/404 KB 224/894 KB 26/26 KB 276/587 KB 496/549 KB 340/404 KB 228/894 KB 26/26 KB 272/587 KB 496/549 KB 340/404 KB 212/894 KB 26/26 KB 276/587 KB 500/549 KB 344/404 KB 228/894 KB 26/26 KB 276/587 KB 500/549 KB 348/404 KB 228/894 KB 26/26 KB 276/587 KB 500/549 KB 352/404 KB 228/894 KB 26/26 KB 276/587 KB 500/549 KB 340/404 KB 228/894 KB 26/26 KB 276/587 KB 504/549 KB 352/404 KB 228/894 KB 26/26 KB 276/587 KB 508/549 KB 352/404 KB 228/894 KB 26/26 KB 276/587 KB 512/549 KB 352/404 KB 228/894 KB 26/26 KB 276/587 KB 496/549 KB 340/404 KB 216/894 KB 26/26 KB 280/587 KB 512/549 KB 352/404 KB 228/894 KB 26/26 KB 284/587 KB 512/549 KB 352/404 KB 228/894 KB 26/26 KB 288/587 KB 512/549 KB 352/404 KB 228/894 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 35.0 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 292/587 KB 512/549 KB 352/404 KB 228/894 KB 296/587 KB 516/549 KB 356/404 KB 232/894 KB 300/587 KB 516/549 KB 356/404 KB 232/894 KB 304/587 KB 516/549 KB 356/404 KB 232/894 KB 292/587 KB 516/549 KB 356/404 KB 232/894 KB 304/587 KB 520/549 KB 356/404 KB 232/894 KB 304/587 KB 524/549 KB 356/404 KB 232/894 KB 304/587 KB 528/549 KB 356/404 KB 232/894 KB 292/587 KB 512/549 KB 356/404 KB 232/894 KB 304/587 KB 528/549 KB 360/404 KB 232/894 KB 304/587 KB 528/549 KB 364/404 KB 232/894 KB 304/587 KB 528/549 KB 368/404 KB 232/894 KB 292/587 KB 512/549 KB 352/404 KB 232/894 KB 304/587 KB 528/549 KB 368/404 KB 236/894 KB 304/587 KB 528/549 KB 368/404 KB 240/894 KB 304/587 KB 528/549 KB 368/404 KB 244/894 KB 304/587 KB 528/549 KB 372/404 KB 248/894 KB 308/587 KB 532/549 KB 372/404 KB 252/894 KB 308/587 KB 532/549 KB 372/404 KB 256/894 KB 304/587 KB 528/549 KB 372/404 KB 244/894 KB 308/587 KB 532/549 KB 376/404 KB 256/894 KB 308/587 KB 532/549 KB 380/404 KB 256/894 KB 308/587 KB 532/549 KB 384/404 KB 256/894 KB 308/587 KB 532/549 KB 372/404 KB 248/894 KB 312/587 KB 532/549 KB 384/404 KB 256/894 KB 316/587 KB 532/549 KB 384/404 KB 256/894 KB 320/587 KB 532/549 KB 384/404 KB 256/894 KB 320/587 KB 532/549 KB 384/404 KB 4/79 KB 256/894 KB 320/587 KB 532/549 KB 384/404 KB 8/79 KB 256/894 KB 320/587 KB 532/549 KB 384/404 KB 12/79 KB 256/894 KB 320/587 KB 532/549 KB 384/404 KB 16/79 KB 256/894 KB 304/587 KB 532/549 KB 372/404 KB 248/894 KB 320/587 KB 536/549 KB 384/404 KB 16/79 KB 256/894 KB 320/587 KB 540/549 KB 384/404 KB 16/79 KB 256/894 KB 320/587 KB 544/549 KB 384/404 KB 16/79 KB 256/894 KB 320/587 KB 548/549 KB 384/404 KB 16/79 KB 256/894 KB 320/587 KB 549/549 KB 384/404 KB 16/79 KB 260/894 KB 320/587 KB 548/549 KB 384/404 KB 16/79 KB 260/894 KB 324/587 KB 549/549 KB 384/404 KB 20/79 KB 264/894 KB 324/587 KB 549/549 KB 384/404 KB 20/79 KB 268/894 KB 324/587 KB 549/549 KB 384/404 KB 20/79 KB 272/894 KB 324/587 KB 549/549 KB 384/404 KB 20/79 KB 276/894 KB 324/587 KB 549/549 KB 388/404 KB 20/79 KB 280/894 KB 324/587 KB 549/549 KB 388/404 KB 20/79 KB 284/894 KB 324/587 KB 549/549 KB 388/404 KB 20/79 KB 288/894 KB 324/587 KB 549/549 KB 384/404 KB 20/79 KB 260/894 KB 320/587 KB 549/549 KB 384/404 KB 20/79 KB 260/894 KB 324/587 KB 549/549 KB 388/404 KB 24/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 28/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 32/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 36/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 40/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 44/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 48/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 52/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 56/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 60/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 64/79 KB 288/894 KB 324/587 KB 549/549 KB 388/404 KB 20/79 KB 276/894 KB 324/587 KB 549/549 KB 392/404 KB 64/79 KB 288/894 KB 328/587 KB 549/549 KB 396/404 KB 64/79 KB 288/894 KB 328/587 KB 549/549 KB 400/404 KB 64/79 KB 288/894 KB 328/587 KB 549/549 KB 392/404 KB 64/79 KB 288/894 KB 332/587 KB 549/549 KB 400/404 KB 64/79 KB 288/894 KB 336/587 KB 549/549 KB 400/404 KB 64/79 KB 288/894 KB 336/587 KB 549/549 KB 404/404 KB 64/79 KB 288/894 KB 340/587 KB 549/549 KB 404/404 KB 68/79 KB 288/894 KB 344/587 KB 549/549 KB 404/404 KB 68/79 KB 288/894 KB 348/587 KB 549/549 KB 404/404 KB 68/7 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 9 KB 288/894 KB 352/587 KB 404/404 KB 68/79 KB 292/894 KB 336/587 KB 549/549 KB 404/404 KB 68/79 KB 288/894 KB 352/587 KB 404/404 KB 72/79 KB 292/894 KB 352/587 KB 404/404 KB 76/79 KB 292/894 KB 352/587 KB 404/404 KB 79/79 KB 292/894 KB 356/587 KB 404/404 KB 79/79 KB 292/894 KB 360/587 KB 404/404 KB 79/79 KB 292/894 KB 364/587 KB 404/404 KB 79/79 KB 292/894 KB 368/587 KB 404/404 KB 79/79 KB 292/894 KB 348/587 KB 404/404 KB 68/79 KB 292/894 KB 368/587 KB 404/404 KB 79/79 KB 296/894 KB 368/587 KB 404/404 KB 79/79 KB 300/894 KB 368/587 KB 404/404 KB 79/79 KB 304/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 735.4 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 368/587 KB 404/404 KB 79/79 KB 308/894 KB 372/587 KB 404/404 KB 79/79 KB 312/894 KB 372/587 KB 404/404 KB 79/79 KB 316/894 KB 372/587 KB 404/404 KB 79/79 KB 320/894 KB 372/587 KB 79/79 KB 324/894 KB 372/587 KB 79/79 KB 328/894 KB 372/587 KB 79/79 KB 332/894 KB 372/587 KB 79/79 KB 336/894 KB 372/587 KB 404/404 KB 79/79 KB 308/894 KB 376/587 KB 79/79 KB 336/894 KB 380/587 KB 79/79 KB 336/894 KB 384/587 KB 79/79 KB 336/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 538.9 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 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.3 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 388/587 KB 336/894 KB 392/587 KB 336/894 KB 396/587 KB 336/894 KB 400/587 KB 336/894 KB 404/587 KB 336/894 KB 408/587 KB 340/894 KB 412/587 KB 340/894 KB 416/587 KB 340/894 KB 404/587 KB 340/894 KB 416/587 KB 4/1822 KB 340/894 KB 416/587 KB 8/1822 KB 340/894 KB 416/587 KB 12/1822 KB 340/894 KB 416/587 KB 16/1822 KB 340/894 KB 416/587 KB 20/1822 KB 340/894 KB 416/587 KB 24/1822 KB 4/115 KB 340/894 KB 4/206 KB 416/587 KB 28/1822 KB 4/115 KB 340/894 KB 4/206 KB 416/587 KB 32/1822 KB 4/115 KB 340/894 KB 416/587 KB 20/1822 KB 4/115 KB 340/894 KB 4/206 KB 416/587 KB 32/1822 KB 8/115 KB 340/894 KB 4/206 KB 416/587 KB 32/1822 KB 12/115 KB 340/894 KB 4/206 KB 416/587 KB 32/1822 KB 16/115 KB 340/894 KB 4/206 KB 416/587 KB 24/1822 KB 4/115 KB 340/894 KB 8/206 KB 416/587 KB 32/1822 KB 16/115 KB 340/894 KB 8/206 KB 416/587 KB 32/1822 KB 20/115 KB 340/894 KB 12/206 KB 416/587 KB 36/1822 KB 24/115 KB 340/894 KB 12/206 KB 416/587 KB 36/1822 KB 28/115 KB 340/894 KB 12/206 KB 416/587 KB 36/1822 KB 32/115 KB 340/894 KB 12/206 KB 416/587 KB 36/1822 KB 36/115 KB 344/894 KB 12/206 KB 420/587 KB 36/1822 KB 40/115 KB 344/894 KB 12/206 KB 420/587 KB 36/1822 KB 44/115 KB 344/894 KB 12/206 KB 420/587 KB 36/1822 KB 48/115 KB 344/894 KB 12/206 KB 420/587 KB 36/1822 KB 52/115 KB 344/894 KB 12/206 KB 420/587 KB 36/1822 KB 56/115 KB 344/894 KB 12/206 KB 416/587 KB 36/1822 KB 20/115 KB 340/894 KB 12/206 KB 420/587 KB 40/1822 KB 56/115 KB 344/894 KB 12/206 KB 420/587 KB 44/1822 KB 56/115 KB 344/894 KB 12/206 KB 420/587 KB 48/1822 KB 56/115 KB 344/894 KB 12/206 KB 416/587 KB 32/1822 KB 20/115 KB 340/894 KB 16/206 KB 420/587 KB 48/1822 KB 56/115 KB 344/894 KB 20/206 KB 420/587 KB 48/1822 KB 56/115 KB 344/894 KB 24/206 KB 420/587 KB 48/1822 KB 56/115 KB 344/894 KB 28/206 KB 420/587 KB 48/1822 KB 56/115 KB 344/894 KB 32/206 KB 420/587 KB 48/1822 KB 56/115 KB 344/894 KB 36/206 KB 420/587 KB 48/1822 KB 56/115 KB 344/894 KB 40/206 KB 420/587 KB 52/1822 KB 56/115 KB 344/894 KB 44/206 KB 420/587 KB 52/1822 KB 56/115 KB 344/894 KB 48/206 KB 420/587 KB 52/1822 KB 56/115 KB 344/894 KB 12/206 KB 420/587 KB 36/1822 KB 36/115 KB 344/894 KB 48/206 KB 424/587 KB 52/1822 KB 56/115 KB 344/894 KB 48/206 KB 428/587 KB 52/1822 KB 56/115 KB 344/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 344/894 KB 12/206 KB 416/587 KB 36/1822 KB 32/115 KB 344/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 348/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 352/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 356/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 360/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 364/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 368/894 KB 48/206 KB 432/587 KB 52/1822 KB 56/115 KB 372/894 KB 52/206 KB 436/587 KB 52/1822 KB 56/115 KB 376/894 KB 52/206 KB 436/587 KB 52/1822 KB 56/115 KB 380/894 KB 52/206 KB 436/587 KB 52/1822 KB 56/115 KB 384/894 KB 36/206 KB 420/587 KB 52/1822 KB 56/115 KB 344/894 KB 52/206 KB 436/587 KB 56/1822 KB 56/115 KB 384/894 KB 52/206 KB 436/587 KB 60/1822 KB 56/115 KB 384/894 KB 52/206 KB 436/587 KB 64/1822 KB 56/115 KB 384/894 KB 52/206 KB 436/587 KB 68/1822 KB 56/115 KB 384/894 KB 52/206 KB 436/587 KB 72/1822 KB 60/115 KB 388/894 KB 52/206 KB 436/587 KB 76/1822 KB 60/115 KB 388/894 KB 52/206 KB 436/587 KB 80/1822 KB 60/115 KB 388/894 KB 52/206 KB 436/587 KB 52/1822 KB 56/115 KB 372/894 KB 56/206 KB 436/587 KB 80/1822 K unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install B 60/115 KB 388/894 KB 60/206 KB 436/587 KB 80/1822 KB 60/115 KB 388/894 KB 64/206 KB 436/587 KB 80/1822 KB 60/115 KB 388/894 KB 48/206 KB 436/587 KB 52/1822 KB 56/115 KB 372/894 KB 64/206 KB 440/587 KB 80/1822 KB 60/115 KB 388/894 KB 64/206 KB 444/587 KB 80/1822 KB 60/115 KB 388/894 KB 64/206 KB 448/587 KB 80/1822 KB 60/115 KB 388/894 KB 52/206 KB 436/587 KB 68/1822 KB 60/115 KB 388/894 KB 64/206 KB 448/587 KB 80/1822 KB 64/115 KB 388/894 KB 64/206 KB 448/587 KB 80/1822 KB 68/115 KB 388/894 KB 68/206 KB 452/587 KB 84/1822 KB 72/115 KB 388/894 KB 68/206 KB 452/587 KB 84/1822 KB 76/115 KB 388/894 KB 68/206 KB 452/587 KB 84/1822 KB 80/115 KB 388/894 KB 52/206 KB 436/587 KB 68/1822 KB 56/115 KB 388/894 KB 68/206 KB 452/587 KB 84/1822 KB 80/115 KB 392/894 KB 68/206 KB 452/587 KB 84/1822 KB 80/115 KB 396/894 KB 68/206 KB 452/587 KB 84/1822 KB 80/115 KB 400/894 KB 68/206 KB 452/587 KB 84/1822 KB 80/115 KB 404/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 408/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 412/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 416/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 420/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 424/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 428/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 432/894 KB 68/206 KB 452/587 KB 84/1822 KB 68/115 KB 388/894 KB 68/206 KB 452/587 KB 88/1822 KB 84/115 KB 432/894 KB 68/206 KB 452/587 KB 92/1822 KB 84/115 KB 432/894 KB 68/206 KB 452/587 KB 96/1822 KB 84/115 KB 432/894 KB 68/206 KB 452/587 KB 80/1822 KB 68/115 KB 388/894 KB 68/206 KB 456/587 KB 96/1822 KB 84/115 KB 432/894 KB 68/206 KB 460/587 KB 96/1822 KB 84/115 KB 432/894 KB 68/206 KB 464/587 KB 96/1822 KB 84/115 KB 432/894 KB 68/206 KB 448/587 KB 80/1822 KB 68/115 KB 388/894 KB 72/206 KB 464/587 KB 96/1822 KB 84/115 KB 432/894 KB 76/206 KB 464/587 KB 96/1822 KB 84/115 KB 432/894 KB 80/206 KB 464/587 KB 96/1822 KB 84/115 KB 432/894 KB 84/206 KB 464/587 KB 96/1822 KB 84/115 KB 432/894 KB 88/206 KB 468/587 KB 100/1822 KB 84/115 KB 432/894 KB 92/206 KB 468/587 KB 100/1822 KB 84/115 KB 432/894 KB 96/206 KB 468/587 KB 100/1822 KB 84/115 KB 432/894 KB 68/206 KB 452/587 KB 84/1822 KB 84/115 KB 404/894 KB 96/206 KB 468/587 KB 100/1822 KB 88/115 KB 432/894 KB 96/206 KB 468/587 KB 100/1822 KB 92/115 KB 432/894 KB 96/206 KB 468/587 KB 100/1822 KB 96/115 KB 432/894 KB 96/206 KB 468/587 KB 100/1822 KB 100/115 KB 432/894 KB 100/206 KB 468/587 KB 100/1822 KB 104/115 KB 432/894 KB 100/206 KB 468/587 KB 100/1822 KB 108/115 KB 432/894 KB 84/206 KB 468/587 KB 100/1822 KB 84/115 KB 432/894 KB 100/206 KB 468/587 KB 104/1822 KB 108/115 KB 432/894 KB 84/206 KB 468/587 KB 96/1822 KB 84/115 KB 432/894 KB 100/206 KB 472/587 KB 104/1822 KB 108/115 KB 432/894 KB 100/206 KB 476/587 KB 104/1822 KB 108/115 KB 432/894 KB 100/206 KB 480/587 KB 104/1822 KB 108/115 KB 432/894 KB 100/206 KB 484/587 KB 104/1822 KB 108/115 KB 432/894 KB 100/206 KB 468/587 KB 100/1822 KB 100/115 KB 432/894 KB 104/206 KB 484/587 KB 108/1822 KB 108/115 KB 432/894 KB 108/206 KB 488/587 KB 108/1822 KB 108/115 KB 432/894 KB 112/206 KB 488/587 KB 108/1822 KB 108/115 KB 432/894 KB 100/206 KB 484/587 KB 108/1822 KB 108/115 KB 432/894 KB 112/206 KB 488/587 KB 112/1822 KB 108/115 KB 432/894 KB 112/206 KB 488/587 KB 116/1822 KB 108/115 KB 432/894 KB 116/206 KB 488/587 KB 120/1822 KB 112/115 KB 436/894 KB 104/206 KB 488/587 KB 108/1822 KB 108/ unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 115 KB 432/894 KB 116/206 KB 492/587 KB 120/1822 KB 112/115 KB 436/894 KB 116/206 KB 496/587 KB 120/1822 KB 112/115 KB 436/894 KB 116/206 KB 500/587 KB 120/1822 KB 112/115 KB 436/894 KB 116/206 KB 504/587 KB 124/1822 KB 112/115 KB 436/894 KB 116/206 KB 488/587 KB 116/1822 KB 112/115 KB 436/894 KB 112/206 KB 488/587 KB 116/1822 KB 112/115 KB 436/894 KB 120/206 KB 508/587 KB 124/1822 KB 112/115 KB 440/894 KB 120/206 KB 508/587 KB 124/1822 KB 112/115 KB 444/894 KB 120/206 KB 508/587 KB 124/1822 KB 112/115 KB 448/894 KB 112/206 KB 488/587 KB 116/1822 KB 112/115 KB 432/894 KB 120/206 KB 508/587 KB 124/1822 KB 115/115 KB 448/894 KB 116/206 KB 508/587 KB 124/1822 KB 112/115 KB 444/894 KB 120/206 KB 512/587 KB 124/1822 KB 115/115 KB 448/894 KB 120/206 KB 508/587 KB 124/1822 KB 112/115 KB 436/894 KB 124/206 KB 512/587 KB 124/1822 KB 115/115 KB 448/894 KB 116/206 KB 500/587 KB 124/1822 KB 112/115 KB 436/894 KB 124/206 KB 512/587 KB 128/1822 KB 115/115 KB 448/894 KB 124/206 KB 512/587 KB 132/1822 KB 115/115 KB 448/894 KB 128/206 KB 516/587 KB 136/1822 KB 115/115 KB 452/894 KB 128/206 KB 516/587 KB 140/1822 KB 115/115 KB 452/894 KB 128/206 KB 516/587 KB 144/1822 KB 115/115 KB 452/894 KB 128/206 KB 516/587 KB 132/1822 KB 115/115 KB 452/894 KB 128/206 KB 512/587 KB 132/1822 KB 115/115 KB 448/894 KB 128/206 KB 516/587 KB 132/1822 KB 115/115 KB 448/894 KB 128/206 KB 520/587 KB 148/1822 KB 456/894 KB 128/206 KB 516/587 KB 148/1822 KB 456/894 KB 128/206 KB 524/587 KB 148/1822 KB 460/894 KB 128/206 KB 524/587 KB 148/1822 KB 464/894 KB 128/206 KB 524/587 KB 148/1822 KB 468/894 KB 128/206 KB 524/587 KB 148/1822 KB 472/894 KB 128/206 KB 524/587 KB 148/1822 KB 476/894 KB 128/206 KB 524/587 KB 148/1822 KB 480/894 KB 128/206 KB 516/587 KB 148/1822 KB 452/894 KB 128/206 KB 524/587 KB 152/1822 KB 480/894 KB 128/206 KB 524/587 KB 156/1822 KB 480/894 KB 128/206 KB 524/587 KB 160/1822 KB 480/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 143.6 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 128/206 KB 524/587 KB 148/1822 KB 456/894 KB 128/206 KB 528/587 KB 160/1822 KB 480/894 KB 128/206 KB 532/587 KB 160/1822 KB 480/894 KB Downloading: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 128/206 KB 536/587 KB 160/1822 KB 480/894 KB 128/206 KB 540/587 KB 160/1822 KB 480/894 KB 128/206 KB 544/587 KB 160/1822 KB 480/894 KB 128/206 KB 548/587 KB 160/1822 KB 480/894 KB 132/206 KB 548/587 KB 164/1822 KB 480/894 KB 136/206 KB 548/587 KB 164/1822 KB 480/894 KB 140/206 KB 548/587 KB 164/1822 KB 480/894 KB 144/206 KB 548/587 KB 164/1822 KB 480/894 KB 148/206 KB 548/587 KB 164/1822 KB 480/894 KB 152/206 KB 548/587 KB 164/1822 KB 480/894 KB 156/206 KB 548/587 KB 164/1822 KB 480/894 KB 160/206 KB 548/587 KB 164/1822 KB 480/894 KB 164/206 KB 548/587 KB 164/1822 KB 480/894 KB 128/206 KB 548/587 KB 164/1822 KB 480/894 KB 164/206 KB 552/587 KB 168/1822 KB 480/894 KB 164/206 KB 552/587 KB 172/1822 KB 480/894 KB 164/206 KB 552/587 KB 176/1822 KB 480/894 KB 168/206 KB 552/587 KB 180/1822 KB 484/894 KB 168/206 KB 552/587 KB 184/1822 KB 484/894 KB 168/206 KB 552/587 KB 188/1822 KB 484/894 KB 168/206 KB 552/587 KB 192/1822 KB 484/894 KB 164/206 KB 552/587 KB 164/1822 KB 480/894 KB 168/206 KB 556/587 KB 192/1822 KB 484/894 KB 168/206 KB 560/587 KB 192/1822 KB 484/894 KB 168/206 KB 552/587 KB 176/1822 KB 484/894 KB 172/206 KB 560/587 KB 192/1822 KB 484/894 KB 176/206 KB 560/587 KB 192/1822 KB 484/894 KB 164/206 KB 552/587 KB 176/1822 KB 484/894 KB 176/206 KB 560/587 KB 192/1822 KB 488/894 KB 176/206 KB 560/587 KB 192/1822 KB 492/894 KB 176/206 KB 560/587 KB 192/1822 KB 496/894 KB 176/206 KB 560/587 KB 192/1822 KB 500/894 KB 180/206 KB 564/587 KB 192/1822 KB 504/894 KB 3/314 KB 180/206 KB 564/587 KB 192/1822 KB 508/894 KB 3/314 KB 180/206 KB 564/587 KB 192/1822 KB 512/894 KB 3/314 KB 180/206 KB 564/587 KB 192/1822 KB 516/894 KB 3/314 KB 180/206 KB 564/587 KB 196/1822 KB 520/894 KB 3/314 KB 180/206 KB 564/587 KB 196/1822 KB 524/894 KB 3/314 KB 180/206 KB 564/587 KB 196/1822 KB 528/894 KB 3/314 KB 180/206 KB 564/587 KB 196/1822 KB 532/894 KB 180/206 KB 564/587 KB 192/1822 KB 500/894 KB 180/206 KB 560/587 KB 192/1822 KB 500/894 KB 3/314 KB 184/206 KB 564/587 KB 196/1822 KB 532/894 KB 3/314 KB 188/206 KB 568/587 KB 196/1822 KB 532/894 KB 3/314 KB 192/206 KB 568/587 KB 196/1822 KB 532/894 KB 3/314 KB 196/206 KB 568/587 KB 196/1822 KB 532/894 KB 3/314 KB 200/206 KB 568/587 KB 196/1822 KB 532/894 KB 3/314 KB 204/206 KB 568/587 KB 196/1822 KB 532/894 KB 3/314 KB 206/206 KB 568/587 KB 196/1822 KB 532/894 KB 3/314 KB 180/206 KB 564/587 KB 196/1822 KB 516/894 KB 3/314 KB 206/206 KB 568/587 KB 200/1822 KB 532/894 KB 3/314 KB 180/206 KB 564/587 KB 192/1822 KB 504/894 KB 6/314 KB 206/206 KB 568/587 KB 200/1822 KB 532/894 KB 9/314 KB 206/206 KB 568/587 KB 200/1822 KB 532/894 KB 11/314 KB 206/206 KB 568/587 KB 200/1822 KB 532/894 KB 14/314 KB 206/206 KB 568/587 KB 200/1822 KB 532/894 KB 3/314 KB 184/206 KB 568/587 KB 196/1822 KB 532/894 KB 16/314 KB 206/206 KB 572/587 KB 200/1822 KB 532/894 KB 16/314 KB 206/206 KB 576/587 KB 200/1822 KB 532/894 KB 16/314 KB 206/206 KB 568/587 KB 200/1822 KB 532/894 KB 19/314 KB 206/206 KB 576/587 KB 200/1822 KB 532/894 KB 22/314 KB 206/206 KB 576/587 KB 200/1822 KB 532/894 KB 25/314 KB 206/206 KB 576/587 KB 200/1822 KB 532/894 KB 27/314 KB 206/206 KB 580/587 KB 204/1822 KB 532/894 KB 25/314 KB 206/206 KB 580/587 KB 204/1822 KB 532/894 KB 27/314 KB 206/206 KB 580/587 KB 208/1822 KB 532/894 KB 27/314 KB 206/206 KB 580/587 KB 212/1822 KB 532/894 KB 25/314 KB 206/206 KB 580/587 KB 200/1822 KB 532/894 KB 30/314 KB 206/206 KB 584/587 KB 212/1822 K unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install B 532/894 KB 30/314 KB 206/206 KB 587/587 KB 212/1822 KB 532/894 KB 30/314 KB 206/206 KB 580/587 KB 212/1822 KB 532/894 KB 32/314 KB 206/206 KB 587/587 KB 212/1822 KB 532/894 KB 36/314 KB 206/206 KB 587/587 KB 212/1822 KB 532/894 KB 40/314 KB 206/206 KB 587/587 KB 216/1822 KB 536/894 KB 44/314 KB 206/206 KB 587/587 KB 216/1822 KB 536/894 KB 48/314 KB 206/206 KB 587/587 KB 216/1822 KB 536/894 KB 36/314 KB 206/206 KB 587/587 KB 216/1822 KB 536/894 KB 48/314 KB 206/206 KB 587/587 KB 216/1822 KB 540/894 KB 48/314 KB 587/587 KB 216/1822 KB 544/894 KB 36/314 KB 206/206 KB 587/587 KB 216/1822 KB 532/894 KB 48/314 KB 587/587 KB 220/1822 KB 544/894 KB 48/314 KB 587/587 KB 224/1822 KB 544/894 KB 48/314 KB 587/587 KB 228/1822 KB 544/894 KB 52/314 KB 587/587 KB 232/1822 KB 548/894 KB 52/314 KB 587/587 KB 236/1822 KB 548/894 KB 52/314 KB 587/587 KB 240/1822 KB 548/894 KB 52/314 KB 587/587 KB 228/1822 KB 548/894 KB 48/314 KB 587/587 KB 228/1822 KB 548/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 252.7 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 56/314 KB 587/587 KB 240/1822 KB 552/894 KB 56/314 KB 587/587 KB 240/1822 KB 556/894 KB 56/314 KB 587/587 KB 240/1822 KB 560/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 718.1 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 56/314 KB 587/587 KB 240/1822 KB 556/894 KB 60/314 KB 240/1822 KB 560/894 KB 63/314 KB 240/1822 KB 560/894 KB 63/314 KB 244/1822 KB 560/894 KB 67/314 KB 248/1822 KB 564/894 KB 67/314 KB 252/1822 KB 564/894 KB 67/314 KB 256/1822 KB 564/894 KB 67/314 KB 260/1822 KB 564/894 KB 67/314 KB 264/1822 KB 564/894 KB 67/314 KB 268/1822 KB 564/894 KB 67/314 KB 272/1822 KB 564/894 KB 67/314 KB 4/57 KB 276/1822 KB 564/894 KB 67/314 KB 244/1822 KB 564/894 KB 67/314 KB 4/57 KB 276/1822 KB 568/894 KB 67/314 KB 4/57 KB 276/1822 KB 572/894 KB 67/314 KB 4/57 KB 276/1822 KB 576/894 KB 67/314 KB 4/263 KB 4/57 KB 276/1822 KB 576/894 KB 67/314 KB 244/1822 KB 560/894 KB 71/314 KB 4/263 KB 4/57 KB 276/1822 KB 576/894 KB 75/314 KB 4/263 KB 4/57 KB 276/1822 KB 576/894 KB 79/314 KB 8/263 KB 4/57 KB 276/1822 KB 576/894 KB 79/314 KB 8/263 KB 4/57 KB 276/1822 KB 580/894 KB 83/314 KB 8/263 KB 4/57 KB 276/1822 KB 584/894 KB 83/314 KB 8/263 KB 4/57 KB 276/1822 KB 588/894 KB 83/314 KB 8/263 KB 4/57 KB 276/1822 KB 592/894 KB 67/314 KB 4/57 KB 272/1822 KB 564/894 KB 83/314 KB 8/263 KB 8/57 KB 276/1822 KB 592/894 KB 83/314 KB 8/263 KB 12/57 KB 276/1822 KB 592/894 KB 83/314 KB 8/263 KB 16/57 KB 276/1822 KB 592/894 KB 83/314 KB 8/263 KB 4/57 KB 276/1822 KB 580/894 KB 87/314 KB 8/263 KB 16/57 KB 276/1822 KB 592/894 KB 91/314 KB 8/263 KB 16/57 KB 276/1822 KB 592/894 KB 95/314 KB 8/263 KB 16/57 KB 276/1822 KB 592/894 KB 99/314 KB 8/263 KB 20/57 KB 276/1822 KB 592/894 KB 103/314 KB 8/263 KB 20/57 KB 280/1822 KB 596/894 KB 75/314 KB 8/263 KB 4/57 KB 276/1822 KB 576/894 KB 103/314 KB 12/263 KB 20/57 KB 280/1822 KB 596/894 KB 103/314 KB 16/263 KB 20/57 KB 280/1822 KB 596/894 KB 103/314 KB 20/263 KB 20/57 KB 280/1822 KB 596/894 KB 103/314 KB 24/263 KB 20/57 KB 280/1822 KB 596/894 KB 103/314 KB 28/263 KB 20/57 KB 280/1822 KB 596/894 KB 103/314 KB 32/263 KB 20/57 KB 280/1822 KB 596/894 KB 103/314 KB 36/263 KB 20/57 KB 280/1822 KB 596/894 KB 99/314 KB 8/263 KB 20/57 KB 280/1822 KB 596/894 KB 107/314 KB 36/263 KB 20/57 KB 284/1822 KB 596/894 KB 107/314 KB 36/263 KB 20/57 KB 288/1822 KB 596/894 KB 99/314 KB 8/263 KB 20/57 KB 276/1822 KB 596/894 KB 107/314 KB 36/263 KB 20/57 KB 288/1822 KB 600/894 KB 107/314 KB 36/263 KB 20/57 KB 288/1822 KB 604/894 KB 107/314 KB 36/263 KB 20/57 KB 288/1822 KB 608/894 KB 107/314 KB 36/263 KB 20/57 KB 288/1822 KB 612/894 KB 107/314 KB 40/263 KB 20/57 KB 292/1822 KB 616/894 KB 107/314 KB 40/263 KB 20/57 KB 292/1822 KB 620/894 KB 107/314 KB 40/263 KB 20/57 KB 292/1822 KB 624/894 KB 95/314 KB 8/263 KB 20/57 KB 276/1822 KB 592/894 KB 107/314 KB 40/263 KB 24/57 KB 292/1822 KB 624/894 KB 107/314 KB 40/263 KB 28/57 KB 292/1822 KB 624/894 KB 107/314 KB 40/263 KB 32/57 KB 292/1822 KB 624/894 KB 107/314 KB 40/263 KB 36/57 KB 292/1822 KB 624/894 KB 107/314 KB 40/263 KB 40/57 KB 292/1822 KB 624/894 KB 107/314 KB 40/263 KB 44/57 KB 292/1822 KB 624/894 KB 107/314 KB 40/263 KB 48/57 KB 292/1822 KB 624/894 KB 107/314 KB 40/263 KB 20/57 KB 292/1822 KB 612/894 KB 107/314 KB 40/263 KB 48/57 KB 296/1822 KB 624/894 KB 107/314 KB 40/263 KB 48/57 KB 300/1822 KB 624/894 KB 107/314 KB 40/263 KB 48/57 KB 304/1822 KB 624/894 KB 107/314 KB 40/263 KB 20/57 KB 288/1822 KB 612/894 KB 107/314 KB 44/263 KB 48/57 KB 304/1822 KB 624/894 KB 107/314 KB 48/263 KB 48/57 KB 304/1822 KB 624/894 KB 107/314 KB 36/263 KB 20/57 KB 280/1822 KB 596/894 KB 111/314 KB 48/263 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 48/57 KB 304/1822 KB 624/894 KB 115/314 KB 48/263 KB 48/57 KB 304/1822 KB 624/894 KB 119/314 KB 52/263 KB 48/57 KB 304/1822 KB 624/894 KB 123/314 KB 52/263 KB 52/57 KB 304/1822 KB 624/894 KB 127/314 KB 52/263 KB 52/57 KB 304/1822 KB 624/894 KB 131/314 KB 52/263 KB 52/57 KB 304/1822 KB 628/894 KB 135/314 KB 52/263 KB 52/57 KB 308/1822 KB 628/894 KB 139/314 KB 52/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 52/263 KB 52/57 KB 308/1822 KB 628/894 KB 115/314 KB 52/263 KB 48/57 KB 304/1822 KB 624/894 KB 143/314 KB 56/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 60/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 64/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 68/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 72/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 76/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 80/263 KB 52/57 KB 308/1822 KB 628/894 KB 143/314 KB 84/263 KB 52/57 KB 308/1822 KB 628/894 KB 147/314 KB 88/263 KB 52/57 KB 308/1822 KB 628/894 KB 147/314 KB 92/263 KB 52/57 KB 308/1822 KB 628/894 KB 131/314 KB 52/263 KB 52/57 KB 308/1822 KB 628/894 KB 147/314 KB 92/263 KB 52/57 KB 312/1822 KB 628/894 KB 147/314 KB 92/263 KB 52/57 KB 316/1822 KB 628/894 KB 147/314 KB 92/263 KB 52/57 KB 320/1822 KB 628/894 KB 127/314 KB 52/263 KB 52/57 KB 304/1822 KB 628/894 KB 147/314 KB 92/263 KB 52/57 KB 320/1822 KB 632/894 KB 147/314 KB 92/263 KB 52/57 KB 320/1822 KB 636/894 KB 147/314 KB 92/263 KB 52/57 KB 320/1822 KB 640/894 KB 119/314 KB 52/263 KB 52/57 KB 304/1822 KB 624/894 KB 147/314 KB 92/263 KB 56/57 KB 320/1822 KB 640/894 KB 147/314 KB 92/263 KB 57/57 KB 320/1822 KB 640/894 KB 147/314 KB 92/263 KB 57/57 KB 324/1822 KB 640/894 KB 147/314 KB 92/263 KB 57/57 KB 328/1822 KB 644/894 KB 147/314 KB 92/263 KB 57/57 KB 332/1822 KB 644/894 KB 147/314 KB 92/263 KB 57/57 KB 336/1822 KB 644/894 KB 147/314 KB 84/263 KB 52/57 KB 308/1822 KB 628/894 KB 151/314 KB 92/263 KB 57/57 KB 336/1822 KB 644/894 KB 147/314 KB 92/263 KB 57/57 KB 324/1822 KB 644/894 KB 155/314 KB 92/263 KB 57/57 KB 336/1822 KB 648/894 KB 155/314 KB 92/263 KB 57/57 KB 336/1822 KB 652/894 KB 155/314 KB 92/263 KB 57/57 KB 336/1822 KB 656/894 KB 155/314 KB 92/263 KB 57/57 KB 340/1822 KB 656/894 KB 155/314 KB 96/263 KB 57/57 KB 344/1822 KB 660/894 KB 155/314 KB 96/263 KB 57/57 KB 348/1822 KB 660/894 KB 155/314 KB 96/263 KB 57/57 KB 352/1822 KB 660/894 KB 155/314 KB 96/263 KB 57/57 KB 340/1822 KB 660/894 KB 155/314 KB 100/263 KB 57/57 KB 352/1822 KB 660/894 KB 155/314 KB 104/263 KB 57/57 KB 352/1822 KB 660/894 KB 155/314 KB 108/263 KB 57/57 KB 352/1822 KB 660/894 KB 155/314 KB 112/263 KB 57/57 KB 352/1822 KB 660/894 KB 155/314 KB 116/263 KB 57/57 KB 352/1822 KB 660/894 KB 155/314 KB 120/263 KB 57/57 KB 356/1822 KB 660/894 KB 155/314 KB 124/263 KB 57/57 KB 356/1822 KB 660/894 KB 155/314 KB 128/263 KB 57/57 KB 356/1822 KB 660/894 KB 155/314 KB 92/263 KB 57/57 KB 340/1822 KB 660/894 KB 155/314 KB 128/263 KB 57/57 KB 356/1822 KB 664/894 KB 155/314 KB 128/263 KB 57/57 KB 356/1822 KB 668/894 KB 155/314 KB 92/263 KB 57/57 KB 340/1822 KB 656/894 KB 159/314 KB 128/263 KB 57/57 KB 356/1822 KB 672/894 KB 163/314 KB 128/263 KB 57/57 KB 356/1822 KB 672/894 KB 167/314 KB 128/263 KB 57/57 KB 356/1822 KB 672/894 KB 171/314 KB 128/263 KB 57/57 KB 356/1822 KB 672/894 KB 175/314 KB 128/263 KB 356/1822 KB 672/894 KB 179/314 KB 128/263 KB 356/1822 KB 672/894 KB 183/314 KB 128/26 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 3 KB 356/1822 KB 672/894 KB 187/314 KB 128/263 KB 356/1822 KB 672/894 KB 155/314 KB 116/263 KB 57/57 KB 356/1822 KB 660/894 KB 187/314 KB 128/263 KB 360/1822 KB 672/894 KB 187/314 KB 128/263 KB 364/1822 KB 672/894 KB 187/314 KB 128/263 KB 368/1822 KB 672/894 KB 155/314 KB 128/263 KB 57/57 KB 356/1822 KB 672/894 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 66.6 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 187/314 KB 128/263 KB 368/1822 KB 676/894 KB 187/314 KB 128/263 KB 368/1822 KB 680/894 KB 187/314 KB 128/263 KB 368/1822 KB 684/894 KB 187/314 KB 128/263 KB 368/1822 KB 688/894 KB 187/314 KB 128/263 KB 372/1822 KB 688/894 KB 191/314 KB 132/263 KB 376/1822 KB 692/894 KB 191/314 KB 132/263 KB 380/1822 KB 692/894 KB 191/314 KB 132/263 KB 384/1822 KB 692/894 KB 191/314 KB 132/263 KB 388/1822 KB 692/894 KB 191/314 KB 132/263 KB 392/1822 KB 692/894 KB 191/314 KB 132/263 KB 396/1822 KB 692/894 KB 191/314 KB 132/263 KB 400/1822 KB 692/894 KB 191/314 KB 132/263 KB 372/1822 KB 692/894 KB 191/314 KB 136/263 KB 400/1822 KB 692/894 KB 191/314 KB 140/263 KB 400/1822 KB 692/894 KB 191/314 KB 144/263 KB 400/1822 KB 692/894 KB 191/314 KB 128/263 KB 372/1822 KB 692/894 KB 191/314 KB 128/263 KB 372/1822 KB 688/894 KB 195/314 KB 144/263 KB 400/1822 KB 692/894 KB 195/314 KB 144/263 KB 400/1822 KB 696/894 KB 195/314 KB 144/263 KB 400/1822 KB 700/894 KB 199/314 KB 144/263 KB 400/1822 KB 704/894 KB 199/314 KB 144/263 KB 400/1822 KB 700/894 KB 203/314 KB 144/263 KB 400/1822 KB 704/894 KB 207/314 KB 144/263 KB 400/1822 KB 704/894 KB 211/314 KB 144/263 KB 400/1822 KB 704/894 KB 215/314 KB 148/263 KB 400/1822 KB 708/894 KB 219/314 KB 148/263 KB 400/1822 KB 708/894 KB 223/314 KB 148/263 KB 400/1822 KB 708/894 KB 211/314 KB 148/263 KB 400/1822 KB 708/894 KB 223/314 KB 152/263 KB 400/1822 KB 708/894 KB 223/314 KB 156/263 KB 400/1822 KB 708/894 KB 223/314 KB 160/263 KB 4/99 KB 400/1822 KB 708/894 KB 223/314 KB 164/263 KB 4/99 KB 400/1822 KB 708/894 KB 227/314 KB 168/263 KB 4/99 KB 404/1822 KB 708/894 KB 227/314 KB 172/263 KB 4/99 KB 404/1822 KB 708/894 KB 211/314 KB 144/263 KB 400/1822 KB 708/894 KB 227/314 KB 176/263 KB 4/99 KB 404/1822 KB 712/894 KB 227/314 KB 176/263 KB 4/99 KB 404/1822 KB 716/894 KB 227/314 KB 176/263 KB 4/99 KB 404/1822 KB 720/894 KB 227/314 KB 176/263 KB 4/99 KB 404/1822 KB 724/894 KB 227/314 KB 176/263 KB 4/99 KB 404/1822 KB 728/894 KB 227/314 KB 176/263 KB 4/99 KB 404/1822 KB 732/894 KB 227/314 KB 164/263 KB 4/99 KB 404/1822 KB 708/894 KB 227/314 KB 176/263 KB 4/99 KB 408/1822 KB 732/894 KB 227/314 KB 176/263 KB 4/99 KB 412/1822 KB 732/894 KB 227/314 KB 176/263 KB 4/99 KB 416/1822 KB 732/894 KB 227/314 KB 164/263 KB 4/99 KB 400/1822 KB 708/894 KB 223/314 KB 156/263 KB 4/99 KB 400/1822 KB 708/894 KB 227/314 KB 176/263 KB 8/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 12/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 16/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 20/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 24/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 28/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 32/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 36/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 40/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 44/99 KB 416/1822 KB 732/894 KB 227/314 KB 176/263 KB 48/99 KB 416/1822 KB 732/894 KB 231/314 KB 176/263 KB 48/99 KB 416/1822 KB 732/894 KB 235/314 KB 176/263 KB 48/99 KB 416/1822 KB 732/894 KB 239/314 KB 176/263 KB 52/99 KB 416/1822 KB 736/894 KB 235/314 KB 176/263 KB 52/99 KB 416/1822 KB 736/894 KB 239/314 KB 176/263 KB 52/99 KB 416/1822 KB 740/894 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 744/894 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 748/894 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 752/894 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 756/8 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 94 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 760/894 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 764/894 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 768/894 KB 235/314 KB 176/263 KB 52/99 KB 416/1822 KB 732/894 KB 243/314 KB 176/263 KB 56/99 KB 420/1822 KB 768/894 KB 243/314 KB 176/263 KB 60/99 KB 420/1822 KB 768/894 KB 243/314 KB 176/263 KB 64/99 KB 420/1822 KB 768/894 KB 243/314 KB 176/263 KB 52/99 KB 420/1822 KB 740/894 KB 243/314 KB 176/263 KB 64/99 KB 424/1822 KB 768/894 KB 243/314 KB 176/263 KB 64/99 KB 428/1822 KB 768/894 KB 243/314 KB 176/263 KB 64/99 KB 432/1822 KB 768/894 KB 243/314 KB 176/263 KB 64/99 KB 436/1822 KB 768/894 KB 243/314 KB 176/263 KB 68/99 KB 440/1822 KB 768/894 KB 243/314 KB 176/263 KB 68/99 KB 444/1822 KB 768/894 KB 243/314 KB 176/263 KB 68/99 KB 448/1822 KB 768/894 KB 243/314 KB 176/263 KB 52/99 KB 416/1822 KB 740/894 KB 247/314 KB 176/263 KB 68/99 KB 448/1822 KB 768/894 KB 251/314 KB 176/263 KB 68/99 KB 448/1822 KB 768/894 KB 255/314 KB 176/263 KB 68/99 KB 448/1822 KB 768/894 KB 227/314 KB 176/263 KB 52/99 KB 416/1822 KB 740/894 KB 255/314 KB 180/263 KB 68/99 KB 448/1822 KB 768/894 KB 255/314 KB 184/263 KB 68/99 KB 448/1822 KB 768/894 KB 255/314 KB 188/263 KB 68/99 KB 448/1822 KB 768/894 KB 255/314 KB 192/263 KB 68/99 KB 448/1822 KB 768/894 KB 259/314 KB 192/263 KB 68/99 KB 448/1822 KB 768/894 KB 263/314 KB 196/263 KB 68/99 KB 448/1822 KB 768/894 KB 267/314 KB 196/263 KB 68/99 KB 448/1822 KB 768/894 KB 271/314 KB 196/263 KB 68/99 KB 448/1822 KB 768/894 KB 275/314 KB 196/263 KB 68/99 KB 448/1822 KB 768/894 KB 279/314 KB 196/263 KB 68/99 KB 452/1822 KB 772/894 KB 283/314 KB 196/263 KB 68/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 68/99 KB 452/1822 KB 772/894 KB 243/314 KB 176/263 KB 68/99 KB 436/1822 KB 768/894 KB 287/314 KB 196/263 KB 72/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 76/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 80/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 84/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 88/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 92/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 96/99 KB 452/1822 KB 772/894 KB 275/314 KB 196/263 KB 68/99 KB 452/1822 KB 772/894 KB 287/314 KB 196/263 KB 96/99 KB 452/1822 KB 776/894 KB 287/314 KB 196/263 KB 96/99 KB 452/1822 KB 780/894 KB 287/314 KB 196/263 KB 96/99 KB 452/1822 KB 784/894 KB 287/314 KB 196/263 KB 96/99 KB 452/1822 KB 788/894 KB 291/314 KB 196/263 KB 99/99 KB 452/1822 KB 792/894 KB 291/314 KB 196/263 KB 99/99 KB 452/1822 KB 796/894 KB 291/314 KB 196/263 KB 99/99 KB 452/1822 KB 800/894 KB 275/314 KB 196/263 KB 68/99 KB 452/1822 KB 768/894 KB 291/314 KB 196/263 KB 99/99 KB 456/1822 KB 800/894 KB 291/314 KB 196/263 KB 99/99 KB 460/1822 KB 800/894 KB 291/314 KB 196/263 KB 99/99 KB 464/1822 KB 800/894 KB 291/314 KB 196/263 KB 99/99 KB 468/1822 KB 800/894 KB 291/314 KB 196/263 KB 99/99 KB 472/1822 KB 800/894 KB 291/314 KB 196/263 KB 99/99 KB 476/1822 KB 800/894 KB 291/314 KB 196/263 KB 99/99 KB 480/1822 KB 800/894 KB 259/314 KB 196/263 KB 68/99 KB 448/1822 KB 768/894 KB 291/314 KB 200/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 204/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 208/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 212/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 216/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 220/263 KB 99/99 KB 480/1822 KB 800/89 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 4 KB 291/314 KB 224/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 228/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 232/263 KB 99/99 KB 480/1822 KB 800/894 KB 291/314 KB 236/263 KB 99/99 KB 480/1822 KB 804/894 KB 291/314 KB 240/263 KB 99/99 KB 480/1822 KB 804/894 KB 291/314 KB 196/263 KB 99/99 KB 452/1822 KB 788/894 KB 295/314 KB 240/263 KB 99/99 KB 480/1822 KB 804/894 KB 299/314 KB 240/263 KB 99/99 KB 480/1822 KB 804/894 KB 303/314 KB 240/263 KB 99/99 KB 480/1822 KB 804/894 KB 287/314 KB 196/263 KB 99/99 KB 452/1822 KB 788/894 KB 303/314 KB 240/263 KB 99/99 KB 484/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 488/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 492/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 496/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 500/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 504/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 508/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 512/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 516/1822 KB 804/894 KB 291/314 KB 232/263 KB 99/99 KB 480/1822 KB 804/894 KB 307/314 KB 244/263 KB 99/99 KB 516/1822 KB 808/894 KB 307/314 KB 244/263 KB 99/99 KB 516/1822 KB 812/894 KB 307/314 KB 244/263 KB 99/99 KB 516/1822 KB 816/894 KB 307/314 KB 244/263 KB 99/99 KB 484/1822 KB 804/894 KB 307/314 KB 248/263 KB 99/99 KB 516/1822 KB 816/894 KB 307/314 KB 252/263 KB 99/99 KB 516/1822 KB 816/894 KB 307/314 KB 256/263 KB 99/99 KB 516/1822 KB 816/894 KB 307/314 KB 260/263 KB 99/99 KB 516/1822 KB 816/894 KB 307/314 KB 263/263 KB 99/99 KB 516/1822 KB 820/894 KB 307/314 KB 240/263 KB 99/99 KB 484/1822 KB 804/894 KB 311/314 KB 263/263 KB 99/99 KB 516/1822 KB 820/894 KB 314/314 KB 263/263 KB 99/99 KB 516/1822 KB 820/894 KB 307/314 KB 260/263 KB 99/99 KB 516/1822 KB 820/894 KB 314/314 KB 263/263 KB 99/99 KB 516/1822 KB 824/894 KB 314/314 KB 263/263 KB 99/99 KB 516/1822 KB 828/894 KB 314/314 KB 263/263 KB 99/99 KB 516/1822 KB 832/894 KB 314/314 KB 263/263 KB 99/99 KB 516/1822 KB 836/894 KB 314/314 KB 263/263 KB 99/99 KB 520/1822 KB 836/894 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 111.0 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 314/314 KB 263/263 KB 520/1822 KB 840/894 KB 314/314 KB 263/263 KB 524/1822 KB 840/894 KB 314/314 KB 263/263 KB 528/1822 KB 840/894 KB 314/314 KB 263/263 KB 532/1822 KB 840/894 KB 314/314 KB 263/263 KB 536/1822 KB 844/894 KB 314/314 KB 263/263 KB 540/1822 KB 844/894 KB 314/314 KB 263/263 KB 544/1822 KB 844/894 KB 314/314 KB 263/263 KB 532/1822 KB 844/894 KB 314/314 KB 263/263 KB 544/1822 KB 848/894 KB 314/314 KB 263/263 KB 544/1822 KB 852/894 KB 314/314 KB 263/263 KB 544/1822 KB 856/894 KB 314/314 KB 263/263 KB 544/1822 KB 860/894 KB 314/314 KB 263/263 KB 544/1822 KB 864/894 KB 314/314 KB 263/263 KB 548/1822 KB 864/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 350.3 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 314/314 KB 263/263 KB 548/1822 KB 868/894 KB 263/263 KB 548/1822 KB 872/894 KB 263/263 KB 552/1822 KB 876/894 KB 263/263 KB 552/1822 KB 880/894 KB 263/263 KB 552/1822 KB 872/894 KB 263/263 KB 556/1822 KB 880/894 KB 263/263 KB 560/1822 KB 880/894 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.jar (263 KB at 292.9 KB/sec) unit-abot-epc-basic-0: 08:06:48 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-oai-hss-0: 08:06:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 560/1822 KB 884/894 KB 560/1822 KB 888/894 KB 564/1822 KB 888/894 KB 568/1822 KB 888/894 KB 572/1822 KB 892/894 KB 576/1822 KB 892/894 KB 576/1822 KB 4/276 KB 892/894 KB 576/1822 KB 8/276 KB 892/894 KB 576/1822 KB 12/276 KB 892/894 KB 576/1822 KB 16/276 KB 892/894 KB 568/1822 KB 892/894 KB 576/1822 KB 16/276 KB 894/894 KB 576/1822 KB 20/276 KB 894/894 KB 576/1822 KB 24/276 KB 894/894 KB 576/1822 KB 28/276 KB 894/894 KB 576/1822 KB 32/276 KB 894/894 KB 576/1822 KB 32/276 KB 4/54 KB 894/894 KB 576/1822 KB 32/276 KB 8/54 KB 894/894 KB 576/1822 KB 32/276 KB 12/54 KB 894/894 KB 576/1822 KB 32/276 KB 16/54 KB 894/894 KB 576/1822 KB 32/276 KB 20/54 KB 894/894 KB 576/1822 KB 36/276 KB 24/54 KB 894/894 KB 576/1822 KB 36/276 KB 28/54 KB 894/894 KB 576/1822 KB 36/276 KB 32/54 KB 894/894 KB 576/1822 KB 36/276 KB 36/54 KB 894/894 KB 576/1822 KB 36/276 KB 40/54 KB 894/894 KB 576/1822 KB 36/276 KB 20/54 KB 894/894 KB 576/1822 KB 40/276 KB 40/54 KB 894/894 KB 576/1822 KB 44/276 KB 40/54 KB 894/894 KB 576/1822 KB 48/276 KB 40/54 KB 894/894 KB 576/1822 KB 52/276 KB 40/54 KB 894/894 KB 4/748 KB 576/1822 KB 56/276 KB 40/54 KB 894/894 KB 4/748 KB 576/1822 KB 52/276 KB 40/54 KB 894/894 KB 8/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 12/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 16/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 20/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 24/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 28/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 32/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 36/748 KB 576/1822 KB 60/276 KB 44/54 KB 894/894 KB 40/748 KB 580/1822 KB 60/276 KB 44/54 KB 44/748 KB 580/1822 KB 60/276 KB 44/54 KB 48/748 KB 580/1822 KB 60/276 KB 44/54 KB 4/748 KB 576/1822 KB 60/276 KB 40/54 KB 894/894 KB 48/748 KB 580/1822 KB 64/276 KB 44/54 KB 48/748 KB 580/1822 KB 68/276 KB 44/54 KB 48/748 KB 580/1822 KB 72/276 KB 44/54 KB 48/748 KB 580/1822 KB 76/276 KB 44/54 KB 48/748 KB 580/1822 KB 80/276 KB 44/54 KB 48/748 KB 580/1822 KB 84/276 KB 44/54 KB 52/748 KB 580/1822 KB 88/276 KB 44/54 KB 52/748 KB 580/1822 KB 92/276 KB 44/54 KB 52/748 KB 580/1822 KB 96/276 KB 44/54 KB 52/748 KB 580/1822 KB 100/276 KB 44/54 KB 36/748 KB 580/1822 KB 60/276 KB 44/54 KB 52/748 KB 584/1822 KB 100/276 KB 44/54 KB 52/748 KB 588/1822 KB 100/276 KB 44/54 KB 52/748 KB 592/1822 KB 100/276 KB 44/54 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 977.2 KB/sec) unit-oai-hss-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 32/748 KB 576/1822 KB 60/276 KB 44/54 KB 894/894 KB 52/748 KB 592/1822 KB 100/276 KB 48/54 KB 52/748 KB 592/1822 KB 100/276 KB 52/54 KB 52/748 KB 592/1822 KB 100/276 KB 54/54 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 52/748 KB 596/1822 KB 100/276 KB 54/54 KB 52/748 KB 600/1822 KB 104/276 KB 54/54 KB 52/748 KB 604/1822 KB 104/276 KB 54/54 KB 52/748 KB 608/1822 KB 104/276 KB 54/54 KB 52/748 KB 580/1822 KB 84/276 KB 44/54 KB 56/748 KB 608/1822 KB 104/276 KB 54/54 KB 60/748 KB 608/1822 KB 104/276 KB 54/54 KB 64/748 KB 608/1822 KB 104/276 KB 54/54 KB 68/748 KB 608/1822 KB 104/276 KB 54/54 KB 72/748 KB 612/1822 KB 104/276 KB 54/54 KB 76/748 KB 612/1822 KB 104/276 KB 54/54 KB 80/748 KB 612/1822 KB 104/276 KB 54/54 KB 52/748 KB 596/1822 KB 104/276 KB 54/54 KB 80/748 KB 612/1822 KB 108/276 KB 54/54 KB 80/748 KB 612/1822 KB 112/276 KB 54/54 KB 68/748 KB 612/1822 KB 104/276 KB 54/54 KB 80/748 KB 616/1822 KB 112/276 KB 54/54 KB 80/748 KB 620/1822 KB 112/276 KB 54/54 KB 80/748 KB 624/1822 KB 112/276 KB 54/54 KB 80/748 KB 628/1822 KB 112/276 KB 54/54 KB 84/748 KB 632/1822 KB 112/276 KB 54/54 KB 84/748 KB 636/1822 KB 112/276 KB 84/748 KB 628/1822 KB 112/276 KB 54/54 KB 88/748 KB 636/1822 KB 116/276 KB 84/748 KB 636/1822 KB 116/276 KB 88/748 KB 640/1822 KB 120/276 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 58.3 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 92/748 KB 640/1822 KB 120/276 KB 96/748 KB 640/1822 KB 124/276 KB 88/748 KB 640/1822 KB 116/276 KB 96/748 KB 644/1822 KB 124/276 KB 100/748 KB 648/1822 KB 124/276 KB 100/748 KB 652/1822 KB 124/276 KB 100/748 KB 656/1822 KB 124/276 KB 92/748 KB 640/1822 KB 124/276 KB 100/748 KB 656/1822 KB 128/276 KB 4/223 KB 100/748 KB 656/1822 KB 128/276 KB 8/223 KB 100/748 KB 656/1822 KB 128/276 KB 12/223 KB 100/748 KB 656/1822 KB 128/276 KB 16/223 KB 100/748 KB 656/1822 KB 128/276 KB 100/748 KB 644/1822 KB 124/276 KB 20/223 KB 100/748 KB 656/1822 KB 128/276 KB 24/223 KB 100/748 KB 656/1822 KB 128/276 KB 28/223 KB 100/748 KB 656/1822 KB 128/276 KB 32/223 KB 100/748 KB 656/1822 KB 128/276 KB 32/223 KB 104/748 KB 656/1822 KB 128/276 KB 32/223 KB 108/748 KB 656/1822 KB 128/276 KB 36/223 KB 112/748 KB 660/1822 KB 132/276 KB 36/223 KB 108/748 KB 660/1822 KB 132/276 KB 40/223 KB 112/748 KB 660/1822 KB 132/276 KB 44/223 KB 112/748 KB 660/1822 KB 132/276 KB 48/223 KB 116/748 KB 2/27 KB 660/1822 KB 132/276 KB 32/223 KB 108/748 KB 660/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 664/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 668/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 672/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 676/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 680/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 684/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 688/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 132/276 KB 32/223 KB 108/748 KB 656/1822 KB 132/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 136/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 140/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 144/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 148/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 152/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 156/276 KB 52/223 KB 116/748 KB 2/27 KB 692/1822 KB 160/276 KB 52/223 KB 116/748 KB 2/27 KB 660/1822 KB 132/276 KB 56/223 KB 116/748 KB 2/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 2/27 KB 692/1822 KB 160/276 KB 44/223 KB 116/748 KB 2/27 KB 660/1822 KB 132/276 KB 44/223 KB 112/748 KB 2/27 KB 660/1822 KB 132/276 KB 60/223 KB 116/748 KB 5/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 8/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 10/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 13/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 16/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 18/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 21/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 24/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 26/27 KB 692/1822 KB 160/276 KB 60/223 KB 116/748 KB 27/27 KB 692/1822 KB 160/276 KB 60/223 KB 120/748 KB 27/27 KB 692/1822 KB 160/276 KB 60/223 KB 124/748 KB 27/27 KB 692/1822 KB 160/276 KB 60/223 KB 128/748 KB 27/27 KB 692/1822 KB 160/276 KB 60/223 KB 132/748 KB 27/27 KB 692/1822 KB 160/276 KB 64/223 KB 136/748 KB 27/27 KB 692/1822 KB 164/276 KB 64/223 KB 140/748 KB 27/27 KB 692/1822 KB 164/276 KB 64/223 KB 144/748 KB 27/27 KB 692/1822 KB 164/276 KB 64/223 KB 148/748 KB 27/27 KB 692/1822 KB 164/276 KB 64/223 KB 132/748 KB 27/27 KB 692/1822 KB 164/276 KB 64/223 KB 148/748 KB 27/27 KB 696/1822 KB 168/276 KB 64/223 KB 148/748 KB 27/27 KB 696/1822 KB 172/276 KB 64/223 KB 148/748 KB 27/27 KB 696/1822 KB 176/276 KB 64/223 KB 132/748 KB 27/27 KB 692/1822 KB 160/276 KB 68/223 KB 148/748 KB 27/27 KB 696/1822 KB 17 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 6/276 KB 72/223 KB 148/748 KB 27/27 KB 696/1822 KB 176/276 KB 76/223 KB 148/748 KB 27/27 KB 696/1822 KB 176/276 KB 80/223 KB 148/748 KB 27/27 KB 696/1822 KB 176/276 KB 64/223 KB 148/748 KB 27/27 KB 696/1822 KB 164/276 KB 80/223 KB 148/748 KB 27/27 KB 700/1822 KB 176/276 KB 80/223 KB 148/748 KB 27/27 KB 704/1822 KB 176/276 KB 84/223 KB 148/748 KB 27/27 KB 708/1822 KB 176/276 KB 84/223 KB 152/748 KB 712/1822 KB 180/276 KB 84/223 KB 152/748 KB 716/1822 KB 180/276 KB 84/223 KB 152/748 KB 720/1822 KB 180/276 KB 84/223 KB 152/748 KB 724/1822 KB 180/276 KB 84/223 KB 152/748 KB 728/1822 KB 180/276 KB 84/223 KB 152/748 KB 732/1822 KB 180/276 KB 84/223 KB 152/748 KB 736/1822 KB 180/276 KB 84/223 KB 148/748 KB 27/27 KB 704/1822 KB 176/276 KB 88/223 KB 152/748 KB 736/1822 KB 180/276 KB 92/223 KB 152/748 KB 736/1822 KB 180/276 KB 96/223 KB 152/748 KB 736/1822 KB 180/276 KB 100/223 KB 152/748 KB 736/1822 KB 180/276 KB 104/223 KB 152/748 KB 736/1822 KB 180/276 KB 108/223 KB 152/748 KB 736/1822 KB 180/276 KB 112/223 KB 152/748 KB 736/1822 KB 180/276 KB 116/223 KB 152/748 KB 736/1822 KB 180/276 KB 84/223 KB 152/748 KB 708/1822 KB 180/276 KB 116/223 KB 152/748 KB 740/1822 KB 184/276 KB 116/223 KB 152/748 KB 740/1822 KB 188/276 KB 116/223 KB 152/748 KB 740/1822 KB 192/276 KB 116/223 KB 152/748 KB 740/1822 KB 196/276 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 KB at 28.0 KB/sec) unit-abot-epc-basic-0: 08:06:48 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-oai-hss-0: 08:06:48 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 84/223 KB 152/748 KB 27/27 KB 708/1822 KB 176/276 KB 116/223 KB 156/748 KB 740/1822 KB 196/276 KB 116/223 KB 160/748 KB 740/1822 KB 196/276 KB 116/223 KB 164/748 KB 740/1822 KB 196/276 KB 116/223 KB 168/748 KB 740/1822 KB 196/276 KB 116/223 KB 172/748 KB 740/1822 KB 196/276 KB 116/223 KB 176/748 KB 740/1822 KB 196/276 KB 116/223 KB 180/748 KB 740/1822 KB 196/276 KB 116/223 KB 184/748 KB 740/1822 KB 200/276 KB 116/223 KB 188/748 KB 740/1822 KB 200/276 KB 116/223 KB 192/748 KB 740/1822 KB 200/276 KB 116/223 KB 196/748 KB 740/1822 KB 200/276 KB 116/223 KB 152/748 KB 740/1822 KB 180/276 KB 120/223 KB 196/748 KB 744/1822 KB 200/276 KB 120/223 KB 196/748 KB 748/1822 KB 200/276 KB 120/223 KB 196/748 KB 752/1822 KB 200/276 KB 120/223 KB 200/748 KB 756/1822 KB 200/276 KB 120/223 KB 200/748 KB 760/1822 KB 200/276 KB 120/223 KB 200/748 KB 764/1822 KB 200/276 KB 120/223 KB 200/748 KB 768/1822 KB 200/276 KB 120/223 KB 196/748 KB 740/1822 KB 200/276 KB 124/223 KB 200/748 KB 768/1822 KB 200/276 KB 128/223 KB 200/748 KB 768/1822 KB 200/276 KB 116/223 KB 180/748 KB 740/1822 KB 200/276 KB 128/223 KB 200/748 KB 768/1822 KB 204/276 KB 128/223 KB 200/748 KB 768/1822 KB 208/276 KB 128/223 KB 200/748 KB 768/1822 KB 212/276 KB 128/223 KB 200/748 KB 768/1822 KB 216/276 KB 128/223 KB 200/748 KB 768/1822 KB 220/276 KB 128/223 KB 200/748 KB 768/1822 KB 224/276 KB 128/223 KB 200/748 KB 768/1822 KB 228/276 KB 132/223 KB 200/748 KB 768/1822 KB 232/276 KB 132/223 KB 200/748 KB 768/1822 KB 236/276 KB 132/223 KB 200/748 KB 768/1822 KB 240/276 KB 120/223 KB 200/748 KB 752/1822 KB 200/276 KB 132/223 KB 204/748 KB 768/1822 KB 240/276 KB 132/223 KB 208/748 KB 768/1822 KB 240/276 KB 132/223 KB 212/748 KB 768/1822 KB 240/276 KB 132/223 KB 216/748 KB 768/1822 KB 244/276 KB 132/223 KB 220/748 KB 768/1822 KB 244/276 KB 132/223 KB 3/178 KB 224/748 KB 768/1822 KB 244/276 KB 132/223 KB 3/178 KB 228/748 KB 768/1822 KB 244/276 KB 132/223 KB 3/178 KB 232/748 KB 772/1822 KB 244/276 KB 132/223 KB 3/178 KB 236/748 KB 772/1822 KB 244/276 KB 132/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 132/223 KB 200/748 KB 768/1822 KB 228/276 KB 136/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 140/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 144/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 148/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 152/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 156/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 3/178 KB 240/748 KB 772/1822 KB 244/276 KB 132/223 KB 3/178 KB 228/748 KB 772/1822 KB 244/276 KB 132/223 KB 3/178 KB 220/748 KB 768/1822 KB 244/276 KB 160/223 KB 5/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 8/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 11/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 13/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 16/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 19/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 21/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 24/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 27/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 29/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 32/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 36/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 40/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 44/178 KB 240/748 KB 772/1822 KB 244/276 KB 160/223 KB 48/178 KB 240/748 KB 77 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 2/1822 KB 244/276 KB 132/223 KB 212/748 KB 768/1822 KB 244/276 KB 160/223 KB 48/178 KB 240/748 KB 772/1822 KB 248/276 KB 160/223 KB 52/178 KB 240/748 KB 772/1822 KB 252/276 KB 160/223 KB 52/178 KB 240/748 KB 776/1822 KB 252/276 KB 160/223 KB 52/178 KB 240/748 KB 780/1822 KB 252/276 KB 160/223 KB 52/178 KB 240/748 KB 784/1822 KB 252/276 KB 160/223 KB 56/178 KB 240/748 KB 788/1822 KB 252/276 KB 164/223 KB 56/178 KB 244/748 KB 792/1822 KB 252/276 KB 164/223 KB 56/178 KB 244/748 KB 796/1822 KB 252/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 252/276 KB 160/223 KB 52/178 KB 240/748 KB 772/1822 KB 252/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 256/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 260/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 264/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 268/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 272/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 276/276 KB 164/223 KB 56/178 KB 244/748 KB 800/1822 KB 276/276 KB 164/223 KB 56/178 KB 244/748 KB 788/1822 KB 252/276 KB 164/223 KB 56/178 KB 248/748 KB 800/1822 KB 276/276 KB 164/223 KB 56/178 KB 252/748 KB 800/1822 KB 276/276 KB 164/223 KB 56/178 KB 256/748 KB 800/1822 KB 276/276 KB 164/223 KB 56/178 KB 260/748 KB 800/1822 KB 276/276 KB 164/223 KB 56/178 KB 264/748 KB 804/1822 KB 276/276 KB 164/223 KB 56/178 KB 240/748 KB 788/1822 KB 252/276 KB 168/223 KB 56/178 KB 268/748 KB 804/1822 KB 276/276 KB 172/223 KB 56/178 KB 268/748 KB 804/1822 KB 276/276 KB 176/223 KB 56/178 KB 268/748 KB 804/1822 KB 276/276 KB 180/223 KB 56/178 KB 268/748 KB 804/1822 KB 276/276 KB 184/223 KB 56/178 KB 268/748 KB 804/1822 KB 276/276 KB 188/223 KB 56/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 56/178 KB 268/748 KB 804/1822 KB 276/276 KB 160/223 KB 56/178 KB 240/748 KB 784/1822 KB 252/276 KB 192/223 KB 60/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 64/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 68/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 72/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 76/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 80/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 84/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 88/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 92/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 96/178 KB 268/748 KB 804/1822 KB 276/276 KB 192/223 KB 100/178 KB 268/748 KB 804/1822 KB 276/276 KB 196/223 KB 104/178 KB 268/748 KB 804/1822 KB 196/223 KB 108/178 KB 268/748 KB 804/1822 KB 196/223 KB 112/178 KB 268/748 KB 804/1822 KB 164/223 KB 56/178 KB 260/748 KB 804/1822 KB 276/276 KB 196/223 KB 112/178 KB 268/748 KB 808/1822 KB 196/223 KB 112/178 KB 268/748 KB 812/1822 KB 196/223 KB 112/178 KB 268/748 KB 816/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.jar (276 KB at 284.5 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 196/223 KB 100/178 KB 268/748 KB 804/1822 KB 276/276 KB 200/223 KB 112/178 KB 268/748 KB 820/1822 KB 204/223 KB 112/178 KB 268/748 KB 820/1822 KB 208/223 KB 112/178 KB 268/748 KB 820/1822 KB 212/223 KB 112/178 KB 268/748 KB 820/1822 KB 216/223 KB 116/178 KB 268/748 KB 820/1822 KB 220/223 KB 116/178 KB 268/748 KB 820/1822 KB 223/223 KB 116/178 KB 268/748 KB 820/1822 KB 164/223 KB 100/178 KB 268/748 KB 804/1822 KB 276/276 KB 223/223 KB 116/178 KB 272/748 KB 820/1822 KB 223/223 KB 116/178 KB 276/748 KB 820/1822 KB 223/223 KB 116/178 KB 280/748 KB 820/1822 KB 223/223 KB 116/178 KB 284/748 KB 820/1822 KB 223/223 KB 116/178 KB 288/748 KB 820/1822 KB 223/223 KB 116/178 KB 292/748 KB 820/1822 KB 212/223 KB 116/178 KB 268/748 KB 820/1822 KB 196/223 KB 112/178 KB 268/748 KB 820/1822 KB 223/223 KB 116/178 KB 292/748 KB 824/1822 KB 223/223 KB 116/178 KB 292/748 KB 828/1822 KB 223/223 KB 116/178 KB 292/748 KB 832/1822 KB 223/223 KB 116/178 KB 292/748 KB 836/1822 KB 223/223 KB 116/178 KB 292/748 KB 840/1822 KB 223/223 KB 120/178 KB 292/748 KB 844/1822 KB 223/223 KB 120/178 KB 292/748 KB 848/1822 KB 223/223 KB 120/178 KB 292/748 KB 852/1822 KB 223/223 KB 120/178 KB 296/748 KB 856/1822 KB 3/23 KB 223/223 KB 120/178 KB 296/748 KB 860/1822 KB 3/23 KB 223/223 KB 120/178 KB 296/748 KB 864/1822 KB 3/23 KB 223/223 KB 120/178 KB 296/748 KB 868/1822 KB 3/23 KB 120/178 KB 296/748 KB 872/1822 KB 3/23 KB 223/223 KB 120/178 KB 292/748 KB 840/1822 KB 124/178 KB 296/748 KB 872/1822 KB 3/23 KB 128/178 KB 296/748 KB 872/1822 KB 3/23 KB 132/178 KB 296/748 KB 872/1822 KB 3/23 KB 136/178 KB 296/748 KB 872/1822 KB 3/23 KB 140/178 KB 296/748 KB 872/1822 KB 3/23 KB 144/178 KB 296/748 KB 872/1822 KB 3/23 KB 223/223 KB 120/178 KB 296/748 KB 852/1822 KB 3/23 KB 144/178 KB 296/748 KB 872/1822 KB 6/23 KB 144/178 KB 296/748 KB 872/1822 KB 9/23 KB 144/178 KB 296/748 KB 872/1822 KB 11/23 KB 223/223 KB 120/178 KB 296/748 KB 852/1822 KB 144/178 KB 300/748 KB 872/1822 KB 11/23 KB 144/178 KB 304/748 KB 872/1822 KB 14/23 KB 144/178 KB 300/748 KB 872/1822 KB 14/23 KB 144/178 KB 304/748 KB 872/1822 KB 16/23 KB 144/178 KB 308/748 KB 872/1822 KB 16/23 KB 144/178 KB 308/748 KB 872/1822 KB 19/23 KB 144/178 KB 308/748 KB 872/1822 KB 22/23 KB 144/178 KB 308/748 KB 872/1822 KB 23/23 KB 144/178 KB 312/748 KB 872/1822 KB 23/23 KB 144/178 KB 316/748 KB 872/1822 KB 23/23 KB 144/178 KB 320/748 KB 872/1822 KB 23/23 KB 144/178 KB 324/748 KB 872/1822 KB 23/23 KB 148/178 KB 328/748 KB 876/1822 KB 23/23 KB 148/178 KB 332/748 KB 876/1822 KB 23/23 KB 148/178 KB 336/748 KB 876/1822 KB 23/23 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 227.0 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 148/178 KB 324/748 KB 876/1822 KB 23/23 KB 148/178 KB 336/748 KB 880/1822 KB 23/23 KB 148/178 KB 324/748 KB 872/1822 KB 23/23 KB 152/178 KB 336/748 KB 880/1822 KB 23/23 KB 156/178 KB 336/748 KB 880/1822 KB 23/23 KB 160/178 KB 336/748 KB 880/1822 KB 23/23 KB 164/178 KB 336/748 KB 880/1822 KB 23/23 KB 168/178 KB 340/748 KB 884/1822 KB 23/23 KB 172/178 KB 340/748 KB 884/1822 KB 23/23 KB 176/178 KB 340/748 KB 884/1822 KB 23/23 KB 178/178 KB 340/748 KB 884/1822 KB 23/23 KB 164/178 KB 340/748 KB 884/1822 KB 23/23 KB 178/178 KB 344/748 KB 884/1822 KB 178/178 KB 348/748 KB 884/1822 KB 178/178 KB 352/748 KB 884/1822 KB 164/178 KB 336/748 KB 884/1822 KB 23/23 KB 178/178 KB 352/748 KB 888/1822 KB 178/178 KB 352/748 KB 892/1822 KB 178/178 KB 352/748 KB 896/1822 KB 178/178 KB 352/748 KB 900/1822 KB 178/178 KB 356/748 KB 904/1822 KB 178/178 KB 356/748 KB 908/1822 KB 178/178 KB 356/748 KB 912/1822 KB 178/178 KB 356/748 KB 916/1822 KB 178/178 KB 356/748 KB 920/1822 KB 178/178 KB 356/748 KB 924/1822 KB 178/178 KB 356/748 KB 928/1822 KB 4/55 KB 178/178 KB 356/748 KB 928/1822 KB 8/55 KB 178/178 KB 356/748 KB 928/1822 KB 12/55 KB 178/178 KB 356/748 KB 928/1822 KB 16/55 KB 178/178 KB 356/748 KB 928/1822 KB Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 22.8 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 20/55 KB 178/178 KB 356/748 KB 928/1822 KB 24/55 KB 178/178 KB 356/748 KB 928/1822 KB 178/178 KB 356/748 KB 900/1822 KB 24/55 KB 178/178 KB 360/748 KB 928/1822 KB 24/55 KB 178/178 KB 364/748 KB 928/1822 KB 24/55 KB 178/178 KB 368/748 KB 928/1822 KB 24/55 KB 178/178 KB 372/748 KB 928/1822 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 28/55 KB 178/178 KB 372/748 KB 928/1822 KB 32/55 KB 178/178 KB 372/748 KB 928/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.jar (178 KB at 177.6 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 36/55 KB 372/748 KB 928/1822 KB 40/55 KB 376/748 KB 932/1822 KB 44/55 KB 376/748 KB 932/1822 KB 48/55 KB 376/748 KB 932/1822 KB 36/55 KB 376/748 KB 932/1822 KB 48/55 KB 376/748 KB 936/1822 KB 48/55 KB 376/748 KB 940/1822 KB 48/55 KB 376/748 KB 944/1822 KB 52/55 KB 376/748 KB 948/1822 KB 52/55 KB 376/748 KB 952/1822 KB 3/1210 KB 52/55 KB 376/748 KB 956/1822 KB 3/1210 KB 52/55 KB 376/748 KB 960/1822 KB 3/1210 KB 36/55 KB 376/748 KB 928/1822 KB 52/55 KB 380/748 KB 960/1822 KB 3/1210 KB 52/55 KB 384/748 KB 960/1822 KB 3/1210 KB 52/55 KB 388/748 KB 960/1822 KB 3/1210 KB 52/55 KB 392/748 KB 960/1822 KB 3/1210 KB 52/55 KB 396/748 KB 960/1822 KB 3/1210 KB 52/55 KB 400/748 KB 960/1822 KB 3/1210 KB 52/55 KB 376/748 KB 948/1822 KB 3/1210 KB 52/55 KB 400/748 KB 960/1822 KB 5/1210 KB 52/55 KB 400/748 KB 960/1822 KB 8/1210 KB 52/55 KB 376/748 KB 944/1822 KB 55/55 KB 400/748 KB 960/1822 KB 8/1210 KB 55/55 KB 400/748 KB 960/1822 KB 11/1210 KB 55/55 KB 404/748 KB 960/1822 KB 11/1210 KB 55/55 KB 404/748 KB 960/1822 KB 13/1210 KB 55/55 KB 404/748 KB 960/1822 KB 16/1210 KB 55/55 KB 404/748 KB 960/1822 KB 19/1210 KB 55/55 KB 408/748 KB 960/1822 KB 19/1210 KB 55/55 KB 412/748 KB 960/1822 KB 21/1210 KB 55/55 KB 416/748 KB 960/1822 KB 21/1210 KB 55/55 KB 420/748 KB 960/1822 KB 21/1210 KB 55/55 KB 424/748 KB 964/1822 KB 21/1210 KB 55/55 KB 428/748 KB 964/1822 KB 21/1210 KB 55/55 KB 432/748 KB 964/1822 KB 21/1210 KB 55/55 KB 436/748 KB 964/1822 KB 21/1210 KB 55/55 KB 440/748 KB 964/1822 KB 21/1210 KB 4/471 KB 55/55 KB 440/748 KB 964/1822 KB 21/1210 KB 8/471 KB 55/55 KB 440/748 KB 964/1822 KB 21/1210 KB 12/471 KB 55/55 KB 440/748 KB 964/1822 KB 21/1210 KB 16/471 KB 55/55 KB 440/748 KB 964/1822 KB 21/1210 KB 20/471 KB 55/55 KB 440/748 KB 964/1822 KB 21/1210 KB 24/471 KB 440/748 KB 964/1822 KB 21/1210 KB 28/471 KB 440/748 KB 964/1822 KB 21/1210 KB 32/471 KB 440/748 KB 964/1822 KB 21/1210 KB 36/471 KB 440/748 KB 964/1822 KB 21/1210 KB 40/471 KB 440/748 KB 964/1822 KB 21/1210 KB 55/55 KB 408/748 KB 960/1822 KB 21/1210 KB 40/471 KB 440/748 KB 964/1822 KB 24/1210 KB 40/471 KB 440/748 KB 964/1822 KB 27/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.jar (55 KB at 53.4 KB/sec) unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 55/55 KB 420/748 KB 964/1822 KB 21/1210 KB 40/471 KB 440/748 KB 968/1822 KB 29/1210 KB 40/471 KB 440/748 KB 964/1822 KB 29/1210 KB 40/471 KB 440/748 KB 968/1822 KB 32/1210 KB Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 40/471 KB 440/748 KB 972/1822 KB 32/1210 KB 40/471 KB 440/748 KB 976/1822 KB 32/1210 KB 40/471 KB 440/748 KB 976/1822 KB 36/1210 KB 44/471 KB 444/748 KB 976/1822 KB 40/1210 KB 4/93 KB 44/471 KB 444/748 KB 976/1822 KB 44/1210 KB 4/93 KB 44/471 KB 444/748 KB 976/1822 KB 48/1210 KB 4/93 KB 44/471 KB 444/748 KB 976/1822 KB 52/1210 KB 4/93 KB 44/471 KB 444/748 KB 976/1822 KB 56/1210 KB 4/93 KB 44/471 KB 444/748 KB 976/1822 KB 60/1210 KB 4/93 KB 44/471 KB 444/748 KB 976/1822 KB 64/1210 KB 4/93 KB 44/471 KB 444/748 KB 976/1822 KB 36/1210 KB 4/93 KB 44/471 KB 448/748 KB 976/1822 KB 64/1210 KB 4/93 KB 44/471 KB 452/748 KB 976/1822 KB 64/1210 KB 4/93 KB 44/471 KB 456/748 KB 976/1822 KB 64/1210 KB 4/93 KB 44/471 KB 460/748 KB 976/1822 KB 64/1210 KB 4/93 KB 44/471 KB 464/748 KB 976/1822 KB 64/1210 KB 4/93 KB 44/471 KB 468/748 KB 976/1822 KB 64/1210 KB 4/93 KB 44/471 KB 440/748 KB 976/1822 KB 36/1210 KB 4/93 KB 48/471 KB 468/748 KB 976/1822 KB 68/1210 KB 4/93 KB 52/471 KB 468/748 KB 976/1822 KB 68/1210 KB 4/93 KB 56/471 KB 468/748 KB 976/1822 KB 68/1210 KB 4/93 KB 60/471 KB 468/748 KB 976/1822 KB 68/1210 KB 4/93 KB 64/471 KB 468/748 KB 976/1822 KB 68/1210 KB 4/93 KB 40/471 KB 440/748 KB 976/1822 KB 36/1210 KB 4/93 KB 64/471 KB 468/748 KB 976/1822 KB 68/1210 KB 8/93 KB 64/471 KB 468/748 KB 976/1822 KB 68/1210 KB 12/93 KB 64/471 KB 468/748 KB 976/1822 KB 68/1210 KB 16/93 KB 64/471 KB 468/748 KB 976/1822 KB 68/1210 KB 20/93 KB 68/471 KB 468/748 KB 976/1822 KB 68/1210 KB 24/93 KB 68/471 KB 468/748 KB 976/1822 KB 68/1210 KB 28/93 KB 68/471 KB 468/748 KB 976/1822 KB 68/1210 KB 32/93 KB 44/471 KB 468/748 KB 976/1822 KB 68/1210 KB 4/93 KB 68/471 KB 472/748 KB 976/1822 KB 72/1210 KB 32/93 KB 68/471 KB 472/748 KB 976/1822 KB 76/1210 KB 32/93 KB 68/471 KB 472/748 KB 976/1822 KB 80/1210 KB 32/93 KB 68/471 KB 472/748 KB 976/1822 KB 84/1210 KB 32/93 KB 68/471 KB 472/748 KB 980/1822 KB 88/1210 KB 36/93 KB 68/471 KB 472/748 KB 980/1822 KB 92/1210 KB 36/93 KB 68/471 KB 472/748 KB 980/1822 KB 96/1210 KB 36/93 KB 68/471 KB 472/748 KB 980/1822 KB 100/1210 KB 36/93 KB 68/471 KB 472/748 KB 980/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 976/1822 KB 68/1210 KB 32/93 KB 68/471 KB 468/748 KB 976/1822 KB 68/1210 KB 20/93 KB 68/471 KB 472/748 KB 980/1822 KB 84/1210 KB 36/93 KB 68/471 KB 472/748 KB 984/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 988/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 992/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 996/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 1000/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 1004/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 1008/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 1012/1822 KB 104/1210 KB 36/93 KB 72/471 KB 472/748 KB 1016/1822 KB 104/1210 KB 36/93 KB 72/471 KB 472/748 KB 1020/1822 KB 104/1210 KB 36/93 KB 72/471 KB 476/748 KB 1024/1822 KB 104/1210 KB 36/93 KB 72/471 KB 476/748 KB 1028/1822 KB 104/1210 KB 36/93 KB 72/471 KB 476/748 KB 1032/1822 KB 104/1210 KB 36/93 KB 72/471 KB 476/748 KB 1036/1822 KB 104/1210 KB 36/93 KB 72/471 KB 476/748 KB 1040/1822 KB 104/1210 KB 36/93 KB 68/471 KB 472/748 KB 976/1822 KB 84/1210 KB 36/93 KB 72/471 KB 476/748 KB 1040/1822 KB 104/1210 KB 40/93 KB 72/471 KB 476/748 KB 1040/1822 KB 104/1210 KB 44/93 KB 72/471 KB 476/748 KB 1040/1822 KB 104/1210 KB 48/93 KB 72/471 KB 476/748 KB 1020/1822 KB 104/1210 KB 36/93 KB 72/471 KB 480/748 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install KB 1040/1822 KB 104/1210 KB 48/93 KB 72/471 KB 472/748 KB 1012/1822 KB 104/1210 KB 36/93 KB 76/471 KB 480/748 KB 1040/1822 KB 104/1210 KB 48/93 KB 80/471 KB 480/748 KB 1040/1822 KB 104/1210 KB 48/93 KB 84/471 KB 480/748 KB 1040/1822 KB 104/1210 KB 48/93 KB 88/471 KB 484/748 KB 1040/1822 KB 104/1210 KB 48/93 KB 92/471 KB 484/748 KB 1040/1822 KB 104/1210 KB 48/93 KB 96/471 KB 484/748 KB 1040/1822 KB 104/1210 KB 52/93 KB 84/471 KB 484/748 KB 1040/1822 KB 104/1210 KB 48/93 KB 96/471 KB 488/748 KB 1040/1822 KB 104/1210 KB 52/93 KB 96/471 KB 492/748 KB 1040/1822 KB 104/1210 KB 52/93 KB 100/471 KB 496/748 KB 1040/1822 KB 104/1210 KB 52/93 KB 100/471 KB 500/748 KB 1040/1822 KB 104/1210 KB 52/93 KB 100/471 KB 504/748 KB 1044/1822 KB 108/1210 KB 52/93 KB 100/471 KB 508/748 KB 1044/1822 KB 108/1210 KB 52/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 52/93 KB 92/471 KB 484/748 KB 1040/1822 KB 104/1210 KB 52/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 56/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 60/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 64/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 68/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 72/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 76/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 80/93 KB 100/471 KB 512/748 KB 1044/1822 KB 108/1210 KB 84/93 KB 100/471 KB 516/748 KB 1044/1822 KB 108/1210 KB 88/93 KB 100/471 KB 516/748 KB 1044/1822 KB 108/1210 KB 92/93 KB 100/471 KB 516/748 KB 1044/1822 KB 108/1210 KB 93/93 KB 100/471 KB 500/748 KB 1044/1822 KB 108/1210 KB 52/93 KB 100/471 KB 516/748 KB 1044/1822 KB 112/1210 KB 93/93 KB 100/471 KB 516/748 KB 1044/1822 KB 116/1210 KB 93/93 KB 100/471 KB 516/748 KB 1044/1822 KB 120/1210 KB 93/93 KB 100/471 KB 516/748 KB 1044/1822 KB 124/1210 KB 93/93 KB 100/471 KB 516/748 KB 1044/1822 KB 128/1210 KB 93/93 KB 100/471 KB 500/748 KB 1044/1822 KB 104/1210 KB 52/93 KB 100/471 KB 516/748 KB 1048/1822 KB 128/1210 KB 93/93 KB 100/471 KB 516/748 KB 1052/1822 KB 128/1210 KB 93/93 KB 100/471 KB 516/748 KB 1056/1822 KB 128/1210 KB 93/93 KB 100/471 KB 492/748 KB 1040/1822 KB 104/1210 KB 52/93 KB 104/471 KB 516/748 KB 1056/1822 KB 128/1210 KB 93/93 KB 108/471 KB 516/748 KB 1056/1822 KB 128/1210 KB 93/93 KB 112/471 KB 516/748 KB 1056/1822 KB 128/1210 KB 93/93 KB 116/471 KB 516/748 KB 1056/1822 KB 128/1210 KB 93/93 KB 120/471 KB 516/748 KB 1060/1822 KB 128/1210 KB 93/93 KB 124/471 KB 516/748 KB 1060/1822 KB 128/1210 KB 93/93 KB 128/471 KB 516/748 KB 1060/1822 KB 128/1210 KB 93/93 KB 100/471 KB 516/748 KB 1044/1822 KB 108/1210 KB 84/93 KB 116/471 KB 516/748 KB 1060/1822 KB 128/1210 KB 93/93 KB 128/471 KB 520/748 KB 1064/1822 KB 128/1210 KB 93/93 KB 128/471 KB 520/748 KB 1068/1822 KB 128/1210 KB 93/93 KB 128/471 KB 520/748 KB 1072/1822 KB 128/1210 KB 93/93 KB 128/471 KB 520/748 KB 1076/1822 KB 128/1210 KB 93/93 KB 132/471 KB 520/748 KB 1080/1822 KB 132/1210 KB 93/93 KB 132/471 KB 520/748 KB 1076/1822 KB 132/1210 KB 93/93 KB 136/471 KB 520/748 KB 1084/1822 KB 132/1210 KB 93/93 KB 140/471 KB 520/748 KB 1084/1822 KB 132/1210 KB 93/93 KB 144/471 KB 520/748 KB 1084/1822 KB 132/1210 KB 93/93 KB 128/471 KB 520/748 KB 1076/1822 KB 132/1210 KB 93/93 KB 144/471 KB 520/748 KB 1084/1822 KB 136/1210 KB 93/93 KB 144/471 KB 520/748 KB 1084/1822 KB 140/1210 KB 93/93 KB 144/471 KB 520/748 KB 1084/1822 KB 144/1210 KB 93/93 KB 128/471 KB 520/748 KB 1076/1822 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 128/1210 KB 93/93 KB 144/471 KB 524/748 KB 1084/1822 KB 144/1210 KB 93/93 KB 144/471 KB 528/748 KB 1084/1822 KB 144/1210 KB 93/93 KB 144/471 KB 532/748 KB 1084/1822 KB 144/1210 KB 93/93 KB 144/471 KB 536/748 KB 1084/1822 KB 144/1210 KB 93/93 KB 144/471 KB 540/748 KB 1084/1822 KB 144/1210 KB 93/93 KB 148/471 KB 544/748 KB 1084/1822 KB 148/1210 KB 93/93 KB 132/471 KB 520/748 KB 1084/1822 KB 132/1210 KB 93/93 KB 148/471 KB 544/748 KB 1088/1822 KB 148/1210 KB 93/93 KB 148/471 KB 544/748 KB 1092/1822 KB 148/1210 KB 93/93 KB 148/471 KB 548/748 KB 1096/1822 KB 148/1210 KB 93/93 KB 148/471 KB 540/748 KB 1084/1822 KB 148/1210 KB 93/93 KB 148/471 KB 548/748 KB 1096/1822 KB 152/1210 KB 93/93 KB 148/471 KB 548/748 KB 1096/1822 KB 156/1210 KB 93/93 KB 148/471 KB 548/748 KB 1096/1822 KB 160/1210 KB 93/93 KB 148/471 KB 540/748 KB 1084/1822 KB 144/1210 KB 93/93 KB 152/471 KB 548/748 KB 1096/1822 KB 160/1210 KB 93/93 KB 156/471 KB 548/748 KB 1096/1822 KB 160/1210 KB 93/93 KB 160/471 KB 548/748 KB 1096/1822 KB 160/1210 KB 93/93 KB 164/471 KB 548/748 KB 1096/1822 KB 160/1210 KB 93/93 KB 168/471 KB 548/748 KB 1100/1822 KB 164/1210 KB 172/471 KB 548/748 KB 1100/1822 KB 164/1210 KB 176/471 KB 548/748 KB 1100/1822 KB 164/1210 KB 148/471 KB 548/748 KB 1092/1822 KB 148/1210 KB 93/93 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar (93 KB at 87.0 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 164/471 KB 548/748 KB 1100/1822 KB 164/1210 KB 93/93 KB 176/471 KB 552/748 KB 1100/1822 KB 168/1210 KB 176/471 KB 552/748 KB 1100/1822 KB 172/1210 KB 176/471 KB 552/748 KB 1100/1822 KB 176/1210 KB 164/471 KB 548/748 KB 1100/1822 KB 160/1210 KB 93/93 KB 176/471 KB 552/748 KB 1104/1822 KB 176/1210 KB 176/471 KB 552/748 KB 1100/1822 KB 164/1210 KB 176/471 KB 556/748 KB 1104/1822 KB 176/1210 KB 176/471 KB 560/748 KB 1108/1822 KB 176/1210 KB 176/471 KB 564/748 KB 1108/1822 KB 176/1210 KB 176/471 KB 568/748 KB 1108/1822 KB 176/1210 KB 176/471 KB 572/748 KB 1108/1822 KB 180/1210 KB 176/471 KB 576/748 KB 1108/1822 KB 180/1210 KB 176/471 KB 556/748 KB 1108/1822 KB 176/1210 KB 176/471 KB 576/748 KB 1112/1822 KB 180/1210 KB 176/471 KB 576/748 KB 1116/1822 KB 180/1210 KB 176/471 KB 576/748 KB 1120/1822 KB 180/1210 KB 176/471 KB 576/748 KB 1124/1822 KB 180/1210 KB 180/471 KB 580/748 KB 1128/1822 KB 180/1210 KB 180/471 KB 580/748 KB 1132/1822 KB 180/1210 KB 180/471 KB 580/748 KB 1136/1822 KB 180/1210 KB 176/471 KB 568/748 KB 1108/1822 KB 180/1210 KB 180/471 KB 580/748 KB 1136/1822 KB 184/1210 KB 180/471 KB 580/748 KB 1136/1822 KB 188/1210 KB 180/471 KB 580/748 KB 1136/1822 KB 192/1210 KB 180/471 KB 580/748 KB 1124/1822 KB 180/1210 KB 184/471 KB 580/748 KB 1136/1822 KB 192/1210 KB 188/471 KB 580/748 KB 1136/1822 KB 192/1210 KB 192/471 KB 580/748 KB 1136/1822 KB 192/1210 KB 176/471 KB 580/748 KB 1124/1822 KB 180/1210 KB 192/471 KB 584/748 KB 1136/1822 KB 192/1210 KB 196/471 KB 588/748 KB 1136/1822 KB 196/1210 KB 196/471 KB 592/748 KB 1136/1822 KB 196/1210 KB 196/471 KB 592/748 KB 1140/1822 KB 196/1210 KB 196/471 KB 596/748 KB 1144/1822 KB 196/1210 KB 196/471 KB 596/748 KB 1148/1822 KB 196/1210 KB 196/471 KB 596/748 KB 1152/1822 KB 196/1210 KB 196/471 KB 584/748 KB 1136/1822 KB 196/1210 KB 196/471 KB 596/748 KB 1152/1822 KB 200/1210 KB 196/471 KB 596/748 KB 1152/1822 KB 204/1210 KB 196/471 KB 596/748 KB 1152/1822 KB 208/1210 KB 196/471 KB 584/748 KB 1136/1822 KB 192/1210 KB 200/471 KB 596/748 KB 1152/1822 KB 208/1210 KB 204/471 KB 596/748 KB 1152/1822 KB 208/1210 KB 208/471 KB 596/748 KB 1152/1822 KB 208/1210 KB 212/471 KB 596/748 KB 1152/1822 KB 208/1210 KB 216/471 KB 596/748 KB 1152/1822 KB 212/1210 KB 4/53 KB 196/471 KB 596/748 KB 1140/1822 KB 196/1210 KB 216/471 KB 600/748 KB 1156/1822 KB 212/1210 KB 4/53 KB 216/471 KB 604/748 KB 1156/1822 KB 212/1210 KB 4/53 KB 216/471 KB 608/748 KB 1156/1822 KB 212/1210 KB 4/53 KB 216/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 4/53 KB 216/471 KB 596/748 KB 1156/1822 KB 212/1210 KB 4/53 KB 212/471 KB 596/748 KB 1152/1822 KB 212/1210 KB 4/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 8/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 12/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 16/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 20/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 24/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 28/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 32/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 36/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 40/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 44/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 48/53 KB 212/471 KB 596/748 KB 1152/1822 KB 212/1210 KB 220/471 KB 612/748 KB 1156/1822 KB 216/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 220/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 224/1210 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 228/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 232/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 236/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 240/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 244/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 248/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 252/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 256/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 260/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 264/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 268/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 272/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 276/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 280/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 284/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 288/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 292/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 296/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 300/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 304/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 308/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 312/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 316/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 320/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 324/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 328/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 332/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 336/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 340/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 344/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 348/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 352/1210 KB 48/53 KB 220/471 KB 612/748 KB 1156/1822 KB 212/1210 KB 4/53 KB 224/471 KB 612/748 KB 1156/1822 KB 352/1210 KB 48/53 KB 224/471 KB 612/748 KB 1160/1822 KB 352/1210 KB 48/53 KB 224/471 KB 612/748 KB 1164/1822 KB 352/1210 KB 48/53 KB 224/471 KB 616/748 KB 1168/1822 KB 352/1210 KB 48/53 KB 224/471 KB 616/748 KB 1164/1822 KB 352/1210 KB 48/53 KB 224/471 KB 620/748 KB 1168/1822 KB 352/1210 KB 48/53 KB 224/471 KB 624/748 KB 1168/1822 KB 352/1210 KB 48/53 KB 224/471 KB 628/748 KB 1168/1822 KB 352/1210 KB 48/53 KB 228/471 KB 632/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 636/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 640/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 644/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 648/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 652/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 656/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 660/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 628/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 228/471 KB 628/748 KB 1172/1822 KB 352/1210 KB 48/53 KB 232/471 KB 660/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 236/471 KB 660/748 KB 1172/1822 KB 352/1210 KB 52/53 KB 240/471 KB 660/748 KB 1172/1822 KB 352/1210 KB 53/53 KB 224/471 KB 628/748 KB 1172/1822 KB 352/1210 KB 48/53 KB 240/471 KB 660/748 KB 1176/1822 KB 352/1210 KB 53/53 KB 240/471 KB 660/748 KB 1180/1822 KB 352/1210 KB 53/53 KB 240/471 KB 660/748 KB 1184/1822 KB 352/1210 KB 53/53 KB 236/471 KB 660/748 KB 1172/1822 KB 352/1210 KB 53/53 KB 244/471 KB 660/748 KB 1184/1822 KB 352/1210 KB 53/53 KB 248/471 KB 660/748 KB 1188/1822 KB 352/1210 KB 53/53 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 252/471 KB 660/748 KB 1188/1822 KB 352/1210 KB 53/53 KB 256/471 KB 660/748 KB 1188/1822 KB 352/1210 KB 53/53 KB 244/471 KB 660/748 KB 1188/1822 KB 352/1210 KB 53/53 KB 256/471 KB 660/748 KB 1192/1822 KB 352/1210 KB 53/53 KB 256/471 KB 660/748 KB 1196/1822 KB 352/1210 KB 53/53 KB 256/471 KB 660/748 KB 1200/1822 KB 352/1210 KB 53/53 KB 260/471 KB 660/748 KB 1200/1822 KB 352/1210 KB 53/53 KB 264/471 KB 660/748 KB 1200/1822 KB 352/1210 KB 53/53 KB 268/471 KB 660/748 KB 1200/1822 KB 352/1210 KB 53/53 KB 272/471 KB 664/748 KB 1204/1822 KB 352/1210 KB 53/53 KB 268/471 KB 664/748 KB 1204/1822 KB 352/1210 KB 53/53 KB 272/471 KB 664/748 KB 1208/1822 KB 352/1210 KB 53/53 KB 272/471 KB 664/748 KB 1212/1822 KB 352/1210 KB 53/53 KB 272/471 KB 664/748 KB 1216/1822 KB 352/1210 KB 53/53 KB 272/471 KB 664/748 KB 1220/1822 KB 352/1210 KB 53/53 KB 276/471 KB 664/748 KB 1224/1822 KB 352/1210 KB 53/53 KB 276/471 KB 664/748 KB 1228/1822 KB 352/1210 KB 53/53 KB 276/471 KB 664/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 268/471 KB 664/748 KB 1200/1822 KB 352/1210 KB 53/53 KB 276/471 KB 668/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 276/471 KB 672/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 276/471 KB 676/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 276/471 KB 680/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 276/471 KB 684/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 276/471 KB 688/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 276/471 KB 664/748 KB 1220/1822 KB 352/1210 KB 53/53 KB 280/471 KB 688/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 284/471 KB 688/748 KB 1232/1822 KB 352/1210 KB 53/53 KB 288/471 KB 688/748 KB 1232/1822 KB 352/1210 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 48.4 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 288/471 KB 692/748 KB 1232/1822 KB 352/1210 KB 292/471 KB 696/748 KB 1236/1822 KB 352/1210 KB 292/471 KB 700/748 KB 1236/1822 KB 352/1210 KB 292/471 KB 704/748 KB 1236/1822 KB 352/1210 KB 292/471 KB 692/748 KB 1236/1822 KB 352/1210 KB 292/471 KB 704/748 KB 1240/1822 KB 352/1210 KB 292/471 KB 704/748 KB 1244/1822 KB 352/1210 KB 292/471 KB 704/748 KB 1248/1822 KB 352/1210 KB 292/471 KB 692/748 KB 1232/1822 KB 352/1210 KB 296/471 KB 704/748 KB 1248/1822 KB 352/1210 KB 300/471 KB 704/748 KB 1248/1822 KB 352/1210 KB 304/471 KB 704/748 KB 1248/1822 KB 352/1210 KB 308/471 KB 704/748 KB 1248/1822 KB 352/1210 KB 312/471 KB 708/748 KB 1252/1822 KB 352/1210 KB 308/471 KB 708/748 KB 1252/1822 KB 352/1210 KB 312/471 KB 712/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 716/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 720/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 724/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 728/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 732/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 736/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 740/748 KB 1252/1822 KB 356/1210 KB 316/471 KB 744/748 KB 1252/1822 KB 356/1210 KB 316/471 KB 748/748 KB 1252/1822 KB 356/1210 KB 316/471 KB 748/748 KB 1252/1822 KB 356/1210 KB 308/471 KB 704/748 KB 1252/1822 KB 352/1210 KB 316/471 KB 748/748 KB 1256/1822 KB 356/1210 KB 316/471 KB 748/748 KB 1260/1822 KB 356/1210 KB 316/471 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 4/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 8/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 12/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 16/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 20/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 24/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 28/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 32/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 36/276 KB 748/748 KB 1264/1822 KB 356/1210 KB 316/471 KB 40/276 KB 748/748 KB 1268/1822 KB 356/1210 KB 316/471 KB 44/276 KB 748/748 KB 1268/1822 KB 356/1210 KB 316/471 KB 48/276 KB 748/748 KB 1268/1822 KB 356/1210 KB 316/471 KB 736/748 KB 1252/1822 KB 356/1210 KB 316/471 KB 48/276 KB 748/748 KB 1268/1822 KB 360/1210 KB 316/471 KB 48/276 KB 748/748 KB 1268/1822 KB 364/1210 KB 316/471 KB 48/276 KB 748/748 KB 1268/1822 KB 368/1210 KB 316/471 KB 712/748 KB 1252/1822 KB 352/1210 KB 320/471 KB 48/276 KB 748/748 KB 1268/1822 KB 368/1210 KB 324/471 KB 48/276 KB 748/748 KB 1268/1822 KB 368/1210 KB 328/471 KB 48/276 KB 748/748 KB 1268/1822 KB 368/1210 KB 332/471 KB 48/276 KB 748/748 KB 1268/1822 KB 368/1210 KB 336/471 KB 48/276 KB 748/748 KB 1268/1822 KB 368/1210 KB 316/471 KB 36/276 KB 748/748 KB 1268/1822 KB 356/1210 KB 336/471 KB 48/276 KB 748/748 KB 1272/1822 KB 368/1210 KB 340/471 KB 48/276 KB 748/748 KB 1276/1822 KB 368/1210 KB 340/471 KB 48/276 KB 748/748 KB 1280/1822 KB 368/1210 KB 340/471 KB 48/276 KB 748/748 KB 1284/1822 KB 368/1210 KB 340/471 KB 52/276 KB 748/748 KB 1288/1822 KB 372/1210 KB 340/471 KB 52/276 KB 748/748 KB 1292/1822 KB 372/1210 KB 340/471 KB 52/276 KB 748/748 KB 1296/1822 KB 372/1210 KB 340/471 KB 52/276 KB 748/748 KB 1300/1822 KB 372/1210 KB 340/471 KB 52/276 KB 748/748 KB 1304/1822 KB 372/1210 KB 340/471 KB 52/276 KB 748/748 KB 1308/1822 KB 372/1210 KB 340/471 KB 52/276 KB 748/748 KB 1312/1822 KB 372/1210 KB 340/471 KB 48/276 KB 748/748 KB 1272/1822 KB 368/1210 KB 344/471 KB 52/276 KB 748/748 KB 1312/1822 KB unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install 372/1210 KB 348/471 KB 52/276 KB 748/748 KB 1312/1822 KB 372/1210 KB 352/471 KB 52/276 KB 748/748 KB 1312/1822 KB 372/1210 KB 340/471 KB 52/276 KB 748/748 KB 1284/1822 KB 372/1210 KB 352/471 KB 52/276 KB 748/748 KB 1312/1822 KB 376/1210 KB 352/471 KB 52/276 KB 748/748 KB 1312/1822 KB 380/1210 KB 352/471 KB 52/276 KB 748/748 KB 1312/1822 KB 384/1210 KB 352/471 KB 52/276 KB 748/748 KB 1312/1822 KB 388/1210 KB 356/471 KB 52/276 KB 748/748 KB 1312/1822 KB 392/1210 KB 356/471 KB 52/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 340/471 KB 52/276 KB 748/748 KB 1284/1822 KB 368/1210 KB 356/471 KB 56/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 356/471 KB 60/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 356/471 KB 64/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 356/471 KB 52/276 KB 748/748 KB 1312/1822 KB 388/1210 KB 360/471 KB 64/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 364/471 KB 64/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 368/471 KB 64/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 372/471 KB 64/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 376/471 KB 68/276 KB 748/748 KB 1316/1822 KB 400/1210 KB 372/471 KB 68/276 KB 748/748 KB 1316/1822 KB 400/1210 KB 380/471 KB 68/276 KB 748/748 KB 1320/1822 KB 400/1210 KB 380/471 KB 68/276 KB 748/748 KB 1324/1822 KB 400/1210 KB 380/471 KB 68/276 KB 748/748 KB 1328/1822 KB 400/1210 KB 372/471 KB 68/276 KB 748/748 KB 1312/1822 KB 400/1210 KB 372/471 KB 68/276 KB 748/748 KB 1312/1822 KB 396/1210 KB 380/471 KB 72/276 KB 748/748 KB 1328/1822 KB 400/1210 KB 380/471 KB 76/276 KB 748/748 KB 1328/1822 KB 400/1210 KB 380/471 KB 80/276 KB 748/748 KB 1328/1822 KB 400/1210 KB 380/471 KB 84/276 KB 748/748 KB 1328/1822 KB 400/1210 KB 380/471 KB 88/276 KB 1328/1822 KB 404/1210 KB 380/471 KB 92/276 KB 1328/1822 KB 404/1210 KB 380/471 KB 96/276 KB 1328/1822 KB 404/1210 KB 380/471 KB 68/276 KB 748/748 KB 1316/1822 KB 400/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 671.8 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:48 DEBUG unit.abot-epc-basic/0.install 380/471 KB 84/276 KB 748/748 KB 1328/1822 KB 404/1210 KB 380/471 KB 96/276 KB 1328/1822 KB 408/1210 KB 384/471 KB 96/276 KB 1328/1822 KB 412/1210 KB 380/471 KB 96/276 KB 1328/1822 KB 412/1210 KB 384/471 KB 96/276 KB 1328/1822 KB 416/1210 KB 388/471 KB 96/276 KB 1328/1822 KB 416/1210 KB 392/471 KB 100/276 KB 1332/1822 KB 420/1210 KB 396/471 KB 100/276 KB 1332/1822 KB 420/1210 KB 400/471 KB 100/276 KB 1332/1822 KB 420/1210 KB 388/471 KB 100/276 KB 1332/1822 KB 420/1210 KB 400/471 KB 104/276 KB 1332/1822 KB 420/1210 KB 400/471 KB 108/276 KB 1332/1822 KB 420/1210 KB 400/471 KB 112/276 KB 1332/1822 KB 420/1210 KB 388/471 KB 96/276 KB 1332/1822 KB 420/1210 KB 400/471 KB 112/276 KB 1332/1822 KB 424/1210 KB 400/471 KB 112/276 KB 1332/1822 KB 428/1210 KB 388/471 KB 96/276 KB 1332/1822 KB 416/1210 KB 400/471 KB 112/276 KB 1336/1822 KB 428/1210 KB 400/471 KB 112/276 KB 1340/1822 KB 428/1210 KB 400/471 KB 112/276 KB 1344/1822 KB 428/1210 KB 400/471 KB 112/276 KB 1348/1822 KB 428/1210 KB 404/471 KB 116/276 KB 1352/1822 KB 432/1210 KB 404/471 KB 116/276 KB 1356/1822 KB 432/1210 KB 404/471 KB 116/276 KB 1360/1822 KB 432/1210 KB 404/471 KB 116/276 KB 1348/1822 KB 432/1210 KB 408/471 KB 116/276 KB 1360/1822 KB 432/1210 KB 412/471 KB 116/276 KB 1360/1822 KB 432/1210 KB 416/471 KB 116/276 KB 1360/1822 KB 432/1210 KB 400/471 KB 116/276 KB 1348/1822 KB 432/1210 KB 416/471 KB 120/276 KB 1360/1822 KB 432/1210 KB 416/471 KB 124/276 KB 1360/1822 KB 432/1210 KB 416/471 KB 128/276 KB 1360/1822 KB 432/1210 KB 400/471 KB 112/276 KB 1348/1822 KB 432/1210 KB 416/471 KB 128/276 KB 1360/1822 KB 436/1210 KB 416/471 KB 128/276 KB 1360/1822 KB 440/1210 KB 416/471 KB 128/276 KB 1360/1822 KB 444/1210 KB 416/471 KB 128/276 KB 1360/1822 KB 448/1210 KB 416/471 KB 128/276 KB 1364/1822 KB 452/1210 KB 420/471 KB 4/577 KB 128/276 KB 1364/1822 KB 456/1210 KB 416/471 KB 128/276 KB 1364/1822 KB 448/1210 KB 420/471 KB 4/577 KB 132/276 KB 1368/1822 KB 456/1210 KB 420/471 KB 4/577 KB 132/276 KB 1372/1822 KB 456/1210 KB 420/471 KB 4/577 KB 132/276 KB 1376/1822 KB 456/1210 KB 420/471 KB 4/577 KB 132/276 KB 1364/1822 KB 456/1210 KB 420/471 KB 4/577 KB 136/276 KB 1376/1822 KB 456/1210 KB 420/471 KB 4/577 KB 140/276 KB 1376/1822 KB 460/1210 KB 420/471 KB 4/577 KB 144/276 KB 1376/1822 KB 460/1210 KB 420/471 KB 4/577 KB 148/276 KB 1376/1822 KB 460/1210 KB 420/471 KB 4/577 KB 152/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 4/577 KB 156/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 4/577 KB 160/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 4/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 4/577 KB 128/276 KB 1364/1822 KB 452/1210 KB 416/471 KB 4/577 KB 128/276 KB 1364/1822 KB 452/1210 KB 420/471 KB 8/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 12/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 16/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 20/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 24/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 28/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 32/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 36/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 40/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 44/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 48/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 52/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 56/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 60/577 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install KB 164/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 64/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 420/471 KB 4/577 KB 148/276 KB 1380/1822 KB 460/1210 KB 424/471 KB 64/577 KB 164/276 KB 1384/1822 KB 460/1210 KB 424/471 KB 64/577 KB 164/276 KB 1388/1822 KB 460/1210 KB 424/471 KB 64/577 KB 164/276 KB 1392/1822 KB 460/1210 KB 420/471 KB 4/577 KB 136/276 KB 1376/1822 KB 460/1210 KB 424/471 KB 64/577 KB 164/276 KB 1392/1822 KB 464/1210 KB 424/471 KB 36/577 KB 164/276 KB 1380/1822 KB 460/1210 KB 428/471 KB 64/577 KB 164/276 KB 1392/1822 KB 464/1210 KB 432/471 KB 64/577 KB 164/276 KB 1392/1822 KB 464/1210 KB 436/471 KB 64/577 KB 164/276 KB 1392/1822 KB 464/1210 KB 440/471 KB 64/577 KB 164/276 KB 1392/1822 KB 468/1210 KB 444/471 KB 64/577 KB 164/276 KB 1392/1822 KB 468/1210 KB 448/471 KB 64/577 KB 164/276 KB 1392/1822 KB 468/1210 KB 436/471 KB 64/577 KB 164/276 KB 1392/1822 KB 468/1210 KB 448/471 KB 64/577 KB 164/276 KB 1392/1822 KB 472/1210 KB 448/471 KB 64/577 KB 164/276 KB 1392/1822 KB 476/1210 KB 448/471 KB 64/577 KB 164/276 KB 1392/1822 KB 480/1210 KB 452/471 KB 64/577 KB 164/276 KB 1392/1822 KB 484/1210 KB 452/471 KB 68/577 KB 164/276 KB 1396/1822 KB 488/1210 KB 452/471 KB 64/577 KB 164/276 KB 1392/1822 KB 480/1210 KB 456/471 KB 68/577 KB 168/276 KB 1396/1822 KB 488/1210 KB 460/471 KB 68/577 KB 168/276 KB 1396/1822 KB 488/1210 KB 464/471 KB 68/577 KB 168/276 KB 1396/1822 KB 488/1210 KB 468/471 KB 68/577 KB 168/276 KB 1396/1822 KB 492/1210 KB 471/471 KB 68/577 KB 168/276 KB 1396/1822 KB 492/1210 KB 452/471 KB 68/577 KB 168/276 KB 1396/1822 KB 488/1210 KB 471/471 KB 68/577 KB 172/276 KB 1396/1822 KB 492/1210 KB 471/471 KB 68/577 KB 176/276 KB 1396/1822 KB 492/1210 KB 452/471 KB 68/577 KB 164/276 KB 1396/1822 KB 484/1210 KB 471/471 KB 68/577 KB 176/276 KB 1400/1822 KB 492/1210 KB 471/471 KB 68/577 KB 176/276 KB 1404/1822 KB 492/1210 KB 471/471 KB 68/577 KB 176/276 KB 1408/1822 KB 492/1210 KB 452/471 KB 68/577 KB 164/276 KB 1392/1822 KB 484/1210 KB 471/471 KB 72/577 KB 176/276 KB 1408/1822 KB 492/1210 KB 471/471 KB 76/577 KB 176/276 KB 1408/1822 KB 492/1210 KB 471/471 KB 80/577 KB 176/276 KB 1408/1822 KB 492/1210 KB 471/471 KB 84/577 KB 176/276 KB 1408/1822 KB 492/1210 KB 471/471 KB 88/577 KB 180/276 KB 1412/1822 KB 492/1210 KB 471/471 KB 92/577 KB 180/276 KB 1412/1822 KB 492/1210 KB 464/471 KB 68/577 KB 168/276 KB 1396/1822 KB 492/1210 KB 471/471 KB 92/577 KB 180/276 KB 1412/1822 KB 496/1210 KB 471/471 KB 92/577 KB 180/276 KB 1412/1822 KB 500/1210 KB 471/471 KB 92/577 KB 180/276 KB 1412/1822 KB 504/1210 KB 471/471 KB 92/577 KB 180/276 KB 1412/1822 KB 508/1210 KB 471/471 KB 96/577 KB 180/276 KB 1412/1822 KB 512/1210 KB 471/471 KB 84/577 KB 180/276 KB 1412/1822 KB 492/1210 KB 471/471 KB 96/577 KB 184/276 KB 1412/1822 KB 512/1210 KB 471/471 KB 96/577 KB 188/276 KB 1412/1822 KB 512/1210 KB 471/471 KB 96/577 KB 192/276 KB 1412/1822 KB 512/1210 KB 471/471 KB 84/577 KB 176/276 KB 1412/1822 KB 492/1210 KB 471/471 KB 96/577 KB 192/276 KB 1416/1822 KB 512/1210 KB 471/471 KB 96/577 KB 192/276 KB 1420/1822 KB 512/1210 KB 471/471 KB 96/577 KB 192/276 KB 1424/1822 KB 512/1210 KB 471/471 KB 96/577 KB 180/276 KB 1412/1822 KB 508/1210 KB 471/471 KB 100/577 KB 192/276 KB 1424/1822 KB 512/1210 KB 471/471 KB 104/577 KB 196/276 KB 1428/1822 KB 516/1210 KB 471/471 KB 108/577 KB 196/276 KB 1428/1822 KB 516/1210 KB 471/471 KB 112/577 KB 196/276 KB 1428/1822 KB 516/1210 KB 471/471 KB 100/577 KB 196/276 unit-abot-epc-basic-0: 08:06:48 DEBUG unit.abot-epc-basic/0.install KB 1428/1822 KB 516/1210 KB 471/471 KB 100/577 KB 196/276 KB 1428/1822 KB 512/1210 KB 471/471 KB 112/577 KB 196/276 KB 1432/1822 KB 516/1210 KB 471/471 KB 112/577 KB 196/276 KB 1436/1822 KB 516/1210 KB 471/471 KB 112/577 KB 196/276 KB 1440/1822 KB 516/1210 KB 471/471 KB 100/577 KB 196/276 KB 1424/1822 KB 512/1210 KB 471/471 KB 112/577 KB 200/276 KB 1440/1822 KB 520/1210 KB 471/471 KB 112/577 KB 204/276 KB 1440/1822 KB 520/1210 KB 471/471 KB 112/577 KB 208/276 KB 1440/1822 KB 520/1210 KB 471/471 KB 116/577 KB 212/276 KB 1440/1822 KB 520/1210 KB 471/471 KB 116/577 KB 216/276 KB 1444/1822 KB 520/1210 KB 471/471 KB 116/577 KB 220/276 KB 1444/1822 KB 520/1210 KB 471/471 KB 116/577 KB 224/276 KB 1444/1822 KB 520/1210 KB 116/577 KB 228/276 KB 1444/1822 KB 520/1210 KB 116/577 KB 232/276 KB 1444/1822 KB 520/1210 KB 116/577 KB 236/276 KB 1444/1822 KB 520/1210 KB 471/471 KB 112/577 KB 196/276 KB 1440/1822 KB 520/1210 KB 116/577 KB 236/276 KB 1444/1822 KB 524/1210 KB 116/577 KB 236/276 KB 1444/1822 KB 528/1210 KB 116/577 KB 236/276 KB 1444/1822 KB 532/1210 KB 116/577 KB 236/276 KB 1444/1822 KB 536/1210 KB 116/577 KB 236/276 KB 1444/1822 KB 540/1210 KB 116/577 KB 236/276 KB 1444/1822 KB 544/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 408.9 KB/sec) unit-abot-epc-basic-0: 08:06:48 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 471/471 KB 116/577 KB 212/276 KB 1444/1822 KB 520/1210 KB 116/577 KB 236/276 KB 1448/1822 KB 544/1210 KB 116/577 KB 236/276 KB 1452/1822 KB 544/1210 KB 116/577 KB 236/276 KB 1456/1822 KB 544/1210 KB 471/471 KB 116/577 KB 208/276 KB 1440/1822 KB 520/1210 KB 120/577 KB 236/276 KB 1456/1822 KB 544/1210 KB 124/577 KB 236/276 KB 1456/1822 KB 544/1210 KB 128/577 KB 236/276 KB 1456/1822 KB 544/1210 KB 128/577 KB 236/276 KB 1460/1822 KB 544/1210 KB 132/577 KB 236/276 KB 1464/1822 KB 548/1210 KB 132/577 KB 236/276 KB 1468/1822 KB 548/1210 KB 132/577 KB 236/276 KB 1472/1822 KB 548/1210 KB 132/577 KB 236/276 KB 1460/1822 KB 548/1210 KB 132/577 KB 236/276 KB 1472/1822 KB 552/1210 KB 132/577 KB 236/276 KB 1460/1822 KB 544/1210 KB 136/577 KB 240/276 KB 1472/1822 KB 552/1210 KB 140/577 KB 240/276 KB 1472/1822 KB 552/1210 KB 144/577 KB 240/276 KB 1472/1822 KB 552/1210 KB 144/577 KB 240/276 KB 1472/1822 KB 556/1210 KB 144/577 KB 240/276 KB 1472/1822 KB 560/1210 KB 144/577 KB 240/276 KB 1476/1822 KB 564/1210 KB 148/577 KB 240/276 KB 1476/1822 KB 568/1210 KB 148/577 KB 240/276 KB 1476/1822 KB 572/1210 KB 148/577 KB 240/276 KB 1476/1822 KB 576/1210 KB 148/577 KB 240/276 KB 1476/1822 KB 580/1210 KB 148/577 KB 240/276 KB 1476/1822 KB 584/1210 KB 148/577 KB 240/276 KB 1476/1822 KB 588/1210 KB 132/577 KB 240/276 KB 1472/1822 KB 552/1210 KB 148/577 KB 244/276 KB 1476/1822 KB 588/1210 KB 148/577 KB 248/276 KB 1476/1822 KB 588/1210 KB 148/577 KB 240/276 KB 1476/1822 KB 564/1210 KB 148/577 KB 248/276 KB 1476/1822 KB 588/1210 KB 4/37 KB 148/577 KB 248/276 KB 1476/1822 KB 588/1210 KB 8/37 KB 148/577 KB 248/276 KB 1476/1822 KB 588/1210 KB 12/37 KB 148/577 KB 248/276 KB 1476/1822 KB 588/1210 KB 16/37 KB 152/577 KB 248/276 KB 1476/1822 KB 588/1210 KB 20/37 KB 144/577 KB 240/276 KB 1476/1822 KB 560/1210 KB 152/577 KB 252/276 KB 1480/1822 KB 588/1210 KB 20/37 KB 152/577 KB 252/276 KB 1484/1822 KB 588/1210 KB 20/37 KB 152/577 KB 252/276 KB 1488/1822 KB 588/1210 KB 20/37 KB 152/577 KB 252/276 KB 1476/1822 KB 588/1210 KB 20/37 KB 152/577 KB 248/276 KB 1476/1822 KB 588/1210 KB 16/37 KB 156/577 KB 256/276 KB 1488/1822 KB 588/1210 KB 20/37 KB 160/577 KB 256/276 KB 1488/1822 KB 588/1210 KB 20/37 KB 164/577 KB 256/276 KB 1488/1822 KB 588/1210 KB 20/37 KB 168/577 KB 256/276 KB 1492/1822 KB 588/1210 KB 24/37 KB 172/577 KB 256/276 KB 1492/1822 KB 588/1210 KB 24/37 KB 176/577 KB 256/276 KB 1492/1822 KB 588/1210 KB 24/37 KB 164/577 KB 256/276 KB 1492/1822 KB 588/1210 KB 24/37 KB 176/577 KB 256/276 KB 1492/1822 KB 588/1210 KB 28/37 KB 164/577 KB 256/276 KB 1492/1822 KB 588/1210 KB 20/37 KB 176/577 KB 256/276 KB 1496/1822 KB 588/1210 KB 32/37 KB 152/577 KB 256/276 KB 1488/1822 KB 588/1210 KB 20/37 KB 176/577 KB 260/276 KB 1496/1822 KB 588/1210 KB 32/37 KB 176/577 KB 264/276 KB 1496/1822 KB 588/1210 KB 32/37 KB 176/577 KB 256/276 KB 1492/1822 KB 588/1210 KB 32/37 KB 176/577 KB 264/276 KB 1500/1822 KB 588/1210 KB 36/37 KB 180/577 KB 268/276 KB 1500/1822 KB 592/1210 KB 37/37 KB 176/577 KB 264/276 KB 1500/1822 KB 588/1210 KB 32/37 KB 180/577 KB 268/276 KB 1504/1822 KB 592/1210 KB 37/37 KB 180/577 KB 268/276 KB 1508/1822 KB 592/1210 KB 37/37 KB 180/577 KB 268/276 KB 1512/1822 KB 592/1210 KB 37/37 KB 180/577 KB 268/276 KB 1516/1822 KB 592/1210 KB 37/37 KB 180/577 KB 268/276 KB 1520/1822 KB 592/1210 KB 37/37 KB 180/577 KB 268/276 KB 1524/1822 KB 592/1210 KB 37/37 KB 180/577 KB 268/276 KB 1500/1822 KB 592/1210 KB 36/37 KB 18 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 4/577 KB 268/276 KB 1524/1822 KB 592/1210 KB 37/37 KB 188/577 KB 268/276 KB 1524/1822 KB 592/1210 KB 37/37 KB 192/577 KB 268/276 KB 1524/1822 KB 592/1210 KB 37/37 KB 176/577 KB 268/276 KB 1500/1822 KB 592/1210 KB 36/37 KB 192/577 KB 272/276 KB 1524/1822 KB 592/1210 KB 37/37 KB 176/577 KB 264/276 KB 1500/1822 KB 592/1210 KB 36/37 KB 192/577 KB 276/276 KB 1524/1822 KB 592/1210 KB 37/37 KB 192/577 KB 276/276 KB 1524/1822 KB 592/1210 KB 37/37 KB 192/577 KB 276/276 KB 1524/1822 KB 596/1210 KB 37/37 KB 192/577 KB 276/276 KB 1524/1822 KB 600/1210 KB 37/37 KB 192/577 KB 276/276 KB 1524/1822 KB 604/1210 KB 37/37 KB 192/577 KB 276/276 KB 1524/1822 KB 608/1210 KB 37/37 KB 196/577 KB 276/276 KB 1524/1822 KB 612/1210 KB 37/37 KB 196/577 KB 276/276 KB 1524/1822 KB 616/1210 KB 37/37 KB 196/577 KB 276/276 KB 1528/1822 KB 620/1210 KB 37/37 KB 196/577 KB 276/276 KB 1528/1822 KB 624/1210 KB 37/37 KB 196/577 KB 276/276 KB 1524/1822 KB 608/1210 KB 37/37 KB 200/577 KB 276/276 KB 1528/1822 KB 624/1210 KB 37/37 KB 204/577 KB 276/276 KB 1528/1822 KB 624/1210 KB 37/37 KB 208/577 KB 276/276 KB 1528/1822 KB 624/1210 KB 37/37 KB 196/577 KB 276/276 KB 1528/1822 KB 616/1210 KB 37/37 KB 208/577 KB 276/276 KB 1532/1822 KB 624/1210 KB 37/37 KB 212/577 KB 276/276 KB 1536/1822 KB 624/1210 KB 37/37 KB 212/577 KB 276/276 KB 1536/1822 KB 628/1210 KB 37/37 KB 212/577 KB 276/276 KB 1540/1822 KB 632/1210 KB 212/577 KB 276/276 KB 1540/1822 KB 636/1210 KB 212/577 KB 276/276 KB 1532/1822 KB 624/1210 KB 37/37 KB 216/577 KB 276/276 KB 1540/1822 KB 636/1210 KB 220/577 KB 1540/1822 KB 636/1210 KB 224/577 KB 1540/1822 KB 636/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 31.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 212/577 KB 276/276 KB 1540/1822 KB 628/1210 KB 37/37 KB 224/577 KB 1544/1822 KB 636/1210 KB 224/577 KB 1548/1822 KB 636/1210 KB 224/577 KB 1552/1822 KB 636/1210 KB 224/577 KB 1556/1822 KB 640/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 234.2 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 228/577 KB 1556/1822 KB 640/1210 KB 224/577 KB 1552/1822 KB 640/1210 KB 228/577 KB 1560/1822 KB 644/1210 KB 4/167 KB 228/577 KB 1560/1822 KB 640/1210 KB 4/167 KB 232/577 KB 1560/1822 KB 648/1210 KB 8/167 KB 232/577 KB 1560/1822 KB 648/1210 KB 12/167 KB 232/577 KB 1560/1822 KB 648/1210 KB 16/167 KB 232/577 KB 1560/1822 KB 648/1210 KB 20/167 KB 232/577 KB 1560/1822 KB 648/1210 KB 24/167 KB 232/577 KB 1560/1822 KB 648/1210 KB 28/167 KB 232/577 KB 1560/1822 KB 648/1210 KB 32/167 KB 228/577 KB 1560/1822 KB 640/1210 KB 232/577 KB 1560/1822 KB 648/1210 KB 20/167 KB 232/577 KB 1560/1822 KB 644/1210 KB 4/167 KB 236/577 KB 1560/1822 KB 648/1210 KB 32/167 KB 240/577 KB 1560/1822 KB 648/1210 KB 32/167 KB 240/577 KB 1560/1822 KB 652/1210 KB 32/167 KB 240/577 KB 1564/1822 KB 652/1210 KB 32/167 KB 240/577 KB 1568/1822 KB 656/1210 KB 32/167 KB 244/577 KB 1572/1822 KB 656/1210 KB 32/167 KB 244/577 KB 1576/1822 KB 656/1210 KB 36/167 KB 244/577 KB 1580/1822 KB 656/1210 KB 36/167 KB 244/577 KB 1584/1822 KB 656/1210 KB 36/167 KB 244/577 KB 1568/1822 KB 656/1210 KB 32/167 KB 248/577 KB 1584/1822 KB 656/1210 KB 36/167 KB 252/577 KB 1584/1822 KB 656/1210 KB 36/167 KB 256/577 KB 1584/1822 KB 656/1210 KB 36/167 KB 260/577 KB 1584/1822 KB 656/1210 KB 36/167 KB 264/577 KB 1588/1822 KB 656/1210 KB 36/167 KB 268/577 KB 1588/1822 KB 656/1210 KB 36/167 KB 272/577 KB 1588/1822 KB 656/1210 KB 36/167 KB 244/577 KB 1572/1822 KB 656/1210 KB 36/167 KB 272/577 KB 1588/1822 KB 656/1210 KB 40/167 KB 272/577 KB 1588/1822 KB 656/1210 KB 44/167 KB 240/577 KB 1572/1822 KB 656/1210 KB 32/167 KB 272/577 KB 1588/1822 KB 660/1210 KB 44/167 KB 272/577 KB 1588/1822 KB 664/1210 KB 44/167 KB 272/577 KB 1588/1822 KB 668/1210 KB 44/167 KB 272/577 KB 1588/1822 KB 672/1210 KB 44/167 KB 272/577 KB 1588/1822 KB 676/1210 KB 44/167 KB 272/577 KB 1588/1822 KB 680/1210 KB 48/167 KB 272/577 KB 1588/1822 KB 684/1210 KB 48/167 KB 272/577 KB 1588/1822 KB 688/1210 KB 48/167 KB 272/577 KB 1588/1822 KB 692/1210 KB 48/167 KB 276/577 KB 1588/1822 KB 696/1210 KB 48/167 KB 276/577 KB 1588/1822 KB 700/1210 KB 48/167 KB 276/577 KB 1588/1822 KB 704/1210 KB 48/167 KB 260/577 KB 1588/1822 KB 656/1210 KB 36/167 KB 276/577 KB 1592/1822 KB 704/1210 KB 48/167 KB 276/577 KB 1596/1822 KB 704/1210 KB 48/167 KB 276/577 KB 1600/1822 KB 704/1210 KB 48/167 KB 276/577 KB 1604/1822 KB 704/1210 KB 48/167 KB 276/577 KB 1608/1822 KB 704/1210 KB 48/167 KB 276/577 KB 1612/1822 KB 704/1210 KB 48/167 KB 276/577 KB 1616/1822 KB 704/1210 KB 48/167 KB 276/577 KB 1588/1822 KB 692/1210 KB 48/167 KB 280/577 KB 1616/1822 KB 704/1210 KB 48/167 KB 284/577 KB 1616/1822 KB 704/1210 KB 48/167 KB 288/577 KB 1616/1822 KB 704/1210 KB 48/167 KB 272/577 KB 1588/1822 KB 676/1210 KB 48/167 KB 288/577 KB 1616/1822 KB 704/1210 KB 52/167 KB 288/577 KB 1616/1822 KB 704/1210 KB 56/167 KB 288/577 KB 1616/1822 KB 704/1210 KB 60/167 KB 288/577 KB 1616/1822 KB 704/1210 KB 64/167 KB 288/577 KB 1616/1822 KB 704/1210 KB 68/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 72/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 76/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 80/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 84/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 88/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 92/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 96/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 100/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 104/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 108/167 KB 292/577 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install KB 1620/1822 KB 708/1210 KB 112/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 116/167 KB 292/577 KB 1620/1822 KB 708/1210 KB 68/167 KB 292/577 KB 1624/1822 KB 708/1210 KB 116/167 KB 292/577 KB 1628/1822 KB 708/1210 KB 116/167 KB 292/577 KB 1632/1822 KB 708/1210 KB 116/167 KB 292/577 KB 1616/1822 KB 708/1210 KB 68/167 KB 296/577 KB 1632/1822 KB 708/1210 KB 116/167 KB 300/577 KB 1632/1822 KB 708/1210 KB 116/167 KB 304/577 KB 1632/1822 KB 708/1210 KB 116/167 KB 288/577 KB 1616/1822 KB 708/1210 KB 68/167 KB 304/577 KB 1632/1822 KB 712/1210 KB 116/167 KB 304/577 KB 1632/1822 KB 716/1210 KB 116/167 KB 304/577 KB 1632/1822 KB 720/1210 KB 116/167 KB 308/577 KB 1632/1822 KB 720/1210 KB 116/167 KB 312/577 KB 1636/1822 KB 724/1210 KB 116/167 KB 316/577 KB 1636/1822 KB 724/1210 KB 116/167 KB 320/577 KB 1636/1822 KB 724/1210 KB 116/167 KB 308/577 KB 1636/1822 KB 724/1210 KB 116/167 KB 320/577 KB 1640/1822 KB 724/1210 KB 116/167 KB 320/577 KB 1644/1822 KB 724/1210 KB 116/167 KB 320/577 KB 1648/1822 KB 724/1210 KB 116/167 KB 320/577 KB 1652/1822 KB 724/1210 KB 116/167 KB 324/577 KB 1656/1822 KB 724/1210 KB 116/167 KB 324/577 KB 1660/1822 KB 724/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 724/1210 KB 116/167 KB 308/577 KB 1632/1822 KB 724/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 728/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 732/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 736/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 740/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 744/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 748/1210 KB 116/167 KB 324/577 KB 1664/1822 KB 752/1210 KB 116/167 KB 324/577 KB 1652/1822 KB 724/1210 KB 116/167 KB 328/577 KB 1664/1822 KB 752/1210 KB 116/167 KB 332/577 KB 1664/1822 KB 752/1210 KB 116/167 KB 336/577 KB 1664/1822 KB 752/1210 KB 116/167 KB 340/577 KB 1664/1822 KB 752/1210 KB 116/167 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 4/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 8/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 12/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 16/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 20/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 24/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 28/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 32/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 36/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 40/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 44/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 48/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 52/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 56/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 60/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 64/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 68/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 72/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 76/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 80/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 84/1192 KB 340/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 344/577 KB 1668/1822 KB 760/1210 KB 120/167 KB 84/1192 KB 344/577 KB 1668/1822 KB 764/1210 KB 120/167 KB 84/1192 KB 344/577 KB 1668/1822 KB 768/1210 KB 120/167 KB 84/1192 KB 340/577 KB 1668/1822 KB 752/1210 KB 120/167 KB 344/577 KB 1672/1822 KB 768/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1676/1822 KB 768/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1680/1 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 822 KB 768/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1684/1822 KB 768/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1688/1822 KB 772/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1692/1822 KB 772/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 772/1210 KB 120/167 KB 88/1192 KB 340/577 KB 1664/1822 KB 752/1210 KB 120/167 KB 344/577 KB 1696/1822 KB 772/1210 KB 124/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 772/1210 KB 128/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 772/1210 KB 132/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 772/1210 KB 136/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 772/1210 KB 140/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 772/1210 KB 144/167 KB 88/1192 KB 344/577 KB 1684/1822 KB 772/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 776/1210 KB 144/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 780/1210 KB 144/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 88/1192 KB 344/577 KB 1668/1822 KB 768/1210 KB 120/167 KB 88/1192 KB 344/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 92/1192 KB 344/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 96/1192 KB 344/577 KB 1668/1822 KB 756/1210 KB 120/167 KB 84/1192 KB 348/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 96/1192 KB 352/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 96/1192 KB 356/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 96/1192 KB 360/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 100/1192 KB 364/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 100/1192 KB 368/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 100/1192 KB 356/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 100/1192 KB 368/577 KB 1696/1822 KB 784/1210 KB 144/167 KB 104/1192 KB 368/577 KB 1696/1822 KB 784/1210 KB 148/167 KB 108/1192 KB 368/577 KB 1696/1822 KB 788/1210 KB 148/167 KB 112/1192 KB 368/577 KB 1696/1822 KB 788/1210 KB 148/167 KB 116/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 148/167 KB 120/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 148/167 KB 124/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 148/167 KB 128/1192 KB 368/577 KB 1696/1822 KB 784/1210 KB 148/167 KB 104/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 152/167 KB 128/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 156/167 KB 128/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 160/167 KB 128/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 164/167 KB 128/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 167/167 KB 128/1192 KB 372/577 KB 1700/1822 KB 788/1210 KB 148/167 KB 116/1192 KB 372/577 KB 1704/1822 KB 788/1210 KB 167/167 KB 128/1192 KB 372/577 KB 1708/1822 KB 788/1210 KB 167/167 KB 128/1192 KB 372/577 KB 1712/1822 KB 788/1210 KB 167/167 KB 128/1192 KB 372/577 KB 1696/1822 KB 788/1210 KB 148/167 KB 116/1192 KB 376/577 KB 1712/1822 KB 788/1210 KB 167/167 KB 128/1192 KB 380/577 KB 1712/1822 KB 788/1210 KB 167/167 KB 128/1192 KB 384/577 KB 1712/1822 KB 788/1210 KB 167/167 KB 128/1192 KB 368/577 KB 1696/1822 KB 788/1210 KB 148/167 KB 108/1192 KB 384/577 KB 1712/1822 KB 792/1210 KB 167/167 KB 128/1192 KB 384/577 KB 1712/1822 KB 796/1210 KB 167/167 KB 128/1192 KB 384/577 KB 1712/1822 KB 800/1210 KB 167/167 KB 128/1192 KB 384/577 KB 1712/1822 KB 804/1210 KB 167/167 KB 128/1192 KB 388/577 KB 1716/1822 KB 808/1210 KB 167/167 KB 132/1192 KB 388/577 KB 1716/1822 KB 812/1210 KB 167/167 KB 132/1192 KB 388/577 KB 1716/1822 KB 816/1210 KB 167/167 KB 132/1192 KB 388/577 KB 1716/1822 KB 804/1210 KB 167/167 KB 132/1192 KB 388/577 KB 1712/1822 KB 804/1210 KB 167/167 KB 128/1192 KB 392/577 KB 1716/1822 KB 816/1210 KB 167/167 KB 132/1192 KB 396/577 KB 1716/182 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 2 KB 816/1210 KB 167/167 KB 132/1192 KB 400/577 KB 1716/1822 KB 816/1210 KB 167/167 KB 132/1192 KB 388/577 KB 1712/1822 KB 804/1210 KB 167/167 KB 132/1192 KB 400/577 KB 1716/1822 KB 816/1210 KB 167/167 KB 136/1192 KB 400/577 KB 1716/1822 KB 816/1210 KB 167/167 KB 140/1192 KB 404/577 KB 1720/1822 KB 816/1210 KB 167/167 KB 144/1192 KB 404/577 KB 1720/1822 KB 820/1210 KB 167/167 KB 144/1192 KB 404/577 KB 1720/1822 KB 824/1210 KB 167/167 KB 144/1192 KB 404/577 KB 1720/1822 KB 828/1210 KB 167/167 KB 144/1192 KB 404/577 KB 1720/1822 KB 832/1210 KB 167/167 KB 144/1192 KB 404/577 KB 1720/1822 KB 836/1210 KB 167/167 KB 148/1192 KB 404/577 KB 1720/1822 KB 840/1210 KB 148/1192 KB 404/577 KB 1720/1822 KB 844/1210 KB 148/1192 KB 404/577 KB 1720/1822 KB 848/1210 KB 148/1192 KB 404/577 KB 1720/1822 KB 816/1210 KB 167/167 KB 140/1192 KB 408/577 KB 1720/1822 KB 848/1210 KB 148/1192 KB 412/577 KB 1720/1822 KB 848/1210 KB 148/1192 KB 416/577 KB 1720/1822 KB 848/1210 KB 148/1192 KB 400/577 KB 1720/1822 KB 816/1210 KB 167/167 KB 140/1192 KB 416/577 KB 1724/1822 KB 848/1210 KB 148/1192 KB 416/577 KB 1728/1822 KB 848/1210 KB 148/1192 KB 416/577 KB 1732/1822 KB 848/1210 KB 148/1192 KB 416/577 KB 1736/1822 KB 848/1210 KB 148/1192 KB 416/577 KB 1740/1822 KB 848/1210 KB 148/1192 KB 416/577 KB 1744/1822 KB 848/1210 KB 148/1192 KB 416/577 KB 1748/1822 KB 848/1210 KB 148/1192 KB 420/577 KB 1752/1822 KB 848/1210 KB 148/1192 KB 420/577 KB 1756/1822 KB 848/1210 KB 148/1192 KB 420/577 KB 1760/1822 KB 848/1210 KB 148/1192 KB 420/577 KB 1764/1822 KB 848/1210 KB 148/1192 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 135.4 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 404/577 KB 1720/1822 KB 832/1210 KB 167/167 KB 148/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 152/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 156/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 160/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 164/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 168/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 172/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 176/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 180/1192 KB 420/577 KB 1764/1822 KB 852/1210 KB 148/1192 KB 420/577 KB 1768/1822 KB 856/1210 KB 180/1192 KB 420/577 KB 1768/1822 KB 860/1210 KB 180/1192 KB 420/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 420/577 KB 1748/1822 KB 848/1210 KB 148/1192 KB 424/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 428/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 432/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 436/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 440/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 444/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 448/577 KB 1768/1822 KB 864/1210 KB 180/1192 KB 452/577 KB 1768/1822 KB 864/1210 KB 184/1192 KB 456/577 KB 1768/1822 KB 868/1210 KB 184/1192 KB 460/577 KB 1768/1822 KB 868/1210 KB 184/1192 KB 464/577 KB 1768/1822 KB 868/1210 KB 184/1192 KB 420/577 KB 1768/1822 KB 852/1210 KB 180/1192 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 464/577 KB 1772/1822 KB 868/1210 KB 184/1192 KB 464/577 KB 1776/1822 KB 868/1210 KB 184/1192 KB 464/577 KB 1780/1822 KB 868/1210 KB 184/1192 KB 464/577 KB 1784/1822 KB 868/1210 KB 184/1192 KB 464/577 KB 1788/1822 KB 868/1210 KB 184/1192 KB 464/577 KB 1792/1822 KB 868/1210 KB 184/1192 KB 452/577 KB 1768/1822 KB 868/1210 KB 184/1192 KB 464/577 KB 1792/1822 KB 872/1210 KB 184/1192 KB 464/577 KB 1792/1822 KB 876/1210 KB 184/1192 KB 464/577 KB 1792/1822 KB 880/1210 KB 184/1192 KB 448/577 KB 1768/1822 KB 864/1210 KB 184/1192 KB 464/577 KB 1792/1822 KB 880/1210 KB 188/1192 KB 464/577 KB 1792/1822 KB 880/1210 KB 192/1192 KB 468/577 KB 1792/1822 KB 880/1210 KB 192/1192 KB 472/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 476/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 480/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 484/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 488/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 492/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 468/577 KB 4/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 468/577 KB 4/439 KB 1792/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 8/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 12/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 16/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 20/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 24/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 28/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 32/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 36/439 KB 1796/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 40/439 KB 1800/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 36/439 KB 1800/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 40/439 KB 1804/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 44/439 KB 1808/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 44/439 KB 1804/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 48/439 KB 1808/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 48/439 KB 1812/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 52/439 KB 1816/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 52/439 KB 1820/1822 KB 880/1210 KB 192/1192 KB 500/577 KB 52/439 KB 1822/1822 KB 880/1210 KB 192/1192 KB 496/577 KB 52/439 KB 1812/1822 KB 880/1210 KB 192/1192 KB 500/577 KB 56/439 KB 1822/1822 KB 880/1210 KB 192/1192 KB 500/577 KB 60/439 KB 1822/1822 KB 880/1210 KB 192/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 880/1210 KB 192/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 880/1210 KB 196/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 880/1210 KB 200/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 880/1210 KB 204/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 880/1210 KB 208/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 880/1210 KB 212/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 216/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 220/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 224/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 228/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 232/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 236/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 240/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 244/1192 KB 500/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 248/1192 KB 500/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 252/1192 KB 500/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 256/1192 KB 500/577 KB 52/439 KB 1820/1822 KB 880/1210 KB 192/1192 KB unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 504/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 256/1192 KB 508/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 256/1192 KB 512/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 256/1192 KB 516/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 256/1192 KB 520/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 260/1192 KB 524/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 260/1192 KB 500/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 244/1192 KB 500/577 KB 64/439 KB 1822/1822 KB 884/1210 KB 212/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 888/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 892/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 896/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 900/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 904/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 908/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 912/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 916/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 920/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 924/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 928/1210 KB 260/1192 KB 528/577 KB 72/439 KB 1822/1822 KB 928/1210 KB 260/1192 KB 528/577 KB 76/439 KB 1822/1822 KB 928/1210 KB 260/1192 KB 528/577 KB 80/439 KB 1822/1822 KB 928/1210 KB 260/1192 KB 528/577 KB 84/439 KB 1822/1822 KB 928/1210 KB 260/1192 KB 528/577 KB 88/439 KB 932/1210 KB 260/1192 KB 528/577 KB 92/439 KB 932/1210 KB 260/1192 KB 528/577 KB 96/439 KB 932/1210 KB 260/1192 KB 528/577 KB 100/439 KB 932/1210 KB 260/1192 KB 528/577 KB 104/439 KB 932/1210 KB 260/1192 KB 528/577 KB 108/439 KB 932/1210 KB 260/1192 KB 528/577 KB 112/439 KB 932/1210 KB 260/1192 KB 528/577 KB 116/439 KB 932/1210 KB 260/1192 KB 516/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 260/1192 KB 528/577 KB 68/439 KB 1822/1822 KB 884/1210 KB 260/1192 KB 528/577 KB 84/439 KB 1822/1822 KB 932/1210 KB 260/1192 KB 528/577 KB 116/439 KB 936/1210 KB 260/1192 KB 528/577 KB 116/439 KB 940/1210 KB 260/1192 KB 528/577 KB 116/439 KB 944/1210 KB 260/1192 KB 528/577 KB 116/439 KB 948/1210 KB 264/1192 KB 532/577 KB 116/439 KB 952/1210 KB 264/1192 KB 532/577 KB 116/439 KB 956/1210 KB 264/1192 KB 532/577 KB 116/439 KB 960/1210 KB 264/1192 KB 528/577 KB 116/439 KB 944/1210 KB 264/1192 KB 532/577 KB 116/439 KB 960/1210 KB 268/1192 KB 532/577 KB 116/439 KB 960/1210 KB 272/1192 KB 532/577 KB 116/439 KB 960/1210 KB 276/1192 KB 532/577 KB 116/439 KB 960/1210 KB 280/1192 KB 532/577 KB 116/439 KB 960/1210 KB 284/1192 KB 532/577 KB 116/439 KB 960/1210 KB 288/1192 KB 532/577 KB 116/439 KB 948/1210 KB 264/1192 KB 536/577 KB 116/439 KB 960/1210 KB 288/1192 KB 540/577 KB 116/439 KB 960/1210 KB 288/1192 KB 544/577 KB 116/439 KB 960/1210 KB 288/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1442.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 548/577 KB 116/439 KB 960/1210 KB 288/1192 KB 552/577 KB 116/439 KB 964/1210 KB 292/1192 KB 556/577 KB 116/439 KB 964/1210 KB 292/1192 KB 560/577 KB 116/439 KB 964/1210 KB 292/1192 KB 548/577 KB 116/439 KB 964/1210 KB 292/1192 KB 560/577 KB 116/439 KB 968/1210 KB 292/1192 KB 560/577 KB 116/439 KB 972/1210 KB 292/1192 KB 560/577 KB 116/439 KB 976/1210 KB 292/1192 KB 560/577 KB 120/439 KB 980/1210 KB 292/1192 KB 564/577 KB 120/439 KB 984/1210 KB 292/1192 KB 564/577 KB 120/439 KB 988/1210 KB 292/1192 KB 548/577 KB 116/439 KB 960/1210 KB 292/1192 KB 564/577 KB 120/439 KB 988/1210 KB 296/1192 KB 564/577 KB 120/439 KB 988/1210 KB 300/1192 KB 564/577 KB 120/439 KB 988/1210 KB 304/1192 KB 564/577 KB 120/439 KB 988/1210 KB 308/1192 KB 564/577 KB 120/439 KB 980/1210 KB 292/1192 KB 568/577 KB 120/439 KB 992/1210 KB 308/1192 KB 572/577 KB 120/439 KB 992/1210 KB 308/1192 KB 576/577 KB 120/439 KB 992/1210 KB 308/1192 KB 560/577 KB 120/439 KB 976/1210 KB 292/1192 KB 576/577 KB 124/439 KB 992/1210 KB 308/1192 KB 576/577 KB 128/439 KB 992/1210 KB 308/1192 KB 576/577 KB 132/439 KB 992/1210 KB 308/1192 KB 564/577 KB 120/439 KB 992/1210 KB 308/1192 KB 577/577 KB 132/439 KB 992/1210 KB 308/1192 KB 577/577 KB 136/439 KB 992/1210 KB 308/1192 KB 577/577 KB 140/439 KB 992/1210 KB 308/1192 KB 577/577 KB 144/439 KB 996/1210 KB 308/1192 KB 577/577 KB 148/439 KB 996/1210 KB 312/1192 KB 577/577 KB 140/439 KB 996/1210 KB 308/1192 KB 577/577 KB 148/439 KB 4/562 KB 1000/1210 KB 312/1192 KB 577/577 KB 148/439 KB 4/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 148/439 KB 4/562 KB 996/1210 KB 312/1192 KB 577/577 KB 148/439 KB 8/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 148/439 KB 12/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 148/439 KB 16/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 148/439 KB 20/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 148/439 KB 24/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 148/439 KB 28/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 148/439 KB 32/562 KB 1004/1210 KB 312/1192 KB 577/577 KB 144/439 KB 996/1210 KB 312/1192 KB 577/577 KB 148/439 KB 32/562 KB 1004/1210 KB 316/1192 KB 577/577 KB 148/439 KB 32/562 KB 1004/1210 KB 320/1192 KB 577/577 KB 148/439 KB 32/562 KB 1004/1210 KB 324/1192 KB 152/439 KB 36/562 KB 1008/1210 KB 328/1192 KB 152/439 KB 36/562 KB 1008/1210 KB 324/1192 KB 156/439 KB 36/562 KB 1008/1210 KB 328/1192 KB 160/439 KB 36/562 KB 1008/1210 KB 328/1192 KB 164/439 KB 36/562 KB 1008/1210 KB 328/1192 KB 168/439 KB 36/562 KB 1008/1210 KB 332/1192 KB 172/439 KB 36/562 KB 1008/1210 KB 332/1192 KB 176/439 KB 36/562 KB 1008/1210 KB 332/1192 KB 180/439 KB 36/562 KB 1008/1210 KB 332/1192 KB 184/439 KB 36/562 KB 1008/1210 KB 332/1192 KB 188/439 KB 36/562 KB 1008/1210 KB 332/1192 KB 192/439 KB 36/562 KB 1008/1210 KB 332/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 449.8 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 577/577 KB 148/439 KB 36/562 KB 1008/1210 KB 324/1192 KB 192/439 KB 40/562 KB 1008/1210 KB 332/1192 KB 192/439 KB 44/562 KB 1008/1210 KB 332/1192 KB 577/577 KB 148/439 KB 32/562 KB 1008/1210 KB 324/1192 KB 192/439 KB 44/562 KB 1012/1210 KB 332/1192 KB 192/439 KB 44/562 KB 1016/1210 KB 332/1192 KB 192/439 KB 44/562 KB 1020/1210 KB 332/1192 KB Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 164/439 KB 36/562 KB 1008/1210 KB 332/1192 KB 192/439 KB 48/562 KB 1020/1210 KB 336/1192 KB 192/439 KB 48/562 KB 1020/1210 KB 340/1192 KB 192/439 KB 48/562 KB 1024/1210 KB 344/1192 KB 192/439 KB 48/562 KB 1024/1210 KB 348/1192 KB 192/439 KB 48/562 KB 1024/1210 KB 352/1192 KB 192/439 KB 48/562 KB 1020/1210 KB 332/1192 KB 192/439 KB 48/562 KB 1024/1210 KB 340/1192 KB 192/439 KB 52/562 KB 1024/1210 KB 352/1192 KB 192/439 KB 56/562 KB 1028/1210 KB 356/1192 KB 192/439 KB 60/562 KB 1028/1210 KB 356/1192 KB 192/439 KB 64/562 KB 1028/1210 KB 356/1192 KB 192/439 KB 52/562 KB 1028/1210 KB 356/1192 KB 192/439 KB 64/562 KB 1028/1210 KB 360/1192 KB 192/439 KB 64/562 KB 1028/1210 KB 364/1192 KB 192/439 KB 64/562 KB 1028/1210 KB 368/1192 KB 196/439 KB 64/562 KB 1028/1210 KB 372/1192 KB 196/439 KB 68/562 KB 1028/1210 KB 376/1192 KB 196/439 KB 68/562 KB 1028/1210 KB 380/1192 KB 196/439 KB 68/562 KB 1028/1210 KB 384/1192 KB 196/439 KB 68/562 KB 1028/1210 KB 388/1192 KB 192/439 KB 52/562 KB 1028/1210 KB 352/1192 KB 196/439 KB 68/562 KB 1032/1210 KB 388/1192 KB 196/439 KB 68/562 KB 1036/1210 KB 388/1192 KB 196/439 KB 68/562 KB 1040/1210 KB 388/1192 KB 196/439 KB 68/562 KB 1044/1210 KB 388/1192 KB 196/439 KB 68/562 KB 1048/1210 KB 388/1192 KB 196/439 KB 68/562 KB 1052/1210 KB 388/1192 KB 196/439 KB 68/562 KB 1056/1210 KB 388/1192 KB 196/439 KB 68/562 KB 1056/1210 KB 3/256 KB 388/1192 KB 196/439 KB 68/562 KB 1056/1210 KB 5/256 KB 388/1192 KB 196/439 KB 68/562 KB 1056/1210 KB 8/256 KB 388/1192 KB 196/439 KB 68/562 KB 1056/1210 KB 11/256 KB 388/1192 KB 196/439 KB 68/562 KB 1028/1210 KB 372/1192 KB 196/439 KB 72/562 KB 1056/1210 KB 11/256 KB 388/1192 KB 196/439 KB 64/562 KB 1028/1210 KB 368/1192 KB 200/439 KB 76/562 KB 1056/1210 KB 13/256 KB 388/1192 KB 204/439 KB 76/562 KB 1056/1210 KB 13/256 KB 388/1192 KB 208/439 KB 76/562 KB 1056/1210 KB 13/256 KB 388/1192 KB 212/439 KB 76/562 KB 1056/1210 KB 13/256 KB 388/1192 KB 216/439 KB 76/562 KB 1060/1210 KB 13/256 KB 392/1192 KB 220/439 KB 76/562 KB 1060/1210 KB 13/256 KB 392/1192 KB 224/439 KB 76/562 KB 1060/1210 KB 13/256 KB 392/1192 KB 228/439 KB 76/562 KB 1060/1210 KB 13/256 KB 392/1192 KB 196/439 KB 76/562 KB 1056/1210 KB 13/256 KB 388/1192 KB 228/439 KB 80/562 KB 1060/1210 KB 13/256 KB 392/1192 KB 196/439 KB 72/562 KB 1056/1210 KB 13/256 KB 388/1192 KB 228/439 KB 80/562 KB 1060/1210 KB 16/256 KB 392/1192 KB 228/439 KB 84/562 KB 1060/1210 KB 16/256 KB 392/1192 KB 228/439 KB 88/562 KB 1060/1210 KB 19/256 KB 392/1192 KB 228/439 KB 92/562 KB 1060/1210 KB 19/256 KB 392/1192 KB 228/439 KB 96/562 KB 1060/1210 KB 19/256 KB 392/1192 KB 212/439 KB 76/562 KB 1060/1210 KB 13/256 KB 392/1192 KB 228/439 KB 96/562 KB 1060/1210 KB 19/256 KB 396/1192 KB 228/439 KB 96/562 KB 1060/1210 KB 19/256 KB 400/1192 KB 212/439 KB 76/562 KB 1060/1210 KB 13/256 KB 388/1192 KB 228/439 KB 96/562 KB 1064/1210 KB 19/256 KB 400/1192 KB 228/439 KB 96/562 KB 1068/1210 KB 19/256 KB 400/1192 KB 228/439 KB 96/562 KB 1072/1210 KB 19/256 KB 400/1192 KB 228/439 KB 84/562 KB 1060/1210 KB 19/256 KB 392/1192 KB 228/439 KB 96/562 KB 1072/1210 KB 21/256 KB 400/1192 KB 228/439 KB 96/562 KB 1072/1210 KB 24/256 KB 400/1192 KB 228/439 KB 96/562 KB 1072/1210 KB 27/256 KB 400/1192 KB 228/439 KB 96/562 KB 1072/1210 KB 29/256 KB 400/1192 KB 228/439 KB 100/562 KB 1072/1210 KB 32/256 KB 400/1192 KB 228/439 KB 100/562 KB 1076/1210 KB 36/256 KB 404/1192 KB 228/439 KB 100/562 KB 1072/1210 KB 29/256 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install KB 400/1192 KB 232/439 KB 104/562 KB 1076/1210 KB 36/256 KB 404/1192 KB 232/439 KB 108/562 KB 1076/1210 KB 36/256 KB 404/1192 KB 232/439 KB 112/562 KB 1076/1210 KB 36/256 KB 404/1192 KB 232/439 KB 100/562 KB 1076/1210 KB 36/256 KB 404/1192 KB 228/439 KB 100/562 KB 1076/1210 KB 32/256 KB 404/1192 KB 232/439 KB 112/562 KB 1076/1210 KB 40/256 KB 408/1192 KB 232/439 KB 112/562 KB 1076/1210 KB 40/256 KB 412/1192 KB 228/439 KB 100/562 KB 1076/1210 KB 32/256 KB 400/1192 KB 232/439 KB 112/562 KB 1080/1210 KB 40/256 KB 412/1192 KB 232/439 KB 112/562 KB 1084/1210 KB 40/256 KB 412/1192 KB 232/439 KB 112/562 KB 1088/1210 KB 40/256 KB 412/1192 KB 232/439 KB 112/562 KB 1076/1210 KB 40/256 KB 404/1192 KB 232/439 KB 112/562 KB 1088/1210 KB 44/256 KB 412/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 48/256 KB 416/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 52/256 KB 416/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 56/256 KB 416/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 60/256 KB 416/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 64/256 KB 416/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 44/256 KB 416/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 64/256 KB 420/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 64/256 KB 424/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 64/256 KB 428/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 64/256 KB 432/1192 KB 236/439 KB 116/562 KB 1092/1210 KB 44/256 KB 412/1192 KB 236/439 KB 116/562 KB 1096/1210 KB 64/256 KB 432/1192 KB 236/439 KB 116/562 KB 1100/1210 KB 64/256 KB 432/1192 KB 236/439 KB 116/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 236/439 KB 116/562 KB 1088/1210 KB 44/256 KB 412/1192 KB 236/439 KB 120/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 236/439 KB 124/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 236/439 KB 128/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 236/439 KB 112/562 KB 1088/1210 KB 44/256 KB 412/1192 KB 240/439 KB 128/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 244/439 KB 128/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 248/439 KB 128/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 252/439 KB 128/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 256/439 KB 128/562 KB 1104/1210 KB 64/256 KB 432/1192 KB 260/439 KB 128/562 KB 1108/1210 KB 64/256 KB 432/1192 KB 264/439 KB 132/562 KB 1108/1210 KB 68/256 KB 436/1192 KB 268/439 KB 132/562 KB 1108/1210 KB 68/256 KB 436/1192 KB 272/439 KB 132/562 KB 1108/1210 KB 68/256 KB 436/1192 KB 256/439 KB 128/562 KB 1108/1210 KB 64/256 KB 432/1192 KB 272/439 KB 132/562 KB 1112/1210 KB 68/256 KB 436/1192 KB 272/439 KB 132/562 KB 1116/1210 KB 68/256 KB 436/1192 KB 272/439 KB 132/562 KB 1120/1210 KB 68/256 KB 436/1192 KB 272/439 KB 132/562 KB 1124/1210 KB 68/256 KB 436/1192 KB 276/439 KB 132/562 KB 1128/1210 KB 68/256 KB 436/1192 KB 276/439 KB 132/562 KB 1132/1210 KB 68/256 KB 436/1192 KB 276/439 KB 132/562 KB 1136/1210 KB 68/256 KB 436/1192 KB 260/439 KB 132/562 KB 1108/1210 KB 68/256 KB 436/1192 KB 276/439 KB 132/562 KB 1136/1210 KB 72/256 KB 436/1192 KB 276/439 KB 132/562 KB 1136/1210 KB 76/256 KB 436/1192 KB 276/439 KB 132/562 KB 1136/1210 KB 80/256 KB 436/1192 KB 260/439 KB 132/562 KB 1108/1210 KB 64/256 KB 436/1192 KB 276/439 KB 136/562 KB 1136/1210 KB 80/256 KB 436/1192 KB 276/439 KB 140/562 KB 1136/1210 KB 80/256 KB 436/1192 KB 260/439 KB 128/562 KB 1108/1210 KB 64/256 KB 436/1192 KB 276/439 KB 140/562 KB 1136/1210 KB 80/256 KB 440/1192 KB 276/439 KB 140/562 KB 1136/1210 KB 80/256 KB 444/1192 KB 276/439 KB 140/562 KB 1136/1210 KB 80/256 KB 448/1192 K unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install B 276/439 KB 144/562 KB 1136/1210 KB 80/256 KB 452/1192 KB 276/439 KB 144/562 KB 1136/1210 KB 84/256 KB 456/1192 KB 276/439 KB 144/562 KB 1136/1210 KB 84/256 KB 460/1192 KB 276/439 KB 132/562 KB 1124/1210 KB 68/256 KB 436/1192 KB 280/439 KB 144/562 KB 1136/1210 KB 84/256 KB 460/1192 KB 284/439 KB 144/562 KB 1136/1210 KB 84/256 KB 460/1192 KB 288/439 KB 144/562 KB 1136/1210 KB 84/256 KB 460/1192 KB 276/439 KB 144/562 KB 1136/1210 KB 84/256 KB 452/1192 KB 288/439 KB 144/562 KB 1136/1210 KB 88/256 KB 464/1192 KB 288/439 KB 144/562 KB 1136/1210 KB 92/256 KB 464/1192 KB 292/439 KB 144/562 KB 1136/1210 KB 96/256 KB 464/1192 KB 292/439 KB 144/562 KB 1136/1210 KB 100/256 KB 464/1192 KB 292/439 KB 144/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 276/439 KB 144/562 KB 1136/1210 KB 80/256 KB 448/1192 KB 292/439 KB 148/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 152/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 156/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 160/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 164/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 168/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 172/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 176/562 KB 1140/1210 KB 104/256 KB 464/1192 KB 292/439 KB 144/562 KB 1140/1210 KB 100/256 KB 464/1192 KB 292/439 KB 144/562 KB 1136/1210 KB 92/256 KB 464/1192 KB 296/439 KB 176/562 KB 1140/1210 KB 108/256 KB 464/1192 KB 300/439 KB 176/562 KB 1140/1210 KB 108/256 KB 464/1192 KB 304/439 KB 176/562 KB 1144/1210 KB 108/256 KB 464/1192 KB 288/439 KB 144/562 KB 1136/1210 KB 84/256 KB 464/1192 KB 304/439 KB 176/562 KB 1144/1210 KB 108/256 KB 468/1192 KB 300/439 KB 176/562 KB 1144/1210 KB 108/256 KB 464/1192 KB 308/439 KB 180/562 KB 1148/1210 KB 108/256 KB 468/1192 KB 308/439 KB 180/562 KB 1152/1210 KB 108/256 KB 468/1192 KB 308/439 KB 180/562 KB 1156/1210 KB 108/256 KB 468/1192 KB 308/439 KB 180/562 KB 1160/1210 KB 108/256 KB 468/1192 KB 308/439 KB 180/562 KB 1164/1210 KB 108/256 KB 468/1192 KB 308/439 KB 180/562 KB 1168/1210 KB 108/256 KB 468/1192 KB 292/439 KB 176/562 KB 1140/1210 KB 108/256 KB 464/1192 KB 308/439 KB 180/562 KB 1168/1210 KB 112/256 KB 468/1192 KB 308/439 KB 180/562 KB 1168/1210 KB 116/256 KB 468/1192 KB 308/439 KB 180/562 KB 1168/1210 KB 120/256 KB 468/1192 KB 308/439 KB 180/562 KB 1168/1210 KB 124/256 KB 468/1192 KB 308/439 KB 180/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 308/439 KB 180/562 KB 1144/1210 KB 108/256 KB 468/1192 KB 312/439 KB 180/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 316/439 KB 180/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 320/439 KB 180/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 304/439 KB 180/562 KB 1144/1210 KB 108/256 KB 468/1192 KB 320/439 KB 184/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 320/439 KB 188/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 320/439 KB 192/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 320/439 KB 196/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 324/439 KB 200/562 KB 1172/1210 KB 132/256 KB 468/1192 KB 324/439 KB 204/562 KB 1172/1210 KB 132/256 KB 468/1192 KB 324/439 KB 208/562 KB 1172/1210 KB 132/256 KB 468/1192 KB 324/439 KB 196/562 KB 1172/1210 KB 132/256 KB 468/1192 KB 324/439 KB 208/562 KB 1176/1210 KB 132/256 KB 468/1192 KB 324/439 KB 208/562 KB 1180/1210 KB 132/256 KB 468/1192 KB 324/439 KB 208/562 KB 1184/1210 KB 132/256 KB 468/1192 KB 324/439 KB 196/562 KB 1168/1210 KB 132/256 KB 468/1192 KB 324/439 KB 208/562 KB 1184/121 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 0 KB 136/256 KB 468/1192 KB 324/439 KB 196/562 KB 1168/1210 KB 128/256 KB 468/1192 KB 328/439 KB 208/562 KB 1184/1210 KB 136/256 KB 468/1192 KB 332/439 KB 208/562 KB 1184/1210 KB 136/256 KB 468/1192 KB 336/439 KB 208/562 KB 1184/1210 KB 136/256 KB 468/1192 KB 340/439 KB 208/562 KB 1184/1210 KB 136/256 KB 468/1192 KB 344/439 KB 212/562 KB 1188/1210 KB 140/256 KB 468/1192 KB 348/439 KB 212/562 KB 1188/1210 KB 140/256 KB 468/1192 KB 352/439 KB 212/562 KB 1188/1210 KB 140/256 KB 468/1192 KB 340/439 KB 212/562 KB 1188/1210 KB 140/256 KB 468/1192 KB 352/439 KB 212/562 KB 1192/1210 KB 140/256 KB 468/1192 KB 352/439 KB 212/562 KB 1196/1210 KB 140/256 KB 468/1192 KB 352/439 KB 212/562 KB 1200/1210 KB 140/256 KB 468/1192 KB 352/439 KB 212/562 KB 1204/1210 KB 140/256 KB 468/1192 KB 356/439 KB 212/562 KB 1208/1210 KB 140/256 KB 468/1192 KB 356/439 KB 212/562 KB 1210/1210 KB 140/256 KB 468/1192 KB 340/439 KB 212/562 KB 1184/1210 KB 140/256 KB 468/1192 KB 356/439 KB 216/562 KB 1210/1210 KB 140/256 KB 468/1192 KB 356/439 KB 220/562 KB 1210/1210 KB 140/256 KB 468/1192 KB 356/439 KB 224/562 KB 1210/1210 KB 140/256 KB 468/1192 KB 340/439 KB 208/562 KB 1184/1210 KB 140/256 KB 468/1192 KB 356/439 KB 224/562 KB 1210/1210 KB 144/256 KB 468/1192 KB 356/439 KB 224/562 KB 1210/1210 KB 148/256 KB 468/1192 KB 356/439 KB 224/562 KB 1210/1210 KB 152/256 KB 468/1192 KB 356/439 KB 228/562 KB 1210/1210 KB 152/256 KB 468/1192 KB 356/439 KB 232/562 KB 1210/1210 KB 156/256 KB 468/1192 KB 356/439 KB 236/562 KB 1210/1210 KB 156/256 KB 468/1192 KB 356/439 KB 240/562 KB 1210/1210 KB 156/256 KB 468/1192 KB 356/439 KB 212/562 KB 1204/1210 KB 140/256 KB 468/1192 KB 360/439 KB 240/562 KB 1210/1210 KB 156/256 KB 468/1192 KB 364/439 KB 240/562 KB 1210/1210 KB 156/256 KB 468/1192 KB 368/439 KB 240/562 KB 1210/1210 KB 156/256 KB 468/1192 KB 356/439 KB 228/562 KB 1210/1210 KB 156/256 KB 468/1192 KB 368/439 KB 240/562 KB 1210/1210 KB 160/256 KB 468/1192 KB 368/439 KB 240/562 KB 1210/1210 KB 164/256 KB 468/1192 KB 368/439 KB 240/562 KB 1210/1210 KB 168/256 KB 472/1192 KB 368/439 KB 240/562 KB 1210/1210 KB 172/256 KB 472/1192 KB 368/439 KB 244/562 KB 1210/1210 KB 176/256 KB 472/1192 KB 368/439 KB 240/562 KB 1210/1210 KB 164/256 KB 472/1192 KB 368/439 KB 244/562 KB 1210/1210 KB 176/256 KB 476/1192 KB 368/439 KB 244/562 KB 1210/1210 KB 176/256 KB 480/1192 KB 368/439 KB 244/562 KB 1210/1210 KB 176/256 KB 484/1192 KB 372/439 KB 244/562 KB 1210/1210 KB 180/256 KB 488/1192 KB 372/439 KB 244/562 KB 1210/1210 KB 180/256 KB 492/1192 KB 372/439 KB 244/562 KB 1210/1210 KB 180/256 KB 496/1192 KB 372/439 KB 244/562 KB 1210/1210 KB 180/256 KB 500/1192 KB 372/439 KB 244/562 KB 180/256 KB 504/1192 KB 372/439 KB 244/562 KB 180/256 KB 508/1192 KB 372/439 KB 244/562 KB 180/256 KB 512/1192 KB 372/439 KB 244/562 KB 180/256 KB 516/1192 KB 368/439 KB 244/562 KB 1210/1210 KB 172/256 KB 472/1192 KB 372/439 KB 248/562 KB 180/256 KB 516/1192 KB 372/439 KB 252/562 KB 180/256 KB 516/1192 KB 372/439 KB 256/562 KB 180/256 KB 516/1192 KB 372/439 KB 260/562 KB 180/256 KB 516/1192 KB 372/439 KB 264/562 KB 180/256 KB 516/1192 KB 372/439 KB 268/562 KB 180/256 KB 516/1192 KB 372/439 KB 272/562 KB 180/256 KB 516/1192 KB 372/439 KB 276/562 KB 180/256 KB 516/1192 KB 372/439 KB 280/562 KB 180/256 KB 516/1192 KB 372/439 KB 284/562 KB 180/256 KB 516/1192 KB 372/439 KB 288/562 KB 180/256 KB 516/1192 KB unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 372/439 KB 244/562 KB 1210/1210 KB 180/256 KB 484/1192 KB 372/439 KB 288/562 KB 184/256 KB 516/1192 KB 372/439 KB 288/562 KB 188/256 KB 516/1192 KB 372/439 KB 288/562 KB 192/256 KB 516/1192 KB 372/439 KB 244/562 KB 1210/1210 KB 176/256 KB 484/1192 KB 376/439 KB 288/562 KB 192/256 KB 516/1192 KB 380/439 KB 288/562 KB 192/256 KB 516/1192 KB 384/439 KB 288/562 KB 192/256 KB 516/1192 KB 388/439 KB 288/562 KB 192/256 KB 516/1192 KB 392/439 KB 288/562 KB 196/256 KB 516/1192 KB 396/439 KB 288/562 KB 196/256 KB 516/1192 KB 400/439 KB 288/562 KB 196/256 KB 516/1192 KB 404/439 KB 288/562 KB 196/256 KB 516/1192 KB 408/439 KB 288/562 KB 196/256 KB 516/1192 KB 412/439 KB 288/562 KB 196/256 KB 516/1192 KB 416/439 KB 288/562 KB 196/256 KB 516/1192 KB 420/439 KB 288/562 KB 196/256 KB 516/1192 KB 424/439 KB 292/562 KB 196/256 KB 520/1192 KB 428/439 KB 292/562 KB 196/256 KB 520/1192 KB 432/439 KB 292/562 KB 196/256 KB 520/1192 KB 388/439 KB 288/562 KB 196/256 KB 516/1192 KB 432/439 KB 292/562 KB 200/256 KB 520/1192 KB 432/439 KB 292/562 KB 204/256 KB 520/1192 KB 432/439 KB 292/562 KB 208/256 KB 520/1192 KB 432/439 KB 292/562 KB 212/256 KB 520/1192 KB 432/439 KB 292/562 KB 216/256 KB 520/1192 KB 432/439 KB 292/562 KB 220/256 KB 520/1192 KB 432/439 KB 292/562 KB 224/256 KB 520/1192 KB 432/439 KB 292/562 KB 228/256 KB 520/1192 KB 432/439 KB 292/562 KB 232/256 KB 520/1192 KB 432/439 KB 292/562 KB 236/256 KB 520/1192 KB 432/439 KB 292/562 KB 240/256 KB 520/1192 KB 436/439 KB 292/562 KB 244/256 KB 520/1192 KB 420/439 KB 292/562 KB 196/256 KB 520/1192 KB 436/439 KB 296/562 KB 244/256 KB 520/1192 KB 436/439 KB 300/562 KB 244/256 KB 520/1192 KB 436/439 KB 304/562 KB 244/256 KB 520/1192 KB 420/439 KB 288/562 KB 196/256 KB 520/1192 KB 436/439 KB 304/562 KB 244/256 KB 524/1192 KB 436/439 KB 304/562 KB 244/256 KB 528/1192 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar (1210 KB at 899.3 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 436/439 KB 304/562 KB 244/256 KB 532/1192 KB 436/439 KB 304/562 KB 244/256 KB 536/1192 KB 436/439 KB 304/562 KB 244/256 KB 540/1192 KB 436/439 KB 304/562 KB 244/256 KB 544/1192 KB 436/439 KB 292/562 KB 244/256 KB 520/1192 KB 439/439 KB 308/562 KB 244/256 KB 544/1192 KB 439/439 KB 308/562 KB 244/256 KB 548/1192 KB 436/439 KB 308/562 KB 244/256 KB 544/1192 KB 439/439 KB 312/562 KB 248/256 KB 548/1192 KB 439/439 KB 316/562 KB 248/256 KB 548/1192 KB 439/439 KB 320/562 KB 248/256 KB 548/1192 KB 439/439 KB 324/562 KB 248/256 KB 548/1192 KB 439/439 KB 308/562 KB 248/256 KB 548/1192 KB 439/439 KB 324/562 KB 252/256 KB 552/1192 KB 439/439 KB 324/562 KB 256/256 KB 552/1192 KB 439/439 KB 324/562 KB 256/256 KB 552/1192 KB 439/439 KB 324/562 KB 248/256 KB 552/1192 KB 439/439 KB 324/562 KB 256/256 KB 556/1192 KB 439/439 KB 324/562 KB 256/256 KB 560/1192 KB 439/439 KB 324/562 KB 256/256 KB 564/1192 KB 439/439 KB 328/562 KB 256/256 KB 568/1192 KB 439/439 KB 328/562 KB 256/256 KB 572/1192 KB 439/439 KB 328/562 KB 256/256 KB 576/1192 KB 439/439 KB 328/562 KB 256/256 KB 564/1192 KB 439/439 KB 332/562 KB 256/256 KB 576/1192 KB 439/439 KB 336/562 KB 256/256 KB 576/1192 KB 439/439 KB 340/562 KB 256/256 KB 576/1192 KB 439/439 KB 344/562 KB 256/256 KB 580/1192 KB 439/439 KB 348/562 KB 256/256 KB 580/1192 KB 439/439 KB 352/562 KB 256/256 KB 580/1192 KB 439/439 KB 352/562 KB 4/140 KB 256/256 KB 580/1192 KB 439/439 KB 352/562 KB 8/140 KB 256/256 KB 580/1192 KB 439/439 KB 352/562 KB 12/140 KB 256/256 KB 580/1192 KB 439/439 KB 352/562 KB 16/140 KB 256/256 KB 580/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 322.8 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 439/439 KB 340/562 KB 256/256 KB 580/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 187.7 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 352/562 KB 20/140 KB 256/256 KB 580/1192 KB 352/562 KB 24/140 KB 580/1192 KB 352/562 KB 28/140 KB 580/1192 KB 352/562 KB 32/140 KB 580/1192 KB 352/562 KB 36/140 KB 580/1192 KB 352/562 KB 40/140 KB 580/1192 KB 352/562 KB 44/140 KB 580/1192 KB 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 352/562 KB 48/140 KB 580/1192 KB 352/562 KB 52/140 KB 580/1192 KB 356/562 KB 56/140 KB 584/1192 KB 356/562 KB 60/140 KB 584/1192 KB 356/562 KB 64/140 KB 584/1192 KB 356/562 KB 52/140 KB 584/1192 KB 360/562 KB 64/140 KB 584/1192 KB 364/562 KB 64/140 KB 584/1192 KB 352/562 KB 52/140 KB 584/1192 KB 364/562 KB 64/140 KB 588/1192 KB 364/562 KB 64/140 KB 592/1192 KB 364/562 KB 64/140 KB 596/1192 KB 368/562 KB 64/140 KB 600/1192 KB 368/562 KB 64/140 KB 604/1192 KB 368/562 KB 64/140 KB 608/1192 KB 368/562 KB 64/140 KB 612/1192 KB 368/562 KB 68/140 KB 616/1192 KB 368/562 KB 68/140 KB 620/1192 KB 368/562 KB 68/140 KB 624/1192 KB 368/562 KB 64/140 KB 596/1192 KB 372/562 KB 68/140 KB 624/1192 KB 376/562 KB 68/140 KB 624/1192 KB 380/562 KB 68/140 KB 624/1192 KB 3/1118 KB 384/562 KB 68/140 KB 624/1192 KB 368/562 KB 68/140 KB 612/1192 KB 3/1118 KB 384/562 KB 72/140 KB 624/1192 KB 3/1118 KB 384/562 KB 76/140 KB 624/1192 KB 3/1118 KB 384/562 KB 80/140 KB 624/1192 KB 3/1118 KB 380/562 KB 68/140 KB 624/1192 KB 5/1118 KB 384/562 KB 80/140 KB 624/1192 KB 8/1118 KB 384/562 KB 80/140 KB 624/1192 KB 11/1118 KB 384/562 KB 80/140 KB 624/1192 KB 13/1118 KB 384/562 KB 80/140 KB 624/1192 KB 16/1118 KB 384/562 KB 80/140 KB 624/1192 KB 19/1118 KB 384/562 KB 80/140 KB 624/1192 KB 21/1118 KB 384/562 KB 80/140 KB 624/1192 KB 24/1118 KB 384/562 KB 80/140 KB 624/1192 KB 27/1118 KB 384/562 KB 80/140 KB 624/1192 KB 29/1118 KB 388/562 KB 84/140 KB 624/1192 KB 29/1118 KB 388/562 KB 84/140 KB 4/1461 KB 628/1192 KB 29/1118 KB 388/562 KB 84/140 KB 8/1461 KB 628/1192 KB 29/1118 KB 388/562 KB 84/140 KB 12/1461 KB 628/1192 KB 29/1118 KB 388/562 KB 84/140 KB 16/1461 KB 628/1192 KB 29/1118 KB 388/562 KB 84/140 KB 20/1461 KB 628/1192 KB 27/1118 KB 388/562 KB 84/140 KB 624/1192 KB 29/1118 KB 392/562 KB 84/140 KB 24/1461 KB 628/1192 KB 32/1118 KB 396/562 KB 84/140 KB 24/1461 KB 628/1192 KB 32/1118 KB 400/562 KB 84/140 KB 24/1461 KB 628/1192 KB 32/1118 KB 404/562 KB 84/140 KB 24/1461 KB 628/1192 KB 27/1118 KB 384/562 KB 84/140 KB 624/1192 KB 32/1118 KB 404/562 KB 88/140 KB 24/1461 KB 628/1192 KB 32/1118 KB 404/562 KB 92/140 KB 24/1461 KB 628/1192 KB 32/1118 KB 404/562 KB 96/140 KB 24/1461 KB 628/1192 KB 32/1118 KB 392/562 KB 84/140 KB 24/1461 KB 628/1192 KB 29/1118 KB 392/562 KB 84/140 KB 24/1461 KB 628/1192 KB 32/1118 KB 404/562 KB 96/140 KB 28/1461 KB 628/1192 KB 32/1118 KB 404/562 KB 96/140 KB 32/1461 KB 628/1192 KB 36/1118 KB 404/562 KB 96/140 KB 32/1461 KB 628/1192 KB 40/1118 KB 404/562 KB 100/140 KB 36/1461 KB 628/1192 KB 44/1118 KB 404/562 KB 100/140 KB 36/1461 KB 628/1192 KB 48/1118 KB 408/562 KB 100/140 KB 36/1461 KB 628/1192 KB 52/1118 KB 408/562 KB 100/140 KB 36/1461 KB 628/1192 KB 56/1118 KB 408/562 KB 100/140 KB 36/1461 KB 628/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 628/1192 KB 29/1118 KB 388/562 KB 84/140 KB 628/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 632/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 636/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 640/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 644/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 648/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 652/1192 KB 60/1118 KB 408/562 KB 100/140 KB 36/1461 KB 656/1192 KB 44/1118 KB 408/562 KB 100/140 KB 36/1461 KB 628/1192 KB 60/1118 KB 412/562 KB 100/140 KB 36/1461 KB 656/1192 KB 60/1118 KB 416/562 KB 100/140 KB 36/1461 KB 656/1192 KB unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 36/1118 KB 404/562 KB 100/140 KB 36/1461 KB 628/1192 KB 60/1118 KB 416/562 KB 104/140 KB 36/1461 KB 656/1192 KB 60/1118 KB 416/562 KB 108/140 KB 36/1461 KB 656/1192 KB 60/1118 KB 416/562 KB 112/140 KB 36/1461 KB 656/1192 KB 36/1118 KB 404/562 KB 96/140 KB 36/1461 KB 628/1192 KB 60/1118 KB 416/562 KB 112/140 KB 40/1461 KB 656/1192 KB 60/1118 KB 416/562 KB 112/140 KB 44/1461 KB 656/1192 KB 60/1118 KB 416/562 KB 112/140 KB 48/1461 KB 656/1192 KB 60/1118 KB 416/562 KB 112/140 KB 52/1461 KB 656/1192 KB 60/1118 KB 420/562 KB 116/140 KB 56/1461 KB 660/1192 KB 60/1118 KB 420/562 KB 116/140 KB 60/1461 KB 660/1192 KB 60/1118 KB 420/562 KB 116/140 KB 64/1461 KB 660/1192 KB 64/1118 KB 420/562 KB 116/140 KB 64/1461 KB 660/1192 KB 60/1118 KB 416/562 KB 116/140 KB 52/1461 KB 656/1192 KB 64/1118 KB 420/562 KB 120/140 KB 64/1461 KB 660/1192 KB 60/1118 KB 420/562 KB 116/140 KB 52/1461 KB 660/1192 KB 64/1118 KB 420/562 KB 120/140 KB 64/1461 KB 664/1192 KB 64/1118 KB 420/562 KB 120/140 KB 64/1461 KB 668/1192 KB 64/1118 KB 420/562 KB 124/140 KB 68/1461 KB 672/1192 KB 60/1118 KB 420/562 KB 116/140 KB 52/1461 KB 656/1192 KB 64/1118 KB 424/562 KB 124/140 KB 68/1461 KB 672/1192 KB 64/1118 KB 428/562 KB 124/140 KB 68/1461 KB 672/1192 KB 64/1118 KB 432/562 KB 124/140 KB 68/1461 KB 672/1192 KB 64/1118 KB 436/562 KB 124/140 KB 68/1461 KB 672/1192 KB 68/1118 KB 440/562 KB 124/140 KB 68/1461 KB 676/1192 KB 64/1118 KB 420/562 KB 124/140 KB 68/1461 KB 668/1192 KB 68/1118 KB 444/562 KB 124/140 KB 72/1461 KB 676/1192 KB 68/1118 KB 444/562 KB 124/140 KB 76/1461 KB 676/1192 KB 68/1118 KB 444/562 KB 124/140 KB 80/1461 KB 676/1192 KB 64/1118 KB 420/562 KB 124/140 KB 64/1461 KB 668/1192 KB 68/1118 KB 444/562 KB 128/140 KB 80/1461 KB 676/1192 KB 68/1118 KB 444/562 KB 132/140 KB 80/1461 KB 676/1192 KB 68/1118 KB 436/562 KB 124/140 KB 68/1461 KB 676/1192 KB 68/1118 KB 444/562 KB 136/140 KB 80/1461 KB 676/1192 KB 72/1118 KB 444/562 KB 140/140 KB 80/1461 KB 676/1192 KB 72/1118 KB 444/562 KB 140/140 KB 80/1461 KB 676/1192 KB 64/1118 KB 436/562 KB 124/140 KB 68/1461 KB 676/1192 KB 72/1118 KB 444/562 KB 140/140 KB 84/1461 KB 680/1192 KB 72/1118 KB 444/562 KB 140/140 KB 84/1461 KB 684/1192 KB 72/1118 KB 444/562 KB 140/140 KB 84/1461 KB 688/1192 KB 72/1118 KB 444/562 KB 140/140 KB 84/1461 KB 692/1192 KB 72/1118 KB 444/562 KB 140/140 KB 84/1461 KB 696/1192 KB 72/1118 KB 444/562 KB 140/140 KB 84/1461 KB 700/1192 KB 72/1118 KB 444/562 KB 140/140 KB 84/1461 KB 676/1192 KB 68/1118 KB 444/562 KB 124/140 KB 68/1461 KB 676/1192 KB 72/1118 KB 448/562 KB 140/140 KB 84/1461 KB 700/1192 KB 72/1118 KB 452/562 KB 140/140 KB 84/1461 KB 700/1192 KB 72/1118 KB 456/562 KB 140/140 KB 88/1461 KB 700/1192 KB 72/1118 KB 460/562 KB 140/140 KB 88/1461 KB 700/1192 KB 72/1118 KB 464/562 KB 140/140 KB 88/1461 KB 700/1192 KB 72/1118 KB 444/562 KB 136/140 KB 80/1461 KB 676/1192 KB 76/1118 KB 464/562 KB 140/140 KB 88/1461 KB 700/1192 KB 80/1118 KB 464/562 KB 140/140 KB 88/1461 KB 700/1192 KB 84/1118 KB 464/562 KB 140/140 KB 88/1461 KB 700/1192 KB 88/1118 KB 464/562 KB 140/140 KB 88/1461 KB 700/1192 KB 92/1118 KB 464/562 KB 140/140 KB 88/1461 KB 700/1192 KB 96/1118 KB 464/562 KB 140/140 KB 88/1461 KB 700/1192 KB 72/1118 KB 452/562 KB 140/140 KB 88/1461 KB 700/1192 KB 96/1118 KB 464/562 KB 140/140 KB 92/1461 KB 700/1192 KB 96/1118 KB 464/562 KB 140/140 KB 96/1461 KB 700/1192 KB 96/1118 KB 464/562 KB 140/140 KB 100/1461 KB 700/1192 KB 100/11 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 18 KB 468/562 KB 140/140 KB 104/1461 KB 704/1192 KB 100/1118 KB 468/562 KB 140/140 KB 108/1461 KB 704/1192 KB 100/1118 KB 468/562 KB 140/140 KB 112/1461 KB 704/1192 KB 100/1118 KB 468/562 KB 140/140 KB 100/1461 KB 704/1192 KB 104/1118 KB 468/562 KB 112/1461 KB 704/1192 KB 108/1118 KB 468/562 KB 112/1461 KB 704/1192 KB 112/1118 KB 468/562 KB 112/1461 KB 704/1192 KB 96/1118 KB 468/562 KB 140/140 KB 100/1461 KB 704/1192 KB 112/1118 KB 468/562 KB 112/1461 KB 708/1192 KB 112/1118 KB 468/562 KB 112/1461 KB 712/1192 KB 112/1118 KB 468/562 KB 116/1461 KB 716/1192 KB 112/1118 KB 468/562 KB 116/1461 KB 720/1192 KB 116/1118 KB 468/562 KB 116/1461 KB 724/1192 KB 96/1118 KB 468/562 KB 140/140 KB 100/1461 KB 700/1192 KB 116/1118 KB 472/562 KB 116/1461 KB 728/1192 KB 116/1118 KB 476/562 KB 116/1461 KB 728/1192 KB 116/1118 KB 480/562 KB 116/1461 KB 728/1192 KB 116/1118 KB 484/562 KB 116/1461 KB 728/1192 KB 116/1118 KB 488/562 KB 116/1461 KB 728/1192 KB 116/1118 KB 468/562 KB 116/1461 KB 720/1192 KB 112/1118 KB 468/562 KB 116/1461 KB 712/1192 KB 116/1118 KB 492/562 KB 120/1461 KB 728/1192 KB 116/1118 KB 492/562 KB 124/1461 KB 728/1192 KB 116/1118 KB 492/562 KB 128/1461 KB 728/1192 KB 120/1118 KB 492/562 KB 132/1461 KB 728/1192 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 100.0 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 116/1118 KB 468/562 KB 116/1461 KB 728/1192 KB 120/1118 KB 492/562 KB 132/1461 KB 732/1192 KB 120/1118 KB 492/562 KB 132/1461 KB 736/1192 KB 116/1118 KB 492/562 KB 132/1461 KB 728/1192 KB 120/1118 KB 492/562 KB 128/1461 KB 728/1192 KB 124/1118 KB 492/562 KB 132/1461 KB 736/1192 KB 128/1118 KB 496/562 KB 132/1461 KB 736/1192 KB 128/1118 KB 496/562 KB 132/1461 KB 736/1192 KB 128/1118 KB 500/562 KB 132/1461 KB 736/1192 KB 132/1118 KB 504/562 KB 136/1461 KB 740/1192 KB 132/1118 KB 508/562 KB 136/1461 KB 740/1192 KB 132/1118 KB 512/562 KB 136/1461 KB 740/1192 KB 132/1118 KB 500/562 KB 136/1461 KB 740/1192 KB 132/1118 KB 512/562 KB 140/1461 KB 740/1192 KB 132/1118 KB 512/562 KB 144/1461 KB 740/1192 KB 132/1118 KB 500/562 KB 132/1461 KB 736/1192 KB 136/1118 KB 512/562 KB 144/1461 KB 740/1192 KB 140/1118 KB 512/562 KB 144/1461 KB 740/1192 KB 144/1118 KB 512/562 KB 144/1461 KB 740/1192 KB 132/1118 KB 500/562 KB 132/1461 KB 740/1192 KB 144/1118 KB 512/562 KB 144/1461 KB 744/1192 KB 144/1118 KB 512/562 KB 144/1461 KB 748/1192 KB 144/1118 KB 512/562 KB 144/1461 KB 752/1192 KB 144/1118 KB 516/562 KB 144/1461 KB 752/1192 KB 148/1118 KB 516/562 KB 148/1461 KB 756/1192 KB 148/1118 KB 516/562 KB 152/1461 KB 756/1192 KB 148/1118 KB 516/562 KB 144/1461 KB 756/1192 KB 152/1118 KB 520/562 KB 152/1461 KB 756/1192 KB 156/1118 KB 520/562 KB 4/37 KB 156/1461 KB 756/1192 KB 160/1118 KB 520/562 KB 4/37 KB 156/1461 KB 756/1192 KB 144/1118 KB 516/562 KB 144/1461 KB 756/1192 KB 160/1118 KB 520/562 KB 4/37 KB 156/1461 KB 760/1192 KB 160/1118 KB 520/562 KB 4/37 KB 156/1461 KB 764/1192 KB 160/1118 KB 520/562 KB 4/37 KB 156/1461 KB 768/1192 KB 160/1118 KB 520/562 KB 4/37 KB 156/1461 KB 772/1192 KB 164/1118 KB 520/562 KB 4/37 KB 156/1461 KB 776/1192 KB 152/1118 KB 520/562 KB 4/37 KB 156/1461 KB 756/1192 KB 152/1118 KB 520/562 KB 4/37 KB 152/1461 KB 756/1192 KB 164/1118 KB 520/562 KB 8/37 KB 156/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 12/37 KB 156/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 16/37 KB 156/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 20/37 KB 156/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 24/37 KB 156/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 28/37 KB 156/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 32/37 KB 160/1461 KB 776/1192 KB 148/1118 KB 520/562 KB 152/1461 KB 756/1192 KB 164/1118 KB 524/562 KB 32/37 KB 160/1461 KB 776/1192 KB 164/1118 KB 528/562 KB 32/37 KB 160/1461 KB 776/1192 KB 164/1118 KB 532/562 KB 32/37 KB 160/1461 KB 776/1192 KB 164/1118 KB 536/562 KB 36/37 KB 160/1461 KB 776/1192 KB 164/1118 KB 540/562 KB 36/37 KB 160/1461 KB 776/1192 KB 164/1118 KB 544/562 KB 36/37 KB 160/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 28/37 KB 160/1461 KB 776/1192 KB 164/1118 KB 544/562 KB 36/37 KB 164/1461 KB 776/1192 KB 164/1118 KB 544/562 KB 36/37 KB 168/1461 KB 776/1192 KB 164/1118 KB 544/562 KB 36/37 KB 172/1461 KB 776/1192 KB 164/1118 KB 544/562 KB 36/37 KB 176/1461 KB 776/1192 KB 164/1118 KB 520/562 KB 4/37 KB 156/1461 KB 772/1192 KB 168/1118 KB 548/562 KB 36/37 KB 176/1461 KB 780/1192 KB 172/1118 KB 548/562 KB 36/37 KB 176/1461 KB 780/1192 KB 176/1118 KB 548/562 KB 36/37 KB 176/1461 KB 780/1192 KB 164/1118 KB 548/562 KB 36/37 KB 176/1461 KB 780/1192 KB 176/1118 KB 548/562 KB 36/37 KB 176/1461 KB 784/1192 KB 176/1118 KB 548/562 KB 36/37 KB 180/1461 KB 784/1192 KB 180/1118 KB 548/562 KB 36/37 KB 184/1461 KB 788/1192 KB 180/1118 KB 548/562 KB 36/37 KB 188/1461 KB 788/1192 KB 180/1118 KB 5 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 48/562 KB 36/37 KB 192/1461 KB 788/1192 KB 164/1118 KB 548/562 KB 36/37 KB 176/1461 KB 776/1192 KB 180/1118 KB 552/562 KB 36/37 KB 192/1461 KB 788/1192 KB 164/1118 KB 532/562 KB 36/37 KB 160/1461 KB 776/1192 KB 180/1118 KB 556/562 KB 37/37 KB 192/1461 KB 788/1192 KB 180/1118 KB 548/562 KB 36/37 KB 180/1461 KB 788/1192 KB 184/1118 KB 556/562 KB 37/37 KB 192/1461 KB 788/1192 KB 188/1118 KB 556/562 KB 37/37 KB 192/1461 KB 788/1192 KB 192/1118 KB 556/562 KB 37/37 KB 192/1461 KB 788/1192 KB 176/1118 KB 548/562 KB 36/37 KB 180/1461 KB 788/1192 KB 192/1118 KB 556/562 KB 37/37 KB 192/1461 KB 792/1192 KB 192/1118 KB 556/562 KB 37/37 KB 192/1461 KB 796/1192 KB 192/1118 KB 556/562 KB 37/37 KB 192/1461 KB 800/1192 KB 192/1118 KB 556/562 KB 37/37 KB 192/1461 KB 804/1192 KB 180/1118 KB 556/562 KB 36/37 KB 192/1461 KB 788/1192 KB 196/1118 KB 560/562 KB 37/37 KB 196/1461 KB 804/1192 KB 196/1118 KB 562/562 KB 37/37 KB 196/1461 KB 804/1192 KB 196/1118 KB 556/562 KB 37/37 KB 196/1461 KB 804/1192 KB 200/1118 KB 562/562 KB 37/37 KB 196/1461 KB 804/1192 KB 204/1118 KB 562/562 KB 37/37 KB 196/1461 KB 808/1192 KB 192/1118 KB 556/562 KB 37/37 KB 196/1461 KB 804/1192 KB 204/1118 KB 562/562 KB 37/37 KB 200/1461 KB 808/1192 KB 200/1118 KB 562/562 KB 37/37 KB 196/1461 KB 808/1192 KB 204/1118 KB 562/562 KB 37/37 KB 200/1461 KB 812/1192 KB 204/1118 KB 562/562 KB 37/37 KB 204/1461 KB 816/1192 KB 204/1118 KB 562/562 KB 37/37 KB 204/1461 KB 812/1192 KB 208/1118 KB 562/562 KB 37/37 KB 208/1461 KB 816/1192 KB 208/1118 KB 562/562 KB 37/37 KB 212/1461 KB 816/1192 KB 208/1118 KB 562/562 KB 216/1461 KB 820/1192 KB 208/1118 KB 562/562 KB 220/1461 KB 820/1192 KB 208/1118 KB 562/562 KB 37/37 KB 204/1461 KB 816/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 25.9 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 212/1118 KB 562/562 KB 220/1461 KB 820/1192 KB 216/1118 KB 220/1461 KB 820/1192 KB 220/1118 KB 220/1461 KB 820/1192 KB 224/1118 KB 220/1461 KB 820/1192 KB 208/1118 KB 562/562 KB 37/37 KB 212/1461 KB 820/1192 KB 224/1118 KB 224/1461 KB 824/1192 KB 224/1118 KB 224/1461 KB 828/1192 KB 224/1118 KB 224/1461 KB 832/1192 KB 224/1118 KB 224/1461 KB 836/1192 KB 228/1118 KB 224/1461 KB 840/1192 KB 228/1118 KB 224/1461 KB 844/1192 KB 228/1118 KB 224/1461 KB 848/1192 KB 228/1118 KB 224/1461 KB 852/1192 KB 228/1118 KB 3/46 KB 224/1461 KB 856/1192 KB 228/1118 KB 3/46 KB 224/1461 KB 860/1192 KB 228/1118 KB 3/46 KB 224/1461 KB 864/1192 KB 224/1118 KB 224/1461 KB 820/1192 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 392.4 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 228/1118 KB 3/46 KB 224/1461 KB 852/1192 KB Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 228/1118 KB 6/46 KB 224/1461 KB 864/1192 KB 228/1118 KB 9/46 KB 224/1461 KB 864/1192 KB 228/1118 KB 11/46 KB 224/1461 KB 864/1192 KB 228/1118 KB 14/46 KB 228/1461 KB 864/1192 KB 228/1118 KB 224/1461 KB 836/1192 KB 232/1118 KB 14/46 KB 228/1461 KB 864/1192 KB 236/1118 KB 14/46 KB 228/1461 KB 864/1192 KB 240/1118 KB 14/46 KB 228/1461 KB 864/1192 KB 228/1118 KB 11/46 KB 228/1461 KB 864/1192 KB 240/1118 KB 16/46 KB 232/1461 KB 864/1192 KB 240/1118 KB 16/46 KB 236/1461 KB 864/1192 KB 240/1118 KB 16/46 KB 240/1461 KB 864/1192 KB 240/1118 KB 16/46 KB 228/1461 KB 864/1192 KB 240/1118 KB 19/46 KB 240/1461 KB 864/1192 KB 240/1118 KB 22/46 KB 244/1461 KB 864/1192 KB 240/1118 KB 25/46 KB 244/1461 KB 864/1192 KB 244/1118 KB 27/46 KB 244/1461 KB 864/1192 KB 240/1118 KB 19/46 KB 244/1461 KB 864/1192 KB 244/1118 KB 27/46 KB 248/1461 KB 864/1192 KB 244/1118 KB 27/46 KB 252/1461 KB 864/1192 KB 244/1118 KB 25/46 KB 244/1461 KB 864/1192 KB 248/1118 KB 27/46 KB 252/1461 KB 864/1192 KB 252/1118 KB 27/46 KB 252/1461 KB 864/1192 KB 256/1118 KB 30/46 KB 252/1461 KB 864/1192 KB 260/1118 KB 30/46 KB 256/1461 KB 864/1192 KB 264/1118 KB 30/46 KB 256/1461 KB 868/1192 KB 268/1118 KB 30/46 KB 256/1461 KB 868/1192 KB 252/1118 KB 30/46 KB 252/1461 KB 864/1192 KB 268/1118 KB 32/46 KB 256/1461 KB 868/1192 KB 268/1118 KB 36/46 KB 256/1461 KB 868/1192 KB 260/1118 KB 30/46 KB 256/1461 KB 868/1192 KB 256/1118 KB 30/46 KB 256/1461 KB 864/1192 KB 268/1118 KB 4/287 KB 36/46 KB 256/1461 KB 872/1192 KB 268/1118 KB 8/287 KB 36/46 KB 256/1461 KB 872/1192 KB 268/1118 KB 12/287 KB 36/46 KB 256/1461 KB 872/1192 KB 268/1118 KB 16/287 KB 36/46 KB 256/1461 KB 872/1192 KB 268/1118 KB 16/287 KB 36/46 KB 260/1461 KB 872/1192 KB 268/1118 KB 20/287 KB 36/46 KB 264/1461 KB 872/1192 KB 268/1118 KB 36/46 KB 256/1461 KB 872/1192 KB 268/1118 KB 20/287 KB 40/46 KB 264/1461 KB 876/1192 KB 268/1118 KB 20/287 KB 40/46 KB 264/1461 KB 880/1192 KB 268/1118 KB 20/287 KB 36/46 KB 260/1461 KB 872/1192 KB 268/1118 KB 24/287 KB 40/46 KB 264/1461 KB 880/1192 KB 268/1118 KB 28/287 KB 40/46 KB 264/1461 KB 880/1192 KB 268/1118 KB 32/287 KB 40/46 KB 264/1461 KB 880/1192 KB 268/1118 KB 20/287 KB 40/46 KB 264/1461 KB 872/1192 KB 268/1118 KB 32/287 KB 44/46 KB 264/1461 KB 880/1192 KB 272/1118 KB 36/287 KB 46/46 KB 268/1461 KB 884/1192 KB 268/1118 KB 32/287 KB 44/46 KB 268/1461 KB 880/1192 KB 272/1118 KB 36/287 KB 46/46 KB 272/1461 KB 884/1192 KB 272/1118 KB 36/287 KB 46/46 KB 276/1461 KB 884/1192 KB 272/1118 KB 36/287 KB 46/46 KB 280/1461 KB 884/1192 KB 272/1118 KB 36/287 KB 46/46 KB 284/1461 KB 884/1192 KB 272/1118 KB 36/287 KB 46/46 KB 288/1461 KB 884/1192 KB 272/1118 KB 36/287 KB 44/46 KB 268/1461 KB 884/1192 KB 272/1118 KB 40/287 KB 46/46 KB 288/1461 KB 884/1192 KB 272/1118 KB 44/287 KB 46/46 KB 288/1461 KB 884/1192 KB 272/1118 KB 48/287 KB 46/46 KB 288/1461 KB 884/1192 KB 272/1118 KB 32/287 KB 44/46 KB 268/1461 KB 884/1192 KB 272/1118 KB 48/287 KB 46/46 KB 288/1461 KB 888/1192 KB 272/1118 KB 32/287 KB 44/46 KB 268/1461 KB 880/1192 KB 276/1118 KB 48/287 KB 46/46 KB 288/1461 KB 888/1192 KB 280/1118 KB 48/287 KB 46/46 KB 288/1461 KB 888/1192 KB 284/1118 KB 48/287 KB 46/46 KB 288/1461 KB 888/1192 KB 288/1118 KB 48/287 KB 46/46 KB 288/1461 KB 892/1192 KB 292/1118 KB 48/287 KB 46/46 KB 288/1461 KB 892/1192 KB 284/1118 KB 48/287 KB 46/46 KB 288/1461 KB 892/1192 KB 292/1118 KB 52/287 KB 292/1461 KB 896/1192 KB 292/1118 KB 52/28 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 7 KB 292/1461 KB 900/1192 KB 292/1118 KB 52/287 KB 292/1461 KB 904/1192 KB 292/1118 KB 52/287 KB 292/1461 KB 908/1192 KB 296/1118 KB 52/287 KB 292/1461 KB 912/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 31.2 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 292/1118 KB 52/287 KB 46/46 KB 292/1461 KB 892/1192 KB 292/1118 KB 52/287 KB 46/46 KB 288/1461 KB 892/1192 KB 296/1118 KB 56/287 KB 292/1461 KB 912/1192 KB 296/1118 KB 60/287 KB 292/1461 KB 912/1192 KB 296/1118 KB 64/287 KB 292/1461 KB 912/1192 KB 296/1118 KB 52/287 KB 292/1461 KB 908/1192 KB 300/1118 KB 64/287 KB 292/1461 KB 912/1192 KB 304/1118 KB 64/287 KB 292/1461 KB 912/1192 KB 308/1118 KB 64/287 KB 292/1461 KB 912/1192 KB 312/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 316/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 320/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 324/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 328/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 332/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 336/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 340/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 308/1118 KB 68/287 KB 296/1461 KB 916/1192 KB 308/1118 KB 68/287 KB 296/1461 KB 912/1192 KB 340/1118 KB 68/287 KB 300/1461 KB 916/1192 KB 340/1118 KB 68/287 KB 304/1461 KB 916/1192 KB 340/1118 KB 68/287 KB 308/1461 KB 916/1192 KB 308/1118 KB 68/287 KB 292/1461 KB 912/1192 KB 340/1118 KB 72/287 KB 308/1461 KB 920/1192 KB 340/1118 KB 76/287 KB 308/1461 KB 920/1192 KB 340/1118 KB 80/287 KB 308/1461 KB 920/1192 KB 340/1118 KB 68/287 KB 308/1461 KB 920/1192 KB 340/1118 KB 80/287 KB 308/1461 KB 924/1192 KB 340/1118 KB 84/287 KB 312/1461 KB 928/1192 KB 340/1118 KB 84/287 KB 312/1461 KB 924/1192 KB 340/1118 KB 84/287 KB 316/1461 KB 928/1192 KB 340/1118 KB 84/287 KB 320/1461 KB 928/1192 KB 340/1118 KB 84/287 KB 324/1461 KB 932/1192 KB 340/1118 KB 84/287 KB 328/1461 KB 932/1192 KB 340/1118 KB 84/287 KB 332/1461 KB 932/1192 KB 340/1118 KB 84/287 KB 336/1461 KB 932/1192 KB 340/1118 KB 84/287 KB 308/1461 KB 924/1192 KB 340/1118 KB 88/287 KB 336/1461 KB 932/1192 KB 340/1118 KB 92/287 KB 336/1461 KB 932/1192 KB 340/1118 KB 96/287 KB 336/1461 KB 932/1192 KB 340/1118 KB 100/287 KB 336/1461 KB 932/1192 KB 340/1118 KB 104/287 KB 340/1461 KB 932/1192 KB 340/1118 KB 108/287 KB 340/1461 KB 932/1192 KB 340/1118 KB 84/287 KB 320/1461 KB 932/1192 KB 340/1118 KB 112/287 KB 340/1461 KB 936/1192 KB 340/1118 KB 112/287 KB 340/1461 KB 940/1192 KB 340/1118 KB 112/287 KB 340/1461 KB 944/1192 KB 340/1118 KB 112/287 KB 340/1461 KB 948/1192 KB 344/1118 KB 112/287 KB 340/1461 KB 952/1192 KB 344/1118 KB 112/287 KB 340/1461 KB 956/1192 KB 344/1118 KB 112/287 KB 340/1461 KB 960/1192 KB 340/1118 KB 100/287 KB 340/1461 KB 932/1192 KB 340/1118 KB 112/287 KB 340/1461 KB 948/1192 KB 344/1118 KB 112/287 KB 340/1461 KB 948/1192 KB 348/1118 KB 112/287 KB 344/1461 KB 960/1192 KB 352/1118 KB 112/287 KB 344/1461 KB 960/1192 KB 356/1118 KB 116/287 KB 344/1461 KB 960/1192 KB 360/1118 KB 116/287 KB 344/1461 KB 964/1192 KB 364/1118 KB 116/287 KB 344/1461 KB 964/1192 KB 368/1118 KB 116/287 KB 344/1461 KB 964/1192 KB 352/1118 KB 116/287 KB 344/1461 KB 960/1192 KB 368/1118 KB 120/287 KB 344/1461 KB 964/1192 KB 368/1118 KB 124/287 KB 344/1461 KB 964/1192 KB 368/1118 KB 128/287 KB 344/1461 KB 964/1192 KB 368/1118 KB 132/287 KB 344/1461 KB 964/1192 KB 372/1118 KB 136/287 KB 344/1461 KB 964/1192 KB 372/1118 KB 140/287 KB 344/1461 KB 964/1192 KB 372/1118 KB 144/287 KB 344/1461 KB 964/1192 KB 356/1118 KB 116/287 KB 344/1461 KB 964/1192 KB 372/1118 KB 144/287 KB 344/1461 KB 968/1192 KB 372/1118 KB 144/287 KB 344/1461 KB 972/1192 KB 372/1118 KB 144/287 KB 344/1461 KB 976/1192 KB 344/1118 KB 112/287 KB 344/1461 KB 960/1192 KB 372/1118 KB 144/287 KB unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 348/1461 KB 976/1192 KB 372/1118 KB 144/287 KB 352/1461 KB 976/1192 KB 372/1118 KB 144/287 KB 356/1461 KB 976/1192 KB 372/1118 KB 144/287 KB 360/1461 KB 976/1192 KB 372/1118 KB 144/287 KB 364/1461 KB 976/1192 KB 372/1118 KB 144/287 KB 368/1461 KB 976/1192 KB 372/1118 KB 132/287 KB 344/1461 KB 964/1192 KB 376/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 380/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 384/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 388/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 392/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 396/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 400/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 372/1118 KB 148/287 KB 368/1461 KB 980/1192 KB 400/1118 KB 152/287 KB 368/1461 KB 980/1192 KB 400/1118 KB 156/287 KB 368/1461 KB 980/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 980/1192 KB 372/1118 KB 144/287 KB 368/1461 KB 980/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 984/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 988/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 992/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 996/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 1000/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 1004/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 1008/1192 KB 400/1118 KB 160/287 KB 368/1461 KB 1012/1192 KB 404/1118 KB 164/287 KB 368/1461 KB 1016/1192 KB 404/1118 KB 164/287 KB 372/1461 KB 1020/1192 KB 404/1118 KB 164/287 KB 372/1461 KB 1024/1192 KB 404/1118 KB 164/287 KB 368/1461 KB 1012/1192 KB 408/1118 KB 164/287 KB 372/1461 KB 1024/1192 KB 412/1118 KB 164/287 KB 372/1461 KB 1024/1192 KB 416/1118 KB 164/287 KB 372/1461 KB 1024/1192 KB 400/1118 KB 164/287 KB 368/1461 KB 1012/1192 KB 416/1118 KB 168/287 KB 372/1461 KB 1024/1192 KB 416/1118 KB 172/287 KB 372/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 372/1461 KB 1024/1192 KB 404/1118 KB 164/287 KB 372/1461 KB 1016/1192 KB 416/1118 KB 176/287 KB 376/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 380/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 384/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 388/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 392/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 396/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 400/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 404/1461 KB 1024/1192 KB 416/1118 KB 176/287 KB 408/1461 KB 1024/1192 KB 420/1118 KB 176/287 KB 412/1461 KB 1028/1192 KB 420/1118 KB 176/287 KB 416/1461 KB 1028/1192 KB 420/1118 KB 180/287 KB 420/1461 KB 1028/1192 KB 420/1118 KB 180/287 KB 424/1461 KB 1028/1192 KB 420/1118 KB 180/287 KB 428/1461 KB 1028/1192 KB 420/1118 KB 180/287 KB 432/1461 KB 1028/1192 KB 420/1118 KB 176/287 KB 408/1461 KB 1028/1192 KB 420/1118 KB 180/287 KB 432/1461 KB 1032/1192 KB 420/1118 KB 180/287 KB 432/1461 KB 1036/1192 KB 420/1118 KB 180/287 KB 432/1461 KB 1040/1192 KB 420/1118 KB 176/287 KB 408/1461 KB 1024/1192 KB 424/1118 KB 180/287 KB 432/1461 KB 1040/1192 KB 428/1118 KB 180/287 KB 432/1461 KB 1040/1192 KB 432/1118 KB 180/287 KB 432/1461 KB 1040/1192 KB 420/1118 KB 180/287 KB 420/1461 KB 1028/1192 KB 432/1118 KB 184/287 KB 432/1461 KB 1040/1192 KB 432/1118 KB 188/287 KB 432/1461 KB 1040/1192 KB 432/1118 KB 192/287 KB 432/1461 KB 1040/1192 KB 432/1118 KB 196/287 KB 432/1461 KB 1040/1192 KB 436/1118 KB 200/287 KB 436/1461 KB 1044/1192 KB 436/1118 KB 204/287 KB 436/1461 KB 1044/1192 KB 436/1118 KB 208/287 KB 436/1461 KB 1044/1192 KB 436/1118 KB 196/287 KB 436/1461 KB 1044/1192 KB 436/1118 KB 208/287 KB 440/1461 KB 1044/1192 KB 436/1118 KB 208/287 KB 444/1461 KB 1 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 044/1192 KB 436/1118 KB 208/287 KB 448/1461 KB 1044/1192 KB 436/1118 KB 208/287 KB 452/1461 KB 1044/1192 KB 436/1118 KB 212/287 KB 456/1461 KB 1044/1192 KB 436/1118 KB 212/287 KB 460/1461 KB 1044/1192 KB 436/1118 KB 212/287 KB 464/1461 KB 1044/1192 KB 436/1118 KB 196/287 KB 432/1461 KB 1044/1192 KB 436/1118 KB 212/287 KB 464/1461 KB 1048/1192 KB 436/1118 KB 212/287 KB 464/1461 KB 1052/1192 KB 436/1118 KB 212/287 KB 464/1461 KB 1056/1192 KB 436/1118 KB 196/287 KB 432/1461 KB 1040/1192 KB 440/1118 KB 212/287 KB 464/1461 KB 1056/1192 KB 444/1118 KB 212/287 KB 464/1461 KB 1056/1192 KB 448/1118 KB 212/287 KB 464/1461 KB 1056/1192 KB 452/1118 KB 212/287 KB 464/1461 KB 1056/1192 KB 456/1118 KB 212/287 KB 464/1461 KB 1060/1192 KB 436/1118 KB 212/287 KB 452/1461 KB 1044/1192 KB 456/1118 KB 216/287 KB 464/1461 KB 1060/1192 KB 456/1118 KB 220/287 KB 464/1461 KB 1060/1192 KB 456/1118 KB 224/287 KB 464/1461 KB 1060/1192 KB 452/1118 KB 212/287 KB 464/1461 KB 1060/1192 KB 460/1118 KB 224/287 KB 464/1461 KB 1064/1192 KB 460/1118 KB 224/287 KB 464/1461 KB 1068/1192 KB 460/1118 KB 224/287 KB 464/1461 KB 1072/1192 KB 460/1118 KB 224/287 KB 464/1461 KB 1076/1192 KB 460/1118 KB 228/287 KB 468/1461 KB 1080/1192 KB 460/1118 KB 228/287 KB 468/1461 KB 1084/1192 KB 460/1118 KB 228/287 KB 468/1461 KB 1088/1192 KB 460/1118 KB 224/287 KB 464/1461 KB 1060/1192 KB 464/1118 KB 228/287 KB 468/1461 KB 1088/1192 KB 468/1118 KB 228/287 KB 468/1461 KB 1088/1192 KB 472/1118 KB 228/287 KB 468/1461 KB 1088/1192 KB 476/1118 KB 228/287 KB 468/1461 KB 1088/1192 KB 480/1118 KB 228/287 KB 468/1461 KB 1088/1192 KB 484/1118 KB 228/287 KB 468/1461 KB 1088/1192 KB 488/1118 KB 228/287 KB 468/1461 KB 1092/1192 KB 492/1118 KB 228/287 KB 468/1461 KB 1092/1192 KB 496/1118 KB 228/287 KB 468/1461 KB 1092/1192 KB 500/1118 KB 228/287 KB 468/1461 KB 1092/1192 KB 504/1118 KB 228/287 KB 468/1461 KB 1092/1192 KB 460/1118 KB 228/287 KB 468/1461 KB 1076/1192 KB 460/1118 KB 228/287 KB 464/1461 KB 1076/1192 KB 508/1118 KB 232/287 KB 468/1461 KB 1092/1192 KB 508/1118 KB 236/287 KB 468/1461 KB 1092/1192 KB 508/1118 KB 240/287 KB 468/1461 KB 1092/1192 KB 508/1118 KB 244/287 KB 468/1461 KB 1092/1192 KB 508/1118 KB 248/287 KB 472/1461 KB 1092/1192 KB 508/1118 KB 252/287 KB 472/1461 KB 1092/1192 KB 508/1118 KB 256/287 KB 472/1461 KB 1092/1192 KB 484/1118 KB 228/287 KB 468/1461 KB 1092/1192 KB 508/1118 KB 256/287 KB 472/1461 KB 1096/1192 KB 508/1118 KB 256/287 KB 472/1461 KB 1100/1192 KB 508/1118 KB 256/287 KB 472/1461 KB 1104/1192 KB 508/1118 KB 256/287 KB 472/1461 KB 1108/1192 KB 508/1118 KB 260/287 KB 472/1461 KB 1112/1192 KB 508/1118 KB 260/287 KB 472/1461 KB 1116/1192 KB 508/1118 KB 260/287 KB 472/1461 KB 1120/1192 KB 508/1118 KB 244/287 KB 472/1461 KB 1092/1192 KB 508/1118 KB 260/287 KB 476/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 480/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 484/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 488/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 492/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 496/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 500/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 504/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 508/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 512/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 516/1461 KB 1120/1192 KB 508/1118 KB 260/287 KB 520/1461 KB 1124/1192 KB 508/1118 KB 260/287 KB 472/1461 KB 1116/1192 KB 512/1118 KB 260/287 KB 524/1461 KB 1124/1192 KB 516/1118 KB 260/287 KB 524/146 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 1 KB 1124/1192 KB 520/1118 KB 260/287 KB 524/1461 KB 1124/1192 KB 524/1118 KB 260/287 KB 524/1461 KB 1124/1192 KB 508/1118 KB 260/287 KB 472/1461 KB 1108/1192 KB 528/1118 KB 264/287 KB 524/1461 KB 1124/1192 KB 528/1118 KB 268/287 KB 524/1461 KB 1124/1192 KB 528/1118 KB 272/287 KB 524/1461 KB 1124/1192 KB 528/1118 KB 276/287 KB 524/1461 KB 1124/1192 KB 528/1118 KB 280/287 KB 524/1461 KB 1124/1192 KB 528/1118 KB 284/287 KB 524/1461 KB 1124/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1124/1192 KB 508/1118 KB 260/287 KB 516/1461 KB 1124/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1128/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1132/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1136/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1140/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1144/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1148/1192 KB 528/1118 KB 287/287 KB 524/1461 KB 1152/1192 KB 508/1118 KB 287/287 KB 524/1461 KB 1140/1192 KB 528/1118 KB 287/287 KB 528/1461 KB 1152/1192 KB 528/1118 KB 287/287 KB 532/1461 KB 1152/1192 KB 528/1118 KB 287/287 KB 536/1461 KB 1152/1192 KB 528/1118 KB 287/287 KB 540/1461 KB 1152/1192 KB 528/1118 KB 260/287 KB 524/1461 KB 1124/1192 KB 532/1118 KB 287/287 KB 540/1461 KB 1152/1192 KB 536/1118 KB 287/287 KB 540/1461 KB 1152/1192 KB 540/1118 KB 287/287 KB 540/1461 KB 1152/1192 KB 544/1118 KB 287/287 KB 540/1461 KB 1152/1192 KB 548/1118 KB 287/287 KB 540/1461 KB 1152/1192 KB 552/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 556/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 560/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 564/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 568/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 572/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 576/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 580/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 548/1118 KB 287/287 KB 544/1461 KB 1156/1192 KB 548/1118 KB 287/287 KB 544/1461 KB 1152/1192 KB 580/1118 KB 548/1461 KB 1160/1192 KB 580/1118 KB 552/1461 KB 1160/1192 KB 580/1118 KB 556/1461 KB 1160/1192 KB 580/1118 KB 560/1461 KB 1160/1192 KB 580/1118 KB 544/1461 KB 1160/1192 KB 580/1118 KB 560/1461 KB 1164/1192 KB 580/1118 KB 560/1461 KB 1168/1192 KB 580/1118 KB 560/1461 KB 1172/1192 KB 580/1118 KB 564/1461 KB 1176/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 189.9 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 580/1118 KB 564/1461 KB 1180/1192 KB 580/1118 KB 564/1461 KB 1184/1192 KB 580/1118 KB 564/1461 KB 1172/1192 KB 580/1118 KB 568/1461 KB 1184/1192 KB 580/1118 KB 572/1461 KB 1184/1192 KB 580/1118 KB 576/1461 KB 1184/1192 KB 580/1118 KB 580/1461 KB 1188/1192 KB 580/1118 KB 576/1461 KB 1188/1192 KB 584/1118 KB 580/1461 KB 1192/1192 KB 584/1118 KB 580/1461 KB 1192/1192 KB 584/1118 KB 580/1461 KB 1188/1192 KB 588/1118 KB 580/1461 KB 1192/1192 KB 592/1118 KB 580/1461 KB 1192/1192 KB 596/1118 KB 580/1461 KB 1192/1192 KB 596/1118 KB 584/1461 KB 1192/1192 KB 596/1118 KB 588/1461 KB 1192/1192 KB 596/1118 KB 592/1461 KB 1192/1192 KB 596/1118 KB 596/1461 KB 1192/1192 KB 600/1118 KB 600/1461 KB 1192/1192 KB 600/1118 KB 596/1461 KB 1192/1192 KB 604/1118 KB 600/1461 KB 1192/1192 KB 608/1118 KB 600/1461 KB 1192/1192 KB 612/1118 KB 600/1461 KB 1192/1192 KB 612/1118 KB 604/1461 KB 1192/1192 KB 616/1118 KB 608/1461 KB 1192/1192 KB 616/1118 KB 612/1461 KB 1192/1192 KB 616/1118 KB 616/1461 KB 1192/1192 KB 616/1118 KB 620/1461 KB 1192/1192 KB 616/1118 KB 624/1461 KB 1192/1192 KB 616/1118 KB 604/1461 KB 1192/1192 KB 620/1118 KB 624/1461 KB 1192/1192 KB 624/1118 KB 624/1461 KB 1192/1192 KB 628/1118 KB 624/1461 KB 1192/1192 KB 632/1118 KB 628/1461 KB 636/1118 KB 628/1461 KB 640/1118 KB 628/1461 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 783.4 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 628/1118 KB 628/1461 KB 1192/1192 KB 640/1118 KB 632/1461 KB 640/1118 KB 636/1461 KB 640/1118 KB 640/1461 KB 640/1118 KB 644/1461 KB 644/1118 KB 648/1461 KB 644/1118 KB 652/1461 KB 644/1118 KB 656/1461 KB 644/1118 KB 644/1461 KB 648/1118 KB 656/1461 KB 652/1118 KB 656/1461 KB 656/1118 KB 656/1461 KB 660/1118 KB 656/1461 KB 664/1118 KB 660/1461 KB 668/1118 KB 660/1461 KB 672/1118 KB 660/1461 KB 660/1118 KB 660/1461 KB 672/1118 KB 664/1461 KB 672/1118 KB 668/1461 KB 672/1118 KB 672/1461 KB 676/1118 KB 676/1461 KB 676/1118 KB 680/1461 KB 676/1118 KB 684/1461 KB 676/1118 KB 688/1461 KB 676/1118 KB 692/1461 KB 676/1118 KB 696/1461 KB 676/1118 KB 700/1461 KB 676/1118 KB 704/1461 KB 676/1118 KB 672/1461 KB 680/1118 KB 704/1461 KB 684/1118 KB 704/1461 KB 688/1118 KB 704/1461 KB 692/1118 KB 704/1461 KB 696/1118 KB 704/1461 KB 700/1118 KB 704/1461 KB 704/1118 KB 704/1461 KB 708/1118 KB 704/1461 KB 712/1118 KB 708/1461 KB 716/1118 KB 708/1461 KB 720/1118 KB 708/1461 KB 724/1118 KB 708/1461 KB 708/1118 KB 708/1461 KB 724/1118 KB 712/1461 KB 724/1118 KB 716/1461 KB 724/1118 KB 720/1461 KB 724/1118 KB 724/1461 KB 728/1118 KB 728/1461 KB 728/1118 KB 732/1461 KB 728/1118 KB 736/1461 KB 728/1118 KB 724/1461 KB 732/1118 KB 736/1461 KB 736/1118 KB 736/1461 KB 740/1118 KB 736/1461 KB 744/1118 KB 740/1461 KB 748/1118 KB 740/1461 KB 752/1118 KB 740/1461 KB 740/1118 KB 740/1461 KB 752/1118 KB 744/1461 KB 752/1118 KB 748/1461 KB 752/1118 KB 752/1461 KB 752/1118 KB 756/1461 KB 756/1118 KB 760/1461 KB 756/1118 KB 764/1461 KB 756/1118 KB 768/1461 KB 756/1118 KB 756/1461 KB 760/1118 KB 768/1461 KB 764/1118 KB 768/1461 KB 768/1118 KB 768/1461 KB 772/1118 KB 768/1461 KB 776/1118 KB 772/1461 KB 780/1118 KB 772/1461 KB 784/1118 KB 772/1461 KB 772/1118 KB 772/1461 KB 784/1118 KB 776/1461 KB 784/1118 KB 780/1461 KB 784/1118 KB 784/1461 KB 784/1118 KB 788/1461 KB 788/1118 KB 792/1461 KB 788/1118 KB 796/1461 KB 788/1118 KB 800/1461 KB 788/1118 KB 788/1461 KB 792/1118 KB 800/1461 KB 796/1118 KB 800/1461 KB 800/1118 KB 800/1461 KB 804/1118 KB 800/1461 KB 808/1118 KB 804/1461 KB 812/1118 KB 804/1461 KB 816/1118 KB 804/1461 KB 804/1118 KB 804/1461 KB 816/1118 KB 808/1461 KB 816/1118 KB 812/1461 KB 816/1118 KB 816/1461 KB 816/1118 KB 820/1461 KB 820/1118 KB 824/1461 KB 820/1118 KB 828/1461 KB 820/1118 KB 832/1461 KB 820/1118 KB 820/1461 KB 824/1118 KB 832/1461 KB 828/1118 KB 832/1461 KB 832/1118 KB 832/1461 KB 836/1118 KB 832/1461 KB 840/1118 KB 836/1461 KB 844/1118 KB 836/1461 KB 848/1118 KB 836/1461 KB 836/1118 KB 836/1461 KB 848/1118 KB 840/1461 KB 848/1118 KB 844/1461 KB 848/1118 KB 848/1461 KB 852/1118 KB 848/1461 KB 856/1118 KB 852/1461 KB 860/1118 KB 852/1461 KB 864/1118 KB 852/1461 KB 852/1118 KB 852/1461 KB 864/1118 KB 856/1461 KB 864/1118 KB 860/1461 KB 864/1118 KB 864/1461 KB 868/1118 KB 868/1461 KB 868/1118 KB 872/1461 KB 868/1118 KB 876/1461 KB 868/1118 KB 880/1461 KB 868/1118 KB 884/1461 KB 868/1118 KB 888/1461 KB 868/1118 KB 892/1461 KB 868/1118 KB 896/1461 KB 868/1118 KB 900/1461 KB 868/1118 KB 864/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 900/1461 KB 904/1118 KB 900/1461 KB 908/1118 KB 900/1461 KB 912/1118 KB 900/1461 KB 916/1118 KB 904/1461 KB 920/1118 KB 904/1461 KB 924/1118 KB 904/1461 KB 928/1118 KB 904/146 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 1 KB 932/1118 KB 904/1461 KB 936/1118 KB 904/1461 KB 940/1118 KB 904/1461 KB 944/1118 KB 904/1461 KB 948/1118 KB 904/1461 KB 912/1118 KB 904/1461 KB 948/1118 KB 908/1461 KB 948/1118 KB 912/1461 KB 948/1118 KB 916/1461 KB 948/1118 KB 920/1461 KB 948/1118 KB 924/1461 KB 948/1118 KB 928/1461 KB 948/1118 KB 932/1461 KB 948/1118 KB 936/1461 KB 948/1118 KB 940/1461 KB 948/1118 KB 944/1461 KB 948/1118 KB 948/1461 KB 952/1118 KB 948/1461 KB 956/1118 KB 948/1461 KB 960/1118 KB 948/1461 KB 960/1118 KB 952/1461 KB 960/1118 KB 956/1461 KB 964/1118 KB 960/1461 KB 964/1118 KB 964/1461 KB 964/1118 KB 968/1461 KB 964/1118 KB 972/1461 KB 964/1118 KB 976/1461 KB 964/1118 KB 956/1461 KB 968/1118 KB 976/1461 KB 972/1118 KB 976/1461 KB 976/1118 KB 976/1461 KB 976/1118 KB 980/1461 KB 980/1118 KB 984/1461 KB 980/1118 KB 988/1461 KB 980/1118 KB 992/1461 KB 980/1118 KB 980/1461 KB 984/1118 KB 992/1461 KB 988/1118 KB 992/1461 KB 992/1118 KB 992/1461 KB 996/1118 KB 992/1461 KB 1000/1118 KB 996/1461 KB 1004/1118 KB 996/1461 KB 1008/1118 KB 996/1461 KB 996/1118 KB 996/1461 KB 1008/1118 KB 1000/1461 KB 1008/1118 KB 1004/1461 KB 1008/1118 KB 1008/1461 KB 1012/1118 KB 1012/1461 KB 1012/1118 KB 1016/1461 KB 1012/1118 KB 1020/1461 KB 1012/1118 KB 1024/1461 KB 1012/1118 KB 1028/1461 KB 1012/1118 KB 1032/1461 KB 1012/1118 KB 1036/1461 KB 1012/1118 KB 1040/1461 KB 1012/1118 KB 1008/1461 KB 1016/1118 KB 1040/1461 KB 1020/1118 KB 1040/1461 KB 1024/1118 KB 1040/1461 KB 1028/1118 KB 1040/1461 KB 1032/1118 KB 1040/1461 KB 1036/1118 KB 1040/1461 KB 1040/1118 KB 1040/1461 KB 1044/1118 KB 1040/1461 KB 1048/1118 KB 1044/1461 KB 1052/1118 KB 1044/1461 KB 1056/1118 KB 1044/1461 KB 1044/1118 KB 1044/1461 KB 1056/1118 KB 1048/1461 KB 1056/1118 KB 1052/1461 KB 1056/1118 KB 1056/1461 KB 1056/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 1060/1461 KB 1064/1118 KB 1072/1461 KB 1068/1118 KB 1072/1461 KB 1072/1118 KB 1072/1461 KB 1072/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 1076/1461 KB 1080/1118 KB 1088/1461 KB 1084/1118 KB 1088/1461 KB 1088/1118 KB 1088/1461 KB 1088/1118 KB 1092/1461 KB 1092/1118 KB 1096/1461 KB 1092/1118 KB 1100/1461 KB 1092/1118 KB 1104/1461 KB 1092/1118 KB 1092/1461 KB 1096/1118 KB 1104/1461 KB 1100/1118 KB 1104/1461 KB 1104/1118 KB 1104/1461 KB 1108/1118 KB 1104/1461 KB 1112/1118 KB 1108/1461 KB 1116/1118 KB 1108/1461 KB 1118/1118 KB 1108/1461 KB 1108/1118 KB 1108/1461 KB 1118/1118 KB 1112/1461 KB 1118/1118 KB 1116/1461 KB 1118/1118 KB 1120/1461 KB 1118/1118 KB 1124/1461 KB 1118/1118 KB 1128/1461 KB 1118/1118 KB 1132/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 1118/1118 KB 1208/1461 KB 1118/1118 KB 1212/1461 KB 1118/1118 KB 1216/1461 KB 1118/1118 KB 1220/1461 KB 1118/1118 KB 1224/1461 KB 1118/1118 KB 1228/1461 KB 1118/1118 KB 1232/1461 KB 1118/1118 KB 1236/1461 KB 1118/1118 KB 1240/1461 KB 1118/1118 KB 1244/1461 KB 1118/1118 KB 1248 unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install /1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 703.5 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 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 903.6 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 436.9 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 124.4 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 142.6 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 108.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 34.5 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 318.4 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 138.7 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 171.3 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 164.2 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 461.7 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 180.3 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 314.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06: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/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 708.2 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 78.9 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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: 08:06:49 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: 08:06:49 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: 08:06:49 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: 08:06:49 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 351.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 492.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 890/890 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 66.9 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 231.8 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 1078.5 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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: 08:06:49 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: 08:06:49 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: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 3/149 KB 4/6 KB 5/149 KB 4/21 KB 4/14 KB 4/10 KB 4/6 KB 8/149 KB 4/21 KB 4/14 KB 4/10 KB 4/6 KB 11/149 KB 4/21 KB 4/14 KB 4/10 KB 4/6 KB 3/149 KB 4/21 KB 4/14 KB 4/10 KB 4/6 KB 11/149 KB 4/21 KB 8/14 KB 4/10 KB 4/6 KB 11/149 KB 4/21 KB 12/14 KB 4/10 KB 4/6 KB 11/149 KB 4/21 KB 14/14 KB 4/10 KB 4/6 KB 3/149 KB 4/21 KB 4/10 KB 4/6 KB 11/149 KB 8/21 KB 14/14 KB 4/10 KB 4/6 KB 11/149 KB 12/21 KB 14/14 KB 4/10 KB 4/6 KB 11/149 KB 16/21 KB 14/14 KB 4/10 KB 4/6 KB 11/149 KB 20/21 KB 14/14 KB 4/10 KB 4/6 KB 11/149 KB 21/21 KB 14/14 KB 4/10 KB 4/6 KB 3/149 KB 4/10 KB 6/6 KB 11/149 KB 21/21 KB 14/14 KB 4/10 KB 3/149 KB 4/10 KB 6/6 KB 11/149 KB 21/21 KB 14/14 KB 8/10 KB 6/6 KB 11/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 13/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 16/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 19/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 21/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 24/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 27/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 29/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 32/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 36/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 40/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 44/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 48/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 52/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 56/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 60/149 KB 21/21 KB 14/14 KB 10/10 KB 6/6 KB 64/149 KB 21/21 KB 14/14 KB 10/10 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 699.6 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 252.0 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 404.5 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 881.3 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 4/30 KB 64/149 KB 8/30 KB 64/149 KB 12/30 KB 64/149 KB 16/30 KB 64/149 KB 20/30 KB 64/149 KB 24/30 KB 64/149 KB 28/30 KB 64/149 KB 30/30 KB 68/149 KB 28/30 KB 68/149 KB 30/30 KB 72/149 KB 30/30 KB 76/149 KB 30/30 KB 80/149 KB 30/30 KB 84/149 KB 30/30 KB 88/149 KB 30/30 KB 92/149 KB 30/30 KB 96/149 KB 30/30 KB 3/14 KB 96/149 KB 4/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 8/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 12/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 16/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 20/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 24/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 28/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 32/37 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 4/37 KB 30/30 KB 3/14 KB 96/149 KB 32/37 KB 8/37 KB 30/30 KB 3/14 KB 96/149 KB 32/37 KB 12/37 KB 30/30 KB 3/14 KB 96/149 KB 32/37 KB 16/37 KB 30/30 KB 3/14 KB 96/149 KB 30/30 KB 6/14 KB 96/149 KB 32/37 KB 16/37 KB 30/30 KB 9/14 KB 96/149 KB 32/37 KB 16/37 KB 30/30 KB 11/14 KB 96/149 KB 32/37 KB 16/37 KB 30/30 KB 14/14 KB 96/149 KB 32/37 KB 16/37 KB 30/30 KB 14/14 KB 96/149 KB 36/37 KB 16/37 KB 30/30 KB 14/14 KB 96/149 KB 37/37 KB 20/37 KB 30/30 KB 14/14 KB 96/149 KB 36/37 KB 20/37 KB 30/30 KB 14/14 KB 96/149 KB 37/37 KB 24/37 KB 30/30 KB 14/14 KB 96/149 KB 37/37 KB 28/37 KB 30/30 KB 14/14 KB 96/149 KB 37/37 KB 32/37 KB 30/30 KB 14/14 KB 96/149 KB 37/37 KB 36/37 KB 30/30 KB 14/14 KB 96/149 KB 37/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 817.0 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 14/14 KB 100/149 KB 37/37 KB 37/37 KB 14/14 KB 104/149 KB 37/37 KB 37/37 KB 14/14 KB 108/149 KB 37/37 KB 37/37 KB 14/14 KB 112/149 KB 37/37 KB 37/37 KB 14/14 KB 116/149 KB 37/37 KB 37/37 KB 14/14 KB 120/149 KB 37/37 KB 37/37 KB 14/14 KB 124/149 KB 37/37 KB 37/37 KB 14/14 KB 128/149 KB 37/37 KB 37/37 KB 14/14 KB 132/149 KB 37/37 KB 37/37 KB 14/14 KB 136/149 KB 37/37 KB 37/37 KB 14/14 KB 140/149 KB 37/37 KB 37/37 KB 14/14 KB 144/149 KB 37/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 335.7 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 900.2 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 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 901.6 KB/sec) unit-abot-epc-basic-0: 08:06:49 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: 08:06:49 DEBUG unit.abot-epc-basic/0.install 148/149 KB 148/149 KB 4/11 KB 148/149 KB 8/11 KB 148/149 KB 11/11 KB 149/149 KB 11/11 KB 149/149 KB 3/7 KB 11/11 KB 149/149 KB 5/7 KB 11/11 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 3/60 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 5/60 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 6/60 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 8/60 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 11/60 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 14/60 KB 3/43 KB 149/149 KB 7/7 KB 11/11 KB 17/60 KB 3/43 KB 149/149 KB 3/7 KB 11/11 KB 3/43 KB 149/149 KB 7/7 KB 17/60 KB 6/43 KB 149/149 KB 7/7 KB 17/60 KB 9/43 KB 149/149 KB 7/7 KB 17/60 KB 11/43 KB 149/149 KB 7/7 KB 17/60 KB 14/43 KB 149/149 KB 7/7 KB 17/60 KB 16/43 KB 149/149 KB 7/7 KB 17/60 KB 19/43 KB 149/149 KB 7/7 KB 17/60 KB 22/43 KB 149/149 KB 7/7 KB 17/60 KB 25/43 KB 149/149 KB 7/7 KB 19/60 KB 27/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 200.0 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 149/149 KB 7/7 KB 19/60 KB 25/43 KB 149/149 KB 7/7 KB 22/60 KB 27/43 KB 149/149 KB 7/7 KB 24/60 KB 27/43 KB 149/149 KB 7/7 KB 24/60 KB 30/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 2388.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 7/7 KB 27/60 KB 30/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 127.9 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install 7/7 KB 27/60 KB 32/43 KB 30/60 KB 32/43 KB 33/60 KB 32/43 KB 35/60 KB 36/43 KB 33/60 KB 36/43 KB 35/60 KB 40/43 KB 35/60 KB 43/43 KB 38/60 KB 43/43 KB 42/60 KB 43/43 KB 46/60 KB 43/43 KB 50/60 KB 43/43 KB 54/60 KB 43/43 KB 58/60 KB 43/43 KB 60/60 KB 43/43 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 864.1 KB/sec) unit-abot-epc-basic-0: 08:06:49 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 601.4 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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: 08:06:50 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: 08:06:50 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 1420.3 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/24 KB 5/24 KB 8/24 KB 11/24 KB 13/24 KB 16/24 KB 19/24 KB 21/24 KB 24/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1571.2 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 131.8 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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: 08:06:50 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: 08:06:50 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 506.8 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 182.7 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 278.8 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 137.0 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 168.8 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 154.8 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 203.6 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 219.7 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 137.5 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 144.7 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 96.5 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 277.8 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 867/867 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 70.6 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 341.0 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 245.5 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1398.4 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 56.3 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 56.0 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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 101.2 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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: 08:06:50 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: 08:06:50 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: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/87 KB 6/87 KB 1/48 KB 3/156 KB 9/87 KB 1/48 KB 3/13 KB 3/156 KB 11/87 KB 1/48 KB 3/13 KB 3/156 KB 4/21 KB 14/87 KB 1/48 KB 3/13 KB 3/156 KB 4/21 KB 3/87 KB 1/48 KB 3/156 KB 14/87 KB 1/48 KB 3/13 KB 5/156 KB 4/21 KB 14/87 KB 1/48 KB 3/13 KB 8/156 KB 4/21 KB 14/87 KB 1/48 KB 3/13 KB 11/156 KB 4/21 KB 14/87 KB 1/48 KB 3/13 KB 13/156 KB 4/21 KB 14/87 KB 1/48 KB 3/13 KB 16/156 KB 4/21 KB 14/87 KB 1/48 KB 3/13 KB 19/156 KB 4/21 KB 14/87 KB 1/48 KB 3/13 KB 21/156 KB 4/21 KB 3/87 KB 1/48 KB 16/87 KB 3/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 6/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 9/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 11/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 14/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 17/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 19/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 22/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 25/48 KB 3/13 KB 21/156 KB 4/21 KB 16/87 KB 1/48 KB 3/13 KB 21/156 KB 4/21 KB 19/87 KB 25/48 KB 3/13 KB 24/156 KB 4/21 KB 9/87 KB 1/48 KB 3/13 KB 3/156 KB 4/21 KB 19/87 KB 25/48 KB 3/13 KB 24/156 KB 8/21 KB 19/87 KB 25/48 KB 3/13 KB 24/156 KB 12/21 KB 19/87 KB 25/48 KB 3/13 KB 24/156 KB 16/21 KB 19/87 KB 25/48 KB 3/13 KB 24/156 KB 20/21 KB 19/87 KB 25/48 KB 3/13 KB 24/156 KB 21/21 KB 6/87 KB 1/48 KB 3/13 KB 3/156 KB 19/87 KB 25/48 KB 5/13 KB 24/156 KB 21/21 KB 19/87 KB 25/48 KB 8/13 KB 24/156 KB 21/21 KB 19/87 KB 25/48 KB 11/13 KB 24/156 KB 21/21 KB 19/87 KB 25/48 KB 13/13 KB 24/156 KB 21/21 KB 16/87 KB 25/48 KB 3/13 KB 24/156 KB 4/21 KB 19/87 KB 25/48 KB 13/13 KB 27/156 KB 21/21 KB 22/87 KB 27/48 KB 13/13 KB 29/156 KB 21/21 KB 22/87 KB 27/48 KB 13/13 KB 27/156 KB 21/21 KB 22/87 KB 25/48 KB 13/13 KB 27/156 KB 21/21 KB 25/87 KB 27/48 KB 13/13 KB 29/156 KB 21/21 KB 27/87 KB 27/48 KB 13/13 KB 29/156 KB 21/21 KB 27/87 KB 30/48 KB 13/13 KB 29/156 KB 21/21 KB 30/87 KB 30/48 KB 13/13 KB 32/156 KB 21/21 KB 32/87 KB 30/48 KB 13/13 KB 32/156 KB 21/21 KB 27/87 KB 30/48 KB 13/13 KB 32/156 KB 21/21 KB 32/87 KB 33/48 KB 13/13 KB 32/156 KB 21/21 KB 32/87 KB 33/48 KB 13/13 KB 36/156 KB 21/21 KB 36/87 KB 37/48 KB 13/13 KB 40/156 KB 21/21 KB 36/87 KB 37/48 KB 13/13 KB 44/156 KB 21/21 KB 36/87 KB 37/48 KB 13/13 KB 48/156 KB 21/21 KB 36/87 KB 37/48 KB 13/13 KB 36/156 KB 21/21 KB 36/87 KB 41/48 KB 13/13 KB 48/156 KB 21/21 KB 36/87 KB 45/48 KB 13/13 KB 48/156 KB 21/21 KB 36/87 KB 48/48 KB 13/13 KB 48/156 KB 21/21 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: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 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: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 36/87 KB 33/48 KB 13/13 KB 36/156 KB 21/21 KB 40/87 KB 48/48 KB 48/156 KB 44/87 KB 48/48 KB 48/156 KB 48/87 KB 48/48 KB 48/156 KB 52/87 KB 48/48 KB 48/156 KB 52/87 KB 48/48 KB 52/156 KB 52/87 KB 48/48 KB 56/156 KB 52/87 KB 48/48 KB 60/156 KB 56/87 KB 48/48 KB 60/156 KB 60/87 KB 48/48 KB 60/156 KB 64/87 KB 48/48 KB 64/156 KB 60/87 KB 48/48 KB 64/156 KB 64/87 KB 48/48 KB 68/156 KB 3/86 KB 68/87 KB 3/35 KB 68/156 KB 5/86 KB 68/87 KB 3/35 KB 68/156 KB 68/87 KB 3/35 KB 68/156 KB 5/86 KB 68/87 KB 6/35 KB 68/156 KB 8/86 KB 68/87 KB 9/35 KB 68/156 KB 8/86 KB 68/87 KB 11/35 KB 68/156 KB 8/86 KB 68/87 KB 14/35 KB 68/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 1453.4 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 8/86 KB 68/87 KB 16/35 KB 72/156 KB 8/86 KB 68/87 KB 16/35 KB 76/156 KB 8/86 KB 68/87 KB 16/35 KB 80/156 KB 8/86 KB 68/87 KB 16/35 KB 84/156 KB 8/86 KB 68/87 KB 16/35 KB 88/156 KB 8/86 KB 68/87 KB 16/35 KB 92/156 KB 8/86 KB 68/87 KB 16/35 KB 96/156 KB 8/86 KB 68/87 KB 16/35 KB 100/156 KB 68/87 KB 48/48 KB 68/156 KB 8/86 KB 72/87 KB 16/35 KB 100/156 KB 8/86 KB 76/87 KB 16/35 KB 100/156 KB 8/86 KB 80/87 KB 16/35 KB 100/156 KB 8/86 KB 84/87 KB 16/35 KB 100/156 KB 8/86 KB 87/87 KB 16/35 KB 100/156 KB 8/86 KB 68/87 KB 16/35 KB 68/156 KB 8/86 KB 68/87 KB 6/35 KB 68/156 KB 11/86 KB 87/87 KB 16/35 KB 100/156 KB 13/86 KB 87/87 KB 16/35 KB 100/156 KB 16/86 KB 87/87 KB 16/35 KB 100/156 KB 19/86 KB 87/87 KB 16/35 KB 100/156 KB 21/86 KB 87/87 KB 16/35 KB 100/156 KB 21/86 KB 87/87 KB 19/35 KB 100/156 KB 24/86 KB 87/87 KB 19/35 KB 100/156 KB 27/86 KB 87/87 KB 22/35 KB 100/156 KB 24/86 KB 87/87 KB 22/35 KB 100/156 KB 27/86 KB 87/87 KB 25/35 KB 100/156 KB 29/86 KB 87/87 KB 25/35 KB 100/156 KB 32/86 KB 87/87 KB 25/35 KB 100/156 KB 32/86 KB 87/87 KB 27/35 KB 100/156 KB 32/86 KB 87/87 KB 3/24 KB 27/35 KB 100/156 KB 32/86 KB 87/87 KB 6/24 KB 30/35 KB 100/156 KB 36/86 KB 87/87 KB 9/24 KB 30/35 KB 100/156 KB 32/86 KB 87/87 KB 3/24 KB 30/35 KB 100/156 KB 36/86 KB 87/87 KB 9/24 KB 32/35 KB 100/156 KB 36/86 KB 87/87 KB 9/24 KB 35/35 KB 100/156 KB 36/86 KB 87/87 KB 6/24 KB 30/35 KB 100/156 KB 40/86 KB 87/87 KB 9/24 KB 35/35 KB 100/156 KB 44/86 KB 87/87 KB 9/24 KB 35/35 KB 100/156 KB 48/86 KB 87/87 KB 9/24 KB 35/35 KB 100/156 KB 48/86 KB 87/87 KB 11/24 KB 35/35 KB 100/156 KB 48/86 KB 87/87 KB 11/24 KB 35/35 KB 104/156 KB 48/86 KB 87/87 KB 11/24 KB 35/35 KB 108/156 KB 52/86 KB 14/24 KB 35/35 KB 112/156 KB 52/86 KB 14/24 KB 35/35 KB 108/156 KB 52/86 KB 16/24 KB 35/35 KB 112/156 KB 52/86 KB 19/24 KB 35/35 KB 112/156 KB 52/86 KB 22/24 KB 35/35 KB 112/156 KB 52/86 KB 24/24 KB 35/35 KB 116/156 KB 52/86 KB 11/24 KB 35/35 KB 108/156 KB 56/86 KB 24/24 KB 35/35 KB 116/156 KB 60/86 KB 24/24 KB 35/35 KB 116/156 KB 64/86 KB 24/24 KB 35/35 KB 116/156 KB 68/86 KB 24/24 KB 35/35 KB 116/156 KB 72/86 KB 24/24 KB 116/156 KB 76/86 KB 24/24 KB 116/156 KB 80/86 KB 24/24 KB 116/156 KB 84/86 KB 24/24 KB 116/156 KB 86/86 KB 24/24 KB 116/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 1578.6 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 690.6 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install 52/86 KB 22/24 KB 35/35 KB 116/156 KB 86/86 KB 24/24 KB 120/156 KB 86/86 KB 24/24 KB 124/156 KB 86/86 KB 24/24 KB 128/156 KB 86/86 KB 24/24 KB 132/156 KB 86/86 KB 24/24 KB 136/156 KB 86/86 KB 24/24 KB 140/156 KB 86/86 KB 24/24 KB 144/156 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 444.1 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install 86/86 KB 148/156 KB 86/86 KB 152/156 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install 86/86 KB 3/14 KB 156/156 KB 86/86 KB 5/14 KB 156/156 KB 86/86 KB 8/14 KB 156/156 KB 86/86 KB 11/14 KB 156/156 KB 86/86 KB 13/14 KB 156/156 KB 86/86 KB 14/14 KB 156/156 KB 86/86 KB 156/156 KB 86/86 KB 14/14 KB 156/156 KB 86/86 KB 3/119 KB 14/14 KB 156/156 KB 86/86 KB 5/119 KB 14/14 KB 156/156 KB 86/86 KB 8/119 KB 14/14 KB 156/156 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 1398.0 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/29 KB 11/119 KB 14/14 KB 156/156 KB 11/119 KB 14/14 KB 156/156 KB 3/29 KB 13/119 KB 14/14 KB 156/156 KB 3/29 KB 16/119 KB 156/156 KB 3/29 KB 19/119 KB 6/29 KB 19/119 KB 9/29 KB 19/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 210.4 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 9/29 KB 21/119 KB 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: 08:06:50 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 2259.3 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 11/29 KB 24/119 KB 14/29 KB 24/119 KB 16/29 KB 24/119 KB 9/29 KB 24/119 KB 16/29 KB 27/119 KB 16/29 KB 29/119 KB 19/29 KB 29/119 KB 22/29 KB 32/119 KB 25/29 KB 32/119 KB 19/29 KB 32/119 KB 25/29 KB 36/119 KB 27/29 KB 36/119 KB 29/29 KB 36/119 KB 29/29 KB 40/119 KB 29/29 KB 44/119 KB 29/29 KB 48/119 KB 29/29 KB 52/119 KB 29/29 KB 56/119 KB 29/29 KB 60/119 KB 29/29 KB 4/37 KB 60/119 KB 29/29 KB 4/57 KB 4/37 KB 60/119 KB 29/29 KB 4/57 KB 8/37 KB 60/119 KB 29/29 KB 8/57 KB 12/37 KB 60/119 KB 29/29 KB 8/57 KB 16/37 KB 3/11 KB 60/119 KB 29/29 KB 8/57 KB 8/37 KB 60/119 KB 29/29 KB 8/57 KB 12/37 KB 3/11 KB 60/119 KB 29/29 KB 8/57 KB 16/37 KB 5/11 KB 60/119 KB 29/29 KB 8/57 KB 16/37 KB 8/11 KB 60/119 KB 29/29 KB 12/57 KB 16/37 KB 8/11 KB 60/119 KB 29/29 KB 16/57 KB 16/37 KB 8/11 KB 60/119 KB 29/29 KB 20/57 KB 16/37 KB 11/11 KB 60/119 KB 29/29 KB 24/57 KB 20/37 KB 11/11 KB 60/119 KB 29/29 KB 28/57 KB 20/37 KB 11/11 KB 60/119 KB 29/29 KB 32/57 KB 20/37 KB 11/11 KB 60/119 KB 29/29 KB 16/57 KB 16/37 KB 11/11 KB 60/119 KB 29/29 KB 20/57 KB 20/37 KB 11/11 KB 60/119 KB 29/29 KB 32/57 KB 24/37 KB 11/11 KB 60/119 KB 29/29 KB 32/57 KB 28/37 KB 11/11 KB 60/119 KB 29/29 KB 32/57 KB 32/37 KB 11/11 KB 60/119 KB 29/29 KB 32/57 KB 36/37 KB 11/11 KB 60/119 KB 36/57 KB 37/37 KB 11/11 KB 61/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 373.6 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 36/57 KB 36/37 KB 11/11 KB 61/119 KB 40/57 KB 37/37 KB 11/11 KB 61/119 KB 44/57 KB 37/37 KB 11/11 KB 61/119 KB 48/57 KB 37/37 KB 11/11 KB 61/119 KB 52/57 KB 37/37 KB 11/11 KB 61/119 KB 56/57 KB 37/37 KB 61/119 KB 57/57 KB 37/37 KB 61/119 KB 32/57 KB 36/37 KB 11/11 KB 61/119 KB 57/57 KB 37/37 KB 65/119 KB 57/57 KB 37/37 KB 69/119 KB 57/57 KB 73/119 KB 57/57 KB 77/119 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 122.4 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 57/57 KB 3/33 KB 77/119 KB 57/57 KB 5/33 KB 77/119 KB 57/57 KB 8/33 KB 81/119 KB 57/57 KB 11/33 KB 81/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 430.7 KB/sec) unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 57/57 KB 5/33 KB 81/119 KB 57/57 KB 11/33 KB 85/119 KB 57/57 KB 11/33 KB 89/119 KB 57/57 KB 11/33 KB 93/119 KB 57/57 KB 13/33 KB 93/119 KB 57/57 KB 16/33 KB 93/119 KB 57/57 KB 19/33 KB 93/119 KB 57/57 KB 21/33 KB 93/119 KB 57/57 KB 24/33 KB 97/119 KB 57/57 KB 27/33 KB 97/119 KB 4/21 KB 57/57 KB 21/33 KB 97/119 KB 57/57 KB 27/33 KB 101/119 KB 4/21 KB 57/57 KB 27/33 KB 105/119 KB 4/21 KB 27/33 KB 109/119 KB 4/21 KB 57/57 KB 24/33 KB 97/119 KB 4/21 KB 27/33 KB 109/119 KB 8/21 KB 27/33 KB 109/119 KB 12/21 KB 27/33 KB 109/119 KB 16/21 KB 27/33 KB 109/119 KB 20/21 KB 27/33 KB 3/5 KB 109/119 KB 21/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 627.5 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install 27/33 KB 3/5 KB 109/119 KB 20/21 KB 27/33 KB 5/5 KB 109/119 KB 21/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: 08:06:50 DEBUG unit.abot-epc-basic/0.install 27/33 KB 5/5 KB 113/119 KB 21/21 KB 29/33 KB 5/5 KB 113/119 KB 21/21 KB 32/33 KB 5/5 KB 113/119 KB 21/21 KB 33/33 KB 5/5 KB 113/119 KB 21/21 KB 33/33 KB 5/5 KB 117/119 KB 21/21 KB 33/33 KB 5/5 KB 119/119 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 215.4 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 44.9 KB/sec) unit-abot-epc-basic-0: 08:06:50 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 321.4 KB/sec) unit-abot-epc-basic-0: 08:06:50 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 1154.6 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 120.5 KB/sec) unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:50 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: 08:06:50 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: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:50 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:50 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:51 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 550.9 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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 106.1 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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 823.4 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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 244.8 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 239.1 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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: 08:06:51 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: 08:06:51 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 1926.9 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 127.4 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 142.6 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 644.5 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 242.8 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 162.9 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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: 08:06:51 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: 08:06:51 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 759.8 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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 128.3 KB/sec) unit-abot-epc-basic-0: 08:06:51 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: 08:06:51 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 76.7 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06: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/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 683.3 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 335.1 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 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 183.3 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 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 296.9 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 3/45 KB 6/45 KB 9/45 KB 11/45 KB 14/45 KB 3/223 KB 16/45 KB 3/223 KB 11/45 KB 3/223 KB 16/45 KB 5/223 KB 16/45 KB 8/223 KB 16/45 KB 11/223 KB 16/45 KB 13/223 KB 16/45 KB 16/223 KB 16/45 KB 19/223 KB 16/45 KB 21/223 KB 19/45 KB 21/223 KB 19/45 KB 24/223 KB 22/45 KB 24/223 KB 22/45 KB 27/223 KB 25/45 KB 29/223 KB 3/39 KB 25/45 KB 32/223 KB 25/45 KB 27/223 KB 3/39 KB 27/45 KB 32/223 KB 3/39 KB 25/45 KB 29/223 KB 3/39 KB 30/45 KB 32/223 KB 3/39 KB 32/45 KB 32/223 KB 5/39 KB 36/45 KB 32/223 KB 5/39 KB 40/45 KB 36/223 KB 5/39 KB 44/45 KB 36/223 KB 5/39 KB 45/45 KB 36/223 KB 5/39 KB 32/45 KB 32/223 KB 8/39 KB 45/45 KB 36/223 KB 11/39 KB 45/45 KB 36/223 KB 5/39 KB 36/45 KB 36/223 KB 11/39 KB 45/45 KB 40/223 KB 11/39 KB 45/45 KB 44/223 KB 11/39 KB 45/45 KB 48/223 KB 13/39 KB 45/45 KB 48/223 KB 16/39 KB 45/45 KB 48/223 KB 19/39 KB 45/45 KB 48/223 KB 21/39 KB 45/45 KB 52/223 KB 19/39 KB 45/45 KB 52/223 KB 21/39 KB 45/45 KB 56/223 KB 24/39 KB 45/45 KB 60/223 KB 24/39 KB 45/45 KB 64/223 KB 24/39 KB 45/45 KB 68/223 KB 24/39 KB 45/45 KB 72/223 KB 24/39 KB 45/45 KB 76/223 KB 24/39 KB 45/45 KB 80/223 KB 24/39 KB 45/45 KB 56/223 KB 27/39 KB 45/45 KB 80/223 KB 29/39 KB 45/45 KB 80/223 KB 32/39 KB 45/45 KB 80/223 KB 35/39 KB 45/45 KB 80/223 KB 37/39 KB 45/45 KB 80/223 KB 39/39 KB 80/223 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (45 KB at 1586.9 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 39/39 KB 84/223 KB 3/286 KB 39/39 KB 84/223 KB 5/286 KB 39/39 KB 84/223 KB 8/286 KB 39/39 KB 84/223 KB 11/286 KB 39/39 KB 84/223 KB 13/286 KB 39/39 KB 84/223 KB 16/286 KB 39/39 KB 84/223 KB 19/286 KB 39/39 KB 84/223 KB 21/286 KB 39/39 KB 84/223 KB 24/286 KB 39/39 KB 84/223 KB 27/286 KB 39/39 KB 84/223 KB 29/286 KB 39/39 KB 84/223 KB 32/286 KB 39/39 KB 84/223 KB 39/39 KB 88/223 KB 32/286 KB 39/39 KB 92/223 KB 32/286 KB 39/39 KB 96/223 KB 32/286 KB 39/39 KB 100/223 KB 32/286 KB 39/39 KB 100/223 KB 36/286 KB 39/39 KB 100/223 KB 40/286 KB 39/39 KB 100/223 KB 44/286 KB 39/39 KB 100/223 KB 48/286 KB 39/39 KB 104/223 KB 48/286 KB 39/39 KB 108/223 KB 52/286 KB 39/39 KB 112/223 KB 52/286 KB 39/39 KB 104/223 KB 52/286 KB 39/39 KB 112/223 KB 56/286 KB 39/39 KB 112/223 KB 60/286 KB 39/39 KB 112/223 KB 64/286 KB 39/39 KB 116/223 KB 64/286 KB 39/39 KB 120/223 KB 68/286 KB 39/39 KB 124/223 KB 68/286 KB 39/39 KB 128/223 KB 68/286 KB 39/39 KB 116/223 KB 68/286 KB 39/39 KB 128/223 KB 72/286 KB 39/39 KB 128/223 KB 76/286 KB 39/39 KB 128/223 KB 80/286 KB 39/39 KB 128/223 KB 84/286 KB 39/39 KB 128/223 KB 88/286 KB 39/39 KB 128/223 KB 92/286 KB 39/39 KB 128/223 KB 96/286 KB 39/39 KB 128/223 KB 100/286 KB 39/39 KB 128/223 KB 104/286 KB 39/39 KB 128/223 KB 108/286 KB 39/39 KB 128/223 KB 112/286 KB 39/39 KB 132/223 KB 112/286 KB 39/39 KB 136/223 KB 112/286 KB 39/39 KB 140/223 KB 112/286 KB 39/39 KB 144/223 KB 112/286 KB 3/174 KB 39/39 KB 144/223 KB 112/286 KB 5/174 KB 144/223 KB 112/286 KB 8/174 KB 144/223 KB 112/286 KB 11/174 KB 144/223 KB 112/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 1009.6 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 13/174 KB 144/223 KB 112/286 KB 16/174 KB 144/223 KB 112/286 KB 19/174 KB 144/223 KB 112/286 KB 21/174 KB 144/223 KB 112/286 KB 24/174 KB 144/223 KB 112/286 KB 24/174 KB 144/223 KB 116/286 KB 27/174 KB 144/223 KB 116/286 KB 29/174 KB 144/223 KB 116/286 KB 32/174 KB 144/223 KB 120/286 KB 29/174 KB 144/223 KB 120/286 KB 32/174 KB 144/223 KB 124/286 KB 32/174 KB 144/223 KB 128/286 KB 32/174 KB 144/223 KB 132/286 KB 36/174 KB 148/223 KB 136/286 KB 36/174 KB 148/223 KB 140/286 KB 36/174 KB 148/223 KB 144/286 KB 36/174 KB 148/223 KB 132/286 KB 40/174 KB 148/223 KB 144/286 KB 44/174 KB 148/223 KB 144/286 KB 48/174 KB 148/223 KB 144/286 KB 52/174 KB 3/22 KB 148/223 KB 144/286 KB 56/174 KB 3/22 KB 148/223 KB 148/286 KB 60/174 KB 3/22 KB 148/223 KB 148/286 KB 64/174 KB 3/22 KB 148/223 KB 148/286 KB 32/174 KB 148/223 KB 132/286 KB 64/174 KB 3/22 KB 152/223 KB 148/286 KB 64/174 KB 3/22 KB 156/223 KB 148/286 KB 64/174 KB 3/22 KB 160/223 KB 148/286 KB 64/174 KB 3/22 KB 164/223 KB 148/286 KB 64/174 KB 3/22 KB 168/223 KB 148/286 KB 64/174 KB 3/22 KB 172/223 KB 148/286 KB 64/174 KB 3/22 KB 176/223 KB 148/286 KB 52/174 KB 3/22 KB 148/223 KB 148/286 KB 48/174 KB 3/22 KB 148/223 KB 144/286 KB 64/174 KB 6/22 KB 176/223 KB 148/286 KB 64/174 KB 9/22 KB 176/223 KB 148/286 KB 64/174 KB 11/22 KB 176/223 KB 148/286 KB 64/174 KB 14/22 KB 176/223 KB 148/286 KB 64/174 KB 16/22 KB 176/223 KB 148/286 KB 64/174 KB 19/22 KB 176/223 KB 148/286 KB 64/174 KB 22/22 KB 176/223 KB 148/286 KB 64/174 KB 22/22 KB 176/223 KB 148/286 KB 64/174 KB 22/22 KB 176/223 KB 152/286 KB 64/174 KB 22/22 KB 176/223 KB 156/286 KB 68/174 KB 22/22 KB 176/223 KB 160/286 KB 68/174 KB 22/22 KB 176/223 KB 164/286 KB 68/174 KB 22/22 KB 180/223 KB 168/286 KB 3/308 KB 68/174 KB 22/22 KB 180/223 KB 172/286 KB 3/308 KB 68/174 KB 22/22 KB 180/223 KB 176/286 KB 3/308 KB 68/174 KB 22/22 KB 176/223 KB 156/286 KB 72/174 KB 22/22 KB 180/223 KB 176/286 KB 3/308 KB 76/174 KB 22/22 KB 180/223 KB 176/286 KB 3/308 KB 80/174 KB 22/22 KB 180/223 KB 176/286 KB 3/308 KB 68/174 KB 22/22 KB 180/223 KB 164/286 KB 3/308 KB 68/174 KB 22/22 KB 180/223 KB 164/286 KB 80/174 KB 22/22 KB 184/223 KB 176/286 KB 3/308 KB 80/174 KB 22/22 KB 188/223 KB 176/286 KB 3/308 KB 80/174 KB 22/22 KB 192/223 KB 176/286 KB 3/308 KB 80/174 KB 22/22 KB 192/223 KB 176/286 KB 5/308 KB 80/174 KB 22/22 KB 192/223 KB 176/286 KB 8/308 KB 80/174 KB 22/22 KB 196/223 KB 176/286 KB 11/308 KB 84/174 KB 22/22 KB 196/223 KB 176/286 KB 11/308 KB 88/174 KB 22/22 KB 196/223 KB 180/286 KB 13/308 KB 92/174 KB 22/22 KB 196/223 KB 180/286 KB 13/308 KB 96/174 KB 22/22 KB 196/223 KB 180/286 KB 13/308 KB 80/174 KB 22/22 KB 196/223 KB 176/286 KB 8/308 KB 96/174 KB 22/22 KB 200/223 KB 180/286 KB 13/308 KB 96/174 KB 22/22 KB 204/223 KB 180/286 KB 13/308 KB 96/174 KB 22/22 KB 208/223 KB 180/286 KB 13/308 KB 96/174 KB 22/22 KB 212/223 KB 180/286 KB 13/308 KB 100/174 KB 216/223 KB 180/286 KB 13/308 KB 100/174 KB 220/223 KB 180/286 KB 13/308 KB 100/174 KB 223/223 KB 180/286 KB 13/308 KB 84/174 KB 22/22 KB 196/223 KB 180/286 KB 13/308 KB 100/174 KB 223/223 KB 180/286 KB 16/308 KB 100/174 KB 223/223 KB 180/286 KB 19/308 KB 84/174 KB 22/22 KB 196/223 KB 180/286 KB 11/308 KB 100/174 KB 223/223 KB 184/286 KB 19/308 KB 100/174 KB 223/223 KB 188/286 KB 19/308 KB 100/174 KB 223/223 KB 192/286 KB 21/308 KB 100/174 KB 223/223 KB 196/286 KB 21/308 KB unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install 100/174 KB 223/223 KB 200/286 KB 21/308 KB 100/174 KB 223/223 KB 204/286 KB 21/308 KB 100/174 KB 223/223 KB 208/286 KB 21/308 KB 100/174 KB 212/223 KB 180/286 KB 13/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 KB at 333.4 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 100/174 KB 223/223 KB 188/286 KB 21/308 KB 104/174 KB 223/223 KB 212/286 KB 24/308 KB 104/174 KB 223/223 KB 212/286 KB 27/308 KB 104/174 KB 223/223 KB 212/286 KB 29/308 KB 104/174 KB 223/223 KB 212/286 KB 32/308 KB 104/174 KB 223/223 KB 212/286 KB 36/308 KB 104/174 KB 223/223 KB 212/286 KB 40/308 KB 104/174 KB 223/223 KB 212/286 KB 44/308 KB 104/174 KB 223/223 KB 212/286 KB 48/308 KB 104/174 KB 223/223 KB 212/286 KB 52/308 KB 104/174 KB 223/223 KB 212/286 KB 56/308 KB 104/174 KB 223/223 KB 212/286 KB 60/308 KB 104/174 KB 223/223 KB 212/286 KB 64/308 KB 104/174 KB 223/223 KB 212/286 KB 68/308 KB 104/174 KB 223/223 KB 212/286 KB 72/308 KB 104/174 KB 223/223 KB 212/286 KB 76/308 KB 104/174 KB 223/223 KB 212/286 KB 80/308 KB 104/174 KB 223/223 KB 212/286 KB 21/308 KB 104/174 KB 223/223 KB 216/286 KB 80/308 KB 104/174 KB 223/223 KB 220/286 KB 80/308 KB 104/174 KB 223/223 KB 224/286 KB 80/308 KB 104/174 KB 223/223 KB 228/286 KB 80/308 KB 104/174 KB 223/223 KB 208/286 KB 21/308 KB 108/174 KB 223/223 KB 228/286 KB 80/308 KB 112/174 KB 223/223 KB 228/286 KB 80/308 KB 116/174 KB 223/223 KB 228/286 KB 80/308 KB 120/174 KB 223/223 KB 228/286 KB 80/308 KB 124/174 KB 223/223 KB 228/286 KB 80/308 KB 128/174 KB 223/223 KB 228/286 KB 80/308 KB 132/174 KB 223/223 KB 228/286 KB 80/308 KB 136/174 KB 223/223 KB 228/286 KB 80/308 KB 140/174 KB 223/223 KB 228/286 KB 80/308 KB 140/174 KB 223/223 KB 232/286 KB 80/308 KB 140/174 KB 3/9 KB 223/223 KB 232/286 KB 80/308 KB 140/174 KB 5/9 KB 223/223 KB 232/286 KB 80/308 KB 140/174 KB 8/9 KB 223/223 KB 232/286 KB 80/308 KB 140/174 KB 9/9 KB 223/223 KB 232/286 KB 80/308 KB 144/174 KB 9/9 KB 223/223 KB 232/286 KB 80/308 KB 148/174 KB 9/9 KB 232/286 KB 80/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 2893.0 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 148/174 KB 9/9 KB 236/286 KB 80/308 KB 148/174 KB 9/9 KB 240/286 KB 80/308 KB 148/174 KB 9/9 KB 244/286 KB 80/308 KB 152/174 KB 9/9 KB 248/286 KB 80/308 KB 152/174 KB 9/9 KB 252/286 KB 80/308 KB 152/174 KB 9/9 KB 256/286 KB 80/308 KB 152/174 KB 9/9 KB 244/286 KB 80/308 KB 156/174 KB 9/9 KB 256/286 KB 80/308 KB 160/174 KB 9/9 KB 256/286 KB 80/308 KB 164/174 KB 9/9 KB 256/286 KB 80/308 KB 168/174 KB 9/9 KB 260/286 KB 84/308 KB 172/174 KB 9/9 KB 260/286 KB 84/308 KB 174/174 KB 9/9 KB 260/286 KB 84/308 KB 164/174 KB 9/9 KB 260/286 KB 84/308 KB 174/174 KB 9/9 KB 264/286 KB 84/308 KB 174/174 KB 9/9 KB 268/286 KB 84/308 KB 174/174 KB 9/9 KB 272/286 KB 84/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 107.6 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 164/174 KB 9/9 KB 256/286 KB 84/308 KB 174/174 KB 272/286 KB 88/308 KB 174/174 KB 272/286 KB 92/308 KB 174/174 KB 272/286 KB 96/308 KB 174/174 KB 272/286 KB 100/308 KB 174/174 KB 272/286 KB 104/308 KB 4/22 KB 174/174 KB 272/286 KB 108/308 KB 4/22 KB 174/174 KB 272/286 KB 100/308 KB 4/22 KB 174/174 KB 272/286 KB 108/308 KB 8/22 KB 174/174 KB 272/286 KB 108/308 KB 12/22 KB 174/174 KB 272/286 KB 108/308 KB 16/22 KB 174/174 KB 272/286 KB 108/308 KB 20/22 KB 174/174 KB 272/286 KB 108/308 KB 22/22 KB 174/174 KB 272/286 KB 112/308 KB 22/22 KB 174/174 KB 272/286 KB 116/308 KB 22/22 KB 174/174 KB 276/286 KB 120/308 KB 22/22 KB 174/174 KB 276/286 KB 124/308 KB 22/22 KB 174/174 KB 276/286 KB 128/308 KB 22/22 KB 174/174 KB 276/286 KB 116/308 KB 22/22 KB 174/174 KB 280/286 KB 128/308 KB 22/22 KB 174/174 KB 284/286 KB 128/308 KB 22/22 KB 174/174 KB 3/17 KB 284/286 KB 128/308 KB 22/22 KB 174/174 KB 5/17 KB 284/286 KB 128/308 KB 22/22 KB 174/174 KB 8/17 KB 284/286 KB 128/308 KB 22/22 KB 174/174 KB 11/17 KB 284/286 KB 128/308 KB 22/22 KB 174/174 KB 13/17 KB 284/286 KB 128/308 KB 22/22 KB 174/174 KB 16/17 KB 284/286 KB 128/308 KB 22/22 KB 174/174 KB 17/17 KB 284/286 KB 128/308 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: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 17/17 KB 286/286 KB 128/308 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 245.1 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 17/17 KB 286/286 KB 132/308 KB 17/17 KB 286/286 KB 136/308 KB 17/17 KB 286/286 KB 140/308 KB 17/17 KB 286/286 KB 144/308 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 177.5 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 286/286 KB 148/308 KB 4/11 KB 286/286 KB 152/308 KB 3/13 KB 4/11 KB 286/286 KB 148/308 KB 3/13 KB 4/11 KB 152/308 KB 6/13 KB 4/11 KB 152/308 KB 9/13 KB 4/11 KB 152/308 KB 11/13 KB 4/11 KB 286/286 KB 148/308 KB 8/11 KB 152/308 KB 11/13 KB 11/11 KB 152/308 KB 13/13 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 2914.8 KB/sec) unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install 8/11 KB 152/308 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 11/11 KB 3/11 KB 152/308 KB 13/13 KB 11/11 KB 6/11 KB 152/308 KB 13/13 KB 11/11 KB 9/11 KB 152/308 KB 13/13 KB 11/11 KB 11/11 KB 152/308 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 90.5 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 11/11 KB 3/28 KB 156/308 KB 11/11 KB 3/28 KB 160/308 KB 11/11 KB 3/28 KB 164/308 KB 11/11 KB 3/28 KB 168/308 KB 11/11 KB 3/28 KB 172/308 KB 11/11 KB 3/28 KB 176/308 KB 11/11 KB 3/28 KB 180/308 KB 11/11 KB 3/28 KB 184/308 KB 11/11 KB 3/28 KB 188/308 KB 11/11 KB 3/28 KB 192/308 KB 11/11 KB 3/28 KB 152/308 KB 11/11 KB 5/28 KB 192/308 KB 11/11 KB 7/28 KB 192/308 KB 11/11 KB 10/28 KB 192/308 KB 11/11 KB 13/28 KB 192/308 KB 11/11 KB 15/28 KB 192/308 KB 11/11 KB 18/28 KB 192/308 KB 11/11 KB 21/28 KB 192/308 KB 11/11 KB 23/28 KB 192/308 KB 11/11 KB 26/28 KB 192/308 KB 11/11 KB 28/28 KB 192/308 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 104.2 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 11/11 KB 28/28 KB 196/308 KB 11/11 KB 28/28 KB 200/308 KB 11/11 KB 28/28 KB 204/308 KB 11/11 KB 28/28 KB 208/308 KB 11/11 KB 28/28 KB 212/308 KB 11/11 KB 28/28 KB 216/308 KB 3/14 KB 11/11 KB 28/28 KB 216/308 KB 6/14 KB 11/11 KB 28/28 KB 216/308 KB 9/14 KB 11/11 KB 28/28 KB 216/308 KB 11/14 KB 11/11 KB 28/28 KB 216/308 KB 14/14 KB 11/11 KB 28/28 KB 216/308 KB 14/14 KB 11/11 KB 28/28 KB 220/308 KB 14/14 KB 11/11 KB 28/28 KB 224/308 KB 14/14 KB 11/11 KB 28/28 KB 228/308 KB 14/14 KB 11/11 KB 28/28 KB 232/308 KB 14/14 KB 11/11 KB 28/28 KB 236/308 KB 14/14 KB 11/11 KB 28/28 KB 240/308 KB 14/14 KB 11/11 KB 28/28 KB 244/308 KB 14/14 KB 11/11 KB 28/28 KB 248/308 KB 14/14 KB 11/11 KB 28/28 KB 252/308 KB 14/14 KB 11/11 KB 28/28 KB 256/308 KB 14/14 KB 11/11 KB 28/28 KB 260/308 KB 14/14 KB 11/11 KB 28/28 KB 264/308 KB 14/14 KB 11/11 KB 28/28 KB 268/308 KB 14/14 KB 11/11 KB 28/28 KB 272/308 KB 14/14 KB 11/11 KB 28/28 KB 4/309 KB 272/308 KB 14/14 KB 11/11 KB 28/28 KB 8/309 KB 272/308 KB 14/14 KB 11/11 KB 28/28 KB 12/309 KB 272/308 KB 14/14 KB 11/11 KB 28/28 KB 16/309 KB 272/308 KB 14/14 KB 11/11 KB 28/28 KB 16/309 KB 276/308 KB 14/14 KB 11/11 KB 28/28 KB 20/309 KB 276/308 KB 14/14 KB 11/11 KB 28/28 KB 24/309 KB 276/308 KB 14/14 KB 11/11 KB 28/28 KB 28/309 KB 276/308 KB 14/14 KB 11/11 KB 28/28 KB 32/309 KB 276/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 101.4 KB/sec) unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install 11/11 KB 28/28 KB 36/309 KB 276/308 KB 11/11 KB 28/28 KB 40/309 KB 276/308 KB 11/11 KB 28/28 KB 44/309 KB 276/308 KB 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: 08:06:52 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 77.9 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 209.7 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 48/309 KB 276/308 KB 52/309 KB 276/308 KB 56/309 KB 276/308 KB 60/309 KB 276/308 KB 64/309 KB 276/308 KB 68/309 KB 276/308 KB 72/309 KB 276/308 KB 76/309 KB 276/308 KB 80/309 KB 276/308 KB 84/309 KB 276/308 KB 88/309 KB 280/308 KB 3/37 KB 92/309 KB 280/308 KB 3/37 KB 96/309 KB 280/308 KB 3/37 KB 3/14 KB 96/309 KB 280/308 KB 3/37 KB 84/309 KB 276/308 KB 3/37 KB 3/14 KB 96/309 KB 280/308 KB 5/37 KB 3/14 KB 96/309 KB 280/308 KB 8/37 KB 3/14 KB 96/309 KB 280/308 KB 11/37 KB 3/14 KB 96/309 KB 280/308 KB 13/37 KB 3/14 KB 96/309 KB 280/308 KB 16/37 KB 5/14 KB 96/309 KB 280/308 KB 19/37 KB 5/14 KB 96/309 KB 280/308 KB 21/37 KB 5/14 KB 96/309 KB 280/308 KB 24/37 KB 3/192 KB 5/14 KB 96/309 KB 280/308 KB 27/37 KB 3/192 KB 5/14 KB 96/309 KB 280/308 KB 29/37 KB 3/192 KB 5/14 KB 96/309 KB 280/308 KB 32/37 KB 3/192 KB 5/14 KB 96/309 KB 280/308 KB 35/37 KB 3/192 KB 5/14 KB 96/309 KB 280/308 KB 37/37 KB 84/309 KB 280/308 KB 3/37 KB 3/192 KB 5/14 KB 96/309 KB 280/308 KB 24/37 KB 5/14 KB 96/309 KB 280/308 KB 16/37 KB 3/192 KB 8/14 KB 96/309 KB 280/308 KB 37/37 KB 3/192 KB 11/14 KB 96/309 KB 280/308 KB 37/37 KB 5/192 KB 11/14 KB 96/309 KB 280/308 KB 37/37 KB 5/192 KB 13/14 KB 96/309 KB 280/308 KB 37/37 KB 8/192 KB 13/14 KB 96/309 KB 280/308 KB 37/37 KB 8/192 KB 14/14 KB 96/309 KB 280/308 KB 37/37 KB 11/192 KB 14/14 KB 96/309 KB 280/308 KB 37/37 KB 13/192 KB 14/14 KB 96/309 KB 280/308 KB 37/37 KB 16/192 KB 14/14 KB 96/309 KB 280/308 KB 37/37 KB 19/192 KB 14/14 KB 96/309 KB 280/308 KB 37/37 KB 21/192 KB 14/14 KB 96/309 KB 280/308 KB 37/37 KB 24/192 KB 14/14 KB 96/309 KB 280/308 KB 37/37 KB 27/192 KB 14/14 KB 96/309 KB 284/308 KB 37/37 KB 24/192 KB 14/14 KB 96/309 KB 284/308 KB 37/37 KB 27/192 KB 14/14 KB 96/309 KB 288/308 KB 37/37 KB 29/192 KB 14/14 KB 96/309 KB 288/308 KB 37/37 KB 32/192 KB 14/14 KB 96/309 KB 292/308 KB 37/37 KB 36/192 KB 14/14 KB 100/309 KB 292/308 KB 29/192 KB 14/14 KB 96/309 KB 292/308 KB 37/37 KB 36/192 KB 14/14 KB 100/309 KB 296/308 KB 36/192 KB 14/14 KB 100/309 KB 300/308 KB 36/192 KB 14/14 KB 100/309 KB 304/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 248.3 KB/sec) unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 92.6 KB/sec) unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install 32/192 KB 14/14 KB 100/309 KB 292/308 KB 37/37 KB 36/192 KB 104/309 KB 304/308 KB 36/192 KB 108/309 KB 304/308 KB 36/192 KB 112/309 KB 304/308 KB 36/192 KB 112/309 KB 308/308 KB 40/192 KB 112/309 KB 308/308 KB 40/192 KB 112/309 KB 308/308 KB 44/192 KB 112/309 KB 308/308 KB 48/192 KB 112/309 KB 308/308 KB 52/192 KB 112/309 KB 308/308 KB 56/192 KB 116/309 KB 308/308 KB 60/192 KB 116/309 KB 308/308 KB 52/192 KB 116/309 KB 308/308 KB 60/192 KB 120/309 KB 308/308 KB 60/192 KB 124/309 KB 308/308 KB 60/192 KB 128/309 KB 308/308 KB 60/192 KB 132/309 KB 308/308 KB 64/192 KB 136/309 KB 308/308 KB 64/192 KB 140/309 KB 308/308 KB 64/192 KB 144/309 KB 64/192 KB 132/309 KB 308/308 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 1971.5 KB/sec) unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install 68/192 KB 144/309 KB 72/192 KB 144/309 KB 76/192 KB 144/309 KB 80/192 KB 144/309 KB 84/192 KB 144/309 KB 88/192 KB 148/309 KB 92/192 KB 148/309 KB 96/192 KB 148/309 KB 84/192 KB 148/309 KB 96/192 KB 152/309 KB 96/192 KB 156/309 KB 96/192 KB 160/309 KB 96/192 KB 164/309 KB 100/192 KB 168/309 KB 100/192 KB 172/309 KB 100/192 KB 176/309 KB 100/192 KB 164/309 KB 104/192 KB 176/309 KB 108/192 KB 176/309 KB 112/192 KB 176/309 KB 116/192 KB 176/309 KB 120/192 KB 180/309 KB 124/192 KB 180/309 KB 128/192 KB 180/309 KB 116/192 KB 180/309 KB 128/192 KB 184/309 KB 128/192 KB 188/309 KB 128/192 KB 192/309 KB 128/192 KB 196/309 KB 132/192 KB 200/309 KB 132/192 KB 204/309 KB 132/192 KB 208/309 KB 132/192 KB 212/309 KB 132/192 KB 216/309 KB 132/192 KB 220/309 KB 132/192 KB 224/309 KB 132/192 KB 228/309 KB 132/192 KB 232/309 KB 132/192 KB 236/309 KB 132/192 KB 240/309 KB 132/192 KB 244/309 KB 132/192 KB 196/309 KB 136/192 KB 244/309 KB 140/192 KB 244/309 KB 144/192 KB 244/309 KB 148/192 KB 244/309 KB 152/192 KB 244/309 KB 156/192 KB 244/309 KB 160/192 KB 244/309 KB 164/192 KB 244/309 KB 168/192 KB 244/309 KB 172/192 KB 244/309 KB 176/192 KB 244/309 KB 180/192 KB 244/309 KB 184/192 KB 248/309 KB 188/192 KB 248/309 KB 192/192 KB 248/309 KB 192/192 KB 248/309 KB 180/192 KB 248/309 KB 192/192 KB 252/309 KB 192/192 KB 256/309 KB 192/192 KB 260/309 KB 192/192 KB 264/309 KB 192/192 KB 268/309 KB 192/192 KB 272/309 KB 192/192 KB 276/309 KB 192/192 KB 280/309 KB 192/192 KB 284/309 KB 192/192 KB 288/309 KB 192/192 KB 292/309 KB 192/192 KB 296/309 KB 192/192 KB 300/309 KB 192/192 KB 304/309 KB 192/192 KB 308/309 KB 192/192 KB 309/309 KB 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 1069.7 KB/sec) unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1694.5 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 187.7 KB/sec) unit-abot-epc-basic-0: 08:06:52 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: 08:06:52 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: 08:06:52 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: 08:06:52 DEBUG unit.abot-epc-basic/0.install 3/74 KB 5/74 KB 8/74 KB 11/74 KB 13/74 KB 16/74 KB 19/74 KB 21/74 KB 24/74 KB 27/74 KB 29/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3876.4 KB/sec) unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 08:06:52 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 08:06:53 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 08:06:53 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-oai-hss-0: 08:06:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 08:06:53 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: 08:06:53 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:53 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 08:06:53 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@10d307f1: startup date [Mon Nov 19 08:06:53 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:06:53 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:53 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:53 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-oai-hss-0: 08:06:53 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 08:06:53 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 08:06:54 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:54 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:54 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: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 08:06:56 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@15723761] to [cucumber.runtime.java.spring.GlueCodeScope@312afbc7] unit-abot-epc-basic-0: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 08:06:56 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2f04105: startup date [Mon Nov 19 08:06:56 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:56 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: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:56 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: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:56 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: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:56 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: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 08:06:56 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@66f0548d: startup date [Mon Nov 19 08:06:56 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:56 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: 08:06:56 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:56 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:56 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: 08:06:57 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:57 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:57 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: 08:06:57 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:57 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:06:57 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: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: STEP EXECUTION TIME TAKEN :1308 MS unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [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: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: STEP EXECUTION TIME TAKEN :99 MS unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:06:57 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: 08:06:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install 0m1.902s unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.894 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 08:06:57 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.007 sec unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.018 sec unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install Nov 19, 2018 8:06:57 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 08:06:57 DEBUG unit.abot-epc-basic/0.install INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@10d307f1: startup date [Mon Nov 19 08:06:53 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install 19-Nov-2018 08:06:57.971 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 246.2 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 211.0 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 141.0 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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: 08:06:58 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: 08:06:58 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 1211.8 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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 66.3 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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 646.4 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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: 08:06:58 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: 08:06:58 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: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 19/22 KB 3/60 KB 19/22 KB 5/60 KB 3/181 KB 19/22 KB 8/60 KB 3/181 KB 19/22 KB 11/60 KB 3/181 KB 19/22 KB 13/60 KB 3/181 KB 19/22 KB 16/60 KB 3/181 KB 19/22 KB 19/60 KB 3/181 KB 19/22 KB 3/60 KB 3/181 KB 19/22 KB 19/60 KB 5/181 KB 19/22 KB 19/60 KB 8/181 KB 19/22 KB 19/60 KB 11/181 KB 19/22 KB 19/60 KB 13/181 KB 19/22 KB 3/203 KB 3/57 KB 19/60 KB 16/181 KB 22/22 KB 3/203 KB 3/57 KB 21/60 KB 19/181 KB 19/22 KB 3/203 KB 3/57 KB 19/60 KB 13/181 KB 22/22 KB 5/203 KB 3/57 KB 21/60 KB 19/181 KB 22/22 KB 8/203 KB 3/57 KB 21/60 KB 19/181 KB 22/22 KB 11/203 KB 3/57 KB 21/60 KB 19/181 KB 22/22 KB 13/203 KB 3/57 KB 21/60 KB 19/181 KB 22/22 KB 16/203 KB 3/57 KB 21/60 KB 19/181 KB 22/22 KB 19/203 KB 3/57 KB 21/60 KB 19/181 KB 19/22 KB 3/57 KB 19/60 KB 13/181 KB 22/22 KB 19/203 KB 5/57 KB 21/60 KB 19/181 KB 22/22 KB 19/203 KB 8/57 KB 21/60 KB 19/181 KB 22/22 KB 19/203 KB 11/57 KB 21/60 KB 19/181 KB 22/22 KB 19/203 KB 13/57 KB 21/60 KB 19/181 KB 22/22 KB 19/203 KB 16/57 KB 21/60 KB 19/181 KB 22/22 KB 19/203 KB 19/57 KB 21/60 KB 19/181 KB 22/22 KB 19/203 KB 21/57 KB 21/60 KB 19/181 KB 22/22 KB 21/203 KB 24/57 KB 21/60 KB 21/181 KB 22/22 KB 3/203 KB 3/57 KB 21/60 KB 16/181 KB 22/22 KB 21/203 KB 24/57 KB 24/60 KB 21/181 KB 22/22 KB 21/203 KB 24/57 KB 27/60 KB 21/181 KB 22/22 KB 3/203 KB 3/57 KB 19/60 KB 16/181 KB 22/22 KB 21/203 KB 21/57 KB 21/60 KB 21/181 KB 22/22 KB 21/203 KB 21/57 KB 21/60 KB 19/181 KB 22/22 KB 24/203 KB 24/57 KB 27/60 KB 21/181 KB 22/22 KB 27/203 KB 24/57 KB 27/60 KB 24/181 KB 22/22 KB 29/203 KB 27/57 KB 29/60 KB 24/181 KB 22/22 KB 24/203 KB 24/57 KB 27/60 KB 24/181 KB 22/22 KB 27/203 KB 27/57 KB 29/60 KB 24/181 KB 22/22 KB 27/203 KB 24/57 KB 29/60 KB 24/181 KB 22/22 KB 29/203 KB 29/57 KB 29/60 KB 27/181 KB 22/22 KB 29/203 KB 32/57 KB 32/60 KB 27/181 KB 22/22 KB 29/203 KB 27/57 KB 29/60 KB 27/181 KB 22/22 KB 32/203 KB 32/57 KB 32/60 KB 29/181 KB 22/22 KB 32/203 KB 32/57 KB 32/60 KB 27/181 KB 22/22 KB 29/203 KB 29/57 KB 32/60 KB 27/181 KB 22/22 KB 32/203 KB 32/57 KB 36/60 KB 29/181 KB 22/22 KB 36/203 KB 36/57 KB 40/60 KB 32/181 KB 22/22 KB 36/203 KB 36/57 KB 44/60 KB 32/181 KB 22/22 KB 36/203 KB 36/57 KB 48/60 KB 32/181 KB 22/22 KB 36/203 KB 36/57 KB 36/60 KB 32/181 KB 22/22 KB 36/203 KB 40/57 KB 48/60 KB 32/181 KB 22/22 KB 36/203 KB 44/57 KB 48/60 KB 32/181 KB 22/22 KB 36/203 KB 48/57 KB 48/60 KB 32/181 KB 22/22 KB 36/203 KB 52/57 KB 52/60 KB 32/181 KB 22/22 KB 36/203 KB 56/57 KB 52/60 KB 32/181 KB 22/22 KB 36/203 KB 57/57 KB 52/60 KB 32/181 KB 22/22 KB 36/203 KB 32/57 KB 36/60 KB 32/181 KB 22/22 KB 40/203 KB 57/57 KB 52/60 KB 32/181 KB 22/22 KB 44/203 KB 57/57 KB 52/60 KB 32/181 KB 22/22 KB 48/203 KB 57/57 KB 52/60 KB 32/181 KB 22/22 KB 32/203 KB 32/57 KB 36/60 KB 32/181 KB 48/203 KB 57/57 KB 52/60 KB 36/181 KB 48/203 KB 57/57 KB 52/60 KB 40/181 KB 48/203 KB 57/57 KB 52/60 KB 44/181 KB 48/203 KB 57/57 KB 52/60 KB 48/181 KB 48/203 KB 57/57 KB 52/60 KB 52/181 KB 52/203 KB 57/57 KB 52/60 KB 56/181 KB 52/203 KB 57/57 KB 52/60 KB 60/181 KB 52/203 KB 57/57 KB 52/60 KB 64/181 KB 22/22 KB 36/203 KB 48/57 KB 52/60 KB 32/181 KB 52/203 KB 57/57 KB 56/60 KB 64/181 KB 52/203 KB 57/57 KB 60/60 KB 64/181 KB 52/203 KB 57/57 KB 52/60 KB 52/18 unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install 1 KB 56/203 KB 57/57 KB 60/60 KB 64/181 KB 60/203 KB 60/60 KB 68/181 KB 64/203 KB 60/60 KB 68/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 591.7 KB/sec) unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install 68/203 KB 60/60 KB 68/181 KB 72/203 KB 60/60 KB 68/181 KB 76/203 KB 60/60 KB 68/181 KB 80/203 KB 60/60 KB 68/181 KB 84/203 KB 60/60 KB 68/181 KB 88/203 KB 60/60 KB 68/181 KB 92/203 KB 60/60 KB 68/181 KB 96/203 KB 60/60 KB 68/181 KB 100/203 KB 60/60 KB 68/181 KB 104/203 KB 60/60 KB 68/181 KB 108/203 KB 60/60 KB 68/181 KB 56/203 KB 57/57 KB 60/60 KB 68/181 KB 108/203 KB 60/60 KB 72/181 KB 108/203 KB 60/60 KB 76/181 KB 108/203 KB 60/60 KB 80/181 KB 108/203 KB 60/60 KB 84/181 KB 108/203 KB 60/60 KB 88/181 KB 108/203 KB 60/60 KB 92/181 KB 108/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 1459.0 KB/sec) unit-abot-epc-basic-0: 08:06:58 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 1283.8 KB/sec) unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install 108/203 KB 100/181 KB 108/203 KB 104/181 KB 112/203 KB 104/181 KB 112/203 KB 108/181 KB 112/203 KB 112/181 KB 116/203 KB 112/181 KB 120/203 KB 116/181 KB 124/203 KB 116/181 KB 128/203 KB 116/181 KB 116/203 KB 116/181 KB 128/203 KB 120/181 KB 128/203 KB 124/181 KB 128/203 KB 128/181 KB 132/203 KB 132/181 KB 132/203 KB 136/181 KB 132/203 KB 140/181 KB 132/203 KB 144/181 KB 132/203 KB 148/181 KB 132/203 KB 152/181 KB 132/203 KB 156/181 KB 132/203 KB 160/181 KB 132/203 KB 164/181 KB 132/203 KB 128/181 KB 136/203 KB 164/181 KB 140/203 KB 164/181 KB 144/203 KB 164/181 KB 148/203 KB 164/181 KB 152/203 KB 164/181 KB 156/203 KB 164/181 KB 160/203 KB 164/181 KB 164/203 KB 164/181 KB 168/203 KB 164/181 KB 172/203 KB 168/181 KB 176/203 KB 168/181 KB 180/203 KB 168/181 KB 184/203 KB 168/181 KB 188/203 KB 168/181 KB 192/203 KB 168/181 KB 196/203 KB 168/181 KB 200/203 KB 168/181 KB 203/203 KB 168/181 KB 168/203 KB 168/181 KB 203/203 KB 172/181 KB 203/203 KB 176/181 KB 203/203 KB 180/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 2952.7 KB/sec) unit-abot-epc-basic-0: 08:06:58 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 3558.9 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:06:58 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 118.2 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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 1634.8 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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 345.6 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom (3 KB at 163.8 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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 239.5 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/14 KB 5/14 KB 8/14 KB 11/14 KB 13/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 1031.1 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 127.3 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 164.3 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 643.5 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 9/21 KB 11/21 KB 14/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1554.4 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 66.6 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:58 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 49.8 KB/sec) unit-abot-epc-basic-0: 08:06:58 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom (3 KB at 160.2 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 1082.3 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 66.3 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 318.5 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 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 1206.4 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 548.8 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 276.3 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 395.4 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (12 KB at 792.8 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 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 241.0 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom (10 KB at 477.2 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 930/930 B Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 75.7 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 763.7 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 3369.4 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 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: 08:06:59 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: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 4/54 KB 8/54 KB 4/44 KB 4/158 KB 3/201 KB 4/46 KB 12/54 KB 4/44 KB 4/158 KB 3/201 KB 4/46 KB 16/54 KB 4/44 KB 4/158 KB 3/201 KB 4/46 KB 20/54 KB 4/44 KB 4/158 KB 3/201 KB 4/46 KB 24/54 KB 4/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 4/44 KB 4/158 KB 3/201 KB 4/46 KB 4/54 KB 4/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 8/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 12/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 16/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 20/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 24/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 28/44 KB 4/158 KB 3/201 KB 4/46 KB 28/54 KB 32/44 KB 4/158 KB 3/201 KB 4/46 KB 4/54 KB 4/158 KB 3/201 KB 4/46 KB 32/54 KB 32/44 KB 4/158 KB 3/201 KB 8/46 KB 32/54 KB 32/44 KB 4/158 KB 3/201 KB 12/46 KB 32/54 KB 32/44 KB 4/158 KB 3/201 KB 16/46 KB 4/54 KB 4/158 KB 3/201 KB 32/54 KB 36/44 KB 4/158 KB 5/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 8/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 11/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 13/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 16/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 19/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 21/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 24/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 27/201 KB 16/46 KB 4/54 KB 4/158 KB 32/54 KB 36/44 KB 8/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 12/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 16/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 20/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 24/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 28/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 32/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 36/158 KB 27/201 KB 16/46 KB 32/54 KB 36/44 KB 4/158 KB 3/201 KB 16/46 KB 32/54 KB 40/44 KB 36/158 KB 29/201 KB 16/46 KB 32/54 KB 44/44 KB 36/158 KB 29/201 KB 16/46 KB 32/54 KB 32/44 KB 4/158 KB 3/201 KB 4/46 KB 36/54 KB 44/44 KB 36/158 KB 29/201 KB 16/46 KB 40/54 KB 44/44 KB 36/158 KB 29/201 KB 16/46 KB 44/54 KB 44/44 KB 36/158 KB 29/201 KB 16/46 KB 48/54 KB 44/44 KB 36/158 KB 29/201 KB 16/46 KB 52/54 KB 44/44 KB 36/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 36/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 40/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 44/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 48/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 52/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 56/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 60/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 64/158 KB 29/201 KB 16/46 KB 32/54 KB 36/44 KB 36/158 KB 29/201 KB 16/46 KB 54/54 KB 44/44 KB 64/158 KB 32/201 KB 16/46 KB 54/54 KB 44/44 KB 64/158 KB 36/201 KB 16/46 KB 54/54 KB 44/44 KB 64/158 KB 40/201 KB 16/46 KB 54/54 KB 44/44 KB 64/158 KB 44/201 KB 16/46 KB 54/54 KB 44/44 KB 64/158 KB 48/201 KB 16/46 KB 54/54 KB 44/44 KB 64/158 KB 52/201 KB 16/46 KB 54/54 KB 44/44 KB 68/158 KB 56/201 KB 16/46 KB 54/54 KB 44/44 KB 68/158 KB 60/201 KB 16/46 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1512.3 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 54/54 KB 44/44 KB 68/158 KB 52/201 KB 16/46 KB 54/54 KB 72/158 KB 60/201 KB 16/46 KB 54/54 KB 76/158 KB 60/201 KB 16/46 KB 54/54 KB 80/158 KB 60/201 KB 16/46 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 1582.3 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 84/158 KB 60/201 KB 16/46 KB 88/158 KB 64/201 KB 16/46 KB 92/158 KB 64/201 KB 16/46 KB 96/158 KB 64/201 KB 16/46 KB 84/158 KB 64/201 KB 16/46 KB 96/158 KB 68/201 KB 16/46 KB 96/158 KB 72/201 KB 16/46 KB 96/158 KB 76/201 KB 16/46 KB 96/158 KB 80/201 KB 16/46 KB 96/158 KB 84/201 KB 16/46 KB 100/158 KB 84/201 KB 20/46 KB 100/158 KB 84/201 KB 24/46 KB 100/158 KB 84/201 KB 28/46 KB 100/158 KB 84/201 KB 32/46 KB 100/158 KB 84/201 KB 36/46 KB 100/158 KB 84/201 KB 40/46 KB 100/158 KB 84/201 KB 44/46 KB 100/158 KB 84/201 KB 46/46 KB 100/158 KB 84/201 KB 16/46 KB 104/158 KB 84/201 KB 46/46 KB 108/158 KB 84/201 KB 46/46 KB 112/158 KB 88/201 KB 46/46 KB 4/6 KB 112/158 KB 88/201 KB 46/46 KB 6/6 KB 112/158 KB 88/201 KB 46/46 KB 3/3 KB 6/6 KB 112/158 KB 88/201 KB 46/46 KB 3/3 KB 6/6 KB 112/158 KB 88/201 KB 46/46 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 918.7 KB/sec) unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 142.8 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 59.5 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 108/158 KB 88/201 KB 46/46 KB 112/158 KB 92/201 KB 112/158 KB 96/201 KB 112/158 KB 100/201 KB 116/158 KB 104/201 KB 116/158 KB 108/201 KB 116/158 KB 112/201 KB 116/158 KB 100/201 KB 120/158 KB 112/201 KB 124/158 KB 112/201 KB 128/158 KB 112/201 KB 132/158 KB 112/201 KB 136/158 KB 116/201 KB 140/158 KB 116/201 KB 132/158 KB 116/201 KB 140/158 KB 120/201 KB 144/158 KB 124/201 KB 144/158 KB 128/201 KB 144/158 KB 120/201 KB 3/5 KB 144/158 KB 128/201 KB 3/5 KB 4/367 KB 144/158 KB 128/201 KB 3/5 KB 8/367 KB 144/158 KB 128/201 KB 3/5 KB 12/367 KB 144/158 KB 128/201 KB 3/5 KB 16/367 KB 144/158 KB 128/201 KB 5/5 KB 16/367 KB 144/158 KB 128/201 KB 5/5 KB 20/367 KB 144/158 KB 128/201 KB 5/5 KB 24/367 KB 144/158 KB 128/201 KB 5/5 KB 28/367 KB 144/158 KB 128/201 KB 5/5 KB 32/367 KB 144/158 KB 128/201 KB 5/5 KB 36/367 KB 144/158 KB 128/201 KB 5/5 KB 3/52 KB 40/367 KB 144/158 KB 128/201 KB 5/5 KB 3/52 KB 44/367 KB 144/158 KB 128/201 KB 5/5 KB 3/52 KB 48/367 KB 144/158 KB 128/201 KB 5/5 KB 3/52 KB 36/367 KB 144/158 KB 128/201 KB 5/5 KB 6/52 KB 48/367 KB 144/158 KB 128/201 KB 5/5 KB 9/52 KB 48/367 KB 144/158 KB 128/201 KB 5/5 KB 11/52 KB 48/367 KB 144/158 KB 128/201 KB 5/5 KB 14/52 KB 48/367 KB 144/158 KB 128/201 KB 5/5 KB 16/52 KB 48/367 KB 144/158 KB 128/201 KB 5/5 KB 19/52 KB 48/367 KB 144/158 KB 128/201 KB 5/5 KB 22/52 KB 52/367 KB 144/158 KB 128/201 KB 5/5 KB 19/52 KB 52/367 KB 144/158 KB 128/201 KB 5/5 KB 22/52 KB 56/367 KB 144/158 KB 128/201 KB 5/5 KB 22/52 KB 60/367 KB 144/158 KB 128/201 KB 5/5 KB 22/52 KB 64/367 KB 144/158 KB 128/201 KB 5/5 KB 22/52 KB 68/367 KB 144/158 KB 128/201 KB 5/5 KB 25/52 KB 72/367 KB 148/158 KB 132/201 KB 5/5 KB 25/52 KB 76/367 KB 148/158 KB 132/201 KB 5/5 KB 25/52 KB 80/367 KB 148/158 KB 132/201 KB 5/5 KB 25/52 KB 68/367 KB 148/158 KB 132/201 KB 25/52 KB 80/367 KB 148/158 KB 136/201 KB 25/52 KB 80/367 KB 148/158 KB 140/201 KB 25/52 KB 80/367 KB 148/158 KB 144/201 KB 5/5 KB 25/52 KB 68/367 KB 148/158 KB 128/201 KB 25/52 KB 80/367 KB 152/158 KB 144/201 KB 25/52 KB 80/367 KB 156/158 KB 144/201 KB 25/52 KB 80/367 KB 158/158 KB 144/201 KB 5/5 KB 25/52 KB 68/367 KB 144/158 KB 128/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 76.2 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 27/52 KB 80/367 KB 158/158 KB 144/201 KB 30/52 KB 80/367 KB 158/158 KB 144/201 KB 32/52 KB 80/367 KB 158/158 KB 144/201 KB 36/52 KB 80/367 KB 158/158 KB 144/201 KB 40/52 KB 84/367 KB 158/158 KB 148/201 KB 44/52 KB 84/367 KB 158/158 KB 148/201 KB 48/52 KB 84/367 KB 158/158 KB 148/201 KB 52/52 KB 84/367 KB 158/158 KB 148/201 KB 36/52 KB 84/367 KB 158/158 KB 148/201 KB 52/52 KB 84/367 KB 158/158 KB 152/201 KB 36/52 KB 84/367 KB 158/158 KB 144/201 KB 52/52 KB 88/367 KB 158/158 KB 156/201 KB 52/52 KB 92/367 KB 158/158 KB 156/201 KB 52/52 KB 96/367 KB 158/158 KB 156/201 KB 52/52 KB 96/367 KB 158/158 KB 156/201 KB 52/52 KB 96/367 KB 158/158 KB 160/201 KB 52/52 KB 4/47 KB 96/367 KB 158/158 KB 160/201 KB 52/52 KB 8/47 KB 96/367 KB 158/158 KB 160/201 KB 52/52 KB 12/47 KB 96/367 KB 158/158 KB 160/201 KB 52/52 KB 16/47 KB 96/367 KB 158/158 KB 160/201 KB 52/52 KB 20/47 KB 96/367 KB 158/158 KB 160/201 KB 52/52 KB 24/47 KB 100/367 KB 160/201 KB 52/52 KB 28/47 KB 100/367 KB 160/201 KB 52/52 KB 32/47 KB 100/367 KB 160/201 KB 52/52 KB 32/47 KB 100/367 KB 164/201 KB 52/52 KB 36/47 KB 100/367 KB 168/201 KB 52/52 KB 36/47 KB 100/367 KB 172/201 KB 52/52 KB 36/47 KB 100/367 KB 176/201 KB 52/52 KB 20/47 KB 100/367 KB 160/201 KB 52/52 KB 36/47 KB 104/367 KB 176/201 KB 52/52 KB 36/47 KB 108/367 KB 176/201 KB 52/52 KB 36/47 KB 112/367 KB 176/201 KB 52/52 KB 36/47 KB 116/367 KB 176/201 KB 36/47 KB 120/367 KB 180/201 KB 36/47 KB 124/367 KB 180/201 KB 36/47 KB 128/367 KB 180/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: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 36/47 KB 116/367 KB 180/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 704.8 KB/sec) unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 52/52 KB 36/47 KB 100/367 KB 164/201 KB 40/47 KB 128/367 KB 184/201 KB 44/47 KB 128/367 KB 184/201 KB 47/47 KB 128/367 KB 184/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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 36/47 KB 128/367 KB 184/201 KB 47/47 KB 128/367 KB 188/201 KB 47/47 KB 128/367 KB 192/201 KB 47/47 KB 132/367 KB 196/201 KB 47/47 KB 132/367 KB 200/201 KB 47/47 KB 132/367 KB 201/201 KB 47/47 KB 132/367 KB 192/201 KB 47/47 KB 136/367 KB 201/201 KB 47/47 KB 140/367 KB 201/201 KB 47/47 KB 144/367 KB 201/201 KB 47/47 KB 148/367 KB 201/201 KB 47/47 KB 152/367 KB 201/201 KB 47/47 KB 156/367 KB 201/201 KB 47/47 KB 160/367 KB 201/201 KB 47/47 KB 164/367 KB 201/201 KB 47/47 KB 168/367 KB 201/201 KB 47/47 KB 172/367 KB 201/201 KB 47/47 KB 176/367 KB 201/201 KB 47/47 KB 180/367 KB 201/201 KB 47/47 KB 184/367 KB 201/201 KB 47/47 KB 184/367 KB 4/238 KB 201/201 KB 47/47 KB 184/367 KB 8/238 KB 201/201 KB 47/47 KB 184/367 KB 12/238 KB 201/201 KB 47/47 KB 184/367 KB 16/238 KB 201/201 KB 47/47 KB 184/367 KB 20/238 KB 201/201 KB 47/47 KB 184/367 KB 24/238 KB 201/201 KB 47/47 KB 184/367 KB 28/238 KB 201/201 KB 47/47 KB 184/367 KB 32/238 KB 201/201 KB 4/28 KB 47/47 KB 184/367 KB 32/238 KB 201/201 KB 8/28 KB 47/47 KB 184/367 KB 32/238 KB 201/201 KB 12/28 KB 47/47 KB 184/367 KB 32/238 KB 201/201 KB 16/28 KB 47/47 KB 184/367 KB 32/238 KB 201/201 KB 20/28 KB 47/47 KB 184/367 KB 32/238 KB 201/201 KB 24/28 KB 184/367 KB 36/238 KB 28/28 KB 184/367 KB 36/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 563.6 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 20/28 KB 184/367 KB 36/238 KB 28/28 KB 184/367 KB 40/238 KB 28/28 KB 184/367 KB 44/238 KB 28/28 KB 184/367 KB 48/238 KB 28/28 KB 184/367 KB 52/238 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 2228.8 KB/sec) unit-abot-epc-basic-0: 08:06: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.jar unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 28/28 KB 184/367 KB 56/238 KB 28/28 KB 184/367 KB 60/238 KB 28/28 KB 184/367 KB 64/238 KB 28/28 KB 188/367 KB 64/238 KB 28/28 KB 192/367 KB 64/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 307.4 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 192/367 KB 68/238 KB 196/367 KB 72/238 KB 196/367 KB 76/238 KB 196/367 KB 80/238 KB 196/367 KB 68/238 KB 200/367 KB 80/238 KB 204/367 KB 80/238 KB 208/367 KB 80/238 KB 212/367 KB 80/238 KB 216/367 KB 84/238 KB 220/367 KB 84/238 KB 224/367 KB 84/238 KB 212/367 KB 84/238 KB 224/367 KB 88/238 KB 3/186 KB 224/367 KB 88/238 KB 5/186 KB 224/367 KB 88/238 KB 8/186 KB 224/367 KB 88/238 KB 11/186 KB 224/367 KB 88/238 KB 13/186 KB 224/367 KB 88/238 KB 16/186 KB 224/367 KB 88/238 KB 19/186 KB 224/367 KB 88/238 KB 21/186 KB 224/367 KB 88/238 KB 21/186 KB 224/367 KB 92/238 KB 21/186 KB 224/367 KB 96/238 KB 21/186 KB 224/367 KB 100/238 KB 24/186 KB 228/367 KB 104/238 KB 24/186 KB 228/367 KB 108/238 KB 24/186 KB 228/367 KB 112/238 KB 24/186 KB 228/367 KB 100/238 KB 24/186 KB 232/367 KB 112/238 KB 24/186 KB 236/367 KB 112/238 KB 24/186 KB 240/367 KB 112/238 KB 24/186 KB 244/367 KB 112/238 KB 24/186 KB 224/367 KB 100/238 KB 24/186 KB 4/558 KB 244/367 KB 116/238 KB 24/186 KB 8/558 KB 244/367 KB 116/238 KB 27/186 KB 12/558 KB 244/367 KB 116/238 KB 27/186 KB 16/558 KB 244/367 KB 116/238 KB 27/186 KB 20/558 KB 244/367 KB 116/238 KB 27/186 KB 24/558 KB 244/367 KB 116/238 KB 27/186 KB 28/558 KB 244/367 KB 116/238 KB 27/186 KB 32/558 KB 244/367 KB 116/238 KB 27/186 KB 36/558 KB 244/367 KB 116/238 KB 27/186 KB 40/558 KB 244/367 KB 116/238 KB 27/186 KB 44/558 KB 244/367 KB 116/238 KB 27/186 KB 48/558 KB 248/367 KB 116/238 KB 24/186 KB 244/367 KB 116/238 KB 27/186 KB 48/558 KB 248/367 KB 120/238 KB 27/186 KB 48/558 KB 248/367 KB 124/238 KB 27/186 KB 48/558 KB 248/367 KB 128/238 KB 27/186 KB 52/558 KB 248/367 KB 132/238 KB 27/186 KB 52/558 KB 248/367 KB 136/238 KB 27/186 KB 44/558 KB 248/367 KB 116/238 KB 27/186 KB 8/558 KB 244/367 KB 116/238 KB 29/186 KB 52/558 KB 248/367 KB 136/238 KB 32/186 KB 52/558 KB 248/367 KB 136/238 KB 36/186 KB 52/558 KB 248/367 KB 136/238 KB 40/186 KB 52/558 KB 248/367 KB 136/238 KB 44/186 KB 52/558 KB 248/367 KB 136/238 KB 48/186 KB 52/558 KB 248/367 KB 136/238 KB 52/186 KB 52/558 KB 248/367 KB 136/238 KB 56/186 KB 52/558 KB 248/367 KB 136/238 KB 60/186 KB 52/558 KB 248/367 KB 136/238 KB 64/186 KB 52/558 KB 248/367 KB 136/238 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 27/186 KB 52/558 KB 248/367 KB 128/238 KB 4/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 8/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 12/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 16/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 20/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 24/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 28/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 32/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 36/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 40/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 44/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 48/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 52/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 56/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 60/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 64/1199 KB 68/186 KB 52/558 KB 252/367 KB 136/238 KB 64/186 KB 52/558 KB 252/367 KB 136/238 KB 64/1199 KB 68/186 KB 52/558 KB 256/367 KB 136/238 KB 64/1199 KB 68/186 KB 52/558 KB 260/367 KB 136/238 KB 68/1199 KB 72/186 KB 56/558 KB 264/367 KB 136/238 KB 68/1199 KB 72/186 KB 56/558 KB 268/367 KB 140/238 KB 68/1199 unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install KB 72/186 KB 56/558 KB 272/367 KB 140/238 KB 68/1199 KB 72/186 KB 56/558 KB 260/367 KB 136/238 KB 68/1199 KB 76/186 KB 56/558 KB 272/367 KB 140/238 KB 68/1199 KB 80/186 KB 56/558 KB 272/367 KB 140/238 KB 68/1199 KB 68/186 KB 56/558 KB 260/367 KB 136/238 KB 68/1199 KB 80/186 KB 60/558 KB 272/367 KB 140/238 KB 68/1199 KB 80/186 KB 64/558 KB 272/367 KB 140/238 KB 68/1199 KB 68/186 KB 52/558 KB 260/367 KB 136/238 KB 72/1199 KB 80/186 KB 64/558 KB 272/367 KB 140/238 KB 76/1199 KB 80/186 KB 64/558 KB 272/367 KB 140/238 KB 80/1199 KB 80/186 KB 64/558 KB 272/367 KB 140/238 KB 84/1199 KB 80/186 KB 64/558 KB 272/367 KB 140/238 KB 88/1199 KB 84/186 KB 68/558 KB 276/367 KB 140/238 KB 92/1199 KB 84/186 KB 68/558 KB 276/367 KB 140/238 KB 96/1199 KB 84/186 KB 68/558 KB 276/367 KB 140/238 KB 68/1199 KB 72/186 KB 56/558 KB 264/367 KB 140/238 KB 96/1199 KB 84/186 KB 68/558 KB 276/367 KB 144/238 KB 96/1199 KB 84/186 KB 68/558 KB 276/367 KB 148/238 KB 96/1199 KB 84/186 KB 68/558 KB 276/367 KB 152/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 156/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 160/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 164/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 168/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 172/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 176/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 180/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 184/238 KB 84/1199 KB 84/186 KB 68/558 KB 276/367 KB 140/238 KB 84/1199 KB 84/186 KB 68/558 KB 272/367 KB 140/238 KB 100/1199 KB 84/186 KB 72/558 KB 276/367 KB 184/238 KB 100/1199 KB 84/186 KB 76/558 KB 276/367 KB 184/238 KB 100/1199 KB 84/186 KB 80/558 KB 276/367 KB 184/238 KB 84/1199 KB 84/186 KB 64/558 KB 272/367 KB 140/238 KB 100/1199 KB 88/186 KB 80/558 KB 280/367 KB 184/238 KB 100/1199 KB 92/186 KB 80/558 KB 280/367 KB 184/238 KB 100/1199 KB 96/186 KB 80/558 KB 280/367 KB 184/238 KB 100/1199 KB 84/186 KB 80/558 KB 280/367 KB 184/238 KB 100/1199 KB 96/186 KB 80/558 KB 284/367 KB 184/238 KB 100/1199 KB 96/186 KB 84/558 KB 288/367 KB 184/238 KB 100/1199 KB 100/186 KB 84/558 KB 292/367 KB 184/238 KB 100/1199 KB 100/186 KB 84/558 KB 296/367 KB 184/238 KB 100/1199 KB 100/186 KB 84/558 KB 300/367 KB 184/238 KB 100/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 100/1199 KB 84/186 KB 68/558 KB 276/367 KB 152/238 KB 104/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 108/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 112/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 116/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 120/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 124/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 128/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 132/1199 KB 100/186 KB 84/558 KB 304/367 KB 184/238 KB 136/1199 KB 100/186 KB 84/558 KB 308/367 KB 188/238 KB 140/1199 KB 100/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 100/186 KB 84/558 KB 308/367 KB 188/238 KB 100/1199 KB 100/186 KB 84/558 KB 288/367 KB 184/238 KB 144/1199 KB 104/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 108/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 112/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 116/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 120/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 124/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 84/558 KB 308/367 KB 188/238 KB 100/1199 unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install KB 96/186 KB 84/558 KB 284/367 KB 184/238 KB 144/1199 KB 128/186 KB 88/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 92/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 96/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 100/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 104/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 108/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 112/558 KB 308/367 KB 188/238 KB 132/1199 KB 100/186 KB 84/558 KB 308/367 KB 188/238 KB 144/1199 KB 128/186 KB 112/558 KB 312/367 KB 188/238 KB 144/1199 KB 128/186 KB 112/558 KB 316/367 KB 188/238 KB 144/1199 KB 128/186 KB 116/558 KB 320/367 KB 188/238 KB 144/1199 KB 128/186 KB 116/558 KB 324/367 KB 188/238 KB 148/1199 KB 132/186 KB 116/558 KB 328/367 KB 188/238 KB 148/1199 KB 132/186 KB 116/558 KB 332/367 KB 188/238 KB 148/1199 KB 132/186 KB 116/558 KB 336/367 KB 188/238 KB 132/1199 KB 100/186 KB 84/558 KB 304/367 KB 188/238 KB 148/1199 KB 132/186 KB 116/558 KB 336/367 KB 192/238 KB 148/1199 KB 132/186 KB 116/558 KB 336/367 KB 196/238 KB 148/1199 KB 132/186 KB 116/558 KB 336/367 KB 200/238 KB 148/1199 KB 132/186 KB 116/558 KB 336/367 KB 204/238 KB 148/1199 KB 132/186 KB 116/558 KB 336/367 KB 208/238 KB 148/1199 KB 132/186 KB 116/558 KB 336/367 KB 212/238 KB 148/1199 KB 132/186 KB 116/558 KB 340/367 KB 216/238 KB 148/1199 KB 132/186 KB 116/558 KB 340/367 KB 220/238 KB 148/1199 KB 132/186 KB 116/558 KB 340/367 KB 224/238 KB 148/1199 KB 132/186 KB 116/558 KB 324/367 KB 188/238 KB 152/1199 KB 132/186 KB 116/558 KB 340/367 KB 224/238 KB 156/1199 KB 132/186 KB 116/558 KB 340/367 KB 224/238 KB 160/1199 KB 132/186 KB 116/558 KB 340/367 KB 224/238 KB 144/1199 KB 132/186 KB 116/558 KB 324/367 KB 188/238 KB 160/1199 KB 136/186 KB 116/558 KB 340/367 KB 224/238 KB 160/1199 KB 140/186 KB 116/558 KB 340/367 KB 224/238 KB 160/1199 KB 144/186 KB 116/558 KB 340/367 KB 224/238 KB 144/1199 KB 128/186 KB 116/558 KB 316/367 KB 188/238 KB 160/1199 KB 144/186 KB 120/558 KB 340/367 KB 224/238 KB 160/1199 KB 144/186 KB 124/558 KB 340/367 KB 224/238 KB 160/1199 KB 144/186 KB 128/558 KB 340/367 KB 224/238 KB 160/1199 KB 144/186 KB 132/558 KB 340/367 KB 224/238 KB 160/1199 KB 148/186 KB 136/558 KB 340/367 KB 224/238 KB 160/1199 KB 148/186 KB 140/558 KB 340/367 KB 224/238 KB 160/1199 KB 148/186 KB 144/558 KB 340/367 KB 224/238 KB 160/1199 KB 148/186 KB 148/558 KB 340/367 KB 224/238 KB 164/1199 KB 148/186 KB 152/558 KB 340/367 KB 228/238 KB 164/1199 KB 148/186 KB 156/558 KB 340/367 KB 228/238 KB 164/1199 KB 148/186 KB 160/558 KB 340/367 KB 228/238 KB 164/1199 KB 148/186 KB 164/558 KB 340/367 KB 228/238 KB 164/1199 KB 148/186 KB 168/558 KB 340/367 KB 228/238 KB 148/1199 KB 132/186 KB 116/558 KB 340/367 KB 212/238 KB 164/1199 KB 148/186 KB 168/558 KB 344/367 KB 228/238 KB 164/1199 KB 148/186 KB 168/558 KB 348/367 KB 228/238 KB 164/1199 KB 148/186 KB 168/558 KB 352/367 KB 228/238 KB 164/1199 KB 148/186 KB 168/558 KB 356/367 KB 228/238 KB 164/1199 KB 148/186 KB 168/558 KB 360/367 KB 228/238 KB 164/1199 KB 148/186 KB 148/558 KB 340/367 KB 228/238 KB 164/1199 KB 148/186 KB 148/558 KB 340/367 KB 224/238 KB 168/1199 KB 148/186 KB 168/558 KB 360/367 KB 228/238 KB 172/1199 KB 148/186 KB 168/558 KB 360/367 KB 228/238 KB 176/1199 KB 148/186 KB 168/558 KB 360/367 KB 232/238 KB 160/1199 KB 148/186 KB 132/558 KB 340/367 KB 224/238 KB 176/1199 KB 152/186 KB 168/558 KB 360/367 KB 232/238 KB 176/1199 KB 156/186 KB unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 168/558 KB 360/367 KB 232/238 KB 176/1199 KB 160/186 KB 168/558 KB 360/367 KB 232/238 KB 176/1199 KB 164/186 KB 168/558 KB 360/367 KB 232/238 KB 176/1199 KB 168/186 KB 168/558 KB 360/367 KB 232/238 KB 176/1199 KB 172/186 KB 168/558 KB 360/367 KB 232/238 KB 176/1199 KB 176/186 KB 168/558 KB 360/367 KB 232/238 KB 172/1199 KB 148/186 KB 168/558 KB 360/367 KB 232/238 KB 176/1199 KB 176/186 KB 168/558 KB 360/367 KB 236/238 KB 176/1199 KB 176/186 KB 168/558 KB 360/367 KB 238/238 KB 180/1199 KB 176/186 KB 168/558 KB 360/367 KB 238/238 KB 184/1199 KB 180/186 KB 168/558 KB 364/367 KB 238/238 KB 188/1199 KB 180/186 KB 168/558 KB 364/367 KB 238/238 KB 192/1199 KB 180/186 KB 168/558 KB 364/367 KB 238/238 KB 180/1199 KB 180/186 KB 168/558 KB 364/367 KB 238/238 KB 192/1199 KB 184/186 KB 168/558 KB 364/367 KB 238/238 KB 192/1199 KB 186/186 KB 172/558 KB 364/367 KB 238/238 KB 180/1199 KB 176/186 KB 168/558 KB 364/367 KB 238/238 KB 192/1199 KB 186/186 KB 172/558 KB 367/367 KB 238/238 KB 192/1199 KB 184/186 KB 172/558 KB 364/367 KB 238/238 KB 192/1199 KB 186/186 KB 176/558 KB 367/367 KB 238/238 KB 192/1199 KB 186/186 KB 180/558 KB 367/367 KB 238/238 KB 196/1199 KB 186/186 KB 184/558 KB 367/367 KB 238/238 KB 196/1199 KB 186/186 KB 188/558 KB 367/367 KB 238/238 KB 196/1199 KB 186/186 KB 180/558 KB 367/367 KB 238/238 KB 200/1199 KB 186/186 KB 188/558 KB 367/367 KB 238/238 KB 204/1199 KB 186/186 KB 188/558 KB 367/367 KB 238/238 KB 208/1199 KB 186/186 KB 188/558 KB 367/367 KB 238/238 KB 212/1199 KB 186/186 KB 188/558 KB 367/367 KB 238/238 KB 212/1199 KB 186/186 KB 192/558 KB 367/367 KB 238/238 KB 212/1199 KB 186/186 KB 196/558 KB 367/367 KB 238/238 KB 216/1199 KB 186/186 KB 196/558 KB 367/367 KB 238/238 KB 220/1199 KB 186/186 KB 196/558 KB 367/367 KB 238/238 KB 224/1199 KB 186/186 KB 196/558 KB 367/367 KB 238/238 KB 224/1199 KB 186/186 KB 200/558 KB 367/367 KB 238/238 KB 224/1199 KB 186/186 KB 204/558 KB 367/367 KB 238/238 KB 228/1199 KB 186/186 KB 208/558 KB 367/367 KB 238/238 KB 228/1199 KB 186/186 KB 212/558 KB 367/367 KB 238/238 KB 228/1199 KB 186/186 KB 216/558 KB 367/367 KB 238/238 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1265.1 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install 228/1199 KB 186/186 KB 204/558 KB 367/367 KB 238/238 KB 232/1199 KB 216/558 KB 236/1199 KB 216/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 2476.2 KB/sec) unit-abot-epc-basic-0: 08:06:59 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: 08:06:59 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (238 KB at 1626.2 KB/sec) unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 240/1199 KB 216/558 KB 240/1199 KB 220/558 KB 240/1199 KB 224/558 KB 244/1199 KB 224/558 KB 248/1199 KB 228/558 KB 252/1199 KB 228/558 KB 256/1199 KB 228/558 KB 244/1199 KB 228/558 KB 256/1199 KB 232/558 KB 256/1199 KB 236/558 KB 256/1199 KB 240/558 KB 260/1199 KB 240/558 KB 260/1199 KB 244/558 KB 264/1199 KB 244/558 KB 268/1199 KB 244/558 KB 268/1199 KB 4/181 KB 248/558 KB 268/1199 KB 8/181 KB 248/558 KB 268/1199 KB 12/181 KB 248/558 KB 268/1199 KB 16/181 KB 248/558 KB 268/1199 KB 248/558 KB 268/1199 KB 16/181 KB 252/558 KB 272/1199 KB 16/181 KB 256/558 KB 272/1199 KB 16/181 KB 252/558 KB 276/1199 KB 20/181 KB 256/558 KB 272/1199 KB 20/181 KB 256/558 KB 276/1199 KB 24/181 KB 260/558 KB 276/1199 KB 28/181 KB 260/558 KB 276/1199 KB 32/181 KB 260/558 KB 276/1199 KB 36/181 KB 260/558 KB 276/1199 KB 40/181 KB 260/558 KB 276/1199 KB 44/181 KB 260/558 KB 276/1199 KB 48/181 KB 260/558 KB 276/1199 KB 52/181 KB 260/558 KB 276/1199 KB 20/181 KB 260/558 KB 280/1199 KB 52/181 KB 264/558 KB 280/1199 KB 52/181 KB 268/558 KB 280/1199 KB 52/181 KB 260/558 KB 284/1199 KB 56/181 KB 268/558 KB 288/1199 KB 56/181 KB 268/558 KB 280/1199 KB 56/181 KB 268/558 KB 288/1199 KB 60/181 KB 272/558 KB 288/1199 KB 64/181 KB 272/558 KB 288/1199 KB 56/181 KB 272/558 KB 292/1199 KB 64/181 KB 272/558 KB 296/1199 KB 68/181 KB 4/1206 KB 276/558 KB 300/1199 KB 68/181 KB 4/1206 KB 276/558 KB 304/1199 KB 68/181 KB 4/1206 KB 276/558 KB 292/1199 KB 68/181 KB 4/1206 KB 276/558 KB 304/1199 KB 72/181 KB 4/1206 KB 276/558 KB 304/1199 KB 76/181 KB 4/1206 KB 276/558 KB 292/1199 KB 64/181 KB 4/1206 KB 276/558 KB 292/1199 KB 64/181 KB 4/1206 KB 272/558 KB 304/1199 KB 76/181 KB 8/1206 KB 276/558 KB 304/1199 KB 76/181 KB 12/1206 KB 276/558 KB 304/1199 KB 76/181 KB 16/1206 KB 276/558 KB 304/1199 KB 76/181 KB 20/1206 KB 276/558 KB 304/1199 KB 76/181 KB 24/1206 KB 276/558 KB 304/1199 KB 76/181 KB 28/1206 KB 276/558 KB 304/1199 KB 76/181 KB 32/1206 KB 276/558 KB 304/1199 KB 76/181 KB 36/1206 KB 276/558 KB 304/1199 KB 76/181 KB 40/1206 KB 276/558 KB 304/1199 KB 76/181 KB 44/1206 KB 276/558 KB 304/1199 KB 76/181 KB 48/1206 KB 276/558 KB 304/1199 KB 76/181 KB 52/1206 KB 276/558 KB 304/1199 KB 76/181 KB 56/1206 KB 276/558 KB 304/1199 KB 76/181 KB 60/1206 KB 276/558 KB 304/1199 KB 76/181 KB 64/1206 KB 276/558 KB 304/1199 KB 76/181 KB 64/1206 KB 280/558 KB 304/1199 KB 76/181 KB 64/1206 KB 284/558 KB 304/1199 KB 76/181 KB 64/1206 KB 288/558 KB 304/1199 KB 76/181 KB 64/1206 KB 292/558 KB 308/1199 KB 80/181 KB 68/1206 KB 296/558 KB 308/1199 KB 80/181 KB 68/1206 KB 300/558 KB 308/1199 KB 80/181 KB 68/1206 KB 304/558 KB 308/1199 KB 80/181 KB 68/1206 KB 308/558 KB 308/1199 KB 80/181 KB 68/1206 KB 312/558 KB 308/1199 KB 80/181 KB 68/1206 KB 316/558 KB 308/1199 KB 80/181 KB 68/1206 KB 320/558 KB 308/1199 KB 80/181 KB 68/1206 KB 292/558 KB 304/1199 KB 80/181 KB 68/1206 KB 292/558 KB 308/1199 KB 84/181 KB 68/1206 KB 320/558 KB 308/1199 KB 88/181 KB 68/1206 KB 320/558 KB 312/1199 KB 92/181 KB 68/1206 KB 320/558 KB 312/1199 KB 96/181 KB 68/1206 KB 320/558 KB 312/1199 KB 100/181 KB 68/1206 KB 320/558 KB 312/1199 KB 104/181 KB 68/1206 KB 320/558 KB 312/1199 KB 108/181 KB 68/1206 KB 320/558 KB 312/1199 KB 112/181 KB 68/1206 KB 320/558 KB 312/1199 KB 116/181 KB 68/1206 KB 320/558 KB 304/1199 KB 76/181 KB 68/1206 KB 292/558 KB 312/1199 KB 116/181 KB 72/1206 KB 324/558 KB 312/1199 KB 116/181 KB 76/1206 KB 32 unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 4/558 KB 312/1199 KB 116/181 KB 80/1206 KB 324/558 KB 312/1199 KB 116/181 KB 84/1206 KB 324/558 KB 312/1199 KB 116/181 KB 88/1206 KB 324/558 KB 312/1199 KB 116/181 KB 92/1206 KB 324/558 KB 312/1199 KB 116/181 KB 96/1206 KB 324/558 KB 312/1199 KB 116/181 KB 100/1206 KB 324/558 KB 312/1199 KB 116/181 KB 104/1206 KB 324/558 KB 312/1199 KB 116/181 KB 108/1206 KB 324/558 KB 312/1199 KB 116/181 KB 112/1206 KB 324/558 KB 312/1199 KB 120/181 KB 116/1206 KB 324/558 KB 312/1199 KB 120/181 KB 120/1206 KB 324/558 KB 312/1199 KB 120/181 KB 124/1206 KB 324/558 KB 312/1199 KB 120/181 KB 128/1206 KB 324/558 KB 312/1199 KB 120/181 KB 132/1206 KB 324/558 KB 312/1199 KB 120/181 KB 136/1206 KB 324/558 KB 312/1199 KB 120/181 KB 140/1206 KB 324/558 KB 312/1199 KB 120/181 KB 144/1206 KB 324/558 KB 312/1199 KB 120/181 KB 148/1206 KB 324/558 KB 312/1199 KB 116/181 KB 68/1206 KB 324/558 KB 312/1199 KB 88/181 KB 68/1206 KB 320/558 KB 316/1199 KB 120/181 KB 148/1206 KB 324/558 KB 320/1199 KB 120/181 KB 148/1206 KB 324/558 KB 324/1199 KB 120/181 KB 148/1206 KB 324/558 KB 328/1199 KB 120/181 KB 148/1206 KB 324/558 KB 332/1199 KB 120/181 KB 148/1206 KB 324/558 KB 336/1199 KB 120/181 KB 148/1206 KB 324/558 KB 340/1199 KB 120/181 KB 148/1206 KB 324/558 KB 344/1199 KB 120/181 KB 148/1206 KB 324/558 KB 348/1199 KB 120/181 KB 148/1206 KB 324/558 KB 352/1199 KB 120/181 KB 148/1206 KB 324/558 KB 312/1199 KB 120/181 KB 112/1206 KB 324/558 KB 352/1199 KB 124/181 KB 148/1206 KB 324/558 KB 352/1199 KB 128/181 KB 148/1206 KB 324/558 KB 352/1199 KB 128/181 KB 148/1206 KB 328/558 KB 352/1199 KB 132/181 KB 148/1206 KB 332/558 KB 352/1199 KB 132/181 KB 148/1206 KB 336/558 KB 356/1199 KB 132/181 KB 148/1206 KB 336/558 KB 360/1199 KB 132/181 KB 148/1206 KB 340/558 KB 364/1199 KB 132/181 KB 148/1206 KB 340/558 KB 368/1199 KB 132/181 KB 148/1206 KB 340/558 KB 352/1199 KB 132/181 KB 148/1206 KB 328/558 KB 368/1199 KB 136/181 KB 148/1206 KB 340/558 KB 368/1199 KB 140/181 KB 148/1206 KB 340/558 KB 368/1199 KB 144/181 KB 148/1206 KB 340/558 KB 368/1199 KB 148/181 KB 148/1206 KB 340/558 KB 372/1199 KB 152/181 KB 148/1206 KB 340/558 KB 372/1199 KB 156/181 KB 148/1206 KB 340/558 KB 372/1199 KB 160/181 KB 148/1206 KB 340/558 KB 356/1199 KB 132/181 KB 148/1206 KB 340/558 KB 372/1199 KB 160/181 KB 148/1206 KB 344/558 KB 372/1199 KB 160/181 KB 148/1206 KB 348/558 KB 372/1199 KB 160/181 KB 148/1206 KB 352/558 KB 372/1199 KB 160/181 KB 148/1206 KB 356/558 KB 372/1199 KB 160/181 KB 148/1206 KB 360/558 KB 372/1199 KB 160/181 KB 148/1206 KB 364/558 KB 372/1199 KB 160/181 KB 152/1206 KB 368/558 KB 372/1199 KB 160/181 KB 152/1206 KB 372/558 KB 372/1199 KB 164/181 KB 152/1206 KB 376/558 KB 372/1199 KB 164/181 KB 152/1206 KB 380/558 KB 372/1199 KB 164/181 KB 152/1206 KB 384/558 KB 372/1199 KB 148/181 KB 148/1206 KB 340/558 KB 376/1199 KB 164/181 KB 152/1206 KB 384/558 KB 380/1199 KB 164/181 KB 152/1206 KB 384/558 KB 384/1199 KB 164/181 KB 152/1206 KB 384/558 KB 388/1199 KB 164/181 KB 152/1206 KB 384/558 KB 392/1199 KB 164/181 KB 152/1206 KB 384/558 KB 396/1199 KB 164/181 KB 152/1206 KB 384/558 KB 400/1199 KB 164/181 KB 152/1206 KB 384/558 KB 372/1199 KB 164/181 KB 152/1206 KB 372/558 KB 372/1199 KB 160/181 KB 152/1206 KB 364/558 KB 400/1199 KB 164/181 KB 156/1206 KB 384/558 KB 400/1199 KB 164/181 KB 160/1206 KB 384/558 KB 400/1199 KB 164/181 KB 164/1206 KB 384/558 KB 400/1199 KB 168/181 KB 168/1206 KB 384/558 KB 400/1199 KB 168/181 unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install KB 172/1206 KB 384/558 KB 404/1199 KB 168/181 KB 176/1206 KB 384/558 KB 404/1199 KB 168/181 KB 180/1206 KB 384/558 KB 404/1199 KB 168/181 KB 184/1206 KB 388/558 KB 404/1199 KB 168/181 KB 188/1206 KB 388/558 KB 404/1199 KB 168/181 KB 192/1206 KB 388/558 KB 400/1199 KB 168/181 KB 164/1206 KB 384/558 KB 404/1199 KB 172/181 KB 192/1206 KB 388/558 KB 404/1199 KB 176/181 KB 192/1206 KB 388/558 KB 404/1199 KB 180/181 KB 192/1206 KB 388/558 KB 404/1199 KB 181/181 KB 192/1206 KB 388/558 KB 404/1199 KB 168/181 KB 180/1206 KB 388/558 KB 404/1199 KB 181/181 KB 192/1206 KB 392/558 KB 404/1199 KB 181/181 KB 192/1206 KB 396/558 KB 404/1199 KB 181/181 KB 192/1206 KB 400/558 KB 404/1199 KB 181/181 KB 192/1206 KB 404/558 KB 404/1199 KB 181/181 KB 196/1206 KB 408/558 KB 404/1199 KB 181/181 KB 196/1206 KB 412/558 KB 404/1199 KB 181/181 KB 196/1206 KB 416/558 KB 404/1199 KB 168/181 KB 172/1206 KB 384/558 KB 408/1199 KB 181/181 KB 196/1206 KB 416/558 KB 412/1199 KB 181/181 KB 196/1206 KB 416/558 KB 416/1199 KB 181/181 KB 196/1206 KB 416/558 KB 420/1199 KB 181/181 KB 196/1206 KB 416/558 KB 424/1199 KB 181/181 KB 196/1206 KB 416/558 KB 428/1199 KB 181/181 KB 196/1206 KB 416/558 KB 432/1199 KB 181/181 KB 196/1206 KB 416/558 KB 404/1199 KB 181/181 KB 196/1206 KB 404/558 KB 432/1199 KB 181/181 KB 200/1206 KB 416/558 KB 436/1199 KB 181/181 KB 204/1206 KB 416/558 KB 436/1199 KB 181/181 KB 208/1206 KB 416/558 KB 436/1199 KB 181/181 KB 212/1206 KB 416/558 KB 436/1199 KB 181/181 KB 216/1206 KB 420/558 KB 436/1199 KB 181/181 KB 220/1206 KB 420/558 KB 436/1199 KB 181/181 KB 224/1206 KB 420/558 KB 436/1199 KB 181/181 KB 200/1206 KB 416/558 KB 440/1199 KB 181/181 KB 224/1206 KB 420/558 KB 444/1199 KB 181/181 KB 224/1206 KB 420/558 KB 448/1199 KB 181/181 KB 224/1206 KB 420/558 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 932.0 KB/sec) unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 436/1199 KB 181/181 KB 212/1206 KB 420/558 KB 448/1199 KB 224/1206 KB 424/558 KB 448/1199 KB 224/1206 KB 428/558 KB 448/1199 KB 224/1206 KB 432/558 KB 448/1199 KB 228/1206 KB 432/558 KB 452/1199 KB 232/1206 KB 436/558 KB 452/1199 KB 228/1206 KB 436/558 KB 452/1199 KB 232/1206 KB 440/558 KB 452/1199 KB 232/1206 KB 444/558 KB 452/1199 KB 232/1206 KB 448/558 KB 452/1199 KB 228/1206 KB 432/558 KB 456/1199 KB 236/1206 KB 448/558 KB 460/1199 KB 236/1206 KB 448/558 KB 464/1199 KB 236/1206 KB 448/558 KB 468/1199 KB 236/1206 KB 448/558 KB 472/1199 KB 236/1206 KB 452/558 KB 476/1199 KB 236/1206 KB 452/558 KB 480/1199 KB 236/1206 KB 452/558 KB 452/1199 KB 236/1206 KB 448/558 KB 480/1199 KB 240/1206 KB 452/558 KB 480/1199 KB 244/1206 KB 452/558 KB 480/1199 KB 248/1206 KB 452/558 KB 480/1199 KB 252/1206 KB 452/558 KB 484/1199 KB 256/1206 KB 452/558 KB 468/1199 KB 236/1206 KB 452/558 KB 484/1199 KB 256/1206 KB 456/558 KB 484/1199 KB 256/1206 KB 460/558 KB 484/1199 KB 256/1206 KB 464/558 KB 484/1199 KB 256/1206 KB 468/558 KB 484/1199 KB 260/1206 KB 472/558 KB 484/1199 KB 260/1206 KB 476/558 KB 484/1199 KB 260/1206 KB 480/558 KB 484/1199 KB 252/1206 KB 452/558 KB 488/1199 KB 260/1206 KB 480/558 KB 492/1199 KB 260/1206 KB 480/558 KB 496/1199 KB 260/1206 KB 480/558 KB 500/1199 KB 260/1206 KB 480/558 KB 484/1199 KB 260/1206 KB 468/558 KB 500/1199 KB 264/1206 KB 484/558 KB 500/1199 KB 268/1206 KB 484/558 KB 500/1199 KB 272/1206 KB 484/558 KB 500/1199 KB 260/1206 KB 484/558 KB 500/1199 KB 272/1206 KB 488/558 KB 500/1199 KB 272/1206 KB 492/558 KB 500/1199 KB 276/1206 KB 496/558 KB 504/1199 KB 276/1206 KB 500/558 KB 504/1199 KB 276/1206 KB 504/558 KB 504/1199 KB 276/1206 KB 508/558 KB 504/1199 KB 276/1206 KB 512/558 KB 504/1199 KB 276/1206 KB 516/558 KB 500/1199 KB 276/1206 KB 492/558 KB 504/1199 KB 280/1206 KB 516/558 KB 504/1199 KB 284/1206 KB 516/558 KB 504/1199 KB 288/1206 KB 516/558 KB 504/1199 KB 276/1206 KB 496/558 KB 508/1199 KB 288/1206 KB 516/558 KB 512/1199 KB 288/1206 KB 516/558 KB 516/1199 KB 288/1206 KB 516/558 KB 520/1199 KB 292/1206 KB 516/558 KB 524/1199 KB 292/1206 KB 516/558 KB 528/1199 KB 292/1206 KB 516/558 KB 532/1199 KB 292/1206 KB 516/558 KB 536/1199 KB 292/1206 KB 516/558 KB 540/1199 KB 292/1206 KB 520/558 KB 544/1199 KB 292/1206 KB 520/558 KB 548/1199 KB 292/1206 KB 520/558 KB 552/1199 KB 292/1206 KB 520/558 KB 556/1199 KB 292/1206 KB 520/558 KB 560/1199 KB 292/1206 KB 520/558 KB 564/1199 KB 292/1206 KB 520/558 KB 516/1199 KB 292/1206 KB 516/558 KB 564/1199 KB 296/1206 KB 520/558 KB 564/1199 KB 300/1206 KB 520/558 KB 564/1199 KB 304/1206 KB 520/558 KB 564/1199 KB 308/1206 KB 520/558 KB 564/1199 KB 312/1206 KB 520/558 KB 564/1199 KB 316/1206 KB 520/558 KB 564/1199 KB 320/1206 KB 520/558 KB 564/1199 KB 324/1206 KB 520/558 KB 564/1199 KB 328/1206 KB 520/558 KB 564/1199 KB 332/1206 KB 520/558 KB 564/1199 KB 336/1206 KB 520/558 KB 564/1199 KB 340/1206 KB 520/558 KB 536/1199 KB 292/1206 KB 520/558 KB 568/1199 KB 340/1206 KB 524/558 KB 568/1199 KB 340/1206 KB 528/558 KB 568/1199 KB 340/1206 KB 532/558 KB 568/1199 KB 340/1206 KB 536/558 KB 568/1199 KB 340/1206 KB 540/558 KB 568/1199 KB 340/1206 KB 544/558 KB 568/1199 KB 340/1206 KB 548/558 KB 568/1199 KB 340/1206 KB 552/558 KB 568/1199 KB 340/1206 KB 556/558 KB 568/1199 KB 340/1206 KB 558/558 KB 568/1199 KB 340/1206 KB 520/558 KB 572/1199 KB 340/1206 KB 558/558 KB 576/1199 KB 340/1206 KB 558/558 KB unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 580/1199 KB 340/1206 KB 558/558 KB 584/1199 KB 344/1206 KB 558/558 KB 588/1199 KB 344/1206 KB 558/558 KB 580/1199 KB 344/1206 KB 558/558 KB 588/1199 KB 348/1206 KB 558/558 KB 588/1199 KB 352/1206 KB 558/558 KB 588/1199 KB 356/1206 KB 558/558 KB 592/1199 KB 360/1206 KB 558/558 KB 592/1199 KB 364/1206 KB 558/558 KB 592/1199 KB 368/1206 KB 558/558 KB 592/1199 KB 356/1206 KB 558/558 KB 596/1199 KB 368/1206 KB 558/558 KB 600/1199 KB 372/1206 KB 558/558 KB 604/1199 KB 372/1206 KB 558/558 KB 608/1199 KB 372/1206 KB 558/558 KB 596/1199 KB 372/1206 KB 558/558 KB 608/1199 KB 376/1206 KB 558/558 KB 612/1199 KB 380/1206 KB 558/558 KB 612/1199 KB 384/1206 KB 558/558 KB 612/1199 KB 388/1206 KB 558/558 KB 612/1199 KB 392/1206 KB 558/558 KB 612/1199 KB 396/1206 KB 558/558 KB 612/1199 KB 400/1206 KB 558/558 KB 612/1199 KB 404/1206 KB 558/558 KB 612/1199 KB 408/1206 KB 558/558 KB 612/1199 KB 412/1206 KB 558/558 KB 612/1199 KB 416/1206 KB 558/558 KB 612/1199 KB 420/1206 KB 558/558 KB 612/1199 KB 376/1206 KB 558/558 KB 616/1199 KB 420/1206 KB 558/558 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2509.5 KB/sec) unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 620/1199 KB 420/1206 KB 624/1199 KB 420/1206 KB 628/1199 KB 420/1206 KB 632/1199 KB 420/1206 KB 636/1199 KB 420/1206 KB 640/1199 KB 420/1206 KB 644/1199 KB 420/1206 KB 644/1199 KB 424/1206 KB 644/1199 KB 428/1206 KB 648/1199 KB 432/1206 KB 648/1199 KB 428/1206 KB 652/1199 KB 432/1206 KB 656/1199 KB 432/1206 KB 656/1199 KB 436/1206 KB 660/1199 KB 440/1206 KB 660/1199 KB 444/1206 KB 660/1199 KB 448/1206 KB 660/1199 KB 436/1206 KB 664/1199 KB 448/1206 KB 668/1199 KB 448/1206 KB 672/1199 KB 448/1206 KB 676/1199 KB 448/1206 KB 680/1199 KB 452/1206 KB 684/1199 KB 452/1206 KB 688/1199 KB 452/1206 KB 676/1199 KB 452/1206 KB 688/1199 KB 456/1206 KB 688/1199 KB 460/1206 KB 688/1199 KB 464/1206 KB 692/1199 KB 464/1206 KB 696/1199 KB 468/1206 KB 700/1199 KB 468/1206 KB 704/1199 KB 468/1206 KB 692/1199 KB 468/1206 KB 704/1199 KB 472/1206 KB 704/1199 KB 476/1206 KB 704/1199 KB 480/1206 KB 704/1199 KB 484/1206 KB 708/1199 KB 488/1206 KB 708/1199 KB 492/1206 KB 708/1199 KB 496/1206 KB 708/1199 KB 484/1206 KB 712/1199 KB 496/1206 KB 716/1199 KB 496/1206 KB 720/1199 KB 496/1206 KB 724/1199 KB 496/1206 KB 728/1199 KB 500/1206 KB 732/1199 KB 500/1206 KB 724/1199 KB 500/1206 KB 736/1199 KB 504/1206 KB 736/1199 KB 508/1206 KB 736/1199 KB 512/1206 KB 736/1199 KB 500/1206 KB 736/1199 KB 516/1206 KB 740/1199 KB 520/1206 KB 740/1199 KB 524/1206 KB 740/1199 KB 528/1206 KB 740/1199 KB 516/1206 KB 744/1199 KB 528/1206 KB 748/1199 KB 528/1206 KB 752/1199 KB 528/1206 KB 752/1199 KB 532/1206 KB 756/1199 KB 532/1206 KB 760/1199 KB 532/1206 KB 760/1199 KB 536/1206 KB 760/1199 KB 540/1206 KB 764/1199 KB 544/1206 KB 764/1199 KB 540/1206 KB 768/1199 KB 544/1206 KB 772/1199 KB 544/1206 KB 776/1199 KB 548/1206 KB 780/1199 KB 548/1206 KB 784/1199 KB 548/1206 KB 772/1199 KB 548/1206 KB 784/1199 KB 552/1206 KB 784/1199 KB 556/1206 KB 784/1199 KB 560/1206 KB 784/1199 KB 564/1206 KB 788/1199 KB 568/1206 KB 788/1199 KB 572/1206 KB 788/1199 KB 576/1206 KB 788/1199 KB 564/1206 KB 792/1199 KB 576/1206 KB 796/1199 KB 576/1206 KB 800/1199 KB 576/1206 KB 804/1199 KB 576/1206 KB 804/1199 KB 580/1206 KB 804/1199 KB 584/1206 KB 808/1199 KB 588/1206 KB 808/1199 KB 592/1206 KB 808/1199 KB 596/1206 KB 808/1199 KB 584/1206 KB 812/1199 KB 596/1206 KB 816/1199 KB 596/1206 KB 820/1199 KB 596/1206 KB 824/1199 KB 596/1206 KB 828/1199 KB 600/1206 KB 832/1199 KB 600/1206 KB 836/1199 KB 600/1206 KB 840/1199 KB 600/1206 KB 844/1199 KB 600/1206 KB 848/1199 KB 600/1206 KB 852/1199 KB 600/1206 KB 856/1199 KB 600/1206 KB 860/1199 KB 600/1206 KB 864/1199 KB 600/1206 KB 824/1199 KB 600/1206 KB 864/1199 KB 604/1206 KB 864/1199 KB 608/1206 KB 864/1199 KB 612/1206 KB 864/1199 KB 616/1206 KB 864/1199 KB 620/1206 KB 864/1199 KB 624/1206 KB 864/1199 KB 628/1206 KB 864/1199 KB 632/1206 KB 868/1199 KB 636/1206 KB 868/1199 KB 640/1206 KB 868/1199 KB 644/1206 KB 868/1199 KB 648/1206 KB 868/1199 KB 652/1206 KB 868/1199 KB 632/1206 KB 872/1199 KB 652/1206 KB 876/1199 KB 652/1206 KB 880/1199 KB 652/1206 KB 884/1199 KB 652/1206 KB 888/1199 KB 656/1206 KB 892/1199 KB 656/1206 KB 896/1199 KB 656/1206 KB 900/1199 KB 656/1206 KB 904/1199 KB 656/1206 KB 908/1199 KB 656/1206 KB 912/1199 KB 656/1206 KB 916/1199 KB 656/1206 KB 884/1199 KB 656/1206 KB 916/1199 KB 660/1206 KB 916/1199 KB 664/1206 KB 916/1199 KB 668/1206 KB 916/1199 KB 672/1206 KB 916/1199 KB 676/1206 KB 916/1199 KB 680/1206 KB 916/1199 KB 684/1206 unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install KB 916/1199 KB 688/1206 KB 916/1199 KB 692/1206 KB 920/1199 KB 692/1206 KB 924/1199 KB 692/1206 KB 928/1199 KB 692/1206 KB 932/1199 KB 692/1206 KB 936/1199 KB 696/1206 KB 940/1199 KB 696/1206 KB 944/1199 KB 696/1206 KB 948/1199 KB 696/1206 KB 952/1199 KB 696/1206 KB 956/1199 KB 696/1206 KB 960/1199 KB 696/1206 KB 964/1199 KB 696/1206 KB 932/1199 KB 696/1206 KB 964/1199 KB 700/1206 KB 964/1199 KB 704/1206 KB 964/1199 KB 708/1206 KB 964/1199 KB 712/1206 KB 964/1199 KB 716/1206 KB 964/1199 KB 720/1206 KB 964/1199 KB 724/1206 KB 964/1199 KB 728/1206 KB 964/1199 KB 732/1206 KB 964/1199 KB 736/1206 KB 964/1199 KB 740/1206 KB 968/1199 KB 740/1206 KB 972/1199 KB 740/1206 KB 976/1199 KB 740/1206 KB 980/1199 KB 740/1206 KB 984/1199 KB 744/1206 KB 988/1199 KB 744/1206 KB 992/1199 KB 744/1206 KB 996/1199 KB 744/1206 KB 1000/1199 KB 744/1206 KB 1004/1199 KB 744/1206 KB 1008/1199 KB 744/1206 KB 980/1199 KB 744/1206 KB 1008/1199 KB 748/1206 KB 1008/1199 KB 752/1206 KB 1008/1199 KB 756/1206 KB 1008/1199 KB 760/1206 KB 1008/1199 KB 764/1206 KB 1008/1199 KB 768/1206 KB 1008/1199 KB 772/1206 KB 1008/1199 KB 776/1206 KB 1008/1199 KB 780/1206 KB 1008/1199 KB 784/1206 KB 1012/1199 KB 788/1206 KB 1012/1199 KB 784/1206 KB 1016/1199 KB 788/1206 KB 1020/1199 KB 788/1206 KB 1024/1199 KB 788/1206 KB 1028/1199 KB 788/1206 KB 1032/1199 KB 792/1206 KB 1036/1199 KB 792/1206 KB 1040/1199 KB 792/1206 KB 1028/1199 KB 792/1206 KB 1040/1199 KB 796/1206 KB 1040/1199 KB 800/1206 KB 1040/1199 KB 804/1206 KB 1044/1199 KB 808/1206 KB 1044/1199 KB 812/1206 KB 1044/1199 KB 816/1206 KB 1044/1199 KB 804/1206 KB 1048/1199 KB 816/1206 KB 1052/1199 KB 816/1206 KB 1056/1199 KB 816/1206 KB 1060/1199 KB 820/1206 KB 1064/1199 KB 820/1206 KB 1068/1199 KB 820/1206 KB 1072/1199 KB 820/1206 KB 1076/1199 KB 820/1206 KB 1080/1199 KB 820/1206 KB 1084/1199 KB 820/1206 KB 1088/1199 KB 820/1206 KB 1092/1199 KB 820/1206 KB 1096/1199 KB 820/1206 KB 1056/1199 KB 820/1206 KB 1096/1199 KB 824/1206 KB 1096/1199 KB 828/1206 KB 1096/1199 KB 832/1206 KB 1096/1199 KB 836/1206 KB 1096/1199 KB 840/1206 KB 1096/1199 KB 844/1206 KB 1096/1199 KB 848/1206 KB 1096/1199 KB 852/1206 KB 1096/1199 KB 856/1206 KB 1100/1199 KB 860/1206 KB 1100/1199 KB 864/1206 KB 1100/1199 KB 868/1206 KB 1100/1199 KB 872/1206 KB 1100/1199 KB 876/1206 KB 1100/1199 KB 880/1206 KB 1100/1199 KB 884/1206 KB 1100/1199 KB 888/1206 KB 1100/1199 KB 892/1206 KB 1100/1199 KB 896/1206 KB 1100/1199 KB 900/1206 KB 1100/1199 KB 856/1206 KB 1104/1199 KB 900/1206 KB 1108/1199 KB 900/1206 KB 1112/1199 KB 900/1206 KB 1116/1199 KB 900/1206 KB 1120/1199 KB 900/1206 KB 1124/1199 KB 900/1206 KB 1128/1199 KB 900/1206 KB 1132/1199 KB 900/1206 KB 1136/1199 KB 900/1206 KB 1140/1199 KB 900/1206 KB 1140/1199 KB 904/1206 KB 1140/1199 KB 908/1206 KB 1140/1199 KB 912/1206 KB 1144/1199 KB 912/1206 KB 1148/1199 KB 912/1206 KB 1152/1199 KB 912/1206 KB 1156/1199 KB 912/1206 KB 1160/1199 KB 916/1206 KB 1164/1199 KB 916/1206 KB 1168/1199 KB 916/1206 KB 1156/1199 KB 916/1206 KB 1168/1199 KB 920/1206 KB 1168/1199 KB 924/1206 KB 1168/1199 KB 928/1206 KB 1168/1199 KB 932/1206 KB 1172/1199 KB 936/1206 KB 1172/1199 KB 940/1206 KB 1172/1199 KB 944/1206 KB 1172/1199 KB 948/1206 KB 1172/1199 KB 932/1206 KB 1176/1199 KB 948/1206 KB 1180/1199 KB 948/1206 KB 1184/1199 KB 948/1206 KB 1188/1199 KB 948/1206 KB 1192/1199 KB 948/1206 KB 1196/1199 KB 948/1206 KB 1199/1199 KB 952/1206 KB 1196/1199 KB unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 952/1206 KB 1199/1199 KB 956/1206 KB 1199/1199 KB 960/1206 KB 1199/1199 KB 964/1206 KB 1199/1199 KB 968/1206 KB 1199/1199 KB 972/1206 KB 1199/1199 KB 976/1206 KB 1199/1199 KB 980/1206 KB 1199/1199 KB 984/1206 KB 1199/1199 KB 988/1206 KB 1199/1199 KB 992/1206 KB 1199/1199 KB 996/1206 KB 1199/1199 KB 1000/1206 KB 1199/1199 KB 1004/1206 KB 1199/1199 KB 1008/1206 KB 1199/1199 KB 1012/1206 KB 1199/1199 KB 1016/1206 KB 1199/1199 KB 1020/1206 KB 1199/1199 KB 1024/1206 KB 1199/1199 KB 1028/1206 KB 1199/1199 KB 1032/1206 KB 1199/1199 KB 1036/1206 KB 1199/1199 KB 1040/1206 KB 1199/1199 KB 1044/1206 KB 1199/1199 KB 1048/1206 KB 1199/1199 KB 1052/1206 KB 1199/1199 KB 1056/1206 KB 1199/1199 KB 1060/1206 KB 1199/1199 KB 1064/1206 KB 1199/1199 KB 1068/1206 KB 1199/1199 KB 1072/1206 KB 1199/1199 KB 1076/1206 KB 1199/1199 KB 1080/1206 KB 1199/1199 KB 1084/1206 KB 1199/1199 KB 1088/1206 KB 1199/1199 KB 1092/1206 KB 1199/1199 KB 1096/1206 KB 1199/1199 KB 1100/1206 KB 1199/1199 KB 1104/1206 KB 1199/1199 KB 1108/1206 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 4162.0 KB/sec) unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install 1112/1206 KB 1116/1206 KB 1120/1206 KB 1124/1206 KB 1128/1206 KB 1132/1206 KB 1136/1206 KB 1140/1206 KB 1144/1206 KB 1148/1206 KB 1152/1206 KB 1156/1206 KB 1160/1206 KB 1164/1206 KB 1168/1206 KB 1172/1206 KB 1176/1206 KB 1180/1206 KB 1184/1206 KB 1188/1206 KB 1192/1206 KB 1196/1206 KB 1200/1206 KB 1204/1206 KB 1206/1206 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1206 KB at 4045.8 KB/sec) unit-abot-epc-basic-0: 08:06:59 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:07:00 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: 08:07:00 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: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 45.095 s unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-11-19T08:07:00+00:00 unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 08:07:00 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 08:07:00 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: 08:07:01 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:07:01 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:07:01 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.7) ... unit-abot-epc-basic-0: 08:07:02 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:07:02 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-139.165) ... unit-oai-hss-0: 08:07:03 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 08:07:03 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 08:07:04 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: 08:07:04 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-oai-hss-0: 08:07:04 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 08:07:04 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:04 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 08:07:05 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 08:07:05 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 08:07:05 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: 08:07:05 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: 08:07:05 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:05 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:06 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:06 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:06 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:06 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: 08:07:06 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:06 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:07:06 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: 08:07:07 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:07:07 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:07:07 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: 08:07:07 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 08:07:07 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 08:07:07 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.5) ... unit-abot-epc-basic-0: 08:07:08 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 08:07:09 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 08:07:09 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 08:07:10 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 08:07:11 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 08:07:11 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.4) ... unit-abot-epc-basic-0: 08:07:11 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: 08:07:11 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 08:07:11 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 08:07:11 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 08:07:11 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 08:07:12 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 08:07:12 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.4) ... unit-oai-hss-0: 08:07:12 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: 08:07:12 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 08:07:12 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-162-generic unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-161-generic unit-abot-epc-basic-0: 08:07:12 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 08:07:12 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 08:07:13 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 08:07:13 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-162-generic unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-162-generic unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-161-generic unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-161-generic unit-abot-epc-basic-0: 08:07:13 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 08:07:13 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 08:07:14 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-oai-hss-0: 08:07:14 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 08:07:14 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 08:07:14 INFO juju.worker.uniter.context trying to kill context process 9909 unit-oai-hss-0: 08:07:14 INFO juju.worker.uniter.context waiting for context process 9909 to die unit-oai-hss-0: 08:07:14 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 08:07:14 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 08:07:14 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 08:07:14 INFO juju.worker.uniter.operation ran "install" hook machine-3: 08:07:14 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 08:07:14 DEBUG juju.machinelock acquire machine lock for reboot (reboot) unit-oai-hss-0: 08:07:14 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 08:07:14 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:07:14 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 08:07:14 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 08:07:14 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 08:07:14 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-abot-epc-basic-0: 08:07:14 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 08:07:14 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-dba2d2-default-0". unit-abot-epc-basic-0: 08:07:14 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: 08:07:14 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 08:07:14 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. machine-3: 08:07:14 DEBUG juju.machinelock machine lock acquired for reboot (reboot) machine-3: 08:07:14 DEBUG juju.worker.reboot machine lock will not be released manually machine-3: 08:07:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-3: 08:07:14 DEBUG juju.worker killing runner 0xc42033f860 unit-abot-epc-basic-0: 08:07:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:07:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.8) ... unit-abot-epc-basic-0: 08:07:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 08:07:15 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 08:07:16 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 08:07:16 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-abot-epc-basic-0: 08:07:17 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 08:07:17 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 08:07:17 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 08:07:17 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:07:18 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: 08:07:18 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 08:07:18 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.5). unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.6). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 08:07:19 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: 08:07:19 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install Need to get 294 MB of archives. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install After this operation, 1,135 MB of additional disk space will be used. unit-abot-epc-basic-0: 08:07:19 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-abot-epc-basic-0: 08:07:20 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.4 [262 kB] unit-abot-epc-basic-0: 08:07:20 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.11 [186 kB] unit-abot-epc-basic-0: 08:07:20 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] unit-abot-epc-basic-0: 08:07:20 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2,623 kB] unit-abot-epc-basic-0: 08:07:20 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: 08:07:20 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: 08:07:20 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: 08:07:20 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: 08:07:20 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: 08:07:20 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: 08:07:20 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:21 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:22 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:23 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:24 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:25 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:26 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:27 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: 08:07:28 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: 08:07:28 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: 08:07:28 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: 08:07:28 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: 08:07:28 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: 08:07:28 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: 08:07:29 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: 08:07:29 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: 08:07:29 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: 08:07:29 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: 08:07:29 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: 08:07:29 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: 08:07:29 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: 08:07:29 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: 08:07:29 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:30 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:31 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: 08:07:32 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: 08:07:32 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: 08:07:32 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: 08:07:32 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: 08:07:32 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: 08:07:32 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: 08:07:32 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: 08:07:32 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: 08:07:32 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: 08:07:33 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: 08:07:33 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: 08:07:33 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: 08:07:33 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: 08:07:33 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: 08:07:33 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: 08:07:33 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: 08:07:33 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: 08:07:33 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: 08:07:34 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: 08:07:34 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: 08:07:34 DEBUG unit.abot-epc-basic/0.install Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcupsimage2 amd64 2.1.3-4ubuntu0.5 [16.1 kB] unit-abot-epc-basic-0: 08:07:34 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: 08:07:34 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: 08:07:34 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: 08:07:34 DEBUG unit.abot-epc-basic/0.install Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9-common all 9.25~dfsg+1-0ubuntu0.16.04.2 [5,096 kB] unit-abot-epc-basic-0: 08:07:34 DEBUG unit.abot-epc-basic/0.install Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgs9 amd64 9.25~dfsg+1-0ubuntu0.16.04.2 [2,264 kB] unit-abot-epc-basic-0: 08:07:34 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: 08:07:34 DEBUG unit.abot-epc-basic/0.install Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ghostscript amd64 9.25~dfsg+1-0ubuntu0.16.04.2 [47.3 kB] unit-abot-epc-basic-0: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:35 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:36 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:37 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: 08:07:38 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: 08:07:38 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: 08:07:38 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 08:07:38 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: 08:07:38 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: 08:07:38 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: 08:07:38 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: 08:07:38 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: 08:07:38 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: 08:07:38 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: 08:07:39 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: 08:07:39 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: 08:07:39 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: 08:07:39 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: 08:07:39 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: 08:07:39 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: 08:07:39 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: 08:07:39 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: 08:07:39 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:40 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:41 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:42 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:43 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:44 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:45 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: 08:07:46 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: 08:07:46 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: 08:07:46 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: 08:07:46 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: 08:07:46 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: 08:07:46 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: 08:07:46 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: 08:07:46 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: 08:07:46 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: 08:07:47 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: 08:07:47 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: 08:07:47 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: 08:07:47 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: 08:07:47 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: 08:07:47 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: 08:07:47 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: 08:07:47 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: 08:07:47 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:48 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:49 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:50 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: 08:07:51 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: 08:07:51 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: 08:07:51 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: 08:07:51 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: 08:07:51 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: 08:07:51 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: 08:07:51 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: 08:07:51 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:52 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: 08:07:53 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: 08:07:53 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: 08:07:53 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: 08:07:53 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: 08:07:53 DEBUG unit.abot-epc-basic/0.install Get:372 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpoppler58 amd64 0.41.0-0ubuntu1.8 [756 kB] unit-abot-epc-basic-0: 08:07:53 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: 08:07:53 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: 08:07:53 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: 08:07:53 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:54 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: 08:07:55 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: 08:07:55 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: 08:07:55 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: 08:07:55 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: 08:07:55 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: 08:07:55 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: 08:07:55 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: 08:07:55 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: 08:07:55 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: 08:07:55 DEBUG unit.abot-epc-basic/0.install Get:397 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.13 [1,342 kB] unit-abot-epc-basic-0: 08:07:55 DEBUG unit.abot-epc-basic/0.install Get:398 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl-doc all 1.0.2g-1ubuntu4.13 [1,079 kB] unit-abot-epc-basic-0: 08:07:56 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: 08:07:56 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: 08:07:56 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: 08:07:56 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: 08:07:56 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: 08:07:56 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: 08:07:56 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: 08:07:56 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:57 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: 08:07:58 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: 08:07:58 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: 08:07:58 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: 08:07:58 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: 08:07:58 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: 08:07:58 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: 08:07:58 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: 08:07:58 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07:59 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: 08:07: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: 08:08:00 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: 08:08:00 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: 08:08:00 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: 08:08:00 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: 08:08:00 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: 08:08:00 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: 08:08: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: 08:08: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: 08:08: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: 08:08: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: 08:08: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: 08:08: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: 08:08:01 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: 08:08:01 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: 08:08:02 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: 08:08:02 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: 08:08:03 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: 08:08:03 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: 08:08:03 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: 08:08:03 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: 08:08:03 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: 08:08:03 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: 08:08:03 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: 08:08:03 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: 08:08:03 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: 08:08:03 DEBUG unit.abot-epc-basic/0.install Get:463 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libffi-dev amd64 3.2.1-4 [161 kB] unit-abot-epc-basic-0: 08:08:03 DEBUG unit.abot-epc-basic/0.install Get:464 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~16.04.1 [4,456 B] unit-abot-epc-basic-0: 08:08:03 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-abot-epc-basic-0: 08:08:04 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: 08:08:04 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: 08:08:04 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: 08:08:04 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 6% Extracting templates from packages: 12% Extracting templates from packages: 19% Extracting templates from packages: 25% Extracting templates from packages: 32% Extracting templates from packages: 38% Extracting templates from packages: 44% Extracting templates from packages: 51% Extracting templates from packages: 57% Extracting templates from packages: 64% Extracting templates from packages: 70% Extracting templates from packages: 76% Extracting templates from packages: 83% Extracting templates from packages: 89% Extracting templates from packages: 96% Extracting templates from packages: 100% unit-abot-epc-basic-0: 08:08:04 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 08:08:05 DEBUG unit.abot-epc-basic/0.install Fetched 294 MB in 44s (6,550 kB/s) unit-abot-epc-basic-0: 08:08:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 08:08:05 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 67281 files and directories currently installed.) unit-abot-epc-basic-0: 08:08:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 08:08:05 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.11_amd64.deb ... unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:06 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 08:08:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 08:08:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 08:08:08 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 08:08:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 08:08:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 08:08:08 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 08:08:10 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 08:08:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 08:08:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 08:08:11 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 08:08:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 08:08:12 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: 08:08:12 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-abot-epc-basic-0: 08:08:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 08:08:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 08:08:12 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 08:08:12 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 08:08:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 08:08:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 08:08:13 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 08:08:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 08:08:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:13 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 08:08:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 08:08:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:14 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 08:08:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 08:08:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:14 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 08:08:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 08:08:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 08:08:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 08:08:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 08:08:15 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 08:08:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 08:08:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 08:08:16 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 08:08:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 08:08:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 08:08:16 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 08:08:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 08:08:16 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: 08:08:16 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: 08:08:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 08:08:17 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: 08:08:17 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: 08:08:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 08:08:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 08:08:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 08:08:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 08:08:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:08:18 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 08:08:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 08:08:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 08:08:18 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 08:08:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 08:08:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:08:19 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 08:08:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 08:08:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:08:19 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 08:08:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 08:08:19 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: 08:08:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:08:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 08:08:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:20 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 08:08:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 08:08:21 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 08:08:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 08:08:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:08:22 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 08:08:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 08:08:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 08:08:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 08:08:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 08:08:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 08:08:23 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 08:08:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 08:08:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 08:08:24 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:08:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 08:08:24 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: 08:08:24 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 08:08:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 08:08:24 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: 08:08:25 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:08:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 08:08:26 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: 08:08:26 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 08:08:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 08:08:26 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: 08:08:26 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 08:08:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 08:08:26 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: 08:08:26 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 08:08:27 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: 08:08:27 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 08:08:27 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: 08:08:27 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:08:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:08:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 08:08:28 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: 08:08:28 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:08:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 08:08:29 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: 08:08:29 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 08:08:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 08:08:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 08:08:29 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: 08:08:29 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:08:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 08:08:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:30 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 08:08:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 08:08:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 08:08:30 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 08:08:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 08:08:31 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: 08:08:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:08:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 08:08:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:08:31 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:08:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 08:08:31 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: 08:08:31 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 08:08:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 08:08:32 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: 08:08:32 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 08:08:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 08:08:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 08:08:32 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:08:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 08:08:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:32 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 08:08:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 08:08:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 08:08:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 08:08:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 08:08:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 08:08:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 08:08:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 08:08:36 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: 08:08:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:08:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 08:08:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 08:08:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:08:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 08:08:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 08:08:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 08:08:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 08:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 08:08:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 08:08:38 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: 08:08:38 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:08:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 08:08:39 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: 08:08:39 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 08:08:40 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 08:08:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 08:08:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:08:41 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 08:08:41 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: 08:08:42 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:08:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 08:08:42 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: 08:08:42 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 08:08:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 08:08:42 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: 08:08:42 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 08:08:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 08:08:42 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: 08:08:42 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 08:08:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 08:08:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 08:08:43 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 08:08:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 08:08:43 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: 08:08:43 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 08:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 08:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:44 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 08:08:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 08:08:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:45 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 08:08:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 08:08:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 08:08:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 08:08:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:45 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 08:08:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 08:08:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 08:08:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 08:08:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 08:08:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 08:08:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 08:08:47 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 08:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 08:08:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 08:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 08:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 08:08:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 08:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 08:08:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 08:08:48 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: 08:08:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:08:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 08:08:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:49 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 08:08:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 08:08:49 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: 08:08:49 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 08:08:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 08:08:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 08:08:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 08:08:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 08:08:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 08:08:51 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: 08:08:51 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 08:08:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 08:08:51 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: 08:08:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 08:08:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 08:08:51 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: 08:08:51 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 08:08:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 08:08:52 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: 08:08:52 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 08:08:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 08:08:52 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: 08:08:52 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:08:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 08:08:53 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: 08:08:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:08:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 08:08:53 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: 08:08:53 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: 08:08:53 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: 08:08:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 08:08:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 08:08:55 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 08:08:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 08:08:56 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: 08:08:56 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 08:08:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 08:08:57 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: 08:08:57 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 08:08:58 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 08:08:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 08:08:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:08:59 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 08:08:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 08:08:59 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: 08:08:59 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 08:08:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 08:08:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 08:08:59 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 08:09:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 08:09:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:00 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 08:09:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 08:09:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:01 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 08:09:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 08:09:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 08:09:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 08:09:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:02 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 08:09:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 08:09:03 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: 08:09:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:09:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 08:09:03 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: 08:09:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 08:09:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 08:09:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 08:09:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 08:09:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 08:09:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 08:09:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 08:09:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 08:09:05 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: 08:09:05 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 08:09:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 08:09:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:09:06 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 08:09:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 08:09:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:06 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 08:09:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 08:09:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:07 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 08:09:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 08:09:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-abot-epc-basic-0: 08:09:07 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 08:09:08 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-mysql-0: 08:09:08 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 08:09:08 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:09:08 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 08:09:08 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 08:09:08 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 08:09:08 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 08:09:09 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 08:09:09 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 08:09:09 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 08:09:09 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 08:09:09 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:09:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:09:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 08:09:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 08:09:09 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 08:09:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 08:09:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 08:09:10 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 08:09:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 08:09:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 08:09:10 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 08:09:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 08:09:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:09:10 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 08:09:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 08:09:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:09:11 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 08:09:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 08:09:12 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: 08:09:12 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:09:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 08:09:13 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: 08:09:13 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:09:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 08:09:13 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: 08:09:13 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 08:09:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 08:09:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:14 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 08:09:15 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 08:09:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 08:09:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:09:16 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 08:09:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 08:09:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 08:09:17 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 08:09:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 08:09:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 08:09:18 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 08:09:19 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:20 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 08:09:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 08:09:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 08:09:21 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 08:09:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 08:09:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 08:09:21 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 08:09:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 08:09:22 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: 08:09:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:09:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 08:09:22 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: 08:09:22 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 08:09:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 08:09:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 08:09:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 08:09:25 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 08:09:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 08:09:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:25 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:09:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 08:09:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 08:09:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 08:09:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.25~dfsg+1-0ubuntu0.16.04.2_all.deb ... unit-abot-epc-basic-0: 08:09:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 08:09:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 08:09:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.25~dfsg+1-0ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 08:09:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 08:09:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 08:09:28 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: 08:09:28 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 08:09:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 08:09:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.25~dfsg+1-0ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 08:09:29 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 08:09:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 08:09:29 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: 08:09:29 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 08:09:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 08:09:30 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: 08:09:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 08:09:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 08:09:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:30 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 08:09:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 08:09:30 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: 08:09:31 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 08:09:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 08:09:31 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: 08:09:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:09:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 08:09:31 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: 08:09:31 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 08:09:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 08:09:31 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: 08:09:31 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 08:09:32 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 08:09:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 08:09:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 08:09:33 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 08:09:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 08:09:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:34 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 08:09:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 08:09:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:35 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 08:09:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 08:09:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 08:09:35 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 08:09:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 08:09:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 08:09:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 08:09:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:36 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 08:09:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 08:09:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 08:09:37 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 08:09:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 08:09:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 08:09:37 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 08:09:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 08:09:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:38 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 08:09:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 08:09:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:38 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 08:09:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 08:09:39 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: 08:09:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 08:09:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 08:09:40 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: 08:09:40 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:41 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 08:09:42 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 08:09:43 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: 08:09:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 08:09:43 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: 08:09:43 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 08:09:43 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 08:09:43 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-3: 08:09:43 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 08:09:43 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 08:09:43 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: 08:09:43 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 08:09:43 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 08:09:43 DEBUG juju.worker start "api" unit-oai-hss-0: 08:09:43 INFO juju.worker start "api" unit-oai-hss-0: 08:09:43 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 08:09:43 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 08:09:43 DEBUG juju.worker "api" started machine-3: 08:09:43 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 08:09:43 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 08:09:43 DEBUG juju.worker.apicaller connecting with current password machine-3: 08:09:43 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 08:09:43 DEBUG juju.worker start "engine" machine-3: 08:09:43 INFO juju.worker start "engine" unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... machine-3: 08:09:43 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 08:09:43 DEBUG juju.worker "engine" started machine-3: 08:09:43 DEBUG juju.worker.introspection stats worker now serving machine-3: 08:09:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "clock" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 08:09:43 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:09:43 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:09:43 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "state" manifold worker stopped: unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 08:09:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 08:09:43 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 08:09:43 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 08:09:43 DEBUG juju.worker.apicaller connecting with current password machine-3: 08:09:43 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:09:43 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:09:43 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:09:43 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-dev_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-oai-hss-0: 08:09:43 DEBUG juju.api RPC connection died unit-oai-hss-0: 08:09:43 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 08:09:43 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 08:09:43 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:09:43 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-abot-epc-basic-0: 08:09:43 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 08:09:43 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-3: 08:09:44 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 08:09:44 DEBUG juju.worker.apicaller connected machine-3: 08:09:44 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 08:09:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 08:09:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 08:09:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 08:09:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 08:09:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 08:09:44 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 08:09:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 08:09:44 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 08:09:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 08:09:44 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:09:44 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 08:09:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 08:09:44 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: 08:09:44 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 08:09:45 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 08:09:45 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 08:09:45 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 08:09:45 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 08:09:45 INFO juju.worker.upgrader unblocking abort check machine-3: 08:09:45 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-3: 08:09:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 08:09:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... machine-3: 08:09:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 08:09:45 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 08:09:45 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 08:09:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 08:09:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 08:09:45 DEBUG juju.network including address public:172.30.9.208 for machine unit-oai-hss-0: 08:09:45 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-hss-0: 08:09:45 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-hss-0: 08:09:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 08:09:45 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 08:09:45 DEBUG juju.network addresses after filtering: [public:172.30.9.208 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: 08:09:45 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 08:09:45 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-3: 08:09:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-oai-hss-0: 08:09:45 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 08:09:45 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 08:09:45 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 08:09:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 08:09:45 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 08:09:45 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 08:09:45 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 08:09:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 08:09:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:09:45 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:09:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-3: 08:09:45 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-3: 08:09:45 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 08:09:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.logger logger setup machine-3: 08:09:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available unit-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "metric-sender" manifold worker started machine-3: 08:09:45 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 08:09:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 08:09:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 08:09:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 08:09:45 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 08:09:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:09:45 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-3: 08:09:45 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-3: 08:09:45 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 08:09:45 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: 08:09:45 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 08:09:45 INFO juju.util.exec run result: exit status 127 machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec040201775/script.sh: line 1: fanatic: command not found 127 machine-3: 08:09:45 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:09:45 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 08:09:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 08:09:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:09:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:09:45 DEBUG juju.network including address public:172.30.9.208 for machine machine-3: 08:09:45 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-3: 08:09:45 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-3: 08:09:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 08:09:45 DEBUG juju.network including address local-machine:::1 for machine machine-3: 08:09:45 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-3: 08:09:45 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 08:09:45 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 08:09:45 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-3: 08:09:45 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 08:09:45 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Processing new fan config machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-3: 08:09:45 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-oai-hss-0: 08:09:45 DEBUG juju.worker.dependency "uniter" manifold worker started machine-3: 08:09:45 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 08:09:45 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 08:09:45 INFO juju.util.exec run result: exit status 127 machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec956919507/script.sh: line 1: fanatic: command not found 127 machine-3: 08:09:45 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 08:09:45 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-oai-hss-0: 08:09:45 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 08:09:45 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-hss-0: 08:09:45 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud machine-3: 08:09:45 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-3: 08:09:45 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 08:09:45 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 08:09:45 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 08:09:45 INFO juju.worker.uniter hooks are retried true machine-3: 08:09:45 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 08:09:45 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 08:09:45 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:09:45 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 08:09:45 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 08:09:45 DEBUG juju.network including address local-cloud:192.168.121.12 for machine machine-3: 08:09:45 DEBUG juju.network including address local-machine:::1 for machine machine-3: 08:09:45 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] machine-3: 08:09:45 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.12 local-machine:::1] unit-oai-hss-0: 08:09:45 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 08:09:45 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 08:09:45 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 08:09:45 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-hss-0: 08:09:45 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 08:09:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-3: 08:09:45 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 08:09:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 08:09:45 DEBUG juju.worker start "3-container-watcher" machine-3: 08:09:45 DEBUG juju.worker start "stateconverter" machine-3: 08:09:45 INFO juju.worker start "3-container-watcher" machine-3: 08:09:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 08:09:45 DEBUG juju.worker "3-container-watcher" started machine-3: 08:09:45 INFO juju.worker start "stateconverter" machine-3: 08:09:45 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 08:09:45 DEBUG juju.worker "stateconverter" started unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-oai-hss-0: 08:09:45 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-oai-hss-0: 08:09:45 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install ++ config-get branch machine-3: 08:09:45 INFO juju.worker.machiner "machine-3" started machine-3: 08:09:45 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-hss-0: 08:09:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + branch=v0.3.2 unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iproute_1%3a4.3.0-1ubuntu3.16.04.3_all.deb ... unit-oai-hss-0: 08:09:45 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + echo v0.3.2 unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 08:09:45 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 08:09:45 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 08:09:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 08:09:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 08:09:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 08:09:46 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... machine-3: 08:09:46 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:1f:70:f6 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:1f:70:f6 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: 08:09:46 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 08:09:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:09: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: 08:09:46 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 08:09:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 08:09:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 08:09:46 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 08:09:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 08:09:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-oai-hss-0: 08:09:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:09:47 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 08:09:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 08:09:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsuitesparseconfig4.4.6_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:09: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: 08:09:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 08:09:47 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:09:47 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install + clone_repo unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 08:09:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 08:09:48 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: 08:09:48 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:09:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:09:48 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 08:09:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 08:09:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:09:48 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 08:09:48 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 08:09:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 08:09:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 08:09:48 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 08:09:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 08:09:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:48 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + git checkout v0.3.2 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 08:09:49 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: 08:09:49 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 08:09:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:09:49 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 08:09:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:09:49 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-abot-epc-basic-0: 08:09:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 08:09:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4.1_amd64.deb ... unit-oai-hss-0: 08:09:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:09:49 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 08:09:49 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 08:09:49 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:09:49 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 08:09:49 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 08:09:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 08:09:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:49 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 08:09:49 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 08:09:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 08:09:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 08:09:50 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 08:09:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 08:09:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 08:09:50 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 08:09:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 08:09:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 08:09:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4.1_amd64.deb ... unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 08:09:51 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 08:09:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 08:09:51 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: 08:09:51 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-oai-hss-0: 08:09:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 08:09:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 08:09:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 08:09:52 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 08:09:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 08:09:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 08:09:52 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-oai-hss-0: 08:09:53 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-oai-hss-0: 08:09:53 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 08:09:53 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 08:09:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 08:09:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 08:09:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 08:09:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:54 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 08:09:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 08:09:54 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: 08:09:54 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 08:09:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 08:09:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:55 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:09:55 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 08:09:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 08:09:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:09:56 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 08:09:56 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: 08:09:56 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-abot-epc-basic-0: 08:09:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 08:09:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 08:09:56 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 08:09:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 08:09:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 08:09:56 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 08:09:56 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 08:09:56 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: 08:09:57 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: 08:09:57 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: 08:09:57 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: 08:09:57 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: 08:09:58 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-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-hss-0: 08:09:58 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-hss-0: 08:09:58 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-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-oai-hss-0: 08:09:58 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-abot-epc-basic-0: 08:09:58 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-hss-0: 08:09:58 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: 08:09:58 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-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 08:09:59 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: 08:09:59 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaudio2 amd64 1.9.4-1 [57.1 kB] unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 08:09:59 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: 08:09:59 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 08:09:59 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: 08:09:59 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 08:09:59 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: 08:09:59 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-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 08:09:59 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 08:10:00 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: 08:10:00 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: 08:10:00 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] unit-abot-epc-basic-0: 08:10:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 08:10:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:10:00 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: 08:10:01 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: 08:10:01 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: 08:10:01 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-abot-epc-basic-0: 08:10:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 08:10:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:10:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 08:10:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-oai-hss-0: 08:10:01 DEBUG unit.oai-hss/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 08:10:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-oai-hss-0: 08:10:01 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: 08:10:01 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 08:10:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 08:10:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 08:10:02 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.7 [1303 kB] unit-abot-epc-basic-0: 08:10:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:10:02 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-abot-epc-basic-0: 08:10:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 08:10:02 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: 08:10:02 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:10:02 DEBUG unit.oai-hss/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtcore4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1555 kB] unit-abot-epc-basic-0: 08:10:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 08:10:02 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: 08:10:02 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:10:02 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: 08:10:02 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: 08:10:02 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-abot-epc-basic-0: 08:10:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 08:10:03 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-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:10:03 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: 08:10:03 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-xmlpatterns amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [1028 kB] unit-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 08:10:03 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-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-oai-hss-0: 08:10:03 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 08:10:03 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-oai-hss-0: 08:10:03 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: 08:10:04 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: 08:10:04 DEBUG unit.oai-hss/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxi6 amd64 2:1.7.1.901-1ubuntu1.1 [27.9 kB] unit-abot-epc-basic-0: 08:10:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 08:10:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-abot-epc-basic-0: 08:10:04 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 08:10:04 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-abot-epc-basic-0: 08:10:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 08:10:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-oai-hss-0: 08:10:04 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-abot-epc-basic-0: 08:10:04 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 08:10:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 08:10:04 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: 08:10:04 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:10:04 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: 08:10:04 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-abot-epc-basic-0: 08:10:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 08:10:05 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: 08:10:05 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 08:10:05 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-abot-epc-basic-0: 08:10:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 08:10:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-oai-hss-0: 08:10:05 DEBUG unit.oai-hss/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 08:10:05 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-oai-hss-0: 08:10:05 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: 08:10:05 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: 08:10:05 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: 08:10:06 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: 08:10:06 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: 08:10:06 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: 08:10:06 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: 08:10:06 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-abot-epc-basic-0: 08:10:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 08:10:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-oai-hss-0: 08:10:06 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-162.212 [774 kB] unit-abot-epc-basic-0: 08:10:06 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 08:10:06 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: 08:10:07 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-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-oai-hss-0: 08:10:07 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 08:10:07 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ... unit-oai-hss-0: 08:10:07 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 08:10:07 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 08:10:08 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: 08:10:08 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: 08:10:08 DEBUG unit.oai-hss/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] unit-abot-epc-basic-0: 08:10:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 08:10:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 08:10:09 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 08:10:09 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: 08:10:09 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] unit-abot-epc-basic-0: 08:10:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 08:10:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:10:09 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: 08:10:09 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-epc-0: 08:10:09 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] machine-2: 08:10:09 INFO juju.cmd running jujud [2.3.9 gc go1.10.4] unit-oai-epc-0: 08:10:09 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: 08:10:09 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 08:10:09 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" machine-2: 08:10:09 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 08:10:09 DEBUG juju.agent read agent config, format "2.0" machine-2: 08:10:09 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 08:10:09 DEBUG juju.worker start "api" unit-oai-epc-0: 08:10:09 INFO juju.worker start "api" unit-oai-epc-0: 08:10:09 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. unit-oai-epc-0: 08:10:09 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 08:10:09 DEBUG juju.worker "api" started unit-oai-epc-0: 08:10:09 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 08:10:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 08:10:09 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-epc-0: 08:10:10 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:10:10 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:10:10 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 08:10:10 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: 08:10:10 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 08:10:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... machine-2: 08:10:10 INFO juju.worker.upgradesteps upgrade steps for 2.3.9 have already been run. machine-2: 08:10:10 DEBUG juju.worker start "engine" machine-2: 08:10:10 INFO juju.worker start "engine" machine-2: 08:10:10 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 08:10:10 DEBUG juju.worker "engine" started machine-2: 08:10:10 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.introspection stats worker now serving machine-2: 08:10:10 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "is-controller-flag" manifold worker stopped: "state" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: machine-2: 08:10:10 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "clock" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "clock" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 08:10:10 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "global-clock-updater" manifold worker stopped: "state" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "pubsub-forwarder" manifold worker stopped: "central-hub" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.apicaller connecting with current password machine-2: 08:10:10 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:10:10 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:10:10 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:10:10 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 08:10:10 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:10:10 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 08:10:10 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 08:10:10 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 08:10:10 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-oai-hss-0: 08:10:10 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-abot-epc-basic-0: 08:10:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 08:10:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... machine-2: 08:10:10 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 08:10:10 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 08:10:10 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 08:10:10 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] machine-2: 08:10:11 DEBUG juju.api RPC connection died machine-2: 08:10:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 08:10:11 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 08:10:11 DEBUG juju.api RPC connection died unit-oai-epc-0: 08:10:11 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 08:10:11 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:10:11 INFO juju.api connection established to "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" machine-2: 08:10:11 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:10:11 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 08:10:11 DEBUG juju.api successfully dialed "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:10:11 INFO juju.api connection established to "wss://192.168.121.6:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-epc-0: 08:10:11 DEBUG juju.api successfully dialed "wss://172.30.9.208:17070/model/4d719ffc-b0d9-43ee-8132-970054dba2d2/api" unit-oai-hss-0: 08:10:11 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: 08:10:11 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: 08:10:11 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: 08:10:11 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-epc-0: 08:10:11 DEBUG juju.worker.apicaller connected machine-2: 08:10:11 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 08:10:11 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: 08:10:11 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: 08:10:12 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: 08:10:12 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: 08:10:12 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: 08:10:12 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: 08:10:12 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-abot-epc-basic-0: 08:10:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 08:10:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:10:13 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: 08:10:13 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 08:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 08:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... machine-2: 08:10:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 08:10:13 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "is-primary-controller-flag" manifold worker stopped: "is-controller-flag" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "fan-configurer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 08:10:13 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4097 kB/s) machine-2: 08:10:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 08:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... machine-2: 08:10:13 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 08:10:13 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 08:10:13 INFO juju.worker.upgrader unblocking abort check machine-2: 08:10:13 INFO juju.worker.upgrader desired agent binary version: 2.3.9 machine-2: 08:10:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 08:10:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-hss-0: 08:10:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-epc-0: 08:10:13 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 08:10:13 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 08:10:13 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 08:10:13 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 08:10:13 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 08:10:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.fanconfigurer Processing new fan config machine-2: 08:10:13 DEBUG juju.worker.dependency "transaction-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "fan-configurer" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.logger logger setup machine-2: 08:10:13 DEBUG juju.worker.dependency "log-pruner" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "external-controller-updater" manifold worker stopped: "is-primary-controller-flag" not running: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 08:10:13 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 08:10:13 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 08:10:13 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 08:10:13 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} machine-2: 08:10:13 DEBUG juju.tools.lxdclient LXD snap socket not found, falling back to debian socket: "/var/lib/lxd" machine-2: 08:10:13 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 machine-2: 08:10:13 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 08:10:13 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 08:10:13 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 08:10:13 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: 08:10:13 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 08:10:13 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:10:13 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 08:10:13 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:10:13 DEBUG juju.network including address public:172.30.9.208 for machine machine-2: 08:10:13 DEBUG juju.network including address local-cloud:192.168.121.6 for machine machine-2: 08:10:13 DEBUG juju.network including address local-fan:252.6.0.1 for machine machine-2: 08:10:13 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 08:10:13 DEBUG juju.network including address local-machine:::1 for machine machine-2: 08:10:13 DEBUG juju.network addresses after filtering: [public:172.30.9.208 local-cloud:192.168.121.6 local-fan:252.6.0.1 local-machine:127.0.0.1 local-machine:::1] machine-2: 08:10:13 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 08:10:13 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] machine-2: 08:10:13 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 08:10:13 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 08:10:13 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 08:10:13 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 08:10:13 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 08:10:13 INFO juju.util.exec run result: exit status 127 machine-2: 08:10:13 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec259364744/script.sh: line 1: fanatic: command not found 127 machine-2: 08:10:13 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 08:10:13 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 08:10:13 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 08:10:13 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 08:10:13 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 machine-2: 08:10:13 DEBUG juju.worker.dependency "fan-configurer" manifold worker started machine-2: 08:10:13 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: 08:10:13 DEBUG juju.worker.fanconfigurer Processing new fan config unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 08:10:13 DEBUG juju.worker.fanconfigurer Adding config for 0: 192.168.121.0/24 252.0.0.0/8 unit-oai-epc-0: 08:10:13 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 08:10:13 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.logger logger setup machine-2: 08:10:13 INFO juju.util.exec run result: exit status 127 machine-2: 08:10:13 DEBUG juju.worker.fanconfigurer Launched fanatic enable-fan -u 192.168.121.0/24 -o 252.0.0.0/8 - result /tmp/juju-exec632941372/script.sh: line 1: fanatic: command not found 127 unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 08:10:13 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.208,192.168.121.6,252.6.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 08:10:13 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 08:10:13 DEBUG juju.worker.fanconfigurer Launched fanctl up -a - result 0 unit-abot-epc-basic-0: 08:10:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-oai-epc-0: 08:10:13 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 08:10:13 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 08:10:13 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 08:10:13 DEBUG juju.network including address public:172.30.9.208 for machine unit-oai-epc-0: 08:10:13 DEBUG juju.network including address local-cloud:192.168.121.6 for machine unit-oai-epc-0: 08:10:13 DEBUG juju.network including address local-fan:252.6.0.1 for machine unit-oai-epc-0: 08:10:13 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 08:10:13 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 08:10:13 DEBUG juju.network addresses after filtering: [public:172.30.9.208 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: 08:10:13 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.208:17070 192.168.121.6:17070 252.6.0.1:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 08:10:13 DEBUG juju.agent API server address details [["172.30.9.208: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.208:17070"] unit-oai-epc-0: 08:10:13 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 08:10:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "metric-sender" manifold worker started machine-2: 08:10:13 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 08:10:13 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 08:10:13 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.3.9-trusty-amd64 unit-oai-epc-0: 08:10:13 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.3.9-trusty-amd64/jujud unit-abot-epc-basic-0: 08:10:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... machine-2: 08:10:13 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 08:10:13 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 08:10:13 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:10:13 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 08:10:13 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 08:10:13 DEBUG juju.network including address local-cloud:192.168.121.17 for machine machine-2: 08:10:13 DEBUG juju.network including address local-machine:::1 for machine machine-2: 08:10:13 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] machine-2: 08:10:13 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.17 local-machine:::1] unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 08:10:13 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 08:10:13 INFO juju.worker.uniter hooks are retried true machine-2: 08:10:13 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 08:10:13 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 08:10:13 DEBUG unit.oai-hss/0.install (Reading database ... 109448 files and directories currently installed.) unit-oai-hss-0: 08:10:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... machine-2: 08:10:13 DEBUG juju.worker start "2-container-watcher" machine-2: 08:10:13 DEBUG juju.worker start "stateconverter" machine-2: 08:10:13 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 08:10:13 INFO juju.worker start "2-container-watcher" machine-2: 08:10:13 DEBUG juju.worker "2-container-watcher" started machine-2: 08:10:13 INFO juju.worker start "stateconverter" machine-2: 08:10:13 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 08:10:13 DEBUG juju.worker "stateconverter" started unit-oai-epc-0: 08:10:13 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got update status interval change: ok=true unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 08:10:13 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 08:10:13 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 08:10:13 DEBUG juju.machinelock acquire machine lock for uniter (run install hook) unit-oai-epc-0: 08:10:13 DEBUG juju.machinelock machine lock acquired for uniter (run install hook) unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 08:10:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 08:10:13 INFO juju.worker.upgrader desired agent binary version: 2.3.9 unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:10:14 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + open-port 2152/udp machine-2: 08:10:14 INFO juju.worker.machiner "machine-2" started machine-2: 08:10:14 INFO juju.api.common no addresses observed on interface "tunl0" unit-oai-epc-0: 08:10:14 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-oai-epc-0: 08:10:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + branch=v0.3.2 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-hss-0: 08:10:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 08:10:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:10:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 08:10:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + echo v0.3.2 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-hss-0: 08:10:14 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 08:10:14 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' machine-2: 08:10:14 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:72:85:4c 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:72:85:4c 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: 08:10:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 08:10:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 08:10:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 08:10:15 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:10:15 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: 08:10:15 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-hss-0: 08:10:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 08:10:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-epc-0: 08:10:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:10:15 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 08:10:15 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-hss-0: 08:10:15 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-bin_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-oai-epc-0: 08:10:15 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:10:15 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 08:10:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:10:16 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 08:10:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 08:10:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-dev_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-oai-hss-0: 08:10:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 08:10:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 08:10:16 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 08:10:16 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc freediameter installation fix unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + git checkout v0.3.2 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install HEAD is now at 01f20cc... freediameter installation fix unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 08:10:16 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: 08:10:16 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 08:10:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:10:16 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 08:10:16 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 08:10:16 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:10:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 08:10:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-hss-0: 08:10:17 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-epc-0: 08:10:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 08:10:17 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:10:17 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-abot-epc-basic-0: 08:10:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 08:10:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmircore-dev_0.26.3+16.04.20170605-0ubuntu1.1_amd64.deb ... unit-oai-epc-0: 08:10:17 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:10:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-epc-0: 08:10:17 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-oai-hss-0: 08:10:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 08:10:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 08:10:17 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 08:10:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 08:10:18 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 08:10:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 08:10:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 08:10:18 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 08:10:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 08:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 08:10:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 08:10:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-abot-epc-basic-0: 08:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 08:10:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-oai-hss-0: 08:10:20 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 08:10:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 08:10:20 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: 08:10:20 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 08:10:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 08:10:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 08:10:21 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 08:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 08:10:21 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: 08:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 08:10:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 08:10:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-abot-epc-basic-0: 08:10:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-oai-hss-0: 08:10:21 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 08:10:21 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: 08:10:21 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:10:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 08:10:22 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: 08:10:22 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 08:10:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 08:10:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 08:10:22 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 08:10:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 08:10:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-oai-hss-0: 08:10:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 08:10:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 08:10:23 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 08:10:23 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 08:10:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 08:10:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 08:10:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 08:10:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-oai-hss-0: 08:10:24 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 08:10:24 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 08:10:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 08:10:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 08:10:25 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 08:10:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 08:10:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 08:10:25 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 08:10:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 08:10:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-oai-hss-0: 08:10:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 08:10:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 08:10:26 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 08:10:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 08:10:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:26 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 08:10:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 08:10:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:10:26 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 08:10:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-abot-epc-basic-0: 08:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-oai-hss-0: 08:10:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-oai-hss-0: 08:10:27 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 08:10:27 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 08:10:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 08:10:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 08:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 08:10:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 08:10:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 08:10:28 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 08:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 08:10:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 08:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-oai-hss-0: 08:10:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 08:10:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 08:10:28 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-abot-epc-basic-0: 08:10:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 08:10:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 08:10:28 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-oai-hss-0: 08:10:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 08:10:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 08:10:29 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 08:10:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 08:10:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 08:10:29 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 08:10:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 08:10:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-oai-hss-0: 08:10:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 08:10:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-abot-epc-basic-0: 08:10:30 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 08:10:30 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 08:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-abot-epc-basic-0: 08:10:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 08:10:31 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 08:10:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 08:10:31 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 08:10:31 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-oai-hss-0: 08:10:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 08:10:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 08:10:32 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 08:10:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 08:10:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:32 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 08:10:32 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 08:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 08:10:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-oai-hss-0: 08:10:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-abot-epc-basic-0: 08:10:33 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 08:10:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.7_amd64.deb ... unit-oai-hss-0: 08:10:33 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-abot-epc-basic-0: 08:10:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 08:10:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 08:10:34 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-oai-hss-0: 08:10:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 08:10:34 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: 08:10:34 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 08:10:34 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: 08:10:34 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:10:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 08:10:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-oai-hss-0: 08:10:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 08:10:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:35 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 08:10:35 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 08:10:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:10:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 08:10:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 08:10:36 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: 08:10:36 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 08:10:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 08:10:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 08:10:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 08:10:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 08:10:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt11-dev_1.5.4-3+really1.6.5-2ubuntu0.5_all.deb ... unit-oai-hss-0: 08:10:37 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 08:10:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 08:10:37 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: 08:10:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 08:10:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 08:10:37 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: 08:10:37 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 08:10:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 08:10:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 08:10:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:38 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 08:10:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 08:10:39 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: 08:10:39 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 08:10:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 08:10:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 08:10:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 08:10:40 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: 08:10:41 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 08:10:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 08:10:41 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 08:10:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 08:10:41 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: 08:10:41 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 08:10:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 08:10:42 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 08:10:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 08:10:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 08:10:42 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 08:10:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 08:10:42 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: 08:10:42 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 08:10:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 08:10:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 08:10:43 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 08:10:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 08:10:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:43 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 08:10:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 08:10:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 08:10:43 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 08:10:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 08:10:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-abot-epc-basic-0: 08:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 08:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.5ubuntu1_amd64.deb ... unit-oai-hss-0: 08:10:44 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 08:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 08:10:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 08:10:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 08:10:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 08:10:44 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:10:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-oai-hss-0: 08:10:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 08:10:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 08:10:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 08:10:45 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 08:10:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-oai-hss-0: 08:10:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 08:10:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-oai-hss-0: 08:10:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:46 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 08:10:46 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 08:10:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:46 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:10:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 08:10:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:10:47 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:10:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 08:10:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-oai-hss-0: 08:10:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 08:10:47 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: 08:10:47 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 08:10:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 08:10:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 08:10:48 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 08:10:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 08:10:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 08:10:48 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 08:10:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 08:10:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-oai-hss-0: 08:10:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 08:10:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:10:49 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 08:10:49 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 08:10:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 08:10:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 08:10:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:10:50 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:10:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 08:10:50 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: 08:10:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-oai-hss-0: 08:10:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 08:10:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 08:10:50 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-abot-epc-basic-0: 08:10:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 08:10:50 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: 08:10:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-oai-hss-0: 08:10:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 08:10:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 08:10:51 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 08:10:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 08:10:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 08:10:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 08:10:51 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: 08:10:51 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 08:10:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 08:10:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 08:10:51 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 08:10:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 08:10:52 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: 08:10:52 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 08:10:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 08:10:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 08:10:52 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 08:10:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 08:10:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:52 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 08:10:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 08:10:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 08:10:53 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 08:10:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 08:10:53 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: 08:10:53 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 08:10:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 08:10:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 08:10:54 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 08:10:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 08:10:55 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: 08:10:55 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 08:10:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 08:10:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 08:10:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-oai-hss-0: 08:10:55 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:10:55 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: 08:10:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 08:10:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 08:10:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 08:10:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 08:10:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 08:10:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-162.212_amd64.deb ... unit-oai-hss-0: 08:10:55 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-162.212) ... unit-abot-epc-basic-0: 08:10:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 08:10:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 08:10:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 08:10:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 08:10:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-oai-hss-0: 08:10:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 08:10:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-abot-epc-basic-0: 08:10:56 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 08:10:56 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:10:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 08:10:57 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: 08:10:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 08:10:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 08:10:57 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: 08:10:58 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 08:10:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 08:10:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 08:10:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-oai-hss-0: 08:10:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 08:10:59 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 08:10:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 08:10:59 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: 08:10:59 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 08:10:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 08:11:00 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-oai-hss-0: 08:11:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 08:11:00 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: 08:11:00 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:11:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 08:11:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 08:11:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 08:11:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 08:11:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 08:11:01 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 08:11:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 08:11:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 08:11:01 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 08:11:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 08:11:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 08:11:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 08:11:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-oai-hss-0: 08:11:02 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:11:02 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 08:11:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 08:11:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 08:11:03 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 08:11:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 08:11:03 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: 08:11:03 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:11:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 08:11:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 08:11:03 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 08:11:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 08:11:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 08:11:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-oai-hss-0: 08:11:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 08:11:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 08:11:05 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 08:11:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 08:11:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-oai-hss-0: 08:11:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 08:11:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 08:11:05 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 08:11:05 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-oai-hss-0: 08:11:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 08:11:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 08:11:05 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 08:11:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 08:11:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 08:11:06 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 08:11:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 08:11:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 08:11:06 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 08:11:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 08:11:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 08:11:06 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 08:11:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 08:11:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 08:11:07 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 08:11:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 08:11:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 08:11:08 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 08:11:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 08:11:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 08:11:09 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 08:11:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 08:11:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 08:11:09 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-abot-epc-basic-0: 08:11:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 08:11:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 08:11:10 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 08:11:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 08:11:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 08:11:11 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 08:11:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 08:11:11 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: 08:11:11 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 08:11:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 08:11:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 08:11:11 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 08:11:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 08:11:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 08:11:12 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-abot-epc-basic-0: 08:11:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 08:11:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:11:13 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 08:11:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 08:11:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 08:11:13 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 08:11:13 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 08:11:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 08:11:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 08:11:14 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 08:11:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 08:11:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 08:11:14 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 08:11:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 08:11:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 08:11:14 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 08:11:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 08:11:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 08:11:15 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 08:11:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 08:11:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 08:11:15 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 08:11:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 08:11:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 08:11:15 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-abot-epc-basic-0: 08:11:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 08:11:15 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: 08:11:15 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 08:11:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 08:11:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 08:11:16 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 08:11:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 08:11:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 08:11:16 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 08:11:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 08:11:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 08:11:16 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 08:11:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 08:11:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 08:11:16 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 08:11:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 08:11:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 08:11:17 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 08:11:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 08:11:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 08:11:17 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 08:11:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 08:11:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-oai-hss-0: 08:11:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 08:11:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 08:11:17 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 08:11:17 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 08:11:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 08:11:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 08:11:18 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:11:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 08:11:18 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: 08:11:18 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:11:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 08:11:18 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: 08:11:18 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 08:11:19 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:11:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 08:11:19 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: 08:11:19 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:11:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 08:11:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-abot-epc-basic-0: 08:11:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 08:11:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 08:11:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 08:11:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 08:11:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 08:11:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 08:11:22 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 08:11:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 08:11:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 08:11:22 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 08:11:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 08:11:23 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: 08:11:23 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:11:23 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 08:11:23 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 08:11:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 08:11:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 08:11:24 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 08:11:24 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 08:11:24 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 08:11:24 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 08:11:24 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 08:11:25 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 08:11:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 08:11:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:11:25 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 08:11:25 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 08:11:26 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:11:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 08:11:26 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: 08:11:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 08:11:26 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 08:11:26 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-abot-epc-basic-0: 08:11:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 08:11:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 08:11:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 08:11:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 08:11:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:11:27 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 08:11:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 08:11:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 08:11:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-oai-hss-0: 08:11:28 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 08:11:28 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 08:11:29 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 08:11:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 08:11:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-oai-hss-0: 08:11:29 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 08:11:29 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 08:11:29 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 08:11:29 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 08:11:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 08:11:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 08:11:29 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-oai-hss-0: 08:11:30 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 08:11:30 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 08:11:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 08:11:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:11:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 08:11:30 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 08:11:31 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 08:11:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 08:11:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:11:31 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:11:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 08:11:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:11:32 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-oai-hss-0: 08:11:32 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 08:11:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 08:11:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 08:11:32 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 08:11:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 08:11:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.7+dfsg-5ubuntu2_all.deb ... unit-abot-epc-basic-0: 08:11:33 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:11:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 08:11:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:11:34 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:11:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 08:11:35 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: 08:11:35 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:36 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 08:11:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 08:11:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:11:36 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:36 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 08:11:36 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 08:11:37 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 08:11:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 08:11:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-network_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:11:37 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:37 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 08:11:37 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.7) ... unit-oai-hss-0: 08:11:38 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:11:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 08:11:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 08:11:38 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:11:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:39 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 08:11:39 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:11:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 08:11:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:11:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:40 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 08:11:40 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 08:11:40 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:11:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 08:11:41 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: 08:11:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:41 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 08:11:41 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 08:11:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 08:11:41 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: 08:11:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:11:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 08:11:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:11:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:11:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 08:11:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 08:11:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 08:11:43 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 08:11:44 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 08:11:44 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:11:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 08:11:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-oai-hss-0: 08:11:44 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 08:11:44 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 08:11:44 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:11:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 08:11:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:11:45 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:45 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 08:11:45 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:11:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 08:11:45 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: 08:11:46 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:46 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 08:11:46 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:11:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 08:11:46 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: 08:11:46 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:46 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 08:11:46 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-abot-epc-basic-0: 08:11:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 08:11:47 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: 08:11:47 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:11:47 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 08:11:47 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 08:11:47 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-abot-epc-basic-0: 08:11:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-abot-epc-basic-0: 08:11:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 08:11:47 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 08:11:47 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 08:11:48 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-abot-epc-basic-0: 08:11:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 08:11:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 08:11:48 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 08:11:48 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 08:11:48 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 08:11:48 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:11:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 08:11:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 08:11:48 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 08:11:48 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-162.212) ... unit-oai-hss-0: 08:11:48 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 08:11:49 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:11:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 08:11:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 08:11:49 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 08:11:49 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 08:11:49 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 08:11:49 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 08:11:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 08:11:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 08:11:50 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 08:11:50 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 08:11:50 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 08:11:50 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 08:11:50 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 08:11:50 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: 08:11:50 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 08:11:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 08:11:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:11:51 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:11:51 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 08:11:51 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 08:11:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 08:11:51 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: 08:11:51 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 08:11:51 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 08:11:51 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 08:11:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 08:11:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 08:11:52 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:11:52 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 08:11:52 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 08:11:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 08:11:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 08:11:52 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 08:11:52 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:11:52 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 08:11:53 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 08:11:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 08:11:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 08:11:53 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 08:11:53 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-hss-0: 08:11:53 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 08:11:53 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 08:11:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 08:11:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 08:11:53 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 08:11:53 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 08:11:53 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 08:11:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 08:11:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 08:11:54 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-oai-hss-0: 08:11:54 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 08:11:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 08:11:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.20-1_amd64.deb ... unit-oai-hss-0: 08:11:54 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 08:11:54 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 08:11:55 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 08:11:55 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:11:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 08:11:55 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: 08:11:55 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 08:11:55 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 08:11:56 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-abot-epc-basic-0: 08:11:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 08:11:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 08:11:56 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 08:11:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 08:11:57 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 08:11:57 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 08:11:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 08:11:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 08:11:57 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-oai-hss-0: 08:11:57 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 08:11:57 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 08:11:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 08:11:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 08:11:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 08:11:58 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 08:11:58 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:11:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 08:11:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 08:11:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 08:11:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 08:11:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:11:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:11:59 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 08:11:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 08:11:59 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: 08:11:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 08:12:00 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:12:00 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 08:12:00 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 08:12:00 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: 08:12:00 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-abot-epc-basic-0: 08:12:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 08:12:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 08:12:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 08:12:00 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: 08:12:00 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-abot-epc-basic-0: 08:12:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-abot-epc-basic-0: 08:12:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 08:12:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 08:12:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 08:12:01 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: 08:12:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-oai-hss-0: 08:12:01 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: 08:12:01 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 2s (697 kB/s) unit-abot-epc-basic-0: 08:12:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 08:12:01 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: 08:12:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 08:12:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 08:12:02 DEBUG unit.oai-hss/0.install (Reading database ... 116177 files and directories currently installed.) unit-oai-hss-0: 08:12:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 08:12:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 08:12:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libzzip-0-13_0.13.62-3ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 08:12:02 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-abot-epc-basic-0: 08:12:02 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 08:12:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 08:12:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 08:12:03 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 08:12:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 08:12:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 08:12:03 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 08:12:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 08:12:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 08:12:04 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 08:12:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 08:12:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 08:12:04 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:12:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 08:12:04 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: 08:12:04 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:12:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 08:12:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-oai-hss-0: 08:12:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 08:12:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 08:12:05 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-oai-hss-0: 08:12:06 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:12:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-oai-hss-0: 08:12:06 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:12:06 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: 08:12:06 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:12:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 08:12:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 08:12:07 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 08:12:07 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 08:12:09 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-abot-epc-basic-0: 08:12:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 08:12:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 08:12:09 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 08:12:09 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 08:12:10 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 08:12:10 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:12:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 08:12:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 08:12:11 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 08:12:11 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 08:12:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 08:12:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 08:12:12 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install Need to get 11.0 MB of archives. unit-oai-hss-0: 08:12:12 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 08:12:12 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: 08:12:13 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: 08:12:13 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] unit-abot-epc-basic-0: 08:12:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-oai-hss-0: 08:12:13 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.62-0ubuntu0.14.04.1 [3754 kB] unit-abot-epc-basic-0: 08:12:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 08:12:13 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 08:12:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 08:12:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-oai-hss-0: 08:12:14 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-abot-epc-basic-0: 08:12:14 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 08:12:14 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: 08:12:14 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-abot-epc-basic-0: 08:12:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 08:12:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 08:12:14 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-oai-hss-0: 08:12:14 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: 08:12:15 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-abot-epc-basic-0: 08:12:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 08:12:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-oai-hss-0: 08:12:15 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: 08:12:15 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-oai-hss-0: 08:12:15 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: 08:12:15 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-abot-epc-basic-0: 08:12:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 08:12:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-oai-hss-0: 08:12:15 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-abot-epc-basic-0: 08:12:15 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 08:12:15 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: 08:12:15 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: 08:12:16 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: 08:12:16 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: 08:12:16 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: 08:12:16 DEBUG unit.oai-hss/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.26 [1072 kB] unit-oai-hss-0: 08:12:16 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.26 [971 kB] unit-abot-epc-basic-0: 08:12:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 08:12:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 08:12:16 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-oai-hss-0: 08:12:16 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: 08:12:16 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-abot-epc-basic-0: 08:12:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 08:12:17 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: 08:12:17 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-oai-hss-0: 08:12:17 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.62-0ubuntu0.14.04.1 [11.0 kB] unit-abot-epc-basic-0: 08:12:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 08:12:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-oai-hss-0: 08:12:17 DEBUG unit.oai-hss/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0-dev amd64 0.9-1 [292 kB] unit-abot-epc-basic-0: 08:12:17 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-oai-hss-0: 08:12:17 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 08:12:17 DEBUG unit.oai-hss/0.install Fetched 11.0 MB in 5s (2164 kB/s) unit-abot-epc-basic-0: 08:12:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 08:12:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 08:12:17 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 08:12:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 08:12:17 DEBUG unit.oai-hss/0.install (Reading database ... 116288 files and directories currently installed.) unit-oai-hss-0: 08:12:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 08:12:18 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 08:12:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 08:12:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 08:12:18 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 08:12:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 08:12:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 08:12:18 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 08:12:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 08:12:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 08:12:18 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 08:12:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 08:12:19 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: 08:12:19 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-oai-hss-0: 08:12:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 08:12:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 08:12:19 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 08:12:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 08:12:19 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: 08:12:19 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:12:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 08:12:19 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: 08:12:20 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.11) ... unit-abot-epc-basic-0: 08:12:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 08:12:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 08:12:20 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-oai-hss-0: 08:12:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 08:12:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:12:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 08:12:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 08:12:20 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 08:12:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 08:12:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 08:12:21 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 08:12:21 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:12:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 08:12:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 08:12:22 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 08:12:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 08:12:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-oai-hss-0: 08:12:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 08:12:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-abot-epc-basic-0: 08:12:22 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-oai-hss-0: 08:12:22 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 08:12:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 08:12:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-oai-hss-0: 08:12:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 08:12:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-abot-epc-basic-0: 08:12:23 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-oai-hss-0: 08:12:23 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 08:12:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 08:12:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-abot-epc-basic-0: 08:12:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 08:12:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 08:12:24 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-abot-epc-basic-0: 08:12:25 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:12:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 08:12:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 08:12:25 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 08:12:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 08:12:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:12:25 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 08:12:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 08:12:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 08:12:26 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 08:12:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 08:12:26 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: 08:12:26 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 08:12:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 08:12:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 08:12:26 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 08:12:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 08:12:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 08:12:26 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 08:12:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 08:12:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 08:12:27 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 08:12:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 08:12:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 08:12:27 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 08:12:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 08:12:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 08:12:28 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 08:12:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 08:12:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.62-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 08:12:29 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:12:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 08:12:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 08:12:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 08:12:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 08:12:29 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 08:12:29 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 08:12:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 08:12:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 08:12:30 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 08:12:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 08:12:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base-doc_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 08:12:30 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 08:12:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 08:12:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 08:12:31 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 08:12:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 08:12:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 08:12:31 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 08:12:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 08:12:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 08:12:32 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 08:12:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 08:12:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 08:12:33 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 08:12:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 08:12:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.62-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 08:12:33 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:12:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 08:12:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 08:12:34 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 08:12:34 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:12:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 08:12:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 08:12:35 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 08:12:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 08:12:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 08:12:35 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 08:12:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 08:12:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:12:36 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-oai-hss-0: 08:12:36 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 08:12:36 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 08:12:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 08:12:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 08:12:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-oai-hss-0: 08:12:36 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 08:12:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 08:12:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 08:12:37 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 08:12:37 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 08:12:37 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 08:12:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 08:12:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 08:12:37 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 08:12:38 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:12:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 08:12:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:12:38 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 08:12:38 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.62-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 08:12:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 08:12:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 08:12:39 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 08:12:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 08:12:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 08:12:40 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 08:12:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 08:12:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 08:12:41 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 08:12:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 08:12:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 08:12:41 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:12:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 08:12:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 08:12:43 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 08:12:44 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 08:12:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 08:12:45 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: 08:12:45 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 08:12:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 08:12:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 08:12:46 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 08:12:47 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 08:12:47 DEBUG unit.oai-hss/0.install 181119 8:12:47 [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: 08:12:47 DEBUG unit.oai-hss/0.install 181119 8:12:47 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 08:12:47 DEBUG unit.oai-hss/0.install 181119 8:12:47 [Note] /usr/sbin/mysqld (mysqld 5.5.62-0ubuntu0.14.04.1) starting as process 11651 ... unit-abot-epc-basic-0: 08:12:52 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:12:52 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 08:12:52 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:12:52 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.8) ... unit-abot-epc-basic-0: 08:12:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 08:12:53 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: 08:12:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:12:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 08:12:53 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 08:12:58 DEBUG unit.oai-hss/0.install mysql start/running, process 11784 unit-oai-hss-0: 08:12:58 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 08:12:59 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 08:12:59 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 08:12:59 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 08:12:59 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 08:13:00 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 08:13:00 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 08:13:00 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 08:13:00 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 08:13:01 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 08:13:01 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:13:01 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 08:13:01 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 08:13:02 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 08:13:02 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 08:13:02 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 08:13:03 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 08:13:03 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 08:13:03 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 08:13:03 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.62-0ubuntu0.14.04.1) ... unit-oai-hss-0: 08:13:03 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 08:13:04 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 08:13:04 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: 08:13:05 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: 08:13:05 DEBUG unit.oai-hss/0.install Fetched 300 kB in 1s (268 kB/s) unit-oai-hss-0: 08:13:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 08:13:05 DEBUG unit.oai-hss/0.install (Reading database ... 118289 files and directories currently installed.) unit-oai-hss-0: 08:13:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:13:06 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 08:13:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 08:13:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:13:06 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 08:13:07 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 08:13:07 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 08:13:08 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install --2018-11-19 08:13:09-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 08:13:09 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: 08:13:09 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 378K 3s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 759K 2s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 768K 2s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 48.2M 1s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 41.3M 1s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 781K 1s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 49.1M 1s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 51.0M 1s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 46.3M 0s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 50.9M 0s unit-oai-hss-0: 08:13:09 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 57.4M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 815K 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 44.3M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 51.4M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 51.9M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 46.6M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 42.0M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 57.3M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 51.6M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 53.0M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 61.7M 0s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 82.1M=0.4s unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install 2018-11-19 08:13:10 (2.62 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 08:13:10 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 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: 08:13:11 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 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: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:11 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:11 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 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: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 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: 08:13:12 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:12 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:12 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 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: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 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: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:13 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:13 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 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: 08:13:14 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 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: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:14 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:14 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:15 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:15 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 08:13:16 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:16 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: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 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: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 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: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:17 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:17 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 08:13:18 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: 08:13:18 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 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: 08:13:18 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 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: 08:13:18 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 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: 08:13:18 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 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: 08:13:18 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 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: 08:13:18 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: 08:13:18 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 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: 08:13:18 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:18 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:18 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 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: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 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: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 08:13:19 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: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 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: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:19 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:19 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:20 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:20 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:20 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:20 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:20 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:21 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.11) ... unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:21 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:21 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:21 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:21 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 08:13:21 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 08:13:21 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 08:13:22 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/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: 08:13:22 DEBUG unit.oai-hss/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: 08:13:22 DEBUG unit.oai-hss/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: 08:13:22 DEBUG unit.oai-hss/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: 08:13:22 DEBUG unit.oai-hss/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: 08:13:22 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 08:13:22 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: 08:13:22 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 08:13:22 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: 08:13:22 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: 08:13:22 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-abot-epc-basic-0: 08:13:22 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 08:13:22 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: 08:13:22 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-abot-epc-basic-0: 08:13:22 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.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: 08:13:22 DEBUG unit.oai-hss/0.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-abot-epc-basic-0: 08:13:22 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.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: 08:13:22 DEBUG unit.oai-hss/0.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: 08:13:22 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:22 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:23 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:24 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:24 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-oai-hss-0: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:24 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-oai-hss-0: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:24 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-mysql-0: 08:13:25 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 08:13:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:13:25 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 08:13:25 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 08:13:25 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 08:13:25 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 08:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-mysql-0: 08:13:25 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 08:13:25 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-mysql-0: 08:13:25 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 08:13:25 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 08:13:25 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:13:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:25 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: 08:13:25 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-abot-epc-basic-0: 08:13:25 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 08:13:25 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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-abot-epc-basic-0: 08:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-abot-epc-basic-0: 08:13:26 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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-abot-epc-basic-0: 08:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 DEBUG unit.oai-hss/0.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: 08:13:26 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: 08:13:26 DEBUG unit.oai-hss/0.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-abot-epc-basic-0: 08:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.13) ... unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 08:13:26 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: 08:13:26 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:26 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: 08:13:26 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:13:26 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: 08:13:26 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 08:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:26 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:26 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:27 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 08:13:27 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 08:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.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: 08:13:27 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-abot-epc-basic-0: 08:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 08:13:27 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: 08:13:27 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: sha1 unit-abot-epc-basic-0: 08:13:27 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 08:13:27 DEBUG unit.oai-hss/0.install PASS: buffer unit-abot-epc-basic-0: 08:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 08:13:27 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:27 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: 08:13:27 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: 08:13:28 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: bignum unit-abot-epc-basic-0: 08:13:28 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 08:13:28 DEBUG unit.oai-hss/0.install PASS: dsa unit-abot-epc-basic-0: 08:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 08:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: cxx unit-abot-epc-basic-0: 08:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 08:13:29 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: 08:13:29 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 08:13:29 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: 08:13:29 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 08:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:13:29 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 08:13:29 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install libtspi1 unit-abot-epc-basic-0: 08:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 08:13:30 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-abot-epc-basic-0: 08:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 08:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:13:30 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 08:13:31 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-abot-epc-basic-0: 08:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 08:13:31 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-abot-epc-basic-0: 08:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 08:13:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:13:31 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: 08:13:31 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: 08:13:32 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: 08:13:32 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-abot-epc-basic-0: 08:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (944 kB/s) unit-abot-epc-basic-0: 08:13:32 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode unit-abot-epc-basic-0: 08:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install (Reading database ... 118307 files and directories currently installed.) unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 08:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 08:13:32 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 08:13:32 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 08:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 08:13:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 08:13:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:13:33 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-hss-0: 08:13:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 08:13:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:13:33 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 08:13:34 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 08:13:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 08:13:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 08:13:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 08:13:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 08:13:34 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 08:13:34 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 08:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 08:13:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 08:13:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 08:13:35 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 08:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-oai-hss-0: 08:13:35 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 08:13:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:13:35 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:36 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:36 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:13:36 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:13:36 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:13:36 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 08:13:36 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:13:36 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 08:13:37 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:37 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 08:13:37 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-oai-hss-0: 08:13:37 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 08:13:37 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-oai-hss-0: 08:13:37 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 08:13:37 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-hss-0: 08:13:37 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 08:13:38 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 08:13:38 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 08:13:38 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 08:13:38 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-abot-epc-basic-0: 08:13:38 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 08:13:38 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 08:13:38 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 08:13:39 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 08:13:39 DEBUG unit.oai-hss/0.install --2018-11-19 08:13:39-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 08:13:39 DEBUG unit.oai-hss/0.install Resolving mirrors.dotsrc.org (mirrors.dotsrc.org)... 130.225.254.116, 2001:878:346::116 unit-abot-epc-basic-0: 08:13:39 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 08:13:39 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 144K 35s unit-abot-epc-basic-0: 08:13:40 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 299K 25s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 532K 20s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 626K 17s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 952K 14s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.13M 12s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.19M 11s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.51M 10s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.66M 9s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.84M 8s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.05M 8s unit-oai-hss-0: 08:13:40 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 1.70M 7s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.48M 7s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.72M 6s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.09M 6s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.21M 5s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.33M 5s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.72M 5s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.53M 5s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.52M 4s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.02M 4s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.84M 4s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.51M 4s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.38M 4s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.73M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 4.78M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.04M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.50M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.42M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 5.87M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.56M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.00M 3s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.17M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.27M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 6.23M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.27M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.05M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 8.13M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.11M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 8.07M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 8.78M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 7.70M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 9.18M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 8.63M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 10.1M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 8.91M 2s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 10.8M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 9.39M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.80M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.6M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 11.3M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 10.3M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 10.7M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 12.2M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 10.5M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.4M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 14.2M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 11.0M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.0M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 12.4M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 9.99M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 12.9M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 12.1M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 11.7M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 12.5M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 14.2M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 12.1M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 15.6M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 13.0M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 13.7M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 11.7M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 17.3M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 11.5M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 19.1M 1s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 16.9M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 12.3M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 16.1M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 17.2M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 10.6M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 21.5M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 17.9M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 13.6M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 17.0M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 16.6M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 19.1M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 17.9M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 20.5M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 15.4M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 17.0M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 25.0M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 16.7M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 20.7M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 15.9M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 21.4M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 17.5M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 20.7M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 20.6M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 17.5M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 22.5M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 26.9M 0s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 16.1M=1.5s unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install 2018-11-19 08:13:41 (3.32 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 08:13:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 08:13:42 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 08:13:43 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: 08:13:43 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 08:13:43 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 08:13:44 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-abot-epc-basic-0: 08:13:45 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-abot-epc-basic-0: 08:13:45 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 08:13:45 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-abot-epc-basic-0: 08:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-abot-epc-basic-0: 08:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-abot-epc-basic-0: 08:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-abot-epc-basic-0: 08:13:46 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-abot-epc-basic-0: 08:13:46 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 08:13:46 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-abot-epc-basic-0: 08:13:47 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-abot-epc-basic-0: 08:13:47 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-abot-epc-basic-0: 08:13:47 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-abot-epc-basic-0: 08:13:47 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 08:13:47 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-abot-epc-basic-0: 08:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-abot-epc-basic-0: 08:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-abot-epc-basic-0: 08:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-abot-epc-basic-0: 08:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-abot-epc-basic-0: 08:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-abot-epc-basic-0: 08:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-abot-epc-basic-0: 08:13:48 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 08:13:48 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-abot-epc-basic-0: 08:13:49 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-abot-epc-basic-0: 08:13:49 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-abot-epc-basic-0: 08:13:49 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-abot-epc-basic-0: 08:13:49 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 08:13:49 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 08:13:50 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 08:13:50 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 08:13:50 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-abot-epc-basic-0: 08:13:50 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-oai-hss-0: 08:13:50 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 08:13:50 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 08:13:50 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 08:13:50 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-abot-epc-basic-0: 08:13:50 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 08:13:50 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 08:13:50 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: 08:13:50 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 08:13:51 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 08:13:51 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-abot-epc-basic-0: 08:13:51 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-abot-epc-basic-0: 08:13:51 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-abot-epc-basic-0: 08:13:51 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-abot-epc-basic-0: 08:13:51 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 08:13:51 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-abot-epc-basic-0: 08:13:52 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-abot-epc-basic-0: 08:13:52 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-abot-epc-basic-0: 08:13:52 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-abot-epc-basic-0: 08:13:52 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-abot-epc-basic-0: 08:13:52 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for getline... yes unit-abot-epc-basic-0: 08:13:52 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 08:13:52 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: 08:13:52 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: 08:13:52 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 08:13:52 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-abot-epc-basic-0: 08:13:53 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-abot-epc-basic-0: 08:13:53 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-abot-epc-basic-0: 08:13:53 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-oai-hss-0: 08:13:53 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-abot-epc-basic-0: 08:13:54 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-abot-epc-basic-0: 08:13:54 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-abot-epc-basic-0: 08:13:54 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-abot-epc-basic-0: 08:13:54 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-abot-epc-basic-0: 08:13:54 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 08:13:54 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-abot-epc-basic-0: 08:13:55 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-abot-epc-basic-0: 08:13:55 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-abot-epc-basic-0: 08:13:55 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-abot-epc-basic-0: 08:13:55 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-abot-epc-basic-0: 08:13:55 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 08:13:55 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-abot-epc-basic-0: 08:13:56 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 08:13:56 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-abot-epc-basic-0: 08:13:56 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 08:13:56 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 08:13:56 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 08:13:56 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 08:13:57 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-abot-epc-basic-0: 08:13:57 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-abot-epc-basic-0: 08:13:57 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-abot-epc-basic-0: 08:13:57 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-abot-epc-basic-0: 08:13:57 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 08:13:57 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-abot-epc-basic-0: 08:13:58 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:13:58 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-abot-epc-basic-0: 08:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-abot-epc-basic-0: 08:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-abot-epc-basic-0: 08:13:58 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-abot-epc-basic-0: 08:13:58 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 08:13:58 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-abot-epc-basic-0: 08:13:59 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 08:13:59 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-abot-epc-basic-0: 08:14:00 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-abot-epc-basic-0: 08:14:00 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-abot-epc-basic-0: 08:14:00 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-abot-epc-basic-0: 08:14:00 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:14:00 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-oai-hss-0: 08:14:00 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-abot-epc-basic-0: 08:14:01 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-abot-epc-basic-0: 08:14:01 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/share/ghostscript/9.25 to provide /usr/share/ghostscript/current (ghostscript-current) in auto mode unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-abot-epc-basic-0: 08:14:01 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-abot-epc-basic-0: 08:14:01 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 unit-abot-epc-basic-0: 08:14:01 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.25~dfsg+1-0ubuntu0.16.04.2) ... unit-oai-hss-0: 08:14:01 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-abot-epc-basic-0: 08:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-abot-epc-basic-0: 08:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-abot-epc-basic-0: 08:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-abot-epc-basic-0: 08:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-abot-epc-basic-0: 08:14:02 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 08:14:02 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: 08:14:02 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: 08:14:02 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 08:14:02 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: 08:14:02 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for mt... mt unit-abot-epc-basic-0: 08:14:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-abot-epc-basic-0: 08:14:02 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-oai-hss-0: 08:14:02 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 08:14:03 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: 08:14:03 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-abot-epc-basic-0: 08:14:03 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 08:14:03 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: 08:14:03 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: 08:14:03 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-abot-epc-basic-0: 08:14:03 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 08:14:03 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: 08:14:03 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-abot-epc-basic-0: 08:14:03 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-abot-epc-basic-0: 08:14:03 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: 08:14:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot4 (gnuplot4) in auto mode unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-abot-epc-basic-0: 08:14:03 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-abot-epc-basic-0: 08:14:03 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 08:14:03 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-abot-epc-basic-0: 08:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-abot-epc-basic-0: 08:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-abot-epc-basic-0: 08:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-abot-epc-basic-0: 08:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-abot-epc-basic-0: 08:14:04 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-oai-hss-0: 08:14:04 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-abot-epc-basic-0: 08:14:05 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-abot-epc-basic-0: 08:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Nov 19 08:07 /dev/zero unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-abot-epc-basic-0: 08:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-abot-epc-basic-0: 08:14:05 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 08:14:05 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-abot-epc-basic-0: 08:14:06 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-abot-epc-basic-0: 08:14:06 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-abot-epc-basic-0: 08:14:06 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-abot-epc-basic-0: 08:14:06 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-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-abot-epc-basic-0: 08:14:06 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 08:14:06 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-abot-epc-basic-0: 08:14:07 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-abot-epc-basic-0: 08:14:07 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-abot-epc-basic-0: 08:14:07 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-abot-epc-basic-0: 08:14:07 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-abot-epc-basic-0: 08:14:07 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-abot-epc-basic-0: 08:14:07 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 08:14:07 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-abot-epc-basic-0: 08:14:08 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-abot-epc-basic-0: 08:14:08 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-abot-epc-basic-0: 08:14:08 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 08:14:08 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-abot-epc-basic-0: 08:14:08 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 08:14:09 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 08:14:09 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install *** unit-abot-epc-basic-0: 08:14:09 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Compiling gnutls unit-abot-epc-basic-0: 08:14:09 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 08:14:09 DEBUG unit.oai-hss/0.install GEN unistd.h unit-abot-epc-basic-0: 08:14:10 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-abot-epc-basic-0: 08:14:10 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-abot-epc-basic-0: 08:14:10 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 08:14:10 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 08:14:11 DEBUG unit.oai-hss/0.install CC base64.lo unit-abot-epc-basic-0: 08:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:14:11 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-abot-epc-basic-0: 08:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 08:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 08:14:11 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-abot-epc-basic-0: 08:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4.1) ... unit-abot-epc-basic-0: 08:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 08:14:11 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 08:14:11 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-abot-epc-basic-0: 08:14:11 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 08:14:11 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 08:14:11 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-abot-epc-basic-0: 08:14:12 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC progname.lo unit-abot-epc-basic-0: 08:14:12 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4.1) ... unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC timespec.lo unit-abot-epc-basic-0: 08:14:12 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 08:14:12 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-abot-epc-basic-0: 08:14:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC xsize.lo unit-abot-epc-basic-0: 08:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-abot-epc-basic-0: 08:14:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-abot-epc-basic-0: 08:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-abot-epc-basic-0: 08:14:13 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 08:14:13 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-abot-epc-basic-0: 08:14:14 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-oai-hss-0: 08:14:14 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 08:14:14 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-abot-epc-basic-0: 08:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 08:14:14 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 08:14:14 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-abot-epc-basic-0: 08:14:14 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-oai-hss-0: 08:14:14 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 08:14:14 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-abot-epc-basic-0: 08:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 08:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 08:14:15 DEBUG unit.oai-hss/0.install CC crl.lo unit-abot-epc-basic-0: 08:14:15 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 08:14: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-oai-hss-0: 08:14:16 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-abot-epc-basic-0: 08:14:16 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 08:14:16 DEBUG unit.oai-hss/0.install CC crq.lo unit-abot-epc-basic-0: 08:14:16 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-oai-hss-0: 08:14:16 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 08:14:16 DEBUG unit.oai-hss/0.install CC extensions.lo unit-abot-epc-basic-0: 08:14:17 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: 08:14:17 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: 08:14:17 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 08:14:17 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 08:14:17 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 08:14:17 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:14:17 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 08:14:17 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 08:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 08:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-oai-hss-0: 08:14:18 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 08:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:14:18 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 08:14:18 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-abot-epc-basic-0: 08:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 08:14:18 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 08:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:14:19 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-abot-epc-basic-0: 08:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 08:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:14:19 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-abot-epc-basic-0: 08:14:19 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 08:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 08:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 08:14:20 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-abot-epc-basic-0: 08:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-oai-hss-0: 08:14:20 DEBUG unit.oai-hss/0.install CC privkey.lo unit-abot-epc-basic-0: 08:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 08:14:20 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 08:14:20 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 08:14:21 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 08:14:21 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-abot-epc-basic-0: 08:14:21 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 08:14:21 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 08:14:21 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-abot-epc-basic-0: 08:14:21 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 08:14:21 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-oai-hss-0: 08:14:21 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-abot-epc-basic-0: 08:14:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:14:22 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 08:14:22 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 08:14:22 DEBUG unit.oai-hss/0.install CC x509.lo unit-abot-epc-basic-0: 08:14:22 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:14:23 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-abot-epc-basic-0: 08:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:14:23 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 08:14:23 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-abot-epc-basic-0: 08:14:23 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 08:14:23 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-abot-epc-basic-0: 08:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 08:14:24 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-oai-hss-0: 08:14:24 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-abot-epc-basic-0: 08:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 08:14:25 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-abot-epc-basic-0: 08:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 08:14:25 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: 08:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 08:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 08:14:25 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2.1) ... unit-abot-epc-basic-0: 08:14:26 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: 08:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 08:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-abot-epc-basic-0: 08:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 08:14:26 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-abot-epc-basic-0: 08:14:26 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: 08:14:26 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 08:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-abot-epc-basic-0: 08:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-abot-epc-basic-0: 08:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-abot-epc-basic-0: 08:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-abot-epc-basic-0: 08:14:27 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 08:14:27 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-abot-epc-basic-0: 08:14:28 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install CC dhe.lo unit-abot-epc-basic-0: 08:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 08:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 08:14:28 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 08:14:28 DEBUG unit.oai-hss/0.install CC psk.lo unit-abot-epc-basic-0: 08:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-oai-hss-0: 08:14:29 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-abot-epc-basic-0: 08:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 08:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 08:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 08:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 08:14:29 DEBUG unit.oai-hss/0.install CC rsa.lo unit-abot-epc-basic-0: 08:14:29 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 08:14:29 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 08:14:29 DEBUG unit.oai-hss/0.install CC srp.lo unit-abot-epc-basic-0: 08:14:30 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 08:14:30 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: 08:14:30 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 08:14:30 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-abot-epc-basic-0: 08:14:30 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 08:14:30 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-abot-epc-basic-0: 08:14:30 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 08:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 08:14:31 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-abot-epc-basic-0: 08:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 08:14:31 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-abot-epc-basic-0: 08:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... unit-oai-hss-0: 08:14:31 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-abot-epc-basic-0: 08:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... unit-abot-epc-basic-0: 08:14:31 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 08:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install CC signature.lo unit-abot-epc-basic-0: 08:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 08:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 08:14:32 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-abot-epc-basic-0: 08:14:32 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 08:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 08:14:33 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 08:14:33 DEBUG unit.oai-hss/0.install CC ecc.lo unit-abot-epc-basic-0: 08:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1ubuntu0.1) ... unit-oai-hss-0: 08:14:33 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 08:14:33 DEBUG unit.oai-hss/0.install CC status_request.lo unit-abot-epc-basic-0: 08:14:33 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 08:14:33 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install CC srtp.lo unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install Making all in algorithms unit-abot-epc-basic-0: 08:14:34 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 08:14:34 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 08:14:35 DEBUG unit.oai-hss/0.install CC ecc.lo unit-abot-epc-basic-0: 08:14:35 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: 08:14:35 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-oai-hss-0: 08:14:35 DEBUG unit.oai-hss/0.install CC kx.lo unit-abot-epc-basic-0: 08:14:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 08:14:35 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 08:14:35 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 08:14:35 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 08:14:35 DEBUG unit.oai-hss/0.install CC publickey.lo unit-abot-epc-basic-0: 08:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 08:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 08:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 08:14:36 DEBUG unit.oai-hss/0.install CC secparams.lo unit-abot-epc-basic-0: 08:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 08:14:36 DEBUG unit.oai-hss/0.install CC sign.lo unit-abot-epc-basic-0: 08:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 08:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 08:14:36 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 08:14:36 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 08:14:36 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 08:14:36 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 08:14:36 DEBUG unit.oai-hss/0.install CC randomart.lo unit-abot-epc-basic-0: 08:14:36 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install CC hash.lo unit-abot-epc-basic-0: 08:14:37 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 08:14:37 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: 08:14:37 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 08:14:37 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 08:14:37 DEBUG unit.oai-hss/0.install CC keydb.lo unit-abot-epc-basic-0: 08:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-oai-hss-0: 08:14:38 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 08:14:38 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 08:14:38 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-abot-epc-basic-0: 08:14:38 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 08:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 08:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 08:14:38 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 08:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 08:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 08:14:39 DEBUG unit.oai-hss/0.install CC misc.lo unit-abot-epc-basic-0: 08:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 08:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 08:14:39 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 08:14:40 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 08:14:40 DEBUG unit.oai-hss/0.install CC literal.lo unit-abot-epc-basic-0: 08:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 08:14:40 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-abot-epc-basic-0: 08:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 08:14:40 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-abot-epc-basic-0: 08:14:40 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 08:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 08:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 08:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 08:14:41 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 08:14:41 DEBUG unit.oai-hss/0.install CC compat.lo unit-abot-epc-basic-0: 08:14:41 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: 08:14:42 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 08:14:42 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 08:14:42 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 08:14:42 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 08:14:42 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-abot-epc-basic-0: 08:14:43 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 08:14:43 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 08:14:43 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:14:43 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-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-abot-epc-basic-0: 08:14:43 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.24-0ubuntu0.16.04.1) ... unit-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 08:14:43 DEBUG unit.oai-hss/0.install CC cipher.lo unit-abot-epc-basic-0: 08:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.24-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 08:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 08:14:44 DEBUG unit.oai-hss/0.install CC rnd.lo unit-abot-epc-basic-0: 08:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 08:14:44 DEBUG unit.oai-hss/0.install CC init.lo unit-abot-epc-basic-0: 08:14:44 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 08:14:44 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 08:14:45 DEBUG unit.oai-hss/0.install CC egd.lo unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 08:14:45 DEBUG unit.oai-hss/0.install CC multi.lo unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 08:14:45 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-oai-hss-0: 08:14:45 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 08:14:45 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-abot-epc-basic-0: 08:14:45 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:14:46 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-abot-epc-basic-0: 08:14:46 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-oai-hss-0: 08:14:46 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 08:14:46 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-abot-epc-basic-0: 08:14:46 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 08:14:46 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:14:46 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 08:14:46 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-abot-epc-basic-0: 08:14:46 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:14:46 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-abot-epc-basic-0: 08:14:46 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:14:47 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 08:14:47 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-abot-epc-basic-0: 08:14:47 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:14:47 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:14:47 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 08:14:47 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 08:14:47 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-abot-epc-basic-0: 08:14:47 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:14:47 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-abot-epc-basic-0: 08:14:47 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:14:47 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:14:48 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 08:14:48 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install CC debug.lo unit-abot-epc-basic-0: 08:14:48 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:14:48 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:14:48 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 08:14:48 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-abot-epc-basic-0: 08:14:48 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 08:14:49 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-abot-epc-basic-0: 08:14:49 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 08:14:49 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-abot-epc-basic-0: 08:14:49 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 08:14:49 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-abot-epc-basic-0: 08:14:50 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 08:14:50 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:14:50 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-abot-epc-basic-0: 08:14:50 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 08:14:50 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-abot-epc-basic-0: 08:14:50 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:14:51 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1ubuntu0.1) ... unit-oai-hss-0: 08:14:51 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-abot-epc-basic-0: 08:14:51 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 08:14:51 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 08:14:51 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 08:14:51 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-abot-epc-basic-0: 08:14:51 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 08:14:51 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-oai-hss-0: 08:14:51 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-abot-epc-basic-0: 08:14:52 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 08:14:52 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:14:52 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 08:14:52 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 08:14:52 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 08:14:52 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 08:14:52 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-abot-epc-basic-0: 08:14:52 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: 08:14:53 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 08:14:53 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 08:14:53 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-abot-epc-basic-0: 08:14:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 08:14:53 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 08:14:53 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:14:53 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: 08:14:53 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: 08:14:53 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 08:14:53 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 08:14:53 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 08:14:53 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 08:14:53 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-abot-epc-basic-0: 08:14:54 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 08:14:54 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-abot-epc-basic-0: 08:14:54 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 08:14:54 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 08:14:54 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 08:14:54 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-abot-epc-basic-0: 08:14:54 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: 08:14:55 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-oai-hss-0: 08:14:55 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 08:14:55 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-abot-epc-basic-0: 08:14:55 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 08:14:55 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-abot-epc-basic-0: 08:14:55 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 08:14:55 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 08:14:55 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 08:14:55 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 08:14:55 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 08:14:56 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-abot-epc-basic-0: 08:14:56 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-oai-hss-0: 08:14:56 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-abot-epc-basic-0: 08:14:56 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-oai-hss-0: 08:14:56 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 08:14:56 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 08:14:56 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-abot-epc-basic-0: 08:14:56 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 08:14:56 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 08:14:57 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-abot-epc-basic-0: 08:14:57 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-oai-hss-0: 08:14:57 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-abot-epc-basic-0: 08:14:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 08:14:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 08:14:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-oai-hss-0: 08:14:57 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-abot-epc-basic-0: 08:14:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-oai-hss-0: 08:14:57 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-abot-epc-basic-0: 08:14:57 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 08:14:58 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-abot-epc-basic-0: 08:14:58 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 08:14:58 DEBUG unit.oai-hss/0.install CC system.lo unit-abot-epc-basic-0: 08:14:58 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-oai-hss-0: 08:14:58 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-abot-epc-basic-0: 08:14:58 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-oai-hss-0: 08:14:58 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-abot-epc-basic-0: 08:14:58 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-oai-hss-0: 08:14:58 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-abot-epc-basic-0: 08:14:58 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:14:58 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 08:14:59 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode unit-oai-hss-0: 08:14:59 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-abot-epc-basic-0: 08:14:59 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 08:14:59 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 08:14:59 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-abot-epc-basic-0: 08:15:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-oai-hss-0: 08:15:00 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 08:15:00 DEBUG unit.oai-hss/0.install CC random.lo unit-abot-epc-basic-0: 08:15:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-oai-hss-0: 08:15:00 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-abot-epc-basic-0: 08:15:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 08:15:00 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 08:15:00 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 08:15:00 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 08:15:01 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-oai-hss-0: 08:15:01 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 08:15:01 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-abot-epc-basic-0: 08:15:01 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-oai-hss-0: 08:15:02 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 08:15:02 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-abot-epc-basic-0: 08:15:02 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 08:15:02 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-abot-epc-basic-0: 08:15:02 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install CC pin.lo unit-abot-epc-basic-0: 08:15:03 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install CC tpm.lo unit-abot-epc-basic-0: 08:15:03 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 08:15:03 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:03 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: 08:15:03 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 08:15:03 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 08:15:03 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: 08:15:04 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: 08:15:04 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-oai-hss-0: 08:15:04 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-abot-epc-basic-0: 08:15:04 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 08:15:04 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 08:15:04 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 08:15:05 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-abot-epc-basic-0: 08:15:05 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 08:15:05 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: 08:15:05 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-oai-hss-0: 08:15:05 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 08:15:05 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 08:15:05 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-abot-epc-basic-0: 08:15:06 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 08:15:06 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 08:15:06 DEBUG unit.oai-hss/0.install CC xssl.lo unit-abot-epc-basic-0: 08:15:06 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:15:06 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 08:15:06 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-abot-epc-basic-0: 08:15:06 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 08:15:07 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 08:15:07 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 08:15:07 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-abot-epc-basic-0: 08:15:07 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 08:15:07 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 08:15:07 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-abot-epc-basic-0: 08:15:08 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 08:15:08 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 08:15:09 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: 08:15:09 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 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: 08:15:09 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 08:15:09 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: 08:15:09 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 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: 08:15:09 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install CCLD crywrap unit-abot-epc-basic-0: 08:15:09 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 08:15:09 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 08:15:09 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:15:10 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 08:15:10 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 08:15:11 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 08:15:11 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 08:15:11 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 08:15:12 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.11) ... unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-abot-epc-basic-0: 08:15:12 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.11) ... unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 08:15:12 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-abot-epc-basic-0: 08:15:13 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 08:15:13 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-abot-epc-basic-0: 08:15:13 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 08:15:13 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 08:15:13 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-abot-epc-basic-0: 08:15:13 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 08:15:13 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: 08:15:13 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 08:15:14 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 08:15:14 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-abot-epc-basic-0: 08:15:14 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-oai-hss-0: 08:15:14 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-abot-epc-basic-0: 08:15:14 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 08:15:14 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 08:15:14 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 08:15:14 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-abot-epc-basic-0: 08:15:14 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 08:15:15 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 08:15:15 DEBUG unit.oai-hss/0.install CC psk.o unit-abot-epc-basic-0: 08:15:15 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... unit-abot-epc-basic-0: 08:15:15 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 08:15:16 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 08:15:16 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: 08:15:16 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 08:15:16 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install CC common.o unit-abot-epc-basic-0: 08:15:16 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 08:15:16 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: 08:15:16 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 08:15:16 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:17 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-abot-epc-basic-0: 08:15:17 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-hss-0: 08:15:17 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 08:15:17 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: 08:15:17 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 08:15:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:17 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: 08:15:17 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 08:15:17 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:17 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 08:15:17 DEBUG unit.oai-hss/0.install CC srptool.o unit-abot-epc-basic-0: 08:15:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 08:15:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 08:15:17 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-abot-epc-basic-0: 08:15:17 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC cli.o unit-abot-epc-basic-0: 08:15:18 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 08:15:18 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: 08:15:18 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC benchmark.o unit-abot-epc-basic-0: 08:15:18 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 08:15:18 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-abot-epc-basic-0: 08:15:18 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 08:15:18 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 08:15:19 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD srptool unit-abot-epc-basic-0: 08:15:20 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 08:15:20 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC udp.lo unit-abot-epc-basic-0: 08:15:21 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-oai-hss-0: 08:15:21 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-abot-epc-basic-0: 08:15:21 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 08:15:21 DEBUG unit.abot-epc-basic/0.install Un-Installing Nettle from sources. The log file for nettle un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/nettle_uninstall_log.txt  unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 08:15:22 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: 08:15:22 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 08:15:22 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: 08:15:22 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 08:15:22 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 08:15:23 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 08:15:24 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `all-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 08:15:25 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: 08:15:25 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 08:15:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c psktool gnutls-cli-debug certtool srptool ocsptool gnutls-serv gnutls-cli danetool tpmtool p11tool '/usr/bin' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli-debug /usr/bin/gnutls-cli-debug unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 08:15:26 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: 08:15:26 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 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: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 08:15:27 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: 08:15:27 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 08:15:27 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: 08:15:27 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in slow unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 08:15:27 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: 08:15:27 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: 08:15:27 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 08:15:27 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: 08:15:27 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 08:15:27 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: 08:15:27 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 08:15:27 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 08:15:27 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 08:15:27 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: 08:15:27 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 08:15:28 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:15:28 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 08:15:28 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 08:15:28 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcroco3 amd64 0.6.8-2ubuntu1 [82.4 kB] unit-abot-epc-basic-0: 08:15:28 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 08:15:28 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 08:15:28 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: 08:15:28 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: 08:15:28 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (32.4 kB/s) unit-oai-hss-0: 08:15:28 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: 08:15:28 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-abot-epc-basic-0: 08:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 08:15: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 ... 107938 files and directories currently installed.) unit-abot-epc-basic-0: 08:15:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-bin_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 08:15:29 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-abot-epc-basic-0: 08:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 08:15:29 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: 08:15:29 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfontenc1 amd64 1:1.1.2-1 [15.6 kB] unit-oai-hss-0: 08:15:29 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libunistring0 amd64 0.9.3-5ubuntu3 [271 kB] unit-abot-epc-basic-0: 08:15:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 08:15:29 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: 08:15:29 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 08:15:30 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3.1 [108 kB] unit-oai-hss-0: 08:15:30 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libllvm3.4 amd64 1:3.4-1ubuntu3 [6540 kB] unit-abot-epc-basic-0: 08:15:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 08:15:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 08:15:30 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 08:15:31 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-abot-epc-basic-0: 08:15:31 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 08:15:31 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: 08:15:31 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: 08:15:31 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: 08:15:31 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: 08:15:31 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 08:15:32 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: 08:15:32 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: 08:15:32 DEBUG unit.oai-hss/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxdamage1 amd64 1:1.1.4-1ubuntu1 [7612 B] unit-oai-hss-0: 08:15:32 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-abot-epc-basic-0: 08:15:32 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 08:15:32 DEBUG unit.abot-epc-basic/0.install Un-Installing Gnutls. The log file for Gnutls un-installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/gnutls_uninstall_log.txt  unit-oai-hss-0: 08:15:32 DEBUG unit.oai-hss/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxshmfence1 amd64 1.1-2 [4644 B] unit-oai-hss-0: 08:15:32 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: 08:15:32 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: 08:15:32 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-oai-hss-0: 08:15:33 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: 08:15:33 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: 08:15:33 DEBUG unit.oai-hss/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libkadm5srv-mit9 amd64 1.12+dfsg-2ubuntu5.3 [50.3 kB] unit-oai-hss-0: 08:15:33 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: 08:15:33 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: 08:15:34 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 08:15:35 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: 08:15:35 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: 08:15:35 DEBUG unit.oai-hss/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtk8.6 amd64 8.6.1-3ubuntu2 [689 kB] unit-oai-hss-0: 08:15:35 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: 08:15:35 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: 08:15:35 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 08:15:35 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: 08:15:36 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: 08:15:36 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxinerama1 amd64 2:1.1.3-1 [7908 B] unit-oai-hss-0: 08:15:36 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: 08:15:36 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: 08:15:36 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: 08:15:36 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: 08:15:36 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 08:15:37 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: 08:15:37 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: 08:15:37 DEBUG unit.oai-hss/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main po-debconf all 1.0.16+nmu2ubuntu1 [210 kB] unit-oai-hss-0: 08:15:37 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: 08:15:37 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: 08:15:37 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-oai-hss-0: 08:15:38 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: 08:15:38 DEBUG unit.oai-hss/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasprintf-dev amd64 0.18.3.1-1ubuntu3.1 [4438 B] unit-oai-hss-0: 08:15:38 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: 08:15:38 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: 08:15:38 DEBUG unit.oai-hss/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmail-sendmail-perl all 0.79.16-1 [26.5 kB] unit-oai-hss-0: 08:15:38 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: 08:15:38 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: 08:15:39 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: 08:15:39 DEBUG unit.oai-hss/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libutempter0 amd64 1.1.5-4build1 [8366 B] unit-oai-hss-0: 08:15:39 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: 08:15:39 DEBUG unit.oai-hss/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial-common all 2.8.2-1ubuntu1.3 [1520 kB] unit-oai-hss-0: 08:15:39 DEBUG unit.oai-hss/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe mercurial amd64 2.8.2-1ubuntu1.3 [41.1 kB] unit-oai-hss-0: 08:15:39 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: 08:15:39 DEBUG unit.oai-hss/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] unit-oai-hss-0: 08:15:40 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: 08:15:40 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: 08:15:40 DEBUG unit.oai-hss/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main swig amd64 2.0.11-1ubuntu2 [6272 B] unit-oai-hss-0: 08:15:40 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: 08:15:40 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: 08:15:40 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: 08:15:40 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 08:15:41 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: 08:15:41 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main xbitmaps all 1.1.1-2 [28.1 kB] unit-oai-hss-0: 08:15:41 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: 08:15:41 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 08:15:41 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: 08:15:41 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 08:15:41 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 08:15:41 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3152 kB/s) unit-oai-hss-0: 08:15:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 08:15:41 DEBUG unit.oai-hss/0.install (Reading database ... 118583 files and directories currently installed.) unit-oai-hss-0: 08:15:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:41 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 08:15:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 08:15:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 08:15:42 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 08:15:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 08:15:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 08:15:43 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 08:15:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 08:15:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 08:15:43 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 08:15:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 08:15:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 08:15:44 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 08:15:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 08:15:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 08:15:44 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 08:15:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 08:15:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 08:15:45 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-epc-0: 08:15:45 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 08:15:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 08:15:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 08:15:45 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 08:15:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 08:15:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 08:15:46 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 08:15:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 08:15:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 08:15:47 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 08:15:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 08:15:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 08:15:48 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 08:15:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 08:15:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 08:15:48 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 08:15:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 08:15:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:49 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:15:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 08:15:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:49 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:15:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 08:15:50 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:50 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:51 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 08:15:52 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 08:15:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 08:15:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 08:15:54 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 08:15:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 08:15:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 08:15:54 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:15:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 08:15:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 08:15:54 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:15:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 08:15:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 08:15:55 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 08:15:56 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 08:15:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 08:15:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 08:15:58 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 08:16:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 08:16:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 08:16:00 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 08:16:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 08:16:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 08:16:00 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 08:16:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 08:16:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 08:16:02 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 08:16:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 08:16:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 08:16:02 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 08:16:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 08:16:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 08:16:03 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 08:16:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 08:16:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 08:16:03 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 08:16:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 08:16:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 08:16:05 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:16:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 08:16:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 08:16:05 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 08:16:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 08:16:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 08:16:06 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 08:16:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-oai-hss-0: 08:16:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 08:16:07 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 08:16:07 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 08:16:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 08:16:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 08:16:07 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 08:16:08 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 08:16:08 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 08:16:08 DEBUG unit.abot-epc-basic/0.install After this operation, 3,632 kB of additional disk space will be used. unit-abot-epc-basic-0: 08:16:08 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutlsxx28 amd64 3.4.10-4ubuntu1.4 [13.7 kB] unit-abot-epc-basic-0: 08:16:08 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit-dev amd64 0.23.2-5~ubuntu16.04.1 [56.5 kB] unit-oai-hss-0: 08:16:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 08:16:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 08:16:08 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 08:16:08 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-dev amd64 3.4.10-4ubuntu1.4 [551 kB] unit-abot-epc-basic-0: 08:16:09 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (365 kB/s) unit-oai-hss-0: 08:16:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 08:16:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 08:16:10 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 08:16:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 08:16:10 DEBUG unit.abot-epc-basic/0.install (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 108047 files and directories currently installed.) unit-abot-epc-basic-0: 08:16:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 08:16:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 08:16:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 08:16:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 08:16:11 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 08:16:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 08:16:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 08:16:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-oai-hss-0: 08:16:11 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 08:16:11 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: 08:16:11 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 08:16:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 08:16:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 08:16:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 08:16:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 08:16:12 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-abot-epc-basic-0: 08:16:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 08:16:13 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 08:16:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 08:16:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 08:16:13 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-abot-epc-basic-0: 08:16:13 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 08:16:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 08:16:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.6~14.04.4_all.deb ... unit-abot-epc-basic-0: 08:16:13 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 08:16:13 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-abot-epc-basic-0: 08:16:13 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-abot-epc-basic-0: 08:16:14 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 08:16:14 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-abot-epc-basic-0: 08:16:15 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 08:16:15 DEBUG unit.abot-epc-basic/0.install Installing ASN1. The log file for ASN1 installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/asn1c_install_log.txt  unit-oai-hss-0: 08:16:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 08:16:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3.1_amd64.deb ... unit-oai-hss-0: 08:16:15 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 08:16:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 08:16:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 08:16:15 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 08:16:16 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 08:16:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 08:16:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 08:16:17 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 08:16:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.5_amd64.deb ... unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 08:16:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 08:16:20 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 08:16:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 08:16:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 08:16:20 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 08:16:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 08:16:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 08:16:21 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 08:16:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 08:16:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 08:16:21 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 08:16:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 08:16:23 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 08:16:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 08:16:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 08:16:23 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 08:16:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 08:16:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 08:16:24 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 08:16:27 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 08:16:27 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 08:16:27 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 08:16:28 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 08:16:28 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 08:16:28 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 08:16:28 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 08:16:29 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 08:16:29 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 08:16:29 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 08:16:29 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 08:16:29 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 08:16:29 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 08:16:30 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 08:16:30 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:16:30 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:16:30 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:16:30 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:16:30 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:16:31 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 08:16:31 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 08:16:31 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 08:16:31 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 08:16:31 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 08:16:32 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: 08:16:32 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:16:32 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:16:32 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:16:32 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:16:33 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 08:16:33 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 08:16:33 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 08:16:33 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 08:16:34 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 08:16:34 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 08:16:34 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 08:16:34 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 08:16:34 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 08:16:34 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 08:16:35 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 08:16:35 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 08:16:35 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 08:16:35 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 08:16:36 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 08:16:36 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 08:16:36 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 08:16:36 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: 08:16:36 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 08:16:36 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 08:16:37 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 08:16:37 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.4) ... unit-oai-hss-0: 08:16:37 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 08:16:37 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 08:16:37 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 08:16:38 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 08:16:38 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3.1) ... unit-oai-hss-0: 08:16:38 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 08:16:39 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 08:16:40 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 08:16:40 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 08:16:40 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-abot-epc-basic-0: 08:16:40 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-oai-hss-0: 08:16:40 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-abot-epc-basic-0: 08:16:40 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-dba2d2-default-0 unit-abot-epc-basic-0: 08:16:40 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-oai-hss-0: 08:16:40 DEBUG unit.oai-hss/0.install Creating utempter group... unit-abot-epc-basic-0: 08:16:40 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 08:16:40 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf from sources. The log file for Protobuf installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_install_log.txt  unit-oai-hss-0: 08:16:41 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 08:16:41 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 08:16:42 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 08:16:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:42 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 08:16:42 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.5) ... unit-oai-hss-0: 08:16:42 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 08:16:42 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 08:16:43 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 08:16:43 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 08:16:44 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 08:16:44 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 08:16:45 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 08:16:45 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 08:16:45 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 08:16:46 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 08:16:46 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 08:16:47 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 08:16:47 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 08:16:47 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 08:16:48 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 08:16:48 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 08:16:55 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 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: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 08:16:56 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 08:16:57 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 08:16:58 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 08:16:59 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 08:17:00 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 08:17:01 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 08:17:01 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: 08:17:02 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 08:17:02 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: 08:17:02 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 08:17:02 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: 08:17:02 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 08:17:02 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: 08:17:02 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 08:17:02 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 08:17:02 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: 08:17:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 08:17:03 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: 08:17:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 08:17:03 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: 08:17:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 08:17:03 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: 08:17:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 08:17:03 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: 08:17:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 08:17:03 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: 08:17:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 08:17:03 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: 08:17:03 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 08:17:03 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 08:17:03 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: 08:17:03 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: 08:17:04 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: 08:17:04 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: 08:17:04 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 08:17:04 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: 08:17:04 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: 08:17:04 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: 08:17:04 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: 08:17:04 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: 08:17:04 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 08:17:04 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: 08:17:04 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: 08:17:04 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 08:17:04 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: 08:17:04 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 08:17:04 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: 08:17:04 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 08:17:04 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 08:17:04 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: 08:17:04 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: 08:17:05 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: 08:17:05 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: 08:17:05 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 08:17:05 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: 08:17:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 08:17:05 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: 08:17:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 08:17:05 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: 08:17:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 08:17:05 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: 08:17:05 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 08:17:05 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 08:17:06 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 08:17:06 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 08:17:06 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 08:17:06 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 08:17:06 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 08:17:06 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 08:17:06 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 08:17:06 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: 08:17:06 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (70.8 kB/s) unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install (Reading database ... 121474 files and directories currently installed.) unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 08:17:07 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: 08:17:07 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 08:17:07 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install .............................................++++++ unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install .....................................++++++ unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install .........++++++ unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install .................................................................++++++ unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Not Before: Nov 19 08:17:08 2018 GMT unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Not After : Nov 19 08:17:08 2019 GMT unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install 9F:59:46:97:BA:C5:1F:C4:FE:E3:79:6A:FB:A5:8F:0F:8B:93:9C:A4 unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install keyid:37:2F:DF:53:5B:2B:92:0F:0E:53:BA:35:06:76:9B:BF:96:9F:27:11 unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Certificate is to be certified until Nov 19 08:17:08 2019 GMT (365 days) unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install [ 4%] Scanning dependencies of target hss_utils unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] [ 65%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install [ 69%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 08:17:08 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: 08:17:08 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 08:17:08 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: 08:17:08 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: 08:17:08 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 08:17:08 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: 08:17:08 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: 08:17:08 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: 08:17:08 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: 08:17:08 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_subscription_data.c.o unit-oai-hss-0: 08:17:08 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: 08:17:08 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: 08:17:08 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: 08:17:08 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: 08:17:08 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: 08:17:08 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 08:17:08 DEBUG unit.oai-hss/0.install [ 82%] [ 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: 08:17:08 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: 08:17:08 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: 08:17:08 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: 08:17:09 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 08:17:09 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_s6a unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 08:17:10 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: 08:17:10 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 08:17:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:10 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 08:17:10 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: 08:17:10 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 08:17:10 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 08:17:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:17:11 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 08:17:11 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 08:17:11 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 08:17:11 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-hss-0: 08:17:11 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 08:17:11 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 08:17:11 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 08:17:11 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-hss-0: 08:17:11 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 08:17:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 08:17:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 08:17:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 08:17:12 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: 08:17:12 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 08:17:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 08:17:12 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: 08:17:12 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 08:17:12 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: 08:17:12 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 08:17:12 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: 08:17:12 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: 08:17:12 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: 08:17:12 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 08:17:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:12 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 08:17:12 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: 08:17:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:12 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: 08:17:12 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: 08:17:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:12 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 08:17:12 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 08:17:12 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 08:17:12 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-hss-0: 08:17:12 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:17:12 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 08:17:12 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 08:17:12 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-hss-0: 08:17:12 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-hss-0: 08:17:12 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 08:17:13 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 08:17:13 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 08:17:13 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:17:13 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 08:17:14 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 08:17:14 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 08:17:14 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:17:14 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 08:17:14 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 08:17:14 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 08:17:14 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 08:17:14 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 08:17:14 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 08:17:14 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 08:17:14 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 08:17:14 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; mysql/0) hook) unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 08:17:14 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 08:17:14 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 08:17:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-epc-0: 08:17:14 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-oai-hss-0: 08:17:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 08:17:14 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 08:17:14 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:17:14 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 08:17:14 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 08:17:14 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 08:17:14 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 08:17:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 08:17:14 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 08:17:14 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 08:17:14 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 08:17:14 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.9 unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:15 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 08:17:15 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 08:17:15 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 08:17:15 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 08:17:15 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 08:17:15 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:17:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:17:15 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 08:17:15 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 08:17:15 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-mysql-0: 08:17:15 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-mysql-0: 08:17:15 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 08:17:15 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `ahkueshipuipaih` identified by 'faizoaboonainoa'] unit-mysql-0: 08:17:15 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `ahkueshipuipaih` identified by 'faizoaboonainoa'] unit-mysql-0: 08:17:15 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=ahkueshipuipaih', 'password=faizoaboonainoa', 'host=192.168.121.9', 'slave=False'] unit-mysql-0: 08:17:15 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-mysql-0: 08:17:16 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 08:17:16 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 08:17:16 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (1; oai-hss/0) hook) unit-mysql-0: 08:17:16 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:17:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:17:16 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 08:17:16 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 08:17:16 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 08:17:16 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 08:17:16 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 08:17:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 08:17:16 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 08:17:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:17:16 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 08:17:16 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 08:17:16 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 08:17:16 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 08:17:17 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 08:17:17 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 08:17:17 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 08:17:17 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 08:17:17 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; oai-hss/0) hook) unit-mysql-0: 08:17:17 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:17:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:17:17 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 08:17:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 08:17:17 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:17:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + user=ahkueshipuipaih unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 08:17:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + password=faizoaboonainoa unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 08:17:17 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.9 unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 08:17:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 08:17:17 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.9 ahkueshipuipaih faizoaboonainoa oai-hss unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.9"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"ahkueshipuipaih"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"faizoaboonainoa"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_db[^"]*)".*"/\1"oai-hss"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(OPERATOR_key[^"]*)".*"/\1"1006020f0a478bf6b699f15c062e42b3"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(RANDOM[^"]*)".*"/\1"true"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u ahkueshipuipaih --password=faizoaboonainoa -h 192.168.121.9 oai-hss -e 'show tables;' unit-oai-hss-0: 08:17:17 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u ahkueshipuipaih --password=faizoaboonainoa -h 192.168.121.9 oai-hss unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 08:17:19 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 08:17:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:19 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 22022 unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 08:17:19 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 08:17:20 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:20 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 08:17:20 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:20 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 08:17:20 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 08:17:20 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 08:17:20 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + db_host=ahkueshipuipaih unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 08:17:20 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 08:17:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:21 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 08:17:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:21 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 08:17:21 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 08:17:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:22 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 08:17:22 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 08:17:22 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 08:17:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:22 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 08:17:22 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 08:17:22 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 08:17:22 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 08:17:22 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:17:23 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 08:17:23 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 08:17:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:17:23 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 08:17:23 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 08:17:23 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:17:23 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 08:17:23 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:17:23 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 08:17:23 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 08:17:23 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (1; mysql/0) hook) unit-oai-hss-0: 08:17:23 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:17:23 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:17:23 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 08:17:23 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 08:18:29 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 08:18:29 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 08:18:29 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 08:18:29 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:18:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:18:48 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 08:18:52 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 08:18:52 DEBUG unit.abot-epc-basic/0.install Installing Google Protobuf_C from sources. The log file for Protobuf_C installation is here: /etc/rebaca-test-suite/oaisim/cmake_targets/log/protobuf_c_install_log.txt  unit-abot-epc-basic-0: 08:19:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 08:19:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 08:19:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 08:19:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 08:19:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 08:19:27 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 08:19:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:19:28 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 08:19:28 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 08:19:28 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 08:19:28 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-abot-epc-basic-0: 08:19:28 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 08:19:28 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 08:19:28 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 08:19:28 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-abot-epc-basic-0: 08:19:28 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 08:19:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 08:19:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 08:19:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 08:19:28 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 08:19:28 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 08:19:28 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 08:19:29 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:19:29 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 08:19:29 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-abot-epc-basic-0: 08:19:29 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start SHA256:qPWFCN7efL1sSzsCFOVlz2obnmxQvtdOvweDe9GXMro root@juju-dba2d2-default-0 unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | .. o | unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | .. o o | unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | . .. . o | unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | . o o.. o . | unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | . =.S o =. ..| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | + +.. *.B+oo| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | . . +.. @.+++| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | ..=++.oo| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | E*+ .=| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-dba2d2-default-0 unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /home/ubuntu/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start SHA256:ffUp3pU/yocar4341Pv5d6//hLy2Ku3QWKaOYSgrcgo ubuntu@juju-dba2d2-default-0 unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | . | unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | . . .o| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | S . +. oo| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start | . Bo.o.o| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start |E . . o ++.o+oo| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start |o o o . ++.B.++=| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start |.+ .. ..oB=O**@| unit-abot-epc-basic-0: 08:19:29 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 08:19:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:19:29 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 08:19:29 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:19:29 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 08:19:29 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 08:19:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 08:19:29 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 08:19:29 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 08:19:29 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-abot-epc-basic-0: 08:19:30 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 08:19:30 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 08:19:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:20:34 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 08:20:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:20:34 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 08:20:34 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 08:20:34 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 08:20:34 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 08:20:34 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 08:20:34 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:20:34 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 08:20:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 08:20:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:20:35 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 08:20:35 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 08:20:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:20:35 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 08:20:35 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 08:20:35 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 08:20:35 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:20:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 08:20:44 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: 08:20:44 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: 08:20:44 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 08:20:44 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 08:20:45 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 08:20:45 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 08:20:45 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 08:20:45 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.9 [65.7 kB] unit-oai-epc-0: 08:20:45 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main iptables-dev amd64 1.4.21-1ubuntu1 [55.3 kB] unit-oai-epc-0: 08:20:45 DEBUG unit.oai-epc/0.install Fetched 121 kB in 1s (119 kB/s) unit-oai-epc-0: 08:20:46 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 08:20:46 DEBUG unit.oai-epc/0.install (Reading database ... 128212 files and directories currently installed.) unit-oai-epc-0: 08:20:46 DEBUG unit.oai-epc/0.install Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.9_all.deb ... unit-oai-epc-0: 08:20:46 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 08:20:46 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 08:20:46 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 08:20:46 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 08:20:47 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 08:20:47 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 08:20:48 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 08:20:52 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 08:20:52 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 08:20:52 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 08:20:52 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 08:20:52 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 08:20:54 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 08:20:56 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 08:20:57 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: 08:20:57 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: 08:20:57 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 08:20:57 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: 08:20:57 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 08:20:57 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 08:20:58 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: 08:20:58 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 08:20:58 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 08:20:59 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 08:20:59 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 08:21:00 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 08:21:00 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 08:21:00 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 08:21:00 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 08:21:01 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 08:21:01 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 08:21:01 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 08:21:02 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 08:21:02 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 08:21:02 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 08:21:03 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 08:21:03 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 08:21:03 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 08:21:03 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 08:21:04 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 08:21:04 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 08:21:04 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 08:21:04 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 08:21:05 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 08:21:05 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 08:21:05 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 08:21:06 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 08:21:07 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 08:21:07 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 08:21:08 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 08:21:09 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: 08:21:09 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 08:21:09 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 08:21:10 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: 08:21:10 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 08:21:10 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: 08:21:10 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: 08:21:10 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: 08:21:10 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: 08:21:10 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: 08:21:10 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: 08:21:10 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 08:21:10 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: 08:21:10 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 08:21:10 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: 08:21:10 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: 08:21:10 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 08:21:10 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: 08:21:10 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 08:21:10 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: 08:21:10 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: 08:21:10 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install for ext in ./extensions/libxt_condition.man ./extensions/libxt_dhcpmac.man ./extensions/libxt_fuzzy.man ./extensions/libxt_geoip.man ./extensions/libxt_gradm.man ./extensions/libxt_iface.man ./extensions/libxt_ipp2p.man ./extensions/libxt_ipv4options.man ./extensions/libxt_length2.man ./extensions/libxt_lscan.man ./extensions/libxt_psd.man ./extensions/libxt_quota2.man ./extensions/pknock/libxt_pknock.man; do name="${ext%.man}"; name="${name##*/libxt_}"; if [ -f "$ext" ]; then echo ".SS $name"; cat "$ext" || exit $?; continue; fi; done >matches.man; unit-oai-epc-0: 08:21:10 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: 08:21:10 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: 08:21:10 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 08:21:10 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions modules; fi; unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install if [ -n "/lib/modules/3.19.0-031900-generic/build" ]; then make -C /lib/modules/3.19.0-031900-generic/build M=/root/xtables-addons-oai/extensions INSTALL_MOD_PATH= ext-mod-dir='${INSTALL_MOD_DIR}' modules_install; fi; unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:11 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 08:21:12 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: 08:21:12 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: 08:21:12 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: 08:21:12 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: 08:21:12 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: 08:21:12 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: 08:21:12 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 08:21:12 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: 08:21:12 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 08:21:12 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: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 08:21:12 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 08:21:16 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 08:21:54 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 08:21:54 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 08:21:54 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 08:21:54 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 08:21:54 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 08:21:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:21:54 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 08:21:54 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: 08:21:54 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 08:21:54 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: 08:21:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:21:54 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 08:21:54 DEBUG juju.machinelock machine lock released for uniter (run install hook) unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 08:21:54 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 08:21:54 DEBUG juju.machinelock acquire machine lock for uniter (run leader-elected hook) unit-oai-epc-0: 08:21:54 DEBUG juju.machinelock machine lock acquired for uniter (run leader-elected hook) unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 08:21:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 08:21:55 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 08:21:55 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 08:21:55 DEBUG juju.machinelock machine lock released for uniter (run leader-elected hook) unit-oai-epc-0: 08:21:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:21:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:21:55 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 08:21:55 DEBUG juju.machinelock acquire machine lock for uniter (run config-changed hook) unit-oai-epc-0: 08:21:55 DEBUG juju.machinelock machine lock acquired for uniter (run config-changed hook) unit-oai-epc-0: 08:21:55 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 08:21:55 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 08:21:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2 '!=' v0.3.2 ']' unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 08:21:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 08:21:55 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.17 unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.17 ']' unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:21:56 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: 08:21:56 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:21:56 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 08:21:56 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 08:21:56 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: 08:21:56 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 08:21:56 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: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 08:21:56 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: 08:21:56 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 08:21:56 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 08:21:57 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: 08:21:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:21:57 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 08:21:57 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: 08:21:57 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: 08:21:57 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: 08:21:57 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: 08:21:57 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: 08:21:57 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: 08:21:57 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 08:21:57 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: 08:21:57 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: 08:21:57 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: 08:21:57 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: 08:21:57 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 08:21:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:21:57 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.17 unit-oai-epc-0: 08:21:57 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: 08:21:57 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: 08:21:57 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: 08:21:57 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.17/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.17/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.17/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 08:21:57 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: 08:21:57 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: 08:21:57 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.config-changed + juju-log 'EPC is built, but is waiting for active connection to gather the last info' unit-oai-epc-0: 08:21:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:21:57 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: 08:21:57 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: 08:21:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:21:57 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 08:21:57 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 08:21:57 DEBUG juju.machinelock machine lock released for uniter (run config-changed hook) unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:21:57 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 08:21:57 DEBUG juju.machinelock acquire machine lock for uniter (run start hook) unit-oai-epc-0: 08:21:57 DEBUG juju.machinelock machine lock acquired for uniter (run start hook) unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 08:21:57 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:21:57 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 08:21:57 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 08:21:57 DEBUG juju.machinelock machine lock released for uniter (run start hook) unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:21:57 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:21:57 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 08:21:57 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 08:21:58 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 08:21:58 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 08:21:58 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 08:21:58 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 08:21:58 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 08:21:58 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 08:21:58 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 08:21:58 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 08:21:58 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 08:21:58 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 08:21:58 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-epc-0: 08:21:58 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:21:58 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-epc-0: 08:21:58 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 08:21:58 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/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-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 17 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/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-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 17 -le 255 ]] unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.17' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.17 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 08:21:58 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.17 unit-oai-epc-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:21:59 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 08:21:59 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 08:21:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:21:59 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 08:21:59 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 08:21:59 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 08:21:59 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 08:21:59 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 08:21:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 08:21:59 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-hss/0) hook) unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 08:21:59 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:21:59 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 08:21:59 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:21:59 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-epc-0: 08:21:59 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 08:21:59 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 08:21:59 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:21:59 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 08:21:59 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 08:21:59 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:21:59 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 08:21:59 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 08:21:59 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 08:21:59 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.12' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.12 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.12 unit-oai-epc-0: 08:21:59 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-abot-epc-basic-0: 08:21:59 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:21:59 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-hss-0: 08:21:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:21:59 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-hss-0: 08:21:59 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 08:21:59 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 08:21:59 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:21:59 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:21:59 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 08:21:59 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 08:22:00 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:00 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:00 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:22:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:00 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 08:22:00 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:00 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 08:22:00 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 08:22:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 08:22:00 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 08:22:00 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 08:22:00 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (2; oai-epc/0) hook) unit-oai-hss-0: 08:22:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:22:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:22:00 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 08:22:00 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 08:22:00 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 08:22:00 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-hss-0: 08:22:00 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 08:22:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-epc-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:00 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.12 unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 08:22:00 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-abot-epc-basic-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:22:00 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-abot-epc-basic-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.17 unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.17 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-abot-epc-basic-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-abot-epc-basic-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 08:22:00 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:00 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-hss-0: 08:22:00 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=ahkueshipuipaih unit-oai-hss-0: 08:22:00 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-abot-epc-basic-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:01 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 08:22:01 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: 08:22:01 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: 08:22:01 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: 08:22:01 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: 08:22:01 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: 08:22:01 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 08:22:01 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 08:22:01 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 08:22:01 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: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:01 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.12 ']' unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=faizoaboonainoa unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-abot-epc-basic-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:01 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 08:22:01 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.9 unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-abot-epc-basic-0: 08:22:01 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z ahkueshipuipaih ']' unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u ahkueshipuipaih --password=faizoaboonainoa -h 192.168.121.9 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u ahkueshipuipaih --password=faizoaboonainoa -h 192.168.121.9 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-epc-0: 08:22:01 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 08:22:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:22:01 INFO unit.oai-hss/0.juju-log hss:2: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u ahkueshipuipaih --password=faizoaboonainoa -h 192.168.121.9 oai-hss unit-abot-epc-basic-0: 08:22:01 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 08:22:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:01 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-hss-0: 08:22:01 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.12 unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 08:22:01 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 08:22:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:01 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 08:22:01 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-epc/0) hook) unit-oai-hss-0: 08:22:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:22:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:22:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-abot-epc-basic-0: 08:22:01 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (4; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 08:22:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:01 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.12 ']' unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-abot-epc-basic-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 08:22:01 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-epc-0: 08:22:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:01 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 08:22:01 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 08:22:01 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 08:22:01 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 08:22:01 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:01 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 08:22:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 08:22:01 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-abot-epc-basic-0: 08:22:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:02 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.12 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 ' unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:02 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=0, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.12 ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:02 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.12 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + sed -r -i 's/(HSS_HOSTNAME[^"]*)".*"/\1"oai-hss-0"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:02 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 15250 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 15250' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 15250 =~ .*running.* ]] unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 08:22:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:02 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 08:22:02 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 08:22:03 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:03 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 08:22:03 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 08:22:03 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 08:22:04 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:04 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:04 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 08:22:04 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 08:22:04 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 08:22:05 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:05 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:05 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 08:22:05 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 08:22:05 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 08:22:06 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:06 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:06 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 08:22:06 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 08:22:06 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 08:22:07 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:07 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 08:22:07 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 08:22:07 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:07 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 08:22:07 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 08:22:08 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:22:08 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 08:22:08 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 08:22:08 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 08:22:10 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 08:22:10 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 08:22:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:10 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 08:22:10 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 08:22:10 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 08:22:10 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 08:22:10 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 08:22:10 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 08:22:11 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (2; oai-hss/0) hook) unit-oai-epc-0: 08:22:11 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:22:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:11 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 08:22:11 DEBUG juju.machinelock acquire machine lock for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:11 DEBUG juju.machinelock machine lock acquired for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:11 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:11 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-abot-epc-basic-0: 08:22:11 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 08:22:11 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:11 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 08:22:11 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:11 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:11 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:11 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:11 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:11 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 08:22:11 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: 08:22:11 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: 08:22:11 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: 08:22:11 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: 08:22:11 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: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 08:22:11 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 08:22:11 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:11 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.17 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 17 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.17 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 17 -le 255 ]] unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.17' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.17 unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 08:22:12 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined ++ cat /tmp/opcvalue unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 08:22:12 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:12 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 08:22:12 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:12 DEBUG juju.machinelock machine lock released for uniter (run relation-joined (3; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:12 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:22:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:12 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 08:22:12 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:12 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:12 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:12 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 08:22:12 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:12 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:12 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 08:22:12 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: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 08:22:12 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: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 08:22:12 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: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 08:22:12 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: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:22:12 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: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.17 unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 08:22:12 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: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 08:22:12 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 08:22:12 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 08:22:12 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-oai-epc-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-abot-epc-basic-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 08:22:13 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-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-abot-epc-basic-0: 08:22:13 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: 08:22:13 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.17/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.17/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 15250' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 15250 =~ .*running.* ]] unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 08:22:13 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:13 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 08:22:13 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 15641 unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 15641' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 15641 =~ .*running.* ]] unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 08:22:13 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 08:22:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:13 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 08:22:13 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 08:22:13 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:13 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:22:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:13 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 08:22:14 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:14 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:14 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 08:22:14 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 08:22:14 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 08:22:15 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:15 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:15 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 08:22:15 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 08:22:15 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 08:22:16 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:16 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:16 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 08:22:16 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 08:22:16 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 08:22:17 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:17 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 08:22:17 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 08:22:17 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 08:22:17 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 08:22:18 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 08:22:18 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 08:22:18 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 08:22:18 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:22:18 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 08:22:18 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 08:22:18 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:22:18 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 08:22:18 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 08:22:18 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 08:22:20 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 08:22:20 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:22:20 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 08:22:20 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 08:22:20 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:20 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 08:22:20 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 08:22:20 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 08:22:20 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:20 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 08:22:20 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 08:22:20 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 08:22:21 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:21 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 08:22:21 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 08:22:21 DEBUG juju.machinelock acquire machine lock for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:21 DEBUG juju.machinelock machine lock acquired for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 08:22:21 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 08:22:21 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (4; abot-epc-basic/0) hook) unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 08:22:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.17 unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 08:22:21 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: 08:22:21 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: 08:22:21 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.17/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.17/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-abot-epc-basic-0: 08:22:21 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 08:22:21 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 08:22:21 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 08:22:21 DEBUG juju.machinelock machine lock released for uniter (run relation-changed (3; oai-epc/0) hook) unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:22:21 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 08:22:45 DEBUG juju.worker.uniter.remotestate got action change: [65c9afc7-b334-4af0-80b6-149de6fff497] ok=true unit-abot-epc-basic-0: 08:22:45 DEBUG juju.worker.uniter.operation running operation run action 65c9afc7-b334-4af0-80b6-149de6fff497 unit-abot-epc-basic-0: 08:22:45 DEBUG juju.machinelock acquire machine lock for uniter (run action 65c9afc7-b334-4af0-80b6-149de6fff497) unit-abot-epc-basic-0: 08:22:45 DEBUG juju.machinelock machine lock acquired for uniter (run action 65c9afc7-b334-4af0-80b6-149de6fff497) unit-abot-epc-basic-0: 08:22:45 DEBUG juju.worker.uniter.operation preparing operation "run action 65c9afc7-b334-4af0-80b6-149de6fff497" unit-abot-epc-basic-0: 08:22:45 DEBUG juju.worker.uniter.operation executing operation "run action 65c9afc7-b334-4af0-80b6-149de6fff497" unit-abot-epc-basic-0: 08:22:45 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 08:22:45 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 08:22:45 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 08:22:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 08:22:45 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 08:22:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 08:22:46 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 08:22:46 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 08:22:47 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-javolution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/javolution-5.5.1.jar to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.jar unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall773823212371746814.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-api) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-api-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-api/1.5.0.FINAL/sctp-api-1.5.0.FINAL.jar unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall649939146444483007.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: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall6984677957234847796.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: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-common) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/commons-1.0.0.CR1.jar to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.jar unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7955095961221867721.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-mobicents-diameter) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/abot_jdiameter.jar to /root/.m2/repository/org/mobicents/diameter/abot_jdiameter/1.5.0-SNAPSHOT/abot_jdiameter-1.5.0-SNAPSHOT.jar unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8283675033703182895.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: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-org-picocontainer) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /var/lib/abot-epc-basic/lib/picocontainer-2.15.jar to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.jar unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall7338222335564548047.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.754 s unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-11-19T08:22:48+00:00 unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 8M/60M unit-abot-epc-basic-0: 08:22:48 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:22:50 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 08:22:50 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:50 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:22:50 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 08:22:50 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] skip non existing resourceDirectory /var/lib/abot-epc-basic/src/test/resources unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:51 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:52 DEBUG unit.abot-epc-basic/0.run [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 08:22:52 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:22:52 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:22:53 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:22:53 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 08:22:53 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 08:22:53 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 08:22:53 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:54 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@6d4d66d2: startup date [Mon Nov 19 08:22:54 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:54 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:54 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 08:22:55 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:55 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:55 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:57 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@77ee25f1] to [cucumber.runtime.java.spring.GlueCodeScope@6dd93a21] unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:57 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@736048ed: startup date [Mon Nov 19 08:22:57 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:57 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:57 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:57 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:57 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:57 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:58 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@25290bca: startup date [Mon Nov 19 08:22:58 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:58 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:58 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:58 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:22:58 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :1301 MS unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: STEP EXECUTION TIME TAKEN :44 MS unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:22:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:22:59 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:22:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:23:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: STEP EXECUTION TIME TAKEN :971 MS unit-abot-epc-basic-0: 08:23:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:00 [main] REPORT: STEP EXECUTION TIME TAKEN :782 MS unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:01 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:01 [main] REPORT: STEP EXECUTION TIME TAKEN :40 MS unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11.211 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11.220 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: STEP EXECUTION TIME TAKEN :51 MS unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:23:11 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs # featureFiles/Attach_Procedure_AttachWithIMSI.feature:9 unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: STEP EXECUTION TIME TAKEN :46 MS unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: STEP EXECUTION TIME TAKEN :41 MS unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP EXECUTION TIME TAKEN :521 MS unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10023 MS unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32.908 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32.912 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: STEP EXECUTION TIME TAKEN :39 MS unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:23:32 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:23:42 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MCC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MCC.feature:9 unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :497 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:43 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:23:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:54.006 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:54.013 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:54 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:54 [main] REPORT: STEP EXECUTION TIME TAKEN :67 MS unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:54 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:23:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:23:54 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_MNC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_MNC.feature:9 unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :417 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14.963 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Received s1 setup failure for MME {string:nocase:present} unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14.966 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:24:14 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:24:15 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 08:24:18 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 08:24:18 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 08:24:18 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 08:24:18 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:24:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_AttachWithIMSI_Wrong_TAC @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC # featureFiles/Attach_Procedure_AttachWithIMSI_Wrong_TAC.feature:9 unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT # S1APScenarioStepGrammars.epcParamSet(String,String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP EXECUTION TIME TAKEN :242 MS unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: STEP EXECUTION TIME TAKEN :849 MS unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:29 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36.506 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36.517 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: STEP EXECUTION TIME TAKEN :39 MS unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:24:36 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run @attach-procedure @Attach_Procedure_Attach_With_GUTI @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. # featureFiles/Attach_Procedure_Attach_With_GUTI.feature:8 unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: STEP EXECUTION TIME TAKEN :203 MS unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: STEP EXECUTION TIME TAKEN :847 MS unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:47 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:48 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:48 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:48 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:24:48 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:48 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 08:24:48 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:48 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58.065 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58.072 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:24:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:24:58 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DNS_Server_Addr_Request.feature:10 unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP EXECUTION TIME TAKEN :458 MS unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: STEP EXECUTION TIME TAKEN :638 MS unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:09 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:09 [main] REPORT: ========================================================================================== unit-oai-hss-0: 08:25:18 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 08:25:18 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:25:18 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 08:25:18 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 08:25:18 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 08:25:18 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 08:25:19 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 08:25:19 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 08:25:19 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:25:19 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 08:25:19 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 08:25:19 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:25:19 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 08:25:19 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: STEP :PASSED unit-oai-hss-0: 08:25:19 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 08:25:19 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:25:19 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19.623 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19.629 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:25:19 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:29 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:25:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:30 [main] REPORT: STEP EXECUTION TIME TAKEN :567 MS unit-abot-epc-basic-0: 08:25:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: STEP EXECUTION TIME TAKEN :632 MS unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41.281 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41.285 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:25:41 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_HN_Prefix_Request.feature:10 unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 IPv4 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP EXECUTION TIME TAKEN :423 MS unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:51 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: STEP EXECUTION TIME TAKEN :633 MS unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:25:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:25:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02.977 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02.979 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: STEP EXECUTION TIME TAKEN :273 MS unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:26:02 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:26:03 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_IPv4_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options # featureFiles/Attach_Procedure_With_DSMIPv6_IPv4_HA_Addr_Request.feature:10 unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP EXECUTION TIME TAKEN :199 MS unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:13 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: STEP EXECUTION TIME TAKEN :627 MS unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:14 [main] REPORT: ========================================================================================== unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 08:26:22 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 08:26:22 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 08:26:22 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 17380' unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 17380 =~ .*running.* ]] unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 08:26:22 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:26:22 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 08:26:22 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 08:26:22 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:26:22 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 08:26:22 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:26:22 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24.635 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24.637 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: STEP EXECUTION TIME TAKEN :225 MS unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:26:24 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options # featureFiles/Attach_Procedure_With_IM_CN_SS_Signalling_Flag.feature:10 unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:34 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP EXECUTION TIME TAKEN :205 MS unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP EXECUTION TIME TAKEN :632 MS unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP EXECUTION TIME TAKEN :72 MS unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45.882 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45.888 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:26:45 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:26:55 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IPv4_Address_Allocation_Via_DHCPv4 @PCO unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_DHCPv4.feature:10 unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IP Address Allocation Via NAS Signalling Indication in PCO unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :197 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP EXECUTION TIME TAKEN :631 MS unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: STEP EXECUTION TIME TAKEN :203 MS unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:26:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:26:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07.236 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07.238 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:27:07 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options # featureFiles/Attach_Procedure_With_IP_Addr_Alloc_NAS_Signalling.feature:10 unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With MS Support of Network Requested Bearer Control indicator in PCO unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP EXECUTION TIME TAKEN :199 MS unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:17 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: STEP EXECUTION TIME TAKEN :837 MS unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28.600 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28.602 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:27:28 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_MS_Support_Network_Requested_Bearer_Control_Indicator @PCO unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator # featureFiles/Attach_Procedure_With_MS_Support_Bearer_Ctrl_Indication.feature:10 unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:38 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP EXECUTION TIME TAKEN :198 MS unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP EXECUTION TIME TAKEN :854 MS unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:39 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:49 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:49 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:27:49 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:49 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50.027 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50.030 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:27:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:27:50 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_P-CSCF_Address_Request @PCO unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options # featureFiles/Attach_Procedure_With_P_CSCF_Addr_Request.feature:10 unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP EXECUTION TIME TAKEN :420 MS unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:00 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: STEP EXECUTION TIME TAKEN :658 MS unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:01 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11.419 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11.423 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:28:11 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_Accept @TS_24_301 @24_301_5_4_2_1 @24_301_5_4_2_3 @33_401_6_1_1 @Series-0004 unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct # featureFiles/Auth_Accept.feature:10 unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:21 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP EXECUTION TIME TAKEN :393 MS unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP EXECUTION TIME TAKEN :628 MS unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:22 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:28:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:28:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42.800 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42.802 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:28:42 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 08:28:43 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. # featureFiles/Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth.feature:10 unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:53 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: STEP EXECUTION TIME TAKEN :320 MS unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: STEP EXECUTION TIME TAKEN :632 MS unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:54 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: STEP EXECUTION TIME TAKEN :203 MS unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:28:55 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:28:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:05 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:05 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:29:05 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 08:29:05 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:05 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15.181 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15.184 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 08:29:15 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI # featureFiles/Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:25 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP EXECUTION TIME TAKEN :390 MS unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP EXECUTION TIME TAKEN :625 MS unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:26 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:26 [main] REPORT: ========================================================================================== unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 08:29:35 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-mysql-0: 08:29:35 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 08:29:35 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 08:29:35 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 08:29:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:29:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:29:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:29:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46.876 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46.879 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:29:46 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 08:29:56 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth @TS_24_301 @24_301_5_3_3 @24_301_5_5_1_2_2 @24_301_5_5_1_2_4 @24_301_6_5_1_2 @24_301_9_9_3_33 @TS_36_304 @36_304_4_3 @negTCs @Series-0001 unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME # featureFiles/Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth.feature:9 unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run # set the value of RES parameter (other than 0x00) manually in Authentication Response message which is sent from UE to MME unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP EXECUTION TIME TAKEN :400 MS unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:57 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: STEP EXECUTION TIME TAKEN :651 MS unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: STEP EXECUTION TIME TAKEN :656 MS unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:29:58 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:29:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:30:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:08 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 08:30:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:17 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 08:30:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:18 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:30:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:18 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 08:30:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:18 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:19.141 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:19.144 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:19 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:19 [main] REPORT: STEP EXECUTION TIME TAKEN :214 MS unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 08:30:19 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_GUTIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:30 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: STEP EXECUTION TIME TAKEN :381 MS unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: STEP EXECUTION TIME TAKEN :635 MS unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:31 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: STEP EXECUTION TIME TAKEN :628 MS unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:32 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:30:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 08:30:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:42 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52.403 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with IMSI {string:nocase:present} unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52.408 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:30:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:30:52 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:30:53 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT
 unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 08:30:59 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-hss-0: 08:30:59 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 08:30:59 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 22022' unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 22022 =~ .*running.* ]] unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 08:30:59 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 08:30:59 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 08:30:59 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 08:30:59 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 08:30:59 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 08:30:59 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 08:30:59 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0002 unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :220 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:03 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: STEP EXECUTION TIME TAKEN :635 MS unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: STEP EXECUTION TIME TAKEN :80 MS unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:04 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:31:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 08:31:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:14 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24.585 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24.587 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:31:24 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 08:31:25 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_SQN_failure @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. # featureFiles/Auth_NotAccept_by_UE_SQN_failure.feature:10 unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :390 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:35 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: STEP EXECUTION TIME TAKEN :634 MS unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:36 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:31:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:46 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 08:31:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:46 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56.632 [main] ERROR com.rebaca.adapters.s1ap.connections.ABotS1APGrammarsProcessor - Verification failure for Send Attach Request message with GUTI {string:nocase:present} unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56.634 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:31:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 08:31:56 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT
 unit-abot-epc-basic-0: 08:31:57 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run @authentication-procedure @Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt @TS_24_301 @24_301_5_4_2_6 @24_301_5_4_2_7 @negTCs @Series-0004 @SS_changesReqd unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" # featureFiles/Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt.feature:10 unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run # AuC system changes required. HSS should send Authentication request message with AMF=AMF_RESYNCH amf = {0xff 0xff} unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT # S1APScenarioStepGrammars.ueParamSet(String,String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run 9m9.904s unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 553.846 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs) Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success configured with AttachWithIMSI when Selected PLMN is neither the registered PLMN nor in the list of equivalent PLMNs Time elapsed: 0.009 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.008 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_network_code=95" on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong TAC Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_DNS_SERVER_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options Time elapsed: 0.007 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_HN_PREFIX_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IM_CN_SS_SIGNAL_FLAG=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_ALLOC_DHCPV4=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IP_ADDR_NAS_SIGNALING=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.MS_SUPPORT_BEARER_CTRL_IND=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.005 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0xFF" on node ABOT(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run com.rebaca.adapters.base.exception.ABotAssertExceptionHandler: Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Nov 19, 2018 8:32:07 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@6d4d66d2: startup date [Mon Nov 19 08:22:54 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run 19-Nov-2018 08:32:07.873 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run Please refer to /var/lib/abot-epc-basic/target/surefire-reports for the individual test results. unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 08:32:08 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 08:32:09 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:19 min unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-11-19T08:32:10+00:00 unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [ERROR] Failed to execute goal net.masterthought:maven-cucumber-reporting:0.1.0:generate (execution) on project ABOT-RunScenarios: Error Found: BUILD FAILED - Check Report For Details -> [Help 1] unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [ERROR] Re-run Maven using the -X switch to enable full debug logging. unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [ERROR] For more information about the errors and possible solutions, please read the following articles: unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 08:32:10 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter.operation committing operation "run action 65c9afc7-b334-4af0-80b6-149de6fff497" unit-abot-epc-basic-0: 08:32:10 DEBUG juju.machinelock machine lock released for uniter (run action 65c9afc7-b334-4af0-80b6-149de6fff497) unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 08:32:10 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-abot-epc-basic-0: 08:32:10 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 08:32:10 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 08:32:10 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 08:32:10 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 08:32:13 DEBUG juju.machinelock acquire machine lock for uniter (run update-status hook) unit-oai-epc-0: 08:32:13 DEBUG juju.machinelock machine lock acquired for uniter (run update-status hook) unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 08:32:13 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 19686' unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 19686 =~ .*running.* ]] unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-oai-epc-0: 08:32:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 08:32:13 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 08:32:13 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 08:32:13 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 08:32:13 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 08:32:13 DEBUG juju.machinelock machine lock released for uniter (run update-status hook) unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 08:32:13 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-11-19 08:32:32,175 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-11-19 08:33:29,238 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines, 2 applications Waiting on 1 model, 4 machines, 1 application Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model All hosted models reclaimed, cleaning up controller machines 2018-11-19 08:33:29,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 08:33:29,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:29,417 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2307 X-Openstack-Request-Id: req-fa93413b-8fe3-4159-ab0a-946a3638f0b6 Date: Mon, 19 Nov 2018 08:33:29 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:58:37Z", "updated_at": "2018-11-19T08:32:48Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "118df710-3ea1-422f-a4fc-a96831d6138a"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:01:46Z", "updated_at": "2018-11-19T08:32:58Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "206fa432-9f33-4433-8126-25d648ae397e"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:05:02Z", "updated_at": "2018-11-19T08:33:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "53373b9a-b138-40db-8603-9b8c3f10c0e3"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:04:25Z", "updated_at": "2018-11-19T08:33:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "b475691a-a761-4256-8c69-33189229205a"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:54:06Z", "updated_at": "2018-11-19T08:33:26Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "d9f4cb71-8392-40c8-9195-79b7d35a9d5e"}]} 2018-11-19 08:33:29,417 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fa93413b-8fe3-4159-ab0a-946a3638f0b6 2018-11-19 08:33:29,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.173821210861s 2018-11-19 08:33:29,418 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-fa93413b-8fe3-4159-ab0a-946a3638f0b6 2018-11-19 08:33:29,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 08:33:29,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/118df710-3ea1-422f-a4fc-a96831d6138a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:29,990 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e57ecf8d-e921-4bd6-b47a-b613c8fef32a Content-Length: 0 Date: Mon, 19 Nov 2018 08:33:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:29,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/118df710-3ea1-422f-a4fc-a96831d6138a.json used request id req-e57ecf8d-e921-4bd6-b47a-b613c8fef32a 2018-11-19 08:33:29,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.555619001389s 2018-11-19 08:33:29,991 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/118df710-3ea1-422f-a4fc-a96831d6138a.json used request id req-e57ecf8d-e921-4bd6-b47a-b613c8fef32a 2018-11-19 08:33:29,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 08:33:29,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:30,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1849 X-Openstack-Request-Id: req-2213d48d-e487-4f68-93dd-dc9aa7ea27eb Date: Mon, 19 Nov 2018 08:33:30 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:01:46Z", "updated_at": "2018-11-19T08:32:58Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "206fa432-9f33-4433-8126-25d648ae397e"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:05:02Z", "updated_at": "2018-11-19T08:33:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "53373b9a-b138-40db-8603-9b8c3f10c0e3"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:04:25Z", "updated_at": "2018-11-19T08:33:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "b475691a-a761-4256-8c69-33189229205a"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:54:06Z", "updated_at": "2018-11-19T08:33:26Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "d9f4cb71-8392-40c8-9195-79b7d35a9d5e"}]} 2018-11-19 08:33:30,202 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2213d48d-e487-4f68-93dd-dc9aa7ea27eb 2018-11-19 08:33:30,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.206211090088s 2018-11-19 08:33:30,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-2213d48d-e487-4f68-93dd-dc9aa7ea27eb 2018-11-19 08:33:30,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 08:33:30,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/206fa432-9f33-4433-8126-25d648ae397e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:30,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-acba83f2-2407-45b9-9722-3c33131f4956 Content-Length: 0 Date: Mon, 19 Nov 2018 08:33:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:30,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/206fa432-9f33-4433-8126-25d648ae397e.json used request id req-acba83f2-2407-45b9-9722-3c33131f4956 2018-11-19 08:33:30,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.708847999573s 2018-11-19 08:33:30,926 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/206fa432-9f33-4433-8126-25d648ae397e.json used request id req-acba83f2-2407-45b9-9722-3c33131f4956 2018-11-19 08:33:30,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 08:33:30,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:31,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-990ea5a5-0913-4563-867c-2d41b239fa30 Date: Mon, 19 Nov 2018 08:33:31 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:05:02Z", "updated_at": "2018-11-19T08:33:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "53373b9a-b138-40db-8603-9b8c3f10c0e3"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:04:25Z", "updated_at": "2018-11-19T08:33:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "b475691a-a761-4256-8c69-33189229205a"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:54:06Z", "updated_at": "2018-11-19T08:33:26Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "d9f4cb71-8392-40c8-9195-79b7d35a9d5e"}]} 2018-11-19 08:33:31,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-990ea5a5-0913-4563-867c-2d41b239fa30 2018-11-19 08:33:31,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.163002967834s 2018-11-19 08:33:31,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-990ea5a5-0913-4563-867c-2d41b239fa30 2018-11-19 08:33:31,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 08:33:31,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/53373b9a-b138-40db-8603-9b8c3f10c0e3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:31,653 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eae5739d-1f44-4198-b901-ef5e19bed17d Content-Length: 0 Date: Mon, 19 Nov 2018 08:33:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:31,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/53373b9a-b138-40db-8603-9b8c3f10c0e3.json used request id req-eae5739d-1f44-4198-b901-ef5e19bed17d 2018-11-19 08:33:31,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.544836044312s 2018-11-19 08:33:31,653 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/53373b9a-b138-40db-8603-9b8c3f10c0e3.json used request id req-eae5739d-1f44-4198-b901-ef5e19bed17d 2018-11-19 08:33:31,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 08:33:31,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:31,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 933 X-Openstack-Request-Id: req-a6c099b6-cf1b-4917-b61f-6349895ae312 Date: Mon, 19 Nov 2018 08:33:31 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T08:04:25Z", "updated_at": "2018-11-19T08:33:10Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "b475691a-a761-4256-8c69-33189229205a"}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:54:06Z", "updated_at": "2018-11-19T08:33:26Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "d9f4cb71-8392-40c8-9195-79b7d35a9d5e"}]} 2018-11-19 08:33:31,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a6c099b6-cf1b-4917-b61f-6349895ae312 2018-11-19 08:33:31,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.164314031601s 2018-11-19 08:33:31,823 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-a6c099b6-cf1b-4917-b61f-6349895ae312 2018-11-19 08:33:31,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 08:33:31,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/b475691a-a761-4256-8c69-33189229205a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:32,221 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-23c2d7a4-7118-4179-b8e0-8132e3a0a36e Content-Length: 0 Date: Mon, 19 Nov 2018 08:33:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:32,221 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/b475691a-a761-4256-8c69-33189229205a.json used request id req-23c2d7a4-7118-4179-b8e0-8132e3a0a36e 2018-11-19 08:33:32,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.388185977936s 2018-11-19 08:33:32,221 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/b475691a-a761-4256-8c69-33189229205a.json used request id req-23c2d7a4-7118-4179-b8e0-8132e3a0a36e 2018-11-19 08:33:32,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 08:33:32,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:32,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-af9c1b68-1ee5-4310-b50b-1c199a02d7f4 Date: Mon, 19 Nov 2018 08:33:32 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:54:06Z", "updated_at": "2018-11-19T08:33:26Z", "floating_network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 2, "project_id": "fbaf8bed80744255a6ebd6263345100b", "port_id": null, "id": "d9f4cb71-8392-40c8-9195-79b7d35a9d5e"}]} 2018-11-19 08:33:32,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-af9c1b68-1ee5-4310-b50b-1c199a02d7f4 2018-11-19 08:33:32,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0234649181366s 2018-11-19 08:33:32,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-af9c1b68-1ee5-4310-b50b-1c199a02d7f4 2018-11-19 08:33:32,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-11-19 08:33:32,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/d9f4cb71-8392-40c8-9195-79b7d35a9d5e.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:32,822 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8ff069f-b546-4742-91be-9a03bdf52ed8 Content-Length: 0 Date: Mon, 19 Nov 2018 08:33:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:32,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/d9f4cb71-8392-40c8-9195-79b7d35a9d5e.json used request id req-c8ff069f-b546-4742-91be-9a03bdf52ed8 2018-11-19 08:33:32,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.565397024155s 2018-11-19 08:33:32,823 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/d9f4cb71-8392-40c8-9195-79b7d35a9d5e.json used request id req-c8ff069f-b546-4742-91be-9a03bdf52ed8 2018-11-19 08:33:32,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-11-19 08:33:32,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:32,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b617bbb2-bb0c-45da-b9ac-fde6f7133d73 Date: Mon, 19 Nov 2018 08:33:32 GMT RESP BODY: {"floatingips": []} 2018-11-19 08:33:32,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b617bbb2-bb0c-45da-b9ac-fde6f7133d73 2018-11-19 08:33:32,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.151382923126s 2018-11-19 08:33:32,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b617bbb2-bb0c-45da-b9ac-fde6f7133d73 2018-11-19 08:33:32,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 08:33:32,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a90b86ad-6831-49b5-a585-8285172e9105 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:34,204 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45e888c1-d382-48de-941e-ecc819b8b292 Date: Mon, 19 Nov 2018 08:33:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 08:33:34,204 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a90b86ad-6831-49b5-a585-8285172e9105 used request id req-45e888c1-d382-48de-941e-ecc819b8b292 2018-11-19 08:33:34,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.22310090065s 2018-11-19 08:33:34,205 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a90b86ad-6831-49b5-a585-8285172e9105 used request id req-45e888c1-d382-48de-941e-ecc819b8b292 2018-11-19 08:33:34,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 08:33:34,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:34,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08: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-41cd4278-368b-45c6-b85c-141d118bf3b9 x-compute-request-id: req-41cd4278-368b-45c6-b85c-141d118bf3b9 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a034158f-1abf-48f0-a7cd-4fb28fe613d0", "name": "juju_epc-flavor_alt_82983193-d91a-4a16-b8ec-108445632d79", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "name": "juju_epc-flavor_82983193-d91a-4a16-b8ec-108445632d79", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 08:33:34,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-41cd4278-368b-45c6-b85c-141d118bf3b9 2018-11-19 08:33:34,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.167557001114s 2018-11-19 08:33:34,373 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-41cd4278-368b-45c6-b85c-141d118bf3b9 2018-11-19 08:33:34,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 08:33:34,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:34,417 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 08: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 x-openstack-request-id: req-0fe9ca4f-22cf-417a-8db4-89f6e3745205 x-compute-request-id: req-0fe9ca4f-22cf-417a-8db4-89f6e3745205 Content-Length: 0 Content-Type: application/json 2018-11-19 08:33:34,417 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0 used request id req-0fe9ca4f-22cf-417a-8db4-89f6e3745205 2018-11-19 08:33:34,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0414400100708s 2018-11-19 08:33:34,417 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a034158f-1abf-48f0-a7cd-4fb28fe613d0 used request id req-0fe9ca4f-22cf-417a-8db4-89f6e3745205 2018-11-19 08:33:34,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-11-19 08:33:34,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3/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}9c7b50acc375f7def89936139952adb27085b16d" -d '{"subnet_id": "cbbb1950-a29a-47f7-ba90-5d4424e65fc1"}' 2018-11-19 08:33:36,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-298263bc-d6f3-4249-be30-eb58a75f4cb6 Date: Mon, 19 Nov 2018 08:33:36 GMT RESP BODY: {"network_id": "6b4fb951-b6bf-4b1e-a478-0607cc656b1b", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "subnet_id": "cbbb1950-a29a-47f7-ba90-5d4424e65fc1", "subnet_ids": ["cbbb1950-a29a-47f7-ba90-5d4424e65fc1"], "port_id": "6e3dbbe6-81e3-4886-9817-e78d7bc2b8c5", "id": "9fc4d31f-540b-4a1a-bd84-d1d915552fb3"} 2018-11-19 08:33:36,023 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3/remove_router_interface.json used request id req-298263bc-d6f3-4249-be30-eb58a75f4cb6 2018-11-19 08:33:36,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.60599589348s 2018-11-19 08:33:36,024 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3/remove_router_interface.json used request id req-298263bc-d6f3-4249-be30-eb58a75f4cb6 returning object 9fc4d31f-540b-4a1a-bd84-d1d915552fb3 2018-11-19 08:33:36,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-11-19 08:33:36,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:36,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-9b9bfa42-d27a-4e84-86cc-2e8e09b24d3d Date: Mon, 19 Nov 2018 08:33:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b27f9db9-c34c-4416-a250-93d5fc1af7c0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e10ff475-4fb8-40a2-b12d-81ce409900d1", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:51:45Z", "admin_state_up": true, "updated_at": "2018-11-19T08:33:35Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "fbaf8bed80744255a6ebd6263345100b", "id": "9fc4d31f-540b-4a1a-bd84-d1d915552fb3", "name": "juju_epc-router_82983193-d91a-4a16-b8ec-108445632d79"}]} 2018-11-19 08:33:36,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9b9bfa42-d27a-4e84-86cc-2e8e09b24d3d 2018-11-19 08:33:36,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.316603899002s 2018-11-19 08:33:36,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9b9bfa42-d27a-4e84-86cc-2e8e09b24d3d 2018-11-19 08:33:36,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-11-19 08:33:36,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:39,792 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68596e4d-8a8b-4900-b7db-37e6387ebf7e Content-Length: 0 Date: Mon, 19 Nov 2018 08:33:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:39,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3.json used request id req-68596e4d-8a8b-4900-b7db-37e6387ebf7e 2018-11-19 08:33:39,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.44963908195s 2018-11-19 08:33:39,793 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/9fc4d31f-540b-4a1a-bd84-d1d915552fb3.json used request id req-68596e4d-8a8b-4900-b7db-37e6387ebf7e 2018-11-19 08:33:39,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-11-19 08:33:39,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:39,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2e0cb516-783c-450e-98f1-9bdaa0aa1b49 Date: Mon, 19 Nov 2018 08:33:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6b4fb951-b6bf-4b1e-a478-0607cc656b1b","tenant_id":"fbaf8bed80744255a6ebd6263345100b","created_at":"2018-11-19T07:51:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-11-19T07:51:44Z","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":"fbaf8bed80744255a6ebd6263345100b","id":"cbbb1950-a29a-47f7-ba90-5d4424e65fc1","subnetpool_id":null,"name":"juju_epc-subnet_82983193-d91a-4a16-b8ec-108445632d79"}]} 2018-11-19 08:33:39,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2e0cb516-783c-450e-98f1-9bdaa0aa1b49 2018-11-19 08:33:39,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.194348812103s 2018-11-19 08:33:39,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2e0cb516-783c-450e-98f1-9bdaa0aa1b49 2018-11-19 08:33:39,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-11-19 08:33:39,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/cbbb1950-a29a-47f7-ba90-5d4424e65fc1.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:42,143 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e43d059-3799-4d6b-88c1-c016523f4a2b Date: Mon, 19 Nov 2018 08:33:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:42,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/cbbb1950-a29a-47f7-ba90-5d4424e65fc1.json used request id req-8e43d059-3799-4d6b-88c1-c016523f4a2b 2018-11-19 08:33:42,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.15377402306s 2018-11-19 08:33:42,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/cbbb1950-a29a-47f7-ba90-5d4424e65fc1.json used request id req-8e43d059-3799-4d6b-88c1-c016523f4a2b 2018-11-19 08:33:42,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 08:33:42,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:42,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-79f8bcf4-2686-473b-87f9-a341c22d40f6 Date: Mon, 19 Nov 2018 08:33:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-11-19T08:33:41Z","tenant_id":"fbaf8bed80744255a6ebd6263345100b","created_at":"2018-11-19T07:51:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"qos_policy_id":null,"revision_number":5,"admin_state_up":true,"shared":false,"project_id":"fbaf8bed80744255a6ebd6263345100b","id":"6b4fb951-b6bf-4b1e-a478-0607cc656b1b","name":"juju_epc-net_82983193-d91a-4a16-b8ec-108445632d79"},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","mtu":1500}]} 2018-11-19 08:33:42,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-79f8bcf4-2686-473b-87f9-a341c22d40f6 2018-11-19 08:33:42,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.29127407074s 2018-11-19 08:33:42,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-79f8bcf4-2686-473b-87f9-a341c22d40f6 2018-11-19 08:33:42,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-11-19 08:33:42,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/6b4fb951-b6bf-4b1e-a478-0607cc656b1b.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:43,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-887adc90-70b3-4618-97e4-e1b362148838 Date: Mon, 19 Nov 2018 08:33:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:43,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6b4fb951-b6bf-4b1e-a478-0607cc656b1b.json used request id req-887adc90-70b3-4618-97e4-e1b362148838 2018-11-19 08:33:43,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.974655151367s 2018-11-19 08:33:43,412 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/6b4fb951-b6bf-4b1e-a478-0607cc656b1b.json used request id req-887adc90-70b3-4618-97e4-e1b362148838 2018-11-19 08:33:43,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 08:33:43,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:43,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-2c7c00db-493f-41d4-a031-b99b6fb51eb2 Date: Mon, 19 Nov 2018 08:33:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "metadata": {}}], "file": "/v2/images/933851ec-307b-472a-816f-59b23180f722/file", "owner": "fbaf8bed80744255a6ebd6263345100b", "id": "933851ec-307b-472a-816f-59b23180f722", "size": 297074688, "self": "/v2/images/933851ec-307b-472a-816f-59b23180f722", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/933851ec-307b-472a-816f-59b23180f722/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "356f04cd42da0af300d6df7292b85a37e93c8237d3143e6052b44908c0c11a02", "updated_at": "2018-11-19T07:51:59Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "93b2de7a1313d9623cbd593108a3f62b", "name": "juju_epc-img_82983193-d91a-4a16-b8ec-108445632d79", "checksum": "93b2de7a1313d9623cbd593108a3f62b", "created_at": "2018-11-19T07:51:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 08:33:43,994 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2c7c00db-493f-41d4-a031-b99b6fb51eb2 2018-11-19 08:33:43,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.581079006195s 2018-11-19 08:33:43,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2c7c00db-493f-41d4-a031-b99b6fb51eb2 2018-11-19 08:33:43,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 08:33:43,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/933851ec-307b-472a-816f-59b23180f722 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c7b50acc375f7def89936139952adb27085b16d" 2018-11-19 08:33:45,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec37671c-b836-4894-a79c-3a05cb055119 Date: Mon, 19 Nov 2018 08:33:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 08:33:45,127 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/933851ec-307b-472a-816f-59b23180f722 used request id req-ec37671c-b836-4894-a79c-3a05cb055119 2018-11-19 08:33:45,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12988495827s 2018-11-19 08:33:45,127 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/933851ec-307b-472a-816f-59b23180f722 used request id req-ec37671c-b836-4894-a79c-3a05cb055119 2018-11-19 08:33:45,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 08:33:45,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:33: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-7c4e3650-033e-4681-9bf1-6ceb7bd4f717 x-compute-request-id: req-7c4e3650-033e-4681-9bf1-6ceb7bd4f717 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55", "name": "juju_epc-flavor_82983193-d91a-4a16-b8ec-108445632d79", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 08:33:45,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7c4e3650-033e-4681-9bf1-6ceb7bd4f717 2018-11-19 08:33:45,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0355379581451s 2018-11-19 08:33:45,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7c4e3650-033e-4681-9bf1-6ceb7bd4f717 2018-11-19 08:33:45,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 08:33:45,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,248 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 08:33: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-fd53d532-07ea-4033-8396-26219ee42c4b x-compute-request-id: req-fd53d532-07ea-4033-8396-26219ee42c4b Content-Length: 0 Content-Type: application/json 2018-11-19 08:33:45,248 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55 used request id req-fd53d532-07ea-4033-8396-26219ee42c4b 2018-11-19 08:33:45,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0832200050354s 2018-11-19 08:33:45,249 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ec63e3f1-90e1-4d00-b2a4-40f2dbe2ae55 used request id req-fd53d532-07ea-4033-8396-26219ee42c4b 2018-11-19 08:33:45,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 08:33:45,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d2377bb-2086-4ea9-941f-b89511f479e5 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "juju_epc-user_82983193-d91a-4a16-b8ec-108445632d79", "links": {"self": "http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92"}, "domain_id": "default", "enabled": true, "id": "a3071ecf858547169609b118ca924b92", "options": {}}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 08:33:45,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0d2377bb-2086-4ea9-941f-b89511f479e5 2018-11-19 08:33:45,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0950329303741s 2018-11-19 08:33:45,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0d2377bb-2086-4ea9-941f-b89511f479e5 2018-11-19 08:33:45,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 08:33:45,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aefa9460-37a2-4dac-b0b5-8d15f71f4c29 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92"}, "enabled": true, "id": "a3071ecf858547169609b118ca924b92", "options": {}, "domain_id": "default", "name": "juju_epc-user_82983193-d91a-4a16-b8ec-108445632d79"}} 2018-11-19 08:33:45,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 used request id req-aefa9460-37a2-4dac-b0b5-8d15f71f4c29 2018-11-19 08:33:45,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976629257202s 2018-11-19 08:33:45,449 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 used request id req-aefa9460-37a2-4dac-b0b5-8d15f71f4c29 2018-11-19 08:33:45,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 08:33:45,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,630 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44f6804e-f0d4-436d-b61a-ddd506862e2a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:33:45,630 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 used request id req-44f6804e-f0d4-436d-b61a-ddd506862e2a 2018-11-19 08:33:45,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.180291175842s 2018-11-19 08:33:45,630 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/a3071ecf858547169609b118ca924b92 used request id req-44f6804e-f0d4-436d-b61a-ddd506862e2a 2018-11-19 08:33:45,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 08:33:45,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd69f3aa-8948-4df1-9639-2e90b9765f34 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b"}, "enabled": true, "id": "fbaf8bed80744255a6ebd6263345100b", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_82983193-d91a-4a16-b8ec-108445632d79"}]} 2018-11-19 08:33:45,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-dd69f3aa-8948-4df1-9639-2e90b9765f34 2018-11-19 08:33:45,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0727450847626s 2018-11-19 08:33:45,704 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-dd69f3aa-8948-4df1-9639-2e90b9765f34 2018-11-19 08:33:45,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 08:33:45,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27a36c2b-77e3-4521-9ccc-f24ac000a1a1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:33:45,853 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b used request id req-27a36c2b-77e3-4521-9ccc-f24ac000a1a1 2018-11-19 08:33:45,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.146918058395s 2018-11-19 08:33:45,853 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/fbaf8bed80744255a6ebd6263345100b used request id req-27a36c2b-77e3-4521-9ccc-f24ac000a1a1 2018-11-19 08:33:45,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:33:45,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:45,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2c80a48-42d5-4e18-affa-3db5ee9f3f49 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad0874b7d3484e1ca014d9eaae538daf", "links": {"self": "http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf"}, "name": "Member"}]} 2018-11-19 08:33:45,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d2c80a48-42d5-4e18-affa-3db5ee9f3f49 2018-11-19 08:33:45,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824451446533s 2018-11-19 08:33:45,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 08:33:45,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:46,036 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:33:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de8bd819-34ab-4681-b081-74ede55f3466 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:33:46,036 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ad0874b7d3484e1ca014d9eaae538daf used request id req-de8bd819-34ab-4681-b081-74ede55f3466 2018-11-19 08:33:46,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0981271266937s 2018-11-19 08:33:46,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 08:33:46,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fbaf8bed80744255a6ebd6263345100b&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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:46,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-7ef42e55-d19a-4b0b-bfb3-a469a5104f7b Date: Mon, 19 Nov 2018 08:33:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:51:43Z", "updated_at": "2018-11-19T07:51:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "016368ce-c61e-4516-b6c2-ec6ff5dec72a", "remote_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv4", "project_id": "fbaf8bed80744255a6ebd6263345100b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "a0b34117-c908-419e-9b8e-c77d9536e944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv6", "project_id": "fbaf8bed80744255a6ebd6263345100b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "cf77b98b-b808-4381-9ef2-e791a6e7f226", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv4", "project_id": "fbaf8bed80744255a6ebd6263345100b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "e79fa791-5020-44d0-8178-22476262d605", "remote_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv6", "project_id": "fbaf8bed80744255a6ebd6263345100b"}], "revision_number": 4, "project_id": "fbaf8bed80744255a6ebd6263345100b", "id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "name": "default"}]} 2018-11-19 08:33:46,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fbaf8bed80744255a6ebd6263345100b&name=default used request id req-7ef42e55-d19a-4b0b-bfb3-a469a5104f7b 2018-11-19 08:33:46,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.191214084625s 2018-11-19 08:33:46,231 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=fbaf8bed80744255a6ebd6263345100b&name=default used request id req-7ef42e55-d19a-4b0b-bfb3-a469a5104f7b 2018-11-19 08:33:46,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 08:33:46,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:46,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-cae9e2e6-c55e-45a5-807b-19edd5e19e4e Date: Mon, 19 Nov 2018 08:33:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "created_at": "2018-11-19T04:53:16Z", "updated_at": "2018-11-19T04:53:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "bd0fc655-4779-469d-a032-826584dcdd06", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "428d6c36-32a8-49a7-a5bf-a706181a7bbf", "remote_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "b6cdf24b-b0eb-45d2-9786-dae0adc1f4f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv4", "project_id": "afd2db966a884ce5bd33890fef4382f7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:53:16Z", "revision_number": 0, "id": "338c47a1-2ef8-46c7-8004-d246afd133d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:53:16Z", "security_group_id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "tenant_id": "afd2db966a884ce5bd33890fef4382f7", "port_range_min": null, "ethertype": "IPv6", "project_id": "afd2db966a884ce5bd33890fef4382f7"}], "revision_number": 4, "project_id": "afd2db966a884ce5bd33890fef4382f7", "id": "2c1d1773-20e7-46a5-b87b-037da4d45016", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-19T04:55:22Z", "updated_at": "2018-11-19T04:55:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "6c4704bd-fa73-4d0e-8dc6-4916f334a533", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "f8dd4161-fba6-40a6-a8a7-6a9f7073e56d", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "2e447ed0-fca7-4525-a92e-3c75f9406c97", "remote_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:55:23Z", "revision_number": 0, "id": "86f1248f-d449-471e-b022-52eac9554d8b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:55:23Z", "security_group_id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "54e267d5-3874-4590-b09f-d7154d31c6c2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "created_at": "2018-11-19T04:43:13Z", "updated_at": "2018-11-19T04:43:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "570107ca-0175-4a69-9feb-d1413eb3d6e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "df7c2ed7-60cd-4a50-8982-51ca5a1ac508", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv4", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "dd43cd3b-7008-452a-b299-b829f460a307", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T04:43:13Z", "revision_number": 0, "id": "d1f9b5b7-ea89-48ad-b1cd-438479a2a3ae", "remote_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "remote_ip_prefix": null, "created_at": "2018-11-19T04:43:13Z", "security_group_id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "tenant_id": "7baa7f86fab64123a652d96f540d5fad", "port_range_min": null, "ethertype": "IPv6", "project_id": "7baa7f86fab64123a652d96f540d5fad"}], "revision_number": 4, "project_id": "7baa7f86fab64123a652d96f540d5fad", "id": "a5651e1a-f34d-4661-af00-9c9fcec2341b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "created_at": "2018-11-19T07:51:43Z", "updated_at": "2018-11-19T07:51:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "016368ce-c61e-4516-b6c2-ec6ff5dec72a", "remote_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv4", "project_id": "fbaf8bed80744255a6ebd6263345100b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "cf77b98b-b808-4381-9ef2-e791a6e7f226", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv4", "project_id": "fbaf8bed80744255a6ebd6263345100b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "e79fa791-5020-44d0-8178-22476262d605", "remote_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv6", "project_id": "fbaf8bed80744255a6ebd6263345100b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-19T07:51:43Z", "revision_number": 0, "id": "a0b34117-c908-419e-9b8e-c77d9536e944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-19T07:51:43Z", "security_group_id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "tenant_id": "fbaf8bed80744255a6ebd6263345100b", "port_range_min": null, "ethertype": "IPv6", "project_id": "fbaf8bed80744255a6ebd6263345100b"}], "revision_number": 4, "project_id": "fbaf8bed80744255a6ebd6263345100b", "id": "f474ed81-a0ce-40d5-b7fe-14d700c91213", "name": "default"}]} 2018-11-19 08:33:46,429 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cae9e2e6-c55e-45a5-807b-19edd5e19e4e 2018-11-19 08:33:46,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194401979446s 2018-11-19 08:33:46,430 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cae9e2e6-c55e-45a5-807b-19edd5e19e4e 2018-11-19 08:33:46,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-19 08:33:46,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/f474ed81-a0ce-40d5-b7fe-14d700c91213.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9c1a5e10205c0f7e6c51897dba366ffb154b0db2" 2018-11-19 08:33:46,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b228c286-1eab-43ea-92a8-b02c1e45f2d3 Content-Length: 0 Date: Mon, 19 Nov 2018 08:33:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-19 08:33:46,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f474ed81-a0ce-40d5-b7fe-14d700c91213.json used request id req-b228c286-1eab-43ea-92a8-b02c1e45f2d3 2018-11-19 08:33:46,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.306507825851s 2018-11-19 08:33:46,741 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/f474ed81-a0ce-40d5-b7fe-14d700c91213.json used request id req-b228c286-1eab-43ea-92a8-b02c1e45f2d3 2018-11-19 08:33:46,742 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify_ims | functest | vnf | 28:51 | PASS | | vyos_vrouter | functest | vnf | 16:21 | PASS | | juju_epc | functest | vnf | 40:48 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-11-19 08:33:46,746 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-19 08:33:46,801 - paramiko.transport - DEBUG - EOF in transport thread 2018-11-19 08:33:52,930 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-314 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-19 08:33:52,938 - 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=bMhk9KmsbMXKUAfNpdcMefaeT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-19 08:33:52,938 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-19 08:33:52,939 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-11-19 08:33:52,940 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-11-19 08:33:52,942 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-11-19 08:33:58,595 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-314 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-11-19 08:33:58,601 - 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=bMhk9KmsbMXKUAfNpdcMefaeT export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.21,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_REGION_NAME=regionOne 2018-11-19 08:33:58,601 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-11-19 08:33:58,612 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-11-19 08:34:00,171 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 08:34:00,172 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 08:34:00,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 08:34:00,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 08:34:00,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 08:34:00,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 08:34:00,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 08:34:00,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 08:34:00,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 08:34:00,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71d44858-dcc6-45c1-a5f9-efcc1b299ee3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 08:34:00,243 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-71d44858-dcc6-45c1-a5f9-efcc1b299ee3 2018-11-19 08:34:00,244 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 08:34:00,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T09:34:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "afd2db966a884ce5bd33890fef4382f7", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/afd2db966a884ce5bd33890fef4382f7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c0c4b20c5f4f4155a7767874ae0e6a17"}, "audit_ids": ["YqVNYYgWTG6VWiXdrsngpg"], "issued_at": "2018-11-19T08:34:00.000000Z"}} 2018-11-19 08:34:00,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-11-19 08:34:00,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:01,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-dbe708c8-8c47-4b18-9f47-1bc6040fdbe5 Date: Mon, 19 Nov 2018 08:34:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1500,"id":"b27f9db9-c34c-4416-a250-93d5fc1af7c0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"7baa7f86fab64123a652d96f540d5fad","status":"ACTIVE","subnets":["e10ff475-4fb8-40a2-b12d-81ce409900d1"],"description":"","tags":[],"updated_at":"2018-11-19T04:43:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"7baa7f86fab64123a652d96f540d5fad","created_at":"2018-11-19T04:43:13Z","provider:network_type":"flat"}]} 2018-11-19 08:34:01,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dbe708c8-8c47-4b18-9f47-1bc6040fdbe5 2018-11-19 08:34:01,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.400391817093s 2018-11-19 08:34:01,039 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dbe708c8-8c47-4b18-9f47-1bc6040fdbe5 2018-11-19 08:34:01,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-19 08:34:01,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:01,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 08:34:01,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:01,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc816bd-470e-405a-91a4-8be77aaf4ad6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.21:5000/v3/domains/0b9ee402aa284a4ab7b91cd273e99344"}, "description": "", "name": "heat_stack", "enabled": true, "id": "0b9ee402aa284a4ab7b91cd273e99344"}, {"links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-11-19 08:34:01,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-9bc816bd-470e-405a-91a4-8be77aaf4ad6 2018-11-19 08:34:01,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.378121137619s 2018-11-19 08:34:01,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-19 08:34:01,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}}' 2018-11-19 08:34:01,558 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 08:34:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1a08ce8-7c6f-4bab-882f-a3a9f378ee56 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.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03"}, "enabled": true, "id": "711eb1313c3b41f080e2598d339f7c03", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}} 2018-11-19 08:34:01,558 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b1a08ce8-7c6f-4bab-882f-a3a9f378ee56 2018-11-19 08:34:01,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.137586116791s 2018-11-19 08:34:01,558 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-b1a08ce8-7c6f-4bab-882f-a3a9f378ee56 2018-11-19 08:34:01,559 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'id': u'711eb1313c3b41f080e2598d339f7c03', 'description': u'Created by OPNFV Functest: tempest_full_parallel', 'domain_id': u'default', 'enabled': True, 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'})}) 2018-11-19 08:34:01,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-19 08:34:01,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.368515014648s 2018-11-19 08:34:01,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6c7cc4a-2aed-418a-819e-386c017b2c58 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e"}, "enabled": true, "id": "778dd9e6e5e741fab169a0de6e058f7e", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}} 2018-11-19 08:34:02,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e used request id req-d6c7cc4a-2aed-418a-819e-386c017b2c58 2018-11-19 08:34:02,028 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'778dd9e6e5e741fab169a0de6e058f7e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7'}) 2018-11-19 08:34:02,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:34:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e39dd44-ae4c-41c8-8e56-70774737ab5e Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 08:34:02,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5e39dd44-ae4c-41c8-8e56-70774737ab5e 2018-11-19 08:34:02,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0965049266815s 2018-11-19 08:34:02,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:34:02,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-859edc87-8d8e-4a29-aaaf-9b962e0f6d15 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-11-19 08:34:02,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-859edc87-8d8e-4a29-aaaf-9b962e0f6d15 2018-11-19 08:34:02,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737209320068s 2018-11-19 08:34:02,201 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-19 08:34:02,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-19 08:34:02,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" -d '{"role": {"name": "Member"}}' 2018-11-19 08:34:02,305 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c3fd050d-bfbc-4a07-bab7-6699d895d3e2 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ed025d04fc5747199d7a16a4749ccb69", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "name": "Member"}} 2018-11-19 08:34:02,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-c3fd050d-bfbc-4a07-bab7-6699d895d3e2 2018-11-19 08:34:02,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.103725910187s 2018-11-19 08:34:02,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d9087b5-991d-46a8-aade-5c8fedd14ed9 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "domain_id": null, "name": "Member", "id": "ed025d04fc5747199d7a16a4749ccb69"}} 2018-11-19 08:34:02,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69 used request id req-8d9087b5-991d-46a8-aade-5c8fedd14ed9 2018-11-19 08:34:02,402 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69'}, 'domain_id': None, 'human_id': None, 'id': u'ed025d04fc5747199d7a16a4749ccb69', 'HUMAN_ID': False}) 2018-11-19 08:34:02,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:34:02,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e6d52fe-b958-4603-93a5-1b5a2504e265 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed025d04fc5747199d7a16a4749ccb69", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "name": "Member"}]} 2018-11-19 08:34:02,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0e6d52fe-b958-4603-93a5-1b5a2504e265 2018-11-19 08:34:02,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0789499282837s 2018-11-19 08:34:02,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 08:34:02,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8f4ea35-a2a0-425f-b8e3-ccd9e4230975 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 08:34:02,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d8f4ea35-a2a0-425f-b8e3-ccd9e4230975 2018-11-19 08:34:02,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0860569477081s 2018-11-19 08:34:02,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 08:34:02,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b66616ad-df4d-4738-9dfa-d3357715b77d Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "links": {"self": "http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e"}, "domain_id": "default", "enabled": true, "id": "778dd9e6e5e741fab169a0de6e058f7e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 08:34:02,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b66616ad-df4d-4738-9dfa-d3357715b77d 2018-11-19 08:34:02,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0367970466614s 2018-11-19 08:34:02,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-b66616ad-df4d-4738-9dfa-d3357715b77d 2018-11-19 08:34:02,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 08:34:02,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92af851a-db32-4eeb-934e-bf3ce565372d Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03"}, "enabled": true, "id": "711eb1313c3b41f080e2598d339f7c03", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 08:34:02,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-92af851a-db32-4eeb-934e-bf3ce565372d 2018-11-19 08:34:02,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763328075409s 2018-11-19 08:34:02,690 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-92af851a-db32-4eeb-934e-bf3ce565372d 2018-11-19 08:34:02,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 08:34:02,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&scope.project.id=711eb1313c3b41f080e2598d339f7c03&role.id=ed025d04fc5747199d7a16a4749ccb69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae3debf4-eb3a-498b-9a26-5f6d7db2c820 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&scope.project.id=711eb1313c3b41f080e2598d339f7c03&role.id=ed025d04fc5747199d7a16a4749ccb69", "previous": null, "next": null}} 2018-11-19 08:34:02,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&scope.project.id=711eb1313c3b41f080e2598d339f7c03&role.id=ed025d04fc5747199d7a16a4749ccb69 used request id req-ae3debf4-eb3a-498b-9a26-5f6d7db2c820 2018-11-19 08:34:02,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0818910598755s 2018-11-19 08:34:02,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 08:34:02,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03/users/778dd9e6e5e741fab169a0de6e058f7e/roles/ed025d04fc5747199d7a16a4749ccb69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bcf1a24-8841-49c8-ac82-d3fea7b4576d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:34:02,913 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03/users/778dd9e6e5e741fab169a0de6e058f7e/roles/ed025d04fc5747199d7a16a4749ccb69 used request id req-0bcf1a24-8841-49c8-ac82-d3fea7b4576d 2018-11-19 08:34:02,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.138964891434s 2018-11-19 08:34:02,914 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 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': '7f27f867-7651-4402-bd39-dc0b19e1178a', 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_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'project_id': u'711eb1313c3b41f080e2598d339f7c03', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-19 08:34:02,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-19 08:34:02,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-19 08:34:02,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-19 08:34:02,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-19 08:34:02,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-19 08:34:02,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-19 08:34:02,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-19 08:34:02,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-19 08:34:02,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-11-19 08:34:02,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-11-19 08:34:02,921 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'password': '7f27f867-7651-4402-bd39-dc0b19e1178a', 'project_name': 'tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '711eb1313c3b41f080e2598d339f7c03', 'project_domain_name': 'Default'} 2018-11-19 08:34:02,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:34:02,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:02,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13496419-0826-47fc-9b48-a7762ce9e0a2 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed025d04fc5747199d7a16a4749ccb69", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "name": "Member"}]} 2018-11-19 08:34:02,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-13496419-0826-47fc-9b48-a7762ce9e0a2 2018-11-19 08:34:02,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728600025177s 2018-11-19 08:34:02,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:34:02,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda97a3d-e373-4458-b6a5-9114904c413d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed025d04fc5747199d7a16a4749ccb69", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "name": "Member"}]} 2018-11-19 08:34:03,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-eda97a3d-e373-4458-b6a5-9114904c413d 2018-11-19 08:34:03,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0841608047485s 2018-11-19 08:34:03,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 08:34:03,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1364d91-cba8-4567-b3f7-ed831f040cc5 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 08:34:03,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-a1364d91-cba8-4567-b3f7-ed831f040cc5 2018-11-19 08:34:03,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.17569899559s 2018-11-19 08:34:03,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 08:34:03,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4e0fccc-1220-4e30-9322-d18ed30a376d Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "links": {"self": "http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e"}, "domain_id": "default", "enabled": true, "id": "778dd9e6e5e741fab169a0de6e058f7e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 08:34:03,353 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a4e0fccc-1220-4e30-9322-d18ed30a376d 2018-11-19 08:34:03,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.095351934433s 2018-11-19 08:34:03,354 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a4e0fccc-1220-4e30-9322-d18ed30a376d 2018-11-19 08:34:03,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 08:34:03,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8f781f9-86cb-42a1-8669-a48b610a60a8 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03"}, "enabled": true, "id": "711eb1313c3b41f080e2598d339f7c03", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 08:34:03,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a8f781f9-86cb-42a1-8669-a48b610a60a8 2018-11-19 08:34:03,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0862078666687s 2018-11-19 08:34:03,447 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a8f781f9-86cb-42a1-8669-a48b610a60a8 2018-11-19 08:34:03,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 08:34:03,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&scope.project.id=711eb1313c3b41f080e2598d339f7c03&role.id=8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c41f662f-caf8-4301-8084-f927f1327469 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&scope.project.id=711eb1313c3b41f080e2598d339f7c03&role.id=8b607911576d44ba870fc64e92729d7c", "previous": null, "next": null}} 2018-11-19 08:34:03,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&scope.project.id=711eb1313c3b41f080e2598d339f7c03&role.id=8b607911576d44ba870fc64e92729d7c used request id req-c41f662f-caf8-4301-8084-f927f1327469 2018-11-19 08:34:03,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0836918354034s 2018-11-19 08:34:03,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 08:34:03,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03/users/778dd9e6e5e741fab169a0de6e058f7e/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-087e5dbb-0a9b-4b66-be83-ad3af0753e63 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:34:03,649 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03/users/778dd9e6e5e741fab169a0de6e058f7e/roles/8b607911576d44ba870fc64e92729d7c used request id req-087e5dbb-0a9b-4b66-be83-ad3af0753e63 2018-11-19 08:34:03,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116153001785s 2018-11-19 08:34:03,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:34:03,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af08f430-8a64-424c-b650-febbaf0fea41 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed025d04fc5747199d7a16a4749ccb69", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "name": "Member"}]} 2018-11-19 08:34:03,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-af08f430-8a64-424c-b650-febbaf0fea41 2018-11-19 08:34:03,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0834519863129s 2018-11-19 08:34:03,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-19 08:34:03,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba1996f-eccc-4e8a-a564-bf8fb99f595e 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.21:5000/v3/domains/default"}, "name": "Default"}} 2018-11-19 08:34:03,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-6ba1996f-eccc-4e8a-a564-bf8fb99f595e 2018-11-19 08:34:03,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0878818035126s 2018-11-19 08:34:03,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 08:34:03,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:03,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afd568f1-f53d-44c4-ada7-867fb9beb027 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "links": {"self": "http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e"}, "domain_id": "default", "enabled": true, "id": "778dd9e6e5e741fab169a0de6e058f7e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 08:34:03,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-afd568f1-f53d-44c4-ada7-867fb9beb027 2018-11-19 08:34:03,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0902960300446s 2018-11-19 08:34:03,914 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-afd568f1-f53d-44c4-ada7-867fb9beb027 2018-11-19 08:34:03,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-19 08:34:03,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:04,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb813acf-8d7b-4459-b7f1-950e6927668a Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default", "previous": null, "next": null}} 2018-11-19 08:34:04,001 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=778dd9e6e5e741fab169a0de6e058f7e&role.id=8b607911576d44ba870fc64e92729d7c&scope.domain.id=default used request id req-fb813acf-8d7b-4459-b7f1-950e6927668a 2018-11-19 08:34:04,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0812451839447s 2018-11-19 08:34:04,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-19 08:34:04,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/domains/default/users/778dd9e6e5e741fab169a0de6e058f7e/roles/8b607911576d44ba870fc64e92729d7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:34:04,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:34:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56f9ffbe-d850-4a16-91c8-16cd268992eb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:34:04,129 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/domains/default/users/778dd9e6e5e741fab169a0de6e058f7e/roles/8b607911576d44ba870fc64e92729d7c used request id req-56f9ffbe-d850-4a16-91c8-16cd268992eb 2018-11-19 08:34:04,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.127134799957s 2018-11-19 08:34:04,130 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-11-19 08:34:10,331 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-11-19 08:34:09.977 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=91d55fea-09ef-4e0e-bdc9-6dfbefe90128) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 91d55fea-09ef-4e0e-bdc9-6dfbefe90128 | 2018-11-19T08:34:09 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 91d55fea-09ef-4e0e-bdc9-6dfbefe90128 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-11-19 08:34:13,608 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+-------------------+-----------+ | Service | Service Type | Status | +-------------+-------------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | key-manager | Available | | __unknown__ | nfv-orchestration | Available | | __unknown__ | placement | Available | | __unknown__ | policy | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+-------------------+-----------+ 2018-11-19 08:34:13,609 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-11-19 08:34:20,578 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-11-19 08:34:17.741 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-11-19 08:34:17.960 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-11-19 08:34:20.397 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=987960c4-a38d-4fe9-803b-f2c87f5da8a2) has been successfully created! Using verifier 'opnfv-tempest' (UUID=987960c4-a38d-4fe9-803b-f2c87f5da8a2) as the default verifier for the future CLI operations. 2018-11-19 08:34:23,111 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-11-19 08:34:23,112 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-19 08:34:23,228 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-11-19 08:34:23,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-19 08:34:23,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d42fe08-9364-40c6-9381-d07be0c0544b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-11-19 08:34:23,238 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8d42fe08-9364-40c6-9381-d07be0c0544b 2018-11-19 08:34:23,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-11-19 08:34:23,635 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed025d04fc5747199d7a16a4749ccb69", "name": "Member"}, {"id": "8b607911576d44ba870fc64e92729d7c", "name": "admin"}], "expires_at": "2018-11-19T09:34:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "711eb1313c3b41f080e2598d339f7c03", "name": "tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2abcdfe9f6a6437fb0f94a55a9d4bd52"}, {"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7512c82605524be7a07a4d76ad9f3fee"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "899f0ae5f5d84fcb95505d729eb7417a"}], "type": "key-manager", "id": "0beca78071544820b61c1aee914dbce9", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "1f09b403b0894ca48a1a5f28ae6b99e4", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/711eb1313c3b41f080e2598d339f7c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3dba618a18df4c20905e3f5ac0b5320b"}, {"url": "http://192.30.9.9:8776/v2/711eb1313c3b41f080e2598d339f7c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d44898077e3b4124a23c6cac26cde03b"}, {"url": "http://192.30.9.9:8776/v2/711eb1313c3b41f080e2598d339f7c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fffba72e79b243658ab5ac588c6d1f12"}], "type": "volumev2", "id": "33e27487f64e48f1acb86475e9f35d5d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18c5b72d53cd47ad93eab12b4b6bc3e6"}, {"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "43c26bcc56814beca104a3ba8fc857e1"}, {"url": "http://172.30.9.21:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c25ff0235dde4e08961833d1632c482d"}], "type": "policy", "id": "33f2d00c37644ade92c1a50448ffc4c4", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.21:9890", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2842462b8d7443a5b26e3a6c206c4ddc"}, {"url": "http://192.30.9.9:9890", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c3081945d9954bd3ab67c26b12bab0f7"}, {"url": "http://192.30.9.9:9890", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8af91651ad742aa8dc29920cd63ea7c"}], "type": "nfv-orchestration", "id": "3f1489abeed54f6c99bc805604bf8e8d", "name": "tacker"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "534c8b053447458a95db4b266dcadff3"}, {"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68d3eafd8eb74681be4ba91fe032cc7a"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f9deae17f6e4752bbabfe61b6ea16f5"}], "type": "image", "id": "5696783db7c5497c9cea6c4d62c899c6", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1724ecec03e0439b9e25c57112638417"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81e713d3c7fe4a0a925bf0623094e165"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a1f2a30e2c5947cb9c004f51619706ec"}], "type": "network", "id": "5c15f4fb6c564c318ce4c3aef9793fbe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fef69410af64439864bedea6d73748c"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d44a1c1971f84781b7a9bac6c8693f79"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d76197eea6e04afd8e8dc918acf513bd"}], "type": "alarming", "id": "5d2a193d72544a83b387d2685cb1a79f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v3/711eb1313c3b41f080e2598d339f7c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "311ee86c6e804e54a9066bd4ec8ed194"}, {"url": "http://192.30.9.9:8776/v3/711eb1313c3b41f080e2598d339f7c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4cd681bf3e544609b9a4168750e9cd4e"}, {"url": "http://192.30.9.9:8776/v3/711eb1313c3b41f080e2598d339f7c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63cd7ae6d04b4c308da842b7f82d1fdb"}], "type": "volumev3", "id": "75643da685c142aeb36ac2272a1b5ba1", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5930b144122d4b7db48cc6dbc272ac45"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95c92e400bd14e479c6522025680a11c"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9bf73aff5200490fa514e5c4f4560d8b"}], "type": "placement", "id": "7c5d56d1c8db43ba842d00314c21ba4f", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0d82246bdfe147a1b79e3075de4fbf0a"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "37d92bae68ba4d57850e18777d85db3c"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ece5510ad7f644619cfc5cc232007db0"}], "type": "cloudformation", "id": "b55b9755b4b6429588a2ba4e4af3b3c8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/711eb1313c3b41f080e2598d339f7c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36a5ec4f7f8145ee954adb21a33d553a"}, {"url": "http://192.30.9.9:8004/v1/711eb1313c3b41f080e2598d339f7c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5c81126d118747a1919be3aff423b18e"}, {"url": "http://172.30.9.21:8004/v1/711eb1313c3b41f080e2598d339f7c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ddadd2c51d82414c84de15bbadae27c2"}], "type": "orchestration", "id": "b9ebf7c853914c1faa0d9513504c2ece", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a7566928bf7483280bcbb930e37bd9b"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b23d65edba3424cbc2c7a34241ebc25"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "870ca10d9d3a48dd9dba0456d1cf7356"}], "type": "identity", "id": "c0f6db565acd48f186a27d6365c7da37", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cb98a7b05a4449f29016edfad97771f5"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d07aeeb2f39240fa8ccca0d46856e95f"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ebcd48be35c042628a270b096b946921"}], "type": "compute", "id": "cbf88b7339814791bb2513baf6503543", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/711eb1313c3b41f080e2598d339f7c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19aeed9908794eb68581bcb39298a4be"}, {"url": "http://192.30.9.9:8776/v1/711eb1313c3b41f080e2598d339f7c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a35c4e57b54a473f8fb2cf2214cd6cbb"}, {"url": "http://172.30.9.21:8776/v1/711eb1313c3b41f080e2598d339f7c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ead3795c8ece41e8ba2ee252aa736d83"}], "type": "volume", "id": "d830abeec95d42fdb5f575812014e80e", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4d4cb7722cf74400a767fe1db93cce9c"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d21086dcf09431fa1395883280296ed"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b671f07fc505495eb85f6b494d74c07a"}], "type": "metric", "id": "f35734968a8c4b6daa6ef203af676aee", "name": "gnocchi"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "id": "778dd9e6e5e741fab169a0de6e058f7e"}, "audit_ids": ["pb5tmTE4S9eIvsq4-xOPKA"], "issued_at": "2018-11-19T08:34:23.000000Z"}} 2018-11-19 08:34:23,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:23,645 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Mon, 19 Nov 2018 08:34:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-11-19 08:34:23,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 08:34:23,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:23,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f685e5f2-72d6-4f74-bc53-1b5dc4a1c20e Date: Mon, 19 Nov 2018 08:34:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 08:34:23,816 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f685e5f2-72d6-4f74-bc53-1b5dc4a1c20e 2018-11-19 08:34:23,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168413877487s 2018-11-19 08:34:23,817 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f685e5f2-72d6-4f74-bc53-1b5dc4a1c20e 2018-11-19 08:34:23,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 08:34:23,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}' 2018-11-19 08:34:24,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f X-Openstack-Request-Id: req-88bdc482-28bb-4f79-8ee2-388bc45cbee6 Date: Mon, 19 Nov 2018 08:34:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file", "owner": "711eb1313c3b41f080e2598d339f7c03", "id": "e66ec464-779d-4194-b572-07f307e6ac0f", "size": null, "self": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T08:34:24Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "checksum": null, "created_at": "2018-11-19T08:34:24Z", "protected": false} 2018-11-19 08:34:24,419 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-88bdc482-28bb-4f79-8ee2-388bc45cbee6 2018-11-19 08:34:24,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.600399017334s 2018-11-19 08:34:24,420 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-88bdc482-28bb-4f79-8ee2-388bc45cbee6 returning object e66ec464-779d-4194-b572-07f307e6ac0f 2018-11-19 08:34:24,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 08:34:24,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/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}6b267a38e25d610bc1fd78ec39c16538221db1f7" -d '' 2018-11-19 08:34:25,307 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a62dd4a7-5fcb-436d-915a-8cbb8c032f61 Date: Mon, 19 Nov 2018 08:34:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 08:34:25,307 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file used request id req-a62dd4a7-5fcb-436d-915a-8cbb8c032f61 2018-11-19 08:34:25,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.886974096298s 2018-11-19 08:34:25,308 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file used request id req-a62dd4a7-5fcb-436d-915a-8cbb8c032f61 2018-11-19 08:34:25,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 08:34:25,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:25,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-6aeae40e-4c09-44b5-aaa8-bbdcfafa7efc Date: Mon, 19 Nov 2018 08:34:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "metadata": {}}], "file": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file", "owner": "711eb1313c3b41f080e2598d339f7c03", "id": "e66ec464-779d-4194-b572-07f307e6ac0f", "size": 12716032, "self": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T08:34:25Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T08:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 08:34:25,857 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6aeae40e-4c09-44b5-aaa8-bbdcfafa7efc 2018-11-19 08:34:25,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.548538923264s 2018-11-19 08:34:25,857 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6aeae40e-4c09-44b5-aaa8-bbdcfafa7efc 2018-11-19 08:34:25,859 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file', 'owner': u'711eb1313c3b41f080e2598d339f7c03', 'id': u'e66ec464-779d-4194-b572-07f307e6ac0f', 'size': 12716032, u'self': u'/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'711eb1313c3b41f080e2598d339f7c03', 'name': 'tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T08:34:25Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T08:34:25Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'created': u'2018-11-19T08:34:24Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T08:34:24Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 08:34:25,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 08:34:25,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 08:34:26,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2548b0da-bd6c-4b97-a18a-1e7d40bb8b26 x-compute-request-id: req-2548b0da-bd6c-4b97-a18a-1e7d40bb8b26 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccd23b16-3cc7-4a61-8721-65710034c7fd", "name": "tempest_full_parallel-flavor_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 08:34:26,061 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2548b0da-bd6c-4b97-a18a-1e7d40bb8b26 2018-11-19 08:34:26,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.201138973236s 2018-11-19 08:34:26,062 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-2548b0da-bd6c-4b97-a18a-1e7d40bb8b26 returning object ccd23b16-3cc7-4a61-8721-65710034c7fd 2018-11-19 08:34:26,063 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_852cfad1-731e-4f9b-b50a-9ade7b211ca7', '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'afd2db966a884ce5bd33890fef4382f7', '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'ccd23b16-3cc7-4a61-8721-65710034c7fd', 'swap': 0}) 2018-11-19 08:34:26,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 08:34:26,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd/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}1832178a6e72255f9100212c45aeb5f6326003b6" -d '{"extra_specs": {}}' 2018-11-19 08:34:26,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88b76f59-d0cb-4cf1-8666-ed444eea25e9 x-compute-request-id: req-88b76f59-d0cb-4cf1-8666-ed444eea25e9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 08:34:26,089 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd/os-extra_specs used request id req-88b76f59-d0cb-4cf1-8666-ed444eea25e9 2018-11-19 08:34:26,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0253460407257s 2018-11-19 08:34:26,089 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd/os-extra_specs used request id req-88b76f59-d0cb-4cf1-8666-ed444eea25e9 2018-11-19 08:34:26,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:34:26,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:26,100 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 19 Nov 2018 08: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.21:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-19 08:34:26,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:26,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38790f64-8719-4bdc-aa30-7fcba94829d8 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed025d04fc5747199d7a16a4749ccb69", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "name": "Member"}]} 2018-11-19 08:34:26,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-38790f64-8719-4bdc-aa30-7fcba94829d8 2018-11-19 08:34:26,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.10165309906s 2018-11-19 08:34:26,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-11-19 08:34:26,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:26,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa6cf2a6-02a7-431d-9ccc-d2661f2ee881 x-compute-request-id: req-fa6cf2a6-02a7-431d-9ccc-d2661f2ee881 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 209}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10163, "local_gb": 10239, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 212}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10164, "local_gb": 10239, "free_ram_mb": 28406, "id": 5}]} 2018-11-19 08:34:26,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-fa6cf2a6-02a7-431d-9ccc-d2661f2ee881 2018-11-19 08:34:26,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.200945854187s 2018-11-19 08:34:26,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-fa6cf2a6-02a7-431d-9ccc-d2661f2ee881 2018-11-19 08:34:26,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 08:34:26,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:26,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-ecf2ce5e-5aae-4564-93aa-97d37f65fda5 Date: Mon, 19 Nov 2018 08:34:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "metadata": {}}], "file": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file", "owner": "711eb1313c3b41f080e2598d339f7c03", "id": "e66ec464-779d-4194-b572-07f307e6ac0f", "size": 12716032, "self": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T08:34:25Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T08:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 08:34:26,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ecf2ce5e-5aae-4564-93aa-97d37f65fda5 2018-11-19 08:34:26,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.540281057358s 2018-11-19 08:34:26,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ecf2ce5e-5aae-4564-93aa-97d37f65fda5 2018-11-19 08:34:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-11-19 08:34:26,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}' 2018-11-19 08:34:27,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/13595fa3-b683-4381-830e-875f9575d07f X-Openstack-Request-Id: req-897954fa-a53d-4752-9f2a-c3a00dc4e3eb Date: Mon, 19 Nov 2018 08:34:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/13595fa3-b683-4381-830e-875f9575d07f/file", "owner": "711eb1313c3b41f080e2598d339f7c03", "id": "13595fa3-b683-4381-830e-875f9575d07f", "size": null, "self": "/v2/images/13595fa3-b683-4381-830e-875f9575d07f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T08:34:27Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "checksum": null, "created_at": "2018-11-19T08:34:27Z", "protected": false} 2018-11-19 08:34:27,547 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-897954fa-a53d-4752-9f2a-c3a00dc4e3eb 2018-11-19 08:34:27,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.605211019516s 2018-11-19 08:34:27,547 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-897954fa-a53d-4752-9f2a-c3a00dc4e3eb returning object 13595fa3-b683-4381-830e-875f9575d07f 2018-11-19 08:34:27,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-11-19 08:34:27,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/13595fa3-b683-4381-830e-875f9575d07f/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}6b267a38e25d610bc1fd78ec39c16538221db1f7" -d '' 2018-11-19 08:34:29,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2bccb892-1972-40a2-8cd9-cefedf409ea0 Date: Mon, 19 Nov 2018 08:34:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 08:34:29,691 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/13595fa3-b683-4381-830e-875f9575d07f/file used request id req-2bccb892-1972-40a2-8cd9-cefedf409ea0 2018-11-19 08:34:29,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.14330291748s 2018-11-19 08:34:29,691 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/13595fa3-b683-4381-830e-875f9575d07f/file used request id req-2bccb892-1972-40a2-8cd9-cefedf409ea0 2018-11-19 08:34:29,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 08:34:29,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:34:30,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-6688017a-a014-4a02-bea6-b47ab22499f4 Date: Mon, 19 Nov 2018 08:34:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/13595fa3-b683-4381-830e-875f9575d07f/snap", "metadata": {}}], "file": "/v2/images/13595fa3-b683-4381-830e-875f9575d07f/file", "owner": "711eb1313c3b41f080e2598d339f7c03", "id": "13595fa3-b683-4381-830e-875f9575d07f", "size": 12716032, "self": "/v2/images/13595fa3-b683-4381-830e-875f9575d07f", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/13595fa3-b683-4381-830e-875f9575d07f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T08:34:29Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T08:34:27Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "metadata": {}}], "file": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file", "owner": "711eb1313c3b41f080e2598d339f7c03", "id": "e66ec464-779d-4194-b572-07f307e6ac0f", "size": 12716032, "self": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T08:34:25Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T08:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 08:34:30,244 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6688017a-a014-4a02-bea6-b47ab22499f4 2018-11-19 08:34:30,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.551952123642s 2018-11-19 08:34:30,244 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6688017a-a014-4a02-bea6-b47ab22499f4 2018-11-19 08:34:30,247 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/13595fa3-b683-4381-830e-875f9575d07f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/13595fa3-b683-4381-830e-875f9575d07f/file', 'owner': u'711eb1313c3b41f080e2598d339f7c03', 'id': u'13595fa3-b683-4381-830e-875f9575d07f', 'size': 12716032, u'self': u'/v2/images/13595fa3-b683-4381-830e-875f9575d07f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'711eb1313c3b41f080e2598d339f7c03', 'name': 'tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/13595fa3-b683-4381-830e-875f9575d07f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-11-19T08:34:29Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-11-19T08:34:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/13595fa3-b683-4381-830e-875f9575d07f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7', 'created': u'2018-11-19T08:34:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-11-19T08:34:27Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/13595fa3-b683-4381-830e-875f9575d07f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-11-19 08:34:30,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-11-19 08:34:30,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-11-19 08:34:30,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e53be949-970f-40f2-a613-086a4ff1f125 x-compute-request-id: req-e53be949-970f-40f2-a613-086a4ff1f125 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3967681a-19a6-47cc-b847-9feff391d773", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3967681a-19a6-47cc-b847-9feff391d773", "name": "tempest_full_parallel-flavor_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-19 08:34:30,291 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e53be949-970f-40f2-a613-086a4ff1f125 2018-11-19 08:34:30,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0428240299225s 2018-11-19 08:34:30,291 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e53be949-970f-40f2-a613-086a4ff1f125 returning object 3967681a-19a6-47cc-b847-9feff391d773 2018-11-19 08:34:30,292 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7', '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'afd2db966a884ce5bd33890fef4382f7', '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'3967681a-19a6-47cc-b847-9feff391d773', 'swap': 0}) 2018-11-19 08:34:30,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-11-19 08:34:30,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773/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}1832178a6e72255f9100212c45aeb5f6326003b6" -d '{"extra_specs": {}}' 2018-11-19 08:34:30,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:34:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2cdc7e3-7ce3-4baa-8a4a-48c4a3d57946 x-compute-request-id: req-f2cdc7e3-7ce3-4baa-8a4a-48c4a3d57946 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-19 08:34:30,312 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773/os-extra_specs used request id req-f2cdc7e3-7ce3-4baa-8a4a-48c4a3d57946 2018-11-19 08:34:30,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199980735779s 2018-11-19 08:34:30,313 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773/os-extra_specs used request id req-f2cdc7e3-7ce3-4baa-8a4a-48c4a3d57946 2018-11-19 08:34:30,313 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7', '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'afd2db966a884ce5bd33890fef4382f7', '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'3967681a-19a6-47cc-b847-9feff391d773', 'swap': 0}) 2018-11-19 08:34:33,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-11-19 08:34:32.309 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=987960c4-a38d-4fe9-803b-f2c87f5da8a2) for deployment 'opnfv-rally' (UUID=91d55fea-09ef-4e0e-bdc9-6dfbefe90128). 2018-11-19 08:34:33.202 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-11-19 08:34:33.205 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=987960c4-a38d-4fe9-803b-f2c87f5da8a2) has been successfully configured for deployment 'opnfv-rally' (UUID=91d55fea-09ef-4e0e-bdc9-6dfbefe90128)! 2018-11-19 08:34:33,382 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-11-19 08:34:33,382 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-11-19 08:34:33,385 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-11-19 08:34:33,407 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-11-19 08:34:35,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-987960c4-a38d-4fe9-803b-f2c87f5da8a2/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-11-19 08:34:35,931 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-11-19 08:34:36,000 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-11-19 08:34:36,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_full_parallel/test_list.txt']'. 2018-11-19 08:34:38,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:38.102 49 INFO rally.api [-] Starting verification (UUID=91541380-4217-4268-9988-adee730d09be) for deployment 'opnfv-rally' (UUID=91d55fea-09ef-4e0e-bdc9-6dfbefe90128) by verifier 'opnfv-tempest' (UUID=987960c4-a38d-4fe9-803b-f2c87f5da8a2). 2018-11-19 08:34:38,103 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 91541380-4217-4268-9988-adee730d09be 2018-11-19 08:34:42,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:42.844 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-11-19 08:34:42,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:42.946 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test ... skip: The microversion range[2.6 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:34:43,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:43.030 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-11-19 08:34:43,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:43.053 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: The microversion range[2.37 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:34:43,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:43.056 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:34:46,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.327 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.208s] 2018-11-19 08:34:46,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.407 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.080s] 2018-11-19 08:34:46,495 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.494 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.087s] 2018-11-19 08:34:46,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.517 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.313s] 2018-11-19 08:34:46,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.556 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.275s] 2018-11-19 08:34:46,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.557 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.172s] 2018-11-19 08:34:46,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.567 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.191s] 2018-11-19 08:34:46,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.581 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-11-19 08:34:46,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.640 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.218s] 2018-11-19 08:34:46,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.645 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.148s] 2018-11-19 08:34:46,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.691 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.051s] 2018-11-19 08:34:46,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.696 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.141s] 2018-11-19 08:34:46,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.745 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.227s] 2018-11-19 08:34:46,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.753 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.062s] 2018-11-19 08:34:46,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.771 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.189s] 2018-11-19 08:34:46,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.779 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.136s] 2018-11-19 08:34:46,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.874 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.119s] 2018-11-19 08:34:46,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.904 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.031s] 2018-11-19 08:34:46,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.916 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.170s] 2018-11-19 08:34:46,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.919 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.325s] 2018-11-19 08:34:46,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:46.974 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.055s] 2018-11-19 08:34:47,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.097 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.401s] 2018-11-19 08:34:47,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.103 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.185s] 2018-11-19 08:34:47,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.122 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.215s] 2018-11-19 08:34:47,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.193 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.072s] 2018-11-19 08:34:47,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.289 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.186s] 2018-11-19 08:34:47,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.328 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.353s] 2018-11-19 08:34:47,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.331 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.205s] 2018-11-19 08:34:47,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.345 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.013s] 2018-11-19 08:34:47,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.420 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.100s] 2018-11-19 08:34:47,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.443 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.098s] 2018-11-19 08:34:47,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.484 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.387s] 2018-11-19 08:34:47,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.496 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.052s] 2018-11-19 08:34:47,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.514 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.017s] 2018-11-19 08:34:47,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.525 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.011s] 2018-11-19 08:34:47,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.536 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2018-11-19 08:34:47,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.616 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.327s] 2018-11-19 08:34:47,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.750 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.266s] 2018-11-19 08:34:47,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.759 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.009s] 2018-11-19 08:34:47,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.768 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.009s] 2018-11-19 08:34:47,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.778 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.010s] 2018-11-19 08:34:47,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.873 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.257s] 2018-11-19 08:34:47,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.929 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.510s] 2018-11-19 08:34:47,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:47.980 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.201s] 2018-11-19 08:34:48,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.051 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.836s] 2018-11-19 08:34:48,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.104 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [1.565s] 2018-11-19 08:34:48,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.149 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.168s] 2018-11-19 08:34:48,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.200 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.051s] 2018-11-19 08:34:48,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.265 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.214s] 2018-11-19 08:34:48,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.405 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.205s] 2018-11-19 08:34:48,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.436 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.030s] 2018-11-19 08:34:48,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.449 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.012s] 2018-11-19 08:34:48,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:48.728 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.850s] 2018-11-19 08:34:49,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:49.372 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.922s] 2018-11-19 08:34:49,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:49.568 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.841s] 2018-11-19 08:34:49,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:49.710 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.338s] 2018-11-19 08:34:50,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:50.032 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.463s] 2018-11-19 08:34:50,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:50.711 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [4.334s] 2018-11-19 08:34:51,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:51.218 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-11-19 08:34:52,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:52.611 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON ... skip: The microversion range[2.10 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:34:52,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:52.612 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeV248Test ... skip: The microversion range[2.48 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:34:52,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:52.645 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.872s] 2018-11-19 08:34:52,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:52.827 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.180s] 2018-11-19 08:34:53,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:53.351 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.179s] 2018-11-19 08:34:53,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:53.837 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.486s] 2018-11-19 08:34:54,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:54.200 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.488s] 2018-11-19 08:34:54,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:54.313 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [1.485s] 2018-11-19 08:34:54,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:54.631 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.277s] 2018-11-19 08:34:54,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:54.735 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.104s] 2018-11-19 08:34:54,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:54.781 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.044s] 2018-11-19 08:34:54,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:54.815 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.502s] 2018-11-19 08:34:54,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:54.830 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.050s] 2018-11-19 08:34:55,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.263 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.447s] 2018-11-19 08:34:55,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.384 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.225s] 2018-11-19 08:34:55,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.397 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.014s] 2018-11-19 08:34:55,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.427 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.029s] 2018-11-19 08:34:55,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.444 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.016s] 2018-11-19 08:34:55,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.469 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.024s] 2018-11-19 08:34:55,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.484 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.015s] 2018-11-19 08:34:55,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.527 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.043s] 2018-11-19 08:34:55,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.538 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.010s] 2018-11-19 08:34:55,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.560 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.022s] 2018-11-19 08:34:55,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.571 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.010s] 2018-11-19 08:34:55,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.582 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.010s] 2018-11-19 08:34:55,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.596 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.013s] 2018-11-19 08:34:55,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.610 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.014s] 2018-11-19 08:34:55,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.659 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.048s] 2018-11-19 08:34:55,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:55.746 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.482s] 2018-11-19 08:34:56,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:56.243 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.246s] 2018-11-19 08:34:56,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:56.666 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.231s] 2018-11-19 08:34:56,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:56.710 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.043s] 2018-11-19 08:34:56,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:56.762 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.052s] 2018-11-19 08:34:57,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:57.902 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.700s] 2018-11-19 08:34:57,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:57.905 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-19 08:34:57,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:57.908 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_security_groups_rules_exceed_limit ... skip [0.001s]: Skipped until Bug: 1186354 is resolved. 2018-11-19 08:34:57,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:57.916 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.013s] 2018-11-19 08:34:59,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:34:59.039 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [12.529s] 2018-11-19 08:35:02,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:02.220 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [1.194s] 2018-11-19 08:35:03,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:03.406 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [1.185s] 2018-11-19 08:35:03,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:03.678 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [17.137s] 2018-11-19 08:35:03,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:03.918 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.511s] 2018-11-19 08:35:04,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:04.340 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.936s] 2018-11-19 08:35:04,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:04.745 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.404s] 2018-11-19 08:35:05,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:05.476 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [3.179s] 2018-11-19 08:35:05,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:05.647 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.172s] 2018-11-19 08:35:05,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:05.749 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [1.003s] 2018-11-19 08:35:06,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:06.121 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.191s] 2018-11-19 08:35:07,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:07.790 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.535s] 2018-11-19 08:35:07,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:07.800 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.010s] 2018-11-19 08:35:07,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:07.891 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [14.048s] 2018-11-19 08:35:09,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.316 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [1.513s] 2018-11-19 08:35:09,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.319 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: Neutron allows duplicate names for security groups 2018-11-19 08:35:09,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.323 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-19 08:35:09,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.325 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: Skipped until Bug: 1161411 is resolved. 2018-11-19 08:35:09,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.492 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.173s] 2018-11-19 08:35:09,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.672 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.178s] 2018-11-19 08:35:09,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.675 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: Neutron does not check the security group description 2018-11-19 08:35:09,676 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.676 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: Neutron does not check the security group ID 2018-11-19 08:35:09,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.676 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: Neutron does not check the security group name 2018-11-19 08:35:09,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:09.869 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [2.588s] 2018-11-19 08:35:10,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:10.486 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.592s] 2018-11-19 08:35:10,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:10.833 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.962s] 2018-11-19 08:35:11,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:11.306 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.473s] 2018-11-19 08:35:11,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:11.496 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [5.847s] 2018-11-19 08:35:11,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:11.623 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.140s] 2018-11-19 08:35:12,228 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:12.228 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.603s] 2018-11-19 08:35:12,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:12.521 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.213s] 2018-11-19 08:35:12,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:12.780 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [17.193s] 2018-11-19 08:35:12,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:12.812 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.036s] 2018-11-19 08:35:12,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:12.825 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.013s] 2018-11-19 08:35:12,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:12.838 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.012s] 2018-11-19 08:35:12,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:12.849 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.010s] 2018-11-19 08:35:13,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.180 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.330s] 2018-11-19 08:35:13,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.335 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [1.104s] 2018-11-19 08:35:13,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.343 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [17.094s] 2018-11-19 08:35:13,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.349 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.011s] 2018-11-19 08:35:13,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.360 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.011s] 2018-11-19 08:35:13,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.373 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-11-19 08:35:13,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.436 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [16.675s] 2018-11-19 08:35:13,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.479 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.300s] 2018-11-19 08:35:13,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.561 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.124s] 2018-11-19 08:35:13,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:13.782 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.301s] 2018-11-19 08:35:14,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:14.092 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.309s] 2018-11-19 08:35:14,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:14.811 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.718s] 2018-11-19 08:35:14,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:14.885 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [1.552s] 2018-11-19 08:35:15,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:15.630 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.744s] 2018-11-19 08:35:17,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:17.171 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.539s] 2018-11-19 08:35:19,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:19.388 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.215s] 2018-11-19 08:35:20,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:20.716 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [1.329s] 2018-11-19 08:35:22,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:22.184 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [10.687s] 2018-11-19 08:35:22,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:22.922 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [9.546s] 2018-11-19 08:35:23,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:23.479 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [19.799s] 2018-11-19 08:35:23,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:23.572 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.651s] 2018-11-19 08:35:25,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.345 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [22.011s] 2018-11-19 08:35:25,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.702 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.098s] 2018-11-19 08:35:25,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.716 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.012s] 2018-11-19 08:35:25,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.727 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.011s] 2018-11-19 08:35:25,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.914 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.186s] 2018-11-19 08:35:25,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.927 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.014s] 2018-11-19 08:35:25,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.974 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.047s] 2018-11-19 08:35:25,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:25.993 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.018s] 2018-11-19 08:35:26,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:26.056 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.062s] 2018-11-19 08:35:26,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:26.067 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-11-19 08:35:26,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:26.131 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.063s] 2018-11-19 08:35:26,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:26.150 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.019s] 2018-11-19 08:35:30,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:30.399 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.056s] 2018-11-19 08:35:30,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:30.700 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.839s] 2018-11-19 08:35:31,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:31.148 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.447s] 2018-11-19 08:35:31,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:31.906 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test ... skip: The microversion range[2.25 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:35:33,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:33.407 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.287s] 2018-11-19 08:35:33,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:33.501 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.094s] 2018-11-19 08:35:33,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:33.624 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.123s] 2018-11-19 08:35:33,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:33.880 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.255s] 2018-11-19 08:35:38,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:38.481 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-11-19 08:35:39,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:39.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [14.166s] 2018-11-19 08:35:39,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:39.777 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.207s] 2018-11-19 08:35:39,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:39.818 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.140s] 2018-11-19 08:35:39,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:39.864 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.046s] 2018-11-19 08:35:40,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:40.037 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.687s] 2018-11-19 08:35:40,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:40.276 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.240s] 2018-11-19 08:35:40,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:40.356 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.491s] 2018-11-19 08:35:41,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:41.122 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.343s] 2018-11-19 08:35:41,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:41.604 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.482s] 2018-11-19 08:35:41,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:41.638 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.034s] 2018-11-19 08:35:41,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:41.659 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [1.382s] 2018-11-19 08:35:42,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:42.658 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.018s] 2018-11-19 08:35:43,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:43.223 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.565s] 2018-11-19 08:35:44,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.393 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.163s] 2018-11-19 08:35:44,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.449 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-11-19 08:35:44,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.506 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.056s] 2018-11-19 08:35:44,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.576 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.069s] 2018-11-19 08:35:44,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.602 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.026s] 2018-11-19 08:35:44,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.672 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.070s] 2018-11-19 08:35:44,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.735 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.062s] 2018-11-19 08:35:44,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.792 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.056s] 2018-11-19 08:35:44,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.815 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.023s] 2018-11-19 08:35:44,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.875 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.059s] 2018-11-19 08:35:44,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.911 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [3.249s] 2018-11-19 08:35:44,950 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:44.949 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.073s] 2018-11-19 08:35:45,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:45.647 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.737s] 2018-11-19 08:35:47,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:47.724 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.683s] 2018-11-19 08:35:48,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:48.470 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: Block Live migration not available 2018-11-19 08:35:50,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:50.773 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.053s] 2018-11-19 08:35:55,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:55.931 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [20.115s] 2018-11-19 08:35:57,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:57.324 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 [51.559s] 2018-11-19 08:35:58,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:35:58.995 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.219s] 2018-11-19 08:36:08,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:08.971 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [33.000s] 2018-11-19 08:36:09,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:09.037 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.076s] 2018-11-19 08:36:09,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:09.141 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-11-19 08:36:13,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:13.606 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [4.638s] 2018-11-19 08:36:16,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:16.905 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [9.886s] 2018-11-19 08:36:17,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:17.870 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.398s] 2018-11-19 08:36:17,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:17.952 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.081s] 2018-11-19 08:36:18,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:18.269 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.316s] 2018-11-19 08:36:18,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:18.397 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.128s] 2018-11-19 08:36:18,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:18.399 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-11-19 08:36:23,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:23.940 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [7.034s] 2018-11-19 08:36:26,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:26.873 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [24.355s] 2018-11-19 08:36:29,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:29.923 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [92.430s] 2018-11-19 08:36:29,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:29.943 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.025s] 2018-11-19 08:36:31,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:31.658 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [2.882s] 2018-11-19 08:36:31,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:31.728 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.070s] 2018-11-19 08:36:32,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:32.395 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [35.067s] 2018-11-19 08:36:32,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:32.411 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.682s] 2018-11-19 08:36:32,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:32.542 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.128s] 2018-11-19 08:36:32,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:32.544 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-11-19 08:36:38,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:38.631 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [50.146s] 2018-11-19 08:36:47,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:47.941 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.314s] 2018-11-19 08:36:50,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:50.385 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [23.507s] 2018-11-19 08:36:51,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:51.156 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.229s] 2018-11-19 08:36:51,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:51.439 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.282s] 2018-11-19 08:36:55,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:55.067 49 INFO opnfv-tempest [-] {14} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON ... skip: The microversion range[2.2 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:36:57,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:57.924 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.497s] 2018-11-19 08:36:58,023 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:58.022 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.099s] 2018-11-19 08:36:58,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:58.367 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [5.772s] 2018-11-19 08:36:59,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.479 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [20.819s] 2018-11-19 08:36:59,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.489 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.011s] 2018-11-19 08:36:59,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.702 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.678s] 2018-11-19 08:36:59,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.767 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.066s] 2018-11-19 08:36:59,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.827 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [1.460s] 2018-11-19 08:36:59,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.844 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.017s] 2018-11-19 08:36:59,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.889 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.400s] 2018-11-19 08:36:59,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:36:59.920 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.031s] 2018-11-19 08:37:03,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:03.016 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 [3.170s] 2018-11-19 08:37:03,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:03.257 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [3.488s] 2018-11-19 08:37:04,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:04.171 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.154s] 2018-11-19 08:37:05,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:05.698 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [1.526s] 2018-11-19 08:37:06,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:06.242 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.542s] 2018-11-19 08:37:06,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:06.283 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.041s] 2018-11-19 08:37:08,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:08.196 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [72.258s] 2018-11-19 08:37:10,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:10.420 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.227s] 2018-11-19 08:37:13,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:13.966 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.820s] 2018-11-19 08:37:15,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:15.027 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [2.982s] 2018-11-19 08:37:16,017 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:16.016 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.221s] 2018-11-19 08:37:16,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:16.344 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [77.332s] 2018-11-19 08:37:16,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:16.695 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.669s] 2018-11-19 08:37:18,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:18.174 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [39.537s] 2018-11-19 08:37:18,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:18.176 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-11-19 08:37:19,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:19.814 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [3.474s] 2018-11-19 08:37:22,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:22.396 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [30.306s] 2018-11-19 08:37:28,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:28.173 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.297s] 2018-11-19 08:37:29,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:29.620 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.228s] 2018-11-19 08:37:32,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:32.628 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.067s] 2018-11-19 08:37:32,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:32.642 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.013s] 2018-11-19 08:37:32,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:32.683 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [18.714s] 2018-11-19 08:37:32,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:32.794 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.977s] 2018-11-19 08:37:34,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:34.912 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [24.483s] 2018-11-19 08:37:34,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:34.913 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... skip [0.000s]: Shelve is not available. 2018-11-19 08:37:36,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:36.082 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [121.760s] 2018-11-19 08:37:37,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:37.955 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [5.158s] 2018-11-19 08:37:41,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:41.009 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [3.055s] 2018-11-19 08:37:42,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:42.074 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [3.182s] 2018-11-19 08:37:47,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:47.148 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:37:47,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:47.149 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: Glance API v1 not supported 2018-11-19 08:37:47,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:47.150 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: Glance API v1 not supported 2018-11-19 08:37:47,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:47.777 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: Change password not available. 2018-11-19 08:37:49,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:49.832 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [126.578s] 2018-11-19 08:37:56,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:56.527 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [86.559s] 2018-11-19 08:37:58,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:58.469 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.389s] 2018-11-19 08:37:59,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:59.123 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.661s] 2018-11-19 08:37:59,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:37:59.174 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.050s] 2018-11-19 08:38:00,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:00.314 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.372s] 2018-11-19 08:38:00,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:00.344 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.029s] 2018-11-19 08:38:00,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:00.364 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.019s] 2018-11-19 08:38:00,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:00.863 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.496s] 2018-11-19 08:38:02,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.416 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.548s] 2018-11-19 08:38:02,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.432 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.020s] 2018-11-19 08:38:02,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.451 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-11-19 08:38:02,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.462 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.010s] 2018-11-19 08:38:02,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.472 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.010s] 2018-11-19 08:38:02,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.490 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.017s] 2018-11-19 08:38:02,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.500 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2018-11-19 08:38:02,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:02.512 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.012s] 2018-11-19 08:38:04,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:04.120 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTestV2_42 ... skip: The microversion range[2.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:38:05,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:05.074 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [15.240s] 2018-11-19 08:38:07,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:07.236 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [2.165s] 2018-11-19 08:38:08,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:08.273 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [18.784s] 2018-11-19 08:38:09,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:09.144 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:38:15,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:15.207 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.515s] 2018-11-19 08:38:15,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:15.278 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.070s] 2018-11-19 08:38:15,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:15.534 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [23.307s] 2018-11-19 08:38:15,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:15.809 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.531s] 2018-11-19 08:38:15,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:15.915 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.104s] 2018-11-19 08:38:15,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:15.917 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-11-19 08:38:16,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:16.829 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [21.701s] 2018-11-19 08:38:17,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:17.652 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [1.015s] 2018-11-19 08:38:19,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:19.116 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.088s] 2018-11-19 08:38:19,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:19.553 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.435s] 2018-11-19 08:38:20,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:20.553 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.000s] 2018-11-19 08:38:22,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:22.185 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.065s] 2018-11-19 08:38:23,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:23.773 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [25.301s] 2018-11-19 08:38:29,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:29.078 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [6.890s] 2018-11-19 08:38:32,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:32.584 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.158s] 2018-11-19 08:38:32,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:32.774 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.191s] 2018-11-19 08:38:33,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:33.868 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: Glance API v1 not supported 2018-11-19 08:38:35,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:35.874 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [11.959s] 2018-11-19 08:38:37,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:37.923 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [22.387s] 2018-11-19 08:38:39,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:39.257 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-11-19 08:38:41,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:41.340 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.045s] 2018-11-19 08:38:42,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:42.532 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [5.402s] 2018-11-19 08:38:44,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:44.284 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.576s] 2018-11-19 08:38:44,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:44.472 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.188s] 2018-11-19 08:38:44,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:44.804 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.331s] 2018-11-19 08:38:45,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:45.523 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [81.806s] 2018-11-19 08:38:55,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:55.283 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.155s] 2018-11-19 08:38:55,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:55.463 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.180s] 2018-11-19 08:38:55,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:55.617 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.153s] 2018-11-19 08:38:56,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:56.332 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.714s] 2018-11-19 08:38:56,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:56.505 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.174s] 2018-11-19 08:38:56,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:56.545 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [81.619s] 2018-11-19 08:38:59,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:38:59.909 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON ... skip: The microversion range[2.21 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:39:02,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:02.464 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.377s] 2018-11-19 08:39:03,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:03.216 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.752s] 2018-11-19 08:39:04,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:04.797 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.581s] 2018-11-19 08:39:05,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:05.015 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.217s] 2018-11-19 08:39:06,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:06.173 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [1.157s] 2018-11-19 08:39:06,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:06.364 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [8.551s] 2018-11-19 08:39:06,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:06.775 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.601s] 2018-11-19 08:39:07,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:07.204 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.840s] 2018-11-19 08:39:12,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:12.186 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [48.405s] 2018-11-19 08:39:12,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:12.665 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [5.460s] 2018-11-19 08:39:15,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:15.740 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [6.217s] 2018-11-19 08:39:18,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:18.451 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [61.614s] 2018-11-19 08:39:19,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:19.972 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [7.306s] 2018-11-19 08:39:20,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:20.323 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [4.582s] 2018-11-19 08:39:23,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:23.030 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [26.481s] 2018-11-19 08:39:23,940 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:23.940 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [3.616s] 2018-11-19 08:39:26,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:26.246 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:39:27,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:27.377 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [49.454s] 2018-11-19 08:39:29,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:29.272 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [5.332s] 2018-11-19 08:39:29,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:29.506 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [35.475s] 2018-11-19 08:39:31,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:31.317 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [25.863s] 2018-11-19 08:39:31,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:31.319 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-19 08:39:31,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:31.321 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... skip [0.000s]: DifferentHostFilter is not available. 2018-11-19 08:39:31,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:31.322 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... skip [0.000s]: SameHostFilter is not available. 2018-11-19 08:39:34,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:34.052 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.506s] 2018-11-19 08:39:42,014 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:42.014 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [105.457s] 2018-11-19 08:39:44,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:44.292 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.079s] 2018-11-19 08:39:44,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:44.692 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.399s] 2018-11-19 08:39:44,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:44.755 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.063s] 2018-11-19 08:39:44,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:44.821 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.066s] 2018-11-19 08:39:44,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:44.901 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.079s] 2018-11-19 08:39:47,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:47.174 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [2.272s] 2018-11-19 08:39:48,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:48.086 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.911s] 2018-11-19 08:39:54,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:54.208 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [26.830s] 2018-11-19 08:39:56,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:56.292 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-11-19 08:39:57,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:39:57.403 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [2.231s] 2018-11-19 08:40:03,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:03.240 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [1.967s] 2018-11-19 08:40:04,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:04.263 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [2.947s] 2018-11-19 08:40:05,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:05.642 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [2.402s] 2018-11-19 08:40:06,171 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:06.170 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [23.215s] 2018-11-19 08:40:06,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:06.955 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.755s] 2018-11-19 08:40:06,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:06.973 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.710s] 2018-11-19 08:40:11,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:11.982 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-11-19 08:40:12,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:12.357 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [4.706s] 2018-11-19 08:40:13,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:13.069 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.424s] 2018-11-19 08:40:13,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:13.934 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [109.851s] 2018-11-19 08:40:14,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:14.424 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [2.065s] 2018-11-19 08:40:14,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:14.497 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [1.429s] 2018-11-19 08:40:16,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:16.513 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [22.303s] 2018-11-19 08:40:16,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:16.522 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [2.099s] 2018-11-19 08:40:16,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:16.738 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.149s] 2018-11-19 08:40:16,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:16.807 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [2.310s] 2018-11-19 08:40:16,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:16.910 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.171s] 2018-11-19 08:40:17,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.015 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [3.085s] 2018-11-19 08:40:17,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.063 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.152s] 2018-11-19 08:40:17,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.229 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.165s] 2018-11-19 08:40:17,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.369 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.140s] 2018-11-19 08:40:17,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.524 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.154s] 2018-11-19 08:40:17,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.684 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.160s] 2018-11-19 08:40:17,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.842 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.157s] 2018-11-19 08:40:17,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:17.994 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.151s] 2018-11-19 08:40:18,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:18.137 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [65.937s] 2018-11-19 08:40:18,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:18.191 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.197s] 2018-11-19 08:40:18,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:18.936 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [93.155s] 2018-11-19 08:40:20,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:20.063 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [3.539s] 2018-11-19 08:40:20,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:20.499 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [62.041s] 2018-11-19 08:40:20,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:20.551 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [152.741s] 2018-11-19 08:40:20,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:20.650 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.489s] 2018-11-19 08:40:20,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:20.861 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.211s] 2018-11-19 08:40:21,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:21.106 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.244s] 2018-11-19 08:40:21,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:21.593 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.486s] 2018-11-19 08:40:21,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:21.970 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.376s] 2018-11-19 08:40:22,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:22.313 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.343s] 2018-11-19 08:40:22,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:22.510 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.196s] 2018-11-19 08:40:22,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:22.741 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.230s] 2018-11-19 08:40:23,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:23.079 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.338s] 2018-11-19 08:40:23,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:23.326 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.245s] 2018-11-19 08:40:23,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:23.406 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.080s] 2018-11-19 08:40:23,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:23.909 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [17.738s] 2018-11-19 08:40:24,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:24.010 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.603s] 2018-11-19 08:40:24,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:24.333 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.323s] 2018-11-19 08:40:24,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:24.437 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [4.374s] 2018-11-19 08:40:25,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:25.038 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.181s] 2018-11-19 08:40:25,223 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:25.222 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.184s] 2018-11-19 08:40:25,428 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:25.427 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [9.003s] 2018-11-19 08:40:26,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:26.530 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [100.984s] 2018-11-19 08:40:26,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:26.671 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [1.448s] 2018-11-19 08:40:27,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:27.012 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [9.996s] 2018-11-19 08:40:27,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:27.721 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.048s] 2018-11-19 08:40:27,869 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:27.868 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.147s] 2018-11-19 08:40:27,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:27.885 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.016s] 2018-11-19 08:40:28,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:28.046 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.160s] 2018-11-19 08:40:28,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:28.214 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.167s] 2018-11-19 08:40:28,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:28.341 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [3.904s] 2018-11-19 08:40:29,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:29.336 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [8.785s] 2018-11-19 08:40:34,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:34.267 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [3.433s] 2018-11-19 08:40:34,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:34.331 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.065s] 2018-11-19 08:40:36,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:36.169 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [19.655s] 2018-11-19 08:40:39,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:39.525 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.447s] 2018-11-19 08:40:42,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:42.859 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.866s] 2018-11-19 08:40:43,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:43.218 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-11-19 08:40:44,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:44.630 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [5.993s] 2018-11-19 08:40:44,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:44.680 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.820s] 2018-11-19 08:40:46,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:46.054 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-11-19 08:40:48,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:48.085 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [3.402s] 2018-11-19 08:40:48,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:48.445 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [8.918s] 2018-11-19 08:40:49,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:49.498 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest ... skip: DVR extension not enabled. 2018-11-19 08:40:49,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:49.500 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-11-19 08:40:49,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:49.501 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-11-19 08:40:49,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:49.502 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-11-19 08:40:50,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:50.663 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_servers.ServerShowV247Test ... skip: The microversion range[2.47 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:40:50,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:50.664 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:40:51,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:51.618 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [3.534s] 2018-11-19 08:40:52,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:52.645 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [16.474s] 2018-11-19 08:40:56,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:56.169 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.550s] 2018-11-19 08:40:57,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:57.301 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.716s] 2018-11-19 08:40:58,113 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:58.113 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.951s] 2018-11-19 08:40:58,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:58.421 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.121s] 2018-11-19 08:40:59,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:59.320 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [35.410s] 2018-11-19 08:40:59,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:40:59.626 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [1.513s] 2018-11-19 08:41:00,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:00.261 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [11.816s] 2018-11-19 08:41:00,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:00.634 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [31.292s] 2018-11-19 08:41:00,740 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:00.740 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.113s] 2018-11-19 08:41:00,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:00.819 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [97.766s] 2018-11-19 08:41:01,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:01.752 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [1.011s] 2018-11-19 08:41:01,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:01.924 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [93.756s] 2018-11-19 08:41:04,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:04.878 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [3.124s] 2018-11-19 08:41:05,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:05.028 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_device_tagging.DeviceTaggingTest ... skip: The microversion range[2.32 - 2.32] of this test is out of the configuration range[None - None]. 2018-11-19 08:41:07,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:07.118 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.239s] 2018-11-19 08:41:09,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:09.394 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [16.749s] 2018-11-19 08:41:09,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:09.831 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [17.914s] 2018-11-19 08:41:12,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:12.797 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [90.766s] 2018-11-19 08:41:19,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:19.089 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.575s] 2018-11-19 08:41:19,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:19.464 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.375s] 2018-11-19 08:41:19,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:19.857 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.392s] 2018-11-19 08:41:20,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:20.242 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.384s] 2018-11-19 08:41:20,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:20.632 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.389s] 2018-11-19 08:41:21,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:21.246 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [20.606s] 2018-11-19 08:41:22,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:22.756 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [23.433s] 2018-11-19 08:41:22,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:22.998 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.757s] 2018-11-19 08:41:29,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:29.764 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [3.358s] 2018-11-19 08:41:31,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:31.614 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [1.849s] 2018-11-19 08:41:32,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:32.230 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.615s] 2018-11-19 08:41:32,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:32.630 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.171s] 2018-11-19 08:41:32,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:32.853 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [13.181s] 2018-11-19 08:41:33,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:33.245 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [1.015s] 2018-11-19 08:41:35,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:35.698 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [2.452s] 2018-11-19 08:41:37,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:37.527 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.828s] 2018-11-19 08:41:39,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:39.183 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [1.656s] 2018-11-19 08:41:41,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:41.506 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [18.502s] 2018-11-19 08:41:43,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:43.333 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [17.858s] 2018-11-19 08:41:46,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:46.053 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.375s] 2018-11-19 08:41:46,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:46.421 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.366s] 2018-11-19 08:41:46,809 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:46.809 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.387s] 2018-11-19 08:41:47,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.248 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.438s] 2018-11-19 08:41:47,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.469 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.222s] 2018-11-19 08:41:47,542 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.541 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-11-19 08:41:47,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.681 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.139s] 2018-11-19 08:41:47,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.760 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.079s] 2018-11-19 08:41:47,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.833 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.073s] 2018-11-19 08:41:47,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.899 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.066s] 2018-11-19 08:41:47,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:47.988 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.087s] 2018-11-19 08:41:48,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:48.513 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [4.796s] 2018-11-19 08:41:49,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:49.282 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [7.777s] 2018-11-19 08:41:49,439 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:49.438 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [2.212s] 2018-11-19 08:41:49,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:49.455 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [91.289s] 2018-11-19 08:41:49,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:49.518 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.086s] 2018-11-19 08:41:52,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:52.657 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [42.821s] 2018-11-19 08:41:54,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:54.424 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [21.569s] 2018-11-19 08:41:56,078 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:56.078 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [12.744s] 2018-11-19 08:41:56,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:56.186 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [33.430s] 2018-11-19 08:41:57,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:57.453 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [21.150s] 2018-11-19 08:41:57,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:57.666 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.213s] 2018-11-19 08:41:59,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:59.358 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [1.690s] 2018-11-19 08:41:59,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:41:59.466 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [92.912s] 2018-11-19 08:42:04,035 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:04.035 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.749s] 2018-11-19 08:42:04,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:04.541 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.508s]: Skipped until Bug: 1014647 is resolved. 2018-11-19 08:42:05,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:05.326 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [5.968s] 2018-11-19 08:42:05,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:05.413 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-11-19 08:42:05,415 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:05.415 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-11-19 08:42:05,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:05.416 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-19 08:42:05,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:05.417 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_groups.GroupsV319Test ... skip: The microversion range[3.19 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:42:05,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:05.418 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-11-19 08:42:05,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:05.517 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500 2018-11-19 08:42:06,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:06.286 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [10.208s] 2018-11-19 08:42:08,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:08.548 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.744s] 2018-11-19 08:42:09,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:09.151 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.824s] 2018-11-19 08:42:09,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:09.205 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.054s] 2018-11-19 08:42:09,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:09.449 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.243s] 2018-11-19 08:42:12,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:12.292 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [17.867s] 2018-11-19 08:42:13,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:13.605 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.090s] 2018-11-19 08:42:14,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:14.314 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [8.027s] 2018-11-19 08:42:14,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:14.652 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [115.692s] 2018-11-19 08:42:16,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:16.718 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [74.777s] 2018-11-19 08:42:17,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:17.104 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [3.743s] 2018-11-19 08:42:17,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:17.127 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.023s] 2018-11-19 08:42:17,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:17.318 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.191s] 2018-11-19 08:42:18,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:18.941 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.295s] 2018-11-19 08:42:19,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:19.007 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [6.715s] 2018-11-19 08:42:19,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:19.609 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.668s] 2018-11-19 08:42:20,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:20.378 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [6.772s] 2018-11-19 08:42:20,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:20.716 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [24.528s] 2018-11-19 08:42:21,255 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:21.254 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.940s] 2018-11-19 08:42:21,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:21.804 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [29.143s] 2018-11-19 08:42:22,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:22.604 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.595s] 2018-11-19 08:42:24,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:24.772 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [2.214s] 2018-11-19 08:42:24,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:24.932 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.552s] 2018-11-19 08:42:25,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:25.389 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [8.067s] 2018-11-19 08:42:25,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:25.969 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.037s] 2018-11-19 08:42:26,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:26.863 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.893s] 2018-11-19 08:42:27,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:27.716 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.852s] 2018-11-19 08:42:27,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:27.873 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.022s] 2018-11-19 08:42:28,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:28.323 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [7.068s] 2018-11-19 08:42:28,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:28.670 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.953s] 2018-11-19 08:42:28,688 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:28.688 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [3.914s] 2018-11-19 08:42:28,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:28.737 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:42:29,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:29.581 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.910s] 2018-11-19 08:42:31,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:31.580 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.999s] 2018-11-19 08:42:31,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:31.769 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [3.081s] 2018-11-19 08:42:32,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:32.661 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [44.663s] 2018-11-19 08:42:32,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:32.681 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.024s] 2018-11-19 08:42:33,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:33.358 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [7.967s] 2018-11-19 08:42:33,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:33.537 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.180s] 2018-11-19 08:42:33,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:33.805 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [5.930s] 2018-11-19 08:42:33,906 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:33.906 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.221s] 2018-11-19 08:42:33,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:33.909 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: Skipped until Bug: 1540645 is resolved. 2018-11-19 08:42:34,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.131 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.225s] 2018-11-19 08:42:34,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.192 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.070s] 2018-11-19 08:42:34,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.211 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.631s] 2018-11-19 08:42:34,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.258 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.066s] 2018-11-19 08:42:34,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.385 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.062s] 2018-11-19 08:42:34,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.571 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.441s] 2018-11-19 08:42:34,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.700 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.441s] 2018-11-19 08:42:34,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:34.758 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.546s] 2018-11-19 08:42:35,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:35.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.584s] 2018-11-19 08:42:35,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:35.816 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [4.047s] 2018-11-19 08:42:35,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:35.899 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.557s] 2018-11-19 08:42:36,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:36.140 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.439s] 2018-11-19 08:42:36,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:36.302 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [2.764s] 2018-11-19 08:42:36,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:36.515 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.615s] 2018-11-19 08:42:36,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:36.961 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.445s] 2018-11-19 08:42:37,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:37.450 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.488s] 2018-11-19 08:42:38,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:38.792 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.340s] 2018-11-19 08:42:39,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:39.087 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [18.371s] 2018-11-19 08:42:39,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:39.431 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.638s] 2018-11-19 08:42:39,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:39.839 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.408s] 2018-11-19 08:42:41,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:41.122 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [18.516s] 2018-11-19 08:42:41,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:41.150 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.297s] 2018-11-19 08:42:41,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:41.381 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [36.831s] 2018-11-19 08:42:41,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:41.407 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.286s] 2018-11-19 08:42:41,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:41.616 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.208s] 2018-11-19 08:42:42,988 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:42.987 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.600s] 2018-11-19 08:42:43,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:43.113 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-11-19 08:42:43,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:43.804 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.652s] 2018-11-19 08:42:43,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:43.861 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.019s] 2018-11-19 08:42:43,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:43.863 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: Nova personality feature disabled 2018-11-19 08:42:44,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:44.295 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.435s] 2018-11-19 08:42:44,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:44.444 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.456s] 2018-11-19 08:42:44,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:44.567 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.787s] 2018-11-19 08:42:44,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:44.736 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.439s] 2018-11-19 08:42:45,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:45.090 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.523s] 2018-11-19 08:42:45,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:45.367 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.631s] 2018-11-19 08:42:45,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:45.500 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.695s] 2018-11-19 08:42:45,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:45.602 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.235s] 2018-11-19 08:42:45,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:45.765 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.675s] 2018-11-19 08:42:46,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:46.116 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.513s] 2018-11-19 08:42:46,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:46.592 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.476s] 2018-11-19 08:42:46,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:46.786 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.298s] 2018-11-19 08:42:46,850 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:46.850 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.064s] 2018-11-19 08:42:46,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:46.875 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.283s] 2018-11-19 08:42:46,917 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:46.917 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.068s] 2018-11-19 08:42:46,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:46.985 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.067s] 2018-11-19 08:42:47,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:47.009 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [2.623s] 2018-11-19 08:42:47,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:47.059 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.074s] 2018-11-19 08:42:47,145 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:47.145 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.644s] 2018-11-19 08:42:47,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:47.466 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.589s] 2018-11-19 08:42:47,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:47.713 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.234s] 2018-11-19 08:42:47,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:47.945 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.935s] 2018-11-19 08:42:48,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:48.105 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.638s] 2018-11-19 08:42:48,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:48.643 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.537s] 2018-11-19 08:42:48,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:48.909 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.265s] 2018-11-19 08:42:49,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:49.206 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [1.260s] 2018-11-19 08:42:49,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:49.259 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.114s] 2018-11-19 08:42:49,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:49.831 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.920s] 2018-11-19 08:42:49,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:49.833 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-19 08:42:49,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:49.837 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... skip [0.000s]: Shelve is not available. 2018-11-19 08:42:49,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:49.921 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.714s] 2018-11-19 08:42:50,116 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:50.116 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.284s] 2018-11-19 08:42:50,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:50.443 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.521s] 2018-11-19 08:42:50,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:50.518 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [6.072s] 2018-11-19 08:42:50,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:50.571 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.454s] 2018-11-19 08:42:50,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:50.886 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.368s] 2018-11-19 08:42:51,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:51.179 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.293s] 2018-11-19 08:42:51,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:51.299 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.119s] 2018-11-19 08:42:52,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.156 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.857s] 2018-11-19 08:42:52,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.256 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.099s] 2018-11-19 08:42:52,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.269 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.826s] 2018-11-19 08:42:52,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.369 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.113s] 2018-11-19 08:42:52,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.481 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.112s] 2018-11-19 08:42:52,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.546 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.064s] 2018-11-19 08:42:52,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.595 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [3.334s] 2018-11-19 08:42:52,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:52.626 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.080s] 2018-11-19 08:42:53,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:53.308 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [11.690s] 2018-11-19 08:42:53,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:53.672 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.402s] 2018-11-19 08:42:54,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:54.218 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.622s] 2018-11-19 08:42:54,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:54.485 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.268s] 2018-11-19 08:42:54,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:54.524 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.810s] 2018-11-19 08:42:54,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:54.634 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.961s] 2018-11-19 08:42:55,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:55.248 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [16.160s] 2018-11-19 08:42:55,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:55.593 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.958s] 2018-11-19 08:42:56,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:56.585 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.012s] 2018-11-19 08:42:56,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:56.679 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [42.022s] 2018-11-19 08:42:56,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:56.990 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.405s] 2018-11-19 08:42:57,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:57.463 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.470s] 2018-11-19 08:42:57,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:57.465 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... skip [0.000s]: Shelve is not available. 2018-11-19 08:42:57,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:57.465 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... skip [0.000s]: Shelve is not available. 2018-11-19 08:42:57,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:57.718 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.254s] 2018-11-19 08:42:58,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:58.169 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.681s] 2018-11-19 08:42:58,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:58.198 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [2.604s] 2018-11-19 08:42:58,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:58.251 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.534s] 2018-11-19 08:42:58,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:58.487 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.235s] 2018-11-19 08:42:59,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:59.295 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.668s] 2018-11-19 08:42:59,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:59.746 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.577s] 2018-11-19 08:42:59,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:59.766 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.020s] 2018-11-19 08:42:59,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:59.784 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.019s] 2018-11-19 08:42:59,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:42:59.804 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.019s] 2018-11-19 08:43:01,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:01.671 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-11-19 08:43:01,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:01.673 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-11-19 08:43:01,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:01.674 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsTest ... skip: The microversion range[3.14 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:43:03,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:03.815 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-11-19 08:43:06,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:06.929 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.691s] 2018-11-19 08:43:07,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:07.612 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [13.087s] 2018-11-19 08:43:08,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:08.554 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [23.289s] 2018-11-19 08:43:08,555 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:08.555 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: Skip because of Bug#1677525 2018-11-19 08:43:09,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:09.489 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [12.807s] 2018-11-19 08:43:10,284 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:10.284 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.162s] 2018-11-19 08:43:10,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:10.383 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.099s] 2018-11-19 08:43:11,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.181 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.217s] 2018-11-19 08:43:11,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.184 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.799s] 2018-11-19 08:43:11,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.196 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.013s] 2018-11-19 08:43:11,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.220 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.040s] 2018-11-19 08:43:11,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.246 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.050s] 2018-11-19 08:43:11,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.257 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.010s] 2018-11-19 08:43:11,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.302 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.044s] 2018-11-19 08:43:11,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.338 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.036s] 2018-11-19 08:43:11,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.383 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [3.083s] 2018-11-19 08:43:11,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.430 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.209s] 2018-11-19 08:43:11,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.686 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.254s] 2018-11-19 08:43:11,861 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:11.861 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.174s] 2018-11-19 08:43:12,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.054 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.192s] 2018-11-19 08:43:12,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.224 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.293s] 2018-11-19 08:43:12,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.302 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.248s] 2018-11-19 08:43:12,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.321 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [3.937s] 2018-11-19 08:43:12,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.485 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.182s] 2018-11-19 08:43:12,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.670 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.183s] 2018-11-19 08:43:12,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.710 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.041s] 2018-11-19 08:43:12,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.909 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.693s] 2018-11-19 08:43:12,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:12.919 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-11-19 08:43:13,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:13.957 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-11-19 08:43:13,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:13.958 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-11-19 08:43:13,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:13.958 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-11-19 08:43:16,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:16.531 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-11-19 08:43:17,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:17.046 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [4.725s] 2018-11-19 08:43:17,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:17.572 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [78.089s] 2018-11-19 08:43:18,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:18.597 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.370s] 2018-11-19 08:43:18,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:18.868 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.433s] 2018-11-19 08:43:19,032 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:19.031 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.164s] 2018-11-19 08:43:21,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:21.160 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [4.563s] 2018-11-19 08:43:21,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:21.555 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [7.188s] 2018-11-19 08:43:21,559 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:21.558 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-11-19 08:43:22,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:22.037 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [4.990s] 2018-11-19 08:43:23,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:23.233 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [29.923s] 2018-11-19 08:43:23,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:23.576 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.343s] 2018-11-19 08:43:23,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:23.620 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.043s] 2018-11-19 08:43:23,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:23.802 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.087s] 2018-11-19 08:43:23,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:23.814 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.011s] 2018-11-19 08:43:23,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:23.991 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.177s] 2018-11-19 08:43:24,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.002 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-11-19 08:43:24,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.013 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-11-19 08:43:24,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.044 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.031s] 2018-11-19 08:43:24,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.127 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.083s] 2018-11-19 08:43:24,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.215 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.087s] 2018-11-19 08:43:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.269 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [4.632s] 2018-11-19 08:43:24,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.720 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.503s] 2018-11-19 08:43:24,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.734 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-11-19 08:43:24,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:24.800 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.066s] 2018-11-19 08:43:25,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:25.604 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [7.008s] 2018-11-19 08:43:26,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:26.783 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.739s] 2018-11-19 08:43:29,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:29.693 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.655s] 2018-11-19 08:43:30,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:30.786 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [4.002s] 2018-11-19 08:43:30,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:30.796 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.058s] 2018-11-19 08:43:30,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:30.820 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.024s] 2018-11-19 08:43:31,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:31.829 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [8.236s] 2018-11-19 08:43:33,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:33.065 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.168s] 2018-11-19 08:43:33,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:33.746 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.177s] 2018-11-19 08:43:34,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:34.000 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [3.212s] 2018-11-19 08:43:34,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:34.233 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [8.628s] 2018-11-19 08:43:34,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:34.384 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.637s] 2018-11-19 08:43:35,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:35.582 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [18.009s] 2018-11-19 08:43:35,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:35.806 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.422s] 2018-11-19 08:43:36,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:36.680 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [55.287s] 2018-11-19 08:43:38,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:38.402 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.395s] 2018-11-19 08:43:38,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:38.802 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.201s] 2018-11-19 08:43:38,813 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:38.813 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.011s] 2018-11-19 08:43:38,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:38.825 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.011s] 2018-11-19 08:43:39,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.069 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.243s] 2018-11-19 08:43:39,082 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.081 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2018-11-19 08:43:39,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.091 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.009s] 2018-11-19 08:43:39,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.535 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [5.300s] 2018-11-19 08:43:39,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.634 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.543s] 2018-11-19 08:43:39,716 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.716 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [3.688s] 2018-11-19 08:43:39,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.968 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [16.346s] 2018-11-19 08:43:39,977 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:39.976 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.342s] 2018-11-19 08:43:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:40.152 49 INFO opnfv-tempest [-] {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON ... skip: The microversion range[2.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:43:41,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:41.374 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [9.544s] 2018-11-19 08:43:42,711 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:42.710 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:43:43,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:43.539 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.157s] 2018-11-19 08:43:46,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:46.591 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-11-19 08:43:46,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:46.843 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-11-19 08:43:47,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:47.602 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.903s] 2018-11-19 08:43:48,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:48.850 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [75.026s] 2018-11-19 08:43:49,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:49.204 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2018-11-19 08:43:49,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:49.281 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.077s] 2018-11-19 08:43:49,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:49.357 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.076s] 2018-11-19 08:43:49,366 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:49.365 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-11-19 08:43:49,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:49.678 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.721s] 2018-11-19 08:43:49,875 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:49.875 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.097s] 2018-11-19 08:43:50,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:50.149 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.469s] 2018-11-19 08:43:50,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:50.963 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.416s] 2018-11-19 08:43:50,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:50.992 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.844s] 2018-11-19 08:43:51,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:51.188 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... skip: Glance API v1 not supported 2018-11-19 08:43:51,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:51.190 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR ... skip: dvr extension not enabled. 2018-11-19 08:43:51,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:51.335 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.374s] 2018-11-19 08:43:51,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:51.491 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.500s] 2018-11-19 08:43:51,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:51.586 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: Glance API v1 not supported 2018-11-19 08:43:52,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:52.071 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.148s] 2018-11-19 08:43:52,883 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:52.883 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.546s] 2018-11-19 08:43:53,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:53.326 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.195s] 2018-11-19 08:43:54,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:54.057 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [14.088s] 2018-11-19 08:43:54,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:54.073 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [12.698s] 2018-11-19 08:43:58,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:58.379 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.305s] 2018-11-19 08:43:59,818 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:43:59.818 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.953s] 2018-11-19 08:44:01,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:01.093 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.643s] 2018-11-19 08:44:01,102 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:01.102 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.010s] 2018-11-19 08:44:01,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:01.131 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.550s] 2018-11-19 08:44:01,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:01.300 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.197s] 2018-11-19 08:44:01,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:01.689 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.309s] 2018-11-19 08:44:01,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:01.944 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.810s] 2018-11-19 08:44:02,010 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:02.009 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.066s] 2018-11-19 08:44:02,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:02.357 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.347s] 2018-11-19 08:44:02,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:02.625 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [9.837s] 2018-11-19 08:44:03,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:03.242 49 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: ObjectTempUrlNegativeTest skipped as swift is not available 2018-11-19 08:44:03,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:03.657 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [2.354s] 2018-11-19 08:44:04,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:04.985 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [1.327s] 2018-11-19 08:44:05,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:05.945 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.963s] 2018-11-19 08:44:07,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:07.182 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [2.197s] 2018-11-19 08:44:08,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:08.608 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [5.983s] 2018-11-19 08:44:09,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:09.490 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.009s] 2018-11-19 08:44:09,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:09.499 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-11-19 08:44:09,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:09.764 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.265s] 2018-11-19 08:44:09,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:09.970 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.205s] 2018-11-19 08:44:10,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:10.006 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.036s] 2018-11-19 08:44:10,214 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:10.214 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.208s] 2018-11-19 08:44:10,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:10.267 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.051s] 2018-11-19 08:44:10,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:10.467 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.200s] 2018-11-19 08:44:10,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:10.957 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.489s] 2018-11-19 08:44:11,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:11.143 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.184s] 2018-11-19 08:44:11,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:11.197 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.054s] 2018-11-19 08:44:11,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:11.242 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.044s] 2018-11-19 08:44:11,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:11.422 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.180s] 2018-11-19 08:44:11,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:11.623 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.200s] 2018-11-19 08:44:11,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:11.833 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.209s] 2018-11-19 08:44:12,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:12.407 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.379s] 2018-11-19 08:44:12,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:12.726 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.780s] 2018-11-19 08:44:13,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:13.455 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.631s] 2018-11-19 08:44:13,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:13.620 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.165s] 2018-11-19 08:44:14,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:14.470 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [3.411s] 2018-11-19 08:44:14,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:14.571 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [5.963s] 2018-11-19 08:44:14,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:14.778 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.206s] 2018-11-19 08:44:14,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:14.975 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.198s] 2018-11-19 08:44:15,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.026 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.049s] 2018-11-19 08:44:15,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.216 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.190s] 2018-11-19 08:44:15,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.386 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.169s] 2018-11-19 08:44:15,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.542 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.155s] 2018-11-19 08:44:15,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.717 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.175s] 2018-11-19 08:44:15,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.753 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.036s] 2018-11-19 08:44:15,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.766 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2018-11-19 08:44:15,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:15.923 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.156s] 2018-11-19 08:44:16,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:16.207 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.282s] 2018-11-19 08:44:16,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:16.376 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.168s] 2018-11-19 08:44:16,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:16.602 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.226s] 2018-11-19 08:44:16,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:16.816 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.214s] 2018-11-19 08:44:17,011 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:17.010 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.193s] 2018-11-19 08:44:17,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:17.068 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [15.376s] 2018-11-19 08:44:17,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:17.161 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.093s] 2018-11-19 08:44:17,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:17.239 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.228s] 2018-11-19 08:44:17,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:17.364 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.202s] 2018-11-19 08:44:17,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:17.830 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.591s] 2018-11-19 08:44:17,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:17.873 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.042s] 2018-11-19 08:44:18,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.147 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.273s] 2018-11-19 08:44:18,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.158 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.011s] 2018-11-19 08:44:18,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.359 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.200s] 2018-11-19 08:44:18,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.562 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.202s] 2018-11-19 08:44:18,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.581 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [25.406s] 2018-11-19 08:44:18,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.601 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.037s] 2018-11-19 08:44:18,642 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.642 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.041s] 2018-11-19 08:44:18,683 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.683 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.041s] 2018-11-19 08:44:18,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:18.923 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.238s] 2018-11-19 08:44:19,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:19.132 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.211s] 2018-11-19 08:44:19,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:19.167 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.034s] 2018-11-19 08:44:19,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:19.198 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.033s] 2018-11-19 08:44:20,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:20.526 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [7.797s] 2018-11-19 08:44:21,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:21.235 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [8.824s] 2018-11-19 08:44:23,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:23.694 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [8.675s] 2018-11-19 08:44:24,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:24.900 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.036s] 2018-11-19 08:44:25,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:25.922 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.022s] 2018-11-19 08:44:26,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:26.286 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [8.920s] 2018-11-19 08:44:26,548 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:26.548 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [49.858s] 2018-11-19 08:44:26,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:26.820 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [4.122s] 2018-11-19 08:44:27,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:27.707 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.181s] 2018-11-19 08:44:28,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:28.851 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.899s] 2018-11-19 08:44:28,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:28.907 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [7.672s] 2018-11-19 08:44:32,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:32.181 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [8.486s] 2018-11-19 08:44:34,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:34.454 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [7.632s] 2018-11-19 08:44:35,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:35.267 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [6.358s] 2018-11-19 08:44:36,578 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:36.577 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [7.723s] 2018-11-19 08:44:36,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:36.824 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [42.287s] 2018-11-19 08:44:38,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:38.577 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [2.001s] 2018-11-19 08:44:39,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:39.885 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [7.704s] 2018-11-19 08:44:40,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:40.748 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [22.167s] 2018-11-19 08:44:41,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:41.595 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [6.327s] 2018-11-19 08:44:42,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:42.027 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.449s] 2018-11-19 08:44:42,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:42.220 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.626s] 2018-11-19 08:44:42,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:42.257 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [15.710s] 2018-11-19 08:44:46,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:46.003 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [3.974s] 2018-11-19 08:44:46,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:46.313 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [6.426s] 2018-11-19 08:44:48,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:48.543 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-11-19 08:44:48,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:48.545 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test ... skip: The microversion range[3.20 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:44:48,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:48.546 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-11-19 08:44:51,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:51.323 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.010s] 2018-11-19 08:44:51,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:51.393 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.180s] 2018-11-19 08:44:51,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:51.601 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.207s] 2018-11-19 08:44:51,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:51.607 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [9.092s] 2018-11-19 08:44:51,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:51.796 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.194s] 2018-11-19 08:44:51,966 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:51.966 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.169s] 2018-11-19 08:44:52,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:52.160 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.194s] 2018-11-19 08:44:52,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:52.348 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [24.640s] 2018-11-19 08:44:54,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:54.918 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [28.631s] 2018-11-19 08:44:54,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:54.971 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.054s] 2018-11-19 08:44:55,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:55.015 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.043s] 2018-11-19 08:44:55,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:55.907 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [3.745s] 2018-11-19 08:44:56,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:56.361 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [4.752s] 2018-11-19 08:44:58,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:58.532 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [2.171s] 2018-11-19 08:44:59,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:44:59.563 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [29.420s] 2018-11-19 08:45:00,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:00.203 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [6.000s] 2018-11-19 08:45:03,083 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:03.083 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [22.332s] 2018-11-19 08:45:03,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:03.084 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-19 08:45:03,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:03.670 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.138s] 2018-11-19 08:45:04,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:04.060 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.195s] 2018-11-19 08:45:05,759 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:05.759 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.740s] 2018-11-19 08:45:08,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:08.457 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [1.792s] 2018-11-19 08:45:08,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:08.796 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [5.125s] 2018-11-19 08:45:09,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:09.186 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [26.924s] 2018-11-19 08:45:09,207 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:09.206 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [5.144s] 2018-11-19 08:45:09,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:09.256 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [80.390s] 2018-11-19 08:45:09,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:09.309 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.056s] 2018-11-19 08:45:09,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:09.364 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.056s] 2018-11-19 08:45:10,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:10.578 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.371s] 2018-11-19 08:45:12,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:12.104 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.525s] 2018-11-19 08:45:14,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:14.247 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.142s] 2018-11-19 08:45:15,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:15.309 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [6.512s] 2018-11-19 08:45:16,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:16.822 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [4.227s] 2018-11-19 08:45:20,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:20.570 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [6.322s] 2018-11-19 08:45:21,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:21.388 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [44.561s] 2018-11-19 08:45:21,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:21.440 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.617s] 2018-11-19 08:45:21,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:21.563 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.992s] 2018-11-19 08:45:21,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:21.682 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.120s] 2018-11-19 08:45:21,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:21.972 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [16.213s] 2018-11-19 08:45:22,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:22.337 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [19.254s] 2018-11-19 08:45:22,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:22.779 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.091s] 2018-11-19 08:45:23,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:23.239 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.556s] 2018-11-19 08:45:23,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:23.496 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [8.186s] 2018-11-19 08:45:24,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:24.062 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [1.282s] 2018-11-19 08:45:24,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:24.130 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.889s] 2018-11-19 08:45:24,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:24.314 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.873s] 2018-11-19 08:45:24,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:24.372 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [24.809s] 2018-11-19 08:45:25,609 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:25.608 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.477s] 2018-11-19 08:45:25,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:25.631 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.024s] 2018-11-19 08:45:25,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:25.653 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.021s] 2018-11-19 08:45:25,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:25.672 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.019s] 2018-11-19 08:45:26,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:26.349 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.361s] 2018-11-19 08:45:27,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:27.756 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.406s] 2018-11-19 08:45:27,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:27.843 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-11-19 08:45:27,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:27.844 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-11-19 08:45:27,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:27.847 49 INFO opnfv-tempest [-] {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest ... skip: The microversion range[3.3 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:45:27,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:27.851 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-11-19 08:45:29,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:29.570 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.073s] 2018-11-19 08:45:29,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:29.843 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.528s] 2018-11-19 08:45:31,825 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:31.825 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.758s] 2018-11-19 08:45:32,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:32.964 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.142s] 2018-11-19 08:45:33,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:33.060 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.487s] 2018-11-19 08:45:35,601 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:35.600 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON ... skip: The microversion range[2.26 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:45:35,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:35.603 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:45:35,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:35.826 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [2.859s] 2018-11-19 08:45:36,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:36.344 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-11-19 08:45:37,322 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:37.322 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.262s] 2018-11-19 08:45:37,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:37.417 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.564s] 2018-11-19 08:45:37,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:37.619 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.203s] 2018-11-19 08:45:37,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:37.796 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.174s] 2018-11-19 08:45:38,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:38.038 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.212s] 2018-11-19 08:45:38,213 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:38.213 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [2.394s] 2018-11-19 08:45:38,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:38.907 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.584s] 2018-11-19 08:45:39,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:39.860 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [17.521s] 2018-11-19 08:45:40,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:40.278 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.237s] 2018-11-19 08:45:40,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:40.325 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.049s] 2018-11-19 08:45:40,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:40.466 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.829s] 2018-11-19 08:45:40,486 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:40.486 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.744s] 2018-11-19 08:45:41,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:41.161 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.674s] 2018-11-19 08:45:41,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:41.784 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [17.409s] 2018-11-19 08:45:41,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:41.785 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: Skipped until Bug: 1676207 is resolved. 2018-11-19 08:45:42,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:42.051 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest ... skip: The microversion range[3.12 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:45:42,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:42.862 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.398s] 2018-11-19 08:45:43,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:43.924 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [5.016s] 2018-11-19 08:45:44,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:44.573 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.650s] 2018-11-19 08:45:44,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:44.620 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.550s] 2018-11-19 08:45:44,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:44.894 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.320s] 2018-11-19 08:45:45,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:45.046 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.152s] 2018-11-19 08:45:45,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:45.190 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.144s] 2018-11-19 08:45:45,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:45.294 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.103s] 2018-11-19 08:45:45,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:45.719 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.423s] 2018-11-19 08:45:45,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:45.952 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.234s] 2018-11-19 08:45:46,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:46.003 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.050s] 2018-11-19 08:45:46,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:46.078 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.074s] 2018-11-19 08:45:46,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:46.613 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.176s] 2018-11-19 08:45:46,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:46.789 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.175s] 2018-11-19 08:45:46,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:46.881 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.261s] 2018-11-19 08:45:47,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:47.011 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.221s] 2018-11-19 08:45:47,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:47.183 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.171s] 2018-11-19 08:45:47,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:47.385 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.202s] 2018-11-19 08:45:47,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:47.594 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.209s] 2018-11-19 08:45:47,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:47.853 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.257s] 2018-11-19 08:45:48,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:48.095 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.242s] 2018-11-19 08:45:48,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:48.161 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [10.362s] 2018-11-19 08:45:48,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:48.227 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.067s] 2018-11-19 08:45:48,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:48.275 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.048s] 2018-11-19 08:45:48,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:48.411 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.316s] 2018-11-19 08:45:48,665 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:48.665 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.253s] 2018-11-19 08:45:48,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:48.932 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.266s] 2018-11-19 08:45:50,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:50.331 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.463s] 2018-11-19 08:45:51,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:51.004 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-11-19 08:45:51,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:51.005 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:45:51,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:51.728 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.400s] 2018-11-19 08:45:52,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:52.989 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.133s] 2018-11-19 08:45:53,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:53.085 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.095s] 2018-11-19 08:45:53,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:53.251 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.165s] 2018-11-19 08:45:53,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:53.343 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.091s] 2018-11-19 08:45:53,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:53.466 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.122s] 2018-11-19 08:45:53,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:53.614 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [73.179s] 2018-11-19 08:45:54,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:54.458 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest ... skip: Cinder backup feature disabled 2018-11-19 08:45:54,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:54.735 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.655s] 2018-11-19 08:45:55,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:55.778 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.710s] 2018-11-19 08:45:56,300 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:56.300 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.521s] 2018-11-19 08:45:56,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:56.406 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.677s] 2018-11-19 08:45:57,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:57.592 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.185s] 2018-11-19 08:45:57,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:57.879 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.578s] 2018-11-19 08:45:59,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:59.049 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [49.850s] 2018-11-19 08:45:59,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:45:59.994 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [18.208s] 2018-11-19 08:46:00,259 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:00.259 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.663s] 2018-11-19 08:46:00,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:00.332 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.203s] 2018-11-19 08:46:00,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:00.375 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.119s] 2018-11-19 08:46:01,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:01.931 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-11-19 08:46:02,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:02.039 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.707s] 2018-11-19 08:46:02,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:02.456 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_group_types.GroupTypesTest ... skip: The microversion range[3.11 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:46:04,186 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:04.186 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [3.016s] 2018-11-19 08:46:05,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:05.608 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.332s] 2018-11-19 08:46:06,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:06.411 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.803s] 2018-11-19 08:46:06,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:06.619 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.054s] 2018-11-19 08:46:06,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:06.670 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.050s] 2018-11-19 08:46:07,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:07.139 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.468s] 2018-11-19 08:46:07,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:07.205 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.225s] 2018-11-19 08:46:07,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:07.408 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.203s] 2018-11-19 08:46:07,795 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:07.794 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.607s] 2018-11-19 08:46:07,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:07.795 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... skip [0.000s]: Security compliance not available. 2018-11-19 08:46:08,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:08.138 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.997s] 2018-11-19 08:46:08,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:08.491 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.353s] 2018-11-19 08:46:09,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:09.452 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.960s] 2018-11-19 08:46:09,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:09.661 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.209s] 2018-11-19 08:46:09,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:09.725 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.063s] 2018-11-19 08:46:09,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:09.974 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.248s] 2018-11-19 08:46:10,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:10.203 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.228s] 2018-11-19 08:46:10,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:10.262 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.058s] 2018-11-19 08:46:10,464 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:10.464 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.201s] 2018-11-19 08:46:10,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:10.553 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.088s] 2018-11-19 08:46:10,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:10.560 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest ... skip: Cinder backup feature disabled 2018-11-19 08:46:10,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:10.631 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.077s] 2018-11-19 08:46:11,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:11.033 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.401s] 2018-11-19 08:46:11,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:11.083 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.050s] 2018-11-19 08:46:11,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:11.136 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.052s] 2018-11-19 08:46:11,185 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:11.184 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.047s] 2018-11-19 08:46:11,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:11.369 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.575s] 2018-11-19 08:46:12,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:12.566 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [2.139s] 2018-11-19 08:46:13,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:13.156 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.786s] 2018-11-19 08:46:13,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:13.925 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.358s] 2018-11-19 08:46:16,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:16.307 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [2.381s] 2018-11-19 08:46:16,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:16.639 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [34.448s] 2018-11-19 08:46:18,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:18.431 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [18.436s] 2018-11-19 08:46:18,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:18.440 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-11-19 08:46:18,441 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:18.441 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-11-19 08:46:19,251 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:19.251 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [7.449s] 2018-11-19 08:46:19,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:19.380 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [39.516s] 2018-11-19 08:46:19,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:19.899 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... skip [0.000s]: Security compliance not available. 2018-11-19 08:46:19,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:19.900 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... skip [0.000s]: Security compliance not available. 2018-11-19 08:46:22,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:22.930 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.530s] 2018-11-19 08:46:24,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:24.570 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [1.638s] 2018-11-19 08:46:25,630 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:25.630 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [6.378s] 2018-11-19 08:46:26,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:26.731 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.830s] 2018-11-19 08:46:27,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:27.784 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-11-19 08:46:27,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:27.784 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-11-19 08:46:29,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:29.519 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: Glance API v1 not supported 2018-11-19 08:46:32,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:32.066 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [12.688s] 2018-11-19 08:46:35,622 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:35.622 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test ... skip: The microversion range[3.9 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:46:35,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:35.623 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest ... skip: The microversion range[3.42 - latest] of this test is out of the configuration range[None - None]. 2018-11-19 08:46:37,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:37.484 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.195s] 2018-11-19 08:46:37,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:37.531 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.046s] 2018-11-19 08:46:37,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:37.731 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.199s] 2018-11-19 08:46:37,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:37.916 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.184s] 2018-11-19 08:46:37,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:37.938 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.022s] 2018-11-19 08:46:38,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:38.180 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.241s] 2018-11-19 08:46:38,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:38.271 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [5.446s] 2018-11-19 08:46:38,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:38.534 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.354s] 2018-11-19 08:46:38,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:38.725 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.190s] 2018-11-19 08:46:38,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:38.746 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.021s] 2018-11-19 08:46:38,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:38.782 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.034s] 2018-11-19 08:46:38,907 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:38.906 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.123s] 2018-11-19 08:46:39,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:39.045 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.773s] 2018-11-19 08:46:39,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:39.430 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.523s] 2018-11-19 08:46:39,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:39.904 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.858s] 2018-11-19 08:46:40,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:40.702 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.798s] 2018-11-19 08:46:40,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:40.948 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.246s] 2018-11-19 08:46:40,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:40.993 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.044s] 2018-11-19 08:46:41,820 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:41.820 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.826s] 2018-11-19 08:46:43,785 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:43.784 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: Encrypted volume attach is not supported 2018-11-19 08:46:44,997 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:44.997 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [45.940s] 2018-11-19 08:46:44,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:44.998 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... skip [0.000s]: Shelve is not available. 2018-11-19 08:46:55,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:55.501 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.690s] 2018-11-19 08:46:55,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:55.722 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.221s] 2018-11-19 08:46:57,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:57.566 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [39.130s] 2018-11-19 08:46:58,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:46:58.591 49 INFO opnfv-tempest [-] {6} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.860s] 2018-11-19 08:47:01,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:01.478 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [75.785s] 2018-11-19 08:47:03,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:03.885 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.293s] 2018-11-19 08:47:06,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:06.432 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-11-19 08:47:09,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:09.256 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [11.693s] 2018-11-19 08:47:10,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:10.059 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.163s] 2018-11-19 08:47:10,240 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:10.240 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.180s] 2018-11-19 08:47:10,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:10.426 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.186s] 2018-11-19 08:47:13,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:13.802 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [3.373s] 2018-11-19 08:47:14,001 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:14.001 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.200s] 2018-11-19 08:47:18,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:18.765 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [67.027s] 2018-11-19 08:47:21,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:21.477 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [36.472s] 2018-11-19 08:47:21,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:21.992 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [18.439s] 2018-11-19 08:47:25,854 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:25.853 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.863s] 2018-11-19 08:47:28,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:28.154 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.678s] 2018-11-19 08:47:30,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:30.259 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.905s] 2018-11-19 08:47:30,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:30.413 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.559s] 2018-11-19 08:47:30,529 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:30.529 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.270s] 2018-11-19 08:47:34,015 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:34.015 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.600s] 2018-11-19 08:47:39,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:39.229 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [5.212s] 2018-11-19 08:47:42,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:42.945 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.716s] 2018-11-19 08:47:44,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:44.324 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [19.789s] 2018-11-19 08:47:44,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:44.941 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-11-19 08:47:48,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:48.347 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... success [64.542s] 2018-11-19 08:47:49,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:49.292 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.161s] 2018-11-19 08:47:49,738 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:49.738 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.445s] 2018-11-19 08:47:54,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:47:54.817 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.752s] 2018-11-19 08:48:00,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:00.103 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.013s] 2018-11-19 08:48:00,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:00.529 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.428s] 2018-11-19 08:48:02,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:02.017 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [17.691s] 2018-11-19 08:48:02,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:02.134 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [1.603s] 2018-11-19 08:48:02,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:02.338 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.204s] 2018-11-19 08:48:02,985 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:02.985 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.646s] 2018-11-19 08:48:04,283 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:04.281 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.193s] 2018-11-19 08:48:04,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:04.316 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.035s] 2018-11-19 08:48:06,233 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:06.232 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [11.416s] 2018-11-19 08:48:07,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:07.092 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.861s] 2018-11-19 08:48:07,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:07.737 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.644s] 2018-11-19 08:48:08,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:08.981 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.244s] 2018-11-19 08:48:10,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:10.122 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.106s] 2018-11-19 08:48:11,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:11.522 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [1.220s] 2018-11-19 08:48:13,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:13.236 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.113s] 2018-11-19 08:48:18,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:18.260 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.181s] 2018-11-19 08:48:18,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:18.872 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [77.374s] 2018-11-19 08:48:28,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:28.566 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [39.721s] 2018-11-19 08:48:28,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:28.886 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [13.146s] 2018-11-19 08:48:30,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:30.763 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:48:30,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:30.764 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-11-19 08:48:35,160 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:35.160 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.381s] 2018-11-19 08:48:35,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:35.597 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.437s] 2018-11-19 08:48:43,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:43.264 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.234s] 2018-11-19 08:48:43,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:43.638 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.374s] 2018-11-19 08:48:44,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:44.265 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.624s] 2018-11-19 08:48:44,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:44.331 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.067s] 2018-11-19 08:48:44,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:44.402 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.071s] 2018-11-19 08:48:44,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:44.468 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.066s] 2018-11-19 08:48:45,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:45.844 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [32.604s] 2018-11-19 08:48:49,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:49.469 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [40.480s] 2018-11-19 08:48:53,804 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:53.804 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.672s] 2018-11-19 08:48:54,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:54.615 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.810s] 2018-11-19 08:48:54,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:54.970 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.356s] 2018-11-19 08:48:55,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:55.308 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.337s] 2018-11-19 08:48:56,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:56.463 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.153s] 2018-11-19 08:48:56,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:56.926 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.463s] 2018-11-19 08:48:57,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:57.411 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.484s] 2018-11-19 08:48:59,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:59.487 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.073s] 2018-11-19 08:48:59,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:48:59.774 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.285s] 2018-11-19 08:49:00,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:00.448 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.675s] 2018-11-19 08:49:00,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:00.512 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.065s] 2018-11-19 08:49:00,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:00.910 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.396s] 2018-11-19 08:49:01,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:01.615 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.704s] 2018-11-19 08:49:04,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:04.855 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [10.976s] 2018-11-19 08:49:09,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:09.132 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [4.278s] 2018-11-19 08:49:15,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:15.382 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [3.051s] 2018-11-19 08:49:15,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:15.396 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.017s] 2018-11-19 08:49:15,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:15.842 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.444s] 2018-11-19 08:49:20,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:20.504 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [34.655s] 2018-11-19 08:49:20,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:20.840 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [92.479s] 2018-11-19 08:49:22,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:22.493 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.992s] 2018-11-19 08:49:29,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:29.294 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [3.648s] 2018-11-19 08:49:31,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:31.952 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [9.456s] 2018-11-19 08:49:34,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:34.856 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.301s] 2018-11-19 08:49:36,960 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:36.960 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [2.102s] 2018-11-19 08:49:41,086 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:41.086 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [9.133s] 2018-11-19 08:49:43,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:43.597 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.377s] 2018-11-19 08:49:43,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:43.748 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.149s] 2018-11-19 08:49:43,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:43.921 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.172s] 2018-11-19 08:49:44,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:44.155 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.233s] 2018-11-19 08:49:45,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:45.046 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [3.961s] 2018-11-19 08:49:49,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:49:49.536 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.152s] 2018-11-19 08:50:17,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:17.349 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [32.295s] 2018-11-19 08:50:33,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:33.520 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.743s] 2018-11-19 08:50:33,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:33.719 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.199s] 2018-11-19 08:50:34,260 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:34.260 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.540s] 2018-11-19 08:50:35,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:35.564 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.304s] 2018-11-19 08:50:37,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:37.858 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [2.294s] 2018-11-19 08:50:38,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:38.040 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.181s] 2018-11-19 08:50:38,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:38.234 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.194s] 2018-11-19 08:50:52,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:52.146 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [93.938s] 2018-11-19 08:50:57,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:57.519 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2018-11-19 08:50:58,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:50:58.774 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-11-19 08:51:00,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:51:00.615 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-11-19 08:51:05,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:51:05.420 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... skip [0.000s]: Cinder backup is disabled 2018-11-19 08:51:30,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:51:30.286 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [24.856s] 2018-11-19 08:51:34,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:51:34.301 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.018s] 2018-11-19 08:51:59,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:51:59.057 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [24.749s] 2018-11-19 08:52:05,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:52:05.618 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.563s] 2018-11-19 08:52:25,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:52:25.305 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [86.692s] 2018-11-19 08:53:32,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-11-19 08:53:32.217 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [66.900s] 2018-11-19 08:53:38,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 91541380-4217-4268-9988-adee730d09be 2018-11-19 08:53:38,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '91541380-4217-4268-9988-adee730d09be']'. 2018-11-19 08:53:40,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-11-19 08:53:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-11-19 08:53:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 08:53:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 91541380-4217-4268-9988-adee730d09be | 2018-11-19 08:53:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-11-19 08:53:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-11-19 08:34:38 | 2018-11-19 08:53:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-11-19 08:53:38 | 2018-11-19 08:53:40,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:19:00 | 2018-11-19 08:53:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-11-19 08:53:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-11-19 08:53:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 987960c4-a38d-4fe9-803b-f2c87f5da8a2) | 2018-11-19 08:53:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-11-19 08:53:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 91d55fea-09ef-4e0e-bdc9-6dfbefe90128) | 2018-11-19 08:53:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-11-19 08:53:40,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1129.441 | 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1076 | 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 391 | 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-11-19 08:53:40,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-11-19 08:53:40,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 99.9071494893% 2018-11-19 08:53:40,660 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 19:18 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-11-19 08:53:40,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 08:53:40,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/13595fa3-b683-4381-830e-875f9575d07f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:53:42,551 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91cd50d5-7a8a-45cc-a400-cea6158f8124 Date: Mon, 19 Nov 2018 08:53:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 08:53:42,551 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/13595fa3-b683-4381-830e-875f9575d07f used request id req-91cd50d5-7a8a-45cc-a400-cea6158f8124 2018-11-19 08:53:42,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.84466004372s 2018-11-19 08:53:42,551 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/13595fa3-b683-4381-830e-875f9575d07f used request id req-91cd50d5-7a8a-45cc-a400-cea6158f8124 2018-11-19 08:53:42,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 08:53:42,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:42,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2c238599-2829-4247-b2d1-b22940082c4c x-compute-request-id: req-2c238599-2829-4247-b2d1-b22940082c4c Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/3967681a-19a6-47cc-b847-9feff391d773", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "3967681a-19a6-47cc-b847-9feff391d773", "name": "tempest_full_parallel-flavor_alt_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccd23b16-3cc7-4a61-8721-65710034c7fd", "name": "tempest_full_parallel-flavor_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 08:53:42,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2c238599-2829-4247-b2d1-b22940082c4c 2018-11-19 08:53:42,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.19588804245s 2018-11-19 08:53:42,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-2c238599-2829-4247-b2d1-b22940082c4c 2018-11-19 08:53:42,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 08:53:42,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:42,797 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 08:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2467f3bb-a78b-4c2d-b698-f8a12227128a x-compute-request-id: req-2467f3bb-a78b-4c2d-b698-f8a12227128a Content-Length: 0 Content-Type: application/json 2018-11-19 08:53:42,797 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773 used request id req-2467f3bb-a78b-4c2d-b698-f8a12227128a 2018-11-19 08:53:42,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0465650558472s 2018-11-19 08:53:42,798 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/3967681a-19a6-47cc-b847-9feff391d773 used request id req-2467f3bb-a78b-4c2d-b698-f8a12227128a 2018-11-19 08:53:42,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-11-19 08:53:42,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:53:42,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-21e08133-34ae-43e0-894e-c2585d96e1cb Date: Mon, 19 Nov 2018 08:53:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "metadata": {}}], "file": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f/file", "owner": "711eb1313c3b41f080e2598d339f7c03", "id": "e66ec464-779d-4194-b572-07f307e6ac0f", "size": 12716032, "self": "/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f", "disk_format": "qcow2", "direct_url": "rbd://2d1f03d2-ac57-431d-84d5-2191f691955c/images/e66ec464-779d-4194-b572-07f307e6ac0f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-11-19T08:34:25Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-11-19T08:34:24Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-11-19 08:53:42,979 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-21e08133-34ae-43e0-894e-c2585d96e1cb 2018-11-19 08:53:42,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18087887764s 2018-11-19 08:53:42,979 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-21e08133-34ae-43e0-894e-c2585d96e1cb 2018-11-19 08:53:42,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-11-19 08:53:42,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6b267a38e25d610bc1fd78ec39c16538221db1f7" 2018-11-19 08:53:43,694 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c60e7606-d1a9-43e4-951a-3cde5cb3aac0 Date: Mon, 19 Nov 2018 08:53:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-19 08:53:43,694 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f used request id req-c60e7606-d1a9-43e4-951a-3cde5cb3aac0 2018-11-19 08:53:43,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.713208913803s 2018-11-19 08:53:43,695 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e66ec464-779d-4194-b572-07f307e6ac0f used request id req-c60e7606-d1a9-43e4-951a-3cde5cb3aac0 2018-11-19 08:53:43,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-11-19 08:53:43,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:43,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:53:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ed6a75d-5b07-4fd6-985c-53582cdacffb x-compute-request-id: req-6ed6a75d-5b07-4fd6-985c-53582cdacffb Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "ccd23b16-3cc7-4a61-8721-65710034c7fd", "name": "tempest_full_parallel-flavor_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-11-19 08:53:43,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6ed6a75d-5b07-4fd6-985c-53582cdacffb 2018-11-19 08:53:43,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0338518619537s 2018-11-19 08:53:43,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6ed6a75d-5b07-4fd6-985c-53582cdacffb 2018-11-19 08:53:43,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-11-19 08:53:43,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:43,773 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 19 Nov 2018 08: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-f35af2af-cf6a-40a5-9a17-c1a8bb28c3c1 x-compute-request-id: req-f35af2af-cf6a-40a5-9a17-c1a8bb28c3c1 Content-Length: 0 Content-Type: application/json 2018-11-19 08:53:43,773 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd used request id req-f35af2af-cf6a-40a5-9a17-c1a8bb28c3c1 2018-11-19 08:53:43,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416920185089s 2018-11-19 08:53:43,773 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ccd23b16-3cc7-4a61-8721-65710034c7fd used request id req-f35af2af-cf6a-40a5-9a17-c1a8bb28c3c1 2018-11-19 08:53:43,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 08:53:43,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:43,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13b6827c-0386-422e-9d9d-361013e04a86 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"users": [{"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/11a55cebad954116943516be5fce595a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11a55cebad954116943516be5fce595a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/20c5b8431fa147deab64dd441ecb3fc7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20c5b8431fa147deab64dd441ecb3fc7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.21:5000/v3/users/21e0178c0048449eb3a1066a3ba04e3f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21e0178c0048449eb3a1066a3ba04e3f", "email": "barbican@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/2ac77d8a8ea04f94be6dfc308e402fa3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ac77d8a8ea04f94be6dfc308e402fa3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/39183e6c674e43ac9de99ed42357ce52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39183e6c674e43ac9de99ed42357ce52", "email": "cinder@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.21:5000/v3/users/3b2daa02b8fd433d94734d2d6923669d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3b2daa02b8fd433d94734d2d6923669d", "email": "congress@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/4047d36442154c18847b1c1499643375"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4047d36442154c18847b1c1499643375", "email": "nova@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/67943411e51f416cb5d018968013ab74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "67943411e51f416cb5d018968013ab74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/758d8b78cdcc43f5b1b7f0f184054410"}, "domain_id": "default", "enabled": true, "options": {}, "id": "758d8b78cdcc43f5b1b7f0f184054410", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7", "links": {"self": "http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e"}, "domain_id": "default", "enabled": true, "id": "778dd9e6e5e741fab169a0de6e058f7e", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/91f25f9b220c43f4839b41d06f11a3f4"}, "domain_id": "0b9ee402aa284a4ab7b91cd273e99344", "enabled": true, "options": {}, "id": "91f25f9b220c43f4839b41d06f11a3f4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/a0cf440496c84b78afa727fd35cb075f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a0cf440496c84b78afa727fd35cb075f", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/a296c67916be4a02b981f3b8fb6f66ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a296c67916be4a02b981f3b8fb6f66ef", "email": "placement@localhost", "password_expires_at": null}, {"name": "tacker", "links": {"self": "http://172.30.9.21:5000/v3/users/ba40119b2a984a049d27d9151b2d0ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba40119b2a984a049d27d9151b2d0ce3", "email": "tacker@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/c0c4b20c5f4f4155a7767874ae0e6a17"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0c4b20c5f4f4155a7767874ae0e6a17", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/c3f3cdc584d5406aa62e475aebb5d2a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c3f3cdc584d5406aa62e475aebb5d2a5", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-11-19 08:53:43,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-13b6827c-0386-422e-9d9d-361013e04a86 2018-11-19 08:53:43,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0983598232269s 2018-11-19 08:53:43,873 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-13b6827c-0386-422e-9d9d-361013e04a86 2018-11-19 08:53:43,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-19 08:53:43,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:43,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:53:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f00f0b5-1b64-4043-a2a1-1005592fcb64 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e"}, "enabled": true, "id": "778dd9e6e5e741fab169a0de6e058f7e", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}} 2018-11-19 08:53:43,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e used request id req-8f00f0b5-1b64-4043-a2a1-1005592fcb64 2018-11-19 08:53:43,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0994589328766s 2018-11-19 08:53:43,979 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e used request id req-8f00f0b5-1b64-4043-a2a1-1005592fcb64 2018-11-19 08:53:43,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-19 08:53:43,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:44,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:53:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-355876a3-7359-42a2-a46f-c234e1834f00 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:53:44,174 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e used request id req-355876a3-7359-42a2-a46f-c234e1834f00 2018-11-19 08:53:44,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.194395065308s 2018-11-19 08:53:44,174 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/778dd9e6e5e741fab169a0de6e058f7e used request id req-355876a3-7359-42a2-a46f-c234e1834f00 2018-11-19 08:53:44,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-19 08:53:44,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:44,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-facd1075-624a-4cb2-be13-dba1c0d314df Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03"}, "enabled": true, "id": "711eb1313c3b41f080e2598d339f7c03", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_852cfad1-731e-4f9b-b50a-9ade7b211ca7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/7baa7f86fab64123a652d96f540d5fad"}, "enabled": true, "id": "7baa7f86fab64123a652d96f540d5fad", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/afd2db966a884ce5bd33890fef4382f7"}, "enabled": true, "id": "afd2db966a884ce5bd33890fef4382f7", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-11-19 08:53:44,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-facd1075-624a-4cb2-be13-dba1c0d314df 2018-11-19 08:53:44,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0765829086304s 2018-11-19 08:53:44,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-facd1075-624a-4cb2-be13-dba1c0d314df 2018-11-19 08:53:44,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-19 08:53:44,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:44,415 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af90b626-270f-4309-b2ed-47405c28d9a5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:53:44,415 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03 used request id req-af90b626-270f-4309-b2ed-47405c28d9a5 2018-11-19 08:53:44,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.161061048508s 2018-11-19 08:53:44,415 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/711eb1313c3b41f080e2598d339f7c03 used request id req-af90b626-270f-4309-b2ed-47405c28d9a5 2018-11-19 08:53:44,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-19 08:53:44,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:44,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 19 Nov 2018 08:53:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff5abe48-14d7-4356-9268-181d2ce027fc Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "53be6b33b613447a9fa24771cb12000f", "links": {"self": "http://172.30.9.21:5000/v3/roles/53be6b33b613447a9fa24771cb12000f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "5c5d5c7a44574a0284ec64b5c4672232", "links": {"self": "http://172.30.9.21:5000/v3/roles/5c5d5c7a44574a0284ec64b5c4672232"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "8b607911576d44ba870fc64e92729d7c", "links": {"self": "http://172.30.9.21:5000/v3/roles/8b607911576d44ba870fc64e92729d7c"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ed025d04fc5747199d7a16a4749ccb69", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69"}, "name": "Member"}]} 2018-11-19 08:53:44,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ff5abe48-14d7-4356-9268-181d2ce027fc 2018-11-19 08:53:44,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0848278999329s 2018-11-19 08:53:44,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-19 08:53:44,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:44,616 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 19 Nov 2018 08:53:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9277d093-3b52-4ef9-a559-8632fa694b41 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-19 08:53:44,616 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ed025d04fc5747199d7a16a4749ccb69 used request id req-9277d093-3b52-4ef9-a559-8632fa694b41 2018-11-19 08:53:44,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.11207485199s 2018-11-19 08:53:44,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-19 08:53:44,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/security-groups.json?project_id=711eb1313c3b41f080e2598d339f7c03&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}1832178a6e72255f9100212c45aeb5f6326003b6" 2018-11-19 08:53:44,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-823ec79a-a301-4a84-8ea9-6ae078e22e30 Date: Mon, 19 Nov 2018 08:53:44 GMT RESP BODY: {"security_groups": []} 2018-11-19 08:53:44,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=711eb1313c3b41f080e2598d339f7c03&name=default used request id req-823ec79a-a301-4a84-8ea9-6ae078e22e30 2018-11-19 08:53:44,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.330146074295s 2018-11-19 08:53:44,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json?project_id=711eb1313c3b41f080e2598d339f7c03&name=default used request id req-823ec79a-a301-4a84-8ea9-6ae078e22e30 2018-11-19 08:53:44,964 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK